:root {
    --primary-color: #02122c;
    --primary-dark: #02122c;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333
}

body,
html {
    overflow-x: hidden;
    width: calc(100%)
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

font-w {
    outline: 0 !important
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:focus {
    box-shadow: none !important
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

    [type=button],
    [type=reset],
    [type=submit],
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

        [type=button]:-moz-focusring,
        [type=reset]:-moz-focusring,
        [type=submit]:-moz-focusring,
        button:-moz-focusring {
            outline: 1px dotted ButtonText
        }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.md-checkbox {
    position: relative;
    margin: 1em 0;
    text-align: left
}

.md-checkbox {
    position: relative;
    margin: 0;
    text-align: left
}

    .md-checkbox.md-checkbox-inline {
        display: inline-block
    }

    .md-checkbox label {
        cursor: pointer;
        display: inline;
        line-height: 1.15em;
        vertical-align: top;
        clear: both;
        padding-left: 28px !important;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .md-checkbox label:not(:empty) {
            padding-left: .75em
        }

        .md-checkbox label:after,
        .md-checkbox label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0
        }

        .md-checkbox label:before {
            width: 1.15em;
            height: 1.15em;
            background: #f5f5f5;
            border: 1px solid #c1c1c1;
            border-radius: .125em;
            cursor: pointer;
            transition: background .3s
        }

    .md-checkbox input[type=checkbox] {
        outline: 0;
        visibility: hidden;
        width: 1.15em;
        margin: 0;
        display: none;
        float: left;
        font-size: inherit
    }

        .md-checkbox input[type=checkbox]:checked + label:before {
            background: #569ff7;
            border: none
        }

        .md-checkbox input[type=checkbox]:checked + label:after {
            transform: translate(.25em, .325em) rotate(-45deg);
            width: .65em;
            height: .325em;
            border: .125em solid #f5f5f5;
            border-top-style: none;
            border-right-style: none
        }

        .md-checkbox input[type=checkbox]:disabled + label:before {
            border-color: rgba(0, 0, 0, .26)
        }

        .md-checkbox input[type=checkbox]:disabled:checked + label:before {
            background: rgba(0, 0, 0, .26)
        }

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0)
    }

    50% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, .1)
    }

    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0)
    }
}

.md-radio {
    margin: 16px 0
}

    .md-radio.md-radio-inline {
        display: inline-block
    }

    .md-radio input[type=radio] {
        display: none
    }

        .md-radio input[type=radio]:checked + label:before {
            border-color: #569ff7
        }

        .md-radio input[type=radio]:checked + label:after {
            transform: scale(1)
        }

    .md-radio label {
        display: inline-block;
        height: 20px;
        position: relative;
        padding: 0 30px;
        margin-bottom: 0;
        cursor: pointer;
        vertical-align: bottom
    }

        .md-radio label:after,
        .md-radio label:before {
            position: absolute;
            content: "";
            border-radius: 50%;
            transition: all .3s ease;
            transition-property: transform, border-color
        }

        .md-radio label:before {
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #569ff7;
            border-color: #569ff7 !important
        }

        .md-radio label:after {
            top: 4px;
            left: 4px;
            width: 10px;
            height: 10px;
            transform: scale(0);
            background: #569ff7
        }

._blank.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

._blank i {
    color: transparent !important
}

._blank {
    background: #ddd !important;
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: transparent !important;
    cursor: inherit !important;
    text-shadow: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 5px
}

._blankstars:before {
    color: #ddd
}

.end._blank:after {
    right: 0
}

._blank svg {
    fill: transparent !important;
    border: none
}

    ._blank svg path {
        fill: transparent !important
    }

._blank:after {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 1;
    animation: slide 1s infinite;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.8)),color-stop(99%,rgba(128,186,232,0)),color-stop(100%,rgba(125,185,232,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#007db9e8", GradientType=1)
}

.navbar-brand img {
    height: 60px;
    object-fit: scale-down;
}

.navbar-brand {
    padding: 0;
}

.htrseation:after {
    height: 250px
}

._blankimg._blank:after {
    height: calc(100%)
}

._blank:after {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 1;
    animation: slide 1s infinite;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.8)),color-stop(99%,rgba(128,186,232,0)),color-stop(100%,rgba(125,185,232,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%)
}

@keyframes slide {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

.bs-datepicker-container {
    padding: 0 !important
}

@keyframes slide {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

._w100 {
    width: 100px
}

._h40 {
    height: 40px
}

._blankimg {
    display: block;
    width: calc(100%);
    height: 240px
}

.blankimg ._blank:after {
    height: calc(100%)
}

.loadertext svg {
    transform: rotate(90deg);
    margin: 0 20px;
}

.loader {
    position: relative;
    width: 40px;
}

    .loader:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

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

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

section.main.bg-grey {
    background: #f5f5f5;
}

.card_img {
    position: relative;
    height: 240px;
    overflow: hidden;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

    .card_img .featured {
        position: absolute;
        left: 0;
        top: 20px;
        padding: 6px 15px;
        line-height: 1;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        font-size: 13px;
        color: #fff;
        font-weight: 600;
        background: #ed0925;
        z-index: 1
    }

.proprityTypes .cardImg img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: all .3s ease
}

.proprityTypes {
    position: relative;
    margin-bottom: 20px;
    text-decoration: none !important;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

    .proprityTypes.hts .cardImg img {
        height: 240px
    }

    .proprityTypes:hover .cardImg img {
        transform: scale(1.25)
    }

    .proprityTypes .cardDetails {
        padding: 20px 10px 10px
    }

        .proprityTypes .cardDetails .title {
            color: #000;
            text-shadow: none;
            font-size: 16px;
            margin: 0;
            font-weight: 600;
            margin-bottom: 8px;
            line-height: 1
        }

        .proprityTypes .cardDetails .count {
            font-size: 13px;
            line-height: 20px;
            font-weight: 500;
            color: #616161
        }

a.lastminuteDeals_card:hover .card_img img {
    transform: scale(1.15)
}

.ac_hotelList li.ui-menu-item {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M24 23.5q1.45 0 2.475-1.025Q27.5 21.45 27.5 20q0-1.45-1.025-2.475Q25.45 16.5 24 16.5q-1.45 0-2.475 1.025Q20.5 18.55 20.5 20q0 1.45 1.025 2.475Q22.55 23.5 24 23.5Zm0 16.55q6.65-6.05 9.825-10.975Q37 24.15 37 20.4q0-5.9-3.775-9.65T24 7q-5.45 0-9.225 3.75Q11 14.5 11 20.4q0 3.75 3.25 8.675Q17.5 34 24 40.05ZM24 44q-8.05-6.85-12.025-12.725Q8 25.4 8 20.4q0-7.5 4.825-11.95Q17.65 4 24 4q6.35 0 11.175 4.45Q40 12.9 40 20.4q0 5-3.975 10.875T24 44Zm0-23.6Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 5px 50%;
    padding-left: 30px;
    cursor: pointer;
}

.ac_hotelList .ui-autocomplete {
    padding-left: 0;
}

.ac_hotelList li.ui-menu-item:hover {
    background: #00cde2;
    color: #FFF;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48' fill='%23FFFFFF'%3E%3Cpath d='M24 23.5q1.45 0 2.475-1.025Q27.5 21.45 27.5 20q0-1.45-1.025-2.475Q25.45 16.5 24 16.5q-1.45 0-2.475 1.025Q20.5 18.55 20.5 20q0 1.45 1.025 2.475Q22.55 23.5 24 23.5Zm0 16.55q6.65-6.05 9.825-10.975Q37 24.15 37 20.4q0-5.9-3.775-9.65T24 7q-5.45 0-9.225 3.75Q11 14.5 11 20.4q0 3.75 3.25 8.675Q17.5 34 24 40.05ZM24 44q-8.05-6.85-12.025-12.725Q8 25.4 8 20.4q0-7.5 4.825-11.95Q17.65 4 24 4q6.35 0 11.175 4.45Q40 12.9 40 20.4q0 5-3.975 10.875T24 44Zm0-23.6Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 5px 50%;
    padding-left: 30px;
    cursor: pointer;
}

.star {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFA000' d='M329.6 176H488C498.3 176 507.4 182.5 510.7 192.2C514 201.9 510.8 212.6 502.7 218.9L371.9 320.7L422.9 480.7C426.1 490.7 422.4 501.7 413.7 507.7C405.1 513.7 393.6 513.4 385.3 506.9L256 406.4L126.7 506.9C118.4 513.4 106.9 513.7 98.27 507.7C89.65 501.7 85.94 490.7 89.13 480.7L140.1 320.7L9.267 218.9C1.174 212.6-2.027 201.9 1.3 192.2C4.628 182.5 13.75 176 24 176H182.5L233.1 16.72C236.3 6.764 245.6 0 256 0C266.5 0 275.7 6.764 278.9 16.72L329.6 176z'/%3E%3C/svg%3E")
}

.star_ratings {
    display: inline;
    white-space: nowrap
}

span.reviw_rating:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    top: 4px;
    right: -15px;
    background: #c9c9c9
}

.card_img:after {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 30%
}

a.lastminuteDeals_card .card_img img {
    width: calc(100%);
    height: 240px;
    object-fit: cover;
    transition: all .3s ease
}

.lastminuteDeals_card .card_body {
    padding: 10px 15px 15px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .lastminuteDeals_card .card_body .card_ht_location svg {
        width: 12px;
        height: auto;
        margin-right: 5px;
        color: #5e6d77;
        fill: #5e6d77;
        position: relative;
        top: -3px
    }

    .lastminuteDeals_card .card_body .card_ht_location {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        color: #8592a6;
        font-size: 14px;
        font-weight: 500
    }

    .lastminuteDeals_card .card_body .card_title {
        line-height: 1.5;
        font-size: 14px;
        color: #000000;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 5px
    }

._card_review {
    padding: 15px 0 5px;
    font-size: 13px;
    font-weight: 600
}

span.reviw_rating {
    color: #03045e;
    margin-right: 22px;
    position: relative;
    font-weight: 700
}

span.review_count {
    color: #8592a6
}

.card_ht_price ._from {
    margin-top: 2px;
    font-weight: 400;
    font-size: 12px;
    color: #8592a6
}

.card_ht_price ._price {
    font-size: 14px;
    color: #1a2b48;
    font-weight: 700;
    display: inline-block;
    padding: 0 2px
}

._night_txt {
    margin-top: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #8592a6
}

.tabHotels .nav-pills .nav-link {
    border-radius: 2px !important;
    margin: 0 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 16px;
    margin-right: 16px;
    border: 1px solid #e4e4e4;
    color: #0f294d;
    font-weight: 600;
    background: #fff
}

    .tabHotels .nav-pills .nav-link.active,
    .tabHotels .nav-pills .nav-link.active:hover {
        background: linear-gradient(-180deg,#00cde2,#00cde2);
        border: 1px solid linear-gradient(-180deg,#00cde2,#00cde2);
        color: #fff
    }

.tabHotels .nav-pills {
    justify-content: center
}

    .tabHotels .nav-pills .nav-link:hover {
        color: linear-gradient(-180deg,#00cde2,#00cde2);
        border: 1px solid linear-gradient(-180deg,#00cde2,#00cde2)
    }

.ht_owl.owl-carousel .owl-nav.disabled {
    display: block !important
}

.ht_owl.owl-carousel .owl-nav button {
    border: none !important;
    outline: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #ddd !important;
    border-radius: 50%
}

.owl-carousel.ht_tabHotels {
    position: relative
}

.ht_owl.owl-carousel .owl-nav button svg {
    fill: #02122c;
    color: #02122c;
    width: 16px;
    height: 16px
}

.ht_owl.owl-carousel .owl-nav button.owl-prev {
    left: -50px
}

.ht_owl.owl-carousel .owl-nav button.owl-next {
    right: -50px
}

.ht_owl.owl-carousel .owl-nav button.disabled {
    display: none
}

.owl-dots {
    display: none
}

.showbox {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    background: #dedde8;
}

    .showbox .loaderwrapper {
        background: #FFF;
        padding: 1rem;
        border-radius: 4px;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.31);
    }

        .showbox .loaderwrapper .loaderinner {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .showbox .loaderwrapper .loadertext {
            margin-left: 10px;
            font-weight: 600;
            color: #000;
            display: flex;
            align-items: center;
        }

        .showbox .loaderwrapper .loadersubtext {
            font-size: 13px;
            color: #919191;
            margin-top: 10px;
        }

.navbar-light .navbar-toggler {
    color: #000 !important;
    border-color: transparent !important;
    padding: 0;
}

._childAge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    ._childAge select {
        padding-right: 0 !important;
        border: 1px solid #c7ccd1 !important;
        border-radius: 4px !important;
        font-weight: 600 !important;
        width: 50px;
        margin-right: 10px;
        font-size: 14px !important;
        background: #FFF !important;
        margin-bottom: 10px;
    }

.childAgeBox span {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.childAgeBox {
    margin: 0 -15px 15px;
    padding: 10px 15px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: #f9f9f9;
}

.dllHeading {
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (min-width:1280px) {
    .container {
        min-width: 1260px;
        max-width: 1280px;
    }
}

.header {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    transition: background-color .3s ease-in;
    position: relative;
    z-index: 2;
}

.searchEngineWrapper.hotel .searchBoxWrap {
    background: rgb(3 4 94 / 20%);
}

.searchEngineWrapper {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 520px;
    background: url('../images/bnrimg.jpg');
    background-size: cover;
    background-position: center 60%;
    background-repeat: no-repeat;
    background-color: rgb(0 0 0 / 20%);
    background-blend-mode: color;
    justify-content: center;
}

    .searchEngineWrapper.hotel {
        background: url('/images/bg-image-hotel.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-color: rgb(0 0 0 / 40%);
        background-size: cover;
    }

ul.searchEngine_Flight {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px;
    background: rgba(255,255,255,.8);
    border-radius: 2px;
}

    ul.searchEngine_Flight li {
        display: flex;
        align-items: center;
        background: #FFF;
        border-radius: 2px;
        margin: 0 2px;
        height: 60px;
        position: relative;
    }

        ul.searchEngine_Flight li .form-control {
            background: transparent;
            border: none;
            height: 60px;
            border-radius: 50px;
            font-weight: 500;
            font-size: 15px;
            padding: .375rem .75rem .375rem .35rem;
        }

            ul.searchEngine_Flight li .form-control::-webkit-input-placeholder { /* Edge */
                font-weight: 500;
            }

            ul.searchEngine_Flight li .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
                font-weight: 500;
            }

            ul.searchEngine_Flight li .form-control::placeholder {
                font-weight: 500;
            }

        ul.searchEngine_Flight li.calander_oneway {
            width: calc(30%);
            flex-shrink: 0;
            flex-grow: 0;
        }

.calander_oneway:not(.active), .calander_Round:not(.active) {
    display: none !important;
}

ul.searchEngine_Flight li.txtSearchAirport {
    width: calc(20%);
    flex-shrink: 0;
    flex-grow: 0;
}

ul.searchEngine_Flight li .search_icon {
    width: 36px;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.searchEngine_Flight li.txtSearchAirport:not(._hotel) .search_icon {
    transform: rotate(90deg);
}

ul.searchEngine_Flight .txtSearchAirport._hotel {
    width: calc(45%);
}

ul.searchEngine_Flight li.btn_swap button, ul.searchEngine_Flight li.btn_swap button:focus {
    height: 50px;
    background: #FFF;
    border: none;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none !important;
    cursor: pointer;
}

ul.searchEngine_Flight li.calander_Round {
    width: calc(15% - 2px);
    flex-shrink: 0;
    flex-grow: 0;
}

ul.searchEngine_Flight li.txt_paxDropdown {
    width: calc(20%);
    flex-shrink: 0;
    flex-grow: 0;
}

ul.searchEngine_Flight li.txtSearchButton {
    width: 50px;
    justify-content: center;
    background: linear-gradient(-180deg,#00cde2,#00cde2);
    color: #FFF;
}

    ul.searchEngine_Flight li.txtSearchButton button {
        width: 50px;
        height: 50px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

.txtSearchButton button span {
    display: none;
}

.txtSearchButton .btn-search svg {
    fill: #FFF;
}

ul.tripType {
    padding: 0;
    margin: 0 0 10px;
    display: flex;
}

    ul.tripType li {
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

        ul.tripType li input[type='radio'] {
            position: relative;
        }

            ul.tripType li input[type='radio'] + label {
                display: block;
                padding: 12px 15px;
                line-height: 1;
                border-radius: 2px;
                font-weight: 500;
                cursor: pointer;
                color: #FFF;
                font-size: 14px;
            }

            ul.tripType li input[type='radio']:checked + label {
                color: #FFF;
            }

.account-buttons .btn {
    min-width: 80px;
    font-weight: 600;
    border-width: 2px;
    font-size: 14px;
}

.btn-outline-primary, .btn-outline-primary:visited, .btn-outline-primary:focus {
    background: transparent !important;
    border-color: transparent !important;
    color: #03045e !important;
}

.btn-primary {
    background: #03045e;
    border-color: #03045e;
    min-width: 150px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
    padding: 0 15px;
    font-size: 14px;
}

    .navbar-light .navbar-nav .nav-link svg {
        fill: #000;
    }

.btn {
    border-radius: 2px;
}

h1.heroHeading {
    margin-bottom: 10px;
    font-weight: 600;
    color: #FFF;
    text-shadow: 0 2px 4px rgb(24 24 24 / 60%);
    font-size: 40px;
}

.main {
    padding: 60px 0;
}

.row[data-gutter="15"] > [class^=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.whyUSCard {
    padding: 1rem;
    background: #FFF;
    box-shadow: 0px 3px 30px 0px rgb(16 23 46 / 10%);
    border-radius: 10px;
    border: 1px solid #d9dde8;
    height: calc(100%);
}

    .whyUSCard .w_icon svg {
        height: 40px;
    }

    .whyUSCard ._title {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 9px;
    }

    .whyUSCard ._txtDesc {
        font-size: 14px;
        color: #616161;
    }

.discover_row .col-dest {
    width: calc(25% - 15px);
    flex-shrink: 0
}

.discover_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

a.top-dest img {
    width: calc(100%);
    transition: all .3s ease
}

a.top-dest {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%), 0 2px 2px rgb(0 0 0 / 5%), 0 4px 4px rgb(0 0 0 / 5%), 0 6px 8px rgb(0 0 0 / 5%), 0 8px 16px rgb(0 0 0 / 5%)
}

h4.title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 20%);
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    padding: 15px 15px;
    margin: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

a.top-dest:hover img {
    transform: scale(1.15);
}

a.top-dest .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 20%);
}

._destPage h4.title {
    text-align: left; /* background: hsla(0,0%,100%,.8); */
    top: initial !important;
    bottom: 11px;
    transform: none;
    right: initial;
    left: 10px;
    max-width: 70%;
    padding: 10px 15px; /* color: #000; */
    font-size: 25px;
    display: inline-block;
    width: fit-content;
    min-width: 120px;
    text-shadow: 1px 2px 6px rgb(0 0 0 / 60%);
    -webkit-text-shadow: 1px 2px 6px rgb(0, 0, 0, 0.6);
    font-weight: 700;
    line-height: 1.15;
    z-index: 2;
}

._destPage a.top-dest .overlay, ._destPage a.top-dest:hover .overlay {
    background-image: linear-gradient(transparent, rgb(0 0 0 / 90%)) !important;
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    transition: all 0.3s linear;
    z-index: 1;
}



._destPage h4.title small {
    font-size: 12px;
    font-weight: 400;
}

._destPage a.top-dest img {
    height: 350px;
    object-fit: cover;
}

h2.divheading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px !important;
    color: #000;
}

.navbar-brand {
    font-weight: 700;
}

.heroBox p {
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
}

.heroBox {
    margin-bottom: 40px;
}

ul.tripType li .md-radio label:before {
    border-color: #FFF !important;
    border: 1px solid #ffffff !important;
}

ul.tripType li .md-radio label:after {
    background: #FFF !important;
}

ul.tripType li label span {
    position: relative;
    top: -9px;
    left: 12px;
}

.searchEngine_Nav {
    display: flex;
    align-items: center;
}

    .searchEngine_Nav a {
        display: flex;
        width: 100px;
        padding: 10px 15px;
        background: #FFF;
        margin-right: 10px;
        text-align: center;
        color: #000;
        font-weight: 600;
        font-size: 14px;
        border-radius: 2px;
        text-decoration: none;
        align-items: center;
        width: 120px;
        justify-content: center;
    }

        .searchEngine_Nav a svg._flightIcon {
            transform: rotate(90deg);
        }

        .searchEngine_Nav a.active {
            background: linear-gradient(-180deg,#00cde2,#00cde2);
            color: #FFF;
        }

            .searchEngine_Nav a.active svg {
                fill: #FFF;
            }

        .searchEngine_Nav a svg {
            margin-right: 5px;
            fill: #000;
        }

.searchEngine_Nav {
    margin-bottom: 10px;
}

h2.divheading.mb-1 {
    margin-bottom: 10px !important;
}

.seoFlightLinks {
    display: flex;
    flex-wrap: wrap;
}

    .seoFlightLinks a {
        width: calc(25% - 20px);
        display: block;
        padding: 15px 10px;
        color: #000;
        font-weight: 500;
        font-size: 15px;
        box-shadow: 0 4px 24px 0 rgb(0 0 0 / 10%);
        border-radius: 2px;
        margin: 10px;
        background: #f9f9f9;
        text-decoration: none;
    }

.featuredflightblock {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #d4d4d4;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(144,144,144,.15)
}

    .featuredflightblock ._flttop ._left {
        color: #000;
        font-weight: 500;
        font-size: 16px
    }

        .featuredflightblock ._flttop ._left span {
            display: block
        }

            .featuredflightblock ._flttop ._left span.from {
                color: #f00f0e
            }

.fltbottominfo {
    color: #878787;
    border-top: 1px solid #e6e6e6;
    padding-top: 5px;
    margin-top: 5px;
    font-size: 14px;
}

.fltpriceblock {
    text-align: center;
    padding: 0 8px 0 16px;
    position: relative;
    border-left: 1px dashed #d0d0d0
}

    .fltpriceblock .fltprice {
        color: #000;
        font-weight: 600;
        font-size: 16px
    }

.flttriptype {
    color: #878787;
    font-size: 13px;
    margin: 3px 0
}

.fltpriceblock .fltbook {
    color: #000;
    font-weight: 600;
    text-decoration: none
}

.featuredflightdeals {
    padding: 30px 45px
}

.featuredflightblock:before {
    content: "";
    width: 26px;
    height: 14px;
    background-color: #ffffff;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
    position: absolute;
    top: -2px;
    right: 28%
}

.featuredflightblock:after {
    content: "";
    width: 26px;
    height: 14px;
    background-color: #ffffff;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
    position: absolute;
    bottom: -1px;
    right: 28%
}

.fltfromto ._flttop {
    display: flex;
    justify-content: space-between
}

    .fltfromto ._flttop ._right img {
        width: auto;
        height: 38px;
        object-fit: scale-down
    }

.featuredflightdeals .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff !important;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d4d4d4 !important;
    outline: 0;
    box-shadow: none
}

    .featuredflightdeals .owl-nav button svg {
        fill: #616161
    }

    .featuredflightdeals .owl-nav button.owl-prev {
        left: -62px
    }

        .featuredflightdeals .owl-nav button.owl-prev svg {
            position: relative;
            left: 4px
        }

    .featuredflightdeals .owl-nav button.owl-next {
        right: -62px
    }

.featuredflightdeals .owl-nav {
    display: block !important
}

.dropdown-menu.flightPaxDropDown {
    width: calc(100% + 54px);
    border-radius: 0;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    transform: translate3d(5px, 35px, 0px) !important;
    top: 25px !important;
    left: -4px !important;
}

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

    ul.selectFlightClass li {
        display: block;
        position: relative;
        height: auto;
    }

        ul.selectFlightClass li input[type=radio] {
            position: absolute;
            opacity: 0;
        }

            ul.selectFlightClass li input[type=radio] + label {
                display: flex;
                padding: 5px 15px;
                margin: 0;
                cursor: pointer;
                font-weight: 500;
                font-size: 15px;
                color: #616161
            }

                ul.selectFlightClass li input[type=radio] + label svg {
                    opacity: 0;
                    margin-right: 5px;
                }

                ul.selectFlightClass li input[type=radio]:checked + label svg, ul.selectFlightClass li input[type=radio] + label:hover svg {
                    opacity: 1 !important
                }

            ul.selectFlightClass li input[type=radio]:checked + label {
                color: #000;
                font-weight: 600;
            }

.ddl_pax_Wrapper {
    padding: 10px 15px;
}

.ddlBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

    .ddlBox .ddlSpinner {
        display: flex;
        align-items: center;
    }

        .ddlBox .ddlSpinner input, .ddlBox .ddlSpinner button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
        }

        .ddlBox .ddlSpinner button {
            font-weight: 600;
            background: #03045e;
            color: #FFF;
            border: 1px solid #03045e;
            cursor: pointer;
        }

    .ddlBox .paxTitle span {
        display: block;
        line-height: 1;
        font-weight: 600;
        font-size: 15px;
    }

    .ddlBox .paxTitle small {
        display: block;
        line-height: 1;
    }

    .ddlBox .ddlSpinner input {
        border-radius: 0;
        border: 1px solid #000;
        border-left: none;
        border-right: none;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }

.bottomSVG {
    position: absolute;
    bottom: -1px;
    width: 700rem;
    margin-left: 50%;
    transform: translateX(-50%);
    fill: #fff;
    left: 0;
    right: 0;
    text-align: center;
}

    .bottomSVG svg {
        height: 1.5rem;
        fill: #FFF;
        display: block;
        margin: 0 auto;
        width: calc(100%);
    }

.footer {
    background: #03045e;
    color: #fff;
    padding: 80px 0 20px !important;
    position: relative;
}

ul.footerlinks li a svg {
    color: #fff;
    fill: #fff;
    width: 24px;
    height: 24px
}

.footerHeading {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: .75px
}

ul.footerlinks {
    padding: 0
}

    ul.footerlinks li {
        display: block
    }

        ul.footerlinks li a {
            font-size: 13px;
            display: block;
            padding: 5px 0;
            color: #fcfcfc;
            font-weight: 400;
            text-decoration: none
        }

            ul.footerlinks li a:hover {
                color: #e9ebee
            }

        ul.footerlinks li .bold-text {
            font-size: 15px;
            font-weight: 500;
            color: #fff
        }

.social-icons {
    display: flex;
    align-items: center
}

    .social-icons a {
        margin-right: 20px;
        margin-top: 5px
    }

ul.footerlinks li .bold-text + a {
    font-size: 16px;
    font-weight: 600;
    color: #00cde2
}


.subcribe-box {
    background-color: rgb(2 18 44);
    color: rgb(255 255 255);
    padding: 50px 0
}

.subcribe-form {
    display: flex;
    align-items: center;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    transition: box-shadow .3s ease-in-out;
    padding: 5px;
    background: #fff;
    border-radius: 2px;
    margin-top: 20px
}

    .subcribe-form .form-control {
        height: 50px;
        border-radius: 2px;
        border: none;
        font-weight: 600;
        font-size: 15px;
    }

    .subcribe-form .btn.subcribe-btn {
        background: #00cde2;
        height: 50px;
        border-radius: 2px;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        width: 180px
    }

.subcribe-heading span {
    display: block
}

.subcribe-heading .main-txt {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.subcribe-heading .sub-txt {
    font-size: 14px;
    color: #e7e7e7;
    font-weight: 400
}

.subcribe-box .row {
    align-items: center
}

.modal-open {
    padding-right: 0 !important;
}

.register__inner-container ._header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 3px
}

    .register__inner-container ._header ._title {
        font-size: 18px;
        font-weight: 600;
        padding: 0 0 6px;
    }

    .register__inner-container ._header .close {
        color: #666 !important;
        opacity: 1 !important;
        font-size: 16px;
        font-weight: 400
    }

.loginmodal .modal-content {
    border-radius: 0
}

.loginmodal .modal-dialog {
    max-width: 360px
}

.register__inner-box .form-control {
    border-radius: 3;
    border: 1px solid #ccc !important;
    font-weight: 400;
    color: #000 !important;
    height: 40px;
    font-size: 14px;
    margin-top: 17px;
}


.error
{
    display:none;
}

.register__inner-box .form-group {
    margin-bottom: 0
}

a.register__form-forgot-password {
    color: #007bff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    margin-top: 15px;
    display: block
}

.register__inner-container {
    font-family: "Arial Regular",sans-serif
}

.btn.btn_form_action {
    width: calc(100%);
    background: #00cde2;
    color: #fff;
    margin: 15px auto 10px;
    font-size: 16px;
    padding: 10px;
    letter-spacing: 1px;
}

.dont_haveaccount {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    text-decoration: none !important
}

    .dont_haveaccount a {
        color: #000000 !important;
        font-weight: 600;
        letter-spacing: .5px;
        text-decoration: none
    }

.ac_results {
    position: absolute;
    background: #FFF;
    top: 70px;
    padding: 0;
    width: calc(100%);
    box-shadow: 0px 3px 30px 0px rgb(16 23 46 / 10%);
    z-index: 2;
    max-height: 300px;
    overflow-y: scroll;
}

    .ac_results::-webkit-scrollbar {
        display: none;
    }

    .ac_results li {
        padding: 10px;
        display: flex !important;
        justify-content: space-between;
        height: initial !important;
    }


        .ac_results li:not(:last-child) {
            border-bottom: 1px solid #DDD;
        }

        .ac_results li p {
            margin: 0;
        }

p.ac_cityname {
    font-weight: 600;
    font-size: 14px;
}

p.ac_airportname {
    font-size: 12px;
}

.ac_country {
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: end;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .container {
        max-width: calc(100% - 20px) !important;
    }
}

@media screen and (max-width:992px) {
    ul.searchEngine_Flight {
        flex-wrap: wrap;
        justify-content: space-between;
    }

        ul.searchEngine_Flight li.txtSearchAirport {
            width: calc(50% - 32px);
            flex-shrink: 0;
        }

        ul.searchEngine_Flight .txtSearchAirport._hotel {
            width: calc(100% - 5px);
        }

        ul.searchEngine_Flight li.calander_Round {
            width: calc(50% - 4px);
        }

        ul.searchEngine_Flight li.txt_paxDropdown {
            width: calc(100%);
        }

        ul.searchEngine_Flight li.txtSearchButton {
            width: calc(100%);
        }

            ul.searchEngine_Flight li.txtSearchButton span {
                display: block;
                flex-grow: 0;
                color: #FFF;
                font-weight: 500;
            }

            ul.searchEngine_Flight li.txtSearchButton svg {
                width: 24px !important;
            }

        ul.searchEngine_Flight li:not(:last-child) {
            margin-bottom: 10px;
        }

    .whyUSCard {
        margin-bottom: 15px;
        height: calc(100% - 15px) !important;
    }
}

.searchBoxWrap {
    height: 100%;
    width: 100%;
    background: rgb(3 4 94 / 20%);
    padding: 100px 0 120px;
}

.modifySearch {
    padding: 10px 0 20px;
    /*background: #03045e;*/
    background-image: url('../images/inner-banner.jpg');
}

.call-us {
    display: flex;
    align-items: center;
}

    .call-us .call-icon {
        margin: 0 15px;
    }

        .call-us .call-icon svg {
            transform: scale(1.5);
        }

    .call-us .callTxtSML {
        font-size: 12px;
        font-weight: 400;
        color: rgb(119, 119, 119);
        line-height: 1;
    }

    .call-us .calltxt {
        text-align: right;
    }

        .call-us .calltxt .callNumber {
            font-size: 18px;
            font-weight: 700;
            line-height: 1;
            margin-top: 5px;
        }

ul.navbar-nav {
    display: flex;
    align-items: center;
}

a.lastminuteDeals_card {
    text-decoration: none;
}

.modifySearch._hotel {
    padding: 20px 0;
}

@media screen and (max-width:720px) {
    .container {
        max-width: calc(100% - 20px);
    }

    .seoFlightLinks a {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:480px) {
    ul.searchEngine_Flight li.txtSearchAirport {
        width: calc(100%);
    }

    ul.searchEngine_Flight li.btn_swap {
        display: none !important;
    }

    .top-destinations .touchScroll .col-6 {
        width: calc(50vw) !important;
        flex: 0 0 calc(50vw) !important;
        padding: 0 10px;
        flex-shrink: 0 !important;
    }

    .top-destinations .touchScroll .row {
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
    }

    .searchBoxWrap {
        padding: 30px 0 60px;
    }

    h1.heroHeading {
        font-size: 20px;
    }

    .heroBox p {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .heroBox {
        margin-bottom: 20px;
    }

    ul.navbar-nav li {
        padding: 20px 0;
        justify-content: flex-start;
        width: 100%;
    }
}

.loadertext._hotel svg {
    transform: none !important;
}

@media screen and (max-width:420px) {
    .top-destinations .touchScroll .col-6 {
        width: calc(100vw - 90px) !important;
        flex: 0 0 calc(100vw - 90px) !important;
        max-width: initial;
    }

    .featuredflightdeals {
        padding: 30px 0;
    }

        .featuredflightdeals .owl-nav button.owl-next {
            right: -20px;
            transform: scale(0.5) translateY(-50%);
            top: 40%;
        }

        .featuredflightdeals .owl-nav button.owl-prev {
            left: -20px;
            transform: scale(0.5) translateY(-50%);
            top: 40%;
        }

    .seoFlightLinks a {
        border: none;
        box-shadow: none;
        background: transparent;
        font-size: 12px;
        padding: 0 5px 0 0;
        margin: 5px 0;
        width: calc(50%);
    }

    h2.divheading {
        font-size: 20px;
    }

        h2.divheading + p {
            font-size: 14px;
        }
         
}

 


.childpax select {
    padding-right: 0 !important;
    border: 1px solid #c7ccd1;
    border-radius: 4px !important;
    width: 65px;
    margin: 10px 10px 0 0
}

.childpax {
    display: flex;
}


.float-container {
    /* border: 0px solid #8f3737; */
    /* padding: 0px; */
}

.float-child {
    width: 50%;
    float: left;
    padding: 0px;
}

    .float-child.blue {
        margin-right: 20px;
    }
