

/*Search Engine*/


.type_methode {width: 100%;float: left;}

.type_methode li {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.2px; /* 128% */
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 6px 16px;
    cursor: pointer;
}

.type_methode li.active {
    border-radius: 4px;
    background: #D3BDA6;
}
#mobile-chat-container {
    display: none;
}

/*Banner Start*/

.caro_height.caro_height_burn {
    /*height: 100px;*/
    height: auto;
    background: none;
    float: left;
    width: 100%;
    top: 0px;
    /*top: -127px;*/
    position: relative;
}
.banner_slider_images {
    background: url(/extras/system/template_list/template_v1/images/burhan/banner_images.png);
    width: 100%;
    float: left;
    height: 450px;
    background-size: cover;
    background-position: bottom;
}


/*TOP 3 START */


  .top3secion {
    float: left;
    background: #F6F6F6;
    margin-top: 0px;
    width: 100%;
    padding: 2.5% 0;
}

.top3secion-wrapper {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    font-family: 'Jost', sans-serif;
    display: flex;
    align-items: center;
    padding: 5px 15px;
}

.top3secion_content h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px; /* 120% */
    padding-bottom: 0;
    margin-bottom: 2px;
}

.top3secion_content p {
    color: #6D6868;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 185.714% */
    font-family: 'Jost', sans-serif;
}



.top3secion_content {
    padding-left: 20px;

}

/*TOP 3 END */
/* ========================================================================== */

/* BURHAN TOP CITY START */
section.burhan-city-flight {
    width: 100%;
    float: left;
    padding: 0;
    background: #F6F6F6;
}


section.burhan-city-flight h3 {
    color: #000;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
     /* 120% */
    text-align: center;
    margin: 20px 0 0px 0;
    position: relative;
}

section.burhan-city-flight h3:before {
    content: '';
    height: 2px;
    width: 115px;
    position: absolute;
    background: #E1132D;
    bottom: -10px;
    border-radius: 3px;
}

#owl-demo-airline {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 2%;
}
.outer_deals h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 109.091% */
    font-family: 'Roboto', sans-serif;
}
#owl-demo-airline .owl-prev {display: none;}
#owl-demo-airline .owl-next {display: none;}


#internationl_hotel_slider .owl-prev {display: none;}
#internationl_hotel_slider .owl-next {display: none;}

/*BURHAN TOP CITY END */
/* ========================================================================== */





/*TRANDEING SECTION*/
#trending_destinations_slider .owl-dots.disabled {
    display: none !important;
}

#trending_destinations_slider .owl-nav.disabled {
    display: none !important;
}


section.trending_destinations h2:before {
    content: '';
    height: 2px;
    width: 281px;
    position: absolute;
    background: #E1132D;
    bottom: -10px;
    border-radius: 3px;
}


section.trending_destinations {
    width: 100%;
    float: left;
    background: #F6F6F6;
    padding: 0px 0px 0;
}

.trending_destinations h2 {
     /* 120% */
     color: #000;
     font-family: Roboto;
     font-size: 28px;
     font-style: normal;
     font-weight: 600;
     text-align: center;
     margin: 20px 0 0px 0;
     position: relative;
}

.trending_wrapper {
    width: 100%;
    float: left;
    /*display: flex; */
    /*align-items: center;*/
}

.trending_wrapper h5 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 92.308% */
    text-align: center;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    padding: 10px 0px;
}

.trending_wrapper_images {
    display: flex !important;
    justify-content: center;
    border-radius: 220px;
    /*border: 2px dashed #017F7B; */
    padding: 6px;
}
.trending_wrapper ul {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}

.trending_wrapper li {
    margin: 0 0px;
}

.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 4 */
 .hovicon.effect-4 {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}

.hovicon.effect-4:before {
    line-height: 92px;
}
.hovicon.effect-4:after {
       top: -2px;
    left: -1px;
    padding: 0;
    z-index: 10;
    border: 2px dashed #017F7B;
}
.hovicon.effect-4:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    color: #017F7B;
}
.hovicon.effect-4:hover i {
    color: #017F7B;
}
/* Effect 4b */
 .hovicon.effect-4.sub-b:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hovicon.effect-4.sub-b:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}




/*Subscribe start */


section.subscirbe {
    width: 100%;
    float: left;
    padding: 0px 0;
    background: #F6F6F6;
    margin-bottom: 20px;	
}

.subscirbe--wraapper {width: 100%;float: left;border-radius: 12px;border: 1px solid #C5C5C5;background: #FFF;}

.subscirbe--wraapper img {
    width: 100%;
}

.subscibe_text {width: 100%;float: left;padding-top: 75px;}

.subscibe_text h4 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 108.333% */
    text-align: center;
}

.subscibe_text p {
    color: #040404;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    text-align: center;
}


.subs_form_sec {
    width: 100%;
    float: left;
    padding: 0;
    height: 55px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #C5C5C5;
}

.subs_form_sec input {
    width: 80% !important;
    float: left;
    height: 55px !important;
    border: none !important;
    background: none !important;
    font-family: 'Poppins', sans-serif;
}

.subs_form_sec input:focus {

box-shadow:none !important;
}


.subs_form_sec .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    background: #F23030;
 color: #FFF;

}


.subs_form_sec button {
    border-radius: 0px 3px 3px 0px;
    background: #F23030;
    width: 20%;
    height: 53px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    border: none;
}

.circle_shadow {
  position: absolute;
  margin: 0;
  height: 50px;
  width: 50px;
  background-color: #FFCB45;
  border-radius: 50%;
     right: 80px;
    top: 30px;
  border: 5px solid white;
}

.circle_shadow:before {
  position: absolute;
  content: '';
  height: calc(105% + 10px);
  width: calc(105% + 10px);
  border: 2px dashed orange;
  top: -6px;
  left: -6px;
  border-radius: inherit;
  animation: spin 10s linear infinite;
}

@keyframes spin { 
  100% { 
    transform: rotateZ(360deg); 
  }
}

.subscibe_text:after {
    content: '';
    width: 40px;
    height: 40px;
    background: #fff;
    float: left;
    position: absolute;
    right: 30px;
    top: 10px;
    border-radius: 50%;
    border: 7px solid #017F7B;
}


/*Mobile Section Start*/

section.mbile-sections {
    width: 100%;
    float: left;
 /*    height: 270px; */
    overflow: hidden;
    padding: 35px 35px 0;
    background: #F6F6F6;
}

.mbile-sections_first img {
    width: 100%;
}

.mbile-sections_second h5 {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px; /* 162.857% */
    text-align: left;
}

.mbile-sections_third h6 {
    text-align: center;
    float: left;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 45.6px; /* 285% */
}

.mbile-sections_third img {
    width: 50%;
}

.mbile-sections_third {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 5%;
    padding: 0;
}

/* .mbile-sections_second ul {
    display: flex;
    justify-content: center;
    margin-top: 12%;
} */
.mbile-sections_second li {

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;

}



/*Hotel Start*/


section.internation_hotel_n {
    
     width: 100%;
    float: left;
    background: #F6F6F6;
    padding: 0px 0px 0;
}

.internation_hotel_n h3 {
     /* 120% */
     color: #000;
     font-family: Roboto;
     font-size: 28px;
     font-style: normal;
     font-weight: 600;
     text-align: center;
     margin: 20px 0 20px 0;
     position: relative;
}

section.internation_hotel_n h3:before {
    content: '';
    height: 2px;
    width: 341px;
    position: absolute;
    background: #E1132D;
    bottom: -10px;
    border-radius: 3px;
}


.internation_hotel_n_wrapper {
    width: 100%;
    float: left;
    padding: 4% 0px 0px;
}

.padsix {
    padding: 0px !important;
    margin: 8px 0px;
}
.hotel_walppers_center img {
    height: 460px !important;
}

.hotel_walppers-wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.hotel_walppers {
    width: 100%;
    float: left;
}

.hotel_walppers img {
    width: 100%;
    float: left;
    object-fit: cover;
    height: 222px;
}

.hotel_walppers-text {
    float: left;
    left: 0;
    bottom: 0px;
    background: linear-gradient(361deg, #080707e3 79%, rgba(255, 255, 255, 0) 97%);
    position: absolute;
    width: 100%;
    padding: 0px 12px 12px;
    margin-bottom: 0;
}

.hotel_walppers-text h5 {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    padding-left: 25px;
    text-align: left;
}

.hotel_walppers-text ul {
    padding-left: 25px;
    float: left;
}

.hotel_walppers-text li {
    display: inline-block;
    padding-right: 5px;
}
.padfive_n{padding: 0 8px !important;}





/*footer start */


ul.customer-supp span {
    float: left;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 15px;
    padding: 3px;
}

li.frteli.frteli_a {
    display: flex;
    align-items: center;
}

li.frteli.frteli_a a {
    padding-top: 12px;
}

.customer-supp_call{  background: #009B90;}
.customer-supp_mail{  background: #009B90;}

.foot_addres h5 {
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    text-align: left;
}

.card-payment {width: 100%;float: left;}

.card-payment li {
    display: inline-block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border: 2px solid #000;
    border-radius: 50%;
    margin: 10px 3px;
}

.card-payment ul {
    /*display: flex;*/
    justify-content: center;
}


.footer_last_link {border-top: none;float: left;width: 100%;padding-top: 0px;margin-top: 0;padding-bottom: 0;display: flex;justify-content: space-around;background: #ffd598;}
.footer_last_link h4 {text-align: left;float: left;font-size: 15px; font-family: 'Poppins', sans-serif;font-weight: 400;line-height: 18px;letter-spacing: 0em;color: #000;}
.footer_last_link h4:last-child {float:right;}
.footer_last_link a {color: #000;outline: none;cursor: pointer;}
.footer_last_link a:focus {text-decoration: none}
.footer_last_link .container a{
    cursor: pointer;
}



/*animations start*/

.move_up{transition: top ease 0.5s; position: relative;
  top: 0;}
.move_up:hover{top: -5px;}


@-webkit-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@-moz-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}


/** fadeInRight **/

@-webkit-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(100px);
        -moz-transform: translatex(100px);
        -o-transform: translatex(100px);
        transform: translatex(100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-right {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}



/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}


/*animations end*/



.internation_hotel_n_wrapper img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 222px;
    bottom: 0;
    border-radius: 8px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
    left: 0;
}

li.down_dare_deatils_singlrsa.active {background: #B6BDC7;}
li.down_dare_deatils_singlrsa {
        cursor: pointer;
        line-height: 25px;
        padding: 8px 10px 0 7px;
        position: relative;
        top: -6px;
}


.tabmarg {margin: 0;}

.flight_datails .alltwobnd {
    border-radius: 0;
    border: none;
}



.contfare {
    margin: 15px;
    border: 2px solid #017F7B;
    background: #FFF;
    border-radius: 0;
}

.popconyent {
    background: #B6BDC7;
}

.propopum.flight_datails {
    border-radius: 0;
}



/*new start*/

span.fare_j9_select {
    width: auto;
    float: left;
    background: #d3bda6;
    font-size: 15px;
    padding: 5px 15px;
    margin: 10px 0;
    border-radius: 5px;
    font-family: 'Open Sans';
    cursor: pointer;
}

span.v_class_passngr {
    width: 100%;
    float: left;
}
.j9-fare-family {
    border-radius: 0;
    border: 1px solid #EFEFEF;
    background: #B6BDC7;
    width: 100%;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.j9-fare-family ul {
        float: left;
    overflow-x: scroll;
    width: 100%;
    display: flex;
    padding: 15px;
}

.j9-fare-family li {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    width: 30%;
    float: left;
    margin: 0 1%;
    padding: 0px;
}

.j9-fare-family li p {
    color: #777;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px; /* 137.143% */
}

.j9-fare-family li h4 {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px; /* 120% */
}

.j9-fare-family li h5 {
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px; /* 137.143% */
}

.j9-fare-family li span {
    color: #000;
     /* 137.143% */
}

.j9-fare-family li font {
    color: #000;
}

.j9-fare-family li hr {
    margin-top: 10px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #B3B3B3;
}

.j9-button-fare {
    display: block;
    justify-content: space-between;
    margin-top: 0px;
    align-items: center;
}

.j9-button-fare h6 {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 185.714% */
    margin-bottom:0px;
}

.j9-button-fare button {
    border-radius: 4px;
    background: #EE1935;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.8px; /* 105% */
    width: 155px;
    height: 45px;
    border: none;
    padding-top: 15px;
}



.wrap_new_boxtype {
    background: #76969c;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    float: left;
    width: 100%;
}

.wrap_new_boxtype h4 {
    font-size: 18px !important;
    text-align: center;
    padding: 15px;
    margin: 0;
    color: #fff !important;
}

.wrap_new_boxtype abbr {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 25px;
    position: relative;
    top: -7px;
    color: #fff !important;
}

.wrap_new_boxtype abbr sub {
    position: relative;
    top: 0;
    margin-right: 20px;
    font-size: 22px;
}
.wrap_new_boxtype_wrap {
    float: left;
    width: 100%;
}
.flex_model_wrap {
    display: flex;
    width: 100%;
   align-items: baseline;
}

.flex_model_wrap_content {
    width: auto;
}
.j9-button-fare button {
    margin: 0 0 0 17% !important;
    
}
.flex_model_wrap img {
        margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    height: 17px;
}

.flex_model_wrap_content h5 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.wrap_new_boxtype.enmy_flx_V {
    background: #f5f5f5;
}
.wrap_new_boxtype_wrap {
    padding-top: 10px;
}


.wrap_new_boxtype.enmy_flx_V h4 {
    color: #000 !important;
}

.wrap_new_boxtype.enmy_flx_V abbr {
    color: #000 !important;
}

.wrap_new_boxtype.enmy_flx_V abbr sub {
    color: #000;
}

.wrap_new_boxtype.enmy_flx_T {
    background: #6CCFF6 !important;
}

.wrap_new_boxtype.enmy_flx_L {
    background: #02AEEF;
}

.wrap_new_boxtype.enmy_flx_H {
    background: #0060A2;
}
.j9-fare-family li {
    height: auto;
    margin-right:0px;
}
p.redText {
    color: #f23030 !important;
}
.j9-button-fare {
      float: left;
    position: relative;
    bottom: 0px !important;
    width: 100%;
    margin: 20px 0;
}

.j9-fare-family li {
    position: relative;
    float: left;
}

.j9-fare-family li p {
    margin-bottom: 0 !important;
}

.flex_model_wrap_content h5 {
    margin-top: 0 !important;
}

.j9-fare-family li h5 {font-size: 13px !important;}

.j9-fare-family li p {
    font-size: 13px !important;
}
.flex_model_wrap {
    padding: 0 15px 0 10px;
}


/*new end*/