:root {
    --blue: #3d155f;
    --pink: #df678c;
    --bg: #eeeeee;
    --white: #fff;
    --black: #000;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: system-ui;
}

body {
    background-color: var(--bg);

}

.header-top {
    padding: 12px 0px;
    background: var(--white);
}


.container {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.navbar-default {
    background-color: #3d155f !important;
    border-color: #3d155f !important;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff !important;
        font-size: 15px !important;
    }

.navbar {
    margin-bottom: 0 !important;
}

.navbar-nav {
    margin: 0;
}

.nav.navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    float: none;
}

.contact-sec p {
    font-size: 16px;
}

.heading-com {
    text-align: right;
    font-size: 30px;
}

.heading-com2 {
    text-align: left;
    color: #3d155f;
    font-size: 30px;
}

.col-div-6 {
    width: 50%;
    float: left;
}

.clearfix {
    clear: both;
}

.logo {
    padding-top: 0px;
}

    .logo img {
        width: 100%;
    }

.call {
    background: url(../images/call-icon.png);
    background-size: 37px;
    background-repeat: no-repeat;
    padding-left: 55px;
    background-position: center left;
    float: right;
    display: flow-root;
    text-align: ri`;
    padding-right: 25px;
}

    .call p {
        font-size: 25px;
        font-weight: 600;
    }

    .call span {
        letter-spacing: 2px;
        color: var(--pink);
        font-weight: 500;
    }

.line {
    height: 34px;
    width: 1px;
    background: #df678c;
    float: right;
    margin-top: 10px;
    margin-right: 25px;
}

.social-icon ul li {
    list-style: none;
    float: left;
    padding: 10px 2px;
}

.social-icon {
    float: right;
}

.header-bottom {
    background-color: var(--blue);
}

.menu {
    width: 67%;
    margin: 0 auto;
}

    .menu li {
        list-style: none;
        float: left;
        padding: 12px 15px;
    }

        .menu li a {
            text-decoration: none;
            color: white;
            text-transform: uppercase;
            font-size: 14px;
        }

.flight-heading {
    padding: 30px 0px;
}

.one {
    width: 70%;
    float: left;
}

.two {
    width: 30%;
    float: left;
    text-align: right;
}

.one p {
    font-size: 24px;
    margin-bottom: 10px;
}

.one span {
    color: #585858;
}

.two p {
    font-size: 20px;
}

.ch-btn {
    padding: 7px 15px;
    margin-top: 10px;
    background: var(--pink);
    color: var(--white);
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.filter-div {
    //width: 100%;
    height: 250px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 4px 5px 7px 3px #ddd;
}

.hide-form {
    padding: 25px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 4px 5px 7px 3px #ddd;
    display: none;
}

.close {
    text-decoration: none;
    background: #df678c;
    color: white;
    padding: 5px 11px;
    position: absolute;
    border-radius: 19px;
    right: -1%;
    top: -15px;
}

.input-1 {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    background-color: #f5f5f6;
    padding-left: 50px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center left 10px;
    width: 180px;
    margin-left: 7px;
}

.input-2 {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    background-color: #f5f5f6;
    padding-left: 50px;
    background-image: url(../images/cal.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center left 10px;
    width: 125px !important;
    margin-left: 7px;
}

.main-box {
    display: inline-block;
    text-align: center;
}

.radio-box {
    display: inline-block;
    float: left;
    margin-left: 20px;
    font-family: system-ui;
    margin-bottom: -5px !important;
}

.main-box-2 {
    width: 160px;
    display: inline-block;
    font-size: 13px;
    margin-bottom: -7px;
}

.input-2-1 {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    background-color: #f5f5f6;
    padding-left: 40px;
    background-image: url(../images/user-1.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center left 10px;
    width: 15%;
    margin-left: 7px;
    outline: none;
}

.input-3 {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    background-color: #f5f5f6;
    padding-left: 50px;
    background-image: url(../images/hotel.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center left 10px;
    width: 100px;
    margin-left: 7px;
}

    .input-1, .input-2, .input-3:focus {
        outline: none;
    }

::placeholder {
    color: #000;
    opacity: 1;
}

.search {
    height: 42px;
    padding: 10px 22px;
    font-size: 15px;
    background-color: #3d155f;
    border: 1px solid #3d155f;
    color: #ffffff;
    border-radius: 5px;
    width: 180px;
    text-transform: uppercase;
    margin-left: 20px;
}

.box:nth-child(1) {
    width: 18%;
}

.box {
    width: 24%;
    float: left;
    padding: 25px 0 0 20px;
}
.box:nth-child(3) {
    width: 16%;
}

    .box p {
        font-size: 20px;
        font-weight: 600;
    }

    .box ul {
        margin-top: 10px;
    }

        .box ul li {
            list-style: none;
            line-height: 20px;
            padding: 3px 0px;
            font-size: 14px;
        }

            .box ul li input {
                zoom: 1.3;
                vertical-align: sub;
                margin-right: 5px;
            }

#slider-range a {
    border: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: var(--blue) !important;
}

.range_slider #slider-range {
    width: 90% !important;
    margin: 0 auto !important;
}

.inputrange {
    border: 0;
    color: var(--pink);
    font-weight: 700 !important;
    font-size: 14px;
    width: 100%;
    padding: 3px 0px;
    text-align: center;
    background: transparent;
    border-radius: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

    .inputrange:before {
        content: "";
        display: block;
        height: 4px;
        width: 11px;
        right: 0;
        left: 0;
        position: absolute;
        margin: 0 auto;
        bottom: 0px;
    }

.range_div {
    text-align: center;
}

.ui-widget-header {
    background: var(--pink) !important;
}

.p-range > .ui-slider-horizontal .ui-slider-handle {
    background: #f2c50e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: none;
    outline: none;
    height: 17px;
}

.ui-widget-content {
    border: 1px solid var(--pink) !important;
}

.offer-div {
    width: 100%;
    height: 80px;
    background: url(../images/offer-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
    padding-left: 5px;
    display: block;
}

.sav-icon {
    padding: 15px;
    float: left;
}

.sav-p {
    display: inline-block;
    float: left;
    font-size: 23px;
    word-spacing: 2px;
    line-height: 74px;
}

    .sav-p span {
        font-size: 35px;
        font-weight: bolder;
        color: var(--blue);
        vertical-align: sub;
    }

.btn-div {
    text-align: right;
    padding: 22px 35px;
}

.en-btn {
    padding: 7px 25px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    background: var(--blue);
    color: white;
    cursor: pointer;
    margin-right: 20px;
}

.re-btn {
    padding: 7px 25px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    background: var(--pink);
    color: white;
    cursor: pointer;
}

.left-section {
    width: 67%;
    background: var(--white);
    float: left;
    padding: 25px;
}

.right-section {
    width: 25%;
    float: left;
    padding: 0px;
    text-align: center;
    margin-left: 35px;
}

.booking {
    font-size: 13px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    color: var(--blue);
}

.result-div {
    padding: 10px;
    background: var(--bg);
    border-radius: 5px;
    box-shadow: 4px 5px 7px 3px #ddd;
    margin-top: 20px;
}

.result-left {
    background: var(--white);
    padding: 10px;
    width: 70%;
    float: left;
}

.airline-img {
    padding: 25px;
    float: left;
}

.p1 {
    width: 99%;
    color: #fff;
    font-size: 22px;
    vertical-align: middle;
}

    .p1 span {
        float: right;
        text-align: right;
        width: 52%;
        font-size: 16px;
        font-weight: 600;
    }

.d-ch {
    background: var(--bg);
    padding: 2px 2px;
    margin-top: 5px;
    display: flex;
    width: 100%;
}

    .d-ch p {
     
        font-size: 13px;
        font-weight: 600;
    }
        .d-ch p:nth-child(1) {
        text-align:left;
        }
        .d-ch p:nth-child(2) {
            text-align: right;
            padding-left: 55px;
        }

        .d-ch p span {
            color: var(--pink);
        }

.p-sp {
    font-size: 12px;
    padding: 10px 0px;
}

.incl-div {
    padding: 10px 0px
}

    .incl-div p {
        float: left;
    }

.btn-div-1 {
    float: right;
}

    .btn-div-1 button {
        padding: 5px 25px;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 500;
        background-color: var(--blue);
        color: var(--white);
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

        .btn-div-1 button:nth-child(2) {
            margin-left: 10px;
            background-color: var(--pink);
        }

.result-right {
    width: 27%;
    float: left;
    padding-top: 30px;
    text-align: center;
    position: relative;
}

.price-1 {
    font-size: 20px;
    font-weight: 500;
}

    .price-1 span {
        font-size: 12px;
    }

.price-2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: var(--blue);
    padding: 8px 0px;
}

.total {
    font-size: 12px;
}

.view-s {
    font-size: 14px;
    padding-top: 10px;
    color: var(--pink);
    font-weight: 500;
    cursor: pointer;
}

.moredeals {
    background-color: #df678c29;
    display: none;
}

.hidedeal {
    display: none;
}

.view_summary {
    display: none;
    position: absolute;
    right: -14px;
    bottom: 25px;
    width: 200px;
    background: #fff;
    border: 1px solid #3d155f;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #666467;
}

.cheap-airline {
    background-color: white;
    padding: 10px;
    width: 268px;
}

    .cheap-airline p {
        font-size: 20px;
        text-align: left;
    }

.airline {
    font-size: 14px;
    text-align: left;
    width: 100%;
    border-spacing: 0px !important;
}

    .airline th {
        width: 33%;
        background-color: var(--blue);
        color: white;
        padding: 5px;
        text-align: center;
    }

    .airline tr:nth-child(1) {
        background-color: var(--blue);
        border: 1px solid var(--blue);
    }

    .airline tr td img {
        width: 70px;
    }

    .airline tr td {
        text-align: center;
        font-weight: 500;
        height: 50px;
        border-bottom: 1px solid var(--blue);
    }

.offer-div-1 {
    margin-top: 30px;
}

.why-book {
    background-color: var(--white);
    margin-top: 30px;
}

    .why-book h2 {
        text-transform: uppercase;
        background-color: var(--blue);
        color: var(--white);
        padding: 10px 20px;
        font-size: 20px;
        text-align: left;
    }

    .why-book ul li {
        list-style: none;
        line-height: 20px;
        text-align: left;
        padding: 10px;
        padding-left: 50px;
        border-bottom: 1px solid #ddd;
        background: url(../images/check.png);
        background-repeat: no-repeat;
        background-position: center left 10px;
    }

.review {
    margin-top: 20px;
}

.sub {
    background-image: url(../images/sub-banner.jpg);
    height: auto;
}

.sub-content {
    padding: 50px;
    text-align: center;
    color: white;
}

    .sub-content h3 {
        font-size: 25px;
        font-weight: 500;
    }

    .sub-content p {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .sub-content input[type="text"] {
        padding: 10px;
        width: 60%;
        border-radius: 5px;
        border: none;
        outline: none;
        color: #000;
    }

    .sub-content a {
        text-decoration: none;
        padding: 9px 30px;
        background: var(--pink);
        color: white;
        text-transform: uppercase;
        border-radius: 5px;
        margin-left: -5px;
    }

.payment-sec {
    text-align: center;
    background-color: var(--white);
}

.payment-outer {
    width: 960px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
}

.payment img {
    padding-top: 10px;
}

footer {
    background: url(../images/foot-back.jpg);
    background-size: 100%;
    padding-top: 40px;
}

.col-div-3 {
    width: 25%;
    float: left;
}

.col-div-9 {
    width: 75%;
    float: left;
}

.about-txt {
    font-size: 12px;
    padding-left: 10px;
    letter-spacing: 1px;
    //width: 210px;
}

.ft-heading {
    padding-top: 5px;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 13px;
}

.foot-ul li {
    list-style: none;
    line-height: 30px;
}

    .foot-ul li a {
        text-decoration: none;
        color: #4c4b4b;
        font-size: 14px;
    }

.foot-cl {
    background-image: url(../images/call-icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 400;
}

.foot-em {
    background-image: url(../images/email.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    //line-height: 40px;
    font-size: 16px;
    font-weight: 400;
}

.op-span {
    font-size: 12px;
    color: var(--blue);
}

.op-span1 {
    font-size: 14px;
}

.foot-bottom {
    padding: 10px;
    text-align: center;
    background-color: var(--blue);
    color: var(--white);
}


/* Index Page CSS start */
    .index-banner {
    background-image: url("../images/index-banner.jpg");
    height: 500px;
    background-size: 100%;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

html {
    border-top: 5px solid #fff;
    background: #efefef;
    color: #2a2a2a;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
}

h1 {
    margin-left: 10px;
}

.banner-container {
    width: 70%;
    float: left;
}

.form-container {
    width: 30%;
    float: left;
}

/*
 * [?] START Slider
 * *******************************************/
._slider {
    position: relative;
    overflow: hidden;
    margin-left: 15px;
}

._slider_next, ._slider_prev {
    position: absolute;
    top: 5%;
    z-index: 999;
    width: auto;
    height: auto;
    padding: 5px 10px;
    background: #3d155f;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    /* font-size: 1.5em; */
    opacity: 1;
    cursor: pointer;
}

._slider_next {
    right: 45px;
}

._slider_prev {
    right: 90px;
}

._slider ul {
    position: relative;
    height: 500px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ._slider ul li {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
    }

/* *******************************************
 * END Slider
 * */

.from-div {
    background: white;
    //width: 300px;
    //height: 360px;
    position: relative;
}

.button-main {
    background: #3d155f;
    padding: 5px;
    width: 200px;
    position: absolute;
    top: -15px;
    left: 22%;
    border-radius: 22px;
    text-align: center;
}

.one-way {
    padding: 2px 9px;
    border-radius: 15px;
    border: none;
    background: transparent;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

.two-way {
    padding: 2px 9px;
    border-radius: 15px;
    border: none;
    background: transparent;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

.active {
    background: white;
    color: #3d155f;
}

.form-inner {
    padding: 20px 20px;
    padding-top: 15px;
    padding-bottom: 25px;
}

#_btnnewsletter {
    color: white;
    text-transform: uppercase;
    margin-left: -15px;
    text-decoration: none;
    padding: 10px 30px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: var(--pink);
    border-radius: 5px;
}

.input-txt {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    background: #3d155f1a;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    outline: none;
}

.label-1 {
    font-size: 12px;
}

.dep-date-box {
    width: 50%;
    float: left;
}

.des-date-box {
    width: 48%;
    float: right;
    //display: none;
}

.pass {
    width: 48%;
    float: left;
}

.f-class {
    width: 48%;
    float: right;
}

.cl-sel {
    padding: 6px;
    margin-top: 5px;
    background: #ebe7ef;
    border: navajowhite;
    height: 33px;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}

.room_div {
    width: 74%;
    display: none;
    background: #fff;
    position: absolute;
    border: 1px solid #bbbbbb;
    cursor: default;
    padding: 10px;
    color: #a9a9a9;
    z-index: 99999;
    -moz-box-shadow: 0 0 4px #bdbdbd;
    -webkit-box-shadow: 0 0 4px #bdbdbd;
    box-shadow: 0 0 4px #bdbdbd;
    top: 81%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .room_div h3 {
        font-size: 13px;
        color: #808285;
        padding-bottom: 7px;
    }

    .room_div a {
        font-size: 14px;
        color: #1b355e;
        clear: both;
    }

.room_div_row {
    border-bottom: 1px solid #bbbbbb;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    clear: both;
    float: left;
    width: 100%;
}

    .room_div_row label {
        font-size: 13px;
        color: #000;
        margin-bottom: 7px;
        float: left;
    }

.room_gustCol {
    width: 62px;
    float: left;
    margin: 0px 4px 0 0;
}

.add_room_row {
    border-bottom: 1px solid #bbbbbb;
    padding: 0 0 8px 0;
    margin-bottom: 7px;
    clear: both;
    width: 100%;
    float: left;
}

.guests_select {
    width: 100%;
    border: 1px solid #bbbbbb;
    padding: 5px 3%;
    color: #333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.age_row {
    padding: 8px 0;
    clear: both;
    float: left;
    width: 100%;
}

    .age_row label {
        font-size: 13px;
        color: #808285;
        margin-bottom: 7px;
        float: left;
    }

#dvSelectedRoom .close_icon {
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    right: -1px;
    top: -1px;
    padding: 1px 5px;
    background: #4f2263;
}

.room_div .submit_btn {
    padding: 8px 42px;
    background: #4f2263;
    color: white;
    border: none;
}

.index-search {
    padding: 5px 18px;
    font-size: 12px;
    text-transform: uppercase;
    background: #4f2263;
    color: white;
    border: none;
    float: right;
    cursor: pointer;
    border-radius: 5px;
}

.deal-section {
    background: white;
}

.col-div-4 {
    width: 25%;
    float: left;
    margin-right: 20px;
}

.col-div-8 {
    width: 72%;
    float: left;
}

.beat-button {
    padding: 8px 25px;
    font-size: 14px;
    text-transform: uppercase;
    background: #4f2263;
    color: white;
    border: none;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

.testimonials-div {
    padding: 15px;
    height: 250px;
    margin: 0 auto;
    text-align: center;
}

.test-content {
    text-align: left;
    position: relative;
}

    .test-content h2 {
        font-size: 16px;
        color: var(--blue);
        font-weight: 600;
    }

    .test-content p {
        font-size: 12px;
        margin-top: 20px;
    }

    .test-content::after {
        content: '';
        position: absolute;
        height: 50px;
        width: 50px;
        background: url(../images/quote.png);
        background-position: center;
        background-repeat: no-repeat;
        right: 0;
        bottom: 0%;
    }

.user-name {
    font-size: 15px !important;
    font-weight: 700;
    color: #727272;
    display: inline-block;
    padding-left: 40px;
    background: url(../images/man-user.png);
    background-repeat: no-repeat;
    background-position: left center;
}

    .user-name span {
        font-size: 11px !important;
        font-weight: normal;
    }

.side-review-centre {
    padding: 15px;
    background: #ebe7ef;
    //width: 200px;
    height: auto;
    width: 90%;
	box-sizing: border-box;
}

    .side-review-centre h2 {
        font-size: 16px;
        color: var(--blue);
        font-weight: 600;
    }

.slide {
    margin-bottom: 0px;
}

.tax-p {
    font-size: 12px;
    color: #df678c;
    margin-bottom: 12px;
    margin-top: -12px;
}

.slide-box {
    height: 340px;
    background: white;
    //width: 240px;
}

.deal-price {
    color: #646464;
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 20px;
}

    .deal-price span {
        float: right;
        text-decoration: line-through;
    }

        .deal-price span:nth-child(1) {
            font-size: 25px;
            font-weight: bolder;
            margin-left: 20px;
            text-decoration: none;
            color: black;
        }

.deal-p {
    font-size: 12px;
    color: #5a5a5a;
    margin-bottom: 10px;
}

.view-anchor {
    text-decoration: none;
    font-weight: bold;
    color: #df678c;
}

.bottom-section {
    height: 300px;
    background: url(../images/bottom-section.jpg) #ece9ea;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 150px;
    margin-top: -50px;
    padding-bottom: 0;
    box-sizing: content-box;
    margin-bottom:90px;
}
.bottom-section2{
    margin-bottom:55px !important;
}

.why-div-box {
    background: #3d155f;
    padding: 15px;
    text-align: left;
    width: 90%;
    box-sizing: border-box;
}

    .why-div-box h1 {
        color: white;
        padding-top: 15px;
    }

    .why-div-box ul {
        margin-left: 10px;
        margin-top: 5px;
    }

        .why-div-box ul li {
            color: white;
            list-style: none;
            padding: 5px 10px;
            padding-left: 35px;
            background-image: url(../images/check-icon.png);
            background-repeat: no-repeat;
            background-position: center left;
        }

.offer-heading {
    margin-left: 0px;
    color: #3d155f;
    font-size: 28px;
    margin-top:10px;
}

.offer-p {
    color: #df678c;
}

.hotel-deal-box {
    background: #e9e9e9;
    height: 105px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    width: 47%;
}

.img-box {
    width: 120px;
    float: left;
}

.content-box-hotel {
    /* width: 177px; */
    padding: 10px;
    height: 100px;
    /* float: left; */
}
.slide-content {
    padding: 10px;
    background: #f1f1f1;
    box-shadow: 3px 10px 10px #22222238;
}

.img-box img {
    width: 115px;
}

.content-box-hotel h3 {
    font-size: 14px;
    color: #3d155f;
}

.content-box-hotel p {
    font-size: 12px;
    margin-bottom: 10px;
}

.read-btn {
    text-decoration: none;
    padding: 5px 10px;
    background: #df678c;
    color: white;
    font-size: 11px;
    border-radius: 2px;
}

.price-span {
    float: right;
    font-weight: 900;
    color: #df678c;
}

.chat-img {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    cursor: pointer;
}

.chat-close {
    position: fixed;
    bottom: 0px;
    left: 15px;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

.chat {
    position: relative;
}

.chat-box {
    width: 250px;
    height: 236px;
    background: #df678c;
    position: fixed;
    bottom: 80px;
    left: 35px;
    border-radius: 5px;
    z-index: 9999;
    display: none;
}

    .chat-box::after {
        content: '';
        width: 10px;
        height: 10px;
        background: #df678c;
        position: absolute;
        bottom: -5px;
        left: 23px;
        transform: rotate( 45deg);
    }

.chat-inner-div {
    height: 218px;
    background: white;
    width: 234px;
    margin: 9px auto;
    border-radius: 5px;
    text-align: center;
}

.chat-inner-div-1 {
    height: 218px;
    background: white;
    width: 234px;
    margin: 9px auto;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 7px;
    top: 0;
    display: none;
}

.chat-inner-div-2 {
    height: 218px;
    background: white;
    width: 234px;
    margin: 9px auto;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 7px;
    top: 0;
    display: none;
}

.msg_p {
    margin-top: 12px;
    font-size: 15px;
    padding: 17px;
    color: #df678c;
}

.chat-logo {
    width: 80px;
    margin-top: 15px;
}

.chat-hr {
    width: 197px;
    margin: 0 auto;
    border: none;
    height: 1px;
    background: #303030;
    margin-bottom: 5px;
}

.chat-inner-div span {
    color: #df678c;
    font-size: 14px;
}

.chat-input-num {
    padding: 8px;
    margin-top: 30px;
    width: 87%;
    box-sizing: border-box;
    background: #ededee;
    border: 1px solid #3d155f;
    border-radius: 5px;
    outline: none;
    margin-bottom: 30px;
}

.chat-input-num-1 {
    padding: 5px;
    margin-top: 5px;
    width: 87%;
    box-sizing: border-box;
    background: #ededee;
    border: 1px solid #3d155f;
    border-radius: 5px;
    outline: none;
}

#timeslot {
    padding: 3px;
    margin-bottom: 6px;
    outline: none;
}

.date {
    padding: 5px;
    margin-top: 5px;
    width: 87%;
    box-sizing: border-box;
    background: #ededee;
    border: 1px solid #3d155f;
    border-radius: 5px;
    outline: none;
    margin-bottom: 5px;
}

.chat-call {
    padding: 5px 7px;
    font-size: 12px;
    background: #303030;
    color: white;
    border: none;
    cursor: pointer;
}

.chat-sch {
    padding: 5px 7px;
    font-size: 12px;
    background: #df678c;
    color: white;
    border: none;
    cursor: pointer;
}

/* Index Page CSS End */



/* Domestic Flight Page CSS Start */

.domestic-banner {
    background: url(../images/domestic-banner.jpg);
    height: 600px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.inte-banner {
    background: url(../images/internation-banner.jpg);
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.form-box {
   
    width: 1100px;
    height: 160px;
    background: #ffffffa3;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
}
.form-box-int {
    width: 1100px;
    height: 160px;
    background: #ffffffa3;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
}

.form-box::after {
    content: 'Domestic Flights';
    width: 172px;
    height: 36px;
    background: #df678c;
    position: absolute;
    color: white;
    text-align: center;
    vertical-align: super;
    top: -46px;
    padding-top: 13px;
    text-transform: uppercase;
    font-size: 14.5px;
    font-weight: 700;
    box-sizing: content-box;
}

.form-box-int::after {
    content: 'International Flights';
    width: 210px;
    height: 36px;
    background: #df678c;
    position: absolute;
    color: white;
    text-align: center;
    vertical-align: super;
    top: -46px;
    padding-top: 13px;
    text-transform: uppercase;
    font-size: 14.5px;
    font-weight: 700;
}

.form-inner {
    /*padding-top: 50px;*/
}

.in-1 {
    padding: 20px 10px;
    border: none;
    border-right: 1px solid #d7d7d7;
    outline: none;
    width: 192px;
    margin-left: -3px;
    box-sizing: content-box;
}

.arrow-box {
    display: inline-block;
}

    .arrow-box span {
        position: absolute;
        left: 20%;
        top: 24%;
    }

.in-2 {
    padding: 20px 10px;
    border: none;
    border-right: 1px solid #d7d7d7;
    outline: none;
    width: 140px;
    background-image: url(../images/cal-1.png);
    margin-left: -4px;
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.in-3 {
    padding: 20px 10px;
    border: none;
    border-right: 1px solid #d7d7d7;
    outline: none;
    width: 140px;
    background-image: url(../images/cal-1.png);
    margin-left: -4px;
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.in-2::placeholder {
    color: #9c9fa1;
    opacity: 1;
}

.in-3::placeholder {
    color: #9c9fa1;
    opacity: 1;
}

.in-1::placeholder {
    color: #9c9fa1;
    opacity: 1;
}

.p-c {
    padding: 20px;
    border: none;
    margin-left: -5px;
    outline: none;
    background: url(../images/sel-arrow.png) white;
    background-repeat: no-repeat;
    background-position: center right 16px;
    cursor: pointer;
    width: 200px;
    border-left: 1px solid #ccc;
}


.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
}

.sub-box {
    background: white;
    padding: 21px 10px;
    display: inline-block;
}

    .sub-box a {
        background: #3d155f;
        color: white;
        padding: 8px 38px;
        font-weight: 600;
        text-decoration: none;
    }

.p-c-box {
    display: inline-block;
    position: relative;
}

.line-1 {
    width: 1px;
    height: 33px;
    background: #df678c;
    display: inline-block;
    position: absolute;
    top: 59%;
}

.page-label {
    color: var(--blue);
}

.res-all {
    padding: 5px 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: var(--blue);
    color: var(--white);
    border: none;
    border-radius: 5px;
    cursor: pointer !important;
    position: absolute;
    bottom: 33px;
    right: 50px;
}

.flight-section {
    background: white;
    height: auto;
    margin-top: -25px;
}

.flight-heading {
    margin-left: 0px;
    color: #3d155f;
    //font-size: 45px;
    //padding-bottom: 5px;
    //margin-top: 0;
    //padding-top: 0;
}

.flight-deal-box {
    width: 31%;
    background: blue;
    height: 300px;
    margin-top: 20px;
    float: left;
    margin-left: 20px;
    position: relative;
}

    .flight-deal-box img {
        width: 100%;
        height: 300px;
    }

    .flight-deal-box h2 {
        position: absolute;
        bottom: 0px;
        text-align: center;
        width: 100%;
        background: #3d155f;
        color: white;
        padding: 10px;
        box-sizing: border-box;
    }


/* Contact Page CSS start */

.common-banner {
    background: url(../images/contact-banner.jpg);
    height: 300px;
    background-size: cover;
}

.col-div-7 {
    width: 60%;
    float: left;
}

.col-div-5 {
    width: 40%;
    float: left;
}

.common-banner h2 {
    text-align: center;
    color: white;
    padding-top: 6%;
    font-size: 40px;
}

.common-banner p {
    text-align: center;
    color: white;
    letter-spacing: 1px;
    font-size: 14px;
}

.contact-sec {
    background: var(--white);
}

.common-heading {
    color: #3d155f;
    margin: 0px;
}

.contact-form {
    width: 100%;
}

.com-input {
    padding: 10px;
    width: 90%;
    margin: 15px 0px;
    outline: none;
    border: none;
    border-bottom: 1px solid #df678c;
}

.cnt-msg {
    width: 90%;
    padding: 10px;
    outline: 1px solid #df678c;
    border: navajowhite;
    height: 105px;
    margin-top: 10px;
    border-radius: 5px;
}

.submit {
    margin-top: 20px;
    padding: 5px 30px;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    background: #df678c;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

    .submit:hover {
        background-color: var(--blue);
    }

.contact_info {
    padding: 18px 0 20px;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

    .contact_info ul li {
           float: left;
    width: 80%;
    padding: 30px 70px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    }
	
	.contact_info ul li:nth-child(2){
		
border-bottom: 0px solid #e5e5e5;
	}
	.foot_num{font-size:30px;color:#222}

        .contact_info ul li p {
            font-size: 14px;
        }

       /* .contact_info ul li:after {
            content: '';
            width: 1px;
            height: 100%;
            display: block;
            background: #e7e7e7;
            position: absolute;
            right: -25px;
            top: 0;
        }*/

    .contact_info h3 {
        margin: 6px 0;
        font-size: 28px;
        color: #532d6d;
        font-weight: bold;
    }

    .contact_info p {
        font-size: 18px;
        color: #727272;
    }

a {
    text-decoration: none;
    color: #727272;
}

.heading-com {
    margin: 0px;
    color: #3d155f;
}

.heading-com-1 {
    font-size: 17px;
    margin-top: 20px;
    color: #df678c;
}

.aboutContent_box2 h3 {
    color: #df678c;
    font-size: 20px;
    margin: 0 0 12px 0px;
    clear: both;
}

.aboutContent_box2 p {
    width: 100%;
    line-height: 28px;
    font-size: 17px;
    color: #777;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: justify;
}

    .aboutContent_box2 p b {
        font-weight: bold;
    }

    .aboutContent_box2 p a {
        color: #532d6d;
    }

.aboutContent_box {
    float: left;
    width: 58%;
}

.aboutContent_box2 {
    float: left;
    width: 58%;
}

.aboutContent_box2 {
    width: 100%;
}

    .aboutContent_box2 table {
        border: 1px solid #000 !important;
        width: 100%;
        border-collapse: collapse !important;
    }

        .aboutContent_box2 table tr th {
            background: #532d6d;
            color: #fff;
            border: 1px solid #532d6d !important;
            font-size: 14px;
            text-align: left;
            padding: 6px 10px !important;
        }

        .aboutContent_box2 table tr td {
            color: #303030;
            font-size: 14px;
            border: 1px solid #532d6d !important;
            background: url(../images/td-bg.jpg) repeat 0 0px;
            text-align: left;
            padding: 6px 10px !important;
        }


/*::::::::::::::::::: flight detail page start :::::::::::::::::::*/
.return_flight_p {
    font-size: 18px;
    font-family: lato;
    font-weight: bold;
    margin-bottom: 0px;
}

.detail_banner {
    width: 100%;
    height: 387px;
    background: url(../images/banner.jpg) no-repeat top;
    background-size: cover;
    color: #ffffff;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 90px;
}

.flt_detail_bnr:after {
    background: rgba(0, 0, 2, 0.6);
    border-radius: 5px 5px 0px;
    -webkit-border-radius: 5px 5px 0px;
    -moz-border-radius: 5px 5px 0px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 255px;
    z-index: -1;
    top: 42px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.flt_detail_bnr {
    position: relative;
}

    .flt_detail_bnr .newsdisplay_left {
        width: 100%;
    }

    .flt_detail_bnr .newsdisplay h5 {
        color: #fff;
        font-size: 22px;
    }

        .flt_detail_bnr .newsdisplay h5 span {
            color: #f2c50e;
            font-size: 22px;
        }

    .flt_detail_bnr .newsdisplay .newsdisplay_left > span {
        color: #fff;
        font-size: 22px;
    }

.detail_banner .flt_detail_bnr .newsdisplay .newsdisplay_left > span {
    font-size: 18px;
}

.detail_banner .flt_detail_bnr .newsdisplay h5 {
    line-height: 22px;
}

.flt_detail_bnr .newsdisplay .newsdisplay_left > span span {
    color: #f2c50e;
}

.flt_detail_bnr .newsdisplay strong {
    color: #fff;
}

.flt_detail_bnr .flt_left {
    float: left;
    background: #fff;
    padding: 19px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    margin-top: 15px;
    margin-left: 25px;
}

.flt_right {
    width: 71%;
    float: right;
    margin-top: 22px;
    margin-right: 20px;
}

    .flt_right span {
        font-size: 20px;
        width: 47%;
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
    }

    .flt_right strong {
        font-weight: bold;
    }

.flt_detail_bnr .flt_left h2 {
    font-size: 22px;
    color: #c19d0b;
    font-weight: bold;
    margin-bottom: 4px;
}

.flt_detail_bnr .flt_left p {
    font-size: 16px;
    color: #505050;
}

.frm_outer {
    background: url(../images/detail_border.png) no-repeat bottom;
    padding-bottom: 10px;
    margin-bottom: 22px;
    background-size: contain;
}

.frm_to {
    margin-bottom: 17px;
}

.phn_number {
    float: left;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #fff;
    background: url(../images/call_icon.png) no-repeat;
    padding-left: 45px;
}

.opn_timing {
    float: left;
}

.call_book {
    width: 100%;
    font-size: 30px;
}

.phn_number span {
    color: #f2c50e;
    font-size: 30px;
    width: auto;
    vertical-align: top;
}

.opn_timing {
    font-size: 20px;
    line-height: 36px;
}

.flight_logo {
    float: left;
    width: 100%;
    border-bottom: 2px solid #e2e3e8;
    position: relative;
    margin-bottom: 24px;
}

    .flight_logo:after {
        background: url(../images/flight_wg.jpg) no-repeat;
        content: '';
        position: absolute;
        bottom: -2px;
        display: block;
        width: 62px;
        height: 51px;
        right: 0px;
    }

.flight_overview_left h3 {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: normal;
    color: #242424;
    margin: 0px 0 6px;
}

.flight_overview_left .overview p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    color: #505050;
    text-align: justify;
}

.flight_overview_left .blue_strip {
    float: left;
    width: 83px;
    background: #444444;
    height: 2px;
    margin: 4px 0px;
}

.flight_overview_left {
    float: left;
    width: 54%;
}

.dtl_gallery {
    width: 40%;
    float: right;
}

.retrun_P {
    font-size: 22px;
    color: white;
    text-align: center;
}

    .retrun_P span {
        font-size: 24px;
        color: #f785a8;
    }

.inner_box_view {
    background-color: #fff;
    padding: 10px;
    margin: 15px;
}

.pri_p {
    font-size: 12px !important;
    font-family: Lato;
    color: #444444 !important;
}

.view_inside {
    text-align: center;
    background-image: url(../images/side_line.png);
    background-repeat: no-repeat;
    background-position: right;
}

    .view_inside p {
        font-size: 24px;
        font-weight: bold;
        color: #df678c;
        margin-bottom: 0px;
    }

    .view_inside span {
        font-size: 14px;
        font-weight: bold;
        color: white;
    }

.view_search_box {
    padding: 0px 0px;
    padding-top: 1px;
}

.p_box {
    width: 33%;
    float: left;
    padding-top: 10px;
}

    .p_box p {
        font-size: 18px;
        font-weight: bold;
        color: #303030;
        font-weight: normal;
    }

.permission p {
    font-size: 13px;
    color: #525252;
}

.col812 {
    padding-top: 0px;
}

.permission {
    width: 33%;
    float: left;
    padding-top: 10px;
}

.call_box_1 p {
    font-size: 24px;
    color: #df678c;
    margin-top: 7px;
    background-image: url(../images/call_icon_1.png);
    background-repeat: no-repeat;
    background-position: left;
}

.flight_logo img {
    float: left;
}

.span_1 {
    font-weight: bold;
    color: #3d155f;
}

.span_2 {
    font-size: 18px;
}

.view_detail_content {
    background-color: white;
}

.fltDlt_gallery {
    float: left;
    width: 100%;
    padding-top: 0px;
    background-color: white;
}

.flight_logo {
    float: left;
    width: 100%;
    border-bottom: 2px solid #df678c;
    position: relative;
    margin-bottom: 24px;
}

    .flight_logo:after {
        background: url(../images/flight_wg.jpg) no-repeat;
        content: '';
        position: absolute;
        bottom: -2px;
        display: block;
        width: 62px;
        height: 51px;
        right: 0px;
    }

.flight_overview_left .blue_strip {
    float: left;
    width: 83px;
    background: #0e71b8;
    height: 2px;
    margin: 4px 0px;
}

.blue_strip {
    float: left;
    width: 83px;
    background: #3a6aad;
    height: 2px;
    margin: 18px 0px;
}

.information {
    padding: 18px 0 22px;
    background: #efefef;
    width: 100%;
    float: left;
}

    .information h2 {
        font-size: 30px;
        color: #c19d0b;
        font-weight: bold;
    }

    .information ul {
        border-top: 1px #cccccc dashed;
        padding-top: 11px;
        margin-top: 12px;
    }

        .information ul li {
            color: #505050;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 18px;
        }

            .information ul li strong {
                padding-right: 4px;
                color: #c19d0b;
            }

.call_book_bg {
    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
    margin-top: 19px;
}

    .call_book_bg .call_book {
        padding: 21px 0;
        float: left;
        color: #fff;
        background: #000002;
        border-top-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-top-right-radius: 3px;
        -ms-border-top-right-radius: 3px;
    }

    .call_book_bg:after {
        background: #000002;
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.fare_summary p {
    font-size: 14px;
    font-weight: 400;
    color: #df678c;
    margin-bottom: 7px;
}

.fare_summary {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}

    .fare_summary table tr td {
        color: #505050;
        font-size: 13px;
        text-align: right;
    }

    .fare_summary table tr th {
        color: #444444;
        font-size: 14px;
        padding: 7px 7px;
        width: 20%;
        text-align: right;
        font-weight: bold;
    }

.bok_fee {
    float: left;
    color: #505050;
    font-size: 14px;
    font-weight: 400;
}

.fee_price {
    float: right;
    color: #505050;
    font-size: 14px;
    font-weight: 400;
}

.grd_total {
    float: left;
    color: #df678c;
    font-size: 18px;
    font-weight: bold;
}

.grd_price {
    float: right;
    color: #df678c;
    font-size: 18px;
    font-weight: bold;
}

.container_box {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
}

.container_box_1 {
    padding: 20px;
    background-image: url("../images/cont_banner.jpg");
    margin-bottom: 20px;
}

.information_box {
    background-color: white;
}

.information_p {
    font-size: 24px;
    color: #df678c;
    padding-top: 15px;
    margin-bottom: 0px;
}

.information_p_1 {
    font-size: 14px;
    color: white;
    margin-bottom: 0px;
    line-height: 26px;
    letter-spacing: 1px;
    font-family: system-ui;
}

.contact_no_div {
    text-align: center;
    padding-top: 77px;
}

.p1 {
    width: 99%;
    line-height: 30px;
}

    .p1 img {
        width: 10% !important;
    }

.p2 {
    font-size: 34px;
    color: #df678c;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    width: 235px;
    margin: 5px auto;
}

.contact_no_div span {
    font-size: 18px;
    color: white;
}

.fligt_view_detail {
    background-image: url("../images/flight_view_detail.jpg");
}
/*::::::::::::::::::: flight detail page close :::::::::::::::::::*/
.ab-img {
    width: 310px;
}

.col-div-4 img {
    width: 100%
}


/*popup css*/
div#betmyquote {
    padding: 0 !important;
}

.btqu {
    width: 100%;
    float: left;
}

.box1 {
    background: #3d155f;
    text-align: left;
    padding: 10px;
    color: #fff;
}

#betmyquote .ui-widget-content {
    color: #532d6d !important;
}

.box1 h2 {
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 5px;
}

.box1 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

#cboxContent input.red_btn {
    color: #fff;
    width: 153px;
    margin-bottom: 0;
}

.betquin input {
    border: solid 1px #cccccc;
    padding: 4px;
    width: 100%;
    font-size: 16px;
    color: #929292;
    margin: 2px 0 4px;
    background-position: 98% 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.betquin .ft_date_ip_dt {
    background: url(../images/date_img_select2.png) no-repeat 98% 2px;
}

.betquin .view_btn {
    width: auto;
    border: 0;
    float: left;
    border-bottom: 4px solid #290746;
    padding: 6px 34px;
    color: #fff;
    margin: 0px 15px 10px 0px;
    background-color: #3d155f;
}

    .betquin .view_btn:hover {
        background: #290746;
        color: white;
    }

.betquin select {
    padding: 7px 6px;
    width: 100%;
    font-size: 12px;
    color: #929292;
    margin: 2px 0 5px;
    background: #fff;
    border: solid 1px #cccccc;
    outline: none;
    float: left;
}

.betquin textarea {
    border: solid 1px #cccccc;
    padding: 10px 4px;
    width: 100%;
    resize: none;
    font-size: 12px;
    color: #929292;
    margin-bottom: 2px;
    background: #fff;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btwh .contfor {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .btwh .contfor input {
        width: 28px;
        margin: 0;
    }

    .btwh .contfor label {
        font-size: 13px;
        color: #666666;
        padding: 5px 0;
    }

.boxin {
    text-align: center;
    color: #444;
    background: #0075fe;
    padding: 15px;
    color: #fff;
}

.betquin span {
    color: #f90e07;
    font-size: 15px;
}

.maximum-time {
    margin-top: 5px;
    display: inline-block;
}

.betquin {
    padding: 10px 15px 0;
    font-size: 13px;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    float: left;
}

    .betquin p {
        margin-bottom: 15px;
        font-size: 14px;
        color: #014587;
        text-align: center;
    }

    .betquin .btqu .btlef {
        float: left;
        width: 49%;
        font-size: 13px;
        color: #666666;
    }

    .betquin .btqu .btrig {
        float: right;
        width: 49%;
        font-size: 13px;
        color: #666666;
    }

    .betquin .btqu .select {
        width: 32.4%;
        border: solid 1px #A8A8A8;
    }

    .betquin .btqu .btlef .select {
        height: 25px;
        margin-left: 0;
        margin-top: 3px;
        width: 31%;
    }

    .betquin .btqu .f-ull .select {
        height: 25px;
        margin-left: 0;
        margin-top: 3px;
        width: 100%;
    }

    .betquin .btqu .select-cl {
        width: 30%;
        float: left;
        margin-right: 10px;
    }

    .betquin .btqu .select-cl1 {
        width: 30%;
        float: left;
    }

    .betquin .btqu .select-cl label {
        color: #666666;
    }

    .betquin .btqu .select-cl .select {
        width: 100%;
    }

    .betquin .btqu .select-cl1 label {
        color: #666666;
    }

    .betquin .btqu .select-cl1 .select {
        width: 100%;
    }

    .betquin .btqu .label-show {
        width: 30%;
        color: #000;
    }

.ebcf_modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    box-sizing: border-box;
}


.ebcf_modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 50%;
    position: relative;
}

.ebcf_close:hover,
.ebcf_close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 15px;
    position: absolute;
    z-index: 99999;
    right: 0;
}



/*popup css end*/
