:root {
  --primary_color: #c14755;
  --secondary_color: #000000;
  --tertiary_color: #f9ecee;
}

body {
  font-family: "Outfit", sans-serif;
  color: #000;
}

.bg_primary {
  background-color: var(--primary_color);
}

.bg_secondary {
  background-color: var(--secondary_color);
}

.bg_grey {
  background-color: #edeef0;
}

.bg_white {
  background-color: #ffffff;
}

.txt_black,
.txt_black * {
  color: #000000;
}

.txt_white,
.txt_white * {
  color: #ffffff;
}

.txt_primary {
  color: var(--primary_color);
}

.txt_secondary {
  color: var(--secondary_color);
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  padding: 12px;
}
.form-control:hover {
  box-shadow: none;
  text-decoration: none;
  outline: none;
}
.form-control:focus {
  box-shadow: none;
  text-decoration: none;
  outline: none;
}

/* ===== Scroll to Top ==== */
#return_to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #edeef0;
  width: 45px;
  height: 45px;
  text-decoration: none;
  border-radius: 5px;
  display: none;
  z-index: 999;
}
#return_to_top i {
  color: #000000;
  margin: 0;
  position: relative;
  left: 16px;
  top: 11px;
  font-size: 16px;
}

/* ==== End Scroll to Top ==== */
.btn_primary a,
.btn_primary input,
.btn_primary button, .btn_secondary a,
.btn_secondary input,
.btn_secondary button {
  display: inline-block;
  padding: 11px 28px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  border: none;
  text-align: center;
  outline: none;
  width: fit-content;
}

.btn_primary a,
.btn_primary input,
.btn_primary button {
  background-color: var(--primary_color);
}
.btn_primary a:hover,
.btn_primary input:hover,
.btn_primary button:hover {
  color: #ffffff;
  background-color: var(--primary_color);
}

.btn_secondary a,
.btn_secondary input,
.btn_secondary button {
  background-color: var(--secondary_color);
}
.btn_secondary a:hover,
.btn_secondary input:hover,
.btn_secondary button:hover {
  color: #ffffff;
  background-color: var(--secondary_color);
}

.section_title h2 {
  font-weight: 500;
  font-size: 34px;
  line-height: 51px;
  text-align: center;
  color: #000000;
}

/* h5 {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 27px;
  }
 */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
@media (max-width: 767px) {
  .section_title h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .btn_primary a,
  .btn_primary input,
  .btn_primary button, .btn_secondary a,
  .btn_secondary input,
  .btn_secondary button {
    font-size: 18px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
p {
  font-size: 17px;
  line-height: 27px;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}

.btn {
  border: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}
.btn:hover {
  box-shadow: none;
  text-decoration: none;
  outline: none;
}
.btn:focus {
  box-shadow: none;
  text-decoration: none;
  outline: none;
}

.list-inline::after {
  display: block;
  content: "";
  clear: both;
}
.list-inline li {
  display: inline-block;
}

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }
}
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
.top_header {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
}
.top_header nav.navbar {
  padding: 0;
}
.top_header nav.navbar .navbar-brand img {
  width: 220px;
}
.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.nav-item {
  margin-right: 20px;
}
.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li a {
  font-size: 16px;
  color: #000000;
  padding: 28px 0;
}
.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li a.dropdown-toggle:after {
  content: none;
}
.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu {
  border: none;
  border-radius: 0;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 30px 30px;
}
.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu h6.title {
  color: var(--primary_color);
  font-size: 20px;
  margin-bottom: 15px;
}
.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu li:not(:last-child) {
  margin-bottom: 5px;
}
.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu li a {
  padding: 0;
}
.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu li a:hover {
  color: var(--primary_color);
}
.top_header nav.navbar .right_nav {
  align-items: center;
  padding-left: 10px;
}
.top_header nav.navbar .right_nav li.contact_btn {
  margin-right: 25px;
}
.top_header nav.navbar .right_nav li.contact_btn a {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  align-items: center;
}
.top_header nav.navbar .right_nav li.contact_btn a i {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  font-size: 10px;
  vertical-align: middle;
  margin-right: 5px;
}
.top_header nav.navbar .right_nav li.btn_primary a {
  font-size: 16px;
  padding: 9px 20px;
}
.top_header button:focus,
.top_header a:focus {
  outline: none;
}
.top_header button.navbar-toggler {
  border: none;
  color: #000000;
  font-size: 20px;
}
.top_header button.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}

@media (min-width: 992px) {
  .top_header nav.navbar .navbar-collapse {
    order: 1;
  }
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.has-megamenu {
    position: static !important;
  }
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
  .top_header nav.navbar .right_nav {
    order: 2;
  }

  /* .dropdown:hover>.dropdown-menu {
  	display: block;
  } */
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.nav-item {
    margin-right: 18px;
  }
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li a {
    font-size: 14px;
  }
  .top_header nav.navbar .right_nav {
    padding-left: 0px;
  }
  .top_header nav.navbar .right_nav li.contact_btn {
    margin-right: 10px;
  }
  .top_header nav.navbar .right_nav li.contact_btn a {
    font-size: 14px;
  }
  .top_header nav.navbar .right_nav li.btn_primary a {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.nav-item {
    margin-right: 15px;
  }
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li a {
    font-size: 14px;
  }
  .top_header nav.navbar .right_nav {
    padding-left: 0;
  }
  .top_header nav.navbar .right_nav li.contact_btn {
    margin-right: 10px;
  }
  .top_header nav.navbar .right_nav li.contact_btn a span {
    display: none;
  }
  .top_header nav.navbar .right_nav li.btn_primary a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .top_header nav.navbar {
    padding: 15px 0;
  }
  .top_header nav.navbar .navbar-brand img {
    width: 180px;
  }
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav {
    margin-top: 18px;
  }
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.nav-item {
    margin-right: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.dropdown a.dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    border: none;
    vertical-align: middle;
    position: absolute;
    right: 0;
    font-size: 17px;
  }
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li a {
    font-size: 16px;
    padding: 10px 0;
  }
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu {
    padding: 15px 1px 1px;
    box-shadow: none;
    margin-top: 0;
    border-top: 2px solid #dfdfdf;
  }
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu .col-megamenu {
    margin-bottom: 20px;
  }
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu h6.title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu li a {
    font-size: 14px;
  }
  .top_header nav.navbar .right_nav {
    margin-left: auto;
  }
  .top_header nav.navbar .right_nav li.contact_btn {
    margin-right: 15px;
  }
  .top_header nav.navbar .right_nav li.contact_btn a i {
    font-size: 18px;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #000000;
  }
  .top_header nav.navbar .right_nav li.contact_btn a span {
    display: none;
  }
  .top_header nav.navbar .right_nav li.btn_primary {
    display: none;
  }
}
.homepage-banner {
  margin-top: 60px;
  margin-bottom: 68px;
}
.homepage-banner .homepage-banner-content {
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.homepage-banner .homepage-banner-content h1 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: 57px;
  margin-bottom: 15px;
}
.homepage-banner .homepage-banner-content h3 {
  font-size: 31px;
  font-weight: 400;
  margin-bottom: 20px;
}
.homepage-banner .homepage-banner-content h3 span, .homepage-banner .homepage-banner-content h3 strong {
  color: var(--primary_color);
  font-weight: 600;
}
.homepage-banner .homepage-banner-content p {
  margin-bottom: 25px;
}
.homepage-banner .banner-img img {
  width: 100%;
}

.homepage-logo {
  margin-bottom: 60px;
}
.homepage-logo .logo-section {
  background-color: #ffffff;
  box-shadow: -8.746px 4.848px 60px 0px rgba(0, 0, 0, 0.1);
}
.homepage-logo .logo-section .logo .img-fluid {
  padding: 20px 0;
}

.founded-section {
  padding-bottom: 70px;
}
.founded-section .section_title h2 {
  color: #000000;
}

.treatment-section {
  background-image: url("../images/red_bg.webp");
  padding: 50px 0px 60px;
}
.treatment-section .section_title {
  padding-bottom: 40px;
}
.treatment-section .section_title h2 {
  color: #ffffff;
}
.treatment-section .btn_secondary {
  text-align: center;
}
.treatment-section .btn_secondary a {
  padding-left: 30px;
  padding-right: 30px;
}
.treatment-section .treatment-content {
  margin-bottom: 48px;
}
.treatment-section .treatment-content .right_area {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 5px;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
}
.treatment-section .treatment-content .right_area .treatment_tabs {
  padding-left: 0;
  margin-bottom: 35px;
}
.treatment-section .treatment-content .right_area .treatment_tabs li {
  display: inline-block;
  list-style-type: none;
}
.treatment-section .treatment-content .right_area .treatment_tabs li:not(:last-child) {
  margin-right: 33px;
}
.treatment-section .treatment-content .right_area .treatment_tabs li button {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0;
  outline: none !important;
  opacity: 0.5;
}
.treatment-section .treatment-content .right_area .treatment_tabs li button img {
  margin-bottom: 6px;
}
.treatment-section .treatment-content .right_area .treatment_tabs li button span {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
.treatment-section .treatment-content .right_area .treatment_tabs li button.active {
  opacity: 1;
}
.treatment-section .treatment-content .right_area .treatment_list ul {
  margin-bottom: 0;
}
.treatment-section .treatment-content .right_area .treatment_list ul li {
  font-size: 19px;
  font-weight: 400;
  list-style-type: none;
}
.treatment-section .treatment-content .right_area .treatment_list ul li:not(:last-child) {
  margin-bottom: 13px;
}
.treatment-section .treatment-content .right_area .treatment_list ul li:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  margin-left: -28px;
  margin-right: 10px;
  color: var(--primary_color);
  font-size: 16px;
  font-weight: 600;
}
.treatment-section .treatment-content .right_area .treatment_list ul li a {
  color: #000000;
}

.articles_section {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--tertiary_color) 60%, #ffffff 50%);
}
.articles_section .articles_area {
  padding: 35px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
}
.articles_section .articles_area .row {
  margin-left: -15px;
  margin-right: -15px;
}
.articles_section .articles_area .row div[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.articles_section .articles_area .article_item .article_img {
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 48px;
}
.articles_section .articles_area .article_item h3 {
  color: var(--primary_color);
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}
.articles_section .articles_area .article_item p {
  margin-bottom: 20px;
}
.articles_section .articles_area .article_item .btn_primary a {
  padding: 8px 27px;
}

.surgeons-section {
  padding-top: 40px;
  background: linear-gradient(60deg, var(--primary_color) 40%, #ffffff 30%);
}
.surgeons-section .surgeons-slider {
  /* background-color: $white;
  box-shadow: 0px 0px 162px -74px rgba(0, 0, 0, 0.75); */
}
.surgeons-section .surgeons-slider .owl-carousel .surgeons-content {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.22);
  margin-top: 120px;
  margin-bottom: 60px;
}
.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info {
  padding: 40px 0px 40px 60px;
}
.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info h3 {
  font-size: 30px;
  margin-bottom: 18px;
}
.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-image {
  margin-top: -60px;
  padding-bottom: 60px;
}
.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-image img {
  width: 335px;
  box-shadow: 0px 0px 80px -44px rgba(0, 0, 0, 0.75);
}
.surgeons-section .surgeons-slider .owl-carousel .owl-nav {
  text-align: right;
  width: 83.33333333%;
  margin: 0 auto;
}
.surgeons-section .surgeons-slider .owl-carousel .owl-nav button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--tertiary_color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--primary_color);
  margin-left: 10px;
}

.achieve-section {
  padding: 80px 0 50px;
}
.achieve-section .achieve-item {
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 0 5px;
  text-align: center;
}
.achieve-section .achieve-item .icon-section {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  background: var(--primary_color);
  border-radius: 50%;
  margin-bottom: 25px;
}
.achieve-section .achieve-item .icon-section i {
  font-size: 44px;
  color: #ffffff;
}
.achieve-section .achieve-item h3 {
  font-size: 55px;
  color: var(--primary_color);
  font-weight: 600;
  margin-bottom: 10px;
}
.achieve-section .achieve-item h5 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
}

.hospital-section {
  padding-top: 20px;
}
.hospital-section .section_title {
  margin-bottom: 60px;
}
.hospital-section .hospital-video .ratio {
  border: 1px solid #ffffff;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
}
.hospital-section .hospital-content p {
  margin-bottom: 18px;
}
.hospital-section .hospital-content ul li {
  list-style-type: none;
  margin-bottom: 18px;
  font-size: 17px;
}
.hospital-section .hospital-content ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  margin-left: -30px;
  margin-right: 10px;
  color: var(--primary_color);
}

.clients-section {
  margin: 30px 0;
}
.clients-section .clients-slider {
  padding: 50px 0;
}
.clients-section .owl-carousel .owl-stage-outer {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.clients-section .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.booking-section {
  margin-bottom: 70px;
}
.booking-section .booking-form {
  background-color: var(--primary_color);
  padding-left: 28px;
  padding-right: 28px;
}
.booking-section .booking-form .section_title h2 {
  font-weight: 400;
  color: #ffffff;
}
.booking-section .booking-form .btn_secondary {
  margin-bottom: 10px;
  padding-top: 5px;
}
.booking-section .booking-form .btn_secondary button {
  width: 100%;
}
.booking-section .booking-form input.form-control {
  height: 55px;
}
.booking-section .booking-form textarea,
.booking-section .booking-form input {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 17px 18px;
  font-size: 18px;
  background-clip: border-box;
  resize: none;
}
.booking-section .booking-form textarea::-webkit-input-placeholder,
.booking-section .booking-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
.booking-section .booking-form textarea::-moz-placeholder,
.booking-section .booking-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.booking-section .booking-form textarea:-ms-input-placeholder,
.booking-section .booking-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
.booking-section .booking-form textarea:-moz-placeholder,
.booking-section .booking-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.booking-section .threeway-section .section_title {
  margin-bottom: 30px;
  padding-top: 4px;
}
.booking-section .threeway-section .section_title h2 {
  text-align: left;
  line-height: 40px;
}
.booking-section .threeway-section h5 {
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 40px;
  text-align: start;
}
.booking-section .threeway-section .btn_secondary {
  margin-bottom: 20px;
}
.booking-section .threeway-section .btn_secondary a {
  width: 100%;
  border-radius: 5px;
  border: 2px solid var(--primary_color);
  background: transparent;
  color: var(--primary_color);
  font-size: 24px;
  text-align: left;
  padding: 10px 20px 10px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
.booking-section .threeway-section .btn_secondary a span i {
  margin-right: 13px;
  width: 24px;
}
.booking-section .threeway-section .btn_secondary a span + i {
  font-size: 26px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .homepage-banner .homepage-banner-content {
    padding-right: 10px;
  }
  .homepage-banner .homepage-banner-content h1 {
    font-size: 50px;
  }
  .homepage-banner .homepage-banner-content h3 {
    font-size: 28px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .homepage-banner {
    margin-bottom: 50px;
  }
  .homepage-banner .homepage-banner-content {
    padding-right: 10px;
  }
  .homepage-banner .homepage-banner-content h1 {
    font-size: 48px;
  }
  .homepage-banner .homepage-banner-content h3 {
    font-size: 28px;
  }

  .homepage-logo {
    margin-bottom: 35px;
  }

  .founded-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .homepage-banner {
    margin-top: 0;
    margin-bottom: 0;
  }
  .homepage-banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
    background-color: var(--primary_color);
  }
  .homepage-banner .homepage-banner-content {
    background-color: var(--primary_color);
    color: #ffffff;
    padding: 35px 30px 42px;
  }
  .homepage-banner .homepage-banner-content h1 {
    color: #ffffff;
  }
  .homepage-banner .homepage-banner-content h3 {
    color: #ffffff;
  }
  .homepage-banner .homepage-banner-content h3 span {
    color: #ffffff;
  }
  .homepage-banner .homepage-banner-content p {
    color: #ffffff;
  }
  .homepage-banner .homepage-banner-content .btn_primary a {
    background-color: #000000;
  }

  .homepage-logo {
    margin-bottom: 50px;
  }
  .homepage-logo .logo-section {
    margin-top: -18px;
  }

  .founded-section {
    padding-bottom: 40px;
  }
  .founded-section .section_title h2 {
    text-align: left;
  }

  .treatment-section .section_title {
    padding-bottom: 30px;
  }
  .treatment-section .treatment-content .right_area {
    padding: 30px;
  }
  .treatment-section .treatment-content .right_area .treatment_tabs li:not(:last-child) {
    margin-right: 30px;
  }
  .treatment-section .treatment-content .right_area .treatment_list ul li {
    font-size: 18px;
  }
  .treatment-section .treatment-content .right_area .treatment_list ul li:not(:last-child) {
    margin-bottom: 9px;
  }

  .articles_section {
    padding: 60px 0;
  }

  .surgeons-section .surgeons-slider .owl-carousel .owl-nav {
    text-align: right;
    width: 100%;
    margin: 0 auto;
  }

  .hospital-section {
    padding-top: 0;
  }
  .hospital-section .section_title {
    margin-bottom: 25px;
  }
  .hospital-section .hospital-content {
    padding-bottom: 15px;
  }

  .clients-section {
    margin: 0 0 10px;
  }

  .booking-section {
    margin-bottom: 0;
  }
}
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-banner .homepage-banner-content {
    max-width: 760px;
    margin: 0 auto;
  }

  .achieve-section {
    padding: 60px 0 40px;
  }
  .achieve-section .achieve-item {
    padding: 30px 20px;
    margin: 0;
  }
  .achieve-section .achieve-item .icon-section {
    height: 80px;
    width: 80px;
  }
  .achieve-section .achieve-item .icon-section i {
    font-size: 34px;
  }
  .achieve-section .achieve-item h3 {
    font-size: 44px;
  }
  .achieve-section .achieve-item h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .homepage-banner .homepage-banner-content {
    padding: 30px 25px 42px;
  }
  .homepage-banner .homepage-banner-content h1 {
    font-size: 42px;
    font-weight: 400;
  }
  .homepage-banner .homepage-banner-content h3 {
    font-size: 28px;
  }
  .homepage-banner .homepage-banner-content p {
    font-size: 17px;
  }
  .homepage-banner .homepage-banner-content .btn_primary a {
    font-size: 18px;
  }

  .homepage-logo .logo-section .row div[class*=col]:nth-child(1) img {
    margin-left: 0 !important;
  }

  .treatment-section {
    padding-bottom: 50px;
  }
  .treatment-section .treatment-content {
    margin-bottom: 40px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
  }
  .treatment-section .treatment-content .right_area {
    box-shadow: none;
    padding: 25px 0 10px;
  }
  .treatment-section .treatment-content .right_area .treatment_tabs {
    margin-bottom: 30px;
  }
  .treatment-section .treatment-content .right_area .treatment_tabs li:not(:last-child) {
    margin-right: 25px;
  }

  .articles_section .articles_area {
    padding: 35px 25px 0;
  }
  .articles_section .articles_area .article_item {
    margin-bottom: 40px;
  }
  .articles_section .articles_area .article_item .article_img {
    margin-bottom: 25px;
  }
  .articles_section .articles_area .article_item h3 {
    margin-bottom: 15px;
  }

  .surgeons-section {
    background: var(--primary_color);
  }
  .surgeons-section .section_title h2 {
    color: #ffffff;
  }
  .surgeons-section .surgeons-slider .owl-carousel .surgeons-content {
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info {
    text-align: center;
    padding: 30px;
  }
  .surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info h3 {
    font-size: 25px;
  }
  .surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info p {
    font-size: 17px;
    line-height: 26px;
  }
  .surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-image {
    margin-top: -40px;
    padding-bottom: 0;
  }
  .surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-image img {
    width: 233px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .surgeons-section .surgeons-slider .owl-carousel .owl-nav {
    text-align: center;
    padding-bottom: 40px;
  }

  .booking-section .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .booking-section .row div[class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .booking-section .row div[class*=col]:nth-child(1) {
    background-color: var(--primary_color);
  }
  .booking-section .booking-form {
    padding-left: 0px;
    padding-right: 0px;
  }
  .booking-section .threeway-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .booking-section .threeway-section .section_title {
    margin-bottom: 24px;
  }
  .booking-section .threeway-section h5 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 28px;
  }
  .booking-section .threeway-section h5 br {
    display: none;
  }
  .booking-section .threeway-section .btn_secondary a {
    font-size: 18px;
    padding: 10px 15px 10px 18px;
  }
  .booking-section .threeway-section .btn_secondary a span i {
    margin-right: 5px;
    width: 20px;
  }
  .booking-section .threeway-section .btn_secondary a span + i {
    font-size: 22px;
  }
}
.footer_section {
  background-color: #edeef0;
  padding: 80px 0;
}
.footer_section .footer_content .footer_item li {
  list-style: none;
  font-size: 17px;
  line-height: 27px;
}
.footer_section .footer_content .footer_item li a {
  color: #000000;
}
.footer_section .footer_content .footer_item h4 {
  font-size: 28px;
}
.footer_section .footer_content .footer_item .contacts {
  padding-right: 58px;
}
.footer_section .footer_content .footer_item .contacts li {
  padding-bottom: 14px;
}
.footer_section .footer_content .footer_item .footer_logo_2 {
  width: 183px;
}
.footer_section .footer_content .footer_item .footer_social a {
  font-size: 22px;
  color: #000000;
  display: inline-block;
  margin-right: 15px;
}
.footer_section .copyright_section .copyright p {
  font-size: 13px;
  line-height: 21px;
  color: var(--secondary_color);
  font-weight: bold;
}
.footer_section .copyright_section .copyright p a {
  text-decoration: none;
  color: var(--secondary_color);
}

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
.ppc-banner {
  margin-top: 60px;
}
.ppc-banner h1 {
  font-size: 46px;
  margin-bottom: 20px;
}
.ppc-banner .banner_text {
  padding: 40px 0;
}
.ppc-banner .banner_text i {
  color: var(--primary_color);
  font-size: 31px;
  margin-bottom: 20px;
}
.ppc-banner .banner_text p em {
  color: var(--primary_color);
}
.ppc-banner .ppc_banner_form {
  background-color: var(--primary_color);
  padding-left: 28px;
  padding-right: 28px;
  box-shadow: 2px 10px 60px 0px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.ppc-banner .ppc_banner_form h5 {
  color: #fff;
  text-align: center;
}
.ppc-banner .ppc_banner_form .btn_primary input {
  background-color: #000;
}
.ppc-banner .banner_img_col {
  position: relative;
}
.ppc-banner .banner_img_col .upper_img_mobile {
  position: absolute;
  right: 25px;
  top: 40px;
  z-index: 9;
  border-radius: 10px;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  width: 140px;
  padding: 15px 15px 15px;
}
.ppc-banner .banner_img_col .upper_img_mobile:after {
  content: "";
  width: 50px;
  height: 17px;
  background-color: white;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  transform: rotate(124deg) skew(-57deg);
  -webkit-transform: rotate(124deg) skew(-57deg);
  -moz-transform: rotate(124deg) skew(-57deg);
  left: 1px;
  z-index: -1;
}
.ppc-banner .banner_img_col .upper_img_mobile i {
  color: var(--primary_color);
  opacity: 0.5;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 300;
}
.ppc-banner .banner_img_col .upper_img_mobile p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.ppc-banner .banner_img_col .upper_img_mobile h6 {
  color: var(--primary_color);
  font-weight: 300;
  margin-bottom: 0;
}

.ppc_navlinks {
  background-color: var(--primary_color);
  text-align: center;
  padding: 15px 0;
}
.ppc_navlinks ul li a {
  color: #ffffff;
  padding: 0 20px;
}
.ppc_navlinks ul li a:hover {
  color: #ffffff;
}
.ppc_navlinks ul li:not(:last-child) a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.ppc_surgeon {
  background-color: #f9ecee;
}
.ppc_surgeon .surgeon_area {
  border-right: 1px solid #e7d4d7;
  border-left: 1px solid #e7d4d7;
}
.ppc_surgeon .surgeon_content h2 {
  color: var(--primary_color);
}
.ppc_surgeon .surgeon_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ppc_surgeon .surgeon_img img {
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
}

.testimonial_section {
  padding: 70px 0;
}
.testimonial_section .testimonial_area .card {
  border: none;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
}
.testimonial_section .testimonial_area .card .card-body {
  padding: 32px 40px;
}
.testimonial_section .testimonial_area .card .card-body h6 {
  color: var(--primary_color);
  font-size: 17px;
}

.video_testimonial .video_area {
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
}

.ppc_footer_section.footer_section {
  padding: 0;
  background-color: #fff;
}
.ppc_footer_section.footer_section .ppc_footer_info {
  background-color: #f3f3f3;
  border-radius: 50px;
  overflow: hidden;
}
.ppc_footer_section.footer_section .ppc_footer_info .left_area {
  background-color: #000;
  padding: 15px 10px;
  color: #fff;
}
.ppc_footer_section.footer_section .ppc_footer_info .left_area h5 {
  font-weight: 500;
  margin: 0;
}
.ppc_footer_section.footer_section .ppc_footer_info ul {
  margin: 0;
}
.ppc_footer_section.footer_section .ppc_footer_info ul li {
  font-size: 17px;
  color: #000;
  display: inline-block;
  list-style-type: none;
}
.ppc_footer_section.footer_section .ppc_footer_info ul li:not(:last-child) {
  border-right: 1px solid #a5a2a2;
  padding-right: 20px;
  margin-right: 15px;
}
.ppc_footer_section.footer_section .ppc_footer_info ul li a {
  font-size: 17px;
  color: #000;
}
.ppc_footer_section.footer_section .our_locations {
  padding: 65px 0;
}
.ppc_footer_section.footer_section .our_locations .location_area {
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
  padding: 26px 12px;
  text-align: center;
}
.ppc_footer_section.footer_section .our_locations .location_area h5,
.ppc_footer_section.footer_section .our_locations .location_area h3,
.ppc_footer_section.footer_section .our_locations .location_area p {
  margin: 0px 0px 0px;
}
.ppc_footer_section.footer_section .our_locations .location_area h3 {
  font-size: 24px;
}
.ppc_footer_section.footer_section .our_locations .location_area h5 {
  color: var(--primary_color);
  font-size: 18px;
}
.ppc_footer_section.footer_section .our_locations .location_area .location_name {
  background-color: #edeef0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 0;
}
.ppc_footer_section.footer_section .ppc_social {
  text-align: center;
  margin: 0;
  padding-top: 20px;
}
.ppc_footer_section.footer_section .ppc_social li a {
  color: #000;
  font-size: 22px;
  display: inline-block;
  margin: 0 10px;
}
.ppc_footer_section.footer_section .copyright_section {
  background-color: #ededed;
  padding: 25px 0;
}
.ppc_footer_section.footer_section .copyright_section .copyright p {
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
}

.ppc_cms_section.cms_section .row {
  margin-bottom: 0px;
}

.pricing_section {
  background-color: #ffffff;
}
.pricing_section .pricing_content {
  padding: 35px 50px;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
}
.pricing_section .pricing_content .pricing_area .section_title h2 {
  text-align: start;
}
.pricing_section .pricing_content .pricing_area ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.pricing_section .pricing_content .pricing_area ul li:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  margin-left: -30px;
  margin-right: 10px;
  color: var(--primary_color);
  background-color: #ffffff;
  font-weight: 700;
}
.pricing_section .pricing_content .price_list table {
  width: 100%;
}
.pricing_section .pricing_content .price_list table .heading th {
  font-weight: 400;
}
.pricing_section .pricing_content .price_list table tr th {
  padding: 10px 20px;
}
.pricing_section .pricing_content .price_list table tr td {
  background-color: #f7f7f7;
  font-size: 18px;
  border: none;
  padding: 10px 20px;
}
.pricing_section .pricing_content .price_list table tr td p {
  margin: 0;
}
.pricing_section .pricing_content .price_list table tr th {
  background-color: var(--primary_color);
  color: #ffffff;
  font-size: 18px;
}
.pricing_section .pricing_content .pricing_text {
  color: var(--primary_color);
  line-height: 19px;
  padding: 0;
}
.pricing_section .pricing_content i {
  color: var(--primary_color);
}

.benefits_section {
  background-image: url("../images/red_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.benefits_section .benefit_content {
  padding-bottom: 80px;
}
.benefits_section .benefit_content .benefit {
  background-color: #c14755;
  border: 2px solid #d45d6b;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 47px 0;
  margin: 0px 8px;
}
.benefits_section .benefit_content .benefit p {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0px;
  padding-top: 17px;
}
.benefits_section .benefit_content .benefit .benefit_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 50px;
}

.ppc_address_section {
  padding: 94px 0px;
  background-color: #f9ecee;
}
.ppc_address_section .ppc_address {
  background-color: #ffffff;
  padding: 50px 0;
  border-radius: 10px;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
}
.ppc_address_section .ppc_address ul {
  padding-left: 0rem;
}
.ppc_address_section .ppc_address ul li {
  list-style-type: none;
  padding-bottom: 10px;
}
.ppc_address_section .ppc_address ul li i {
  padding-right: 10px;
}
.ppc_address_section .ppc_address .address_section {
  padding: 50px 40px;
}
.ppc_address_section .ppc_address .address_section .map {
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .top_header.ppc_header {
    padding: 15px 0;
  }
  .top_header.ppc_header .collapse.navbar-collapse {
    display: none !important;
  }
  .top_header.ppc_header nav.navbar .right_nav {
    margin-right: 0;
    margin-left: auto;
  }
  .top_header.ppc_header nav.navbar .right_nav li.contact_btn {
    margin-right: 15px;
  }
  .top_header.ppc_header nav.navbar .right_nav li.contact_btn a {
    background-color: #000;
    color: #ffffff;
    padding: 9px 20px;
    border-radius: 50px;
  }
  .top_header.ppc_header nav.navbar .right_nav li.contact_btn a i {
    width: auto;
    margin-right: 10px;
    font-size: 14px;
  }
  .top_header.ppc_header nav.navbar .right_nav li.contact_btn a span {
    display: block;
  }
}
@media (max-width: 991px) {
  .ppc_surgeon .surgeon_area {
    border: none;
  }
}
@media (max-width: 767px) {
  .ppc-banner {
    margin-top: 0;
  }
  .ppc-banner h1 {
    font-size: 42px;
  }
  .ppc-banner .container {
    max-width: 100%;
    padding: 0;
  }
  .ppc-banner .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .ppc-banner .container .row .banner_text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ppc-banner .banner_img_col {
    background: -moz-linear-gradient(90deg, #c6c6c6 0%, #e7e7e9 100%);
    background: -webkit-linear-gradient(90deg, #c6c6c6 0%, #e7e7e9 100%);
    background: -ms-linear-gradient(90deg, #c6c6c6 0%, #e7e7e9 100%);
  }
}
@media (max-width: 575px) {
  .pricing_section .pricing_content {
    padding: 0px;
    box-shadow: none;
  }

  .benefits_section .benefit_content {
    padding: 0px 40px;
  }

  .ppc_navlinks ul li a {
    padding: 0 10px;
    font-size: 14px;
  }

  .ppc-banner .banner_text .btn_primary a {
    font-size: 14px;
  }
}
.homepage-banner.seo_banner .homepage-banner-content img {
  max-width: 100%;
  margin-bottom: 30px;
}
.homepage-banner.seo_banner .homepage-banner-content p em {
  color: var(--primary_color);
}
.homepage-banner.seo_banner .homepage-banner-content i[class*="quote"] {
  color: var(--primary_color);
  font-size: 31px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.homepage-banner.seo_banner .banner-img {
  position: relative;
}
.homepage-banner.seo_banner .banner-img .upper_img_mobile {
  position: absolute;
  right: 25px;
  top: 40px;
  z-index: 9;
  border-radius: 10px;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  width: 140px;
  padding: 15px 15px 15px;
}
.homepage-banner.seo_banner .banner-img .upper_img_mobile:after {
  content: "";
  width: 50px;
  height: 17px;
  background-color: white;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  transform: rotate(124deg) skew(-57deg);
  -webkit-transform: rotate(124deg) skew(-57deg);
  -moz-transform: rotate(124deg) skew(-57deg);
  left: 1px;
  z-index: -1;
}
.homepage-banner.seo_banner .banner-img .upper_img_mobile i {
  color: var(--primary_color);
  opacity: 0.5;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 300;
}
.homepage-banner.seo_banner .banner-img .upper_img_mobile p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.homepage-banner.seo_banner .banner-img .upper_img_mobile h6 {
  color: var(--primary_color);
  font-weight: 300;
  margin-bottom: 0;
}

.seo_services_section .service_box {
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 25px;
  text-align: center;
  height: 100%;
}
.seo_services_section .service_box .icon-section {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  width: 68px;
  background: var(--primary_color);
  border-radius: 50%;
  margin-bottom: 20px;
}
.seo_services_section .service_box .icon-section i {
  font-size: 39px;
  color: #ffffff;
}
.seo_services_section .service_box h5 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
}

.gallery-section {
  padding-top: 60px;
}
.gallery-section .gallery-slider .owl-theme .owl-dots .owl-dot span {
  height: 6px;
  width: 6px;
  margin: 0 9px;
}
.gallery-section .gallery-slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: #000000;
}
.gallery-section .gallery-btn {
  text-align: center;
  padding-top: 20px;
}
.gallery-section .gallery-btn a {
  color: var(--primary_color);
  text-align: center;
  font-size: 20px;
}
.gallery-section .gallery-btn a i {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.toc_section .toc_area {
  background-color: var(--primary_color);
  background-image: url(../images/red_bg.webp);
  background-size: cover;
  color: #ffffff;
  padding: 50px 60px 20px;
  margin-bottom: 50px;
}
.toc_section .toc_area .seo_features .d-flex {
  margin-bottom: 10px;
}
.toc_section .toc_area .seo_features .d-flex p {
  margin-bottom: 0;
}
.toc_section .toc_area .seo_features .d-flex i {
  margin-right: 10px;
  font-size: 18px;
}
.toc_section .toc_area .breadcrumbs_area .breadcrumb {
  background-color: #c75865;
  display: inline-flex;
  padding: 5px 25px;
  --bs-breadcrumb-divider: '\f101';
}
.toc_section .toc_area .breadcrumbs_area .breadcrumb li {
  color: #ffffff;
  font-size: 17px;
}
.toc_section .toc_area .breadcrumbs_area .breadcrumb li a {
  color: #ffffff;
}
.toc_section .toc_area .breadcrumbs_area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  font-size: 12px;
  float: none;
  margin: 0 3px;
}
.toc_section .toc_area .toc_items {
  padding-top: 20px;
}
.toc_section .toc_area .toc_items h2 button {
  font-size: 34px;
}
.toc_section .toc_area .toc_items h2 button i {
  margin-right: 15px;
}
.toc_section .toc_area .toc_items .accordion-body {
  padding-top: 10px;
}
.toc_section .toc_area .toc_items .accordion-body ol {
  padding-left: 20px;
}
.toc_section .toc_area .toc_items .accordion-body ol li {
  margin-bottom: 10px;
  color: #ffffff;
}
.toc_section .toc_area .toc_items .accordion-body ol li a {
  font-size: 17px;
  color: #ffffff;
}

.page_meta_info img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ffffff;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
}
.page_meta_info p {
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 0;
}
.page_meta_info p a {
  color: #000000;
}

.faq_section {
  padding-top: 50px;
  padding-bottom: 40px;
}
.faq_section .accordion .accordion-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.faq_section .accordion .accordion-item h3.accordion-header button.accordion-button {
  font-size: 28px;
  font-weight: 500;
  color: var(--primary_color);
  background-color: transparent;
  padding: 0px 0px 20px;
  box-shadow: none;
}
.faq_section .accordion .accordion-item h3.accordion-header button.accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq_section .accordion .accordion-item h3.accordion-header button.accordion-button:after {
  content: none;
}
.faq_section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 0 10px;
}

.related_articles {
  background-color: var(--primary_color);
  padding-top: 50px;
  padding-bottom: 70px;
}
.related_articles .section_title h2 {
  color: #ffffff;
}
.related_articles .related_articles_area {
  background-color: #ffffff;
  border-radius: 20px 0px 20px 0px;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  padding: 40px 80px;
}
.related_articles .related_articles_area .rel_article_item {
  display: inline-flex;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
.related_articles .related_articles_area .rel_article_item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}
.related_articles .related_articles_area .rel_article_item h5 {
  font-size: 20px;
  color: #000000;
}
.related_articles .related_articles_area .rel_article_item:hover h5 {
  color: var(--primary_color);
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .seo_services_section .service_box {
    padding: 16px 5px;
  }

  .toc_section .toc_area .seo_features .d-flex p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .related_articles .related_articles_area {
    border-radius: 20px;
  }

  .homepage-banner.seo_banner .container-fluid {
    background-color: #ffffff;
    color: #000000;
  }
  .homepage-banner.seo_banner .container-fluid .homepage-banner-content {
    background-color: #ffffff;
    padding-bottom: 0;
  }
  .homepage-banner.seo_banner .container-fluid .homepage-banner-content h1, .homepage-banner.seo_banner .container-fluid .homepage-banner-content p {
    color: #000000;
  }
  .homepage-banner.seo_banner .container-fluid .homepage-banner-content .btn_primary a {
    background-color: var(--primary_color);
  }

  .seopage_logos .logo-section {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .homepage-banner.seo_banner .container-fluid .homepage-banner-content h1 {
    font-size: 34px;
  }
  .homepage-banner.seo_banner .container-fluid .homepage-banner-content .btn_primary a {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .related_articles .related_articles_area {
    padding: 20px 20px 10px;
    border-radius: 10px;
  }

  .seo_services_section .service_box {
    padding: 20px 15px 15px;
  }

  .toc_section {
    background-image: url(../images/red_bg.webp);
  }
  .toc_section .toc_area {
    background-image: none;
    background-color: transparent;
    padding: 40px 0 20px;
  }
  .toc_section .toc_area .toc_items h2 button {
    font-size: 28px;
  }

  .page_meta_info p {
    font-size: 13px;
    line-height: 23px;
  }

  .toc_section .toc_area .breadcrumbs_area .breadcrumb {
    padding: 5px 16px;
  }

  .page_meta_info img {
    width: 85px;
    height: 85px;
    margin-right: 15px;
  }

  .faq_section .accordion .accordion-item h3.accordion-header button.accordion-button {
    font-size: 19px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .gallery-section .container {
    padding-left: 0;
    padding-right: 0;
  }

  .mb_xs_0 {
    margin-bottom: 0 !important;
  }

  .seo_last_section img {
    margin-bottom: 0 !important;
    width: 100%;
  }
  .seo_last_section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .seo_last_section .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .seo_last_section .container .row div[class*=col]:not(.p_xs_lr) {
    padding-left: 0;
    padding-right: 0;
  }
  .seo_last_section .p_xs_lr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cms_section .row {
  margin-bottom: 60px;
}
.cms_section h2 {
  margin-bottom: 35px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}
.cms_section h2 strong {
  font-weight: 600;
}
.cms_section h3 {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 400;
}
.cms_section h3 strong {
  font-weight: 600;
}
.cms_section h4 {
  font-size: 28px;
  font-weight: 500;
}
.cms_section h5 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
.cms_section p {
  line-height: 27px;
  margin-bottom: 15px;
}
.cms_section img {
  border: 1px solid #ffffff;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin-bottom: 20px;
}
.cms_section ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 27px;
}
.cms_section ul li {
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 27px;
}
.cms_section ul li:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  margin-left: -30px;
  margin-right: 10px;
  color: var(--primary_color);
  background-color: #ffffff;
  font-weight: 700;
}
.cms_section .border_box {
  border: 1px solid #f5f5f5;
  padding: 40px 40px 20px;
  margin-bottom: 40px;
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .cms_section .btn_primary a, .cms_section .btn_secondary a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .cms_section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .cms_section .border_box {
    padding: 20px 20px 0px;
  }
  .cms_section .row {
    margin-bottom: 40px;
  }
}
.clinic_banner .breadcrumbs ol li {
  font-size: 17px;
}
.clinic_banner .breadcrumbs ol li i {
  font-size: 11px;
}
.clinic_banner .breadcrumbs ol li a {
  color: #000000;
}
.clinic_banner .clinic_banner_content h1 {
  font-size: 46px;
  font-weight: 500;
}

.journey_section h2 {
  font-size: 34px;
  font-weight: 500;
}
.journey_section .row {
  margin-top: 58px;
}
.journey_section .row .journey_item {
  background-color: #ffffff;
  padding: 30px 30px 10px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  height: 100%;
}
.journey_section .row .journey_item h5 {
  text-align: start;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary_color);
}

.patient_slider_section {
  padding: 60px 0;
}

.cms_section .address_section {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 10px;
}
.cms_section .address_section h2 {
  margin-bottom: 20px;
  margin-bottom: 35px;
}
.cms_section .address_section ul li:before {
  content: none;
}
.cms_section .address_section ul li i {
  padding-right: 10px;
}

.features_section {
  height: auto;
  background-image: url(../images/red_bg.webp);
}
.features_section .features_item p {
  color: #ffffff;
  margin-top: 1rem;
}
.features_section .features_item p i {
  padding-right: 10px;
}

.finance_section {
  margin: 60px 0;
}
.finance_section .finance_img img {
  width: 100%;
}
.finance_section .finance_content .section_title h2 {
  text-align: start;
}
.finance_section .finance_content .finance_img img {
  width: 100%;
}

.procedures_section {
  margin: 60px 0;
}
.procedures_section .procedure_content {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 30px 50px;
}
.procedures_section .procedure_content .section_title h2 {
  text-align: start;
  margin-bottom: 30px;
}
.procedures_section .procedure_content .procedure_item {
  padding-bottom: 12px;
}
.procedures_section .procedure_content .procedure_item a {
  color: var(--primary_color);
  line-height: 27px;
  font-size: 17px;
}
.procedures_section .procedure_content .procedure_item a i {
  padding-right: 10px;
}

/* Landscape phones and portrait tablets */
@media (max-width: 576px) {
  .clinic_banner .breadcrumbs {
    margin-top: 20px;
  }
  .clinic_banner .clinic_banner_content {
    padding: 0px;
  }
  .clinic_banner .clinic_banner_content h1 {
    font-size: 28px;
  }
  .clinic_banner .clinic_banner_content .btn_primary {
    display: none;
  }

  .cms_section .address_section ul li {
    font-size: 14px;
  }
  .cms_section .address_section ul p {
    font-size: 14px;
  }

  .journey_section h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .clinic_surgeon_section {
    background: transparent;
  }
  .clinic_surgeon_section .section_title h2 {
    color: #ffffff;
  }
  .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content {
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info {
    text-align: center;
    padding: 30px;
  }
  .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info P {
    margin-bottom: 25px;
  }
  .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info h3 {
    font-size: 25px;
  }
  .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info p {
    font-size: 17px;
    line-height: 26px;
  }
  .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content .surgeon-image {
    margin-top: -40px;
    padding-bottom: 0;
  }
  .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content .surgeon-image img {
    width: 233px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .clinic_surgeon_section .surgeons-slider .owl-carousel .owl-nav {
    text-align: center;
    padding-bottom: 40px;
  }

  .features_section .feature_content .row {
    padding: 40px 0;
  }
  .features_section .feature_content .row .features_item p {
    margin-top: 0rem !important;
  }
}
@media (max-width: 991px) {
  .clinic_banner .clinic_banner_content {
    background-color: transparent;
  }
  .clinic_banner .clinic_banner_content h1 {
    color: var(--secondary_color);
  }
  .clinic_banner .clinic_banner_content p {
    color: var(--secondary_color);
  }

  .cms_section .address_section ul {
    padding-left: 0rem;
    padding-top: 1em;
  }
}
.surgeon_profile {
  padding-top: 60px;
}
.surgeon_profile .surgeon_profile_content .breadcrumb li a {
  color: #000000;
  font-size: 17px;
}
.surgeon_profile .surgeon_profile_content .breadcrumb li i {
  font-size: 12px;
}
.surgeon_profile .btn_primary {
  padding-top: 20px;
}

.surgeon_profile_img {
  /* background-color: #dcd7d7;
  padding-top: 50px; */
}
.surgeon_profile_img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 20px;
  height: 300px; */
}

.about_section .row .about_content h2 {
  margin-bottom: 20px;
}
.about_section .row .about_content ul li {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  padding-right: 10px;
}
.about_section .row .about_lower_list .linkedin_style {
  font-size: 40px;
  color: #0072b1;
}

.quali_section .quali_area .left_area,
.quali_section .quali_area .right_area {
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
  padding: 35px;
  border-radius: 10px;
}
.quali_section .quali_area .left_area ul li:before,
.quali_section .quali_area .right_area ul li:before {
  content: "\f058";
}
.quali_section .quali_area .left_area ul li a,
.quali_section .quali_area .right_area ul li a {
  color: var(--primary_color);
}

.cosmetic_procedure .procedure_content {
  box-shadow: none;
}
.cosmetic_procedure .procedure_content .section_title h2 {
  margin-bottom: 10px;
}
.cosmetic_procedure .procedure_content .procedure_item a {
  color: #000000;
}
.cosmetic_procedure .procedure_content .procedure_item a i {
  color: var(--primary_color);
}

.surgeon_page_slider .surgeon_gallery .col-lg-12 h2 {
  padding-bottom: 20px;
}
.surgeon_page_slider .surgeon_gallery .owl-carousel {
  padding-bottom: 20px;
}
.surgeon_page_slider .surgeon_gallery .gallery-btn {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.surgeon_page_slider .surgeon_gallery .gallery-btn a {
  color: #c14755;
  vertical-align: middle;
  font-size: 20px;
}
.surgeon_page_slider .surgeon_gallery .gallery-btn a i {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

/* Landscape tablets and medium desktops */
@media (max-width: 991px) {
  .surgeon_profile {
    padding-top: 0px;
  }
  .surgeon_profile .surgeon_profile_content .breadcrumbs {
    padding-top: 20px;
  }
  .surgeon_profile .surgeon_profile_content h1 {
    padding-bottom: 0px;
    color: #c14755;
  }

  .about_section {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .cosmetic_procedure .procedure_content {
    padding: 0px 10px;
  }
}
.finance_banner {
  margin: 60px 0 68px 0;
}
.finance_banner .breadcrumbs ol li {
  font-size: 17px;
}
.finance_banner .breadcrumbs ol li i {
  font-size: 11px;
  color: #000000;
}
.finance_banner .breadcrumbs ol li a {
  color: #000000;
}
.finance_banner .clinic_banner_content h1 {
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 15px;
}

.finance_cms_section .cms_section .btn_primary {
  margin-bottom: 25px;
}
.finance_cms_section .cms_section ul li:before {
  content: "\f058";
}

.finance_faq .section_title h2 {
  text-align: start;
}
.finance_faq ul li:before {
  content: "\f058";
}

.payment_section {
  margin: 60px 0;
}
.payment_section .payment_content {
  padding: 38px 38px;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
}
.payment_section .payment_content .section_title h2 {
  text-align: start;
}
.payment_section .payment_content .payment_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #E8E8E8;
}
.payment_section .payment_content .payment_area .payment_btn a {
  color: var(--primary_color);
}
.payment_section .payment_content .payment_area .payment_btn a i {
  padding-left: 10px;
}
.payment_section .payment_content .payment_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 135px;
  width: 135px;
  background: var(--primary_color);
  border-radius: 50%;
}
.payment_section .payment_content .payment_icon i {
  font-size: 65px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .homepage-banner.finance_banner {
    margin-top: 0;
  }
  .homepage-banner.finance_banner .container-fluid {
    background-color: #ffffff;
    color: #000000;
  }
  .homepage-banner.finance_banner .container-fluid .homepage-banner-content {
    background-color: #ffffff;
    padding-bottom: 0;
  }
  .homepage-banner.finance_banner .container-fluid .homepage-banner-content h1, .homepage-banner.finance_banner .container-fluid .homepage-banner-content p {
    color: #000000;
  }
  .homepage-banner.finance_banner .container-fluid .homepage-banner-content .btn_primary a {
    background-color: var(--primary_color);
  }

  .payment_section .payment_content .payment_icon {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .homepage-banner.finance_banner .container-fluid .homepage-banner-content h1 {
    font-size: 34px;
  }
  .homepage-banner.finance_banner .container-fluid .homepage-banner-content .btn_primary a {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog_section .breadcrumb li a {
  color: #000000;
  font-size: 17px;
}
.blog_section .breadcrumb li i {
  font-size: 12px;
}
.blog_section .blog_banner_content h5 {
  color: var(--primary_color);
  font-size: 18px;
}

.article_section {
  padding: 60px 0;
}
.article_section .article_area {
  padding: 20px 30px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.article_section .article_area ul li {
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 27px;
  color: var(--primary_color);
}
.article_section .article_area ul li a {
  color: var(--primary_color);
}
.article_section .article_area ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  margin-left: -30px;
  margin-right: 10px;
  color: var(--primary_color);
  font-weight: 700;
}
.article_section .article_area .section_title h2 {
  text-align: start;
}

.blog_cms_section h2 {
  margin-bottom: 20px;
  margin-top: 38px;
}
.blog_cms_section ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  margin-left: -30px;
  margin-right: 10px;
  color: var(--primary_color);
  font-weight: 700;
}

.tuck_section {
  padding: 60px 0px;
}
.tuck_section .tuck_area {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.tuck_section .tuck_area .gallery-btn {
  text-align: center;
  padding-top: 20px;
}
.tuck_section .tuck_area .gallery-btn a {
  color: var(--primary_color);
  text-align: center;
  font-size: 20px;
}
.tuck_section .tuck_area .gallery-btn a i {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.tuck_section .tuck_area .tuck_option_area {
  padding-left: 20px;
}
.tuck_section .tuck_area .tuck_option {
  border-left: 4px solid var(--primary_color);
  margin-top: 30px;
  padding-left: 10px;
}
.tuck_section .tuck_area .tuck_option h3 a {
  color: var(--primary_color);
}

.blog_address .left_area {
  display: flex;
  align-items: center;
}
.blog_address .left_area .location_btn a {
  color: var(--secondary_color);
}
.blog_address .left_area .address_area h3 {
  line-height: 45px;
  color: var(--primary_color);
}
.blog_address .left_area .address_area p {
  padding-bottom: 10px;
}
.blog_address .blog_add_section {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  padding: 35px 45px;
}

@media (max-width: 991px) {
  .tuck_section .tuck_area {
    padding: 20px;
  }
  .tuck_section .tuck_area .tuck_option_area {
    padding-left: 0;
  }

  .blog_address .right_area img {
    padding-top: 25px;
  }
}
@media (max-width: 575px) {
  .tuck_section .tuck_area {
    box-shadow: none;
    padding: 0px;
  }
  .tuck_section .tuck_area .tuck_option_area {
    padding-left: 0;
  }
  .tuck_section .tuck_area .tuck_option_area .tuck_option h2 {
    font-size: 28px;
  }
  .tuck_section .tuck_area .tuck_option_area .tuck_option h2:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    margin-left: 30px;
    margin-right: -10px;
    color: var(--primary_color);
    font-weight: 700;
  }
}

/*# sourceMappingURL=custom.css.map */
