html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 500;
}

i {
  vertical-align: middle;
}

p {
  font-weight: 500;
}

.bg-dark {
  background-color: #fff !important;
}

a,
.btn {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

a:hover,
a:focus,
.btn:focus,
.btn:hover {
  outline: none;
  box-shadow: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.navbar-nav {
  align-items: center;
}

.appointment {
  background: #4cc5d8;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff !important;
}

.appointment:focus,
.appointment:hover {
  background: #000;
  border: 2px solid #000;
}

.social {
  position: absolute;
  right: 2rem;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
}

.social ul li a {
  text-decoration: none;
  color: #fff;
}

.social ul li a h5 {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.social ul li {
  display: block;
  transform: rotate(-90deg);
  line-height: 6;
}

.navbar .container-fluid {
  width: 97%;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #4cc5d8;
  font-weight: 700;
}

/* banner slider */

.slider,
.slide {
  height: 90vh;
}

.slide {
  position: relative;
}

.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide .slide__img::before {
  content: "";
  position: absolute;
  top: 0;
  background: rgb(0 0 0 / 50%);
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.slide .slide__img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide .slide__img img {
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.slide .slide__content {
  position: absolute;
  bottom: 8%;
  left: 5%;
}

.slide .slide__content--headings {
  text-align: center;
  color: #4cc5d8;
}

.slide .slide__content--headings h3 {
  font-size: 8rem;
  line-height: 0.8;
  font-family: "Mukta Malar", sans-serif;
}

.slide .slide__content--headings h4 {
  font-size: 8rem;
  line-height: 0.9;
  position: relative;
  left: 12rem;
  font-family: "Mukta Malar", sans-serif;
}

.slide .slide__content--headings h4 span {
  left: 14rem;
  position: relative;
}

.slide .slide__content--headings .animated {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: #fff;
}

.stick-dots .slick-dots li {
  height: 10px;
  width: 10px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: #fff;
  opacity: 1;
  background-color: #4cc5d8;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */

@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.btn-secondary {
  background: #4cc5d8;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 600;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #243234;
  border: 2px solid #4cc5d8;
  color: #4cc5d8;
  box-shadow: none;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #4cc5d8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.team {
  background: #fff;
  padding: 0 6rem;
  margin-top: 3rem;
}

.team h4 {
  color: #4cc5d8;
  font-size: 2rem;
}

.team h5 {
  color: #b0b6b7;
  font-size: 1.6rem;
  font-style: italic;
}

.team p {
  color: #626d70;
  font-weight: 600;
  font-size: 1.5rem;
}

.team a {
  color: #4cc5d8;
  text-decoration: none;
  width: max-content;
  margin: auto;
  margin-top: 4rem;
  font-size: 1.6rem;
}

.team a:hover {
  color: #243234;
}

.heading h3 {
  font-size: 3.7rem;
  color: #4cc5d8;
}

.heading p {
  color: #4cc5d8;
}

.cus-col {
  width: 80%;
  margin: auto;
  height: 100%;
}

.team-width {
  width: 90%;
}

.heading {
  margin-bottom: 5rem;
}

.edge {
  background: #4cc5d8;
  padding: 5rem 0;
  margin-top: 8rem;
}

.edge .col {
  width: 20%;
  flex: 0 0 auto;
  padding: 0 2rem;
}

.edge h4 {
  color: #fff;
  font-size: 1.6rem;
}

.heading h3 {
  color: #fff;
  font-weight: 700;
}

.heading h6 {
  font-size: 1.6rem;
}

.partners {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.partner-logo {
  margin-top: 8rem;
}

footer {
  background-color: #626d71;
  color: #fff;
  padding: 6rem 0;
  margin-top: 5rem;
}

footer ul li {
  display: inline-block;
  border-right: 1.5px solid #fff;
  line-height: 10px;
  padding: 0 1.4rem;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

footer ul li a:hover {
  color: #4cc5d8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.footer-social ul li {
  border-right: 0;
  padding: 0 2.4rem;
}

.footer-social ul li i {
  font-size: 2.5rem;
  vertical-align: middle;
}

.footer-social ul li a:hover {
  color: #4cc5d8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.left-name {
  height: 100%;
}

.inside-head {
  position: absolute;
  bottom: 0;
  right: 0;
  width: max-content;
}

.inside-head h1 {
  font-size: 8rem;
  font-weight: 600;
  opacity: 0.5 !important;
  color: #4cc5d8;
}

.service-inside h3 {
  font-weight: 700;
  font-size: 3rem;
  color: #4ac5d8;
}

.cus-container {
  width: 90%;
}

.top-banner {
  margin-top: 7.5rem;
}

.facility-space {
  padding-left: 4.5rem;
}

.facility-space1 {
  padding-left: 4.5rem;
  padding-right: 4rem;
}

.facility-space1 h4,
.facility-space h4 {
  font-weight: 700;
  font-size: 2.1rem;
  color: #4ac5d8;
}

.facility-space1 p,
.facility-space p {
  color: #231f20;
  font-weight: 500;
}

.form-bg {
  border-radius: 20px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 1px 10px #d1d1d1;
  padding: 3.5rem 2.5rem;
}

.form-bg h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}

.form-bg .form-control {
  font-size: 1.5rem;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  height: 6rem;
  padding-left: 1.3rem;
  color: #000;
}

.form-bg p {
  font-weight: 500;
  color: #000;
}

::placeholder {
  color: #000 !important;
  font-weight: 500;
  font-size: 14px;
}

textarea {
  height: auto !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(76 197 216 / 50%);
}

.schedule {
  color: #4cc5d8;
  font-size: 1.4rem;
}

.form-check-inline label {
  color: #4cc5d8;
  font-size: 1.4rem;
  font-weight: 600;
}

.form-check-input:checked {
  background-color: #4cc5d8;
  border-color: #4cc5d8;
}

.btn-danger {
  background: #4cc5d8;
  border-color: #4cc5d8;
  font-size: 1.6rem;
  border-radius: 3rem;
}

.btn-danger:hover,
.btn-danger:focus {
  background: #000;
  border-color: #000;
}

.space-con {
  margin-top: 4rem;
}

.space-con h4 {
  color: #4cc5d8;
  font-size: 2.8rem;
  font-weight: 600;
}

.space-con i {
  color: #4cc5d8;
  font-size: 2rem;
  vertical-align: middle;
}

.space-con address a {
  color: #000;
  text-decoration: none;
}

.space-con address a:hover {
  color: #4cc5d8;
}

.input-group-text {
  font-size: 2.5rem;
  background: transparent;
  border-radius: 8px;
}

.input-group-text span {
  color: #4cc5d8;
}

.date .form-control {
  border-right: 0;
}

.service-inside {
  margin-top: 8rem;
}

.service-inside .service-l-txt {
  padding-top: 5rem;
  display: block;
}

.service-inside .service-l-txt h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
}

.service-inside .service-l-txt p {
  font-size: 1.5rem;
  font-weight: 400;
}

.top-area {
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.grey-bg {
  background: #e6e7e9;
}

.grey-bg .team {
  height: 100%;
}

.recovery {
  border-radius: 2rem;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 25px #e2e2e2;
  height: 100%;
}

.recovery h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #707070;
}

.recovery a {
  color: #4cc5d8;
  text-decoration: none;
  font-weight: 500;
  display: block;
  width: max-content;
  margin: auto;
  margin-top: 5rem;
}

.recovery a i {
  vertical-align: middle;
}

.recovery a:hover {
  color: #000;
}

.title h3 {
  font-size: 4rem;
  font-weight: 700;
  color: #626d70;
}

.top-space {
  margin-top: 5rem;
}

.tab-top {
  margin-top: 5rem;
}

.circle-icon {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: auto;
  box-shadow: 0px 0px 10px #7a7a7a;
}

.testimonial {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.grey {
  color: #626d70 !important;
}

.tes-img {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  border: 10px solid #d8d8d8;
  margin: auto;
}

.tes-img img {
  border-radius: 50%;
}

.autoplay .slick-arrow.slick-prev {
  left: 0;
  background: url("../images/arrow-left.png") 0 0 / 100% no-repeat !important;
  border: 0;
  left: -5%;
}

.autoplay .slick-arrow.slick-next {
  right: 0;
  background: url("../images/arrow-right.png") 0 0 / 100% no-repeat !important;
  right: -5%;
  border: 0;
}

.autoplay .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 30px;
}

.service-left {
  background: #626d72;
}

.service-left h5,
.service-left h3 {
  color: #4cc5d8;
}

.service-l-txt h3,
.service-l-txt h5 {
  font-size: 4rem;
  font-weight: 700;
}

.service-l-txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-self: center;
  height: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}

.service-l-txt h5 {
  font-weight: 400;
}

.service-l-txt p {
  color: #fff;
  font-size: 1.8rem;
}

.service-l-txt .btn {
  font-size: 1.7rem;
  width: max-content;
}

.service-right {
  background: #4cc5d8;
  padding: 6rem 9rem;
  color: #fff;
  padding-bottom: 3rem;
}

.service-right h4 {
  font-weight: 600;
  font-size: 2rem;
}

.service-right a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  width: max-content;
}

.service-right a i {
  font-size: 1.5rem;
}

.service-right a:hover {
  color: #243234;
  padding-left: 1rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.service-right .btn {
  background: #626d72;
  color: #fff;
  font-size: 1.7rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.service-right .btn:focus,
.service-right .btn:hover {
  background: #4cc5d8;
  color: #fff;
  font-size: 1.7rem;
  border: 2px solid #fff;
  outline: none;
  box-shadow: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.service-right .service-col {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.service-arrow {
  position: absolute;
  top: 50%;
  right: -5rem;
  transform: translateY(-50%);
  z-index: 9;
}

.cus-border {
  border: 1px solid #dedede;
}

.cus-border h5 {
  font-size: 1.7rem;
  color: #626d72;
  font-weight: 600;
}

.cus-border .imghvr-shutter-out-diag-1 {
  padding: 7rem 1rem;
  height: 100%;
}

.cus-border figcaption {
  text-align: left;
}

.cus-border figcaption p {
  font-size: 1.3rem;
  font-weight: 300;
}

.cus-border figcaption ul li {
  font-size: 1.3rem;
  font-weight: 300;
}

.cus-border figcaption h4 {
  font-size: 1.6rem;
  font-weight: 400;
}

.cus-border figcaption .caption {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -0%);
}

.cus-border [class^="imghvr-shutter-out-"]:before,
[class*=" imghvr-shutter-out-"]:before {
  background: rgba(76, 197, 216, 100);
  opacity: inherit;
}

.cus-border [class^="imghvr-"] figcaption,
[class*=" imghvr-"] figcaption {
  background: rgba(76, 197, 216, 100);
}

[class^="imghvr-"],
[class*=" imghvr-"] {
  position: relative;
  margin: 0;
  max-width: 100%;
  background-color: #fff;
  color: #333;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

.caption h4 {
  font-size: 1.8rem;
}

.caption p {
  font-weight: 400;
  font-size: 1.5rem;
}

[class^="imghvr-"]>img,
[class*=" imghvr-"]>img {
  vertical-align: top;
  max-width: 100%;
}

[class^="imghvr-"] figcaption,
[class*=" imghvr-"] figcaption {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 99;
}

[class^="imghvr-"] figcaption h1,
[class^="imghvr-"] figcaption h2,
[class^="imghvr-"] figcaption h3,
[class^="imghvr-"] figcaption h4,
[class^="imghvr-"] figcaption h5,
[class^="imghvr-"] figcaption h6,
[class*=" imghvr-"] figcaption h1,
[class*=" imghvr-"] figcaption h2,
[class*=" imghvr-"] figcaption h3,
[class*=" imghvr-"] figcaption h4,
[class*=" imghvr-"] figcaption h5,
[class*=" imghvr-"] figcaption h6 {
  color: #ffffff;
}

[class^="imghvr-"] a,
[class*=" imghvr-"] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

[class^="imghvr-"],
[class*=" imghvr-"],
[class^="imghvr-"]:before,
[class^="imghvr-"]:after,
[class*=" imghvr-"]:before,
[class*=" imghvr-"]:after,
[class^="imghvr-"] *,
[class*=" imghvr-"] *,
[class^="imghvr-"] *:before,
[class^="imghvr-"] *:after,
[class*=" imghvr-"] *:before,
[class*=" imghvr-"] *:after {
  box-sizing: border-box;
  transition: all 0.35s ease;
}

/* imghvr-shutter-out-*
----------------------------- */

[class^="imghvr-shutter-out-"]:before,
[class*=" imghvr-shutter-out-"]:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  transition-delay: 0.105s;
}

[class^="imghvr-shutter-out-"] figcaption,
[class*=" imghvr-shutter-out-"] figcaption {
  opacity: 0;
  transition-delay: 0s;
}

[class^="imghvr-shutter-out-"]:hover:before,
[class*=" imghvr-shutter-out-"]:hover:before {
  transition-delay: 0s;
}

[class^="imghvr-shutter-out-"]:hover figcaption,
[class*=" imghvr-shutter-out-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.105s;
}

figcaption img {
  width: 50px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* imghvr-shutter-out-diag-1
----------------------------- */

.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.imghvr-shutter-out-diag-1:hover:before {
  top: -50%;
  bottom: -50%;
}

.social-top ul li {
  display: inline-block;
}

.social-top ul li a {
  width: 35px;
  height: 35px;
  color: #fff;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 2.3rem;
  border-radius: 50%;
  text-decoration: none;
}

.social-top ul li:first-child {
  background: #d6249f;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
}

.social-top ul li:last-child {
  background: #27d045;
  border-radius: 50%;
}

.team-circle {
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  border: 10px solid #d8d8d8;
  margin: auto;
}

.team-circle img {
  border-radius: 50%;
}

.top-bann-space {
  margin-top: 5rem;
}

.main-fac {
  margin-top: 10rem;
}

.h-facilities h4 {
  color: #4cc5d8;
  font-size: 1.8rem;
  font-weight: 600;
}

.h-facilities h4 a {
  color: #4cc5d8;
  text-decoration: none;
}

.h-facilities h4 a:hover {
  color: #000;
}

.modal-content {
  padding: 1rem 2rem;
}

.f-social ul li {
  padding: 0.2rem;
}

.f-social ul li a:hover {
  color: #fff;
}

.f-social ul li i {
  font-size: 2.3rem;
}

.error {
  color: red;
}

.ui.input {
  font-size: 1.6rem;
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  height: 6rem;
}

.ui[class*="left icon"].input>input {
  background: transparent;
}

.ui[class*="left icon"].input>i.icon {
  font-size: 3rem;
  color: #4cc5d8;
}

.ui[class*="left icon"].input>input {
  padding-left: 6rem !important;
}

.ui.input input {
  font-family: "Poppins", sans-serif;

}

.ui.calendar .ui.table tr .link {
  font-size: 1.5rem;
}

/* Responsive */

@media screen and (max-width: 768px) {
  .navbar-brand img {
    width: 150px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.3rem;
  }

  .slide .slide__content--headings h3 {
    font-size: 8rem;
  }

  .slide .slide__img img {
    object-fit: cover;
  }

  .slider,
  .slide {
    height: 60vh;
  }

  .service-right {
    padding: 8rem 3rem;
  }

  .edge .col {
    width: 33%;
    padding: 0 5rem;
    margin: auto;
    margin-bottom: 4rem;
  }

  .edge h4 {
    font-size: 1.6rem;
  }

  .fouth-name {
    left: 2rem;
  }

  .footer-social ul li {
    padding: 0 1.4rem;
  }

  .partners {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .title h3 {
    font-size: 3.5rem;
  }

  .autoplay .slick-dots {
    bottom: -30px;
  }

  .autoplay .slick-dots li button {
    background: #ccc;
  }

  .autoplay .slick-dots .slick-active button {
    background: #4cc5d8 !important;
  }

  .social-top ul li:first-child,
  .social-top ul li:last-child {
    padding: 0;
  }

  footer {
    padding: 4rem 0;
  }

  .top-area {
    padding-top: 5rem;
  }

  .inside-head h1 {
    font-size: 6rem;
  }

  .service-l-txt {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .service-inside .service-l-txt h1 {
    font-size: 3rem;
  }

  .cus-border figcaption .caption {
    height: 29rem;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 600px) {
  .facility-txt {
    text-align: center;
    margin-bottom: 2rem;
  }

  .cus-col {
    height: auto;
    width: 90%;
    margin-bottom: 3rem;
  }

  .heading h3 {
    font-size: 3.5rem;
  }

  .edge .col {
    width: 50%;
  }

  footer {
    padding: 3rem 0;
  }

  .footer-social ul li {
    padding: 0 0.4rem;
    line-height: 30px;
  }

  .navbar-dark .navbar-toggler {
    color: #000;
    border: 0;
    font-size: 3.1rem;
    padding-right: 0;
  }

  .navbar-collapse {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #d9eeea;
  }

  .social {
    margin-top: 2rem;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .slide .slide__content--headings h3,
  .slide .slide__content--headings h4 {
    font-size: 6rem;
  }

  .recovery {
    margin-bottom: 3rem;
    height: auto;
  }

  .social-top ul li a {
    padding: 2rem;
  }

  .social-top ul {
    text-align: center;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 1.6rem;
  }

  .appointment {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .service-inside .service-l-txt {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cus-border figcaption .caption {
    height: auto;
  }

  .top-banner {
    margin-top: 4.5rem;
  }
}

@media screen and (max-width: 480px) {
  footer ul li {
    padding: 0 0.5rem;
  }

  .footer-social ul li i {
    font-size: 2.2rem;
  }

  .footer-social ul li {
    padding: 0 0.4rem;
  }

  .heading h3 {
    font-size: 2.7rem;
  }

  .btn-secondary {
    font-size: 1.6rem;
  }

  .slider,
  .slide {
    height: 70vh;
  }

  body {
    font-size: 1.4rem;
  }

  .service-right .btn {
    font-size: 1.6rem;
  }

  .team h4 {
    font-size: 1.7rem;
  }

  .team h5 {
    font-size: 1.5rem;
  }

  .team p {
    font-size: 1.4rem;
  }

  .cus-col {
    width: 95%;
  }

  .edge .col {
    padding: 0 2rem;
  }

  .edge h4 {
    font-size: 1.5rem;
  }

  .partners {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .partner-logo .col {
    width: 50%;
    flex: 0 0 auto;
  }

  .partner-logo {
    margin-top: 3rem;
  }

  .slide .slide__content--headings h3,
  .slide .slide__content--headings h4 {
    font-size: 5rem;
  }

  .slide .slide__content--headings h4 {
    left: 0;
  }

  .slide .slide__content {
    bottom: 13%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  .slide .slide__content--headings h4 span {
    left: 0;
  }

  .title h3 {
    font-size: 2.5rem;
  }

  .main-fac {
    margin-top: 6rem;
  }

  .recovery a {
    margin-top: 2rem;
  }

  .edge .col {
    width: 100%;
  }

  .inside-head h1 {
    font-size: 4rem;
  }

  .top-bann-space {
    margin-top: 6rem;
  }

  .top-area {
    padding-top: 3rem;
  }

  .cus-container {
    width: 97%;
  }

  .facimg-mob {
    margin-bottom: 3rem;
  }

  .date {
    margin-bottom: 2rem;
  }

  .contact-mob img {
    width: 100%;
  }

  .top-banner {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 320px) {

  .slider,
  .slide {
    height: 60vh;
  }

  .heading h3,
  .title h3 {
    font-size: 2rem;
  }

  .top-space {
    margin-top: 4rem;
  }

  .slide .slide__content--headings h3,
  .slide .slide__content--headings h4 {
    font-size: 4rem;
  }

  body {
    font-size: 1.3rem;
  }

  .main-fac {
    margin-top: 3rem;
  }

  .h-facilities h4 {
    font-size: 1.6rem;
  }

  .heading {
    margin-bottom: 4rem;
  }

  .team {
    padding: 0 2rem;
    margin-top: 2rem;
  }

  footer ul li a {
    font-size: 12px;
  }

  footer {
    padding: 2rem 0;
  }

  .recovery a {
    font-size: 1.4rem;
  }

  .edge h4 {
    font-size: 1.4rem;
  }

  .recovery h4 {
    font-size: 1.8rem;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 1.5rem;
  }

  .inside-head h1 {
    font-size: 3.5rem;
  }
}