.application_box {
    position: relative;
    z-index: 1;
}

.application_div_right {
    width: 50%;
}

.application_div_right .imgBox {
    padding-bottom: 66.66%;
}

.application_div_left {
    width: 50%;
}

.application_div_tit {
    font-family: Poppins;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.2em;
    color: #000000;
    /* text-transform: uppercase; */
}

.application_div_desc {
    margin-top: 30px;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.application_box .application_div:nth-child(odd) .application_div_left {
    padding-right: 8%;
}

.application_box .application_div:nth-child(even) .application_div_left {
    padding-left: 8%;
}

.application_box .application_div:nth-child(even) .application_div_left {
    order: 2;
}

.application_box .application_div:nth-child(even) .application_div_right {
    order: 1;
}
.listapp_div_btns {
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    background: #ececec;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 0 10px;
    margin-top: 30px;
    text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
    .application_div_tit {
        font-size: 36px;
    }

}

@media only screen and (max-width: 950px) {
    .application_div_tit {
        font-size: 20px;
    }

    .application_div_left {
        margin-top: 20px;
        order: 2 !important;
        width: 100%;
        padding: 0 !important;
    }
    .application_box{
        width: 96%;
        margin: 0 auto;
    }
    .application_div_right{
        width: 100%;
        order: 1 !important;
    }
    .application_div {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}