@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Chrome/Opera/Safari */
::-webkit-selection{background:#ed1c24;color:#fff;text-shadow:0 0 transparent}
::-moz-selection{background:#ed1c24;color:#fff;text-shadow:0 0 transparent}
::-ms-selection{background:#ed1c24;color:#fff;text-shadow:0 0 transparent}
::selection{background:#ed1c24;color:#fff;text-shadow:0 0 transparent}
img {-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none; max-width:100%}
a[data-toggle="modal"]{outline:none}
/* h3 {font-family: 'Cinzel', serif;} */
body { font-family: "Poppins", sans-serif; background:#001658 url("../images/bg.png") no-repeat top left/cover; position: relative;}
html {min-height:100%}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #00207E;
  border-radius: 6px;
  border: 2px solid transparent;
}




/* Firefox */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.fw-200 { font-weight: 200 }
.fw-300 { font-weight: 300 }
.fw-400 { font-weight: 400 }
.fw-500 { font-weight: 500 }
.fw-600 { font-weight: 600 }
.fw-700 { font-weight: 700 }
.fw-800 { font-weight: 800 }
.fw-900 { font-weight: 900 }

.fs-0 { font-size: 0px; }
.fs-8 { font-size: 8px; }
.fs-10 { font-size: 10px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }
.fs-24 { font-size: 24px; }
.fs-25 { font-size: 25px; }
.fs-26 { font-size: 26px; }
.fs-27 { font-size: 27px; }
.fs-30 { font-size: 30px; }
.fs-32 { font-size: 32px; }
.fs-36 { font-size: 36px; }
.fs-43 { font-size: 43px; }
.fs-46 { font-size: 46px; }
.fs-48 { font-size: 48px; }
.fs-50 { font-size: 50px;}

.text-orange {color: #FFD300}
.bg-dark {background-color: #212529 !important;}
footer.bg-dark a {color: #fff; text-decoration: none;}
.btn-primary {background-color: #00207E; border-color: #00207E;}
.btn-outline-primary {border-color: #00207E; color: #00207E;}
.btn-outline-primary:hover,
.btn-primary:hover {background-color: #00207E; border-color: #00207E; color:#fff;}
.form-control-line .form-control {padding-left: 0; padding-right: 0; background-color: transparent; border-width:0 0 1px 0; border-radius: 0; color: #fff;}
.form-control-line ::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}
.form-control-line  ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff;
}
.frmsubmit {
  border-radius: 14px;
}


.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {border-color: #666; color: #666; background-color: #fff;}


.hamburger-icon:before { content: ""; display: block; position: fixed; top: 0; left: 0; height: 100%; width: 0; opacity: 0; background: rgba(0, 0, 0, .4) }
.hamburger-icon { vertical-align: middle; position: relative; height: 28px; width: 28px; z-index: 100; cursor: pointer; display: inline-block }
.hamburger-icon div { position: absolute; height: 2px; right: 2px; left: 2px; background-color: #fff; border: 0; -webkit-transition: -webkit-transform .1s ease-in-out .1s, top .1s ease-in-out .1s; -moz-transition: -moz-transform .1s ease-in-out .1s, top .1s ease-in-out .1s; -o-transition: -o-transform .1s ease-in-out .1s, top .1s ease-in-out .1s; transition: transform .1s ease-in-out .1s, top .1s ease-in-out .1s; vertical-align: top }
.hamburger-icon div.top { top: 25%; margin-top: -1px }
.open-nav .hamburger-icon div.top { transform: rotate(-135deg); top: 50%; background-color: #d62625; }
.hamburger-icon div.middle { top: 50%; margin-top: -1px; }
.open-nav .hamburger-icon div.middle { opacity: 0; }
.hamburger-icon div.bottom { top: 75%; margin-top: -1px; }
.open-nav .hamburger-icon div.bottom { transform: rotate(135deg); top: 50% ; background-color: #d62625; }
header.row {position: relative; z-index: 1}
.ab {background-color: #fff; border-radius: 0px 20px 20px 40px; padding: 7px 10px 7px 30px; z-index: 99; }
.menu-box {background-color: #fff; position: absolute; right: 0; width:240px; top:35px; display: none;}
.menu-box::after {position: absolute; content:''; border-left:10px solid transparent; border-right: 10px solid transparent; border-bottom:10px solid #fff; right: 5px; top: -10px;}
.menu-box ul li a {color: #000; display: block; padding: 5px 10px; text-align: left; font-size: 14px;}
.menu-box ul li a:hover {opacity: .75; text-decoration: none;}
.open-nav .menu-box {display: block;}
.cursor-pointer {cursor: pointer;}
.online {background-color: #f4fff0;  border-radius: 0px 10px 10px 15px; padding: 3px 7px; font-size: 12px; color: #3d8a2d;}
.offline {background-color: #fbf7ee;  border-radius: 0px 10px 10px 15px; padding: 3px 7px; font-size: 12px; color: #3679eb;}
.both {background-color: #e8f2fd;  border-radius: 0px 10px 10px 15px; padding: 3px 7px; font-size: 12px; color: #bb8e2f;}

.btnC {border-radius: 50%; width: 24px; height: 24px; display: flex; justify-content: center; float: right;}
.btnC .btn-close { background-size: 10px; opacity: 1; background-color: transparent; border:0; cursor: pointer;}
.neModal {font-size: 16px}
.neModal .fw-700 {font-weight: 700}
.neModal .fs-14 {font-size: 14px }
.neModal .text-primary {color: #00207E !important}
.neModal .btn-primary {background-color: #00207E !important; border-color: #00207E !important}
.neModal .text-success {color: #4D962B !important}
.neModal .btn-success {background-color: #06B050 !important; border-color: #06B050 !important}
.neModal .reff {background: url(../images/bor.png) no-repeat top center/100% auto;}
.gvSec {background-image: url(../images/li.png), url(../images/li.png); background-repeat: no-repeat , no-repeat; background-position: center top, center bottom;}

.mid_row {
  min-height: 100vh;
}
.mob_frm .form-control {
  padding: 10px 8px 10px 28px;
  font-weight: 300;
}
.promo_ic {
  position: absolute;
  left: 0;
  top: 9px;
}
.promo_ic img{
  height: 22px;
}
.row.home_mod_row {
  min-height: calc(100vh - 193px);
}
.inner_list_brand {
  border-radius: 14px;
}
.inner_list_brand {
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.imp_ins_des ul{
  padding: 0px 10px;
}
.step_slider {
  overflow: hidden;
  overflow-x: auto;
}
.step_slider li {
  width: 240px;
  display: inline-block;
  margin-right: 14px;
}
.step_slider li:last-child {
  margin-right: 0px;
}
.step_slider li figure {
  background: #F6F6FF;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #F6F6FF;
}
.step_slider li figure img {
  border-radius: 10px;
}
.step_slider li figure figcaption {
  white-space: initial;
}
.step_slider li figure figcaption .fs-12 {
  height: 70px;
  overflow: hidden;
  overflow-y: auto;
}
.imp_ins_des ul li{
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
}
.locatorForm .form-control {
  background: #ffffff url("../images/store_loc_frm.svg") no-repeat 14px center/14px !important;
  border-color: #00207E;
  padding: 10px 8px 10px 38px;
  border-radius: 40px;
}

.howToUse .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.howToUse h6 span {
  padding: 3px;
  border-radius: 50%;
  /* border: 1px solid #ddd; */
  width: 60px;
  height: 60px;
  font-size: 11px;
  font-weight: 500;
  background: #e79450;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.howToUse h6::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e79450;
  z-index: -99999;
  transform: translateY(-50%);
}
.step_no{
  font-size: 20px;
}
.howToUse figcaption { 
  height: 96px;
  overflow: hidden;
  overflow-y: auto;
}
 
.howToUse .owl-nav button.owl-prev {
  left: -16px;
  color: #01468E;
  font-size: 50px;
  background: transparent !important;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.howToUse .owl-nav button.owl-next {
  right: -16px;
  color: #01468E;
  font-size: 50px;
  background: transparent !important;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.howToUse .owl-nav button.disabled {
  opacity: 0.7 !important;
  filter: grayscale(1) !important;
}
.howToUse figure {
  background: #F6F6FF;
  border-radius: 6px;
  overflow: hidden;
}
.btn-outline-light {
  border-radius: 6px;
}
.howToUse.crousel_brand_love .owl-stage {
  display: flex;
}
.howToUse.crousel_brand_love .owl-item.active {
  display: flex;
  flex: 1 0 auto;
}
.howToUse.crousel_brand_love .active .home_nner_crousel {
  display: flex;
  flex-direction: column;
}
.howToUse.crousel_brand_love .active .home_nner_crousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.howToUse.crousel_brand_love .active .home_nner_crousel .flex-text {
  flex-grow: 1;
}
.howToUse .owl-nav button span {
  font-size: 50px;
}
.store_loc_frm .form-control {
  border-radius: 20px;
  background: #fff url("../images/store_ic.svg") no-repeat 12px center/18px;
  padding: 10px 10px 10px 40px;
}
.store_loc_frm .form-control:is(:focus, :active){
  box-shadow: none;
  border-color: #00207E ;
}

.address_outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.address_outer button {
  font-size: 14px;
  white-space: nowrap;
}
.address_outer h5 {
  font-size: 12px;
  font-weight: 800;
}
.address_outer p {
  font-size: 12px;
}
.address_outer .form-control {
  border-color: rgba(0, 0, 0, 0.07);
  font-size: 14px;
  padding: 10px;
}
.address_outer .btn-primary {
  padding: 10px 0;
}


.left_bg img{
  position: relative;
  left: 10%;
}
.rounded_mod {
    border-radius: 10px;
}
.rounded_btn_2 {
  border-radius: 14px;
}
.inr_txt {
  border: 2px solid #EFEFEF;
  border-radius: 14px;
  padding: 6px 44px;
  font-size: 46px;
  color: #00207E;
  font-weight: 600;
}
.rounded_cstm_2{
  border-radius: 20px;
}
.abt__program p {
  font-size: 12px;
}
.abt__program li {
  font-size: 12px;
}
.abt__program ul {
  padding: 0 12px;
}

@media (min-width: 768px) {
  .bg-mobile {max-height: calc(100vh - 234px); overflow-x: hidden; overflow-y: auto;}
}
@media (max-width: 1199px){
  .home_cont .fs-24 {
    font-size: 22px;  
  }
  .home_cont .fs-18 {
    font-size: 16px;
  }
  .home_cont .fs-48 {
    font-size: 40px;
  }
}
@media (max-width: 992px){
  .home_cont .fs-24 {
    font-size: 12px;
  }
  .home_cont .h1 {
    font-size: 22px;
  }
  .home_cont .fs-18 {
    font-size: 10px;
  }
  .home_cont .fs-48 {
    font-size: 40px;
  }
  .rounded_mod .fs-24 {
    font-size: 17px;
  }
}

.bg-mobile{
  scrollbar-color:#fff transparent;
}

.bg-mobile::-webkit-scrollbar {
width: 10px;
}

/* Track */
.bg-mobile::-webkit-scrollbar-track {
background: transparent; 
}

/* Handle */

.bg-mobile::-webkit-scrollbar-thumb {
background: #ffffff; 
border-radius: 5px;
}

/* Handle on hover */
.bg-mobile::-webkit-scrollbar-thumb:hover {
background: #ffffff; 
}

@media (max-width: 767px) {
  body {background:#001658 url("../images/bg_m.png") no-repeat top center/cover;}
  .ab {font-size: 12px; padding:4px 5px 4px 10px; }
  .bg-mobile {background-color: #F6F6F6; border-radius: 30px 30px 0 0;}
  .bannerBOx .h1 {font-size: 19px;}
  .bannerBOx .fs-16 {font-size: 12px;}
  .home_cont{
    max-width: 100% !important;
  }
  .topLinkes .fs-22 {
      font-size: 11px;
  }
  .topLinkes .h1 {
      font-size: 20px;
  }
  .topLinkes .fs-18 {
      font-size: 10px;
  }
  .mid_row{
    min-height: auto;
  }
  .right_dvv .h1 {
    font-size: 32px;
  }
  .right_dvv .fs-16{
    font-size: 14px;
  }
  .modal-body .fs-26 {
    font-size: 18px;
  }
  .home_cont .fs-18 {
    display: inline-block;
    width: 50%;
  }
  .bg_right img {
    position: relative;
    top: -46px;
  }
  


}