@charset "utf-8";
/* CSS Document */
/* thin,light,regular,bold,black */
body{padding:0; margin:0; font-family: "Poppins", sans-serif;font-size:16px; line-height:24px; background-color: #fff;}
input, textarea, label, samp, big, small{font-family: "Poppins", sans-serif;}
div, p, form, ul, li, h1, h2, h3, h4, h5, h6, a, span, form, img, br, input, textarea, label, samp, figure, section, aside, article, big, small{padding:0; margin:0;}
a, input{text-decoration:none; outline:none;}
img{border:0; outline:none;}
ul{list-style-type:none;}
*:focus{outline:none;}	
*, ::after, ::before{-webkit-box-sizing:border-box;	-moz-box-sizing:border-box; box-sizing:border-box;}
input[type="button"],input[type="submit"],.input-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.clear{clear:both; line-height:0 !important; font-size:0 !important; height:0px !important;}
.left{float:left;}
.right{float:right !important;}
.block{display:block;}
.inlineblock{display:inline-block;}
.relative{position:relative}
.absolute{position:absolute;}

.fadeOut{opacity:0;} 
.fadeIn{opacity:1;}
.fadeOutRight {opacity:0; position:relative; left:50%;}
.fadeInRight{opacity:1; left:0%;}
.fadeOutLeft {opacity:0; position:relative; right:50%;}
.fadeInLeft{opacity:1; right:0%;}
.fadeOutBottom{opacity:0; position:relative; top:50px;}  
.fadeInBottom{opacity:1; top:0px;}
.fadeOutTop{opacity:0; position:relative; margin-top:-50%;}  
.fadeInTop{opacity:1; margin-top:0%;}

.addAnimate{-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in-out;}
.addAnimate2{-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in-out;}
.transition{-webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out;  -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
.transition2{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.transition3{-webkit-transition: all 12s ease-in-out; -moz-transition: all 12s ease-in-out;  -o-transition: all 12s ease-in-out; transition: all 12s ease-in-out;}
.transition4{-webkit-transition: all 1.2s ease-in-out; -moz-transition: all 1.2s ease-in-out;  -o-transition: all 1.2s ease-in-out; transition: all 1.2s ease-in-out;}

.delay5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -o-transition-delay:0.5s; -ms-transition-delay:0.5s; transition-delay:0.5s;}
.delay8{ -webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -o-transition-delay:0.8s; -ms-transition-delay:0.8s; transition-delay:0.8s;}

.middle{ vertical-align:middle; text-align:center;}
.middle>*{ display:inline-block; vertical-align:middle; margin-right:-4px !important;}
.middle:after{content:''; height:100%; width:1px;display:inline-block; vertical-align:middle; }

.heading1_b{color:#243267; font-size:36px; font-weight:400; margin-bottom:30px;}
.heading1_b strong{ font-weight:700;}

.heading1_w{color:#FFF; font-size:36px; font-weight:400; margin-bottom:30px;}
.heading1_w strong{ font-weight:700;}

.heading2_b{color:#000; font-size:24px; font-weight:400; margin-bottom:30px;}
.heading2_b strong{ font-weight:700;}

.heading2_w{color:#FFF; font-size:24px; font-weight:400; margin-bottom:30px;}
.heading2_w strong{ font-weight:700;}

.more{height:43px; line-height:43px; padding:0 35px; color:#FFF; text-transform:uppercase; background:#cd2629; font-size:12px; display:inline-block; position:relative;}
.more:after{content:'';width:48px; height:9px; position:absolute; top:14px; right:-25px; background:url(../images/arrow.png) no-repeat 0 0; z-index:1;}
.more:before{content:'';width:22px; height:1px; position:absolute; top:22px; right:0px; background:#FFF; z-index:2;}
.more2:hover:after{background:url(../images/arrow2.png) no-repeat 0px 0;}

/*.more3{color:#e71f38; font-size:12px; font-weight:400; text-transform:uppercase; padding-right:20px; height:10px; line-height:10px; position:relative;display:inline-block; cursor:pointer;}
.more3:after{content:'';width:24px;height:10px;position:absolute;right:0;top:0px;background:url(../images/plus.gif) no-repeat 100% 0;}*/

.more4{color:#fff; font-size:12px; font-weight:400; padding-left:20px; height:10px; line-height:10px; position:relative;display:inline-block; cursor:pointer;}
.more4:after{content:'';width:14px;height:10px;position:absolute;left:0;top:0px;background:url(../images/plus_w.png) no-repeat 100% 0;}


.more5{color:#424141; font-size:12px; font-weight:400; padding-left:20px; height:10px; line-height:10px; position:relative;display:inline-block; cursor:pointer;}
.more5:after{content:'';width:10px;height:10px;position:absolute;left:0;top:0px;background:url(../images/plus.gif) no-repeat 100% 0;}


.more6{color:#fff; font-size:14px; font-weight:400; padding-right:20px; height:10px; line-height:10px; position:relative;display:inline-block; cursor:pointer;}
.more6:after{content:'';width:24px;height:10px;position:absolute;right:0;top:0px;background:url(../images/plus.gif) no-repeat 100% 0;}
/* .zoomIn{-webkit-transform: scale(1.2); transform: scale(1.2);}
.zoomOut{-webkit-transform: scale(0.7); transform: scale(0.7);} */

/* ------------------------------------- */

.center{ width:95%; max-width:1160px; margin:0 auto;}
.center:after{content:''; display:block; clear:both;}
header{background: rgb(255 255 255);height: 120px;-webkit-box-shadow:0px 6px 15px -1px rgba(0,0,0,0.09);-moz-box-shadow:0px 6px 15px -1px rgba(0,0,0,0.09);box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 34%);z-index:9;position:fixed;width:100%;top:0;left:0;transition: 0.8s ease;}
header:after, .headerSec1:after, headerSec2:after, .topLinks:after, .topSearch:after, footerSec1:after, footerSec2:after{content:''; display:block; clear:both;}

.content_panel{ position:relative; z-index:1;}

.headerSec1{ margin: 20px 0 0;}
.headerSec1 aside:first-of-type{ float:left;}
.headerSec1 aside:last-of-type{ float:right;}

.topLinks li{ float:left; line-height:36px; margin-right:15px; padding-right:15px; position:relative;}
.topLinks li:last-of-type:after{ display:none;}
.topLinks li a{color:#9491ad; font-size:12px;}
.topLinks li a:hover{color:#FFF;}
.sm{}
.sm span{ float:left; height:36px; line-height:36px; padding-right:20px; font-size:12px; color:#9491ad;}
.sm a{ float:left; width:36px; height:36px; border-right:1px solid rgba(255,255,255,0.2); font-size:0; color:transparent; line-height:0; position:relative;}
.sm a:first-of-type{ border-left:1px solid rgba(255,255,255,0.2);}
.sm a:after{content:''; width:16px; height:16px; position:absolute; left:0; right:0; top:0; bottom:0; margin:auto;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in-out;}
.sm a.fb:after{ background:url(../images/icon-social.png) no-repeat 0 0;}
.sm a.twitter:after{ background:url(../images/icon-social.png) no-repeat -16px 0;}
.sm a.linkdin:after{ background:url(../images/icon-social.png) no-repeat -32px 0;}

.sm a.fb:hover:after{ background:url(../images/icon-social.png) no-repeat 0 100%;}
.sm a.twitter:hover:after{ background:url(../images/icon-social.png) no-repeat -16px 100%;}
.sm a.linkdin:hover:after{ background:url(../images/icon-social.png) no-repeat -32px 100%;}

.headerSec2{position:relative;padding-top: 18px;}

.headerSec2 aside{float:right;margin-top: 20px;}
.headerSec2 aside:after{content:''; display:block; clear:both;}

.logo{float:left;position: relative;margin: 6px 0 0 0;}
nav{ float:left;}
nav ul li{ float:left; padding:0 18px;height:66px; line-height:66px;}
nav ul li a{font-size:15px; font-weight:700; color:#080907;}
.siteSearchHolder{ float:left; height:66px; position:relative;}
.insuranceBtn{ float:left; background:#cd2629 url(../images/icon-insurance.png) no-repeat 50% 16px; height:66px; width:110px; padding-top:40px; color:#FFF; text-transform:uppercase; font-size:10px; text-align:center;}

#navTrigger{ display:none;}

.topSearch { width:60px; overflow:hidden; height:66px; position:relative; background:#fff; padding-top:20px;}
.topSearchFild { border: 0; display: inline-block; border-bottom:1px dotted #ccc; padding:5px 10px; float: left; position: relative; z-index: 1;}
.topSearchBtn { border: 0; background: url(../images/search-icon.png) 53% 0 no-repeat #fff; width:61px; height: 28px; position: absolute; top:24px; right:0px; z-index: 2; cursor: pointer;}
.searchTrigger { background:#f3f3f3 url(../images/search-icon.png) no-repeat 50% 50%; padding-left:40px; height:66px; width:60px; display:inline-block; position:absolute; right:0; top:0; z-index:2; border-left:1px solid #e7e7e7; cursor:pointer;}
.stClose{ background:#d2d2d2 url(../images/close.png) no-repeat 50% 50%;}

/*---------Footer part open--------*/
.footer {
    width: 100%;
    background: #c4daff;
    padding: 30px 0px;
    padding-bottom: 0px;
}
.center.footer_mid_box {
    display: flex;
    justify-content: space-between;
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / 31%);
    padding-top: 20px;
}
.footer_first_box ul li {
    line-height: 25px;
}
.footer_mid_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_first_box h4 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 36px;
    position: relative;
}
.footer_first_box h4:after {
    content: "";
    clear: both;
    display: table;
    height: 2px;
    width: 40px;
    background: #FF8686;
    /* background: var(--main-color-one); */
    margin-top: 10px;
}
.footer_first_box strong {
    display: block;
}

.footer_first_box ul li a {
    font-size: 13px;
    color: #666;
}
.footer_first_box ul li a:hover {
    font-size: 13px;
    color: #ff8686;
}
.footer_first_box {
    width: 20%;
}

.footer_mid_box .footer_first_box:last-child {
    width: 26%;
    color: #666;
    font-size: 14px;
}

.footer_first_box p {
    font-size: 14px;
    color: #9cbff5;
    font-weight: normal;
}
span.email_text {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

span.email_text a {color: #666;}
.call_text a {color: #666;}
span.call_text {
    font-size: 14px;
    color: #666;
}
.footer_bottom {
    background: #034ea2;
    padding: 20px 0px;
    margin-top: 40px;
    border-top: 2px solid #52aecf;
}
.footer_bottom_mid {
    display: flex;
    justify-content: space-between;
}

span.best_text {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}

span.copy_text {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}

.follow {
    display: flex;
}
.footer_link a {
    color: #fff;
    transition: 0.6s;
}

.footer_link a:hover {
    color: #0e81f7;
}
.follow ul {
    display: flex;
}
.follow ul li {
    margin: 0px 4px;
}
.social_box ul {
    display: flex;
}

.social_box ul li {
    margin-right: 10px;
}

.text-footer {
    padding-right: 10px;
}
.follow ul li:nth-child(1) a {width: 20px; height: 22px;  background: url(../images/follow-icon.png) 0 0 no-repeat; display: block;}
.follow ul li:nth-child(1) a:hover {width: 20px; height: 22px;  background: url(../images/follow-icon.png) 0 -31px no-repeat;}

.follow ul li:nth-child(2) a {width: 23px; height: 22px; background: url(../images/follow-icon.png) -25px 0 no-repeat; display: block;}
.follow ul li:nth-child(2) a:hover {width: 23px; height: 22px;  background: url(../images/follow-icon.png) -25px -31px no-repeat; display: block;}

/*.follow ul li:nth-child(3) a {width: 22px;height: 22px;background: url(../images/follow-icon.png) -102px 0 no-repeat;display: block;}
.follow ul li:nth-child(3) a:hover {width: 22px;height: 22px;background: url(../images/follow-icon.png) -102px -31px no-repeat;display: block;}*/
.follow ul li:nth-child(3) a {width: 22px; height: 22px;  background: url(../images/follow-icon.png) -75px 0 no-repeat; display: block;}
.follow ul li:nth-child(3) a:hover {width: 22px; height: 22px;  background: url(../images/follow-icon.png) -75px -31px no-repeat; display: block;}

.follow ul li:nth-child(4) a {width: 22px; height: 22px;  background: url(../images/follow-icon.png) -51px 0 no-repeat; display: block;}
.follow ul li:nth-child(4) a:hover {width: 22px; height: 22px;  background: url(../images/follow-icon.png) -51px -31px no-repeat; display: block;}

.follow ul li:nth-child(6) a {width: 25px; height: 22px;  background: url(../images/follow-icon.png) -125px 0 no-repeat; display: block;}
.follow ul li:nth-child(6) a:hover {width: 25px; height: 22px;  background: url(../images/follow-icon.png) -125px -31px no-repeat; display: block;}

.follow ul li:nth-child(7) a {width: 28px; height: 22px;  background: url(../images/follow-icon.png) -150px 0 no-repeat; display: block;}
.follow ul li:nth-child(7) a:hover {width: 28px; height: 22px;  background: url(../images/follow-icon.png) -150px -31px no-repeat; display: block;}



.footer .center:after {
    display: none;
}




.footer_menu_box {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.footer_menu_first_box {
    width: 25%;
    /* padding: 35px 0px; */
}

.footer_menu_first_box ul {
    padding: 6px 0px;
}

.footer_menu_first_box ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
    transition: 0.4s;
}
.footer_menu_first_box ul li a:hover {
    color: #0d97ec;
    padding-left: 6px;
}
.footer_menu_first_box ul li ul {
    padding: 0px;
}
.footer_menu_first_box ul h4 {
    margin-bottom: 10px;
    position: relative;
}

.footer_menu_first_box ul h4:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 40px;
    height: 1px;
    content: "";
    background: #fff;
}
.social_box_new {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.social_box_new ul {
    display: flex; 
}

.footer iframe { margin: 20px 0 0 0;}
.footer .social_box_new ul li a img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: 0.6s;
    position: relative;
    -webkit-box-shadow: 3px 3px 13px -6px rgba(0,0,0,0.46);
    -moz-box-shadow: 3px 3px 13px -6px rgba(0,0,0,0.46);
    box-shadow: 3px 3px 13px -6px rgba(0,0,0,0.46); border: 1px solid #ccc;;
}
.footer .social_box_new {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 0px;
}

.social_box_new ul li a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.6s;
    position: relative;
    -webkit-box-shadow: 3px 3px 13px -6px rgba(0,0,0,0.46);
    -moz-box-shadow: 3px 3px 13px -6px rgba(0,0,0,0.46);
    box-shadow: 3px 3px 13px -6px rgba(0,0,0,0.46); border: 1px solid #ccc;;
}

.social_box_new ul li {
    margin: 0px 6px;
    transition: 0.6s;
    position: relative;

}

.social_box_new h4 {
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
}

.social_box_new ul li:hover {
    margin-top: -10px;
}


 
/* Inner banner section start*/
.hbDex {width: 100%; height: 100%; object-fit: cover;  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */       -moz-animation: fadein 2s; /* Firefox < 16 */        -ms-animation: fadein 2s; /* nternet Explorer */         -o-animation: fadein 2s; /* Opera < 12.1 */            animation: fadein 2s;}
.innerbannerInfo{position: absolute; bottom: 130px; text-align: center; margin: 0 auto; left: 0; right: 0;}
.innerbannerInfo h1{color: #fff; font-size: 16px; position: relative; padding: 0 0 15px; margin: 0 0 15px; text-transform: uppercase;}
.innerbannerInfo h1:after{position: absolute; content: ""; width: 52px; height: 3px; left: 0; right: 0; bottom: 0; background-color: #eb0e17; margin: 0 auto;}
.innerbannerInfo h3{color: #ffffff; font-size: 24px; position: relative;}
.innerbannerInfo h3 strong{ font-weight: 800; display: inline-block; width: 100%; padding: 15px 0 0;} 
 .container{width:95%; max-width:1183px; margin:0 auto;}
 .row{float:left; width:100%; position: relative;  }
 
.bredcrub_single{float:left; width:100%; background-color: #f4f4f4; height: 72px;}
.bredcrub_single li{float: left; font-size: 14px; line-height: 72px; height: 100%; padding: 0 30px; color: #393939;}
.bredcrub_single li:last-child{background-color: #fff;}
.bredcrub_single li.home{background-color:#0054a6;}
.bredcrub_single li a{padding:0;   padding: 0 0px; color:#393939; position:relative;}
.bredcrub_single li span{/*background:#fff url(../images/bredcramb_arrow.png) 92% center no-repeat; */  height: 100%; float: left; color: #393939;}
 
 
/*----- 3 column block slider ------------*/
.colummn3_slider{ padding:0 50px;}
.colummn3_slider li{ padding-bottom:50px;}
.colummn3_prev, .colummn3_next{ margin:auto; z-index:10; width:47px; height:38px; text-indent:-99999px; cursor:pointer;  font-size:1px; line-height:1px; color:transparent; position:absolute; top:50%; margin-top:-25px;}
.colummn3_prev{ background:url(../images/ctrl3.png) no-repeat 0 50%; left:0;}
.colummn3_next{background:url(../images/ctrl3.png) no-repeat -47px  50%; right:0}
.colummn3_slider~div{ text-align:center;}
.colummn3_slider~div .slide_moreBtn{ opacity:1 !important;}


.moreCont{display:block;position:relative;  color:#ed3438; margin-top:10px; cursor:pointer; font-size:0; color:transparent;}
.moreCont:after{content:''; width:10px; height:10px; display:block; position:absolute; left:75px; top:calc(50% - 5px); background:url(../images/plus.png) no-repeat 0 0; }
.moreCont.lessCont:after{ background:url(../images/less.png) no-repeat 0 0px;}
.moreCont:before{content:'Read more';color:#ed3438; font-size:14px;}
.moreCont.lessCont:before{content:'Less';color:#ed3438; font-weight:600; font-size:14px;}

.colummn3_next.slick-disabled {  opacity: 0.3;}
.colummn3_prev.slick-disabled { opacity: 0.3;}

.breadcrumb{ padding:0px 0 0px; background-color: #f4f4f4;height: 72px; float: left; width: 100%;}
.bcHome{ float: left; height: 100%; background:#0054a6 url(../images/home.png) no-repeat center; font-size: 1; color: transparent; line-height: 0; margin: 0 0px; padding: 0 15px;}
.breadcrumb>span{float: left; line-height: 15px; font-size: 15px; display: block; line-height: 72px; background-color: #fff; padding: 0 30px; color: #393939;}
.shortcutLincks{float: left; margin-right: 28px; position: relative; padding-bottom: 0px;}
.shortcutLincks>strong{background: url(../images/bredcramb_arrow.png) no-repeat right 30px; display: block; padding: 0 60px 0 30px; line-height: 72px; font-weight: 400; font-size: 14px; color: #393939;}
.shortcutLincks>ul{position:absolute; top:100%; left:0; width:165px; background:#FFF; border:1px solid #d2d2d2; border-top:1px solid #d2d2d2; -webkit-box-shadow:-3px 3px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow:-3px 3px 5px 0px rgba(0,0,0,0.1); box-shadow:-3px 3px 5px 0px rgba(0,0,0,0.1); width: 300px; z-index: 2; display:none;}
.shortcutLincks>ul:before{content:''; position:absolute; left:22px; bottom:100%; height:11px; width:18px; background:url(../images-jan21/dropmenuArrow.png) no-repeat;}
.shortcutLincks>ul>li{padding:15px; border-bottom:1px solid #d2d2d2; color:#30323f; font-size:13px; line-height:16px;}
.shortcutLincks>ul>li>a{color:#30323f; text-decoration:none;}
.shortcutLincks:hover>ul{display:block;}
.shortcutLincks>ul>li ul{display:none; padding: 10px 0 0 10px}
.shortcutLincks>ul>li:hover ul{display:block;}
.shortcutLincks>ul>li ul li{ margin-bottom: 6px;}
.shortcutLincks>ul>li ul li:before{ content:'-'; display: inline-block; margin-right: 4px;}
.shortcutLincks>ul>li ul li a{ font-size: 11px; color: #282828;}

.full_block{float: left; width: 100%;}

header.scrolled{background: rgba(255,255,255,1.00); -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out;  -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
 

 @media screen and (max-width:1085px){
	.headerSec2 aside {
		margin-top: 0px;
	}
	.container {
		width: 90%;
	}
	.footer_mid_box .footer_first_box:last-child {
		width: 50%;
	}
	.footer_first_box {
		width: 50%;
	}
	.footer {
		padding: 0px;
	}
	.footer_mid_box {
		display: none;
	}
    .headerSec2 {
        padding-top: 0px;
    }










	/*  header{ position:relative; width:100%; top:0; left:0;} */
	 header {height: 52px;}
	 
	 .headerSec1{display: none;}
	 .headerSec2.center{ width:100%;}
	 .headerSec1 .center{ width:100%;}
	 .headerSec1 aside:first-of-type, .logo{margin: 5px 10px;width: 100px;}
	 .footerSec1{ display:none;}
	 .siteSearchHolder{ position:inherit;}
	 .searchTrigger{ position:relative; right:auto; top:auto; }
	 .topSearch{ position:absolute; left:0; top:100%; background:#FFF; width:100%; border-top:1px solid #DDD; padding:20px 70px 0 30px; display:none;}
	 .topSearchFild{ width:100%;}
	 #navTrigger{ display:block; float:left; width:66px; background:#192553 url(../images/snavbtn.png) no-repeat 50% 50% ; height:66px; cursor:pointer;border-top: 1px solid rgba(255,255,255,0.2); cursor:pointer;}
	 #navTrigger.ntClose{background:#192553 url(../images/close2.png) no-repeat 50% 50% ;}
	 
	 nav{ position:fixed; top:0; right:-250px; height:100%; width:250px; background:#192553; overflow:auto; z-index:5;}
	 nav ul{}
	 nav ul li {float: none; padding: 0 18px; height: auto; line-height:20px;}
	 nav ul li a{ color:#FFF;}
	 
	 .navShow { margin: 0 250px 0 -250px;}
	 nav.navActive { right: 0;}	 
	 .footer .ft_top_sec {background: url(../images/footer_bg_mob.jpg) no-repeat center top; height: 592px;}
	 .footer .ft_top_sec ul li {width: 50%;padding: 54px 25px 0 35px; height:296px;}
	 .footer .ft_top_sec ul li:last-child {width: 100%;}
 }
  @media screen and (max-width:900px){
 }
 @media screen and (max-width:600px){
	 .headerSec1{ display:none;}
	 
.heading1_b{ font-size:24px;}
.heading1_w{font-size:24px;}

.inner_banner {margin: 65px 0 0;}
.inner_banner .banner_info {position: relative; width: 100%; bottom: auto; background-color:#192553 ; float:left; padding:30px;}
.inner_banner img{display:block;}
.inner_banner .banner_info .bredcrub{display:none;}
.inner_banner .banner_info h3{padding:0px; font-size:20px;}	 
.footer .ft_top_sec ul li{display: none;}
.footer .ft_top_sec ul li:last-child{display: block;}
.footer .ft_top_sec { background: url(../images/footer_bg_small.png) no-repeat center top; height:auto; background-size: cover; padding: 50px 0;}
.footer .ft_top_sec ul li {width: 100%; padding: 0px 25px; height: auto;}
.footer .ft_top_sec .ft_block {float: left; width: 100%;}
.footer .ft_wrap .ft_link {text-align: center;}
.footer .ft_wrap .ft_link li:first-child { width: 100%;}
.footer .ft_wrap .ft_link li:first-child span {}
.footer .ft_wrap .ft_link li.copy { padding: 15px 0px 0 0;}
.footer .ft_wrap .ft_link {color: #696969;}
.footer .ft_wrap .ft_link li a {color: #696969;}
.footer .ft_wrap .ft_link li:first-child span {padding: 0 0px;font-weight: 500;}
.footer .ft_wrap .ft_link {padding: 0 25px;}
.bredcrub_single{height: auto; display: none;}
.bredcrub_single li {font-size: 13px; line-height: 35px;}
.bredcrub_single li:last-child{width: 100%;}
}

@media screen and (max-width:479px){
.searchTrigger { width: 45px;}
.inner_banner .banner_info { padding: 10px;}	
	
}