@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
/* thin,light,regular,bold,black */
body{padding:0; margin:0; font-family: "Barlow", sans-serif; font-size:16px; line-height:24px; background-color: #fff;}
input, textarea, label, samp, big, small{font-family: "Barlow", 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(../error.html) 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{color:#e71f38; font-size:12px; font-weight:400; text-transform:uppercase; padding-right:30px; height:10px; line-height:10px; position:relative;display:inline-block;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all 1s ease;transition:all .5s ease}
.more2:after{content:'';width:24px;height:7px;position:absolute;right:0;top:0px;background:url(../error.html) no-repeat 100% 0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all 1s ease;transition:all .5s ease}
.more2:hover:after{background:url(../error.html) 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(../error.html) 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(../error.html) 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(../error.html) no-repeat 100% 0;}
/* .zoomIn{-webkit-transform: scale(1.2); transform: scale(1.2);}
.zoomOut{-webkit-transform: scale(0.7); transform: scale(0.7);} */

/* ------------------------------------- */
.headerSec1 .center {
    width: 90%;
    max-width: 1600px;
}

.center{width:95%;max-width: 1230px;margin:0 auto;}
.center:after{content:''; display:block; clear:both;}
header{background: rgb(255 255 255);height: 112px;-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 6px 15px -1px rgba(0,0,0,0.09);z-index:9;position:fixed;width:100%;top:0;left:0;}
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: 8px 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(../error.html) no-repeat 0 0;}
.sm a.twitter:after{ background:url(../error.html) no-repeat -16px 0;}
.sm a.linkdin:after{ background:url(../error.html) no-repeat -32px 0;}

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

.headerSec2{position:relative;margin-top: 0px;width: 90%;max-width: 1600px;}

.headerSec2 aside{ float:right;}
.headerSec2 aside:after{content:''; display:block; clear:both;}

.logo{float:left;position: relative;margin: -39px 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(../error.html) 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(../error.html) 53% 0 no-repeat #fff; width:61px; height: 28px; position: absolute; top:24px; right:0px; z-index: 2; cursor: pointer;}
.searchTrigger { background:#f3f3f3 url(../error.html) 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(../error.html) no-repeat 50% 50%;}

/*.footer{float: left;width: 100%;background: #4175C3;margin-top: 60px;}*/
/*.footer{float: left;width: 100%;background: #38B94A;margin-top: 60px;} changed by Girish 21 Nov 25*/
.footer{float: left;width: 100%;background: #6C8F18;margin-top: 60px;}
.footer .ft_top_sec{float: left; width: 100%; 
	/* background: url(../images/footer_bg.jpg) no-repeat center top;  */
	height: 296px; }
.footer .ft_top_sec ul{float: left;width: 100%;margin-top: 30px;}
.footer .ft_top_sec ul li{float: left;width: 25%;/* padding: 54px 0px 0 0px; */}
.footer .ft_top_sec ul li:last-child{}
.footer .ft_top_sec ul li h3{font-size: 20px;color: #ffffff;font-weight: normal;padding: 20px 0px 14px 0px;}
.footer .ft_top_sec ul li h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    padding: 20px 0px 0px;
    margin-bottom: 10px;
}
.footer .ft_top_sec ul li .link{color: #ffffff;display: inline-block;width: 100%;font-size: 14px;position: relative;font-weight: normal;transition: 0.4s;}
a.sub_link {
    color: #fff;
    font-size: 13px;
    padding-left: 0px;
}
.footer .ft_top_sec ul li .link:hover {
    padding-left: 6px;
}
.footer .ft_top_sec ul li .link:after{position: absolute;content: "";background-color: #505358;width: 7px;height: 2px;left: 0;top: 50%;display: none;}
.footer .ft_top_sec .ft_block{float: left; width: 50%;}
.footer .ft_top_sec .ft_block h3{ font-size: 14px; color: #fff; font-weight: 500; padding: 0 0 20px;}
.footer .ft_top_sec .ft_block p{ font-size: 12px; color: #fff; font-weight: 500; padding: 0 0 20px;}
.footer .ft_top_sec .ft_block p a{color: #fff;}
.footer .ft_top_sec .ft_block a.linka{ text-align: left; margin: 15px 0 0; height:43px; width: 184px;  line-height:43px; padding:0 0 0 20px; color:#fff; text-transform:uppercase; border: 1px solid #fff; font-size:11px; display:inline-block; position:relative;  -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease-in-out}
.footer .ft_top_sec .ft_block a.linka:before{content:'';width:29px; height:1px; position:absolute; top:22px; right:23px; background:#fff; z-index:1;}

.footer .ft_wrap{float: left;width: 100%;padding: 38px 0;}
.footer .ft_wrap .ft_link{width:100%;color: #ffffff;font-size: 16px;font-weight: 400;border-top: 1px solid rgb(255 255 255 / 41%);padding-top: 20px;display: flex;justify-content: space-between;}
.footer .ft_wrap .ft_link li{/* float:left; */display: flex;}
.footer .ft_wrap .ft_link li.copy{padding: 0 80px 0 0;}
.footer .ft_wrap .ft_link li a{color: #ffffff;font-size: 16px;display: block;font-weight: 400;padding: 0px 6px;}
.footer .ft_wrap .ft_link li:first-child{float:right; line-height:23px; width:auto;}
.footer .ft_wrap .ft_link li:first-child span{float:left; color:#000000; border-right: 1px solid #e5e5e5; font-size:14px; padding:0 5px; height: 26px; width: 40px; position: relative;}
.footer .ft_wrap .ft_link li:first-child span:first-child{width: auto; border-right: 0px solid #e5e5e5;}
.footer .ft_wrap .ft_link li:first-child span:last-child{ border-right: 0px solid #e5e5e5;}
.footer .ft_wrap .ft_link li:first-child span img{position: absolute; left: 0px; top: 0px; right: 0; bottom: 0; margin: auto;}

.footer_link{float:left; font-size:12px; color:#818181;}
.footer_link a{margin:0 5px; color:#818181;}
.coryright{float:right; font-size:12px; color:#818181;}

.error {margin: 50px auto 50px;	width: 60%; text-align: center;}
.errorImg {	margin: 0 auto;	width: 30%;	display: block;	margin-top: 35px;margin-bottom: 35px;}
.error h3{ color: #000; font-size: 22px; padding: 0 0 10px 0;}
.error p{ color: #000; font-size: 18px; padding: 0 0 10px 0; line-height: 25px;}
 
/* Inner banner section start*/
.inside-header {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding-top: 0px;
	margin-top: 112px;
}
.inside-header img {
	width: 100%;
}
.header_mid_inner {
	width: 95%;
    max-width: 1183px;
    margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8%;
}
.inside-header-text h1 span {
	font-weight: normal;
}
.inside-header-text{/* position: absolute; */width: auto;height: auto;left: 50px;/* bottom: 20%; */-webkit-transform: translate(0%, -50%);transform: translate(0%, -6%);}
.inside-header-text h2{ font-size: 45px; line-height: 45px; font-weight: 300; color: #feca27; position: relative; padding-bottom: 0; margin-bottom: 0; font-family: 'CheddarJack';}
/*.inside-header-text h2:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 15px; height: 1px; background: #FFFFFF;}*/
.inside-header-text h1{
	font-weight: bold;
	font-size: 36px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 42px;
	}
.breadcrumb{left: 50px;margin-top: 12px;font-weight: normal;line-height: 18px;}
.breadcrumb a{font-size: 14px; font-weight: 400; color: #FFFFFF; padding-right: 14px; position: relative;}
.breadcrumb a:after{ content: '/'; position: absolute; right: 3px; top: 0; width: 7px; height: 14px;font-size: 14px; font-weight: 400; color: #FFFFFF; } 
.breadcrumb a:first-child{color: #ffffff;}
.breadcrumb span{font-size: 14px;font-weight: 400;color: #FFFFFF;padding-right: 12px;position: relative;margin-right: 6px;}
.breadcrumb span:after{ content: '/'; position: absolute; right: 1px; top: 0; width: 7px; height: 14px;font-size: 14px; font-weight: 400; color: #FFFFFF; } 
.breadcrumb strong{font-size: 14px;font-weight: bold;color: #FFFFFF;padding-right: 14px;font-family: 'ITC Avant Garde Gothic Std';}
.mob480 {
    display: none;
}

 .container{width:95%; max-width:1183px; margin:0 auto;}
 
 
 
/*----- 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(../error.html) no-repeat 0 50%; left:0;}
.colummn3_next{background:url(../error.html) 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(../error.html) no-repeat 0 0; }
.moreCont.lessCont:after{ background:url(../error.html) 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(../error.html) 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(../error.html) 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(../error.html) 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;}
 
.top_reg_header {
    width: 1030px;
    float: right;
}
span.reg_box {
    font-size: 14px;
    color: #2a7437;
    margin-right: 10px;
}
span.reg_box strong {
    color: #e16a0c;
    text-transform: uppercase;
}
a.register_button1 {
    background: #265f32;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 20px;
}

@media screen and (max-width:1400px) {
	.top_reg_header {
		width: 836px;
		float: right;
	}
}
 @media screen and (max-width:1085px){
	/*  header{ position:relative; width:100%; top:0; left:0;} */
	 header {height: 80px;}
	 
	 .headerSec1{display: none;}
	 .headerSec2.center{ width:100%;}
	 .headerSec1 .center{ width:100%;}
	 .headerSec1 aside:first-of-type, .logo{margin:8px 20px;width: 160px;}
	 .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(../error.html) 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(../error.html) 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(../error.html) 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 (min-aspect-ratio: 13 / 7) and (max-device-width:1114px) and (orientation:landscape) {
    body:before {
        content:'';
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/orientation-change.png) 50% 50%/400px no-repeat #000;
        z-index: 9999999999
    }
}
 @media screen and (max-width:600px){
	.inside-header {
		margin-top: 80px;
	}
	.desktop1920 {
		display: none;
	}
	.mob480 {
		display:block;
	}
	.breadcrumb {
		margin-top: 0px;
		line-height: 12px;
	}
	.breadcrumb a {
		font-size: 12px;
	}
	.breadcrumb strong {
		font-size: 12px;
	}
	.inside-header-text h1 {
		font-size: 22px;
	}
	 .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: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.copy {padding: 2px 0px 0 0;float: none;text-align: center;width: 100%;display: inline-block;margin-bottom: 16px;}
.footer .ft_wrap .ft_link {color: #ffffff;}
.footer .ft_wrap .ft_link li:first-child span {padding: 0 0px;font-weight: 500;}
.footer .ft_wrap .ft_link {/* padding: 0 25px; */flex-wrap: wrap;justify-content: center;text-align: center;}
.bredcrub_single{height: auto; display: none;}
.bredcrub_single li {font-size: 13px; line-height: 35px;}
.bredcrub_single li:last-child{width: 100%;}
}

.related-links {width: 152px;float: left;height: 40px;position: relative;/* background: #3279bb; */margin: -10px 0 0;border-radius: 4px;/* border: 1px solid rgb(255 255 255 / 69%); */}
.related-links span.title { line-height: 40px;  color: #fff; display: block; cursor: pointer;  padding-left: 10px;}
.related-links span.title:after {content: ""; background: url(../images/rl_dwn.png) no-repeat;  width: 14px; height: 8px; position: absolute; color: #fff; display: block; right: 10px; top: 50%;
    margin-top: -3px;}
.related-links .drop {position: absolute;left: 0;bottom: 40px;background: #07335d;padding: 10px 0 10px 0;width: 100%;z-index: 3;display: none;border-radius: 4px;}
.related-links .drop a {line-height: 24px; font-size: 12px; color: #b8babe; border-bottom: 1px dotted rgba(255,255,255,.3); border-right: 0 solid rgba(255,255,255,.3); display: block; margin: 0 10px;}

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