/* Layout - Sub Zig-Zag */
.sub_zigzag_section .home_view_header .title_panel .pageHeading_main {
    padding-bottom: 0;

    color: var(--main-color);
    font-size: 24px;

    line-height: 1.1;
    font-weight: bold !important;

}

.sub_zigzag_section .sub_zigzag_content{
    /* position: absolute;
    top: 10px;
    padding: 15px 20px;
    width: 100%; */
    padding: 20px;
    width: 50%;
    /* margin-top: 4%; */
}

.sub_zigzag_section .sub_zigzag_txt_box{
    color: var(--black-color);
    font-weight: bold;
}

.sub_zigzag_section .sub_zigzag_subtitle{
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
}

.sub_zigzag_section .sub_zigzag_title{
    font-size: 48px;
    line-height: 1.1;
    color: var(--theme-color);
    letter-spacing: 0;
    margin-bottom: 30px;
   
    font-weight: 400;
    font-style: normal;
}

.sub_zigzag_section .sub_zigzag_descp {
    font-size: 15px;
    font-weight: 400;
    color: var(--main-color);
}

.sub_zigzag_section .sub_zigzag_descp p{
    font-weight: normal;
    font-size: 16px;
}

.sub_zigzag_section .sub_banner_link,
.sub_zigzag_section .sub_banner_btn{
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;

    padding: 0;
    color: unset;
    background-color: unset;
   
    /* border-bottom: 1px solid var(--black-color);
    color: var(--black-color);
   
    padding: 0px 0px;
    transition: all .3s linear;
    border-radius: 0px;
    background-color: transparent !important; */
    
}

.sub_zigzag_section .sub_banner_btn .banner_btn_txt{
    display: inline-block;
    background-color: var(--black-color);
    color: var(--white-color);
    /* padding: 15px 46px; */
    padding: 10px 30px;
    border-radius: 34px;
    transition: all .3s linear;
    letter-spacing: 0.1rem;
    max-width: 45rem;
    border: 0px solid var(--black-color);
}

.sub_zigzag_section .sub_banner_btn{
    margin: 20px 0 !important;
}

.sub_zigzag_section .banner_sub_txt_descp {
    color: var(--light-grey-color-2);
}

.sub_zigzag_section .pageHeading_descp {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.sub_zigzag_section .pageHeading_descp p{
    margin: 0;
}

.sub_zigzag_section .banner_btn{
    margin-top: 20px;
}

.sub_zigzag_section .banner_link, 
.sub_zigzag_section .banner_link:hover {
    background-color: var(--accent-color);
    color: var(--black-color);
    border: 1px solid var(--accent-color);
    border-radius: 0 !important;
}

.sub_zigzag_section .sub_banner_link,
.sub_zigzag_section .sub_banner_link:hover{
    color: var(--black-color);
    background-color: transparent;
}

.sub_zigzag_section .sub_zigzag_box {
    display: flex;
    align-items: center;
    /* align-items: flex-start; */
    /* padding: 50px 0; */
    justify-content: space-between;
    gap: 30px;
}

.sub_zigzag_section .sub_zigzag_inner_panel:nth-child(2n) .sub_zigzag_box{
    flex-direction: row-reverse;
}

.sub_zigzag_section .home_view_header .banner_btn .btn_txt{
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 15px 46px;

    border-radius: 34px;
    transition: all .3s linear;
    letter-spacing: 0.1rem;
    max-width: 45rem;
    border: 0px solid var(--black-color);
}

section.sub_zigzag_section:first-of-type {
	height: unset !important;
}

section.sub_zigzag_section:first-of-type video,
section.sub_zigzag_section:first-of-type img {
	min-height: unset !important;
	object-fit: cover;
}

@media only screen and (max-width: 850px) {
    .sub_zigzag_section .sub_zigzag_box {
        display: block;
        /* padding: 0 0 50px; */
    }

    .sub_zigzag_section .sub_zigzag_content {
        width: 100%;
    }
}

@media only screen and (max-width: 610px) {
    .sub_zigzag_section .container{
        padding: 0 20px !important;
    }

    .sub_zigzag_section .sub_zigzag_title{
        font-size: 25px;
    }

    .sub_zigzag_section .sub_banner_link {
        font-size: 14px;
    }


    .sub_zigzag_section .sub_zigzag_subtitle {
        margin-bottom: 5px;
    }

    .sub_zigzag_section .sub_zigzag_content {
        padding: 15px 20px;
    }

    .sub_zigzag_section .sub_zigzag_panel {
        flex-wrap: wrap;
    }

    /* .sub_zigzag_section .sub_zigzag_content {
        padding: 0px 0 0 !important;
    } */
}