.leftPart {width:15%;float:left;background:#2e5f85;color:#FFFFFF;height:100%;}
.leftPart .navbar.navbar-inverse .navbar-brand {color:#FFFFFF;}
.leftPart .leftPartInner {/*overflow-y:scroll;*/}
.leftPart.affix {top:0px;transition:top 0.5s ease 0s;-webkit-transition:top 0.5s ease 0s;-moz-transition:top 0.5s ease 0s;-o-transition:top 0.5s ease 0s;}
#boxscroll {max-height:100%;}
.rightPart {width:85%;float:right;}
.banner-outer .content {display:block;vertical-align:top;padding-top:15px;text-align:center;}
.contact-detail .content {display:block;padding:18px 40px 0px 70px;}
.contact-detail .inner {display:block;padding:18px 0;border-bottom:1px #45b662 solid;position:relative;}
.contact-detail .content .inner:before {content:"";}
.contact-detail .content .inner:nth-child(2):before {content:"";}
.privacy-wrapper {min-height:600px;}

.bannerBx {width:100%;}
.bannerBx .first, .bannerBx .third {padding:8px;width:25%;float:left;height:350px;overflow:hidden;background:url(../images/clouds.png) #cce4f9 no-repeat left top;background-size:100%;font-size:14px;color:#000000;line-height:20px;}
.bannerBx .first img {margin-right:4px;border-radius:18px;border:1px solid #336699;padding:2px;float:left;width:133px;}
.bannerBx .second {width:50%;float:left;height:350px;}
.bannerBx .third {}
.bannerBx .first h4, .bannerBx .third h4 {margin-bottom:8px;padding-bottom:4px;font-size:16px;color:#1e446b;-webkit-box-shadow:0px 5px 7px -4px rgba(130,177,222,1);-moz-box-shadow:0px 5px 7px -4px rgba(130,177,222,1);box-shadow:0px 5px 7px -4px rgba(130,177,222,1);}


/*responsive work start*/
@media only screen and (max-width: 980px) {
.bannerBx .first, .bannerBx .second, .bannerBx .third {width:100%;height:auto; min-height:100px;}
}
@media only screen and (max-width: 768px) {
.leftPart {width:20%;}
.rightPart {width:80%;}
}
@media only screen and (max-width: 640px) {
.leftPart {width:100%;position:inherit;}
.rightPart {width:100%;}
.header-top {padding:0px;}
.banner-outer .bx-wrapper .bx-viewport {height:200px !important;}
}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 360px) {}
@media only screen and (max-width: 320px) {}
/*responsive work end*/