﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url("../css/normalize.css");
@import url("../css/swiper-slider.css");

@font-face {
    font-family: 'courier_newregular';
    src: url('../fonts/courier_new.woff2') format('woff2'),url('../fonts/courier_new.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    max-width: 100%;
}
/***********~from~***********/

/*input holder*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

textarea, input[type="text"], input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    border-radius: 0;
}

label {
    font-weight: normal;
}

:focus {
    outline: none;
}

.input-effect {
    border: 0;
    padding: 10px 0;
    border-bottom: 1px solid #a1a1a1;
    width: 100%;
    background: transparent;
    color: #000;
}

    .input-effect ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #ef3339;
        transition: 0.4s;
        z-index: 1;
    }

    .input-effect:focus ~ .focus-border {
        width: 100%;
        transition: 0.4s;
        left: 0;
    }

.form-holder {
    width: 100%;
    position: relative;
}

::-webkit-input-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

:-moz-placeholder {
    color: #999999;
}

select {
    color: #999999 !important;
}

    select option {
        color: #000;
    }

.textarea {
    min-height: 100px;
    resize: none;
    border: 1px solid #a1a1a1;
    padding: 10px;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
}

    .textarea:focus {
        border: 1px solid #ef3339;
    }

/*radio buttons*/
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

    .radio input[type="radio"] + .radio-label:before {
        content: '';
        background: #f4f4f4;
        border-radius: 100%;
        border: 2px solid #ef3339;
        display: inline-block;
        width: 24px;
        height: 24px;
        position: relative;
        top: -2px;
        margin-right: 10px;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
    }

    .radio input[type="radio"]:checked + .radio-label:before {
        background-color: #ef3339;
        box-shadow: inset 0 0 0 5px #f4f4f4;
    }

    .radio input[type="radio"]:focus + .radio-label:before {
        outline: none;
        border-color: #ef3339;
    }

    .radio input[type="radio"]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #b4b4b4;
        background: #b4b4b4;
    }

    .radio input[type="radio"] + .radio-label:empty:before {
        margin-right: 0;
    }

.checkbox label, .radio label {
    padding-left: 0;
}

.form-checkbox {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    text-align: left;
}

.form-checkbox-inline .form-checkbox-label {
    display: inline-block;
    margin-right: 1rem;
}

.form-checkbox-legend {
    margin: 0 0 0.125rem 0;
    font-weight: 500;
    font-size: 1rem;
    color: #333;
}

.form-checkbox-label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    display: block;
    margin-bottom: 0.5rem;
}

    .form-checkbox-label:hover i {
        color: #0087d1;
    }

    .form-checkbox-label span {
        display: block;
        font-size: 14px;
    }

    .form-checkbox-label input {
        width: auto;
        opacity: 0.0001;
        position: absolute;
        left: 0.25rem;
        top: 0.25rem;
        margin: 0;
        padding: 0;
    }

.form-checkbox-button {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: #ed1b24;
    left: 0;
    top: 1px;
    width: 1.8rem;
    height: 1.8rem;
    z-index: 0;
    border: 2px solid currentColor;
    border-radius: 0.0625rem;
    transition: color 0.28s ease;
    will-change: color;
}

    .form-checkbox-button::before, .form-checkbox-button::after {
        position: absolute;
        height: 0;
        width: 0.2rem;
        background-color: #ed1b24;
        display: block;
        transform-origin: left top;
        border-radius: 0.25rem;
        content: "";
        transition: opacity 0.28s ease, height 0s linear 0.28s;
        opacity: 0;
        will-change: opacity, height;
    }

    .form-checkbox-button::before {
        top: 11px;
        left: 9px;
        transform: rotate(-135deg);
        box-shadow: 0 0 0 0.0625rem #fff;
    }

    .form-checkbox-button::after {
        top: 6px;
        left: 3px;
        transform: rotate(-45deg);
    }

.form-checkbox-field:checked ~ .form-checkbox-button {
    color: #ed1b24;
}

    .form-checkbox-field:checked ~ .form-checkbox-button::after,
    .form-checkbox-field:checked ~ .form-checkbox-button::before {
        opacity: 1;
        transition: height 0.28s ease;
    }

    .form-checkbox-field:checked ~ .form-checkbox-button::after {
        height: .7rem;
    }

    .form-checkbox-field:checked ~ .form-checkbox-button::before {
        height: 1.5rem;
        transition-delay: 0.28s;
    }
/*select*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px;
    position: relative;
    z-index: 3;
    width: 100%;
    outline: none;
}
/***********~button~***********/
.btn {
    -webkit-transition: .5s !important;
    transition: .5s !important;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
    outline: none;
}

    .btn:hover {
        background: #ef3339;
        border: 1px solid #ef3339;
        color: #fff;
        border-radius: 1.5em;
    }

.btn2 {
    background: #ef3339;
    border: 1px solid #ef3339;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

    .btn2:hover {
        background: transparent;
        color: #ef3339;
    }

.btn3 {
    border: 1px solid #ef3339;
    color: #ef3339;
    font-weight: bold;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn4 {
    border: 1px solid #959595;
    color: #ef3339;
    font-weight: bold;
    background: transparent;
    padding: 8px 25px;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn5 {
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn6 {
    padding: 6px 25px;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn4:hover {
    background: #ef3339;
    color: #fff;
    border: 1px solid #ef3339;
}

.btn-uppercase {
    text-transform: uppercase;
}

.btn-booking {
    padding-right: 0;
    padding: 5px 10px;
    border: 1px solid #ef3339;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

    .btn-booking:hover {
        background: #ef3339;
        color: #fff;
    }
/***********~common popup~***********/
.popup-wrap {
    padding: 25px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 18px 5px rgba(0,0,0,.19);
    min-width: 681px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.popup_visible .popup-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.close-popup {
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 5px;
    font-size: 32px;
    line-height: 18px;
    padding: 10px;
}
/*loader*/
#loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 333;
}

.loader::after {
    content: "Loading";
    position: absolute;
    display: block;
    top: 90px;
    color: #858585;
    left: 42px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: text 1s infinite ease-in-out alternate;
    animation: text 1s infinite ease-in-out alternate;
}

.loader.blink::before {
    -webkit-animation: blink 1s infinite linear;
    animation: blink 1s infinite linear;
}

.loader.spin::before {
    -webkit-animation: spin 1s infinite ease-in-out;
    animation: spin 1s infinite ease-in-out;
}

.loader {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.item {
    width: 40px;
    height: 40px;
    position: absolute;
}

.item-1 {
    background-color: #f3575d;
    top: 0;
    left: 0;
    z-index: 1;
    animation: item-1_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.item-2 {
    background-color: #1a84b8;
    top: 0;
    right: 0;
    animation: item-2_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.item-3 {
    background-color: #efcf69;
    bottom: 0;
    right: 0;
    z-index: 1;
    animation: item-3_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.item-4 {
    background-color: #52a1ab;
    bottom: 0;
    left: 0;
    animation: item-4_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

i.info-tooltip {
    color: #0176b2;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
}
/*tooltip*/
.adult-info[data-tooltip].top:before, .adult-info[data-tooltip].top:after {
    transform: translateY(10px);
}

.adult-info[data-tooltip].top:hover:after, .adult-info[data-tooltip].top:hover:before {
    transform: translateY(0px);
}

.adult-info[data-tooltip] {
    position: relative;
}

    .adult-info[data-tooltip]:after, .adult-info[data-tooltip]:before {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: transform 200ms ease, opacity 200ms;
        z-index: 99;
    }

    .adult-info[data-tooltip]:before {
        content: attr(data-tooltip);
        background: #0176b2;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding: 6px 10px;
        border-radius: 5px;
        white-space: nowrap;
        text-decoration: none;
        text-transform: capitalize;
    }

    .adult-info[data-tooltip]:after {
        width: 0;
        height: 0;
        border: 6px solid transparent;
        content: '';
    }

    .adult-info[data-tooltip]:hover:after, .adult-info[data-tooltip]:hover:before {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }

    .adult-info[data-tooltip][data-position="top"]:before {
        bottom: 100%;
        left: -30px;
        margin-bottom: 6px;
    }

    .adult-info[data-tooltip][data-position="top"]:after {
        border-top-color: #0176b2;
        border-bottom: none;
        bottom: 101%;
        left: calc(50% - 3px);
        margin-bottom: 0px;
    }


@-webkit-keyframes text {
    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes text {
    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0% {
        box-shadow: 1.25rem 0 0 #e16f54, 1.25rem 1.25rem 0 #eca695, 0 1.25rem 0;
    }

    25% {
        box-shadow: 1.25rem 0 0, 1.25rem 1.25rem 0 #e16f54, 0 1.25rem 0 #eca695;
    }

    50% {
        background: #eca695;
        box-shadow: 1.25rem 0 0, 1.25rem 1.25rem 0, 0 1.25rem 0;
    }

    75% {
        background: #e16f54;
        box-shadow: 1.25rem 0 0 #eca695, 1.25rem 1.25rem 0, 0 1.25rem 0;
    }

    100% {
        background: currentColor;
        box-shadow: 1.25rem 0 0 #e16f54, 1.25rem 1.25rem 0 #eca695, 0 1.25rem 0;
    }
}

@keyframes blink {
    0% {
        box-shadow: 1.25rem 0 0 #e16f54, 1.25rem 1.25rem 0 #eca695, 0 1.25rem 0;
    }

    25% {
        box-shadow: 1.25rem 0 0, 1.25rem 1.25rem 0 #e16f54, 0 1.25rem 0 #eca695;
    }

    50% {
        background: #eca695;
        box-shadow: 1.25rem 0 0, 1.25rem 1.25rem 0, 0 1.25rem 0;
    }

    75% {
        background: #e16f54;
        box-shadow: 1.25rem 0 0 #eca695, 1.25rem 1.25rem 0, 0 1.25rem 0;
    }

    100% {
        background: currentColor;
        box-shadow: 1.25rem 0 0 #e16f54, 1.25rem 1.25rem 0 #eca695, 0 1.25rem 0;
    }
}


@keyframes item-1_move {
    0%, 100% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(0, 40px)
    }

    50% {
        transform: translate(40px, 40px)
    }

    75% {
        transform: translate(40px, 0)
    }
}

@keyframes item-2_move {
    0%, 100% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(-40px, 0)
    }

    50% {
        transform: translate(-40px, 40px)
    }

    75% {
        transform: translate(0, 40px)
    }
}

@keyframes item-3_move {
    0%, 100% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(0, -40px)
    }

    50% {
        transform: translate(-40px, -40px)
    }

    75% {
        transform: translate(-40px, 0)
    }
}

@keyframes item-4_move {
    0%, 100% {
        transform: translate(0, 0)
    }

    25% {
        transform: translate(40px, 0)
    }

    50% {
        transform: translate(40px, -40px)
    }
}

.padding-none {
    padding: 0 !important;
}

.padding-right {
    padding-right: 0 !important;
}

.padding-left {
    padding-left: 0 !important;
}

.padding-top {
    padding-top: 0 !important;
}

.padding-bottom {
    padding-bottom: 0 !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.margin-none {
    margin: 0 !important;
}

.margin-right {
    margin-right: 0 !important;
}

.margin-left {
    margin-left: 0 !important;
}

.margin-top {
    margin-top: 0 !important;
}

.margin-bottom {
    margin-bottom: 0 !important;
}

.clearfix {
    clear: both;
    width: 100%;
}

.box-shadow-none {
    box-shadow: initial !important;
}

.mobile-show {
    display: none !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

.btn-gray {
    color: #ef3339;
    border: 1px solid #cecece;
    padding: 5px 15px;
}

.text-red {
    color: #ff0000;
}

.error-message {
    display: none;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #ef3339;
    position: absolute;
    top: 55px;
    background: #fff;
    padding: 5px 10px;
    z-index: 5;
    box-shadow: 0 0 18px 5px rgba(0,0,0,.10);
}

span.error-message:after {
    border-color: transparent transparent #fff;
    border-width: 10px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    top: -20px;
    left: 7px;
    margin: 0 auto;
}

span.breck-text {
    display: block !important;
    line-height: 24px !important;
}

.border-none {
    border: none !important;
    outline: none;
}

.full-width {
    width: 100%;
}
/*pagination*/
.pagination {
    padding: 20px 0;
    width: 348px;
    margin: 0 auto;
    display: block;
    clear: both;
    font-size: 14px;
}

    .pagination ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .pagination ul li {
            position: relative;
        }

    .pagination a {
        display: inline-block;
        padding: 8px 16px;
        color: #222;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }

.p12 a:first-of-type, .p12 a:last-of-type, .p12 .is-active {
    background-color: #0176b2;
    color: #fff;
    font-weight: bold;
}

.pagination a:hover {
    background-color: #0176b2;
    color: #fff;
}
/*ul li list*/
ul.tcm-icon li {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

    ul.tcm-icon li:last-child {
        margin-bottom: 0;
    }

    ul.tcm-icon li:before {
        position: absolute;
        content: "\f0da";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        left: 0;
    }

.sticky {
    position: sticky;
    right: 0;
    top: 235px;
    bottom: 0;
}
/*breadcrumb*/
.breadcrumb-holder {
    clear: both;
    background: #fbfbfb;
    padding: 8px 0;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

    .breadcrumb-holder .breadcrumb {
        background: transparent;
        margin-bottom: 0;
        text-transform: uppercase;
        padding: 0;
        font-size: 14px;
        float: left;
    }

        .breadcrumb-holder .breadcrumb li a {
            -webkit-transition: all linear 0.3s;
            transition: all linear 0.3s;
        }

        .breadcrumb-holder .breadcrumb li:hover a {
            color: #ff0101;
        }

        .breadcrumb-holder .breadcrumb li a.active {
            color: #ff0101;
        }

.breadcrumb-sticky {
    position: fixed;
    top: 109px;
    z-index: 33;
    right: 0;
    left: 0;
}
/***********~header~***********/
header {
    background: #ebebeb;
    padding: 5px 0 0px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 62;
    position: relative;
}

    header.header {
        position: fixed;
        z-index: 65;
        right: 0;
        left: 0;
        background: #fff;
        top: 0;
    }

    header.header {
        position: fixed;
        z-index: 65;
        right: 0;
        left: 0;
        background: #fff;
        top: 0;
    }

        header.header nav {
            background: #524c4c;
        }

            header.header nav .side-menu-wrapper ul li a {
                color: #fff;
            }

            header.header nav .booking-btn .btn {
                color: #fff;
            }

        header.header + .main-contant {
            padding-top: 170px;
        }

        header.header .logo img {
            max-width: 120px;
        }

        header.header .right-holder {
            margin-top: 13px;
        }

    header .logo {
        float: left;
    }

    header .right-holder {
        float: right;
        margin-top: 30px;
    }

    header .right-pannel {
        float: left;
    }

        header .right-pannel li {
            display: inline-block;
            padding: 0 0 0 10px;
        }

            header .right-pannel li:last-child {
                padding-right: 0;
            }

            header .right-pannel li a.mobilesOnly {
                color: #000;
                font-weight: bold;
                font-size: 20px;
            }

                header .right-pannel li a.mobilesOnly i {
                    -ms-transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    color: #ef3339;
                    -webkit-transition-duration: 0.3s;
                    transition-duration: 0.3s;
                    -webkit-transition-timing-function: ease-out;
                    transition-timing-function: ease-out;
                }

            header .right-pannel li:hover a.mobilesOnly i {
                -webkit-transform: scale(1.2);
                transform: scale(1.2) rotate(90deg);
            }
    /*~country change~*/
    header .dd-container {
        width: auto !important;
    }

    header .right-pannel .dd-selected {
        overflow: initial;
        padding: 0 10px;
        font-weight: normal !important;
    }

        header .right-pannel .dd-selected label {
            font-weight: normal;
            line-height: 30px !important;
            cursor: pointer;
        }

    header .right-pannel .dd-option-image, .dd-selected-image {
        margin-right: 10px !important;
        margin-top: 4px;
        transition-property: transform, opacity;
        transition-duration: 900ms;
        opacity: 1;
        vertical-align: bottom;
        position: relative;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        max-width: 30px;
    }

    header .right-pannel .dd-option:hover .dd-option-image {
        transform: scale3d(1.1,1.1,1);
        opacity: .85;
    }

    header .right-pannel .dd-select {
        border: 0;
        background: transparent !important;
        width: 144px !important;
    }

    header .dd-options {
        width: 144px !important;
        border-radius: 5px;
        overflow: initial;
        margin-top: 2px;
        border: 0;
        font-size: 14px;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.23);
        box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.23);
    }

        header .dd-options:before {
            border-color: rgba(136, 183, 213, 0);
            content: "";
            position: absolute;
            top: -10px;
            width: 10px;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #fff;
            right: 10px;
            margin: 0 auto;
        }

    header .dd-option {
        padding: 3px 10px !important;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
    }

    header .dd-options li {
        display: block;
        padding: 0 5px;
    }

    header .dd-option-text {
        line-height: 30px !important;
        font-weight: normal !important;
    }

    header .dd-options label {
        margin-bottom: 0;
        cursor: pointer;
    }

    header .dd-pointer-down {
        border: solid 8px transparent;
        border-top: solid 8px #ef3339;
    }

    header .dd-pointer-up {
        border: solid 8px transparent !important;
        border-bottom: solid 8px #ef3339 !important;
        margin-top: -14px !important;
    }

    header .dd-pointer {
        margin-top: -5px;
        right: 12px !important;
    }

    header .dd-option-selected {
        background: #fff;
    }

    header .dd-option:hover {
        background: #fff;
        text-indent: 3px;
    }
    /*~header sign & login~*/
    header .sign-login-holder {
        float: left;
        position: relative;
        margin-top: -2px;
        margin-left: 24px;
        font-size: 14px;
    }

        header .sign-login-holder .profile {
            display: block;
            border-radius: 5px;
            color: #fff;
            background: #ef3339;
            text-transform: uppercase;
            padding: 0 5px;
            line-height: 36px;
        }

            header .sign-login-holder .profile i {
                display: inline-block;
                padding: 0 10px;
            }

                header .sign-login-holder .profile i.fa-sort-down {
                    font-size: 1.5em;
                    position: relative;
                    top: -2px;
                }

                header .sign-login-holder .profile i.fa-sort-up {
                    top: 8px;
                }

        header .sign-login-holder .sign-up-droupdown {
            position: absolute;
            left: 0;
            right: 0;
            display: none;
            border-radius: 5px;
            padding-top: 10px;
            z-index: 3;
        }

    header .sign-up-droupdown:before {
        border-color: rgba(136, 183, 213, 0);
        content: "";
        position: absolute;
        top: 0px;
        width: 10px;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        right: 10px;
        margin: 0 auto;
    }

    header .sign-up-droupdown ul {
        border-radius: 5px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.23);
        box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.23);
    }

    header .sign-login-holder .sign-up-droupdown li {
        display: block;
        padding: 0 5px;
        background: #fff;
    }

        header .sign-login-holder .sign-up-droupdown li a {
            display: block;
            text-transform: uppercase;
            border-bottom: solid 1px #ddd;
            padding: 8px 15px;
            background: #fff;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
        }

            header .sign-login-holder .sign-up-droupdown li a .fas {
                color: #b7afaf;
                display: inline-block;
                padding-right: 2px;
            }

            header .sign-login-holder .sign-up-droupdown li a:hover .fas {
                color: #ef3339;
            }

            header .sign-login-holder .sign-up-droupdown li a:hover {
                color: #ef3339;
                text-indent: 5px;
            }

        header .sign-login-holder .sign-up-droupdown li:last-child a {
            border-bottom: 0;
        }

    header .slide-menu-open {
        cursor: pointer;
    }

        header .slide-menu-open span {
            display: block;
            width: 30px;
            height: 3px;
            background: #000;
            float: right;
        }

            header .slide-menu-open span:nth-child(2) {
                margin-top: 5px;
                width: 24px;
            }

            header .slide-menu-open span:nth-child(3) {
                margin-top: 5px;
                width: 21px;
            }

    header .logined-holder .profile {
        text-transform: none;
    }

    header .logined {
        width: 254px;
        left: -99px !important;
    }

    header .logined-holder .logined li {
        padding: 0 0px;
    }

        header .logined-holder .logined li a {
            position: relative;
            border-bottom: 0;
            text-transform: none;
            padding: 8px 15px 8px 45px;
        }

        header .logined-holder .logined li.active a {
            font-weight: bold;
            color: #ef3339;
            border-right: 4px solid #f03339;
        }

        header .logined-holder .logined li a:hover {
            font-weight: bold;
            color: #ef3339;
        }

    header .logined-holder .logined ul {
        padding: 20px 0 10px 0;
        background: #fff;
    }

    header .logined:before {
        right: 19px;
    }

    header .logined-holder .logined li a:before {
        position: absolute;
        left: 15px;
        content: "";
        width: 24px;
        height: 24px;
        background: url(../images/sprite-img01.png) no-repeat;
    }

    header .logined-holder .logined li a.profile-icon:before {
        background-position: -4px -578px;
    }

    header .logined-holder .logined li a.booking-icon:before {
        background-position: -30px -578px;
        left: 11px;
    }

    header .logined-holder .logined li a.traveller-icon:before {
        background-position: -63px -578px;
    }

    header .logined-holder .logined li a.status-icon:before {
        background-position: -90px -578px;
    }

    header .logined-holder .logined li a.save-icon:before {
        background-position: -117px -578px;
    }

    header .logined-holder .logined li a.refer-icon:before {
        background-position: -144px -578px;
    }

    header .logined-holder .logined li a.feedback-icon:before {
        background-position: -173px -578px;
    }

    header .logined-holder .logined li a.faq-icon:before {
        background-position: -202px -578px;
    }

    header .logined-holder .logined li a.settings-icon:before {
        background-position: -227px -578px;
    }

    header .logined-holder .logined li a.logout-icon:before {
        background-position: -255px -578px;
    }

    header .logined-holder .logined li:hover a.profile-icon:before {
        background-position: -4px -604px;
    }

    header .logined-holder .logined li:hover a.booking-icon:before {
        background-position: -30px -604px;
        left: 11px;
    }

    header .logined-holder .logined li:hover a.traveller-icon:before {
        background-position: -63px -604px;
    }

    header .logined-holder .logined li:hover a.status-icon:before {
        background-position: -90px -604px;
    }

    header .logined-holder .logined li:hover a.save-icon:before {
        background-position: -117px -604px;
    }

    header .logined-holder .logined li:hover a.refer-icon:before {
        background-position: -144px -604px;
    }

    header .logined-holder .logined li:hover a.feedback-icon:before {
        background-position: -173px -604px;
    }

    header .logined-holder .logined li:hover a.faq-icon:before {
        background-position: -202px -604px;
    }

    header .logined-holder .logined li:hover a.settings-icon:before {
        background-position: -227px -604px;
    }

    header .logined-holder .logined li:hover a.logout-icon:before {
        background-position: -255px -604px;
    }

    header .logined-holder .logined li.active a.profile-icon:before {
        background-position: -4px -604px;
    }

    header .logined-holder .logined li.active a.booking-icon:before {
        background-position: -30px -604px;
        left: 11px;
    }

    header .logined-holder .logined li.active a.traveller-icon:before {
        background-position: -63px -604px;
    }

    header .logined-holder .logined li.active a.status-icon:before {
        background-position: -90px -604px;
    }

    header .logined-holder .logined li.active a.save-icon:before {
        background-position: -117px -604px;
    }

    header .logined-holder .logined li.active a.refer-icon:before {
        background-position: -144px -604px;
    }

    header .logined-holder .logined li.active a.feedback-icon:before {
        background-position: -173px -604px;
    }

    header .logined-holder .logined li.active a.faq-icon:before {
        background-position: -202px -604px;
    }

    header .logined-holder .logined li.active a.settings-icon:before {
        background-position: -227px -604px;
    }

    header .logined-holder .logined li.active a.logout-icon:before {
        background-position: -255px -604px;
    }

    /*sub menu*/
    header nav .side-menu-wrapper .menu-holder {
        position: absolute;
        background: #3f6ec2 url(../images/sub-menu-bg01.png) no-repeat right bottom;
        min-height: 388px;
        width: calc(100% + 116px);
        padding: 20px 15px 20px 15px;
        display: none;
    }

    header nav .side-menu-wrapper .menu-holder2 {
        width: calc(100% - 20px);
    }

    header nav .side-menu-wrapper .menu-flight {
        background: #3f6ec2 url(../images/sub-menu-bg02.png) no-repeat right bottom;
    }

    header nav .side-menu-wrapper .main-nav li:nth-child(3) .menu-holder {
        width: calc(100% + 116px);
    }

    header nav .side-menu-wrapper .main-nav li:nth-child(4) .menu-holder {
        width: calc(100% - 20px);
    }

nav .side-menu-wrapper .menu-holder > a {
    color: #fff;
    font-weight: bold;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

    nav .side-menu-wrapper .menu-holder > a:hover {
        background: transparent !important;
    }

.submenu-holder {
    position: absolute;
    left: 100%;
    top: 0;
    width: 410px;
    display: none;
    padding-left: 40px
}

    .submenu-holder a {
        display: block;
        border: 0 !important;
        padding: 0 0 5px 0 !important;
        color: #fff !important;
    }

    .submenu-holder h2 {
        margin-bottom: 10px !important;
    }

        .submenu-holder h2 a {
            font-weight: bold !important;
            color: #fff !important;
        }

    .submenu-holder a:hover {
        color: #fff200 !important;
        background: transparent !important;
    }

header nav .side-menu-wrapper .menu-holder:before {
    border-color: rgba(63, 110, 194, 1);
    content: "";
    position: absolute;
    top: -7px;
    width: 10px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(63, 110, 194, 1);
    left: 22px;
    margin: 0 auto;
}

header nav .side-menu-wrapper ul.dropdown-nav {
    max-width: 220px;
    position: relative;
}

    header nav .side-menu-wrapper ul.dropdown-nav:after {
        position: absolute;
        right: -20px;
        height: 100%;
        top: 0;
        background: #fff;
        width: 1px;
        content: "";
    }

    header nav .side-menu-wrapper ul.dropdown-nav li {
        display: block;
        float: none;
    }

        header nav .side-menu-wrapper ul.dropdown-nav li a {
            color: #fff;
            font-size: 14px;
            border-bottom: 1px solid #8ca8da;
            padding: 10px 0;
            transition: initial;
            -webkit-transition: initial;
        }

    header nav .side-menu-wrapper ul.dropdown-nav > li:hover > a {
        background: transparent;
        position: relative;
    }

    header nav .side-menu-wrapper ul.dropdown-nav > li.d_active > a:after {
        position: absolute;
        content: "\f0da";
        font-family: Font Awesome\ 5 Free;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 900;
        right: 0;
        top: 14px;
    }

    header nav .side-menu-wrapper ul.dropdown-nav > li.d_active > a {
        color: #fff200 !important;
    }
    /*
header nav .side-menu-wrapper ul.dropdown-nav > li a.d_active {color:#fff200 !important;}  
header nav .side-menu-wrapper ul.dropdown-nav > li a.d_active:after {position:absolute;content: "\f0da";font-family: Font Awesome\ 5 Free;    -webkit-font-smoothing: antialiased;
display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;    font-weight: 900;right:0;top:14px;} 
*/
    header nav .side-menu-wrapper ul.dropdown-nav li.d_active:first-child a:after {
        top: 15px
    }

    header nav .side-menu-wrapper ul.dropdown-nav li:last-child a {
        border-bottom: 0;
        padding-bottom: 0;
    }
/***********~go to top~***********/
#go-top {
    background: #0176b2;
    color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    z-index: 999;
    line-height: 35px;
    display: none;
}
/***********~nav~***********/
.slide-menu-open, .side-menu-overlay, .menu-close, .contact-holder {
    display: none;
}

nav {
    background: #d6d6d6;
    padding: 0px 0;
    border-top: 1px solid #fff;
    transition: all 0.2s ease-in-out;
}

    nav .side-menu-wrapper ul.main-nav {
        position: relative;
    }

    nav .side-menu-wrapper ul li {
        float: left;
    }

        nav .side-menu-wrapper ul li a {
            display: block;
            color: #000;
            padding: 10px 8px;
            position: relative;
            -webkit-transition: .3s;
            transition: .3s;
            -webkit-transition: background 1s;
            transition: background 1s;
        }

            nav .side-menu-wrapper ul li a span {
                background: #2bac36;
                color: #fff;
                padding: 2px 5px;
                font-size: 10px;
                border-radius: 2px;
                text-transform: uppercase;
                margin: 0 0 0 5px;
            }

.side-menu-wrapper {
    position: relative;
    padding-right: 154px;
}

nav .side-menu-wrapper ul li a:hover {
    color: #fff;
    background: #ef3339;
}

nav .side-menu-wrapper ul li.active a {
    color: #fff !important;
    background: #ef3339;
}

nav .side-menu-wrapper ul li:first-child a.active {
    color: #ef3339 !important;
}

nav .side-menu-wrapper ul li:first-child a:hover {
    background: transparent;
}

.booking-btn {
    position: absolute;
    right: 0;
    top: 5px;
}

    .booking-btn .btn {
        color: #000;
    }

        .booking-btn .btn:hover {
            color: #fff;
        }

nav .side-menu-wrapper .menu-holder a {
    background: transparent !important;
}

    nav .side-menu-wrapper .menu-holder a:hover {
        color: #fff200 !important;
    }
/***** Student Fares Tooltip New *****/
span.new {
    animation: blink .5s infinite alternate steps(3);
}

@keyframes blink {
    100% {
        background: #fff200;
        color: #fff;
    }
}

.stud-fare span {
    background: #2bac36;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    margin-left: 5px;
}

.passenger-toggle .passenger-close {
    right: 10px;
    top: 5px;
    position: absolute;
    color: #a1a1a1;
    cursor: pointer;
}

.toggle-switch .stud-fare .tooltiptext-riya {
    background-color: #fff;
    color: #000;
    bottom: -98px;
    width: 100%;
    padding: 10px;
    text-transform: capitalize;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: 0 0 18px 5px rgba(0,0,0,.19);
    font-size: 11px;
    line-height: 16px;
}

    .toggle-switch .stud-fare .tooltiptext-riya::after {
        top: -20px;
        border-color: transparent transparent #fff transparent;
        border-width: 10px;
    }

.passenger-toggle {
    position: absolute;
    padding: 20px 20px 20px 20px;
    right: 0;
    left: 0;
    box-shadow: 0 0 18px 5px rgba(0,0,0,.19);
    background: #fff;
    z-index: 2;
    display: none;
    top: 52px;
    width: 152px;
    margin: 0 auto 0 8px;
}

    .passenger-toggle .count {
        border: 1px solid #a1a1a1;
        border-radius: 3px;
        clear: both;
        float: left;
    }

        .passenger-toggle .count button, input.quntity-input {
            display: inline-block;
            border: 0;
            background: transparent;
            padding: 8px 12px;
            text-align: center;
            -webkit-transition: .5s;
            transition: .5s
        }

        .passenger-toggle .count input.quntity-input {
            width: 30px;
            text-align: center;
            padding: 0;
        }

        .passenger-toggle .count button {
            background: #EFEFEF;
        }

            .passenger-toggle .count button:hover {
                background: #ef3339;
            }

            .passenger-toggle .count button.minus:before {
                color: #A5A5A5;
            }

            .passenger-toggle .count button.minus:hover:before {
                color: #fff;
            }

            .passenger-toggle .count button.plus:hover:before {
                color: #fff;
            }

    .passenger-toggle:after {
        border-color: transparent transparent #fff;
        border-width: 12px;
        border-style: solid;
        width: 0;
        height: 0;
        position: absolute;
        content: '';
        top: -22px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
/**/
.tooltip-riya {
    position: relative;
    display: inline-block;
    opacity: initial;
    z-index: 1;
    font-size: 14px;
}

    .tooltip-riya .tooltiptext-riya {
        visibility: hidden;
        width: 120px;
        background-color: #0176b2;
        color: #fff;
        text-align: center;
        border-radius: 0;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: all 400ms ease 200ms;
        transition: opacity 0.3s;
    }

        .tooltip-riya .tooltiptext-riya::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #0176b2 transparent transparent transparent;
        }

    .tooltip-riya:hover .tooltiptext-riya {
        visibility: visible;
        opacity: 1;
    }

.b2b-offering a span {
    font-size: 12px;
    display: block;
    font-style: italic;
}
/***********~Section~***********/
section.main-contant {
    clear: both;
}

.swiper-container-one {
    width: 100%;
    height: 470px;
}

    .swiper-container-one .swiper-slide {
        position: relative;
    }

.pos-relative {
    position: relative;
}

.contant-slider {
    position: absolute;
}

.swiper-container-one .slider-contant {
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    color: #fff;
}

    .swiper-container-one .slider-contant .banner {
        padding-bottom: 15px;
        float: left;
        width: 90%;
        text-align: left
    }

        .swiper-container-one .slider-contant .banner img {
            max-width: 100%;
            display: inline-block;
        }

    .swiper-container-one .slider-contant .banner-button {
        position: absolute;
        bottom: 26px;
        right: 0;
    }

        .swiper-container-one .slider-contant .banner-button .btn {
            padding: 6px 30px;
        }

.swiper-container-one .swiper-pagination-total {
    display: inline-block;
    font-size: 22px;
    -webkit-transition: 1s;
    transition: 1s;
    line-height: 24px;
}

.swiper-container-one .mid-spantext {
    display: inline-block;
    font-size: 22px;
    -webkit-transition: 1s;
    transition: 1s;
    line-height: 24px;
}

.swiper-container-one span.swiper-pagination-current {
    font-size: 22px;
}

.swiper-container-one .swiper-pagination {
    font-size: 22px;
    line-height: 40px;
}

    .swiper-container-one .swiper-pagination span {
        margin: 0 1px;
    }
    /*
.swiper-container-one span.swiper-pagination-current:before {content: "+";font-family: Font Awesome\ 5 Free;font-weight: 600; font-size:24px;top: 1px;
position: relative;left: -4px;}
*/
    .swiper-container-one .swiper-pagination:hover {
        background: #ef3339;
        color: #fff;
    }

    .swiper-container-one .swiper-pagination div {
        line-height: 18px;
        font-size: 14px;
    }

.tabs-panels .trips, .trips2, .trips3 {
    margin: 0 15px;
}

.tabs-panels .form-holder {
    float: left;
    width: 50%;
    padding-right: 15px;
    position: relative;
    font-size: 14px;
}

.tabs-panels .full-width {
    width: 100%;
    margin-bottom: 5px;
}

.tabs-panels .form-holder .input-effect {
    float: left;
}

.tabs-panels .form-holder .icon-right:after {
    background: url(../images/sprite-img01.png) no-repeat center center;
    content: "";
    width: 33px;
    height: 26px;
    right: 15px;
    top: 5px;
    position: absolute;
    background-position: 2px -31px
}

.tabs-panels .form-holder .input-effect:focus ~ .focus-border {
    width: calc(100% - 15px);
}

.tabs-panels .form-holder .airport-to:after {
    background-position: -39px -31px;
}

.tabs-panels .form-holder .date-icon:after {
    background-position: -129px -33px;
}

.tabs-panels .form-holder .preferred-icon:after {
    background-position: -130px -36px;
    width: 22px;
    height: 21px;
    top: 8px;
}

.form-holder .icon-color {
    position: absolute;
    right: 0;
    font-size: 18px;
    color: #ef3339;
    top: 12px;
}

.domestic-from .form-holder .icon-color {
    right: 15px;
}

.tab-flight .form-holder .icon-color {
    right: 15px;
}

.tab-hotel .form-holder .icon-color {
    right: 15px;
}

.tab-holiday .form-holder .icon-color {
    right: 15px;
}

.tabs-panels .radio {
    margin-right: 22px;
}
/*.tabs-panels .search-btn {width:50%;}*/
.tabs-panels .search-btn .btn {
    width: 100%;
    font-weight: bold;
    min-width: 140px;
}

.tabs-panels .light-color::-webkit-input-placeholder {
    color: #858585;
}

.tabs-panels .light-color::-moz-placeholder {
    color: #858585;
}

.tabs-panels .light-color:-ms-input-placeholder {
    color: #858585;
}

.tabs-panels .light-color:-moz-placeholder {
    color: #858585;
}

.tabs-panels .advanceoptions-holder {
    clear: both;
    margin: 20px -15px 0 -15px;
    font-size: 14px;
}

    .tabs-panels .advanceoptions-holder .advanceoptions {
        float: left;
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        text-transform: uppercase;
        -webkit-transition: .5s;
        transition: .5s;
        margin-left: 10px;
        font-size: 13px;
    }

.tabs-panels .roundtrip .advanceoptions-holder .advanceoptions {
    margin-left: 10px;
}

.tabs-panels .advanceoptions-holder .advanceoptions:before {
    position: absolute;
    content: "\f13a";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    color: #ef3339;
    left: 0;
    font-size: 16px;
    top: -1px;
}

.tabs-panels .advanceoptions-holder .advanceoptions-up:before {
    content: "\f139";
}

.tabs-panels .advanceoptions-holder .toggle-contant {
    clear: both;
    margin-top: 10px;
    float: left;
    width: 100%;
}

    .tabs-panels .advanceoptions-holder .toggle-contant .form-holder {
        width: 220px;
    }

.tabs-panels .toggle-switch {
    float: left;
    margin-left: 10px;
    text-transform: uppercase;
    line-height: 18px;
}

    .tabs-panels .toggle-switch:first-child {
        margin-left: 0;
    }

.tabs-panels .switch-contant {
    margin-top: 15px;
    float: left;
}

.tabs-panels .add-more {
    margin: 0 -15px 0 -15px;
    padding-top: 20px;
    clear: both;
}

    .tabs-panels .add-more .close-button {
        float: left;
        position: relative;
        width: 30px;
    }

    .tabs-panels .add-more .close-room:before {
        left: 0;
        right: inherit;
        top: 8px;
        position: relative;
    }

    .tabs-panels .add-more:first-child .close-room {
        display: none !important;
    }

    .tabs-panels .add-more .form-holder {
        width: 20.9%;
    }

    .tabs-panels .add-more .datepicker-input {
        width: 16.5%;
    }

.tabs-panels .add-city {
    display: inline-block;
}

    .tabs-panels .add-city .btn3 {
        min-width: 155px;
        font-weight: bold;
    }

        .tabs-panels .add-city .btn3 .fas {
            display: inline-block;
            padding-right: 5px;
        }

.tabs-panels .trips-domestic .form-holder {
    width: 100%;
}

.tabs-panels .trips2 .form-holder {
    width: 100%;
}

.tabs-panels .trips3 .form-holder {
    width: 100%;
}

.tabs-panels .trips3 .form-holder {
    width: 100%;
}

.tabs-panels .domestic-from {
    margin-top: 20px;
}

.tab-hotel .domestic-from {
    margin-top: 0;
}

.tab-hotel .form-holder {
    margin-bottom: 20px;
}

.add-room {
    position: absolute;
    padding: 0px 20px 20px 20px;
    right: 0;
    left: 0;
    margin-right: 15px;
    box-shadow: 0 0 18px 5px rgba(0,0,0,.19);
    top: 54px;
    background: #fff;
    z-index: 22;
    display: none;
}

.tabs-panels .form-holder input.room-gust {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.add-room:after {
    display: inline-block;
    border-color: transparent transparent #fff;
    border-width: 12px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    top: -22px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.add-room .room-add-holder {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

    .add-room .room-add-holder h1 {
        color: #2187C9;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

.adult {
    font-weight: bold;
}

    .adult span {
        font-weight: normal;
        font-size: 11px;
        color: #858585;
        display: inline-block;
        padding-left: 5px;
    }

.add-room .count {
    border: 1px solid #a1a1a1;
    border-radius: 3px;
    clear: both;
    float: left;
}

    .add-room .count button, input.quntity-input {
        display: inline-block;
        border: 0;
        background: transparent;
        padding: 8px 12px;
        text-align: center;
        -webkit-transition: .5s;
        transition: .5s
    }

    .add-room .count input.quntity-input {
        width: 30px;
        text-align: center;
        padding: 0;
    }

    .add-room .count button {
        background: #EFEFEF;
    }

        .add-room .count button:hover {
            background: #ef3339;
        }

        .add-room .count button.minus:before {
            color: #A5A5A5;
        }

        .add-room .count button.minus:hover:before {
            color: #fff;
        }

        .add-room .count button.plus:hover:before {
            color: #fff;
        }

.plus:before {
    content: "\f067";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    color: #ef3339;
}

.minus:before {
    content: "\f068";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    color: #ef3339;
}

.add-room .room-add-holder .select-age {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}

.add-room .room-add-holder .age {
    font-weight: bold;
}

.add-room .room-add-holder .select-age ul li {
    float: left;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 3px;
    color: #888888;
    font-size: 12px;
    margin: 0 2px;
    cursor: pointer;
}

    .add-room .room-add-holder .select-age ul li:last-child {
        margin: 0;
    }

    .add-room .room-add-holder .select-age ul li.active {
        background: #FF0101;
        color: #fff;
    }

    .add-room .room-add-holder .select-age ul li span {
        display: block;
        padding: 3px 8px;
    }

    .add-room .room-add-holder .select-age ul li:hover {
        background: #FF0101;
        color: #fff;
    }

.add-room .add-room-btn {
    clear: both;
    margin-top: 20px;
    float: left;
}

.room-add-holder .close-room {
    -webkit-transition: .5s;
    transition: .5s;
}

.close-room:before {
    content: "\f057";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    cursor: pointer;
    color: #A7A7A7;
}

.close-room:before {
    content: "\f057";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    cursor: pointer;
    color: #A7A7A7;
}

.close-room:hover:before {
    color: #FF0101;
}

.passenger-holder {
    min-width: 410px;
    left: -116px;
    padding: 0px 20px;
}

.passenger2room {
    left: -15px;
}

.swap-button {
    width: 20px;
    height: 15px;
    background: url(../images/sprite-img01.png) no-repeat;
    display: block;
    margin: 0 auto;
    background-position: -226px -897px;
    cursor: pointer;
    position: relative;
    top: 18px;
}

.passenger-holder .count {
    margin-bottom: 10px;
}

.passenger-holder .left-holder {
    float: left;
    border-right: 1px solid #e6e6e6;
    padding: 20px 20px 10px 0px;
    width: 140px;
}

.passenger-holder .right-holder {
    float: left;
    padding: 20px 0 10px 20px;
    width: 225px;
}

    .passenger-holder .right-holder .title {
        margin-bottom: 15px;
    }

.passenger-holder .title {
    text-transform: uppercase;
    color: #1968aa;
}

.passenger-holder .radio {
    margin: 0 0 20px 0;
}

    .passenger-holder .radio label {
        font-weight: bold;
        font-size: 16px;
    }
/***********~Toggle switch~***********/
.toggle-switch {
    position: relative;
}

    .toggle-switch p {
        padding-left: 36px;
        margin-bottom: 0;
        font-size: 14px;
    }

    .toggle-switch .switch {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: normal;
        cursor: pointer;
    }

        .toggle-switch .switch input {
            display: none;
        }

    .toggle-switch .slider {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #858585;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 10px;
        width: 28px;
        height: 16px;
    }

        .toggle-switch .slider:before {
            position: absolute;
            content: "";
            height: 15px;
            width: 15px;
            left: -1px;
            bottom: -1px;
            border: 2px solid #858585;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            border-radius: 50%;
        }

    .toggle-switch input:checked + .slider {
        background-color: #858585;
    }

    .toggle-switch input:focus + .slider {
        box-shadow: 0 0 1px #ef3339;
    }

    .toggle-switch input:checked + .slider:before {
        -webkit-transform: translateX(11px);
        -ms-transform: translateX(11px);
        transform: translateX(11px);
    }
/***********~Tabs On baneer~***********/
.tabs-holder {
    position: absolute;
    z-index: 2;
    right: 15px;
    left: 15px;
}

.tabs {
    margin: 20px 0 0 0;
}

.tabs-thumb {
    display: inline-block;
    line-height: 3;
    position: relative;
    background: #ef3339;
    -webkit-transition: .5s;
    transition: .5s;
}

    .tabs-thumb:first-child a:before {
        background: url(../images/sprite-img01.png) no-repeat center center;
        content: "";
        position: absolute;
        width: 35px;
        height: 32px;
        background-position: 0 0;
        top: 5px;
        left: 12px;
    }

    .tabs-thumb:first-child a {
        padding: 0 15px 0 55px;
    }

.tabs-holder .is-active:first-child a:before {
    background: url(../images/sprite-img01.png) no-repeat center center;
    content: "";
    position: absolute;
    width: 35px;
    height: 32px;
    background-position: -94px 0;
    top: 5px;
    left: 12px;
}

.tabs-thumb:nth-child(2) a:before {
    background: url(../images/sprite-img01.png) no-repeat center center;
    content: "";
    position: absolute;
    width: 15px;
    height: 32px;
    background-position: -40px 0;
    top: 5px;
    left: 12px;
}

.tabs-thumb:nth-child(2) a {
    padding: 0 15px 0 20px;
}

.tabs-thumb:nth-child(3) a:before {
    background: url(../images/sprite-img01.png) no-repeat center center;
    content: "";
    position: absolute;
    width: 24px;
    height: 32px;
    background-position: -64px 0;
    top: 5px;
    left: 12px;
}

.tabs-thumb:nth-child(3) a {
    padding: 0 15px 0 50px;
}

.is-active:nth-child(2) a:before {
    background-position: -133px 0;
}

.is-active:nth-child(3) a:before {
    background-position: -157px 0;
}

.tabs-thumb:nth-child(1):hover a:before {
    background-position: -94px 0;
}

.tabs-thumb:nth-child(2):hover a:before {
    background-position: -133px 0;
}

.tabs-thumb:nth-child(3):hover a:before {
    background-position: -157px 0;
}

.tabs-holder .tabs-panels:after {
    position: absolute;
    bottom: -9px;
    content: "";
    height: 9px;
    background: rgba(218, 31, 38, .9);
    left: 0;
    right: 0;
}

.tabs-thumb:hover {
    background: #ebebeb;
}

.tabs-holder .is-active {
    background: #ebebeb;
}

.tabs-thumb a {
    display: block;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    min-width: 140px;
}

    .tabs-thumb a:hover {
        color: #ef3339;
    }
/*panels */
.tabs-panels {
    margin: 0;
    padding: 1.5rem 20px 2rem 20px;
    background: rgba(255,255,255,.9);
    float: left;
    width: 100%;
}

.tabs-panel {
    display: none;
}
/*active */
.tabs-thumb.is-active a {
    color: #ef3339;
}

    .tabs-thumb.is-active a:hover {
        cursor: default;
        color: #ef3339;
    }

.tabs-panel .radio {
    display: inline-block;
}

.trips > .oneway, .roundtrip, .multicity, .trips-domestic, .trips-international, .trips-theme, .trips-international2, .trips-domestic2 {
    display: none;
}

.flightsoffers-main-holder {
    padding: 30px 0 40px 0;
}

    .flightsoffers-main-holder .offer {
        width: 80px;
        height: 80px;
        background: #fff200;
        color: #ef3339;
        border-radius: 50%;
        text-align: center;
        position: relative;
        float: left;
    }

        .flightsoffers-main-holder .offer span {
            display: table;
            height: 100%;
            text-transform: uppercase;
            font-weight: bold;
        }

            .flightsoffers-main-holder .offer span > i {
                font-style: normal;
                display: table-cell;
                vertical-align: middle;
                line-height: 16px;
                font-size: 14px;
            }

        .flightsoffers-main-holder .offer:after {
            background: url(../images/sprite-img01.png) no-repeat center center;
            content: "";
            position: absolute;
            width: 90px;
            height: 28px;
            top: -10px;
            background-position: 1px -61px;
            left: 38px;
        }

        .flightsoffers-main-holder .offer:before {
            background: #fff;
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            top: 5px;
            left: 0;
            right: 0;
            border-radius: 50%;
            margin: 0 auto;
        }

.flightsoffer-holder .offer-code {
    float: left;
    text-align: center;
}

.flightsoffer-holder .offer-title {
    font-size: 14px;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
}

    .flightsoffer-holder .offer-title:hover {
        color: #ef3339;
    }

        .flightsoffer-holder .offer-title:hover span {
            color: #2e9dd9;
        }

    .flightsoffer-holder .offer-title span {
        display: block;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

.flightsoffer-holder .code-block {
    border: 1px dashed #ff0000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 10px;
    background: #fee7dc;
}

    .flightsoffer-holder .code-block input {
        width: 100px;
        text-align: center;
        color: #ef3339;
        border: 0;
        background: transparent;
        font-size: 16px;
        font-weight: bold;
    }

    .flightsoffer-holder .code-block span {
        float: left;
        padding-right: 5px;
        font-size: 14px;
        line-height: 21px;
    }

.flightsoffer-holder .offer-title span .fa-rupee-sign {
    font-size: 14px;
}

.subscribeemail-holder {
    position: relative;
}

    .subscribeemail-holder .subscribeemail-text {
        max-width: 315px;
        font-size: 14px;
        text-align: center;
        margin: 0 auto 7px auto;
    }

        .subscribeemail-holder .subscribeemail-text i {
            color: #2e9dd9;
            font-size: 24px;
            float: left;
        }

    .subscribeemail-holder .form-holder .input {
        border: 1px solid #c2c2c2;
        width: 100%;
        border-radius: 3px;
        padding: 10px 10px;
        color: #000;
        opacity: .8;
        font-size: 14px;
        min-height: 39px;
        transition: .2s ease-out;
    }

        .subscribeemail-holder .form-holder .input:focus:hover {
            box-shadow: 0px 0px 11px rgba(0, 0, 0, .3);
        }

    .subscribeemail-holder .form-holder .inputsubscribe {
        position: absolute;
        top: 0;
        right: 0;
        color: #ef3339;
        background: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 25px;
        border-left: 1px solid #c2c2c2;
        line-height: 37px;
        -webkit-transition: .5s;
        transition: .5s;
        border: 1px solid #c2c2c2;
    }

    .subscribeemail-holder .form-holder .fas {
        position: absolute;
        right: 7px;
        top: 11px;
        color: #ef3339;
        font-size: 18px;
    }

    .subscribeemail-holder .form-holder:hover .inputsubscribe {
        background: #ef3339;
        color: #fff;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .subscribeemail-holder .form-holder:hover .fas {
        color: #fff;
    }

.swiper-slider-offers .swiper-wrapper {
    padding-left: 20px;
}

.swiper-slider-offers .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 15px;
    background: transparent;
    bottom: -32px;
    color: #c2c2c2;
    font-size: 18px;
}

.swiper-slider-offers .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: initial;
    right: 30px;
    bottom: -32px;
    background: transparent;
    color: #c2c2c2;
    font-size: 18px;
}

.light-graybg {
    padding: 30px 0;
    background: #fbfbfb;
}

.heading-why {
    color: #ef3339;
    text-align: center;
    font-size: 26px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

    .heading-why:after {
        position: absolute;
        width: 275px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom: 2px dotted #f9d2d3;
        content: "";
        bottom: 0;
    }

    .heading-why span {
        font-size: 16px;
        display: inline-block;
        padding-left: 5px;
    }

.why-book {
    margin: 0 0 0 20px;
}

    .why-book li {
        float: left;
        width: 25%;
        position: relative;
        font-size: 14px;
        padding-bottom: 30px;
    }

        .why-book li:before {
            position: absolute;
            left: 0;
            width: 80px;
            height: 80px;
            background: #fff;
            content: "";
            border-radius: 50%;
            border: 1px solid #9b9b9b;
            box-shadow: inset 0 0 0 0 #fff;
            transition: box-shadow 0.3s ease-in-out;
        }

.flightsoffers-main-holder .swiper-slider-offers {
    position: initial;
}

.why-book li:after {
    position: absolute;
    left: 20px;
    width: 40px;
    height: 42px;
    background: url(../images/sprite-img01.png) no-repeat center center;
    content: "";
    border-radius: 50%;
    top: 18px;
    background-position: -183px 1px;
}

.why-book li:nth-child(2):after {
    background-position: -223px 1px;
}

.why-book li span {
    padding-left: 90px;
    display: table;
    margin-top: 20px;
}

.why-book li:nth-child(3):after {
    background-position: -170px -48px;
    left: 11px;
    width: 60px;
    height: 45px;
}

.why-book li:nth-child(4):after {
    background-position: -230px -40px;
    left: 8px;
    width: 104px;
    height: 86px;
    top: 12px;
}

.why-book li:hover:before {
    transition: color 0.3s ease-in-out;
}
/***********~become agent~***********/
.become-agent {
    padding: 20px 0;
    margin-bottom: 20px;
}
/*effect*/
.hovicon.effect-1 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

    .hovicon.effect-1:after {
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform 0.2s, opacity 0.2s;
        transform: scale(.8);
    }

    .hovicon.effect-1.sub-a:hover {
        color: #0176b2;
    }

        .hovicon.effect-1.sub-a:hover:before {
            background: #fff200;
            box-shadow: 0 0 0 4px #fff;
            border: 1px solid #fff200;
        }

        .hovicon.effect-1.sub-a:hover:after {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

.white-bg {
    padding: 35px 0 25px 0;
    background: #fff;
}

.heading-03 {
    font-size: 26px;
    color: #0176b2;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}

    .heading-03 span {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #858585;
        margin-top: 10px;
        line-height: 18px;
    }

    .heading-03 i {
        font-style: normal;
        color: #bb272b;
    }

    .heading-03:after {
        position: absolute;
        border-bottom: 2px dotted #cbe3ef;
        content: "";
        width: 310px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -15px;
    }

.img-caption-holder {
    width: 50%;
    position: relative;
}

.img-caption-img {
    overflow: hidden;
}

.caption-inner {
    background: #f1f1f1;
    text-align: center;
    padding: 8px 15px 15px 15px;
    z-index: 1;
    position: relative;
}

.caption-inner {
    text-transform: uppercase;
}

    .caption-inner .caption-title {
        font-weight: bold;
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

        .caption-inner .caption-title span {
            font-size: 14px;
            font-weight: normal;
        }

    .caption-inner p {
        font-size: 14px;
    }

.img-caption-inner {
    min-height: 277px;
    position: relative;
}

    .img-caption-inner img.full {
        width: 100%;
        height: 100%;
        position: absolute;
    }

.caption-inner .price {
    font-weight: bold;
    font-size: 25px;
}

    .caption-inner .price .fas {
        font-size: 22px;
    }

.caption-inner .from-start {
    bottom: 15px;
    right: 0;
    left: 0;
    position: absolute;
}

    .caption-inner .from-start p:first-child {
        margin: 0;
    }

.border-white {
    border-bottom: 1px solid #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

    .border-white:hover .caption-inner {
        background: linear-gradient(to right, #cfa1be, #e5a5b5, #f3aba8, #fab69b, #f6c491);
    }

    .border-white:hover .arrow-right:after {
        border-color: transparent transparent transparent #f6c392;
    }

    .border-white:hover .arrow-left:after {
        border-color: transparent #d0a1be transparent transparent;
    }

    .border-white:hover .btn2 {
        color: #ef3339;
        background: #fff;
        border: 1px solid #fff;
    }

.caption-inner {
    transition: all .25s ease-in;
}

.arrow-right:after {
    display: inline-block;
    border-color: transparent transparent transparent #f1f1f1;
    border-width: 12px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    top: 50%;
    right: -24px;
    margin: -12px auto;
    z-index: 1;
}

.arrow-left:after {
    display: inline-block;
    border-color: transparent #f1f1f1 transparent transparent;
    border-width: 12px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    top: 50%;
    left: -24px;
    margin: -12px auto;
    z-index: 1;
}

.slider-domestic .swiper-wrapper {
    display: block;
}

.slider-international .swiper-wrapper {
    display: block;
}

.view-all-button {
    clear: both;
    text-align: center;
    margin-top: 30px;
}

.heading-05 {
    font-size: 26px;
    color: #0176b2;
    text-align: center;
    position: relative;
    margin-bottom: 52px;
}

    .heading-05 span {
        text-align: center;
        font-size: 16px;
        color: #858585;
        margin-top: 10px;
    }

    .heading-05 i {
        font-style: normal;
        color: #bb272b;
    }

    .heading-05:after {
        position: absolute;
        border-bottom: 2px dotted #cbe3ef;
        content: "";
        width: 310px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -20px;
    }

.view-all {
    position: absolute;
    right: 15px;
    top: 0;
}

    .view-all .btn4 {
        min-width: 145px;
    }

.holiday-img-caption-holder {
    background: #fff;
    transition: box-shadow .5s ease-in-out;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

    .holiday-img-caption-holder:hover {
        box-shadow: 0px 1px 14px -1px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }

.slider-holiday-international .swiper-slide {
    padding: 16px 0px;
}

.holiday-img-caption-holder .holiday-img {
    position: relative;
}

    .holiday-img-caption-holder .holiday-img img {
        width: 100%;
    }

    .holiday-img-caption-holder .holiday-img .offer-holiday {
        position: absolute;
        width: auto;
        z-index: 1;
        top: 13px;
        left: 7px;
    }

.trending-destination {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0;
    width: 239px;
}

    .trending-destination:after {
        background: #ffc813;
        position: absolute;
        content: "";
        left: 34px;
        height: 28px;
        width: 202px;
        top: 0;
    }

    .trending-destination:before {
        position: absolute;
        content: "";
        left: 0;
        width: 36px;
        height: 28px;
        background: url(../images/sprite-img01.png) no-repeat;
        background-position: -174px -124px;
    }

.trending-text {
    position: relative;
    z-index: 2;
    padding: 2px 0 0 45px;
    font-weight: bold;
    color: #9a1507;
}

.trending-destination span {
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    left: 5px;
    top: 0;
    position: absolute;
}

.holidays-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 20px 0;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.80));
}

    .holidays-icon li {
        display: inline-block;
        width: 35px;
        height: 35px;
        background: url(../images/sprite-img01.png) no-repeat;
        background-position: 0px -183px;
        margin: -10px 1px;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.holiday-img-caption-holder .holidays-icon li:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.holidays-icon li.flight {
    background-position: 0px -183px;
}

.holidays-icon li.hotel {
    background-position: -42px -183px;
}

.holidays-icon li.summmer {
    background-position: -83px -183px;
}

.holidays-icon li.bus {
    background-position: -124px -183px;
}

.holidays-icon li.train {
    background-position: -165px -183px;
}

.holiday-img-caption-holder .holiday-caption .title-holiday {
    font-weight: bold;
    font-size: 18px;
}

.holiday-img-caption-holder .holiday-caption {
    padding: 16px 15px;
}

    .holiday-img-caption-holder .holiday-caption .title-holiday span {
        font-weight: normal;
    }

    .holiday-img-caption-holder .holiday-caption .price span {
        font-size: 18px;
        font-weight: bold;
    }

.slider-holiday-international {
    margin-bottom: 40px;
}

.slider-holiday-indian {
    margin-bottom: 10px;
}

.holiday-img-caption-holder .holiday-caption .price {
    margin-bottom: 20px;
}

.slider-holiday-indian .swiper-slide {
    padding: 16px 0px;
}

.slider-holiday-international .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: transparent;
    bottom: 62%;
}

.slider-holiday-international .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: transparent;
    bottom: 62%;
}

.slider-holiday-international .swiper-button-next:after {
    content: "\f054";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    right: 0;
    background: #0176b2;
    margin: -15px 0;
}

.slider-holiday-international .swiper-button-prev:after {
    content: "\f053";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    left: 0;
    background: #0176b2;
    margin: -15px 0;
}

.slider-holiday-indian .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: transparent;
    bottom: 62%;
}

.slider-holiday-indian .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: transparent;
    bottom: 62%;
}

.slider-holiday-indian .swiper-button-next:after {
    content: "\f054";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    right: 0;
    background: #0176b2;
    margin: -15px 0;
}

.slider-holiday-indian .swiper-button-prev:after {
    content: "\f053";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    left: 0;
    background: #0176b2;
    margin: -15px 0;
}

.slider-exclusive-hotel .hotel-deals-img img {
    width: 100%;
}

.slider-exclusive-hotel .hotel-deals-caption {
    background: #f5f5f5;
    min-height: 182px;
    padding: 8px 15px;
}

.hotel-deals-holder {
    position: relative;
    transition: box-shadow .5s ease-in-out;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

    .hotel-deals-holder:hover {
        box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        overflow: hidden;
    }

    .hotel-deals-holder .hotel-deals-img {
        transition: box-shadow .5s ease-in-out;
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .hotel-deals-holder:hover .hotel-deals-img {
        -o-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

.slider-exclusive-hotel {
    overflow: inherit;
}

    .slider-exclusive-hotel .hotel-deals-caption h6 {
        font-weight: bold;
        font-size: 14px;
    }

    .slider-exclusive-hotel .hotel-deals-caption span {
        font-size: 12px;
    }

.star {
    margin-bottom: 10px;
}

    .star .checked {
        color: #ff8a00;
    }

.slider-exclusive-hotel .hotel-deals-caption .price span {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}

.slider-exclusive-hotel .hotel-deals-caption .price i {
    font-size: 15px;
}

.slider-exclusive-hotel .hotel-deals-caption .view-detals-btn {
    position: absolute;
    bottom: 7px;
}

.text-strike {
    text-decoration: line-through !important;
}

.slider-exclusive-hotel .hotel-deals-caption .price .text-strike {
    font-size: 12px;
    color: #636363;
    margin-right: 5px;
}

    .slider-exclusive-hotel .hotel-deals-caption .price .text-strike i {
        font-size: 10px;
    }

.travels-row li {
    position: relative;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    padding: 58px 0 0 0;
}

    .travels-row li:after {
        width: 55px;
        height: 50px;
        content: "";
        position: absolute;
        margin: 0 auto;
        background: url(../images/sprite-img01.png) no-repeat;
        background-position: 0 -106px;
        left: 0;
        right: 0;
        top: 0;
    }

    .travels-row li:nth-child(2):after {
        background-position: -54px -114px;
    }

    .travels-row li:nth-child(3):after {
        background-position: -108px -109px;
    }

    .travels-row li:last-child {
        border-right: 0;
    }

.travels-row .title-travel {
    font-size: 20px;
    margin-bottom: 5px;
}

.travels-row p {
    font-size: 14px;
    min-height: 40px;
}

.travel-holder {
    padding: 0 15px;
}

.travel-img img {
    width: 100%;
}

.add-banner {
    border: 1px solid #989898;
    margin-bottom: 25px;
}

    .add-banner img {
        width: 100%;
    }
/*our clients*/
.our-client .profile {
    position: relative;
    width: 163px;
    height: 163px;
    float: left;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .our-client .profile:before {
        content: '';
        position: absolute;
        border: 2px solid #bb272b;
        right: 0;
        left: 0;
        bottom: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left;
        z-index: 0;
        height: 82px;
        width: 164px;
        border-bottom-left-radius: 164px;
        border-bottom-right-radius: 164px;
        border-top: 0;
    }

    .our-client .profile img {
        border-radius: 50%;
        width: 163px;
        height: 163px;
        padding: 15px;
        position: relative;
        z-index: 1;
    }

.our-client .client-name {
    float: left;
    color: #393731;
    line-height: 10px;
    margin-bottom: 25px;
}

    .our-client .client-name .star {
        display: inline-block;
    }

    .our-client .client-name i.location {
        display: block;
        font-size: 12px;
    }

.client-description {
    font-style: italic;
    color: #393731;
    font-size: 14px;
    clear: both;
}

.profile-description {
    margin-top: 32px;
}

.our-client .swiper-pagination {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 42px;
    margin-bottom: 10px;
}

.our-client .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    background: transparent;
}

.our-client .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #dcdde5;
}

.our-client .swiper-pagination-bullet-active {
    background: #ef3339;
}

.datepicker-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.4);
    z-index: 22;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ui-datepicker.ui-datepicker-multi {
    z-index: 33 !important;
}

.room-overlay {
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0,0,0,.2);
    display: none;
}

.main-block {
    position: fixed;
    height: 155px;
    top: 32%;
    right: 0;
    z-index: 3;
    bottom: 0;
    width: auto;
}

    .main-block:hover {
        width: 155px;
    }

.circle .rotated {
    transform: scale(1.2) rotate(90deg);
}

.open .circle {
    -webkit-animation: none;
    animation: none;
}

.main-block:hover .circle {
    -webkit-animation: none;
    animation: none;
}

    .main-block:hover .circle > i {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.open .circle > i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.main-block:hover .circle__item {
    opacity: 1;
}

.open .circle__item {
    opacity: 1;
}

.main-block:hover .circle__item:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #ef3339;
}

.open .circle__item:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #ef3339;
}

.circle__item a i.fa-phone {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-block:hover #item1 {
    -webkit-transform: translate(-170%, 96%);
    transform: translate(-170%, 96%);
}

.open #item1 {
    -webkit-transform: translate(-170%, 96%);
    transform: translate(-170%, 96%);
}

.main-block:hover #item1:before {
    transform: rotate(140deg);
    right: -20px;
    top: -7px;
}

.open #item1:before {
    transform: rotate(140deg);
    right: -20px;
    top: -4px;
}

.main-block:hover #item2 {
    -webkit-transform: translate(-196%, -160%);
    transform: translate(-196%, -160%);
}

.thankyou-message {
    text-align: center;
    clear: both;
    font-weight: bold;
    color: #5c9c12;
    font-size: 22px;
    display: none;
}

    .thankyou-message p {
        margin: 0;
    }

.open #item2 {
    -webkit-transform: translate(-196%, -160%);
    transform: translate(-196%, -160%);
}

.main-block:hover #item2:before {
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg);
    right: -25px;
    bottom: 0px;
}

.open #item2:before {
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg);
    right: -25px;
    bottom: 0px;
}

.main-block:hover #item3 {
    -webkit-transform: translate(-235%, -25%);
    transform: translate(-235%, -25%);
}

.open #item3 {
    -webkit-transform: translate(-235%, -25%);
    transform: translate(-235%, -25%);
}

.main-block:hover #item3:before {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    right: -30px;
    bottom: 22px;
}

.open #item3:before {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    right: -30px;
    bottom: 22px;
}

.circle {
    -webkit-animation: puls 1s infinite;
    animation: puls 1s infinite;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 55px;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #ef3339;
    right: 10px;
    top: 42px;
    border: 1px solid #fff;
}

    .circle i {
        transition: all 0.3s ease;
    }

.circle__items {
    list-style: none;
}

.circle__item {
    display: block;
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #000;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    text-align: center;
}

    .circle__item:hover {
        background: #ed1c24;
    }

    .circle__item > a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-decoration: none;
    }

.circle #item1 {
    transition: all 0.2s ease;
}

.circle #item2 {
    transition: all 0.4s ease;
}

.circle #item3 {
    transition: all 0.6s ease;
}

.box-massage {
    background: #fff;
    box-shadow: 0 0 16px 10px rgba(0,0,0,.19);
    width: 350px;
    position: absolute;
    right: -365px;
    font-size: 14px;
    top: -65px;
}

    .box-massage:after {
        display: inline-block;
        border-color: transparent transparent transparent #fff;
        border-width: 12px;
        border-style: solid;
        width: 0;
        height: 0;
        position: absolute;
        content: '';
        top: 90px;
        right: -24px;
        margin-top: -6px;
    }

    .box-massage .close-button {
        position: absolute;
        font-family: Font Awesome\ 5 Free;
        font-weight: 600;
        right: -16px;
        color: #6182a9;
        top: -12px;
        background: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: none;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        z-index: 1;
    }

        .box-massage .close-button:hover {
            background: #000;
            color: #fff;
        }

        .box-massage .close-button:after {
            content: "\f00d";
        }

    .box-massage .top-bar {
        background: #37444D;
        color: #fff;
        padding: 15px 20px;
        text-align: center;
    }

        .box-massage .top-bar p {
            margin-bottom: 0;
        }

    .box-massage h1 {
        font-size: 1.13em;
        margin-bottom: 5px;
    }

    .box-massage .box-description {
        padding: 15px 20px;
        position: relative;
        overflow: hidden;
        background: #fff;
    }

        .box-massage .box-description .form-holder {
            margin-bottom: 20px;
        }

        .box-massage .box-description .switch-text i {
            font-style: normal;
            color: #ED1B22;
        }

    .box-massage .toggle-switch {
        margin-bottom: 10px;
    }

        .box-massage .toggle-switch a {
            color: #000;
            font-style: normal;
        }

.contact-box-massage .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.contact-box-massage a {
    color: #000;
}

.contact-box-massage .fa-phone {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.contact-box-massage p span {
    display: inline-block;
    padding-left: 8px;
}

.contact-box-massage i {
    color: #ef3339;
}

.contact-box-massage .btn {
    color: #fff;
}

    .contact-box-massage .btn:hover {
        color: #ED1B22;
    }

.chat-1 p {
    text-align: center;
}

.chat-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .chat-2 .top-bar {
        text-align: left;
    }

    .chat-2 .message {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

        .chat-2 .message .photo {
            display: block;
            width: 45px;
            height: 45px;
            background: #E6E7ED;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

    .chat-2 .online {
        position: relative;
        top: 30px;
        left: 35px;
        width: 13px;
        height: 13px;
        background-color: #8BC34A;
        border-radius: 13px;
        border: 3px solid #FAFAFA;
    }

    .chat-2 .offline {
        background-color: #b8c1ad;
    }

    .chat-2 .text {
        margin: 0 35px;
        background-color: #f6f6f6;
        padding: 10px 15px;
        border-radius: 12px;
    }

    .chat-2 .footer-chat {
        width: 100%;
        align-items: center;
        bottom: 0;
        background-color: transparent;
        border-top: 1px solid #EEE;
        position: absolute;
        left: 0;
        right: 0;
    }

        .chat-2 .footer-chat .icon {
            margin-left: 30px;
            color: #C0C0C0;
            font-size: 14pt;
        }

    .chat-2 .write-message {
        border: none !important;
        width: 100%;
        height: 50px;
        padding: 10px 20px;
    }

    .chat-2 .footer-chat .send {
        color: #fff;
        background-color: #0176b2;
        position: absolute;
        right: 15px;
        padding: 12px 12px 12px 12px;
        border-radius: 50px;
        top: 6px;
        cursor: pointer;
    }

    .chat-2 .footer-chat .icon {
        margin-left: 30px;
        color: #C0C0C0;
        font-size: 14pt;
    }

    .chat-2 .time {
        font-size: 10px;
        color: lightgrey;
        margin-bottom: 10px;
        margin-left: 40px;
    }

    .chat-2 .response {
        float: right;
        margin-right: 0px !important;
        margin-left: auto;
    }

        .chat-2 .response .text {
            background-color: #e3effd !important;
        }

    .chat-2 .middle-chat {
        height: 300px;
        overflow-y: scroll;
        width: 350px;
        padding-bottom: 50px;
    }

.chat-1, .chat-2 {
    box-shadow: 0 0 16px 10px rgba(0,0,0,.19);
}

.chat-2 {
    display: none;
}

@media (min-width: 992px) {
    .slider-exclusive-hotel .swiper-slide {
        width: 33.33333333%;
    }
}
/***********~footer~***********/
footer {
    clear: both;
}

    footer .footer {
        background: url('../images/footer-bg.jpg') no-repeat;
        padding: 20px 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

        footer .footer h6 {
            display: table;
            border-bottom: 1px solid #fff;
            padding-bottom: 10px;
            font-weight: bold;
            color: #555555;
            font-size: 16px;
            width: 100%;
            margin: 20px 0 10px 0;
        }

    footer .nav-footer {
        font-size: 14px;
    }

        footer .nav-footer a {
            display: block;
            color: #707070;
            margin-bottom: 5px;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

            footer .nav-footer a:hover {
                color: #ef3339;
            }

    footer .sub-title {
        font-weight: bold;
        color: #555555;
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 13px;
    }

    footer .spacer-top {
        margin: 20px 0 5px 0;
    }

    footer .social li {
        display: block;
    }

        footer .social li a {
            color: #707070;
            display: block;
            -webkit-transition: 0.5s;
        }

            footer .social li a i {
                display: inline-block;
                padding-right: 5px;
                font-size: 18px;
                position: relative;
                top: 2px;
                -webkit-transition: -webkit-transform .7s;
                -moz-transition: -moz-transform .7s;
                -ms-transition: -ms-transform .7s;
                -o-transition: -o-transform .7s;
                transition: transform .7s;
            }

            footer .social li a:hover i {
                -webkit-transform: scale(1.2,1.2);
                -moz-transform: scale(1.2,1.2);
                -ms-transform: scale(1.2,1.2);
                -o-transform: scale(1.2,1.2);
                transform: scale(1.2,1.2);
            }

            footer .social li a.facebook i {
                color: #0054a6;
            }

            footer .social li a.twitter i {
                color: #00aeef;
            }

            footer .social li a.instagram i {
                color: #ed145b;
            }

            footer .social li a.google-plus i {
                color: #ff0000;
            }

            footer .social li a.linkedin i {
                color: #003663;
            }

            footer .social li a.facebook:hover {
                color: #0054a6;
            }

            footer .social li a.twitter:hover {
                color: #00aeef;
            }

            footer .social li a.instagram:hover {
                color: #ed145b;
            }

            footer .social li a.google-plus:hover {
                color: #ff0000;
            }

            footer .social li a.linkedin:hover {
                color: #003663;
            }

    footer .copyright {
        background: #fff;
        padding: 10px 0;
    }

        footer .copyright ul li {
            display: inline-block;
            margin-right: 10px;
        }

            footer .copyright ul li:first-child {
                margin-right: 32px;
            }

            footer .copyright ul li:last-child {
                margin-right: 0;
            }

            footer .copyright ul li a {
                display: block;
            }

                footer .copyright ul li a i {
                    color: #417505;
                }

        footer .copyright .social li a span {
            display: none;
        }

        footer .copyright ul.social li:first-child {
            margin-right: 0;
        }

        footer .copyright ul.social li {
            margin-right: 0;
        }

        footer .copyright ul.social {
            display: none;
        }

        footer .copyright .social2 {
            line-height: 36px;
        }

    footer .footer-subscribeemail .subscribeemail-holder .subscribeemail-text {
        float: left;
        max-width: 340px;
    }

    footer .subscribeemail-holder .subscribeemail-text i {
        color: #ff3333;
        position: relative;
        top: 8px;
    }

    footer .subscribeemail-holder .subscribeemail-text span {
        color: #676767;
        display: block;
        padding-left: 34px;
        text-align: left;
    }

    footer .subscribeemail-holder .form-holder {
        float: left;
        width: 420px;
    }

    footer .subscribeemail-holder {
        width: 760px;
        margin: 0 auto;
    }

        footer .subscribeemail-holder .subscribeemail-text {
            margin-bottom: 0;
        }
/*custom animation*/
@-webkit-keyframes puls {
    0% {
        box-shadow: 0px 0px 5px rgb(239, 51, 57);
    }

    50% {
        box-shadow: 0px 0px 20px #ef3339;
    }
}

@keyframes puls {
    0% {
        box-shadow: 0px 0px 5px rgb(239, 51, 57);
    }

    50% {
        box-shadow: 0px 0px 20px #ef3339;
    }
}
/**New Header css**/
header {
    background: #ffffff !important;
    padding-top: 10px !important
}

.logo-area {
    display: inline-block;
    width: 100%;
    max-width: 300px;
}

    .logo-area .riya-logo {
        display: inline-block;
        width: 100%;
        max-width: 180px;
        padding: 0 15px 0 0;
        margin: 0 15px 10px 0;
        position: relative;
    }

        .logo-area .riya-logo:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            background: #ad3061;
            display: block;
            top: 0;
            right: 0
        }

    .logo-area .fourthyears-logo {
        width: 100%;
        max-width: 100px;
        display: inline-block;
        margin: 0 0 10px 0
    }

@media only screen and (max-width:1280px) {
    header .logo img {
        max-width: 120px;
    }

    header .right-pannel li {
        padding: 0 0 0 5px;
    }

    .logo-area .riya-logo {
        display: inline-block;
        width: 100%;
        max-width: 125px;
    }

    .logo-area .fourthyears-logo {
        width: 100%;
        max-width: 70px;
        margin: 0 0 10px 0
    }

    .logo-area {
        display: inline-block;
        width: 100%;
        max-width: 270px;
    }

    header .right-holder {
        float: right;
        margin-top: 10px !important;
    }
}

@media only screen and (max-width:991px) {
    .logo-area {
        display: inline-block;
        width: 100%;
        max-width: 280px;
    }

        .logo-area .riya-logo {
            max-width: 150px;
            margin: 0 10px 10px 0;
            padding: 0 10px 0 0
        }

        .logo-area .fourthyears-logo {
            width: 100%;
            max-width: 90px;
            margin: 0 0 10px 0
        }

    header .sign-login-holder .profile {
        border-radius: 50% !important;
        padding: 0 !important;
        width: 36px;
        height: 36px;
        text-align: center;
    }

    .sign-login-holder a span {
        display: none;
    }

    a.profile i.fa-sort-down {
        display: none;
    }

    header .sign-login-holder {
        margin-left: -35px !important;
    }

    header .right-holder {
        margin-top: 8px !important;
        margin-right: 40px !important;
    }

    .slide-menu-open {
        top: 10px !important
    }

    header .sign-login-holder .profile i.fa-sort-down {
        display: none
    }
}


@media only screen and (max-width:568px) {
    .logo-area {
        display: inline-block;
        width: 100%;
        max-width: 190px;
    }

        .logo-area .riya-logo {
            max-width: 100px;
            margin: 0 5px 10px 0;
            padding: 0 5px 0 0;
        }

        .logo-area .fourthyears-logo {
            max-width: 70px;
            margin: 0 0 10px 0
        }

    header .dd-pointer {
        margin: auto !important;
        position: absolute;
        left: -15px;
        right: 0 !important;
        bottom: -70px;
        display: none !important
    }

    header .dd-pointer-down {
        border: solid 5px transparent !important;
        border-top: solid 5px #ef3339 !important;
    }

    header .right-pannel .dd-selected {
        padding: 0 !important
    }
}

@media only screen and (max-width:359px) {
    .logo-area {
        display: inline-block;
        width: 100%;
        max-width: 150px;
    }

        .logo-area .riya-logo {
            max-width: 85px;
            margin: 0 3px 10px 0;
            padding: 0 3px 0 0;
        }

        .logo-area .fourthyears-logo {
            max-width: 55px;
            margin: 0 0 10px 0
        }
}

.flightsoffers-main-holder .holiday-img-caption-holder .holiday-caption .title-holiday {
    height: auto !important
}