@font-face {
  font-family: 'Inter24pt-Bold';
  src: url('./assets/fonts/Inter24pt-Bold.woff2') format('woff2'),
    url('./assets/fonts/Inter24pt-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter24pt-Italic';
  src: url('./assets/fonts/Inter24pt-Italic.woff2') format('woff2'),
    url('./assets/fonts/Inter24pt-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter24pt-Light';
  src: url('./assets/fonts/Inter24pt-Light.woff2') format('woff2'),
    url('./assets/fonts/Inter24pt-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter24pt-Medium';
  src: url('./assets/fonts/Inter24pt-Medium.woff2') format('woff2'),
    url('./assets/fonts/Inter24pt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter24pt-Regular';
  src: url('./assets/fonts/Inter24pt-Regular.woff2') format('woff2'),
    url('./assets/fonts/Inter24pt-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter24pt-SemiBold';
  src: url('./assets/fonts/Inter24pt-SemiBold.woff2') format('woff2'),
    url('./assets/fonts/Inter24pt-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter24pt-Thin';
  src: url('./assets/fonts/Inter24pt-Thin.woff2') format('woff2'),
    url('./assets/fonts/Inter24pt-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --theme_color: #37465D;
  --gray: #808080;
  --black: #313131;
  --theme_black: #37465D;
  --text_gray: #7E7E7E;
  --heading_black: #454545;
  --bold: 'Inter24pt-Bold';
  --semibold: 'Inter24pt-SemiBold';
  --medium: 'Inter24pt-Medium';
  --regular: 'Inter24pt-Regular';
  --light: 'Inter24pt-Light';
  --p: 15px;
  --h6: 15px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: var(--regular);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

button {
  outline: none !important;
}

a,
a:hover,
a:focus,
a:active {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none !important;
  color: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  display: block;
}

* {
  font-family: var(--regular);
  padding: 0;
  margin: 0;
}

body {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
button,
li,
a {
  word-break: break-word;
  margin: 0;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

.wrapper {
  max-width: 1320px;
  padding: 0 10px;
  margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
  z-index: 1000;
}

#cssmenu:after,
#cssmenu ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto auto auto;
  display: flex;
}

#cssmenu ul li {
  float: left;
  display: flex;
  margin: 0 35px 0 0;
}

#cssmenu ul li img {
  height: 135px;
}

#cssmenu.align-center ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center ul li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right ul li {
  float: right;
}

#cssmenu ul>li>a {
  padding: 0;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  margin: auto 0px auto 0;
  line-height: 1.5;
  position: relative;
  transition: all 0.2s ease;
  font-family: var(--regular);
  position: relative;
  text-transform: capitalize;
}

#cssmenu ul>li:last-child {
  margin: 0;
}

#cssmenu ul>li:last-child a {
  margin: 0 0 0 0;
}

#cssmenu>ul {
  width: 100%;
  margin: auto;
  display: flex;
}

#cssmenu .active {
  color: #fff;
  font-family: var(--regular);
}

#cssmenu>ul>li.has-sub>a {
  padding-right: 21px;
}

#cssmenu>ul>li>a:hover:before {
  content: '';
  /* background: url(images/menu_text.png)no-repeat; */
  height: 130%;
  width: 120%;
  position: absolute;
  background-size: 100% 100%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cssmenu>ul>li>a:hover {
  color: #000;
  font-weight: 600;
}

#cssmenu>ul>li.has-sub:hover>a:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  background: none;
  z-index: 10;
  padding: 0;
  width: 200px;
  background: #fff;
  box-shadow: 0 2px 5px #2e2e2e26;
  top: 100%;
  border-bottom: 5px solid var(--bg_green);
  width: 560px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: 0 0 13px rgb(0 0 0 / 10%);
  border-radius: 15px;
  overflow: hidden;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  height: 0;
  transition: all .25s ease;
}

#cssmenu li:hover>ul {
  left: auto;
}

#cssmenu.align-right li:hover>ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover>ul>li {
  height: auto;
  width: 100%;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  background: none;
}

#cssmenu ul ul li:nth-child(1) {
  padding: 0px 0 0 0;
}

#cssmenu ul ul ul li:nth-child(1) {
  padding: 0px 0 0 0;
}

#cssmenu ul ul li a {
  border-bottom: 0px solid rgba(150, 150, 150, 0.15);
  padding: 10px 15px;
  z-index: 100;
  text-align: left;
  margin-top: 0;
  width: 100%;
  line-height: 1.5;
  font-family: var(--regular);
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 16px;
  text-decoration: none;
  background: white;
  margin: 0;
  border-bottom: 1=0px solid rgb(75 129 6 / 20%);
  color: #060606;
}

#cssmenu ul ul li {
  cursor: pointer;
}

#cssmenu ul li.has-sub {
  padding: 0 0px 0 0;
}

#cssmenu ul li.has-sub ul li {
  padding: 0;
}

#cssmenu ul li span.submenu-button {
  position: absolute;
  height: 13px;
  width: 12px;
  background: url(../images/menu_arrow.png)no-repeat;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  background-size: contain;
  background-position: center right;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: var(--theme_color);
  background: #fff;
}

#cssmenu ul ul li.has-sub>a:before {
  position: absolute;
  top: 45%;
  right: 7px;
  width: 14px;
  background-size: contain !important;
  height: 8px;
  display: block;
  content: '';
  background: url('../images/menu_arrow.png')no-repeat;
  transform: rotate(270deg) translate(0, -50%);
  background-position: center right;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#cssmenu ul ul li.bottom_zero ul {
  top: auto;
  bottom: 0;
}


#cssmenu ul.sub-menu a {
  color: var(--theme_color) !important;
  font-family: var(--bold);
}
#cssmenu ul ul {
  padding: 20px 15px;
}

.mobile-menu-div {
  display: none;
}



a,
img,
button {
  -webkit-transition: .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#navbar {
  position: relative;
}

.navbar-fixed {
  position: fixed !important;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
  background: var(--theme_color);
  box-shadow: 0 2px 8px #2e2e2e1f;
}

/* .navbar-fixed img {
  height: 60px;
  width: auto;
} */

.header_section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999
}

.header_align {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 25px 0;
}

.header_align .header_left img {
  height: 75px;
}

.header_align .header_right {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 35px;
}

.header_align .header_right .location_btn {
  max-width: 300px;
}

.header_align .header_right .location_btn p {
  font-family: var(--regular);
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 30px;
  position: relative;
  line-height: 1.6;
}

.header_align .header_right .location_btn p::before {
  content: "";
  position: absolute;
  background: url("./assets/images/h_location.png") no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  left: 0;
  top: 4px;
  background-position: left top;
}

.header_align .header_right .call_btn p {
  font-family: var(--regular);
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 30px;
  position: relative;
  line-height: 1.6;
}

.header_align .header_right .call_btn p::before {
  content: "";
  position: absolute;
  background: url("./assets/images/h_call.png") no-repeat;
  background-size: contain;
  width: 22px;
  height: 17px;
  left: 0;
  top: 9px;
  background-position: left top;
}

.theme_btn {
  background: #fff;
  padding: 10px 22px 10px 25px;
  border-radius: 35px;
  border: 0;
  outline: none;
  font-family: var(--medium);
  color: var(--theme_black);
  font-size: 16px;
  cursor: pointer;
  transition: .4s ease-in-out;
  display: flex;
  align-items: center;
}

.theme_btn::after {
  content: "";
  background: url("./assets/images/btn_arrow.png") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
}

.theme_btn:hover {
  transform: scale(1.02);
}

.desk_menu {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 0;
  border-top: 1px solid #97A6BD;
  border-bottom: 1px solid #97A6BD;
  padding: 15px 0;
}

.desk_menu_align {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.social_icon ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.banner_section {
  display: block;
  overflow: hidden;
  width: 100%;
}

.banner_items {
  display: inline-block;
  position: relative;
  width: 100%;
}

.banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
  padding: 180px 10px 0 10px;
  max-width: 1320px;
  width: 100%;
}

.banner_items img {
  width: 100%;
}

.banner_text {
  max-width: 55%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.banner_text h4 {
  color: #C6D1E0;
  font-size: 28px;
  font-family: var(--semibold);
}

.banner_text h2 {
  font-size: 35px;
  line-height: 1.4;
  font-family: var(--semibold);
  color: #fff;
  text-transform: uppercase;
}

.banner_text p {
  font-size: 16px;
  font-family: var(--regular);
  line-height: 1.6;
  color: #fff;
  margin-bottom: 15px;
}

.home_form_section {
  margin: 80px 0 40px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}

.home_form_align {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 80px;
}

.home_form_align .home_form_left {
  width: 50%;
  display: inline-block;
  text-align: left;
  margin: auto;
}

.title_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.title_text h1,
.title_text h2 {
  font-family: var(--bold);
  font-size: 36px;
  color: var(--theme_color);
  text-transform: uppercase;
  line-height: 1.3;
}

.title_text h4 {
  font-size: 16px;
  color: var(--black);
  font-family: var(--regular);
  text-transform: uppercase;
}

.home_form_align .home_form_right {
  width: 50%;
  display: inline-block;
  position: relative;
}

.home_form_align .home_form_right input {
  padding: 12px 20px;
  border: 1px solid var(--black);
  border-radius: 35px;
  outline: none;
  width: 100%;
  font-size: 16px;
  font-family: var(--regular);
  color: var(--black);
}

.home_form_align .home_form_right input:focus {
  border: 1px solid var(--theme_color);
}

.home_form_align .home_form_right input::placeholder {
  text-transform: uppercase;
  font-size: 14px;
}

.home_form_align .home_form_right .form_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 22px;
}

.theme_btn_form {
  background: var(--theme_color);
  padding: 14px 22px 14px 22px;
  border-radius: 35px;
  border: 0;
  outline: none;
  font-family: var(--medium);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.theme_btn_form:hover {
  transform: scale(1.02);
}

.theme_btn_form::after {
  content: "";
  background: url("./assets/images/btn_arrow.png") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  filter: brightness(0) invert(1);
  margin-left: 10px;
}

.home_bookan_appointment {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 40px 0;
}

.home_bookan_appointment_align {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

.home_bookan_appointment_align .home_bookan_appointment_left {
  width: 43%;
  display: inline-block;
}

.home_bookan_appointment_align .home_bookan_appointment_left img {
  width: 100%;
}

.home_bookan_appointment_align .home_bookan_appointment_right {
  width: 51%;
  display: inline-block;
  position: relative;
}

.home_bookan_appointment_align .home_bookan_appointment_right .title_text {
  margin: 0 0 25px;
}

.home_bookan_appointment_align .home_bookan_appointment_right p {
  line-height: 1.8;
  font-family: var(--regular);
  color: var(--text_gray);
  margin: 0 0 15px;
}

.theme_btn_1 {
  background: var(--theme_color);
  padding: 11px 28px;
  border-radius: 35px;
  border: 0;
  outline: none;
  font-family: var(--medium);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .4s ease-in-out;
}

.theme_btn_1:hover {
  transform: scale(1.02);
}

.home_bookan_appointment_align .home_bookan_appointment_right button {
  margin: 15px 0 0 0;
}

.home_service_section {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  padding: 65px 0;
  background: #F0F1F5;
  position: relative;
}

.home_service_section .title_text {
  text-align: center;
  margin: 0 0 55px;
}

.service_align {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 25px;
}

.service_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px 25px;
  position: relative;
}

.service_item::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  border-radius: 40px;
}

.service_item img {
  z-index: 2;
  position: relative;
  padding: 0 20px;
  max-width: 100%;
  height: auto;
  margin: 0 0 20px;
}

.service_item h2 {
  z-index: 2;
  position: relative;
  font-size: 20px;
  font-family: var(--bold);
  color: var(--theme_color);
  min-height: 45px;
}

.service_item p,
.excerpt {
  font-size: 16px;
  font-family: var(--regular);
  color: var(--text_gray);
  line-height: 1.6;
  margin: 0 0 15px;
  z-index: 2;
  position: relative;
}

.theme_btn_2 {
  border: 1px solid var(--theme_color);
  background: transparent;
  padding: 8px 22px;
  border-radius: 35px;
  outline: none;
  font-family: var(--medium);
  color: var(--theme_color);
  font-size: 16px;
  cursor: pointer;
  transition: .4s ease-in-out;

}

.theme_btn_2:hover {
  transform: scale(1.02);
}

.service_item button {
  margin: 7px 0 0 0;
  z-index: 2;
  position: relative;
}

.home_doctor {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  position: relative;
}

.home_doctor_align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_doctor_align .home_doctor_left {
  width: 49%;
  display: inline-block;
}

.home_doctor_align .home_doctor_right {
  width: 40%;
  display: inline-block;
}

.home_doctor_align .home_doctor_right img {
  width: 100%;
}

.home_doctor_align .home_doctor_left .title_text {
  margin: 0 0 25px;
}

.home_doctor_align .home_doctor_left p {
  line-height: 1.8;
  font-family: var(--regular);
  color: var(--text_gray);
  margin: 0 0 15px;
}

.home_doctor_align .home_doctor_left button {
  margin-top: 10px;
}

.home_doctor_align .home_doctor_left .doc_pro_card {
  background: #F0EFEB;
  padding: 20px 25px;
  border-radius: 10px;
  margin: 0 0 15px;
  display: flex;
  gap: 6px;
  flex-direction: column;
}

.home_doctor_align .home_doctor_left .doc_pro_card h4 {
  font-family: var(--medium);
  color: #000;
  font-size: 20px;
}

.home_doctor_align .home_doctor_left .doc_pro_card h5 {
  font-family: var(--regular);
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}

.home_counter {
  margin: 80px 0;
  padding: 60px 0;
  background: #37465D url("./assets/images/count_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 100%;
}

.home_counter_align {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.home_counter_align img {
  margin: auto auto 30px;
  height: 75px;
}

.home_counter_align h4 {
  font-size: 35px;
  font-family: var(--bold);
  color: #fff;
  margin: 0 0 5px;
}

.home_counter_align p {
  font-size: 16px;
  font-family: var(--regular);
  color: #fff;
  margin: 0;
}

.home_testimonials {
  display: inline-block;
  margin: 40px 0;
  position: relative;
  width: 100%;
}

.home_testimonials .title_text {
  margin: 0 0 55px;
  text-align: center;
}

.testimonials_slide {
  overflow: hidden;
}

.home_testimonials .swiper-slide {
  background: #F0F1F5;
  padding: 40px 25px 20px 25px;
  border-radius: 15px;
	min-height:375px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 15px;
}

.home_testimonials .swiper-slide .testimonial_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.home_testimonials .swiper-slide .testimonial_item p {
  line-height: 1.8;
  font-family: var(--regular);
  color: #000;
  margin: 0 0 15px;
}

.home_testimonials .swiper-slide .testimonial_item .profile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.home_testimonials .swiper-slide .testimonial_item .profile .no_image {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #D9D9D9;
}

.home_testimonials .swiper-slide .testimonial_item .profile h3 {
  font-size: 18px;
  font-family: var(--semibold);
  color: #000;
}

.testimonials_slide_pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 0
}

.home_testimonials .view_all {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 35px 0 0 0;
}

.home_beforeafter {
  margin: 40px 0;
  display: inline-block;
  position: relative;
  width: 100%;
}

.home_beforeafter .title_text {
  text-align: center;
  margin: 0 0 55px;
}

.beforeafter_slide {
  overflow: hidden;
}

.beforeafter_slide img {
  width: 100%;
  height: auto;
}

.beforeafter_slide_pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 0
}

.home_beforeafter .view_all {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 35px 0 0 0;
}

.home_clinictour {
  margin: 40px 0;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 60px 0;
  background: #F0EFEB;
}

.home_clinictour .title_text {
  margin: 0 0 55px;
  text-align: center;
}

.gallery_align {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
	gap:20px;
/*   grid-template-rows: repeat(3, 200px);
  grid-gap: 10px;
  grid-template-areas:
    "img1 img2 img2 img3"
    "img4 img2 img2 img3"
    "img5 img6 img6 img3"; */
}

.gallery_align .beforeafter_item:nth-child(1) {
/*   grid-area: img1; */
}

.gallery_align .beforeafter_item:nth-child(2) {
/*   grid-area: img2; */
}

.gallery_align .beforeafter_item:nth-child(3) {
/*   grid-area: img3; */
}

.gallery_align .beforeafter_item:nth-child(4) {
/*   grid-area: img4; */
}

.gallery_align .beforeafter_item:nth-child(5) {
/*   grid-area: img5; */
}

.gallery_align .beforeafter_item:nth-child(6) {
/*   grid-area: img6; */
}

.beforeafter_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.beforeafter_item img {
  width: auto;
    height: auto;
    object-fit: cover;
    margin: auto;
    object-position: center;
}

.home_whychoose {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 40px 0;
  padding: 40px 0;
  background: #fff url("./assets/images/bg_1.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.home_whychoose .title_text {
  margin: 0 0 55px;
  text-align: center;
}

.home_whychoose_align {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 80px;
}

.why_choose_us_item {
  padding: 40px 40px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  text-align: center;
}

.why_choose_us_item h3 {
  font-size: 18px;
  font-family: var(--medium);
  color: #000;
  margin: 0 0 0px;
}

.why_choose_us_item p {
  line-height: 1.8;
  font-family: var(--regular);
  color: var(--text_gray);

}

.why_choose_us_item:hover {
  box-shadow: 0 0 30px rgb(0 0 0 / 40%);
  background: var(--theme_color);
}

.why_choose_us_item:hover h3,
.why_choose_us_item:hover p {
  color: #fff;
}

.home_blog {
  width: 100%;
  display: inline-block;
  margin: 40px 0;
  position: relative;
}

.home_blog .title_text {
  margin: 0 0 55px;
  text-align: center;
}

.blog_slide {
  overflow: hidden;
}

.blog_slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.blog-post {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog_slide h2 {
  font-family: var(--semibold);
  font-size: 22px;
  line-height: 1.5;
  padding: 0 80px 0 0;
}

.blog_slide .excerpt {
  padding: 0 80px 0 0;
}

.blog_slide_pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 0
}

.home_blog .view_all {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 35px 0 0 0;
}

.home_call_us {
  display: inline-block;
  margin: 80px 0;
  width: 100%;
  position: relative;
  background: var(--theme_color);
  padding: 60px 0;
}

.home_call_us_align {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home_call_us_left {
  width: 65%;
  display: inline-block;
}

.home_call_us_right {
  width: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

.home_call_us_left h4 {
  font-family: var(--medium);
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 10px;
}

.home_call_us_left h2 {
  font-family: var(--bold);
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
}

.home_faq_section {
  display: inline-block;
  margin: 40px 0;
  width: 100%;
  position: relative;
}

.home_faq_section .title_text {
  text-align: center;
  margin: 0 0 55px;
}

.faq_section_page {
  max-width: 700px;
  margin: auto;
}

.faq_question {
  background: #F0F1F5;
  border-radius: 0px;
  padding: 20px 60px 20px 20px;
  margin: 0 0 15px;
  cursor: pointer;
  font-size: 18px;
  font-family: var(--regular);
  line-height: 1.5;
  position: relative;
}

.faq_question::before {
  content: "";
  position: absolute;
  background: url("./assets/images/f_arrow.png") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.faq_open .faq_question::before {
  transform: translate(0px, -50%) rotate(180deg);
}

.faq_content {
  margin-bottom: 20px;
  padding: 0 20px;
  font-family: var(--regular);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text_gray);
}

.footer_section {
  width: 100%;
  margin: 40px 0 0 0;
  display: inline-block;
  position: relative;
}

.footer_address_section {
  background: #F0EFEB;
  padding: 60px 0;
  display: inline-block;
  position: relative;
  width: 100%;
}

.footer_address_align {
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.footer_address_item h4 {
  font-size: 28px;
  color: #000;
  font-family: var(--bold);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer_address_item p {
  font-size: 16px;
  font-family: var(--regular);
  color: var(--text_gray);
  line-height: 1.8;
}

.footer_align {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.footer_1 {
  width: 23%;
  display: inline-block;
}

.footer_2,
.footer_3,
.footer_4 {
  width: fit-content;
  display: inline-block;
}

.footer_5 {
  width: 20%;
  display: inline-block;
}

.footer_1 img.logo {
  height: 85px;
}

.footer_1 p {
  font-family: var(--regular);
  line-height: 1.8;
  font-family: 16px;
  color: var(--text_gray);
  margin: 15px 0 35px 0;
}

.footer_1 ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer_align h4 {
  margin: 60px 0 20px 0;
  font-family: var(--bold);
  color: #000;
  font-size: 22px;
}

.footer_align .footer_4 h4 {
  color: transparent;
}

.footer_2 ul,
.footer_3 ul,
.footer_4 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer_5 input {
  width: 100%;
  border: 0;
  outline: 0;
  background: #F0F1F5;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
}

.footer_5 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: end;
}

.footer_5 img {
  margin: 10px 0 0 auto;
  height: 65px;
}

.footer_5 button {
  margin: 0 0 0 auto;
  display: flex;
}

.copyrights {
  text-align: center;
  background: var(--theme_color);
  padding: 10px 0;
  font-family: var(--regular);
  font-size: 16px;
  color: #fff;
}

.service_slider {
  display: none;
}

.mobile_img {
  display: none;
}

.home_clinictour_inner {
  margin: 40px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}

.home_clinictour_inner .title_text {
  text-align: center;
  margin: 0 0 55px;
}

.gallery_align_inner {
  display: block;
  column-count: 3;
}

.gallery_align_inner img {
  margin: 0 0 20px;
  width: 100%;
}

.inner_contact_section {
  margin: 80px 0 40px 0;
  width: 100%;
  display: inline-block;
  position: relative;
}

.inner_contact_align {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 0 80px;
}

.inner_contact_left {
  width: 45%;
  display: inline-block;
}

.inner_contact_right {
  width: 45%;
  display: inline-block;
  background: var(--theme_color);
  padding: 40px;
  border-radius: 25px;
}

.inner_contact_left .title_text {
  margin: 0 0 55px;
}

.inner_contact_right input {
  padding: 12px 20px;
  border: 1px solid var(--black);
  border-radius: 35px;
  outline: none;
  width: 100%;
  font-size: 16px;
  font-family: var(--regular);
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 0 30px;

}

.inner_contact_right input::placeholder {
  color: #fff;
  font-family: var(--light);
}

.inner_contact_right button {
  width: 100%;
  justify-content: center;
  padding: 13px 20px;
  margin: 10px 0 0 0;
}

.inner_contact_right h2 {
  font-family: var(--semibold);
  font-size: 25px;
  color: #fff;
  margin: 0 0 35px;
  text-transform: uppercase;
}

.inner_contact_left p {
  font-family: var(--regular);
  line-height: 1.8;
  font-family: 16px;
  color: var(--text_gray);
  margin: 15px 0 35px 0;
  padding: 0 0 0 35px;
  position: relative;
}

.inner_contact_left p::before {
  content: "";
  background: url("./assets/images/c_location.png") no-repeat;
  background-size: contain !important;
  width: 22px;
  height: 22px;
  left: 0;
  top: 4px;
  position: absolute;
  background-position: left top;
}

.inner_contact_left p.address:before {
  background: url("./assets/images/c_location.png") no-repeat;
}

.inner_contact_left p.phone:before {
  background: url("./assets/images/c_call.png") no-repeat;
}

.inner_contact_left p.mail:before {
  background: url("./assets/images/c_mail.png") no-repeat;
}

.inner_smile_gallery {
  margin: 80px 0 40px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.inner_smile_gallery .title_text {
  text-align: center;
  margin: 0 0 55px;
}

.smile_gallery_align {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.smile_gallery_align .left {
  width: 23%;
  display: inline-block;
  margin: 0 0 40px 0;
  background: #E1E3E6;
  padding: 40px 15px;
  border-radius: 20px;
}

.smile_gallery_align .right {
  width: 74%;
  display: inline-block
}

.smile_gallery_align .right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.smile_gallery_align .left ul li {
  padding: 12px 15px;
  background: transparent;
  border-radius: 5px;
  color: #000;
  font-family: var(--regular);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 6px;
  cursor: pointer;
}

.smile_gallery_align .left ul li.active {
  background: var(--theme_color);
  color: #fff;
}

.section_1 {
  margin: 80px 0 40px 0;
  display: inline-block;
  width: 100%;
  position: relative;
  /* background: #fff url("./assets/images/bg_1.png") no-repeat; */
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.section_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('./assets/images/bg_1.png') no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  /* adjust this value for desired transparency */
  z-index: -1;
}

.section_1_align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_1_align .left {
  width: 50%;
  display: inline-block;
}

.section_1_align .right {
  width: 40%;
  display: inline-block;
}

.section_1_align .right .inner_contact_right {
  width: 100%;
}

.section_1_align .left .title_text {
  margin: 0 0 25px;
}

.section_1_align .left p {
  line-height: 1.8;
  font-family: var(--regular);
  color: var(--text_gray);
  margin: 0 0 15px;
}

.section_service_css_two_wrap {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  position: relative;
}

.section_service_css_two {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section_service_css_two .right {
  width: 40%;
  display: inline-block;
}

.section_service_css_two .left {
  width: 50%;
  display: inline-block;
}

.section_service_css_two .left .title_text {
  margin: 0 0 25px;
}

.section_service_css_two .left p {
  line-height: 1.8;
  font-family: var(--regular);
  color: var(--text_gray);
  margin: 0 0 15px;
}

.section_service_css_three_wrap {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  position: relative;
}

.section_service_css_three_wrap .section_service_css_two {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section_service_css_three_wrap .section_service_css_two .right {
  width: 40%;
  display: inline-block;
}

.section_service_css_three_wrap .section_service_css_two .left {
  width: 50%;
  display: inline-block;
}

.section_service_css_three_wrap .section_service_css_two .left .title_text {
  margin: 0 0 25px;
}

.section_service_css_three_wrap .section_service_css_two .left p {
  line-height: 1.8;
  font-family: var(--regular);
  color: var(--text_gray);
  margin: 0 0 15px;
}

.service_process_section {
  background: #F0EFEB;
  padding: 60px 0;
  margin: 40px 0;
}

.service_process_section .title_text {
  margin: 0 0 55px;
  text-align: center;
}

.service_process_slider {
  overflow: hidden;
  position: relative;
}

.service_process_slider img {
  width: 100%;
  border-radius: 15px;
  height: auto;
}

.service_process_slider h3 {
  font-family: var(--bold);
  font-size: 18px;
  color: #000;
  margin: 15px 0 15px;
}

.service_process_slider p {
  line-height: 1.8;
  font-family: var(--regular);
  color: var(--text_gray);
}

.service_types_section {
  margin: 40px 0;
  display: inline-block;
  width: 100%;

}

.service_types_section .title_text {
  text-align: center;
  margin: 0 0 55px;
}

.service_types_slider img {
  width: 100%;
  height: auto;
}

.service_types_slider h3 {
  font-family: var(--bold);
  font-size: 18px;
  color: #000;
  margin: 15px 0 15px;
}

.service_types_slider p {
  line-height: 1.8;
  font-family: var(--regular);
  color: var(--text_gray);
}

.service_types_slider {
  overflow: hidden;
}

img {
  height: auto;
}

.blog_section {
  margin: 80px 0 40px;
  display: inline-block;
  width: 100%;
}
.blog_section .title_text {
  margin: 0 0 55px;
  text-align: center;
}

.blog_section_top_left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 0 40px;
}
.pagination {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 10px;
}
.blog_section_top_left_single h2 {
  font-family: var(--semibold);
  font-size: 35px;
  margin:0 0 15px;
  color: #000;
}
.blog_section_top_left_single p, .blog_section_top_left_single h6 {
  line-height: 1.8;
  font-family: var(--regular);
  color: var(--text_gray);
  margin: 0 0 15px;
}
.blog_section_top_left_single li {
  line-height: 1.8;
  font-family: var(--regular);
  color: var(--text_gray);
  margin: 0 0 15px;
}
.blog_section_top_left_single ul, .blog_section_top_left_single ol {
  list-style-position: inside;
}
.blog_section_top_left_single h3 {
  font-family: var(--semibold);
  font-size: 30px;
  margin: 0 0 15px;
  color: #000;
}
.blog_section_top_left_single h4 {
  font-family: var(--semibold);
  font-size: 25px;
  margin: 0 0 15px;
  color: #000;
}
.blog_section_top_left_single h5 {
  font-family: var(--semibold);
  font-size: 20px;
  margin: 0 0 15px;
  color: #000;
}
.blog_section_top_left_single img {
  margin: 15px auto;
  width: 100%;
  height: auto;
}
.blog_section_top {
  display: inline-block;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}
.blog_section_top .blog_section_top_left_single {
  width: 65%;
  display: inline-block;
  float: left;
}
.blog_section_top .blog_section_top_right {
  width: 30%;
  display: inline-block;
  float: right;
}
.blog_section_top .title_text h1 {
  text-align: left;
}
.blog_section_top .title_text {
  margin: 0 0 25px;
}
.post-date {
  color: var(--text_gray);
  font-size: 15px;
  font-family: var(--regular);
}
.blog_section_top_right ::marker {
  content: "";
  display: none;
  list-style: none;
}
ul.wp-block-latest-posts__list {
  display: flex;
  flex-direction: column;
  gap: 15px
}
ul.wp-block-latest-posts__list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  color: var(--text_gray);
  font-size: 15px;
  font-family: var(--regular);
}
.blog_section_top_right h2 {
  font-family: var(--bold);
  font-size: 25px;
  margin:  0 0 25px;
}
.content ul {
  list-style-position: inside;
  padding: 0 0 0 20px;
  list-style: disc;
}
.content ul li {
  line-height: 1.8;
  color: var(--text_gray);
  font-size: 16px;
  font-family: var(--regular);
  margin: 0 0 10px;
}
.title_text p {
  max-width: 75%;
  color: var(--text_gray);
  font-size: 16px;
  font-family: var(--regular);
  margin: auto;
}
.testi-grid{
	display: flex;
    align-items: center;
}
.testi-grid .testi-google{
	width: 25%;
    float: left;
	text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
.testi-grid .testi-slide{
	width: 75%;
    float: left;
}
.testi-google a{
	background-color: #37465d !important;
    border: 1px solid #37465d !important;
    color: #FFF !important;
    padding: 10px 20px;
    border-radius: 50px;
}
.testi-google a:hover{
	background-color: #FFF !important;
    border: 1px solid #37465d !important;
    color: #000 !important;
}
.doctorslider img{
	width:100%;
	height:auto;
}
.doctorslider {
	margin:40px 0px 0px;
}
.doctorslider h3{
	margin:10px 0px;
	font-weight: bold;
    font-size: 17px;
    line-height: 30px;
	text-align:center;
}
.doctorslider .profession-txt{
	text-align:center;
}
.doctorslider .exp-txt{
	text-align:center;
	font-size:15px;
	font-style:italic;
	margin:10px 0px 0px;
}