/* *************** Tabs Section Start *************** */
/* -------------------- Home Page Tabs BUY RENEW CLAIM SUPPORT Start -------------------- */
.main-tabs-section {
  margin-top: 93px;
}

.renewCarBikeForm .invalid-feedback {
  margin: 2px 4px;
}

.nav-tabs {
  justify-content: center;
  background: #00a959 url("../../../../../content/dam/iffcotokio/iffco-images/gradient_green.jpg") repeat-x left bottom;
  width: 100%;
  position: relative;
  z-index: 9;
}

.nav-tabs .nav-link {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.3rem 2rem;
  border: 0;
  margin: 0 1.5rem;
  color: #fff;
}

.nav-tabs .nav-link.active {
  color: #000;
  background-color: #f4d13c;
  position: relative;
  border-radius: 4px;
}

.nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -15px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f3d13c;
}

/* -------------------- Home Page Tabs BUY RENEW CLAIM SUPPORT End -------------------- */
/* -------------------- Home Page Tabs Inside BUY RENEW CLAIM SUPPORT Start -------------------- */
.inside-tabs-wrapper {
  position: relative;
  z-index: 9;
}

.inside-tabs-wrapper hr {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-26px);
}

.inside-tabs-wrapper+.tab-content {
  position: relative;
}

.inside-tabs-wrapper+.tab-content .tab-pane>.container-fluid {
  position: relative;
  z-index: 9;
}

/* -------------------- Home Page Tabs BUY RENEW CLAIM SUPPORT End -------------------- */
/* -------------------- Home Page Tabs single tab item Start -------------------- */
.tab-item {
  display: inline-block;
  margin: 0 auto;
  width:125px;
  vertical-align: top;
}

.tab-item figure span {
  border: 1px solid #00a44e;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 80px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.tab-item figure span .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tab-item figure span .icon.hover {
  display: none;
}

.tab-item figure span.clicked {
  background-color: #00a959;
}

.tab-item figure span.clicked .icon {
  fill: #fff;
  display: none;
}

.tab-item figure span.clicked .icon.hover {
  display: block;
}

/*
.tab-item figure span:hover {
  background-color: #00a959;
}

.tab-item figure span:hover .icon {
  display: none;
  fill: #fff;
}
*/
.tab-item figure span:hover .icon.hover {
  display: block;
}

.tab-item figure figcaption {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin-top: 4px;
}

.explore-policyv2 .tab-item figure figcaption {
  width: 100px;
}

/* -------------------- Home Page Tabs single tab item End -------------------- */
/* -------------------- Owl Carousel Inside BUY RENEW CLAIM SUPPORT Tabs Start -------------------- */
.owl-carousel2 {
  max-width: 567px;
}

@media (max-width: 479px) {

  .owl-carousel2 button,
  .owl-carousel-prods button {
    top: 38%;
  }
}

.owl-carousel2 button,
.owl-carousel-prods button {
  background-color: #00a959;
  border-color: #00a959;
  border: 0;
  color: #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 42%;
  transform: translateY(-104%);
  -moz-transform: translateY(-104%);
  -webkit-transform: translateY(-104%);
  -o-transform: translateY(-104%);
}

.owl-carousel2 button .icon,
.owl-carousel-prods button .icon {
  width: 2rem;
  height: 2rem;
  fill: #fff;
  stroke-width: 1px;
  stroke: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.owl-carousel2 button:focus,
.owl-carousel-prods button:focus {
  outline: none;
}

.owl-carousel2 button:active,
.owl-carousel-prods button:active {
  border: none;
}

.owl-carousel2 button.owl-prev,
.owl-carousel-prods button.owl-prev {
  left: -5rem;
}

.owl-carousel2 button.owl-next,
.owl-carousel-prods button.owl-next {
  right: -5rem;
}

/* -------------------- Owl Carousel Inside BUY RENEW CLAIM SUPPORT Tabs End -------------------- */
.back_image {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 3.5rem;
}

.back_image img {
  width: 100%;
  height: auto;
}

/* -------------------- Content Inside BUY RENEW CLAIM SUPPORT Tabs Start -------------------- */
/* ---------- Tabs Type 2 for product page Start ---------- */
.tab_type2 .nav-tabs,
.tab_type3 .nav-tabs {
  background-color: #fff;
  background: none;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 5px 10px -5px #ccc;
}

.tab_type2 .nav-tabs .nav-link,
.tab_type3 .nav-tabs .nav-link {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: inherit;
  padding: 1.3rem 5.8rem;
  border: 0;
  margin: 0 0.25rem;
  color: #000;
  background-color: #e9e8e8;
}

.tab_type2 .nav-tabs .nav-link.active,
.tab_type3 .nav-tabs .nav-link.active {
  background-color: #00a95b;
  height: calc(100% + 10px);
  margin-top: -10px;
  align-items: center;
  display: inline-flex;
  color: #fff;
}

.tab_type2 .nav-tabs .nav-link.active:after,
.tab_type3 .nav-tabs .nav-link.active:after {
  border-top: 15px solid #00a95b;
}

.tab_type2 .tab-content,
.tab_type3 .tab-content {
  padding: 3rem 1rem;
  font-size: 1.6rem;
  line-height: 3rem;
}

.tab_type2 .tab-content .tab-heading,
.tab_type3 .tab-content .tab-heading {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px 10px 10px 20px;
}

.tab_type3 .nav-tabs {
  border-bottom: 0;
  box-shadow: 0px 10px 8px -8px #ccc;
}

.tab_type3 .nav-tabs .nav-link {
  font-size: 1.6rem;
  padding: 1rem 2.1rem;
  text-transform: uppercase;
}

.tabcomponents-faqv2 .tab_type3 .nav-tabs .nav-link {
  font-size: 1.6rem;
  padding: 1rem 2.1rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.tab_type3 .nav-tabs .nav-link.active {
  height: calc(100%);
  margin-top: 0;
}

.tab_type2 .tab-content .tab-heading {
  padding: 20px 10px 10px 0;
}

@media (max-width: 1120px) {
  .tab_type2 .nav-tabs .nav-link {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: 1.3rem 1rem;
  }

  /* -------------------- Responsive tab_type2 Formatting End -------------------- */
}

@media (max-width: 767px) {
  .main-tabs-section {
    margin-top: 140px;
  }

  .inside-tabs-wrapper hr {
    transform: translateY(-25px);
  }

  /* -------------------- Responsive Single tab item Formatting Start -------------------- */
  .tab-item figure span {
    width: 6.4rem;
    height: 6.4rem;
  }

  .tab-item figure span .icon {
    width: 4rem;
    height: 4rem;
  }

  .tab-item figure span figcaption {
    font-size: 1.2rem;
  }

  /* -------------------- Responsive Single tab item Formatting End -------------------- */
  .owl-carousel2 button,
  .owl-carousel-prods button {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }

  .owl-carousel2 button.owl-prev,
  .owl-carousel-prods button.owl-prev {
    left: 1rem;
  }

  .owl-carousel2 button.owl-next,
  .owl-carousel-prods button.owl-next {
    right: 1rem;
  }

  /* -------------------- Responsive tab_type2 Formatting Start -------------------- */
  .tab_type2 .tab-content .tab-pane {
    display: block;
  }

  .tab_type2 .tab-content .tab-pane .panel-title a {
    color: #000;
    font-size: 1.8rem;
    background-color: #f5f5f5;
    position: relative;
    padding: 15px;
    align-items: center;
  }

  .tab_type2 .tab-content .tab-pane p {
    line-height: 2.4rem;
  }

  .tab_type2 .tab-content .tab-pane ul {
    padding-right: 1.5rem;
    padding-left: 4rem;
  }

  .tab_type2 .tab-content .tab-pane ul li {
    line-height: 2.4rem;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .tab_type2 .tab-content .tab-pane.active .panel-title a {
    color: #fff;
    background-color: #00a959;
  }

  .tab_type2 .tab-content .tab-pane.active .panel-title a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -15px;
    left: 20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #00a95b;
  }

  .tab_type2 .tab-content .tab-pane.active .panel-collapse.show {
    display: block !important;
  }

  .tab_type2 .nav-tabs {
    display: none;
  }


  /* -------------------- Responsive tab_type2 Formatting End -------------------- */
}

@media (max-width: 575px) {
  .hide-heading {
    display: none;
  }

  .owl-carousel2,
  .owl-carousel-prods {
    max-width: 300px;
  }

  .nav-tabs {
    justify-content: center;
    background-color: #00a959;
    height: 50px;
    width: 100%;
  }

  .nav-tabs .nav-link {
    font-size: 16px;
    padding: 13px 12px;
    margin: 0;
  }
}

@media (max-width: 479px) {
  .tab-item figure figcaption {
    font-size: 1.1rem;
  }

  .owl-carousel2 button.owl-prev,
  .owl-carousel-prods button.owl-prev {
    left: -1rem;
  }

  .owl-carousel2 button.owl-next,
  .owl-carousel-prods button.owl-next {
    right: -1rem;
  }
}

@media (max-width: 320px) {

  .owl-carousel2 button.owl-prev,
  .owl-carousel-prods button.owl-prev {
    left: 0rem;
  }

  .owl-carousel2 button.owl-next,
  .owl-carousel-prods button.owl-next {
    right: 0rem;
  }
}

@media (min-width: 768px) {
  .panel-heading {
    display: none;
  }

  .panel-collapse {
    height: auto;
  }

  .panel-collapse.collapse {
    display: block;
  }
}

/* *************** Tabs Section End *************** */
/* *************** Form Section Start *************** */
.invalid input {
  border-color: #dc3545;
}

.invalid .invalid-feedback {
  display: block;
}

/* -------------------- Qoute content section start here -------------------- */
.qoute-content h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffc818;
  white-space: nowrap;
}

.qoute-content h4 span {
  display: inline-block;
}

.qoute-content h4 small {
  font-size: 1.5rem;
  font-weight: normal;
  color: #000;
}

.qoute-content h5 {
  font-size: 2rem;
  font-weight: 700;
}

.qoute-content .btn {
  line-height: 4.2rem;
}

.qoute-content {
  display: none;
}

/* -------------------- Qoute content section End here -------------------- */
.form {
  text-align: center;
  /* -------------------- Inline Form Section -------------------- */
}

.form .form-inline {
  display: inline-block;
  background-color: #fff;
  padding: 33px 25px 26px;
  box-sizing: content-box;
  border-radius: 5px;
  box-shadow: 0 0 14px 0px #ccc;
  /* position: relative; */
  z-index: 9;
  /* -------------------- Inline Form Section -------------------- */
  /* -------------------- Form Control Section -------------------- */
  /* -------------------- Form Control Section -------------------- */
  /* -------------------- Input Placeholder -------------------- */
  /* -------------------- Input Placeholder -------------------- */
}

.form .form-inline .btn {
  height: 42px;
  padding: 0 20px;
}

.form .form-inline .form-control {
  display: inline-block;
  font-size: 1.3rem;
  max-width: 200px;
  margin-right: 8px;
  padding: 20px 15px;
  max-height: 42px;
  color: #000;
  font-weight: 600;
}

.form .form-inline label {
  margin: 1rem 0 0 0.4rem;
}

.form .form-inline label input {
  margin-right: 0.6rem;
}

.form .form-inline ::placeholder {
  color: #000;
  opacity: 1;
}

.form .form-inline :-ms-input-placeholder {
  color: #000;
}

/* -------------------- Form List Wrapper -------------------- */
.form-insider-wrapper {
  display: inline-block;
  background-color: #f2f2f2;
  margin: 0;
  padding: 1rem 0;
  border-radius: 5px;
}

.form-insider-wrapper .form-insider-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-insider-wrapper .form-insider-list li {
  font-size: 1.6rem;
  color: #00a959;
  font-weight: 500;
  margin: 0 1.5rem;
  cursor: pointer;
}

.form-insider-wrapper .form-insider-list li a {
  color: #006132;
  font-weight: bold;
}

.form-insider-wrapper .form-insider-list li:hover a {
  text-decoration: underline;
  color: #006132 !important;
}

.form-insider-wrapper .form-insider-list li .icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0;
  fill: #006132;
  margin-right: 3px;
}

/* -------------------- Form List Wrapper -------------------- */
/* *************** Form Section End *************** */
/* *************** Responsive Form Section Start *************** */
@media (max-width: 767px) {

  /* -------------------- Responsive Qoute Section -------------------- */
  .qoute-content h4 {
    font-size: 2.2rem;
    white-space: pre-wrap;
  }

  .qoute-content h5 {
    margin-top: 1rem;
  }

  .qoute-content .btn {
    line-height: 3.5rem;
  }

  /* -------------------- Responsive Form Control Section -------------------- */
  .form .form-inline {
    display: block;
    padding: 2rem;
  }

  .form .form-inline .btn {
    margin-top: 1.5rem;
    height: 3.5rem;
    padding: 0 3rem;
    width: 100%;
  }

  .form .form-inline .form-control {
    max-width: none;
    margin: 8px 0;
  }

  /* -------------------- Responsive Form Control Section -------------------- */
  /* -------------------- Responsive Form List Wrapper -------------------- */
  .form-insider-wrapper {
    display: inline-block;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 5px;
  }

  .form-insider-wrapper .form-insider-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .form-insider-wrapper .form-insider-list li {
    font-size: 1.2rem;
    color: #00a959;
    font-weight: 700;
    display: flex;
    background-color: #f2f2f2;
    margin: 0 2px;
    padding: 6px;
    text-align: left;
    line-height: 1.4rem;
    align-items: center;
  }

  .form-insider-wrapper .form-insider-list li a {
    display: flex;
        align-items: center;
  }

  .form-insider-wrapper .form-insider-list li span img {
    width: 15px;
    margin: 0;
  }

  /* -------------------- Responsive Form List Wrapper -------------------- */
}

@media (max-width: 479px) {
  .form .form-inline label {
    font-size: 1.3rem;
  }

  .form .form-inline label input[type="checkbox"] {
    vertical-align: middle;
  }

  .form-insider-wrapper .form-insider-list li {
    font-weight: 600;
  }
}

/* *************** Responsive Form Section End *************** */


.homenavigation .tab-item figure figcaption {
  font-size: 1.6rem;
}

.getQuoteForm a,
.submitForm a {
  color: #00a959;
}

.if-tool-tip {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #f2f2f2;
  margin-bottom: 15px;
}

.if-tool-tip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-right: 8px solid transparent;
  border-top: 14px solid #f2f2f2;
  border-left: 8px solid transparent;
}

.if-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.height-25 {
  height: 25vh;
}

/*.height-51 {
  height: 51vh;
}
*/

.recaptcha-container {
  width: 164px;
  display: inline-block;
}

@media (max-width: 575px) {
  .recaptcha-container .g-recaptcha {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
  }

  .recaptcha-container {
    width: 100%;
    display: block;
  }
}

/* -----------******* WhatsApp modal css starts here ********-------------------- */

/* ============= custome checkbox ================== */
.customeCheckBox-wrapper-div {
  position: absolute;
  top: -4px;
  right: -4px;
}

.custome-checkbox-div input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.custome-checkbox-div label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0px;
  top: 4px;
  /* margin-left: -20px; */
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
  -o-transition: border .15s ease-in-out, color .15s ease-in-out;
  transition: border .15s ease-in-out, color .15s ease-in-out;
}

.custome-checkbox-div input[type="checkbox"]:checked+label::after {
  content: "\2713";
  font-size: 1.3rem;
  line-height: 1.5rem;
  background: green;
  color: white;
  position: absolute;
  top: 4px;
  left: 0px;
}

/* ------------------------------------------------- */
.whatsappText-div {
  display: flex;
  align-items: center;
}

.whatsappText-div img {
  width: 25px;
  height: 25px;
  margin-left: 4px;
}

.modalPopup-background {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* padding: 51px; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.modalPopup-box-div {
  border: 2px solid #fff;
  width: 46%;
  min-height: 300px;
  border-radius: 10px;
  position: relative;
  padding: 10px 25px 40px;
  margin: 10px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.keepPostedBtns-parent-div {
  display: flex;
  gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.caution-img-div {
  display: flex;
  align-items: center;
  padding: 16px 0px;
}

.caution-img-div img {
  max-width: 50px;
  margin-right: 12px;
}

.caution-img-div span {
  font-size: 21px;
  font-weight: 600;
  color: #fd3a3a;
}

.whatsappHeading-div {
  padding: 13px 0px;
}

.whatsappHeading-div h3 {
  font-size: 1.9rem;
}

.keepPostedMe-btn-div button,
.dontKeepPostedMe-btn-div button {
  padding: 12px 25px;
  border-radius: 34px;
  border: none;
  cursor: pointer;
  background: #fff;
  color: rgb(242, 128, 70);
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.close-icon-div img {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 9px;
  max-width: 43px;
}

.arrows-parent-div {
  padding: 25px 0px;
  line-height: 2;
}

.right-arrow1-div,
.right-arrow2-div {
  display: flex;
  align-items: center;
}

.right-arrow1-div img,
.right-arrow2-div img {
  max-width: 20px;
  margin-right: 10px;
}

.right-arrow1-div span,
.right-arrow2-div span {
  color: #6a6a6a;
  font-weight: 600;
}

.active-border {
  border: 2px solid rgb(242, 128, 70);
  border-radius: 25px;
}

/* ----------------------------------------- */
.g-recaptcha-container {
  width: 100%;
  margin: 20px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ============= Mobile-view ============== */
@media only screen and (max-width: 991px) {
  .customeCheckBox-wrapper-div {
    position: unset;
  }

  .modalPopup-box-div {
    width: 95%;
    transform: translate(-53%, -50%);
  }

  .caution-img-div {
    margin-left: -8px;
  }

  .caution-img-div span {
    font-size: 19px;
  }

  .caution-img-div img {
    margin-right: 0;
  }

  .close-icon-div img {
    top: 5px;
    right: 2px;
    max-width: 38px;
  }

  .whatsappHeading-div {
    margin-left: 30px;
  }

  .whatsappHeading-div h3 {
    font-size: 1.50rem;
    font-weight: 600;
  }

  .arrows-parent-div {
    padding: 11px 0px;
  }

  .keepPostedBtns-parent-div {
    margin-top: 15px;
  }

  .keepPostedMe-btn-div button,
  .dontKeepPostedMe-btn-div button {
    width: 100%;
    padding: 11px 9px;
    font-size: 11px;
  }
}

.back_image-fit {
  width: 100%;
}

/* --------------------------------------- */


/* -----------------  MATH Captcha CSS    ---------------------- */
/* .math-captcha-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.captchaInput{
  border-radius: 5px;
  height: 30px;
  width: 210px;
  border: 1px solid black;
  padding: 5px;
} */

.math-captcha-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    width: 90%; /* Set width to be responsive */
    max-height: 90px;
    height: 100%;
}

.math-captcha-container .input-container {
    margin-top: 10px;
    width: 100%;
}
.captchaInput {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
    text-align: center;
    border: 1px solid black;
}
.captchaInput:focus {
    border-color: #0056b3;
    outline: none;
}

.invalid-feedback {
    color: #dc3545;
    margin-top: 5px;
    display: none; /* Initially hidden, can be shown on validation error */
}

.captchaInput:invalid + .invalid-feedback {
    display: block; /* Show error message if the input is invalid */
}


.title{
  font-weight:600;
  margin-top:20px;
  font-size:24px;
        margin:unset;
}
.otp-input-wrapper.prd-input-wrapper{
width:unset;
}
.customBtn{
  border-radius:0px;
  padding:10px;
}

form input{
  display:inline-block;
  width:45px;
  height:45px;
  text-align:center;
}	
.otp-container .otp-input-btn{
display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.otp-container .otp-input-btn .btn{
	width:unset;
}
.custom-width{
width:135px;
}
.custom-width #cv-sendOtp-btn{
width:100%;
}
.otp-container .otp{
	width:unset;
    font-size: 1.3rem;
    color: #000;
    font-weight: 600;
}

.otp-send-text .invalid-feedback {

    display:block;
}
@media (max-width: 480px) {
    .math-captcha-container {
        padding: 15px;
        max-width: 90%; /* Allow for more width on smaller screens */
        flex-direction: column;
        max-height: unset;
    }

    .captchaInput {
        font-size: 14px; /* Slightly smaller text for mobile */
        padding: 8px; /* Adjust padding */
    }

    /* .captchaQuestion {
        width: 100%;  Make canvas responsive
        height: auto; /* Adjust height if necessary 
    } */

    .invalid-feedback {
        font-size: 12px; /* Smaller font for error messages */
    }
.custom-width{
width:unset;
}
}
/* -----------------  MATH Captcha CSS    ---------------------- */

/* -----------******* WhatsApp modal css ends here ********-------------------- */