@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');

body{
    font-family: "Poppins", sans-serif;
}
@font-face {
    font-family: Bauhaus Std;
    src: url(../fonts/Bauhaus\ Std\ Medium.woff);
}

/* start common css */
.fontSize18 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24.51px;
    color: #FFFFFF;
}

.fontSize16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: #FFFFFF;
}

.fontSize14 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

/* start banner css */
.hamburger {
    width: 25px;
    height: 32px;
    padding: 5px;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* background: linear-gradient(127.28deg, #999EA3 -99.24%, #999B9D -69.59%, #999999 -44.91%, #8A8A8A -13.05%, #CFCFD0 12.51%, #E4E4E5 32.08%, #FDFDFD 57.94%, #FFFFFF 80.28%, #C5C5C6 103.27%, #797979 123.76%, #B3B3B3 150%, #9B9B9B 165.92%, #D1D1D1 202.92%, #FFFFFF 229.43%, #D0D0D0 245.29%, #B0B0B0 254.5%); */
    border-radius: 4px;
    display: none;
    cursor: pointer;
    margin-right: 5px;
}

/* .hamburger-init {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    outline: none;
} */

.menu {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.menu .bar1,
.menu .bar2,
.menu .bar3 {
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.4s;
}


#navbarSupportedContent {
    display: none;
}

#navbarSupportedContent.show {
    display: block;
}

.hamburger.active .bar1 {
    transform: translateY(6px) rotate(-45deg);
}

.hamburger.active .bar2 {
    opacity: 0;
}

.hamburger.active .bar3 {
    transform: translateY(-8px) rotate(42deg);
}

.banner{
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 62px;
}
.banner .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 14px 32px !important;
    border-radius: 30px;
    display: inline-block;
}
.banner .nav-link:hover{
    background-color: #fff;
    color:  #723F8F;
}
.primaryHeading {
    font-family: Bauhaus Std;
    font-size: 80px;
    font-weight: 600;
    line-height: 86px;
    text-align: left;
    color: #fff;
}
.goodTxt{
    color: #B885D6;
}
.goodNxtImg {
    margin-top: -25px;
    transform: rotate(0deg);
    margin-left: -10px;
}
.banner .secondaryHeading{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
}
.rightVecImg {
    position: absolute;
    top: 10%;
    width: 100%;
    max-width: 75px;
    right: -7%;
}

.rightDocImg {
    position: absolute;
    bottom: 10px;
    right: -5.5%;
    width: 100%;
    max-width: 360px;
}
.banner .btnGroup{
    margin-top: 40px;
}
.btnGroup .navBtn{
    /* width: 100%; */
    max-width: 160px;
    height: 50px;
}

/* start our consulting css */
.our-consulting {
    position: relative;
    padding-top: 120px;
}

.our-consulting:after {
    position: absolute;
    content: "";
    top: -46px;
    background: url(../images/leftConsulting.png);
    background-repeat: no-repeat;
    width: 100%;
    left: 0px;
    max-width: 711px;
    height: 100%;
    z-index: -1;
}

.consulting-services-banner {
    background: url(../images/servicesBanner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 120px;
}

.small-heading {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

.small-para {
    font-size: 15px;
    color: #fff;
    width: 100%;
    max-width: 300px;
    font-weight: 400;
    line-height: 21px;
}

.consulting-heading.text-center {
    margin-bottom: 60px;
}

.purpule-color {
    color: #723F8F;
}

.main-heading {
    font-size: 52px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-family: Bauhaus Std;
}

.main-para {
    color: #AEAEAE;
    font-size: 16px;
}

.consulting-images {
    position: relative !important;
    margin-bottom: 20px;
}

.specialties-img {
    background: rgba(245, 226, 255, 1);
    border-radius: 16px;
    width: 100%;
}

.categoryHeading {
    position: absolute;
    top: 40px;
    left: 15px;
    margin: 0;
    color: #723F8F;
}

/* start consulation section css */
.consulation-section{
    padding: 120px 0;
}
.bigHeading{
    font-family: Bauhaus Std;
font-size: 52px;
font-weight: 600;
line-height: 66px;
text-align: left;
color: #723F8F;
}
.subHeading{
   color: #AEAEAE;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
margin-bottom: 0;
}
.darkTxt{
    color:  #2B183E;
}
.preSubTxt{
color: #A1A0A0;
font-size: 20px;
font-weight: 500;
/* line-height: 25.35px; */
text-align: left;
margin-bottom: 0;
}
.calender{
    margin-bottom: 20px;
    margin-top: 32px;
}
.getAppBtn {
    text-decoration: none;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    background: linear-gradient(251.58deg, #874EA7 1.88%, #521F70 99.78%);
    padding: 14px 32px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 48px;
}
.consulBgImg {
    position: absolute;
    top: 0;
    /* right: 0; */
    z-index: -1;
    right: 0px;
   
}

/* start professional doctors css */
.proDoctors{
    padding-bottom: 120px;
}
.profDocContainers {
    box-shadow: 0px 12px 24px 0px #723F8F1F;
    border-radius: 20px;
    margin-top: 60px;
    background-color: #fff;
}
.drNameTxt{
 color: #2B183E;
font-size: 20px;
font-weight: 600;
line-height: 25.35px;
text-align: left;
margin-bottom: 0;
}
.docDetails {
    padding: 16px 24px 24px 24px;
    justify-content: space-between;
}
.doctorsImage{
    width: 100%;
}
.ratingTxt{
   color: #4F4F4F;
font-size: 14px;
font-weight: 600;
line-height: 17.75px;
text-align: center;

}
/* start slider css */
.owl-item > div {
    cursor: pointer;
    margin: 6% 20px;
    transition: margin 0.4s ease;
    box-shadow: 0px 12px 24px 0px #723F8F1F;
    border-radius: 20px;
    padding: 0 35px 32px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('../images/bigquobg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
  }
  .owl-item.center > div {
    cursor: auto;
    margin-top: 18%;
    margin-left: 10px;
    margin-right: 10px;
}
  .owl-item:not(.center) > div:hover {
    opacity: .75;
  }
  .owl-nav {
      text-align: center;
  }
  .owl-stage-outer {
      padding-bottom: 40px;
      padding-top: 60px;
      height: 540px;
  }
  .owl-prev, .owl-next {
      background: linear-gradient(251.58deg, #874EA7 1.88%, #521F70 99.78%) !important;
      color: #fff !important;
      border-radius: 50%;
      /* padding: 30px !important; */
      width: 100%;
      max-width: 50px;
      height: 50px;
  }
  .owl-prev{
      margin-right: 10px;
  }
  .smallQuotImg{
      width: 100%;
      max-width: 48px;
      margin: 32px 0 20px;
  }
  .revUserimg{
      width: 100%;
      max-width: 120px;
      margin-top: -50px;
  }
  .slider-section::after {
      position: absolute;
      content: "";
      top: -56%;
      background: url(../images/leftConsulting.png);
      background-repeat: no-repeat;
      width: 100%;
      /* left: 90px; */
      max-width: 726px;
      height: 801px;
      z-index: -1;
  }
  .slider-section .userNameTxt{
      color: #2B183E;
  font-size: 20px;
  font-weight: 600;   
  text-align: center;
  margin-top: 20px;
  }
  .slidRytBg {
      position: absolute;
      right: 0px;
      z-index: -1;
      /* top: 0; */
      bottom: -50%;
  }



/* Start Mobile App Section */
.mobile_App {
    padding-bottom: 60px;
}
 .custom{
    background-image: url("../images/mobile_App_Bg.png");
   background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 70%;
}
.weAreAvailTxt{
    font-family: Bauhaus Std;
font-size: 52px;
font-weight: 600;
line-height: 60px;
text-align: left;
 color: #fff;
}
/*
.mobile_App_Img{
    margin: -87px 0 -80px;
    max-width: 430px;
    width: 100%;
}
.mobile_Download{
    padding: 30px;
}
.mobile_App_Child {
    background-image: url("../images/mobile_App_Bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_Download_Btns{
    padding-top: 40px;
} */
/* End Mobile App Section */
/* Start Footer */
.footer {
    background: #1F112E;
    padding: 60px 0 0;
}

.footerPara {
    padding-top: 22px;
}

.footerPageLinks ul {
    padding-top: 28px;
}

.footerPageLinks li {
    list-style: none;
    padding-bottom: 13px;
}

.footerPageLinks li a {
    text-decoration: none;
    color: #FFFFFF;
}

.download_App {
    margin-top: 28px;
    display: flex;
    align-items: center;
}

/* .appstore {
    width: 100%;
    max-width: 185px;
} */
.copyright_Parent{
    background: #241533;
    padding: 32px 0;
}
.copyright{
    color: #969696;
}
/* End Footer */