* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h2,
h3,
h4 {
  font-size: 25px !important;
}

h5 {
  font-size: 20px !important;
}

@media only screen and (max-width: 1200px) {
  .footer_nav ul li {
    font-size: 14px;
  }
  .footer_contact ul li {
    font-size: 14px;
  }
  .footer_nav p {
    color: #fff;
    font-size: 14px;
  }
  .dr_profile_card .profile_title h5 {
    font-size: 18px !important;
  }
  .dr_profile_card .card_btn .book_btn {
    padding: 10px 10px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar .nav-item {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 25px !important;
  }
  h2,
  h3,
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  p {
    font-size: 14px !important;
  }
  #desktop-dropdown {
    display: none;
  }
  #mobile-dropdown {
    display: block;
  }
  .modal-dialog {
    display: none !important;
  }
  .modal-backdrop {
    display: none;
  }
  .navbar .enquire_btn {
    display: none;
  }
  .banner .banner-img img {
    max-height: 280px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-wrapper2 .owl-carousel .carousel_card {
    width: 80%;
  }
  .owl-carousel .owl-next {
    right: 20px;
  }
  .owl-carousel .owl-prev {
    left: 20px;
  }
  .footer_nav {
    margin-bottom: 25px;
  }
  .upper_nav .upper_nav_contact a {
    font-size: 14px;
  }
  .wrapper_box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100% !important;
  }
  .wrapper_box .card_box .dr_text h5 {
    font-size: 20px !important;
  }
  .contact-form {
    width: 100% !important;
  }
  .contact-info ul li a {
    font-size: 14px;
  }
  .contact-info ul li {
    font-size: 14px;
  }
  .enquire-banner {
    height: 80vh;
  }
  .dr_profile_card {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner .carousel-item {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-bottom: 15px;
  }
  .upper_nav {
    display: none;
  }
  .banner .carousel-item h1 {
    text-align: center;
  }
  .banner {
    background: url("../images/banner.png") center no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
  }
  .banner .banner-img {
    text-align: center;
  }
  .about-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-img img {
    height: auto !important;
  }
  .copy-right {
    flex-direction: column;
    text-align: center;
  }
  .copy-right a {
    font-size: 14px;
  }
  .banner_btn {
    text-align: center;
  }
  .banner .banner-img img {
    min-height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-text {
    text-align: center;
  }
  .treatments_card {
    min-height: auto !important;
  }
  .treatments_card .card_img img {
    height: auto !important;
  }
  .treatments_card .card_btn {
    margin: 0 !important;
    padding: 15px 0;
  }
  .treatments_box .treatments_img img {
    height: auto;
  }
  .nav_footer {
    padding-top: 0px;
  }
  .about_img {
    margin-bottom: 20px;
  }
  .card_box {
    flex-direction: column;
  }
  .wrapper_box .card_box .dr-img {
    margin: 0 auto;
  }
  .wrapper_box .card_box .dr_text {
    margin-top: 0;
  }
  .wrapper_box .card_box {
    gap: 10px;
  }
  .enquire_btn {
    display: none;
  }
  .owl-carousel .owl-item img {
    margin-bottom: 15px;
  }
  .dr_profile_card {
    text-align: center;
  }
  .dr_profile_card .d-flex {
    flex-direction: column;
  }
  .dr_profile_card .card_btn {
    margin-bottom: 15px;
  }
  .footer_contact .social_icons span {
    font-size: 14px;
  }
  .footer_contact .social_icons i {
    font-size: 15px;
    color: #fff;
    margin-right: 20px;
    background-color: #E9A901;
    padding: 8px;
    border-radius: 50%;
  }
  .footer_contact .social_icons i:hover {
    color: #000080;
  }
  .mobile-view {
    margin-top: 20px;
  }
  .mobile_img img,
  .mobile_img h2 {
    margin-top: 20px;
  }
  #marquee_bg {
    background-color: #E9A901;
  }
  #marquee_bg p {
    font-size: 16px !important;
    padding: 10px;
  }
}/*# sourceMappingURL=media-query.css.map */