@charset "utf-8";
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1240px;
        width: 100%;
    }
}

@media only screen and (max-width: 1700px) {
    
}
@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {    
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}
@media only screen and (max-width: 1199px) {
    
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {       
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
        margin-right: 10px;
    }
    .full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu li{
            margin-right: 20px;
    }
}
@media screen and (min-width: 992px){
    .nav-menu .rs-mega-menu > a:after, 
    .nav-menu > .menu-item-has-children > a:after {
        content: "\f107";
        font-family: FontAwesome;
        float: right;
        margin: 2px 0 0 5px;
        display: none;
    }
    .sticky{ 
        background: #fff !important;
        position: fixed !important;
        top: 0px;
        z-index: 999;
        margin: 0 auto !important;
        padding: 0;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: sticky-animation;
        animation-name: sticky-animation;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}

@media only screen and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
    /*Menu Part CSS*/
    .logo-part {
        float: left;
        height: 65px;
        line-height: 62px;
    }    
    .main-menu {
        width: 100%;
    }
    .full-width-header .mobile-menu {
        display: block;
        height: 65px;
        line-height: 65px;
    }
    .full-width-header .rs-header .topbar-area {
        display: none;
    }
    .full-width-header .rs-header .menu-area .logo-area img{
        max-width: 35px;
    }
    .full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
        display: none;
    }
    .full-width-header .rs-header .menu-area .rs-menu-area {
        float: unset !important;
    }
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
        right: unset;
        left: 0;
    }
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
        color: #111;
        margin-right: 0;
    }
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
        color: #ff4f81;
    }
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a::before {
        display: none;
    }
    .full-width-header .menu-area.sticky .mobile-menu .rs-menu-toggle {
        color: #ff4f81;
    }
    .destinations .web-btn2{
        display: none;
    }
    .about-us .content{
        width: 100%;
        text-align: left;
    }
    .about-us .content .line{
        margin: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
.slider-one .content {
    position: initial;
    padding: 80px 0 0;
    top: initial;
    transform: initial;
    width: initial;
}  
.heading2 {
    font-size: 30px;
}  
#testimonial{
    width: 100%;
}
#testimonial.owl-theme .owl-nav .owl-next{
    right: 0;
}
#testimonial.owl-theme .owl-nav .owl-prev{
    left: 0;
}
.testimonial .explore .web-btn{
    float: left;
    margin-top: 10px;
}
.play-image{
    width: 100%;
}
.package-section .featured{
    display: none;
}
.mid-footer.left{
    padding: 0;
}
footer ol{
    margin: 30px 0;
}
.end-footer{
    text-align: center;
}
.end-footer ol{
    float: initial;
    text-align: center;
}
.top-section .heading{
    font-size: 35px;
    line-height: 40px;
}
.inner-destinations img{
    width: 100%;
}
.inner-destinations .img-box{
    margin: 15px 0;
}
.inner-destinations .search{
    margin: 40px 0 0;
}
.about_img{
    margin-top: 70px;
}
}

@media only screen and (max-width: 575px) {   
   
}

@media only screen and (max-width: 480px) {
.slider-one {
height: 600px;
}.slider-one.two {
height: 600px;
}.slider-one.three {
height: 600px;
}    
}

@media only screen and (max-width: 320px) {
}