
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}


ul, ol {
    list-style: none;
}

.container {
    width: 1433px;
}

/*.container-fluid {
    width: 1260px;
    background-color: #fff;
    padding: 0 30px;
    min-height: 70vh;
}*/

.ng-hide {
    display: none !important;
}

.site-loading {
    margin: 0 auto;
    display: table;
    text-align: center;
    position: relative;
    top: 30%;
}

    .site-loading .site-loader {
        border: 3px solid #f1f1f1;
        border-radius: 50%;
        border-top-color: #fff;
        border-bottom-color: #009ad9;
        width: 200px;
        height: 200px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

    .site-loading img {
        width: 150px;
        position: absolute;
        left: 23px;
        top: 80px;
    }

.handler-loading {
    position: absolute;
    top: 16px;
    right: 30px;
    font-size: 18px;
    -webkit-animation: spin linear infinite 1s;
    -moz-animation: spin linear infinite 1s;
    -o-animation: spin linear infinite 1s;
    animation: spin linear infinite 1s;
}


i.fa.fa-spinner.handler-loading {
    font-size: 21px;
    position: absolute;
    top: 10px;
    right: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.waiting:empty {
    width: 100%;
    height: 20px;
    margin-bottom: 2px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 100%), linear-gradient(RGBA(119, 153, 190, .2) 100%, transparent 0);
    background-repeat: no-repeat;
    background-size: 20px 100%, 100% 100%, 100% 70px;
    background-position: 0 100%, 0 0px, 0 72px;
    animation: waiting 1s infinite;
}

span.waiting {
    vertical-align: middle;
    display: inline-block;
}

.invalid-feedback {
    display: block;
}

@keyframes waiting {
    to {
        background-position: 100% 0, 0 0, 0 50px;
    }
}


.blueback {
    width: 100%;
    height: 500px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff !important;
}

    .blueback .waiting {
        text-align: center;
        align-items: center;
        position: relative;
        top: -56px;
    }

        .blueback .waiting img {
            width: 46%;
            position: relative;
            top: 20%;
        }

        .blueback .waiting .text {
            font-weight: 600;
            font-size: 18px;
            color: #009ad9;
        }


/*
@keyframes p1 {
    0% {
        width: 0%;
        transform: rotateX(270deg);
    }

    100% {
        width: 46%;
        transform: rotateX(0deg);
    }
}

.waitingp1 {
    animation: p1 1s linear;
}
    */


.banner {
    background-image: url("../img/banner.jpg");
    background-size: cover;
    height: 100vh;
    box-shadow: 0px 0px 10px #a5a5a5;
}

.hireus {
    background-color: #009ad9;
    color: #fff !important;
}

    .hireus:hover {
        color: #fff !important;
    }

.loginbox {
    color: #fff;
}

    .loginbox input {
        border-radius: 9px;
        padding: 13px 19px;
        margin-bottom: 15px;
        width: 100%;
        font-size: 13px;
        border: none;
        outline: none;
        color:black;
    }

    .loginbox p span:hover {
        color: white;
    }

    .loginbox h6 {
        margin-bottom: 22px;
        padding: 0px 4px;
        font-size: 21px;
        font-weight: 600;
    }

    .loginbox p {
        font-size: 13px;
        display: flex;
        justify-content: space-between;
    }

        .loginbox p a span {
            cursor: pointer;
            color: #fff;
            font-size: 16px;            
        }

    .loginbox a {
        text-decoration: none;
    }


.loginbutton button {
    padding: 8px 50px;
    border-radius: 10px;
    outline: none;
    border: none;
    background: #f7a501;
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}

.loginbutton {
    width: 100%;
    text-align: center;
    margin: 37px 0px;
}

.loginbox {
    margin: 15vh auto;
    background-color: #0e2858d1;
    padding: 30px;
    border-radius: 10px;
    width: 400px;
    max-height:450px;
}

.bannerheading {
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 22px;
    position: absolute !important;
    top: 340px;
    right: -104px;
    transform: rotate(270deg);
}

    .bannerheading p {
        align-items: center;
        font-size: 22px;
        letter-spacing: 1px;
        word-spacing: 5px;
        color: #fff;
        background: #009ad9;
        padding: 5px 50px 5px 50px;
        border-radius: 7px 7px 0 0;
        text-transform: uppercase;
        margin: 0;
        border: 2px solid #ffffff;
        border-bottom: 0px;
    }

    .bannerheading span {
        font-size: 35px;
        font-weight: 600;
    }

.banner .container {
    font-size: 14px;
}

.row.col-md-12.middleheading {
    text-align: center;
    display: block;
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 23px;
}

.middlecontentbox {
    padding: 50px 46px 70px 46px;
}

.row.col-md-12.middlebox {
    box-shadow: 2px 2px 17px #afafafa8;
    border-radius: 5px;
    padding: 0;
}

.col-md-6.middlecontenttext {
    padding: 40px 30px;
}

.col-md-6.middlecontentimage {
    padding: 0;
}

.col-md-6.middlecontenttext p:first-child {
    font-weight: 600;
    font-size: 21px;
}

.col-md-6.middlecontenttext p:nth-child(2) {
    font-size: 13px;
    font-weight: 600;
    margin: 23px 0px;
}

.learnmorebtn button {
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 12px;
    background: #009ad9;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

.col-md-6.middlecontentimage img {
    height: 100%;
    width: 100%;
}

footer.container {
    background: #00000096;
}


.subscribess .subs h4 {
    color: #fff;
    font-size: 21px;
}

.social-icns .fa {
    color: #fff;
}

.social-icns img, .social-icns .fa {
    width: 24px;
    margin-right: 13px;
    cursor: pointer;
    margin-bottom: 11px;
}




/*new css from old design*/

.open > .dropdown-menu {
    display: block !important;
}

input::placeholder {
    color: #9b9b9b !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e600;
    border-color: #adadad;
}

a {
    color: #009ad9;
}

span.caret {
    color: #009ad9;
    position: relative;
    left: 5px;
}

.bg {
    min-height: 83vh;
    width: 1170px;
    margin: 0 auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    border-radius: 0px;
    border: 1px solid #e7e7e7;
}

.fswTabs li .tabsCircle {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #9b9b9b;
}

.tabsCircle {
    display: inline-block;
}

    .tabsCircle:after {
        content: "";
        display: block;
        width: 3px;
        height: 6px;
        border: solid #fff;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 1px;
        margin-left: 3px;
    }

.fswTabs li .tabsCircle {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #9b9b9b;
}

.btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #2e6da400;
}

::placeholder {
    color: #000 !important;
    opacity: 1;
}

input::placeholder {
    color: #000 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff00;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.panel-primary > .panel-heading {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.panel-primary {
    border-color: #ffffff;
}

.panel-primary {
    border-color: #ffffff;
}

#dropdownMenuButton {
    background: #e0e0e02b !important;
    border-radius: 0px !important;
    border: 1px solid #c0c3c38a !important;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
}



.total_price.col-md-12 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 27px;
}

.total_price span {
    margin-right: 5px;
}

.total_price_dom {
    font-size: 19px !important;
    padding: 0;
    padding-top: 70px;
}


/*******************************************************************************Result-Page css******************************************************************/

.myBtnn {
    color: #000000ad;
    padding: 5px 0px;
    background: #e0e0e02b;
    position: relative;
    /* top: 8px; */
    border-radius: 5px;
    border: 1px solid #c0c3c38a;
    width: 115px;
    font-size: 12px;
}

.sort_label {
    color: #000000bd;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.new {
    margin-top: 17px !important;
}

.fli-code {
    font-size: 11px;
    color: gray;
    margin-bottom: 0;
    position: relative;
    top: 2px;
}

.new2 {
    background: #fff;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.new20 {
    padding-right: 0px;
}

.flt_logo {
    padding-left: 0px;
    padding-right: 0px;
}

.dept-time {
    color: #000;
    font-size: 20px;
}

.dept-city {
    font-size: 11px;
    color: #878787;
}

.dept-time1 {
    color: #000;
    font-size: 20px;
    display: inline-block;
}

.fli-trvlDays {
    font-size: 8px;
    color: #eb2026;
    display: inline-block;
    margin-left: 5px;
}

.fli-duration {
    margin-bottom: 0px;
    text-align: center;
}

.fli-stops-desc {
    margin-bottom: 0px;
    color: #1076bb;
    font-size: 12px;
    text-align: center;
}

.price_new {
    text-align: right;
    margin-bottom: 0px;
}

.fa-chevron-down {
    color: #1076bb;
}


/*******************************************************************************Result-Page css end******************************************************************/


/*Responsive for mobile device*/


.checkbox + .checkbox,
.radio + .radio {
    margin-top: -13px;
}

.checkbox label,
.radio label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

input::placeholder {
    color: #9b9b9b !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -0.6em;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #009ad9;
    color: #333333;
    font-weight: bold;
}

#price-range {
    width: 100%;
    margin: 37px auto;
    text-align: center;
}

.form-control:focus {
    border-color: #e7e7e7;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0);
    border-top: 0px solid #ff000000;
}

input[type="checkbox"] {
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    top: 9px;
}

.custom-handle {
    background: #fff !important;
    border-color: #f16367 !important;
    border-radius: 10px;
    height: 18px !important;
    width: 18px !important;
    top: -0.6em !important;
    box-shadow: 0px 0px 3px #f4f5f0;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #009ad9 !important;
    color: #333333;
}

.custom-slider {
    height: 5px !important;
}

.custom-handle {
    background: #fff !important;
    border-color: #54a0c1 !important;
    border-radius: 10px;
    height: 20px !important;
    width: 20px !important;
    top: -0.6em !important;
    box-shadow: 0px 0px 3px #3c6d59;
}

.custom-range {
    background: #54a0c1;
}

input[type="checkbox"] {
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    top: 10px;
}

.sort_label1,
.sort_label2 {
    color: #000000bd;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.new2:hover {
    transition: all 0.3s linear 0s;
    cursor: pointer;
    box-shadow: rgb(211 211 211) 1px 1px 5px !important;
    background: #f6fbff !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

a.dropdown-item {
    display: block;
}



/*.ui-widget.ui-widget-content {
    border: none;
    height: 2px;
}
*/
.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -0.6em;
    border-radius: 10px;
    width: 16px;
    height: 16px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 6px;
}

    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"],
    .radio input[type="radio"],
    .radio-inline input[type="radio"] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px;
        cursor: pointer;
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #009ad9;
    /*border-radius: 10px;*/
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgb(237 106 8 / 0.31);
    }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
}

.navigation_block {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 12px 0px 12px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navigation_block .nav_bar {
    overflow: visible !important;
}

.navigation_block .nav_bar {
    float: right;
}

ul.dropdown-menu li a {
    border: none !important;
}

ul.dropdown-menu {
    margin-top: 10px;
    padding: 10px;
}

li.menu a:hover {
    color: #fff !important;
}

li.menu:hover span.caret {
    color: #fff;
}

ul.nav_bar li.menu a {
    display: inline-block;
    padding: 5px 13px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    outline: none;
    border: 1px solid;
}

.navigation_block .nav_bar .menu a i {
    float: right;
    margin-left: 5px;
}

.navigation_block .nav_bar .menu:last-child {
    margin-right: 0px;
    border-right: none;
}

.navigation_block .nav_bar .menu {
    display: inline-block;
    list-style-type: none;
    margin: 0px;
    position: relative;
    padding: 0px 5px;
}

.dropdown-menu:hover {
    display: block !important;
}

.navigation_block .nav_bar .menu .dropdown-menu li a {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    padding: 8px 10px;
}

.navigation_block .nav_bar .menu a:hover,
.navigation_block .nav_bar .menu a:active,
.navigation_block .nav_bar .menu a:focus {
    text-decoration: none;
    color: #fff;
    background: #009ad9;
}

.navigation_block .nav_bar .menu .dropdown-menu li a:hover {
    color: #fff;
}

.open > .dropdown-menu {
    display: block;
}

.price_new {
    text-align: right;
}


/*animation css*/

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

body {
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    font-weight: normal;
    font-style: normal;
    zoom: 90%;
}

.container {
    width: 1170px;
}
.header-area .main-header-area.sticky {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 990;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.96);
}


.header-area {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    position: relative;
}

    .header-area .main-header-area {
        padding: 10px 0px;
        background: transparent;
    }

.headr-top {
    background: #ffd03f;
    height: 8px;
}

.header-area .social_wrap .number {
    padding-right: 20px;
    float: left;
    display: flex;
}
.number {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.header-area .number span {
    font-size: 14px;
    color: #333;
}

    .header-area .number span i {
        font-size: 13px;
        margin-right: 5px;
        color: #f7a501;
    }
.social_wraps {
    text-align: right;
}
    .social_wraps > a {
        background-color: #f7a501;
        margin-right: 6px;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 5px 16px;
        text-decoration: none;
        font-size: 14px;
    }
    .social_wraps > a:hover {
        color:#fff;
    }
        .logo a {
            color: #337ab7;
            text-decoration: none;
        }

    .logo a img {
        vertical-align: middle;
        width: 100%;
    }
.registration-head {
    display:flex;
    align-items:center;
}
.header-area .social_wraps .number p {
    font-size: 18px;
    color: #333;
    text-align: right;
    margin-bottom: 0;
    font-weight: 500;
}
.social_wraps span {
    font-size: 14px;
    margin-right: 26px;
}
    .social_wraps span > i {
        color: #f7a501;
    }
    p.lftes select {
        cursor: pointer;
        border: none;
    }
.registration-head .logo a img {
    width: 30%;
}
p.lftes {
    margin-right: 20px;
}

.header-area .main-header-area .main-menu {
    position: relative;
    text-align: center;
    padding-top: 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
}

.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 0 0 19px;
}

    .header-area .main-header-area .main-menu ul li a {
        color: #1b396d;
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        position: relative;
        text-transform: uppercase;
        text-decoration: none;
    }

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: transparent;
    padding: 5px;
    margin-right: 0px;
    margin: 0;
    padding: 0;
}


/* top destination section starts */
.top-destination {
    background-color: #fed03f;
}

    .top-destination h4 {
        text-align: center;
        position: relative;
    }

        .top-destination h4::after {
            content: "";
            position: absolute;
            left: 509px;
            top: 47px;
            width: 90px;
            height: 5px;
            background-color: #3e3d3d;
        }


/* carousel css starts here */
.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

/* welcome section starts here */

.about{
    padding: 5rem 0!important;
}
.about figure img {
    border-radius: 50%;
}

.about-text h4 {
    font-size: 25px;
    text-transform: uppercase;
}

.about article p {
    font-size: 16px;
    color: #7f7e80;
    text-align: justify;
    padding-right: 1rem;
    font-weight:500;
}

/*slider starts here*/

.sliders {
    background: #ffd03f;
}
    .sliders h3 {
        margin-top: 50px;
        text-align: center;
        text-transform: uppercase;
        color: #333;
        font-size: 25px;

    }
    .sliders h6 {
        height: 6px;
        background: #333;
        width: 122px;
        margin: auto;
        margin-top: 18px;
    }
.owl-dots{
    display:none;
}

span.headprice {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 5px;
}
.pricedetails {
    position: absolute;
    color: white;
    text-align: center;
    top: 50%;
    padding: 0;
    margin: 0;
    left: 50%;
    transform: translate(-50%);
}
.row.multi-slider {
    margin: 30px 0 60px 0;
}

.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 40px !important;
        height: 40px !important;
        font-size: 32px !important;
        color: darkgrey;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }



/* why-book-with-us section starts */
.why-pay-book-with-us .best-rates {
    border-right: 1px solid #a7a4a4;
    text-align: center;
    padding-bottom: 10px;
}

.why-pay-book-with-us {
    background-color: #f7f7f7;
}

    .why-pay-book-with-us h4 {
        margin-bottom: 60px;
        font-size: 25px;
        text-transform: uppercase;
    }

    .why-pay-book-with-us h5 {
        font-size: 24px;
        font-weight: 600;
        text-transform: capitalize;
        color: #333232;
    }

    .why-pay-book-with-us h6 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 50px;
        text-transform: capitalize;
        color: #7f7e80;
    }

.why-pay-bg {
    background-color: #fff;
    padding: 15px;
    box-shadow: 1px 1px 5px 3px #b5afafad;
    margin-top: 5rem;
    margin-bottom: 59px;
}

.border-yellow {
    background-color: #f7f7f7;
    border-top: 1px solid #f5a93e;
    height: 150px;
}


.benefit-img {
    min-height: 110px;
}


.whatswe {
    border-left: 1px solid white;
    color: #fff;
}

.mobileapp {
    position: relative;
    height: 540px;
    background: #f7f7f7;
    padding-top:5rem;   
}



    .halfdiv {
        background: #ffd140;
        height: 250px;
    }
.contentmobie {
    margin-top: 57px;
    width: 50%;
}
    .contentmobie h1 {
        text-transform: uppercase;
        font-size: 36px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }
    .contentmobie h4 {
        font-size: 25px;
        line-height: 35px;
        font-weight: normal;
    }
    .contentmobie span {
        color: white;
    }

.plastores {
    margin-top: 75px;
}

    .plastores img {
        width: 130px;
    }
.starrating {
    margin-top: 20px;
}
.checked {
    color: orange;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #7A838B;
    margin-bottom: 0px;
    font-family: 'Segoe UI';
}
/*footer starts here*/

footer {
    position: static;
    font-size: 14px;
    line-height: 27px;
    background: rgb(255 255 255 / 81%);
    padding: 3rem 0;
    box-shadow: 0px 0px 10px #e9e9e9;
    border-top: 4px solid #030c84;
}

.newsfooter {
    padding: 10px 0;
}
.optionsss span a {
    padding: 7px 10px 7px 0;
    color: #1b396d;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
    .optionsss span a:hover {        
        color: #f7a501;
        cursor:pointer;
       
    }


.contactsd {
    padding-top: 11px;
    padding-bottom: 11px;
    color: #1b396d;
    font-size: 14px;
    font-weight: 500;
}
.envelopev {
    margin-left: 17px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.leftdetails h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    color: #1b396d;
}

.newsletter_field {
    margin-top: 12px;
}

    .newsletter_field input {
        background: transparent;
        padding: 12px;
        font-size: 16px;
        width: 70%;
        border-radius: 0px;
        color: black;
        border: 1px solid #b8b8b8;
        position: relative;
    }
.boxed-btn4 {
    background: #030c84;
    color: #fff;
    display: inline-block;
    padding: 9px 26px;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 500;
    border: 0;
    position: absolute;
    border-radius: 0px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.boxed-btn4:hover {
    color: #f7a501;
}
.optionsss p {
    margin: 0;
    line-height: 23px;
    padding: 0;
    color: #333;
    font-size: 14px;
}

.newsletter_field p {
    margin-top: 14px !important;
    color: #030c84;
    font-weight: 500;
}

.footerlogo {
    margin-top: 20px;
    text-align: center;
}

    .footerlogo img {
        width: 292px;
    }

.newsletter_field input {
    background: transparent;
    padding: 8px;
    font-size: 16px;
    width: 70%;
    border-radius: 0px;
    color: black;
    border: 1px solid #b8b8b8;
    position: relative;
}
.col-md-12.serive-book-btn {
    margin-top: 4px;
}

