.w_70{
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
}

.int_text .left_align h2,
.int_text .left_align p{
    text-align: left;
}

.sticky_top{
    position: sticky;
    top: 30%;
    width: 100%;
    flex: 1;
}

.banner_bot_text h2{
    font-size: 36px;
    color: #000000;
    font-family: 'Cresing';
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;

}

.flex_container{
    display: flex;
}

.int_text .int_main {
    padding: 50px 0;
}

.flex_container .img_wrapper, 
.flex_container .banner_bot_text{
    width: 50%;
}

.dark_bg{
    background-color: #e9f5ef;
}

.flex_container .banner_bot_text{
    padding: 0 50px;
}

.flex_container .banner_bot_text p,
.flex_container .banner_bot_text h2{
    text-align: left;
}

.flex_container .img_wrapper img{
    height: 100%;
    object-fit: cover;
}
.list_item_container .right_icon_wrapper img{
    border-radius: 30px;
    width: 28px;

}

.list_item_container.changed .right_icon_wrapper{
    width: 5%;
}

.list_item_container.changed .content_wrapper{
    width: 95%;
}


.list_wrapper{
    flex: 1;
}

.flex_center{
    display: flex;
    align-items: flex-start;
    grid-column-gap: 5em;
    margin: 60px 0;
}

.list_item_container {
    display:flex;
    gap:30px;
    position:relative;
}

.list_item_container .right_icon_wrapper {
    width:20%;
    z-index:2;
}

.list_item_container .content_wrapper span{
    display:block;
    text-transform:uppercase;
    font-family: 'Tenor Sans', sans-serif;
}

.list_item_container .content_wrapper p{
    font-size: 17px;
    line-height: 31px;
    color: #000000;
    font-weight: 400;
    font-family: 'Tenor Sans', sans-serif;
    margin-bottom: 0px;
}
.list_item_container .content_wrapper h2{
    font-size: 22px;
    color: #000000;
    font-family: 'Tenor Sans', sans-serif;
    margin: 10px 0;
    font-weight: 600;
}
    

.list_item_container .icon_line {
    position:absolute;
    top:10px;
    left:13px;
    /* background:#007336; */
    width:1px;
    height:100%;
    z-index:1;
    border-right: 1px dashed #007336;
}

.d-none{
    display: none;
}

.pro_brand_sec{
    display: none;
}

section.reason_for_choose_dh,
.light_bg {
    padding: 50px 0;
    background-color: #e9f5ef;
}

section.reason_for_choose_dh .banner_bot_text{
    margin-top: 0;
}


.light_bg .details_with_txt{
    margin: 0;
}
.content_wrapper{
    margin-bottom: 50px;
}


.flex_wrapper_with_li .designer_list_item li:nth-child(1){
    background: #daeae2;
}
.flex_wrapper_with_li .designer_list_item li:nth-child(2){
    background: #d2e5db;
}

.flex_wrapper_with_li .designer_list_item li:nth-child(3){
    background: #daeae28f;
}

.flex_wrapper_with_li .designer_list_item.center_align li:nth-child(3){
    background: #daeae2;
}

.flex_wrapper_with_li .designer_list_item li:nth-child(4){
    background: #daeae2;
}
.flex_wrapper_with_li .designer_list_item li:nth-child(5){
    background: #dbebe2;
}
.flex_wrapper_with_li .designer_list_item li img{
    max-width: 69px;
    margin: 0px auto 0;
    border: 1px solid #d2e5db;
    border-radius: 50%;
    position: absolute;
    left: -51px;
    top: 14%;
}
.flex_wrapper_with_li .designer_list_item li{
    position: relative;
    margin: 20px 20px 10px 60px;
    line-height: 25px; 
} 
.flex_wrapper_with_li .designer_list_item li b{
    letter-spacing: 0.3px;
}


.flex_wrapper_with_li{
    background-color: #e9f5ef;
}
section.all_points.p_md_5 {
    padding-top: 0px;
}
section.all_points h2{
    margin-bottom: 20px;
}
.all_points .flex_container:nth-child(odd) {
    background: #f0f9f4;
}
section.all_points.p_md_5 {
    padding-bottom: 0px; 
}
.flex_wrapper_with_li p:last-child {
    margin-bottom: 0px;
}  

.all_points .flex_container:last-child {
    background: #e0ede7;

}
section.int_text{
    background: #fff;
} 
.banner_text {
    position: absolute;
    bottom: 100px;
    text-align: left;
    display: block;
    margin: 0 auto;
    width: 100%;
    top: 40%;
}


.banner_text h2 {
    font-size: 60px;
    color: #000000;
    font-family: 'Cresing';
    font-weight: normal;
    text-align: left;
    padding-left: 75px;
    margin-bottom: 0;
}



.banner_main {
    position: relative;
}

.icon_t_inner {
    display: block;
    background: #f2fff9;
    padding: 10px 25px;
    margin: 10px;
    border-radius: 20px;
    width: 25%;
}
.icon_t_inner img {
    max-width: 70px;
    margin: -46px auto 0;
    border: 1px solid #affcd6;
    border-radius: 50%;
}

.icon_t_inner p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: 'Cresing';
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
}

section.int_icon_wrap {
    padding-bottom: 60px;
}

@media screen and (max-width:768px) {
    .sticky_top{
        position: relative;
    }

    .flex_center{
        display: block;
        margin: 30px 0;
    }

    .banner_bot_text{
        margin-top: 20px;
    }

    .list_item_container .content_wrapper h2{
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    .list_item_container{
        gap: 20px;
    }

    .list_item_container .right_icon_wrapper{
        width: 45%;
    }

    .list_item_container .icon_line{
        left: calc(100% - 87.10vw);
        width: 0.5px;
    }

    .list_item_container .content_wrapper p{
        font-size: 15px;
        line-height: 30px;
        padding-bottom: 30px;
        margin-bottom: 0; 
    }
    
    .list_item_container .content_wrapper span{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .w_70{
        width: 100%;
    }

    .banner_bot_text h2{
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    .flex_container{
        display: block;
    }

    .flex_container .img_wrapper, .flex_container .banner_bot_text{
        width: 100%;
    }

    .int_icon_wrap .icon_text_main{
        padding-top: 0;
    }

    .icon_text_main .icon_t_inner{
        width: 100%;
        margin-bottom: 40px !important;
    }

    .int_text .int_main{
        padding: 30px 0;
    }

    section.reason_for_choose_dh, .light_bg{
        padding: 30px 0;
    }
    body .banner_text h2 {
        font-size: 25px;
       
        padding-left: 30px;
    }
    .banner_main img {
        height: 200px;
        object-fit: cover;
    }
}