﻿
@font-face {
    font-family: 'larkenblack';
    src: url('../fonts/ellenluff_-_larken_black.ttf') format('truetype'), url('../fonts/ellenluff_-_larken_black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'larkenbold';
    src: url('../fonts/ellenluff_-_larken_bold.ttf') format('truetype'), url('../fonts/ellenluff_-_larken_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'larkenextrabold';
    src: url('../fonts/ellenluff_-_larken_extrabold.ttf') format('truetype'), url('../fonts/ellenluff_-_larken_extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'larkenitalic';
    src: url('../fonts/ellenluff_-_larken_italic.ttf') format('truetype'), url('../fonts/ellenluff_-_larken_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'larkenlight';
    src: url('../fonts/ellenluff_-_larken_light.ttf') format('truetype'), url('../fonts/ellenluff_-_larken_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'larkenmedium';
    src: url('../fonts/ellenluff_-_larken_medium.ttf') format('truetype'), url('../fonts/ellenluff_-_larken_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'larkenregular';
    src: url('../fonts/ellenluff_-_larken_regular.ttf') format('truetype'), url('../fonts/ellenluff_-_larken_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'larkenthin';
    src: url('../fonts/ellenluff_-_larken_thin.ttf') format('truetype'), url('../fonts/ellenluff_-_larken_thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'larken_variableregular';
    src: url('../fonts/ellenluff_-_larken_variable.ttf') format('truetype'), url('../fonts/ellenluff_-_larken_variable.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Johnston ITC Pro';
    src: url('../fonts/JohnstonITCPro-Light.ttf') format('truetype'), url('../fonts/JohnstonITCPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Johnston ITC Pro';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/JohnstonITCPro-Bold.ttf') format('truetype');
    src: url('../fonts/JohnstonITCPro-Bold.woff') format('woff');
}


:root {
    --theme-primary: #c4a675;
    --theme-light: #f3ede3;
    --theme-dark-blue: #002d35;
    --theme-red: #ff312b;
    --white: #ffffff;
    --black: #000000;
}

body {
    font-family: 'Johnston ITC Pro';
    font-size: 12px;
    box-sizing: border-box;
    background: var(--light-bg);
    padding-top: 65px;
}

    body.indexbody {
        padding-top: 0px;
        padding-right: 0px !important;
    }

::-webkit-scrollbar {
    width: 10px;
}

.tt-dropdown-menu {
    background: #fff;
    border-radius: 20px;
    width: 100%;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

ul.country-list::-webkit-scrollbar-track {
    margin: 20px 0;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #a1a1a1;
}

h1 {
    font-family: 'Johnston ITC Pro';
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}

.f-66 {
    font-family: 'larkenbold';
    font-weight: bold;
    font-style: normal;
}

p {
    font-family: 'Johnston ITC Pro';
    color: rgba(0,0,0,.95) !important;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
}

.menu-wrap, .menu-wrap {
    transition: all .15s linear;
}

.f-36 {
    font-size: 36px;
}

.f-30 {
    font-size: 30px;
}

.f-21 {
    font-size: 21px;
}

.f-24 {
    font-size: 24px;
}

.f-20 {
    font-size: 20px;
}

.f-25 {
    font-size: 25px;
}

.f-27 {
    font-size: 27px;
}

.f-29 {
    font-size: 29px;
}

.f-18 {
    font-size: 18px;
}

.f-17 {
    font-size: 17px;
}

.f-16 {
    font-size: 16px;
}

.f-15 {
    font-size: 15px;
}

.f-14 {
    font-size: 14px;
}

.f-12 {
    font-size: 12px;
}

.f-10 {
    font-size: 10px;
}

.f-66 {
    font-size: 66px;
}

.f-45 {
    font-size: 45px;
}

.f-40 {
    font-size: 40px;
}

.f-50 {
    font-size: 50px;
}

.f-100 {
    font-size: 100px;
}

.pt-46 {
    font-size: 46px;
}

.pt-30 {
    font-size: 30px;
}

.pt-25 {
    font-size: 25px;
}

.pt-18 {
    font-size: 18px;
}

.pt-14 {
    font-size: 14px;
}

.larkenbold {
    font-family: 'larkenbold';
}

.larkenmedium {
    font-family: 'larkenmedium';
}

.larkenregular {
    font-family: 'larkenregular';
}

.line-height-32pt {
    line-height: 32px;
}

.extracosttrain {
    line-height: 46px;
    margin-top: 36px;
}

.mx-1024 {
    max-width: 1024px;
}

.mx-880 {
    max-width: 890px;
}

.mx-768 {
    max-width: 768px;
}

.header {
    background-color: var(--theme-primary);
    padding: 0px 0;
    display: flex;
    vertical-align: middle;
    align-items: center;
    height: auto;
    min-height: 65px;
    z-index: 20;
    transition: all .3s linear;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}


.common-section-top {
    padding-top: 100px;
}

.header .header-top {
    padding: 0;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.header-top .nav-item a {
    color: var(--white);
    font-size: 14px;
    font-family: 'Johnston ITC Pro';
    font-weight: bold;
    padding: 22px 10px;
    padding-right: 30px !IMPORTANT;
}

.larkenregular {
    font-family: 'larkenregular';
    font-weight: normal;
}

.header-top .navbar-brand img {
    height: 24px;
}

.container-fluid.fluid-sliver {
    max-width: 1600px;
}



.header-top .rightnavbar li a img {
    height: 21px;
    padding: 0px;
    width: auto;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.common-section {
    padding: 90px 0;
}

.sw-theme-default .common-section {
    padding-top: 0px;
    margin-top: 90px;
}


.header-top .rightnavbar li a {
    padding-right: 0 !important;
    padding-left: 30px !important;
}

.johnstonbold {
    font-family: 'Johnston ITC Pro';
    font-weight: bold;
}

.bg-dark-blue {
    background-color: var(--theme-dark-blue);
}

.bg-light {
    background-color: var(--theme-light) !important;
}

.bg-white {
    background: var(--white);
}

.text-white {
    color: var(--white);
}

.footer-heading {
    font-family: 'larkenregular';
    margin-bottom: 32px;
}

footer .footer-links li a, footer .adderss p, footer .footer-content p {
    font-size: 18px;
    line-height: 28px;
}

.btn-theme-primary {
    background-color: var(--theme-red);
    min-width: 162px;
    color: #ffffff !important;
    border-radius: 50px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding-top: 9px;
    padding-top: 16px;
    font-weight: bold;
    font-size: 18px;
    padding-right: 45px;
    padding-bottom: 16px;
    padding-left: 45px;
    font-family: 'Johnston ITC Pro';
}

    .btn-theme-primary.btn-theme-success {
        padding-top: 8px;
        padding-bottom: 8px;
        background: #41ad49;
    }

        .btn-theme-primary.btn-theme-success:hover, .btn-theme-primary.btn-theme-success:focus {
            border-color: #41ad49;
            background: #ffffff !important;
            color: #41ad49 !important;
        }

.bookbtncntrl {
    margin-bottom: 125px;
}

.arrowremove:before {
    display: none;
}

.btn-theme-primary:focus {
    outline: 0;
    box-shadow: none;
}

#selectdatestab .sw-btn-next, .easy-steps-vacation .toolbar-bottom .btn, #aboutyou .sw-btn-next {
    border: 1px solid var(--theme-red) !important;
}

    .btn-theme-primary:hover, #selectdatestab .sw-btn-next:hover, #aboutyou .sw-btn-next:hover, .easy-steps-vacation .toolbar-bottom .btn:hover, .swal2-styled.swal2-confirm:hover {
        border: 1px solid var(--theme-red);
        background: var(--white);
        color: var(--theme-red) !important;
    }

.main-banner-section {
    position: relative;
    height: calc(80vh - 30px);
}

    .main-banner-section .banner-images-wrap {
        position: relative;
        height: 80vh !important;
        height: calc(80vh - 65px) !important;
    }

.planetripcontaint p {
    margin-bottom: 36px;
}

.planetripcontaint:last-child {
    margin-bottom: 0;
}

.main-banner-section .banner-images-wrap img.banner-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 100%;
}

.main-banner-section .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-60%);
    right: 0;
}

    .main-banner-section .banner-content h2 {
        font-size: 110px;
        line-height: 110px;
    }

        .main-banner-section .banner-content h2.pt-130 {
            font-size: 130px;
            line-height: 130px;
        }

.easy-steps-vacation {
    /* margin-top: -58px;*/
    padding-bottom: 30px;
    padding-top: 100px;
    min-height: 100vh;
}

    .easy-steps-vacation .toolbar-bottom .btn {
        min-width: 162px !important;
    }

.startnowvacationsec .section-heading {
    margin-bottom: 36px;
}

.easy-steps-vacation .sw-theme-default {
    border: none;
}

.startnowvacationsec .addextrabtn {
    margin-top: 66px;
}

.easy-steps-vacation .nav .nav-link,
.easy-steps-vacation .nav .nav-link.done,
.easy-steps-vacation .nav .nav-link.inactive {
    color: var(--white) !important;
    border: none;
}

.easy-steps-vacation .nav > li {
    flex-grow: 1;
    text-align: center;
}

.easy-steps-vacation .nav .nav-link {
    font-size: 13px;
    display: block;
    font-weight: bold;
    position: relative;
    height: 100%;
    min-height: 100%;
    padding: 0px;
    transition: none !important;
}

.sw-btn-group-extra {
    float: none;
    display: block;
    margin: 0 auto !important;
    text-align: center !important;
}

.sw-btn-prev + .sw-btn-group-extra {
    display: none;
}

.easy-steps-vacation .sw-btn-prev {
    float: left;
}

.easy-steps-vacation .section-heading {
    margin-bottom: 36px;
}

.easy-steps-vacation .section-heading {
    margin-bottom: 36px;
}

.easy-steps-vacation .toolbar-bottom .btn, .swal2-styled.swal2-confirm {
    background-color: var(--theme-red);
    min-width: 162px;
    color: #ffffff !important;
    border-radius: 50px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding-top: 9px;
    padding-top: 16px;
    font-size: 18px;
    font-weight: bold;
    padding-right: 45px;
    padding-bottom: 16px;
    border: none;
    padding-left: 45px;
    font-family: 'Johnston ITC Pro';
}

.swal2-styled.swal2-confirm {
    border: 1px solid var(--theme-red);
}

.easy-steps-vacation .toolbar-bottom .btn:focus {
    box-shadow: none;
}

.easy-steps-vacation .nav .nav-link.active span {
    color: var(--white) !important;
    background-color: #c4a675;
    border-radius: 30px;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 5;
    white-space: normal;
}

.easy-steps-vacation .nav .nav-link.done {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

a.nav-link.aboutyousectab.inactive.done:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

a.nav-link.aboutyousectab.inactive.active:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.easy-steps-vacation .nav .nav-link.done::after,
.easy-steps-vacation .nav li:first-child .nav-link.done.active::after {
    content: '';
    position: absolute;
    background: #4d4d4d !important;
    left: 0px;
    top: 0;
    height: 100% !important;
    z-index: 0;
}

.easy-steps-vacation .nav li:first-child .nav-link.done::after {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.easy-steps-vacation .nav li:last-child .nav-link.done::after {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    width: 100% !important;
}

.easy-steps-vacation .nav li:last-child .nav-link.active::after {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.easy-steps-vacation .nav .nav-link span {
    z-index: 1;
    position: relative;
    padding: 13px 0;
    display: inline-block;
    vertical-align: middle;
}

.easy-steps-vacation .nav li:last-child .nav-link.active:after {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    display: none;
}

.easy-steps-vacation .nav li:last-child .nav-link.active {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.easy-steps-vacation .nav li:first-child .nav-link.active:after {
    margin-left: 0;
    margin-right: 0;
}

.easy-steps-vacation .nav li:last-child .nav-link.active {
    margin-right: 0;
}

.easy-steps-vacation .nav .nav-link.done::after,
.easy-steps-vacation .nav .nav-link.active::after {
    height: 0;
    background: #fff;
}

.easy-steps-vacation ul.nav {
    background-color: #999999;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.1) !important;
    position: relative;
    min-height: 45px;
}

.easy-steps-vacation .sw .toolbar {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear;
    padding: 0;
    position: sticky;
    top: 0;
    bottom: 0;
    z-index: 5;
}

    .easy-steps-vacation .sw .toolbar .btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.easy-steps-vacation.stickybtns .sw .toolbar {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

    .easy-steps-vacation.stickybtns .sw .toolbar .btn {
        pointer-events: initial;
    }

.easy-steps-vacation .tab-content,
.easy-steps-vacation .toolbar {
    display: none;
}

.easy-steps-vacation .tab-content {
    width: 100%;
    height: 100% !important;
}

.mycalwrap {
    min-height: 500px;
    width: 100%;
    position: relative;
}

    .mycalwrap .date-picker-wrapper {
        border: none;
        background: #fff;
        width: 100%;
        padding: 0;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }

    .mycalwrap .month-wrapper {
        width: 100% !important;
        border: none;
        padding: 0;
        background-color: transparent;
    }

    .mycalwrap .month-name {
        font-size: 14px !important;
        font-weight: bold;
        color: #000;
        font-family: 'Johnston ITC Pro';
        letter-spacing: 0.32px;
        margin-bottom: 36px;
    }

    .mycalwrap .date-picker-wrapper .month-wrapper table .week-name {
        text-transform: capitalize;
        font-size: 18px;
        font-family: 'Johnston ITC Pro';
        font-weight: bold;
        color: #000;
    }

    .mycalwrap .date-picker-wrapper .month-wrapper table .week-name {
        height: 70px;
    }

    .mycalwrap .month1, .mycalwrap .month2 {
        width: 50% !important;
        border-collapse: separate;
        padding: 60px 60px;
    }

    .mycalwrap .month1 {
        padding-right: 30px;
    }

    .mycalwrap .month2 {
        padding-left: 30px;
    }

tbody tr {
    height: 40px;
}

.date-picker-wrapper .month-wrapper table .day {
    font-size: 14px;
    font-family: 'Johnston ITC Pro';
    font-weight: bold;
}

.date-picker-wrapper table .caption > th:first-of-type,
.date-picker-wrapper table .caption > th:last-of-type {
    position: relative;
}

.mycalwrap .date-picker-wrapper .drp_top-bar {
    padding: 0;
}

.mycalwrap .default-top {
    background: #002d35;
    height: 46px;
    display: flex !important;
    vertical-align: middle;
    align-items: center;
    padding: 0 30px;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.32px;
    border-radius: 30px;
    margin-top: -20px;
    color: var(--white);
    text-transform: none;
}

.mycalwrap .date-picker-wrapper .first-date-selected {
    /*border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;*/
    border-radius: 30px;
}

.mycalwrap .date-picker-wrapper .last-date-selected {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.gap {
    height: 0 !important;
    visibility: hidden !important;
}

span.journeyday {
    width: 64px !important;
    padding-right: 0 !important;
}

.month2 .prev {
    opacity: 0;
}

.hotelDesc {
    max-height: 13.5em;
    overflow: hidden;
    padding-bottom: 60px;
}

a.nav-link:focus-visible, .nav-item:focus-visible {
    outline: 0;
}

a.nav-link:focus, .nav-item:focus, a.nav-link:-webkit-direct-focus, .nav-item:-webkit-direct-focus {
    outline: 0;
}

.month1 .next {
    opacity: 0;
    visibility: hidden;
}

.mycalwrap .date-picker-wrapper .first-date-selected, .mycalwrap .date-picker-wrapper .last-date-selected,
.mycalwrap .date-picker-wrapper .month-wrapper table .day.checked {
    background-color: var(--theme-primary) !important;
    color: var(--black) !important;
    font-weight: bold;
    line-height: 50px;
}

.mycalwrap .date-picker-wrapper table .caption .next, .mycalwrap .date-picker-wrapper table .caption .prev {
    font-size: 0;
    background: url(../images/angle-left.svg) transparent;
    background-repeat: no-repeat;
    box-shadow: none;
    height: 24px;
    width: 45px;
    font-size: 0;
    position: absolute;
    outline: 0;
    left: 0px;
    border: none;
    top: 8px;
}

#addnightstab .addnightpack .journeydate {
    width: 136px;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
}

.mycalwrap .date-picker-wrapper table .caption .next {
    background: url(../images/angle-right.svg) transparent;
    right: 0px;
    background-repeat: no-repeat;
    left: auto
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: transparent;
}

.mycalwrap .date-picker-wrapper .month-wrapper table td {
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
    padding: 0 !important;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.mycalwrap .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: var(--theme-light);
    line-height: 40px;
}

.mycalwrap .date-picker-wrapper .drp_top-bar.normal .normal-top {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 15px;
}

.mycalwrap td:first-child .day.toMonth.valid.tmp.checked {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.mycalwrap td:last-child .day.toMonth.valid.tmp.checked {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    padding: 0px;
}

.easy-steps-vacation .btn.disabled {
    display: none;
}

.carousel-img-sec {
    background-color: #fff;
}

.mycalwrap .date-picker-wrapper b,
.mycalwrap .date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
    color: #fff;
}

.addnights-accordion .card {
    border: none;
    margin-bottom: 20px;
    background: transparent;
}
#reviewtriptab .btn-theme-primary.btn-theme-success{
    padding-top:0;
    padding-bottom:0;
    height:46px;
    min-width:300px!important;
    position:relative;
}
    #reviewtriptab .btn-theme-primary.btn-theme-success .bookvacationbtn {
        position:absolute;
        top:50%;
        bottom:0;
        right:0;
        left:0;
        transform:translateY(-50%);
    }
    @media(min-width:992px) {
        .rightnavbar .navbar-nav > .nav-item svg {
        pointer-events: none;
    }

    .header-top .rightnavbar > .navbar-nav > li.nav-item > a {
        padding-left: 0px !important;
    }

    .header-top .rightnavbar > .navbar-nav > li.nav-item {
        margin-left: 30px !important;
    }

    .header-top .rightnavbar .navbar-nav > li > a {
        padding-right: 15px !important;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        margin-top: 0px !important;
    }

        .navbar-expand-md .navbar-nav .dropdown-menu a {
            cursor: pointer !important;
        }
}

@media(min-width:767px) {

    .easy-steps-vacation .nav li:first-child .nav-link.active.control::after {
        border-top-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        display: block !important;
    }

    .easy-steps-vacation .nav li.lastdone .nav-link.done::after, .easy-steps-vacation .nav li.lastdone .nav-link.active::after {
        border-top-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }

    .easy-steps-vacation .nav li.lastdone .nav-link::before {
        display: none;
    }

    .easy-steps-vacation .nav li:last-child .nav-link.active::after {
        border-top-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }

    .easy-steps-vacation .nav li:first-child .nav-link.active:after {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        left: 0px !important;
        display: none;
    }

    .sw-theme-default > .nav .nav-link.active::after {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        top: 0px;
    }

    /*    .easy-steps-vacation .nav:first-child .nav-link.active.control:after {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }*/

    .easy-steps-vacation .nav li.doneli:last-of-type .nav-link::after {
        border-top-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
        display: block !important;
    }
}

.sw-theme-default > .nav .nav-link.active::after {
    width: calc(100% + 7px);
    height: 100%;
    background: #4d4d4d !important;
    left: -7px;
    right: auto;
    position: absolute;
    z-index: 3;
}

.easy-steps-vacation .nav .nav-link.active.done {
    border: 0px solid #8c8c8c;
}

.easy-steps-vacation .nav .nav-link::before {
    position: absolute;
    content: '';
    width: 1px;
    background-color: var(--theme-primary);
    height: 30px;
    right: 0;
    top: 50%;
    z-index: 2;
    left: auto;
    transform: translateY(-50%);
}

.easy-steps-vacation .nav li:last-child .nav-link::before {
    position: absolute;
    content: '';
    width: 0px !important;
}

.easy-steps-vacation .nav .nav-link.active::before {
    position: absolute;
    content: '';
    width: 0px;
}

.addnights-accordion .card-head h2 {
    background: var(--theme-dark-blue);
    padding: 15px 50px 15px 30px;
    border-radius: 50px;
    color: var(--white);
    cursor: pointer;
    font-size: 18px;
    font-family: 'Johnston ITC Pro';
    font-weight: bold;
    position: relative;
}

.mt-36 {
    margin-top: 36px;
}

.hotel-section-top {
    margin-top: 60px;
}

.addnights-accordion .card h2.collapsed:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: url(../images/down-arrow-white.svg);
    background-size: 15px;
    left: auto;
    background-repeat: no-repeat;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
}

.updatedisabled {
    opacity: 0.6;
    pointer-events: none;
}

.addnights-accordion .card-head {
    z-index: 3;
}

.addnights-accordion .card h2:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background: url(../images/up-arrow-white.svg);
    background-size: 15px;
    left: auto;
    background-repeat: no-repeat;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
}

#addnightstab .addnights-accordion .card h2:before {
    display: none;
}

.addnights-accordion .card-body .content p {
    font-weight: bold;
}

.addnights-accordion .card-body {
    background: #fff;
    position: relative;
    z-index: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

    .addnights-accordion .card-body::before,
    .addnights-accordion .card-body::after {
        content: '';
        position: absolute;
        left: 0;
        top: -15px;
        background: #fff;
        width: 30px;
        height: 30px;
        z-index: -4;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .addnights-accordion .card-body::after {
        right: 0;
        left: auto;
    }

footer {
    padding-top: 80px;
    padding-bottom: 40px;
}

    footer a.f-15.text-white {
        line-height: 32px;
    }

.footer-social-link li {
    display: inline-block;
}

.desk-block {
    display: block;
}

.footer-social-link li a {
    background: #fff;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    margin-right: 15px;
    margin-top: 32px;
    vertical-align: middle;
    align-items: center;
}

.footer-social-link li svg {
    height: 16px;
    margin: 0 auto;
    text-align: center;
    color: var(--theme-dark-blue);
}

.total-pack-price {
    margin-top: 80px;
    text-align: center;
}

    .total-pack-price .section-heading {
        margin-bottom: 125px;
        padding: 6px 15px;
        border-radius: 30px;
        max-width: 436px;
        width: 100%;
        border: 1px solid #231f20;
        display: inline-block;
        vertical-align: middle;
    }

.tripadviser-ratting ul li {
    display: inline-block;
    margin: 36px 30px;
    ;
}

    .tripadviser-ratting ul li img {
        height: 70px;
    }

.bg-theme-primary {
    background: var(--theme-primary);
}

.header .menutoggle {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.menutoggle {
    display: none;
}

.menutoggle-icon {
    color: #fff;
}

.menuclose {
    display: none;
}




.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px !important;
    padding: 0 2px;
    min-width: 34px;
    width: 34px;
    text-align: center;
    height: 34px;
    border-radius: 50%;
}

    .qty .count:focus {
        outline: 0;
    }

.qty .plus, .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: white;
    width: 50px;
    height: auto;
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input.count {
    border: 0;
    width: 2%;
}

    input.count::-webkit-outer-spin-button,
    input.count::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input.count:disabled {
        background-color: white;
    }

.addnightpack {
    display: flex;
    vertical-align: middle;
    align-items: center;
    border-radius: 30px;
    height: 48px;
    padding: 0 30px;
    padding-right: 0;
    margin-bottom: 12px;
}

.select-silver-collection {
    color: var(--black) !important;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    margin-top: 5px;
}

.hotelcity-result .citytraveldate {
    font-weight: bold;
    margin-top: 18px;
    font-size: 16px;
    text-transform: uppercase;
}

#selecthoteltab .hotel-item-sec, #returntriptab .return-img-slider {
    margin-bottom: 44px;
}

    #selecthoteltab .hotel-item-sec:last-child, #returntriptab .return-img-slider:last-child {
        margin-bottom: 0;
    }

.hotel-description h4 {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--black);
    font-weight: bold;
    line-height: 1.5;
}

.hotel-description p {
    font-size: 18px;
    line-height: 27px;
    line-height: 1.5em;
}

.addnights-accordion .card-body .content p.johnston-light {
    font-weight: 300;
    margin-top: 36px;
}

.owl-carousel .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    transition: all .3s linear;
}

    .owl-carousel .slick-arrow:hover {
        opacity: .7;
    }

.owl-carousel button.slick-next.slick-arrow,
.owl-carousel button.slick-prev.slick-arrow {
    background: url(../images/angle-right-circle.svg) rgba(0,0,0,.3);
    background-repeat: no-repeat;
    box-shadow: none;
    height: 45px;
    width: 45px;
    font-size: 0;
    position: absolute;
    outline: 0;
    left: auto;
    right: 20px;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,.3);
}

#returntriptab .hotel-description h4 {
    margin-top: 20px;
    margin-bottom: 0;
}

.owl-carousel button.slick-prev.slick-arrow {
    background: url(../images/angle-left-circle.svg) rgba(0,0,0,.3);
    left: 20px;
    right: auto;
}

.mycalwrap input {
    display: none;
}

.switch {
    width: 24rem;
    position: relative;
}

    .switch input {
        position: absolute;
        top: 0;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

        .switch input:checked {
            z-index: 1;
        }

            .switch input:checked + label {
                opacity: 1;
                cursor: default;
            }

        .switch input:not(:checked) + label:hover {
            opacity: 0.5;
        }

    .switch label {
        color: #fff;
        opacity: 0.33;
        transition: opacity 0.25s ease;
        cursor: pointer;
    }

    .switch .toggle-outside {
        height: 100%;
        border-radius: 2rem;
        padding: 0.25rem;
        overflow: hidden;
        transition: 0.25s ease all;
    }

    .switch .toggle-inside {
        border-radius: 5rem;
        background: #4a4a4a;
        position: absolute;
        transition: 0.25s ease all;
    }

.switch--horizontal {
    width: 18rem;
    height: 3.5rem;
    font-size: 0;
    border-radius: 40px;
    background: var(--theme-dark-blue);
    display: none;
}

    .switch--horizontal input {
        height: 3rem;
        width: 6rem;
        left: 6rem;
        margin: 0;
    }

.dayreview-accordion .card-head h2 {
    border-radius: 30px;
}

.dayreview-accordion.addnights-accordion .card-head h2.collapsed {
    background: var(--theme-dark-blue);
    border-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: var(--white);
    font-size: 14px;
}

.dayreview-accordion .card-head h2.collapsed::after {
    content: '';
    position: absolute;
    height: 0px;
}

.dayreview-accordion .itnhdng {
    display: grid;
    grid-template-columns: 15% 30% 55%;
}

.dayreview-accordion.addnights-accordion .card h2::before {
    background: url(../images/up-arrow-primary.svg);
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: 15px;
}

.dayreview-accordion.addnights-accordion .card-head h2.collapsed::before {
    background: url(../images/down-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}

.dayreview-accordion .card-head h2::after {
    content: '';
    position: absolute;
    height: 2px;
    background: var(--theme-primary);
    left: 30px;
    right: 30px;
    top: auto;
    bottom: 0;
}

.dayreview-accordion ul.list-item {
    padding-left: 10px;
}

    .dayreview-accordion ul.list-item li {
        font-size: 18px;
        line-height: 27px;
    }

.dayreview-accordion.addnights-accordion .card-head h2 {
    background: var(--white);
    color: var(--theme-primary);
    font-size: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dayreview-accordion.addnights-accordion .card-body {
    margin-top: 0px;
}

    .dayreview-accordion.addnights-accordion .card-body::before, .dayreview-accordion.addnights-accordion .card-body::after {
    }

.switch--horizontal label {
    font-size: 1.5rem;
    line-height: 3rem;
    display: inline-block;
    width: 6rem;
    height: 100%;
    margin: 0;
    text-align: center;
}

    .switch--horizontal label:last-of-type {
        margin-left: 6rem;
    }

.switch--horizontal .toggle-outside {
    background: #fff;
    position: absolute;
    width: 6rem;
    left: 6rem;
}

.switch--horizontal .toggle-inside {
    height: 2.5rem;
    width: 2.5rem;
}

.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
    left: 0.25rem;
}

.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 3.25rem;
}

.addnightpack .qty {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    background-color: var(--theme-primary);
    border-radius: 30px;
    min-width: 280px;
    text-align: center;
}

.addnightpack .cityname, .addnightpack .nighttext {
    flex-grow: 1;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.journeydate {
    font-size: 14px;
    font-weight: bold;
}



.hotel-item-sec .owl-carousel .carousel-img-sec img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hotel-item-sec .owl-carousel .carousel-img-sec {
    min-height: 340px;
    max-height: 341px;
    background: #000;
    position: relative;
}

.hotel-checkbox-option .selectbox-radio {
    margin-top: 25px !important;
}

.selectbox-radio.checkbox-example {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    margin: 0px;
    display: block;
    border-radius: 30px;
    background: var(--theme-dark-blue);
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.checkbox-example[disabled] {
    opacity: .5;
}

.selectbox-radio input[type=checkbox].checkbox-toggle {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

.selectbox-radio label.checkbox-toggle-label {
    color: #fff;
    font-size: 14px;
}

    .selectbox-radio label.checkbox-toggle-label span.on {
        position: absolute;
        top: 22px;
        right: 65px;
        display: none;
    }

    .selectbox-radio label.checkbox-toggle-label span.off {
        position: absolute;
        top: 22px;
        right: 38px;
        display: inline-block;
    }

    .selectbox-radio label.checkbox-toggle-label:before {
        content: "";
        background: #99abae;
        border: 1px solid #808080;
        width: 68px;
        position: absolute;
        top: 50%;
        margin-top: -17px;
        border-radius: 30px;
        right: 7px;
        height: 34px;
    }

    .selectbox-radio label.checkbox-toggle-label:after {
        content: "";
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: -17px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #ffffff;
        transition: 0.1s ease-in;
    }

.selectbox-radio input.checkbox-toggle {
    visibility: hidden;
}

    .selectbox-radio input.checkbox-toggle:checked + label.checkbox-toggle-label:after {
        opacity: 1;
        transform: translateX(32px);
        background: #fff;
    }

    .selectbox-radio input.checkbox-toggle:checked + label.checkbox-toggle-label:before {
        background: #82c078;
        border: 1px solid #99abae;
    }

    .selectbox-radio input.checkbox-toggle:checked + label.checkbox-toggle-label {
        color: #fff;
    }

input.checkbox-toggle:checked + label.checkbox-toggle-label span.on {
    display: inline-block;
}

.selectbox-radio input.checkbox-toggle:checked + label.checkbox-toggle-label span.off {
    display: none;
}

.selectbox-radio label.checkbox-toggle-pill-label:before {
    border-radius: 10px;
}

.selectbox-radio label.checkbox-toggle-pill-label:after {
    border-radius: 5px;
}

.reviewbookdaylist .list-item {
    padding-top: 30px;
}

.reviewbookdaylist .list-item {
    padding-top: 30px;
}

.mycalwrap .normal-top {
    display: none !IMPORTANT;
}

.mx-width-496 {
    max-width: 480px;
}

.startnowvacationsec p {
    margin-bottom: 30px;
}

#selectdatestab .addnightpack, #aboutyou .addnightpack {
    height: auto;
    position: relative;
}

#addnightstab .addnights-accordion .card h2.collapsed:before {
    display: none;
}

.print-share-sec ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    height: auto;
}

    .print-share-sec ul li:last-child {
        margin-right: 0;
    }

    .print-share-sec ul li a img {
        max-height: 70px;
        width: 70px;
    }

.sw.sw-justified > .nav .nav-link, .sw.sw-justified > .nav > li {
    flex-basis: initial;
}

.easy-steps-vacation .nav li:last-child .nav-link.done {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#selectdatestab .sw-btn-next, #aboutyou .sw-btn-next {
    background-color: var(--theme-red);
    min-width: 162px;
    color: #ffffff !important;
    border-radius: 50px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding-top: 9px;
    padding-top: 16px;
    font-size: 18px;
    font-weight: bold;
    padding-right: 45px;
    padding-bottom: 16px;
    border: none;
    padding-left: 45px;
    font-family: 'Johnston ITC Pro';
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 46px;
}

.btn.sw-btn-prev.disabled + .sw-btn-next {
    display: none;
}

.sw-btn-prev + .sw-btn-group-extra {
    display: none;
}

.child-age-sec {
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px 30px;
    position: relative;
    margin-bottom: 24px;
    display: inline-block;
    width: 100%;
}

    .child-age-sec:before, .child-age-sec:after {
        position: absolute;
        content: '';
        top: -14px;
        left: 0;
        background-color: #fff;
        z-index: 0;
        width: 15px;
        height: 15px;
    }

    .child-age-sec:after {
        left: auto;
        right: 0;
    }

.childage {
    position: relative;
    z-index: 2;
}

.child-age-sec .form-group-sec {
    float: right;
}

    .child-age-sec .form-group-sec input {
        position: relative;
        border: 2px solid #000;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        text-align: center;
        font-size: 14px;
        vertical-align: middle;
        align-items: center;
        padding: 0;
        margin: 0;
        margin-right: 15px;
        font-weight: 700;
        outline: 0;
    }

        .child-age-sec .form-group-sec input:last-child {
            margin-right: 0;
        }

.page-loader {
    background: rgba(196,166,117, 1.0);
    position: fixed;
    z-index: 999;
    padding-top: 120px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#divLoadergeneral {
    background: rgb(196,166,117);
}

.loader1 {
    display: inline-block;
    font-size: 0px;
    padding: 0px;
    margin-top: 15px;
}

    .loader1 span {
        vertical-align: middle;
        border-radius: 100%;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 3px 2px;
        -webkit-animation: loader1 0.8s linear infinite alternate;
        animation: loader1 0.8s linear infinite alternate;
    }

        .loader1 span:nth-child(1) {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
            background: rgba(0, 0, 0, 0.6);
        }

        .loader1 span:nth-child(2) {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
            background: rgba(0, 0, 0, 0.8);
        }

        .loader1 span:nth-child(3) {
            -webkit-animation-delay: -0.26666s;
            animation-delay: -0.26666s;
            background: rgba(0, 0, 0, 1);
        }

        .loader1 span:nth-child(4) {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
            background: rgba(0, 0, 0, 0.8);
        }

        .loader1 span:nth-child(5) {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
            background: rgba(0, 0, 0, 0.4);
        }

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }

    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}

.gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div {
    font-family: 'larkenmedium' !important;
}

.gm-style {
    font-family: 'larkenmedium' !important;
    font-size: 60px;
}

.room-info-sec {
    background-color: #fff;
    padding: 36px 30px 40px;
    border-radius: 36px;
    position: relative;
    z-index: 2;
}

    .room-info-sec .room-count-sec .count {
        font-size: 18px;
        font-family: 'Johnston ITC Pro';
        font-weight: bold;
        color: var(--black);
        padding: 10px 15px;
        border: 1px solid var(--black);
        border-radius: 30px;
        display: inline-block;
        vertical-align: middle;
    }

.addnightpack .room-info-sec .qty {
    background-color: var(--white) !important;
    margin-bottom: 15px;
}

    .addnightpack .room-info-sec .qty:last-child {
        margin-bottom: 0;
    }

    .addnightpack .room-info-sec .qty .room-info-pax {
        font-size: 18px;
        color: var(--black);
        flex-grow: 1;
        font-weight: 300;
    }

.room-info-sec::before,
.room-info-sec::after {
    position: absolute;
    content: '';
    top: -14px;
    left: 0;
    background-color: #fff;
    z-index: 0;
    width: 45px;
    height: 45px;
}

.room-add-sec-top {
    z-index: 9;
}

.room-info-sec:after {
    left: auto;
    right: 0;
}

.qty .count {
    margin-right: 10px;
    margin-left: 10px;
    opacity: 1;
}

.addnightpack .room-info-sec .qty .count {
    border: 1px solid var(--black);
    margin-right: 10px;
    margin-left: 10px;
    opacity: 1;
}

.addnightpack .qty .plusadults, .addnightpack .qty .plusroom {
    margin-right: 18px;
}

.addnightpack .room-info-sec .qty .plus, .addnightpack .room-info-sec .qty .minus {
    color: var(--black);
}

.qty .plus svg, .qty .minus svg, .qty .plus, .qty .minus {
    width: 13px;
}

.add-extranight-price span {
    font-size: 18px;
    font-family: 'Johnston ITC Pro';
    font-weight: 300;
    margin-bottom: 20px;
}

.mx-width-360 {
    max-width: 400px;
}

.add-extranight-price .text-left,
.total-extranight-price .text-left {
    flex-grow: 1;
}

.mx-width-360.extranight.content.mx-auto {
    margin-top: 45px;
}

.add-extranight-price .text-right,
.total-extranight-price .text-right {
    font-weight: bold;
    white-space: nowrap;
    padding-left: 8px;
}

.total-extranight-price {
    margin-bottom: 46px;
}

@media(min-width:768px) {
    .total-extranight-price {
        padding: 10px 30px;
        margin-left: -40px;
        margin-right: -40px;
        border: 1px solid #000;
        border-radius: 30px;
        background: #fff;
    }
}

.total-extranight-price span {
    font-size: 20px;
}

.print-share-sec span {
    display: block;
    font-size: 18px;
    font-family: 'Johnston ITC Pro';
    font-weight: bold;
    line-height: 36px;
    color: var(--theme-red);
}

.alreadybookedsec {
    position: relative;
    display: flex;
}

.alreadybookedsecleftside, .alreadybookedsecrightside {
    padding: 94px 60px;
    flex: 50%;
}

.alreadybookedsecleftside {
    padding-right: 77px;
}

.alreadybookedsecrightside {
    padding-left: 77px;
}

.alreadybookedsecrightside, .alreadybookedsecleftside {
    background-color: #f3ede3;
}

    .alreadybookedsecrightside .addextrabtn {
        margin-top: 80px !important;
    }

        .alreadybookedsecrightside .addextrabtn .btn {
            margin-left: 5px;
            margin-right: 5px;
        }


.overlay-menu {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    z-index: 9;
    transition: 0s ease-in-out;
}

.feature-section .nav-pills a, .traveller-section ul.nav-pills li a {
    font-size: 14px;
    background: #fff;
    font-weight: bold;
    color: var(--black);
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid var(--black);
    padding: 11px 18px;
    display: block;
    margin-bottom: 20px;
}

.traveller-section ul.nav-pills li a {
    padding: 11px 40px;
    margin-right: 25px;
    background-color: #99abae;
    color: var(--white);
}

    .feature-section .nav-pills a.active, .traveller-section ul.nav-pills li a.active {
        background-color: var(--theme-dark-blue);
        color: var(--white);
    }

.confirm-cover {
    background-color: #4a1942;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
}

    .confirm-cover .section-heading h2 {
        font-size: 80px;
        padding: 160px 0;
        color: var(--theme-primary);
    }

    .confirm-cover .travel-city span {
        font-family: 'larkenmedium';
        font-size: 22px;
        color: var(--theme-primary);
    }

    .confirm-cover .travel-date {
        padding-bottom: 160px;
        display: block;
    }
        /*.travel-city::first-letter{
  font-size: 32px;
  padding: 0 8px;
}*/
        .confirm-cover .travel-date span {
            font-family: 'larkenmedium';
            font-size: 20px;
            color: var(--theme-primary);
        }

    .confirm-cover .logo img {
        max-height: 32px;
    }

.feature-section-bottom-content .travel-information-bottom-content {
    padding-top: 120px;
}

.feature-section-bottom-content .itinerary-information-bottom-content {
    padding-top: 120px;
}

.feature-section-bottom-content .tickets-information-bottom-content {
    padding-top: 120px;
}

.feature-section-bottom-content .personal-information-bottom-content {
    padding-top: 80px;
}

.feature-section-bottom-content .payment-information-bottom-content {
    padding-top: 96px;
}

.feature-section-bottom-content .contact-information-bottom-content {
    padding-top: 80px;
}

.traveller-section ul.nav-pills li:last-child a {
    margin-right: 0;
}

.feature-section-bottom-content .heading h3 {
    font-size: 48px;
    color: #000;
    line-height: 60px;
    text-align: right;
    font-family: 'larkenmedium';
}

.feature-section-bottom-content .content p {
    font-size: 18px;
    font-family: 'Johnston ITC Pro';
    font-weight: 300;
    padding-top: 40px;
    text-align: right;
}

.dayreview-accordion.addnights-accordion .itinerary-cards .card-head h2.collapsed {
    background: #e8dbc8 !important;
    color: #000 !important;
}

    .dayreview-accordion.addnights-accordion .itinerary-cards .card-head h2.collapsed::before {
        background: url(../images/down-arrow-black.svg);
        background-repeat: no-repeat;
    }

.addnights-accordion .card.itinerary-cards h2.collapsed:before {
    height: 25px;
}

.dayreview-accordion.addnights-accordion .card.itinerary-cards h2::before {
    background: url(../images/up-arrow-primary.svg);
    background-repeat: no-repeat;
}

.custom-form-control {
    font-size: 14px;
    background: transparent;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    border-radius: 30px;
    border: 1px solid var(--black);
    padding: 11px 18px;
    display: block;
    margin-bottom: 28px;
    outline: 0;
    width: 100%;
    box-shadow: none;
}

select.custom-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down-arrow-black.svg) transparent no-repeat;
    background-position: right 19px center;
    background-size: 13px;
}

    select.custom-form-control option {
        background: #fff !important;
        color: #212529;
    }

        select.custom-form-control option:hover {
            background: #f5f5f5;
            color: #212529;
        }

.custom-form-control.Email, .custom-form-control.ConfirmEmail {
    text-transform: inherit;
}

.traveller-form-group label {
    font-size: 14px;
    font-family: 'Johnston ITC Pro';
    text-transform: uppercase;
    font-weight: bold;
    color: var(--black);
}

.traveller-form-group .custom-control-label::before {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: transparent;
    border: 1px solid #000;
    top: 0
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: var(--theme-dark-blue);
}

.traveller-form-group .custom-control-label {
    padding-left: 10px;
}

.custom-control-label::after {
    left: 4px;
}

.booked-container {
    position: relative;
    background: var(--theme-dark-blue);
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px;
}

    .booked-container .deposit-sec .heading {
        font-family: 'larkenmedium';
        font-size: 32px;
        padding-bottom: 5px;
        color: var(--white);
        border-bottom: 1px solid var(--white);
    }

    .booked-container .deposit-sec:last-child {
        margin-bottom: 13px;
    }

    .booked-container .deposit-sec.get-in-touch .heading {
        border-bottom: 0px solid var(--white);
    }

    .booked-container .deposit-sec .price p,
    .booked-container .deposit-sec .date p,
    .booked-container .deposit-sec .payment-status p {
        font-size: 18px;
        color: var(--white) !important;
        font-family: 'Johnston ITC Pro';
        font-weight: bold;
        line-height: 26px;
    }

    .booked-container .deposit-sec .payment-status.received p {
        color: #41ad49 !important;
    }

    .booked-container .deposit-sec .payment-status.due p {
        color: #cd2530 !important;
    }

    .booked-container .deposit-sec {
        margin-bottom: 60px;
    }

        .booked-container .deposit-sec.get-in-touch p {
            line-height: 30px;
        }

        .booked-container .deposit-sec.get-in-touch:first-child {
            padding-bottom: 60px;
        }

.travel-information-bottom-content,
.itinerary-information-bottom-content,
.tickets-information-bottom-content,
.personal-information-bottom-content,
.payment-information-bottom-content,
.contact-information-bottom-content {
    display: none;
}

.showcontainer {
    display: block;
}

.display-none {
    display: none;
}

.dayreview-accordion .week-day, .dayreview-accordion .month-date {
    width: 90px;
    display: inline-block;
}

.coupon-section {
    margin-bottom: 0px;
    padding: 6px 15px;
    border-radius: 30px;
    max-width: 436px;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
    margin-top: 120px;
    text-align: center;
}

    .coupon-section label {
        font-size: 14px;
        font-family: 'Johnston ITC Pro';
        font-weight: bold;
        text-transform: uppercase;
    }

    .coupon-section input {
        font-size: 16px;
        border: 1px solid #231f20;
        border-radius: 30px;
        height: 46px;
        font-weight: bold;
        background: #fff;
        color: #000;
        outline: 0;
        box-shadow: none;
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }

.reviewbook.traveller-section {
    margin: 0 auto;
}

    .reviewbook.traveller-section .nav .nav-link {
        display: flex;
        align-items: center;
        vertical-align: middle;
        justify-content: center;
    }

    .reviewbook.traveller-section ul.nav {
        background: transparent;
        box-shadow: none !important;
        height: auto;
    }

        .reviewbook.traveller-section ul.nav .nav-link::before {
            opacity: 0 !important;
        }

.lablelight {
    color: #6d6e73;
}

.process-to-payment {
    background: #4a1942;
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    padding-bottom: 40px;
    padding-top: 40px;
}

    .process-to-payment .payment-box {
        max-width: 372px;
        width: 100%;
        margin: 0 auto;
    }

.payment-box .traveller-form-group label {
    color: var(--white);
    text-transform: uppercase;
}

.process-to-payment .payment-box .traveller-form-group .custom-control-label::before {
    background: var(--white);
}

.payment-box .traveller-form-group label a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
}

.process-to-payment .payment-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: var(--theme-dark-blue);
}

.process-to-payment .payment-box .paydeposit {
    margin-top: 50px;
}

.process-to-payment.display-none {
    display: none !important;
}

.travellerlabelsec {
    margin-top: -15px;
    display: inherit;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Johnston ITC Pro';
    text-transform: uppercase;
}

.HomeBookLName .lablelight {
    display: none;
}

.traveller-section.reviewbook .nav > li {
    display: inline-block;
}

.traveller-section.reviewbook .nav > li {
    display: inline-block;
    flex-grow: 0;
    margin-bottom: 15px;
}

.reviewbook.traveller-section .nav .nav-link {
    padding: 0 45px;
}

.custom-copy-address-sec {
    margin-top: 44px;
    margin-bottom: 60px;
}

.savejourneys-img-wrap {
    height: 227px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    background: #f5f5f5;
}

    .savejourneys-img-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        max-width: none;
        max-height: 100%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        vertical-align: middle;
    }

.savejourneysTitle, .savejourneysbooked {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 27px;
    background-color: #4a1942;
    width: 100%;
    text-align: center;
    color: var(--white);
}

.savejourneysbooked {
    background: var(--theme-primary);
    text-align: left;
    text-transform: uppercase;
    padding-left: 15px;
}

.savejourneyscard {
    margin-bottom: 75px !important;
}

.savejourneysTitle h4, .savejourneysbooked h4 {
    margin-bottom: 0;
}

.savejourneysbooked h4 {
    font-weight: bold;
}

.savejourneyscardsec {
    width: 100%;
    max-width: 746px;
    margin: 0 auto;
}

.savejourneysbtn {
    margin: 0 auto;
    text-align: center;
    margin-top: 28px;
    position: relative;
    display: block;
    width: 100%;
}

    .savejourneysbtn .btn-theme-primary {
        padding: 8px 30px;
    }

.savejourneyscard {
    margin-bottom: 75px;
}

.savejourneyscardsec {
    padding-bottom: 150px;
}

    .savejourneyscardsec.journeysbooked {
        padding-bottom: 75px;
    }

.search-input-top {
    position: absolute;
    top: 6px;
    right: 36px;
    box-sizing: border-box;
    width: 0px;
    height: 54px;
    padding: 0 20px;
    outline: none;
    font-size: 18px;
    border-radius: 50px;
    color: var(--black);
    border: 3px solid var(--theme-light);
    transition: all 0.8s ease;
    display: none;
    z-index: 10000;
}

    .search-input-top.active {
        display: block;
    }

::-webkit-input-placeholder {
    color: var(--black);
}

::-moz-placeholder {
    color: var(--black);
}

:-ms-input-placeholder {
    color: var(--black);
}

:-moz-placeholder {
    color: var(--black);
}

.search-input-top.active {
    width: 320px;
}

div#ui-datepicker-div {
    min-width: 350px;
    border: none;
    border-radius: 12px;
    padding: 30px;
}

.ui-datepicker-calendar .ui-state-default {
    border: none !important;
    background: transparent !important;
    font-size: 12px;
    font-weight: bold !important;
    font-family: 'Johnston ITC Pro';
    padding: 0 !important;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
}

    .ui-datepicker-calendar .ui-state-default:hover {
        background: var(--theme-light) !important;
    }

.ui-datepicker-title span {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold !important;
    font-family: 'Johnston ITC Pro';
}

.ui-datepicker-calendar thead {
    height: 70px;
}

    .ui-datepicker-calendar thead th {
        font-size: 16px;
        font-family: 'Johnston ITC Pro';
        font-weight: bold;
        text-transform: lowercase;
    }

.ui-datepicker-header,
.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover,
.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover:hover,
.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover,
.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover:hover {
    border: none !important;
    background: transparent !important;
}

.ui-datepicker-prev .ui-icon {
    background-image: url(../images/angle-left.svg) !important;
    background-repeat: no-repeat !IMPORTANT;
    background-position: 0 center;
    background-size: 11px;
}

.ui-datepicker-next .ui-icon {
    background-image: url(../images/angle-right.svg) !important;
    background-repeat: no-repeat !IMPORTANT;
    background-position: 0 center;
    background-size: 11px;
}

.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover:hover,
.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover,
.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover:hover {
    border: 1px solid transparent !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: auto !important;
    height: auto !important;
}

.mobheader {
    display: none;
}

.deskheader {
    display: block;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    margin-top: 0 !important;
}

.ui-state-default.ui-state-highlight {
    color: var(--theme-primary) !important;
}

.ui-state-default.ui-state-active {
    background-color: var(--theme-primary) !important;
    color: var(--black) !important;
    font-weight: bold;
    border-radius: 50%;
}

select.ui-datepicker-month, select.ui-datepicker-year {
    height: 30px;
    border-radius: 5px;
    float: left;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    width: 48% !IMPORTANT;
    margin-top: -6px !important;
}

select.ui-datepicker-year {
    float: right;
}

#selecthoteltab .selectbox-radio.checkbox-example {
    position: absolute;
    bottom: 0;
    width: 90%;
}

.Amount, .amount {
    position: relative;
    cursor: pointer;
}

    .Amount.EUR:before,
    .amount.EUR:before {
        content: "€ ";
    }

    .Amount.USD:before,
    .amount.USD:before {
        content: "$ ";
    }

    .Amount.GBP:before,
    .amount.GBP:before {
        content: "£ ";
    }

    .Amount.AED:before,
    .amount.AED:before {
        content: " د.إ";
    }

    .Amount.DKK:after,
    .amount.DKK:after {
        content: " kr";
    }

.header-top .rightnavbar li.language a, .mobheader li.language a {
    cursor: pointer;
    text-transform: uppercase;
}

    .header-top .rightnavbar li.language a:hover, .mobheader li.language a:hover {
        color: var(--white);
    }

li.language .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 150px !important;
}

.header-top li.language .dropdown-menu a {
    padding: 10px 24px !important;
    padding-left: 45px !important;
    color: var(--black);
    position: relative;
    background: transparent;
    text-transform: uppercase;
}

    .header-top li.language .dropdown-menu a:hover {
        background: #f8f7f6;
        color: var(--black);
    }

.header-top li.saveJourneydrop .dropdown-menu a, .mobheader li.saveJourneydrop .dropdown-menu a {
    padding: 10px 24px !important;
    padding-left: 45px !important;
    color: var(--black);
    position: relative;
    background: transparent;
}

    .header-top li.saveJourneydrop .dropdown-menu a:hover {
        background: #f8f7f6;
        color: var(--black);
    }

.ulLanguage a:before {
    vertical-align: middle;
    position: absolute;
    content: '';
    height: 14px;
    border: 1px solid #ddd;
    width: 20px;
    left: 15px;
    top: 11px;
    background-size: 100% 100% !important;
}

.ulLanguage a.French:before {
    background-image: url('../images/language-flag/french.png');
    background-repeat: no-repeat;
}

.ulLanguage a.English:before {
    background-image: url('../images/language-flag/english.png');
    background-repeat: no-repeat;
}

.ulLanguage a.Danish:before {
    background-image: url('../images/language-flag/danish.png');
    background-repeat: no-repeat;
}

.ulLanguage a.German:before {
    background-image: url('../images/language-flag/german.png');
    background-repeat: no-repeat;
}

.ulLanguage a.Russian:before {
    background-image: url('../images/language-flag/russian.png');
    background-repeat: no-repeat;
}

.ulLanguage a.Spanish:before {
    background-image: url('../images/language-flag/spanish.png');
    background-repeat: no-repeat;
}

.ulLanguage a.Italian:before {
    background-image: url('../images/language-flag/italian.png');
    background-repeat: no-repeat;
}

.header-top li.language svg {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    padding-left: 10px;
}

.header-top li.language .dropdown-toggle::after {
    display: none;
}

.header-top .rightnavbar li:first-child a {
    padding-left: 0 !important;
}

.header-top .rightnavbar .navbar-nav > li > a {
    padding-right: 15px !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    margin-top: 0px !important;
}

    .navbar-expand-md .navbar-nav .dropdown-menu a {
        cursor: pointer !important;
    }

#selecthoteltab .hotel-description p b {
    font-weight: 400 !important;
}
/*#selecthoteltab .hotel-description h4 {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--black) !important;
}*/
/*style login signup popup*/

.loginSignupModalMain .modal-dialog {
    top: 40px !important
}

    .loginSignupModalMain .modal-dialog .modal-content {
        position: relative
    }

        .loginSignupModalMain .modal-dialog .modal-content .close {
            margin-top: -16px;
            top: 35px;
            position: absolute;
            background: no-repeat;
            right: 15px;
            border: none;
            color: #1f4783;
            font-size: 35px
        }

        .loginSignupModalMain .modal-dialog .modal-content .modal-header {
            margin-top: 20px;
            padding-bottom: 5px;
            border-bottom: none
        }

            .loginSignupModalMain .modal-dialog .modal-content .modal-header .modal-title {
                color: #1f4783;
                font-weight: 700
            }

    .loginSignupModalMain .modal-dialog .modal-body .facebook {
        background: #1f4783;
        text-align: center;
        position: relative;
        cursor: pointer;
        padding: 12px 0 12px 20px;
        color: #fff
    }

        .loginSignupModalMain .modal-dialog .modal-body .facebook a {
            color: #fff;
            font-size: 16px;
            font-weight: 700
        }

        .loginSignupModalMain .modal-dialog .modal-body .facebook .fb-icon {
            background-position: 7px 4px;
            width: 20px;
            left: 31px;
            top: 5px;
            position: absolute;
            height: 30px;
            display: block
        }

    .loginSignupModalMain .modal-dialog .modal-body .google {
        border: 1px solid #999;
        -webkit-box-shadow: 0 1px 3px 0 #dcdcdc;
        box-shadow: 0 1px 3px 0 #dcdcdc;
        margin-top: 8px;
        position: relative;
        cursor: pointer;
        padding: 14px 0;
        color: #666;
        font-size: 16px;
        text-align: center;
        font-weight: 700
    }

        .loginSignupModalMain .modal-dialog .modal-body .google a {
            color: #666;
            font-size: 16px;
            font-weight: 700
        }

        .loginSignupModalMain .modal-dialog .modal-body .google .google-icon {
            background-position: -22px 6px;
            width: 20px;
            height: 30px;
            top: 7px;
            left: 33px;
            position: absolute;
            display: block
        }

        .loginSignupModalMain .modal-dialog .modal-body .google .goto-mail {
            color: #333;
            font-weight: 700
        }

    .loginSignupModalMain .modal-dialog .modal-body .Sriggle-acc {
        padding: 14px 0;
        text-align: center;
        color: #666
    }

        .loginSignupModalMain .modal-dialog .modal-body .Sriggle-acc p {
            font-size: 12px;
            position: relative
        }

            .loginSignupModalMain .modal-dialog .modal-body .Sriggle-acc p:before {
                content: '';
                background: #e5e5e5;
                width: 35px;
                height: 1px;
                position: absolute;
                top: 8px;
                left: 20px
            }

            .loginSignupModalMain .modal-dialog .modal-body .Sriggle-acc p:after {
                content: '';
                background: #e5e5e5;
                width: 35px;
                height: 1px;
                position: absolute;
                top: 8px;
                right: 20px
            }

    .loginSignupModalMain .modal-dialog .modal-body .form-group input {
        width: 100%;
        margin-bottom: 8px;
        padding: 20px 15px;
        border: none;
    }

    .loginSignupModalMain .modal-dialog .modal-body .form-group .login-btn {
        width: 100%
    }

    .loginSignupModalMain .modal-dialog .modal-body .form-group .error-msg {
        color: #da2227;
        font-size: 11px;
        padding-left: 10px;
        margin-top: -8px;
        margin-bottom: 8px
    }

    .loginSignupModalMain .modal-dialog .modal-body .forget-psword li {
        list-style: none
    }

        .loginSignupModalMain .modal-dialog .modal-body .forget-psword li a {
            display: block;
            padding: 14px 0;
            text-align: center;
            color: #1f4783
        }

    .loginSignupModalMain .modal-dialog .modal-body .teamof-service li {
        list-style: none
    }

        .loginSignupModalMain .modal-dialog .modal-body .teamof-service li a {
            display: block;
            padding: 14px 0;
            text-align: center;
            font-size: 12px;
            color: #999
        }

            .loginSignupModalMain .modal-dialog .modal-body .teamof-service li a span {
                color: #1f4783;
                border-bottom: 1px solid #1f4783
            }

    .loginSignupModalMain .modal-dialog .eml-entr {
        margin-top: -15px;
        margin-bottom: 20px
    }

        .loginSignupModalMain .modal-dialog .eml-entr p {
            font-size: 14px
        }

        .loginSignupModalMain .modal-dialog .eml-entr h6 {
            font-size: 14px;
            font-weight: 700
        }

    .loginSignupModalMain .modal-dialog .verify-email p {
        font-weight: 700;
        padding-bottom: 10px;
        padding-top: 20px
    }

    .loginSignupModalMain .modal-dialog .verify-email ul li {
        list-style: none;
        font-size: 14px
    }

        .loginSignupModalMain .modal-dialog .verify-email ul li > a {
            color: var(--theme-primary);
            border-bottom: 1px solid var(--theme-primary);
        }

    .loginSignupModalMain .modal-dialog .footer-login {
        background: #c2e6fa;
        padding: 14px 0;
        margin: 0 -15px -15px -15px;
        border-radius: 5px;
        text-align: center
    }

        .loginSignupModalMain .modal-dialog .footer-login p {
            color: #1f4783
        }

        .loginSignupModalMain .modal-dialog .footer-login a {
            color: #1f4783
        }

            .loginSignupModalMain .modal-dialog .footer-login a span {
                font-weight: 700;
                border-bottom: 1px solid #1f4783
            }

    .loginSignupModalMain .modal-dialog .modal-content {
        background: #F8F7F6;
        padding: 0 20px;
        padding-bottom: 30px !important;
    }

        .loginSignupModalMain .modal-dialog .modal-content .modal-header {
            display: block;
            padding-top: 25px;
        }

.loginSignupModalMain #signupWrapper .social-sign-in, .loginSignupModalMain #signupWrapper #idsignilt {
    display: none;
}

.loginSignupModalMain .modal-dialog .modal-content .modal-header .modal-title {
    display: block;
    width: 100%;
    font-size: 36px;
    font-family: 'larkenmedium';
    line-height: 46px;
    font-weight: 400;
    color: var(--black) !important;
    margin-bottom: 5px;
}

.loginSignupModalMain .modal-dialog .modal-content .modal-header p {
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: var(--black) !important;
}

@media screen and (min-width:768px) {
    .loginSignupModalMain .modal-dialog {
        width: 390px
    }
}
/* Skeleton css */
.skeleton-box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
    border-radius: 50px;
}

    .skeleton-box::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        -webkit-animation: shimmer 2s infinite;
        animation: shimmer 2s infinite;
        content: "";
    }

@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.mainskeleton {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #f2ede3;
    height: 100vh;
}

    .mainskeleton .stepnav {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        background: #999999;
        margin-top: -30px;
        margin-bottom: 30px;
        box-shadow: rgba(0,0,0,.3);
        border-radius: 30px;
        padding-left: 40px;
    }

        .mainskeleton .stepnav .skeleton-box {
            height: 21px;
            width: 60%;
            margin: 17px 0;
        }

    .mainskeleton .sklheader {
        height: 65px;
        display: grid;
        align-items: center;
        background: #c4a675;
    }

@media(max-width:992px) {
    .mainskeleton .sklbanner .skeleton-box {
        min-height: 60vh !important;
    }

    .mainskeleton .header-top {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mainskeleton .logosec {
        display: block;
        width: 100%;
    }

    .mainskeleton .sklmobcntrl {
        display: block !important;
        float: right;
    }
}

.loginSignupModalMain .modal-dialog .modal-body .social-sign-in .facebook a,
.loginSignupModalMain .modal-dialog .modal-body .social-sign-in .google a {
    font-size: 15px !important;
    color: var(--theme-primary) !important;
    font-weight: 400 !important;
    margin-left: 5px;
}

.loginSignupModalMain .sign-in-with-email p {
    font-size: 15px !important;
    color: var(--theme-light) !important;
}

    .loginSignupModalMain .sign-in-with-email p::before, .loginSignupModalMain .sign-in-with-email p::after {
        width: 0 !important;
    }

.loginSignupModalMain .modal-dialog .modal-body .form-group input {
    padding: 20px 15px 21px 57px;
    -webkit-box-shadow: 0px 0px 4px rgba(213, 208, 201, 0.5);
    box-shadow: 0px 0px 4px rgba(213, 208, 201, 0.5);
    font-size: 14px;
    background: transparent;
    font-weight: bold;
    color: var(--black);
    border-radius: 30px;
    border: 1px solid var(--black);
    padding: 11px 18px;
    display: block;
    margin-bottom: 28px;
    outline: 0;
    width: 100%;
    box-shadow: none;
}

.loginSignupModalMain .modal-dialog .modal-body .login-btn {
    background: var(--theme-primary) !important;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    border-radius: 55px !important;
    color: var(--white);
    font-size: 18px;
    width: auto !important;
    padding: 11px 30px;
    font-weight: 300 !important;
    outline: 0;
    text-transform: capitalize !important;
    border: none !important;
}

.loginSignupModalMain .modal-dialog .modal-body .form-group input {
    margin-bottom: 10px !important;
}

.loginSignupModalMain .modal-dialog .footer-login.sriggle-login-footer {
    background: transparent !important;
}

.loginSignupModalMain .modal-dialog .footer-login p {
    color: var(--theme-primary);
    font-size: 18px;
}

    .loginSignupModalMain .modal-dialog .footer-login p a {
        color: var(--theme-primary);
    }

.loginSignupModalMain .modal-dialog .footer-login a span {
    font-weight: 400;
    border-bottom: 0;
    font-size: 18px;
}

.loginSignupModalMain .modal-dialog .modal-content .close {
    font-size: 0;
    background-image: url('../images/close.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

    .loginSignupModalMain .modal-dialog .modal-content .close:focus {
        outline: 0;
    }

.forget-psword li a {
    color: var(--black) !important;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 0 !important;
}

.login-btn-wel {
    margin-top: 20px !important;
    padding: 11px 50px !important;
}

.loginSignupModalMain .modal-dialog .modal-body .login-btn.forget-login {
    padding: 11px 43px !IMPORTANT;
}

.loginSignupModalMain .modal-dialog .eml-entr.backlogin {
    text-align: center;
    margin-top: 15px;
}

    .loginSignupModalMain .modal-dialog .eml-entr.backlogin a {
        color: var(--black);
        font-size: 18px;
        font-weight: 500;
    }

        .loginSignupModalMain .modal-dialog .eml-entr.backlogin a span {
            color: var(--theme-primary);
        }

.loginSignupModalMain .modal-dialog .modal-body .form-group label {
    font-size: 14px;
    font-family: 'Johnston ITC Pro';
    text-transform: uppercase;
    font-weight: bold;
    color: var(--black);
}

.ulsaveJourneydrop {
    min-width: 190px !important;
}

.mobheader .ulsaveJourneydrop .dropdown-item img {
    width: 20px;
}

.rightnavbar .saveJourneydrop .ulsaveJourneydrop .dropdown-item, .mobheader .saveJourneydrop .ulsaveJourneydrop .dropdown-item {
    padding-left: 15px !important;
    line-height: 27px;
    display: flex;
}

    .rightnavbar .saveJourneydrop .ulsaveJourneydrop .dropdown-item span, .mobheader .saveJourneydrop .ulsaveJourneydrop .dropdown-item span {
        display: flex;
        vertical-align: middle;
        align-items: center;
        padding-right: 8px;
    }

.userprofile label {
    font-size: 14px;
    font-family: 'Johnston ITC Pro';
    text-transform: uppercase;
    font-weight: bold;
    color: var(--black);
}

.userprofile .profile_title {
    background-color: transparent !important;
    border-radius: 27px;
    border: 1px solid var(--black);
    padding-top: 15px;
    padding-bottom: 8px;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
}

    .userprofile .profile_title label {
        color: #000;
        cursor: pointer;
    }

.center-page-loader {
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
    height: 100vh;
    width: 100%;
}

    .center-page-loader .page-loader-content {
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.userprofile .profile_title.active {
    background-color: var(--theme-dark-blue) !important;
    border: 1px solid var(--theme-dark-blue);
}

    .userprofile .profile_title.active label {
        color: var(--white);
    }

.saveJourneydrop a::after {
    opacity: 0;
}

.saveJourneydrop, .nosaveJourneydrop {
    position: relative;
}

    .saveJourneydrop svg, .nosaveJourneydrop svg {
        height: 20px;
        width: 20px;
        color: #fff;
        position: absolute;
        top: 50%;
        right: 0;
        padding-left: 10px;
        transform: translateY(-50%);
    }

.room-info-sec .RoomSec {
    padding-bottom: 30px;
}

    .room-info-sec .RoomSec:last-child {
        padding-bottom: 0px;
    }

.sw > .tab-content {
    overflow: visible;
}

.intl-tel-input .selected-flag {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.expandbtn.theme-btn {
    background: transparent !important;
    color: var(--theme-dark-blue);
    font-weight: bold;
    padding: 0;
    margin-bottom: 5px;
    display: inline-block;
}

    .expandbtn.theme-btn:hover {
        color: var(--theme-dark-blue);
    }

#divDaywiseitinerary .dayreview-accordion:first-child {
    margin-top: 0 !important;
}

.click-deactive {
    pointer-events: none;
}

.saveJourneydrop a::after {
    display: none;
}

.hotelDesc {
    padding-bottom: 0;
}

.selectboxsecbox {
    padding-bottom: 72px;
    display: grid;
    grid-row: auto / 72;
}

#selecthoteltab .selectbox-radio.checkbox-example {
    left: 15px;
}

.indexbody {
    padding-right: 0 !important;
}

.mycalwrap .date-picker-wrapper .month-wrapper table td div {
    border-radius: 40px !important;
}

.dayreview-accordion.addnights-accordion .card-body .img-content {
    padding: 15px 0;
    height: 220px;
    width: 100%;
    position: relative;
    padding-right: 10px;
}

    .dayreview-accordion.addnights-accordion .card-body .img-content img {
        height: 100%;
        width: 100%;
    }

input[type=number] {
    -moz-appearance: textfield;
}

.hotelDesc * {
    background: transparent !important;
    font-family: 'Johnston ITC Pro' !important;
    color: rgba(0,0,0,.95) !important;
    font-size: 18px !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.5em !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    text-align: left !important;
    font-weight: normal !important;
}

.hotelDesc {
    background: transparent !important;
    font-family: 'Johnston ITC Pro' !important;
    color: rgba(0,0,0,.95) !important;
    font-size: 18px !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.5em !important;
}

    .hotelDesc div, .hotelDesc p, .hotelDesc ul, .hotelDesc li {
        width: 100% !important;
    }


.page_404 {
    padding: 40px 0;
    background: transparent;
}

    .page_404 img {
        width: 100%;
    }

.four_zero_four_bg {
    background-position: center;
}

    .four_zero_four_bg h1 {
        margin-bottom: 45px;
    }



.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #002d35;
    margin: 20px 0;
    display: inline-block;
}

.contant_box_404 {
    margin-top: 50px;
}

    .contant_box_404 p {
        font-size: 18px;
    }

input:focus {
    outline: 0;
}

span.twitter-typeahead:focus {
    outline: 0;
}

.swal2-icon.swal2-success {
    margin-top: 0;
}

.swal2-popup.swal2-modal.swal2-show {
    padding: 30px 20px;
}

.noeditflag .flag-container {
    pointer-events: none;
}

    .noeditflag .flag-container .iti-arrow {
        display: none;
    }

.selected-flag:focus {
    outline: 0;
}

.nav-link.Header3Text:focus {
    outline: 0;
}

.dayreview-accordion.addnights-accordion .card-body.reviewbookdaylist .col-md-7 .Title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dayreview-accordion.addnights-accordion .card-body.reviewbookdaylist .col-md-7 .content {
    line-height: 22px;
    font-size: 16px;
    text-align: left;
}

.dayreview-accordion.addnights-accordion .card-body.reviewbookdaylist {
    padding: 0 30px;
}

.sklnav {
    padding-top: 70px;
}

.alreadybookedsec .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 84px !important;
}

.alreadybookedsec .intl-tel-input .selected-flag .iti-arrow {
    opacity: 0;
}

.paymentloader {
    display: none;
    min-width: 295px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    height: 45px;
}

.btn-theme-primary.btn-theme-success.paymentloader:hover {
    background: #41ad49 !important;
}

.paymentloader .loader1 {
    margin-top: 0;
}

    .paymentloader .loader1 span {
        background: rgba(255, 255, 255,0.6) !important;
    }

#divDaywiseitinerary .content {
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 15px;
}
