@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&amp;display=swap");
:root{
  --theme-color: #70ad46;
  --second-color: #FF8F0C;
}
body {
  color: #000;
  font-family: "Mulish";
  line-height: 1.3;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 16px;
}
a {
  color: #000;
  outline: 0px none;
  text-decoration: none;
}
a:hover, a:focus {
  outline: 0px none;
  text-decoration: none;
}
a:active, a:hover, a:focus {
  color: inherit;
}
.overflow-hide {
  overflow: hidden;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

header .logo img{
  width: 150px;
}

.header-list{
  display: flex;
  list-style: none;
  gap: 20px;
  margin-bottom: 0;
  justify-content: end;
  padding-left: 0;
}
.btn-primary{
  background-color: var(--theme-color);
  border: none!important;
}
.header-list a{
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  background-color: var(--theme-color);
  border: none;
  font-size: 15px;
  transition: 0.5s all ease;
  border-radius: 5px;
}

.section-pending{
  padding: 20px 0;
}

.site-button {
  outline: none;
  color: #fff;
  padding: 14px 20px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #70ad46;
  border: none;
  font-size: 15px;
  transition: 0.5s all ease;
  border-radius: 5px;
}

/*campain*/
.campain_section{
  background-color: #dfe6de;
}
.campain_section .title{
  color: #70ad46;
  font-size: 23px;
  font-weight: 700;
  /*text-decoration: underline;*/
  margin-bottom: 20px;
}
.campain_section ul{
  padding-left: 20px;
}
.campain_section ul li::marker{
  content: '\f058';
  font-family: fontawesome;
  color: #70ad46;
}
.campain_section ul li{
  padding-left: 10px;
  margin-bottom: 10px;
  color: #000;
}
.black{
  color: #000;
}
.campain_section form{
  background-color: #cae7b6;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}
.campain_section form .h4{
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
.campain_section form .form-control{
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 50px;
}
.campain_section form ::placeholder{
  color: #000;
}
.campain_section form .form-control{
  color: #000;
  border: 1px solid #e1e1e1;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
}
.campain_section form .site-button{
  border-radius: 50px;
  width: 100%;
}
.whatsapp_btn{
  margin-top: 20px;
  text-align: center;
}
.whatsapp_btn a{
  color: #5bd234;
  border-radius: 50px;
  text-align: center;
  font-size: 17px;
  border: 2px solid #5bd234;
  padding: 5px 20px;
  font-weight: bold;
  background-color: #fff;
}


/*=========================*/
.boxes-area .box {
  border-radius: 40px;
  padding: 30px;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
  margin-bottom: 20px;
}
.boxes-area .box ul{
  padding-left: 13px;
  margin-bottom: 0;
}
.boxes-area .box ul li::marker{
  content: '✔';
  padding-right: 5px;
}
.boxes-area .box ul li{
  color: #000;
  padding: 4px 6px;
}
.boxes-area .box h4{
  font-weight: 700;
  font-size: 17px;
}

.box-orange { background-color: #fbe5d6; }
.box-green { background-color: #e2f0d9; } 
.box-pink { background-color: #FFE9CC; } 


.boxes-area img {
  max-width: 270px;
  height: auto;
  position: relative;
  z-index: -1;
  left: -50px;
}


/*===========doctor area===========*/
.doctor-area .doctor-card {
  border: 1px solid #ddd;
  border-radius: 100px 10px 10px 100px;
  margin-bottom: 20px;
}

.doctor-area .doctor-card img {
  border-radius: 50%;
  width: 100%;
  height: 184px;
}

.doctor-area .doctor-details{
  padding: 20px;
}
.doctor-area .doctor-details .site-button{
  font-size: 14px;
  width: 100%;
  border-radius: 30px;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}
.doctor-area .doctor-details h5 {
  margin: 0;
}

.doctor-area .doctor-details p {
  margin: 0;
}

.doctor-area .doctor-rating {
  color: orange;
}

.bg-second {
  background-color: #FF8F0C;
}

.doctor-area .location {
  display: flex;
  align-items: center;
  float: right;
}

.doctor-area .location i {
  margin-left: 5px;
}

.bg-green-light{
  background-color: #cae7b6;
}
.qrcode-area{
  display: none;
  background-color: #DFE6DE;
}
.qrcode-area .logo{
  width: 70%;
}
.qrcode-area .icon{
  color: #70AD46;
  font-size: 40px;
  margin: 5px 0;
}
.qrcode-area .doctor-img img{
  width: 250px;
}
.whatsapp-qr{
  width: 160px;
  margin-top: 10px;
}
/*=========================*/

/*.section-head h3{
    position:relative;
    padding-bottom:10px;
}
.section-head h3:before{
    content:'';
    width:100px;
    height:2px;
    background:#5bd234;
    position:absolute;
    bottom:0;
    margin-bottom: 15px;
}*/

.banner-margin {
  background-color: #70AD46;
}
.top-banner-text {
  display: flex;
  gap: 10%;
  color: #fff;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 920px;
  margin: auto;
  gap: unset;
}
.top-banner-text li {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.top-banner-numbers {
  font-size: 42px;
  text-align: center;
  font-weight: 700;
}
.top-banner-word {
  text-align: center;
  font-weight: 600;
}
.straight-line1 {
  width: 2px;
  background-color: #fff;
  margin: 5px 0;
}
.our_doctors .doctor-box{
  height: 100%;
}
h3 {
  font-size: 24px;
  font-weight: 600;
}

/*footer*/
footer {
  background-color: #0e0e0e;
  border-top: 1px solid #647772;
  padding-top: 50px;
  padding-bottom: 50px;
}
.aon-f-title {
  color: white;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  position: relative;
}
.aon-f-title:after { 
  position:absolute; 
  left:0px; 
  bottom:0px; 
  content: "";
  width:60px; 
  height: 2px; 
  background: #70ad46; 
  display: table; 
}

.sf-site-link ul {
  list-style: none;
  color: white;
  margin: 0px;
}
.sf-site-link ul {
  list-style: none;
  color: white;
  padding-left: 0;
}
.aon-socila-icon li {
  margin-right: 15px;
}
.sf-site-link ul li a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
.aon-socila-icon li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #70ad46;
  display: block;
  border-radius: 30px;
}

.ajs-message{
  color: #fff;
}

.alertify-notifier.ajs-top{
  top: 5px;
}
.accordion-button:not(.collapsed) {
  color: var(--second-color);
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
h3 {
  font-size: 24px;
  font-weight: 600;
}

/*LOADER*/
.pageloader{
  background: rgb(255 255 255 / 95%);
  display: none; 
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pageloader img{
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

#exampleModal .modal-content{
  border-radius: 20px;
  overflow: hidden;
}
#exampleModal .modal-header{
  justify-content: center;
  flex-direction: column;
  background: #FFF0DF;
  border: none;
}
#exampleModal .modal-header .btn-close{
  position: absolute;
  right: 10px;
  top: 10px;
}

.PopupIcon {
  width: 68px;
  height: 68px;
  background-color: #f9e4cc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 50%;
}
#exampleModal .form-control{
  margin-bottom: 20px;
  height: 45px;
}
@media (min-width: 576px) {
  #exampleModal .modal-dialog {
    max-width: 410px;
  }
}

/*phone media query*/
@media only screen and (max-width: 768px) {
  .video_related {
    gap: 5px;
  }
  .video_related li a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .doctor-area .doctor-card{
    border-radius: 10px;
    padding: 10px;
  }
  .doctor-area .doctor-card img {
    max-width: 184px;
    height: 184px;
    margin: auto;
    display: block;
  }
  .video-heading{
    justify-content: center;
  }
  .scorecard_form_img{
    display: none;
  }
  .form_card{
    padding: 30px 0!important;
  }
  .our_doctors .doctor-box img{
    margin-bottom: 0;
  }
  .top-banner-numbers {
    font-size: 20px;
  }
  .top-banner-word{
    font-size: 13px;
  }
/*FORM MODAL*/
.d-xs-none{
  display:none!important;
}
.modal.right .modal-content{
  height: auto;
}
.modal.right.fade .modal-dialog{
  max-width: 100%;
  padding: 70px 30px;
}
#formModal .modal-title{
  font-size: 30px;
}

#lab_slider img{
  height: 150px;
}
.category-section ul li {
  width: 50%;
}
.cart-login {
  position: absolute;
  left: 60%;
  top: 22px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-login .site-button{
  font-size: 25px;
  padding: 0px 9px;
  text-align: center;
  margin-top: -8px;
  border-radius: 50%;
}
.cart-login .total-cart span{
  top: -7px;
  right: -7px;
}

.doctor-box{
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: left;
  height: auto;
  padding: 15px;
}
.doctor-box .ser-shop-media{
  width: 50%;
}
.doctor-box .ser-shop-info{
  width: 100%;
}
.doctor-box img {
  width: 100px!important;
  height: 100px!important;
}
.doctor-box p{
  margin-bottom: 0;
}
.header-list{
  gap: 10px;
}
.btn-primary{
  background-color: var(--theme-color);
  border: none!important;
}
.header-list a{
  padding: 10px 10px;
  font-size: 12px;
}
}
