
@media(min-width: 1024px){
    .row-5 .col-xs-6 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575px) {
   
  
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .inner-left-main h2 {
        margin-bottom: 0;
    }
    .custom-nav-slick {
        position: absolute;
        bottom: 15px;
        margin-bottom: 0 !IMPORTANT;
        left: 0;
        padding-left: 15px;
    }

    .text-left-main-slider {
        padding-bottom: 50px;
    }
    .inner-left-main h2 {
        font-size: 36px;
    }

    .inner-left-main h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .pd-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .wrapper-bg-faq {
        padding-left: 15px;
        padding-bottom: 50px;
    }

    .wrapper-bg-faq .col-30.col-xs-12.col-sm-9.col-md-9.col-lg-9 {
        padding-bottom: 0;
    }

    .wrapper-bg-faq .container {
        padding-top: 40px;
    }
}