@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.nav-link-font.nav-link.nav-item {
  padding: 1px 0px !important;
}
.nav-link-font.nav-link.nav-item > a:hover {
  background: #f90;
  color: white;
}

.dropdown-mobile {
  position: relative;
  display: block;
}

.dropdown-mobile .dropdown-content {
  display: none;
  flex-direction: column;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-mobile a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}

.dropdown-mobile .dropdown-toggle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-brands {
  font-size: 20px;
  color: white;
  padding-top: 4px;
}

.dropdown-mobile .dropdown-content a {
  padding-left: 20px;
}

.dropdown-mobile.open .dropdown-content {
  display: flex;
}

.web-primary {
  color: #e6f4f9;
}
.img-height {
  height: 543px;
}

.bg-web-primary {
  background: transparent;
}

.bg-team {
  background-color: #edf6ff;
}

.w-17 {
  width: 7rem !important;
}

.link-dark {
  color: #343f52;
}
a.hover-2.link-dark:before {
  background: #262b32;
}
a.hover-3.link-dark:before {
  background-color: #dcddde;
}
.link-dark:hover,
a.text-reset:hover,
.text-reset a:hover {
  color: #3f78e0 !important;
}

.call-to-action {
  padding: 14px 36px;
  background: linear-gradient(
    135deg,
    #1e3c72,
    #2a5298
  ); /* Deep gradient blue */
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(30, 60, 114, 0.5);
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #ffffff61;
}

.call-to-action:hover {
  background: linear-gradient(135deg, #2e5dc6, #9de3f9);
  box-shadow: 0 0 30px rgba(157, 227, 249, 0.8);
  transform: translateY(-4px) scale(1.03);
}

.call-to-action span {
  position: relative;
  z-index: 2;
}

/* Navbar */
.navbar-mainer {
  background-color: #e6f4f9;
}

.navbarr-mainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 120px;
  padding: 40px 0px;
}

.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.large-only {
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 32px;
}

.nav-link-font {
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
  color: gray;
}

.nav-links a:hover {
  color: #193553;
}

.btn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  color: white;
}

.blue-btn {
  background-color: #193553;
}

.orange-btn {
  background-color: #ffa300;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 300px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: right 0.3s ease-in-out;
  background: rgb(215, 235, 255);
  background: linear-gradient(
    180deg,
    rgba(215, 235, 255, 1) 0%,
    rgba(232, 232, 232, 1) 37%,
    rgba(255, 241, 215, 1) 100%
  );
}

.partners-cards-container2 {
  display: flex;
  gap: 10px;
  justify-items: center;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
}

.mobile-menu .close-btn {
  font-size: 24px;
  cursor: pointer;
}

.close-btn {
  margin-left: 90%;
}

.menu-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.menu-links a {
  text-decoration: none;
  color: gray;
}

.menu-links a:hover {
  color: #193553;
}

.menu-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.Logo {
  width: 214px;
  height: 100px;
  object-fit: contain;
}

.calling {
  width: 24px;
  height: 24px;
}

.Shield {
  width: 24px;
  height: 24px;
}

.navBtn {
  border-radius: 2px;
  border: none;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

/* Footer */

.footer-container {
  background-color: #111827;
  color: white;
  padding: 40px 0;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-logo {
  flex: 1;
  min-width: 50%;
  margin-top: 50px;
  padding-right: 20px;
}

.footer-logo-img {
  margin-bottom: 10px;
  width: 150px;
}

.footer-description {
  color: #dcdcdc;
  font-size: 14px;
  line-height: 1.6;
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.footer-social-icons {
  display: flex;
  gap: 20px;
}

.footer-social-icons img {
  height: 20px;
  width: 20px;
}

.footer-footer-links {
  display: flex;
  gap: 40px;
  margin-right: 20px;
}

.footer-link {
  cursor: pointer;
  font-size: 14px;
  color: #dcdcdc;
}

.footer-links-container {
  display: flex;
  gap: 40px;
  min-width: 200px;
  margin-top: 20px;
  margin-left: 50px;
}

.footer-links {
  margin-bottom: 20px;
}

.footer-links-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
}

.footer-links p {
  cursor: pointer;
  font-size: 14px;
  color: #dcdcdc;
  margin: 5px 0;
}

.footer-newsletter {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  margin-top: 20px;
  text-align: center;
}

.footer-newsletter-title {
  font-size: 18px;
  margin-bottom: 30px;
  color: white;
}

.footer-newsletter-input {
  background: #ffffff12;
  padding: 14px;
  outline: none;
  color: white;
  border: none;
  border-radius: 2px;
  width: 345px;
  margin-bottom: 10px;
}

.footer-newsletter-btn {
  background: #ffa300;
  padding: 12px;
  color: black;
  border: none;
  border-radius: 2px;
  width: 345px;
  cursor: pointer;
  font-size: 16px;
}

.footer-bottom {
  border-top: 1px solid #7e8492;
  padding-top: 10px;
  margin-top: 20px;
}

.footer-bottom-text {
  font-size: 14px;
  color: #dcdcdc;
  text-align: center;
}

.footer-bottom-details {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #dcdcdc;
  margin-top: 10px;
}

.lineo {
  background-color: #7e8492;
  width: 100%;
  height: 2px;
  margin: 20px auto;
}

.ft-mainer {
  background-color: #111827;
  color: white;
  padding: 40px 0;
}

.ft-child {
  margin: 0 auto;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ft-sub {
  margin-top: 25px;
  flex: 1;
  min-width: 50%;
  padding-right: 20px;
}

.ft-img {
  margin-bottom: 10px;
  width: 150px;
}

.ft-sub-22 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ft-sub-23 {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.small-logo {
  width: 20px;
  height: 20px;
}

.goo {
  flex-wrap: nowrap;
  display: flex;
  gap: 40px;
  margin-top: 10px;
  margin-right: 20px;
}

.gohan {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}

.news-letter-footer {
  margin-top: 20px;
  margin-left: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  text-align: center;
}

.Nw {
  font-size: 18px;
  margin-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 700;
}

.asdf {
  background: #ffffff12;
  padding: 14px;
  outline: none;
  color: white;
  border: none;
  border-radius: 2px;
  margin-bottom: 10px;
}

.zx {
  margin-bottom: 20px;
}

.footer-services {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 700;
}

.footer-links {
  margin-left: 50px;
  display: flex;
  gap: 40px;
  min-width: 200px;
  padding-left: 0px;
}

.ft-btn {
  background: #ffa300;
  padding: 12px;
  color: black;
  border: none;
  border-radius: 2px;
}

.fg {
  font-size: 14px;
}

.kl {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.cv {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 20px;
  padding-top: 10px;
}

.comp {
  margin-bottom: 20px;
  margin-top: 20px;
}

.cur {
  cursor: pointer;
}

/* Discover */

.cta-container {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-heading {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.cta-description {
  color: rgb(219, 213, 213);
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.cta-subheading {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.cta-action-button {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #fcc07e 0%, #ffa300 100%);
  margin-top: 10px;
  background-color: #ffa300;
  border: none;
  color: white;
  padding: 10px 20px;
  flex-wrap: wrap;
}

.cta-action-button-left {
  height: 60px;
  padding-right: 20px;
  border-right: 1px solid rgba(221, 210, 210, 0.637);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  gap: 5px;
}

.cta-action-button-text {
  font-size: 14.5px;
}

.cta-action-button-number {
  font-size: 20px;
  font-weight: bold;
}

/* FAQs */

.faq-mainer {
  background-color: #fff8ef;
  padding-left: 120px;
  padding-right: 120px;
}

.faq-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 60.24px;
  letter-spacing: 3%;
  text-align: center;
  padding-top: 60px;
}

.faqsholder {
  margin-top: 48px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-child {
  border: 1px solid #d8d8d8;
  height: 80px;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.3s;
}

.faq-child:hover {
  background-color: #f1f1f1;
}

.faq-child span {
  color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.faq-child img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}

.faq-answer {
  margin-top: 0px;
  display: none;
  padding: 24px;
  background-color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom: 1px solid #ccc;
  opacity: 0;
  font-size: 16.5px;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.faq-answer.show {
  display: block;
  opacity: 1;
  max-height: 200px;
}

.faq-child.active img {
  transform: rotate(45deg);
}

/* Discover Btn */

.need-main-alag {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 371px;
}

.need-btn-alag {
  width: 696px;
  height: 138px;
  padding: 24px;
  gap: 32px;
  border-radius: 2px;
  background: linear-gradient(90deg, #fcc07e 0%, #ffa300 100%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.need-border-alag {
  border-left: 1px solid #dadada;
  height: 100%;
}

.need-img-alag {
  width: 48px;
  height: 48px;
}

.need-para-main-alag {
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.need-2para-alag {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.need-num-alag {
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 54px;
  text-align: center;
}

/*Partners*/

.partners-section {
  text-align: center;
  padding: 20px;
  margin: 0;
}

.partners-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60.24px;
  letter-spacing: 0.03em;
  text-align: center;
}

.partners-subtitle {
  margin-bottom: 2rem;
  font-size: 16px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #717171;
}

.partners-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.partners-cards-container {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: center;
  /* animation: scroll 30s linear infinite; */
}

.partners-cards-container-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.partner-card {
  width: 10rem;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
}

.partner-card img {
  /* width: 150px; */
  width: 130px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 2px;
  object-fit: contain;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/*Customers*/

.customer-heading {
  font-weight: 700;
  color: #1d1e25;
}

.customer-para {
  color: #555;
  font-weight: 400;
}

.customers-radio-catcher input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(214, 201, 201, 0.267);
  position: relative;
  transition: background-color 0.3s ease;
}

.customers-radio-catcher input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(71, 68, 68);
}

.carousel-card {
  position: absolute;
  width: 350px;
  height: 300px;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
}

.carousel-container {
  width: 100%;
  max-width: 800px;
  max-height: 600px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}

.testimonial-card {
  position: relative;
}

.testimonial-card::before {
  content: "";
  background-image: url("../images/coma1.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 30px;
  height: 50px;
  filter: grayscale(100%) brightness(0%);
  opacity: 0.5;
  z-index: 0;
}

.testimonial-card::after {
  content: "";
  background-image: url("../images/coma1.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 30px;
  height: 50px;
  transform: rotate(180deg);
  filter: grayscale(100%) brightness(0%);
  opacity: 0.5;
  z-index: 0;
}


.testimonial-img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2.45px solid white;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.carousel-cards {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.testimonial-card {
  position: relative;
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  padding: 2rem;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  border-image-slice: 1;
  border: 1px solid #000;
}

.pouches {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 80px;
  background-color: transparent;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
  color: #fff;
}

.testimonial-text {
  font-size: 12px;
  color: #ffffff;
}

#carousel-item-1:checked ~ .carousel-cards #carousel-card-1,
#carousel-item-2:checked ~ .carousel-cards #carousel-card-2,
#carousel-item-3:checked ~ .carousel-cards #carousel-card-3,
#carousel-item-4:checked ~ .carousel-cards #carousel-card-4,
#carousel-item-5:checked ~ .carousel-cards #carousel-card-5 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
  width: 350px;
  height: 300px;
}

#carousel-item-1:checked ~ .carousel-cards #carousel-card-2,
#carousel-item-2:checked ~ .carousel-cards #carousel-card-3,
#carousel-item-3:checked ~ .carousel-cards #carousel-card-4,
#carousel-item-4:checked ~ .carousel-cards #carousel-card-5,
#carousel-item-5:checked ~ .carousel-cards #carousel-card-1 {
  transform: translatex(215%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
  height: 250px;
  margin-top: 20px;
  width: 250px;
}

#carousel-item-1:checked ~ .carousel-cards #carousel-card-3,
#carousel-item-2:checked ~ .carousel-cards #carousel-card-4,
#carousel-item-3:checked ~ .carousel-cards #carousel-card-5,
#carousel-item-4:checked ~ .carousel-cards #carousel-card-1,
#carousel-item-5:checked ~ .carousel-cards #carousel-card-2 {
  transform: translatex(102%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
  width: 300px;
  height: 300px;
}

#carousel-item-1:checked ~ .carousel-cards #carousel-card-4,
#carousel-item-2:checked ~ .carousel-cards #carousel-card-5,
#carousel-item-3:checked ~ .carousel-cards #carousel-card-1,
#carousel-item-4:checked ~ .carousel-cards #carousel-card-2,
#carousel-item-5:checked ~ .carousel-cards #carousel-card-3 {
  transform: translatex(-102%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
  width: 300px;
  height: 300px;
}

#carousel-item-1:checked ~ .carousel-cards #carousel-card-5,
#carousel-item-2:checked ~ .carousel-cards #carousel-card-1,
#carousel-item-3:checked ~ .carousel-cards #carousel-card-2,
#carousel-item-4:checked ~ .carousel-cards #carousel-card-3,
#carousel-item-5:checked ~ .carousel-cards #carousel-card-4 {
  transform: translatex(-215%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
  height: 250px;
  margin-top: 20px;
  width: 250px;
}

/* Travel Insurance Cards / Homepage */

.insurance-home-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.insurance-home-content {
  padding-top: 20px;
  padding-bottom: 100px;
}

.insurance-home-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.insurance-home-card {
  width: 260px;
  height: 144px;
  padding: 12px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #9de3f9, #2e5dc6);
  box-shadow: 0 8px 24px rgba(46, 93, 198, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: white;
}

.insurance-home-card::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at top left,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: rotate(25deg);
  transition: all 0.4s ease;
  z-index: 0;
}

.insurance-home-card:hover::before {
  background: radial-gradient(
    circle at bottom right,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transform: rotate(0deg) scale(1.05);
}

.insurance-home-card:hover {
  box-shadow: 0 12px 32px rgba(46, 93, 198, 0.35);
  transform: translateY(-5px) scale(1.04);
  filter: brightness(1.1) saturate(1.2);
}

.insurance-home-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  z-index: 1;
  transition: transform 0.4s ease;
  filter: brightness(0) invert(1) drop-shadow(0 0 0px white);
}

.insurance-home-card:hover img {
  transform: scale(1.08) rotate(2deg);
}

.insurance-home-title {
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-align: center;
  z-index: 1;
  transition: color 0.3s ease;
}

/* Why Choose Us / Homepage*/

.why-choose-home-container {
  margin-top: 5rem;
  margin-bottom: 3rem;
  padding-left: 120px;
  padding-right: 120px;
}

.why-choose-home-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #424242;
  margin-bottom: 32px;
}

.why-choose-home-row {
  margin-bottom: 20px;
  gap: 20px;
}

.why-choose-home-card {
  border-radius: 2px;
  padding: 24px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.card-easy-claims {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  border-radius: 10px;
}

.card-reliable-coverage {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  border-radius: 10px;
}

.card-expert-support {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  border-radius: 10px;
}

.card-affordable-rates {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  border-radius: 10px;
}

.why-choose-home-card img {
  width: 70px;
}

.card-body {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 14px;
  color: #555;
}

.card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1d1e25;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-text {
  color: #ffffff;
  font-family: revert;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* Services / Homepage */

.services-home-container {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 120px;
  padding-right: 120px;
}

.services-home-mainer {
  gap: 80px;
}

.services-home-hold {
  width: 45%;
}

.services-home-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1d1e25;
}

.services-home-description {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  color: #696969;
  padding-bottom: 24px;
  padding-top: 24px;
}

.services-home-discover-btn {
  height: 54px;
  width: 200px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  background-color: #ffa300;
  border-radius: 2px;
  border: none;
  color: white;
}

/*Travel With Confience / Homepage*/

.travel-with-confidence-home-section {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  margin-top: 20px;
  width: 100%;
  padding-bottom: 50px;
  padding-left: 120px;
  padding-right: 120px;
}

.travel-with-confidence-home-container {
  padding-top: 70px;
  flex-wrap: wrap;
}

.travel-with-confidence-home-title {
  font-size: 36px;
  color: #1d1e25;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 24px;
}

.travel-with-confidence-home-subtitle {
  font-size: 22px;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.travel-with-confidence-home-description {
  margin-bottom: 24px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: justified;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #696969;
}

.travel-with-confidence-home-feature {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.t-p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justified;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #696969;
}

.feature-icon {
  width: 15px;
  height: 15px;
}

.travel-with-confidence-home-quote {
  color: #355298;
  font-weight: 400;
  font-size: 20px;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.travel-with-confidence-home-btn {
  background-color: #ffa300;
  color: white;
  padding: 15px 30px;
  border-radius: 2px;
  margin-top: 15px;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 15px;
}

.travel-with-confidence-home-image {
  max-width: 100%;
  height: auto;
}

/* Hero / Homepage */

.hero-mainerrr {
  display: flex;
  gap: 20px;
  opacity: 0px;
  justify-content: space-between;
}

.navbar-mainer-homepage {
  /* height: 928px; */
  height: auto;
  background-color: transparent;
}

.Hero-child {
  padding-top: 100px;
}

.txt-1 {
  font-family: "Montserrat", sans-serif;
  /* font-size: 40px; */
  font-weight: 700;
  /* line-height: 86.4px; */
  /* line-height: 60.4px; */
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.txt-2 {
  font-family: "Montserrat", sans-serif;
  /* font-size: 40px; */
  font-weight: 700;
  /* line-height: 60.4px; */
  /* line-height: 86.4px; */
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.txt-3 {
  font-family: "Montserrat", sans-serif;
  /* font-size: 40px; */
  font-weight: 700;
  /* line-height: 86.4px; */
  /* line-height: 60.4px; */
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #15bdea;
}

.hero-des {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7b7b7b;
  margin-top: 16px;
}

.hero-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.hero-ha {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 200px;
  margin-bottom: 12px;
}

.tick1 {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #193553;
  border-radius: 50%;
}

.tick {
  width: 24px;
  height: 24px;
  /* display: flex;
    justify-content: center;
    align-items: center; */
  background-color: #193553;
  border-radius: 50%;
}

.tick img {
  width: 14px;
  height: 14px;
}

.tick-para1 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #424242;
  margin: 0;
}

.tick-para {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #424242;
  margin: 0;
}

.hero-main-img {
  width: 970px;
  height: auto;
  gap: 0px;
  opacity: 0px;
  margin-top: 40px;
}

.sub-btn-hero {
  width: 241px;
  height: 44px;
  padding: 10px 12px 10px 12px;
  gap: 0px;
  border-radius: 2px;
  opacity: 0px;
  border: none;
  background-color: #193553;
}

.sub-btn-img-hero {
  width: 24px;
  height: 24px;
  gap: 0px;
  opacity: 0px;
}

.sub-btn-txt-hero {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

/* Need Help */

.need-main {
  background: #6090c41a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 371px;
}

.need-btn {
  width: 696px;
  height: 138px;
  padding: 24px;
  gap: 32px;
  border-radius: 2px;
  background: linear-gradient(90deg, #193553 0%, #0c3f66 100%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.need-border {
  border-left: 1px solid #dadada;
  height: 100%;
}

.need-img {
  width: 48px;
  height: 48px;
}

.need-para-main {
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.need-2para {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.need-num {
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 54px;
  text-align: center;
}

/* Insurance Services / Car Insurance*/

.IS-Car-Ins-card-list {
  /* padding: 0px 40px; */
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.IS-Car-Ins-card {
  border: 1px solid #dad9da;
  border-radius: 10px;
  padding: 15px;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
}

.IS-Car-Ins-img {
  width: 70px;
}

.IS-Car-Ins-Head {
  text-align: center;
  color: #424242;
}

.IS-Car-Ins-para {
  text-align: center;
  color: #717171;
}

.IS-Car-Ins-2Head {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
}

.IS-Car-Ins-2para {
  font-size: 15px;
  color: #3a556a;
}

.IS-Car-Ins-last-para {
  color: #ffa300;
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
  padding: 0px 300px;
}

/* Coverage / Car Insurance */

.coverage-main {
  background-color: #e6f4f9;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.cover-bullet {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.cover-img,
.cover-head {
  flex: 1;
  max-width: 50%;
  text-align: center;
}

.cover-img img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}

.cover-head {
  text-align: left;
  max-width: 50%;
}

.cover-head h1 {
  font-size: 38px;
  font-weight: bold;
  text-align: left;
}

.cover-head p {
  font-size: 16px;
  line-height: 1.6;
}

.coverage-list {
  margin-top: 20px;
}

.coverage-item {
  margin-bottom: 15px;
}

.coverage-item .d-flex {
  align-items: center;
  justify-content: flex-start;
}

.cover-2nd-head {
  font-size: 20px;
  font-weight: bold;
  color: #696969;
  margin: 0;
}

.cover-paragraph {
  color: #696969;
}

.cover-para-lite {
  color: #696969;
}

/* 3T / Car Insurance */

.T-mainerr {
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.T-don {
  gap: 20px;
  display: flex;
}

.T-Insurance-box {
  width: 546.67px;
  height: 251.49px;
  padding: 24px;
  gap: 20px;
  border-radius: 10.12px 0px 0px 0px;
  opacity: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.color-1 {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
}

.color-2 {
  background-color: #ffa30042;
}

.T-Heading {
  color: #1d1e25;
  font-family: "Montserrat", sans-serif;
  /* font-size: 24px;
    font-weight: 700; */
  line-height: 28.8px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.T-Heading-main {
  padding: 0 10%;
  padding-bottom: 20px;
}

.T-para-main {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #717171;
}

.T-para {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #3a556a;
}

.T-main-head {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  color: #424242;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* Commercial / Car Insurance */

.commercial-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.commercial-heading {
  font-size: 35.1px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.commercial-description {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.commercial-image {
  width: 100%;
  height: auto;
}

/* Private Car / Car Insurance */

.private-container {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 120px;
  padding-right: 120px;
  background-color: #e6f4f9;
}

.ser-mainer {
  gap: 80px;
}

.serv-hold {
  width: 45%;
}

.private-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #1d1e25;
}

.private-description {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  color: #696969;
  padding-bottom: 24px;
  padding-top: 24px;
}

.discover-btn {
  height: 54px;
  width: 200px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  background-color: #ffa300;
  border-radius: 2px;
  border: none;
  color: white;
}

.service-image {
  width: 891.77px;
  height: 602px;
}

/* Get Insured In 3 Steps */

.three-steps-container {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.three-steps-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #424242;
}

.three-steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 30px;
  max-width: 1920px;
  padding-top: 50px;
}

.three-steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.three-steps-image {
  width: 100%;
  height: auto;
}

.three-steps-image-1 {
  max-width: 150px;
}

.three-steps-image-2 {
  max-width: 350px;
}

.three-steps-image-3 {
  max-width: 150px;
}

.three-steps-text {
  font-size: 19px;
  font-weight: 700;
  padding-top: 15px;
}

/* Hero / Car Insurance */

.mainerr {
  background-color: #e6f4f9;
  height: 852px;
}

.hero-Car-Ins-section {
  padding-top: 5vh;
  padding-bottom: 2vh;
}

.hero-Car-Ins-donha {
  width: 50%;
}

.hero-Car-Ins-head-main {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  color: #424242;
}

.hero-Car-Ins-main-para {
  font-size: 14px;
  color: #555;
  max-width: 500px;
  text-align: left;
  color: #7b7b7b;
}

.hero-Car-Ins-main-image {
  width: 100%;
  max-width: 550px;
  height: auto;
}

.form-border {
  margin-top: 50px;
  background-color: #dff1ff;
  border: 1px solid #7bbcfb;
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  border: 1px solid #7bbcfb;
  border-radius: 10px;
  padding: 20px;
  border-radius: 10px;
  height: auto;
}

.form-border .hero-Car-Ins-form-controler {
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background-color: #e6f4f9;
}

.hero-Car-Ins-car-mgm {
  margin-top: 50px;
  width: 40rem;
  background-color: #dff1ff;
  border: 1px solid #7bbcfb;
  padding: 20px;
  border-radius: 2px;
  height: 350px;
}

.hero-Car-Ins-car-mgm .hero-Car-Ins-form-controler {
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background-color: #e6f4f9;
}

.hero-Car-Ins-button {
  background-color: #ffa300;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 2px;
  padding: 10px;
}

.hero-Car-Ins-form-controler {
  border: 1px solid #bed4ff;
  width: 304.5px;
  height: 45px;
  border-radius: 10px;
  padding-left: 10px;
}

.hero-Car-Ins-zumbaa {
  border-radius: 12px;
}

/* Made Easy / Travel Insurance */

.EM-mainer {
  margin-bottom: 80px;
}

.EM-Insurance-box {
  padding: 40px 24px;
  width: 100%;
  text-align: center;
  border-radius: 10.12px;
}

.color-1 {
  border: 1px solid #ffffff63;
  box-shadow: 1px 1px 5px 1px #ffffff6b;
}

.color-2 {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  border: 1px solid #ffffff63;
  box-shadow: 1px 1px 5px 1px #ffffff6b;
}

.EM-Heading {
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  color: #1d1e25;
}

.EM-Heading-main {
  padding: 0 10%;
  font-weight: 700;
  color: #424242;
}

.EM-para-main {
  padding-top: 15px;
  font-weight: 400;
  color: #717171;
}

.EM-para {
  text-align: left;
  color: #3a556a;
  font-weight: 400;
}

/* We Offer / Travel Insurance */

.insurance-main {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.insurance-bullet-icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.insurance-image-wrapper,
.insurance-content {
  flex: 1;
  max-width: 50%;
  text-align: center;
}

.insurance-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.insurance-content {
  text-align: left;
  max-width: 50%;
}

.insurance-content h1 {
  font-size: 38px;
  font-weight: bold;
  text-align: left;
}

.insurance-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #696969;
}

.insurance-benefits-list {
  margin-top: 20px;
  margin: 0 0 60px;
}

.insurance-benefit-item {
  margin-bottom: 15px;
}

.insurance-benefit-item .d-flex {
  align-items: center;
  justify-content: flex-start;
}

.insurance-benefit-title {
  font-size: 20px;
  font-weight: bold;
  color: #696969;
  margin: 0;
}

/* Why Choose / Travel Insurance */

.why-choose-travel-ins-container {
  background-color: #e6f4f9;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.why-choose-travel-ins-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 100%;
}

.why-choose-travel-ins-image-box,
.why-choose-travel-ins-content {
  flex: 1;
  max-width: 50%;
  text-align: center;
}

.why-choose-travel-ins-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}

.why-choose-travel-ins-content {
  text-align: left;
}

.why-choose-travel-ins-title {
  font-size: 38px;
  font-weight: bold;
  color: #1d1e25;
  text-align: left;
}

.why-choose-travel-ins-benefits {
  margin-top: 20px;
}

.why-choose-travel-ins-benefit {
  margin-bottom: 15px;
}

.why-choose-travel-ins-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.why-choose-travel-ins-icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.why-choose-travel-ins-subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #696969;
  margin: 0;
}

.why-choose-travel-ins-text {
  font-size: 16px;
  line-height: 1.6;
  color: #696969;
  font-weight: 400;
}

/* Hero / Travel Insurance */

.travel-starter-hero {
  background-color: #e6f4f9;
  height: 100vh;
}

.travel-hero-mainer {
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 681px; */
}

.travel-hero-head-main {
  font-size: 38px;
  color: #424242;
  text-align: left;
}

.travel-hero-para-main {
  font-weight: 400;
  font-size: 16px;
  color: #7b7b7b;
}

.travel-hero-main-img {
  width: 600px;
  margin-top: 50px;
}

.travel-hero-bullet {
  width: 11px;
  height: 11px;
  background: #ffffff;
  display: inline-block !important;
  border-radius: 50%;
}

.travel-insurance-form {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  border: 1px solid #7bbcfb;
  border-radius: 10px;
  padding: 24px;
  /* max-height: 480px;
    min-height: 400px; */
}

.travel-hero-IF {
  background-color: #dff1ff;
  border: 1px solid #7bbcfb;
  border-radius: 2px;
  padding: 24px;
}

.travel-IF-head {
  font-size: 25px;
  text-align: left;
}

.travel-IF-btn-div {
  background-color: #d2ebff;
  padding: 4px;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.travel-IF-btn {
  width: 160px;
  height: 35px;
  border: none;
  color: #193553;
  font-size: 16px;
  border-radius: 2px;
  background-color: transparent;
}

.travel-IF-btn-active {
  width: 160px;
  height: 35px;
  border: none;
  color: white;
  border-radius: 10px;
  font-size: 16px;
  background-color: #193553;
}

.travel-hero-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.travel-hero-input {
  border: 1px solid #bed4ff;
  background-color: #e6f4f9;
  border-radius: 10px;
  padding: 8px;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.full-width {
  width: 100%;
}

.d-flex .flex-grow-1 {
  flex: 1;
}

.travel-IF-nxt {
  background: linear-gradient(    135deg,    #1e3c72,    #2a5298  );
  margin-top: 30px;
  padding: 7px 0px;
  border: none;
  color: white;
  width: 100%;
}

/* Hero / About Us */

.about-mainer {
  background-color: #e6f4f9;
  height: 100vh;
  padding-bottom: 116px;
}

.about-main-hero {
  padding-left: 20px;
  padding-right: 20px;
}

.about {
  color: #424242;
  font-weight: 700;
  font-size: 60px;
}

.Insu-kr {
  color: #15bdea;
  font-weight: 700;
  font-size: 60px;
}

.hero-about-para {
  font-size: 16px;
  color: #7b7b7b;
}

.hero-about-img {
  width: 600px;
}

/* Our Mission / About Us */

.section-title {
  color: #424242;
  font-weight: 700;
  font-size: 38px;
}

.section-description {
  font-size: 16px;
  color: #7b7b7b;
}

.section-image {
  width: 600px;
}

.section-main {
  padding-left: 20px;
  padding-right: 20px;
}

/* Policies / About US */

.policy-section {
  background-color: #193553;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.policy-box {
  width: 22%;
  min-width: 250px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 250px;
}

.policy-heading {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

.policy-text {
  font-size: 14px;
  font-weight: 400;
}

.policy-icon {
  width: 50px;
}

/* Team / About Us */

.team-mainer {
  padding-left: 20px;
  padding-right: 20px;
}

.team-main-head {
  color: #424242;
  font-weight: 700;
}

.team-main-para {
  font-weight: 400;
  color: #717171;
}

.team-child {
  border-radius: 2px;
  background-color: #edf6ff;
  width: 300px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.team-img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.team-logo {
  width: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.team-name {
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: left;
}

.team-para {
  font-size: 16px;
  font-weight: 400;
  color: #3a556a;
  text-align: left;
  margin-top: 5px;
  padding-bottom: 20px;
}

.team-sbc {
  position: relative;
  padding: 15px;
}

.cards-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Convnced / About Us */

.convinced-section {
  background-color: #193553;
  color: white;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
}

.convinced-heading {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 700;
}

.contact-item {
  margin-bottom: 20px;
}

.contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.contact-label {
  font-weight: bold;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.contact-details {
  font-size: 18px;
  margin-left: 34px;
  line-height: 24px;
}

.convinced-image-container {
  text-align: center;
}

.convinced-image {
  width: 600px;
}

/* How We Work / About us*/

.work-container-main {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: #e6f4f9;
}

.work-bullet-icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.work-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.work-container-content {
  text-align: left;
  max-width: 50%;
  padding: 100px 0px;
}

.work-container-content h1 {
  font-size: 38px;
  font-weight: bold;
  text-align: left;
}

.work-container-content p {
  font-size: 16px;
  color: #696969;
  line-height: 1.6;
}

.work-benefits-list {
  margin-top: 20px;
}

.work-benefit-item {
  margin-bottom: 15px;
}

.work-benefit-item .d-flex {
  align-items: center;
  justify-content: flex-start;
}

.work-benefit-title {
  font-size: 20px;
  font-weight: bold;
  color: #696969;
  margin: 0;
}

.work-mid-para {
  font-weight: 400;
  color: #696969;
}

/* Range / About Us */

.range-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 80px;
  margin-top: 80px;
}

.range-box {
  padding: 40px 24px;
}

.range-title {
  color: #424242;
  font-weight: 700;
}

.range-bg-1 {
  background: linear-gradient(135deg, #9de3f9, #2e5dc6);
  box-shadow: 0 8px 24px rgba(46, 93, 198, 0.2);
  color: #fff;
}

.range-bg-2 {
  background: linear-gradient(135deg, #9de3f9, #2e5dc6);
  box-shadow: 0 8px 24px rgba(46, 93, 198, 0.2);
}

.range-img {
  width: 40px;
  padding-bottom: 10px;
}

.range-heading {
  text-align: center;
  width: 100%;
}

.range-text {
  text-align: left;
  color: #3a556a;
}

/* Drop / Contact Us */

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

.drop-child {
  border: 1px solid #7bbcfb;
  padding: 24px;
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  border: 1px solid #7bbcfb;
  border-radius: 10px;
  padding: 24px;
  border-radius: 10px;
  margin: 10px 80px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.drop-title {
  font-size: 24px;
  font-weight: 700;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.drop-label {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 6px;
}

.drop-inp,
.drop-txtarea {
  border: 1px solid #bed4ff;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  outline: none;
}

.drop-txtarea {
  height: 200px;
}

.drop-btn {
  background: linear-gradient(    135deg,    #1e3c72,    #2a5298  );
  border-radius: 10px;
  width: 100%;
  border: none;
  color: white;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

/* Hero / Contact Us */

.contact-mainer {
  background-color: #e6f4f9;
  height: 100%;
  padding-bottom: 116px;
}

.hero-mainer-contact-us {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
}

.contact-title {
  font-weight: 700;
  color: #424242;
  font-size: 50px;
  flex: 1;
}

.contact-img {
  width: 670px;
  height: auto;
}

/* StreamLine / Emp Health Ins */

.stream-mainer {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.IS-card-list {
  padding: 0px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.IS-card {
  border: 1px solid #dad9da;
  border-radius: 10.12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.IS-img {
  width: 70px;
}

.IS-Head {
  text-align: center;
  color: #424242;
  font-weight: 700;
}

.IS-para {
  text-align: center;
  color: #717171;
}

.IS-2Head {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
}

.IS-2para {
  font-size: 15px;
  color: #3a556a;
}

.IS-last-para {
  color: #ffa300;
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
  padding: 0px 300px;
}

/* Key / Emp Health Ins */

.key-mainer {
  width: 100%;
  margin-bottom: 80px;
  margin-top: 80px;
}

.key-main-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -2%;
  text-align: center;
  color: #424242;
  margin-bottom: 32px;
  /* padding-left: 40rem;
    padding-right: 40rem; */
}

.key-benefits-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 15px;
}

.key-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.key-child-box {
  /* width: 830px; */
  width: 630px;
  height: 263px;
  gap: 20px;
  border-radius: 10.12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.key-box-blue {
  background-color: #fff;
  height: 210px;
}

.key-box-orange {
  background-color: #fff;
  height: 210px;
}

.key-title {
  color: #1d1e25;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  /* font-size: 24px; */
  line-height: 28.8px;
  letter-spacing: -1%;
  text-align: left;
}

.key-para {
  font-family: Inter;
  color: #3a556a;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
}

/* Choose Employee / Emp Healh Ins */

.choose-employee-container {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.choose-employee-bullet-icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.choose-employee-image {
  width: 100%;
}

.choose-employee-content {
  text-align: left;
  padding: 100px 0px;
}

.choose-employee-content h1 {
  font-size: 38px;
  font-weight: bold;
  text-align: left;
}

.choose-employee-content p {
  font-size: 16px;
  color: #696969;
  line-height: 1.6;
}

.choose-employee-benefits-list {
  margin-top: 20px;
}

.choose-employee-benefit-item {
  margin-bottom: 15px;
}

.choose-employee-benefit-item .d-flex {
  align-items: center;
  justify-content: flex-start;
}

.choose-employee-benefit-title {
  font-size: 20px;
  font-weight: bold;
  color: #696969;
  margin: 0;
}

/* Look / Emp Healh Ins */

.look-mainer {
  background-color: #e6f4f9;
  display: flex;
  align-items: center;
  gap: 80px;
  padding-left: 20px;
  padding-right: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.look-img {
  width: 40%;
}

.look-child {
  text-align: center;
  width: 100%;
}

.look-child h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #1d1e25;
  text-align: left;
}

.look-child p {
  color: #696969;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

/* Hero / Emp Health Ins */

.emp-overall {
  background-color: #e6f4f9;
  height: 100vh;
  padding-bottom: 116px;
}

.hero-mainer {
  display: flex;
  padding-top: 30px;
  justify-content: space-around;
  gap: 50px;
}

.hero-child1-title {
  font-size: 32px;
  font-weight: 700;
  color: #424242;
}

.hero-child1-para {
  font-size: 16px;
  color: #7b7b7b;
  font-weight: 400;
}

.hero-child1-img {
  width: 470px;
}

.hero-child2 {
  margin-top: 20px;
  border: 1px solid #7bbcfb;
  padding: 24px;
  width: 50%;
  height: 480px;
  border-radius: 2px;
}

.hero-child2-title {
  font-size: 24px;
  font-weight: 700;
}

.hero-child2-li {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.hero-child2-label {
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
  cursor: pointer;
}

.hero-child2-inp {
  border: 1px solid #bed4ff;
  border-radius: 2px;
  background-color: #e6f4f9;
  padding: 8px;
  outline: none;
}

.hero-child2-btn {
  border: none;
  color: white;
  background-color: #ffa300;
  padding: 8px;
  margin-top: 15px;
  width: 100%;
  border-radius: 2px;
}

.hero-child2-radio {
  border: none;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.hero-child2-radio:not(:checked) {
  background-color: #d3d3d3;
  border: none;
  outline: none;
}

.hero-child2-radio:not(:checked) + label {
  color: #a9a9a9;
}

.hero-child2-radio:checked + label {
  color: #ffffff;
  font-weight: bold;
}

.hero-child2 .d-flex {
  display: flex;
  gap: 30px;
}

.hero-child2 .d-flex .gap-2 label {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

.hero-child2 {
  background-color: #dff1ff;
}

.bar {
  height: 3px;
  background-color: #cfd6dc;
  width: 120px;
  margin-top: 15px;
}

.hero-child2 .d-flex input[type="radio"] {
  width: 15px;
  height: 15px;
}

/* Why Choose / Life Insurance */

.life-insu-mainer {
  padding-left: 20px;
  padding-right: 20px;
}

.life-insu-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.life-insu-card {
  border: 1px solid #dad9da;
  border-radius: 10.12px;
  padding: 15px;
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
}

.life-insu-img {
  width: 70px;
}

.life-insu-Head {
  text-align: center;
  color: #424242;
  font-weight: 700;
}

.life-insu-para {
  text-align: center;
  color: #717171;
}

.life-insu-2Head {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  color: #1d1e25;
}

.life-insu-2para {
  font-size: 15px;
  color: #3a556a;
}

.life-insu-last-para {
  color: #ffa300;
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
  padding: 0px 300px;
}

/* Types */

.life-type-Insurance-box {
  padding: 40px 24px;
  width: 100%;
  max-width: 900px;
  text-align: center;
}

.life-type-color-1 {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
}

.life-type-color-2 {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
}

.life-type-Heading-main h1 {
  font-size: 20px;
  text-align: left;
  color: #1d1e25;
  font-weight: 700;
}

.life-type-Heading-main {
  padding: 0 10%;
  padding-bottom: 20px;
  color: #424242;
  font-weight: 700;
}

.life-type-para-main {
  padding-top: 15px;
}

.life-type-Insurance-box h2 {
  font-weight: 700;
}

.life-type-Insurance-box p {
  text-align: left;
  color: #3a556a;
  font-weight: 400;
}

/* Why Life / Life Insurance */

.WL-mainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding-left: 120px;
  padding-right: 120px;
  height: 977px;
}

.WL-Child {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 49%;
}

.WL-Child h1 {
  text-align: left;
  color: #1d1e25;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1%;
}

.WL-head-wala-para {
  text-align: left;
  color: #696969;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  text-align: justify;
  margin-bottom: 24px;
}

.WL-img {
  width: 752.280029296875px;
  height: 849.3313598632812px;
}

.WL-para {
  color: #696969;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: justify;
  margin-bottom: 16px;
}

.WL-icon {
  width: 15px;
  height: 15px;
}

/* Understanding / Life Insurance */

.US-mainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-left: 120px;
  padding-right: 120px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.US-Child h1 {
  text-align: left;
  color: #1d1e25;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -1%;
}

.line {
  display: flex;
}

.US-Child p {
  text-align: left;
  color: #696969;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -2%;
  text-align: justify;
}

.US-img {
  width: 435px;
  height: 740px;
}

/* Trusted For / Life Insurance */

.look2-mainer {
  background-color: #e6f4f9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 100px 5%;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}

.look2-child {
  max-width: 710px;
  text-align: center;
}

.look2-child h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #1d1e25;
  text-align: left;
}

.look2-child p {
  color: #696969;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

/* Hero / Life Insurance */

.life-insurance-hero-mainer {
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  display: flex;
}

.life-insurance-hero {
  background-color: #e6f4f9;
  height: 100vh;
}

.life-insurance-hero-head-main {
  font-size: 32px;
  color: #424242;
  text-align: left;
  font-weight: 700;
}

.life-insurance-hero-para-main {
  font-weight: 400;
  font-size: 15px;
  color: #7b7b7b;
}

.life-insurance-hero-main-img {
  width: 300px;
  margin-top: 10px;
}

.life-insurance-hero-IF {
  background-color: #dff1ff;
  border: 1px solid #7bbcfb;
  border-radius: 2px;
  padding: 24px;
  height: auto;
}

.life-insurance-IF-head {
  font-size: 25px;
  text-align: left;
  font-weight: 700;
}

.life-insurance-hero-label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.life-insurance-hero-input {
  border: 1px solid #bed4ff;
  background-color: #e6f4f9;
  border-radius: 2px;
  padding: 8px;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.full-width {
  width: 100%;
}

.d-flex .flex-grow-1 {
  flex: 1;
}

.life-insurance-IF-nxt {
  background-color: #ffa300;
  border-radius: 2px;
  margin-top: 30px;
  padding: 7px 0px;
  border: none;
  color: white;
  width: 100%;
}

/* Protect / Emp Life Ins */

.protect-mainer {
  background-color: #e6f4f9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 100px 5%;
  margin: 0 auto;
}

.protect-child {
  max-width: 710px;
  text-align: center;
}

.protect-child h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #1d1e25;
  text-align: left;
}

.protect-child p {
  color: #696969;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

/* Choose / Emp Life Insurance */

.Choose-ELI-mainer {
  display: flex;
  justify-content: center;
  /* flex-direction: row-reverse; */
  align-items: center;
  gap: 80px;
  padding: 100px 5%;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}

.Choose-ELI-img {
  width: 40%;
}

.Choose-ELI-child {
  max-width: 600px;
  text-align: center;
}

.Choose-ELI-child h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #1d1e25;
  text-align: left;
}

.Choose-ELI-child p {
  color: #696969;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

/* Insurance Coverage / Emp Life Ins */

.IC-mainer {
  padding-left: 120px;
  padding-right: 120px;
  margin-bottom: 100px;
}

.IC-main-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -2%;
  text-align: center;
  color: #424242;
}

.IC-main-para {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  color: #696969;
}

.IC-child-sub {
  width: 830px;
  height: 369px;
  gap: 20px;
  border-radius: 10.12px;
  padding: 24px;
}

.IC-child-2-sub {
  width: 830px;
  height: 220px;
  gap: 20px;
  border-radius: 10.12px;
  margin-top: 32px;
  padding: 24px;
}

.IC-child-sub h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.IC-child-sub p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #3a556a;
}

.delta {
  gap: 10px;
  display: flex;
  align-items: center;
}

.IC-icon {
  width: 12px;
  height: 12px;
}

.delta span {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: justify;
  color: #696969;
  margin-bottom: 20px;
}

.IC-child-2-sub h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0%;
}

.IC-child-2-sub p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #3a556a;
}

.bluee {
  background-color: #edf6ff;
}

.pinki {
  background-color: #ffa30042;
}

/* Benefits / Emp Life Ins*/

.Ben-mainer {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.dd-Ben-img {
  max-width: 100%;
  height: auto;
}

.Ben-Child {
  width: 100%;
  max-width: 800px;
}

.Sub-Child {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 15px 0;
}

.Ben-Child-head {
  text-align: left;
  font-weight: 700;
  color: #1d1e25;
}

.Ben-Child-para {
  color: #696969;
}

.SC-1 {
  display: flex;
  align-items: center;
}

.SC-img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.SC-txt {
  font-weight: 700;
  font-size: 18px;
  color: #696969;
}

.SC-para {
  max-width: 600px;
  color: #696969;
}

/* Secure / Emp Life Ins */

.Secure-ELI-mainer {
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
  margin-top: 80px;
  margin-bottom: 80px;
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  padding: 40px 0;
}

.Secure-ELI-mainer h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1%;
  text-align: center;
  color: #1d1e25;
}

.Secure-ELI-mainer p {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #696969;
}

/* Hero / Emp Life ins */

.emp-life-ins-hero-mainer-zaida {
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  display: flex;
}

.emp-life-ins-hero {
  background-color: #e6f4f9;
  height: 100vh;
}

.hero-head-main {
  font-size: 32px;
  color: #424242;
  text-align: left;
  font-weight: 700;
}

.hero-para-main {
  font-weight: 400;
  font-size: 15px;
  color: #7b7b7b;
}

.dd-hero-main-img {
  width: 300px;
  margin-top: 10px;
}

.hero-IF {
  background-color: #dff1ff;
  border: 1px solid #7bbcfb;
  border-radius: 2px;
  padding: 24px;
  height: auto;
}

.IF-head {
  font-size: 25px;
  text-align: left;
  font-weight: 700;
}

.hero-label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.hero-input {
  border: 1px solid #bed4ff;
  background-color: #e6f4f9;
  border-radius: 2px;
  padding: 8px;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.full-width {
  width: 100%;
}

.d-flex .flex-grow-1 {
  flex: 1;
}

.IF-nxt {
  background-color: #ffa300;
  border-radius: 2px;
  margin-top: 30px;
  padding: 7px 0px;
  border: none;
  color: white;
  width: 100%;
}

/* Choice / Bike Insurance */

.choice-container {
  padding-left: 120px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 120px;
}

.choice-row {
  display: flex;
  margin-top: 32px;
  gap: 20px;
}

.choice-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -2%;
  text-align: center;
  color: #424242;
}

.choice-heading {
  color: #1d1e25;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0%;
}

.choice-box {
  width: 830px;
  height: 169px;
  border-radius: 10.12px;
  padding: 24px;
}

.choice-text {
  color: #3a556a;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0%;
}

.pinki {
  background-color: #ffa30042;
}

.bluee {
  background-color: #edf6ff;
}

/* Key / Bike Insurance */

.bike-wrapper {
  background-color: #e6f4f9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.bike-image {
  width: 550px;
  width: 100%;
  height: auto;
}

.bike-title {
  text-align: left;
  color: #1d1e25;
  font-size: 38px;
  font-weight: 700;
}

.bike-description {
  color: #696969;
}

.bike-type {
  font-weight: 700;
  color: #696969;
  font-size: 20px;
}

/* Hero / Bike Insurance */

.emp-life-ins-hero-mainer {
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  display: flex;
}

.emp-life-ins-hero {
  background-color: #e6f4f9;
  height: 100vh;
}

.hero-head-main {
  font-size: 32px;
  color: #424242;
  text-align: left;
  font-weight: 700;
}

.hero-para-main {
  font-weight: 400;
  font-size: 15px;
  color: #7b7b7b;
}

.bb-hero-main-img {
  width: 300px;
  margin-top: 10px;
}

.hero-IF {
  background-color: #dff1ff;
  border: 1px solid #7bbcfb;
  border-radius: 2px;
  padding: 24px;
  height: auto;
}

.IF-head {
  font-size: 25px;
  text-align: left;
  font-weight: 700;
}

.hero-label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.hero-input {
  border: 1px solid #bed4ff;
  background-color: #e6f4f9;
  border-radius: 2px;
  padding: 8px;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.full-width {
  width: 100%;
}

.d-flex .flex-grow-1 {
  flex: 1;
}

.IF-nxt {
  background: linear-gradient(    135deg,    #1e3c72,    #2a5298  );
  border-radius: 10px;
  margin-top: 30px;
  padding: 7px 0px;
  border: none;
  color: white;
  width: 100%;
}

.hero-list {
  display: flex;
  gap: 12px;
}

.hero-list-child {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-list-child span {
  color: #696969;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

/* Trackers / Car Tracker */

.trackers-container {
  margin: 35.68px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.trackers-main-para {
  color: #696969;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  text-align: justify;
}

.trackrs-simple-para {
  color: #696969;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  text-align: justify;
  margin-bottom: 16px;
  margin-top: 16px;
}

.trackers-image {
  width: 783.56px;
  height: 690.64px;
}

.trackers-content {
  text-align: left;
}

.trackers-title {
  text-align: left;
  color: #1d1e25;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1%;
}

.tracker-type {
  color: #696969;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: justify;
}

/* Benefits / Car Tracker */

.Bene-mainer {
  background-color: #e6f4f9;
  padding: 100px 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.Bene-main-img {
  width: 700px;
}

.Bene-Child {
  text-align: left;
}

.Bene-Child p {
  color: #696969;
}

.Bene-Child-h1 {
  text-align: left;
  color: #1d1e25;
  font-weight: 700;
  width: 100%;
  font-size: 38px;
}

.spanner {
  font-size: 18px;
  color: #696969;
  font-weight: 700;
}

/* Choose / Car Tracker */

.choose-container {
  padding-left: 120px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 120px;
}

.choose-row {
  display: flex;
  margin-top: 32px;
  gap: 20px;
}

.choose-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -2%;
  text-align: center;
  color: #424242;
}

.choose-heading {
  color: #1d1e25;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0%;
}

.choose-box {
  width: 830px;
  height: 169px;
  border-radius: 10.12px;
  padding: 24px;
}

.choose-text {
  color: #3a556a;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0%;
}

.pinki {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  border-radius: 10px !important;
}

.bluee {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  border-radius: 10px !important;
}

.choose-main-para {
  color: #696969;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  text-align: center;
}

/* Hero / Car Tracker */

.car-tracker-hero-mainer {
  align-items: center;
  display: flex;
}

.car-tracker-holder {
  background-color: #e6f4f9;
  height: 100vh;
}

.car-tracker-hero-head-main {
  font-size: 32px;
  color: #424242;
  text-align: left;
  font-weight: 700;
}

.car-tracker-hero-para-main {
  font-weight: 400;
  font-size: 15px;
  color: #7b7b7b;
}

.car-tracker-hero-main-img {
  width: 300px;
  margin-top: 10px;
}

.car-tracker-hero-IF {
  background-color: #dff1ff;
  border: 1px solid #7bbcfb;
  border-radius: 2px;
  padding: 24px;
  height: auto;
}

.car-tracker-IF-head {
  font-size: 25px;
  text-align: left;
  font-weight: 700;
}

.car-tracker-hero-label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.car-tracker-hero-input {
  border: 1px solid #bed4ff;
  background-color: #e6f4f9;
  border-radius: 10px;
  padding: 8px;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.full-width {
  width: 100%;
}

.d-flex .flex-grow-1 {
  flex: 1;
}

.car-tracker-IF-nxt {
  background-color: #ffa300;
  border-radius: 2px;
  margin-top: 30px;
  padding: 7px 0px;
  border: none;
  color: white;
  width: 100%;
}

.hero-list {
  display: flex;
  gap: 12px;
}

.hero-list-child {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-list-child span {
  color: #696969;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

/* Hero / Corporate Insurance */

.corporate-mainer {
  align-items: center;
  display: flex;
}

.corporate-holder {
  background-color: #e6f4f9;
  height: 100vh;
}

.corporate-hero-head-main {
  font-size: 32px;
  color: #424242;
  text-align: left;
  font-weight: 700;
}

.corporate-hero-para-main {
  font-weight: 400;
  font-size: 15px;
  color: #7b7b7b;
}

.corporate-hero-main-img {
  width: 738px !important;
  height: 585px !important;
  margin-top: 10px;
}

.corporate-hero-IF {
  background-color: #dff1ff;
  border: 1px solid #7bbcfb;
  border-radius: 2px;
  padding: 24px;
  height: auto;
}

.corporate-IF-head {
  font-size: 25px;
  text-align: left;
  font-weight: 700;
}

.corporate-hero-label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.corporate-hero-input {
  border: 1px solid #bed4ff;
  background-color: #e6f4f9;
  border-radius: 2px;
  padding: 8px;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.full-width {
  width: 100%;
}

.d-flex .flex-grow-1 {
  flex: 1;
}

.corporate-IF-nxt {
  background-color: #ffa300;
  border-radius: 2px;
  margin-top: 30px;
  padding: 7px 0px;
  border: none;
  color: white;
  width: 100%;
}

.hero-list {
  display: flex;
  gap: 12px;
}

.hero-list-child {
  display: flex;
  align-items: center;
  gap: 12px;
}

.corporate-hero-textarea {
  border: 1px solid #bed4ff;
  background-color: #e6f4f9;
  border-radius: 2px;
  border-width: 1px;
  outline: none;
  padding: 12px;
}

.hero-list-child span {
  color: #696969;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

/*car insurance / homepage */
.deep {
  display: flex !important;
  flex-direction: row !important;
  text-align: left !important;
}

/*404*/

.pic-404 {
  position: absolute;
  width: 856.9937744140625px;
  height: 609.2920532226562px;
  left: 560.38px;
  top: 0;
}

.oops {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24.62px;
  line-height: 49.23px;
  letter-spacing: 5.79px;
  text-align: center;
  /* top: 710px; */
  position: absolute;
  left: 629px;
  color: #565872;
}

.para-404 {
  position: absolute;
  color: #565872;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 0px;
  text-align: center;
  left: 412px;
  /* top: 789px; */
}

.Btn404 {
  border: 1.45px solid #fb8133;
  background-color: #fb8133;
  width: 180px;
  height: 57px;
  /* top: 947.01px; */
  border-width: 1.45px;
  border-radius: 43.44px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17.38px;
  line-height: 22.59px;
  letter-spacing: 1.45px;
  text-align: center;
  box-shadow: -21.72px 21.72px 28.96px 0px #0000001a;
}

.btn-404 {
  border: 1.45px solid #fb8133;
  background-color: #fb8133;
  width: 275.12445068359375px;
  height: 57.920936584472656px;
  /* top: 947.01px; */
  left: 851.44px;
  position: absolute;
  border-width: 1.45px;
  border-radius: 43.44px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17.38px;
  line-height: 22.59px;
  letter-spacing: 1.45px;
  text-align: center;
  box-shadow: -21.72px 21.72px 28.96px 0px #0000001a;
}

/* Login */

.login-mainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 119.57px;
}

.login-part-2 {
  border: 1px solid #7bbcfb;
  width: 681px;
  height: 554px;
  gap: 24px;
  top: 276px;
  left: 88px;
  border-width: 1px;
  border-radius: 2px;
  padding: 24px;
  background-color: #dff1ff;
}

.login-heading-main {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -2%;
  margin-bottom: 24px;
}

.login-child-1 {
  display: flex;
  width: 633px;
  height: 60;
  gap: 10px;
  border-radius: 2px;
  padding: 6px;
  background-color: #d2ebff;
}

.login-switch {
  width: 305.5px;
  height: 48px;
  gap: 10px;
  border-radius: 2px;
  padding-top: 12px;
  padding-right: 78px;
  padding-bottom: 12px;
  padding-left: 78px;
  color: white;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.login-switch-2 {
  width: 305.5px;
  height: 48px;
  gap: 10px;
  border-radius: 2px;
  padding-top: 12px;
  padding-right: 78px;
  padding-bottom: 12px;
  padding-left: 78px;
  cursor: pointer;
  color: white;
  text-align: center;
  background-color: #193553;
  justify-content: center;
  align-items: center;
}

.login-child-2 {
  display: flex;
  flex-direction: column;
}

.login-child-2-sub {
  display: flex;
  flex-direction: column;
}

.login-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: -2%;
  margin-bottom: 12px;
  margin-top: 24px;
}

.login-input {
  width: 633px;
  height: 45px;
  border-radius: 2px;
  border-width: 1px;
  outline: none;
  background-color: #e6f4f9;
  border: 1px solid #bed4ff;
}

.forgert-pass {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: -2%;
  text-align: right;
  color: #193553;
  margin-top: 6px;
}

.login-btn {
  width: 633px;
  height: 44px;
  font-weight: 400;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  gap: 10px;
  border: none;
  color: white;
  border-radius: 2px;
  background-color: #ffa300;
  margin-top: 10px;
}

.login-img {
  width: 957.4296875px;
  height: 899.8558959960938px;
}

/* car insurance / homepage */

.car-home-main {
  padding-left: 120px;
  padding-right: 120px;
}

.allignment-left-right {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

/* Insurance Page / Hero */

.IP-Mainer {
  height: 852px;
  background-color: #e6f4f9;
}

.IP-main {
  margin-top: 200px;
}

.IP-span-holder {
  display: flex;
  gap: 10px;
  text-align: center;
  justify-content: center;
}

.IP-about {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 72px;
  letter-spacing: -2%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 86.4px;
  letter-spacing: -2%;
  color: #424242;
}

.IP-Insu-kr {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 86.4px;
  letter-spacing: -2%;
  color: #ffa300;
}

.IP-hero-para {
  color: #7b7b7b;
  margin-top: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: -2%;
  text-align: center;
  margin-left: 31rem;
  margin-right: 31rem;
}

/* LTD / United  Ins Comp*/
.LTD-main {
  margin-top: 80px;
}

.LTD-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1%;
  color: #1d1e25;
}

.LTD-para {
  font-family: Inter;
  margin-top: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #696969;
}

/* Hero / United Ins Comp */

.United-Mainer {
  background-color: #ecf5ff;
  height: 633px;
}

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

.United-img {
  margin-top: 20px;
  width: 861.5px;
  height: 292.9281921386719px;
}

/* Hero / Other Insurance */
.OI-Mainer {
  height: 638px;
  background-color: #e6f4f9;
}

.OI-span-holder {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 130px;
}

.OI-about {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 86.4px;
  letter-spacing: -2%;
  text-align: center;
  color: #424242;
}

.OI-Insu-kr {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 86.4px;
  letter-spacing: -2%;
  text-align: center;
  color: #ffa300;
}

/* Travel Insurance Cards / other insurance */
.tic-other-insurance {
  margin-left: 14rem;
  margin-right: 14rem;
}

/* Corpo Ins / Corporate Ins */
.Corpo-Ins-Mainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  gap: 312px;
}

.Corpo-Ins-heading {
  color: #1d1e25;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1%;
}

.Corpo-Ins-para {
  color: #696969;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
}

.Corpo-Ins-img {
  width: 100%;
  height: auto;
}

/* Choose Corporate / Corportae Insurance */

.Choose-Corpo-Ins-mainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6f4f9;
  padding-bottom: 80px;
  padding-top: 80px;
  gap: 80px;
}

.Choose-Corpo-Ins-img {
  width: 697.5723266601562px;
  height: 442.2923278808594px;
}

.Choose-Corpo-Ins-heading {
  color: #1d1e25;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1%;
}

.Choose-Corpo-Ins-para {
  color: #696969;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  text-align: justify;
}

/* Offer / Corporate Insurance */
.Offer-Corpo-Ins-mainer {
  margin-top: 80px;
  margin-bottom: 80px;
}

.Offer-Corpo-Ins-heading-main {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -2%;
  text-align: center;
  color: #424242;
}

.Offer-Corpo-Ins-para-main {
  color: #696969;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  text-align: center;
  margin-bottom: 20px;
}

.OCI-holder {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.Offer-Corpo-Ins-child1 {
  width: 830px;
  height: 321px;
  gap: 20px;
  border-radius: 10.12px;
  padding: 24px;
}

.Offer-Corpo-Ins-child1-h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0%;
  color: #1d1e25;
  margin-bottom: 20px;
}

.Offer-Corpo-Ins-child1-p {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #3a556a;
}

.goldi {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.goldi-img {
  width: 12px;
  height: 12px;
}

.goldi-span {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: justify;
  color: #696969;
}

.goldi-para {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #3a556a;
}

.Offer-Corpo-Ins-child2 {
  width: 830px;
  height: 385px;
  gap: 20px;
  border-radius: 10.12px;
  padding: 24px;
}

/* Quote / Corporate Ins */
.Quote-Mainer {
  background-color: #e6f4f9;
  gap: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  padding-top: 80px;
}

.Quote-h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1%;
  color: #1d1e25;
}

.Quote-p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  text-align: justify;
  color: #696969;
}

.Quote-img {
  width: 100%;
  height: auto;
}

/*Talker*/

.talker-mainer {
  display: flex;
  color: white;
  margin-top: 85px;
  margin-bottom: 85px;
  margin-left: 260px;
  margin-right: 260px;
}

.talker-child1 {
  background: linear-gradient(355deg, #9de3f9, #2e5dc6);
  width: 1400px;
  height: 255px;
  top: 85px;
  left: 260px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 13px 0 0px 13px;
}

/* .talker-child1 span {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: 1%;
    margin-left: 60px;
    width: 70%;
} */

.talker-child2 {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  width: 353px;
  height: 255px;
  left: 1047px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 13px 13px 0px;
  border-left: 1px solid;
}

.talker-h3 {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.05px;
  letter-spacing: 0%;
  text-align: center;
}
.taker-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
}
.talker-img {
  width: 24px;
  height: 24px;
}

.talker-number {
  font-family: Inter;
  font-weight: 500;
  font-size: 32px;
  line-height: 38.73px;
  letter-spacing: 0%;
  text-align: center;
}

@media (min-width: 1920px) {
  .allignment-left-right {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  /* Hero / Car Insurance */

  .hero-Car-Ins-both {
    gap: 0px;
  }

  .hero-Car-Ins-section {
    height: auto !important;
  }

  .hero-Car-Ins-zumbaa {
    margin-top: -60px;
  }

  .hero-Car-Ins-car-mgm {
    width: 42rem;
    margin-top: 150px;
    /* height: 360px; */
    max-height: 90%;
    min-height: 300px;
    height: auto;
    padding: 40px;
  }

  .hero-Car-Ins-button {
    font-size: 20px;
    padding: 15px;
  }

  /* Hero / Corporate Insurance */

  .corporate-mainer {
  }

  .corporate-holder {
    background-color: #e6f4f9;
    height: 1189px;
  }

  .hero-all {
    margin-top: 25px;
  }

  .corporate-hero-head-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 50px;
    /* line-height: 86.4px; */
    letter-spacing: -2%;
    width: 60%;
  }

  .corporate-hero-para-main {
    width: 60%;
  }

  .corporate-IF-nxt {
    background-color: #ffa300;
    border-radius: 2px;
    margin-top: 30px;
    padding: 10px 0px;
    border: none;
    color: white;
    width: 100%;
  }

  .corporate-hero-para-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -2%;
  }

  .corporate-hero-main-img {
    width: 895.2192993164062px;
    height: 617px;
  }

  .corporate-IF-head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -2%;
  }

  .corporate-hero-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .corporate-hero-textarea {
    border: 1px solid #bed4ff;
    background-color: #e6f4f9;
    width: 633px;
    height: 135px;
    border-radius: 2px;
    border-width: 1px;
  }

  .corporate-hero-IF {
    margin-top: 0px;
    margin-left: -480px;
  }

  .corporate-hero-input {
    padding: 12px;
  }

  /* Hero / Car Tracker */

  .car-tracker-holder {
    background-color: #e6f4f9;
    height: 1189px;
  }

  .car-tracker-hero-all {
    margin-top: 25px;
  }

  .car-tracker-hero-head-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 86.4px;
    letter-spacing: -2%;
    width: 60%;
  }

  .car-tracker-hero-para-main {
    width: 60%;
  }

  .car-tracker-IF-nxt {
    background-color: #ffa300;
    border-radius: 2px;
    margin-top: 30px;
    padding: 10px 0px;
    border: none;
    color: white;
    width: 100%;
  }

  .car-tracker-hero-para-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -2%;
  }

  .car-tracker-hero-main-img {
    width: 895.2192993164062px;
    height: 617px;
  }

  .car-tracker-IF-head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -2%;
  }

  .car-tracker-hero-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .car-tracker-hero-IF {
    margin-top: -10px;
    margin-left: -200px;
  }

  .car-tracker-hero-input {
    padding: 12px;
  }

  /* Choose / Car Tracker */

  .choose-title {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  /* Benefits / Car Tracker */

  .Bene-mainer {
    padding-left: 120px;
    padding-right: 120px;
  }

  .Bene-main-img {
    width: 900px;
    height: 503px;
  }

  .Bene-Child-h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -1%;
  }

  .goku span {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
  }

  .Bene-Child p {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: justify;
    margin-bottom: 24px;
    margin-top: 12px;
  }

  /* Hero / Bike Insurance */

  .emp-life-ins-hero-mainer {
    padding-left: 120px;
    padding-right: 120px;
  }

  .emp-life-ins-hero {
    background-color: #e6f4f9;
    height: 990px;
  }

  .hero-all {
    margin-top: -15px;
  }

  .hero-head-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 86.4px;
    letter-spacing: -2%;
    width: 70%;
  }

  .hero-para-main {
    width: 70%;
  }

  .IF-nxt {
    background-color: #ffa300;
    border-radius: 2px;
    margin-top: 30px;
    padding: 10px 0px;
    border: none;
    color: white;
    width: 100%;
  }

  .hero-para-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -2%;
  }

  .bb-hero-main-img {
    width: 600px;
    height: 444px;
  }

  .IF-head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -2%;
  }

  .hero-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .hero-IF {
    margin-left: 100px;
  }

  .hero-input {
    padding: 12px;
  }

  /* Key / Bike Insurance */

  .bike-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .bike-image {
    width: 695px;
    height: 716px;
  }

  .bike-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -1%;
  }

  .bike-type {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: justify;
  }

  .bike-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: justify;
  }

  .bike-header {
    margin-bottom: 12px;
  }

  /* Hero / Emp Life ins */

  .emp-life-ins-hero-mainer-zaida {
    padding-left: 120px;
    padding-right: 120px;
  }

  .hero-all {
    height: 1035px;
  }

  .hero-head-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 86.4px;
    letter-spacing: -2%;
    width: 60%;
  }

  .hero-para-main {
    width: 55%;
  }

  .hero-para-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -2%;
  }

  .dd-hero-main-img {
    width: 754.42px;
    height: 444px;
  }

  .IF-head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -2%;
  }

  .hero-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .hero-IF {
    margin-top: -200px;
    margin-left: -250px;
  }

  .hero-input {
    padding: 12px;
  }

  /* Secure / Emp Life Ins */

  .Secure-ELI-mainer p {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  /* Benefits / Emp Life Ins*/

  .Ben-mainer {
    padding-left: 120px;
    padding-right: 120px;
    gap: 80px;
  }

  .dd-Ben-img {
    width: 822.4199829101562px;
    height: 671.1799926757812px;
  }

  .Ben-Child {
    max-width: 50%;
  }

  .Ben-Child-head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -1%;
  }

  .Ben-Child-para {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: justify;
  }

  .SC-para {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: justify;
  }

  .SC-txt {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
  }

  /* Choose / Emp Life Insurance */

  .Choose-ELI-mainer {
    gap: 50px;
    padding-left: 140px;
    padding-right: 100px;
  }

  .Choose-ELI-img {
    width: 794.4083862304688px;
    height: 762.77880859375px;
  }

  .Choose-ELI-child {
    max-width: 805px;
  }

  .Choose-ELI-child h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -1%;
  }

  .Choose-ELI-child p {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: justify;
  }

  /* Protect / Emp Life Ins */

  .protect-mainer {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 100px;
    width: 100%;
    padding-bottom: 100px;
  }

  .protect-img {
    width: 756.47998046875px;
    height: 551.9299926757812px;
  }

  .protect-child h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -1%;
  }

  .protect-child p {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: justify;
  }

  /* Hero / Life Insurance */

  .life-insurance-hero-mainer {
    padding-left: 120px;
    padding-right: 120px;
  }

  .life-insurance-hero-all {
    height: 1035px;
  }

  .life-insurance-hero-head-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 86.4px;
    letter-spacing: -2%;
    width: 70%;
  }

  .life-insurance-hero-para-main {
    width: 65%;
  }

  .life-insurance-hero-para-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -2%;
  }

  .life-insurance-hero-main-img {
    width: 421.7368469238281px;
    height: 444px;
  }

  .life-insurance-IF-head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -2%;
  }

  .life-insurance-hero-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .life-insurance-hero-IF {
    margin-top: -200px;
    margin-left: -250px;
  }

  .life-insurance-hero-input {
    padding: 12px;
  }

  /* Trusted For / Life Insurance */

  .look2-mainer {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .look2-img {
    width: 861.7272338867188px;
    height: 624.27734375px;
  }

  .look2-child h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -1%;
  }

  .look2-child p {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: justify;
  }

  /* Zindabad */

  .heading-style-custom {
    font-size: 36px;
    color: #1d1e25;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 24px;
  }

  .paragrapgh-style-custom {
    margin-bottom: 24px;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: justified;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #696969;
  }

  .zindabad {
    padding-left: 120px;
    padding-right: 120px;
  }

  /* Understanding / Life Insurance */

  .US-mainer {
    padding-left: 120px;
    padding-right: 120px;
    gap: 100px;
  }

  .US-Child h1 {
    font-size: 3rem;
  }

  .US-Child p {
    font-size: 1.5rem;
  }

  .US-img {
    width: 435px;
    height: 740px;
  }

  /* Why Life / Life Insurance */

  .WL-mainer {
    padding-left: 120px;
    padding-right: 120px;
    gap: 80px;
  }

  .WL-Child h1 {
    font-size: 3rem;
  }

  .WL-head-wala-para,
  .WL-para {
    font-size: 1.5rem;
  }

  .WL-img {
    width: 752px;
    height: 849px;
  }

  /* Types */

  .life-type-mainer {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .life-type-Heading-main h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -2%;
    text-align: center;
  }

  .life-type-Insurance-box {
    padding: 24px;
    width: 546.67px;
    height: 263px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .life-type-Heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0%;
    text-align: left;
  }

  .life-type-para {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
  }

  /* Why Choose / Life Insurance */

  .life-insu-mainer {
    padding-left: 120px;
    padding-right: 120px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .life-insu-Head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -2%;
    text-align: center;
    width: 100%;
    padding-left: 35rem;
    padding-right: 35rem;
  }

  .life-insu-2Head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .life-insu-2para {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .life-insu-img {
    width: 100px;
    height: 100px;
  }

  .life-insu-last-para {
    font-family: Inter;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: 0%;
    text-align: center;
  }

  /* Hero / Emp Health Ins */

  .emp-overall {
    height: 990px;
  }

  .hero-child1-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 86.4px;
    letter-spacing: -2%;
    text-align: left;
    width: 80%;
  }

  .hero-child1-para {
    font-family: "Montserrat", sans-serif;
    width: 80%;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -2%;
  }

  .hero-child1-img {
    width: 601.63px;
  }

  .hero-child2 {
    margin-top: 100px;
  }

  .hero-child2-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -2%;
  }

  .hero-child2-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
  }

  /* Look / Emp Healh Ins */

  .look-mainer {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .look-img {
    width: 678.218505859375px;
    height: 517.5192260742188px;
  }

  .look-child {
    max-width: 900px;
  }

  .look-child h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -1%;
  }

  .look-child p {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: justify;
  }

  /* Choose Employee / Emp Healh Ins */

  .choose-employee-content {
    max-width: 50%;
    padding-left: 120px;
    padding-right: 120px;
  }

  .choose-employee-content h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -1%;
  }

  .choose-employee-content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: justify;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .choose-employee-image {
    width: 863px;
    height: 762px;
  }

  .choose-employee-benefit-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
  }

  /* StreamLine / Emp Health Ins */

  .stream-mainer {
    padding-left: 80px;
    padding-right: 10px;
  }

  .IS-img {
    width: 100px;
    height: 100px;
  }

  .IS-Head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -2%;
    text-align: center;
  }

  .IS-2Head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1%;
  }

  .IS-2para {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
  }

  /* Hero / Contact Us */

  .contact-mainer {
    height: 918px;
  }

  .contact-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 86.4px;
    letter-spacing: -2%;
  }

  .contact-img {
    width: 914px;
  }

  /* Drop / Contact Us */

  .drop-child {
    padding: 30px;
    margin: 120px 200px;
  }

  .drop-title {
    font-size: 28px;
  }

  .drop-btn {
    font-size: 18px;
    padding: 12px;
  }

  /* Range / About Us */
  .range-cards-holder {
    padding-left: 120px;
    padding-right: 120px;
    display: flex !important;
    flex-direction: row !important;
  }

  .range-heading {
    padding: 0 5%;
  }

  /* .d-flex {
        gap: 20px;
    } */

  /* How We Work */

  .work-mid-para {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: justify;
    margin-top: 12px;
  }

  .work-container-main {
    padding-left: 120px;
    padding-right: 120px;
  }

  .work-container-content {
    width: 40%;
  }

  .work-container-content h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -1%;
  }

  .work-container-content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
  }

  .work-image {
    width: 941.767px;
    height: 602px;
  }

  .work-benefit-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
  }

  /* Convnced / About Us */

  .convinced-section {
    padding: 120px;
  }

  .convinced-heading {
    font-size: 38px;
  }

  .contact-label {
    font-size: 22px;
  }

  .contact-details {
    font-size: 20px;
    margin-left: 0px;
  }

  .convinced-image {
    width: 700px;
  }

  /* Team / About Us */

  .team-mainer {
    padding-left: 120px;
    padding-right: 120px;
  }

  .team-main-head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -2%;
    text-align: center;
  }

  .team-main-para {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
  }

  .team-child {
    width: 350px;
  }

  .team-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1%;
  }

  .team-para {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .cards-holder {
    gap: 30px;
  }

  /* Policies / About US */

  .policy-section {
    background-color: #193553;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    text-align: center;
    height: 396px;
  }

  .policy-icon {
    width: 48px;
    height: 48px;
  }

  .policy-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 6px;
  }

  .policy-text {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
  }

  .policy-box {
    /* width: 45%; */
    height: auto;
  }

  /* Our Mission / About Us */

  .section-main {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-main {
    gap: 10px;
  }

  .section-title {
    font-size: 48px;
  }

  .section-description {
    font-size: 20px;
  }

  .por-2 {
    width: 100%;
    padding-left: 50px;
  }

  .section-image {
    width: 610px;
    height: 610px;
  }

  /* Hero / About Us */

  .about-mainer {
    height: 852px;
  }

  .about-main-hero {
    padding-left: 120px;
    padding-right: 120px;
    gap: 10px;
  }

  .about,
  .Insu-kr {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 72px;
    /* line-height: 86.4px; */
    letter-spacing: -2%;
  }

  .hero-about-para {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -2%;
    max-width: 680px;
    margin-top: 16px;
  }

  .hero-about-img {
    width: 803.7877197265625px;
    height: 602px;
  }

  /* Hero / Travel Insurance */

  .travel-starter-hero {
    background-color: #e6f4f9;
    height: 852px;
  }

  .travel-hero-mainer {
    padding-left: 120px;
    padding-right: 120px;
  }

  .travel-hero-all {
    margin-top: 60px;
  }

  .travel-hero-head-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -2%;
  }

  .travel-hero-para-main {
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .travel-hero-main-img {
    width: 697px;
  }

  .travel-hero-IF {
    width: 681px;
    height: 528px;
    /* width: 100%;
        height: auto; */
  }

  .travel-IF-head {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .travel-hero-label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .travel-hero-input {
    padding: 12px;
  }

  .travel-hero-bullet {
    width: 15px;
    height: 15px;
  }

  .travel-IF-nxt {
    /* width: 633px; */
    width: 100%;
    height: 44px;
    padding: 10px 12px 10px 12px;
    gap: 10px;
    border-radius: 10px;
    opacity: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .travel-IF-btn {
    width: 180px;
    height: 40px;
  }

  .travel-IF-btn-div {
    padding: 6px;
  }

  .travel-IF-btn {
    font-size: 16px;
  }

  .travel-IF-btn-active {
    width: 180px;
    height: 40px;
  }

  /* We Offer / Travel Insurance */

  .insurance-content h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 24px;
  }

  .insurance-image-wrapper {
    max-width: 50%;
    padding-left: 100px;
  }

  .insurance-content {
    max-width: 50%;
    padding-left: 100px;
  }

  .insurance-content p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: justified;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .insurance-image {
    width: 800px;
  }

  .insurance-benefit-title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: justified;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  /* Made Easy / Travel Insurance */

  .EM-Heading-main {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 600px;
    padding-right: 600px;
  }

  .EM-Insurance-box {
    max-width: 850px;
    padding: 50px 30px;
  }

  .EM-Heading {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .EM-para-main {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 380px;
    padding-right: 380px;
    margin-bottom: 32px;
  }

  .EM-para {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  /* Private Car / Car Insurance */

  .private-container {
    padding-left: 120px;
    padding-right: 120px;
  }

  .dodo {
    gap: 0px;
  }

  .private-title {
    font-size: 48px;
    line-height: 57.6px;
  }

  .private-description {
    font-size: 24px;
    line-height: 29px;
  }

  /* Partners */

  .partners-title {
    font-size: 3rem;
  }

  .partners-subtitle {
    font-size: 18px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .partners-cards-container {
    padding-left: 10px;
    padding-right: 10px;
    gap: 5px;
  }

  .partners-cards-container-2 {
    padding-left: 10px;
    padding-right: 10px;
    gap: 5px;
  }

  .partners-section {
    /* margin-top: 80px; */
    /* margin-bottom: 50px; */
  }

  .partner-card {
    width: 14rem;
  }
  .partner-card img {
    width: 229px;
  }

  /* Insurance Services / Car Insurance*/

  .IS-Car-Ins-Mainer {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .IS-Car-Ins-card {
    width: 546.67px;
    height: 289px;
    padding: 24px;
    gap: 20px;
    border-radius: 10.12px;
  }

  .IS-Car-Ins-img {
    width: 100px;
    height: 100px;
  }

  .IS-Car-Ins-Head {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* padding-left: 600px;
        padding-right: 600px; */
  }

  .IS-Car-Ins-para {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 450px;
    padding-right: 450px;
  }

  .IS-Car-Ins-2Head {
    font-family: "Montserrat", sans-serif;
    /* font-size: 24px; */
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0;
    margin: 0;
  }

  .IS-Car-Ins-2para {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .IS-Car-Ins-last-para {
    font-family: Inter;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 460px;
    padding-right: 460px;
  }

  /* Coverage / Car Insurance */

  .coverage-heading {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 24px;
  }

  .cover-paragraph {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: justified;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .cover-2nd-head {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: justified;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .cover-para-lite {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: justified;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .cover-head {
    max-width: 50%;
  }

  .cover-img {
    width: 50%;
  }

  .cover-head h1 {
    font-size: 42px;
  }

  .cover-head p {
    font-size: 18px;
  }

  .cover-img img {
    max-width: 843px;
  }

  /* 3T / Car Insurance */

  .T-mainerr {
    padding-left: 150px;
    padding-right: 150px;
  }

  .T-main-head {
    font-size: 52px;
    text-align: center;
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .T-para-main {
    font-size: 18px;
  }

  .T-Insurance-box {
    width: 600px;
    height: 270px;
  }

  /* Commercial / Car Insurance */

  .commercial-section {
    padding-left: 120px;
    padding-right: 120px;
  }

  .commercial-heading {
    font-size: 48px;
    line-height: 57.6px;
  }

  .commercial-description {
    font-size: 24px;
    line-height: 29px;
  }

  .commercial-image {
    width: 793.85px;
  }

  .key-child-box {
    width: 830px;
  }
}

@media (max-width: 1920px) {
  /* Benefits / Car Tracker */

  .Bene-mainer {
    padding-left: 100px;
    padding-right: 100px;
  }

  /* StreamLine / Emp Health Ins */

  .stream-mainer {
    padding-left: 100px;
    padding-right: 100px;
  }

  .IS-2Head {
    text-align: left;
  }

  .IS-2para {
    text-align: left;
  }

  /* hero / emp health ins */
  .emp-overall {
    height: 100% !important;
  }

  /* hero / contact us */

  .contact-title {
    font-size: 68px;
  }

  /* Why Choose / Life Insurance */

  .life-insu-mainer {
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 80px;
    margin-top: 80px;
  }

  .life-insu-Head {
    text-align: center;
    width: 100%;
  }

  /* Made Easy / Travel Insurance */

  .EM-Heading-main {
    padding: 0 10%;
  }

  .EM-Insurance-box {
    max-width: 600px;
  }

  /* Partners */

  .partners-title {
    font-size: 3rem;
  }

  .partners-subtitle {
    font-size: 18px;
    padding-left: 60px;
    padding-right: 60px;
    /* padding-left: 120px;
        padding-right: 120px; */
  }

  .partners-cards-container {
    padding-left: 10px;
    padding-right: 10px;
    gap: 5px;
  }

  .partners-cards-container-2 {
    padding-left: 10px;
    padding-right: 10px;
    gap: 5px;
  }

  .partners-section {
    /* margin-top: 80px; */
    /* margin-bottom: 50px; */
  }

  .partner-card {
    width: 14rem;
  }
}

@media (max-width: 1919px) {
  /*Talker*/

  .talker-mainer {
    margin-left: 180px;
    margin-right: 180px;
  }

  .talker-child1 {
    width: 1200px;
  }

  /* Hero / Homepage */

  .hero-mainerrr {
    display: flex;
    gap: 20px;
    opacity: 0px;
    justify-content: space-between;
  }
  .navbar-mainer-homepage {
    /* height: 100%; */
    height: auto;
    padding-bottom: 120px;
  }
  .Hero-child {
    padding-top: 100px;
  }

  .txt-1 {
    font-family: "Montserrat", sans-serif;
    /* font-size: 40px; */
    font-weight: 700;
    /* line-height: 60.4px; */
    /* line-height: 86.4px; */
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* color: #424242; */
  }

  .txt-2 {
    font-family: "Montserrat", sans-serif;
    /* font-size: 40px; */
    font-weight: 700;
    /* line-height: 60.4px; */
    /* line-height: 86.4px; */
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* color: #193553; */
  }

  .txt-3 {
    font-family: "Montserrat", sans-serif;
    /* font-size: 40px; */
    font-weight: 700;
    /* line-height: 86.4px; */
    /* line-height: 60.4px; */
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* color: #ffa300; */
  }

  .hero-des {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #7b7b7b;
    margin-top: 16px;
  }

  .hero-sub {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
  }

  .hero-ha {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 200px;
    margin-bottom: 12px;
  }

  .tick {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #193553;
    border-radius: 50%;
  }

  .tick img {
    width: 14px;
    height: 14px;
  }

  .tick-para {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #424242;
    margin: 0;
  }

  .hero-main-img {
    width: 50%;
    height: auto;
    gap: 0px;
    opacity: 0px;
    margin-top: 40px;
  }

  .sub-btn-hero {
    width: 241px;
    height: 44px;
    padding: 10px 12px 10px 12px;
    gap: 0px;
    border-radius: 2px;
    opacity: 0px;
    border: none;
    background-color: #193553;
  }

  .sub-btn-img-hero {
    width: 24px;
    height: 24px;
    gap: 0px;
    opacity: 0px;
  }

  .sub-btn-txt-hero {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
  }

  /* Types */
  .life-type-mainer {
    width: 100%;
  }

  .life-type-Insurance-box {
    padding: 40px 24px;
    width: 100%;
    /* max-width: 900px; */
    text-align: center;
  }

  .life-type-color-1 {
  }

  .life-type-color-2 {
    background-color: #ffa30042;
  }

  .life-type-Heading-main h1 {
    font-size: 40px;
    text-align: center;
    color: #1d1e25;
    font-weight: 700;
  }

  .life-type-Heading-main {
    padding: 0 10%;
    padding-bottom: 20px;
    color: #424242;
    font-weight: 700;
  }

  .life-type-para-main {
    padding-top: 15px;
  }

  .life-type-Insurance-box h2 {
    font-weight: 700;
  }

  .life-type-Insurance-box p {
    text-align: center;
    color: #3a556a;
    font-weight: 400;
  }

  /* Hero / Life Insurance */

  .life-insurance-hero {
    height: 100%;
  }

  .life-insurance-hero-mainer {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    gap: 20px;
    padding-bottom: 50px;
  }

  .emp-life-insurance-hero {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .life-insurance-hero-head-main {
    font-size: 38px;
  }

  .life-insurance-hero-para-main {
    font-size: 16px;
  }

  .life-insurance-hero-main-img {
    width: 400px;
  }

  .life-insurance-hero-IF {
    padding: 20px;
  }

  /* Trusted For / Life Insurance */

  .look2-mainer {
    padding: 100px 8%;
    gap: 60px;
  }

  .look2-img {
    width: 500px;
  }

  .look2-child h2 {
    font-size: 2rem;
  }

  .look2-child p {
    font-size: 1.2rem;
  }

  /* Benefits / Emp Life Ins*/

  .Ben-mainer {
    padding-left: 80px;
    padding-right: 80px;
    justify-content: space-between;
    text-align: left;
    gap: 40px;
  }

  .dd-Ben-img {
    max-width: 50%;
  }

  .Ben-Child {
    max-width: 100%;
  }

  .Sub-Child {
    justify-content: flex-start;
  }

  .Ben-Child-head {
    font-size: 32px;
  }

  .SC-txt {
    font-size: 24px;
  }

  .Ben-Child-para {
    font-size: 20px;
  }

  .SC-para {
    font-size: 20px;
  }

  /* Protect / Emp Life Ins */

  .protect-mainer {
    padding: 100px 80px;
    gap: 100px;
    width: 100%;
  }

  .protect-img {
    width: 600px;
  }

  .protect-child h2 {
    font-size: 2rem;
  }

  .protect-child p {
    font-size: 20px;
  }

  /*404*/

  .pic-404 {
    width: 60%;
    height: auto;
    left: 20%;
    top: 0;
  }

  .oops {
    font-size: 20px;
    line-height: 40px;
    /* top: 70%; */
    left: 50%;
    transform: translateX(-50%);
  }

  .para-404 {
    font-size: 18px;
    left: 20%;
    /* top: 75%; */
  }

  .btn-404 {
    width: 200px;
    height: 50px;
    /* top: 85%; */
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
  }

  /* Hero / About Us */

  .about-mainer {
    height: 100%;
  }

  /* Hero / Bike Insurance */

  .emp-life-ins-hero-mainer {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    gap: 20px;
  }

  .emp-life-ins-hero {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .hero-head-main {
    font-size: 38px;
  }

  .hero-para-main {
    font-size: 16px;
  }

  .bb-hero-main-img {
    width: 500px;
  }

  .hero-IF {
    padding: 20px;
    margin-left: 200px;
  }

  /* Key / Bike Insurance */

  .bike-wrapper {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  /* Hero / Car Tracker */

  .car-tracker-hero-mainer {
    margin-top: 20px;
    gap: 20px;
  }

  .car-tracker-holder {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .car-tracker-hero-head-main {
    font-size: 38px;
  }

  .car-tracker-hero-para-main {
    font-size: 16px;
  }

  .car-tracker-hero-main-img {
    width: 500px;
  }

  .car-tracker-hero-IF {
    padding: 20px;
    margin-left: 200px;
  }

  /* Login */

  .login-mainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 119.57px;
    margin-top: 0px;
  }

  .login-part-2 {
    border: 1px solid #7bbcfb;
    width: 681px;
    height: 554px;
    gap: 24px;
    top: 276px;
    left: 88px;
    border-width: 1px;
    border-radius: 2px;
    padding: 24px;
    background-color: #dff1ff;
  }

  .login-heading-main {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -2%;
    margin-bottom: 24px;
  }

  .login-child-1 {
    display: flex;
    width: 633px;
    height: 60;
    gap: 10px;
    border-radius: 2px;
    padding: 6px;
    background-color: #d2ebff;
  }

  .login-switch {
    width: 305.5px;
    height: 48px;
    gap: 10px;
    border-radius: 2px;
    padding-top: 12px;
    padding-right: 78px;
    padding-bottom: 12px;
    padding-left: 78px;
    color: white;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .login-switch-2 {
    width: 305.5px;
    height: 48px;
    gap: 10px;
    border-radius: 2px;
    padding-top: 12px;
    padding-right: 78px;
    padding-bottom: 12px;
    padding-left: 78px;
    cursor: pointer;
    color: white;
    text-align: center;
    background-color: #193553;
    justify-content: center;
    align-items: center;
  }

  .login-child-2 {
    display: flex;
    flex-direction: column;
  }

  .login-child-2-sub {
    display: flex;
    flex-direction: column;
  }

  .login-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
    margin-bottom: 12px;
    margin-top: 24px;
  }

  .login-input {
    width: 633px;
    height: 45px;
    border-radius: 2px;
    border-width: 1px;
    outline: none;
    background-color: #e6f4f9;
    border: 1px solid #bed4ff;
  }

  .forgert-pass {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -2%;
    text-align: right;
    color: #193553;
    margin-top: 6px;
  }

  .login-btn {
    width: 633px;
    height: 44px;
    font-weight: 400;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    gap: 10px;
    border: none;
    color: white;
    border-radius: 2px;
    background-color: #ffa300;
    margin-top: 10px;
  }

  .login-img {
    width: 800px;
    height: auto;
  }

  /* Hero / Emp Life ins */
  .dd-hero-main-img {
    width: 500px !important;
  }

  /* Navbar */

  .navbarr-mainer {
    margin: 0px 100px;
    padding: 40px 0px;
  }

  /* Hero / Corporate Insurance */

  .corporate-mainer {
    margin-top: 20px;
    gap: 20px;
  }

  .corporate-holder {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .corporate-hero-head-main {
    font-size: 48px;
  }

  .corporate-hero-para-main {
    font-size: 20px;
  }

  .corporate-hero-main-img {
    width: 650px !important;
    height: auto;
  }

  .corporate-hero-IF {
    padding: 20px;
    margin-left: 100px;
  }

  /* Quote / Corporate Ins */

  .Quote-Mainer {
    gap: 60px;
  }

  .Quote-h1 {
    font-size: 44px;
    line-height: 54px;
  }

  .Quote-img {
    /* width: 550px; */
    /* height: 550px; */
  }

  /* Offer / Corporate Insurance */

  .Offer-Corpo-Ins-mainer {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .OCI-holder {
    gap: 15px;
  }

  .Offer-Corpo-Ins-child1,
  .Offer-Corpo-Ins-child2 {
    width: 800px;
  }

  /* Choose Corporate / Corportae Insurance */

  .Choose-Corpo-Ins-heading {
    font-size: 44px;
    line-height: 54px;
  }

  .Choose-Corpo-Ins-img {
    width: 650px;
    height: auto;
  }

  /* Corpo Ins / Corporate Ins */

  .Corpo-Ins-Mainer {
    gap: 200px;
  }

  .Corpo-Ins-heading {
    font-size: 44px;
    line-height: 54px;
  }
}

@media (max-width: 1440px) {
  /*Talker*/

  .talker-mainer {
    margin-left: 120px;
    margin-right: 120px;
  }

  .talker-child1 {
    width: 900px;
  }

  .talker-child2 {
    width: 300px;
  }

  /* Quote / Corporate Ins */

  .Quote-Mainer {
    gap: 50px;
    padding: 60px 20px;
  }

  .Quote-h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .Quote-img {
    width: 500px;
    height: 500px;
  }

  /* Offer / Corporate Insurance */

  .Offer-Corpo-Ins-heading-main {
    font-size: 42px;
    line-height: 50px;
  }

  .Offer-Corpo-Ins-para-main {
    font-size: 18px;
    line-height: 22px;
  }

  .Offer-Corpo-Ins-child1,
  .Offer-Corpo-Ins-child2 {
    width: 700px;
    padding: 20px;
  }

  /* Choose Corporate / Corportae Insurance */

  .Choose-Corpo-Ins-mainer {
    gap: 60px;
  }

  .Choose-Corpo-Ins-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .Choose-Corpo-Ins-para {
    font-size: 18px;
    line-height: 22px;
  }

  .Choose-Corpo-Ins-img {
    width: 550px;
  }

  /**/

  .Corpo-Ins-Mainer {
    gap: 100px;
  }

  .Corpo-Ins-heading {
    font-size: 42px;
    line-height: 50px;
  }

  .Corpo-Ins-img {
    width: 500px;
    height: auto;
  }

  /* Hero / Other Insurance */

  .OI-span-holder {
    margin-top: 170px;
  }

  .OI-about,
  .OI-Insu-kr {
    font-size: 64px;
    line-height: 78px;
  }

  /* Hero / United Ins Comp */

  .United-Mainer {
    height: 580px;
  }

  .United-img {
    margin-top: 40px;
    width: 780px;
    height: auto;
  }

  /* Insurance Page / Hero */

  .IP-main {
    margin-top: 200px;
  }

  .IP-about,
  .IP-Insu-kr {
    font-size: 68px;
    line-height: 80px;
  }

  .IP-hero-para {
    font-size: 18px;
    line-height: 28px;
    margin-left: 25rem;
    margin-right: 25rem;
  }

  /* Hero / Travel Insurance */

  .travel-hero-mainer {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .travel-starter-hero {
    height: 100%;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .travel-hero-head-main {
    font-size: 34px;
  }

  .travel-hero-main-img {
    width: 650px;
  }

  .travel-hero-IF {
    width: 40%;
    padding: 20px;
  }

  .allignment-left-right {
    /* padding-left: 80px !important;
        padding-right: 80px !important; */
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  /* Discover */

  .cta-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  /* FAQs */

  .faq-mainer {
    background-color: #fff8ef;
    padding-left: 100px;
    padding-right: 100px;
  }

  .lineo {
    margin-left: 20px;
    margin-right: 20px;
  }

  /* car insurance / homepage */

  .car-home-main {
    padding-left: 100px;
    padding-right: 100px;
  }

  /*Travel With Confience / Homepage*/

  .travel-with-confidence-home-section {
    padding-left: 100px;
    padding-right: 100px;
  }

  /* Services / Homepage */

  .services-home-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .services-home-title {
    font-size: 40px;
    line-height: 48px;
  }

  .services-home-description {
    font-size: 16px;
    line-height: 22px;
  }

  .services-home-discover-btn {
    width: 180px;
    height: 50px;
    font-size: 16px;
  }

  .services-home-mainer {
    gap: 60px;
  }

  /* Why Choose Us / Homepage*/

  .why-choose-home-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .why-choose-home-row {
    gap: 20px;
  }

  .why-choose-home-title {
    font-size: 40px;
    line-height: 48px;
  }

  .card-title {
    font-size: 22px;
    line-height: 26.4px;
  }

  .card-text {
    font-size: 18px;
    line-height: 22px;
  }

  /* Login */

  .login-mainer {
    margin-top: 0;
  }

  .login-img {
    width: 700px;
    height: auto;
  }

  /*404*/

  .pic-404 {
    width: 60%;
    height: auto;
    left: 20%;
    top: 0;
  }

  .oops {
    font-size: 20px;
    line-height: 40px;
    /* top: 70%; */
    left: 50%;
    transform: translateX(-50%);
  }

  .para-404 {
    font-size: 18px;
    left: 20%;
    /* top: 75%; */
  }

  .btn-404 {
    width: 200px;
    height: 50px;
    /* top: 85%; */
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
  }

  /* Benefits / Emp Life Ins*/

  .Ben-mainer {
    padding-left: 80px;
    padding-right: 80px;
    justify-content: space-between;
    text-align: left;
    gap: 40px;
  }

  .dd-Ben-img {
    max-width: 50%;
  }

  .Ben-Child {
    max-width: 100%;
  }

  .Sub-Child {
    justify-content: flex-start;
  }

  .Ben-Child-head {
    font-size: 32px;
  }

  .SC-txt {
    font-size: 24px;
  }

  .Ben-Child-para {
    font-size: 20px;
  }

  .SC-para {
    font-size: 20px;
  }

  /* Hero / Corporate Insurance */

  .corporate-mainer {
    margin-top: 40px;
    gap: 20px;
  }

  .corporate-holder {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .corporate-hero-head-main {
    font-size: 38px;
  }

  .corporate-hero-para-main {
    font-size: 16px;
  }

  .corporate-hero-main-img {
    width: 500px !important;
    height: auto !important;
  }

  .corporate-hero-IF {
    padding: 20px;
    margin-left: 200px;
  }

  /* Hero / Car Tracker */

  .car-tracker-hero-mainer {
    margin-top: 20px;
    gap: 20px;
  }

  .car-tracker-holder {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .car-tracker-hero-head-main {
    font-size: 38px;
  }

  .car-tracker-hero-para-main {
    font-size: 16px;
  }

  .car-tracker-hero-main-img {
    width: 500px;
  }

  .car-tracker-hero-IF {
    padding: 20px;
    margin-left: 200px;
  }

  /* Trackers / Car Tracker */

  .trackers-container {
    padding-left: 100px !important;
    padding-right: 100px !important;
    gap: 30px;
  }

  /* Hero / Bike Insurance */

  .emp-life-ins-hero-mainer {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    gap: 20px;
  }

  .emp-life-ins-hero {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .hero-head-main {
    font-size: 38px;
  }

  .hero-para-main {
    font-size: 16px;
  }

  .bb-hero-main-img {
    width: 500px;
  }

  .hero-IF {
    padding: 20px;
    margin-left: 200px;
  }

  /* Key / Bike Insurance */

  .bike-wrapper {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .bike-image {
    width: 550px;
    max-width: 100%;
    height: auto;
  }

  .bike-title {
    font-size: 34px;
  }

  .bike-image {
    width: 450px;
  }

  .bike-title {
    font-size: 32px;
  }

  .bike-header {
    justify-content: flex-start;
  }

  /* Hero / Emp Life ins */

  .emp-life-ins-hero-mainer-zaida {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    gap: 20px;
  }

  .emp-life-ins-hero {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .hero-head-main {
    font-size: 38px;
  }

  .hero-para-main {
    font-size: 16px;
  }

  .dd-hero-main-img {
    width: 500px;
  }

  .hero-IF {
    padding: 20px;
  }

  /* Secure / Emp Life Ins */

  .Secure-ELI-mainer {
    padding-left: 100px;
    padding-right: 100px;
  }

  /* Insurance Coverage / Emp Life Ins */

  .IC-mainer {
    padding-left: 100px;
    padding-right: 100px;
  }

  .IC-icon {
    margin-top: -20px;
  }

  /* Protect / Emp Life Ins */

  .protect-mainer {
    padding: 100px 80px;
    gap: 100px;
  }

  .protect-img {
    width: 600px;
  }

  .protect-child h2 {
    font-size: 2rem;
  }

  .protect-child p {
    font-size: 20px;
  }

  /* Hero / Life Insurance */

  .life-insurance-hero {
    height: 100%;
  }

  .life-insurance-hero-mainer {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    gap: 20px;
    padding-bottom: 50px;
  }

  .emp-life-insurance-hero {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .life-insurance-hero-head-main {
    font-size: 38px;
  }

  .life-insurance-hero-para-main {
    font-size: 16px;
  }

  .life-insurance-hero-main-img {
    width: 400px;
  }

  .life-insurance-hero-IF {
    padding: 20px;
  }

  /* Trusted For / Life Insurance */

  .look2-mainer {
    padding: 100px 8%;
    gap: 60px;
  }

  .look2-img {
    width: 500px;
  }

  .look2-child h2 {
    font-size: 2rem;
  }

  .look2-child p {
    font-size: 1.2rem;
  }

  /* Understanding / Life Insurance */

  .US-mainer {
    padding-left: 100px;
    padding-right: 100px;
    gap: 90px;
  }

  .US-Child h1 {
    font-size: 2.8rem;
  }

  .US-Child p {
    font-size: 1.4rem;
  }

  /* Why Life / Life Insurance */

  .line {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
  }

  .WL-mainer {
    display: flex;
    /* flex-direction: row !important; */
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 100px;
    padding-right: 100px;
    gap: 50px;
  }

  .WL-Child {
    width: 100%;
    text-align: left;
  }

  .WL-Child h1,
  .WL-head-wala-para,
  .WL-para {
    text-align: left;
  }

  .WL-img {
    width: 600px;
    height: auto;
  }

  /* Types */

  .life-type-Heading-main {
    padding: 0 10%;
  }

  .life-type-Heading-main h1 {
    font-size: 38px;
    text-align: center;
  }

  .life-type-Insurance-box {
    max-width: 400px;
  }

  /* Look / Emp Healh Ins */

  .look-mainer {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .look-child {
    max-width: 900px;
  }

  .look-img {
    width: 35%;
  }

  .look-child h2 {
    font-size: 2.5rem;
  }

  .look-child p {
    font-size: 18px;
  }

  /* Choose Employee / Emp Healh Ins */

  .choose-employee-container {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: 80px;
    padding-right: 80px;
  }

  .choose-employee-benefits-list {
    width: 65%;
  }

  .choose-employee-content,
  .choose-employee-image-wrapper {
    width: 100%;
  }

  .choose-employee-benefit-item .d-flex {
    justify-content: left;
  }

  .choose-employee-image {
    width: 720px;
  }

  /* Key / Emp Health Ins */

  .key-main-title {
    font-size: 46px;
    /* padding-left: 30rem;
        padding-right: 30rem; */
  }

  .key-child-box {
    /* width: 780px; */
    width: 580px;
    height: 263px;
    /* height: auto; */
  }

  /* How We Work */
  .work-container-main {
    padding-left: 100px;
    padding-right: 100px;
  }

  .work-container-content h1 {
    font-size: 38px;
    text-align: left;
    margin-bottom: 15px;
  }

  .work-benefit-title {
    font-size: 24px;
  }

  .work-container-content p {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }

  .work-container-main {
    text-align: center;
  }

  .work-container-content,
  .work-image-wrapper {
    max-width: 60%;
  }

  .work-benefit-item .d-flex {
    justify-content: left;
  }

  .work-image {
    width: 850px;
  }

  /* Convnced / About Us */

  .convinced-section {
    /* flex-direction: row; */
    display: flex;
    padding: 80px 0%;
  }

  .convinced-heading {
    font-size: 32px;
  }

  .contact-label {
    font-size: 20px;
  }

  .contact-details {
    font-size: 18px;
    margin-left: 0px;
  }

  .convinced-image {
    width: 500px;
  }

  /* Policies / About US */

  .policy-section {
    background-color: #193553;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    text-align: center;
  }

  .policy-icon {
    width: 48px;
    height: 48px;
  }

  .policy-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 6px;
  }

  .policy-text {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
  }

  .policy-box {
    /* width: 45%; */
    height: auto;
  }

  /* Our Mission / About Us */

  .section-main {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-title {
    font-size: 35px;
  }

  .section-image {
    width: 400px;
  }

  /* Hero / About Us */

  .about-mainer {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 116px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .hd-cont {
    flex-wrap: wrap;
    /* justify-content: center; */
  }

  .about,
  .Insu-kr {
    font-size: 50px;
    text-align: start;
  }

  .hero-about-img {
    width: 500px;
  }

  /* Hero / Travel Insurance */

  .travel-starter-hero {
    height: 100%;
    padding-bottom: 50px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .travel-hero-all {
    margin-top: 0px;
  }

  .travel-hero-head-main {
    font-size: 38px;
  }

  .travel-hero-para-main {
    font-size: 18px;
    margin-top: 10px;
  }

  .travel-hero-main-img {
    width: 40rem;
  }

  /* Footer */
  .lineo {
    background-color: #7e8492;
    width: 100%;
    height: 2px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-img {
    width: 120px;
  }

  .ft-sub {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    padding-right: 0;
    text-align: center;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-footer-links {
    margin-right: 0;
  }

  .footer-links-container {
    margin-left: 0;
    justify-content: center;
  }

  .footer-newsletter-input,
  .footer-newsletter-btn {
    width: 100%;
    max-width: 345px;
  }

  /* Partners */

  .partner-card {
    width: 9rem;
  }
  .partner-card img {
    width: 150px;
  }

  /* Coverage / Car Insurance */

  .cover-img img {
    max-width: 600px;
  }
}

@media (max-width: 1648px) {
  /* Navbar */

  .navbarr-mainer {
    margin: 0px 100px;
    padding: 40px 0px;
  }

  .large-only {
    display: none;
  }

  .hamburger {
    display: block;
  }
}

@media (max-width: 1640px) {
  /* 404 */
  .para-404 {
    font-size: 18px;
    left: 15%;
    /* top: 75%; */
  }

  /* Travel Insurance Cards / other insurance */

  .tic-other-insurance {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (max-width: 1600px) {
  /*Login*/
  .login-mainer {
    margin-top: 0px;
  }
}

@media (max-width: 1440px) {
  /* Travel Insurance Cards / other insurance */

  .tic-other-insurance {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  /* Hero / Other Insurance */

  .OI-span-holder {
    margin-top: 120px;
  }

  .OI-Mainer {
    height: 600px;
  }

  .OI-about,
  .OI-Insu-kr {
    font-size: 56px;
    line-height: 72px;
  }

  /* Hero / United Ins Comp */

  .United-Mainer {
    height: 500px;
  }

  .United-img {
    margin-top: 60px;
    width: 580px;
    height: auto;
  }

  /* Insurance Page / Hero */

  .IP-main {
    margin-top: 160px;
  }

  .IP-about,
  .IP-Insu-kr {
    font-size: 60px;
    line-height: 75px;
  }

  .IP-hero-para {
    font-size: 18px;
    line-height: 26px;
    margin-left: 18rem;
    margin-right: 18rem;
  }

  /* Hero / Car Insurance */
  .mainerr {
    height: 100%;
    padding-bottom: 80px;
  }

  .allignment-left-right {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  /* car insurance / homepage */

  .car-home-main {
    padding-left: 80px;
    padding-right: 80px;
  }

  /* Login */

  .login-mainer {
    flex-direction: row;
    gap: 30px;
    margin-top: 100px;
  }

  .login-part-2 {
    width: 60%;
    height: auto;
    padding: 20px;
  }

  .login-heading-main {
    font-size: 24px;
  }

  .login-child-1 {
    width: 100%;
    flex-direction: row;
  }

  .login-switch,
  .login-switch-2 {
    width: 50%;
    padding: 12px;
  }

  .login-input {
    width: 100%;
  }

  .login-btn {
    width: 100%;
  }

  .login-img {
    width: 600px;
    height: auto;
  }

  /*404*/

  .pic-404 {
    width: 60%;
    left: 20%;
    top: 0%;
  }

  .para-404 {
    font-size: 18px;
    left: 10%;
    /* top: 70%; */
    max-width: 80%;
  }

  .oops {
    font-size: 18px;
    line-height: 36px;
    /* top: 65%; */
    width: 100%;
  }

  .btn-404 {
    width: 180px;
    height: 45px;
    /* top: 80%; */
    font-size: 15px;
  }

  .hero-Car-Ins-main-image {
    width: 100%;
  }

  /* StreamLine / Emp Health Ins */

  .stream-mainer {
    padding-left: 80px;
    padding-right: 80px;
  }

  .IS-2Head {
    text-align: left;
  }

  .IS-2para {
    text-align: left;
  }

  /* hero / contact us */

  .contact-title {
    font-size: 50px;
  }

  .contact-img {
    width: 570px;
    height: auto;
  }

  /* Range */

  .range-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  /* How We Work */
  .work-container-main {
    padding-left: 100px;
    padding-right: 100px;
  }

  .work-container-content h1 {
    font-size: 38px;
    text-align: left;
    margin-bottom: 15px;
  }

  .work-benefit-title {
    font-size: 24px;
  }

  .work-container-content p {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }

  .work-container-main {
    text-align: center;
  }

  .work-container-content,
  .work-image-wrapper {
    max-width: 60%;
  }

  .work-benefit-item .d-flex {
    justify-content: left;
  }

  .work-image {
    width: 700px;
  }

  /* Partners */
  .partner-card {
    width: 11rem;
  }

  /*FAQs*/
  .faq-mainer {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lineo {
    width: 97%;
  }

  .faq-title {
    font-size: 42px;
    line-height: 54px;
  }

  .emphlth-home-maine {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* car insurance / homepage */

  .car-home-main {
    padding-left: 80px;
    padding-right: 80px;
  }

  /*Travel With Confience / Homepage*/

  .travel-with-confidence-home-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  /* Why Choose Us / Homepage*/

  .why-choose-home-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .why-choose-home-row {
    gap: 20px;
  }

  .why-choose-home-title {
    font-size: 40px;
    line-height: 48px;
  }

  .card-title {
    font-size: 22px;
    line-height: 26.4px;
  }

  .card-text {
    font-size: 18px;
    line-height: 22px;
  }

  /* Services / Homepage */

  .services-home-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .services-home-title {
    font-size: 40px;
    line-height: 48px;
  }

  .services-home-description {
    font-size: 16px;
    line-height: 22px;
  }

  .services-home-discover-btn {
    width: 180px;
    height: 50px;
    font-size: 16px;
  }

  .services-home-mainer {
    display: flex !important;
    gap: 60px;
  }

  /* Hero / Corporate Insurance */

  .corporate-mainer {
    margin-top: 20px;
    gap: 20px;
  }

  .corporate-holder {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .corporate-hero-head-main {
    font-size: 38px;
  }

  .corporate-hero-para-main {
    font-size: 16px;
  }

  .corporate-hero-main-img {
    width: 500px;
  }

  .corporate-hero-IF {
    padding: 20px;
    margin-left: 50px;
  }

  /* Hero / Car Tracker */

  .car-tracker-hero-mainer {
    margin-top: 20px;
    gap: 20px;
  }

  .car-tracker-holder {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .car-tracker-hero-head-main {
    font-size: 38px;
  }

  .car-tracker-hero-para-main {
    font-size: 16px;
  }

  .car-tracker-hero-main-img {
    width: 600px;
  }

  .car-tracker-hero-IF {
    padding: 20px;
    margin-left: 50px;
  }

  /* Choose / Car Tracker */

  .choose-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .choose-main-para {
    font-size: 18px;
  }

  .choose-box {
    width: 700px;
    height: auto;
  }

  .choose-title {
    font-size: 42px;
  }

  .choose-heading {
    font-size: 22px;
  }

  .choose-text {
    font-size: 18px;
  }

  /* Trackers / Car Tracker */

  .trackers-container {
    padding-left: 80px !important;
    padding-right: 80px !important;
    gap: 30px;
  }

  .trackers-title {
    font-size: 42px;
    line-height: 50px;
  }

  .trackers-main-para,
  .trackrs-simple-para,
  .tracker-type {
    font-size: 18px;
    line-height: 22px;
  }

  .trackers-image {
    width: 650px;
    height: auto;
  }

  /* Hero / Bike Insurance */

  .emp-life-ins-hero-mainer {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    gap: 20px;
  }

  .emp-life-ins-hero {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .hero-head-main {
    font-size: 38px;
  }

  .hero-para-main {
    font-size: 16px;
  }

  .bb-hero-main-img {
    width: 500px;
  }

  .hero-IF {
    padding: 20px;
    margin-left: 50px;
  }

  /* Key / Bike Insurance */

  .bike-wrapper {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 40px;
    padding-top: 40px;
    justify-content: flex-start;
    text-align: left;
  }

  .bike-image {
    width: 550px;
    max-width: 100%;
    height: auto;
  }

  .bike-title {
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    width: 100%;
  }

  .bike-image {
    width: 450px;
  }

  .bike-item {
    justify-content: flex-start;
    text-align: left;
  }

  /* Choice / Bike Insurance */

  .choice-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .choice-box {
    width: 700px;
    height: auto;
  }

  .choice-title {
    font-size: 42px;
  }

  .choice-heading {
    font-size: 22px;
  }

  .choice-text {
    font-size: 18px;
  }

  /* Hero / Emp Life ins */

  .emp-life-ins-hero-mainer-zaida {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    gap: 20px;
  }

  .emp-life-ins-hero {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .hero-head-main {
    font-size: 38px;
  }

  .hero-para-main {
    font-size: 16px;
  }

  .dd-hero-main-img {
    width: 500px;
    height: auto;
  }

  .hero-IF {
    padding: 20px;
  }

  /* Secure / Emp Life Ins */

  .Secure-ELI-mainer {
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .Secure-ELI-mainer h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .Secure-ELI-mainer p {
    font-size: 18px;
    line-height: 30px;
  }

  /* Insurance Coverage / Emp Life Ins */

  .IC-mainer {
    padding-left: 80px;
    padding-right: 80px;
  }

  .IC-main-title {
    font-size: 40px;
    line-height: 48px;
  }

  .IC-main-para {
    font-size: 18px;
    line-height: 22px;
  }

  .IC-child-sub,
  .IC-child-2-sub {
    width: 100%;
    height: auto;
  }

  .IC-child-sub h2,
  .IC-child-2-sub h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .IC-child-sub p,
  .IC-child-2-sub p {
    font-size: 18px;
    line-height: 22px;
  }

  .delta span {
    font-size: 22px;
    line-height: 22px;
  }

  .IC-icon {
    margin-top: -20px;
  }

  /* Choose / Emp Life Insurance */

  .Choose-ELI-mainer {
    padding: 100px 8%;
    gap: 60px;
  }

  .Choose-ELI-img {
    width: 40%;
  }

  .Choose-ELI-child h2 {
    font-size: 2rem;
  }

  /* Protect / Emp Life Ins */

  .protect-mainer {
    padding: 100px 80px;
    gap: 100px;
  }

  .protect-img {
    width: 600px;
  }

  .protect-child h2 {
    font-size: 2rem;
  }

  /* Hero / Life Insurance */

  .life-insurance-hero {
    background-color: #e6f4f9;
    height: 100%;
  }

  .life-insurance-hero-mainer {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    gap: 20px;
    padding-bottom: 40px;
  }

  .emp-life-insurance-hero {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 80px;
  }

  .life-insurance-hero-head-main {
    font-size: 38px;
  }

  .life-insurance-hero-para-main {
    font-size: 16px;
  }

  .life-insurance-hero-main-img {
    width: 350px;
  }

  .life-insurance-hero-IF {
    padding: 20px;
  }

  /* Trusted For / Life Insurance */

  .look2-mainer {
    padding: 100px 8%;
    gap: 60px;
  }

  .look2-img {
    width: 600px;
  }

  .look2-child h2 {
    font-size: 2rem;
  }

  /* Understanding / Life Insurance */

  .US-mainer {
    gap: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .US-Child h1 {
    font-size: 2.5rem;
  }

  .US-Child p {
    font-size: 1.3rem;
  }

  /* Why Life / Life Insurance */

  .line {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
  }

  .WL-mainer {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 80px;
    padding-right: 80px;
    gap: 60px;
  }

  .WL-Child {
    width: 100%;
    text-align: center;
  }

  .WL-Child h1,
  .WL-head-wala-para,
  .WL-para {
    text-align: left;
  }

  .WL-img {
    width: 500px;
    height: auto;
  }

  /* Types */

  .life-type-mainer {
    margin-top: 0px;
    padding-bottom: 120px;
  }

  .life-type-Heading-main h1 {
    font-size: 38px;
    text-align: center;
  }

  .life-type-Insurance-box h2 {
    font-size: 28px;
    text-align: center;
  }

  .life-type-Insurance-box p {
    font-size: 20px;
    text-align: center;
  }

  .life-type-Heading-main {
    padding: 0 10%;
  }

  .life-type-Insurance-box {
    max-width: 400px;
  }

  /* Why Choose / Life Insurance */

  .life-insu-mainer {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 80px;
    margin-top: 0px;
    padding-top: 0;
  }

  .life-insu-Head {
    text-align: center;
    width: 100%;
  }

  /* Hero / Emp Health Ins */

  .emp-overall {
    height: 100%;
  }

  .hero-child1-title {
    margin-left: 0px;
  }

  /* Look / Emp Healh Ins */

  .look-mainer {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    gap: 40px;
    flex-direction: row !important;
  }

  .look-child {
    max-width: 700px;
  }

  .look-img {
    width: 38%;
  }

  .look-child h2 {
    font-size: 2rem;
  }

  .look-child p {
    font-size: 16px;
  }

  /* Choose Employee / Emp Healh Ins */

  .choose-employee-container {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0;
  }

  .choose-employee-benefits-list {
    width: 100%;
  }

  .choose-employee-content {
    width: 100%;
  }

  .choose-employee-benefit-item .d-flex {
    justify-content: left;
  }

  .choose-employee-image {
    width: 600px;
  }

  /* Key / Emp Health Ins */

  .key-main-title {
    font-size: 42px;
    /* padding-left: 20rem;
        padding-right: 20rem; */
  }

  /* .key-child-box {
        width: 600px;
        height: 200px;
    } */

  /* Convnced / About Us */

  .convinced-section {
    padding: 60px 0%;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
  }

  .convinced-content {
    max-width: 90%;
  }

  .contact-details {
    text-align: left;
    margin-left: 0;
  }

  .convinced-image {
    width: 400px;
    margin-top: 30px;
  }

  /* Our Mission / About Us */

  .section-main {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-title {
    font-size: 35px;
  }

  .section-image {
    width: 400px;
  }

  /* Hero / About Us */

  .about-mainer {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 116px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .about,
  .Insu-kr {
    font-size: 50px;
  }

  .hero-about-img {
    width: 500px;
  }

  /* Hero / Travel Insurance */

  .travel-hero-mainer {
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 80px;
  }

  .travel-starter-hero {
    height: 100%;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .travel-hero-head-main {
    font-size: 34px;
  }

  .travel-hero-main-img {
    width: 650px;
  }

  .travel-hero-IF {
    padding: 20px;
  }

  /* Private Car / Car Insurance */

  .private-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .private-title {
    font-size: 42px;
    line-height: 50px;
  }

  .private-description {
    font-size: 18px;
    line-height: 26px;
  }

  /* Navbar */

  .navbarr-mainer {
    margin: 0px 80px;
    padding: 40px 0px;
  }

  /* Footer */

  .ft-mainer {
    padding-left: 80px;
    padding-left: 80px;
    padding-right: 20px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-img {
    width: 120px;
  }

  .ft-sub {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    padding-right: 0;
    text-align: center;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-footer-links {
    margin-right: 0;
  }

  .footer-links-container {
    margin-left: 0;
    justify-content: center;
  }

  .footer-newsletter-input,
  .footer-newsletter-btn {
    width: 100%;
    max-width: 345px;
  }

  /* Discover */

  .cta-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .cta-heading {
    font-size: 42px;
    line-height: 50px;
  }

  .cta-description {
    font-size: 16px;
    line-height: 26px;
  }

  .cta-subheading {
    font-size: 16px;
  }

  /* Discover Btn */

  .need-btn-alag {
    width: 700px;
  }

  /* Hero / Homepage */

  .sub-btn-hero {
    margin-top: 20px;
    margin-left: 0;
  }

  .hero-sub {
    flex-direction: row;
    display: flex;
  }

  .navbar-mainer-homepage {
    /* height: 100%; */
    height: auto;
    padding-bottom: 40px;
  }

  .hero-mainerrr {
    display: flex;
    gap: 20px;
    opacity: 0px;
    justify-content: space-between;
  }

  .Hero-child {
    padding-top: 40px;
  }

  .hero-main-img {
    width: 650px;
    height: 400px;
  }

  /* Need Help */

  .need-btn {
    width: 700px;
  }

  /* 3T / Car Insurance */

  .T-mainerr {
    padding-left: 100px;
    padding-right: 100px;
  }

  .T-main-head {
    font-size: 42px;
  }

  .T-Insurance-box {
    width: 500px;
    height: 230px;
  }

  .T-para-main {
    font-size: 16px;
  }

  /* Commercial / Car Insurance */

  .commercial-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .commercial-heading {
    font-size: 40px;
  }

  .commercial-description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 1400px) {
  /* Benefits / Car Tracker */
  .Bene-mainer {
    padding-left: 80px;
    padding-right: 80px;
  }

  .Bene-Child-h1 {
    font-size: 34px;
    text-align: left;
  }

  .Bene-main-img {
    width: 550px;
  }
}

@media (max-width: 1350px) {
  /* Customers */
  #carousel-item-1:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-5 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;
    width: 350px;
    height: 300px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-1 {
    transform: translatex(215%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    height: 250px;
    margin-top: 20px;
    width: 250px;
    display: none;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-2 {
    transform: translatex(70%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    width: 300px;
    height: 300px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-3 {
    transform: translatex(-70%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    width: 300px;
    height: 300px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-4 {
    transform: translatex(-215%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    height: 250px;
    display: none;
    margin-top: 20px;
    width: 250px;
  }
}

@media (max-width: 1309px) {
  /* Hero / Homepage */

  .hero-mainerrr {
    flex-wrap: wrap;
  }
}

@media (max-width: 1250px) {
  /* Hero / United Ins Comp */

  .United-Mainer {
    height: 600px;
  }

  .United-img {
    margin-top: 0px;
    width: 580px;
    height: auto;
  }

  /* hero / contact us */

  .contact-title {
    font-size: 45px;
  }

  .contact-img {
    width: 600px;
  }

  /* Convnced / About Us */

  .convinced-section {
    padding: 80px 0%;
    flex-direction: column;
    text-align: center;
  }

  .convinced-content {
    max-width: 90%;
  }

  .contact-details {
    text-align: left;
    margin-left: 0;
  }

  .convinced-image {
    width: 400px;
    margin-top: 30px;
  }

  /* How We Work */
  .work-container-main {
    padding-left: 40px;
    padding-right: 40px;
    flex-direction: column;
  }

  .work-container-content h1 {
    font-size: 38px;
    text-align: left;
    margin-bottom: 15px;
  }

  .work-benefit-title {
    font-size: 24px;
  }

  .work-container-content p {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }

  .work-container-main {
    text-align: center;
  }

  .work-container-content,
  .work-image-wrapper {
    max-width: 60%;
  }

  .work-benefit-item .d-flex {
    justify-content: left;
  }

  .manter {
    display: flex;
    flex-direction: row !important;
  }

  .work-image {
    width: 650px;
  }
}

@media (max-width: 1200px) {
  /* Choose Corporate / Corportae Insurance */

  .Choose-Corpo-Ins-mainer {
    flex-wrap: wrap;
  }

  /* Corpo Ins / Corporate Ins */

  .Corpo-Ins-Mainer {
    flex-wrap: wrap;
  }

  .Corpo-Ins-img {
    width: 450px;
    height: auto;
  }

  .Corpo-Ins-heading {
    text-align: center;
  }

  .Corpo-Ins-para {
    text-align: center;
  }

  /*FAQs*/
  .faq-mainer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-title {
    font-size: 42px;
    line-height: 54px;
  }
}

@media (max-width: 1199px) {
  /* Range / About Us */

  .range-heading {
    padding: 0 5%;
  }

  /* .d-flex {
        gap: 20px;
    } */

  /* Made Easy / Travel Insurance */

  .EM-Heading-main {
    padding: 0 5%;
  }

  .EM-Insurance-box {
    max-width: 100%;
  }

  /* .d-flex {
        gap: 20px;
    } */

  /* Partners */
  .partner-card {
    width: 8rem;
  }
  .partner-card img {
    width: 120px;
  }
}

@media (max-width: 1024px) {
  /*Talker*/

  .tick-para1 {
    font-size: 14px;
  }

  .talker-mainer {
    margin-left: 60px;
    margin-right: 60px;
  }

  .talker-child1 {
    width: 600px;
    height: 220px;
  }

  .talker-child2 {
    width: 280px;
    height: 220px;
  }

  .talker-child1 span {
    font-size: 28px;
  }

  .talker-h3 {
    font-size: 20px;
  }

  .talker-number {
    font-size: 28px;
  }

  /* Navbar */

  .navbarr-mainer {
    margin: 0px 40px;
    padding: 40px 0px;
  }

  /* Quote / Corporate Ins */

  .Quote-Mainer {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .Quote-h1 {
    font-size: 36px;
    line-height: 46px;
    text-align: left;
  }

  .Quote-img {
    width: 450px;
    height: 450px;
  }

  /* Offer / Corporate Insurance */

  .OCI-holder {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .Offer-Corpo-Ins-child1,
  .Offer-Corpo-Ins-child2 {
    width: 90%;
    height: auto;
  }

  .Offer-Corpo-Ins-heading-main {
    font-size: 36px;
  }

  /* Choose Corporate / Corportae Insurance */

  .Choose-Corpo-Ins-mainer {
    gap: 40px;
  }

  .Choose-Corpo-Ins-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .Choose-Corpo-Ins-para {
    font-size: 16px;
    line-height: 22px;
  }

  .Choose-Corpo-Ins-img {
    width: 450px;
  }

  /* Choose Corporate / Corportae Insurance */

  .Choose-Corpo-Ins-mainer {
    flex-wrap: wrap;
  }

  /* Corpo Ins / Corporate Ins */

  .Corpo-Ins-Mainer {
    gap: 100px;
  }

  .Corpo-Ins-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .Corpo-Ins-para {
    font-size: 16px;
    line-height: 22px;
  }

  .Corpo-Ins-img {
    width: 450px;
    height: auto;
  }

  /* Travel Insurance Cards / other insurance */

  .tic-other-insurance {
    margin-left: 0;
    margin-right: 0;
  }

  /* Hero / Other Insurance */

  .OI-span-holder {
    margin-top: 100px;
  }

  .OI-Mainer {
    height: 500px;
  }

  .OI-about,
  .OI-Insu-kr {
    font-size: 48px;
    line-height: 64px;
  }

  /* Hero / United Ins Comp */

  .United-Mainer {
    height: 500px;
  }

  .United-img {
    margin-top: 40px;
    width: 550px;
  }

  /* Insurance Page / Hero */

  .IP-main {
    margin-top: 200px;
  }

  .IP-about,
  .IP-Insu-kr {
    font-size: 48px;
    line-height: 64px;
  }

  .IP-hero-para {
    font-size: 16px;
    line-height: 26px;
    margin-left: 15rem;
    margin-right: 15rem;
  }

  /*partners*/
  .partners-cards-container-2 {
    flex-wrap: wrap;
  }

  .allignment-left-right {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  /* car insurance / homepage */

  .car-home-main {
    padding-left: 40px;
    padding-right: 40px;
  }

  /*Travel With Confience / Homepage*/

  .travel-with-confidence-home-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* Login */

  .login-mainer {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 30px;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .login-part-2 {
    width: 60%;
    height: auto;
    padding: 20px;
  }

  .login-heading-main {
    font-size: 24px;
  }

  .login-child-1 {
    width: 100%;
    flex-direction: column !important;
  }

  .login-switch,
  .login-switch-2 {
    width: 100% !important;
    padding: 12px;
  }

  .login-input {
    width: 100%;
  }

  .login-btn {
    width: 100%;
  }

  .login-img {
    width: 500px;
    height: auto;
  }

  /*404*/

  .pic-404 {
    width: 70%;
    left: 15%;
    top: 0%;
  }

  .para-404 {
    font-size: 18px;
    left: 10%;
    /* top: 65%; */
  }

  .oops {
    font-size: 18px;
    line-height: 32px;
    /* top: 60%; */
  }

  .btn-404 {
    width: 160px;
    height: 40px;
    /* top: 75%; */
    font-size: 14px;
  }

  /* StreamLine / Emp Health Ins */

  .stream-mainer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .IS-2Head {
    text-align: left;
  }

  .IS-2para {
    text-align: left;
  }

  /* hero / contact us */

  .contact-title {
    font-size: 45px;
  }

  /* Range */

  .range-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* Hero / Corporate Insurance */

  .corporate-mainer {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .corporate-hero-all {
    justify-content: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

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

  /* .d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    } */

  .corporate-hero-head-main {
    font-size: 28px;
    text-align: center;
  }

  .corporate-hero-para-main {
    font-size: 20px;
    text-align: center;
  }

  .corporate-hero-main-img {
    width: 400px;
  }

  .corporate-hero-IF {
    width: 90%;
    margin-top: 20px;
  }

  /* Hero / Car Tracker */

  .car-tracker-hero-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .car-tracker-hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* .d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    } */

  .car-tracker-hero-head-main {
    font-size: 28px;
    text-align: center;
  }

  .car-tracker-hero-para-main {
    font-size: 20px;
    text-align: center;
  }

  .car-tracker-hero-main-img {
    width: 400px;
  }

  .car-tracker-hero-IF {
    width: 90%;
    margin-top: 20px;
  }

  /* Choose / Car Tracker */

  .choose-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .choose-main-para {
    font-size: 16px;
  }

  .choose-row {
    flex-direction: column;
    gap: 16px;
  }

  .choose-box {
    width: 100%;
    height: auto;
  }

  .choose-title {
    font-size: 36px;
  }

  .choose-heading {
    font-size: 20px;
  }

  .choose-text {
    font-size: 16px;
  }

  /* Trackers / Car Tracker */

  .trackers-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
    gap: 30px;
  }

  .trackers-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .champa {
    display: flex;
    flex-direction: row !important;
  }

  .trackers-title {
    font-size: 36px;
    line-height: 44px;
    text-align: left;
  }

  .trackers-main-para,
  .trackrs-simple-para,
  .tracker-type {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .trackers-image {
    width: 500px;
    height: auto;
  }

  /* Hero / Bike Insurance */

  .emp-life-ins-hero-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }

  .hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* .d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    } */

  .hero-head-main {
    font-size: 28px;
    text-align: center;
  }

  .hero-para-main {
    font-size: 20px;
    text-align: center;
  }

  .bb-hero-main-img {
    width: 400px;
  }

  .hero-IF {
    width: 90%;
    margin-top: 20px;
  }

  /* Key / Bike Insurance */

  .bike-wrapper {
    padding-left: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 80px;
    flex-direction: column;
    gap: 30px;
  }

  .bike-image {
    width: 450px;
  }

  .bike-title {
    font-size: 32px;
    text-align: left;
  }

  .bike-header {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
  }

  .bike-description {
    text-align: left;
  }

  .bike-type {
    text-align: left;
  }

  .bike-header {
    justify-content: center;
  }

  /* Choice / Bike Insurance */

  .choice-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .choice-row {
    flex-direction: column;
    gap: 16px;
  }

  .choice-box {
    width: 100%;
    height: auto;
  }

  .choice-title {
    font-size: 36px;
  }

  .choice-heading {
    font-size: 20px;
  }

  .choice-text {
    font-size: 16px;
  }

  /* Hero / Emp Life ins */

  .emp-life-ins-hero-mainer-zaida {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }

  .hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* .d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    } */

  .hero-head-main {
    font-size: 28px;
    text-align: center;
  }

  .hero-para-main {
    font-size: 20px;
    text-align: center;
  }

  .dd-hero-main-img {
    width: 400px;
  }

  .hero-IF {
    width: 90%;
    margin-top: 20px;
  }

  /* Secure / Emp Life Ins */

  .Secure-ELI-mainer {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .Secure-ELI-mainer h1 {
    font-size: 36px;
    line-height: 43px;
  }

  .Secure-ELI-mainer p {
    font-size: 18px;
    line-height: 30px;
  }

  /* Benefits / Emp Life Ins*/

  .Ben-mainer {
    padding-left: 80px;
    padding-right: 80px;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    gap: 40px;
  }

  .dd-Ben-img {
    max-width: 50%;
  }

  .Ben-Child {
    max-width: 100%;
  }

  .Sub-Child {
    justify-content: flex-start;
  }

  .Ben-Child-head {
    font-size: 32px;
  }

  .SC-txt {
    font-size: 24px;
  }

  .Ben-Child-para {
    font-size: 20px;
  }

  .SC-para {
    font-size: 20px;
  }

  /* Insurance Coverage / Emp Life Ins */

  .IC-mainer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .IC-main-title {
    font-size: 36px;
    line-height: 43px;
  }

  .IC-main-para {
    font-size: 16px;
    line-height: 20px;
  }

  .IC-child-sub h2,
  .IC-child-2-sub h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .IC-child-sub p,
  .IC-child-2-sub p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .delta span {
    font-size: 20px;
    line-height: 20px;
  }

  .IC-icon {
    margin-top: -20px;
  }

  /* Choose / Emp Life Insurance */

  .Choose-ELI-mainer {
    gap: 50px;
    padding: 80px 5%;
  }

  .Choose-ELI-img {
    width: 45%;
  }

  .Choose-ELI-child h2 {
    font-size: 1.8rem;
  }

  /* Protect / Emp Life Ins */

  .protect-mainer {
    gap: 50px;
    flex-wrap: wrap;
    padding: 80px 5%;
  }

  .protect-img {
    width: 400px;
  }

  .protect-child h2 {
    font-size: 1.8rem;
  }

  /* Hero / Life Insurance */

  .life-insurance-hero-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }

  .life-insurance-hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .life-insurance-hero {
    height: 100%;
    padding-bottom: 50px;
  }

  /* .d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    } */

  .life-insurance-hero-head-main {
    font-size: 28px;
    text-align: center;
  }

  .life-insurance-hero-para-main {
    font-size: 20px;
    text-align: center;
  }

  .life-insurance-hero-main-img {
    width: 400px;
  }

  .life-insurance-hero-IF {
    width: 90%;
    margin-top: 20px;
  }

  /* Trusted For / Life Insurance */

  .look2-mainer {
    gap: 50px;
    padding: 80px 5%;
  }

  .look2-img {
    width: 400px;
  }

  .look2-child h2 {
    font-size: 1.8rem;
  }

  /* Understanding / Life Insurance */

  .US-mainer {
    flex-direction: column;
    text-align: center;
    gap: 50px;
    padding: 80px 30px;
  }

  .US-Child h1 {
    font-size: 3rem;
    text-align: center;
  }

  .US-Child p {
    font-size: 1.5rem;
    text-align: center;
    line-height: 40px;
  }

  .US-img {
    width: 300px;
    height: 500px;
  }

  /* Why Life / Life Insurance */

  .line {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
  }

  .WL-mainer {
    flex-direction: column;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .WL-Child {
    width: 100%;
    text-align: center;
  }

  .WL-Child h1,
  .WL-head-wala-para,
  .WL-para {
    text-align: left;
  }

  .WL-img {
    width: 500px;
    height: auto;
  }

  /* Types */

  .life-type-mainer {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .life-type-Heading-main h1 {
    font-size: 38px;
    text-align: center;
  }

  .life-type-Heading-main {
    padding: 0 5%;
  }

  .life-type-Insurance-box {
    max-width: 90%;
  }

  /* .d-flex {
        gap: 15px;
    } */

  .life-type-Insurance-box h2 {
    font-size: 28px;
  }

  .life-type-Insurance-box p {
    font-size: 20px;
    text-align: center;
  }

  /* Hero / Emp Health Ins */

  .emp-overall {
    height: 100%;
  }

  .hero-mainer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 50px;
  }

  .hero-child2 {
    width: 90%;
    max-width: 600px;
    height: auto;
  }

  /* Look / Emp Healh Ins */

  .look-mainer {
    display: flex;
    text-align: center;
    gap: 40px;
    padding: 70px 5%;
  }

  .look-img {
    width: 70%;
  }

  .look-child h2 {
    font-size: 1.6rem;
  }

  .look-child p {
    font-size: 0.9rem;
  }

  /* Choose Employee / Emp Healh Ins */

  .choose-employee-container {
    flex-direction: column;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
  }

  .scoob {
    display: flex;
    gap: 5px !important;
    flex-direction: row !important;
  }

  .choose-employee-benefit-title {
    text-align: left;
  }

  .choose-employee-content {
    width: 60%;
  }

  .choose-employee-benefit-item .d-flex {
    justify-content: left;
  }

  .choose-employee-image {
    width: 750px;
  }

  /* Key / Emp Health Ins */

  .key-main-title {
    font-size: 36px;
    /* padding-left: 10rem;
        padding-right: 10rem; */
  }

  .key-child {
    flex-direction: column;
    align-items: center;
  }

  .key-child-box {
    width: 600px;
    height: auto;
  }

  /* Convnced / About Us */

  .convinced-section {
    padding: 50px 0%;
    flex-direction: column;
    text-align: left;
  }

  .contact-label {
    font-size: 18px;
  }

  .ghq {
    display: flex !important;
    flex-direction: row !important;
  }

  .contact-details {
    font-size: 16px;
    margin-left: 0;
    text-align: left;
  }

  .convinced-image {
    width: 450px;
    margin-top: 20px;
  }

  /* Team / About Us */

  .team-child {
    width: 280px;
  }

  .team-name {
    font-size: 18px;
  }

  .team-para {
    font-size: 14px;
  }

  .cards-holder {
    gap: 15px;
  }

  /* Our Mission / About Us */

  .section-main {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
    text-align: center;
  }

  .title-container {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .section-title {
    font-size: 48px;
  }

  .section-description {
    font-size: 18px;
  }

  .section-image {
    width: 400px;
  }

  /* Hero / About Us */

  .about-main-hero {
    flex-direction: column;
    text-align: center;
  }

  .hd-cont {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .about,
  .Insu-kr {
    font-size: 50px;
  }

  .hero-about-para {
    font-size: 18px;
  }

  .hero-about-img {
    width: 700px;
  }

  /* Hero / Travel Insurance */

  .travel-hero-majin {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    text-align: center;
  }

  .travel-hero-mainer {
    margin-top: 80px;
    justify-content: center;
    text-align: left;
    padding-bottom: 50px;
  }

  .travel-starter-hero {
    height: 100%;
    padding-bottom: 50px;
    padding: 0;
  }

  .travel-hero-head-main {
    text-align: left;
  }

  .travel-rower {
    justify-content: center;
    flex-direction: row;
  }

  .travel-hero-main-img {
    width: 400px;
  }

  .travel-hero-IF {
    width: 90%;
    margin-top: 20px;
  }

  /* .travel-hero-bullet / Travel Insurance */

  .why-choose-travel-ins-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .why-choose-travel-ins-content,
  .why-choose-travel-ins-image-box {
    max-width: 90%;
    text-align: center;
  }

  .why-choose-travel-ins-title {
    font-size: 32px;
  }

  .why-choose-travel-ins-text {
    font-size: 14px;
  }

  .why-choose-travel-ins-subtitle {
    font-size: 18px;
  }

  .why-choose-travel-ins-image {
    max-width: 80%;
  }

  /* We Offer / Travel Insurance */

  .mantar {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 8px;
  }

  .insurance-content h1 {
    font-size: 28px;
  }

  .insurance-content p {
    font-size: 14px;
  }

  .insurance-image {
    max-width: 80%;
  }

  .insurance-benefit-title {
    font-size: 18px;
  }

  /* We Offer / Travel Insurance */

  .insurance-main {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 40px 20px;
  }

  .insurance-content,
  .insurance-image-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  .insurance-content h1 {
    font-size: 32px;
    text-align: center;
  }

  .insurance-benefit-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 20px;
  }

  .insurance-benefit-item .mantar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .insurance-image {
    max-width: 70%;
  }

  .insurance-content p {
    font-size: 16px;
    line-height: 1.6;
  }

  .insurance-benefit-title {
    font-size: 18px;
  }

  /* Get Insured In 3 Steps */

  .three-steps-wrapper {
    gap: 20px;
  }

  .three-steps-title {
    font-size: 28px;
  }

  .three-steps-image-1 {
    max-width: 120px;
  }

  .three-steps-image-2 {
    max-width: 300px;
  }

  .three-steps-image-3 {
    max-width: 120px;
  }

  .three-steps-text {
    font-size: 20px;
  }

  /* Private Car / Car Insurance */

  .private-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .private-title {
    font-size: 40px;
    line-height: 48px;
  }

  .private-description {
    font-size: 16px;
    line-height: 22px;
  }

  .discover-btn {
    width: 180px;
    height: 50px;
    font-size: 16px;
  }

  .ser-mainer {
    gap: 60px;
  }

  /* Footer */

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-img {
    width: 120px;
  }

  .ft-sub {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    padding-right: 0;
    text-align: center;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-footer-links {
    margin-right: 0;
  }

  .footer-links-container {
    margin-left: 0;
    justify-content: center;
  }

  .footer-newsletter-input,
  .footer-newsletter-btn {
    width: 100%;
    max-width: 345px;
  }

  /* Discover */

  .cta-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .cta-description {
    font-size: 15px;
    line-height: 24px;
  }

  .cta-subheading {
    font-size: 15px;
  }

  .cta-action-button {
    flex-direction: column;
    padding: 12px;
  }

  .cta-action-button-left {
    height: 50px;
    font-size: 24px;
    padding-right: 15px;
  }

  .cta-action-button-number {
    font-size: 18px;
  }

  /* Discover Btn */

  .need-btn-alag {
    width: 600px;
    height: 120px;
    padding: 20px;
  }

  .need-para-main-alag {
    font-size: 32px;
  }

  .need-2para-alag {
    font-size: 18px;
  }

  .need-num-alag {
    font-size: 30px;
  }

  /* Customers */

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-5 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;
    width: 350px;
    height: 300px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-1 {
    transform: translatex(215%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    height: 250px;
    margin-top: 20px;
    width: 250px;
    display: none;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-2 {
    transform: translatex(70%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    width: 300px;
    height: 300px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-3 {
    transform: translatex(-70%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    width: 300px;
    height: 300px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-4 {
    transform: translatex(-215%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    height: 250px;
    display: none;
    margin-top: 20px;
    width: 250px;
  }

  /* Why Choose Us / Homepage*/

  .why-choose-home-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .why-choose-home-title {
    font-size: 40px;
    line-height: 48px;
  }

  .card-title {
    font-size: 22px;
    line-height: 26.4px;
  }

  .card-text {
    font-size: 18px;
    line-height: 22px;
  }

  /* Services / Homepage */

  .services-home-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .services-home-title {
    font-size: 40px;
    line-height: 48px;
  }

  .services-home-description {
    font-size: 16px;
    line-height: 22px;
  }

  .services-home-discover-btn {
    width: 180px;
    height: 50px;
    font-size: 16px;
  }

  .services-home-mainer {
    gap: 60px;
  }

  /* Hero / Homepage */

  .hero-mainerrr {
    flex-wrap: wrap;
    align-items: center;
  }

  /* .Hero-child {
        padding-left: 60px;
        padding-right: 60px;
    } */

  .hero-des {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-main-img {
    margin-top: 80px;
    width: 550px;
    height: 350px;
  }

  /* Need Help */

  .need-btn {
    width: 600px;
    height: 120px;
    padding: 20px;
  }

  .need-para-main {
    font-size: 32px;
  }

  .need-2para {
    font-size: 18px;
  }

  .need-num {
    font-size: 30px;
  }

  /* 3T / Car Insurance */

  .T-mainerr {
    padding-left: 60px;
    padding-right: 60px;
  }

  .T-main-head {
    font-size: 38px;
  }

  .T-Insurance-box {
    width: 100%;
    height: auto;
  }

  .T-para-main {
    font-size: 15px;
  }

  /* Commercial / Car Insurance */

  .commercial-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .commercial-heading {
    font-size: 36px;
  }

  .commercial-description {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  /* Benefits / Car Tracker */

  .Bene-mainer {
    flex-direction: column;
    gap: 30px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }

  .goku {
    display: flex;
    flex-direction: row;
    text-align: left;
  }

  .Bene-main-img {
    width: 500px;
  }

  .Bene-Child-h1 {
    font-size: 30px;
    text-align: left;
  }

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

@media (max-width: 992px) {
  /*FAQs*/
  .faq-mainer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-title {
    font-size: 36px;
    line-height: 48px;
  }

  .faq-child {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-child span {
    font-size: 18px;
  }

  .faq-answer {
    font-size: 15.5px;
  }

  /* Hero / Contact Us */

  .hero-mainer-contact-us {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .contact-title {
    font-size: 48px;
  }

  .contact-img {
    width: 500px;
  }

  /* Drop / Contact Us */

  .drop-child {
    padding: 20px;
    margin: 80px 50px;
  }

  .drop-title {
    font-size: 22px;
  }

  .drop-inp,
  .drop-txtarea {
    padding: 8px;
  }

  /*policies*/
  .policy-box {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  /* Range / About Us */

  .range-heading {
    padding: 0 5%;
  }

  /* .d-flex {
        gap: 15px;
    } */

  /* We Offer / Travel Insurance */

  .insurance-main {
    flex-direction: column;
    text-align: center;
  }

  .insurance-content,
  .insurance-image-wrapper {
    max-width: 90%;
  }

  .insurance-benefit-item .d-flex {
    justify-content: left;
  }

  .insurance-image {
    max-width: 450px;
  }

  /* Made Easy / Travel Insurance */

  .EM-Heading-main {
    padding: 0 5%;
  }

  .EM-Insurance-box {
    max-width: 90%;
  }

  /* .d-flex {
        gap: 15px;
    } */

  /* Coverage / Car Insurance */

  .coverage-main {
    flex-direction: column;
    text-align: center;
  }

  .cover-head,
  .cover-img {
    max-width: 90%;
  }

  .coverage-item .d-flex {
    justify-content: left;
  }

  .cover-img img {
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  /*Talker*/

  .talker-mainer {
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .talker-child1 {
    width: 100%;
    height: auto;
    border-radius: 24px;
    text-align: center;
    padding: 20px;
    border-radius: 0px;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }

  .talker-child1 span {
    font-size: 24px;
    margin-left: 0;
    width: 100%;
  }

  .talker-child2 {
    width: 100%;
    height: auto;
    border-radius: 0px;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;

    padding: 20px;
  }

  .talker-h3 {
    font-size: 18px;
  }

  .talker-number {
    font-size: 24px;
  }

  /* Navbar */

  .navbarr-mainer {
    margin: 0px 40px;
    padding: 40px 0px;
  }

  /* Quote / Corporate Ins */

  .Quote-Mainer {
    padding: 40px 20px;
  }

  .Quote-h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .Quote-p {
    font-size: 18px;
    line-height: 22px;
  }

  .Quote-img {
    width: 400px;
    height: 400px;
  }

  /* Offer / Corporate Insurance */

  .Offer-Corpo-Ins-mainer {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .Offer-Corpo-Ins-heading-main {
    font-size: 30px;
  }

  .Offer-Corpo-Ins-para-main {
    font-size: 16px;
  }

  .goldi {
    flex-direction: row;
  }

  .Offer-Corpo-Ins-child1,
  .Offer-Corpo-Ins-child2 {
    width: 95%;
    padding: 15px;
  }

  /* Choose Corporate / Corportae Insurance */

  .Choose-Corpo-Ins-mainer {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    padding: 50px 20px;
  }

  .Choose-Corpo-Ins-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .Choose-Corpo-Ins-para {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .Choose-Corpo-Ins-img {
    width: 400px;
  }

  /* Corpo Ins / Corporate Ins */

  .Corpo-Ins-Mainer {
    flex-direction: column;
    gap: 50px;
    text-align: center;
  }

  .Corpo-Ins-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .Corpo-Ins-para {
    font-size: 15px;
    line-height: 20px;
  }

  .Corpo-Ins-img {
    width: 350px;
  }

  /* Hero / Other Insurance */

  .OI-about,
  .OI-Insu-kr {
    font-size: 48px;
    line-height: 56px;
  }

  .OI-span-holder {
    margin-top: 80px;
    flex-direction: column;
  }

  .OI-Mainer {
    height: 550px;
  }

  /* Hero / United Ins Comp */

  .United-Mainer {
    height: 500px;
  }

  .United-img {
    margin-top: 40px;
    width: 480px;
  }

  /* Insurance Page / Hero */

  .IP-Mainer {
    height: 700px;
  }

  .IP-main {
    margin-top: 100px;
  }

  .IP-about,
  .IP-Insu-kr {
    font-size: 36px;
    line-height: 50px;
  }

  .IP-hero-para {
    font-size: 14px;
    line-height: 24px;
    margin-left: 7rem;
    margin-right: 7rem;
    padding: 0 1rem;
  }

  /* car insurance / homepage */
  .partners-section {
    margin-top: 100px;
  }

  .allignment-left-right {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  /*Travel With Confience / Homepage*/

  .travel-with-confidence-home-section {
    padding-left: 40px;
    width: 100%;
    padding-right: 40px;
  }

  /* Login */

  .login-mainer {
    flex-direction: column !important;
    gap: 20px;
  }

  .login-part-2 {
    width: 400px;
    height: auto;
    padding: 20px;
  }

  .login-heading-main {
    font-size: 22px;
  }

  .login-child-1 {
    width: 100%;
    flex-direction: column;
  }

  .login-switch,
  .login-switch-2 {
    width: 100%;
    padding: 12px;
  }

  .login-input {
    width: 100%;
  }

  .login-btn {
    width: 100%;
  }

  .login-img {
    width: 100%;
    height: auto;
  }

  /*404*/

  .pic-404 {
    width: 60%;
    left: 20%;
    top: 25%;
  }

  .para-404 {
    font-size: 18px;
    left: 10%;
    /* top: 66%; */
  }

  .oops {
    font-size: 18px;
    line-height: 28px;
    /* top: 60%; */
  }

  .btn-404 {
    width: 140px;
    height: 35px;
    /* top: 75%; */
    font-size: 13px;
  }

  /* StreamLine / Emp Health Ins */

  .stream-mainer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .IS-2Head {
    text-align: left;
  }

  .IS-2para {
    text-align: left;
  }

  /* Range */

  .range-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Footer */

  .ft-mainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*FAqs*/
  .faq-mainer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-title {
    font-size: 30px;
    line-height: 42px;
  }

  .faq-child {
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-child span {
    font-size: 16px;
  }

  .faq-child img {
    width: 20px;
    height: 20px;
  }

  .faq-answer {
    font-size: 14.5px;
    padding: 16px;
  }

  /* Hero / Corporate Insurance */

  .corporate-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .corporate-holder {
    height: 100%;
    padding-bottom: 50px;
  }

  .corporate-hero-head-main {
    font-size: 28px;
    text-align: center;
  }

  .corporate-hero-para-main {
    text-align: center;
  }

  .corporate-hero-main-img {
    width: 400px !important;
  }

  .corporate-IF-head {
    text-align: center;
  }

  /* Hero / Car Tracker */

  .car-tracker-hero-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .car-tracker-hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .car-tracker-holder {
    height: 100%;
    padding-bottom: 50px;
  }

  .car-tracker-hero-head-main {
    font-size: 28px;
    text-align: center;
  }

  .car-tracker-hero-para-main {
    text-align: center;
  }

  .car-tracker-hero-main-img {
    width: 350px;
  }

  .car-tracker-IF-head {
    text-align: center;
  }

  /* Choose / Car Tracker */

  .choose-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .choose-main-para {
    font-size: 16px;
  }

  .choose-title {
    font-size: 32px;
  }

  .choose-heading {
    font-size: 18px;
  }

  .choose-text {
    font-size: 14px;
  }

  /* Benefits / Car Tracker */

  .Bene-main-img {
    width: 400px;
  }

  .Bene-Child-h1 {
    font-size: 28px;
    text-align: left;
  }

  .spanner {
    font-size: 18px;
  }

  .Bene-mainer {
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }

  .goku {
    display: flex;
    flex-direction: row !important;
    text-align: left;
  }

  .Bene-Child {
    text-align: left;
  }

  /* Trackers / Car Tracker */

  .trackers-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
    gap: 30px;
  }

  .trackers-container {
    padding: 0 20px;
    gap: 16px;
  }

  .champa {
    flex-direction: row;
  }

  .trackers-title {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }

  .trackers-main-para,
  .trackrs-simple-para,
  .tracker-type {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .trackers-image {
    width: 100%;
    height: auto;
  }

  /* Hero / Bike Insurance */

  .emp-life-ins-hero-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }

  .hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .emp-life-ins-hero {
    height: 100%;
    padding-bottom: 50px;
  }

  .hero-head-main {
    font-size: 28px;
    text-align: center;
  }

  .hero-para-main {
    text-align: center;
  }

  .bb-hero-main-img {
    width: 350px;
  }

  .IF-head {
    text-align: center;
  }

  /* Key / Bike Insurance */

  .bike-image {
    width: 350px;
  }

  .bike-header {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start;
  }

  .bike-title {
    font-size: 28px;
  }

  .bike-type {
    font-size: 18px;
  }

  .bike-wrapper {
    padding: 20px;
  }

  /* Choice / Bike Insurance */

  .choice-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .choice-title {
    font-size: 32px;
  }

  .choice-heading {
    font-size: 18px;
  }

  .choice-text {
    font-size: 14px;
  }

  /* Hero / Emp Life ins */

  .emp-life-ins-hero-mainer-zaida {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }

  .hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .emp-life-ins-hero {
    height: 100%;
    padding-bottom: 50px;
  }

  .hero-head-main {
    font-size: 28px;
    text-align: center;
  }

  .hero-para-main {
    text-align: center;
  }

  .dd-hero-main-img {
    width: 350px;
  }

  .IF-head {
    text-align: center;
  }

  /* Secure / Emp Life Ins */

  .Secure-ELI-mainer {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .Secure-ELI-mainer h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .Secure-ELI-mainer p {
    font-size: 18px;
    line-height: 25px;
  }

  /* Benefits / Emp Life Ins*/

  .Ben-mainer {
    padding-left: 40px;
    padding-right: 40px;
    justify-content: space-between;
    text-align: left;
    gap: 40px;
  }

  .dd-Ben-img {
    max-width: 80%;
  }

  .Ben-Child {
    max-width: 100%;
  }

  .Sub-Child {
    justify-content: flex-start;
  }

  .Ben-Child-head {
    font-size: 28px;
  }

  .SC-txt {
    font-size: 20px;
  }

  .Ben-Child-para {
    font-size: 18px;
  }

  .SC-para {
    font-size: 18px;
  }

  /* Insurance Coverage / Emp Life Ins */

  .IC-mainer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .IC-main-title {
    font-size: 32px;
    line-height: 38px;
  }

  .IC-main-para {
    font-size: 14px;
    line-height: 18px;
  }

  .IC-child-sub {
    align-items: flex-start;
  }

  .IC-child-sub h2,
  .IC-child-2-sub h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .IC-child-sub p,
  .IC-child-2-sub p {
    font-size: 14px;
    line-height: 18px;
  }

  .delta span {
    font-size: 18px;
    line-height: 18px;
  }

  .IC-icon {
    display: block;
  }

  /* Choose / Emp Life Insurance */

  .Choose-ELI-mainer {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 70px 5%;
  }

  .Choose-ELI-img {
    width: 100%;
  }

  .Choose-ELI-child h2 {
    font-size: 1.6rem;
  }

  .Choose-ELI-child p {
    font-size: 0.9rem;
  }

  /* Protect / Emp Life Ins */

  .protect-mainer {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 70px 5%;
  }

  .protect-img {
    width: 400px;
  }

  .protect-child h2 {
    font-size: 1.6rem;
    text-align: center;
  }

  .protect-child p {
    font-size: 0.9rem;
    text-align: center;
  }

  /* Hero / Life Insurance */

  .life-insurance-hero-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }

  .life-insurance-hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .life-insurance-hero {
    height: 100%;
    padding-bottom: 50px;
  }

  .life-insurance-hero-head-main {
    font-size: 28px;
    text-align: center;
  }

  .life-insurance-hero-para-main {
    text-align: center;
  }

  .life-insurance-hero-main-img {
    width: 350px;
  }

  .life-insurance-IF-head {
    text-align: center;
  }

  /* Trusted For / Life Insurance */

  .look2-mainer {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 70px 5%;
  }

  .look2-img {
    width: 300px;
  }

  .look2-child h2 {
    font-size: 1.6rem;
  }

  .look2-child p {
    font-size: 0.9rem;
  }

  /* Understanding / Life Insurance */

  .US-mainer {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 70px 20px;
  }

  .US-Child h1 {
    font-size: 3rem;
    text-align: center;
  }

  .US-Child p {
    font-size: 1.5rem;
    text-align: center;
  }

  .US-img {
    width: 300px;
    height: 500px;
  }

  /* Why Life / Life Insurance */

  .line {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
  }

  .WL-mainer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .WL-img {
    width: 90%;
    height: auto;
  }

  .WL-Child h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .WL-head-wala-para {
    font-size: 18px;
  }

  .WL-para {
    font-size: 20px;
    text-align: left;
  }

  /* Types */

  .life-type-Heading-main h1 {
    font-size: 32px;
    text-align: center;
  }

  .life-type-Heading {
    font-size: 24px;
  }

  .life-type-para {
    font-weight: 18px;
    text-align: center;
  }

  /* .d-flex {
        flex-direction: column;
        align-items: center;
    } */

  .life-type-Insurance-box {
    max-width: 90%;
  }

  .life-type-Insurance-box h2 {
    font-size: 24px;
  }

  .life-type-Insurance-box p {
    font-size: 18px;
  }

  /* Hero / Emp Health Ins */

  .emp-overall {
    height: 100%;
  }

  .herp-mainer {
    width: 100%;
  }

  .hero-child1-title {
    font-size: 1.8rem;
  }

  .hero-child1-para {
    font-size: 0.9rem;
  }

  .hero-child2-title {
    font-size: 1.3rem;
  }

  .hero-child2-inp {
    padding: 8px;
  }

  /* Look / Emp Healh Ins */

  .look-mainer {
    text-align: center;
    gap: 40px;
    padding: 70px 5%;
  }

  .look-img {
    width: 70%;
  }

  .look-child h2 {
    font-size: 1.6rem;
  }

  .look-child p {
    font-size: 0.9rem;
  }

  /* Choose Employee / Emp Healh Ins */

  .choose-employee-container {
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    padding: 30px 10px;
    gap: 20px;
  }

  .choose-employee-content h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }

  .choose-employee-benefit-title {
    font-size: 18px;
  }

  .choose-employee-content p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .choose-employee-image {
    max-width: 90%;
  }

  .choose-employee-benefits-list {
    margin-top: 15px;
  }

  .choose-employee-benefit-item {
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .choose-employee-benefit-item .d-flex {
    justify-content: flex-start;
  }

  /* Key / Emp Health Ins */

  .key-main-title {
    font-size: 32px;
    /* padding-left: 5rem;
        padding-right: 5rem; */
  }

  .key-child-box {
    width: 90%;
  }

  .key-title {
    font-size: 22px;
  }

  .key-para {
    font-size: 18px;
  }

  /* Hero / Contact Us */

  .contact-title {
    font-size: 42px;
  }

  .contact-img {
    width: 500px;
  }

  /* Drop / Contact Us */

  .drop-mainer {
    padding: 20px;
  }

  .drop-child {
    padding: 15px;
    margin: 50px 20px;
  }

  .drop-title {
    font-size: 20px;
  }

  .drop-inp,
  .drop-txtarea {
    font-size: 14px;
  }

  .drop-btn {
    font-size: 14px;
  }

  /* Range / About Us */

  .range-heading {
    padding: 0 20px;
  }

  /* Convnced / About Us */

  .convinced-section {
    padding: 40px 5%;
  }

  .convinced-heading {
    font-size: 26px;
  }

  .contact-label {
    font-size: 24px;
  }

  .contact-details {
    font-size: 18px;
    text-align: left;
  }

  .convinced-image {
    width: 400px;
  }

  /* Team / About Us */

  .team-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .team-name {
    font-size: 24px;
  }

  .team-para {
    font-size: 16px;
  }

  .team-logo {
    width: 25px;
  }

  /* Our Mission / About Us */

  .section-main {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .title-container {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .section-title {
    font-size: 40px;
  }

  .section-description {
    font-size: 16px;
  }

  .section-image {
    width: 400px;
  }

  /* Hero / About Us */

  .hd-cont {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .about,
  .Insu-kr {
    font-size: 48px;
  }

  .hero-about-para {
    font-size: 16px;
  }

  .hero-about-img {
    width: 600px;
  }

  /* Hero / Travel Insurance */

  .travel-hero-majin {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    text-align: center;
  }

  .travel-hero-mainer {
    margin-top: 80px;
  }

  .travel-starter-hero {
    height: 100%;
    padding-bottom: 50px;
  }

  .travel-rower {
    flex-direction: row;
  }

  .travel-hero-head-main {
    font-size: 28px;
    text-align: left;
  }

  .travel-hero-main-img {
    width: 350px;
  }

  .travel-IF-btn {
    width: 140px;
  }

  .travel-IF-btn-active {
    width: 140px;
  }

  /* Why Choose / Travel Insurance */

  .why-choose-travel-ins-title {
    font-size: 26px;
  }

  .why-choose-travel-ins-subtitle {
    font-size: 16px;
  }

  .why-choose-travel-ins-text {
    font-size: 13px;
  }

  .why-choose-travel-ins-image {
    max-width: 90%;
  }

  /* We Offer / Travel Insurance */

  .mantar {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 8px;
  }

  .insurance-main {
    padding: 30px 10px;
    gap: 20px;
  }

  .insurance-content,
  .insurance-image-wrapper {
    max-width: 100%;
    padding: 0 15px;
  }

  .insurance-content h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }

  .insurance-benefit-title {
    font-size: 16px;
  }

  .insurance-content p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .insurance-image {
    max-width: 90%;
  }

  .insurance-benefits-list {
    margin-top: 15px;
  }

  .insurance-benefit-item {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .insurance-benefit-item .mantar {
    justify-content: flex-start;
  }

  /* Get Insured In 3 Steps */

  .three-steps-wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .three-steps-item {
    width: 80%;
  }

  .three-steps-image-1 {
    max-width: 100px;
  }

  .three-steps-image-2 {
    max-width: 250px;
  }

  .three-steps-image-3 {
    max-width: 100px;
  }

  .three-steps-title {
    font-size: 24px;
  }

  /* Private Car / Car Insurance */

  .private-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ser-mainer {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .serv-hold {
    width: 100%;
    text-align: center;
  }

  .private-title {
    font-size: 36px;
    line-height: 43.2px;
    text-align: center;
  }

  .private-description {
    text-align: center;
  }

  .discover-btn {
    width: 160px;
    height: 48px;
    font-size: 16px;
  }

  /* Footer */

  .footer-logo-img {
    width: 120px;
  }

  .cv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ft-sub {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links-title {
    font-size: 16px;
  }

  .footer-newsletter-btn {
    padding: 10px;
    font-size: 14px;
  }

  .footer-newsletter-input {
    font-size: 14px;
    padding: 12px;
  }

  .footer-social-icons {
    gap: 10px;
  }

  .footer-footer-links {
    gap: 20px;
  }

  .footer-bottom-text,
  .footer-bottom-details {
    font-size: 12px;
  }

  /* Discover */

  .cta-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-heading {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .cta-description {
    font-size: 14px;
    line-height: 22px;
  }

  .cta-subheading {
    font-size: 14px;
  }

  .cta-action-button {
    padding: 10px;
  }

  .cta-action-button-left {
    height: 45px;
    font-size: 22px;
    padding-right: 10px;
  }

  .cta-action-button-number {
    font-size: 16px;
  }

  /* Discover Btn */

  .need-main-alag {
    height: auto;
    padding: 30px;
  }

  .need-btn-alag {
    width: 90%;
    flex-direction: column;
    gap: 20px;
    height: auto;
    padding: 20px;
  }

  .need-border-alag {
    display: none;
  }

  .need-para-main-alag {
    font-size: 28px;
    line-height: 36px;
  }

  .need-2para-alag {
    font-size: 16px;
  }

  .need-num-alag {
    font-size: 24px;
  }

  .need-img-alag {
    width: 40px;
    height: 40px;
  }

  /* Customers */

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-5 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;
    width: 200px;
    height: 300px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-1 {
    transform: translatex(0%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    width: 250px;
    margin-top: 20px;
    height: 250px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-2 {
    transform: translatex(60%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    width: 250px;
    margin-top: 20px;
    height: 250px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-3 {
    transform: translatex(-60%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    width: 250px;
    margin-top: 20px;
    height: 250px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-4 {
    transform: translatex(-215%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    height: 250px;
    margin-top: 20px;
    width: 250px;
    display: none;
  }

  /*Why Choose Us / Homepage*/

  .why-choose-home-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .why-choose-home-title {
    font-size: 36px;
    line-height: 43.2px;
    text-align: center;
  }

  .why-choose-home-card {
    padding: 20px;
  }

  .card-title {
    font-size: 20px;
    line-height: 24px;
  }

  .card-text {
    font-size: 16px;
    line-height: 20px;
  }

  .why-choose-home-card img {
    width: 50px;
  }

  /* Services / Homepage */

  .services-home-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .services-home-mainer {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .services-home-hold {
    width: 100%;
    text-align: center;
  }

  .services-home-title {
    font-size: 36px;
    line-height: 43.2px;
    text-align: center;
  }

  .services-home-description {
    text-align: center;
  }

  .services-home-discover-btn {
    width: 160px;
    height: 48px;
    font-size: 16px;
  }

  /* Hero / Homepage */

  .hero-mainerrr {
    flex-wrap: wrap;
    align-items: center;
  }

  .Hero-child {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: flex-start;
  }

  .hero-des {
    text-align: left;
  }

  .hero-sub {
    justify-content: center;
    flex-direction: row;
  }

  .hero-main-img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  /* Need Help */

  .need-main {
    height: auto;
    padding: 30px;
  }

  .need-btn {
    width: 90%;
    flex-direction: column;
    gap: 20px;
    height: auto;
    padding: 20px;
  }

  .need-border {
    display: none;
  }

  .need-para-main {
    font-size: 28px;
    line-height: 36px;
  }

  .need-2para {
    font-size: 16px;
  }

  .need-num {
    font-size: 24px;
  }

  .need-img {
    width: 40px;
    height: 40px;
  }

  /* 3T / Car Insurance */

  .T-mainerr {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .T-main-head {
    font-size: 34px;
  }

  .T-para-main {
    font-size: 14px;
  }

  .T-Insurance-box {
    width: 100%;
    padding: 20px;
  }

  .T-don {
    flex-direction: column;
  }

  /* Commercial / Car Insurance */

  .commercial-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .commercial-heading {
    font-size: 32px;
    text-align: center;
  }

  .commercial-description {
    font-size: 14px;
    text-align: center;
  }

  /* .row {
        flex-direction: column-reverse;
    } */

  .commercial-image {
    max-width: 90%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* Protect / Emp Life Ins */

  .protect-mainer {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .protect-img {
    width: 400px !important;
  }

  .protect-child h2 {
    font-size: 1.2rem;
  }

  .protect-child p {
    font-size: 0.8rem;
  }

  /* Trusted For / Life Insurance */

  .look2-mainer {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .look2-img {
    width: 200px !important;
  }

  .look2-child h2 {
    font-size: 1.2rem;
  }

  .look2-child p {
    font-size: 0.8rem;
  }

  /* How We Work */

  .work-container-main {
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    padding: 30px 10px;
    gap: 20px;
  }

  .work-container-content,
  .work-image-wrapper {
    max-width: 100%;
    padding: 0 15px;
  }

  .work-container-content h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }

  .work-benefit-title {
    font-size: 18px;
  }

  .work-container-content p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .work-image {
    max-width: 90%;
  }

  .work-benefits-list {
    margin-top: 15px;
  }

  .work-benefit-item {
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .work-benefit-item .d-flex {
    justify-content: flex-start;
  }

  /* Made Easy / Travel Insurance */

  .EM-Heading-main {
    padding: 0 20px;
  }

  .EM-Insurance-box {
    max-width: 85%;
  }

  /* Partners */
  .partners-subtitle {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    gap: 5px;
  }

  .partner-card {
    width: 7rem;
  }
  .partner-card img {
    width: 90px;
  }

  /* Coverage / Car Insurance */

  .cover-head h1 {
    font-size: 28px;
  }

  .cover-2nd-head {
    font-size: 20px;
  }

  .cover-head p {
    font-size: 14px;
  }

  .cover-img img {
    max-width: 400px;
  }

  .coverage-list {
    margin-top: 15px;
  }

  .coverage-item {
    margin-bottom: 10px;
    text-align: left;
  }

  .coverage-item .d-flex {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  /* How We Work */

  .manter {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  .work-image {
    max-width: 80%;
  }

  .work-container-content h1 {
    font-size: 24px;
  }

  .work-container-content p {
    font-size: 12px;
  }

  .work-benefit-title {
    font-size: 16px;
  }

  .work-container-main {
    padding: 20px 5px;
  }
}

@media (max-width: 576px) {
  /* Benefits / Car Tracker */

  .Bene-main-img {
    width: 300px;
  }

  .Bene-Child-h1 {
    font-size: 24px;
    text-align: left;
  }

  .spanner {
    font-size: 16px;
  }

  .Bene-mainer {
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;
  }

  .goku {
    display: flex;
    flex-direction: row;
    text-align: left;
  }

  .Bene-Child {
    text-align: left;
  }

  /* Key / Bike Insurance */

  .bike-image {
    width: 280px;
  }

  .bike-header {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start;
  }

  .bike-title {
    font-size: 24px;
  }

  .bike-type {
    font-size: 16px;
    text-align: left;
  }

  .bike-wrapper {
    padding: 15px;
  }

  .bike-description {
    text-align: left;
  }

  /* Policies / About US */

  .policy-box {
    width: 100%;
    height: auto;
  }

  /* Our Mission / About Us */

  .section-main {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title-container {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .section-title {
    font-size: 35px;
  }

  .section-description {
    font-size: 13px;
  }

  .section-image {
    width: 100%;
  }

  /* Hero / About Us */

  .about-mainer {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 100px;
  }

  .hd-cont {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .about,
  .Insu-kr {
    font-size: 35px;
  }

  .hero-about-para {
    font-size: 13px;
  }

  .hero-about-img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  /* Navbar */

  .Logo {
    width: 150px;
  }

  .navbarr-mainer {
    margin: 0px 20px;
    padding: 40px 0px;
  }

  /* Login */

  .login-mainer {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }

  .login-part-2 {
    height: auto;
    padding: 16px;
  }

  .login-heading-main {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .login-child-1 {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }

  .login-switch,
  .login-switch-2 {
    width: 100%;
    font-size: 14px;
  }

  .login-label {
    font-size: 14px;
    line-height: 16.8px;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .login-input {
    width: 100%;
    height: 40px;
  }

  .login-btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-top: 16px;
  }

  .login-img {
    width: 100%;
    height: auto;
  }

  /* Hero / Corporate Insurance */

  .corporate-hero-textarea {
    width: 100%;
    height: 80px;
    font-size: 12px;
    padding: 6px;
  }

  .corporate-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .corporate-holder {
    height: 100%;
    padding-bottom: 50px;
  }

  .corporate-hero-head-main {
    font-size: 24px;
    text-align: center;
  }

  .corporate-hero-para-main {
    font-size: 14px;
    text-align: center;
  }

  .corporate-hero-main-img {
    width: 80% !important;
  }

  .corporate-IF-head {
    text-align: center;
  }

  .corporate-hero-IF {
    width: 100%;
    padding: 15px;
  }

  .corporate-IF-nxt {
    padding: 5px;
    font-size: 14px;
  }

  /* Hero / Car Tracker */

  .car-tracker-hero-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .car-tracker-hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .car-tracker-holder {
    height: 100%;
    padding-bottom: 50px;
  }

  .car-tracker-hero-head-main {
    font-size: 24px;
    text-align: center;
  }

  .car-tracker-hero-para-main {
    font-size: 14px;
    text-align: center;
  }

  .car-tracker-hero-main-img {
    width: 60%;
  }

  .car-tracker-IF-head {
    text-align: center;
  }

  .car-tracker-hero-IF {
    width: 100%;
    padding: 15px;
  }

  .car-tracker-IF-nxt {
    padding: 5px;
    font-size: 14px;
  }

  /* Hero / Bike Insurance */

  .emp-life-ins-hero-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }

  .hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .emp-life-ins-hero {
    height: 100%;
    padding-bottom: 50px;
  }

  .hero-head-main {
    font-size: 24px;
    text-align: center;
  }

  .hero-para-main {
    font-size: 14px;
    text-align: center;
  }

  .bb-hero-main-img {
    width: 60%;
  }

  .IF-head {
    text-align: center;
  }

  .hero-IF {
    width: 100%;
    padding: 15px;
  }

  .IF-nxt {
    padding: 5px;
    font-size: 14px;
  }

  /* Hero / Emp Life ins */

  .emp-life-ins-hero-mainer-zaida {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }

  .hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .emp-life-ins-hero {
    height: 100%;
    padding-bottom: 50px;
  }

  .hero-head-main {
    font-size: 24px;
    text-align: center;
  }

  .hero-para-main {
    font-size: 14px;
    text-align: center;
  }

  .dd-hero-main-img {
    width: 60%;
  }

  .IF-head {
    text-align: center;
  }

  .hero-IF {
    width: 100%;
    padding: 15px;
  }

  .IF-nxt {
    padding: 5px;
    font-size: 14px;
  }

  /* Hero / Life Insurance */

  .life-insurance-hero-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }

  .life-insurance-hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .life-insurance-hero {
    height: 100%;
    padding-bottom: 50px;
  }

  .life-insurance-hero-head-main {
    font-size: 24px;
    text-align: center;
  }

  .life-insurance-hero-para-main {
    font-size: 14px;
    text-align: center;
  }

  .life-insurance-hero-main-img {
    width: 60%;
  }

  .life-insurance-IF-head {
    text-align: center;
  }

  .life-insurance-hero-IF {
    width: 100%;
    padding: 15px;
  }

  .life-insurance-IF-nxt {
    padding: 5px;
    font-size: 14px;
  }

  /* Range / About Us */

  /* .d-flex {
        flex-direction: column;
        align-items: center;
    } */

  /* Convnced / About Us */

  .convinced-section {
    flex-direction: column;
    text-align: center;
    padding: 30px 5%;
  }

  .convinced-heading {
    font-size: 24px;
  }

  .contact-label {
    font-size: 16px;
  }

  .contact-details {
    font-size: 14px;
    margin-left: 0;
  }

  .convinced-image {
    width: 100%;
  }

  /* Hero / Travel Insurance */

  .travel-hero-majin {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    text-align: center;
  }

  .travel-starter-hero {
    height: 100%;
    padding-bottom: 50px;
  }

  .travel-hero-mainer {
    margin-top: 80px;
  }

  .travel-hero-head-main {
    font-size: 24px;
    text-align: left;
  }

  .travel-hero-para-main {
    font-size: 14px;
  }

  .travel-hero-main-img {
    width: 100%;
  }

  .travel-hero-IF {
    width: 100%;
    padding: 15px;
  }

  .travel-IF-btn {
    width: 120px;
    height: 32px;
  }

  .travel-IF-btn-active {
    width: 120px;
    height: 32px;
  }

  .travel-IF-nxt {
    padding: 5px;
    font-size: 14px;
  }

  /* Made Easy / Travel Insurance */

  /* .d-flex {
        flex-direction: column;
        align-items: center;
    } */

  .EM-Insurance-box {
    max-width: 90%;
  }

  /* Partners */
  .partners-subtitle {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    gap: 5px;
  }

  .partners-cards-container {
    justify-content: flex-end;
    padding-right: 20px;
  }

  .partners-cards-container-2 {
    padding-right: 20px;
  }

  .partner-card {
    width: 6rem;
  }

  /* Coverage / Car Insurance */

  .cover-img img {
    max-width: 350px;
  }

  .coverage-item {
    text-align: left;
  }

  .coverage-item .d-flex {
    justify-content: flex-start;
  }
}

@media (max-width: 525px) {
  /* car insurance / homepage */
  .partners-section {
    margin-top: 120px;
  }

  /* Customers */

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-5 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;
    width: 200px;
    height: 300px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-1 {
    transform: translatex(0) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    width: 250px;
    margin-top: 20px;
    height: 250px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-2 {
    transform: translatex(15%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    width: 250px;
    margin-top: 20px;
    height: 250px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-4,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-3 {
    transform: translatex(-20%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    width: 250px;
    margin-top: 20px;
    height: 250px;
  }

  #carousel-item-1:checked ~ .carousel-cards #carousel-card-5,
  #carousel-item-2:checked ~ .carousel-cards #carousel-card-1,
  #carousel-item-3:checked ~ .carousel-cards #carousel-card-2,
  #carousel-item-4:checked ~ .carousel-cards #carousel-card-3,
  #carousel-item-5:checked ~ .carousel-cards #carousel-card-4 {
    transform: translatex(-215%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
    height: 250px;
    margin-top: 20px;
    width: 250px;
    display: none;
  }
}

@media (max-width: 480px) {
  /* car insurance / homepage */
  .partners-section {
    margin-top: 80px;
  }

  /*FAQs*/
  .faq-title {
    font-size: 24px;
    line-height: 36px;
  }

  .faq-child {
    height: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .faq-child span {
    font-size: 14px;
  }

  .faq-child img {
    width: 18px;
    height: 18px;
  }

  .faq-answer {
    font-size: 13.5px;
    padding: 12px;
  }

  /* Choose / Car Tracker */

  .choose-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .choose-title {
    font-size: 28px;
  }

  .choose-main-para {
    font-size: 15px;
  }

  .choose-heading {
    font-size: 16px;
  }

  .choose-text {
    font-size: 14px;
  }

  /* Trackers / Car Tracker */

  .trackers-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    gap: 30px;
  }

  .trackers-container {
    padding: 0 20px;
    gap: 12px;
  }

  .champa {
    flex-direction: row;
  }

  .trackers-title {
    font-size: 28px;
    line-height: 34px;
  }

  .trackers-main-para,
  .trackrs-simple-para,
  .tracker-type {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }

  .trackers-image {
    width: 100%;
    height: auto;
  }

  /* Choice / Bike Insurance */

  .choice-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .choice-title {
    font-size: 28px;
  }

  .choice-heading {
    font-size: 16px;
  }

  .choice-text {
    font-size: 14px;
  }

  /* Hero / Contact Us */

  .contact-title {
    font-size: 26px;
  }

  .contact-img {
    width: 100%;
    max-width: 350px;
  }

  /* Get Insured In 3 Steps */

  .three-steps-item {
    width: 90%;
  }

  .three-steps-image-1 {
    max-width: 80px;
  }

  .three-steps-image-2 {
    max-width: 200px;
  }

  .three-steps-image-3 {
    max-width: 80px;
  }

  .three-steps-title {
    font-size: 20px;
  }

  /* Footer */

  .footer-logo-img {
    width: 120px;
  }

  .cv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ft-sub {
    padding-left: 20px;
  }

  .footer-links-title {
    font-size: 16px;
  }

  .footer-newsletter-btn {
    padding: 10px;
    font-size: 14px;
  }

  .footer-newsletter-input {
    font-size: 14px;
    padding: 12px;
  }

  .footer-social-icons {
    gap: 10px;
  }

  .footer-footer-links {
    gap: 20px;
  }

  .footer-bottom-text,
  .footer-bottom-details {
    font-size: 12px;
  }

  /* Why Choose Us / Homepage*/

  .why-choose-home-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-choose-home-title {
    font-size: 32px;
    line-height: 38.4px;
  }

  .why-choose-home-card {
    padding: 16px;
  }

  .card-title {
    font-size: 18px;
    line-height: 21.6px;
  }

  .card-text {
    font-size: 14px;
    line-height: 18px;
  }

  .why-choose-home-card img {
    width: 50px;
  }

  /* Services / Homepage */

  .services-home-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services-home-title {
    font-size: 32px;
    line-height: 38.4px;
  }

  .services-home-description {
    font-size: 14px;
    line-height: 20px;
  }

  .services-home-discover-btn {
    width: 140px;
    height: 44px;
    font-size: 14px;
  }

  .services-home-mainer {
    gap: 30px;
  }

  /* Hero / Homepage */

  .Hero-child {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-des {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-ha {
    min-width: 100%;
  }

  .hero-main-img {
    margin-top: 10px;
  }
}

@media (max-width: 425px) {
  .talker-child1 span {
    font-size: 20px;
    line-height: 30px;
  }

  .talker-h3 {
    font-size: 16px;
  }

  .talker-number {
    font-size: 20px;
  }

  /* Hero / Corporate Insurance */

  .corporate-hero-textarea {
    width: 100%;
    height: 80px;
    font-size: 12px;
    padding: 6px;
  }

  .corporate-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .corporate-holder {
    height: 100%;
    padding-bottom: 50px;
  }

  .corporate-hero-head-main {
    font-size: 24px;
    text-align: center;
  }

  .corporate-hero-para-main {
    font-size: 14px;
    text-align: center;
  }

  .corporate-hero-main-img {
    width: 80% !important;
  }

  .corporate-IF-head {
    text-align: center;
  }

  .corporate-hero-IF {
    width: 100%;
    padding: 15px;
    margin-left: -20px !important;
  }

  .corporate-IF-nxt {
    padding: 5px;
    font-size: 14px;
  }

  /* Quote / Corporate Ins */

  .Quote-Mainer {
    gap: 30px;
  }

  .Quote-h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .Quote-p {
    font-size: 16px;
    line-height: 20px;
  }

  .Quote-img {
    width: 350px;
    height: 350px;
  }

  /* Offer / Corporate Insurance */

  .Offer-Corpo-Ins-heading-main {
    font-size: 24px;
  }

  .Offer-Corpo-Ins-para-main {
    font-size: 14px;
  }

  .Offer-Corpo-Ins-child1,
  .Offer-Corpo-Ins-child2 {
    width: 100%;
    padding: 10px;
  }

  .goldi-span {
    font-size: 18px;
  }

  .goldi-para {
    font-size: 14px;
  }

  /* Choose Corporate / Corportae Insurance */

  .Choose-Corpo-Ins-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .Choose-Corpo-Ins-para {
    font-size: 14px;
    line-height: 18px;
  }

  .Choose-Corpo-Ins-img {
    width: 300px;
  }

  /* Corpo Ins / Corporate Ins */

  .Corpo-Ins-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .Corpo-Ins-para {
    font-size: 14px;
    line-height: 18px;
  }

  .Corpo-Ins-img {
    width: 300px;
  }

  /* Hero / Other Insurance */

  .OI-span-holder {
    margin-top: 70px;
  }

  .OI-Mainer {
    height: 500px;
  }

  .OI-about,
  .OI-Insu-kr {
    font-size: 40px;
    line-height: 44px;
  }

  /* Hero / United Ins Comp */

  .United-Mainer {
    height: 500px;
  }

  .United-img {
    margin-top: 40px;
    width: 90%;
  }

  /* Insurance Page / Hero */

  .IP-main {
    margin-top: 100px;
  }

  .IP-about,
  .IP-Insu-kr {
    font-size: 30px;
    line-height: 42px;
  }

  .IP-hero-para {
    font-size: 13px;
    line-height: 22px;
    margin-left: 4rem;
    margin-right: 4rem;
    padding: 0 1rem;
  }

  /* Types */

  .life-type-mainer {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* car insurance / homepage */
  .partners-section {
    margin-top: 80px;
  }

  .allignment-left-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /*FAqs*/
  .faq-mainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lineo {
    width: 95%;
    margin-left: 0;
  }

  /* car insurance / homepage */

  .car-home-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*Travel With Confience / Homepage*/

  .travel-with-confidence-home-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Login */

  .login-part-2 {
    padding: 12px;
    width: 200px !important;
  }

  .login-heading-main {
    font-size: 18px;
    line-height: 22px;
  }

  .login-switch,
  .login-switch-2 {
    font-size: 12px;
  }

  .login-label {
    font-size: 12px;
    line-height: 14.4px;
  }

  .login-input {
    height: 35px;
  }

  .login-btn {
    height: 35px;
    font-size: 12px;
  }

  /*404*/

  .pic-404 {
    width: 80%;
    left: 10%;
    top: 20%;
  }

  .oops {
    font-size: 18px;
    line-height: 24px;
    /* top: 60%; */
    padding-left: 20px;
    padding-right: 20px;
  }

  .para-404 {
    font-size: 17px;
    left: 10%;
    /* top: 66%; */
  }

  .btn-404 {
    width: 140px;
    height: 30px;
    /* top: 80%; */
    font-size: 12px;
  }

  /* StreamLine / Emp Health Ins */

  .stream-mainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .IS-2Head {
    text-align: left;
  }

  .IS-2para {
    text-align: left;
  }

  /* Secure / Emp Life Ins */

  .Secure-ELI-mainer {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .Secure-ELI-mainer h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .Secure-ELI-mainer p {
    font-size: 18px;
    line-height: 25px;
  }

  /* Benefits / Emp Life Ins*/

  .Ben-mainer {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
    text-align: left;
    gap: 40px;
  }

  .dd-Ben-img {
    max-width: 80%;
  }

  .Ben-Child {
    max-width: 100%;
  }

  .Sub-Child {
    justify-content: flex-start;
  }

  /* Insurance Coverage / Emp Life Ins */

  .IC-mainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .IC-main-title {
    font-size: 28px;
    line-height: 34px;
  }

  .IC-main-para {
    font-size: 12px;
    line-height: 16px;
  }

  .IC-child-sub {
    align-items: flex-start;
  }

  .IC-child-sub h2,
  .IC-child-2-sub h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .IC-child-sub p,
  .IC-child-2-sub p {
    font-size: 12px;
    line-height: 16px;
  }

  .delta span {
    font-size: 16px;
    line-height: 16px;
  }

  .delta {
    gap: 5px;
    justify-content: flex-start;
  }

  /* Choose / Emp Life Insurance */

  .Choose-ELI-mainer {
    gap: 30px;
    padding: 60px 5%;
  }

  .Choose-ELI-img {
    width: 200px !important;
  }

  .Choose-ELI-child h2 {
    font-size: 1.4rem;
  }

  .Choose-ELI-child p {
    font-size: 0.85rem;
  }

  /* Why Life / Life Insurance */

  .line {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
  }

  .WL-mainer {
    gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .WL-Child h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .WL-head-wala-para {
    font-size: 16px;
    line-height: 22px;
  }

  .WL-para {
    font-size: 18px;
    text-align: left;
  }

  /* Types */

  .life-type-Heading-main h1 {
    font-size: 24px;
    text-align: center;
  }

  .life-type-Heading {
    font-size: 20px;
  }

  .life-type-para {
    font-weight: 14px;
    text-align: center;
  }

  /* .d-flex {
        flex-direction: column;
        align-items: center;
    } */

  .life-type-Insurance-box {
    max-width: 90%;
  }

  /* Hero / Emp Health Ins */

  .emp-overall {
    height: 100%;
  }

  .hero-child1-title {
    font-size: 1.5rem;
  }

  .hero-child1-para {
    font-size: 0.8rem;
  }

  .hero-child1-img {
    width: 90%;
  }

  .hero-radio-holder {
    display: flex;
    flex-direction: column;
  }

  .bar {
    display: none;
  }

  .hero-child2 {
    width: 95%;
    max-width: 380px;
    height: 720px;
  }

  .hero-child2-title {
    font-size: 1.3rem;
  }

  .hero-child2-inp {
    padding: 7px;
  }

  /* Look / Emp Healh Ins */

  .look-mainer {
    gap: 30px;
    padding: 60px 5%;
  }

  .look-img {
    width: 85%;
  }

  .look-child h2 {
    font-size: 1.4rem;
  }

  .look-child p {
    font-size: 0.85rem;
  }

  /* Key / Emp Health Ins */

  .key-main-title {
    font-size: 28px;
    /* padding-left: 2rem;
        padding-right: 2rem; */
  }

  .key-child-box {
    width: 100%;
    padding: 20px;
  }

  .key-title {
    font-size: 20px;
  }

  .key-para {
    font-size: 16px;
  }

  /* Team / About Us */

  .team-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .team-name {
    font-size: 16px;
  }

  .team-para {
    font-size: 12px;
  }

  .team-logo {
    width: 15px;
  }

  /* We Offer / Travel Insurance */

  .mantar {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 8px;
  }

  .insurance-bullet-icon {
    width: 8px;
    height: 8px;
  }

  .insurance-image {
    max-width: 80%;
  }

  .insurance-content h1 {
    font-size: 22px;
  }

  .insurance-content p {
    font-size: 12px;
  }

  .insurance-benefit-title {
    font-size: 16px;
  }

  .insurance-main {
    padding: 20px 5px;
  }

  /* Private Car / Car Insurance */

  .private-container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .private-title {
    font-size: 30px;
    line-height: 36px;
  }

  .private-description {
    font-size: 14px;
    line-height: 20px;
  }

  .discover-btn {
    width: 140px;
    height: 44px;
    font-size: 14px;
  }

  .ser-mainer {
    gap: 30px;
  }

  /* Discover */

  .cta-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-heading {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .cta-description {
    font-size: 13px;
    line-height: 20px;
  }

  .cta-subheading {
    font-size: 13px;
    text-align: center;
  }

  .cta-action-button {
    width: 100%;
    text-align: center;
  }

  .cta-action-button-left {
    height: 40px;
    font-size: 20px;
    padding-right: 8px;
  }

  .cta-action-button-number {
    font-size: 15px;
  }

  /* Discover Btn */

  .need-btn-alag {
    padding: 15px;
  }

  .need-para-main-alag {
    font-size: 24px;
  }

  .need-2para-alag {
    font-size: 14px;
  }

  .need-num-alag {
    font-size: 22px;
  }

  .need-img-alag {
    width: 35px;
    height: 35px;
  }

  /* Partners */

  .partners-subtitle {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    gap: 5px;
  }

  .partners-cards-container {
    justify-content: center;
  }

  .partners-cards-container-2 {
    justify-content: center;
  }

  .partner-card {
    width: 10rem;
  }

  .partner-card img {
    width: 80px;
  }

  /* Need Help */

  .need-btn {
    padding: 15px;
  }

  .need-para-main {
    font-size: 24px;
  }

  .need-2para {
    font-size: 14px;
  }

  .need-num {
    font-size: 22px;
  }

  .need-img {
    width: 35px;
    height: 35px;
  }

  /* 3T / Car Insurance */

  .T-mainerr {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .T-main-head {
    font-size: 30px;
  }

  .T-para-main {
    font-size: 13px;
  }

  .T-Insurance-box {
    width: 100%;
    padding: 18px;
  }

  /* Commercial / Car Insurance */

  .commercial-section {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .commercial-heading {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .commercial-description {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  .commercial-image {
    max-width: 85%;
  }
}

@media (max-width: 400px) {
  /* Choose Employee / Emp Healh Ins */

  .choose-employee-image {
    max-width: 80%;
  }

  .choose-employee-content h1 {
    font-size: 22px;
  }

  .choose-employee-content p {
    font-size: 12px;
  }

  .choose-employee-benefit-title {
    font-size: 16px;
  }

  .choose-employee-container {
    padding: 20px 5px;
  }

  /* Coverage / Car Insurance */

  .cover-img img {
    max-width: 300px;
  }

  .cover-head h1 {
    font-size: 24px;
  }

  .cover-head p {
    font-size: 12px;
  }

  .cover-2nd-head {
    font-size: 18px;
  }

  /* Why Choose / Travel Insurance */

  .why-choose-travel-ins-title {
    font-size: 22px;
  }

  .why-choose-travel-ins-subtitle {
    font-size: 14px;
  }

  .why-choose-travel-ins-text {
    font-size: 12px;
  }

  .why-choose-travel-ins-image {
    max-width: 80%;
  }
}

@media (max-width: 375px) {
  /* Hero / About Us */

  .about-mainer {
    background-color: #e6f4f9;
    height: 100%;
    padding-bottom: 100px;
  }

  .hd-cont {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .about,
  .Insu-kr {
    font-size: 30px;
  }

  .hero-about-para {
    font-size: 13px;
  }

  .hero-about-img {
    width: 100%;
  }

  /* Hero / Corporate Insurance */

  .corporate-hero-textarea {
    width: 100%;
    height: 80px;
    font-size: 12px;
    padding: 6px;
  }

  .corporate-mainer {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .hero-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .corporate-holder {
    height: 100%;
    padding-bottom: 50px;
  }

  .corporate-hero-head-main {
    font-size: 24px;
    text-align: center;
  }

  .corporate-hero-para-main {
    font-size: 14px;
    text-align: center;
  }

  .corporate-hero-main-img {
    width: 80% !important;
  }

  .corporate-IF-head {
    text-align: center;
  }

  .corporate-hero-IF {
    width: 100%;
    padding: 15px;
    margin-left: -20px !important;
  }

  .corporate-IF-nxt {
    padding: 5px;
    font-size: 14px;
  }

  /* Secure / Emp Life Ins */

  .Secure-ELI-mainer {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .Secure-ELI-mainer h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .Secure-ELI-mainer p {
    font-size: 16px;
    line-height: 25px;
  }

  /* Insurance Coverage / Emp Life Ins */

  .IC-mainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .IC-main-title {
    font-size: 24px;
    line-height: 30px;
  }

  .IC-main-para {
    font-size: 10px;
    line-height: 14px;
  }

  .IC-child-sub h2,
  .IC-child-2-sub h2 {
    font-size: 14px;
    line-height: 18px;
  }

  .IC-child-sub p,
  .IC-child-2-sub p {
    font-size: 10px;
    line-height: 14px;
  }

  .delta span {
    font-size: 14px;
    line-height: 14px;
  }

  .IC-icon {
    display: block;
  }

  /* Understanding / Life Insurance */

  .US-mainer {
    gap: 25px;
    padding: 50px 10px;
  }

  .US-Child h1 {
    font-size: 1.7rem;
    text-align: center;
  }

  .US-Child p {
    font-size: 0.5rem;
    line-height: 30px;
  }

  .US-img {
    width: 150px;
    height: 300px;
  }

  /* Why Life / Life Insurance */

  .line {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
  }

  .WL-mainer {
    gap: 20px;
    padding-left: 1px;
    padding-right: 10px;
  }

  .WL-Child h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .WL-head-wala-para {
    font-size: 14px;
    line-height: 20px;
  }

  .WL-para {
    font-size: 16px;
    text-align: left;
  }

  .WL-img {
    width: 100%;
  }

  /* Hero / Emp Health Ins */

  .emp-overall {
    height: 100%;
  }

  .herp-mainer {
    width: 100%;
  }

  .hero-mainer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 30px 5%;
  }

  .hero-child1-title {
    font-size: 1.2rem;
  }

  .hero-child1-para {
    font-size: 0.8rem;
  }

  .hero-child1-img {
    width: 90%;
  }

  .hero-child2 {
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .bar {
    display: none;
  }

  .hero-child2-title {
    font-size: 1.2rem;
  }

  .hero-child2-inp {
    padding: 6px;
  }

  /* We Offer / Travel Insurance */

  .mantar {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 8px;
  }

  .insurance-bullet-icon {
    width: 8px;
    height: 8px;
  }

  .insurance-content h1 {
    font-size: 20px;
  }

  .insurance-content p {
    font-size: 12px;
    line-height: 1.4;
  }

  .insurance-benefit-title {
    font-size: 14px;
  }

  .insurance-image {
    max-width: 75%;
  }

  /* Private Car / Car Insurance */

  .private-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .private-title {
    font-size: 28px;
    line-height: 34px;
  }

  .private-description {
    font-size: 13px;
    line-height: 18px;
  }

  .discover-btn {
    width: 130px;
    height: 42px;
    font-size: 13px;
  }

  /* Discover */

  .cta-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .cta-description {
    font-size: 12px;
    line-height: 18px;
  }

  .cta-subheading {
    font-size: 12px;
  }

  .cta-action-button {
    flex-direction: column;
    padding: 8px;
  }

  .cta-action-button-left {
    height: 35px;
    font-size: 18px;
  }

  .cta-action-button-number {
    font-size: 14px;
  }

  /* Dicover Btn */

  .need-btn-alag {
    padding: 10px;
    gap: 10px;
  }

  .need-para-main-alag {
    font-size: 20px;
  }

  .need-2para-alag {
    font-size: 12px;
  }

  .need-num-alag {
    font-size: 20px;
  }

  .need-img-alag {
    width: 30px;
    height: 30px;
  }

  /* Partners */

  .partners-subtitle {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    gap: 5px;
  }

  /* Need Help */

  .need-btn {
    padding: 10px;
    gap: 10px;
  }

  .need-para-main {
    font-size: 20px;
  }

  .need-2para {
    font-size: 12px;
  }

  .need-num {
    font-size: 20px;
  }

  .need-img {
    width: 30px;
    height: 30px;
  }

  /* 3T / Car Insurance */

  .T-mainerr {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .T-main-head {
    font-size: 26px;
  }

  .T-para-main {
    font-size: 12px;
  }

  .T-Insurance-box {
    padding: 15px;
  }

  /* Commercial / Car Insurance */

  .commercial-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .commercial-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .commercial-description {
    font-size: 12px;
    line-height: 18px;
  }

  .commercial-image {
    max-width: 80%;
  }
}

@media (max-width: 374px) {
  /* Key / Emp Health Ins */

  .key-main-title {
    font-size: 24px;
    /* padding-left: 1rem;
        padding-right: 1rem; */
  }

  .key-child-box {
    padding: 18px;
  }

  .key-title {
    font-size: 18px;
  }

  .key-para {
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  /*Talker*/

  .talker-child1 span {
    font-size: 18px;
  }

  .talker-h3 {
    font-size: 14px;
  }

  .talker-number {
    font-size: 18px;
  }

  .talker-img {
    width: 20px;
    height: 20px;
  }

  /* Navbar */

  .navbarr-mainer {
    margin: 0px 10px;
    padding: 40px 0px;
  }

  .mobile-menu {
    padding: 10px;
  }

  /* Quote / Corporate Ins */

  .Quote-Mainer {
    padding: 30px 15px;
    gap: 20px;
  }

  .Quote-h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .Quote-p {
    font-size: 14px;
    line-height: 18px;
  }

  .Quote-img {
    width: 300px;
    height: 300px;
  }

  /* Offer / Corporate Insurance */

  .Offer-Corpo-Ins-heading-main {
    font-size: 20px;
    line-height: 26px;
  }

  .Offer-Corpo-Ins-para-main {
    font-size: 12px;
  }

  .Offer-Corpo-Ins-child1,
  .Offer-Corpo-Ins-child2 {
    width: 100%;
    padding: 8px;
  }

  .goldi-span {
    font-size: 16px;
  }

  .goldi-para {
    font-size: 12px;
  }

  /* Choose Corporate / Corportae Insurance */

  .Choose-Corpo-Ins-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .Choose-Corpo-Ins-para {
    font-size: 13px;
    line-height: 16px;
  }

  .Choose-Corpo-Ins-img {
    width: 250px;
  }

  /* Corpo Ins / Corporate Ins */

  .Corpo-Ins-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .Corpo-Ins-para {
    font-size: 13px;
    line-height: 16px;
  }

  .Corpo-Ins-img {
    width: 250px;
  }

  /* Hero / Other Insurance */

  .OI-span-holder {
    margin-top: 70px;
  }

  .OI-Mainer {
    height: 500px;
  }

  .OI-about,
  .OI-Insu-kr {
    font-size: 38px;
    line-height: 40px;
  }

  /* Hero / United Ins Comp */

  .United-Mainer {
    height: 500px;
  }

  .United-img {
    margin-top: 40px;
    width: 80%;
    max-width: 300px;
  }

  /* Insurance Page / Hero */

  .IP-main {
    margin-top: 100px;
  }

  .IP-about,
  .IP-Insu-kr {
    font-size: 24px;
    line-height: 36px;
  }

  .IP-hero-para {
    font-size: 12px;
    line-height: 20px;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 0 0.5rem;
  }

  /* Types */

  .life-type-mainer {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* car insurance / homepage */
  .partners-section {
    margin-top: 80px;
  }

  .allignment-left-right {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /*FAqs*/
  .faq-mainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* car insurance / homepage */

  .car-home-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*Travel With Confience / Homepage*/

  .travel-with-confidence-home-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Login */

  .login-part-2 {
    padding: 12px;
    width: 200px !important;
  }

  .login-heading-main {
    font-size: 18px;
    line-height: 22px;
  }

  .login-switch,
  .login-switch-2 {
    font-size: 12px;
  }

  .login-label {
    font-size: 12px;
    line-height: 14.4px;
  }

  .login-input {
    height: 35px;
  }

  .login-btn {
    height: 35px;
    font-size: 12px;
  }

  /*404*/
  .pic-404 {
    width: 70%;
    left: 15%;
    top: 20%;
  }

  .oops {
    font-size: 18px;
    line-height: 24px;
    /* top: 60%; */
    padding-left: 20px;
    padding-right: 20px;
  }

  .para-404 {
    font-size: 17px;
    left: 10%;
    /* top: 66%; */
  }

  .btn-404 {
    width: 140px;
    height: 30px;
    /* top: 80%; */
    font-size: 12px;
  }

  /* StreamLine / Emp Health Ins */

  .stream-mainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .IS-2Head {
    text-align: left;
  }

  .IS-2para {
    text-align: left;
  }

  /* Secure / Emp Life Ins */

  .Secure-ELI-mainer {
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .Secure-ELI-mainer h1 {
    font-size: 24px;
    line-height: 26px;
  }

  .Secure-ELI-mainer p {
    font-size: 16px;
    line-height: 25px;
  }

  /* Insurance Coverage / Emp Life Ins */

  .IC-mainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .IC-main-title {
    font-size: 24px;
  }

  .IC-main-para {
    font-size: 12px;
  }

  .IC-child-sub h2,
  .IC-child-2-sub h2 {
    font-size: 16px;
  }

  .IC-child-sub p,
  .IC-child-2-sub p {
    font-size: 12px;
  }

  .IC-icon {
    display: block;
  }

  .delta span {
    font-size: 12px;
  }

  /* Choose / Emp Life Insurance */

  .Choose-ELI-mainer {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 50px 5%;
  }

  .Choose-ELI-img {
    width: 200px !important;
    margin-left: -28px;
  }

  .Choose-ELI-child h2 {
    font-size: 1.2rem;
  }

  .Choose-ELI-child p {
    font-size: 0.8rem;
  }

  /* Protect / Emp Life Ins */

  .protect-mainer {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .protect-img {
    width: 200px !important;
  }

  .protect-child h2 {
    font-size: 1.2rem;
  }

  .protect-child p {
    font-size: 0.8rem;
  }

  /* Trusted For / Life Insurance */

  .look2-mainer {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .look2-img {
    width: 200px !important;
  }

  .look2-child h2 {
    font-size: 1.2rem;
  }

  .look2-child p {
    font-size: 0.8rem;
  }

  /* Understanding / Life Insurance */

  .US-mainer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .US-Child h1 {
    font-size: 1rem;
    text-align: center;
  }

  .US-Child p {
    font-size: 0.85rem;
    text-align: center;
  }

  .US-img {
    width: 150px;
    height: 300px;
  }

  /* Hero / Emp Health Ins */

  .emp-overall {
    height: 100%;
  }

  .hero-mainer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 30px 5%;
  }

  .hero-child1-title {
    font-size: 1.2rem;
  }

  .hero-child1-para {
    font-size: 0.8rem;
  }

  .hero-child1-img {
    width: 100%;
  }

  .hero-child2 {
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .bar {
    display: none;
  }

  .hero-child2-title {
    font-size: 1.2rem;
  }

  .hero-child2-inp {
    padding: 6px;
  }

  /* Look / Emp Healh Ins */

  .look-mainer {
    text-align: center;
    gap: 20px;
    padding: 50px 5%;
  }

  .look-img {
    width: 100%;
    margin-left: -28px;
  }

  .look-child h2 {
    font-size: 1.2rem;
  }

  .look-child p {
    font-size: 0.8rem;
  }

  /* Key / Emp Health Ins */

  .key-main-title {
    font-size: 22px;
  }

  .key-child-box {
    padding: 16px;
  }

  .key-title {
    font-size: 16px;
  }

  .key-para {
    font-size: 14px;
  }

  /* We Offer / Travel Insurance */

  .mantar {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 0px;
  }

  .insurance-content h1 {
    font-size: 18px;
  }

  .insurance-content p {
    font-size: 11px;
  }

  .insurance-benefit-title {
    font-size: 14px;
  }

  .insurance-bullet-icon {
    width: 8px;
    height: 8px;
  }

  .insurance-main {
    padding: 15px 5px;
  }

  /* Private Car / Car Insurance */

  .private-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .private-title {
    font-size: 26px;
    line-height: 32px;
  }

  .private-description {
    font-size: 12px;
    line-height: 18px;
  }

  .discover-btn {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }

  /* Footer */

  .footer-logo-img {
    width: 100px;
  }

  .cv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-description {
    font-size: 12px;
  }

  .footer-links-title {
    font-size: 14px;
  }

  .footer-links p {
    font-size: 12px;
  }

  .footer-newsletter-title {
    font-size: 16px;
  }

  .footer-newsletter-input {
    width: 100%;
    padding: 10px;
  }

  .footer-newsletter-btn {
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }

  .ft-sub {
    padding-left: 20px;
  }

  .footer-social-icons img {
    height: 16px;
    width: 16px;
  }

  .footer-footer-links {
    gap: 10px;
  }

  .footer-bottom-text,
  .footer-bottom-details {
    font-size: 10px;
  }

  /* Discover */

  .cta-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .cta-description {
    font-size: 11px;
    line-height: 16px;
  }

  .cta-subheading {
    font-size: 11px;
  }

  .cta-action-button {
    padding: 6px;
  }

  .cta-action-button-left {
    font-size: 16px;
  }

  .cta-action-button-number {
    font-size: 13px;
  }

  /* Discover Btn */

  .need-btn-alag {
    width: 100%;
    padding: 10px;
  }

  .need-para-main-alag {
    font-size: 18px;
  }

  .need-2para-alag {
    font-size: 12px;
  }

  .need-num-alag {
    font-size: 18px;
  }

  .need-img-alag {
    width: 25px;
    height: 25px;
  }

  /* Partners */

  .partners-subtitle {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    gap: 5px;
  }

  /* Need Help */

  .need-btn {
    width: 100%;
    padding: 10px;
  }

  .need-para-main {
    font-size: 18px;
  }

  .need-2para {
    font-size: 12px;
  }

  .need-num {
    font-size: 18px;
  }

  .need-img {
    width: 25px;
    height: 25px;
  }

  /* 3T / Car Insurance */

  .T-mainerr {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .T-main-head {
    font-size: 24px;
  }

  .T-para-main {
    font-size: 11px;
  }

  .T-Insurance-box {
    padding: 12px;
  }

  /* Commercial / Car Insurance */

  .commercial-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .commercial-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .commercial-description {
    font-size: 12px;
    line-height: 16px;
  }

  .commercial-image {
    max-width: 75%;
  }
}

@media screen and (max-width: 320px) {
  /* Insurance Services / Car Insurance*/

  .IS-Car-Ins-Mainer {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  /* Why Choose / Life Insurance */

  .life-insu-card {
    width: 100%;
    /* justify-content: center;
        align-items: center; */
  }

  .life-insu-img {
    width: 50px;
  }

  .life-insu-2Head {
    font-size: 16px;
  }

  .life-insu-2para {
    font-size: 13px;
  }

  .life-insu-last-para {
    font-size: 13px;
    padding: 0 20px;
  }

  /* StreamLine / Emp Health Ins */

  .IS-card-list {
    padding: 0 15px;
    gap: 20px;
  }

  .IS-Head {
    font-size: 20px;
  }

  .IS-card {
    padding: 10px;
  }

  .IS-img {
    width: 50px;
  }

  .IS-2Head {
    font-size: 16px;
  }

  .IS-2para {
    font-size: 13px;
  }

  .IS-last-para {
    font-size: 13px;
    padding: 0 20px;
  }

  /* Hero / Car Insurance */

  .hero-Car-Ins-section {
    padding: 3vh 20px;
  }

  .hero-Car-Ins-both {
    flex-wrap: wrap;
    padding-bottom: 10px;
    justify-content: center;
  }

  .hero-Car-Ins-donha {
    width: 100%;
    text-align: center;
  }

  .hero-Car-Ins-head-main {
    font-size: 24px;
  }

  .hero-Car-Ins-main-para {
    font-size: 13px;
    max-width: 90%;
    margin: 0 auto 20px;
  }

  .hero-Car-Ins-main-image {
    max-width: 100%;
    width: 90%;
  }

  .hero-Car-Ins-car-mgm {
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    height: auto;
  }

  .hero-Car-Ins-button {
    font-size: 14px;
    padding: 8px;
  }

  /* Insurance Services / Car Insurance*/

  .IS-Car-Ins-Mainer {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .IS-Car-Ins-card-list {
    /* padding: 0 15px; */
    gap: 20px;
  }

  .IS-Car-Ins-card {
    width: 100%;
    padding: 10px;
  }

  .IS-Car-Ins-img {
    width: 50px;
  }

  .IS-Car-Ins-2Head {
    font-size: 16px;
  }

  .IS-Car-Ins-2para {
    font-size: 13px;
  }

  .IS-Car-Ins-last-para {
    font-size: 13px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  /* StreamLine / Emp Health Ins */

  .IS-card-list {
    padding: 0 20px;
    gap: 25px;
  }

  .IS-card {
    padding: 12px;
  }

  .IS-img {
    width: 60px;
  }

  .IS-2Head {
    font-size: 17px;
  }

  .IS-2para {
    font-size: 14px;
  }

  .IS-last-para {
    font-size: 14px;
    padding: 0 30px;
  }

  /* Hero / Car Insurance */

  .hero-Car-Ins-section {
    padding: 4vh 20px;
  }

  .hero-Car-Ins-donha {
    width: 100%;
    text-align: center;
  }

  .hero-Car-Ins-head-main {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .hero-Car-Ins-main-para {
    font-size: 14px;
    max-width: 90%;
    margin: 0 auto 20px;
  }

  .hero-Car-Ins-main-image {
    max-width: 90%;
    width: auto;
    margin: 0 auto;
  }

  .hero-Car-Ins-car-mgm {
    width: 90%;
    margin: 30px auto 0;
    padding: 20px;
    height: auto;
  }

  .hero-Car-Ins-button {
    font-size: 16px;
    padding: 10px;
  }

  /* Insurance Services / Car Insurance*/

  .IS-Car-Ins-Mainer {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .IS-Car-Ins-card-list {
    /* padding: 0 20px; */
    gap: 25px;
  }

  .IS-Car-Ins-card {
    width: 48%;
    padding: 12px;
  }

  .IS-Car-Ins-img {
    width: 60px;
  }

  .IS-Car-Ins-2Head {
    font-size: 17px;
  }

  .IS-Car-Ins-2para {
    font-size: 14px;
  }

  .IS-Car-Ins-last-para {
    font-size: 14px;
    padding: 0 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* Why Choose / Life Insurance */

  .IS-card-list {
    padding: 0 30px;
    gap: 30px;
  }

  .IS-card {
    padding: 15px;
  }

  .IS-img {
    width: 70px;
  }

  .IS-2Head {
    font-size: 18px;
  }

  .IS-2para {
    font-size: 15px;
  }

  .IS-last-para {
    font-size: 15px;
    padding: 0 40px;
  }

  /* Hero / Car Insurance */

  .hero-Car-Ins-both {
    flex-wrap: wrap;
    padding-bottom: 10px;
    justify-content: center;
  }

  .hero-Car-Ins-donha {
    width: 50%;
  }

  .hero-Car-Ins-main-image {
    max-width: 400px;
  }

  .hero-Car-Ins-car-mgm {
    width: 30rem;
    margin-top: 40px;
  }

  /* Insurance Services / Car Insurance*/

  .IS-Car-Ins-Mainer {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .IS-Car-Ins-card-list {
    /* padding: 0 30px; */
    gap: 30px;
  }

  .IS-Car-Ins-card {
    width: 48%;
    padding: 15px;
  }

  .IS-Car-Ins-img {
    width: 70px;
  }

  .IS-Car-Ins-2Head {
    font-size: 18px;
  }

  .IS-Car-Ins-2para {
    font-size: 15px;
  }

  .IS-Car-Ins-last-para {
    font-size: 15px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  /* Why Choose / Life Insurance */

  .life-insu-mainer {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .life-insu-card {
    width: 48%;
  }

  .life-insu-img {
    width: 60px;
  }

  .life-insu-2Head {
    font-size: 17px;
  }

  .life-insu-2para {
    font-size: 14px;
  }

  .life-insu-last-para {
    font-size: 14px;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1920px) {
  /* StreamLine / Emp Health Ins */

  .IS-card-list {
    padding: 0 40px;
    gap: 30px;
  }

  .IS-card {
    padding: 15px;
  }

  .IS-img {
    width: 70px;
  }

  .IS-2Head {
    font-size: 18px;
  }

  .IS-2para {
    font-size: 15px;
  }

  .IS-last-para {
    font-size: 15px;
    padding: 0 300px;
  }

  /* Insurance Services / Car Insurance*/

  .IS-Car-Ins-Mainer {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .IS-Car-Ins-card-list {
    /* padding: 0 40px; */
    gap: 30px;
  }

  .IS-Car-Ins-card {
    width: 32%;
    padding: 15px;
  }

  .IS-Car-Ins-img {
    width: 70px;
  }

  .IS-Car-Ins-2Head {
    font-size: 18px;
  }

  .IS-Car-Ins-2para {
    font-size: 15px;
  }

  .IS-Car-Ins-last-para {
    font-size: 15px;
    padding: 0 300px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  /* Hero / Car Insurance */

  .hero-Car-Ins-donha {
    width: 50%;
  }

  .hero-Car-Ins-main-image {
    max-width: 500px;
  }

  .hero-Car-Ins-car-mgm {
    width: 35rem;
    margin-top: 40px;
    max-height: 80%;
    min-height: 300px;
    height: auto;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1919px) {
  /* Hero / Car Insurance */

  .hero-Car-Ins-section {
    padding: 5vh 10%;
  }

  .hero-Car-Ins-donha {
    width: 55%;
  }

  .hero-Car-Ins-head-main {
    font-size: 40px;
  }

  .hero-Car-Ins-main-para {
    font-size: 16px;
    max-width: 600px;
  }

  .hero-Car-Ins-main-image {
    max-width: 650px;
  }

  .hero-Car-Ins-car-mgm {
    width: 45rem;
    padding: 30px;
    /* height: auto; */
  }

  .hero-Car-Ins-button {
    font-size: 18px;
    padding: 12px;
  }
}

@media (min-width: 1600px) {
  .nav-link-font {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .nav-link-font {
    font-size: 11px;
  }
  .navbar-nav {
    margin-right: 1rem !important;
  }
  .calling {
    width: 14px;
    height: 14px;
  }

  .Shield {
    width: 14px;
    height: 14px;
  }
}

@media (min-width: 1280px) {
  .nav-link-font {
    font-size: 13px;
  }
  .calling {
    width: 20px;
    height: 20px;
  }

  .Shield {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1366px) {
  .nav-link-font {
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
  }
  .calling {
    width: 24px;
    height: 24px;
  }

  .Shield {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 992px) {
  .nav-link-font {
    font-size: 10px;
  }

  #navbarNav .mb-2 {
    margin-right: 1.5rem !important;
  }

  .calling,
  .Shield {
    width: 18px;
    height: 18px;
  }
}

.text-Mate-Black {
  color: #ffffff;
}
.backgroud-Mate-Black {
  background: #424242;
}

.text-gray-700 {
  color: #7b7b7b;
}

.background-gray-700 {
  background: #7b7b7b;
}

.text-gray-300 {
  color: #4e4b66;
}

.background-gray-300 {
  background: #4e4b66;
}

.text-gray-500 {
  color: #6e7191;
}

.background-gray-500 {
  background: #6e7191;
}

.text-neutral-100 {
  color: #1d1e25;
}

.background-neutral-100 {
  background: #1d1e25;
}

.text-light-black {
  color: #ffffff;
}

.background-light-black {
  background: #696969;
}

.custom-font-normal {
  font-weight: 400;
}

.custom-font-medium {
  font-weight: 500;
}

.custom-font-semibold {
  font-weight: 600;
}

.custom-font-bold {
  font-weight: 700;
}

.custom-h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  line-height: 60px;
}

.custom-h-One {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 50px;
}

.custom-h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.custom-h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 50px;
}

.custom-h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.custom-h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.custom-h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.custom-p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 31px;
}

.custom-hero-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  /* line-height: 31px; */
  letter-spacing: -0.02em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  /* margin-top: 16px; */
  margin: 20px 0 10px;
  font-weight: 400;
}

.travel-hero-2nd-head {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: justified;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.custom-width-49 {
  /* width: 100%; */
  width: 49%;
}
/* 1280px to 1420px */
@media (max-width: 1420px) and (min-width: 1281px) {
  .custom-h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 44px;
  }
  .custom-h-One {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    line-height: 50px;
  }
  .custom-h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
  }
  .custom-h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
  }

  .custom-h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
  }

  .custom-h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
  }

  .custom-h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
  }
  .custom-p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 24px;
  }
  .custom-hero-text {
    font-size: 18px;
  }

  .travel-hero-2nd-head {
    font-size: 14px;
  }
  .custom-width-49 {
    width: 49%;
  }
}

@media (max-width: 768px) {
  .custom-flex-reverse-sm {
    flex-direction: row-reverse !important;
  }
}

/* Below 1280px */
@media (max-width: 1280px) {
  .custom-h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
  }
  .custom-h-One {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 50px;
  }
  .custom-h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    /* line-height: 10px; */
  }
  .custom-h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
  }

  .custom-h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
  }

  .custom-h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
  }

  .custom-h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
  }
  .custom-p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 20px;
  }
  .custom-hero-text {
    font-size: 16px;
  }
  .travel-hero-2nd-head {
    font-size: 14px;
  }
  .custom-width-49 {
    /* width: 100%; */
    width: 49%;
  }
}
.home-banner {
  background-image: url(../banner-home.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 190px 0;
}

/* Black overlay */
.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #82c2ec91, #2e5dc6); /* Black with 50% transparency */
  z-index: -1;
}

/* Ensure content is above overlay */
.home-banner .container-fluid {
  position: relative;
  z-index: 2;
}
img.img-fluid {
  transition: transform 0.3s ease;
}
img.img-fluid:hover {
  transform: scale(1.05);
}
.d-flex.align-items-center.gap-2 {
  padding: 3px 20px;
  border-radius: 10px;
  color: #000;
}

.why-choose-home-card {
  height: 270px;
  transition: 0.5s;
  border: 1px solid #ffffff63;
  box-shadow: 1px 1px 5px 1px #ffffff6b;
}
.why-choose-home-card:hover {
  margin: -10px;
}
.why {
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  padding: 1px 0;
}
.insurance-home h2 {
  color: #000;
}
section.car .custom-h2 {
  color: #000;
  text-align: left;
}
section.car p {
  color: #000;
  text-align: left;
}
section.car img {
  border-radius: 20px;
}
.travel {
}
.travel .custom-h2 {
  color: #ffffff;
  text-align: left;
}
.travel p {
  color: #ffffff !important;
}
.travel img {
  border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.photo-frame {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9de3f9, #2e5dc6);
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.photo-frame:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(46, 93, 198, 0.5);
}

.photo-frame img.feature-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

section.protection .custom-h2 {
  color: #000;
  text-align: left;
}
section.protection p {
  color: #000;
}
section.protection img {
  border-radius: 20px;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.Employee {
}
.Employee .custom-h2 {
  color: #ffffff;
  text-align: left;
}
.Employee p {
  color: #ffffff;
}
.Employee h3 {
  color: #ffffff;
}
.Employee .d-flex.align-items-center.gap-2 {
  border: none;
  background: transparent;
}
.Employee img {
  border-radius: 20px;
  width: 100%;
  height: 520px;
  object-fit: cover;
}
section.Employee {
  padding: 10px 0 60px;
  background: linear-gradient(22deg, #9de3f9, #2e5dc6);
  margin: 80px 0 0;
}
.customers-radio-catcher input[type="radio"] {
  display: none;
}
.pouches h2 {
    color: #000;
}
.testimonial-card p {
    color: #fff;
}
.partners-section {
    background: linear-gradient(22deg, #9de3f9, #2e5dc6);
    padding: 50px 0;
}

.partners-section p {
    color: #fff;
}

.partners-section img {
    border-radius: 10px;
}
.faq-mainer h2 {
    color: #000;
}

.faq-mainer {
    background: transparent;
}
a {
    text-decoration: none;
}
.a-banner{
  background-image: url(../banner-home.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 90px 0;
}
.a-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, #82c2ec91, #2e5dc6);
    z-index: -1;
}
.content h2 {
    color: #000;
    text-align: left;
}

.content p {
    color: #000;
}
.content img {
        border-radius: 10px;
}

.allignment-left-right h2 {
    color: #fff;
}

.allignment-left-right p {
    color: #fff;
}

.cta-container h2 {color: #fff;}
.allignment-left-right .manter.d-flex.align-items-center.gap-2 {
    background: transparent;
    border: none;
}
.insurance-home h2 {
    text-align: center;
}

p.insurance-home-title.custom-font-bold {
    color: #fff;
}
.why h2.text-neutral-100.mb-4.custom-h2.custom-font-bold.text-left {
    color: #fff;
    text-align: center;
}

.why p.text-neutral-100-text.custom-font-bold.custom-h5 {
    color: #fff;
}

.why p.card-text {
    color: #fff;
}
.partners-section h2{
  color: #fff;
}
.partners-section p{

  color: #fff;
}

p.range-text {
    color: #fff;
}
.ghq.d-flex.align-items-center {
    justify-content: center;
}
.partners-section p {
    color: #fff;
}
.ser p.custom-hero-text {
    color: #000;
}
.ser p.custom-h4.custom-font-bold.mb-4 {
    color: #fff;
} 
.ghq.col-12.col-sm-3.d-flex.align-items-center.gap-2 {
    border: 1px solid #fff;
    padding: 3px 20px;
    border-radius: 10px;
    color: #ffffff;
    background: #204079;
}

.ghq.col-12.col-sm-4.d-flex.align-items-center.gap-2 {
    padding: 3px 20px;
    border-radius: 10px;
    color: #ffffff;
    background: #204079;
}
p.team-para {
    color: #000;
}
.why-choose-travel-ins-header h3 {
    color: #fff;
}

img.why-choose-travel-ins-icon {
    filter: invert(1) brightness(0.5);
}
.why-choose-travel-ins-container.allignment-left-right {
    background: linear-gradient(22deg, #9de3f9, #2e5dc6);
}
img.why-choose-travel-ins-image {
    object-fit: cover;
    height: 640px;
}
.insurance-benefits-list h3 {
    color: #000;
}
.allignment-left-right.EM-mainer.mt-5.mt-md-0 {
    background: linear-gradient(22deg, #9de3f9, #2e5dc6);
    padding: 40px 0;
}
.color-1 h4.custom-h4.EM-Heading {
    color: #fff;
}

.color-2 h4.custom-h4.EM-Heading {
    color: #fff;
}
p.custom-h4.custom-font-bold.mb-4 {
    color: #fff;
}
.hero-Car-Ins-section p.custom-hero-text {
    color: #000;
}
.list{background:linear-gradient(22deg, #9de3f9, #2e5dc6);padding: 40px 0;}
.list h2{
  color: #fff;
}
.list p{
  color: #fff;
}
.blck h2{color: #000;}
.blck p{color: #000;}

.T-Insurance-box h3 {
    color: #fff;
}

.T-Insurance-box p {
    color: #fff;
}
.coverage-item .ghq.d-flex.align-items-center {
    justify-content: left;
}
.coverage-item h3 {
    color: #fff;
}
img.img-fluid.ina {
    width: 98%;
    height: 590px;
    object-fit: cover;
}
.IS-Car-Ins-card .custom-h4 {
    color: #fff;
}
.key-mainer {
    background: linear-gradient(22deg, #9de3f9, #2e5dc6);
    padding: 40px 0;
}

.key-mainer h2 {
    color: #fff;
}
form#insuranceForm p {
    color: #fff;
}
.blk{
  color: #000 !important;
}
.Bene-mainer.mt-5.mb-5.gap-5 {
    background: linear-gradient(22deg, #9de3f9, #2e5dc6);
}

.Bene-mainer.mt-5.mb-5.gap-5 h2 {
    color: #fff;
}

.Bene-mainer.mt-5.mb-5.gap-5 p {
    color: #fff;
}
.Bene-mainer.mt-5.mb-5.gap-5 .custom-h3 {
    color: #fff;
}
img.Bene-main-img {
    height: 580px;
    object-fit: cover;
}

.bluee h3 {
    color: #fff;
}

.pinki h3 {
    color: #fff;
}

.pinki p {
    color: #fff;
}

.bluee p {
    color: #fff;
}
.mmm{
      height: 460px;
      object-fit: cover;
      width: 100%;
}
.range-bg-2 h4 {
    color: #fff;
}

.range-bg-2 p {
    color: #fff;
}
.blck .custom-h3{
  color: #000;
}
.range-bg-1 p.choice-text.text-start {color: #fff;}
.life-insu-card .custom-h3 {
    color: #fff;
}
p.testimonial-text {
    color: #fff;
}

.testimonial-card p {
    color: #fff;
}
section.home-banner .d-flex.align-items-center.gap-2 {
    background: #fff;
}
.Secure-ELI-mainer h2 {
    color: #fff;
}

.Secure-ELI-mainer p {
    color: #fff;
}
.hero-mainer-contact-us {
    background: linear-gradient(22deg, #9de3f9, #2e5dc6);
    padding: 90px 0;
    text-align: center;
    align-items: center;
}
.hero-mainer-contact-us h1{
  color: #fff;
}