/* main- heading end */

.left-side-image .fixed-image-layer {
    position: absolute;
    left: 0;
    width: calc(50% - 20px);
    top: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.left-side-image .about-program__content {
    padding: 4.7rem 0rem 4.7rem 4rem;
}

.left-side-image .about-program__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 1.6rem;
}

.left-side-image .about-program__desc {
    font-size: 16px;
}

.left-side-image .about-program__sub-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 8px;
}

@media(max-width:991.5px) {
    .left-side-image .about-program__title {
        font-size: 35px;
        line-height: 45px;
    }
    .left-side-image .about-program__content {
        padding: 2rem;
    }
}

@media(max-width:420.5px) {
    .left-side-image .about-program__title {
        font-size: 24px;
        line-height: 26px;
    }
    .left-side-image .about-program__sub-title {
        font-size: 16px;
    }
    .left-side-image .about-program__sub-title {
        font-size: 14px;
    }
    .left-side-image .about-program__content {
        padding: 1rem;
    }
}

.right-side-image .fixed-image-layer.right-fixed {
    position: absolute;
    width: calc(50% - 20px);
    top: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
}

.right-side-image .about-program__content {
    padding: 4.7rem 0rem 4.7rem 4rem;
}

.right-side-image .about-program__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 1.6rem;
}

.right-side-image .about-program__desc {
    font-size: 16px;
}

.right-side-image .about-program__sub-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 8px;
}

@media(max-width:991.5px) {
    .right-side-image .about-program__title {
        font-size: 35px;
        line-height: 45px;
    }
    .right-side-image .about-program__content {
        padding: 2rem;
    }
}

@media(max-width:420.5px) {
    .right-side-image .about-program__title {
        font-size: 24px;
        line-height: 26px;
    }
    .right-side-image .about-program__sub-title {
        font-size: 16px;
    }
    .right-side-image .about-program__sub-title {
        font-size: 14px;
    }
    .right-side-image .about-program__content {
        padding: 1rem;
    }
}

.banner-captions {
    position: relative;
}

.caption {
    position: absolute;
}

.middle-upper {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.middle-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.middle-bottom {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 70px;
}

.left {
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
    max-width: 600px;
}

.right {
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    max-width: 600px;
}

.caption .title {
    font-size: 40px;
    font-family: 'Konnect-medium';
}

.caption .Sub-tile {
    font-size: 25px;
    font-family: 'Konnect-semibold';
    margin: 20px 0;
}

.caption .title__desc {
    font-size: 20px;
    font-family: 'Konnect-Regular';
}

.multiple-block {
    padding: 60px 0;
}

.Grid-blocks .grid_block-title {
    font-size: 18px;
    font-family: 'Konnect-semibold';
    margin-top: 20px;
    text-align: center;
}

.fit-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fit-image-no-contain {
    width: 100%;
    height: 100%;
}

.grid-images {
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.gjs-dashed img {
    background-color: #fff !important;
}

.main-heading h1,
.main-heading p {
    text-align: center;
}

@media(max-width:1100px) {
    .caption .title {
        font-size: 35px;
    }
    .caption .Sub-tile {
        font-size: 22px;
    }
    .caption .title__desc {
        font-size: 16px;
    }
}

@media(max-width:991px) {
    .caption .title {
        font-size: 30px;
    }
    .caption .title__desc {
        font-size: 14px;
    }
    .product-description_tab .tab-panel_block .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .middle-upper,
    .middle-center,
    .middle-bottom,
    .left,
    .right {
        top: 20px;
        left: 0;
        transform: inherit;
        text-align: center;
        padding: 20px;
        width: 100%;
        right: 0;
        max-width: 100%;
    }
}

@media(max-width:480px) {
    .caption .title {
        font-size: 26px;
    }
    .caption .Sub-tile {
        font-size: 15px;
        margin: 10px 0;
    }
}

.web {
    display: block;
}

.mobile {
    display: none;
}

@media(max-width:767.5px) {
    .web {
        display: none;
    }
    .mobile {
        display: block;
    }
}