@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
body{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #667085;
	line-height: 1.7em;
}
a:link,a:visited,a:focus,a:hover{
	text-decoration: none;
	color: #1465B4;
}
ul,li,ol{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.top-apply-now{
    text-align: center;
}
.top-apply-now a{
    background: #FF8846;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    display: block;
    max-width: 200px;
    margin: 22px auto 0;
    border-radius: 5px;
}
.top-apply-now a:hover{
    background: #296a90;
    color: #fff;
    text-decoration: none!important;
}
header.header {
	padding: 20px 0px 0px;
}
.toggleIcon{
    display: none;
}
.top-custcare {
    text-align: right;
    /*padding-top: 70px;*/
}
.live-chat-panel {
    text-align: right;
    margin-bottom: 4px;
}
.live-chat-panel a>img, .live-chat-panel a>svg {
    border: 1px #cecece solid;
    box-shadow: 1px 1px 0px #cecece;
}
.top-custcare img {
    margin-right: -41px;
}
.top-custcare a{
	color: #BB251A;
	font-size: 20px;
}
.top-custcare a i{
    margin-right: 10px;
}
.show-header{
    display: block!important;
    left: initial!important;
}
nav.navbar.main-navigation {
    background: #296a90;
    border-radius: 0px;
    margin-top: 10px;
    min-height: 36px;
    border: 0px;
    margin-bottom: 0;
}
nav.navbar.main-navigation ul.nav.navbar-nav li a {
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
nav.navbar.main-navigation ul.nav.navbar-nav li:not(:last-child){
	border-right: 1px solid #fff;
}
nav.navbar.main-navigation ul.nav.navbar-nav li a:hover,nav.navbar.main-navigation ul.nav.navbar-nav li.active a{
	background: #FF8846;
}
.main_section_wrap{
    margin-top: 20px;
}
.left-sidebar h2 {
    margin: 0px 0px 15px;
    font-size: 18px;
    color: #fff;
    background: #296a90;
    padding: 10px;
    pointer-events: none;
    display: none;
}

.left-sidebar {
    border: 1px #cecece solid;
    padding: 15px;
    box-shadow: 1px 1px 4px #cecece;
    border-radius: 3px;
    padding-top: 0;
    padding-bottom:0 ;
}

.left-sidebar  input[type="submit"] {
    background: #FF8846;
    border: 0px;
    padding: 5px 20px;
    color: #fff;
    transition: all 0.2s;
}
.left-sidebar  input[type="submit"]:hover {
	background: #296a90;
}
.listing-block {
    margin: 0px 0px 15px;
    border-top: 0px #cecece solid;
}
.listing-block ul li a {
    padding: 7px 0px 7px 22px;
    border-bottom: 1px #cecece solid;
    display: block;
    color: #296a90;
    font-size: 16px;
    position: relative;
}
.listing-block ul li a:hover{
color:#FF8846
}
.listing-block ul li a:before {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 14px;
}
ul.three_column_ul {
    width: 100%;
    background-size: 100%!important;
    min-height: 142px;
}
ul.three_column_ul.two-center-bg {
    background: url('../2center.jpg'); 
    background-repeat: no-repeat;
}
ul.three_column_ul li {
    display: inline-block;
    width: 33.333%;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

ul.three_column_ul li>a {
    display: block;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}
ul.inner-ads {
    margin: 10px 0px;
    text-align: center;
}

ul.inner-ads li:not(:first-child) {
    margin-bottom: 15px;
}
ul.inner-ads li img{
    width: 100%;
}
.cols-first {
    background: #f1f1f1;
    padding: 10px 5px 5px;
    border: 2px #cecece solid;
    margin-bottom: 5px;
}
.cols-first img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}
.banner-area{
    display: flex;
    align-items: end;
   
}
.middle-wrap{
    font-size: 16px;
}
.middle-wrap .ul{
    margin-left: 13px;
    margin-bottom: 15px;
}
.middle-wrap .ul li{
    margin-bottom: 10px;
}
.middle-wrap .ul li::before {
  content: "\2022";
  color: #296a90;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.w-100{
    width: 100%!important;
    height: auto;
}
.astrix{
    font-size: 14px;
    color: #FF8846;
}
.btn-orange{
    outline: none;
    background: #FF8846;
    border: 0px;
    padding: 5px 20px;
    color: #fff;
    transition: all 0.2s;
}
.btn-orange:hover{
    background: #296a90;
}
.request-form h4{
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
}
.note{
    font-weight: 600;
}
.footer-nav{
	background: #296a90;
	padding: 40px 0;
	color: #fff;
     margin-top: 20px;
}
.footer-nav .footer-link a {
    font-size: 16px;
    color: #fff;
    line-height: 1.8em;
}
.footer-nav .footer-link >p {
    margin-bottom: 10px;
    border-bottom: 1px solid #1f5f84;
    padding-bottom: 15px;
    text-align: left;
}
.footer-nav .footer-link a:not(:last-child):after{
	content: '|';
	padding: 0 18px;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
}
.footer-nav .footer-link a:hover{
	color: #7dc1e8;
	text-decoration: underline;
}
p.copyrights.text-center.mt-4 {
    color: #fff;
    border: 0px;
    text-align: center;
    padding-top: 20px;
}
.about-leader {
  padding: 10px;
    box-shadow: 0px 0px 10px #296a90;
    border-radius: 5px;
    background: #fff;
}
 
.about-leader h3{
        
        font-weight: 600;
        font-size: 20px;
        margin-top: 0;
        line-height: 30px;
        background: #296a90;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 0;

}
.about-leader section{
    display: grid;
  grid-template-columns: auto auto auto;
 grid-column-gap: 30px;
  
}
.about-leader article:not(:last-child){

}
.about-leader h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}
.about-leader p{}

.form-control.inptext{
    width: calc(100% - 65px);
    display: inline-block;
    height: 30px;
    
}
.go-button{
    margin-left: -5px;
}
.newsletter-text{
    font-weight: 600;
    font-size: 18px;
    color: #FF8846;
}

.testi-para{
    font-size: 14px;
}
.testi-para span{
    float: right;
}
.service-grid{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
.left-show{
    display: block!important;
}

@media all and (max-width: 1200px){
    nav.navbar.main-navigation ul.nav.navbar-nav li a{
    padding-left: 19px;
    padding-right: 19px;

}
.right-banner-img img{
    max-width: 49%;
}
    }

    



@media all and (max-width: 991px) {
    .top-apply-now{
        position: absolute;
        left: 0;
        right: 0;
    }
    ul.navbar-nav>li{
    float: none;
}
    ul.navbar-nav{
        float: none;
    }
    .banner-area{
        display: block;
    }
    .banner-area img{
        width: 100%;
    }
    ul.three_column_ul{
   
    background-size: 100% 100%!important;
}
nav.navbar.main-navigation ul.nav.navbar-nav li a{
    padding-left: 7px;
    padding-right: 7px;

}
.top-custcare {
    text-align: right;
    padding-top: 0;
    margin-right: 65px;  
    
}
.live-chat-panel{
    margin-right: 65px;
}
.left-sidebar h2{
        pointer-events: auto;
        display: block;
    }
    .main-navigation{
        position: fixed;
        left: -1000px;
        z-index: 999;
        width: 80%;
        top: -10px;
        height: 100vh;
    }
    .toggleIcon.open{
        
    }
    .toggleIcon,
    .toggleIcon span {
        position: absolute
    }
        .toggleIcon {
        top: 40px;
        right: 5%;
        background: #fff;
        height: 29px;
        width: 40px;
        transition: all .5s ease-in-out 0s;
        transform: rotate(0);
        opacity: 1;
        cursor: pointer;
        z-index: 1;
        display: block;
    }
    .toggleIcon.open{
        right: initial;
        left: 100%;
        background: #f00;
        top: 0;
        height: 36px;

    }
    .toggleIcon.open span{
        left: 0px;
        background: #fff;
        top: 16px!important;
    }
    .toggleIcon span {
        height: 3px;
        background: #000;
        width: 30px;
        top: 10px;
        margin-left: 5px;
        transition: all .25s ease-in-out 0s
    }
    .toggleIcon span:nth-child(1) {
        top: 6px
    }
    .toggleIcon span:nth-child(2),
    .toggleIcon span:nth-child(3) {
        top: 13px;
        right: 2%
    }
    .toggleIcon span:nth-child(4) {
        top: 20px
    }
    .toggleIcon.open span:nth-child(1),
    .toggleIcon.open span:nth-child(4) {
        width: 0
    }
    .toggleIcon.open span:nth-child(2) {
        transform: rotate(45deg)
    }
    .toggleIcon.open span:nth-child(3) {
        display: block;
        transform: rotate(-45deg)
    }
    
ul.navbar-nav{
    margin: 0;
}

.nav>li:not(:last-child){
    border-bottom: 1px solid #fff;
}
.middle-wrap{
    margin-top: 20px;
    margin-bottom: 20px;
}
.top-custcare a{
    font-size: 18px;
}
.overlay{
    background: rgba(255,255,255,.1);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;

}
.left-sidebar form,
    .left-sidebar .ads-block,
    .left-sidebar .listing-block{
        display: none;
    }
.left-sidebar{
    padding-bottom: 0;
    padding-top: 15px;
}
nav.navbar.main-navigation ul.nav.navbar-nav li:not(:last-child){
    border-right-width: 0px;
}
}

@media all and (max-width: 768px){
    header{
        height: 190px;
    }
    .top-apply-now{
        top: 115px;
    }
    
    .top-custcare {
    
    margin-right: initial;  
    
}
.live-chat-panel{
    margin-right: initial;
}
    .logo img,.live-chat-panel img,.top-custcare img{
        max-width: 100%;
        
    }
    .live-chat-panel,.top-custcare{
        text-align: left;
    }
    .live-chat-panel img{
        margin-left: -20px;
        margin-top: 3px;
    }
    .top-custcare img{
        margin-left: -30px;
    }
    .about-leader section{
        grid-template-columns: auto;
    }
    
}
@media all and (max-width: 520px){
    .live-chat-panel img{
        width: 80%;
    }
   
    }
@media all and (max-width: 420px){
     header{
        height: 150px;
    }
    .top-apply-now{
        top: 90px;
    }
}
    