@media (max-width: 576px) {

    .icon-area .col {
        justify-content: left !important;

    }
    .breadcumb-title{
        font-size: 20px;
    }

    .hdr-menu-toggle{
        width: 46px !important;
        height: 40px !important;
    }

    .newsletter-wrap{
        padding: 35px 15px !important;
    }

    .flindpg {
        padding: 50px 0 !important;
    }

    .flindpg4{
        padding-bottom: 0px !important;
    }

    .testi-sec{
        padding: 50px 0 !important;
    }

    .flindabut{
        padding-bottom: 50px !important;
    }

    .flwidget{
        padding: 50px 0 30px 0 !important;
    }
    .ftrwidget{
        margin-bottom: 25px !important;
    }

    .tour_wrapper{
        display: flex !important;
        /* flex-direction: column-reverse !important; */
    }

    .ot-tour-wrapper{
        padding: 50px 0 30px 0 !important;
    }

    .flhtlpg{
        padding: 50px 0 20px 0 !important;
    }

    .htldtlpag{
        padding: 50px 0 30px 0 !important;
    }

    .tour-img img{
        height: 300px !important;
    }

    .destination-details .destination-title{
        margin-bottom: 20px !important;
    }

    .tourBottom_img img{
        height: 90px !important;
    }

    .ot-comment-form{
        margin-bottom: 20px !important;
    }

    .ot-blog-wrapper{
        padding: 50px 0 20px 0 !important;
    }

    .blog-single{
        margin-bottom: 35px !important;
    }
    
    .felix-in2 input, .felix-in2 select{
        padding: 10px 13px !important;
    }
    
    input, textarea, select{
        font-size: 16px !important;
    }

    .contflpag{
        padding: 50px 0 40px 0 !important;
    }

    .contact_main_form_area {
        padding: 20px 0px 40px 0px !important;
    }

    .popup1{
        padding: 15px 15px !important;
    }

    .body-pop textarea{
        min-height: 70px !important;
    }

    textarea.form-control, textarea{
        padding-top: 8px !important;
        padding-bottom: 15px !important;
    }

    .htlflxpag{
        padding: 50px 0 30px 0 !important;
    }

    .tourBottom_img{
        width: 100% !important;
    }

    .tourBottom_img img{
        width: calc(25% - 3px) !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
    input, textarea, select{
        font-size: 16px !important;
    }
}