@import url('fonts.css') screen;
/* grey #C8C8C8 = rgba(200, 200, 200, 1), grey light #E1E0DD rgba(225, 224, 221, 1) or rgb(247, 247, 247), blue #07477E #0c4da2, yellow #ED8300 #E39614 */
@media only screen and (max-width: 480px),
 only screen and (-webkit-max-device-pixel-ratio: 2) and (max-width: 480px),
 only screen and (max--moz-device-pixel-ratio: 2) and (max-width: 480px),
 only screen and (-o-max-device-pixel-ratio: 2/1) and (max-width: 480px),
 only screen and (max-device-pixel-ratio: 2) and (max-width: 480px),
 only screen and (max-resolution: 192dpi) and (max-width: 480px),
 only screen and (max-resolution: 2dppx) and (max-width: 480px) {
 /*****  Dismissible  Home popup *******/
 #dismissiblePopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
 }

 #dismissiblePopup .content {
  margin: 10% 10% 10% 10%;
  box-shadow: 0 8px 6px -6px black;
  background-color: #fff;
  padding: 0;
  font-size: 16px;
 }

 #dismissiblePopup .content .message {
  padding: 15px;
 }

 #dismissiblePopup .content .indications > .more {
  padding-left: 30px;
  margin-bottom: 10px;
 }
 #dismissiblePopup .content .ppfooter {
  height: 8%;
  background: #0c4da2 !important;
  margin-bottom: -4px;
  padding: 12px;
  cursor: pointer;

  color: #fff;
 }
 /***************** Main Top navigation ****************/
 #first-nav .top-nav-one .nav-top {
  font-family: Hind-Regular, sans-serif;
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 1.4;
  max-height: 38px;
  margin-bottom: 0px;
  border: 0px solid transparent;
 }

 .top-nav-one .nav-top .top-navigation li {
  display: inline-block;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
  max-height: 38px;
  /* text-transform: uppercase;*/
  margin-left: -10px;
  float: left;
 }

 .top-nav-one .nav-top .top-navigation .active a,
 .top-nav-one .nav-top .top-navigation .active a:hover,
 .top-nav-one .nav-top .top-navigation .active a:link {
  background: #003262 !important;
  color: #fff;
  border-bottom: 5px #003262 solid;
 }

 .top-nav-one .nav-top .top-navigation li a:hover,
 .top-nav-one .nav-top .top-navigation li a:focus,
 .top-nav-one .nav-top .top-navigation li a:active {
  background: #003262 !important;
  color: #fff;
  border-bottom: 5px #003262 solid;
 }

 .top-nav-one .nav-top .top-navigation .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 0px;
  border-radius: 3px;
  width: 160px;
  z-index: 1400;
 }

 .top-nav-one .nav-top .top-navigation .dropdown-menu:after {
  content: '';
  border-top: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: -10px;
  left: 15%;
  transform: translateX(-50%);
  transition: all 0.3s linear 0s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
 }

 .top-nav-one .nav-top .top-navigation .dropdown-menu li:first-child {
  margin-left: 0px;
 }

 .top-nav-one .nav-top .top-navigation .dropdown-menu li {
  display: block;
  width: 90%;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  background-color: #fff;
  text-align: left;
  padding: 12px 0 12px 15px;
  margin-left: 0px;
 }

 .top-nav-one .nav-top .top-navigation .dropdown-menu li.bordered {
  border-bottom: 1px #ccc dotted;
  cursor: pointer;
 }

 .top-nav-one .nav-top .top-navigation .dropdown-menu li.bordered:hover,
 .top-nav-one .nav-top .top-navigation .dropdown-menu li.bordered:focus {
  color: #e39614;
 }

 .top-nav-one .nav-top .top-navigation li > a {
  color: #0c4da2;
 }

 .top-nav-one .nav-top .top-right-menu .profile {
  width: 28px;
  height: 28px;
  padding: 3px 0px 3px 4px;
  border: 2px #0c4da2 solid;
 }

 .top-nav-one .nav-top .top-right-menu {
  margin-top: -28px;
  margin-right: 30px;
  list-style: none;
 }

 .home-modal .home-modal-content .radio-label.languages {
  padding-left: 60px;
 }

 /*___________ Middle Menu__________*/
 .wb_middle-menu .navbar-inverse {
  display: none;
 }

 /*____________Navigtion 3 ______*/

 .menu.cloned {
  position: relative !important;
 }

 .wb_personal-nav .navbar-inverse {
  height: 80px;
 }

 .navbar.navbar-static-top {
  margin-bottom: 0px;
 }

 .wb_personal-nav .navbar-inverse .navbar-toggle {
  border: none;
  background: none;
  border-radius: 3px;
 }

 .wb_personal-nav .navbar-inverse .navbar-toggle .icon-bar {
  height: 6px;
  width: 41px;
  border-radius: 3px;
  margin-top: 6px;
  background: rgba(255, 255, 255, 1);
 }

 .wb_personal-nav .navbar-inverse .navbar-header .logo-xs {
  background: url('../pics/xs-logo.png') no-repeat;
  height: 80px;
  width: 84px;
  background-position: 5px 4px;
  padding: 0px;
 }

 .wb_personal-nav .navbar-inverse .navbar-header .icon-xs li {
  display: inline-block;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  max-height: 38px;
  font-size: 34px;
  padding: 14px 8px 0 8px;
 }

 .wb_personal-nav .navbar-inverse .navbar-header .icon-xs li > a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
 }

 .wb_personal-nav .navbar-inverse .xs-dropdown {
  border-top: 0px #0c4da2 solid;
  background: rgba(255, 255, 255, 0.96);

  -webkit-box-shadow: 0px 7px 0px 0px #d6812c;
  -moz-box-shadow: 0px 7px 0px 0px #d6812c;
  box-shadow: 0px 7px 0px 0px #d6812c;
 }

 /* small screen bottom icons */

 .wb_personal-nav .navbar-inverse .xs-dropdown .bottom-icons-xs {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  /*
background-color: #eeeff2;
border-bottom: solid 1px #d5d8dd;

top:-10px;
margin-bottom:15px;
*/
 }

 .wb_personal-nav .navbar-inverse .xs-dropdown .bottom-icons-xs {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
 }

 .wb_personal-nav .navbar-inverse .xs-dropdown .bottom-icons-xs > li {
  display: inline-block;
  padding-left: 2%;
  padding-right: 2%;
  color: #003262;
 }

 .wb_personal-nav .navbar-inverse .xs-dropdown .bottom-icons-xs > li > a {
  text-decoration: none;
  cursor: pointer;
 }

 .wb_personal-nav .navbar-inverse .xs-dropdown .bottom-icons-xs > li > a i {
  color: #003262;
  font-size: 30px;
 }

 .wb_personal-nav .navbar-inverse .xs-dropdown .bottom-icons-xs > li > a span {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 16px;
  color: #0c2074;
  font-weight: normal;
  white-space: nowrap;
  font-family: Hind-Regular;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li {
  line-height: 1.4;
  border-bottom: 1px #999999 dotted;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #737378;
  /*color: #003262;*/
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li > a i {
  float: right;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:focus,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:hover,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:link {
  color: #003262;
  height: 52px;
  background: rgba(255, 255, 255, 0.1);
 }

 .wb_personal-nav .single-column {
  padding: 20px 0px;
  /*width: 1170px;
		padding-right: 15px;
	    padding-left: 15px;*/

  border-radius: 0;
  letter-spacing: 1px;
 }

 .wb_personal-nav .megamenu > li > ul > li > a,
 .wb_personal-nav .single-column > li > ul > li > a {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 2.5%;
  color: #737378;
  border-bottom: 1px solid #ddd;
 }

 .wb_personal-nav .megamenu > li > ul > li.dropdown-header {
  font-size: 23px;
  font-family: Hind-bold, sans-serif;
  line-height: 20px;
  padding: 30px 0px 30px 0px;
  color: #003262;
 }

 /*___________slide____________________*/

 .main-slide .slide {
  position: relative;
  /*min-height: 760px;*/
  background: #f4f6f8;
  top: -20px;
 }

 .main-slide .fill {
  width: 100%;
  height: 410px;
  /* background-position: center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /*background-attachment: fixed; */
 }

 /*____ real estate search pane _______________*/
 .main-slide .carousel-caption.front-search {
  left: 23.5%;
  width: 85%;
 }

 .main-slide .carousel-caption.front-search .form-pane {
  border: 3px rgba(12, 77, 162, 1) solid;
  padding: 10px;
  background: rgba(12, 77, 162, 0.8);
  background-color: rgba(12, 77, 162, 0.8);
 }

 .main-slide .carousel-caption.front-search form {
  margin-left: 20px;
  font-family: Hind-Bold, sans-serif;
 }

 .main-slide .carousel-caption.front-search .form-group {
  padding: 3px;
 }

 .main-slide .carousel-caption.front-search .form-group .form-control {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 40px;
  border: 2px rgb(255, 255, 255) solid;
  background: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  margin-left: -5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
 }

 .main-slide .carousel-caption.front-search .real-estate-search {
  margin-top: 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 48px;
  border: 2px rgb(255, 255, 255) solid;
  background: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  color: #0c4da2;
 }

 .main-slide .carousel-caption {
  width: 100%;
  margin-left: -15%;
  color: #0c4da2;
  text-align: left;
  padding-left: 10px;
  /*  position: absolute;
   	bottom: 130px;
	left: 55%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	text-shadow: 0 0px 0px rgba(0,0,0,.6);
    width:34%;
    */
 }

 .main-slide .description-pane {
  /* background:rgba(227,150,20, 0.9);
  padding:20px;
	max-width:600px;*/
  background-image: linear-gradient(
   to top,
   rgba(0, 0, 0, 0.9),
   rgba(0, 0, 0, 0.8),
   rgba(0, 0, 0, 0.7),
   rgba(0, 0, 0, 0.5),
   rgba(255, 255, 255, 0)
  );
  bottom: -2px;
 }

 .main-slide .description-pane span {
  /*background-color: rgba(0, 50, 98, 0.8);*/
  color: #fff;
  padding: 0px;
 }

 .main-slide .carousel-caption h3 {
  font-family: Montserrat-Bold, sans-serif;
  /*white-space: nowrap;*/
  transition: all 0s ease 0s;
  line-height: 20px;
  text-transform: capitalize;
  font-size: 25px;
 }

 .main-slide .carousel-caption p {
  font-family: Hind, sans-serif;
  /*white-space: nowrap;*/
  font-size: 19px;
  line-height: 32px;
 }

 /*   
.carousel-caption .title {
    color: transparent;
    text-shadow: none;
    -webkit-text-stroke-width: 0.05em;
    -webkit-text-stroke-color: #E39614;  
} 
   */

 .main-slide .description-pane .btn-outlined.btn-primary {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 17px;
  background: #0c4da2;
  /* text-transform: uppercase;*/
  border-color: #0c4da2;
  color: #fff;
  border-width: 1px;
  line-height: 28px;
  border-radius: 2px;

  /*border-radius:1px;*/
 }

 .main-slide .description-pane .btn-outlined.btn-primary:hover,
 .main-slide .description-pane .btn-outlined.btn-primary:focus {
  background: #0c4da2;
  color: rgba(255, 255, 255, 1);
  font-family: Hind-Regular, sans-serif;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: rotate scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
 }

 .main-slide .carousel-indicators {
  margin-bottom: 0;
  /*left: 80.6%;
	width:270px;*/
  visibility: hidden;
 }

 .main-slide .carousel-indicators li {
  display: inline-block;
  border: 1px solid #003262;
 }

 /*___________Home Personal Shotcuts/ Quick access menu__________*/
 personal-home-shtcuts {
  padding: 0px;
 }

 .h-shtcuts {
  padding: 5px;
  margin-top: -25px;
 }

 .shtcuts-title {
  text-align: center;
  font-size: 25px;
 }

 .serviceBox {
  margin: 50px 0;
 }

 .serviceBox .service-icon {
  padding-top: 8px;
  width: 268px;
  height: 120px;
  line-height: 70px;
  margin: -40px 0 15px;
 }

 .serviceBox .service-icon .h-svg-img {
  width: 93px;
 }

 .serviceBox .title {
  font-size: 25px;
  margin: 0 0 12px 0;
 }

 .serviceBox ul {
  font-size: 19px;
  width: 100%;
  text-align: center;
 }

 .serviceBox ul > li {
  padding: 4px 50px 4px 0;
 }

 .serviceBox ul > li:after {
  display: none;
 }

 /*********** Financial Freedom Pane ****************/

 .personal-bank-access {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 20px;
 }
 .personal-bank-access .p-b-access-title {
  font-size: 22px;
  padding-bottom: 20px;
 }

 .personal-bank-access .p-b-access-title span {
  font-size: 18px;
  letter-spacing: 3px;
 }

 .personal-bank-access .p-b-access-title .bottom-line {
  line-break: auto;
  width: 80px;
  height: 1px;
  border-top: 2px #e39614 solid;
 }

 .personal-bank-access .pb-access-box .bk-access-img {
  width: 80px;
 }

 .personal-bank-access .pb-access-box .title {
  padding-bottom: 10px;
  font-size: 22px;
 }

 .personal-bank-access .pb-access-box p {
  padding: 6px 55px 2px 55px;
  font-size: 17px;
 }

 .personal-bank-access .pb-access-box .btn-primary.more-btn {
  padding-left: 19px;
  padding-right: 19px;
  font-size: 17px;
  /* text-transform: uppercase;
    border-color: #0c4da2;*/
  border-width: 1px;
  line-height: 26px;
  border-radius: 2px;

  /*border-radius:1px;*/
 }

 .personal-bank-access .line-separator {
  position: absolute;
  width: 90px;
  /*height:1px;*/
  border-top: 1px #003262 solid;
  margin-top: -100px;
  left: -48px;
 }

 /* ___________BK Real Estate____________ */

 .real-estate-home {
  position: relative;
 }

 .real-estate-home .wlc-msg {
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
 }

 .real-estate-home .wlc-msg .title {
  font-size: 22px;
 }

 .real-estate-home .wlc-msg .divider {
  width: 100px;
  height: 3px;
  padding: 0;
  margin: 20px auto;
  background: #e39614;
  border: none;
 }

 .real-estate-home .wlc-msg .txt {
  padding-top: 30px;
 }

 .real-estate-home .q-title {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
 }

 .real-estate-home .q-title .text {
  font-family: Montserrat-Bold, sans-serif;
  text-transform: uppercase;
 }

 .real-estate-home .q-title .text span {
  font-family: Montserrat-Light, sans-serif;
 }

 .real-estate-home .q-title .line {
  border-top: 8px #e39614 solid;
  position: relative;
  max-width: 140px;
  margin-left: 280px;
  margin-top: -25px;
 }

 .real-estate-home .row.deal-pane .grid .features .facility-icon {
  display: inline-block;
  margin: 5px 1px 5px 0;
  padding: 6px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #003262;
  color: #003262;
  background: #fff;
  float: right;
 }

 .real-estate-home .row.deal-pane .grid .features .exendable-width {
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 6px;
  min-width: 48px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 0px solid #003262;
  color: #003262;
  float: left;
  background: #fff;
  font-family: Lato Regular;
  font-size: 16px;
 }

 .real-estate-home .row.deal-pane .grid .features .facility-icon span {
  font-family: Hind-Bold;
  font-size: 13px;
  display: block;
 }

 .real-estate-home .row.deal-pane .grid .btn-outlined.btn-primary {
  margin-top: 3px;
  padding-left: 30px;
  width: 100%;
  height: 40px;
  background: #003262;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  border-color: #003262;
  border-width: 1px;
  border-radius: 2px;
  font-family: Hind-Regular, sans-serif;
 }

 /*________News___Top story_____________________________*/

 .news-home {
  margin: 0;
  min-height: 410px;
  border: none;
  padding-top: 15px;
  padding-bottom: 20px;
 }

 .news-home .bloc-news {
  padding-bottom: 20px;
 }

 .news-home .bloc-news .underline {
  margin-bottom: 10px;
  padding-bottom: 16px;
 }

 .news-home .bloc-news .underline:after {
  width: 120px;
  height: 2px;
  margin-top: 20px;
 }

 .news-home .bloc-news .content-block .underline.title {
  font-size: 30px;
  -webkit-text-stroke-width: 0.02em;
 }

 .news-home .bloc-news .content-block .normal {
  padding-top: 20px;
  font-size: 22px;
 }

 .news-home .bloc-news .content-block .btn-outline {
  font-size: 23px;
  padding: 13px;
 }

 .news-home .bloc-news .latest-story .description {
  font-size: 23px;
  padding: 5px;
 }

 .news-home .bloc-news .icon-social {
  margin-top: 15px;
 }

 .news-home .bloc-news .icon-social .icon-box {
  border: 2px #ffffff solid;
  padding: 2px 8px;
  max-width: 40px;
  margin-left: 20%;
 }
 .news-home .bloc-news .icon-social .social-icon {
  font-size: 23px;
 }

 /*___News __________ Body ________________*/

 .page-bg-as-img ul {
  padding-left: 0;
 }

 .page-bg-as-img ul > li.article-bloc {
  list-style: none;
  padding-bottom: 14px;
 }

 .page-bg-as-img ul > li.article-bloc .bloc-in {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
 }

 /**** Pages *****/

 .opened-page {
  width: 100%;
  /*background:#f3f8fd;*/
  color: #003262;
 }

 .opened-page .no-img-header {
  width: 100%;
  min-height: 90px;
 }

 .opened-page .no-img-header h3 {
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #f7f7f7;
  text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  -webkit-text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  -moz-text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  font-family: 'Lato Bold', sans-serif;
  text-transform: uppercase;
 }
 .opened-page .breadcrumbs,
 .opened-page .breadcrumbs a {
  margin-top: -15px;
  font-family: 'Hind-Regular', sans-serif;
  color: #fff;
  font-size: 16px;
 }

 .opened-page .breadcrumbs .breadcrumb-current {
  color: #e39614;
 }
 .opened-page .breadcrumbs .breadcrumb-separator {
  padding-left: 12px;
  padding-right: 12px;
 }

 /*_________Post Footer_____Space__________________*/

 .personal-post-footer {
  padding: 20px 0 20px 0;
 }

 .social-icons {
  margin-bottom: 25px;
 }

 .social-icons p {
  text-align: center;
 }

 .personal-post-footer ul.social {
  margin-left: -48px;
  text-align: center;
  padding-bottom: 20px;
 }

 .personal-post-footer ul.social li {
  display: inline;
  padding: 0;
  margin: 0 2px;
 }

 .personal-post-footer ul.social li a {
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
 }

 .personal-post-footer ul.social li a i {
  text-align: center;
  margin: 0;
  line-height: 50px;
 }

 .personal-post-footer .search-area p {
  padding-bottom: 10px;
  padding-bottom: 0px;
 }

 .personal-post-footer .search-area .faq {
  padding-top: 10px;
  font-size: 14px;
 }

 .personal-post-footer .input-group-addon {
  padding: 8px 0 8px 9px;
 }

 .personal-post-footer .input-group-addon i {
  font-size: 20px;
 }

 .personal-post-footer .form-control {
  border-left: 0;
  padding: 8px 0 8px 4px;
  font-size: 20px;
  height: 40px;
  max-width: 80%;
 }
 .personal-post-footer .search-area {
  padding-left: 9%;
 }
 .personal-post-footer .search-area .search {
  border: 0;
  border: 1px #0c4da2 solid;
  padding: 8px 12px 8px 12px;
  height: 40px;
 }

 .personal-post-footer .loan-help {
  font-size: 18px;
  padding-left: 85px;
  padding-top: 12px;
 }

 .personal-post-footer .loan-help .background-icon {
  position: absolute;
  font-size: 42px;
  bottom: 8px;
  left: 14%;
  color: #003262;
 }

 .personal-post-footer .loan-help span {
  font-size: 18px;
 }
 /**______Premier Page__________**/
 .with-top-border {
  border-top: 1px #003262 solid;
 }
 .with-bottom-border {
  border-bottom: 1px #003262 solid;
 }

 /*** call to action ***/
 .call-to-action {
  padding: 14px 0;
  text-align: center;
 }
 .call-to-action h1 {
  font-family: Lato Bold;
  font-size: 24px;
 }
 .call-to-action .btn-white {
  padding: 12px 12px 12px 12px;
  margin-bottom: 4px;
 }

 footer {
  padding-top: 40px;
 }

 footer .top-content {
  padding-bottom: 30px;
  /*font-size: 2vw;*/
  font-size: 19px;
  letter-spacing: -0.1px;
 }

 footer .title h3 {
  font-size: 1.2125em;
 }

 footer .address-col .addressholder .logo {
  height: 3.375em;
  margin-bottom: 1em;
 }

 footer .linkscol ul {
  padding: 0;
  font-size: 0.875em;
 }

 footer .linkscol ul > li {
  padding: 6px 0 6px 20px;
 }

 footer .linkscol ul > li:before {
  left: 17px;
  font-size: 16px;
 }
 footer .section-3 {
  padding: 12px 15px 12px 15px;
  font-size: 14px;
 }

 .home-modal .home-modal-content ul {
  padding: 0;
  font-size: 0.875em;
 }

 .home-modal .home-modal-content ul > li {
  padding: 12px 0 12px 28px;
 }

 .home-modal .home-modal-content ul > li:before {
  left: 17px;
  font-size: 16px;
 }
}

@media (min-width: 481px) and (max-width: 767px) {
 /*****  Dismissible  Home popup *******/
 #dismissiblePopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
 }

 #dismissiblePopup .content {
  margin: 10% 10% 10% 10%;
  box-shadow: 0 8px 6px -6px black;
  background-color: #fff;
  padding: 0;
  font-size: 18px;
 }

 #dismissiblePopup .content .message {
  padding: 15px;
 }

 #dismissiblePopup .content .ppfooter {
  height: 8%;
  background: #0c4da2 !important;
  margin-bottom: -4px;
  padding: 12px;
  cursor: pointer;
  color: #fff;
 }

 #dismissiblePopup .content .indications > .more {
  padding-left: 50px;
  margin-bottom: 10px;
 }

 /***************** Main Top navigation ****************/
 #first-nav .top-nav-one .nav-top {
  font-family: Hind-Regular, sans-serif;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.8;
  max-height: 38px;
  margin-bottom: 0px;
  border: 0px solid transparent;
 }

 .top-nav-one .nav-top .top-navigation li {
  display: inline-block;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  max-height: 38px;
  /* text-transform: uppercase;*/
  margin-left: -8px;
  letter-spacing: -0.5px;
  float: left;
 }

 .top-nav-one .nav-top .top-navigation .active a,
 .top-nav-one .nav-top .top-navigation .active a:hover,
 .top-nav-one .nav-top .top-navigation .active a:link {
  background: #003262 !important;
  color: #fff;
  border-bottom: 5px #003262 solid;
 }

 .top-nav-one .nav-top .top-navigation li a:hover,
 .top-nav-one .nav-top .top-navigation li a:focus,
 .top-nav-one .nav-top .top-navigation li a:active {
  background: #003262 !important;
  color: #fff;
  border-bottom: 5px #003262 solid;
 }

 .top-nav-one .nav-top .top-navigation .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 6px;
  border-radius: 3px;
  width: 200px;
  z-index: 1400;
 }

 .top-nav-one .nav-top .top-navigation .dropdown-menu:after {
  content: '';
  border-top: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: -10px;
  left: 15%;
  transform: translateX(-50%);
  transition: all 0.3s linear 0s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
 }

 .top-nav-one .nav-top .top-navigation .dropdown-menu li:first-child {
  margin-left: 8px;
 }

 .top-nav-one .nav-top .top-navigation .dropdown-menu li {
  display: block;
  width: 90%;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  background-color: #fff;
  text-align: left;
  padding: 12px 0 12px 5px;
  margin-left: 10px;
 }

 .top-nav-one .nav-top .top-navigation .dropdown-menu li.bordered {
  border-bottom: 1px #ccc dotted;
  cursor: pointer;
 }

 .top-nav-one .nav-top .top-navigation .dropdown-menu li.bordered:hover,
 .top-nav-one .nav-top .top-navigation .dropdown-menu li.bordered:focus {
  color: #e39614;
 }

 .top-nav-one .nav-top .top-navigation li > a {
  color: #0c4da2;
 }

 .top-nav-one .nav-top .top-right-menu .profile {
  width: 22px;
  height: 22px;
  padding-left: 4px;
  border: 2px #0c4da2 solid;
  padding-top: 1px;
 }

 .top-nav-one .nav-top .top-right-menu {
  margin-top: -28px;
  margin-right: 30px;
  list-style: none;
 }

 .home-modal .home-modal-content .container.languages {
  padding-left: 60px;
 }

 /*___________ Middle Menu__________*/
 .wb_middle-menu .navbar-inverse {
  display: none;
 }

 /*____________Navigtion 3 ______*/

 .menu.cloned {
  position: relative !important;
 }

 .wb_personal-nav .navbar-inverse {
  height: 80px;
 }

 .navbar.navbar-static-top {
  margin-bottom: 0px;
 }

 .wb_personal-nav .navbar-inverse .navbar-toggle {
  border: none;
  background: none;
  border-radius: 3px;
 }

 .wb_personal-nav .navbar-inverse .navbar-toggle .icon-bar {
  height: 6px;
  width: 41px;
  border-radius: 3px;
  margin-top: 6px;
  background: rgba(255, 255, 255, 1);
 }

 .wb_personal-nav .navbar-inverse .navbar-header .logo-xs {
  background: url('../pics/xs-logo.png') no-repeat;
  height: 80px;
  width: 84px;
  background-position: 5px 4px;
  padding: 0px;
 }

 .wb_personal-nav .navbar-inverse .navbar-header .icon-xs li {
  display: inline-block;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  max-height: 38px;
  font-size: 34px;
  padding: 14px 8px 0 8px;
 }

 .wb_personal-nav .navbar-inverse .navbar-header .icon-xs li > a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
 }

 .wb_personal-nav .navbar-inverse .xs-dropdown {
  border-top: 0px #0c4da2 solid;
  background: rgba(255, 255, 255, 0.96);

  -webkit-box-shadow: 0px 7px 0px 0px #d6812c;
  -moz-box-shadow: 0px 7px 0px 0px #d6812c;
  box-shadow: 0px 7px 0px 0px #d6812c;
 }

 /* small screen bottom icons */

 .wb_personal-nav .navbar-inverse .xs-dropdown .bottom-icons-xs {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  /*
background-color: #eeeff2;
border-bottom: solid 1px #d5d8dd;

top:-10px;
margin-bottom:15px;
*/
 }

 .wb_personal-nav .navbar-inverse .xs-dropdown .bottom-icons-xs {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
 }

 .wb_personal-nav .navbar-inverse .xs-dropdown .bottom-icons-xs > li {
  display: inline-block;
  padding-left: 4%;
  padding-right: 4%;
  color: #003262;
 }

 .wb_personal-nav .navbar-inverse .xs-dropdown .bottom-icons-xs > li > a {
  text-decoration: none;
  cursor: pointer;
 }

 .wb_personal-nav .navbar-inverse .xs-dropdown .bottom-icons-xs > li > a i {
  color: #003262;
  font-size: 30px;
 }

 .wb_personal-nav .navbar-inverse .xs-dropdown .bottom-icons-xs > li > a span {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 16px;
  color: #0c2074;
  font-weight: normal;
  white-space: nowrap;
  font-family: Hind-Regular;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li {
  line-height: 1.4;
  border-bottom: 1px #999999 dotted;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #737378;
  /*color: #003262;*/
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li > a i {
  float: right;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:focus,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:hover,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:link {
  color: #003262;
  height: 52px;
  background: rgba(255, 255, 255, 0.1);
 }

 .wb_personal-nav .single-column {
  padding: 20px 0px;
  /*width: 1170px;
		padding-right: 15px;
	    padding-left: 15px;*/

  border-radius: 0;
  letter-spacing: 1px;
 }

 .wb_personal-nav .megamenu > li > ul > li > a,
 .wb_personal-nav .single-column > li > ul > li > a {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 2.5%;
  color: #737378;
  border-bottom: 1px solid #ddd;
 }

 .wb_personal-nav .megamenu > li > ul > li.dropdown-header {
  font-size: 23px;
  font-family: Hind-bold, sans-serif;
  line-height: 20px;
  padding: 30px 0px 30px 0px;
  color: #003262;
 }

 /*___________slide____________________*/

 .main-slide .slide {
  position: relative;
  /*min-height: 760px;*/
  background: #f4f6f8;
  top: -20px;
 }

 .main-slide .fill {
  width: 100%;
  height: 390px;
  /* background-position: center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /*background-attachment: fixed; */
 }

 .main-slide .carousel-caption {
  width: 100%;
  margin-left: -15%;
  color: #0c4da2;
  padding-left: 10px;
 }

 /*____ real estate search pane _______________*/
 .main-slide .carousel-caption.front-search {
  left: 32.5%;
  width: 70%;
 }

 .main-slide .carousel-caption.front-search .form-pane {
  border: 3px rgba(12, 77, 162, 1) solid;
  padding: 10px;
  background: rgba(12, 77, 162, 0.8);
  background-color: rgba(12, 77, 162, 0.8);
 }

 .main-slide .carousel-caption.front-search form {
  margin-left: 20px;
  font-family: Hind-Bold, sans-serif;
 }

 .main-slide .carousel-caption.front-search .form-group {
  padding: 3px;
 }

 .main-slide .carousel-caption.front-search .form-group .form-control {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 40px;
  border: 2px rgb(255, 255, 255) solid;
  background: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  margin-left: -5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
 }

 .main-slide .carousel-caption.front-search .real-estate-search {
  margin-top: 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 48px;
  border: 2px rgb(255, 255, 255) solid;
  background: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  color: #0c4da2;
 }

 .main-slide .description-pane {
  /* background:rgba(227,150,20, 0.9);
  padding:20px;
	max-width:600px;*/

  background-image: linear-gradient(
   to top,
   rgba(0, 0, 0, 0.9),
   rgba(0, 0, 0, 0.8),
   rgba(0, 0, 0, 0.7),
   rgba(0, 0, 0, 0.5),
   rgba(255, 255, 255, 0)
  );
  bottom: 1px;
 }

 .main-slide .description-pane span {
  /*background-color: rgba(0, 50, 98, 0.8);*/
  color: #fff;
  padding: 8px;
 }

 .main-slide .carousel-caption h3 {
  font-family: Montserrat-Bold, sans-serif;
  /*white-space: nowrap;*/
  transition: all 0s ease 0s;
  line-height: 20px;
  text-transform: capitalize;
  font-size: 30px;
 }

 .main-slide .carousel-caption p {
  font-family: Hind, sans-serif;

  /*white-space: nowrap;*/
  font-size: 19px;
  line-height: 32px;
 }

 /*   
.carousel-caption .title {
    color: transparent;
    text-shadow: none;
    -webkit-text-stroke-width: 0.05em;
    -webkit-text-stroke-color: #E39614;  
} 
   */

 .main-slide .description-pane .btn-outlined.btn-primary {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 17px;
  background: #0c4da2;
  /* text-transform: uppercase;*/
  border-color: #0c4da2;
  color: #fff;
  border-width: 1px;
  line-height: 28px;
  border-radius: 2px;

  /*border-radius:1px;*/
 }

 .main-slide .description-pane .btn-outlined.btn-primary:hover,
 .main-slide .description-pane .btn-outlined.btn-primary:focus {
  background: #0c4da2;
  color: rgba(255, 255, 255, 1);
  font-family: Hind-Regular, sans-serif;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: rotate scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
 }

 .main-slide .carousel-indicators {
  margin-bottom: 0;
  /*left: 80.6%;
	width:270px;*/
  visibility: hidden;
 }

 .main-slide .carousel-indicators li {
  display: inline-block;
  border: 1px solid #003262;
 }

 .main-slide .carousel-indicators .active {
  width: 35px;
  height: 10px;
  margin: 0;
 }

 /*___________Home Personal Shotcuts/ Quick access menu__________*/
 personal-home-shtcuts {
  padding: 0px;
 }

 .h-shtcuts {
  padding: 5px;
  margin-top: -25px;
 }

 .shtcuts-title {
  text-align: center;
  font-size: 25px;
 }

 .serviceBox {
  margin: 50px 0;
 }

 .serviceBox .service-icon {
  padding-top: 8px;
  width: 268px;
  height: 120px;
  line-height: 70px;
  margin: -40px 0 15px;
 }

 .serviceBox .service-icon .h-svg-img {
  width: 93px;
 }

 .serviceBox .title {
  font-size: 25px;
  margin: 0 0 12px 0;
 }

 .serviceBox ul {
  font-size: 19px;
  width: 100%;
  text-align: center;
 }

 .serviceBox ul > li {
  padding: 4px 50px 4px 0;
 }

 .serviceBox ul > li:after {
  display: none;
 }

 /*********** Financial Freedom Pane ****************/

 .personal-bank-access {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 20px;
 }
 .personal-bank-access .p-b-access-title {
  font-size: 22px;
  padding-bottom: 20px;
 }

 .personal-bank-access .p-b-access-title span {
  font-size: 18px;
  letter-spacing: 3px;
 }

 .personal-bank-access .p-b-access-title .bottom-line {
  line-break: auto;
  width: 80px;
  height: 1px;
  border-top: 2px #e39614 solid;
 }

 .personal-bank-access .pb-access-box .bk-access-img {
  width: 80px;
 }

 .personal-bank-access .pb-access-box .title {
  padding-bottom: 10px;
  font-size: 22px;
 }

 .personal-bank-access .pb-access-box p {
  padding: 6px 55px 2px 55px;
  font-size: 17px;
 }

 .personal-bank-access .pb-access-box .btn-primary.more-btn {
  padding-left: 19px;
  padding-right: 19px;
  font-size: 17px;
  /* text-transform: uppercase;
    border-color: #0c4da2;*/
  border-width: 1px;
  line-height: 26px;
  border-radius: 2px;

  /*border-radius:1px;*/
 }

 .personal-bank-access .line-separator {
  position: absolute;
  width: 90px;
  /*height:1px;*/
  border-top: 1px #003262 solid;
  margin-top: -100px;
  left: -48px;
 }

 /* ___________BK Real Estate____________ */

 .real-estate-home {
  position: relative;
 }

 .real-estate-home .wlc-msg {
  position: relative;
  margin-bottom: 10px;
  padding: 40px;
 }

 .real-estate-home .wlc-msg .title {
  font-size: 22px;
 }

 .real-estate-home .wlc-msg .divider {
  width: 100px;
  height: 3px;
  padding: 0;
  margin: 20px auto;
  background: #e39614;
  border: none;
 }

 .real-estate-home .wlc-msg .txt {
  padding-top: 30px;
 }

 .real-estate-home .q-title {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
 }

 .real-estate-home .q-title .text {
  font-family: Montserrat-Bold, sans-serif;
  text-transform: uppercase;
 }

 .real-estate-home .q-title .text span {
  font-family: Montserrat-Light, sans-serif;
 }

 .real-estate-home .q-title .line {
  border-top: 8px #e39614 solid;
  position: relative;
  max-width: 800px;
  margin-left: 300px;
  margin-top: -25px;
 }

 .real-estate-home .row.deal-pane .grid .features .facility-icon {
  display: inline-block;
  margin: 5px 1px 5px 0;
  padding: 6px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #003262;
  color: #003262;
  background: #fff;
  float: right;
 }

 .real-estate-home .row.deal-pane .grid .features .exendable-width {
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 6px;
  min-width: 48px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 0px solid #003262;
  color: #003262;
  float: left;
  background: #fff;
  font-family: Lato Regular;
  font-size: 16px;
 }

 .real-estate-home .row.deal-pane .grid .features .facility-icon span {
  font-family: Hind-Bold;
  font-size: 13px;
  display: block;
 }

 .real-estate-home .row.deal-pane .grid .btn-outlined.btn-primary {
  margin-top: 3px;
  padding-left: 30px;
  width: 100%;
  height: 40px;
  background: #003262;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  border-color: #003262;
  border-width: 1px;
  border-radius: 2px;
  font-family: Hind-Regular, sans-serif;
 }

 /*________News___Top story_____________________________*/

 .news-home {
  margin: 0;
  min-height: 410px;
  border: none;
  padding-top: 15px;
  padding-bottom: 20px;
 }

 .news-home .bloc-news {
  padding-bottom: 20px;
 }

 .news-home .bloc-news .underline {
  margin-bottom: 15px;
  padding-bottom: 16px;
 }

 .news-home .bloc-news .underline:after {
  width: 120px;
  height: 2px;
  margin-top: 30px;
 }

 .news-home .bloc-news .content-block .underline.title {
  font-size: 50px;
  -webkit-text-stroke-width: 0.02em;
 }

 .news-home .bloc-news .content-block .normal {
  padding-top: 20px;
  font-size: 28px;
 }

 .news-home .bloc-news .content-block .btn-outline {
  font-size: 23px;
  padding: 13px;
 }

 .news-home .bloc-news .latest-story .description {
  font-size: 28px;
  padding: 5px;
 }

 .news-home .bloc-news .icon-social {
  margin-top: 15px;
 }

 .news-home .bloc-news .icon-social .icon-box {
  border: 3px #ffffff solid;
  padding: 4px 10px;
 }
 .news-home .bloc-news .icon-social .social-icon {
  font-size: 60px;
 }

 /*___News __________ Body ________________*/

 .page-bg-as-img ul {
  padding-left: 0;
 }

 .page-bg-as-img ul > li.article-bloc {
  list-style: none;
  padding-bottom: 14px;
 }

 .page-bg-as-img ul > li.article-bloc .bloc-in {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
 }

 /**** Pages *****/

 .opened-page {
  width: 100%;
  /*background:#f3f8fd;*/
  color: #003262;
 }

 .opened-page .no-img-header {
  width: 100%;
  min-height: 90px;
 }

 .opened-page .no-img-header h3 {
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #f7f7f7;
  text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  -webkit-text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  -moz-text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  font-family: 'Lato Bold', sans-serif;
  text-transform: uppercase;
 }
 .opened-page .breadcrumbs,
 .opened-page .breadcrumbs a {
  margin-top: -15px;
  font-family: 'Hind-Regular', sans-serif;
  color: #fff;
  font-size: 16px;
 }

 .opened-page .breadcrumbs .breadcrumb-current {
  color: #e39614;
 }
 .opened-page .breadcrumbs .breadcrumb-separator {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-size: 12px;
 }

 /*_________Post Footer_____Space__________________*/

 .personal-post-footer {
  padding: 20px 0 20px 0;
 }

 .social-icons {
  margin-bottom: 25px;
 }

 .social-icons p {
  text-align: center;
 }

 .personal-post-footer ul.social {
  margin-left: -48px;
  text-align: center;
  padding-bottom: 20px;
 }

 .personal-post-footer ul.social li {
  display: inline;
  padding: 0;
  margin: 0 2px;
 }

 .personal-post-footer ul.social li a {
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
 }

 .personal-post-footer ul.social li a i {
  text-align: center;
  margin: 0;
  line-height: 50px;
 }

 .personal-post-footer .search-area p {
  padding-bottom: 10px;
  padding-bottom: 0px;
 }

 .personal-post-footer .search-area .faq {
  padding-top: 10px;
  font-size: 14px;
 }

 .personal-post-footer .input-group-addon {
  padding: 8px 0 8px 9px;
 }

 .personal-post-footer .form-control {
  border-left: 0;
  padding: 8px 0 8px 4px;
  font-size: 20px;
  height: 40px;
  max-width: 86%;
 }
 .personal-post-footer .search-area {
  padding-left: 9%;
 }
 .personal-post-footer .search-area .search {
  border: 0;
  border: 1px #0c4da2 solid;
  padding: 8px 12px 8px 12px;
  height: 40px;
 }

 .personal-post-footer .loan-help {
  font-size: 23px;
  padding-left: 90px;
  padding-top: 12px;
  margin-left: 22%;
 }

 .personal-post-footer .loan-help .background-icon {
  position: absolute;
  font-size: 50px;
  bottom: 8px;
  left: 26%;
  color: #003262;
 }

 .personal-post-footer .loan-help span {
  font-size: 18px;
 }

 /**______Premier Page__________**/
 .with-top-border {
  border-top: 1px #003262 solid;
 }
 .with-bottom-border {
  border-bottom: 1px #003262 solid;
 }

 /*** call to action ***/
 .call-to-action {
  padding: 14px 0;
  text-align: center;
 }
 .call-to-action h1 {
  font-family: Lato Bold;
  font-size: 24px;
 }
 .call-to-action .btn-white {
  padding: 12px 12px 12px 12px;
  margin-bottom: 4px;
 }

 footer {
  padding-top: 40px;
 }

 footer .top-content {
  padding-bottom: 30px;
  /*font-size: 2vw;*/
  font-size: 19px;
  letter-spacing: -0.1px;
 }

 footer .title h3 {
  font-size: 1.2125em;
 }

 footer .address-col .addressholder .logo {
  height: 3.375em;
  margin-bottom: 1em;
 }

 footer .linkscol ul {
  padding: 0;
  font-size: 0.875em;
 }

 footer .linkscol ul > li {
  padding: 6px 0 6px 20px;
 }

 footer .linkscol ul > li:before {
  left: 17px;
  font-size: 16px;
 }
 footer .section-3 {
  padding: 12px 15px 12px 15px;
  font-size: 14px;
 }

 .home-modal .home-modal-content ul {
  padding: 0;
  font-size: 0.875em;
 }

 .home-modal .home-modal-content ul > li {
  padding: 12px 0 12px 28px;
 }

 .home-modal .home-modal-content ul > li:before {
  left: 17px;
  font-size: 16px;
 }
}

@media (min-width: 768px) and (max-width: 991px) {
 /*****  Dismissible  Home popup *******/
 #dismissiblePopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 18px;
 }

 #dismissiblePopup .content {
  margin: 10% 10% 10% 10%;
  padding: 0;
  box-shadow: 0 8px 6px -6px black;
  background-color: #fff;
 }

 #dismissiblePopup .content .message {
  padding: 15px;
 }

 #dismissiblePopup .content .indications > .more {
  padding-left: 80px;
  margin-bottom: 10px;
 }

 #dismissiblePopup .content .ppfooter {
  height: 8%;
  background: #0c4da2 !important;
  margin-bottom: -4px;
  padding: 12px;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
 }
 /***************** Main Top navigation ****************/
 #first-nav .top-nav-one .nav-top {
  font-family: Hind-Regular, sans-serif;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3;
  max-height: 38px;
  margin-bottom: 0px;
  border: 0px solid transparent;
 }
 .top-nav-one .nav-top .top-navigation li {
  display: inline-block;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  max-height: 38px;
  /* text-transform: uppercase;*/
  margin-left: -12px;
 }

 .top-nav-one .nav-top .top-navigation li > a {
  color: #0c4da2;
 }

 .top-nav-one .nav-top .top-navigation .active a,
 .top-nav-one .nav-top .top-navigation .active a:hover,
 .top-nav-one .nav-top .top-navigation .active a:link {
  background: #0c4da2;
  color: #fff;
  border-bottom: 5px #0c4da2 solid;
 }

 .top-nav-one .nav-top .top-navigation li a:hover,
 .top-nav-one .nav-top .top-navigation li a:focus,
 .top-nav-one .nav-top .top-navigation li a:active {
  background: #0c4da2;
  color: #fff;
  border-bottom: 5px #0c4da2 solid;
 }

 .top-nav-one .nav-top .top-right-menu .profile {
  width: 22px;
  height: 22px;
  padding-left: 4px;
  border: 2px #0c4da2 solid;
  padding-top: 1px;
 }

 .top-nav-one .nav-top .top-right-menu {
  margin-top: -28px;
  list-style: none;
 }

 .home-modal .home-modal-content .container.languages {
  padding-left: 60px;
 }

 /* .wb_header-top {
}
.wb_header-top .left-socal-icon {
	height: 40px;
}
.wb_header-top .right-top-menu i{
	font-size:18px;
}*/

 /*___________ Middle Menu__________*/
 .wb_middle-menu .navbar-inverse {
  height: 68px;
 }
 .wb_middle-menu .navbar-inverse .logo-xl {
  background: url('../pics/desktop-logo.png') no-repeat;
  height: 68px;
  width: 400px;
 }
 .wb_middle-menu .navbar-inverse .main-nav {
  height: 68px;
  margin-top: -8px;
  margin-left: 19%;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li {
  height: 68px;
  margin-left: 8px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li > .custom-hover {
  max-width: 40px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: max-width 0.8s;
  transition: max-width 0.8s;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li > a {
  font-size: 18px;
  color: rgba(225, 224, 221, 1);
  padding: 20px 6px 0 6px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li > a > i {
  font-size: 24px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li > a:hover,
 .wb_middle-menu .navbar-inverse .navbar-nav > li > a:focus {
  color: #e39614;
  max-width: 158px;
  text-align: center;
  height: 68px;
 }
 .wb_middle-menu .navbar-inverse .navbar-nav > li:hover,
 .wb_middle-menu .navbar-inverse .navbar-nav > li:focus,
 .wb_middle-menu .navbar-inverse .navbar-nav > li:active {
  /*background: rgba(0, 140, 186, 0.4);*/
  height: 68px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li.vline {
  display: inline-block;
  position: relative;
  font-size: 14px;
  top: -1px;
  margin-left: 8px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li.vline:after {
  top: 20px;
  position: absolute;
  content: '';
  width: 0.5px;
  background: #fff;
  height: 24px;
  display: inline-block;
 }

 /*_______Navigation 3_____________*/

 .wb_personal-nav {
  height: 30px;
 }

 /*___ empty navigation __________________*/

 .wb_personal-nav.emapty-navigation {
  opacity: 0.99;
  margin-top: -2px;
 }

 /* --- Menu 3 sticky - Personal nav ------*/
 .wb_personal-nav .sticky-append {
  display: none;
 }

 .wb_personal-nav.cloned {
  opacity: 0.95;
 }

 .wb_personal-nav.cloned .sticky-append {
  display: block;
  transition: margin 0.5s cubic-bezier(0.19, 1, 0.22, 1);
 }
 .wb_personal-nav.cloned .sticky-append i {
  font-size: 20px;
 }

 .wb_personal-nav.cloned {
 }
 .wb_personal-nav.cloned .sticky-append a:hover {
  color: #e39614;
 }
 /*________________________________________________________*/

 .wb_personal-nav .navbar-inverse {
  height: 58px;
 }

 .navbar.navbar-static-top {
  margin-bottom: 0px;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li {
  height: 58px;
  line-height: 1.2;
  text-transform: uppercase;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li > a {
  padding-top: 18px;
  font-size: 14px;
  color: #fff;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li ul {
  text-transform: capitalize;
  /* padding: 9px;	*/
  padding: 0px;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li:hover,
 .wb_personal-nav .navbar-inverse .navbar-nav > li:focus,
 .wb_personal-nav .navbar-inverse .navbar-nav > li:active {
  /*background: rgba(0, 140, 186, 0.4);*/
  height: 58px;
 }

 /*Drop down on hover */
 .dropdown:hover .dropdown-menu .open {
  display: block;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:focus,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:hover,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:link {
  margin-top: 8px;
  color: #003262;
  height: 52px;
  background: rgba(255, 255, 255, 1);
 }

 .wb_personal-nav .menu-large {
  position: static !important;
 }

 .wb_personal-nav .dropdown-menu {
  font-size: 16px;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0px 7px 0px 0px #d6812c;
  -moz-box-shadow: 0px 7px 0px 0px #d6812c;
  box-shadow: 0px 7px 0px 0px #d6812c;
 }

 .wb_personal-nav .megamenu {
  padding: 20px 0px;
  width: 100%;
  max-height: 570px;
  /*width: 1170px;
		padding-right: 15px;
	    padding-left: 15px;*/
  border-radius: 0;
  -moz-border-radius: 0;
  -wekit-border-radius: 0;

  /* To allow scroll*/
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
 }

 .wb_personal-nav .single-column {
  padding: 20px 0px;
  /*width: 1170px;
		padding-right: 15px;
	    padding-left: 15px;*/

  border-radius: 0;
  letter-spacing: 1px;
 }

 .wb_personal-nav .single-column {
  min-width: 300px;
 }

 .wb_personal-nav .megamenu > li > ul > li > a,
 .wb_personal-nav .single-column > li > ul > li > a {
  display: inline-block;
  width: 95%;
  margin: 0;
  padding: 10px 2.5%;
  color: #003262;
  border-bottom: 1px solid #ddd;
 }

 .wb_personal-nav .megamenu .menu-custom-position-account {
  margin-top: -260px;
 }

 .wb_personal-nav .megamenu .menu-custom-position-about {
  margin-top: -260px;
 }

 .wb_personal-nav .megamenu > li > ul > li.dropdown-header {
  font-size: 25px;
  font-family: Hind-bold, sans-serif;
  line-height: 20px;
  padding: 30px 20px 30px 10px;
  color: #003262;
 }
 /*
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
*/

 .wb_personal-nav .megamenu .menu-right-content {
  padding: 0;
  background-color: #f3f8fd;
  height: 100%;
  padding: 0;
  /*box-shadow: 1px 5px 10px 0 rgba(0,0,0,0.12);*/
  border-left: 1px #efefef solid;
  min-height: 576px;
 }

 .wb_personal-nav .megamenu .img-box {
  border: 0px #e39614 solid;
  padding: 0px;
 }

 .wb_personal-nav .megamenu .menu-advart {
  margin-top: 15px;
  padding: 6px;
  letter-spacing: 0px;
  text-align: center;
 }

 .wb_personal-nav .megamenu .menu-advart .btn {
  font-family: Hind-Regular, sans-serif;
  font-size: 16px;
  border-color: transparent;
  border-width: 1px;
  letter-spacing: 0px;
  padding: 10px 20px 10px 20px;
 }

 /*___________slide____________________*/

 .main-slide .slide {
  position: relative;
  /*min-height: 760px;*/
  background: #f4f6f8;
  top: -20px;
 }

 .main-slide .fill {
  width: 100%;
  height: 460px;
  /* background-position: center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /*background-attachment: fixed; */
 }

 .main-slide .carousel-caption {
  width: 100%;
  margin-left: -20%;
  color: #0c4da2;
  padding-left: 10px;
  text-align: center;
 }

 .main-slide .description-pane {
  background-image: linear-gradient(
   to top,
   rgba(0, 0, 0, 0.9),
   rgba(0, 0, 0, 0.8),
   rgba(0, 0, 0, 0.7),
   rgba(0, 0, 0, 0.5),
   rgba(255, 255, 255, 0)
  );
  bottom: 1px;
 }

 /*____ real estate search pane _______________*/
 .main-slide .carousel-caption.front-search {
  left: 20%;
  width: 60%;
 }

 .main-slide .carousel-caption.front-search .form-pane {
  border: 3px rgba(12, 77, 162, 1) solid;
  padding: 15px;
  background: rgba(12, 77, 162, 0.8);
  background-color: rgba(12, 77, 162, 0.8);
 }

 .main-slide .carousel-caption.front-search form {
  margin-left: 22px;
  font-family: Hind-Bold, sans-serif;
  font-size: 20px;
 }

 .main-slide .carousel-caption.front-search .form-group {
  padding: 3px;
 }

 .main-slide .carousel-caption.front-search .form-group .form-control {
  margin-top: 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 48px;
  border: 2px rgb(255, 255, 255) solid;
  background: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  margin-left: -5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
 }

 .main-slide .carousel-caption.front-search .real-estate-search {
  margin-top: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 48px;
  border: 2px rgb(255, 255, 255) solid;
  background: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  color: #0c4da2;
 }

 .main-slide .description-pane span {
  /*background-color: rgba(0, 50, 98, 0.8);*/
  color: #fff;
  padding: 0px;
 }

 .main-slide .carousel-caption h3 {
  font-family: Montserrat-Bold, sans-serif;
  /*white-space: nowrap;*/
  transition: all 0s ease 0s;
  line-height: 20px;
  text-transform: capitalize;
  font-size: 38px;
 }

 .main-slide .carousel-caption p {
  font-family: Hind, sans-serif;

  /*white-space: nowrap;*/
  font-size: 20px;
  line-height: 28px;
 }

 /*   
.carousel-caption .title {
    color: transparent;
    text-shadow: none;
    -webkit-text-stroke-width: 0.05em;
    -webkit-text-stroke-color: #E39614;
    
} 
   */

 .main-slide .description-pane .btn-outlined.btn-primary {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 17px;
  background: #0c4da2;
  /* text-transform: uppercase;*/
  border-color: #0c4da2;
  color: #fff;
  border-width: 1px;
  line-height: 28px;
  border-radius: 2px;

  /*border-radius:1px;*/
 }

 .main-slide .description-pane .btn-outlined.btn-primary:hover,
 .main-slide .description-pane .btn-outlined.btn-primary:focus {
  background: #0c4da2;
  color: rgba(255, 255, 255, 1);
  font-family: Hind-Regular, sans-serif;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: rotate scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
 }

 .main-slide .carousel-indicators {
  margin-bottom: 0;
  /*left: 80.6%;
	width:270px;*/
  bottom: 1px;
 }

 .main-slide .carousel-indicators li {
  display: inline-block;
  border: 1px solid #003262;
  text-indent: -999px;
 }

 /* ___________BK Real Estate____________ */

 .real-estate-home {
  position: relative;
 }

 .real-estate-home .wlc-msg {
  position: relative;
  margin-bottom: 10px;
  padding: 40px;
 }

 .real-estate-home .wlc-msg .title {
  font-size: 22px;
 }

 .real-estate-home .wlc-msg .divider {
  width: 100px;
  height: 3px;
  padding: 0;
  margin: 20px auto;
  background: #e39614;
  border: none;
 }

 .real-estate-home .wlc-msg .txt {
  padding-top: 30px;
 }

 .real-estate-home .q-title {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
 }

 .real-estate-home .q-title .text {
  font-family: Montserrat-Bold, sans-serif;
  text-transform: uppercase;
 }

 .real-estate-home .q-title .text span {
  font-family: Montserrat-Light, sans-serif;
 }

 .real-estate-home .q-title .line {
  border-top: 8px #e39614 solid;
  position: relative;
  max-width: 800px;
  margin-left: 400px;
  margin-top: -25px;
 }

 .real-estate-home .row.deal-pane .grid .features .facility-icon {
  display: inline-block;
  margin: 5px 1px 5px 0;
  padding: 6px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #003262;
  color: #003262;
  background: #fff;
  float: right;
 }

 .real-estate-home .row.deal-pane .grid .features .exendable-width {
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 6px;
  min-width: 48px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 0px solid #003262;
  color: #003262;
  float: left;
  background: #fff;
  font-family: Lato Regular;
  font-size: 16px;
 }

 .real-estate-home .row.deal-pane .grid .features .facility-icon span {
  font-family: Hind-Bold;
  font-size: 13px;
  display: block;
 }

 .real-estate-home .row.deal-pane .grid .btn-outlined.btn-primary {
  margin-top: 3px;
  padding-left: 30px;
  width: 100%;
  height: 40px;
  background: #003262;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  border-color: #003262;
  border-width: 1px;
  border-radius: 2px;
  font-family: Hind-Regular, sans-serif;
 }

 /*___________Home Personal Shotcuts/ Quick access menu__________*/
 personal-home-shtcuts {
  padding: 0px;
 }

 .h-shtcuts {
  padding: 5px;
  margin-top: -25px;
 }

 .shtcuts-title {
  text-align: center;
  font-size: 25px;
 }

 .serviceBox {
  margin: 50px 0;
  min-height: 410px;
 }

 .serviceBox .service-icon {
  padding-top: 8px;
  width: 228px;
  height: 110px;
  line-height: 70px;
  margin: -30px 0 15px;
 }

 .serviceBox .service-icon .h-svg-img {
  width: 80px;
 }

 .serviceBox .title {
  font-size: 25px;
  margin: 0 0 12px 0;
 }

 .serviceBox ul {
  font-size: 18px;
  width: 100%;
  text-align: center;
 }

 .serviceBox ul > li {
  padding: 4px 50px 4px 0;
  /*text-align:center;*/
 }

 .serviceBox ul > li:after {
  display: none;
 }

 /*********** Financial Freedom Pane ****************/

 .personal-bank-access {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 20px;
 }
 .personal-bank-access .p-b-access-title {
  font-size: 22px;
  padding-bottom: 20px;
 }

 .personal-bank-access .p-b-access-title span {
  font-size: 16px;
  letter-spacing: 3px;
 }

 .personal-bank-access .p-b-access-title .bottom-line {
  line-break: auto;
  width: 80px;
  height: 1px;
  border-top: 2px #e39614 solid;
 }

 .personal-bank-access .pb-access-box .bk-access-img {
  width: 80px;
 }

 .personal-bank-access .pb-access-box .title {
  padding-bottom: 10px;
  font-size: 22px;
 }

 .personal-bank-access .pb-access-box p {
  padding: 6px 20px 2px 20px;
  font-size: 16px;
 }

 .personal-bank-access .pb-access-box .btn-primary.more-btn {
  padding-left: 19px;
  padding-right: 19px;
  font-size: 17px;
  /* text-transform: uppercase;
    border-color: #0c4da2;*/
  border-width: 1px;
  line-height: 26px;
  border-radius: 2px;

  /*border-radius:1px;*/
 }

 .personal-bank-access .pb-access-box .bottom-line {
  position: relative;
  text-align: center;
  width: 240px;
  border-bottom: 1px #003262 solid;
 }

 .personal-bank-access .line-separator {
  position: absolute;
  width: 110px;
  /*height:1px;*/
  border-top: 1px #003262 solid;
  margin-top: -100px;
  left: -45px;
 }

 /*_________Post Footer_____Space__________________*/

 .personal-post-footer {
  padding: 20px 0 20px 0;
 }

 .social-icons {
  margin-bottom: 25px;
 }

 .social-icons p {
  text-align: center;
 }

 .personal-post-footer ul.social {
  margin-left: -48px;
  text-align: center;
  padding-bottom: 20px;
 }

 .personal-post-footer ul.social li {
  display: inline;
  padding: 0;
  margin: 0 2px;
 }

 .personal-post-footer ul.social li a {
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
 }

 .personal-post-footer ul.social li a i {
  text-align: center;
  margin: 0;
  line-height: 50px;
 }

 .personal-post-footer .search-area p {
  padding-bottom: 10px;
  padding-bottom: 0px;
 }

 .personal-post-footer .search-area .faq {
  padding-top: 10px;
  font-size: 14px;
 }

 .personal-post-footer .input-group-addon {
  padding: 8px 0 8px 9px;
 }

 .personal-post-footer .form-control {
  border-left: 0;
  padding: 8px 0 8px 4px;
  font-size: 20px;
  height: 40px;
  max-width: 80%;
 }

 .personal-post-footer .search-area .search {
  border: 0;
  border: 1px #0c4da2 solid;
  padding: 8px 12px 8px 12px;
  height: 40px;
  margin-left: 4px;
 }

 .personal-post-footer .loan-help {
  font-size: 20px;
  padding-left: 90px;
  padding-top: 26px;
 }

 .personal-post-footer .loan-help .background-icon {
  position: absolute;
  font-size: 50px;
  bottom: 8px;
  left: 52px;
  color: #003262;
 }

 .personal-post-footer .loan-help span {
  font-size: 18px;
 }

 /*________News___Top story_____________________________*/

 .news-home {
  margin: 0;
  min-height: 410px;
  border: none;
  padding-top: 40px;
  padding-bottom: 80px;
 }

 .news-home .bloc-news {
  padding-bottom: 20px;
 }

 .news-home .bloc-news .underline {
  margin-bottom: 15px;
  padding-bottom: 16px;
 }

 .news-home .bloc-news .underline:after {
  width: 120px;
  height: 2px;
  margin-top: 30px;
 }

 .news-home .bloc-news .content-block .underline.title {
  font-size: 50px;
  -webkit-text-stroke-width: 0.02em;
 }

 .news-home .bloc-news .content-block .normal {
  padding-top: 20px;
  font-size: 38px;
 }

 .news-home .bloc-news .content-block .btn-outline {
  font-size: 23px;
  padding: 13px;
 }

 .news-home .bloc-news .latest-story .description {
  font-size: 28px;
  padding: 5px;
 }

 .news-home .bloc-news .icon-social {
  margin-top: 15px;
 }

 .news-home .bloc-news .icon-social .icon-box {
  border: 3px #ffffff solid;
  padding: 7px 35px;
 }
 .news-home .bloc-news .icon-social .social-icon {
  font-size: 75px;
 }

 /*___News __________ Body ________________*/

 .page-bg-as-img ul {
  padding-left: 0;
 }

 .page-bg-as-img ul > li.article-bloc {
  list-style: none;
  padding-bottom: 14px;
 }

 .page-bg-as-img ul > li.article-bloc .bloc-in {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
 }

 /**** Pages *****/

 .opened-page {
  width: 100%;
  /*background:#f3f8fd;*/
  color: #003262;
 }

 .opened-page .no-img-header {
  width: 100%;
  min-height: 130px;
 }

 .opened-page .no-img-header h3 {
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #f7f7f7;
  text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  -webkit-text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  -moz-text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  font-family: 'Lato Bold', sans-serif;
  text-transform: uppercase;
 }
 .opened-page .breadcrumbs,
 .opened-page .breadcrumbs a {
  margin-top: -15px;
  font-family: 'Hind-Regular', sans-serif;
  color: #fff;
 }

 .opened-page .breadcrumbs .breadcrumb-current {
  color: #e39614;
 }
 .opened-page .breadcrumbs .breadcrumb-separator {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
 }

 /**______Premier Page__________**/
 .with-right-border {
  border-right: 1px #003262 solid;
 }
 .with-top-border {
  border-top: 1px #003262 solid;
 }

 /****** Page not found 404 *********/
 .center-box .notfound-right {
  border-left: 1px dotted #e39614;
  padding-bottom: 20px;
 }

 /*** call to action ***/
 .call-to-action {
  padding: 14px 0;
  text-align: center;
 }
 .call-to-action h1 {
  font-family: Lato Bold;
  font-size: 26px;
 }
 .call-to-action .btn-white {
  padding: 12px 12px 12px 12px;
  font-size: 20px;
  margin-bottom: 4px;
 }

 footer {
  padding-top: 40px;
 }

 footer .top-content {
  padding-bottom: 30px;
  /*font-size: 2vw;*/
  font-size: 19px;
  letter-spacing: -0.1px;
 }

 footer .title h3 {
  font-size: 1.2125em;
 }

 footer .address-col .addressholder .logo {
  height: 3.375em;
  margin-bottom: 1em;
 }

 footer .linkscol ul {
  padding: 0;
  font-size: 0.875em;
 }

 footer .linkscol ul > li {
  padding: 6px 0 6px 20px;
 }

 footer .linkscol ul > li:before {
  left: 17px;
  font-size: 16px;
 }
 footer .section-3 {
  padding: 12px 15px 12px 15px;
  font-size: 14px;
 }

 .home-modal .home-modal-content ul {
  padding: 0;
  font-size: 0.875em;
 }

 .home-modal .home-modal-content ul > li {
  padding: 12px 0 12px 28px;
 }

 .home-modal .home-modal-content ul > li:before {
  left: 17px;
  font-size: 16px;
 }
}

@media (min-width: 992px) and (max-width: 1199px) {
 /*****  Dismissible  Home popup *******/
 #dismissiblePopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 14px;
 }

 #dismissiblePopup .content {
  margin: 10% 10% 10% 10%;
  padding: 0;
  box-shadow: 0 8px 6px -6px black;
  background-color: #fff;
 }

 #dismissiblePopup .content .message {
  padding: 15px;
 }

 #dismissiblePopup .content .indications > .more {
  padding-left: 80px;
  margin-bottom: 10px;
 }
 #dismissiblePopup .content .ppfooter {
  height: 10%;
  background: #0c4da2 !important;
  margin-bottom: -4px;
  padding: 12px;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
 }

 /***************** Main Top navigation ****************/
 #first-nav .top-nav-one .nav-top {
  font-family: Hind-Regular, sans-serif;
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  max-height: 38px;
  margin-bottom: 0px;
  border: 0px solid transparent;
 }
 .top-nav-one .nav-top .top-navigation li {
  display: inline-block;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  max-height: 38px;
  /* text-transform: uppercase;*/
  margin-left: -5px;
 }

 .top-nav-one .nav-top .top-navigation li > a {
  color: #0c4da2;
 }

 .top-nav-one .nav-top .top-navigation .active a,
 .top-nav-one .nav-top .top-navigation .active a:hover,
 .top-nav-one .nav-top .top-navigation .active a:link {
  background: #0c4da2;
  color: #fff;
  border-bottom: 5px #0c4da2 solid;
 }

 .top-nav-one .nav-top .top-navigation li a:hover,
 .top-nav-one .nav-top .top-navigation li a:focus,
 .top-nav-one .nav-top .top-navigation li a:active {
  background: #0c4da2;
  color: #fff;
  border-bottom: 5px #0c4da2 solid;
 }

 .top-nav-one .nav-top .top-right-menu .profile {
  width: 22px;
  height: 22px;
  padding-left: 4px;
  border: 2px #0c4da2 solid;
  padding-top: 1px;
 }

 .top-nav-one .nav-top .top-right-menu {
  margin-top: -28px;
  list-style: none;
 }

 /* .wb_header-top {
}
.wb_header-top .left-socal-icon {
	height: 40px;
}
.wb_header-top .right-top-menu i{
	font-size:18px;
}*/

 /*___________ Middle Menu__________*/
 .wb_middle-menu .navbar-inverse {
  height: 68px;
 }
 .wb_middle-menu .navbar-inverse .logo-xl {
  background: url('../pics/desktop-logo.png') no-repeat;
  height: 68px;
  width: 400px;
 }
 .wb_middle-menu .navbar-inverse .main-nav {
  height: 68px;
  margin-top: -8px;
  margin-left: 19%;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li {
  height: 68px;
  margin-left: 8px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li > .custom-hover {
  max-width: 40px;
  /*text-overflow: ellipsis; /*To avoid dots*/
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: max-width 0.8s;
  transition: max-width 0.8s;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li > a {
  font-size: 19px;
  color: rgba(225, 224, 221, 1);
  padding: 20px 10px 0 10px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li > a > i {
  font-size: 24px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li > a:hover,
 .wb_middle-menu .navbar-inverse .navbar-nav > li > a:focus {
  color: #e39614;
  max-width: 158px;
  text-align: center;
  height: 68px;
 }
 .wb_middle-menu .navbar-inverse .navbar-nav > li:hover,
 .wb_middle-menu .navbar-inverse .navbar-nav > li:focus,
 .wb_middle-menu .navbar-inverse .navbar-nav > li:active {
  /*background: rgba(0, 140, 186, 0.4);*/
  height: 68px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li.vline {
  display: inline-block;
  position: relative;
  font-size: 14px;
  top: -1px;
  margin-left: 8px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li.vline:after {
  top: 20px;
  position: absolute;
  content: '';
  width: 0.5px;
  background: #fff;
  height: 24px;
  display: inline-block;
 }

 /*_______Navigation 3_____________*/

 .wb_personal-nav {
  height: 30px;
 }

 /*___ empty navigation __________________*/

 .wb_personal-nav.emapty-navigation {
  opacity: 0.99;
  margin-top: -2px;
 }

 /* --- Menu 3 sticky - Personal nav ------*/
 .wb_personal-nav .sticky-append {
  display: none;
 }

 .wb_personal-nav.cloned {
  opacity: 0.95;
 }

 .wb_personal-nav.cloned .sticky-append {
  display: block;
  transition: margin 0.5s cubic-bezier(0.19, 1, 0.22, 1);
 }
 .wb_personal-nav.cloned .sticky-append i {
  font-size: 25px;
 }

 .wb_personal-nav.cloned {
 }
 .wb_personal-nav.cloned .sticky-append a:hover {
  color: #e39614;
 }
 /*________________________________________________________*/

 .wb_personal-nav .navbar-inverse {
  height: 58px;
 }

 .navbar.navbar-static-top {
  margin-bottom: 0px;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li {
  height: 58px;
  line-height: 1.2;
  text-transform: uppercase;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li > a {
  padding-top: 18px;
  letter-spacing: 1.3px;
  font-size: 16px;
  color: #fff;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li ul {
  text-transform: capitalize;
  /* padding: 9px;	*/
  padding: 0px;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li:hover,
 .wb_personal-nav .navbar-inverse .navbar-nav > li:focus,
 .wb_personal-nav .navbar-inverse .navbar-nav > li:active {
  /*background: rgba(0, 140, 186, 0.4);*/
  height: 58px;
 }

 /*Drop down on hover */
 .dropdown:hover .dropdown-menu .open {
  display: block;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:focus,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:hover,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:link {
  margin-top: 8px;
  color: #003262;
  height: 52px;
  background: rgba(255, 255, 255, 1);
 }

 .wb_personal-nav .menu-large {
  position: static !important;
 }

 .wb_personal-nav .dropdown-menu {
  font-size: 18px;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0px 7px 0px 0px #d6812c;
  -moz-box-shadow: 0px 7px 0px 0px #d6812c;
  box-shadow: 0px 7px 0px 0px #d6812c;
 }

 .wb_personal-nav .megamenu {
  padding: 20px 0px;
  width: 100%;
  max-height: 540px;
  /*width: 1170px;
		padding-right: 15px;
	    padding-left: 15px;*/
  border-radius: 0;
  letter-spacing: 0.1px;
  /* To allow scroll*/
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
 }

 .wb_personal-nav .megamenu::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
 }
 .wb_personal-nav .megamenu::-webkit-scrollbar-thumb {
  background-color: #003262;
 }

 .wb_personal-nav .megamenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
 }

 .wb_personal-nav .single-column {
  padding: 20px 0px;
  /*width: 1170px;
		padding-right: 15px;
	    padding-left: 15px;*/

  border-radius: 0;
  letter-spacing: 1px;
 }

 .wb_personal-nav .single-column {
  min-width: 300px;
 }

 .wb_personal-nav .megamenu > li > ul > li > a,
 .wb_personal-nav .single-column > li > ul > li > a {
  display: inline-block;
  width: 95%;
  margin: 0;
  padding: 10px 2.5%;
  color: #003262;
  border-bottom: 1px solid #ddd;
 }

 .wb_personal-nav .megamenu .menu-custom-position-account {
  margin-top: -220px;
 }

 .wb_personal-nav .megamenu .menu-custom-position-about {
  margin-top: -220px;
 }

 .wb_personal-nav .megamenu > li > ul > li.dropdown-header {
  font-size: 25px;
  font-family: Hind-bold, sans-serif;
  line-height: 20px;
  padding: 30px 20px 30px 10px;
  color: #003262;
 }
 /*
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
*/

 .wb_personal-nav .megamenu .menu-right-content {
  padding: 0;
  background-color: #f3f8fd;
  height: 100%;
  padding: 0;
  /*box-shadow: 1px 5px 10px 0 rgba(0,0,0,0.12);*/
  border-left: 1px #efefef solid;
  min-height: 576px;
 }

 .wb_personal-nav .megamenu .img-box {
  border: 0px #e39614 solid;
  padding: 0px;
 }

 .wb_personal-nav .megamenu .menu-advart {
  margin-top: 15px;
  padding: 6px;
  letter-spacing: 0px;
  text-align: center;
 }

 .wb_personal-nav .megamenu .menu-advart .btn {
  font-family: Hind-Regular, sans-serif;
  font-size: 20px;
  border-color: transparent;
  border-width: 1px;
  letter-spacing: 0px;
  padding: 10px 20px 10px 20px;
 }

 /*___________slide____________________*/

 .main-slide .slide {
  position: relative;
  /*min-height: 760px;*/
  background: #f4f6f8;
  top: -20px;
 }

 .main-slide .fill {
  width: 100%;
  height: 460px;
  /* background-position: center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /*background-attachment: fixed; */
 }

 .main-slide .carousel-caption {
  position: absolute;
  /*right:20%;*/
  bottom: 130px;
  left: 55%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #0c4da2;
  text-align: left;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6);
  /*  margin-bottom: 20%;
    margin-right:-300px;
    padding-bottom: 24px;
    text-align:right;
   */
  width: 34%;
 }

 /*____ real estate search pane _______________*/
 .main-slide .carousel-caption.front-search {
  left: 20%;
  width: 60%;
 }

 .main-slide .carousel-caption.front-search .form-pane {
  border: 3px rgba(12, 77, 162, 1) solid;
  padding: 15px;
  background: rgba(12, 77, 162, 0.8);
  background-color: rgba(12, 77, 162, 0.8);
 }

 .main-slide .carousel-caption.front-search form {
  margin-left: 22px;
  font-family: Hind-Bold, sans-serif;
  font-size: 20px;
 }

 .main-slide .carousel-caption.front-search .form-group {
  padding: 3px;
 }

 .main-slide .carousel-caption.front-search .form-group .form-control {
  margin-top: 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 48px;
  border: 2px rgb(255, 255, 255) solid;
  background: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  margin-left: -5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
 }

 .main-slide .carousel-caption.front-search .real-estate-search {
  margin-top: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 48px;
  border: 2px rgb(255, 255, 255) solid;
  background: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  color: #0c4da2;
 }

 .main-slide .description-pane {
  /* background:rgba(227,150,20, 0.9);
  padding:20px;
	max-width:600px;*/
 }

 .main-slide .carousel-caption h3 {
  font-family: Montserrat-Bold, sans-serif;
  /*white-space: nowrap;*/
  transition: all 0s ease 0s;
  line-height: 40px;
  text-transform: capitalize;
  font-size: 27px;
 }

 .main-slide .carousel-caption p {
  font-family: Hind, sans-serif;
  /*white-space: nowrap;*/
  font-size: 20px;
 }

 /*   
.carousel-caption .title {
    color: transparent;
    text-shadow: none;
    -webkit-text-stroke-width: 0.05em;
    -webkit-text-stroke-color: #E39614;
    
} 
   */

 .main-slide .description-pane .btn-outlined.btn-primary {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 17px;
  background: #0c4da2;
  /* text-transform: uppercase;*/
  border-color: #0c4da2;
  color: #fff;
  border-width: 1px;
  line-height: 28px;
  border-radius: 2px;

  /*border-radius:1px;*/
 }

 .main-slide .description-pane .btn-outlined.btn-primary:hover,
 .main-slide .description-pane .btn-outlined.btn-primary:focus {
  background: #0c4da2;
  color: rgba(255, 255, 255, 1);
  font-family: Hind-Regular, sans-serif;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: rotate scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
 }

 .main-slide .carousel-indicators {
  margin-bottom: 83px;
  /*margin-right: -90px;*/
  left: 77.5%;
  width: 270px;
 }

 .main-slide .carousel-indicators li {
  display: inline-block;
  border: 1px solid #003262;
  text-indent: -999px;
 }

 .main-slide .carousel-indicators .active {
  width: 35px;
  height: 10px;
  margin: 0;
 }

 /* ___________BK Real Estate____________ */

 .real-estate-home {
  position: relative;
 }

 .real-estate-home .wlc-msg {
  position: relative;
  margin-bottom: 10px;
  padding: 40px;
 }

 .real-estate-home .wlc-msg .title {
  font-size: 22px;
 }

 .real-estate-home .wlc-msg .divider {
  width: 100px;
  height: 3px;
  padding: 0;
  margin: 20px auto;
  background: #e39614;
  border: none;
 }

 .real-estate-home .wlc-msg .txt {
  padding-top: 30px;
 }

 .real-estate-home .q-title {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
 }

 .real-estate-home .q-title .text {
  font-family: Montserrat-Bold, sans-serif;
  text-transform: uppercase;
 }

 .real-estate-home .q-title .text span {
  font-family: Montserrat-Light, sans-serif;
 }

 .real-estate-home .q-title .line {
  border-top: 8px #e39614 solid;
  position: relative;
  max-width: 800px;
  margin-left: 530px;
  margin-top: -25px;
 }

 .real-estate-home .row.deal-pane .grid .features .facility-icon {
  display: inline-block;
  margin: 5px 1px 5px 0;
  padding: 6px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #003262;
  color: #003262;
  background: #fff;
  float: right;
 }

 .real-estate-home .row.deal-pane .grid .features .exendable-width {
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 6px;
  min-width: 48px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 0px solid #003262;
  color: #003262;
  float: left;
  background: #fff;
  font-family: Lato Regular;
  font-size: 16px;
 }

 .real-estate-home .row.deal-pane .grid .features .facility-icon span {
  font-family: Hind-Bold;
  font-size: 13px;
  display: block;
 }

 .real-estate-home .row.deal-pane .grid .btn-outlined.btn-primary {
  margin-top: 3px;
  padding-left: 30px;
  width: 100%;
  height: 40px;
  background: #003262;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  border-color: #003262;
  border-width: 1px;
  border-radius: 2px;
  font-family: Hind-Regular, sans-serif;
 }

 /*___________Home Personal Shotcuts/ Quick access menu__________*/
 personal-home-shtcuts {
  padding: 0px;
 }

 .h-shtcuts {
  padding: 5px;
  margin-top: -25px;
 }

 .shtcuts-title {
  text-align: center;
  font-size: 25px;
 }

 .serviceBox {
  margin: 50px 0;
  min-height: 430px;
 }

 .serviceBox .service-icon {
  padding-top: 8px;
  width: 228px;
  height: 110px;
  line-height: 70px;
  margin: -30px 0 15px;
 }

 .serviceBox .service-icon .h-svg-img {
  width: 80px;
 }

 .serviceBox .title {
  font-size: 25px;
  margin: 0 0 12px 0;
 }

 .serviceBox ul {
  font-size: 17px;
  text-align: left;
 }

 .serviceBox ul > li {
  padding: 5px 0 5px 0;
 }

 .serviceBox ul > li:before {
  left: 8px;
 }

 .serviceBox ul > li:after {
  float: left;
  padding-right: 6px;
 }

 /*********** Financial Freedom Pane ****************/

 .personal-bank-access {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 20px;
 }
 .personal-bank-access .p-b-access-title {
  font-size: 22px;
  padding-bottom: 20px;
 }

 .personal-bank-access .p-b-access-title span {
  font-size: 16px;
  letter-spacing: 3px;
 }

 .personal-bank-access .p-b-access-title .bottom-line {
  line-break: auto;
  width: 80px;
  height: 1px;
  border-top: 2px #e39614 solid;
 }

 .personal-bank-access .pb-access-box .bk-access-img {
  width: 80px;
 }

 .personal-bank-access .pb-access-box .title {
  padding-bottom: 10px;
 }

 .personal-bank-access .pb-access-box p {
  padding: 6px 55px 2px 55px;
 }

 .personal-bank-access .pb-access-box .btn-primary.more-btn {
  padding-left: 19px;
  padding-right: 19px;
  font-size: 17px;
  /* text-transform: uppercase;
    border-color: #0c4da2;*/
  border-width: 1px;
  line-height: 26px;
  border-radius: 2px;

  /*border-radius:1px;*/
 }

 .personal-bank-access .pb-access-box .bottom-line {
  position: relative;
  text-align: center;
  width: 90px;
  border-bottom: 1px #003262 solid;
 }

 .personal-bank-access .line-separator {
  position: absolute;
  width: 100px;
  /*height:1px;*/
  border-top: 1px #003262 solid;
  margin-top: -110px;
  left: -42px;
 }

 /*_________Post Footer_____Space__________________*/

 .personal-post-footer {
  padding: 20px 0 20px 0;
 }

 .social-icons {
  margin-bottom: 25px;
 }

 .social-icons p {
  text-align: center;
 }

 .personal-post-footer ul.social {
  margin-left: -48px;
  text-align: center;
  padding-bottom: 20px;
 }

 .personal-post-footer ul.social li {
  display: inline;
  padding: 0;
  margin: 0 2px;
 }

 .personal-post-footer ul.social li a {
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
 }

 .personal-post-footer ul.social li a i {
  text-align: center;
  margin: 0;
  line-height: 50px;
 }

 .personal-post-footer .search-area p {
  padding-bottom: 10px;
  padding-bottom: 0px;
 }

 .personal-post-footer .search-area .faq {
  padding-top: 10px;
  font-size: 14px;
 }

 .personal-post-footer .input-group-addon {
  padding: 8px 0 8px 9px;
 }

 .personal-post-footer .form-control {
  border-left: 0;
  padding: 8px 0 8px 4px;
  font-size: 20px;
  height: 40px;
  max-width: 70%;
 }

 .personal-post-footer .search-area .search {
  border: 0;
  border: 1px #0c4da2 solid;
  padding: 8px 12px 8px 12px;
  height: 40px;
  margin-left: 4px;
 }

 .personal-post-footer .loan-help {
  font-size: 23px;
  padding-left: 90px;
  padding-top: 12px;
 }

 .personal-post-footer .loan-help .background-icon {
  position: absolute;
  font-size: 50px;
  bottom: 8px;
  left: 52px;
  color: #003262;
 }

 .personal-post-footer .loan-help span {
  font-size: 18px;
 }

 /*________News___Top story_____________________________*/

 .news-home {
  margin: 0;
  min-height: 410px;
  border: none;
  padding-top: 40px;
  padding-bottom: 40px;
 }

 .news-home .bloc-news {
  padding-bottom: 20px;
 }

 .news-home .bloc-news .underline {
  margin-bottom: 15px;
  padding-bottom: 16px;
 }

 .news-home .bloc-news .underline:after {
  width: 120px;
  height: 2px;
  margin-top: 30px;
 }

 .news-home .bloc-news .content-block .underline.title {
  font-size: 50px;
  -webkit-text-stroke-width: 0.02em;
 }

 .news-home .bloc-news .content-block .normal {
  padding-top: 20px;
  font-size: 38px;
 }

 .news-home .bloc-news .content-block .btn-outline {
  font-size: 23px;
  padding: 13px;
 }

 .news-home .bloc-news .latest-story .description {
  font-size: 26px;
  padding: 5px;
 }

 .news-home .bloc-news .icon-social {
  margin-top: 8px;
 }

 .news-home .bloc-news .icon-social .icon-box {
  border: 3px #ffffff solid;
  padding: 7px 35px;
 }

 .news-home .bloc-news .icon-social .icon-box span {
  font-size: 30px;
  float: right;
  color: #fff;
 }
 .news-home .bloc-news .icon-social .social-icon {
  font-size: 78px;
 }

 /*___News __________ Body ________________*/

 .page-bg-as-img ul {
  padding-left: 0;
 }

 .page-bg-as-img ul > li.article-bloc {
  list-style: none;
  padding-bottom: 14px;
 }

 .page-bg-as-img ul > li.article-bloc .bloc-in {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
 }

 /**** Pages *****/

 .opened-page {
  width: 100%;
  /*background:#f3f8fd;*/
  color: #003262;
 }

 .opened-page .no-img-header {
  width: 100%;
  min-height: 130px;
 }

 .opened-page .no-img-header h3 {
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #f7f7f7;
  text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  -webkit-text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  -moz-text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  font-family: 'Lato Bold', sans-serif;
  text-transform: uppercase;
 }
 .opened-page .breadcrumbs,
 .opened-page .breadcrumbs a {
  margin-top: -15px;
  font-family: 'Hind-Regular', sans-serif;
  color: #fff;
 }

 .opened-page .breadcrumbs .breadcrumb-current {
  color: #e39614;
 }
 .opened-page .breadcrumbs .breadcrumb-separator {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
 }

 /**______Premier Page__________**/
 .with-right-border {
  border-right: 1px #003262 solid;
 }
 .with-top-border {
  border-top: 1px #003262 solid;
 }

 /****** Page not found 404 *********/
 .center-box .notfound-right {
  border-left: 1px dotted #e39614;
  padding-bottom: 20px;
 }

 /*** call to action ***/
 .call-to-action {
  padding: 20px 0;
  text-align: center;
 }
 .call-to-action h1 {
  font-family: Lato Bold;
  font-size: 26px;
 }
 .call-to-action .btn-white {
  padding: 12px 12px 12px 12px;
  font-size: 20px;
  margin-top: 24px;
 }

 footer {
  padding-top: 40px;
 }

 footer .top-content {
  padding-bottom: 30px;
  /*font-size: 2vw;*/
  font-size: 19px;
  letter-spacing: -0.1px;
 }

 footer .title h3 {
  font-size: 1.2125em;
 }

 footer .address-col .addressholder .logo {
  height: 3.375em;
  margin-bottom: 1em;
 }

 footer .linkscol ul {
  padding: 0;
  font-size: 0.875em;
 }

 footer .linkscol ul > li {
  padding: 6px 0 6px 20px;
 }

 footer .linkscol ul > li:before {
  left: 17px;
  font-size: 16px;
 }
 footer .section-3 {
  padding: 12px 15px 12px 15px;
  font-size: 14px;
 }

 .home-modal .home-modal-content ul {
  padding: 0;
  font-size: 0.875em;
 }

 .home-modal .home-modal-content ul > li {
  padding: 12px 0 12px 28px;
 }

 .home-modal .home-modal-content ul > li:before {
  left: 17px;
  font-size: 16px;
 }
}

@media screen and (min-width: 1200px) {
 /*****  Dismissible  Home popup *******/
 #dismissiblePopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 18px;
 }

 #dismissiblePopup .content {
  margin: 10% 10% 10% 10%;
  padding: 0;
  box-shadow: 0 8px 6px -6px black;
  background-color: #fff;
 }

 #dismissiblePopup .content .message {
  padding: 15px;
 }

 #dismissiblePopup .content .indications > .more {
  padding-left: 120px;
  margin-bottom: 10px;
 }

 #dismissiblePopup .content .ppfooter {
  height: 10%;
  background: #0c4da2 !important;
  margin-bottom: -4px;
  padding: 12px;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
 }

 /***************** Main Top navigation ****************/

 /*#first-nav.navbar-default{
 background:rgba(227, 150, 20, 1);

}
*/
 #first-nav .top-nav-one .nav-top {
  font-family: Hind-Regular, sans-serif;
  margin-bottom: 0px;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  max-height: 38px;
  margin-bottom: 0px;
  border: 0px solid transparent;
 }
 .top-nav-one .nav-top .top-navigation li {
  display: inline-block;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  max-height: 38px;
  /* text-transform: uppercase;*/
  margin-left: -5px;
  /*margin-bottom:8px;*/
 }

 .top-nav-one .nav-top .top-navigation li > a {
  color: #0c4da2;
  /* color: #fff;*/
 }

 .top-nav-one .nav-top .top-navigation .active a,
 .top-nav-one .nav-top .top-navigation .active a:hover,
 .top-nav-one .nav-top .top-navigation .active a:link {
  background: #0c4da2;
  color: #fff;
  border-bottom: 5px #0c4da2 solid;
 }

 .top-nav-one .nav-top .top-navigation li a:hover,
 .top-nav-one .nav-top .top-navigation li a:focus,
 .top-nav-one .nav-top .top-navigation li a:active {
  background: #0c4da2;
  color: #fff;
  border-bottom: 5px #0c4da2 solid;
 }

 .top-nav-one .nav-top .top-right-menu .profile {
  width: 22px;
  height: 22px;
  padding-left: 4px;
  border: 2px #0c4da2 solid;
  padding-top: 1px;
 }

 .top-nav-one .nav-top .top-right-menu {
  margin-top: -28px;
  list-style: none;
 }

 /* .wb_header-top {
}
.wb_header-top .left-socal-icon {
	height: 40px;
}
.wb_header-top .right-top-menu i{
	font-size:18px;
}*/

 /*___________ Middle Menu__________*/
 .wb_middle-menu .navbar-inverse {
  height: 68px;
 }
 .wb_middle-menu .navbar-inverse .logo-xl {
  background: url('../pics/desktop-logo.png') no-repeat;
  height: 68px;
  width: 400px;
 }
 .wb_middle-menu .navbar-inverse .main-nav {
  height: 68px;
  margin-top: -8px;
  margin-left: 19%;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li {
  height: 68px;
  margin-left: 8px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li > .custom-hover {
  max-width: 40px;
  /*text-overflow: ellipsis; /*To avoid dots*/
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: max-width 0.8s;
  transition: max-width 0.8s;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li > a {
  font-size: 19px;
  color: rgba(225, 224, 221, 1);
  padding: 20px 10px 0 10px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li > a > i {
  font-size: 24px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li > a:hover,
 .wb_middle-menu .navbar-inverse .navbar-nav > li > a:focus {
  color: #e39614;
  max-width: 158px;
  text-align: center;
  height: 68px;
 }
 .wb_middle-menu .navbar-inverse .navbar-nav > li:hover,
 .wb_middle-menu .navbar-inverse .navbar-nav > li:focus,
 .wb_middle-menu .navbar-inverse .navbar-nav > li:active {
  /*background: rgba(0, 140, 186, 0.4);*/
  height: 68px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li.vline {
  display: inline-block;
  position: relative;
  font-size: 14px;
  top: -1px;
  margin-left: 8px;
 }

 .wb_middle-menu .navbar-inverse .navbar-nav > li.vline:after {
  top: 20px;
  position: absolute;
  content: '';
  width: 0.5px;
  background: #fff;
  height: 24px;
  display: inline-block;
 }

 /*_______Navigation 3_____________*/

 .wb_personal-nav {
  height: 30px;
 }

 /*___ empty navigation __________________*/

 .wb_personal-nav.emapty-navigation {
  opacity: 0.99;
  margin-top: -2px;
 }

 /* --- Menu 3 sticky - Personal nav ------*/
 .wb_personal-nav .sticky-append {
  display: none;
 }

 .wb_personal-nav.cloned {
  opacity: 0.99;
 }

 .wb_personal-nav.cloned .sticky-append {
  display: block;
  transition: margin 0.5s cubic-bezier(0.19, 1, 0.22, 1);
 }
 .wb_personal-nav.cloned .sticky-append i {
  font-size: 25px;
 }

 .wb_personal-nav.cloned {
 }
 .wb_personal-nav.cloned .sticky-append a:hover {
  color: #e39614;
 }
 /*________________________________________________________*/

 .wb_personal-nav .navbar-inverse {
  height: 58px;
 }

 .navbar.navbar-static-top {
  margin-bottom: 0px;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li {
  height: 58px;
  line-height: 1.2;
  text-transform: uppercase;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li > a {
  padding-top: 18px;
  letter-spacing: 1.3px;
  font-size: 17px;
  color: #fff;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li ul {
  text-transform: capitalize;
  /* padding: 9px;	*/
  padding: 0px;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > li:hover,
 .wb_personal-nav .navbar-inverse .navbar-nav > li:focus,
 .wb_personal-nav .navbar-inverse .navbar-nav > li:active {
  /*background: rgba(0, 140, 186, 0.4);*/
  height: 58px;
 }

 /*Drop down on hover */
 .dropdown:hover .dropdown-menu .open {
  display: block;
 }

 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:focus,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:hover,
 .wb_personal-nav .navbar-inverse .navbar-nav > .open > a:link {
  margin-top: 8px;
  color: #003262;
  height: 52px;
  background: rgba(255, 255, 255, 1);
 }

 .wb_personal-nav .menu-large {
  position: static !important;
 }

 .wb_personal-nav .dropdown-menu {
  font-size: 20px;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0px 7px 0px 0px #d6812c;
  -moz-box-shadow: 0px 7px 0px 0px #d6812c;
  box-shadow: 0px 7px 0px 0px #d6812c;
 }

 .wb_personal-nav .megamenu {
  padding: 20px 0px;
  width: 100%;
  max-height: 576px;
  border-radius: 0;
  letter-spacing: 0.1px;
  /* To allow scroll*/
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  -webkit-overflow-style: none;
 }

 .wb_personal-nav .single-column {
  padding: 20px 0px;
  /*width: 1170px;
		padding-right: 15px;
	    padding-left: 15px;*/

  border-radius: 0;
  letter-spacing: 1px;
 }

 .wb_personal-nav .single-column {
  min-width: 300px;
 }

 .wb_personal-nav .megamenu > li > ul > li > a,
 .wb_personal-nav .single-column > li > ul > li > a {
  display: inline-block;
  width: 95%;
  margin: 0;
  padding: 10px 2.5%;
  color: #003262;
  border-bottom: 1px solid #ddd;
 }

 .wb_personal-nav .megamenu .menu-custom-position-account {
  margin-top: -220px;
 }

 .wb_personal-nav .megamenu .menu-custom-position-about {
  margin-top: -220px;
 }

 .wb_personal-nav .megamenu > li > ul > li.dropdown-header {
  font-size: 25px;
  font-family: Hind-bold, sans-serif;
  line-height: 20px;
  padding: 30px 20px 30px 10px;
  color: #003262;
 }
 /*
.wb_personal-nav .dropdown-header {
	
		
	}
/*
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
*/

 .wb_personal-nav .megamenu .menu-right-content {
  padding: 0;
  background-color: #f3f8fd;
  height: 100%;
  padding: 0;
  /*box-shadow: 1px 5px 10px 0 rgba(0,0,0,0.12);*/
  border-left: 1px #efefef solid;
  min-height: 576px;
 }

 .wb_personal-nav .megamenu .img-box {
  border: 0px #e39614 solid;
  padding: 0px;
 }

 .wb_personal-nav .megamenu .menu-advart {
  margin-top: 15px;
  padding: 6px;
  letter-spacing: 0px;
  text-align: center;
 }

 .wb_personal-nav .megamenu .menu-advart .btn {
  font-family: Hind-Regular, sans-serif;
  font-size: 20px;
  border-color: transparent;
  border-width: 1px;
  letter-spacing: 0px;
  padding: 10px 20px 10px 20px;
 }

 /*___________slide____________________*/

 .main-slide .slide {
  position: relative;
  /*min-height: 760px;*/
  background: #f4f6f8;
  top: -20px;
 }

 .main-slide .fill {
  width: 100%;
  height: 460px;
  /* background-position: center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /*background-attachment: fixed; */
 }

 /*.main-slide  .premiere-fill{
	width: 100%;
    height: 700px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    

}
*/

 .main-slide .carousel-caption {
  position: absolute;
  /*right:20%;*/
  /*bottom: 80px;*/
  top: 60px;
  left: 55%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #0c4da2;
  text-align: left;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6);
  /*  margin-bottom: 20%;
    margin-right:-300px;
    padding-bottom: 24px;
    text-align:right;
   */
  width: 34%;
 }

 /*____ real estate search pane _______________*/
 .main-slide .carousel-caption.front-search {
  left: 20%;
  width: 60%;
 }

 .main-slide .carousel-caption.front-search .form-pane {
  border: 3px rgba(12, 77, 162, 1) solid;
  padding: 15px;
  background: rgba(12, 77, 162, 0.8);
  background-color: rgba(12, 77, 162, 0.8);
 }

 .main-slide .carousel-caption.front-search form {
  margin-left: 22px;
  font-family: Hind-Bold, sans-serif;
  font-size: 20px;
 }

 .main-slide .carousel-caption.front-search .form-group {
  padding: 3px;
 }

 .main-slide .carousel-caption.front-search .form-group .form-control {
  margin-top: 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 48px;
  border: 2px rgb(255, 255, 255) solid;
  background: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  margin-left: -5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075);
 }

 .main-slide .carousel-caption.front-search .real-estate-search {
  margin-top: 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 48px;
  border: 2px rgb(255, 255, 255) solid;
  background: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  color: #0c4da2;
 }

 .main-slide .description-pane {
  /* background:rgba(227,150,20, 0.9);
  padding:20px;
	max-width:600px;*/
 }

 .main-slide .carousel-caption h3 {
  font-family: Montserrat-Bold, sans-serif;
  /*white-space: nowrap;*/
  transition: all 0s ease 0s;
  line-height: 60px;
  text-transform: capitalize;
  font-size: 35px;
 }

 .main-slide .carousel-caption p {
  font-family: Hind, sans-serif;
  /*white-space: nowrap;*/
  font-size: 22px;
 }

 .main-slide .description-pane .btn-outlined.btn-primary {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 22px;
  background: #0c4da2;
  /* text-transform: uppercase;*/
  border-color: #0c4da2;
  color: #fff;
  border-width: 1px;
  line-height: 35px;
  border-radius: 2px;
 }

 .main-slide .description-pane .btn-outlined.btn-primary:hover,
 .main-slide .description-pane .btn-outlined.btn-primary:focus {
  background: #0c4da2;
  color: rgba(255, 255, 255, 1);
  font-family: Hind-Regular, sans-serif;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: rotate scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
 }

 .main-slide .carousel-indicators {
  margin-bottom: 15px;
  /*margin-right: -90px;*/
  left: 80.3%;
  width: 270px;
 }

 .main-slide .carousel-indicators li {
  display: inline-block;
  border: 1px solid #003262;
  text-indent: -999px;
 }

 /* ___________BK Real Estate____________ */

 .real-estate-home {
  position: relative;
 }

 .real-estate-home .wlc-msg {
  position: relative;
  margin-bottom: 10px;
  padding: 40px;
 }

 .real-estate-home .wlc-msg .title {
  font-size: 26px;
 }

 .real-estate-home .wlc-msg .divider {
  width: 100px;
  height: 3px;
  padding: 0;
  margin: 20px auto;
  background: #e39614;
  border: none;
 }

 .real-estate-home .wlc-msg .txt {
  padding-top: 30px;
 }

 .real-estate-home .q-title {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
 }

 .real-estate-home .q-title .text {
  font-family: Montserrat-Bold, sans-serif;
  text-transform: uppercase;
 }

 .real-estate-home .q-title .text span {
  font-family: Montserrat-Light, sans-serif;
 }

 .real-estate-home .q-title .line {
  border-top: 8px #e39614 solid;
  position: relative;
  max-width: 800px;
  margin-left: 530px;
  margin-top: -25px;
 }

 .real-estate-home .row.deal-pane .grid .features .facility-icon {
  display: inline-block;
  margin: 5px 1px 5px 0;
  padding: 6px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #003262;
  color: #003262;
  background: #fff;
  float: right;
 }

 .real-estate-home .row.deal-pane .grid .features .exendable-width {
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 6px;
  min-width: 48px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 0px solid #003262;
  color: #003262;
  float: left;
  background: #fff;
  font-family: Lato Regular;
 }

 .real-estate-home .row.deal-pane .grid .features .facility-icon span {
  font-family: Hind-Bold;
  font-size: 13px;
  display: block;
 }

 .real-estate-home .row.deal-pane .grid .btn-outlined.btn-primary {
  margin-top: 3px;
  padding-left: 30px;
  width: 100%;
  height: 40px;
  background: #003262;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  border-color: #003262;
  border-width: 1px;
  border-radius: 2px;
  font-family: Hind-Regular, sans-serif;
 }

 /*___________Home Personal Shotcuts/ Quick access menu__________*/

 personal-home-shtcuts {
  padding: 0px;
 }

 .h-shtcuts {
  padding: 5px;
  margin-top: -25px;
 }

 .shtcuts-title {
  text-align: center;
  font-size: 28px;
 }

 .serviceBox {
  margin: 50px 0;
  min-height: 478px;
 }

 .serviceBox .service-icon {
  padding-top: 8px;
  width: 260px;
  height: 120px;
  border-radius: 3px;
  line-height: 70px;
  margin: -30px 0 15px;
 }

 .serviceBox .service-icon .h-svg-img {
  width: 80px;
 }

 .serviceBox .title {
  font-size: 26px;
  margin: 0 0 12px 0;
 }

 .serviceBox ul {
  font-size: 20px;
  text-align: left;
 }

 .serviceBox ul > li {
  padding: 5px 0 5px 8px;
 }

 .serviceBox ul > li:before {
  left: 12px;
 }
 .serviceBox ul > li:after {
  float: left;
  padding-right: 15px;
 }

 /*********** Financial Freedom Pane ****************/

 .personal-bank-access {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 20px;
 }
 .personal-bank-access .p-b-access-title {
  font-size: 24px;
  padding-bottom: 28px;
 }

 .personal-bank-access .p-b-access-title span {
  font-size: 16px;
  letter-spacing: 3px;
 }

 .personal-bank-access .p-b-access-title .bottom-line {
  line-break: auto;
  width: 80px;
  height: 1px;
  border-top: 2px #e39614 solid;
 }

 .personal-bank-access .pb-access-box .bk-access-img {
  width: 100px;
 }

 .personal-bank-access .pb-access-box .title {
  padding-bottom: 10px;
 }

 .personal-bank-access .pb-access-box p {
  padding: 6px 70px 2px 70px;
 }

 .personal-bank-access .pb-access-box .btn-primary.more-btn {
  padding-left: 19px;
  padding-right: 19px;
  font-size: 17px;
  /* text-transform: uppercase;
    border-color: #0c4da2;*/
  border-width: 1px;
  line-height: 26px;
  border-radius: 2px;
  /*border-radius:1px;*/
 }

 .personal-bank-access .pb-access-box .bottom-line {
  position: relative;
  text-align: center;
  width: 120px;
  border-bottom: 1px #003262 solid;
 }

 .personal-bank-access .line-separator {
  position: absolute;
  width: 120px;
  border-top: 1px #003262 solid;
  margin-top: -140px;
  left: -42px;
 }

 /*_________Post Footer_____Space__________________*/

 .personal-post-footer {
  padding: 40px 0 20px 0;
 }

 .personal-post-footer ul.social {
  margin-left: -48px;
 }

 .personal-post-footer ul.social li {
  display: inline;
  padding: 0;
  margin: 0 2px;
 }

 .personal-post-footer ul.social li a {
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
 }

 .personal-post-footer ul.social li a i {
  text-align: center;
  margin: 0;
  line-height: 50px;
 }

 .personal-post-footer .search-area p {
  padding-bottom: 10px;
 }

 .personal-post-footer .search-area .faq {
  padding-top: 10px;
  font-size: 14px;
 }

 .personal-post-footer .input-group-addon {
  padding: 8px 0 8px 9px;
 }

 .personal-post-footer .form-control {
  border-left: 0;
  padding: 8px 0 8px 4px;
  font-size: 20px;
  height: 40px;
  max-width: 79%;
 }

 .personal-post-footer .search-area .search {
  border: 0;
  border: 1px #0c4da2 solid;
  padding: 8px 12px 8px 12px;
  height: 40px;
  margin-left: 4px;
 }

 .personal-post-footer .loan-help {
  font-size: 23px;
  padding-left: 90px;
  padding-top: 30px;
 }

 .personal-post-footer .loan-help .background-icon {
  position: absolute;
  font-size: 60px;
  bottom: 8px;
  left: 52px;
  color: #003262;
 }

 .personal-post-footer .loan-help span {
  font-size: 18px;
 }

 /*.home-quick-access .cols*/

 .home-quick-access {
  position: relative;
  margin-top: -312px;
  /*margin-top: -292px;
*/

  z-index: 3;
  background: rgba(255, 255, 255, 0.9);
  height: 170px;
  border-bottom: 3px #0c4da2 solid;
  /*
   position:absolute;  
   display:table-cell;
   background: rgba(255, 255, 255, 0.9);
   height: 170px;
   margin: auto;
   width: 100%; 
   top: 594px;
   bottom: 0px;
   left: 0;
   right: 0;
   */
 }

 .home-quick-access .carousel-card {
  padding: 10px 9px 0px 9px;
  height: 170px;
 }

 .home-quick-access .carousel-card:hover,
 .home-quick-access .carousel-card:focus,
 .home-quick-access .carousel-card.bright:hover,
 .home-quick-access .carousel-card.bright:focus {
  height: 189px;
  margin-top: -19px;
  padding-top: 30px;
  border-top: 6px #0c4da2 solid;
  background: #e39614;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
 }

 .home-quick-access .carousel-card .img-tool {
  width: 80px;
 }
 .home-quick-access .carousel-card .icon_box {
  min-height: 140px;
 }
 .home-quick-access .carousel-card .icon_box h4 {
  text-align: center;
  font-family: Montserrat-Light;
  padding-left: 18px;
  padding-right: 18px;
  text-transform: uppercase;
 }

 /*________News___Top story_____________________________*/

 .news-home {
  margin: 0;
  min-height: 410px;
  border: none;
  padding-top: 40px;
  padding-bottom: 80px;
 }

 .news-home .bloc-news {
  padding-bottom: 20px;
 }

 .news-home .bloc-news .underline {
  margin-bottom: 15px;
  padding-bottom: 16px;
 }

 .news-home .bloc-news .underline:after {
  width: 120px;
  height: 2px;
  margin-top: 30px;
 }

 .news-home .bloc-news .content-block .underline.title {
  font-size: 50px;
  -webkit-text-stroke-width: 0.02em;
 }

 .news-home .bloc-news .content-block .normal {
  padding-top: 20px;
  font-size: 38px;
 }

 .news-home .bloc-news .content-block .btn-outline {
  font-size: 23px;
  padding: 13px;
 }

 .news-home .bloc-news .latest-story .description {
  font-size: 28px;
  padding: 5px;
 }

 .news-home .bloc-news .icon-social {
  margin-top: 15px;
 }

 .news-home .bloc-news .icon-social .icon-box {
  border: 3px #ffffff solid;
  padding: 7px 35px;
 }
 .news-home .bloc-news .icon-social .social-icon {
  font-size: 75px;
 }

 /*___News __________ Body ________________*/

 .page-bg-as-img ul {
  padding-left: 0;
 }

 .page-bg-as-img ul > li.article-bloc {
  list-style: none;
  padding-bottom: 14px;
 }

 .page-bg-as-img ul > li.article-bloc .bloc-in {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
 }

 /**** Pages *****/

 .opened-page {
  width: 100%;
  /*background:#f3f8fd;*/
  color: #003262;
 }

 .opened-page .no-img-header {
  width: 100%;
  min-height: 130px;
 }

 .opened-page .no-img-header h3 {
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #f7f7f7;
  text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  -webkit-text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  -moz-text-shadow: 3px 1px 5px rgba(0, 0, 0, 1);
  font-family: 'Lato Bold', sans-serif;
  text-transform: uppercase;
 }
 .opened-page .breadcrumbs,
 .opened-page .breadcrumbs a {
  margin-top: -15px;
  font-family: 'Hind-Regular', sans-serif;
  color: #fff;
 }

 .opened-page .breadcrumbs .breadcrumb-current {
  color: #e39614;
 }
 .opened-page .breadcrumbs .breadcrumb-separator {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
 }

 /*
 .breadcrumbs{
	padding:10px 2px 10px 0px;
	font-size:14px;
	}

 .breadcrumbs .breadcrumb-separator{
	padding-left:12px;
	padding-right:12px;
	
}

*/

 /*_____Subscription pane ______________________________*/
 .subscription-pane {
  position: relative;
  max-height: 120px;
  border: 2px #fff solid;
  margin-bottom: -30px;
  background: #f4f6f8;
  padding: 40px;
 }

 .subscription-pane .txt {
  font-size: 27px;
  color: #003262;
  word-spacing: -1px;
  letter-spacing: -1px;
  font-family: Hind-bold;
 }

 .subscription-pane .txt .background-icon {
  position: absolute;
  font-size: 120px;
  opacity: 0.05;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  transform: rotate(-25deg);
  bottom: -50px;
  left: -15px;
 }

 .subscription-pane .button .btn {
  font-size: 19px;
  margin-left: 50px;
 }

 .subscription-pane .button .btn-outlined.btn-primary {
  padding: 10px;
  margin-top: -6px;
 }

 /**______Premier Page__________**/
 .with-right-border {
  border-right: 1px #003262 solid;
 }
 .with-top-border {
  border-top: 1px #003262 solid;
 }

 /****** Page not found 404 *********/
 .center-box .notfound-right {
  border-left: 1px dotted #e39614;
  padding-bottom: 20px;
 }

 /*** Call to action  *****/
 .call-to-action {
  padding: 20px 0;
 }
 .call-to-action h1 {
  font-family: Lato Bold;
  font-size: 28px;
 }
 .call-to-action .btn-white {
  padding: 12px 12px 12px 12px;
  font-size: 20px;
  margin-top: 24px;
 }

 footer {
  padding-top: 50px;
 }

 footer .top-content {
  padding-bottom: 30px;
  /*font-size: 2vw;*/
  font-size: 19px;
  letter-spacing: -0.1px;
 }

 footer .title h3 {
  font-size: 1.2125em;
 }

 footer .address-col .addressholder .logo {
  height: 3.375em;
  margin-bottom: 1em;
 }

 footer .linkscol ul {
  padding: 0;
  font-size: 0.875em;
 }

 footer .linkscol ul > li {
  padding: 6px 0 6px 20px;
 }

 footer .linkscol ul > li:before {
  left: 17px;
  font-size: 16px;
 }

 footer .section-3 {
  padding: 12px 15px 12px 15px;
  font-size: 14px;
 }

 .home-modal .home-modal-content ul {
  padding: 0;
  font-size: 0.875em;
 }

 .home-modal .home-modal-content ul > li {
  padding: 12px 0 12px 28px;
 }

 .home-modal .home-modal-content ul > li:before {
  left: 17px;
  font-size: 16px;
 }
}

/**** Extra big for Twitter Bootstrap  *****/
@media screen and (min-width: 1400px) {
 /*.container {
    width: 1370px;
  }
  
 .main-slide .fill {
    width: 100%;
    height: 532px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
   
}
 
 
 .main-slide .carousel-caption p {
     font-family:Hind, sans-serif;
    font-size: 23px;
  
   }
 */
}
@media screen and (min-width: 1600px) {
 /*  .container {
    width: 1570px;
  }
  */
 .main-slide .fill {
  width: 100%;
  height: 640px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
 }

 .main-slide .carousel-caption p {
  font-family: Hind, sans-serif;
  /*white-space: nowrap;*/
  font-size: 32px;
 }
}
@media screen and (min-width: 1900px) {
 /* .container {
    width: 1870px;
  }
  */

 .main-slide .fill {
  width: 100%;
  height: 680px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
 }
}

/*_________  *********** General Style*************  __________________*/

/*___________Top progress Bar________________*/

::selection {
 background: #b3d4fc;
 text-shadow: none;
}

#progress {
 position: fixed;
 z-index: 2147483647;
 top: 0;
 left: -6px;
 width: 0%;
 height: 2px;
 background: #e39614;
 -moz-border-radius: 1px;
 -webkit-border-radius: 1px;
 border-radius: 1px;
 -moz-transition: width 500ms ease-out, opacity 400ms linear;
 -ms-transition: width 500ms ease-out, opacity 400ms linear;
 -o-transition: width 500ms ease-out, opacity 400ms linear;
 -webkit-transition: width 500ms ease-out, opacity 400ms linear;
 transition: width 500ms ease-out, opacity 400ms linear;
}
#progress.done {
 opacity: 0;
}
#progress dd,
#progress dt {
 position: absolute;
 top: 0;
 height: 2px;
 -moz-box-shadow: #e39614 1px 0 6px 1px;
 -ms-box-shadow: #e39614 1px 0 6px 1px;
 -webkit-box-shadow: #e39614 1px 0 6px 1px;
 box-shadow: #e39614 1px 0 6px 1px;
 -moz-border-radius: 100%;
 -webkit-border-radius: 100%;
 border-radius: 100%;
}
#progress dd {
 opacity: 1;
 width: 20px;
 right: 0;
 clip: rect(-6px, 22px, 14px, 10px);
}
#progress dt {
 opacity: 1;
 width: 180px;
 right: -80px;
 clip: rect(-6px, 90px, 14px, -6px);
}
@-moz-keyframes pulse {
 30% {
  opacity: 1;
 }
 60% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@-ms-keyframes pulse {
 30% {
  opacity: 0.6;
 }
 60% {
  opacity: 0;
 }
 100% {
  opacity: 0.6;
 }
}
@-o-keyframes pulse {
 30% {
  opacity: 1;
 }
 60% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@-webkit-keyframes pulse {
 30% {
  opacity: 0.6;
 }
 60% {
  opacity: 0;
 }
 100% {
  opacity: 0.6;
 }
}
@keyframes pulse {
 30% {
  opacity: 1;
 }
 60% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
#progress.waiting dd,
#progress.waiting dt {
 -moz-animation: pulse 2s ease-out 0s infinite;
 -ms-animation: pulse 2s ease-out 0s infinite;
 -o-animation: pulse 2s ease-out 0s infinite;
 -webkit-animation: pulse 2s ease-out 0s infinite;
 animation: pulse 2s ease-out 0s infinite;
}

/** WEB ALERT ***/

.alert-container {
 display: flex;
 width: 100%;
 margin: 0;
 color: #333;
 padding: 0;
 margin-bottom: 0;
 border: 0;
 background-color: #ffc107 !important;
}
.alert-container p {
 display: inline-block;
 flex: 1;
}
.alert-container a {
 cursor: pointer;
}
.alert-container div {
 /* border:1px #ccc solid; */
 padding: 6px;
}
.alert-container .box-one {
 flex: 0.5;
}
.alert-container .box-two {
 flex: 11;
 border-left: 1px #e7e7e7 solid;
 padding-left: 20px;
}
.alert-container .box-three {
 flex: 0.5;
}

.close {
 float: right;
 font-size: 35px;
 font-weight: 700;
 line-height: 1;
 color: #fff;
 text-shadow: 0 1px 0 #fff;
 filter: alpha(opacity=20);
 opacity: 0.2;
 margin-right: 20px;
}

.alert-container .box-one .icon {
 width: 30px;
 height: 30px;
 font-size: 30px;
 color: #dc3545 !important;
 -webkit-animation: ring 4s 0.7s ease-in-out infinite;
 -webkit-transform-origin: 50% 4px;
 -moz-animation: ring 4s 0.7s ease-in-out infinite;
 -moz-transform-origin: 50% 4px;
 animation: ring 4s 0.7s ease-in-out infinite;
 transform-origin: 50% 4px;
}

/******* HOME POPUP *******************************/
#cboxLoadedContent {
 padding: 10px;
 background: #fffff0;
}

#modal-content {
 display: none;
}

#modal-content label {
 display: block;
 margin-bottom: 5px;
}

#modal-content input {
 width: 95%;
}

/*************Online banking campaign *********/
/* Tabs panel */
.tabbable-panel {
 border: 1px solid #ffc107;
 padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
 border: none;
 margin: 0px;
}
.tabbable-line > .nav-tabs > li {
 margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
 border: 0;
 margin-right: 0;
 color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
 color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
 border-bottom: 4px solid #ffc107;
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
 border: 0;
 background: none !important;
 color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
 color: #0c4da2;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
 margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
 border-bottom: 4px solid #0c4da2;
 position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
 border: 0;
 color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
 color: #404040;
}
.tabbable-line > .tab-content {
 margin-top: -3px;
 background-color: #fff;
 border: 0;
 border-top: 1px solid #eee;
 padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
 padding-bottom: 0;
}

/* Below tabs mode */
.tabbable-line.tabs-below > .nav-tabs > li {
 border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
 margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
 border-bottom: 0;
 border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
 margin-bottom: -2px;
 border-bottom: 0;
 border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
 margin-top: -10px;
 border-top: 0;
 border-bottom: 1px solid #eee;
 padding-bottom: 15px;
}

/*****************Top navigation ****************/
#first-nav .top-nav-one .nav-top {
 position: relative;
}

.top-nav-one .nav-top .top-navigation li:first-child {
 margin-left: 0;
}

.top-nav-one .nav-top .top-right-menu li {
 display: inline-block;
 padding-left: 15px;
}

.top-nav-one .nav-top .top-right-menu .profile {
 background: #0c4da2;
 color: #fff;
 display: inline-block;
 border-radius: 50%;
}

.top-nav-one .nav-top .top-right-menu a {
 text-decoration: none;
}

.top-nav-one .nav-top .top-right-menu li.with-separator {
 padding-right: 15px;
 border-right: 1px #ccc solid;
}

/*
.top-nav-one .nav-top .top-right-menu li.vline {
	width: 1px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	top: -1px;
}
.top-nav-one .nav-top .top-right-menu li.vline:after {
	top: -15px;
	position: absolute;
	content: "";
	width: 1px;
	background: #0c4da2;
	height: 20px;
	display: inline-block;	
}
*/

/*___________Top bar________________*/
.wb_header-top {
 position: relative;
 background: rgba(255, 255, 255, 0.8);
 z-index: 3;
}
.wb_header-top a {
 text-decoration: none;
}
.wb_header-top .left-socal-icon .icons {
 color: #0c4da2;
 font-size: 23px;
}
.wb_header-top .left-socal-icon {
 margin: 12px 0 10px 0;
 float: left;
 padding: 0;
 margin: 0;
}
.wb_header-top .left-socal-icon ul {
 padding-top: 3px;
 padding-bottom: 10px;
}
.wb_header-top .left-socal-icon ul li {
 display: inline-block;
 list-style: none;
 padding: 0px 5px 0 5px;
 color: #aeb8c2;
 font-size: 16px;
 padding: 4px;
}

.wb_header-top .right-top-menu {
 /*margin: 12px 0 10px 0;*/
 float: right;
 padding: 0;
 margin: 0;
 font-family: Roboto-Bold;
 font-size: 16px;
 /*text-transform: uppercase;*/
 letter-spacing: 0.1em;
 line-height: 1.2;
 text-transform: uppercase;
 color: #00030a;
}

.wb_header-top .right-top-menu ul {
 padding-top: 6px;
 padding-bottom: 2px;
}
.wb_header-top .right-top-menu ul li {
 display: inline-block;
 list-style: none;
 padding: 0px 5px 0 5px;
}

.wb_header-top .right-top-menu ul li > a:not(.btn) {
 color: #0c4da2;
 font-weight: 500;
}

.wb_header-top .right-top-menu ul li > a:hover,
.wb_header-top .right-top-menu ul li > a:active,
.wb_header-top .right-top-menu ul li > a:focus {
 color: #e39614;
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: rotate scale(1.1);
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Hind-bold', sans-serif;
 line-height: 32px;
 padding: 15px 0 15px 0;
}

.modal-content.custom {
 border-radius: 3px;
 -moz-border-radius: 3px;
 -web-kit-border-radius: 3px;
}

.modal-content.custom .modal-header {
 background: #0c4da2 !important;
 color: #fff;
}

.modal-content.custom button.close {
 color: rgba(255, 255, 255, 0);
}

.modal.home-modal {
 z-index: 1200;
 background: rgba(255, 255, 255, 0.6);
}

body.modal-open #wrap {
 -webkit-filter: blur(7px);
 -moz-filter: blur(15px);
 -o-filter: blur(15px);
 -ms-filter: blur(15px);
 filter: blur(15px);
}
.modal-backdrop {
 background: #fff;
}
.modal-backdrop.in {
 filter: alpha(opacity=90);
 opacity: 0.9;
}
.home-modal-content .close {
 font-size: 30px;
 display: block;
 margin-top: 30px;
 font-size: 35px;
 color: #fff;
}
.home-modal .home-modal-content p {
 line-height: 34px;
 font-size: 22px;
}

.home-modal .home-modal-content ul {
 font-family: Hind-Regular, sans-serif;
 list-style-type: none;
 /*color:rgb(157, 174, 205);*/
 color: #999;
}

.home-modal .home-modal-content ul > li {
 display: list-item;
 text-align: -webkit-match-parent;
 border-bottom: 1px dotted #e2e2e2; /*1px #1e4f7b dotted;*/
 line-height: 10px;
 cursor: pointer;
}

.home-modal .home-modal-content ul > li button {
 background: transparent;
 min-width: 200px;
 border: none;
}

.home-modal .home-modal-content ul > li span {
 font-family: Hind, sans-serif;
 font-size: small;
}

.home-modal .home-modal-content ul > li:hover,
.home-modal .home-modal-content ul > li:focus,
.home-modal .home-modal-content ul > li:active {
 color: #e39614;
}

.home-modal .home-modal-content .languages ul > li:before {
 font-family: 'simple-line-icons';
 display: block;
 position: absolute;
 color: #0c4da2;
 content: '\e037';
}

/* Notice content */
.home-modal .home-modal-content .notice .message {
 font-family: 'Lato Light', sans-serif;
 line-height: 40px;
 font-size: 19px;
 text-align: left;
}

.with-bottom-line {
 padding-bottom: 8px;
 padding-left: 16px;
 font-family: 'GeoSans', sans-serif;
 font-size: 28px;
 /* border-bottom: 1px #ccc solid;  */
}
.pdf-icon {
 max-width: 18px;
 padding-right: 5px;
}

/**** Search *****************/
.home-modal-content .top-content {
 min-height: 200px;
 background-color: #0c4da2;
 color: #fff;
 padding: 0px;
}

.home-modal-content .top-content .title .icon {
 position: absolute;
 font-size: 120px;
 opacity: 0.1;
 -webkit-transform: rotate(2deg);
 -moz-transform: rotate(2deg);
 transform: rotate(2deg);
}

.home-modal-content .top-content .title h4 {
 font-size: 30px;
}

.home-modal-content .top-content .title h4 span {
 font-size: 16px;
 cursor: pointer;
}

/*_________________Search__________________________*/

#custom-search-input {
 padding: 3px;
 border: 3px solid #ccc;
 background-color: #fff;
}
#custom-search-input input {
 border: 0;
 box-shadow: none;
}
#custom-search-input button {
 margin: 2px 0 0 0;
 background: none;
 box-shadow: none;
 border: 0;
 color: #666666;
 padding: 0 8px 0 10px;
 border-left: solid 1px #ccc;
}
#custom-search-input button:hover {
 border: 0;
 box-shadow: none;
 border-left: solid 1px #ccc;
}
#custom-search-input .form-control {
 font-size: 25px;
 font-family: Lato Light;
}
#custom-search-input .glyphicon-search {
 font-size: 23px;
}
#custom-search-input .popup-close {
 font-family: Sansita;
 font-size: 23px;
}

/* --------Middle-menu------*/
.wb_middle-menu .navbar-inverse {
 position: relative;
 background: #0c4da2;
 border: 0px;
 border-radius: 0px;
}

.wb_middle-menu .navbar-inverse .navbar-nav > li > a {
 color: #fff;
 font-family: Hind-Regular, sans-serif;
 line-height: 1.2;
 /*text-transform: uppercase;*/
 color: #fff;
}
.wb_middle-menu .navbar-inverse .navbar-nav > .dropdown > a .caret {
 border-top-color: #fff;
 border-bottom-color: #fff;
}
.wb_middle-menu .navbar-inverse .navbar-brand {
 color: #fff;
}

/* --------Menu - 3 ------*/

.wb_personal-nav {
 /*position:relative;*/
 background: #003262 !important;
}

.wb_personal-nav .navbar-inverse {
 position: relative;
 background: #003262 !important;
 border: 0px;
 border-radius: 0px;
}

.wb_personal-nav .navbar-inverse .navbar-nav > li > a {
 /*color: #FFF;*/
 /*font-family: Roboto-Bold, sans-serif;*/
 font-family: Hind-Bold, sans-serif;
}

.wb_personal-nav .megamenu {
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
}

.wb_personal-nav .megamenu::-webkit-scrollbar {
 width: 6px;
 background-color: #f5f5f5;
}
.wb_personal-nav .megamenu::-webkit-scrollbar-thumb {
 background-color: #003262;
}

.wb_personal-nav .megamenu::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: #f5f5f5;
}

.wb_personal-nav .megamenu > li > ul {
 padding: 0;
 margin: 0;
}
.wb_personal-nav .megamenu > li > ul > li,
.wb_personal-nav .single-column > li > ul > li {
 list-style: none;
 /* text-indent: 36px; */
}

.wb_personal-nav .megamenu > li > ul > li > a,
.wb_personal-nav .single-column > li > ul > li > a {
 text-decoration: none;
}

.wb_personal-nav .megamenu > li ul > li > a:hover,
.wb_personal-nav .single-column > li ul > li > a:hover,
.wb_personal-nav .megamenu > li ul > li > a:focus,
.wb_personal-nav .single-column > li ul > li > a:focus {
 text-decoration: none;
 color: #262626;
 background-color: #f5f5f5;
}
.wb_personal-nav .megamenu.disabled > a,
.wb_personal-nav .megamenu.disabled > a:hover,
.wb_personal-nav .megamenu.disabled > a:focus {
 color: #999999;
}
.wb_personal-nav .megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
 text-decoration: none;
 background-color: transparent;
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 cursor: not-allowed;
}

.wb_personal-nav .megamenu > li > ul > li.dropdown-header {
 /*color: #003262;*/
}

.wb_personal-nav .megamenu .menu-advart {
 font-family: Hind-Bold;
 /* background:#E3E3E3;*/
 border: #ddd;
}

.wb_personal-nav .megamenu .menu-advart .btn {
 color: #fff;
 background: #0c4da2 !important;
 border-radius: 3px;
}

.wb_personal-nav .megamenu .menu-advart .btn:hover,
.wb_personal-nav .megamenu .menu-advart .btn:focus {
 background: #e39614 !important;
}

@media (max-width: 768px) {
 .wb_personal-nav .megamenu {
  margin-left: 0;
  margin-right: 0;
 }
 .wb_personal-nav .megamenu > li {
  margin-bottom: 30px;
 }
 .wb_personal-nav .megamenu > li:last-child {
  margin-bottom: 0;
 }
 .wb_personal-nav .megamenu.dropdown-header {
  padding: 3px 15px !important;
 }
 .wb_personal-nav .navbar-nav .open .dropdown-menu .dropdown-header {
  color: #fff;
 }
}

@media screen and (min-width: 768px) {
 .wb_personal-nav .dropdown:hover .dropdown-menu,
 .btn-group:hover .dropdown-menu {
  display: block;
 }
 .wb_personal-nav .dropdown-menu {
  margin-top: 0;
 }
 .wb_personal-nav .dropdown-toggle {
  margin-bottom: 2px;
 }
 .wb_personal-nav .navbar .dropdown-toggle,
 .nav-tabs .dropdown-toggle {
  margin-bottom: 0;
 }
}

/*__________Home Slide________________*/
.main-slide {
 padding-left: 0px;
 padding-right: 0px;
}

.main-slide .carousel-indicators li {
 cursor: pointer;
 width: 15px;
 height: 15px;
 border-radius: 10%;
 background-color: rgba(0, 0, 0, 0);

 /* border-radius: 10px */
}

.main-slide .carousel-indicators .active {
 background-color: #003262;
 width: 15px;
 height: 15px;
 margin: 0;
}

/* ___________Carousel Fading slide______________ */
.carousel-fade .carousel-inner {
 background: #000;
}
.carousel-fade .carousel-control {
 z-index: 2;
}
.carousel-fade .item {
 opacity: 0;
 -webkit-transition-property: opacity;
 -moz-transition-property: opacity;
 -o-transition-property: opacity;
 transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
 opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
 left: 0;
 opacity: 0;
 z-index: 1;
}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
 .carousel-fade .carousel-inner > .item.next,
 .carousel-fade .carousel-inner > .item.active.right {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .carousel-fade .carousel-inner > .item.prev,
 .carousel-fade .carousel-inner > .item.active.left {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .carousel-fade .carousel-inner > .item.next.left,
 .carousel-fade .carousel-inner > .item.prev.right,
 .carousel-fade .carousel-inner > .item.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
}

/* Carousel Control custom */
.carousel-control .control-icon {
 font-size: 48px;
 height: 30px;
 margin-top: -15px;
 width: 30px;
 display: inline-block;
 position: absolute;
 top: 50%;
 z-index: 5;
}
.carousel-control .prev {
 margin-left: -15px;
 left: 50%;
} /* Prev */
.carousel-control .next {
 margin-right: -15px;
 right: 50%;
} /* Next */

/* Removing BS background */
.carousel .control-box {
 opacity: 0;
}
a.carousel-control.left {
 left: 0;
 background: none;
 border: 0;
}
a.carousel-control.right {
 right: 0;
 background: none;
 border: 0;
}

/* Animation */
.control-box,
a.carousel-control,
.carousel-indicators li {
 -webkit-transition: all 250ms ease;
 -moz-transition: all 250ms ease;
 -ms-transition: all 250ms ease;
 -o-transition: all 250ms ease;
 transition: all 250ms ease;
 /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
 /* Assigning animation to indicator li will make slides flicker */
}

/* Hover animation */
.carousel:hover .control-box {
 opacity: 1;
}
.carousel:hover a.carousel-control.left {
 left: 15px;
}
.carousel:hover a.carousel-control.right {
 right: 15px;
}

/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li {
 border: 0;
}

.carousel-indicators li {
 background: #666;
 margin: 0 3px;
 width: 12px;
 height: 12px;
}

.carousel-indicators li.active {
 background: #fff;
 margin: 0 3px;
}

/*___________Tables__________________*/
.table {
 font-size: 18px;
}

.table.with-border-top {
 border-top: 6px #e39614 solid;
}

.table.borderless td,
.table.borderless th {
 border: none !important;
}

.table th {
 color: #003262;
 font-family: Lato Regular, sans-serif;
}
.custab:hover {
 box-shadow: 3px 3px 0px transparent;
 transition: 0.5s;
}

.table-hover > tbody > tr:hover {
 background-color: #fff;
}

.table > tbody > tr > td,
.product-rates .table > tbody > tr > th {
 padding: 10px;
 line-height: 1.42857143;
 vertical-align: top;
 border-top: 1px solid #ccc;
}

.table > tbody > tr > td.with-border-left,
.table > tbody > tr > th.with-border-left {
 border-left: 1px solid #ccc;
}

.table > tbody > tr > td.with-border-right,
.table > tbody > tr > th.with-border-right {
 border-right: 1px solid #ccc;
}

.table-responsive.forex {
 min-height: 0.01%;
 /*overflow-x: auto;*/
}

.home-quick-access .carousel-card {
 text-align: center;
 cursor: pointer;
 word-wrap: break-word;
}

.home-quick-access .carousel-card.bright {
 /*border-style: solid;
	border-width: 0 1px 0 0;
	border-image: url(..../pics/vline.fw.png) 0% 50% stretch;
	-moz-border-image: url(../pics/vline.fw.png) 0% 50% stretch;	
	*/
 border-right: 1px #0c4da2 dotted;
}

/*________ Home Personal Shotcuts______________*/

.shtcuts-title {
 color: rgb(65, 64, 66);
 font-family: Lato Bold;
}

.shtcuts-title span {
 color: #e39614;
 font-size: 16px;
}

.serviceBox {
 text-align: center;
 border: 1px solid #0c4da2;
 position: relative;
 transition: all 0.3s linear 0s;
}

.serviceBox .service-icon {
 display: inline-block;
 background: #0c4da2;
 color: #fff;
 position: relative;
 transition: all 0.3s linear 0s;
}
.serviceBox:hover .service-icon {
 background: #e39614;
 color: #4ca8e8;
}
.serviceBox .service-icon:after {
 content: '';
 border-top: 12px solid #0c4da2;
 border-left: 12px solid transparent;
 border-right: 12px solid transparent;
 position: absolute;
 bottom: -10px;
 left: 50%;
 transform: translateX(-50%);
 transition: all 0.3s linear 0s;
}

.serviceBox:hover .service-icon:after {
 border-top-color: #e39614;
}
.serviceBox .title {
 font-family: Hind-bold, sans-serif;
 color: #003262;
 transition: all 0.3s ease 0s;
}
.serviceBox:hover .title {
 color: #e39614;
}

.serviceBox ul {
 list-style-type: none;
}

.serviceBox ul > li {
 display: list-item;
 text-align: -webkit-match-parent;
 cursor: pointer;
 color: #003262;
}

.serviceBox ul > li > a {
 color: #003262;
}

.serviceBox ul > li:hover {
 color: #e39614;
}

.serviceBox ul > li a:hover {
 text-decoration: none;
 color: #e39614;
}

.serviceBox ul > li:after {
 font-family: Fontawesome;
 content: '\f105';
}

.serviceBox:hover,
.serviceBox:hover .read-more {
 border-color: #e39614;
}

@media only screen and (max-width: 767px) {
 .serviceBox {
  margin-bottom: 80px;
 }
}

/*********** Financial Freedom Pane ****************/

.personal-bank-access {
 text-align: center;
 /*border-top:1px #f3f8fd solid;*/
}

.personal-bank-access .p-b-access-title {
 font-family: Hind-Bold;
 color: #003262;
}

.personal-bank-access .p-b-access-title span {
 font-family: Hind;
 color: #aaa;
}
.personal-bank-access .pb-access-box .title {
 font-family: Hind-Regular, sans-serif;
 color: #003262;
}
.personal-bank-access .pb-access-box .btn-primary.more-btn {
 background: #0c4da2;
}
.personal-bank-access .pb-access-box .btn-primary.more-btn a {
 color: #ffffff;
}
.personal-bank-access .pb-access-box .btn-primary.more-btn:hover,
.personal-bank-access .pb-access-box .btn-primary.more-btn:focus {
 background: #0c4da2;
 color: rgba(255, 255, 255, 1);
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: rotate scale(1.1);
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}
.personal-bank-access .line-separator {
 -ms-transform: rotate(90deg); /* IE 9 */
 -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
 -moz-transform: rotate(90deg);
 transform: rotate(90deg);
}

/*********** Post footer Pane **************/
.personal-post-footer {
 background: #f3f8fd;
}
.personal-post-footer ul.social {
 list-style: none;
}
.personal-post-footer ul.social li a {
 display: inline-block;
 position: relative;
 background-color: rgba(0, 0, 0, 0.6);
}

.personal-post-footer ul.social li a i {
 color: #fff;
 -webkit-transition: all 0.8s;
 -moz-transition: all 0.8s;
 -o-transition: all 0.8s;
 -ms-transition: all 0.8s;
 transition: all 0.8s;
}
.personal-post-footer ul.social li a:hover i {
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -ms--transform: rotate(360deg);
 transform: rotate(360deg);
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -o-transition: all 0.2s;
 -ms-transition: all 0.2s;
 transition: all 0.2s;
}
.personal-post-footer .social li a.face:hover {
 background-color: #3b5998;
}
.personal-post-footer .social li a.twit:hover {
 background-color: #33ccff;
}
.personal-post-footer .social li a.google:hover {
 background-color: #bd3518;
}

.personal-post-footer .social li a.instagram:hover {
 background-color: #d12798;
}

.personal-post-footer .social li a.whatsapp:hover {
 background-color: #54cc61;
}

.personal-post-footer .social li a.linkedin:hover {
 background-color: #007bb7;
}

.personal-post-footer .search-area .input-group:hover .input-group-addon,
.personal-post-footer .search-area .input-group:focus .input-group-addon,
.personal-post-footer .search-area .input-group:active .input-group-addon {
 border-bottom: 2px #e39614 solid;
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.personal-post-footer .search-area .input-group:hover .form-control,
.personal-post-footer .search-area .input-group:focus .form-control,
.personal-post-footer .search-area .input-group:active .form-control {
 border-bottom: 2px #e39614 solid;
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}
.personal-post-footer .search-area p {
 color: #003262;
}

.personal-post-footer .input-group-addon {
 background: white !important;
 border-right: none;
 border-radius: 0px;
 border-color: #0c4da2;
 height: 50px;
}
.personal-post-footer .input-group-addon i {
 color: #0c4da2;
}

.personal-post-footer .form-control {
 box-shadow: 0 0 0;
 border-color: #0c4da2;
 border-radius: 3px;
 height: 51px;
}
.personal-post-footer .search-area .search {
 background: #0c4da2;
 color: #fff;
 border-radius: 0px;
 padding: 6px 12px;
 height: 50px;
}
.personal-post-footer .loan-help {
 color: #003262;
 word-spacing: -1px;
}
.personal-post-footer .loan-help .background-icon {
 opacity: 0.3;
 -webkit-transform: rotate(32deg);
 -moz-transform: rotate(32deg);
 transform: rotate(32deg);
}
.personal-post-footer .loan-help span {
 color: #e39614;
 font-family: Hind-Bold, sans-serif;
}

/****** REal Estate *********************************/

.real-estate-home {
 padding-top: 0px;
 padding-bottom: 20px;
}

.real-estate-home .wlc-msg {
 /*background: rgba(255,255,255, 0.7);*/
}

.real-estate-home .wlc-msg .title {
 font-family: Montserrat-Bold, sans-serif;
 text-transform: uppercase;
 text-align: center;
 letter-spacing: -0.4px;
}

.real-estate-home .wlc-msg .title span {
 color: #e39614;
}

.real-estate-home .row.deal-pane {
 margin-left: -30px;
 margin-right: -30px;
 padding-bottom: 40px;
}

/* Common style */

.real-estate-home .row.deal-pane .grid {
 position: relative;
 margin: 0 auto;
 padding: 1em 0 0em;
 list-style: none;
 text-align: center;
}

/* Common style */
.real-estate-home .row.deal-pane .grid figure {
 position: relative;
 float: left;
 overflow: hidden;
 min-width: 320px;
 width: 100%;
 background: rgba(0, 0, 0, 0.6);
 text-align: center;
 cursor: pointer;
}

.real-estate-home .row.deal-pane .grid figure img {
 position: relative;
 display: block;
 min-height: 100%;
 max-width: 100%;
 opacity: 0.8;
}

.status {
 position: absolute;
 top: 0;
 line-height: 25px;
 background: rgba(0, 0, 0, 0.7);
 display: block;
 font-size: 14px;
 padding: 12px 10px 12px 10px;
 margin-left: 7px;
 color: #fff;
 border-left: 8px rgba(237, 131, 0, 1) solid;
}

.real-estate-home .row.deal-pane .grid figure figcaption {
 padding: 1em;
 color: #fff;
 text-transform: uppercase;
 font-size: 1.15em;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

.real-estate-home .row.deal-pane .grid figure figcaption::before,
.real-estate-home .row.deal-pane .grid figure figcaption::after {
 pointer-events: none;
}

.real-estate-home .row.deal-pane .grid figure figcaption,
.real-estate-home .row.deal-pane .grid figure figcaption > a {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.real-estate-home .row.deal-pane .grid figure figcaption > a {
 z-index: 1000;
 text-indent: 200%;
 white-space: nowrap;
 font-size: 0;
 opacity: 0;
}

.real-estate-home .row.deal-pane .grid figure h2 {
 word-spacing: -0.15em;
 font-family: Hind;
}

.real-estate-home .row.deal-pane .grid figure h2 span {
 font-family: Hind-Extra-bold;
 color: #e39614;
 font-size: 30px;
}

.real-estate-home .row.deal-pane .grid figure h2,
.real-estate-home .row.deal-pane .grid figure p {
 margin: 0;
}

.real-estate-home .row.deal-pane .grid figure p {
 letter-spacing: 1px;
 font-size: 68.5%;
}

.real-estate-home .row.deal-pane .grid figure p > .icons {
 font-size: 30px;
}

.real-estate-home .row.deal-pane .grid .features .facility-icon:hover,
.real-estate-home .row.deal-pane .grid .features .facility-icon:focus,
.real-estate-home .row.deal-pane .grid .features .exendable-width:hover,
.real-estate-home .row.deal-pane .grid .features .exendable-width:focus {
 border: 1px solid rgba(227, 150, 20, 1);
}

.real-estate-home .row.deal-pane .grid .features a:focus,
.real-estate-home .row.deal-pane .grid .features a:hover {
 text-decoration: none;
 color: rgba(227, 150, 20, 1);
}

.real-estate-home .row.deal-pane .grid .btn-outlined.btn-primary:hover,
.real-estate-home .row.deal-pane .grid .btn-outlined.btn-primary:focus {
 background: #e39614;
 border-color: #e39614;
 color: rgba(255, 255, 255, 1);
 font-family: Hind-Bold;
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

.real-estate-home .row.deal-pane figure.effect-marley figcaption {
 text-align: right;
}

.real-estate-home .row.deal-pane figure.effect-marley h2,
.real-estate-home .row.deal-pane figure.effect-marley p {
 position: absolute;
 right: 30px;
 left: 30px;
 padding: 2px 0;
}

.real-estate-home .row.deal-pane figure.effect-marley p {
 bottom: 30px;
 line-height: 1.5;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}

.real-estate-home .row.deal-pane figure.effect-marley h2 {
 top: 30px;
 -webkit-transition: -webkit-transform 0.35s;
 transition: transform 0.35s;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}

.real-estate-home .row.deal-pane figure.effect-marley:hover h2 {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}

.real-estate-home .row.deal-pane figure.effect-marley h2::after {
 position: absolute;
 top: 100%;
 left: 0;
 width: 100%;
 height: 3px;
 background: #fff !important;
 content: '';
 -webkit-transform: translate3d(0, 40px, 0);
 transform: translate3d(0, 40px, 0);
}

.real-estate-home .row.deal-pane figure.effect-marley h2::after,
.real-estate-home .row.deal-pane figure.effect-marley p {
 opacity: 0;
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
}

.real-estate-home .row.deal-pane figure.effect-marley:hover h2::after,
.real-estate-home .row.deal-pane figure.effect-marley:hover p {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 50em) {
 .content {
  padding: 0 10px;
  text-align: center;
 }
 .grid figure {
  display: inline-block;
  float: none;
  margin: 10px auto;
  width: 100%;
 }
}

/*________ Media ____________________*/

.news-home {
 -moz-background-size: cover;
 -webkit-background-size: cover;
 background-size: cover;
 background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
  rgba(0, 0, 0, 0.7) url('../pics/bk-news-bg.jpg') no-repeat center fixed;
 /* background: linear-gradient(rgb(242, 246, 250), rgb(0, 50, 98)), rgb(0, 50, 98) url('') no-repeat center fixed;*/
}

.news-home .bloc-news .content-block .underline.title {
 font-family: Hind-Extra-bold, sans-serif;
 color: transparent;
 text-shadow: none;
 -webkit-text-stroke-color: rgba(255, 255, 255, 1);
}

.news-home .bloc-news .underline:after {
 content: '';
 background-color: #e39614;
 display: block;
 position: absolute;
}

.news-home .bloc-news .content-block .normal {
 color: #fff;
}

.news-home .bloc-news .content-block .btn-outline {
 background: none;
 text-transform: uppercase;
 border-color: #fff;
 color: #e39614;
 border-width: 0px;
 border-radius: 3px;
 font-family: Hind-Regular;
 letter-spacing: 2px;
 border-bottom: 1px #ffffff dotted;
}

.news-home .bloc-news .content-block .btn-outline:hover,
.news-home .bloc-news .content-block .btn-outline:focus {
 background: #fff;
 color: rgba(255, 255, 255, 1);
 font-family: Hind-Bold;
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: rotate scale(1.1);
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
 color: #e39614;
}

.news-home .bloc-news .latest-story .content {
 cursor: pointer;
}

.news-home .bloc-news .latest-story .content img {
 border: 2px #fff solid;
 padding: 1px;
}
.news-home .bloc-news .latest-story .content .description {
 text-align: center;
 color: rgba(255, 255, 255, 1);
 border: 2px #fff solid;
 margin-top: 6px;
 letter-spacing: 3px;
}

.news-home .bloc-news .latest-story .content .description a {
 text-decoration: underline;
 color: #ffffff;
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: rotate scale(1.1);
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.news-home .bloc-news .latest-story .content .description a:hover {
 text-decoration: underline;
 color: #e39614;
}

.news-home .bloc-news .icon-social .social-icon {
 color: rgba(255, 255, 255, 1);
 cursor: pointer;
}

.news-home .bloc-news .icon-social .social-icon:hover {
 color: #e39614;
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: rotate scale(1.1);
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

/*_News - Articles____________*/
li.article-bloc .categ-date {
 line-height: 40px;
 border-bottom: 2px solid #f3f8fd;
 margin-bottom: 15px;
 text-align: center;
}

li.article-bloc .categ-date .general-categ {
 font-size: 16px;
 font-family: Hind-Bold, sans-serif;
}

li.article-bloc .categ-date .dot {
 display: inline-block;
 vertical-align: middle;
 background: #a6a6a6;
 width: 2px;
 height: 2px;
 margin: 0 9px;
}

li.article-bloc .categ-date .date {
 font-size: 12px;
 font-family: Hind-Bold, sans-serif;
 color: #a7a7a7;
 text-transform: uppercase;
 letter-spacing: 2px;
}

.article-bloc .bloc-in .article-tilte {
 line-height: 27px;
 font-size: 20px;
 margin: 0;
 padding: 10px;
 text-align: center;
 min-height: 106px;
}
.article-bloc .bloc-in .article-tilte a {
 text-decoration: none;
 color: #333;
}
.article-bloc .bloc-in .article-tilte a:focus,
.article-bloc .bloc-in .article-tilte a:hover {
 color: #e39614;
 text-decoration: underline;
}

.news-home .article-bloc-pagination .pager {
 width: 100%;
 text-align: center;
}
.news-home .pager > li > a,
.news-home .pager > li > span {
 margin: 0 1px;
 border-radius: 1% !important;
}

/* Inside Page social button - Media social button */

.page-content .img-caption {
 font-size: 16px;
 padding-bottom: 10px;
 padding-top: 5px;
 color: #666666;
}

.page-content .intro {
 font-family: Lato Regular, serif;
 font-size: 28px;
 letter-spacing: 2px;
}

.social-button {
 border-top: 1px #ccc solid;
 border-bottom: 1px #ccc solid;
 padding-bottom: 30px;
 padding-top: 30px;
 margin-bottom: 25px;
 text-align: right;
}

.social-button .header {
 font-family: Lato Regular, sans-serif;
 text-transform: uppercase;
 color: #333;
 font-size: 14px;
}

ul.social-network {
 list-style: none;
 display: inline;
 margin-left: 0 !important;
 padding: 0;
}
ul.social-network li {
 display: inline;
 margin: 0 5px;
}

.social-network a.icoRss:hover {
 background-color: #f56505;
}
.social-network a.icoFacebook:hover {
 background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
 background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
 background-color: #bd3518;
}
.social-network a.icoGoogle:hover {
 background-color: #bd3518;
}

.social-network a.icoVimeo:hover {
 background-color: #0590b8;
}
.social-network a.icoLinkedin:hover {
 background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
 color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
 color: #44bcdd;
}
.box li a {
 display: inline-block;
 position: relative;
 margin: 0 auto 0 auto;
 -moz-border-radius: 0;
 -webkit-border-radius: 0;
 border-radius: 0;
 text-align: center;
 width: 50px;
 height: 50px;
 font-size: 20px;
}
.box li i {
 margin: 0;
 line-height: 50px;
 text-align: center;
}

.box li a:hover i,
.triggeredHover {
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -ms--transform: rotate(360deg);
 transform: rotate(360deg);
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -o-transition: all 0.2s;
 -ms-transition: all 0.2s;
 transition: all 0.2s;
}
.box i {
 color: #fff;
 -webkit-transition: all 0.8s;
 -moz-transition: all 0.8s;
 -o-transition: all 0.8s;
 -ms-transition: all 0.8s;
 transition: all 0.8s;
}

.box li > a,
.box li > span {
 background: rgba(0, 0, 0, 0.6);
}

/*__CSR news ____________*/
.news-home .title {
 padding-bottom: 30px;
}

.news-home .bank-head-h {
 border-bottom: 2px solid #e39614;
 position: relative;
 display: block;
 text-align: center;
 margin: 0px auto;
}

.news-home .bank-head-h span.update_span {
 background-color: #e39614;
}
.news-home .bank-head-h span {
 position: relative;
 padding: 10px 30px;
 background: #fff;
 font-size: 22px;
 text-transform: uppercase;
 text-align: center;
 top: 33px;
}

/**       Web Events       **/

/*
.item-event {
    background: #fff;
    border: solid #dedede 1px;
    margin-bottom: 50px;
    overflow: auto;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.item-event:hover {
    background: rgba(217, 217, 217, 0.15);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}
.item-event .event-icon {
    background: #D87D00 !important;
}
.item-event .event-icon {
    position: relative;
    float: left;
    width: 30%;
    padding: 16px;
    min-height: 100px;
    color: #fff;
    text-align: center;
}
.item-event .event-icon i {
    font-size: 4em;
    display: block;
    opacity: 0.4;
    position: relative;
}

.item-event .event-icon .date-number {
    font-size: 2em;
    font-weight: bold;
    position: relative;
    display: block;
    margin-top: -42px;
}

.item-event .event-icon .date-month {
    margin-top: 5px;
    opacity: 0.6;
    font-size: 1.2em;
    line-height: 1em;
    display: block;
}

.item-event .event-info {
    float: right;
    width: 70%;
    padding: 6px;
    padding-left: 4%;
    min-height: 30px;
}

*/

.subscription-pane .button .btn-outlined.btn-primary {
 background: none;
 text-transform: capitalize;
 border-color: #e39614;
 color: #e39614;
 border-width: 2px;
 color: #666;
 border-radius: 3px;
 font-family: Hind-Regular;
 letter-spacing: 2px;
}

.subscription-pane .button .btn-outlined.btn-primary:hover,
.subscription-pane .button .btn-outlined.btn-primary:focus {
 background: #e39614;
 color: rgba(255, 255, 255, 1);
 font-family: Hind-Bold;
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: rotate scale(1.1);
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

/*__bact 2 top button___________*/
.back2top {
 display: none;
 position: fixed;
 padding: 15px;
 text-align: center;
 background: whiteSmoke;
 font-weight: bold;
 color: #444;
 text-decoration: none;
 bottom: 35px;
 right: 40px;
 background: rgba(227, 150, 20, 0.76);
 border-radius: 1px;
 border: none;
 outline: none;
 cursor: pointer;
 z-index: 1090;
}
.back2top:hover {
 text-decoration: none;
 background-color: #555;
}

/**** Pages *****/
/*___News __________ Body ________________*/
.page-bg-as-img {
 background: rgba(255, 255, 255, 0.98);
 padding-top: 14px;
 padding-bottom: 14px;
 border-top: 10px #003262 solid;
}

.page-bg-as-img .page-content .title,
.page .title {
 color: #003262;
}

/*----About us  -  History -------------*/

.timelines {
 padding-left: 20px;
 padding-right: 20px;
}

.timelines h4 {
 margin-bottom: 4px;
}

.timelines .timeline-item {
 padding: 3em 2em 2em;
 position: relative;
 color: rgba(0, 0, 0, 0.7);
 border-left: 2px solid rgba(0, 0, 0, 0.3);
}
.timelines .timeline-item p {
}
.timelines .timeline-item::before {
 content: attr(date-is);
 position: absolute;
 left: 2em;
 font-weight: bold;
 top: 0.4em;
 display: block;
 font-weight: 700;
 font-size: 1.5rem;
}
.timelines .timeline-item::after {
 width: 15px;
 height: 15px;
 display: block;
 top: 0.5em;
 position: absolute;
 left: -7px;
 border-radius: 10px;
 content: '';
 border: 2px solid rgba(0, 0, 0, 0.3);
 background: white;
}
.timelines .timeline-item:last-child {
 border-image: linear-gradient(
   to bottom,
   rgba(0, 0, 0, 0.3) 60%,
   rgba(0, 0, 0, 0)
  )
  1 100%;
}

/** Profile **/
.profile-box {
 /*font-family: 'Roboto', Arial, sans-serif;*/
 position: relative;
 float: left;
 overflow: hidden;

 /*
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
 */
 color: #ffffff;
 text-align: left;
 line-height: 1.4em;
 /*background-color: #141414;*/
}
.profile-box * {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all 0.25s ease;
 transition: all 0.25s ease;
}
.profile-box img {
 max-width: 100%;
 vertical-align: top;
 opacity: 0.85;
}
.profile-box figcaption {
 width: 100%;
 background-color: #003262 !important;
 padding: 25px;
 position: relative;
}
.profile-box figcaption:before {
 position: absolute;
 content: '';
 bottom: 100%;
 left: 0;
 width: 0;
 height: 0;
 border-style: solid;
 /*border-width: 55px 0 0 400px;*/
 border-width: 55px 0 0 360px;
 border-color: transparent transparent transparent #e39614;
}
.profile-box figcaption a {
 padding: 5px;
 border: 1px solid #ffffff;
 color: #ffffff;
 font-size: 0.7em;
 text-transform: uppercase;
 margin: 10px 0;
 display: inline-block;
 opacity: 0.65;
 width: 47%;
 text-align: center;
 text-decoration: none;
 font-weight: 600;
 letter-spacing: 1px;
 border-radius: 2px;
}
.profile-box figcaption a:hover {
 opacity: 1;
}
.profile-box .profile {
 border-radius: 50%;
 position: absolute;
 bottom: 100%;
 left: 25px;
 z-index: 1;
 max-width: 150px;
 opacity: 1;
 box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.profile-box .follow {
 margin-right: 4%;
 border-color: #2980b9;
 color: #2980b9;
}
.profile-box h2 {
 margin: 0 0 5px;
 font-weight: 200;
 color: #fff;
}
.profile-box h3 span {
 display: block;
 font-size: 0.5em;
 color: #2980b9;
}
.profile-box p {
 margin: 0 0 10px;
 font-size: 0.8em;
 letter-spacing: 1px;
 opacity: 0.8;
}

/***** Account features ********************/

.product-desc span {
 font-size: 20px;
}

.product-feat .bottom-line,
.product-rates .bottom-line {
 line-break: auto;
 width: 80px;
 height: 1px;
 border-top: 2px #e39614 solid;
}

.product-feat ul.highlight {
 list-style-type: none;
 color: rgb(12, 77, 162);
 padding-top: 30px;
 padding-bottom: 23px;
 /*font-size:23px;*/
}

.product-feat ul.highlight li {
 padding-top: 6px;
 padding-bottom: 6px;
}

.product-feat ul.highlight > li::before {
 font-family: 'themify';
 display: block;
 position: absolute;
 content: '\e64d';
 position: absolute;
 font: 300 30px/32px 'themify';
 color: #e39614;
 transition: 0.33s all ease;
 left: 17px;
 font-size: 28px;
}

.product-rates {
 padding: 10px 0px 30px 0px;
 background: #f3f8fd;
}
.product-rates .title-header {
 padding-bottom: 30px;
}

.product-rates .table > tbody > tr > td,
.product-rates .table > tbody > tr > th {
 padding: 12px;
 line-height: 1.42857143;
 vertical-align: top;
 border-top: 1px solid #333;
}

table td.right {
 text-align: right;
 font-weight: bold;
}

table th.right {
 text-align: right;
 font-weight: bold;
}

.product-rates .small-txt {
 font-size: 16px;
}

/**** FAQs ***************************/
.page ul.list-title {
 display: block;
 list-style: none;
 padding-top: 30px;
 padding-bottom: 30px;
}

.page ul.list-title li {
 border: 1px solid #0c4da2;
 border-radius: 0;
 box-shadow: none;
 margin-bottom: 12px;
 background: #0c4da2;
}

.page ul.list-title li > a {
 display: block;
 padding: 15px 25px;
 border: none;
 font-size: 20px;
 font-weight: 600;
 font-family: Hind-Regular, sans-serif;
 position: relative;
 color: #fff;
}

/*
.page ul.list-title li a:before {
    content: "\f067";
    position: absolute;
    font-family: 'FontAwesome';
    color: #E39614;
    right: 5px;
    top: 10px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
}
*/
.page ul.list-title li a::after {
 content: '\f105';
 position: absolute;
 speak: none;
 font-style: normal;
 font-family: 'FontAwesome';
 /*font: normal normal normal 14px/1 'Material Design Iconic Font';*/
 color: #ccc;
 right: 8px;
}

#accordion .panel {
 border: 1px solid #ccc;
 border-radius: 0;
 box-shadow: none;
 margin-left: 50px;
 margin-bottom: 12px;
}

#accordion .panel-heading {
 padding: 0;
 background: #fff;
 position: relative;
}
#accordion .panel-heading:before,
#accordion .panel-heading:after {
 content: '';
 border-right: 8px solid #ccc;
 border-bottom: 8px solid transparent;
 border-top: 8px solid transparent;
 position: absolute;
 top: 12px;
 left: -9px;
}
#accordion .panel-heading:after {
 border-right: 7px solid #fff;
 border-bottom: 7px solid transparent;
 border-top: 7px solid transparent;
 position: absolute;
 top: 13px;
 left: -6px;
}
#accordion .panel-title a {
 display: block;
 padding: 10px 20px;
 border: none;
 font-size: 20px;
 /* font-weight: 600;*/
 color: #333;
 position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
 content: '\f068';
 font-family: 'FontAwesome';
 font-weight: 900;
 width: 35px;
 height: 35px;
 line-height: 35px;
 font-size: 15px;
 color: #333;
 text-align: center;
 border: 1px solid #ccc;
 position: absolute;
 top: 0;
 left: -50px;
 transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:before {
 content: '\f067';
}
#accordion .panel-body {
 padding: 0 15px 15px;
 border: none;
 /*font-size: 14px;
    line-height: 28px;*/
 color: #807e7e;
}
#accordion .panel-body p {
 margin-bottom: 0;
}

/****** Page not found 404/ Success Page *********/

.center-box {
 text-align: center;
 margin-top: 40px;
 margin-bottom: 40px;
}

.simple-view section {
 margin-top: 50px;
 padding: 20px 0 20px 0;
 border-top: 1px #ccc solid;
 border-bottom: 1px #ccc solid;
}
.simple-view section > span {
 color: #ff3300;
}

.simple-view .notfound-left h1 {
 font-size: 7.5em;
 padding-top: 0.1em;
 color: #e04636;
 text-align: center;
}

.simple-view .not-found-icon {
 max-width: 150px;
}

.simple-view header {
 color: #003262;
 padding: 5px 0 5px 0;
 font-family: Montserrat-Bold, sans-serif;
}

.simple-view header > h2 {
 color: #3c763d;
 padding: 0px 0 0px 0;
}

.simple-view .more-btn {
 padding-left: 32px;
 padding-right: 32px;
 font-size: 16px;
 border-color: #0c4da2;
 border-width: 2px;
 line-height: 32px;
 border-radius: 0px;
 color: #0c4da2;
 font-family: Lato Regular, sans-serif;
 text-transform: uppercase;
}

.simple-view .more-btn:hover,
.simple-view .more-btn:focus {
 color: #e39614;
 border-color: #e39614;
}

/****** Overwrite listing style******/
.simple-view li {
 padding-left: 30px;
}

/***** Accordion for loan page*******************/
.panel {
 border-width: 0 0 1px 0;
 border-style: solid;
 border-color: #333;
 background: none;
 box-shadow: none;
}

.panel div[class*='col-'] {
 padding: 0 30px;
}

.panel:last-child {
 border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
 border-radius: 0;
}

.panel-group .panel {
 border-radius: 0;
}

.panel-group .panel + .panel {
 margin-top: 0;
}

.panel-heading {
 border-radius: 0;
 border: none;
 color: #fff;
 padding: 0;
}

.panel-title a {
 display: block;
 color: #333;
 padding: 15px;
 position: relative;
 font-size: 22px;
 font-weight: 400;
 text-decoration: none;
}

.panel-body,
.modal-body {
 background: #fff;
}

.panel-body ul,
.modal-body ul {
 list-style-type: none;
 color: rgb(12, 77, 162);
 padding-top: 30px;
 padding-bottom: 23px;
 font-size: 22px;
}

.panel-body ul li,
.modal-body ul li {
 padding-top: 6px;
 padding-bottom: 6px;
}

.panel-body ul > li::before,
.modal-body ul > li::before {
 font-family: 'themify';
 display: block;
 position: absolute;
 content: '\e64d';
 position: absolute;
 font: 300 30px/32px 'themify';
 color: #e39614;
 transition: 0.33s all ease;
 left: 17px;
 font-size: 28px;
}

.panel-body .dropdown-menu ul > li::before {
 font-family: 'themify';
 display: block;
 position: absolute;
 content: '\e64d';
 position: absolute;
 font: 300 10px/12px 'themify';
 color: #ccc;
 transition: 0.33s all ease;
 left: 17px;
 font-size: 2px;
}

.panel-body a.link {
 color: rgb(12, 77, 162);
 font-size: 22px;
}

.panel:last-child .panel-body {
 border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading.active {
 border-radius: 0;
 transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
 content: '\f067';
 position: absolute;
 font-family: 'FontAwesome';
 color: #e39614;
 right: 5px;
 top: 10px;
 font-size: 24px;
 transition: all 0.5s;
 transform: scale(1);
}

.panel-heading.active a:before {
 content: '';
 transition: all 0.5s;
 transform: scale(0);
}

#bs-collapse .panel-heading a:after {
 content: '';
 font-size: 24px;
 position: absolute;
 font-family: 'FontAwesome';
 right: 5px;
 top: 10px;
 transform: scale(0);
 transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
 content: '\f068';
 color: #e39614;
 transform: scale(1);
 transition: all 0.5s;
}

/********* Form  ********************

     background-color: #FFF;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #77838C;


***********/
.form-control {
 width: 100%;
 line-height: 1.42857143;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-appearance: none;
 outline: 0;
 /*border: 2px solid #ccc;*/
 border: 2px solid #d9d9d9;
 border-radius: 0px;
 transition: border-color 0.2s;
 -webkit-transition: border-color ease-in-out 0.15s,
  -webkit-box-shadow ease-in-out 0.15s;
 -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 font-family: Lato Light, sans-serif;
 font-size: 19px;
 letter-spacing: 2px;
}
/*
.input{
	height: 46px;
     padding: 10px 16px;

}

*/

.text-danger {
 font-family: Lato Regular;
 font-size: 15px;
}

.form-control:hover,
.form-control:focus {
 border-color: #333;
}
/*
.contact-us .contact form button[type=submit] {
	padding: 0 25px;
	height: 49px;
	background-color: rgba(8, 71, 126, 1);
	color: #fff;
	font-size: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	outline: none;
	vertical-align: top;
	border-radius: 3px;
	padding: 7px 25px 10px 25px;
}

*/

select {
 background-color: white;
 display: inline-block;
 font: inherit;
 line-height: 1.5em;
 padding: 0.5em 3.5em 0.5em 1em;
 margin: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-appearance: none;
 -moz-appearance: none;
}
select.minimal {
 background-image: linear-gradient(45deg, transparent 50%, #515a63 50%),
  linear-gradient(135deg, #515a63 50%, transparent 50%),
  linear-gradient(to right, #ccc, #ccc);
 background-position: calc(100% - 20px) calc(1em + 2px),
  calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.3em;
 background-size: 5px 5px, 5px 5px, 0.9px 1.9em;
 background-repeat: no-repeat;
}
select.minimal:focus {
 background-image: linear-gradient(45deg, #000 50%, transparent 50%),
  linear-gradient(135deg, transparent 50%, #000 50%),
  linear-gradient(to right, #ccc, #ccc);
 background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
  calc(100% - 2.5em) 0.3em;
 background-size: 5px 5px, 5px 5px, 0.9px 1.9em;
 background-repeat: no-repeat; /*border-color: green;*/
 outline: 0;
}

::placeholder {
 /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #ccc;
 opacity: 1; /* Firefox */
 font-family: Lato Light, sans-serif;
 font-size: 18px;
}
:-ms-input-placeholder {
 /* Internet Explorer 10-11 */
 color: #ccc;
 font-family: Lato Light, sans-serif;
}
::-ms-input-placeholder {
 /* Microsoft Edge */
 color: #ccc;
 font-family: Lato Light, sans-serif;
}

/** Radio  **/

/* The container */
.radio-label {
 display: block;
 position: relative;
 padding-left: 35px;
 margin-bottom: 12px;
 cursor: pointer;
 /*font-size: 22px;*/
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

/* Hide the browser's default radio button */
.radio-label input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
}

/* Create a custom radio button */
.radio-label .checkmark {
 position: absolute;
 top: 0;
 left: 0;
 height: 25px;
 width: 25px;
 background-color: #d9d9d9;
 border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-label .radio-label:hover input ~ .checkmark {
 background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-label input:checked ~ .checkmark {
 background-color: #0c4da2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-label .checkmark:after {
 content: '';
 position: absolute;
 display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-label input:checked ~ .checkmark:after {
 display: block;
}

/* Style the indicator (dot/circle) */
.radio-label .checkmark:after {
 top: 9px;
 left: 9px;
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background: white;
}

/* Customize the label (the checkbox) */
.checkbox-label {
 display: block;
 position: relative;
 padding-left: 35px;
 margin-bottom: 12px;
 cursor: pointer;
 font-size: 22px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

/* Hide the browser's default checkbox */
/* Hide the browser's default checkbox */
.checkbox-label input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
}

/* Create a custom checkbox */
.checkbox-label .checkmark {
 position: absolute;
 top: 0;
 left: 0;
 height: 25px;
 width: 25px;
 background-color: #fff;
 border: 1px #d9d9d9 solid;
 border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
 background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
 background-color: #0c4da2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-label .checkmark:after {
 content: '';
 position: absolute;
 display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
 display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
 left: 9px;
 top: 5px;
 width: 5px;
 height: 10px;
 border: solid white;
 border-width: 0 3px 3px 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}

.btn-outlined.btn-primary {
 margin-top: 10px;
 padding-left: 20px;
 font-size: 20px;
 background: #0c4da2;
 text-transform: none;
 border-color: #0c4da2;
 color: #fff;
 border-width: 1px;
 line-height: 28px;
 border-radius: 3px;
}

/**** Loan Calculator *************************/

.result-box,
.error-messages {
 padding-top: 15px;
}

.amortization,
.form-container {
 padding-bottom: 15px;
}

.form-container legend,
legend {
 border-bottom: 1px solid #003262;
}

.amortization,
.form-container .form-control {
 min-height: 60px;
}
.result-box .summary-box {
 display: block;
 padding: 10px;
}

.error-messages {
 list-style: none;
 padding-top: 40px;
 color: #ff6600;
}

.error-messages > li::before {
 font-family: 'FontAwesome';
 display: block;
 position: absolute;
 content: '\f127';
 position: absolute;
 font: 300 30px/32px 'FontAwesome';
 color: #e39614;
 transition: 0.33s all ease;
 left: 17px;
 font-size: 22px;
}

.error-messages > li {
 color: #a94442;
 background-color: #f2dede;
 border-color: #ebccd1;
 padding-left: 10px;
 margin-bottom: 3px;
}

.result-box .summary-box .monthly-payments {
 font-family: Roboto-Regular, Arial, sans-serif;
 font-weight: bold;
 font-size: 45px;
}

.payoff-date,
.total-interest,
.total-payment {
 float: right;
}

.result-box .summary-box.border {
 border-bottom: 0.05555556rem solid #cfcfd4;
 padding: 6px;
}
.result-box .summary-box label {
 color: #666;
}

#show-hide-area {
 display: none;
}

.result-box .btn-outlined.btn-primary,
.left-box .btn-outlined.btn-primary {
 margin-top: 10px;
 padding-left: 20px;
 font-size: 20px;
 background: #0c4da2;
 text-transform: uppercase;
 border-color: #0c4da2;
 color: #fff;
 border-width: 1px;
 line-height: 28px;
 border-radius: 3px;
}

.result-box .link {
 color: rgba(227, 150, 20, 1);
 text-align: center;
 font-family: Lato Bold, Arial, sans-serif;
 cursor: pointer;
 font-size: 20px;
}
/*
.result-box a > span{
    display:block;
	float:right;
}*/

.form-container .tooltip.in {
 filter: alpha(opacity=99);
 opacity: 0.99;
}

.form-container .tooltip-inner {
 max-width: 300px;
 padding: 6px 8px;
 color: #fff;
 text-align: left;
 background-color: rgba(227, 150, 20, 0.76);
 font-size: 14px;
 font-family: 'Hind', sans-serif;
 border-radius: 3px;
 border: 2px rgba(227, 150, 20, 0.76) solid;
}

.form-container .tooltip.top .tooltip-arrow {
 bottom: -4px;
 left: 50%;
 margin-left: -5px;
 border-width: 10px 10px 0;
 border-top-color: rgba(227, 150, 20, 0.76);
}

.form-container .remove {
 margin-top: 10px;
 cursor: pointer;
 color: #ccc;
}
.form-container .remove:hover,
.form-container .remove:focus {
 color: #cb5234;
}

.form-container .remove .md {
 font-size: 35px;
}

.form-container .add {
 padding-left: 2px;
 cursor: pointer;
 text-decoration: none;
}

/*
.form-container .note h4{
	color:#FF6600;
}*/

.form-container .note ul {
 list-style: none;
}
.form-container .note ul > li {
 padding-left: 3px;
}
.form-container .note ul > li::before {
 font-family: 'themify';
 display: block;
 position: absolute;
 color: #e39614;
 content: '\e64d';
 left: 25px;
}

/**________ Branch location map.____________ */

.map-page {
 border-top: 10px #003262 solid;
 background: rgba(255, 255, 255, 0.98);
}

.map-page .box-in {
 padding: 0;
}

.map-page .box-in .top-toggle {
 padding-top: 15px;
 padding-bottom: 30px;
 background-color: #ccc;
 height: 90px;
}

.option-list {
 max-height: 800px;
 overflow-y: auto;
 overflow-x: hidden;
 font-size: 18px;
}

.option-list h3 {
 padding-left: 25px;
}

.option-list .menu-listing {
 list-style: none;
 margin-left: -20px;
}

.option-list .menu-listing > li > a {
 width: 95%;
 margin: 0;
 padding: 10px 2.5%;
 color: #003262;
 border-bottom: 1px solid #ddd;
 cursor: pointer;
 display: inline-block;
}

.option-list .menu-listing > li > a:hover,
.option-list .menu-listing > li > a:active,
.option-list .menu-listing > li > a:focus {
 border-bottom: 4px rgba(227, 150, 20, 1) solid;
 text-decoration: none;
 color: #262626;
 background-color: #f5f5f5;
}

.map-page .box-in .top-search {
 padding-top: 15px;
 padding-bottom: 30px;
 background-color: #c0c0c0;
 height: 90px;
}

#map {
 width: 100%;
 min-height: 800px;
 /* 
   -webkit-filter: grayscale(100%);   
    filter: grayscale(100%);
  */
}

/*added to overrwite jq-UI*/
.ui-menu .ui-menu-item-wrapper {
 border-bottom: 1px solid #ddd;
 font-family: 'Lato Light', sans-serif;
 font-size: 14px;
 letter-spacing: 2px;
}
.ui-autocomplete {
 max-height: 350px;
 overflow: auto;
 overflow-x: hidden;
}

.option-list::-webkit-scrollbar,
.ui-autocomplete::-webkit-scrollbar {
 width: 6px;
 background-color: #f5f5f5;
}
.option-list::-webkit-scrollbar-thumb,
.ui-autocomplete::-webkit-scrollbar-thumb {
 background-color: #003262;
}
.option-list::-webkit-scrollbar-track,
.ui-autocomplete::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: #f5f5f5;
}

/*********Pagination*************/
.page-info {
 font-family: 'Hind', sans-serif;
 color: #fff;
 margin-top: 5px;
}
.clickable-numbers {
 float: right;
}

.page-link,
.pagination-datatables li a,
.pagination li a {
 position: relative;
 display: block;
 padding: 1rem 1rem;
 margin-left: -1px;
 line-height: 1.25;
 color: rgba(8, 71, 126, 1);
 background-color: #fff;
 border: 1px solid #ccc;
}
.page-link:focus,
.pagination-datatables li a:focus,
.pagination li a:focus,
.page-link:hover,
.pagination-datatables li a:hover,
.pagination li a:hover {
 color: #fff;
 text-decoration: none;
 border: 1px solid #003262;
 background-color: #003262;
}

/**______Premier Page__________**/

.prem-pack {
 padding: 0 0 50px 0;
}
.no-padding {
 padding: 0;
}

.prem-box {
 /*-webkit-box-shadow: 0px -1px 34px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 34px -10px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 34px -10px rgba(0,0,0,0.75);
	*/
 padding: 35px;
 min-height: 170px;
 margin-bottom: 10px;
}

.prem-box .title {
 /* background:#E39614;*/
 width: 100%;
 padding: 14px;
 font-size: 23px;
 font-family: Arial, Helvetica, sans-serif;
}
.prem-box .more {
 padding-top: 12px;
 padding-bottom: 12px;
}
.prem-box .more .link {
 padding: 8px 20px 8px 20px;
 font-size: 18px;
 text-transform: uppercase;
 border-color: #0c4da2;
 color: #0c4da2;
 border: 2px #0c4da2 solid;
 border-radius: 3px;
}
.prem-box .more a.link {
 text-decoration: none;
}
.prem-box .more a.link:hover,
.prem-box .more a.link:focus,
.prem-box .more a.link:active {
 color: rgba(227, 150, 20, 1);
}

/***********Investor**************/

.padding-top-bott {
 margin-top: 10px;
 padding-bottom: 70px;
}

.with-files-listing {
 font-size: 23px;
}

.padding-top-bott .bottom-line {
 width: 80px;
 height: 1px;
 border-top: 2px #e39614 solid;
}

@media screen and (min-width: 1200px) {
 /* .with-files-listing h4::before {
		    font-family: 'FontAwesome';
		    display: block;
		    position: absolute;
		    color: #E39614;
		    content: "\f114";
		    font-size:40px;
		    -moz-transform: scale(1) rotate(-8deg) translateX(1px) skewX(-3deg);
			-webkit-transform: scale(1) rotate(-8deg) translateX(1px) skewX(-3deg);
			-o-transform: scale(1) rotate(-8deg) translateX(1px) skewX(-3deg);
			-ms-transform: scale(1) rotate(-8deg) translateX(1px) skewX(-3deg);
			transform: scale(1) rotate(-8deg) translateX(1px) skewX(-3deg); 
		    margin-left:-25px;
		    
		   
		  } */
}

.with-files-listing h4 i {
 font-size: 50px;
 -moz-transform: scale(1) rotate(-8deg) translateX(1px) skewX(-3deg);
 -webkit-transform: scale(1) rotate(-8deg) translateX(1px) skewX(-3deg);
 -o-transform: scale(1) rotate(-8deg) translateX(1px) skewX(-3deg);
 -ms-transform: scale(1) rotate(-8deg) translateX(1px) skewX(-3deg);
 transform: scale(1) rotate(-8deg) translateX(1px) skewX(-3deg);
 color: #e39614;
}

.with-files-listing ul {
 padding-left: 0;
 font-family: 'Lato Regular', Tahoma, Geneva, Verdana, sans-serif;
 font-size: 16px;
 list-style: none;
}

.with-files-listing ul > li {
 display: list-item;
 text-align: -webkit-match-parent;
 padding-bottom: 5px;
 /* border-bottom:1px #1e4f7b solid;*/
}
.with-files-listing ul > li > .icon,
.report .icon {
 max-width: 18px;
 padding-right: 5px;
}

.with-files-listing ul > li > a {
 text-decoration: none;
}
/*
.with-files-listing ul > li:before {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    color: #F6653C;
    content: "\f1c1";

 }
*/

.with-files-listing .shw-btn {
 border-radius: 3px;
 -webkit-transition: all 0.2s, -webkit-transform 0.2s;
 transition: all 0.2s, transform 0.2s;
 display: inline-block;
 text-transform: none;
 font-size: 20px;
 outline: 0;
 position: relative;
 text-align: left;
 text-decoration: none;
 overflow: hidden;
 vertical-align: top;
 padding: 9px 20px 10px;
 height: auto;
 line-height: 1em;
 margin-top: 1px;
 background-color: none; /*#c82059;*/
 color: #e39614;
 text-align: left;
 border: 2px #e39614 solid;
 /* -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.45);
    padding-right: 38px;
    */
}

.bottom-row {
 padding: 40px 0 40px 0;
}

.with-files-listing .left-side,
.with-files-listing .right-side {
 min-height: 200px;
}

@media screen and (min-width: 992px) {
 .with-files-listing .left-side {
  text-align: right;
  padding-right: 40px;
  border-right: 1px #003262 solid;
 }
 .shw-btn.right {
  float: right;
  margin-right: 40px;
 }
}

.link {
 cursor: pointer;
}

/*********** Contact us ***********/

.btn.contact-us-btn {
 min-width: 120px;
 background: #003262;
 border: 2px solid #003262;
}

.btn.contact-us-btn i {
 color: #fff;
 font-size: 60px;
}

/*********** Contact us  tab***********/
.tabs-left {
 border-bottom: none;
 border-right: 1px solid #ddd;
 background: #0c4da2;
 font-family: Lato Light, sans-serif;
}

.tabs-left > li {
 float: none;
 margin: 0px;
 border-bottom: 1px #fff solid;
}

.tabs-left > li > a {
 position: relative;
 display: block;
 padding: 20px 25px;
 color: #ffffff;
}

.tabs-left > li > a img {
 width: 30px;
}

.tabs-left > li > a:hover {
 color: #e39614;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
 border-bottom-color: #ddd;
 border-right-color: transparent;
 background: #e39614;
 border: none;
 border-radius: 3px;
 margin: 0px;
 color: #fff;
}
.nav-tabs > li > a:hover {
 /* margin-right: 2px; */
 line-height: 1.42857143;
 border: 1px transparent solid;
 background: none;
 padding-right: 30px;
 border-radius: 3px;
 /* border-radius: 3px 4px 0 0; */
}
.tabs-left > li.active > a::after {
 content: '';
 position: absolute;
 top: 0px;
 right: -19px;
 border-top: 35px solid transparent;
 border-bottom: 35px solid transparent;
 border-left: 20px solid #e39614;
 display: block;
 width: 0;
}

.tab-content .contact {
 min-height: 120px;
 /*border:1px #3399FF solid;*/
}

.tab-content .contact i {
 color: #003262;
 font-size: 30px;
}

.tab-content .contact header {
 font-family: Lato Bold, sans-serif;
}

/**** Search   ********************/

#searchresults ol {
 list-style: none;
}
#searchresults ol > li {
 margin-top: 20px;
}

#searchresults ol > li .searchtitle {
 color: rgba(1, 77, 153, 1);
 font-family: Lato Regular, sans-serif;
}

#searchresults ol > li .searchlink {
 font-family: Lato Light, sans-serif;
 font-size: 18px;
 color: #e39614;
}

.reverse {
 direction: rtl;
 unicode-bidi: bidi-override;
}

/**** Call to action ************/
.call-to-action {
 background: #0c4da2;
}
.call-to-action h1 {
 color: #fff;
}
.call-to-action h1 span {
 color: #1ea0e6;
}
.call-to-action .btn-white {
 font-family: Lato Bold;
 background: none;
 text-transform: uppercase;
 border: 2px #fff solid;
 color: #014d99;
 background-color: #fff;
 border-radius: 3px;
 padding: 10px 20px 10px 20px;
}
.call-to-action .btn-white:hover {
 font-family: Lato Bold;
 background: none;
 text-transform: uppercase;
 border: 2px #fff solid;
 color: #fff;
}

/***** With img background ***********/

.normal-listing {
 padding: 15px;
}
.normal-listing ul {
 list-style: none;
}

.normal-listing ul > li {
 display: list-item;
 text-align: -webkit-match-parent;
 padding-top: 7px;
 padding-bottom: 7px;
 color: #666;
 padding-left: 35px;
}

.normal-listing ul > li:before {
 font-family: 'themify';
 position: absolute;
 color: #ccc;
 content: '\e64d';
 margin-left: -28px;
}

fieldset {
 padding-bottom: 15px;
}

fieldset > legend {
 font-family: Lato Bold, sans-serif;
 color: #003262;
}

/************ Animation ***************/
/* Flash class and keyframe animation */
.flashit {
 color: #6e1705;
 -webkit-animation: flash linear 1s infinite;
 animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
 0% {
  opacity: 1;
 }
 50% {
  opacity: 0.1;
 }
 100% {
  opacity: 1;
 }
}
@keyframes flash {
 0% {
  opacity: 1;
 }
 50% {
  opacity: 0.1;
 }
 100% {
  opacity: 1;
 }
}
/* Pulse class and keyframe animation */
.pulseit {
 -webkit-animation: pulse linear 0.5s infinite;
 animation: pulse linear 0.5s infinite;
}
@-webkit-keyframes pulse {
 0% {
  width: 200px;
 }
 50% {
  width: 340px;
 }
 100% {
  width: 200px;
 }
}
@keyframes pulse {
 0% {
  width: 200px;
 }
 50% {
  width: 340px;
 }
 100% {
  width: 200px;
 }
}

/********** Ring Animation ****************/
@-webkit-keyframes ring {
 0% {
  -webkit-transform: rotateZ(0);
 }
 1% {
  -webkit-transform: rotateZ(30deg);
 }
 3% {
  -webkit-transform: rotateZ(-28deg);
 }
 5% {
  -webkit-transform: rotateZ(34deg);
 }
 7% {
  -webkit-transform: rotateZ(-32deg);
 }
 9% {
  -webkit-transform: rotateZ(30deg);
 }
 11% {
  -webkit-transform: rotateZ(-28deg);
 }
 13% {
  -webkit-transform: rotateZ(26deg);
 }
 15% {
  -webkit-transform: rotateZ(-24deg);
 }
 17% {
  -webkit-transform: rotateZ(22deg);
 }
 19% {
  -webkit-transform: rotateZ(-20deg);
 }
 21% {
  -webkit-transform: rotateZ(18deg);
 }
 23% {
  -webkit-transform: rotateZ(-16deg);
 }
 25% {
  -webkit-transform: rotateZ(14deg);
 }
 27% {
  -webkit-transform: rotateZ(-12deg);
 }
 29% {
  -webkit-transform: rotateZ(10deg);
 }
 31% {
  -webkit-transform: rotateZ(-8deg);
 }
 33% {
  -webkit-transform: rotateZ(6deg);
 }
 35% {
  -webkit-transform: rotateZ(-4deg);
 }
 37% {
  -webkit-transform: rotateZ(2deg);
 }
 39% {
  -webkit-transform: rotateZ(-1deg);
 }
 41% {
  -webkit-transform: rotateZ(1deg);
 }

 43% {
  -webkit-transform: rotateZ(0);
 }
 100% {
  -webkit-transform: rotateZ(0);
 }
}

@-moz-keyframes ring {
 0% {
  -moz-transform: rotate(0);
 }
 1% {
  -moz-transform: rotate(30deg);
 }
 3% {
  -moz-transform: rotate(-28deg);
 }
 5% {
  -moz-transform: rotate(34deg);
 }
 7% {
  -moz-transform: rotate(-32deg);
 }
 9% {
  -moz-transform: rotate(30deg);
 }
 11% {
  -moz-transform: rotate(-28deg);
 }
 13% {
  -moz-transform: rotate(26deg);
 }
 15% {
  -moz-transform: rotate(-24deg);
 }
 17% {
  -moz-transform: rotate(22deg);
 }
 19% {
  -moz-transform: rotate(-20deg);
 }
 21% {
  -moz-transform: rotate(18deg);
 }
 23% {
  -moz-transform: rotate(-16deg);
 }
 25% {
  -moz-transform: rotate(14deg);
 }
 27% {
  -moz-transform: rotate(-12deg);
 }
 29% {
  -moz-transform: rotate(10deg);
 }
 31% {
  -moz-transform: rotate(-8deg);
 }
 33% {
  -moz-transform: rotate(6deg);
 }
 35% {
  -moz-transform: rotate(-4deg);
 }
 37% {
  -moz-transform: rotate(2deg);
 }
 39% {
  -moz-transform: rotate(-1deg);
 }
 41% {
  -moz-transform: rotate(1deg);
 }

 43% {
  -moz-transform: rotate(0);
 }
 100% {
  -moz-transform: rotate(0);
 }
}

@keyframes ring {
 0% {
  transform: rotate(0);
 }
 1% {
  transform: rotate(30deg);
 }
 3% {
  transform: rotate(-28deg);
 }
 5% {
  transform: rotate(34deg);
 }
 7% {
  transform: rotate(-32deg);
 }
 9% {
  transform: rotate(30deg);
 }
 11% {
  transform: rotate(-28deg);
 }
 13% {
  transform: rotate(26deg);
 }
 15% {
  transform: rotate(-24deg);
 }
 17% {
  transform: rotate(22deg);
 }
 19% {
  transform: rotate(-20deg);
 }
 21% {
  transform: rotate(18deg);
 }
 23% {
  transform: rotate(-16deg);
 }
 25% {
  transform: rotate(14deg);
 }
 27% {
  transform: rotate(-12deg);
 }
 29% {
  transform: rotate(10deg);
 }
 31% {
  transform: rotate(-8deg);
 }
 33% {
  transform: rotate(6deg);
 }
 35% {
  transform: rotate(-4deg);
 }
 37% {
  transform: rotate(2deg);
 }
 39% {
  transform: rotate(-1deg);
 }
 41% {
  transform: rotate(1deg);
 }

 43% {
  transform: rotate(0);
 }
 100% {
  transform: rotate(0);
 }
}

/*********** Disimisible Popup  *********/
#fvpp-blackout {
 display: none;
 z-index: 1200;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 /* background:rgba(255, 255, 255, 0.4); */
}

#dismissiblePopup {
 display: none;
 z-index: 1900;
 font-family: 'Hind', sans-serif;
 background: rgba(0, 0, 0, 0.8);
 color: #4a5c79;
 overflow: scroll;
}

#dismissiblePopup .content .img-holder {
 background-color: #ebf3fa;
}

#dismissiblePopup .content .indications > .button-left {
 margin-top: 10px;
 padding-left: 20px;
 font-size: 22px;
 background-color: #0c4da2;
 font-family: 'Hind-Regular', sans-serif;
 color: #ffffff;
 line-height: 25px;
 border-radius: 4px;
 text-transform: capitalize;
 font-size: 18px;
 margin-bottom: 10px;
 border-radius: 0px;
}

#dismissiblePopup .content .indications > .more {
 padding-top: 20px;
 margin-bottom: 10px;
 text-decoration: none;
}

#fvpp-close {
 position: absolute;
 top: 10px;
 right: 20px;
 font-size: 30px;
 cursor: pointer;
}

#fvpp-dialog h2 {
 font-size: 2em;
 margin: 0;
}

#fvpp-dialog p {
 margin: 0;
}

/************ Footer ****************/
footer {
 background: #003262 !important;
 color: rgba(255, 255, 255, 1);
}

footer .top-content a {
 text-decoration: none;
 color: rgba(255, 255, 255, 0.9);
}

footer .top-content a:hover,
footer .top-content a:focus,
footer .top-content a:active {
 color: #e39614;
}

footer .address-col .addressholder .logo {
 display: block;
 text-indent: -9999px;
 background-image: url('../pics/footer-logo.fw.png');
 background-size: contain;
 background-position: left center;
 background-repeat: no-repeat;
}

footer .address-col .addressholder h3 {
 font-family: 'Lato Bold', sans-serif;
}

footer .title h3 {
 font-family: 'Montserrat-Bold', sans-serif;
 text-transform: uppercase;
 margin-bottom: 1em;
 color: #fff;
 word-wrap: break-word;
}

footer .linkscol ul {
 list-style-type: none;
 color: rgb(157, 174, 205);
 font-size: 18px;
}

footer .linkscol ul > li {
 display: list-item;
 text-align: -webkit-match-parent;
 border-bottom: 1px #1e4f7b dotted;
 padding-top: 7px;
 padding-bottom: 7px;
}

footer .linkscol ul > li:before {
 font-family: 'FontAwesome';
 display: block;
 position: absolute;
 color: #e39614;
 content: '\f101';

 /*
    content: '\f105';
    position: absolute;
    font: 400 18px/24px 'FontAwesome';
    color: #E39614;
    transition: .33s all ease;
    */
}

footer .section-3 {
 background-color: #0c4da2;
 color: #fff;
 font-family: Hind-Regular, sans-serif;
}
footer .section-3 span {
 font-family: Hind-Bold, sans-serif;
 cursor: pointer;
}
footer .section-3 span:hover,
footer .section-3 span:focus,
footer .section-3 span:active {
 color: #e39614;
}
