.new_design_cont .custom_selector_wacf_con .custom_selector_wacf_img {
    width: 48% !important;
  
}
.new_design_cont .right_side_inner {
    padding-left: 30px !important;
}
.new_design_cont .left_side_inner {
    padding-right: 30px !important;
}
.new_design_cont .left_side_inner .clearfix {
    padding: 50px 30px;
    border: 1px solid#0022441A;
    background-color: #fff;
    border-radius: 20px;
}
.new_design_cont  .left_side_inner  #slider-product {
    height: 100% !important;
}

.new_design_cont  .left_side_inner #slider-product ul li img{
    height:100% !important;
}

.new_design_cont .left_side_inner #slider-product img {
    max-height: 100% !important;
    border-radius: 10px !important;
}
.new_design_cont .custom_selector_wacf_img img {
    border-radius: 5px;
}
.new_design_cont .custom_selector_wacf_img img {
    border-radius: 5px !important;
}

/* responsive 1599px  */
@media (max-width:1599px) {
    .new_design_cont .custom_selector_wacf_con .custom_selector_wacf_img {
        width: 46% !important;
    }

    .new_design_cont .custom_selector_wacf_img {
        padding: 20px 10px 10px !important;
    }
}

/* responsive 1399px  */
@media (max-width:1399px) {
    .protection-section h2 {
        font-size: 42px;
        font-weight: 900;
        color: #002244;
        line-height: 60px;
    }

    .new_design_cont .left_side_inner .clearfix {
        display: flex;
        justify-content: center;
    }
}

/* responsive 1199px  */
@media (max-width:1199px) {
    .new_design_cont .left_side_inner.cta-container .cta-content {
        flex-wrap: wrap;
    }

    .new_design_cont .left_side_inner {
        padding-right: 20px !important;
    }

    .new_design_cont .right_side_inner {
        padding-left: 20px !important;
    }

    .protection-section h2 {
        font-size: 38px;
        line-height: 45px;
    }
}

/* responsive 767px  */
@media (max-width:767px) {
    .new_design_cont #image-block {
        border-radius: 15px;
    }

    .protection-section h2 {
        font-size: 28px;

    }
}

/* responsive 575px  */
@media (max-width:575px) {
    .new_design_cont .left_side_inner .custom_inner_image_con .custom_selector_wacf_con.activebox {
        justify-content: center;
    }

    .new_design_cont .custom_selector_wacf_img img {
        max-height: 100%;
        min-width: unset;
        max-width: 100% !important;
    }

    .protection-section h2 {
        font-size: 24px;

    }

    .new_design_cont .left_side_inner .clearfix {
        padding: 20px;

    }
}