@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
* { scrollbar-width: thin; scrollbar-color: #000 #fff; scrollbar-width: none; -ms-overflow-style: none }
::-webkit-scrollbar { width: 2px; display: none }
::-webkit-scrollbar-track { background: #000 }
::-webkit-scrollbar-thumb { background-color: #333; border-radius: 10px; border: 4px solid #fff }
body {
  font-family: "Lato", sans-serif;
  background: #F8F8F8;
  min-height: 100vh;
  position: relative;
}
.bg-light {
  background-color: #f3f3f3 !important;
}

.rounde-custom {
  border-radius: 12px;
}

img {
  max-width: 100%;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.btn-close {
  background-color: #09c3b1;
  opacity: 1;
  background-size: 44%;
  border-radius: 50%;
  filter: invert(1);
}

.border-bottom-dashed {
  border-bottom: 1px dashed #979797;
}

.resend_otp {
  color: #00C2FF;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-danger {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(151, 20, 77, 1) !important;
  border-color: rgba(151, 20, 77, 1) !important;
}
.btn-danger:is(:hover, :focus, :active) {
  opacity: 0.8;
}

.mid_row .form-control {
  background: transparent !important;
  border-color: rgba(151, 20, 77, 1) !important;
  padding-top: 10px;
  padding-bottom: 10px; font-weight: 700;
}

.rounded-0 {
  border-radius: 0px !important;
}

/* .login_section .row {
  position: relative;
  z-index: 1;
} */
.login_section .mid_row {
  min-height: calc(100vh - 140px);
}
.login_section .right_bg {
  left: -1.5rem;
  width: auto;
  bottom:0;

}

.nav-icon {
  width: 20px;
  transform: rotate(0deg);
  cursor: pointer;
  height: 18px;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transition: 0.2s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 2px;
}
footer {
  position: relative;
  z-index: 1;
  height: 64px;
  display: flex;
  align-items: center;
}
.nav-icon span:nth-child(2) {
  top: 50%;
}
.nav-icon span:nth-child(3) {
  bottom: 0px;
}
.nav-icon:hover span:nth-child(2) {
  width: 60%;
  background: #DB0010;
  left: 40%;
}

.otp-form {
  display: flex;
  justify-content: space-between;
}
.otp-form .otp-field {
  display: inline-block;
  width: 21%;
  height:56px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #CACACA;
  outline: none;
  margin-right: 10px;
  background:#fff;
  border-radius: 12px;
  font-weight: bold;
}
.otp-form .otp-field:focus {
  transform: scale(1.1);
  transition: all 0.3s;
  border-color: #DB0010;
  color: #fff;
}
.otp-form .otp-field:not(:-moz-placeholder-shown) {
  border-color: #CACACA;
  box-shadow: none;
  background: #D9D9D9;
  color: #000000;
}
.otp-form .otp-field:not(:placeholder-shown) {
  border-color: #CACACA;
  box-shadow: none;
  background: #D9D9D9;
  color: #000000;
}

.modal-body {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.faq_outer {
  font-size: 14px;
}
.faq_outer h1, .faq_outer h2, .faq_outer h3, .faq_outer h4, .faq_outer h5, .faq_outer h6 {
  font-size: 16px;
  font-weight: bold;
}
.faq_outer p, .faq_outer li, .faq_outer ul {
  font-size: 14px;
}

.impInstructions ul {
  margin: 0;
}
.impInstructions ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
}
.impInstructions ul li strong {
  color: #DB0010;
}
.impInstructions ul li.not strong {
  color: #DB0010;
}
.impInstructions ul li::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 300;
  position: absolute;
  font-size: 16px;
  top: -5px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 36px;
  left: 0;
  z-index: 1;
}
.impInstructions ul li.not::after {
  content: "\f00d";
  top: -8px;
  color: #000;
}

.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: 16px;
}
.address_outer p {
  font-size: 13px;
}

.howtomodal .owl-nav button span {
  display: none;
}
.howtomodal .owl-nav button.owl-prev {
  background: url("../images/prev.png") no-repeat center center/cover;
  width: 22px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
}
.howtomodal .owl-nav button.owl-next {
  background: url("../images/prev.png") no-repeat center center/cover;
  width: 22px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1);
  right: -22px;
}
.howtomodal .owl-nav button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.howtomodal .step_text {
  font-weight: 600;
  font-size: 14px;
}
.howtomodal .step_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #DB0010;
  left: 0;
}
.howtomodal .min-h-con {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  height: 80px;
}

.tcDV {
  right: 8px;
  top: 6px;
  color: #0089FF;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.left_bg_1 {
  margin-left: -48px;
  margin-right: -20px;
}

.navigationSlide {
  overflow: hidden;
  width: 290px !important;
}
.navigationSlide .btn-close {
  opacity: 1;
  font-size: 14px;
  position: fixed;
  right: 292px;
  top: 0;
}
.navigationSlide .mid_slide {
  overflow-y: auto;
}
.navigationSlide ul {
  margin: 0;
  padding: 0;
}
.navigationSlide ul li {
  list-style: none;
}
.navigationSlide ul li a {
  display: block;
  color: #404040;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 16px;
  font-size: 13px;
  text-transform: uppercase;
}
.navigationSlide ul li a:hover {
  background-color: rgba(219, 0, 16, 0.1);
}
.navigationSlide .cate_slide {
  position: relative;
  cursor: pointer;
}
.navigationSlide .cate_slide::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(224deg);
  transition: all 0.5s;
}
.navigationSlide .cate_slide_inner {
  width: 100%;
  max-height: 304px;
  background: #f6f6f6;
  transition: all 0.5s;
  z-index: 1;
  overflow-y: auto;
  display: none;
}
.navigationSlide .open_cate .cate_slide_inner {
  display: block;
}
.navigationSlide .open_cate .cate_slide::after {
  transform: rotate(44deg);
}

.stickey-top {
  position: sticky;
  top: 8px;
}
header a { text-decoration: none;}
header .BrLogon {background:#97144D}
.curveBox {border-top:20px solid #97144D; }
.curveBox:after {content:''; position: absolute; height: 40px; content:''; position: absolute; top:-10px; right: 0; left: 0;background: #97144D;}
.curveBox .header-img-logos {background:#97144D; display: inline-block; color: #fff; margin:0; padding: 5px 15px 8px 15px; white-space: nowrap;}
.curveBox .header-img-logos .logoAX {margin: -10px 0 10px 0; display: inline-block;}
.curveBox .header-img-logos .logoAX img { position: relative; z-index: 9;}
.header-img-logos {position: relative;}
.header-img-logos :before {content:''; position: absolute; top:10px; content:''; position: absolute; bottom:0px; left:100%; background: #97144D; width:50px;background: url(../images/bg_headline.png) no-repeat right bottom/100% 100%}
.curveBox .header-img-logos:before { content: ''; position: absolute; top: 0; bottom: 0; right: 100%; background: #97144D; width: 1000%; }
.curveBox ul {position: absolute; white-space: nowrap; top: -17px; right: 15px; z-index: 9;}
.curveBox ol li {vertical-align: middle;}
footer.row {background-color: #424242; color: #fff; font-size: 14px;}
footer.row a {color: #fff; text-decoration: none;}
.curveBox .container {position: relative;}

.scrollX {white-space: nowrap; overflow-y: hidden; overflow-x: auto; display: block; width: 100%;}
.inner_list:before,
.inner_list:after {position: absolute; content:''; background: #F8F8F8; height:24px; width:24px; top: 50%; transform: translateY(-50%); border-radius: 50%;}
.inner_list:after  {right: -12px; border-left:1px solid #dee2e6 ;}
.inner_list:before  {left: -12px; border-right: 1px solid #dee2e6;}

.modal-backdrop {background: rgba(0, 0, 0, 0.90) !important; backdrop-filter: blur(12px); opacity:1 !important;} 
.bg-coustom-popup {background: rgba(0, 0, 0, 0.90) !important; backdrop-filter: blur(12px); color: #fff;}
.bg-coustom-popup .form-control { background: transparent !important; border-color: rgba(151, 20, 77, 1) !important; color: #fff !important;}
.bg-coustom-popup .form-select  {background-color: transparent !important; border-color: rgba(151, 20, 77, 1) !important; color: #fff !important;}
@media (min-width: 768px) {
  .custm_pb {
    padding-bottom: 70px;
  }
  
}

@media (max-width: 1299px) {
  .mid_row .fs-26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .right_bg {
    position: relative !important;
  }
  .inner_list button.btn.btn-danger {
    font-size: 14px;
}
}
@media (max-width: 767px) {

  .right_bg {
    position: relative !important;
  }
  .inner_list .btn-danger {
    font-size: 14px;
  }
  footer.row {font-size: 12px;}
  footer.row img {max-height:25px;}
  .curveBox .header-img-logos {padding:5px;}
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {background-color: #F8F8F8;}


/*# sourceMappingURL=style.css.map */

.login_section {
  background-image: url('../images/home_banner_new.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.codeformError.parentFormlognform.formError {
  margin: 0 !important;
  top: 55px !important;
}



@media screen and (max-width: 992px) {
  .login_section {
    background-image: url('../images/mobile_home_banner_new.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
}