.desktop-view{
    display: block !important;
}
.mobile-view{
    display: none !important;
}
.tablet-view{
    display: none !Important;
}

@media(max-width:1200px){

    .copyright {
        position: relative;
        bottom: 0;
    }

    .hotel-gallery img {
        margin-right: 0;
        margin-bottom: 2px;
        margin-top: 2px;
    }
    .hotel-gallery .gal-img:nth-child(6n) {
        margin-bottom: 2px;
        margin-top: 2px;
    }
    .w-review {
        background: rgba(0,0,0,0.5);
        color: #fff;
        border: 1px solid;
        padding: 5px 20px;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .header-menu li {
        padding-left: 15px;
    }

    .tablet-view{
        display: block !Important;
    }

    .categories-options > div{
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .categories-options {
        padding: 0 25px;
    }

    .ProductSliderTerms .grid > div{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .left-side-thumb {
        display: inline-block;
        float: left;
        padding-right: 19px;
    }

    .right-side-text {
        display: block;
        float: initial;
        width: calc(100%);
        position: initial;
    }

    .right-side-text .view {
        float: right;
        padding: 15px;
        position: absolute;
        right: 22px;
        bottom: 5px;
    }

    .select-hotels .pos-rel {
        padding: 5px;
    }

    .select-hotels .pos-abs {
        left: 20px;
    }
    .select-hotels .pos-rel:nth-child(1) {
        padding-left: 5px;
    }
    .select-hotels .pos-rel:nth-child(5n) {
        padding-left: 5px;
    }

    .over-all-gallery {
        position: relative !important;
        right: 0;
        background: #2a2a2a;
        top: 0;
        margin: 0 auto;
    }
}

@media(max-width:992px){

    .flex-row{
        display: flex;
        justify-content: center;    /* Change this */
        flex-wrap: wrap;
    }

    .header-menu li {
        display: inline-block;
        padding-left: 12px;
    }
    .header-menu li a{
        font-size: 12px;
    }
    .tablet-padding-0{
        padding:0;
    }


}


@media(max-width:768px){

    .footer-heading{
        margin-top: 25px;
    }

    .desktop-view{
        display: none !important;
    }
    .tablet-view{
        display: none !important;
    }
    .mobile-view{
        display: block !important;
    }
    .padding-right-0 {
        padding-right: 15px;
    }
    .footer-top {
        padding: 20px;
    }

    .padding-mob-0{
        padding: 0;
    }


    .footer-bottom{
        text-align: center;
    }

    .left-side-thumb {
        display: inline-block;
        float: left;
        padding-right: 0 !important;
        width: 100%;
        padding-bottom: 20px;
    }

    .left-side-thumb img {
        margin: 0 auto;
        display: block;
    }

    .select-hotels img {
        margin: 0 auto;
        display: block;
    }
    .select-hotels .pos-abs {
        bottom: 50px;
        text-shadow: 2px 2px 4px #000000;
        max-width: 240px;
        position: relative;
        transform: translatex(-50%);
        left: 50%;
    }
    .select-hotels .pos-rel {
        padding: 0;
    }

    .what-to-do img{
        width: 100%;
    }

    #no-post {
        font-size: 40px;
        padding-top: 40px;
        line-height: 50px;
        text-align: center;
        display: inline-block;
    }

    .select-hotels .pos-rel:nth-child(5n) {
        padding-left: 0;
    }
    .select-hotels .pos-rel:nth-child(1) {
        padding-left: 0;
        padding-top: 0;
    }
    .title_heading_rev {
        line-height: 40px  !important;
    }
    .single-heading {
        line-height: 20px !important;
    }

    .right-side-text {
        display: inline-block;
        float: left;
        padding: 0 20px;
        position: relative;
    }
    .right-side-text p{
        text-align: justify;
    }

    .right-side-text .view {
        float: right;
        padding: 15px;
        position: relative;
        right: 0 !important;
        bottom: 5px;
    }
    .what-to-do .flex-row > div{

        max-width: 300px;

    }

    .categories-options{
        top: 100px;
    }

    div.wpcf7 {
        margin-top: 40px;
        padding: 20px;
    }

}


@media(max-width:576px){

    .hotel-gallery img {
        margin: 0 auto;
        display: block;
        margin-bottom: 5px;
    }

    .hotel-gallery .gal-img:nth-child(6n) {
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .select-hotels .pos-rel:nth-child(1) {
        padding-left: 0;
        padding-top: 20px;
    }


}