.loginWrapper {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .loginWrapper {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .icon-straight {
    flex-wrap: nowrap !important;
  }

  .icon-straight .text-center {
    width: 30%;
  }

  .icon-straight .text-center img {
    height: 40px;
  }
}

@media (max-width: 768px) {
  .login-box {
    padding: 25px 10px;
    margin: 25px 0;
  }
}

.login-box h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .login-box h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.login-box h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .login-box h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 19px;
  }
}

.login-box .btn-check-wrap {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .login-box .btn-check-wrap {
    margin-top: 0;
  }
}

.login-box .login-bottom {
  margin-top: 50px;
}

.login-box .login-bottom p {
  display: inline;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.login-box .right-col-sec {
  background-color: #fff;
  padding: 40px 80px;
  border-radius: 10px;
  max-width: 570px;
  width: 100%;
  position: relative;
  min-height: 400px;
}

.login-box .right-col-sec h2 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .login-box .right-col-sec h2 {
    font-size: 20px;
    line-height: 20px;
  }
}

.login-box .right-col-sec p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

@media (max-width: 768px) {
  .login-box .right-col-sec p {
    margin-bottom: 0;
  }
}

.login-box .right-col-sec .otp-wrap {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 24px;
}

.login-box .right-col-sec .otp-wrap input {
  max-width: 45px;
  /* height: 60px; */
  padding: 11px;
  color: #000;
  font-size: 20px;
  text-align: center;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
}

@media (max-width: 992px) {
  .login-box .right-col-sec .otp-wrap input {
    /* max-width: 72px; */
    width: 100%;
    /* height: 50px; */
  }
}

.login-box .right-col-sec .otp-wrap input:focus,
.login-box .right-col-sec .otp-wrap input :focus-visible {
  outline: none;
  border: 1px solid #febd11;
}

.login-box .right-col-sec .resend {
  margin-top: 20px;
}

.login-box .right-col-sec .resend .otp-btn {
  color: #0260cb;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.login-box .right-col-sec .resend .otp-btn:focus {
  box-shadow: none;
}

.login-box .right-col-sec .arrow {
  background-color: #febd11;
  padding: 7px 12px;
  border-radius: 8px;
}

.log-icon {
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .left-background {
    margin: 10px auto 24px;
  }

  .log-icon {
    margin-bottom: 10px;
    width: auto;
  }
}

.back-btn {
  cursor: pointer;
}

.popup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
}

/* .popup:target {
  opacity: 1;
  visibility: visible;
} */

.popup__content {
  background-color: #fefefe;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  font-size: 30px;
  width: 85%;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
  text-decoration: none;
  color: #000000;
  font-size: 50px;
}

.popup__close:hover {
  color: #000000;
}

@media(max-width:767px) {
  .login-box .right-col-sec {
    padding: 10px 32px;
    min-height: 360px;
  }

  .login-box .right-col-sec h2 {
    font-size: 16px;
    line-height: 26px;
  }

  .login-box .right-col-sec p {
    font-size: 14px;
  }

  .login-box .right-col-sec {
    width: 90%;
  }
}

.countdownbtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
  column-gap: 5px;
  font-weight: 500;
  margin-bottom: 10px;

}

.otpBtnGrp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;

}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert {
  text-align: center;
}

ul.ui-autocomplete {
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  width: max-content !important;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

li.ui-menu-item {
  min-width: 258px;
  max-width: 258px;
}

.ui-menu-item .ui-menu-item-wrapper,
li.ui-menu-item {
  padding: 6px 15px;
}

#enter-city,#commercial-enter-city {
  display: none;
}

.math-capcha {
  display: flex;
  align-items: center;
}
.mathQuestionsum {
  background: #fff;
color: #666868;
font-size: 14px;
line-height: 21px;
padding: 0;
border-radius: 8px;
margin-bottom: 0;
height: 48px;
}
.answer {
  border-radius: 8px;
  font-size: 14px;
  line-height: 21px;
  transition: border-color 0.3s;
  /* border: none; */
  text-align: left;
  padding: 13.5px;
  max-width: 146px;
  width: 100%;
}
.catcha_input{
  /* width: 62%; */
  position: relative;
  gap: 24px;
}
.math-capcha {
  /* width: 62%; */
  position: relative;
  gap: 24px;
}
.math-capcha span.error {
  position: absolute;
  bottom: -16px;
  left: 0px;
  min-width: 233px;
  width: 100%;
}
.banner-wrap .banner-sub-wraps .content-wrap .wrapper .mobile-forms {
  gap: 21px;
}
@media (max-width:992px) {
  .answer {
      border: 1px solid #c4c4c4;
      max-width: 185px;

  }
  .banner-wrap .banner-sub-wraps .content-wrap{
      padding: 28px 0;
      margin: 0 auto;
  }
  .mathQuestionsum{
    font-size: 16px;
    margin-bottom: 0;
    color: #666868;
    padding: 1px;
    width: auto;
    background-color: #6668684f;
    white-space: nowrap;
    margin: 0;
    height: 48px;
  }
  .math-capcha span.error{
      right: unset;
  }
  .answer, .math-capcha {
      width: 100%;
      gap: 16px;
  }
  
 
}
.catcha_input{
  position: relative;
}
@media(max-width:768px)
{
  .productbg .motar .wrapper .insuranceTab .insuranceContentWrapper .insure-buttons
  {
      margin-top:24px !important;
  }
}
.banner-wrap.criti-care-bg .banner-sub-wraps .content-wrap
{
  padding:40px 0;
}
.banner-head-one
{
  margin-bottom: 32px;
}
@media (max-width:375px) {
 
  .banner-wrap .banner-sub-wraps .content-wrap{
      padding: 28px 0;
  }
  .banner-head-one {
      margin-bottom: 16px;
  }
}
.banner-wrap {
  margin-top: 90px;
 }
 @media (max-width:1200px){
   .banner-wrap {
     margin-top: 70px;
    }
 }