/* *************** 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 ********-------------------- */
.formBoxOverlap{
    margin: 20px 0px;
}
.recaptcha-container{
  width: 164px;
  display: inline-block;
}
.renewcarbikeform .form .form-inline {
	z-index:7px;
}
@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;
  }
}


.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;
  }
}
.tab-type4 li {
    display: inline;
    margin: .1rem;
    position: relative;
}

.tab-type4 li a.active {
    background: #00a959;
    color: #fff;
}
.tab-type4 li a {
    font-size: 1.8rem;
    line-height: 100%;
    padding: 1.5rem 4rem;
    display: block;
    background: #f2f2f2;
    color: #00a959;
    border-radius: 0.4rem;
}

.tab-type4 li a.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 #00a959;
}

@media (max-width: 767px){
.tab-type4 li a {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    }
 .tab-type4 li a span {
    display: block;
}
}

.pdf-list{
    margin: auto;
    padding: 30px 0px;
}
@media (max-width: 767px){
    .pdf-list{
       margin: 0%;
    }
	.pdf-list a{
       display: block;
       padding: 10px;
       font-size: 1.7rem;
    }
}

.pmfby {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3%;
    padding-top: 14% !important;
    padding-bottom: 5% !important;
    position: relative;
    margin-top: 60px !important;
}
.pmfby .crop-image img {
    position: absolute;
    top: -125px;
    width: 230px;
    height:230px;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px 25px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.pmfby .card {
    background-color: rgba(255, 255, 255, 0.9);
}
.card .card-body {
    padding: 4rem 3rem;
}
.pmfby .card .card-body .card-title {
    font-size: 1.6rem;
    min-height: 65px;
}
.pmfby .owl-nav svg {
    fill: #fff;
}




@media (max-width: 767px){

    .pmfby .crop-image img {
        top: -100px;
        width: 200px;
        height: 200px;
    }

	.pmfby {
    padding-top: 22% !important;
}

}




@media (max-width: 479px){
.pmfby .crop-image img {
    top: -70px;
    width: 140px;
    height: 140px;
        }

        .pmfby {
    padding-top: 28% !important;
}
    .pmfby .card {
    width: 90% !important;
    margin: 0 auto;
}
.pmfby #pmfby-slider.carousel .owl-nav button.owl-prev {
    margin-left: -2rem;
}
}


.pmfby_objective .width25 {
    width: 25%;
}

.pmfby_objective .width25 .content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 260px;
    border-right: 1px solid #e5e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
    transition: all ease-in 0.25s;
}
.pmfby_objective .width25 .title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    width: 82%;
}

.pmfby_objective .width25 .icon_wrap .icon {
    width: 7rem;
    height: 7rem;
}

.pmfby_objective .width25:last-child .content {
    border-right: 0px solid #e5e4e4;
}

@media (max-width: 767px){
.pmfby_objective .width25 {
    width: 50%;
        }
        .pmfby_objective .width25:nth-child(2n) .content {
    border-right: 0px solid #e5e4e4;
}
}
.filter-sec .icon-crop {
    width: 10rem;
    height: 10rem;
}

.pagination.navigation li a {
    font-size: 3rem;
}

.font18 {
    font-size: 1.8rem;
}

.h-40 {
    height: 40px;
}

.filter-sec .btn-primary {
    white-space: normal;
    text-transform: capitalize;
}

.year-text {
    font-size: 3rem;
    line-height: 2.8rem;
    font-weight: 600;
}

.year-text:hover{
    color: #00a959;
    text-decoration: none;
}

.select-year-wrapper {
    display: flex;
    justify-content: center;
}

.select-year {
    width: 170px;
}

.select-year.carousel .owl-nav button .icon {
    width: 3rem;
    height: 3rem;
}

.select-year.carousel .owl-nav button.owl-next {
    margin-right: -4rem;
}

.select-year.carousel .owl-nav button.owl-prev {
    margin-left: -4rem;
}

@media (max-width: 479px) {
    .filter-sec .icon-crop {
        width: 6rem;
        height: 6rem;
    }
    .filter-sec .btn-primary {
        white-space: normal;
        text-transform: capitalize;
        line-height: 20px;
        font-size: 14px;
    }
}
/* --------------- FAQ Accordian Start --------------- */
.acc-tab {
  margin: 0 auto;
  border: 1px solid #00a959;
  border-radius: 0.4rem;
  margin-bottom: 1rem;
  padding: 1rem;
  justify-content: space-between;
  list-style-type: none; }
  .acc-tab.active {
    background-color: rgba(0, 169, 89, 0.08); }
  .acc-tab .desc {
    padding: 1rem 4rem 1rem 1rem; }
  .acc-tab .acc-title {
    color: #000;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 700;
    text-align: left;
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .4rem;
    padding-left: 1rem;
    padding-right: 4rem;
    position: relative;
    margin-bottom: 0;
    /* --------------- FAQ Accordian Toggle Icons --------------- */
    /* --------------- FAQ Accordian TOggle Icons --------------- */ }
    .acc-tab .acc-title:hover {
      color: #000;
      text-decoration: none; }
    .acc-tab .acc-title .icon {
      fill: #00a959;
      width: 2.4rem;
      height: 2.4rem;
      position: absolute;
      right: 0;
      top: .4rem; }

.faqv2 .acc-tab .desc:hover,.faqv2 .acc-tab .icon:hover {
	cursor : pointer;
}
.list-style-disc>li:before, .list-style-disc ul li:before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 8px;
    background-color: #00a959;
}
.tx-lowercase{
	text-transform: none;
}
.faqv2 desc a{
    font-weight: 600;
    color: #00a959;
}

.faqv2 div.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.faqv2 .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* --------------- FAQ Accordian End --------------- */
.sitemap .card {
    width: calc(25% - 20px);
    margin: 10px;
    box-sizing: border-box;
}

.sitemap .card .card-title a{
	color: #00a959;
    font-weight: bold;
}

.sitemap .list-style-disc a{
	font-size: 1.6rem;
}

.hide-section {
    display: none !important;
}
.list-style-disc-click li svg {
    width: 1.5rem;
    height: 1.2rem;
    cursor: pointer;
}

 @media only screen and (max-width: 991px) {
	.sitemap .card {
        width: 100%;
    }
            .sitemap .row{
	display: flex;
    flex-direction: column;
}
}
}

/* -------------------- Other Policies listing footer start -------------------- */
.other-policies {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 0px 17px #ccc; }
  .other-policies .sub-title {
    line-height: 4rem;
    font-size: 3.5rem;
    margin-bottom: 10px;
   }
  .other-policies .list-inline {
    flex: 1;
    display: flex;
    justify-content: space-around; }
    .other-policies .list-inline .list-inline-item {
      font-weight: 600; }

@media (max-width: 575px) {
  .other-policies .sub-title {
    max-width: 100%;
    font-size: 2rem;
    line-height: 4rem; }
  .other-policies .list-inline {
    flex: 1;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    .other-policies .list-inline .list-inline-item {
      width: 50%;
      margin: 0;
      text-align: center; } }

/*section {
  margin: 30px 0; }*/

.other-policies .sub-title{
	text-align:center;
}

/* -------------------- Other Policies listing footer end -------------------- */
.card-link{
	display: block;
    width: 100%;
}
.list-style-disc li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 8px;
    background-color: #00a959;
}
.page-description a{
    font-weight: 600;
    color: #00a959;
}
@media (max-width: 479px) {
	.mlr-0, .owl-carousel{
	    margin-right: 0px;
    	margin-left: 0px;
	}
}

.ticker {
    
    vertical-align: middle;
}

.ticker a {
    color: #00a959;
}

.covidbanner {
    max-width: 100%;
}

#owl-demo-owl .item {
    height: auto;
    color: #000;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.cyclone {
    width: 100%;
}

#owl-demo-owl .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}

.ticker .owl-nav.disabled {
    display: none;
}
#owl-demo-owl #info{
	text-align:center;
    font-weight: bold;
}
#owl-demo-owl .owl-dots{
	margin-bottom: 1rem;
}
#owl-demo-owl div.owl-dot{
    width: 50px;
    height: 50px;
    padding: 1px 7px 3px 7px;
}
#owl-demo-owl .owl-dots .owl-dot.active{
	color: white;
}

#owl-demo-owl .owl-dot:hover{
	cursor: pointer;
}
.owl-nav .disabled{
	display:none;
}

.homenavigation .owl-carousel2 .owl-stage {
  margin: 0 auto;
}
.homenavigation .imp-updates-bnr{
    width: 100%;
    padding: 0 20px 0 20px;
}
.owl-item img.desktop{
	/*height: 662px;*/
}

.banner-carousel img{
	object-fit: contain;
}
.owl-item img.desktop{
	/*height: 662px;*/
}

.banner-carousel img{
	object-fit: contain;
}
.banner-slider{
padding: 25px;
background: linear-gradient(110deg, #00a651 45%, rgba(0, 0, 0, 0) 35%), linear-gradient(110deg, #ffffff 48%, #00a0e4 20%) !important;
margin:0px;
}
@media (min-width: 768px){
.panel-heading {
    display: none;
}
}
@media (min-width: 320px){
    .tab-components .panel-collapse .table .scroll{
        padding: 0 27px;
    }
}

@media (max-width: 767px){
    div.scroll{
        overflow-y: hidden !important;
    }
}
.tab-components a{
    font-weight: 600;
    color: #00a959;
}
.test{
    padding: 12px 25px !important;
}
.space table tbody tr th {
    padding: 12px 25px !important;
}

.space table tbody tr td {
    padding: 12px 25px !important;
}
.featurecards p {
  font-weight: 500;
}

.feature-card-carousel {
  row-gap: 30px;
}

.card-br {
  border-radius: 16px !important;
}

.br-none {
  border: none !important
}

.why_buy .content.ci_card_content {
  border: 4px solid rgb(229, 225, 226);
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 25px;
  height: 100%;
  margin: unset;
}

.why_buy.comp-2 .content.ci_card_content {
  padding: 0;
}

.comp-2 .content.ci_card_content:hover {
  background: none;
}

.why_buy .content.ci_card_content .title {
  font-size: 14px;
  font-weight: 400;
  width: 100%;

}

.head_wrap {
  display: flex;
  align-items: center;
}

.why_buy .content.ci_card_content .icon {
  width: 75px;
  margin-right: 15px;
  height: 7.5rem;

}

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

.feature-card-carousel .head-wrap-count {
  font-weight: 700;
  font-size: 18px;
  background: #00AA54;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  margin-right: 15px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  flex: none;
}

.feature-card-carousel .content-wrap {
  height: 100%;
  margin-bottom: 15px;
}

.feature-card-carousel .head_wrap .card_head_text {
  font-size: 16px;
  font-weight: 700;
}

.download-list li {
  position: relative;
  padding-left: 35px;
}

.download-list li::before {
  content: '';
  position: absolute;
  background: url(../components/content/featurecards-component/featurecards/clientlib/images/download-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
}

.section-header h2 {
  text-align: center;
}

.featurecards .card-btn-container {
  display: flex;
  background-color: #f2f2f2;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 120px
}

.featurecards .card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-inline-end: 20px;
  padding-inline-start: 20px;
  border-radius: 5px;
  background-color: #00AA54;
  height: 50px;
}

.featurecards .card-btn-link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.gap-50{
gap:50px;
}
.why_buy .content.ci_card_content .gap-50 .icon{
margin-right: unset;
}
@media screen and (max-width : 768px) {
  .feature-card-carousel.row{
    margin-left: unset;
    margin-right: unset;
  }
  
  .feature-card-carousel .content-wrap {
      width: calc(100% + 30px);
      margin-left: -15px;
  }
  
}

@media screen and (max-width:575.98px) {
  .why_buy .content.ci_card_content {
      position: relative;
  }

  .why_buy .content-wrap:after {
      display: none;
  }

  .why_buy.comp-2 .content.ci_card_content {
      padding: 0;
      height: 100%;
  }

  /*.why_buy .content.ci_card_content {
    display: inline;
}*/
  .feature-card-carousel .head_wrap .card_head_text {
      font-size: 15px;
  }
}
.featuredlist-card p:first-of-type {
    font-size: 20px;
    font-weight: bold;
}

.featureList p {
    font-weight: 500;
}

.factors-img {
    text-align: center;
}

.factors-img img {
    max-width: 330px;
    margin: 0 auto;
    height: 220px;
}

.factor-wrapper .row:nth-child(even) .col-md-6:nth-child(1) {
    order: 2;
}

.factor-wrapper .row:nth-child(even) .col-md-6:nth-child(2) {
    order: 1;
}

.why_buy .factor-wrapper .content.ci_card_content {
    min-height: 220px;
    margin-bottom: 0;
}

.factor-wrapper .row {
    align-items: center;
}
.carousel .owl-nav, .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}

@media screen and (max-width:575.98px) {
    .factors-sec.why_buy .content {
        position: relative;
    }
    .factor-wrapper .row:nth-child(even) .col-md-6:nth-child(1) {
        order: 1;
    }
    .factor-wrapper .row:nth-child(even) .col-md-6:nth-child(2) {
        order: 2;
    }
    .factors-sec .sub-title,
    .factors-sec p {
        /*text-align: left;*/
    }
    .factors-img img {
        max-width: 200px;
        max-height: 200px;
    }
}
.static-note-section button {
    display: none;
}

.static-note-section [data-dot='2'] {
    animation: static-alert 2s linear infinite;
}

@keyframes static-alert {
    0% {
        color: #00a0e4;
    }

    25% {
        color: #00a959;
    }

    50% {
        color: #00a0e4;
    }

    75% {
        color: #00a0e4;
    }

    100% {
        color: #00a0e4;
    }
}

.adding-flex {
    display: flex;
}

.remove-margin-top {
    margin-top: 0px !important;
}

.hide-ticker {
    display: none;
}

.static-note {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 50px;
    /*color: #00a959;*/
    /*animation: blink 2s linear infinite;*/
    text-align: center;
}

.static-note p {
    margin-bottom: 0 !important;
    font-size: 15px
}

@keyframes blink {
    0% {
        color: #fd6e68;
    }

    25% {
        color: #00a959;
    }

    50% {
        color: #fd6e68;
    }

    75% {
        color: #fd6e68;
    }

    100% {
        color: #fd6e68;
    }
}

.ticker {
    vertical-align: middle;
}

.ticker a {
    color: #00a959;
}

.covidbanner {
    max-width: 100%;
}

.width-800 {
    max-width: 800px;
}

#owl-demo-owl .item {
    height: auto;
    color: #000;
    margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.cyclone {
    width: 100%;
}

#owl-demo-owl .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}

.ticker .owl-nav.disabled {
    display: none;
}

#owl-demo-owl #info {
    text-align: center;
    font-weight: bold;
}

#owl-demo-owl .owl-dots {
    margin-bottom: 1rem;
}

#owl-demo-owl div.owl-dot {
    width: 50px;
    height: 50px;
    padding: 1px 7px 3px 7px;
}

#owl-demo-owl .owl-dots .owl-dot.active {
    color: white;
}

#owl-demo-owl .owl-dot:hover {
    cursor: pointer;
}

.owl-nav .disabled {
    display: none;
}

.homenavigation .owl-carousel2 .owl-stage {
    margin: 0 auto;
}

.homenav .tab-item {
    width: 125px;
    vertical-align: top;
    position: relative;
    /*margin: 0 3px 0 3px;*/
}

.homenav .tab-item figure span .icon {
    width: 40px;
    height: 40px;
}

.homenav .tab-item figure span {
    width: 60px;
    height: 60px;
}

.homenav .modal-md {
    max-width: fit-content;
}

.homenav .tab-item figure span .more-products,
.homenav .tab-item figure span .more-products-rev {
    width: 32px;
    height: 32px;
}

.owl-carousel2.off {
    display: block;
}

.hide-modal {
    visibility: hidden;
}

.homenav .imp-updates-bnr {
    width: 100%;
    padding: 0 20px 0 20px;
}

p.lead {
    line-height: 3.8rem;
}

@media (max-width: 667px) {
    .static-note p {
        font-size: 11px
    }

    b.page-title {
        font-size: 3rem;
        line-height: 3.2rem;
    }

    p.lead {
        font-size: 1.4rem;
        line-height: 4rem;
    }
}

@media (max-width: 653px) {
    .homenav .tab-item {
        width: 80px;
    }
}

@media (max-width: 575px) {
    .homenav .hide-icon {
        display: none !important;
    }

    #pmfby-pmfby {
        display: none !important;
    }

    .homenav .nav::-webkit-scrollbar {
        display: none;
        /* Chrome */
    }

    .homenav .nav {
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0 5px 0 5px;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
}

@media (max-width: 495px) {
    .homenav .tab-item {
        width: 70px;
    }
}

@media (max-width: 373px) {

    /*  .homenav .tab-item {
            width: 100px;
          }*/
    figure {
        margin: 0 0 6rem;
    }
}

.homenav .if-tool-tip {
    position: absolute;
    z-index: 1000;
    top: -40px;
    transform: translate(-50%);
    font-size: 12px;
    padding: 5px 5px;
    width: 68%;
    background-color: #00a959;
    color: #ffffff;
}

.homenav .if-tool-tip::before {
    border-top: 14px solid #00a959;
}

@media (max-width: 575px) {
    .homenav .if-tool-tip {
        max-width: 80px;
        top: -45px;
        width: 90%;
    }

    .adding-flex {
        display: block;
        padding: 0px !important;
        margin: 0px !important;
    }
}

#pmfby .pmfby {
    margin-top=0px !important;
}


/* @media all and (min-width: 480px) {
            .deskContent {display:flex;}
            .phoneContent {display:none;}
        }
        
        
        @media all and (max-width: 479px) {
            .deskContent {display:none;}
            .phoneContent {display:block;
                margin-bottom:20px;
                    }
        } */

}    
.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  width: 100%;
  justify-content: space-around;
  padding: 10px;
}
.gallery-item {
  flex: 25%;
  max-width: 24%;
  position: relative;
  height: 180px;
}
.gallery-item img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-des p{
  font-size: 2rem;
}
.galleryview .img-title {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  /* transition: .5s ease; */
  opacity: 1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  /* Removes blue highlight */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
.slide-show {
  display: none;
}

.slide-show .slider {
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
}
.slide-show .slider .slider-container {
  position: relative;
  margin: 0 auto;
  margin-top: 30%;
  transform: translateY(-80%);
  width: 600px;
  height: 400px;
 /* border: 3px solid white;*/
  display: none;
}
.slide-show .slider .slider-container img {
  display: block;
  width: 100%;
  height: 100%;
 object-fit: scale-down;
}
.slider .view-all-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.slider-controls .prev-item,
.slider-controls .next-item {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgba(255,255,255,0.8) !important;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.slider-controls .close {
  cursor: pointer;
  position: absolute;
  color: white !important;
  font-size: 3rem;
  font-weight: 800;
  top: 10%;
  right: 10%;
}
.slider .active {
  display: block !important;
}
.slider .non-active {
  display: none;
}
/* Position the "next button" to the right */
.next-item {
  right: 20px;
  border-radius: 3px 0 0 3px;
}
.prev-item {
  left: 20px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-item:hover,
.next-item:hover {
  background-color: white;
  color:rgba(0, 0, 0, 0.705) !important;

}
/* .slide-show-overlay .slide-show .slide-show-containe {
  margin: 0 auto;
  margin-top: 30%;
  width: 50%;
  height: 70%;

  border: 3px solid white;
}

.slide-show-overlay .slide-show .slide-show-containe img {
  display: block;

  object-fit: cover;
} */
@media (max-width: 575px) {
  .gallery-item {
    flex: 50%;
    max-width: 49%;
  }
  .slide-show .slider .slider-container {
    margin-top: 50%;
    transform: translateY(-10%);
    width: 100%;
  }
}
.owl-carousel .owl-dots {
  text-align: center; }

.owl-carousel button.owl-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #e3e2e2;
  padding: 0;
  margin: 1rem 0.4rem 0 0.4rem;
  border: none; }

.owl-carousel .owl-dot.active {
  background: #00a959; }
.carousel,.owl-carousel {
    position: relative
}

.carousel .owl-nav,.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9
}

.carousel .owl-nav button,.owl-carousel .owl-nav button {
    background: 0;
    border: 0;
    font-size: 0
}

.carousel .owl-nav button .icon,.owl-carousel .owl-nav button .icon {
    width: 6rem;
    height: 6rem
}

.carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -7rem
}

.carousel .owl-nav button.owl-prev:focus,.owl-carousel .owl-nav button.owl-prev:focus {
    outline: 0
}

.carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -7rem
}

.carousel .owl-nav button.owl-next:focus,.owl-carousel .owl-nav button.owl-next:focus {
    outline: 0
}

@media(max-width: 1280px) {
    .blog {
        padding:0 7rem
    }
}

@media(max-width: 992px) {
    .blog {
        padding:0 30px
    }

    .carousel .owl-nav button .icon,.owl-carousel .owl-nav button .icon {
        width: 3rem;
        height: 3rem
    }

    .carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-prev {
        margin-left: -4rem
    }

    .carousel .owl-nav button.owl-prev .icon,.owl-carousel .owl-nav button.owl-prev .icon {
        margin-left: -0.5rem
    }

    .carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-next {
        margin-right: -4rem
    }

    .carousel .owl-nav button.owl-next .icon,.owl-carousel .owl-nav button.owl-next .icon {
        margin-right: -0.5rem
    }
}

@media(max-width: 767px) {
    .border-xs-0 {
        border:0 !important
    }

    .blog {
        padding: 0 15px
    }

    .carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-prev {
        margin-left: -3rem
    }

    .carousel .owl-nav button.owl-prev .icon,.owl-carousel .owl-nav button.owl-prev .icon {
        margin-left: -0.6rem
    }

    .carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-next {
        margin-right: -3rem
    }

    .carousel .owl-nav button.owl-next .icon,.owl-carousel .owl-nav button.owl-next .icon {
        margin-right: -0.6rem
    }
}

.ticker {
    vertical-align: middle;
}
.mobile-only{
    display:none;
        }
.ticker a {
    color: #0675cc;
}
.owl-carousel-tricker .item {
    height: auto;
    color: #000;
   margin: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.owl-carousel-tricker .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}
.ticker .owl-nav.disabled {
    display: none;
}

.owl-carousel-tricker #info {
    text-align: center;
    font-weight: bold;
}

.owl-carousel-tricker .owl-dots {
    margin-bottom: 1rem;
}

.owl-carousel-tricker div.owl-dot {
    width: 50px;
    height: 50px;
    padding: 1px 7px 3px 7px;
}

.owl-carousel-tricker .owl-dots .owl-dot.active {
    color: white;
}

.owl-carousel-tricker .owl-dot:hover {
    cursor: pointer;
}

.owl-nav .disabled {
    display: none;
}

.container-fluid-parent{
    width: 100%;
    background-color: #b5ded1;

}
.update-secton{   
    display: flex;

    align-items: center;
    flex-direction: row;
background-color: #b5ded1;}

.update-title{
    display: flex;
    justify-content: end;
    font-weight: 500;
    width: 15%;
    align-items: flex-start;
    margin-bottom: 5px;
}
.ticker-section{
width: 85%;
}
.ticker-section .notice .item h4 {
    font-size: 1.5rem;
    text-align: start;
    margin-left: 20px;
    width: 100%;
    padding-top: 16px;

}
.update-title h3 {
    font-weight: 700;
    font-size: 1.8rem;
}
@media (max-width: 575px){
  .mobile-only{
    display:block;
        }

.update-secton{   
    flex-direction: column;
}

        .update-title{
      width:auto ;
                padding-top:20px;
            }
.ticker-section .notice .item h4{
padding-top:0px;
}

}



/* Ticker v2 css */

.ticker-v2 .mobile-only {
    display: none;
}

.ticker-v2 .update-secton {
    display: flex;
    align-items: center;
    background-color: white;
}

.ticker-v2 .update-title {
    font-weight: 500;
    width: 15%;
    margin-bottom: 5px;
}

.ticker-v2 .ticker-v2-section {
    width: 100%;
}

#scroll-container {
    overflow: hidden;
}

#scroll-text {
    text-align: right;
    white-space: nowrap; /* Prevent line breaks */
    transform: translateX(100%);
    animation: my-animation 40s linear infinite; /* Default animation for larger screens */
}

/* Keyframes for the animation */
@keyframes my-animation {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-150%);
    }
}

/* Mobile-specific styles */
@media (max-width: 575px) {
    .ticker-v2 .mobile-only {
        display: block;
    }

    .ticker-v2 .update-secton {
        flex-direction: column;
    }

    .ticker-v2 .update-title {
        width: auto;
        padding-top: 20px;
    }

    #scroll-text {
        animation: mobile-animation-mobile 40s linear infinite; /* Increased speed for mobile */
    }
@keyframes mobile-animation-mobile {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-610%);
    }
}
}

/* Keyframes for mobile animation */
@keyframes mobile-animation {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-200%);
    }
}




/* Ticker v2 css */
.award-comp.embed-responsive {
  height: 160px !important;
  overflow: visible;
}

.award {
  background: #f2f2f2;
  padding: 3%;
  padding-top: 7% !important;
  padding-bottom: 5% !important;
  position: relative;
  margin-top: 60px !important;
  z-index: 1;
}

.award h2 {
  text-align: center ;
}

.award p{
  text-align: center;
  font-size: 16px;
  font-weight: 500
}

.crop-image img {
  position: absolute;
  top: -82px;
  width: 190px;
  height: 190px;
  background-color: #fff;
  border-radius: 50%;
  padding: 15px 25px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.award-comp .card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-image {
  max-width: 250px;
  max-height: 205px;
}

.card-image img {
  max-width: 100%;
  max-height: 250px;
  padding: 10px;
}

.award-comp.award .card {
  background-color: rgba(255, 255, 255, 0.9);
}

.card .card-body {
  padding: 1rem 1rem !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.award .card .card-body .card-title {
  font-size: 1.6rem;
  min-height: 0px !important;
  padding-bottom: 0px !important;
}

.award .owl-nav svg {
  fill: #000 !important;
}

.btn-section {
  max-width: 250px;
  max-height: 205px;
}

.btn-container {
  max-width: 100%;
  min-height: 150px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .owl-nav,
.owl-carousel .owl-nav {
  z-index: -1;

}

@media (max-width: 767px) {
  .award p{
    font-size: 14px;
  }

  .award .card-image img {
    top: -100px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .award-comp .award {
    padding-top: 22% !important;
  }

  .btn-container {
    min-height: 240px;
  }

  .btn-primary {
    height: 48px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media (max-width: 575px) {
  .award .card-image {
    max-width: 100%;
    max-height: 100%;
  }

  .btn-section {
    max-width: 100%;
    max-height: 100%;
  }

  .award .card-image img {
    top: -70px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .award-comp .award {
    padding-top: 28% !important;
  }

  .award .card {
    width: 90% !important;
    margin: 0 auto;
  }

  .award #award-slider.carousel .owl-nav button.owl-prev {
    margin-left: -2rem;
  }
}
