@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}

p {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
}



::selection {
  background-color: #cacaa6;
  color: #ffffff;
}

.logo {
  width: 100px;
}

a {
  text-decoration: none;
}

.topbar {
  background: linear-gradient(135deg, #201f1e, #1c1c18);
  padding: 6px;
}

.topbar p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.topbar p a {
  color: #fff;
  font-size: 15px;
}

nav .nav-item {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

nav .active {
  color: #fee429 !important;
  font-weight: 700;
}

nav .dropdown-item.active,
.dropdown-item:active {
  background-color: #ffffff;
}

.section_one .tabs h2 {
  color: #000000;
  font-size: 40px;
  text-align: justify;
  font-weight: 700;
}

.section_one h2 {
  color: #d4c21f;
  font-size: 40px;
  text-align: justify;
  font-weight: 700;
}

.section_one .tabs p {
  color: #544c4c;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}

.section_one ul li {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}

.section_one .tabs h4 {
  color: #4d4d4a;
  font-size: 23px;
  font-weight: 600;
  text-align: justify;
}

.section_one h4 {
  color: #383838;
  font-size: 23px;
  font-weight: 600;
  text-align: justify;
}

.section_one .card h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.section_service .card h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}


.tabs-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tab-link.active,
.tab-link:hover {
  color: #0056a1;
  background-color: #ebebeb;
}

.tab-links {
  display: flex;
  justify-content: start;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}

.tab-link {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  color: #6e6d6d;
  cursor: pointer;
  transition: color 0.3s ease;
}

.tab-link.active,
.tab-link:hover {
  color: #0026e1;
}

.tab-link i {
  margin-right: 10px;
}

.tab-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -1px;
  left: 50%;

  transition: all 0.4s ease;
}

.tab-link.active::after {
  width: 100%;
  left: 0;
}

.tab-content {
  display: none;
  animation: fadeInUp 0.5s ease;

}

.tab-content.active {
  display: block;
}

.section_one h2 {
  color: #000000;
  font-size: 40px;
  text-align: justify;
  font-weight: 700;
}

.section_one p {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;

}

.section_one .card {
  text-align: center;
  border: none;
  background-color: #f9f9f9;
  height: 330px;
  margin-bottom: 20px;
}

.section_service .card {
  text-align: center;
  border: none;
  background-color: #f9f9f9;
  height: 330px;
  margin-bottom: 20px;
}

.section_one .card .card-footer {
  background-color: transparent;
}

.section_service .card .card-footer {
  background-color: transparent;
}

.section_one .card img {
  background-color: #cfd1b9;
  border-radius: 100px;
  height: 200px;
  width: 200px;
  margin: auto;
  margin-bottom: 10px;
}

.section_service .card img {
  background-color: #cfd1b9;
  border-radius: 100px;
  height: 200px;
  width: 200px;
  margin: auto;
  margin-bottom: 10px;
}

.section_one .card a {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 600;
}

.section_service .card a {
  color: #565656;
  font-size: 16px;
  font-weight: 600;
}

.section_one .card a:hover {
  background-color: #000e4e;
  color: #fff;
  padding: 4px 10px;
  border: 2px solid #00accf;
}

.section_service .card a:hover {
  background-color: #000e4e;
  color: #fff;
  padding: 4px 10px;
  border: 2px solid #00accf;
}

.section_service h2 {
  color: #000;
  font-size: 40px;
  text-align: start;
  font-weight: 700;
}

.more_services {
  background-color: #000;
  color: #fff;
  padding: 6px 10px;
  width: 100%;
  font-weight: 600;
  border: 2px solid #e6e1b2;
  border-radius: 15px;
}

.more_services:hover {
  background-color: transparent;
  color: #b1a225;
}

.section_gallery h2 {
  color: #b8ad43;
  font-size: 40px;
  text-align: justify;
  font-weight: 700;

}

.section_gallery img {
  height: 250px;
  border: 2px solid #0056a1;
  border-radius: 6px;
  width: 100%;
}


.faq_section h2 {
  color: #000000;
  font-size: 40px;
  text-align: justify;
  font-weight: 700;
  margin-bottom: 20px;
}

.faq_section .accordion-button {
  font-size: 15px;
  font-weight: 600;
}

.faq_section .accordion-body {
  font-size: 15px;
  font-weight: 400;
  word-spacing: 2px;
  letter-spacing: 1.2px;
}

.faq_section .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #b8ad43;

}

.faq_section .accordion-button:not(.collapsed)::after {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 10px 10px;
}

.faq_section .accordion-button::after {
  width: 1.50rem;
  height: 1.50rem;
  background-size: 1.50rem;
}



.gallery img {
  margin-bottom: 10px;
}

footer {
  background-color: #000000;
  padding-top: 80px;
}

footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

footer a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

footer a:hover {
  color: #00ffe7;
  margin-left: 5px;
  transition: 1.3s;
}

footer h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

footer .social_links p {
  display: flex;
  justify-content: space-between;
}

footer .social_links p i {
  background-color: #ffffff;
  color: #0056a1;
  padding: 10px;
  border-radius: 50px;
  border: 2px solid #fff;
}

footer .social_links p i:hover {
  background-color: transparent;
  color: #ffffff;
}

footer .logo {
  width: 155px;

  padding: 10px;
  margin-bottom: 20px;
}

#button {
  display: inline-block;
  background-color: #03457e;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 45px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}



.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  left: 1rem;
  bottom: 2rem;
  background: #0077df;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 1.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgb(0 51 236 / 20%), 0 0 0 0 rgb(8 0 124 / 20%), 0 0 0 5px rgb(0 10 124 / 20%), 0 0 0 10px rgb(0 21 126 / 20%);
    box-shadow: 0 4px 10px rgb(10 0 155 / 20%), 0 0 0 0 rgb(4 0 236 / 20%), 0 0 0 5px rgb(17 0 155 / 20%), 0 0 0 10px rgb(2 0 143 / 20%);
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgb(2 0 126 / 20%), 0 0 0 5px rgb(22 0 201 / 20%), 0 0 0 10px rgb(2 0 157 / 20%), 0 0 0 20px rgb(0 38 179 / 0%);
    box-shadow: 0 4px 10px rgb(30 16 143 / 20%), 0 0 0 5px rgb(11 0 98 / 20%), 0 0 0 10px rgb(0 5 151 / 20%), 0 0 0 20px rgb(2 0 133 / 0%);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgb(0 51 236 / 20%), 0 0 0 0 rgb(8 0 124 / 20%), 0 0 0 5px rgb(0 10 124 / 20%), 0 0 0 10px rgb(0 21 126 / 20%);
    box-shadow: 0 4px 10px rgb(10 0 155 / 20%), 0 0 0 0 rgb(4 0 236 / 20%), 0 0 0 5px rgb(17 0 155 / 20%), 0 0 0 10px rgb(2 0 143 / 20%);
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgb(2 0 126 / 20%), 0 0 0 5px rgb(22 0 201 / 20%), 0 0 0 10px rgb(2 0 157 / 20%), 0 0 0 20px rgb(0 38 179 / 0%);
    box-shadow: 0 4px 10px rgb(30 16 143 / 20%), 0 0 0 5px rgb(11 0 98 / 20%), 0 0 0 10px rgb(0 5 151 / 20%), 0 0 0 20px rgb(2 0 133 / 0%);
  }
}


.Book_Appoinment {
  background-color: red;
  position: fixed;
  top: 75%;
  left: 0px;
  padding: 10px 10px;
  color: #fff;
  border-radius: 0px 15px 15px 0;
  font-weight: 700;
  border: 2px solid #6b0000;
  z-index: 9999;
}

.Book_Appoinment:hover {
  background-color: rgb(255, 255, 255);
  border: 2px solid #000000;
  padding: 10px 10px;
  color: #ff0000;
  left: 30px;
  transition: 1s;
}



.map-btn {
  background-color: red;
  position: fixed;
  top: 76%;
  right: 2px;
  padding: 9px 16px;
  color: #fff;
  border-radius: 17px 0px 0px 17px;
  font-weight: 700;
  border: 3px solid #6b0000;
  z-index: 9999;
}

/* .map-btn:hover {
  background-color: rgb(255, 255, 255);
  border: 2px solid #000000;
  padding: 10px 10px;
  color: #ff0000;
  right: 30px;
  
} */


.About_banner {
  background-image: linear-gradient(#b8ad43, #b8ad434a), url(../images/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 160px;
  padding-bottom: 160px;
}

.upper-banner {
  background-image: linear-gradient(#b8ad43, #b8ad434a), url(../images/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.About_banner h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}

.upper-banner h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}

.About_banner h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.upper-banner h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.About_banner h6 a {
  color: #fff;
  font-size: 20px;
}

.upper-banner h4 a {
  color: #fff;
  font-size: 20px;
}

.vision_section h2 {
  color: #000;
  font-size: 40px;
  text-align: start;
  font-weight: 700;
}

.vision_section p {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}

.vision_section ul li {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}

.contact_section h2 {
  color: #000000;
  font-size: 40px;
  text-align: justify;
  font-weight: 700;
}

.contact_section h4 {
  color: #857d1d;
  font-size: 25px;
  font-weight: 600;
}

.contact_section h6 {
  color: #50504c;
  font-size: 16px;
  margin-bottom: 20px;
}

.contact_section a {
  color: #50504c;
}

.spine-surgery h2 {
  color: #000000;
  font-size: 40px;
  text-align: start;
  font-weight: 700;
}

.spine-surgery p {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}

.spine-surgery ul li {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
}



.gallery {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .topbar p {
    font-size: 10px;
  }

  .topbar p a {
    font-size: 12px;
  }

  .Book_Appoinment {
    padding: 4px;
    font-size: 10px;
  }

  .map-btn {
    top: 76%;
    padding: 7px;
    font-size: 11px;
  }

  .section_one h2 {
    font-size: 26px;
  }


  footer {

    padding-top: 58px;
  }


  .tab-link {
    font-size: 14px;
    padding: 10px 25px;
  }

  .tab-links {
    display: block;
  }

  .section_one .tabs h2 {
    font-size: 25px;
  }

  .section_one .tabs p {
    font-size: 14px;
    font-weight: 400;
  }

  .section_one .tabs h4 {
    font-size: 20px;
  }

  .section_one ul li {
    font-size: 14px;
    font-weight: 400;
  }

  .more_services {
    width: 50%;
  }

  .section_gallery h2 {
    font-size: 30px;
  }

  .faq_section h2 {
    font-size: 30px;
    text-align: start;
  }

  .contact_section h2 {
    font-size: 30px;
  }

  .call-buton .cc-calto-action-ripple {
    width: 2rem;
    height: 2rem;
    padding: 10px;
  }

  .call-buton .cc-calto-action-ripple i {
    font-size: 15px;
  }

  .About_banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .About_banner h2 {
    font-size: 30px;
  }

  .About_banner h6 {
    font-size: 15px;
  }

  .About_banner h6 a {
    font-size: 15px;
  }

  .section_one p {
    font-weight: 400;
  }

  .vision_section h2 {
    font-size: 30px;
  }

  .vision_section p {
    font-weight: 400;
  }

  .vision_section ul li {
    font-weight: 400;
  }

  .section_service h2 {
    font-size: 30px;
  }

  .upper-banner {
    padding-top: 50px;
    padding-bottom: 50px;

  }

  .upper-banner h1 {
    font-size: 30px;
  }

  .upper-banner h4 a {
    font-size: 16px;
  }

  .upper-banner h4 {
    font-size: 16px;
  }

  .spine-surgery h2 {
    font-size: 30px;
  }

  .spine-surgery p {
    font-size: 14px;
    font-weight: 400;
  }

  .spine-surgery ul li {
    font-size: 14px;
    font-weight: 400;
  }

  .logo {
    width: 65px;
  }

  footer .logo {

    width: 139px;
    padding: 2px;
    margin-bottom: 20px;
  }
}


@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}