
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?19qwmr");
  src: url("../fonts/icomoon.eot?19qwmr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?19qwmr") format("truetype"), url("../fonts/icomoon.woff?19qwmr") format("woff"), url("../fonts/icomoon.svg?19qwmr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Variables */
:root {
    --primary-color: #2850E7;
    --blue-100: #2244C2;
    --gray-900: #101828;
    --gray-800: #1D2939;
    --gray-700:#344054;
    --gray-600:#475467;
    --gray-400:#98A2B3;
    --gray-500:#667085;
    --gray-300: #D0D5DD;
    --gray-200:#E4E7EC;
    --white: #FFFFFF;
    --success-100 : #D1FADF;
    --success-500: #12B76A;
    --success-600: #039855;
    --success-700: #027A48;
    --alert-green: #028737;
    --ros-100: #FFE4E8;
    --error-500: #F04438;
    --error-600: #D92D20;
    --error-700: #B42318;
    --black: #000000;
}
  
body{
    font-family: 'Inter', sans-serif;
    color: var(--black);
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Text Colors */
.clr-gray-800{color: #1D2939;}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

/* ----------- */
.display-none-desktop{
  display: none !important;
}
.display-none-mobile{
  display: block !important;
}
input {
  color: #192852;
  overflow: visible;
  font-size: 36px;
  font-family: 'robotoregular';
  width: 100%;
  border: none;
  border-bottom: 2px solid #c4c4c4;
  padding-right: 30px;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-input-placeholder {
  color: rgba(25, 40, 82, 0.5);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: rgba(25, 40, 82, 0.5);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: rgba(25, 40, 82, 0.5);
  opacity: 1;
  /* Firefox */
}

/*Login modal placeholder*/
.form-group .form-control::placeholder {
  color: rgba(152, 162, 179, 1);
font-size: 16px;
font-weight: 500;
line-height: 24px;
  /* Firefox */
}

.form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(152, 162, 179, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(152, 162, 179, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

input:focus {
  color: #2da9e1;
}

/* Hide Input Number Arrows */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*Scrollbar*/
/* width */
::-webkit-scrollbar {
    width: 6px;
    border-radius: 12px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #E8E8E8; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #E8E8E8; 
  }

.centerPosition{
  display: flex;
  justify-content: center;
  align-items: center;
}
section{
    padding: 0;
    margin: 0;
}

/* carousel */

.carousel{
  margin-bottom: 40px;
}
.indicatorWrapper  .carousel-indicators{
  bottom: 0;
  gap: 8px;
  align-items: center;
}
.indicatorWrapper  .carousel-indicators li{
  width: 4px;
  height: 4px;
  background-color: #ffffff;
}
.indicatorWrapper  .carousel-indicators li.active{
  width: 8px;
  height: 8px;
}
.carousel-indicators{
  bottom: -50px;
}
.carousel-indicators li{
  border-radius: 50%;
    height: 8px;
    width: 8px;
    background-color: #3158E7;
}
.carousel-control-next, .carousel-control-prev{
   width: 9%;
   opacity: 1;
}
.carousel-control-prev-icon{
  background-image: url("../images/carouselPrevIcon.svg");
}
.carousel-control-next-icon{
  background-image: url("../images/carouselNextIcon.svg");
}
.carousel-item img{
  width: 100%;
}
.firstItem, .secondItem, .thirdItem, .fifthItem{
  padding-left: 0;
}
.fourthItem{
  padding: 0;
}
.firstItem .carouselImage img , .secondItem  img {
  height:100%;
}
.thirdItem  img , .fourthItem  img,.fifthItem img{
  height:100%;
}
.landingSection .ctaContainer.insurancePage{
  justify-content: end;
}
#testimonialCarousel.owl-carousel .owl-stage-outer{
  padding: 0 0 40px;
} 
#testimonialCarousel.owl-carousel .owl-dots{
  bottom: 30px;
}
.allArticles{
  padding: 80px 0 0;
}
/* Ask Expert Card */
.askExpertCard{
  background-image: url("../images/expertImage.png");
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  border-radius: 40px;
  background-color: #E6EBFF;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.askExpertCard .btn{
  width: max-content;
}
.askExpertCard .askExpertTitle{
  color: var(--black);
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  margin:0
}
.askExpertCard .contentSection{
  width: 65%;
}
.askExpertCard h6{
  color: #1D2939;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}
.askExpertCard p{
  color: #344054;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.cardItem {
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 16px;
  box-shadow: 0px 4px 220px 0px rgba(18, 23, 73, 0.07);
  display: flex;
  margin: 20px auto;
  border: 0;
}
.rightImageCard{
  background-image: url("../images/targetDart.svg");
  background-position: right 40px center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rightImageCard.hourglassBg{
  background-image: url("../images/hourglassPinkSand.svg");
}

.choosePlanCard{
  background: linear-gradient(272deg, #E9E7FE -3.91%, #DDF0FD 101.79%), linear-gradient(272deg, #BBB6F8 -3.91%, #DAEFFE 101.79%);
  padding: 44px 32px;
}

/* Card text */
.cardTextWrapper{
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 70%;
  color: #000000;
}
.cardTextWrapper h4{
  color: #475467;
  font-size: 30px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.6px;
  margin: 0;
}
.cardTextWrapper p{
  color: rgba(52, 64, 84, 0.90);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.cardTextWrapper .btn{
  width: max-content;
}

/* Strike Line style */
.strikeText{
  color: #98A2B3;
  display: inline-block;
  position: relative;
}
.strikeLine{
  position: absolute;
  left: -5px;
  right: 0;
  bottom: 0;
  top: 5px;
  margin: auto;
}
.validTextWrapper{
  background-color: #2E52DA;
  color: #ffffff;
  position: absolute;
  left: -40px;
  top: 50px;
  padding: 3px 15px;
  transform: rotate(350deg);
}
.strikeValidText{
  color: #ffffff !important;
  transform: rotate(3deg);
  display: block;
  font-size: 34px;
}
.subHeading{
  font-size: 16px;
  line-height: 24px;
  color:rgba(0, 27, 51, 1);
}
.subHeading span{
  font-weight: 700;
}
/* Tab style */
.tabDataWrapper{
  margin: 40px 0 0;
}
.tabDataWrapper .tab-content{
  padding: 25px 0 0;
}
.tab-content .tab-pane{
  padding: 0;
  max-width: 100%;
}
.planContainer .row .col-md-4{
  padding: 0;
}
.tabDataWrapper ul{
  border-radius: 20px;
  background-color: #EEF0FF;
  padding: 12px 12px 12px 20px;
  justify-content: space-around;
  align-items: center;  
}
.planFeaturesList{
  padding: 12px 0 0 12px;
}
.tabDataWrapper.noBackground ul{
  background-color: var(--white);
  justify-content: flex-start;
  padding: 6px 0;
}
.tabDataWrapper .nav-item .nav-link.active{
  border-radius: 12px;
  background-color: var(--white);
  box-shadow: 0px 5px 20px 0px rgba(15, 26, 134, 0.07);
  padding: 13.5px 22.5px;
}
.tabDataWrapper .nav-item .nav-link.active .tabTitle{
  color: var(--primary-color);
  font-weight: 700;
}
.tabTitle{
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #101828;
}
.tabDataWrapper.noBackground .nav-item .nav-link .tabTitle{
  color: #667085;
}
.tabDataWrapper.noBackground .nav-item .nav-link.active .tabTitle{
  color: var(--primary-color);
}

/* Landing Section */
.sectionInnerWrapper{
  justify-content: center;
}
.topHeadingSection .col-md-12{
  padding: 0;
}
.landingSection {
    padding: 50px 0 50px 0;
}
.landingSection .ctaContainer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin: 12px 0 0 0;
  padding-left: calc(var(--bs-gutter-x)* .5);
}
.landingSection .ctaContainer .btn{
  width: 175px;
  margin: 0 -11px 0 0;
}
.landingSection .contentWrapper{
  display: flex;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.landingSection .contentWrapper .insuranceName{
  color: #667085;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.featureSection{
  display: flex;
  gap: 30px;
  margin: 40px 0 0;
  width:100% !important
}
.featureSection .featureItem{
  text-align: center;
  width: 28%;
}
.featureSection .featureItem p{
  /* color: var(--gray-700); */
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin: 12px 0 0;
}
.landingSection .title{
  color: var(--black);
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.26px;
  margin: 0;
}
.landingSection .title span{
  color: var(--gray-600);
}

.landingSection .description{
  color: var(--gray-700);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin: 12px 0 0 0;
}

.facilitiesSection{
  display: flex;
}

/* Our products section */
.ourProductsSection{
    text-align: center;
    padding: 30px 0;
}
.ourProductsSection .sectionTitle{
    color: var(--white);
}
.productSection{
    margin: 44px auto;
    padding: 0 80px;
    justify-content: center;
    display: flex;

}
.productsContainer{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    /* margin: 44px auto;
    padding: 0 80px; */
}
.productBlock{
    position: relative;
    border-radius: 19px;
    background-color:var(--white);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09);
    text-align: center;
    padding: 23px 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: 157px;
}
.productBlock.productBlock-sm-padding{
  padding: 28px 12px;
}
.productBlock .productTitle{
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.16px;
    margin: 0;
}
.productBlock .productTag{
    border-radius: 19px 19px 0 0;
    background: rgba(2, 135, 55, 0.10);
    position: absolute;
    top: 0;
    width: 100%;
    color: var(--alert-green);
    font-size: 9px;
    font-weight: 700;
    line-height: 140%;
    padding: 4px;
}

.ourProductsSection .btn{
    width: 175px;
    margin: auto;
}
.ourProductModal .modal-header{
  padding: 36px 36px 15px;
}
.ourProductModal .modal-content{
    border-radius: 20px;
    background-color: #F1F4FD;
}
.ourProductModal .modal-body{
    padding: 0 36px 36px;
}
.ourProductModal .modal-dialog{
  width: 1069px;
  max-width: 100%;
  min-height: calc(100% - 6rem) !important;
  height: calc(100% - 6rem);
  margin: 48px auto;
}
.ourProductModal .title{
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    color: var(--gray-500);
    margin: 0;
}
.ourProductModal .productsContainer{
    margin: 0px auto;
    justify-content: flex-start;
    gap: 53px;
    padding: 0;
    width: 100% !important;
}
.productRow{
    margin-top: 36px;
}

/* Insurance Info section */
.insuranceInfoSection{
  padding: 60px 0;
}
/* .insuranceInfoSection .leftInfoSection{
  max-width: 488px;
} */
.insuranceInfoSection h2{
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.72px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insuranceInfoSection p{
  color: var(--gray-700);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin:0 0;
}
.insuranceInfoSection p b{
  font-family: "Source Serif Pro";
  color: #000000;
}
.insuranceInfoSection .planList{
  margin: 54px 0 0;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.insuranceInfoSection .planItem{
  width: calc(50% - 14px);
}
.insuranceInfoSection  .link{
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 20px 0 0;
  display: block;
}
.planItem{
  border-radius: 8px;
  border: 1px solid var(--gray-200);
  background-color: var(--white);
  box-shadow: 0px 18px 36px 0px rgba(224, 229, 240, 0.40);
  padding: 12px;
  
}
.planItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.planItem .viewMoreArrow{
  position: absolute;
  right: 0;
}
.planItem h5{
  color:var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
.planItem .icon{
  margin: -2px 8px 0 0;
}
.videoWrapper{
  position: relative;
}
.liveTag{
  position: absolute;
  top: 19px;
  left: 19px;
}
.insuranceInfoSection .planContainer{
  position: relative;
  width: 408px;
  max-width: 100%;
  margin: auto;
}
.insuranceInfoSection .cardContentWrapper {
  border-radius: 32px;
  border: 1px solid #F2F4F7;
  background-color: #FFFFFF;
  box-shadow: 0px 26.56px 80px 0px rgba(3, 3, 3, 0.13);
  padding: 40px;
  width: 408px;
  max-width: 100%;
  min-height: 417px;
  position: relative;
  z-index: 2;
}
.insuranceInfoSection .cardContentWrapper .highlightedText{
  color: var(--black);
  font-family: "Source Serif Pro";
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
.insuranceInfoSection .cardContentWrapper .btn{
  margin: 28px 0 0;
}
.insuranceTitle{
  display: flex;
  align-items: center;
  gap: 12px;
  margin:25px 0 27px 0;
  padding: 0 0 19px 0;
  color: var(--black);
  border-bottom: 1px solid #e5e5e5;
}
.insuranceTitle h4{
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.54px;
  margin: 0;
}
.insuranceTitle p{
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.6;
  margin: 8px 0 0 0;
}
.ratingSection{
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.ratingItem{
  flex-grow: 1;
  width: 50%;
  text-align: center;
  color: var(--gray-700);
  position: relative;
}
.ratingValue{
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 6px 0;
}
.ratingDesc{
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  padding: 0 16px;
}
.ratingItem:not(:first-child)::before {
  content: '';
  border-left: 1.5px solid #e5e5e5;
  height: 44px;
  padding: 0px 0 0;
  position: absolute;
  left:-6px;
  top: 10px;
}
.gradientDiv {
  border-radius: 57px;
  opacity: 0.1;
  background-image: linear-gradient(178deg, #2850E7 -1.58%, rgba(40, 80, 231, 0.00) 118.08%);
  height: 417px;
  min-height: 417px;
  width: 408px;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  transform: rotate(18.205deg);
  z-index: 1;
  margin: auto;
}

/* Life insurance Section  */
.lifeInsuranceSection{
  background-color: #F9FBFF;
}

/* General insurance Section  */
.generalInsuranceSection{
  background-color: #F9FBFF;
}

/* HDFC Policies Section  */
.hdfcPoliciesSection{
  background: url('../images/blueBackground.png');
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  height: 520px;
  position: relative;
  width: 100vw;
  background-color: #2850e7;
}
.overlayEffect{
  position: absolute;
    top: 0;
    right: 0;
    width:50%;
    height: 100%;
    background: linear-gradient(173.05deg, #2850E7 1.49%, rgba(40, 79, 227, 0.25) 22.68%, rgba(40, 79, 227, 0) 52.36%, rgba(40, 79, 227, 0.17) 81.5%, #2850E7 96.92%);
  z-index: 100;
}
.leftTopBackground{
  position: absolute;
  left: 0;
  top: 0;
}
.rightBottomBackground{
  position: absolute;
  right: 0;
  bottom: 0;
}
.hdfcPoliciesSection .contentWrapper{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
.hdfcPoliciesSection .contentWrapper h2{
  color: #F5F5F5;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}
.hdfcPoliciesSection .contentWrapper h2 span{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.6px;
}
.hdfcPoliciesSection .highlightedText{
  border-bottom: 3px solid #FFC633;
  position: relative;
}
.HeightlightedLines{
  position: absolute;
  top: -2px;
  transform: translateX(5px);
}
.hdfcPoliciesSection .owl-item {
  transform: rotate(-90deg);
  height: 430px;
}
.hdfcPoliciesSection .owl-carousel{
   transform: rotate(70deg);
}
.hdfcPoliciesSection .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.hdfcPoliciesSection .carouselImageWrapper img{
  transform: rotate(20deg);
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.14);

}
.carouselImageWrapper{
  display: flex;
  gap: 40px;
}
.carouselImageWrapper .firstImage{
  transform: translateY(-35px);
}

/* Why Choose Hdfc */
.whyChooseHdfcSection{
  padding: 100px 0;
}
.whyChooseHdfcSection .title{
  color: var(--black);
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
.whyChooseHdfcContent{
  text-align: center;
  margin: 56px auto 0;
}
.whyChooseItem .title{
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.2px;
  margin: 25px 0 8px;
}
.whyChooseItem .description{
  color: var(--gray-700);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

/* Discover what our customers have to say */
.testimonialSection{
  padding: 80px 0;
}
.testimonialSection .title{
  color: var(--black);
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
.testimonialWrapper{
  border-radius: 36px;
  background: #FFFFFF;
  box-shadow: 0px 26.56px 80px 0px #E6EBF4;
  backdrop-filter: blur(8.19064712524414px);
  padding: 30px;
}
.testimonialWrapper .contentSection{
  border-bottom: 1px solid #E4E7EC;
  padding: 0 0 16px;
  margin: 0 0 16px;
}
.testimonialWrapper .primaryText{
  color: #1D2939;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 180%;
}
.testimonialWrapper .subText{
  color: #667085;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 180%;
}
.testimonialWrapper .customerDetails{
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonialWrapper img{
  width: 52px !important;
  height: 52px;
}
.testimonialWrapper .customerName{
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}
.testimonialWrapper .customerDesignation{
  color: #1D2939;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  }

/* .center-slide-focus .active:first-child,
.center-slide-focus .active:last-child{
  opacity: 0.3;
} */

.viewAllBtn{
  width: 130px;
  font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    padding: 9.5px 20px;
    margin: 32px 0 0;
}
.testimonialSection .owl-carousel .owl-stage{
  padding: 60px 0;
}
.testimonialSection .owl-item{
  opacity: 0.5;
}
.testimonialSection .owl-item.center{
  opacity: 1;
  transform: scale(1.1);
}
.owl-carousel .owl-nav button{
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  font-size: 30px;
  padding: 10px !important;
  margin: auto;
  height: max-content;
  border-radius: 50%;
  width: max-content;
}
.owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  font-size: 30px;
  padding: 10px 13px 10px 14px !important;
  margin: auto;
  height: max-content;
  border-radius: 50%;
  width: max-content;
  color: #2850E7;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  left: 15px;
}
.owl-carousel .owl-nav button.owl-next{
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  font-size: 30px;
  padding: 10px 13px 10px 14px !important;
  margin: auto;
  height: max-content;
  border-radius: 50%;
  width: max-content;
  color: #2850E7;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  right: 15px;
}

.owl-carousel button.owl-dot{
  background-color: #D7DBE5 !important;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 0 8px;
}
.owl-dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.owl-carousel button.owl-dot.active{
  background-color: #2850E7 !important;
  opacity: 1 !important;
  height:10px;
  width:10px;
}

/* Text owl-carousel */
.text-owl-carousel{
  display: none !important;
}
.text-owl-carousel .owl-stage-outer .owl-stage .owl-item h6{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  width: max-content;
  margin: 0;
}
.text-owl-carousel .owl-stage-outer .owl-stage .owl-item.active h6{
    color: #2850E7;
    border-bottom: 2px solid #2850E7;
}
.text-owl-carousel .owl-dots{
  display: none;
}
.text-owl-carousel.owl-carousel .owl-nav button.owl-prev,
.text-owl-carousel.owl-carousel .owl-nav button.owl-next{
  font-size: 26px;
  padding: 5px 9px 5px 9px !important;
}

/* Help & Faqs section */
.faqSection{
  padding: 0px 0 60px;
}
.faqSection .title{
  color: var(--black);
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  margin-bottom: 56px;
}

/* Learning Insurance Section */
.learningInsuranceSection{
  background-color: #F9FBFF;
  padding: 50px 0 32px;
}
.learningInsuranceSection .title{
  color: var(--black);
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  margin: 0 0 50px;
}
.learningInsuranceSection .contentWrapper img{
  margin: 0 0 28px;
}
.learningInsuranceSection .contentWrapper .badge{
  margin: 0 0 12px;
}
.learningInsuranceSection .contentWrapper .articalTitle{
  color: #344054;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 24px;
}
.autherDetails{
  color: #101828;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 8px;
}
.autherDetails span{
  color: #667085;
}
.publishDate{
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.publishDate span{
  font-weight: 400;
}
.learningInsuranceSection .articalHorizontalCard{
  margin: 0 0 28px;
}
.title-sm{
  font-size: 28px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 24px;
}
.landingSection  .searchBlogsSection .title,.landingSection  .blogDetailsSection .title{
  font-weight: 700;
  font-size: 42px;
  line-height: 54.6px;
  margin: 0;
  color: rgba(0, 0, 0, 1);
  text-align: center;
}
.searchWrapper{
  width: 500px;
  margin: 36px auto 65px;
}
.searchWrapper .form-control{
  padding: 16px 24px 16px 60px;
  border: 1px solid rgba(221, 224, 241, 1);
  border-radius: 12px !important;
  height: 56px;
}
.searchWrapper .input-group-addon{
  position: absolute;
  left: 28px;
  z-index: 10;
  top: 16px;
}
.blogDetailsSection  p{
font-size: 18px;
font-weight: 500;
line-height: 27px;
color: rgba(0, 27, 51, 0.6);
margin: 15px 0 0;
}
.allArticles .tabDataWrapper ul{
  width: 50%;
    margin: 0 auto 60px;
}
.tab-content.learningInsuranceSection{
  background-color: transparent;
}
.searchWrapper .form-control::-ms-input-placeholder { /* Edge 12-18 */
  font-size: 16px;
  line-height: 24px;
  color: rgba(152, 162, 179, 1);
  font-weight: 400;
}

.searchWrapper .form-control::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: rgba(152, 162, 179, 1);
  font-weight: 400;
}
.blogDetails{
  margin: 70px 0 0;
}
.authorDetails h5{
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(0, 27, 51, 0.8);
  margin: 0 0 4px;
}
.authorDetails p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 27, 51, 0.6);
  margin: 0;
}
.imgWrapper{
  margin: 20px -25px 28px;
}
.textWrapper  {
  margin: 0 0 40px;
}
.textWrapper h4{
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color:rgba(52, 64, 84, 1);
  margin: 0 0 16px;
}
.textWrapper p{
font-size: 16px;
font-weight: 500;
line-height: 27px;
color: rgba(0, 27, 51, 0.8);
margin: 0 0 20px;
}
.blogSection{
  background-color:rgba(249, 251, 255, 1) ;
  padding: 58px 0;
 
}
.blogSection .title{
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: rgba(52, 64, 84, 1);
  margin: 0 0 ;
  text-align: center;
}
.blogSection .badge{
  font-size: 14px;
  font-weight: 700;
}
.blogSection .testimonialWrapper img{
  width: 100% !important;
  height: auto;
}
.blogSection .testimonialWrapper{
  border-radius: 24px;
  padding: 24px;
  opacity:0.3;
}
.blogSection .articalHorizontalCard{
  display: flex;
  gap: 25px;
}
.blogSection .owl-item.active.center .testimonialWrapper{
  opacity: 1;
}
.blogSection .owl-carousel .owl-nav button{
  box-shadow: 0px 29.559999465942383px 62px 0px rgba(66, 71, 92, 0.24);

}
#blogCarousel .owl-stage-outer{
  padding: 60px 0 77px;
}
/* Life Insurance page */
/* Landing Section */
.lifeInsurancePage .landingSection .featureSection{
  flex-wrap: wrap;
  margin: 85px 0 0;
  width: 327px;
}
.lifeInsurancePage .landingSection .title,
.healthInsurancePage .landingSection .title{
  font-size: 36px;
  font-weight: 700;
  color: #1D2939;
}
.lifeInsurancePage .landingSection .featureSection .featureItem{
  width: calc(50% - 15px);
}
.lifeInsurancePage .landingSection .featureSection .featureItem h6{
  margin: 12px 0 0;
}

/* Health Insurance page */
/* Landing Section */
.healthInsurancePage .landingSection .description,
.generalInsurancePage .landingSection .description{
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #475467;
  margin: 0 0 28px 0;
}
.healthInsurancePage .landingSection .highlightedText,
.generalInsurancePage .landingSection .highlightedText{
  border-bottom: 3px solid #FFC633;
  position: relative;
  font-weight: 700;
  padding: 0 0 5px 0;
  color: #1D2939;
}
.healthInsurancePage .landingSection .HeightlightedLines,
.generalInsurancePage .landingSection .HeightlightedLines{
  transform: translateY(-5px);
}
.healthInsurancePage .featureSection{
  width: 383px;
  max-width: 100%;
  color: #475467;
}
.healthInsurancePage .featureSection .featureItem img{
  margin: 0 0 12px 0;
}

/* General Insurance page */
.generalInsurancePage .landingSection .featureSection{
  flex-wrap: wrap;
  margin: 38px 0 20px;
  width: 327px;
  max-width: 100%;
}
.generalInsurancePage .landingSection .featureSection .featureItem{
  width: calc(50% - 15px);
}
.generalInsurancePage .landingSection .featureSection .featureItem h6{
  margin: 12px 0 0;
  font-weight: 700;
  /* color: #475467; */
  color: #344054;
  font-size: 16px;
  line-height: 20.8px;
}

/* Insurance Details Section */
.insuranceDetailsSection{
  background-color: #F9FBFF;
  padding: 80px 0 50px;
}
.insuranceDetailsSection .title{
  color: var(--black);
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
.insuranceDetailsSection .tabDataWrapper ul{
  /* width: 70%; */
  margin: auto;
}
.insuranceDetailsSection .tabDataWrapper ul.nav {
  width: 70%;
}
.generalInsurancePage .insuranceDetailsSection .tabDataWrapper ul.nav {
  width:100%;
}
.insuranceDetailsSection .planContainer{
  margin: 55px 0 0;
}
.planContainer .row{
  justify-content: center;
  gap: 24px 0;
}

/* Inpur Cover Section */
.inputCoverSection{
  padding: 70px 0;
}
.inputCoverSection .cardSection{
  margin: 70px 0 0;
}
.plansCardWrapper .cardItem{
  padding: 20px 32px;
}
.plansCardWrapper .cardTextWrapper h4{
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.2px;
}
/*Login Flow*/
.modal.modalDefault .modal-content {
  border-radius:37px;
  padding:24px;
}
.modal.modalDefault .modal-content .modalClose {
  right: 24px;
  top: 24px;
}
.default-xs-label{
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
}
.modal.modalDefault .modal-content .modal-body{
  padding:24px 42px 60px;
}
.modal.modalDefault .modalHeading{
  margin: 0 0 40px;
}
.modal.modalDefault .control-label{
  color: var(--gray-500);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin:0 0 8px;
}
.modal.modalDefault .form-control{
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #DDE0F1;
  font-size:16px;
  color: #000000;
  font-weight: 500;
  line-height: 24px;
  height: 56px;
}
.modal.modalDefault .form-group{
  margin: 0 0 30px;
}
.modal.modalDefault .form-group:last-child{
  margin: 0 0;
}
.modal.modalDefault .input-group-text{
  background-color: #DDE0F1;
  border-radius: 12px;
  padding: 16px 16px 16px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--gray-800);
  height: 56px;
}
.modal.modalDefault .iconBtn{
    box-shadow: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 16px;
    top: 16px;
}
.modal.modalDefault .btnContainer{
  margin: 32px 0 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.form-control:focus,.input-group>.form-control:focus, .input-group>.form-select:focus, .modal.modalDefault .form-control:focus{
  border-color: var(--primary-color);
  outline: none;
  box-shadow: none;
}
.btn.defaultBtn{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background-color: var(--primary-color);
  border-radius: 10px;
  box-shadow: none;
  height: 47px;
}
.modal.modalDefault .otpSection .form-control  {
  border: 2px solid #000000;
  padding: 0 12px;
  width: 48px;
  height: 48px;
}
.otpSection{
  gap: 6px;
}
.form-check{
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 35px;
}
.form-group .form-check label{
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #7D7D7D;
  margin: 0;
}
.form-check-input[type=checkbox]{
  font-size: 17px;
    width: 17px;
    min-width: 17px;
    height: 17px;
    padding: 0;
}
.bottomLinkResend{
  font-size: 14px;
  font-weight: 500;
  color: #1D2939;
  line-height: 20px;
  margin: 12px 0 0;
}
.bottomLinkResend-light{
  color: #667085;
}
.bottomLinkResend b{
  font-weight: 600;
  color: #1D2939;
}
.resendLink{
  color: var(--primary-color);
  font-weight: 600;
}
.notifyMessage {
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 12px 8px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    width: max-content;
}
.notifyMessage.notifySuccess {
  background-color: #ECFDF3;
  color: #05603A;
}
.successContentWrapper{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 80px 0 55px;
}
.successContentWrapper h4{
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;

}
.errorWrapper .form-control{
  color: #D92D20;
  border-color:#D92D20 !important;
}
.successWrapper .form-control{
  border-color:#0F8D41 !important;
}
.errorMsg{
  font-size: 14px;
  color: #F04438;
  line-height: 20px;
}
.control-label-dark{
  color: #1D2939 !important;
}
.link{
  color: #4567EA !important;
}

/* Schedule call modal */
.scheduleCallModal .modal-content{
  border-radius: 20px;
  background-color: #F1F4FD;
}
.scheduleCallModal .modal-body{
  padding: 0 36px 36px;
}
.scheduleCallModal .modal-dialog{
  width: 699px;
  max-width: 100%;
}
.scheduleCallModal .title{
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  color: var(--black);
  margin: 0 0 12px;
}
.scheduleCallModal .description{
  color: #344054;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
}
.calendarTitle{
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  margin: 28px 0 12px;
}

.scheduleCallModal .inputSection,
.scheduleCallModal .datepickerSection {
  max-width: 100%;
  width: 312px;
  margin: auto;
}
.scheduleCallModal .form-group label {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  margin: 0 0 8px;
}
.scheduleCallModal .form-control::placeholder{
  color: #98A2B3;
  font-weight: 500;
}
.scheduleCallModal .btnContainer{
  width: 345px;
  max-width: 100%;
  margin: 28px auto 0;
}
.callConfirmSection .content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.callConfirmSection h5{
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  color: #1D1D1D;
  margin: 0;
}
.callConfirmSection .callDetails,
.callConfirmSection .callTime{
  font-size: 16px;
  font-weight:600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #667085;
  margin: 0;
}
.callConfirmSection .callTime{
  color: #1D1D1D;
}
/*Sign In*/
.myAccountDropdown .btn{
  display: flex;
  align-items: center;
  gap: 20px;
}
.btnImage{
  display: flex;
  align-items: center;
  gap: 10px;
}
.myAccountDropdown.show .caret img{
  transform: rotate(180deg);
}
.myAccountDropdown .dropdown-menu{
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #E4E7EC;
  box-shadow: 0px 4px 20px 0px #0000000F;
  min-width: 175px;
  margin: 6px 0 0 0;

}
.myAccountDropdown .dropdown-menu li{
  margin: 0 0 8px;
}
.myAccountDropdown .dropdown-menu li:last-child{
  margin: 0;
}
.myAccountDropdown .dropdown-menu li a{
  font-size: 14px;
  line-height: 18px;
  color: #06110A;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 8px 10px 8px 10px;
}
.myAccountDropdown .dropdown-menu li a:hover{
 
  border-radius: 8px;
  background-color: #E4EAFD;
}
.featureImgWrapper {
  min-height: 52px;
}
.productSectionWrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 78px 0 0;
}
.productSectionWrapper h4{
  color: #344054;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 72px;
text-align: center;
}
.product{
  padding: 17px;
  box-shadow: 0px 4px 24px 0px #00000017;
  border-radius: 19px;
  text-align: center;
  width: 157px;
    height: 143px;
}
.productInnerSection{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 49px;
}
.productHeading{
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 1%;
  line-height: 21.6px;
  margin: 18px 0 0;
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  height: 150px;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .navbar{
    transition: all 0.5s;
    background: #2850E7;
    z-index: 997;
    padding: 15px 0;
    border-bottom: 0px solid #e6f2fb;
}
   /*loader insurance*/
.loader-sm {
    width: 48px;
    height: 48px;
    border: 6px solid #2850E7;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

    .loader-sm::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 5px solid transparent;
        border-bottom-color: #ffffff;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.overlayLoader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b3a6a680;
    z-index: 2000;
    cursor: pointer;
}
.learningInsuranceSection .articalHorizontalCard .imgContainer img {
    width: 100% !important;
}
.scheduleClick-mb {
    width: 50%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}