* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "HandelGothicRegular";
  src: url('../webfonts/HandelGothicRegular.ttf') format('truetype');
}

@font-face {
  font-family: "Lobster";
  src: url('../webfonts/Lobster.ttf') format('truetype');
}





.sociallink li {
  display: inline-block;
  list-style: none;
}

.sociallink li a:hover {
  padding-left: 0px !important;
}

/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
}

header .header-top {
  background-color: #cab788;
  padding: 10px;
}

header .top-menu li a {
  color: #000000;
  font-size: 14px;
}

header .navbar {
  padding: 0;
  font-size: 17px;
}

header .navbar .navbar-brand {
  width: 20%;
}

header .navbar .nav-link {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  position: relative;
}

header .navbar .nav-link:after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #cab788;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: .5s;
}

header .navbar .nav-link:hover:after {
  width: 100%;
}

header .navbar-toggler {
  padding: 8px 10px;
  color: #000;
  border: 0px;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link:focus {
  color: #cab788;
}

header .book-now a {
  display: inline-block;
  background-color: #000000;
  padding: 10px 30px;
  color: #fff;
  border-radius: 100px;
  transition: .5s;
}

header .book-now a:hover {
  background-color: #000;
}

header .book-noww {
  display: none;
}

header .book-noww a {
  display: inline-block;
  font-size: 13px;
  background-color: #49256d;
  padding: 7px 19px;
  color: #fff;
  border-radius: 100px;
  transition: .5s;
}

header .book-noww a:hover {
  background-color: #000;
}

.sticky {
  background-color: #ffffff;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: -100%;
  animation: slideDown .5s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

/* slider */
/* #slider{padding: 100px 0 0px; background-image: url(../images/slider-bg.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat;}*/
#slider .row {
  align-items: center;
}

#slider .content {
  font-family: "HandelGothicRegular", sans-serif;
  padding: 40px 0px 90px;
}

#slider {
  padding: 145px 0 0;
}

#slider .content h2 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #2e75b7;
  margin-bottom: 0px;
  text-transform: uppercase;
}

#slider .content h2 span {
  font-family: sans-serif;
}

#slider .content h2 span sup {
  text-transform: lowercase;
  bottom: -1px;
  left: -6px;
}

#slider .content h4 {
  font-size: 48px;
  font-weight: 600;
  color: #2e75b7;
  margin-bottom: -5px;
  font-style: italic;
}

#slider .content h5 {
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #2e75b7;
  font-style: normal;
}

#slider .content h4 span {
  font-size: 18px;
  background-color: #e08e04;
  font-weight: 600;
  padding: 0px 8px;
  font-style: normal;
  font-family: sans-serif;
  font-weight: 800;
}

#slider .content h5 span {
  background-color: #a5be49;
  font-size: 25px;
  font-weight: 800;
  padding: 0px 8px;
}

#slider .content h3 {
  font-size: 36px;
  font-weight: 600;
  color: #2e75b7;
  text-transform: uppercase;
}


#slider .content .text-a {
  font-family: sans-serif;
  font-size: 38px;
  font-weight: 800;
  margin: 80px 0px 13px;
  color: #2e75b7;
}

#slider .content .text-b {
  font-family: sans-serif;
  font-size: 20px;
  margin-top: 0px;
  font-weight: 600;
  color: #2e75b7;
}

#slider .content .text-c {
  background-color: #e08e04;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 800;
  padding: 0px 8px;
  width: fit-content;
  color: #49256d;
  letter-spacing: 2px;
}

.about-section {
  position: relative;
  width: 100%;
  background-image: url('../images/drbg.jpg');
  height: auto;
  padding: 117px 0px 50px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
}

.about-content-block {
    padding: 20px 0px 0px;
    text-align: left;
}

.about-title {
  width: auto;
  margin-bottom: 10px;
}

.about-title h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #cdba8a;
  font-family: "GillSans";
}

.about-title p {
  color: #000 !important;
  font-size: 20px;
  margin-bottom: 0px;
}

.about-content-block p {
  color: #5f5f5f;
  font-size: 17px;
  line-height: 35px;
}

.btn-appointment {
  display: inline-block;
  /*margin-top: 20px;*/
  padding: 10px 50px;
  border: 1px solid #3b3b3b;
  color: #515151;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.btn-appointment:hover::before {
  width: 100%;
}

.btn-appointment:hover {
  color: #fff;
  text-decoration: none;
}

.about-img {
  height: 50%;
  display: block;
}

.about-img img {
  width: 100%;
}


/* box */


  #box {
    padding: 15px 0;
    background: black;
    margin-top: -50px;
    position: relative;
}

#box .row {
  row-gap: 20px;
  justify-content: center;
}

#box .inr ul {
  gap: 20px;
}

#box .imgs {
  width: 10%;
}

#box .inr ul li h5,
#box .inr ul li h5 a {
  font-size: 16px;
  color: #fff;
}

/* choose */

#choose {
  padding: 40px 0px;
}

#choose .img img {
  width: 100%;
}

#choose .row {
  row-gap: 25px;
}

#choose .about-us h6 {
  font-size: 24px;
  color: #cdbb8b;
  font-weight: bold;
}

#choose .about-us h4 {
  font-size: 34px;
  color: #000000;
  font-weight: bold;
}

#choose .about-us h4 span {
  font-size: 34px;
  color: #5a5a5a;
  font-weight: bold;
}

#choose .about-us .text {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 900px;
  margin: auto;
}

#choose .about-us {
  background: #f4f9ff;
  padding: 50px 35px;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0, 82, 185, 0.08);
  transition: 0.4s ease;
}

/* whyus  */
#why-choose {
  padding: 70px 0;
  background: #f9fdfb;
}

#why-choose .row {
  row-gap: 20px;

}

#why-choose .section-title h2 {
  font-size: 36px;
  color: #5a5a5a;
  margin-bottom: 10px;
}

#why-choose .section-title h2 span {
  color: #0a1418;
}

#why-choose .section-title p {
  font-size: 16px;
  color: #555;
  max-width: 650px;
  margin: 0 auto 50px;
}

/* CARD */
.choose-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 14px;
  height: 100%;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.choose-card i {
  font-size: 42px;
  /* color: #5a5a5a;
  */
  color: #000000;

  margin-bottom: 18px;
}

.choose-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0a1418;
}

.choose-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* RESPONSIVE */
@media(max-width: 991px) {
  #why-choose .section-title h2 {
    font-size: 30px;
  }
}

@media(max-width: 575px) {
  #why-choose {
    padding: 50px 0;
  }

  .choose-card {
    padding: 25px 20px;
  }

  .choose-card i {
    font-size: 36px;
  }
}


#footer {
 background: linear-gradient(130deg, #cab788, transparent);
    padding: 10px 0 10px;
  /* font-family: Arial, sans-serif; */
}

#footer .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.footer-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}

.footer-map {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.footer-map iframe {
  width: 100%;
  height: 350px;
  border: 0;
}


.footer-address {
  flex: 1;
}

.footer-address h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.footer-address h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}


.footer-address p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

.footer-phone a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.footer-hospital {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.footer-mail a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-wrap {
    flex-direction: row;
  }

  .footer-map iframe {
    height: 280px;
  }
}


.footer-bottom {
  padding: 10px;
  background-color: #000;
  text-align: center;
}

.footer-bottom .imgs img {
  width: 13%;
}

@media (max-width:480px) {
  .footer-wrap {
    flex-direction:column;
  }}






/* treatment */
#treatment {
  padding: 20px 0;
  background: #f4f9ff
}

#treatment .content h2 {
  font-size: 36px;
  font-weight: 500;
  color: #2c2a26;
  text-align: center;
  margin-bottom: 25px;
}

.treatment-card {
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  margin: 0 10px;
}

.treatment-card .imgsc {
  overflow: hidden;
}

.treatment-card img {
  height: 250px;
  transition: transform 0.5s;
  object-fit: cover;
}

.treatment-card:hover img {
  transform: scale(1.1);
}

.procedurecontent {
  text-align: center;
  padding: 20px;
}

.procedurecontent h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.procedurecontent p {
  font-size: 14px;
  color: #555;
}

.callbak {
  margin-top: 15px;
  background: #000000;
  border: none;
  padding: 10px 22px;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

#treatment .owl-theme .owl-dots .owl-dot {
  display: none;
}

#treatment .owl-next span,
#treatment .owl-prev span {
  display: none;
}


#gallery {
  padding: 20px 0;
  background: #f4f9ff;
}

#gallery h3 {
  font-size: 36px;
  font-weight: 500;
  color: #2c2a26;
  text-align: center;
  margin-bottom: 28px;
}


#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  margin: 0 16px;

  img {
    width: 100%;

  }
}

#gallery .img-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;

  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;

  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;

    @media screen and (min-width:768px) {
      width: 60%;
    }

    @media screen and (min-width:1200px) {
      width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;

  &:hover {
    opacity: 0.7;
  }

  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#gallery .owl-next {
  position: absolute;
  top: 120px;
  right: 20px;
  height: 35px;
  width: 35px;
  background-color: #282d4b00;
  color: white;
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
}

#gallery .owl-prev {
  position: absolute;
  top: 120px;
  left: 20px;
  height: 35px;
  width: 35px;
  background-color: #282d4b00;
  color: white;
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  line-height: 35px;
}

#gallery .owl-theme .owl-dots .owl-dot {
  display: none;
}

#gallery .owl-next span,
#gallery .owl-prev span {
  position: relative;
  top: -4px;
}

#gallery-image {
  padding: 20px 0;
  background: #f4f9ff
}

#gallery-image h3 {
  font-size: 36px;
  font-weight: 500;
  color: #2c2a26;
  text-align: center;
  margin-bottom: 25px;
}

#gallery-image .owl-theme .owl-dots .owl-dot {
  display: none;
}

#gallery-image .owl-next span,
#gallery-image .owl-prev span {
  display: none;
}

/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}

/* modal */
.modal .btn-theme {
  border-radius: 0px;
  background: #040404;
  color: #fff;
}

.modal .btn-theme:hover {
  background-color: #000;
  color: white;
}

.modal .form-control {
  border-radius: 0px;
  box-shadow: none;
}

.modal .form-control:focus {
  border-color: #000;
}

.social-links i {
  font-size: 25px;
  color: black;
}

#footer-sec .icon-sosiyal li a i {
  font-size: 25px;
  color: rgb(255, 255, 255);
}

#insta {
  padding: 50px 0px;
}

#insta .container{
  padding: 0 !important;
} 



#insta h2 {
  font-size: 36px;
  font-weight: 600;
  color: #2c2a26;
  margin-bottom: 28px;
  line-height: 1em;
}


/* #insta .container {
    padding: 0 !important;
} */

/* testimonial */


#testimonial {
  padding: 48px 0 16px;
  background: #f4f9ff;
}

#testimonial h2 {
  color: #009136;
}

#testimonial .row {
  row-gap: 20px;
}


#testimonial .testimonialslider .owl-item {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   height: 260px;         
  overflow-y: auto;    
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #c8c8c8 #f1f1f1;
}


#testimonial .owl-item h5 {
  color: #070707;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

#testimonial .owl-item p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}

#testimonial .iner .google {
  width: 40%;
}

#testimonial .iner ul li {
  font-size: 35px;
  color: #f6bb06;
}

#testimonial .iner h4 {
  margin-top: 10px;
}


#testimonial .testimonialslider .star li {
  color: #f6bb06;
  font-size: 16px;
}


#testimonial .testimonialslider .profile {
  margin-bottom: 8px;
}

#testimonial .testimonialslider .profile li:first-child p {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #818482;
  color: #fff;
  margin: 0;
}

#testimonial .testimonialslider .profile li span {
  font-size: 14px;
}

#testimonial .owl-theme .owl-dots .owl-dot.active span,
#testimonial .owl-theme .owl-dots .owl-dot:hover span {
  display: none;
}
 



/* Consult Section */
#consult {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.consult-content {
  padding: 40px 0;
}

.consult-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3c3c3c;
  margin-bottom: 25px;
  line-height: 1.3;
}

.consult-content h2 span {
  color: #818d9b;
  display: block;
}

.consult-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 30px;
}

.consult-img {
  position: relative;
  border-radius: 20px;
  /* width: 488px; */
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.consult-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.consult-img:hover img {
  transform: scale(1.05);
}



/* Hassle Free Section */
.hassle-free-section {
  background-color: #ffffff;
  padding: 10px 0;
}

.hassle-free-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 25px;
}

.hassle-free-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 30px;
}

.btn-consult {
  background-color: black;
  color: white;
  padding: 12px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;


}

.btn-appointment {
  background-color: black;
  color: white;
  padding: 12px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;

}

.online-consult-img {
  text-align: center;
}

.online-consult-img img {
  max-width: 100%;
  height: auto;
}

/* Responsive Styles */
@media (max-width: 991px) {

  .consult-content,
  .hassle-free-content {
    padding: 20px 0;
    text-align: center;
  }

  .consult-content h2,
  .hassle-free-content h2 {
    font-size: 2rem;
  }

  .consult-img {
    margin-bottom: 30px;
  }

  .online-consult-img {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {

  .consult-content h2,
  .hassle-free-content h2 {
    font-size: 22px;
  }

  .consult-content p,
  .hassle-free-content p {
    font-size: 1rem;
  }
}


#appointment-section {
 padding: 47px 0;
  display: flex;
  align-items: center;
}

#appointment-section .blue-card {
    background: rgb(0, 0, 0);
    border-radius: 30px;
    padding: 55px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 23px;
}

.blue-card .label {
  font-size: 0.875rem;
  letter-spacing: 2px;
  font-weight: 600;
  opacity: 0.9;
  margin-bottom: 20px;
}

.blue-card h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}

.blue-card h2 {
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.2;
}

.divider {
  height: 2px;
  background-color: white;
  margin: 30px 0;
  opacity: 0.8;
}

.blue-card .question {
  font-size: 1.5rem;
  font-weight: 600;
  /* margin-bottom: 15px; */
  /* margin-top: 20px; */
}

.blue-card .phone-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
}

#appointment-section .booking-form-card {
  background: white;
  border-radius: 20px;
     padding: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

#appointment-section .booking-form-card h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
  /* margin-bottom: 25px; */
}

.contact-info {
  margin-bottom: 12px;
}

.contact-info p {
  margin-bottom: 8px;
  color: #495057;
  font-size: 0.95rem;
}

.form-control {
     border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 8px 9px;
    font-size: 1rem;
    margin-bottom: 8px;

}

.form-control:focus {
  border-color: black;
}

textarea.form-control {
  resize: none;
  min-height: 100px;
}

.btn-callback {
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 15px;
  font-size: 1.125rem;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s;
}

.btn-callback:hover {
  background-color:#000000;
  transform: translateY(-2px);
}

.alert {
  border-radius: 8px;
  margin-top: 20px;
}

/* Floating Buttons */
.floating-buttons {
  position: fixed;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.floating-buttons.top {
  top: 50%;
  transform: translateY(-50%);
}

.float-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  font-size: 1.5rem;
}

.float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.whatsapp-btn {
  background-color: #25d366;
}

.call-btn {
  background-color: #00c851;
}

.visit-main-website {
  background-color: #8fbc3f;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.9rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 1px;
}

.visit-main-website:hover {
  background-color: #7da835;
  color: white;
}

@media (max-width: 991px) {
  .blue-card {
    margin-bottom: 30px;
    padding: 40px;
  }
.divider {
    margin: 19px 0;}
    .blue-card .question {
    font-size: 22px;}
  .blue-card h1,
  .blue-card h2 {
    font-size: 2.5rem;
  }
  #appointment-section .booking-form-card h2 {
    font-size: 23px;}

  .blue-card .phone-number {
    font-size: 2rem;
  }

  .floating-buttons {
    right: 15px;
  }

  .float-btn {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  .contact-info p {
    margin-bottom: 3px;
    color: #495057;
    font-size: 14px;
}.form-control {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 8px 9px;
    font-size: 13px;
    margin-bottom: 6px;
}
.btn-callback {
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 9px;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s;
}
}

@media (max-width: 576px) {

  .blue-card h1,
  .blue-card h2 {
    font-size: 23px;
  }

  .blue-card .phone-number {
            font-size: 20px;
    
}
  

  .booking-form-card {
    padding: 30px 20px;
  }
}