@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: 'Poppins', sans-serif;
}

.grey-text {
  color: #999999;
}
.lightgrey-text {
  color: #707070;
}
.lightblack-text {
  color: #444 !important;
}
.grey-bg{
  background-color: #F5F5F5;
}
.grey-bg2{
  background-color: #FAFAFA;
}
.lightgrey-bg{
  background-color: #ECECEC;
}
.small-text{
  font-size: 14px;
}
.fw-light{
  font-weight: lighter;
}
.fw-bold{
  font-weight: bold;
}
.blue-text{
  color: #242B48;
}
.blue-text2{
  color: #1B3C74 !important;
}
.blue-text{
  color: #242B48;
}
.blue-bg{
  background-color: #242B48;
}
.pink-text{
  color: #DB1A5A !important;
}
.title-text{
  color: #242B48;
  font-size: clamp(20px, 42px, 3em);
}
.lightblue-bg{
  background-color: #E5F9F8;
}
.headContentWidth{
  width: 85%;
  margin: 0 auto;
}
.desWidth{
  width: 65%;
  margin: 0 auto;
}
.theme-btn{
  background-color: #DB1A5A;
  color: #fff;
  border-radius: 50px;
  padding: 10px 60px;
  text-decoration: none;
  border: 2px solid #DB1A5A;
}
.theme-btn:hover{
  /* transform: scale(1.05); */
  transition: 0.6s;
  background-color: #fff;
  border: 2px solid #DB1A5A;
  color: #DB1A5A;

}
.headViewAllSec{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.tab-pane.fade{
  opacity: 0;
  transition: opacity 0.15s linear;
}
.tab-pane.fade.show{
  opacity: 1;
}
.tab-pane{
  display: none;
}
.tab-pane.active{
  display: block;
}

/* consultation page */

.workingStep{
  padding: 30px 40px 30px 20px;
  border: 1px solid #999;
  height: 100%;
}
.workingStep img{
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
  object-fit: contain;
}
.workingStep p{
  line-height: 1.6;
  color: #999;
}
.workingStep1{
  border-left: 0;
}
.workingStep2{
  border-left: 0;
}
.workingStep3{
  border-left: 0;
  border-right: 0;
}


.gradientBg{
  background-image: url(../assets/image/gradientBg.png);
  background-position: top;
  background-size: cover;
}
.conditionCards{
  margin-bottom: 100px;
}

.faqSec .accordion {
  padding: 1.2rem 0;
  border-radius: 1rem;
  margin-top: 60px;
}
.faqSec .accordion .accordion__caption{
  color: #1B3C74;
}
.faqSec .accordion .accordion__icon{
  color: #DB1A5A;
}
.faqSec .accordion__heading {
margin-bottom: 2rem;
padding: 0 1.4rem;
}
.faqSec .accordion__item{
  margin-bottom: 25px;
}
.faqSec .accordion__btn {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 1.2rem 1.4rem;
background: white;
border: none;
outline: none;
font-size: 1.2rem;
text-align: left;
cursor: pointer;
transition: 0.1s;
border-radius: 6px;
}
.faqSec .fa-lightbulb {
padding-right: 1rem;
}
.faqSec .accordion__icon {
border-radius: 50%;
transform: rotate(0deg);
transition: 0.3s ease-in-out;
opacity: 0.9;
}
.faqSec .accordion__item--active .accordion__icon {
transform: rotate(135deg);
}
.faqSec .accordion__content {
font-weight: 300;
max-height: 0;
opacity: 0;
overflow: hidden;
transform: translateX(16px);
transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}
.faqSec .accordion__item--active .accordion__content {
opacity: 1;
transform: translateX(0px);
max-height: 100vh;
}
.faqSec .faqAccordion .accordion__caption{
font-weight: 500;
}
.faqBg{
  background-image: url(../assets/image/gradientBg.png);
  background-position: center;
  padding: 150px 0;
  background-size: cover;
}
.faqSec{
  position: relative;
}
.scribbleVector{
  position: absolute;
  top: 30px;
  left: 10px;
  width: 130px;
}
.appSec{
  position: relative;
  padding: 70px 40px 50px;
}
.appSec .arrowVector{
  width: 40px;
  position: absolute;
  left: -10px;
  top: 100px;
}
.smsBtn{
  background-color: #FE1F53;
  color: #fff;
  padding: 12px 18px;
  font-size: 15px;
  border-radius: 8px;
  text-decoration: none;
  outline: none;
  border: none;
  height: 100%;
}
.smsInput{
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  color: #B4B4BE;
  background-color: rgb(180, 180, 190, 0.1);
  height: 50px;
  margin-top: 0 !important;
}
.appLink{
  width: 100%;
}




@media only screen and (max-width:780px){
  .workingStep1{
      border-right: 0;
      border-left: 1px solid #999;
      border-bottom: 0;
  }
  .workingStep2{
      border-left: 0;
  }
  .workingStep3{
      border-left: 0;
      border-right: 0;
  }
}
@media only screen and (max-width:578px){
  .workingStep{
      border: none;
      border-bottom: 1px solid #999;
  }
}
/* consultation page */

/* blog */

.blogCard{
  margin-bottom: 40px;
}
.blogCard a{
  color: #000;
  text-decoration: none;
}
.blogCard img{
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.blogCard span{
  background-color: #727272;
  border-radius: 7px;
  padding: 4px 10px;
  color: #fff;
}
.blogCard2 a{
  display: flex;
  flex-direction: row;
}
.blogCard2 img{
  width: 100% !important;
  margin-bottom: 0px;
  margin-right: 20px;
}
.blogCard2 .content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blogCard2 span{
  width: max-content;
}

/* blog */

/* FAQ */

.serviceFaq .accordion {
  padding: 1.2rem 0;
  border-radius: 1rem;
  margin-top: 60px;
}
.serviceFaq .accordion .accordion__caption{
  color: #444;
}
.serviceFaq .accordion .accordion__icon{
  color: #242B48;
}
.serviceFaq .accordion__heading {
margin-bottom: 2rem;
padding: 0 1.4rem;
}
.serviceFaq .accordion__item{
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}
.serviceFaq .accordion__btn {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 1.2rem 0;
background: white;
border: none;
outline: none;
font-size: 1.2rem;
text-align: left;
cursor: pointer;
transition: 0.1s;
border-radius: 6px;
}
.serviceFaq .fa-lightbulb {
padding-right: 1rem;
}
.serviceFaq .accordion__icon {
border-radius: 50%;
transform: rotate(0deg);
transition: 0.3s ease-in-out;
opacity: 0.9;
}
.serviceFaq .accordion__item--active .accordion__icon {
transform: rotate(135deg);
}
.serviceFaq .accordion__content {
font-weight: 300;
max-height: 0;
opacity: 0;
overflow: hidden;
transform: translateX(16px);
transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}
.serviceFaq .accordion__item--active .accordion__content {
opacity: 1;
transform: translateX(0px);
max-height: 100vh;
}
.serviceFaq .faqAccordion .accordion__caption{
font-weight: 500;
}

/* FAQ */

.convoBg{
  background-image: url(../assets/image/convoBgVectr.png),linear-gradient(to bottom,rgb(36, 43, 72),rgb(36, 43, 72));
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 30px;
  border: 3px solid rgb(36, 43, 72, 0.4);
}
.convoBg .content{
  color: #fff;
  padding: 5%;
  text-align: center;
}
.advantages{
    padding: 4%;
    border: 1px solid rgb(0, 0, 0, 0.28);
    border-radius: 15px;
}
.advantages img{
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 30px;
}
.border-line{
  border-bottom: 1px solid #e1e1e1;
}
.networkImages{
  display: flex;
  flex-wrap: wrap;
}
.networkImages .imgSec{
  width: 37%;
  border-radius: 15px;
  overflow: hidden;
}
.networkImages .imgSec2{
  width: 22%;
  border-radius: 20px;
  margin: 0 2%;
}
.networkImage{
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* package card */

.packageCard{
  background-color: #F4F4F4;
  border-radius: 15px;
  margin: 10px;
  transition: box-shadow 0.5s;
}
.packageCard:hover{
  box-shadow: 8px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.packageCard a{
  color: #333;
}
.packageCard .content{
  padding: 20px 15px 15px 25px;
}
.packageCard .priceSec{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 12px 20px;
  border-top: 1px solid #E1E1E1;
}
.packageCard img{
  width: 20px;
  margin-right: 10px;
}
.packageCard .testCount{
  display: inline-block;
  color: #fff;
  background-color: #747474;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 14px;
}
.packageCard .addBtn{
  background-color: #DB1A5A;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
}
.packageCard p{
  line-height: 1.3;
}
.packageCard a{
  text-decoration: none;
}

/* package card */

/* review card */

.reviewCard{
  padding: 25px 40px 30px 25px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.1);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1);
  margin: 35px 0;
  border: 1px solid #EEF2F6;
  color: #000;
  background-color: #fff;
}
.reviewCard .content{
  line-height: 1.6;
  height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.reviewCard .starImg{
  width: 130px;
  margin-bottom: 25px;
}
.reviewCard .partnerImg{
  width: 45px;
  margin-right: 15px;
}

/* review card */

@media only screen and (max-width:1440px){
  
}
@media only screen and (max-width:1080px){
  .homeBnr h1{
    font-size: 38px !important;
  }
}
@media only screen and (max-width:780px){
  .pharmacyBnr .content{
      width: 75% !important;
  }
}
@media only screen and (max-width:578px){
  .headContentWidth{
    width: 100% !important;
  }
  .desWidth{
    width: 100% !important;
  }
  .headViewAllSec h2{
    margin-bottom: 20px !important;
  }
  .headViewAllSec{
    flex-direction: row;
  }
  .smsInput{
    margin-bottom: 20px;
  }
  .pharmacyBnr .content{
      width: 95% !important;
  }
  .imgSec{
      width: 100%;
      /* margin-bottom: 20px; */
  }
  .imgSec2{
      margin: 0;
      /* margin-bottom: 20px; */
  }
  .convoBg{
    background-size: cover;
  }
  .convoBg .content{
    padding: 8% 5%;
  }
  .consultationsBnr p{
    font-size: 14px !important;
  }
  .labTestsBnr p{
    font-size: 14px !important;
  }
  .pharmacyBnr h6{
    font-size: 14px !important;
  }
  .pharmacyServiceBnr p{
    font-size: 14px !important;
  }
  .ambulanceServiceBnr p{
    font-size: 14px !important;
  }
  .physiotherapyServiceBnr p{
    font-size: 14px !important;
  }
  .blogCard2 img{
    margin-bottom: 20px;
  }
}
@media only screen and (min-width:1600px){
  
}
@media only screen and (min-width:1030px){
  
}
@media only screen and (min-width:780px){
  
}