/* 
  Designed & Developed By: Amir Baig
  Contact: 0307-4396117 
  Email: amirbaig87@outlook.com
  Website: https://www.linkedin.com/in/amirbaig-87/
  Description: This stylesheet is developed and maintained by Amir Baig.
  Version: 1.0
  Last Updated: [Date]
*/
body {
  background: #E1EEFF;
  color: #021526;
  font-family: "Roboto", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

* {
  transition: all 0.2s !important;
}

a {
  text-decoration: none !important;
}

.btn {
  background: #0360D9;
  color: #fff;
  border-color: #0360D9;
  padding: 8px 15px;
  font-weight: 500;
  border-radius: 25px;
}
.btn:hover {
  background: #A5CCFF !important;
  color: #021526 !important;
  border-color: #A5CCFF !important;
}

section {
  padding: 50px 0px;
  background: #fff;
}
section .content-section h6 {
  font-size: 25px;
  color: #0360D9;
  margin-bottom: 15px;
}
section .content-section h2 {
  font-size: 35px;
  color: #021526;
  font-weight: 700;
  margin-bottom: 15px;
}
section .content-section h2 span {
  color: #0360D9;
}
section .content-section p {
  font-size: 16px;
  color: #021526;
  margin-bottom: 20px;
}
section .content-section ul {
  list-style: none;
  padding: 0px;
}
section .content-section ul li {
  color: #021526;
  margin-top: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
section .content-section ul li i {
  color: #fff;
  height: 18px;
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  background-color: #0360D9;
  margin-right: 8px;
  border-radius: 50px;
}
section .service-section {
  margin: 0px -40px;
}
section .service-section .col-6 {
  padding: 40px 40px;
}
section .service-section .card {
  border: 1px solid #f0f0f0 !important;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
section .service-section .card img {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
section .service-section .card .text {
  width: calc(100% - 80px);
  height: 130px;
}
section .service-section .card .discover-btn {
  background: #f0f0f0;
  color: #021526 !important;
  position: absolute;
  padding: 15px 30px;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
section .service-section .card .discover-btn:hover {
  background: #E1EEFF;
}

header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #E1EEFF !important;
}
header .navbar {
  background: inherit !important;
  padding: 0px;
}
header .navbar .navbar-brand {
  margin-right: 40px;
}
header .navbar .navbar-brand img {
  height: 50px;
}
header .navbar .navbar-nav .nav-item {
  margin-right: 10px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: normal;
  color: #021526;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #0360D9;
}
header .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0px !important;
  border: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
  overflow: hidden !important;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 10px !important;
  font-size: 14px;
  color: #021526;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: #0360D9 !important;
  color: #fff !important;
}
header .navbar .phone {
  font-size: 18px;
  font-weight: 600;
  color: #021526;
}
header .navbar .phone .fa-phone {
  margin-right: 8px;
  color: #021526;
}
header .navbar .btn {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 14px;
}
header .navbar .btn .fa-brands {
  font-size: 23px;
  margin-right: 8px;
}

.hero-banner {
  height: calc(100vh - 60px) !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #E1EEFF;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
.hero-banner .img-wrapper {
  height: 620px;
  position: relative;
  border-radius: 20px;
  z-index: 99;
}
.hero-banner .img-wrapper .back-layer {
  background: #A5CCFF;
  border-radius: 100% 50px 100% 100%;
  height: 560px;
  width: 540px;
  position: absolute;
  bottom: 1px;
  right: 0;
}
.hero-banner .img-wrapper .doc-img {
  position: absolute;
  z-index: 99;
  bottom: -130px;
  right: 0;
  width: 90%;
  border-radius: 20px;
  overflow: hidden;
}
.hero-banner .content-section {
  padding-right: 50px;
  margin-bottom: 90px;
}
.hero-banner .patient-counter {
  background: #0360D9;
  z-index: 77;
  position: absolute;
  bottom: 0;
  padding: 10px;
  height: 85px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: auto;
  color: #fff;
}
.hero-banner .patient-counter .inner-counts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero-banner .patient-counter .inner-counts .inner-item {
  text-align: center;
  margin-right: 45px;
  padding-right: 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-banner .patient-counter .inner-counts .inner-item h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: -5px;
}
.hero-banner .patient-counter .inner-counts .inner-item span {
  font-size: 14px;
  color: #fff;
}

.treatments {
  padding-top: 100px;
  padding-bottom: 70px;
}
.treatments .content-section {
  max-width: 70%;
  margin-bottom: 50px;
}
.treatments .images-section {
  margin: 0px -30px 0px;
}
.treatments .images-section .col-4 {
  padding: 30px 30px;
}
.treatments .img-wrapper {
  position: relative;
  height: 250px;
  border-radius: 20px;
  border: 1px solid #021526;
  color: #021526;
  padding: 15px;
  margin-bottom: 30px;
}
.treatments .img-wrapper .count {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
  background: #E1EEFF;
  color: #021526;
  border-radius: 100%;
  margin-bottom: 15px;
}
.treatments .img-wrapper .heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.treatments .img-wrapper p {
  font-size: 14px;
}
.treatments .img-wrapper:hover {
  background: #0360D9;
  border-color: #0360D9;
  color: #fff;
}
.treatments .img-wrapper:hover .count {
  background: #021526;
  color: #fff;
}

.services .content-section {
  max-width: 90%;
  margin-bottom: 50px;
}

.why_us {
  background-color: #fff;
}
.why_us.gallery a {
  margin-bottom: 30px !important;
  display: block;
}
.why_us.gallery a img {
  margin-bottom: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px !important;
  border-radius: 20px !important;
  background: #E1EEFF;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why_us.gallery a:hover img {
  transform: scale(1.05);
}
.why_us.about_me {
  padding: 100px 0px !important;
}
.why_us.about_me .carousel {
  height: 415px;
}
.why_us.about_me .carousel .carousel-inner {
  height: 100%;
  width: 100%;
  background: #E1EEFF;
  padding: 10px;
  border-radius: 20px;
}
.why_us.about_me .carousel .carousel-inner .carousel-item {
  height: 100%;
}
.why_us.about_me .carousel .carousel-inner .carousel-item .main-img {
  height: 100%;
}
.why_us.about_me .carousel .carousel-inner .carousel-item .main-img img {
  height: 100%;
}
.why_us.about_me .image-wrapper {
  height: 100%;
}
.why_us.about_me .image-wrapper .back-layer {
  border-radius: 100% 50px 100% 100%;
  height: 440px;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 77;
}
.why_us.about_me .image-wrapper .doc-img {
  width: calc(100% - 100px);
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 88;
  border-radius: 30%;
}
.why_us.my-mission {
  padding: 150px 0px !important;
}
.why_us .image-wrapper {
  height: 420px;
  position: relative;
  padding-bottom: 30px;
}
.why_us .image-wrapper .back-layer {
  background: #E1EEFF;
  border-radius: 20px;
  height: 200px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 77;
}
.why_us .image-wrapper img {
  width: calc(100% - 20px);
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 88;
}
.why_us .content-section {
  padding-left: 50px;
}
.why_us .appointment {
  margin: 80px 0px;
  padding: 50px;
  background: #E1EEFF;
  border-radius: 30px;
}
.why_us .appointment .content-section {
  padding: 0px !important;
}

.heading_container {
  border-radius: 20px;
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E1EEFF url(../images/banner-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.heading_container h2 {
  color: #021526;
  font-size: 45px;
}

.blogs {
  background-color: #fff !important;
}
.blogs .blog-item {
  width: 100%;
  background: #fafafa;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.4s;
}
.blogs .blog-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.blogs .blog-item img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.blogs .blog-item h4 {
  font-size: 18px;
  color: #021526;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs .blog-item p {
  font-size: 14px;
  color: #021526;
  margin-bottom: 4px !important;
  height: 46px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs .blog-item .date {
  font-size: 12px;
  color: #021526;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-form {
  padding: 100px 0px;
  background: #E1EEFF;
}
.contact-form .inner {
  width: 50%;
  display: flex;
}
.contact-form .card {
  padding: 30px;
  border-radius: 20px;
  border: none !important;
}
.contact-form .card .form-group {
  margin-bottom: 15px;
}
.contact-form .card .form-group:last-child {
  margin: 0px;
}

.feedback-section {
  background: #E1EEFF;
  padding: 80px 0px;
}
.feedback-section .fa-solid {
  color: #021526 !important;
}
.feedback-section .carousel-inner {
  padding: 0px 8%;
}
.feedback-section .carousel-control-next, .feedback-section .carousel-control-prev {
  width: 5% !important;
}
.feedback-section .feedback-text {
  border-radius: 20px;
  background: #fff;
  padding: 30px;
}
.feedback-section .content-section .feedback {
  margin-bottom: 30px;
}

.maps {
  background: #fff;
}
.maps .map {
  width: 100%;
}

.my-services {
  margin: 150px 0px;
}
.my-services .content-section {
  padding: 0px !important;
}
.my-services .image-wrapper {
  height: 320px;
  position: relative;
  padding-bottom: 0px;
}
.my-services .image-wrapper .back-layer {
  background: #0360D9;
  border-radius: 20px;
  height: 200px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 77;
}
.my-services .image-wrapper img {
  width: calc(100% - 20px);
  height: 270px !important;
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 88;
}
.my-services:nth-child(odd) {
  flex-direction: row-reverse;
}
.my-services:nth-child(odd) .image-wrapper .back-layer {
  background: #E1EEFF;
}

.about-us-gallery {
  margin: 100px 0px;
}
.about-us-gallery .content-section {
  padding: 0px !important;
}
.about-us-gallery .carousel-inner .carousel-item .main-img img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background: #021526;
  padding: 80px 0px 40px 0px;
}
.footer .logo {
  margin-bottom: 30px;
}
.footer p {
  color: #fff;
  margin-bottom: 20px;
}
.footer .button {
  width: 70%;
  text-decoration: none !important;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  margin-top: 20px;
  padding: 0px 15px;
}
.footer .button i {
  margin-right: 12px;
  font-size: 20px;
}
.footer .button:hover {
  background: #fff;
  color: #0360D9;
}
.footer h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.footer ul {
  list-style: none;
  padding: 0px;
}
.footer ul li {
  margin-top: 15px;
}
.footer ul li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .social {
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #fff;
}
.footer .social .ml-auto {
  margin-left: auto;
}
.footer .social a {
  font-size: 20px;
  color: #fff;
  margin-left: 15px;
}
.footer .social a .fa-youtube {
  font-size: 23px;
}

@media only screen and (min-width: 1350px) and (max-width: 1440px) {
  section {
    padding: 50px 0px;
  }
  section .content-section h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section .content-section h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  section .content-section p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  section .content-section ul li {
    font-size: 16px;
  }
  section.hero-banner {
    height: auto !important;
    padding: 0px 0px;
  }
  section.hero-banner .img-wrapper {
    width: 100%;
    bottom: 0px;
  }
  section.hero-banner .img-wrapper .back-layer {
    height: 460px;
    width: 460px;
    bottom: 100px;
  }
  section.hero-banner .img-wrapper .doc-img {
    bottom: 0;
    width: 95%;
  }
  section.hero-banner .content-section {
    padding-left: 20px;
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 1680px) {
  section {
    padding: 50px 0px;
  }
  section .content-section {
    margin-bottom: 0px !important;
  }
  section .content-section h6 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  section .content-section h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  section .content-section p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  section .content-section ul li {
    font-size: 18px;
  }
  section.hero-banner {
    height: auto !important;
    padding: 0px 0px;
  }
  section.hero-banner .img-wrapper {
    width: 100%;
    bottom: -130px;
  }
  section.hero-banner .img-wrapper .back-layer {
    height: 460px;
    width: 460px;
    bottom: 200px;
  }
  section.hero-banner .img-wrapper .doc-img {
    bottom: 0;
    width: 95%;
  }
  section.hero-banner .content-section {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  body {
    overflow-x: hidden;
  }
  .btn {
    font-size: 14px;
  }
  section {
    padding: 30px 0px;
  }
  section .content-section h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section .content-section h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  section .content-section p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section .content-section ul li {
    font-size: 14px;
  }
  section.hero-banner {
    height: 550px !important;
    padding: 80px 0px;
  }
  section.hero-banner .img-wrapper {
    width: 100%;
    height: 100%;
    bottom: -105px;
  }
  section.hero-banner .img-wrapper .back-layer {
    height: 320px;
    width: 320px;
  }
  section.hero-banner .content-section {
    padding-left: 0px;
    margin: 50px 0px 0px;
  }
  section.treatments .content-section {
    margin-bottom: 15px;
  }
  section.treatments .images-section {
    margin: 0px -15px;
  }
  section.treatments .images-section .col-3 {
    padding: 15px;
    width: 50%;
  }
  section.treatments .images-section .col-3 .img-wrapper {
    overflow: hidden;
  }
  section.treatments .images-section .col-3 .img-wrapper .tag {
    bottom: 0;
    right: 0;
    border-radius: 0px;
    font-size: 16px;
    max-width: 100%;
    left: 0px;
    text-align: center;
  }
  section.services .content-section {
    margin-bottom: 15px;
  }
  section.services .service-section {
    margin: 0px -15px;
  }
  section.services .service-section .col-6 {
    padding: 15px 15px;
  }
  section.services .btn {
    margin-top: 15px;
  }
  section.footer button {
    width: auto;
  }
  section.blogs .col-3 {
    width: 50% !important;
  }
  section.blogs .col-3 .blog-item {
    margin-top: 50px;
  }
  section.why-us {
    padding: 50px 0px;
  }
  section.why-us .appointment {
    margin: 20px 0px;
  }
  section.why-us .my-services {
    margin: 50px 0px !important;
  }
  section.why-us .my-services .image-wrapper {
    height: 220px;
  }
  section.why-us .my-services .image-wrapper .back-layer {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
  section {
    padding: 30px 0px;
  }
  section .content-section h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section .content-section h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section .content-section p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  section .content-section ul li {
    font-size: 14px;
  }
  section.hero-banner {
    height: 430px !important;
    padding: 60px 0px 0px;
  }
  section.hero-banner .img-wrapper {
    width: 100%;
    height: 100%;
    bottom: -40px;
  }
  section.hero-banner .img-wrapper .back-layer {
    height: 250px;
    width: 250px;
  }
  section.hero-banner .img-wrapper .count-img {
    height: 30px;
    top: 25%;
    left: -10px;
  }
  section.hero-banner .content-section {
    padding-left: 0px;
    margin-top: 20px;
  }
  section.hero-banner .patient-counter .inner-counts .inner-item {
    padding-right: 10px;
    margin-right: 10px;
  }
  section.hero-banner .patient-counter .inner-counts .inner-item h2 {
    font-size: 16px;
  }
  section.hero-banner .patient-counter .inner-counts .inner-item span {
    font-size: 12px;
  }
  section.treatments .content-section {
    margin-bottom: 10px;
    max-width: 100%;
  }
  section.treatments .images-section {
    margin: 0px -10px;
  }
  section.treatments .images-section .col-3 {
    padding: 10px;
    max-width: 50%;
    flex: 50%;
  }
  section.treatments .images-section .col-3 .img-wrapper {
    height: auto;
  }
  section.treatments .images-section .col-3 .img-wrapper .tag {
    font-size: 12px;
  }
  section.services .content-section {
    margin-bottom: 10px;
    max-width: 100%;
  }
  section.services .service-section {
    margin: 0px -10px;
  }
  section.services .service-section .col-6 {
    padding: 10px;
  }
  section.services .service-section .col-6 .card {
    padding: 10px;
  }
  section.services .service-section .col-6 .card img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  section.services .service-section .col-6 .card .text {
    height: 100px;
  }
  section.services .service-section .col-6 .card .text h3 {
    font-size: 18px;
  }
  section.services .service-section .col-6 .card .text p {
    font-size: 12px;
  }
  section.services .service-section .col-6 .card .discover-btn {
    padding: 8px 10px;
  }
  section.services .btn {
    margin-top: 10px;
  }
  section.blogs .col-3 {
    width: 100% !important;
  }
  section.blogs .col-3 .blog-item {
    margin-top: 50px;
  }
  section.why_us .my-services {
    margin: 100px 0px;
    flex-direction: column !important;
  }
  section.why_us .my-services .col-8, section.why_us .my-services .col-4 {
    width: 100% !important;
  }
  section.why_us .my-services .image-wrapper {
    margin-top: 100px !important;
  }
  section.why_us.my-mission {
    padding: 50px 0px !important;
  }
  section.why_us.my-mission .col-7 {
    width: 100%;
  }
  section.why_us.my-mission .col-5 {
    width: 100%;
    margin-top: 40px;
  }
  section.why_us.my-mission .col-5 .image-wrapper {
    height: auto;
    position: static;
  }
  section.why_us.my-mission .col-5 .image-wrapper img {
    position: static;
  }
  section.why_us .image-wrapper {
    height: 230px;
  }
  section.why_us .image-wrapper .back-layer {
    height: 100%;
  }
  section.why_us .content-section {
    padding-left: 10px;
  }
  section.why_us .appointment {
    margin: 30px 0px;
  }
  section.contact-form .col-7 {
    width: 50%;
  }
  section.contact-form .col-5 {
    width: 50%;
  }
  section.contact-form .card {
    padding: 15px;
  }
  section.footer .col-md-4 {
    width: 50%;
  }
  section.footer .col-md-4:last-child {
    width: 100%;
    margin-top: 50px;
  }
  section.footer .col-md-4:last-child img {
    width: 100%;
  }
  section.footer .logo {
    width: 100px;
  }
  section.footer h4 {
    font-size: 14px;
  }
  section.footer ul li {
    margin-top: 8px;
  }
  section.footer ul li a {
    font-size: 12px;
  }
  section.footer button {
    width: auto;
    font-size: 12px;
    height: auto;
    padding: 8px 10px;
  }
  section.footer .social {
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 425px) {
  .btn {
    font-size: 14px;
  }
  .top-info-bar {
    display: none;
  }
  header {
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
  }
  section {
    padding: 20px 0px;
  }
  section .content-section h6 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  section .content-section h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  section .content-section p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  section .content-section ul li {
    font-size: 12px;
  }
  section.hero-banner {
    height: auto !important;
    padding: 40px 0px;
  }
  section.hero-banner .col-7,
  section.hero-banner .col-5 {
    width: 100%;
  }
  section.hero-banner .img-wrapper {
    width: 100%;
    height: 300px;
    bottom: 45px;
    margin-top: 85px;
    text-align: center;
    right: 50%;
    transform: translateX(33%);
  }
  section.hero-banner .img-wrapper .back-layer {
    height: 80%;
    display: none;
  }
  section.hero-banner .img-wrapper .doc-img {
    width: 70%;
    bottom: 0px;
  }
  section.hero-banner .img-wrapper .count-img {
    height: 60px;
    top: 25%;
    left: 20px;
  }
  section.hero-banner .patient-counter .col-7 {
    width: 100%;
  }
  section.hero-banner .content-section {
    padding-top: 30px;
    padding-left: 0px;
  }
  section.treatments .content-section {
    margin-bottom: 10px;
    max-width: 100%;
  }
  section.treatments .images-section {
    margin: 0px -10px;
  }
  section.treatments .images-section .col-3 {
    padding: 10px;
    max-width: 100% !important;
    flex: 100% !important;
  }
  section.treatments .images-section .col-3 .img-wrapper {
    height: auto !important;
  }
  section.treatments .images-section .col-3 .img-wrapper .tag {
    font-size: 14px;
  }
  section.services .content-section {
    margin-bottom: 10px;
    max-width: 100%;
  }
  section.services .service-section {
    margin: 0px -10px;
  }
  section.services .service-section .col-6 {
    padding: 10px;
    width: 100%;
  }
  section.services .service-section .col-6 .card {
    padding: 10px;
  }
  section.services .service-section .col-6 .card img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  section.services .service-section .col-6 .card .text {
    height: 100px;
  }
  section.services .service-section .col-6 .card .text h3 {
    font-size: 18px;
  }
  section.services .service-section .col-6 .card .text p {
    font-size: 12px;
  }
  section.services .service-section .col-6 .card .discover-btn {
    padding: 8px 10px;
  }
  section.services .btn {
    margin-top: 10px;
  }
  section.blogs .col-3 {
    width: 100% !important;
  }
  section.blogs .col-3 .blog-item {
    margin-top: 50px;
  }
  section.why_us .col-5,
  section.why_us .col-7 {
    width: 100%;
  }
  section.why_us .my-services {
    margin-top: 50px !important;
  }
  section.why_us .my-services .image-wrapper {
    margin-top: 30px !important;
  }
  section.why_us .image-wrapper {
    height: 310px;
  }
  section.why_us .image-wrapper img {
    width: calc(100% - 40px);
  }
  section.why_us .image-wrapper .back-layer {
    height: 100%;
    width: 100%;
  }
  section.why_us .content-section {
    padding-left: 0px;
    padding-top: 30px;
  }
  section.why_us .appointment {
    margin: 20px 0px;
    text-align: center;
  }
  section.feedback-section .col-5,
  section.feedback-section .col-7 {
    width: 100%;
  }
  section.feedback-section .feedback-text {
    padding: 30px 10px;
    margin-top: 50px;
  }
  section.contact-form .col-7 {
    width: 100%;
  }
  section.contact-form .col-7 .content-section {
    text-align: center;
  }
  section.contact-form .col-7 .content-section .inner {
    width: 100% !important;
  }
  section.contact-form .col-7 .content-section ul li {
    justify-content: center;
  }
  section.contact-form .col-5 {
    width: 100%;
  }
  section.contact-form .card {
    padding: 15px;
  }
  section.maps .map {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.footer .col-md-4 {
    margin-bottom: 20px;
    text-align: center;
    width: 100% !important;
    text-align: center;
    padding-left: 12px !important;
  }
  section.footer .logo {
    width: 100px;
    margin-bottom: 20px;
  }
  section.footer h4 {
    font-size: 18px;
  }
  section.footer ul li {
    margin-top: 8px;
  }
  section.footer ul li a {
    font-size: 14px;
  }
  section.footer .button {
    width: 100%;
    margin: 0px auto 20px auto;
    font-size: 12px;
    height: auto;
    padding: 8px 10px;
  }
  section.footer .social {
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 15px;
    padding-top: 15px;
  }
  .heading_container {
    height: 150px;
  }
  .heading_container h2 {
    color: #021526;
    font-size: 25px;
  }
}
.hidden {
  opacity: 0;
  transform: translateY(20px); /* Adjust as needed */
  transition: all 0.5s ease-out !important;
}

.hidden_two {
  opacity: 0;
  transition: all 0.5s ease-out !important;
}

.animate__fadeInUp {
  opacity: 1;
  transform: translateY(0);
}

.animate__zoomIn {
  opacity: 1;
}

.animation-delay-1 {
  animation-delay: 0.05s !important;
}

.animation-delay-2 {
  animation-delay: 0.1s !important;
}

.animation-delay-3 {
  animation-delay: 0.15s !important;
}

.animation-delay-4 {
  animation-delay: 0.2s !important;
}

.animation-delay-5 {
  animation-delay: 0.25s !important;
}

.animation-delay-6 {
  animation-delay: 0.3s !important;
}

.animation-delay-7 {
  animation-delay: 0.35s !important;
}

.animation-delay-8 {
  animation-delay: 0.4s !important;
}

.animation-delay-9 {
  animation-delay: 0.45s !important;
}

.animation-delay-10 {
  animation-delay: 0.5s !important;
}

.animation-delay-11 {
  animation-delay: 0.55s !important;
}

.animation-delay-12 {
  animation-delay: 0.6s !important;
}

.animation-delay-13 {
  animation-delay: 0.65s !important;
}

.animation-delay-14 {
  animation-delay: 0.7s !important;
}

.animation-delay-15 {
  animation-delay: 0.75s !important;
}

.animation-delay-16 {
  animation-delay: 0.8s !important;
}

.animation-delay-17 {
  animation-delay: 0.85s !important;
}

.animation-delay-18 {
  animation-delay: 0.9s !important;
}

.animation-delay-19 {
  animation-delay: 0.95s !important;
}

.animation-delay-20 {
  animation-delay: 1s !important;
}/*# sourceMappingURL=style.css.map */