@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
}

body,
html {
    margin: 0;
    height: 100%;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
}
table, th, td {
  border:1px solid black; 
}

.main-bg {
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: 100%;
    position: relative;

}

.custom-container {
    padding-left: 0;
    padding-right: 0;
}

.header {
    padding: 10px 0;
}

.header .navbar {
    background: transparent;
}

.header .navbar-brand {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 25%;
}

.header .navbar-brand img {
    width: 129px;
    height: 54px;
}

.header .navbar-nav {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 25px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #212832;
}

.active {
    border-top: solid 2px #F1A501;
}

.header .navbar-nav .dropdown-item {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #212832;
}

.header .navbar-nav button {
    width: 102px;
    height: 28px;
    background-color: #F1A501;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-column {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;

}


.landing-bg {
    background-image: url('../img/couple.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    height: 100%;
    z-index: 9;
}

.first-column .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 45px 0 95px 0;
}

.first-column .text-top {
    font-size: 40px;
    color: #DF6951;
    font-weight: 300;

}

.first-column .text-bottom {
    font-size: 40px;
    color: #DF6951;
    font-weight: 300;
}

.first-column h3 {
    font-size: 84px;
    color: black;
    font-weight: 600;

}

.total-down {
    padding: 45px 0 0 0;
}

.booking {
    background: #D0E7E3;
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: start;
    align-items: center;

}

.booking h3 {
    font-size: 36px;
    font-weight: bold;
}

.booking p {
    font-size: 16px;
    font-weight: normal;
}

.booking .btn {
    background: white;
    height: 60px;
    width: 170px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.15);
}

.booking img {
    display: flex;
    margin-top: -500px;
}

.second-column {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header.logo {
    padding: 10px 0 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control {
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #8c8c8c;
    width: 400px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
    border-color: #f7f7f7;
}

.form-control:focus {
    border-color: #f7f7f7;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
}

input::placeholder {
    color: #adadad !important;
}

.form-check-input {
    width: 24px;
    height: 24px;
    cursor: pointer;
    vertical-align: bottom;
    border: solid 1px #8c8c8c;
    border-radius: 8px;
}

.form-check-label {
    color: #adadad;
}

.input-with-icon {
    position: relative;
}

.input-with-icon input {
    padding-left: 30px;
    /* Adjust this value based on the icon size */
}

.input-with-icon img {
    position: absolute;
    left: 90%;
    /* Adjust this value based on the desired icon position */
    top: 50%;
    transform: translateY(-50%);
}

/*About */
.hero{
    position:relative;
    padding:0 0 0 45px;
}
.hero h4{
    font-size:30px;
    font-weight:600;
}
.hero .sub-heading{
    font-size:24px;
}
/*genesis start */
.genesis-bg {
    background-image: url('../img/about/hero.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative;

}

.genesis-bg .hero {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 840px;
}

.genesis-bg .hero h3 {
    color: white;
    font-size: 84px;
    font-weight: 500;
}

.genesis-bg .hero p {
    color: white;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: -1px;


}

.genesis-bg .nav-item .nav-link {
    color: white;
}

.genesis-bg .nav-item .active {
    color: #fff;
}

.genesis {
    position: relative;
    background-image: url('../img/about/genesis-bg.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-position: 0 0;
    background-size: cover;
    padding: 45px 0 45px 0;
}

.genesis .content {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 10px;
}

.genesis .sub-heading {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 45px;

}

.genesis .sub-heading h3 {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 36px;
    font-weight: 600;
    margin-left: 16%;
}


.genesis .line {
    border: solid 3px #F1A501;
    opacity: 100%;
    position: absolute;
    width: 15%;
    bottom: 10%;
}

.genesis .line1 {
    border: solid 3px #F1A501;
    opacity: 100%;
    position: absolute;
    width: 70%;
    left: 30%;
    bottom: 10%;
}

@media (min-width:768px) and (max-width: 1440px) {
    .genesis .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .genesis .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 36px;
        font-weight: 600;
        margin-left: 6%;
    }


    .genesis .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 5%;
        bottom: 10%;
    }

    .genesis .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 82%;
        left: 18%;
        bottom: 10%;
    }

}


.genesis h2 {
    font-size: 40px;
    font-weight: 500;
    padding: 0;
    width: 10%;
    padding: 0 10px 0 10px;
}


.genesis .para {
    position: relative;

}

.genesis .para p {
    font-size: 14px;
    color: #212832;
    text-align: justify;
}

.genesis .para .second-column {
    position: relative;
    margin-top: 85px;
}

.genesis .para .second-column .box {
    background: #fff;
    border-radius: 10px;
    width: 50%;
    height: auto;
    padding: 30px 40px 30px 40px;
    margin-top: -10px;

}

.genesis .para .box h3 {
    font-size: 24px;
    font-weight: 500;
}

.genesis .para .box p {
    font-size: 14px;
    color: #212832
}

.genesis .para .box .btn {
    width: 170px;
    height: 60px;
    background: #F1A501;
    border-radius: 10px;
    border-color: #F1A501;
    box-shadow: 0px 40px 50px rgba(241, 165, 1, 0.25);
    margin: 45px 0 25px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.gbooking {
    width: 100%;
    height: 263px;
    background-color: #d2e6e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;

}

.gbooking .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;

}

.gbooking .pic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;

}

.gbooking h3 {
    font-size: 36px;
    font-weight: bold;
}

.gbooking p {
    font-size: 16px;
    font-weight: normal;
}

.gbooking .btn {
    background: white;
    height: 60px;
    width: 170px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.15);
}

.gbooking img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;

}

/*genesis end */

/*values start */
.values-bg {
    background-image: url('../img/values/hero.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: 100%;
    position: relative;

}

.values-bg .hero {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 840px;
}

.values-bg .hero h3 {
    color: white;
    font-size: 84px;
    font-weight: 600;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
    letter-spacing: -4px;
}

.values-bg .hero p {
    color: white;
    font-size: 84px;
    font-weight: normal;
    letter-spacing: -4px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);

}

.values {
    position: relative;
    background-image: url('../img/about/genesis-bg.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-position: 0 0;
    background-size: cover;
    padding: 45px 0 45px 0;
}

.values .content {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 10px;

}

.values .sub-heading {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 45px;

}

.values .sub-heading h3 {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 36px;
    font-weight: 600;
    margin-left: 16%;
}


.values .line {
    border: solid 3px #F1A501;
    opacity: 100%;
    position: absolute;
    width: 15%;
    bottom: 10%;
}

.values .line1 {
    border: solid 3px #F1A501;
    opacity: 100%;
    position: absolute;
    width: 70%;
    left: 30%;
    bottom: 10%;
}

@media (min-width:768px) and (max-width: 1440px) {
    .valuesheading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .values .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 36px;
        font-weight: 600;
        margin-left: 6%;
    }


    .values .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 5%;
        bottom: 10%;
    }

    .values .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 78%;
        left: 22%;
        bottom: 10%;
    }

}

.values h2 {
    font-size: 40px;
    font-weight: 500;
    padding: 0;
    width: 10%;
    padding: 0 10px 0 10px;
    white-space: nowrap;
}


.values .vm {
    padding: 65px 0 45px 0;
}

.values .vm .mission-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
    height: 500px;
    padding: 55px;
}

.values .vm .mission-box h3 {
    font-size: 24px;
    color: #212832;
    font-weight: 600;
}

.values .vm .mission-box img {
    position: relative;
    padding: 25px 0 25px 0;
}

.values .vm .vision-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
    height: 500px;
    padding: 55px;
}

.values .vm .vision-box h3 {
    font-size: 24px;
    color: #212832;
    font-weight: 600;
}

.values .vm .vision-box img {
    position: relative;
    padding: 25px 0 25px 0;
}

.goal {
    padding: 10px 0 45px 0;
    background: #f7f7f7;
}

.goal .goal-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
    height: auto;
    padding: 55px;
    width: 100%;
}

.goal .goal-box h3 {
    font-size: 24px;
    color: #212832;
    font-weight: 600;
}

.goal .goal-box img {
    position: relative;
    padding: 25px 0 25px 0;
    width: 97%;
}

.goal .goal-box p {
    position: relative;
    padding: 25px 0 25px 0;
    font-size: 14px;
    width: 95%;
}

.objective {
    padding: 10px 0 45px 0;
    background: #f7f7f7;
}

.objective .objective-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
    height: auto;
    padding: 55px;
    width: 100%;
}

.objective .objective-box h3 {
    font-size: 24px;
    color: #212832;
    font-weight: 600;
}

.objective .objective-box img {
    position: relative;
    padding: 25px 0 25px 0;
    width: 96%;
}

.objective .objective-box ul {
    position: relative;
    padding: 25px 0 25px 0;
    font-size: 14px;
    width: 96%;
}





/*values end */

/*End of About */


/*Programs */
/*Tripts Wellness Homes*/
.wellness-bg {
    background-image: url('../img/programs/bg-white.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: 100%;
    position: relative;
}

.wellness-bg .hero {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.wellness-bg .hero h3 {
    color: #221F20;
    font-size: 84px;
    font-weight: 600;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
    letter-spacing: -4px;
}
.wellness-bg .button {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 145px 0 145px 0;

}

.wellness-bg .btn img {
    margin-left: 10%;
}

.wellness-bg .btn1 img {
    margin-left: 10%;
}

.wellness-bg .btn2 img {
    margin-left: 10%;
}

.wellness-bg .btn {
    background: #F1A501;
    border-radius: 1000px;
    width: 350px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #221F20;
}


.wellness-bg .btn1 {
    background: #00446C;
    border-radius: 1000px;
    width: 350px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.wellness-bg .btn2 {
    background: #A0D5C8;
    border-radius: 1000px;
    width: 350px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #221F20;
    text-decoration: none;
}

.wellness {
    position: relative;
    background-image: url('../img/about/genesis-bg.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-position: 0 0;
    background-size: cover;
    padding: 45px 0 25px 0;
}

.wellness .sub-heading {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.wellness .sub-heading h3 {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 36px;
    font-weight: 600;
    margin-left: 16%;
}

.wellness .add-heading {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: -15px;
    
}

.wellness .add-heading h4 {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    margin-left: 16%;
}

.wellness .add-heading p {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-left: 16%;
    margin-bottom:45px;
    width:50%;
}
.wellness .prs .table tr{
   height:75px;
}


.wellness .table-heading {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: -15px;
    
}

.wellness .table-heading h4 {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    margin-left: 16%;
}

.wellness .table-heading p {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    margin-left: 16%;
    margin-bottom:25px;
}




.wellness .line {
    border: solid 3px #F1A501;
    opacity: 100%;
    position: absolute;
    width: 15%;
    bottom: 10%;
}

.wellness .line1 {
    border: solid 3px #F1A501;
    opacity: 100%;
    position: absolute;
    width: 65%;
    left: 35%;
    bottom: 10%;
}

@media (min-width:768px) and (max-width: 1440px) {
    .wellness .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .wellness .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 36px;
        font-weight: 600;
        margin-left: 6%;
    }


    .wellness .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 5%;
        bottom: 10%;
    }

    .wellness .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 76%;
        left: 34%;
        bottom: 10%;
    }

}



.wellness h2 {
    font-size: 40px;
    font-weight: 500;
    padding: 0;
    width: 10%;
    padding: 0 10px 0 10px;
    white-space: nowrap;
}



.wellness .prs {
    padding: 65px 0 45px 0;
}

.wellness .prs .addiction-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 55px;
}

.wellness .prs .addiction-box h3 {
    font-size: 24px;
    color: #212832;
    font-weight: 600;
}

.wellness .prs .addiction-box img {
    position: relative;
    padding: 25px 0 25px 0;
}

.wellness .prs .mental-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 55px;
}

.wellness .prs .mental-box h3 {
    font-size: 24px;
    color: #212832;
    font-weight: 600;
}

.wellness .prs .mental-box img {
    position: relative;
    padding: 25px 0 25px 0;
}
.rehab{
    position: relative;   
    width: 100%;
    height: auto;   
    padding: 45px 0 45px 0;
}
.rehab .prs {
    padding: 45px 0 45px 0;
}

.rehab .prs .addiction-box .content {   
    color: #212832;
    padding:25px 0 0 0;
}

.rehab .prs .addiction-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 55px;
}

.rehab .prs .addiction-box h3 {
    font-size: 24px;
    color: #212832;
    font-weight: 600;
}

.rehab .prs .addiction-box img {
    position: relative;
    padding: 25px 0 25px 0;
}

.rehab .prs .mental-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 55px;
}

.rehab .prs .mental-box .content {   
    color: #212832;
    padding:25px 0 0 0;
}

.rehab .prs .mental-box h3 {
    font-size: 24px;
    color: #212832;
    font-weight: 600;
}

.rehab .prs .mental-box img {
    position: relative;
    padding: 25px 0 25px 0;
}


.middle {
    padding: 45px 0 45px 0;
    background: #fff;
}

.middle .item1 {
    position: relative;
    padding: 25px 0 25px 0;
}


.middle .green-box {
    height: 275px;
    border-radius: 10px;
    background: #A0D5C8;
    padding: 45px;
}

.middle .green-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #221F20;
    padding-bottom: 20px;
}

.middle .green-box p {
    line-height: 20px;
}

.middle .item2 {
    padding: 25px 0 25px 0;
}

.middle .yellow-box {
    height: auto;
    border-radius: 10px;
    background: #F1A501;
    padding: 45px;
}

.right {
    display: flex;
    justify-content: end;
    align-items: center;

}

.middle .yellow-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.middle .yellow-box p {
    line-height: 20px;
    color: white;
}

.middle .item3 {
    position: relative;
    padding: 25px 0 25px 0;
}

.middle .rose-box {
    height: 275px;
    border-radius: 10px;
    background: #F1876F;
    padding: 45px;
}

.middle .rose-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #221F20;
    padding-bottom: 20px;
}

.middle .rose-box p {
    line-height: 20px;
}

.middle .item4 {
    position: relative;
    padding: 25px 0 25px 0;
}

.middle .blue-box {
    height: auto;
    border-radius: 10px;
    background: #00446C;
    padding: 45px;
}

.middle .blue-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.middle .blue-box p {
    line-height: 20px;
    color: #fff;
}

/*End of Tripts Wellness Homes*/

/*Tripta counselling*/
.counseling-bg {
    background-image: url('../img/programs/bg-white.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: 100%;
    position: relative;
}

.counseling-bg .hero {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.counseling-bg .hero h3 {
    color: #221F20;
    font-size: 84px;
    font-weight: 600;
    /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35); */
    letter-spacing: -2px;
    padding-bottom: 45px;
}

.counseling {
    position: relative;
    background-image: url('../img/counshubs/treatement-bg.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    padding: 45px 0 45px 0;
}

.counseling .sub-heading {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 45px;

}

.counseling .sub-heading h3 {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 36px;
    font-weight: 600;
    margin-left: 16%;
}


.counseling .line {
    border: solid 3px #F1A501;
    opacity: 100%;
    position: absolute;
    width: 15%;
    bottom: 10%;
}

.counseling .line1 {
    border: solid 3px #F1A501;
    opacity: 100%;
    position: absolute;
    width: 65%;
    left: 35%;
    bottom: 10%;
}



@media (min-width:768px) and (max-width:1440px) {
    .counseling .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .counseling .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 36px;
        font-weight: 600;
        margin-left: 8%;
    }


    .counseling .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 7%;
        bottom: 10%;
    }

    .counseling .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 63%;
        left: 37%;
        bottom: 10%;
    }
}

.counseling .eclipse-blue {
    position: absolute;
    right: 240px;
    top: 250px;
}

.counseling .eclipse-yellow {
    position: absolute;
    right: 280px;
    top: 670px;


}



.counseling h2 {
    font-size: 40px;
    font-weight: 500;
    padding: 0;
    width: 10%;
    padding: 0 10px 0 10px;
    white-space: nowrap;
}



.counseling .prs {
    padding: 65px 0 45px 0;
}

.counseling .prs .addiction-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 55px;

}

.counseling .prs .addiction-box h3 {
    font-size: 24px;
    color: #212832;
    font-weight: 600;
}

.counseling .prs .addiction-box img {
    position: relative;
    padding: 25px 0 25px 0;
}

.counseling .prs .mental-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
    height: 100%;
    padding: 55px;
}

.counseling .prs .mental-box h3 {
    font-size: 24px;
    color: #212832;
    font-weight: 600;
}

.counseling .prs .mental-box img {
    position: relative;
    padding: 25px 0 25px 0;
}

/*Tripta counselling end */

/*End of Programs */

/*Development */
/*Tripts communty Commitment*/
.comm-bg {
    background-image: url('../img/development/comm-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
}

.comm-bg .hero {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 145px 0 145px 0;
}

.comm-bg .hero h3 {
    color: #221F20;
    font-size: 84px;
    font-weight: 600;
    /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35); */
    letter-spacing: -4px;
}

.comm {
    position: relative;
    background-image: url('../img/about/genesis-bg.jpg');
    background-repeat: no-repeat;
    height: auto;
    background-position: bottom center;
    background-size: cover;
    padding: 45px 0 45px 0;
}

.comm .sub-heading {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 45px;

}

.comm .sub-heading h3 {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 36px;
    font-weight: 600;
    margin-left: 16%;
}


.comm .line {
    border: solid 3px #F1A501;
    opacity: 100%;
    position: absolute;
    width: 15%;
    bottom: 10%;
}

.comm .line1 {
    border: solid 3px #F1A501;
    opacity: 100%;
    position: absolute;
    width: 65%;
    left: 35%;
    bottom: 10%;
}

@media (min-width:768px) and (max-width: 1440px) {
    .comm .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .comm .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 36px;
        font-weight: 600;
        margin-left: 6%;
    }


    .comm .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 5%;
        bottom: 10%;
    }

    .comm .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 76%;
        left: 34%;
        bottom: 10%;
    }

}


.comm .item1 {

    padding: 25px 0 10px 0;
    width: 100%;

}

.comm .green-box {
    height: auto;
    border-radius: 10px;
    background: #A0D5C8;
    padding: 45px;

}

.comm .green-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #221F20;
    padding-bottom: 20px;
}

.comm .green-box p {
    line-height: 20px;
}

.comm .item2 {
    padding: 25px 0 10px 0;
    width: 100%;
}

.comm .yellow-box {
    height: auto;
    border-radius: 10px;
    background: #F1A501;
    padding: 45px;
}

.comm .right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.comm .left {
    display: flex;
    align-items: center;
    justify-content: start;
}

.comm .pic-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.comm .yellow-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.comm .yellow-box p {
    line-height: 20px;
    color: white;
}

.comm .item3 {
    position: relative;
    padding: 25px 0 10px 0;
    width: 100%;
}

.comm .rose-box {
    height: auto;
    border-radius: 10px;
    background: #F1876F;
    padding: 45px;
}

.comm .rose-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #221F20;
    padding-bottom: 20px;
}

.comm .rose-box p {
    line-height: 20px;
}

.comm .item4 {
    position: relative;
    padding: 25px 0 25px 0;
}

.comm .blue-box {
    height: auto;
    border-radius: 10px;
    background: #00446C;
    padding: 45px;
}

.comm .blue-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.comm .blue-box p {
    line-height: 20px;
    color: #fff;
}

/*End of communty Commitment*/
/*Research and Training */
.res-bg {
    background-image: url('../img/development/research-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
    height: 100%;
}

.res-bg .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75%;

}

.res-bg .hero h3 {
    color: #fff;
    font-size: 84px;
    font-weight: 600;
    /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35); */
    letter-spacing: -4px;
}

.res-bg .nav-item .nav-link {
    color: white;
}

.res-bg .nav-item .active {
    color: #fff;
}

.res {
    position: relative;
    background-image: url('../img/about/genesis-bg.jpg');
    background-repeat: no-repeat;
    height: auto;
    background-position: bottom center;
    background-size: cover;
    padding: 45px 0 45px 0;
}


.res .item1 {
    position: relative;
    padding: 25px 0 10px 0;
    width: 100%;
}


.res .green-box {
    height: auto;
    border-radius: 10px;
    background: #A0D5C8;
    padding: 45px;

}

.res .green-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #221F20;
    padding-bottom: 20px;
}

.res .green-box p {
    line-height: 20px;
}

.res .item2 {
    padding: 25px 0 10px 0;
    width: 100%;
}

.res .yellow-box {
    height: auto;
    border-radius: 10px;
    background: #F1A501;
    padding: 45px;
}

.res .right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.res .left {
    display: flex;
    align-items: center;
    justify-content: start;
}

.res .pic-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.res .yellow-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.res .yellow-box p {
    line-height: 20px;
    color: white;
}

.res .item3 {
    position: relative;
    padding: 25px 0 10px 0;
    width: 100%;
}

.res .rose-box {
    height: auto;
    border-radius: 10px;
    background: #F1876F;
    padding: 45px;
}

.res .rose-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #221F20;
    padding-bottom: 20px;
}

.res .rose-box p {
    line-height: 20px;
}

.res .item4 {
    position: relative;
    padding: 25px 0 25px 0;
}

.res .blue-box {
    height: auto;
    border-radius: 10px;
    background: #00446C;
    padding: 45px;
}

.res .blue-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.res.blue-box p {
    line-height: 20px;
    color: #fff;
}

/*End of Research and Training */
/*End of Development*/

/*Team */
.team-bg {
    background-image: url('../img/team/team-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
}




.team {
    margin: 45px 0;
    height: auto;
}

.team h2 {
    font-size: 40px;
    font-weight: 600;
    padding: 45px 0 45px 0;
    text-align: center;
    color: #212832;
}

.team .first {
    margin-top: 0px;
    width: 25%;
    display: block;
    float: left;

}

.team .second {
    margin-top: 0px;
    width: 15%;
    padding: 0 0 0 25px;
}



.team .third {
    margin-top: 5px;
    width: 50%;
    padding: 0 25px;
}

.team h3 {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 40px;
    color: #221F20;
    font-weight: 600;
}


.team .line {
    border: solid 3px #F1A501;
    margin-top: -5px;
    opacity: 100%;
}

.team h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 0 0;
}

.team h5 {
    font-size: 14px;
    color: #221F20;
}



.team p {
    font-size: 14px;

}

/*End of Team */

/*contact */
/*Tripts Wellness Homes*/
.contact-bg {
    background-image: url('../img/bg.png');
    background-repeat: repeat;
    background-position: 0 0;
    background-size: cover;
    height: 100%;
    position: relative;
    display: block;

}

.contact-bg .hero {
    display: flex;
    justify-content: start;
    align-items: center;
    height: auto;
    padding: 45px 0 45px 0;
}

.contact-bg .hero h3 {
    color: #221F20;
    font-size: 64px;
    font-weight: 600;
    /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35); */
    letter-spacing: -4px;
}

.contact .whats {
    position: fixed;
    right: 0;
    bottom: 25px;
}



.contact {
    padding: 45px 0 45px 0;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;

}

.contact h4 {
    color: #221F20;
    font-size: 24px;
    font-weight: 600;
}

.contact hr {
    color: #00446C;
    border: solid 1px;
    opacity: 100%;
}

.contact-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-form {
    position: relative;
    width: 100%;
    height: 50px;
}

.contact-form p {
    color: #8c8c8c;
    padding: 45px 0 0 0;
}

.contact .submit-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact button {
    width: 50%;
    height: 70px;
    background-color: #f7a930;
    border-radius: 50px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    color: white;
    letter-spacing: -0.5px;
    margin: 45px 0 0 0;
}


.contact-form .form-control {
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    color: #8c8c8c;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
    border-color: #f7f7f7;

}

.txtarea .form-control {
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    max-width: 773px;
    border-radius: 10px;
    height: 100px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
    border-color: #f7f7f7;


}

.txtarea .form-control:focus {
    border-color: #f7f7f7;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.025);
}

textarea::placeholder {
    color: #adadad !important;
}

/*End of Contact */

/*Terms*/

.terms-bg {
    background-image: url('../img/team/team-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
    height: 100%
}




.terms {
    margin: 45px 10px;
    height: auto;
    width: 100%;
}

.terms h2 {
    font-size: 40px;
    font-weight: 600;
    padding: 45px 0 0 0;
    color: #212832;
}



.terms h3 {
    font-size: 24px;
    color: #8c8c8c;
    font-weight: 600;
    padding-bottom: 45px;
}


.terms .line {
    border: solid 2px #F1A501;
    opacity: 100%;
    width: 30%;
}

.terms h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 0 0;
}

.terms h5 {
    font-size: 16px;
    color: #221F20;
    font-weight: 600;
}

.terms p {
    font-size: 14px;
}

.terms ul {
    line-height: 25px;
    padding: 0 45px 0 45px;
}

.terms ul li {
    margin-top: 10px;
}

/* End of Terms */

/*Privacy*/

.privacy-bg {
    background-image: url('../img/team/team-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
    height: 100%
}




.privacy {
    margin: 45px 10px;
    height: auto;
    width: 100%;
}

.privacy h2 {
    font-size: 40px;
    font-weight: 600;
    padding: 45px 0 0 10px;
    color: #212832;
}



.privacy h3 {
    font-size: 24px;
    color: #8c8c8c;
    font-weight: 600;
    padding-bottom: 10px;
}


.privacy .line {
    border: solid 2px #F1A501;
    opacity: 100%;
    width: 30%;

}

.privacy h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 0 0;
}

.privacy h5 {
    font-size: 16px;
    color: #221F20;
    font-weight: 600;
}

.privacy p {
    font-size: 14px;
}

.privacy ul {
    line-height: 25px;
    padding: 0 45px 0 45px;
}

.privacy ul li {
    margin-top: 10px;
}

/* End of Privacy*/


/*Footer*/
.footer {
    background: #fff;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer .logo {
    position: relative;

}


.footer img {
    height: auto;
}

.footer p {
    color: #a4a4a4;
    font-size: 14px;


}

.footer a {
    color: #a4a4a4;
    text-decoration: none;
}

.footer .social {
    display: flex;
    justify-content: start;
    position: relative;
    gap: 15px;
}

.copyright {
    background: #000;
    color: #a4a4a4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 80px;
}

/*End of Footer*/

/* Media Query for Mobile Devices*/

@media (max-width: 480px) {

    .mbtn {
        background-color: #fff;

    }

    .navbar-toggler {
        border: solid 2px #F1A501;
        padding: 5px;
    }

    .main-bg {
        background-image: url('../img/bg.png');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        height: 100vh;
        width: 100%;
    }

    .header .navbar-nav {
        display: flex;
        justify-content: start;
        align-items: start;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 600;
        color: #212832;
    }

    /*Home */
    .first-column .content {
        padding: 25px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .first-column .text-top {
        font-size: 20px;
        color: #DF6951;
        font-weight: 300;

    }

    .first-column .text-bottom {
        font-size: 20px;
        color: #DF6951;
        font-weight: 300;
    }

    .first-column h3 {
        font-size: 43px;
        color: black;
        font-weight: 600;
        text-align: center
    }

    .total-down {
        padding: 45px 0 45px 0;
        display: flex;
        justify-content: center;
    }

    .booking {
        background: #D0E7E3;
        width: 100%;
        height: auto;
        padding: 45px;
    }

    .booking h3 {
        font-size: 36px;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }

    .booking p {
        font-size: 16px;
        font-weight: normal;
        width: 100%;
        text-align: center
    }

    .booking .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .booking img {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 0;
    }

    /*End of Home */

    /*community */
    .comm-bg {
        margin: 0;
        padding: 0;
        background-image: url('../img/development/comm-bg.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;

    }

    .comm-bg .hero {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 45px;
    }

    .comm {
        position: relative;
        background-image: url('../img/about/genesis-bg.jpg');
        background-repeat: no-repeat;
        height: auto;
        background-position: bottom center;
        background-size: cover;
        padding: 45px 0 45px 0;
    }

    .comm .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .comm .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        margin-left: 22%;
    }


    .comm .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 20%;
        bottom: 1%;
    }

    .comm .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 15%;
        left: 85%;
        bottom: 5%;
    }


    .comm .item1 img {
        margin-bottom: 25px;
    }

    .comm .item2 img {
        margin-top: 25px;
    }

    .comm .item3 img {
        margin-bottom: 25px;
    }

    /*End of community*/

    /*Tripta counselling*/
    .counseling-bg {
        background-image: url('../img/programs/bg-white.png');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        margin: 0;
        padding: 0;
    }

    .counseling-bg .hero {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .counseling-bg .hero h3 {
        color: #221F20;
        font-size: 48px;
        font-weight: 600;
        margin: 45px 0 0 0;
        /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35); */

    }

    .counseling {
        position: relative;
        background-image: url('../img/counshubs/treatement-bg.jpg');
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        background-position: center right;
        background-size: cover;
        padding: 45px 0 45px 0;
    }

    .counseling .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .counseling .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        margin-left: 22%;
    }


    .counseling .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 20%;
        bottom: 1%;
    }

    .counseling .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 15%;
        left: 85%;
        bottom: 5%;
    }


    .counseling .eclipse-blue {
        position: absolute;
        right: 240px;
        top: 250px;
    }

    .counseling .eclipse-yellow {
        position: absolute;
        right: 280px;
        top: 670px;
    }

    .counseling .prs {
        padding: 20px 0 20px 0;
    }

    .counseling .prs .addiction-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        height: 100%;
        width: 100%;
        padding: 10px;
    }

    .counseling .prs .mental-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        height: 100%;
        width: 100%;
        padding: 10px;
    }

    /*Tripta counselling end */
    /*genesis start */
    .genesis-bg {
        background-image: url('../img/about/hero.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        padding: 0;
        margin: 0;
    }

    .genesis-bg .hero {
        position: relative;
        height: 100%;
    }

    .genesis-bg .hero h3 {
        color: white;
        font-size: 30px;
        font-weight: 500;
    }

    .genesis-bg .hero p {
        color: white;
        font-size: 30px;
        font-weight: normal;
        letter-spacing: -1px;


    }

    .genesis {
        position: relative;
        background-image: url('../img/about/genesis-bg.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .genesis .content {
        display: flex;
        justify-content: start;
        align-items: center;
    }


    .genesis .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .genesis .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        margin-left: 22%;
    }


    .genesis .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 20%;
        bottom: 1%;
    }

    .genesis .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 48%;
        left: 52%;
        bottom: 5%;
    }


    .genesis .content img {
        margin-top: -10px;
    }



    .genesis .para .second-column {
        position: relative;
        margin-top: 20px;
    }

    .genesis .para .second-column .box {
        background: #fff;
        border-radius: 10px;
        width: 100%;
        height: auto;
        padding: 30px 40px 30px 40px;
        margin-top: -10px;

    }

    .genesis .para .box h3 {
        font-size: 24px;
        font-weight: 500;
    }

    .genesis .para .box p {
        font-size: 14px;
        color: #212832
    }

    .genesis .para .box .btn {
        width: 170px;
        height: 60px;
        background: #F1A501;
        border-radius: 10px;
        border-color: #F1A501;
        box-shadow: 0px 40px 50px rgba(241, 165, 1, 0.25);
        margin: 25px 0 25px 0;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

    .gbooking {
        width: 100%;
        height: 350px;
        background-color: #d2e6e5;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        padding: 0;

    }

    .gbooking .pic {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;

    }


    .gbooking .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        padding: 25px 10px 0 0;
    }

    .gbooking h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .gbooking p {
        font-size: 16px;
        font-weight: normal;
        padding: 0 10px 0 10px;
    }

    .gbooking .btn {
        background: white;
        height: 60px;
        width: 170px;
        font-weight: bold;
        border-radius: 10px;
        box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.15);
        margin-bottom: 25px;
    }



    /*genesis end */
    /*Research and Training */
    .res-bg {
        background-image: url('../img/development/research-bg.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        margin: 0;
        padding: 0;
    }

    .res-bg .hero {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .res-bg .hero h3 {
        color: #fff;
        font-size: 48px;
        font-weight: 600;
        /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35); */
        letter-spacing: 0;
    }

    .res {
        position: relative;
        background-image: url('../img/about/genesis-bg.jpg');
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
    }

    .res .item1 {
        position: relative;
        padding: 25px 0 10px 0;
        width: 100%;
    }

    .res .green-box {
        height: auto;
        border-radius: 10px;
        background: #A0D5C8;
        padding: 45px;
    }

    .res .green-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #221F20;
        padding-bottom: 20px;
    }

    .res .green-box p {
        line-height: 20px;
    }

    .res .item2 {
        padding: 25px 0 10px 0;
        width: 100%;
    }

    .res .yellow-box {
        height: auto;
        border-radius: 10px;
        background: #F1A501;
        padding: 45px;
    }

    .res .right {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .res .left {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .res .pic-right {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .res .yellow-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        padding-bottom: 20px;
    }

    .res .yellow-box p {
        line-height: 20px;
        color: white;
    }

    .res .item3 {
        position: relative;
        padding: 25px 0 10px 0;
        width: 100%;
    }

    .res .rose-box {
        height: auto;
        border-radius: 10px;
        background: #F1876F;
        padding: 45px;
    }

    .res .rose-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #221F20;
        padding-bottom: 20px;
    }

    .res .rose-box p {
        line-height: 20px;
    }

    .res .item4 {
        position: relative;
        padding: 25px 0 25px 0;
    }

    .res .blue-box {
        height: auto;
        border-radius: 10px;
        background: #00446C;
        padding: 45px;
    }

    .res .blue-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        padding-bottom: 20px;
    }

    .res.blue-box p {
        line-height: 20px;
        color: #fff;
    }

    /*End of Research and Training */

    /*Team */
    .team-bg {
        background-image: url('../img/team/team-bg.jpg');
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: cover;
        padding: 0;
        margin: 0;
    }




    .team {
        margin: 45px 0 0 10px;
        height: auto;
    }

    .team h2 {
        font-size: 40px;
        font-weight: 600;
        padding: 45px 0 45px 0;
        text-align: center;
        color: #212832;
    }

    .team .first {
        margin-top: 45px;
        width: 100%;
        display: block;

    }

    .team .first hr {
        position: absolute;
        display: block;
        left: 0;
        width: 36%;
        margin-top: -9%;
    }

    .team .second {
        margin-top: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }



    .team .third {
        margin-top: 45px;
        width: 100%;
        padding: 0 25px;
    }


    .team h3 {
        display: flex;
        justify-content: end;
        align-items: center;
        font-size: 40px;
        color: #221F20;
        font-weight: 600;

    }


    .team .line {
        border: solid 3px #F1A501;
        margin-top: -5px;
        opacity: 100%;
        display: flex;

    }

    .team h4 {
        font-size: 18px;
        font-weight: 600;
        padding: 10px 0 0 0;
    }

    .team h5 {
        font-size: 14px;
        color: #221F20;
    }



    .team p {
        font-size: 14px;

    }

    /*End of Team */
    /*values start */
    .values-bg {
        background-image: url('../img/values/hero.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        padding: 0;
        margin: 0;
    }

    .values-bg .hero {
        position: relative;
        height: 100%;
    }

    .values-bg .hero h3 {
        color: white;
        font-size: 36px;
        font-weight: 600;
        text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
        letter-spacing: 0;
    }

    .values-bg .hero p {
        color: white;
        font-size: 36px;
        font-weight: normal;
        letter-spacing: 0;
        text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);

    }

    .values {
        position: relative;
        background-image: url('../img/about/genesis-bg.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .values .content {
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 10px;
    }

    .values .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .values .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        margin-left: 22%;
    }


    .values .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 20%;
        bottom: 1%;
    }

    .values .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 40%;
        left: 60%;
        bottom: 5%;
    }

    .values h2 {
        font-size: 40px;
        font-weight: 500;
        padding: 0;
        width: 10%;
        padding: 0 10px 0 10px;
        white-space: nowrap;
    }


    .values .vm {
        padding: 25px 0 25px 0;
    }

    .values .vm .mission-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        height: auto;
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .values .vm .mission-box h3 {
        font-size: 24px;
        color: #212832;
        font-weight: 600;
    }

    .values .vm .mission-box img {
        position: relative;
        padding: 25px 0 25px 0;
    }

    .values .vm .vision-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        height: auto;
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .values .vm .vision-box h3 {
        font-size: 24px;
        color: #212832;
        font-weight: 600;
    }

    .values .vm .vision-box img {
        position: relative;
        padding: 25px 0 25px 0;
    }

    .goal {
        padding: 10px 0 10px 0;
        background: #f7f7f7;
    }

    .goal .goal-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        height: auto;
        padding: 10px;
        width: 100%;
    }

    .goal .goal-box h3 {
        font-size: 24px;
        color: #212832;
        font-weight: 600;
    }

    .goal .goal-box img {
        position: relative;
        padding: 25px 0 25px 0;
        width: 97%;
    }

    .goal .goal-box p {
        position: relative;
        font-size: 14px;
        margin: 0;
        padding: 10px;

    }

    .objective {
        padding: 10px 0 10px 0;
        background: #f7f7f7;
    }

    .objective .objective-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        height: auto;
        padding: 10px;
        width: 100%;

    }

    .objective .objective-box h3 {
        font-size: 24px;
        color: #212832;
        font-weight: 600;
    }

    .objective .objective-box img {
        position: relative;
        padding: 25px 0 25px 0;
    }

    .objective .objective-box ul {
        position: relative;
        padding: 25px;
        font-size: 14px;

    }

    /*values end */

    /*Tripts Wellness Homes*/
    .wellness-bg {
        background-image: url('../img/programs/bg-white.png');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        margin: 0;
        padding: 0;

    }

    .wellness-bg .hero {
        position: relative;
        display: flex;
        justify-content: start;
        align-items: start;
        height: 700px;
        padding: 45px 0 45px 0;
        z-index: 1;
    }



    .wellness-bg .hero h3 {
        color: #221F20;
        font-size: 36px;
        font-weight: 600;
        /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35); */
        letter-spacing: 0;

    }

    .wellness-bg .button {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 25px;

    }

    .wellness-bg .button img {
        position: absolute;
        right: 30px;
    }


    .wellness-bg .btn {
        display: flex;
        justify-content: start;
        align-items: center;
        height: 50px;
        margin-bottom: 10px;
        padding: 25px;
    }


    .wellness-bg .btn1 {
        display: flex;
        justify-content: start;
        align-items: center;
        height: 50px;
        margin-bottom: 10px;
        padding: 25px;
    }

    .wellness-bg .btn2 {
        display: flex;
        justify-content: start;
        align-items: center;
        height: 50px;
        margin-bottom: 10px;
        padding: 25px;

    }

    .wellness {
        position: relative;
        background-image: url('../img/about/genesis-bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 100px;

    }

    .wellness .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .wellness .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        margin-left: 22%;
    }


    .wellness .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 20%;
        bottom: 1%;
    }

    .wellness .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 15%;
        left: 85%;
        bottom: 5%;
    }

    .wellness img {
        width: 100%;
        display: block;
        position: relative;
    }


    .wellness h2 {
        font-size: 40px;
        font-weight: 500;
        padding: 0;
        width: 10%;
        padding: 0 10px 0 10px;
        white-space: nowrap;
    }



    .wellness .prs {
        padding: 25px 0 25px 0;
    }

    .wellness .prs .addiction-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        width: 100%;
        height: auto;
        padding: 10px;
        margin-bottom: 10px;
    }

    .wellness .prs .addiction-box h3 {
        font-size: 24px;
        color: #212832;
        font-weight: 600;
    }

    .wellness .prs .addiction-box img {
        position: relative;
        padding: 25px 0 25px 0;
    }

    .wellness .prs .mental-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        width: 100%;
        height: auto;
        padding: 10px;
        margin-bottom: 10px;
    }

    .wellness .prs .mental-box h3 {
        font-size: 24px;
        color: #212832;
        font-weight: 600;
    }

    .wellness .prs .mental-box img {
        position: relative;
        padding: 25px 0 25px 0;
    }

    .middle {
        padding: 45px 0 45px 0;
        background: #fff;
    }

    .middle .item1 {
        position: relative;
        padding: 25px 0 25px 0;
    }


    .middle .green-box {
        height: auto;
        border-radius: 10px;
        background: #A0D5C8;
        padding: 45px;
    }

    .middle .green-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #221F20;
        padding-bottom: 20px;
    }

    .middle .green-box p {
        line-height: 20px;
    }

    .middle .item2 {
        padding: 25px 0 25px 0;
    }

    .middle .yellow-box {
        height: auto;
        border-radius: 10px;
        background: #F1A501;
        padding: 45px;
    }

    .right {
        display: flex;
        justify-content: end;
        align-items: center;

    }

    .middle .yellow-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        padding-bottom: 20px;
    }

    .middle .yellow-box p {
        line-height: 20px;
        color: white;
    }

    .middle .item3 {
        position: relative;
        padding: 25px 0 25px 0;
    }

    .middle .rose-box {
        height: auto;
        border-radius: 10px;
        background: #F1876F;
        padding: 45px;
    }

    .middle .rose-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #221F20;
        padding-bottom: 20px;
    }

    .middle .rose-box p {
        line-height: 20px;
    }

    .middle .item4 {
        position: relative;
        padding: 25px 0 25px 0;
    }

    .middle .blue-box {
        height: auto;
        border-radius: 10px;
        background: #00446C;
        padding: 45px;
    }

    .middle .blue-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        padding-bottom: 20px;
    }

    .middle .blue-box p {
        line-height: 20px;
        color: #fff;
    }

    /*End of Tripts Wellness Homes*/
    /*contact */
    .contact-bg {
        background-image: url('../img/bg.png');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        margin: 0;
        padding: 0;
        height: 100%;

    }

    .contact-bg .hero {
        position: relative;
        height: auto;
        padding: 45px;
    }

    .contact-bg .hero h3 {
        color: #221F20;
        font-size: 36px;
        font-weight: 600;
        /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35); */
        letter-spacing: 0;
    }

    .contact .whats {
        position: fixed;
        right: 0;
        bottom: 25px;
    }

    .contact {
        position: relative;
        display: block;
        float: left;
    }

    .contact h4 {
        color: #221F20;
        font-size: 24px;
        font-weight: 600;
    }

    .contact hr {
        color: #00446C;
        border: solid 1px;
        opacity: 100%;
    }

    .contact-column {
        display: flex;
        justify-content: center;
        height: auto;
    }

    .contact-form {
        position: relative;
        width: 100%;
        height: auto;
    }

    .contact-form p {
        color: #8c8c8c;
        padding: 0;
    }

    .contact .submit-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact button {
        width: 50%;
        height: 35px;
        background-color: #f7a930;
        border-radius: 50px;
        border: none;
        font-size: 16px;
        font-weight: 600;
        color: white;
        letter-spacing: -0.5px;
        margin: 25px 0 25px 0;
    }

    /* End of Contact */


    /*Footer*/
    .footer {
        background: #fff;
        width: 100%;
        height: auto;
        padding: 45px 0 0 0;

    }


    .footer p {
        color: #a4a4a4;
        font-size: 14px;
        line-height: 35px;
        text-align: center;
    }

    .footer .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 27%;
    }

    .footer img {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 25px;

    }

    .footer a {
        color: #a4a4a4;
        text-decoration: none;
    }

    .footer .social {
        display: flex;
        justify-content: center;
        position: relative;

    }

    .footer .social p {
        display: flex;
        justify-content: start;
        position: relative;
    }

    .copyright {
        background: #000;
        color: #a4a4a4;
        text-align: center;
        font-size: 14px;
        height: auto;
        padding: 15px;
        display: block;
        float: left;
        width: 100%;
    }
}

/*End of Footer*/
/* End of Media Query for Mobile Devices*/
/* Media Query for low resolution  Tablets, Ipads */
@media ((min-width: 481px) and (max-width: 1024px)) {
    .mbtn {
        background-color: #fff;

    }

    .navbar-toggler {
        border: solid 2px #F1A501;
        padding: 5px;
    }

    .navbar-toggler .active {
        border: 0;
    }

    .main-bg {
        background-image: url('../img/bg.png');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        height: 100vh;
        width: 100%;
    }

    .header .navbar-nav {
        display: flex;
        justify-content: start;
        align-items: start;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 600;
        color: #212832;
    }

    /*Home */
    .first-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .first-column .content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-top {
        font-size: 20px;
        font-weight: 300;
        text-align: center;


    }

    .text-bottom {
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .first-column h3 {
        font-size: 48px;
        color: black;
        font-weight: 600;
        text-align: center
    }

    .total-down {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .booking {
        background: #D0E7E3;
        width: 100%;
        height: auto;
        padding: 45px;
    }

    .booking h3 {
        font-size: 36px;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }

    .booking p {
        font-size: 16px;
        font-weight: normal;
        width: 100%;
        text-align: center
    }

    .booking .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .booking img {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 0;
    }

    /*End of Home */

    /*community */
    .comm-bg {
        margin: 0;
        padding: 0;
        background-image: url('../img/development/comm-bg.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;

    }

    .comm .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .comm .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 24px;
        font-weight: 600;
        margin-left: 8%;
    }



    .comm .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 7%;
        bottom: 10%;
    }

    .comm .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 60%;
        left: 40%;
        bottom: 10%;
    }

    .comm-bg .hero {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 45px;
    }


    .comm .item1 img {
        margin-bottom: 25px;
    }

    .comm .item2 img {
        margin-top: 25px;
    }

    .comm .item3 img {
        margin-bottom: 25px;
    }



    /*End of community*/

    /*Tripta counselling*/
    .counseling-bg {
        background-image: url('../img/programs/bg-white.png');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        position: relative;
        height: 50%;
        padding: 0;
    }

    .counseling-bg .hero {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .counseling-bg .hero h3 {
        color: #221F20;
        font-size: 48px;
        font-weight: 600;
        /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35); */

    }

    .counseling {
        position: relative;
        background-image: url('../img/counshubs/treatement-bg.jpg');
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        background-position: center right;
        background-size: cover;
        padding: 0;
    }

    .counseling .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 24px;
        font-weight: 600;
        margin-left: 8%;
    }


    .counseling .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 7%;
        bottom: 10%;
    }

    .counseling .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 60%;
        left: 40%;
        bottom: 10%;
    }


    /* .counseling .eclipse-blue {
        position: absolute;
        right: 240px;
        top: 250px;
    }

    .counseling .eclipse-yellow {
        position: absolute;
        right: 280px;
        top: 670px;
    } */


    .counseling .prs {
        padding: 20px 0 20px 0;
    }

    .counseling .prs .addiction-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        height: auto;
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }

    .counseling .prs .addiction-box img {
        width: 100%;
    }

    .counseling .prs .mental-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        height: 100%;
        width: 100%;
        padding: 10px;
    }

    .counseling .prs .mental-box img {
        width: 100%;
    }

    /*Tripta counselling end */
    /*genesis start */
    .genesis-bg {
        background-image: url('../img/about/hero.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        padding: 0;
        margin: 0;
    }

    .genesis-bg .hero {
        position: relative;
        padding: 0;
        margin: 0;

    }

    .genesis-bg .hero h3 {
        color: white;
        font-size: 84px;
        font-weight: 500;
    }

    .genesis-bg .hero p {
        color: white;
        font-size: 45px;
        font-weight: normal;
        letter-spacing: -1px;


    }

    .genesis {
        position: relative;
        background-image: url('../img/about/genesis-bg.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .genesis .content {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .genesis .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .genesis .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 30px;
        font-weight: 600;
        margin-left: 8%;
    }


    .genesis .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 7%;
        bottom: 10%;
    }

    .genesis .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 73%;
        left: 27%;
        bottom: 10%;
    }

    .genesis .content img {
        margin-top: -10px;
    }



    .genesis .para .second-column {
        position: relative;
        margin-top: 20px;
    }

    .genesis .para .second-column .box {
        background: #fff;
        border-radius: 10px;
        width: 100%;
        height: auto;
        padding: 30px 40px 30px 40px;
        margin-top: -10px;

    }

    .genesis .para .box h3 {
        font-size: 24px;
        font-weight: 500;
    }

    .genesis .para .box p {
        font-size: 14px;
        color: #212832
    }

    .genesis .para .box .btn {
        width: 170px;
        height: 60px;
        background: #F1A501;
        border-radius: 10px;
        border-color: #F1A501;
        box-shadow: 0px 40px 50px rgba(241, 165, 1, 0.25);
        margin: 25px 0 25px 0;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

    .gbooking {
        width: 100%;
        height: 500px;
        background-color: #d2e6e5;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;

    }

    .gbooking .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;

    }

    .gbooking .pic {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        height: auto;

    }

    .gbooking h3 {
        font-size: 36px;
        font-weight: bold;
    }

    .gbooking p {
        font-size: 16px;
        font-weight: normal;
    }

    .gbooking .btn {
        background: white;
        height: 60px;
        width: 170px;
        font-weight: bold;
        border-radius: 10px;
        box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.15);
        margin-bottom: 25px;
    }

    .gbooking img {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

    }

    /*genesis end */
    /*Research and Training */
    .res-bg {
        background-image: url('../img/development/research-bg-res.jpg');
        background-repeat: no-repeat;
        background-position: left right;
        background-size: cover;
        margin: 0;
        padding: 0;
    }

    .res-bg .hero {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .res-bg .hero h3 {
        color: #fff;
        font-size: 48px;
        font-weight: 600;
        /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35); */
        letter-spacing: 0;
    }

    .res {
        position: relative;
        background-image: url('../img/about/genesis-bg.jpg');
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
    }

    .res .item1 {
        position: relative;
        padding: 25px 0 10px 0;
        width: 100%;
    }

    .res .green-box {
        height: auto;
        border-radius: 10px;
        background: #A0D5C8;
        padding: 45px;
    }

    .res .green-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #221F20;
        padding-bottom: 20px;
    }

    .res .green-box p {
        line-height: 20px;
    }

    .res .item2 {
        padding: 25px 0 10px 0;
        width: 100%;
    }

    .res .yellow-box {
        height: auto;
        border-radius: 10px;
        background: #F1A501;
        padding: 45px;
    }

    .res .right {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .res .left {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .res .pic-right {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .res .yellow-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        padding-bottom: 20px;
    }

    .res .yellow-box p {
        line-height: 20px;
        color: white;
    }

    .res .item3 {
        position: relative;
        padding: 25px 0 10px 0;
        width: 100%;
    }

    .res .rose-box {
        height: auto;
        border-radius: 10px;
        background: #F1876F;
        padding: 45px;
    }

    .res .rose-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #221F20;
        padding-bottom: 20px;
    }

    .res .rose-box p {
        line-height: 20px;
    }

    .res .item4 {
        position: relative;
        padding: 25px 0 25px 0;
    }

    .res .blue-box {
        height: auto;
        border-radius: 10px;
        background: #00446C;
        padding: 45px;
    }

    .res .blue-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        padding-bottom: 20px;
    }

    .res.blue-box p {
        line-height: 20px;
        color: #fff;
    }

    /*End of Research and Training */

    /*Team */
    .team-bg {
        background-image: url('../img/team/team-bg.jpg');
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: cover;
        padding: 0;
        margin: 0;
    }




    .team {
        margin: 45px 0 0 10px;
        height: auto;
    }

    .team h2 {
        font-size: 40px;
        font-weight: 600;
        padding: 45px 0 45px 0;
        text-align: center;
        color: #212832;
    }


    .team .first {
        margin-top: 45px;
        width: 100%;
        display: block;

    }

    .team .line {
        border: solid 3px #F1A501;
        margin-top: -5px;
        opacity: 100%;
        display: flex;

    }

    .team img {
        width: 50%;
        height: auto;
    }


    .team .second {
        margin-top: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .team .second img {
        display: flex;
        justify-content: center;
    }



    .team .third {
        margin-top: 45px;
        width: 100%;
        padding: 0 25px;
    }

    .team h3 {
        display: flex;
        justify-content: end;
        align-items: center;
        font-size: 40px;
        color: #221F20;
        font-weight: 600;
    }


    .team .line {
        border: solid 3px #F1A501;
        margin-top: -5px;
        opacity: 100%;
    }

    .team h4 {
        font-size: 18px;
        font-weight: 600;
        padding: 10px 0 0 0;
    }

    .team h5 {
        font-size: 14px;
        color: #221F20;
    }



    .team p {
        font-size: 14px;

    }

    /*End of Team */
    /*values start */
    .values-bg {
        background-image: url('../img/values/hero.jpg');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        padding: 0;
        margin: 0;
    }

    .values-bg .hero {
        position: relative;
        height: 100%;
    }

    .values-bg .hero h3 {
        color: white;
        font-size: 84px;
        font-weight: 600;
        text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
        letter-spacing: 0;
    }

    .values-bg .hero p {
        color: white;
        font-size: 84px;
        font-weight: normal;
        letter-spacing: 0;
        text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);

    }

    .values {
        position: relative;
        background-image: url('../img/about/genesis-bg.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .values .content {
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 10px;
    }

    .values .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .values .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 30px;
        font-weight: 600;
        margin-left: 8%;
    }


    .values .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 7%;
        bottom: 10%;
    }

    .values .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 68%;
        left: 32%;
        bottom: 10%;
    }

    .values h2 {
        font-size: 40px;
        font-weight: 500;
        padding: 0;
        width: 10%;
        padding: 0 10px 0 10px;
        white-space: nowrap;
    }


    .values .vm {
        padding: 25px 0 25px 0;
    }

    .values .vm .mission-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        height: auto;
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .values .vm .mission-box h3 {
        font-size: 24px;
        color: #212832;
        font-weight: 600;
    }

    .values .vm .mission-box img {
        position: relative;
        padding: 25px 0 25px 0;
        width: 100%;
    }

    .values .vm .vision-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        height: auto;
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .values .vm .vision-box h3 {
        font-size: 24px;
        color: #212832;
        font-weight: 600;
    }

    .values .vm .vision-box img {
        position: relative;
        padding: 25px 0 25px 0;
        width: 100%;
    }

    .goal {
        padding: 10px 0 10px 0;
        background: #f7f7f7;
    }

    .goal .goal-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        height: auto;
        padding: 10px;
        width: 100%;
    }

    .goal .goal-box h3 {
        font-size: 24px;
        color: #212832;
        font-weight: 600;
    }

    .goal .goal-box img {
        position: relative;
        padding: 25px 0 25px 0;
        width: 97%;
    }

    .goal .goal-box p {
        position: relative;
        font-size: 14px;
        margin: 0;
        padding: 10px;

    }

    .objective {
        padding: 10px 0 10px 0;
        background: #f7f7f7;
    }

    .objective .objective-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        height: auto;
        padding: 10px;
        width: 100%;

    }

    .objective .objective-box h3 {
        font-size: 24px;
        color: #212832;
        font-weight: 600;
    }

    .objective .objective-box img {
        position: relative;
        padding: 25px 0 25px 0;
    }

    .objective .objective-box ul {
        position: relative;
        padding: 25px;
        font-size: 14px;

    }

    /*values end */

    /*Tripts Wellness Homes*/
    .wellness-bg {
        background-image: url('../img/programs/bg-white.png');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        margin: 0;
        padding: 0;

    }

    .wellness-bg .hero {
        position: relative;
        display: flex;
        justify-content: start;
        align-items: start;
        height: 700px;
        padding: 45px 0 45px 0;
        z-index: 1;
    }

    .wellness-bg .button img {
        position: absolute;
        right: 30px;
    }

    .wellness-bg .hero h3 {
        color: #221F20;
        font-size: 36px;
        font-weight: 600;
        /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35); */
        letter-spacing: 0;

    }

    .wellness-bg .button {
        position: relative;
        display: block;
        float: left;
        padding: 0;
        margin: 45px 10px 45px 10px;
    }

    .wellness-bg .button img {
        padding-left: 45px;
    }

    .wellness-bg .btn {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 50px;
        margin-bottom: 45px;
        padding: 30px;
    }


    .wellness-bg .btn1 {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 50px;
        margin-bottom: 45px;
        padding: 30px;
    }

    .wellness-bg .btn2 {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 50px;
        margin-bottom: 10px;
        padding: 30px;

    }

    .wellness {
        position: relative;
        background-image: url('../img/about/genesis-bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: -35%;

    }

    .wellness .sub-heading {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 45px;

    }

    .wellness .sub-heading h3 {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 24px;
        font-weight: 600;
        margin-left: 8%;
    }


    .wellness .line {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 7%;
        bottom: 10%;
    }

    .wellness .line1 {
        border: solid 3px #F1A501;
        opacity: 100%;
        position: absolute;
        width: 60%;
        left: 40%;
        bottom: 10%;
    }


    .wellness h2 {
        font-size: 40px;
        font-weight: 500;
        padding: 0;
        width: 10%;
        padding: 0 10px 0 10px;
        white-space: nowrap;
    }



    .wellness .prs {
        padding: 25px 0 25px 0;
    }

    .wellness .prs .addiction-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        width: 100%;
        height: auto;
        padding: 10px;
        margin-bottom: 10px;
    }

    .wellness .prs .addiction-box h3 {
        font-size: 24px;
        color: #212832;
        font-weight: 600;
    }

    .wellness .prs .addiction-box img {
        position: relative;
        padding: 25px 0 25px 0;
        width: 100%;
    }

    .wellness .prs .mental-box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.10);
        width: 100%;
        height: auto;
        padding: 10px;
        margin-bottom: 10px;
    }

    .wellness .prs .mental-box h3 {
        font-size: 24px;
        color: #212832;
        font-weight: 600;
    }

    .wellness .prs .mental-box img {
        position: relative;
        padding: 25px 0 25px 0;
        width: 100%;
    }

    .middle {
        padding: 45px 0 45px 0;
        background: #fff;
    }

    .middle .item1 {
        position: relative;
        padding: 25px 0 25px 0;
    }


    .middle .green-box {
        height: auto;
        border-radius: 10px;
        background: #A0D5C8;
        padding: 45px;
    }

    .middle .green-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #221F20;
        padding-bottom: 20px;
    }

    .middle .green-box p {
        line-height: 20px;
    }

    .middle .item2 {
        padding: 25px 0 25px 0;
    }

    .middle .yellow-box {
        height: auto;
        border-radius: 10px;
        background: #F1A501;
        padding: 45px;
    }

    .right {
        display: flex;
        justify-content: end;
        align-items: center;

    }

    .middle .yellow-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        padding-bottom: 20px;
    }

    .middle .yellow-box p {
        line-height: 20px;
        color: white;
    }

    .middle .item3 {
        position: relative;
        padding: 25px 0 25px 0;
    }

    .middle .rose-box {
        height: auto;
        border-radius: 10px;
        background: #F1876F;
        padding: 45px;
    }

    .middle .rose-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #221F20;
        padding-bottom: 20px;
    }

    .middle .rose-box p {
        line-height: 20px;
    }

    .middle .item4 {
        position: relative;
        padding: 25px 0 25px 0;
    }

    .middle .blue-box {
        height: auto;
        border-radius: 10px;
        background: #00446C;
        padding: 45px;
    }

    .middle .blue-box h3 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        padding-bottom: 20px;
    }

    .middle .blue-box p {
        line-height: 20px;
        color: #fff;
    }

    /*End of Tripts Wellness Homes*/
    /*contact */
    .contact-bg {
        background-image: url('../img/bg.png');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        margin: 0;
        padding: 0;
        height: 100%;

    }

    .contact-bg .hero {
        position: relative;
        height: auto;
        padding: 45px;
    }

    .contact-bg .hero h3 {
        color: #221F20;
        font-size: 36px;
        font-weight: 600;
        /* text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35); */
        letter-spacing: 0;
    }

    .contact .whats {
        position: fixed;
        right: 0;
        bottom: 25px;
    }

    .contact {
        position: relative;
        display: block;
        float: left;
    }

    .contact h4 {
        color: #221F20;
        font-size: 24px;
        font-weight: 600;
    }

    .contact hr {
        color: #00446C;
        border: solid 1px;
        opacity: 100%;
    }

    .contact-column {
        display: flex;
        justify-content: center;
        height: auto;
    }

    .contact-form {
        position: relative;
        width: 100%;
        height: auto;
    }

    .contact-form p {
        color: #8c8c8c;
        padding: 0;
    }

    .contact .submit-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact button {
        width: 50%;
        height: 35px;
        background-color: #f7a930;
        border-radius: 50px;
        border: none;
        font-size: 16px;
        font-weight: 600;
        color: white;
        letter-spacing: -0.5px;
        margin: 25px 0 25px 0;
    }

    /* End of Contact */


    /*Footer*/
    .footer {
        background: #fff;
        width: 100%;
        height: auto;
        padding: 45px 0 0 0;

    }


    .footer p {
        color: #a4a4a4;
        font-size: 14px;
        line-height: 35px;
        text-align: center;
    }

    .footer .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 39%;
    }

    .footer img {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 25px;

    }

    .footer a {
        color: #a4a4a4;
        text-decoration: none;
    }

    .footer .social {
        display: flex;
        justify-content: center;
        position: relative;
    }

    .footer .social p {
        display: flex;
        justify-content: start;
        position: relative;
    }

    .copyright {
        background: #000;
        color: #a4a4a4;
        text-align: center;
        font-size: 14px;
        height: auto;
        padding: 15px;
        display: block;
        float: left;
        width: 100%;
    }
}




/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .contact-bg {
        height: auto;
    }
}


/* Media Query for Large screens */
@media (max-width: 1440px) {
    .counseling {
        position: relative;
        background-image: url('../img/counshubs/treatement-bg-1440.jpg');
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        background-position: center center;
        background-size: cover;
        padding: 45px 0 45px 0;
    }

    .contact-bg {
        height: auto;
    }

}

@media (max-width: 1280px) {
    .counseling {
        position: relative;
        background-image: url('../img/counshubs/treatement-bg-1280.jpg');
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        background-position: center center;
        background-size: cover;
        padding: 45px 0 45px 0;
    }


}

@media only screen and (max-width: 768px) {
    .dboard .first-column .logout {
        position: absolute;
        bottom: 0;
        padding: 45px 0 45px 0;
        left: 10%;
        transform: translateX(-10%);
    }

    .dboard .second-column {
        padding: 25px;
    }


}

@media only screen and (max-width: 480px) {
    .dboard .first-column {
        height: 120vh;
    }

    .dboard .first-column .logout {
        position: relative;
        bottom: 0;
        display: flex;
        justify-content: center;
    }

    .dboard .second-column {
        padding: 30px;
    }

    .search-box {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .search-box input {
        width: 275px;
        height: 50px;
        border-radius: 10px;
    }
}