/*--CSS--*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root,
[data-bs-sc=light] {
    --bs-bg-light: #673ab7;	
    --bs-bg-dark: #00205b;
	--bs-scbtn-hover: #fec107;
    --paragraphColor: #5d6f7d;
    --scmnhd: #05264e;
	--scsbhd: #05264e;
	--sctxt-light: #fec107;
    --schover-light: #fec107;
    --schover-dark:  #00205b;
    --border-colordark: #00205b;
    --border-colorlight: #673ab7;
}
a{text-decoration:none;}
.bgInstantPur{    background: #e03e75 !important;}
.bgPublish{    background: #2196F3 !important;}
.bgSME {    background: #795548 !important;}
.bgSMECrpCon{    background: #4e7070 !important;}
.bgSALE {    background: #FF5722 !important;}
.bgPUBLISHED{    background: #1573be !important;}
.bgCORP_CONNECT{    background: #fa8db2 !important;}
.bgCPCublished{    background: #1c2c20 !important;}
.bgCOUPON {    background: #ffc107 !important;}
.bgoffer-fare {background:  #fbd4ffa3; color: #ff1da8 !important;}
.bgCorporate {    background: #ffc107 !important;}
.bgtactical { background: aqua;}
.bgsaver { background: #4CAF50;}
.bgflexi {  background: aquamarine;}
.bgSuper6E { background: #1a2e2e !important;}
.bgPublish {background: #3F51B5 !important}
.bgCluster {background: blueviolet !important;}
.border-radius-0{border-radius:0;}
.bgInstSeriesPurIWN{background: #220908;} 
/* .progress-bar { background-color: #ffc107;} */
.cursor-pointer,
.form-check {
    cursor: pointer !important;
}
.Rtgl-cntnt .tab-content {
    background: #cccccc73;
}
/*-----home header strt------*/
.top-mnheader {
    background: linear-gradient(90deg, #0d2a72, #3b3b98); 
}

a.text-white {
    text-decoration: none;
}

.hidden-M {
    display: inline;
}

@media (max-width: 576px) {
    .hidden-M {
        display: none;
    }
}

.phone-head {
    margin-top: 20px;
}
.top-hdrList a i {
    padding-left: 6px;
}
.top-hdrList a.signin {
    float: right;
}
.support-no {
    margin-right: 15px;
    border-radius: 48px;
    border-width: 1px;
    border-image: initial;
    padding: 11px 16px !important;
    color: #fff;
    margin-top: 44px;
}
.fixed-top {
    position: sticky !important;
}
.filter-fixed-top img {
    height: auto;
    width: 100%;
    background: transparent !important;
    top: 15px;
    border-radius: 10px;
    padding: 6px 7px;
}

.fixed-top .nav-item {
    margin: 0 5px;
}

.filter-fixed-top {
    color: #fff;
    position: relative;
    padding: 1;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    background: #001a4b !important;
    transition: all ease-in-out 0.45s;
    margin: 0 !important;
}

.filter-fixed-top .Homeside-menu {
    color: #fff !important;
    background-color: #ffc107;
    padding: 0 14px;
    border-radius: 6px;
    margin-left: 15px;
}
a.navbar-brand img {
    width: 200px;
}
.bg-transarent {
    border-bottom: 1px solid gainsboro;
}

.navbar ul li a i {
    color: #575656;
    display: block;
}
.nav-head .nav-tabs {
    border: none;
}
.nav-head .nav-tabs .nav-item .nav-link {
    text-align: center;
    margin-right: 0px;
    border: none;
}

.filter-fixed-top .nav-link {
    color: #d5d5d5 !important;
    transition: all ease-in-out 0.45s;
    font-weight: 500;
}

.filter-fixed-top .material-icons {
    color: #000 !important;
}

.filter-fixed-top .img-show {
    display: none;
}

.filter-fixed-top .img-hide {
    display: block;
}

/*----sidebar START----*/
@media screen and (max-width: 768px) {
    .top-hdrList a {
        font-size: 10px;
    }
    .nav-head .nav-tabs .nav-item .nav-link {
        border-bottom: 1px solid gainsboro !important;
        width: 100%;
        border-radius: 0;
        text-align: left;
    }
    .navbar ul li a i {
        color: #575656;
        float: right;
    }
    .sidebar-show img {
        padding: 0 !important;
        width: 41% !important;
        margin: 0 !important;
    }

    .sidebar-show {
        position: fixed;
        top: 0px;
        left: -100%;
        z-index: 1035;
        bottom: 0px;
        height: 100%;
        width: 80%;
        cursor: default;
        transition: width 300ms ease-in-out, height 300ms ease-in-out, top 300ms ease-in-out, left 300ms ease-in-out, bottom 300ms ease-in-out, right 300ms ease-in-out;
        background-color: #fff;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
        overflow: auto;
    }

    #sidebar-close-btn {
        position: absolute;
        right: 0px;
        background: #000;
        top: 0;
        padding: 0px;
        cursor: pointer;
        -webkit-text-fill-color: #fff;
        width: 41px;
        line-height: 5px;
        height: 42px;
        text-align: center;
        opacity: 1;
    }

    .sidebarclassadd {
        background-color: rgba(0, 0, 0, 0.7);
        bottom: 0;
        clear: both;
        height: 100%;
        left: 0;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1035;
    }

    .sidebar-icon i,
    .contact-box i {
        width: 35px;
        height: 34px;
        border-radius: 25px;
        text-align: center;
        line-height: 34px;
        color: #fff;
        margin-right: 13px;
    }

    .sidesocial-icon {
        color: #fff;
        background: #cbcbcb;
        width: 35px;
        height: 35px;
        padding: 9px;
        text-align: center;
        border-radius: 50px;
    }

    a.sidebar-icon {
        border-bottom: 1px solid gainsboro;
    }
}

/*----sidebar END----*/

/*-----home header end------*/
.align-item-center {
    align-items: center !important;
}
.section-header-inner {
    background: #001a4b;
    padding: 6px 6px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 0 0 rgba(19, 26, 31, 0.12), 0 2px 4px 0 rgba(19, 26, 31, 0.12) !important;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent !important;
    border-radius: 0px;
    position: sticky;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
}

.font-weight-bold {
    font-weight: 700;
}
.pr-1 {
    padding-right: 10px;
}
.pl-0 {
    padding-left: 0;
}

.list-style-none {
    list-style: none;
}

.text-right {
    text-align: right !important;
}
.theme-color-light {
    color: #fdb714 !important;
}
.theme-color-dark {
    color: #001a4b !important;
}

.linkedcolor:hover {
    color: var(--schover-light) !important;
    cursor: pointer;
}
.font-20 {
    font-size: 20px;
}
.font-500 {
    font-weight: 500;
}

.breadcrumb li a {
    text-decoration: none;
    color: #000;
    padding-left: 5px;
}

.CSTMbtn-outline {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 48px;
    color: #6c7578;
    border: 1px solid #dce5e8;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 20px;
}

.CSTMbtn-outline:hover {
    background: linear-gradient(45deg, #001a4b, #9d9999) !important;
    color: #fff !important;
}

.theme-btn-dark,
.theme-bg-dark,
p.anilfareMessage a,
.progress-bar {
    background-image: linear-gradient(45deg, var(--bs-bg-dark), var(--bs-bg-light));
}

.fast-cheapbtns .faster:hover,
.fast-cheapbtns .cheaper:hover {
    background-image: linear-gradient(45deg, var(--bs-bg-light), var(--bs-bg-dark));
    box-shadow: 2px 7px 5px 3px #4022d561;
}
.theme-btn-dark:hover {
    background: var(--bs-scbtn-hover);
    box-shadow: 2px 7px 5px 3px #4022d561;
    color: #fff;
}
.theme-light-text {
    color: #f77923 !important;
}
.theme-dark-text {
    color: #ffc107 !important;
}

.theme-btn-light,
.theme-bg-light {
    background: #ffc107;
}

span.featured-stf {
    padding: 5px 10px;
    color: #919191;
}

.theme-btn-light:hover {
    background: #001a4b;
    color: #fff;
}

.theme-secondary-text {
    color: #0099dd;
}
.bg-dark-theme {
    background: #001a4b;
}
.bg-light-theme {
    background: #ffc107;
}

.btn-gray:hover {
    color: #fff;
    background-color: #000;
    border-color: #000000;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ffffff40;
}

.carousel-inner {
    height: 90vh;
}

.carousel-indicators .active {
    background-color: #49beb8;
    border: 2px solid #49beb8;
    box-shadow: 0px 10px 20px -5px #49beb875;
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

div#navbarSupportedContent {
    justify-content: right;
}
.nav-head .nav-tabs .nav-item.show .nav-link,
.nav-head .nav-tabs .nav-link.active,
.nav-head .nav-tabs .nav-link:hover,
.nav-head .nav-tabs .nav-link.active i {
    border: none !important;
    color: var(--sctxt-light) !important;
}

.card-row-set {
    margin-right: 0px;
    margin-left: 0px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #1e1e1e !important;
    font-weight: 500;
    margin-right: 25px;
}

.Homeside-menu {
    color: #000 !important;
    margin-top: -9px;
}

.bg-black {
    background-color: #000 !important;
}

.img-show {
    visibility: visible;
}

.img-hide {
    display: none;
}

.img-res {
    height: 215px;
    object-fit: cover;
}

/*----mnn--*/
.section-white {
    background: #fff;
    padding: 4rem 0rem 4rem 0rem;
    color: #000;
}

.section-gray {
    background: #8a8e911a;
    padding: 4rem 0rem 4rem 0rem;
    color: #000;
}

.section-innerg {
    background: #8a8e911a;
    padding: 2rem 0rem 4rem 0rem;
    color: #000;
}

.main-title h2 {
    font-weight: 800;
    font-size: 43px;
    text-transform: uppercase;
}
.section-parallax {
    background-image: url(../img/banner.jpg);
    color: #ffffff;
    background-attachment: fixed;
    background-position: right;
    height: auto;
}

.parallax {
    background-image: linear-gradient(45deg, var(--bs-bg-dark), var(--bs-bg-light));
    /* background: #00205bbf; */
    padding: 3em 0em 2em 0em;
    height: auto;
}
/*--------*/

/*-------login form sart  bymn manisha------*/
a.bckbtn {
    color: #fff;
    padding: 10px;
}
.loginF-input {
    height: 45px;
    margin-bottom: 13px;
    border-radius: 7px;
}
.login-body .iconst {
    position: absolute;
    right: 10px;
    top: 48px;
}
.login-body label {
    font-size: 14px;
    text-align: left !important;
    color: #252525;
    font-weight: 400;
}
.login-body {
    /* background-image: url(../images/lgin-bg.png); */
    /* background-position: center; */
    /* background-color: #001a4b; */
    padding: 5px 6px;
}

h1.login-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #211e1e;
}
h1.login-content span {
    font-size: 14px;
    color: #bdbdbd;
}
.bordergb ul li {
    margin-bottom: 5px;
    font-size: 13px;
    color: #6b6a6a;
}

.bordergb {
    background: #ccc6;
    padding: 10px 0px;
    border-radius: 6px;
    margin-top: 21px;
}

.login-content a {
    color: #000000 !important;
}
.or {
    text-align: center;
    position: relative;
    margin: 10px auto;
}

.or span {
    border: 1px solid gainsboro;
    padding: 4px 5px;
    border-radius: 28px;
    z-index: 999;
}

.or:before,
.or:after {
    content: "";
    background: red;
    position: absolute;
    width: 42%;
    height: 2px;
    top: 11px;
}

.or:after {
    right: 0;
}

.or:before {
    left: 0;
}
@media (max-width: 767px) {
    .main-Ubox {
        padding: 11px 7px;
    }
}
/*-------login form end  by manisha sdf------*/
/*-------loader start by manisha dd----*/
p.anilfareMessage > div {
    margin: 25px 0;
    text-align: center;
}
p.anilfareMessage a {
    color: #fff;
    padding: 7px 14px;
    border-radius: 23px;
    margin: 7px 5px;
}
p.anilfareMessage {
    text-align: center;
}
.pgloader {
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    text-align: center;
}
.loader {
    width: 10px;
    height: 10px;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    animation: loader 1.2s linear infinite;
}
.load1 {
    animation-delay: 0.1s;
}
.load2 {
    animation-delay: 0.2s;
}
.load3 {
    animation-delay: 0.3s;
}
.load4 {
    animation-delay: 0.4s;
}
.load5 {
    animation-delay: 0.5s;
}
.load6 {
    animation-delay: 0.6s;
}
.load7 {
    animation-delay: 0.7s;
}
.load8 {
    animation-delay: 0.8s;
}

@keyframes loader {
    0% {
        transform: scale(1.5);
        background: ;
    }
    50% {
        transform: scaleX(1);
        background: ;
    }
    100% {
        transform: scaleX(0.1);
        background: ;
    }
}
/*-------loader end- by manisha sds----*/
/* flight booking start---- */
.fD0 samp {
    font-weight: 400;
    font-size: 14px;
}
.tablefonts a {
    display: block;
    font-size: 13px;
    color: #2196f3;
}
/* fight booking end---- */
/*--------------------------------flight detail page css tart- by manisha sdqasx -------------------------------*/
.FlightDetail .yellow-msg {
    margin: 9px auto;
    position: relative;
}
.FlightDetail .yellow-msg:before {
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    border-top: 1px dashed #cccccca1;
    top: 9px;
    width: 100%;
    z-index: 1;
}
.FlightDetail .yellow-msg p {
    width: fit-content;
    margin: auto;
    position: relative;
    z-index: 9;
    padding: 0 8px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid gainsboro;
    background: #fff;
}
.destintn h3 {
    font-size: 16px;
    margin: 0;
}
.seat-section {
    border: 1px solid gainsboro;
    padding: 3px 8px;
    border-left: 2px solid #001a4b;
}
.selectSeatmap {
    padding: 3px 21px;
    color: #fff;
}
.destintn p {
    font-size: 10px;
    margin: 0;
}
.flight-fillFrm {
    margin-bottom: 30px;
}

.dhading {
    border-bottom: 1px solid #ffc107;
    display: inline-block;
    margin-bottom: 0;
}

.detailform {
    background: #ffffff;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 5px 20px 15px 20px;
}

.pass-info .pxtype {
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 5px rgb(156 148 148 / 15%);
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #ddd;
    padding-bottom: 5px;
}
.pass-info p:before {
    content: "";
    background: #001a4b;
    position: absolute;
    width: 5px;
    height: 32px;
    border-radius: 32px;
    left: 0;
    top: 0;
}
.flight-fillFrm .form-control {
    margin-bottom: 6px;
}
.pass-info .pxhbtn {
    background: #ffffff1f;
    box-shadow: none !important;
    color: #000;
    font-size: 16px;
    padding: 8px 43px;
    font-weight: 500;
}
.gstrow p {
    margin: 6px 2px !important;
}
a#gstbtnadd {
    color: #fff;
    float: right;
    padding: 1px 6px;
    margin: 2px;
    border-radius: 3px;
    font-size: 13px;
    background: #ffc107;
}
.detailform .accordion-button::after {
    display: none;
}
.pass-info .pxTcntnt {
    padding: 0 9px 0px 9px;
}

.flight-fillFrm {
    margin-bottom: 11px;
}
.infant1:before,
.child:before,
.adult:before {
    content: " ";
    background: url(./flight/images/mrgedicons.png);
    width: 32px;
    padding-right: 0;
    height: 28px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.dmeals {
    position: relative;
    font-size: 14px;
    text-align: center;
    margin: auto;
    font-weight: 500;
}
.dmeals:before {
    background-position: 356px 329px !important;
    width: 23px !important;
    top: 3px !important;
    left: -19px !important;
}
.mrgicon:before,
.dmeals:before {
    content: " ";
    background: url(./flight/images/mrgedicons.png);
    width: 32px;
    padding-right: 0;
    height: 28px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.infant1:before {
    background-position: -9px 0px;
}

.child:before {
    background-position: -39px 0px;
}
.adult:before {
    background-position: 339px -3px;
}
.pass-info p {
    font-size: 13px;
    color: #000000;
    margin: 0;
    font-weight: 500;
}
.RevTitle {
    margin: 18px 0px;
}

.bg-input {
    background-color: #f3f6fd;
}

.flight-fillFrm .form-check-label {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-right: 10px;
}
.flight-fillFrm .form-control-sm {
    background: aliceblue;
}
.pt-10 {
    padding-top: 10px;
}

.FomrSbmit-box a {
    margin-top: 15px;
}

.submit-detail:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: red;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(0.4);
    transform: translateX(-50%) translateY(-5%) scale(0.4);
    transition: var(--transition);
}

.submit-detail:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}

.Rdblock {
    margin-bottom: 30px;
}

.Rdblock {
    background: #ffffff;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 25px 20px 35px 20px;
}

.rightitle h3 {
    font-weight: 500;
    font-size: 22px;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 0;
    display: inline-block;
    margin: 0 0 16px 0;
}

p:last-child {
    margin-bottom: 0;
}

.select_person_item {
    padding-top: 20px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select_person_left h6 {
    font-size: 16px;
    font-weight: 500;
}

.select_person_left p {
    font-size: 12px;
    font-weight: 500;
}

.select_person_right h6 {
    font-size: 16px;
    font-weight: 500;
}

.dRbook ul {
    padding: 0;
    margin: 0;
}

.dsubtotal span {
    float: right;
    font-weight: 700;
}

.PayNow-btn {
    padding: 11px 49px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
}
.rightside {
    position: sticky;
    top: 0;
}
.dtotal i {
    margin-top: 5px;
    margin-right: 5px;
}
.dRbook ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    font-weight: 500;
    padding-top: 8px;
    font-size: 16px;
    border-bottom: 1px dashed #cfcacaa6;
}
.form-error,
.help-block {
    color: #b94a48;
    font-size: 13px;
    text-transform: capitalize;
}
.dRbook ul li span {
    font-weight: 500;
}

.dsubtotal span,
.dtotal span {
    float: right;
}
.dtotal span {
    font-size: 20px;
    color: #001a4b;
}
.dsubtotal {
    padding: 9px 0;
}

.total-booking-detail h6 {
    justify-content: space-between;
    display: flex;
    background: #f8f8f8;
    padding: 12px 0px 8px 0;
}

.total-booking-detail span {
    color: #4caf50;
}

.detailform .form-group {
    margin-bottom: 0;
}

.bg-input {
    background-color: #f3f6fd;
    height: 35px;
    border: 1px solid #e8e8e8;
}
/*-----------flight detail result selected start  by manisha--dsd--*/
.fareRl {
    padding: 0px 8px;
    font-weight: 400;
    text-align: left;
    color: #444242;
    font-size: 12px;
    background: gainsboro;
    border: 1px solid gray;
}
.fareRl:hover {
    background: #80808052;
}
.sessionTime {
    text-align: center;
    padding: 6px 5px;
    color: #fff;
    font-size: 21px;
}
.sessionTime i {
    font-size: 18px;
    margin: 3px 11px 3px 0px;
    border: 1px solid;
    padding: 9px;
    border-radius: 25px;
    color: #fff !important;
}
.fare-sumry,
.baggage-head {
    border: 1px solid gainsboro;
    margin: 5px;
    color: #000;
}
.fare-body .col-md-4,
.fare-body .col-md-8,
.fare-sumry .fsumhd .col-md-4 {
    padding: 4px 3px;
    color: #000;
    border-right: 1px dashed gainsboro;
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
}
.fare-sumry .fsumhd .col-md-4 {
    font-weight: 500;
}
.main-Rdetail .inrR-bx {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
}

.dhading {
    margin: 0;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    font-weight: 600;
    border-radius: 12px 12px 0 0;
}
.depat_img:before {
    position: absolute;
    content: "";
    top: 0;
    right: -1px;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 7px solid #2927271c;
    border-top: 9px solid transparent;
    transform: translate(-66px, 13px);
}
.FlightDetail {
    width: 100%;
    float: left;
    background: #ffffff;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 9px 5px 9px 18px;
    margin-bottom: 14px;
    position: relative;
}

.pass-deprt {
    width: 100%;
    float: left;
    border-radius: 4px;
}

.depat_img {
    margin: 0;
    flex: 1;
    width: 74px;
    display: flex;
    align-items: center;
    color: #034053;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    background-color: #efefef;
    padding: 5px 9px;
    position: absolute;
    right: 0px;
    top: 15px;
    transform: rotate(90deg);
}

.depat_img i {
    padding-right: 6px;
}

.depat_img:after {
    position: absolute;
    top: 0px;
    right: -30px;
    content: "";
    border: 14px solid transparent;
    border-left: 15px solid #efefef;
}

.depart_top {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.passentCity {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

s .passngrDate {
    color: #737373;
    font-size: 15px;
}

.passDepartOne > p,
.passDepartThird > p {
    margin: 0;
}

.passDepartAir {
    width: 80%;
    float: left;
    padding-left: 12px;
}

.passDeapartM {
    display: flex;
}

.passDepartAir span {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.passDepartOne > p span,
.passDepartThird > p span {
    font-size: 16px;
    font-weight: 600;
    padding-left: 6px;
}

.passDepartAir p {
    font-size: 12px;
    color: #808080;
    margin: 0;
}

.passDepartAir dfn {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 0 5px 3px 6px;
}

.passDepartOne p b,
.passDepartThird p b {
    font-size: 16px;
    color: #000;
}

.passDepartOne > dfn,
.passDepartThird > dfn {
}

.passDepartOne > span,
.passDepartThird > span {
    font-size: 12px;
    color: #808080;
    display: inline-block;
    font-style: normal;
    width: 100%;
    padding-top: 4px;
}

.passDeartStop {
    width: 100%;
    float: left;
    color: #6a6868;
    font-size: 12px;
    text-align: center;
}

.passDSline {
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #b0aeae;
    float: left;
    position: relative;
    right: 0;
    top: 0;
}

.passIcon {
    width: 32px;
    height: 32px;
    background: url(./flight/images/mrgedicons.png);
    position: absolute;
    margin: auto;
    left: 64px;
    right: 0;
    top: -13px;
    font-size: 11px;
    background-position: -124px -10px;
}

.passDSline:before,
.passDSline:after {
    content: " ";
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    background: #000000;
}
.passDSline:before {
    float: left;
}

.passDSline:after {
    float: right;
}

.PassReundale span {
    width: 100%;
    display: block;
    background: #4caf50;
    border-radius: 45px;
    font-size: 8px;
    color: #f8f8f8;
    border: 1px solid #2dca1c;
    margin: 35px auto 0;
    text-align: center;
    padding: 2px 0px;
    text-transform: capitalize;
}

.passngrDate {
    font-size: 13px;
    color: #a7a7a7;
}

.header-inner h2 {
    color: #fff;
    font-size: 15px;
}

.header-inner p {
    color: #fff;
    font-size: 13px;
}

/*-----------flight detail result selected end  by manisha------*/

/*-------------------------------------flight detail page css end  by manisha---------------------------*/

/*---------------footer strart by manisha----------------*/
.footer-section {
    text-align: center;
    color: #fff;
    padding: 2px 3px;
    margin-top: 18pc;
}
/*---------------footer end by manisha---------------*/
/*---------------flight filter start start by manisha---------------*/
.ui-slider-horizontal {
    height: 7px !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -7px !important;
    margin-left: -0.6em;
    border-radius: 40px !important;
}
.leftpriceshowib {
    float: right;
}
.dep-Arrive:hover {
    box-shadow: 6px 5px 7px #b1adadd6;
    transition: 0.6s;
}
.filter-imageB img {
    width: 15px;
    height: 15px;
}
.deprt-arrivFltr label {
    border: 1px solid #a39e9e61;
    text-align: center;
    padding: 7px 3px;
    margin-right: 3px;
}
label.dep-Arrive.theme-btn-light .filter-imageB,
label.dep-Arrive.theme-btn-light span {
    filter: invert(1);
    color: #fff;
}
.deprt-arrivFltr .dep-qwarrive.checked .checkbox {
    background: #001a4b;
    color: #fff;
}

.deprt-arrivFltr input.nn-check {
    /* opacity: 0; */
    display: none;
}
.deprt-arrivFltr span {
    font-size: 12px;
    font-weight: 550;
    color: #212121;
}

.deprt-arrivFltr.checked .checkbox {
    background: #001a4b;
    color: #fff;
}
.leftprice.leftpriceshow {
    float: right;
}
.fast-cheapbtns .faster,
.fast-cheapbtns .cheaper {
    text-decoration: none;
    color: #000;
    border: 1px solid #ddd;
    padding: 4px 4px;
    font-size: 11px;
    display: inline-block;
    margin-top: 21px;
    width: 124px;
    position: relative;
    border-radius: 4px;
}
.blur-img .wating_swim label.swim1 {
    margin-bottom: 10px;
}
.blur-img h3 {
    font-size: 18px;
}
.fast-cheapbtns {
    padding: 0px 7px;
    text-align: left;
}
.float-right {
    float: right;
}
/*-------range strat by manisha---*/
.middle {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.slider {
    position: relative;
    z-index: 1;
    height: 10px;
    margin: 0 15px;
}

.slider > .track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #dfdfdf;
}

.slider > .range {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #001a4b;
}

.slider > .thumb {
    position: absolute;
    z-index: 3;
    width: 17px;
    height: 17px;
    background-color: #fdfeff;
    border-radius: 50px;
    box-shadow: 0 0 0 0 rgb(98 0 238 / 10%);
    transition: box-shadow 0.3s ease-in-out;
    top: 6px;
    border: 1px solid gainsboro;
}

.slider > .thumb.left {
    left: 25%;
    transform: translate(-15px, -10px);
}

.slider > .thumb.right {
    right: 25%;
    transform: translate(15px, -10px);
}

.slider > .thumb.hover {
    box-shadow: 0 0 0 5px rgb(255 255 255 / 52%);
}

input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    height: 10px;
    width: 100%;
    opacity: 0;
}

input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 0 none;
    background-color: red;
    -webkit-appearance: none;
}

/*----modyfy  header-bar start by manisha-----*/

.flex-row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cstm-Mblock1 {
    flex: 0 0 auto;
}

.cstm-Mblock2 {
    flex: 0 0 auto;
    border-left: 1px dashed #ffbf0021;
}

.modify_pText span.flight-class {
    font-size: 12px;
    color: #ffc107;
}

.bef-circl {
    position: relative;
}

.bef-circl:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 18px;
    background: #ffc107;
    left: -6px;
}

.modifyy-cntent-show .col-md-3:nth-child(4) {
    border-right: none;
}

.off-modify-cnva {
    float: right;
    background-color: #fff !important;
    margin-top: 14px;
}

.modify_headr-bar samp {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

.modify_headr-bar {
    padding: 0px 0px;
}

.modify_plane {
    color: #7b7975;
    padding: 0px 0px 0 6px;
    font-size: 13px;
}

.cstm-Mblock1 .col-mn-3:nth-child(4) {
    border: none;
}

.cstm-Mblock1 .col-mn-3 {
    padding: 0 53px;
    text-align: center;
    border: 1px dashed #f0f0f045;
}
.modify_headr-bar samp:nth-child(2) {
    font-size: 13px;
    display: block;
    color: #81817f;
    font-weight: 400;
}

.show-modify {
    text-decoration: none;
    padding: 6px 10px;
    position: relative;
    top: 8px;
    color: #001a4b;
    border-radius: 4px;
    float: right;
    font-size: 14px;
    font-weight: 600;
}

.modify_pText i {
    padding-top: 4px;
    font-size: 11px;
    color: #f9f9f9;
}

.modify_pText {
    padding-top: 0px;
    color: #c8c8c8;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.pre-airine {
    text-align: center;
}

.pre-airine p {
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    margin: 0;
    font-weight: 500;
    text-align: center;
}

.pre-airine samp {
    color: #919191 !important;
    font-size: 17px !important;
}

.modify_pText b {
    padding-left: 3px;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 12px;
}

.modify_pText samp {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

/*----modyfy  header-bar end by manisha-----*/
/*-------range strat---*/
.price_rangepara input[type="text"] {
    width: 47%;
    border: none;
    font-size: 12px;
    color: #4b4949;
}

.price_rangepara input[type="text"]:nth-child(2) {
    float: right;
    text-align: right;
}

.showall {
    position: absolute;
    left: 44%;
    cursor: pointer;
    font-size: 12px;
    color: red;
    display: none;
}

.retrnft:before {
    content: "Return" !important;
    left: -2px;
    top: -16px;
}
a#fastTakeoffOB:before,
.retrnft:before {
    position: absolute;
    content: "onward";
    background: #f8f8f8;
    /* transform: rotate(-89deg); */
    left: -3px;
    color: #4e4949;
    font-size: 11px;
    top: -16px;
    padding: 0 5px;
}

p.Found-flight {
    font-size: 13px;
}
.Mainfilter_area {
    background: #f8f8f8;
    padding: 0px 0px;
    border: 1px solid gainsboro;
    box-shadow: 0 3px 6px rgb(25 32 36 / 16%), 0 -1px 4px rgb(25 32 36 / 4%);
    position: sticky;
    top: 78px;
    min-height: 378px;
    overflow: auto;
    border-top: 9px solid #e1e1e1;
    max-height: 100%;
    height: 606px;
}

.Mainfilter_area::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.Mainfilter_area::-webkit-scrollbar-track {
    background: #ddd;
}

.Mainfilter_area::-webkit-scrollbar-thumb {
    background: #fff;
    border: 1px solid gainsboro;
    border-radius: 5px;
}
.Mainfilter_area::-webkit-scrollbar-thumb:hover {
    background: #001a4b;
}

.fltr_stpbx .accordion-item {
    padding: 0 0px;
    margin: 8px;
    background: transparent;
    /* box-shadow: 0 3px 6px rgb(25 32 36 / 16%), 0 -1px 4px rgb(25 32 36 / 4%); */
    border: none;
    margin-bottom: 0 !important;
    margin-top: 0;
}
.Mainfilter_area .accordion-button.filter_Mheading,
.filter_Mheading {
    padding: 4px 7px;
    border-radius: 0;
    background: transparent;
    color: #000;
    font-weight: 500;
    margin: 0;
    font-size: 13px;
}
i.closefilter {
    position: absolute;
    right: -28px;
    padding: 6px 9px;
    font-size: 13px;
    color: #fff;
    top: -10px;
}
.Mainfilter_area .price_rangepara {
    font-size: 14px;
    margin-top: 9px;
}

.Mainfilter_area .accordion-button::after {
    filter: revert;
}

.Mainfilter_area .accordion-button.filter_Mheading.collapsed {
    background: #f2f4f9 !important;
    border-radius: 0;
}

.filter-price_bxx {
    padding-top: 11px;
    padding-bottom: 10px;
}

.bg-mntransparent {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.6);
    z-index: 99;
    display: none;
}

.rest-btn {
    border: none;
    padding: 0;
    color: #8b8d91;
    font-weight: 500;
    font-size: 13px;
}

.rest-btn {
    text-decoration: none;
    margin-left: 10px;
}
.Mainfilter_area .accordion-body {
    padding: 4px 10px 4px 10px;
    padding-bottom: 0;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.filter_inner_bxx .form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.filter_inner_bxx .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.filter_inner_bxx .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #001a4b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.filter_inner_bxx .form-check-input:checked[type="checkbox"] {
    background-image: url(data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 20 20%3e%3cpath fill=none stroke=%23fff stroke-linecap=round stroke-linejoin=round stroke-width=3 d=m6 10 3 3 6-6/%3e%3c/svg%3e);
    background-color: #001a4b;
}

.filter_inner_bxx .form-check-label {
    width: 100%;
}

.area_flex_one {
    display: flex;
    justify-content: space-between;
}

.area_flex_one span {
    color: #212121;
    font-weight: 500;
    font-size: 13px;
}
span.area_flex_one span {
    position: relative;
}
span.area_flex_one img {
    width: 23px;
}
/*--------------- flight filter end by manisha---------------*/
/*--------------- USER DASHBOARD START by manisha---------------*/

.Airline-inrBox i.icon-holiday{
    background-image: url(../images/b2bsprite_icon.png);
    background-position: 40px -42px;
    width: 35px;
    height: 30px;
    float: left;
    margin-left: -30px;}
.main-Ubox {
    background: #fff;
    padding: 11px 30px;
    height: 743px;
    margin: auto;
    position: relative;
    top: 0px;
}
.usermain-list {
    background: #001a4b;
}

ul.userSideblock li {
    margin: 5px 0;
}
ul.userSideblock {
    margin: 0;
    list-style: none;
    padding: 17px 0px;
}
.btn-update {
    float: right;
}
.dash-breadcrumb {
    padding: 10px 7px;
    border-radius: 4px;
    text-align: justify;
    font-weight: 600;
}
.addedrp {
    font-size: 23px;
    font-weight: 600;
}
ul.userSideblock li a {
    list-style: none;
    margin-right: 17px;
    color: #353333;
    background: #fff;
    padding: 9px 7px;
    border-radius: 50px;
    width: 100%;
    display: inline-block;
}

.Uc-title h2 {
    font-size: 21px;
    padding: 5px 7px;
}
.Uc-title .edit-profile {
    float: right;
    margin-top: 3px;
}
section.dasboard-Rsection {
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    align-items: center;
    border: 1px solid #ccc;
}
.userpicture {
    width: fit-content;
    padding: 19px 29px;
    font-size: 32px;
    font-weight: 500;
    border-radius: 65px;
    color: #4caf50;
}
.profile-section {
    display: inline-flex;
    margin-bottom: 18px;
    position: relative;
}
.profile-mnblock a.text-sm {
    margin: 0;
    font-size: 13px;
    color: #767676;
}
ul.userSideblock li i {
    color: #fff;
    font-size: 14px;
    margin-right: 7px;
    padding: 5px 5px;
    border-radius: 50%;
}
.profile-mnblock {
    position: relative;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 15px;
    margin: 0 0;
}
.username {
    margin: auto 23px;
}
.username .userTag {
    font-weight: 500;
    color: #bdbdbd;
}
.userimg {
    background: #4caf5030;
    width: fit-content;
    padding: 3px 4px;
    font-size: 32px;
    font-weight: 500;
    border-radius: 65px;
    color: #4caf50;
    display: none;
}
.airline-Ubox .inr-block {
    padding: 24px 12px;
    border-radius: 6px;
}
.username h3 {
    font-size: 24px;
}
.Airline-inrBox i {
    font-size: 38px;
    color: #f5f5f545;
}
.userimg img {
    border-radius: 47px;
}
.count-value {
    font-size: 34px;
    color: #fff;
    float: right;
    margin-top: -13px;
    font-weight: 500;
}
.box-title {
    color: #ffffff;
    margin-top: 13px;
    width: fit-content;
    padding: 0 9px;
    border-radius: 23px;
    font-size: 18px;
    font-weight: 500;
}
.edit-P {
    position: absolute;
    left: 30px;
    bottom: -10px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
}
a.logout.float-right {
    float: right;
    color: #fff;
    margin-top: -10px;
}
ul.userSideblock li a.active,
ul.userSideblock li a:hover,
ul.userSideblock li a:focus {
    background: rgba(0, 140, 255, 0.1);
    color: #3394e1;
}
.grid-PcEdit .form-control {
    /* border: navajowhite; */
    border-bottom: 1px solid gainsboro;
    border-radius: 0;
    font-size: 13px;
    padding: 2px 5px;
    color: #000;
    margin-bottom: 7px;
}
.grid-PcEdit label {
    font-size: 14px;
    font-weight: 500;
}
.user-innerblok {
    padding: 8px 10px;
}
.grid-title {
    width: 27%;
    font-weight: 500;
    font-size: 13px;
}
.grid-Pcntent p {
    font-size: 13px;
    border-left: 2px dotted #e3e3e3;
    padding-left: 10px;
}
.dash-breadcrumb a {
    color: #fff !important;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
/*---------------USER DASHBOARD END by manisha---------------*/
/*-----mobile fixed header media strt by manisha----*/
div.destination-hdr,
div.modifyshow {
    background-color: #fff;
    border-radius: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0px 9px;
    width: 100%;
    z-index: 11;
    border: 1px solid gainsboro;
    position: sticky;
    top: 0px;
}
.FareInfot i {
    margin: 4px 10px 0px 10px;
}

div.destination-hdr .arodv {
    float: left;
    padding-right: 0;
}

div.destination-hdr .arodv > .fa-chevron-left {
    font-size: 18px;
    color: #333;
}

.FareInfot {
    display: inline-flex;
    padding-left: 0;
}

div.FareInfot h3 {
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 3px;
    color: #fff;
    display: block;
    margin-bottom: 0;
}
.destination-hdr h3 small {
    color: #cbcbcb;
    display: block;
    margin-top: 1px;
    font-size: 13px;
    padding-left: 8px;
}

div.destination-hdr .ModigyMb {
    padding-top: 0;
    text-align: right;
    padding-right: 20px;
}

div.destination-hdr i.fa-pencil {
    font-size: 21px;
    color: #000;
}

div.destination-hdr i.fa-filter {
    font-size: 16px;
    color: #000;
    margin-left: 0;
    margin-top: 8px;
}
.PreNxt .fa-caret-left,
.PreNxt .fa-caret-right {
    padding: 4px 9px;
    border-radius: 2px;
    border: 1px solid #d5cdcd;
    color: #dfdfdf;
    margin: 2px 3px;
}
/*-----mobile fixed header media end by manisha----*/
@media (max-width: 767px) {
    .sessionTime {
        padding: 4px 0px;
        font-size: 21px;
    }
    .sessionTime i {
        font-size: 19px;
    }

    /*-----mobile filter  media start by manisha----*/

    .transfltbg {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(51, 51, 51, 0.6);
        z-index: 99;
        display: none;
    }
    .Mainfilter_area {
        display: none;
        top: 0px !important;
        position: fixed;
        width: 80%;
        padding: 0 !important;
        z-index: 9999;
        left: 0px;
        height: 100%;
        overflow: inherit;
    }

    .rest-btn {
        float: right;
    }

    .modify-serchEngine {
        display: none;
        position: relative;
    }

    /*-----mobile ffilter  media end by manisha----*/
}

/*-------------seatlayout start by manisha----*/
.noflight {
    text-align: center;
    border: 1px solid gainsboro;
    padding: 9px 0;
    margin: 22px 0;
}
.seatload {
    width: 70%;
    border: 1px solid #bcc8d1;
    background-color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 600px;
    border-radius: 4px;
    z-index: 99;
}
.bookdetail .stmsg {
    font-size: 36px;
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
}
.bookdetail .pxinfo {
    text-align: center;
    margin-top: 15px;
}
.bookdetail .pxinfo .desc {
    font-size: 12px;
    color: #333;
    font-weight: 300;
}
.bookdetail .pxinfo .pxcount {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 20px 0 10px;
}
.bookdetail {
    width: 620px;
    height: auto;
    margin: 35px auto 0;
}
.bookdetail .flightInfo .airCode {
    font-weight: 700;
    font-size: 25px;
    color: #333;
}
.bookdetail .city {
    font-weight: 600;
    font-size: 18px;
    color: #12b58a;
}
.bookdetail .retrninf,
.freturn {
    float: right;
    text-align: right;
}
.destiInfo {
    border: 1px solid gainsboro;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 13px 0px;
}
.bookdetail .fdate i {
    padding-right: 9px;
}
.bookdetail .fdate {
    width: 100%;
    margin: 0 auto 0;
    display: inline-flex;
    padding: 0 9px;
}
.fonward,
.freturn {
    width: 50%;
}
.bookdetail .fdate .bookdate {
    font-size: 13px;
    color: #4caf50;
    font-weight: 700;
}
/*-------------seatlayout end by manisha------*/

/* booking sucess start----- */
.successbookd {
    position: relative;
    top: 34px;
    background: #fff;
    margin: auto;
    padding: 54px 36px;
    width: 988;
}
.successmsg h3 {
    font-size: 30px;
    margin: 0;
}
.success-hdr {
    background: #7ac142;
    padding: 6px;
    text-align: center;
    color: #fff;
}

.success-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    float: left;
    position: relative;
    left: -17px;
    top: 7px;
}
.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

@media (max-width: 767px) {
    .successbookd {
        width: 422px;
        margin: 0;
    }
    .successmsg h3 {
        font-size: 21px;
        margin: 0;
    }
}
/* booking sucess end---- */
