
.service-box {
  background-color: #f3f3f3;
  padding: 40px 0 100px 0;
  position: relative;
}

.service-box::before {
  background: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 185px;
  width: 100%;
}

.service-box.op1::before {
  height: 85px;
}

.service-box.op2::before {
  display: none;
}

@media (max-width: 767px) {
  .service-box.op2 {
    padding: 30px 0;
  }
}

.service-box.op2 .row.cards {
  margin-top: 0;
}

.service-box .cards {
  margin-top: 60px;
}

.service-box .card {
  color: #b8b8b8;
  height: 100%;
  border-radius: 3px;
}

.service-box .card .card-body {
  padding: 40px 32px;
  border-bottom: 0;
  background: none;
}

.service-box .card .card-body.opt1 {
  padding: 40px 35px 15px 35px;
  border-bottom: 0;
}

.service-box .card .card-body.opt2 {
  background-color: #fafafa;
  padding: 24px 35px 24px 35px;
  color: #54565b;
  border-radius: 0 0 3px 3px;
}

.service-box .card .card-title {
  font-size: 24px;
  font-weight: 300;
  color: #54565b;
  margin-bottom: 20px;
}

.service-box .card .btn-box .btn-white {
  color: #767676;
}

.service-box .card .view-all a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: 4px;
  color: #b8b8b8;
}

.service-box .card .view-all a .txt {
  width: 80%;
}

.service-box .card button {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}

.service-box .card button:focus {
  outline: 0;
}

.service-box .card button span {
  font-size: 22px;
}

.service-box .was-validated .form-control:valid,
.service-box .was-validated .form-control:invalid {
  background-image: none;
}

@media (max-width: 1024px) {
  .service-box .card .card-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .service-box {
    padding: 30px 0 30px;
  }
  .service-box::before {
    height: 160px;
  }
  .service-box .cards {
    margin-top: 45px;
  }
  .service-box .cards .col-lg-4 {
    margin-bottom: 20px;
  }
  .service-box .card .card-body {
    padding: 40px 30px;
  }
  .service-box .card .col-5.black {
    white-space: nowrap;
  }
  .service-box .card .card-body.opt1,
  .service-box .card .card-body.opt2 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .service-box .mt-xs-7 {
    margin-top: 32px;
  }
}

.icn-box {
  background-color: #ffcb05;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 18px solid #FFFFFF;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.icn-box span {
  font-size: 50px;
}

.icn-box img {
  height: 50px;
}

.icn-box + .fhd {
  font-weight: 700;
  margin-top: 4px;
  text-align: center;
}

@media (max-width: 767px) {
  .icn-box {
    width: 124px;
    height: 124px;
    border-width: 12px;
  }
}

/*service box footer end */


.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;
  }
.offers-forYou {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .offers-forYou {
      padding: 40px 0;
  }
}


.offers-forYou {
  background: #fafafa;
}

.offers-forYou.popular {
  background: #FFFFFF;
}

.offers-forYou .card-look.full.opt1 {
  background: none;
}

.offers-forYou .card-look.full.opt1 figure img {
  height: 150px;
  width: auto;
}

.offers-forYou .card-look.full.opt1 .hd2.black {
  -ms-flex: 0 0 250px;
      flex: 0 0 250px;
  margin: 0;
}

.offers-forYou .card-look.full.opt1 .form-box {
  padding: 0 40px;
}

.offers-forYou .card-look.full.opt1 .form-box .form-control {
  background: none;
  width: 250px;
}

.offers-forYou .card-look.full.opt1 .form-box .btn-box {
  text-align: right;
}

.offers-forYou .video-gallery {
  background: none;
  padding-bottom: 20px;
}

.offers-forYou .video-gallery .forYou-offer-carousel,
.offers-forYou .video-gallery .offer-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offers-forYou .video-gallery .forYou-offer-carousel .media-card,
.offers-forYou .video-gallery .offer-listing .media-card {
  width: 31.2%;
  margin-right: 2.8%;
}

.offers-forYou .video-gallery .forYou-offer-carousel .media-card:nth-child(3n),
.offers-forYou .video-gallery .offer-listing .media-card:nth-child(3n) {
  margin-right: 0;
}

.offers-forYou .video-gallery .media-card {
  margin: 36px 2px 2px;
}

.offers-forYou .video-gallery .look-nearMe {
  margin-left: auto;
}

.offers-forYou .video-gallery .look-nearMe span {
  display: inline-block;
  background: #f3f3f3;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin-right: 4px;
}

.offers-forYou .video-gallery .look-nearMe a {
  color: #9D1D27;
  font-weight: 700;
}

.offers-forYou .media-card {
  position: relative;
}

.form-details {
  display: -ms-flexbox;
  display: flex;
}

.offers-forYou .media-card .link {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding-right: 0;
  background: none;
}

.offers-forYou .media-card .link .arrow.yellow span::before {
  color: #54565B;
}

.offers-forYou .media-card figure .top-links {
  right: 24px;
}

.offers-forYou .media-card figure .top-links .icon-share {
  font-weight: 700;
}

.offers-forYou .media-card figure .views {
  position: absolute;
  left: 24px;
  top: 15px;
  font-size: 14px;
  color: #FFFFFF;
}

.offers-forYou .media-card figure .views span {
  vertical-align: middle;
}

.offers-forYou .media-card .hd2v {
  font-weight: bold;
  margin-bottom: 10px;
}

.offers-forYou .media-card .hd2v + p {
  min-height: 50px;
  margin-bottom: 0;
}

.offers-forYou .media-card .code {
  display: inline-block;
  background: #fafafa;
  padding: 14px 30px;
  border: 1px solid #E8E8E8;
  border-radius: 25px;
  margin-bottom: 20px;
}

.offers-forYou .media-card .code + .f12, .offers-forYou .media-card .blog-detail .blog-ctnt .code + .blog-by, .blog-detail .blog-ctnt .offers-forYou .media-card .code + .blog-by {
  color: #787878;
  margin: 0;
  padding-right: 48px;
  min-height: 40px;
}

.offers-forYou .media-card.noImg {
  border: 1px solid #E5E5E5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  margin-top: 24px;
}

.offers-forYou .media-card.noImg .mcard-body {
  padding: 0;
  position: relative;
}

.offers-forYou .media-card.noImg .mcard-body .top-ctnt {
  padding: 24px 26px 0;
}

.offers-forYou .media-card.noImg .mcard-body .top-links {
  font-size: 20px;
  position: absolute;
  top: 25px;
  right: 18px;
  z-index: 1;
}

.offers-forYou .media-card.noImg .mcard-body .top-links .icon-share {
  font-weight: 700;
}

.offers-forYou .media-card.noImg .mcard-body .top-links .share-box {
  margin-left: 0;
}

.offers-forYou .media-card.noImg .mcard-body .top-links .share-box .share-positon-box {
  right: -24px;
}

.offers-forYou .media-card.noImg .mcard-body .hd2v {
  font-size: 20px;
  min-height: 50px;
  margin-right: 50px;
}

.offers-forYou .media-card.noImg .mcard-body .f14 {
  color: #767676;
}

.offers-forYou .media-card.noImg .mcard-body .btm-link {
  border-top: 1px solid #E8E8E8;
  padding: 8px 26px;
  min-height: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.offers-forYou .media-card.noImg .mcard-body .btm-link .icon-view:before {
  color: #787878;
}

.offers-forYou .media-card.noImg .mcard-body .btm-link .views {
  font-size: 14px;
  color: #787878;
}

.offers-forYou .media-card.noImg .mcard-body .btm-link .views .icon-view {
  vertical-align: middle;
}

.offers-forYou .media-card.noImg .mcard-body .btm-link .arrow span {
  font-size: 20px;
}

.offers-forYou .media-card.noImg .mcard-body .btm-link .arrow span::before {
  color: #787878;
}

.offers-forYou .media-card.noImg .mcard-body .btm-link .ulink {
  font-size: 14px;
  color: #9D1D27;
}

@media (max-width: 1024px) {
  .offers-forYou .card-look.full.opt1 .form-box form.flex {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .offers-forYou .card-look.full.opt1 .form-box form.flex .btn-box {
    margin-top: 12px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .offers-forYou .card-look.full.opt1 .hd2.black {
    -ms-flex: none;
        flex: none;
  }
  .offers-forYou .card-look.full.opt1 .form-box {
    padding: 12px 0 0;
  }
  .offers-forYou .video-gallery .forYou-offer-carousel {
    display: block;
  }
  .offers-forYou .video-gallery .forYou-offer-carousel .media-card {
    width: 99%;
  }
}

@media (max-width: 767px) {
  .offers-forYou .card-look.full.opt1 figure {
    margin: 12px auto 0;
  }
  .offers-forYou .video-gallery .container {
    padding: 0;
  }
  .offers-forYou .video-gallery .container .look-nearMe {
    margin-right: 15px;
  }
  .offers-forYou .owl-stage {
    left: -30px;
    margin-left: 15px;
  }
}

.offers-forYou.listing {
  margin-top: 1px;
  background: #f3f3f3;
  padding: 50px 0 0;
}

.offers-forYou.listing .result-hd {
  font-size: 24px;
  line-height: 1.2;
  margin: 20px 0 0 258px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.offers-forYou.listing .result-hd .icon-close {
  background: #787878;
  padding: 12px;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 20px 0 0;
  display: inline-block;
}

.offers-forYou.listing .result-hd strong {
  color: #9D1D27;
}

.offers-forYou.listing .form-details .col-lt {
  -ms-flex: 0 0 250px;
      flex: 0 0 250px;
  padding-right: 40px;
}

.offers-forYou.listing .form-details .col-rt {
  width: 100%;
}

.offers-forYou.listing .form-details select {
  background-color: #f3f3f3;
  background-position: 94% center;
  font-weight: 700;
}

.offers-forYou.listing .form-details .normal-select-box.selected:not(:placeholder-shown) ~ label {
  background-color: #f3f3f3;
}

.offers-forYou.listing .video-gallery {
  padding: 0;
}

.offers-forYou.listing .form-list li {
  margin-bottom: 10px;
}

.offers-forYou.listing .media-card .mcard-body {
  padding: 20px;
}

.offers-forYou.listing .media-card.noImg {
  width: 31.6%;
  margin-right: 2.2%;
}

.offers-forYou.listing .media-card.noImg .mcard-body {
  padding: 0;
}

.offers-forYou.listing .media-card.noImg .mcard-body .hd2v {
  font-size: 18px;
  min-height: 44px;
}

.offers-forYou.listing .media-card.noImg .mcard-body .top-ctnt {
  padding: 20px 18px 0;
}

.offers-forYou.listing .media-card.noImg .mcard-body .top-ctnt .share.MR10 {
  margin-right: 4px;
}

.offers-forYou.listing .media-card.noImg .mcard-body .btm-link {
  padding: 8px 20px;
}

.offers-forYou.listing .card.page-breaker {
  width: 100%;
  margin: 50px 0 14px;
}

@media (max-width: 1024px) {
  .offers-forYou.listing .video-gallery .offer-listing .media-card {
    width: 47.4%;
  }
}

@media (max-width: 991px) {
  .offers-forYou.listing .result-hd {
    margin-left: 210px;
  }
  .offers-forYou.listing .form-details .col-lt {
    -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    padding-right: 30px;
  }
  .offers-forYou.listing .media-card .code {
    padding: 14px 24px;
  }
  .offers-forYou.listing .media-card .code + .f12, .offers-forYou.listing .media-card .blog-detail .blog-ctnt .code + .blog-by, .blog-detail .blog-ctnt .offers-forYou.listing .media-card .code + .blog-by {
    margin-left: 0;
  }
  .offers-forYou.listing .media-card .mcard-body {
    padding-bottom: 30px;
  }
  .offers-forYou.listing .arrow.big {
    width: 40px;
    height: 40px;
  }
  .offers-forYou.listing .card.page-breaker {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .offers-forYou.listing {
    padding-top: 30px;
  }
  .offers-forYou.listing .result-hd {
    margin-left: 20px;
    font-size: 20px;
  }
  .offers-forYou.listing .form-details .col-lt {
    display: none;
  }
  .offers-forYou.listing .video-gallery .offer-listing .media-card {
    width: 100%;
  }
  .offers-forYou.listing .video-gallery .offer-listing .media-card:nth-child(n+4) {
    display: none;
  }
  .offers-forYou.listing .card.page-breaker {
    display: none;
  }
}

@media (max-width: 991px) {
  .offers-forYou.listing.op1 .card-look > a {
    min-height: 52px;
  }
  .offers-forYou.listing.op1 .card-look > a img {
    width: 100%;
  }
  .offers-forYou.listing.op1 .card-look > a p {
    display: block;
  }
  .offers-forYou.listing.op1 .brand-offer .card-look.full figure {
    margin-top: 10px;
  }
}    

/*form list*/
.form-list {
  margin-top: 30px;
}

.form-list li {
  margin-bottom: 20px;
}

.form-list li .dropdown .dropdown-menu {
  min-width: 100%;
}

.form-list li .dropdown .dropdown-menu li {
  margin-bottom: 0;
}

.form-list li.last {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .form-list li {
      margin-bottom: 28px;
  }
}

.form-list.address-box {
  margin-top: 0;
  padding-left: 40px;
}

/*form list end*/


.filter-accordian {
  padding-top: 20px;
}

.filter-accordian .form-list {
  margin-top: 10px;
}

.filter-accordian .filter_op1 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d8d8d8;
}

.filter-accordian .filter_trgr {
  font-weight: 700;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d8d8d8;
  position: relative;
  cursor: pointer;
}

.filter-accordian .filter_trgr::before {
  position: absolute;
  width: 15px;
  height: 15px;
  font-family: icomoon;
  content: "\e906";
  right: 0px;
  top: 20px;
  color: #54565B;
}

.filter-accordian .filter_trgr.act::before {
  content: "\e905";
}

.filter-accordian .filter_trgr:first-child {
  border-top: 0;
  margin-top: 0;
}

.filter-accordian .filter_tog:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.filter-accordian .custom-control {
  padding-left: 30px;
}

.filter-accordian .custom-control-label::before,
.filter-accordian .custom-control-label::after {
  width: 20px;
  height: 20px;
  left: -30px;
}

.filter-accordian .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: cover;
}

.filter-accordian .selBgNo .form-label-group .bootstrap-select > .btn,
.filter-accordian .selBgNo .form-label-group .bootstrap-select > .btn-light {
  background: #f3f3f3;
  line-height: 1.5 !important; 
  padding: 0.85rem 0.75rem !important;
}

.filter-accordian .selBgNo .form-label-group label.form-control-placeholder.changefloat {
  background: #f3f3f3;
}

.more-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 800px;
  height: 390px;
  display: none;
}

.more-box .popup-close {
  right: 10px;
  top: 10px;
}

.more-box .form-list {
  margin-top: 0;
  padding: 20px 0;
  margin: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 390px;
  overflow-x: auto;
  overflow-y: hidden;
}

.more-box .form-list li {
  margin-right: 20px;
  min-width: 180px;
  max-width: 180px;
}

.more-box .form-list li.chd {
  margin-top: 5px;
}

.branch-main {
  padding-bottom: 4px;
}

.branch-card {
  border: 2px solid #d8d8d8;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}

.branch-card .f20 {
  font-weight: 700;
  line-height: 1.2;
}

.branch-card .f20 + p {
  margin: 16px 0 0;
  line-height: 1.4;
}

.branch-card .btn-box {
  margin-left: 28px;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .branch-card {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .branch-card .btn-box {
    margin: 20px 0 0;
  }
}
/* Sticky botton at bottom for mobile start */
.sticky-btm {
display: none;
transition: transform .3s linear;
}

.sticky-btm.hide {
transform: translate(0, 50px);
}

.sticky-btm a {
display: block;
height: 50px;
background: #9D1D27;
color: #FFFFFF;
text-align: center;
line-height: 50px;
font-size: 14px;
font-weight: 700;
}

@media (max-width: 767px) {
.sticky-btm {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
}

/* Sticky botton at bottom for mobile end */


.filter-by {
  position: fixed;
  background: linear-gradient(to right, #E8E8E8 0%, #E8E8E8 40%, #f3f3f3 40%, #f3f3f3 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

.filter-by .filter-top {
  padding: 16px 20px;
  background: #9D1D27;
  color: #FFFFFF;
  font-weight: 700;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.filter-by .filter-top a {
  float: right;
  color: #9D1D27;
}

.filter-by .filter-btm {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.filter-by .filter-btm a {
  padding: 16px;
  text-align: center;
}

.filter-by .filter-btm a.close-btn {
  width: 50%;
  background: #FFFFFF;
  color: #54565B;
}

.filter-by .filter-btm a.apply-btn {
  width: 50%;
  color: #FFFFFF;
  background: #9D1D27;
}

.filter-by .form-list {
  padding: 20px;
  margin-top: 0;
  height: calc(100vh - 104px);
  overflow-y: auto;
}

.filter-by .form-list li {
  margin-bottom: 8px;
}

.filter-by .form-list .custom-control {
  padding-left: 30px;
}

.filter-by .form-list .custom-control-label::before,
.filter-by .form-list .custom-control-label::after {
  width: 20px;
  height: 20px;
  left: -30px;
}

.filter-by .form-list .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: cover;
}

.filter-by .form-list select {
  background-color: #f3f3f3;
  background-position: 94% center;
}

.filter-by .form-list .normal-select-box.selected:not(:placeholder-shown) ~ label {
  background-color: #f3f3f3;
}


.filter-mid {
  margin-top: 52px;
}

.filter-mid .filter-left {
  float: left;
  width: 40%;
}

.filter-mid .filter-left li {
  width: 100%;
  font-weight: 700;
  border-bottom: 1px solid #d8d8d8;
}

.filter-mid .filter-left li a {
  display: block;
  padding: 24px 20px;
}

.filter-mid .filter-left li a.active {
  background: #f3f3f3;
}

.form-label-group select.normal-select-box {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 15px 5px;
  background: #ffffff url("../../../content/dam/idfcfirstbank/images/uc-journey/svg/down.svg") no-repeat right center;
  background-position: 97% center;
  padding: 0.85rem 0.75rem;
  border: 0;
  border: 2px solid #d8d8d8;
  border-radius: 0.25rem;
  color: #787878;
}
.product-banner figure img {
  width: 100%;
}
.banner-top,
.product-banner {
  position: relative;
}

/* Banner common start */
.banner-wrapper {
  position: relative;
}

.banner-wrapper nav {
  top: 1.25rem;
  position: absolute;
}

.banner-wrapper .banner-ctnt {
  position: absolute;
  top: 50%;
  bottom: auto;
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;

}

.banner-wrapper .banner-ctnt .row {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.banner-wrapper .banner-ctnt .needs-validation {
  display: -ms-flexbox;
  display: flex;
}

.banner-wrapper .banner-ctnt .needs-validation .form-control {
  width: 250px;
}

@media (max-width: 991px) {
  .banner-wrapper .banner-ctnt .needs-validation .form-control {
    width: auto;
  }
}

@media (max-width: 767px) {
  .banner-wrapper .banner-ctnt .needs-validation .form-control {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .banner-wrapper .banner-ctnt .needs-validation {
    display: block;
    width: 100%;
  }

  .banner-wrapper .banner-ctnt .needs-validation .form-label-group {
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .banner-wrapper .banner-ctnt .col-md-7 .hd {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: .50rem;
  }

  .banner-wrapper .banner-ctnt .col-md-7 .list-item.op2 {
    margin-top: 15px;
  }

  .banner-wrapper .banner-ctnt .col-md-7 .desc.f12.PT15,
  .banner-wrapper .banner-ctnt .col-md-7 .blog-detail .blog-ctnt .desc.PT15.blog-by,
  .blog-detail .blog-ctnt .banner-wrapper .banner-ctnt .col-md-7 .desc.PT15.blog-by {
    padding-top: 0;
  }
}

.banner-wrapper .banner-btm {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
}

.banner-wrapper .banner-btm .list-item {
  display: -ms-flexbox;
  display: flex;
}

.banner-wrapper .banner-btm .list-item li {
  width: 25%;
}

.banner-wrapper figure {
  margin-bottom: 0;
}

.banner-wrapper .desc {
  margin-top: 15px;
  color: #54565B !important;
}

.banner-wrapper .desc span {
  color: #FFCB05;
}

@media (max-width: 991px) {
  .banner-wrapper .banner-ctnt {
    transform: none;
    left: 0;
    top: 60px;
  }

  .banner-wrapper .banner-btm {
    position: static;
    background: #FFFFFF;
    border-bottom: 3px solid #F5F5F5;
    overflow-x: auto;
  }

  .banner-wrapper .banner-btm .list-item.op1 {
    padding-top: 0;
  }

  .banner-wrapper .banner-btm .list-item.op1 li {
    color: #54565B;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    margin: 24px 32px 30px 0;
  }

  .banner-wrapper .banner-btm .list-item.op1 li span {
    background: #f3f3f3;
    margin-bottom: 10px;
  }
}

.nearby-search {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  border-radius: 4px;
  background: #FFFFFF;
  position: relative;
}

.nearby-search span {
  background: #f3f3f3;
  padding: 18px;
  border-radius: 4px;
  font-size: 14px;
  width: 108px;
}

.nearby-search span img {
  height: 24px;
  margin-right: 5px;
}

.nearby-search input {
  border: 0;
  padding: 18px;
  width: 60%;
}

.nearby-search input::-ms-clear {
  display: none;
}

.nearby-search .search {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 24px;
  border: 0;
  background: none;
  padding: 0;
}

.nearby-search .invalid-feedback {
  position: absolute;
  top: 60px;
  left: 120px;
}

@media (max-width: 1024px) {
  .nearby-search {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .nearby-search {
    margin-top: 10px;
  }
}

.product-banner.visit .banner-wrapper .banner-ctnt .needs-validation {
  display: block;
}

@media (max-width: 1024px) {
  .product-banner.visit .banner-ctnt .hd1 {
    margin-top: 20px;
  }
}

/*  End  */
.payments {
  background: #f3f3f3;
  padding: 80px 0 4px;
}

@media (max-width: 767px) {
  .payments {
    padding-top: 40px;
  }
}

.scroll-pane {
  width: 100%;
  height: 200px;
  overflow-y: auto;
}

/*.payment-card {
  margin-top: 80px;
}*/

.payment-card .flex-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.payment-card .flex-card.even {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.payment-card .flex-card.even .colR {
  border-left: 0;
  border-right: 1px solid #E8E8E8;
}

.payment-card .colL {
  padding: 25px;
  text-align: center;
  width: 35%;
}

.payment-card .colL figure {
  margin: 0;
}

.payment-card .colL figure img {
  width: 100%;
}

.payment-card .colR {
  padding: 40px 20px 40px 40px;
  width: 64%;
  border-left: 1px solid #E8E8E8;
  min-height: 450px;
}

.payment-card .colR .scroll-txt {
  width: 100%;
  height: 290px;
  overflow: auto;
}

.payment-card .btn-box {
  display: -ms-flexbox;
  display: flex;
}

.payment-card .btn-box .btn-white {
  line-height: 26px;
  color: #767676;
}

.payment-card .more-txt {
  display: none;
}

@media (max-width: 991px) {
  .payment-card .colL {
    width: 40%;
  }

  .payment-card .colR {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .payment-card .btn-box .btn-white {
    line-height: 2.8;
  }
}

@media (max-width: 767px) {
  .payment-card {
    margin-top: 30px;
  }

  .payment-card .flex-card {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .payment-card .flex-card.even {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .payment-card .flex-card.even .colR {
    border-right: 0;
  }

  .payment-card .colL {
    width: 100%;
  }

  .payment-card .colL figure img {
    width: 250px;
  }

  .payment-card .colR {
    width: 100%;
    padding: 0 20px 30px;
    min-height: inherit;
    border-left: 0;
  }

  .payment-card .colR .scroll-txt,
  .payment-card .colR .txt {
    height: 300px;
    overflow-y: hidden;
  }

  .payment-card .colR .scroll-txt.auto,
  .payment-card .colR .txt.auto {
    overflow-y: auto;
    height: inherit;
  }

  .payment-card .more-txt {
    display: block;
    margin: 10px 0 0 10px;
  }
}

.new-comp {
  background: #f3f3f3;
}

.new-comp .whiteBx {
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
}

.new-comp .whiteBx .ltCol {
  width: 30%;
}

.new-comp .whiteBx .ltCol .nav {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.new-comp .whiteBx .ltCol .nav li {
  border-bottom: 1px solid #eaeaea;
  -ms-flex: 1;
  flex: 1;
}

.new-comp .whiteBx .ltCol .nav li:last-child {
  border-bottom: 0;
}

.new-comp .whiteBx .ltCol .nav li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: #FFFFFF;
  border-right: 8px solid transparent;
  transition: all .3s linear;
}

.new-comp .whiteBx .ltCol .nav li a.active {
  color: #9D1D27;
  transform: scaleX(1.2);
  border-right-color: #9D1D27;
  box-shadow: 12px 27px 38px 0 rgba(0, 0, 0, 0.09);
  border-radius: 3px;
}

.new-comp .whiteBx .ltCol .nav a {
  padding: 20px 40px;
  display: block;
  font-weight: 700;
}

.new-comp .whiteBx .rtCol {
  width: 70%;
  border-left: 1px solid #eaeaea;
  padding: 60px 0 60px 100px;
  min-height: 504px;
}

@media (max-width: 1024px) {
  .new-comp .whiteBx .rtCol {
    padding-left: 60px;
  }
}

@media (max-width: 1024px) {
  .new-comp .whiteBx .ltCol .nav li a {
    padding: 20px 10px 20px 20px;
  }
}

.sec-ctnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.sec-ctnt .seclt {
  width: 375px;
}

.sec-ctnt .seclt .btn-box {
  display: -ms-flexbox;
  display: flex;
}

.sec-ctnt .seclt .btn-box .btn-white {
  line-height: 26px;
  color: #767676;
}

.sec-ctnt figure {
  margin: 0 -100px 0 0;
}

@media (max-width: 991px) {
  .sec-ctnt .seclt .btn-box .btn-white {
    line-height: 2.8;
  }

  .sec-ctnt figure {
    display: none;
  }
}

@media (max-width: 767px) {
  .tabComp {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  }

  .tabComp .fhd {
    border-top: 1px solid #eaeaea;
    padding: 20px;
    font-weight: 700;
    position: relative;
    transition: all .3s linear;
    background: #FFFFFF;
  }

  .tabComp .fhd:first-child {
    border-top: 0;
  }

  .tabComp .fhd::before {
    position: absolute;
    font-family: icomoon;
    content: "\e906";
    right: 20px;
    top: 20px;
    color: #9D1D27;
    font-size: 20px;
  }

  .tabComp .fhd.act {
    background: #fafafa;
    border-radius: 5px 5px 0 0;
  }

  .tabComp .fhd.act+.flist {
    background: #fafafa;
    border-bottom-color: #9D1D27;
    border-radius: 0 0 5px 5px;
  }

  .tabComp .fhd.act::before {
    content: "\e905";
  }

  .tabComp .flist {
    padding: 20px;
    display: none;
    border-top: 1px solid #eaeaea;
    border-bottom: 3px solid transparent;
    background: #FFFFFF;
  }

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

  .tabComp .btn-box .btn-white {
    line-height: 2.8;
    color: #767676;
  }
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  background: red;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}

.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #FFF;
  position: relative;
}

.jspDrag {
  background: #babac0;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
  border-radius: 4px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}

.jspDisabled {
  background: #80808d;
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}

.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
ul.with-circle li::before {
    content: "•";
    position: absolute;
    left: 0px;
}
ul.with-circle.op1 li {
    line-height: 24px;
}
ul.with-circle.op1 li {
    list-style: none;
    margin-bottom: 5px;
    padding: 0 0 0 12px;
}

.net-banking-section {
    padding: 50px 0;
    background: #f3f3f3;
}

@media (max-width: 767px){
.hd48 {
    font-size: 24px;
    letter-spacing: 0;
}
}
.hd48 {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1.6px;
}

#emiLodeMore{
	text-align:center;
}


.f-get-intouch-bx {
  padding: 16px 0 60px 0;
  background-color: #F6F6F6;
  margin-top: 0;
}

.f-get-intouch-bx .fontHd26 {
  color: #25243B;
  font-size: 20px!important;
  font-weight: 600;
  line-height: 26px;
  /* 130% */
  letter-spacing: -0.5px;
}

.f-get-intouch-bx .getin-list {
  margin-top: 32px;
}

.f-get-intouch-bx .getin-list .item a figure {
  margin: 0;
}

.f-get-intouch-bx .getin-list .item a figure img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.f-get-intouch-bx .getin-list .item a p {
  color: #25243B;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: -0.5px;
  padding-left: 20px;
  max-width: 146px;
}

@media (max-width: 767px) {
  .f-get-intouch-bx {
    padding: 9px 0 29px 0;
    margin-top: 0;
  }
  .f-get-intouch-bx .getin-list {
    margin-top: 12px;
  }
  .f-get-intouch-bx .getin-list .item a p {
    padding-top: 8px;
    color: #25243B;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    /* 133.333% */
    text-transform: uppercase;
    padding-left: 0;
    margin: 0 3px;
  }
}

/* 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 {
  background: none;
}

.get-intouch-bx .hd26 {
  font-weight: 500;
}

.hd26 {
  font-weight: 300;
  font-size: 26px;
  letter-spacing: -.6px;
  line-height: 28px;
}

@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 .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: 15px
}

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

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

.getin-list .item a {
  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: 0 px;
  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: auto;
}

@media (max-width:767px) {
  .getin-list .item a figure img {
      width: 48px;
      height: auto
  }
}

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

@media (max-width:767px) {
  .getin-list .item a p {
      font-size: 10px;
  }
}
/* 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 {
  background: none;
}

.get-intouch-bx .hd26 {
  font-weight: 500;

}

.col-lg-12 .hd26 {
  font-size: 15px !important;
}

.hd26 {
  font-weight: 300;

  letter-spacing: -.6px;
  line-height: 28px;
}

@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 .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: 15px
}

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

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

.getin-list .item a {
  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: 0 px;
  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: auto;
}

@media (max-width:767px) {
  .getin-list .item a figure img {
    width: 48px;
    height: auto
  }
}

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

@media (max-width:767px) {
  .getin-list .item a p {
    font-size: 10px;
  }
}
/* Get in touch with us CSS Start*/
.get-intouch-revamp {
  margin: 40px 0 0 0;
  padding: 57px 0;
  background: linear-gradient(73deg, #C7C6C6 -74.4%, #F1F1F1 23.15%);
}

.get-intouch-revamp .getin-list-revamp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.get-intouch-revamp .getin-list-revamp .getin-list-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .get-intouch-revamp .getin-list-revamp .getin-list-item a {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.get-intouch-revamp .getin-list-revamp .getin-list-item a figure {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(77deg, #5F0D16 0%, #B43140 98.1%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-intouch-revamp .getin-list-revamp .getin-list-item a figure img {
  width: 40px;
}

@media (max-width: 767px) {
  .get-intouch-revamp .getin-list-revamp .getin-list-item a figure img {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .get-intouch-revamp .getin-list-revamp .getin-list-item a figure {
    width: 54px;
    height: 54px;
  }
}

.get-intouch-revamp .getin-list-revamp .getin-list-item a p {
  margin-bottom: 0;
  margin-left: 24px;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  background: linear-gradient(77deg, #5F0D16 0%, #B43140 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .get-intouch-revamp .getin-list-revamp .getin-list-item a p {
    text-align: center;
    margin-left: 0px;
    margin-top: 6px;
  }
}

/* Get in touch with us CSS Ends */
.grnt-cdl-banner {
    background: #f5dfe7;
    min-height: 350px;
    overflow: hidden;
    position: relative
}

@media(max-width: 1199px) {
    .grnt-cdl-banner {
        min-height: 300px
    }
}

@media(max-width: 991px) {
    .grnt-cdl-banner {
        margin-top: 50px;
        min-height: 230px
    }
}

@media(max-width: 767px) {
    .grnt-cdl-banner {
        min-height: auto
    }
}

.grnt-cdl-banner .cdl-banner-swiper .swiper-slide {
    min-height: 350px
}

@media(max-width: 1199px) {
    .grnt-cdl-banner .cdl-banner-swiper .swiper-slide {
        min-height: 300px
    }
}

@media(max-width: 991px) {
    .grnt-cdl-banner .cdl-banner-swiper .swiper-slide {
        min-height: 230px
    }
}

@media(max-width: 767px) {
    .grnt-cdl-banner .cdl-banner-swiper .swiper-slide {
        min-height: auto
    }
}

.grnt-cdl-banner .cdl-banner-swiper .swiper-pagination {
    bottom: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grnt-cdl-banner .cdl-banner-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #adacac;
    height: 8px;
    width: 8px;
    opacity: 1
}

.grnt-cdl-banner .cdl-banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 12px;
    width: 12px;
    background-color: #9b1e26
}

.grnt-cdl-banner .cdl-banner-img {
    position: static
}

@media(max-width: 767px) {
    .grnt-cdl-banner .cdl-banner-img {
        padding: 0
    }
}

.grnt-cdl-banner .grnrcon-ban-desc {
    margin-top: 82px
}

@media(max-width: 991px) {
    .grnt-cdl-banner .grnrcon-ban-desc {
        max-width: 65%;
        margin-top: 65px
    }
}

@media(max-width: 767px) {
    .grnt-cdl-banner .grnrcon-ban-desc {
        max-width: 100%;
        margin-top: 38px;
        margin-bottom: 10px
    }
}

.grnt-cdl-banner .grnrcon-ban-desc .h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 32px;
    color: #9b1e26;
    margin-bottom: 28px
}

@media(max-width: 991px) {
    .grnt-cdl-banner .grnrcon-ban-desc .h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 12px
    }
}

@media(max-width: 767px) {
    .grnt-cdl-banner .grnrcon-ban-desc .h1 {
        font-size: 28px;
        line-height: 34px
    }
}

.grnt-cdl-banner .grnrcon-ban-desc .h1 strong {
    color: #9b1e26
}

.grnt-cdl-banner .grnrcon-ban-desc .txt {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #3a3a3a
}

.grnt-cdl-banner .grnrcon-ban-desc .txt b,
.grnt-cdl-banner .grnrcon-ban-desc .txt strong {
    font-weight: 700
}

@media(max-width: 991px) {
    .grnt-cdl-banner .grnrcon-ban-desc .txt {
        font-size: 16px;
        line-height: 22px;
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .grnt-cdl-banner .grnrcon-ban-desc .txt {
        font-size: 14px;
        line-height: 21px
    }
}

.grnt-cdl-banner .grnrcon-ban-desc .txt:last-child {
    margin-bottom: 0
}

.grnt-cdl-banner .grnrcon-ban-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 584px
}

@media(max-width: 1199px) {
    .grnt-cdl-banner .grnrcon-ban-img {
        max-width: 500px
    }
}

@media(max-width: 991px) {
    .grnt-cdl-banner .grnrcon-ban-img {
        max-width: 380px
    }
}

@media(max-width: 767px) {
    .grnt-cdl-banner .grnrcon-ban-img {
        max-width: 100%;
        position: relative;
        margin-top: 16px
    }

    .grnt-cdl-banner .grnrcon-ban-img img {
        width: 100%
    }
}

.grnt-cdl-banner .grnrcon-ban-img img {
    max-width: 100%
}

.d-mat-subnav .container::-webkit-scrollbar {
    height: 5px
}

.d-mat-subnav .container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0)
}

.d-mat-subnav .container::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #ccc
}

.d-mat-subnav .container::-webkit-scrollbar-thumb:hover {
    background-color: #999
}

.d-mat-subnav .container .outer-wrapper::-webkit-scrollbar:vertical {
    display: none
}

.d-mat-subnav .pseduo-track {
    background-color: #999;
    height: 2px;
    width: 100%;
    position: relative;
    top: -3px;
    z-index: -10
}

@media(any-hover: none) {
    .d-mat-subnav .pseduo-track .pseduo-track {
        display: none
    }
}

.d-mat-subnav .nav {
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 65px
}

.d-mat-subnav .secondary-nav .container {
    position: relative
}

.d-mat-subnav .secondary-nav .container .btn-box {
    top: 0
}

.d-mat-subnav .secondary-nav .container .btn-box .btn-red {
    padding: 10px 20px
}

.d-mat-subnav .secondary-nav,
.d-mat-subnav .secondary-tab,
.d-mat-subnav .secondary-tab-normal {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, .1);
    position: relative
}

.d-mat-subnav .secondary-nav.sticky,
.d-mat-subnav .secondary-tab.sticky,
.d-mat-subnav .secondary-tab-normal.sticky {
    position: fixed;
    width: 100%;
    top: 104px;
    left: 0;
    z-index: 2
}

.d-mat-subnav .secondary-nav.sticky ul:not(.filter) li a,
.d-mat-subnav .secondary-tab.sticky ul:not(.filter) li a,
.d-mat-subnav .secondary-tab-normal.sticky ul:not(.filter) li a {
    padding: 15px 0 10px;
    font-size: 16px
}

.d-mat-subnav .secondary-nav.sticky .container .btn-box,
.d-mat-subnav .secondary-tab.sticky .container .btn-box,
.d-mat-subnav .secondary-tab-normal.sticky .container .btn-box {
    top: 5px
}

.d-mat-subnav .secondary-nav.sticky .container .btn-box .btn-red,
.d-mat-subnav .secondary-tab.sticky .container .btn-box .btn-red,
.d-mat-subnav .secondary-tab-normal.sticky .container .btn-box .btn-red {
    padding: 7px 30px;
    font-size: 14px
}

.d-mat-subnav .secondary-nav ul:not(.filter),
.d-mat-subnav .secondary-tab ul:not(.filter),
.d-mat-subnav .secondary-tab-normal ul:not(.filter) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 54px
}

.d-mat-subnav .secondary-nav ul:not(.filter) li,
.d-mat-subnav .secondary-tab ul:not(.filter) li,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li {
    margin: 0 0px
}

@media(max-width: 1180px) {

    .d-mat-subnav .secondary-nav ul:not(.filter) li,
    .d-mat-subnav .secondary-tab ul:not(.filter) li,
    .d-mat-subnav .secondary-tab-normal ul:not(.filter) li {
        margin: 0 0px
    }
}

.d-mat-subnav .secondary-nav ul:not(.filter) li p,
.d-mat-subnav .secondary-tab ul:not(.filter) li p,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li p {
    margin-bottom: 0
}

.d-mat-subnav .secondary-nav ul:not(.filter) li.no-data,
.d-mat-subnav .secondary-tab ul:not(.filter) li.no-data,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li.no-data {
    margin: 0
}

@media(max-width: 1024px) {

    .d-mat-subnav .secondary-nav ul:not(.filter) li,
    .d-mat-subnav .secondary-tab ul:not(.filter) li,
    .d-mat-subnav .secondary-tab-normal ul:not(.filter) li {
        margin: 0 0px
    }
}

.d-mat-subnav .secondary-nav ul:not(.filter) li:first-child,
.d-mat-subnav .secondary-tab ul:not(.filter) li:first-child,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li:first-child {
    margin-left: 0
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a,
.d-mat-subnav .secondary-tab ul:not(.filter) li a,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a {
    padding: 15px 0 15px;
    display: block;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a::after,
.d-mat-subnav .secondary-tab ul:not(.filter) li a::after,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a::after {
    border-bottom: 3px solid #9d1d27;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: auto;
    position: absolute;
    transition: .3s all ease
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a strong,
.d-mat-subnav .secondary-tab ul:not(.filter) li a strong,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a strong {
    color: #616161;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    letter-spacing: -0.18px
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a.active strong,
.d-mat-subnav .secondary-nav ul:not(.filter) li a:hover strong,
.d-mat-subnav .secondary-tab ul:not(.filter) li a.active strong,
.d-mat-subnav .secondary-tab ul:not(.filter) li a:hover strong,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a.active strong,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a:hover strong {
    font-weight: 600
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a.active::after,
.d-mat-subnav .secondary-nav ul:not(.filter) li a:hover::after,
.d-mat-subnav .secondary-tab ul:not(.filter) li a.active::after,
.d-mat-subnav .secondary-tab ul:not(.filter) li a:hover::after,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a.active::after,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a:hover::after {
    width: 100%
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a.btn-apply,
.d-mat-subnav .secondary-tab ul:not(.filter) li a.btn-apply,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a.btn-apply {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    border-radius: 30px;
    background: #9a1b24;
    min-width: 30px;
    text-transform: capitalize
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a.btn-apply::after,
.d-mat-subnav .secondary-tab ul:not(.filter) li a.btn-apply::after,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a.btn-apply::after {
    display: none
}

@media(max-width: 991px) {

    .d-mat-subnav .secondary-nav,
    .d-mat-subnav .secondary-tab,
    .d-mat-subnav .secondary-tab-normal {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none
    }

    .d-mat-subnav .secondary-nav::-webkit-scrollbar,
    .d-mat-subnav .secondary-tab::-webkit-scrollbar,
    .d-mat-subnav .secondary-tab-normal::-webkit-scrollbar {
        display: none
    }

    .d-mat-subnav .secondary-nav ul li,
    .d-mat-subnav .secondary-tab ul li,
    .d-mat-subnav .secondary-tab-normal ul li {
        margin: 0 24px
    }
}

.d-mat-subnav .btn-container-mobile-only {
    position: fixed;
    bottom: 15px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    z-index: 3
}

.d-mat-subnav .btn-container-mobile-only .btn-apply {
    border-radius: 100px;
    background: linear-gradient(94deg, #610E14 1.19%, #9B1E26 39.98%, #350A0D 107.4%);
    padding: 12px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    box-shadow: 0px 4px 8.5px rgba(0, 0, 0, .22)
}

.d-mat-subnav.grnt-average-subnav .secondary-nav ul:not(.filter) {
    -ms-flex-pack: start;
    justify-content: flex-start;
    column-gap: 50px
}

@media(max-width: 991px) {
    .d-mat-subnav.grnt-average-subnav .secondary-nav ul:not(.filter) {
        -ms-flex-pack: justify;
        justify-content: space-between;
        column-gap: 0
    }
}

.d-mat-subnav.grnt-average-subnav .secondary-nav ul:not(.filter) li a strong {
    color: #222
}

.d-mat-subnav.grnt-average-subnav .secondary-nav ul:not(.filter) li a.active::after {
    border-color: #9b1e26
}

.d-mat-subnav.grnt-epf-subnav .nav:not(.filter) {
    -ms-flex-pack: start;
    justify-content: start
}

.d-mat-subnav.grnt-epf-subnav .nav:not(.filter) li {
    margin-left: 40px
}

.d-mat-subnav.grnt-epf-subnav .nav:not(.filter) li:first-child {
    margin: 0
}

.d-mat-subnav.grnt-epf-subnav .nav:not(.filter) li:last-child {
    margin-left: auto
}

.grnt-cdl-subnav .snav-wraper {
    height: 80px
}

.grnt-cdl-subnav .secondary-nav {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 15px 0 rgba(99, 99, 99, .12);
    padding: 23px 0
}

.grnt-cdl-subnav .secondary-nav.sticky {
    z-index: 98
}

@media(max-width: 991px) {
    .grnt-cdl-subnav .secondary-nav.sticky {
        top: 160px !important
    }
}

@media(max-width: 767px) {
    .grnt-cdl-subnav .secondary-nav.sticky {
        top: 120px !important
    }
}

@media(max-width: 991px) {
    .grnt-cdl-subnav .secondary-nav {
        padding: 18px 0
    }
}

@media(max-width: 767px) {
    .grnt-cdl-subnav .secondary-nav {
        padding: 16px 0
    }
}

.grnt-cdl-subnav .secondary-nav .snav-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.grnt-cdl-subnav .secondary-nav .snav-inner .subnav-co .h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.016px;
    color: #2b2b2b;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .grnt-cdl-subnav .secondary-nav .snav-inner .subnav-co .h2 {
        font-size: 20px;
        line-height: 28px
    }
}

@media(max-width: 767px) {
    .grnt-cdl-subnav .secondary-nav .snav-inner .subnav-co .h2 {
        font-size: 14px;
        line-height: 22px
    }
}

.grnt-cdl-subnav .secondary-nav .snav-inner .subnav-btn .btn-apply {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    background: #9b1e26;
    box-shadow: 0px 4px 4px rgba(155, 30, 38, .13);
    border-radius: 40px;
    padding: 18px 25px
}

.sticky-footer-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: linear-gradient(45deg, rgb(180, 49, 64) 2%, rgb(154, 27, 36) 31%, rgb(95, 13, 22) 100%);
    width: 100%;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px 16px 0 0
}

.sticky-footer-button .btn-red {
    background: #fff;
    border-radius: 30px;
    color: #9b1e26;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    padding: 12px 64px;
    height: 43px;
}

.sticky-footer-button.grnt-fmoney-sticky-btn {
    opacity: 0;
    transition: all .5s
}

.sticky-footer-button.grnt-fmoney-sticky-btn.stickybtn {
    opacity: 1
}

@media (max-width: 991px) {
    .grnt-cdl-subnav .secondary-nav .snav-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px;
    }
}

@media (max-width: 991px) {
    .grnt-cdl-subnav .secondary-nav .snav-inner .subnav-btn .btn-apply {
        padding: 0;
        color: #9b1e26;
        background: rgba(0, 0, 0, 0);
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        font-size: 14px;
        line-height: 18px;
        text-decoration: underline;
    }
}
.grnt-cdl-store {
    padding: 60px 0
}

@media(max-width: 767px) {
    .grnt-cdl-store {
        padding: 40px 0
    }
}

.grnt-cdl-store .h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.024px;
    color: #9b1e26;
    margin-bottom: 18px
}

@media(max-width: 991px) {
    .grnt-cdl-store .h2 {
        font-size: 28px;
        line-height: 34px
    }
}

@media(max-width: 767px) {
    .grnt-cdl-store .h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

.grnt-cdl-store .form-group {
    margin-bottom: 0
}

.grnt-cdl-store .form-group .search-form {
    max-width: 692px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 14px
}

.grnt-cdl-store .form-group .search-form input {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    padding: 13px 40px 13px 56px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .07);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #3a3a3a
}

.grnt-cdl-store .form-group .search-form .serach-icon {
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translateY(-50%)
}

.grnt-cdl-store .form-group .search-form .submmit-icon {
    height: 30px;
    width: 30px;
    background-color: #d9d9d9;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none
}

.grnt-cdl-store .form-group .form-divider {
    margin-bottom: 18px;
    position: relative;
    text-align: center
}

.grnt-cdl-store .form-group .form-divider span {
    background-color: #fff;
    padding: 0 10px;
    z-index: 2;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.016px;
    color: #2b2b2b
}

.grnt-cdl-store .form-group .form-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin: 0 auto;
    height: 1px;
    max-width: 570px;
    transform: translate(-50%);
    background-color: #e3e3e3;
    z-index: 1
}

@media(max-width: 767px) {
    .grnt-cdl-store .form-group .form-divider::after {
        display: none
    }
}

.grnt-cdl-store .form-group .from-selecter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 66px
}

@media(max-width: 991px) {
    .grnt-cdl-store .form-group .from-selecter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 30px;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.grnt-cdl-store .form-group .from-selecter .filter {
    width: 260px
}

@media(max-width: 767px) {
    .grnt-cdl-store .form-group .from-selecter .filter {
        width: 100%
    }
}

.grnt-cdl-store .form-group .from-selecter .filter .dropdown {
    position: relative;
    display: inline-block;
    width: 100%
}

.grnt-cdl-store .form-group .from-selecter .filter .dropdown .dropbtn {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .07) inset;
    color: #3a3a3a;
    padding: 13px 18px;
    padding-right: 42px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    position: relative;
    z-index: 2;
    text-align: left
}

@media(max-width: 767px) {
    .grnt-cdl-store .form-group .from-selecter .filter .dropdown .dropbtn {
        font-size: 14px
    }
}

.grnt-cdl-store .form-group .from-selecter .filter .dropdown .dropbtn::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 18px;
    width: 16px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.397802 0.982587C0.959708 0.373856 1.9087 0.335897 2.51743 0.897802L8.00001 5.95865L13.4826 0.897802C14.0913 0.335897 15.0403 0.373856 15.6022 0.982587C16.1641 1.59132 16.1262 2.54031 15.5174 3.10221L8.00001 10.0414L0.482587 3.10221C-0.126144 2.54031 -0.164103 1.59132 0.397802 0.982587Z' fill='%239B1E26'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    transform: rotate(0);
    transition: all .5s;
    background-size: 100% 100%;
    z-index: -1
}

.grnt-cdl-store .form-group .from-selecter .filter .dropdown .dropbtn.toggle-arrow::after {
    transform: rotate(-180deg);
    transition: transform .3s ease
}

.grnt-cdl-store .form-group .from-selecter .filter .dropdown-content {
    display: none;
    position: absolute;
    top: 7px;
    background-color: #fff;
    min-width: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
    padding: 46px 18px 4px;
    max-height: 240px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #d3d3d3
}

@media(max-width: 767px) {
    .grnt-cdl-store .form-group .from-selecter .filter .dropdown-content {
        padding: 40px 10px 4px;
        max-height: 235px
    }
}

.grnt-cdl-store .form-group .from-selecter .filter .dropdown-content a {
    padding: 8px 0px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3a3a3a
}

.grnt-cdl-store .form-group .from-selecter .filter .dropdown-content a+a {
    border-top: 1px solid #e3e3e3
}

@media(max-width: 767px) {
    .grnt-cdl-store .form-group .from-selecter .filter .dropdown-content a {
        font-size: 14px;
        line-height: 20px
    }
}

.grnt-cdl-store .form-group .from-selecter .filter .dropdown-content.show {
    display: block
}

.grnt-cdl-store .form-group .from-selecter-left {
    display: -ms-flexbox;
    display: flex;
    column-gap: 32px;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

@media(max-width: 767px) {
    .grnt-cdl-store .form-group .from-selecter-left {
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px
    }
}

.grnt-cdl-store .form-group .from-selecter-left::after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: -32px;
    width: 2px;
    background-color: #d9d9d9
}

@media(max-width: 991px) {
    .grnt-cdl-store .form-group .from-selecter-left::after {
        min-width: 255px;
        height: 1px;
        bottom: -15px;
        top: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }
}

@media(max-width: 767px) {
    .grnt-cdl-store .form-group .from-selecter-right {
        width: 100%;
        position: relative;
        z-index: 1
    }
}

.grnt-cdl-store .form-group .from-selecter-right .dropdown-content a .chec-container {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0
}

.grnt-cdl-store .form-group .from-selecter-right .dropdown-content a .chec-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.grnt-cdl-store .form-group .from-selecter-right .dropdown-content a .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #8d8d8d;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25) inset
}

.grnt-cdl-store .form-group .from-selecter-right .dropdown-content a .chec-container input:checked~.checkmark {
    background-color: #9b1e26;
    border-color: #9b1e26
}

.grnt-cdl-store .form-group .from-selecter-right .dropdown-content a .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.grnt-cdl-store .form-group .from-selecter-right .dropdown-content a .chec-container input:checked~.checkmark:after {
    display: block
}

.grnt-cdl-store .form-group .from-selecter-right .dropdown-content a .chec-container .checkmark:after {
    left: 4px;
    top: .5px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.grnt-cdl-store-details {
    padding: 40px 0;
    background-color: #fff0f0
}

.grnt-cdl-store-details .heading h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.024px;
    color: #9b1e26;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .grnt-cdl-store-details .heading h2 {
        font-size: 28px;
        line-height: 34px
    }
}

@media(max-width: 767px) {
    .grnt-cdl-store-details .heading h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

.grnt-cdl-store-details .cdl-store-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

@media(max-width: 991px) {
    .grnt-cdl-store-details .cdl-store-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media(max-width: 767px) {
    .grnt-cdl-store-details .cdl-store-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.grnt-cdl-store-details .cdl-store-grid .cdl-store-box {
    padding: 18px 22px 18px 18px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(154, 27, 36, .17);
    border-radius: 12px;
    display: none
}

.grnt-cdl-store-details .cdl-store-grid .cdl-store-box:nth-child(1),
.grnt-cdl-store-details .cdl-store-grid .cdl-store-box:nth-child(2),
.grnt-cdl-store-details .cdl-store-grid .cdl-store-box:nth-child(3),
.grnt-cdl-store-details .cdl-store-grid .cdl-store-box:nth-child(4),
.grnt-cdl-store-details .cdl-store-grid .cdl-store-box:nth-child(5),
.grnt-cdl-store-details .cdl-store-grid .cdl-store-box:nth-child(6),
.grnt-cdl-store-details .cdl-store-grid .cdl-store-box:nth-child(7),
.grnt-cdl-store-details .cdl-store-grid .cdl-store-box:nth-child(8),
.grnt-cdl-store-details .cdl-store-grid .cdl-store-box:nth-child(9) {
    display: block
}

@media(max-width: 991px) {

    .grnt-cdl-store-details .cdl-store-grid .cdl-store-box:nth-child(7),
    .grnt-cdl-store-details .cdl-store-grid .cdl-store-box:nth-child(8),
    .grnt-cdl-store-details .cdl-store-grid .cdl-store-box:nth-child(9) {
        display: none
    }
}

@media(max-width: 1199px) {
    .grnt-cdl-store-details .cdl-store-grid .cdl-store-box {
        padding: 18px
    }
}

.grnt-cdl-store-details .cdl-store-grid .cdl-store-box .h3 {
    min-height: 46px;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #3a3a3a;
    margin-bottom: 12px
}

@media(max-width: 1199px) {
    .grnt-cdl-store-details .cdl-store-grid .cdl-store-box .h3 {
        font-size: 18px;
        line-height: 20px
    }
}

@media(max-width: 767px) {
    .grnt-cdl-store-details .cdl-store-grid .cdl-store-box .h3 {
        font-size: 16px;
        line-height: 18px;
        min-height: auto
    }
}

.grnt-cdl-store-details .cdl-store-grid .cdl-store-box .time-day {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    column-gap: 6px;
    margin-bottom: 12px
}

.grnt-cdl-store-details .cdl-store-grid .cdl-store-box .time-day span {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #3a3a3a
}

.grnt-cdl-store-details .cdl-store-grid .cdl-store-box .desc {
    min-height: 53px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #3a3a3a;
    margin-bottom: 12px
}

@media(max-width: 767px) {
    .grnt-cdl-store-details .cdl-store-grid .cdl-store-box .desc {
        min-height: auto
    }
}

.grnt-cdl-store-details .cdl-store-grid .cdl-store-box .get-direction {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 9px 17px;
    background: #9a1b24;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #fff
}

.grnt-cdl-store-details .load-btn-inner .load-more {
    margin-top: 40px;
    padding: 16px 36px;
    background: #9a1b24;
    mix-blend-mode: normal;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    border: 0
}

.page-loader {
    background: url("../../../content/dam/idfcfirstbank/images/credit-card/etb/pre-approved/wait.svg") no-repeat center center rgba(0, 0, 0, 0.8);
}


.page-loader.act {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 2;
}

.page-loader {
    background: url("../../../content/dam/idfcfirstbank/images/credit-card/etb/pre-approved/wait.svg") no-repeat center center rgba(0, 0, 0, 0.8);
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader-cust {
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid #9d1d27;
    width: 150px;
    height: 150px;
    animation: spin 2s linear infinite !important;
}

@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .disabledCity {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.customer-friendly {
  margin: 0px 0 0 0;
  padding: 35px 0 15px 0;
  background: #9D1D27;
}

.customer-friendly .customer-friendly-inner .cf-heading {
  color: #BC3B45;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 3.6px;
}

@media (max-width: 767px) {
  .customer-friendly .customer-friendly-inner .cf-heading {
    color: #D23643;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .customer-friendly .customer-friendly-inner .cf-heading span {
    display: block;
    color: #D23643;
    font-family: "Inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: -0.3px;
    padding-top: 4px;
  }
}

.customer-friendly .customer-friendly-inner .cf-sub-heading {
  color: #BC3B45;
  font-family: "Inter";
  font-size: 77px;
  font-style: normal;
  font-weight: 900;
  line-height: 77px;
  letter-spacing: -0.77px;
  padding-top: 6px;
}

@media (max-width: 767px) {
  .customer-friendly .customer-friendly-inner .cf-sub-heading {
    color: #D23643;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: -0.5px;
    padding-top: 4px;
  }
  .customer-friendly .customer-friendly-inner .cf-sub-heading span {
    display: block;
    color: #D23643;
    font-family: "Inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: -0.3px;
    padding-top: 6px;
  }
}
.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}


 /*Loader css*/

        .page-loader.act {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 2;
  }
  
  .page-loader {
    background: url("../../../content/dam/idfcfirstbank/images/credit-card/etb/pre-approved/wait.svg") no-repeat center center rgba(0, 0, 0, 0.8);
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    display: none;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }

.loader-cust {
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid #9d1d27;
    width: 150px;
    height: 150px;
    animation: spin 2s linear infinite;
}


        /*Loader css end*/


.header-search-box input {
  line-height: 17px;
}
.login-button .btn-box .btn-white {
  line-height: 17px !important; 
}
