
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

html {
    scroll-behavior: smooth;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    list-style: none;
}

.wrapper {
    overflow: hidden !important;
    float: left !important;
    width: 100% !important;
    min-height: 100vh !important;
    margin: 0px;
    box-sizing: border-box;
}


button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

a {
    text-decoration: none !important;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

::placeholder, select {
    font-weight: 500 !important;
    color: #838383 !important;
}

.form-control:focus {
    color: #04333a;
    background-color: #ffffff;
    border-color: #ced4da;
    outline: 0px;
    box-shadow: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/*Loader css*/
.loading {
    margin: 0 auto;
    display: table;
    text-align: center;
    position: relative;
    top: 30%;
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #e8e8e8;
    width: 200px;
    height: 200px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loading img {
    height: 80px;
    width: auto;
    position: absolute;
    left: 27%;
    top: 30%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*=========================Top Bar==================*/

.topbar_content {
    padding-top: 3px;
}

.topbar {
    background-color: #9e0000;
}

.topbar_content.credit {
    padding-top: 0px;
}

.topnav {
    box-shadow: 2px 3px 9px 0px rgb(215 213 213);
    background-color: rgb(255,255,255);
}

.topbar_content span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    vertical-align: middle;
}

.tapnav .topbar_content span {
    color: #336ea8;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    vertical-align: middle;
    text-align: left;
}

.tapnav .topbar_content {
    font-weight: 600;
    padding-top: 0px;
    text-align: left;
    font-size: 12px;
}

.topbar_content.credit {
    border-radius: 5px;
    /*background-color: #ffffff;*/
    margin: 0px 0px;
}

    .topbar_content.credit > SPAN {
        COLOR: white;
    }

span.call {
    margin-right: 13px;
    display: block;
}
/* ============navber--------- */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #9e0000;
}


.topnav li a, li .dropdown a {
    color: rgb(151 150 150);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .2px;
}

    li .dropdown a:hover {
        color: #9e0000;
    }

a.nav-link:hover {
    color: #9e0000 !important;
}

.topnav li a:hover {
    color: #9e0000;
}

.dropdown-menu {
    background-color: #193470;
}
/* =================banner============= */
.form-check-input {
    margin-top: 0.1rem;
}

#banner {
    /* background-image:url("https://a6e8z9v6.stackpathcdn.com/traveltour/wp-content/uploads/2016/06/stunning-bg.jpg"); */
    /* background-image: url("https://a6e8z9v6.stackpathcdn.com/traveltour/wp-content/uploads/2017/01/slider-2.jpg"); */
    background-image: url("../images/banner1.jpg");
    background-color: #b4b5b7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: border-box;
    width: 100%;
    min-height: 450px;
    position: relative;
}

#search_control {
    position: absolute;
    margin-top: 10%;
    width: 100%;
}

.dropdown-menu {
    background-color: #19347000;
    color: #967a50;
    border: none;
    text-align: center !important;
    min-width: 3rem !important;
}

a.dropdown-item {
    font-weight: 600 !important;
    font-size: 12px !important;
    color: #505050 !important;
    letter-spacing: .2px !important;
    border-bottom: 1px solid #ffffff;
    background-color: #e9e9e9;
    padding: .5rem 1.0rem;
}

    a.dropdown-item:first-child {
        border-top: 2px solid #9e0000;
    }

    a.dropdown-item:hover {
        color: #ffffff !important;
        background-color: #9e0000 !important;
    }
/* =============serch control============ */

.service_control {
    background-color: #f2f3f570;
    padding: 30px 25px 25px 25px;
    border-bottom: 3px solid #9e0000;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #9e0000;
    border-bottom: 3px solid #9e0000;
}


.row.service_row > div {
    padding: 0;
}

    .row.service_row > div:first-child {
        padding-left: 15px;
    }

    .row.service_row > div:last-child {
        padding-right: 15px;
    }

.row.pop-up-box select {
    /* margin-top: 25px; */
    width: 63px;
}

/* .row.service_row>div:first-child {
					    padding-left: 15px;
				    }
				    .row.service_row>div:last-child {
					    padding-right: 15px;
				    } */
#search_control ul li {
    display: inline-block;
}

.service_name li a {
    font-size: 14px;
    color: #9e0000;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.service_name li {
    margin-right: 3px;
    background-color: #ffffff;
    color: #14508d;
    /*padding: 6px 10px 6px 10px;*/
    border: 1px solid #ffffff;
    border-radius: 0px 4px 0px 0px;
    transition: .2s;
    font-size: 14px;
    color: #14508d;
    font-weight: 600;
}

    .service_name li:hover {
        background-color: #ffffff;
    }

#banner .advance_search_row p {
    margin-top: 9px;
}
/* .row.service_row>div {
					    padding: 0;
				    } */
.search-icon {
    position: relative;
}

    .search-icon i {
        position: absolute;
        top: 8px;
        left: 10px;
        color: #9e0000;
    }

    .search-icon input, .search-icon select {
        border-radius: 0px;
        padding: 4px 5px 4px 29px;
        font-size: 11px;
        height: 34px;
    }

.row.service_row {
    margin-bottom: 0px;
}

::placeholder {
    font-size: 12px;
}

.search-icon.traveller_box {
    position: relative;
}

.close_btn {
    color: #9e0000;
    position: absolute;
    right: 6px;
    top: -1px;
    font-weight: 700;
    cursor: pointer;
}

.pop-up-box {
    background-color: #ffffff;
    width: 300px;
    margin: 0;
    position: absolute;
    top: 38px;
    border: 1px solid #9e0000;
    padding: 5px 1px 14px 1px;
    border-radius: 4px;
    z-index: 1000;
}

.service_name i {
    margin-right: 5px;
}

.row.pop-up-box select {
    opacity: initial;
    height: 25px !important;
    padding: 0px 5px !important;
    color: #135c95;
    text-align: center;
}

.room_count > div {
    border: 0px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    width: 30%;
    border: 1px solid #f0f5ff;
    background-color: #336ea8;
    color: white;
}

.advance_search_row p {
    color: #000000;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
}

    .advance_search_row p i {
        margin-left: 10px;
        vertical-align: top;
    }

.supplier p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 1px;
    padding-top: 4px;
    margin-left: -13px;
}

.row.advance_search_box {
    padding-top: 10px;
}

.supplier span {
    color: #fffefe;
    font-size: 12px;
    display: inline-block;
    margin-left: 8px;
}

.modify_htl_cntrl .search-icon i {
    position: absolute;
    top: 9px;
    left: 10px;
    color: #979391;
}

.search_btn {
    width: 100%;
    border: 1px solid #9e0000;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #9e0000;
    color: white;
    font-size: 15px;
    transition: .2s;
}

.modify_htl_cntrl .search_btn {
    width: 100%;
    border: 1px solid #1a1a1a;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #000000;
    color: white;
    font-size: 15px;
    transition: .2s;
}

.row.advance_search_box .row.service_row label {
    padding-left: 0;
    font-size: 13px;
    /*color: #f5f5f5;*/
    letter-spacing: .2px;
    margin-bottom: 6px;
}

select {
    font-size: 12px !important;
}

.search-icon select {
    height: 34px !important;
    font-size: 12px;
}

.row.advance_search_box i {
    top: 34px;
}

.activesearch {
    border-color: #9e0000 !important;
    background-color: #9e0000 !important;
    color: #ffffff !important;
}

    .activesearch a {
        border-color: #9e0000 !important;
        background-color: #9e0000 !important;
        color: #ffffff !important;
    }
/* ==================footer================ */

.f_logo {
    margin-top: 10px;
    margin-bottom: 25px;
}

footer {
    background-color: #ffffff;
    padding: 15px 0px 8px;
    border-top: 4px solid #9e0000;
}

    footer img {
        display: block;
        margin: auto;
    }

    footer ul li {
        display: inline-block;
        padding: 15px 27px;
    }

        footer ul li a {
            font-size: 13px;
            color: #727272;
            font-weight: 600
        }

            footer ul li a:hover {
                color: #a6a4a4;
            }

    footer ul {
        margin-top: 25px;
    }

.pay {
    width: 363px;
    height: 59px;
    border-radius: 7px;
}

.copywrite p {
    padding-bottom: 4px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: .2px;
    padding-top: 5px;
    text-align: center;
    font-weight: 600;
}

.copywrite {
    background-color: #9e0000;
}

.row.copywrite_row {
    margin: 0 !important;
}
/* =================hotel result page=========================== */
button.btn:hover {
    font-weight: normal;
    background-color: #9e0000;
    border: 2px solid #9e0000;
    color: white !important;
}

.modify_htl_cntrl > div:first-child {
    padding-right: 0px !important;
}

.modify_htl_cntrl > div:last-child {
    padding-left: 0px !important;
}

.rsrv {
    padding: 10px 0px;
}

.rsrvbdr {
    border-bottom: 1px solid #dcd9d6;
    padding-bottom: 13px;
}

.htlrstpg {
    padding-bottom: 30px;
}

.rsrvLft p:first-child {
    font-size: 24px;
    letter-spacing: 0.7px;
    font-weight: bold;
    margin-bottom: 19px;
}

.rsrvRit.float-right {
    margin-top: 35px;
    margin-bottom: 5px;
}

.rsrvLft p:last-child a {
    font-size: 12px;
    color: #abaaaa;
    font-weight: 600;
    letter-spacing: .3px;
    line-height: 20px;
}

.rsrvLft p:last-child {
    font-weight: bold;
    font-size: 11px;
    color: #8b8b8b;
}

span.GlryRTopText.avlRm a, .GlryRTopText.Faclity a {
    color: #9e0000 !important;
}

button.btn.text-light.rsrvbtn {
    padding: 7px 37px !important;
    background-color: #336ea8 !important;
    border: none !important;
    color: white !important;
    font-size: 15px !important;
    border-radius: 4px !important;
}

.top-htl-details .row {
    padding: 8px 0px 8px;
    color: #ffffff;
    font-size: 14px;
}

.htlcunt {
    color: #9e0000;
    font-weight: 600;
    font-size: 15px;
}

.sort_by .col-sm-3 {
    flex: 0 0 21%;
    max-width: 21%;
}

.sort_by .col-sm-2 {
    text-align: center;
}

.sort_by p, .sort_by span {
    font-weight: 600;
    color: #3a3939;
    font-size: 15px;
    padding-top: 4px;
}

.sort_by {
    background-color: #eaeaea;
    border-radius: 4px;
    padding: 7px 0px;
    margin-bottom: 5px;
}

.lst_map > span {
    cursor: pointer;
    color: #7c7c7c;
    font-size: 13px;
    font-weight: 600;
}


    .lst_map > span:first-child {
        border-right: 0px solid #7c7c7c;
        padding-right: 6px;
    }

.lst_map {
    margin-top: 5px;
}

    .lst_map > span:last-child {
        padding-left: 7px;
    }

.sort_by select {
    border-radius: 0px;
    padding: 5px;
    height: 32px !important;
    border: 2px solid #b1b1b1;
    font-weight: 700;
}

.digit {
    color: #7a7a7a;
    padding: 0px 5px;
}

.HtlDstination {
    font-size: 14px;
    color: #9e0000;
    font-weight: 600;
    letter-spacing: .2px;
}

.modify_htl_cntrl > div:last-child > .search-icon {
    padding: 8px 0px 8px;
}

.modify_htl_cntrl > div {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.row.modify_row {
    margin: 18px 0px 0px 0px;
    border: 1px solid #fbf2f2;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 45%);
    border-radius: 4px;
}

.htlrslt, .trnsfer_result {
    margin-top: 16px;
}

.htltxt h3 > a {
    width: 63%;
    color: #336ea8;
}

.frslt-lftsid {
    padding: 20px 20px 50px 20px;
    box-shadow: 0 0 5px #774d52;
    border-radius: 4px;
    background-color: #ffffff;
    color: #ffffff;
    position: relative;
}

.htltxt h3 {
    display: flex;
    align-items: baseline;
}

.lft-side-head {
    text-align: right;
}

i.fa.fa-filter {
    line-height: 25px;
    border: 1px solid #dcafb4;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
}

.pricslidr {
    font-weight: 600;
    font-size: 11px;
    text-align: center !important;
    width: 100%;
    color: #545351;
    margin-top: 7px;
}

label {
    text-align: left !important;
    display: inline-block;
    color: #f9f9f9;
    margin-bottom: .5rem;
    letter-spacing: .2px;
    float: left;
    padding-left: 8px;
    font-weight: 600;
}




    .row.pop-up-box label {
        color: #525050;
    }

.traveller_box label {
    text-align: left !important;
    display: inline-block;
    color: #f9f9f9;
    margin-bottom: .1rem;
    font-size: 13px;
    letter-spacing: .2px;
    float: left;
    padding-left: 2px;
    margin-top: 14px;
}

.row.pop-up-box > .col-sm-4 > div {
    padding-top: 0;
}

.htlsrchbartitl {
    padding: 18px 0px;
}

.title-sidebar {
    font-weight: 600;
    font-size: 16px;
    padding: 14px 0px;
    padding-top: 0px;
    color: #9e0000;
    text-transform: capitalize;
}

a.HtlReset {
    float: right;
    color: #ff577e;
    padding: 21px 0px 0px 0px;
    font-size: 12px;
}

.Htlfltr {
    padding: 4px 0px;
    display: flex;
    font-size: 12px;
    cursor: pointer;
}

    .Htlfltr input[type="checkbox"] {
        margin-top: 1px;
    }

.HtmlNam img {
    padding-left: 8px;
}

span.fivStrHtl {
    float: right !important;
    position: absolute;
    right: 27px;
    font-size: 10px;
    letter-spacing: .4px;
}

.Htlfltr label {
    margin: 0;
    font-size: 11px;
}

.htldtl_ritscsn {
    border: 1px solid #eeeeee;
    padding: 10px 5px 10px 24px;
    margin: 7px 0px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 45%);
}

.htlimg {
    position: relative;
    overflow: hidden !important;
    border-radius: 10px;
    margin-bottom: 13px;
}

    .htlimg img {
        height: 170px;
        overflow: hidden !important;
        transition: .3s;
        object-fit: cover;
        max-height: 171px;
        width: 100%;
    }

.htltxt {
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 12px;
}

    .htltxt h3 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: .4px;
        text-transform: capitalize;
    }

    .htltxt img {
        display: block;
        padding: 8px 0px 0px;
    }

    .htltxt .htladrs {
        font-size: 10px;
        color: #8f8d8a;
        letter-spacing: .4px;
        font-weight: 600;
    }

    .htltxt p {
        font-size: 12px;
        font-weight: 500;
        padding: 5px 8px;
        color: #71747a;
        line-height: 21px;
        background-color: #f7f7f7;
        margin-top: 2px;
        margin-bottom: 5px;
    }

.htlbtm {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e6e1e3;
    padding-top: 5px;
    margin-top: 10px;
}

.htlicon {
    padding: 0px 10px;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

.price-border {
    border-left: 1px solid #e6e1e3;
}

.HtlPric {
    padding: 15px 0px;
    text-align: center;
}

    .HtlPric h4 > span {
        font-size: 17px;
        color: #b5b2ae;
    }

button.btn {
    color: #9e0000 !important;
    border: 2px solid #9e0000;
    margin-top: 10px;
    background-color: transparent;
    font-weight: 500;
    transition: .2s;
    padding: 4px 8px;
    font-size: 13px;
}

p.botttom_p_last {
    font-weight: 600;
    color: #9e0000;
    background-color: transparent;
    padding: 0;
    letter-spacing: .3px;
}

p.botttom_p i {
    padding: 0;
    font-size: 12px;
    margin: 0;
}

star-rating {
    font-size: 12px;
}

p.botttom_p span {
    margin-right: 15px;
    font-size: 12px;
}

p.botttom_p {
    font-weight: bold;
    color: #9e0000;
    background-color: transparent;
    padding: 0;
}

p.botttom_p_last span {
    margin-right: 15px;
    font-size: 11px;
    cursor: pointer;
}

.htldtl_ritscsn_rw {
    border-bottom: 1px solid gainsboro;
    margin-bottom: 25px;
}

.show_map {
    border: 1px solid #eeeeee;
    padding: 0px 15px;
    margin: 7px 0px;
    border-radius: 4px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 45%);
}


iframe {
    border-radius: 4px;
}

.show_map > div > div {
    padding: 0px;
}

.HtlPric > h4 {
    font-weight: 600;
    color: #9e0000;
}

hotel-filter ul.hotel-filter li {
    display: flex;
}

    hotel-filter ul.hotel-filter li label {
        color: #222020;
        font-size: 11px;
    }
/* ===============Modify================= */
.htl_modify .top-htl-details .row {
    padding: 14px 0px;
}

.modify_htl_cntrl {
    background-color: #9e0000;
    box-shadow: 0 0 5px #c3c3c3a8;
    border-radius: 4px;
    width: 100%;
}

.top-htl-details > div > div.htl_modify > div {
    margin-left: 15px;
}

.htl_modif .top-htl-details .row {
    padding: 14px 0px;
}
/* ==========================Filter================ */
.lft-side-head {
    text-align: right;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 20px;
}

    .lft-side-head > h5 {
        letter-spacing: .3px;
        color: #000000;
        font-weight: 600;
        font-size: 19px;
    }

    .lft-side-head > p {
        color: #181818;
        font-size: 11px;
        letter-spacing: .3px;
        font-weight: 500;
    }

span.cust_rest {
    font-size: 13px;
    position: absolute;
    /*bottom: 9px;
    right: 19px;*/
    top: 21px;
    right: 9px;
    color: #ffffff;
    background-color: #9e0000;
    padding: 2px 4px;
    border: 2px solid #9e0000;
    border: 2px solid #9e0000;
    /* margin-bottom: 29px; */
}

.srch {
    width: 88%;
    font-weight: 600;
    background-color: #ffffff;
    border: 2px solid #9e0000;
    padding: 4px 0px 4px 5px;
}

.example {
    background-color: #9e0000;
    display: flex;
}

button.sidbarsrchbtn {
    border: none;
    background-color: #ffffff00;
    color: white;
}

    button.sidbarsrchbtn i.fa.fa-search {
        padding-left: 5px;
    }

.htlsrchbar {
    padding-top: 23px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 23px;
}

.htl {
    padding-top: 23px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 23px;
}

    .htl.strRat.loaction > div {
        line-height: 23px;
        /* height: 30px; */
        margin-bottom: 4px;
        background-color: #336ea8;
        transition: .2s;
        cursor: pointer;
        border-radius: 3px;
    }

    .htl.strRat.loaction .Htlfltr label {
        margin: 0;
        font-size: 13px;
    }

    .htl.strRat.loaction > div:hover {
        background-color: #071536;
    }

.start.col-sm-12 > span:hover {
    background-color: #cf5908;
}

.start_count.col-sm-12 {
    margin-top: 14px;
}

.start.col-sm-12 > span {
    margin-right: 2px;
    background-color: #336ea8;
    padding: 4px 6px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s;
}

.start_count.col-sm-12 > span {
    text-align: center;
    padding: 4px;
    color: #7e7a7a;
    margin-right: 2px;
}

.lft {
    padding-right: 6px;
    padding-left: 15px;
}

.rit {
    padding-right: 15px;
    padding-left: 6px;
}

#slider-range {
    position: relative;
    width: 96% !important;
    margin: 23px auto 23px;
}

.ui-slider.ui-slider-horizontal {
    height: 1px;
    background: #d0d0d0;
    padding-top: 2px;
    top: 13px;
    border: 0px solid transparent;
    margin-bottom: 32px;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: rgb(199 195 195) !important;
    margin-top: -6px;
}



.ui-slider-horizontal .ui-slider-range {
    top: 6px !important;
    height: 2px !important;
}

.ui-slider-range {
    position: absolute;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #fff !important;
    font-weight: bold;
}

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #14508d !important;
        background: #14508d !important;
        color: #ffffff !important;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        text-align: center;
        background: #b34b4be0 !important;
        border: 0px solid #c5c5c5 !important;
        font-size: 12px;
    }

        .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
            border: 0px solid #ccc !important;
            background: #14508d !important;
            font-weight: normal !important;
            color: #ffffff !important;
        }

.ui-datepicker th {
    font-weight: 600 !important;
    border: 0;
    font-size: 11px !important;
}

.ui-widget-header {
    background: #9e0000 !important;
    border: 0px !important;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    position: absolute;
    margin-top: -5px;
    height: 18px;
    width: 15px;
    border-radius: 0!important;
    border: 0px solid #eaeaea !important;
    background-color: #9e0000 !important;
    cursor: pointer;
}

.htlcust {
    padding: 0;
}

/* ==================Hotel Detail Page============ */
.row.photoGlry {
    box-shadow: 0px 1px 4px 0px #808080;
}

.sldrscroll {
    overflow: scroll;
    max-height: 350px;
    overflow-x: hidden;
}

.slidrcolumn {
    float: left;
    overflow: hidden;
    width: 25%;
    height: 100px;
}

img.demo {
    width: 100%;
    height: 100px;
    transition: all .5s;
    overflow: hidden;
}

.demo {
    padding: 1px;
}

.cursor {
    cursor: pointer;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.mySlides img {
    max-width: 100%;
    height: 350px;
}

img.demo {
    width: 100%;
    height: 100px;
}

.photoGlryTop {
    float: right;
    padding-bottom: 8px;
}

.GlryRTopText {
    border-right: 1px solid #dad8d6;
    padding: 0px 12px;
    font-size: 12px;
}

    .GlryRTopText.avlRm, .GlryRTopText.Faclity {
        color: #290246;
        border-right: 0px;
        padding-right: 0px;
        font-weight: bold;
        letter-spacing: .5px;
    }

    .GlryRTopText.avlRm, .GlryRTopText.Faclity {
        color: #290246;
        border-right: 0px;
        padding-right: 0px;
        font-weight: bold;
        letter-spacing: .5px;
    }

.prev, .next {
    z-index: 1000000;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.romInfo {
    padding: 70px 0px 40px;
    /* border: 1px solid; */
}
/*.row.rwbdr {
				    padding-bottom: 50px;
			    position: relative;
			    padding-top: 67px;
			    border: 1px solid gainsboro;
			    border-radius: 17px;
			    }*/
.toptext p {
    position: absolute;
    top: -28px;
    background-color: #9e0000;
    padding: 13px 10px;
    z-index: 1000;
    width: 330px;
    font-size: 16px;
    color: white;
    border-radius: 6px;
    left: 2%;
}

.txtbdr.membrcapacity p {
    font-weight: 700;
    font-size: 13px;
}

.htlRmimg img {
    height: 150px;
    width: 100%;
    border-radius: 15px;
    margin-left: 10px;
}

.txtbdr.text-center.membrcapacity i {
    font-size: 33px;
}

.txtbdr > p {
    font-weight: 700;
    color: #b99765;
    font-size: 14px;
}

    .txtbdr > p:first-child {
        color: #212529;
    }

.txtbdr.membrcapacity > p > span {
    font-weight: 700;
}
/*.mainbrdr {
				    border-bottom: 1px solid #212529;
				    margin-right: 0px;
			    }*/
.RmInfoText > p {
    padding: 10px 4px;
    font-size: 13px;
    border: 2px solid #9e0000;
    background-color: #ffffff;
    font-weight: bold;
    color: #101010;
    margin-bottom: 18px;
    border-radius: 4px;
    width: 152px;
    text-align: center;
}

.txtbdr {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: .4px;
    border-right: 1px solid #dcdcdc;
    /* margin-right: -14px; */
    /* padding: 0px 0px 0px 12px; */
    min-height: 87px;
    padding-left: 31px;
}

.modal-content {
    border: 1px solid white;
}

.modal-header {
    background-color: #d35905;
    padding: 0px;
    color: white;
}

.modal-title {
    text-align: center;
    margin-bottom: 0;
    line-height: 2.5;
    font-size: 16px;
    display: block;
    width: 100%;
}

.cnclPolicyPopUp .modal-title {
    color: white;
    text-align: center !important;
    display: block;
    width: 100%;
}

.modal-header h5 {
    font-size: 14px;
}

.scrl {
    overflow: auto;
    max-height: 450px;
    overflow-x: hidden;
}

.priceBkupPopUp th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0px;
}

.pricBkuP {
    padding: 0px;
    border: 1px solid #cccc;
}

.priceBkupPopUp td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0px;
}

.cnclPolicy {
    padding: 10px 15px;
}

    .cnclPolicy > p {
        margin-bottom: 8px;
        font-size: 20px;
        color: #0f2453;
        padding: 10px 0px 8px;
        font-weight: 700;
        border-bottom: 1px solid lightgrey;
    }

.cnclPolicyText {
    padding: 12px 16px;
    border: 1px solid #e3e3e3;
}

.policyDte {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #8d8d8d;
    ;
}

.modal-header button.close {
    color: white;
    opacity: 1;
}

.modal button.close {
    margin-top: -11px;
    margin-right: 1px;
    background-color: transparent;
    width: auto;
    right: 10px;
}

.modal-header h5 {
    font-size: 17px;
    line-height: 34px;
}

.cncl_modl th {
    background-color: white !important;
    color: #d35905 !important;
    text-align: left !important;
    font-size: 13px !important;
}

.cncl_modl td {
    text-align: left !important;
    font-size: 14px !important;
    line-height: 31px;
}

.cncl_modl td {
    text-align: left !important;
}

.cnclPolicyCntnt > p:nth-child(1) {
    color: #b1813a;
    font-size: 18px;
    margin-bottom: 7px;
    margin-top: 10px;
    font-weight: 700
}

.cnclPolicyText p {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: .2px;
}

.policyDte > div {
    margin-bottom: 2px;
    margin-top: 2px;
    color: #585858;
}

.htlbknw {
    margin-top: 68px;
    background-color: #212529;
    position: absolute;
    right: 9%;
}

.RmInfoText {
    position: relative;
    padding-left: 18px;
}

.txtbdr p {
    color: #918e8e !important;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    display: flex;
}

.txtbdr i {
    color: #9e0000;
    margin-right: 10px;
    color: #9e0000;
    font-size: 14px;
    padding-top: 5px;
}

.modal-footer {
    background-color: #d35905 !important;
    padding: 2px;
}

.modal-content {
    border: 1px solid white;
}

.membrcapacity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 11px;
    flex-direction: column;
}

.htlbknw {
    background-color: #212529;
}

.goglmp {
    z-index: 100;
    border-radius: 4px;
    border: 1px solid #d4d2d6;
    margin: 0px 0px;
}

.overView {
    padding: 0px 0px 50px;
}

.htlCntnt .card {
    margin-top: 1px;
    border: 1px solid #9e0000;
    margin-bottom: 25px;
}

.htlCntnt .card-header {
    background-color: #9e0000;
    padding: 0px;
    border-bottom: 1px solid #9e0000;
}

.location STRONG {
    COLOR: #5c5656;
}

button.btn.btn-link.text-center {
    border: 2px solid #9e0000;
}

.card-header h5 > button {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    color: white !important;
}

.htlCntnt .card-body {
    background-color: #ffffff;
    margin-bottom: 18px;
    font-size: 14px;
    color: #242424;
    font-weight: 500;
    line-height: 29px;
}

button .btn.btn-link {
    width: 100%;
    margin-top: 0px;
    color: white !important;
    display: block;
    text-align: left;
    border: 2px solid transparent;
    text-decoration: none;
}

.htlCntnt .card-body {
    background-color: #ffffff;
}

    .htlCntnt .card-body h5 {
        color: #787776;
        font-weight: bold;
        font-size: 16px;
        padding: 13px 0px;
        letter-spacing: .5px;
    }

    .htlCntnt .card-body p {
        margin-bottom: 18px;
        font-size: 13px;
        color: #242424;
    }
/*================== Checkput page ======================*/
.check_top ul li {
    text-align: center;
    display: inline-block;
    width: 33%;
}

.check_top {
    padding: 45px 0px;
}

    .check_top span {
        background-color: #9e0000;
        border-radius: 52%;
        color: white;
        padding: 8px;
        padding: 7px 14px 10px 14px;
        font-size: 15px;
        height: 35px;
        width: 35px;
        margin-right: 10px;
        position: relative;
    }

    .check_top ul li:nth-child(2) {
        /* width: 34%; */
        padding-left: 27px;
    }

    .check_top ul li:first-child span {
        padding: 8px 15px 8px 15px;
        /* line-height: 31px; */
        font-weight: 600;
        /* font-size: 13px; */
    }

    .check_top ul li:after {
        content: '';
        border-top: 1px solid #cdc9c2;
        width: 159px;
        height: 1px;
        position: absolute;
        top: 10px;
        margin-left: 16px;
    }

    .check_top ul li:last-child:after {
        display: none;
    }

    .check_top ul {
        position: relative;
    }

.checkout_left, .checkout_right {
    padding: 18px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 36%);
    border-radius: 3px;
    border: 1px solid #efefef;
    margin: 20px 0px;
}

.check_lft_box > h4, .check_rit_box > h4 {
    color: #4a4a4a;
    background-color: #ebebea;
    font-size: 17px;
    padding: 6px 11px;
    margin-bottom: 15px;
    letter-spacing: .3px;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid gainsboro;
}

.vehicl_rw span {
    margin-left: 8px;
    color: #838387;
}

.row.vehicl_rw {
    padding-top: 27px;
}

    .row.vehicl_rw p {
        font-size: 13px;
    }

.bk_htl_data > h5 {
    font-size: 15px;
    font-weight: 800;
    color: #336ea8;
    line-height: 20px;
    margin-bottom: 10px;
}

.bk_htl_data > span {
    font-size: 12px;
    color: #967a50;
}

.bk_htl_data p {
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #a3a3a3;
    letter-spacing: .2px;
}

.htl_info {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e1db;
}

.htl_info_p {
    line-height: 21px;
    padding-top: 9px;
    font-size: 13px;
}

.room_info {
    margin-top: 10px;
    font-weight: 500;
    line-height: 24px;
    background-color: whitesmoke;
    padding: 6px;
    color: #6a6767;
    border: 1px solid gainsboro;
}

    .room_info i {
        margin-right: 8px;
        width: 2%;
    }

checkout input.form-control.ar-right.namW.ng-pristine.ng-invalid.ng-touched {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: .25rem !important;
}

checkout .checkout_left i.fa.fa-calendar, checkout .checkout_left i.fa.fa-car {
    margin-right: 5px;
    font-size: 14px !IMPORTANT;
    COLOR: #a9a9a9;
    width: 6%;
    text-align: left;
}

.chek_lft_bottm > span:first-child {
    float: left;
}

.chek_lft_bottm > span:last-child {
    float: right;
}

.chek_lft_bottm {
    margin-top: 18px;
    border-top: 1px solid #dddddd;
    padding: 12px 15px;
    font-size: 18px;
    color: #525151;
}

.trvlr_info input, .trvlr_info select {
    margin-bottom: 10px;
}

.trvlr_info p {
    letter-spacing: .2px;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 500;
}

.checkoout_detail {
    padding: 0px 0px 35px;
    border-bottom: 1px solid #dddcda;
}

.Cancellation {
    padding: 30px 0px;
}

    .Cancellation textarea {
        margin-bottom: 9px;
        border-radius: 0px;
    }

    .Cancellation tr, .Cancellation p {
        color: #525252;
        font-size: 13px;
        line-height: 29px;
        font-weight: 600;
    }

.import {
    transition: .2s;
}

.remark_note {
    background-color: #0f2453;
    padding: 6px 15px;
    border-radius: 3px;
    transition: .2s;
    display: none;
    position: absolute;
    color: white;
    width: 85%;
    z-index: 1000;
}

    .remark_note p {
        font-weight: normal;
        color: white !important;
    }

.col-sm-12.checkout_btn {
    padding: 25px 0px;
    text-align: right;
}

.checkout_btn button {
    border: 2px solid #336ea8;
    margin-right: 20px;
    font-size: 15px;
    background-color: #336ea8;
    color: white;
    padding: 8px 17px;
    border-radius: 3px;
    cursor: pointer;
}

.check_rit_box p {
    color: #525252;
    font-size: 13px;
    line-height: 29px;
    font-weight: 600;
}

.sirnam {
    padding-right: 0px;
}

.firstnam {
    padding-left: 0px;
}

.sirnam select {
    border-right: 0;
    border-radius: .25rem 0rem 0rem .25rem;
}

.firstnam input {
    border-radius: 0rem .25rem .25rem 0rem;
}

span.import {
    color: red;
}

.tabl_data .table td, .tabl_data .table th {
    padding: 0.4rem 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.bk_htl_img img {
    height: 100px;
    width: 100%;
    border: 1px solid gainsboro;
}

.col-sm-8.bk_htl_data {
    padding-left: 0px;
}

.htl_info_p p {
    color: #8d8989;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
}

.checkout_btn button:hover {
    background-color: #c75506;
}

#checkout .form-control:focus {
    border: 1px solid #ced4da;
}

#checkout ::placeholder {
    font-weight: 600 !important;
    color: #838383 !important;
}

label.custlab {
    display: block;
    width: 100%;
}

.cust_text_guest {
    width: 100% !important;
    border: 1px solid #ced4da !important;
}

.service_control :focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

hotel-search-control .plus_minus_box > button, .plus_minus_box > input {
    line-height: 0.4;
    border-color: transparent;
    height: 18px !important;
    width: 18px !important;
    background-color: #9e0000 !important;
    color: #ffffff !important;
    margin-right: 2px !important;
    margin-left: 4px;
    padding: 0px 5px 2px 3px;
    border-radius: 50px !important;
    text-align: center;
}

div#ui-datepicker-div {
    top: 166px !important;
}
hotel-modify-component .plus_minus_box > button, .plus_minus_box > input {
    line-height: 0.4;
    border-color: transparent;
    height: 18px !important;
    width: 18px !important;
    background-color: #9e0000 !important;
    color: #ffffff !important;
    margin-right: 2px !important;
    margin-left: 4px;
    padding: 0px 5px 2px 3px;
    border-radius: 50px !important;
    text-align: center;
}

.plus_minus_box {
    display: flex;
    justify-content: space-around;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.search-icon.traveller_box label {
    display: inline-block;
    color: #f9f9f9;
    margin-bottom: .1rem;
    font-size: 13px;
    letter-spacing: .2px;
    float: left;
    margin-top: 10px;
    padding-left: 2px;
}

.row.custtt_row {
    border-bottom: 1px solid #c5a47375;
    margin: 0px 0px;
    padding-bottom: 16px;
    padding-top: 3px;
}

.custtt_row > div > div > div > label:first-child {
    color: #6a6a6a !important;
    padding-top: 0px !important;
    font-size: 13px;
}

.search-icon.traveller_box input#txt_guest {
    padding-left: 32px;
}

.row.htl_modify {
    margin-left: 15px;
}

.htl_modify .row.service_row input, .htl_modify .row.service_row select {
    width: 100%;
}

.htlsuplier input {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 11px;
}

.htlsuplier span {
    display: flex;
    align-items: center;
}
/* ===================Transfer========== */
.trnsfer_rit_section {
    margin: 7px 0px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 5px #e6e6e6;
    border: 1px solid #e6e6e6;
}

.trnsfer_modify {
    margin: 0px 0px 10px 0px !important;
    padding: 0px 15px 14px;
    color: #ffffff;
    font-size: 14px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 45%);
    border-radius: 4px;
}

.trnsfer_rit_section:hover {
    border: 1px solid #fff7f3;
    box-shadow: 0px 0px 5px #6e6e6e;
}

.row.trnsfer_book_row table td, .trnsfer_book_row table th {
    border: 1px solid gainsboro;
    padding: 7px;
    font-size: 12px;
    text-align: center;
}

.row.trnsfer_book_row table th {
    letter-spacing: .3px;
    background-color: #336ea8;
    color: white;
}

.cancelation_btm {
    border: none;
    background-color: transparent;
    color: #336ea8;
    font-weight: 600;
    cursor: pointer;
}

.cancelation_btm {
    background-color: transparent !important;
    color: #336ea8 !important;
}

.trnsfer_book_row button {
    cursor: pointer;
    background-color: #336ea8;
    color: white;
    border: none;
    padding: 5px;
}

.col-sm-4.trnsfr_cust {
    padding: 0;
}

.trnsfrimg {
    position: relative;
    overflow: hidden !important;
    border-radius: 10px;
    margin-bottom: 13px;
}

    .trnsfrimg img {
        height: 170px;
        overflow: hidden !important;
        transition: .3s;
        object-fit: cover;
        max-height: 171px;
        width: 100%;
    }

.trndtxt {
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 12px;
}

.trnsfer_text {
    padding-bottom: 15px;
    padding-top: 22px;
}

    .trnsfer_text h3 {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: .4px;
        text-transform: capitalize;
    }

    .trnsfer_text p {
        font-size: 12px;
        font-weight: bold;
        padding-top: 10px;
        color: #71747a;
        line-height: 25px;
    }


    .trnsfer_text a.htlNm {
        color: #336ea8;
    }

.trnsfer_price {
    text-align: center;
    margin-top: 36px;
}

    .trnsfer_price h4 {
        font-size: 17px;
        font-weight: 600;
        color: #336ea8;
    }

.vehical {
    font-size: 11px;
    text-align: center;
    bottom: 0;
    position: absolute;
}

.trnsfr_border {
    position: relative;
    padding: 0;
}

.vehical p {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 16px;
    border-top: 1px solid gainsboro;
    margin: auto;
    text-align: center;
    color: #8f8f8f;
    font-weight: 600;
    letter-spacing: .3px;
    cursor: pointer;
}

.trnsfr_cust {
    padding-bottom: 15px;
    padding-top: 20px;
}

.cancl_table table, .cancl_table th, .cancl_table td {
    border: 1px solid #e5e0e0;
}

.checkboxx {
    background-color: transparent !important;
    /* display: flex;
		    justify-content: space-between;
		    align-items: baseline; */
}

    .checkboxx label {
        color: #545351 !important;
        font-weight: 600;
        padding-left: 0px;
        letter-spacing: .2px;
        padding-left: 10px;
        margin: 0;
        font-size: 11px !important;
        line-height: 15px;
    }

.top-transfer-details {
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 45%);
    border-radius: 4px;
}

.modify_trnsfer input {
    margin-bottom: 20px;
}

.modify_btn {
    width: 100%;
    border: 1px solid #9e0000;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #9e0000;
    color: white;
    font-size: 15px;
    transition: .2s;
}

.model_close.close {
    position: absolute;
    opacity: 1;
    color: white;
}

.trnsfer_popup {
    background-color: #ffffff;
    width: auto;
    margin: 0;
    position: absolute;
    top: 38px;
    border: 3px solid #336ea8;
    padding: 5px 1px 14px 1px;
    border-radius: 4px;
    z-index: 1000;
}

    .trnsfer_popup label {
        color: black;
        color: black;
        display: block;
        width: 100%;
        text-align: center !important;
    }

    .trnsfer_popup select {
        text-align: center !important;
        margin: auto;
    }

.trnsfer_result .sort_by .col-sm-3 {
    flex: 0 0 24.5%;
    max-width: 25%;
}

.trnsfer_modify_model {
    padding-bottom: 10px;
    padding-top: 14px;
}

.trns_top_result {
    background-color: #336ea8;
}

.trns_top_result {
    background-color: #336ea8;
    border-radius: 4px 4px 0px 0px;
    padding: 5px 10px;
    color: white;
    font-size: 14px;
    letter-spacing: .3px;
}

.row.trnsfr_info p:first-child {
    font-size: 14px;
    font-weight: 600;
    color: #727272;
    padding: 18px 0px 8px;
}

.trnsfr_info p:last-child {
    color: #b7b6b5;
    padding: 0px 0px;
    /* font-weight: 600; */
}

.chng_btn > button {
    font-size: 11px;
    letter-spacing: .3px;
    text-align: center;
}

.vehical p:hover {
    background-color: #eaeaea;
    color: black;
}

/* sightseen */
.tour_detail {
    font-weight: 600;
    color: #9b9696;
    text-align: center;
    padding-top: 7px;
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: .2px;
}

.ssgimg {
    margin-left: 10px;
    position: relative;
    overflow: hidden !important;
    border-radius: 10px;
    margin-bottom: 13px;
    margin-top: 0px;
}

    .ssgimg img {
        height: 150px;
        overflow: hidden !important;
        transition: .6s;
        object-fit: cover;
        max-height: 171px;
        width: 100%;
    }

.ssg_cust {
    padding-right: 0px;
}

.ssg_rit_section {
    margin: 7px 0px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 5px #e6e6e6;
    border: 1px dashed #e6e6e6;
    padding: 12px 0px 0px;
}

.ssg_text {
    padding-bottom: 15px;
    padding-top: 4px;
}

.ssg_rit_section .trnsfr_border {
    margin-bottom: 12px;
}

.ssg_text h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .4px;
    text-transform: capitalize;
}

.ssg_text h6 {
    margin-bottom: 6px;
    color: #484444;
    font-size: 14px;
    margin-top: 7px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px dashed gainsboro;
    border-color: #484444;
}

.ssg_text h3 a {
    color: #336ea8;
}

.ssg_text p {
    font-size: 12px;
    line-height: 25px;
    font-weight: 600;
    color: #939393;
}

.trnsfer_price .button.btn {
    color: #000000 !important;
    border: 2px solid #336ea8;
    margin-top: 10px;
    background-color: transparent;
    font-weight: 700;
    transition: .2s;
    padding: 3px 5px;
    font-size: 11px;
    letter-spacing: .3px;
}

.ssgcunt {
    color: #336ea8;
    font-weight: 600;
    font-size: 15px;
}

.ssg_dstination {
    font-size: 14px;
    color: #336ea8;
    font-weight: 600;
    letter-spacing: .2px;
}

.top-ssg-details .row {
    padding: 8px 0px 8px;
    color: #ffffff;
    font-size: 14px;
}

.modify_ssg_cntrl {
    background-color: #336ea8;
    box-shadow: 0 0 5px #c3c3c3a8;
    border-radius: 4px;
    width: 100%;
    margin: 0;
}



    .modify_ssg_cntrl .search-icon i {
        position: absolute;
        top: 8px;
        left: 10px;
        color: #979391;
    }

    .modify_ssg_cntrl > div {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

        .modify_ssg_cntrl > div:last-child > .search-icon {
            padding: 8px 0px 8px;
        }

    .modify_ssg_cntrl .search_btn {
        width: 100%;
        border: 1px solid #1a1a1a;
        padding: 5px 5px 5px 5px;
        text-align: center;
        background-color: #000000;
        color: white;
        font-size: 15px;
        transition: .2s;
    }

.advance_search_box .modify_ssg_cntrl .search-icon i {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #979391;
}

.advance_search_box .ssg_search_icon i {
    top: 32px !important;
}

.ssg_modi_row {
    margin: 0;
}

#ssg_modify_serch {
    padding-left: 0px !important;
}

#checkout select {
    font-weight: 800 !important;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #9e1d1b;
}

.htl_modify .advance_search_row p {
    color: white;
}

.htl_modify .col-sm-12.supplier.htlsuplier > div:nth-child(2) {
    color: white;
}

.search-icon.traveller_box label {
    color: #b5adad;
}


.row.custtt_row input, .row.custtt_row select {
    border: 1px solid gainsboro;
    border-radius: 2px;
    width: 62px;
}

sightseeing-search-control .pop-up-box {
    padding: 10px 10px 10px 10px;
}

    sightseeing-search-control .pop-up-box select {
        border: 1px solid gainsboro;
        border-radius: 2px;
    }

    sightseeing-search-control .pop-up-box > div:first-child {
        padding-left: 0px;
    }

sightseeing-search-control .row.pop-up-box label {
    margin-top: 5px;
    margin-bottom: .2rem;
    color: #525050;
}

ui-range-slider span.range-min, ui-range-slider span.range-max {
    color: #7e7a7a;
    font-size: 12px;
}

ui-range-slider span.range-min {
    float: left;
}

ui-range-slider span.range-max {
    float: right;
}

.htl_modify .row.service_row select {
    border: 1px solid #ced4da;
    padding-left: 26px !important;
    padding: 7px 18px;
}

    .htl_modify .row.service_row select:focus-visible {
        outline: -webkit-focus-ring-color auto 0px;
    }

.htl_modify input#txtroom {
    border-radius: 0px;
}

input#txtroom {
    border-radius: 0px;
}

.supplier label {
    float: inherit;
}

hotel-modify-component .supplier label {
    float: inherit;
    display: inline-block;
    margin-right: 10px;
}

.modify_htl_cntrl .row.custtt_row select {
    width: 62px;
    text-align: center;
    padding-left: 0px !important;
}

.rsrvLft p {
    color: #9e0000 !important;
}

.stopsLoader1 {
    width: 100%;
    height: 30px;
    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: slAnim 1s infinite;
}

span.stopsLoader1 {
    vertical-align: middle;
    display: inline-block;
}

.ac_over {
    background-color: #BA2127 !important;
    color: white !important;
}

ul.star-filter li {
    display: flex;
    width: 100%;
    text-align: right;
    color: red;
    color: #222020;
    font-size: 11px;
}

.sort_by .col-sm-2:last-child {
    padding-right: 0;
    text-align: center;
    padding-left: 9px;
}

.lst_map > span:last-child i {
    padding-right: 5px;
}

ul.star-filter li label {
    padding-left: 0px;
    margin-bottom: .5rem;
    margin-right: 8px;
}

.card-header h5 > button:hover {
    font-weight: 600;
    background-color: #336ea8;
    border: 2px solid #cd570600;
    color: white !important;
    text-decoration: none;
    padding: 4px 8px;
}

.tabtxt i {
    color: black;
    margin-right: 10px;
}

.custar-right {
    padding: 10px 15px;
    border-right: 1px solid gainsboro;
}

.rwbdr .badge {
    color: #336ea8 !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .3px;
    /* background-color: red; */
    border: 1px solid #336ea8;
    padding: 8px 15px;
}

ul.list_ok i {
    margin-right: 10px;
    color: #9e0000;
    font-size: 14px;
}

ul.list_ok li {
    color: #918e8e !important;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

    ul.list_ok li a {
        letter-spacing: .3px;
        color: #9e0000 !important;
        text-decoration: underline !important;
    }

.capcity_item_center {
    text-align: center;
}

.capcity_item i {
    color: #9e0000 !important;
    font-size: 26px;
    margin-right: 6px;
}

.capcity_item span {
    font-size: 16px !important;
    color: #918e8e;
}

.htlrstpg.htlDtlP fieldset {
    padding-bottom: 50px !important;
    position: relative;
    padding-top: 67px !important;
    border: 1px solid gainsboro !important;
    border-radius: 17px;
    margin-bottom: 58px !important;
}

.slidrcolumn > img {
    min-height: 100px;
}

.cust_add_bottom legend {
    display: contents !important;
}

.add_bottom_30.hidden-xs > div {
    margin-bottom: 20px;
    text-align: center;
}

.mainbrdr > div {
    padding: 0;
}

span.currency {
    color: #9e0000;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.price_list small {
    color: #918e8e;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 12px
}

.price_list {
    font-size: 18px;
    color: #9e0000;
    font-weight: 600;
}
/*.overView .row .tabtxt {
        flex-wrap: wrap;
  
        display: flex;
        padding-left: -4px;
    }
    .overView .row .tabtxt {
        flex-wrap: wrap;
    
        display: flex;
        padding-left: -4px;
    }*/

.tabtxtbottom i {
    color: #336ea8;
    margin-right: 10px;
}

.tabtxtbottom > div {
    flex-wrap: wrap;
    display: flex;
}

.loading {
    position: relative;
    margin-top: 70px;
}



.load_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row.rwbdr > div {
    padding: 0;
}

h3.ssgcunt span {
    color: #336ea8 !important;
    font-weight: 600;
    font-size: 15px !important;
}

.trnsfer_result span.cust_rest a {
    color: white !important;
}

.trnsfer_result .Htlfltr.checkboxx ul li {
    display: flex;
}

.ng-hide {
    display: none !important;
}

.ng-show {
    display: block !important;
}

checkout-itinerary-details h3 {
    color: white;
    background-color: #9e0000;
    font-size: 17px;
    padding: 6px 11px;
    margin-bottom: 15px;
    letter-spacing: .3px;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid gainsboro;
}

.check_rit_box > h3 {
    color: white;
    background-color: #9e0000;
    font-size: 17px;
    padding: 6px 11px;
    margin-bottom: 15px;
    letter-spacing: .3px;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid gainsboro;
}

.col-sm-8.bk_htl_data > h4 {
    font-size: 16px;
    font-weight: 600;
    color: #9e0000;
    line-height: 20px;
    margin-bottom: 6px;
}

sidebar_sec_title span {
    /* margin-bottom: 14px; */
    color: #336ea8;
    font-size: 15px;
    line-height: 45px;
}

.flight-card br {
    display: none;
}

checkout .icon_set_1_icon-70 {
    color: #9e0000;
    line-height: 21px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .3px;
}

.amenty_content {
    font-size: 13px;
    line-height: 31px;
}

.htlCntnt ul li {
    font-size: 13px;
}

.htlCntnt b {
    font-size: 13px;
}

.location {
    font-size: 13px;
}

.overView .row .tabtxt > div {
    padding-left: 15px;
}

.tabtxtbottom > div > div {
    padding: 0px;
}

.panel-body h4 {
    color: #525252;
    font-size: 13px;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 15px;
}

.sidebar_sec_title span {
    letter-spacing: .3px;
    color: #9e0000;
    font-size: 15px;
    FONT-WEIGHT: 600;
}

checkout .icon_set_1_icon-70 i {
    margin-right: 5px;
    font-size: 15px !IMPORTANT;
    COLOR: #a9a9a9;
    width: 6%;
    text-align: left;
}

checkout-fare-details .table td, .table th {
    padding: 0.75rem 0rem;
    color: #262626;
    font-size: 12px;
}

.checkout_right h3.panel-title {
    font-weight: 600;
    letter-spacing: .3px;
    color: #9e0000;
    font-size: 14px;
    margin: 15px 0px;
}

.checkout_right label.form-check-label {
    color: #727070;
}

.checkout_right ul.paymentMethod.clearfix > li {
    display: flex;
}

.checkout_right ul.paymentMethod.clearfix label.credit {
    font-weight: 600;
    font-size: 12px;
    color: #6e6d6d;
    line-height: 13px;
}

.checkout_right .form-check.bottom_checkbox {
    margin-top: 18px;
    line-height: 21px;
}

.checkout_right .btn_1.button-submit {
    background-color: #9e0000;
    padding: 8px 18px;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: .2px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

.checkout_right .form-actions button.btn {
    background-color: #9e0000;
    padding: 8px 18px;
    color: white !important;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: .2px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

    .checkout_right .form-actions button.btn i {
        margin-right: 7px;
    }
/*div#cancellationPolicy {
        display: none;
    }*/
.checkout_right .checkoout_detail h4 {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

.checkout_right .tittlw {
    width: 17% !important;
}

div#cancellationPolicy > table {
    width: 100%;
    background-color: #ebebea;
    padding-top: 16px !important;
    border-radius: 3px;
    transition: .2s;
    color: #000000;
    z-index: 1000;
    border: 0px;
    margin-top: 15px;
    border-radius: 4px;
    border: 0px !important;
}

.hotel-name-heading td {
    font-weight: 600;
}

div#cancellationPolicy > table tr td {
    padding: 15px 5px;
}

.checkout_right .txt-format {
    color: #0a0a0a;
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
}


/*.canclsn-block > table.Table-item:first-child {
        font-size: 11px;
        box-shadow: 1px 1px 6px 2px gainsboro;
        padding: 15px;
        z-index: 10000 !important;
        border-radius: 4px;
        width: 800px !important;
    }*/
.canclsn-block td.Td-item {
    padding: 10px 5px;
    font-weight: 500;
}

.canclsn-block > table > tbody > tr:nth-child(1) > td > table > thead > tr:nth-child(1) > td:nth-child(1) b {
    color: #9e0000;
    font-size: 16px !important;
    /* margin-bottom: 13px; */
    font-weight: 600;
}

.canclsn-block > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(5) td {
    font-weight: 600;
    color: #9e0000 !important;
    font-size: 12px;
    letter-spacing: .1px;
}

.canclsn-block > table > tbody > tr:nth-child(1) > td > table > thead > tr:nth-child(1) > td:nth-child(1) p {
    padding-top: 1px;
    letter-spacing: .2px;
    font-weight: 600;
    color: #adadad;
}

.canclsn-block td.Td-item p {
    color: #9e0000;
}

table.Table-item.tbl-price-breakup {
    width: 100%;
}

.canclsn-block > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(5) td:last-child {
    text-align: right;
}

.canclsn-block td.Td-item > b {
    font-size: 11px;
    letter-spacing: .2px;
}

.rsrvRit.float-right a {
    background-color: #9e0000;
    color: white;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 3px;
    /* margin-top: 45px; */
}

.canclsn-block {
    background: #ffffff;
    width: 590px;
    border: 1px solid #9e0000;
    padding: 0px 0px 0px;
    margin: 0px 0;
    z-index: 9;
    position: relative;
    overflow: auto;
    direction: ltr;
    text-align: left;
}

    .canclsn-block table > tbody > tr:nth-child(1) > td > table > thead > tr:nth-child(1) > td:nth-child(2) {
        text-align: right;
    }

    .canclsn-block > table > tbody > tr:nth-child(1) > td > table > thead > tr:nth-child(1) > td:nth-child(2) p {
        text-align: right;
        color: #a7a4a4;
        font-size: 11px !important;
        letter-spacing: .2px;
    }

table#divDisableBooking {
    border: 0px !important;
}
/* thank u page */
.htl_thank_u {
    padding-top: 80px;
    padding-bottom: 20px;
}

.container.htl_thank_u_border {
    border: 1px solid #9e0000;
    padding: 20px;
    border-radius: 19px;
}

.thnku_top {
    text-align: center;
    margin-bottom: 12px;
    margin-top: 0px;
    background-color: #9e0000;
    border-radius: 9px;
    padding: 8px 0px;
}

    .thnku_top h4 {
        font-weight: 600;
        color: white;
        padding-bottom: 0px;
        font-size: 18px;
        letter-spacing: .3px;
    }

    .thnku_top p {
        font-size: 15px;
        color: white;
        letter-spacing: .3px;
    }

.thnku_tittl {
    margin-bottom: 30px;
    margin-top: 25px;
    text-align: center;
}

    .thnku_tittl h5 {
        background-color: #9e0000;
        padding: 7px;
        /* border-radius: 4px; */
        font-weight: 600;
        font-size: 17px;
        letter-spacing: .3px;
        color: white;
    }

    .thnku_tittl h6 {
        padding-bottom: 5px;
        color: black;
        margin-top: 17px;
        font-size: 18px;
        font-weight: 600;
    }

    .thnku_tittl p {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .3px;
    }

.info_tittl {
    background-color: #9e0000;
    color: white;
    font-weight: 600;
}

.htl_thank_u .table td, .table th {
    padding: 0.6rem 1.2rem;
}

td.tabl_border {
    border: 1px solid gainsboro !important;
    border-top: 0px !important;
    font-size: 13px;
}

.row.cancellation td {
    border: 1px solid gainsboro;
    padding: 7px;
    font-size: 12px;
}

p.info_titt {
    background-color: #9e0000;
    color: white;
    padding: 7px;
    margin-bottom: 17px;
}

.scnd_bottom {
    padding-bottom: 70px;
}

p.cancl_text {
    font-size: 13px;
    padding-top: 10px;
}

.totl_amount td.info_tittl {
    font-size: 17px;
}

.totl_amount {
    margin-bottom: 28px;
    margin-top: 5px;
}

.bottom_btn {
    padding-bottom: 52px;
    text-align: center;
}

    .bottom_btn button {
        color: white;
        border: 1px solid #9e0000;
        background-color: #9e0000;
        margin: 5px;
        font-size: 14px;
        padding: 6px 8px;
        cursor: pointer;
        text-align: center;
        width: 150px;
    }

span.badge {
    padding: 10px 4px;
    font-size: 13px;
    border: 2px solid #9e0000;
    background-color: #ffffff;
    font-weight: bold;
    color: #101010;
    margin-bottom: 18px;
    border-radius: 4px;
    width: 152px;
    text-align: center;
    /* margin: auto; */
}

.htlrstpg.htlDtlP fieldset:last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.ui-widget.ui-widget-content {
    font-size: 12px;
}

.card-body .tabtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row.canxpolicy {
    padding: 15px;
}

hotel-thankyou .bottom_btn a {
    color: white;
    border: 1px solid #336ea8;
    background-color: #336ea8;
    margin: 5px;
    font-size: 14px !important;
    padding: 6px 8px !important;
    cursor: pointer;
    text-align: center;
    width: 150px;
    height: auto !important;
    border-radius: 0px !important;
}

.Htlmap div#map {
    height: 300px;
    border: 1px solid gainsboro;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 10px;
}

.Htlmap div#pano {
    border: 1px solid;
    margin: 55px 0px 30px 0px;
    border-radius: 3px;
    box-shadow: 0 0 8px #565656bf !important;
    height: 335px;
}

div#pano {
    border: 1px solid;
    margin: 55px 0px 30px 0px;
    border-radius: 3px;
    box-shadow: 0 0 8px #565656bf !important;
    height: 335px;
}

.container.Htlmap.custcustpad br {
    display: none;
}

.ui-autocomplete {
    height: 200px;
    overflow: scroll;
}

.trnsfer-tim {
    width: 100%;
}

    .trnsfer-tim select {
        width: 50%;
        border: 1px solid #ced4da;
    }

.trnsfer_con {
    position: relative;
}

    .trnsfer_con i {
        position: absolute;
        top: 1px;
        left: 10px;
        color: #979391 !important;
        font-size: 13px;
    }

.col-sm-2.trnsfer_con input {
    height: 33px;
    border-radius: 0px;
    padding: 4px 5px 4px 29px;
    font-size: 11px;
    height: 34px;
    width: 100%;
    border: 1px solid #ced4da;
}

.trnsfer_con i.fa.fa-angle-down.new_down {
    font-size: 16px;
    right: 4px;
    left: inherit;
    top: 9px;
    font-weight: 700;
}

.col-sm-2.trnsfer_con div#htlbottom select {
    border: 1px solid gainsboro;
    border-radius: 2px;
    width: 62px;
    text-align: center;
}

.col-sm-2.trnsfer_con div#htlbottom {
    background-color: #ffffff;
    width: 300px;
    margin: 0;
    position: absolute;
    top: 38px;
    border: 1px solid #336ea8;
    padding: 5px 1px 14px 1px;
    border-radius: 4px;
    z-index: 1000;
}

    .col-sm-2.trnsfer_con div#htlbottom i#Closebox {
        top: 7px;
        left: inherit;
        right: 3px;
    }

    .col-sm-2.trnsfer_con div#htlbottom label {
        display: block;
        width: 100%;
        margin-bottom: 0.1rem;
        font-size: 13px;
        letter-spacing: .2px;
        margin-top: 10px;
        padding-left: 12px;
        color: #b5adad;
    }

.col-sm-2.trsf_national select {
    height: 34px !important;
    border-radius: 0px;
    font-size: 11px;
    width: 100%;
    border: 1px solid #ced4da;
}

.alg {
    text-align: left;
    padding-left: 34px;
}

.chl_ag {
    padding: 0px 18px;
}

.row.chl_ag > div {
    text-align: center;
}

transfer-result .col-md-12.form-wizard.result-flt {
    display: none;
}

transfer-result .modify_row_new {
    margin: 12px 0px 0px 0px;
    border: 1px solid #fbf2f2;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 45%);
    border-radius: 4px;
    padding: 11px 0px;
}

#trans_pag h3.htl_h3 {
    color: #336ea8;
    font-weight: 600;
    font-size: 15px;
}

#trans_pag .pas {
    font-size: 14px;
    color: #336ea8;
    font-weight: 600;
    letter-spacing: .2px;
}

#trans_pag .res_val {
    color: #7a7a7a;
    padding: 0px 5px;
}

#trans_pag a.btn_1.outline.modify_search {
    width: 100%;
    border: 1px solid #336ea8;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #336ea8;
    color: white;
    font-size: 15px;
    transition: .2s;
    line-height: 47px;
}

#trans_pag transfer-modify .service_control {
    margin-top: 8px;
}

#trans_pag transfer-modify .search-icon > select {
    width: 50%;
}

#trans_pag .hst .strip_all_tour_list {
    border: 1px solid #eeeeee;
    padding: 10px 5px 10px 10px;
    margin: 7px 0px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 45%);
}

#trans_pag div#filter_sideNav {
    padding: 20px 15px 50px 15px;
    box-shadow: 0 0 5px #774d52;
    border-radius: 4px;
    background-color: #ffffff;
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
}

#trans_pag .sortby_holder {
    background-color: #eaeaea;
    border-radius: 4px;
    padding: 7px 0px;
    margin-bottom: 5px;
}

#trans_pag .img_list img {
    height: 170px;
    overflow: hidden !important;
    transition: .3s;
    object-fit: cover;
    max-height: 171px;
    width: 100%;
}

transfer-result .row.row_new {
    margin-top: 16px;
}

#trans_pag .sortby_holder .form-group {
    margin-bottom: 0px;
}

#trans_pag .tour_list_desc h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .4px;
    text-transform: capitalize;
    color: #336ea8;
    padding-top: 10px;
}

#trans_pag .tour_list_desc > div > div {
    font-size: 12px;
    font-weight: 600;
    padding-top: 10px;
    color: #71747a;
    line-height: 25px;
}

    #trans_pag .tour_list_desc > div > div br {
        display: none;
    }

#trans_pag .tour_list_desc .clearfix {
    display: none;
}

#trans_pag .btn-danger {
    color: #fff;
    background-color: #336ea8 !important;
    border-color: #336ea8 !important;
}

#trans_pag select#trf_sort_p, select#trf_sort_n {
    border-radius: 0px;
    padding: 5px;
    height: 32px !important;
    border: 2px solid #b1b1b1;
    font-weight: 700;
}

#trans_pag .span.sortBy_label {
    font-weight: 600;
    color: #3a3939;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 31px;
}

#trans_pag .tour_price_desc {
    text-align: center;
    padding-top: 26px;
}

#trans_pag .strip_all_tour_list > div > div:nth-child(2) {
    border-left: 1px solid gainsboro;
}

#trans_pag .tour_price_desc .more-button {
    letter-spacing: .2px;
    font-weight: 600;
    padding: 7px 4px;
    font-size: 11px;
}

#trans_pag table.tbl_MoreOptions {
    width: 100%;
}

#trans_pag div#filters_col > div:first-child {
    display: flex;
}

#trans_pag span.htl_search1.ar-right span {
    letter-spacing: .3px;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
}

#trans_pag span.htl_search1.ar-right {
    color: #181818;
    font-size: 11px;
    letter-spacing: .3px;
    font-weight: 500;
}

#trans_pag span.side-lbl.ar-left a {
    font-size: 13px;
    position: absolute;
    bottom: 14px;
    right: 16px;
    color: #ffffff;
    background-color: #14508d;
    padding: 2px 4px;
    border: 2px solid #336ea8;
    border: 2px solid #336ea8;
}

#trans_pag .filter_type p {
    font-weight: 600;
    font-size: 16px;
    padding: 14px 0px;
    padding-top: 0px;
    color: #336ea8;
}

#trans_pag .filter_type.star-rating a {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 0px;
    padding-top: 0px;
    color: #336ea8;
}
/*Animation for Result Begin*/
.stopsLoader:empty {
    width: 20%;
    height: 60px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(RGBA(119, 153, 190, .2) 40px, transparent 0), linear-gradient(RGBA(119, 153, 190, .2) 10px, transparent 0);
    background-repeat: no-repeat;
    background-size: 20px 70px, 100% 70px, 100% 70px;
    background-position: 0 0, 0 0, 0 50px;
    animation: slAnim 1s infinite;
}

@keyframes slAnim {
    to {
        background-position: 100% 0, 0 0, 0 50px;
    }
}

@keyframes airLgolist {
    to {
        background-position: 100% 10px, 10px 10px, 42% 10px, 96% 10px
    }
}

@keyframes normlist {
    to {
        background-position: 100% 10px, 10px 10px, 95% 10px
    }
}

@keyframes fltDtLoader {
    to {
        background-position: 100% 10px, 0 10px
    }
}

@keyframes depArvLoader {
    to {
        background-position: 100% 10px, 0 10px, 0 35px
    }
}

@keyframes fltLegLoad {
    to {
        background-position: 100% 0, 10px 15px, 5% 10px, 15% 10px, 15% 35px, 30% 8px, 80% 10px, 98% 10px, 55% 22px, 55% 8px, 55% 33px, 2% 60px, 20% 60px, 38% 60px, 56% 60px, 74% 60px, 94% 60px
    }
}

@keyframes fltPrceLoader {
    to {
        background-position: 100% 0, 5% 0, 5% 25px, 5% 50px, 5% 105px
    }
}

.stopsLoader1 {
    width: 100%;
    height: 30px;
    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: slAnim 1s infinite;
}

span.stopsLoader1 {
    vertical-align: middle;
    display: inline-block;
}
/*Loader Animation End*/
span.sortBy_label {
    line-height: 29px;
    font-weight: 600;
    color: #3a3939;
    font-size: 15px;
    padding-top: 16px;
    padding-left: 30px;
}

#trans_pag table.tbl_MoreOptions th, #trans_pag table.tbl_MoreOptions td {
    border: 1px solid #d3d2d269;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 5px 12px;
}

#trans_pag table.tbl_MoreOptions th {
    color: #336ea8 !important;
    /* padding: 5px 12px; */
    font-size: 14px;
}

table.tbl_MoreOptions tr:hover {
    background-color: #e3e1e142;
}

.f_r label {
    padding-left: 0px !important;
}

.bk_pg label {
    padding-left: 0px;
    letter-spacing: .3px;
    font-weight: 600;
    color: #4c4c4c;
    font-size: 15px;
    float: inherit;
}

.tab_positionn {
    position: static;
}

.form-section.ar-agent > div > div > div {
    padding-right: 0;
    padding-left: 0 px;
}

.subagent_ i.fa.fa-sort-desc {
    display: none;
}


.ui-datepicker .ui-icon {
    text-indent: unset !important;
    overflow: inherit !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 15px !important
}

.ui-menu.ui-widget.ui-widget-content {
    width: 278.312px !important;
    height: auto !important;
    overflow: hidden;
}

    /*.ui-menu.ui-widget.ui-widget-content:hover {
            background-color: #14508d !important;
            border-color: #14508d !important;
        }*/
    .ui-menu.ui-widget.ui-widget-content i {
        color: #14508d;
        padding-right: 2px;
    }

    .ui-menu.ui-widget.ui-widget-content b {
        font-weight: 600;
        letter-spacing: .2px;
        font-size: 13px !important;
        opacity: 1;
        color: #1e0e02;
    }
/*.ui-menu.ui-widget.ui-widget-content:hover i {
            color: white;
        }*/
sightseeing-temp .ssg_text .htlNm {
    color: #336ea8;
    font-size: 15px;
    text-decoration: underline;
    margin-bottom: 6px;
}

sightseeing-temp .ssg_text span {
    line-height: 21px;
    font-size: 13px;
    font-weight: 500;
}

sightseeing-temp .ssg_text a {
    font-weight: 600;
}

sightseeing-temp .row.trnsfer_book_row button.btn.btn-primary {
    color: white !important;
    font-size: 11px;
}

    sightseeing-temp .row.trnsfer_book_row button.btn.btn-primary:hover {
        font-size: 11px;
        padding: inherit;
        border: inherit;
        font-weight: inherit;
    }

sightseeing-modify-component .ssg_modi_row > div > div input {
    width: 100% !important;
    border: 1px solid #ced4da;
    width: 100% !important;
    border: 1px solid #ced4da;
    font-size: 12px;
    font-weight: 500;
    color: #979391;
}

sightseeing-modify-component .htl_modify {
    margin-top: 10px;
    background-color: #336ea8;
    box-shadow: 0 0 5px #c3c3c3a8;
    border-radius: 4px;
    width: 100%;
    padding: 8px 15px 8px;
    color: #ffffff;
    font-size: 14px;
}

sightseeing-modify-component .ssg_modi_row label {
    display: none;
}

sightseeing-modify-component .modify_sight_col .input-icon {
    width: 100% !important;
}

sightseeing-modify-component .ssg_modi_row > div > div {
    padding: 0px;
}

sightseeing-modify-component .ssg_modi_row input, sightseeing-modify-component .ssg_modi_row select {
    border-radius: 0px;
    padding: 4px 5px 4px 29px;
    font-size: 11px;
    height: 34px;
}

sightseeing-modify-component button.btn.modify-search-btn {
    border-radius: 0px;
    width: 100%;
    border: 1px solid #1a1a1a;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #000000;
    color: white !important;
    font-size: 15px;
    transition: .2s;
    margin-top: 0px;
}

sightseeing-modify-component .ssg_rit_section:hover .ssgimg img {
    transform: scale(1.5);
}

sightseeing-modify-component .modify_sight_col.modify_popup > div > div {
    width: 100%;
}

sightseeing-modify-component .selected_box_top.selected_box_tri {
    position: relative;
}

    sightseeing-modify-component .selected_box_top.selected_box_tri i {
        position: absolute;
        top: 1px !important;
        left: 10px;
        color: #979391 !important;
    }

sightseeing-modify-component > div > form > div.col-sm-1 {
    padding-left: 0px;
}

    sightseeing-modify-component > div > form > div.col-sm-1 label {
        display: none;
    }

sightseeing-modify-component .ssg_modi_row > div:first-child {
    padding-left: 15px;
}

sightseeing-modify-component .guest-box {
    position: relative;
}

sightseeing-modify-component .selected_box_bottom {
    position: absolute;
    background-color: #ffffff;
    width: 300px;
    margin: 0;
    position: absolute;
    top: 38px;
    border: 1px solid #336ea8;
    padding: 5px 8px 14px 15px;
    border-radius: 4px;
    z-index: 1000;
}

    sightseeing-modify-component .selected_box_bottom i#Closebox {
        color: #14508d !important;
        position: absolute;
        right: 6px !important;
        top: -1px;
        font-weight: 700;
        cursor: pointer;
        display: inline-block !important;
        left: inherit !important;
    }

sightseeing-modify-component .room_block label {
    display: block !important;
    color: #b5adad;
    margin-bottom: .1rem;
    font-size: 13px;
    letter-spacing: .2px;
    float: left;
    margin-top: 10px;
    padding-left: 2px;
    width: 100%;
}

sightseeing-modify-component .room_block select {
    width: 62px;
    border: 1px solid #ced4da;
    opacity: initial;
    height: 25px !important;
    padding: 0px 5px !important;
    color: #135c95;
    text-align: center;
}

.ssg_rit_section:hover .ssgimg img {
    transform: scale(1.5);
}

sightseeing-modify-component .input-icon i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #979391 !important;
}

sightseeing-modify-component .input-icon {
    position: relative;
}

sightseeing-modify-component .modify_sight_col {
    position: relative;
}

sightseeing-modify-component .col-sm-4.modify_sight_col i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #979391 !important;
    z-index: 100;
}

transfer-filter-template > .filter_type.star-rating {
    margin-top: 30px;
}

a, button {
    cursor: pointer !important;
}

.btn-danger {
    color: #fff;
    background-color: #4f0000ad;
    border-color: #4f0000ad;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #9e0000;
        border-color: #9e0000;
    }

ssg-thankyou .choose-top.clearfix {
    border-radius: 10px;
    border: 1px dashed #336ea8;
    padding: 15px 15px 0px 15px;
}

    ssg-thankyou .choose-top.clearfix h3 {
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: 600;
        line-height: 31px;
        color: #4c4c49;
    }

    ssg-thankyou .choose-top.clearfix > h3 > strong {
        color: #2cb114 !important;
    }

ssg-thankyou table.table.table-striped.table-invoice {
    border: 1px solid #dcdcdc9e;
}

ssg-thankyou .table td, .table th {
    color: #5c5c5c;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1 px solid #dee2e6;
    font-size: 14px;
}

ssg-thankyou .alert-info {
    line-height: 24px;
    color: #626262;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    font-size: 12px;
}

ssg-thankyou .col-12.col-md-5.col-xs-12 > .details.no-margin {
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px dashed #336ea8;
    padding: 15px;
}

    ssg-thankyou .col-12.col-md-5.col-xs-12 > .details.no-margin h3 {
        letter-spacing: .3px;
        font-size: 20px;
        font-weight: 600;
        color: #e96a12;
        margin-bottom: 10px;
    }

ssg-thankyou .summery.mt {
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px dashed #336ea8;
    padding: 15px;
}

    ssg-thankyou .summery.mt h3 {
        font-size: 20px;
        font-weight: 600;
        color: #e96a12;
        margin-bottom: 10px;
    }

ssg-thankyou .media-left.media-middle img {
    vertical-align: bottom;
    height: 83px;
    max-height: 83px !important;
    border: 1px solid #d1cdcd;
    margin-top: 4px;
}

sightseeing-result .fliter li span {
    font-size: 10px;
    font-weight: 500;
}

sightseeing-result .trnsfer_result .Htlfltr.checkboxx ul li {
    margin-bottom: 10px;
}

ssg-thankyou .innerbox > div {
    font-size: 14px;
    color: #336ea8;
    font-weight: 600;
}

ssg-thankyou .media-body {
    margin-left: 10px;
}

ssg-thankyou h4.media-heading {
    font-size: 14px;
    color: #336ea8;
    font-weight: 600;
    line-height: 21px;
}

ssg-thankyou .media-body span {
    font-size: 11px;
    color: #95908e;
}

ssg-thankyou .media {
    display: block !important;
}

ssg-thankyou .media-left.media-middle {
    display: inline-block;
    width: 25%;
}

ssg-thankyou .media-body {
    width: 72%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

ssg-thankyou .media .col-md-3.ar-right {
    width: 100%;
    margin-top: 10px;
    display: flex !important;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
    padding: 0px;
}

    ssg-thankyou .media .col-md-3.ar-right h4, .media .col-md-3.ar-right span {
        font-size: 13px;
        display: inline-block;
        color: #747372;
    }

ssg-thankyou .innerbox > div {
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 600;
}

ssg-thankyou .details.no-margin h4.custfinal {
    font-size: 14px;
    font-weight: 600;
}

#search_control .active {
    background-color: #9e0000;
    border-color: #9e0000;
    color: white;
}

    #search_control .active a {
        color: white;
    }

.custfinal_amut.text-right {
    font-size: 14px;
    font-weight: 600;
}

transfer-modify .service_control {
    border: 1px solid #14508d;
    border-bottom: 3px solid #14508d;
    background-color: #336ea8;
    box-shadow: 0 0 5px #c3c3c3a8;
    border-radius: 4px;
    width: 100%;
}

transfer-modify .search_btn {
    width: 100%;
    border: 1px solid #1a1a1a;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #000000;
    color: white;
    font-size: 15px;
    transition: .2s;
}

transfer-modify .search-icon i {
    position: absolute;
    top: 9px;
    left: 10px;
    color: #979391;
}

.tim_icon {
    position: relative;
}

transfer-modify .tim_icon i {
    position: relative;
}

transfer-modify .tim_icon i {
    position: absolute;
    top: 4px;
    left: 10px;
    color: #979391;
}

/*----------------*/
transfer-thankyou .choose-top.clearfix {
    border-radius: 10px;
    border: 1px dashed #336ea8;
    padding: 15px 15px 0px 15px;
}

    transfer-thankyou .choose-top.clearfix h3 {
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: 600;
        line-height: 31px;
        color: #4c4c49;
    }

    transfer-thankyou .choose-top.clearfix > h3 > strong {
        color: #2cb114 !important;
    }

transfer-thankyou table.table.table-striped.table-invoice {
    border: 1px solid #dcdcdc9e;
}

transfer-thankyou .table td, .table th {
    color: white;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1 px solid #dee2e6;
    font-size: 14px;
}

transfer-thankyou .alert-info {
    line-height: 24px;
    color: #626262;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    font-size: 12px;
}

transfer-thankyou .col-12.col-md-5.col-xs-12 > .details.no-margin {
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px dashed #336ea8;
    padding: 15px;
}

    transfer-thankyou .col-12.col-md-5.col-xs-12 > .details.no-margin h3 {
        letter-spacing: .3px;
        font-size: 20px;
        font-weight: 600;
        color: #003e7a;
        margin-bottom: 10px;
    }

transfer-thankyou .summery.mt {
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px dashed #336ea8;
    padding: 15px;
}

    transfer-thankyou .summery.mt h3 {
        font-size: 20px;
        font-weight: 600;
        color: #003e7a;
        margin-bottom: 10px;
    }

transfer-thankyou .media-left.media-middle img {
    vertical-align: bottom;
    height: 76px;
    max-height: 83px !important;
    border: 1px solid #d1cdcd;
    margin-top: 12px;
}

transfer-thankyou .fliter li span {
    font-size: 10px;
    font-weight: 500;
}

transfer-thankyou .trnsfer_result .Htlfltr.checkboxx ul li {
    margin-bottom: 10px;
}

transfer-thankyou .innerbox > div {
    font-size: 14px;
    color: #336ea8;
    font-weight: 600;
}

transfer-thankyou .media-body {
    margin-left: 10px;
}

transfer-thankyou h4.media-heading {
    text-decoration: underline;
    font-size: 16px;
    color: #336ea8;
    font-weight: 600;
    line-height: 21px;
    margin-top: 10px;
}

transfer-thankyou .media-body span {
    font-size: 11px;
    color: #95908e;
}

transfer-thankyou .media {
    display: block !important;
}

ssg-thankyou .media-left.media-middle {
    display: inline-block;
    width: 25%;
}

transfer-thankyou .media-body {
    width: 72%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

transfer-thankyou .media .col-md-3.ar-right {
    width: 100%;
    margin-top: 10px;
    display: flex !important;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
    padding: 0px;
    flex-direction: column;
}

    transfer-thankyou .media .col-md-3.ar-right h4, .media .col-md-3.ar-right span {
        font-size: 11px;
        display: inline-block;
        color: #336ea8;
        letter-spacing: .2px;
    }

transfer-thankyou .innerbox > div {
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 600;
}

transfer-thankyou .details.no-margin h4.custfinal {
    font-size: 14px;
    font-weight: 600;
}

.row.bottm_trnsf_thank h4 {
    font-size: 19px;
    color: #336ea8;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 12px;
    text-decoration: underline;
}

.bottm_trnsf_thank {
    margin-bottom: 60px;
}

.row.bottm_trnsf_thank > div > div {
    font-size: 13px;
    line-height: 31px;
}

transfer-thankyou .media .col-md-3.ar-right:nth-child(2) {
    display: inline-block !important;
    vertical-align: top;
}

.media-left.media-middle {
    max-width: 25%;
    display: inline-block;
    width: 25%;
}

transfer-thankyou .media .col-md-3.ar-right:nth-child(2) h4.media-heading {
    text-decoration: underline;
    color: #eb6203;
    font-size: 16px;
}

transfer-thankyou .col-md-12.col-sm-12.col-xs-12.ar-right .innerbox {
    font-size: 11px;
    display: inline-block;
    color: #336ea8;
    letter-spacing: .2px;
    font-weight: 700;
}

#existing_buk .fg-toolbar.ui-toolbar.ui-widget-header.ui-helper-clearfix.ui-corner-tl.ui-corner-tr {
    background-color: white !important;
}

innerbox_tr {
    font-weight: 600;
    font-size: 12px;
    color: #336ea8;
    letter-spacing: .2px;
}

#existing_buk th.sorting.ui-state-default {
    padding: 10px 10px;
    color: white !important;
}

#existing_buk .fg-toolbar {
    background-color: white !important;
}

#existing_buk a#tblBooking_previous, #existing_buk a#tblBooking_next {
    background-color: #9e0000 !important;
    color: white !important;
    opacity: 1;
    font-size: 12px;
    letter-spacing: .2px;
    padding: 7px;
    color: white;
    margin-top: 10px;
    font-weight: normal;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 0px
}

#existing_buk div#tblBooking_paginate span a {
    background-color: #9e0000 !important;
    color: white !important;
    opacity: 1;
    font-size: 12px;
    letter-spacing: .2px;
    padding: 7px;
    color: white;
    margin-top: 10px;
    background-color: #336ea8;
    font-weight: normal;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 0px
}

/*#existing_buk a#tblBooking_next {
        background-color: #0076be !important;
        color: white !important;
        letter-spacing: .3px;
    }*/
table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
    background-color: #336ea8;
}

table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png);
    background-color: #336ea8;
}

div#drreporttbl_paginate {
    position: relative;
}

.col-md-6.col-xs-4.cust_clear {
    text-align: right;
}

div#tbldata_paginate, div#tbldata_info {
    display: inline-block;
}

div#tbldata_info {
    padding: 9px;
    display: inline-block;
    letter-spacing: .3px;
    color: white;
    background-color: #9e0000;
    font-size: 13px;
    margin-top: 20px;
}

a#tbldata_previous {
    padding: 9px;
    letter-spacing: .3px;
    color: white !important;
    background-color: #9e0000;
    font-size: 13px;
    margin-top: 20px;
    text-align: right;
    margin: 5px;
}

div#tbldata_paginate a {
    color: white;
}

div#tbldata_paginate span {
    display: none;
}

a#tbldata_next {
    background-color: #9e0000;
    z-index: 1000000;
    cursor: pointer;
    position: static;
    top: inherit;
    width: auto;
    padding: 5px;
    margin-top: inherit;
    color: #ffffff !important;
    font-weight: normal;
    font-size: 12px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    /* margin-left: 143px; */
    padding: 10px 16px;
    border-radius: 0px;
}

table#tbldata {
    width: 100%;
}

div#tbldata_paginate {
    margin-top: 24px;
    float: right;
}
/*div#drreporttbl_info {
        letter-spacing: .3px;
        color: white;
        background-color: #336eaa;
        font-size: 13px;
        margin-top: 20px;
    }
    tfoot#tf1 tr td {
        border-bottom: 1px solid #e8e8e8 !important;
        font-weight: 600 !important;
        color: #336eaa !important;
        border-top: 1px solid #e8e8e8 !important;
    }*/





div#cst_boking_dtl .nav-tabs > li > a {
    font-size: 18px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 7px 15px;
}

div#cst_boking_dtl .nav.nav-tabs > li > a {
    color: white;
    background-color: #9e0000;
    font-size: 16px;
}

div#cst_boking_dtl .tab-content {
    background-color: #d9d9d914;
    border: 1px solid gainsboro;
}

#cst_boking_dtl .tab-content.cust_buk_tab_content {
    padding: 19px 25px 10px;
    margin-bottom: 20px;
    z-index: 2;
    border-top: 0px;
}

div#cst_boking_dtl h4.tab-section-title {
    font-weight: 600;
    font-size: 18px;
    padding: 15px 0px;
    color: #9e0000;
    background-color: #ffffff00;
    text-decoration: underline;
}



div#cst_boking_dtl button#bookingHistory.btn-primary {
    color: white !important;
    background: none;
    background-color: #9e0000 !important;
    border: 2px solid #9e0000 !important;
    font-weight: bold !important;
    height: 37px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal !important;
    margin-top: 0px;
    font-size: 13px;
}

div#cst_boking_dtl .booking-footer.row a.btn.btn-danger {
    font-size: 13px;
    height: 37px;
    border-radius: 0px;
}

div#cst_boking_dtl .table thead > tr > th {
    font-weight: 600;
    color: white;
    background: #9e0000 !important;
    font-size: 12px;
    letter-spacing: .3px;
}

div#cst_boking_dtl h4.tab-section-title {
    font-weight: 600;
    font-size: 18px;
    padding: 15px 0px;
    color: #9e0000;
    background-color: #ffffff00;
}

.serviceSSG.tab-section button.btn.btn-primary.btn-sm, .serviceSSG.tab-section a.btn.btn-primary.btn-sm {
    background-color: #336ea8 !important;
    border-color: #336ea8 !important;
    color: #fff !important;
    font-weight: bold;
    transition: .5s;
    border-radius: 0px;
}

.serviceSSG.tab-section a.btn.btn-primary.btn-sm {
    margin-top: 10px;
}

.booking-footer.row button.btn.btn-primary {
    color: #999999 !important;
    margin-top: 0px;
    border-radius: 0px;
}

.serviceSSG.tab-section b, .serviceSSG.tab-section p {
    font-size: 13px;
    line-height: 28px;
}

.serviceSSG.tab-section b {
    font-weight: 600;
    font-size: 14px;
    color: #484848;
}

.det-border {
    padding: 4px 0px 4px 6px !important;
    border-bottom: 1px solid #c0c0c1 !important;
    display: flex;
    align-items: center;
    width: 100% !important;
}

#cst_boking_dtl #tab1 > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1), #cst_boking_dtl #tab1 > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
    width: 25%;
}

#cst_boking_dtl #tab1 > div:nth-child(4) > div:nth-child(1) > div:nth-child(1), #cst_boking_dtl #tab1 > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    width: 50%;
}

.agen-border {
    width: 50%;
    border-right: 1px solid #9ea9d1;
    padding: 8px;
    border-color: #c0c0c1 !important;
}

div#cst_boking_dtl .form-section {
    border-color: #c0c0c1 !important;
}

div#cst_boking_dtl #tab1 .form-section {
    border-color: #c0c0c1 !important;
    margin-left: 0px;
}

div#cst_boking_dtl h2.no-margin.skin-color {
    color: #9e0000;
}

div#cst_boking_dtl > hr {
    border-color: #9e0000 !important;
}

div#cst_boking_dtl ul.nav.nav-tabs {
    margin-top: 30px;
}

.serviceTRF.tab-section p, .serviceTRF.tab-section b {
    font-size: 13px;
    line-height: 31px;
}

.serviceTRF.tab-section .btn-info {
    margin-top: 10px;
    color: #fff;
    background-color: #336ea8;
    border-color: #336ea8;
    font-size: 12px;
}

div#cst_boking_dtl .btn-info {
    margin-top: 10px;
    color: #336ea8;
    background-color: #fcfcfc00;
    border: 2px solid #336ea8;
    font-size: 12px;
}

    div#cst_boking_dtl .btn-info:hover {
        border-color: #336ea8;
    }

div#cancellationPolicyRes > table {
    width: 100% !important;
}

div#cancellationPolicyRes {
    text-align: left;
    font-size: 12px;
    line-height: 31px;
    margin: auto;
    /* display: block; */
    /* text-align: center; */
    padding: 0px 20px;
}

a.btn.btn-danger.bok-btn.view-cross {
    padding: 1px 9px;
    text-align: right;
    float: right;
    background-color: #336ea8;
}


div#cancellationPolicyRes .hotel-name-heading td {
    /* margin-bottom: 30px; */
    font-size: 19px;
    font-weight: 600;
    color: #336ea8;
    border-bottom: 1px solid #336ea8;
    /* padding-bottom: 10px; */
}

transfer-search .trnsfer_con i {
    position: absolute;
    top: 1px;
    left: 10px;
    color: #14508d !important;
    font-size: 13px;
}

.trnsfer-tim .search-icon i {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #14508d;
}

.row.checkoout_detail label.control-label.hidden {
    display: none;
}

checkout-itinerary-details ul.list_icons {
    font-size: 11.5px;
    color: #6a6767;
    font-weight: 500;
}

tr.gridHeader.cal {
    background-color: #9e0000;
}

div#cancellationPolicy th.size16px.bold.dark {
    color: #9e0000;
}

.serviceTRF.tab-section button.btn.btn-primary {
    margin-top: 10px;
    color: #336ea8;
    background-color: #fcfcfc00;
    border: 2px solid #336ea8;
    font-size: 12px;
    height: 34px;
}

    .serviceTRF.tab-section button.btn.btn-primary:hover {
        color: #336ea8 !important;
    }

div#existing_buk .btn-primary {
    color: #fff !important;
    background-color: #9e0000 !important;
    border-color: #9e0000 !important;
}


div#existing_buk div#tblBooking_info {
    font-size: 12px;
    letter-spacing: .2px;
    padding: 7px;
    color: white;
    margin-top: 10px;
    background-color: #9e0000;
    font-weight: normal;
}

.Htlfltr.HtmlNam > ul.col-sm-12.star-filter {
    padding: 0;
}

checkout-itinerary-details .HotelBookingSummary .hotelInfo h4 {
    margin-bottom: 10px;
    color: #336ea8;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

checkout-itinerary-details .HotelBookingSummary .hotelInfo {
    font-size: 12px;
    line-height: 24px;
}

.flight-card h3.sidebar_sec_title > strong {
    color: #646464;
    font-size: 15px;
    padding: 8px 0px;
    letter-spacing: .2px;
}

transfer-thankyou .details.no-margin.form-infomation .table td, .table th {
    color: #4c4949;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
}

div#cancellationPolicyRes > img {
    text-align: center;
    margin: auto;
    display: block;
    width: 200px;
}

.container.bk_pg h2 {
    font-size: 23px;
    font-weight: 600;
    color: #9e0000 !important;
}



.container.bk_pg .form-section.ar-agent > div > div > div {
    padding-left: 0px;
    padding-right: 0px;
}

.container.bk_pg .table td, .container.bk_pg .table th {
    text-align: center;
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 12px;
}

.bk_pg input {
    font-size: 14px;
    border: 1px solid gainsboro;
}

.container.bk_pg button.btn.btn-primary {
    background-color: #f16303;
    color: white !important;
}

.subagent_ .tab-responsive {
    overflow: auto;
}

    .subagent_ .tab-responsive select {
        font-size: 12px !important;
        padding: 2px;
        border-color: #cdcdcd;
    }

    .subagent_ .tab-responsive input {
        padding: 2px 5px;
    }

.subagent_ input#savebutton {
    /* font-size: 19px; */
    padding: 5px 14px;
}

.container.bk_pg .col-sm-12.tabresposive.cust-tab-res.tab_positionn {
    padding: 0;
}

table#AgentDetails {
    margin-top: 10px;
}

.container.bk_pg.subagent_ .form-group > div > .col-md-6 {
    padding: 0px;
}

.container.bk_pg .col-sm-12.tabresposive.tab_positionn {
    padding: 0px;
}

.row.chng_pswrd .form-group > div > div > div {
    padding: 0;
}

.profil .form-section > div > div > div > div {
    padding-left: 15px;
    letter-spacing: .3px;
    font-weight: 600;
    color: #4c4c4c;
    font-size: 15px;
    float: inherit;
}

table#agnt_Role button {
    background-color: transparent !important;
    border: none !important;
}

.container.salereport.bk_pg.subagent_ b {
    letter-spacing: .3px;
    font-size: 14px;
    font-weight: 600;
    color: #9e0000;
}

.salereport input, .salereport label {
    font-size: 14px;
    margin: 0px 5px;
    color: #6e6e6e;
}

.salereport button.btn-primary.repo {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 9px;
    font-size: 15px;
}

.salereport div#tbldata_filter {
    width: 50%;
    display: inline-block;
    text-align: right;
    margin-bottom: 10px;
}

.salereport .dt-buttons {
    width: 50%;
    display: inline-block;
}

    .salereport .dt-buttons span {
        color: #9e0000;
        font-size: 15px;
        font-weight: 600;
        border: 1px dashed #9e0000;
        padding: 4px 10px;
    }

.custheight.bk_pg table th {
    font-size: 11px;
    color: white;
    letter-spacing: .3px;
    font-weight: 600;
}

.btn-primary {
    color: #fff;
    background-color: #9e0000 !important;
    border-color: #9e0000 !important;
}

.on_req_table div#Tblconfirmbooking_info {
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #9e0000;
    vertical-align: middle;
    /* line-height: 31px; */
    color: white;
    font-size: 12px;
}

.on_req_table a#Tblconfirmbooking_previous, a#Tblconfirmbooking_next {
    background-color: #9e0000;
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #9e0000;
    vertical-align: middle;
    /* line-height: 31px; */
    color: white !important;
    font-size: 12px;
    font-weight: normal;
    position: static;
    margin-right: 5px;
    margin-left: 5px;
    width: 71px;
}

.on_req_table div#Tblconfirmbooking_paginate span a {
    background: #9e0000;
    background-color: #9e0000;
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #9e0000 !important;
    vertical-align: middle;
    /* line-height: 31px; */
    color: #ffffff !important;
    font-size: 12px;
    font-weight: normal;
    position: static;
    margin-right: 5px;
    margin-left: 5px;
    /* width: 87px; */
    border-color: #9e0000;
}

.container.agentrole.bk_pg table th, .container.agentrole.bk_pg td {
    width: 50%;
}

.on_hold_table div#bookTimeLimit_info {
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #336ea8;
    vertical-align: middle;
    /* line-height: 31px; */
    color: white;
    font-size: 12px;
}

.on_hold_table a#bookTimeLimit_previous, .on_hold_table a#bookTimeLimit_next {
    background-color: #336ea8;
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #336ea8;
    vertical-align: middle;
    color: white !important;
    font-size: 12px;
    font-weight: normal;
    position: static;
    margin-right: 5px;
    margin-left: 5px;
    width: 71px;
}

a.paginate_button.current {
    background: #9e0000 !important;
    background-color: #9e0000;
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #9e0000 !important;
    vertical-align: middle;
    /* line-height: 31px; */
    color: #ffffff !important;
    font-size: 12px;
    font-weight: normal;
    position: static;
    margin-right: 5px;
    margin-left: 5px;
    /* width: 87px; */
    border-color: #9e0000 !important;
}

div#cst_boking_dtl .booking-footer.row button.btn.btn-primary {
    color: #ffffff !important;
    margin-top: 0px;
    border-radius: 0px;
}

div#cst_boking_dtl .serviceTRF.tab-section button.btn.btn-primary {
    margin-top: 10px;
    color: #336ea8;
    background-color: #fcfcfc00 !important;
    border: 2px solid #336ea800;
    font-size: 12px;
    height: 34px;
}

div#cst_boking_dtl a.btn.btn-primary {
    margin-top: 10px;
    color: #9e0000;
    background-color: #fcfcfc00 !important;
    border: 2px solid #336ea800;
    font-size: 12px;
    height: 34px;
}

app-cms .item-page h2 a, app-cms .item-page h4 a {
    color: #336ea8;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #336ea8;
    padding-bottom: 0px;
}

app-cms .item-page p {
    font-size: 13px;
    line-height: 29px;
    margin-top: 15px;
    margin-bottom: 15px;
}

app-cms .column {
    margin: 40px 0px;
}

app-cms .item-page p a {
    color: #336ea8;
}

a.navbar-brand > img {
    max-width: 70px;
    margin-bottom: 0px;
}

img.img-fluid.f_logo {
    width: 65px;
}

.service_name li.holiday_tab {
    display: none !important;
}

table.tbl_MoreOptions button.btn.btn-primary {
    color: white !important;
}

.RmInfoText > p.text-center {
    margin: auto;
    margin-bottom: 34px;
    padding: 7px 4px;
}

.bk_pg hr {
    border-color: #9e0000 !important;
}

.topnav {
    box-shadow: 2px 3px 9px 0px rgb(215 213 213);
    background-color: rgb(255,255,255);
    border-bottom: 1px solid #ededed;
}

.container.ag_resgistration h2
checkout .row.checkoout_detail input.form-control.ar-right.namW {
    width: 66% !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

hotel-modify-component #htl > div.col-sm-12.col-md-11.p-0 > div.row.advance_search_box > div:nth-child(1) {
    padding-left: 30px;
}

hotel-search-control #htl > div.col-sm-12.col-md-11.p-0 > div.row.advance_search_box > div:nth-child(1) {
    padding-left: 30px;
}

ngb-modal-window.d-block.fade.modal.show a.btn.btn-danger.bok-btn:active {
    border-color: #005ebf;
    background-color: #005ebf !important;
}

fieldset button.btn.btn-danger.bok-btn:active {
    background-color: #336ea8 !important;
    outline: 0px !important;
    border: 0px !important;
    color: white !important;
}





.container.abbb h2 a, .container.abbb h4 a {
    color: #336ea8;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #336ea8;
    padding-bottom: 0px;
}

.container.abbb h2, .container.abbb h4 {
    margin: 15px 0px;
}

.container.abbb p {
    font-size: 14px;
    line-height: 31px;
}

.container.abbb {
    padding: 30px 0px 50px 0px;
}

hotel-result .htl.price_sorting input#amount {
    display: none;
}

.rsrvLft.float-left star-rating {
    display: block;
    font-size: 12px;
    display: block;
}

@media (min-width: 576px) {
    .header_bottom_border ul#navigation-2 button {
        width: auto !important;
    }
    .main-menu-other {
        text-align: center !important;
    }
    .header-area .main-header-area .main-menu #navigation li {
        display: inline-block;
        position: relative;
        margin: 4px 0 9px 0px;
    }
    .header_bottom_border ul#navigation button, .slicknav_menu .slicknav_nav > li > button {
        padding: 4px 11px;
        font-size: 10px;
    }
    .support-number {
        visibility: initial;
        text-align: center;
    }
    .slider_area {
        height: calc(100vh - -124.03px);
        top: 58px;
    }
        .header-area .main-header-area .main-menu {
        display: block !important;
    }
    #sticky-header .logo > a > img {
        display: block;
        width: 50% !important;
        margin: 0 auto;
    }
    .support-number {
        position: initial;
    }
        transfer-result ui-range-slider > DIV > DIV {
        HEIGHT: 23PX !IMPORTANT;
    }
}

hotel-modify-component .custtt_row > div > div > div > label:first-child {
    margin-top: 3px;
    color: #6a6a6a !important;
    padding-top: 0px !important;
    font-size: 13px;
}

div#checkk_tranfer .trns_panl > div {
    margin-bottom: 10px;
    max-width: 100%;
    padding: 0;
    font-size: 12px;
    letter-spacing: .3px;
    justify-content: space-between;
    display: flex;
}

div#checkk_tranfer input {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}

div#checkk_tranfer .trns_panl > div > strong {
    text-align: right;
}

div#checkk_tranfer .trns_panl > div > span {
    text-align: left;
}

@media screen and (max-width: 525px) {
    div#checkk_tranfer .trns_panl > div {
        flex-direction: column;
    }

        div#checkk_tranfer .trns_panl > div > strong {
            text-align: left;
        }
}



.container.abbb h2 {
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline;
    margin: 0;
    color: #9e0000 !important;
    padding: 0;
    margin-bottom: 23px;
    margin-top: 14px;
    font-size: 23px;
    font-weight: 600;
}



.ssss {
    text-decoration: underline;
    margin: 0;
    color: #9e0000 !important;
    padding: 0;
    margin-bottom: 7px;
    margin-top: 14px;
    font-size: 23px;
    font-weight: 600;
}

.htl.price_sorting {
    padding-bottom: 43px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding-bottom: 0;
}

.topnav .topbar_content {
    text-align: left;
    vertical-align: inherit;
}

    .topnav .topbar_content span {
        color: #9e0000;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .2px;
        vertical-align: middle;
    }

.topnav .topbar_content {
    padding-top: 0px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    font-weight: normal !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    color: white !important;
}

a.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover, a.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
    background-color: #336ea800 !important;
    padding: inherit !important;
    top: inherit !important;
}

.dddd {
    text-align: center;
    font-weight: bold;
    color: #195fa5;
    font-size: 26px;
    letter-spacing: .3px;
}

.row.canxpolicy > div {
    display: none;
}

transfer-thankyou .innerbox > div {
    display: none;
}

.service_row .ngerror > div {
    color: #0f1aa1;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .2px;
}





#center_loader .loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}

#center_loader .loader-box {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#center_loader .icon {
    font-size: 5rem;
    transform: scale(1);
    /*background-color: rgb(255, 255, 255);*/
    border-radius: 150px;
    /*height: 150px;
    width: 150px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    animation: loaderSize 2.5s infinite ease-in-out, loaderColor 7.5s infinite ease-in-out;
    color: #9356DC;
    /*box-shadow: 0 0 15px #fff;*/
}

    #center_loader .icon > img {
        padding-top: 18px;
    }

@keyframes loaderCircle {
}

@keyframes loaderSize {
    0% {
        transform: scale(1) rotate(0);
    }

    16% {
        transform: scale(0) rotate(0);
    }

    50% {
        transform: scale(1) rotate(0);
    }

    80% {
        transform: scale(1) rotate(360deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

@keyframes loaderColor {
    5% {
        color: #9356DC;
    }

    10% {
        color: #FF79DA;
    }

    39% {
        color: #FF79DA;
    }

    40% {
        color: #99E2D0;
    }

    70% {
        color: #99E2D0;
    }

    80% {
        color: #9356DC;
    }

    100% {
        color: #9356DC;
    }
}

fieldset span.capcity_item {
    margin-right: 8px;
}

div#Mloading {
    margin: 0px !important;
    padding: 0px !important;
    position: fixed !important;
    right: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgb(4 4 4 / 93%) !important;
    /* z-index: 30001; */
    display: block !important;
    z-index: 1000000 !important;
    opacity: 0.9 !important;
}

#center_loader .icon > img {
    padding-top: 18px;
    width: 230px !important;
}

.wrapper.trmm {
    letter-spacing: .3px;
    font-size: 16px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
    COLOR: #0a0a0a;
    FONT-WEIGHT: 400;
}

.trmm h2 {
    color: #2e6aaa;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #336eac;
    padding-bottom: 0px;
    display: inline-block;
    padding-top: 22px;
}

h3.main-titl {
    margin-top: 27px;
    color: #2e6aaa;
    font-size: 22px;
    font-weight: 600;
    /* border-bottom: 1px solid #eb6102; */
    padding-bottom: 16px;
    display: inline-block;
}

.navbar-expand-lg .navbar-collapse {
    flex-direction: column;
}

#navbarTogglerDemo02 > ul:nth-child(1) > li:nth-child(1) > div {
    margin-right: 15px;
}


.trm h2 {
    color: #2e6aaa;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #336eac;
    padding-bottom: 0px;
    display: inline-block;
    padding-top: 22px;
}

.wrapper.trm {
    letter-spacing: .3px;
    font-size: 16px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
    COLOR: #0a0a0a;
    FONT-WEIGHT: 400;
}

checkout .ngerror > div {
    display: block;
    font-size: 12px;
    width: 100%;
    color: red;
}

checkout .ngerror {
    display: block;
    width: 100%;
}

td.ui-datepicker-days-cell-over.ui-datepicker-today > a {
    background-color: #9e0000 !important;
    color: #ffffff !important;
}

a.ui-state-default.ui-state-hover {
    background-color: #9e0000 !important;
}

checkout label.form-check-label a {
    color: #9e0000 !important;
}

.htlCntnt .amenty_content {
    font-size: 13px;
    line-height: 31px;
    display: inline-block;
}

div#cst_boking_dtl .nav.nav-tabs > li > a.active.show {
    background-color: #565656 !important;
}

flight-search .control_tab.tab_AIR {
    background-color: #383b428a;
    padding: 30px 25px 21px 25px;
    border-bottom: 3px solid #009edc;
    border-radius: 4px;
    border: 1px solid #9e0000;
    border-bottom: 3px solid #9e0000;
}

    flight-search .control_tab.tab_AIR h4.showoff {
        display: none;
    }

flight-search .row.tripopt {
    font-size: 12px;
    font-weight: 600;
}

flight-search .row.tripopt {
    font-size: 12px;
    font-weight: 600;
    padding-left: 15px;
}

    flight-search .row.tripopt .col-md-1.col-xs-4 {
        display: contents;
        color: #f5f5f5;
        margin-bottom: 10px;
    }

    flight-search .row.tripopt > div {
        padding-right: 0px;
        margin-bottom: 10px;
    }

flight-search .optionv {
    margin: 0px 20px 5px 0 !important;
    position: relative;
}

flight-search .row.tripopt input {
    cursor: pointer;
    width: 15px;
    vertical-align: unset;
    height: 15px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

flight-search div#cust_one_round > div:first-child {
    padding-right: 0px;
}

flight-search div#cust_one_round > div:first-child {
    padding-right: 0px;
}

flight-search div#cust_one_round > div > div > .col-md-4 {
    padding: 0px;
}

flight-search .text_icon i.fa.fa-map-marker {
    LEFT: 15px;
    right: inherit;
}

flight-search .text_icon i {
    font-size: 13px;
}

flight-search .text_icon i {
    position: absolute;
    top: 15px;
    right: 7px;
    color: #fbac18;
}

flight-search .text_icon i {
    position: absolute;
    top: 15px;
    right: 7px;
    color: #9e0000;
}

flight-search .service_name i {
    margin-right: 5px;
}

flight-search .control_tab.tab_AIR div#cust_one_round input, .control_tab.tab_AIR div#cust_one_round select, .control_tab.tab_AIR .selected_box {
    border-radius: 0px;
    padding: 4px 5px 4px 29px;
    font-size: 11px;
    height: 45px;
    width: 100%;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0px;
    padding: 4px 5px 4px 29px;
    font-size: 11px;
    height: 45px;
    width: 100%;
}

flight-search .reverse {
    position: absolute;
    top: 10px;
    right: -14px;
    z-index: 99;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    cursor: pointer;
}

flight-search input[type=text] + input[type=hidden] + .sugg-close {
    display: none;
}

.reverse img {
    width: 100%;
    padding: 8px 7px;
}

flight-search .text_icon.calanderboth {
    line-height: 42px;
    vertical-align: -webkit-baseline-middle;
    display: flex;
    background-color: white;
}

flight-search .text_icon i.fa.fa-calendar {
    LEFT: 10px;
    right: inherit;
}

flight-search .text_icon.calanderboth input {
    border-color: transparent !important;
}

flight-search .selected_box {
    color: gainsboro !important;
    font-size: 12px !important;
    padding-left: 12px !important;
}

flight-search .selected_box_top.search-trav {
    margin: 13px 0;
    color: #495057;
}

flight-search .selected_box i {
    font-size: 13px;
    color: #9e0000;
}

flight-search .service_name i {
    margin-right: 5px;
}

/*flight-search button#btnSearch {
    width: 100%;
    border: 1px solid #f2f3f570;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #9e0000;
    font-size: 12px;
    transition: .2s;
    height: 45px;
    margin-top: 0px;
    font-weight: 600;
    margin: 0px -16px;
    color: #fff;
}*/

.search {
    margin-top: 10px;
}

flight-search .searchdn.select-airline {
    position: relative;
    border-bottom: none;
}

    flight-search .searchdn.select-airline i {
        font-size: 12px;
        left: 8px;
        position: absolute;
        margin-right: 5px;
        top: 12px;
        color: #9e0000;
    }

    flight-search .searchdn.select-airline select {
        font-weight: 100 !important;
        color: #ff8c3a !important;
    }

    flight-search .searchdn.select-airline select {
        width: 100%;
        height: 37px;
        /* border-color: #fbbc45; */
        border-bottom: 1px solid #9e0000 !important;
        outline: 0 !important;
        background-color: transparent;
        border: none;
        color: #fff !important;
        padding-left: 30px;
        font-weight: bold !important;
    }

        flight-search .searchdn.select-airline select option {
            color: #000;
        }

flight-search .col-md-6.col-sm-6.col-xs-12.resp_full {
    padding: 0px;
}

flight-search div#cust_one_round > div:last-child {
    padding-left: 0px;
}

flight-search .searchdn.direct-fliser {
    color: white !important;
}

.searchdn.direct-fliser > div {
    width: 100% !important;
    margin: 10px 0;
    padding: 10px 0;
}

flight-search .searchdn.direct-fliser label.switch input[type=checkbox] {
    margin: 0;
    height: 12px;
}

flight-search.searchdn.direct-fliser label.switch-text {
    color: white;
}

flight-search .supplier p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 1px;
    padding-top: 4px;
    margin-left: -13px;
}

flight-search .htlsuplier span {
    display: flex;
    align-items: center;
}

flight-search .col-sm-12.supplier.htlsuplier input[type=checkbox] {
    margin-top: 0px;
    height: 12px;
}

flight-search .col-sm-12.supplier.htlsuplier input[type=checkbox] {
    margin-top: 0px;
    height: 12px;
}

.supplier label {
    font-weight: 100;
    float: inherit;
    color: white;
    display: inline-block;
    margin-right: 10px;
}

flight-search div#ui-datepicker-div {
    top: 411px !important;
    /* bottom: 0 !important; */
    width: 331px !important;
}

flight-search .selected_box_bottom {
    background: white;
    border-radius: 5px;
    position: absolute;
    z-index: 10000000000 !important;
    width: 275px;
    box-shadow: 0 0 11px #0000001f;
    padding: 8px !important;
    width: 262px !important;
    top: 47px;
    left: 0;
}

.selected_box_bottom .row {
    margin: 0px 0;
}

.selected_box_bottom label {
    color: #555555;
    font-size: 10px;
    margin: 10px 0;
}

flight-search .plus_minus_box {
    display: flex;
    justify-content: space-evenly;
}

flight-search .row.economy {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

flight-search.economy .col-md-12.col-xs-12 {
    margin: 3px 0;
    padding: 8px 10px;
}

flight-search.economy span {
    font-size: 13px;
    vertical-align: middle;
    font-weight: 500;
}

flight-search button.btn_done.submitv {
    margin: 10px 0;
    width: 100%;
    background-color: #9e0000;
    border: none;
    padding: 17px !important;
    border-radius: 5px;
    color: #f5f5f5;
}

flight-search button.btn_done.submitv {
    margin: 10px 0;
    width: 100%;
    background-color: #9e0000;
    border: none;
    padding: 7px;
    border-radius: 5px;
    color: #f5f5f5;
}

flight-search.plus_minus_box > button, .plus_minus_box > input {
    line-height: 0.4;
    border-color: #9e0000 !important;
    height: 14px !important;
    width: 14px !important;
    background-color: #9e0000 !important;
    color: #ffffff !important;
    margin-right: 2px !important;
    margin-left: -1px;
    padding: 0px !important;
    border-radius: 50px !important;
}

flight-search .control_tab.tab_AIR div#cust_one_round input, .control_tab.tab_AIR div#cust_one_round select, .control_tab.tab_AIR .selected_box {
    border-radius: 0px;
    padding: 4px 5px 4px 29px;
    font-size: 11px;
    height: 45px;
    width: 100%;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0px;
    padding: 4px 5px 4px 29px;
}

flight-search #cust_one_round > div.col-md-4.col-sm-12.col-xs-12 > div > div.col-md-6.col-sm-6.col-xs-12.resp_full > div > div.selected_box_bottom > div.row.economy > div:nth-child(1) > span > input, flight-search #cust_one_round > div.col-md-4.col-sm-12.col-xs-12 > div > div.col-md-6.col-sm-6.col-xs-12.resp_full > div > div.selected_box_bottom > div.row.economy > div:nth-child(2) > span > input, flight-search #cust_one_round > div.col-md-4.col-sm-12.col-xs-12 > div > div.col-md-6.col-sm-6.col-xs-12.resp_full > div > div.selected_box_bottom > div.row.economy > div:nth-child(3) > span > input, flight-search #cust_one_round > div.col-md-4.col-sm-12.col-xs-12 > div > div.col-md-6.col-sm-6.col-xs-12.resp_full > div > div.selected_box_bottom > div.row.economy > div:nth-child(4) > span > input {
    display: inline-block !important;
    width: auto !important;
    padding-left: 10px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    vertical-align: sub !important;
    margin-top: -15px !important;
}

div.col-md-4.col-sm-12.col-xs-12 > div > div.col-md-6.col-sm-6.col-xs-12.resp_full > div > div.selected_box_bottom > div.row.economy > div:nth-child(2) > span > input, flight-search #cust_one_round > div.col-md-4.col-sm-12.col-xs-12 > div > div.col-md-6.col-sm-6.col-xs-12.resp_full > div > div.selected_box_bottom > div.row.economy > div:nth-child(3) > span > input, flight-search #cust_one_round > div.col-md-4.col-sm-12.col-xs-12 > div > div.col-md-6.col-sm-6.col-xs-12.resp_full > div > div.selected_box_bottom > div.row.economy > div:nth-child(4) > span > input {
    display: inline-block;
    /* width: auto; */
    /* padding-left: 10px; */
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    vertical-align: sub;
    margin-top: -14px;
}

flight-result .flt_modify {
    padding: 18px 8px 60px 8px;
    background-color: #9e0000;
    border-radius: 7px;
}

flight-result modifysearch.flt_modify .row.tripopt {
    padding-left: 12px;
    padding-bottom: 5px;
}

flight-result .modifysearch .row {
    margin: 0;
}

flight-result .modifysearch .row {
    margin: 0;
}

flight-result .row.tripopt .col-md-1.col-xs-4 {
    display: contents;
    color: #f5f5f5;
    margin-bottom: 10px;
}

.modifysearch.flt_modify .optionv {
    color: white;
    font-size: 14px;
    margin: 10px 4px;
}

.row.tripopt input {
    cursor: pointer;
    width: 15px;
    vertical-align: unset;
    height: 15px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.modifysearch > .row div[class*=col-] {
    padding: 0 4px;
}

.modifysearch i.fa.fa-spinner.handler-loading {
    margin-right: 33px;
    font-size: 13px;
    position: absolute;
    top: 16px;
}

.modifysearch.flt_modify .text_icon input {
    height: 41px;
    font-size: 13px;
    color: #7e7c7c;
}

.modifysearch .text_icon input {
    width: 100%;
    height: 50px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
    cursor: pointer;
}

.modifysearch.flt_modify .reverse {
    position: absolute;
    top: 7px;
}

.modifysearch .reverse {
    position: absolute;
    top: 10px;
    right: -14px;
    z-index: 99;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.modifysearch i.fa.fa-spinner.handler-loading {
    margin-right: 33px;
    font-size: 13px;
    position: absolute;
    top: 16px;
}

.modifysearch.flt_modify .text_icon input {
    height: 41px;
}

.modifysearch.flt_modify .text_icon input {
    height: 41px;
    font-size: 13px;
    color: #7e7c7c;
}

.modifysearch .cust_modify_calender .text_icon.calanderboth {
    background-color: #ffffff;
    height: 41px;
}

.cust_modify_calender .text_icon.calanderboth {
    background-color: #ffffff;
    height: 41px;
}

.modifysearch .calanderboth {
    display: flex;
    background: whitesmoke;
    border-radius: 5px;
}

.col-md-4.col-sm-6.col-xs-12.cust_modify_calender input {
    background-color: transparent;
    border: 0 !important;
}

flight-modify .col-md-6.col-sm-6.col-xs-12.resp_full {
    padding: 0px;
}

flight-modify .modifysearch.flt_modify .selected_box_top {
    padding: 10px 13px;
    height: 41px;
    font-size: 13px;
    color: #7e7c7c;
    background-color: #fff;
    border-radius: 5px;
}

    flight-modify .modifysearch.flt_modify .selected_box_top i {
        margin-right: 10px;
    }

flight-modify button#btnSearch {
    border-radius: 5px;
    width: 100%;
    border: 1px solid #9e0000;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #ffffff;
    color: #9e0000;
    font-size: 12px;
    transition: .2s;
    height: 45px;
    margin-top: 0px;
    font-weight: 600;
    margin-top: -3px;
    margin-bottom: 0;
}

.modifysearch .row {
    margin: 0;
}

.searchdn.select-airline {
    position: relative;
    border-bottom: none;
}

.modifysearch.searchdn.select-airline i {
    font-size: 12px;
    left: 8px;
    position: absolute;
    margin-right: 5px;
    top: 12px;
    color: #fbb430;
}

flight-modify .modifysearch .row.searchdns select {
    background: #00008b00 !important;
    color: #fff;
    font-size: 14px;
    width: 100%;
    margin-top: -3px;
    padding: 0 0 0 15px;
    /* margin-left: 17px; */
    appearance: none;
    height: 41px;
    position: relative;
    top: 7px;
    color: #fff !important;
    border-bottom: 1px solid !important;
    border: none;
}

    flight-modify .modifysearch .row.searchdns select:focus {
        outline: 0;
        border: 0;
    }

.searchdn.select-airline i {
    font-size: 12px;
    left: 8px;
    position: absolute;
    margin-right: 5px;
    top: 12px;
    color: #ffffff;
}

flight-modify .modifysearch .row.searchdns option {
    background-color: #fff;
    color: #000;
}

flight-modify.searchdn.direct-fliser > div {
    width: 100% !important;
    margin: 10px 0;
    padding: 10px 0;
}

flight-modify label.switch input[type=checkbox], input[type=radio] {
    margin: 0;
}

.modifysearch .text_icon input {
    width: 100%;
    height: 50px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
    cursor: pointer;
}

.modifysearch .text_icon input {
    width: 100%;
    height: 50px;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
    cursor: pointer;
}

input[type=text] + input[type=hidden] + .sugg-close {
    display: none;
}

.modifysearch .reverse img {
    width: 100%;
    padding: 8px 7px;
}

.modifysearch.searchdn.select-airline {
    position: relative;
    border-bottom: none;
}

    .modifysearch.searchdn.select-airline i {
        font-size: 12px;
        left: 8px;
        position: absolute;
        margin-right: 5px;
        top: 12px;
        color: #fbb430;
    }

flight-modify .modifysearch .row.searchdns select {
    background: #00008b00 !important;
    color: #fff;
    font-size: 14px;
    width: 100%;
    margin-top: -3px;
    padding: 0 0 0 15px;
    margin-left: 17px;
    appearance: none;
    height: 41px;
    position: relative;
    top: 7px;
    color: #fff !important;
}

flight-modify .modifysearch .row.searchdns option {
    background-color: #fff;
    color: #000;
}

.searchdn.direct-fliser > div {
    width: 100% !important;
    margin: 10px 0;
    padding: 10px 0;
}

label.switch input[type=checkbox], input[type=radio] {
    margin: 0;
}

flight-result input[type="checkbox"] {
    margin-right: 4px;
}

searchdn.direct-fliser label.switch-text {
    color: white;
}

flight-modify label.switch-text {
    color: white !important;
}

.supplier p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 1px;
    padding-top: 4px;
    margin-left: -13px;
}

flight-result input[type="checkbox"] {
    margin-right: 4px;
}

.supplier label {
    font-weight: 100;
    float: inherit;
    color: white;
    display: inline-block;
    margin-right: 10px;
}

.modifysearch.flt_modify .optionv > input > span {
    font-size: 14px !important;
}

.modifysearch .selected_box_bottom {
    background: white;
    border-radius: 5px;
    position: absolute;
    z-index: 10000000000 !important;
    width: 275px;
    box-shadow: 0 0 11px #0000001f;
    padding: 8px !important;
    width: 262px !important;
    top: 47px;
    left: 0;
}

    .modifysearch .selected_box_bottom label {
        color: #555555;
        font-size: 10px;
        margin: 10px 0;
    }

.modifysearch.plus_minus_box {
    display: flex;
    justify-content: space-evenly;
}

    .modifysearch.plus_minus_box > button, .plus_minus_box > input {
        line-height: 0.4;
        border-color: #9e0000 !important;
        height: 18px !important;
        width: 18px !important;
        background-color: #9e0000 !important;
        color: #ffffff !important;
        margin-right: 2px !important;
        margin-left: 4px;
        padding: 0px !important;
        border-radius: 50px !important;
        font-size: 12px;
        /* margin-bottom: -1px; */
    }

.row.economy.ng-pristine.ng-valid.ng-touched {
    border: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f5f5f5;
}

.modifysearch.economy span {
    font-size: 13px;
    vertical-align: middle;
    font-weight: 500;
}

.modifysearch button.btn_done.submitv {
    margin: 10px 0;
    width: 100%;
    background-color: #9e0000;
    border: none;
    padding: 7px;
    border-radius: 5px;
    color: #f5f5f5;
}

.modifysearch > .row div[class*=col-] {
    padding: 0 4px;
}

flight-result input[type="radio"], input[type="checkbox"] {
    vertical-align: middle;
}

#flt_result_page #cust_flt_fltr {
    margin-top: -7px;
}

.leftsec_filter {
    border: none !important;
    margin-bottom: 10px;
}

.right_result, .leftsec_filter {
    margin-top: 20px !important;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

div#cust_flt_fltr .panel-default > .panel-heading {
    color: #fff;
    background-color: #ecf5fc00 !important;
    padding: 1px 0px;
    /* border: 0px; */
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-group {
    margin-bottom: 20px;
}

.panel.panel-default {
    border: 0px;
}

.panel-group .panel {
    border-radius: 4px;
}

div#cust_flt_fltr .panel-default > .panel-heading {
    color: #fff;
    background-color: #ecf5fc00 !important;
    padding: 1px 0px;
}

#cust_flt_fltr .panel-title {
    font-size: 14px;
    margin-bottom: 0px !important;
}

#cust_flt_fltr .hotel-filter h4 {
    padding-left: 0px;
    padding-bottom: 7px;
    text-align: left;
    font-size: 15px;
    margin: 0px 0px;
    color: #9e0000 !important;
    margin-top: 12px;
}

.panel-title h4 span {
    padding-bottom: 7px;
    font-size: 13px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #9e0000 !important;
    border-bottom: 1px solid gainsboro;
    width: 100%;
    display: block;
}

.leftsec_filter {
    border: 1px solid #eee !important;
    /* margin-bottom: 10px; */
    box-shadow: 0px 2px 4px 1px #b5b5b5a3;
    padding: 17px;
    border-radius: 5px;
}

.panel.panel-default.filter-panel .panel-heading h3.panel-title {
    padding: 10px;
    border-bottom: 1px solid #f4e6e6;
}

.panel-group {
    margin-bottom: 20px;
}

.panel.panel-default {
    border: 0px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

div#cust_flt_fltr .panel-default > .panel-heading {
    color: #fff;
    background-color: #ecf5fc00 !important;
    padding: 1px 0px;
    border: 0px;
}

#cust_flt_fltr .panel-title {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

#cust_flt_fltr .panel-title {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.cust-rating.rating input[type="checkbox"], .rating.cust_rating input[type="checkbox"] {
    height: 16px;
    margin-top: 0px;
    width: 12px;
    position: relative;
    top: 1px;
}

section#flt_result_page .checkbox label, .radio label {
    width: 100%;
    margin: -18px;
    /* padding: 0px 19px; */
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
/*
.hotel-filter label, .hotel-filter p, .hotel-filter span {
    color: #7e7c7c !important;
    font-size: 13px;
    font-weight: 500;
}*/

flight-search .searchdn.direct-fliser label.switch-text {
    color: #fff !important;
}

.rating.cust_rating p {
    margin-bottom: 0px;
}

.side-lbl {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #9e0000;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 7px;
    padding-top: 12px;
}

ul.flt_time {
    margin-top: 22px;
    display: flex;
    padding-left: 10px;
}

    ul.flt_time > li {
        border: 1px solid #c7c3c3;
        padding: 0px 2px;
        background-color: #c5c5c52b;
        display: flex;
    }
        ul.flt_time > li:nth-child(2), ul.flt_time > li:nth-child(3), ul.flt_time > li:first-child {
            border-right: 0;
        }
    ul.flt_time input[type="checkbox"] {
        height: 8px;
        margin-top: 1px !important; 
        width: 8px;
         opacity: 0;
    }
    ul.flt_time > li label {
        padding: 0px 4px !important;
        text-align: center !important;
        cursor: pointer;
    }
    ul.flt_time > li:nth-child(4) {
        border-radius: 0px 3px 3px 0px;
    }

    ul.flt_time > li:first-child {
        border-radius: 3px 0 0 3px;
    }
flight-result input[type="checkbox"] {
    margin-right: 4px;
}

.hotel-filter label, .hotel-filter p, .hotel-filter span {
    color: #7e7c7c !important;
    font-size: 13px;
    font-weight: 500;
}

ul.flt_time img {
    border-radius: 3px;
    margin-top: 6px !important;
    width: 17px;
}

/*label, .hotel-filter p, .hotel-filter span {
    color: #373131 !important;
    font-size: 13px;
    font-weight: 500;
}*/

.sort {
    background-image: linear-gradient(to right, #9e000026, #9e000066);
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    color: #000;
    border: 1px solid #9e0000;
}

    .sort > .row {
        margin: 0;
    }

        .sort > .row .col-6 {
            padding: 0 !important;
        }

#flt_result_page .optns p {
    padding: 9px;
    font-size: 12px;
}

#flt_result_page .optns p {
    font-size: 11px;
    padding: 4px 6px !important;
}

.sort p {
    margin: 0;
}

.optns p {
    background: white;
    padding: 0px;
    color: #9e0000 !important;
    border-left: 1px solid #e0e1e1;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    padding: 2px !important;
}

.activesort p {
    background: #fff;
    color: #ffffffe0;
}

.flt_tabl {
    margin-bottom: 10px;
}

table {
    background-color: transparent;
}

section#flt_result_page .fltprice_tab {
    font-size: 12px;
}

td.fltprice_tab.cst_flt_pric {
    font-weight: 500;
    text-align: center;
    color: #9e0000 !important;
    font-size: 11px;
    height: 3rem;
    width: 8.5rem;
}

table.flt_slid tr td {
    border: 1px solid #9e0000;
    padding: 0 4px;
    background: #9e00001c;
}

section#flt_result_page td.fltprice_tab.cst_flt_pric p {
    font-size: 12px;
    color: #9e0000 !important;
}

section#flt_result_page .tabl_img > img {
    width: 25px;
    margin-top: 10px;
}

.temrconpricy {
    font-size: 13px;
    font-weight: 500;
    color: #939393;
    margin-top: 12px;
    margin-bottom: 12px;
}

.flights {
    background: #fff;
    border: 1px solid #88888a;
    border-radius: 15px;
    margin-bottom: 22px;
    box-shadow: 0 0 5px #9e0000;
    margin-top: 13px;
}

.row.m-0.Departure {
    margin-top: 7px !important;
}

    .row.m-0.Departure > div {
        padding: 0px 0px 0px 0px;
        margin: 0 !important;
    }

.row.Departure_frst_row {
    border-bottom: 1px solid #ccc;
}

.trip_detail {
    float: left;
}

.trip_detail {
    position: relative;
}

.dep_img {
    color: #ffffff;
    display: inline-block;
    line-height: 17px;
    padding: 5px 6px 6px 9px;
    vertical-align: text-top;
    background-image: linear-gradient(to right, #9e0000, #9e0000);
    min-width: 95px;
    position: relative;
    font-size: 12px;
    margin-bottom: 0px;
}

.trip_detail::after {
    z-index: 2;
    position: absolute;
    content: '';
    border-left: 4px solid #9e0000;
    border-top: 31px solid #9e0000;
    border-right: 18px solid transparent;
    height: 0px;
    width: 0px;
    right: -18px;
    top: 0px;
}

.d p {
    float: left;
    margin-left: 27px;
    color: gray;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 12px !important;
}

.trip_from p {
    font-size: 12px;
    color: #000;
}

.trip_from span {
    padding: 0px;
    margin: 0;
    color: gray;
    font-size: 10px;
}

flight-result .row.economy span {
    margin-left: 7px;
    font-size: 14px !important;
}

.row.m-0.Departure {
    margin-top: 7px !important;
}

    .row.m-0.Departure > div {
        padding: 0px 0px 0px 0px;
        margin: 0 !important;
    }

.row.Departure_frst_row {
    border-bottom: 1px solid #ccc;
}

span.dep_img img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

flight-details-template div.row.m-0.Departure:nth-child(2) {
    margin-bottom: 22px !important;
}

.row.m-0.Departure {
    margin-top: 7px !important;
}

.col-sm-12.departure_hover {
    padding: 2px 0px;
}

.select_flt {
    padding: 7px 2px;
}

flight-result input[type="radio"], input[type="checkbox"] {
    vertical-align: middle;
}


flight-result input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    font-size: 6px;
    font-size: 10px;
    height: 10px;
}

.regular-radio:before {
    background-color: #b2b2b2;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    height: 15px;
    width: 15px;
    content: ' ';
    margin-right: 10px;
    cursor: pointer;
}

.regular-radio:checked:after {
    background: none repeat scroll 0 0 #9e0000;
    box-shadow: inset 0 0 0 2px rgb(255 255 255);
    border-radius: 50px 50px 50px 50px;
    content: " ";
    height: 11px;
    width: 11px;
    position: absolute;
    left: 26.8px;
    top: 16.5px;
}

flight-segment-template .img_section {
    height: 54px;
}

.img_section, .img_section span {
    float: left;
}

.img_section {
    display: flex;
    align-items: center;
}

.flt_logo_img p, .flt_logo_img span {
    margin-bottom: 0;
    font-size: 13px;
    color: #858585;
}

.img_section, .img_section span {
    float: left;
}

img_section span:last-child {
    padding-left: 8px;
}

.flt_logo_img p, .flt_logo_img span {
    margin-bottom: 0;
    font-size: 13px;
    color: #858585;
}


.row.mt-1.justify-content-around.align-items-center {
    width: 66%;
}

.ft_tim {
    padding-top: 10px;
    padding-bottom: 12px;
    text-align: right !important;
    text-transform: lowercase;
    font-size: 10px !important;
    margin-right: 30px;
    white-space: nowrap;
}

.underline {
    height: 1px;
    background-color: #9e0000;
    position: relative;
    width: 97%;
    margin: 4px 36px;
}

    .underline:before {
        background: #9e0000;
        border-radius: 50%;
        content: "";
        display: block;
        height: 7px;
        margin-top: 0px;
        position: absolute;
        top: -3px;
        width: 7px;
    }

.Trip_duration p {
    font-size: 11px !important;
    color: #656565;
}

.ft_tim.ft-to {
    padding-right: 0px;
    width: 100%;
    white-space: nowrap;
}


.Hotelsresult .flights .row .col-sm-2.pl-md-2.pl-sm-0.col-12 {
    border-left: 1px solid #ccc !important;
}

.hotel_price.flight {
    padding: 10px;
    height: 100%;
    /* border-left: 1px solid gainsboro; */
        text-align: center;
    }

#flt_result_page .hotel_price.flight p {
    font-size: 19px;
    color: #9e0000;
}

.hotel_price p {
    margin-bottom: 3px;
    font-weight: 500;
    text-align: right;
    font-size: 13px;
    color: #000000;
    font-size: 13px;
    color: #777;
}

.hotel_price.flight > span {
    color: #000000;
    font-size: 12px;
    display: block;
}

.hotel_price.flight a.book_now {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 700;
}

a.book_now {
    color: #fff !important;
    background-color: #9e0000;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    margin-top: 10px;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.bottom_flt_btn {
    background-color: #9e0000;
    margin: 0 !important;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    padding: 4px;
}

    .bottom_flt_btn > div {
        text-align: center;
    }

    .bottom_flt_btn button {
        font-size: 12px;
        color: white;
        background-color: #9e0000;
        font-weight: bold;
        border: 0px;
        letter-spacing: .2px;
    }

    .bottom_flt_btn button {
        font-weight: normal !important;
    }

button.flt_dtl i {
    color: white;
}

.row.bottom_flt_btn span {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.flt_stp {
    color: #656565;
    font-size: 11px;
}

.sm_bt button {
    font-size: 14px;
    border-radius: 5px;
    background-color: #9e0000;
    border: 0px;
    padding: 8px;
    min-width: 78px;
    color: #fff;
}

.col-sm-12.sm_bt {
    margin: 5px 0px;
}

.col-sm-12.sm_bt {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
}

.supplier p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 1px;
    padding-top: 4px;
    margin-left: -13px;
}

.htlsuplier span {
    display: flex;
    align-items: center;
}

.supplier span {
    color: #fffefe;
    font-size: 12px;
    display: inline-block;
    margin-left: 8px;
}

.supplier label {
    font-weight: 100;
    float: inherit;
    color: white;
    display: inline-block;
    margin-right: 10px;
}

flight-result-template .row.Departure_second_row.m-0 {
    display: inline;
}

flight-result-template .flt_logo_img p, .flt_logo_img span {
    margin-bottom: 0;
    font-size: 13px;
    color: #858585;
    display: inline;
    margin-left: 2px;
    line-height: 1.5;
}

flight-result-template .row.mt-1.justify-content-around.align-items-center {
    width: 66%;
    margin: 21px 0;
}

.cltr-bth span {
    display: flex;
    align-items: center;
}

.icon-txt1.go-ar-txt {
    font-size: 12px;
    margin-top: 5px;
}

.tabl_img > .tbl-txt {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.flt-bk {
    display: block;
}

.flt-rund-tp > .row {
    margin-left: 0px;
    margin-right: 0px;
}

.Departure_second_row > .flt-time {
    width: 100% !important;
}

.underline.flt-udri {
    margin-left: 0;
}

.flt-rund-tp .flt-tl-prc {
    padding: 0;
    padding-top: 40px;
}

    .flt-rund-tp .flt-tl-prc p {
        font-size: 18px !important;
        font-weight: 600;
    }

    .flt-rund-tp .flt-tl-prc span {
        font-size: 9px !important;
    }

.btn-botm-flt > .col-sm-4 {
    padding: 5px 3px;
}

    .btn-botm-flt > .col-sm-4 .flt-rsl-data-txt {
        font-size: 12px;
    }

span.flt-no-nme {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

#cust_one_round .cst-o-rnd-m-last {
    margin-bottom: 6.5px;
}

.deprt, .arriv {
    font-size: 13px;
}

.modifysearch.flt_modify .text_icon input {
    border: 0;
}

.scrh-icn-wrp > i {
    left: 15px !important;
    top: 17px !important;
}

p.stp-all-dta > input {
    margin-top: 0 !important;
}

.stp-rating {
    padding-bottom: 14px;
}

.pre-rtng .checkbox > .row {
    margin-bottom: 11px;
}

    .pre-rtng .checkbox > .row:last-child {
        margin-bottom: 0;
        padding-bottom: 15px;
    }

.multi_text {
    color: #fff;
    margin-bottom: 3px;
    display: block;
}


ul.pagination {
    margin-bottom: 22px;
}

.flt-tme {
    padding-bottom: 8px;
}

.btn-botm-flt > .col-12 {
    padding: 0;
}

    .btn-botm-flt > .col-12 > button {
        font-size: 11px;
    }

    .btn-botm-flt > .col-12:nth-child(1),
    .btn-botm-flt > .col-12:nth-child(2) {
        flex: 0 0 22%;
        max-width: 22%;
    }


    .btn-botm-flt > .col-12:nth-child(3) {
        flex: 0 0 28%;
        max-width: 28%;
    }

.btn-botm-flt {
    padding: 7px 5px;
}




.flt_dtime, .flt_atime {
    padding-left: 8px;
    padding-right: 8px;
}


    .flt_dtime .ft_tim {
        margin-right: 0 !important;
    }

span.flt-no-nme > span {
    position: relative;
    top: 1px;
}



.modifysearch.flt_modify.mdf-srh {
    padding-bottom: 15px;
}

i.fa.fa-minus.pull-right {
    display: none;
}


.bking-cmplt {
    position: relative;
    top: 4px;
    margin-right: 6px;
}

.travkey-panel .fa-credit-card {
    margin-right: 8px;
}

span.flt-next-day {
    position: absolute;
    top: 20px;
    right: 6px;
}


#cust_one_round .cst-o-rnd-m {
    margin-bottom: 5px;
}

.modal {
    z-index: 9999;
}

.cust-rating > .checkbox > .row > .col-4 > p {
    position: relative;
    top: 2px;
}

.navbar-nav > li:last-child > .dropdown .dropdown-menu {
    width: 150px;
    max-width: 150px;
    right: 0px !important;
    left: auto;
}

.pagination .page-item .page-link {
    color: #9e0000;
}

.pagination .page-item.active .page-link {
    background-color: #9e0000;
    border-color: #9e0000;
    color: #fff !important;
}

    .pagination .page-item.active .page-link:focus {
        box-shadow: 0 0 0 0.2rem rgb(158 0 0 / 25%);
    }

checkout .col-md-4.col-sm-6.col-xs-12.ar-right.customdob {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 50%;
    max-width: 50%;
}

checkout .col-md-8.col-sm-6.col-xs-12.ar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 50%;
    max-width: 50%;
}

    checkout .col-md-8.col-sm-6.col-xs-12.ar-right .col-md-6.col-xs-12.ar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
        padding: 0;
    }

checkout ul.col-md-12.flt_pass_net {
    /* flex-flow: column; */
    display: flex;
    /* float: initial; */
}

    checkout ul.col-md-12.flt_pass_net li {
        display: flex;
        /* align-items: center; */
    }

        checkout ul.col-md-12.flt_pass_net li input {
            margin-top: -6px;
        }

        checkout ul.col-md-12.flt_pass_net li label {
            padding-right: 7px;
        }

checkout .display-flex.no-margin {
    justify-content: space-between;
    font-size: 12px;
    display: flex;
    font-weight: 400;
    align-items: center;
}

checkout .flight-layover {
    border-bottom: 1px dashed gainsboro;
    border-top: 1px dashed gainsboro;
    margin: 10px 0px;
    padding: 5px;
    font-size: 11px;
    color: black;
}

    checkout .flight-layover img {
        width: 19px;
    }

checkout span.stop_status {
    padding-right: 7px;
    color: #9e0000;
    font-weight: 600;
}

checkout span.flight_duration {
    padding-right: 7px;
    color: #484747;
    font-weight: 600;
}

checkout span.apt-city {
    font-size: 11px;
}

checkout .pull-left.flight-misc-info {
    padding-left: 6px;
    border-left: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    font-size: 10px;
}

checkout .pull-left.width20prc.airline-logo-holder {
    padding: 5px;
    font-size: 11px;
    font-weight: 600;
}

    checkout .pull-left.width20prc.airline-logo-holder img {
        border-radius: 3px;
        width: 28px;
        border: 1px solid gainsboro;
        padding: 1px;
        margin-bottom: 1px;
    }

checkout span.apt-city b {
    font-weight: 300;
    font-size: 11px;
}

checkout-fare-details .table td strong {
    font-size: 16px;
}

checkout span.trip_date strong {
    font-size: 15px;
}

.flgtbox {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background: #fff;
    padding: 20px;
    display: flow-root;
    margin-bottom: 15px;
    box-shadow: 0 3px 23px rgb(39 79 117 / 10%);
}

.flgtbox-area {
    width: 100%;
    display: flex;
}

    .flgtbox-area .flt-seg-temp {
        width: 55%;
    }

        .flgtbox-area .flt-seg-temp .flgt-icn {
            width: 35%;
        }

.flgt-icn {
    float: left;
    width: 20%;
}

flight-segment-template .airln-info {
    display: flex;
}

    flight-segment-template .airln-info > .airln {
        float: none;
        width: 31% !important;
        display: flex;
        flex-wrap: wrap;
        row-gap: 3px;
        margin-right: 7px;
    }

        flight-segment-template .airln-info > .airln > img {
            height: 40px;
            width: 40px;
            border-radius: 50%;
        }

.flgt-icn .icon-txt1 {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    text-align: left;
    padding-top: 0px;
}

.flgt-icn .icon-txt2 {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    overflow: hidden;
    text-align: left;
}

.flgt-icn .icon-txt2 {
    font-size: 13px;
    color: #fff;
}

.flgtbox-area .flt-seg-temp .flgt-dpr-arv {
    width: 65%;
}

.flgt-seat {
    margin-top: 5px;
    width: 100%;
    display: inline-block;
}

    .flgt-seat span {
        font-size: 10px;
        font-weight: 400;
        padding: 3px 4px;
        background: #d1e7ff;
        color: #004692;
        width: auto;
        display: inline-block;
        border-radius: 2px;
    }

    .flgt-seat b {
        color: #004692;
        padding-right: 1px;
    }

.flgtbox-area .flt-seg-temp .flgt-dpr-arv {
    width: 65%;
}

.flgt-dpr-arv .dpr-arv-txt1 {
    float: left;
    width: 33.3%;
    padding-left: 0px;
}

    .flgt-dpr-arv .dpr-arv-txt1 .arriv {
        width: 100%;
        font-size: 10px;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
    }

    .flgt-dpr-arv .dpr-arv-txt1 .deprt {
        width: 100%;
        font-size: 13px;
        color: #fff;
        font-weight: 500;
        line-height: 20px;
    }

.dpr-arv-txt1 .adate {
    width: 100%;
    font-size: 10px;
    color: #fff;
    font-weight: 300;
    text-transform: none;
}

.flgt-dpr-arv .dpr-arv-txt2 {
    float: left;
    width: 33.3%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
}

.flgt-type {
    font-size: 10px;
    color: #fff;
    font-weight: 300;
}

.dpr-arv-arrow {
    border-top: 1px solid #c4c4c4;
    position: relative;
    width: 47px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.flgt-time {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
}

.flgt-dpr-arv .dpr-arv-txt3 {
    float: left;
    width: 33.3%;
    padding-left: 0px;
}

    .flgt-dpr-arv .dpr-arv-txt3 .arriv {
        width: 100%;
        font-size: 10px;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
    }

    .flgt-dpr-arv .dpr-arv-txt3 .deprt {
        width: 100%;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        line-height: 20px;
        width: 100%;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        line-height: 20px;
        padding-bottom: 0px;
    }

.dpr-arv-txt3 .adate {
    width: 100%;
    font-size: 10px;
    color: #fff;
    font-weight: 300;
    text-transform: none;
}

.rundtrp-data-return .airln img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.flgt-pric {
    float: left;
    width: 35%;
    padding-left: 40px;
    text-align: left;
    padding-top: 0px;
    transition: all 0.5s ease;
}

flight-details-template .flgt-pric .info {
    max-height:100%;
    height: auto;
    width: auto;
    position: relative;
    text-align: justify;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-left: -7PX;
}

.flgt-btn {
    float: left;
    width: 10%;
    padding-top: 5px;
}

    .flgt-btn a {
        padding: 8px 15px;
        width: 100%;
        display: block;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        background: #9e0000;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        border-radius: 4px;
        border: none;
        outline: none;
    }

.flgtrout-dtls {
    width: 100%;
    padding: 18px 0px 18px 0px;
}

.panel.panel-default.filter-panel .panel {
    box-shadow: unset !IMPORTANT;
}

.flgt-dpr-arv {
    float: left;
    width: 35%;
    padding-left: 0px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #ef8e30;
    border-color: #ef8e30;
    background-color: #ef8e30;
}

.flgt-pric .custom-control-label {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: top;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

*, ::after, ::before {
    box-sizing: border-box;
}

user agent stylesheet
label {
    cursor: default;
}

.custom-control.custom-radio.custom-control-inline {
    z-index: inherit !important;
    font-size: 13px;
    vertical-align: middle;
}


flight-details-template .flgt-pric .info {
    max-height: 100%;
    height: auto;
    display:grid;
    width: auto;
    position: relative;
    text-align: justify;
    overflow:hidden !important;
    transition: all 0.5s ease;
    margin-left: -7PX;
}

.flgt-pric .info {
    /* max-height: 103px; */
    max-height: 100%;
    height: auto;
    width: auto;
    position: relative;
    text-align: justify;
    overflow: hidden !important;
    transition: all 0.5s ease;
}

.flgt-pric .info {
    /* max-height: 103px; */
    height: auto;
    width: auto;
    position: relative;
    text-align: justify;
    overflow: hidden !important;
    transition: all 0.5s ease;
}

.flgt-pric {
    float: left;
    width: 35%;
    padding-left: 40px;
    text-align: left;
    padding-top: 0px;
    transition: all 0.5s ease;
}

.flgt-pric {
    float: left;
    width: 35%;
    padding-left: 40px;
    text-align: left;
    padding-top: 0px;
    transition: all 0.5s ease;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #ef8e30;
    border-color: #ef8e30;
    background-color: #ef8e30;
}

flight-details-template .custom-radio .custom-control-label::before {
    border-radius: 50%;
    padding: 5px;
}

flight-details-template .custom-control-label::before {
    position: absolute;
    top: 0.4rem;
    left: -1rem;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border-color: #adb5bd;
    border-width: 1PX;
    border-style: solid;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    padding: 5px;
    display: block !important;
    background-color: transparent;
    color: transparent;
    background-image: none;
    border: 1px solid #7c7c7c;
    /* border-radius: 50%; */
    /* margin: 1px; */
    /* height: 10px; */
}

flight-details-template .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.1255rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

flight-details-template .flgt-pric span {
    padding-right: 3px;
    padding-top: 0px;
    font-weight: 600;
    color: #fff;
    font-size: 14px !important;
    margin-left: 6px;
}

.flgt-pric p .ofer1 {
    background: #FFC;
    font-size: 10px;
}

.flgt-pric p b {
    color: #fff;
    padding: 0px 2px;
    line-height: 1.5;
    border-radius: 2px;
    font-size: 9px !important;
    font-weight: 600;
}

input:checked ~ .custom-control-label::before {
    background-color: #9e0000 !important;
}

flight-result .rundtrp .flgtbox {
    padding: 10px;
    min-height: 150px;
}

flight-details-template {
    display: block;
    width: 100%;
}

.flgtbox-area {
    width: 100%;
    display: flex;
}

.rundtrp .flgtbox-area .flt-seg-temp {
    width: 65%;
}

.rundtrp flight-segment-template .airln-info > .airln {
    width: 41% !important;
}

.rundtrp .flgt-icn .icon-txt1 {
    display: block;
    font-size: 13px;
}

.flgt-icn .icon-txt2 {
    font-size: 10px;
    color: #fff;
}

.rundtrp .flgt-seat {
    margin-top: 16px;
}

.rundtrp .flgt-dpr-arv .dpr-arv-txt1 {
    width: 30%;
}

    .rundtrp .flgt-dpr-arv .dpr-arv-txt1 .deprt {
        font-size: 12px;
        font-weight: 500;
    }

.rundtrp .dpr-arv-txt2 {
    width: 36%;
}

.rundtrp .flgt-time {
    font-size: 11px;
    line-height: 14px;
}

.rundtrp .dpr-arv-txt3 {
    width: 34%;
}

.rundtrp .flgt-dpr-arv .dpr-arv-txt3 .deprt {
    font-size: 12px;
    font-weight: 500;
}

flight-result .rundtrp .flgt-pric {
    width: 40% !important;
    padding-left: 0px;
    margin-top: -4PX;
}

.rundtrp .flgt-pric label {
    display: flex;
    align-items: center;
    margin-top: 5px;
    vertical-align: unset !important;
}

flight-details-template .net-fare > i {
    position: relative;
    top: 2px;
    font-size: 11px;
}

flight-result .rundtrp .custom-control-inline span {
    font-size: 12px !important;
    white-space: nowrap;
    align-items: baseline;
}

.rundtrp-data-slct {
    width: 100%;
    background: #f7f7f7;
    padding: 15px 0px;
    box-shadow: 0px 1px 10px #ccc;
}

.rundtrp-data-onward {
    float: left;
    width: 100%;
    padding-left: 15px;
}



/*.rundtrp-data-onward .airln img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
*/



.rundtrp-data-onward .flgt-dpr-arv {
    width: 40%;
    padding-top: 1.5px;
}

    .rundtrp-data-onward .flgt-dpr-arv .dpr-arv-txt1 .deprt {
        font-size: 14px;
        color: #fff;
    }

    .rundtrp-data-onward .flgt-dpr-arv .dpr-arv-txt1 .arriv {
        font-size: 12px;
        color: #fff;
    }

    .rundtrp-data-onward .flgt-dpr-arv .dpr-arv-txt2 {
        padding-top: 13px;
    }

.rundtrp-data-slct .dpr-arv-arrow {
    width: 40px;
}

.rundtrp-data-onward .flgt-dpr-arv .dpr-arv-txt3 .deprt {
    font-size: 14px;
    color: #fff;
}

.rundtrp-data-onward .flgt-dpr-arv .dpr-arv-txt3 .arriv {
    font-size: 12px;
    color: #fff;
}

.rundtrp-data-onward .flgt-pric {
    width: 20%;
    padding-left: 0px;
}

    .rundtrp-data-onward .flgt-pric span {
        font-size: 16px;
        padding-right: 20px;
    }

.rundtrp-data-return {
    float: left;
    width: 100%;
    padding-left: 15px;
}

    .rundtrp-data-return .flgt-icn {
        width: 25%;
    }

        .rundtrp-data-return .flgt-icn .icon-txt1 {
            color: #fff;
        }

        .rundtrp-data-return .flgt-icn .icon-txt2 {
            font-size: 12px;
            color: #fff;
            font-weight: 400;
        }

    .rundtrp-data-return .flgt-dpr-arv {
        width: 40%;
        padding-top: 1.5px;
    }

        .rundtrp-data-return .flgt-dpr-arv .dpr-arv-txt1 .deprt {
            font-size: 14px;
            color: #fff;
        }

        .rundtrp-data-return .flgt-dpr-arv .dpr-arv-txt1 .arriv {
            font-size: 12px;
            color: #fff;
        }

        .rundtrp-data-return .flgt-dpr-arv .dpr-arv-txt2 {
            padding-top: 13px;
        }

.dpr-arv-arrow:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border: 2px solid #c4c4c4;
    border-radius: 50%;
    left: 0;
    top: -4px;
}

.dpr-arv-arrow:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border: 2px solid #c4c4c4;
    border-radius: 50%;
    right: 0;
    top: -4px;
}

.rundtrp-data-return .flgt-dpr-arv .dpr-arv-txt3 .deprt {
    font-size: 14px;
    color: #fff;
}

.rundtrp-data-return .flgt-dpr-arv .dpr-arv-txt3 .arriv {
    font-size: 12px;
    color: #fff;
}

.rundtrp-data-return .flgt-pric {
    width: 20%;
    padding-left: 0px;
}

    .rundtrp-data-return .flgt-pric span {
        color: #fff;
        font-size: 16px;
        padding-right: 20px;
    }

.rundtrp-data-pric {
    float: right;
    right: 15px;
    position: absolute;
}

.flgt-totl-btn a {
    padding: 10px 20px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    background: #9e0000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
}

.rundtrp-data-pric .flgt-totl-pric {
    width: auto;
    float: right;
    padding-right: 15px;
    display: none;
}

    .rundtrp-data-pric .flgt-totl-pric p {
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: 12px;
        color: #fff;
    }

    .rundtrp-data-pric .flgt-totl-pric span {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

        .rundtrp-data-pric .flgt-totl-pric span i {
            font-weight: 400;
            position: relative;
            top: 0px;
            font-size: 13px;
        }

    .rundtrp-data-pric .flgt-totl-pric span {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

.rundtrp .flgt-dtls-lnk {
    margin-top: 0px;
    font-size: 10px;
}

.flgt-dtls-lnk {
    width: 100%;
    margin-top: 5px;
}

    .flgt-dtls-lnk a {
        background: none;
        color: #5f5f5f;
        font-size: 12px;
        text-decoration: none;
        padding: 0px 0px;
        border: none;
    }

    .flgt-dtls-lnk i {
        text-decoration: none !important;
        position: relative;
        font-size: 15px;
        top: 2px;
        padding-left: 0px;
    }

.rundtrp .flgt-sort {
    margin-bottom: 5px;
    padding: 10px 15px;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: -1px !important;
    z-index: 9;
}

.flgt-sort {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 23px rgb(39 79 117 / 10%);
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

flight-result .rundtrp .sort-airline {
    width: 15%;
}

.rundtrp .flgt-sort button {
    border: none;
    outline: none;
    font-size: 12px;
}

.flgt-sort button span {
    position: relative;
    top: 2px;
    padding-left: 4px;
    font-size: 10px;
}

flight-result .rundtrp .sort-dpr-arv {
    width: 45%;
    text-align: CENTER;
}

.rundtrp .flgt-sort .sort-dpr-arv1 {
    width: 36%;
    float: left;
}

flight-result .rundtrp .flgt-sort .sort-dpr-arv2 {
    width: 36%;
    padding-left: 11px;
    float: left;
}

.rundtrp .flgt-sort .sort-dpr-arv3 {
    width: 28% !important;
    float: left;
}

.rundtrp .sort-pric {
    width: 14%;
    padding-left: 0px;
    float: left;
}

.flgt-sort .sort-airline {
    width: 20%;
    float: left;
}

.flgt-sort .sort-dpr-arv {
    width: 35%;
    float: left;
}

.flgtrout-prv {
    width: 15%;
    float: left;
    padding-bottom: 5px px;
    margin-bottom: 0px;
    text-align: left;
    line-height: 15px;
    padding-right: 0px;
    padding-top: 0px;
}

    .flgtrout-prv a {
        margin-bottom: 0px;
        font-size: 13px;
        color: #fff;
        text-align: right;
        border: 1px solid #efefef;
        border-radius: 2px;
        padding: 4px 5px;
        background: #fff;
    }

    .flgtrout-prv i {
        position: relative;
        top: 2px;
    }

.flgtrout-dtls .view-rund {
    width: 70%;
    float: left;
    text-align: center;
    position: relative;
    top: -5px;
}

    .flgtrout-dtls .view-rund p {
        margin-bottom: 0px;
        text-align: center;
        font-size: 16px;
        color: #0f3f5a;
    }

    .flgtrout-dtls .view-rund b {
        color: #9e0000;
        padding-left: 5px;
        font-weight: 400;
    }

.flgtrout-nxt {
    width: 15%;
    float: left;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-align: right;
    line-height: 15px;
    padding-right: 0px;
    padding-top: 0px;
}

    .flgtrout-nxt a {
        margin-bottom: 0px;
        font-size: 13px;
        color: #fff;
        text-align: right;
        border: 1px solid #efefef;
        border-radius: 2px;
        padding: 4px 5px;
        background: #fff;
    }

    .flgtrout-nxt i {
        position: relative;
        top: 2px;
    }

.flgtrout-dtls .prvw {
    width: 33.3%;
    float: left;
    text-align: left;
}

    .flgtrout-dtls .prvw a {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-weight: 400;
        border: 1px solid #efefef;
        border-radius: 2px;
        padding: 4px 5px;
        text-transform: uppercase;
    }

.flgtrout-dtls .view {
    width: 33.3%;
    float: left;
    text-align: center;
}

    .flgtrout-dtls .view p {
        margin-bottom: 0px;
        text-align: center;
        font-size: 15px;
        color: #000000;
    }

    .flgtrout-dtls .view b {
        color: #9e0000;
        padding-left: 5px;
        font-weight: 400;
    }

.flgtrout-dtls .next {
    width: 33.3%;
    float: left;
    margin-top: -36px;
    text-align: right;
}

    .flgtrout-dtls .next a {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-weight: 400;
        border: 1px solid #efefef;
        margin: 0px;
        border-radius: 2px;
        padding: 4px 5px;
        text-transform: uppercase;
    }

        .flgtrout-dtls .next a:hover {
            color: #0f3f5a;
            border: 1px solid #0f3f5a;
            transition: all 0.5s ease 0s;
        }

.flgtrout-dtls .prvw a:hover {
    color: #0f3f5a;
    border: 1px solid #0f3f5a;
    transition: all 0.5s ease 0s;
}

.flgt-sort button {
    border: none;
    outline: none;
    padding-left: 0px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
}

.flgt-sort .sort-dpr-arv1 {
    width: 33.3%;
    float: left;
}

.flgt-sort .sort-dpr-arv2 {
    width: 33.3%;
    float: left;
}

.flgt-sort .sort-dpr-arv3 {
    width: 33.3%;
    float: left;
}

.flgt-pric p {
    padding-right: 0px;
    padding-top: 0px;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #e9e9af;
    font-size: 10px;
    display: inline-flex;
    margin-bottom: 7px;
    text-align: left;
}

.logindetails .agnt {
    padding: 11px 3px;
}

.flgtbox-dtls {
    width: 100%;
    float: left;
    padding: 0px 0px;
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 0.25rem;
    overflow: hidden;
}

    .flgtbox-dtls li.nav-item a {
        font-size: 13px;
    }

    .flgtbox-dtls li a.nav-link.active {
        background-color: #9e0000 !important;
        color: #fff;
    }

.flight_popup_body.flight_fare_details label {
    font-size: 11px;
}

    .flight_popup_body.flight_fare_details label:last-child {
        color:#000 !important;
        font-weight:600;
    }

.flight_popup_body.flight_fare_details .row:nth-child(2) {
    background: #fff !important;
    box-shadow: rgb(158 0 0 / 28%) 0px 8px 24px;
    border-radius:5px;
    font-size: 13px;
}

.row.flight_popup {
    padding: 10px 0;
}

.flight_img img {
    width: 34px;
    margin-right: 6px;
}

flight-details-pane .tab-content {
    padding-bottom: 18px;
}

flight-baggage-details div:first-child {
    margin: 6px 0;
}

flight-fare-details table {
    margin: 6px 0px;
}

.flight_img span {
    font-size: 12px;
}

.flight_img div {
    font-size: 13px;
    font-weight: 500;
}

.flight_img p {
    font-size: 13px;
}

flight-details-pane.departure {
    font-size: 13px;
    padding: 2px 0;
}

    flight-details-pane .departure span {
        padding: 0 2px;
    }

    flight-details-pane .departure strong {
        font-weight: normal !important;
    }

flight-fare-details th {
    padding: 2px 5px !important;
    font-weight: normal;
}

flight-fare-details td {
    padding: 2px 4px !important;
    font-size: 12px;
}

flight-baggage-details .baggage-style {
    background-color: #9e0000;
    color: #fff;
}

.modifysearch .selected_box_bottom input {
    accent-color: #9e0000;
}

flight-baggage-details .baggage-style span {
    font-size: 14px;
    padding: 0 4px;
}

flight-baggage-details tbody.baggage-body td {
    padding: 2px 4px !important;
    font-size: 12px;
}

.flgtbox-dtls li a.nav-link.active:hover {
    color: #fff !important;
}

.flight_img figure {
    margin-bottom: 7px;
}

flight-search .selected_box_bottom .col-md-12.col-xs-12 input {
    width: 11px !important;
    margin-right: 11px;
    vertical-align: text-top;
    margin-top: -13px;
    display: inline-block !important;
}

input:focus {
    outline: 0;
}

#search_control input {
    accent-color: #9e0000;
}

div#ui-datepicker-div {
    top: 166px !important;
    z-index: 1111 !important;
}

.filterr .form-check-inline {
    width: 100% !important;
}

.srch-mdfy {
    background: #f7f7f7;
    padding: 25px 0px 10px 0px;
}

.srch-filtr .mdfy-bg button {
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 5px;
    background: #efefef;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px;
    text-decoration: none;
}

    .srch-filtr .mdfy-bg button i {
        padding-right: 4px;
        font-size: 12px;
        /*position: relative;
        top: 3px;*/
    }

.srch-filtr {
    width: 100%;
    display: inline-block;
}

    .srch-filtr .mdfy-col {
        width: auto;
        display: inline-block;
        padding: 0px 0px;
        float: left;
        margin-right: 10px;
    }

    .srch-filtr .mdfy-col2 .mdfy-col {
        width: auto;
        padding: 0px 0px;
        float: left;
        margin-left: 10px;
        margin-right: 0px;
    }

.filtrsrch-bg {
    background: #fff;
    border-radius: 5px;
    padding: 13px;
    margin-top: 13px;
    display: flow-root;
}

div#srch-mdfy i.flaticon-plus {
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    font-size: 20px;
    color: #9e0000;
    cursor: pointer;
    z-index: 99;
}

.widget-list {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}

    .widget-list h3 {
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-transform: none;
        font-weight: 500;
        color: #313131;
        line-height: 20px;
        border-bottom: 1px solid #ededed;
    }

    .widget-list > ul {
        margin-left: 0px;
        padding-left: 0px;
    }

        .widget-list > ul > li {
            font-size: 14px;
            font-weight: 300;
            display: block;
            float: left;
            line-height: 28px;
            margin-right: 15px;
            cursor: pointer;
        }

    .widget-list .form-check-label {
        font-size: 14px;
        font-weight: 400;
        display: block;
        cursor: pointer;
    }

    .widget-list .form-check-inline .form-check-input {
        width: 20px;
        height: 15px;
        left: -3px;
        position: relative;
        top: 2px;
        margin-right: 0px;
    }

    .widget-list .form-check-label b {
        font-size: 12px;
    }

.waiting:empty {
    width: 100%;
    height: 20px;
    margin-bottom: 2px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 100%), linear-gradient(RGBA(119, 153, 190, 0.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;
}

.col-md-3.flt_rslt_lft {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background: #fff;
    padding: 20px;
    display: flow-root;
    margin-bottom: 15px;
    box-shadow: 0 3px 23px rgb(39 79 117 / 10%);
}


.fare {
    font-size: 22px;
    color: #9e0000;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 35px;
}
.rt-1 .fare {
   position:static;
}


.wrp-bk {
    position: absolute;
    right: 0px;
    bottom: 47px;
}

.rt-1 .wrp-bk {
  position:static;
}

    .flight-rst-oway {
        padding-top: 27px;
    }

.rt-1 .flight-rst-oway {
    padding-top: 0px;
}
.price-rfd-n {
    font-size: 13px;
    padding-right: 124px;
}

.rt-1 .price-rfd-n {
    font-size: 13px;
    padding-right:0px;
}

.flight-result-col > .d-flex {
    flex-wrap: wrap;
}

.rt-1 .flight-result-col > .d-flex {
   flex-wrap:nowrap;
}

.deatail-more {
    width: 100%;
}

.flight-result-col-content.bk-cnt > div > div {
   column-gap:8px;
}

.rt-1 .flight-result-col-content.bk-cnt > div > div {
    flex-direction: column;
}

.flight-result-col {
    position: relative;
}


.flight_departing > p {
    font-size: 12px !important;
}

flight-detail-info > .flight_fare_details .flt-info-flex-wrp {
    justify-content: space-between;
}

.acc-head {
    text-align: center;
    font-size: 22px;
    width: 100%;
    color: #9e0000;
}

.acc-flex-block {
    display: flex;
    justify-content: center;
}

.allbanks-block {
    display: grid;
    box-shadow: rgb(202, 202, 202) 0px 0px 4px;
    width: 460px;
    padding: 23px;
    border-radius: 5px;
    border-top: 5px solid 5px solid rgb(158 0 0);
}

.upi-block {
    display: grid;
    box-shadow: rgb(202, 202, 202) 0px 0px 4px;
    width: 330px;
    padding: 15px;
    border-radius: 5px;
    border-top: 5px solid 5px solid rgb(158 0 0);
    margin: 32px auto 70px;
}

h3.bank-headd {
    margin-bottom: 11px;
}

.upi-border {
    text-align: center;
    color: rgb(123, 123, 123);
    font-size: 10px;
    box-shadow: rgb(189, 189, 189) 0px 0px 3px;
    padding: 12px;
}
.modal-dialog .sesion-expire {
    position: fixed;
    max-width: 500px;
    z-index: 9999;
    background: #fff;
    padding: 14px 20px;
    margin: 0 auto;
    box-shadow: 0px 3px 6px #00000029;
}
hotel-search-control .row.service_row .col-sm-6 {
    padding: 5px 15px 5px 15px;
}
hotel-search-control div#htl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
hotel-search-control button.search_btn {
    box-shadow: rgb(158 0 0 / 28%) 0px 8px 24px;
    color: #000;
    padding: 7px 20px;
    border-radius: 25px;
    width: 130px;
    margin-left: auto;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
}
hotel-search-control .service_control {
    padding: 20px 10px 20px 0px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    border-radius: 12px;
    margin-top: 0px;
    box-shadow: rgb(158 0 0 / 28%) 0px 8px 24px;
}
hotel-search-control .row.service_row .col-sm-6 .search-icon input, select#nationality {
    outline: none;
    border-radius: 35px;
    padding: 0px 30px;
    background: #ffff;
}
hotel-search-control .row.service_row .col-sm-6 .search-icon i {
    top: 12px;
    left: 10px;
}
hotel-search-control .row.service_row select#exampleFormControlSelect1 {
    box-shadow: rgb(158 0 0 / 28%) 0px 8px 24px;
    padding: 0px 20px 5px 28px;
    border-radius: 25px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
}
hotel-search-control .row.advance_search_box{
    padding-top: 0px;

}
hotel-temp .htldtl_ritscsn_rw p.viewrooms {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
}
hotel-temp .htldtl_ritscsn_rw .col-md-12.htldtl {
    display: flex;
}
hotel-temp .row.hotel-details-tbl-form .sh-more-rms {
    border: 1.5px solid #a6a6a6;
    border-top: none;
    font-size: 13px;
}
hotel-modify-component select#nationality {
    border-radius: 0px;
}
hotel-result .Htlfltr input[type="checkbox"] {
    margin-top: 5px;
    margin-right: 5px;
}