@font-face {
    font-family: 'poi_carbonic_trialmedium';
    src: url('../css/fonts/poicarbonictrial-medium-bf6674f4597f15a-webfont.woff2') format('woff2'), url('../css/fonts/poicarbonictrial-medium-bf6674f4597f15a-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Poppins", system-ui !important;
    color: #21353f;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

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

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: 1330px;
}

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

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

:root {
    --primary: #091358;
    --secondary: #ED0101;
    --text: #0D0C0C;
    --pure: #fff;
}

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

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

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

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

    .headertop:after {
        position: absolute;
        content: '';
        height: 111px;
        width: 16%;
        top: 0;
        right: 0;
        background-color: #f2f2f2;
        z-index: -1;
    }

.sitelogo {
    float: left;
}

    .sitelogo a {
        float: left;
    }

    .sitelogo img {
        padding: 10px 0 0;
    }

.headercontacts {
    float: right;
    display: flex;
    padding: 14px 0 11px 17.1%;
    clip-path: polygon(6.7% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: #f2f2f2;
    gap: 41px;
}



    .headercontacts .routeinq p {
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        display: block;
        color: var(--text);
        text-align: right;
    }

    .headercontacts .routeinq i {
        background-image: url("../images/site/icons01.svg") !important;
        background-position: center -5px;
        background-repeat: no-repeat !important;
        width: 34px;
        height: 34px;
        background-color: #FFFFFF;
        border: 1px solid rgba(6, 6, 93, 0.4);
        float: left;
        display: flex;
    }

.routeinq.routeinq01 i {
    background-position: center -280px;
}

.headercontacts .routeinq {
    display: flex;
    align-items: center;
    gap: 16px;
}

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

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

.loginwrap {
    float: right;
}

    .loginwrap a {
        float: left;
        color: var(--pure);
        font-weight: 500;
        font-size: 16px;
        padding: 12px 24px;
        background-color: var(--secondary);
    }

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

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

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

.bannertext {
    width: 100%;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 100px;
    line-height: 65px;
    text-transform: uppercase;
    font-family: 'airstrikeregular';
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
    margin: 0 0 48px;
}

    .bannertext span {
        display: block;
    }

    .bannertext i {
        font-style: normal;
        color: #00c68f;
        font-family: 'airstrike_outlineregular';
    }

.bannertextbotom {
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: 500;
    line-height: 31px;
    margin: 0;
    color: #00c68f;
    text-align: center;
    clear: both;
    width: 100%;
    float: left;
    padding: 78px 0 0;
}

    .bannertextbotom span {
        font-size: 23px;
        margin: 0;
        color: #ffffff;
        display: block;
    }


/* leftmenu start */

.headermenu {
    float: left;
    clear: both;
}

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

.headerightbtm {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: var(--pure);
    box-shadow: 0 0 16px rgba(0, 0, 0, 10%);
    padding: 16px 14px 16px 50px;
    align-items: center;
}

.headermenu .navbar-inverse {
    background-color: transparent;
    border: none;
    float: left;
    margin: 0;
}

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

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

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

.headermenu .navbar-inverse .navbar-nav > li > a {
    color: var(--text);
    font-size: 18px;
    margin: 0 0 0 1px;
    padding: 0 48px 0 0;
    text-decoration: none;
    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: transparent;
        color: var(--secondary);
    }

.headermenu .navbar-inverse .navbar-nav > li.first1 > a {
    border-radius: 0;
    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;
    }

    .sliderwrap a.carousel-control {
        display: none !important;
    }

        .sliderwrap a.carousel-control.right {
            display: none !important;
        }

        .sliderwrap a.carousel-control:hover, .sliderwrap a.carousel-control:focus {
            display: none !important;
        }



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

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

.bookingform {
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
    background-color: var(--pure);
    display: flex;
    border-radius: 80px;
    box-shadow: 0 4px 44px rgba(0,0,0,12%);
    padding: 24px;
    justify-content: space-between;
}

.inputgroup {
    float: left;
    width: 49.2%;
    position: relative;
    display: flex;
    gap: 20px;
}


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

.swapicon {
    background-image: url("../images/site/icons01.svg") !important;
    background-position: center -823px;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgba(13,12,12,40%);
    background-color: var(--pure);
}

    .swapicon.swapicon02 {
        background-position: center -1029px;
        width: 72px;
        height: 42px;
        top: 8px;
    }

.inputinr {
    float: left;
    width: 50%;
    border: 1px solid rgba(13,12,12,40%);
    border-radius: 50px;
    padding: 12px 0 0 39px;
    background-image: url("../images/site/icons01.svg") !important;
    background-position: 92% -531px;
    background-repeat: no-repeat;
}

    .inputinr.inputinr02, .inputinr.inputinr03 {
        background-position: 90% -1076px;
    }


    .inputinr label {
        color: rgba(13,12,12,60%);
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        margin: 0;
        padding: 0 0 2px;
    }

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



.inputinr .rfv {
    position: absolute;
    font-size: 13px;
    bottom: -18px;
    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 0 0 !important;
    border: none !important;
    color: var(--text) !important;
    font-size: 16px !important;
    height: auto !important;
    line-height: normal !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    text-transform: capitalize;
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text) !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) !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-image: none !important;
    padding: 0 0 0 0 !important;
}

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

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

.inputinr .form-control::-moz-placeholder {
    color: #2a3899;
    box-shadow: none !important;
}

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

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

    .searchbutton input[type="submit"] {
        background-color: var(--secondary);
        background-image: url("../images/site/icons01.svg") !important;
        background-position: center -1349px;
        background-repeat: no-repeat;
        border: none;
        color: #fff;
        font-size: 22px;
        width: 78px;
        height: 78px;
        padding: 0;
        font-weight: 500;
        text-transform: capitalize;
        border-radius: 50%;
        text-align: left;
    }

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

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

    .abouttravels:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 57px;
        background-image: url("../images/site/appafter.png") !important;
        background-position: center top;
        background-repeat: no-repeat;
        width: 478px;
        height: 447px;
        float: left;
        z-index: -1;
    }

    .abouttravels .toptitle {
        float: none;
        align-items: center;
    }

.aboutarea {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 59px 0 0;
}

.aboutleft {
    float: left;
    width: 49.3%;
    text-align: left;
}

.aboutright {
    float: right;
    width: 46.2%;
    text-align: left;
    padding: 24px 0;
}

.abouttravels p {
    color: rgba(13,12,12,60%);
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 150%;
}

    .abouttravels p.aboutetop {
        font-size: 18px;
        color: var(--text);
        padding: 0 0 22px;
        font-weight: 500;
    }

.readmore {
    width: 100%;
    float: left;
    padding: 42px 0 0;
    display: inline-block;
}

    .readmore a {
        display: inline-block;
        color: var(--pure);
        font-size: 18px;
        text-transform: capitalize;
        padding: 12px 24px;
        border-radius: 4px;
        font-weight: 400;
        background-color: var(--secondary);
    }

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



.toptitle {
    color: var(--secondary);
    text-transform: capitalize;
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    gap: 10px;
    float: left;
}

    .toptitle h4 {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 20px;
        font-weight: 500;
    }

    .toptitle i {
        background-image: url("../images/site/titleimg.png") !important;
        background-position: center top;
        background-repeat: no-repeat;
        width: 18px;
        height: 16px;
        float: left;
    }

    .toptitle span {
        font-weight: 500;
        color: var(--primary);
        font-size: 40px;
        font-family: 'poi_carbonic_trialmedium' !important;
    }



/*topdestinationwrap*/

.topdestinationwrap {
    width: 100%;
    float: left;
    padding: 70px 0 0;
    position: relative;
}



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

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

    .destination .toptitle, .destination span, .destination .toptitle, .destination span {
        color: #ffffff;
    }

    .destination marquee {
        height: 102px;
    }

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

        .destination ul li {
            list-style: none;
            display: inline-block;
            text-align: center;
            position: relative;
            border-radius: 15px;
            display: inline-flex;
            align-items: center;
            padding: 0 44px 0 0;
        }

            .destination ul li span:before {
                position: absolute;
                content: '';
                height: 100%;
                width: 100%;
                left: 0;
                top: 0;
                margin: 0 auto;
                background-color: var(--pure);
                clip-path: polygon(0% 7%, 3% 0%, 7% 0%, 97% 0%, 100% 7%, 100% 7%, 100% 92%, 97% 100%, 100% 100%, 7% 100%, 4% 100%, 0% 91%);
                z-index: -1;
            }

            .destination ul li span {
                color: var(--text);
                font-size: 18px;
                font-weight: 500;
                background-color: var(--secondary);
                border: 1px solid var(--secondary);
                padding: 34px 20px 34px 21px;
                clip-path: polygon(0% 7%, 3% 0%, 7% 0%, 97% 0%, 100% 7%, 100% 7%, 100% 92%, 97% 100%, 100% 100%, 7% 100%, 4% 100%, 0% 91%);
                float: left;
                display: flex;
                align-items: center;
                width: 100%;
                position: relative;
            }

                .destination ul li span i {
                    background-image: url("../images/site/icons01.svg") !important;
                    background-position: center -1651px;
                    background-repeat: no-repeat;
                    width: 34px;
                    height: 21px;
                    float: left;
                    margin: 0 10px;
                }

    .destination li .booknowin {
        float: left;
        width: 100%;
        height: 97px;
    }

    .destination ul li a {
        text-align: center;
        background-color: var(--secondary);
        color: var(--pure);
        font-size: 14px;
        padding: 0 0;
        line-height: 16px;
        padding: 8px 5px;
        position: relative;
        font-weight: 500;
        display: inline-block;
        text-transform: uppercase;
        writing-mode: vertical-lr;
        text-orientation: upright;
        clip-path: polygon(0% 7%, 24% 0%, 77% 0, 100% 7%, 100% 93%, 77% 100%, 24% 100%, 0% 93%);
    }

    .destination ul li:hover span {
        background-color: var(--primary);
        border: 1px solid var(--primary);
    }

    .destination ul li:hover a, .destination ul li:focus a {
        color: var(--pure);
        background-color: Var(--primary);
    }

/*topdestinationwrap*/

.nemeheading {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
    /* top: -86px; */
    margin: -86px 0 0;
}

    .nemeheading h1 {
        font-size: 56px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        -webkit-text-stroke: 2px rgba(9 19 88 / 40%);
        -webkit-text-fill-color: #fff;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0.08em;
        position: relative;
        animation: loop 18s infinite linear(0.49 76.2%, 1 100%);
        margin: 0;
    }

@keyframes loop {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

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

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

.servicesleft {
    float: left;
    width: 42%;
    padding: 4px 0 0;
}

    .servicesleft .toptitle span {
        color: var(--pure);
    }

    .servicesleft p {
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        color: rgba(255, 255, 255, 0.6);
        float: left;
        margin: 0;
        padding: 56px 0 0;
    }

.servicesright {
    float: right;
    width: 49.3%;
}

.servicesboxarea {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.servicesbox {
    background-color: var(--pure);
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 10px;
    padding: 30px 34px 32px 24px;
    flex-basis: 48.4%;
    position: relative;
}

    .servicesbox span {
        width: 70px;
        height: 70px;
        background-color: rgba(237, 1, 1, 0.2);
        border-radius: 50%;
        background-image: url("../images/site/webicon.webp") !important;
        background-position: center 5px;
        background-repeat: no-repeat;
        float: left;
    }

    .servicesbox.servicesbox02 span {
        background-position: center -574px;
    }

    .servicesbox.servicesbox03 span {
        background-position: center -1155px;
    }

    .servicesbox.servicesbox04 span {
        background-position: center -1735px;
    }

    .servicesbox:hover {
        background: linear-gradient(118.62deg, #ED0101 0%, #1F0303 100%);
        transition: ease-in-out 0.5s;
    }

    .servicesbox:after {
        position: absolute;
        content: '';
        right: 20px;
        top: 22px;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: rgba(237, 1, 1, 0.2);
    }

    .servicesbox:hover:after {
        width: 29px;
        height: 29px;
        transition: 0.5s linear;
    }

    .servicesbox:before {
        position: absolute;
        content: '';
        right: 53px;
        top: 46px;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: rgba(237, 1, 1, 0.2);
    }

    .servicesbox:hover:before {
        width: 18px;
        height: 18px;
        transition: 0.5s linear;
    }

    .servicesbox p {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: var(--text);
        padding: 33px 0 0;
        float: left;
    }

    .servicesbox:hover p {
        color: var(--pure);
    }

    .servicesbox:hover span {
        background-color: rgba(237, 1, 1, 0.6);
        background-position: center -285px;
    }

    .servicesbox.servicesbox02:hover span {
        background-position: center -864px;
    }

    .servicesbox.servicesbox03:hover span {
        background-position: center -1444px;
    }

    .servicesbox.servicesbox04:hover span {
        background-position: center -2025px;
    }



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

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

.whychooseleft {
    float: left;
    width: 44.6%;
}

.whychooseright {
    float: right;
    width: 50.8%;
    padding: 4px 0 0;
}

    .whychooseright p {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: rgba(13, 12, 12, 0.6);
        float: left;
        padding: 50px 0 0;
    }

.whychooseboxarea {
    float: left;
    margin: 0 0px 0 -47%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 34px 0;
}

.whychoosebox {
    /* width: 310px; */
    height: 284px;
    background-color: var(--pure);
    border: 1px solid rgba(13, 12, 12, 0.2);
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    float: left;
    padding: 39px 33px 0 24px;
    display: flex;
    flex-direction: column;
    flex-basis: 33%;
    background-image: url("../images/site/servicehovershape.png") !important;
    background-position: center top;
    background-repeat: no-repeat;
}

    .whychoosebox span {
        width: 50px;
        height: 55px;
        background-image: url("../images/site/webicon.webp") !important;
        background-position: center -2325px;
        background-repeat: no-repeat;
        float: left;
    }

    .whychoosebox h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-transform: capitalize;
        color: var(--text);
        padding: 28px 0 16px;
        float: left;
        margin: 0;
    }

    .whychoosebox.whychoose02 span {
        background-position: center -3523px;
    }

    .whychoosebox.whychoose03 span {
        background-position: center -2925px;
    }

    .whychoosebox p {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: rgba(13, 12, 12, 0.6);
        float: left;
        padding: 0;
    }

    .whychoosebox:hover {
        background-color: var(--secondary);
        transition: 0.6s linear;
    }

        .whychoosebox:hover p {
            color: rgba(250,250,250,60%);
        }

        .whychoosebox:hover h3 {
            color: var(--pure);
        }

    .whychoosebox.whychoose01:hover span {
        background-position: center -2630px;
        transform: rotate(-180deg);
    }

    .whychoosebox.whychoose02:hover span {
        background-position: center -3825px;
    }

    .whychoosebox.whychoose03:hover span {
        background-position: center -3225px;
    }


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

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

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

.amenitieswraper .toptitle {
    align-items: center;
    float: none;
}

.amenitieslide {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 57px 0 0;
    margin: 0;
}

.slick-slide {
    outline: none;
}

.amenitiesicon {
    float: left;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.amenitiesbox {
    vertical-align: top;
    cursor: pointer;
    width: 235px;
    height: 270px;
    background-color: var(--pure);
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 30px;
    margin: 0 0 30px;
    padding: 46px 0 0;
    line-height: normal;
    /* position: relative; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

    .amenitiesbox span {
        display: inline-block;
        background-image: url("../images/site/polygon1.png");
        background-position: center center;
        background-repeat: no-repeat;
        width: 118px;
        height: 128px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 38px;
    }

    .amenitiesbox em {
        width: 147px;
        height: 12px;
        background-color: var(--primary);
        border-radius: 12px 12px 0 0;
    }

    .amenitiesbox span i {
        background-image: url("../images/site/webicon.webp");
        background-position: center -4128px;
        background-repeat: no-repeat;
        width: 46px;
        height: 48px;
        float: left;
        /* margin: 0 auto; */
        display: inline-block;
        top: -5px;
        position: relative;
    }


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

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

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

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


    .amenitiesbox h3 {
        color: var(--primary);
        font-size: 20px;
        margin: 0 0 0;
        font-weight: 500;
        padding: 0 0 24px;
    }



    .amenitiesbox:hover h3 {
        color: var(--secondary);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .amenitiesbox:hover span {
        background-image: url("../images/site/polygon2.png");
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.5s;
    }

    .amenitiesbox:hover em {
        background-color: var(--secondary);
        transition: all 0.5s;
    }

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

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

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

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

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

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

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


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

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

.apparealeft {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
}

    .apparealeft p {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        text-transform: capitalize;
        color: var(--text);
        float: left;
        padding: 58px 92px 0 0;
    }

.qrcodearea {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 46px 0 0;
}

.qrcode {
    display: flex;
    align-items: center;
    padding: 19px;
    background: #FFFFFF;
    border: 1px solid rgba(13, 12, 12, 0.4);
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 10px;
    width: 29.3%;
}

.apparearight {
    float: right;
    width: 50%;
    text-align: right;
}
/* Footer CSS Start */
.footerwrap {
    clear: both;
    width: 100%;
    float: left;
}

.footertop {
    clear: both;
    width: 100%;
    float: left;
    background-color: #091358;
    border-bottom: 1px solid rgba(250,250,250,20%);
}

.footertopleft {
    float: left;
    width: 35.7%;
    padding: 97px 40px 99px;
    background-color: #030D54;
}

.footertitle {
    color: #00c68f;
    font-size: 20px;
    font-weight: 600;
    clear: both;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.footertopleft p {
    color: rgba(250,250,250,60%);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    clear: both;
    margin: 39px 0 0;
}

    .footertopleft p span {
        display: block;
    }

.appstores {
    width: 100%;
    float: left;
    clear: both;
}

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

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


.footernavbar {
    float: right;
    width: 53.9%;
    padding: 100px 0 0 0;
    display: flex;
    flex-direction: column;
}

.footertopleft h3,
.footeright h5,
.footernav h5 {
    font-family: 'poi_carbonic_trialmedium';
    font-size: 24px;
    font-weight: 500;
    padding: 0;
    color: #fff;
    margin: 0;
}

.footernav {
    float: left;
}



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

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

            .footernav ul li a {
                color: #ececec;
                font-size: 18px;
                font-weight: 400;
                line-height: normal;
            }

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

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

.footeright {
    float: left;
    display: flex;
    align-items: center;
    gap: 41px;
}

.bottomsocial {
    float: left;
}

    .bottomsocial a {
        width: 40px;
        height: 42px;
        color: #ffffff;
        border-radius: 3px;
        margin: 0 24px 0 0;
        float: left;
        background-image: url(../images/site/icons01.svg);
        background-position: center -3315px;
        transform: scale(1);
    }

        .bottomsocial a.twitter {
            background-position: center -2731px;
        }

        .bottomsocial a.linkedin {
            background-position: center -3023px;
        }

        .bottomsocial a:hover {
            transform: scale(1.2);
            transition: ease-in-out 0.5s;
        }

.footernav ul li a {
    color: rgba(250,250,250,60%);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.iconcontact {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .iconcontact.address span {
        flex-basis: 18%;
    }

    .iconcontact a {
        font-size: 18px;
        color: rgba(250,250,250,80%);
    }

        .iconcontact a:hover {
            color: var(--secondary);
        }

.footernavbarright {
    margin: 27px 0 0;
    padding: 42px 0 0;
    border-top: 1px solid rgba(250,250,250,20%);
    display: flex;
    justify-content: space-between;
}

.footercontact {
    width: 100%;
    float: left;
    clear: both;
    text-align: left;
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

    .footercontact p {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .footercontact p a {
            font-size: 18px;
            font-weight: 400;
            color: rgb(255 255 255 / 80%);
        }

    .footercontact .iconcontact span {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 3px;
        background-image: url(../images/site/icons01.svg);
        background-position: left 0;
        background-repeat: no-repeat;
    }

.iconcontact i {
    display: inline-block;
    font-size: 18px;
    color: rgba(250,250,250,80%);
    font-style: normal;
    /* padding: 0 0 0 30px; */
    text-transform: capitalize;
}

.iconcontact.address span {
    flex-basis: 18.9%;
}

.footercontact .iconcontact.phone span {
    background-position: left -1914px;
}

.footercontact .iconcontact.mailus span {
    margin: 0;
    background-position: left -2182px;
}

.footercontact .iconcontact.address span {
    background-position: left -2182px;
}

.footercontact .iconcontact.address span {
    background-position: left -2450px;
}

.footercontact p i {
    margin: 0;
    display: flex;
    align-items: center;
}

.footercontact p a {
    color: rgb(255 255 255 / 80%);
    text-transform: lowercase;
}

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

.footerbottom {
    width: 100%;
    float: left;
    padding: 18px 0 17px;
    background-color: #030D54;
}

.copyrights {
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 2px 0 0;
}

    .copyrights a {
        color: #fff;
        font-weight: 600;
    }

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

.poweredby {
    float: right;
}

    .poweredby span {
        float: left;
        color: #fff;
        font-size: 13px;
        padding: 2px 14px 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: #091358 !important;
    border-bottom: 1px solid #ED0101 !important;
    font-size: 22px !important;
}

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

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

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

.btnselect.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

/* Medea Queries */

@media only screen and (max-width: 1799px) {
    .nemeheading h1 {
        font-size: 51px;
        animation: loop 18s infinite linear(0.48 74.2%, 1 100%);
    }
}

@media only screen and (max-width: 1699px) {
    .nemeheading h1 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 1599px) {
    .toptitle span {
        font-size: 38px;
    }

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

    .topdestination {
        padding: 93px 0 0;
    }

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

    .abouttravels {
        padding: 90px 0;
    }

    .aboutarea {
        padding: 55px 0 0;
    }

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

    .servicesarea {
        padding: 90px 0 0;
    }

    .servicesleft p {
        padding: 55px 0 0;
    }

    .serviceswrap {
        padding: 0 0 90px;
    }

    .nemeheading h1 {
        font-size: 42px;
    }

    .nemeheading {
        margin: -70px 0 0;
    }

    .whychoosewrap {
        padding: 0 0 90px;
    }

    .amenitieswraper {
        min-height: 587px;
        padding: 90px 0 80px;
    }

    .amenitieslide {
        padding: 50px 0 0;
    }

    .apparea {
        padding: 90px 0 0;
    }

    .apparealeft p {
        padding: 55px 92px 0 0;
    }

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

    .footertopleft {
        padding: 90px 40px 90px;
    }
}

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

    .nemeheading h1 {
        font-size: 36px;
    }

    .iconcontact {
        gap: 14px;
    }
}

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

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        padding: 0 40px 0 0;
    }

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

    .searchbutton input[type="submit"] {
        background-position: center -1354px;
        width: 66px;
        height: 66px;
    }

    .inputinr {
        padding: 6px 0 0 33px;
        background-position: 92% -537px;
    }

        .inputinr.inputinr02, .inputinr.inputinr03 {
            background-position: 90% -1081px;
        }

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

    .swapicon {
        top: 13px;
    }

    .boockingwrap {
        bottom: -56px;
    }

    .topdestinationwrap {
        padding: 56px 0 0;
    }

    .topdestination {
        padding: 80px 0 0;
    }

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

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

    .abouttravels {
        padding: 80px 0;
    }

    .aboutarea {
        padding: 50px 0 0;
    }

    .servicesarea {
        padding: 80px 0 0;
    }

    .servicesbox {
        flex-basis: 47.4%;
    }

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

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

    .serviceswrap {
        padding: 0 0 80px;
    }

    .whychooseboxarea {
        padding: 34px 0 0;
    }

    .whychoosewrap {
        padding: 0 0 80px;
    }

    .amenitiesbox {
        width: 215px;
        height: 250px;
    }

    .amenitieswraper {
        min-height: 543px;
        padding: 80px 0 70px;
    }

    .apparea {
        padding: 80px 0 0;
    }

    .apparealeft p {
        padding: 50px 91px 0 0;
    }

    .qrcodearea {
        display: flex;
        align-items: center;
        gap: 30px;
        padding: 40px 0 0;
    }

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

    .iconcontact i {
        font-size: 16px;
    }

    .iconcontact.address span {
        flex-basis: 19.9%;
    }

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

@media only screen and (max-width: 1229px) {
    .headerightbtm {
        padding: 16px 14px 16px 30px;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        padding: 0 25px 0 0;
    }

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

    .servicesbox {
        flex-basis: 48.1%;
        height: 226px;
    }

    .aboutright {
        padding: 0 0;
    }

    .abouttravels p.aboutetop {
        font-size: 16px;
    }

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

    .readmore {
        padding: 35px 0 0;
    }

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

    .servicesright {
        width: 54.3%;
    }

    .nemeheading {
        width: 45%;
    }

        .nemeheading h1 {
            font-size: 31px;
            letter-spacing: 0.08px;
        }

    .servicesbox p {
        padding: 26px 0 0;
        margin: 0;
    }

    .servicesbox span {
        width: 55px;
        height: 55px;
        background-size: 40px;
    }



    .servicesbox.servicesbox02 span {
        background-position: center -460px;
    }

    .servicesbox.servicesbox03 span {
        background-position: center -924px;
    }

    .servicesbox.servicesbox04 span {
        background-position: center -1389px;
    }

    .servicesbox:hover span {
        background-position: center -227px;
    }

    .servicesbox.servicesbox02:hover span {
        background-position: center -692px;
    }

    .servicesbox.servicesbox03:hover span {
        background-position: center -1156px;
    }

    .servicesbox.servicesbox04:hover span {
        background-position: center -1621px;
    }

    .nemeheading {
        margin: -52px 0 0;
    }

    .whychooseboxarea {
        margin: 0 0px 0 -80%;
    }

    .whychooseleft {
        width: 48.6%;
    }

    .whychooseright {
        width: 47.8%;
    }

        .whychooseright p {
            font-size: 16px;
            padding: 40px 0 0;
        }

    .whychoosebox h3 {
        font-size: 18px;
        padding: 18px 0 12px;
    }

    .whychoosebox p {
        font-size: 15px;
        line-height: 23px;
        padding: 0 !important;
    }

    .whychoosebox {
        height: auto;
        padding: 39px 33px 40px 24px;
    }

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

    .amenitiesbox span {
        width: 118px;
        height: 128px;
        margin: 0 0 18px;
    }

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

    .amenitieswraper {
        min-height: 513px;
        padding: 80px 0 70px;
    }

    .footertopleft {
        padding: 80px 20px 80px;
        width: 39.7%;
    }

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

    .footertopleft h3, .footeright h5, .footernav h5 {
        font-size: 22px;
    }

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

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

    .nemeheading h1 {
        font-size: 30px;
    }

    .qrcodearea a img {
        max-width: 125px;
    }

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

    .qrcodearea a img {
        max-width: 125px;
    }

    .qrcode {
        padding: 15px;
        width: 32.3%;
    }
}

@media only screen and (max-width: 991px) {
    .headercontacts {
        padding: 0;
        clip-path: none;
        background-color: #fff;
        width: 100%;
        justify-content: center;
    }

    .headeright {
        float: right;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

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

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

        .sitelogo img {
            max-width: 110px;
            padding: 10px 0 20px;
        }

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

    .headerightbtm {
        padding: 0;
        box-shadow: none;
        justify-content: center;
        gap: 0;
    }

    .bannerwrapper {
        margin: 0 0 0;
    }

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

    .headertop:after {
        display: none;
    }

    .bookingform {
        border-radius: 20px;
        flex-direction: column;
        gap: 15px;
    }

    .inputgroup {
        gap: 20px;
        width: 100%;
    }

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

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

    .swapicon {
        background-position: center -825px;
        top: 11px;
        width: 35px;
        height: 35px;
    }

    .inputinr {
        padding: 3px 0 0 20px;
        background-position: 97% -542px;
        height: 56px;
        border-radius: 10px;
    }

        .inputinr.inputinr02, .inputinr.inputinr03 {
            background-position: 97% -1086px;
        }

    .searchbutton input[type="submit"] {
        background-position: center -1365px;
        width: 100%;
        height: 46px;
        border-radius: 10px;
    }

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

    .topdestinationwrap {
        padding: 0;
    }

    .topdestination {
        padding: 60px 0 0;
    }

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

    .destination {
        padding: 45px 0 0 0;
    }

    .abouttravels {
        padding: 60px 0;
    }

    .aboutarea {
        padding: 45px 0 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .aboutleft {
        float: left;
        width: 60%;
        text-align: center;
    }

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

    .readmore {
        padding: 25px 0 0;
    }

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

    .servicesarea {
        padding: 60px 0 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 30px;
    }

    .servicesleft p {
        padding: 45px 0 0;
    }

    .servicesleft {
        float: left;
        width: 100%;
        padding: 0 0 0;
    }

    .servicesright {
        width: 100%;
    }

    .servicesbox {
        flex-basis: 48.4%;
    }

    .servicesbox {
        flex-basis: 48.4%;
    }

    .serviceswrap {
        padding: 0 0 60px;
        min-height: 10px;
        background-size: cover;
    }

    .nemeheading {
        margin: 0 0 0;
        width: 100%;
        padding: 20px 0 0;
    }

        .nemeheading h1 {
            animation: loop 15s infinite linear(-0.25 60.16%, 1 100%);
        }

    .whychoosewrap {
        padding: 60px 0;
    }

    .whychooseleft {
        display: none;
    }

    .whychooseright {
        width: 100%;
    }

    .whychooseboxarea {
        margin: 0;
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 34px 0 0;
        flex-wrap: wrap;
    }

    .whychoosebox {
        flex-basis: 48.6%;
    }

    .amenitieswraper {
        min-height: 473px;
        padding: 60px 0 50px;
    }

    .amenitieslide {
        padding: 45px 0 0;
    }

    .apparea {
        padding: 60px 0;
    }

    .apparealeft p {
        padding: 45px 0 0 0;
        font-size: 16px;
        margin: 0;
    }

    .qrcodearea {
        padding: 20px 0 0;
    }

    .qrcode {
        padding: 15px;
        width: 36.3%;
    }

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

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

        .footertopleft p {
            margin: 30px 0 0;
        }

    .iconcontact.address span {
        flex-basis: 5.4%;
    }

    .footertopmain {
        float: left;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footertopleft {
        padding: 0 0 60px;
        width: 100%;
        background-color: transparent;
    }
}

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

    .cssmenu {
        width: 100%;
    }

    /* leftmenu start */

    .headermenu {
        width: auto;
        float: right;
        position: absolute;
        top: 12px;
        left: 10px;
        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: var(--primary);
            }




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

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

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

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

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

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

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 16px;
            padding: 0;
            color: var(--text);
            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(--secondary);
            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 */


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

    .bookingform {
        gap: 20px;
        padding: 20px;
    }

    .topdestination {
        padding: 50px 0 0;
    }

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

    .toptitle h4 {
        font-size: 16px;
    }

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

    .abouttravels {
        padding: 50px 0;
    }

    .aboutarea {
        padding: 40px 0 0;
    }

    .servicesarea {
        padding: 50px 0 0;
    }

    .servicesleft p {
        padding: 40px 0 0;
        line-height: 26px;
    }

    .servicesbox {
        flex-basis: 48.3%;
    }

    .serviceswrap {
        padding: 0 0 50px;
        min-height: 10px;
        background-size: cover;
    }

    .nemeheading h1 {
        animation: loop 15s infinite linear(-0.02 60.83%, 1 100%);
    }

    .whychoosewrap {
        padding: 50px 0;
    }

    .whychoosebox {
        flex-basis: 48.3%;
        padding: 30px;
    }

    .amenitieswraper {
        min-height: 433px;
        padding: 50px 0 40px;
    }

    .amenitiesbox {
        width: 185px;
        height: 220px;
    }

        .amenitiesbox span {
            width: 100px;
            height: 113px;
            margin: 0 0 20px;
            background-size: 100px;
        }

        .amenitiesbox em {
            width: 100px;
            height: 10px;
            background-color: var(--primary);
            border-radius: 12px 12px 0 0;
        }

        .amenitiesbox span i {
            background-position: center -3711px;
            width: 45px;
            height: 48px;
            background-size: 45px;
        }

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

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

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

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

    .iconcontact.address span {
        flex-basis: auto;
    }

    .apparea {
        padding: 50px 0;
    }

    .apparealeft p {
        padding: 40px 0 0 0;
        font-size: 16px;
        margin: 0;
    }

    .apparealeft {
        width: 53%;
    }

    .apparearight {
        width: 47%;
    }

    .footertop {
        padding: 0 0;
    }

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

    .poweredby a {
        float: none;
        text-align: center;
    }

    .poweredby span {
        float: none;
    }

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

    .footertopleft p {
        margin: 20px 0 0;
    }

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

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

    .headercontacts .routeinq {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }

        .headercontacts .routeinq p {
            font-size: 14px;
            text-align: left;
        }

    .headercontacts {
        justify-content: center;
        gap: 20px;
        flex-direction: column;
    }

    .topdestination {
        padding: 40px 0 0;
    }

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

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

    .abouttravels {
        padding: 40px 0;
    }

    .aboutarea {
        padding: 25px 0 0;
    }

    .aboutleft {
        width: 100%;
    }

    .servicesarea {
        padding: 40px 0 0;
    }

    .servicesleft p {
        padding: 25px 0 0;
        line-height: 26px;
    }

    .servicesbox {
        flex-basis: 47.7%;
        padding: 20px;
    }

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

    .serviceswrap {
        padding: 0 0 40px;
    }

    .whychoosewrap {
        padding: 40px 0;
    }

    .whychooseright p {
        font-size: 16px;
        padding: 25px 0 0;
    }

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

    .whychooseboxarea {
        padding: 15px 0 0;
    }



    .whychoosebox {
        background-position: center left;
        background-size: cover;
    }

        .whychoosebox span {
            width: 40px;
            height: 45px;
            background-position: center -1863px;
            float: left;
            background-size: 40px;
        }

        .whychoosebox.whychoose02 span {
            background-position: center -2824px;
        }

        .whychoosebox.whychoose03 span {
            background-position: center -2343px;
        }

        .whychoosebox.whychoose01:hover span {
            background-position: center -2099px;
            transform: rotate(-180deg);
        }

        .whychoosebox.whychoose02:hover span {
            background-position: center -3064px;
        }

        .whychoosebox.whychoose03:hover span {
            background-position: center -2583px;
        }


    .amenitieswraper {
        min-height: 10px;
        padding: 40px 0 30px;
        background-size: cover;
    }

    .amenitieslide {
        padding: 25px 0 0;
    }

    .qrcode {
        padding: 15px;
        width: 30.3%;
        justify-content: center;
    }

    .apparea {
        padding: 40px 0 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .apparealeft {
        width: 100%;
    }

        .apparealeft p {
            padding: 25px 0 0 0;
        }

    .apparearight {
        width: 100%;
    }

    .footernavbar {
        padding: 40px 0 0 0;
        width: 100%;
    }

    .footertopleft {
        padding: 0 0 40px;
    }

    .iconcontact i {
        font-size: 13px;
    }
}

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

    .inputgroup {
        gap: 20px;
        width: 100%;
        flex-direction: column;
    }

    .inputinr {
        width: 100%;
    }

    .swapicon {
        top: 46px;
        left: auto;
        right: 10px;
        transform: rotate(90deg);
    }

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

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

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

    .destination ul li span {
        font-size: 14px;
    }

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

    .toptitle h4 {
        font-size: 14px;
    }

    .destination marquee {
        height: 99px;
    }

    .abouttravels p.aboutetop {
        font-size: 14px;
    }

    .abouttravels p {
        font-size: 14px;
        line-height: 20px;
    }

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

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

    .servicesbox {
        flex-basis: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
    }

    .nemeheading h1 {
        font-size: 21px;
    }

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

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

    .whychoosebox h3 {
        font-size: 16px;
        padding: 12px 0 8px;
    }

    .abouttravels:after {
        width: 100%;
    }

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



    .amenitiesbox span {
        margin: 0 0 22px;
        background-size: 90px;
    }

        .amenitiesbox span i {
            background-position: center -3302px;
            width: 40px;
            height: 40px;
            background-size: 40px;
        }

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

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

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

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

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

    .apparealeft p {
        padding: 20px 0 0 0;
        font-size: 14px;
        margin: 0;
    }

    .qrcode {
        padding: 10px;
        width: 39%;
    }

    .footertopleft h3, .footeright h5, .footernav h5 {
        font-size: 18px;
    }

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

    .bottomsocial a {
        width: 30px;
        height: 32px;
        background-position: center -2486px;
        background-size: 30px;
        margin: 0 15px 0 0;
    }


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

    .iconcontact.address span {
        flex-basis: auto;
    }

    .iconcontact a {
        font-size: 14px;
    }

    .iconcontact i {
        font-size: 14px;
    }

    .bottomsocial a.twitter {
        background-position: center -2048px;
    }

    .bottomsocial a.linkedin {
        background-position: center -2267px;
    }

    .footernavbarright {
        margin: 27px 0 0;
        padding: 25px 0 0;
        border-top: 1px solid rgba(250,250,250,20%);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
    }

    .footercontact .iconcontact span {
        width: 30px;
        height: 26px;
        background-size: 30px;
        background-color: transparent;
    }

    .footercontact .iconcontact span {
        width: 26px;
        height: 26px;
        background-size: 30px;
    }

    .footercontact .iconcontact.phone span {
        background-position: left -1435px;
    }

    .footercontact .iconcontact.mailus span {
        margin: 0;
        background-position: left -1636px;
    }

    .footercontact .iconcontact.address span {
        background-position: left -1845px;
    }

    .copyrights a {
        display: block;
    }
}
