html{
  scroll-behavior: smooth;
}.row {
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Google Sans", sans-serif;
}

footer {
  padding: 15px 0px;
  text-align: center;
  background: #111827;
  color: #ffffff;
}

footer p {
  margin: 0;
}

#top-header {
  background: #1d1b2b;
  padding: 10px 0px;
}#top-header .container {
  max-width: 1300px;
  width: 100%;
  padding: 0;
}#top-header .container .col-lg-6 {
  padding: 0;
}.headertop-left-side, #top-header .ul-wrap-header-top {
  height: 100%;
  display: flex;
  align-items: center;
}#top-header .ul-wrap-header-top {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
  gap: 25px;
}#top-header .ul-wrap-header-top li {
  color: #008ad1;
}#top-header i {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  color: #008ad1;
}#top-header .fas.fa-map-marker-alt::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
}#top-header .ul-wrap-header-top li span {
  color: #fff;
}#top-header .ul-right-header-tops {
  display: flex;
  justify-content: end;
  gap: 20px;
  list-style: none;
  align-items: center;
  margin: 0;
}#top-header .ul-right-header-tops li {
  align-items: center;
  display: flex;
}#top-header .ul-right-header-tops .whatsapp-logo-sod {
  width: 20%;
  margin-right: 10px;
}#top-header .ul-right-header-tops span {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}#top-header .fa-solid.fa-phone {
  rotate: 90deg;
  display: inline-block;
}#top-header .ul-right-header-tops .fa-solid.fa-phone {
  font-size: 28px;
}#top-header .fa-solid.fa-phone::before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
}#top-header .ul-right-header-tops li a {
  text-decoration: none;
  color: #fff;
}


#main-header {
  padding: 10px 0px;
}
#main-header .container {
  max-width: 1300px;
  width: 100%;
  padding: 0;
}#main-header .container .col-lg-2 {
  padding: 0;
}#main-header .header-left-side img {
  width: 140px;
}#main-header .container .col-lg-10 {
  align-items: center;
  display: flex;
  justify-content: end;
  padding: 0;
}#main-header .header-right-side ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: end;
}#main-header .actives .nav-link {
  color: #008ad1 !important;
}
#main-header .nav-link {
  font-family: Inter;
  color: #000;
  font-size: 18px;
}#main-header .nav-link { 
  color: #000;
  font-size: 18px;
  display: block;
  padding: .5rem 1rem;
}#main-header #appointment-btn {
  background: #008ad1;
  color: #fff;
  border-radius: 40px;
}#main-header #appointment-btn:hover{
    background: #000;
    transition: .3s;
}

#section1 .container {
  max-width: 100%;
  width: 100%;
}#section1 .item {
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}#section1 .owl-dots,#section1  .owl-nav {
  display: none;
}#section1  .wrapper-section1 {
  position: relative;
}#section1  .main-slider-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 11;
  text-align: center;
}#section1 .main-slider-content .ml3 {
  font-family: Quicksand;
  font-weight: bold;
  font-size: 54px;
  color: #fff;
  margin-bottom: 30px;
}#section1 .main-slider-content #appointment-demo {
  background: #008ad1;
  color: #fff;
  font-family: Quicksand;
  font-weight: bold;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 40px;
  letter-spacing: .5px;
  font-size: 18px;
  cursor: pointer;
}#section1 .main-slider-content #appointment-demo:hover {
  background: #000;
}#section1 .wrapper-section1::before {
  content: '';
}#section1 .wrapper-section1::before {
  content: '';
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 11;
}

#section-2 {
  padding: 150px 0px 50px;
}#section-2 .wrap-center-sct3 {
  text-align: center;
}#section-2 .wrap-center-sct3 h3 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 40px;
  font-family: Quicksand;
  font-weight: bold;
}#section-2 .wrap-center-sct3 .name-of-founder h4 {
  font-family: Quicksand;
  font-weight: 500;
  text-transform: capitalize;
}#section-2 .wrap-center-sct3 .name-of-founder h5 {
  font-family: Quicksand;
  font-weight: 400;
  text-transform: capitalize;
  opacity: .6;
}#section-2 .wrap-center-sct3 span {
  color: #008ad1;
  font-family: Quicksand;
  font-size: 22px;
  font-weight: 600;
}

.border-verticle {
  height: 100px;
  width: 1px;
  margin: 0 auto 80px;
  background: #d2c7c7;
  display: block;
}

#section-3 {
  padding-bottom: 150px;
}#section-3 .row.row-justify-center.c-sction3 {
  align-items: center;
}#section-3 .main-ccnter-content span {
  color: #008ad1;
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 600;
}#section-3 .main-ccnter-content h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: Quicksand;
  font-weight: bold;
}#section-3 .wrap-box-sect2 {
  display: flex;
  gap: 20px;
}#section-3 .wrap-box-icon {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 3px 15px rgba(43, 40, 71, 0.1);
  padding-top: 15px;
  padding-right: 23px;
  padding-bottom: 15px;
  padding-left: 23px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
}#section-3 .wrap-box-icon i {
  color: #008ad1;
  font-style: normal;
  font-size: 30px;
}#section-3 .gtn.gtn-stethoscope-light::before {
  content: "\fad8";
  font-family: gtnicon-9;
}#section-3 .gtn-save-money-light::before {
  content: "\faef";
  font-family: gtnicon-9;
}#section-3 .gtn-doctor-light::before {
  content: "\fad5";
  font-family: gtnicon-9;
}#section-3 .wrap-box-icon-contntetnt h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  font-family: QUicksand;
}#section-3 .wrap-box-icon-contntetnt p {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}#section-3 .wrap-box-btn a {
  background: #008ad1;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
}#section-3 .wrap-box-btn a:hover{
  transition: .3s;
  cursor: pointer;
  background: #000;
}#section-3 .image-wrappers img {
  width: 100%;
  border-radius: 10px;
}#section-3 .row.row-about-img .col-lg-12 {
  padding-top: 30px;
}#section-3 .image-wrappers {
  overflow: hidden;
   border-radius: 10px;
}#section-3 .image-wrappers:hover img {
  scale: 1.1;
  transition: .3s;
}





#section-5 {
  padding: 80px 0px 150px;
}#section-5 .wrap-center-servicess span {
  color: #008ad1;
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 600;
}#section-5 .wrap-center-servicess h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: Quicksand;
  font-weight: bold;
}#section-5 .wrap-center-servicess {
  text-align: center;
  margin-bottom: 50px;
}#section-5 .image-wrpper-svrv img {
  width: 50px;
  margin: 0 auto;
  display: block;
}#section-5 .contentt-wrpper-svrv h4 {
  font-family: QUicksand;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}#section-5 .contentt-wrpper-svrv p {
  text-align: center;
  opacity: .8;
}#section-5 .contentt-wrpper-svrv {
  margin-top: 20px;
}#section-5 .image-wrpper-svrv {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #008ad1;
  border-radius: 100px;
}#section-5 .image-wrpper-svrv img {
  width: 40px;
  margin: 0 auto;
  display: block;
  filter: invert(1111) brightness(1000);
}#section-5 .wrap-centerbox-servicess {
  margin-bottom: 60px;
}


#section-4 {
  padding: 0px 0px 150px;
}#section-4 .wrap-center-services span{
 color: #008ad1;
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 600;
}#section-4 .wrap-center-services h3{
   font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: Quicksand;
  font-weight: bold;
}#section-4 .row.row-justify-center .col-lg-6:last-child {
  display: flex;
  align-items: center;
  justify-content: end;
}#section-4 .wrap-btn-wrp .serveices-btn {
  background: #008ad1;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
}#section-4 .wrap-btn-wrp .serveices-btn:hover {
  transition: .3s;
  cursor: pointer;
  background: #000;
}#section-4 .row.row-justify-center.box-servies-row {
  margin-top: 50px;
}#section-4 .row.row-justify-center.box-servies-row .image-in-serviecs img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}#section-4 .content-in-serviecs {
  padding: 30px;
  box-shadow: 0px 3px 30px 0px rgba(23.999999999999996, 22.000000000000004, 43, 0.14);
  border-radius: 10px;
  width: 90%;
  margin: -100px auto 0px;
  z-index: 111;
  position: relative;
  background: #fff;
}#section-4 .content-in-serviecs h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}.text-ellipse {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}#section-4 .readmore-btn {
  color: #008ad1;
  font-size: 16px;
  text-decoration: none;
}#section-4 .readmore-btn:hover{
  color: #000;
   transition: .3s;
}#section-4 .wrapper-service-box {
  margin-bottom: 60px;
}#section-4 .image-in-serviecs {
  overflow: hidden;
  transition: .3s;
   border-radius: 10px;
}#section-4 .image-in-serviecs:hover img{
  scale: 1.1;
    transition: .3s;
}



#section-6 {
  padding-bottom: 150px;
}#section-6 .wrap-center-sct6 span {
  color: #008ad1;
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 600;
}#section-6 .wrap-center-sct6 h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: Quicksand;
  font-weight: bold;
}#section-6 .wrap-center-sct6 {
  text-align: center;
  margin-bottom: 50px;
}#section-6 .wrap-blog-box {
  margin-bottom: 30px;
  display: flex;
}#section-6 .wrap-blog-image {
  width: 40%;
}#section-6 .wrap-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}#section-6 .wrap-blog-contentt {
  width: 60%;
}#section-6 .wrap-blog-contentt {
  padding: 20px;
}#section-6 .wrap-blog-contentt h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}#section-6 .date-of-blog {
  margin-bottom: 10px;
}#section-6 .date-of-blog .date-in-blog {
  color: #777;
}#section-6 .wrap-blog-contentt p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}#section-6 .readmore-btn {
  color: #008ad1;
  font-size: 16px;
  text-decoration: none;
}#section-6 .readmore-btn:hover{
  color: #000!important;
  transition: .3s;
}#section-6 .date-of-blog svg path {
  fill: #008ad1 !important;
}


#section-7 {
  padding: 0px 0px 150px;
}#section-7 .form-conactt-title h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: Quicksand;
}#section-7 .form-conactt-form form input {
  height: 50px;
  border: 1px solid #eae8e8;
}#section-7 .btn.btn-submit {
  width: 100%;
  background: #008ad1;
  color: #fff;
}#section-7 .php-email-form .row.g-4 {
  margin: 0px -15px;
}#section-7 .cont-flex-conactts h4 {
  font-family: Quicksand;
  font-size: 20px;
  font-weight: bold;
}#section-7 .cont-flex-conactts p {
  font-size: 18px;
  color: #555;
  font-family: nunito;
  margin: 0;
}#section-7 .ul-wpper-contact {
  padding: 0;
  list-style: none;
  margin: 0;
}#section-7 .ul-wpper-contact li {
  margin-bottom: 40px;
}#section-7 .form-conactt-form form input:focus,#section-7 .form-conactt-form form textarea:focus {
  box-shadow: none;
  outline: 0;
}#section-7 .flex-icon-wpr img {
  width: 20px;
  filter: invert(1);
}#section-7 .wrapp-flex-contact {
  display: flex;
  gap: 20px;
  position: relative;
}#section-7 .flex-icon-wpr {
  width: 53px;
  height: 50px;
  background: #008ad18f;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
}#section-7 .cont-flex-conactts {
  padding-left: 70px;
}#section-7 .btn.btn-submit:hover {
  transition: .3s;
  background: #000;
}


#diseaseModal #diseaseModalTitle {
  font-size: 32px;
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}#diseaseModal #diseaseModalDesc {
  font-size: 16px;
  text-align: left;
}#diseaseModal #diseaseModalDesc ul {
  list-style: none;
  padding: 0;
}#diseaseModal #diseaseModalImage {
  margin-left: 0;
  margin-right: auto;
  display: block;
  width: 100%; 
  max-height: unset !important;
}

@media only screen and (max-device-width: 540px) and (orientation: portrait),
screen and (max-device-height: 540px) and (orientation: landscape),
screen and (max-width: 540px) and (orientation: portrait),
screen and (max-height: 540px) and (orientation: landscape) {
    #main-header .container .col-lg-10 {
  display: none;
}#main-header .container {
  max: 100%;
  padding: 0 10px;
}.doctor-demo-page.scrolled #main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
  background: #fff;
  transition: .3s;
}#top-header .container .col-lg-6:first-child {
  display: none;
}#top-header .ul-right-header-tops {
  padding: 0px 10px;
  justify-content: space-between;
}#main-header {
  position: relative;
}#click-btn-menus {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
    cursor: pointer;
}#click-btn-menus .fa-solid.fa-bars {
  position: relative;
  background: #000;
  width: 20px;
  height: 2px;
  display: block;
}#click-btn-menus .fa-solid.fa-bars::before {
  content: '';
  background: #000;
  width: 20px;
  height: 2px;
  display: block;
  top: -5px;
  position: relative;
}#click-btn-menus .fa-solid.fa-bars::after {
  content: '';
  background: #000;
  width: 20px;
  height: 2px;
  display: block;
  top:  4px;
  position: relative;
}

.open-menuu.scrolled .header-right-side {
  top: 74px !important;
}.open-menuu #main-header .container .col-lg-10 {
  display: block;
}.open-menuu #main-header .container .col-lg-10 .header-right-side {
  position: fixed;
  top: 135px;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 111;
}.open-menuu #main-header .header-right-side ul {
  display: block;
}.open-menuu #main-header .header-right-side ul .nav-link {
  color: #fff;
  padding: 1rem 1rem!important;
}.open-menuu #main-header #appointment-btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
  margin-left: 15px;
  margin-top: 20px;
}




#section1 .main-slider-content .ml3 {
font-size: 32px;
}#section1 .main-slider-content {
width: 90%;
}#section-2 .wrap-center-sct3 h3 {
font-size: 22px;
line-height: 1.3;
}
#section-6 .wrap-blog-box {
  display: block;
}#section-6 .wrap-blog-image {
  width: 100%;
}#section-6 .wrap-blog-contentt {
  width: 100%;
}#section-4 .row.row-justify-center .col-lg-6:last-child { 
  justify-content: start!important;
}#section-4 .wrap-btn-wrp .serveices-btn {
  margin: 0;
  font-size: 12px;
  padding: 10px 20px;
}#section-3 .about-image-wrpp {
  margin-top: 30px;
}#section-3 .image-wrappers {
  margin-bottom: 30px;
}#section-3 .row.row-about-img .col-lg-12 {
padding-top: 0;
}#section-3 .wrap-box-btn a {
margin: 0;
font-size: 12px;
padding: 10px 20px;
}#section-7 .cont-flex-conactts p {
font-size: 16px;
}#section-4 .row.row-justify-center.box-servies-row { 
z-index: 1;
position: relative;
}
}