.main_sub_banner {
    height: auto;
    width: 100%;
}

.main_sub_banner .sub_page_banner_img {
    height: 250px;
    width: 100%;
    position: relative;
}

.main_sub_banner .sub_page_banner_img::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.315);
}

.main_sub_banner .sub_page_banner_img img {
    height: 100%;
    width: 100%;
}

.main_sub_banner .sub_page_banner_bottom_section {
    height: 100px;
    width: 100%;
    background-color: var(--main-bgcolor);
    position: relative;
}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main {
    width: 100%;
    height: 100%;
    position: relative;
}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main .sub_page_banner_bottom_left {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main .sub_page_banner_bottom_left img {
    height: 100%;
    width: 100%;
}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;

}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_left1 {
    width: 315px;
    height: 100%;
    padding: 0px 15px;
    align-content: center;
    justify-items: center;

}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_left1 h2 {
    color: var(--white);
    font-size: 30px;
    font-family: var(--fontfamily-main);
    font-weight: bold;
}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_left1 h4 {
    color: var(--white);
    font-size: 20px;
    font-family: var(--fontfamily-main);
    display: none;
    margin-top: 20px;
}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_right1 {
    width: 500px;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-left: 37%;

}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_right1 .clip_path_sub_banner {
    height: 100%;
    width: 360px;
    background: var(--white);
    clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
    align-content: center;
    text-align: center;

}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_right1 .clip_path_sub_banner .tt {
    font-size: 20px;
    font-family: var(--fontfamily-main);
    color:var(--black);
    font-weight: 550;
}


.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_right1 .clip_path_sub_banner .yy {
    font-size: 20px;
    font-family: var(--fontfamily-main);
    color:var(--heading-color);
     font-weight: 550;
}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_right1 .curvace_left {
    height: 100%;
    width: 70px;
    position: relative;
}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_right1 .curvace_right {
    height: 100%;
    width: 70px;
    position: relative;
}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_right1 .curvace_left::before {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    height: 100%;
    width: 20px;
    background-image:var(--main-container-bgcolor);
    transform: skewX(-28deg);
}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_right1 .curvace_left::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -26px;
    height: 100%;
    width: 10px;
    background-image:var(--main-container-bgcolor);
    transform: skewX(-28deg) rotate(180deg);
}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_right1 .curvace_right::before {
    content: '';
    position: absolute;
    top: 0;
    left: -28px;
    height: 100%;
    width: 20px;
    background-image: var(--main-container-bgcolor);
    transform: skewX(-27deg);
}

.main_sub_banner .sub_page_banner_bottom_section .sub_page_banner_bottom_main1 .sub_page_banner_bottom_right1 .curvace_right::after {
    content: '';
    position: absolute;
    top: 0px;
    left: -8px;
    height: 100%;
    width: 10px;
    background-image: var(--main-container-bgcolor);
    transform: skewX(-26deg) rotate(180deg);
}