<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,400,400i,600,700,800,900');
* { margin: 0; padding: 0; outline: 0; }
b,strong{ font-weight:600;   }
a:hover,a:focus,a:active{ outline:none; text-decoration:none; }
a{ color:#333; }
/* body, html { height: 100%; } */
body {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Nunito', sans-serif;
	color: #333;
	font-weight:400;
	min-width: 100%;
}
h1{ font-size:54px; font-weight:600;}
h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
 h3 {
    font-size: 30px;
    font-weight: 300;
	line-height:44px;
}
 h4 {
    font-size: 22px;
    font-weight: 700;
}
.page{ padding: 40px 0; }
.page h2{ margin-top:0; }
.base_button,form input[type="submit"]{
    background: #0d6dce none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 8px 14px;
	font-weight: 600;
	transition: all 0.5s;
}
.base_button:hover,form  input[type="submit"]:hover{ background: #F7941E; color:#fff; }
.orange_button{ background: #f1874b !important;}
.orange_button:hover{ background: #dd6d2e !important; }
.big_button {
    min-width: 250px;
    padding: 15px;
    text-align: center;
}
.scroll_header { 
	 -webkit-transform: translate(0px, -40px); 
	 -ms-transform: translate(0px, -40px); 
	-o-transform: translate(0px, -40px); 
     transform: translate(0px, -40px); 
	 border-bottom: 2px solid #514A74;
 } 
.stick_header {
    background: #fff none repeat scroll 0 0;
    position: fixed;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 999;
	border-bottom: 1px solid #ddd;
}
ul.disclosureList {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.disclosureList li {
	font-size: 14px;
	line-height: 23px;
    margin-bottom: 4px;
    background: url("../img/orgTick.png");
    background-position: top 6px left;
    background-size: 12px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

/* body{ padding-top:160px; } */
body{ padding-top:115px; }

.top_nav {
    background: none repeat scroll 0 0 #f6f6f6;
    width: 100%;
}
.top_nav:after,.top_nav:before{ clear: both;
    content: "";
    display: block;
}

.top_nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.top_nav ul li a img {
    margin-right: 8px;
    margin-top: -3px;
}
.top_nav .nav{ margin:0; padding:0;}
.top_nav .nav li,.navbar .nav li{ float:left;  }
/**.top_nav .nav li a, .top_nav .nav li span, .top_nav li a {
    color: #0096e2;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    padding: 5px 8px 0px;
	position:relative;
	z-index:1;
	transition: transform 0.5s;
}**/
.top_nav .nav li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top center;
    background: #fff;
    z-index: -1;
    transition: transform 0.5s;
}
.top_nav .nav li a:hover:after {
    transform: scaleY(1);
}
.top_nav .nav li a:hover{ color:#2B5B8B; }
.top_nav .nav li:first-child a,.navbar .nav li:first-child a { border-left:none; }
.stick_header .navbar-brand {
    height: auto;
    margin: 0 !important;
    padding: 5px 0;
}


.menu_bar{ position: relative; }
.menu_bar .tab-content {
    background: #eee none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.menu_bar .nav-pills li a {
    background: #0c6dcf none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    margin: 0 10px;
    padding: 15px 20px 10px;
	position: relative;
    text-transform: uppercase;
	transition: all 0.5s;
}
.menu_bar .nav &gt; li &gt; a &gt; img {
    margin-right: 8px;
    max-width: none;
    position: relative;
    top: -4px;
}
.menu_bar .nav-pills &gt; li.active &gt; a, 
.menu_bar .nav-pills &gt; li.active &gt; a:hover, 
.menu_bar .nav-pills &gt; li.active &gt; a:focus,
.menu_bar .nav-pills &gt; li a:hover {
    background-color: #f7941e;
    color: #fff;
}
.menu_bar .nav-pills &gt; li.active &gt; a:after {
    background: #f7941e none repeat scroll 0 0;
    bottom: -6px;
    content: none;
    height: 12px;
    left: 50%;
    margin: 0 0 0 -6px;
    position: absolute;
    transform: rotate(45deg);
    width: 12px;
}

.menu_bar .navbar-right {
    margin-right: 0;
    margin-top: 15px;
}
.menu_bar .bottom_nav{ margin:0; padding: 10px 0px;}
.menu_bar .bottom_nav li{ display:inline-block;border-right: 1px solid; color:#444;  padding: 0px 15px;}
.menu_bar .bottom_nav li:last-child{ border:none; }
.menu_bar .bottom_nav{ text-align:center; }
.menu_bar .bottom_nav li a {
    color:#444;
    display: block;
	line-height: 15px;
	text-transform: uppercase;
	
}
.menu_bar .bottom_nav li a:hover{ color:#F7941E; }
.phoneNoLarge{float: right;}
.phoneNoLarge a, .phoneNoLarge a:hover{display: inline-block; padding-top: 20px; outline:none; text-decoration:none;}
.phoneNoLarge a span{
	font-size: 28px;
	font-weight: 700;
	color: #f7941e;
	float: left;
	padding: 8px 0px 0px 15px;
	letter-spacing: 1px;
}
.phoneNoLarge a img{width: 36px;float: left;}

/* ================= Form Section  ============  */

.Form_section {
    /* background: rgba(0, 0, 0, 0) url("../img/form_bg.png") no-repeat scroll 0 0 / 100% auto; */
    background: rgba(0, 0, 0, 0) url("../img/woman-entering-img.jpg") no-repeat;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    background-size: cover;
    background-position: top center;
	background-attachment:fixed;
	position:relative;
}
.Form_section:after {
    content: "";
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.9) url(../img/texture_bg.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
}
.formMainContainer{
	position:relative;
	z-index:99;
}

/* Best Providers start */
.best-providers-container {
    width: 100%;
    padding: 20px 0 0 0;
}
.best-providers {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
	list-style: none;
}
.best-providersCard {
    margin: 0 8px;
    padding: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
    list-style-type: none;
    width: calc(100% / 4 - 20px);
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0,0,0,.3);
    box-shadow: 1px 2px 9px 0 rgba(0,0,0,.3);
    display: inline-block;
    position: relative;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.best-providersCard:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .9);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
/*.shield-rank {
	background: url(../img/green-shield.svg) no-repeat center center transparent;
	color: #fff;
	width: 38px;
	height: 48px;
	font-weight: 900;
	padding-top: 9px;
	top: -26px;
	position: absolute;
	left: 50%;
	margin-left: -19px;
	font-size: 18px;
	font-weight: 700;
}*/
.best-providersCard h4 {
    width: calc(100% + 20px);
    margin-top: -10px;
    margin-bottom: 15px;
    margin-left: -10px;
    padding: 10px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	font-size: 20px;
	font-weight: 600;
    text-align: center;
    color: #fff;
}
.greenLabel {background-color: #85c950;}
.blueLabel {background-color: #028dad;}
.best-providersImg{
	height: 80px;
	margin-bottom: 20px;
	text-align:center;
}
.best-providersImg img {
    max-height: 80px;
    display: inline-block;
}
.comRating {
    width: 100%;
    margin: 0;
    text-align: center;
}
.comRating i.fa{
    font-size: 28px;
    color: #0ca537;
}
.viewBtn{ display:inline-block; width:100%; padding-top: 15px;}
.bigOrgBtn, .bigBlueBtnLine {
    font-size: 16px;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: .3px;
    display: inline-block;
}
.bigOrgBtn {
	background: url(../img/phone-ico.svg) no-repeat center left 18px #f7941e;
    color: #fff; 
	background-size: 16px;
}
.bigOrgBtn:hover, .bigOrgBtn:focus {
    color: #fff;
	background: url(../img/phone-ico.svg) no-repeat center left 18px #f48c0f;
	background-size: 16px;
}
.bigBlueBtnLine {
	color: #29598a;
	border: 1px solid #29598a;
	background: url(../img/web-link-blue.svg) no-repeat center left 18px;
	background-size: 16px;
}
.bigBlueBtnLine:hover, .bigBlueBtnLine:focus {
    color: #fff;
    border: 1px solid #29598a;
	background: url(../img/web-link.svg) no-repeat center left 18px #29598a;
	background-size: 16px;
}
.divider {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: 0px auto 10px;
}
.divider span {
  display: table-cell;
  position: relative;
}
.divider span:first-child, .divider span:last-child {
    width: 50%;
    top: 14px;
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
.divider span:first-child {
  /* color changes in here */
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(transparent),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(180deg, transparent, #fff);
  background-image: -moz-linear-gradient(180deg, transparent, #fff);
  background-image: -o-linear-gradient(180deg, transparent, #fff);
  background-image: linear-gradient(90deg, transparent, #fff);
}
.divider span:nth-child(2) {
    color: #fff;
    padding: 0px 5px;
    width: auto;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.divider span:last-child {
  /* color changes in here */
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(180deg, #fff, transparent);
  background-image: -moz-linear-gradient(180deg, #fff, transparent);
  background-image: -o-linear-gradient(180deg, #fff, transparent);
  background-image: linear-gradient(90deg, #fff, transparent);
}
.data_form h3 {
    font-size: 38px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 26px;
}

/* Best Providers End */





/* .Form_section h1{ font-size:60px; font-weight:600;} */
.Form_section p {
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
}
.Form_section .data_form {
    display: block;
    /* max-width: 520px; */
	max-width: 650px;
    margin: 40px auto 40px;
}
.Form_section .data_form .text_row span,
.Form_section .data_form .text_row .form_input{ display:inline-block; vertical-align:middle; position:relative;}
.Form_section .data_form .text_row .form_input{ margin-left: 20px; }
.Form_section .data_form .text_row span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.form_input label {
    background: #1d1c1a url("../img/radio_btn.png") no-repeat scroll left 14px top 12px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 12px 18px 12px 45px;
    text-transform: uppercase;
	cursor:pointer;
}
.form_input input{ position:absolute; width:100%; height: 100%; top:0; left:0; opacity:0; visibility:hidden; }
.form_input input:checked + label{
	background-position: bottom 11px left 14px;
	background-color:#F7941E;
}

.form_input input:checked + label:after{ background: #f7941e none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    height: 12px;
    left: 50%;
    margin: 0 0 0 -6px;
    position: absolute;
    transform: rotate(45deg);
    width: 12px;
}

.Form_section .data_form .input-group{ margin-top: 20px; }
.input-group-addon, .input-group-btn{ vertical-align:top; }
.required .error, .required2 .error {
    color: red;
    line-height: 20px;
    margin: 0px;
    padding-left: 0px;
    /*font-size: 12px; margin: 0 0 5px; position: absolute; */
    text-align: left;
    top: 100%;
    left: 0;
}
.Form_section .data_form .input-group .form-control {
    border-radius: 0;
    float: left;
    font-size: 18px;
    font-weight: 600;
    height: 55px;
    line-height: 55px;
    margin-bottom: 0;
    padding: 0 15px;
    position: relative;
    /* width: 230px; */
    width: 266px;
    z-index: 2;
}

.e-envelop-img {position: absolute;right: 8px;top: 20px; z-index:9}
/*.Form_section .data_form .input-group .full_width .zip{ width: 100% !important; }*/
.Form_section .data_form .input-group .form-control.email{background: #fff url('../img/mail.png') top 14px right 15px no-repeat !important; }


.Form_section .data_form .input-group-btn &gt; .btn {
    background: #166fc8 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
}

/* End here */


#logos{ overflow:hidden; }
.clientsLogo {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.clientsLogo ul {
    margin: 0;
}
.clientsLogo ul li {
    background-color: #fff;
    display: inline-block;
    list-style: outside none none;
    margin-left: 15px;
}
.clientsLogo ul li img {
    max-height: 75px;
    max-width: 100%;
}
.page h2 {
    margin-bottom: 15px;
}
.three_column h3 {
    margin: 30px 0 20px;
}
.three_column .icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.17);
    display: inline-block;
    height: 140px;
    width: 140px;
    line-height: 140px;
	transition: all 0.6s;
}

.three_column .icon:hover{ box-shadow: 0 3px 40px rgba(0, 0, 0, 0.2);}

.three_column p {
    color: #999;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
	margin-bottom: 40px;
}
.three_column .col-sm-4 p {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: justify;
}
.three_column a.base_button{margin: 20px 0 0;}



.testimonial { background: url('../img/testimonial_bg.png') top left no-repeat; background-size:100%; color:#fff; position:relative; background-attachment:fixed; background-size:cover; padding-bottom: 100px;}

.testimonial:after{ background: rgba(21,20,20,0.9); width:100%; height: 100%; position: absolute; content:""; top:0; left:0; }
.testimonial .container{ z-index:99; position:relative; }
.testimonial p {
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    margin-bottom: 30px;
	color:#eee;
}
.testimonial .img_wrap {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #F7941E;
    border-radius: 50%;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    overflow: hidden;
}
.testimonial .img_wrap img{ max-width: 100%;}
.testimonial h3{ color:#F7941E; margin-top:10px; margin-bottom:0; font-weight: 700;}
.testimonial h5{ margin-top:4px; margin-bottom:0; font-weight: 300; font-size: 16px;}
.testimonial .info_box{ margin-top: 50px; }
.testimonial .carousel-indicators { bottom: -60px;}
.testimonial .carousel-indicators li{ width: 15px; height: 15px; border-color:#aaa; margin:0 1px;}
.testimonial .carousel-indicators li.active{ width: 15px; height: 15px; border-color:#F7941E; margin:0 1px; background:#F7941E;}
.testimonial .data p.text {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    padding: 0 60px;
    position: relative;
	color:#f0efef;
    text-align: left;
    margin: 0 !important;
}
.testimonial .data p.text:after{ position: absolute; top:0; left:0; content:""; background: url('../img/qoute.png') no-repeat; width: 50px; height:50px; }
.testimonial .data p.text:before{ position: absolute; bottom:0; right:0; content:""; background: url('../img/qoute.png') no-repeat; width: 50px; height:50px; -webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}



.post{ list-style:none; margin:0 -10px;}
.post li{ display:inline-block;  width: 33%; padding: 0 10px; margin-bottom: 20px; vertical-align:top;}
.post li h5 {
    font-size: 16px;
    margin-top: 0;
	margin-bottom: 5px;
    font-weight: 700;
}
.post li  span{ display:block; color:#999; }
.post li  span i{ font-style:normal; color:#333; }
.post li  a{ color:#166FC8; font-weight: 600; }
.post li  a:hover{ color:#F7941E; }
.post li p {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 0;
    margin-top: 4px;
}
.post li  .img_box{ padding:5px; border:1px solid #ddd; border-radius: 2px; }
.post li .media {
    background: #fff none repeat scroll 0 0;
    padding: 7px;
    border-left: 2px solid #F7941E;
}

.contact_bg{ background: #fff; }
.contact_bg .map {
    background: #f3f3f3;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    min-height: 290px;
    padding: 6px;
    position: relative;
}
.contact_bg .map iframe {
    height: 100%;
    left: 0;
    padding: 8px;
    position: absolute;
    top: 0;
    width: 100%;
}
.contact_bg .form-group{ margin-bottom: 20px; }
.contact_bg .form-control {
    border-color: #ddd;
    border-radius: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    box-shadow: none !important;
	background: #f3f3f3;
}
.contact_bg form textarea{ min-height: 80px; }
.contact_bg form input[type="submit"] {
    font-size: 20px;
    padding: 15px 40px;
    text-transform: uppercase;
}

.light_bg{ background: #f3f3f3; }


.map_full {
    border-top: 3px solid #0c6dcf;
    padding-top: 28%;
    position: relative;
}
.map_full iframe{ position:absolute; top:0; left:0; width:100%; height: 100%; }
.address h3 {
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
}
.address .media {
    border-bottom: 1px dashed #ddd;
    margin-top: 10px;
    padding: 0 0 8px;
}
.address .media-left{ font-size: 40px; padding-right: 20px; color: #f7941e;}
.address .media-body b {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}
.address .media-left,.address .media-right, .media-body {
    vertical-align: middle;
}
.address{ padding-left:40px; }

footer ul {
    list-style: outside none none;
}
footer .Social_share ul li {
    display: inline-block;
    margin: 0 4px 0 0;
}
footer .Social_share ul li a {
    color: #514a74;
    font-size: 20px !important;
}
footer .Social_share ul li a .fa-facebook-official{ color:#035ab3; }
footer .Social_share ul li a .fa-twitter-square{ color:#02c2f9; }
footer .Social_share ul li a .fa-linkedin-square{ color:#094e95; }
footer .Social_share ul li a .fa-google-plus-square{ color:#f94343; }
footer .Social_share ul li a:hover{  }
footer .bootom_footer {
    padding: 34px 0 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
footer .bootom_footer .about p {
    font-weight: 300;
    margin: 15px 0;
    text-align: justify;
}
footer .bootom_footer .about img {
    margin: 0;
    max-width: 185px;
}
footer .bootom_footer .about a {
    text-decoration: underline;
}
footer .bootom_footer h4 {     
    /*font-size: 24px;
    font-weight: 700;*/
    margin-bottom: 15px;
    padding-bottom: 10px;
	margin-top:0;
}
footer .bootom_footer h4{
    border-bottom: 1px solid #606060;
}

footer .bootom_footer ul li a {
    color: #444;
    display: inline-block;
    padding: 4px 0;
    font-size: 16px;
    font-weight: 300;
}
footer .bootom_footer a:hover {
    color: #F1874B;
}
footer .bootom_footer .contact_us li {
    color: #444;
    margin-bottom: 10px;
}
footer .bootom_footer .contact_us li i {
    color: #F1874B;
    float: left;
    font-size: 18px;
    margin-top: 2px;
    padding-right: 14px;
}
footer .bootom_footer .contact_us li i.fa-envelope {
    font-size: 14px;
    margin-top: 4px;
}

footer .bootom_footer .contact_us .company_aderess{ float: left; width: calc(100% - 40px);  }

footer .bootom_footer span img {
    margin-top: 20px;
}
footer .copyright {
    background: #29598a;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.requestFormSection{}
.requestFormSection .formMain {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    padding: 30px;
	margin-bottom:40px;
	margin-top: 10px;
}
.requestFormSection .formMain h2 { margin-bottom:20px;}
.textGreen{ color:#7ab202;}
.requestFormSection .formMain {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    padding: 30px; background:#fff;
}
.formMain .form-group {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.prNone{ padding-right:0;}
.plNone{ padding-left:0;}
.filedAddres {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 0px 0 0px;
}

/*.formMain .form-control {
    background: #eee;
    color: #444;
    padding: 12px 15px 10px 50px;
    height: 60px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
	background-image: url(../img/formSprite.png);
    background-repeat: no-repeat;
}*/
.formMain .form-control {
    color: #444;
    padding: 12px 15px 10px 50px;
    height: 60px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
	background-image: url(../img/formSprite.png);
    background-repeat: no-repeat;
	box-shadow: 0px 1px 0px #ccc; -webkit-box-shadow: 0px 1px 0px #ccc; -ms-box-shadow: 0px 1px 0px #ccc;
	border: 1px solid #ddd;
}

.formMain .iconUser {background-position: 18px 16px;}
.formMain .iconEmail {background-position: 18px -26px;}
.formMain .iconPhone {background-position: 18px -68px;}
.formMain .iconAdd {background-position: left 18px bottom 15px;}

.formMain .text18Grey {
    color: #333;
    font-size: 14px;
    line-height: 23px;
    padding: 10px 0;
    text-align: justify;
}

.formMain form{ padding: 30px 0; }


.text22Grey{ 
	color:#333; 
	line-height:32px; font-weight:300; margin-top: 10px;
}
.btnBlueMedium {
    background: #0c6dcf none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    min-width: 200px;
    padding: 15px 50px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.btnBlueMedium:hover,.btnBlueMedium:active,.btnBlueMedium:focus {
    background: #f7941e none repeat scroll 0 0;
    color: #fff;
}
.formFooterBlocks{padding-top: 30px;}
.formFooterBlocks .icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.17);
    display: table-cell;
    height: 66px;
    width: 66px;
    line-height: 66px;
    transition: all 0.6s;
    text-align: center;
    float: left;
}
.formFooterBlocks .icon img{width: 40px;}
.formFooterBlocks .data {
    float: left;
    width: calc(100% - 72px);
    padding-left: 15px;
}
.formFooterBlocks .col-sm-4{padding-top: 15px; padding-bottom: 15px;}
.formFooterBlocks .col-sm-4:hover{ box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);}
.formFooterBlocks .data h4{margin: 0; font-weight:700;}
.formFooterBlocks .data p{ padding-top:5px; line-height:20px;}
.formFooterBlocks .icon:hover{ 
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.2);
}
.thanksSection {
    padding-top: 30px;
    padding-bottom: 30px;
}
.thanksSection h1 {
    font-weight: 200;
	margin-bottom:10px;
    text-transform: uppercase;
}
.request_id {
    background: #eee none repeat scroll 0 0;
    border: 1px dashed #7ab202;
    color: #333;
    display: inline-block;
    font-size: 16px;
    margin: 6px 0 25px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.thanksSection figure {padding-bottom:10px;}
/* .fixedFooter { */
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 100%; */
	 /* height: 50px; */
/* } */

/* html,body {position: relative; min-height: 100vh;} */

.thanksSection + .page{ background: #eee; }


.inner_page{ background: #ECEFF0; }
.inner_page .content_box{ background: #fff; padding:10px 35px; margin: 30px; }
.inner_page .content h4.nobg{ background: none !important; padding:0; }
.inner_page .content h4 ,.inner_page .content ul li{
    background: rgba(0, 0, 0, 0) url("../img/list_icon.png") no-repeat scroll left top 4px;
    padding-left: 55px;
}

.inner_page .content ul{ list-style:none; margin: 30px 0; padding-left: 30px;}
.inner_page .content ul li{ margin: 10px 0; font-size: 16px; line-height: 24px;}

.inner_page .content h3 { font-weight: 700;}
.inner_page .content { border-bottom: 1px solid #ddd; padding-bottom: 20px; }
.inner_page .content h2{ line-height: 50px; }
.inner_page .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.no_border{ border:none !important; }
.inner_page .content p a{ color:#2170C0; font-style:italic; }
.inner_page .media .img_wrap {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    margin-right: 20px;
    padding: 10px;
}

.inner_page .media h4{ margin-top:0; font-weight: 700; background:none; padding-left:0; }
.inner_page .media  p em{  color: #999; }
.inner_page .media  p span{ color:#166FC7;  }

.inner_page .media:first-child{ border:none; }
.inner_page .media {
    border-top: 1px dashed #ddd;
    margin-top: 20px;
    padding-top: 30px;
}

.inner_page .media p{ margin-bottom:0; }

.inner_page p.text_bottom{ font-size: 16px; line-height: 26px; margin-top: 20px; }
ul.home_top_links { margin-top: 14px; }
ul.home_top_links li a { font-size: 16px; }
ul.home_top_links li a:hover { color: #f6871e; background: none; }
ul.home_top_links li a:focus { background: none; }
@media (min-width: 768px) and (max-width: 1024px){
	.Form_section .data_form {
		margin: 30px 0 10px;
	}
	.Form_section h1, h1 {
		font-size: 40px;
	} 
      h2 {line-height: 40px;font-size: 30px;}
	.requestFormSection .formMain h2 {margin-bottom: 10px; margin-top: 0px;}
	.Form_section p,.testimonial p {
		font-size: 20px;
		line-height: 30px;
	}
	.page{
		padding: 10px 0;
	}
	.three_column h3 span {
		font-size: 13px;
	}
	.three_column h3 {
		font-size: 18px;
		font-weight: normal;
	}
	/*.three_column h2,.page h2 {
		font-size: 24px;
	}*/
	.three_column p {
		font-size: 20px;
		line-height: 30px;
		margin-top: 0;
	}
	.post li {
		width: 49%;
	}
}
.input-group{ width:100%; }
.loader {
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
}
.Form_section .data_form .input-group .required{ position:relative; }
.Form_section .data_form .input-group .required .map_icon {
    background: #fff url("../img/map.png") no-repeat scroll 0 0;
    height: 24px;
    position: absolute;
    right: 6px;
    top: 16px;
    width: 24px;
    z-index: 999;
}
@media (max-width: 1200px){
    .best-providersCard{
        width: 29%;
    }
}
@media (max-width: 1020px) and (min-width: 768px){
    .best-providersCard{
        width: calc(100% / 3 - 20px);
    }
    .best-providersCard .bigOrgBtn, .best-providersCard .bigBlueBtnLine{
        font-size: 15px;
    }
    .best-providersCard .bigOrgBtn{
        background: url(../img/phone-ico.svg) no-repeat center left 8px #f7941e;
        background-size: 16px;
    }
}
@media (min-width: 768px){
	.Form_section .data_form .input-group .required {display: table-cell; vertical-align: top; position:relative;
}
	
}
@media (max-width: 767px){
	.e-envelop-img{top:12px;}
	  .inner_page .media-left,.inner_page .media-right,.inner_page .media-body {
			display: block;
			vertical-align: top;
		}
		.Form_section .data_form .input-group-btn &gt; .btn,
		.Form_section .data_form .input-group .form-control.zip,
		.Form_section .data_form .input-group .form-control,
		.input-group-addon, .input-group-btn, 
		.input-group .form-control{ display: block !important;
			width: 100% !important;
			height: 42px;
			font-size: 16px;
			margin-bottom: 8px;
			line-height: 42px;
			float:none;
		}
		.Form_section .data_form .input-group .form-control.email {
			background: #fff url("../img/mail.png") no-repeat scroll right 12px top 9px !important;
		}
		.Form_section .data_form .input-group .required .map_icon {top: 9px;}
	
        .inner_page .content h2 {
		line-height: 36px;
	}
	.inner_page .content_box {
		margin: 15px 0;
		padding: 10px 20px;
	}
	.inner_page .media-left{ text-align: center; margin:0 auto 20px; max-width: 220px;}
	
	  body {
		padding-top: 94px;
		}
		h2 {font-size: 22px; line-height:30px;}
		.thanksSection h1{font-size: 30px;}
		.requestFormSection .formMain h2 {
			margin-bottom: 10px;
			margin-top: 10px;
		}
		.requestFormSection .formMain {
			box-shadow: none;
			padding: 0px;
		}
		.formFooterBlocks .col-sm-4 {
			padding-top: 10px;
			padding-bottom: 10px;
			display: inline-block;
			width: 100%;
		}
		.filedAddres, .formMain .text18Grey, .formMain .form-control, .text22Grey  {
		font-size: 16px !important; line-height: 22px;}
		
		.filedAddres {
		font-size: 18px;
		padding: 0;
		width: 100%;
		text-align: center;
       }
	   .formMain .form-group {margin: 5px 0;}
	  .stick_header .navbar-header{ float:left; }
	  .menu_bar .navbar-right { float: right;  margin-top: 15px;}
	  .stick_header .navbar-brand { margin: 0 0 0 15px !important;	max-width: 150px; }
	  .menu_bar .nav-pills li a {
			font-size: 12px;
			height: 30px;
			margin: 0 2px;
			padding: 6px 8px;
		}
	 .menu_bar .nav-pills li img{ display:none; }	
	 .menu_bar .nav-pills &gt; li.active &gt; a:after {
		bottom: -4px;	
		height: 8px;
		width: 8px;
		content:none;
	}
	
	.menu_bar .nav-pills &gt; li.active &gt; a, 
	.menu_bar .nav-pills &gt; li.active &gt; a:hover, 
	.menu_bar .nav-pills &gt; li.active &gt; a:focus, 
	.menu_bar .nav-pills &gt; li a:hover {
		background-color: rgb(12,109,207);
		color: #fff;
	}
	.menu_bar .nav-pills &gt; li a.active{  background-color: #f7941e !important;
    color: #fff; }
	
	.top_nav .nav li a, .top_nav .nav li span, .top_nav li a {padding: 2px 8px; font-size: 12px;	}
	.top_nav ul li a img { margin-right: 4px; width: 15px; }
	.scroll_header {
		-webkit-transform: translate(0px, -30px);
		-ms-transform: translate(0px, -30px);
		-o-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}
	.menu_bar .bottom_nav li {
		border-bottom: 1px solid #ddd;
		border-right: none;
		display: block;
		padding: 10px 15px;
	}
	.menu_bar .bottom_nav li a{ font-size:12px; }
	.menu_bar .bottom_nav {	text-align: left;	}
	.menu_bar .bottom_nav {	padding: 0;	}

	.menu_bar .tab-content .visible{ display:none; } 
	
	.page { padding: 30px 0;}
	.Form_section h1 {font-size: 32px;font-weight: 700; padding-bottom: 20px;}
	.Form_section h3 {font-size: 18px;line-height: 28px;	display:none;}
	.Form_section p br{ display:none; }
	.Form_section .data_form {
		margin: 0;
		max-width: 100%;
	}
	.page .text-right{ text-align:center; }
	.three_column p ,.page p {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.three_column p  br,.page p br{ display:none; }
	.page h2 {
		margin-bottom: 8px;
	}
	.three_column .icon {
		height: 120px;
		line-height: 120px;
		width: 120px;
	}
	.three_column h3 {
		font-size: 18px;
		margin: 20px 0 10px;
	}
	.three_column .col-sm-4 p {
		text-align: center;
	}
	.three_column .col-sm-4{ margin-bottom: 30px; }
	.testimonial .data p.text {
		font-size: 14px;
		line-height: 20px;
		padding: 0 22px;
		text-align: center;
	}
	.testimonial .data p.text:after,.testimonial .data p.text:before {
		height: 16px;
		width: 16px;
		background-size: 100%;
	}
	.testimonial .info_box {
		margin-top: 20px;
		text-align: center !important;
	}
	.testimonial .info_box .col-sm-6 {
		display: inline-block;
		float: none;
		width: auto;
		vertical-align: top;
		text-align: left;
		padding: 0 6px;
	}
	.three_column .col-sm-4:last-child{ margin-bottom:0; }
	.testimonial {
		padding-bottom: 60px;
	}
	.testimonial .info_box .text-right{ text-align:center !important; }
	.testimonial .carousel-indicators {	bottom: -50px;	}
	.post li { margin-bottom: 10px; width: 100%;	}
	.Form_section .data_form .text_row .form_input {
		margin-left: 5px;
	}
	.Form_section .data_form .text_row span {
		display: block;
		font-size: 26px;
		font-weight: 700;
		margin-bottom: 12px;
		text-align: center;
	}
	.thanksSection .text22Grey br{ display:none;}
	footer .bootom_footer h3 {
		font-size: 18px;
		margin-bottom: 5px;
		margin-top: 0;
		padding-bottom: 4px;
	}
	footer ul{ margin-bottom: 20px; }
	footer .bootom_footer ul li a,footer .bootom_footer ul li {
		font-size: 14px;
		padding: 1px 0;
		line-height: 20px;
	}
	footer .bootom_footer .about p {
		margin: 5px 0;
	}
	footer .bootom_footer {
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0 0px;
	}
	footer .copyright {padding: 10px 15px;}
	.phoneNoLarge a, .phoneNoLarge a:hover{padding-top: 14px;}
	.phoneNoLarge a span {
        font-size: 24px;
        padding: 6px 0px 0px 11px;
    }
    .phoneNoLarge a img {width: 36px;}
    .best-providersCard{
        width: 100%;
        margin: 0 0 25px
    }
}
@media (max-width: 479px){
	body {
		padding-top: 82px;
	}
	.top_nav .nav {
		margin: 0;
		padding: 0;
		display: none;
	}
	.top_nav ul {
		float: none !important;
		text-align: center;
		width: 100%;
	}
	.menu_bar .navbar-right {
		float: right;
		margin-top: 12px;
		margin-right: -12px;
	}
	.stick_header .navbar-brand {
		margin: 0 0 0 7px !important;
		max-width: 120px;
	}
	.phoneNoLarge a,.phoneNoLarge a:hover{padding-top: 16px;}
	.phoneNoLarge a span{font-size: 14px;padding: 2px 0px 0px 8px;}
	.phoneNoLarge a img {width: 26px;}

}
/*** Term &amp; Condition ***/

.term-condition h3,
.privacy-policy h3 {
    margin-top: 30px;
	margin-bottom: 5px;
}

.term-condition b,
.privacy-policy b {
	font-weight:bold;
}

.term-condition .content p,
.privacy-policy .content p {
    text-align: justify;
}
.term-condition .content p a,
.privacy-policy .content p a {
    color: #f8941f;
    font-style: normal;
    font-weight: bold;
}
.term-condition .content ul li,
.privacy-policy .content ul li {
    padding-left: 15px;
	position: relative;
}
.term-condition .content ul li:before,
.privacy-policy .content ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
}

@media screen and (max-width: 767px) {
	.term-condition h3, 
	.privacy-policy h3 {
		margin-top: 20px;
		margin-bottom: 0;
		font-size: 20px;
	}
	.inner_page .content ul {
		margin: 30px 0;
	}
}
.social {
    text-align: left;
}
.website-logo {
    padding-left: 0px;
    margin-bottom: 0px;
}
.website-logo li {
    display: inline-block;
    padding: 2px 6px;
        padding-right: 6px;
    padding-right: 6px;
    position: relative;
    background: url(../img/divider.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: no-repeat;
        background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 2px;
    padding-right: 12px;
    margin-left: 3px;
    float: left;
    list-style-type: none;
	line-height:28px;
}
.our-brand {
    font-size: 12px;
    line-height: 28px;
    padding-bottom: 0px;
    margin: 0px;
    color: #9b9b9b;
    font-weight: 600;
}
.website-logo li a p {
    color: #ef831e;
    margin: 0px;
    font-size: 12px;
}
.website-logo li a:hover p {
    color: #0096e2;
}
.number-side {
	margin:0px;
	line-height:28px;
}
.website-logo li:last-child {
    background: none;
}
.number-side a{
	color:#0096e2;
}
.bigOrgBtn{
position: relative;
}
.best-providers .bigOrgBtn span{
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.disSec {
    position: relative;
    top: 0px;
    width: 100%;
    background: #f0f0f0;
    border-bottom: 1px solid #ddd;
}
.disSec p {
    margin: 0;
    padding: 5px 15px;
    font-size: 13px;
    text-align: center;
    color: #000; line-height: 18px;
}
.disSec p a {
    color: #fe902b;
}

</pre></body></html>