
body {
    font-family: 'Mulish', sans-serif !important;
    color: #21353f;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a,
a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}

    a:focus {
        text-decoration: none !important;
        outline: none !important;
    }

::-webkit-input-placeholder {
    /* Chrome */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}

body .container {
    width: 100%;
    max-width: 1310px;
}

.paddefault .row {
    margin-left: -15px;
    margin-right: -15px;
}

.paddefault .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.sectionheader {
    clear: both;
    float: left;
    width: 100%;
    /* position: relative; */
    /* z-index: 1; */
    background-color: #F6F7F8;
}

.headertop {
    float: left;
    width: 100%;
    padding: 10px 0 10px;
}

.sitelogo {
    float: left;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}

    .sitelogo a {
        float: left;
    }

.headeright {
    float: right;
    padding: 0;
}

.headerpart {
    width: 100%;
    float: left;
    position: relative;
}

.headercontacts {
    display: inline-block;
    vertical-align: middle;
}

    .headercontacts p {
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        display: inline-block;
        color: #000;
        text-align: left;
        vertical-align: middle;
        background-image: url("../images/site/icons01.svg") !important;
        background-position: left 0;
        background-repeat: no-repeat;
        padding: 0 26px 0 30px;
    }

        .headercontacts p.paymentnb {
            background-position: left -73px;
        }

        .headercontacts p a {
            color: #000;
        }

            .headercontacts p a:hover, .headercontacts p a:focus {
                color: #fe0000;
                text-decoration: none;
            }

.loginwrap {
    display: inline-block;
    vertical-align: middle;
}

    .loginwrap a {
        float: left;
        background-image: url("../images/site/icons01.svg") !important;
        background-position: 14px -133px !important;
        background-repeat: no-repeat;
        border: 1px solid #000;
        color: #000;
        font-weight: 700;
        font-size: 20px;
        margin: 0;
        padding: 14px 16px 14px 46px;
        position: relative;
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

        .loginwrap a:hover, .loginwrap a:focus {
            color: #000;
            text-decoration: none;
            background-color: #fff;
            -webkit-transition: all .5s ease-out;
            -o-transition: all .5s ease-out;
            transition: all .5s ease-out;
            border: 1px solid #fe0000;
        }

.headerbottom {
    width: 100%;
    float: left;
    background-color: #fe0000;
}
/* leftmenu start */
.headermenu {
    width: 100%;
    float: left;
    text-align: right;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: left;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

        .headermenu .navbar-inverse .navbar-nav {
            margin: 0;
            float: left;
            width: 100%;
            padding: 0;
        }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
        font-size: 20px;
        margin: 0 0 0 1px;
        padding: 23px 14px 27px;
        text-decoration: none;
        text-transform: capitalize;
        font-weight: 600;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        z-index: 2;
        line-height: normal;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a:before {
            position: absolute;
            content: '';
            left: 0;
            top: 100%;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.15);
            z-index: -1;
            opacity: 0;
            -webkit-transition: all .5s ease-out;
            -o-transition: all .5s ease-out;
            transition: all .5s ease-out;
            border-top: 3px solid #000;
        }


        .headermenu .navbar-inverse .navbar-nav > li > a:hover:before,
        .headermenu .navbar-inverse .navbar-nav > .active > a:before {
            opacity: 1;
            top: 0;
        }

        .headermenu .navbar-inverse .navbar-nav > .active > a,
        .headermenu .navbar-inverse .navbar-nav > .active > a:focus,
        .headermenu .navbar-inverse .navbar-nav > .active > a:hover,
        .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            background-color: transparent;
            color: #fff;
        }


.cssmenu {
    float: right;
}

/* leftmenu end */


.contentbg {
    float: left;
    width: 100%;
}

.contentwrap {
    float: left;
    width: 100%;
}

/* fade on slider start */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* fade on slider end*/

.sliderwrap {
    float: left;
    width: 100%;
    position: relative;
}

    .sliderwrap .carousel-inner > .item img {
        margin: 0 auto;
    }

    .sliderwrap a.carousel-control {
        background-image: url(../images/site/arrowimg.png);
        background-position: center 0;
        background-repeat: no-repeat;
        text-shadow: none;
        top: 50%;
        height: 35px;
        width: 35px;
        font-size: 0;
        line-height: 35px;
        background-color: transparent;
        border-radius: 50%;
        color: transparent;
        margin: -9px 0 0;
        opacity: 1;
        left: 22px;
    }

        .sliderwrap a.carousel-control.right {
            right: 22px;
            left: auto;
            background-position: center -85px;
        }

        .sliderwrap a.carousel-control:hover, .sliderwrap a.carousel-control:focus {
            background-color: transparent;
            color: transparent;
            text-decoration: none;
        }


.bannerwrapper {
    width: 100%;
    float: left;
    position: relative;
}

.boockingwrap {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -53px;
    padding: 0;
}

.bookingform {
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
    background-color: rgba(255 255 255 / 0.9);
    border: 1px solid rgba(0 0 0 / 15%);
    padding: 19px 24px;
    border-radius: 4px;
}

.inputgroup {
    float: left;
    width: 50.4%;
    position: relative;
}

    .inputgroup.inputgroup02 {
        width: 35.8%;
        margin: 0;
        position: relative;
        padding: 0 0 0 20px;
    }

.swapicon {
    background-image: url("../images/site/icons01.svg") !important;
    background-position: center -481px;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
    right: 2px;
    margin: 0 auto;
    width: 36px;
    height: 42px;
    cursor: pointer;
    z-index: 1;
}

.inputinr {
    float: left;
    width: 50%;
}

    .inputinr.inputinr02 {
        padding-right: 11px;
    }

    .inputinr.inputinr03 {
        padding-left: 9px;
    }

.inputinrwrap {
    position: relative;
    width: 100%;
    float: left;
}

.inputinr.inputinrswap01 {
    padding-right: 9px;
}

.inputinr.inputinrswap02 {
    padding-left: 11px;
}

.inputinr .rfv {
    position: absolute;
    font-size: 13px;
    bottom: 3px;
    left: 34px;
    top: auto;
    font-weight: 400;
}

/* Booking Form New CSS Start */

.inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
    background-image: url("../images/site/icons01.svg") !important;
    background-position: 9px -205px;
    background-repeat: no-repeat;
    background-color: #fff !important;
    padding: 0 0 0 33px !important;
    border: 1px solid rgba(0 0 0 / 25%) !important;
    color: rgba(0 0 0 / 0.6) !important;
    font-size: 16px !important;
    height: 50px !important;
    line-height: 49px !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    width: 100% !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    text-transform: capitalize;
    border-radius: inherit !important;
}

.inputinr.inputinrswap02 select, .inputinr.inputinrswap02 input[type="text"], .inputinr.inputinrswap02 .select2-container--default .select2-selection--single {
    background-position: 14px -272px;
    padding: 0 0 0 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(0 0 0 / 0.6) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fe0000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-results__option {
    font-size: 14px;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #666666;
}

/* Booking Form New CSS End */

.inputinr select option {
    color: #000 !important;
    background-color: #fff !important;
    font-size: 12px;
}

.inputinr input[type="text"].jdate {
    padding: 0 0 0 31px !important;
    background-position: 9px -339px;
    line-height: normal !important;
}

.inputinr select:focus {
    color: #ffffff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 2px solid #ffffff;
    outline: none;
}

.inputinr select:focus, .inputinr input[type="text"]:focus {
    box-shadow: none;
    outline: none;
}

.inputinr .form-control::-moz-placeholder {
    color: rgba(0 0 0 / 0.6) !important;
    box-shadow: none !important;
}

.inputinr ::-webkit-input-placeholder {
    color: rgba(0 0 0 / 0.6) !important;
}

.searchbutton {
    float: right;
    text-align: center;
    width: 12.2%;
}

    .searchbutton input[type="submit"] {
        background-color: #FE0000;
        background-image: url("../images/site/icons01.svg") !important;
        background-position: 85% -405px;
        background-repeat: no-repeat;
        color: #fff;
        line-height: 20px;
        font-size: 16px;
        width: 100%;
        height: 50px;
        padding: 0;
        border: 1px solid #FE0000;
        font-weight: 500;
        text-align: left;
        padding: 0 0 0 25px;
    }

        .searchbutton input[type="submit"]:hover, .searchbutton input[type="submit"]:focus {
            background-color: #000;
            border: 1px solid #000;
            color: #ffffff;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            outline: none;
        }

.w1920 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    clear: both;
}
/*topdestinationwrap*/
.topdestinationwrap {
    width: 100%;
    float: left;
    padding: 85px 0 0;
    min-height: 301px;
    position: relative;
}

    .topdestinationwrap:after {
        background-image: url("../images/site/destinationbg.png") !important;
        background-position: center bottom;
        background-repeat: repeat-x;
        width: 100%;
        float: left;
        content: '';
        left: 0;
        top: 61px;
        height: 301px;
        position: absolute;
        animation: 50s para infinite linear;
        -webkit-animation: 50s para infinite linear;
    }

@keyframes para {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -10000% 0;
    }
}

.toptitle {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin: 0 0 30px;
    padding: 0 0 0 14px;
    font-family: 'Poppins', sans-serif !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .toptitle:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-image: url("../images/site/title_shape.svg") !important;
        background-position: center top;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
    }

.topdestination {
    width: 100%;
    float: left;
    text-align: center;
    clear: both;
    position: relative;
    z-index: 1;
}

    .topdestination marquee {
        height: 110px;
    }

    .topdestination ul {
        margin: 0;
        padding: 6px 0 0;
    }

        .topdestination ul li {
            list-style: none;
            display: inline-block;
        }

    .topdestination li .booknowin {
        float: left;
        width: 100%;
    }

    .topdestination ul li a {
        text-align: center;
        color: rgba(0 0 0 / 0.8);
        font-size: 20px;
        padding: 9px 25px;
        line-height: 25px;
        position: relative;
        font-weight: 500;
        display: inline-block;
        padding: 23px 34px 22px 72px;
        margin: 3px 0 35px 50px;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0 0 0 / 16%);
        z-index: 1;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

        .topdestination ul li a:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            background-color: #FE0000;
            width: 60px;
            height: 70px;
            background-image: url("../images/site/routeicon.svg") !important;
            background-position: 8px 13px;
            background-repeat: no-repeat;
            z-index: -1;
            -webkit-transition: all 0.8s;
            transition: all .8s;
        }

        .topdestination ul li a:hover:before {
            background-color: #fe0000;
            transition: all .8s;
            width: 100%;
        }

        .topdestination ul li a:hover, .topdestination ul li a:focus {
            color: #fff;
            -webkit-transition: all 0.8s;
            transition: all 0.8s;
        }
/*topdestinationwrap*/
.abouendservice {
    width: 100%;
    float: left;
    position: relative;
}

    .abouendservice:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        background-color: #F5F5F5;
        height: 61.2%;
        width: 100%;
        z-index: -1;
    }

body .abouttravels .container {
    max-width: 1459px;
}

.aboutpart {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.16);
}

.abouleft {
    flex-basis: 52.2%;
}

.aboutright {
    flex-basis: 47.9%;
    padding: 59px 30px 0 39px;
    text-align: left;
}

.abouttravels {
    width: 100%;
    float: left;
    text-align: center;
    padding: 60px 0 0;
}

.aboutright .toptitle {
    margin: 0 0 18px;
}

.abouttravels p {
    color: #3e3e3e;
    font-size: 16px;
    margin: 0 0 26px;
    font-weight: 500;
    line-height: 26px;
}

.readmore {
    float: left;
    width: 100%;
    height: 44px;
    margin: 1px 0 10px -5px;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
}

    .readmore a, .readmore a > span {
        position: relative;
        color: inherit;
        text-decoration: none;
        line-height: 26px;
        font-size: 16px;
        font-weight: 500
    }

        .readmore a:before, .readmore a:after {
            content: '';
            position: absolute;
            transition: transform .5s ease;
        }


.effect8 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: transform .5s ease;
    border-radius: 2px;
    border: 1px solid #FE0000;
}

    .effect8:before {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #FE0000;
        transform: translateY(-100%);
    }

    .effect8:after {
        content: attr(data-content);
        top: 0;
        left: 0;
        height: 0;
        margin: 12px;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        transition: height .5s ease;
    }

    .effect8 span {
        display: block;
        margin: 2px;
        padding: 4px 12px;
        background: #fff;
    }

    .effect8:hover:before {
        transform: translateY(0);
    }

    .effect8:hover:after {
        height: calc(100% - 24px);
    }

.readmore a:hover, .readmore a:focus {
    color: #000;
}

/*ourservicepart css*/
.ourservicepart {
    width: 100%;
    float: left;
    text-align: center;
    padding: 62px 0 80px;
}

body .ourservicepart .container {
    max-width: 1671px;
}

.ourservice {
    display: flex;
    justify-content: center;
    gap: 45px;
    padding: 21px 0 0;
}

.servicebox {
    flex-basis: 20%;
    height: 154px;
    border: 2px solid rgba(254,0,0,0.30);
    border-radius: 4px;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    text-align: left;
    padding: 13px 0 0 14px;
    background-image: url(../images/site/serviceicon.webp);
    background-repeat: no-repeat;
    background-position: 96% 62px;
    position: relative;
    -webkit-transition: all 0.8s;
    transition: all .8s;
    background-color: #fff;
}

    .servicebox:hover {
        color: #fff;
        z-index: 1;
        background-color: #FE0000;
        -webkit-transition: all 0.8s;
        transition: all .8s;
    }


    .servicebox.servicebox02 {
        background-position: 96% -118px;
    }

    .servicebox.servicebox03 {
        background-position: 96% -298px;
    }

    .servicebox.servicebox04 {
        background-position: 96% -456px;
    }

    .servicebox.servicebox05 {
        background-position: 98% -628px;
    }

    .servicebox span i {
        font-style: normal;
        display: block;
    }

/*ourservicepart css*/

.testimonialswrap {
    width: 100%;
    float: left;
    background-image: url("../images/site/testimonialbg.webp") !important;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 659px;
    padding: 183px 0 0;
}

    .testimonialswrap .toptitle {
        color: rgba(255,255,255,0.80);
    }

        .testimonialswrap .toptitle:before {
            background-image: url("../images/site/title_shape02.svg") !important;
        }

body .testimonialswrap .container {
    max-width: 930px;
}


.testimonialin {
    width: 100%;
    float: left;
    padding: 19px 0 30px;
}

    .testimonialin p, .testimonialin h5 {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        color: rgba(255,255,255,0.80);
    }

    .testimonialin p {
        margin: 0;
        line-height: 30px;
    }

    .testimonialin h5 {
        margin: 40px 0 0;
        font-weight: 700;
    }

.testimonialswrap a.carousel-control {
    background-image: url(../images/site/arrowimg.png);
    background-position: center 0;
    text-shadow: none;
    top: auto;
    height: 36px;
    width: 36px;
    font-size: 0;
    line-height: 35px;
    background-color: transparent;
    border-radius: 50%;
    color: transparent;
    margin: -9px 0 0;
    opacity: 1;
    left: 0;
    bottom: -67px;
}

    .testimonialswrap a.carousel-control.right {
        right: 0;
        left: 44px;
        background-position: center -85px;
    }

    .testimonialswrap a.carousel-control:hover, .testimonialswrap a.carousel-control:focus {
        background-color: transparent;
        color: transparent;
        text-decoration: none;
    }


.testimonialswrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.testimonialswrap::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.testimonialswrap::-webkit-scrollbar-thumb {
    background-color: #ff5593;
}
/***** Amenities CSS Start  *****/

.amenitieswraper {
    clear: both;
    width: 100%;
    float: left;
    padding: 121px 0 0;
    text-align: center;
    background-image: url(../images/site/amenitiesbg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 600px;
}

body .amenitieswraper .container {
    width: 100%;
    max-width: 1600px;
}

.amenitieswraper .toptitle {
}

.amenitieslide {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
    padding: 31px 76px 0 72px;
}

.slick-slide {
    outline: none;
}

.amenitiesicon {
    float: left;
    text-align: center;
    width: 100%;
}

.amenitiesbox {
    display: inline-block !important;
    vertical-align: top;
    cursor: pointer;
    width: 265px;
    height: 200px;
    vertical-align: top;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
    padding: 20px 0 0;
}

    .amenitiesbox span { 
        display: inline-block;
        background-image: url("../images/site/amenities.webp");
        background-position: center 5px;
        background-repeat: no-repeat;
        width: 100%;
        height: 120px;
        clear: both;
        vertical-align: top;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        position: relative;
        padding: 0 0 0;
    }

    .amenitiesbox:hover span {
        transform: scale(1.1);
    }

    .amenitiesbox.amenitiesbox02 span {
        background-position: center -205px;
    }

    .amenitiesbox.amenitiesbox03 span {
        background-position: center -415px;
    }

    .amenitiesbox.amenitiesbox04 span {
        background-position: center -625px;
    }

    .amenitiesbox.amenitiesbox05 span {
        background-position: center -835px;
    }

    .amenitiesbox.amenitiesbox06 span {
        background-position: center -1033px;
    }

    .amenitiesbox.amenitiesbox07 span {
        background-position: center -1234px;
    }

    .amenitiesbox.amenitiesbox08 span {
        background-position: center -1430px;
    }

    .amenitiesbox h3 {
        color: rgba(0,0,0,0.80);
        font-size: 28px;
        margin: 3px 0 0;
        font-weight: 600;
    }

.amenitieswraper .slick-prev, .amenitieswraper .slick-next {
    background-image: url(../images/site/arrowimg.png) !important;
    background-position: center 0 !important;
    background-repeat: no-repeat !important;
    text-shadow: none;
    top: 50%;
    height: 36px;
    width: 36px;
    font-size: 0;
    line-height: 36px;
    background-color: transparent;
    border-radius: 50%;
    color: transparent;
    margin: 0;
    opacity: 1;
    left: -64px;
}

.amenitieswraper .slick-next {
    right: -69px;
    left: auto;
    background-position: center -85px !important;
}

    .amenitieswraper .slick-prev:hover, .amenitieswraper .slick-prev:focus, .amenitieswraper .slick-next:hover, .amenitieswraper .slick-next:focus {
        background-color: transparent;
        color: transparent;
        text-decoration: none;
    }


    .amenitieswraper .slick-prev:before, .amenitieswraper .slick-next:before {
        display: none !important;
    }

/*****  Amenities CSS End  *****/

/***************appandgallery css*************/
.appandgallery {
    width: 100%;
    float: left;
    background-image: url(../images//site/gallerybg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 1006px;
}

body .gallerypart .container {
    width: 100%;
    max-width: 1920px;
    padding: 0;
}

.gallerypart {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 62px 0 0;
}

.galleryslide {
    width: 100%;
    float: left;
    text-align: center;
    padding: 21px 10px 0;
}

.galleryinslide .slick-list {
    display: flex;
}

.galleryinslide .slick-track {
    display: flex !important;
    justify-content: center !important;
    right: 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
    gap: 20px;
}

.galleryinn {
    display: flex;
    justify-content: center;
}

.gallerybox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

    .gallerybox img {
        border-radius: 2px;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }


    .gallerybox:hover img {
        transform: scale(1.1);
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

.galleryinslide .slick-prev, .galleryinslide .slick-next {
    background-image: url(../images/site/arrowimg.png) !important;
    background-position: center -170px !important;
    background-repeat: no-repeat !important;
    text-shadow: none;
    top: 50%;
    height: 36px;
    width: 36px;
    font-size: 0;
    line-height: 36px;
    background-color: transparent;
    border-radius: 50%;
    color: transparent;
    margin: 0;
    opacity: 1;
    left: -4px;
    z-index: 1;
}

.galleryinslide .slick-next {
    right: -4px;
    left: auto;
    background-position: center -255px !important;
}

    .galleryinslide .slick-prev:hover, .galleryinslide .slick-prev:focus, .galleryinslide .slick-next:hover, .galleryinslide .slick-next:focus {
        background-color: transparent;
        color: transparent;
        text-decoration: none;
    }

    .galleryinslide .slick-prev:before, .galleryinslide .slick-next:before {
        display: none !important;
    }

/*app part css*/

.appart {
    width: 100%;
    float: left;
}

.downloadapp {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 60px 0 0;
}

.appleft {
    flex-basis: 54.3%;
    text-align: center;
    padding: 89px 0 0 40px;
}

    .appleft p {
        margin: 0 0 29px;
        font-size: 30px;
        font-weight: 500;
        color: #000;
        line-height: 40px;
        text-align: center;
    }

.appright {
    flex-basis: 45%;
}
/*app part css*/
/**************appandgallery css**************/
/* Footer CSS Start */
.footerwrap {
    clear: both;
    width: 100%;
    float: left;
}

.footerpart {
    clear: both;
    width: 100%;
    float: left;
    background-color: rgba(0,0,0,0.90);
    height: 431px;
    position: relative;
}

.footertop {
    background-image: url("../images/site/footerbg.webp");
    background-position: center bottom;
    background-repeat: repeat-x;
    clear: both;
    width: 100%;
    float: left;
    padding: 54px 0 0;
    min-height: 381px;
    animation: AnimationName 80s linear infinite;
    bottom: 0;
    position: relative;
}

@keyframes AnimationName {
    0% {
        background-position: 10000% bottom;
    }

    100% {
        background-position: 0 bottom;
    }
}

.footertitle {
    color: rgba(255,255,255,0.85);
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    margin: 0 0 47px;
    padding: 0 0 0 13px;
    font-family: 'Poppins', sans-serif !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

    .footertitle:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-image: url("../images/site/title_shape02.svg") !important;
        background-position: left top;
        background-repeat: no-repeat;
        width: 26px;
        height: 26px;
    }

.footerdata {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    gap: 0 176px;
}

.footertopleft {
    flex-basis: 30.33%;
}

    .footertopleft p {
        color: rgba(255,255,255,0.80);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        clear: both;
        margin: 0 0 23px;
        padding: 0 0 0 10px;
    }

        .footertopleft p span {
            display: block;
        }

.bottomsocial {
    padding: 0 0 0 10px;
    text-align: left;
}

    .bottomsocial a {
        margin: 0 5px 0 0;
        width: 35px;
        height: 35px;
        background-color: rgba(0,0,0,0.25);
        font-size: 16px;
        line-height: 36px;
        color: rgba(255,255,255,0.80);
        border-radius: 50%;
        text-align: center;
        float: left;
        font-weight: 400;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

        .bottomsocial a.twitter {
            background-color: #268fc6;
        }

        .bottomsocial a:hover, .bottomsocial a:focus {
            background-color: #fff !important;
            text-decoration: none;
            color: #fe0000;
            transform: scale(1.1);
            -webkit-transition: all 0.8s;
            transition: all 0.8s;
        }
/*.appstores {
    width: 100%;
    float: left;
    clear: both;
}

    .appstores a {
        float: left;
        margin: 0 10px 0 0;
    }*/


.footernavbar {
    float: left;
    padding: 0;
    flex-basis: 41%;
}

.footernav {
    width: 50%;
    float: left;
    padding-top: 2px;
}

    .footernav.footernav01 {
        padding-left: 10px;
    }

    .footernav ul {
        margin: 0;
        padding: 0;
    }

        .footernav ul li {
            list-style: none;
            padding: 0 0 12px;
        }

            .footernav ul li a {
                color: rgba(255,255,255,0.80);
                font-size: 16px;
                font-weight: 500;
                text-transform: capitalize;
                line-height: normal;
            }

                .footernav ul li a i {
                    padding-right: 8px;
                    font-size: 20px;
                    color: #06b591;
                    position: relative;
                    top: 1px;
                }

                .footernav ul li a:hover, .footernav ul li a:focus, .footernav ul li a:hover i, .footernav ul li a:focus i {
                    color: #D4D710;
                    text-decoration: none;
                }

.footeright {
    flex-basis: 36%;
}

.footercontact {
    width: 100%;
    float: left;
    clear: both;
    text-align: left;
    padding: 0px 0 0 8px;
}

    .footercontact p, .footercontact .ftadd {
        color: rgba(255,255,255,0.80);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 26px;
    }

    .footercontact p {
        background-image: url(../images/site/icons01.svg);
        background-position: left -553px;
        background-repeat: no-repeat;
        padding: 0 0 0 29px;
    }

        .footercontact p span {
            display: block;
        }

        .footercontact p.mailus {
            margin: 0 0 16px;
        }

        .footercontact p.callus {
            background-position: left -627px;
        }

        .footercontact p a {
            color: rgba(255,255,255,0.80);
        }

            .footercontact p a:hover, .footercontact p a:focus {
                color: #D4D710;
                text-decoration: none;
            }

.footerbottom {
    width: 100%;
    float: left;
    padding: 13px 0 12px;
    background-color: #242323;
}

.copyrights {
    float: left;
    color: rgba(255,255,255,0.80);
    font-size: 15px;
    font-weight: 400;
    padding: 3px 0 0;
}

    .copyrights a {
        color: #fff;
    }

        .copyrights a:hover, .copyrights a:focus {
            color: #fe0000;
            text-decoration: none;
        }

.poweredby {
    float: right;
}

    .poweredby span {
        float: left;
        font-size: 15px;
        padding: 4px 10px 0 0;
        font-weight: 400;
        color: rgba(255,255,255,0.80);
    }

    .poweredby a {
        float: left;
    }

/*.footerlins {
    float: right;
    padding: 3px 0 0;
    font-size: 14px;
}

    .footerlins a {
        color: #909090;
        font-weight: 500;
        text-transform: capitalize;
        line-height: normal;
        float: left;
        position: relative;
    }

        .footerlins a.footerlins02 {
            padding: 0 0 0 20px;
            margin: 0 0 0 15px;
        }

            .footerlins a.footerlins02:before {
                content: '|';
                position: absolute;
                color: #e1e1e1;
                left: 0;
            }

        .footerlins a:hover, .footerlins a:focus {
            color: #00c68f;
            text-decoration: none;
        }*/
/* Footer CSS End */

#ctl00_ContentPlaceHolder1_divCustinfo th.info {
    padding-left: 10px !important;
}

.panel-primary > .panel-heading {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
    font-size: 22px !important;
}

.form-group .btn-default {
    color: #fff !important;
    background-color: #000 !important;
}

    .form-group .btn-default:hover, .form-group .btn-default:focus {
        color: #fff !important;
        background-color: #fe0000 !important;
    }

.maincontent {
    min-height: 250px;
    clear: both;
    width: 100%;
    float: left;
}
/* Medea Queries */

@media only screen and (max-width: 1899px) {
    .topdestinationwrap::after {
        animation: 200s para infinite linear;
        -webkit-animation: 200s para infinite linear;
    }

    .footertop {
        animation: AnimationName 200s linear infinite;
        -webkit-animation: AnimationName 200s linear infinite;
    }
}

@media only screen and (max-width: 1799px) {
    .topdestinationwrap::after {
        animation: 300s para infinite linear;
        -webkit-animation: 300s para infinite linear;
    }

    .footertop {
        animation: AnimationName 300s linear infinite;
        -webkit-animation: AnimationName 300s linear infinite;
    }
}

@media only screen and (max-width: 1699px) {
    .topdestinationwrap::after {
        animation: 400s para infinite linear;
        -webkit-animation: 400s para infinite linear;
    }

    .footertop {
        animation: AnimationName 400s linear infinite;
        -webkit-animation: AnimationName 400s linear infinite;
    }
}

@media only screen and (max-width: 1599px) {
    .topdestinationwrap::after {
        animation: 500s para infinite linear;
        -webkit-animation: 500s para infinite linear;
    }

    .footertop {
        animation: AnimationName 500s linear infinite;
        -webkit-animation: AnimationName 500s linear infinite;
    }

    .amenitieslide {
        padding: 30px 50px 0 50px;
    }

    .amenitieswraper .slick-prev, .amenitieswraper .slick-next {
        left: -44px;
    }

    .amenitieswraper .slick-next {
        right: -44px;
        left: auto;
    }
}

@media only screen and (max-width: 1499px) {
    .topdestinationwrap::after {
        animation: 600s para infinite linear;
        -webkit-animation: 600s para infinite linear;
    }

    .footertop {
        animation: AnimationName 600s linear infinite;
        -webkit-animation: AnimationName 600s linear infinite;
    }

    .amenitiesbox {
        width: 240px;
        height: 180px;
        padding: 10px 0 0;
    }

    .ourservice {
        gap: 25px;
    }
}

@media only screen and (max-width: 1399px) {
    .toptitle {
        font-size: 36px;
        line-height: 50px;
    }

    .topdestinationwrap::after {
        animation: 1500s para infinite linear;
        -webkit-animation: 1500s para infinite linear;
    }

    .footertop {
        animation: AnimationName 1500s linear infinite;
        -webkit-animation: AnimationName 1500s linear infinite;
    }

    .sitelogo a img {
        width: 100%;
        max-width: 110px;
    }

    .headercontacts p {
        font-size: 18px;
        line-height: 28px;
        background-position: left 1px;
        padding: 0 20px 0 28px;
    }

        .headercontacts p.paymentnb {
            background-position: left -71px;
        }

    .loginwrap a {
        background-position: 10px -137px !important;
        font-size: 18px;
        padding: 10px 14px 10px 40px;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 18px;
        padding: 20px 18px 22px;
    }

    .testimonialswrap {
        min-height: 10px;
        padding: 60px 0 80px;
        background-size: 100% 100%;
    }

    .amenitieswraper {
        padding: 100px 0 100px;
        min-height: 10px;
        background-size: 100% 100%;
    }

    .appandgallery {
        min-height: 10px;
        background-size: 100% 100%;
        padding: 0 0 60px;
    }

    .gallerypart {
        padding: 50px 0 0;
    }

    .amenitieslide {
        padding: 30px 40px 0 40px;
    }

    .amenitieswraper .slick-prev, .amenitieswraper .slick-next {
        left: -35px;
    }

    .amenitieswraper .slick-next {
        right: -35px;
        left: auto;
    }

    .amenitiesbox {
        width: 230px;
        height: 180px;
    }

        .amenitiesbox h3 {
            font-size: 24px;
        }
}

@media only screen and (max-width: 1309px) {
    .searchbutton input[type="submit"] {
        background-position: 90% -405px;
        padding: 0 30px 0 0;
        text-align: center;
    }

    .aboutright {
        padding: 25px 20px 10px 35px;
    }

    .abouttravels p {
        margin: 0 0 10px;
        line-height: 24px;
    }

    .abouleft img {
        width: 100%;
        height: 100%;
    }

    .readmore {
        margin: 0;
    }

    .servicebox {
        font-size: 25px;
        line-height: 32px;
    }

    .ourservicepart {
        padding: 50px 0 60px;
    }

    .galleryslide {
        padding: 0 10px;
    }

    .amenitieswraper {
        padding: 60px 0 70px;
    }

    .testimonialin {
        padding: 10px 0 30px;
    }

        .testimonialin h5 {
            margin: 25px 0 15px;
            line-height: normal;
        }

    .downloadapp {
        padding: 50px 0 50px;
    }

    .appandgallery {
        min-height: 10px;
        background-size: 100% 100%;
        padding: 0;
    }

    .footerdata {
        gap: 0 100px;
    }

    .footertopleft {
        flex-basis: 32%;
    }

    .footernavbar {
        flex-basis: 45%;
    }

    .footeright {
        flex-basis: 38%;
    }

    .footertop {
        padding: 40px 0 20px;
        min-height: 10px;
    }

    .footerpart {
        height: auto;
    }
}

@media only screen and (max-width: 1059px) {
    .headercontacts p {
        font-size: 16px;
        background-position: left 2px;
        padding: 0 20px 0 24px;
        background-size: 30px;
    }

        .headercontacts p.paymentnb {
            background-position: left -64px;
        }

    .aboutpart {
        align-items: center;
    }

    .downloadapp {
        padding: 40px 0 40px;
        align-items: center;
    }

    .appleft {
        padding: 0;
    }

    .ourservice {
        gap: 15px;
        padding: 10px 0 0;
    }

    .amenitieswraper {
        padding: 50px 0 50px;
    }

    .amenitieslide {
        padding: 10px 40px 0 40px;
    }

    .footerdata {
        gap: 0 40px;
    }

    .footertopleft {
        flex-basis: 30%;
    }

    .footernavbar {
        flex-basis: 40%;
    }

    .footeright {
        flex-basis: 30%;
    }

    .footercontact p.callus {
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 991px) {
    .sitelogo {
        width: 100%;
        text-align: center;
        position: relative;
    }

        .sitelogo a {
            float: none;
            display: inline-block;
            vertical-align: middle;
        }

    .headeright {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

    .loginwrap a {
        background-position: 10px -118px !important;
        font-size: 16px;
        padding: 6px 10px 10px 35px;
        background-size: 28px;
    }

    .headercontacts {
        padding: 5px 0 5px;
    }

    .headermenu {
        text-align: center;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 18px;
            padding: 18px 10px 18px;
        }

    .cssmenu {
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    .bookingform {
        padding: 15px;
    }

    .boockingwrap {
        position: relative;
        bottom: 0;
        padding: 20px 0;
    }

    .inputgroup {
        width: 100%;
    }

        .inputgroup.inputgroup02 {
            width: 100%;
            margin: 10px 0;
            padding: 0;
        }

    .inputinr.inputinr02 {
        padding-right: 9px;
    }

    .inputinr.inputinr03 {
        padding-left: 11px;
    }

    .searchbutton input[type="submit"] {
        background-position: center -405px;
        padding: 0 100px 0 0;
        text-align: center;
    }

    .searchbutton {
        float: left;
        width: 100%;
        text-align: center;
    }

    .sliderwrap a.carousel-control {
        margin: -10px 0 0;
        left: 15px;
    }

    .topdestinationwrap {
        width: 100%;
        float: left;
        padding: 40px 0 20px;
        min-height: 10px;
        position: relative;
    }


        .topdestinationwrap::after {
            background-position: center bottom;
            top: auto;
            height: 244px;
            animation: 3000s para infinite linear;
            -webkit-animation: 3000s para infinite linear;
            bottom: 0;
        }

    .toptitle {
        font-size: 30px;
        line-height: 35px;
    }

        .toptitle::before {
            width: 22px;
            height: 22px;
        }

    .abouttravels {
        padding: 30px 0 0;
    }

    .aboutpart {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        position: relative;
    }

    .abouleft {
        flex-basis: 100%;
        padding: 0;
    }

    .aboutright .toptitle {
        /* margin: 0 0 18px; */
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #fff;
        padding: 0;
    }

        .aboutright .toptitle::before {
            left: -125px;
            top: 0;
            right: 0;
            margin: 0 auto;
            background-image: url("../images/site/title_shape02.svg") !important;
        }

    .aboutright {
        flex-basis: 100%;
        padding: 20px 15px 15px 15px;
    }

    .ourservice {
        gap: 20px 20px;
        flex-wrap: wrap;
    }

    .servicebox {
        flex-basis: 31%;
    }

    .testimonialswrap {
        padding: 40px 0 80px;
    }

    .appleft .toptitle {
        margin: 0 0 15px;
        font-size: 24px;
    }

    .testimonialin p, .testimonialin h5 {
        font-size: 18px;
    }

    .testimonialin p {
        line-height: 25px;
    }

    .testimonialswrap a.carousel-control {
        bottom: -50px;
    }

    .gallerypart {
        padding: 40px 0 0;
    }

    .downloadapp {
        padding: 30px 0 30px;
    }

    .appleft p {
        margin: 0 0 15px;
        font-size: 20px;
        line-height: 30px;
    }

    .appleft {
        flex-basis: 48%;
    }

    .appright {
        flex-basis: 35%;
    }


    .footertitle {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 25px;
        padding: 0 0 0 10px;
    }

        .footertitle::before {
            width: 22px;
            height: 22px;
        }

    .footerdata {
        gap: 30px 30px;
        flex-wrap: wrap;
    }

    .footertopleft {
        flex-basis: 100%;
    }

    .footernavbar {
        flex-basis: 45%;
    }

    .footeright {
        flex-basis: 45%;
    }

    .footercontact p, .footercontact .ftadd {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 12px;
    }

        .footercontact p.mailus {
            margin: 0 0 12px;
        }
}

@media only screen and (max-width: 767px) {
    .headercontacts p {
        font-size: 15px;
        padding: 0 10px 0 24px;
    }

    .sectionheader {
        z-index: 3;
    }

    .cssmenu {
        width: 100%;
        float: left;
        text-align: left;
    }

    /* leftmenu start */

    .headerbottom .headermenu {
        width: auto;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        text-align: left;
    }

    .fixedbtn {
        position: absolute;
        top: -40px;
        left: 0;
        z-index: 1030;
    }

        .fixedbtn.topfixedicon {
            position: fixed !important;
            top: 10px !important;
            left: 0;
            z-index: 99999 !important;
            margin: 0 !important;
            padding: 0 !important;
            width: 24px;
            height: 24px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            left: 60%;
        }

            .fixedbtn.topfixedicon span {
                display: none;
            }

            .fixedbtn.topfixedicon:after {
                font-family: FontAwesome;
                content: "\f00d";
                left: 0;
                top: 0;
                position: absolute;
                font-size: 22px;
                color: #fe0000;
            }

    .menufixed .navbar-toggle {
        background-color: transparent;
        border-color: transparent;
        margin: 7px;
        padding: 6px;
        position: relative;
        top: 0;
        z-index: 2;
    }

        .menufixed .navbar-toggle .icon-bar {
            background: #fe0000;
        }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        float: left;
        width: 100%;
    }

    .headermenu .navbar-inverse .navbar-toggle:focus,
    .headermenu .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .headermenu .navbar-inverse .navbar-toggle {
        border-color: transparent;
        margin: 0 10px 0 0;
    }

    .headermenu .navbar-inverse .container-fluid {
        padding: 0 15px;
        text-align: center;
        background: #3e3e3e;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        margin: 10px 10px 0 10px !important;
    }

        /*.headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 16px;
            padding: 0;
            color: #3e3e3e;
            margin: 0;
            border: none;
        }*/
        .headermenu .navbar-inverse .navbar-nav > li > a {
            width: 100%;
            color: #000;
            font-weight: 600;
            padding: 10px 0 10px 6px;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a::before {
                background-color: rgb(254, 0, 0, 0.40);
            }

    .headermenu .navbar-inverse {
        background-color: rgba(247,244,244,0.98);
        box-shadow: 0 0 5px #B0B0B0;
        border-radius: 0;
    }

        .headermenu .navbar-inverse .navbar-nav > .active > a, .headermenu .navbar-inverse .navbar-nav > .active > a:focus, .headermenu .navbar-inverse .navbar-nav > .active > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            background-color: transparent;
            color: #fff;
            border: none;
        }

        .headermenu .navbar-inverse .navbar-collapse {
            border: none !important;
        }


    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .headermenu .side-collapse {
        top: 0;
        bottom: 0;
        left: 0;
        width: 70%;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        padding-top: 30px;
        z-index: 9999;
    }

    .side-collapse.in {
        width: 0;
    }
    /* leftmenu end */

    .searchbutton input[type="submit"] {
        background-position: 53% -405px;
        padding: 0 80px 0 0;
    }

    .downloadapp {
        flex-wrap: wrap;
        gap: 40px 0;
        padding: 40px 0 40px;
    }

    .appleft {
        flex-basis: 100%;
    }

        .appleft .toptitle {
            font-size: 30px;
        }

    .appright {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 639px) {
    .abouttravels p {
        text-align: justify;
    }

    .servicebox {
        flex-basis: 47%;
    }

    /*.servicebox.servicebox05 {
            flex-basis: 98%;
        }*/

    .footernavbar {
        flex-basis: 100%;
    }

    .footeright {
        flex-basis: 100%;
    }

    .footerbottom {
        text-align: center;
    }

    .copyrights {
        padding: 3px 0 8px;
        width: 100%;
    }

    .poweredby {
        width: 100%;
    }

        .poweredby, .poweredby span, .poweredby a {
            float: none;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }
}

@media only screen and (max-width: 479px) {
    .headercontacts p {
        font-size: 14px;
        padding: 0 8px 0 23px;
        background-size: 27px;
        background-position: left 3px;
    }

        .headercontacts p.paymentnb {
            background-position: left -56px;
        }

    .sitelogo a {
        width: 200px;
    }

    .bookingform {
        padding: 10px;
    }

    .inputgroup.inputgroup02 {
        margin: 0;
    }

    .inputinr {
        width: 100%;
        margin: 0 0 10px;
    }

        .inputinr.inputinrswap01 {
            padding-right: 0;
        }

        .inputinr.inputinrswap02 {
            padding-left: 0;
        }

        .inputinr.inputinr03 {
            padding-left: 0;
        }

        .inputinr.inputinr02 {
            padding-right: 0;
        }

        .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
            background-position: 9px -209px;
            font-size: 15px !important;
            height: 40px !important;
            line-height: 39px !important;
        }

        .inputinr.inputinrswap02 select, .inputinr.inputinrswap02 input[type="text"], .inputinr.inputinrswap02 .select2-container--default .select2-selection--single {
            background-position: 10px -276px;
        }

        .inputinr input[type="text"].jdate {
            background-position: 9px -344px;
        }

    .swapicon {
        background-position: center -411px;
        top: 27px;
        left: auto;
        right: 2px;
        width: 34px;
        height: 34px;
        right: 5px;
        transform: rotate(90deg);
        background-size: 28px;
    }

    .inputinr .rfv {
        font-size: 12px;
        bottom: 0;
        left: 37px;
        top: auto;
        font-weight: 600;
    }

    .searchbutton input[type="submit"] {
        background-position: 57% -410px;
        padding: 0 65px 0 0;
        height: 40px;
    }

    .toptitle {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 15px;
    }

    .aboutright .toptitle::before {
        left: -106px;
        top: 0;
        right: 0;
        margin: 0 auto;
    }

    .aboutright {
        padding: 15px;
    }

    .topdestinationwrap {
        padding: 30px 0 20px;
    }

        .topdestinationwrap::after {
            background-position: center bottom;
            top: auto;
            height: 100%;
            bottom: 0;
            background-size: cover;
        }

    .topdestination marquee {
        height: 80px;
    }

    .topdestination ul li a {
        font-size: 18px;
        line-height: 25px;
        padding: 12px 15px 12px 60px;
        margin: 3px 20px 10px 10px;
    }

        /* .topdestination ul li a::before {
            height: 100%;
            background-position: 7px 10px;
        }*/

        .topdestination ul li a::before {
            width: 50px;
            height: 100%;
            background-position: 7px 10px;
            background-size: 32px;
        }

    .sliderwrap a.carousel-control {
        height: 28px;
        width: 28px;
        background-size: 25px;
        left: 10px;
    }

        .sliderwrap a.carousel-control.right {
            right: 10px;
            left: auto;
            background-position: center -57px;
        }

    .testimonialswrap a.carousel-control {
        height: 28px;
        width: 28px;
        background-size: 25px;
        background-repeat: no-repeat;
    }

        .testimonialswrap a.carousel-control.right {
            right: 0;
            left: 34px;
            background-position: center -59px;
        }

    .testimonialswrap {
        padding: 30px 0 45px;
        background-size: cover;
    }

    .testimonialin {
        padding: 10px 0 30px;
    }

    .testimonialswrap a.carousel-control {
        bottom: -35px;
    }

    .testimonialin p {
        line-height: 23px;
        text-align: justify;
    }

    .testimonialin p, .testimonialin h5 {
        font-size: 16px;
    }

    .testimonialin h5 {
        margin: 15px 0 15px;
    }

    .amenitieswraper {
        background-size: cover;
        padding: 40px 0 40px;
    }

    .amenitieslide {
        padding: 10px 30px 0;
    }

    .amenitiesicon {
        float: none;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

    .amenitieswraper .slick-prev, .amenitieswraper .slick-next {
        height: 28px;
        width: 28px;
        background-size: 25px !important;
        left: -30px;
    }

    .amenitieswraper .slick-next {
        right: -30px;
        left: auto;
        background-position: center -57px !important;
    }

    .ourservicepart {
        padding: 40px 0 40px;
    }


    .servicebox {
        flex-basis: 80%;
        height: 120px;
        background-position: 96% 26px;
        font-size: 22px;
        line-height: 28px;
    }

        .servicebox.servicebox02 {
            background-position: 96% -151px;
        }

        .servicebox.servicebox03 {
            background-position: 96% -333px;
        }

        .servicebox.servicebox04 {
            background-position: 96% -492px;
        }

        .servicebox.servicebox05 {
            background-position: 98% -663px;
        }

    .galleryinslide .slick-prev, .galleryinslide .slick-next {
        background-position: center -141px !important;
        height: 31px;
        width: 31px;
        line-height: 31px;
        background-size: 30px !important;
    }

    .galleryinslide .slick-next {
        background-position: center -212px !important;
    }

    .appleft .toptitle {
        font-size: 20px;
    }

    .appleft p {
        font-size: 16px;
        line-height: 26px;
    }

    .footerdata {
        gap: 25px 0;
    }

    .footertitle {
        font-size: 22px;
        margin: 0 0 20px;
    }

    .footertopleft p, .footernav ul li a, .footercontact p, .footercontact .ftadd {
        font-size: 15px;
    }

    .footernav ul li {
        padding: 0 0 10px;
    }


    .copyrights span {
        display: block;
    }

    .poweredby span {
        padding: 0px 10px 0 0;
    }

    .grvcontentrow .grvcontent div {
        font-size: 11px;
    }
}

@media only screen and (max-width: 399px) {
    .servicebox {
        flex-basis: 98%;
    }
}
