body {
	margin: 0;
	padding: 0;
	font-family: 'GothamPro-Regular';
}

* {
	box-sizing: border-box;
}

ul {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;	
}

li {
	list-style: none;
}

.container {
	width: 1220px;
	max-width: 100%;
}

.header_part {
	background: transparent;
	padding: 10px 0;
}

.header_part ul li {
	display: inline-block;
	/*font-size: 16px;*/
	color: #fff;
	font-weight: 300;
}

.header_part ul li.content_panel span {
 	/*letter-spacing: 2px;*/
	padding: 6px 30px;
	border-radius: 21px;
	background: #66991a;
	margin-left: 30px;
}

.header_part ul li.content_panel {
	float: right;
	/*margin-top: 22px;*/
}

.banner_part {
	background: url("images/banner_bg.jpg") no-repeat;
	padding: 110px 0 10px;
	background-size: cover;
	margin: 0 0 42px;
}

.take_right h1,
.take_right h4 {
	font-size: 48px;
	font-weight: 800;
	color: #fff;
	line-height: 50px;
	font-family: arial;
}

.take_right h4 {
	text-transform: uppercase;
	color: #cdef00;
	margin: -8px 0 16px;
}

.take_right h4 span {
	color: #fff;
}

.take_right h4 em {
	font-style: normal;
	color: #cdef00;
}

.take_right h2 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.take_right h2 span.small {
	font-size: 31px;
	font-weight: 700;
	background: #053d92;
	display: block;
	text-align: center;
	width: 470px;
	border-radius: 5px;
	padding: 17px 0;
	margin: 10px 0 10px;
	color: #fff;
	text-transform: none;
}

.take_right h2 span {
	font-size: 32px;
	display: block;
	font-family: arial;
}

.take_right p {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	margin: 90px 0 0;
}

.take_right {
    margin-top: 0px;
}

.right_form {
	float: right;
}

.right_form .ff {
	background: #022bbf;
	padding: 12px 35px 15px;
	border-radius: 5px;
	margin-top: 0px;
	min-height: 250px;
}

.right_form.thanks_page .ff h4 {
    text-align: center;
	margin-top: 60px;
}

.right_form.thanks_page .ff h4 span {
    font-size: 18px;
}

.right_form.thanks_page .ff p {
	color: #fff;
}

.right_form .ff h4 {
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0 13px;
}

.right_form .ff p {
	display: inline-block;
	width: 100%;
	margin-bottom: 18px;
}

.right_form .ff p input {
	width: 100%;
	color: #464646;
	/* text-transform: uppercase; */
	border: 0;
	background: #fff;
	border-radius: 4px;
	padding: 6px 12px;
}

.right_form .ff p input[type="submit"] {
	background: #bfd730;
	color: #000;
	border: 0;
	padding: 14px 10px;
	font-size: 18px;
	transition: all 0.5s ease;
	text-transform: uppercase;
}

.right_form .ff p input[type="submit"]:hover {
	background: #e8fa7f;
}

.our_client {
    background: #6db017;
	padding: 50px 60px 40px 30px;
}

.our_client h4 {
	font-size: 25px;
	color: #3f3f3f;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.our_client p {
	font-size: 17px;
	color: #fff;
	line-height: 27px;
}

.our_client .img_panel11 {
	background: #fff;
	display: inline-block;
	width: 100%;
	padding: 0;
	padding: 35px 0;
	margin: 10px 0 0;
	border-radius: 10px;
}

.our_client img {
	display: block;
	margin: 0px auto 0;
}

.display_panel {
	display: table;
}

.tab_panel {
    background: #053d92;
	padding: 50px 35px 40px 50px;
	border-right: 1px solid #fff;
}

.tab_panel,
.our_client {
	display: table-cell;
	float: none;
}

.tab_panel ul {
	display: inline-block;
	float: left;
	width: 33%;
}

.tab_panel ul li {
	display: block;
	float: none;
}

.tab_panel .tab-content {
    display: inline-block;
	width: 66%;
	padding: 20px 20px 10px;
	background: #fff;
	border-radius: 0px 8px 8px 0;
	min-height: 450px;
	text-align: center;
}

.tab_panel .tab_inner {
	display: inline-block;
	width: 100%;
}

.tab_panel .tab-content .tab-pane h3 {
	font-size: 17px;
	color: #2b2b2b;
	margin: 0 0 12px;
}

.tab_panel .tab-content .tab-pane h4 {
	font-size: 15px;
	color: #053d92;
	margin: 0 0 12px;
	font-weight: 800;
} 

.tab_panel .tab-content .tab-pane p {
	font-size: 15px;
	color: #595959;
	font-family: arial;
	text-align: left;
}

.tab_panel .nav-pills li {
	margin: 0;
}

.tab_panel .nav-pills li a {
	background: #0053d1;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #5b8fc4;
	transition: all 0.5s ease;
}

.tab_panel h2,
.our_client h4 {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 34px;
	text-align: center;
}

.tab_panel .nav-pills li:last-child a  {
	border-bottom: 0;
}

.tab_panel .nav-pills li.active a:focus, 
.tab_panel .nav-pills li.active a:hover,
.tab_panel .nav-pills li a:hover,
.tab_panel .nav-pills li.active a {
	background: #6db017;
	border-color: transparent;
}

.middle_part {
	padding: 0;
	margin: 0px 0 30px;
}

.certified {
	text-align: center;
}

.certified h4,
.features h4 {
	font-size: 36px;
	color: #000;
	font-weight: 800;
	margin: 0 0 0;
	text-transform: uppercase;
	margin: 0 0 10px;
	text-align: center;
}

.certified h4 span {
	color: #0a58a7;
	font-weight: 300;
}

.certified p {
	font-size: 15px;
	color: #888888;
	margin: 20px 0 30px;
}

.features ul {
	margin: 15px 0 0;
}

.features ul li {
	display: inline-block;
	width: 16.5%;
	background: #6db017;
	margin-left: -2px;
}

.features ul li h2 {
	font-size: 20px;
	color: #fff;
	margin: 0;
}

.features ul li h3 {
	font-size: 36px;
	color: #fff;
	margin: 10px 0 0;
}

.features ul li h3 span {
	font-size: 17px;
	display: block;
}


.features ul li .inner_part {
    padding: 20px 18px 14px;
}

.features ul li p {
	background: #686868;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
}

.footer_part {
	padding: 45px 0;
	margin-top: 0px;
}

.choosing {
    text-align: center;
}

.choosing h3 {
	font-size: 29px;
	color: #606060;
	margin: 0 52px 0 0;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

.choosing h3 span {
    display: block;
    text-align: left;
    color: #84b211;
    font-weight: 800;
}

.choosing ul {
	margin: 20px 0 0;
}

.choosing ul li {
	display: inline-block;
	width: 100%;
	margin: 0 0 18px;
}

.choosing ul li h4 {
	font-size: 15px;
	color: #6db017;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.choosing ul li p {
	font-size: 15px;
	color: #686868;
}

.choosing img {
	margin: 9px 0 0;
}

.footer_last {
	text-align: center;
	background: #053d92;
	padding: 40px 0 20px;
	color: #f0f0f0;
	font-size: 15px;
}

.footer_last p span {
	font-weight: 800;
	font-size: 16px;
}


/********* start responsive section **********/

@media(max-width: 1199px) {
	.header_part ul li:first-child img {
	/*	width: 530px; */
	}
	
	.header_part ul li.content_panel {
		margin-top: 10px;
	}
	
}

@media(max-width: 1024px) {

}

@media(max-width: 991px) {
	.take_right h1,
	.take_right h4 {
		font-size: 24px;
		line-height: 26px;
	}
	
	.take_right h4 {
		margin: -8px 0 10px;
	}
	
	.banner_part {
		padding: 30px 0 10px;
	}
	
	.take_right h2 span.small {
		font-size: 19px;
		width: 290px;
		margin: 7px auto 9px;
	}
	
	.take_right h2 {
		font-size: 19px;
	}
	
	.take_right h2 span {
		font-size: 14px;
	}
	
	.take_right p {
		display: none;
	}
	
	.right_form img {
	/*	display: none; */
	}
	
	.take_right {
		margin-top: 0;
		text-align: center;
	}
	
	.right_form .ff {
		width: 60%;
		margin: 20px auto 0;
	}
	
	.tab_panel {
		padding: 0;
		margin-top: 40px;
	}
	
	.features ul li {
		width: 33%;
		margin-bottom: 2px;
	}
	
	.choosing {
		margin-bottom: 30px;
	}
	
	.header_part ul li {
		display: block;
	}
	
	.header_part ul {
		text-align: center;
	}
	
	.header_part ul li.content_panel {
		float: none;
	}
	
}

@media(max-width: 800px) {
	.display_panel,
	.tab_panel, 
	.our_client	{
		display: block;
	}
	
	.tab_panel .tab-content {
		width: 67%;
		border-radius: 0 ;
	}
	
	.tab_panel {
		margin-top: 0;
	}
	
	.tab_panel,
	.our_client	{
		padding: 30px 20px !important;
	}
	
}

@media(max-width: 767px) {

}

@media(max-width: 762px) {
	.tab_panel h2 {
		margin: 0 0 24px 20px;
	}
}

@media(max-width: 599px) {
	.right_form .ff {
		width: 80%;
	}
	
	.header_part ul li {
		display: block;
		text-align: center;
		width: 100%;
		margin: auto;
		font-size: 15px;
	}
	
	
	.header_part ul {
		text-align: center;
	}
	
	.header_part ul li.content_panel {
		float: none;
	}
	
	.certified p {
		font-size: 13px;
		margin-bottom: 24px;
	}
	
	.middle_part {
		padding: 0px 0 22px;
		margin: 0;
	}
	
	.banner_part {
		padding: 0 0 10px;
		margin: 0 0 30px;
	}
		
	.certified h4, 
	.features h4 {
		font-size: 24px;
		margin: 0 0 7px;
	}
	
	.features ul li p {
		padding: 9px 0;
		font-size: 14px;
	}
	
	.features ul li h3 span {
		font-size: 12px;
	}
	
	.features ul li h3 {
		font-size: 22px;
		margin: 10px 0 0;
	}
	
	.features ul li h2 {
		font-size: 15px;
	}
	
	.footer_part {
		padding: 0;
		margin-top: 25px;
	}
	
	.choosing h3 {
		font-size: 22px;
	}
	
	.choosing ul {
		margin: 14px 0 0;
	}
	
	.choosing ul li {
		margin: 0 0 4px;
	}
	
	.choosing ul li h4 {
		font-size: 14px;
		margin: 0 0 5px;
	}
	
	.choosing ul li p {
		font-size: 13px;
	}
	
	.choosing {
		margin-bottom: 16px;
	}
	
	.choosing img {
		display: block;
		margin: 20px 0 0;
	}
	
	.footer_last {
		font-size: 12px;
		padding: 27px 0 7px;
	}
	
	.footer_last br {
		display: none;
	}
	
	.our_client .img_panel11 {
		padding: 15px 20px;
	}
	
}

@media(max-width: 480px) {
	.take_right h1,
	.take_right h4	{
		font-size: 17px;
		line-height: 17px;
		margin-top: 0;
	}
	
	.take_right h2 span.small {
		font-size: 15px;
		width: 243px;
		margin: 10px auto 9px;
	}
	
	.take_right h2 {
		font-size: 16px;
	}
	
	.take_right h2 span {
		font-size: 12px;
	}
	
	.right_form .ff {
		width: 95%;
	}
	
	.right_form .ff p input {
		font-size: 13px;
	}
	
	.right_form .ff h4 {
		font-size: 22px;
	}
	
	.right_form .ff p input[type="submit"] {
		padding: 9px 10px;
		font-size: 15px;
	}
	
	.banner_part {
		margin: 0 0 22px;
		padding: 40px 0 10px;
	}
	
	.our_client h4 {
		font-size: 22px;
		margin: 0 0 6px;
	}
	
	.our_client p {
		font-size: 15px;
		line-height: 22px;
	}
	
	.our_client img {
		margin: 30px auto 0;
	}
	
	.tab_panel h2 {
		margin: 0 0 13px 7px;
		font-size: 18px;
	}
	
	.tab_panel .tab-content .tab-pane h3 {
		font-size: 13px;
		margin: 0 0 4px;
	}
	
	.tab_panel .tab-content .tab-pane h4 {
		font-size: 12px;
	}
	
	.tab_panel .tab-content .tab-pane p {
		font-size: 13px;
	}
	
	.tab_panel .tab-content {
		width: 55%;
		padding: 15px 0 10px 10px;
		min-height: 402px;
	}
	
	.tab_panel ul {
		width: 45%;
	}
	
	.tab_panel .nav-pills li a {
		font-size: 11px;
	}
	
	.certified h4, .features h4 {
		font-size: 20px;
		margin: 0 0 7px;
	}
	
	.features ul li {
		width: 49%;
	}
	
	.footer_last p  br{
		display: none;
	}
	
	.header_part ul li.content_panel a {
		display: inline-block;
		width: 100%;
		margin: 0 0 10px;
	}
	
	.header_part ul li {
		font-size: 11px;
	}
	
	.header_part ul li.content_panel span {
		margin: 0;
	}
	
	
	.tab_panel {
		padding: 30px 0 !important;
	}
	
	.our_client {
		padding: 30px 15px !important;
	}
	
	
}

@media(max-width: 360px) {
	.certified h4, 
	.features h4 {
		font-size: 18px;
	}
	
	.features ul li {
		width: 100%;
	}
	
}