@font-face {
    font-family: 'Montserrat Medium';
    src: url('../assets/fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Bahji';
    src: url('../assets/fonts/Bahij.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../assets/fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('../assets/fonts/Montserrat-SemiBold.otf') format('otf'),
    url('../assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat Black';
    src: url('../assets/fonts/Montserrat-Black.otf') format('otf'),
    url('../assets/fonts/Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: GothamLight;
    src: url("../assets/fonts/Gotham-Light.otf");
}

@font-face {
    font-family: GothamBlack;
    src: url("../assets/fonts/Gotham-Black.otf");
}

@font-face {
    font-family: GothamBold;
    src: url("../assets/fonts/GothamBold.ttf");
}

.titleOfSection:before {
    content: unset !important;
}

.titleOfSection {
    font-family: GothamBlack !important;
    font-size: 40px !important;
    color: #D6A653;
}

.learn_more_button {
    display: block;
    width: fit-content;
    padding: 5px 10px;
    font-family: GothamLight;
    color: white;
    background: #cea95f;
    border-radius: 100px;
}

.image_style_In_Show_Some_Sections {
    width: 300px !important;
    border-radius: 20px !important;
    height: 360px !important;
    max-height: unset !important;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

div, a, span, div button, p, div input, textarea {
    outline: none !important;
}


body {
    line-height: 1;
    font-family: 'Montserrat Medium';
    overflow-x: hidden;

}

ol, ul {
    /*list-style: none;*/
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

.mob {
    display: none !important;
}

/*/////////////////HEADER/////////////////*/

ul.primary li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}


.coming-soon {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    font-family: 'Montserrat Bold';
    display: flex;
    align-items: center;
    position: relative;
}

.coming-soon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

* {
    padding: 0;
    margin: 0;
}

.coming-soon-content {
    width: 100%;
    text-align: center;
    position: relative;
}

.coming-soon-footer {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.coming-soon-top h1 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 3.125rem;
    padding-bottom: 2rem;
}

.coming-soon-top p {
    color: #FFFFFF;
    font-size: 1.875rem;
    font-style: italic;
    font-family: 'Montserrat SemiBold';
}

.coming-soon-top {
    padding-bottom: 4rem;
}

p.coming-footer-title {
    text-align: left;
    color: #FFFFFF;
    font-size: 1rem;
    padding-bottom: 2rem;
}

.coming-soon-footer .ul-address {
    text-align: left;
}

ul.primary > li > a {
    display: inline-block;
    vertical-align: top;
    padding: 1rem 0.7rem;
    cursor: pointer;
    font-size: 0.87rem;
    position: relative;
    color: #FFFFFF;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
}

ul.primary > li > a:hover, ul.primary > li.active > a {
    color: #D6A653;
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    margin-top: 2rem;
}

ul.primary {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 7rem;
}

.header-logo {
    float: left;
}

.header-right {
    float: right;
    margin-top: 1rem;
}

.header-search {
    float: left;
    position: relative;
}

.switch-language a, .header-search a, .header-info a, .header-user a {
    display: inline-block;
    vertical-align: top;
    padding: 1rem 0.5rem;
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    text-decoration: none;
}

.header-user a, .header-search a {
    padding: 0.5rem 0.3rem;
}

.header-search-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.header-search-form {
    width: 25rem;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transition: translateY(-50%);
    -moz-transition: translateY(-50%);
    transition: translateY(-50%);
    border-bottom: 1px solid #cacaca;
    color: #cacaca;
}

.header-search-form a.header-search-icon {
    position: absolute;
    top: 0.6rem;
    right: 0;
    z-index: 10;
    color: #fff !important;
    font-size: 1.5rem
}

.bus-rentals-box a {
    text-align: center;
    display: block;
}

.bus-rentals-box a img {
    max-height: 17rem;
    object-fit: cover;
    max-width: 100%;
}

.header-search-form input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    float: none;
    border: none;
    outline: none;
    color: #cacaca;
    height: 3rem;
    padding-left: 0;
}

.header-search-image {
    width: 5rem;
    float: left;
}

.header-search-image img {
    width: 100%
}

.header-search-info {
    margin-left: 6rem;
}

.header-search-info.full {
    width: 100%;
    margin-left: 0
}

.header-search-auto-complete {
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #404040;
    width: 100%;
}

.header-search-result-item {
    margin: 1rem 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #404040;
}

.header-search-result-item:last-child {
    border-bottom: none
}

.header-search-close {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
}

.primary_menu_nav {
    display: none;
    width: 4rem;
    /* height:3rem; */
    float: left;
    /* background-color: #D6A653; */
    color: #fff !important;
    font-size: 1.8rem;
    text-align: center;
}

.primary_menu_nav .menu-close {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.slick-prev.slick-arrow {
    transform: translateY(-50%) rotate(
        0deg
    );
    -webkit-transform: translateY(-50%) rotate(
        0deg
    );
}

.slick-next.slick-arrow {

    transform: translateY(-50%) rotate(
        0deg
    ) !important;
    -webkit-transform: translateY(-50%) rotate(
        0deg
    ) !important;
}

footer {
    clear: both;
}

.fam {
    display: inline-block;
    width: 2rem;
    height: 1.8rem;
    background: url(../assets/images/icons.png);
    background-repeat: no-repeat;
    background-size: auto 4rem;
}

.fam.fam-user {
    background-position: -0.3rem -0.2rem;
}

.fam.fam-search {
    background-position: -2.25rem -0.2rem;
}

.header-search:hover .fam.fam-search {
    background-position: -2.3rem -1.9rem
}

.header-user:hover .fam.fam-user {
    background-position: -0.3rem -1.9rem
}


.header-user {
    float: right;
}

.header-search-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.header-search-form {
    width: 25rem;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transition: translateY(-50%);
    -moz-transition: translateY(-50%);
    transition: translateY(-50%);
    border-bottom: 1px solid #cacaca;
    color: #cacaca;
}

.header-search-form a.header-search-icon {
    position: absolute;
    top: 0.6rem;
    right: 0;
    z-index: 10;
    color: #fff !important;
    font-size: 1.5rem
}

.header-search-form a:hover {
    color: #;
}

.header-search-form input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    float: none;
    border: none;
    outline: none;
    color: white;
    height: 3rem
}

.header-search-form input {
    color: white !important;
}

.header-search-image {
    width: 5rem;
    float: left;
}

.header-search-image img {
    width: 100%
}

.header-search-info {
    margin-left: 6rem;
}

.header-search-info.full {
    width: 100%;
    margin-left: 0
}

.header-search-auto-complete {
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #404040;
    width: 100%;
}

.header-search-result-item {
    margin: 1rem 1rem;
    border-bottom: 1px solid #404040;
}

.header-search-result-item:last-child {
    border-bottom: none
}

.header-search-close {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
}

.item-title-style-2 {
    font-size: 1.2rem;
    color: #09123c;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.desc-1 {
    font-size: 1rem;
    color: #404040 !important;
    margin-bottom: 0.5rem;
}

.header-search-icon {
    cursor: pointer;
}

.link-style-1 {
    cursor: pointer;
    color: #D6A653;
}

.link-style-1:hover {
    opacity: 0.7;
    color: #D6A653 !important;
}

.header-search-close {
    cursor: pointer;
}

.header-search-close:hover {
    color: #D6A653 !important;
}

.has-sub {
    position: relative;
}

.has-sub ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    width: 10rem;
}

.has-sub ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

.color-black {
    color: #2B2B2B !important
}

.has-sub ul li a {
    color: #222222 !important;
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
}

.flight_filter {
    cursor: pointer !important;
}

.flight_filter:hover {
    background: #565656;
}

.has-sub ul li a:hover {
    color: #D6A653 !important;
}

.has-sub ul, ul.bus_details_btn li a, .reserve, .packages-btn a, .click_build, .booknow_btn a, .featured_cruises_row h2:after, .featured_cruises_row h2 a, .flight_filter_wrapper, .ticket_round .container {
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -ms-transition-delay: 0s;
    -ms-transition-duration: 0.4s;
    -ms-transition-property: all;
    -ms-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 0.4s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.has-sub ul li {
    width: 100%;
}

.has-sub:hover ul, .has-sub.active ul {
    opacity: 1;
    visibility: visible;
}

.addarrow-top ul {
    padding: 0.5rem 0;
}

.addarrow-top ul:before {
    position: absolute;
    top: -0.5rem;
    right: 0.8rem;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid white;
    content: "";
}

/*/////////////////BANNER/////////////////*/

.banner-content {
    position: absolute;
    top: 30%;
    -webkit-transition: translateY(-50%);
    -moz-transition: translateY(-50%);
    transition: translateY(-50%);
    left: 0;
    z-index: 3;
    width: 100%;
}

.inner-banner-content {
    float: left;
    z-index: 3;
    width: 100%;
    max-width: 44rem;
    color: #fff;
}

.banner-title {
    width: 100%;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    font-size: 4.8rem;
    line-height: 1.1;
    font-family: 'Montserrat Bold';
}

.banner-wsearch .banner-title {
    font-size: 6vh;
}

.banner-wsearch-2 .banner-title {
    font-size: 8vh;
}

.click_build {
    background: #D6A653;
    width: 19rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 4.2rem;
    border-radius: 35px;
    font-family: 'Montserrat Medium';
    font-size: 1.25rem;
    margin-top: 2rem;
}

.banner-desc {
    margin-top: 1rem;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 1.2;
}

.banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100vh;
}

.banner .slick-dots {
    display: none;
    list-style: none;
    position: absolute;
    top: 32%;
    right: 17rem;

    width: 0.25rem;
    -webkit-transition: translateY(-50%);
    -moz-transition: translateY(-50%);
    transition: translateY(-50%);
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0.3rem 0;
    list-style: none;
}

.row-with-sidebar .col-md-3 {
    width: 20%;
}

.row-with-sidebar .col-md-9 {
    width: 80%;
}

.banner .slick-dots li button {
    display: inline-block;
    opacity: 0.7;
    height: 3rem;
    outline: none;
    background: #FFFFFF;
    border: none;
    width: 0.25rem;
    padding: 0;
    font-size: 0;
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
}

.banner {
    margin-bottom: 2rem;
    position: relative;
}

/*/////////////////MAIN FILTER/////////////////*/

.panel-search {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
}

.tab-content {
    font-family: 'Montserrat SemiBold';
}

.tab-pane {
    color: white;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.panel-search ul li {
    display: inline-block;
    margin-right: 0.5rem;
}

.panel-search ul li a {
    background: #565656;
    color: white;
    min-width: 8rem;
    text-align: center;
    font-size: 0.81rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 1.2rem 1.2rem;
    font-family: 'Montserrat SemiBold';
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
}

.panel-search ul li a:hover {
    color: #D6A653;
}

.panel-search ul li a.active {
    background: #2B2B2B;
}

.panel-search .panel-body {
    padding: 2rem 2.2rem;
    clear: both;
    float: left;
    width: 100%;
    min-height: 13.5rem;
    background: #2B2B2B;
}

.panel-body.singel_from {
    min-height: auto;
    border-radius: 1rem;
    overflow: hidden;
}


.input-label {
    display: block;
    color: #fff;
    padding-bottom: 1rem;
    min-height: 25px;
}

.custom-width {
    width: 10%;
}

.choose-style-1 a {
    display: inline-block;
    color: white !important;
    font-size: 0.81rem;
    margin: 0 0.1rem;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0.8rem 1.2rem;
    border-radius: 0.7rem;
    background: #565656;
}

.choose-style-1 a:hover {
    opacity: 0.7;
}

.choose-style-1 a.active {
    background: white;
    opacity: 1;
    cursor: default;
    color: #D6A653 !important;
}

.input-style-1 {
    background: none;
    font-size: 0.85rem;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 0.5rem;
    padding: 0.7rem 1.2rem;
    outline: none;
    width: 100%;
}

.switch-m {
    padding: 0;
    width: 1rem;
    text-align: center;
}

.switch-m img {
    position: relative;
    top: 0.4rem;
}

.switch-r a {
    cursor: pointer;
}

.switch-r a:hover {
    opacity: 0.7;
}

.input-icon {
    padding-left: 2rem;
    background-repeat: no-repeat;
    background-position: 0.5rem 0.5rem;
    background-size: 1rem auto;
}

.icon-address {
    background-image: url('../assets/images/icon-address.png');
}

.icon-date {
    background-image: url('../assets/images/icon-calendar.png');
}

.passengers-icon {
    background-image: url(../assets/images/passengers-icon.svg);
}

.input-style-1::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFFFFF;
    opacity: 1; /* Firefox */
}

.input-style-1:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
}

.input-style-1::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFFFFF;
}

.btn-style-1 {
    display: inline-block;
    min-width: 7rem;
    color: white;
    font-family: 'Montserrat SemiBold';
    text-align: center;
    line-height: 2.4rem;
    background: #D6A653;
    padding: 0.35rem 1.7rem;
    border-radius: 6rem;
}

.form-search .btn-style-1 {
    border: none;
    padding: 0.1rem 0.7rem;
}

.hasDate {
    text-transform: uppercase;
}


.btn-style-1:hover {
    background: white;
    color: #D6A653 !important;
}

.nopadd {
    padding: 0;
}

.mrgn-btm-1 {
    margin-bottom: 1rem;
}

.mrgn-btm-2 {
    margin-bottom: 2rem;
}

.lbl-1 {
    color: white;
    font-size: 1.12rem;
}

.travelers {
    margin-top: 0.7rem;
}

.travelers .lbl-1 {
    line-height: 2.2rem;
    margin-right: 1rem;
    float: left;
}

.travelers-input {
    float: left;
    position: relative;
    z-index: 0;
    margin-left: 3.5rem;
    display: flex;
}

.travelers-input .input-group {

    width: 7rem;
}

.travelers-input .input-group .input-number {
    background: none;
    text-align: center;
    color: white;
    font-size: 1.12rem;
    border: none;
}

.travelers-input .btn-number {
    border-radius: 100%;
    outline: none;
    color: white;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0;
    font-size: 1.2rem;
    border: 1px solid white;
}

.select-style-1 {
    border: none;
    color: white;
    padding: 0.5rem 0.5rem;
    outline: none;
    cursor: pointer;
    padding-right: 1rem;
    background: inherit;
}

.select-style-1 option {
    color: white;
    line-height: 2rem;
    padding: 1rem 1rem;
    background: #565656;
}

.head-title-style-3 {
    text-align: center;
    position: relative;
    font-size: 1.5rem;
    clear: both;
    padding-bottom: 1.8rem;
    margin-bottom: 2.5rem;
    font-family: 'Montserrat SemiBold';
}

.head-title-style-3:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2rem;
    width: 4rem;
    height: 0.2rem;
    background: #2B2B2B;
    content: "";
}

.section {
    padding: 3rem 0;
}

.tableM {
    display: table;
    width: 100%;
    height: 100%;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*/////////////////FEATURED PACKAGES/////////////////*/

.package-item {
    position: relative;
}

.package-item .btn-style-1 {
    opacity: 0;
    visibility: hidden;
}

.package-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.inner-package-info {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.package-info h4 {
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.39);
    color: #FFFFFF;
    position: relative;
    padding-bottom: 0.6rem;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-family: 'Montserrat Bold';
    margin-top: 2.2rem;
}

.package-info h4:before {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    margin-left: -2rem;
    width: 4rem;
    height: 0.2rem;
    box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.39);
    content: "";
    background: white;
}

.packages-slider .item {
    padding: 0 0.6rem;
}

.package-item img {
    object-fit: cover;
    width: 100%;
}

.package-item:hover {
    background: black;
}

.package-item:hover img {
    opacity: 0.7;
}

.package-item:hover .btn-style-1 {
    opacity: 1;

    margin-top: 2rem;
    height: auto;
    visibility: visible;
}


.slick-prev, .slick-next {
    top: 50%;
    margin-top: -2.5rem;
    outline: none !important;
    font-size: 4rem;
    position: absolute;
    left: -3rem;
    background: inherit;
    border: none !important;
}

.slick-prev:hover, .slick-next:hover {
    color: #D6A653;
}

.slick-next {
    left: auto;
    right: -3rem;
}

/*/////////////////BLK STYLE 1/////////////////*/

.blk-style-1 {
    position: relative;
    margin-bottom: 8rem;
    width: 64%
}

.blk-style-1-img img {
    width: 100%;
    object-fit: cover;
    max-height: 45rem;
}

.blk-style-1-content {
    position: absolute;
    width: 100%;
    padding: 4rem 2.5rem;
    max-width: 28rem;
    bottom: -5rem;
    border-radius: 2rem;
    background: #2B2B2B;
    left: calc(100% - 8rem);
}

.blk-style-1-h4 {
    display: inline-block;
    width: 100%;
    color: white;
    font-family: 'Montserrat Bold';
    border-bottom: 0.3rem solid white;
    padding-bottom: 1rem;
    margin-bottom: 1.3rem;
    font-size: 1.87rem;
}

.blk-style-1-p {
    color: white;
    line-height: 1.3;
    margin-bottom: 2rem;
    min-height: 8rem;
    font-size: 1.4rem;
}

.blk-style-1-slider .slick-arrow {
    font-size: 3rem;
    z-index: 1000;
    color: white;
}

.blk-style-1-slider .slick-arrow:hover {
    color: #D6A653;
}

.blk-style-1-slider .slick-prev {
    bottom: 0;
    right: 2.5rem;
    left: auto;
    top: auto;
}

.blk-style-1-slider .slick-next {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
}

.blk-style-1-right {
    float: right;
}

.blk-style-1-right .blk-style-1-content {
    left: auto;
    right: calc(100% - 8rem);
}


/*/////////////////Top Destination/////////////////*/

.top-destination {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.top-destination-info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.inner-top-destination-info {
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.39);
    color: #FFFFFF;
    position: relative;
    padding-bottom: 0.6rem;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-family: 'Montserrat Bold';
}

.inner-top-destination-info:before {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    margin-left: -2rem;
    width: 4rem;
    height: 0.2rem;
    box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.39);
    content: "";
    background: white;
}

.top-destination {
    margin-bottom: 0.5rem;
}

.top-destination img {
    vertical-align: top;
    width: 100%;
    height: 12.6rem;
    object-fit: cover;
}

.top-destination:hover {
    background: black;
}

.top-destination:hover img {
    opacity: 0.7;
}

.top-destinations-item div .top-destination:last-child {
    margin-bottom: 0;
}

.top-destination-main img {
    height: 25.7rem;
}

.top-destination-main-col {
    padding: 0 0.5rem;
}

.top-destinations-slider .item {
    padding: 0 15px;
}


/*/////////////////HOTELS/////////////////*/

.h-title {
    font-size: 1.4rem;
    color: #2B2B2B;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    border-bottom: 1px solid #2B2B2B;
}

.description {
    color: #2B2B2B;
    line-height: 1.4;
    font-size: 1.1rem;
}

.price {
    margin-top: 1.4rem;
    font-family: 'Montserrat Bold';
    font-size: 1.4rem;
    color: #2B2B2B;
    display: inline-block;
}

.rate a {
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #19a96e;
}

.rate a.active {
    background: #19a96e;
}

.rate_blk {
    color: #a9a9a9;
    font-size: 0.9rem;
    display: flex;
}

.reviews {
    position: relative;
    line-height: 1rem;
    margin-left: 0.5rem;
}

.reviews:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: 1px dotted #a9a9a9;
    bottom: 0.1rem;
}

.hotelContactInfo address {
    margin-top: 0.5rem;
    line-height: 1.1;
    font-size: 0.9rem;
    color: #a9a9a9;
}


.room-facilities {
    margin-top: 1rem;
}

.room-facilities li {
    line-height: 1.5rem;
    font-size: 0.8rem;
    color: #a9a9a9;
}

.fc-icon {
    vertical-align: top;
    display: inline-block;
    width: 1.4rem;
    height: 1.3rem;
    background-image: url(../assets/images/facilities.png);
    background-repeat: no-repeat;
    background-position: center 0;
}

.hotelListDetails {
    padding-right: 1.7rem;
}

.roomListSlider img {
    object-fit: cover;
    min-height: 19.5rem;
    vertical-align: top;
}

.roomListSlider {
    max-height: 19.5rem;
    overflow: hidden;
}

.hotelContactInfo {
    padding-top: 3.5rem;
}

.hotel-blk {
    margin: 0 auto;
    float: right;
    max-width: 93% !important;
}

.hotel-full .hotel-blk {
    max-width: 100%;
}

.room-content {
    padding: 2.2rem 2rem;
}

.fc-pool {
    background-position: center -1.3rem;
}

.fc-safety {
    background-position: center -2.8rem;
}

.hotel-blk {
    border-radius: 1.4rem;
    overflow: hidden;
    background: #eaeaea;
}

#main-container {
    margin-top: 3rem;
}

.hotel-blk {
    margin-bottom: 3rem;
}

.slick-arrow {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    font-size: 0;
    margin-top: -0.4rem;
    background: none;
    opacity: 0.7;
    border: solid white;
    border-width: 0 0.2rem 0.2rem 0;
    display: inline-block;
    padding: 0.5rem;
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-next.slick-arrow {
    left: auto;
    right: 1rem;
    transform: translateY(-50%) rotate(-50deg);
    -webkit-transform: translateY(-50%) rotate(-50deg);
}

.slick-dots {
    position: absolute;
    bottom: 2rem;

    width: 100%;
    text-align: center;
}


div, img, span, button {
    outline: none !important;
}

.slick-dots button {
    border: none;
    font-size: 0;
    opacity: 0.6;
    width: 3.5rem;
    height: 0.25rem;
    background: white;
}

.slick-dots .slick-active button {
    outline: none;
    opacity: 1;
}

.slick-dots li {
    margin: 0 0.2rem;
    display: inline-block;
}

.hotels_container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.aside_hotels {
    border-radius: 1rem;
    padding: 2.3rem 2rem;
    display: block;
    clear: both;
    background: #2B2B2B;
}

.aside-blk {
    margin-bottom: 2rem;
    display: block;
    clear: both;
}

.aside_hotels .aside-blk:last-child {
    margin-bottom: 0 !important;
}

.aside-blk-title {
    text-transform: uppercase;
    font-size: 1rem;
    padding-bottom: 1.2rem;
    color: white;
    clear: both;
    font-family: 'Montserrat SemiBold';
    display: block;
}

/* Customize the label (the container) */

.checkbox_container {
    display: block;
    position: relative;
    color: white;
    padding-left: 2.2rem;
    margin-bottom: 0.6rem;
    cursor: pointer;
    font-size: 0.87rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1rem;
}

.top-destinations-slider button.slick-next.pull-right {
    right: -3rem;
    color: #000;
    font-size: 3rem;
    left: auto !important;
}

.top-destinations-slider button.slick-prev.pull-left.slick-arrow {
    left: -3rem;
    color: #000;
    font-size: 3rem;
}

.checkbox_container:hover {
    color: #D6A653;
}

/* Hide the browser's default checkbox */

.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    width: 1rem;
    border: 1px solid white;
    border-radius: 0.1rem;
    background: none;
}

/* On mouse-over, add a grey background color */

.checkbox_container:hover input ~ .checkmark {
    border: 1px solid #D6A653;
}

/* When the checkbox is checked, add a blue background */

.checkbox_container input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.checkbox_container .checkmark:after {
    left: 0.45rem;
    top: 0.15rem;
    width: 0.4rem;
    height: 0.85rem;
    border: solid #D6A653;
    border-width: 0 0.2rem 0.2rem 0;
    -webkit-transform: rotate(
        45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
        45deg
    );
}

.checkbox_container:hover .checkmark:after {
    border-color: #D6A653;
}


.aside-list-stars ul {
    width: 100%;
    margin-bottom: 0.4rem;
    display: inline-block;
    list-style: none;
}

.aside-list-stars ul li {
    display: inline-block;
    color: white;
    cursor: pointer;
    font-size: 1.8rem;
    margin-right: 0.2rem;
}

.aside-list-stars ul li a {
    color: white;
    font-size: 1.6rem;
}

.aside-list-stars ul li.active .fa-star-o:before {
    content: "\f005";
}

.aside-list-stars ul li:hover, .aside-list-stars ul li:hover a {
    color: #D6A653;
}


/*/////////////////Footer/////////////////*/

footer {
    margin-top: 3rem;
}

.ul-style-2 {
    display: inline-block;
    list-style: none;
}

.ul-style-2 li {
    color: white;
    text-transform: capitalize;
    font-size: 0.87rem;
    margin-bottom: 1.2rem;
    display: inline-block;
    width: 100%;
}

.ul-style-2 li a {
    font-family: 'Montserrat Bold';
    color: white;
}

.ul-style-2 li a:hover {
    color: #D6A653;
}

.footer-blk h5 {
    display: inline-block;
    color: white;
    font-weight: normal;
    font-family: 'Montserrat Black';
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 0.9rem
}

footer {
    padding: 5rem 0;
    background: #2B2B2B;
}

.social-media a {
    font-size: 1.1rem;
    display: inline-block;
    margin-right: 1rem;
    color: white !important;
}

.social-media a:hover {
    color: #D6A653 !important;
}

.ul-address {
    display: inline-block;
    width: 100%;
    color: white;
}

.ul-address li {
    font-size: 0.87rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: white;
    display: flex;
    align-items: center;
}

.ul-address li i {
    font-size: 20px;
}

.ul-address li span {
    margin-left: 12px;
}

.ul-address li a {
    color: white;
}

.ul-address li a:hover {
    color: #D6A653;
}

.fr-icon {
    vertical-align: top;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url(../assets/images/contact-icons.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 2.4rem;
}

.fr-icon.fr-address {
    background-position: -0.4rem -0.2rem;
}

.fr-icon.fr-phone {
    background-position: -3.9rem -0.2rem;
}

.ul-address span {
    font-family: 'Montserrat Bold';
    display: inline-block;
}

.form-newsletter-input {
    border-radius: 7rem;
    overflow: hidden;
    font-family: 'Montserrat Bold';
    position: relative;
}

.input-newsletter {
    width: 100%;
    border: none;
    color: #2B2B2B;
    font-size: 0.87rem;
    background: white;
    padding: 0.7rem 1rem;
    outline: none !important;
}

.footer-bottom {
    padding-right: 3rem;
    margin-top: 3rem;
}

.f-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.87rem;
    color: white;
    height: 100%;
    border: none;
    border-radius: 7rem;
    line-height: 2rem;
    padding: 0 1.5rem;
    background: #D6A653;
}

.f-btn:hover {
    background: #565656;
}

.footer-bottom-lbl {
    display: inline-block;
    color: white;
    font-size: 0.87rem;
    color: white;
    font-family: 'Montserrat Bold';
    line-height: 2rem;
}

/*/////////////////transitions/////////////////*/

.addImgEffect, .package-item, .top-destination {
    overflow: hidden;
}

.addImgEffect img, .banner-title, .banner-desc, .top-destination img, ul.primary > li > a {
    /*transform: scale(1, 1); */
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;

    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;

    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;

    -ms-transition-delay: 0s;
    -ms-transition-duration: 0.4s;
    -ms-transition-property: all;
    -ms-transition-timing-function: ease;

    -o-transition-delay: 0s;
    -o-transition-duration: 0.4s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.addImgEffect:hover img, .package-item:hover img, .top-destination:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.trans.delay-1, .banner-title {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
}

.trans.delay-2, .banner-desc {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
}

.trans.delay-3 {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
}

.trans.delay-4 {
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
}

.trans.fade-trans {
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Chrome, Safari, Opera */
    transform: scale(1, 1);

    opacity: 0;
    visibility: hidden;
}

.trans.top-trans {
    -ms-transform: translate(0px, 100px); /* IE 9 */
    -webkit-transform: translate(0px, 100px); /* Chrome, Safari, Opera */
    transform: translate(0px, 100px);

    opacity: 0;
    visibility: hidden;
}

.trans.bottom-trans {
    -ms-transform: translate(0, 100px); /* IE 9 */
    -webkit-transform: translate(0, 100px); /* Chrome, Safari, Opera */
    transform: translate(0, 100px);

    opacity: 0;
    visibility: hidden;
}

.trans.left-trans, .banner-title, .banner-desc {
    -ms-transform: translate(-100px, 0px); /* IE 9 */
    -webkit-transform: translate(-100px, 0px); /* Chrome, Safari, Opera */
    transform: translate(-100px, 0px);
    opacity: 0;
    visibility: hidden;
}

.trans.right-trans {
    -ms-transform: translate(100px, 0); /* IE 9 */
    -webkit-transform: translate(100px, 0); /* Chrome, Safari, Opera */
    transform: translate(100px, 0);
    opacity: 0;
    visibility: hidden;
}

.trans.flip-top-m, .trans.flip-top {
    -ms-transform: rotateX(60deg); /* IE 9 */
    -webkit-transform: rotateX(60deg); /* Chrome, Safari, Opera */
    transform: rotateX(60deg);
    opacity: 0;
    visibility: hidden;

}

.trans.top-trans.ActiveItem, .slick-active .banner-title, .slick-active .banner-desc, .trans.flip-top.ActiveItem {
    -ms-transform: translate(0px, 0); /* IE 9 */
    -webkit-transform: translate(0px, 0); /* Chrome, Safari, Opera */
    transform: translate(0px, 0);
    opacity: 1;
    visibility: visible;
}

.trans.fade-trans.ActiveItem {
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Chrome, Safari, Opera */
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.trans.left-trans.ActiveItem {
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Chrome, Safari, Opera */
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.trans.right-trans.ActiveItem {
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Chrome, Safari, Opera */
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.trans {
    transition-delay: 0s;
    transition-duration: 1.5s;
    transition-property: all;
    transition-timing-function: ease;

    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;

    -moz-transition-delay: 0s;
    -moz-transition-duration: 1.5s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;

    -ms-transition-delay: 0s;
    -ms-transition-duration: 1.5s;
    -ms-transition-property: all;
    -ms-transition-timing-function: ease;

    -o-transition-delay: 0s;
    -o-transition-duration: 1.5s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}


.inner-hero-section {
    width: 100%;
    position: relative;
}

.inner-hero-section img {
    width: 100%;
    display: block;
}

.hero_captions {
    position: absolute;
    bottom: 8rem;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.hero_captions-title {
    color: #FFFFFF;
    font-size: 4.8rem;
    line-height: 1.1;
    font-family: 'Montserrat SemiBold';
    text-transform: uppercase;
}


.input-group-row input[type="text"], .input-group-row select, .input-group-row input[type="password"], .input-group-row input[type="date"], .input-group-row textarea {
    width: 100%;
    border-radius: 22px;
    border: 1px #2B2B2B solid;
    height: 40px;
    padding: 0 1rem;
    appearance: none;
    outline: none;
}

.input-group-row label {
    color: #2A2A2A;
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.input-group-row label i {
    margin-right: 1.3rem;
    font-size: 25px;
}

.input-group-row {
    width: 100%;
    margin-bottom: 2.5rem;
}

.contact-page {
    width: 100%;
    padding-top: 2rem;
}

.contact-page table th,
.contact-page table td {
    padding: 0.7rem;
    text-align: center;
    color: #D6A653;
    font-size: 0.9rem;
    font-family: 'Montserrat SemiBold';
}

}

.input-group-row textarea {
    width: 100%;
    border-radius: 22px;
    border: 1px #2B2B2B solid;
    height: 243px;
    padding: 1rem;
    appearance: none;
    outline: none;
}


.address_row {
    width: 100%;
    background: #2B2B2B;
    border: 1px #2B2B2B solid;
    border-radius: 22px;
}

.address-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    line-height: 1.4rem;
    font-size: 1rem;
}

.address-info {
    padding-left: 0.5rem;
}

.address-info a {
    color: #ffff;
}

.contact-map {
    width: 100%;
    height: 40rem;
    padding-top: 6rem;
}


.wrapper-login-sigup {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(43 43 43 / 50%);
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.wrapper-login-sigup.active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

body.body_overflow {
    overflow: hidden;
}

div#download_form .input-group-row input[type="button"] {
    margin-top: 3rem;
}

.login-sigup {
    width: 874px;
    background: #fff;
    padding: 0;
    margin: auto;
    border-radius: 18px;
}

.login-sigup .input-group-row {
    margin-bottom: 1rem;
}

.login-sinup-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px #979797 solid;
    padding: 1.5rem 0;
    color: #2A2A2A;
    font-size: 1.4rem;
    font-weight: 600;
}

.close-icon {
    position: absolute;
    left: 2rem;
}

.sigup-form {
    width: 100%;
    padding: 2rem 3rem 0;
}

.more_section {
    width: 100%;
    padding-bottom: 1rem;
}


.forgot-password {
    float: right;
    padding: 0.5rem 0 1rem;
}

.forgot-password .checkbox_container {
    color: #2A2A2A;
    margin: 0;
    font-weight: 300;
}

.forgot-password .checkmark {
    border-radius: 3px;
    border-color: #2B2B2B;
}

.input-group-row input[type="button"] {
    background: #D6A653;
    width: 100%;
    border-radius: 24px;
    border: 0;
    outline: none;
    cursor: pointer;
    height: 44px;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 1.2rem;
}

.login_with {
    width: calc(100% - 6rem);
    border: 1px #2A2A2A solid;
    height: 44px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin: 0 3rem;
    margin-bottom: 1rem;
}

.login_with i {
    position: absolute;
    left: 1rem;
}

.more_or {
    width: 100%;
    position: relative;
    border-top: 1px #979797 solid;
    text-align: center;
    margin: 1rem 0;
}

.more_or span {
    display: inline-block;
    background: #fff;
    position: relative;
    top: -10px;
    padding: 0 0.5rem;
    color: #2A2A2A;
    font-size: 1.2rem;
}

.terms-row {
    display: flex;
    align-items: center;
    color: #2A2A2A;
    padding: 1rem 0 2rem;
}

.terms-row a {
    color: #2A2A2A;
    text-decoration: underline !important;
}

.terms-row label.checkbox_container {
    color: #2A2A2A;
    margin: 0;
}

.terms-row .checkmark {
    border-color: #2B2B2B;
    border-radius: 3px;
}


header.static_header {
    background: #2B2B2B;
    margin: 0;
    height: 149px;
    display: flex;
    align-items: center;
    position: static;
}


.policy_page {
    width: 100%;
    padding-top: 4rem;
}

.policy_title {
    color: #2B2B2B;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
}

.policy_title:after {
    content: "";
    width: 50px;
    background: #2B2B2B;
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
}

.policy_content {
    color: #2B2B2B;
    font-size: 1.2rem;
    line-height: 1.6rem;
    max-width: 65%;
}

.policy_page_wrapper {
    border-bottom: 1px #2B2B2B solid;
}

.policy_content p {
    padding-bottom: 2rem;
}

.policy_content h2 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 0.4em;
    font-family: 'Montserrat Bold';
}


.melissa-walker {
    width: 100%;
    height: 100%;
}

.melissa-walker img {
    width: 100%;
    display: block;
}

.melissa-walker-content {
    color: #2B2B2B;
    font-size: 1.5rem;
    line-height: 1.4;
}

.mission_vision_row {
    background: #2B2B2B;
    border-radius: 25px;
    padding: 3rem;
}

.mission_vision_row h2 {
    color: #D6A653;
    font-size: 1.5625rem;
    font-family: 'Montserrat Medium';
    padding-bottom: 2rem;
}

.mission_vision_row p {
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.mission_vision {
    width: 100%;
    padding: 4rem 0 3rem;
}

.about-page {
    width: 100%;
    padding-top: 5rem;
}


.featured_cruises_row {
    width: 100%;
    margin-bottom: 4rem;
    position: relative;
}

.packages-price {
    background: #2B2B2B;
    width: 15rem;
    height: 4rem;
    border-radius: 35px;
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'Montserrat Medium';
    font-size: 1.1rem;
    z-index: 1;
}

.hotel_img {
    width: 100%;
    position: relative;
}

.deal_btn {
    position: absolute;
    bottom: -0.5rem;
    right: -0.5rem;
    background: #F14A0C;
    border-radius: 35px;
    width: 10rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'Montserrat Medium';
    font-size: 1.1rem;
}

.featured_cruises_row h2 a {
    color: #D6A653;
    font-size: 1.4rem;
    line-height: 1.4;
    font-family: 'Montserrat SemiBold';
}

.featured_cruises_row h2:hover, .featured_cruises_row h2:hover a {
    color: #2B2B2B;
}

.featured_cruises_row h2 {
    position: relative;
    padding-bottom: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 1.6rem;
}

.featured_cruises_row h2:after {
    content: "";
    position: absolute;
    background: #D6A653;
    height: 3px;
    width: 61px;
    bottom: 0;
    left: 0;
}

.featured_cruises_row h2:hover:after {
    width: 80px;
    background: #2B2B2B;
}

.cruises_info {
    color: #2B2B2B;
    font-size: 1.1rem;
    line-height: 1.4;
}

.featured_cruises_row figure img {
    width: 100%;
    display: block;
    border-radius: 8px;
    margin-bottom: 2rem;
    max-height: 26rem;
    object-fit: cover;
}

.youmay_be-sldier .featured_cruises_row figure img {
    max-height: 20rem;
}


.boom_now {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 5rem;
    margin-bottom: -3rem;
}

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

.booknow_btn {
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    color: #fff;
    /*font-size: 1.25rem;*/
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-weight: bold;
}

.booknow_btn a {
    width: auto;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    margin: 0 1rem;
    border-radius: 4rem;
    color: #fff;
    margin-left: 0;
    font-size: 1rem;
}

.book_now {
    background: #D6A653;
}

a.download_btn {
    margin-right: 0;
    background: #2B2B2B;
    width: auto;
    padding: 0 1.5rem;
}


.bus-rentals-box {
    width: 100%;
    border: 1px #EAEAEA solid;
    border-radius: 25px;
    margin-bottom: 2rem;
}

.bus-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EAEAEA;
    border-radius: 0 0px 25px 25px;
    padding: 1rem;
    font-family: 'Montserrat SemiBold';
}

.bus-info p span {
    color: #2B2B2B;
    font-size: 1.4625rem;
    line-height: 1.775rem;
    display: block;
}

ul.bus_info li {
    display: flex;
    align-items: center;
    color: #2B2B2B;
    padding-bottom: 0.4rem;
    font-size: 0.8125rem;
    font-family: 'Montserrat Medium';
}

ul.bus_info li i {
    padding-right: 0.4rem;
}

ul.bus_info li:last-child {
    padding-bottom: 0;
}

ul.bus_info {
    padding-right: 2rem;
}

.show_more {
    width: 100%;
    text-align: center;
}

.show_more a {
    color: #D6A653;
    font-size: 1.25rem;
    font-family: 'Montserrat SemiBold';
}


.border-sidebar {
    border-right: 2px #A9A9A9 solid;
}

.bus_details_links li a:hover, ul.bus_details_links li.active a {
    color: #D6A653;
}

.bus_details_links li a {
    color: #2B2B2B;
    font-size: 1.2rem;
    display: block;
}

ul.bus_details_links li {
    line-height: 3.125rem;
    border-bottom: 2px #A9A9A9 solid;
    padding: 1rem 3rem;
}

ul.bus_details_btn li a {
    width: 16rem;
    height: 4rem;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

li.bus_rentel_book a {
    background: #D6A653;
}

li.bus_rentel_request a {
    background: #555550;
}

ul.bus_details_btn li a {
    color: #fff;
    font-size: 1.1rem;
    font-family: 'Montserrat Medium';
}

ul.bus_details_btn li a:hover, .packages-btn a {
    transform: scale(1.05, 1.05);
    box-shadow: 0px 2px 14px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 14px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 14px -5px rgba(0, 0, 0, 0.75);
}

.review_info, .itinerary_map {
    padding-right: 3rem !important;
}

ul.bus_details_btn {
    width: 100%;
    text-align: center;
    padding-top: 4rem;
}

.bus_img {
    width: 100%;
}

.bus_img img {
    max-width: 100%;
    display: block;
    width: 100%;
}


.overview_content {
    width: 100%;
}

.overview_content h2 {
    color: #2B2B2B;
    font-size: 3rem;
    font-family: 'Montserrat Bold';
    line-height: 1.3;
    padding-bottom: 2rem;
}

.overview_title {
    color: #2B2B2B;
    font-size: 1.25rem;
    font-family: 'Montserrat SemiBold';
    position: relative;
    padding-bottom: 1.4rem;
    margin-bottom: 1.6rem;
    text-transform: uppercase;
}

.bus-rentals-left > .overview_title {
    margin-bottom: 0;
}

.overview_title:after {
    content: "";
    position: absolute;
    left: 0;
    background: #2B2B2B;
    width: 60px;
    height: 3px;
    bottom: 0;
}

.overview_intro {
    color: #2B2B2B;
    font-size: 1.1rem;
    line-height: 1.6;
}

.overview_intro strong {
    display: block;
    font-family: 'Montserrat Bold';
}

.overview_intro p {
    padding-bottom: 1.2rem;
}

.overview_info {
    display: flex;
    align-items: center;
    border-top: 3px #2B2B2B solid;
    border-bottom: 3px #2B2B2B solid;
    height: 60px;
    justify-content: unset;
}

.overview_info p {
    display: flex;
    align-items: center;
    color: #2B2B2B;
    font-size: 1.1rem;
    font-family: 'Montserrat Bold';
    padding-right: 3rem;
}

.overview_info p i {
    padding-right: 0.5rem;
}

.bus-rentals-left {
    width: 100%;
    padding-left: 3rem;
}

.bus-rentals-details {
    width: 100%;
    padding-right: 4rem;
}

.price_row {
    width: 100%;
    padding-top: 3rem;
}

.bus_price {
    color: #2B2B2B;
    font-size: 1.4rem;
    font-family: 'Montserrat Bold';
}

.review_row {
    width: 100%;
    padding-top: 3rem;
}

.rateing {
    color: #ADB2B8;
    display: flex;
    align-items: center;
    font-size: 2rem;
}

ul.rateing li {
    padding-right: 1rem;
}

ul.rateing li.active {
    color: #D6A653;
}

.review_info {
    color: #2B2B2B;
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 1rem 0;
}


ul.submitted_by {
    display: flex;
    align-items: center;
    color: #2B2B2B;
    font-size: 1.2rem;
}

ul.submitted_by li {
    padding-right: 2rem;
}

ul.submitted_by li strong {
    font-family: 'Montserrat Bold';
}


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

.sldier_row {
    margin-right: 1rem;
}


.photo_video_slider .slick-list {
    padding: 0 20% 0 0 !important;
}


.itinerary_info p {
    font-size: 1.1rem;
    font-family: 'Montserrat Medium';
    padding-bottom: 2rem;
}

.itinerary_info p strong {
    display: block;
    font-family: 'Montserrat SemiBold';
    text-transform: uppercase;
    padding-bottom: 0.8rem;
}

.map {
    width: 100%;
    height: 400px;
}

.date_price {
    width: 100%;
    padding-top: 3rem;
}

.itinerary_map {
    width: 100%;
    padding-top: 3rem;
}


.price_table {
    width: 590px;
}

.price_table_top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 1rem 1rem;
}

.price_table_top p {
    width: 20%;
    color: #2B2B2B;
    font-family: 'Montserrat SemiBold';
    text-align: center;
    font-size: 1.0625rem;
}

.price_table_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 52px;
    background: #DCDCDC;
    border-radius: 25px;
    align-items: center;
    padding: 0 1rem;
    padding-right: 0;
    margin-bottom: 1rem;
}

.price_table_top p:first-child {
    text-align: left;
}

.price_table_row p {
    text-align: center;
    width: 20%;
    color: #2B2B2B;
    font-size: 1.25rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.price_table_row p:first-child {
    text-align: left;
}

a.book_btn {
    font-size: 0.8125rem;
    color: #fff;
    font-family: 'Montserrat SemiBold';
    text-transform: uppercase;
}

.price_table_row p:last-child {
    width: 160px;
    text-align: center;
    border-radius: 25px;
    background: #D6A653;
    justify-content: center;
}

.price_table_top p:last-child {
    width: 160px;
}

.photo_video_wrapper {
    width: 100%;
    padding-top: 3rem;
}


.photo_video_slider button.slick-arrow, .youmay_be-sldier button.slick-arrow {
    bottom: -2rem;
    font-size: 2.5rem;
    color: #2B2B2B;
    top: inherit;
    left: 0;
}

.youmay_be-sldier button.slick-arrow.slick-next {
    left: 2rem
}

.photo_video_slider button.slick-next.pull-right.slick-arrow {
    left: 2rem;
}

.photo_video_slider {
    padding-bottom: 3rem;
}


.youmay_be {
    background: #D8D8D8CC;
    padding: 2rem 0rem 0 3rem;
    margin-top: 4rem;
    padding-bottom: 4rem;
}

.youmay_be .featured_cruises_row {
    margin-right: 1rem;
}


.youmay_be .slick-list {
    padding: 0 20% 0 0 !important;
}

.youmay_be .featured_cruises_row figure img {
    margin: 0;
}

.youmay_be .featured_cruises_row figcaption {
    background: #FFFFFF;
    padding: 2rem;
}

.local-bus-tours-details {
    width: 100%;
    margin-bottom: -3rem;
}

.local-bus-tours-details ul.bus_details_links li {
    padding-left: 4rem;
}


.packages-top {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    margin-top: 5rem;
}

.packages-top i {
    width: 75px;
    height: 75px;
    border: 3px #D6A653 solid;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;

}

.packages-top-row p {
    color: #2B2B2B;
    font-size: 1.25rem;
    font-family: 'Montserrat SemiBold';
}

.packages-top-row {
    text-align: center;
    cursor: pointer;
}


.packageshome-row.active i, .packages-top-row.active i {
    background: #2B2B2B;
}

.packageshome-row.active i img, .packages-top-row.active i img {
    filter: brightness(0) invert(1);
}

.packages_cont .proceed_skip a.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.packageshome-row {
    cursor: pointer;
}

.packages-top:after {
    content: "";
    position: absolute;
    background: #D6A653;
    height: 3px;
    width: 77%;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}


.proceed_form {
    width: 100%;
    background: #2B2B2B;
    border-radius: 25px;
    padding: 2rem;
    margin-top: 3rem;
}


.flight-name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
}

.flight-name p {
    color: #FFFFFF;
    font-family: 'Montserrat SemiBold';
    font-size: 1.1rem;
}

.show_more_flight {
    font-family: 'Montserrat SemiBold';
    color: #D6A653;
    text-transform: uppercase;
    font-size: 0.6875rem;
}


.proceed_skip {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
}

.packages_cont .proceed_skip a {
    border-radius: 35px;
    width: 16rem;
    text-align: center;
    height: 5rem;
    display: flex;
    font-family: 'Montserrat Bold';
    align-items: center;
    font-size: 1.25rem;
    justify-content: center;
    cursor: pointer;
}

.packages_cont .proceed_skip a {
    border: none;

    transform: rotate(0);
}

.proceed_skip a.prev:hover {
    color: white
}

.packages_cont .proceed_skip {
    position: absolute;
}

.packages_cont .proceed_skip a.next {
    left: auto;
    right: 0;
}

.proceed_btn {
    background: #D6A653;
    color: #fff;
}

a.skip_btn {
    background: #EDECEC;
    color: #2B2B2B;
}

.hotel_proceed {
    width: 100%;
}

.hotel_proceed select {
    width: 100%;
    border-radius: 9px;
    border: 1px #FFFFFF solid;
    background: transparent;
    height: 60px;
    color: #fff;
    padding: 0 1rem;
    appearance: none;
    background-image: url(../assets/images/select-arrow.svg);
    background-position: 94%;
    background-repeat: no-repeat;
}

.hotel_result_scrol {
    width: 100%;
    border: 1px #FFFFFF solid;
    border-radius: 9px;
    height: 200px;
    overflow: auto;
}

.hotel_result_scrol p {
    color: #FFFFFF;
    font-size: 0.8125rem;
    font-family: 'Montserrat SemiBold';
    border-bottom: 1px #FFFFFF solid;
    padding: 1rem;
}

.hotel_result > p {
    color: #FFFFFF;
    font-size: 0.8125rem;
    padding-bottom: 1rem;
}

.hotel_result {
    width: 100%;
    padding-top: 2rem;
}

.insurance_select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8125rem;
    color: #fff;
}

.insurance_select div {
    display: flex;
    align-items: center;
}

.insurance_select .checkbox_container {
    margin-left: 3rem;
    margin-bottom: 0;
}

.insurance_select .checkbox_container .checkmark {
    left: -7px;
}


.hotel_proceed input[type="text"] {
    width: 100%;
    border-radius: 9px;
    border: 1px #FFFFFF solid;
    background: transparent;
    height: 60px;
    color: #fff;
    padding: 0 1rem 0 3rem;
    appearance: none;

    background-position: 10px;
    background-repeat: no-repeat;
}


.date input[type="text"] {
    background-image: url(../assets/images/date-icon.svg);
}

.city input[type="text"] {
    background-image: url(../assets/images/city-icon.svg);
}

.theme input[type="text"] {
    background-image: url(../assets/images/theme-icon.svg);
}

.type input[type="text"] {
    background-image: url(../assets/images/type-icon.svg);
}


.visa-details-title {
    color: #D6A653;
    font-size: 1.5625rem;
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold';
    line-height: 2.4375rem;
    margin-bottom: 2rem;
}

.visa-details-row {
    width: 100%;
    text-align: center;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold';
    line-height: 1.2rem;
    color: #fff;
    border-right: 1px #fff solid;
    height: 100%;
    padding-bottom: 3rem;
}

.visa-details-row p:first-child {
    padding-bottom: 1rem;
}

.visa-details {
    width: 100%;
    padding-top: 3rem;
    height: 220px;
    overflow: auto;
    padding-right: 16rem;
}

.packages-home-top {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.packageshome-row i {
    width: 170px;
    height: 170px;
    border: 6px #D6A653 solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packageshome-row i img {
    height: 90px;
}

.packages-home-intro {
    width: 100%;
    text-align: center;
    color: #2B2B2B;
    font-size: 1.5rem;
    line-height: 1.45;
    padding-bottom: 4rem;
}

.packageshome-row p {
    text-align: center;
    color: #2B2B2B;
    font-size: 1.5625rem;
    font-family: 'Montserrat SemiBold';
    padding-top: 2rem;
}

.packages-home {
    width: 100%;
    padding-top: 3rem;
}


.packages_btn {
    width: 100%;
    text-align: center;
    padding-top: 6rem;
}

.packages_btn a {
    background: #D6A653;
    width: 216px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 35px;
    margin: auto;
    font-size: 1.25rem;
    color: #fff;
    font-family: 'Montserrat SemiBold';
}


.packages-tabs {
    width: 100%;
    padding: 5rem 0 3rem;
}

.packages-tabs ul.nav.nav-tabs {
    display: flex;
    justify-content: space-between;
    background: #EDECEC;
    border-radius: 35px;
    height: 71px;
    align-items: center;
    flex-wrap: inherit;
}

.packages-tabs ul.nav.nav-tabs li {
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packages-tabs ul.nav.nav-tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    color: #2B2B2B;
    display: flex;
    font-size: 1.2rem;
}

.packages-tabs ul.nav.nav-tabs li a.active {
    background: #D6A653;
    color: #fff;
}

.packages-tabs .tab-content {
    padding-top: 3rem;
}

.rate_per_person {
    width: 100%;
    padding-bottom: 3rem;
}

.rate_per_person_title {
    color: #2B2B2B;
    font-family: 'Montserrat SemiBold';
    font-size: 1.5625rem;
    padding-bottom: 2rem;
}

.rate_per_row {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px #2B2B2B solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.rate_per_row:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.rate_per_row p {
    background: #2B2B2B;
    width: 15rem;
    height: 4rem;
    color: #D6A653;
    font-family: 'Montserrat Medium';
    font-size: 1.2rem;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rate_per_row > div {
    margin-left: 2rem;
}


.radio-container {
    display: flex;
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer;
    line-height: 1.8rem;
    font-size: 1.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: 'Montserrat SemiBold';
    user-select: none;
    color: #2B2B2B;
    align-items: center;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: -0.3rem;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    border: 2px #2B2B2B solid;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #D6A653;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 0.3rem;
    left: 0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: white;
}

.rate_per_row .radio-container .checkmark {
    top: 0rem;
}

.packages-inside {
    width: 100%;
}

.packages-highlights {
    width: 100%;
    background: #EDECEC;
    border-radius: 0px 25px 25px 0px;
    overflow: hidden;
}

.packages-highlights-slider {
    width: 100%;
}

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

.packages-highlights-slider button.slick-arrow {
    z-index: 1;
    font-size: 3rem;
    color: #fff;
    opacity: 1;
    left: 1rem;
}

.packages-date-info {

    font-size: 3.125rem;
    line-height: 4.125rem;
    margin-top: 2rem;
    position: relative;
    padding-top: 2rem;
}

.banner-title.black-title {
    color: #2B2B2B;
}

.packages-date-info:after {
    background: #D6A653;
    left: 0;
    top: 0;
    width: 61px;
    height: 2px;
    content: "";
    position: absolute;
}

.packages-highlights-slider button.slick-next.pull-right.slick-arrow {
    right: 0 !important;
    left: auto;
}

.packages-highlights-content h2 {
    color: #2B2B2B;
    font-size: 1.5625rem;
    font-family: 'Montserrat SemiBold';
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2.6rem;
}

.packages-highlights-content {
    padding: 2rem 1rem;
}

.packages-highlights-content h2:after {
    content: "";
    position: absolute;
    left: 0;
    background: #2B2B2B;
    width: 60px;
    height: 3px;
    bottom: 0;
}

.packages-highlights-content ul li {
    color: #2B2B2B;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}

/*.packages-highlights-content ul li:after {content: ".";position: absolute;left: 0;top: -23px;font-size: 3rem;}*/


.explore_content {
    color: #2B2B2B;
    font-size: 1.2rem;
    font-family: 'Montserrat Medium';
    line-height: 1.4;
}

.tab-pane {
    color: #2B2B2B;
    opacity: 1 !important;
}

.explore_content strong {
    display: block;
    font-family: 'Montserrat SemiBold';
    color: #D6A653;
}

.explore_content p {
    padding-bottom: 2rem;
}


ul.price_info {
    width: 100%;
    padding-top: 2rem;
}

ul.price_info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EDECEC;
    border-radius: 26px;
    margin-bottom: 2rem;
    height: 5rem;
    padding-right: 2rem;
}

ul.price_info li p {
    background: #2B2B2B;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    width: 30%;
    color: #D6A653;
    font-family: 'Montserrat Bold';
    padding-left: 0;
}

ul.price_info li span {
    color: #2B2B2B;
    font-size: 1.1rem;
    line-height: 1.4;
}

.explore_map {
    width: 100%;
    height: 92%;
    margin-top: 2rem;
}

ul.price_info li:last-child {
    margin: 0;
}

.your_info {
    width: 100%;
}

.accordian {
    width: 100%;
}

.accordian-title {
    font-size: 1.5rem;
    color: #2B2B2B;
    padding: 1rem 0;
    border-bottom: 1px #2B2B2B solid;
    margin-bottom: 1rem;
    font-family: 'Montserrat Medium';
    background-image: url(../assets/images/accordian-plus.svg);
    background-repeat: no-repeat;
    background-position: 99%;
    background-size: 1.5rem;
}

.accordian-content {
    color: #2B2B2B;
    font-size: 1.2rem;
    line-height: 2rem;
    font-family: 'Montserrat Medium';
    display: none;
    margin-bottom: 2rem;
}


.price_section_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hotel_category {
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    border: 1px #2B2B2B solid;
    border-radius: 25px;
    justify-content: space-around;
    margin-right: 0.5rem;
}

.hotel_night {
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    border: 1px #2B2B2B solid;
    border-radius: 25px;
    justify-content: space-around;
    margin-right: 0.5rem;
    flex-wrap: wrap;
}

.hotel_childs {
    width: 20%;
    height: 58px;
    display: flex;
    align-items: center;
    border: 1px #2B2B2B solid;
    border-radius: 25px;
    margin-right: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.hotel_appartments {
    width: 20%;
    height: 58px;
    display: flex;
    align-items: center;
    border: 1px #2B2B2B solid;
    border-radius: 25px;
    justify-content: space-between;
}

.hotel_category p {
    color: #D6A653;
    font-size: 0.9375rem;
    border-right: 1px #2B2B2B solid;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.hotel_appartments p {
    color: #D6A653;
    font-size: 0.9375rem;
    border-right: 1px #2B2B2B solid;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    text-align: center;
}

.hotel_appartments p:last-child {
    border-right: 0;
}

.hotel_night > span {
    width: 100%;
    text-align: center;
    border-bottom: 1px #2B2B2B solid;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D6A653;
    font-size: 0.9375rem;
}

.hotel_night p {
    display: flex;
    width: 100%;
}

.hotel_night p span {
    border-right: 1px #2B2B2B solid;
    height: 28px;
    display: flex;
    align-items: center;
    width: 33%;
    justify-content: center;
    color: #D6A653;
    font-size: 0.9375rem;
}

.hotel_night p span:last-child {
    border: 0;
}

.hotel_category p:last-child {
    border-right: 0;
}

.hotel_childs > span {
    width: 100%;
    text-align: center;
    border-bottom: 1px #2B2B2B solid;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D6A653;
    font-size: 0.9375rem;
}

.hotel_childs p span {
    border-right: 1px #2B2B2B solid;
    height: 28px;
    display: flex;
    align-items: center;
    color: #D6A653;
    font-size: 0.9375rem;
    width: 100%;
    justify-content: center;
}

.hotel_childs p {
    display: flex;
    width: 100%;
}

.hotel_childs p span:last-child {
    border-right: 0;
}

.hotel_appartments p:first-child {
    width: 50%;
}


.price_section_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 84px;
    align-items: center;
    border: 1px #2B2B2B solid;
    border-radius: 25px;
    margin-top: 2rem;
    font-family: 'Montserrat SemiBold';
}

.price_section_first {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
}

.price_section_sec {
    width: 20%;
    display: flex;
    justify-content: space-between;
}

.price_section_there {
    width: 20%;
    height: 84px;
    border-right: 1px #2B2B2B solid;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.price_section_four {
    width: 20%;
    display: flex;
    justify-content: center;
}


.price_section_sec p {
    color: #2B2B2B;
    border-right: 1px #2B2B2B solid;
    height: 84px;
    display: flex;
    align-items: center;
    width: 33.3%;
    justify-content: center;
}

.price_section_there p {
    color: #2B2B2B;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: left;
    padding-left: 12px;
    line-height: 1.3;
}

.price_section_four p {
    color: #2B2B2B;
    border-right: 1px #2B2B2B solid;
    height: 84px;
    display: flex;
    align-items: center;
    width: 33.3%;
    justify-content: center;
}

.price_section_four p:last-child {
    border: 0;
}

.price_section_first p {
    color: #2B2B2B;
    border-right: 1px #2B2B2B solid;
    height: 84px;
    display: flex;
    align-items: center;
    width: 21%;
    justify-content: center;
    flex-wrap: wrap;
}

.price_section_first p span {
    width: 100%;
    color: #D6A653;
    position: absolute;
    top: 11px;
}

.price_section_first p:first-child {
    width: 33%;
    /* justify-content: end; */
    padding-left: 2rem;
    position: relative;
    justify-content: left;
}

.packages-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 4rem;
}

.packages_cont {
    position: relative;
    padding-bottom: 10rem;
}

.packages-btn a {
    border-radius: 35px;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2rem;
    padding: 0 3rem;
    color: #FFFFFF;
    font-family: 'Montserrat Medium';
    font-size: 1.2rem;
}

.packages_slider .item {
    padding: 0 15px;
}

.packages-btn a:hover {
    opacity: 0.7;
}

.packages-btn a.packages_download {
    background: #555550;
    margin-left: 0;
}

.packages_request {
    background: #2B2B2B;
}

.packages-btn a.packages_booknow {
    background: #D6A653;
    margin-right: 0;
}

.insurance_content {
    color: #2B2B2B;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 4rem;
    position: relative;
    padding-top: 2rem;
}

.insurance_content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #2B2B2B;
    width: 100px;
    height: 0.1rem;
}


.room_feature {
    width: 100%;
    margin-top: 2rem;
}

.room_feature p {
    color: #2B2B2B;
    font-size: 1.25rem;
    font-family: 'Montserrat SemiBold';
    padding-bottom: 1rem;
}

.room_feature ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.room_feature ul li {
    display: flex;
    align-items: center;
    color: #2B2B2B;
    font-size: 0.9375rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
}

.room_feature ul li span {
    padding-left: 0.5rem;
}


.room_img {
    width: 100%;
    position: relative;
}

.room_img > img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.photo_icon {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.room_title {
    color: #D6A653;
    font-family: 'Montserrat SemiBold';
    font-size: 1.5625rem;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.room_title:after {
    content: "";
    position: absolute;
    background: #D6A653;
    left: 0;
    width: 80px;
    height: 3px;
    bottom: 0;
}

ul.room_info_list li {
    display: flex;
    align-items: center;
    color: #2B2B2B;
    font-size: 1rem;
    padding-bottom: 1rem;
}

ul.room_info_list li i {
    padding-right: 0.5rem;
    width: 40px;
    text-align: center;
}

ul.room_info_list li i img {
    width: 22px;
}

.lbp_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px #2B2B2B solid;
    padding-top: 1rem;
}

.lbp_row p {
    color: #2B2B2B;
    font-family: 'Montserrat Bold';
    font-size: 1.4375rem;
}

.reserve {
    background: #D6A653;
    width: 126px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    color: #FFFFFF;
    font-family: 'Montserrat Bold';
}

.featured_cruises_section .head-title-style-3 {
    padding-top: 2rem;
    margin-bottom: 4.5rem;

}

.reserve:hover, .click_build:hover, .booknow_btn a:hover {
    color: white;
    transform: scale(1.05, 1.05);
    box-shadow: 0px 2px 14px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 14px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 14px -5px rgba(0, 0, 0, 0.75);
}

.room_info_row {
    width: 100%;
    margin-bottom: 3rem;
}

.room_info {
    width: 100%;
    padding-top: 3rem;
}

.hotel_inside_right {
    padding-right: 3rem;
}

.location_map_content {
    width: 100%;
    color: #2B2B2B;
    font-size: 1.25rem;
    line-height: 1.8125rem;
    padding-top: 2rem;
    margin-bottom: 2rem;
}


.property_amenities {
    width: 100%;
    padding-top: 3rem;
}

ul.amenities_list li p {
    color: #2B2B2B;
    line-height: 1.8125rem;
    font-size: 1.25rem;
}

ul.amenities_list li {
    padding-bottom: 2rem;
}

ul.amenities_list li strong {
    color: #2B2B2B;
    font-weight: bold;
    font-size: 1.25rem;
    font-family: 'Montserrat Black';
    display: block;
    padding-bottom: 0.5rem;
}


.review_infomation {
    width: 100%;
    padding-top: 2rem;
}

.review_infomation ul.amenities_list li p {
    padding-bottom: 1.5rem;
}


.flight_stop {
    /*background: #EAEAEA;*/
    border-radius: 25px;
    padding: 2rem;
    position: relative;
}


.td-table-grid {
    border-right: 1px #9F9F9F solid;
    border-bottom: 1px #9F9F9F solid;
}

.flight_stop table td:last-child {
    border-right: 0;
}

.flight_stop table tbody tr:first-child {
    border-top: 1px #9F9F9F solid;
}

.flight_stop table td:first-child {
    color: #2B2B2B;
    text-align: left;
}

.flight_stop table th:first-child {
    text-align: left;
}

.flight_stop table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border: 0;
}

.flight_stop table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.flight_stop table tr {
    padding: .35em;
}

.flight_stop table th,
.flight_stop table td {
    padding: 0.7rem;
    text-align: center;
    color: #D6A653;
    font-size: 0.9rem;
    font-family: 'Montserrat SemiBold';
}

.flight_stop table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}


.out_bound {
    padding: 1.5rem 1rem;
    background: #2B2B2B;
    border-radius: 25px;
}

.out_bound ul li.active {
    background: #D6A653;
    color: #fff;
}

.out_bound ul li.active span {
    color: #fff;
}

.out_bound > p {
    color: #FFFFFF;
    font-size: 0.875rem;
    padding-bottom: 1rem;
}

.out_bound ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.out_bound ul li {
    background: #EAEAEA;
    border-radius: 25px;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 0.3rem;
    padding: 0 1rem;
}


.out_bound ul li p {
    font-size: 0.6875rem;
    display: block;
    line-height: 1rem;
    font-family: 'Montserrat SemiBold';
}

.out_bound ul li p span {
    color: #2B2B2B;
    font-size: 0.6875rem;
    display: block;
    width: 100%;
    font-family: 'Montserrat Medium';
}


.all_flight {
    width: 100%;
    text-align: center;
    display: grid;
    justify-content: center;
}

.all_flight a {
    width: 170px;
    height: 30px;
    background: url(../assets/images/all_icon.svg) #2B2B2B;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 0.9375rem;
    background-repeat: no-repeat;
    background-position: 91%;
}


.flight_filter {
    background: #2B2B2B;
    width: 135px;
    height: 45px;
    border-radius: 100px;
    position: absolute;
    left: -9px;
    top: -1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D6A653;
    font-size: 1rem;
    font-family: 'Montserrat SemiBold';
}

.btn-close i {
    transform: rotateY(-180deg) !important;
    display: inline-block;
}

.btn-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    text-align: center;
    right: -1px;
    background: white;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    border-radius: 0 0 0 1rem;
    line-height: 2.3rem;
}

.btn-close i {
    left: 0rem;
    position: relative;
    top: 0rem;
}

.btn-close i img {
    max-width: 100%;
}

.flight_filter:after {
    content: "";
    position: absolute;
    background-image: url(../assets/images/filter-arrow.svg);
    width: 6px;
    height: 13px;
    right: 15px;
}

.flight_filter:before {
    content: "";
    position: absolute;
    background-image: url(../assets/images/filter-icon.svg);
    width: 17px;
    height: 18px;
    left: 12px;
}


.flight_timeing {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}

.flight_filter_wrapper {
    border-radius: 1rem;
    padding: 2.3rem 2rem;
    display: block;
    clear: both;
    background: #2B2B2B;
    width: 300px;
    position: absolute;
    top: -1.4rem;
    padding-left: 3rem;
    z-index: 9;
    /* opacity:0;
    visibility: hidden; */
    left: -1000px;

}

.flight_filter_wrapper.active {
    opacity: 1;
    visibility: visible;
    left: -320px;
    transform: rotateY(
        0deg);
}

.ticket_round .col-md-6 {
    position: relative;
}

.ticket_round .container {
    position: relative;
    left: 0;

}

.ticket_round.active .container {
    left: 280px;
    position: relative;
}

.flight_filter.active .filter_btn_close {
    opacity: 1;
    visibility: visible;
    display: block;
}

.flight_filter.active .filter_btn_open, .filter_btn_close {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.flight_filter.active:after {

    transform: rotateY(-180deg);
}

.more_info_row {
    position: absolute;
    top: 139px;
    width: 100%;
    background: #EAEAEA;
    border-radius: 25px;
    height: 390px;
    display: flex;
    padding: 2rem;
    z-index: 99;
    overflow: hidden;
    display: none;
}

.more_info_row_left {
    width: 30%;
    /* display: flex; */
    /* flex-wrap: wrap; */
    background-image: url(../assets/images/more_info_arrow.svg);
    background-repeat-x: no-repeat;
    background-size: contain;
    background-position: 0;
    padding-left: 2rem;
    height: 100%;
    overflow: hidden;
}

.more_info_row_right {
    width: 70%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.more_info_row_right p {
    width: 100%;
    color: #2B2B2B;
    font-size: 0.9375rem;
    height: 47%;
}

.more_info_row_right p span {
    color: #D6A653;
    padding-right: 1rem;
}

.more_info_row_left p {
    width: 100%;
    height: 47%;
}

.flight_timeing_left {
    background: #EAEAEA;
    border-radius: 25px;
    width: 70%;
    padding: 1rem;
}

.flight_timeing_right {
    background: #EAEAEA;
    border-radius: 25px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flight_timeing_right .checkbox_container .checkmark:after {
    left: 0.65rem;
    top: 0.25rem;
    width: 0.5rem;
    height: 1rem
}

.out_bound_row {
    width: 100%;
    border-bottom: 1px #9F9F9F solid;
    margin: 2rem 0;
    padding-bottom: 2rem;
}

.flight_set {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.flight_set p {
    display: flex;
    align-items: center;
    color: #2B2B2B;
    font-size: 0.9375rem;
}

.flight_set p i {
    padding-right: 0.5rem;
}

.flight_set code {
    display: block;
}

.flight_set span {
    color: #DE1212;
    font-size: 0.9375rem;
    line-height: 1.5rem;
}

.flight_set span code {
    color: #2B2B2B;
    display: flex;
    align-items: center;
}

.flight_set span code i {
    padding-right: 0.3rem;
}

.flight_times {
    width: 100%;
    display: flex;
    align-items: end;
}

.flight_times_center {
    text-align: center;
    color: #2B2B2B;
    font-size: 0.9375rem;
    width: 80%;
    padding: 0 1rem;
}

.flight_times_center span {
    color: #D6A653;
}

.flight_times_left p {
    font-size: 1.5625rem;
    font-family: 'Montserrat SemiBold';
    line-height: 2rem;
}

.flight_times_left strong {
    color: #2B2B2B;
    font-size: 0.9375rem;
    padding-bottom: 0.8rem;
    display: block;
}

.flight_times_left code {
    display: flex;
    align-items: center;
    color: #D6A653;
    font-size: 0.9375rem;
}

.flight_times_left {
    width: 110px;
}

.flight_times_left code img {
    width: 11px;
    margin-right: 0.2rem;
}


.flight_timeing_right p {
    color: #2B2B2B;
    font-size: 1.5625rem;
    font-family: 'Montserrat SemiBold';
    text-align: center;
    line-height: 1.6rem;
}

.flight_timeing_right p span {
    display: block;
    color: #2B2B2B;
    font-size: 0.9375rem;
    font-weight: 300;
    font-family: 'Montserrat Medium';
    opacity: 0.6;
}

.flight_timeing_right > div {
    display: flex;
    /* align-items: end; */
}

.flight_timeing_right .checkbox_container .checkmark {
    width: 2rem;
    height: 2rem;
    margin: 0;
    border-color: #2B2B2B;
    border-radius: 4px;
}

.flight_timeing_right .checkbox_container {
    margin: 0;
    padding-right: 1.5rem;
    position: relative;
    top: 6px;
}


.close-icon {
    cursor: pointer;
}

.close-icon:hover {
    opacity: 0.7;
}

.container {
    width: 100%;
    max-width: 1100px;
}

.container.container-2 {
    width: 100%;
    max-width: 1200px;
}

@media (max-width: 1600px) {
    html, body {
        font-size: 13px;
    }

    .hotel-blk {
        max-width: 96%;
    }
}

@media (max-width: 1400px) {
    html, body {
        font-size: 12px;
    }

    .hotel-blk {
        max-width: 96%;
    }
}

@media screen and (max-width: 960px) {

    #popup_m .modal-dialog {
        padding-left: 15px;
        padding-right: 15px;
    }

    .featured_cruises_row {
        padding: 0 15px;
    }

    .packages-price {
        left: 0px;
    }

    .click_build {
        height: 52px;
    }

    .inner-hero-section img {

        height: 26rem;
        object-fit: cover;
    }

    .blk-style-1-content {
        bottom: 50px !important;
    }

    .menu-bar {
        width: 2.6rem;
        float: right;
        position: absolute;
        left: 0;
        top: 0;
    }

    .menu-bar,
    .menu-bar span,
    .menu-mobile-shadow,
    .bus_details_links li a {
        transition-delay: 0s;
        transition-duration: .4s;
        transition-property: all;
        transition-timing-function: ease;
        -webkit-transition-delay: 0s;
        -webkit-transition-duration: .4s;
        -webkit-transition-property: all;
        -webkit-transition-timing-function: ease;
        -moz-transition-delay: 0s;
        -moz-transition-duration: .4s;
        -moz-transition-property: all;
        -moz-transition-timing-function: ease;
        -ms-transition-delay: 0s;
        -ms-transition-duration: .4s;
        -ms-transition-property: all;
        -ms-transition-timing-function: ease;
        -o-transition-delay: 0s;
        -o-transition-duration: .4s;
        -o-transition-property: all;
        -o-transition-timing-function: ease
    }

    .menu-bar span {
        width: 100%;
        height: 2.5px;
        vertical-align: top;
        background: white;
        display: inline-block;
        float: right;
        margin-bottom: 6px;

        overflow: hidden;
    }

    .primary_menu_nav.active .wp-menu-main-menu {
        left: 0;
    }

    .wp-menu-main li {
        width: 100%;
        text-align: center
    }

    .wp-menu-main.active {
        display: block
    }

    .menu-bar span:nth-child(2) {
        width: 100%
    }

    .menu-bar span:nth-child(3) {
        width: 100%
    }

    .primary_menu_nav.active .menu-bar span:nth-child(1) {
        transform: rotateZ(45deg)
    }

    .primary_menu_nav.active .menu-bar span:nth-child(1),
    .menu-bar span:nth-child(2) {
        position: relative;
        width: 100% !important
    }

    .primary_menu_nav.active .menu-bar span:nth-child(1) {
        top: 12px;
        left: 0px;
    }

    .primary_menu_nav.active .menu-bar span:nth-child(2) {
        transform: rotateZ(-45deg);
        top: 4px;
        width: 100% !important
    }

    .primary_menu_nav.active .menu-bar span:nth-child(3) {
        opacity: 0;
        transition-delay: 0s;
        transition-duration: .15s;
        transition-property: all;
        transition-timing-function: ease;
        -webkit-transition-delay: 0s;
        -webkit-transition-duration: .15s;
        -webkit-transition-property: all;
        -webkit-transition-timing-function: ease;
        -moz-transition-delay: 0s;
        -moz-transition-duration: .15s;
        -moz-transition-property: all;
        -moz-transition-timing-function: ease;
        -ms-transition-delay: 0s;
        -ms-transition-duration: .15s;
        -ms-transition-property: all;
        -ms-transition-timing-function: ease;
        -o-transition-delay: 0s;
        -o-transition-duration: .15s;
        -o-transition-property: all;
        -o-transition-timing-function: ease
    }

    .banner-title {
        font-size: 2rem;
    }

    .banner-desc {
        font-size: 1.2rem;
    }

    .banner-slide img {
        min-height: 25rem;
    }

    .banner-wsearch img {
        height: 88vh;
    }

    .banner-wsearch .panel-search {
        min-height: 13vh;
    }

    .inner-banner-content {
        padding-right: 2rem;
    }

    .out_bound ul li p, .out_bound ul li p span, .out_bound > p {
        font-size: 1rem;
    }

    .ticket_round .checkbox_container .checkmark:after {
        left: 0.65rem;
        top: 0.15rem;
        width: 0.6rem;
        height: 1.2rem;
    }

    .all_flight {
        margin-bottom: 1rem;
    }

    .flight_filter {
        left: 0;
        top: -0.5rem;
        cursor: pointer !important;
        transform: translateY(-100%);
    }

    .banner .slick-dots {
        right: 2rem;
    }

    .header-right {
        margin-top: 0;
    }

    ul.primary li ul {
        width: 100%;
        background: red;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .product-content-right li {
        display: flex;
    }

    ul.primary li ul li a {
        padding: 0.5rem 1.5rem;
        font-size: 1rem;
    }

    .show-hide-sub-menu {
        padding: 0.5rem;
        position: absolute;
        top: 0.9rem;
        right: 1rem;
        z-index: 10;
        font-size: 1.5rem;
        cursor: pointer;
        border-radius: 50%;
        background-color: #09123c;
        color: #fff;
        line-height: 1rem;
        display: block;
    }

    header {
        position: relative;
        top: 7px;
        left: 0;
        width: 100%;
        z-index: 10000;
        display: inline-block;
        vertical-align: top;
        float: left;
    }

    .header-logo {
        /* background:#565656; */
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        padding: 0;
        text-align: center;
        height: 0;
    }

    .header-logo a {
        top: 1rem;
        position: relative;
        z-index: 9999;
    }

    .header-logo img {
        width: 5rem
    }

    header .container {
        padding: 0 !important;
        max-width: calc(100% - 30px) !important;
        position: relative;
    }

    .banner-wsearch-2 .banner-title {
        font-size: 6vh;
    }

    .banner-slider .container {
        max-width: calc(100% - 36px) !important;
        position: relative;
    }

    .header-right {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10000;
        /* background-color: #2B2B2B; */
    }

    .switch-language,
    .header-search,
    .header-info {
        float: right;
    }

    ul.primary {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2b2b2b;
        overflow-y: auto;
        display: none;
        z-index: 1000;
        padding-top: 7rem;
    }

    ul.primary li {
        width: 100%;
    }

    ul.primary li a {
        width: 100%;
        /* background-color:#565656; */
        color: rgba(255, 255, 255, 0.8);
        font-size: 1.1rem;
        padding-top: 1.4rem !important;
        padding-bottom: 1.4rem !important;
        border-bottom: 1px solid #373737;
    }

    .primary_menu_nav {
        display: block;
        padding-top: 0.6rem;
        position: absolute;
        z-index: 10000;
        top: 12px;
        left: 12px;
    }

    .primary_menu_nav.active .menu-open {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .primary_menu_nav.active .menu-close {
        opacity: 1;
        visibility: visible;
        display: inline-block;
    }

    .header-right {
        padding-top: 0;
        padding-right: 15px;
    }

    .panel-search {
        margin-top: 1rem;
        position: relative;
        bottom: 0;
        float: left;
        width: 100%;
        margin-bottom: 3rem;
    }

    header {
        margin-top: 0;
    }

    .has-sub:hover ul {
        opacity: 0;
        visibility: hidden;
    }

    .has-sub.active ul {
        opacity: 1;
        visibility: visible;
    }

    .header-user:hover .fam.fam-user {
        background-position: -0.3rem -0.2rem;
    }

    .header-user.active .fam.fam-user {
        background-position: -0.3rem -1.9rem;
    }


    ul.primary li:first-child a {
        padding-top: 2rem;
    }

    ul.primary li:last-child a {
        padding-bottom: 2rem;
    }

    ul.primary li a {
        padding: 1rem 1.5rem;
    }

    .header-search-form {
        top: 6rem;
    }

    /*////////////FILTER/////////////	*/
    .panel-heading.custom-mobile-scroll-v .nav-tabs {
        display: flex;
    }

    .panel-search ul li a {
        padding: 1rem 1.2rem;
        border-radius: 1rem;
    }

    .choose-style-1 a {
        margin-bottom: 0.5rem;
    }

    .mob-mrgn-btm-1 {
        margin-bottom: 1rem;
    }

    .web {
        display: none !important;
    }

    .mob {
        display: block !important;
    }

    .panel-search .panel.with-nav-tabs .panel-heading {
        margin-bottom: 1rem;
    }

    .form-search {
        position: relative;
        padding-bottom: 5rem;
    }

    .form-search .btn-style-1 {
        position: absolute;
        bottom: 0;
        width: calc(100% + 15px);
        padding: 0.4rem 0;
    }

    .travelers {
        display: flex;
    }

    .travelers-input .lbl-1 {
        min-width: 6rem;
    }

    .travelers-inputs {
        display: inline-block;
    }

    .switch-m {
        display: none;
        width: 0;
    }

    .footer-blk h5 {
        font-size: 1.1rem;
    }

    .has-sub ul li a {
        font-size: 1rem;
    }

    .ul-style-2 li {
        font-size: 1rem;
    }

    .form-search .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        height: 4px;
    }

    .form-search .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        margin: 0 auto;
    }

    .form-search .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-bottom: 10px;
    }

    .form-search .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #D6A653;
    }

    .panel-search .panel-body {
        padding: 0 2.2rem;
        min-height: inherit;
    }

    .panel-search .tab-pane {
        padding: 2rem 0;
    }

    .banner {
        margin-bottom: 0;
    }

    .featured_cruises_row h2 {
        padding-bottom: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .aside-column {
        display: none;
    }

    .room-facilities li {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .side-bar {
        display: none;
    }

    .price_table {
        width: 100%;
    }

    .youmay_be .featured_cruises_row {
        margin-right: 0;
        padding-right: 0;
    }

    .youmay_be .slick-list {
        position: relative;
        left: -14px;
    }

    .header-search-close {
        z-index: 10000;
    }

    .bus-rentals-box {

        max-width: 450px;
        margin: 0 auto;
        margin-bottom: 4rem;
    }


    .input-style-1 {
        font-size: 1.1rem;
    }

    .header-search-popup {
        z-index: 10000;
    }

    .featured_cruises_row {
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: 45px;
    }

    .boom_now img {
        height: 300px;
        object-fit: cover;
    }

    .active-search {
        display: none !important;
    }

}

@media (max-width: 840px) {

    html, body {
        font-size: 14px;
    }

    .hotel-blk {
        max-width: 100%;
    }

    .banner-wsearch .banner-title {
        font-size: 5vh;
    }

    .blk-style-1 {
        width: 100%;
    }

    .featured_cruises_row figure img {
        margin-bottom: 1rem;
    }

    .singel_from #tab-1 {
        display: block;
    }

    .blk-style-1-content, .blk-style-1-right .blk-style-1-content {
        position: relative;
        right: auto;
        width: calc(100% - 30px);
        left: 15px;
        bottom: 0;
        margin-top: -5rem;
        max-width: 100%;
    }

    .slick-prev {
        left: 0rem;
        right: auto;
        z-index: 10;
    }

    .slick-next {
        left: auto;
        right: 0rem;
    }

    .top-destinations-slider-mob, .packages-slider {
        padding: 0 0;
    }


    .top-destination img {
        height: 16rem;
    }

    .blk-style-1 {
        margin-bottom: 0;
    }

    .package-item img {
        max-height: 28rem;
    }

    .ul-style-2 li:last-child {
        margin-bottom: 0;
    }

    footer {
        margin-top: 3rem;
        padding: 3rem 0;

    }

    .footer-blk {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #565656;
    }

    .footer-bottom {
        position: relative;
        padding-right: 0;
        padding-top: 4rem;
        margin-top: 0.5rem;
    }

    .footer-bottom .newsleter-form {
        position: absolute;
        top: 0;
        left: 0;
    }

    .footer-bottom-lbl {
        width: 100%;
        text-align: center;
    }


    .melissa-walker {
        padding-bottom: 2rem;
    }

    .hero_captions-title {
        font-size: 3rem;
    }

    .hero_captions {
        bottom: 2rem;
    }

    .mission_vision_row {
        padding: 2rem;
        margin-top: 1rem;
    }

    .bus-rentals-details {
        padding: 0;
    }

    .bus-rentals-left {
        padding: 2rem;
    }

    .overview_content h2 {
        font-size: 3rem;
        line-height: 3rem;
        padding-top: 2rem;
    }

    .overview_info p {
        padding-right: 1rem;
    }

    .overview_info {
        justify-content: space-between;
    }

    .packages-date-info {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .packages-top {
        overflow-x: auto;
        height: 140px;
        justify-content: space-between;
        padding-top: 2rem;
    }

    .price_table_row {
        display: block;
        height: auto;
        padding: 15px;
        background: #DCDCDC;
    }

    .price_table_row p {
        display: inline-block;
        width: 31%;
        font-size: 1.1rem;
    }

    .packages-top-row {
        flex-shrink: 1;
        margin-right: 2rem;
    }

    .overview_info p {
        padding: 1rem;
    }

    .overview_info {
        display: block;
        height: auto;
    }

    .input-style-1.hasDate {
        width: 9rem;
        font-size: 0.85rem;
    }

    .input-icon {
        background-position: 0.5rem 0.7rem;
    }

    .price_table_top p {
        width: 32%;
    }

    .price_table_top p:last-child {
        display: none;
    }

    .price_table_row p:last-child {
        width: 100%;
        margin-top: 1rem;
    }

    .price_table_row a.book_btn {
        padding: 1rem 1rem;
        display: inline-block;
    }

    .packages-top .packages-top-row {
        position: relative;
    }

    .packages-top:after {
        display: none;
    }

    .packages-top .packages-top-row:after {
        content: "";
        position: absolute;
        background: #D6A653;
        height: 3px;
        width: 159px;
        top: 36px;
        left: 0;
        /* right: 0; */
        margin: auto;
    }

    .packages-top .packages-top-row:last-child:after {
        display: none;
    }

    .flight-name label.checkbox_container {
        flex-shrink: 1;
        padding-left: 2rem;
        margin-bottom: 2rem;
    }

    .flight-name {
        overflow-x: auto;
        flex-wrap: wrap;
    }

    .packages_cont .proceed_skip a {
        width: 10rem;
        height: 4rem;
    }

    .visa-details {
        padding-right: 0;
    }

    .travelers-input .input-group {
        width: 6rem;
        margin-bottom: 1rem;
    }

    .flight-name p {
        width: 100%;
        padding-bottom: 2rem;
    }

    .flight-name .checkmark {
        border-color: #fff;
    }

    .packages-home-top {
        overflow-y: hidden;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .packageshome-row {
        flex-shrink: 1;
        margin-right: 1rem;
    }

    .packages-inside {
        padding-top: 2rem;
    }

    .packages-tabs ul.nav.nav-tabs {
        overflow: auto;
    }

    .packages-tabs ul.nav.nav-tabs li {
        flex-shrink: 1;
        min-width: 140px;
    }

    .packages-tabs ul.nav.nav-tabs li a {
        font-size: 1.3rem;
    }

    .packages-btn {
        flex-wrap: wrap;
        width: 80%;
        margin: auto;
    }

    .packages-btn a {
        width: 100%;
        margin: 0;
        margin-bottom: 2rem;
    }

    ul.price_info li p {
        padding-left: 1rem;
        width: 35%;
    }

    .policy_content {
        max-width: 100%;
    }

    .out_bound ul li {
        flex-shrink: 1;
    }

    .out_bound ul {
        overflow-x: scroll;
        justify-content: flex-start;
        white-space: nowrap;
    }

    .flight_timeing_right {
        width: 100%;
        padding: 1rem 0;
    }

    .flight_timeing {
        display: block;
    }

    .flight_timeing_left {
        width: 100%;
        margin-bottom: 1rem;
    }

    .coming-soon-logo img {
        width: 160px;
    }

    .coming-soon-footer {
        width: 94%;
    }

    .coming-soon-top p {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .local-bus-tours-details ul.bus_details_links li {
        padding-left: 2rem;
    }

    .overview_info p:last-child {
        padding-right: 0;
    }

    .hotel_inside_right {
        padding: 0 1rem;
    }

    .photo_video_slider button.slick-arrow, .youmay_be-sldier button.slick-arrow {
        bottom: -2rem;
    }

    .insurance_content {
        margin-top: 2rem;
    }

    .flight_stop {
        padding: 1rem;
    }


    .price_section_top {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .price_section_top > div {
        width: 100%;
        margin: 0 0.2rem;
    }

    .hotel_night p {
        width: 120px;
    }

    .hotel_category p {
        width: 70px;
    }

    .hotel_childs p span {
        width: 80px;
    }

    .hotel_appartments p {
        width: 100px;
    }

    .price_section_row {
        overflow-x: scroll;
        white-space: nowrap;
        height: 60px;
        overflow-y: hidden;
    }

    .price_section_row > div {
        width: 100%;
    }

    .price_section_first p {
        width: 90px;
        height: auto;
    }

    .price_section_sec p {
        width: 60px;
    }

    .price_section_four p {
        width: 70px;
    }

    .price_section_there p {
        padding: 0 0.5rem;
    }

    .price_section_first p:first-child {
        width: 140px;
    }

    .price_section_first p span {
        position: static;
    }

    .price_section_row > div:first-child {
        flex-wrap: nowrap;
    }

    .rate_per_row {
        display: block;
        padding-bottom: 2rem;
    }

    .rate_per_row > div {
        margin: 0;
        margin-top: 1.5rem;
    }

    .travelers-input {
        margin-left: 0;
    }

    .wrapper-login-sigup {
        z-index: 1000001 !important;
    }

    .login-sigup {
        max-width: 90%;
    }

    .sigup-form {
        padding: 2rem 1rem 0;
    }

    .login_with {
        width: calc(100% - 2rem);
        margin: 0 1rem;
        margin-bottom: 1rem;
    }

    .wrapper-login-sigup.active {
        padding-top: 3rem;
    }

    .hotel_proceed input[type="text"] {
        margin-bottom: 1rem;
        height: 3.5rem;
        padding: 0 1rem 0px 1rem;
    }

    .hotel_proceed select {
        margin-bottom: 1rem;
        height: 3.5rem;
    }

    .packages-top {
        margin-top: 2rem;
    }

    .row-with-sidebar .col-md-3, .row-with-sidebar .col-md-9 {
        width: 100%;
    }

    .review_info, .itinerary_map {
        padding-right: 0 !important;
    }

    .youmay_be {
        padding: 15px 0rem 0 15px;
    }

    .overview_title {
        font-size: 1.1rem;
    }

    .hotel-blk {
        max-width: 100% !important;
    }

    ul.submitted_by {
        font-size: 1rem;
    }

    .flight_filter_wrapper {
        top: -0.2rem;
    }

    .flight_filter_wrapper.active {
        left: -138px;
    }

    .packages-highlights {
        border-radius: 25px;
    }

    .packages-tabs ul.nav.nav-tabs li a {
        font-size: 1.1rem;
        line-height: 1.4;
    }

    .price_section_first p:first-child {
        width: 160px;
    }

    ul.price_info li span {
        font-size: 0.8rem;
    }

    ul.price_info {
        font-size: 0.8rem;
    }

    .explore_content {
        font-size: 1rem;
    }
}

.bus-rental-form {
    width: 100%;
    max-width: 1200px;
    background-color: #2B2B2B;
    margin: 30px auto;
    border-radius: 20px;
}

.bus-rental-form form {
    width: 500px;
    margin: 0 auto;
    padding: 20px;
}

.bus-rental-form input#name,
.bus-rental-form input#Phone,
.bus-rental-form input#email,
.bus-rental-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: bold;
}

.bus-rental-form input[type="submit"] {
    border: none;
    /*border-radius: 20px;*/
    /*cursor: pointer;*/
    /*background-color: #D6A653;*/
    /*color: white;*/
    /*width: calc(100% + 15px);*/
    /*padding: 0.4rem 0;*/
}

.bus-rental-form textarea {
    height: 100px;
    resize: none;
}

.bus-rental-form input,
.bus-rental-form textarea {
    font-size: 1.3rem;
    margin: 20px 0;
}

.bus-rental-form input[type="submit"]:hover {
    content: "";
    background-color: white;
    color: #D6A653;
}

.bus-rental-form1 {

    margin: 10px auto;
    color: white;
    width: fit-content;
    /* background: #565656; */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 20px;
    border-radius: 20px;
    padding: 0.4rem 0;
    font-size: xx-large;
    font-weight: bold;
}

/*.grid-item{*/
/*           border: solid black 1px;*/
/*           border-radius: 5px;*/
/*           display: flex;*/
/*           justify-content: center;*/
/*           padding: 0.7rem;*/
/*           font-family: 'Montserrat SemiBold';*/
/*       }*/
/*       .grid-container{*/
/*           display: grid;*/
/*           grid-template-columns: 1fr 1fr 1fr;*/
/*           grid-gap: 10px;*/

/*       }*/
button.btn-style-1 {
    padding: 0.1rem 0.7rem;
    border: none;
}

.grid-div {
    background: #EAEAEA;
    border-radius: 25px;
    padding: 2rem;
    position: relative;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

thead:before {
    content: "Example";
    padding: 8px;
    font-size: x-large;
    font-weight: bold;
}

.editfa {

    font-size: large;
    vertical-align: center;
    display: inline-block;
    width: 2rem;
    height: 2rem;

}

.insurance_content h2 {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: large;
}

.popup-form {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    overflow-y: scroll;
}

.popup-content {
    background-color: #EAEAEA;
    border-radius: 25px;
    margin: 20px auto;
    padding: 40px;
    border: 1px solid #888;
    width: 100%;
    max-width: 800px;

}

/*.popup-form-content form{*/
/*    margin:20px;*/
/*}*/
.popup-content input,
.popup-content textarea,
.popup-content select {
    border-radius: 10px;
    font-size: 12px;
}

.popup-content button {
    margin: 10px 5px;
}

.popup-content h2 {
    width: 50%;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    margin: 0 auto 50px;
}

.popup-content label {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.popup-content label i {
    margin-right: 10px;
    font-size: 20px;
}

.popup-content textarea {
    padding: 15px;
}

.popup-content select {
    border: unset;
    appearance: none;
}

.inqure-form {

}

.popup-content .button {
    transform: translateX(70%);
}

.img-banner-size {
    max-height: 460px !important;
}

.topPromotionArrowLeft,
.topPromotionArrowRight {
    /*outline: red solid 5px !important;*/
    transform: rotate(45deg) !important;
    border: solid white !important;
    opacity: unset;
}

.topPromotionArrowLeft {
    border-top: unset !important;
    border-right: unset !important;
    /*transform: translate(-30px, 0px) rotate(45deg) !important;*/
    /*box-shadow: -3px 3px 4px rgba(0,0,0,0.5);*/
}

.topPromotionArrowRight {
    border-left: none !important;
    border-bottom: none !important;
    /*transform: translate(30px, 0px) rotate(45deg) !important;*/
    /*box-shadow: 3px -3px 4px rgba(0,0,0,0.5);*/
}

@media screen and (max-width: 1150px) {
    /*.topPromotionArrowLeft,*/
    /*.topPromotionArrowRight{*/
    /*    transform: rotate(45deg) !important;*/
    /*    border: solid white !important;*/
    /*}*/
    .topPromotionArrowLeft {
        border-top: unset !important;
        border-right: unset !important;
        /*box-shadow: -3px 3px 4px rgba(0,0,0,0.5);*/
    }

    .topPromotionArrowRight {
        border-left: none !important;
        border-bottom: none !important;
        /*box-shadow: 3px -3px 4px rgba(0,0,0,0.5);*/
    }

}

@media screen and (max-width: 840px) {
    .topPromotionArrowLeft {
        left: 0.9rem;
    }
}

.custom-panel-body {
    background: #edecec !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.custom-panel-search ul li a.active {
    background: #edecec;
    color: #2b2b2b
}

.custom-input {
    border-color: #2b2b2b;
    color: #2b2b2b;
}

.custom-input::placeholder {
    color: #2b2b2b;
}

@media (max-width: 960px) {
    .custom-panel-body {
        border-top-left-radius: 20px;
    }

    .custom-panel-heading {
        display: none;
    }
}

.custom-form-search-input {
    padding: 0 !important;
}

.custom-form-search-input select {
    color: #2b2b2b;
}

@media (max-width: 960px) {
    .custom-select-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .custom-mt-5 {
        margin-top: 2rem !important;
    }
    .custom-panel-search{
        padding: 0 15px !important;
    }
}

@media (max-width: 960px) {
    .custom--select {
        border: 1px solid #2b2b2b;
        border-radius: 10px;
        width: 100%;
        height: 40px;
    }

    .custom-mb-1 {
        margin-bottom: 10px;
    }

    .custom-row-margin {
        width: 100%;
        margin: 0;
    }

    .custom-btn-style-1 {
        width: 100% !important;
    }

    .custom-mt {
        margin-top: 0 !important;
    }
}

.custom-color{
    color: #2b2b2b !important;
}

@media (max-width: 840px) {
    .custom-travelers-input{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
@media (max-width: 640px) {
    .custom-travelers-inputs{
        flex-direction: column;
    }
    .custom-travelers-input{
        justify-content: space-between;
    }
}
@media (max-width: 392px) {
    .custom-travelers-input{
        flex-direction:  column;
    }
}

.custom-panel-search{
   box-shadow: unset !important;
}
