.fs-14 {
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
}

.fs-16 {
  font-size: clamp(1rem, 1vw, 1.2rem) !important;
}

.fs-18 {
  font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
}

.fs-20 {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem) !important;
}

.fs-25 {
  font-size: clamp(1.15rem, 1.6vw, 1.7rem) !important;
}

.fs-30 {
  font-size: clamp(1.2rem, 2vw, 1.9rem) !important;
}

.fs-35 {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem) !important;
}

.fs-40 {
  font-size: clamp(1.3rem, 2.6vw, 2.7rem) !important;
}

.fs-45 {
  font-size: clamp(1.5rem, 3vw, 3rem) !important;
}

.fs-50 {
  font-size: clamp(1.8rem, 3.2vw, 3.5rem) !important;
}

.fs-60 {
  font-size: clamp(2.5rem, 4.5vw, 4.5rem) !important;
}

.insurance-banner-main {
  background-color: #23233C;
  color: #fff;
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .insurance-banner-main {
    padding: 40px 0;
  }
}

.insurance-banner-main::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/banner-backdrop.webp?10bd78b938288ee1a9d430740df2da1d);
  width: 100%;
  height: 100%;
  background-size: cover;
}

.insurance-banner-main .banner-content {
  width: 90%;
}

@media screen and (max-width: 576px) {
  .insurance-banner-main .banner-content {
    width: 100%;
  }
}

.insurance-banner-main .banner-img {
  width: 85%;
  height: 400px;
}

@media screen and (max-width: 991px) {
  .insurance-banner-main .banner-img {
    width: 85%;
    height: 400px;
    margin: auto;
  }
}

@media screen and (max-width: 576px) {
  .insurance-banner-main .banner-img {
    width: 85%;
    height: 250px;
    margin: auto;
  }
}

.insurance-banner-main .banner-img img {
  border-radius: 30px;
}

.driver-img {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 576px) {
  .driver-img {
    width: 100%;
    height: 250px;
  }
}

.driver-content {
  width: 85%;
}

@media screen and (max-width: 991px) {
  .driver-content {
    width: 100%;
  }
}

.driver-content .driver-title {
  width: 45%;
}

@media screen and (max-width: 991px) {
  .driver-content .driver-title {
    width: 100%;
  }
}

.policy-cover-bg {
  background-color: #23233C;
  padding: 80px 0;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .policy-cover-bg {
    padding: 40px 0;
  }
}

.policy-cover-bg .policy-cover-img {
  width: 100%;
  height: 900px;
}

@media screen and (max-width: 991px) {
  .policy-cover-bg .policy-cover-img {
    width: 100%;
    height: 350px;
  }
}

@media screen and (max-width: 576px) {
  .policy-cover-bg .policy-cover-img {
    width: 100%;
    height: 250px;
  }
}

.policy-cover-bg .policy-cover-img img {
  border-radius: 20px;
  -o-object-position: -210px 0;
     object-position: -210px 0;
}

@media screen and (max-width: 991px) {
  .policy-cover-bg .policy-cover-img img {
    -o-object-position: unset;
       object-position: unset;
  }
}

.policy-cover-bg .policy-content {
  width: 95%;
  margin: auto;
}

.policy-list {
  margin-bottom: 15px;
}

.num-yellow {
  background: transparent linear-gradient(128deg, #FDCC03 0%, #FFFF68 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-main .faq-img {
  width: 100%;
  height: 350px;
}

@media screen and (max-width: 991px) {
  .faq-main .faq-img {
    width: 100%;
    height: 420px;
  }
}

@media screen and (max-width: 576px) {
  .faq-main .faq-img {
    width: 100%;
    height: 250px;
  }
}

.faq-main .faq-img img {
  border-radius: 20px;
}

.faq-main .faq-content-div-main {
  width: 90%;
}

@media screen and (max-width: 991px) {
  .faq-main .faq-content-div-main {
    width: 100%;
  }
}

.faq-main .faq-div .accordion-item {
  border: 1px solid #ECECEC;
  border-radius: 15px;
  margin-bottom: 20px;
  background-color: #FBFBFB;
}

.faq-main .faq-div .accordion-button {
  background-color: unset;
  box-shadow: unset;
  font-weight: 500;
  color: #23233C;
  height: 70px;
  padding-right: 50px;
}

.faq-main .faq-div .accordion-button::after {
  background-image: url(../images/plus.webp?4f6f8462b8f630d9f39d93b4f47815b8);
  width: 1.55rem;
  height: 1.55rem;
  background-size: 1.55rem;
  position: absolute;
  right: 20px;
}

.faq-main .faq-div .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.webp?601dbabf037e815e30a95bf5509e7404);
  width: 1.55rem;
  height: 1.55rem;
  background-size: 1.55rem;
  position: absolute;
  right: 20px;
}

.requiremrnt-box .require-img {
  width: 80px;
  height: 80px;
  margin: auto;
}

.vehicle-driver-main .veh-driver-banner {
  width: 100%;
  height: 400px;
  position: relative;
}

@media screen and (max-width: 576px) {
  .vehicle-driver-main .veh-driver-banner {
    width: 100%;
    height: 300px;
  }
}

.vehicle-driver-main .veh-driver-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, #080814 0%, #23233C86 54%, #FFFFFF08 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
}

.vehicle-driver-main .veh-driver-banner img {
  border-radius: 20px;
}

.vehicle-driver-main .veh-driver-banner .num-yellow {
  font-size: 90px;
}

@media screen and (max-width: 420px) {
  .vehicle-driver-main .veh-driver-banner .num-yellow {
    font-size: 70px;
  }
}

.vehicle-driver-main .veh-driver-banner .num-name {
  font-size: 35px;
  line-height: 45px;
}

@media screen and (max-width: 420px) {
  .vehicle-driver-main .veh-driver-banner .num-name {
    font-size: 25px;
    line-height: 30px;
  }
}

.vehicle-driver-main .veh-driver-banner .veh-driver-content {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .vehicle-driver-main .veh-driver-banner .veh-driver-content {
    bottom: 15px;
    left: 15px;
  }
}

.vehicle-driver-main ul {
  list-style-type: none;
  margin-bottom: unset;
  padding-left: 0;
}

.vehicle-driver-main .wrap-content-left {
  width: 97%;
}

@media screen and (max-width: 991px) {
  .vehicle-driver-main .wrap-content-left {
    width: 100%;
  }
}

.vehicle-driver-main .wrap-content-right {
  width: 97%;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .vehicle-driver-main .wrap-content-right {
    width: 100%;
  }
}

.vehicle-driver-main .bg-driver {
  background-color: #F4F4FA;
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .vehicle-driver-main .bg-driver {
    padding: 40px 0;
  }
}

.vehicle-driver-main .bg-driver .sub-ul {
  list-style-type: disc;
  margin-bottom: unset;
  padding-left: 20px;
}

.vehicle-driver-main .bg-driver .sub-ul li {
  margin-bottom: 10px;
}

.vehicle-driver-main .bg-driver .sub-ul li:last-child {
  margin-bottom: unset;
}

.vehicle-driver-main .bg-driver .doc-require {
  width: 100%;
  height: 450px;
}

