.hero-bgsss {
    position: relative;
    display: block;
    height: 100%;
    z-index: 1;
}
.hero-bgsss:before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    opacity: 0.5;
}
#bgvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1; /* behind everything */
  transform: translate(-50%, -50%);
  object-fit: cover; /* covers container nicely */
}
.heroBlock {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.heroTextOne{
    margin: 0;
    font-size: 60px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: var(--white-clr);
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'CabinetGrotesk-Bold';
}
.heroTextSecond {
    font-size: 16px; 
    margin-bottom: 30px;
    text-align: center; 
}
.heroBtnOne {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.heroBtnBook, .heroBtnExplore{
        display: inline-flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border: 0;
    outline: none;
    box-shadow: none;
    font-family: 'CabinetGrotesk-Medium';
    padding: 10px 20px;
    text-transform: capitalize;
    background-color: var(--orange-clr);
    color: var(--white-clr);
    transition: .2s all;
    border-radius: 5px;
}
.newsletter-section {
  margin-top: 60px;
}
 
.newsletter-section h5 {
    font-weight: 600;
        margin-bottom: 0;
}
.newsletter-section p {
  margin-bottom: 10px;
  color: #fff;
}
.newsletter-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.newsletter-form input[type="email"] {
  flex: 1;
  padding: 12px 15px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.newsletter-form button {
  padding: 12px 20px;
  font-size: 1rem;
  border: none;
  background: #ff5c00;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}
.newsletter-form button:hover {
  background: #fff;
  color: #ff5c00;
}
@media (max-width: 480px) {
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form button {
    width: 100%;
  }
}

@media (min-width: 1700px) { 
    .container{
        max-width: 1600px;
    }
    .video-img-wrap {
        height: 250px;
    }
    .video-wrap{
        align-items: center;
    }
    .watermark-img {
        top: -65px;
    }
    .hero-bg:before{
        height: 150px;
    }
}



/* // XX-Large devices (larger desktops) */
@media (max-width: 1699.98px) { 
    .about-tags-wrap{
        max-width: 535px;
    }
    .services-item a {
        font-size: 16px;
    }
    h2.h2-title {
        font-size: 35px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .health-diagnoses-content {
        padding: 45px 40px;
        border-radius: 15px;
    }
    .health-diagnoses-item h5 {
        font-size: 14px;
        font-weight: 400;
        margin-top: 10px;
    }
    .wellness-info h3{
        font-size: 25px;
    }
    .wellness-img {
        height: 260px;
    }
    .video-img-wrap {
        min-width: 280px;
        max-width: 280px;
        border-radius: 12px;
    }
    .video-wrap {
        column-gap: 15px;
        padding: 20px 20px;
        border-radius: 15px;
    }
    .wellness-center-item , .about-img-wrap .about-img , .about-img-wrap .about-img , .services-item , .wellness-img , .big-img-wrap {
        border-radius: 15px;
    }
    .big-img-wrap{
        height: 420px;
    }
}


/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 
    .section-padding{
        padding: 70px 0px;
    }
    .slide-captions .current-title , h1.h1-title {
        font-size: 60px;
    }
    .about-img-wrap{
        height: 400px;
    }
    .hero-swiper-container {
        height: 450px;
    }
    header , .topbar {
        padding: 8px 0px;
    }
    .services-item {
        padding: 25px 25px;
        border-radius: 15px;
        row-gap: 20px;
        height: 250px;
    }
    .services-item h4 {
        font-size: 22px;
    }
    .services-item h2 {
        font-size: 35px;
    }
    .slide-captions .current-subtitle {
        font-size: 20px;
    }
    .slide-captions .hero-para {
        font-size: 16px;
        max-width: 500px;
        margin-bottom: 30px;
    }
    .fs-18 {
        font-size: 16px;
        line-height: 24px;
    }
    .about-tags-wrap {
        max-width: 455px;
        padding: 20px 20px;
        border-radius: 15px;
        column-gap: 15px;
        margin-top: -50px;
    }
    .about-tags-wrap h4 {
        font-size: 22px;
    }
    .navbar-right-wrap .icon-link {
        min-width: 23px;
        max-width: 23px;
    }
    .navbar .navbar-nav {
        column-gap: 10px;
    }
    .navbar-right-wrap {
        column-gap: 20px;
    }
    .wellness-center-item a{
        font-size: 16px;
    }
    .video-img-wrap {
        min-width: 200px;
        max-width: 200px;
        border-radius: 10px;
    }
    .success-story-content h4 {
        font-size: 20px;
    }
    .success-story-content ul li {
        font-size: 14px;
    }
    .success-story-content ul li:after {
        top: 0px;
        width: 18px;
        height: 18px;
    }
    .big-img-wrap {
        height: 360px;
    }
    .title-wrap {
        margin-bottom: 30px;
    }
    .wellness-info h3 {
        font-size: 22px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .swiper-button-prev::after, .swiper-button-next:after {
        font-size: 14px;
    }
    h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .academy-img {
        min-width: 130px;
        max-width: 130px;
        height: 125px;
        border-radius: 10px;
        outline: 2px solid var(--orange-clr);
    }
    .wellness-center-item {
        padding: 15px;
    }
    footer {
        margin-top: 70px;
        padding-top: 50px;
    }
    .popup-content iframe {
        height: 550px;
    }
    .popup-content {
        width: 1000px;
        max-width: 1000px;
    }
 }

 
/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    .big-img-wrap {
        height: 300px;
        border-width: 1px;
    }
    .slide-captions {
        padding-left: 80px;
    }
    .wellness-center-item, .about-img-wrap .about-img, .about-img-wrap .about-img, .services-item, .wellness-img, .big-img-wrap {
        border-radius: 12px;
    }
    .services-item h4 {
        font-size: 20px;
    }
    .services-item h2 {
        font-size: 30px;
    }
    .services-item h2 {
        font-size: 30px;
    }
    .services-item {
        padding: 15px 15px;
        row-gap: 20px;
        height: 180px;
    }
    .slide-captions .current-title , h1.h1-title {
        font-size: 55px;
    }
    .navbar-brand {
        width: 65px;
    }
    .popup-content {
        width: 900px;
        max-width: 900px;
    }
    .popup-content iframe {
        height: 475px;
        border-radius: 12px;
    }
     .popup-close {
        width: 35px;
        height: 35px;
        font-size: 42px;
    }
    .about-tags-wrap h4 {
        font-size: 20px;
    }
    .about-tags-wrap {
        max-width: 395px;
    }
    .about-tags-wrap h4 {
        max-width: 180px;
    }
    h2.h2-title {
        font-size: 30px;
    }
     h5 {
        font-size: 16px;
        line-height: 25px;
    }
    .section-padding {
        padding: 60px 0px;
    }
    .wellness-img {
        height: 200px;
    }
    .health-diagnoses-content, .contact-wrap {
        padding: 50px 40px;
        border-radius: 15px;
    }
    footer {
        margin-top: 60px;
        padding-top: 50px;
    }
    .health-diagnoses-content, .contact-wrap {
        padding: 30px 30px;
        border-radius: 12px;
    }
    .wellness-info h3 {
        font-size: 20px;
    }
    .about-img-wrap {
        height: 390px;
    }
    .navbar-collapse {
        padding: 25px 0px;
    }
}


/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .wellness-center-slider {
        padding-bottom: 90px;
    }
    .section-padding {
        padding: 50px 0px;
    }
    .video-wrap {
        padding: 15px 15px;
        border-radius: 12px;
    }
    .slide-captions .current-title , h1.h1-title {
        font-size: 45px;
    }
    .slide-captions .hero-para {
        margin-bottom: 20px;
    }
    .slide-captions .current-subtitle {
        font-size: 18px;
    }
    .topbar-leftwrap{
        display: none;
    }
    .big-img-wrap {
        height: 200px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .swiper-button-prev::after, .swiper-button-next:after {
        font-size: 11px;
    }
    .big-img-wrap {
        height: 220px;
        border-radius: 12px;
        margin: 0px 50px;
    }
    .wellness-center-slider .swiper-button-prev {
        transform: translateX(-40px);
    }
    .wellness-center-slider .swiper-button-next {
        transform: translateX(40px);
    }
    .academy-img {
        min-width: 105px;
        max-width: 105px;
        height: 100px;
        border-radius: 6px;
    }
    .title-wrap h2.h2-title {
        margin-bottom: 10px;
    }
    .title-wrap {
        margin-bottom: 20px;
    }
    .watermark-img {
        display: none;
    }
    .default-img-wrap {
        border-radius: 12px;
    }
}


/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .slide-captions .current-title , h1.h1-title {
        font-size: 40px;
    }
    .slide-captions {
        padding-left: 50px;
        padding-right: 50px;
    }
    .hero-swiper-container {
        height: 410px;
    }
    .navbar-brand {
        width: 60px;
    }
    button.navbar-toggler {
        font-size: 26px;
    }
    .big-img-wrap {
        height: 160px;
    }
    h2.h2-title {
        font-size: 28px;
    }

}


/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
h2.h2-title {
    font-size: 25px;
}
.health-diagnoses-content, .contact-wrap {
    padding: 30px 20px;
    border-radius: 12px;
}
.section-padding {
    padding: 40px 0px;
}
.big-img-wrap {
    height: 160px;
    border-radius: 10px;
}
.slide-captions .current-title , h1.h1-title {
    font-size: 35px;
}

.video-img-wrap {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    height: 250px;
    border-radius: 10px;
}
.video-wrap {
    flex-direction: column;
    row-gap: 20px;
}
.hero-swiper-container .swiper-button-prev, .hero-swiper-container .swiper-button-next{
    display: none;
}
.slide-captions {
    padding-left: 15px;
    padding-right: 15px;
}
.slide-captions .hero-para {
    max-width: 100%;
}
.wellness-img {
    border-radius: 10px;
}
.wellness-info {
    margin-top: 15px;
    margin-bottom: 20px;
}
.academy-wrap {
    display: flex;
    align-items: center;
    column-gap: 25px;
    justify-content: center;
    flex-direction: column;
    text-align: center !important;
    row-gap: 15px;
}
.wellness-center-slider {
    padding-bottom: 80px;
}
.default-img-wrap{
    height: 100%;
}
.text-justify {
    text-align: start;
}
.about-img-wrap {
    height: 100%;
}
.aboutus-content {
    padding: 40px 0px;
}
}

@media (max-width: 416.98px) { 
    .about-tags-wrap h4 {
        max-width: 100%;
    }
    .about-tags-wrap {
        max-width: 100%;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        row-gap: 15px;
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 12px;
    }
    .theme-btn, .hero-button {
        padding: 8px 15px;
    }
    
}