@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

html {
  scroll-behavior: smooth;
}
*,
body {
  outline: 0;
}
:root {
  --white-color: #fff;
  --heading-color: #1e1e1e;
  --paragraph-color: #999999;
  --primary-color: #e788a9;
  --secondary-color: #d89f35;

  --heading-font-size: 56px;
  --subheading-font-size: 48px;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
  vertical-align: baseline;
}
body {
  font-family: 'Poppins', sans-serif;
  color: var(--heading-color);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 14px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;

  font-family: 'Poppins';
}

ul {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
button:focus {
  outline: 0 !important;
}
.banner {
  background: url('../images/banner2.jpg');
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  background-size: cover;
  padding: 20px 0px;
  margin-top: 70px;
  width: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.banner-text {
  position: relative;
  padding: 10px 35px;
}
.banner-text h2 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.header-logo img {
  height: 60px;

  border-radius: 7px;
}
.banner-text p {
  color: #fff;
  line-height: 25px;
}
.banner-text {
  padding-top: 35%;
}
.banner-form h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
  color: var(--heading-color);
}
.banner-form p {
  margin-bottom: 15px;
  color: #666;
}
.banner-form {
  margin-top: 10%;
  margin-bottom: 10%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
  backdrop-filter: blur (4px);
}
.banner-form .form-group {
  margin-bottom: 20px;
}
.mt-0 {
  margin-top: 0px !important;
}
.btn-blue {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #fff;
  background-color: var(--secondary-color);
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  width: 250px;
  min-width: 200px;
  outline: 0;
  cursor: pointer;
  padding: 15px 15px 18px;

  transition: all ease 0.5s;
  display: inline-block;
  border-radius: 7px;
}

.btn-blue:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}
.banner-form .form-control:focus {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: #cea548;
  outline: 0;
  box-shadow: none;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about {
  background: #eee;
}

.main-services-content p {
  font-size: 1rem;
  line-height: 30px;
  color: #1b1b1b;
}
.about-content h3 {
  color: #0c263c;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
}
.about-image img {
  height: 500px;
  width: auto;
}
.about-content h5 {
  color: #636b73;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.about-content p {
  color: #636b73;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.21px;
  font-weight: 400;
  margin-bottom: 50px;
}
.blue {
  color: var(--primary-color);
  font-family: MTCORSVA;
  font-size: 24px;
  border: 0;
  font-weight: 500;
}
.about-content {
  padding-top: 5%;
}
.main-category-img img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}
.main-category-img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.category-content {
  padding: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.category-content h4 {
  text-align: center;
}
.category {
  background: #f1f1f1;
}
.enquiry {
  text-align: center;
  padding-top: 10px;
}
.btn-enquire {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  background-color: var(--secondary-color);
  color: var(--white-color);
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
  padding: 10px 15px 10px 10px;

  transition: all ease 0.5s;
  display: inline-block;
}
.btn-enquire:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.btn-header {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #fff;
  background-color: var(--secondary-color);

  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
  padding: 10px 15px 10px 10px;

  transition: all ease 0.5s;
  display: inline-block;
}

.sec-heading {
  text-align: center;
}
.sec-heading h3 {
  color: #091d2f;
  font-size: 40px;

  font-weight: 500;
  margin-bottom: 2%;
}
.sec-para {
  margin-left: 20%;
}
.sec-para h4 {
  margin-bottom: 15px;
}
.sec-para p {
  font-weight: 400;
  color: #636b73;
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 60px;
}
.get-in-image iframe {
  width: 100%;
}
.project-image img {
  max-width: 100%;
  border-radius: 8px;
}
.project-image {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background: #fff;
}
.project-content {
  padding: 15px;
  text-align: center;
}
.project-content span {
  color: #ff6f11;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.project-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
}
.header {
  padding: 10px 20px;
  background: #fff;
  color: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: fixed;
  z-index: 999;
  width: 100%;

  top: 0;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
}
.project-image {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.category-content p {
  line-height: 25px;
}
.client-logo img {
  max-width: 100%;
}
.press-image img {
  max-width: 100%;
}
.press-content {
  text-align: center;
}
.press-content p {
  line-height: 25px;
}
.press-image {
  margin-top: 20px;
  padding: 10px 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.press-image img {
  border-radius: 10px;
  height: 350px;
  width: 340px;
  padding: 0;
  transition: all ease 0.5s;
  max-width: 100%;
  cursor: zoom-in;
  margin-bottom: 10px;
}
.press-image h3 {
  font-size: 0.9rem;
  text-align: center;
}
.press-image img:hover {
  cursor: pointer;
}
.testimonial-box p {
  line-height: 25px;
  margin-bottom: 10px;
}
.testimonial-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background: #fff;
  padding: 20px 20px;
  border-radius: 8px;
}

.footer {
  padding: 20px 20px;
  background-color: rgba(203, 226, 234, 0.2);
}
.footer p {
  color: var(--secondary-color);
  text-align: center;
}
.owl-prev {
  width: 30px !important;
  height: 30px !important;
  background: var(--primary-color) !important;
  top: 40%;
  position: absolute;

  margin-left: -20px;
  display: block !important;
  color: #fff !important;
  border: 0px solid black;
}

.owl-next {
  width: 30px !important;
  height: 30px !important;

  position: absolute;
  background: var(--primary-color) !important;
  top: 40%;

  color: #fff !important;
  right: -5px;
  display: block !important;
  border: 0px solid black;
}
.owl-prev i,
.owl-next i {
  transform: scale(1, 6);
  font-size: 2rem !important;
  display: block;
  color: #ccc;
}
.owl-prev,
.owl-next,
span {
  font-size: 1.2rem;
}
.close {
  text-align: right;
}
.modal-content.banner-form {
  margin-top: 0% !important;
}
.testimonial {
  background: #f1f1f1;
}
.ptb-120 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.thankyou-content {
  text-align: center;
}
.thankyou-content img {
  height: 180px;
  background-color: var(--heading-color);
  height: 100px;
  padding: 10px 30px;
}
.thankyou-content h2 {
  text-align: center;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  font-size: 45px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.thankyou-content p {
  line-height: 30px;
}
.thankyou-content img {
  margin-bottom: 20px;
}
.service-images img {
  /* max-width: 100%; */
  width: 100%;

  border-radius: 5px;
  height: 350px;
  margin-top: 10%;
}
.main-services-content {
  display: flex;
  align-items: center;
  margin-top: 10%;
}
.main-services-content h2 {
  margin-bottom: 20px;
  font-weight: 600;
}
.main-services-content li {
  line-height: 25px;
  margin-bottom: 10px;
  margin-left: 10px;
  position: relative;
}
.main-services-content li i {
  color: var(--secondary-color);
  margin-right: 10px;
}

.main-services-content li:before {
  background-color: var(--secondary-color);
  border-radius: 50px 50px 50px 50px;
  content: '';
  height: 10px;
  margin: 7px 0 0 -16px;
  position: absolute;
  width: 10px;
}
.main-services-content {
  margin-left: 40px;
}
.services-btn-m-40 {
  margin: 10px 0px 15px 40px;
}
.why-choose-content-section {
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  padding: 20px;
  height: 100%;
}
.section-content {
  font-weight: 400;
  color: #636b73;
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 60px;
}
.section-title {
  /* text-align: center; */
  padding: 5px 0px;
}
.section-title h4 {
  color: var(--primary-color) !important;
}
.counter {
  /* padding-top: 30px; */
  padding: 30px 0px;
  display: flex;
  justify-content: space-around;
}
.stats-card {
  padding: 20px;
  background: var(--golden-color);

  /* box-shadow: 0 10px 50px rgba(178, 89, 89, 0.25); */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 20px;
  text-align: center;
}
.stats-number h2 {
  font-size: 40px;
}
.stats-text p {
  font-size: 18px;
}
.stats-content p {
  font-weight: 400;
  color: #636b73;
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 60px;
}
.main-services-heading-text p {
  text-align: center;
  padding: 30px 0px;
}
.top-services-content p {
  font-weight: 400;
  color: #636b73;
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 25px;
}
.top-services-content li::before {
  background-color: #e69472;
  border-radius: 50px 50px 50px 50px;
  content: '';
  height: 10px;
  margin: 7px 0 0 -16px;
  position: absolute;
  width: 10px;
}
.mt-25-6 {
  margin: 25px 0px 4px 0px;
}
.mt-20-0 {
  margin: 20px 0px;
}
.top-services-title {
  color: var(--primary-color);
}
.top-services-title h2 {
  margin-bottom: 20px;
}
.top-services-content li {
  line-height: 25px;
  margin-bottom: 10px;
  position: relative;
}
.main-services-heading-text {
  padding: 25px 0px;
}
.top-services-card {
  /* box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  padding: 25px;
}
.bg-FDF5F2 {
  background-color: #fdf5f2;
}
.bg-D9E6EE {
  background-color: #d9e6ee;
}
.reverse-direction {
  flex-direction: row;
  margin-bottom: 5%;
}
.mt-5px {
  margin-top: 5px !important;
}
.mt-100 {
  margin-top: 100px;
}

.why-us-img {
  width: 100%;
  border-radius: 10px;
}

.header-links a {
  color: var(--secondary-color);
  text-decoration: none;
  margin-right: 20px;

  font-size: 18px;
  font-weight: 500;
}
.header-links a:hover {
  font-weight: 600;
}

.header-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.btn-header:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.btn-header a {
  color: var(--white-color);
  text-decoration: none;
}
.btn-header img {
  height: 20px;
}

.banner-content-text {
  color: var(--white-color);
  width: fit-content;

  border-radius: 10px;
}

.banner-content-text blockquote {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}

.why-us-sec {
  background-color: #f1f1f1;
}
.why-us-content-text i {
  background-color: var(--secondary-color);
  color: var(--white-color);
  font-size: 10px;
  padding: 2px;
  border-radius: 100px;
  height: fit-content;
  margin-top: 4px;
  margin-right: 5px;
}
.why-us-content-text p {
  color: #636b73;
  line-height: 22px;
}
.section-heading h2 {
  font-weight: 500;
}
.testimonial-card {
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 5px;
}
.doctors-sec {
  background-color: rgba(203, 226, 234, 0.2);
}
.doctor-img img {
  border-radius: 20px 0 20px 0;
  /* border-radius: 100px; */
  height: 300px;
  width: 300px;
  margin-top: 10%;
}
.doctor-content {
  margin-top: 10%;
}
.doctor-name h2 {
  font-size: 28px;
  color: var(--secondary-color);
  margin-bottom: 2%;
}
.doctor-info h6 {
  font-size: 14px;
  margin-bottom: 1%;
}
.doctor-para p {
  font-size: 14px;
  color: #636b73;
  line-height: 25px;
}
.connect-us-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  height: 100%;
}
.connect-us-card span {
  font-size: 14px;
  color: var(--secondary-color);
}

.before-after-sec .section-heading span {
  font-size: 32px;
  font-weight: 500;
  color: var(--secondary-color);
}

.before-after-img img {
  height: 100%;
  border: 1px solid black;
  width: 100%;
}
.before-after-sec {
  background-color: rgba(203, 226, 234, 0.2);
}
.get-in-logo img {
  height: 100px;
}
.get-in-text .icon i {
  background-color: var(--secondary-color);
  padding: 4px;
  border-radius: 2px;
  font-size: 10px;
  color: var(--white-color);
}
.get-in-text .text h6 {
  font-weight: 500;
}
.get-in-text {
  flex: 1;
}
.get-in-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.get-in-content .sub-heading p {
  color: var(--paragraph-color);
  line-height: 25px;
}
.keywords-sec {
  background-color: #f1f1f1;
}
.keywords-sec .keywords-content a {
  color: var(--heading-color);
  text-decoration: none;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 25px;
}
.keyword-icon i {
  font-size: 16px;
  margin-right: 4px;
  line-height: 0;
}
.keywords-content {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center\;;
}

.doctor-name h2 {
  text-transform: capitalize;
}
