/*
* Title:   Custom Style File
*/
* {
    font-family: 'Poppins', sans-serif;
}
.t-roboto {
    font-family: 'Roboto', sans-serif;
}
li.cc {
    display:inline-block;
}
li.cc > img {
    width: 40px;
}
.logo.navbar-brand a img {
    max-width: 200px;
    height: auto;
}
.foot-logo a img {
    width: 250px;
    padding: 20px;
}

.dest-thmb {
    min-height: 172px;
    min-width: 220px;
    max-height: 172px;
    max-width: 220px;
    object-fit: cover;
}

ul.search-tabs li a {
    font-size: 1.2em;
}
.search-tabs [class^="soap-icon"]:before, .search-tabs [class*=" soap-icon"]:before {
    font-size: 120%;
}
.search-tabs .soap-icon-plane-right:before {
    transform: rotate(-20deg);
}

.loading-subtext > * {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
    color: #fdb714;
}
.loading-subtext .stitle {
    font-size: 3em;
}

.loading-page-wrapper .logo {
    position: absolute;
    z-index: 6;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

/* Twitter Typehead (autocomplete) */
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {    /* used to be tt-dropdown-menu in older versions */
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 5px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

/*STARS RATINGS*/
.five-stars.s-0 { width: 0%; }
.five-stars.s-0-5 { width: 10.5%; }
.five-stars.s-1 { width: 20%; }
.five-stars.s-1-5 { width: 30%; }
.five-stars.s-2 { width: 40%; }
.five-stars.s-2-5 { width: 50%; }
.five-stars.s-3 { width: 60%; }
.five-stars.s-3-5 { width: 70%; }
.five-stars.s-4 { width: 80%; }
.five-stars.s-4-5 { width: 89.5%; }
.five-stars.s-5 { width: 100%; }

/*Star Rating*/
.icon-list {
    list-style: none;
    padding: 0;
}
.icon-list .fa {
    margin-right: 7px;
}
.icon-list-inline {
    margin-bottom: 0;
}
.icon-list-inline > li {
    display: inline-block;
    margin-right: 3px;
}
.icon-list-inline > li:last-child {
    margin-right: 0;
}
.icon-list-inline .fa {
    margin-right: 0;
}
.icon-group {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
}
.icon-group > li {
    float: left;
    margin-right: 5px;
}
.icon-group > li:last-child {
    margin-right: 0;
}

/*End of Star Rating*/

/*Hotel description*/
.hotel-desc {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.d-none {
    display: none;
}
.listing-style3.hotel figure img {
    height: 200px;
    object-fit: cover;
}

/*OFFSETS*/
.offset-5 { margin: 5px!important;}
.offset-10 { margin: 10px!important;}
.offset-15 { margin: 15px!important;}
.offset-20 { margin: 20px!important;}

.offset-top-0 { margin-top: 0!important; }
.offset-top-5  { margin-top: 5px!important;}
.offset-top-10 { margin-top: 10px!important;}
.offset-top-15 { margin-top: 15px!important;}
.offset-top-20 { margin-top: 20px!important;}
.offset-top-20 { margin-top: 25px!important; }
.offset-top-40 { margin-top: 40px!important; }
.offset-top-50 { margin-top: 50px!important; }

.offset-bottom-0 { margin-bottom: 0!important; }
.offset-bottom-5 { margin-bottom: 5px!important;}
.offset-bottom-10 { margin-bottom: 10px!important;}
.offset-bottom-15 { margin-bottom: 15px!important;}
.offset-bottom-20 { margin-bottom: 20px!important;}
.offset-bottom-30 { margin-bottom: 30px!important; }


.offset-left-5 { margin-left: 5px!important;}
.offset-left-10 { margin-left: 10px!important;}
.offset-left-15 { margin-left: 15px!important;}
.offset-left-20 { margin-left: 20px!important;}

.offset-right-5 { margin-right: 5px!important;}
.offset-right-10 { margin-right: 10px!important;}
.offset-right-15 { margin-right: 10px!important;}
.offset-right-20 { margin-right: 20px!important;}

/*PADDINGS*/
.padding-5 { padding: 5px!important;}
.padding-10 { padding: 10px!important;}
.padding-15 { padding: 15px!important;}
.padding-20 { padding: 20px!important;}
.padding-30 { padding: 30px!important; }

.padding-0{ padding-right:0!important; padding-left:0!important;}

.padding-top-5  { padding-top: 5px!important;}
.padding-top-10  { padding-top: 10px!important;}
.padding-top-15 { padding-top: 15px!important;}
.padding-top-20 { padding-top: 20px!important;}
.padding-top-30 { padding-top: 30px!important; }

.padding-bottom-5 { padding-bottom: 5px!important;}
.padding-bottom-10  { padding-bottom: 10px!important;}
.padding-bottom-15 { padding-bottom: 15px!important;}
.padding-bottom-20 { padding-bottom: 20px!important;}
.padding-bottom-25 { padding-bottom: 25px!important; }
.padding-bottom-30 { padding-bottom: 30px!important; }

.padding-left-0 { padding-left: 0!important; }
.padding-left-5 { padding-left: 5px!important;}
.padding-left-10  { padding-left: 10px!important;}
.padding-left-15 { padding-left: 15px!important;}
.padding-left-20 { padding-left: 20px!important;}
.padding-left-30 { padding-left: 30px!important; }

.padding-right-5 { padding-right: 5px!important;}
.padding-right-10  { padding-right: 10px!important;}
.padding-right-15 { padding-right: 15px!important;}
.padding-right-20 { padding-right: 20px!important;}
.padding-right-30 { padding-right: 30px!important; }

/*  --SPINNER--  */
.spinner-grid-dots {
    position: relative;
    width: 135px;
    height: 35px;
    margin: 0 auto;
}
.spinner-grid-dots div {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-animation: blink linear 1s infinite;
    -moz-animation: blink linear 1s infinite;
    -o-animation: blink linear 1s infinite;
    -ms-animation: blink linear 1s infinite;
    animation: blink linear 1s infinite;
    background: #fff;
}
.spinner-grid-dots div:nth-child(1),
.spinner-grid-dots div:nth-child(6),
.spinner-grid-dots div:nth-child(8) {
    -webkit-animation-delay: -0.666s;
    -moz-animation-delay: -0.666s;
    -o-animation-delay: -0.666s;
    -ms-animation-delay: -0.666s;
    animation-delay: -0.666s;
}
.spinner-grid-dots div:nth-child(2),
.spinner-grid-dots div:nth-child(5),
.spinner-grid-dots div:nth-child(7) {
    -webkit-animation-delay: -0.333s;
    -moz-animation-delay: -0.333s;
    -o-animation-delay: -0.333s;
    -ms-animation-delay: -0.333s;
    animation-delay: -0.333s;
}
.spinner-grid-dots div:nth-child(1),
.spinner-grid-dots div:nth-child(2),
.spinner-grid-dots div:nth-child(3) {
    top: 0;
}
.spinner-grid-dots div:nth-child(4),
.spinner-grid-dots div:nth-child(5),
.spinner-grid-dots div:nth-child(6) {
    top: 50px;
}
.spinner-grid-dots div:nth-child(7),
.spinner-grid-dots div:nth-child(8),
.spinner-grid-dots div:nth-child(9) {
    top: 100px;
}
.spinner-grid-dots div:nth-child(1),
.spinner-grid-dots div:nth-child(4),
.spinner-grid-dots div:nth-child(7) {
    left: 0;
}
.spinner-grid-dots div:nth-child(2),
.spinner-grid-dots div:nth-child(5),
.spinner-grid-dots div:nth-child(8) {
    left: 50px;
}
.spinner-grid-dots div:nth-child(3),
.spinner-grid-dots div:nth-child(6),
.spinner-grid-dots div:nth-child(9) {
    left: 100px;
}
@-moz-keyframes blink {
    0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
}
@-webkit-keyframes blink {
    0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
}
@-o-keyframes blink {
    0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
}
@keyframes blink {
    0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
}
/*  --/SPINNER--  */

/*Hotel details page*/
.hotel-room-cont {
    padding: 0px 15px 10px 15px;
}
.hotel-room-cont h4 {
    border-bottom: 1px solid #a0a0a0;
    font-weight: 600;
    padding-bottom: 7px;
}
.tripadv-bar.progress-bar-success {
    background-color: #2bbe9e;
}
.hotel-sort .sort-by-section .sort-bar li[data-sortorder="ASC"] a:before {
    display: block;
    margin-top: -2px;
}
.hotel-sort .sort-by-section .sort-bar li[data-sortorder="ASC"] a:after {
    display: none;
}
.hotel-sort .sort-by-section .sort-bar li[data-sortorder="DESC"] a:after {
    display: block;
    margin-top: 0;
}
.hotel-sort .sort-by-section .sort-bar li[data-sortorder="DESC"] a:before {
    display: none;
}
.hotel-list .image-box .box img {
    height: 160px;
}
.image-box .box img, .image-box.box img {
    width: 100%;
    /*height: 260px;*/
    object-fit: cover;
}
.filter-icon-display {
    height: 34px;
    background: #fff;
    line-height: 34px;
    font-size: 0.9167em;
}
.filter-icon-display > i {
    display: block;
    width: 34px;
    float: right;
    background: #fdb714;
    line-height: 34px;
    color: #fff;
    font-size: 1.5em;
}
.jpagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.jpagination>a,.jpagination>span {
    float: left;
    height: 32px;
    margin-right: 6px;
    text-align: center;
    font-size: 0.9167em;
    line-height: 32px;
    padding: 0 10px;
    color: #fff;
    border-radius: 0 !important;
    background: #d9d9d9;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.jpagination>span {
    cursor: not-allowed;
}

.jpagination a.jp-first, .jpagination a.jp-last, .jpagination a.jp-previous, .jpagination a.jp-next{
    padding: 9px 12px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.jpagination a.jp-first, .jpagination a.jp-last{
    font-weight: bold;
}
.jpagination a.jp-first:after {
    content: " First";
    font-family: helvetica, Arial, sans-serif;
}
.jpagination a.jp-first:before {
    content: "\f100";
}
.jpagination a.jp-last:before {
    content: "Last ";
    font-family: helvetica, Arial, sans-serif;
}
.jpagination a.jp-last:after {
    content: " Last >> ";
    content: "\f101";
}
.jpagination a.jp-previous:after {
    content: "\f104";
}
.jpagination a.jp-next:after {
    content: "\f105";
}
.jpagination a.jp-current {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color:#fdb714;
    border-color: #337ab7;
}
.jpagination>a:hover,
.jpagination>a:focus {
    color: #fff;
    background-color: #fdb714;
    border-color: #ddd;
    cursor: pointer;
}
.jpagination>a.jp-disabled,
.jpagination>a.jp-disabled:hover,
.jpagination>a.jp-disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.flight-view[aria-expanded="true"] {
    background: #98ce44;
}
/*.hotel-sort .sort-by-section .sort-bar li .sort-by-container > span.asc:after,
.hotel-sort .sort-by-section .sort-bar li .sort-by-rating > span.asc:after{
content: "↑";
color: #fff;
}
.hotel-sort .sort-by-section .sort-bar li .sort-by-container > span.desc:after,
.hotel-sort .sort-by-section .sort-bar li .sort-by-rating > span.desc:after{
content: "↓";
color: #fff;
}

.hotel-sort .sort-by-section .sort-bar .sort-by-container:before, .sort-by-section .sort-bar .sort-by-container:after {
border: none;
}*/


/*Time Picker*/
.bootstrap-timepicker-hour,
.bootstrap-timepicker-minute {
    width: 35px !important;
    color: #838383;
    background: #f5f5f5;
    border: none;
    line-height: normal;
    padding: 8px;
}
.bootstrap-timepicker-widget.dropdown-menu {
    background: #fdb714;
    /*background: #fff;*/
    border: 1px solid #fdb714;
    box-shadow: none;
}
.bootstrap-timepicker-widget.timepicker-orient-top.dropdown-menu:after {
    border-bottom: 6px solid #fdb714 !important;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom.dropdown-menu:after {
    border-top: 6px solid #fdb714 !important;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
    border-bottom: 7px solid rgba(253,183,20,0.2) !important;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    border-top: 7px solid rgba(253,183,20,0.2) !important;    
}
.bootstrap-timepicker-widget table td a {
    padding: 0;
    border: none;
    color: white;
}
.bootstrap-timepicker-widget table td a:hover,
.bootstrap-timepicker-widget table td a:focus
{
    background: rgba(255,255,255,.15);
}
.bootstrap-timepicker-widget table td a span {
    font-size: 3em;
}
/*Flight Details*/
#flight-details .flight-segment-hdr:not(:first-child) {
    border-top: 1px solid #f5f5f5;
}
.flight-segment-hdr {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 10px !important;
}
.flight-segment-hdr > div:not(:last-child) {
    padding-right: 5px;
}
/*Flight path*/
.flight-section-path-holder {
    width:50%;
}
.flight-section-title-holder {
    max-width: 40%;
}
.flight-section-path {
    position: relative;
    height: 60px;
    margin: 0 5px;
    width: auto;
}
.flight-section-path-line {
    position: absolute;
    top: 27px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dedede;
}
.flight-section-path-icon {
    margin-bottom: 9px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flight-section-path-line-start,
.flight-section-path-line-end,
.flight-section-path-line-middle,
.flight-section-path-line-middle-1,
.flight-section-path-line-middle-2 {
    position: absolute;
    left: -15px;
    text-align: center;
    width: 30px;
}
.flight-section-path-line-end {
    right: -15px;
    left: auto;
}
.flight-section-path-line-end .flight-section-path-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.flight-section-path-line-middle,
.flight-section-path-line-middle-1,
.flight-section-path-line-middle-2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.flight-section-path-line-middle .flight-section-path-line-dot,
.flight-section-path-line-middle-1 .flight-section-path-line-dot,
.flight-section-path-line-middle-2 .flight-section-path-line-dot {
    background: #999;
}
.flight-section-path-line-middle .flight-section-path-icon,
.flight-section-path-line-middle-1 .flight-section-path-icon,
.flight-section-path-line-middle-2 .flight-section-path-icon {
    visibility: hidden;
}
.flight-section-path-line-middle-1 {
    left: 33%;
    -webkit-transform: traslateX(-33%);
    -moz-transform: traslateX(-33%);
    -o-transform: traslateX(-33%);
    -ms-transform: traslateX(-33%);
    transform: traslateX(-33%);
}
.flight-section-path-line-middle-2 {
    left: 66%;
    transfrom: translateX(-66%);
}
.flight-section-path-line-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0093d2;
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
}
.flight-section-path-line-title {
    font-size: 9px;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
}
.flight-section-path-fly-time {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.flight-section-path-fly-time > p {
    font-size: 12px;
    /*opacity: 0.65;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
}
.flight-section-path-stops-count {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 13px;
    font-size: 9px;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}
#flight-details .flights:last-child {
    padding-bottom:10px;    
}
.flight .details .details-wrapper > .first-row:first-child > div {
    border-bottom: none;
}
.chdagediv:empty,
.InfSeatDiv:empty
{
    display: none;
}
.chdagediv:not(:empty),
.InfSeatDiv:not(:empty)
{
    display: block;
}
.checkbox label, .checkbox.label {
    font-size: 1.0833em !important;
}
/*.rm-row:nth-child(even) {
background: #f5f5f5;
}
.rm-row:nth-child(odd) {
background: #FFF;
}*/
h5.rmno-lbl {
    position: relative;
    padding: 0 15px;
    text-transform: uppercase;
    z-index: 1;
    margin: 0 0 10px 10px;
}
.rmno-lbl:before {
    border-top: 1px solid #dfdfdf;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    /*width: 95%;*/
    z-index: -1;
}
.rmno-lbl > span:first-child { 
    /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff; 
    padding: 0 10px 0; 
}
.listing-style3.flight figure span img {
    max-width: 130px;
    width: 100%
}

.alert-container {
    display: none;
    position: fixed;
    top: 8%;
    right: 2%;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    min-width: 300px;
    z-index: 10001;
}
.alert-container .alert-header {
    display: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.alert-container .alert-header span {
    margin-left: 7px;
}
.alert-container .alert-message {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.35rem;
}

.alert-container.alert-danger .alert-header.error {
    display: block;
    border-color: #721c24;
}
.alert-container.alert-success .alert-header.success {
    display: block;
    border-color: #155724;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb !important;
    box-shadow: 0px 0px 14px #000;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb !important;
    box-shadow: 0px 0px 14px #000;
}

.noFiltersFound {
    display: none;
    padding: 13px 5px 3px 5px;
    border-radius: 2px;
    border: 1px solid #dedede;
}
.constant-column-2 .errMsg {
    width: 100%;
    margin-top: -3%;
}
.popup-content .booking-details .timing {
    font-size: 1em;
}

.airline-cb, .stops-cb, .connection-cb-a {
    cursor: pointer;
}

/*country details*/
.country-0bg {
    background-color: #ffffff;
    border: 15px solid #f5f5f5;
    padding: 15px;
}
.country-bann:before {
    position: absolute;
    content: '';
    background-color: #00000082;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.country-bann .container {
    position: relative;
    z-index: 3;
}
.main-content .box.row img { 
    width: 100%;
}
.popup-content .page-title-container {
    display: none;
}
.tog-p {
    display: none;
}
.read-more, .see-less {
    cursor: pointer;
    color: #01b7f2;
    font-style: italic;
}
.width-100 {
    width: 100%;
}

button[disabled], html input[disabled] {
    opacity: 0.5;
}
.iti {
    width: 100%;
}
.disp-inl {
    display: inline;
}

#booking .filter-section button:focus {
    outline: none;
}
#booking .filter-section button.active {
    color: #fff !important;
}

.ph-table-summary > li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d9d9d9;
    position: relative;
    color: #808080;
}
.ph-table-summary> li > span {
    color: #4d4d4d;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
}
.allHotels {
    margin-bottom: 25px;
}
.page-title-container.history {
    background: #fff;
    border: 5px solid #f5f5f5;
    height: 68px;
    padding-left: 15px;
}
.page-title-container.history li a {
    color: #01b7f2;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;


}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

ul.check-circle.pricing li:before, ul.check-circle.filter-duration li:before{
    content: "";
    border: 2px solid #fdb714;
    background: #fff;
}
ul.check-circle.pricing li.active:before, ul.check-circle.filter-duration li.active:before {
    content: "\e8ba";
    border: 2px solid #fdb71400;
    background: #fdb714;
}

.new-theme-filter .flight-time {
    padding: 15px 5px 10px 5px;
    transition: all 0.35s ease;
    border: 1px solid #e6e6e6;
}
.new-theme-filter .flight-time:hover {
    cursor: pointer;
    background: #01b7f2 !important;
    color: #fff !important;
}
.new-theme-filter .flight-time .flight-time-divider {
    border-bottom: 1px solid #e6e6e6;
    width: 40%;
    margin: 10px auto;
}
.new-theme-filter .flight-time.active  {
    background: #01b7f2 !important;
    color: #fff !important;
}
.new-theme-filter .flight-time.active h4 {
    color: #fff !important;
}
._bl-n {
    border-left: none !important;
}
._brtl-5 {
    border-top-left-radius: 5px !important;
}
._brbl-5 {
    border-bottom-left-radius: 5px !important;
}
._brbr-5 {
    border-bottom-right-radius: 5px !important;
}
._brtr-5 {
    border-top-right-radius: 5px !important;
}

.inline-loader-div {
    position: absolute;
    z-index: 2;
    height: 100vh;
}
.inline-loader {
    position: relative;
    top: 50%;
    left: 50%;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 10px;
}
.inline-loader.bordered {
    border: 1px solid #fdb714;
    background-color: #fff;
    box-shadow: 0 0 2px 0 #b1a485;
}

.header-gradient-overlay {
    background: rgb(0,24,49);
    background: -moz-linear-gradient(180deg, rgba(0,24,49,1) 0%, rgba(20,101,219,0) 90%);
    background: -webkit-linear-gradient(180deg, rgba(0,24,49,1) 0%, rgba(20,101,219,0) 90%);
    background: linear-gradient(180deg, rgba(0,24,49,1) 0%, rgba(20,101,219,0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001831",endColorstr="#1465db",GradientType=1);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 30vh;
    z-index: 100;
    display: block;
}
.main-header {
    margin-top: 10px;
}
.logo.navbar-brand {
    margin-top: 18px !important;
}
.main-header-wrapper {
    position: absolute;
    width: 100%;
    z-index: 101;
}
#header .topnav {
    background: transparent;
}
.membership {
    border-bottom: 1px solid #ffffff42;
    margin-left: 30%;
}
.membership img {
    width: 40px;
    object-fit: contain;
    margin-right: 5px;
    margin-top: -18px;
}
.membership a {
    margin-left: 10px;
}
.membership img.atol {
    width: 30px;
}
.member-text {
    line-height: 1;
}
#main-menu ul.new-menu  {
    padding-top: 10px;
}
#main-menu ul.new-menu > li > a, .chaser ul.new-menu > li > a, .login-reg {
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    font-weight: 300;
}

.my-account {
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
}
.tp-leftarrow.default, .tp-rightarrow.default {
    z-index: 102 !important;
}
.tp-leftarrow.default:before {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    font-weight: 900;
}
.tp-rightarrow.default:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
} 
.search-box-new {
    width: 100%;
    padding: 20px 0;
    background: #00000060;
    height: 170px;
    display: block;
    position: relative;
    margin-top: -170px;
}
.search-new-container {
    position: absolute;
    background: #000000a1;
    width: 100%;
    height: 170px;
    z-index: 999;
    bottom: 0;
    padding: 20px 0;
}
.search-box-new img {
    margin-right: 3px;
}
.search-box-new .offer-link img{
    width: 25px;
}
.search-box-new .search-links {
    font-size: 20px;
    font-weight: bold;
}
.search-links.active:after {
    content: '';
    width: 46%;
    display: block;
    margin-top: 3px;
    margin-left: 35px;
    height: 6px;
    background: rgb(249,87,44);
    background: -moz-linear-gradient(90deg, rgba(249,87,44,1) 0%, rgba(245,80,38,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(249,87,44,1) 0%, rgba(245,80,38,1) 100%);
    background: linear-gradient(90deg, rgba(249,87,44,1) 0%, rgba(245,80,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9572c",endColorstr="#f55026",GradientType=1);
}
.search-box-inputs {
    margin-top: 20px;
    margin-bottom: 10px;

}
.search-box-inputs input {
    width: 234px;
    height: 56px;
    border: 4px solid #fff;
    padding: 3px 5px 3px 10px;
    border-radius: 5px;
    transition: all 100ms ease-in;
    font-size: 16px;
    text-transform: capitalize;
    color: #afafaf;
}


.search-box-inputs input:focus {
    color: #838383;
    border: 4px solid #fd6522;
    outline: none;
}
.search-box-inputs .right-icon {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 16px;
    color: #afafaf;
    height: 100%;
    line-height: 38px;
    padding: 10px;
}
.search-box-inputs button.submit {
    width: 234px;
    height: 56px;
    padding: 3px 5px 3px 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.search-box-inputs button.submit:focus {
    outline-color: #f55026;
}
.search-box-inputs .right-icon:hover {
    cursor: pointer;
}
#advanced-search {
    color: #fff;
    font-size: 14px;
    width: 100%;
}
.search-box-advanced {
    margin-top: 10px;
}
.adv-container {
    width: 1208px;
    margin: 0 auto;
}
.adv-search-btn {
    font-size: 14px;
}
.advanced-less {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
}
.advanced-less:hover {
    cursor: pointer;
}
.destination-dropdown {
    width: 320px;
    max-height: 500px;
    overflow-y: auto;
    margin-top: 10px;
}
.destination-dropdown a.dropdown-item {
   padding: 15px 0px 15px 20px;
    border-bottom: 1px solid #d3d3d3;
    font-size: 16px;
}
.destination-dropdown a.dropdown-item:last-child {
    border-bottom: 1px solid #fff;
}
.destination-dropdown a.active {
    opacity: 0.9;
}
.destination-dropdown a:hover {
    color: #0E1A2A;
    cursor: pointer;
}
.destination-dropdown a span {
    color: #FB8047;
    margin-right: 10px;
}
.destination-dropdown a span svg{
    transform: rotate(-40deg);
}
.input-container.open input{
    border: 4px solid #fd6522;
}
.input-container.onFocus:after, .input-container.open:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 12.5px 0 12.5px;
    border-color: #ffffff transparent transparent transparent;
    line-height: 0px;
    _border-color: #ffffff #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    bottom: -7px;
    left: 36px;
}
.date-dropdown {
    width: 800px;
    padding-top: 30px;
    left: -100%;
    margin-top: 10px;
}
.date-dropdown .date-picker-wrapper .month-wrapper, .date-dropdown .date-picker-wrapper .month-wrapper table{
    width: 100% !important;
    border: unset;
}

.date-dropdown .date-picker-wrapper .month-wrapper table .day {
    padding: 0;
    margin: 2px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
}
.date-dropdown .date-picker-wrapper .month-wrapper table .day:hover {
    background: #FCEAE6;
}
.date-dropdown .date-picker-wrapper .month-wrapper table .day.checked {
    background: #FCEAE6;
    color: #FE886A;
}
.date-dropdown .date-picker-wrapper .first-date-selected, .date-dropdown .date-picker-wrapper .last-date-selected {
    background: #FE886A !important;
    color: #FFF !important;
}
.date-dropdown .date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
    font-weight: 400;
}
.date-dropdown .date-picker-wrapper .month-wrapper table .week-name th {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    padding: 13px 0;
}
.date-dropdown .date-picker-wrapper .month-wrapper table th {
    color: #FE886A !important;
}
.date-dropdown .date-picker-wrapper .month-element {
    font-size: 20px;
    text-transform: capitalize;
}
.date-dropdown .date-picker-wrapper {
    background: #fff;
    border: unset;
}
.date-dropdown .date-picker-wrapper table .caption{
    border-bottom: 1px solid #f2d2ca;
    margin-bottom: 15px;
}
.date-dropdown .select-container label{
    padding-top: 34px;
    font-size: 17px;
    font-weight: 500;
}
.date-dropdown .date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-dropdown .date-picker-wrapper .month-wrapper table .day.lastMonth { 
    display:block;
}
.date-dropdown .select-container select {
    padding: 4px 20px;
    font-size: 18px;
    width: 100% !important;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    height: 50px;
    margin-top: 10px;
}
.close-dropdown {
    padding-top: 10px;
    border-top: 1px solid #d3d3d3;
    padding-bottom: 15px;
    width: 95%;
    margin: 0 auto;
}
.close-dropdown .btn {
    padding-top: 10px;
    border: 1px solid #fe886a;
    background: #fff;
    color: #fe886a;
    height: 45px;
    padding: 10px 30px;
    transition: all 0.1s ease-in;
}
.close-dropdown .btn:hover {
    background: #ffa690;
    color: #fff;
}
.guest-dropdown {
    width: 800px;
    padding-top: 30px;
    left: -200%;
    margin-top: 10px;
    max-height: 450px;
    overflow-y: auto;
}
.guest-dropdown input.input-number {
    height: 30px;
    width: 30px;
    border: 1px solid #fe886a;
    text-align: center;
    padding: 0;
    color: #fe886a;
}
.guest-dropdown .btn-number {
    background: #FE886A;
    color: #fff;
    border-radius: 0;
    border-color: #FE886A;
    line-height: 1.5;
    height: 30px;
    width: 30px;
    padding: 0;
}
.guest-dropdown .btn-number span {
    font-size: 20px;
}
.guest-dropdown .sub-title-row {
        font-weight: 600;
    font-size: 17px;

}
.guest-dropdown .child-age {
    height: 50px;
    border: 1px solid #a8a8a8;
    padding-top: 17px;
    width: 80px;
    padding-bottom: 0;
    font-size: 18px;
    color: #000;
}
.guest-dropdown .age-label {
    position: absolute;
    top: 4px;
    font-size: 11px;
    font-weight: 300;
    left: 11px;
}
.guest-dropdown .room-row{
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.guest-dropdown .room-row:not(:last-child) {
    border-bottom: 1px solid #d3d3d3;
}
button.add-room, button.remove-room {
    background: none;
    color: #565656;
    font-size: 16px;
}
.guest-dropdown .child-age-container{
    display: none;
}