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

:root {
    --primary-color: #0E0D53;
    --secondary-color: #C5272F;
    --bg-color: #F2F3F5;
    --text-color: #6B7C93;
    --pure: #fff;
}

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;
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
}

.mainheader {
    width: 100%;
    float: left;
    padding: 7px 0 12px;
    overflow: hidden;
}

.headertop {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D1D4E5;
    padding: 0 0 7px;
}

.headerpart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sitelogo {
    float: left;
}

    .sitelogo a {
        float: left;
    }

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

.headercontacts {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.contacts1 {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
    padding: 0 65px 0 0;
}

    .contacts1 span {
        background-color: var(--pure);
        width: 34px;
        height: 34px;
        border-radius: 6px;
        box-shadow: 0 0 22px rgba(26, 38, 127, 0.15);
        background-image: url("../images/site/icon01.svg");
        background-position: center -1px;
        background-repeat: no-repeat;
        margin: 0 0 1px;
    }

    .contacts1.contacts2 {
        padding: 0 0 0 60px;
        position: relative;
    }

        .contacts1.contacts2:before {
            position: absolute;
            content: '';
            left: 0;
            top: -21px;
            height: 91px;
            width: 1px;
            background-color: #D1D4E5;
        }

        .contacts1.contacts2 span {
            background-position: center -216px;
        }

.headercontacts p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    display: block;
    color: var(--text-color);
    text-align: left;
}

    .headercontacts p a {
        color: var(--text-color);
        display: block;
    }

        .headercontacts p a:hover, .headercontacts p a:focus {
            color: var(--primary-color);
            text-decoration: none;
        }

.headerbottom {
    width: 100%;
    float: left;
    padding: 11px 0 0;
}

.headerbtmpart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.loginright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 27px;
}

.socialicon {
    display: flex;
    align-items: center;
    gap: 21px;
}

    .socialicon a {
        color: var(--text-color);
        font-size: 14px;
    }

        .socialicon a:hover, .socialicon a:focus {
            color: var(--secondary-color);
        }

.loginwrap {
    float: right;
}

    .loginwrap a {
        float: left;
        color: var(--pure);
        font-weight: 400;
        font-size: 15px;
        padding: 11px 24px;
        background-color: var(--secondary-color);
        border-radius: 4px;
    }

        .loginwrap a:hover, .loginwrap a:focus {
            background-color: var(--primary-color);
            color: #ffffff;
        }

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

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

/* leftmenu start */

.headermenu {
    float: left;
    padding: 1px 0 0;
}

    .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 {
        padding: 0 54.5px 0 0;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            color: var(--text-color);
            font-size: 16px;
            margin: 0;
            padding: 1px 0 1px;
            text-transform: capitalize;
            font-weight: 500;
        }

            .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: var(--primary-color);
                border-bottom: 1px solid var(--primary-color);
            }

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

.cssmenu {
    float: left;
}

/* leftmenu end */


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

.contentwrap {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

/* 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: none;
        text-shadow: none;
        top: 50%;
        height: 50px;
        width: 50px;
        font-size: 38px;
        line-height: 50px;
        background: #ffffff;
        border-radius: 50%;
        color: #ff5593;
        margin: -10px 0 0;
        opacity: 1;
        left: 127px;
    }

        .sliderwrap a.carousel-control.right {
            right: 127px;
            left: auto;
        }

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

.bannerwrapper {
    width: 100%;
    display: flex;
    background-color: transparent;
    position: relative;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}

.boockingwrap {
    width: 100%;
    float: left;
    margin: -64px 0 0;
}

.bookingform {
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
    background-color: var(--pure);
    border-radius: 30px;
    box-shadow: 0 0 22px rgba(2, 66, 122, 0.2);
    padding: 25px 30px 24px;
}

    .bookingform h4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 27px;
        color: var(--primary-color);
        border-bottom: 1px solid #CFCFDD;
        margin: 0 0 20px;
        padding: 0 0 12px;
        float: left;
        width: 100%;
    }

.bookingpart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.inputgroup {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    width: 49.1%;
    position: relative;
}

    .inputgroup.inputgroup02 {
        width: 41.2%;
        position: relative;
    }

.swapicon {
    background-image: url("../images/site/icon01.svg");
    background-position: center -439px;
    background-repeat: no-repeat;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.inputinr {
    float: left;
    width: 50%;
    padding: 12px 0 13px 19px;
    border: 1px solid #CFCFDD;
    border-radius: 14px;
}

    .inputinr label {
        color: var(--text-color);
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        margin: 0;
        padding: 0 0 1px;
        text-transform: uppercase;
    }

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

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

/* Booking Form New CSS Start */

.inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    color: var(--primary-color) !important;
    font-size: 18px !important;
    height: 27px !important;
    line-height: 27px !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--primary-color) !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: var(--primary-color) !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 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: var(--primary-color) !important;
    box-shadow: none !important;
}

.inputinr ::-webkit-input-placeholder {
    color: var(--primary-color) !important;
}

.searchbutton {
    float: right;
    text-align: center;
    width: 6.4%;
    height: 78px;
}

    .searchbutton input[type="submit"] {
        background-color: var(--secondary-color);
        background-image: url("../images/site/icon01.svg");
        background-position: center -647px;
        background-repeat: no-repeat;
        border: none;
        width: 100%;
        height: 78px;
        border-radius: 14px;
    }

        .searchbutton input[type="submit"]:hover, .searchbutton input[type="submit"]:focus {
            background-color: var(--primary-color);
            transition: all 0.2s;
            outline: none;
        }

.toptitle {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    margin: 0;
    background-image: url("../images/site/hshape.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0 0 8px;
    /*padding: 0 0 16px;*/
    position: relative;
}

    .toptitle:after {
        position: absolute;
        content: '';
        bottom: -4px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 10px;
        height: 10px;
        background-color: var(--secondary-color);
        animation: animName 3.5s linear infinite;
    }

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*topdestinationwrap*/

.topdestinationwrap {
    background-image: url("../images/site/routebg.png") !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    padding: 100px 0 94px;
    min-height: 333px;
    text-align: center;
}

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

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

    .destination marquee {
        height: 120px;
    }

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

        .destination ul li {
            list-style: none;
            display: inline-block;
            text-align: center;
            position: relative;
            background-color: var(--pure);
            border: 1px solid var(--primary-color);
            border-radius: 22px 20px 20px 22px;
            margin: 0 60px 0 0;
            height: 120px;
            width: max-content;
        }

.routecity {
    width: 120px;
    height: 120px;
    float: left;
    background-image: url("../images/site/routeicon.png");
    background-position: left 0;
    background-repeat: no-repeat;
    position: relative;
    left: -1px;
    top: -1px;
}

.routecitynm {
    float: left;
    padding: 21px 40px 0 39px;
}

    .routecitynm span {
        display: block;
        color: var(--text-color);
        font-size: 19px;
        font-weight: 500;
        line-height: 30px;
    }

    .routecitynm .booknowin {
        float: left;
        padding: 15px 0 0;
    }

    .routecitynm a {
        text-align: center;
        background-color: var(--primary-color);
        color: var(--pure);
        font-size: 13px;
        padding: 5px 16px 4px;
        border-radius: 4px;
        position: relative;
        font-weight: 500;
        display: inline-block;
    }

        .routecitynm a:hover, .routecitynm a:focus {
            color: var(--pure);
            background-color: var(--secondary-color);
        }

/*topdestinationwrap*/

.abouttravels {
    width: 100%;
    float: left;
    padding: 88px 0;
    background-color: var(--bg-color);
}

.aboutpart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.aboutleft {
    display: inline-block;
    width: 49%;
}

    .aboutleft p {
        color: var(--text-color);
        font-size: 16px;
        margin: 0;
        font-weight: 400;
        line-height: 26.3px;
        padding: 60px 0 0;
    }

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

    .readmore a {
        display: inline-block;
        color: var(--pure);
        background-color: var(--secondary-color);
        font-size: 16px;
        padding: 10px 20px 9px;
        border-radius: 4px;
        font-weight: 400;
    }

        .readmore a:hover, .readmore a:focus {
            color: #ffffff;
            background-color: var(--primary-color);
        }

.aboutright {
    float: right;
}

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

.cargowrap {
    width: 100%;
    float: left;
    min-height: 317px;
    margin: 60px 0 0;
    background: linear-gradient(to right, rgb(14, 13, 83, 100%) 0%, rgb(73, 73, 125, 0.85) 50%, rgb(255, 255, 255, 0) 100%) 51%, url("../images/site/cargobg.webp"), center top, no-repeat;
    border-radius: 20px;
    text-align: left;
    padding: 52px 0 0 60px;
}

    .cargowrap h3 {
        font-size: 20px;
        font-weight: 400;
        color: var(--pure);
        margin: 0;
        padding: 0 0 41px;
        line-height: 32px;
        letter-spacing: 0.1px;
    }

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

    .cargowrap .cargonumber {
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
        background-image: url("../images/site/icon01.svg");
        background-position: left -897px;
        background-repeat: no-repeat;
        padding: 0 0 40px 29px;
        display: block;
    }

    .cargowrap .cargobtn {
        color: var(--pure);
        font-size: 16px;
        font-weight: 500;
        background-color: var(--secondary-color);
        border-radius: 4px;
        padding: 9px 20px 8px;
        display: inline-block;
    }

        .cargowrap .cargobtn:hover, .cargowrap .cargobtn:focus {
            color: var(--secondary-color);
            background-color: var(--pure);
        }

.featureswrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}

.featuresleft {
    width: 33.7%;
    float: left;
    padding: 100px 105px 0 92px;
    height: 580px;
    background-color: var(--secondary-color);
    background-image: url("../images/site/featuresbg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

    .featuresleft p {
        color: var(--pure);
        line-height: 25px;
        font-size: 16px;
        font-weight: 300;
        margin: 0;
    }

.featuresright {
    width: 66%;
    float: left;
    padding: 100px 0 0 100px;
    background-color: var(--primary-color);
    height: 580px;
}

    .featuresright .toptitle {
        color: var(--pure);
        font-weight: 500;
    }

.featurespart {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 0 0;
    flex-wrap: wrap;
    gap: 119px 0;
    position: relative;
}

    .featurespart:after {
        position: absolute;
        content: '';
        left: 0;
        top: 58.1%;
        border-bottom: 2px solid rgba(242, 243, 245, 0.1);
        width: 76.5%;
        z-index: 0;
    }

.featuresbox {
    width: 295px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .featuresbox span {
        font-size: 50px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.1);
    }

    .featuresbox p {
        color: var(--pure);
        font-size: 20px;
        font-weight: 400;
        margin: 0;
        display: inline-block;
        padding: 0 0 0 8px;
        letter-spacing: 0.2px;
    }

    .featuresbox:hover {
        cursor: pointer;
    }

        .featuresbox:hover span {
            color: var(--secondary-color);
        }

.roundhover {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #586786;
    margin: 0 0 -6px;
    bottom: -57px;
    left: 5px;
}

    .roundhover:before {
        position: absolute;
        content: '';
        left: -3px;
        top: -3px;
        background-color: transparent;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid var(--secondary-color);
        opacity: 0;
    }

.featuresbox:hover .roundhover, .featuresbox03:hover .roundhover {
    background-color: var(--secondary-color);
}

    .featuresbox:hover .roundhover:before {
        opacity: 1;
    }

.featuresbox.featuresbox4 .roundhover, .featuresbox.featuresbox5 .roundhover, .featuresbox.featuresbox6 .roundhover {
    bottom: auto;
    top: -66px;
    opacity: 0;
}

.featuresbox.featuresbox4:hover .roundhover, .featuresbox.featuresbox5:hover .roundhover, .featuresbox.featuresbox6:hover .roundhover {
    bottom: auto;
    top: -66px;
    opacity: 1;
}

    .featuresbox.featuresbox4:hover .roundhover:before, .featuresbox.featuresbox5:hover .roundhover:before, .featuresbox.featuresbox6:hover .roundhover:before {
        bottom: auto;
        top: -3px;
        opacity: 1;
    }

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

.amenitieswraper {
    width: 100%;
    float: left;
    padding: 100px 0 101px;
    text-align: center;
    overflow: hidden;
    background-image: url("../images/site/amenitiesbg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

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

.amenitieslide {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding: 60px 0 0;
    z-index: 1;
}

.slick-slide {
    outline: none;
}

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

.amenitiesbox {
    display: inline-block !important;
    vertical-align: top;
    cursor: pointer;
    width: 300px;
}

    .amenitiesbox span {
        display: inline-block;
        background-image: url("../images/site/amenity1.png");
        background-position: center top;
        background-repeat: no-repeat;
        width: 300px;
        height: 330px;
        clear: both;
        vertical-align: top;
        transition: all 0.5s;
        position: relative;
    }

    .amenitiesbox.amenitiesbox02 span {
        background-image: url("../images/site/amenity2.png");
    }

    .amenitiesbox.amenitiesbox03 span {
        background-image: url("../images/site/amenity3.png");
    }

    .amenitiesbox.amenitiesbox04 span {
        background-image: url("../images/site/amenity4.png");
    }

    .amenitiesbox.amenitiesbox05 span {
        background-image: url("../images/site/amenity5.png");
    }

    .amenitiesbox.amenitiesbox06 span {
        background-image: url("../images/site/amenity6.png");
    }

    .amenitiesbox.amenitiesbox07 span {
        background-image: url("../images/site/amenity7.png");
    }

    .amenitiesbox h3 {
        color: var(--primary-color);
        font-size: 22px;
        margin: 0;
        padding: 35px 0 2px;
        font-weight: 500;
        z-index: 1;
        position: relative;
        transition: all 0.5s;
    }

    .amenitiesbox:hover h3 {
        color: var(--pure);
        transition: all 0.5s;
        padding: 0;
        margin: -45px 0 0;
        font-weight: 400;
    }

.amenitieswraper .slick-prev, .amenitieswraper .slick-next {
    top: 42%;
    width: 52px;
    height: 16px;
    bottom: 0;
    margin: 0;
    opacity: 1;
    left: -90px;
    right: auto;
    z-index: 1;
    text-align: center;
    background-image: url("../images/site/amenitiesarrow.svg") !important;
    background-position: center -7px !important;
    background-repeat: no-repeat !important;
}

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

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

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

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

/* Footer CSS Start */

.footerwrap {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

.footertop {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footerleft {
    width: 66%;
    float: left;
    padding: 105px 0 0 16.3%;
    background-color: var(--primary-color);
    height: 482px;
    position: relative;
}

.footertitle {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    position: relative;
    display: inline-block;
    letter-spacing: 0.2px;
}

    .footertitle:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 2px;
        border-bottom: 1px solid var(--secondary-color);
        width: 100%;
    }

.footernavbar {
    display: flex;
    padding: 0 0 0 1px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 180px;
}

.footernav {
    float: left;
}

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

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

            .footernav ul li a {
                color: var(--pure);
                font-size: 16px;
                font-weight: 400;
            }

                .footernav ul li a:hover, .footernav ul li a:focus {
                    color: var(--secondary-color);
                    text-decoration: none;
                }

.bottomsocial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 31px;
    position: absolute;
    right: 30px;
    bottom: 24px;
}

    .bottomsocial a {
        font-size: 18px;
        color: var(--pure);
        text-align: center;
        display: inline-block;
    }

        .bottomsocial a:hover, .bottomsocial a:focus {
            text-decoration: none;
            color: var(--secondary-color);
        }

.footeright {
    width: 33.7%;
    padding: 101px 120px 0 102px;
    height: 482px;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 39px;
}

    .footeright p {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        color: var(--bg-color);
        padding: 0 0 0 38px;
        background-image: url("../images/site/icon01.svg");
        background-position: left -1120px;
        background-repeat: no-repeat;
        line-height: 25px;
        letter-spacing: 0.2px;
    }

    .footeright .callus {
        background-position: left -1346px;
        padding: 0 90px 0 38px;
    }

    .footeright .mailus {
        background-position: left -1569px;
    }

    .footeright p a {
        color: var(--bg-color);
        text-transform: lowercase;
    }

        .footeright p a:hover, .footeright p a:focus {
            color: var(--primary-color);
            text-decoration: none;
        }

.footerbottom {
    width: 100%;
    float: left;
    padding: 20px 0 20px;
}

.copyrights {
    float: left;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    padding: 1px 0 0;
}

    .copyrights a {
        color: var(--primary-color);
        text-decoration: underline !important;
    }

        .copyrights a:hover, .copyrights a:focus {
            color: var(--secondary-color);
        }

.poweredby {
    float: right;
}

    .poweredby span {
        float: left;
        color: var(--primary-color);
        font-size: 13px;
        padding: 5px 12px 0 0;
        font-weight: 500;
    }

    .poweredby a {
        float: left;
    }

/* Footer CSS End */

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

.panel-primary > .panel-heading {
    color: var(--primary-color) !important;
    border-bottom: 1px solid var(--secondary-color) !important;
    font-size: 22px !important;
}

.form-group .btn-default {
    color: #fff !important;
    background-color: var(--primary-color) !important;
}

    .form-group .btn-default:hover, .form-group .btn-default:focus {
        color: #fff !important;
        background-color: var(--secondary-color) !important;
    }

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

/* Medea Queries */

@media only screen and (max-width: 1899px) {
    .footeright {
        padding: 101px 110px 0 102px;
    }

    .footerleft {
        padding: 105px 0 0 15%;
    }

    .featurespart:after {
        top: 58.5%;
        width: 80%;
    }
}

@media only screen and (max-width: 1799px) {
    .footeright {
        padding: 101px 70px 0 90px;
    }

    .footerleft {
        padding: 105px 0 0 13%;
    }

    .featurespart:after {
        width: 85%;
    }
}

@media only screen and (max-width: 1699px) {
    .topdestinationwrap {
        padding: 90px 0 90px;
    }

    .cargopart {
        padding: 90px 0 90px;
    }

    .featuresleft {
        padding: 90px 90px 0 90px;
        height: 570px;
    }

    .featuresright {
        padding: 90px 0 0 90px;
        height: 570px;
    }

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

    .footerleft {
        padding: 90px 0 0 11%;
        height: 465px;
    }

    .footeright {
        padding: 90px 60px 0 80px;
        height: 465px;
    }

    .featurespart:after {
        width: 90%;
    }
}

@media only screen and (max-width: 1599px) {
    .headercontacts p {
        font-size: 15px;
    }

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

    .headerbottom {
        padding: 8px 0 0;
    }

    .mainheader {
        padding: 7px 0 8px;
    }

    .loginwrap a {
        padding: 10px 24px;
    }

    .contacts1.contacts2:before {
        height: 87px;
    }

    .bookingform h4 {
        font-size: 19px;
        line-height: 25px;
        margin: 0 0 16px;
        padding: 0 0 10px;
    }

    .bookingform {
        padding: 18px 24px 18px;
    }

    .inputinr label {
        padding: 0;
    }

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        font-size: 17px !important;
        height: 25px !important;
        line-height: 25px !important;
    }

    .swapicon {
        top: 20px;
    }

    .searchbutton {
        height: 75px;
    }

        .searchbutton input[type="submit"] {
            background-position: center -648px;
            height: 75px;
        }

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

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

    .footerleft {
        padding: 90px 0 0 9%;
    }

    .footeright {
        padding: 90px 50px 0 55px;
    }

    .featurespart:after {
        width: 96%;
    }
}


@media only screen and (max-width: 1499px) {
    .topdestinationwrap {
        padding: 80px 0 80px;
        background-size: contain;
    }

    .destination {
        padding: 55px 0 0;
    }

        .destination ul li {
            border-radius: 18px 16px 16px 18px;
            margin: 0 55px 0 0;
            height: 100px;
        }

    .routecity {
        width: 100px;
        height: 100px;
        background-size: 100px;
    }

    .routecitynm {
        padding: 17px 30px 0 30px;
    }

        .routecitynm span {
            font-size: 17px;
            line-height: 22px;
        }

        .routecitynm .booknowin {
            padding: 13px 0 0;
        }

        .routecitynm a {
            padding: 4px 16px 4px;
        }

    .destination marquee {
        height: 100px;
    }

    .abouttravels {
        padding: 80px 0;
    }

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

    .aboutleft p {
        line-height: 26px;
        padding: 55px 0 0;
    }

    .readmore a {
        padding: 8px 20px 8px;
    }

    .cargopart {
        padding: 80px 0 80px;
    }

    .cargowrap {
        margin: 55px 0 0;
        padding: 50px 0 0 55px;
    }

    .featuresleft {
        padding: 80px 60px 0 60px;
        height: 535px;
    }

    .featuresright {
        padding: 80px 0 0 70px;
        height: 535px;
    }

    .featuresbox {
        width: 278px;
    }

        .featuresbox span {
            font-size: 48px;
        }

        .featuresbox p {
            font-size: 19px;
            letter-spacing: inherit;
        }

    .featurespart:after {
        width: 97%;
    }

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

    .amenitiesbox {
        width: 270px;
    }

        .amenitiesbox span {
            width: 270px;
            height: 298px;
            background-size: 270px;
        }

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

    .amenitieswraper .slick-prev, .amenitieswraper .slick-next {
        left: -40px;
        background-size: 44px;
        width: 44px;
        height: 14px;
        background-position: center -5px !important;
    }

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

    .footerleft {
        padding: 80px 0 0 7%;
        height: 425px;
    }

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

    .footeright {
        padding: 80px 40px 0 40px;
        height: 425px;
    }

    .amenitieslide {
        padding: 55px 0 0;
    }
}

@media only screen and (max-width: 1399px) {
    .contacts1 {
        padding: 0 30px 0 0;
    }

        .contacts1.contacts2 {
            padding: 0 0 0 30px;
        }

    .bookingform {
        padding: 18px 22px 18px;
    }

    .aboutleft {
        width: 51%;
    }

    .aboutright {
        width: 42%;
    }

    .featuresleft {
        height: 485px;
    }

    .featuresright {
        padding: 80px 0 0 50px;
        height: 485px;
    }

    .featuresbox {
        width: 260px;
    }

        .featuresbox span {
            font-size: 44px;
        }

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

    .featurespart {
        padding: 50px 0 0;
        gap: 100px 0;
    }

    .roundhover {
        bottom: -49px;
    }

    .featuresbox.featuresbox4:hover .roundhover, .featuresbox.featuresbox5:hover .roundhover, .featuresbox.featuresbox6:hover .roundhover {
        top: -55px;
    }

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

    .footeright {
        padding: 80px 35px 0;
    }

        .footeright .callus {
            padding: 0 40px 0 38px;
        }

    .footerleft {
        padding: 80px 0 0 3%;
    }
}

@media only screen and (max-width: 1309px) {
    .loginwrap a {
        padding: 9px 22px;
        font-size: 14px;
    }

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

    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 0 50px 0 0;
    }

    .bookingpart {
        gap: 19px;
    }

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

    .toptitle {
        font-size: 28px;
        line-height: 38px;
        padding: 0 0 7px;
        background-size: 88px;
    }

        .toptitle:after {
            bottom: -3px;
            width: 9px;
            height: 9px;
        }

    .destination {
        padding: 50px 0 0;
    }

    .abouttravels {
        padding: 70px 0 75px;
    }

    .aboutleft p {
        padding: 50px 0 0;
    }

    .cargopart {
        padding: 70px 0 75px;
    }

    .featuresleft {
        height: auto;
        width: 100%;
        padding: 50px 15px;
    }

    .featureswrap {
        gap: 30px;
    }

    .featuresright {
        padding: 70px 15px 65px;
        height: auto;
        width: 100%;
    }

    .roundhover {
        bottom: -40px;
    }

    .featuresbox.featuresbox4:hover .roundhover, .featuresbox.featuresbox5:hover .roundhover, .featuresbox.featuresbox6:hover .roundhover {
        top: -44px;
    }

    .featuresbox {
        width: 33%;
    }

    .featurespart {
        padding: 43px 0 0;
        gap: 80px 0;
    }

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

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

    .amenitiesbox span {
        width: 250px;
        height: 276px;
        background-size: 250px;
    }

    .amenitiesbox {
        width: 250px;
    }

        .amenitiesbox h3 {
            font-size: 19px;
            padding: 26px 0 2px;
        }

    .footerleft {
        padding: 70px 0 0 15px;
        height: 410px;
        width: 60%;
    }

    .footernavbar {
        gap: 120px;
    }

    .footeright {
        padding: 70px 60px 0;
        width: 39.6%;
        height: 410px;
    }

    .bottomsocial {
        gap: 28px;
        right: 28px;
        bottom: 19px;
    }

    .cargowrap {
        margin: 50px 0 0;
    }

    .featurespart:after {
        width: 100%;
    }
}

@media only screen and (max-width: 1229px) {
    .bookingpart {
        gap: 18px;
    }

    .inputgroup {
        gap: 18px;
        width: 47.8%;
    }

        .inputgroup.inputgroup02 {
            width: 41%;
            position: relative;
        }

    .inputinr {
        padding: 10px 0 10px 18px;
    }

    .searchbutton {
        height: 75px;
        width: 75px;
    }

    .swapicon {
        top: 21px;
        background-size: 28px;
        background-position: center -361px;
        width: 28px;
        height: 29px;
    }

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        font-size: 16px !important;
    }

    .searchbutton {
        height: 70px;
        width: 70px;
    }

        .searchbutton input[type="submit"] {
            background-position: center -570px;
            height: 70px;
            background-size: 30px;
        }

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

    .abouttravels {
        padding: 66px 0 70px;
    }

    .aboutleft {
        width: 54%;
    }

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

    .cargopart {
        padding: 65px 0 70px;
    }

    .cargowrap {
        padding: 45px 0 0 48px;
        background-position: right -10px;
        min-height: 290px;
    }

        .cargowrap h3 {
            font-size: 18px;
            padding: 0 0 35px;
            line-height: 29px;
            letter-spacing: inherit;
        }

        .cargowrap .cargonumber {
            padding: 0 0 36px 29px;
        }

        .cargowrap .cargobtn {
            font-size: 15px;
            padding: 8px 18px;
        }

    .featuresleft {
        padding: 40px 15px;
    }

        .featuresleft p {
            line-height: 24px;
            font-size: 15px;
        }

    .featuresright {
        padding: 65px 15px 60px;
    }

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

    .footerleft {
        padding: 65px 0 0 15px;
        height: 395px;
        width: 56%;
    }

    .footernavbar {
        gap: 80px;
    }

    .footeright {
        padding: 65px 50px 0;
        width: 43.6%;
        height: 395px;
    }

    .bottomsocial {
        gap: 22px;
        right: 23px;
        bottom: 15px;
    }

        .bottomsocial a {
            font-size: 16px;
        }

    .footeright {
        padding: 65px 50px 0;
        width: 43.6%;
        height: 395px;
    }

        .footeright p {
            font-size: 15px;
            padding: 0 0 0 32px;
            background-position: left -988px;
            line-height: 24px;
            letter-spacing: inherit;
            background-size: 30px;
            font-weight: 400;
            width: 60%;
        }

        .footeright .callus {
            padding: 0 40px 0 32px;
            background-position: left -1186px;
        }

        .footeright .mailus {
            background-position: left -1383px;
        }

    .copyrights {
        font-size: 15px;
    }

    .footertitle {
        font-size: 21px;
        letter-spacing: inherit;
    }
}

@media only screen and (max-width: 1023px) {
    .inputgroup {
        width: 47.4%;
    }
}

@media only screen and (max-width: 991px) {
    .cssmenu {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

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

    .contacts1 {
        padding: 0 20px 0 0;
        gap: 13px;
    }

        .contacts1.contacts2 {
            padding: 0 0 0 20px;
        }

        .contacts1 span {
            width: 30px;
            height: 30px;
            background-size: 30px;
        }

        .contacts1.contacts2 span {
            background-position: center -190px;
        }

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

    .contacts1.contacts2:before {
        top: -23px;
    }

    .boockingwrap {
        margin: 0;
        padding: 36px 0 38px;
    }

    .bannerwrapper {
        flex-direction: column;
    }

    .headermenu {
        padding: 15px 0 25px;
        width: 100%;
        text-align: center;
    }

    .loginright {
        justify-content: center;
        width: 100%;
    }

    .mainheader {
        padding: 18px 0 0;
    }

    .inputgroup {
        width: 100% !important;
    }

    .searchbutton {
        height: 48px;
        width: 100%;
    }

        .searchbutton input[type="submit"] {
            background-position: center -500px;
            height: 48px;
            background-size: 26px;
        }

    .swapicon {
        top: 20px;
    }

    .topdestinationwrap {
        padding: 55px 0 60px;
        min-height: 10px;
    }

    .toptitle {
        font-size: 26px;
        line-height: 36px;
        background-size: 84px;
    }

    .destination {
        padding: 42px 0 0;
    }

    .routecitynm {
        padding: 17px 25px 0px;
    }

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

    .aboutpart {
        gap: 30px;
    }

    .aboutleft {
        width: 100%;
    }

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

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

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

    .cargowrap {
        padding: 40px 0 0 40px;
        background-position: right -24px;
        min-height: 255px;
        margin: 42px 0 0;
    }

        .cargowrap h3 {
            font-size: 17px;
            padding: 0 0 28px;
            line-height: 27px;
            letter-spacing: inherit;
        }

        .cargowrap .cargonumber {
            padding: 0 0 32px 25px;
            font-size: 15px;
            background-size: 30px;
            background-position: left -790px;
        }

        .cargowrap .cargobtn {
            font-size: 14px;
            padding: 7px 16px;
            font-weight: 400;
        }

    .featuresleft {
        padding: 35px 15px;
    }

    .featuresright {
        padding: 55px 15px 50px;
    }

    .featurespart {
        padding: 35px 0 0;
        gap: 60px 0;
    }

    .roundhover {
        bottom: -32px;
    }

    .featuresbox.featuresbox4 .roundhover, .featuresbox.featuresbox5 .roundhover, .featuresbox.featuresbox6 .roundhover {
        top: -32px;
    }

    .featuresbox.featuresbox4:hover .roundhover, .featuresbox.featuresbox5:hover .roundhover, .featuresbox.featuresbox6:hover .roundhover {
        top: -32px;
    }

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

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

    .amenitiesbox {
        width: 230px;
    }

        .amenitiesbox span {
            width: 230px;
            height: 254px;
            background-size: 230px;
        }

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

        .amenitiesbox:hover h3 {
            margin: -40px 0 0;
        }

    .amenitieswraper .slick-prev, .amenitieswraper .slick-next {
        background-size: 36px;
        width: 36px;
        height: 12px;
        background-position: center -4px !important;
    }

    .amenitieswraper .slick-next {
        background-position: center -137px !important;
    }

    .featureswrap {
        gap: 20px;
    }

    .footertop {
        gap: 20px;
    }

    .footerleft {
        padding: 55px 15px 50px;
        height: auto;
        width: 100%;
    }

    .footeright {
        padding: 55px 30px 50px;
        width: 100%;
        height: auto;
        gap: 26px;
    }

    .footertitle {
        font-size: 20px;
    }

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

    .footernavbar {
        gap: 80px;
        justify-content: space-between;
    }

    .footerbottom {
        padding: 18px 0;
    }

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

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

    .copyrights {
        padding: 2px 0 0;
    }

    .poweredby span {
        padding: 4px 12px 0 0;
    }
}

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

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

    .headerpart {
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }

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

    .contacts1.contacts2:before {
        display: none;
    }

    .headercontacts {
        gap: 40px;
    }

    .contacts1 {
        padding: 0 !important;
    }

    .headerbottom {
        padding: 25px 0 0;
    }

    .boockingwrap {
        padding: 28px 0 28px;
    }

    .headertop {
        padding: 0 0 20px;
    }

    .sectionheader {
        z-index: 3;
    }

    .cssmenu {
        width: 100%;
    }

    /* leftmenu start */

    .headerbottom .headermenu {
        width: auto;
        float: right;
        position: absolute;
        top: 8px;
        left: 8px;
        margin: 0;
        padding: 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: 44%;
        }

            .fixedbtn.topfixedicon span {
                display: none;
            }

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

    .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: var(--primary-color);
        }

    .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: 15px;
            padding: 0;
            color: var(--text-color);
            margin: 0;
            border: none;
        }

    .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: var(--primary-color);
            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: 50%;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        padding-top: 30px;
        z-index: 9999;
    }

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

    /* leftmenu end */

    .bookingform h4 {
        font-size: 18px;
    }

    .inputinr {
        padding: 8px 0 7px 17px;
    }

        .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
            font-size: 15px !important;
            height: 23px !important;
            line-height: 19px !important;
        }

        .inputinr label {
            padding: 0;
            line-height: 16px;
            display: inline-block;
        }

    .swapicon {
        top: 18px;
    }

    .bookingpart {
        gap: 14px;
    }

    .inputgroup {
        gap: 14px;
    }

    .inputinr .rfv {
        bottom: -10px;
        font-size: 12px;
    }

    .topdestinationwrap {
        padding: 45px 0 50px;
        min-height: 10px;
    }

    .destination {
        padding: 35px 0 0;
    }

    .toptitle {
        font-size: 25px;
    }

    .destination ul li {
        border-radius: 16px 14px 14px 16px;
        margin: 0 48px 0 0;
        height: 90px;
    }

    .destination marquee {
        height: 91px;
    }

    .routecity {
        width: 90px;
        height: 90px;
        background-size: 90px;
    }

    .routecitynm {
        padding: 15px 22px 0px;
    }

        .routecitynm span {
            font-size: 16px;
            line-height: 21px;
        }

        .routecitynm a {
            padding: 4px 14px 4px;
            font-size: 12px;
            font-weight: 400;
        }

        .routecitynm .booknowin {
            padding: 12px 0 0;
        }

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

    .aboutleft p {
        padding: 32px 0 0;
    }

    .readmore {
        padding: 36px 0 0;
    }

        .readmore a {
            padding: 7px 18px;
            font-size: 15px;
        }

    .aboutpart {
        gap: 20px;
    }

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

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

    .cargowrap {
        margin: 35px 0 0;
    }

    .featuresright {
        padding: 45px 15px 40px;
    }

    .featurespart {
        padding: 27px 0 0;
    }

    .featuresbox {
        width: 33.3%;
    }

        .featuresbox span {
            font-size: 38px;
        }

        .featuresbox p {
            font-size: 15px;
            padding: 0 0 0 3px;
            font-weight: 300;
        }

    .roundhover {
        bottom: -33px;
    }

    .featuresbox.featuresbox4:hover .roundhover, .featuresbox.featuresbox5:hover .roundhover, .featuresbox.featuresbox6:hover .roundhover {
        top: -31px;
    }

    .amenitieswraper {
        padding: 45px 0 45px;
        background-size: contain;
    }

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

    .footerleft {
        padding: 47px 15px 40px;
    }

    .footernavbar {
        gap: 60px;
    }

    .footertitle {
        font-size: 19px;
    }

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

    .footeright {
        padding: 45px 20px 43px;
        gap: 22px;
    }

    .copyrights {
        font-size: 14px;
    }

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

    .footeright p {
        width: 73%;
    }
}

@media only screen and (max-width: 689px) {
    .copyrights {
        width: 100%;
        text-align: center;
        padding: 0 0 14px;
    }

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

        .poweredby span {
            float: none;
            display: inline-block;
        }

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

@media only screen and (max-width: 639px) {
    .headercontacts {
        justify-content: center;
        gap: 20px;
    }

    .fixedbtn.topfixedicon {
        left: 43%;
    }

    .headerbottom .headermenu {
        top: 5px;
        left: 5px;
    }

    .headertop {
        padding: 0 0 18px;
    }

    .headerbottom {
        padding: 22px 0 0;
    }

    .boockingwrap {
        padding: 22px 0 24px;
    }

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

    .searchbutton {
        height: 44px;
    }

        .searchbutton input[type="submit"] {
            background-position: center -462px;
            height: 44px;
            background-size: 24px;
            padding: 0;
        }

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

    .toptitle {
        font-size: 24px;
        line-height: 34px;
    }

        .toptitle:after {
            bottom: -2px;
            width: 8px;
            height: 8px;
        }

    .destination {
        padding: 30px 0 0;
    }

    .abouttravels {
        padding: 40px 0 45px;
    }

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

    .readmore {
        padding: 32px 0 0;
    }

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

    .cargopart {
        padding: 40px 0 45px;
    }

    .cargowrap {
        margin: 30px 0 0;
        min-height: 10px;
        padding: 30px;
        background-position: right center;
    }

        .cargowrap h3 {
            font-size: 16px;
            padding: 0 0 22px;
            line-height: 26px;
        }

        .cargowrap .cargonumber {
            padding: 0 0 28px 25px;
        }

        .cargowrap .cargobtn {
            padding: 7px 14px;
        }

        .cargowrap h3 i {
            display: inline;
        }

    .featuresleft {
        padding: 30px 15px;
    }

        .featuresleft p {
            font-size: 14px;
        }

    .featuresright {
        padding: 40px 15px 35px;
    }

    .featuresbox {
        width: 50%;
    }

    .featurespart:after {
        display: none;
    }

    .roundhover {
        display: none !important;
    }

    .featurespart {
        padding: 24px 0 0;
        gap: 15px 0;
    }

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

    .amenitieslide {
        padding: 30px 0 0;
    }

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

    .amenitiesbox {
        width: 210px;
    }

        .amenitiesbox span {
            width: 210px;
            height: 232px;
            background-size: 210px;
        }

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

        .amenitiesbox:hover h3 {
            margin: -38px 0 0;
        }

    .footerleft {
        padding: 40px 15px 33px;
    }

    .footernavbar {
        gap: 30px;
    }

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

    .footertitle {
        font-size: 18px;
    }

        .footertitle:after {
            bottom: 0;
        }

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

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

    .bottomsocial {
        gap: 19px;
        right: 20px;
    }

        .bottomsocial a {
            font-size: 15px;
        }

    .footeright {
        padding: 40px 15px 38px;
        gap: 18px;
    }

        .footeright p {
            font-size: 14px;
            padding: 0 0 0 26px;
            background-position: left -790px;
            line-height: 23px;
            background-size: 24px;
            width: 90%;
        }

        .footeright .callus {
            padding: 0 40px 0 26px;
            background-position: left -949px;
        }

        .footeright .mailus {
            background-position: left -1105px;
        }
}

@media only screen and (max-width: 479px) {
    .fixedbtn.topfixedicon {
        left: 41%;
    }

        .fixedbtn.topfixedicon:after {
            font-size: 20px;
        }

    .headerpart {
        gap: 20px;
    }

    .headercontacts {
        gap: 16px;
    }

    .bookingform {
        padding: 14px 16px 16px;
        border-radius: 12px;
    }

        .bookingform h4 {
            font-size: 15px;
            line-height: 23px;
            margin: 0;
            padding: 0 0 12px;
            border: none;
        }

    .inputgroup {
        gap: 12px;
        flex-wrap: wrap;
    }

    .inputinr {
        padding: 5px 0 5px 15px;
        width: 100% !important;
        border-radius: 10px;
    }

        .inputinr label {
            line-height: 14px;
            font-size: 12px;
        }

        .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
            font-size: 14px !important;
            height: 21px !important;
            line-height: 17px !important;
            padding: 0 0 2px 0 !important;
        }

    .swapicon {
        top: 53px;
        left: auto;
        right: 20px;
        background-size: 22px;
        background-position: center -284px;
        width: 24px;
        height: 22px;
        transform: rotate(90deg);
    }

    .inputinr.inputinr02, .inputinr.inputinr03 {
        padding: 6px 0 6px 15px
    }

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

    .searchbutton input[type="submit"] {
        border-radius: 10px;
    }

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

    .destination {
        padding: 28px 0 0;
    }

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

    .routecitynm span {
        font-size: 15px;
    }

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

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

    .aboutleft p {
        padding: 25px 0 0;
        font-size: 14px;
        line-height: 24px;
    }

    .readmore {
        padding: 28px 0 0;
    }

        .readmore a {
            padding: 7px 16px;
            font-size: 14px;
        }

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

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

    .cargowrap {
        margin: 26px 0 0;
        padding: 26px 26px 30px;
    }

        .cargowrap h3 {
            font-size: 15px;
            padding: 0 0 20px;
            line-height: 25px;
        }

        .cargowrap .cargonumber {
            padding: 0 0 26px 25px;
        }

    .featuresleft {
        padding: 28px 15px;
        background-size: contain;
    }

    .featuresright {
        padding: 35px 15px 32px;
    }

    .featuresbox {
        width: 100%;
    }

        .featuresbox span {
            font-size: 40px;
        }

        .featuresbox p {
            font-size: 16px;
            padding: 0 0 0 8px;
            font-weight: 400;
        }

    .featurespart {
        padding: 18px 0 0;
        gap: 3px 0;
    }

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

    .amenitieslide {
        padding: 26px 0 0;
    }

    .footerleft {
        padding: 35px 15px 33px;
    }

    .featureswrap {
        gap: 10px;
    }

    .footertop {
        gap: 10px;
    }

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

    .footernavbar {
        gap: 20px;
    }

    .bottomsocial {
        gap: 19px;
        right: 5px;
        position: relative;
        bottom: 0;
    }

    .footeright {
        padding: 35px 15px 35px;
        gap: 17px;
    }

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

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