.dy-ban-section .banner-div {
    padding: 0px 0% 0% 0%;
    position: relative;
}

.dy-ban-section .banner-div .form_holder {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(0%, -50%);
    z-index: 2;
    /* width: 450px; */
}

.dy-ban-section .banner-div .form_holder .button-holder {
    display: flex;
    justify-content: center;
}



.dy-ban-section .banner-div .banner-img {
    width: 100%;
    height: 100%;
    /* border-radius: 10px; */
}

.dy-ban-section .ban-sub-conttt .cont-div {
    background: #fff;
    padding: 20px;
    filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.23));
    border-radius: 20px;
    margin: 0% 2% 2% 2%;
}

.dy-ban-section .ban-sub-conttt .cont-div .text {
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
    color: #383838;
    letter-spacing: 0.01em;
    line-height: 30px;
}






@media (min-width:0px) and (max-width:768px) {
    .dy-ban-section .ban-sub-conttt .cont-div .text {
        font-size: 14px;
        line-height: 24px;
    }

    .dy-ban-section .ban-sub-conttt .cont-div {
        margin: 0% 0% 0% 2%;
    }
}


@media (min-width:0px) and (max-width:991px) {
    .dy-ban-section .banner-div .form_holder {
        position: unset;
        transform: unset;
        width: 450px;
        margin: 30px auto;
    }
}

@media (min-width:0px) and (max-width:575px) {
    .dy-ban-section .banner-div .form_holder {
        position: unset;
        transform: unset;
        width: 90%;
        margin: 30px auto;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .dy-ban-section .banner-div .form_holder {
        /* right: 40px; */
    }
}


@media (min-width:992px) and (max-width:1600px) {
    .dy-ban-section .banner-div .banner-img-main {
        /* height: 500px; */
    }
}