* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
:root {
    --green: #5e8f10;
    --gray: #dedede;
    scroll-behavior: smooth;
}
.iti {
    width: 100%;
}

.body {
    box-sizing: border-box;
}
/**************/
.container {
    margin: 0px;
}
button {
    cursor: pointer;
}
nav {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    width: 100%;
    display: flex;
    align-items: center;

    /* position: absolute;
  z-index: 1;
  backdrop-filter: blur(10px);
  width: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #ffffff12 0%, rgba(255, 255, 255, 0) 142.59%); */
}

nav * {
    font-family: "Philosopher", sans-serif;
}

.logo {
    background: url("../img/thewellness-yatra-logo-v2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 25%;
    min-width: 200px;
    max-width: 350px;
    min-height: 100px;
    margin-top: 1%;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}
.alert-success hr {
    border-top-color: #b3e8ca;
}
.alert-success .alert-link {
    color: #123c24;
}
.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fffacc;
}
.alert-warning hr {
    border-top-color: #fff8b3;
}
.alert-warning .alert-link {
    color: #5d561b;
}
.alert-dismissible {
    padding-right: 3.85rem;
}
.alert-dismissible .close {
    position: absolute;
    display: hide;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.btn-request {
    margin-top: 5px;
}
nav > ul {
    margin-left: auto;
    margin-right: 4em;
    white-space: nowrap;
}
nav ul li {
    display: inline-block;
    font-size: clamp(1em, 1.2vw, 1.5em);
    padding: 0.7em;
}

nav ul li button {
    padding: 1.1rem !important;
}

nav ul li a {
    color: #ffff;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent;
    transition: linear 0.2s;
}

nav > ul > li > a:hover {
    border-bottom: 5px solid var(--green);
}

img#scroll-up-icon {
    position: fixed;
    right: 6em;
    bottom: 6em;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.8;
    display: none;
    z-index: 10000;
}

img#scroll-up-icon:hover {
    opacity: 1;
}
button.primary {
    color: white;
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 2em;
    padding: 1em 0.5em;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
    min-width: 200px;
}

.dropdown li {
    width: 280px;
    margin: 0 auto;
    /* padding: 20px 30px; */
    text-align: center;
    z-index: 2;
    margin-left: 0;
    /* border-bottom: 1px solid #dedede; */
}
/* .dropdown li:last-child {
  border-bottom: unset;
} */
.dropdown li::after {
    content: "";
    display: inline-block;
    width: 80%;
    height: auto;
    position: absolute;
    right: 10%;
    top: 100%;
    border-bottom: 1px solid #dedede;
    z-index: 0;
}
.dropdown li:last-child:after {
    border-bottom: unset;
}
.dropdown {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 0.8rem;
}
.dropdown li a {
    color: #333333;
}
.dropdown ul {
    list-style: none;
}

.dropdown li {
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

.dropdown li:hover,
.dropdown li:focus-within {
    cursor: pointer;
}

.dropdown li:focus-within a {
    outline: none;
}
nav ul li ul li:hover {
    background-color: #f5fbed;
}
ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}
nav > ul > li > ul > li {
    padding: 20px;
}
ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul li ul li {
    clear: both;
    width: 100%;
}
li i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}

#check {
    display: none;
}

.checkbtn {
    font-size: 30px;
    color: var(--green);
    float: right;
    line-height: 64px;
    margin-right: 40px;
    display: none;
}

.banner-homepage {
    background-image: url("../img/Homepage/bg\ image-header.png");
    height: 1080px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: -1;
}
.banner-container-homepage {
    margin: auto;
    width: 70%;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-container-homepage div h6 {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    /* font-size: 82.5px; */
    font-size: clamp(2rem, 5vw, 520%);
    line-height: 92px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    color: #ffffff;
}
.banner-container-homepage div span {
    font-family: Philosopher;
    font-style: normal;
    font-weight: normal;
    /* font-size: 52.5px;*/
    font-size: clamp(2rem, 3vw, 520%);
    line-height: 59px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 592px) {
    .banner-container-homepage {
        height: 15px;
        margin: auto;
        width: 100%;
        padding: 100px;
    }
    .banner-container-homepage div h6 {
        font-size: 60px;
        line-height: 70px;
    }
    .banner-container-homepage div span {
        font-size: 45px;
        line-height: 50px;
    }
}
/*************Section-2***********/
.heading {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #333333;
}

.section_3_heading,
.section-6-header,
.section-7-header .heading h5 {
    text-align: center;
}
.content {
    margin-top: 16px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;

    color: #333333;
}
.section_2 {
    margin: 70px auto;
}

.section_2_img {
    float: left;
    width: 35%;
    margin-left: 200px;
    margin-top: -153px;
    position: relative;
}
.section_2_img img {
    max-width: 100%;
    height: auto;
}

.section_2_content {
    float: left;
    padding-left: 59px;
    max-width: 34%;
    text-align: left;
}

.section_2_content .knwnbtn {
    font-weight: bold;
    font-family: Open Sans;
    border: 2px solid #5e8f10;
    color: #5e8f10;
    font-size: 14px;
    background-color: transparent;
    width: 119px;
    height: 37px;
    border-radius: 5px;
    line-height: 19px;
    margin-left: 70%;
}

.knwnbtn a {
    display: flex;
}

.knwnbtn a img {
    height: auto;
    margin-left: 4px;
}
.knwnbtn a span {
    color: var(--green);
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

@media screen and (max-width: 980px) {
    .section_2 {
        margin: 50px 50px;
    }

    .section_2_img {
        float: none;
        width: 70%;
        margin: 0 auto;
    }

    .section_2_content {
        float: none;
        padding-left: 0px;
        max-width: 100%;
        margin: 50px auto;
    }
    .section_2_content .heading h5 {
        text-align: center;
    }
}

@media screen and (max-width: 544px) {
    .section_2_img {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .section_2_content .knwnbtn {
        margin-left: 0px;
    }

    .content {
        font-size: 14px;
        line-height: 20px;
    }
}

/*****section-3**********/
.section_3 {
    margin: 50px auto;
    padding: 100px;
    font-family: "Philosopher", sans-serif;
}
.section-3 {
    margin: 130px auto;
}

.section-3 > h1,
.section-6 > h1,
.section-9 > h1 {
    font-family: Philosopher, sans-serif;
    font-size: 2em;
    text-align: center;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 10rem;
    color: #434343;
}

.section-3 > h1::after,
.section-6 > h1::after,
.section-9 > h1::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 3em;
    background-color: #3e8d00;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-3 > .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30vw;
    height: 30vw;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(133, 202, 81, 0) 27.68%,
        rgba(133, 202, 81, 0.3) 100%
    );
    border-radius: 50%;
    filter: blur(50px);
    z-index: -1;
}

.section-3 > .container {
    margin: 0 auto;
    position: relative;
    width: 30vw;
    height: 30vw;
    background-image: url("../img/thewellness-yatra-logo-v2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-3 .icon {
    text-align: center;
    width: fit-content;
    position: absolute;
    z-index: 10;
    font-family: "Open Sans", sans-serif;
}

.section-3 .icon .text {
    margin: 0.5rem 0;
    font-size: clamp(0.5em, 1vw, 1.2em);
}

.section-3 .icon img {
    padding: 2em 2em 0 2em;
    transition: all 0.2s;
    max-width: 180px;
    min-width: 90px;
    width: 10vw;
}

.section-3 .icon:hover img {
    transform: translateY(-15px) scale(1.2);
}

.section-3 .icon.one {
    top: -10%;
    left: 5%;
}

.section-3 .icon.two {
    top: -7%;
    right: 5%;
}

.section-3 .icon.three {
    top: 30%;
    left: -20%;
}

.section-3 .icon.four {
    top: 30%;
    right: -20%;
}

.section-3 .icon.five {
    bottom: -10%;
    left: 5%;
}

.section-3 .icon.six {
    bottom: -10%;
    right: 5%;
}

.section-3 .inner-content {
    width: 60%;
    padding-top: 60%;
    border-radius: 50%;
    background: white;
    position: relative;
    opacity: 0;
    transition: all 0.2s ease-in;
    overflow: hidden;
}

.section-3 .inner-content.show {
    opacity: 1;
}

.section-3 .inner-content > img {
    top: 50%;
    left: 50%;
    opacity: 0.1;
    position: absolute;
    transform: translate(-50%, -50%) scale(2);
}

@media (max-width: 1366px) {
    .section-3 .inner-content > img {
        transform: translate(-50%, -50%) scale(1.5);
    }
}

.section-3 #inner-content-text {
    top: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in;
}

.section-3 #inner-content-text > h1 {
    font-family: Philosopher;
    font-size: clamp(0.5em, 1vw, 1.2em);
    margin-bottom: 1rem;
}

.section-3 #inner-content-text > p {
    font-family: Philosopher;
    font-size: clamp(0.5em, 1vw, 1em);
}

.section-3 #inner-content-text > span {
    font-family: "Open sans", sans-serif;
    font-size: clamp(0.5em, 0.8vw, 1em);
    padding: 2rem;
    text-align: center;
}
@media screen and (max-width: 656px) {
    .section-3 > .container {
        width: 35vw;
        height: 35vw;
    }
}

@media screen and (max-width: 408px) {
    .section-3 > .container {
        width: 50vw;
        height: 50vw;
    }
}

/******section-4*************/

.section_4_wrapper {
    min-height: 723px;
    background: #93a37c;
    margin-top: 250px;
}
.section_4_maincontent {
    display: flex;
    align-items: center;
}

.section_4_maincontent:nth-child(even) {
    flex-flow: row-reverse;
}

.section_4_img {
    width: 72%;
    max-width: 1369px;
    /* margin-bottom: -4px; */
}
.section_4_img img {
    width: 100%;
}

.card {
    width: 435px;
    position: relative;
    min-height: 568px;
    background: #ffffff;
    box-shadow: 2px 2px 25px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 6px;
}
.col-md-8 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.col-md-8 > .card {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    flex-direction: column;
    margin-top: 40px;
}
.col-md-8 > .card > .card-header {
    text-align: center;
    padding: 20px;
    /* align-items: center; */
}

.wellness_content,
.retreat_content,
.talk_content {
    margin-left: -112px;
}

.therapy_content,
.post-natal_content,
.corporate_content {
    margin-right: -126px;
}
.pb20 {
    padding-bottom: 20%;
}
.sub_card {
    padding: 39px;
    min-height: 555px;
    border: 1.5px solid #9dd34a;
    border-radius: 5px;
    text-align: center;
}
.sub_card h1 {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    padding-top: 14px;
    text-align: center;
    color: #333333;
}
.sub_card .underline {
    width: 100%;
    margin: 35px auto;
}
.sub_card p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.01em;

    color: #333333;
}
.sub_card .days {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #5e8f10;
    margin: 20px auto;
}

.sub_card .amount {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #5e8f10;
}
.service-card {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}
.time {
    font-size: 22px;
    color: #5e8f10;
}
.card-last-left {
    margin-left: auto;
    margin-right: 13px;
    display: flex;
    align-items: center;
}

.card-last-left > .card-icon > img {
    height: 26px;
    width: 26px;
}

.card-last-right {
    margin-right: auto;
    margin-left: 13px;
    display: flex;
    align-items: center;
}

.card-icon {
    display: inline-block;
}
.card-icon-text {
    margin-left: 7px;
    display: inline-block;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #5e8f10;
}

.card-btn1 {
    padding: 9px 20px;
    font-family: Open Sans;
    background: #5e8f10;
    border-radius: 5px;
    color: white;
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 5px;
    cursor: pointer;
    height: 37px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
    min-width: 200px;
    display: inline-flex;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    margin: 0px 2px;
}

.knowbtn {
    font-weight: bold;
    font-family: Open Sans;
    border: 2px solid #5e8f10;
    color: #5e8f10;
    font-size: 14px;
    background-color: transparent;
    width: 119px;
    height: 37px;
    border-radius: 5px;
    line-height: 19px;
}
.knowbtn img {
    width: 20%;
    height: auto;
    margin: -6px auto;
}
.service-button {
    /* margin: 20px auto; */
    margin: 10% 0 0px 0;
}
p.days {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #5e8f10;
    margin: 20px auto;
}

@media screen and (max-width: 1000px) {
    .section_4_maincontent {
        display: block;
    }
    .section_4_img {
        width: 100%;
        max-width: 1260px;
    }
    .wellness_content,
    .retreat_content,
    .talk_content {
        margin-left: 0px;
    }
    .card {
        display: contents;
        width: 0px;
        background: #ffffff;
        box-shadow: 2px 2px 25px rgb(0 0 0 / 25%);
        border-radius: 0px;
        padding: 0px;
    }
    .col-md-8 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
    }
    .col-md-8 > .card {
        box-shadow: none;
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .col-md-8 > .card > .card-header {
        font-size: large;
    }
    .col-md-8 > .card > .card-body {
        font-size: large;
        width: 100%;
    }
    .sub_card {
        padding: 20px;
        min-height: 0px;
        border: none;
        border-radius: 0px;
    }
    .therapy_content,
    .post-natal_content,
    .corporate_content {
        margin-right: 0px;
    }
    .section_4_wrapper {
        background: none;
        margin-top: 250px;
    }
}
@media screen and (max-width: 554px) {
    .sub_card p {
        font-size: 14px;
        line-height: 20px;
    }
    .sub_card h1 {
        font-size: 22px;
        line-height: 25px;
    }
}
@media screen and (max-width: 370px) {
    .card-btn1 {
        margin-bottom: 10px;
    }
}

/***********Section-6******/
.section-6 {
    margin: 3rem 0;
}

.section-6 > h1 {
    margin-bottom: 5rem;
}
.section-6-content {
    width: 80%;
    margin: 0 auto;
}

.section-6-content .team-row {
    padding-top: 89px;
    width: 80%;
    margin: 0px auto;
    padding-bottom: 40px;
}
.section-6-content .team-col-1 {
    display: inline-block;
    width: 26.5%;
    margin-right: 5%;
}
.section-6-content .team-col-2 {
    display: inline-block;
    width: 26.5%;
    margin-left: 5%;
    margin-right: 5%;
}
.section-6-content .team-col-3 {
    display: inline-block;
    width: 26.5%;
    margin-left: 4%;
}

.team-img img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
    opacity: 1;
    filter: blur(0px);
    box-shadow: 5px 5px 10px #bbb;
    border-radius: 50%;
}
.team-img h1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #5e8f10;
    padding-top: 10px;
    padding-bottom: 50px;
}

.team-img {
    position: relative;
}

.team-img:hover > img {
    opacity: 0;
    filter: blur(10px);
}

.team-img:hover > h1 {
    visibility: hidden;
}

.team-img > .hover-card {
    position: absolute;
    top: 10%;
    left: -20%;
    width: 140%;
    height: 120%;
    opacity: 0;
    transition: all 0.3s;
    cursor: pointer;
    user-select: none;
}
/* @media (max-width: 1367px) {
  .team-img > .hover-card {
    left: -5%;
    width: 110%;
    height: 128%;
  }
} */
@media (min-width: 1600px) {
    .team-img > .hover-card {
        left: -5%;
        width: 110%;
        height: 108%;
    }

    .hover-card > .card-content {
        padding: 1.5rem;
    }
}

.team-img > .hover-card:hover {
    top: 0%;
    opacity: 1;
}

.team-img > .hover-card.one::before,
.team-img > .hover-card.two::before,
.team-img > .hover-card.three::before {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 8%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
    transition: all 0.4s;
}

.team-img > .hover-card.one:hover:before,
.team-img > .hover-card.two:hover:before,
.team-img > .hover-card.three:hover:before {
    opacity: 1;
}

.team-img > .hover-card.one::before {
    background-image: url("./img/meet-our-team/pooja-bg-mask-blur.png"),
        linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    background-blend-mode: lighten;
}

.team-img > .hover-card.two::before {
    background-image: url("./img/meet-our-team/abinav-masked-blur.png");
}

.team-img > .hover-card.three::before {
    background-image: url("./img/meet-our-team/pream-masked-blur.png");
}

.team-img > .hover-card.one::after,
.team-img > .hover-card.two::after,
.team-img > .hover-card.three::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#5e8f10c4, #5e8f10);
    z-index: 1;
    border-radius: 5px;
}

.hover-card > .card-content {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    z-index: 2;
    font-family: "Open sans";
    padding: calc(0.94vw + 14px);
    display: flex;
    flex-direction: column;
}

.hover-card > .card-content > p {
    margin: 0.5rem 0;
    font-weight: 300;
    font-size: clamp(0.7rem, 1vw, 1rem);
}

.hover-card > .card-content > .name-container {
    display: flex;
    justify-content: flex-end;
}

.hover-card > .card-content h1 {
    color: white;
    font-family: Philosopher, sans-serif;
    font-weight: 400;
    display: table-cell;
    border-top: 5px solid #9dd34a;
    font-size: clamp(0rem, 1.4vw, 1.5rem);
    padding-top: 0.1rem;
    line-height: 2rem;
}

.hover-card > .card-content > img {
    width: calc(1rem + 2vw);
    max-width: 50px;
}

.hover-card > .card-content > .button-container {
    align-self: flex-end;
    flex: 1;
    display: flex;
}

.hover-card > .card-content button.know-more {
    float: right;
    color: white;
    background-color: transparent;
    border: 2px solid white;
    padding: 0.2rem 0.3rem;
    border-radius: 5px;
    transition: all 0.2s;
    width: fit-content;
    height: fit-content;
    margin-top: auto;
    display: flex;
    align-items: center;
}

.hover-card > .card-content button.know-more > .icon {
    background-image: url("./img/meet-our-team/know-more-white.svg");
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 0.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hover-card > .card-content button.know-more:hover > .icon {
    background-image: url("./img/meet-our-team/know-more-green.svg");
}

.hover-card > .card-content button.know-more:hover {
    background-color: white;
    color: #5e8f10;
}

@media screen and (max-width: 828px) {
    .team-img {
        width: 100% !important;
        position: relative;
        display: block !important;
        margin: 0 auto !important;
    }
    .team-img img {
        width: 42%;
        margin: 0 auto;
        display: block;
    }
    .section-6-content .team-row {
        padding-top: 0px;
    }
    .section-6-content .team-col-1 {
        display: block;
        width: 40%;
        margin-bottom: 12px;
    }
    .section-6-content .team-col-2 {
        display: block;
        width: 40%;
        margin-bottom: 12px;
        margin-left: 0px;
    }
    .section-6-content .team-col-3 {
        display: block;
        width: 40%;
        margin-bottom: 12px;
        margin-left: 0px;
    }
}

/*****section-7*****/

.section-7 {
    overflow: auto;
    padding-bottom: 11px;
    align-items: center;
    background-color: #ebebeb;
}

.section-7-header {
    padding-top: 100px;
}
.section-7-header h1 {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #2b2b2b;
}

.testimonials-header {
    position: relative;
}
.testimonials-header h1 {
    padding-bottom: 0.5em;
}
.testimonials-header > h1::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 3em;
    background-color: #3e8d00;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.test-box {
    width: 55%;
    margin: 0 auto;
    height: 37vw;
    /* border: 1px solid green; */
    margin-top: 3%;
}

.test-left {
    position: absolute;
    top: 40%;
    left: -10% !important;
    font-size: 3em;
    opacity: 0.3;
    cursor: pointer;
}
.test-right {
    position: absolute;
    top: 40%;
    right: -10% !important;
    font-size: 3em;
    opacity: 0.3;
    cursor: pointer;
}
/* .test-box .row {
  margin: 50px auto;
  width: 100%;
} */
.col-1 {
    width: 37%;
    margin-top: 10%;
    float: left;
    padding-left: 10%;
}

.col-1 img {
    width: 9rem;
    border-radius: 6rem;
    margin-top: -4rem;
}

.customer-img {
    position: relative;
    border: 5px solid white;
}

.double-quotes {
    position: absolute;
    margin-left: 60px;
    width: 32px;
    height: 42px;
}

.col-2 {
    width: 63%;
    margin: 0 auto;
    float: left;
    position: relative;
    /* padding-left: 6%; */
}

.scroll {
    position: absolute;
    height: 84px;
    margin-left: -25px;
    margin-top: 8px;
    font-size: 7em;
    opacity: 0.3;
    left: -5%;
    top: 12%;
}

.col-2 p {
    position: relative;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #333333;
}
.col-2 h2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #333333;
}
.col-2 h4 {
    font-family: Open Sans;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #333333;
    padding-bottom: 10%;
}

.scroll-nav {
    width: 95%;
    height: 10px;
    background: #c4c4c4;
    border-radius: 10px;
    margin-left: 82px;
}
.inner-scroll {
    width: 15%;
    height: 10px;
    background: #333333;
    border-radius: 10px 0px 0px 10px;
}
@media screen and (max-width: 1320px) {
    .col-1 img {
        width: 6rem;
        border-radius: 4rem;
        margin-top: -2rem;
    }
    .col-1 img {
        width: 6rem;
        border-radius: 4rem;
        margin-top: -2rem;
    }
    .double-quotes {
        margin-left: 40px;
    }
}

@media screen and (max-width: 888px) {
    .test-box {
        width: 75%;
    }
    .col-2 p {
        font-size: 14px;
        line-height: 22px;
    }
    .fa-angle-right {
        right: 73px;
    }
}

@media screen and (max-width: 630px) {
    .col-1 {
        margin: 8% auto;
        padding-left: 26px;
    }

    .col-2 h4 {
        font-size: 12px;
        line-height: 18px;
    }

    .col-2 h2 {
        font-size: 22px;
        line-height: 31px;
    }

    .col-2 p {
        font-size: 13px;
        line-height: 21px;
    }
}

@media screen and (max-width: 630px) {
    .col-2 p {
        font-size: 10px;
        line-height: 18px;
    }
}

@media screen and (max-width: 500px) {
    .col-1 {
        margin: 15% auto;
        padding-left: 0px;
    }
    .scroll-nav {
        width: 91%;
        margin-left: 46px;
    }
    .fa-angle-left {
        left: 26px;
    }
    .fa-angle-right {
        right: 25px;
    }
}
/***********Section-9******/
.section-9 {
    margin: 3rem 0;
}

.section-9 > h1 {
    margin-bottom: 5rem;
}
.section-9-content {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 7.1rem;
}

.section-9-content .team-row {
    padding-top: 0px;
    width: 80%;
    margin: 0px auto;
    padding-bottom: 1px;
}
.section-9-content .team-col-1 {
    display: inline-block;
    width: 30%;
    margin-bottom: 60px;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-bottom: 23px;
}
/* .section-9-content .team-col-2 {
  display: inline-block;
  width: 30%;
  margin-left: 3%;
  margin-right: 0%;
}
.section-9-content .team-col-3 {
  display: inline-block;
  width: 30%;
  margin-left: 3%;
} */

.event-main-img {
    width: 100%;
    height: auto;
    opacity: 1;
    filter: blur(0px);
}
.event-box {
    background: #fff;
    box-shadow: 1px 1px 19px -2px #cccccc !important;
    border-radius: 0.5rem;
    box-shadow: var(--box-shadow);
}
.event-box .event-image {
    width: 100%;
    padding: 0px;
    /* overflow: hidden; */
    position: relative;
    /* height: 
199px
; */
}
.event-box .event-image .event-main-img {
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
    object-fit: cover;
    height: 199px;
    filter: none;
}
.date-box {
    border: 0px solid transparent;
    margin: 10px;
    right: 0rem;
    position: absolute;
    color: #d93025;
    top: 0rem;
    background: white;
    box-shadow: 0 0 20px -6px #bbbbbb;
    height: 2.6rem;
    width: 8rem;
    text-align: center;
    font-size: 19px;
    padding: 9px;
    border-radius: 0.2rem;
}
.circle-img {
    position: absolute;
    top: 9.4rem;
    right: 16px;
    border-radius: 50%;
    height: 6rem;
    width: 6rem;
    /* z-index: 10; */
    line-height: 5rem;
    font-size: 2rem;
    border: 4px solid white;
    color: var(--black);
}

.event-box .event-content {
    padding: 2rem;
    padding-bottom: 18px;
    padding-top: 18px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 18px;
}

.event-box .event-content h3 {
    color: var(--black);
    font-size: 1.2rem;
}
.event-box .event-content p {
    /* color: var(--light-color); */
    font-size: 14px;
    padding: 0.5rem 0;
    line-height: 1.5;
    color: #5e8f10;
    font-family: Open Sans;
}
.event-p {
    font-size: 16px;
    padding: 0.5rem 0;
    line-height: 1.5;
    color: #333333;
    font-family: Open Sans;
    height: 55px;
}
.event-line {
    width: 30px;
    border: 1px solid red;
}
.event-health {
    font-size: 14px;
    padding: 0.5rem 0;
    line-height: 1.5;
    color: #5e8f10;
    font-family: Open Sans;
    padding-left: 31px;
}

/* .team-img h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #5e8f10;
  padding-top: 10px;
  padding-bottom: 50px;
}

.team-img {
  position: relative;
}

.team-img:hover > img {
  opacity: 0;
  filter: blur(10px);
}

.team-img:hover > h1 {
  visibility: hidden;
}

.team-img > .hover-card {
  position: absolute;
  top: 10%;
  left: -20%;
  width: 140%;
  height: 120%;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
} */
/* @media (max-width: 1367px) {
  .team-img > .hover-card {
    left: -5%;
    width: 110%;
    height: 128%;
  }
} */
/* @media (min-width: 1600px) {
  .team-img > .hover-card {
    left: -5%;
    width: 110%;
    height: 122%;
  }

  .hover-card > .card-content {
    padding: 1.5rem;
  }
}

.team-img > .hover-card:hover {
  top: 0%;
  opacity: 1;
}

.team-img > .hover-card.one::before,
.team-img > .hover-card.two::before,
.team-img > .hover-card.three::before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 8%;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  transition: all 0.4s;
}

.team-img > .hover-card.one:hover:before,
.team-img > .hover-card.two:hover:before,
.team-img > .hover-card.three:hover:before {
  opacity: 1;
}

.team-img > .hover-card.one::before {
  background-image: url("./img/meet-our-team/pooja-bg-mask-blur.png"),
    linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  background-blend-mode: lighten;
}

.team-img > .hover-card.two::before {
  background-image: url("./img/meet-our-team/abinav-masked-blur.png");
}

.team-img > .hover-card.three::before {
  background-image: url("./img/meet-our-team/pream-masked-blur.png");
}

.team-img > .hover-card.one::after,
.team-img > .hover-card.two::after,
.team-img > .hover-card.three::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#5e8f10c4, #5e8f10);
  z-index: 1;
  border-radius: 5px;
}

.hover-card > .card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 2;
  font-family: "Open sans";
  padding: calc(0.94vw + 14px);
  display: flex;
  flex-direction: column;
}

.hover-card > .card-content > p {
  margin: 0.5rem 0;
  font-weight: 300;
  font-size: clamp(0.7rem, 1vw, 1rem);
}

.hover-card > .card-content > .name-container {
  display: flex;
  justify-content: flex-end;
}

.hover-card > .card-content h1 {
  color: white;
  font-family: Philosopher, sans-serif;
  font-weight: 400;
  display: table-cell;
  border-top: 5px solid #9dd34a;
  font-size: clamp(0rem, 1.4vw, 1.5rem);
  padding-top: 0.1rem;
  line-height: 2rem;
}

.hover-card > .card-content > img {
  width: calc(1rem + 2vw);
  max-width: 50px;
}

.hover-card > .card-content > .button-container {
  align-self: flex-end;
  flex: 1;
  display: flex;
}

.hover-card > .card-content button.know-more {
  float: right;
  color: white;
  background-color: transparent;
  border: 2px solid white;
  padding: 0.2rem 0.3rem;
  border-radius: 5px;
  transition: all 0.2s;
  width: fit-content;
  height: fit-content;
  margin-top: auto;
  display: flex;
  align-items: center;
}

.hover-card > .card-content button.know-more > .icon {
  background-image: url("./img/meet-our-team/know-more-white.svg");
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hover-card > .card-content button.know-more:hover > .icon {
  background-image: url("./img/meet-our-team/know-more-green.svg");
}

.hover-card > .card-content button.know-more:hover {
  background-color: white;
  color: #5e8f10;
}

*/
@media screen and (max-width: 828px) {
    .evnt-img {
        width: 100% !important;
        position: relative;
        display: block !important;
        margin: 0 auto !important;
    }
    .event-img img {
        margin: 0 auto;
        display: block;
    }
    .section-9-content .team-row {
        padding-top: 0px;
    }
    .section-9-content .team-col-1 {
        display: block;
        width: 40%;
        margin-bottom: 12px;
    }
    .section-9-content .team-col-2 {
        display: block;
        width: 40%;
        margin-bottom: 12px;
        margin-left: 0px;
    }
    .section-9-content .team-col-3 {
        display: block;
        width: 40%;
        margin-bottom: 12px;
        margin-left: 0px;
    }
}
/*******footer*********/
footer {
    background-image: url("../img/Homepage/footer-bg.jpg");
    /* height: 427px; */
    width: 100%;
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
    clear: both;
}
@media (max-width: 1366px) {
    footer {
        background-image: url("../img/Homepage/footer-bg1366.jpg");
    }
}
@media (max-width: 786px) {
    footer {
        background-image: url("../img/Optimised/Homepage/786/footer-bg.jpg");
    }
}
.footer-main {
    padding: 70px 0px;
    width: 80%;
    margin: 0px auto;
}
.footer-content {
    /* background-image: url("../img/Homepage/content-placed-bg.png"); */
    /* height: 284px; */
    /* width: 100%;
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 5px; */
    background-color: #0000005c;
    backdrop-filter: blur(10px);
    width: 100%;
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
    border-radius: 5px;
}
.footer-row {
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}
.footer-row ul {
    float: left;
}
.footer-row ul li h1 {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
}
.footer-row ul li:not(:first-child) {
    padding-bottom: 15px;
}
.footer-row ul li a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
}
.footer-col-1 {
    width: 20%;
    float: left;
    margin-top: 2%;
    margin-bottom: 2%;
}
.footer-col-2 {
    width: 30%;
    float: left;
    margin-left: 10%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.footer-col-3 {
    width: 30%;
    float: left;
    margin-left: 10%;
    margin-top: 2%;
    margin-bottom: 2%;
}
/* .fal,.fab {
  width: 34px;
  color: #5E8F10;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 9px;
  margin: 5px;
  background: #ffffff;
  } */
.clear {
    clear: both;
}
.footer-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;

    float: right;
    width: 90%;
    padding-left: 13%;
}
.footer-icon {
    float: left;
    width: 10%;
}

.footer-icon img {
    width: 100%;
    height: auto;
}
.footer-contact {
    margin: 2%;
}
.well-privacy {
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}
.wellness-privacy-policy {
    color: white;
    padding: 5px;
}
.wellness-terms {
    color: white;
}
@media screen and (max-width: 640px) {
    .footer-col-3 {
        float: none;
        margin-left: 0px;
        width: 63%;
    }
    .footer-col-2 {
        width: 50%;
    }
    .footer-col-1 {
        width: 40%;
    }
}

@media screen and (max-width: 1099px) {
    .section-6-content {
        width: 100%;
    }
    .team-img > .hover-card:hover {
        top: -21%;
    }
    .team-img > .hover-card {
        top: 10%;
        height: 140%;
    }
}
label.batches {
    font-family: "Philosopher";
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.slick-initialized .slick-slide {
    position: relative;
}
#app > div > div > div > div.slick-slide.slick-current.slick-active > div {
    width: 75%;
    position: absolute;
    top: 45%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
#app > div > div > div > div.slick-slide.slick-current.slick-active > div h6 {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: clamp(3rem, 5vw, 520%);
    line-height: 1;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    padding-bottom: 4vw;
}
#app > div > div > div > div.slick-slide.slick-current.slick-active > div span {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: clamp(2rem, 3vw, 313%);
    line-height: 92px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    line-height: 1;
}
.banner-homepage-slick img {
    object-fit: cover;
    width: 100%;
    height: 1080px;
}
.slick-next {
    width: 36px !important;
    height: 40px !important;
    right: 40px;
    top: 52.75%;
    /* filter: grayscale(100%); */
}
.slick-prev {
    width: 36px !important;
    height: 40px !important;
    left: 40px;
    z-index: 1;
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
    /* filter: grayscale(100%); */
}
#our-services {
    display: block;
}
.page-link {
    color: #5e8f10;
}
.pagination {
    margin-left: auto;
    margin-right: 4em;
    white-space: nowrap;
    position: static;
    background: unset;
}
.page-item {
    display: inline-block;
    font-size: clamp(1em, 1.2vw, 1.5em);
    padding: 0.7em;
    margin: 0;
}
.page-item.active .page-link {
    color: #434343;
}
.table {
    width: 100%;
}
.table tr:nth-child(even) {
    background-color: #eeeeee;
}
.table th {
    background-color: #5e8f10;
    color: rgb(255, 255, 255);
}
.table td,
.table th {
    padding: 15px;
}
.my-content {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.my-lt {
    width: 20%;
    float: left;
    min-height: 500px;
    padding-top: 50px;
}
#qna,
#my-profile,
#my-bookings {
    margin-top: 50px;
    width: 78%;
    margin-left: 2%;
    float: left;
    min-height: 500px;
    overflow: auto;
    transition: visibility 0s, opacity 0.3s linear;
    margin-bottom: 20px;
}
#qna p,
#my-profile p {
    font-size: 21px;
    padding-bottom: 10px;
}
#qna p span,
#my-profile p span {
    font-size: 24px;
    padding-bottom: 10px;
    color: #5e8f10;
}
#my-bookings > nav {
    padding-bottom: 20px;
    position: relative;
    background: unset;
    display: flex;
    align-items: center;
}
#my-bookings-btn,
#my-profile-btn,
#qna-btn {
    color: white;
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 4em;
    padding: 1em 0.5em;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
    min-width: 200px;
    font-size: 1em;
}
.switch-off {
    background-color: #ffff !important;
    color: rgb(87, 87, 87) !important;
}
.clip-star {
    background: gold;
    clip-path: polygon(
        50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 91%,
        50% 70%,
        21% 91%,
        32% 57%,
        2% 35%,
        39% 35%
    );
    display: inline-block;
    height: 12px;
    width: 12px;
}
.ratings {
    width: 100%;
    clear: both;
    float: left;
    display: block;
    padding: 15px;
}
@media screen and (max-width: 1600px) {
    .col-2 p {
        position: relative;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.01em;
        color: #333333;
    }
}
@media screen and (max-width: 1120px) {
    #our-services {
        display: none;
    }
    #account-menu {
        position: relative;
        display: block;
        left: 1px;
        top: 1px;
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    #account-menu .dropdown-item:hover {
        background-color: #f5fbed;
    }
    #qna,
    #my-profile,
    #my-bookings {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .section-3 > .container {
        width: 50vw;
        height: 50vw;
    }
    .section-3 .icon .text {
        font-size: clamp(0.75em, 1vw, 1.2em);
    }
    .section-3 .inner-content {
        z-index: 10;
    }
    .section-3 .icon img {
        padding: 0em 1em 0 1em;
    }
    .section-3 #inner-content-text > h1 {
        font-size: clamp(1em, 1vw, 1.2em);
        margin-bottom: 0;
    }
    .section-3 #inner-content-text > p {
        font-size: clamp(0.8em, 1vw, 1em);
    }
    .section-3 #inner-content-text > span {
        font-size: clamp(0.8em, 0.8vw, 1em);
        padding: 20px;
    }
    .section-3 .icon.two {
        top: -10%;
    }
    .section-3 .icon.two img {
        width: 11vw;
    }
    .section-3 > .container::before {
        width: 50vw;
        height: 50vw;
    }
    .team-img > .hover-card {
        width: 30vw;
    }
    .hover-card > .card-content h1 {
        font-size: clamp(1rem, 1.4vw, 1.5rem);
    }
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 5px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .section_4_img {
        overflow: hidden;
    }
    .section_4_img img {
        min-width: 140%;
        min-height: 65vw;
    }
}
@media screen and (max-width: 768px) {
    .section-3 > .container {
        width: 70vw;
        height: 70vw;
    }
    .section-3 .icon .text {
        font-size: clamp(1em, 1vw, 1.2em);
    }
    .section-3 .inner-content {
        width: 65%;
        padding-top: 100%;
        z-index: 10;
    }
    .section-3 .icon img {
        padding: 0em 1em 0 1em;
    }
    .section-3 #inner-content-text > h1 {
        font-size: clamp(2em, 1vw, 1.2em);
        margin-bottom: 0;
    }
    .section-3 #inner-content-text > p {
        font-size: clamp(1em, 1vw, 1em);
    }
    .section-3 #inner-content-text > span {
        font-size: clamp(1em, 0.8vw, 1em);
        padding: 20px;
    }
    .section-3 .icon.two {
        top: -10%;
    }
    .section-3 .icon.two img {
        width: 12vw;
    }
    .section-3 > .container::before {
        width: 66vw;
        height: 100vw;
    }
    .team-img > .hover-card {
        width: 90vw;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .banner-homepage-slick {
        margin-bottom: 8vw;
    }
    .slick-next {
        top: 52%;
    }
}
@media screen and (max-width: 520px) {
    .section-3 > h1,
    .section-6 > h1 {
        margin-bottom: 6rem;
    }
    .section-3 > .container {
        width: 70vw;
        height: 100vw;
    }
    .section-3 .icon.two img {
        width: 24vw;
    }
    .section-3 #inner-content-text > h1 {
        font-size: clamp(1em, 1vw, 1.2em);
        margin-bottom: 0;
    }
    .section-3 #inner-content-text > p {
        font-size: clamp(0.8em, 1vw, 1em);
    }
    .section-3 #inner-content-text > span {
        font-size: clamp(0.8em, 0.8vw, 1em);
        padding: 20px;
    }
}

@media (min-width: 1188px) and (max-width: 1400px) {
    .test-box {
        height: 50vw;
    }
}
@media (min-width: 970px) and (max-width: 1187px) {
    .test-box {
        height: 60vw;
    }
}

@media screen and (max-width: 1600px) {
    .section-9-content .team-row {
        width: 80%;
    }
}

@media screen and (max-width: 1440px) {
    .section-9-content .team-row {
        width: 90%;
    }
}

@media screen and (max-width: 1210px) {
    .my-lt {
        width: 100%;
        min-height: unset;
    }
    .table {
        margin: 0 auto;
    }

    .section-9-content .team-row {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .scroll {
        display: none;
    }
    .col-1,
    .col-2 {
        width: 100%;
    }
    .test-box {
        height: 70vw;
    }
}

@media screen and (max-width: 1359px) {
    .section-9-content .team-col-1 {
        width: 45%;
    }
}
@media screen and (min-width: 1360px) {
    .section-9-content .team-col-1 {
        width: 30%;
    }
}

@media screen and (max-width: 828px) {
    .section-9-content .team-col-1 {
        width: 96%;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    .scroll {
        display: none;
    }
    .test-box {
        height: 70vw;
    }
}
@media (min-width: 568px) and (max-width: 768px) {
    .scroll {
        display: none;
    }
    .test-box {
        height: 78vw;
    }
}
@media screen and (max-width: 568px) {
    .scroll {
        display: none;
    }
    .test-box {
        height: 210vw;
    }
}
@media screen and (max-width: 540px) {
    .scroll {
        display: none;
    }
    .test-box {
        height: 130vw;
    }
}
@media screen and (max-width: 414px) {
    .scroll {
        display: none;
    }
    .test-box {
        height: 187vw;
    }
}
@media screen and (max-width: 375px) {
    .scroll {
        display: none;
    }
    .test-box {
        height: 266vw;
    }
}
@media screen and (max-width: 320px) {
    .scroll {
        display: none;
    }
    .test-box {
        height: 320vw;
    }
}
