body {
    font-family: roboto;
    color: #161616;
    letter-spacing: .5px
}

@media screen and (max-width:991px) {
    .container {
        max-width: 100%
    }
}

img {
    max-width: 100%
}

.btn.focus, .btn:focus, .form-control:focus, button:focus {
    outline: 0;
    box-shadow: none;
    border-color: #d2d2d2
}

a {
    color: #06bdc1
}

    a:hover {
        color: var(--themecolor1);
    }

.svg-icon {
    width: 20px
}

.form-control {
    color: #787878;
    border-color: #e1e1e1;
    height: 40px;
    font-size: 12px
}

.input-group .input-group-prepend .input-group-text {
    background-color: transparent;
    height: 40px
}

.input-group .form-control {
    border-left: 0
}

.input-group .fas.fa-chevron-down {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #c2c2c2
}

.select2 .selection .select2-selection {
    color: #787878;
    border-color: #e1e1e1;
    border-radius: 0;
    height: 40px;
    font-size: 12px;
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

    .select2 .selection .select2-selection:focus {
        outline: none;
        box-shadow: none
    }

    .select2 .selection .select2-selection .select2-selection__rendered {
        color: #787878;
        border-color: #e1e1e1;
        height: 100%;
        line-height: 40px;
        padding-left: 0
    }

    .select2 .selection .select2-selection .select2-selection__arrow {
        display: none
    }

.btn-send {
    background-color: #0D6D97;
    color: #fff;
    font-size: 16px;
    /*font-weight: 700;*/
    font-weight: 400;
    width: 100%;
    border-radius: 0
}

    .btn-send:hover {
        background-color: #06bdc1;
        color: #fff
    }

header .navbar {
    background-color: #ffffff;
    /*background-color: rgba(255,255,255,.78);*/
    position: fixed;
    width: 100%;
    z-index: 99999
}

@media screen and (max-width:992px) {
    header .navbar {
        display: flex
    }
}

@media screen and (max-width:992px) {
    header .navbar .navbar-collapse {
        flex-basis: unset
    }
}

@media screen and (max-width:480px) {
    header .navbar .navbar-brand img {
        width: 100px
    }
}

@media screen and (max-width:992px) {
    header .navbar .navbar-nav {
        display: flex;
        justify-content: flex-end;
        flex-direction: unset
    }
}

header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    /*font-weight: 700;*/
    color: #161616
}

    header .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #0d6d97;
    }

header .navbar .navbar-nav .nav-item .s-rtl {
    color: #ff7400;
    font-size: 12px;
    font-weight: 700;
    border: 1.5px solid #f18c18;
    background-color: transparent;
    padding: .3rem 1rem
}

@media screen and (max-width:480px) {
    header .navbar .navbar-nav .nav-item .s-rtl {
        padding: .3rem
    }
}

header .navbar .navbar-nav .nav-item .s-rtl:hover {
    background-color: #ff7400;
    color: #fff;
    border-color: #ff7400
}

header .navbar .navbar-nav .nav-item .btn i {
    color: #06bdc1;
    font-size: 30px
}

@media screen and (max-width:480px) {
    header .navbar .navbar-nav .nav-item .btn i {
        font-size: 18px
    }
}

header .navbar .navbar-nav .nav-item .btn:hover i {
    color: #ff7400
}

header .navbar .navbar-nav .border-l-r {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
    margin-left: 1rem
}

@media screen and (max-width:480px) {
    header .navbar .navbar-nav .border-l-r {
        margin-left: .5rem
    }
}

@media screen and (max-width:992px) {
    header .navbar .navbar-nav .border-l-r a {
        padding: 0 10px
    }
}

@media screen and (max-width:480px) {
    header .navbar .navbar-nav .border-l-r a img {
        width: 20px
    }
}

.main-content .banner .intro {
    position: relative;
    height: auto !important;
    transform: translateZ(0);
    z-index: inherit
}

@media screen and (max-width:767px) {
    .main-content .banner .intro {
        z-index: 10
    }
}

@media screen and (min-width:768px) {
    .main-content .banner .intro .carousel-indicators {
        top: 50%;
        bottom: auto;
        width: max-content;
        margin: 0;
        right: 0;
        left: auto;
        transform: rotate(90deg)
    }
}

.main-content .banner .intro .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #b8b8b6;
    opacity: 1
}

    .main-content .banner .intro .carousel-indicators li.active {
        background-color: #4ab0d8
    }

/*@media screen and (min-width:768px) {
    .main-content .banner .intro .carousel-inner .carousel-item > img {
        -webkit-animation: zoom 20s;
        animation: zoom 20s
    }
}*/

@media screen and (max-width:900px) {
    .main-content .banner .intro .carousel-inner .carousel-item > img {
        height: 75vh;
        object-fit: cover
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1,1)
    }

    to {
        -webkit-transform: scale(1.5,1.5)
    }
}

@keyframes zoom {
    from {
        transform: scale(1,1)
    }

    to {
        transform: scale(1.5,1.5)
    }
}

.main-content .banner .intro .caption {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    color: #fff
}

@media screen and (max-width:767px) {
    .main-content .banner .intro .caption {
        position: relative;
        top: 0
    }
}

.main-content .banner .intro .caption h1 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .main-content .banner .intro .caption h1 {
        font-size: 28px
    }
}

.main-content .banner .intro .caption h5 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1rem
}

    .main-content .banner .intro .caption h5 span {
        font-weight: 900
    }

.main-content .banner .intro .caption span {
    font-size: 16px;
    font-weight: 700
}

    .main-content .banner .intro .caption span .btn {
        padding: .3rem 1rem;
        background-color: #06bdc1;
        color: #fff;
        font-size: 12px
    }

.main-content .banner .intro .caption .intro-var ul {
    border-bottom: 0;
    justify-content: center
}

    .main-content .banner .intro .caption .intro-var ul li {
        margin-bottom: 0
    }

@media screen and (max-width:767px) {
    .main-content .banner .intro .caption .intro-var ul li {
        width: 25%
    }
}

@media screen and (max-width:370px) {
    .main-content .banner .intro .caption .intro-var ul li {
        width: 50%
    }
}

.main-content .banner .intro .caption .intro-var ul li a {
    padding: .5rem;
    font-size: 15px;
    /*font-weight: 700;*/
    background-color: #0D6D97;
    color: #fff;
    border-color: #0D6D97;
    margin: 0 .155rem;
    width: 180px
}

@media screen and (max-width:1780px) {
    .main-content .banner .intro .caption .intro-var ul li a {
        width: 150px
    }
}

@media screen and (max-width:1500px) {
    .main-content .banner .intro .caption .intro-var ul li a {
        width: 125px
    }
}

@media screen and (max-width:1200px) {
    .main-content .banner .intro .caption .intro-var ul li a {
        font-size: 12px
    }
}

@media screen and (max-width:767px) {
    .main-content .banner .intro .caption .intro-var ul li a {
        margin: 0;
        border-radius: 0;
        width: 100%
    }
}

.main-content .banner .intro .caption .intro-var ul li a img {
    width: 17px;
    filter: brightness(0) invert(1)
}

@media screen and (max-width:767px) {
    .main-content .banner .intro .caption .intro-var ul li a img {
        display: block;
        margin: 0 auto
    }
}

.main-content .banner .intro .caption .intro-var ul li a.active {
    background-color: #fff;
    color: #17317f;
    border-color: #fff
}

    .main-content .banner .intro .caption .intro-var ul li a.active img {
        filter: unset
    }

.main-content .banner .intro .caption .intro-var .tab-content {
    background-color: #fff;
    border-radius: 4px;
    /*box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);*/
    padding: 1rem;
    padding: 1rem 1.5rem 7px 1.5rem !important;
}

@media screen and (max-width:991px) {
    .main-content .banner .intro .caption .intro-var .tab-content {
        padding: 1rem
    }
}

@media screen and (max-width:767px) {
    .main-content .banner .intro .caption .intro-var .tab-content {
        border-radius: 0;
        padding: .5rem
    }
}

@media screen and (max-width:900px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .col-auto {
        margin-bottom: 10px
    }
}

@media screen and (max-width:575px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .col-auto {
        flex: 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline label {
    color: #272727;
    justify-content: start;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .5rem
}

@media screen and (max-width:991px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline label {
        margin-top: 5px
    }
}

@media screen and (max-width:767px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline label {
        text-align: left;
        display: block
    }
}

/*@media screen and (max-width:575px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .economy .input-group .input-group-prepend {
        width: 100% !important
    }
}*/

@media screen and (max-width:575x) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .input-group-prepend {
        position: absolute;
        top: 0;
        z-index: 999;
        height: 40px
    }
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .input-group-text {
    background: 0 0;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

@media screen and (max-width:575px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .input-group-icon {
        width: 100% !important
    }
}

@media screen and (max-width:1200px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .select2 {
        width: auto !important
    }
}

@media screen and (max-width:575px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .select2 {
        padding-left: 0;
        width: 80% !important
    }
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .select2 .select2-selection--single {
    border-color: #d2d2d2;
    height: 40px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .select2 .select2-selection--single span {
        font-size: 12px;
        font-weight: 400;
        height: 100%;
        color: #272727;
        display: block;
        line-height: 40px;
        text-align: left
    }

    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .select2 .select2-selection--single .select2-selection__arrow {
        display: none
    }

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .form-control {
    border-left: 0;
    border-color: #d2d2d2;
    height: 40px;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    color: #272727;
    font-weight: 400;
    font-size: 12px;
    padding-left: 0
}

@media screen and (min-width:1600px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .form-control {
        width: 250px
    }
}

@media screen and (max-width:1200px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .form-control {
        width: 100% !important
    }
}

@media screen and (max-width:575px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .form-control {
        padding-left: 0
    }
}

@media screen and (min-width:1700px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .input--style-1 {
        width: 300px
    }
}

@media screen and (max-width:1699px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .input--style-1 {
        width: 250px
    }
}

@media screen and (max-width:767px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .input--style-1 {
        padding-right: 35px
    }
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group .fa-chevron-down {
    position: absolute;
    right: 15px;
    color: #c2c2c2;
    top: 12px
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group ::-webkit-input-placeholder {
    color: #272727
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group :-ms-input-placeholder {
    color: #272727
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .input-group ::placeholder {
    color: #272727
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .btn {
    background-color: #579400;
    border-color: #579400;
    color: #fff;
    height: 40px;
    padding: .5rem;
    font-size: 14px;
    font-weight: 500;
    max-width: 100%;
    flex: 1
}

@media screen and (max-width:1400px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .btn {
        width: 250px
    }
}

@media screen and (max-width:991px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .btn {
        max-width: max-content;
        margin-bottom: 10px
    }
}

@media screen and (max-width:767px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .btn {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        padding: .3rem;
        font-weight: 500
    }
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .btn:hover {
    background-color: #0D6D97;
    border-color: #0D6D97;
}

@media screen and (max-width:1399px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .f-btn {
        width: auto;
        max-width: inherit;
        flex: initial;
        padding: .5rem 1rem
    }
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .dropdown-select {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -webkit-calc(102%);
    top: -moz-calc(102%);
    top: calc(100% + 2px);
    background: #fff;
    z-index: 999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    padding: 1.5rem 1rem
}

    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .dropdown-select.show {
        display: block
    }

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .list-room {
    list-style: none;
    max-height: 210px;
    overflow-y: auto;
    padding: 0
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .list-room__item {
    margin-bottom: 20px;
    text-align: left
}

@media screen and (max-width:767px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .list-room__item {
        width: 100%
    }
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .list-room__name {
    margin-bottom: 27px;
    display: block;
    font-weight: 700;
    color: #999
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .list-person {
    list-style: none;
    padding: 0
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .list-person__item {
    margin-bottom: 10px;
    text-align: left
}

@media screen and (max-width:767px) {
    .main-content .banner .intro .caption .intro-var .tab-content .form-inline .list-person__item {
        width: 100%
    }
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .list-person__item:last-child {
    margin-bottom: 0
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .list-person__item .name {
    font-size: 16px;
    color: #ff7400;
    font-weight: 700;
    display: inline-block;
    margin-top: 5px
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: right
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .minus, .main-content .banner .intro .caption .intro-var .tab-content .form-inline .plus {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 24px;
    color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .quantity > input {
    -webkit-appearance: none;
    width: 55px;
    text-align: center;
    font-size: 16px;
    color: #161616;
    font-weight: 700;
    margin: 0 4px;
    border: 1px solid #ececec;
    text-indent: 10px
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .minus, .main-content .banner .intro .caption .intro-var .tab-content .form-inline .plus {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 24px;
    color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .list-person__item::after {
    content: "";
    clear: both;
    display: table
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline .list-room__footer {
    padding-top: 10px;
    border-top: 1px solid #e5e5e5
}

.main-content .banner .intro .caption .intro-var .tab-content .form-inline #btn-add-room {
    font-family: inherit;
    font-size: 15px;
    color: #17317f;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.main-content .banner .intro .caption .intro-var .tab-content #flights {
    justify-content: start
}

    .main-content .banner .intro .caption .intro-var .tab-content #flights li a {
        background-color: #579400;
        color: #fff;
        border-color: #579400
    }

        .main-content .banner .intro .caption .intro-var .tab-content #flights li a.active {
            background-color: #ff7400;
            border-color: #ff7400
        }

.main-content .banner .intro .caption .intro-var .tab-content .btw {
    background-color: #06bdc1;
    padding: 8px;
    margin-top: auto;
    display: block
}

.main-content .banner .intro .carousel-caption {
    position: absolute;
    top: 25%
}

@media screen and (max-width:1024px) {
    .main-content .banner .intro .carousel-caption {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        bottom: inherit
    }
}

@media screen and (min-width:768px) {
    .main-content .banner .intro .carousel-caption {
        display: none
    }
}

.main-content .banner .intro .overlay-cruve {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    overflow: hidden
}

    .main-content .banner .intro .overlay-cruve svg {
        height: auto;
        width: 101%;
        max-width: 101%
    }

.text-22 {
    font-size: 22.5px
}

.text-16 {
    font-size: 16px
}

@media screen and (max-width:1024px) {
    .text-22 {
        font-size: 18px
    }
}

.v-a-p {
    background-image: url(../images/bg-vap.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

@media screen and (max-width:480px) {
    .v-a-p .col-auto {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

.v-a-p .vap-two-c .h-vap {
    font-weight: 400;
    background-color: #579400;
    padding: .8rem 1rem;
    border-top-right-radius: 12px;
    margin-bottom: 1rem
}

@media screen and (max-width:480px) {
    .v-a-p .vap-two-c .h-vap {
        display: inline-block;
        margin-bottom: 2rem
    }
}

.v-a-p .vap-two-c .h-vap:after {
    content: '';
    box-shadow: inset 0 4px #579400,inset 0 16px 1px 1px #579400;
    -moz-box-shadow: inset 0 16px #579400,inset 0 16px 1px 1px #579400;
    position: absolute;
    width: 40px;
    height: 26px;
    border-radius: 50%;
    transform: rotate(234deg);
    right: -5px;
    bottom: 22px
}

@media screen and (max-width:480px) {
    .v-a-p .vap-two-c .h-vap:after {
        right: auto;
        top: 30px;
        left: 219px
    }
}

.v-a-p .vap-two-c .divider {
    background: #579400;
    display: block;
    width: 100%;
    height: 12px;
    margin-top: -28px
}

.v-a-p .vap-two-c .vap-btn {
    background-color: #17317f;
    padding: .3rem 1rem;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

@media screen and (max-width:480px) {
    .v-a-p .vap-two-c .vap-btn {
        margin-bottom: .75rem
    }
}

@media screen and (max-width:768px) {
    .v-a-p .vap-two-c .vap-btn {
        margin-bottom: .75rem
    }
}

.v-a-p .vap-two-c .vap-btn:hover {
    background-color: #ff7400
}

/*.v-a-p .vap-two-c .box {
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)
}*/

@media screen and (max-width:767px) {
    .v-a-p .vap-two-c .box {
        flex-wrap: wrap
    }
}

@media screen and (max-width:767px) {
    .v-a-p .vap-two-c .box {
        margin-bottom: 30px
    }
}

.v-a-p .vap-two-c .box .l-vap {
    width: 350px;
    height: 175px;
    display: block
}

@media screen and (max-width:767px) {
    .v-a-p .vap-two-c .box .l-vap {
        width: 100%;
        height: 300px;
        flex: 0 100%;
        max-width: 100%
    }
}

.v-a-p .vap-two-c .box .l-vap img {
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:767px) {
    .v-a-p .vap-two-c .box .l-vap img {
        width: 100%;
        height: 175px;
    }
}

@media screen and (max-width:767px) {
    .v-a-p .vap-two-c .box .r-vap {
        width: 100%;
        flex: 0 100%;
        max-width: 100%
    }
}

.v-a-p .vap-two-c .box .pkg-title {
    width: 340px !important
}

.v-a-p .vap-two-c .box .r-vap h4 {
    font-size: 16px;
    font-weight: 500;
    color: #00103e;
    margin-bottom: 1rem;
    height: 20px !important
}

@media screen and (max-width:900px) {
    .v-a-p .vap-two-c .box .r-vap h4 {
        font-size: 16px
    }
}

.v-a-p .vap-two-c .box .r-vap ul li {
    margin-bottom: .5rem
}

    .v-a-p .vap-two-c .box .r-vap ul li span {
        margin-left: .5rem;
        font-size: 12px;
        color: #272727
    }

    .v-a-p .vap-two-c .box .r-vap ul li:last-child {
        margin-bottom: 0
    }

.v-a-p .vap-two-c .box .r-vap .cta-vap {
    justify-content: space-between;
    padding: 1rem 0 0;
    align-items: center
}

    .v-a-p .vap-two-c .box .r-vap .cta-vap b span {
        display: block;
        color: #00103e;
        font-size: 18px;
        line-height: 18px
    }

@media screen and (max-width:900px) {
    .v-a-p .vap-two-c .box .r-vap .cta-vap b span {
        font-size: 14px;
        line-height: 14px
    }
}

.v-a-p .vap-two-c .box .r-vap .cta-vap .btn-bn {
    background-color: #ff7400;
    padding: .3rem 1rem;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase
}

    .v-a-p .vap-two-c .box .r-vap .cta-vap .btn-bn:hover {
        background-color: #579400
    }

.v-a-p .second-v-a-p .h-vap:after {
    content: '';
    box-shadow: inset 0 4px #06bdc1,inset 0 16px 1px 1px #06bdc1;
    -moz-box-shadow: inset 0 16px #06bdc1,inset 0 16px 1px 1px #06bdc1;
    position: absolute;
    width: 40px;
    height: 26px;
    border-radius: 50%;
    transform: rotate(234deg);
    right: -5px;
    bottom: 22px
}

.v-a-p .second-v-a-p .h-vap, .v-a-p .second-v-a-p .divider {
    background-color: #06bdc1
}

.v-a-p .third-v-a-p .h-vap:after {
    content: '';
    box-shadow: inset 0 4px #06c178,inset 0 16px 1px 1px #06c178;
    -moz-box-shadow: inset 0 16px #06c178,inset 0 16px 1px 1px #06c178;
    position: absolute;
    width: 40px;
    height: 26px;
    border-radius: 50%;
    transform: rotate(234deg);
    right: -5px;
    bottom: 22px
}

.v-a-p .third-v-a-p .h-vap, .v-a-p .third-v-a-p .divider {
    background-color: #06c178
}

.text-45 {
    font-size: 45px
}

.find-book {
    background-image: url(../images/find-book.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0 0
}

    .find-book h2 {
        font-weight: 900;
        margin-bottom: 2.5rem
    }

    .find-book p {
        font-size: 16.5px;
        font-weight: 400;
        margin-bottom: 0;
        color: #fff;
        margin-bottom: 3rem
    }

    .find-book .findlist {
        box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
    }

        .find-book .findlist ul {
            margin: 0;
            /*padding: 2rem 1rem*/
        }

@media screen and (max-width:767px) {
    .find-book .findlist ul {
        flex-wrap: wrap
    }
}

.find-book .findlist ul li {
    padding: 0
}

@media screen and (max-width:900px) {
    .find-book .findlist ul li {
        padding: 0 .5rem
    }
}

@media screen and (max-width:767px) {
    .find-book .findlist ul li {
        flex: 0 100%;
        padding: 0;
        max-width: 100%
    }
}

.find-book .findlist ul li .img-f {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.find-book .findlist ul li span {
    color: #00132f;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-top: 10px
}

@media screen and (max-width:1200px) {
    .find-book .findlist ul li span {
        font-size: 14px
    }
}

.category-vap {
    background-image: url(../images/cat-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0 5rem;
    margin-top: -3rem;
    background-color: #fff;
    background-attachment: fixed
}

    .category-vap .hl {
        display: block;
        width: 15px;
        height: 40px;
        background-color: #ff7400;
        margin-right: 1rem
    }

    .category-vap .blue {
        background-color: #06bdc1
    }

    .category-vap h3 {
        font-size: 22.5px;
        color: #17317f
    }

@media screen and (max-width:1200px) {
    .category-vap h3 {
        font-size: 18px
    }
}

.category-vap .card {
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
}

@media screen and (max-width:767px) {
    .category-vap .card {
        margin-bottom: 30px
    }
}

.category-vap .card .img-cat {
    display: block
}

    .category-vap .card .img-cat img {
        height: 200px;
        object-fit: cover;
        width: 100%
    }

.category-vap .card .cat-d {
    padding: 1rem 1.5rem
}

    .category-vap .card .cat-d h5 {
        font-size: 15px;
        font-weight: 500;
        color: #00103e;
        margin-bottom: 1rem
    }

    .category-vap .card .cat-d .reviews {
        margin-bottom: .5rem
    }

        .category-vap .card .cat-d .reviews ul {
            margin-bottom: 0
        }

            .category-vap .card .cat-d .reviews ul li .fas {
                color: #fed207
            }

            .category-vap .card .cat-d .reviews ul li .far {
                color: #4ed3a0
            }

        .category-vap .card .cat-d .reviews span {
            font-size: 12px;
            font-weight: 700;
            margin-left: .5rem;
            text-transform: capitalize
        }

    .category-vap .card .cat-d .fa-clock {
        color: #06bdc1
    }

    .category-vap .card .cat-d span {
        color: #000;
        font-size: 12px;
        font-weight: 400
    }

    .category-vap .card .cat-d .price-c span {
        font-size: 12px;
        font-weight: 400;
        color: #0D6D97;
    }

        .category-vap .card .cat-d .price-c span b {
            font-size: 16px
        }

.vap-btn {
    background-color: #17317f;
    padding: .3rem 1rem;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

    .vap-btn:hover {
        background-color: #ff7400;
        color: #fff
    }

.clients-says {
    background-image: url(../images/client-says-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0 0;
    background-color: #fff
}

    .clients-says h2 {
        font-weight: 700;
        font-size: 35px
    }

@media screen and (max-width:1200px) {
    .clients-says h2 {
        font-size: 25px
    }
}

.clients-says .divider {
    background-color: #06bdc1;
    width: 100px;
    height: 10px
}

.clients-says .card {
    padding: 2rem;
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
    width: 100%
}

@media screen and (max-width:767px) {
    .clients-says .card {
        margin-bottom: 30px
    }
}

.clients-says .card:before {
    content: '';
    background-image: url(../images/double-q.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute
}

.clients-says .card .client-r h6 {
    color: #17317f;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 700
}

@media screen and (max-width:1200px) {
    .clients-says .card .client-r h6 {
        font-size: 16px
    }
}

.clients-says .card .client-r ul {
    margin-bottom: 0
}

    .clients-says .card .client-r ul li i {
        color: #ffd800;
        font-size: 12px
    }

.blog {
    padding: 6rem 0 0;
    margin-top: -2.5rem;
    background-color: #fff
}

@media screen and (max-width:767px) {
    .blog {
        padding-bottom: 3.5rem
    }
}

.blog .hl {
    display: block;
    width: 15px;
    height: 40px;
    background-color: #06bdc1;
    margin-right: 1rem
}

.blog h2 {
    font-size: 22.5px;
    color: #17317f
}

@media screen and (max-width:1200px) {
    .blog h2 {
        font-size: 18px
    }
}

.blog .card {
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
}

@media screen and (max-width:767px) {
    .blog .card {
        flex-wrap: wrap
    }
}

.blog .card .b-img {
    margin-right: 1.5rem;
    width: 250px
}

@media screen and (max-width:767px) {
    .blog .card .b-img {
        flex: 0 100%;
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        height: 300px
    }
}

.blog .card .b-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:767px) {
    .blog .card .r-card {
        flex: 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.blog .card .r-card span {
    color: #000;
    font-weight: 400;
    font-size: 12px
}

.blog .card .r-card h5 {
    font-size: 16.5px;
    color: #17317f;
    font-weight: 700
}

.blog .card .r-card p {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.blog .card .r-card a {
    color: #ff7400;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400
}

    .blog .card .r-card a img {
        margin-left: .5rem
    }

footer .f-m {
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

    footer .f-m h4 {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        /*font-weight: 700;*/
        text-transform: uppercase;
        margin-bottom: 1rem
    }

    footer .f-m .list ul {
        margin-bottom: 0
    }

        footer .f-m .list ul li {
            position: relative;
            margin-bottom: 1.5rem;
            padding-left: 1rem
        }

            footer .f-m .list ul li:before {
                content: '';
                background-color: #06bdc1;
                width: 5px;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0
            }

            footer .f-m .list ul li span {
                font-size: 15px;
                font-weight: 400;
                color: #fff
            }

                footer .f-m .list ul li span a {
                    font-size: 22.5px;
                    font-weight: 400;
                    color: #fff !important
                }

@media screen and (max-width:1200px) {
    footer .f-m .list ul li span a {
        font-size: 16px
    }
}

footer .f-m .menu li {
    margin-bottom: .5rem
}

    footer .f-m .menu li a {
        font-size: 14px;
        font-weight: 400;
        color: #fff !important
    }

        footer .f-m .menu li a:hover {
            color: #ff7400
        }

footer .f-m .qoute {
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

footer .f-m form .input-group-text {
    background-color: #91C11F;
    border-color: #91C11F;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

    footer .f-m form .input-group-text i {
        color: #fff
    }

    footer .f-m form .input-group-text:hover {
        background-color: #06bdc1;
        border-color: #06bdc1
    }

footer .f-m .social-links {
    margin-top: 2rem
}

    footer .f-m .social-links ul {
        padding: 0;
        margin: 0
    }

        footer .f-m .social-links ul li {
            margin-right: 1rem
        }

            footer .f-m .social-links ul li:last-child {
                margin-right: 0
            }

            footer .f-m .social-links ul li a {
                background-color: #fff;
                border-radius: 100%;
                color: #000;
                width: 35px;
                height: 35px;
                display: flex;
                justify-content: center;
                align-items: center
            }

                footer .f-m .social-links ul li a:hover {
                    background-color: #0D6D97;
                    color: #fff
                }

@media screen and (max-width:767px) {
    footer .f-l ul {
        justify-content: center
    }
}

footer .f-l ul li {
    margin-right: 1rem
}

    footer .f-l ul li a {
        font-size: 12px;
        font-weight: 400;
        color: #000;
        text-transform: uppercase
    }

    footer .f-l ul li:last-child {
        margin-right: 0
    }

footer .f-l span {
    font-size: 12px;
    font-weight: 400;
    color: #000
}

@media screen and (max-width:767px) {
    footer .f-l span {
        float: none !important;
        text-align: center;
        display: block
    }
}

.d-rtl {
    direction: rtl
}

    .d-rtl ul {
        padding-right: 0
    }

    .d-rtl .w-clock, .d-rtl h5 {
        text-align: right
    }

    .d-rtl span, .d-rtl p {
        text-align: right;
        display: block
    }

    .d-rtl .f-m h4 {
        text-align: right
    }

    .d-rtl .f-m .list ul li {
        padding-right: 1.5rem
    }

        .d-rtl .f-m .list ul li:before {
            right: 0
        }

    .d-rtl .f-m .input-group {
        direction: ltr
    }

    .d-rtl .f-m .menu li {
        text-align: right
    }

    .d-rtl .f-l span {
        float: left !important
    }

    .d-rtl .navbar-nav .border-l-r {
        margin-right: 1rem
    }

.r-card.d-rtl a img {
    display: none
}

.main-content .inner-page .intro {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center
}

    .main-content .inner-page .intro .caption {
        top: 0;
        position: relative
    }

        .main-content .inner-page .intro .caption h1 {
            font-size: 42px;
            font-weight: 500;
        }

@media screen and (max-width:991px) {
    .main-content .inner-page .intro .caption h1 {
        font-size: 30px
    }
}

.main-content .inner-page .intro .caption p {
    font-size: 15px;
    font-weight: 400
}

@media screen and (max-width:767px) {
    .f-b {
        display: block
    }
}

@media screen and (max-width:767px) {
    .m-v {
        display: none
    }
}

.list-page .content-bg {
    background-color: #e8f5f0;
    background-image: url(../images/p-a-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.list-page .banner {
    background-image: url(../images/list-banner.png);
    background-position: center
}

.list-page .v-a-p {
    background-color: transparent;
    background-image: none
}

@media screen and (max-width:480px) {
    .list-page .v-a-p .h-vap:after {
        left: 73px;
        top: 19px
    }
}

@media screen and (max-width:480px) {
    .list-page .v-a-p .divider {
        margin-top: -38px
    }
}

@media screen and (max-width:767px) {
    .list-page .v-a-p .filter {
        display: none
    }
}

.list-page .v-a-p .filter .btn:focus {
    outline: 0;
    border: 0;
    color: transparent;
    background-color: transparent
}

.list-page .v-a-p .box {
    border-radius: 4px;
    border: 0;
    margin-bottom: 2rem
}

    .list-page .v-a-p .box .r-vap .reviews ul {
        margin-bottom: 0
    }

        .list-page .v-a-p .box .r-vap .reviews ul li {
            margin-bottom: 0
        }

            .list-page .v-a-p .box .r-vap .reviews ul li i {
                color: #fed207;
                font-size: 12px
            }

    .list-page .v-a-p .box .r-vap .reviews span {
        font-size: 12px;
        margin-left: 1rem;
        color: #232323;
        font-weight: 400
    }

    .list-page .v-a-p .box .r-vap .cta-review ul {
        margin-bottom: 0
    }

        .list-page .v-a-p .box .r-vap .cta-review ul li {
            margin-bottom: 0;
            margin-left: 5px
        }

    .list-page .v-a-p .box .r-vap .dpf .bg-f {
        background-color: #d9e9e3;
        padding: .3rem .5rem
    }

        .list-page .v-a-p .box .r-vap .dpf .bg-f span {
            font-size: 12px;
            font-weight: 500;
            color: #232323
        }

        .list-page .v-a-p .box .r-vap .dpf .bg-f .days {
            font-size: 14px;
            font-weight: 500;
            color: #f18c18
        }

    .list-page .v-a-p .box .r-vap .dpf .bg-l {
        background-color: #e8f5f0;
        padding: .3rem .5rem
    }

        .list-page .v-a-p .box .r-vap .dpf .bg-l span {
            font-size: 12px;
            font-weight: 500;
            color: #232323
        }

        .list-page .v-a-p .box .r-vap .dpf .bg-l .price {
            font-size: 14px;
            font-weight: 500;
            color: #579400
        }

    .list-page .v-a-p .box .r-vap .hotels .hn {
        font-size: 12px;
        color: #232323;
        font-weight: 400
    }

    .list-page .v-a-p .box .r-vap .hotels .area {
        color: #17317f;
        font-size: 15px;
        font-weight: 500
    }

    .list-page .v-a-p .box .r-vap .f-cards .btn {
        background-color: #0D6D97;
        width: 100%;
        border-radius: 0;
        border: 0;
        color: #fff;
        padding-top: .7rem;
        padding-bottom: .7rem;
        font-weight: 500;
        font-size: 15px
    }

        .list-page .v-a-p .box .r-vap .f-cards .btn:hover {
            background-color: #4ab0d8
        }

.list-page .v-a-p .list-view .box {
    flex-direction: unset;
    margin-bottom: 1rem
}

    .list-page .v-a-p .list-view .box .l-vap {
        width: 100%;
        flex: 0 30%;
        max-width: 30%;
        height: 100%
    }

        .list-page .v-a-p .list-view .box .l-vap img {
            height: 182px;
            width: 100%
        }

    .list-page .v-a-p .list-view .box .r-vap {
        width: 100%;
        flex: 70%;
        max-width: 70%;
        display: flex;
        flex-wrap: wrap
    }

        .list-page .v-a-p .list-view .box .r-vap .detail-view {
            width: 100%;
            flex: 50%;
            max-width: 50%
        }

            .list-page .v-a-p .list-view .box .r-vap .detail-view p {
                margin-top: 1rem;
                font-size: 12px;
                margin-bottom: 0
            }

        .list-page .v-a-p .list-view .box .r-vap .h-col {
            width: 100%;
            flex: 50%;
            max-width: 50%
        }

            .list-page .v-a-p .list-view .box .r-vap .h-col .hotels .h-details {
                padding: .7rem .5rem
            }

            .list-page .v-a-p .list-view .box .r-vap .h-col .dpf .bg-f {
                padding: .5rem
            }

            .list-page .v-a-p .list-view .box .r-vap .h-col .dpf .bg-l {
                padding: .46rem .5rem
            }

            .list-page .v-a-p .list-view .box .r-vap .h-col .f-cards .btn {
                padding-top: 1rem;
                padding-bottom: .8rem;
                height: 85%
            }

.list-page .l-vap .tag-alert {
    position: absolute;
    top: 0;
    right: 15px;
    background-image: url(../images/tag.png);
    padding: 5px 10px 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

    .list-page .l-vap .tag-alert span {
        color: #fff;
        font-weight: 400;
        font-size: 12px
    }

        .list-page .l-vap .tag-alert span:first-child {
            font-size: 21px;
            font-weight: 700;
            line-height: 22px
        }

.inquire {
}

    .inquire .v-a-p {
        background-image: none;
        background-color: transparent
    }

@media screen and (max-width:480px) {
    .inquire .v-a-p .h-vap:after {
        left: 120px;
        top: 19px
    }
}

.inquire .form-inquire {
    padding: 1.5rem 1rem;
    margin-top: -15px
}

    .inquire .form-inquire .row {
        margin-left: -5px;
        margin-right: -5px
    }

        .inquire .form-inquire .row .col-sm-6, .inquire .form-inquire .row .col-6, .inquire .form-inquire .row .col-sm-12, .inquire .form-inquire .row .col-12, .inquire .form-inquire .row .col-sm-2, .inquire .form-inquire .row .col-2, .inquire .form-inquire .row .col-sm-3, .inquire .form-inquire .row .col-3, .inquire .form-inquire .row .col-sm-4, .inquire .form-inquire .row .col-4, .inquire .form-inquire .row .col-sm-5, .inquire .form-inquire .row .col-5, .inquire .form-inquire .row .col-sm-7, .inquire .form-inquire .row .col-7, .inquire .form-inquire .row .col {
            padding-left: 5px;
            padding-right: 5px
        }

        .inquire .form-inquire .row label {
            color: #474747;
            font-size: 12px;
            font-weight: 500;
            /*font-weight: 700;*/
        }

        .inquire .form-inquire .row .svg-icon {
            opacity: .5
        }

.inquire h2 {
    font-size: 33.5px;
    font-weight: 500
}

.inquire .divide {
    background-color: #2daae2;
    width: 100px;
    height: 10px;
    display: block;
    margin: 1rem 0
}

.inquire p {
    font-size: 12px;
    color: #000;
    font-weight: 400
}

.client-says-inner {
    background-image: url(../images/inner-c-pack-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 6rem;
    background-attachment: fixed
}

    .client-says-inner .v-a-p {
        background-image: none;
        background-color: transparent
    }

    .client-says-inner .clients-says {
        background-image: none;
        background-color: transparent;
        padding: 0
    }

    .client-says-inner .category-vap {
        background-image: none;
        background-color: transparent
    }

.inner-f {
    margin-top: -130px
}

    .inner-f .input-group-prepend {
        background-color: #f18c18;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

.form-l {
    color: #2daae2;
    /*font-weight: 700;*/
    font-weight: 500;
    font-size: 16px
}

.flight-page .content-bg {
    background-color: transparent;
    background-image: url(../images/flight-sectionv.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.flight-page .banner {
    background-image: url(../images/flight-bg.png);
    background-position: center;
    background-size: cover
}

.flight-page .v-a-p {
    background-color: transparent;
    background-image: none
}

@media screen and (max-width:480px) {
    .flight-page .v-a-p .divider {
        margin-top: -96px
    }
}

.flight-page .v-a-p .box .l-vap {
    height: 170px
}

    .flight-page .v-a-p .box .l-vap img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

.flight-page .v-a-p .box .r-vap h6 {
    color: #00103e;
    font-size: 16.5px;
    font-weight: 700
}

.flight-page .v-a-p .box .r-vap .price-list {
    color: #f18c18;
    font-weight: 400;
    font-size: 12px
}

    .flight-page .v-a-p .box .r-vap .price-list b {
        font-size: 16.5px
    }

.flight-page .category-vap {
    padding-bottom: 8rem;
    background-color: transparent;
    background-image: none
}

.flight-page .dropdown-select {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -webkit-calc(102%);
    top: -moz-calc(102%);
    top: calc(100% + 2px);
    background: #fff;
    z-index: 999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    padding: 1.5rem 1rem
}

    .flight-page .dropdown-select.show {
        display: block
    }

.flight-page .list-room {
    list-style: none;
    max-height: 210px;
    overflow-y: auto;
    padding: 0
}

.flight-page .list-room__item {
    margin-bottom: 20px;
    text-align: left
}

.flight-page .list-room__name {
    margin-bottom: 27px;
    display: block;
    font-weight: 700;
    color: #999
}

.flight-page .list-person {
    list-style: none;
    padding: 0
}

.flight-page .list-person__item {
    margin-bottom: 10px;
    text-align: left
}

    .flight-page .list-person__item:last-child {
        margin-bottom: 0
    }

    .flight-page .list-person__item .name {
        font-size: 16px;
        color: #ff7400;
        font-weight: 700;
        display: inline-block;
        margin-top: 5px
    }

.flight-page .quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: right
}

.flight-page .minus, .flight-page .plus {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 24px;
    color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.flight-page .quantity > input {
    -webkit-appearance: none;
    width: 55px;
    text-align: center;
    font-size: 16px;
    color: #161616;
    font-weight: 700;
    margin: 0 4px;
    border: 1px solid #ececec;
    text-indent: 10px
}

.flight-page .minus, .flight-page .plus {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 24px;
    color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.flight-page .list-person__item::after {
    content: "";
    clear: both;
    display: table
}

.flight-page .list-room__footer {
    padding-top: 10px;
    border-top: 1px solid #e5e5e5
}

.flight-page #btn-add-room {
    font-family: inherit;
    font-size: 15px;
    color: #17317f;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.booking {
    margin-top: -7rem
}

    .booking .card {
        padding: 1.5rem 2rem;
        box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)
    }

@media screen and (max-width:575px) {
    .booking .card {
        padding: 15px
    }
}

.booking .card .up-side .custom-control-label {
    color: #444c57;
    font-weight: 700
}

    .booking .card .up-side .custom-control-label:before {
        border: 2px solid #d8d4c4
    }

.booking .card .up-side .custom-control {
    cursor: pointer
}

@media screen and (max-width:575px) {
    .booking .card .up-side .custom-control {
        font-size: 13px
    }
}

.booking .card .up-side .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ff7400;
    color: #ff7400;
    border-color: #ff7400;
    box-shadow: none
}

.booking .card .up-side .custom-control-input:checked ~ .custom-control-label:after {
    display: none
}

.booking .card .down .form-group {
    margin-bottom: 0
}

.booking .card .down .col-auto {
    max-width: 17.6667%;
    flex: 0 17.6667%
}

@media screen and (max-width:1199px) {
    .booking .card .down .col-auto {
        max-width: 50%;
        flex: 0 50%
    }
}

.booking .card .down .col-auto, .booking .card .down .col {
    padding-left: 2px;
    padding-right: 2px
}

@media screen and (max-width:1199px) {
    .booking .card .down .col-auto, .booking .card .down .col {
        margin-bottom: 4px
    }
}

.booking .card .down .col-auto .card, .booking .card .down .col .card {
    padding: .3rem .5rem;
    box-shadow: none;
    height: 100%
}

    .booking .card .down .col-auto .card label, .booking .card .down .col .card label {
        font-size: 12px;
        color: #444c57
    }

    .booking .card .down .col-auto .card span, .booking .card .down .col .card span {
        font-size: 12px;
        color: #444c57;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .booking .card .down .col-auto .card .select2 .selection .select2-selection, .booking .card .down .col .card .select2 .selection .select2-selection {
        border: 0;
        padding: 0;
        font-size: 18px;
        color: #1f1f1f;
        font-weight: 700;
        height: auto
    }

@media screen and (max-width:575px) {
    .booking .card .down .col-auto .card .select2 .selection .select2-selection, .booking .card .down .col .card .select2 .selection .select2-selection {
        font-size: 15px
    }
}

.booking .card .down .col-auto .card .select2 .selection .select2-selection .select2-selection__rendered, .booking .card .down .col .card .select2 .selection .select2-selection .select2-selection__rendered {
    border: 0;
    padding: 0;
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 700;
    height: auto;
    margin-bottom: .2rem;
    margin-top: .5rem;
    line-height: initial
}

@media screen and (max-width:575px) {
    .booking .card .down .col-auto .card .select2 .selection .select2-selection .select2-selection__rendered, .booking .card .down .col .card .select2 .selection .select2-selection .select2-selection__rendered {
        font-size: 15px
    }
}

.booking .card .down .col-auto .card .form-control, .booking .card .down .col .card .form-control {
    border: 0;
    padding: 0;
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 700;
    background-color: transparent;
    height: auto;
    margin-bottom: .2rem;
    margin-top: .5rem
}

@media screen and (max-width:575px) {
    .booking .card .down .col-auto .card .form-control, .booking .card .down .col .card .form-control {
        font-size: 15px
    }
}

.booking .card .down .col-auto .card ::-webkit-input-placeholder, .booking .card .down .col .card ::-webkit-input-placeholder {
    color: #1f1f1f
}

.booking .card .down .col-auto .card :-ms-input-placeholder, .booking .card .down .col .card :-ms-input-placeholder {
    color: #1f1f1f
}

.booking .card .down .col-auto .card ::placeholder, .booking .card .down .col .card ::placeholder {
    color: #1f1f1f
}

.booking .card .down .col-auto .btn, .booking .card .down .col .btn {
    background-color: #579400;
    color: #fff;
    font-size: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    justify-content: center
}

    .booking .card .down .col-auto .btn:hover, .booking .card .down .col .btn:hover {
        background-color: #06bdc1
    }

.booking .card .down .dropdown .dropdown-toggle {
    padding: 0;
    margin-bottom: .2rem;
    margin-top: .5rem;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 700;
    display: flex;
    align-items: center
}

    .booking .card .down .dropdown .dropdown-toggle img {
        width: 15px;
        filter: grayscale(1);
        opacity: .5;
        margin-right: .2rem;
        margin-left: .2rem
    }

        .booking .card .down .dropdown .dropdown-toggle img:first-child {
            margin-left: 0
        }

    .booking .card .down .dropdown .dropdown-toggle:after {
        display: none
    }

@media screen and (max-width:575px) {
    .booking .card .down .dropdown .dropdown-toggle {
        font-size: 15px
    }
}

.booking .card .down .dropdown .dropdown-menu {
    left: -240px !important
}

@media screen and (max-width:767px) {
    .booking .card .down .dropdown .dropdown-menu {
        left: 0 !important
    }
}

@media screen and (max-width:575px) {
    .booking .card .down .dropdown .dropdown-menu {
        left: -25px !important;
        max-width: 300px;
        will-change: unset !important;
        transform: unset !important
    }
}

.booking .card .down .dropdown .pushRight {
    margin-left: auto
}

.booking .card .down .dropdown .travellers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 40px
}

@media screen and (max-width:767px) {
    .booking .card .down .dropdown .travellers {
        padding: 20px
    }
}

@media screen and (max-width:575px) {
    .booking .card .down .dropdown .travellers {
        padding: 10px
    }
}

.booking .card .down .dropdown .travellers .appendBottom20 {
    margin-bottom: 20px
}

    .booking .card .down .dropdown .travellers .appendBottom20 .font12 {
        font-size: 12px;
        line-height: 12px
    }

.booking .card .down .dropdown .travellers .guestCounter {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-right: 1rem
}

    .booking .card .down .dropdown .travellers .guestCounter li {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        width: 36px;
        height: 32px;
        position: relative;
        z-index: 2
    }

@media screen and (max-width:575px) {
    .booking .card .down .dropdown .travellers .guestCounter li {
        width: 30px;
        height: 25px
    }
}

.booking .card .down .dropdown .travellers .guestCounter li:after {
    width: 100%;
    height: 38px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background: #ff7400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    z-index: -1
}

.booking .card .down .dropdown .travellers .guestCounter li.selected {
    color: #fff;
    font-weight: 900
}

    .booking .card .down .dropdown .travellers .guestCounter li.selected:after {
        width: 100%;
        height: 38px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        background: #06bdc1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
        z-index: -1
    }

.booking .card .down .dropdown .travellers .classSelect li {
    width: auto;
    padding: 0 10px
}

.booking .card .down .dropdown .travellers .font12 {
    font-size: 12px;
    line-height: 12px
}

.booking .card .down .dropdown .travellers .makeFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .booking .card .down .dropdown .travellers .makeFlex {
        flex-wrap: wrap;
        margin-left: 0
    }
}

.booking .card .down .dropdown .travellers .makeFlex .makeFlex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.booking .card .down .dropdown .travellers .primaryBtn {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    background-image: -webkit-linear-gradient(354deg,#ff7400,#ff7400);
    background-image: -moz-linear-gradient(354deg,#ff7400,#ff7400);
    background-image: -o-linear-gradient(354deg,#ff7400,#ff7400);
    background-image: linear-gradient(96deg,#ff7400,#ff7400);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.2);
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    width: 88px;
    height: 32px
}

.flight-inner-page .inner-page {
    background-image: url(../images/oneway.png);
    background-position: center;
    background-size: cover
}

    .flight-inner-page .inner-page .intro {
        height: 300px
    }

@media screen and (max-width:992px) {
    .flight-inner-page .inner-page .intro {
        height: 100%;
        padding-bottom: 2rem
    }
}

.flight-inner-page .inner-page .intro .booking {
    margin-top: 5rem
}

    .flight-inner-page .inner-page .intro .booking form {
        padding: 0;
        box-shadow: none;
        background-color: transparent;
        border: 0
    }

@media screen and (max-width:767px) {
    .filters .f-box {
        margin-bottom: .5rem
    }
}

.filters .f-box span {
    font-size: 12px;
    color: #484848
}

.filters .f-box .reset {
    color: #008cff
}

.filters .f-box .check-work {
    margin-top: .5rem
}

    .filters .f-box .check-work .custom-control {
        width: 100%
    }

        .filters .f-box .check-work .custom-control label {
            font-size: 10px;
            color: #484848;
            line-height: 25px
        }

.filters .more-fliter {
    color: #008cff;
    font-size: 12px
}

.pagination-work {
    margin-top: 1rem
}

@media screen and (max-width:575px) {
    .pagination-work .pagination {
        flex-wrap: wrap
    }
}

.pagination-work .pagination .page-item {
    width: 100%
}

@media screen and (max-width:575px) {
    .pagination-work .pagination .page-item {
        width: 25%
    }
}

.pagination-work .pagination .page-item:first-child, .pagination-work .pagination .page-item:last-child {
    width: auto
}

@media screen and (max-width:575px) {
    .pagination-work .pagination .page-item:first-child, .pagination-work .pagination .page-item:last-child {
        width: 25%
    }
}

.pagination-work .pagination .page-item .page-link {
    height: 100%;
    display: flex;
    align-items: center;
    color: gray;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem
}

    .pagination-work .pagination .page-item .page-link span {
        font-size: 12px;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: .3rem
    }

    .pagination-work .pagination .page-item .page-link b {
        color: #5e5e5e;
        font-size: 10px
    }

    .pagination-work .pagination .page-item .page-link:hover {
        background-color: #008fff;
        color: #fff
    }

        .pagination-work .pagination .page-item .page-link:hover b {
            color: #fff
        }

.pagination-work .pagination .page-item .active {
    background-color: #008fff;
    color: #fff
}

    .pagination-work .pagination .page-item .active b {
        color: #fff
    }

.result {
    padding-bottom: 10rem
}

    .result .card {
        overflow: hidden
    }

    .result .sortby b, .result .sortby span {
        font-size: 12px;
        color: #5c5855
    }

    .result .sortby span {
        font-weight: 500
    }

    .result .sortby .price {
        color: #130f04
    }

@media screen and (max-width:575px) {
    .result .sortby .time .text-center {
        text-align: left !important
    }
}

@media screen and (max-width:575px) {
    .result .sortby .time {
        margin: 5px 0 !important
    }
}

.result .sortby .time b {
    font-size: 15px;
    color: #130f04
}

.result .sortby .time span {
    font-weight: 400
}

@media screen and (max-width:575px) {
    .result .sortby .mins {
        margin: 5px 0 !important
    }
}

.result .sortby .mins .d-block {
    color: #91989e
}

.result .sortby .mins span {
    color: #1e99fd
}

.result .sortby .price-chart b {
    font-size: 15px
}

.result .sortby .btn {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background-color: #ff7400;
    border-color: transparent;
    border-radius: 100px
}

    .result .sortby .btn:hover {
        background-color: #06bdc1
    }

@media screen and (max-width:575px) {
    .result .sortby .btn {
        margin: 5px 0 !important
    }
}

.result .sortby .border {
    border: 1px solid #e8f5f0 !important;
    display: block;
    width: 100%
}

@media screen and (max-width:575px) {
    .result .sortby .mx-auto {
        margin: 5px 0 !important
    }
}

.result .sortby .flight-details .card {
    border: 0
}

    .result .sortby .flight-details .card .btn-link {
        color: #008cff;
        font-weight: 400;
        font-size: 12px;
        background-color: transparent;
        border: 0;
        -webkit-appearance: unset;
        padding-top: 10px
    }

.result .sortby .flight-details .card-body {
    padding-top: 0
}

    .result .sortby .flight-details .card-body .nav {
        border: 0;
        margin-bottom: 1rem
    }

        .result .sortby .flight-details .card-body .nav .nav-item .nav-link {
            color: #7a7976;
            font-size: 12px;
            border: 0;
            border-bottom: .3rem solid transparent
        }

        .result .sortby .flight-details .card-body .nav .nav-item .active {
            color: #26210d;
            border-color: #538dbf
        }

    .result .sortby .flight-details .card-body .head {
        background-color: #01185c;
        padding: .5rem 1rem;
        margin-bottom: 1rem
    }

        .result .sortby .flight-details .card-body .head span {
            color: #fff
        }

    .result .sortby .flight-details .card-body label {
        font-size: 12px;
        font-weight: 500;
        color: #64635d
    }

@media screen and (max-width:575px) {
    .result .sortby .col-sm-2.text-center {
        text-align: left !important
    }
}

.multicity-page .inner-page {
    background-image: url(../images/multicity.png)
}

.multicity-page .m-card {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: #e8f5f0
}

.multicity-page .mt-card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-color: #e8f5f0
}

@media screen and (max-width:575px) {
    .multicity-page .muliticity-fliters .col {
        flex: 0 100%;
        max-width: 100%
    }
}

.multicity-page .muliticity-fliters span {
    color: #86867f;
    font-size: 12px;
    display: block
}

@media screen and (max-width:575px) {
    .multicity-page .muliticity-fliters span {
        display: inline-block
    }
}

.multicity-page .muliticity-fliters b {
    color: #130f04;
    font-size: 12px
}

.multicity-page .muliticity-fliters .select2 .selection .select2-selection {
    border: 0;
    height: auto
}

    .multicity-page .muliticity-fliters .select2 .selection .select2-selection .select2-selection__rendered {
        line-height: inherit
    }

.multicity-page .sortby .vis {
    font-size: 15px
}

.roundtrip-page .content-bg {
    background-image: url(../images/flight-sectionv.png)
}

.roundtrip-page .result .w-100 b {
    font-size: 15px;
    font-weight: 500
}

.roundtrip-page .result .custom-control-label {
    color: #444c57;
    font-weight: 700;
    font-size: 12px;
    line-height: 25px
}

    .roundtrip-page .result .custom-control-label:before {
        border: 1px solid #008cff;
        left: 10px;
        top: .7rem
    }

    .roundtrip-page .result .custom-control-label:after {
        left: 10px;
        top: .7rem
    }

.roundtrip-page .result .custom-control {
    cursor: pointer
}

    .roundtrip-page .result .custom-control input[type=radio]:checked + label {
        background-color: #f4f9ff
    }

        .roundtrip-page .result .custom-control input[type=radio]:checked + label .btn-link {
            background-color: #f4f9ff !important;
            padding-top: 0 !important
        }

@media screen and (max-width:575px) {
    .roundtrip-page .result .custom-control {
        font-size: 13px
    }
}

.roundtrip-page .result .custom-control .btn-link {
    background-color: #fff !important;
    padding-top: 0 !important
}

.roundtrip-page .result .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #fff;
    color: #fff;
    border-color: #008cff;
    box-shadow: none
}

.roundtrip-page .result .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #008cff;
    border-radius: 50%;
    background-image: none
}

.roundtrip-page .result .sortby .nf {
    color: #008cff
}

.roundtrip-page .result .sortby .nav .nav-item .nav-link {
    background-color: transparent
}

.details-view .details-slider {
}

    .details-view .details-slider .carousel {
        background: #fafafa;
        margin-bottom: 40px
    }

    .details-view .details-slider .carousel-cell {
        width: 100%;
        height: 200px;
        margin-right: 10px;
        background: #8c8;
        border-radius: 5px;
        counter-increment: carousel-cell
    }

        .details-view .details-slider .carousel-cell:before {
            display: block;
            text-align: center;
            line-height: 200px;
            font-size: 80px;
            color: #fff
        }

    .details-view .details-slider .carousel-nav .carousel-cell {
        height: 80px;
        width: 100px
    }

        .details-view .details-slider .carousel-nav .carousel-cell:before {
            font-size: 50px;
            line-height: 80px
        }

        .details-view .details-slider .carousel-nav .carousel-cell.is-nav-selected {
            background: #ed2
        }

.details-view .grid-calendar {
    min-width: 320px
}

    .details-view .grid-calendar .row {
        margin: 0
    }

    .details-view .grid-calendar .calendar-week .grid-cell {
        background-color: #f6f6f6;
        border: 1px solid #fff
    }

    .details-view .grid-calendar .calendar-week-header .grid-cell > div > div {
        padding-bottom: 10px;
        height: auto
    }

    .details-view .grid-calendar .grid-cell {
        display: inline-block;
        float: left;
        min-height: 1px;
        padding: 0;
        position: relative;
        width: 14.28571429%
    }

        .details-view .grid-calendar .grid-cell.previous-month {
            color: #a6a6a6
        }

        .details-view .grid-calendar .grid-cell.next-month {
            background-color: #e1e1e1
        }

        .details-view .grid-calendar .grid-cell > div {
            display: flex;
            justify-content: center;
            width: 100%
        }

            .details-view .grid-calendar .grid-cell > div > div {
                height: 0;
                padding: 50% 0
            }

.category-vap h3.text-16.text-white.h-vap {
    font-weight: 400;
    background-color: #579400;
    padding: 1rem 2rem;
    border-top-right-radius: 20px;
    margin-bottom: 1rem
}

.category-vap h3.text-22.text-white.h-vap:after {
    content: '';
    box-shadow: inset 0 4px #579400,inset 0 16px 1px 1px #579400;
    -moz-box-shadow: inset 0 16px #579400,inset 0 16px 1px 1px #579400;
    position: absolute;
    width: 40px;
    height: 26px;
    border-radius: 50%;
    transform: rotate(234deg);
    right: -5px;
    bottom: 22px
}

.category-vap .divider {
    background: #579400;
    display: block;
    width: 100%;
    height: 10px;
    margin-top: -25px
}

.col-md-12.mb-3.d-flex.align-items-center h2 {
    font-weight: 400;
    background-color: #06bdc1;
    border-top-right-radius: 20px;
    margin-bottom: 1rem;
    padding: 1rem 2rem
}

    .col-md-12.mb-3.d-flex.align-items-center h2:after {
        content: "";
        box-shadow: #579400 0 4px inset,#579400 0 16px 1px 1px inset;
        position: absolute;
        width: 40px;
        height: 26px;
        transform: rotate(234deg);
        right: -5px;
        bottom: 22px;
        border-radius: 50%
    }

.blog h3.text-22.text-white.h-vap {
    font-weight: 400;
    background-color: #06bdc1;
    border-top-right-radius: 20px;
    margin-bottom: 1rem;
    padding: 1rem 2rem
}

    .blog h3.text-22.text-white.h-vap:after {
        content: "";
        box-shadow: #06bdc1 0 4px inset,#06bdc1 0 16px 1px 1px inset;
        position: absolute;
        width: 40px;
        height: 26px;
        transform: rotate(234deg);
        right: -5px;
        bottom: 22px;
        border-radius: 50%
    }

.blog .divider {
    background: #06bdc1;
    display: block;
    width: 100%;
    height: 10px;
    margin-top: -25px
}

.card a.btn {
    background-color: #ff7400;
    margin-top: 20px;
    width: 117px;
    margin-left: 50px
}

ul.list-unstyled.d-flex li {
    color: #ecec54
}

.card .box1 {
    padding: 10px 20px
}

.card a.btn {
    background-color: #ff7400;
    color: #fff;
    margin-top: 0 !important;
    width: 147px;
    margin-left: 0;
    font-size: 22px;
    padding: 0 10px
}

    .card a.btn span {
        letter-spacing: 3px;
        font-weight: 900
    }

.box2 {
    background-color: #f2f2f3;
    padding: 15px !important
}

.box3.p-3 {
    background-color: #6ddaea
}

.package-price {
    background-image: url(../images/inquire-bg.jpg);
    padding: 30px 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff
}

.bg-orange.text-center {
    background-color: var(--themecolor);
    padding: 40px 20px
}

.below-section {
    background-color: #fff;
    color: #000;
    padding-left: 40px
}

.below-section {
    background-color: #fff;
    color: #000
}

.d-flex b {
    display: flex
}

.h-details.col-sm-4.d-flex.align-items-center.bg {
    background-color: #e9ecef
}

.bg-orange.text-center button.btn.btn-default {
    font-weight: 500;
    background-color: #fff;
    color: #17317f
}

.included {
    background-color: #f0f8ff
}

.col-12.first-list i {
    color: green
}

.col-12.second-list i {
    color: #18cea4
}

.inquire.Itinerary {
    background-image: url(../images/inquire-bg.jpg);
    padding: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff
}

    .inquire.Itinerary ul {
        list-style: none
    }

.card .left-card {
    background-color: orange;
    width: 100%;
    padding: 10px
}

    .card .left-card h2 {
        font-size: 44px
    }

.card .right-card {
    padding: 0 10px
}

.inquire.Itinerary .card {
    flex-direction: initial
}

.notes span.fa-li {
    color: #06c178
}

.filter hr {
    border-top: 1px solid #000
}

ul#ul_id li {
    list-style: none;
    float: left;
    margin-right: 30px
}

.font-bold {
    font-weight: 700 !important
}

.font-26 {
    font-size: 26px !important
}

.font-16 {
    font-size: 16px !important
}

.font-13 {
    font-size: 13px !important
}

.font-22 {
    font-size: 22px !important
}

.font-white {
    color: #fff !important
}

.font-gray {
    color: #161616
}

.font-green {
    color: #579400
}

.margin-top-none {
    margin-top: 0
}

.lh-1-3 {
    line-height: 1.3
}

.bg-aliceblue {
    background-color: #f0f8ff
}

.font-dark-blue {
    color: #17317f
}

.bg-light-blue {
    background: #06bdc1 !important
}

.font-orange {
    color: #f18c18
}

.intro.d-block {
    padding-top: 98px
}

.breadcumb {
    background-color: #f0f8ff !important;
    margin-top: -22px;
}

    .breadcumb ul {
        padding: 5px !important
    }

        .breadcumb ul li {
            display: inline
        }

.breadcumb1 ul {
    padding: 5px !important
}

    .breadcumb1 ul li {
        display: inline
    }

.navbar-navy-blue {
    background-color: #002351;
    color: #fff
}

    .navbar-navy-blue .container {
        padding-left: 0
    }

    .navbar-navy-blue ul {
        margin-left: 0 !important;
        padding-left: 0
    }

        .navbar-navy-blue ul li {
            list-style: none
        }

.package-price .bg-orange .btn {
    padding: 3px 15px
}

.pl-none {
    padding-left: 0
}

.pr-none {
    padding-right: 0
}

ul.timeline {
    list-style-type: none;
    position: relative
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px
    }

        ul.timeline > li:before {
            content: ' ';
            background: #22c0e8;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400
        }

        ul.timeline > li:nth-child(0):after {
            background: #fd7e14 !important
        }

.error {
    color: red
}

@media screen and (max-width:480px) {
    .list-page .v-a-p .h-vap.include::after {
        left: 148px !important
    }

    .list-page .v-a-p .h-vap.exclude::after {
        left: 110px !important
    }

    .list-page .v-a-p .h-vap.hotel::after {
        left: 152px
    }

    .list-page .v-a-p .h-vap.visa:after {
        left: 96px
    }

    .list-page .v-a-p .h-vap.hajj::after {
        left: 170px
    }

    .list-page .v-a-p .h-vap.hajjlist::after {
        left: 190px
    }

    .list-page .v-a-p .h-vap.umrah::after {
        left: 190px
    }

    .list-page .v-a-p .h-vap.ramadan::after {
        left: 210px
    }

    .inquire .v-a-p .h-vap.hotel::after {
        left: 80px
    }

    .list-page .v-a-p .h-vap.transfer::after {
        left: 125px
    }

    .list-page .v-a-p .h-vap.calendar::after {
        left: 105px;
        top: 21px
    }

    .card-height {
        height: auto !important
    }

    .intro.d-block {
        padding-top: 75px
    }

    .inquire .form-inquire {
        margin-top: -25px
    }
}

@media(min-width:769px) {
    .hidden-desktop {
        display: none
    }
}

@media(max-width:768px) {
    #logreg-forms {
        width: auto !important
    }

    .fa.font-22 {
        font-size: 12rem !important
    }

    .pt-5-mobile {
        padding-top: 3rem !important
    }

    .p-5-mobile {
        padding: 3rem !important
    }

    .pr-4-mobile, .px-4-mobile {
        padding-right: 1.5rem !important
    }

    .pl-4-mobile, .px-4-mobile {
        padding-left: 1.5rem !important
    }

    .pt-4-mobile, .py-4-mobile {
        padding-top: 1.5rem !important
    }

    .pb-4-mobile, .py-4-mobile {
        padding-bottom: 1.5rem !important
    }

    .pt-3-mobile, .py-3-mobile {
        padding-top: 1rem !important
    }

    .pb-3-mobile, .py-3-mobile {
        padding-bottom: 1rem !important
    }

    .pt-2-mobile, .py-2-mobile {
        padding-top: .5rem !important
    }

    .pb-2-mobile, .py-2-mobile {
        padding-bottom: .5rem !important
    }

    .pl-2-mobile, .px-2-mobile {
        padding-left: .5rem !important
    }

    .pr-2-mobile, .px-2-mobile {
        padding-right: .5rem !important
    }

    .pl-1-mobile, .px-1-mobile {
        padding-left: .25rem !important
    }

    .pr-1-mobile, .px-1-mobile {
        padding-right: .25rem !important
    }

    .pl-0-mobile, .px-0-mobile, .p-0-mobile {
        padding-left: 0 !important
    }

    .pr-0-mobile, .px-0-mobile, p-0-mobile {
        padding-right: 0 !important
    }

    .pt-0-mobile, .py-0-mobile, .p-0-mobile {
        padding-top: 0 !important
    }

    .pb-0-mobile, .py-0-mobile, p-0-mobile {
        padding-bottom: 0 !important
    }

    .ml-4-mobile, .mx-4-mobile {
        margin-left: 1.5rem !important
    }

    .mr-4-mobile, .mx-4-mobile {
        margin-right: 1.5rem !important
    }

    .mt-3-mobile {
        margin-top: 1rem !important
    }

    .ml-0-mobile, .mx-0-mobile {
        margin-left: 0 !important
    }

    .mr-0-mobile, .mx-0-mobile {
        margin-right: 0 !important
    }

    .hidden-mobile {
        display: none
    }
}

@media(min-width:769px) {
    .sticky {
        display: none
    }

    .modal-backdrop {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1040;
        width: 0;
        height: 0;
        background-color: transparent !important
    }

    .modal-open {
        overflow: auto
    }
}

@media(max-width:768px) {
    .sticky {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .devmodal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 105000;
        display: none;
        width: 100%;
        height: 100%;
        overflow: auto;
        outline: 0;
        background-color: rgba(0,0,0,.6);
        padding: 10px !important
    }
}

.sticky {
    width: 46px;
    position: fixed;
    top: 30%;
    right: 0;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    z-index: 50;
    background: #f18c18;
    color: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3px 0 0 3px
}

.modal-backdrop {
    background: 0 0 !important
}

.devbtn {
    background: 0 0;
    border: 0;
    color: #fff
}

.bookingSuccess {
    background: #277501;
    height: 30px
}

.bookingCancel {
    background: #f34860;
    height: 30px
}

@media(min-width:1200px) {
    .devnav-menu {
        display: none !important
    }
}

@media(max-width:1370px) {
    .header .navbar .navbar-nav {
        display: none !important
    }
}
