@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap);

@charset "utf-8"@font-face {
    font-family: 'Beyond';
    src: url(../fonts/beyond_the_mountains.otf) format('truetype'), url(../fonts/beyond_the_mountains.ttf) format('opentype')
}

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

body {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFF;
    color: #a5a5a5
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style: none;
    margin-bottom: 0
}

p {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

p a:active {
    position: relative;
    color: tomato
}

p a:hover {
    color: #FFF;
    background: #ffa07f
}

p a:hover::after {
    opacity: .2
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px;
    color: #000
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

#room-list {
    color: #444
}

.form-control {
    color: #000
}

section {
    display: block;
    position: relative;
    box-sizing: border-box
}

.clear {
    clear: both
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

.clearfix {
    zoom: 1
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.fill_height {
    height: 100%
}

.super_container {
    width: 100%;
    overflow: hidden
}

.prlx_parent {
    overflow: hidden
}

.prlx {
    height: 130% !important
}

.nopadding {
    padding: 0 !important
}

.button {
    display: inline-block;
    height: 53px;
    border-radius: 27px;
    overflow: hidden
}

.button_bcg {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, royalblue royalblue, royalblue);
    z-index: -1;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.button:hover .button_bcg {
    left: -100%
}

.button a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 53px;
    padding-left: 46px;
    padding-right: 46px;
    white-space: nowrap;
    z-index: 2
}

.button span {
    display: inline-block;
    vertical-align: middle;
    width: 5.75px;
    height: 5.63px;
    background: #FFF;
    border-radius: 50%;
    margin-right: 2px
}

.button span:first-child {
    margin-left: 10px
}

.button span:nth-child(2) {
    opacity: .6
}

.button span:last-child {
    opacity: .4;
    margin-right: 0
}

.header {
    position: fixed;
    width: 100%;
    background: rgba(54, 19, 84, .6);
    z-index: 12
}

.header.scrolled {
    background: rgba(54, 19, 84, .85)
}

.top_bar {
    width: 100%;
    height: 36px;
    background: #350a4e;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.header.scrolled .top_bar {
    visibility: hidden;
    opacity: 0;
    height: 0
}

.phone {
    display: inline-block;
    margin-right: 36px;
    line-height: 36px;
    font-size: 10px;
    font-weight: 600;
    color: #FFF
}

.social_list_item {
    position: relative;
    display: inline-block;
    margin-right: 3px
}

.social_list_item:last-child {
    margin-right: 0
}

.social_list_item a {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px
}

.social_list_item:hover a i {
    color: #fa9e1c
}

.social_list_item a i {
    font-size: 12px;
    color: #FFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.social_list_item a:hover {
    color: #FFF
}

.user_box_link {
    display: inline-block
}

.user_box_register.user_box_link {
    color: #fff;
    padding-top: 6px
}

.user_box_link a {
    display: block;
    font-size: 10px;
    line-height: 36px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase
}

.user_box_link a:hover {
    color: #fa9e1c
}

.user_box_login {
    margin-right: 15px
}

.user_box_login::after {
    display: block;
    position: absolute;
    top: 15px;
    right: -9px;
    background: #FFF;
    width: 1px;
    height: 9px;
    content: ''
}

.main_nav_col {
    /*height:143px;*/
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.header.scrolled .main_nav_col {
    height: 100px
}

@media(min-width:1024px) {

    .airport_pages_nav:hover+ul.dropdown-menu,
    .airport_types_nav:hover+ul.dropdown-menu {
        display: block !important
    }

    .airport_pages_nav+ul.dropdown-menu:hover,
    .airport_types_nav+ul.dropdown-menu:hover {
        display: block !important
    }
}

.logo_container {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
}

.header.scrolled .logo_container {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.logo a {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #f4f4f8;
    font-weight: 800;
    text-transform: uppercase
}

.logo a img {
    width: 246px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.main_nav_item {
    position: relative;
    display: inline-block;
    margin-right: 40px
}

.main_nav_item:last-child {
    margin-right: 0
}

.main_nav_item a {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #330a4a;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px
}

.main_nav_item::after {
    display: block;
    position: absolute;
    left: -1px;
    bottom: -11px;
    width: calc(100%+2px);
    height: 2px;
    background: linear-gradient(to right, royalblue royalblue);
    content: '';
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.main_nav_item:hover::after {
    opacity: 1
}

.content_search {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    cursor: pointer
}

.header.scrolled .content_search {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.mag_glass {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.content_search img {
    width: 17px;
    height: 17px
}

.content_search:hover .mag_glass {
    fill: #fa9e1c
}

.search_form {
    position: absolute;
    right: 15px;
    top: 120px;
    width: 237px;
    height: 40px;
    visibility: hidden;
    opacity: 0
}

.search_form.active {
    top: 105px;
    visibility: visible;
    opacity: 1
}

.search_content_input {
    width: 100%;
    height: 100%;
    background: #FFF;
    color: #1b0b32;
    padding-left: 20px;
    outline: none !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15)
}

.bez_1 {
    -webkit-transition: all .3s cubic-bezier(.7, 0, .3, 1);
    -moz-transition: all .3s cubic-bezier(.7, 0, .3, 1);
    -ms-transition: all .3s cubic-bezier(.7, 0, .3, 1);
    -o-transition: all .3s cubic-bezier(.7, 0, .3, 1);
    transition: all .3s cubic-bezier(.7, 0, .3, 1)
}

.hamburger {
    display: none;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    cursor: pointer;
    margin-left: 20px
}

.header.scrolled .hamburger {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.hamburger i {
    font-size: 24px;
    color: #FFF
}

.hamburger:hover i {
    color: #fa9e1c
}

.menu.trans_500 {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: none
}

.menu.trans_500.active {
    display: block
}

.mble-menu {
    display: none
}

.menu.active {
    opacity: .95;
    visibility: visible
}

.menu.active .mble-menu {
    display: block
}

.menu_content {
    width: 100%;
    height: 100%
}

.menu_item {
    position: relative;
    margin-bottom: 3px
}

.menu_item:last-child {
    margin-bottom: 0
}

.menu_logo {
    margin-bottom: 28px
}

.menu_logo a img {
    width: 40px !important
}

.menu_item a {
    display: inline-block;
    position: relative;
    font-family: 'Beyond';
    font-size: 36px;
    color: #FFF;
    font-weight: 400
}

.menu_item a::after {
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    width: 0;
    height: 4px;
    background: #FFF;
    letter-spacing: 2px;
    content: '';
    z-index: 10;
    pointer-events: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 400ms ease
}

.menu_item:hover a::after {
    width: 100%
}

.menu_close_container {
    position: absolute;
    top: 94px;
    right: 122px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    z-index: 100;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mble-menu {
    margin-top: 0 !important
}

.menu_close {
    top: 9px;
    width: 21px;
    height: 3px;
    background: #FFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.menu_close::after {
    display: block;
    position: absolute;
    top: -9px;
    left: 9px;
    content: '';
    width: 3px;
    height: 21px;
    background: #FFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
    background: #fa9e1c
}

.home {
    width: 100%;
    height: 100vh
}

.home_slider_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    z-index: 10;
    background: #31124b
}

.home_slider {
    width: 100%;
    height: 500px
}

.home_slider_item {
    width: 100%;
    height: 100%
}

.home_slider_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.home_slider_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11
}

.home_slider_content h1 {
    margin-bottom: 0
}

.home_slider_content h1:first-child {
    font-size: 112px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase
}

.home_slider_content h1:nth-child(2) {
    font-family: 'Beyond';
    font-size: 100px;
    color: #FFF;
    margin-top: -34px
}

.home_slider_content h2 {
    margin-bottom: 0
}

.home_slider_content h2:first-child {
    font-size: 112px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase
}

.home_slider_content h2:nth-child(2) {
    font-family: 'Beyond';
    font-size: 100px;
    color: #FFF;
    margin-top: -34px
}

.home_slider_button {
    margin-top: 70px
}

.home_slider_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer
}

.home_slider_prev {
    left: 50px
}

.home_slider_next {
    right: 50px
}

.home_slider_prev:hover .nav_path,
.home_slider_prev:hover .nav_arrow {
    fill: url(#home_grad_prev)
}

.home_slider_next:hover .nav_arrow,
.home_slider_next:hover .nav_path {
    fill: url(#home_grad_next)
}

.home_slider_dots {
    position: absolute;
    right: 50px;
    bottom: 45px;
    z-index: 10
}

.home_slider_custom_dot {
    display: inline-block;
    position: relative;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.home_slider_custom_dot:hover {
    color: #fa9e1c
}

.home_slider_custom_dot:hover.active div {
    border-color: #fa9e1c
}

.home_slider_custom_dot.active {
    padding-left: 13px;
    padding-right: 9px;
    margin-right: 3px
}

.home_slider_custom_dot div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px transparent;
    border-radius: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.home_slider_custom_dot.active div {
    border: solid 2px #FFF
}

.search {
    width: 100%;
    height: 135px;
    background: linear-gradient(to right, royalblue royalblue);
    z-index: 10
}

.search_tabs_container {
    position: absolute;
    bottom: 100%;
    left: 15px;
    width: calc(100% - 30px)
}

.search_tabs {
    height: 40px
}

.search_tab {
    font-size: 14px;
    font-weight: 700;
    color: #2d2c2c;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    flex-grow: 1;
    background: #FFF;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.search_tab img {
    margin-right: 10px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.search_tab:first-child {
    border-top-left-radius: 94px;
    padding-left: 7px
}

.search_tab:last-child {
    border-top-right-radius: 94px;
    padding-right: 7px
}

.search_tab.active {
    background: royalblue;
    color: #FFF
}

.search_tab.active img {
    -webkit-filter: brightness(200%) grayscale(100%);
    -moz-filter: brightness(200%) grayscale(100%);
    -ms-filter: brightness(200%) grayscale(100%);
    -o-filter: brightness(200%) grayscale(100%);
    filter: brightness(200%) grayscale(100%)
}

.search_tab:hover {
    background: royalblue;
    color: #FFF
}

.search_tab:hover img {
    -webkit-filter: brightness(200%) grayscale(100%);
    -moz-filter: brightness(200%) grayscale(100%);
    -ms-filter: brightness(200%) grayscale(100%);
    -o-filter: brightness(200%) grayscale(100%);
    filter: brightness(200%) grayscale(100%)
}

.search_panel {
    display: none !important;
    width: 100%;
    height: 100%
}

.search_panel.active {
    display: flex !important
}

.search_panel_content {
    width: 100%;
    height: 100%
}

.search_input {
    width: 100%;
    height: 46px;
    border: 0;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #929191
}

.search_item label,
.search_item div {
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 14px
}

.dropdown_item_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/dropdown.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: solid 1px #FFF;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.dropdown_item_select::-ms-expand {
    display: none
}

.dropdown_item_select:hover {
    border: solid 1px #fa9e1c
}

.dropdown_item_select:focus {
    outline-color: #fa9e1c
}

.search_button {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 53px;
    padding-left: 46px;
    padding-right: 46px;
    background: #31124b;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    border: 0;
    outline: 0;
    cursor: pointer
}

.section_title {
    font-size: 30px;
    color: #2d2c2c;
    margin-top: 0;
    margin-bottom: 0
}

.intro {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 105px;
    top: 10px
}

.intro_title {
    font-weight: 700;
    color: #2d2c2c;
    margin-top: -14px
}

.intro_text {
    margin-top: 21px
}

.intro_text p {
    font-size: 24px;
    font-style: italic;
    color: #929191;
    line-height: 1.336;
    margin-bottom: 0
}

.intro_items {
    margin-top: 69px
}

.intro_item {
    width: 100%;
    height: auto !important
}

.intro_item_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(49, 18, 75, .55)
}

.intro_item_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.intro_item_content {
    width: 100%;
    height: 100%;
    z-index: 3
}

.intro_date {
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    padding-left: 39px;
    padding-right: 39px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    color: #FFF;
    line-height: 27px;
    background: #fa9e1c;
    border-radius: 14px
}

.intro_button {
    position: absolute;
    bottom: 51px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.intro_center {
    min-height: 185px
}

.intro_center h1 {
    font-size: 59px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: -.05em
}

.intro_price {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    margin-top: -4px
}

.rating {
    margin-top: 10px
}

.rating i {
    font-size: 19px;
    margin-right: 4px
}

.rating i:last-child {
    margin-right: 0
}

.rating_1 i:first-child {
    color: #ffeb8d
}

.rating_2 i:first-child {
    color: #ffeb8d
}

.rating_2 i:nth-child(2) {
    color: #fed46b
}

.rating_3 i:first-child {
    color: #ffeb8d
}

.rating_3 i:nth-child(2) {
    color: #fed46b
}

.rating_3 i:nth-child(3) {
    color: #fbb53d
}

.rating_4 i:first-child {
    color: #ffeb8d
}

.rating_4 i:nth-child(2) {
    color: #fed46b
}

.rating_4 i:nth-child(3) {
    color: #fbb53d
}

.rating_4 i:nth-child(4) {
    color: #fa9e1b
}

.rating_5 i:first-child {
    color: #ffeb8d
}

.rating_5 i:nth-child(2) {
    color: #fed46b
}

.rating_5 i:nth-child(3) {
    color: #fbb53d
}

.rating_5 i:nth-child(4) {
    color: #fa9e1b
}

.rating_5 i:nth-child(5) {
    color: #ef910a
}

.cta {
    padding-top: 125px;
    padding-bottom: 116px;
    background: linear-gradient(to right, royalblue royalblue)
}

.cta_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .27
}

.cta_item {
    padding-top: 75px;
    padding-bottom: 61px;
    padding-left: 90px;
    padding-right: 90px;
    background: #FFF
}

.cta_title {
    font-size: 30px;
    font-weight: 700;
    color: #2d2c2c;
    text-transform: uppercase
}

.cta_text {
    font-weight: 600;
    line-height: 2.29;
    margin-top: 14px;
    margin-bottom: 0
}

.cta_button {
    margin-top: 38px
}

.rating_r i::before {
    font-family: 'FontAwesome';
    content: "\f006";
    font-style: normal;
    font-size: 19px;
    margin-right: 4px
}

.rating_r_1 i:first-child::before {
    color: #ffeb8d;
    content: "\f005"
}

.rating_r_2 i:first-child::before {
    color: #ffeb8d;
    content: "\f005"
}

.rating_r_2 i:nth-child(2)::before {
    color: #fed46b;
    content: "\f005"
}

.rating_r_3 i:first-child::before {
    color: #ffeb8d;
    content: "\f005"
}

.rating_r_3 i:nth-child(2)::before {
    color: #fed46b;
    content: "\f005"
}

.rating_r_3 i:nth-child(3)::before {
    color: #fbb53d;
    content: "\f005"
}

.rating_r_4 i:first-child::before {
    content: "\f005"
}

.rating_r_4 i:nth-child(2)::before {
    content: "\f005"
}

.rating_r_4 i:nth-child(3)::before {
    content: "\f005"
}

.rating_r_4 i:nth-child(4)::before {
    content: "\f005"
}

.rating_r_5 i:first-child::before {
    color: #ffeb8d;
    content: "\f005"
}

.rating_r_5 i:nth-child(2)::before {
    color: #fed46b;
    content: "\f005"
}

.rating_r_5 i:nth-child(3)::before {
    color: #fbb53d;
    content: "\f005"
}

.rating_r_5 i:nth-child(4)::before {
    color: royalblue;
    content: "\f005"
}

.rating_r_5 i:nth-child(5)::before {
    color: #ef910a;
    content: "\f005"
}

.cta_slider_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer
}

.cta_slider_prev {
    left: -75px
}

.cta_slider_next {
    right: -75px
}

.cta_slider_prev:hover .nav_path,
.cta_slider_prev:hover .nav_arrow {
    fill: url(#cta_grad_prev)
}

.cta_slider_next:hover .nav_path,
.cta_slider_next:hover .nav_arrow {
    fill: url(#cta_grad_next)
}

.offers {
    width: 100%;
    padding-bottom: 43px;
    background: #f3f6f9;
    top: 25px;
    padding-top: 35px
}

.offers_items {
    margin-top: 90px
}

.offers_col {
    margin-bottom: 83px
}

.offers_image_container {
    width: 100%;
    height: 100%
}

.offers_image_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.offer_name {
    position: absolute;
    right: 0;
    bottom: 55px;
    width: 132px;
    height: 25px;
    background: #fa9e1b8c;
    overflow: hidden;
    z-index: 10;
    left: auto
}

.offer_name a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 28px;
    padding-left: 10px
}

.offers_price {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #eda84a;
    line-height: 25px
}

.offers_price span {
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.offers_rating i::before {
    font-size: 13px;
    margin-right: 2px
}

.offers_text {
    font-size: 14px;
    font-weight: 400;
    color: #929191;
    margin-top: 16px
}

.offers_icons {
    margin-top: 17px
}

.offers_icons_item {
    display: inline-block;
    margin-right: 15px
}

.offers_icons_item:last-child {
    margin-right: 0
}

.offers_link {
    text-align: right;
    margin-top: 54px
}

.offers_link a {
    font-size: 12px;
    font-weight: 700;
    color: #2d2c2c;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.offers_link a:hover {
    color: royalblue;
}

.testimonials {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    background: #FFF
}

.test_border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, royalblue royalblue)
}

.test_slider_container {
    width: 100%;
    margin-top: 20px
}

.test_item {
    padding-top: 36px
}

.test_icon {
    position: absolute;
    top: 0;
    left: 41px;
    width: 72px;
    height: 72px;
    background: royalblue;
    border-radius: 50%;
    overflow: hidden
}

.test_icon img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto !important
}

.test_content_container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44.1%;
    background: rgba(49, 18, 75, .8)
}

.test_content {
    width: 100%;
    height: 100%;
    padding-left: 38px;
    padding-top: 44px;
    padding-right: 40px
}

.test_item_info {
    position: absolute;
    left: 41px;
    bottom: calc(100% - 18px);
    background: #FFF;
    padding-left: 20px;
    padding-right: 21px;
    padding-top: 9px;
    padding-bottom: 10px;
    z-index: 10
}

.test_name {
    font-size: 14px;
    font-weight: 700;
    color: #2d2c2c;
    text-transform: uppercase
}

.test_date {
    font-size: 11px;
    margin-top: 2px;
    color: #2d2c2c;
    padding-left: 2px
}

.test_quote_title {
    font-size: 19px;
    font-weight: 500;
    color: #FFF;
    padding-left: 3px
}

.test_quote_text {
    font-weight: 500;
    color: #FFF;
    margin-top: 11px;
    font-size: 11px
}

.test_slider_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer
}

.test_slider_nav .nav_path,
.test_slider_nav .nav_arrow {
    fill: #c4ced2
}

.test_slider_prev {
    left: -75px
}

.test_slider_next {
    right: -75px
}

.test_slider_prev:hover .nav_path,
.test_slider_prev:hover .nav_arrow {
    fill: url(#test_grad_prev)
}

.test_slider_next:hover .nav_path,
.test_slider_next:hover .nav_arrow {
    fill: url(#test_grad_next)
}

.trending {
    width: 100%;
    padding-top: 105px;
    padding-bottom: 50px
}

.trending_container {
    margin-top: 90px
}

.trending_item {
    margin-bottom: 55px
}

.trending_image {
    width: 82px;
    height: 76px;
    float: left
}

.trending_image img {
    width: 100%
}

.trending_content {
    padding-left: 94px
}

.trending_title {
    margin-top: -5px
}

.trending_title a {
    font-size: 16px;
    font-weight: 700;
    color: #2d2c2c;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trending_title a:hover {
    color: #fa9e1b
}

.trending_price {
    font-size: 14px;
    font-weight: 700;
    color: royalblue;
    margin-top: 2px
}

.trending_location {
    font-size: 14px;
    font-weight: 400;
    color: #929191;
    text-transform: uppercase;
    margin-top: 5px
}

.contact {
    width: 100%;
    padding-bottom: 105px
}

.contact_background {
    position: absolute;
    bottom: -34px;
    left: 0;
    width: 100%;
    height: 104%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.contact_title {
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase
}

.contact_form_container {
    padding-top: 74px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 88px;
    background: linear-gradient(to top right, royalblue royalblue)
}

.contact_form {
    margin-top: 52px;
    font-size: 0
}

.input_field {
    height: 48px;
    font-size: 12px;
    font-weight: 400;
    border: 0;
    outline: 0;
    background: transparent;
    color: #FFF;
    border-bottom: solid 2px #e1e1e1
}

.contact_form_name {
    width: calc((100% - 30px) / 2);
    margin-right: 30px
}

.contact_form_email {
    width: calc((100% - 30px) / 2)
}

.contact_form_subject {
    width: 100%;
    margin-top: 11px
}

.contact_form_message {
    height: 126px;
    width: 100%;
    border: 0;
    outline: 0;
    margin-top: 19px;
    background: transparent;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    border-bottom: solid 2px #e1e1e1;
    padding-top: 11px
}

.form_submit_button {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 53px;
    padding-left: 29px;
    padding-right: 29px;
    background: #31124b;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    border: 0;
    outline: 0;
    margin-top: 37px;
    cursor: pointer
}

.form_submit_button:hover {
    opacity: .8
}

.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #fff !important
}

.input_field:-moz-placeholder,
.text_field:-moz-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #fff !important
}

.input_field::-moz-placeholder,
.text_field::-moz-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #fff !important
}

.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #fff !important
}

.input_field::input-placeholder,
.text_field::input-placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #fff !important
}

.footer {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
    background: #4d2375;
    margin-top: 20px
}

.footer_title {
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase
}

.footer_about {
    padding-top: 0
}

.footer_logo {
    position: relative;
    left: 0;
    top: 0
}

.footer_about_text {
    font-size: 14px;
    font-weight: 400 !important;
    color: #FFF;
    padding: 10px 0
}

.footer_social_item {
    display: inline-block;
    width: 31px;
    height: 31px;
    border: solid 1px royalblue;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-right: 9px
}

.footer_social_item:last-child {
    margin-right: 0
}

.footer_social_item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.footer_social_item a i {
    display: block;
    position: relative;
    color: #FFF;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.footer_social_item:hover {
    background: #fa9e1b
}

.footer_social_item:hover a i {
    color: #31124b
}

.footer_blog {
    margin-top: 39px
}

.footer_blog_item {
    margin-bottom: 21px
}

.footer_blog_item:last-child {
    margin-bottom: 0
}

.footer_blog_image {
    width: 60px;
    height: 60px;
    float: left
}

.footer_blog_image img {
    width: 100%
}

.footer_blog_content {
    padding-left: 81px
}

.footer_blog_title {
    margin-top: -4px;
    padding-left: 1px
}

.footer_blog_title a {
    font-size: 14px;
    font-weight: 400;
    color: #FFF
}

.footer_blog_title a:hover {
    color: #fa9e1b
}

.footer_blog_date {
    font-size: 12px;
    font-weight: 400;
    color: royalblue;
    margin-top: 7px
}

.footer_tags {
    margin-top: 40px
}

.tag_item {
    height: 35px;
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
    border: solid 1px royalblue;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.tag_item:hover {
    background: #fa9e1b
}

.tag_item a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    line-height: 33px;
    padding-left: 25px;
    padding-right: 25px
}

.contact_info_list {
    margin-top: 40px
}

.contact_info_item {
    margin-bottom: 22px
}

.contact_info_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.contact_info_icon img {
    display: block;
    width: 100%
}

.contact_info_text,
.contact_info_text a {
    color: #FFF;
    line-height: 2.14;
    margin-top: -4px
}

.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a {
    color: #fa9e1b
}

.copyright {
    background: #1f0733
}

.copyright_content {
    height: 52px
}

.copyright_content div {
    font-size: 12px;
    font-weight: 600;
    color: #685677
}

.footer_nav_container {
    height: 52px
}

.footer_nav_list {
    font-size: 0
}

.footer_nav_item {
    display: inline-block;
    margin-right: 40px
}

.footer_nav_item a {
    font-size: 12px;
    font-weight: 600;
    color: #685677;
    text-transform: uppercase;
    line-height: 2;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.footer_nav_item a:hover {
    color: #FFF
}

.form-button {
    border-radius: 0 20px 20px 0;
    margin-top: -10px
}

.main_nav_col {
    height: 55px
}

.home_slider_content h1:first-child {
    font-size: 76px
}

.home_slider_content h1 {
    margin-bottom: 50px
}

.home_slider_content h2:first-child {
    font-size: 76px
}

.home_slider_content h2 {
    margin-bottom: 50px
}

.main_nav_col {
    background: #fff;
    color: #000
}

.search {
    top: -420px
}

.home_slider_content h1:nth-child(1) {
    font-family: 'Beyond';
    font-size: 80px;
    color: #FFF;
    margin-top: -34px
}

.home_slider_content h2:nth-child(1) {
    font-family: 'Beyond';
    font-size: 80px;
    color: #FFF;
    margin-top: -34px
}

.header {
    background: rgba(252, 251, 253, .57);
    z-index: 12
}

.home_slider_content h1:nth-child(1) {
    font-family: cursive;
    font-size: 60px;
    color: royalblue;
    margin-top: -48px
}

.main_nav_item-color {
    color: royalblue !important
}

.dropdown-menu {
    border: 0 solid rgba(0, 0, 0, 0) !important;
    border-radius: 0rem !important;
    box-shadow: 0 1px 11px 3px #0000009c !important
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 45px !important;
    height: 0;
    padding: 5px !important;
    border-radius: 4px
}

.datepicker td.day:hover {
    background: #fa9e1b !important;
    cursor: pointer
}

.datepicker td.active,
.datepicker td.active:hover {
    background-image: linear-gradient(to bottom, #f89c1f, #9152f7) !important
}

.intro_item_content {
    width: 100%;
    height: 80%;
    z-index: 3;
    box-shadow: 2px 2px 20px 7px #00000038
}

.intro_date {
    position: absolute;
    top: 30px;
    left: 50%;
    text-align: -webkit-center;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    line-height: 27px;
    background: #fa9e1c;
    border-radius: 14px;
    box-shadow: -2px 6px 20px 0 rgba(0, 0, 0, .23)
}

.search_panel_content {
    width: 100%;
    height: 100%;
    flex-wrap: initial !important
}

.header.scrolled .main_nav_col {
    height: 50%
}

.search_panel .search_button {
    background-color: royalblue
}
.search_button {
    background-color: #2746a1 !important;
    color: white !important;
}

.search_panel .search_button:hover {
    background-color: #8356a8
}

.search_button:hover {
    background-color: black !important;
    color: white !important;
}

.main_nav_col {
    background: #fff;
    color: #000;
    box-shadow: 0 8px 20px 4px rgba(0, 0, 0, .39)
}

.footer_about_text {
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    color: #FFF
}

.contact_info_text a:hover {
    color: black !important;
}

a:active {
    background: rgba(255, 255, 255, 0)
}

.btn-warning:hover {
    background-color: #31124b;
    color: #fff
}

.btn-yellow:hover {
    background-color: #31124b;
    color: #fff
}

.row.copy-right-main {
    margin: auto !important;
    left: 0 !important;
    right: 0 !important
}

.social-icons .fa {
    padding: 2px
}

.social-icons .fa {
    font-size: 24px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 0
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #3b5998;
    color: #fff
}

.fa-twitter {
    background: #55acee;
    color: #fff
}

.fa-google {
    background: #dd4b39;
    color: #fff
}

.fa-linkedin {
    background: #007bb5;
    color: #fff
}

.fa-youtube {
    background: #b00;
    color: #fff
}

.fa-instagram {
    background: #125688;
    color: #fff
}

.fa-pinterest {
    background: #cb2027;
    color: #fff
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px #000
}

.fa-skype {
    background: #00aff0;
    color: #fff
}

.fa-android {
    background: #a4c639;
    color: #fff
}

.fa-dribbble {
    background: #ea4c89;
    color: #fff
}

.fa-vimeo {
    background: #45bbff;
    color: #fff
}

.fa-tumblr {
    background: #2c4762;
    color: #fff
}

.fa-vine {
    background: #00b489;
    color: #fff
}

.fa-foursquare {
    background: #45bbff;
    color: #fff
}

.fa-stumbleupon {
    background: #eb4924;
    color: #fff
}

.fa-flickr {
    background: #f40083;
    color: #fff
}

.fa-yahoo {
    background: #430297;
    color: #fff
}

.fa-soundcloud {
    background: #f50;
    color: #fff
}

.fa-reddit {
    background: #ff5700;
    color: #fff
}

.fa-rss {
    background: #f60;
    color: #fff
}

.row.copy-right-main img {
    max-width: 120px
}

.align-button-center {
    margin: auto;
    left: 0;
    right: 0
}

.simple-steps {
    font-size: 30px;
    font-weight: 700;
    color: #2d2c2c;
    margin-top: 0;
    padding-bottom: 20px;
    text-transform: uppercase
}

div#customer_support_new {
    text-align: center;
    border: 2px solid royalblue;
    border-radius: 10px;
    padding: 15px 0;
    max-height: 310px;
    box-shadow: 2px -1px 8px 0;
    margin: 0 16px
}

form.support-form {
    margin: auto
}

.home_slider_content1 {
    position: fixed;
    margin: auto;
    top: 30%;
    text-align: center;
    right: 5%
}

.heading-1 {
    font-size: 35px;
    color: #fff
}

.heading-2 {
    font-size: 30px;
    color: #fa9e1b
}

.heading-3 {
    font-size: 25px;
    color: #fff
}

#thankyou p {
    color: black !important
}

#thankyou table tr td span {
    color: black
}

.home {
    height: auto !important
}

.home_slider_container {
    position: relative !important
}

.home_slider_container {
    height: auto !important
}

.search {
    background: #31124b
}

#ajax_search_results .home_slider_content {
    position: relative;
    top: 125px
}

#ajax_search_results .home_slider_container {
    height: auto !important
}

#ajax_search_results .home_slider {
    height: 400px !important
}

.home_slider_content h1:nth-child(1) {
    margin-top: 0 !important
}

.home_slider_content h2:nth-child(1) {
    margin-top: 0 !important
}

.copyright p {
    color: #aaa
}

.copyright .textwidget {
    margin-top: 15px
}

.intro_item .box {
    background: royalblue !important
}

.th_class {
    background-color: #8d78b5
}

.passenger-detail h3 {
    background: royalblue !important;
    color: black !important;
    font-family: sans-serif, 'Poppins' !important;
    border-radius: 50px !important
}

.sb-serc {
    background: #31124b !important;
    height: 360px
}

.sb-serc a {
    width: 45%;
    margin-left: 80px
}

#parent .btn {
    background-color: purple;
    color: #fff
}

#parent .btn:hover {
    background-color: royalblue
}

.passenger-detail.bgbanner {
    margin-bottom: 60px
}

.footer_title a:hover,
.textwidget p a:hover {
    background-color: transparent
}

.phone a {
    color: #fff !important;
    font-size: 15px !important
}

#parent {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 royalblue
}

#js_contact-form {
    padding-bottom: 66px
}

.sec_customer_support_title {
    justify-content: center
}

.search_panel_content {
    justify-content: center !important
}

#home_search_form .search_item .select2-container .select2-selection--single {
    height: 44px !important;
    border-radius: 4px !important;
    border: 0 solid #e5e5e5 !important;
    margin-top: 0px
}

#home_search_form .search_item .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important
}

#home_search_form .search_item .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important
}

#home_search_form .search_item .select2-container {
    width: 100% !important
}

.displayInMobile {
    display: none
}

@media screen and (max-width:320px) {
    p {
        padding: 0 20px !important
    }

    .offers_item {
        border: 1px solid;
        padding: 5% 7%;
        margin: 0 5px
    }

    .sb-serc {
        background: #31124b !important;
        height: 440px
    }

    .offers_content {
        margin-top: 0;
        padding: 0 10px
    }

    div#customer_support_new {
        text-align: center;
        border: 2px solid royalblue;
        border-radius: 10px;
        padding: 15px 0;
        max-height: 310px;
        box-shadow: 2px -1px 8px 0;
        margin: 0
    }
}

@media screen and (max-width:330px) {
    .sb-serc {
        background: #31124b !important;
        height: auto
    }

    .top_bar-mob {
        display: none
    }

    /*	.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-right:0;padding-left:0}*/
    .fill_height {
        height: 100%;
        margin: 0
    }

    .footer {
        padding-left: 10px
    }

    .offers_link {
        border: 0
    }
}

@media screen and (max-width:600px) {
    .sb-serc {
        background: #31124b !important;
        height: auto !important
    }
}

@media screen and (min-width:600px) and (max-width:989px) {
    .sb-serc {
        background: #31124b !important;
        height: auto !important
    }
}

@media only screen and (max-width:991px) {
    .offers_grid {
        margin-top: 105px !important
    }

    p {
        padding: 0 20px !important
    }

    .sb-serc {
        background: #31124b !important;
        height: 530px
    }
}

@media only screen and (max-width:1100px) {
    .home_slider {
        display: none
    }

    .container.fill_height {
        margin-top: 20px
    }

    .intro_center {
        min-height: inherit
    }

    .main_nav_item {
        position: relative;
        display: inline-block;
        margin-right: 3px
    }

    .sb-serc {
        background: #31124b !important;
        height: 380px
    }
}

#lounge-sec224 .booking-heading {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 20px
}

#booking-loung {
    border: 1px solid #eee;
    padding: 20px
}

#lounge-sec224 .personal {
    font-size: 24px;
    font-weight: 600;
    color: #232323;
    padding-bottom: 20px
}

#lounge-sec224 label {
    font-color: #232323;
    font-weight: 600
}

#lounge-sec224 hr {
    border-top: 2px solid #fbc112 !important;
    margin-top: 10px !important;
    margin-bottom: 20px
}

#lounge-sec224 .box-div {
    box-shadow: -1px 2px 18px 3px #eee;
    padding: 20px;
    border-radius: 10px
}

#lounge-sec224 .btn-info {
    color: #fff;
    background-color: #31124b;
    border-color: #31124b;
    display: block;
    margin: auto
}

#lounge-sec224 .btn-info:hover {
    color: #fff;
    background-color: #31124b;
    border-color: #31124b
}

#lounge-sec224 .booking-info {
    background-color: #fbc112;
    padding: 20px;
    border-radius: 10px
}

#lounge-sec224 .booking-detail {
    background-color: #31124b;
    border-radius: 6px;
    padding: 10px
}

#lounge-sec224 .booking-detail h3 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 22px
}

#lounge-sec224 .lounge-name {
    color: #232323;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0
}

#lounge-sec224 .table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #fff;
    color: #000
}

#lounge-sec224 label {
    color: #000
}

#lounge-sec224 .bold {
    font-weight: 600
}

.active.sel.day {
    background-color: royalblue;
    color: #fff;
    border-radius: 6px
}

.inBtw {
    background-color: royalblue;
    color: #fff !important;
    border-radius: 6px
}