body {
    font-family: 'Lora', 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;
    }

.h1920, .m1920, .f1920 {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

.sectionheader {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

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

.sitelogo {
    float: left;
}

    .sitelogo a {
        float: left;
    }

.headeright {
    float: right;
    width: 86%;
}

.headercontacts {
    float: right;
    padding: 4px 0 12px;
}

    .headercontacts p {
        background-image: url("../images/site/icon01.webp");
        background-position: left -242px;
        background-repeat: no-repeat;
        padding: 8px 0 10px 56px;
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        display: inline-block;
        color: #000;
        text-align: left;
    }

        .headercontacts p a {
            color: #D0436A;
        }

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

    .headercontacts .routeinq {
        background-position: left -7px;
        padding: 8px 60px 10px 60px;
        letter-spacing: -0.2px;
    }

.headerbottom {
    float: right;
    background-color: #2F5375;
    padding: 0 37px 0 0;
    box-shadow: 0 6px 12px rgba(0 0 0 / 16%);
}

.loginwrap {
    float: right;
    padding: 23px 0 0 35px;
}

    .loginwrap a {
        float: left;
        color: #fff;
        font-weight: 500;
        font-size: 18px;
        margin: 0;
        transition: all 1s;
        padding: 9px 10px 10px;
        background: #cd98b5;
        background: -moz-linear-gradient(top, #cd98b5 0%, #d0436a 100%);
        background: -webkit-linear-gradient(top, #cd98b5 0%,#d0436a 100%);
        background: linear-gradient(to bottom, #cd98b5 0%,#d0436a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd98b5', endColorstr='#d0436a',GradientType=0 );
    }

        .loginwrap a:hover, .loginwrap a:focus {
            transition: all 1s;
            background: #d0436a;
            background: -moz-linear-gradient(top, #d0436a 0%, #cd98b5 100%);
            background: -webkit-linear-gradient(top, #d0436a 0%,#cd98b5 100%);
            background: linear-gradient(to bottom, #d0436a 0%,#cd98b5 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0436a', endColorstr='#cd98b5',GradientType=0 );
            color: #ffffff;
            text-decoration: none;
        }

        .loginwrap a.branchlogin {
            background-position: 16px -93px;
        }

            .loginwrap a.branchlogin:hover, .loginwrap a.branchlogin:focus {
                background-position: 16px -152px;
            }


/* leftmenu start */

body .headermenu .container {
    padding: 0;
}

.headermenu {
    float: left;
}

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

        .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: 34px 29px 33px;
        font-weight: 500;
        position: relative;
    }

        .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: #fff;
            color: #000;
        }

        .headermenu .navbar-inverse .navbar-nav > li > a:before {
            position: absolute;
            content: "";
            left: 0;
            top: -6px;
            height: 6px;
            width: 0;
            background-color: #D0436A;
            transition: all 0.7s;
        }

        .headermenu .navbar-inverse .navbar-nav > li > a:hover:before, .headermenu .navbar-inverse .navbar-nav > li > a:focus:before, .headermenu .navbar-inverse .navbar-nav > .active > a:before {
            width: 100%;
            transition: all 0.7s;
        }

    .headermenu .navbar-inverse .navbar-nav > li.first1 > a {
        margin: 0;
    }

.cssmenu {
    float: left;
}

/* 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;
    }

.carousel-caption {
    position: absolute !important;
    top: 20.5% !important;
    left: 6.5% !important;
    text-align: left !important;
    right: auto !important;
}

    .carousel-caption h1 {
        font-size: 49px;
        line-height: 62px;
        color: rgba(0 0 0 / 90%);
        margin: 0;
        font-weight: 400;
    }

        .carousel-caption h1 span {
            color: rgba(208 67 106 / 90%);
        }

        .carousel-caption h1 i {
            display: block;
            font-style: normal;
        }

.sliderwrap a.carousel-control {
    background-image: none;
    text-shadow: none;
    top: 39%;
    height: 40px;
    width: 40px;
    font-size: 34px;
    line-height: 40px;
    background-color: #D0436A;
    border-radius: 50%;
    color: #fff;
    margin: -13px 0 0;
    opacity: 1;
    left: auto;
    right: 90px;
}

    .sliderwrap a.carousel-control.right {
        right: 90px;
        left: auto;
        top: 50%;
    }

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

.bannerwrapper {
    width: 100%;
    float: left;
    background-color: transparent;
    position: relative;
    margin: -18px 0 0;
}

body .boockingwrap .container {
    padding: 0;
    max-width: 100%;
}

.boockingwrap {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -73px;
    padding: 0;
    z-index: 1;
    background: #2f323d;
    background: -moz-linear-gradient(45deg, #2f323d 0%, #2f5375 99%);
    background: -webkit-linear-gradient(45deg, #2f323d 0%,#2f5375 99%);
    background: linear-gradient(45deg, #2f323d 0%,#2f5375 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f323d', endColorstr='#2f5375',GradientType=1 );
}

.bookingform {
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
}

    .bookingform h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 41px;
        color: #fff;
        margin: 0;
        padding: 27px 60px 0 38px;
        float: left;
        text-transform: uppercase;
        position: relative;
    }

        .bookingform h2 i {
            font-style: normal;
            display: block;
        }

        .bookingform h2:after {
            position: absolute;
            content: "";
            right: 0;
            top: 0;
            width: 1px;
            height: 136px;
            background-color: #f2f2f2;
        }

.inputarea {
    float: left;
    width: 73%;
    padding: 0 0 0 39px;
}

.inputgroup {
    float: left;
    width: 47.4%;
    position: relative;
    padding: 39px 0 0;
}

    .inputgroup.inputgroup02 {
        width: 50.3%;
        position: relative;
        padding: 39px 0 0 40px;
    }

.inputinr {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
    position: relative;
}

    .inputinr.inputinr02 {
        padding: 0 20px 0 0;
    }

    .inputinr.inputinr03 {
        padding: 0 0 0 20px;
    }

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

    .inputinrwrap:after {
        position: absolute;
        content: "";
        right: 56px;
        top: 0;
        width: 1px;
        height: 58px;
        background-color: #f2f2f2;
    }

.inputinr.inputinrswap02 {
    padding: 0 0 0 20px;
}

.inputinr .rfv {
    position: absolute;
    font-size: 13px;
    bottom: 2px;
    left: 19px;
    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/icon01.webp") !important;
    background-position: 90% -461px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    padding: 0 0 0 19px !important;
    border: 1px solid #f2f2f2 !important;
    color: #f2f2f2 !important;
    font-size: 17px !important;
    height: 58px !important;
    line-height: 57px !important;
    cursor: pointer !important;
    font-weight: 400 !important;
    letter-spacing: 0.3px;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: inherit !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f2f2f2 !important;
}

.pickupdropnew .select2-container--default .select2-selection--single .select2-selection__rendered,
.dropdropnew .select2-container--default .select2-selection--single .select2-selection__rendered,
.panel-body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2F5375 !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: #2F5375 !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 {
    background-position: 91% -897px;
}

.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: #f2f2f2;
    box-shadow: none !important;
}

.inputinr ::-webkit-input-placeholder {
    color: #f2f2f2 !important;
}

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

    .searchbutton input[type="submit"] {
        background-color: #F2F2F2;
        border: none;
        color: #2F5375;
        font-size: 22px;
        width: 100%;
        height: 136px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
    }

        .searchbutton input[type="submit"]:hover, .searchbutton input[type="submit"]:focus {
            background-color: #D0436A;
            color: #fff;
            transition: all 0.2s;
            outline: none;
        }


/*topdestinationwrap*/

.topdestinationwrap {
    background-image: url("../images/site/routebg.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    padding: 82px 0 0;
    min-height: 457px;
    margin: 73px 0 0;
    text-align: center;
}

.toptitle {
    color: #D0436A;
    font-size: 40px;
    margin: 0;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 14px;
}

    .toptitle span {
        color: #CD98B5;
        display: block;
        font-size: 30px;
    }

    .toptitle:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 177px;
        height: 13px;
        background-image: url("../images/site/headshape.png");
        background-position: center bottom;
        background-repeat: no-repeat;
    }

.topdestination {
    width: 100%;
    float: left;
    text-align: center;
    clear: both;
}

.destination {
    padding: 65px 0 0;
    width: 100%;
    float: left;
}

    .destination marquee {
        height: 161px;
    }

    .destination ul {
        margin: 0;
        padding: 0 0 15px;
    }

        .destination ul li {
            list-style: none;
            display: inline-block;
            margin: 0 65px 0 0;
        }

            .destination ul li a:before {
                position: absolute;
                content: '';
                height: 140px;
                width: 161px;
                left: 0;
                top: 0;
                background-image: url("../images/site/routeicon.png");
                background-position: left top;
                background-repeat: no-repeat;
            }

            .destination ul li a {
                text-align: left;
                background-color: #fff;
                box-shadow: 0 5px 10px rgba(0 0 0 / 16%);
                padding: 29px 22px 28px 180px;
                color: #2F5375;
                font-size: 22px;
                position: relative;
                display: inline-block;
            }

                .destination ul li a i {
                    display: block;
                    width: 1px;
                    height: 27px;
                    margin: 0 0 0 22px;
                    background-color: #CD98B5;
                }

                .destination ul li a:hover, .destination ul li a:focus {
                    color: #fff;
                    background-color: #2F5375;
                }

/*topdestinationwrap*/


.abouttravels {
    width: 100%;
    float: left;
    padding: 70px 0 28px;
    background-color: #F2F2F2;
}

    .abouttravels .toptitle {
        padding: 0 0 14px 8px;
    }

.aboutarea {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0 0;
    z-index: 1;
}

    .aboutarea:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 30px;
        width: 97.7%;
        height: 403px;
        border: 3px solid #D0436A;
        z-index: 0;
    }

.aboutleft {
    width: 60%;
    float: left;
    padding: 61px 0 0 30px;
    position: relative;
    z-index: 1;
}

    .aboutleft p {
        color: #2F323D;
        font-size: 18px;
        margin: 0;
        font-weight: 500;
        line-height: 23px;
        padding: 0;
    }

.aboutpart {
    padding: 23px 0 0 !important;
}

.aboutright {
    width: 40%;
    float: right;
    text-align: right;
}

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

    .readmore a {
        display: inline-block;
        color: #F2F2F2;
        font-size: 18px;
        padding: 5px 15px 7px;
        font-weight: 400;
        background-color: #2F5375;
    }

        .readmore a:hover, .readmore a:focus {
            color: #fff;
            background-color: #D0436A;
        }

/***** Amenities CSS Start  *****/

.amenitieswraper {
    width: 100%;
    float: left;
    padding: 82px 0 0;
    text-align: center;
    background-image: url("../images/site/amenitybg.png");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 531px;
}

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

.amenitieslide {
    width: 100%;
    float: left;
    text-align: center;
    padding: 49px 50px 0 48px;
}

.slick-slide {
    outline: none;
}

.amenitiesicon {
    display: inline-block !important;
    vertical-align: middle;
    padding: 15px 0;
}

.amenitiesbox {
    display: inline-block !important;
    vertical-align: middle;
    cursor: pointer;
    background-color: #FBFBFB;
    width: 313px;
    height: 168px;
    box-shadow: 0 5px 10px rgba(0 0 0 / 16%);
    text-align: left;
}

    .amenitiesbox span {
        position: relative;
        display: inline-block;
    }

        .amenitiesbox span p {
            display: inline-block;
            background-image: url("../images/site/amenities.png");
            background-position: -12px -10px;
            background-repeat: no-repeat;
            width: 143px;
            height: 168px;
            vertical-align: middle;
            z-index: 1;
            margin: 0;
            position: relative;
        }

    .amenitiesbox.amenitiesbox02 span p {
        background-position: -12px -329px;
    }

    .amenitiesbox.amenitiesbox03 span p {
        background-position: -12px -646px;
    }

    .amenitiesbox.amenitiesbox04 span p {
        background-position: -12px -964px;
    }

    .amenitiesbox span:after {
        position: absolute;
        content: "";
        right: 16px;
        top: 0;
        width: 71px;
        height: 168px;
        background-color: #2F5375;
        z-index: 0;
    }

    .amenitiesbox h3 {
        color: #2F5375;
        font-size: 25px;
        margin: 0;
        font-weight: 500;
        line-height: 32px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 11px;
    }

        .amenitiesbox h3 i {
            font-style: normal;
            display: block;
        }

    .amenitiesbox:hover h3 {
        color: #D0436A;
    }

.amenitieswraper .slick-prev, .amenitieswraper .slick-next {
    top: 51%;
    width: 35px;
    height: 35px;
    background-color: #2f5375;
    bottom: 0;
    margin: 0;
    color: #ffffff;
    opacity: 1;
    left: -70px;
    right: 0;
    z-index: 1;
    text-align: center;
}

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

    .amenitieswraper .slick-prev:hover, .amenitieswraper .slick-prev:focus, .amenitieswraper .slick-next:hover, .amenitieswraper .slick-next:focus {
        background-color: #D0436A;
    }

        .amenitieswraper .slick-prev:hover:before, .amenitieswraper .slick-prev:focus:before, .amenitieswraper .slick-next:hover:before, .amenitieswraper .slick-next:focus:before {
            opacity: 1;
            color: #fff;
        }

    .amenitieswraper .slick-prev::before, .amenitieswraper .slick-next::before {
        content: "\f104";
        font-size: 32px;
        color: #fff;
        font-family: FontAwesome;
        opacity: 1;
        line-height: 35px;
        text-align: center;
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
    }

    .amenitieswraper .slick-next::before {
        content: "\f105";
        right: -2px;
    }

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

body .servicebook .container {
    max-width: 1920px;
}

.servicebook {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

    .servicebook:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 511px;
        background-color: #D0436A;
        z-index: -1;
    }

.servicewrap {
    width: 55.7%;
    float: left;
    padding: 82px 20px 0 0;
    text-align: center;
}

    .servicewrap .toptitle {
        color: #fff;
    }

        .servicewrap .toptitle span {
            color: #fff;
        }

        .servicewrap .toptitle:after {
            background-image: url(../images/site/featureshape.png);
            background-position: center bottom;
            background-repeat: no-repeat;
        }

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

.serviceicon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.servicebox {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 229px;
    height: 199px;
    background-image: url("../images/site/featuresicon.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 37px 0 0;
    transition: all 0.7s;
    cursor: pointer;
}

    .servicebox:hover {
        background-image: url("../images/site/featurehover.png");
        background-position: center top;
        background-repeat: no-repeat;
        transition: all 0.7s;
    }

        .servicebox:hover h3 {
            color: #D0436A;
        }

    .servicebox h3 {
        color: #2F323D;
        margin: 0;
        font-size: 19px;
        font-weight: 500;
        line-height: 24px;
        padding: 16px 0 0;
    }

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

    .servicebox span {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 50px;
        height: 50px;
        background-image: url("../images/site/services.webp");
        background-position: center -10px;
        background-repeat: no-repeat;
    }

    .servicebox.servicebox02 span {
        background-position: center -260px;
    }

    .servicebox.servicebox03 span {
        background-position: center -510px;
    }

    .servicebox.servicebox04 span {
        background-position: center -759px;
    }

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


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


/*Ticket Easily*/

.ticketbook {
    width: 33.7%;
    float: left;
    padding: 54px 0 0 0;
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0 0 0 / 16%);
    text-align: center;
    margin: -54px 0 0;
}

.easyticket {
    display: flex;
    padding: 29px 102px 53px;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}

.ticketbox {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0 0 0 / 16%);
    text-align: left;
    padding: 0 18px 0 0;
    float: left;
}

    .ticketbox h3 {
        width: 136px;
        height: 83px;
        color: #F2F2F2;
        font-size: 22px;
        font-weight: 500;
        clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
        background: linear-gradient(45deg, #2f5375 0%,#97b2cc 100%);
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        padding: 28px 0 0 20px;
        text-transform: uppercase;
    }

        .ticketbox h3 span {
            font-size: 27px;
            display: inline-block;
            vertical-align: text-top;
        }

    .ticketbox p {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        margin: 0;
        color: #2F323D;
        font-size: 19px;
        font-weight: 500;
        line-height: 24px;
        text-transform: uppercase;
        padding: 0 0 0 30px;
    }

        .ticketbox p i {
            display: block;
            font-style: normal;
        }

    .ticketbox.ticketbox02 p {
        padding: 0 0 0 2px;
    }

    .ticketbox label {
        width: 55px;
        height: 55px;
        background-image: url("../images/site/ticketicon.png");
        background-position: center -10px;
        background-repeat: no-repeat;
        float: right;
        margin: 14px 0 0;
        position: relative;
    }

    .ticketbox.ticketbox02 label {
        background-position: center -215px;
    }

    .ticketbox.ticketbox03 label {
        background-position: center -420px;
    }

    .ticketbox.ticketbox04 label {
        background-position: center -625px;
    }

    .ticketbox label:before {
        position: absolute;
        content: "";
        left: -18px;
        bottom: -8px;
        width: 1px;
        height: 69px;
        background-color: #707070;
    }


/*Testimonials*/

.testapparea {
    width: 100%;
    float: left;
    background-image: url("../images/site/testappbg.webp");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 1144px;
    padding: 90px 0 0;
    margin: -54px 0 0;
}

.testimonialswrap {
    width: 100%;
    float: left;
    padding: 38px 0 118px;
    position: relative;
}

    .testimonialswrap:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: -95px;
        width: 427px;
        height: 457px;
        background-image: url("../images/site/testbg.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        z-index: 1;
    }

.testimonialarea {
    padding: 47px 0 0;
    float: left;
    width: 100%;
}

.testleft {
    display: inline-block;
    vertical-align: middle;
    padding: 26px 0 0;
}

    .testleft .toptitle {
        padding: 0 0 14px 5px;
    }

    .testleft p {
        margin: 0;
        padding: 43px 0 0;
        font-size: 23px;
        font-weight: 500;
        line-height: 29px;
    }

        .testleft p i {
            font-style: normal;
            display: block;
        }

.testslide {
    width: 68.5%;
    float: right;
    padding: 0 96px 0 0;
}

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

.testbox {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 324px;
    height: 267px;
    border: 1px dashed #D0436A;
    background-color: #fff;
    margin: 51px 0 0;
}

    .testbox span {
        position: relative;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        width: 107px;
    }

        .testbox span p {
            width: 100px;
            height: 100px;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            background-image: url("../images/site/testicon.png");
            background-position: center top;
            background-repeat: no-repeat;
            margin: -51px 0 0;
            z-index: 1;
            position: relative;
        }

    .testbox.testbox02 span p {
        background-image: url("../images/site/testicon2.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    .testbox span:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -7px;
        width: 107px;
        height: 100px;
        border-radius: 50%;
        background-color: #D0436A;
    }

    .testbox label {
        margin: 0;
        padding: 48px 18px 0;
        color: #2F323D;
        font-size: 19px;
        text-align: left;
        line-height: 22px;
        font-weight: 400;
    }

    .testbox h4 {
        font-size: 19px;
        font-weight: 400;
        margin: 0;
        padding: 35px 0 0;
        color: #CD98B5;
        position: relative;
    }

        .testbox h4:after {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -11px;
            width: 38px;
            height: 1px;
            background-color: #2F5375;
        }

    .testbox.testbox02 h4 {
        padding: 56px 0 0;
    }

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

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


/*Application*/

body .application .container {
    max-width: 1552px;
}

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

    .application:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 92px;
        width: 70%;
        height: 486px;
        background-color: #2F5375;
        z-index: 0;
    }

.apparea {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.appleft {
    float: left;
    width: 56%;
}

.appright {
    float: left;
    width: 40.5%;
    text-align: center;
    padding: 164px 0 0;
}

    .appright .toptitle {
        color: #fff;
    }

        .appright .toptitle span {
            color: #fff;
        }

        .appright .toptitle:after {
            background-image: url("../images/site/appshape.png");
            background-position: center bottom;
            background-repeat: no-repeat;
        }

    .appright h4 {
        font-size: 21px;
        padding: 67px 0 47px;
        color: #F2F2F2;
        margin: 0;
        letter-spacing: -0.2px;
    }

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

    .appright p {
        font-size: 18px;
        padding: 45px 0 0;
        color: #F2F2F2;
        margin: 0;
        font-weight: 400;
        letter-spacing: -0.1px;
    }



/* Footer CSS Start */

.footerwrap {
    width: 100%;
    float: left;
    padding: 33px 0 0;
}

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

    .footertop:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -10px;
        width: 100%;
        height: 10px;
        background-image: url("../images/site/fshape.svg");
        background-repeat: repeat-x;
        background-position: 0 20%, 0 100%, 0 50%, 0 100%, 0 0;
        animation: 200s para infinite linear;
    }

@keyframes para {
    100% {
        background-position: -5000px 20%, -800px 95%, 500px 50%, 1000px 100%, 400px 0;
    }
}

.footercontactmain {
    background-color: rgba(208 67 106 / 16%);
    width: 100%;
    float: left;
    padding: 23px 0 0;
}

.footercontact {
    width: 100%;
    display: flex;
    padding: 0 0 0 42px;
    justify-content: space-between;
    overflow: hidden;
}

    .footercontact p {
        font-size: 17px;
        font-weight: 500;
        line-height: 23px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        color: #2F5375;
        background-image: url("../images/site/icon01.webp");
        background-position: left -1127px;
        background-repeat: no-repeat;
        padding: 6px 0 14px 65px;
        letter-spacing: 0.5px;
        position: relative;
    }

        .footercontact p:before {
            position: absolute;
            content: "";
            left: -51px;
            bottom: 0;
            background-image: url("../images/site/icon01.webp");
            background-position: left -1834px;
            background-repeat: no-repeat;
            width: 90px;
            height: 62px;
            float: left;
        }

    .footercontact .callus {
        background-position: -5px -1360px;
        padding: 15px 0 0 59px;
    }

        .footercontact .callus:before {
            background-position: left -2095px;
        }

    .footercontact .mailus {
        background-position: left -1598px;
        padding: 12px 0 0 63px;
    }

        .footercontact .mailus:before {
            background-position: -15px -2356px;
        }

    .footercontact p i {
        display: block;
        font-style: normal;
    }

    .footercontact p a {
        color: #2F5375;
    }

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

.footermain {
    padding: 48px 0 40px;
    width: 100%;
    float: left;
    background-color: #D0436A;
}

.footertopleft {
    float: left;
    width: 25%;
}

.footertitle {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 0 7px 3px;
}

    .footertitle:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        width: 127px;
        height: 10px;
        background-image: url("../images/site/footershape.png");
        background-position: center bottom;
        background-repeat: no-repeat;
    }

.footernavbar {
    float: left;
    padding: 0;
    width: 65%;
}

.footernav {
    float: left;
    width: 38.8%;
}

    .footernav.footernav03 {
        width: 22%;
        padding: 0 0 0 10px;
    }

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

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

            .footernav ul li a {
                color: #F2F2F2;
                font-size: 19px;
                font-weight: 400;
                line-height: 24px;
                transition: all 0.7s;
            }

                .footernav ul li a i {
                    padding-right: 1px;
                    font-size: 14px;
                    color: #fff;
                    position: relative;
                    top: -3px;
                    display: none;
                    transition: all 0.7s;
                }

                .footernav ul li a:hover, .footernav ul li a:focus {
                    color: #2F323D;
                    text-decoration: none;
                    transition: all 0.7s;
                }

                    .footernav ul li a:hover i, .footernav ul li a:focus i {
                        display: inline-block;
                        color: #F2F2F2;
                        transition: all 0.7s;
                    }

.footeright {
    float: right;
    padding: 0;
    width: 24.8%;
}

.footerabout {
    float: left;
    width: 100%;
    padding: 27px 0 0;
}

    .footerabout p {
        font-size: 19px;
        line-height: 24px;
        color: #fff;
        margin: 0;
        font-weight: 400;
    }

.bottomsocial {
    float: left;
    padding: 21px 0 0 2px;
}

    .bottomsocial a {
        margin: 0 23px 0 0;
        width: 29px;
        height: 29px;
        background-color: #fff;
        font-size: 20px;
        line-height: 30px;
        color: #D0436A;
        text-align: center;
        float: left;
        box-shadow: 0 3px 6px rgba(0 0 0 / 16%);
        position: relative;
        transition: all 0.7s;
        z-index: 1;
    }

        .bottomsocial a:hover, .bottomsocial a:focus {
            background-color: #fff;
            color: #D0436A;
            transition: all 0.7s;
        }

        .bottomsocial a:before {
            position: absolute;
            left: -2px;
            top: -2px;
            content: "";
            width: 33px;
            height: 33px;
            background-color: rgba(255, 255, 255, 0.5);
            display: none;
            transition: all 0.7s;
            z-index: -1;
        }

        .bottomsocial a:hover:before, .bottomsocial a:focus:before {
            display: inline-block;
            transition: all 0.7s;
        }


.footerbottom {
    width: 100%;
    float: left;
    padding: 17px 0 17px;
    background-color: rgba(208 67 106 / 16%);
}

.copyrights {
    float: left;
    color: #2F323D;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 0 0;
}


    .copyrights a {
        color: #D0436A;
    }

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

.poweredby {
    float: right;
}

    .poweredby span {
        float: left;
        color: #2F323D;
        font-size: 14px;
        padding: 4px 7px 0 0;
        font-weight: 500;
    }

    .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: #2f5375 !important;
    border-bottom: 1px solid #d0426a !important;
    font-size: 22px !important;
}

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

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

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

/* Medea Queries */

@media only screen and (max-width: 1899px) {
    .bookingform h2 {
        padding: 27px 40px 0 38px;
    }

    .ticketbox {
        padding: 0 12px 0 0;
    }

        .ticketbox p {
            font-size: 17px;
        }

        .ticketbox.ticketbox02 p {
            padding: 0;
        }

        .ticketbox label::before {
            left: -12px;
        }
}

@media only screen and (max-width: 1799px) {
    .bookingform h2 {
        padding: 28px 38px 0;
        font-size: 28px;
        line-height: 39px;
    }

    .ticketbox h3 {
        width: 120px;
        font-size: 21px;
        padding: 28px 0 0 15px;
    }

    .easyticket {
        padding: 29px 90px 53px;
    }

    .servicewrap {
        width: 58%;
    }

    .testimonialswrap::after {
        width: 340px;
        height: 365px;
        background-size: 340px;
    }
}

@media only screen and (max-width: 1699px) {
    .sliderwrap a.carousel-control {
        right: 70px;
    }

        .sliderwrap a.carousel-control.right {
            right: 70px;
            top: 51%;
        }

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

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

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 19px;
        padding: 30px 29px 30px;
    }

    .bannerwrapper {
        margin: -11px 0 0;
    }

    .loginwrap {
        padding: 20px 0 0 25px;
    }

    .headerbottom {
        padding: 0 25px 0 0;
    }

    .topdestinationwrap {
        padding: 80px 0 69px;
        min-height: 10px;
        background-size: cover;
    }

    .destination {
        padding: 50px 0 0;
    }

        .destination marquee {
            height: 153px;
        }

    .toptitle {
        font-size: 38px;
    }

    .amenitieswraper {
        padding: 80px 0 120px;
        min-height: 10px;
    }

    .amenitiesbox {
        height: 150px;
    }

        .amenitiesbox span::after {
            height: 150px;
            width: 64px;
        }

        .amenitiesbox span p {
            width: 129px;
            height: 150px;
            background-size: 140px;
            background-position: -11px -10px;
        }

        .amenitiesbox.amenitiesbox02 span p {
            background-position: -11px -297px;
        }

        .amenitiesbox.amenitiesbox03 span p {
            background-position: -11px -584px;
        }

        .amenitiesbox.amenitiesbox04 span p {
            background-position: -11px -871px;
        }

        .amenitiesbox h3 {
            font-size: 22px;
            padding: 0 0 0 20px;
        }

    .servicewrap {
        width: 62%;
        padding: 80px 20px 0 0;
    }

    .easyticket {
        padding: 29px 75px 53px;
    }

    .testbox label {
        font-size: 18px;
    }

    .testleft p {
        font-size: 21px;
    }

    .testimonialswrap::after {
        width: 300px;
        height: 324px;
        background-size: 300px;
    }

    .appright h4 {
        padding: 60px 0 47px;
        letter-spacing: inherit;
    }

    .appright p {
        letter-spacing: inherit;
    }
}

@media only screen and (max-width: 1599px) {
    .sliderwrap a.carousel-control {
        right: 50px;
        height: 36px;
        width: 36px;
        font-size: 30px;
        line-height: 36px;
    }

        .sliderwrap a.carousel-control.right {
            right: 50px;
        }

    .amenitieswraper .slick-prev, .amenitieswraper .slick-next {
        width: 30px;
        height: 30px;
    }

        .amenitieswraper .slick-prev::before, .amenitieswraper .slick-next::before {
            font-size: 28px;
            line-height: 31px;
        }

    .headercontacts p {
        font-size: 18px;
        padding: 9px 0 11px 56px;
    }

    .headercontacts .routeinq {
        padding: 9px 60px 11px 60px;
        letter-spacing: inherit;
    }

    .bookingform h2 {
        padding: 21px 36px 0;
        font-size: 24px;
        line-height: 35px;
        width: 16%;
    }

        .bookingform h2::after {
            height: 110px;
        }

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

    .inputgroup {
        width: 50%;
        padding: 30px 0 0;
    }

        .inputgroup.inputgroup02 {
            width: 48%;
            padding: 30px 0 0 30px;
        }

    .inputinr {
        padding: 0 15px 0 0;
    }

        .inputinr.inputinrswap02 {
            padding: 0 0 0 15px;
        }

        .inputinr.inputinr02 {
            padding: 0 15px 0 0;
        }

        .inputinr.inputinr03 {
            padding: 0 0 0 15px;
        }

        .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
            background-position: 91% -464px;
            padding: 0 0 0 15px !important;
            font-size: 16px !important;
            height: 50px !important;
            line-height: 49px !important;
            letter-spacing: inherit;
        }

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

        .inputinr input[type="text"].jdate {
            background-position: 89% -900px;
        }

        .inputinr .rfv {
            bottom: 1px;
            left: 15px;
        }

    .inputinrwrap::after {
        right: 48px;
        height: 50px;
    }

    .searchbutton {
        width: 10.7%;
    }

        .searchbutton input[type="submit"] {
            font-size: 20px;
            height: 110px;
        }

    .toptitle span {
        font-size: 29px;
    }

    .servicewrap {
        width: 65%;
    }

    .easyticket {
        padding: 29px 60px 53px;
    }

    .testimonialswrap {
        padding: 38px 0 90px;
    }

        .testimonialswrap::after {
            width: 250px;
            height: 270px;
            background-size: 250px;
            top: 270px;
            bottom: auto;
        }

    .footertitle {
        font-size: 22px;
        padding: 0 0 7px;
    }

    .footernav ul li a {
        font-size: 18px;
    }

    .footerabout p {
        font-size: 18px;
    }

    .footerbottom {
        padding: 17px 0 16px;
    }
}

@media only screen and (max-width: 1499px) {
    .bookingform h2 {
        padding: 22px 29px 0;
        font-size: 23px;
        line-height: 33px;
        width: 15%;
    }

    .carousel-caption {
        top: 25% !important;
        left: 5% !important;
    }

        .carousel-caption h1 {
            font-size: 42px;
            line-height: 55px;
        }

    .inputarea {
        padding: 0 0 0 25px;
        width: 74%;
    }

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

    .destination ul li a {
        padding: 18px 22px 18px 145px;
        font-size: 20px;
    }

        .destination ul li a::before {
            height: 114px;
            width: 130px;
            background-size: 130px;
        }

    .destination marquee {
        height: 125px;
    }

    .aboutleft {
        padding: 68px 0 0 30px;
    }

        .aboutleft p {
            font-size: 17px;
        }

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

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

    .amenitiesbox {
        height: 130px;
        width: 272px;
    }

        .amenitiesbox span p {
            width: 110px;
            height: 130px;
            background-size: 120px;
            background-position: -10px -8px;
        }

        .amenitiesbox.amenitiesbox02 span p {
            background-position: -10px -254px;
        }

        .amenitiesbox.amenitiesbox03 span p {
            background-position: -10px -500px;
        }

        .amenitiesbox.amenitiesbox04 span p {
            background-position: -10px -746px;
        }

        .amenitiesbox span::after {
            height: 130px;
            width: 52px;
        }

        .amenitiesbox h3 {
            font-size: 21px;
            padding: 0 0 0 18px;
            line-height: 30px;
        }

    .servicewrap {
        width: 66%;
        padding: 70px 20px 0 0;
    }

    .serviceslide {
        padding: 50px 0 0;
    }

    .servicebook::after {
        height: 444px;
    }

    .servicebox {
        width: 200px;
        height: 174px;
        padding: 32px 0 0;
        background-size: 200px;
    }

        .servicebox h3 {
            font-size: 18px;
            line-height: 23px;
            padding: 15px 0 0;
        }

    .ticketbook {
        width: 34%;
    }

    .toptitle {
        font-size: 36px;
    }

        .toptitle span {
            font-size: 28px;
        }

        .toptitle::after {
            width: 160px;
            height: 12px;
            background-size: 160px;
        }

    .testleft .toptitle {
        padding: 0 0 14px;
    }

    .ticketbox h3 {
        width: 108px;
        font-size: 19px;
        padding: 23px 0 0 13px;
        height: 70px;
    }

        .ticketbox h3 span {
            font-size: 23px;
        }

    .ticketbox p {
        font-size: 16px;
        line-height: 22px;
        padding: 0 0 0 15px;
    }

    .ticketbox label {
        width: 48px;
        height: 48px;
        margin: 11px 0 0;
        background-size: 48px;
    }

        .ticketbox label::before {
            bottom: -4px;
            height: 54px;
        }

    .ticketbox.ticketbox02 label {
        background-position: center -187px;
    }

    .ticketbox.ticketbox03 label {
        background-position: center -366px;
    }

    .ticketbox.ticketbox04 label {
        background-position: center -546px;
    }

    .easyticket {
        padding: 29px 50px 53px;
    }

    .testapparea {
        margin: -58px 0 0;
        padding: 124px 0 40px;
        min-height: 10px;
        background-size: cover;
    }

    .testimonialswrap {
        padding: 0 0 75px;
    }

        .testimonialswrap::after {
            width: 210px;
            height: 226px;
            background-size: 210px;
            top: 165px;
        }

    .testbox {
        width: 294px;
        height: 236px;
    }

        .testbox label {
            font-size: 17px;
            line-height: 23px;
            padding: 38px 18px 0;
        }

        .testbox span {
            width: 97px;
        }

            .testbox span p {
                width: 90px;
                height: 90px;
                background-size: 90px;
            }

            .testbox span::after {
                width: 97px;
                height: 90px;
            }

        .testbox h4 {
            font-size: 18px;
            padding: 28px 0 7px;
        }

            .testbox h4::after {
                bottom: 0;
            }

        .testbox.testbox02 h4 {
            padding: 52px 0 7px;
        }

    .application::after {
        bottom: 70px;
        width: 69%;
        height: 466px;
    }

    .appleft {
        width: 52%;
    }

        .appleft img {
            width: 100%;
            max-width: 700px;
        }

    .appright {
        width: 38%;
        padding: 105px 0 0;
    }

        .appright h4 {
            padding: 50px 0 47px;
        }

        .appright a img {
            width: 100%;
            max-width: 170px;
        }

    .footerwrap {
        padding: 10px 0 0;
    }

    .footertitle {
        font-size: 21px;
    }

        .footertitle::after {
            width: 116px;
            height: 9px;
            background-size: 116px;
        }

    .footernav ul li a {
        font-size: 17px;
    }

        .footernav ul li a i {
            top: -2px;
        }

    .footerbottom {
        padding: 16px 0 14px;
    }

    .poweredby span {
        padding: 5px 7px 0 0;
    }
}

@media only screen and (max-width: 1399px) {
    .sitelogo a img {
        width: 100%;
        max-width: 140px;
    }

    .headercontacts p {
        font-size: 17px;
        padding: 9px 0 11px 48px;
        background-size: 80px;
        background-position: left -214px;
    }

    .headercontacts .routeinq {
        padding: 9px 60px 11px 48px;
        background-position: left -5px;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 17px;
        padding: 24px 28px 24px;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a::before {
            top: -4px;
            height: 4px;
        }

    .loginwrap {
        padding: 16px 0 0 25px;
    }

        .loginwrap a {
            font-size: 16px;
            padding: 8px 10px 9px;
        }

    .bannerwrapper {
        margin: -12px 0 0;
    }

    .bookingform h2 {
        padding: 22px 28px 0;
        font-size: 20px;
        line-height: 29px;
        width: 14%;
    }

        .bookingform h2::after {
            height: 100px;
        }

    .inputarea {
        padding: 0 0 0 20px;
        width: 75%;
    }

    .inputgroup {
        padding: 25px 0 0;
    }

        .inputgroup.inputgroup02 {
            padding: 25px 0 0 22px;
        }

    .inputinr {
        padding: 0 11px 0 0;
    }

        .inputinr.inputinrswap02 {
            padding: 0 0 0 11px;
        }

        .inputinr.inputinr02 {
            padding: 0 11px 0 0;
        }

        .inputinr.inputinr03 {
            padding: 0 0 0 11px;
        }

    .inputinrwrap::after {
        right: 43px;
    }

    .searchbutton {
        width: 11%;
    }

        .searchbutton input[type="submit"] {
            font-size: 18px;
            height: 100px;
        }

    .toptitle {
        font-size: 34px;
    }

        .toptitle span {
            font-size: 26px;
        }

    .servicewrap {
        width: 64%;
    }

    .ticketbook {
        width: 36%;
    }

    .application::after {
        top: 29px;
        bottom: auto;
        height: 437px;
    }

    .appright {
        width: 42%;
        padding: 100px 0 0;
    }

        .appright h4 {
            padding: 45px 0 40px;
        }

        .appright p {
            padding: 40px 0 0;
        }

    .appleft img {
        max-width: 680px;
    }

    .testimonialswrap::after {
        width: 190px;
        height: 204px;
        background-size: 190px;
        top: 187px;
    }
}

@media only screen and (max-width: 1309px) {
    .sliderwrap a.carousel-control {
        right: 30px;
        height: 32px;
        width: 32px;
        font-size: 27px;
        line-height: 32px;
    }

        .sliderwrap a.carousel-control.right {
            right: 30px;
        }

    .carousel-caption {
        top: 26% !important;
        left: 4% !important;
    }

        .carousel-caption h1 {
            font-size: 37px;
            line-height: 48px;
        }

    .bookingform h2 {
        padding: 24px 0 0 20px;
        font-size: 18px;
        line-height: 28px;
        width: 13%;
    }

    .inputarea {
        width: 76%;
    }

    .searchbutton input[type="submit"] {
        font-size: 17px;
    }

    .aboutleft p {
        font-size: 16px;
    }

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

    .amenitiesbox {
        width: 260px;
    }

    .servicewrap {
        width: 63%;
    }

    .ticketbook {
        width: 37%;
    }

    .toptitle {
        font-size: 32px;
    }

        .toptitle span {
            font-size: 24px;
        }

        .toptitle::after {
            width: 150px;
            height: 11px;
            background-size: 150px;
        }

    .testleft p {
        font-size: 20px;
        line-height: 28px;
    }

    .testslide {
        width: 60%;
        float: none;
        padding: 0 0 0 50px;
        display: inline-block;
        vertical-align: middle;
    }

    .application::after {
        height: 408px;
    }

    .appright {
        width: 44%;
        padding: 95px 0 0;
    }

        .appright h4 {
            padding: 40px 0 38px;
            font-size: 19px;
        }

        .appright p {
            padding: 36px 0 0;
            font-size: 17px;
        }

    .testapparea {
        padding: 124px 0 36px;
    }

    .footercontact p {
        padding: 2px 0 14px 65px;
        letter-spacing: inherit;
    }

    .footercontact .callus {
        padding: 12px 0 0 59px;
    }

    .footertop::before {
        top: -8px;
        height: 9px;
        background-size: 1500px;
    }
}

@media only screen and (max-width: 1229px) {
    .headercontacts .routeinq {
        padding: 9px 40px 11px 48px;
    }

    .headercontacts p {
        font-size: 16px;
    }

    .sitelogo a img {
        max-width: 130px;
    }

    .headerbottom {
        padding: 0 18px 0 0;
    }

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

    .loginwrap {
        padding: 14px 0 0 18px;
    }

        .loginwrap a {
            font-size: 14px;
            padding: 6px 9px 7px;
        }

    .bannerwrapper {
        margin: -6px 0 0;
    }

    .bookingform h2 {
        padding: 22px 0 0 18px;
        font-size: 16px;
        line-height: 24px;
        width: 14%;
    }

        .bookingform h2::after {
            height: 90px;
        }

    .inputarea {
        padding: 0 2px 0 18px;
        width: 74%;
    }

    .inputinrwrap::after {
        right: 35px;
        height: 40px;
    }

    .inputinr {
        padding: 0 9px 0 0;
    }

        .inputinr.inputinrswap02 {
            padding: 0 0 0 9px;
        }

    .inputgroup.inputgroup02 {
        padding: 25px 0 0 18px;
    }

    .inputinr.inputinr02 {
        padding: 0 9px 0 0;
    }

    .inputinr.inputinr03 {
        padding: 0 0 0 9px;
    }

    .inputinr .rfv {
        bottom: -16px;
        left: 13px;
        font-size: 12px;
    }

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        background-position: 91% -469px;
        padding: 0 0 0 12px !important;
        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: 89% -687px;
    }

    .inputinr input[type="text"].jdate {
        background-position: 89% -905px;
    }

    .searchbutton {
        width: 12%;
    }

        .searchbutton input[type="submit"] {
            font-size: 16px;
            height: 90px;
        }

    .aboutarea::before {
        bottom: auto;
        width: 98.5%;
        height: 351px;
        top: 29px;
        border: 2px solid #D0436A;
    }

    .aboutleft {
        padding: 0 0 0 30px;
        width: 60%;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

        .aboutleft p {
            font-size: 15px;
        }

    .aboutpart {
        padding: 16px 0 0 !important;
    }

    .readmore {
        padding: 15px 0 0;
    }

        .readmore a {
            font-size: 15px;
            padding: 4px 10px 5px;
        }

    .aboutright {
        width: 39.6%;
        float: none;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }

        .aboutright img {
            width: 100%;
            max-width: 400px;
        }

    .servicewrap {
        width: 61%;
    }

    .servicebox {
        width: 186px;
        height: 162px;
        padding: 30px 0 0;
        background-size: 186px;
    }

        .servicebox h3 {
            font-size: 16px;
            line-height: 21px;
            padding: 12px 0 0;
        }

    .ticketbook {
        width: 39%;
    }

    .easyticket {
        padding: 29px 30px 53px;
    }

    .ticketbox h3 {
        width: 98px;
        font-size: 17px;
    }

        .ticketbox h3 span {
            font-size: 21px;
        }

    .ticketbox p {
        font-size: 15px;
        padding: 0 0 0 8px;
    }

    .testleft p {
        font-size: 19px;
        line-height: 27px;
    }

    .testslide {
        padding: 0 0 0 20px;
    }

    .testbox {
        width: 276px;
    }

        .testbox label {
            font-size: 16px;
            padding: 38px 16px 0;
        }

    .testimonialswrap::after {
        width: 140px;
        height: 154px;
        background-size: 140px;
        top: 237px;
    }

    .appleft {
        text-align: center;
    }

        .appleft img {
            max-width: 520px;
        }

    .application::after {
        height: 338px;
        width: 72%;
    }

    .appright {
        width: 46%;
        padding: 65px 0 0;
    }

        .appright h4 {
            padding: 36px 0 36px;
            font-size: 18px;
        }

        .appright a img {
            max-width: 160px;
        }

        .appright p {
            padding: 32px 0 0;
            font-size: 16px;
        }

    .footernavbar {
        width: 63%;
    }

    .footeright {
        width: 29%;
    }
}

@media only screen and (max-width: 1023px) {
    .sliderwrap a.carousel-control.right {
        top: 52%;
    }

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

    .aboutright {
        width: 39.5%;
    }

        .aboutright img {
            max-width: 380px;
        }

    .aboutarea::before {
        top: 23px;
    }

    .servicewrap {
        padding: 70px 15px 0 0;
    }

    .easyticket {
        padding: 29px 24px 53px;
    }

    .testleft p {
        font-size: 18px;
        line-height: 26px;
    }

    .testslide {
        padding: 0 0 0 15px;
        width: 62%;
    }

    .application::after {
        height: 323px;
    }

    .appright {
        padding: 66px 0 0;
    }

        .appright h4 {
            padding: 32px 0 32px;
            font-size: 17px;
        }

        .appright a img {
            max-width: 150px;
        }

        .appright p {
            padding: 28px 0 0;
        }

    .footercontact p {
        padding: 2px 0 14px 47px;
        letter-spacing: inherit;
        background-position: left -869px;
        background-size: 70px;
        font-size: 16px;
    }

        .footercontact p::before {
            background-position: left -1426px;
            width: 70px;
            height: 49px;
            background-size: 70px;
        }

    .footercontact .callus {
        padding: 12px 0 0 44px;
        background-position: -5px -1050px;
    }

        .footercontact .callus::before {
            background-position: left -1628px;
        }

    .footercontact .mailus {
        background-position: left -1235px;
        padding: 12px 0 0 49px;
    }

        .footercontact .mailus::before {
            background-position: 0 -1832px;
        }

    .footerabout p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 991px) {
    .sliderwrap a.carousel-control {
        right: 20px;
        height: 28px;
        width: 28px;
        font-size: 23px;
        line-height: 27px;
        top: 42%;
    }

        .sliderwrap a.carousel-control.right {
            right: 20px;
            top: 58%;
        }

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

    .amenitieswraper .slick-prev, .amenitieswraper .slick-next {
        width: 26px;
        height: 26px;
    }

        .amenitieswraper .slick-prev::before, .amenitieswraper .slick-next::before {
            font-size: 24px;
            line-height: 26px;
        }

    .headertop {
        text-align: center;
        padding: 16px 0 0;
    }

    .sitelogo {
        width: 100%;
        text-align: center;
    }

        .sitelogo a {
            float: none;
            display: inline-block;
            width: 240px;
        }

    .headercontacts {
        float: none;
        display: inline-block;
        padding: 20px 0 18px;
    }

        .headercontacts p {
            font-size: 15px;
            padding: 9px 0 11px 38px;
            background-size: 60px;
            background-position: left -157px;
        }

        .headercontacts .routeinq {
            padding: 9px 20px 11px 38px;
            background-position: left 1px;
        }

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

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

    .headermenu .navbar-inverse .navbar-nav > li > a {
        padding: 15px;
    }

    .loginwrap {
        padding: 10px 0 0 14px;
    }

    .bannerwrapper {
        margin: 0;
        padding: 30px 0 0;
    }

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

    .bookingform h2 {
        padding: 0;
        font-size: 18px;
        width: 100%;
    }

        .bookingform h2::after {
            display: none;
        }

        .bookingform h2 i {
            display: inline-block;
        }

    .inputarea {
        padding: 0;
        width: 100%;
    }

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

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

    .inputinr .rfv {
        bottom: -15px;
    }

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

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

    .inputinr input[type="text"].jdate {
        background-position: 98% -905px;
    }

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

        .searchbutton input[type="submit"] {
            height: 40px;
        }

    .sliderwrap {
        padding: 40px 0 0;
    }

    .carousel-caption {
        top: 28% !important;
        left: 3% !important;
        padding: 0 !important;
    }

        .carousel-caption h1 {
            font-size: 27px;
            line-height: 37px;
        }

    .topdestinationwrap {
        padding: 60px 0 50px;
        margin: 0;
    }

    .destination {
        padding: 42px 0 0;
    }

    .toptitle {
        font-size: 30px;
    }

        .toptitle span {
            font-size: 22px;
        }

    .destination ul li {
        margin: 0 55px 0 0;
    }

        .destination ul li a {
            padding: 18px 22px 18px 135px;
            font-size: 18px;
        }

            .destination ul li a::before {
                height: 104px;
                width: 120px;
                background-size: 120px;
            }

            .destination ul li a i {
                height: 22px;
                margin: 0 0 0 18px;
            }

    .destination marquee {
        height: 116px;
    }

    .abouttravels {
        padding: 60px 0 60px;
    }

    .aboutarea {
        padding: 50px 0 0;
    }

        .aboutarea::before {
            top: 42px;
            width: 100%;
            height: 92%;
        }

    .aboutleft {
        padding: 20px 20px 40px;
        width: 100%;
    }

    .aboutright {
        width: 100%;
        text-align: center;
    }

        .aboutright img {
            max-width: 460px;
        }

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

    .amenitiesbox {
        width: 226px;
        height: 108px;
    }

        .amenitiesbox span p {
            width: 92px;
            height: 108px;
            background-size: 100px;
            background-position: -8px -7px;
        }

        .amenitiesbox.amenitiesbox02 span p {
            background-position: -8px -212px;
        }

        .amenitiesbox.amenitiesbox03 span p {
            background-position: -8px -417px;
        }

        .amenitiesbox.amenitiesbox04 span p {
            background-position: -8px -622px;
        }

        .amenitiesbox span::after {
            height: 108px;
            width: 39px;
        }

        .amenitiesbox h3 {
            font-size: 19px;
            padding: 0 0 0 12px;
            line-height: 27px;
        }

    /*.amenitieslide {
        padding: 27px 0 0;
    }*/

    .servicebook {
        background-color: #D0436A;
        padding: 0 0 60px;
    }

        .servicebook::after {
            display: none;
        }

    .servicewrap {
        padding: 60px 0 60px;
        width: 100%;
    }

    .serviceslide {
        padding: 42px 0 0;
    }

    .servicebox {
        width: 229px;
        height: 199px;
        padding: 40px 0 0;
        background-size: 229px;
    }

        .servicebox h3 {
            font-size: 18px;
            line-height: 23px;
            padding: 21px 0 0;
        }

    .ticketbook {
        width: 100%;
        margin: 0;
    }

    .easyticket {
        padding: 30px 24px 50px;
    }

    .ticketbox {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        width: 72%;
    }

        .ticketbox p {
            font-size: 17px;
            padding: 25px 0 0;
        }

            .ticketbox p i {
                display: inline-block;
            }

        .ticketbox.ticketbox02 p {
            padding: 25px 0 0;
        }

    .testimonialswrap {
        padding: 0;
    }

        .testimonialswrap::after {
            top: auto;
            bottom: 0;
        }

    .testapparea {
        padding: 60px 0 55px;
        margin: 0;
    }

    .testleft {
        padding: 0 0 42px;
        width: 100%;
        text-align: center;
    }

        .testleft p {
            font-size: 17px;
        }

            .testleft p i {
                display: inline-block;
            }

    .testslide {
        padding: 0;
        width: 86%;
    }

    .application {
        padding: 65px 0 0;
    }

        .application::after {
            display: none;
        }

    .appleft {
        width: 100%;
        float: right;
    }

    .appright {
        padding: 55px 0 55px;
        width: 100%;
        background-color: #2F5375;
    }

    .footerwrap {
        padding: 7px 0 0;
    }

    .footertop::before {
        top: -6px;
        height: 7px;
        background-size: 1200px;
    }

    .footercontactmain {
        padding: 23px 0;
    }

    .footercontact {
        display: inline-block;
        float: none;
        text-align: center;
        padding: 0 0 0 50px;
        margin: 0 auto;
        vertical-align: middle;
    }

        .footercontact p {
            float: left;
            width: 50%;
            text-align: left;
        }

            .footercontact p::before {
                height: 70px;
                background-position: left -1417px;
            }

        .footercontact .callus {
            padding: 12px 0 14px 44px;
            background-position: -5px -1050px;
        }

            .footercontact .callus::before {
                background-position: left -1606px;
            }

        .footercontact .mailus {
            width: 100%;
            text-align: center;
            float: none;
            background-position: 38% -1236px;
            padding: 12px 0 12px 44px;
            clear: both;
            display: inline-block;
            vertical-align: middle;
        }

            .footercontact .mailus::before {
                width: 100%;
                background-position: 38% -1810px;
                z-index: -1;
            }

    .footermain {
        padding: 55px 0 60px;
    }

    .footernavbar {
        width: 100%;
    }

    .footertitle {
        font-size: 19px;
    }

        .footertitle::after {
            width: 96px;
            height: 8px;
            background-size: 96px;
        }

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

        .footernav ul li a {
            font-size: 16px;
        }

    .footeright {
        width: 50%;
        float: left;
        padding: 32px 0 0;
    }

    .footerabout p {
        font-size: 16px;
    }

    .bottomsocial a {
        margin: 0 16px 0 0;
    }

    .copyrights {
        font-size: 14px;
    }

    .poweredby span {
        padding: 6px 6px 0 0;
        font-size: 13px;
    }
}

@media only screen and (max-width: 899px) {
    .footercontact .mailus {
        background-position: 36% -1236px;
    }

        .footercontact .mailus::before {
            background-position: 36% -1810px;
        }
}

@media only screen and (max-width: 767px) {
    .sectionheader {
        z-index: 3;
    }

    .cssmenu {
        width: 100%;
    }

    /* leftmenu start */

    .headermenu {
        width: auto;
        float: left;
        position: absolute;
        top: 4px;
        left: 4px;
        margin: 0;
    }

    .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: 42%;
        }

            .fixedbtn.topfixedicon span {
                display: none;
            }

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

    .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-color: #D0436A;
        }

    .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 {
        padding: 14px 0 0 10px !important;
        text-align: left;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 16px;
            padding: 0;
            color: #2F5375;
            margin: 0;
            border: none;
            display: inline-block;
        }

    .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: transparent;
            color: #D0436A;
            border: none;
        }

        .headermenu .navbar-inverse .navbar-nav > li > a::before {
            display: 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: 50%;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        padding-top: 30px;
        z-index: 9999;
    }

    .side-collapse.in {
        width: 0;
    }

    /* leftmenu end */

    .sliderwrap a.carousel-control.right {
        top: 60%;
    }

    .headerbottom {
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }

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

        .loginwrap a {
            float: none;
        }

    .headercontacts .routeinq {
        padding: 9px 10px 11px 38px;
    }

    .sliderwrap {
        padding: 30px 0 0;
    }

    .carousel-caption h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .topdestinationwrap {
        padding: 50px 0 45px;
    }

    .destination {
        padding: 36px 0 0;
    }

    .toptitle {
        font-size: 28px;
    }

        .toptitle::after {
            width: 130px;
            height: 10px;
            background-size: 130px;
        }

    .abouttravels {
        padding: 50px 0;
    }

    .aboutarea {
        padding: 36px 0 0;
    }

        .aboutarea::before {
            top: 36px;
            height: 93%;
        }

    .aboutright img {
        max-width: 390px;
    }

    .readmore {
        padding: 20px 0 0;
    }

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

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

    .servicewrap {
        padding: 50px 0;
    }

    .serviceslide {
        padding: 36px 0 0;
    }

    .servicebox {
        width: 190px;
        height: 165px;
        padding: 32px 0 0;
        background-size: 190px;
    }

        .servicebox h3 {
            font-size: 16px;
            line-height: 21px;
            padding: 13px 0 0;
        }

    .ticketbook {
        padding: 50px 0 40px;
    }

    .easyticket {
        padding: 30px 24px 10px;
    }

    .ticketbox {
        width: 83%;
    }

        .ticketbox p {
            font-size: 16px;
            padding: 23px 0 0;
        }

        .ticketbox.ticketbox02 p {
            padding: 23px 0 0;
        }

    .servicebook {
        padding: 0 0 50px;
    }

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

    .testleft {
        padding: 0 0 34px;
    }

        .testleft p {
            padding: 30px 0 0;
        }

    .testbox {
        width: 236px;
        height: 210px;
    }

        .testbox label {
            font-size: 14px;
            padding: 28px 12px 0;
            line-height: 21px;
        }

        .testbox h4 {
            font-size: 16px;
            padding: 24px 0 7px;
        }

        .testbox.testbox02 h4 {
            padding: 46px 0 7px;
        }

        .testbox span {
            width: 87px;
        }

            .testbox span p {
                width: 80px;
                height: 80px;
                background-size: 80px;
                margin: -41px 0 0;
            }

            .testbox span::after {
                width: 87px;
                height: 80px;
                bottom: -5px;
            }

    .testimonialswrap::after {
        width: 110px;
        height: 118px;
        background-size: 110px;
    }

    .application {
        padding: 55px 0 0;
    }

    .appleft img {
        max-width: 480px;
    }

    .appright {
        padding: 45px 0;
    }

        .appright a img {
            max-width: 140px;
        }

    .footercontact {
        padding: 0 0 0 43px;
    }

        .footercontact p {
            padding: 2px 0 14px 40px;
            background-position: -6px -870px;
            font-size: 15px;
            line-height: 22px;
        }

        .footercontact .callus {
            padding: 12px 0 16px 64px;
            background-position: 17px -1051px;
        }

            .footercontact .callus::before {
                background-position: 34px -1608px;
                width: 100%;
                z-index: -1;
            }

    .footermain {
        padding: 45px 0 50px;
    }
}

@media only screen and (max-width: 720px) {
    .footercontact .mailus {
        background-position: 33% -1236px;
    }

        .footercontact .mailus::before {
            background-position: 33% -1810px;
        }

    .footerbottom {
        padding: 18px 0 14px;
    }

    .copyrights {
        padding: 0 0 10px;
        width: 100%;
        text-align: center;
    }

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

        .poweredby span {
            padding: 4px 6px 0 0;
            float: none;
            display: inline-block;
            vertical-align: middle;
        }

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

@media only screen and (max-width: 639px) {
    .sliderwrap a.carousel-control {
        right: 20px;
        height: 24px;
        width: 24px;
        font-size: 19px;
        line-height: 23px;
    }

        .sliderwrap a.carousel-control.right {
            top: 63%;
        }

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

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

    .inputinr input[type="text"].jdate {
        background-position: 95% -905px;
    }

    .carousel-caption {
        top: 25% !important;
        left: 2% !important;
    }

        .carousel-caption h1 {
            font-size: 18px;
            line-height: 26px;
        }

    .abouttravels {
        text-align: center;
    }

    .aboutleft {
        text-align: left;
    }

    .aboutright img {
        max-width: 330px;
    }

    .ticketbox {
        width: 100%;
    }

        .ticketbox p {
            font-size: 15px;
            padding: 24px 0 0;
        }

        .ticketbox.ticketbox02 p {
            padding: 14px 0 0;
        }

            .ticketbox.ticketbox02 p i {
                display: block;
            }

    .testslide {
        text-align: center;
    }

    .testbox {
        margin: 41px 0 0;
    }

    .appleft img {
        max-width: 410px;
    }

    .footercontact {
        padding: 0 0 0 33px;
    }

        .footercontact p {
            width: 100%;
            padding: 2px 0 14px 34px;
            background-position: -6px -693px;
            font-size: 14px;
            line-height: 20px;
            background-size: 56px;
        }

            .footercontact p::before {
                background-position: 16px -1000px;
                background-size: 50px;
            }

        .footercontact .callus {
            padding: 12px 0 16px 34px;
            background-position: -4px -839px;
        }

            .footercontact .callus::before {
                background-position: 22px -1135px;
            }

        .footercontact .mailus {
            background-position: -3px -987px;
            padding: 12px 0 12px 37px;
            text-align: left;
        }

            .footercontact .mailus::before {
                background-position: 15px -1278px;
            }

    .footertitle {
        font-size: 18px;
    }

    .footernav {
        width: 37%;
    }

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

            .footernav ul li a {
                font-size: 15px;
            }

                .footernav ul li a i {
                    font-size: 13px;
                }

        .footernav.footernav03 {
            width: 26%;
            padding: 0;
        }

    .footeright {
        width: 60%;
    }

    .footerabout p {
        font-size: 15px;
        line-height: 23px;
    }

    body .footerbottom .container {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 479px) {
    .amenitieslide {
        padding: 13px 34px 0;
    }

    .sliderwrap a.carousel-control {
        right: 20px;
        height: 20px;
        width: 20px;
        font-size: 16px;
        line-height: 19px;
    }

        .sliderwrap a.carousel-control.right {
            top: 68%;
        }

    .sitelogo a img {
        max-width: 120px;
    }

    .headercontacts {
        padding: 14px 0;
    }

        .headercontacts p {
            font-size: 14px;
            padding: 8px 0 9px 33px;
            background-size: 56px;
            background-position: left -146px;
        }

        .headercontacts .routeinq {
            padding: 8px 10px 9px 33px;
            background-position: left 1px;
        }

    .bookingform h2 {
        font-size: 17px;
    }

    .inputgroup {
        padding: 0;
    }

        .inputgroup.inputgroup02 {
            padding: 0 0 12px;
        }

    .inputinr {
        padding: 12px 0 0 !important;
        width: 100%;
    }

        .inputinr.inputinrswap02 {
            padding: 0;
        }

        .inputinr.inputinr02 {
            padding: 0;
        }

        .inputinr.inputinr03 {
            padding: 0;
        }

        .inputinr .rfv {
            bottom: -1px;
        }

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

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

        .inputinr input[type="text"].jdate {
            background-position: 97% -905px;
        }

    .carousel-caption {
        top: 15% !important;
        left: 1% !important;
    }

        .carousel-caption h1 {
            font-size: 13px;
            line-height: 18px;
        }

    .topdestinationwrap {
        padding: 40px 0 35px;
    }

    .toptitle {
        font-size: 25px;
    }

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

        .toptitle::after {
            width: 120px;
            height: 9px;
            background-size: 120px;
        }

    .destination {
        padding: 28px 0 0;
    }

    .abouttravels {
        padding: 40px 0;
    }

    .aboutarea {
        padding: 28px 0 0;
    }

        .aboutarea::before {
            top: 28px;
            height: 95%;
        }

    .aboutleft {
        padding: 15px 15px 32px;
    }

    .aboutright img {
        max-width: 260px;
    }

    .amenitieswraper {
        padding: 40px 0 25px;
    }

    .amenitiesbox {
        width: 206px;
        height: 97px;
    }

        .amenitiesbox span p {
            width: 82px;
            height: 98px;
            background-size: 90px;
            background-position: -8px -6px;
        }

        .amenitiesbox.amenitiesbox02 span p {
            background-position: -8px -191px;
        }

        .amenitiesbox.amenitiesbox03 span p {
            background-position: -8px -375px;
        }

        .amenitiesbox.amenitiesbox04 span p {
            background-position: -8px -560px;
        }

        .amenitiesbox span::after {
            height: 97px;
            width: 35px;
        }

        .amenitiesbox h3 {
            font-size: 16px;
            padding: 0 0 0 10px;
            line-height: 23px;
        }

    .amenitieswraper .slick-prev, .amenitieswraper .slick-next {
        width: 22px;
        height: 22px;
    }

        .amenitieswraper .slick-prev::before, .amenitieswraper .slick-next::before {
            font-size: 20px;
            line-height: 24px;
        }

    .servicewrap {
        padding: 40px 0;
    }

    .serviceslide {
        padding: 28px 0 0;
    }

    .servicebox h3 {
        padding: 12px 0 0;
    }

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

    .easyticket {
        padding: 26px 12px 10px;
    }

    .servicebook {
        padding: 0 0 40px;
    }

    .ticketbox h3 {
        width: 78px;
        font-size: 15px;
        padding: 22px 0 0 9px;
        height: 64px;
    }

        .ticketbox h3 span {
            font-size: 17px;
        }

    .ticketbox {
        padding: 0 7px 0 0;
    }

        .ticketbox p {
            font-size: 12px;
            padding: 16px 0 0;
            line-height: 17px;
        }

            .ticketbox p i {
                display: block;
            }

        .ticketbox label {
            width: 38px;
            height: 38px;
            margin: 15px 0 0;
            background-size: 38px;
        }

            .ticketbox label::before {
                bottom: -3px;
                height: 49px;
                left: -10px;
            }

        .ticketbox.ticketbox02 label {
            background-position: center -150px;
        }

        .ticketbox.ticketbox03 label {
            background-position: center -291px;
        }

        .ticketbox.ticketbox04 label {
            background-position: center -434px;
        }

    .testapparea {
        padding: 40px 0;
    }

    .testleft {
        padding: 0 0 24px;
    }

        .testleft p {
            padding: 24px 0 0;
            font-size: 15px;
            line-height: 24px;
        }

    .testimonialswrap::after {
        width: 80px;
        height: 86px;
        background-size: 80px;
    }

    .testbox {
        width: 192px;
        height: 192px;
    }

        .testbox span {
            width: 77px;
        }

            .testbox span::after {
                width: 77px;
                height: 70px;
                bottom: -5px;
            }

            .testbox span p {
                width: 70px;
                height: 70px;
                background-size: 70px;
                margin: -38px 0 0;
            }

        .testbox label {
            font-size: 13px;
            padding: 22px 11px 0;
            line-height: 20px;
        }

        .testbox h4 {
            font-size: 15px;
            padding: 14px 0 5px;
        }

        .testbox.testbox02 h4 {
            padding: 36px 0 6px;
        }

    .application {
        padding: 45px 0 0;
    }

    .appleft img {
        max-width: 290px;
    }

    .appright {
        padding: 40px 10px;
    }

        .appright h4 {
            padding: 24px 0 22px;
            font-size: 15px;
            line-height: 22px;
        }


        .appright a img {
            max-width: 130px;
        }

        .appright p {
            padding: 22px 0 0;
            font-size: 14px;
            line-height: 20px;
        }

    .footercontact {
        padding: 0 0 0 31px;
    }

    .footermain {
        padding: 35px 0 40px;
    }

    .footertitle {
        font-size: 17px;
    }

        .footertitle::after {
            width: 86px;
            height: 7px;
            background-size: 86px;
        }

    .footernav {
        width: 100%;
    }

        .footernav.footernav02 {
            padding: 20px 0 0;
        }

        .footernav.footernav03 {
            padding: 20px 0 0;
            width: 100%;
        }

        .footernav ul {
            padding: 19px 0 0;
        }

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

    .footeright {
        padding: 20px 0 0;
    }

    .footerabout {
        padding: 20px 0 0;
    }

    .footeright {
        width: 85%;
    }

    .bottomsocial a {
        margin: 0 13px 0 0;
    }

    .copyrights {
        font-size: 15px;
    }

        .copyrights a {
            display: block;
            padding: 7px 0;
        }

    .poweredby span {
        padding: 3px 6px 0 0;
    }
}

@media only screen and (max-width: 350px) {
    .testslide {
        text-align: left;
    }
}
modal {
    background-color: rgb(0 0 0 / 70%);
}
