header.masthead {
    color: #fff;
    height: 600px;
    width: 100%;
    background-image: url('/assets/landing/hero_img.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.masthead .masthead-content {
    margin-right: 30px;
    padding-top: 120px;
    padding-left: 8px;
}

.masthead .masthead-content .masthead-heading {
    font-size: 35px;
    text-weight: 600;
    line-height: 47px;
}

.masthead .masthead-content .masthead-subheading {
    font-size: 15px;
    test-weight: 400;
    line-height: 27px;
}

.masthead .link-get-started {
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 3px solid #0494D4;

}

@media (min-width : 540px) {
    header.masthead {
        color: #fff;
        width: 100%;
        height: 650px;
        background-image: url('/assets/landing/hero_img.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
    }

    .masthead .masthead-content {
        margin-right: 70px;
        padding-top: 150px;
        padding-left: 8px;
    }

    .masthead .masthead-content .masthead-heading {
        font-size: 38px;
        text-weight: 600;
        line-height: 55px;
    }

    .masthead .masthead-content .masthead-subheading {
        padding-top: 30px !important;
        font-size: 16px;
        test-weight: 400;
        line-height: 35px;
    }

    .masthead .link-get-started {
        color: white;
        font-weight: 500;
        font-size: 17px;
        line-height: 18px;
        text-decoration: none;
        border-bottom: 2px solid #0494D4;

    }

    .masthead .get-started {
        padding-top: 30px !important;
    }
}

@media (min-width: 768px) {
    header.masthead {
        color: #fff;
        width: 100%;
        height: 700px;
        background-image: url('/assets/landing/hero_img.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
    }

    .masthead .masthead-content {
        margin-right: 90px;
        padding-top: 180px;
        padding-left: 8px;
    }

    .masthead .masthead-content .masthead-heading {
        font-size: 45px;
        text-weight: 600;
        line-height: 65px;
    }

    .masthead .masthead-content .masthead-subheading {
        padding-top: 30px !important;
        font-size: 18px;
        test-weight: 400;
        line-height: 35px;
    }

    .masthead .link-get-started {
        color: white;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        text-decoration: none;
        border-bottom: 2px solid #0494D4;

    }

    .masthead .get-started {
        padding-top: 30px !important;
    }
}

@media (min-width: 992px) {
    header.masthead {
        color: #fff;
        height: 900px;
        width: 100%;
        background-image: url('/assets/landing/hero_img.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
    }

    .masthead .masthead-content {
        margin-right: 100px;
        padding-top: 200px;
        padding-left: 160px !important;
        margin-left: 30px;
    }

    .masthead .masthead-content .masthead-heading {
        font-size: 64px;
        text-weight: 600;
        line-height: 90px;
    }

    .masthead .masthead-content .masthead-subheading {
        padding-top: 30px !important;
        font-size: 20px;
        test-weight: 400;
        line-height: 27px;
    }

    .masthead .link-get-started {
        color: white;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        text-decoration: none;
        border-bottom: 2px solid #0494D4;

    }

    .masthead .get-started {
        padding-top: 30px !important;
    }
}

/* End Masthead */

/* Slider */
.slider-content {
    padding: 15px 20px;
    background-color: #F5F6FA;
}

@media (min-width: 768px) {
    .slider-content {
        padding: 25px 35px;
        background-color: #F5F6FA;
    }
}

@media (min-width: 992px) {
    .slider-content {
        padding: 25px 70px;
        background-color: #F5F6FA;
    }
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* End Slider */

/* Services */
.service-content {
    padding: 25px 15px;
}

.service-img {
    width: 312px;
    height: 321px;
}

.service-content h1 {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.service-content .service_logo {
    width: 35px;
    height: 35px;
}

.service-content p {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .service-img {
        padding-top: 15px;
        width: 100%;
        height: 400px;
    }

    .service-content h2 {
        padding-top: 10px;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }

    .service-content p {
        padding-top: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .service-content {
        padding-left: 50px;
    }

    .service-img {
        padding-top: 15px;
        width: 100%;
        height: 403px;
    }

    .service-content h2 {
        padding-top: 10px;
        font-size: 25px;
        font-weight: 700;
        line-height: 34px;
    }

    .service-content .service_logo {
        width: 36px;
        height: 36px;
    }

    .service-content p {
        padding-top: 12px;
        padding-left: 10px;
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .service-content {
        padding-left: 50px;
    }

    .service-img {
        padding-top: 20px;
        width: 514px;
        height: 514px;
    }

    .service-content h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 45px;
        /* 150% */
    }

    .service-content .service_logo {
        width: 45px;
        height: 45px;
    }

    .service-content p {
        padding-top: 15px;
        padding-left: 10px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

}

/* End Services */

/* Content */

.content-bg {
    background-color: #F5F6FA;
}


/* Content 1 */
.content-landing-1 {
    padding-top: 30px;
}

.content-landing-1 .content-1 {
    width: 320px;
    height: 430px;
}

.content-word-1 {
    padding-top: 20px;
}

.content-word-1 h3 {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.content-word-1 h2 {
    padding-top: 8px !important;
    font-size: 20px;
    padding-left: 10px;
    font-weight: 700;
    line-height: 30px;
    /* 121.053% */
}

.content-word-1 p {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

@media (min-width: 768px) {
    .content-landing-1 {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .content-word-1 {
        padding-top: 0px;
    }

    .content-word-1 {
        padding-top: 20px;
        padding-right: 60px;
    }

    .content-word-1 h3 {
        padding-left: 0px !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }

    .content-word-1 h2 {
        padding-left: 0px !important;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }

    .content-word-1 p {
        padding-left: 0px !important;
        padding-top: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .content-landing-1 {
        padding-top: 61px;
        padding-right: 100px;
    }

    .content-landing-1 .content-1 {
        width: 360px;
        height: 560px;
    }

    .content-word-1 {
        padding-top: 20px;
        padding-right: 200px;
    }

    .content-word-1 h3 {
        padding-left: 0px !important;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }

    .content-word-1 h2 {
        padding-top: 8px !important;
        padding-left: 0px !important;
        font-size: 25px;
        font-weight: 700;
        line-height: 34px;
    }

    .content-word-1 p {
        padding-top: 10px;
        padding-left: 0px !important;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .content-landing-1 {
        padding-top: 81px;
        padding-right: 150px;
    }

    .content-landing-1 .content-1 {
        width: 480px;
        height: 660px;
    }

    .content-word-1 {
        padding-top: 120px;
        padding-right: 120px;
    }

    .content-word-1 h3 {
        padding-left: 0px !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    .content-word-1 h2 {
        padding-top: 8px !important;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 45px;
    }

    .content-word-1 p {
        padding-top: 10px;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

}

/* End Content 1 */

/* Content 2 */

.content-landing-2 {
    padding-top: 30px;
}

.content-landing-2 .content-2 {
    width: 350px;
    height: 350px;
}

.content-word-2 {
    padding-top: 20px;
}

.content-word-2 h2 {
    padding-top: 8px !important;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    /* 121.053% */
}

.content-word-2 p {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

@media (min-width: 768px) {
    .content-landing-2 {
        padding-top: 70px;
    }

    .content-landing-2 {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .content-word-2 {
        padding-top: 0px;
        padding-right: 30px;
    }

    .content-word-2 h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }

    .content-word-2 p {
        padding-top: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .content-landing-2 {
        padding-top: 70px;
        padding-left: 120px;
    }

    .content-landing-2 .content-2 {
        width: 420px;
        height: 370px;
    }

    .content-word-2 {
        padding-top: 0px;
        padding-left: 80px;
    }

    .content-word-2 h2 {
        padding-top: 8px !important;
        font-size: 25px;
        font-weight: 700;
        line-height: 34px;
    }

    .content-word-2 p {
        padding-top: 10px;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .content-landing-2 {
        padding-top: 81px;
        /* padding-left: 160px; */
    }

    .content-landing-2 .content-2 {
        width: 480px;
        height: 480px;
    }

    .content-word-2 {
        padding-top: 0px;
        padding-left: 170px;
    }

    .content-word-2 h2 {
        padding-top: 8px !important;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 45px;
    }

    .content-word-2 p {
        padding-top: 10px;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

}

/* End Content 2 */

/* Content 3 */

.content-landing-3 {
    padding-top: 30px;
}

.content-landing-3 .content-3 {
    width: 350px;
    height: 420px;
}

.content-word-3 {
    padding-top: 20px;
}

.content-word-3 h2 {
    padding-top: 8px !important;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    /* 121.053% */
}

.content-word-3 p {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

@media (min-width: 768px) {
    .content-landing-3 {
        padding-top: 70px;
        padding-bottom: 50px
    }

    .content-landing-3 {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .content-word-3 {
        padding-top: 0px;
        padding-right: 30px;
    }

    .content-word-3 h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }

    .content-word-3 p {
        padding-top: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .content-landing-3 {
        padding-top: 70px;
        padding-right: 80px;
    }

    .content-landing-3 .content-3 {
        width: 380px;
        height: 460px;
    }

    .content-word-3 {
        padding-top: 0px;
        padding-right: 30px;
    }

    .content-word-3 h2 {
        padding-top: 8px !important;
        font-size: 25px;
        font-weight: 700;
        line-height: 34px;
    }

    .content-word-3 p {
        padding-top: 10px;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .content-landing-3 {
        padding-top: 81px;
        padding-bottom: 80px;
    }

    .content-landing-3 .content-3 {
        width: 600px;
        height: 750px;
    }

    .content-word-3 {
        padding-top: 80px;
        padding-right: 150px;
    }

    .content-word-3 h2 {
        padding-top: 8px !important;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 45px;
    }

    .content-word-3 p {
        padding-top: 10px;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

}

/* End Content 3 */

/* Pricing Content */

.pricing-bg {
    background: linear-gradient(180deg, #CEDDE3 55.00%, rgba(206, 221, 227, 0.00) 100%);
}

.pricing-content {
    margin-bottom:40px;
}

.pricing-content .pricing-2 .best-deal-img {
    margin-top : -36px
}

.pricing-content h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    /* 121.053% */
}

.pricing-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    /* 121.053% */
}

.pricing-content h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    /* 121.053% */
}

.pricing-content p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.pricing-content .pricing-1 {
    padding: 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
    color: #5E6278;
    width: 350px;
}

.pricing-content .pricing-2 {
    margin-top: 30px;
    padding: 20px;
    border-radius: 20px;
    background: var(--lin, linear-gradient(90deg, #24BCAC 0%, #0494D4 100%));
    color: #FFF;
    width: 350px;
}

.pricing-content .feature-list-img {
    width: 26px;
    height: 26px;
}

.pricing-content .small-gym-button {
    margin-top: 20px;
    height: 45px;
    width: 100%;
    /* border-radius: 100px; */
    background: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #0494D4;
    text-decoration: none;
}

.pricing-content .mega-gym-button {
    margin-top: 20px;
    height: 45px;
    width: 100%;
    /* border-radius: 100px ; */
    background: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    text-decoration: none;
}

.pricing-content .text-button {
    font-size: 12px;
    color: #0494D4;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}


@media (min-width: 768px) {
    .pricing-content .pricing-2 {
        margin-top: 0;
    }

    .pricing-content {
        margin-bottom:50px;
    }
}

@media (min-width: 992px) {

    .pricing-content {
        margin-bottom:120px;
    }

    .pricing-content h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 45px;
        /* 121.053% */
    }

    .pricing-content h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        /* 121.053% */
    }

    .pricing-content h4 {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        /* 121.053% */
    }

    .pricing-content p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 175% */
    }

    .pricing-content .pricing-1 {
        padding: 20px;
        margin-right: 50px;
        border-radius: 20px;
        background-color: #FFFFFF;
        color: #5E6278;
        width: 410px;
    }

    .pricing-content .pricing-2 {
        padding: 20px;
        border-radius: 20px;
        margin-left: 50px;
        background: var(--lin, linear-gradient(90deg, #24BCAC 0%, #0494D4 100%));
        color: #FFF;
        width: 410px;
    }

    .pricing-content .feature-list-img {
        width: 29px;
        height: 29px;
    }

    .pricing-content .small-gym-button {
        margin-top: 45px;
        height: 52px;
        width: 100%;
        /* border-radius: 100px; */
        background: #fff;
        border-width: 2px;
        border-style: solid;
        border-color: #0494D4;
        text-decoration: none;
    }

    .pricing-content .mega-gym-button {
        margin-top: 45px;
        height: 52px;
        width: 100%;
        /* border-radius: 100px ; */
        background: #fff;
        border-style: solid;
        border-color: #fff;
        text-decoration: none;
    }

    .pricing-content .text-button {
        color: #0494D4;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

/* End Pricing Content */

/* Client Review */
    .client-review {
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 50px;
    }

    .client-review h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
    }

    .client-review .share {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
    }

    .client-review .client-review-text .text {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .client-review .client-img {
        width: 250px;
        height: 300px;
    }

    .client-review .client-review-text {
        padding:20px;
        border-radius: 20px;
        border: 1px solid #F6F6F6;
        /* background: #FFF; */
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .client-review .client-review-text h4 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }

    .client-review .client-review-text h5 {
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
    }

    .client-review .left-simbol {
        height:45px;
        width:45px;
    }

    .client-review .right-simbol {
        height:45px;
        width:45px;
    }

    @media (min-width: 768px) {
        .client-review {
            margin-left: 4px;
            margin-right: 4px;
            margin-bottom: 80px;
        }
    }

    @media (min-width: 992px) {
        .client-review {
            margin-top : 88px;
            margin-bottom : 160px;
        }
        .client-review h3 {
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: 50px;
        }

        .client-review .share {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
        }

        .client-review .client-review-text .text {
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

        .client-review .client-img {
            width: 287px;
            height: 355px;
        }

        .client-review .client-review-text {
            padding:40px;
            border-radius: 40px;
            border: 1.5px solid #F6F6F6;
            /* background: #FFF; */
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        }

        .client-review .client-review-text h4 {
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px;
        }

        .client-review .client-review-text h5 {
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: 28px;
        }

        .client-review .left-simbol {
            height:60px;
            width:60px;
        }

        .client-review .right-simbol {
            height:60px;
            width:60px;
        }
    }

/* End Client Review */

/* Manage-gym */

.manage-gym-bg {
    /* margin : 4px; */
    height: 260px;
    width: 100%;
    background-image: url('/assets/landing/background-manage-gym.png');
}

.manage-gym {
    margin-bottom:120px;
}

.manage-gym .content-manage-gym h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.manage-gym .content-manage-gym h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.manage-gym .button-manage {
    width: 220px;
    height: 46px;
    background-image: linear-gradient(60deg, #0494D4, #24BCAC);
    cursor: pointer;
    text-decoration: none;
}

.manage-gym .text-manage {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}


@media (min-width: 768px) {
    .phone-img {
        width:240px;
        height :360px;
        margin-top : -40px;
    }

    .manage-gym {
        margin-bottom:80px;
    }
}

@media (min-width: 992px) {

    .manage-gym-bg {
        height: 430px;
        width: 100%;
        background-size: cover;
        background-image: url('/assets/landing/background-manage-gym.png');
    }

    .phone-img {
        width: 400px;
        height: 580px;
        margin-top : -75px;
    }

    .manage-gym .content-manage-gym h4 {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .manage-gym .content-manage-gym h4 {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .manage-gym .button-manage {
        width: 220px;
        height: 46px;
        background-image: linear-gradient(60deg, #0494D4, #24BCAC);
        cursor: pointer;
        text-decoration: none;
    }
}

/* End Manage-gym */

/* Contact Us */

.contact-us-bg {
    background-size: cover;
    width: 100%;
    background-image: url('/assets/landing/contact-us-bg.png');
}

.contact-us {
    padding: 10px;
    margin-top:60px;
}

.contact-us h3 {
    border-bottom-style: solid;
    border-color: #fff;
    width: max-content;
}

.contact-us h3{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color:#fff
}

.contact-us p{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color:#fff
}

.contact-us label {
    font-size: 15px;
    color:#fff
}

.contact-us input {
    border-radius: 12px;
    border: 1px solid var(--fi, #F5F8FA);
    background: rgba(239, 239, 239, 0.30);
}

.contact-us textarea {
    border-radius: 12px;
    width: 100%;
    height: 100px;
    border: 1px solid var(--fi, #F5F8FA);
    background: rgba(239, 239, 239, 0.30);
}

.contact-us .send-message {
    width: 150px;
    height: 46px;
    background-color: #fff;
    cursor: pointer;
    text-decoration: none;
}

@media (min-width: 768px) {
    .contact-us {
        margin-top : 120px;
    }
}

@media (min-width: 992px) {

    .contact-us-bg {
        background-image: none;
    }

    .contact-us {
        background-size: cover;
        border-radius: 25px;
        width: 100%;
        background-image: url('/assets/landing/contact-us-bg.png');
    }

    .contact-us {
        margin-top : 140px;
    }

    .contact-us h3 {
        border-bottom-style: solid;
        border-color: #fff;
        width: max-content;
    }

    .contact-us h3{
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color:#fff
    }

    .contact-us p{
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color:#fff
    }
}

