html {
  scroll-behavior: smooth;
}


body {
  font-family: Arial, Helvetica, sans-serif;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 80%;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 73px;
    right: 41px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float i {
  margin-top: 18px;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  transition: background-color 0.3s ease-in-out;
}

.posp_form {
  font-size: 12px;
  color: crimson;
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.95);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {

  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #dc3545;
  text-decoration: none;
}

#header .logo img {
  margin: 0;
  max-height: 50px;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation
  */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #dc3545 !important;
  border-bottom: 2px solid #dc3545 !important;
  border-radius: 0px !important;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 13px 0 10px 30px;
  font-size: 15px;
  color: black;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #dc3545 !important;
}

.navbar .getstarted, .navbar .getstarted:focus {
  background: #dc3545;
  color: #fff;
  padding: 12px 25px;
  margin-left: 0px;
  color: #fff;
  line-height: 1;
  border-radius: 50px;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #c92030;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #dc3545;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
#navbarSupportedContent {
  width: 117%;
  justify-content: flex-end;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
  * Mobile Navigation
  */
.mobile-nav-toggle {
  color: #47536e;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bx-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(51, 60, 79, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 25px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  max-height: 260px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #47536e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #dc3545;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #dc3545;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 185px 0 100px 0;
}

/* #hero::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #dc3545;
  transform: skewY(135deg);
} */

#hero::before {
  content: "";
  position: absolute;
  top: 0%;
  width: 50%;
  height: 100%;
  z-index: -1;
  /* background-color: #dc3545; */
  right: 0;
  background-image: url('/assets/images/home-illustrator1.png');
  background-size: cover;
  background-position: center;
  padding: 20px;
  background-repeat: no-repeat;
}

.home-image img {
  width: 90%;
}
.home-image {
  display: flex;
  justify-content: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #dc3545;
}

#hero h2 {
  color: #000000;
  margin-bottom: 50px;
  font-size: 20px;
}

@media (max-width: 678px) {
  #hero h2 {
    color: #ffffff;
  }
}


#hero .download-btn {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #47536e;
  position: relative;
}

#hero .download-btn:hover {
  background: #dc3545;
}

#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero .download-btn+.download-btn {
  margin-left: 20px;
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  #hero .download-btn+.download-btn {
    margin: 0 10px;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/


.section-bg {
  background-color: #f2f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #dc3545;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f8fb;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
  # App Features
  --------------------------------------------------------------*/
.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #dc3545;
}

.features .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }

  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
  # Details
  --------------------------------------------------------------*/
.details .content+.content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #47536e;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 24px;
  padding-right: 2px;
  color: #dc3545;
  line-height: 0;
}

.details .content p:last-child {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
.contact {
  display: block !important;
}

img.insurer-logo {
  width: 180px;
}

.contact .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: #47536e;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px !important;
}

.contact .info i {
  font-size: 48px;
  color: #9fb2d8;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact .info p {
  font-size: 15px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .error-message {
  /*display: none;*/
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  /*display: none;*/
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  /*display: none;*/
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  margin-bottom: 5px;
  color: #8a8c95;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #dc3545;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #fff;
  border: 2px solid #dc3545;
  padding: 10px 24px;
  color: #dc3545;
  transition: 0.4s;
  border-radius: 50px;
  margin-top: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #dc3545;
  color: #fff;
}

@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
  background: #262d34;
  padding: 0 0 30px 0;
  color: #f5f5f5;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #eff2f8;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #dc3545;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #dc3545;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #415f9d;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #343a40;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #dc3545;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #f5f5f5;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #dc3545;
  position: relative;
  padding-bottom: 12px;
}

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

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul i {
  padding-right: 2px;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 1;
}

.footer-links ul li {
  padding: 0px 18px;
  display: flex;
  align-items: center;
  float: left;
}

/*
  .footer-links ul li:first-child {
    padding-top: 0;
  } */

.footer-links ul a {
  color: #f5f5f5;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer-links ul a:hover {
  text-decoration: none;
  color: #dc3545;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #dc3545;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #27282c;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: #eeeeee;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #eeeeee;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}



/*--------------------------------------------------------------
  # Frequently Asked Questions
  --------------------------------------------------------------*/
.faq .accordion-list {
  padding: 0 100px;
}


.faq .accordion-list button {
  font-weight: 600;
  color: #343a40;
  font-size: 18px;
  text-align: left;
}


.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li+li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .accordion-list a {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 10px;
  outline: none;
  cursor: pointer;
}

.faq .accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #b1c0df;
}

.faq .accordion-list .icon-show,
.faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
  color: #5777ba;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}

.sbloading {
  /*display: none;*/
  /*background: #fff;*/
  text-align: center;
  padding: 15px;
}

.sbloading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1194px !important;


  }

}



section#services {
  display: block !important;
}

section#services {
  transform: translateX(0) !important;
}

section#partner {
  transform: translateX(0) !important;
}

.contact {
  transform: translateX(0) !important;
}

button#send_otp_btn {
  margin-bottom: 15px;
}

.insurance-product-box {
  text-align: center;
  border-radius: 17px;
  padding: 10px;
  /* box-shadow: rgb(220 53 69 / 16%) 0px 8px 24px; */
  height: 100%;
  width: 141px;
  box-shadow: 0px 3px 8px -3px #d92820;
}

.insurance-product-box-image img {
  width: 46%;
  margin: 11px 0;
}

.insurance-product-box h4 {
  font-size: 14px;
}

.insurance-product-wraper {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

.insurance-product-box:hover {
  transform: translateY(-11px);
  transition: 0.4s;
}

.col-md-6.icon-box.insurance-featers {
  display: flex;
}
.col-md-6.icon-box.insurance-featers img {
  width: 50px;
}

.col-md-6.icon-box.insurance-featers h4 {
  margin-left: 11px;
}

a.download-btn {
  text-decoration: none;
}


.get-car-variant-main-wrap.optimum-insurance section#section-city-rto,
.car-variant-select-pincode {
  padding: 10px 7px;
}

section.optimum-insurance-insurer-details {
  padding: 10px 7px;
}

section.optimum-insurance-some-more-detail {
  padding: 10px 7px;
}

.insurance-product-box h4 {
  color: black;
  text-decoration: none !important;
}

.insurance-product-box a {
  text-decoration: none !important;
}


.insurance-product-box h4 {
  color: black;
  text-decoration: none !important;
}




@media only screen and (min-width: 300px) and (max-width: 659px) {


  .insurance-product-wraper {
    flex-wrap: wrap;
}
.insurance-product-box {
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  box-shadow: rgb(220 53 69 / 16%) 0px 8px 24px;
  height: 100%;
  width: 134px;
}

  .insurance-product-box {

    margin: 13px 0;
  }

  .navbar ul {
    display: block !important;
    text-align: end;
}
  .navbar.navbar-expand-lg.navbar-light {
    display: flex;
    justify-content: end !important;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  padding: 5px 12px;
  background: #dc3545 !important;
}
.navbar-nav {
  background: none !important;
}
.navbar-light .navbar-nav .nav-link {
  color: black !important;
  padding: 5px 15px;
  font-weight: bolder;
  font-size: 15px;
  margin: 8px 0px;
}
.section-title h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #dc3545;
}
.details .content h3 {
  font-weight: 700;
  font-size: 16px;
  color: #47536e;
}
.section-title {
  text-align: center;
  padding-bottom: 0px;
}
.features .content {
  padding: 4px 0;
}
.features .content .icon-box i {
  font-size: 42px;
  float: left;
  color: #dc3545;
}
.features .content .icon-box h4 {
  font-size: 15px;
  font-weight: 700;
  text-align: start;
  margin-top: 13px;
}
#hero h2 {
  color: #ffffff;
}
.details .content+.content {
  margin-top: 25px;
}
}

/*
.lead-section-wrapper {
  height: 100%;
  width: 100%;
  margin-top: 40px;
}
.lead-section-cover {
  border: 1px solid lightgray;
  border-radius: 10px;
  box-shadow: 0px 2px 4px -1px lightgray;
}

.lead-form-cover h1 {

  font-weight: 600;
  font-size: 37px;
}
.lead-form-cover h1 span{
  color: #dc3545;
}
.lead-form-cover p {
  font-weight: 600;
  margin-bottom: 24px;
}
.form-group.lead-form-box input {
  border-radius: 10px !important;
  box-shadow: 0px 1px 10px -2px lightgray;
  width: 85%;
  height: 47px;
}
.form-group.lead-form-box {
  margin-bottom: 10px !IMPORTANT;
}
.form-group.lead-form-box label {
  font-weight: 700;
}
.lead-btn-cov {
  padding: 11px 25px;
  background: #dc3545;
  color: white;
  font-weight: 600;
}
.lead-section-cover img {
  width: 100%;
} */

@media only screen and (min-width: 300px) and (max-width: 659px){

  /* .lead-form-cover h1 {
    font-weight: 600;
    font-size: 26px;
}
.lead-form-cover {
  padding: 32px 14px;
}
.form-group.lead-form-box input {
  border-radius: 10px !important;
  box-shadow: 0px 1px 10px -2px lightgray;
  width: 98%;
  height: 42px;
}
.lead-form-box label {
  margin-left: 10px;
}
.lead-btn-cov {
  padding: 8px 23px;
  background: #dc3545;
  color: white;
  font-weight: 600;
  font-size: 13px;
} */

}
.map-set-cov {
  margin: 21px 0px;
  margin-bottom: 10px;
}


a.nav-link.scrollto {
    font-weight: 600;
    margin-right: 10px;
}

.compare-blade-loader {
    width: 100vw;
    height: 100vh;
    background-color: rgba(250, 243, 243, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 999999999999 !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.compare-blade-loader video {
    width: 220px;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 20px;
}

.compare-blade-loader .health-tip {
    font-size: 17px;
    color: darkslateblue;
    font-weight: 600;
    background: white;
    padding: 15px 32px;
    width: 28%;
    text-align: center;
    border-radius: 30px;
    position: absolute;
}

.about-banner img {
    width: 100%;
}

.service-banner img {
    width: 100%;
}

.service-banner-img img {
    width: 100%;
}

.transit-banner-img img {
    width: 100%;
}

.health-banner-img img {
    width: 100%;
}

.hide {
    display: none;

  }



.pos-main-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url(../images/about-background.png) !important; */
  background-image: url('/assets/images/make-a-claim-back.png');
  padding: 50px 0;
}

.pos-form-image {
  text-align: center;
  margin-top: 50px;
}

.pos-form-wraper .form-control {
  padding: 12px 14px;
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
  height: 45px;
  font-size: 13px !important;
  border-radius: 10px;
  box-shadow: 0px 1px 10px -3px lightgray;
}

.pos-form-wraper label {
  margin-top: 10px;
  color: #000;
  font-weight: 400;
}

.pos-form-wraper .border-btn {
  margin-top: 43px;
  width: 100%;
}

.pos-form-wraper {
  padding: 25px;
  box-shadow: rgb(220 53 69) 0px 1px 4px;
  border-radius: 16px;
  background: #fff;
}

.pos-corner-details-content h2 {
  font-size: 24px;
  color: black;
  text-align: center;
  font-weight: 700;
}

.pos-corner-details-content p {
  font-size: 20px;
  margin: 0px;
}

.pos-corner-details-content {
  padding: 15px 19px;
  background: #fbfcff;
  box-shadow: rgb(220 53 69) 0px 1px 4px;
  border-radius: 10px;
}
.pos-form-wraper h3 {
  font-family: poppins;
  font-weight: bold;
  font-size: 25px;
  color: #5f3532;
}
.pos-password-box1 label {
  font-size: 12px;
  margin-left: 8px;
}

.pos-corner-feature-point-box img {
  width: 29% !important;
}

.pos-corner-feature-point-box p {
  margin: 0;
}

.claim-form-image {
  text-align: center;
  margin-top: 50px;
}

.pos-corner-feature-point-box {
  text-align: center;
  padding: 13px;
  /* box-shadow: rgb(242, 127, 33) 0px 1px 4px; */
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dc354596;
}

.pos-corner-desc-content {
  color: #fff;
}

.pos-corner-feature-points-wraper {
  margin-top: 17px;
}

.pos-corner-feature-point-box h4 {
  margin: 15px 0px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
}

.pos-corner-desc-content {
  margin-top: 27px;
}
button.sub-box {
  padding: 14px 9px;
  border: none;
  border-radius: 10px;
  background: #572a27;
  color: white;
  width: 100%;
}

.pos-form {
  box-shadow: none;
  background: white;
}

.pos-insur-name,
.pos-mail,
.pos-ph-no,
.pos-pin,
.pos-city,
.pos-password {
  height: 39px;
  border-radius: 11px;
  box-shadow: 0px 0px 13px -8px gray;
  font-size: 12px;
  padding: 7px 12px;
  font-weight: 500;
}

.pos-sub-btn {
  margin-top: 16px;
  padding: 11px 27px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  height: 43px;
  background: black;
  border-radius: 10px;
  font-weight: 600;
  color: white;
  margin-top: 12px;
  width: fit-content;
  font-size: 14px;
}

button#pills-profile-tab:active {
  color: #572a27  !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #dc3545 !important;
}
.pos-insur-box,
.pos-mail-box,
.pos-ph-no-box,
.pos-pin-box,
.pos-city-box,
.pos-password-box {
  width: 89%;
  padding-bottom: 0px;
}

.pos-insur-box label, .pos-mail-box label, .pos-ph-no-box label, .pos-pin-box label, .pos-city-box label, .pos-password-box label {
  font-weight: 600;
  font-size: 13px;
  padding-left: 11px;
  padding-bottom: 0px;
}

.pos-signup-btn {
  background: #efa563 !important;
  padding: 10px 40px;
  width: 100%;
  color: white;
  font-weight: 700;
  font-size: 13px;
  margin-left: 0px;
  border-radius: 12px;
  cursor: pointer;
}
.pos-login-btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px -1px #dc3545;
  padding: 10px 40px;
  width: 100%;
  color: #dc3545;
  font-weight: 700;
  font-size: 13px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-left: 9px;
  background-color: white !important;
}

.pos-signup-btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px -1px #dc3545;
  padding: 10px 40px;
  width: 100%;
  color: #dc3545;
  font-weight: 700;
  font-size: 13px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-left: 9px;
  background-color: white !important;
}

.pos-login-btn-box {
  margin-right: 44px;
}

.pos-sub-btn-box {
  padding-top: 0px;
}



.pos-card-deatils-cover {
  background: #ffba7e;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.form-top-set {
  display: flex;
  justify-content: space-around;
  padding-bottom: 15px;
}
@media only screen and (min-width: 300px) and (max-width: 659px) {

  #hero {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 23px 0 100px 0;
}
#hero::before {
  content: "";
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #dc3545;
  right: 0;
  /* background-image: url('/assets/images/home-illustrator1.png'); */
  background-size: cover;
  background-position: center;
  padding: 20px;
  background-repeat: no-repeat;
  background-image: none;
  background-color: #dc3545;

}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 56px;
  color: white;
}

  .pos-corner-details-content h2 {
    font-size: 15px;
    color: black;
    text-align: center;
    font-weight: 700;
}
.pos-corner-feature-point-box {
  text-align: center;
  padding: 13px;
  /* box-shadow: rgb(242, 127, 33) 0px 1px 4px; */
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dc3545;
  margin-bottom: 20px;
}
.pos-corner-feature-point-box h4 {
  margin: 15px 0px;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px;
}
.pos-corner-feature-point-box p {
  margin: 0;
  font-size: 13px;
}
.pos-corner-feature-point-box img {
  width: 33% !important;
}
.pos-signup-btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px -1px #dc3545;
  padding: 8px 33px;
  width: 100%;
  color: #dc3545;
  font-weight: 700;
  font-size: 11px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-left: 0px;
  background-color: white !important;
}
.pos-login-btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px -1px #dc3545;
  padding: 8px 33px;
  width: 100%;
  color: #dc3545;
  font-weight: 700;
  font-size: 12px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-left: 3px;
  background-color: white !important;
}

}

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-arrow {
    font-size: 0.8rem;
    color: white;
}

.dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 105%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 165px;
    z-index: 9999999999999999;
}

.dropdown-menu-custom a {
    display: block;
    padding: 10px 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.dropdown-menu-custom a:hover {
    background: #f5f5f5;
}
