.nav-link {
  padding: 0;
}
.home .btn-holder br {
  display: none
}

#halfclip {
    width: 49.90%;
    height: 100%;
    right: 0px;
    position: absolute;
    overflow: hidden;
    transform-origin: left center;
}
.home .circle-box-large {
  border: none;
}
.circle-box-large #halfclip {
    animation: cliprotate 1s 1;
    transform: rotate(180deg);
} 

@keyframes cliprotate {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(0deg);}
  50.01% {transform: rotate(180deg);}
  100% {transform: rotate(180deg);}
}

.halfcircle {
  box-sizing: border-box;
  height: 100%;
  right: 0px;
  position: absolute;
  border: solid 200px transparent;
   border-top-color: #45ebc8;
   border-left-color: #45ebc8;
   border-radius: 50%;
}
@media (max-width: 1460px) {
	.halfcircle {
		border-width: 100px;
	}
}
@media (max-width: 767.98px) {
  .halfcircle {
    border-width: 50px;
  }
}

#clipped {
    width: 200%;
    transform: rotate(-45deg);
}
.circle-box-large #clipped {
    transform: rotate(135deg);
    animation: rotate 1.5s linear 1;
}


@keyframes rotate {
  0% {transform: rotate(-45deg);}
  100% {transform: rotate(135deg);}
}


#fixed {
  width: 100%;
    transform: rotate(135deg);  
    opacity: 0;
}

.circle-box-large #fixed {
    opacity: 1;
    animation: showfixed 1s 1;
}



@keyframes showfixed {
  0% {opacity: 0;}
  49.99% {opacity: 0;}
  50% {opacity: 1;}
 100% {opacity: 1;}
}

.about-area .full-card:before,
.about-area .full-card:after,
.about-area .col-lg-3:last-child .about-card:after,
.circle-box-large:after,
.circle-box-large:before,
.info-area .col-lg-6:first-child .info-card:before,
.info-area .col-lg-6:first-child .info-card:after,
.info-area .col-lg-6:nth-child(2):before,
.info-area .col-lg-6:nth-child(2):after,
.talk-card:before,
.talk-card:after,
.circle-box:before,
.talk-card-before:before,
.talk-card-after:after,
.account-section.no-bg:after,
.reward-area:before,
.reward-area:after,
.intro-area .intro-card:before,
.intro-area .intro-card:after,
.savings-card:first-child:before,
.savings-card:first-child:after,
.savings-card:last-child:before,
.account-section.style01:after,
.account-section:after,
.visual-area2:before,
.visual-area2:after,
.services-cards:before,
.services-cards:after,
.services-cards > .row:after,
.contact-info:before,
.contact-info:after,
.board-intro .holder:before,
.board-intro .holder:after,
.board-intro .holder h1:before {
	animation: shake 22s;
  	animation-iteration-count: infinite; 
}
@keyframes shake {
  0% { transform: translate(5px, 5px) rotate(0deg); }
  10% { transform: translate(-5px, -10px) rotate(-5deg); }
  20% { transform: translate(-15px, 0px) rotate(5deg); }
  30% { transform: translate(15px, 10px) rotate(0deg); }
  40% { transform: translate(5px, -5px) rotate(5deg); }
  50% { transform: translate(-5px, 10px) rotate(-5deg); }
  60% { transform: translate(-15px, 5px) rotate(0deg); }
  70% { transform: translate(15px, 5px) rotate(-5deg); }
  80% { transform: translate(-5px, -5px) rotate(5deg); }
  90% { transform: translate(5px, 10px) rotate(0deg); }
  100% { transform: translate(5px, -10px) rotate(-5deg); }
}


.animate__animated.animate__delay-1s{
	-webkit-animation-delay:1s;
	animation-delay:1s;
	-webkit-animation-delay:calc(var(--animate-delay)*1);
	animation-delay:calc(var(--animate-delay)*1)
}
.animate__animated.animate__delay-500ms{
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
	-webkit-animation-delay:calc(var(--animate-delay)*0.5);
	animation-delay:calc(var(--animate-delay)*0.5)
}
.animate__animated.animate__delay-1500ms{
	-webkit-animation-delay:1.5s;
	animation-delay:1.5s;
	-webkit-animation-delay:calc(var(--animate-delay)*1.5);
	animation-delay:calc(var(--animate-delay)*1.5)
}
.animate__animated.animate__delay-2500ms{
	-webkit-animation-delay:2.5s;
	animation-delay:2.5s;
	-webkit-animation-delay:calc(var(--animate-delay)*2.5);
	animation-delay:calc(var(--animate-delay)*2.5)
}
.animate__animated.animate__delay-3500ms{
	-webkit-animation-delay:3.5s;
	animation-delay:3.5s;
	-webkit-animation-delay:calc(var(--animate-delay)*3.5);
	animation-delay:calc(var(--animate-delay)*3.5)
}

@media (max-width: 991.98px) {
	.menu-active .nav-drop {
		overflow: auto !important
	}
}

.talk-card-before,
.talk-card-after {
  position: relative;
  width: 100%
}
.talk-card-before:before {
  position: absolute;
  left: -105px;
  bottom: -71px;
  content: '';
  width: 179px;
  height: 179px;
  border-radius: 100%;
  background: #45ebc8;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .talk-card-before:before {
    display: none;
  }
}

.talk-card-after:after {
  position: absolute;
  left: 90px;
  content: '';
  bottom: -122px;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background: #45ebc8;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .talk-card-after:after {
    display: none;
  }
}
.talk-card:before,
.talk-card:after {
  display: none
}


.logo {
  position: relative;
}

.logo .slogan {
  position: absolute;
  left: -30px;
  width: 26px;
  z-index: -1;
  top: 0;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s ease;
  display: none; /* hide until page finishes loading */
}

.logo a:hover .slogan {
  opacity: 1;
  transform: translateX(0);
}

@media (min-width: 991.98px) {
  .dropdown-menu .active a {
    color: #4941ff !important
  }
}
@media (max-width: 991.98px) {
  .dropdown-menu .active a {
      color: #9591ff !important;
      background: none !important
  }
  .dropdown-menu {
    margin-top: 27px;
  }
}
.contact-info a:hover {
  color: #4941ff !important
}


@media (max-width: 991.98px) {
  
  .logo .slogan {
    width: 15px;
    left: -18px;
    transform: translateX(18px);
  }

  .contact-info ul li:first-child a {
    color: #4941ff !important
  }
}
@media (min-width: 992px) {
  .des-menu {
    display: none;
  }
  .nav-area .btn-primary {
    margin-right: 15px
  }
}

@media (max-width: 991.98px) {
  .visual-area.high-style .image {
    margin-top: -200px;
  }
  .visual-area.high-style .image img {
    width: 1400px;
    margin-left: -700px;
  }
}

@media (max-width: 767.98px) {
  .visual-area.high-style .image {
    margin-top: -70px;
  }
  .visual-area.high-style .image img {
    width: 800px;
    margin-left: -400px;
  }
  .visual-area.high-style .text-box h2 {
    line-height: 34px;
    font-size: 19px;
  }
}

@media (max-width: 584.98px) {
  .visual-area.high-style .image {
    margin-top: -50px;
  }
  .visual-area.high-style .image img {
    width: 600px;
    margin-left: -300px;
  }
}

@media (max-width: 359.98px) {
  .visual-area.high-style .text-box h1 {
    padding: 0 15px;
  }
  .visual-area.high-style .text-box h2 {
    font-size: 17px;
    line-height: 28px;
  }
}

.menu a:focus {
  color: #4941ff !important;
}
.about-card:focus,
.about-card:hover {
  background: #dbdddf;
}
.features-area .description a:focus {
  background: #0152aa;
  color: #fff;
}

/* accessibility styles */

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .about-card_number2 .wrap {
    justify-content: center;
  }
}

.home .info-card-wrap br {
  display: none;
}
.services-cards a p {
  font-size: 20px;
  color: #444;
  font-weight: 400;
}
.services-cards a:hover .services-card {
  background: #eee;
}
@media (min-width: 767px) {
  .about-card_number2 .wrap {
    margin: 17px -25px -15px;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .about-card_number2 .number {
    font-size: 77px;
  }
}

.graph-section .box_holder .box1 .number .sign,
.graph-section .box_holder .box2 .number .sign {
  right: 9px;
}
body:not(.home) .info-card-wrap .image-holder {
  position: relative;
  width: 283px;
  height: 116px;
  margin: 0 auto;
  text-align: center;
  left: -19px;
}
.page-template-savings .image-holder {
  max-width: 204px
}
.page-template-savings .image-holder div {
  display: flex;
}

.page-id-125 .visual-area .image img {
  margin-left: 30px !important;
}


.page-id-125 .visual-area.checking-style .image {
  margin-right: 0 !important;
}

/* Custom font to fix issues in HEEBO font */
@font-face {
  font-family: 'icomoon-heebo';
  src:  url('./fonts/custom/icomoon-heebo.woff?6v12134qv') format('woff');
  src: url('./fonts/custom/icomoon-heebo.ttf?6v12134qv') format('truetype'),
    url('./fonts/custom/icomoon-heebo.woff?6v11234qv') format('woff'),
    url('./fonts/custom/icomoon-heebo.svg?6v14123qv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-DM-Serif-Display-Outline-04:before {
  content: "\34";
  color: #205185;
  font-family: 'icomoon-heebo';
}
.icon-DM-Serif-Display-Outline-Minus:before {
  content: "\e900";
  font-family: 'icomoon-heebo';
  color: #205185;
}
.icon-DM-Serif-Display-Outline-09:before {
  content: "\0039";
  font-family: 'icomoon-heebo';
  color: #205185;
}
.icon-DM-Serif-Display-Outline-08:before {
  content: "\38";
  color: #205185;
  font-family: 'icomoon-heebo';
}
.icon-DM-Serif-Display-Outline-Period:before {
  content: "\2e";
  font-family: 'icomoon-heebo';
}
.icon-DM-Serif-Display-Outline-03:before {
  content: "\33";
  color: #205185;
  font-family: 'icomoon-heebo';
}
.icon-DM-Serif-Display-Outline-02:before {
  content: "\32";
  font-family: 'icomoon-heebo';
  color: #205185;
}
.icon-DM-Serif-Display-Outline-00:before {
  content: "\30";
  color: #205185;
  font-family: 'icomoon-heebo';
}
.icon-DM-Serif-Display-Outline-01:before {
  content: "\31";
  color: #205185;
  font-family: 'icomoon-heebo';
}
.icon-DM-Serif-Display-Outline-05:before {
  content: "\35";
  font-family: 'icomoon-heebo';
  color: #205185;
}
.icon-DM-Serif-Display-Outline-06:before {
  content: "\36";
  font-family: 'icomoon-heebo';
  color: #205185;
}
.icon-DM-Serif-Display-Outline-07:before {
  content: "\37";
  color: #205185;
  font-family: 'icomoon-heebo';
}

.bubble-text-foreground {
  font-family: 'icomoon-heebo';
  color: #0E477B;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 0.023em #0E477B;
  -webkit-text-fill-color: white;
  font-weight: normal !important;
}

.bubble-text-background {
  font-family: 'icomoon-heebo';
  position: absolute;
  top: 0.023em;
  left: .039em;
  color: #0E497A;
  opacity: 0.15;
  font-weight: normal !important;
}

@media (min-width: 992px) {
  .page-template-savings .visual-area {
    padding-top: 120px;
  }
}

.account-section .h1 {
  position: relative;
  z-index: 999;
}
.headerfix .header {
  z-index: 9999;
}
.modal {
  z-index: 99999;
}
.footer .active a {
  color: #3E3EE3;
}
#menu-header-menu .dropdown-toggle.nav-link {
  cursor: pointer;
}
.current-menu-parent .dropdown-toggle.nav-link {
  color: #4941ff
}
.page-template-high-yield-savings .intro-area,
.error404 .intro-area,
.page-template-about .visual-area2 {
  padding-top: 275px;
}
@media (max-width: 1460px) {
  .page-template-high-yield-savings .intro-area,
  .page-template-about .visual-area2,
  .error404 .intro-area {
    padding-top: 180px;
  }
}
@media (max-width: 992px) {
  .page-template-high-yield-savings .intro-area,
  .error404 .intro-area {
    padding-top: 40px;
  }
  .page-template-about .visual-area2 {
    padding-top: 80px;
  }
  .page-template-high-yield-savings .info-card-wrap {
    min-height: 90px;
    padding-top: 20px;
  }
}

.page-template-checking .visual-area {
  padding-top: 180px;
}
@media (max-width: 1460px) {
  .page-template-checking .visual-area {
    padding-top: 140px;
  }
}
@media (max-width: 991.98px) {
  .page-template-checking .visual-area {
    padding-top: 20px;
  }
  .page-template-high-yield-savings .info-card-wrap {
    min-height: 90px;
    padding-top: 20px;
  }
}


@media (max-width: 991.98px) {
  .menu li.dropdown > a,
  .menu li.dropdown > a:after {
    color: #fff !important
  }
}

@media (min-width: 991.98px) {
  .page-template-high-yield .text-box h1 {
    line-height: 102px;
  }
}
.header .text-slogan,
.footer .slogan {
  display: none;
}
.info-card-wrap .ratio_box {
  display: table;
  width: auto !important;
  padding: 11px 23px;
}
@media (max-width: 992px) {
  .info-card-wrap .ratio_box.add {
    left: -90px;
    top: 5px;
  }
}
@media (max-width: 767px) {
  .info-card-wrap .ratio_box.add {
    top: 28px;
    left: -90px !important
  }
}
@media (max-width: 767px) {
  .info-card-wrap .ratio_box.add {
    left: -50px !important;
    top: 0;
  }

  .home .info-card-wrap .ratio_box.add {
    top: 4px;
  }
}
@media (max-width: 1460px) {
  .home .info-card-wrap .image-holder {
    max-width: 55%;
  }
}

@media (max-width: 1370px) {
  .info-area .info-card .image-holder .bubble-text-foreground,
  .info-area .info-card .image-holder .bubble-text-background {
    font-size: 118px !important
  }
}
@media (max-width: 1270px) {
  .info-area .info-card .image-holder .bubble-text-foreground,
  .info-area .info-card .image-holder .bubble-text-background {
    font-size: 108px !important
  }
}
@media (max-width: 1199px) {
  .info-area .info-card .image-holder .bubble-text-foreground,
  .info-area .info-card .image-holder .bubble-text-background {
    font-size: 98px !important
  }
}
@media (max-width: 1119px) {
  .info-area .info-card .image-holder .bubble-text-foreground,
  .info-area .info-card .image-holder .bubble-text-background {
    font-size: 88px !important
  }
}
@media (max-width: 1034px) {
  .info-area .info-card .image-holder .bubble-text-foreground,
  .info-area .info-card .image-holder .bubble-text-background {
    font-size: 80px !important
  }
}
@media (max-width: 992px) {
  .info-area .info-card .image-holder {
    width: 300px;
  }
  .info-area .info-card .image-holder .bubble-text-foreground,
  .info-area .info-card .image-holder .bubble-text-background {
    font-size: 108px !important
  }
}
@media (max-width: 600px) {
  .info-area .info-card .image-holder .bubble-text-foreground,
  .info-area .info-card .image-holder .bubble-text-background {
    font-size: 90px !important
  }
  .home .info-card-wrap .image-holder {
    margin: 20px auto -20px;
  }
}
@media (max-width: 530px) {
  .info-area .info-card .image-holder .bubble-text-foreground,
  .info-area .info-card .image-holder .bubble-text-background {
    font-size: 80px !important
  }

  .home .info-card-wrap .image-holder {
    margin: 25px auto -25px;
  }
}
@media (max-width: 480px) {
  .info-area .info-card .image-holder .bubble-text-foreground,
  .info-area .info-card .image-holder .bubble-text-background {
    font-size: 70px !important
  }

  .home .info-card-wrap .image-holder {
    margin: 30px auto -30px;
  }
}
@media (max-width: 430px) {
  .info-area .info-card .image-holder .bubble-text-foreground,
  .info-area .info-card .image-holder .bubble-text-background {
    font-size: 60px !important
  }
}

@media (max-width: 992px) {
  .visual-area.checking-style .image img {
    max-width: 111% !important
  }
}

@media (max-width: 479.98px) {
  .visual-area.checking-style .image img {
    max-width: 100% !important
  }
}


@media (max-width: 1700px) {
  .page-id-125 .visual-area .image img {
    position: relative;
    right: -11%;
  }
}
.apr-boxes {
  transition: all 0.4s ease
}
.apr-boxes p {
  color: #444;
  font-weight: 400;
}
.apr-boxes:hover .info-card {
  background: #ddd;
}
.info-card-wrap .ratio_box.add strong.offer_head {
  font-size: 15px;
  display: block;
  margin: -4px 0 4px;
}
@media (min-width: 992px) {
  .info-card-wrap .ratio_box.add {
    left: -95px;
    top: 0;
  }
  /*.info-card-wrap .ratio_box.add {
    left: -79px;
    top: 21px;
  }*/
}

.visual-area.comming_style .circle-box-large:before {
  background: #45ebc8;
  width: 249px;
  height: 249px;
  bottom: 0;
  left: -318px;
}

.visual-area.comming_style {
  margin: 0 0 50px;
}

.visual-area.comming_style .circle-box-large:after {
  background: #45ebc8;
  width: 97px;
  height: 97px;
  left: -311px;
  bottom: 311px;
}

.visual-area.comming_style .circle-box-large {
  border-color: #45ebc8;
  width: 1843px;
  height: 1843px;
  left: 62.6%;
  top: -821px;
}

.visual-area.comming_style {
  padding: 0;
}

.comming_cta_bar {
  background: #012744;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 28px 0;
}

.comming_cta_bar a {
  color: #fff;
}

.comming_cta_bar a:hover {
  color: 0.75;
}

.comming_cta_bar p {
  margin: 0;
}

.comming_footer {
  background: url(images/bg-footer.jpg) no-repeat;
  height: 448px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  background-size: cover;
}

.comming_footer .comming_footer-logo {
  width: 475px;
  margin: 0 auto 25px;
}

.comming_footer a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.comming_footer a:hover {
  color: #86a3bd;
}

.comming_page_header {
  padding: 24px 0;
}
.comming_page_header .comming_logo {
  width: 317px;
}
.comming_page_header .comming_logo img {
  display: block;
  width: 100%;
  text-align: center;
}
.comming_page_header .comming_logo .slogan-text {
  display: block;
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  color: #86a3bd;
  font-family: "Cabin", "Arial", sans-serif;
}


.visual-area.comming_style .text-box {
  padding: 103px 0 0;
}

.visual-area.comming_style .text-box h1 {
  margin: 0 0 30px;
}

.visual-area.comming_style .text-box h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  color: #023047;
  padding: 0;
  margin: 0 0 37px;
}

.visual-area.comming_style .text-box p {
  padding: 0;
  margin: 0 0 43px;
}

.visual-area.comming_style h2 strong {
  font-weight: 700;
}

.visual-area.style03.comming_style .image img {
  margin: 0 0 -100px 16px;
}

@media (max-width: 1639.99px) {
  .visual-area.comming_style .image {
    margin-right: -200px;
  }
}

@media (max-width: 1439.99px) {
  .visual-area.comming_style .circle-box-large:before {
    display: none;
  }

  .visual-area.comming_style .circle-box-large:after {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .visual-area.comming_style .text-box h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 991.98px) {
  .visual-area.comming_style .circle-box-large {
    display: none;
  }
  .visual-area.comming_style .image {
    margin: 0 -10px 0 0;
  }
  .visual-area.comming_style .image img {
    max-width: 90%;
    margin-top: 0 !important;
  }
  .visual-area.comming_style .text-box {
    padding: 0;
    margin: -60px 0 0;
  }
  .info-area .info-card .image-holder {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767.98px) {
  .comming_footer .comming_footer-logo {
    width: 280px;
  }
  .comming_footer {
    height: 250px;
  }
}

.page-template-comingsoon .header {
  display: none;
}
/* .page-template-comingsoon .footer {
  display: none;
} */

.page-template-comingsoon .gform_wrapper {
  max-width: 572px;
}

.page-template-comingsoon .gfield {
  position: relative;
  margin: 0 0 16px;
}

.page-template-comingsoon .gfield .gfield_label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #98a1a8;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  pointer-events: none;
  transition: all 0.4s ease;
}

.page-template-comingsoon .gfield.gfield_error label,
.page-template-comingsoon .gfield.gfield_error label {
  top: -14px;
  font-size: 14px;
  line-height: 17px;
}

.page-template-comingsoon .gfield.focused label,
.page-template-comingsoon .gfield.filled label {
  top: -14px;
  font-size: 14px;
  line-height: 17px;
}

.page-template-comingsoon .gfield input[type=text],
.page-template-comingsoon .gfield input[type=tel],
.page-template-comingsoon .gfield input[type=email] {
  display: block;
  border: 0;
  border-bottom: 1px solid #021e37;
  padding: 10px 0;
  width: 100%;
  background: none;
  color: #023047;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  outline: none;
}

.page-template-comingsoon .advan_section .form_holder .btn-primary {
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
}

.page-template-comingsoon .gform_heading {
  display: none;
}

.page-template-comingsoon .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-template-comingsoon .gfield_checkbox .gchoice {
  width: 50%;
}

.page-template-comingsoon .gform_button {
  width: 166px;
  height: 40px;
  color: #fff;
  background: #238ff2;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.4s ease;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
}

.page-template-comingsoon .gform_footer {
  padding: 0;
  margin: 0;
}

.page-template-comingsoon .gform_button:hover {
  background: #023047;
}

.page-template-comingsoon .gfield_checkbox .gchoice [type="checkbox"]{
  position:fixed;
  left:0;
  top:0;
  opacity:0;
  z-index: -1;
}

.page-template-comingsoon .gfield_checkbox .gchoice {
  margin: 0 0 23px;
}

.page-template-comingsoon .gfield_checkbox .gchoice label {
  position: relative;
  display: block;
  padding: 0 0 0 28px;
  cursor: pointer;
  font-family: "Heebo", "Arial", sans-serif;
  color: #023047;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}

.page-template-comingsoon .gfield_checkbox .gchoice label:before {
  width: 19px;
  height: 19px;
  border: 1px solid #023047;
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 3px;
}

.page-template-comingsoon .gfield_checkbox .gchoice label:after {
  content:'';
  width: 10px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 2px solid #023047;
  border-width: 0 0 2px 2px;
  opacity: 0;
  transform: rotate(-45deg);
  margin: -4px 0 0 -5px;
}

.page-template-comingsoon .gfield_checkbox .gchoice [type="checkbox"]:checked + label:after {
  opacity: 1;
}

.page-template-comingsoon #field_1_5 {
  margin-bottom: 10px;
  margin-top: 11px;
}


.page-template-comingsoon #field_1_5 legend.gfield_label {
  position: static;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #023047;
  margin: 0 0 40px;
}

.page-template-comingsoon .gform_validation_errors {
  display: none;
}

.page-template-comingsoon .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  padding: 10px 0 0;
  color: #f00;
  border: none;
  background: none;
  margin: 0;
}

.page-template-comingsoon .gform_ajax_spinner {
  display: none;
}

@media (max-width: 767.98px) {
  .page-template-comingsoon .gfield_checkbox .gchoice {
    width: 100%;
  }

  .page-template-comingsoon .gfield .gfield_label {
    top: 20px;
  }
}


.comming_page_header2 {
  max-width: 1040px;
  margin: 245px auto 70px;
}

.comming_page_header2 .comming_logo img {
  margin: 0 0 63px;
  display: block;
  width: 100%;
  height: auto;
}

.comming_page_header2 h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 300;
  font-family: "Heebo", "Arial", sans-serif;
  margin: 0;
  text-align: center;
  letter-spacing: 1px;
}

.comming_page_header2 h1 sup {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0 -4px;
}

.visual-area.comming_style2 {
  height: 566px;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.visual-area.comming_style2 .circle-box-large {
  top: 0;
  border-color: #45ebc8;
}

.visual-area.comming_style2 .circle-box-large:before {
  top: -150px;
  bottom: auto;
  width: 270px;
  left: -340px;
  height: 270px;
  background: #45ebc8;
}

.visual-area.comming_style2 .circle-box-large:after {
  top: -100px;
  left: -487px;
  bottom: auto;
  width: 105px;
  height: 105px;
  background: #45ebc8;
}


@media (max-width: 1199.98px) {
  .visual-area.comming_style2 .circle-box-large:before {
    top: -50px;
  }

  .visual-area.comming_style2 .circle-box-large:after {
    top: 0px;
  }

  .comming_page_header2 {
    margin-top: 50px;
  }
}

@media (max-width: 991.98px) {
  .comming_page_header2 h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .comming_page_header2 h1 sup {
    font-size: 20px;
  }
  .visual-area.comming_style2 {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .comming_page_header2 .comming_logo img {
    margin: 0 0 20px;
  }
  .comming_page_header2 {
    margin-bottom: 0;
  }
  .visual-area.comming_style2 {
    height: 250px;
  }
}

.gform_validation_error .gfield .gfield_label {
  top: -4px;
  font-size: 14px;

}

.field-check {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.field-check label {
  position: static !important;
  width: 94%;
  pointer-events: auto !important;
  cursor: pointer;
}
.field-check input {
  position: relative;
  top: 10px;
}
.field-check label a {
  color: #98a1a8;
  font-size: 20px;
  line-height: 24px;
}
.field-check label a:hover {
  color: #023047 !important
}

.error404 .footer {
  display: none;
}

.error-content {
  padding: 234px 0 0;
  text-align: center;
}

.error-content h1 {
  font-size: 300px;
  color: #023047;
  line-height: 1;
  font-family: "Heebo", "Arial", sans-serif;
  margin: 0 0 -12px;
}

.error-content h2 {
  font-size: 60px;
  line-height: 1.1;
  font-family: "Heebo", "Arial", sans-serif;
  font-weight: 300;
  margin: 0 0 47px;
}

.error-content .btn-secondary {
  box-shadow: none;
}

.page-template-splash .header,
.page-template-splash .footer {
  display: none;
}

.error404 .visual-area.comming_style2 {
  margin: -223px 0 0;
  overflow: visible;
  pointer-events: none;
}

.error404 .visual-area.comming_style2 .circle-box-large {
  top: -33px;
  left: 58%;
}

.error404 .visual-area.comming_style2 .circle-box-large:before {
  left: -92%;
  top: -93px;
}
.error404 .visual-area.comming_style2 .circle-box-large:after {
  left: -67%;
  top: 160px;
}

.error404 .comming_footer a {
  display: block;
}

@media (max-width: 991.98px) {
  .error404 .visual-area.comming_style2 {
    display: none;
  }
  .error-content {
    padding: 100px 0;
  }
}

@media (max-width: 767.98px) {
  .error-content h1 {
    font-size: 100px;
    margin: 0 0 20px;
  }
  .error-content h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.advan_section .form_holder .recaptcha-text {
  color: #98a1a8;
  font-size: 12px;
  margin-top: 41px;
  margin-bottom: 0px;
}

.advan_section .form_holder .recaptcha-text a {
  color: #98a1a8;
}

.advan_section .form_holder .recaptcha-text a:hover {
  color: #023047;
}

@media (max-width: 480px) {
  .page-template-high-yield-savings .image-holder {
    width: 190px !important;
  }
  .page-template-high-yield-savings .image-holder .bubble-text-background,
  .page-template-high-yield-savings .image-holder .bubble-text-foreground {
    font-size: 102px !important;
  }
  .info-card-wrap .sign {
    right: -64px;
  }
}
@media (max-width: 992px) {
  .intro-area .description {
    margin-right: 0 !important
  }
}
@media (min-width: 992px) {
  .cmsoon-img {
    position: relative;
    top: -46px;
  }
  .page-template-comingsoon .visual-area.comming_style .circle-box-large {
    left: 80%;
  }
  .page-template-comingsoon .visual-area.comming_style .circle-box-large::before {
    bottom: 87px;
    left: -484px;
  }
  .page-template-comingsoon .visual-area.comming_style .circle-box-large::after {
    left: -375px;
    bottom: -61px;
  }
  .pvlink {
    position: relative;
    top: 100px;
  }
}
.page-template-comingsoon .text-box a {
  color: #023047;
}
.page-template-comingsoon .text-box a:hover {
  color: #4941ff;
}
@media (min-width: 992px) and (max-width: 1470px) {
  .page-template-comingsoon .order-lg-2 img {
    max-width: 100%;
    height: auto;
  }
  .cmsoon-img {
    margin-right: 0px !important;
  }
}

@media (max-width: 1470px) {
  .page-template-high-yield-savings .intro-area .description {
    margin-right: 0px !important
  }
}
.privacy-active {
  color: #a6b6c4 !important;
  text-decoration: underline;
}
.frm-wrap {
  height: 100%;
}
.frm-wrap .form_holder {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.frm-wrap .form_holder .btn-primary {
  max-width: 250px;
}
.form_holder {
  position: relative;
  overflow: hidden;
}
.form_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  font-size: 60px;
  font-family: "Sarala", "Arial", sans-serif;
  line-height: 73px;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .form_overlay {
    font-size: 55px;
    line-height: 62px;
  }
}



.mob-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #023047;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9999;
}

@media (max-width: 991.98px) {
  .mob-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.headerfix .mob-header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mob-header .logo {
  width: 150px;
  display: block !important;
}

@media (max-width: 479.98px) {
  .mob-header .logo {
    width: 160px;
  }
}

@media (max-width: 374.98px) {
  .mob-header .logo {
    width: 125px;
  }
}

.mob-header .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.mob-header .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.mob-header .btn-primary {
  background: #fff;
  padding: 0 12px;
  margin-left: 6px;
  height: 40px;
  line-height: 40px;
  color: #023047;
}

@media (max-width: 479.98px) {
  .mob-header .btn-primary {
    font-size: 12px;
    min-width: 100px;
    border-radius: 20px;
  }
}

.mob-header .btn-primary:hover {
  background: #3a90df !important;
  color: #fff !important;
}

@media (max-width: 479.98px) {
  .main_cat_area .cat-wrap .btn-primary {
    padding: 0 12px;
  }
}

.comming_text_over.form_overlay {
  display: none;
  border-radius: 13px;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0, 0.9);
  pointer-events: none;
}

.comming_text_over.form_overlay h2 {
  color: #fff;
}

.about-area .col-lg-3:nth-child(3) .comming_text_over.form_overlay {
  display: flex;
}


#signUpForm .btn-primary:hover {
  background: #0152aa !important;
}

.page-template-high-yield-savings .info-card-wrap .image-holder {
  display: flex;
}
.page-template-high-yield-savings .info-card-wrap .image-holder .bubble-text-foreground {
  position: static;
}
.page-template-high-yield-savings .info-card-wrap .image-holder .sign {
  position: static;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .page-template-high-yield-savings .info-card-wrap .image-holder {
    height: auto !important;
  }
}

.home .info-card-wrap .image-holder {
  display: flex;
}
.home .info-card-wrap .image-holder .bubble-text-foreground {
  position: static;
}
.home .info-card-wrap .image-holder .sign {
  position: static;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .home .info-card-wrap .image-holder {
    height: auto !important;
  }
  .home .info-card-wrap {
    min-height: inherit;
  }
  .home .info-card-wrap .text {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .home .info-card-wrap .text {
    padding-top: 10px;
  }
  .home .info-card-wrap .image-holder .sign {
    font-size: 30px;
    margin-top: 0;
    margin-left: 5px;
  }
  .visual-area .circle-box-large {
    left: 55%;
  }
}

.page-template-high-yield-savings .intro-area .intro-card {
  transition: all 0.4s ease;
}

.page-template-high-yield-savings .intro-area .intro-card:hover {
  background: #ddd;
}

.header .link_login {
  color: #023047;
  margin-right: 40px;
  display: none;
}
.header .link_login:hover {
  color: #4941ff;
}

.menu-active .header .link_login {
  opacity: 0;
}

.headerfix .mob-header .link_login {
  color: #fff;
}

.headerfix .mob-header .link_login:hover {
  color: #ddd;
}

@media (max-width: 991.98px) {
  .header .link_login {
    display: block;
  }
}







.page-template-faq .board-intro .holder h1:before {
  right: auto;
  left: -266px;
  background: #433aff;
  top: -62px;
}

.page-template-faq .board-intro .holder:before {
  left: auto;
  top: 72px;
  right: -168px;
}

.page-template-faq .board-intro .holder:after {
  left: auto;
  right: -227px;
  top: 200px;
}

.faq_sec {
  margin: 0 0 100px;
}

.faq_sec .h1 {
  font-size: 75px;
  line-height: 78px;
  margin: 0 39px 35px;
  letter-spacing: 0;
}

.faq_sec .faq_holder {
  padding: 0 20px;
}

.faq_wrap {
  border-bottom: 2px solid #ccc;
}

.faq_wrap .faq_opener {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 30px;
  color: #433aff;
  font-family: "Sarala", "Arial", sans-serif;
  padding: 20px 19px;
}

.faq_wrap .faq_opener:before {
  position: absolute;
  right: 30px;
  top: 20px;
  font-family: 'icomoon' !important;
  content: "\E90F";
  font-size: 30px;
  line-height: 1;
  transform: rotate(-180deg);
  transition: all 0.4s ease;
}

.faq_wrap.active .faq_opener:before {
  transform: rotate(0);
}

.faq_wrap .faq_opener:hover,
.faq_wrap.active .faq_opener {
  color: #023047;
}

.faq_wrap .holder {
  padding: 0 95px 25px 30px;
}

.faq_wrap .holder ul {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #777;
}

.faq_wrap .holder ul li {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 12px;
}

.faq_wrap .holder ul li:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: '';
  width: 5px;
  height: 5px;
  background: #777;
  border-radius: 100%;
}

.faq_wrap .holder ul ul {
  padding: 0 0 0 51px;
}

.faq_wrap .holder ul ul li {
  padding: 0 0 0 35px;
  margin: 0 0 4px;
}

.faq_wrap .holder ul ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 10px;
  height: 11px;
  background: none;
  border-radius: 5px;
  border: 2px solid #777;
}


.faq_wrap .video_wrap {
  margin: 15px 0 15px -12px;
  position: relative;
  display: inline-flex;
}

.faq_wrap .video_wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.faq_wrap .video_wrap .play-btn-img {
  width: 95px;
  height: 112px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  transition: all 0.4s ease;
}

.faq_wrap .video_wrap a:hover .play-btn-img {
  opacity: 0.4;
}



@media (max-width: 991.98px) {
  .faq_sec .h1 {
    margin: 0 0 30px;
    font-size: 50px;
    line-height: 54px;
  }
  .faq_sec .faq_holder {
    padding: 0;
  }
  .faq_wrap .faq_opener {
    padding: 10px 25px 10px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .faq_wrap .faq_opener:before {
    right: 0;
    top: 12px;
    font-size: 20px;
  }
  .faq_sec {
    margin: 0 0 50px;
  }
  .faq_wrap .holder {
    padding: 0 0 5px;
  }
  .faq_wrap .holder ul ul {
    padding: 0 0 0 15px;
  }
  .faq_wrap .holder ul {
    font-size: 16px;
    line-height: 22px;
  }
  .faq_wrap .holder ul ul li:before {
    top: 6px;
  }
  .faq_wrap .holder ul ul li {
    padding-left: 23px;
  }
  .faq_wrap .holder ul li:before {
    top: 9px;
  }
}

@media (max-width: 767.98px) {
  .faq_sec .h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .faq_wrap .video_wrap .play-btn-img {
    width: 60px;
    height: 72px;
  }
}



.swal2-popup {
  max-width: 869px;
}

.swal2-popup {
  border-radius: 0;
  background: #f2f5f8;
  padding: 53px 45px;
  text-align: center;
  font-size: 20px;
  width: 100% !important;
  line-height: 30px;
}

.swal2-content {
  padding: 0;
  font-size: 20px;
  line-height: 30px;
}

.swal2-popup .swal2-title {
  display: block;
  margin: 0 0 18px;
  font-size: 25px;
  font-family: "Sarala", "Arial", sans-serif;
  line-height: 30px;
  color: #023047;
}

.swal2-popup p {
  margin: 0 0 36px;
}

.swal2-popup .swal2-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding-top: 10px;
}

.swal2-popup .swal2-actions button {
  min-width: 185px;
  height: 54px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  line-height: 24px;
  padding: 15px 10px;
  margin: 0 8px;
  border-radius: 27px;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  font-family: "Sarala", "Arial", sans-serif;
}

.swal2-popup .swal2-actions .swal2-confirm {
  background: #023047;
  border: 0;
  color: #fff;
}

.swal2-popup .swal2-actions .swal2-confirm:hover {
  background: #433aff;
  color: #fff;
}

.swal2-popup .swal2-actions .swal2-confirm:focus,
.swal2-popup .swal2-actions .swal2-confirm:active {
  background: #023047;
  border: 0;
  box-shadow: none;
  color: #fff;
}

.swal2-popup .swal2-actions .swal2-cancel {
  box-shadow: none;
  font-style: normal;
  background: none;
  border: 3px solid #023047;
  font-size: 18px;
  line-height: 20px;
  color: #023047;
  padding: 14px 0;
}
.swal2-popup .swal2-actions .swal2-cancel:hover,
.swal2-popup .swal2-actions .swal2-cancel:focus,
.swal2-popup .swal2-actions .swal2-cancel:active {
  background: #023047;
  color: #fff;
}

.faq_wrap .video_wrap br { display:none}



@media (max-width: 991.98px) {
  #leave_modal.modal {
    padding-left: 0 !important;
  }
  .swal2-popup {
    padding: 30px 15px;
  }
}

@media (max-width: 767.98px) {
  .swal2-popup .swal2-actions button {
    margin: 0 5px 15px;
  }
  .swal2-popup .swal2-actions {
    display: block;
  }
}




.account_section_new {
  position: relative;
  padding: 113px 0 100px;
}

.account_section_new .head {
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  color: #444;
  margin: 0 0 33px;
}

.account_section_new .head p {
  margin: 0;
}

.account_section_new .head h1 {
  font-size: 50px;
  line-height: 55px;
  color: #023047;
  letter-spacing: 0;
  margin: 0 0 14px;
}

.account_section_new .row {
  margin-bottom: 25px;
}

.account_section_new .row .col-lg-6:first-child .account_box {
  margin-right: 36px;
}

.account_section_new .row .col-lg-6:last-child .account_box {
  margin-left: 36px;
}


.account_section_new .account_box {
  background: #f6f7fa;
  border-radius: 17px;
  padding: 33px 75px 24px 40px;
  text-align: center;
  height: 100%;
}

.account_section_new .account_box h2 {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  margin: 0 0 18px;
  padding: 0 0 0 47px;
}

.account_section_new .account_box .btn-primary {
  margin-left: 42px;
  padding: 15px 23px;
}

.account_section_new .account_box_list {
  text-align: left;
  margin: 0 0 -5px;
}

.account_section_new .account_box_list li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 21px;
}

.account_box_list li .ico {
  width: 98px;
}
.account_box_list li .des {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: #444;
}

.account_section_new .account_box_list p {
  margin: 0;
}

.account_section_new .account_box_list .title {
  display: block;
  color: #023047;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.6px;
}

.account_section_new .account_box.add_1 {
  padding: 16px 24px 22px;
}

.account_section_new .account_box.add_1 h2 {
  padding: 0;
  margin: 0 0 10px;
}

.account_option_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px -19px;
}

.account_option_list li {
  padding: 0 9px;
  width: 25%;
}

.account_option_list li a {
  display: block;
  border-radius: 13px;
  background: #e7ecf2;
  padding: 9px 17px 10px;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-bottom: 15px;
  height: 70px;
}

.account_option_list .title {
  display: block;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  color: #4941F6;
  font-family: "Sarala", "Arial", sans-serif;
  text-transform: uppercase;
  margin: 0 0 2px;
  transition: all 0.4s ease;
}

.account_option_list .rate_num {
  display: block;
  position: relative;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #023047;
  font-family: "Sarala", "Arial", sans-serif;
}

.account_option_list .rate_num span {
  position: relative;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0 5px 2px;
}

.account_option_list .rate_num span em {
  position: absolute;
  left: 2px;
  top: -12px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  font-family: "Sarala", "Arial", sans-serif;
  font-style: normal;
}

.account_option_list li a:hover {
  background: #4941f6;
}

.account_option_list .btn-secondary {
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 12px;
  border-radius: 13px;
  line-height: 26px;
  padding: 0;
  background: #45ebc8;
  color: #023047;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.account_option_list li a:hover .title {
  color: #fff;
}

.account_option_list li a:hover .rate_num {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.account_option_list li a:hover .btn-secondary {
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(4px);
}

.account_box.add2 {
  position: relative;
}
.account_box.add2:before {
  position: absolute;
  right: -99px;
  top: 600px;
  z-index: -1;
  content: '';
  background: #e20058;
  width: 130px;
  height: 130px;
  border-radius: 100%;
}

.account_box.add3 {
  position: relative;
}
.account_box.add3:before {
  position: absolute;
  left: -85px;
  top: -300px;
  z-index: -1;
  content: '';
  background: #45ebc8;
  width: 163px;
  height: 163px;
  border-radius: 100%;
}

.account_box.add3:after {
  position: absolute;
  left: -85px;
  top: -385px;
  z-index: -1;
  content: '';
  background: #45ebc8;
  width: 58px;
  height: 58px;
  border-radius: 100%;
}


@media (max-width: 1448.98px) {
  .account_section_new .row .col-lg-6:first-child .account_box {
    margin-right: 0;
  }

  .account_section_new .row .col-lg-6:last-child .account_box {
    margin-left: 0;
  }

  .account_box.add3:after,
  .account_box.add3:before,
  .account_box.add2:before {
    display: none;
  }
}

@media (max-width: 1359.98px) {
  .account_option_list .rate_num {
    font-size: 27px;
  }
  .account_option_list .rate_num {
    font-size: 26px;
  }
}

@media (max-width: 1199.98px) {
  .account_option_list li a {
    padding: 10px;
  }
  .account_option_list .rate_num {
    font-size: 22px;
  }
  .account_section_new .account_box {
    padding: 22px;
  }
  .account_option_list .rate_num span {
    font-size: 11px;
  }
  .account_option_list .title {
    font-size: 10px;
  }
}

@media (max-width: 991.98px) {
  .account_section_new .row .col-lg-6 {
    margin-bottom: 18px;
  }
  .account_section_new .row {
    margin-bottom: 0;
  }
  .account_section_new .account_box .btn-primary {
    margin: 0;
  }
  .account_section_new {
    padding: 20px 0 40px;
  }
  .account_box_list {
    margin: 0 0 5px;
  }
}

@media (max-width: 767.98px) {
  .account_section_new .head h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .account_section_new .head {
    font-size: 18px;
    line-height: 28px;
  }
  .account_section_new .account_box h2 {
    padding: 0;
  }
  .account_section_new.account_box .btn-primary {
    margin: 0;
  }
  .account_section_new .account_box h2 {
    font-size: 22px;
    line-height: 26px;
  }

}

@media (max-width: 574.98px) {
  .account_section_new .account_option_list li {
    width: 50%;
  }
  .account_section_new .account_box_list li {
    display: block;
  }
  .account_section_new .account_box_list li .ico {
    margin-bottom: 15px;
  }
}

img.flat {
  display: none !important
}
#cds {
  scroll-margin: 4em;
}

#join_modal .modal-dialog,
#join_modal2 .modal-dialog,
#join_modal3 .modal-dialog,
#join_modal4 .modal-dialog,
#join_modal5 .modal-dialog {
  max-width: 680px;
}

#join_modal .modal-content,
#join_modal3 .modal-content,
#join_modal2 .modal-content,
#join_modal4 .modal-content,
#join_modal5 .modal-content {
  background: #fff;
  opacity: 1;
  border-radius: 0;
  font-size: 22px;
  line-height: 31px;
  font-family: "Heebo", "Arial", sans-serif;
  padding: 42px 52px;
  color: #444;
}

#join_modal .modal-content h2,
#join_modal2 .modal-content h2,
#join_modal3 .modal-content h2,
#join_modal4 .modal-content h2,
#join_modal5 .modal-content h2 {
  font-size: 40px;
  line-height: 44px;
  color: #023047;
  font-weight: 700;
  margin: 0 0 9px;
  font-family: "Sarala", "Arial", sans-serif;
}

#join_modal .gform_description,
#join_modal2 .gform_description,
#join_modal3 .gform_description,
#join_modal4 .gform_description,
#join_modal5 .gform_description {
  margin-bottom: 35px;
}

#join_modal ul,
#join_modal2 ul,
#join_modal3 ul,
#join_modal4 ul,
#join_modal5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#join_modal input[type=text],
#join_modal input[type=tel],
#join_modal input[type=email],
#join_modal2 input[type=text],
#join_modal2 input[type=tel],
#join_modal2 input[type=email],
#join_modal3 input[type=text],
#join_modal3 input[type=tel],
#join_modal3 input[type=email],
#join_modal4 input[type=text],
#join_modal4 input[type=tel],
#join_modal4 input[type=email],
#join_modal5 input[type=text],
#join_modal5 input[type=tel],
#join_modal5 input[type=email] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #021e37;
  color: #023047;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  height: 48px;
  padding: 12px 0;
  outline: none;
  background: none;
}

#join_modal .gform_button,
#join_modal2 .gform_button,
#join_modal3 .gform_button,
#join_modal4 .gform_button,
#join_modal5 .gform_button {
  font-size: 20px;
  line-height: 30px;
  height: 50px;
  position: relative;
  background: #45ebc8;
  padding: 10px 15px;
  text-align: center;
  border: none;
  color: #112429;
  border-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-style: italic;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: 700;
  display: block;
  width: 163px;
  transition: all 0.4s ease;
}

#join_modal .gform_button:hover,
#join_modal2 .gform_button:hover,
#join_modal3 .gform_button:hover,
#join_modal4 .gform_button:hover,
#join_modal5 .gform_button:hover {
  background: #023047;
  color: #fff;
}

#join_modal .gfield,
#join_modal2 .gfield,
#join_modal3 .gfield,
#join_modal4 .gfield,
#join_modal5 .gfield {
  margin-bottom: 30px;
  position: relative;
}

#join_modal .gform_heading .gform_required_legend,
#join_modal2 .gform_heading .gform_required_legend,
#join_modal3 .gform_heading .gform_required_legend,
#join_modal4 .gform_heading .gform_required_legend,
#join_modal5 .gform_heading .gform_required_legend {
  display: none;
}

#join_modal .gfield_label,
#join_modal2 .gfield_label,
#join_modal3 .gfield_label,
#join_modal4 .gfield_label,
#join_modal5 .gfield_label {
  color: #aab2b8;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  left: 0;
  font-weight: 400;
  top: 14px;
  transition: all 0.4s ease;
  pointer-events: none;
}

#join_modal .gfield_label.label-active,
#join_modal .gfield_label.label-focus,
#join_modal2 .gfield_label.label-active,
#join_modal2 .gfield_label.label-focus,
#join_modal3 .gfield_label.label-active,
#join_modal3 .gfield_label.label-focus,
#join_modal4 .gfield_label.label-active,
#join_modal4 .gfield_label.label-focus,
#join_modal5 .gfield_label.label-active,
#join_modal5 .gfield_label.label-focus {
  font-size: 14px;
  top: -10px; 
}

.ginput_container_phone .validation_message,
#join_modal2 .ginput_container_phone .validation_message,
#join_modal3 .ginput_container_phone .validation_message,
#join_modal4 .ginput_container_phone .validation_message,
#join_modal5 .ginput_container_phone .validation_message  {
  display: none;
}

#join_modal .note,
#join_modal2 .note,
#join_modal3 .note,
#join_modal4 .note,
#join_modal5 .note {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #444;
  padding: 0 0 0 181px;
  display: block;
}

#join_modal .note a,
#join_modal2 .note a,
#join_modal3 .note a,
#join_modal4 .note a,
#join_modal5 .note a {
  font-weight: 400;
}

#join_modal .gform_footer {
  padding: 0 !important;
  margin: -73px 0 0 !important;
}
#join_modal2 .gform_footer,
#join_modal3 .gform_footer,
#join_modal4 .gform_footer,
#join_modal5 .gform_footer {
  padding: 0 !important;
  margin: -30px 0 0 !important;
}
#gform_confirmation_message_5 h2,
#gform_confirmation_message_6 h2,
#gform_confirmation_message_9 h2 {
  text-align: center;
}
#field_2_5 {
  margin-bottom: 50px;
}

#join_modal .gform_validation_errors,
#join_modal2 .gform_validation_errors,
#join_modal3 .gform_validation_errors,
#join_modal4 .gform_validation_errors,
#join_modal5 .gform_validation_errors {
  display: none;
}

#join_modal .gform_wrapper.gravity-theme .gfield_validation_message, 
#join_modal .gform_wrapper.gravity-theme .validation_message,
#join_modal2 .gform_wrapper.gravity-theme .gfield_validation_message, 
#join_modal2 .gform_wrapper.gravity-theme .validation_message,
#join_modal3 .gform_wrapper.gravity-theme .gfield_validation_message, 
#join_modal3 .gform_wrapper.gravity-theme .validation_message,
#join_modal4 .gform_wrapper.gravity-theme .gfield_validation_message, 
#join_modal4 .gform_wrapper.gravity-theme .validation_message,
#join_modal5 .gform_wrapper.gravity-theme .gfield_validation_message, 
#join_modal5 .gform_wrapper.gravity-theme .validation_message {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: none !important;
}

#join_modal .gform_validation_error .gfield_label,
#join_modal2 .gform_validation_error .gfield_label,
#join_modal3 .gform_validation_error .gfield_label,
#join_modal4 .gform_validation_error .gfield_label,
#join_modal5 .gform_validation_error .gfield_label {
  font-size: 14px;
  top: -10px; 
}

.thanksIcon {
  width: 132px;
  height: 120px;
  display: block;
  margin: 0 auto 28px;
}

.thanksIcon img {
  display: block;
  width: 100%;
  height: auto;
}

.gform_confirmation_message_2,
.gform_confirmation_message_3,
.gform_confirmation_message_9,
.gform_confirmation_message_8 {
  text-align: center;
  color: #444;
  font-size: 22px;
  line-height: 25px;
}

#join_modal .modal-content .gform_confirmation_message_2 h2,
#join_modal2 .modal-content .gform_confirmation_message_2 h2,
#join_modal3 .modal-content .gform_confirmation_message_2 h2,
#join_modal4 .modal-content .gform_confirmation_message_2 h2,
#join_modal5 .modal-content .gform_confirmation_message_2 h2 {
  text-align: center;
  font-size: 90px;
  line-height: 94px;
  margin-bottom: 27px;
}

.gform_confirmation_message_2 br,
.gform_confirmation_message_3 br,
.gform_confirmation_message_9 br {
  display: none;
}

#join_modal .gform_ajax_spinner,
#join_modal2 .gform_ajax_spinner,
#join_modal3 .gform_ajax_spinner,
#join_modal4 .gform_ajax_spinner,
#join_modal5 .gform_ajax_spinner {
  display: none !important;
}

#join_modal  .modal-content .btn-close,
#join_modal2  .modal-content .btn-close,
#join_modal3  .modal-content .btn-close,
#join_modal4  .modal-content .btn-close,
#join_modal5  .modal-content .btn-close  {
  font-size: 19px;
  right: 18px;
  top: 13px;
}


@media (max-width: 767.98px) {
  #join_modal .modal-content .gform_confirmation_message_2 h2,
  #join_modal2 .modal-content .gform_confirmation_message_2 h2,
  #join_modal3 .modal-content .gform_confirmation_message_2 h2,
  #join_modal4 .modal-content .gform_confirmation_message_2 h2,
  #join_modal5 .modal-content .gform_confirmation_message_2 h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  #join_modal .modal-content,
  #join_modal2 .modal-content,
  #join_modal3 .modal-content,
  #join_modal4 .modal-content,
  #join_modal5 .modal-content {
    padding: 24px;
    font-size: 15px;
    line-height: 21px;
  }

  .thanksIcon {
    width: 75px;
    height: 69px;
  }

  #join_modal,
  #join_modal2,
  #join_modal3,
  #join_modal4,
  #join_modal5 {
    padding: 0 !important;
  }

  #join_modal .note,
  #join_modal2 .note,
  #join_modal3 .note,
  #join_modal4 .note,
  #join_modal5 .note {
    padding: 0;
  }
  #join_modal .gform_footer,
  #join_modal2 .gform_footer,
  #join_modal3 .gform_footer,
  #join_modal4 .gform_footer,
  #join_modal5 .gform_footer {
    margin: 0 !important;
  }
  #join_modal .modal-content h2 P,
  #join_modal2 .modal-content h2 P,
  #join_modal3 .modal-content h2 P,
  #join_modal4 .modal-content h2 P,
  #join_modal5 .modal-content h2 P {
    font-size: 25px;
    line-height: 30px;
  }
  #join_modal .note,
  #join_modal2 .note,
  #join_modal3 .note,
  #join_modal4 .note,
  #join_modal5 .note {
    font-size: 12px;
  }
  #join_modal .modal-content .btn-close,
  #join_modal2 .modal-content .btn-close,
  #join_modal3 .modal-content .btn-close,
  #join_modal4 .modal-content .btn-close,
  #join_modal5 .modal-content .btn-close {
    top: 7px;
    right: 13px;
  }

  #field_2_5 {
    margin-bottom: 35px;
  }
}

.swal2-container {
  z-index: 9999999;
}
#field_2_7,
#field_5_11,
#field_6_11,
#field_7_11 {
  height: 0;
  position: absolute !important;
  bottom: 10px;
}

#field_5_11 label,
#field_6_11 label,
#field_7_11 label {
  display: none;
}
.notificationBar {
  background: #F1F1F1;
  color: #023047;
  font-size: 16px;
  line-height: 18px;
  text-align: center !important;
  border-bottom: 3px solid #c4c2c2;
  padding: 12px 20px 10px;
  width: 100%;
  display: block;
  margin-bottom: 17px;
  position: relative;
  z-index: 999;
}
.notificationBar .container {
  display: block;
  text-align: center;
}

.noti-active .header {
  padding-top: 0px !important;
}
.noti-active .menu-opener {
  top: 69%
}
@media (max-width: 600px) {
  .noti-active .menu-opener {
    top: 71%
  }
}
@media (max-width: 480px) {
  .noti-active .menu-opener {
    top: 72%
  }
}
@media (min-width: 992px) {
  .noti-active .headerfix .header {
    padding: 0 0 17px;
  }
}

@media (max-width: 992px) {
  .nav-area .menu-opener.mob {
      top: 13px !important
  }
}

@media (min-width: 767px) {
  #gform_submit_button_9 {
    margin-top: -41px;
  }
}

.page-id-803 .content-page h1 {
  max-width: 1440px;
  padding: 40px 15px 0;
  margin: 0 auto 50px;
  text-align: left;
  font-size: 75px;
  line-height: 1;
  letter-spacing: 0;
}


.customContent .gform_button {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  cursor: pointer;
  background: #0A59A4 !important;
  line-height: 40px;
  min-width: 130px;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  text-align: center;
  border: none;
  color: #fff;
  border-radius: 20px;
  box-shadow: none;
  transition: all 0.4s ease;
}
.customContent .gform_button:hover {
  background: #023047 !important;
}


.customContent .gform_fields input[type=text],
.customContent .gform_fields input[type=email] {
  display: block;
  border: 0 !important;
  border-bottom: 1px solid #021e37 !important;
  padding: 10px 0 !important;
  width: 100%;
  background: none;
  color: #023047;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  outline: none;
}

.customContent .gform_fields label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #98a1a8;
  font-size: 20px;
  line-height: 24px;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
}

.customContent .gform_fields .gfield.focused label,
.customContent .gform_fields .gfield.filled label {
  top: -14px;
  font-size: 14px;
  line-height: 17px;
}

.customContent .gform_fields .gfield {
  position: relative;
  margin: 0 0 40px;
}

.customContent .gform_required_legend {
  display: none !important;
}

.customContent .gform_wrapper.gravity-theme .gform_footer, 
.customContent .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0;
  margin: 0;
}

#field_4_9 label {
  position: static !important;
}

.customContent .gform_fields #field_4_9.gfield.focused label,
.customContent .gform_fields #field_4_9.gfield.filled label {
  font-size: 20px;
  line-height: 24px;
}

.customContent .gform_fields #field_4_7 label {
  top: -14px;
  font-size: 14px;
  line-height: 17px;
}


.customContent .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.customContent .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 20px !important;
  line-height: 24px !important;
  padding-left: 10px;
}

.customContent .ginput_container_select {
  position: relative;
}

.customContent select::-ms-expand {display: none;}

.customContent select {
    border: 0;
  border-bottom: 1px solid #021e37;
  padding: 10px 0 !important;
  width: 100%;
  background: none;
  color: #023047;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  outline: none;
  margin:0;
  -webkit-appearance:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  appearance: none;
  border-radius: 0;
  position: relative;
}

.customContent .ginput_container_select:before {
  pointer-events: none;
  font-family: 'icomoon' !important;
  content: "\e90f";
  font-size: 25px;
  line-height: 1;
  position: absolute;
  right: 5px;
  top: 18px;
  z-index: 9;
  transform: rotate(-180deg);
  color: #25282a;
}


.page-id-242231 .intro-area .row {
  margin: 0;
}

.customContent .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}

.customContent .validation_message {
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}

.customContent .gform_validation_error .gfield .gfield_label {
  top: -15px;
}



@media (max-width: 767.98px) {
  .txt-blue p {
    font-size: 16px;
    line-height: 24px;
  }

  .customContent .gform_fields label {
    top: 20px;
  }

  .customContent .gform_fields .gfield {
    margin: 0 0 10px;
  }

  .customContent .gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .pri {
    display: block;
  }
}

@media (min-width: 576px) {
  #join_modal2 .modal-dialog {
    max-width: 800px;
  }
  #join_modal3 .modal-dialog {
    max-width: 800px;
  }
}
#gform_fields_5 .spacer,
#gform_fields_6 .spacer,
#gform_fields_7 .spacer {
  display: none
}
#input_5_10,
#input_5_12,
#input_5_13,
#input_6_10,
#input_6_12,
#input_6_13,
#input_7_10,
#input_7_12,
#input_7_13 {
  background: none;
  border: none;
  border-bottom: 1px solid #021e37;
  padding-bottom: 7px;
  padding-top: 9px;
  font-size: 20px;
  font-weight: 700;
  color: #023047;
}
#gform_submit_button_5,
#gform_submit_button_6,
#gform_submit_button_7 {
  margin-top: -44px;
}
@media (max-width: 767px) {
  #gform_fields_5 .gfield,
  #gform_fields_6 .gfield,
  #gform_fields_7 .gfield {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  #join_modal .modal-dialog {
      max-width: 700px;
      margin: 1.75rem auto;
    }
}
@media (max-width: 767px) {
  #field_5_11, 
  #field_6_11,
  #field_7_11 {
    position: static !important;
  }
  #field_5_6 .note br, 
  #field_6_6 .note br,
  #field_7_6 .note br,
  #field_2_6 .note br {
    display: none !important
  }
  #input_6_10 option,
  #input_6_12 option,
  #input_6_13 option,
  #input_7_10 option,
  #input_7_12 option,
  #input_7_13 option,
  #input_5_10 option,
  #input_5_12 option,
  #input_5_13 option {
    font-size: 16px !important
  }
}

@media (min-width: 992px) {
  .page-id-820 h1 {
    margin: 60px 0;
  }
}
@media (max-width: 992px) {
  .page-id-820 h1 {
    margin: -50px 0 50px;
  }
}

.mp-wrap {
  display: flex; 
  justify-content: space-between;
  margin-bottom: 40px
}
.mp-wrap-left {
  width: 10%; 
  font-weight: bold;
}
.mp-wrap-right {
  width: 90%
}

@media (max-width: 767px) {
  .mp-wrap-left {
    width: 20%
  }
  .mp-wrap-right {
    width: 80%
  }
}
@media (max-width: 480px) {
  .mp-wrap {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .mp-wrap-left,
  .mp-wrap-right {
    width: 100%
  }
  .mb-none-mob {
    margin-bottom: 0 !important
  }
}

.cd_blocks {
  margin: 0 0 96px;
}

.cd_offer_section {
  position: relative;
  background: #f2f5f9;
  padding: 138px 0 65px;
  margin: 0 0 80px;
}

.cd_offer_boxes {
  position: relative;
}

.cd_offer_boxes:before {
  position: absolute;
  right: -184px;
  top: -114px;
  content: '';
  width: 337px;
  height: 337px;
  border-radius: 100%;
  background: #3e3ee3;
}

.cd_offer_boxes:after {
  position: absolute;
  right: 94px;
  top: -259px;
  content: '';
  width: 134px;
  height: 134px;
  border-radius: 100%;
  background: #3e3ee3;
}

.cd_offer_section .title {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  color: #3e3ee3;
  display: block;
  margin: 0 0 12px;
  font-family: "Sarala", "Arial", sans-serif;
}

.cd_offer_section h2 {
  font-weight: 700;
  font-size: 74px;
  line-height: 78px;
  color: #023047;
  font-family: "Sarala", "Arial", sans-serif;
  margin: 0 0 17px;
  letter-spacing: -1.4px;
}

.cd_offer_section h2 sup {
  font-size: 37px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -14px;
}

.cd_offer_section .description {
  font-size: 33px;
  line-height: 38px;
  font-weight: 300;
  max-width: 810px;
  color: #444;
  margin: 0 0 35px;
  font-family: "Heebo", "Arial", sans-serif;
}

.cd_offer_section .description p {
  margin: 0 0 15px;
}

.cd_offer_section .btn-primary {
  margin-bottom: 68px;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 15px 45px;
}

.cd_offer_section .col-lg-3 {
  margin-bottom: 46px;
}

.cd_offer_box {
  background: #fff;
  box-shadow: 10px 10px 15px rgba(30,36,122, 0.34);
  border-radius: 14px;
  padding: 48px 40px 24px;
  height: 100%;
  text-align: center;
  font-weight: 300;
  color: #444;
}

.cd_offer_box strong {
  font-weight: 700;
}

.cd_offer_box .ico-holder {
  min-height: 104px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.cd_offer_section .bottom-text {
  display: block;
  font-weight: 300;
}

.cd_offer_block {
  background: #f2f5f8;
  border-radius: 14px;
  overflow: hidden;
}

.cd_offer_block .title {
  display: block;
  background: #3e3ee3;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-family: "Sarala", "Arial", sans-serif;
  padding: 13px 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.2px;
}

.cd_offer_block .text-row {
  padding: 0 47px 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cd_offer_block:hover .cd_box {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.cd_offer_block .text {
  font-size: 44px;
  line-height: 48px;
  color: #3e3ee3;
  padding-right: 25px;
  font-weight: 400;
}

.cd_offer_block .text sup {
  font-size: 25px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 13px;
  margin-left: 3px;
}

.cd_offer_block .rate {
  padding-left: 44px;
  font-size: 60px;
  line-height: 64px;
  color: #023047;
  font-weight: 700;
  font-family: "Sarala", "Arial", sans-serif;
}

.cd_offer_block sub {
  color: #3e6173;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
  font-weight: bold;
}

.cd_offer_block sub:before {
  position: absolute;
  left: 0;
  top: -24px;
  font-size: 24px;
  color: #3e6173;
  content: '%';
  font-weight: normal !important;
}


.cd_offer_section2 .holder {
  background: #f5f6fa;
  border-radius: 19px;
  padding: 40px 42px 20px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.cd_offer_section2 {
  position: relative;
}

.cd_offer_section2:before {
  position: absolute;
  right: -87px;
  top: -27px;
  content: '';
  width: 230px;
  height: 230px;
  border-radius: 100%;
  background: #4941F6;
}

.cd_offer_section2:after {
  position: absolute;
  right: -63px;
  top: 226px;
  content: '';
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #4941F6;
}

.cd_offer_section2 .cd_offer_head {
  max-width: 986px;
  margin: 0 auto 30px;
  color: #023047;
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
}

.cd_offer_section2 .title {
  font-size: 32px;
  line-height: 35px;
  font-family: "Sarala", "Arial", sans-serif;
  color: #4941F6;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin: 0 0 17px;
}

.cd_offer_cols {
  margin-bottom: 0 !important;
}

.cd_offer_col {
  max-width: 230px;
  margin: 0 auto 25px;
  text-align: center;
  color: #023047;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.cd_offer_col strong {
  font-weight: 700;
}

.cd_offer_col .ico-holder {
  min-height: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.cd_offer_section2 .bottom-text {
  display: block;
  color: #023047;
  font-size: 10px;
  line-height: 12px;
}

.cd_offer_section2 .btn-primary {
  margin-bottom: 25px;
}

.page-template-high-yield .cd_blocks .box-holder {
  justify-content: center;
}

.page-template-high-yield .visual-area.contact-style2 {
  margin-bottom: 90px;
}

.page-template-high-yield .cd_blocks .head {
  margin: 0 0 23px;
}

@media (max-width: 1359.98px) {
  .cd_offer_box {
    padding: 28px 20px 24px;
  }
}

@media (max-width: 1199.98px) {
  .cd_offer_section2 .holder {
    padding: 40px 0 20px;
  }

  .cd_offer_section {
    padding: 70px 0 20px;
  }

  .cd_offer_boxes:before,
  .cd_offer_boxes:after {
    display: none;
  }

  .cd_offer_section h2 {
    font-size: 50px;
    line-height: 56px;
  }

  .cd_blocks {
    margin-bottom: 50px;
  }

  .cd_offer_block .text {
    font-size: 28px;
    line-height: 34px;
  }

  .cd_offer_block .rate {
    /*font-size: 40px;
    line-height: 44px;*/
    padding-left: 10px;
  }

  /*.cd_offer_block sub {
    font-size: 17px;
    line-height: 20px;
  }

  .cd_offer_block sub::before {
    top: -17px;
  }*/
}

@media (max-width: 767.98px) {
  .cd_offer_section2 .cd_offer_head {
    font-size: 20px;
    line-height: 30px;
  }

  .cd_offer_section2 .title {
    font-size: 22px;
    line-height: 25px;
  }

  .cd_offer_section2:before,
  .cd_offer_section2:after {
    display: none;
  }

  .cd_offer_section2 .bottom-text br {
    display: none;
  }

  .cd_offer_section2 .holder {
    padding: 30px 15px;
  }
  .cd_offer_section2 .btn-primary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-template-high-yield .visual-area.contact-style2 {
    margin-bottom: 0;
  }

  .cd_offer_block .title {
    font-size: 30px;
  }

  .cd_offer_block .text-row {
    padding: 0 0 15px;
  }

  .cd_offer_block .text {
    padding: 0 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .cd_offer_block .text sup {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }

  .cd_offer_section .title {
    font-size: 26px;
    line-height: 30px;
  }

  .cd_offer_section h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .cd_offer_section h2 br {
    display: none;
  }

  .cd_offer_section h2 sup {
    font-size: 12px;
    margin-top: -7px;
    margin-left: 4px;
  }

  .cd_offer_section .description {
    font-size: 20px;
    line-height: 30px;
  }

  .cd_offer_section .btn-primary {
    padding: 15px;
  }

  .cd_blocks {
    margin: 0;
  }
}


.cd_offer_block .cd_box:hover .text {
  color: #fff;
}

.cd_offer_block .cd_box:hover .rate {
  color: #fff;
}

.cd_offer_block .cd_box:hover sub {
  color: #fff;
}

.cd_offer_block .cd_box:hover sub:before {
  color: #fff;
}

.cd_offer_block .cd_box:hover .box_hover {
  top: 70px;
}

.page-template-high-yield .benifit-list .text .h3 span {
  font-weight: 300;
  font-size: 23px;
}

.cd_box .number .text {
  color: #3e6173;
}

.cd_box .number .sign {
  color: #627481;
}
.cd_offer_section .bottom-text .nobr,
#disclosures .nobr {
  display: none;
}
.legal-item-8 {
  float: left;
  margin: 0 2px 0 0 !important;
}

@media (max-width: 520px) {
  .cd_offer_block .cd_box:hover .box_hover {
    top: 59% !important
  }
}


.info-card-wrap .ratio_box_offer {
  width: 250px !important;
  color: #4940fd !important;
  font-size: 30px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 0;
  margin-right: 7px;
  float: right;
  margin-top: 8px !important;
  padding-bottom: 16px;
}


.info-card.info-card_offer .ico img {
  margin: 0 !important;
  width: 100%;
  height: auto;
}

.ratio_box_offer .offer_head {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin: 0 0 5px;
  color: #4940fd;
}

.info-card-wrap .ratio_box_offer .year {
  word-spacing: -2px;
}

.info-card-wrap .ratio_box_offer:after {
  background: #d3d5d8;
}

.info-card-wrap .ratio_box_offer strong,
.info-card-wrap .ratio_box_offer span ,
.info-card-wrap .ratio_box_offer div {
  z-index: 22;
  position: relative;
}

.home .info-card-wrap .ratio_box_offer br {
  display: block;
}

.benifit-cards_add .container {
  max-width: 1080px;
}

.benifit-cards_add .benifit-card {
  padding-bottom: 15px;
}

.info-area .col-lg-6:nth-child(2)::before {
  top: auto;
  bottom: -35px;
  right: auto;
  left: -70px;
}

.info-area .col-lg-6:nth-child(2):after {
  position: absolute;
  top: 32px;
  right: -20px;
  content: '';
  width: 64px;
  height: 64px;
  border-radius: 100%;
}

.info-area .col-lg-6 + .apr-boxes + .col-lg-6:before {
  position: absolute;
  top: -53px;
  right: -95px;
  content: '';
  width: 145px;
  height: 145px;
  border-radius: 100%;
  background: #e30058;
}

.info-area .col-lg-6 + .apr-boxes + .col-lg-6:after {
  position: absolute;
  top: 90px;
  right: -123px;
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #e30058;
}
.info-card-wrap .ratio_box_offer:before {
  border-color: #4940fd;
}



@media (max-width: 991px) {
  .info-card-wrap .ratio_box_offer {
    margin-top: 26px !important;
  }
}

@media (max-width: 767px) {
  .info-card-wrap .ratio_box_offer {
    margin-top: 30px !important;
  }
}


.info-card-wrap .ratio_box .number span {
  font-family: 'Teko', sans-serif;
  font-size: 18px !important;
  margin: 0 3px 0 1px;
}

.page-template-checking .benifit-cards a {
  color: #4941ff;
}
.page-template-checking .benifit-cards a:hover {
  color: #0152AA;
}
@media (max-width: 1400px) {
  .page-template-checking .benifit-cards .card4 p br{
    display: none
  } 
}


.info-card-wrap .ratio_box .year {
  word-spacing: 0;
}


@media (max-width: 991px) {
  .info-card.info-card_offer .ico img {
    margin: 21px 0 0 112px;
  }
}

@media (max-width: 479px) {
  .info-card.info-card_offer .ico img {
    margin: 50px 0 10px 83px;
  }
  .info-area .info-card .ico {
    margin: 0;
  }
  .info-card-wrap .ratio_box_offer {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .contact-info ul {
    font-size: 22px !important;
    line-height: 26px !important;
    margin: 0 0 15px !important;
  }
  .contact-info ul li a {
    color: #4941ff !important;
  }
  .page-template-contact .contact-info p a {
    color: #4941ff !important;
    font-size: 22px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  .page-template-savings .head h2 br {
    display: none !important;
  }
}
/*
.alert_box_top {
  background: #4139ff;
  color: #fff;
  position: relative;
  margin: -25px 0 17px;
  padding: 25px 0;
  z-index: 99999;
}

.alert_box_top .container {
  display: block;
  text-align: center;
  max-width: 1220px;
}

.alert_box_top .head {
  font-family: "Sarala", "Arial", sans-serif;
  text-align: center;
  font-size: 25px;
  line-height: 32px;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.alert_box_top .text {
  flex-grow: 1;
  flex-basis: 0;
}

.alert_box_top p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.alert_box_top p strong {
  font-weight: 700;
}

body.alert-show .main {
  padding-top: 126px;
}

body.alert-show .menu-opener {
  top: 172px;
}

@media (min-width: 992px) {
  .headerfix .header .alert_box_top {
    margin-top: -17px;
  }
}

@media (max-width: 1399px) {
  .alert_box_top {
    padding: 15px 0;
  }

  body.alert-show .main {
    padding-top: 106px;
  }
}

@media (max-width: 1259px) {
  .alert_box_top .head {
    margin-right: 20px;
  }
  .alert_box_top p {
    padding-right: 0;
    font-size: 19px;
  }
}

@media (max-width: 1199px) {
  .alert_box_top p {
    font-size: 16px;
    line-height: 24px;
  }

  .alert_box_top .head {
    font-size: 32px;
    line-height: 34px;
  }

  .alert_box_top .head {
    width: 216px;
  }

  body.alert-show .main {
    padding-top: 102px;
  }
}

.mob-header {
  display: none;
}
.mob-header-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.content-page {
  padding-top: 226px;
}

@media (max-width: 991px) {
  .alert_box_top {
    margin-top: -12px;
    padding: 15px 0;
  }

  .mob-header {
    display: flex;
  }

  .alert_box_top .head {
    width: 160px;
    font-size: 23px;
    line-height: 25px;
  }

  .alert_box_top p {
    font-size: 12px;
    line-height: 18px;
  }

  body.alert-show .main {
    padding-top: 0;
  }

  body.alert-show .menu-opener {
    top: 107px;
  }
  .content-page {
    padding-top: 50px;
  }
}

@media (max-width:  767px) {
  .alert_box_top .container {
    display: block;
    text-align: center;
  }

  .alert_box_top .head {
    width: 100%;
    margin: 0 0 5px;
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 24px;
  }

  .alert_box_top .head br {
    display: none;
  }

  body.alert-show .main {
    padding-top: 0;
  }

  .alert_box_top {
    min-height: 130px;
  }

  body.alert-show .menu-opener {
    top: 153px;
  }

  .page-id-803 .content-page h1 {
    font-size: 45px;
    margin-bottom: 10px;
    padding-top: 0;
  }
}

@media (max-width: 479px) {
  .alert_box_top {
    min-height: 149px;
  }

  body.alert-show .menu-opener {
    top: 171px;
  }
}

@media (max-width: 359px) {
  .alert_box_top {
    min-height: 167px;
  }

  body.alert-show .menu-opener {
    top: 189px;
  }
}

.mob-header .alert_box_top {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}
*/
.page-template-maintenance .header-uni,
.page-template-maintenance .mob-header,
.page-template-maintenance .header-sim .nav-drop,
.page-template-maintenance .footer-content .col-holder,
.page-template-maintenance #disclosures {
  display: none !important
}

.mainte_header {
  padding: 27px 0 64px;
}

.mainte_header .logo {
  width: 219px;
}

.page-template-maintenance .maintenance-wrapper {
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
}

.page-template-maintenance .wrapper-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.page-template-maintenance .footer {
  height: 354px;
  padding-top: 43px;
}

.page-template-maintenance .footer-content {
  padding-bottom: 58px;
}

.page-template-maintenance .footer .logo-holder {
  width: 424px;
}

.mainte_sec:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  background: url(images/mainte_bg.png) no-repeat;
  width: 759px;
  height: 489px;
}

.mainte_sec .holder {
  max-width: 815px;
  font-size: 29px;
  line-height: 44px;
}

.mainte_sec h1 {
  font-size: 63px;
  line-height: 65px;
  margin: 0 0 23px;
}

.mainte_sec p {
  margin: 0 0 27px;
  font-weight: 300;
}

.page-template-maintenance .header.clearheader {
  display: none !important;
}

.mainte_sec p strong {
  font-weight: 700;
}


@media (max-width: 1799px) {
  .mainte_sec:before {
    right: -100px;
  }
}

@media (max-width: 1599px) {
  .mainte_sec:before {
    right: -200px;
  }
}

@media (max-width: 1499px) {
  .mainte_sec:before {
    right: -300px;
  }
}

@media (max-width: 1399px) {
  .mainte_sec:before {
    right: -400px;
  }
}

@media (max-width: 1199px) {
  .mainte_sec:before {
    display: none;
  }
}


@media (max-width: 991px) {
  .footer-bottom {
    font-size: 11px;
  }
  .page-template-maintenance .footer-content {
    padding-bottom: 20px; 
  }

  .page-template-maintenance .footer {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .page-template-maintenance .footer .logo-holder {
    width: 240px;
  }

  .page-template-maintenance .footer-bottom {
    font-size: 10px;
    line-height: 18px;
  }

  .page-template-maintenance .footer-content {
    padding: 0;
  }

  .mainte_sec h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .mainte_sec .holder {
    font-size: 18px;
    line-height: 28px;
  }

  .mainte_sec p {
    margin-bottom: 12px;
  }
}
.pr-divider {
  display: inline-block;
}
/*.pri.maintain,
.per.maintain {
  display: none !important;
}*/
.page-template-maintenance .pri,
.page-template-maintenance .per,
.page-template-maintenance .pr-divider {
  display: none !important;
}
/*.page-template-maintenance .pri.maintain,
.page-template-maintenance .per.maintain {
  display: inline-block !important;
}
.page-template-maintenance-php.page-id-874 .mainte_sec .holder {
  max-width: 100% !important;
  position: relative;z-index: 9
}
.page-template-maintenance-php.page-id-876 .mainte_sec .holder {
  max-width: 1100px !important;
  position: relative;z-index: 9
}*/


.trust-home-section {
  background: #f2f5f8;
  padding: 180px 0 136px;
}

.trust-home-section .logo-box {
  margin: 0 auto 51px;
  width: 420px;
}

.trust-home-section .logo-box img {
  display: block;
  width: 100%;
  height: auto;
}

.trust-home-section .text {
  text-align: center;
  display: block;
  font-size: 90px;
  line-height: 1;
  font-weight: 100;
  padding-right: 14px;
  color: #023047;
  text-transform: uppercase;
  transform: skew(-10deg);
}

.trust-home-section .text sup {
  font-size: 23px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .trust-home-section .text {
    font-size: 60px;
  }

  .trust-home-section .logo-box {
    margin-bottom: 30px;
  }

  .trust-home-section {
    padding: 85px 0;
  }

  .trust-home-section .text sup {
    font-size: 20px;
    margin-top: 23px;
  }
}

@media (max-width: 991px) {
  .trust-home-section .text {
    font-size: 45px;
  }

  .trust-home-section .logo-box {
    width: 320px;
  }
}

@media (max-width: 767px) {
  .trust-home-section .text {
    font-weight: 300;
    font-size: 36px;
    padding: 0 25px;
  }

  .trust-home-section .text sup {
    font-size: 12px;
    margin-top: 15px;
    margin-left: 2px;
  }
}
#field_5_10 label,
#field_7_10 label,
#field_6_10 label {
  display: none;
}

@media (max-width: 767px) {
  body.page-template-money-market .info-card-wrap .image-holder {
    max-width: 175px
  }
  body.page-template-money-market .head.text-center h2 br {
    display: none
  }
}

@media (max-width: 1350px) {
  .fd-img {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

.page-template-business-products .visual-area .text-box h1 span {
  font-size: 49px;
}

@media (max-width: 1600px) {
  .page-template-business-products .visual-area .text-box h1  {
    line-height: 50px;
  }
  .page-template-business-products .visual-area .text-box h1 span {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 991.98px) {
  .page-template-business-products .visual-area .text-box h1 span {
    font-size: 28px;
    line-height: 38px;
    display: block;
  }
}
@media (max-width: 767px) {
  .page-template-business-products .visual-area .text-box h1 {
    font-size: 50px !important;
  }
  .bd-video-box {
    margin-bottom: 30px !important;
  }
}
 
@media (max-width: 1459.99px) {
  .page-template-business-products .visual-area .text-box h1 {
    font-size: 65px;
    line-height: 47px;
  }
}

.account_section_new .row.high-yield-row .col-lg-6:last-child .account_box {
  margin-left: 0;
}

.account_section_new .row .account_box:before,
.account_section_new .row .account_box:after {
  display: none !important;
}

.account_section_new .account_box.add2:before {
  display: none;
}

.account_section_new .first-box:before {
  position: absolute;
  left: -66px;
  top: 102px;
  z-index: -1;
  content: '';
  background: #e20058;
  width: 130px;
  height: 130px;
  border-radius: 100%;
}

.account_section_new .row {
  margin-bottom: 52px;
}

.account_section_new .shape_new_01 {
  position: absolute;
  bottom: -514px;
  right: -170px;
  width: 746px;
  height: 738px;
  border: 100px solid #45eac8;
  border-radius: 100%;
  z-index: -1;
}

.account_section_new .shape_new_01:before {
  position: absolute;
  right: 14px;
  top: -298px;
  width: 163px;
  height: 163px;
  border-radius: 100%;
  content: '';
  background: #45eac8;
}
.account_section_new .shape_new_01:after {
  position: absolute;
  right: -59px;
  top: -138px;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  content: '';
  background: #45eac8;
}

@media (max-width: 1439px) {
  .account_section_new .first-box:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .account_section_new .shape_new_01 {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidemob {
    display: none
  }
}

@media (min-width: 1600px) {
  .page-template-business-cds .visual-area.contact-style2 .text-box {
    margin-right: -22px;
  }

  .page-template-business-cds .visual-area.contact-style2 {
    margin-bottom: 96px;
  }

  .page-template-business-cds .cd_blocks .head .h1 sup {
    font-size: 50px;
  }

  .cd_blocks .head {
    margin: 0 0 63px;
  }

  .cd_offer_section .btn-primary {
    margin-bottom: 101px;
  }

  .cd_offer_section {
    padding-bottom: 127px;
    margin-bottom: 113px;
  }

  .benifit-area.style01 .description {
    padding-top: 16px;
  }

  .cd_offer_section .btn-primary {
    padding: 15px 65px;
  }
}

.account_section_new {
  overflow-y: hidden;
}

.account_section_new .container {
  position: relative;
}
.page-id-356 .active2 a {
  color: #3E3EE3
}
.page-id-899 .active3 a {
  color: #3E3EE3
}

.page-template-business-products .circle-box-large {
  border: none;
}

.bd-video-box {
  max-width: 753px;
  float: right;
  margin: 0 39px 0 0;
}

.bd-video-box video {
  display: block;
  width: 100%;
  object-fit: cover;
}

.bd-video-box .text {
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  color: #023047;
  padding: 22px 0 0;
  letter-spacing: -1px;
  font-weight: 700;
  font-family: "Sarala", "Arial", sans-serif;
}

.bd-video {
  position: relative;
  box-shadow: 30px 30px 40px rgba(0,71,127, 0.35);
}

.bd-video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  background: none;
  border: 0;
  padding: 0;
}

.page-template-business-products .visual-area .text-box a {
  margin: 0;
}

.page-template-business-products .visual-area .text-box .btn-holder {
  padding: 9px 0 30px;
}

.page-template-business-products .visual-area {
  min-height: 1150px;
  margin-bottom: 0;
}

.page-template-business-products .visual-area .text-box p {
  margin: 0;
}

.page-template-business-products .visual-area .text-box p sup {
  top: -1em;
  font-size: 50%;
}

@media (min-width: 1600px) {
  .page-template-business-products .visual-area .circle-box-large:before {
    left: 0;
    bottom: 85px;
  }

  .page-template-business-products .visual-area .circle-box-large:after {
    left: -63px;
    bottom: 313px;
  }

  .page-template-business-products .visual-area .text-box {
    padding: 124px 0 0 16px;
  }

  .page-template-business-products .visual-area .text-box h1 {
    margin: 0 0 12px;
    line-height: 52px;
  }
}


@media (max-width: 1359px) {
  .bd-video-box {
    max-width: 650px;
    margin: 0;
  }

  .bd-video-box .text {
    font-size: 28px;
  }

  .page-template-business-products .visual-area .text-box {
    padding-left: 0;
  }

  .page-template-business-products .visual-area .btn-primary {
    padding: 15px 22px;
  }
}

@media (max-width: 1199px) {
  .page-template-business-products .visual-area .circle-box-large:before {
    display: none;
  }

  .page-template-business-products .visual-area .circle-box-large:after {
    display: none;
  }
}


@media (max-width: 991px) {
  .bd-video-box {
    margin: 30px auto 60px;
    float: none;
  }

  .page-template-business-products .visual-area {
    min-height: auto;
    margin-bottom: 100px;
  }

  
}

@media (max-width: 767px) {
  .bd-video-box .text {
    font-size: 20px;
  }

  .page-template-business-products .visual-area .btn-primary {
    font-size: 14px;
  }

  .page-template-business-products .visual-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #playButton img {
    width: 55px;
    height: auto;
  }
}


.page-template-landing .circle-box-large {
  border: none;
}

.page-template-landing .visual-area .text-box a {
  margin: 0;
}

.page-template-landing .bd-video-box {
  margin-top: 20px;
}

.page-template-landing .visual-area .text-box .btn-primary {
  min-width: 209px;
}

.page-template-landing .visual-area .text-box .btn-primary:first-child {
  margin-right: 16px;
}

.page-template-landing .visual-area .text-box .btn-row {
  display: flex;
  margin-bottom: 30px;
}

.page-template-landing .visual-area {
  min-height: 1150px;
  margin-bottom: 0;
}

.page-template-landing .visual-area .text-box .subhead {
  display: block;
  font-size: 28px;
  line-height: 32px;
  color: #023047;
  margin: 0 0 20px;
}

.page-template-landing .visual-area .text-box p {
  margin: 0 0 27px;
  padding: 0;
}

.page-template-landing .visual-area .text-box p sup {
  top: -1em;
  font-size: 50%;
}

.new_solutions {
  padding: 4px 0 127px;
  text-align: center;
}

.new_solutions h2 {
  margin: 0 0 28px;
  font-size: 75px;
  line-height: 1.1;
}

.new_solutions p {
  max-width: 546px;
  margin: 0 auto;
}

@media (min-width: 1600px) {
  .page-template-landing .visual-area .circle-box-large:before {
    left: 0;
    bottom: 85px;
  }

  .page-template-landing .visual-area .circle-box-large:after {
    left: -63px;
    bottom: 313px;
  }

  .page-template-landing .visual-area {
    padding-top: 220px;
  }

  .page-template-landing .visual-area .text-box h1 {
    margin: 0 -7px 33px 0;
    letter-spacing: -3px;
  }

  .page-template-landing  .circle-box-large {
    width: 1710px;
    height: 1710px;
  }
}

@media (max-width: 1599px) {
  .page-template-landing .visual-area .text-box {
    padding-left: 0;
  }
}


@media (max-width: 1359px) {
  .bd-video-box {
    max-width: 650px;
    margin: 0;
  }

  .bd-video-box .text {
    font-size: 28px;
  }

  .page-template-landing .visual-area .text-box {
    padding-left: 0;
  }

  .page-template-landing .visual-area .btn-primary {
    padding: 15px 22px;
  }
}

@media (max-width: 1199px) {
  .page-template-landing .visual-area .circle-box-large:before {
    display: none;
  }

  .page-template-landing .visual-area .circle-box-large:after {
    display: none;
  }

  .page-template-landing .visual-area .text-box h1 br {
    display: none;
  }

  .page-template-landing .visual-area .text-box .subhead {
    font-size: 24px;
  }

  .page-template-landing .visual-area .text-box .subhead br {
    display: none;
  }

  .page-template-landing .visual-area .text-box p br {
    display: none;
  }

  .page-template-landing .visual-area .text-box .btn-primary {
    min-width: inherit;
  }

  .page-template-landing .visual-area {
    min-height: inherit;
  }

  .new_solutions {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .new_solutions h2 {
    font-size: 60px;
  }
}


@media (max-width: 991px) {
  .bd-video-box {
    margin: 30px auto 60px;
    float: none;
  }

  .page-template-landing .visual-area {
    min-height: auto;
    margin-bottom: 100px;
  }

  
}

@media (max-width: 767px) {
  .bd-video-box .text {
    font-size: 20px;
  }

  .page-template-landing .visual-area .btn-primary {
    font-size: 14px;
  }

  .page-template-landing .visual-area {
    margin-bottom: 50px;
  }

  .new_solutions h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #playButton img {
    width: 55px;
    height: auto;
  }
}

#bc_sec {
  padding-top: 100px;
  margin-top: -100px;
}

html {
  scroll-behavior: smooth;
}

.calculator-table-holder {
  padding: 220px 0 0;
  position: relative;
}

.calculator-table-holder:before {
    position: absolute;
    left: -781px;
    top: 167px;
    content: '';
    border: 200px solid #45ebc8;
    border-radius: 100%;
    pointer-events: none;
    width: 1228px;
    height: 1228px;
    z-index: -1;
}

.calculator-table-holder .container {
  max-width: 1370px;
}

.calculator-table-holder .head {
  text-align: center;
  margin: 0 0 45px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  color: #444;
}

.calculator-table-holder h1 {
  margin: 0 0 19px;
  line-height: 1.1;
  font-size: 4.5rem;
}

.calculator-table-wrap {
  background: #f2f5f8;
  border-radius: 23px 23px 0 0;
  padding: 45px 54px 0 40px;
  position: relative;
}

.calculator-table-wrap:after {
  position: absolute;
  right: -149px;
  top: -144px;
  content: '';
  background: #45ebc8;
  width: 62px;
  height: 62px;
  border-radius: 100%;
}

.calculator-table-wrap:before {
  position: absolute;
  right: -119px;
  top: -40px;
  content: '';
  background: #45ebc8;
  width: 172px;
  height: 172px;
  border-radius: 100%;
  z-index: -1;
}
.calculator-table-wrap .table-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c8cfd5;
}

.calculator-table-wrap .table-row .column1 {
  width: 30.8%;
}

.calculator-table-wrap .table-row .column2 {
  width: 16.2%;
  background: #3e3ee3;
}

.calculator-table-wrap .table-row .column3 {
  width: 29%;
  background: #e1e7ee;
}

.calculator-table-wrap .table-row .column4 {
  width: 23.8%;
  background: #fff;
}

.calculator-table-wrap .table-row.head-row {
  border: 0;
}

.calculator-table-wrap .table-row.head-row .t-column {
  border-radius: 13px 13px 0 0;
  padding: 36px 23px 9px;
  display: block;
}

.calculator-table-wrap .table-row .t-column {
  padding: 5px 16px 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.calculator-table-wrap .table-row .t-column.column3 {
  padding-left: 23px;
  padding-left: 23px;
}

.calculator-table-wrap .select-holder {
  position: relative;
  margin-bottom: 22px;
  margin-top: -7px;
}

.calculator-table-wrap .select-holder select::-ms-expand {display: none;}
.calculator-table-wrap .select-holder select {
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #444;
  padding: 7px 13px;
  margin: 0;
  font: inherit;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  background: #fff;
  font-weight: 700;
  appearance: none;
  border-radius: 4px 4px 0 0;
  width: 100%;
  position: relative;
}

.calculator-table-wrap .select-holder:before {
  pointer-events: none;
  font-family: 'icomoon' !important;
  content: "\e90f";
  font-size: 25px;
  line-height: 1;
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 9;
  transform: rotate(-180deg);
  color: #25282a;
}

.calculator-table-wrap .t-logo {
  margin-bottom: 29px;
  margin-left: -7px;
  margin-right: -7px;
}

.calculator-table-wrap .table-row.head-row .t-head {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 16px;
}

.calculator-table-wrap .text-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
  width: 100%;
}

.calculator-table-wrap .t-column.column4 .text-wrap {
  padding: 0 0 0 8px;
}

.calculator-table-wrap .title-text {
  text-transform: uppercase;
  color: #444;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.calculator-table-wrap .table-row.head-row .text-wrap .total {
  font-weight: 700;
}

.calculator-table-wrap .table-row.head-row .text-wrap .title {
  font-weight: 700;
}

.calculator-table-wrap .text-wrap .total {
  width: 116px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.calculator-table-wrap .text-wrap .title {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  font-size: 16px;
  line-height: 20px;
}

.calculator-table-wrap .heading {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  display: block;
  margin: 0 0 29px;
}

.calculator-table-wrap .amount {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  display: block;
  width: 100%;
}

.calculator-table-wrap .text-field {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  padding-left: 14px;
}

.calculator-table-wrap .text-field input[type=text] {
  width: 96px;
  border: 2px solid #656565;
  border-radius: 3px;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  height: 30px;
  padding: 5px 8px;
  outline: none;
}

.calculator-table-wrap .text-field input[type=text]:focus {
  border-color: #3e3ee3;
  color: #3e3ee3;;
}

.calculator-table-wrap .text-field ::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.calculator-table-wrap .text-field :-ms-input-placeholder {
  color: #444;
  opacity: 1;
}

.calculator-table-wrap .text-field ::-ms-input-placeholder {
  color: #444;
  opacity: 1;
}

.calculator-table-wrap .text-field ::placeholder {
  color: #444;
  opacity: 1;
}

.calculator-table-wrap .comment-box {
  border: 4px solid #3e3ee3;
  border-radius: 25px;
  padding: 46px 47px 57px;
  background: #fff;
  position: relative;
  margin-right: -158px;
  margin-top: -14px;
}

.calculator-table-wrap .comment-box p {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #3e3ee3;
}

.calculator-table-wrap .comment-box ul {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 20px;
  color: #3e3ee3;
}

.calculator-table-wrap .comment-box ul li {
  padding: 0 10px;
  position: relative;
}

.calculator-table-wrap .comment-box ul li strong {
  font-weight: 700;
}

.calculator-table-wrap .comment-box ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 4px;
  width: 2px;
  background: #3e3ee3;;
  content: '';
}

.calculator-table-wrap .comment-box ul li:first-child:before {
  display: none;
}

.calculator-table-wrap .table-row.table-row-footer {
  border: 0;
}

.calculator-table-wrap .table-row.table-row-footer .t-column {
  padding-top: 30px;
  padding-bottom: 40px;
}

.calculator-table-wrap .table-row.table-row-footer .t-column.column1 {
  padding-left: 0;
}

.calculator-table-wrap .res-box {
  background: #45ebc8;
  border-radius: 9px;
  padding: 13px 20px 4px 17px;
  width: 100%;
  margin-bottom: 15px;
}

.calculator-table-wrap .res-box .text {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: #023047;
}

.calculator-table-wrap .res-box .number {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #023047;
  display: flex;
  align-items: center;
}

.calculator-table-wrap .res-box .number sup {
  font-size: 60%;
  margin-top: 10px;
}
.calculator-table-wrap .res-box .number span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calculator-table-wrap .table-row.table-row-footer .t-column.column3 {
  padding-left: 33px;
  padding-right: 43px;
}

.calculator-cta {
  background: #45ebc8;
  border-radius: 0 0 23px 23px;
  text-align: center;
  padding: 36px 30px 55px;
  color: #023047;
  font-size: 25px;
  line-height: 1.2;
}

.calculator-cta h2 {
  font-size: 44px;
  line-height: 1.2;
  color: #023047;
  font-weight: 700;
  margin: 0 0 8px;
}

.calculator-cta p {
  margin: 0 0 20px;
}

.calculator-cta .btn-primary {
  background: #fff;
  color: #023047;
  font-size: 20px;
  letter-spacing: -1px;
}

.calculator-cta .btn-primary:hover {
  background: #3e3ee3;
  color: #fff;
}

#schedulebar {
  padding: 15px;
  text-align: center;
  font-size: 17px;
  margin: 12px -51px 30px;  
}
#schedulebar.yellow {
  background-color: #F7F700;
  color: #8e7105;
  border: 1px solid #e8b900;
}
#schedulebar.orange {
  background-color: #F79A00;
  color: #fff;
  border: 1px solid #F74B00;
}
#schedulebar.purple {
  background-color: #9C1EE9;
  color: #fff;
}
@media (max-width: 992px) {
  .hideonmb {
    display: none
  }
}
@media (max-width: 530px) {
  #schedulebar {
    margin: 17px -21px 30px;
  }
}


@media (max-width: 1359px) {
  .calculator-table-holder .head {
    font-size: 22px;
  }

  .calculator-table-wrap {
    padding: 20px 20px 0;
  }

  .calculator-table-wrap .title-text,
  .calculator-table-wrap .text-wrap .title,
  .calculator-table-wrap .text-wrap .total {
    font-size: 14px;
  }

  .calculator-table-wrap .text-wrap {
    padding: 0;
  }

  .calculator-table-holder {
    padding-top: 150px;
  }
}

@media (max-width: 1199px) {
  .calculator-table-wrap .t-column.column4 .text-wrap {
    padding: 0;
  }

  .calculator-table-wrap .select-holder select {
    font-size: 16px;
  }

  .calculator-table-wrap .table-row.head-row .t-column {
    padding: 20px 15px 8px;
  }

  .calculator-table-wrap .heading {
    font-size: 18px;
  }

  .calculator-table-wrap .title-text, .calculator-table-wrap .text-wrap .title, .calculator-table-wrap .text-wrap .total {
    font-size: 12px;
  }

  .calculator-table-wrap .text-wrap .total {
    width: 80px;
  }

  .calculator-table-wrap .text-field input[type="text"] {
    width: 70px;
  }
  .calculator-table-wrap .comment-box {
    padding: 25px;
    margin-right: -100px;
  }
  .calculator-table-wrap .res-box .number {
    font-size: 40px;
  }

  .calculator-table-wrap .table-row.table-row-footer .t-column.column3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .calculator-table-holder::before {
    display: none;
  }

  .calculator-table-wrap .comment-box ul {
    font-size: 14px;
  }
  .calculator-table-wrap .comment-box p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .calculator-cta h2 {
    font-size: 32px;
  }

  .calculator-cta {
    font-size: 20px;
  }

  .calculator-table-holder {
    padding: 60px 0 0;
  }

  .table-row-footer .t-column.column1 {
    order: 2; 
    width: 100% !important;
    flex-basis: inherit !important;
    flex-grow: inherit !important;
  }

  .table-row-footer .t-column.column3 {
    order: 1;
    width: 100% !important;
    padding: 20px 15px 15px !important;
    text-align: center;
  }

  .table-row-footer .t-column.column2 {
    display: none !important; 
  }

  .calculator-table-wrap .comment-box {
    margin: 0;
  }

  .calculator-table-wrap .table-row.table-row-footer .t-column.column1 {
    padding-right: 0;
  }

  .calculator-table-wrap .title-text, .calculator-table-wrap .text-wrap .title, .calculator-table-wrap .text-wrap .total {
    font-size: 14px;
  }

  .calculator-table-body {
    overflow-x: auto;
  }

  .calculator-table-wrap .table-row {
    width: 100%;
  }

  .calculator-table-wrap .table-row.table-row-footer {
    width: 100%;
  }

  .calculator-graph-area::before {
    display: none;
  }
}

@media (max-width: 479px) {
  .calculator-cta h2 {
    font-size: 24px;
  }

  .calculator-cta {
    font-size: 16px;
  }

  .calculator-table-wrap .title-text, .calculator-table-wrap .text-wrap .title, .calculator-table-wrap .text-wrap .total {
    font-size: 11px;
  }

  .calculator-graph-area .description h2 {
    font-size: 40px;
  }

  .calculator-graph-area .description p {
    left: 0;
  }

  .graph-holder .head {
    display: block;
  }

  .graph-holder .head .title {
    margin: 0 0 15px;
  }
}
.column4 .text-field {
  position: relative;
}
.column4 .text-field:before {
  content: '$';
  position: absolute;
  left: 22px;
  top: 3px;
  font-size: 17px;
}

.calculator-table-wrap .text-field input[type="text"] {
  padding-left: 18px;
}
.column3 .text-wrap .fees {
  display: none
}
.column3 .text-wrap .fees.bank1 {
  display: block;
}

.column3 .text-wrap .totalv {
  display: none
}
.column3 .text-wrap .totalv.tv1 {
  display: block;
}

.calculator-btn .ico-box {
  width: 24px;
  margin-right: 16px;
}

.calculator-btn .ico-box img {
  display: block;
  width: 100%;
  height: auto;
}

.calculator-fix-button {
  padding-bottom: 46px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.calculator-fix-button .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.calculator-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 5px 10px 25px rgba(0,0,0, 0.25);
  width: 442px;
  padding: 16px 34px 12px;
  font-family: "Heebo", "Arial", sans-serif;
}

.calculator-btn:hover {
  background: #fbf7f7;
}

.calculator-btn .text {
  display: block;
  font-size: 25px;
  line-height: 1.2;
  color: #444;
  font-weight: 400;
}

.calculator-btn .text2 {
  color: #14477b;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cal-btn {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 9999px;
  padding: 6px 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.cal-btn .ico-box {
  width: 20px;
  margin-right: 16px;
  position: relative;
}

.cal-btn .ico-box img {
  width: 100%;
  height: auto;
  display: block;
}

.cal-btn .wrap {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
}

.cal-btn .img-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.cal-btn .img-nor {
  transition: all 0.4s ease;
}

.cal-btn span {
  font-size: 11px;
  line-height: 17px;
  display: block;
}

.cal-btn:hover,
.cal-btn:focus {
  background: #fff;
  color: #023047;
}

.cal-btn:hover .img-hover,
.cal-btn:focus .img-hover {
  opacity: 1;
}

.cal-btn:hover .img-nor,
.cal-btn:focus .img-nor {
  opacity: 0;
}

@media (max-width: 1359px) {
  .cal-btn {
    font-size: 16px;
    padding: 10px 20px 12px;
    margin-left: -30px;
  }

  .cal-btn span {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 991px) {
  .cal-btn {
    display: none;
  }

  .mob-header-holder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .calculator-btn .text {
    font-size: 16px;
  }

  .calculator-btn .text2 {
    font-size: 12px;
    letter-spacing: 0;
  }

  .calculator-btn {
    padding: 16px 20px 12px;
    width: 290px;
  }
}

.page-template-calculator .calculator-fix-button,
.page-template-calculator .cal-btn {
  display: none !important;
}

/*.page-template-high-yield .calculator-fix-button,
.page-template-high-yield .cal-btn {
  display: none !important;
}


.page-template-high-yield-savings .calculator-fix-button,
.page-template-high-yield-savings .cal-btn {
  display: none !important;
}
*/




.res-box {
  position: relative;
}
.res-box .noti {
  position: absolute;
  font-size: 22px;
  font-weight: bold;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .calculator-table-wrap .res-box .number {
    justify-content: center;
  }
}
@media (max-width: 1400px) {
  .res-box .noti {
    font-size: 17px;
  }
  .calculator-table-wrap .res-box {
    min-height: 75px;
  }
}
@media (max-width: 1400px) {
  .calculator-table-wrap .res-box {
    min-height: 81px;
  }
}

.calculator-table-wrap .start-box {
  text-align: center;
  background: #f2f5f8;
  border-radius: 8px;
  color: rgba(68,68,68, 0.7);
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  height: 100%;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.calculator-table-wrap .res-box:last-child {
  margin-bottom: 0;
}
.slh:before {
  display: none
}
.slh select {
  pointer-events: none;
  cursor: default;
  background: none !important;
  border: none !important;
}


body {
	position: relative;
}
.omnibrowse-code-button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid #CDD5F0;
	background: #CDD5F0;
	color: #023047 !important;
	font-weight: bold;
	padding: 5px 9px;
	width: auto !important;
	display: block;
	min-width: 130px;
	font-size: 14px;
	border-radius: 8px;
	border: none;
	font-weight: 500;
	min-height: 35px;
	border: 1px solid #CDD5F0;
}
.omnibrowse-code-button:hover {
	background: #3a90df !important;
  	color: #fff !important;
}

.headerfix .header-sim .omnibrowse-code-button {
  display: none;
}

.omnibrowse-code-button svg {
	display: inline-block;
	margin-right: 3px;
  opacity: 1;
  visibility: visible;
}

.omnibrowse-code-button:hover svg #Path_2 {
	fill: #fff;
}

.omnibrowse-code-button:hover svg #Path_1 {
	stroke: #fff;
}


@media (max-width: 991.98px) {
  .nav-drop {
  	z-index: 999999;
  }
}

.omnibrowse_holder {
	position: absolute;
	width: 1410px;
	left: 50%;
	top: 3px;
	margin-left: -705px;
	padding-right: 510px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	transition: all 0.2s ease;
}

.headerfix .omnibrowse_holder { 
	padding-right: 248px;
	top: 11px;
  margin-left: -833px;
}

.page-template-calculator.headerfix .omnibrowse_holder {
  top: 3px;
}

.menu {
  position: relative;
}

@media (max-width: 1439.98px) {
	.headerfix .omnibrowse_holder {
		padding-right: 28%;
	}
  .page-template-high-yield .headerfix .omnibrowse_holder,
  .page-template-high-yield-savings .headerfix .omnibrowse_holder,
  .page-template-calculator .headerfix .omnibrowse_holder {
    padding-right: 32%;
  }

  .omnibrowse_holder {
    width: auto !important;
    margin: 0 0 0 -123px !important;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .page-template-high-yield .omnibrowse_holder,
  .page-template-high-yield-savings .omnibrowse_holder,
   {
    max-width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
  }
}
@media (max-width: 1359.98px) {
	body:not(.page-template-high-yield) .mob-header .omnibrowse_holder,
  body:not(.page-template-high-yield-savings) .mob-header .omnibrowse_holder {
		/*display: none !important;*/
    position: static !important;
    width: calc(100% + 30px) !important;
    margin: -10px -15px 10px !important;
	}
  /*body.page-template-high-yield .mob-header .omnibrowse_holder,
  body.page-template-high-yield-savings .mob-header .omnibrowse_holder {
    display: none !important;
  }*/
}


@media (max-width: 1200px) {
  .page-template-high-yield .header-sim .omnibrowse_holder .cal-btn,
  .page-template-high-yield-savings .header-sim .omnibrowse_holder .cal-btn,
  .page-template-high-yield .mob-header .omnibrowse_holder .cal-btn,
  .page-template-high-yield-savings .mob-header .omnibrowse_holder .cal-btn {
    display: none !important;
  }
}


@media (max-width: 1299.98px) {
	.omnibrowse_holder {
		padding-right: 43%;
	}
}

@media (max-width: 1199.98px) {
	.omnibrowse_holder {
		padding-right: 45%;
	}
}

@media (max-width: 1099.98px) {
	.omnibrowse_holder {
		padding-right: 47%;
	}
}

@media (max-width: 1039.98px) {
	.omnibrowse_holder {
		padding-right: 49%;
	}
}

.nav-area .omnibrowse-code-button {
	display: none;
}


@media (max-width: 991.98px) {
	.nav-area .omnibrowse-code-button {
		display: flex;
		margin: 0 auto 25px;
	}

	.omnibrowse_holder {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
    margin: 0;
    width: auto;
		padding: 0;
		z-index: 9999;
	}

  .header {
    padding-top: 65px;
  }

  .menu-opener {
    top: 70px;
  }

	.omnibrowse-code-button svg {
		margin-bottom: 4px;
	}

	.headerfix .omnibrowse_holder {
		padding: 0;
		top: 0;
	}
}

.omnibrowse_holder .cal-btn {
  background: #14477b;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  border-radius: 6px;
  height: 36px;
  padding: 8px 20px 8px 17px;
  margin-right: 16px;
  border: 0;
  font-weight: 400;
}

.omnibrowse_holder .cal-btn:hover {
  background: #3a90df;
}

.omnibrowse_holder .cal-btn .ico-box {
  width: 15px;
}

.calculator-fix-button {
  display: none !important;
}

#salemove .sm-visitor-app-container .sm-visitor-app {
  right: 30px !important;
  position: fixed !important;
}

body.sm-mobile #salemove .sm-visitor-app-container .sm-touch-draggable .sm-visitor-app {
  position: fixed !important;
}

@media (max-width: 1359.98px) {
  .logo {
    width: 200px;
  }

  .logo .slogan {
    width: 15px;
    left: -15px;
  }

  .headerfix .header .logo {
    width: 316px;
  }
}

@media (max-width: 1199.98px) {
  .header .container {
    position: static;
  }

  .omnibrowse_holder {
    margin: 0 !important;
    padding: 0 !important;
    top: 0;
    justify-content: flex-start;
  }

  .omnibrowse_holder .cal-btn {
    margin: 0;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    border-radius: 0;
  }

  .omnibrowse-code-button {
    border-radius: 0;
  }

  .header .container.header-sim {
    padding-top: 25px;
  }
}

@media (max-width: 991.98px) {
  .header .container.header-sim {
    padding-top: 0;
  }

  .omnibrowse_holder .cal-btn {
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .omnibrowse_holder .cal-btn {
    padding: 8px 10px;
    font-size: 14px;
  }

  .cal-btn .ico-box {
    margin-right: 7px;
  }

  .info-card-wrap .ratio_box_offer {
    width: 228px !important;
  }

  .card.info-card.info-card_offer h2 {
    padding-top: 20px;
  }
}

@media (max-width: 359.98px) {
  .omnibrowse_holder .cal-btn {
    height: auto;
    min-width: 230px;
    font-size: 13px;
  }

  .omnibrowse_holder {
    flex-wrap: nowrap;
  }

  .omnibrowse-code-button {
    display: flex;
    flex-wrap: nowrap;
    line-height: 14px;
    text-align: left;
    font-size: 12px;
    min-width: inherit;
  }

  .omnibrowse-code-button svg {
    margin-right: 5px;
  }
}
@media (max-width: 1199px) {
  .page-template-calculator .omnibrowse-code-button,
  body.page-template-high-yield .omnibrowse-code-button,
  body.page-template-high-yield-savings .omnibrowse-code-button {
    width: 100% !important;
  }
}


#calcuModal .modal-dialog {
  max-width: 645px;
}

#calcuModal .modal-content {
  background: #3e3ee3;
  position: relative;
  border-radius: 19px;
  color: #fff;
  padding: 46px 60px 65px 52px;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
}

#calcuModal .modal-content:before {
  position: absolute;
  right: 0;
  top: 14px;
  content: '';
  background: url(images/bg-calculatorbox.png) no-repeat;
  width: 242px;
  height: 354px;
}

#calcuModal .modal-content h2 {
  font-size: 67px;
  line-height: 1;
  margin: 0 0 27px;
  font-weight: 700;
  font-family: "Sarala", "Arial", sans-serif;
}

#calcuModal .modal-content p {
  margin: 0 0 30px;
}

#calcuModal .modal-body {
  padding: 0;
}

#calcuModal .modal-content .button {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 9999px;
  font-size: 28px;
  font-weight: 700;
  color: #3e3ee3;
  height: 61px;
  line-height: 31px;
  padding: 15px;
  outline: none;
  border: 0;
  text-align: center;
}

#calcuModal .modal-content .button:hover {
  opacity: 0.75;
}

#calcuModal .close {
  text-shadow: none;
  position: absolute;
  right: 35px;
  top: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  opacity: 1;
  z-index: 9;
}


#calcuModal .close:hover {
  opacity: 0.75;
}

@media (max-width: 649px) {
  #calcuModal .modal-dialog {
    max-width: 100%;
  }

  /*#calcuModal {
    padding: 0 !important;
    display: none !important;
  }

  .home .modal-backdrop.show {
    display: none !important;
  }

  .home.modal-open {
    overflow: inherit !important;
  }*/

  #calcuModal .modal-content h2 {
    font-size: 38px;
    line-height: 1.1;
  }

  #calcuModal .modal-content {
    padding: 25px;
  }

  #calcuModal .modal-content:before {
    width: 100px;
    height: 146px;
    top: 35px;
    background-size: 100% 100%;
  }

  #calcuModal .close {
    top: 15px;
    right: 20px;
  }

  #calcuModal .modal-content {
    font-size: 20px;
  }

  #calcuModal .modal-content .button {
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
  }
}
.total.mob {
  display: none;
}

@media (max-width: 767px) {
  .total.desk,
  .hidm {
    display: none
  }
  .total.mob {
    display: block;
    position: relative;
  }
}

.calculator-table-holder .head .mob-text {
  display: none;
}

.text-sup {
  display: none;
}

@media (max-width: 767px) {
  .calculator-table-holder .head .mob-text {
    display: block;
    font-size: 13px;
    line-height: 22px;
  }
  .text-sup {
    display: inline-block;
  }
  .text-s-mob {
    display: none;
  }
}


.home .info-card-wrap .ratio_box:before,
.home .info-card-wrap .ratio_box:after {
  display: none;
}

.home .info-card-wrap .ratio_box_offer {
  color: #0e477b !important;
}

.home .info-card-wrap .ratio_box.add {
  left: -55px !important;
  margin-bottom: 85px;
}

.home .info-card-wrap .ratio_box_offer {
  margin-right: 5px;
}

.home .info-card-wrap.add {
  top: 1px;
}

.home .info-area .row-holder {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .home .info-area .row-holder {
    width: 440px;
  }

  .home .info-card-wrap .ratio_box_offer {
    margin-right: 0;
  }

  .home .info-card-wrap .ratio_box.add {
    margin-bottom: 63px;
  }

  .home .info-card-wrap .ratio_box_offer {
    width: 250px !important;
  }

  .home .info-area .row-holder .info-card_offer {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .home .info-card-wrap .text {
    padding-top: 30px;
  }
}

@media (max-width: 479px) {
  .home .info-area .row-holder {
    width: 330px;
  }

  .home .info-area .row-holder .info-card-wrap .ratio_box {
    font-size: 20px;
  }

  .home .info-card-wrap .ratio_box.add {
    top: 26px;
  }

  .home .info-card-wrap .ratio_box.add {
    left: -41px !important;
  }

  .home .info-card-wrap .ratio_box_offer {
    margin-top: 26px !important;
    font-size: 20px !important;
    margin-right: -29px !important;
  }
}

@media (max-width: 1200px) {
  .page-template-business-cds .cd_blocks .box-wrap {
    width: calc(33% - 36px);
  }
}
@media (max-width: 767px) {
  .page-template-business-cds .cd_blocks .box-wrap {
    width: calc(50% - 36px);
  }
}
@media (max-width: 580px) {
  .page-template-business-cds .cd_blocks .box-wrap {
    width: calc(100% - 36px);
    margin-bottom: 18px !important;
  }
}

@media (min-width: 992px) and (max-width: 1350px) {
  .headerfix .mob-header {
    display: flex;
  }
  .headerfix .omnibrowse_holder {
    justify-content: flex-start;
  }
  .headerfix .omnibrowse_holder {
    padding-right: 0;
  }
   .headerfix .omnibrowse_holder .cal-btn {
    margin: 0;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    border-radius: 0;
  }
  .headerfix .omnibrowse-code-button {
    border-radius: 0;
  }
  .headerfix .mob-header-holder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .headerfix .header {
    display: none
  }
  .mob-header {
    display: flex
  }
}

@media (max-width: 767px) {
  .tytxt {
    font-size: 57px !important
  }
}

.cd_blocks .box-wrap.half {
  width: calc(50% - 36px);
}


@media (max-width: 479px) {
  .cd_blocks .box-wrap.half {
    width: calc(100% - 36px);
  }
}

.cd_blocks .head .h1 {
  margin: 0 0 40px;
}

.cd_blocks .box-wrap {
  margin-bottom: 33px;
}

.cd_offer_block .cd_box {
  padding: 34px 15px 17px;
}

.box-holder .cd_box {
  padding-top: 22px;
  padding-bottom: 26px;
}

.cd_offer_block .cd_box .btn-secondary {
  position: absolute;
  right: 10%;
  top: 45px;
  opacity: 0;
  visibility: hidden;
}

.cd_offer_block .text {
  font-weight: 400 !important;
}

.cd_offer_block .cd_box:hover .btn-secondary {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .cd_offer_block .cd_box .btn-secondary {
    padding: 10px 30px;
    right: 6%;
  }
}

@media (max-width: 767px) {
  .cd_offer_block .cd_box:hover .rate {
    opacity: 0;
  }

  .cd_offer_block .cd_box .btn-secondary {
    top: 76px;
    right: 50%;
    padding: 10px 50px;
    margin-right: -90px;
  }

  .cd_offer_block .text {
    display: block;
    width: 100%;
  }

  .cd_offer_block .rate {
    padding-right: 0;
  }
}


/* New One pages */

.services-banner {
  padding: 68px 0 0;
}

@media (min-width: 992px) {
  .services-banner {
    padding-top: 245px;
  }
}

.services-banner .banner_image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 729px;
  border-radius: 50px;
  padding: 95px 97px 20px;
}

@media (min-width: 992px) {
  .services-banner .image {
    background: none !important;
  }
}

.services-banner .image {
  position: absolute;
  right: -60px;
  bottom: 0;
}

.services-banner .description {
  max-width: 600px;
  font-size: 25px;
  line-height: 34px;
  color: #fff;
}

.services-banner .description .cat-title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #2a194d;
  font-family: "Sarala", "Arial", sans-serif;
  margin: 0 0 24px;
  letter-spacing: 2.4px;
}

.services-banner .description h1 {
  color: #fff;
  font-size: 4.6875rem;
  margin: 0 0 25px;
  letter-spacing: 0;
}
.services-banner .description p {
  margin: 0 0 44px;
}

.services-banner .description .btn-primary {
  letter-spacing: 0;
}

.services-intro {
  padding: 170px 0 137px;
  text-align: center;
}

.services-intro .h1 {
  margin: 0 0 26px;
  font-size: 4.6875rem;
  line-height: 1.1;
  color: #222;
}

.services-solutions {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 153px 0 40px;
  min-height: 1722px;
}

.services-blocks {
  margin-bottom: 340px;
}

.services-blocks .h1 {
  text-align: center;
  margin: 0 0 58px;
  font-size: 4.6875rem;
}

.services-blocks .blocks-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}

.services-blocks .services-block {
  width: 450px;
  position: relative;
  background: #fff;
  margin: 0 15px;
  padding: 50px 40px 85px;
  min-height: 375px;
  -webkit-box-shadow: 10px 5px 15px rgba(2, 48, 71, 0.18);
  box-shadow: 10px 5px 15px rgba(2, 48, 71, 0.18);
}

.services-blocks .services-block::before {
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  background: #0e477b;
  content: '';
  bottom: 0;
}

.services-blocks .services-block h2 {
  margin: 0 0 20px;
  color: #222;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Sarala", "Arial", sans-serif;
}

.services-block .list-simple {
  font-size: 20px;
  line-height: 28px;
}

.services-block .list-simple li {
  margin: 0 0 3px;
}
.services-block ul.list-simple li {
  position: relative;
  padding: 0 0 0 12px;
}

.services-block ul.list-simple li::before {
  position: absolute;
  left: 0;
  top: 11px;
  content: '';
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background: #777;
}

.services-blocks .services-block .link {
  position: absolute;
  left: 45px;
  bottom: 48px;
  color: #238ff2;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  font-family: "Heebo", "Arial", sans-serif;
}

.services-blocks .services-block .link:hover {
  color: #023047;
}

.services-blocks .services-block .link i {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}

.services-about {
  max-width: 553px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #222;
  margin-left: 120px;
}

.services-about .title {
  display: block;
  color: #0e477b;
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "Sarala", "Arial", sans-serif;
}

.services-about .h1 {
  margin: 0 0 39px;
  color: #222;
}

.services-about p {
  margin: 0 0 57px;
}

.services-about .btn-box {
  display: inline-block;
  vertical-align: top;
  border: 3px solid #0e477b;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: rgb(14, 71, 123);
  border-top: 0;
}

.services-about .btn-box .text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  margin-top: -10px;
  font-style: italic;
  color: #9c9c9b;
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
}

.services-about .btn-box strong {
  display: block;
  padding: 0 33px 18px;
    padding-top: 0px;
  font-size: 40px;
  line-height: 44px;
  color: #0e477b;
  letter-spacing: 1px;
  margin-top: -9px;
}

.services-about .btn-box strong {
  padding-top: 10px !important;
}

.services-about .btn-box .text::before {
  position: absolute;
  left: -3px;
  top: 7px;
  width: 30%;
  height: 3px;
  background: #0e477b;
  content: '';
}

.services-about .btn-box .text sup {
  font-size: 8px;
  margin-top: -5px;
  margin-left: 3px;
}

.services-about .btn-box .text::after {
  position: absolute;
  right: -3px;
  width: 30%;
  top: 7px;
  height: 3px;
  background: #0e477b;
  content: '';
}

.speak_cta {
  background: #062847;
  padding: 114px 0 127px;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 30px;
  line-height: 35px;
}

.speak_cta .shape01 {
  position: absolute;
  left: -319px;
  top: -434px;
  border-radius: 100%;
  background: #23425e;
  width: 686px;
  height: 686px;
}

.speak_cta .shape01::before {
  position: absolute;
  left: -148px;
  top: -107px;
  content: '';
  background: url(images/ser-shape01.png) no-repeat;
  width: 934px;
  height: 884px;
}

.speak_cta .shape02 {
  position: absolute;
  right: -395px;
  bottom: -306px;
  border-radius: 100%;
  background: #23425e;
  width: 686px;
  height: 686px;
}

.speak_cta .shape02::before {
  position: absolute;
  left: -152px;
  top: -93px;
  content: '';
  background: url(images/ser-shape01.png) no-repeat;
  width: 934px;
  height: 884px;
}

.speak_cta .h1 {
  color: #fff;
  font-size: 4.6875rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.speak_cta p {
  margin: 0 0 48px;
}

.speak_cta .btn-primary {
  background: #0A59A4 !important;
  margin: 0 8px;
  min-width: 160px;
}

.speak_cta .btn-primary:hover {
  background: #fff !important;
  color: #0A59A4 !important;
}

.services-post {
  padding: 134px 0 20px;
}

.services-post .image {
  position: relative;
}

.services-post .image::before {
  position: absolute;
  left: 10px;
  top: 66px;
  content: '';
  background: url(images/services-image5.png) no-repeat;
  width: 626px;
  height: 648px;
  z-index: -1;
}

.services-post .image img {
  margin: 22px 0 0 89px;
}

.services-post .description {
  padding: 0 0 90px 83px;
}

.services-post .description .h1 {
  margin: 0 0 30px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 4.6875rem;
  color: #222;
  font-family: "Sarala", "Arial", sans-serif;
  font-weight: 700;
}

.services-post .description p {
  margin: 0 0 18px;
  padding-right: 31px;
}

.services-post .description .btn-primary {
  background: #0A59A4 !important;
  min-width: 250px;
}

.services-post .description .btn-primary:hover {
  background: #023047 !important;
}

.services-banner .description .cat-title a {
  color: #238ff2 !important;
}

.services-banner .description .cat-title a:hover {
  color: #fff !important;
}

.services-banner .btn-primary {
  background: #0A59A4 !important;
  min-width: 250px;
}

.services-banner .btn-primary:hover {
  background: #023047 !important;
}

.icon-arrow-right-regular:before {
  content: "\e910";
}

.services-solutions .services-solutions-image {
  display: none;
}

.services-solutions .services-solutions-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1359.98px) {
  .services-banner .banner_image {
    padding-left: 40px;
  }
}

@media (max-width: 1359.98px) {
  .services-banner .image {
    right: -140px;
  }

  .services-banner .description {
    max-width: 500px;
  }

  .services-banner .description h1,
  .services-post .description .h1,
  .services-intro .h1,
  .services-blocks .h1,
  .speak_cta .h1 {
    font-size: 56px;
    line-height: 60px;
  }

  .services-about {
    margin-left: 50px;
  }

  .speak_cta .shape01 {
    left: -550px;
  }

  .speak_cta .shape02 {
    right: -650px;
  }
}

@media (max-width: 1199.98px) {
  .services-banner .banner_image {
    padding: 40px;
    min-height: 650px;
  }

  .services-banner .image {
    width: 700px;
    right: -110px;
  }

  .services-banner .description {
    font-size: 20px;
    line-height: 24px;
  }

  .services-banner .description .cat-title {
    margin-bottom: 12px;
  }

  .services-banner .description h1,
  .services-post .description .h1,
  .services-intro .h1,
  .services-blocks .h1,
  .speak_cta .h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .services-banner .image img {
    max-width: 100%;
    height: auto;
  }

  .services-intro {
    padding: 100px 0 80px;
  }

  .services-solutions {
    padding: 50px 0 40px;
  }

  .services-about {
    margin: 0;
  }

  .speak_cta {
    padding: 60px 0;
  }

  .speak_cta .shape01 {
    display: none;
  }

  .speak_cta .shape02 {
    display: none;
  }

  .services-post .description {
    padding-left: 40px;
  }

  .services-post .image img {
    margin-left: 50px;
  }
}

@media (max-width: 991.98px) {
  .services-banner .banner_image {
    background: none !important;
    border-radius: 0;
    padding: 20px 0 0;
    overflow: visible;
    min-height: inherit;
  }

  .services-banner .image {
    position: static;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    width: 100%;
    overflow: visible;
  }

  .services-banner .image img {
    max-width: 70%;
    display: block;
    margin: -50px auto 0;
    position: relative;
    left: 50px;
  }

  .services-banner .description {
    padding: 40px 15px;
    color: #222;
    background: #e7e7e7;
    max-width: 100%;
  }

  .services-banner .description h1 {
    margin: 0 0 15px;
    color: #222;
  }

  .services-intro br {
    display: none;
  }

  .services-solutions {
    background: #ededed !important;
    background-image: none;
    background-image: none !important;
  }

  .services-blocks .services-block {
    width: 300px;
    padding: 30px 15px 70px;
    min-height: inherit;
  }

  .services-blocks .services-block h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .services-blocks {
    margin-bottom: 50px;
  }
  .services-solutions .services-about {
    max-width: 540px !important;
    margin: 0 auto 50px !important;
  }

  .services-about .btn-box .text {
    font-size: 18px;
  }

  .services-solutions {
    min-height: inherit !important;
    padding-bottom: 0 !important;
  }

  .services-solutions .services-solutions-image {
    display: block;
  }

  .services-blocks .h1 {
    margin: 0 0 30px;
  }

  .services-blocks .services-block .link {
    left: 15px;
    bottom: 30px;
  }
  .services-post {
    padding: 50px 0 40px;
  }

  .services-post .image img {
    position: relative;
    left: 170px;
  }

  .services-post .description {
    padding: 0;
    margin: -50px 0 0;
  }
  
}

@media (max-width: 767.98px) {
  .services-banner .description h1,
  .services-post .description .h1,
  .services-intro .h1,
  .services-blocks .h1,
  .speak_cta .h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .services-intro {
    padding: 50px 0 30px;
  }

  .services-banner .description p br {
    display: none;
  }

  .services-about .btn-box .text::before {
    width: 24%;
  }

  .services-about .btn-box .text::after {
    width: 24%;
  }

  .services-banner .image img {
    left: 14px;
  }

  .services-about .btn-box strong {
    font-size: 22px;
    line-height: 28px;
    padding: 0px 15px 18px !important;
  }

  .speak_cta {
    font-size: 20px;
    line-height: 24px;
    padding: 40px 0 30px;
  }

  .speak_cta p {
    margin: 0 0 20px;
  }

  .speak_cta .btn-primary {
    width: 100%;
    margin: 0 0 15px;
  }

  .services-blocks .services-block {
    margin-bottom: 30px;
    width: 100%;
  }

  .services-post .image img {
    max-width: 60%;
    left: 50px;
    height: auto;
  }

  .services-post .image::before {
    width: 280px;
    height: 300px;
    background-size: 100% 100%;
    left: 20px;
  }
  
}

@media (max-width: 479.98px) {
  .speak_cta {
    font-size: 15px;
    line-height: 24px;
  }

  .services-post .image img {
    max-width: 100%;
    left: 10px;
    height: auto;
  }
}


.banner-lending {
  background-image: url('images/banner-bg-lending.jpg');
  background-size: cover;
  min-height: 802px;
  position: relative;
  margin-top: 102px;
  background-position: 50% 0;
}

.banner-lending .banner_image {
  left: 59.7%;
  top: auto;
  bottom: -18px;
  position: absolute;
  transform: translateX(-50%);
}

.banner-lending .description {
  font-size: 25px;
  line-height: 35px;
  color: #777;
  padding: 270px 0 188px 38px;
  margin-right: -75px;
}

.banner-lending .subhead {
  display: block;
  color: #0e477b;
  text-transform: uppercase;
  font-family: "Sarala", "Arial", sans-serif;
  letter-spacing: 3px;
  display: block;
  margin: 0 0 22px;
  position: relative;
}

.banner-lending h1 {
  margin: 0 0 17px;
  color: #222;
  letter-spacing: 0;
  font-size: 4.6875rem;
  line-height: 1;
}

.banner-lending p {
  margin: 0 0 35px;
}

.banner-lending .subhead a {
  color: #0e477b;
}

.banner-lending .subhead a:hover {
  color: #238ff2;
}

.banner-lending .btn-primary {
  background: #0A59A4 !important;
  min-width: 240px;
}

.banner-lending .btn-primary:hover {
  background: #023047 !important;
}

.lending-intro-area {
  position: relative;
  padding: 143px 0 124px;
  padding-top: 143px;
  background: #052440;
  color: #fff;
  font-size: 20px;
  line-height: 31px;
}

.lending-intro-area::before {
  position: absolute;
  left: -750px;
  right: 0;
  top: 0;
  content: '';
  background: url(images/lending-bg-text-box.jpg) no-repeat;
  height: 793px;
}

.lending-intro-area .h1 {
  margin: 0 0 39px;
  color: #fff;
  font-size: 4.6875rem;
  letter-spacing: 0;
}

.lending-intro-area p {
  margin-bottom: 95px;
}

.lending-intro-area .card-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 65px -19px -236px;
}

.lending-intro-area .card-boxes .card-box {
  padding: 0 19px;
  width: 292px;
}

.lending-intro-area .card-boxes .box-wrap {
  position: relative;
  padding: 50px 22px 47px;
  background: #f8f8f8;
  text-align: center;
  height: 100%;
}

.lending-intro-area .card-boxes .box-wrap::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: #0f4b82;
  content: '';
}

.lending-intro-area .card-boxes .box-wrap .ico {
  min-height: 115px;
  margin: 0 0 23px;
}

.lending-intro-area .card-boxes .box-wrap .title {
  display: block;
  color: #222;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.lending-sec2 {
  padding: 220px 0 93px;
}

.lending-sec2 .head {
  margin: 0 0 64px;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}

.lending-sec2 .head .h1 {
  font-size: 4.6875rem;
  line-height: 1;
  letter-spacing: 0;
  color: #222;
}

.lending-sec2 .list-lending {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
}

.lending-sec2 .list-lending ul {
  width: 40%;
  font-weight: bold;
  font-size: 22px;
  line-height: 36px;
  color: #222;
}

.lending-sec2 .list-lending ul:nth-child(2) {
  width: 60%;
}

.list-landing-style-02 ul:first-child {
  width: 50%;
}

.blocks-lending {
  padding-top: 164px;
  padding-bottom: 90px;
}
.blocks-lending .row {
  margin-bottom: 134px;
}
.blocks-lending .row:last-child {
  margin-bottom: 26px;
}

.blocks-lending .image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 40px;
}

.blocks-lending .description {
  padding-right: 0;
  padding-left: 29px;
}

.blocks-lending .description .h1 {
  margin: 0 0 33px;
  font-size: 4.6875rem;
  line-height: 81px;
  color: #222;
}

.blocks-lending .description ul {
  margin: 0;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: #222;
  padding: 0;
}

.blocks-lending .description ul li {
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 13px;
  font-weight: 400;
  color: #777;
}

.blocks-lending .description ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background: #777;
}

.blocks-lending .row:nth-child(2n) .description {
  padding-left: 74px;
  padding-right: 50px;
}

.blocks-lending .row:nth-child(2n) .image-col {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.blocks-lending .row:nth-child(2n) .description-col {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.lending-bg-grey {
  padding: 110px 0 93px;
  background: #eee;
}

.lending-bg-grey .head {
  margin: 0 0 64px;
  font-size: 30px;
  line-height: 34px;
}

.lending-bg-grey .head .h1 {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 4.6875rem;
  letter-spacing: 0;
  color: #222;
}

.lending-bg-grey .holder {
  position: relative;
  border-left: 2px solid #0e477b;
  padding: 15px 0 55px 37px;
    padding-bottom: 15px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 28px;
}

.lending-bg-grey .holder h2 {
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 18px;
  font-family: "Sarala", "Arial", sans-serif;
  font-weight: 700;
}

.lending-bg-grey .holder p {
  padding-right: 50px;
  margin: 0;
}

@media (min-width: 1260px) {
  .banner-landing-02 img {
    position: relative;
    right: -140px;
  }
}

@media (max-width: 1299.98px) {
  .banner-lending .banner_image {
    left: 63.7%;
  }

  .banner-landing-02.banner-lending .banner_image {
    left: 69.7%;
  }
}

@media (max-width: 1199.98px) {
  .banner-lending .description {
    padding-bottom: 150px;
  }

  .banner-lending .subhead {
    margin: 0 0 15px;
  }

  .banner-lending h1,
  .lending-intro-area .h1,
  .lending-sec2 .head .h1,
  .blocks-lending .description .h1,
  .lending-bg-grey .head .h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .banner-lending .banner_image {
    width: 50%;
    left: 59.7%;
    top: auto;
    bottom: -18px;
  }

  .banner-lending .description {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-lending .banner_image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .lending-intro-area {
    padding: 70px 0;
    padding-top: 70px;
  }

  .lending-intro-area p {
    margin-bottom: 40px;
  }

  .lending-sec2 .head {
    margin-bottom: 40px;
  }

  .blocks-lending .description {
    padding-left: 0;
  }

  .blocks-lending .row:nth-child(2n) .description {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .banner_area.payroll-style {
    background: none;
    background-image: none;
  }

  .banner-lending .banner_image {
    background: url(images/banner-bg-lending.jpg) no-repeat 50% 0;
    background-size: cover;
    width: auto;
    margin: 0 -15px 30px;
    border-bottom: 7px solid #052440;
    transform: translateX(0);
    position: static;
  }

  .banner-lending .banner_image img {
    display: block;
    max-width: 60%;
    margin: 0 auto;
    position: relative;
    left: 50px;
  }

  .banner-lending .description {
    padding: 0 0 40px;
    margin-right: 0;
  }

  .lending-bg-grey .col-md-6 {
    margin-bottom: 40px;
  }

  .lending-bg-grey {
    padding: 50px 0;
  }

  .blocks-lending {
    padding: 70px 0 50px;
  }

  .blocks-lending .image {
    margin-bottom: 50px;
  }

  .blocks-lending .row:nth-child(2n) .description-col {
    order: 2;
  }

  .blocks-lending .row:nth-child(2n) .image-col {
    order: 1;
  }

  .blocks-lending .row {
    margin-bottom: 50px;
  }

  .banner-lending {
    min-height: inherit;
  }

  .lending-intro-area .card-boxes .card-box {
    width: 50%;
    margin-bottom: 30px;
  }

  .banner-lending {
    background-image: none;
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .banner-lending h1,
  .lending-intro-area .h1,
  .lending-sec2 .head .h1,
  .blocks-lending .description .h1,
  .lending-bg-grey .head .h1 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 35px;
  }

  .banner-lending .subhead {
    letter-spacing: 0;
    margin-bottom: 5px;
  }

  .lending-intro-area {
    font-size: 16px;
    line-height: 24px;
  }

  .lending-intro-area br {
    display: none;
  }

  .lending-intro-area .card-boxes .card-box {
    width: 100%;
    margin-bottom: 25px;
  }
  .lending-sec2 .list-lending {
    display: block;
  }

  .lending-sec2 .list-lending ul,
  .lending-sec2 .list-lending ul:nth-child(2) {
    width: 100%;
  }

  .lending-sec2 .list-lending ul {
    font-size: 18px;
    line-height: 24px;
  }

  .lending-sec2 {
    padding-bottom: 40px;
  }

  .lending-bg-grey .holder p {
    padding-right: 0;
  }

  .blocks-lending .description ul {
    font-size: 14px;
    line-height: 18px;
  }

  .blocks-lending {
    padding-bottom: 0;
  }

  .lending-bg-grey .head {
    margin-bottom: 45px;
  }

  .lending-bg-grey .holder h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .lending-bg-grey .holder {
    font-size: 16px;
    padding-left: 20px;
    line-height: 24px;
  }

  .blocks-lending .description .h1 br {
    display: none;
  }
}

.home .about-card .btn-comp {
  display: block;
  background: #023047;
  border-radius: 9999px;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  padding: 10px 15px;
  margin: 9px auto 0;
  transition: all 0.4s ease;
  max-width: 195px;
}

.home .about-card:hover .btn-comp {
  color: #023047;
  background: #fff;
}

@media (min-width: 992.98px) {
  .home .about-card {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.cd_box_add {
  display: block;
  padding: 0 !important;
}

.cd_offer_block .cd_box_add .title {
  margin-bottom: 28px;
}

.cd_offer_block .cd_box_add .btn-secondary {
  top: 105px;
}

@media (max-width: 767.98px) {
  .cd_offer_block .cd_box_add .btn-secondary {
    top: 133px;
  }
}

.bluetitle {
  display: block;
  background: #3e3ee3;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-family: "Sarala", "Arial", sans-serif;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.2px;
  border-top-right-radius: 13px;
  border-top-left-radius: 13px;
}
.bluebarWrap .cd_box {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.bluebarWrap .cd_box .title {
  font-size: 20px;
  line-height: 24px;
}
.bluebarWrap .cd_box .number {
  font-weight: 900
}

.fdicBar {
  background: #fff;
  border-bottom: 2px solid #f2f5f8;
  padding: 19px 0;
  position: relative;
  margin-bottom: 30px;
  z-index: 999;
}

.fdicBar img {
  width: 513px;
  height: 22px;
  display: block;
  margin: 0 auto;
}

.header {
  padding-top: 0 !important;
}

.fdicBar-holder {
  width: 100%;
}

@media (max-width: 1350px) {
  .headerfix .fdicBar {
    margin: -10px -15px 10px;
  }
}



@media (max-width: 1199.98px) {
  .fdicBar {
    margin: 0;
    padding: 9px 0;
  }

  .omnibrowse_holder {
    top: 35px;
    position: absolute !important;
  }

  .header .container.header-sim {
    padding-top: 50px;
  }

  .fdicBar img {
    width: 380px;
    height: 16px;
  }
}

@media (max-width: 991.98px) {
  .menu-opener {
    top : 117px;
  }
}

@media (max-width: 767.98px) {
  .fdicBar img {
    width: 300px;
    height: 14px;
  }

  .omnibrowse_holder {
    top: 34px;
  }

  .menu-opener {
    top: 92px;
  }

  .fdicBar {
    padding: 10px 0;
  }
}

@media (max-width: 479.98px) {
  .fdicBar img {
    width: 260px;
    height: 12px;
  }

  .fdicBar {
    padding: 12px 0;
  }
}

@media (max-width: 359.98px) {
  .fdicBar img {
    width: 270px;
    height: 14px;
  }
}

.page-template-open-account .account_section_new {
  padding-top: 195px;
  overflow-x: hidden;
}

.visual-area.checking-style.advan .image img {
  margin-top: 190px;
}

@media (max-width: 1199.98px) {
  .page-template-open-account .account_section_new {
    padding-top: 150px;
  }
}

@media (max-width: 991.98px) {
  .page-template-open-account .account_section_new {
    padding-top: 50px;
  }

  .menu-opener {
    top: 92px;
  }

  .visual-area.checking-style.advan .image img {
    margin-top: 150px;
  }
}

@media (min-width: 992px) {
  .visual-area {
    padding-top: 160px;
  }
}

.page-id-803 .content-page,
.page-id-3 .content-page {
  padding-top: 182px;
}

@media (max-width: 991.98px) {
  .page-id-803 .content-page,
  .page-id-3 .content-page {
    padding-top: 50px;
  }

  .page-id-803 .content-page h1 {
    padding-top: 0;
    font-size: 50px;
    line-height: 1.2;
  }
}