
.banner-wrapper .banner-ctnt {
    position: absolute; 
   top: 50%;
   bottom: auto; 
   transform: translateY(-50%);
   width: 100%; 
}
.banner-wrapper .desc {
   margin-top: 15px;
   color: #FFFFFF;
}
.banner-wrapper .banner-ctnt .needs-validation .form-control {
   width: 250px;
}
.banner-wrapper .banner-ctnt .needs-validation {
   display: -ms-flexbox;
   display: flex;
}
.form-label-group .form-control {
   height: inherit;
   border: 2px solid #d8d8d8;
}
.form-label-group > label {
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   width: 100%;
   margin-bottom: 0;
   line-height: 1.5;
   color: #787878;
   border: 1px solid transparent;
   border-radius: 0.25rem;
   transition: all 0.1s ease-in-out;
}
.btn-box button.btn-red a{
   border: 0;
        color : white;
}
.btn-box .btn-red {
   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
}
.btn-box .btn-red, .btn-box .btn-white {
   display: inline-block;
   height: 50px;
   min-width: 160px;
   padding: 10px 30px;
   border-radius: 25px;
   background: #9D1D27;
   color: #FFFFFF;
   text-align: center;
   line-height: 30px;
   white-space: nowrap;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
   cursor: pointer;
}
[type=button], [type=reset], [type=submit], button {
   -webkit-appearance: button;
}
button, select {
   text-transform: none;
}
button, input {
   overflow: visible;
}
button, input, optgroup, select, textarea {
   margin: 0;
   font-family: inherit;
       font-size: inherit;
   }

.form-label-group > label, .form-label-group > input {
   padding: 0.85rem 0.75rem;
}
.product-banner figure img {
 width: 100%;
}

.product-banner .list-item.op1 li:last-child {
 margin-bottom: 0;
}

.product-banner .btn-box {
 display: -ms-flexbox;
 display: flex;
}

.product-banner .hero-know-more {
 line-height: 24px;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
     align-items: center;
}

.product-banner .hero-know-more .icon-play {
 font-size: 24px;
 margin-right: 10px;
}

.product-banner .hero-know-more .icon-play::before {
 color: #9D1D27;
}

.product-banner .list-item {
 border-top: 0;
 padding-top: 0;
}

.product-banner .banner-btm {
 display: none;
}

@media (max-width: 991px) {
 .product-banner .banner-wrapper .list-item {
   display: none;
 }
 .product-banner .banner-ctnt {
   top: 50px;
 }
 .product-banner .banner-ctnt .hd1 {
   font-size: 24px;
   margin-top: 30px;
 }
 .product-banner .banner-ctnt .desc.noTab {
   display: none;
 }
 .product-banner .hero-know-more {
   margin-left: 16px;
   white-space: nowrap;
 }
 .product-banner .banner-btm {
   display: block;
 }
}

@media (max-width: 767px) {
 .product-banner .banner-ctnt {
   top: 24px;
 }
 .product-banner .banner-ctnt .hd1 {
   margin-top: 0;
 }
 .product-banner .banner-ctnt .desc {
   display: block;
 }
}

@media (min-width: 1200px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
     }
}

/*@media (min-width: 768px)
{
    .col-md-6 {
        /* flex: 0 0 50%; 
        max-width: 50%;
     }
}*/

.hd1 {
   font-size: 64px;
   line-height: 1.1;
   letter-spacing: -2px;
   color: #FFFFFF ;
}
   
@media (max-width: 767px)
{

    .banner-wrapper .banner-ctnt .needs-validation .form-label-group {
        margin-bottom: 15px;
    }
    .banner-wrapper .banner-ctnt .needs-validation .form-control {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .btn-box .btn-red, .btn-box .btn-white {
        width: auto;
        padding: 0 30px;
        line-height: 3;
    }
} 
@media (max-width: 767px)
{
    .banner-wrapper .banner-ctnt .needs-validation {
        display: block;
        width: 100%;
    }
}
            
@media (max-width: 991px)
{
    .hd1 {
        font-size: 36px;
        letter-spacing: 0;
    }
}
           
/* CALCULATORS Comp on homepage start */
  .banner2 figure {
    margin-top: -30px;
  }
  
  .banner2 figure img {
    margin-left: 60px;
    max-width: 455px;
  }
  
  .banner2 .banner-wrapper.grey-btm figure {
    margin-top: 0;
    padding-top: 60px;
  }
  
  .banner2 .banner-wrapper.grey-btm .list-item.opt1 {
    border-top: 0;
  }
  
  .banner2 .banner-wrapper.grey-btm .list-item.opt1 li span {
    background: #FFFFFF;
  }
  
  @media (max-width: 768px) {
    .banner2 .banner-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      padding: 0 16px;
    }
  }
  
  @media (max-width: 767px) {
    .banner2 .banner-wrapper .banner-ctnt {
      position: inherit;
    }
    .banner2 .banner-wrapper .banner-ctnt .list-item {
      margin-top: 20px;
    }
    .banner2 .banner-wrapper .banner-ctnt .list-item li {
      margin-bottom: 20px;
    }
  }
  
  @media (max-width: 991px) {
    .banner2 figure img {
      width: 50%;
      margin-left: -20px;
    }
    .banner2 .banner-wrapper .banner-ctnt {
      top: 50px;
    }
  }
  
  @media (max-width: 767px) {
    .banner2 figure {
      margin: 20px 10px 0;
    }
    .banner2 figure img {
      margin: 0;
      width: 100%;
    }
  }

  /*  End  */
/* circle type list start */
.list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 16px;
}

.list-item.with-arw li {
  position: relative;
  padding-right: 20px;
}

.list-item.with-arw li a {
  width: 100%;
}

.list-item.with-arw li::before {
  position: absolute;
  width: 15px;
  height: 15px;
  font-family: icomoon;
  content: "\e902";
  right: 0;
  top: 24px;
  color: #787878;
}

.list-item.op1 li a {
  color: #FFFFFF;
}

.list-item.op1 li span {
  background: #FFFFFF;
}

.list-item.op1 li span img {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .list-item.op1 li a {
    color: #54565B;
  }
}

.list-item.op2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0;
}

.list-item.op2 li {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

@media (max-width: 767px) {
  .list-item.op2 li {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.list-item.op2 li span {
  background: #FFFFFF;
}

.list-item.op2 li span img {
  width: 24px;
  height: 24px;
}

.list-item.op2 li .img-ctr {
  width: 80%;
  /*whatsapp banking*/
  /*whatsapp banking end*/
}

.list-item.op2 li .img-ctr.w60 {
  width: 60%;
}

.list-item.opt1 li:last-child {
  margin-bottom: 0;
}

.list-item.opt1 li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.list-item.opt1 li span {
  background: #f3f3f3;
}

.list-item li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 36px;
}

.list-item li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.list-item li span {
  width: 70px;
  height: 70px;
  background: #FFCB05;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-right: 15px;
}

.list-item li span.opt1 {
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  .list-item li {
    margin-bottom: 24px;
  }
  .list-item li span {
    width: 60px;
    height: 60px;
    -ms-flex: 0 0 60px;
        flex: 0 0 60px;
  }
}

/*  End  */
/* Ways to bank key Features*/
.key-features {
  padding: 60px 0 100px 0;
  background: #f3f3f3;
}

.key-features .hd2v {
  font-weight: 300;
}

.key-features .list-item.op2 li .img-ctr {
  width: 60%;
}

@media (max-width: 991px) {
  .key-features {
    padding: 60px 0 0 0;
  }
  .key-features .tabs-img {
    width: 70%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Ways to bank key Features end*/ 

/* Ways to bank Mobile Banking APP*/
.mobile-app {
  padding: 60px 0 100px 0;
  background: #f3f3f3;
}

.mobile-app .download-btn img {
  width: 145px;
}

@media (max-width: 991px) {
  .mobile-app {
    padding-bottom: 0;
  }
}

.mobile-app .hd2v {
  font-weight: 300;
}

.mobile-app .list-item.op2 li .img-ctr {
  width: 60%;
}

@media (max-width: 1024px) {
  .mobile-app .download-btn img {
    width: 170px;
  }
}

@media (max-width: 767px) {
  .mobile-app .download-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mobile-app .download-btn img {
    width: 150px;
  }
  .mobile-app .download-btn a {
    margin-bottom: 20px;
  }
}

/* Ways to bank Mobile Banking APP end*/


/* mobile banking SMS Banking */

.pad1{
 padding: 60px 0;
}
.sms-section {
  padding: 120px 0 140px 0;
}


/*@media (max-width: 767px){
.pad1{
  margin: 20px 0;
}
}*/

@media (max-width: 991px) {
  .sms-section {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sms-section {
    padding: 70px 0 0 0;
  }
}

.sms-section .sms-ctr {
  margin-top: 20px;
}

.sms-section .hd2v {
  font-weight: 300;
}

/* CSS for CLS do not change */
.section .pad1 .col-lg-6.CTR .img-fluid{
  min-height: 300px;
}

/* mobile banking SMS Banking end*/
/* mobile banking SMS Banking */
.sms-section {
  padding: 120px 0 140px 0;
}

@media (max-width: 991px) {
  .sms-section {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sms-section {
    padding: 70px 0 0 0;
  }
}

.sms-section .sms-ctr {
  margin-top: 20px;
}

.sms-section .hd2v {
  font-weight: 300;
}

/* mobile banking SMS Banking end*/
/* CALCULATORS Comp on homepage start */
  .banner2 figure {
    margin-top: -30px;
  }
  
  .banner2 figure img {
    margin-left: 60px;
    max-width: 455px;
  }

  .banner2 .banner-wrapper.grey-btm figure {
    margin-top: 0;
    padding-top: 60px;
  }

  .banner2 .banner-wrapper.grey-btm .list-item.opt1 {
    border-top: 0;
  }

  .banner2 .banner-wrapper.grey-btm .list-item.opt1 li span {
    background: #FFFFFF;
  }

  @media (max-width: 768px) {
    .banner2 .banner-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      padding: 0 16px;
    }
  }

  @media (max-width: 767px) {
    .banner2 .banner-wrapper .banner-ctnt {
      position: inherit;
    }
    .banner2 .banner-wrapper .banner-ctnt .list-item {
      margin-top: 20px;
    }
    .banner2 .banner-wrapper .banner-ctnt .list-item li {
      margin-bottom: 20px;
    }
  }
  
  @media (max-width: 991px) {
    .banner2 figure img {
      width: 50%;
      margin-left: -20px;
    }
    .banner2 .banner-wrapper .banner-ctnt {
      top: 50px;
    }
  }
  
  @media (max-width: 767px) {
    .banner2 figure {
      margin: 20px 10px 0;
    }
    .banner2 figure img {
      margin: 0;
      width: 100%;
    }
  }

  /*  End  */
/* circle type list start */
.list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 16px;
}

.list-item.with-arw li {
  position: relative;
  padding-right: 20px;
}

.list-item.with-arw li a {
  width: 100%;
}

.list-item.with-arw li::before {
  position: absolute;
  width: 15px;
  height: 15px;
  font-family: icomoon;
  content: "\e902";
  right: 0;
  top: 24px;
  color: #787878;
}

.list-item.op1 li a {
  color: #FFFFFF;
}

.list-item.op1 li span {
  background: #FFFFFF;
}

.list-item.op1 li span img {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .list-item.op1 li a {
    color: #54565B;
  }
}

.list-item.op2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0;
}

.list-item.op2 li {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

@media (max-width: 767px) {
  .list-item.op2 li {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.list-item.op2 li span {
  background: #FFFFFF;
}

.list-item.op2 li span img {
  width: 24px;
  height: 24px;
}

.list-item.op2 li .img-ctr {
  width: 80%;
  /*whatsapp banking*/
  /*whatsapp banking end*/
}

.list-item.op2 li .img-ctr.w60 {
  width: 60%;
}

.list-item.opt1 li:last-child {
  margin-bottom: 0;
}

.list-item.opt1 li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.list-item.opt1 li span {
  background: #f3f3f3;
}

.list-item li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 36px;
}

.list-item li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.list-item li span {
  width: 70px;
  height: 70px;
  background: #FFCB05;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-right: 15px;
}

.list-item li span.opt1 {
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  .list-item li {
    margin-bottom: 24px;
  }
  .list-item li span {
    width: 60px;
    height: 60px;
    -ms-flex: 0 0 60px;
        flex: 0 0 60px;
  }
}

/*  End  */
/* Ways to bank key Features*/
.key-features {
  padding: 60px 0 100px 0;
  background: #f3f3f3;
}

.key-features .hd2v {
  font-weight: 300;
}

.key-features .list-item.op2 li .img-ctr {
  width: 60%;
}

@media (max-width: 991px) {
  .key-features {
    padding: 60px 0 0 0;
  }
  .key-features .tabs-img {
    width: 70%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Ways to bank key Features end*/ 

.mobile-app {
  /*padding: 60px 0 100px 0;*/
  background: #f3f3f3;
}

@media (max-width: 991px) {
  .mobile-app {
    padding-bottom: 0;
  }
}

/* Accordian style */
.accordian {
    /* common accordian like FAQ */
    /* common accordian like FAQ end */
    /* Product Detail page Eligibility */
    /* Product Detail Eligibility end*/
  }
  
  .accordian .trgr {
    padding: 20px 30px;
    margin-top: 1rem;
    position: relative;
    cursor: pointer;
  }
  
  .accordian .trgr::before {
    position: absolute;
    width: 15px;
    height: 15px;
    font-family: icomoon;
    content: "\e900";
    right: 30px;
    top: 20px;
    color: #9d1d27;
  }
  
  .accordian .trgr.act {
    border-radius: 5px 5px 0 0;
  }
  
  .accordian .trgr.act::before {
    content: "\e903";
  }
  
  .accordian .tog_cont {
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #9d1d27;
    padding: 20px 30px;
    margin-bottom: 1rem;
  }
  
  .accordian .tog_cont .block {
    display: block;
  }
  
  @media (max-width: 767px) {
    .accordian .trgr,
    .accordian .tog_cont {
      padding: 20px 40px 20px 20px;
    }
  }
  
  .accordian.op1 .trgr {
    box-shadow: none;
    font-size: 36px;
    font-weight: 300;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 50px 10px 0;
    border-radius: 0;
    line-height: 1;
  }
  
  @media (max-width: 1024px) {
    .accordian.op1 .trgr {
      font-size: 24px;
    }
  }
  
  .accordian.op1 .trgr::before {
    content: "\e906";
    height: auto;
    width: auto;
    right: 0;
    color: #54565B;
    top: 15px;
    font-size: 24px;
  }
  
  @media (max-width: 1024px) {
    .accordian.op1 .trgr::before {
      font-size: 18px;
    }
  }
  
  .accordian.op1 .trgr.act::before {
    content: "\e905";
  }
  
  .accordian.op1 .tog_cont {
    box-shadow: none;
    border: 0;
    padding-left: 20px;
    margin: 0;
  }
  
  @media (max-width: 1024px) {
    .accordian.op1 .tog_cont {
      padding-bottom: 16px;
    }
  }
  
  .accordian.op1 .tog_cont ul li {
    list-style: disc;
    margin-bottom: 15px;
  }
  
  @media (max-width: 1024px) {
    .accordian.op1 .tog_cont ul li {
      margin-bottom: 8px;
    }
  }

/*eligibility section start */
@media (max-width: 991px) {
  .eligibility-section {
    padding-top: 50px;
  }
}

.eligibility-section.overlap {
  margin-top: -30px;
}

@media (max-width: 767px) {
  .eligibility-section.overlap {
    margin-top: 30px;
    padding: 0;
  }
}

.eligibility-comp {
  -ms-flex-align: center;
  align-items: center;
}

.eligibility-comp figure {
  margin: 0;
}

.eligibility-comp img {
  max-width: 100%;
}

.eligibility-comp .accordian.op1 .tog_cont ul li {
  margin-bottom: 12px;
}

.eligibility-comp .accordian.op1 .tog_cont .hdg {
  margin: 0 0 12px -16px;
  font-weight: 700;
}

/*eligibility section end */
/*net banking Ways to Transfer Funds*/
.net-banking-section {
  padding: 50px 0;
  background: #f3f3f3;
}

.net-banking-section .hd2v {
  font-weight: 300;
}

.net-banking-section.op2 {
  background: #ffffff;
}

@media (max-width: 991px) {
  .net-banking-section.op2 {
    padding-bottom: 0;
  }
  .net-banking-section.op2 .tabs-img {
    width: 70%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
  }
}

/*
section.net-banking-section {
    margin: 12px 0;
}*/

/*net banking Ways to Transfer Funds end*/
.load-more-1,
  .load-more-2 {
    display: -ms-flexbox;
    display: flex;
    display: none;
  }


/*Blog listing page list card*/
.card.opt1 {
    overflow: hidden;
  }
  
  .card.opt1:hover img {
    transform: scale(1.1);
  }
  
  .card.opt1 img {
    width: 100%;
    transition: 0.3s;
  }
  
  .card.opt1 .star-box {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  
  .card.opt1 .star-box .icon-star::before {
    color: #FFFFFF;
  }
  
  .card.opt1 .card-img-overlay {
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 4%, black 93%);
    top: 50%;
  }
  
  .card.opt1 .card-img-overlay .card-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  
  .card.opt1 .card-img-overlay .card-text {
    color: #b8b8b8;
    font-size: 12px;
  }
  
  @media (max-width: 991px) {
    .card.opt1 {
      margin-bottom: 30px;
    }
  }
  
  /*Blog listing page list card end*/
    .learn-inv {
    background: #f3f3f3;
    padding: 80px 0 30px;
}
 /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.load-more-1,
  .load-more-2 {
    display: -ms-flexbox;
    display: flex;
    display: none;
  }


/*Blog listing page list card*/
.card.opt1 {
    overflow: hidden;
  }
  
  .card.opt1:hover img {
    transform: scale(1.1);
  }
  
  .card.opt1 img {
    width: 100%;
    transition: 0.3s;
  }
  
  .card.opt1 .star-box {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  
  .card.opt1 .star-box .icon-star::before {
    color: #FFFFFF;
  }
  
  .card.opt1 .card-img-overlay {
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 4%, black 93%);
    top: 50%;
  }
  
  .card.opt1 .card-img-overlay .card-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  
  .card.opt1 .card-img-overlay .card-text {
    color: #b8b8b8;
    font-size: 12px;
  }
  
  @media (max-width: 991px) {
    .card.opt1 {
      margin-bottom: 30px;
    }
  }
  
  /*Blog listing page list card end*/
    .learn-inv {
    background: #f3f3f3;
    padding: 80px 0 30px;
}
 /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/* Get in touch with us */
.get-intouch-bx {
  background: rgba(246, 246, 246, 0.8);
  margin-top: 25px;
  padding: 40px 0 40px;
}

.get-intouch-bx.op1 {
  margin-top: 0;
  padding-top: 60px;
  background: #f3f3f3;
}

.get-intouch-bx .col-lg-12 .hd26 {
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 1366px) {
  .get-intouch-bx {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .get-intouch-bx {
    background: #FFFFFF;
    margin-top: 0;
    padding: 25px 5px 25px;
  }

  .get-intouch-bx.op1 {
    padding-top: 30px;
  }

  .get-intouch-bx .hd26 {
    font-size: 20px;
  }
}

.getin-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

.getin-list .item {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.getin-list .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #25243B;
  width: 100%;
}

@media (max-width: 991px) {
  .getin-list .item a {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.getin-list .item a figure {
  margin-bottom: 0px;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .getin-list .item a figure {
    margin-right: 0px;
    margin-bottom: 8px;
  }
}

.getin-list .item a figure img {
  width: 110px;
  height: 110px; /*CLS fix... do not change*/
}

@media (max-width: 767px) {
  .getin-list .item a figure img {
    width: 48px;
    height: 48px; /*CLS fix... do not change*/
  }
}

.getin-list .item a p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.hd26,
.hd26l,
.hd26b {
  font-size: 26px;
  color: #25243B;
}

@media (max-width: 767px) {
  .getin-list .item a p {
    font-size: 10px;
    line-height: 1.1;
  }
}

.form-label-group {
  position: relative;
  /* :active works but when replace with :focus, it doesn't work */
}

.form-label-group .dropdown .dropdown-toggle:after {
  top: 9px;
}

.form-label-group .form-control {
  height: inherit;
  border: 2px solid #d8d8d8;
}

.form-label-group .form-control:focus {
  border-color: inherit;
  box-shadow: inherit;
}

.explorer11 .form-label-group .form-control:focus~label,
.explorer11 .form-label-group .form-control:valid~label {
  display: none;
}

.form-label-group>label,
.form-label-group>input {
  padding: 0.75rem 0.75rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #787878;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc($pad-y + $pad-y * (2 / 3));
  padding-bottom: calc($pad-y / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  font-size: 12px;
  color: #777;
  background: #fff;
  border-radius: 0px;
  display: inline-block;
  width: auto;
  padding: 1px 4px;
  margin-left: 7px;
  margin-top: -10px;
  border-radius: 5px;
}

.form-label-group label.form-control-placeholder {
  font-size: 15px;
  color: #777;
  display: inline-block;
  width: auto;
  margin-left: 7px;
  margin-top: 0px;
  transition: all 0.3s;
}

.form-label-group label.form-control-placeholder.float {
  transform: translate(0, -1.1em);
  font-size: 75%;
  background: #fff;
  padding: 1px 4px;
  transition: 0.2s ease-in-out;
}

.form-label-group label.form-control-placeholder.changefloat {
  transform: translate(0, -1.1em);
  background: #fff;
  padding: 1px 4px;
  font-size: 75%;
}

.form-label-group .form-control-placeholder {
  pointer-events: none;
}

.form-label-group .bootstrap-select.show>.btn-light.dropdown-toggle,
.form-label-group .bootstrap-select .dropdown-menu.show {
  color: #495057;
}

.form-label-group .bootstrap-select.show>.btn-light.dropdown-toggle {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
}

.form-label-group .bootstrap-select>.btn,
.form-label-group .bootstrap-select>.btn-light {
  padding-left: 1.5rem;
  font-size: 15px;
  height: 48px;
  border-radius: 4px;
  background-color: #fff !important;
  /* border: 1px solid #1d3147 !important; */
  line-height: 2.3;
  color: #495057;
}

.form-label-group .bootstrap-select>.btn-light:focus,
.form-label-group .bootstrap-select>.btn-light:hover,
.form-label-group .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #495057;
}

.form-label-group .bootstrap-select>.dropdown-menu {
  border: 1px solid #1d3147;
}

.service-box {
  background-color: #FFFFFF;
  padding: 50px 0 !important;
  position: relative;
}
