@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Signika:300,400,600,700');

/*
font-family: 'Signika', sans-serif;
font-family: 'Roboto', sans-serif;
*/
body {font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

img {
    max-width: 100%;
}
a{
    color: #AA8000;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.w-6 {
    width: 6% !important;
}

.w-13 {
    width: 13% !important;
}

.w-15 {
    width: 15% !important;
}

.w-15-7 {
    width: 15.7% !important;
}

.w-16 {
    width: 16% !important;
}

.w-20 {
    width: 20% !important;
}

.w-21 {
    width: 21%;
}

.w-24 {
    width: 24% !important;
}

.w-26 {
    width: 26% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-48 {
    width: 48% !important;
}

.w-70 {
    width: 70% !important;
}

.header {
    position: relative;
    z-index: 1;    
    box-shadow: 0 .5rem 1rem rgba(170, 28, 0, .15) !important;
    background: #ffffff;
}


.logo img {
    padding: 8px 0px;
    max-height: 90px;
}

.main-nav {
    background-color: #fc4a1a;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.main-nav .nav-link {
    color: #fff;
}

.home-slider {
    background-image: url(../images/home-banner.jpg);    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0px 0px 0px;
    position: relative;
    min-height: 200px;
}

.home-slider::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;    
    right: 0px;
    bottom: 0px;
}

.inquery-form .form-group .form-control-lg {
    font-size: 14px;
    height: calc(2.25rem + 1rem + 2px)
}

.register_form label {
    font-size: 14px;
    font-weight: 500;
}

.btn-theme,
.btn-theme.active{
    color: #fff;
    border-color: #fff;
    background: rgb(255, 185, 18) !important;
    box-shadow: 0 .5rem 1rem rgba(170, 28, 0, .15)!important;
    background: -moz-linear-gradient(left, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%)!important;
    background: -webkit-linear-gradient(left, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%)!important;
    background: linear-gradient(to right, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb912', endColorstr='#aa1c00', GradientType=1)!important;
}

.btn-lg-theme {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: .75rem 1rem;
    border-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(170, 28, 0.15);
    background: rgb(255, 185, 18);
    background: -moz-linear-gradient(left, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    background: linear-gradient(to right, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb912', endColorstr='#aa1c00', GradientType=1);
}

.btn-lg-theme:hover,
.btn-theme:hover {
    color: #fff;
}

.bg-theme-gradient {
    background: rgb(255, 185, 18);
    background: -moz-linear-gradient(left, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    background: linear-gradient(to right, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb912', endColorstr='#aa8000', GradientType=1);
}

ul.header-link {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}

ul.header-link li {
    display: inline-block;
    margin: 8px 0px 0px 15px;
}

ul.header-link li a {
    display: block;
    padding: 12px 30px;
    border-radius: 35px;
    color: #fff;
    font-size: 16px;
    background: rgb(255, 185, 18);
    background: -moz-linear-gradient(left, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    background: linear-gradient(to right, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb912', endColorstr='#aa1c00', GradientType=1);
}

ul.header-link li:first-child a {
    color: #000;
    background: none;
}

.copyright {
    background: #000;
    color: #999;
    padding: 15px 0px;
    font-size: 13px;
}

ul.co-link {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.co-link li {
    display: inline-block;
    margin-right: 15px;
}

ul.co-link li a {
    display: block;
    color: #999;
}

.s-box h3 {
    color: #AA1C00;
}

.modal-button {
    position: absolute;
    right: -57px;
    background: #fff !important;
    border-radius: 0px 5px 5px 0px;
    padding: 10px 20px !important;
    top: 25px;
}

.parallax {
    /* The image used */
    background-image: url("../images/bgn-newsletter.jpg");

    /* Set a specific height */
    /*  min-height: 500px; */
    padding: 50px 0px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h_footer {
    background: #09090a;
    padding-bottom: 30px;
}

.hf_heading {
    margin: 30px 0 0 0;
    padding: 0 0 20px 0;
    color: #FEB712;
    font-size: 18px;
}

ul.hf_list,
ul.hf_follow_list,
ul.hf_icon_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}

ul.hf_list li {
    margin: 0px 0px 7px 0px;
    display: block;
}

ul.hf_list li a {
    color: #888;
    font-size: 14px;
}

ul.hf_follow_list {
    text-align: center;
}

ul.hf_follow_list li {
    display: inline-block;
}

ul.hf_follow_list a i {
    color: #FEB712;
    font-size: 42px;
}

ul.hf_icon_list {
    text-align: left;
}

ul.hf_icon_list li {
    margin: 0px 0px 7px 30px;
    display: block;
    position: relative;
    color: #888;
    font-size: 14px;
}

ul.hf_icon_list li a {
    color: #888;
}

ul.hf_icon_list li i {
    position: absolute;
    top: 0px;
    left: -30px;
}

/** Search Engien Control **/
.search-tabs .nav-link {
    background: #AA8000;
    color: #fff;
    box-shadow: 0 .5rem 1rem rgba(74, 108, 255, 0.15) !important;
}

.search-tabs .nav-link.active {
    background: rgba(255, 255, 255, 1);
    color: #444;
    box-shadow: 0 .5rem 1rem rgba(74, 108, 255, 0.15) !important;
}

.search-tabs {
    margin-bottom: 20px;
}

.search-tabs .nav-item {
    margin: 0px 3px;
}

.search-input-control {
    position: relative;
}

.search-input-control .input-group-append {
    z-index: 99;
}


/** Search Engien Control End **/

ul.traveller-select {
    margin: 8px 0px 0px 3%;
    padding: 5px 10px;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: absolute;
    background: #fff;
    z-index: 2;
    width: 100%;
    min-width: 220px;
}

ul.traveller-select::after {
    content: "";
    top: -8px;
    right: 50%;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ddd;
}

ul.traveller-select li {
    padding: 3px 0px;
    display: inline-block;
    width: 100%;
}

ul.traveller-select li .number-of-room {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

ul.traveller-select li:nth-child(1),
ul.traveller-select li:nth-child(2),
ul.traveller-select li:nth-child(3) {
    border-bottom: 1px solid #ddd;
}

ul.traveller-select li .btn {
    font-size: .6rem;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: .5rem .6rem;
}

ul.traveller-select li .btn:focus {
    box-shadow: none;
}

ul.traveller-select li .btn:first-child {
    border-right: none !important;
}

ul.room-select li {
    border-bottom: none !important;
}

.room-sapretar {
    border-top: 1px solid #dee2e6 !important;
    clear: both;
    padding-top: 10px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

/** Filter Css **/
.price-slider .ui-state-default {
    border-radius: 50%;
}

.price-slider .ui-state-default::after {
    content: "";
    background: #F34747;
    border-radius: 50%;
    height: .75em;
    left: 50%;
    top: 50%;
    width: .75em;
    position: absolute;
    transform: translate(-50%, -50%);
}

.price-slider .ui-state-default:focus,
.price-slider .ui-state-default:hover {
    outline: none;
    background: #fff;
    border-color: #ddd;
}

.price-slider .ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    margin-left: 0;
    transform: translate(-50%, -50%);
    border: none;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}

.price-slider .ui-slider-horizontal {
    height: .3em;
    width: 90%;
    margin: 0px auto 30px;
}

.price-slider .ui-widget.ui-widget-content {
    border: none;
    background: #ddd;
}

.price-slider .ui-widget-header {
    background: #f00;
}

ul.flight-stop-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.flight-stop-list li {
    margin-right: 15px;
    display: inline-block;
}

ul.flight-stop-list li .btn-danger {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

ul.flight-stop-list li small {
    color: rgba(0, 0, 0, 0.3);
    position: relative;
    padding-left: 7px;
    font-size: 11px;
}

ul.flight-stop-list li small::before {
    font-family: 'fontello';
    font-weight: 400;
    content: "\f156";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 10px;
}

ul.img-icon-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.img-icon-list li {
    width: 24%;
    display: inline-flex;
    margin: 0px .5% 15px;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0rem 1rem rgba(74, 108, 255, 0.15);
}

ul.time-list,
ul.star-list,
ul.trat-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.time-list li,
ul.star-list li,
ul.trat-list li {
    display: inline-block;
    width: 25%;
    border-top: 1px solid #F8F9FA;
    border-bottom: 1px solid #F8F9FA;
    border-right: 1px solid #F8F9FA;
    float: left;
    text-align: center;
}

ul.star-list li,
ul.trat-list li {
    font-size: 12px;
    width: 20%;
}

ul.star-list li span,
ul.trat-list li span {
    font-size: 16px;
    padding: 5px 0 0 0;
    display: block;
}

ul.trat-list li span {
    color: #00b087;
}

ul.star-list li .hotel_num,
ul.time-list li .price,
ul.trat-list li .hotel_num {
    padding: 5px 0px;
}

ul.star-list li .hotel_num,
ul.trat-list li .hotel_num {
    padding: 6px 0px;
}

ul.star-list li:first-child,
ul.time-list li:first-child,
ul.trat-list li:first-child {
    border-left: 1px solid #F8F9FA;
}

ul.star-list li label,
ul.time-list li label,
ul.trat-list li label {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

ul.star-list li label.active,
ul.time-list li label.active {
    background: #F43968;
    color: #fff;
}

ul.trat-list li label.active {
    background: #00b087;
    color: #fff;
}

ul.star-list .active i,
ul.time-list .active i,
ul.trat-list .active i {
    color: #fff;
}

ul.trat-list .active span {
    color: #fff;
}

ul.star-list li input,
ul.time-list li input,
ul.trat-list li input {
    opacity: 0;
    position: absolute;
}

ul.star-list li i,
ul.time-list li i,
ul.trat-list li i {
    font-size: 22px;
    color: #F43968;
    padding: 0px 0px 2px 0px;
    margin: 0px 5px;
    display: block;
    border-bottom: 1px solid #F8F9FA;
}

ul.trat-list li i {
    color: #00b087;
}

ul.star-list li i,
ul.trat-list li i {
    font-size: 14px;
}

/**    **/
ul.filter-check-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.filter-check-list li {
    font-size: 14px;
    margin-bottom: 5px;
}

ul.filter-check-list li em {
    font-style: normal;
    color: #999;
    margin-left: 5px;
}

ul.filter-check-list li .custom-control {
    display: inline-block;
}

ul.filter-check-list li .price {
    color: #444;
    position: relative;
    padding-left: 10px;
    float: right;
}

ul.filter-check-list li .img-icon {
    height: 15px;
}

ul.filter-check-list li .price::before {
    font-family: 'fontello';
    font-weight: 400;
    content: "\f156";
    position: absolute;
    left: 0;
    top: 1px;
}

.fsr-logo {
    float: left;
}

.fsr-logo img {
    max-height: 30px;
}

.fsr_f_name {
    float: left;
    font-size: 12px;
    margin-left: 5px;
}

.text-grey {
    color: #999 !important;
}

.fsr-depart {
    font-weight: 600;
}

.fsr-depart .small {
    line-height: 1px;
    font-size: 12px;
}

.fr-conter {
    font-size: 14px;
    line-height: 14px;
}

.fst-price {
    font-size: 16px;
    position: relative;
    padding: 0;
}
.fst-price .net-price{
    display: none;
    color: #AA1C00;
}
.rout-to {
    line-height: 18px;
}

.frb {
    background: #fff;
    padding-top: 15px;
}

.nav-tabs.fsr {
    padding: 0px 0px 0px 15px;
}

.nav-tabs.fsr .nav-link {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    border-radius: 0px;
}

.nav-tabs.fsr .nav-link.active {
    color: rgba(74, 108, 255, 1);
}

.text-grey-size12 {
    line-height: 14px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

.lh-fs-14 {
    line-height: 14px;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0px;
}

.flight-way {
    width: 100%;
    height: 2px;
    background: #999;
    position: relative;
    margin: 10px 0px;
}

.flight-way:before,
.flight-way:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    background: #888;
    box-shadow: 0px 0px 5px rgba(74, 108, 255, .5);
    top: 50%;
    transform: translate(0%, -50%);
}

.flight-way:after {
    right: 0px;
}

.flight-way i {
    position: absolute;
    font-size: 18px;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 5px rgba(74, 108, 255, .5);
}

ul.fr-features {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

ul.fr-features li {
    line-height: 14px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
    border-right: 1px solid #ddd;
    padding: 0px 5px 0px 0px;
    margin: 0px 0px 0px 5px;
    display: inline-block;
}

ul.fr-features li:last-child {
    border: none;
    padding: 0px;
}

ul.fair-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.fair-list li {
    margin: 0px;
    padding: 5px 5px;
    border-bottom: 1px solid #ddd;
}

ul.fair-list li:last-child {
    border: none;
}

ul.fair-list li span {
    float: right;
}

/** Filter Css **/
.price-slider .ui-state-default {
    border-radius: 50%;
}

.price-slider .ui-state-default::after {
    content: "";
    background: #F34747;
    border-radius: 50%;
    height: .75em;
    left: 50%;
    top: 50%;
    width: .75em;
    position: absolute;
    transform: translate(-50%, -50%);
}

.price-slider .ui-state-default:focus,
.price-slider .ui-state-default:hover {
    outline: none;
    background: #fff;
    border-color: #ddd;
}

.price-slider .ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    margin-left: 0;
    transform: translate(-50%, -50%);
    border: none;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}

.price-slider .ui-slider-horizontal {
    height: .3em;
    width: 90%;
    margin: 0px auto 30px;
}

.price-slider .ui-widget.ui-widget-content {
    border: none;
    background: #ddd;
}

.price-slider .ui-widget-header {
    background: #f00;
}

ul.flight-stop-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.flight-stop-list li {
    margin-right: 15px;
    display: inline-block;
}

ul.flight-stop-list li .btn-danger {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

ul.flight-stop-list li small {
    color: rgba(0, 0, 0, 0.3);
    position: relative;
    padding-left: 7px;
    font-size: 11px;
}

ul.flight-stop-list li small::before {
    font-family: 'fontello';
    font-weight: 400;
    content: "\f156";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 10px;
}

ul.img-icon-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.img-icon-list li {
    width: 24%;
    display: inline-flex;
    margin: 0px .5% 15px;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0rem 1rem rgba(74, 108, 255, 0.15);
}

.icon-heading {
    font-size: 24px;
}

.icon-heading i {
    color: #F32F57;
}

#result-by-dandf {
    margin-bottom: 30px;
}

#result-by-dandf li {
    display: block;
    padding: 5px 10px;
    background: #F8F9FA;
    border-right: 1px solid #fff;
    text-align: center;
}

#result-by-dandf .owl-stage-outer {
    position: relative;
    z-index: 2;
}

#result-by-dandf li a {
    color: #444;
}

#result-by-dandf li:hover {
    background: #fff;
}

#result-by-dandf li a p {
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 12px;
}

#result-by-dandf li .rbdprice {
    position: relative;
}

#result-by-dandf li .rbdprice::before {
    font-family: 'fontello';
    font-weight: 400;
    content: "\f156";
    position: relative;
    left: 0px;
}

#result-by-dandf li img {
    margin: 0px auto;
    display: block;
    height: 25px;
    width: 25px;
}

#result-by-dandf li.active {
    background: #fff;
}

#result-by-dandf .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    height: 100%;
    width: 100%;
}

#result-by-dandf .owl-prev,
#result-by-dandf .owl-next {
    padding: 0px 3px !important;
    left: -15px;
    top: 0px;
    height: 100%;
    color: #fff;
    font-size: 24px;
    position: absolute;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0px;
    background: rgb(255, 185, 18);
    box-shadow: 0 .5rem 1rem rgba(170, 28, 0, .15);
    background: -moz-linear-gradient(left, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    background: linear-gradient(to right, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb912', endColorstr='#aa1c00', GradientType=1);
}

#result-by-dandf .owl-next {
    right: -15px;
    left: auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.rounded-flight-price {
    position: fixed;
    bottom: 0;
    left: 0px;
    right: 0px;
    z-index: 1;
    background: rgb(255, 185, 18);
    box-shadow: 0 .5rem 1rem rgba(170, 28, 0, .15);
    background: -moz-linear-gradient(left, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    background: linear-gradient(to right, rgba(255, 185, 18, 1) 0%, rgba(170, 28, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb912', endColorstr='#aa1c00', GradientType=1);
}

.rounded-flight-price .rfp {
    padding: 15px 0px;
    color: #fff;
}

.rounded-flight-price .rfp .rfp-img {
    float: left;
    margin-right: 10px;
    border: 1px solid #eee;
    padding: 2px;
    border-radius: 3px;
}

.rounded-flight-price .rfp-time {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.rfp-time .start {
    position: relative;
    margin-right: 10px;
}

.rfp-time .start::after {
    font-family: 'fontello';
    font-weight: 400;
    content: "\f178";
    position: relative;
    right: -5px;
}

.rounded-flight-price .rfp .rfp-total {
    font-size: 16px;
    font-weight: 400;
    float: left;
    margin-right: 20px;
}

.rounded-flight-price .rfp .rfp-total-price {
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.rounded-flight-price .rfp .rfp-total-price::before {
    font-family: 'fontello';
    font-weight: 400;
    content: "\f156";
    position: relative;
    left: 0px;
}

/* Loader Css */
.loader {
    width: 400px;
    text-align: center;
    position: relative;
    margin:170px auto;
}

.loaderO {
    width: 400px;
    text-align: center;
    position: relative;    
}


.loader img {
    max-height: 50px;
    margin-bottom: 30px;
}

.loader .h4,
.loader p {
    font-size: 18px;
    color: #AA8000;
    margin: 0px;
}

.loader p {
    font-size: 13px;
}

.loader-to-from {
    color: #AA1C00;
    font-weight: 500;
    font-size: 16px;
}

.loader-details {
    background: #efefef;
    padding: 5px 10px;
}

/* Loader Css End */
/* One way result list design 2 */ 

ul.search-list-filter {
    margin: 10px 0px 7px;
    padding: 0px;
    list-style: none;
    font-size: 0px;
}

ul.search-list-filter li {
    display: inline-block;
    width: 17%;
}

ul.search-list-filter li:first-child {
    width: 10%;
}

ul.search-list-filter li:nth-child(2) {
    width: 10%;
}

ul.search-list-filter li:nth-child(3) {
    width: 30%;
}

ul.search-list-filter li:nth-child(4) {
    width: 10%;
}

ul.search-list-filter li:nth-child(5) {
    width: 23%;  
    text-align: right;
}
ul.search-list-filter li a {
    font-size: 13px;
    color: #333;
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
}

ul.search-list-filter li a::after {
    content: "\f176";
    font-family: FontAwesome;
    display: inline-block;
    width: 10px;
    font-weight: 400;
    color: #AA1C00;
}

.search-list {
    margin-bottom: 10px;
    background-color: #fff;
}

.search-list-yellow {
    background: #FAF5E2;
    margin: 0px !important;
    padding: 0px;
    width: 100%;
    float: left;
}
.search-list-yellowII {
    background: #FAF5E2;
    margin: 0px !important;
    padding: 0px;
    width: 100%;
    float: left;
}

.search-list-yellow .col {
    padding: 10px 5px 20px;
    float: left;
    width: 10%;
    text-align: center;
}

.search-list-yellow .col:first-child {
    width: 10%;
    text-align: center;
}

.search-list-yellow .col:nth-child(2) {
    width: 10%;
}
.search-list-yellow .col:nth-child(3) {
    width: 30%;
}.search-list-yellow .col:nth-child(5) {
    text-align: right;
    width: 15%;
}
.search-list-yellow .airline {
    text-align: center;
    font-size: 13px;
    position: relative;
    display: inline-block;
}

.search-list-yellow .airline i {
    display: block;
    margin: 0px auto 5px;
}

.search-list-yellow .airline > .fsl-name {
    color: #444;
    font-weight: 400;
    display: inline-block;
}

.search-list-yellow .airline > .fsl-code {
    color: #888;
    font-weight: 300;
    display: inline-block;
}

.search-list-yellow .depart,
.search-list-yellow .arrive {
    text-align: center;
}

.search-list-yellow .depart .fsl-time,
.search-list-yellow .arrive .fsl-time {
    font-size: 20px;
    color: #333;
    font-weight: 400;
}

.search-list-yellow .depart .fsl-time-text,
.search-list-yellow .arrive .fsl-time-text {
    font-weight: 300;
    font-size: 14px;
}

.search-list-yellow .duration .fsl-duration-time,
.search-list-yellow .duration .fsl-duration-stop {
    font-size: 14px;
    font-weight: 300;
    color: #444;
}

.search-list-yellow .duration .fsl-duration-stop {
    color: #333;
}

.search-list-yellow .duration .fsl-duration-sape {
    height: 2px;
    width: 50px;
    background-color: #999;
    margin: 5px auto;
    position: relative;
}

.search-list-yellow .duration .fsl-duration-sape::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border: 2px solid #FAF5E2;
    background-color: #AA8000;
    border-radius: 50%;
}

.search-list-yellow .duration .fsl-duration-sape::after {
    content: "\f072";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translate(0px, -50%) rotate(45deg);
    color: #AA8000;
}

.search-list-white {
    background-color: #f3f3f3;
    width: 25%;
    text-align: center;
    padding: 10px 10px;
    float: right;
}
.search-list-white .fsl-price-label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}
.search-list-yellow .fsl-price {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0px auto;
    line-height: 26px;
    position: relative;
    text-align: right;
}
.search-list-yellow .clscomm{
    text-align: right;
}
.search-list-yellow .fsl-price-label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin-bottom: 5px;
}

.fsl-more-details {
    background: #E9EDF6;
    clear: both;
    padding: 5px 15px;
}

.fsl-more-details a {
    color: #ff5a5f;
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.fsl-more-details a:hover {
    color: #ff5a5f;
    text-decoration: none;
}

.search-list-details {
    width: 100%;
    background-color: #fff;
    clear: both;
    text-align: left;
}

.search-list-details .nav-tabs {
    border-bottom: none;
}

.search-list-details .nav-tabs .nav-link {
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    background-color: #f2f2f2;
    border-color: #ddd #ddd #ddd transparent;
    font-weight: 500;
}

.search-list-details .nav-tabs .nav-item.show .nav-link,
.search-list-details .nav-tabs .nav-link.active {
    background-color: #444444;
    color: #fff;
    border-color: #444 #444 #444 #444;
}
.tab-content>.tab-pane.height-200{	
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.fsld-fromtotime {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin: 5px 0px 10px;
}

.fsld-fromtotime span {
    color: #8d8d8d;
    font-weight: 400;
}

.fsl-details {
    display: block;
    clear: both;
    position: relative;
    font-size: 0px;
}

.fsl-details .fsld-airline,
.fsl-details .fsld-from,
.fsl-details .fsld-duration-sape,
.fsl-details .fsld-to,
.fsl-details .fsld-tfclw {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
}

.fsl-details .fsld-airline {
    vertical-align: top;
}

.fsl-details .fsld-tfclw {
    border-left: 1px solid #cacaca;
    width: 25%;
    padding-left: 15px;
    vertical-align: top;
}

.fsl-details .fsld-airline i {
    float: left;
    margin-right: 5px;
}

.fsl-details .fsld-airline .f-name {
    font-size: 14px;
    color: #444;
    line-height: 14px;
    font-weight: 500;
}

.fsl-details .fsld-airline .f-code {
    font-size: 12px;
    line-height: 12px;
    color: #888;
}

.fsl-details .fsld-from,
.fsl-details .fsld-to {
    width: 25%;
}

.fsl-details .fsld-from {
    padding-right: 15px;
}

.fsl-details .fsld-to {
    padding-left: 15px;
    padding-right: 10px;
}

.fsl-details .fsld-from .location,
.fsl-details .fsld-to .location {
    font-size: 12px;
    font-weight: 500;
    color: #444;
}

.fsl-details .fsld-from .time,
.fsl-details .fsld-to .time {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    width: auto;
}

.fsl-details .fsld-from .airport,
.fsl-details .fsld-to .airport {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}

ul.fsld-tfclw-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0px;
}

ul.fsld-tfclw-list li {
    font-size: 12px;
    color: #888;
    display: inline-block;
    padding: 0px 5px 0px 0px;
    margin: 0px 0px 5px 5px;
    border-right: 1px solid #888;
    line-height: 12px;
}

ul.fsld-tfclw-list li:last-child {
    border: none;
}

ul.fsld-tfclw-list li:nth-child(2) {
    border-right: none;
}

.fsl-details .fsld-duration-sape {
    width: 8%;
    position: relative;
    padding: 0px 30px;
    border: 0.5px dashed #888;
    font-size: 14px;
}

.fsl-details .fsld-duration-sape::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -5px;
    width: 9px;
    height: 9px;
    border: 2px solid #FAF5E2;
    background-color: #FF5A5F;
    border-radius: 50%;
}

.fsl-details .fsld-duration-sape::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    width: 9px;
    height: 9px;
    border: 2px solid #FAF5E2;
    background-color: #FF5A5F;
    border-radius: 50%;
}

.fsl-details .fsld-duration-sape i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    color: #FF5A5F;
    background: #fff;
    padding: 0px 3px;
}

/* Air Int Search Return */
.search-list-yellow.bg-grey {
    background-color: #E9EDF6;
}

.air-int-return .search-list-white {
    display: inline-block;
    float: none;
    padding-top: 5%;
}

.air-int-return .fsl-details {
    margin-bottom: 15px;
}

.fsl-flight-change {
    margin: 20px auto;
    display: table;
    position: relative;
}

.fsl-flight-change .text {
    padding: 5px 20px;
    color: #444;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 13px;
    text-align: center;
    z-index: 1;
    position: relative;
    background: #fff;
}

.fsl-flight-change::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 140%;
    background-color: #ccc;
    z-index: 0;
}

.fsl-flight-change strong {
    color: #333;
}

.border-dashed {
    border: 1px dashed #888;
}

/* Air Int Search Return End */
/* Domastic Return css This css work with domastic One Way */
.search-list-return .search-list-yellow .depart .fsl-time,
.search-list-return .search-list-yellow .arrive .fsl-time {
    font-size: 16px;
}

.search-list-return .search-list-yellow .duration .fsl-duration-time,
.search-list-return .search-list-yellow .duration .fsl-duration-stop {
    font-size: 12px;
}

.search-list-return .search-list-yellow .depart .fsl-time-text,
.search-list-return .search-list-yellow .arrive .fsl-time-text {
    font-size: 12px;
}

.search-list-return .search-list-yellow {
    width: 100%;
}

.search-list-return .search-list-yellow .col {
    padding-bottom: 5px;
}

.search-list-return .search-list-yellow .col:first-child {
    width: 15%;
}

.search-list-return .search-list-yellow .col:nth-child(2) {
    width: 20%;
}

.search-list-return .search-list-yellow .col:nth-child(3) {
    width: 15%;
}

.search-list-return .search-list-yellow .col:nth-child(4) {
    width: 20%;
}

.search-list-return .search-list-yellow .col:nth-child(5) {
    width: 30%;
    background: #FAF5E2;
    padding-bottom: 5px;
}

.search-list-return .btn-radio {
    display: flex;
}

.search-list-return .btn-radio input[type=radio] {
    margin: 4px 4px 0 0;
}

.search-list-return .search-list-yellow .duration .fsl-duration-sape {
    width: 30px;
    margin: 10px 0px;
}

.search-list-return .btn.btn-theme {
    margin: 0px auto;
    padding: 6px 15px;
}

.search-list-return .fsl-details .fsld-airline {
    width: 100%;
}

.search-list-return .fsl-details .fsld-from,
.search-list-return .fsl-details .fsld-to {
    width: 30%;
}

.search-list-return .fsl-details .fsld-tfclw {
    width: 23%;
    padding-left: 5px;
}

.search-list-return .fsl-details .fsld-tfclw ul.fsld-tfclw-list li {
    display: block;
    padding: 3px 0px;
    border-right: none;
    border-bottom: 1px dashed #e2e2e2;
    margin: 0;
    font-size: 11px;
}

.search-list-return .fsl-details .fsld-tfclw ul.fsld-tfclw-list li:last-child {
    border: none;
}

.freturn-tfair {
    width: 100%;
    position: fixed;
    bottom: 0px;
    padding: 15px 0px;
    background: rgb(213, 0, 146);
    z-index: 1;
    border-top: 1px solid #fff;
    background: -moz-linear-gradient(left, rgba(213, 0, 146, 1) 0%, rgba(78, 56, 227, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(213, 0, 146, 1) 0%, rgba(78, 56, 227, 1) 100%);
    background: linear-gradient(to right, rgba(213, 0, 146, 1) 0%, rgba(78, 56, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d50092', endColorstr='#4e38e3', GradientType=1);
}

ul.fair-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.fair-list li {
    display: inline-block;
    width: 19%;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top;
}

ul.fair-list li:first-child {
    width: 25%;
}

ul.fair-list li:nth-child(2) {
    width: 20%;
    text-align: center;
}

ul.fair-list li:nth-child(3) {
    width: 10%;
    font-size: 24px;
    vertical-align: middle;
}

ul.fair-list li:nth-child(4) {
    width: 20%;
    text-align: center;
}

ul.fair-list li:nth-child(5) {
    width: 20%;
    text-align: right;
}

ul.fair-list li i {
    display: inline-block;
    float: left;
    margin: 0px 5px 0px 0px;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
}

ul.fair-list li .f-name,
ul.fair-list li .f-code {
    font-size: 14px;
}

ul.fair-list li .depart,
ul.fair-list li .arrive {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

ul.fair-list li .depart-time,
ul.fair-list li .arrive-time {
    font-size: 12px;
    font-weight: 300;
}

ul.fair-list li .arrow i {
    border: none;
}

ul.fair-list li .fsl-price,
ul.fair-list li .fsl-t-price {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
}

ul.fair-list li .fsl-price::before,
ul.fair-list li .fsl-t-price::before {
    content: "\f156";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -15px;
    width: 15px;
    text-align: left;
}

ul.fair-list li .fsl-t-price {
    font-size: 20px;
}

ul.fair-list li .ta-text {
    color: #a3a3a3;
    font-size: 12px;
}

ul.fair-list .btn-theme {
    font-size: 16px;
}
ul.top-link{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}
ul.top-link li{
    display: inline-block;
    font-size: 14px;
    line-height: 10px;
    border-left: 1px solid rgba(0,0,0,0.3);
    margin:10px 0px;
    padding: 0 5px 0 10px;
}
ul.top-link li:first-child{
    border: none;
}
ul.top-link li a{
    display: block;
}
.btn-outline-theme{
    border-color: #AA8000;
    background-color: transparent;
}
.btn.btn-outline-theme i{
    color:#AA8000;
}
.btn.btn-outline-theme:hover,
.btn.btn-outline-theme a:hover,
.btn.btn-outline-theme:hover a{
    background-color: #AA8000;
    color: #000;
    border-color: #AA8000;
}
.btn.btn-outline-theme:hover i{
    color: #000;
}
/* Etbootstrap css hack*/
.panel-info>.panel-heading{
    background: #f3f3f3;
    color: #444;
}
.panel-info{
    font-size: 12px;
}
.panel-info b{
    font-weight: 700;
}
.panel-info label{
    font-size: 12px;
    font-weight: 700;
}
.panel-info .fr{
    font-size: 14px;
}
/* Etbootstrap css hack end*/
.matrix {
    background-color: #f3f3f3;
    overflow: auto;
    border: none;
    padding: 0px;
    box-shadow: none;
    height: auto;
    margin: 0px;
}
ul.f-filter{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0px;
}
ul.f-filter li{
    display: inline-block;
    min-width: 100px;
    font-size: 16px;
    border-right: 1px solid #eee;
}
ul.f-filter li a.ft_cheaplink_sel{
    padding: 5px;
    width: 100%;
    display: block;
    border-radius: 0px;
    border: none;
}
ul.f-filter li a.ft_cheaplink_sel img,
ul.f-filter li a.ft_cheaplink_sel i{
    margin-right: 15px;
    float: left;
}
ul.f-filter li a.ft_cheaplink_sel .f-name{
    font-size: 16px;
    font-weight: 500;
}
ul.f-filter li a.ft_cheaplink_sel .price{
    font-size: 16px;
    font-weight: 700;
}

.bgc-bkblue div,
.bgc-bkblue{
    background-color: #AA1C00;
    border-radius: 2px;
    
}