@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --f1: 'ClashDisplay-Bold';
  --f2: 'ClashDisplay-Extralight';
  --c1: #2082AC;
  --c2: #FECE48;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

::-moz-selection {
  background-color: transparent;
}

::selection {
  background-color: black;
}
ul li {
    list-style: none !important;
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

.img__contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img__cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 500ms all;
}

.banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 300ms ease-in-out;
}

a:hover {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

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

img {
  width: 100%;
}

.main_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  width: fit-content;
  margin: 0 !important;
}

.header_nav li a {
  font-size: 16px;
  font-family: 'Poppins';
  text-transform: capitalize;
  color: #525151;
  position: relative;
  font-weight: 400;
  letter-spacing: 1px;
}

.themebtn {
  position: relative;
  padding: 11px 32px;
  background: #2482a2;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0 0 15px 1px #00000038;
  transition: background 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  text-transform: capitalize;
  font-size: 22px;
  font-family: 'Poppins';
  font-weight: 500;
}

.themebtn:hover:after {
  right: 10px;
}

.themebtn:hover {
  color: #fff;
  box-shadow: none;
  background: var(--c4);
}

.logo {
  width: 350px;
  height: auto;
}

.header {
  padding: 20px 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.header_nav li a:hover {
  color: #2482a9;
  position: relative;
}

.header_nav li a:before {
  position: absolute;
  width: 0;
  height: 2px;
  background: #2482a9;
  content: '';
  transition: 500ms all;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.header_nav li a:hover:before {
  width: 100%;
}

.themebtn:hover:before {

  opacity: 0;
  visibility: hidden;
}

.themebtn:hover {
  border-color: var(--c4);
}

.footer {
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 78vh;
}

.footer_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: opacity(0.3);
}

.footer_cont {
  position: relative;
  color: #000;
}

h3 {
  font-size: 55px;
  color: var(--c1);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: 'Poppins';
}

.footer_cont h4 {
  font-family: 'Poppins';
  font-weight: 500;
  color: #606060;
  font-size: 24px;
  margin-bottom: 18px;
}

.footer_cont p {
  font-size: 15px;
  width: 77%;
  font-family: 'Poppins';
  line-height: 1.7;
  color: gray;
  font-weight: 400;
}

.social_link {
  margin-top: 22px;
}

.social_link h4 {
  color: #606060;
  font-family: 'Poppins';
  font-size: 24px;
  margin-bottom: 15px;
}

ul.social_icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
}

ul.social_icons li a {
  width: 42px;
  height: 42px;
  overflow: hidden;
  box-shadow: 0px 8px 10px 0px gray;
  border-radius: 10px;
}

ul.social_icons li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_cont h3 {
  font-size: 50px;
  font-family: 'Poppins';
  font-weight: 700;
  color: var(--c1);
  margin-bottom: 28px;
}

.foot_location h3 {
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #606060;
  margin: 0 0 18px;
}

.foot_location p {
  font-size: 15px;
  width: 77%;
  font-family: 'Poppins';
  line-height: 1.7;
  color: gray;
  font-weight: 400;
  margin-bottom: 0;
}

.foot_contact h3 {
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #606060;
  margin-bottom: 5px;
}

.foot_contact a {
  font-size: 15px;
  width: 77%;
  font-family: 'Poppins';
  line-height: 1.9;
  color: gray;
  font-weight: 400;
}

.foot_location {
  margin-bottom: 10px;
}

.end_footer {
  background: var(--c1);
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 14px 0px;
}

.end_foot_cont p {
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins';
  margin: 0;
}

.term_privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.term_privacy li a {
  color: #fff;
  font-weight: 700;
  font-family: 'Poppins';
  font-size: 14px;
}

ul.social_icons li a:hover {
  transform: scale(1.2);
  box-shadow: 0px 0px 10px 4px #2484ab;
}

.term_privacy li a:hover {
  transform: scale(1.1);
}

.testimonials {
  padding: 80px 0px;
}

.section_title h3 {
  font-family: var(--f3);
  font-weight: 600;
  font-size: 48px;
  color: #2484ab;
}

.testi_star {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  margin-bottom: 10px !important;
}

.testi_star li {
  font-size: 20px;
  color: #f9aa25;
}

.testi_card {
  width: 80%;
  margin: 0 auto;
}

.testi_cont p {
  font-weight: 500;
  font-size: 16px;
  font-family: var(--f3);
  margin: 0px 0px 14px;
}

.client_name h3 {
  font-family: var(--f3);
  font-weight: 500;
  font-size: 22px;
  margin: 0;
}

.client_div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.client_name h5 {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--f3);
}

.cient_img {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.cient_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cient_img {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.cient_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi_cont::before {
  position: absolute;
  content: '';
  background: url(../images/vector.png);
  width: 118px;
  height: 118px;
  bottom: -114px;
  left: 56px;
  background-repeat: no-repeat;
}

.testi_cont {
  background: #ebebeb;
  padding: 18px 42px;
  border-radius: 7px;
  position: relative;
  height: 285px;
}

.footer_row {
  position: relative;
  top: -50px;
}

.testi_slider .slick-arrow {
  position: absolute !important;
  top: 35% !important;
  right: 1% !important;
  transform: translate(-50%, -50%);
  background: transparent !important;
}

.testi_slider .slick-prev {
  position: absolute;
  left: 1%;
}

.testi_slider .slick-prev:before {
  font-family: 'boxicons' !important;
  content: "\ea4d" !important;
  font-size: 50px !important;
  color: #606060 !important;
}

.testi_slider .slick-next:before {
  font-family: 'boxicons' !important;
  content: "\ea50" !important;
  font-size: 55px !important;
  color: #606060 !important;
}

.free_consultant {
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 65vh;
}

.consultion_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.consultion_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_box {
  position: relative;
  color: #FFF;
  background: #2886aab3;
  padding: 20px 25px;
  border-radius: 20px;
  width: 88%;
  margin: 0 auto;
  bottom: -75%;
  text-align: center;
  transition: 500ms;
}

.blog_box h3 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 10px;
  color: #fff;
}

.blog_box p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 400;
}

.experience_cont h2 {
  font-size: 75px;
  font-weight: 600;
  font-family: 'Poppins';
  text-align: center;
  color: #2886aa;
  position: relative;
9999:;
  z-index: 9999;
}

.experience {
  padding: 77px 0px;
  position: relative;
  z-index: 99;
  background: #fff;
}

.experience_img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 47%;
  height: 93%;
  transform: translateX(-50%);
}

.experience_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book_online {
  padding: 0 0 50px;
  background: #2484ab;
}

.book_head h3 {
  font-family: 'Poppins';
  font-weight: 700;
  color: #fff;
  font-size: 100px;
  text-align: end;
  position: relative;
  z-index: 999;
}

.book_form {
  margin-top: 30px;
  position: relative;
  z-index: 999;
}

.practice_cont {
  margin-top: 80px;
  position: relative;
  left: -75px;
}

.practice_cont h2 {
  font-family: 'Poppins';
  font-size: 100px;
  font-weight: 700;
  color: #fff;
}

.book_head {
  position: relative;
  right: -75px;
}

.timing_div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 120px;
}

.timing_div p {
  font-size: 22px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 500;
  line-height: 1.3;
}

.book_form h4 {
  font-family: 'Poppins';
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  margin: 0 0 10px;
}

.book_form input {
  background: none;
  border: 2px solid #fff;
  padding: 8px 10px;
  border-radius: 15px;
  outline: none;
  color: #fff;
  font-size: 15px;
}

.book_form input::placeholder {
  color: #dcdcdccc;
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 500;
}

.book_online {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.online_img {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 53%;
  height: 95%;
  transform: translateX(-50%);
}

.online_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_logo {
  width: 18%;
  height: 44px;
  overflow: hidden;
}

.header_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header_nav form {
  background: #dfdfdf;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  height: 32px;
  position: relative;
}

.header_nav form input {
  background: none;
  outline: none;
  border: none;
  font-size: 12px;
  padding: 0px 5px;
  height: 20px;
}

.header_nav form i {
  color: #9f9f9f;
  font-weight: 800;
  font-size: 15px;
  width: 20px;
  height: 12px;
}

.banner_items {
  width: 100%;
  height: 465px !important;
  overflow: hidden;
}

.banner_items img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.banner_img {
  width: 100%;
  height: 540px !important;
  overflow: hidden;
  position: relative;
  right: -150px;
  bottom: 0;
}

.banner_img img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.banner_cont h1 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 71px;
  line-height: 1.0;
  color: #606060;
  margin-bottom: 19px;
  letter-spacing: 1px;
  text-transform: inherit;
}

.banner_cont p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 34px;
  width: 68%;
  color: #606060;
  line-height: 1.0;
  margin: 0 0 45px;
}

.banner_slider .slick-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  background: none;
  right: 8% !important;
}

.banner_slider .slick-prev {
  left: 2%;
}

.banner_slider .slick-prev:before {
  font-family: 'boxicons' !important;
  content: "\ea4d" !important;
  font-size: 50px !important;
  color: #FFF !important;
}

.banner_slider .slick-next:before {
  font-family: 'boxicons' !important;
  content: "\ea50" !important;
  font-size: 55px !important;
  color: #FFF !important;
}

.banner_slider .slick-dots {
  position: absolute;
  bottom: 10px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.banner_slider .slick-dots li button:before {
  background: transparent;
  border-radius: 50% !important;
  font-size: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
}

.slick-dots li.slick-active button:before {
  background: #fff;
}

.banner {
  padding: 60px 0px;
  position: relative;
  padding-top: 12rem;
}

.banner::before {
  position: absolute;
  width: 70%;
  height: 2px;
  content: '';
  background: #dfdfdf;
  bottom: 0;
  left: 50%;
  margin: 0 auto;
  transform: translateX(-50%);
}

.restorative {
  padding: 60px 0px;
  position: relative;
}

.restore_head h2 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 70px;
  width: 82%;
  line-height: 1.0;
  color: #2482a9;
}

.restore_cont p {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  width: 80%;
  color: #606060;
  margin: 0 auto;
}

.restore_img {
  width: 48%;
  height: 600px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

.restore_img img {
  width: 100%;
  height: 100%;
}

.restore_cont {
  padding: 75px 0px;
}


.service_title p {
  font-family: 'Poppins';
  font-weight: 400;
  color: #606060;
  font-size: 16px;
}

.service_title h3 {
  position: relative;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 32px;
  margin: 0;
}

.service_title h3::before {
  position: absolute;
  content: '';
  width: 36%;
  height: 1px;
  background: #3f92b4;
  top: 50%;
  left: 16%;
  transform: translateX(-50%);
}

.service_title h3::after {
  position: absolute;
  content: '';
  width: 39%;
  height: 1px;
  background: #4294b3;
  top: 50%;
  right: -25%;
  transform: translateX(-50%);
}

.service_links {
  width: 68%;
  height: 275px;
  overflow: hidden;
  margin: 0 auto 70px;
  background: #e7ecec;
  display: grid;
  border: none !important;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Poppins';
  color: #606060;
}

.service_links img {width: 100%;height: 100%;object-fit: contain;transition: 500ms;}

.main_service {
  padding: 50px 0px 0px;
}

.service_links:hover {
}

.service_title.alt h3::before {
  width: 26%;
  left: 10%;
}

.service_title.alt h3::after {
  width: 26%;
  right: -16%;
}

.service_title.altr h3::before {
  width: 30%;
  left: 15%;
}

.service_title.altr h3::after {
  width: 30%;
  right: -16%;
}

.services::before {
  position: absolute;
  content: '';
  background: #606060;
  width: 55%;
  height: 2px;
  margin: 0 auto;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.services {
  padding: 30px 0px;
  position: relative;
  padding-top: 9rem;
}

.myth_img {
  width: 91%;
  height: 475px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 85px;
  transition: 500ms;
}

.myth_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myth_head {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 48px;
  color: #2484ab;
}

.myths {
  padding: 80px 0px;
  position: relative;
  padding-top: 9rem;
}

.doctor_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  position: relative;
}

.doctor_inform {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.doctor_inform h3 {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 600;
  color: #606060;
  margin: 0;
  letter-spacing: 1px;
}

.doctor_inform i {
  color: #2484ab;
  font-size: 16px;
}

.doctor_info::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  background: #606060;
  left: 24%;
  transform: translateX(-50%);
}

.myth_main P {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 17px;
  margin: 15px 0px 28px;
  line-height: 1.6;
}

.myth_main h3 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 28px;
  color: #2886aa;
  margin: 36px 0px;
}

.myth_main p span {
  font-weight: 700;
  font-size: 17px;
}

.myth_main {
  width: 80%;
}

.conclusion h3 {
  color: #606060;
}

.conclusion {
  margin-bottom: 100px;
}

.myths::before {
  position: absolute;
  content: '';
  background: #606060;
  width: 55%;
  height: 2px;
  margin: 0 auto;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.myth_img:hover {
  box-shadow: 0px 0px 10px 2px #2886bd;
}

.about_img {
  width: 375px;
  height: 375px;
  overflow: hidden;
  border-radius: 100%;
  background: #d2d0d5;
  margin: 0 auto;
}

.about_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about_banner {
  padding: 60px 0px;
  padding-top: 11rem;
}

.about_cont h3 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 40px;
  color: #2482a9;
}

.about_cont h4 {
  font-family: 'Poppins';
  font-weight: 500;
  color: #606060;
}

.dr_class {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin: 10px 0px 28px !important;
}

.dr_class li {
  font-family: 'Poppins';
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500;
  color: #606060;
  border-right: 2px solid #606060;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
}

.dr_class li:nth-last-child(1) {
  border-right: none;
}

.about_cont p {
  font-family: 'Poppins';
  font-weight: 500;
  color: #606060;
  font-size: 14px;
  width: 95%;
  line-height: 1.7;
  margin: 0;
}

.abourt_para {
  background: #2484ab;
  padding: 60px 0px;
  margin-bottom: 110px;
}

.abourt_para p {
  font-family: 'Poppins';
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  width: 79%;
  line-height: 1.6;
}

.contact_title {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 24px;
  color: #606060;
}

.contact_form h4 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  color: #595959;
}

.contact_form input,textarea.long_input {
  margin: 0 auto 27px;
  padding: 13px 14px;
  border-radius: 10px;
  border: 1px solid #cbcbcb;
  font-family: 'Poppins';
  font-weight: 500;
  box-shadow: 0px 0px 30px 0px #f3f3f3;
  font-size: 15px;
  transition: 500ms;
  outline: 0;
}

.contact_form input::placeholder {
  font-family: 'Poppins';
  font-weight: 400;
  color: #6060608a;
  font-size: 18px;
}

.submit_btn {border: none;float: right;width: 20%;}

.contact_us {
  padding: 5px 0px 80px;
  padding-top: 11rem;
}

.long_input {width: 100%;}

.submit_btn:hover {
  background: transparent;
  color: #606060;
  box-shadow: 0px 0px 0px 1px #606060;
}

.blog_img {
  width: 100%;
  height: 524px;
  overflow: hidden;
  border-radius: 128px;
}

.blog_cont {
  position: absolute;
  top: 60%;
  width: 76%;
  margin: 0 auto;
  text-align: center;
}


.blog_card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 50px;
}

.blog_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card h3 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 22px !important;
  color: #FFF;
  position: relative;
  z-index: 9;
}

.card p {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.card a {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 22px 0px 32px;
  z-index: 9;
}

.card a i {
  font-size: 20px;
}

.blog_date {
  padding-top: 22px;
  position: relative;
  text-transform: capitalize;
}

.blog_date::before {
  position: absolute;
  top: 0;
  left: 50%;
  background: radial-gradient(#FFF, transparent);
  width: 85%;
  height: 1px;
  content: '';
  transform: translateX(-50%)
}

.blogs {
  padding: 70px 0px;
  padding-top: 11rem;
}



.grid {
  display: grid;
  margin-bottom: 10px;
}

.card {
  background: rgba(0, 0, 0, 0.6);
  color: white !important;
  border-radius: 50px !important;
  overflow: hidden;
  text-align: center;
  border: none;
  position: relative !important;
  height: 473px !important;
  display: flex !important;
  align-items: center;
  background-size: contain;
  background-position: center;
  padding: 22px 25px;
  width: 90%;
  background-repeat: no-repeat;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  gap: 10px;
}

.pagination li {
  display: inline;
}

.pagination a {
  color: #333;
  padding: 10px;
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 15px;
}

.pagination a.active {
  color: #606060;
  transform: scale(1.5);
}

.pagination a:hover {
  background: #606060;
  color: white;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.card a::before {
  position: absolute;
  content: '';
  width: 220px;
  background: radial-gradient(#fff, transparent);
  height: 2px;
  bottom: -20px;
}

.inner_cont h1 {font-family: 'Poppins';font-weight: 600;font-size: 26px;color: #2482a9;}

.inner_cont p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  width: 94%;
  color: #606060;
  line-height: 1.3;
  margin: 0 0 15px;
}

.inner_cont h2 {font-family: 'Poppins';font-weight: 510;font-size: 46px;line-height: 1.0;color: #606060;margin-bottom: 10px;letter-spacing: 1px;text-transform: inherit;}

.inner_cont h3 {
  font-weight: 500;
  font-family: 'Poppins';
  font-size: 28px;
  color: #2482a9;
}

.skin_advant {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 42vh;
  background: #2484ab;
}

.skin_advant_img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 72%;
  height: 100%;
  transform: translateX(-50%);
  opacity: 0.1;
}

.skin_advant_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantage_skin h3 {
  color: #fff;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 58px;
  margin: 0;
}

.skin_points li {
  color: #fff;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 2.1;
  font-weight: 400;
  list-style-type: disc;
}

.skin_points {
  width: 90%;
  margin: 0 auto !important;
}

.advantage_skin {
  width: 92%;
  position: relative;
  z-index: 99;
}

.skin_result_img {
  position: relative;
  top: 0;
  left: -145px;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.skin_result_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skin_result_cont {
}

.skin_result_cont p {
  font-family: 'Poppins';
  font-weight: 500;
  color: #606060;
  font-size: 21px;
  width: 95%;
  margin-bottom: 350px;
}

.skin_result_cont h2 {
  font-family: 'Poppins';
  font-weight: 600;
  color: #606060;
  font-size: 34px;
  margin-bottom: 24px;
}


.request_btn {
    padding: 10px 33px;
    font-size: 15px;
    border: navajowhite;
    box-shadow: 0px 0px 0px 2px #fff;
}

.request_btn:hover {
    background: #fff;
    color: var(--c1);
}

.services__img {
    width: 178px;
    height: 178px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #2484ab;
    padding: 43px;
    margin: 0 auto 11px;
    transition: 500ms;
}

.services__cont {
    width: 80%;
    margin: 0 auto;
}

.services__cont p {
    font-size: 16px;
    line-height: 1.3;
}

a.service_links:hover .services__img {box-shadow: 0px 0px 20px 2px var(--c1);}

a.service_links:hover .services__img img {
    transform: scale(1.1);
}

.inner_cont h1 {
    font-size: 44px;
    font-family: var(--f3);
    margin: 0;
    font-weight: 500;
    color: var(--c1);
}

.advantage_skin h2 {
    font-size: 60px;
    font-family: var(--f3);
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.inner_cont {width: 88%;}

input.long_input::placeholder,textarea.long_input::placeholder {
    font-size: 14px;
        text-transform: capitalize;
}
textarea.long_input {height: 150px;margin-bottom: 10px;} 

.contact_form input:focus, textarea.long_input:focus {
    box-shadow: 0px 0px 10px 0px #2082ac59;
    border-color: var(--c1);
} 
.responsiveHeader {
    display: none;
}

.menuBtn {
    display: none;
}
    .services .container:nth-child(3) .service_title h3::before, .services .container:nth-child(3) .service_title h3::after {
    width: 28%;
    transform: translate(0);
}

.services .container:nth-child(3) .service_title h3::before {
    left: 0px !important;
    transform: translate(0);
}

.services .container:nth-child(3) .service_title h3::after {
    right: 0;
}

.card::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #2082acbd;
    top: 0;
    left: 0;
}
.banner::before {
    position: absolute;
    content: '';
    width: 1200px;
    height: 1230px;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/banner_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: opacity(0.1);
}



.serviceS_detail_banner {
    padding-top: 10rem !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.map {
    width: 60%;
    height: 160px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 28px 0px #c3c3c3;
}

.footer_location iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book_online::before {
    position: absolute;
    content: '';
    width: 848px;
    height: 780px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/book_online_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: opacity(0.2);
    z-index: 999;
}
.header_nav form button {
    width: 26px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    outline: 0;
    border-right: 1px solid #b2b2b2;
}
.card a:hover {
    letter-spacing: 1px;
}
ul.search_drop {
    position: absolute;
    top: 40px;
    background: #fff;
    box-shadow: 0 0 15px 1px #4444;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
}

.search_drop li a {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    text-transform: inherit;
}

.search_drop li a:hover {
    background: #9999994a;
}
.search_drop.active {
    opacity: 1;
    visibility: visible;
}

.highlight {
    font-weight: 500;
    color: #000;
}


.inner_banner {
    padding: 40px 0px;
}

.servies_banner_img {
    height: 420px;
    width: 100%;
    overflow: hidden;
}

.servies_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services__image {
    width: 140px;
    aspect-ratio: 1/1;
    background: var(--c1);
    padding: 30px;
    border-radius: 100%;
    margin: 0 auto 10px;
}


.banner_img {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 50% !important;
    height: 85% !important;
}

.banner_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.service__main__box a {
    width: 100%;
}


.online_container {
  padding-top: 20px;
}