html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  overflow-x: hidden;
}

.navbar-background{
  background: linear-gradient(127deg, rgb(79 214 175) 0%, rgb(12 46 138) 54%, rgb(70 192 170) 100%);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: sans-serif;
  font-weight: 700;
  color: #222;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}


.navbar-toggle .icon-bar {
  background: #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}


.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #223a66;
}

.overly-2 {
  position: relative;
}
.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.35s ease;
}

a:focus, a:hover {
  color: #fb2828;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}
.page-title .block h1 {
  color: #fff;
}
.page-title .block p {
  color: #fff;
}
.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}
.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  color: #223a66;
}

.text-lg {
  font-size: 50px;
}

.black-bg {
  background: #09141e;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}
#navbarmain .nav-link {
  font-weight: 600;
  padding: 15px 15px;
  color: #ffffff;
  font-family: sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.25s ease;
}
#navbarmain .nav-link:hover,
#navbarmain .active .nav-link {
  color: #fb2828;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 10px;
}

.header-top-bar {
  background: #550C0D;
  background: linear-gradient(90deg,rgba(112, 25, 25, 1) 0%, rgba(158, 48, 47, 1) 36%, rgba(187, 61, 62, 1) 100%);
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
}
.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .navigation {
    text-align: center;
  }
}
.navigation .dropdown-menu {
  padding: 0px;
  border: 0px;
  border-top: 5px solid #e12454;
  background: #fff;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}
.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-size: 14px;
  border: 0;
  display: inline-block;
  font-family: sans-serif !important;
  vertical-align: 1px;
}
.navigation .dropleft .dropdown-toggle::before {
  content: "\eac9";
  margin-right: 5px;
}
.navigation .dropright .dropdown-toggle::after {
  content: "\eaca";
  margin-left: 5px;
}
.navigation .dropdown-item {
  padding: 13px 20px;
  background: transparent;
  font-weight: 400;
  color: #555;
  border-bottom: 1px solid #eee;
}
.navigation li:last-child .dropdown-item {
  border-bottom: 0;
}
.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: #b33c3c;
  color: #fff;
}
.navigation button:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .navigation .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transform: translateY(10px);
  }
  .navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
    margin-top: -5px;
  }
  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform: translateY(0);
  }
}

.bg-1 {
  background: url("../images/bg/22.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url("../images/bg/slider-bg-1.jpg") no-repeat;
  background-size: cover;
  min-height: 550px;
}
.banner .block {
  padding: 80px 0px 160px;
}
.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #223a66;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}


@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}
@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}
@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
    background: #fff !important;
  }
}
@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}



.footer {
  padding-bottom: 10px;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}
.logo h3 {
  color: #223a66;
}
.logo span {
  color: #223a66;
}

.footer-contact-block span {
  font-weight: 400;
  color: #000000;
}
.footer-contact-block i {
  font-size: 20px;
}

.footer-btm ul li a{
  color: #b9b9b9;
  font-size: 14px;
  font-weight: lighter;

}

.footer-socials li a {
  width: 45px;
  height: 45px;
  background: #6F8BA4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
}


.subscribe {
  position: relative;
}
.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}
.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #223a66;
  z-index: 9999;
  display: inline-block;
  right: 15px;
  width: 50px;
  height: 50px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .backtop {
    bottom: 40px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .backtop {
    width: 45px;
    height: 45px;
  }
}
.backtop:hover {
  background-color: #e12454;
}
.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */

/* Manual CSS start */

.bottom-header h1{
  color: #fff;
  font-size: 57px;
  font-weight: lighter;
  
}

.bottom-header h5{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  padding: 10px 0;
}

.bottom-header{
  padding: 12px 0 0px 0;
}

.book-appointment-btn{
  background: #151515;
  color: #fff;
  border: none;
  padding: 13px 31px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.footer-find-doctor-btn{
  color: #fff;
  border: 0.5px solid #D8D8D85C;
  padding: 11px 35px;
  transition: background-color 0.3s ease;
}

.footer-find-doctor-btn:hover{
  background: #9c1212;
  color: #fff;
}

.footer-find-doctor-btn a{
  color: #fff;
  text-decoration: none;
}

.footer-find-doctor-btn h5{
  font-size: 16px;
  font-weight: 500;
}

.stethoscope-icon{
  padding-right:25px;
  font-size: 30px;
}

.widget .footer-find-doctor-btn{
  margin-bottom: 10px;
}

.footer-menu h4{
  color: #ffdcce;
}

.footer-menu ul li a{
  color: #f5e5e5;
}

.footer-social-icons li{
  width: 35px;
  height: 35px;
  background: #fff;
  color: #000;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 6px;
}

.footer-social-icons li:hover{
  background: #fb2828;
  color: black;
}

.footer-social-icons li a i{
  color: #000;
}

.footer-social-icons{
  margin-left: 6em;
}

hr{
  background-color: #D8D8D85C;
}

.copyright {
  color: #b9b9b9;
  text-align: center;
  font-size: small;
}

.copyright a {
  color: #50d8af;
  font-weight: 600;
}

.copyright a:hover {
  color: #0c2e8a;
  font-weight: 600;
}

.justify-content-between ul li a:hover{
  color: #fb2828;
}

.list-unstyled li a:hover{
  color: #fb2828;
}

@media (max-width: 575.98px) {
  .header-top-bar{
    font-size: 7px !important;
    font-weight: 700 !important;
    line-height: 2;
  }

  .logo-width{
    width: 10em !important;
  }

  .bottom-header h1{
    font-size: 34px !important;
    padding: 0 35px;
  }

  .bottom-header h5{
    font-size: 13px !important;
    padding: 0 35px;
  }
  
  .bottom-header-img {
    padding-top: 10px;
  }

  #navbarmain .nav-link{
    font-size: 13px;
    padding: 5px 5px;
    text-align: right;
  }

  .footer-menu h4{
    font-size: 15px;
    margin-bottom: 0px !important;
  }

  .footer-menu ul li a{
    font-size: 11px;
  }

  .lh-35{
    line-height: 25px;
  }

  .footer-btm ul li a{
    font-size: 10px;
  }
  .copyright {
    font-size: 8px;
  }
  .footer-social-icons {
      margin-left: 4em;
  }
}

/* @media (min-width: 480px) {
  .header-top-bar{
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 2;
  }

  .logo-width{
    width: 14em !important;
  }

  .bottom-header h1{
    font-size: 40px !important;
    padding: 5px 35px;
  }

  .bottom-header h5{
    font-size: 18px !important;
    padding: 5px 35px;
  }
  
  .bottom-header-img {
    padding-top: 10px;
  }

  #navbarmain .nav-link{
    font-size: 13px;
    padding: 5px 5px;
    text-align: right;
  }

  .footer-menu h4{
    font-size: 19px;
    margin-bottom: 5px !important;
  }

  .footer-menu ul li a{
    font-size: 13px;
  }

  .lh-35{
    line-height: 27px;
  }

  .footer-btm ul li a{
    font-size: 14px;
  }

  .footer-social-icons {
      margin-left: 10em;
  }
  .copyright {
    font-size: 11px;
  }
} */

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-top-bar{
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 2;
  }

  .logo-width{
    width: 14em !important;
  }

  .bottom-header h1{
    font-size: 40px !important;
    padding: 5px 35px;
  }

  .bottom-header h5{
    font-size: 18px !important;
    padding: 5px 35px;
  }
  
  .bottom-header-img {
    padding-top: 10px;
  }

  #navbarmain .nav-link{
    font-size: 13px;
    padding: 5px 5px;
    text-align: right;
  }

  .footer-menu h4{
    font-size: 19px;
    margin-bottom: 5px !important;
  }

  .footer-menu ul li a{
    font-size: 13px;
  }

  .lh-35{
    line-height: 27px;
  }

  .footer-btm ul li a{
    font-size: 14px;
  }

  .footer-social-icons {
      margin-left: 10em;
  }
  .copyright {
    font-size: 11px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-top-bar{
    font-size: 13px !important;
    font-weight: 700 !important;
    
  }

  .logo-width{
    width: 11em !important;
  }

  .bottom-header h1{
    font-size: 33px !important;
    
  }

  .bottom-header h5{
    font-size: 15px !important;
    
  }
  
  .bottom-header-img {
    padding-top: 10px;
  }

  #navbarmain .nav-link{
    font-size: 13px;
    padding: 5px 5px;
    text-align: right;
  }

  .footer-menu h4{
    font-size: 25px;
    margin-bottom: 15px !important;
  }

  .footer-menu ul li a{
    font-size: 17px;
  }

  .lh-35{
    line-height: 35px;
  }

  .footer-btm ul li a{
    font-size: 14px;
  }

  .footer-social-icons {
      margin-left: 0em;
  }
  .copyright {
    font-size: 16px;
  }
}
/* @media (max-width: 768px) {
  .header-top-bar{
    font-size: 13px !important;
    font-weight: 700 !important;
    
  }

  .logo-width{
    width: 11em !important;
  }

  .bottom-header h1{
    font-size: 33px !important;
    
  }

  .bottom-header h5{
    font-size: 15px !important;
    
  }
  
  .bottom-header-img {
    padding-top: 10px;
  }

  #navbarmain .nav-link{
    font-size: 13px;
    padding: 5px 5px;
    text-align: right;
  }

  .footer-menu h4{
    font-size: 25px;
    margin-bottom: 15px !important;
  }

  .footer-menu ul li a{
    font-size: 17px;
  }

  .lh-35{
    line-height: 35px;
  }

  .footer-btm ul li a{
    font-size: 14px;
  }

  .footer-social-icons {
      margin-left: 0em;
  }
  .copyright {
    font-size: 16px;
  }
} */

@media (max-width: 992px) {
  .header-top-bar{
    font-size: 10px ;
    font-weight: 700 ;
    
  }
  
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-top-bar{
    font-size: 10px !important;
    font-weight: 700 !important;
  }
  .logo-width{
    width: 14em !important;
  }

  .bottom-header h1{
    font-size: 46px !important;
    padding-left: 35px;
  }

  .bottom-header h5{
    font-size: 18px !important;
    padding-left: 35px;
  }
  
  .bottom-header-img {
    padding-top: 10px;
  }

  #navbarmain .nav-link{
    font-size: 14px;
    padding: 5px 5px;
  }
}

.navbar-toggler{
  background-color: #a83436 !important;
  border: 2px solid black !important;
}

.logo-width{
  width: 13em;
}


/* sudha appointment blade css */

  .specialties {
      background-color: #f8f9fa;
      padding: 15px 0;
  }

  .nav-tabs {
      border-bottom: none !important;
  }

  /* .doctor-item {
      border: #d6d9dd 1px solid !important;
      border-radius: 10px;
  } */

  .doctor-item h5 {
      font-size: 12px;
      font-weight: bold;
      color: #343a40;
      margin-bottom: 0;
  }

  .doctor-item small {
      font-size: 12px;
      color: #727272;
  }

  .doctor-item {
      margin-bottom: 10px !important;
      max-height: 70px;
  }
  
  .nav-link{
    padding: .5rem .5rem;
  }

  /* .doctor-item:hover {
          background-color: #ffffff;
          border-radius: 10px;
      }  */

  .doctor-item .nav-link {
      border: 1px solid #d6d9dd !important;
      border-radius: 10px;
  }


  .specialties .nav-tabs .nav-link {
      border-radius: 10px;
  }

  .specialties .nav-tabs .active {
      border-left: #06cb90 7px solid !important;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .tab-content {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      height: 800px;
      overflow: auto;
  }

  .tab-content h3 {
      color: #06cb90;
      font-family: auto;
  }

  .tab-content h3 i {
      color: #000000;
  }

  .tab-content small b {
      color: #000000;
  }

  .tab-content small {
      font-size: 14px;
      color: #423e3e;
  }

  .tab-content p{
    margin-bottom: 0 !important;
  }

  /* Form Styles */
  .patient-form-container {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
      padding: 30px 30px;
      height: 800px;
      overflow-y: auto;
  }

  .patient-form-container h5 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 25px;
      color: #436e90;
      text-align: center;
  }

  .patient-form .form-group {
      margin-bottom: 18px;
  }

  .patient-form label {
      font-weight: 500;
      color: #343a40;
      margin-bottom: 6px;
      display: block;
  }

  .patient-form input,
  .patient-form textarea,
  .patient-form select {
      border-radius: 8px;
      border: 1px solid #e0e0e0;
      padding: 5px 12px;
      font-size: 15px;
      width: 100%;
      transition: border-color 0.2s;
  }

  .patient-form input:focus,
  .patient-form textarea:focus,
  .patient-form select:focus {
      border-color: #e5484a;
      outline: none;
  }

  .patient-form .form-row {
      display: flex;
      gap: 15px;
      padding: 5px 0;
  }

  .patient-form .form-row .form-group {
      flex: 1;
      margin-bottom: 0;
  }

  .patient-form .btn-appointment {
      background: linear-gradient(90deg, #06cb90 0%, #09c28a 100%);
      border: none;
      border-radius: 8px;
      padding: 12px 0;
      font-size: 17px;
      font-weight: 600;
      width: 100%;
      color: #fff;
      transition: background 0.2s;
  }

  .patient-form .btn-appointment:hover {
      background: linear-gradient(90deg, #299e7b 0%, #06cb90 100%);
      color: #fff;
  }

  .tab-pane img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border: 2px solid #06cb90;
      margin-bottom: 10px;
  }

  .doctor-item img {
      width: 35px;
      height: 35px;
      object-fit: cover;
      margin-right: 8px;
  }

  .doctor-item .nav-link.active img {
      border: 2px solid #06cb90;
      float: left;
  }

  .doctor-item .nav-link img {
      float: left;
  }

  .nav-box {
      max-height: 750px;
      overflow-y: auto;
  }

  @media (max-width: 991px) {
      .specialties .container .row>div {
          margin-bottom: 30px;
      }

      .patient-form-container {
          padding: 20px 15px;
      }
  }

  @media (max-width: 767px) {
      .specialties .container .row {
          flex-direction: column;
      }

      .patient-form-container {
          margin-top: 10px;
      }
  }

  .form-group{
      margin-bottom: 5px;
  }

  .slotmodalpopup .btn-red{
      background-color: #06cb90;
      color: #fff;
  }
  .slotmodalpopup .btn-red:hover{
      background-color: #04b983;
      color: #fff;
  }

  .btn.focus, .btn:focus{
      box-shadow: 0 0 0 0.2rem rgb(21 205 52 / 50%);
  }

  .slotmodalpopup .btn-outline-primary{
      color: #e5484a;
      border-color: #e5484a;
  }

  .slotmodalpopup .btn-outline-primary:hover{
      color: #fff;
      background-color: #e5484a;
      border-color: #e5484a;
  }

  .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
      color: #fff;
      background-color: #e5484a;
      border-color: #e5484a;
  }
  .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus{
      box-shadow: 0 0 0 0.2rem rgba(179, 58, 59, 0.5);
  }

  .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
      box-shadow: 0 0 0 0.2rem rgba(179, 58, 59, 0.5);
  }
  
  .nav-content{
    background-color: #ffffff;
    padding: 5px;
    height: 750px;
    overflow: auto;
  }
  .nav-content-search{
    background-color: #ffffff;
    padding: 5px;
  }

  #timeslotblock{
    border: 2px solid #06cb90;
    border-radius: 10px;
    padding: 5px;
  }

  .error{
      color:red !important;
      font-size: 11px !important;
  }
  
  .form-error{
      border: 1px solid red !important;
      color:red !important;
  }

  .checkbox-container {
    display: flex;
      /* Vertically aligns the checkbox and text */
  }

  /* Optional: Add some spacing between the checkbox and the text */
  .checkbox-container input {
    font-size: 3px;
    margin-right:-40px;
    margin-left: -60px;
  }

  .checkbox-container label {
    line-height: 1.5; /* Improves readability for multi-line text if it wraps */
    font-size: 12px;
  }

  .hide {
    display: none;
  }

  /* Thanks Page Css */
  
  .thanks-header {
      background: linear-gradient(153deg, rgba(82, 11, 12, 1) 0%, rgba(173, 54, 56, 1) 50%, rgba(128, 33, 32, 1) 100%);
      padding: 40px 0 32px 0;
      text-align: center;
  }

  .thanks-header img {
      margin-bottom: 12px;
      width: 220px;
  }

  .thanks-header h2 {
      color: #fff;
      margin: 0;
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 1px;
  }

  .thanks-content {
      padding: 32px 32px 16px 32px;
  }

  .thanks-content h3 {
      color: #3071a9;
      margin-top: 0;
      font-size: 22px;
      font-weight: 600;
  }

  .thanks-content p {
      font-size: 17px;
      color: #333;
      margin-bottom: 24px;
  }

  .appointment-details {
      width: 100%;
      background: #f9f9f9;
      border-radius: 8px;
      margin-bottom: 24px;
      padding: 16px 20px;
      font-size: 16px;
  }

  .appointment-details span {
      display: inline-block;
      margin-bottom: 6px;
  }

  .appointment-details span:first-child {
      font-weight: 600;
      color: #555;
      margin-right: 6px;
  }

  .additional-info {
      font-size: 16px;
      color: #444;
      margin-bottom: 0;
  }

  .thanks-footer {
      text-align: center;
      padding: 24px 0 16px 0;
      background: #f3f3f3;
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px;
  }

  .thanks-footer p {
      margin: 0;
  }

  .thanks-footer .contact {
      color: #888;
      font-size: 15px;
  }

  .thanks-footer .address {
      color: #bbb;
      font-size: 13px;
      margin: 8px 0 0 0;
  }

  @media (max-width: 600px) {
      
      .thanks-content h3 {
          font-size: 15px;
          padding: 0 10px
      }
      .thanks-header h2 {
          font-size: 20px;
      }
      .thanks-content p {
          font-size: 12px;
          padding: 0 10px;
      }
      .thanks-content {
          padding: 24px 10px 10px 10px;
      }

      .thanks-footer .contact{
          font-size: 12px;
          padding: 0 7px;
      }
  }
    
  a.disabled {
  pointer-events: none;
  cursor: default;
}
