
@media only screen and (min-width:375px) and (max-width:767px){
    .inner-container{
     justify-content: space-between !important;
    }
    /* footer-logo  */
     
    .logo-footer {
        height: 76px;
        width: 200px;
    }
    .dropbtn{
        color: #ffffff !important;
    }
    ol, ul {
        padding-left:0px !important;
    }
    .about-para{
        text-align: justify;
    }
     /* #header{
        height: auto;
     } */

    .destination-image{
        background-repeat: no-repeat !important;
         
    }
    .destination-tour{
        height: auto!important;
    }
    .pack-img{
display: block !important;;
    }
    .pd-main {
        padding: 15px 0;
    }
    .travel-video{
        left:20px;
        padding: 0px;
        margin-bottom: 25px!important;
    }
    .logo-footer{
        height: 100px;
        width: 220px;

    }
    .widget-banner-contact {
         background-image: url(/assets/images/myimgs/video.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .widget-banner-contact .content-banner-contact {
        padding-top: 61px;
        padding-bottom: 50px;
    }
     .pd-main{
        padding-left: 0px !important;
    }
};
@media only screen and (min-width:375px) and (max-width:991px){
    .inner-container{
     justify-content: space-between !important;
    }
};