/* 1 */

.pd_container {
    width: 96%;
    height: auto;
    position: relative;
    padding: 96px 2% 96px 2%;
    margin-top: -34px;
    background-color: rgba(245, 248, 252, 1);
    z-index: 110;
}

.pd_content {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
}

.pd_l {
    width: 45%;
    height: auto;
    float: left;
    padding: 0% 0%;
}

.pd_r {
    width: 46%;
    height: auto;
    float: right;
}


/* 1 */


/* 2 */

.pd2_container {
    width: 96%;
    height: auto;
    position: relative;
    padding: 96px 2%;
    background-color: rgba(245, 248, 252, 1);
    background-image: url(../img/why_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 65%;
    background-size: cover;
    background-color: rgba(213, 213, 213, 1);
    z-index: 120;
}

.pd2_content {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
    text-align: center;
}

.pd2_sect {
    width: 100%;
    margin: auto;
    position: relative;
    padding: 24px 2% 32px 5%;
    border-radius: 8px;
    display: inline-flex;
    background: rgb(0, 67, 112);
    background: linear-gradient(140deg, rgba(0, 67, 112, 1) 0%, rgba(36, 99, 142, 1) 49%, rgba(0, 67, 112, 1) 100%);
}

.pd2_column {
    float: left;
    clear: none;
    width: 33.9%;
    padding: 1% 1% 0% 1%;
}

.pd2_col_l {
    width: 28%;
    float: left;
    clear: none;
    margin-right: 2%;
}

.pd2_col_r {
    float: left;
    clear: none;
    width: 68%;
    color: rgba(224, 224, 224, 1);
    text-align: left;
}

.pd2_col_title {
    font-size: 22px;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    margin-top: 4px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.pd2_col_subtitle {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.pd2_bor {
    border-bottom: 0px dashed rgba(255, 255, 255, 0.5);
}


/* 2 */


/* 3 */

.pd3_container {
    width: 96%;
    height: auto;
    position: relative;
    padding: 96px 2% 96px 2%;
    margin-top: -34px;
    background-color: rgba(245, 248, 252, 1);
    z-index: 110;
}

.pd3_content {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
}

.pd3_l {
    width: 45%;
    height: auto;
    float: left;
    padding: 3% 0%;
    text-align: right;
}

.pd3_r {
    width: 46%;
    height: auto;
    float: right;
    display: inline-flex;
}

.pd3_r_img {
    width: 48.9%;
    height: auto;
    float: left;
    padding: 2%;
    text-align: center;
}

.pd3_img_title {
    font-size: 20px;
    line-height: 28px;
    color: rgba(36, 36, 36, 1);
    text-transform: capitalize;
    margin-top: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    padding: 0% 2%;
}


/* 3 */

.modal_cont {
    width: 100%;
    height: auto;
    float: left;
    display: inline-flex;
}

.modal_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ov4_img_info_h {
    display: block;
}

.ov4_img_info_v {
    display: none;
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .pd_l {
        width: 44%;
        padding: 0% 0%;
    }
    .pd_r {
        width: 46%;
        margin-top: unset;
        margin-right: unset;
    }
    .pd3_l {
        width: 44%;
        padding: 1% 0% 0% 0%;
    }
    .pd3_r {
        width: 46%;
        margin-top: unset;
        margin-right: unset;
    }
}

@media (max-width: 849.98px) {}

@media (max-width: 819.98px) {}

@media (max-width: 767.98px) {
    .pd2_sect {
        padding: 32px 2% 8px 2%;
        display: block;
    }
    .pd2_column {
        float: left;
        width: 100%;
        padding: 1% 1% 12px 1%;
        margin-bottom: 12px;
    }
    .pd2_col_l {
        width: 17%;
        float: left;
        margin-right: 0%;
    }
    .pd2_col_r {
        float: left;
        width: 78%;
    }
    .pd2_bor {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    }
    .pd3_img_title {
        font-size: 18px;
        line-height: 26px;
    }
    .ov4_img_info_h {
        display: none;
    }
    .ov4_img_info_v {
        display: block;
        transform: scale(1.05);
        margin-top: 24px;
    }
}

@media (max-width: 639.98px) {
    .pd_l {
        width: 100%;
        padding: 40px 0% 0% 0%;
    }
    .pd_r {
        width: 100%;
        margin-top: unset;
        margin-right: unset;
    }
    .pd3_l {
        width: 100%;
        height: auto;
        float: left;
        padding: 0% 0% 3% 0%;
        text-align: left;
    }
    .pd3_r {
        width: 100%;
        margin-top: unset;
        margin-right: unset;
        display: block;
        float: left;
    }
    .pd3_r_img {
        width: 100%;
        padding: 0%;
    }
    .pd3_img_title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 32px;
    }
}