/*custom font*/
@font-face {
  font-family: 'Amorisa';
  src: url(./fonts/Amorisa.ttf);
}

/*vars*/
:root {
  --background: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --blue: #1e4c8f;
  --teal: #51adb5;

  --main-font: 'Gentium Plus', serif;
  --sub-font: 'Amorisa';
  --dec-font: 'Roboto', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  padding: 0;
  background-color: var(--background);
  margin: 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

/*navbar*/
header .carousel-inner .item {
  height: 100vh;
}

.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

.navbar-inverse img {
  padding: 20px 0px;
  width: 130px;
}

.nav.navbar-nav.navbar-right {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.navbar-inverse .navbar-nav > li > a {
  color: var(--black);
  font-family: var(--dec-font);
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 10px;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: var(--teal);
}

.navbar-inverse .navbar-nav > li #nav-button {
  color: var(--teal);
  font-size: 16px;
  font-family: var(--dec-font);
  text-transform: capitalize;
  border: solid 1px var(--teal);
  border-radius: 25px;
  padding: 10px 35px;
  transition: 0.5s;
}
.navbar-inverse .navbar-nav > li #nav-button:hover {
  background-color: var(--teal);
  color: var(--white);
}

.navbar-default {
  transition: 500ms ease;
  background: transparent;
}

.navbar-default.scrolled {
  background: var(--background);
}

/*Hero section*/
.banner {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: right 20% bottom 45%;
  background-repeat: no-repeat;
  height: 100vh;
}

.item:last-child .banner {
  background-position: right 80% bottom 45%;
}

.banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 500px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0), rgb(255, 255, 255));
}

.banner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 500px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(255, 255, 255));
}

.carousel-caption {
  padding-bottom: 100px;
  text-align: left;
}

.carousel-caption h2 {
  font-size: 30px;
  color: var(--blue);
  font-family: var(--sub-font);
  text-transform: capitalize;
  text-shadow: none;
}

.carousel-caption h1 {
  font-size: 50px;
  text-transform: capitalize;
  color: var(--black);
  font-family: var(--main-font);
  font-weight: 400;
  max-width: 50%;
  text-shadow: none;
}

.carousel-caption a {
  background: var(--teal);
  width: 150px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  color: var(--white);
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 25px;
  text-decoration: none;
  text-shadow: none;
}

.carousel-control.right {
  display: none;
}

.carousel-control.left {
  display: none;
}

.carousel-indicators li {
  background-color: var(--blue);
  border-color: var(--blue);
}

.carousel-indicators .active {
  background-color: none;
  border-color: var(--teal);
}

/*About section*/
.about-area {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0px 0px 0px;
}

.about-content {
  display: flex;
  gap: 60px;
  justify-content: space-around;
}

.about-left img {
  width: 450px;
  height: 600px;
  object-fit: cover;
  margin-top: 50px;
  object-position: 10% 90%;
  border-radius: 20px;
}

.about-right {
  max-width: 65%;
}

.about-area h2 {
  font-size: 30px;
  color: var(--blue);
  font-family: var(--sub-font);
}

.about-area h1 {
  font-size: 60px;
  font-family: var(--main-font);
  color: var(--black);
  margin: 0;
  margin-bottom: 20px;
}

.about-right p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--dec-font);
  margin-bottom: 30px;
  max-width: 93%;
  line-height: 30px;
}

/*Score section*/
.about-scrore {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.about-scrore-content {
  width: 300px;
  text-align: center;
}

.about-scrore-content h1 {
  font-size: 70px;
  font-family: var(--main-font);
  color: var(--teal);
}

.about-scrore-content p {
  font-size: 14px;
  font-family: var(--main-font);
  color: #101010;
}

.vld {
  border-left: 1px solid #707070;
  height: 120px;
}

/* specilaties section */

.custom_section_one_a {
  
  padding-top: 80px; 
}
.custom_section_one {
  display: block;
  width: 100%;
  padding: 0px 15px 0px 15px;
  /* margin-bottom: 100px; */
  float: left;
  background: rgb(31, 79, 145);
  background: linear-gradient(
    90deg,
    rgba(31, 79, 145, 1) 0%,
    rgba(43, 100, 153, 1) 35%,
    rgba(73, 156, 172, 1) 100%
  );
}

.custom_section_one_main {
  float: left;
  width: 100%;
  transform: translate(0px, 55px);
}

.custom_section_one_header {
  float: left;
  width: 25%;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom_section_one_header h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  font-family: var(--sub-font);
  text-transform: capitalize;
  color: var(--white);
}

.custom_section_one_header h1 {
  font-style: normal;
  font-weight: normal;
  /* font-size: 60px; */
  font-family: var(--main-font);
  color: var(--white);
  padding-bottom: 16px;
  margin: 0px;
}

.custom_section_one_arrow_box {
  display: flex;
}

.custom_section_one_arrow_box a.category_pre_arrow.slick-arrow {
  background: transparent;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid var(--white);
  cursor: pointer;
}

.custom_section_one_arrow_box a i {
  color: var(--white);
}
.custom_section_one_arrow_box a:last-child {
  margin-right: 0px;
}

.custom_section_one_list {
  float: left;
  width: 75%;
}
.custom_section_one_list ul {
  margin: 0px -5px;
  padding: 0px;
}

.custom_section_one_list ul li {
  list-style: none;
  width: 25%;
  padding: 15px 5px 15px 5px;
  float: left;
  margin: 0px !important;
}

.custom_section_one_figure_box {
  width: 100%;
  display: flex;
  box-shadow: 0px 8px 5px rgb(0 0 0 / 18%);
  position: relative;
  border-radius: 10px;
}

.custom_section_one_figure_box figure {
  margin-bottom: 0px;
}

.custom_section_one_figure_box figure a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.custom_section_one_figure_box figure a::before {
  background-image: linear-gradient(to bottom right, #54aeb6, #77b6bb);
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 10px;
}

.custom_section_one_figure_box figure a img {
  width: 100%;
  height: 365px;
  object-fit: cover;
  border-radius: 10px;
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(84, 174, 182, 1) 100%
  );
}

.custom_section_one_figure_tags {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  padding: 0px 5px 24px 5px;
}

.custom_section_one_figure_tags h2 {
  display: flex;
  text-align: center;
  font-size: 22px;
  color: var(--white);
  padding-bottom: 20px;
  margin: 0px;
  font-family: var(--main-font);
  text-transform: capitalize;
}

.custom_section_one_figure_tags a {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 36px;
  background: var(--background);
  color: var(--teal);
  border-radius: 16px;
  font-family: var(--dec-font);
  box-shadow: 0px 8px 5px rgb(0 0 0 / 18%);
}

/* pakages and pricing */

.custom_section_two {
  display: block;
  width: 100%;
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  z-index: 1;
}

.custom_section_two_main {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.custom_section_two_header {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
}

.custom_section_two_header h2 {
  color: var(--blue);
  font-family: var(--sub-font);
  font-size: 30px;
  line-height: 28px;
  text-transform: capitalize;
  padding-bottom: 5px;
}

.custom_section_two_content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.custom_section_two_header h1 {
  font-family: var(--main-font);
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  color: #000;
  margin: 0px;
}

.custom_section_two_arrow_box {
  display: flex;
}

.custom_section_two_arrow_box a.category_pre_arrow.slick-arrow {
  background: transparent;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid var(--blue);
  cursor: pointer;
}

.custom_section_two_arrow_box a.category_pre_arrow.slick-arrow i {
  font-size: 14px;
  color: var(--blue);
}

.custom_section_two_list {
  float: left;
  width: 100%;
}

.custom_section_two_list ul {
  margin: 10px -7px;
  padding: 0px;
}

.custom_section_two_list ul li {
  list-style: none;
  width: 33.333%;
  padding: 15px 7px 15px 7px;
  float: left;
  margin: 0px !important;
}

.custom_section_two_figure_tags {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 35px 35px;
  flex-direction: column;
  text-align: left;
  border: 1px solid var(--teal);
  border-radius: 20px;
}

.custom_section_two_figure_tags h2 {
  /* font-size: 30px; */
  color: var(--blue);
  padding-bottom: 10px;
  margin: 0px;
  font-family: var(--dec-font);
  font-weight: 600;
  text-transform: capitalize;
  min-height: 80px;
}

.custom_section_two_figure_tags p {
  font-size: 16px;
  color: #000000;
  font-family: var(--dec-font);
  min-height: 140px;
}

.custom_section_two_figure_tags_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.custom_section_two_figure_tags_btn h2 {
  font-style: normal;
  font-size: 25px;
  color: var(--blue);
  margin: 0px;
  margin-bottom: -25px;
  font-family: var(--dec-font);
}

.custom_section_two_figure_tags_btn a {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 36px;
  background: var(--teal);
  color: var(--white);
  border-radius: 20px;
  font-family: var(--dec-font);
  box-shadow: 0px 8px 5px rgb(0 0 0 / 18%);
}

/* Gallery */
.gallery-row {
  display: -ms-flexbox;
  padding-top: 50px;
  padding-bottom: 0px;
  display: flex;
  float: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-column {
  -ms-flex: 100%;
  flex: 25%;
  max-width: 100%;
}

.gallery-column img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}

.gallery-row-mobile {
  display: none;
}

/*Contact section*/
.contact-section {
  display: flex;
  float: left;
  width: 100%;
  gap: 60px;
  /* padding: 100px 0; */
}

.contact-section {
  width: 100%;
    padding: 100px 0;
}

.contact-section .contact-map {
  width: 50%;
}

.contact-section .contact-map iframe {
  width: 100%;
  height: 100%;
}

.contact-content {
  width: 50%;
  padding: 80px 35px 0px 35px;
}

.contact-content h2 {
  font-size: 30px;
  font-family: var(--sub-font);
  color: var(--blue);
}

.contact-content h1 {
  font-size: 60px;
  font-family: var(--main-font);
  color: var(--black);
}

.contact-location {
  margin-top: 30px;
}

.contact-content p {
  font-size: 14px;
  font-family: var(--dec-font);
  color: var(--black);
}

.contact-content p a {
  color: var(--teal);
  text-decoration: underline;
}

.content-call-info {
  display: flex;
  gap: 30px;
}

.content-call-spes {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.content-call-spec-ad h3 {
  font-size: 14px;
  color: var(--black);
  font-family: var(--des-font);
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.content-call-spes p {
  margin-top: 10px;
}

.booking-section {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 100%;
  height: 50vh;
  background: url(./assest/dots.png) no-repeat,
    linear-gradient(
      90deg,
      rgba(31, 79, 145, 1) 0%,
      rgba(43, 100, 153, 1) 35%,
      rgba(73, 156, 172, 1) 100%
    );
  background-size: cover;
}

/*Booking section*/
.booking-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.contact-wrapper {
  width: 100%;
  flex: 50%;
}

.booking-content h1 {
  font-size: 50px;
  color: var(--white);
  font-family: var(--main-font);
}

.booking-content p {
  font-size: 16px;
  color: var(--white);
  font-family: var(--dec-font);
}

.booking-content .booking-btn {
  background: var(--background);
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--teal);
  font-family: var(--dec-font);
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 25px;
  border: none;
}

footer {
  display: flex;
  align-items: center;
  float: left;
  padding: 20px 0;
  width: 100%;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.footer-content h3 {
  font-size: 12px;
  font-family: var(--des-font);
  margin: 0;
}

.child-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.footer-content .child-footer ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 30px;
  list-style-type: none;
}

.footer-content .child-footer ul li {
  font-size: 12px;
}

.child-footer .footer-socails {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btnmobappointment {
  display: none;
}

@media (max-width: 1000px) {
  #nav-gallery-desktop {
    display: none;
  }

  .contact-section {
   padding: 100px 0;
  }
  
.gallery-row-mobile {
  padding-bottom: 160px;
 }
 .custom_section_one_header h1 {
  font-size: 50px;
}

.custom_section_two_figure_tags h2 {
  font-size: 25px;
}

}

@media (min-width: 1024px) {

  #nav-gallery-mobile {
  display: none;
}

.contact-content {
  margin-top: 0px;
  width: 50%;
  padding: 0px 35px;
}

.gallery-row-mobile {
 padding-bottom: 160px;
}

.custom_section_one_header h1 {
  font-size: 50px;
}

.custom_section_two_figure_tags h2 {
  font-size: 25px;
}

}

@media (max-width: 1024px) {
  .navbar-toggle {
    margin-top: 25px;
  }

  .navbar-header {
    background-color: #fff;
  }

  .navbar-inverse .navbar-nav > li #nav-button {
    display: none;
  }


  
/* 
  .navbar-collapse .navbar-nav .navbar-right > li #gallery-mobile {
    display: none;
  } */

  .btnmobappointment {
    display: block;
    float: right;
    margin-top: 25px;
    margin-right: 5px;
    color: var(--teal);
    font-size: 14px;
    font-family: var(--dec-font);
    text-transform: capitalize;
    border: solid 1px var(--teal);
    border-radius: 25px;
    padding: 7px 35px;
    transition: 0.5s;
    background-color: #fff;
    margin-left: 10px;
  }

  .btnmobappointment:hover {
    background-color: var(--teal);
    color: var(--white);
  }

  .nav.navbar-nav.navbar-right {
    display: block;
    align-items: none;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: var(--teal) !important;
    width: 25px;
  }

  .navbar-inverse .navbar-toggle .icon-bar:nth-child(4) {
    width: 15px;
  }

  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: rgb(237, 237, 237);
  }

  .navbar-inverse {
    background-color: var(--background);
  }

  .navbar-inverse img {
    width: 120px;
    padding: 20px 15px;
  }

  .navbar-inverse .navbar-toggle {
    border-color: transparent !important;
  }

  .navbar-collapse {
    background: var(--background);
    border: none;
  }

  .carousel-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
    text-align: center;
  }

  .carousel-caption > p {
    text-align: -webkit-center;
  }

  .carousel-caption h2 {
    font-size: 22px;
    margin: 0px;
  }

  .carousel-caption h1 {
    font-size: 40px;
    max-width: 85%;
  }
  .carousel-caption a {
    font-size: 16px;
    width: 180px;
    height: 40px;
  }

  /*about section*/
  .about-area {
    padding: 0px 0;
    width: 90%;
  }

  .about-content {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-left img {
    width: 100%;
    height: 450px;
    margin-top: 20px;
  }

  .about-right {
    max-width: none;
  }

  .about-area h2 {
    font-size: 22px;
  }

  .about-area h1 {
    font-size: 50px;
    margin: 0;
    margin-bottom: 25px;
  }

  .about-area br {
    display: none;
  }

  .about-right p {
    font-size: 16px;
    margin-bottom: 0;
  }

  /*Score section*/
  .about-scrore {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    align-items: center;
    padding: 0;
    margin-top: 60px;
  }

  .about-scrore-content {
    margin-bottom: 50px;
  }

  .about-scrore-content h1 {
    font-size: 70px;
    font-family: var(--main-font);
    color: var(--teal);
  }

  .about-scrore-content p {
    font-size: 14px;
    font-family: var(--main-font);
    color: var(--black);
  }

  .vld {
    border: 1px solid #707070;
    height: 0;
    width: 200px;
    margin-bottom: 30px;
  }

  /*Specialties section*/
  .custom_section_one_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0px 0px;
  }

  .custom_section_one_header {
    margin-bottom: 15px;
    padding: 0px;
    width: 100%;
  }

  .custom_section_one_list {
    width: 100%;
    padding: 0px;
  }

  .custom_section_one_arrow_box {
    display: none;
  }

  /* specilaties section */
  .custom_section_one_header h2 {
    font-size: 22px;
  }

  .custom_section_one_header h1 {
    font-size: 50px;
  }

  .custom_section_one_figure_tags h2 {
    font-size: 22px;
  }

  .custom_section_one_figure_tags a {
    border-radius: 16px;
  }

  /* pakages and pricing */
  .custom_section_two_header h2 {
    font-size: 22px;
  }

  .custom_section_two_header h1 {
    font-size: 50px;
    text-align: left;
  }

  .custom_section_two_arrow_box {
    display: none;
  }

  .custom_section_two_figure_tags h2 {
    font-size: 20px;
    padding-bottom: 5px;
    margin: 0px;
  }

  .custom_section_two_figure_tags p {
    font-size: 16px;
  }

  .custom_section_two_figure_tags_btn h2 {
    font-size: 25px;
  }

  .custom_section_two_figure_tags_btn a {
    font-size: 14px;
  }

  /* Gallery */
  .gallery-column {
    display: none;
  }

  .gallery-row-mobile {
    display: flex;
    float: left;
    width: 100%;
    /* padding-bottom: 80px; */
  }

  .gallery-column-mobile {
    -ms-flex: 100%;
    flex: 25%;
    max-width: 100%;
  }

  .gallery-column-mobile img {
    vertical-align: middle;
    width: 100%;
    object-fit: cover;
  }

  /*contact section*/
  .contact-section {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .contact-content {
    margin-top: 0px;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    /* padding-top: 100px; */
  }

  .contact-section .contact-map {
    width: 100%;
  }

  .contact-section .contact-map iframe {
    width: 100%;
    height: 400px;
  }

  .contact-content h2 {
    font-size: 22px;
  }

  .contact-content h1 {
    font-size: 50px;
  }

  .content-icon svg {
    width: 35px;
    height: 35px;
  }

  .contact-section .contact-wrapper .contact-map iframe {
    width: 100%;
  }

  .content-call-info {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .content-call-spes:last-child {
    margin-top: 10px;
  }

  /*Booking section*/
  .booking-section {
    padding: 50px 0;
  }
  .booking-content {
    display: flex;
    gap: 20px;
    padding: 0px 40px;
  }

  .booking-content h1 {
    font-size: 30px;
    text-align: center;
    margin: 0;
  }

  .booking-content p {
    margin: 0;
    text-align: center;
  }

  .booking-content .booking-btn {
    padding: 12px 45px;
    font-size: 16px;
  }

  /*Footer section*/
  footer {
    padding: 30px 0;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .child-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-content h3 {
    text-align: center;
    line-height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/*popup section*/

.popup-button {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 36px;
  background: var(--teal);
  color: var(--white);
  border-radius: 20px;
  border: none;
  font-family: var(--dec-font);
  box-shadow: 0px 8px 5px rgb(0 0 0 / 18%);
}

.popup-content {
  display: none;
  position: fixed;
  width: 60%;
  height: 600px;
  overflow: scroll;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px 50px 30px 90px;
  border: solid 1px var(--teal);
  box-shadow: 0px 0px 10px 0px grey;
  transition: 0.3s;
}

.popup-content h1 {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--des-font);
  color: #000;
  position: relative;
}

.close-popup {
  float: right;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}

.close-popup:before,
.close-popup:after {
  float: right;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 1px;
  background-color: #333;
}
.close-popup:before {
  transform: rotate(45deg);
}
.close-popup:after {
  transform: rotate(-45deg);
}

#popup-overlay {
  display: none;
  position: fixed;
  float: left;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.543);
  transition: 0.3s;
}

/*tab popup section*/
.tabs {
  clear: both;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.tab {
  float: left;
  margin-right: 20px;
}

.tab label {
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
  top: 0;
  cursor: pointer;
  font-family: var(--dec-font);
  font-size: 16px;
  color: #707070;
  text-transform: capitalize;
}

.tab [type='radio'] {
  display: none;
}

.tab__content {
  display: flex;
  gap: 50px;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.34, 1.01);
  opacity: 0;
}

.tab_details {
  display: table;
  padding: 0 0 10px 20px;
  min-width: 300px;
  margin-top: 0;
  border: 1px solid var(--teal);
  border-radius: 10px;
  overflow: hidden;
}

.tab_details .tab_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.tab_details .tab_title h2 {
  margin: 0;
  font-size: 18px;
  color: var(--white);
  font-family: var(--dec-font);
  border-bottom-left-radius: 20px;
  padding: 10px 20px;
  background: linear-gradient(
    90deg,
    rgba(31, 79, 145, 1) 0%,
    rgba(43, 100, 153, 1) 35%,
    rgba(73, 156, 172, 1) 100%
  );
}

.tab_details .tab_title h4 {
  margin: 0;
  font-size: 18px;
}

.tab_details p {
  padding: 0;
}

.tab_details span {
  font-weight: 600;
}

[type='radio']:checked ~ label {
  border-bottom: 2px solid var(--teal);
  color: var(--teal);
  z-index: 2;
}

[type='radio']:checked ~ label ~ .tab__content {
  z-index: 1;
  opacity: 1;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px 100px 20px 100px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.modal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Style the tab */
.modal .tab {
  /* overflow: hidden; */
}

/* Style the buttons inside the tab */
.modal .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Create an active/current tablink class */
.modal .tab button.active span {
  border-bottom: 1px solid #51adb5;
  color: #51adb5;
}

/* Style the tab content */
.modal .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.modal .package {
  border: 1px solid #51adb5;
  padding: 20px;
  border-radius: 20px;
  min-height: 500px !important;
}

.modal .package p {
  line-height: 20px;
}

.modal .package ul {
  margin-right: 30px;
}

.modal-content > h2:first-of-type {
  margin-bottom: 30px;
  font-family: var(--main-font);
  font-size: 35px;
}

.modal .package h5 {
  font-weight: bolder;
}

.modal .price_box {
  position: absolute;
  right: 15px;
  background: linear-gradient(
    90deg,
    rgba(31, 79, 145, 1) 0%,
    rgba(43, 100, 153, 1) 35%,
    rgba(73, 156, 172, 1) 100%
  );
  padding: 10px 20px;
  font-size: 20px;
  top: 0px;
  border-radius: 0px 20px 0px 20px;
  color: white;
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 800;
}

.modal .price_box h3 {
  font-size: 15px;
  font-family: var(--main-font);
  margin: 0px 0px;
}

.modal .package h2 {
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 25px;
  max-width: 60%;
}

.modal .package h2 {
  width: 75%;
  min-height: 56px;
}


@media (max-width: 500px){
  .navbar-inverse img {
    padding: 25px 15px;
    width: 100px;
  }
}

@media (max-width: 640px) {
  .about-area {
    padding: 80px 0px 0px 0px;
    width: 90%;
}
  .modal .modal-content {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
  .modal .package {
  margin-top: 20px;
}
.mobile-margin2 {
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
  .modal .tab {
    margin-top: 0px;
  }
  .modal .tab button {
    padding: 5px;
  }

#nav-gallery-desktop {
  display: none;
}

.contact-section {
  padding: 20px 0px;
 }

 .gallery-row-mobile {
  padding-bottom: 80px;
}


.custom_section_two_figure_tags p {
  font-size: 16px;
  color: #000000;
  font-family: var(--dec-font);
  min-height: 140px;
}

.modal .package h2 {
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 23px;
  max-width: 60%;
}

.modal .package h2 {
  width: 75%;
  min-height: 56px;
}

.modal .price_box {
  position: absolute;
  right: 15px;
  background: linear-gradient(
    90deg,
    rgba(31, 79, 145, 1) 0%,
    rgba(43, 100, 153, 1) 35%,
    rgba(73, 156, 172, 1) 100%
  );
  padding: 10px 20px;
  font-size: 22px;
  top: 0px;
  border-radius: 0px 20px 0px 20px;
  color: white;
  font-family: var(--main-font);
  font-weight: 800;
}

.modal .price_box h3 {
  font-size: 15px;
  font-family: var(--main-font);
  margin: 0px 0px;
}

}

@media (max-width: 375px) {

  .navbar-inverse img {
    padding: 25px 15px;
    width: 100px;
}
.btnmobappointment {
    font-size: 10px;
    padding: 7px 18px;
    margin-top: 27px;
}
.about-area {
    padding: 70px 0px 0px 0px;
    width: 90%;
}
  .modal .modal-content {
    width: 100%;
    padding: 20px 25px 20px 25px;
  }
  .modal .package {
  margin-top: 20px;
}
  .modal .tab {
    margin-bottom: 0px;
  }
  .modal .package h5{
    font-size: 16px;
  }
  .modal .tab button {
    padding: 5px;
  }
  .mobile-margin2 {
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

#nav-gallery-desktop {
  display: none;
}

.contact-section {
  padding: 20px 0px;
 }

 .gallery-row-mobile {
  padding-bottom: 80px;
}

.custom_section_two_figure_tags p {
  font-size: 16px;
  color: #000000;
  font-family: var(--dec-font);
  min-height: 140px;
}

.modal .package h2 {
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 22px;
  max-width: 60%;
}

.modal .package h2 {
  width: 75%;
  min-height: 56px;
}

.modal .price_box {
  position: absolute;
  right: 15px;
  background: linear-gradient(
    90deg,
    rgba(31, 79, 145, 1) 0%,
    rgba(43, 100, 153, 1) 35%,
    rgba(73, 156, 172, 1) 100%
  );
  padding: 10px 20px;
  font-size: 22px;
  top: 0px;
  border-radius: 0px 20px 0px 20px;
  color: white;
  font-family: var(--main-font);
  font-weight: 800;
}

.modal .price_box h3 {
  font-size: 15px;
  font-family: var(--main-font);
  margin: 0px 0px;
}

}

@media (max-width: 360px) {
  .navbar-inverse img {
    padding: 25px 15px;
    width: 100px;
}
.btnmobappointment {
    font-size: 10px;
    padding: 7px 12px;
    margin-top: 27px;
}
.about-area {
    padding: 70px 0px 0px 0px;
    width: 90%;
}

/* .custom_section_one_a {
    padding: 70px 0px 0px 0px;
    width: 90%;
} */
  .modal .modal-content {
    width: 100%;
    padding: 20px 25px 20px 25px;
  }
  .modal .package {
  margin-top: 20px;
}
  .modal .tab {
    margin-bottom: 0px;
  }
  .modal .package h5{
    font-size: 16px;
  }
  .modal .tab button {
    padding: 5px;
  }
  .mobile-margin2 {
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

#nav-gallery-desktop {
  display: none;
}

.contact-section {
  padding: 20px 0px;
 }

 .gallery-row-mobile {
  padding-bottom: 80px;
}

.custom_section_two_figure_tags p {
  font-size: 16px;
  color: #000000;
  font-family: var(--dec-font);
  min-height: 140px;
}

.modal .package h2 {
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 60%;
}

.modal .package h2 {
  width: 75%;
  min-height: 56px;
}

.modal .price_box {
  position: absolute;
  right: 15px;
  background: linear-gradient(
    90deg,
    rgba(31, 79, 145, 1) 0%,
    rgba(43, 100, 153, 1) 35%,
    rgba(73, 156, 172, 1) 100%
  );
  padding: 10px 20px;
  font-size: 18px;
  top: 0px;
  border-radius: 0px 20px 0px 20px;
  color: white;
  font-family: var(--main-font);
  font-weight: 800;
}

.modal .price_box h3 {
  font-size: 13px;
  font-family: var(--main-font);
  margin: 0px 0px;
}
}
