@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


.h1,
.h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;

}
body{
     font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.nav-item.active .nav-link {
    color:#ed1c24 !important;
    font-weight: 600;
}
.container {
  /* max-width: 1360px !important; */
  /* max-width: 1140px; */
  max-width: 1240px !important;
}

a.navbar-brand.navbar-repo.header-logo {
  width: 19%;
}

.header-logo img {
  width: 45%;
  background: white;
  padding: 2px;
  border-radius: 10px;
}
a.product-url {
    text-decoration: none !important;
    color: black !important;
}

.header-contact-wraper.header-contact-wraper-repo {
    padding: 6px 0px;
    /* position: fixed; */
    z-index: 999;
    /* overflow: hidden; */
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


.header-contact-wraper {
  padding: 11px 0px;
  /* position: fixed; */
  z-index: 111;
  /* overflow: hidden; */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.sticky-header {
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  color: black;
}

.login-btn-cov {
  background: transparent linear-gradient(0deg, #0195da 0%, #47c5ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 8px 31px;
  color: white;
  border: none;
  font-weight: 500;
  margin-top: 0px;
  margin-left: 11px;
}

a.nav-link.main-header-link {
  font-size: 16px;
  margin-left: 11px;
  font-weight: 500;
  color: white;
}

/* From Uiverse.io by zjssun */
.login-btn-cov {
  position: relative;
  padding: 9px 35px;
  border-radius: 4px;
  border: none;
  background: white;
  border: 2px solid red;
  color: #ed1c24;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-weight: 700;
}

.login-btn-cov:active {
  transform: scale(0.96);
}

.login-btn-cov:before,
.login-btn-cov:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.login-btn-cov:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

.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);
    margin: 0px 10px;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.login-btn-cov:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.footer-section-main-wrapper {
    background-image: url('/assets/images/frontend-images/bg.png');
    border-top: none;
    padding-top: 45px;
    margin-top: 0px;
}

ul.footer-list {
  list-style: none;
  padding-left: 0px;
  padding-top: 15px;
}

ul.footer-list p {
  margin-bottom: 7px;
}

li.footer-set2-list {
    margin-bottom: 11px;
    font-size: 16px;
}
li.footer-set2-list p {
    margin-bottom: 10px;
}

ul.footer-service-list {
  list-style: none;
  padding-left: 2px;
  margin-top: 22px;
  font-size: 17px;
}

li.footer-set2-list a {
    color: black;
    text-decoration: none;
}

.footer-logo img {
  width: 50%;
  margin-bottom: 21px;
}

.footer-set {
  margin-top: 22px;
}

.footer-botm-image img {
  width: 37%;
}

.footer-botm-image {
  margin: 21px auto;
  text-align: center;
}

.footer-para {
  text-align: center;

  padding: 20px 0px;
}

.footer-para p {
    margin-bottom: 0px;
    font-weight: 800;
    color: #ed1c24;
    border-top: 1px solid black;
    padding-top: 17px;
}

.footer-set h4 {
  font-size: 18px;
  text-decoration: underline;
}

.footer-social-link a {
    margin: 0px 9px;
    font-size: 22px;
    color: #b21b1b;
}

.social-links-cover {
  display: flex;
  justify-content: start;
}

.footer-set1 {
    border-right: none;
}



.footer-set h4 {
    color: #b21b1b;
    text-decoration: underline;
}

li.footer-set2-list i {
  color: #de751d;
  font-size: 23px;
}

.footer-main-cover {
  padding-bottom: 20px;
}

/* hero section */


.hero-content h1 span {
    color: #ed1c24;
    font-weight: 600;
}
.hero-product-icon img {
    width: 60px;
}
.hero-product-box h5 {
    margin-top: 7px;
    font-size: 18px;
}
.hero-product-box {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 11px 15px;
    border-radius: 11px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgb(248 231 237) 0px 1px 2px 0px;
}
.hero-product-wrper {
    display: flex;
    justify-content: start;
    gap: 31px;
    margin-top: 40px;
}
.hero-main-wrapper {
    height: 500px;
    width: 100%;
    margin: 33px 0px;
    background-image: url('/assets/images/frontend-images/Hero Background.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0px;
    padding-top: 90px;
}
.hero-right-image img {
    width: 86%;
}


.why-policy-wraper {
   background-image: url('/assets/images/frontend-images/bg.png');
    padding: 10px 0px;
    height: 100%;
    width: 100%;
    padding-bottom: 44px;
    padding-top: 35px;
}
.why-policy-image img {
    width: 138px;
    height: 134px;
    object-fit: contain;
}
.why-policy-cov {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.why-policy-image {
    display: flex;
    justify-content: center;
    margin-bottom: 29px;
}
.why-policy-wraper-cover h1 span {
    color: #ed1c24;
}
.why-policy-wraper-cover h1 {
    font-weight: 700;
    font-size: 36px;
}
.why-policy-cov h4 {
    color: #ed1c24;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 20px;
}
.why-policy-cov h6 {
    font-size: 21px;
    font-weight: 600;
}

.policy-support-image img {
    width: 76%;
}
.steps-no-cov {
    font-size: 21px;
    box-shadow: 0px 0px 16px 0px #ed1c24a3;
    width: fit-content;
    padding: 9px;
    border-radius: 59px;
    overflow: hidden;
    background: white;
}
.policy-support-steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.policy-support-image {
    margin: 29px 0px;
    margin-top: 45px;
}
.policy-support-steps h5 {
    color: #ed1c24;
    font-weight: 700;
    text-transform: capitalize;
}
.policy-support-step-wrapper {
    height: 100%;
    width: 100%;
    padding: 30px 0px;
    margin: 40px 0px;
}
.steps-no-cov:before {
    content: "";
    width: 69%;
    border-bottom: 2px dotted black;
    display: block;
    position: absolute;
    left: calc(14% + 16px);
    z-index: -1;
    top: 24px;
}
.policy-support-step-cover .row {
    position: relative;
}
.policy-support-step-cover h1 {
    text-align: center;
    margin-bottom: 36px;
}
.policy-support-step-cover h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
}
.policy-support-step-cover h1 span {
    color: #ed1c24;
    font-weight: 700;
}


.our-partner-wrapper {
  height: 100%;
  width: 100%;
  margin: 50px 0px;
}
img.partner-imges {
  width: 87%;
  margin: 19px 0px;
  box-shadow: 1px 3px 4px 1px #dddddd;
  border-radius: 10px;
}

.our-partner-main-head {
  text-align: center;
  padding-top: 27px;
  font-weight: 700;
  font-size: 49px;
}

.our-partners-cover {
  margin-top: 25px
}

.our-partners-logos {
  height: 99%;
  width: 82%;
  box-shadow: 0px 0px 5px -1px #eeeeee;
  background: white;
  border: 1px solid #cacaca;
  border-radius: 11px;
}

img.partner-imges {
  width: 100px;
  margin: 12px 0px;
  box-shadow: inset 0px -2px 1px 0px #18cb96;
  border-radius: 5px;
  border: 1px solid gainsboro;
  padding: 8px;
  background: white;
}
.our-partner-main-head {
  /* font-family: 'circular'; */
  text-align: center;
  padding-top: 27px;
  font-weight: 700;
  font-size: 37px;
}

h1.our-partner-main-head span {
  color: #7c9bca;
}
.our-partner-left-section h2 {
    font-weight: 800;
    text-align: center;
}
.our-partner-left-section p {
  font-size: 18px;
    text-align: center;
}

.our-partner-main-wraper {
     background-image: url('/assets/images/frontend-images/bg.png');
    padding: 54px 0px;
    margin: 40px 0px;
    height: 100%;
    width: 100%;
    margin-bottom: 0px;
}
.our-partners-cover .navs .nav-tabs .our-partner-tab {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 17px !important;
}

/* .our-partner-main-head span{
  color: #007bff;
} */

.partner-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 9px;
  width: 15px;
  border-radius: 12px;
  background-color: #000000;
}
.our-partner-wrpaer img {
  width: 100%;
}
.our-partner-images-cov {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 48px;
}
img.partner-imges {
    width: 183px;
    margin: 12px 0px;
    box-shadow: inset 0px -2px 1px 0px #ed1c24;
    border-radius: 5px;
    border: 1px solid gainsboro;
    padding: 8px;
    background: white;
}
.nav .nav-tabs .our-partner-tab {
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto;
    border:none !important;
    text-align: center !important;
}
.nav .nav-tabs .our-partner-tab .nav-item .nav-link {
    color: black !important;
}
.our-partner-left-section .our-partners-cover #partnerTabs {
    display: flex !important;
    justify-content: center !important;
    gap: 17px !important;
}

.testimonials-section {
    padding: 80px 20px;
    text-align: center;
    background: #f8f9fa;
  }

  .testimonials-section h2 {
    font-size: 2.8rem;
    margin-bottom: 60px;
    font-weight: 700;
  }

.testimonial-card {
    position: relative;
    /* background: white; */
    padding: 45px 35px 35px;
    border-radius: 16px;
    /* box-shadow: 0px 0px 5px 0px lightgray; */
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 59%;
    margin: 75px auto;
    overflow: hidden;
    margin-top: 20px;
}

  .decor-shapes {
    position: absolute;
    top: -25px;
    left: 35px;
    width: 160px;
    height: 160px;
    pointer-events: none;
  }

  .shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.18;
  }

.shape-1 {
    width: 100px;
    height: 100px;
    background: #f4a261;
    top: -2px;
    left: -67px;
}

.shape-2 {
    width: 140px;
    height: 140px;
    background: #e76f51;
    top: -21px;
    left: -89px;
}



.decor-shapes1 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 160px;
    height: 160px;
    pointer-events: none;
}

  .shape1 {
    position: absolute;
    border-radius: 50%;
    opacity: 0.18;
  }

.shape-11 {
    width: 100px;
    height: 100px;
    background: #f4a261;
    top: 82px;
    left: 95px;
}

.shape-22 {
    width: 140px;
    height: 140px;
    background: #e76f51;
    top: 64px;
    left: 76px;
}

.testimonials-swiper .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ed1c24;
}



  .testimonial-text {
    font-size: 1.15rem;
    line-height: 1.75;
    color: #444;
    margin: 0;
    position: relative;
    z-index: 2;
  }

  .customer-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #e63946;
    margin-top: 20px;
  }



  .protect-card-img img {
    width: 100%;
    border-radius: 10px;
}
.financial-protection-main-wraper {
    /* background-image: url('/assets/images/frontend-images/bg.png'); */
    padding: 30px 0px;
    background: #f1f5fe8f;
}

/* .protection-service-card {
    background: white;
    padding: 24px 15px;
    border-radius: 10px;
    margin-top: 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 480px;
} */
 .protection-service-card {
    background: white;
    padding: 24px 15px;
    border-radius: 10px;
    margin-top: 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 443px;
}
.our-protection-tab-section h2 {
    text-align: center;
    font-weight: 700;
}
h5.protect-card-title {
    margin: 10px 0px;
    font-weight: 800;
    color: #ed1c24;
}
.protection-service-card p {
    font-size: 15px;
    text-align: start;
}
button.protect-card-btn {
    border: 1px solid red;
    background: white;
    color: #ed1c24;
    padding: 5px 15px;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 1px #ed1c2487;
}
.our-protection-tab {
    margin: 38px 0px;
    height: 100%;
    width: 100%;
}
.our-protection-tab-section .our-protection-tab #protectionTabs {
    display: flex !important;
    justify-content: center;
    flex-wrap: nowrap;
}
  /* Pagination styling to match your red active dot */
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 0.6;
    margin: 0 6px !important;
  }

  .swiper-pagination-bullet-active {
    background: #e63946;
    opacity: 1;
  }

  @media (max-width: 576px) {
    .testimonial-card {
      padding: 40px 25px 30px;
    }
  }



.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;
}

.pos-sub-btn-box button {
  padding: 10px 18px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}

.pos-sub-btn-box {
  margin-top: 26px;
}

li.nav-item .pos-login-btn {
  border: none;
  background: transparent;
}

button.btn.pos-sub-btn {
    background: black;
    color: white;
}

.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;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: red;
    background-color: transparent;
    border-bottom: 3px solid red !important;
    border-top: none;
    border-right: none;
    border-left: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: black;
    background-color: transparent;
    border-bottom: 2px solid transparent !important;
    border-top: none;
    border-right: none;
    border-left: none;
}

.advice-card1-img img {
    width: 77px;
}
.advice-card1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.advice-card1-img img {
    width: 77px;
    box-shadow: rgb(243 154 158) 0px 1px 4px;
    padding: 11px;
    border-radius: 10px;
}
.advice-card1 h6 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
button.find-near-btn {
    border: none;
    background: #ed1c24;
    color: white;
    padding: 13px 16px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 13px;
}
.free-advice-wraper {
    height: 100%;
    width: 100%;
    margin: 30px 0px;
    margin-top: 68px;
}
.find-near-btn-cov {
    display: flex;
    justify-content: center;
}
.advice-wraper-card {
    padding: 23px 27px;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.advice-content h1 {
    font-weight: 600;
    font-size: 36px;
}
.advice-content h1 span {
    color: #ed1c24;
}
.advice-wraper img {
    width: 100%;
}





@media only screen and (min-width: 480px) and (max-width: 650px){

.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}

.hero-product-wrper {
    display: flex;
    justify-content: center;
    gap: 21px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.hero-right-image img {
    width: 86%;
    display: none;
}


img.partner-imges {
    width: 71px;
    margin: 12px 0px;
    box-shadow: inset 0px -2px 1px 0px #ed1c24;
    border-radius: 5px;
    border: 1px solid gainsboro;
    padding: 8px;
    background: white;
}
.advice-wraper img {
    width: 66%;
}

.advice-content h1 {
    font-weight: 600;
    font-size: 31px;
}
.steps-no-cov:before {
    content: "";
    width: 69%;
    border-bottom: 2px dotted black;
    display: block;
    position: absolute;
    left: calc(14% + 16px);
    z-index: -1;
    top: 24px;
    display: none;
}
.steps-no-cov {
    font-size: 21px;
    box-shadow: 0px 0px 16px 0px #ed1c24a3;
    width: fit-content;
    padding: 9px;
    border-radius: 59px;
    overflow: hidden;
    background: white;
    display: none;
}
.header-logo img {
    width: 100%;
    background: white;
    padding: 2px;
    border-radius: 10px;
}
.protection-service-card {
    background: white;
    padding: 24px 15px;
    border-radius: 10px;
    margin-top: 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: inherit;
    margin-bottom: 33px;
}
.footer-logo img {
    width: 27%;
    margin-bottom: 21px;
}
.hero-product-box {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 11px 22px;
    border-radius: 11px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgb(248 231 237) 0px 1px 2px 0px;
}
.hero-product-wrper {
    display: flex;
    justify-content: center;
    gap: 38px;
    margin-top: 40px;
    flex-wrap: wrap;
}

}

/* pos style */

.pos-container {
    padding: 46px 0px;
    width: 100%;
    border-radius: 18px;
    background: white;
    margin-left: 0px;
    /* box-shadow: #ed1c24 0px 4px 12px -2px; */
    /* border: 1px solid #bebebe; */
    position: relative;
}

.pos-right-side-wraper {
  width: 90%;
}

.pos-left-side-left-box-image img {
  object-fit: contain;
  background: white;
  left: -130px;
  width: 124%;
  height: 414px;
  position: absolute;
  border-radius: 30px;
  box-shadow: #0095d9 0px 4px 12px -5px;
}

.pos-left-side-left-box-image-wrapper {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    height: 100%;
}

.pos-left-side-left-box-image-wrapper img {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    border-radius: 30px;
    box-shadow: #0095d9 0px 4px 12px;
    object-fit: contain;
    background: white;
    margin-left: 2px;
    box-shadow: none;
}
.pos-left-side-left-box-image-wrapper img {
    width: 67%;
    margin-top: 31px;
}
.pos-left-side-right-box-container {
    background: white;
    margin: 26px 7px;
    padding: 14px 0px;
    width: 100%;
    text-align: center;
    border-radius: 16px;
    box-shadow: #eb6469 0px 3px 5px -2px;
}

.pos-form-wraper {
  background: white;
}

.pos-form-wraper .form-group .form-control {
    font-size: 14px;
    border-radius: 11px;
    height: 52px;
    box-shadow: rgb(179 179 179 / 20%) 0px 7px 29px 0px inset;
}

.pos-form-wraper .border-btn {
    width: 100%;
    background: #ed1c24;
    border-radius: 10px;
    height: 47px;
    color: white;
    margin-top: 22px;
    font-weight: 600;
}

.pos-wraper {
  /* background: url("/image/pos-background-image.jpg"); */
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap {
  position: relative;
}

.pos-left-side-content span {
    color: #ed1c24;
}

.pos-title {
  font-size: 30px;
  font-weight: 700;
}

.pos-left-side-right-box-name {
  font-size: 13px;
  font-weight: 700;
  padding-top: 8px;
}

.pos-left-side-right-box-image img {
  width: 31%;
}

.pos-left-side-content {
    margin-top: 0px;
    font-size: 27px !important;
    font-weight: 900 !important;
    margin-bottom: 19px !important;
    padding: 0px !important;
    text-transform: capitalize;
    /* text-decoration: underline; */
}
.pos-image-wraper img {
    width: 100%;
    border-radius: 10px;
}
.pos-left-side {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* button#submiit_btn {
  margin: 30px 0;
  margin-bottom: 0px;
} */
.pos-form-wraper h3 {
  font-size: 23px;
  font-weight: bold;
  text-decoration: underline;
}

.pos-form-wraper label {
    font-weight: 600;
    font-size: 15px;
    margin-left: 8px;
    margin-bottom: 7px;
}
.pos-left-side-right-box-wraper {
    display: flex;
    justify-content: center;
    gap: 8px;
}


.contact-top-header-wraper {
    height: 333px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeee;
    background-image: url('/assets/images/frontend-images/contact-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-top-header-wraper1 {
    height: 338px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    background: #eeeeee;
    background-image: url('/assets/images/frontend-images/pos-banner-img1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-adress-cov {
    display: flex;
}
.contact-us-mail-cov {
    display: flex;
}
.contact-us-social-links-cov {
    display: flex;
}
.contact-us-form-wraper {
    box-shadow: rgb(220 160 162) 0px 1px 4px;
    padding: 35px;
    border-radius: 10px;
    background: white;
    border-left: 3px solid #ed1c24;
}
.contact-detatis-main-wrapper {
    height: 100%;
    width: 100%;
    padding-bottom: 69px;
    padding-top: 40px;
}
.contact-detail-cover {
    background: #f06267;
    padding: 42px;
}
.contact-us-address {
    color: white;
}
.contact-us-address h4 {
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 21px;
}
.contact-us-links h4 {
    color: white;
    font-weight: 700;
    font-size: 21px;
}
.contact-us-links a {
    color: white;
    font-weight: 700;
    text-decoration: none;
}
.contact-adress-cov {
    display: flex;
    margin-bottom: 10px;
}
.contact-us-mail-links h4 {
    color: white;
    font-weight: 700;
    font-size: 21px;
}
.contact-us-mail-links p a {
    color: white;
    text-decoration: none;
}
.contact-us-social-links h4 {
    color: white;
}
.hr-c{
  color: white;
}
.footer-social-link {
    margin: 0px 3px;
    font-size: 22px;
    /* color: white; */
}
.contact-us-social-links h4 {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-left: 6px;
    margin-bottom: 13px;
}
.contact-us-address p {
    font-size: 14px;
}
.contact-us-mail-cov p {
    font-size: 14px;
}
.contact-us-links h4 {
    color: white;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 2px;
}
.contact-us-mail-links h4 {
    margin-bottom: 0px;
}
.contact-detail-cover {
    background: linear-gradient(45deg, #dc3d43, #ff8287);
    padding: 42px;
    border-radius: 37px;
}
.contact-form-header h2 {
    color: #ed1c24;
    font-weight: 600;
}
.sub-btn-cov {
    display: flex;
    justify-content: end;
    align-items: end;
    width: fit-content;
    margin: 10px 0px;
    padding: 8px 31px;
    border: none;
    background: #ea575d;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 7px;
    font-weight: 700;
    margin-top: 17px;
}
.form-group.contact-form-cov .form-control {
    border-radius: 6px;
    padding: 10px 11px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border: none;
    font-size: 14px;
}
.contact-form-header h2 {
    color: #ed1c24;
    font-weight: 600;
    font-size: 25px;
}
.form-group.contact-form-cov {
    margin-bottom: 9px;
}
.contact-top-header-wraper h2 {
    font-weight: 800;
    color: white;
    font-size: 43px;
}

.contact-top-header-wraper1 h2 {
    font-weight: 800;
    color: white;
    font-size: 43px;
    margin-left: 30px;
}

.pos-form .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white;
    background-color: #ed1c24;
}



/* about style */

/* about-page-start */

.about-details-content-title-small {
    font-size: 17px;
    font-weight: bold;
    color: #cb0101;
    margin: 0;
    border: 2px solid;
    width: fit-content;
    padding: 5px 22px;
    border-radius: 38px;
    font-size: 14px;
    background: #ed1c24;
    color: white;
    margin-bottom: 20px;
}

.about-details-wraper {
    margin-top: 100px;
    padding: 0px 37px;
}

.about-details-content-title h1 {
    margin-bottom: 18px;
    color: #1c1b1b;
    font-size: 28px;
    line-height: 14px;
    font-weight: 800 !important;
    /* font-family: initial; */
    /* font-family: "Poppins", sans-serif; */
}



.about-chose-wrap .about-details-content-title {
    text-align: start;
}

.about-chose-wrap {
    margin-top: 38px;
    height: 100%;
    width: 100%;
    margin-bottom: 48px;
}

.about-choose-point-title h3 {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: bold !important;
}

.about-choose-point-box {
    margin-top: 41px;
}

.about-choose-point-icon img {
    width: 85%;
}

.about-choose-point-icon {
    text-align: center;
}

.team-boxes-wraper {
    padding: 0px 90px;
    margin-top: 41px;
    margin-bottom: 100px;
}

.about-choose-point-cover {
    padding: 0px 15px;
}

.about-team-designation {
    margin-top: 15px;
    font-size: 14px;
}

.about-team-designation p {
    font-weight: bold;
}

.about-choose-point-title p {
    font-size: 15px;
}

.about-faq-accordian .card-header {
    font-size: 16px;
    font-weight: 600;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    margin-bottom: 1px;
    position: relative;
    background: #cb0101;
}

.about-faq-accordian .card {
    margin-top: 5px;
}

.about-faq-accordian .btn.btn-link {
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.about-faq-accordian {
    margin-top: 55px;
    margin-bottom: 100px;
}

.contact-page-map-wrap {
    margin-top: 75px;
}

.contact-details-box-icon.contact-mail-icon {
    padding-top: 4px;
}

.contact-details-box-icon.contact-address-icon {
    padding-top: 4px;
}

.about-team-box {
    padding: 0 23px;
}

.about-team-designation span {
    display: flex;
    justify-content: right;
    margin-top: -73px;
}

.about-linkedun-icon a {
    font-size: 41px;
    color: #0a66c2;
}

.about-details-extra-title {
    margin: 15px 0;
    font-weight: bold;
    font-size: 24px;
    margin-top: 32px;
}

.about-details-title-box strong {
    font-family: poppins;
}
.about-cont-points-box h3 {
    font-size: 14px !important;
    font-weight: 800;
    color: #ed1c24;
}
.about-cont-point-icon {
    height: 100%;
    margin-bottom: 7px;
}
.about-cont-points-box p {
    font-size: 13px;
}
.about-cont-point-icon img {
    width: 59px;
}
.about-cont-points-box {
    box-shadow: rgb(207 104 108) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    height: 193px;
    padding: 17px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission-image img {
    width: 72%;
}
.about-choose-point-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mission-image {
    display: flex;
    justify-content: center;
}
.about-details-content-title-mission h1 span {
    color: #ed1c24;
}

.get-feature-icon img {
    width: 70px;
    background: white;
    padding: 16px;
    border-radius: 10px;
    box-shadow: rgb(255 214 215) 0px 2px 8px 0px;
}
.what-you-get-wraper {
    background-image: url('/assets/images/frontend-images/removbg-02.jpg');
    height: 371px;
    width: 100%;
    margin: 30px 0px;
    margin-top: 0px;
    padding-top: 30px;
    background-size: cover;
    padding: 52px 0px;
}
.what-you-title h1 {
    text-align: center;
    font-weight: 700;
}
.what-you-get-feature {
    text-align: center;
    margin-bottom: 55px;
    /* background: linear-gradient(130deg, #ed1c24, #dbb5b7); */
    padding: 23px;
    border-radius: 19px;
    border: 2px dotted #ed1c24;
    background: white;
    box-shadow: rgb(255 255 255 / 10%) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.what-you-get-feature h6 {
    font-size: 17px;
    padding-top: 19px;
    font-weight: 700;
    color: #0a0708;
}



.make-a-claim-main-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
      background-image: url('/assets/images/frontend-images/bg.png');
    padding: 100px 0;
}
.make-claim-feature-select-wrap label {
    font-family: 'DM Sans';
    margin-top: 23px;
    color: #ed1c24;
    font-weight: 600;
}

.make-claim-feature-select-wrap .form-control {
    padding: 12px 14px;
    height: 47px;
    font-size: 14px !important;
    border-radius: 10px;
}

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

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

.pos-corner-feature-point-box {
    text-align: center;
    padding: 13px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
        rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 6px;
    background: #fff;
}

.pos-corner-desc-content {
    color: black;
}

.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: 6px;
}

.pos-corner-desc-content {
    margin-top: 27px;
}
.pos-form-wraper {
    padding: 25px 40px;
    box-shadow: rgb(181 180 180 / 16%) 0px 1px 4px;
    border-radius: 16px;
    /* background: #f4f4f4; */
}
.pos-corner-details-content h2 {
    font-size: 25px;
    font-weight: bold;
    color: #ed1c24;
    text-align: center;
}

  .border-btn {
    background: none;
    border: 2px solid #2edaca;
    padding: 9px 35px;
    border-radius: 23px;
    cursor: pointer;
}
.sub-btn {
  background-color: var(--color);
  color: white;
  border: none;
  margin-top: 26px;
  margin-left: 10px;
}
.pos-form-wraper .form-control {
    padding: 12px 14px;
    height: 47px;
    font-size: 14px !important;
    border-radius: 10px;



}
.pos-left-shape img {
    position: absolute;
    z-index: 10;
    left: 329px;
    width: 93px;
    animation: rotateImage 5s linear infinite;
    top: 81px;
}
.pos-image-wraper {
    position: relative;
    z-index: 10;
}

@keyframes rotateImage {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.how-it-works-content {
    margin-bottom: 15px;
    padding: 15px;
    
    position: relative;
    padding-top: 0px;
    display: flex;
   
    gap: 15px;
}
.how-it-works-count img {
    width: 22px;
}
.how-it-works-heading h6 {
    font-size: 17px;
    font-weight: 600;
    color: #ed1c24;
}
.how-it-works-main-wrapper p {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
}
.how-it-works-heading p {
    color: dimgray;
    line-height: 25px;
}

.pulse-container {
      position: relative;
      width: 40px;
      height: 40px;
      display: inline-block;
    }

    .pulse-dot {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 14px;
      height: 14px;
      background: #ff0000;
      border-radius: 50%;
      box-shadow: 0 0 8px #ff0000;
      z-index: 2;
    }

.pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 3px solid #ff000044;
    border-radius: 50%;
    animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

    @keyframes pulse-ring {
      0%   { transform: translate(-50%, -50%) scale(0.5); opacity: 1; }
      80%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(2.5); }
    }
    .insurance-carrier-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 49px;
}
.insurance-carrier-top h1 {
    font-weight: 600;
}
.insurance-carrier-top h1 span {
    color: #ed1c24;
}

.insurance-carrier-wraper {
    margin: 50px 0px;
}
.insurance-carrier-image img {
    width: 100%;
}



/* lead style */
.lead-section-cover {
    margin-top: 50px;
    border: none;
    box-shadow: none;
    border-radius: 14px;
    margin-bottom: 50px;
}
.lead-form-cover {
    padding: 32px 50px;
    background: aliceblue;
    border-radius: 11px;
}
.lead-form-cover label {
    margin: 0;
    font-family: 'DM Sans';
    font-weight: 500;
    margin-bottom: 4px;
    margin-left: 7px;
}
.lead-form-cover .form-control {
    height: 49px;
    border-color: #c5c5c5;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'DM Sans';
}
.lead-image-cov {
    display: flex;
    justify-content: center;
}
.lead-image-cov img {
    width: 80%;
}
.lead-form-cover .form-group {
    margin-bottom: 12px !important;
}
.lead-form-cover h1 {
    color: #ed1c24;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0px;
}
.lead-form-cover p {
    font-size: 25px;
    text-align: center;
}
.lead-form-cover .lead-btn {
    width: 84%;
    font-size: 15px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 19px;
    background: #ed1c24 !important;
    color: #fff !important;
    margin-top: 32px;
    padding: 13px 0;
    border: none;
    font-weight: 600;
    font-family: 'DM Sans';
}

 .policy-header {
    background: #eaeaea;
    color: #ed1c24;
    padding: 60px 0;
}
        .privacy-policy-card{
            background: #ffffff;
            padding: 30px;
            border-radius: 10px;
            /* box-shadow: 0 5px 20px rgba(0,0,0,0.05); */
            margin-bottom: 30px;
        }
   .privacy-policy-card   h2 {
    color: red;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 700;
}
        section.policy-header h1 {
    font-size: 34px;
    color: #000;
}
        ul li {
            margin-bottom: 8px;
        }
   .privacy-policy-card h5{
    font-weight: 700;
   }


   @media only screen and (min-width: 320px) and (max-width: 479px){



    a.nav-link.main-header-link {
    font-size: 13px;
    margin-left: 11px;
    font-weight: 500;
    color: white;
    margin-bottom: -10px;
}
.header-contact-wraper.header-contact-wraper-repo {
    padding: 13px 0px;
    /* position: fixed; */
    z-index: 999;
    overflow: hidden;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.login-btn-cov {
    position: relative;
    padding: 8px 26px;
    border-radius: 4px;
    border: none;
    background: white;
    border: 2px solid red;
    color: #ed1c24;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-weight: 700;
    font-size: 11px;
    margin-left: 0px;
    margin-top: 10px;
}

    .navbar-expand-lg .navbar-nav {
    flex-direction: column;
}
.header-logo img {
    width: 104%;
    background: white;
    padding: 2px;
    border-radius: 10px;
}

.protection-service-card {
    background: white;
    padding: 24px 15px;
    border-radius: 10px;
    margin-top: 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: inherit;
    margin-bottom: 10px;
}
.our-partner-images-cov {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
}

.advice-wraper img {
    width: 41%;
}

  .hero-main-wrapper {
    height: 100%;
    width: 100%;
    margin: 33px 0px;
    background-image: url('/assets/images/frontend-images/Hero Background.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0px;
    padding-top: 33px;
    background-size: cover;
}
.hero-content h1 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.hero-product-icon img {
    width: 44px;
}
.hero-product-box h5 {
    margin-top: 7px;
    font-size: 14px;
}
.hero-product-wrper {
    display: flex;
    justify-content: center;
    gap: 21px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.hero-product-box {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 11px 32px;
    border-radius: 11px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgb(248 231 237) 0px 1px 2px 0px;
}
.hero-right-image img {
    width: 86%;
    display: none;
}
.our-protection-tab-section h2 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.why-policy-wraper-cover h1 {
    font-weight: 700;
    font-size: 18px;
}
.why-policy-image img {
    width: 73px;
    height: 73px;
    object-fit: contain;
}
.why-policy-image {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}
.why-policy-cov h4 {
    color: #ed1c24;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 13px;
}
.why-policy-cov h6 {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.why-policy-cov {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 17px 0px;
}
.policy-support-step-cover h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
.policy-support-step-wrapper {
    height: 100%;
    width: 100%;
  
    margin: 17px 0px;
    padding: 11px 0px;
}
.steps-no-cov {
    font-size: 21px;
    box-shadow: 0px 0px 16px 0px #fbd5d7;
    width: fit-content;
    padding: 9px;
    border-radius: 59px;
    display: none;
}
.policy-support-image img {
    width: 44%;
}
.policy-support-image {
    margin: 11px 0px;
    margin-top: 16px;
}
.policy-support-steps h5 {
    color: #ed1c24;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 2px;
}
.policy-support-steps p {
    font-size: 12px;
}
.our-partner-main-wraper {
    background-image: url('/assets/images/frontend-images/bg.png');
    padding: 54px 0px;
    margin: 40px 0px;
    height: 100%;
    width: 100%;
    margin-bottom: 0px;
    overflow-x: hidden;
}
img.partner-imges {
    width: 53px;
    margin: 12px 0px;
    box-shadow: inset 0px -2px 1px 0px #ed1c24;
    border-radius: 3px;
    border: 1px solid gainsboro;
    padding: 8px;
    background: white;
    overflow-x: hidden;
}
.our-partner-left-section .our-partners-cover #partnerTabs {
    display: flex !important;
    justify-content: center !important;
    gap: 7px !important;
}

.free-advice-wraper {
    height: 100%;
    width: 100%;
    margin: 30px 0px;
    margin-top: 32px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: black;
    background-color: transparent;
    border-bottom: 2px solid transparent !important;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 11px;
}
.testimonials-section h2 {
    font-size: 22px;
    margin-bottom: 60px;
    font-weight: 700;
}
.testimonial-card {
    position: relative;
    /* background: white; */
    padding: 45px 35px 35px;
    border-radius: 16px;
    /* box-shadow: 0px 0px 5px 0px lightgray; */
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    margin: 75px auto;
    overflow: hidden;
    margin-top: 20px;
}
.testimonial-text {
    font-size: 11px;
    line-height: 1.75;
    color: #444;
    margin: 0;
    position: relative;
    z-index: 2;
}
.customer-name {
    font-size: 13px;
    font-weight: 700;
    color: #e63946;
    margin-top: 10px;
}
h5.protect-card-title {
    margin: 10px 0px;
    font-weight: 800;
    color: #ed1c24;
    font-size: 14px;
}
.protection-service-card p {
    font-size: 11px;
    text-align: start;
}
button.protect-card-btn {
    border: 1px solid #ff000066;
    background: white;
    color: #ed1c24;
    padding: 5px 15px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 1px #ed1c2487;
    font-size: 10px;
    font-weight: 900;
}
.advice-content h1 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 18px;
}

button.find-near-btn {
    border: none;
    background: #ed1c24;
    color: white;
    padding: 9px 11px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 13px;
    font-size: 10px;
}
.advice-card1-img img {
    width: 52px;
    box-shadow: rgb(243 154 158) 0px 1px 4px;
    padding: 11px;
    border-radius: 10px;
}
.advice-card1 h6 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}
.footer-para p {
    margin-bottom: 0px;
    font-weight: 600;
    color: #ed1c24;
    border-top: 1px solid black;
    padding-top: 17px;
    font-size: 11px;
}

.dropdown-menu{
    min-width: 180px;
}


.footer-logo img {
    width: 31%;
    margin-bottom: 21px;
}
.footer-set1 p {
    font-size: 13px;
}
.footer-social-link {
    margin: 0px 9px;
    font-size: 16px;
    /* color: white; */
}
li.footer-set2-list p {
    margin-bottom: 10px;
    font-size: 12px;
}
li.footer-set2-list {
    margin-bottom: 9px;
    font-size: 13px;
}
ul.footer-service-list {
    list-style: none;
    padding-left: 2px;
    margin-top: 12px;
    font-size: 17px;
}
.footer-main-cover {
    padding-bottom: 0px;
}

/* about page style */

.about-details-wraper {
    margin-top: 27px !important;
    padding: 0px 6px !important;
}
.about-details-content-title h1 {
    margin-bottom: 5px;
    color: #1c1b1b;
    font-size: 20px;
    line-height: 14px;
    font-weight: 800 !important;
    /* font-family: initial; */
}
.about-details-content-para {
    font-size: 13px !important;
    margin-top: 13px;
}
.about-details-extra-title {
    margin: 15px 0;
    font-weight: bold;
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 25px;
}
.about-details-content-title-small {
    font-size: 17px;
    font-weight: bold;
    color: #cb0101;
    margin: 0;
    border: 2px solid;
    width: fit-content;
    padding: 5px 16px;
    border-radius: 38px;
    font-size: 12px;
    background: #cb0101;
    color: white;
    margin-bottom: 11px;
    display: none;
}
.about-cont-points-box {
    box-shadow: rgb(207 104 108) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    height: inherit;
    padding: 17px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 23px;
}

.about-cont-point-icon img {
    width: 53px;
}
.about-details-content-title-small {
    font-size: 17px;
    font-weight: bold;
    color: #cb0101;
    margin: 0;
    border: 2px solid;
    width: fit-content;
    padding: 5px 16px;
    border-radius: 38px;
    font-size: 12px;
    background: #cb0101;
    color: white;
    margin-bottom: 11px;
}
.about-choose-point-title p {
    font-size: 13px;
}


/* pos style */
.contact-top-header-wraper1 {
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeee;
    background-image: url('/assets/images/frontend-images/pos-banner-img1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-top-header-wraper1 h2 {
    font-weight: 800;
    color: white;
    font-size: 30px;
    margin-left: 30px;
}
.pos-form-wraper {
    padding: 25px 9px;
    box-shadow: rgb(181 180 180 / 16%) 0px 1px 4px;
    border-radius: 16px;
    /* background: #f4f4f4; */
}
.pos-left-side-content {
    margin-top: 0px;
    font-size: 18px !important;
    font-weight: 900 !important;
    margin-bottom: 24px !important;
    padding: 0px !important;
    text-transform: capitalize;
    /* text-decoration: underline; */
}
.pos-form .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white;
    background-color: #ed1c24;
    font-size: 13px;
}
li.nav-item .pos-login-btn {
    border: none;
    background: transparent;
    font-size: 14px;
}
.pos-insur-box {
    margin-bottom: 12px;
}
.pos-form-wraper .form-group .form-control {
    font-size: 14px;
    border-radius: 11px;
    height: 44px;
    box-shadow: rgb(179 179 179 / 20%) 0px 7px 29px 0px inset;
    font-size: 12px !important;
}
.pos-form-wraper label {
    font-weight: 600;
    font-size: 13px;
    margin-left: 8px;
    margin-bottom: 5px;
}
.pos-ph-no-box {
    margin: 10px 0px;
}
.pos-sub-btn-box button {
    padding: 9px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    margin-bottom: 10px;
    font-size: 11px;
}
.pos-container {
    padding: 46px 0px;
    width: 100%;
    border-radius: 18px;
    background: white;
    margin-left: 0px;
    /* box-shadow: #ed1c24 0px 4px 12px -2px; */
    /* border: 1px solid #bebebe; */
    position: relative;
    padding-bottom: 0px;
}
p.text-danger {
    font-size: 12px;
}
.what-you-get-wraper {
    background-image: url('/assets/images/frontend-images/removbg-02.jpg');
    height: 100%;
    width: 100%;
    margin: 30px 0px;
    margin-top: 0px;
    padding-top: 30px;
    background-size: cover;
    padding: 52px 0px;
}
.get-feature-icon img {
    width: 51px;
    background: white;
    padding: 12px;
    border-radius: 10px;
    box-shadow: rgb(255 214 215) 0px 2px 8px 0px;
}
.what-you-title h1 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 43px;
    font-size: 22px;
}
.what-you-get-feature h6 {
    font-size: 11px;
    padding-top: 12px;
    font-weight: 700;
    color: #0a0708;
}
.what-you-get-feature {
    text-align: center;
    margin-bottom: 35px;
    /* background: linear-gradient(130deg, #ed1c24, #dbb5b7); */
    padding: 23px;
    border-radius: 19px;
    border: 1px dotted #ed1c24;
    background: white;
    box-shadow: rgb(255 255 255 / 10%) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.insurance-carrier-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    margin-bottom: 49px;
}
.insurance-carrier-top h1 {
    font-weight: 700;
    font-size: 21px;
}
.insurance-carrier-top p {
    font-size: 13px;
}


/* make style */

.make-a-claim-main-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('/assets/images/frontend-images/bg.png');
    padding: 41px 0;
}

.pos-corner-details-content h2 {
    font-size: 22px;
    font-weight: bold;
    color: #ed1c24;
    text-align: center;
}
.pos-corner-feature-point-box h4 {
    margin: 15px 0px;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 1px;
}
.pos-corner-feature-point-box p {
    margin: 0;
    font-size: 13px;
}
.pos-corner-feature-point-box {
    text-align: center;
    padding: 13px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
        rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 6px;
    background: #fff;
    margin-top: 20px;
}
.pos-corner-desc-content p {
    font-size: 13px;
}
.pos-form-wraper {
    padding: 25px 18px;
    box-shadow: rgb(181 180 180 / 16%) 0px 1px 4px;
    border-radius: 16px;
    /* background: #f4f4f4; */
}
.pos-form-wraper .form-group .form-control {
    font-size: 14px;
    border-radius: 11px;
    height: 44px;
    box-shadow: rgb(179 179 179 / 20%) 0px 7px 29px 0px inset;
    font-size: 13px !important;
}

.pos-form-wraper label {
    font-weight: 600;
    font-size: 14px;
    margin-left: 8px;
    margin-bottom: 3px;
}
.pos-form-wraper h3 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

.pos-left-shape img {
    position: absolute;
    z-index: 11111;
    left: 246px;
    width: 53px;
    animation: rotateImage 5s linear infinite;
    top: 27px;
}
.pos-wraper {
    /* background: url("/image/pos-background-image.jpg"); */
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
}
.pulse-container {
    position: relative;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.how-it-works-content {
    margin-bottom: 15px;
    padding: 15px 10px;
    /* padding-left: 50px; */
    position: relative;
    padding-top: 0px;
    display: flex;
    /* align-items: center; */
    gap: 15px;
}
.pulse-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 50%;
    box-shadow: 0 0 8px #ff0000;
    z-index: 2;
}
.how-it-works-heading h6 {
    font-size: 17px;
    font-weight: 700;
    color: #ed1c24;
}
.how-it-works-heading p {
    color: dimgray;
    line-height: 20px;
    font-size: 13px;
}
.insurance-carrier-wraper {
    margin: 9px 0px;
}

}

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

/* Button styling (optional enhancement) */
/* .login-btn-cov {
    padding: 10px 18px;
    background-color: #2c7be5;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.3s ease;
} */

/* .login-btn-cov:hover {
    background-color: #1a5fd1;
} */

/* Dropdown menu */
.dropdown-content {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);

    /* Animation setup */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

/* Links */
.dropdown-content a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease, padding-left 0.2s ease;
}

/* Hover effect on items */
.dropdown-content a:hover {
    background-color: #f5f7fa;
    padding-left: 20px;
}

/* SHOW dropdown on hover */
.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* --- DESKTOP STYLES --- */

.dropdown-menu-custom-wrapper {
  position: absolute;
  top: 100%;
  left: -10px; /* Align slightly left to account for margin */
  width: calc(100% + 20px); /* Make it slightly wider than parent */
  min-width: 380px; /* Force width for grid */
  max-width: 600px;
  
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  z-index: 999;
  padding: 15px;
  border: 1px solid rgba(0,0,0,0.05);
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: none !important;
}
.navbar .dropdown:hover > .dropdown-menu-custom-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-top: 15px;
}


.navbar .dropdown:hover .transition-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}


.dropdown-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 Columns */
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Card Item Style */
.dropdown-card {
  width: 100%;
}

.dropdown-item-card {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  text-decoration: none;
  color: #444;
  border-radius: 10px;
  transition: all 0.2s ease;
  background: transparent;
  height: 100%;
}

.dropdown-item-card:hover {
  background: #fdf2f3; /* Very light red/pink */
  color: #c62828;
  transform: translateY(-2px); /* Slight lift effect */
}

/* Icon Styling */
.icon-box {
  width: 36px;
  height: 36px;
  background: #f3f4f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  font-size: 14px;
  color: #555;
  transition: all 0.2s ease;
}


.dropdown-item-card:hover .icon-box {
  background: #ffeff1;
  color: #d32f2f;
  transform: scale(1.1);
}

.item-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}


.badge-new {
  float: right;
  font-size: 10px;
  background: #d32f2f;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
}


/* --- MOBILE RESPONSIVE (Max-width 991px) --- */

@media (max-width: 991px) {
  

  .dropdown-menu-custom-wrapper {
    position: static; 
    width: auto;
    min-width: unset;
    max-width: unset;
    
  
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin-top: 0;
    display: none; 
    padding: 0;
    background: #fff;
  }


  .navbar .dropdown.show > .dropdown-menu-custom-wrapper {
    display: block;
    animation: slideDown 0.3s forwards;
  }


  .dropdown-menu-grid {
    grid-template-columns: 1fr; 
    gap: 5px;
    padding-left: 15px; 
    border-left: 1px solid #eee;
    margin-bottom: 15px;
  }

  .dropdown-item-card {
    padding: 12px 10px;
    border-radius: 0;
    border-bottom: 1px solid #f5f5f5;
  }
  
  .dropdown-item-card:last-child {
    border-bottom: none;
  }

.nav-link.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 1px;
    font-size: 15px;
}
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}


/* button css */
.botIcon {
    bottom: 15px;
    right: 84px;
    position: fixed;
    z-index: 9999;
}

.iconInner img {
    width: 100%;
    box-shadow: 0px 0px 12px 3px lightgray;
    border-radius: 50%;
    border: 2px solid;
}

.iconInner {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;

    background-position: 50%;
    background-size: 300%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.7em;
    height: 2em;
    justify-content: center;
    width: 2em;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
    display: none;
}

/* .showBotSubject .botSubject {display: block;}
.showMessenger .messages {display: block;}
.botSubject {position: relative;width: 300px;}
.botIcon .messages {background: none;border: none;border-radius: 0;bottom: 0;box-shadow: 0px 0px 30px -5px #000;min-height: 250px;max-height: 50vh;margin: 0;padding: 0;position: relative;right: 0;width: 300px;}
.screen {background-color: #fff;position: absolute;height: 100%;overflow: hidden;width: 100%;}
.botIcon .messages .body {box-sizing: border-box;height: calc(100% - 40px);overflow-y: auto;padding: 0px 12px 6px;}
.botIcon .messages .body .msg {-webkit-animation: msg 1s;-moz-animation: msg 1s;-ms-animation: msg 1s;-o-animation: msg 1s;animation: msg 1s;background-color: #1666af;border-radius: 0px 10px 10px 10px;box-sizing: border-box;clear: both;color: #fff;margin-top: 10px;opacity: 1;display: block;overflow: hidden;padding: 10px 10px;width: 100%;float: left;width: auto;}
.messages .body .msg.user {background-color: #fff;box-shadow: 0 0 4px rgba(0, 0, 0 , .5);border-radius: 10px 0px 10px 10px;color: #000;float: right;width: auto;}
.botIcon .messages .footer, .botSubject > form {box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);bottom: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;padding: 0;position: absolute;width: 100%;z-index: 100;}
.botSubject > form {background-color: #fff;padding: 20px 15px;position: static;}
.botIcon .messages .footer input, .botSubject input {border-width: 0px;box-sizing: border-box;font-size: 1em;margin: 0;padding-left: 10px;}
.botIcon .messages .footer input[type="text"], .botSubject input[type="text"] {border: 1px solid;width: calc(100% - 70px);}
.botIcon .messages .footer input[type="submit"], .messages .footer input[type="button"], .messages .footer button, .botSubject input[type="submit"], .botSubject input[type="button"], .botSubject button {width: 60px;}
.botIcon .messages .footer input, .messages .footer button, .botSubject input, .botSubject button {height: 40px;}
.botIcon .messages .footer button, .botSubject button {background-color: #123123;border: 0px solid black;color: white;width: 70px;margin: 0px;outline: none;}
.botIcon .messages .footer button:hover, .botSubject button:hover {opacity: 0.7;}
.botIcon .btn.btn-default.buyc_btn {border-radius: 0 !important;color: #fff;margin: 0;padding: 0;}
.botIcon .btn.btn-default.buyc_btn:hover {padding: 0;}
.closeBtn {background: #a64bf4;background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -moz-linear-gradient(right,#00dbde, #fc00ff, #00dbde,#fc00ff);background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background-position: 50%;background-size: 300%;border-radius: 50%;height: 30px;position: absolute;right: 0;top: 0;-webkit-transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);transform: translate(50%, -50%);width: 30px;z-index: 999;}
.closeBtn::before, .closeBtn::after {background-color: #fff;content: "";display: block;height: 2px;left: 50%;position: absolute;top: 50%;-webkit-transform: translate(-50%, -50%) rotate(45deg);-ms-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg);width: 20px;}
.closeBtn::after {-webkit-transform: translate(-50%, -50%) rotate(-45deg);-ms-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}

@-webkit-keyframes msg {
	0% {opacity: 0;-webkit-transform: translateY(20px);}
	100% {opacity: 1;-webkit-transform: translateY(0px);}
}
@-o-keyframes msg {
	0% {opacity: 0;-o-transform: translateY(20px);}
	100% {opacity: 1;-o-transform: translateY(0px);}
}
@-moz-keyframes msg {
	0% {opacity: 0;-moz-transform: translateY(20px);}
	100% {opacity: 1;-moz-transform: translateY(0px);}
}
@-ms-keyframes msg {
	0% {opacity: 0;-ms-transform: translateY(20px);}
	100% {opacity: 1;-ms-transform: translateY(0px);}
}
@keyframes msg {
	0% {opacity: 0;transform: translateY(20px);}
	100% {opacity: 1;transform: translateY(0px);}
}

@media only screen and (max-width: 412px) {
	.botSubject, .botIcon .messages {width: 280px;}
} */

.botIcon .Messages,
.botIcon .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    z-index: 9;
}

.chat_on {
    background-color: #8a57cf;
    bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 45px;
    padding: 9px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 45px;
    z-index: 10;
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.botIcon .Layout {
    -webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
    -ms-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
    animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: rgb(63, 81, 181);
    bottom: 20px;
    border-radius: 10px;
    box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
    box-sizing: content-box !important;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 30px;
    max-width: 300px;
    min-width: 50px;
    opacity: 0;
    pointer-events: auto;
    position: fixed;
    -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
    -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
    transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
    z-index: 999999999;
}

.botIcon .Layout-open {
    border-radius: 10px;
    color: #fff;
    height: 500px;
    max-height: 500px;
    max-width: 300px;
    overflow: hidden;
    -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    width: 100%;
}

.botIcon .Layout-expand {
    display: none;
    height: 400px;
    max-height: 100vh;
    min-height: 300px;
    right: 68px;
    top: 106px;
}

.showBotSubject.botIcon .Layout-expand {
    display: block;
}

.botIcon .Layout-mobile {
    bottom: 10px;
}

.botIcon .Layout-mobile.Layout-open {
    min-width: calc(100% - 20px);
    width: calc(100% - 20px);
}

.botIcon .Layout-mobile.Layout-expand {
    border-radius: 0 !important;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
}

.botIcon .Messenger_messenger {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.botIcon .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(238 112 24);
    color: rgb(255, 255, 255);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    padding-left: 13px;
    padding-right: 40px;
}

.botIcon .Messenger_header h4 {
    -webkit-animation: slidein 0.15s 0.3s;
    -ms-animation: slidein 0.15s 0.3s;
    animation: slidein 0.15s 0.3s;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-size: 16px;
    opacity: 0;
}

.botIcon .Messenger_prompt {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.botIcon .Messenger_content {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80px;
}

.botIcon .Messages {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.botIcon .Input {
    background-color: #fff;
    border-top: 1px solid #e6ebea;
    color: #96aab4;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 15px;
    padding-top: 17px;
    position: relative;
    width: 100%;
}

.botIcon .Input-blank .Input_field {
    max-height: 20px;
}

.botIcon .Input_field {
    background-color: transparent;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 45px;
    resize: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px !important;
}

.botIcon .Input_button-emoji {
    right: 45px;
}

.botIcon .Input_button {
    background-color: transparent;
    border: none;
    bottom: 15px;
    cursor: pointer;
    height: 25px;
    outline: none;
    padding: 0;
    position: absolute;
    width: 25px;
}

.botIcon .Input_button-send {
    right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
    fill: #2c2c46;
}

.Icon svg {
    height: auto;
    width: 100%;
}

.msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.msg.user {
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.msg+.msg {
    margin-top: 15px;
}

span.responsText {
    color: #000;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    max-width: calc(100% - 50px);
}

.msg.user span.responsText {
    margin-left: 0;
    margin-right: 10px;
}

span.avtr {
    display: inline-block;
    width: 30px;
}

span.avtr figure {
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: block;
    margin: 0;
    padding-bottom: 100%;
}

.sare-btn i {
    color: white;
    font-size: 25px;
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes appear {
    0% {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slidein {
    0% {
        opacity: 0;
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (max-width: 412px) {
    .botIcon .Layout-open {
        width: 250px;
    }
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    top: 10px;
    /* Ensure it's positioned correctly */
    z-index: 9;
}



.share-wrapper {
  float: right;
  position: relative;
}

.share-wrapper .share {
    position: relative;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #ed1c24;
    color: #FFF;
    font-size: 25px;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
    transition: background-color 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-wrapper .share.active {
  background-color: #000;
}

.share-wrapper .share i {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.share-wrapper .share .close-icon {
  opacity: 0;
  transform: scale(0);
}

.share-wrapper .share.active .fa-share-nodes {
  opacity: 0;
  transform: scale(0);
}
.share-wrapper .share .fa-share-nodes{
    margin-left: 20px;
}

.share-wrapper .share.active .close-icon {
  opacity: 1;
  transform: scale(1);
  margin-right: 40px;
}

.share-wrapper ul.social {
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 5px;
  bottom: 53px;                /* adjust based on number of items */
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.share-wrapper ul.social.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.share-wrapper ul.social li {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  /* background-color: #FFF; */
  text-align: center;
  line-height: 43px;
  font-size: 25px;
  margin-bottom: 15px;
  box-shadow: 0.5px 0.87px 4px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  transform: scale(0);
}

.share-wrapper ul.social.active li {
  transform: scale(1);
}

.share-wrapper ul.social li:hover {
  transform: scale(1.1);
}

/* Brand colors for FA6 */
.share-wrapper ul.social li a {
  color: white;
  display: block;
  font-size: 20px;
}

.green {
    background: #4CAF50;
}
.pink {
    background: #E91E63;
}
.light-blue {
    background: #03A9F4;
}
.indigo {
    background: #3F51B5;
}





.chat-widget {
    position: fixed;
    bottom: 16px;
    right: 21px;
    z-index: 9999;
}

.chat-float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: #25D366;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    transition: 0.3s;
}
chat-popup-header {
    background: white;
    padding: 11px 8px;
    font-size: 17px;
    border-radius: 52%;
    color: #4bc95e;
    width: 27px;
    height: 21px;
}

    .chat-float-btn:hover {
        transform: scale(1.08);
    }

    .chat-popup {
        position: absolute;
        bottom: 74px;
        right: 0;
        width: 340px;
        border-radius: 16px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
        overflow: hidden;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(12px) scale(0.95);
        transform-origin: bottom right;
        transition: 0.3s;
    }

    .chat-widget.open .chat-popup {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    .chat-popup-header {
        background: #2D6B4F;
        padding: 16px 18px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

.chat-popup-header img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 5px;
    background: white;
}

    .chat-popup-header .info {
        flex: 1;
    }

    .chat-popup-header .info h4 {
        color: #fff;
        font-size: 15px;
        margin: 0;
    }

    .chat-popup-header .info span {
        color: rgba(255, 255, 255, 0.75);
        font-size: 13px;
    }

    .chat-popup-header .close-btn {
        background: none;
        border: none;
        color: rgba(255, 255, 255, 0.7);
        font-size: 20px;
        cursor: pointer;
    }

    .chat-popup-body {
        padding: 22px 20px;
    }

    .chat-popup-body h4 {
        margin: 0 0 6px;
        font-size: 16px;
        color: #1a1a1a;
    }

    .chat-popup-body p {
        margin: 0;
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        font-family: 'Courier New', monospace;
    }

    .start-chat-btn {
        display: block;
        margin: 0 20px 20px;
        padding: 13px;
        background: #4BC95E;
        color: #fff;
        border: none;
        border-radius: 26px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        transition: 0.3s;
    }

    .start-chat-btn:hover {
        background: #3FB852;
    }

      @media only screen and (min-width: 320px) and (max-width: 479px){

        .chat-popup-header img {
    width: 39px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 5px;
    background: white;
}
.start-chat-btn {
    display: block;
    margin: 0 20px 20px;
    padding: 13px;
    background: #4BC95E;
    color: #fff;
    border: none;
    border-radius: 26px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.chat-popup {
    position: absolute;
    bottom: 74px;
    right: 0;
    width: 288px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.95);
    transform-origin: bottom right;
    transition: 0.3s;
}


      }
