:root {
    --small-title-font-size: 1.5rem;
    --medium-title-font-size: 1.8rem;
    --larg-title-font-size: 2rem;
    --small-heading-font-size: 1.2rem;
    --larg-heading-font-size: 1.4rem;
    --normal-font-size: 1rem;
    --larg-title-font-weight: 800;
    --medium-title-font-weight: 700;
    --small-title-font-weight: 600;
    --larg-heading-font-weight: 550;
    --small-heading-font-weight: 400;
    --normal-font-weight: 330;
    --ln-height-1: 1.1;
    --ln-height-2: 1.2;
    --ln-height-3: 1.3;
    --ln-height-4: 1.4;
    --ln-height-5: 1.5;
    --text-color: #444444;
    --primary-color: #0070FF;
    --special-color: #FF8F00;
    ;
}



* {
    margin: 0px;
    padding: 0px;
    font-family: Outfit;
}

body,
html {
    margin: 0px;
    padding: 0px;
    font-size: var(--normal-font-size);
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}




/* ******************************* */
/* *********** Home Page ********* */
/* ******************************* */



/* ************ Top Bar ******************* */



.top-bar {
    /* Group 1000002567 */
    position: relative;
    width: 100%;
    background-color: #ff8f00;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.top-bar .top-inside1 {
    width: 27%;
    border-right: 1px solid white;
    height: 100%;

}

.top-bar .top-inside1 .icon {
    /* position: relative;
    left: 20%; */
    /* Group 23 */
    position: absolute;
    left: 6.94%;
    right: 90.28%;
    top: 18.46%;
    bottom: 20%;
}

.top-bar .top-inside1 .top-content p {
    /* Call Us Any Time: */

    position: absolute;
    left: 11.81%;
    right: 81.74%;
    top: 18.86%;
    bottom: 59.6%;

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-wrap: nowrap;
    /* identical to box height, or 117% */

    color: #FFFFFF;
    opacity: 0.64;
    transform: rotate(-0.17deg);
}

.top-bar .top-inside1 .top-content h5 {
    /* +1-423-456-7089 */

    position: absolute;
    left: 11.81%;
    right: 78.26%;
    top: 54.46%;
    bottom: 20.92%;

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    text-wrap: nowrap;
    /* identical to box height, or 89% */

    color: #FFFFFF;

    transform: rotate(-0.17deg);

}

.top-bar .top-inside2 {
    width: 30%;
    border-right: 1px solid white;
    height: 100%;
}

.top-bar .top-inside2 .icon {
    position: absolute;
    left: 31%;
    right: 67.57%;
    top: 18.46%;
    bottom: 20%;
}

.top-bar .top-inside2 .top-content p {
    position: absolute;
    left: 36%;
    right: 61.94%;
    top: 21.76%;
    bottom: 59.78%;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-wrap: nowrap;
    /* identical to box height, or 100% */
    color: #FFFFFF;
    opacity: 0.8;
    transform: rotate(-0.17deg);
}

.top-bar .top-inside2 .top-content h5 {
    position: absolute;
    left: 36%;
    right: 50.07%;
    top: 52.75%;
    bottom: 22.64%;

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    text-wrap: nowrap;
    color: #FFFFFF;
    transform: rotate(-0.17deg);
}

.top-bar .top-inside3 {
    width: 43%;
    height: 100%;

}

.top-bar .top-inside3 .insta-icon {
    position: absolute;
    left: 79.31%;
    right: 18.61%;
    top: 26.15%;
    bottom: 27.67%;
}

.top-bar .top-inside3 .youtube-icon {
    position: absolute;
    left: 83.19%;
    right: 14.72%;
    top: 26.15%;
    bottom: 27.68%;
}

.top-bar .top-inside3 .twitter-icon {
    position: absolute;
    left: 87.08%;
    right: 10.83%;
    top: 26.15%;
    bottom: 27.68%;
}

.top-bar .top-inside3 .face-icon {
    position: absolute;
    left: 90.97%;
    right: 6.94%;
    top: 26.15%;
    bottom: 27.69%;
}




/* ****************************************** */
/* *************** Header ******************* */
/* ****************************************** */




header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding-left: 100px;
    padding-right: 100px;
}

.header-logo {
    width: 25%;
    height: 74.21px;
    overflow: hidden;
}

.header-manu {
    height: 24px;
    width: 75%;
    display: flex;
    justify-content: end;
    padding-right: 0px;
}

.header-manu ul {
    list-style-type: none;
}

.header-manu ul li {
    display: inline-block;
    padding: 0px;
    text-align: right;
    margin: 0px;
}

.header-manu ul li a {
    margin: 0px 15px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.header-manu ul li a::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0070FF;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 50px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.header-manu ul li a:hover::before {
    background-color: #FF8F00;
    transform: scaleX(1);
}


.header-manu ul li a:hover {
    color: #FF8F00;
}

.header-manu ul li a.active {
    font-weight: 800;
    font-size: 1.4rem;
    color: #0070FF;
}


/* * -------------------------------------------- * */
/* * ------------------ Sub Manu ---------------- * */
/* * -------------------------------------------- * */

.services-manu {
    position: relative;
    padding: 0px;
    margin: 0px;
    /* border: 2px solid; */
}

.services-manu .sub-manu {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: fit-content;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    border-radius: 5px;
    margin-top: 6px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 2px 2px 8px;
    transition: opacity 0.5s, height 0.5s ease;
    /* Add opacity and height transitions */
    margin-top: 20px;
}

.services-manu img {
    transform: translateX(-20px);
}

.services-manu .sub-manu a {
    text-decoration: none;
    text-wrap: nowrap;
    font-size: 1.2rem;
    margin: 10px 0px;
    transition: all 0.2s;
}

.services-manu .sub-manu a:hover {
    color: #FF8F00;
    font-weight: 700;
}


#down_arrow {
    cursor: pointer;
    margin-left: 15px;
}








/* **************************************** */
/* ************** Hero Section ************ */
/* **************************************** */
.swiper {
    width: 100%;
    height: 115vh;
    z-index: 0 !important;
    overflow: hidden;
    position: relative;
}

/* Swiper slide */
.swiper-slide {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: fit-content;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 95px !important;
    color: white;
    text-align: center;
    position: relative;
    z-index: 0;
}


.swiper-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(51, 147, 240, 0) 100%);
    z-index: -1;
}

.swiper-slide .home-hero-content {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.swiper-slide .home-hero-content .hero-small-title {
    display: flex;
    justify-content: start;
}

.swiper-slide .home-hero-content .hero-small-title h5 {
    font-family: 'Roboto';
    /* font-style: normal; */
    /* font-weight: 400; */
    /* font-size: 2rem; */
    /* line-height: 36px; */
    text-transform: uppercase;
    color: #FFFFFF;
}

.swiper-slide .home-hero-content .home-hero-heading {
    font-family: 'Outfit';
    text-align: start;
    color: #FFFFFF;
}

.swiper-slide .home-hero-content .home-hero-heading .special {
    color: #FF8F00;
    position: relative;
}

.swiper-slide .home-hero-content .home-hero-heading .special::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #FF8F00;
    border-radius: 50%;
}

.swiper-slide .home-hero-content .para {
    font-family: 'Roboto';
    width: 70%;
    font-style: normal;
    /* margin-top: 30px; */
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    text-transform: capitalize;
    text-align: start;
    color: #FFFFFF;
}

.swiper-pagination {
    transform: translateY(-130px) !important;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    padding: 0px;
    /* background-color: rgba(0, 0, 0, 0.425); */
    border: 3px solid #FF8F00;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FF8F00;
    border: none;
}





/* **************** Suupport card line **************** */

.support-section {
    width: 100%;
    /* left: calc(50% - 100%/2); */
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    z-index: 100 !important;
}


.support-section .support-card {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.support-inner-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #FF8F00;
}

.support-inner-card.b-none {
    border: none;
}

.support-inner-card .heading {
    font-family: 'Outfit';
    font-weight: var(--larg-heading-font-weight);
    /* font-size: var(--medium-title-font-size); */
    line-height: var(--ln-height-2);
    text-align: center;
    color: var(--text-color);
    cursor: pointer;
}

.support-inner-card .heading .special {
    color: var(--special-color);
}






/* *************** how-we-are *************** */




.how-we-are .part-1 .img {
    width: 100%;
    /* overflow: hidden;     */
}

.how-we-are .part-1 .img img {
    width: 100%;
    height: 100%;
}


.how-we-are .part-2 .how-we-are-title {
    display: flex;
    justify-content: start;
}

.how-we-are .part-2 .how-we-are-title h5 {
    margin-left: 18px;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #0070FF;
}

.how-we-are .part-2 .heading {
    font-family: 'Outfit';
    color: #000000;
}

.how-we-are .part-2 .heading .special {
    color: #FF8F00;
}

.how-we-are .part-2 .para {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: justify;
    color: #444444;
}

.how-we-are .part-2 .para .special {
    font-weight: 800;
    color: #0070FF;
}

.how-we-are .part-2 .heart-broken {
    display: flex;
    /* justify-content: start; */
    align-items: center;
    margin: 10px 0px;
}

.how-we-are .part-2 .heart-broken h5 {
    font-family: 'Outfit';
    /* font-style: normal; */
    /* font-weight: 600; */
    /* font-size: 20px; */
    color: #000000;
    /* margin-left: 20px; */
}





/* ************** What we offers ************** */






.what-we-offers {
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: fit-content;
}


.what-we-offers .headers .title {
    display: flex;
    justify-content: start;
    align-items: center;
}

.what-we-offers .headers .title h5 {
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #FFFFFF;
}

.what-we-offers .headers .heading {
    font-family: 'Outfit';
    font-weight: 700;
    color: #FFFFFF;
}

.what-we-offers .headers .heading .special {
    color: #FF8F00;
}

.what-we-offers .headers .view-all-services-btn {
    display: flex;
    justify-content: end;
    align-items: center;
}


.what-we-offers .cards-row {
    width: 100%;
    /* height: fit-content; */
    display: flex;
    justify-content: center;
}

.what-we-offers .cards-row .card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-radius: 8px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
}

.what-we-offers .cards-row .card .card-img {
    width: 100%;
    height: 42%;
    overflow: hidden;
    border-radius: 0px;
}

.what-we-offers .cards-row .card .card-img img {
    width: 100%;
}

.what-we-offers .cards-row .card .card-content {
    width: 100%;
    height: 58%;
    display: flex;

    flex-direction: column;
    justify-items: center;
    justify-content: start;
    position: relative;
}

.what-we-offers .cards-row .card .card-content .icon {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.what-we-offers .cards-row .card .card-content .title {
    font-family: 'Outfit';
    text-align: center;
    color: #000000;
}

.what-we-offers .cards-row .card .card-content .title .special {
    color: #FF8F00;
}

.what-we-offers .cards-row .card .card-content hr {
    border: 1px solid #0070FF;
    width: 45%;
    margin: 0px auto;
    opacity: 1;
}

.what-we-offers .cards-row .card .card-content p {
    font-family: 'Roboto';
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    color: #444444;
}

.what-we-offers .cards-row .card .card-content .btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
}
.what-we-offers .cards-row .card .card-content .btn-box a{
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}








/* *********** Why Choose Us *********** */




.why-choose-us .headers {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}


.why-choose-us .headers .title {
    display: flex;
    justify-content: center;
}

.why-choose-us .headers .title h5 {
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #0070FF;
}

.why-choose-us .headers .heading {
    font-family: 'Outfit';
    text-align: center;
    color: #000000;
}

.why-choose-us .headers .heading .special {
    color: #FF8F00;
}

.why-choose-us .content {
    width: 100%;
}

.why-choose-us .left {
    width: 100%;
    height: fit-content;
}

.why-choose-us .left img {
    width: 100%;
    height: 100%;
}


.why-choose-us .right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-choose-us .right .content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    border-bottom: 2px dashed #0070FF;
}
.why-choose-us .right .content.b-none {
    border-bottom: none;
}


.why-choose-us .right .content .heading {
    font-family: 'Outfit';
    color: #000000;
}

.why-choose-us .right .content .heading .special {
    color: #FF8F00;
}

.why-choose-us .right .content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: justify;
    color: #444444;
    margin-top: 10px;
}








/* ************* Video Section ************** */




.video-container {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 95vh;
    position: relative;
    z-index: 0;
}

.video-container::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0070FFC2;
    z-index: -1;
}

.video-container .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.video-container .content .top {
    width: 100%;
    height: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container .content .top .heading {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 76px;
    text-align: center;
    color: #FFFFFF;
}

.video-container .content .top .heading .special {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 76px;
    text-align: center;
    color: #FF8F00;
}

.video-container .content .bottom {
    width: 100%;
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.video-container .content .bottom .icon {
    width: 130px;
    height: 130px;
}

.video-container .content .bottom p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 18px;
}






/* **************** Get In Touch ************* */






.get-in-touch .left {
    height: 120vh !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.get-in-touch .left .title {
    display: flex;
    justify-content: start;
    align-items: center;
}

.get-in-touch .left .title h5 {
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #0070FF;
}

.get-in-touch .left .heading {
    font-family: 'Outfit';
    color: #000000;
}

.get-in-touch .left .heading .special {
    color: #FF8F00;
    text-wrap: nowrap;
}

.get-in-touch .left .para {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.3rem;
    color: #222222;
}


.get-in-touch .left .info-container .info h5 {
    font-family: 'Roboto';
    color: #444444;
    margin-left: 24px;
}


.get-in-touch .right {
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: start;
}

.get-in-touch .right .form-card {
    width: 100%;
    height: 100%;
    padding: 48px 27px;
    padding-top: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 19.375px;
}






/* **************************************************** */
/* **************************************************** */

/* ******************** About Page ******************** */

/* **************************************************** */
/* **************************************************** */





/* ******************************************* */
/* ************** Hero Section *************** */
/* ******************************************* */



.hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

.hero-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.7;
    z-index: -1;
}

.hero-section .title {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-size: 4rem;
    line-height: 90px;
    text-align: center;
    color: #FFFFFF;
}

.hero-section .title .special {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-size: 4rem;
    line-height: 90px;
    text-align: center;
    color: #FF8F00;
}





.about-who-we-are {
    padding-top: 20px;
}

.about-who-we-are .left img {
    width: 100%;
    /* height: 100%; */
}


.about-who-we-are .right {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.about-who-we-are .right .how-we-are-title {
    display: flex;
    justify-content: start;
}

.about-who-we-are .right .how-we-are-title h5 {
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #0070FF;
}

.about-who-we-are .right p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #222222;
}





/* ************* Our Mission ************* */



.our-mission .left {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-mission .left .heading {
    font-family: 'Outfit';
    color: #000000;
}

.our-mission .left .heading .special {
    color: #FF8F00;
}

.our-mission .left p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #222222;
}


.our-mission .left .list-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.our-mission .left .list-box h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #222222;
    margin-bottom: 2px;
}

.our-mission .left .list-box .list {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 7px;
}

.our-mission .left .list-box .list p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    color: #222222;
    padding: 0px;
    margin: 1px 0px;
    margin-left: 12px;
}


.our-mission .right {
    overflow: hidden;
}

.our-mission .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}







/* **************************************************** */
/* **************************************************** */

/* ******************** Services Page ******************** */

/* **************************************************** */
/* **************************************************** */





/* ************** Our Services Section *************** */


.our-services .headers {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.our-services .headers .title {
    display: flex;
    justify-content: center;
}

.our-services .headers .title h5 {
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #0070FF;
}

.our-services .headers .heading {
    font-family: 'Outfit';
    text-align: center;
    color: #000000;
}

.our-services .headers .heading .special {
    color: #FF8F00;
}






/* *************************************************************** */
/* *************************************************************** */

/* ******************** community_based_adult ******************** */

/* *************************************************************** */
/* *************************************************************** */





.content-container .left {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.content-container .left .top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #F7F7F7;
    box-shadow: 0px 0px 7.59323px rgba(0, 0, 0, 0.1);
    border-radius: 1.89831px;
}

.content-container .left .top .services-special-btn {
    width: 95%;
    padding: 13px 28px;
    padding-right: 100px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9.49153px rgba(0, 0, 0, 0.14);
    border-radius: 3.79661px;
    position: relative;
    display: flex;
    align-items: center;
}

.content-container .left .top .services-special-btn h5 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.content-container .left .top .services-special-btn svg {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.content-container .left .top .services-special-btn.active {
    background-color: #FF8F00;
}

.content-container .left .top .services-special-btn.active h5 {
    color: #FFFFFF;
}

.content-container .left .top .services-special-btn:hover {
    background-color: #FF8F00;
    cursor: pointer;
}

.content-container .left .top .services-special-btn:hover h5 {
    color: #FFFFFF;
}

.content-container .left .top .services-special-btn.active svg path {
    fill: #FFFFFF;
}

.content-container .left .top .services-special-btn:hover svg path {
    fill: #FFFFFF;
}



.content-container .left .bottom {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 60px;
    padding: 50px 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.content-container .left .bottom::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0070FF;
    opacity: 0.75;
    border-radius: 10px;
    z-index: -1;
}

.content-container .left .bottom h4 {
    font-family: 'Outfit';
    text-align: center;
    color: #FFFFFF;
}

.content-container .left .bottom h5 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 40px;
}

.content-container .left .bottom p {
    bottom: 49.06;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    transform: rotate(-0.17deg);
    margin-top: 10px;
}



.content-container .right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.content-container .right .img-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 448px;
    border: 1px solid #0070FF;
    border-radius: 5px;
}

.content-container .right h4 {
    font-family: 'Outfit';
    color: #000000;
}

.content-container .right h4 span {
    color: #FF8F00;
}

.content-container .right p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    text-align: justify;
    color: #444444;
}

.content-container .right .type li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    position: relative;
    padding-left: 25px;
}

.content-container .right .type {
    list-style: none;
    padding-left: 0px;
}


.content-container .right .type li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 12px;
    height: 12px;
    background-color: #FF8F00;
    border-radius: 50%;
}






/* ********************************************************** */
/* ********************************************************** */

/* ******************** in-home support ******************** */

/* ********************************************************** */
/* ********************************************************** */




.content-container.custom-style {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    justify-content: space-between;
    padding: 80px 80px;
}

.content-container.custom-style .left {
    width: 40%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.content-container.custom-style .left .top {
    width: 100%;
    display: flex;
    padding: 30px 24px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #F7F7F7;
    box-shadow: 0px 0px 7.59323px rgba(0, 0, 0, 0.1);
    border-radius: 1.89831px;
}

.content-container.custom-style .left .top .services-special-btn {
    width: 95%;
    padding: 13px 28px;
    padding-right: 100px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9.49153px rgba(0, 0, 0, 0.14);
    border-radius: 3.79661px;
    position: relative;
    display: flex;
    align-items: center;
}

.content-container.custom-style .left .top .services-special-btn h5 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.content-container.custom-style .left .top .services-special-btn svg {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.content-container.custom-style .left .top .services-special-btn.active {
    background-color: #FF8F00;
}

.content-container.custom-style .left .top .services-special-btn.active h5 {
    color: #FFFFFF;
}

.content-container.custom-style .left .top .services-special-btn:hover {
    background-color: #FF8F00;
    cursor: pointer;
}

.content-container.custom-style .left .top .services-special-btn:hover h5 {
    color: #FFFFFF;
}

.content-container.custom-style .left .top .services-special-btn.active svg path {
    fill: #FFFFFF;
}

.content-container.custom-style .left .top .services-special-btn:hover svg path {
    fill: #FFFFFF;
}



.content-container.custom-style .left .bottom {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 60px;
    padding: 50px 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.content-container.custom-style .left .bottom::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0070FF;
    opacity: 0.75;
    border-radius: 10px;
    z-index: -1;
}

.content-container.custom-style .left .bottom h4 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
}

.content-container.custom-style .left .bottom h5 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 40px;
}

.content-container.custom-style .left .bottom p {
    bottom: 49.06;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    transform: rotate(-0.17deg);
    margin-top: 10px;
}



.content-container.custom-style .right {
    width: 57%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.content-container.custom-style .right .img-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 704px;
    height: 448px;
    /* border: 1px solid #000000; */
    border: 1px solid #0070FF;
}

.content-container.custom-style .right h4 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #000000;
    margin-top: 30px;
}

.content-container.custom-style .right h4 span {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #FF8F00;
}

.content-container.custom-style .right p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    text-align: justify;
    color: #000000;
    margin-top: 15px;
}

.content-container.custom-style .right .type li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    position: relative;
    padding-left: 25px;
}

.content-container.custom-style .right .type {
    list-style: none;
    padding-left: 0px;
}


.content-container.custom-style .right .type li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 12px;
    height: 12px;
    background-color: #FF8F00;
    border-radius: 50%;
}




.content-container .right h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #000000;
    margin-top: 10px;
}

.content-container .right h5 span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #FF8F00;
}


.content-container .right ul {
    list-style: none;
    padding-left: 0px;
}

.content-container .right .change-type li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    position: relative;
    padding-left: 25px;
}


.content-container .right .change-type li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0px;
    width: 12px;
    height: 12px;
    color: #FF8F00;
    border-radius: 50%;
}










/* **************************************************** */
/* **************************************************** */

/* ******************* Referral Page ****************** */

/* **************************************************** */
/* **************************************************** */





/* ******************************************* */
/* ************** Form Section *************** */
/* ******************************************* */




.patient-form {
    width: 100%;
    margin-top: 80px;
    padding: 0px 100px;
}

.patient-form .title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.patient-form .title h4 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #000000;
}

.patient-form .title h4 span {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #FF8F00;
}

.referal-form label {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 22px;
    color: #000000;
}

.referal-form label span {
    font-size: 1rem;
}

.referal-form input {
    width: 100%;
    box-sizing: border-box;
    background: #F7F7F7;
    border: 1px solid #0070FF;
    border-radius: 4.11837px;
    padding: 20px 25px;
}

.referal-form input::placeholder {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #444444;
    opacity: 0.6;
}


.referal-form.date-icon {
    position: relative;
}

.referal-form.date-icon .icon {
    position: absolute;
    right: 50px;
    bottom: 12px;
    cursor: pointer;
}

.gander-title {
    font-size: 1.5rem;
}

.referal-form .gender-list {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}

.referal-form .gender-list .gender {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.referal-form .gender-list .gender label {
    margin-left: 100px;
    position: relative;
    font-size: 1.3rem;
}

.gender-list .gender input[type="radio"] {
    display: none;
}


.gender-list .gender label:before {
    content: '';
    position: absolute;
    left: -60px;
    top: -2px;
    width: 25px;
    height: 25px;
    border: 4px solid #FF8F00;
    border-radius: 50%;
    /* background-color: #FF8F00; */
    transition: background-color 0.3s, border-color 0.3s;
}

.gender-list .gender input[type="radio"]:checked+label::after {
    content: '';
    position: absolute;
    left: -54px;
    top: 4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #FF8F00;
    transition: background-color 0.3s, border-color 0.3s;
}



.patient-address h4 {
    margin-top: 60px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #000000;
}

.patient-address h4 span {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #FF8F00;
}

.gander-title {
    font-size: 1.5rem !important;
}

.gander-title span {
    font-size: 1.5rem !important;
}







/* **************************************************** */
/* **************************************************** */

/* ******************** Contact Page ******************** */

/* **************************************************** */
/* **************************************************** */





/* ******************************************* */
/* ************** contact Section *************** */
/* ******************************************* */



.contact-info-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around !important;
}

.contact-info-container .contact .icon {
  display: flex;
  justify-content: end;
}

.contact-info-container .contact .icon img {
    width: 90%;
}

.contact-info-container .contact .content h5 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.contact-info-container .contact .content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.contact-form {
    width: 100%;
    padding: 0px 100px;
    margin-top: 62px;
}


.map {
    width: 100%;
    height: 525px;
    margin-top: 80px;
}





/* *************************************** */
/* ************** Footer ***************** */
/* *************************************** */

footer {
    width: 100%;
    height: 490px;
    background-color: #000000;
}

footer .footer-top {
    width: 100%;
    height: 87%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 100px;
    padding-top: 79px;
}

footer .footer-top .footer-info {
    width: 30%;
    height: 100%;
    color: #FFFFFF;
    margin-right: 60px;
}

footer .footer-top .footer-info p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 20px;
}


footer .footer-top .footer-quick-links {
    width: 21%;
    height: 100%;
    color: #FFFFFF;
    margin-right: 40px;
}

footer .footer-top .footer-quick-links h5 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
}

footer .footer-top .footer-quick-links ul {
    list-style-type: none;
    /* margin: 0px; */
    padding: 0px;
}

footer .footer-top .footer-quick-links ul li {
    margin-top: 20px;
}

footer .footer-top .footer-quick-links ul :first-child {
    margin-top: 30px;
}

footer .footer-top .footer-quick-links ul li a {
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 370;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    position: relative;
    transition: all 0.3s ease;
}


footer .footer-top .footer-quick-links ul li a::before {
    content: "";
    width: 100%;
    height: 3px;
    /* background-color: #0070FF; */
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 50px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

footer .footer-top .footer-quick-links ul li a:hover::before {
    background-color: #FF8F00;
    transform: scaleX(1);
}


footer .footer-top .footer-quick-links ul li a:hover {
    color: #FF8F00;
}


footer .footer-top .footer-quick-links ul li a.active {
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FF8F00;
}


footer .footer-top .footer-contact-us {
    width: 28%;
    height: 100%;
    color: #FFFFFF;
    margin-right: 60px;
}

footer .footer-top .footer-contact-us h5 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
}

footer .footer-top .footer-contact-us .group {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 24px;
}

footer .footer-top .footer-contact-us .group:first-of-type {
    margin-top: 30px;
}

footer .footer-top .footer-contact-us .custom-content-top {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 24px;
}


footer .footer-top .footer-contact-us .group h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 9px;
}


footer .footer-top .footer-follow-up {
    width: 21%;
    height: 100%;
    color: #FFFFFF;
}

footer .footer-top .footer-follow-up h5 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
}

footer .footer-top .footer-follow-up .social-media-icons {
    margin-top: 30px;
    display: flex;
    /* justify-content: start; */
    justify-content: space-between;
}



footer .footer-bottom {
    width: 100%;
    height: 13%;
    padding: 0px 92px;
    display: flex;
    justify-content: center;
}

footer .footer-bottom .copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #FFFFFF;
}

footer .footer-bottom .copyright p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
}