<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------root css --------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;family=Sofia+Sans+Semi+Condensed:wght@1;100;200;300;400;500;600;700;800;900;1000&amp;display=swap");
:root {
  padding: 0;
  margin: 0;
}

#honeypot {
  position: absolute;
  left: -9999px;
}

body {
  overflow-x: hidden;
  width: 100%;
}

::-moz-selection {
  background: #1f3974;
  color: #fff;
}

::selection {
  background: #1f3974;
  color: #fff;
}

body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  color: #1f3974;
  transition: 0.3s all ease-in-out;
}
a:hover {
  color: #505050;
}

span,
p,
li {
  font-size: 16px;
  font-weight: 300;
  color: #505050;
  line-height: 28px;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  color: #222222;
}

strong {
  color: #222222;
  font-weight: 500;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}

.list {
  position: relative;
}
.list li {
  display: flex;
  align-items: baseline;
  padding-left: 40px;
  text-align: initial;
}
.list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/icons/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #1f3974;
  background-size: 10px;
  left: 0;
  margin: 7px 0;
}
.list li strong {
  text-transform: capitalize;
}

.space {
  padding: 80px 0;
}

.bg {
  background-color: rgba(0, 114, 187, 0.1098039216);
}

.heading-wrap {
  margin-bottom: 50px;
  text-align: center;
}
.heading-wrap .main-heading {
  margin-bottom: 0;
}

.main-heading {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.sub-heading {
  font-size: 22px;
  font-weight: 500;
  color: #1f3974;
  margin: 22px 0 12px;
}

.mini-heading {
  font-size: 18px;
}

.title {
  font-size: 14px;
  color: #1f3974;
  letter-spacing: 2px;
}

.btn-primary {
  padding: 11px 15px;
  color: #fff;
  text-transform: capitalize;
  font-size: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  background-color: #0072bb;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f3974;
  z-index: -2;
}
.btn-primary:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #2f57b0;
  transition: all 0.3s;
  z-index: -1;
}
.btn-primary:hover {
  color: #fff;
}
.btn-primary:hover:before {
  width: 100%;
}

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-border {
  border: 1px solid #abb8c3;
}

.proceduer-wrap .process-wrap {
  margin-bottom: 30px;
}

.team-img {
  height: 100%;
}

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

/*--------- end --------*/
/*--------- header ---------*/
header {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
header .navbar-brand {
  margin: 0;
  background: #1f3974;
  padding: 14px;
  position: absolute;
  height: 130px;
  z-index: 999;
  top: 0px;
  border-radius: 0 0 50% 50%;
}
header .navbar-brand img {
  width: 100px;
}
header .navbar {
  padding: 12px 0 12px 70px;
  position: relative;
}
header .navbar .navbar-toggler {
  border: none;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-toggler .hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #1f3974;
}
header .navbar .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
header .navbar .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .navbar .hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header .navbar .navbar-nav {
  align-items: center;
}
header .navbar .navbar-nav li {
  margin-bottom: 0;
}
header .navbar .navbar-nav li .dropdown-item,
header .navbar .navbar-nav li .nav-link {
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 15px;
  color: #222222;
  transition: 0.3s all ease-in-out;
}
header .navbar .navbar-nav li .dropdown-item:hover,
header .navbar .navbar-nav li .nav-link:hover {
  color: #1f3974;
}
header .navbar .navbar-nav li .dropdown-item.active,
header .navbar .navbar-nav li .nav-link.active {
  color: #1f3974;
  text-decoration: underline;
  text-underline-offset: 5px;
}
header .navbar .navbar-nav li .btn-primary {
  border: 2px solid #fff;
  color: #fff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 22px;
  background: none;
  padding: 8px 15px;
  font-size: 15px;
}
header .navbar .navbar-nav li .btn-primary i {
  padding-right: 6px;
}

header .navbar .navbar-nav li .dropdown-menu {
  position: absolute;
  width: 55rem;
  left: -16rem;
  top: 40px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition-property: visibility, opacity;
  transition: 0.3s all ease-in-out;
  border: 1px solid #efefef;
  border-radius: 7px;
}
header .navbar .navbar-nav li .dropdown-menu::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background: #fff;
  left: 0;
  right: 204px;
  margin: auto;
  top: -10px;
  z-index: 1;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
header .navbar .navbar-nav li .dropdown-menu .dropdwon-list li {
  margin-bottom: 7px;
}
header .navbar .navbar-nav .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
header.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

/*--------- end --------*/
/*--------- hero section ---------*/
.hero-wrap .slider-wraper {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/slider/slider.jpg);
  background-repeat: no-repeat;
  background-position: center 25%;
  height: 70vh;
  display: flex;
  align-items: center;
}
.hero-wrap .slider-wraper .main-heading {
  font-size: 60px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #222222;
  font-weight: bolder;
  margin: 0;
}
.hero-wrap .slider-wraper .sub-heading {
  font-size: 32px;
  color: #fff;
  margin: 25px 0;
}
.hero-wrap .slider-wraper button i {
  margin-right: 10px;
}

.hero-wrap .main-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.submit_message {
  font-size: 20px;
}

.appointment-wraper {
  padding: 40px 0;
}
.appointment-wraper .heading-wrap {
  margin-bottom: 0;
}
.appointment-wraper form .form-floating .form-control {
  height: 55px;
  border-radius: 0;
}
.appointment-wraper form .form-floating .form-control:focus {
  border: 1px solid #1f3974;
}
.appointment-wraper form .form-floating .form-control label {
  font-size: 14px;
  font-weight: 400;
}
.appointment-wraper form .btn-primary {
  border-radius: 0;
  height: 55px;
  width: 100%;
}
.appointment-wraper form .btn-primary::before {
  border-radius: 0;
}
.appointment-wraper form .btn-primary::after {
  border-radius: 0;
}

.form-floating {
  margin-bottom: 18px;
}
.form-floating label {
  line-height: 1.3;
}

/*--------- end ---------*/
/*--------- Welcome wrap ---------*/
.welcome-wrap {
  position: relative;
}
.welcome-wrap .title {
  color: #fff;
}
.welcome-wrap p {
  color: #fff;
}
.welcome-wrap p a {
  color: #000;
  font-weight: 600;
}
.welcome-wrap .main-heading {
  color: #fff;
}
.welcome-wrap .call-to-action {
  height: 100%;
}
.welcome-wrap .call-to-action img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.welcome-wrap .call-to-action::after {
  content: "";
  background-image: url(../images/home/pattern-bg.png);
  background-repeat: repeat;
  position: absolute;
  background-size: contain;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.welcome-wrap .aside {
  padding: 15px 28px;
  background: rgb(242, 164, 61);
}
.welcome-wrap .btn-primary {
  color: #1f3974;
}
.welcome-wrap .btn-primary::after {
  background: #fff;
}
.welcome-wrap .btn-primary:hover {
  color: #fff;
}

/*--------- end ---------*/
/*--------- services-wrap ---------*/
.services-wrap .card.service {
  border: none;
  background: transparent;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  transition: 0.3s all ease-in-out;
  height: 100%;
}
.services-wrap .card.service:hover {
  box-shadow: 0px 20px 45px rgba(51, 77, 114, 0.15);
}
.services-wrap .card.service img {
  height: 12rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.services-wrap .card .card-body {
  position: relative;
  padding: 32px 12px;
  background: #fff;
}
.services-wrap .card .card-body .counter {
  position: absolute;
  left: 10px;
  font-size: 70px;
  font-weight: 800;
  opacity: 0.1;
}
.services-wrap .card .card-body .card-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.services-wrap .card .card-body .heading {
  font-size: 20px;
  font-weight: 600;
  color: #1f3974;
  margin: 18px 0;
}
.services-wrap .card .card-body .service-link {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.services-wrap .card .card-body .service-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  border-top: 2px solid #1f3974;
  width: 40px;
  transition: 0.3s all ease-in-out;
}
.services-wrap .card .card-body .service-link:hover::after {
  width: 100%;
}

/*--------- end ---------*/
/*--------- him her section ---------*/
.him-her-wraper .nav {
  margin-bottom: 60px;
  justify-content: center;
}
.him-her-wraper .nav .nav-item .button {
  padding: 10px 28px;
  background-color: #1f3974;
  border: none;
  color: #fff;
  margin: 0 10px;
}
.him-her-wraper .nav .nav-item .button.active {
  background-color: #222222;
}
.him-her-wraper .tab-content .tab-pane .call-to-action .name-title {
  font-size: 22px;
}
.him-her-wraper .tab-content .tab-pane .call-to-action .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}
.him-her-wraper .tab-content .tab-pane .call-to-action .degree-list {
  margin-top: 28px;
}
.him-her-wraper .tab-content .tab-pane .call-to-action .degree-list li {
  align-items: baseline;
  text-align: left;
}
.him-her-wraper .tab-content .tab-pane .call-to-action .degree-list li i {
  margin-right: 6px;
}
.him-her-wraper .tab-content .tab-pane .opacity {
  opacity: 0.3;
}

/*--------- end ---------*/
.treatment-wrapper .heading-wrap {
  margin-bottom: 40px;
}
.treatment-wrapper .svg-wrap {
  height: 300px;
  width: 100%;
}
.treatment-wrapper .svg-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.treatment-wrapper .consultation-wrap {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #fff;
}
.treatment-wrapper .treatment-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.treatment-wrapper .treatment-content.online {
  align-items: center;
}
.treatment-wrapper .treatment-content.online .heading {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}
.consul-table td {
  font-style: italic;
  font-weight: 500;
}
.treatment-wrapper .treatment-content.online span {
  font-size: 18px;
}
.treatment-wrapper .treatment-content h3 {
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 30px;
}
.treatment-wrapper .treatment-content .call-us {
  display: flex;
  align-items: center;
  gap: 30px;
}
.treatment-wrapper .treatment-content .call-us li a {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.treatment-wrapper .treatment-content .call-us li a i {
  font-size: 25px;
}

.treatment-wrapper .success-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 40px;
  padding: 40px 0px;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: 0.3s all ease-in-out;
}
.treatment-wrapper .success-wrap:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.treatment-wrapper .success-wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../images/sucsess-bg.png);
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.9;
}
.treatment-wrapper .success-wrap .percentage-bar {
  display: flex;
  align-items: center;
}
.treatment-wrapper .success-wrap .success-img {
  width: 220px;
  height: 220px;
  left: 0;
}
.treatment-wrapper .success-wrap .success-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.treatment-wrapper .success-wrap .success-bar {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 26px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #fff;
}
.treatment-wrapper .success-wrap .success-bar::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border-left: 9px solid #ffffff;
  border-bottom: 9px solid #ffffff;
  border-top: 9px solid #ffffff;
  border-right: 9px solid rgba(255, 255, 255, 0.2);
}
.treatment-wrapper .success-wrap p {
  margin: 0;
  font-size: 25px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}

/*--------- testimonial ---------*/
.services-testimonial-wraper {
  position: relative;
}

.services-aside-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
  background-color: #1f3974;
}
.services-aside-left .title {
  color: #fff;
}
.services-aside-left .main-heading {
  color: #fff;
}
.services-aside-left .service-wraper {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  margin: 20px 10px 10px 0;
  transition: 0.3s all ease-in-out;
}
.services-aside-left .service-wraper img {
  width: 70px;
  margin-bottom: 18px;
}
.services-aside-left .service-wraper .service-title {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  text-align: center;
}
.services-aside-left .service-wraper:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  background-color: #1f3974;
}
.services-aside-left .service-wraper:hover img {
  filter: invert(1) brightness(2.5);
}
.services-aside-left .service-wraper:hover .service-title {
  color: #fff;
}

.testimonial-aside-right::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(to right, rgb(246, 161, 68), rgb(31, 57, 116));
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
}
.testimonial-aside-right .heading-wrap {
  position: relative;
  margin: 30px 0 120px;
}
.testimonial-aside-right .heading-wrap .title,
.testimonial-aside-right .heading-wrap .main-heading {
  color: #fff;
}
.testimonial-aside-right .heading-wrap::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 15%;
  border-top: 3px solid #fff;
}
.testimonial-aside-right .carousel .carousel-item {
  text-align: center;
  padding: 0 80px;
}
.testimonial-aside-right .carousel .carousel-item .caption {
  color: #fff;
  text-align: center;
}
.testimonial-aside-right .carousel .carousel-item .name {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: center;
}
.testimonial-aside-right .carousel .carousel-item .designation {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.testimonial-aside-right .carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: -22px;
}
.testimonial-aside-right .carousel .carousel-indicators button {
  height: 15px;
  width: 14px;
  border-radius: 50%;
  margin: 10px 10px 0px;
}

/*--------- end ---------*/
/*--------- our blogs ---------*/
.blogs .blog-card {
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  transition: 0.3s all ease-in-out;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  transition: 0.3s all ease-in-out;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.blogs .blog-card:hover {
  box-shadow: 0px 20px 45px rgba(51, 77, 114, 0.15);
}
.blogs .blog-card img {
  -o-object-fit: cover;
  object-fit: cover;
}
.blogs .blog-card .blog-body {
  padding: 16px 24px;
  background: #fff;
  flex-grow: 1;
}
.blogs .blog-card .blog-body .heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

/*--------- end ---------*/
/*--------- Contact us ---------*/
.contact-section {
  position: relative;
  z-index: 1;
}
.contact-section .heading-wrap {
  text-align: left;
}
.contact-section .heading-wrap .title {
  color: #000;
}
.contact-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  background: linear-gradient(to right, rgba(246, 161, 68, 0.1607843137), rgba(0, 114, 187, 0.1607843137)), url(../images/home/pattern-bg.png);
  background-size: contain;
  background-repeat: repeat;
}
.contact-section h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  margin-bottom: 15px;
  font-size: 20px;
}
.contact-section h3::before {
  content: "";
  position: absolute;
  right: -110px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  z-index: -1;
  height: 1px;
  width: 100px;
}
.contact-section .common-contact-wrap {
  height: 100%;
  display: flex;
  flex-flow: column;
  gap: 40px;
  width: -moz-fit-content;
  margin: auto;
}
.contact-section .common-contact-wrap .contact-information ul li {
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
}
.contact-section .common-contact-wrap .contact-information ul li i {
  margin-right: 10px;
}
.contact-section .common-contact-wrap .contact-information ul li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #000;
  transition: 0.2s all ease-in-out;
}
.contact-section .common-contact-wrap .contact-information ul li a:hover {
  color: #099fff;
}
.contact-section .common-contact-wrap .contact-information ul li a i {
  margin-right: 10px;
}
.contact-section .contact-form {
  padding: 20px;
}

.contact-form {
  padding: 80px;
}
.contact-form form .form-floating .form-control,
.contact-form form .form-floating .form-select {
  border-bottom: 1px solid #777777;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
}
.contact-form form .form-floating .form-control:focus,
.contact-form form .form-floating .form-select:focus {
  border-bottom: 1px solid #1f3974;
}
.contact-form form textarea {
  height: 120px !important;
}
.contact-form form .btn-primary {
  margin: 1rem 0 0;
  float: right;
}
.contact-form .heading-wrap {
  text-align: left !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

textarea {
  resize: none;
}

.mail-response {
  font-size: 18px;
  color: #1f3974;
}

/*--------- end ---------*/
/*--------- footer ---------*/
footer {
  background-color: #343434;
}
footer .footer-wrap {
  padding: 70px 0;
  position: relative;
}
footer .footer-wrap .footer-logo {
  width: 120px;
}
footer .footer-wrap .social-icons {
  display: flex;
  flex-wrap: wrap;
  margin: 22px 0;
  gap: 8px;
}
footer .footer-wrap .social-icons li {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding-right: 22px;
}
footer .footer-wrap .social-icons li a i {
  color: #fff;
  font-size: 28px;
  padding: 0;
  margin: 0;
  transition: 0.3s all ease-in-out;
}
footer .footer-wrap .social-icons li a:hover i {
  color: #ffedc8;
}
footer .footer-wrap .heading {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  position: relative;
  margin-bottom: 28px;
}
footer .footer-wrap .heading::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 3px;
}
footer .footer-wrap .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  text-align: left;
  transition: 0.3s all ease-in-out;
}
footer .footer-wrap .nav-link:hover {
  color: #ffedc8;
}
footer .footer-wrap .contact-info {
  margin-top: 28px;
}
footer .footer-wrap .contact-info li {
  display: flex;
}
footer .footer-wrap .contact-info i {
  font-size: 18px;
  color: #fff;
  padding-right: 18px;
  margin-top: 5px;
}
footer .copyright-wrap {
  background-color: #222222;
  width: 100%;
  padding: 5px;
  border-top: 1px solid rgba(136, 136, 136, 0.5333333333);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copyright-wrap .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .copyright-wrap .nav-list li {
  margin: 0;
  padding: 0 5px;
}
footer .copyright-wrap .nav-list li:first-child {
  border-right: 1px solid;
}
footer .copyright-wrap .nav-list li a {
  color: #f7a141;
}
footer .copyright-wrap .author,
footer .copyright-wrap .copyright-text {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.footer-mobile-wraper {
  background-color: #1f3974;
  width: 100%;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.footer-mobile-wraper a {
  color: #fff;
  font-size: 13px;
  padding: 13px 6px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .footer-mobile-wraper a {
    font-size: 10px;
  }
}
.footer-mobile-wraper a i {
  padding-right: 5px;
  font-size: 15px;
}
.footer-mobile-wraper .icon-wraper {
  padding: 0;
  display: flex;
  justify-content: center;
  border-right: 1px dashed #fff;
  height: 100%;
}

.footer-mobile-wraper .icon-wraper a {
  display: block;
  text-align: center;
}

.footer-mobile-wraper .icon-wraper button {
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  font-size: 13px;
  height: 100%;
}

.whatsapp-sticky {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 999;
}
.whatsapp-sticky img {
  width: 55px;
}

.sticky-cta {
  position: fixed;
  left: 10px;
  bottom: 40px;
  z-index: 99;
}
.sticky-cta i {
  padding-right: 7px;
}

/*--------- end ---------*/
/*--------- Breadcrumb ---------*/
.breadcrumb-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 120px;
  position: relative;
  background-image: linear-gradient(rgba(199, 122, 40, 0.08), rgba(199, 122, 40, 0.08)), url(../images/home/pattern-bg.png);
  background-repeat: repeat-x;
  background-position: center 80%;
}
.breadcrumb-wraper .page-title {
  font-size: 45px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 22px;
}
.breadcrumb-wraper .stroke-text {
  position: absolute;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1f3974;
  color: #fff;
  font-size: 160px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.3;
  z-index: -1;
}
.breadcrumb-wraper .breadcrumb {
  display: flex;
  justify-content: center;
  margin: 0;
}
.breadcrumb-wraper .breadcrumb .breadcrumb-item a {
  font-size: 17px;
  color: #222222;
  transition: 0.3s all ease-in-out;
}
.breadcrumb-wraper .breadcrumb .breadcrumb-item a:hover {
  color: #1f3974;
}
.breadcrumb-wraper .breadcrumb .breadcrumb-item.active {
  color: #1f3974;
  display: flex;
  align-items: center;
}

/*--------- end ---------*/
/*--------- About Us Intro ---------*/
.intro-wraper .quote {
  position: relative;
  margin: 40px 0;
}
.intro-wraper .quote::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 7px solid #1f3974;
}
.intro-wraper .quote .text {
  font-size: 22px;
  color: #222222;
  line-height: 38px;
  padding: 0 40px;
}
.intro-wraper .about-welcome {
  border: 1px solid #abb8c3;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*--------- end ---------*/
/*--------- What we offer ---------*/
.offer-wrap {
  position: relative;
}
.offer-wrap .call-to-action {
  padding: 0 5% 0 8%;
}
.offer-wrap .call-to-action .list {
  margin: 20px 0 50px;
}
.offer-wrap .call-to-action .list li {
  align-items: center;
}
.offer-wrap .services-aside-left {
  padding: 0 90px;
}
.offer-wrap .services-aside-left::before {
  right: 0;
  left: unset;
  width: calc(50% + 13px);
}
.offer-wrap .services-aside-left .service-wraper {
  padding: 20px 40px;
}

/*--------- end ---------*/
/*--------- Book Appointment ---------*/
.book-appointment-wraper {
  position: relative;
}
.book-appointment-wraper .img-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 40%;
  left: 0;
  top: 0;
  background-color: #1f3974;
  z-index: -1;
}
.book-appointment-wraper .call-to-action {
  padding: 0 3rem;
}
.book-appointment-wraper .call-to-action .btn-primary {
  margin: 22px 0;
}

/*--------- end ---------*/
/*--------- Our Location ---------*/
.location-card {
  background: #f4f4f4;
  height: 100%;
  padding: 32px 28px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  transition: 0.3s all ease-in-out;
}
.location-card:hover {
  box-shadow: 0px 20px 45px rgba(51, 77, 114, 0.15);
}
.location-card .location-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 38px;
  position: relative;
}
.location-card .location-name::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 3rem;
  border-top: 2px solid #1f3974;
}
.location-card ul li a {
  color: #505050;
  transition: 0.3s all ease-in-out;
}
.location-card ul li a:hover {
  color: #1f3974;
}
.location-card ul li i {
  padding-right: 22px;
  color: #1f3974;
}

/*--------- end ---------*/
/*--------- service detail ---------*/
.content-wraper .main-heading {
  font-size: 28px;
}
.content-wraper .sub-heading {
  font-size: 22px;
  font-weight: 500;
  color: #1f3974;
  margin: 22px 0 12px;
  display: block;
}
.content-wraper .call-to-action {
  padding: 40px 30px;
}
.content-wraper .call-to-action img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-wraper .call-to-action a {
  color: #1f3974;
  transition: 0.3s all ease-in-out;
}
.content-wraper .call-to-action a:hover {
  color: #505050;
}

/*--------- end ---------*/
/*--------- Appointment Sidebar ---------*/
#sidebar {
  background-color: #f4f4f4;
  position: relative;
  padding: 40px;
  margin: 30px 0;
}
#sidebar .heading-wrap {
  margin-bottom: 30px;
}
#sidebar .heading-wrap .main-heading {
  text-align: center;
  margin: 10px 0;
  font-weight: 500;
  font-size: 32px;
  color: #222222;
}
#sidebar .appointment-wraper {
  padding: 0;
}
#sidebar .appointment-wraper .form-floating textarea {
  height: 80px;
  margin-bottom: 30px;
}
#sidebar .contact-wraper {
  margin-top: 28px;
}
#sidebar .contact-wraper .heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
#sidebar .contact-wraper .sub-heading {
  font-size: 18px;
  font-weight: 400;
  color: #1f3974;
}
#sidebar .contact-wraper i {
  color: #1f3974;
  padding-right: 10px;
}
#sidebar .contact-wraper a {
  color: #222222;
  transition: 0.3s all ease-in-out;
}
#sidebar .contact-wraper a:hover {
  color: #1f3974;
}

#sidebar.fixed {
  position: sticky;
  top: 120px;
}

iframe {
  height: 400px;
  width: 100%;
}

.contact-map iframe {
  height: 100%;
}

/*--------- end ---------*/
/*--------- faqs -------*/
.accordion {
  margin-bottom: 10px;
}
.accordion .accordion-header {
  padding: 0.828rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: #1f3974;
  color: #fff;
}
.accordion .accordion-header h3 {
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}
.accordion .accordion-header span {
  font-size: 1.5rem;
  font-weight: 600;
}
.accordion .accordion-header .close span {
  color: #fff;
}
.accordion .accordion-header .close .minus {
  display: none;
}
.accordion.active .accordion-header {
  background-color: #1f3974;
  color: #fff;
}
.accordion.active .accordion-header .minus {
  display: block;
}
.accordion .accordion-body {
  padding: 0 0.828rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 0.5s;
}
.accordion .accordion-body p {
  border-bottom: none;
  margin: 0.828rem 0;
}

.accordion.active .accordion-body {
  background-color: #fff;
}
.accordion.active .close .plus:nth-child(odd) {
  opacity: 0;
  display: none;
}

/*-------- end -----*/
/*-------- Modal -----*/
.modal-content .modal-header {
  background-color: #1f3974;
}
.modal-content .modal-header .modal-title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.modal-content .modal-body .contact-form {
  padding: 0;
}

/*-------- end -----*/
/*-------- Our Services -----*/
.our-services .service-card {
  box-shadow: 0px 20px 45px rgba(51, 77, 114, 0.15);
  transition: 0.5s all ease-in-out;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.our-services .service-card:hover {
  transform: scale(1.2);
}
.our-services .service-card .card-img img {
  height: 18rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-services .service-card .card-footer {
  background-color: #1f3974;
  flex-grow: 1;
}
.our-services .service-card .card-footer .card-heading {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 15px 12px;
}

/*-------- end -----*/
.menu-iso {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 2rem;
}
.menu-iso li {
  margin: 10px;
}
.menu-iso li .btn-primary {
  color: #fff;
  cursor: pointer;
}
.menu-iso li .btn-primary.is-checked::after,
.menu-iso li .btn-primary.is-checked::before {
  background-color: #222222;
  color: #505050;
}

.container_gallery_iso .img_iso {
  display: flex;
  justify-content: center;
}
.container_gallery_iso .img_iso img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*------- end -------- */
/*------- media Query -------- */
.terms-condition .location-card {
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px 0;
  background: transparent;
}

/*------- end -------- */
/*------- media Query -------- */

.confidential-wrap {
  background-color: #1f3974;
  position: relative;
  z-index: 1;
  padding: 30px 0px;
}
.confidential-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: url(../images/home/pattern-bg.png);
  z-index: -1;
  background-repeat: repeat;
  background-size: contain;
}

.confidential-wrap .heading-wrap {
  text-align: left;
}
.confidential-wrap .heading-wrap .title {
  color: #fff;
}
.confidential-wrap .heading-wrap .main-heading {
  color: #fff;
}
.confidential-wrap .confi-img {
  height: 80%;
  width: 80%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;

  background: #fff;
}

.confi-img-wrap {
  display: flex;
  align-items: center;
  border-radius: 20px;
  height: 100%;
}
.confidential-wrap .confi-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 20px 0px;
}
.confidential-wrap .confi-content .confi-para {
  position: relative;
  z-index: 1;
  font-weight: 600;
  padding: 20px 10px;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: left;
  outline: 1px solid;
  outline-offset: 3px;
  outline-color: #3ba0ff;
}
.confidential-wrap .confi-content .confi-para p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-align: start;
  display: flex;
  align-items: baseline;
}
.confidential-wrap .confi-content .confi-para p i {
  margin-right: 10px;
  font-size: 20x;
}
.confidential-wrap .confi-content .confi-para p:nth-child(1) {
  margin-bottom: 15px;
}
.confidential-wrap .confi-content .confi-para::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #099fff;
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.confidential-wrap .btn-primary {
  color: #1f3974;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.confidential-wrap .btn-primary:after {
  background: #fff;
}
.confidential-wrap .btn-primary:hover {
  color: #fff;
}

.cities-button {
  background: #0072bb;
  text-align: center;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cities-button .card-heading {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.cities-button .card-heading a {
  color: #fff;
}

.proceduer-wrap .process-img {
  height: 100%;
  width: 100%;
}
.proceduer-wrap .process-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.proceduer-wrap .process-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0px 20px;
}
.proceduer-wrap .process-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.sub-list-service {
  flex-flow: column;
}

.sub-list-service .sub-list-item li::before {
  display: none;
}

.sub-list-service .sub-list-item li i {
  margin-right: 7px;
}

.sub-list-service .sub-list-item {
  padding: 0;
  margin: 10px 0px;
}

.yt-video {
  width: 100%;
}

.yt-channel {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  background: #ffffffb2;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 0px;
  width: 50%;
  margin: 20px auto 0px;
  letter-spacing: 2px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.yt-channel img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.four-treatment {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.four-treatment span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #1f38746d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in-out;
}
.four-treatment span:hover {
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.four-treatment img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.new-treatment {
  background: linear-gradient(to right, rgb(246, 161, 68), rgb(31, 57, 116));
}
.new-treatment p {
  color: #fff;
}
.new-treatment .heading-wrap {
  text-align: left;
  margin-bottom: 20px;
}
.new-treatment .heading-wrap .main-heading {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .new-treatment .heading-wrap {
    text-align: left;
  }
}

/* media */

@media (991.99px &lt;= width &lt;= 1350px) {
  .navbar {
    padding: 10px 0 !important;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 15px !important;
    padding: 0 10px !important;
  }
  .navbar .navbar-nav .cta-btn {
    margin: 0 15px !important;
    padding: 12px 10px !important;
  }
}

@media screen and (min-width: 991px) {
  .footer-mobile-wraper {
    display: none;
  }
}
@media screen and (max-width: 1199.98px) {
  .treatment-wrapper .treatment-content {
    align-items: center;
    text-align: center;
  }
  .treatment-wrapper .treatment-content.online {
    align-items: center;
  }
  .treatment-wrapper .treatment-content h3 {
    font-size: 20px;
  }
  .treatment-wrapper .treatment-content .call-us {
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) and (min-width: 991px) {
  .welcome-wrap .call-to-action {
    height: 690px;
  }
}

@media screen and (max-width: 991px) {
  .contact-section .contact-form {
    padding: 20px 0px;
  }
  .yt-channel {
    width: 100%;
    font-size: 18px;
  }
  footer {
    padding-bottom: 46px;
  }

  header .navbar .navbar-nav li .btn-primary {
    margin: 10px 0px;
  }

  .treatment-wrapper .svg-wrap {
    margin-bottom: 30px;
  }

  .treatment-wrapper .success-wrap p {
    font-size: 18px;
  }

  .treatment-wrapper .success-wrap {
    padding: 20px 10px;
    gap: 20px;
  }

  .contact-section::before {
    width: 100%;
  }

  html {
    overflow-x: hidden;
  }
  header .navbar {
    display: flex;
    padding: 5px 10px;
  }
  header .navbar .navbar-brand {
    padding: 0;
    background: none;
    border: none;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
  }
  header .navbar .navbar-collapse {
    position: absolute;
    top: 90px;
    z-index: 99;
    right: 0;
    background: #1f3974;
    width: 100%;
    height: 100vh;
    padding: 30px 50px;
  }
  header .navbar .navbar-collapse .navbar-nav {
    align-items: start;
  }
  header .navbar .navbar-collapse .navbar-nav li {
    margin-bottom: 10px;
  }
  header .navbar .navbar-collapse .navbar-nav li:nth-last-child(1)::before {
    height: -moz-fit-content;
    height: fit-content;
  }
  header .navbar .navbar-collapse .navbar-nav li .nav-link {
    color: #fff;
    padding: 0;
  }
  header .navbar .navbar-collapse .navbar-nav li .nav-link.active {
    color: #ffedc8;
  }
  header .navbar .navbar-collapse .navbar-nav li .cta-btn {
    margin: 0;
  }
  .welcome-wrap img {
    display: none;
  }
  .welcome-wrap .call-to-action::before {
    background-image: none;
    width: 100%;
  }
  .welcome-wrap .aside {
    padding: 25px;
  }
  .contact-form {
    padding: 15px 10px;
  }
  .services-aside-left {
    position: relative;
  }
  .services-aside-left::before {
    width: calc(100% + 30px) !important;
    height: calc(100% + 30px);
    top: -15px;
    left: -15px !important;
  }
  .services-aside-left .heading-wrap {
    text-align: center !important;
  }
  .testimonial-aside-right::after {
    width: 100% !important;
  }
  .testimonial-aside-right .carousel .carousel-item {
    padding: 0;
  }
  .him-her-wraper .tab-content .tab-pane .opacity {
    display: none !important;
  }
  .him-her-wraper .tab-content .tab-pane .degree-list li {
    text-align: left;
  }
  .sticky-cta,
  .whatsapp-sticky {
    display: none;
  }

  .proceduer-wrap .process-wrap {
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 10px;
  }
  .proceduer-wrap .process-img {
    height: 300px;
    margin-bottom: 20px;
  }
  .main-heading {
    font-size: 24px;
  }
  .intro-wraper .quote .text {
    font-size: 17px;
  }
  .intro-wraper .about-welcome {
    height: 96%;
  }
  .contact-map iframe {
    max-height: 400px;
  }
  .confidential-wrap:after {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .confidential-wrap .confi-content .confi-para p {
    font-size: 14px;
  }
  .phone-banner {
    display: none;
  }
  .yt-channel {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #sidebar .contact-wraper .sub-heading {
    font-size: 16px;
  }

  .treatment-wrapper h3 {
    font-size: 18px !important;
  }

  .treatment-wrapper .success-wrap .success-img {
    width: 150px;
    height: 150px;
  }
  .treatment-wrapper .success-wrap .success-bar {
    height: 80px;
    width: 80px;
    font-size: 20px;
  }
  .treatment-wrapper .success-wrap p {
    font-weight: 400;
    text-align: center;
  }

  .confidential-wrap .confi-img {
    display: none;
  }
  label,
  span,
  p,
  li,
  .form-select,
  .form-control {
    font-size: 14px;
    line-height: 24px;
  }
  .space {
    padding: 30px 0;
  }
  .heading-wrap {
    margin-bottom: 18px !important;
  }
  .title {
    display: flex;
    justify-content: center;
    font-size: 12px;
  }

  .hero-wrap .slider-wraper {
    background-position: 40%;
  }
  .hero-wrap .slider-wraper .slider-content .main-heading {
    font-size: 24px;
    font-weight: 900;
    text-align: left;
  }
  .hero-wrap .slider-wraper .slider-content .sub-heading {
    font-size: 18px;
    margin: 15px 0;
  }
  .hero-wrap .slider-wraper .slider-content .btn-primary {
    margin-top: 1rem;
  }
  .hero-wrap .slider-wraper .mini-text {
    font-size: 12px;
  }
  .appointment-wraper {
    padding: 18px 0;
  }
  .services-wrap .card img {
    height: 100% !important;
  }
  .services-wrap .card .card-body {
    padding: 12px;
  }
  .services-wrap .card .card-body .counter {
    top: 25px;
  }
  .services-wrap .card .card-body .card-title {
    font-size: 12px;
  }
  .services-wrap .card .card-body .heading {
    font-size: 18px !important;
    margin: 5px 0 !important;
  }
  .services-wrap .card .card-body .service-link {
    font-size: 12px;
  }
  .services-wrap .card .card-body .service-link::after {
    border-top: 1px solid #1f3974;
  }
  .btn-primary {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px;
    height: 40px;
  }
  .breadcrumb-wraper {
    padding: 50px 0;
  }
  .breadcrumb-wraper .stroke-text {
    font-size: 100px;
  }
  .breadcrumb-wraper .page-title {
    font-size: 28px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 35px;
  }
  .breadcrumb-wraper .breadcrumb-item a {
    font-size: 14px !important;
  }
  .welcome-wrap .aside {
    margin: 22px 0 0;
  }
  .intro-wraper {
    margin: 10px 0;
  }
  .intro-wraper img {
    display: none;
  }

  .content-wraper .call-to-action img {
    margin-bottom: 15px;
  }
  .content-wraper .call-to-action .main-heading {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
  .content-wraper .call-to-action .sub-heading {
    font-size: 16px;
    line-height: 1.6;
  }
  .content-wraper.bg {
    background-color: unset;
  }
  .form-floating {
    margin-bottom: 10px;
  }
  .book-appointment-wraper .img-box::before {
    display: none;
  }
  .book-appointment-wraper .call-to-action {
    padding: 0;
    margin-top: 22px;
  }
  .appointment-wraper form .btn-primary {
    margin-top: 18px;
  }
  .appointment-wraper form .form-floating .form-control {
    height: 40px;
  }
  .appointment-wraper form .form-floating label {
    padding: 5px 0.75rem;
  }
  .services-aside-left .service-wraper {
    margin: 10px 0;
    padding: 10px 0;
  }
  .services-aside-left .service-wraper img {
    margin: 0;
  }
  .services-aside-left .service-wraper .service-title {
    font-size: 14px;
    margin: 0;
  }
  .testimonial-aside-right .heading-wrap::after {
    bottom: -5px;
    border-top: 2px solid #fff;
  }
  .testimonial-aside-right .carousel .carousel-item .name {
    font-size: 16px;
  }
  .testimonial-aside-right .carousel .carousel-item .designation {
    font-size: 12px;
  }
  .testimonial-aside-right .carousel .carousel-item .sign-img {
    margin: 10px 0;
  }
  .accordion .accordion-header {
    font-size: 14px;
  }
  footer .footer-wrap {
    padding: 20px 0 0;
  }
  footer .footer-wrap .heading {
    font-size: 18px;
  }
  footer .copyright-wrap a,
  footer .copyright-wrap .author,
  footer .copyright-wrap .copyright-text {
    font-size: 10px !important;
    line-height: 15px;
  }
  .him-her-wraper .tab-content .tab-pane .call-to-action .name-title {
    margin: 10px 0;
    font-size: 18px;
  }
  .him-her-wraper .tab-content .tab-pane .call-to-action .sub-title {
    font-size: 16px;
  }
  .him-her-wraper .tab-content .tab-pane .call-to-action .degree-list {
    margin: 0;
  }
  .offer-wrap .services-aside-left {
    padding: 0;
  }
  .offer-wrap .call-to-action {
    padding: 0;
  }
  .offer-wrap .call-to-action .list {
    margin: 0;
  }
  .offer-wrap .call-to-action .btn-primary {
    margin-top: 8px;
  }
  .about-detail-img {
    display: none;
  }
  .content-wraper .call-to-action {
    padding: 0;
  }
  .contact-wraper .heading {
    font-size: 16px !important;
  }
  #sidebar {
    padding: 20px 10px;
  }
  .blogs .blog-card .heading {
    font-size: 18px !important;
  }
  .proceduer-wrap .process-content {
    padding: 0px 10px;
  }
  .proceduer-wrap .process-content h3 {
    font-size: 20px;
  }
  .main-heading {
    font-size: 19px;
    text-align: center;
  }
  #sidebar .heading-wrap .main-heading {
    font-size: 19px;
  }
  .intro-wraper .quote .text {
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    padding: 0 22px;
  }
  .main-banner {
    display: none;
  }
  .accordion .accordion-header h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .proceduer-wrap .process-content h3 {
    font-size: 18px;
  }
  .him-her-wraper .tab-content .tab-pane .call-to-action .name-title {
    text-align: left;
  }
  .him-her-wraper .tab-content .tab-pane .call-to-action .sub-title {
    display: block;
    margin-bottom: 10px;
  }
  .our-services .service-card .card-footer .card-heading {
    font-size: 16px;
  }
  .treatment-wrapper h3 {
    font-size: 16px !important;
  }
  .treatment-wrapper .treatment-content .call-us {
    gap: 15px;
  }
  .treatment-wrapper .treatment-content .call-us li a {
    width: 40px;
    height: 40px;
  }
  .treatment-wrapper .treatment-content .call-us li a i {
    font-size: 18px;
  }
}

.our-map {
  height: 400px;
}
.our-map iframe {
  width: 100%;
  height: 100%;
} /*# sourceMappingURL=style.css.map */

form {
  .btn-primary {
    text-align: center;
    justify-content: center;
  }
}

.award-wrap {
  background: #1f3974;
  padding: 40px 0;
}

.award-wrap .award-img {
  display: flex;
  gap: 10px;
}

.award-wrap .award-img img {
  width: 48%;
  height: 20rem;
  object-fit: cover;
  border-radius: 20px;
  border: 3px solid #f7a141;
}
.award-wrap .content {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
}

.award-wrap .content strong {
  font-size: 45px;
  font-weight: 700;
  margin: 0;
  color: #f7a141;
  line-height: 1.4;
}

.award-wrap .content p {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .award-wrap .content strong {
    font-size: 38px;
    display: block;
    text-align: center;
  }

  .award-wrap .content p {
    font-size: 22px;
    text-align: center;
  }
  .award-wrap .award-img img {
    height: 15rem;
  }
}
</pre></body></html>