/*
Theme Name:TravelZone v1 
Theme URI: 
Description: Custom Theme Made by Gs Chauhan.
Version:1.0
*/
/*font style*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Open Sans', sans-serif !important;
    color: rgba(9, 26, 53, 0.6);
    color: #000 !important;
    background-color: #f5f5f5;
}

.text-semiblue {
    color: rgba(102, 122, 167, 1);
}
.color-fondo {
    background-color: rgba(245, 245, 245, 1) !important;
}
.terminos-condiciones {
    color: rgba(132, 195, 24, 1);
}
.codigo-promocode {
    font-size: 1.4rem;
    color: #00226D;
    font-weight:700;
}
.titulo-promocode {
    color: #00226D !important;
}
/*badge perfil*/
.badge {
    display: inline-block;
    border-radius: 20px; /* Borde redondeado */
    border: 0px;
    padding: 2px 10px;
    background-color: rgba(241, 241, 241, 0.7);
}

    .badge img {
        vertical-align: middle; /* Alinea la imagen verticalmente */
        width: 20px; /* Ancho de la imagen */
        height: 20px; /* Altura de la imagen */
        margin-left: 5px; /* Espacio entre la imagen y el texto */
    }

    .badge .texto {
        vertical-align: middle; /* Alinea el texto verticalmente */
        color: #00226D;
    }

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}


.textcustom {
    color: #00226D;
    background-color: #A8A8A810;
}
.linea{
    height:2px !important; 
    color:#A8A8A8;
    margin: 0 12% 0 12%;
}
.fondo{
    background:#0043D210;
}
.image-footer{
    padding: 10% 0 0 0;
}
.textgoogle {
    color: #00226D !important;
    font-weight:700;
}
.fw-medium {
    font-weight: 500 !important;
}

a, a:hover, a:focus {
    text-decoration: none;
}

input:focus, textarea:focus, .form-control:focus, .form-check-input:checked, select:focus {
    outline: none;
    box-shadow: none;
}

.border-939CB1 {
    border-color: #939CB1;
}
.border-667AA7 {
    border-color: #667AA7;
}

.text-091A35, .text-primary {
    color: white !important;
}

.bg-091A35 {
    background-color: #00226D !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.bg-red-default {
    color: #D43E49 !important;
}

.bg-danger {
    background-color: #D43E49 !important;
}

.text-danger {
    color: rgba(0, 80, 255, 1) !important;
}

.filter-bright-0 {
    filter: brightness(0);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 64;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.preloader > .container {
    max-width: 95vw;
    width: 600px;
    background: #0043D2;
    box-shadow: 0px 1px 5px #a8a8a8;
    border-radius: .25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/*Header*/
#header {
    display: block;
    min-height: 80px;
    position: relative;
    top: 25px;
    z-index: 5;
    transition: all 0.3s;
    background: transparent;
    width: 100%;
}

    #header .menu-container {
        position: relative;
        /*background: linear-gradient(90deg, rgb(9 27 53 / 80%) 0%, rgba(0, 67, 210, 1) 100%);*/
        background: rgba(0, 67, 210, 0.8);
        border-radius: 8px;
        padding: 0px 15px;
    }

.logo a {
    display: block;
}

.logo {
    position: relative;
    top: 25px;
}

/* Desktop Navigation */

.main-nav > ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    float: none;
    flex-flow: row;
}

    .main-nav > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

.navbar {
    display: block;
}

.main-nav a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    opacity: 1;
    color: #ffffff;
    padding-right: 15px;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-link {
    padding: 16.7px 12px !important;
}

.main-nav a:focus,
.main-nav a:hover {
    color: rgba(163, 241, 36, 1) !important;
    background: transparent !important;
}

.main-nav .drop-down ul {
    display: block;
    list-style: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    padding: 0;
    background: #ffffff;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    /*opacity: 0;visibility: hidden;top: calc(100% + 30px);padding: 10px 0;*/
}

.main-nav .drop-down:hover > ul {
    /*opacity: 1;top: 100%;visibility: visible;*/
    height: auto;
    padding: 10px 0;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 7px 20px;
    font-size: 14px;
    color: #131313;
    text-align: left;
    letter-spacing: 1px;
}

    .main-nav .drop-down ul a:hover,
    .main-nav .drop-down ul .active > a,
    .main-nav .drop-down ul li:hover > a {
        color: #253d52;
    }

.main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

    .main-nav .drop-down .drop-down > a:after {
        content: "\f105";
        position: absolute;
        right: 15px;
    }

.user-box-wrap {
    min-height: 80px;
    line-height: 80px;
}

    .user-box-wrap a {
        display: block;
        margin: 0 0 0 20px;
        font-size: 25px;
        color: #ffffff;
    }
/* Mobile Navigation */
.mobile-nav {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: fixed;
    top: 82px;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -100%;
    width: 100%;
    padding-top: 18px;
    background: #ffffff;
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 30px;
        font-weight: 900;
        opacity: 1;
        padding-right: 15px;
        z-index: 1;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .mobile-nav a:hover,
        .mobile-nav .active > a,
        .mobile-nav li:hover > a,
        .mobile-nav li:focus > a {
            color: #ffffff;
            text-decoration: none;
            background: transparent !important;
        }

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 6px;
    top: 10px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-nav .active.drop-down > a:after {
    transform: rotate(90deg);
    background: #ffffff;
    color: #1e1e2a;
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: absolute;
    float: left;
    left: 0;
    top: 10px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    display: none;
}

    .mobile-nav-toggle i {
        margin: 12px;
        color: #ffffff;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    right: 0;
    position: fixed;
    background: rgb(0 0 0 / 0%);
    overflow: hidden;
    display: none;
}

    .mobile-nav-overly img {
        display: block;
        position: absolute;
        top: 19px;
        left: 12px;
        width: 32px;
    }

    .mobile-nav-overly .fa-times {
        position: absolute;
        left: 15px;
        top: 20px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
    }

/*.mobile-nav-active {
	overflow: hidden;
}*/

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: rgb(0, 0, 0);
}

.back-search {
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
}

span.back-search img {
    transform: rotate(-180deg);
    width: 9px;
    margin-right: 10px;
}

.col-lg-3.col.mobile-user-box a {
    font-weight: 600;
    font-size: 14px;
    line-height: 80px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: block;
    width: auto;
}

.col-lg-3.col.mobile-user-box span {
    margin-right: 5px;
}

.forgot-pw {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
}

    .forgot-pw a {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #D43E49;
        margin-left: 24px;
    }









/*banner-sec*/
.banner-sec {
    position: relative;
    width: 100%;
    margin-top: -97px;
    margin-bottom: auto;
}

    .banner-sec img.img-fluid {
        object-fit: cover;
    }

.banner-text {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

    .banner-text h1 {
        font-size: 64px;
        font-weight: 600;
        letter-spacing: -4px;
        color: #ffffff;
    }

#filter {
    display: none;
}
/*search tabs*/
#front_tabs {
    position: relative;
    margin-top: -60px;
}

.tabs_wrapper {
    position: relative;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 20%);
}

.tabs {
    padding: 0;
    background: none;
    border-radius: 0;
    border: none;
    font-family: inherit;
}

.tabs_tabs .ui-tabs-nav {
    padding: 0 0 0 30px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    border: none;
    border-radius: 0;
    background: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .tabs_tabs .ui-tabs-nav li {
        margin: 0 0 0 1px !important;
        border: none;
        background: none;
        font-weight: 500;
        list-style: none;
        display: inline-block;
    }

        .tabs_tabs .ui-tabs-nav li:first-child {
            margin-left: -10px !important;
        }

        .tabs_tabs .ui-tabs-nav li.ui-tabs-active {
            margin: 0;
            padding: 0;
        }

    .tabs_tabs .ui-tabs-nav .ui-tabs-anchor {
        color: #818181;
        padding: 24px 25px 10px 25px;
        float: none;
        display: block;
        font-size: 14px;
        font-weight: bold;
    }

        .tabs_tabs .ui-tabs-nav .ui-tabs-anchor img {
            margin-right: 8px;
        }

.ui-tabs-active .ui-tabs-anchor img {
    filter: brightness(0.5);
}

.tabs_tabs .ui-tabs-nav .ui-tabs-anchor:focus {
    outline: none;
}

.tabs_tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    color: #00226D;
    border-bottom: 2px solid #A3F124;
}

.tabs_content {
    position: relative;
}

    .tabs_content .ui-tabs-panel {
        background: none;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
    }

.tabs2 .tabs_content .ui-tabs-panel {
    display: block !important;
}

    .tabs2 .tabs_content .ui-tabs-panel.tab-hidden {
        position: absolute;
        width: 100%;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        height: 1px;
    }

.form1 {
    display: block;
    /*padding: 24px 38px;*/
    /*margin-bottom: 20px;*/
}

.front .form1 {
    margin-bottom: 0;
}

.form1 label {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
}

.select1_inner label, .input1_inner label {
    position: absolute;
    left: 15px;
    text-align: center;
    font-size: 10px;
    color: #adb5bd;
    top: 13px;
    padding: 0;
}

.form2 {
    display: block;
    padding: 20px 30px;
    margin-bottom: 30px;
}

    .form2 label {
        font-size: 14px;
        line-height: 1;
        padding-bottom: 10px;
        display: block;
        font-weight: 600;
        margin-bottom: 0;
        white-space: nowrap;
    }

.form2_flights label {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}

.form2_flights .select1_inner {
    float: left;
    width: 100px;
}

.form2_hotels {
    padding-top: 0;
}

    .form2_hotels label {
        padding-bottom: 6px;
    }

.form3 {
    display: block;
    padding: 20px;
    border-bottom: 3px solid transparent;
    margin-bottom: 30px;
}

    .form3 label {
        font-size: 14px;
        line-height: 1;
        padding-bottom: 10px;
        display: block;
        font-weight: 600;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .form3 .select1_wrapper {
        float: left;
        margin-right: 20px;
    }

    .form3 .txt label {
        margin-top: 15px;
    }

    .form3 .sel {
        width: 125px;
    }

    .form3 .sel2 {
        width: 225px;
    }

    .form3 .buttons {
        margin-right: 0;
        line-height: 1px;
    }

.select1_inner {
    position: relative;
    /*height: 42px;*/
    position: relative;
    text-align: center;
}

    .select1_inner:after {
        content: '';
        display: block;
        width: 10px;
        height: 7px;
        position: absolute;
        right: 10px;
        top: 17px;
    }

.select2 {
    width: 100%;
    border: 1px solid #aaa;
    /*padding: 2px 0 0 0;*/
    height: 64px;
    background-color: #A8A8A810;
}

    .select2 *:focus {
        outline: none !important;
    }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px;
    overflow: hidden;
    background: #091b35;
}

.select2-container--default .select2-selection--single {
    background: none;
    border-radius: 0;
    border: none;
    height: auto;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
        line-height: 55px;
        padding: 10px 20px 10px 15px;
        color: #00226D;
        text-align: left;
        min-height: 58px;
    }

.select2_inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-dropdown {
    background: none;
    border-radius: 0;
    z-index: 10;
    min-width: 0px;
}

.select2-container--open .select2-dropdown--below {
    border: none;
}

.select2-results__option {
    padding: 10px 5px 10px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

    .select2-results__option:first-child {
        border-top: none;
    }

.small .select2-results__option {
    padding-left: 0;
}

.ui-datepicker {
    font-size: 14px;
    width: 212px;
}

.input1_inner {
    position: relative;
    background: none;
    height: 64px;
    position: relative;
    border: 1px solid #aaa;
    text-align: center;
}

    .input1_inner:after {
        content: '';
        display: block;
        width: 16px;
        height: 17px;
        position: absolute;
        right: 10px;
        top: 11px;
    }

    .input1_inner input {
        padding: 20px 10px 5px 10px;
        height: 60px;
        border: none;
        font-size: 13px;
        font-family: inherit;
        display: block;
        width: 100%;
    }

        .input1_inner input:focus {
            outline: none;
        }

.input2_inner {
    position: relative;
    background: none;
    height: 42px;
    position: relative;
}

    .input2_inner input {
        padding: 10px 25px 10px 15px;
        height: 40px;
        border: none;
        font-size: 13px;
        line-height: 20px;
        font-family: inherit;
        display: block;
        width: 100%;
    }

        .input2_inner input:focus {
            outline: none;
        }

.btn-form1-submit {
    font-size: 13px;
    font-weight: bold;
    padding: 12px 10px;
    line-height: 20px;
    height: 64px;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    background: linear-gradient(to right, #0050FF, #0050FF);
    color: #ffffff;
    transition: background 0.3s ease-out;
    border: 0px solid #aaa;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-form1-submit:focus {
    outline: none;
}

.buscar-btn {
    border-top-right-radius: 4px; /* Redondea la esquina superior derecha */
    border-bottom-right-radius: 4px; /* Redondea la esquina inferior derecha */
    padding: 10px; /* Espaciado interno para mayor visibilidad */
    /* Estilo predeterminado */
    background-color: rgba(163, 241, 36, 1); /* Color de fondo predeterminado */
    color: #fff; /* Color del texto predeterminado */
    transition: background-color 0.3s ease;
}

    /*........discover*/
    .discover-sec {
    position: relative;
    padding-top: 30px;
}

.discover-box a, .fun-box a {
    display: block;
    position: relative;
}

.discover-info, .fun-info {
    position: absolute;
    bottom: 3%;
    left: 3%;
    right: 0;
    padding: 15px;
}

    .discover-info h2, .fun-info h2 {
        font-size: 22px;
        font-weight: 700;
        color: #ffffff;
    }

.discover-rating, .fun-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .discover-rating span {
        display: inline-block;
        margin-right: 15px;
        font-size: 14px;
        color: #ffffff;
    }

.discover-box.dis-box-side {
    margin-bottom: 12px;
}

.discover-rating span i.fa-map-marker {
    color: #A3F124;
    margin-right: 5px;
}

.discover-rating span i.fa-star {
    color: #FFB535;
    margin-right: 5px;
}

.discover-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0px;
}

    .discover-title h2 {
        font-size: 32px;
        font-weight: 700;
        color: #00226D;
        margin-right: 15px;
    }

button#dropdownMenuButton2 {
    background: transparent;
    color: #A3F124;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 15px;
    padding: 0;
    font-size: 10px;
    border: 1px solid #A3F124;
}

.discover-choose {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .discover-choose span {
        font-size: 14px;
        font-weight: 600;
        color: #A3F124;
        display: inline-block;
        margin-right: 5px;
    }

#discover-slide .owl-nav,
#fun-slider .owl-nav {
    position: absolute;
    top: -85px;
    right: 0;
}

    #discover-slide .owl-nav .owl-prev.disabled,
    #fun-slider .owl-nav .owl-prev.disabled
    #discover-slide .owl-nav .owl-next.disabled,
    #fun-slider .owl-nav .owl-next.disabled {
        pointer-events: none;
        opacity: 0.2;
    }

    #discover-slide .owl-nav .nav-btn.active,
    #fun-slider .owl-nav .nav-btn.active {
        opacity: 1;
    }

    #discover-slide .owl-nav .prev-slide,
    #fun-slider .owl-nav .prev-slide {
        background: url('../imgs/arrow.png') no-repeat scroll 0 0;
        left: -33px;
    }

    #discover-slide .owl-nav .next-slide,
    #fun-slider .owl-nav .next-slide {
        background: url('../imgs/arrow.png') no-repeat scroll -24px 0px;
        right: 0;
        width: 30px;
        height: 30px;
        background-size: 44%;
        background-position: 3% 40%;
    }

    #discover-slide .owl-nav .prev-slide,
    #fun-slider .owl-nav .prev-slide {
        background: url('../imgs/arrow.png') no-repeat scroll 0 0;
        left: 0;
        width: 30px;
        height: 30px;
        background-size: 44%;
        background-position: 3% 54%;
        transform: rotate(180deg);
    }

    /**/
    #discover-slide .owl-nav button.owl-next,
    #fun-slider .owl-nav button.owl-next,
    #discover-slide .owl-nav button.owl-prev,
    #fun-slider .owl-nav button.owl-prev {
        font-size: 55px;
        color: #0050FF;
    }

        #discover-slide .owl-nav button.owl-next:hover,
        #discover-slide .owl-nav button.owl-prev:hover,
        #fun-slider .owl-nav button.owl-next:hover,
        #fun-slider .owl-nav button.owl-prev:hover,
        #discover-slide .owl-nav button.owl-next:focus,
        #discover-slide .owl-nav button.owl-prev:focus,
        #fun-slider .owl-nav button.owl-next:focus,
        #fun-slider .owl-nav button.owl-prev:focus {
            background: transparent !important;
            outline: none !important;
            border: 0 !important;
        }
/*........more-fun-sec*/
.more-fun-sec {
    position: relative;
    padding-top: 30px;
}

.fun-rating span {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
}

.fun-box {
    margin-bottom: 25px;
}

.footer-sec {
    margin-top: 50px;
    width: 100%;
    float: left;
}

.footer-wrap {
    border-top: 1px solid rgba(160, 160, 160, 0.16);
    border-bottom: 1px solid rgba(160, 160, 160, 0.16);
    padding-top: 80px;
    padding-bottom: 55px;
}

.footer-box {
    margin-bottom: 30px;
}

    .footer-box h3 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 25px;
    }

    .footer-box a.footer-logo {
        display: block;
        margin-bottom: 15px;
    }

    .footer-box p {
        font-size: 14px;
        font-weight: 400;
        color: #667AA7;
    }

    .footer-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .footer-box ul li {
            display: block;
            margin-bottom: 10px;
        }

            .footer-box ul li a {
                font-size: 14px;
                color: #FFFFFF;
            }

.footer-box-last ul {
    margin-bottom: 15px;
}

    .footer-box-last ul li {
        font-size: 14px;
        color: #fff;
        font-weight:400;
    }

        .footer-box-last ul li .fa {
            height: 20px;
            width: 20px;
            font-size: 14px;
            color: rgba(163, 241, 36, 1);
        }

form.subscribe-form {
    position: relative;
}

    form.subscribe-form input {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid rgba(0, 34, 109, 1) !important;
        color: rgba(0, 34, 109, 1);
        height: 40px;
        position: relative;
        padding: 5px 5px 5px 38px;
    }

        form.subscribe-form input:focus {
            outline: none;
        }

button.subscribe-btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #A3F124 !important;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    background: #A3F124;
    height: 40px;
    color: #FFFFFF;
}

.page-item.disabled .page-link {
    color: rgb(160 160 160 / 16%);
}

.row.row-page-nav {
    align-items: center;
}

form.subscribe-form label {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 16px;
    color: rgba(0, 34, 109, 1);
}

.bottom-footer-box p {
    font-size: 14px;
    color: #FFFFFF;
}

.footer-bottom-wrap {
    padding: 60px 15px;
}

.bottom-footer-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

    .bottom-footer-box ul li {
        display: inline-block;
        margin-right: 8px;
    }

        .bottom-footer-box ul li a {
            display: block;
            background: #fff;
            height: 24px;
            width: 24px;
            border-radius: 100%;
            text-align: center;
            line-height: 25px;
            transition: all .3s;
        }

            .bottom-footer-box ul li a:hover {
                background: #A3F124;
            }

.bottom-footer-box span {
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 8px;
}
/**-------------00tzdresult------------------**/
.search-result-wrap {
    margin-top: -40px;
}

.left-radius .select2-container {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.search-icon-box {
    border: 1px solid #aaa;
    height: 64px;
    border-right: 0;
    line-height: 60px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.search-result-preview {
    position: relative;
    padding: 50px 0px;
}

.search-title p {
    font-size: 14px;
    font-weight: 400;
    color: #667AA7;
}

.search-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #00226D;
}

.search-hotel h3 {
    font-size: 18px;
    font-weight: 700;
    color: #00226D;
    margin-bottom: 15px;
}

.input-group-text {
    background: transparent;
    border-right: 0;
    padding-right: 0;
    border-color: #667AA7;
}

input#search-hotel {
    border-left: 0;
    border-color: #667AA7;
}

.hotel-sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #00226D;
    margin-bottom: 20px;
}

hr.custom-hr {
    margin: 45px 0px;
    background-color: #b0b0b0;
}

.form-check label {
    font-size: 14px;
    color: #667AA7;
    margin-bottom: 10px;
    vertical-align: sub;
}

.form-check .form-check-input {
    float: left;
    margin-left: -35px;
}

.form-check-input {
    height: 24px;
    width: 24px;
}

    .form-check-input:checked {
        background-color: rgba(163, 241, 36, 1);
        border-color: rgba(163, 241, 36, 1);
    }

.select-button-rooms {
    background-color: rgba(163, 241, 36, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    border: 1px solid rgba(163, 241, 36, 1) !important;
}

.search-rating ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .search-rating ul li {
        display: inline-block;
        margin-right: 5px;
        color: #667AA7;
        font-size: 28px;
    }

button.all-search-show {
    border: 0;
    background: 0;
    color: #D43E49;
    font-size: 14px;
    font-weight: 400;
    margin-top: 16px;
}

.result-wrap .badge {
    display: inline-block;
    font-size: 14px;
    color: #00226D;
    font-weight: 400;
    background: #F5F6F8 !important;
    padding: 13px;
}

.short-by span {
    display: inline-block;
    color: #00226D;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}

.recomended-select {
    border-color: #667AA7;
    border-radius: 4px;
    height: 40px;
    max-width: 200px;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    background: #E9E9E9 !important;
    color: #00226D;
}

.select-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.short-by {
    display: flex;
    max-width: 305px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.hotel-info-wrap h2 {
    font-size: 24px;
    font-weight: 700;
    color: #00226D;
    /*margin: 15px 0 4px 0;*/
}

.hotel-info-text {
    min-height: 130px;
}

.hotel-rating span {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #667AA7;
}

    .hotel-rating span i.fa-star {
        color: #FFB535;
        margin-right: 5px;
    }

    .hotel-rating span i.fa-map-marker {
        color: #0050FF;
        margin-right: 5px;
    }
/*.hotel-info-text {
    margin-top: 24px;
}*/
.hotel-info-text p {
    font-size: 13.5px;
    color: #00226D;
    font-weight: 400;
}

.hotel-price-box span {
    font-size: 12px;
    color: #00226D;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.hotel-price-box {
    /*margin-top: 15px;*/
    text-align: right;
}

    .hotel-price-box h3 {
        font-size: 24px;
        font-weight: 700;
        color: #00226D;
        margin: 4px 0px;
    }

    .hotel-price-box font {
        display: block;
        font-size: 12px;
        color: #667AA7;
        margin: 5px 0px;
    }

a.custom-btn, a.book-btn {
    border-radius: 4px;
    max-width: 200px;
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: rgba(0, 80, 255, 1);
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid rgba(0, 80, 255, 1);
    background: rgba(245, 245, 245, 1);
    transition: all .3s;
    margin-left: auto;
}
a.custom-btn-card, a.book-btn-card {
    border-radius: 4px;
    max-width: 200px;
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid rgba(0, 80, 255, 1);
    background: rgba(0, 80, 255, 1);
    transition: all .3s;
    margin-left: auto;
}
a.custom-btn-car, a.book-btn-car {
    border-radius: 4px;
    max-width: 200px;
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: rgba(0, 80, 255, 1);
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
    border: 1px solid rgba(0, 80, 255, 1);
    /*background: rgba(168, 168, 168, 0.16);*/
    transition: all .3s;
    margin-left: auto;
}
a.custom-btn-att {
    border-radius: 4px;
    max-width: 200px;
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid #0050FF;
    background: #0050FF;
    transition: all .3s;
    margin-left: auto;
}
a.custom-btn-return {
    border-radius: 4px;
    max-width: 200px;
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: rgba(102, 122, 167, 1);
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid rgba(102, 122, 167, 1);
    background: rgba(241, 241, 241, 1);
    transition: all .3s;
    margin-left: auto;
}

a.custom-btn-cruise-reservation {
    border-radius: 4px;
    max-width: 300px;
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #A3F124;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid #A3F124;
    transition: all .3s;
    margin-left: auto;
}

a.book-btn {
    width: 170px;
    margin: 0 0 0 auto;
}

/*    a.custom-btn:hover, a.book-btn:hover {
        border: 1px solid #A3F124;
        background: #A3F124;
        color: #ffffff;
    }*/

.hotel-info-row {
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    margin-bottom: 25px;
    transition: all .3s;
    background-color: white;
}

.hotel-info-row:hover { 
    border-color: #A3F124;
}

/*    .hotel-info-row:hover {
        border-color: #A3F124;
    }*/
    .hotel-info-row:hover .btn-hover-color {
        background-color: #A3F124; /* Cambio de color de fondo del bot�n al pasar el cursor sobre la tarjeta */
        border-color: #A3F124;
        color: rgba(255, 255, 255, 1);
    }
    .hotel-info-row:hover .btn-hover-color-secundary {
        border-color: rgba(163, 241, 36, 1);
        color: rgba(163, 241, 36, 1);
    }
    .car-border-right {
        border-right: 1.5px solid rgba(102, 122, 167, 0.2);
    }
.sidebar-wrap {
    padding-right: 35px;
}

#hotel-1 img {
    height: 255px;
}

.hotel-info-wrap {
    padding: 24px;
}

.page-link {
    color: #d43e49;
}

.pre-link {
    width: 75px;
    text-align: center;
    color: #00226D;
}

.next-link {
    width: 75px;
    text-align: center;
}

.page-item.active .page-link {
    z-index: 3;
    color: #00226D;
    background-color: transparent;
    border-color: #dee2e6;
}

.total-page-count.text-md-end {
    font-size: 14px;
    color: #667AA7;
}

#hotel-1 .item img, #hotel-2 .item img, #hotel-3 .item img, #hotel-4 .item img, #abt-slide .item img {
    display: block;
    width: 100%;
    height: 260px;
}

#hotel-1 .owl-dots, #hotel-2 .owl-dots, #hotel-3 .owl-dots, #hotel-4 .owl-dots, #abt-slide .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

    #hotel-1 .owl-dots .owl-dot span, #hotel-2 .owl-dots .owl-dot span, #hotel-3 .owl-dots .owl-dot span,
    #hotel-4 .owl-dots .owl-dot span, #abt-slide .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px 3px;
        background: #ffffff;
        border: 1px solid #ffffff;
    }

    #hotel-1 .owl-dots .owl-dot.active span, #hotel-2 .owl-dots .owl-dot.active span,
    #hotel-3 .owl-dots .owl-dot.active span, #hotel-4 .owl-dots .owl-dot.active span,
    #abt-slide .owl-dots .owl-dot.active span {
        background: #86979100 !important;
    }

.search-title {
    margin-bottom: 48px;
}

.breadcrumb-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .breadcrumb-box ul li {
        position: relative;
        display: inline-block;
        margin-right: 24px;
    }

.breadcrumb-box a {
    font-size: 14px;
    color: rgba(102, 122, 167, 1);
}

.breadcrumb-box ul li:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background-image: url('../imgs/Arrow-light.png');
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -22px;
}

.breadcrumb-box ul li:last-child:after {
    display: none;
}

.hotel-detail-sec, .tour-detail-sec {
    position: relative;
    padding: 30px 0px;
}

.hd-gallery-box {
    position: relative;
}

    .hd-gallery-box span {
        position: absolute;
    }

        .hd-gallery-box span.heart-icon {
            right: 24px;
            top: 24px;
        }

        .hd-gallery-box span.gallery-icon img {
            margin-left: 5px;
        }

        .hd-gallery-box span.gallery-icon {
            right: 24px;
            bottom: 24px;
            color: #ffffff;
        }

.hd-title {
    margin-bottom: 48px;
}

    .hd-title h2 {
        font-size: 30px;
        color: #00226D;
        font-weight: 700;
        margin: 10px 0px;
    }

.hd-side-content h3 {
    font-size: 18px;
    color: #00226D;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 25px;
}

.hd-side-content p {
    font-size: 14px;
    color: #00226D;
    font-weight: 400;
    line-height: 27px;
}

.hd-side-content {
    padding-right: 100px;
}

.hd-rooms-selection h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #00226D ;
    margin: 50px 0px 24px 0px;
}

.hd-rooms-selection #room-table {
    border: 1px solid #A0A0A029;
    border-radius: 8px;
}

.table-border-forma {
    border: 1px solid #A0A0A029;
    border-radius: 8px;
}
.table-border-forma .table {
    margin: 0 !important;
}

#room-table > :not(:first-child) {
    border-top: 0px solid currentColor;
}

#room-table thead tr th {
    padding: 4px 9px;
    font-size: 14px;
    color: #00226D99;
}

#room-table thead .middle {
    vertical-align: middle;
}

#room-table thead .borderless, #room-table tbody .borderless {
    border: none;
}

table#room-table h5 {
    font-size: 14px;
    color: #00226D;
}

table#room-table h6 {
    color: #667AA7;
    font-size: 12px;
}

table#room-table tbody tr td {
    padding: 16px 10px;
}

.book-box {
    /* max-width: 368px; */
   /* height: 350px;*/
    width: 100%;
    border: 1px solid rgba(163, 241, 36, 0.8);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

    .book-box h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 33px;
        letter-spacing: -0.02em;
        color: #00226D;
        margin: 5px 0;
    }

    .book-box > span {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: rgba(9, 26, 53, 0.6);
    }

    .book-box:last-child {
        font-weight: normal;
    }

.book-btn-dark {
    cursor: pointer;
    border-radius: 4px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background-color: #0050FF;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid #0050FF;
    transition: all .3s;
}
.book-btn-dark-att {
    cursor: pointer;
    border-radius: 4px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background-color: #A3F124;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid #A3F124;
    transition: all .3s;
}

.selected-attraction {
    background: #A3F124 !important;
    border: 1px solid #A3F124 !important;
}
.book-btn-dark-pay {
    border-radius: 4px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background-color: rgba(163, 241, 36, 1);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid rgba(163, 241, 36, 1);
    transition: all .3s;
}
    .book-btn-dark-pay:hover {
        border-radius: 4px;
        height: 40px;
        display: block;
        text-align: center;
        line-height: 40px;
        background-color: #ffffff;
        color: rgba(163, 241, 36, 1);
        font-size: 16px;
        font-weight: 700;
        margin-top: 15px;
        border: 1px solid rgba(163, 241, 36, 1);
        transition: all .3s;
    }

.book-btn-Cruise-price {
    border-radius: 4px;
    height: 40px;
    width: 300px;
    display: block;
    text-align: center;
    line-height: 40px;
    background-color: transparent;
    color: #A3F124;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid #A3F124;
    transition: all .3s;
}

.book-btn-dark:hover {
    color: #ffffff;
    /*background-color: transparent;*/
}
.chip-basic {
    font-size: 12px;
    background: #D2D3D559;
    border-radius: 25px;
    padding: 5px;
    color: #00226D;
    font-weight: 600;
}

.border-basic-botton {
    border-bottom: 1px solid #667AA733;
}
.title-at {
    margin: 50px 10px 10px 10px;
    font-size: 18px;
}
.orden-price {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #00226D;
}

.text-box-descuento {
    border: 1px solid rgba(163, 241, 36, 0.8);
    box-sizing: border-box;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    max-width: 368px;
    width: 100%;
    text-align: center;
}
.hotel-feature-box {
    max-width: 368px;
    width: 100%;
    border: 1px solid rgba(163, 241, 36, 0.8);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

    .hotel-feature-box a {
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: #667AA7;
        color: #000;
        border: 1px solid #ced4da;
        border-radius: 8px;
        padding: 8px 16px;
        display: inline-block;
        margin: 8px;
    }

.map-box {
    width: 100%;
    border: 1px solid rgba(160, 160, 160, 0.16);
    border-radius: 8px;
}

/*Gallery*/
.gal-row {
    position: relative;
}

.gal:nth-child(1) {
    width: 50%;
}

.gal:nth-child(2) {
    width: 50%;
}

.gal:nth-child(3) {
    position: absolute;
    bottom: -25px;
    right: 278px;
    width: 280px;
    height: 222px;
}

.gal:nth-child(4) {
    position: absolute;
    bottom: -25px;
    right: 0px;
    width: 280px;
    height: 222px;
}
/*.........*/
.price-range-check .form-check, .search-location .form-check {
    padding-left: 40px;
}

.ht-title {
    background-image: linear-gradient(to right, #00226D, #0C2246);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0px 8px 8px 0px;
}

    .ht-title .hd-title {
        padding: 25px;
        margin: 0;
    }

        .ht-title .hd-title h2 {
            color: #ffffff;
            font-size: 24px;
        }

.rsrv-title h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #00226D;
    margin-bottom: 24px;
}
/*.row.rsrv-feature-row .row {
    border-top: 1px solid hsl(0deg 0% 63% / 18%);
    padding: 16px 24px;
}*/

.hotel-info-wrap .col-12.row {
    height: auto !important;
    align-items: center;
    border-bottom: 1px solid rgba(160, 160, 160, 0.16);
    padding: 10px 0;
}

.col-12.row {
    height: 48px;
    align-items: center;
    border-bottom: 1px solid rgba(160, 160, 160, 0.16);
    padding: 10px 0;
}

    .col-12.row:last-child {
        border-bottom: 0;
    }


.rsrv-first-row {
    height: 150px;
    align-items: center;
    border-bottom: 1px solid rgba(160, 160, 160, 0.16);
    padding: 10px 15px 0 32px;
}

.rsrv-last-row {
    height: 150px !important;
}

.text-justify {
    text-align: justify;
}

.backgound-table {
    border: 1px solid hsl(0deg 0% 63% / 18%);
    border-radius: 8px;
    margin-bottom: 48px;
    justify-content: space-evenly;
    background: rgba(168, 168, 168, 0.1);
}

.rsrv-feature-row {
    border: 1px solid hsl(0deg 0% 63% / 18%);
    border-radius: 8px;
    margin-bottom: 48px;
    justify-content: space-evenly;
    background: rgba(168, 168, 168, 0.1);
}

.rsrv-feature-row-cruise {
    border: 1px solid hsl(0deg 0% 63% / 18%);
    border-radius: 8px;
    margin-bottom: 48px;
    justify-content: space-evenly;
    margin-left: 1rem;
}

.rsrv-user, .rsrv-user1, .rsrv-user2 {
    position: relative;
}

    .rsrv-user span {
        transform: translate(-96px, 37px);
        display: inline-block;
    }

    .rsrv-user1 span {
        transform: translate(20px, 30px);
        display: block;
    }

.complete-payment-summary h3 {
    margin-bottom: 24px;
}

.rsrv-user1 .form-label {
    position: absolute;
    top: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
}

.rsrv-user input, .rsrv-user1 input, .rsrv-user2 input {
    padding-left: 50px;
}

.hotel-feature-title h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: rgba(9, 26, 53, 0.6);
}

.hotel-feature-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #00226D;
}

.htl-description {
    padding-right: 110px;
}

    .htl-description h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #00226D;
        margin-bottom: 24px;
    }

    .htl-description p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #667AA7;
    }

.payment-summary {
    max-width: 368px;
    /* height: 770px; */
    width: 100%;
    border: 1px solid rgba(163, 241, 36, 0.8);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 48px 24px;
    margin-bottom: 24px;
    background-color: rgba(241, 241, 241, 1);
}

    .payment-summary h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #00226D;
        margin-bottom: 24px;
    }

    .payment-summary form label {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: #667AA7;
    }

    .payment-summary form .rsrv-user {
        position: relative;
    }

    .payment-summary form .rsrv-user input {
        padding-left: 50px;
        background: #FFFFFF;
        border: 1px solid #667AA7;
        box-sizing: border-box;
        border-radius: 4px;
        height: 40px;
    }

    .payment-summary form #textHelp {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: #667AA7;
        margin-top: 8px;
    }



.payme-att-promocode {
    max-width: 368px;
    /*height: 450px;*/
    width: 100%;
    border: 1px solid rgba(163, 241, 36, 0.8);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 48px 24px;
    margin-bottom: 24px;
    background-color: rgba(241, 241, 241, 1);
}

    .payment-summary-promocode h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #00226D;
        margin-bottom: 24px;
    }

.att-pay-button {
    border-color: #A3F124 !important;
    background: #A3F124 !important;
}
.payment-summary-promocode form label {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
}

    .payment-summary-promocode form .rsrv-user {
        position: relative;
    }

        .payment-summary-promocode form .rsrv-user input {
            padding-left: 50px;
            background: #FFFFFF;
            border: 1px solid #667AA7;
            box-sizing: border-box;
            border-radius: 4px;
            height: 40px;
        }

    .payment-summary-promocode form #textHelp {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: #667AA7;
        margin-top: 8px;
    }

.rsrv-pay-box h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #00226D;
}

.rsrv-pay-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
    margin-bottom: 0;
}

.rsrv-pay-box2 h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 34, 109, 1);
}

.row.rsrv-pay-box2 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: rgba(0, 34, 109, 1);
}

.rsrv-pay-way h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #667AA7;
    text-align: center;
}

.rsrv-pay-way p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #667AA7;
    text-align: center;
    margin-top: 40px;
}

    .rsrv-pay-way p a {
        color: rgba(255, 107, 0, 1);
        font-weight: 700;
    }

.row.rsrv-pay-box1 {
    border-top: 1px solid rgb(160 160 160 / 18%);
    margin-top: 24px;
    padding: 15px 0px;
}

.row.rsrv-pay-box2 {
    border-top: 1px solid rgb(160 160 160 / 18%);
    padding: 15px 0px;
}

.rsrv-pay-way {
    margin-top: 24px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.complete-payment-summary {
    max-width: 368px;
    height: 870px;
    width: 100%;
    border: 1px solid #A3F124;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 48px 24px;
    margin-bottom: 24px;
}

#tour-rslt-sec span#select2-iy89-container {
    text-align: left !important;
}

#tour-rslt-sec .select1_inner, #tour-rslt-sec .input1_inner input {
    text-align: left;
}

    #tour-rslt-sec .select1_inner label, #tour-rslt-sec .input1_inner label {
        text-align: left;
        padding-left: 17px;
    }

#tour-1 .owl-dots, #tour-2 .owl-dots, #tour-3 .owl-dots, #tour-4 .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

    #tour-1 .owl-dots .owl-dot span, #tour-2 .owl-dots .owl-dot span, #tour-3 .owl-dots .owl-dot span,
    #tour-4 .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px 3px;
        background: #ffffff;
        border: 1px solid #ffffff;
    }

    #tour-1 .owl-dots .owl-dot.active span, #tour-2 .owl-dots .owl-dot.active span,
    #tour-3 .owl-dots .owl-dot.active span, #tour-4 .owl-dots .owl-dot.active span {
        background: #86979100 !important;
    }

#tour-1 .item img, #tour-2 .item img, #tour-3 .item img, #tour-4 .item img {
    height: 255px;
}

.tour-gal-row {
    position: relative;
}

.tour-gal {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tour-gal {
    margin: 0px 10px;
    border-radius: 8px;
}

    .tour-gal:nth-child(1) {
        width: 49%;
    }

    .tour-gal:nth-child(2) {
        width: 260px;
        height: 445px;
    }

    .tour-gal:nth-child(3) {
        position: absolute;
        top: 0px;
        right: 0;
        width: 250px;
        height: 212px;
    }

    .tour-gal:nth-child(4) {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 250px;
        height: 212px;
    }

.rsrv-pay-box.price-person {
    max-width: 368px;
    height: 295px;
    width: 100%;
    border: 1px solid rgba(160, 160, 160, 0.16);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.price-person .row.rsrv-pay-box1 {
    border-top: 1px solid rgb(160 160 160 / 18%);
    padding: 15px;
    margin-top: 0;
}

.rsrv-pay-box.price-person h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #00226D;
    margin-bottom: 24px;
}

.room-select-box h3 span {
    display: inline-block;
    height: 32px;
    width: 32px;
    background: #A3F124;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    margin-right: 8px;
}

.room-select-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #667AA7;
    margin-bottom: 0;
}

.room-select-wrap {
    position: relative;
}

    .room-select-wrap span img {
        width: 100%;
        display: block;
        opacity: 0.6;
    }

    .room-select-wrap span {
        position: absolute;
        top: 38px;
        left: 10px;
        z-index: 1;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .room-select-wrap select {
        position: relative;
        height: 40px;
        padding-left: 35px;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #00226D;
    }

    .room-select-wrap label {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: #667AA7;
        margin-bottom: 7px;
    }

#tour-select-table h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #00226D;
}

#tour-select-table {
    border: 1px solid #A0A0A029;
    border-radius: 8px;
    margin-bottom: 0;
}

    #tour-select-table > :not(:first-child) {
        border-top: 0px solid currentColor;
    }

    #tour-select-table thead tr th {
        padding: 27px 9px;
        font-size: 14px;
        color: #00226D99;
    }

table#tour-select-table h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #00226D;
}

table#tour-select-table h6 {
    color: #667AA7;
    font-size: 12px;
}

table#rtour-select-table tbody tr td {
    padding: 16px 10px;
}

#rtour-select-table tbody tr:nth-child(1) td h5 {
    color: #D43E49 !important;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: rgba(160, 160, 160, 0.16);
}

table#tour-select-table tr td {
    padding: 14px 5px;
}

table#tour-select-table .form-check-input {
    margin-top: 0;
}

.light-bg {
    background: #F5F6F8;
}

table#tour-select-table tr {
    border-bottom: 1px solid whitesmoke;
}

a.book-btn-dark.tour-book {
    width: 170px;
    margin-left: auto;
    margin-top: 0;
}

.tour-total {
    background: #F5F6F8;
    padding: 10px 15px;
    margin-bottom: 20px;
}

    .tour-total h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        text-align: right;
        letter-spacing: -0.02em;
        color: #00226D;
    }

        .tour-total h2 span {
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 19px;
            color: #00226D;
            margin-right: 10px;
        }

.about-tab #front_tabs {
    position: relative;
    margin-top: -66px;
}

.hd-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
}

.about-us-text h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #00226D;
    margin-bottom: 24px;
}

.about-us-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #00226D;
    text-align: justify;
}
.about-us-text p span {

    font-size: 14px;
}
.about-us-text ul li span {

    font-size: 14px;
}

.contact-box {
    box-sizing: border-box;
    border-radius: 8px;
    min-height: 290px;
    padding: 24px;
    margin-bottom: 24px;
    text-align: center;
}

    .contact-box h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #00226D;
        margin-bottom: 24px;
    }

    .contact-box h5 {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: #00226D;
    }

        .contact-box h5 a {
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.02em;
            color: #667AA7;
        }

    .contact-box p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #00226D;
    }

.contact-phone {
    margin-top: 24px;
    
}

    .contact-phone h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #00226D;
        margin-bottom: 8px;
    }

.contact-box h4 i {
    margin-right: 8px;
}

.contact-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #00226D;
    margin-bottom: 24px;
}

    .contact-box h3 img {
        margin-right: 8px;
    }

.whats-app-box {
    margin-top: 75px;
}

.contact-box p a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
}

#form-hotel .select1_inner label, #form-hotel .input1_inner label {
    position: absolute;
    left: 15px;
    text-align: center;
    top: 20px;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
    display: flex;
    align-items: center;
}

    #form-hotel .select1_inner label img, #form-hotel .input1_inner label img {
        margin-right: 5px;
    }

.row.menu-row {
    padding: 0 9px;
}

.privacy-box {
    padding: 0px 25px;
}

    .privacy-box h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #00226D;
        margin-bottom: 48px;
    }

    .privacy-box h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #00226D;
        margin-bottom: 24px;
    }

    .privacy-box p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #00226D;
    }

    .privacy-box ul li {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #00226D;
        margin-bottom: 5px;
    }

.key-info-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
}

.key-info-box p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
}

.payment-summary.tour-pay-summary {
    height: 920px;
}

.search-hotel .form-control {
    border-left: 0px !important;
}

.cruise-info-text h3 span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: rgba(9, 26, 53, 0.6);
}

.cruise-info-text h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(9, 26, 53, 0.6);
}

.hotel-info-wrap.cruise-wrap-box .col-12.row {
    height: auto;
    align-items: center;
    border-bottom: 1px solid rgba(160, 160, 160, 0.16);
    padding: 10px 0;
}

.row.hotel-info-row.cruise-wrap-box-row img {
    /*min-height: 260px;*/
}





/*changes*/
.col-md-9.result-wrap .row {
    /*margin-right: 10px;*/
}

.select1_wrapper {
    position: relative;
}

    .select1_wrapper img.filter-icon {
        position: absolute;
        right: 24px;
        top: 18px;
    }

img.filter-icon {
    position: absolute;
    right: 10px;
    top: 18px;
}

.last-box .select2 {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.left-radius span.select2.select2-container.select2-container--default {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.row.mob-row, .row.rev-row {
    padding: 0px 15px;
}

.row.rsrv-main-row {
    padding: 0 10px;
}

.row.rsrv-main-row-tour {
    padding: 0 15px;
}

.more-fun-sec .container, .discover-sec .container {
    padding: 0 25px;
}

.search-icon-box img {
    filter: brightness(0.5);
}

.pay-form span {
    display: inline-block;
    position: absolute;
    left: 21px;
    top: 35px;
}

.pay-title {
    margin-top: 48px;
}

.abt-page-tab .select1_inner label, .abt-page-tab .input1_inner label {
    top: 25px;
}

section.about-us .container .row, .contact-us .container .row {
    padding: 0 15px;
}







/*user*/
.user-menu-toggel {
    position: relative;
    display: block;
    margin: 0 0 0 20px;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
}

ul.user-menu {
    display: none;
    position: absolute;
    right: -70px;
    padding: 24px;
    margin: 0;
    list-style: none;
    width: 308px;
    height: 336px;
    background: #FFFFFF;
    border-radius: 8px;
}

    ul.user-menu li {
        margin-bottom: 25px;
    }

        ul.user-menu li a {
            display: block !important;
            font-weight: 400 !important;
            line-height: 19px !important;
            color: #00226D !important;
            margin: 0 0 0 20px !important;
            width: 100% !important;
        }

.user-name-wrap span {
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    margin-right: 15px;
}

.name-user-box h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #00226D;
}

.name-user-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #667AA7;
}

.user-name-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 35px;
}

span.badge.badge-span {
    width: 24px;
    height: 24px;
    background: #00226D;
    border-radius: 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 8.5px 5px;
    margin-left: 8px;
}
/*cruise details*/
.cruise-top-data {
    background: #FFFFFF;
    border: 1px solid rgba(160, 160, 160, 0.16);
    border-radius: 8px;
    margin-bottom: 48px;
}

    .cruise-top-data p span:nth-child(1) {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: rgba(9, 26, 53, 0.6);
    }

    .cruise-top-data p span:nth-child(2) {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        text-align: right;
        color: #00226D;
    }

    .cruise-top-data p {
        padding: 15px 24px;
        border-bottom: 1px solid rgba(160, 160, 160, 0.16);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
    }

        .cruise-top-data p:last-child {
            border-bottom: 0px;
        }

.cdItinerary-wrap h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #00226D;
    margin-bottom: 25px;
}

.cdItinerary-box-text h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #00226D;
    margin-bottom: 4px;
}

.cdItinerary-box-text h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #00226D;
    margin-bottom: 4px;
}

.cdItinerary-box-text span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #667AA7;
}

.cdItinerary-box {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 24px 0px 24px 15px;
    border-bottom: 1px solid rgba(160, 160, 160, 0.16);
}

.cdItinerary-box-text {
    padding-left: 16px;
}

.cdItinerary-wrap {
    margin-bottom: 38px;
}

    .cdItinerary-wrap .cdItinerary-box:last-child {
        border-bottom: 0px;
    }

.tnc h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #00226D;
    margin-bottom: 24px;
}

.tnc {
    /*margin-bottom: 48px;*/
}

    .tnc p {
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
        color: #667AA7;
    }

.contein-row {
    padding: 12px;
    max-width: 100%; /* Ancho m�ximo del contenedor */
    overflow-x: auto; /* Mostrar scroll horizontal si el contenido excede el ancho m�ximo */
    white-space: nowrap;
    flex-wrap: nowrap;

}

.select-categori-radio {
    display: flex;
}

.border-radio-8 {
    border-radius: 8px;
    margin-top:16px
}
.border-radio-4 {
    border-radius: 4px;
}
.select-categori-radio input {
    margin-right: 20px;
}
.select-categori-price {
/*    display: flow;
    align-items: flex-end;*/
    text-align: end;
}

    /* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
    .contein-row::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .contein-row::-webkit-scrollbar:vertical {
            width: 10px;
        }

    .contein-row::-webkit-scrollbar-button:increment,
    .contein-row::-webkit-scrollbar-button {
        display: none;
    }

    .contein-row::-webkit-scrollbar:horizontal {
        height: 10px;
    }

    .contein-row::-webkit-scrollbar-thumb {
        background-color: #E9E9E9;
        border-radius: 20px;
        border: 2px solid #E9E9E9;
    }

    .contein-row::-webkit-scrollbar-track {
        border-radius: 10px;
    }
.card-select-option {
    text-align: center;
    padding: 10px 0 0 0 !important;
    width: 120px;
    margin-right: 10px;
}
.card-select-option p {
    font-weight: 400;
    font-size: 14px;
    line-height: 13.62px;
    letter-spacing: -0.02em;
    color: #00226D;
}

.cd-select {
    margin-bottom: 24px;
    margin-top: 48px;
}
.cd-select-title {
    margin-bottom: 6px;
    margin-top: 6px;
    text-align: center;
}


    .cd-select-title h2 {
        font-weight: 700;
        font-size: 14px;
        line-height: 19.07px;
        letter-spacing: -0.02em;
        color: #00226D;
    }

    .cd-select h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #00226D;
    }

        .cd-select h2 span {
            display: inline-block;
            height: 32px;
            width: 32px;
            background: rgba(163, 241, 36, 1);
            line-height: 32px;
            text-align: center;
            color: #ffffff;
            border-radius: 100%;
            margin-right: 8px;
        }

.cruise-info-row {
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    margin-bottom: 25px;
    transition: all .3s;
    margin-left: 0;
    margin-right: 0;
}

.cruise-info-wrap h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #00226D;
}

.cruise-info-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
    height: 110px;
}

.cruise-info-text {
    min-height: 174px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    padding-left: 24px;
}

.cruise-price-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 24px;
    padding-top: 24px;
}

    .cruise-price-box span {
        font-size: 12px;
        color: #00226D;
        display: block;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .cruise-price-box h3 {
        font-size: 24px;
        font-weight: 700;
        color: #00226D;
        margin: 0px 0px 4px 0px;
    }

    .cruise-price-box font {
        display: block;
        font-size: 12px;
        color: #667AA7;
        margin: 4px 0px;
    }

.cruise-info-row .item img {
    height: 200px;
    object-fit: cover;
}

.cabin-number {
    background: #FFFFFF;
    border: 1px solid rgba(160, 160, 160, 0.16);
    box-sizing: border-box;
    margin-bottom: 80px;
}

    .cabin-number .tnc {
        padding: 20px;
    }

.cabin-nmbr {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #00226D;
}

a.custom-btn.select-btn {
    min-width: 200px;
}

.cabin-row, .cabin-select-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 24px;
    border-bottom: 1px solid rgba(160, 160, 160, 0.16);
    flex-wrap: wrap;
}

    .cabin-select-row select {
        background: #FFFFFF;
        border: 1px solid #667AA7;
        box-sizing: border-box;
        border-radius: 8px;
        width: 200px;
        height: 40px;
        padding: 5px 10px;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #D43E49;
    }

.cruise-feature-box {
    max-width: 368px;
    width: 100%;
    border: 1px solid rgba(160, 160, 160, 0.16);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

    .cruise-feature-box a {
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: #667AA7;
        border: 1px solid rgba(160, 160, 160, 0.16);
        border-radius: 8px;
        padding: 8px 12px;
        display: inline-block;
        margin: 8px 3px;
    }

    .cruise-feature-box h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #00226D;
        margin-bottom: 24px;
    }

.cd-price-wrap {
    max-width: 368px;
    width: 100%;
    min-height: 496px;
    background: #FFFFFF;
    border: 1px solid rgba(160, 160, 160, 0.16);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
}

    .cd-price-wrap h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #00226D;
    }

.cd-price-box h4 span:nth-child(1) {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
}

.cd-price-box h4 span:nth-child(2) {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #667AA7;
}

.cd-price-box span {
    display: block;
}

.cd-price-box h3 span:nth-child(1) {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #00226D;
}

.cd-price-box h3 span:nth-child(2) {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #00226D;
}

.cd-price-box span {
    display: block;
}

.cd-price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0px;
}

.cd-price-box-tottal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0px;
    border-bottom: 1px solid rgba(160, 160, 160, 0.16);
    border-top: 1px solid rgba(160, 160, 160, 0.16);
}

    .cd-price-box-tottal h4 {
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: #D43E49;
    }

    .cd-price-box-tottal h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        text-align: right;
        letter-spacing: -0.02em;
        color: #D43E49;
    }

.cd-price-box2 {
    padding: 18px 0px;
}

    .cd-price-box2 p {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: #667AA7;
        margin-bottom: 5px;
    }

.discover-tab {
    margin-top: -55px !important;
}

    .discover-tab .select1_inner label, .discover-tab .input1_inner label {
        top: 28px !important;
    }

.cruise-wrap-box h2 {
    font-size: 24px;
    font-weight: 700;
    color: rgba(0, 34, 109, 1);
}

.cruise-wrap-box {
    padding: 24px 24px 0px 24px;
}

.cruise-info-text2 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(9, 26, 53, 0.6);
    margin-top: 24px;
    margin-bottom: 0;
}

.hrd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

#hrd-modal .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    color: #000;
    opacity: 1;
    font-weight: 700;
}

#hrd-modal h4.modal-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #00226D;
}

#hrd-modal .modal-header, #hrd-modal .modal-body {
    padding: 24px;
}

#hrd-modal .modal-footer {
    margin-top: 24px;
    border-top: 1px solid #dee2e6;
    padding: 10px 0 0 0 !important;
}

.popup-btn {
    border-radius: 4px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid #A3F124;
    transition: all .3s;
    margin-right: 10px;
    padding: 5px 25px;
    width: 140px;
}

.btn-cancel {
    color: #A3F124;
}

.btn-send {
    background-color: #A3F124;
    color: #ffffff;
}

.btn-cancel:hover {
    background-color: #A3F124;
    color: #ffffff;
}

.btn-send:hover {
    background-color: #ffffff;
    color: #A3F124;
}

.hrd-pop-box {
    background: #FFFFFF;
    border: 1px solid rgba(160, 160, 160, 0.16);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .hrd-pop-box h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #D43E49;
    }

        .hrd-pop-box h2 span {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.02em;
            color: #667AA7;
            display: block;
            margin-top: 3px;
        }

    .hrd-pop-box h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #000000;
        text-align: right;
    }

        .hrd-pop-box h3 span {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.02em;
            color: #667AA7;
            display: block;
            margin-top: 4px;
        }

.hrd-pop-comment h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #0050ff;
    margin-bottom: 8px;
}

#hrd-modal textarea.form-control {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #00226D;
}

.pop-text {
    margin-top: 24px;
}

    .pop-text p {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #00226D;
    }

#register_container{
    display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
#password_container{
    display: none;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.booknow{
    line-height: 1.5;
}
/*cruise reservation*/
.payment-summary.cruise-pay-wrap {
    height: 370px;
}

.info-note {
    background: #F5F6F8;
    padding: 16px;
    margin-bottom: 70px;
}

    .info-note p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #667AA7;
        margin-bottom: 0;
    }

.info-form-wrap label {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
    margin-bottom: 10px;
}

form.row.g-3.needs-validation.form-info-one input, form.row.g-3.needs-validation.form-info-one select {
    height: 40px;
    border-radius: 4px;
    border-color: #667AA7;
    margin-bottom: 24px;
}

.info-form-wrap h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #00226D;
    margin: 24px 0px;
}

.dob-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dob-month select, .dob-day select, .dob-year select {
    min-width: 115px;
}

.form-check input[type="radio"] {
    height: 18px !important;
    width: 18px !important;
    border-radius: 100% !important;
}

.radio-col-10 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .radio-col-10 .form-check {
        min-width: 116px;
    }

.info-form-wrap {
    border-bottom: 1px solid rgba(160, 160, 160, 0.16);
}

.fileUpload {
    margin: 1.25em auto;
    overflow: hidden;
    padding: 0.875em;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #00226D;
    border: 1px dashed #667AA7;
    border-radius: 4px;
    cursor: pointer;
}

    .fileUpload:hover, .fileUpload:active, .fileUpload:focus {
        cursor: pointer;
    }

    .fileUpload font {
        color: #D43E49;
    }

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        cursor: pointer;
    }

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.form-check input[type="checkbox"] {
    height: 20px !important;
    width: 20px !important;
    border-radius: 4px !important;
}

.premier-sec {
    background: rgba(160, 160, 160, 0.16);
}

table#room-table a {
    max-width: 224px;
    width: 100%;
}

/**/
.head-logo-wrap {
    min-height: 72px;
    background: #FFFFFF;
    border: 1px solid #00226D;
    border-radius: 8px;
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0px;
}

    .head-logo-wrap a {
        display: block;
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        text-align: right;
        letter-spacing: -0.02em;
        color: #00226D;
    }

.cru-inner-container {
    background: #FFFFFF;
    border: 1px solid #00226D;
    border-radius: 8px;
    padding: 24px;
}

.row.cru-inner-row {
    background: #FFFFFF;
    border: 1px solid rgba(160, 160, 160, 0.16);
    border-radius: 8px;
    margin-bottom: 24px;
}

    .row.cru-inner-row .col-md-12 {
        padding: 0;
    }

.cru-info {
    border-bottom: 1px solid rgba(160, 160, 160, 0.16);
    padding: 12px 16px;
}

.cru-info-2 {
    padding: 0;
}

.cru-info h4 {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(9, 26, 53, 0.6);
}

.cru-info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #00226D;
    margin: 0;
}

table#cru-table {
    margin-bottom: 0;
}

    table#cru-table thead th {
        padding: 25px 40px;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: rgba(9, 26, 53, 0.6);
    }

    table#cru-table tbody td {
        padding: 12px 40px;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #00226D;
        border-bottom: 1px solid rgba(160, 160, 160, 0.16);
    }

.cru-inner-row2 {
    margin-bottom: 100px !important;
}

.cru-packing-title h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #00226D;
    padding-bottom: 24px;
}

.cru-option-box {
    background: #FFFFFF;
    border: 1px solid rgba(160, 160, 160, 0.16);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    width: 49%;
}

    .cru-option-box h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #667AA7;
        margin-bottom: 24px;
    }

    .cru-option-box ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #00226D;
    }

.cru-packing-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.adv-btn {
    max-width: 260px !important;
}

.adv-content h3 {
    margin-top: 24px;
}

.adv-content strong {
    display: block;
}

.adv-content ul {
    margin-top: 24px;
}

.adv-list h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
}

.adv-content ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #667AA7;
}

.age-box-wrap {
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding: 5px 10px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 30%);
}

.age-box select {
    display: inline-block;
    width: calc(100% - 90px);
}

.age-box span {
    display: inline-block;
    font-size: 13px;
    width: 85px;
}

.age-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    padding: 5px;
}

.age-box-wrap {
    display: none;
}





/*media queries*/
@media all and (min-width:1399px) {
    .gal:nth-child(3) {
        position: absolute;
        bottom: 5px;
        right: 324px;
        width: 320px;
        height: 160px;
    }

    .gal:nth-child(4) {
        position: absolute;
        bottom: 5px;
        right: 0px;
        width: 320px;
        height: 160px;
    }

    .tour-gal {
        background-size: cover;
    }

        .tour-gal:nth-child(3) {
            width: 335px;
            top: 3px;
        }

        .tour-gal:nth-child(4) {
            width: 335px;
            bottom: 0px;
            height: 215px;
        }
		.button-alignament{
			padding-right:4%;
		}
}



/*.lg-toolbar.lg-group, .lg-thumb-outer.lg-grab {
    display: none;
}*/




@media all and (min-width: 1279px) {
    .discover-box.dis-box-side a img {
        min-height: 207px;
    }
    .buscar-btn {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 10px; /* Espaciado interno para mayor visibilidad */
        /* Estilo predeterminado */
        background-color: rgba(163, 241, 36, 1); /* Color de fondo predeterminado */
        color: #fff; /* Color del texto predeterminado */
        transition: background-color 0.3s ease;
    }
}

@media all and (max-width: 1399px) {
    .discover-box.dis-box-side a img {
        min-height: 176px;
    }
    .buscar-btn {
        border-top-right-radius: 4px;  
        border-bottom-right-radius: 4px;  
        padding: 10px; /* Espaciado interno para mayor visibilidad */
        /* Estilo predeterminado */
        background-color: rgba(163, 241, 36, 1); /* Color de fondo predeterminado */
        color: #fff; /* Color del texto predeterminado */
        transition: background-color 0.3s ease;
    }
}


@media all and (max-width: 1199px) {
    .buscar-btn {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 10px; /* Espaciado interno para mayor visibilidad */
        /* Estilo predeterminado */
        background-color: rgba(163, 241, 36, 1); /* Color de fondo predeterminado */
        color: #fff; /* Color del texto predeterminado */
        transition: background-color 0.3s ease;
    }
    .discover-info h2 {
        font-size: 17px;
    }

    .discover-rating span {
        font-size: 10px;
    }

    .discover-box.dis-box-side a img {
        min-height: 145px;
    }

    .gal:nth-child(3) {
        bottom: -14px;
        right: 234px;
        width: 235px;
        height: 175px;
    }

    .gal:nth-child(4) {
        bottom: -19px;
        right: 0px;
        width: 235px;
        height: 180px;
    }

    .tour-gal {
        background-size: cover;
    }

        .tour-gal:nth-child(1) {
            width: 43%;
        }

        .tour-gal:nth-child(2) {
            width: 237px;
            height: 350px;
        }

        .tour-gal:nth-child(3) {
            right: 0px;
            width: 235px;
            height: 162px;
            top: 3px;
        }

        .tour-gal:nth-child(4) {
            bottom: 0px;
            right: 0px;
            width: 235px;
            height: 162px;
        }
}



@media all and (max-width: 991px) {

    .buscar-btn {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 10px; /* Espaciado interno para mayor visibilidad */
        /* Estilo predeterminado */
        background-color: rgba(163, 241, 36, 1); /* Color de fondo predeterminado */
        color: #fff; /* Color del texto predeterminado */
        transition: background-color 0.3s ease;
    }
    .col-lg-3.col.mobile-user-box a {
        line-height: 70px;
    }

    .main-nav {
        display: none;
    }

    header#header .container {
        max-width: 985px;
    }

    .mobile-nav-toggle {
        display: block;
    }

    .mobile-nav .drop-down ul li {
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding-left: 40px;
    }

    .mobile-nav .drop-down ul li a {
        line-height: 40px !important;
        font-weight: 500;
    }

    .mobile-nav a {
        line-height: 30px !important;
        font-weight: 700;
        color: #0d6efd;
        font-size: 16px;
    }

    .mobile-user-box {
        position: absolute;
        top: 0;
        right: 0px;
    }

    #header {
        background: rgba(0, 67, 210, 0.8);
        top: 0;
        padding: 5px;
        position: sticky;
    }

    #header .menu-container {
        position: relative;
        background: rgba(0, 67, 210, 0.0)
    }

    .removeBg-996 {
        background: rgba(0, 67, 210, 0.0) !important
    }

    .logo {
        top: 1rem;
        text-align: center;
    }

    .banner-sec {
        margin-top: 0;
    }


    #header .container {
        background: transparent;
    }

    .user-box-wrap {
        min-height: 50px;
        line-height: 70px;
    }

    .banner-text h1 {
        font-size: 45px;
        letter-spacing: 0;
    }

    .discover-box.dis-box-side a img {
        min-height: auto;
    }

    .discover-box, .dis-box-side {
        margin-bottom: 30px !important;
    }

    .discover-title h2 {
        font-size: 22px;
    }

    #hotel-1 img {
        height: auto;
    }

    .hotel-info-row {
        padding: 0px 0px 10px 0px;
    }

    .owl-item .item {
        border-radius: 5px;
        overflow: hidden;
    }

    .sidebar-wrap {
        padding-right: 10px;
    }

    .hd-gallery-box {
        margin-bottom: 30px;
    }

    .hd-side-content {
        padding-right: 15px;
    }

    .book-box, .hotel-feature-box, .map-box {
        max-width: 100%;
    }

    #filter {
        display: block;
    }

    .gal:nth-child(1) {
        position: static !important;
        display: block !important;
        width: 100% !important;
        margin-bottom: 30px;
    }

    .gal:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
    }

    .gal:nth-child(3) {
        position: relative !important;
        display: inline-block !important;
        width: 50% !important;
        margin-bottom: 20px;
        bottom: auto !important;
        right: auto !important;
        height: auto !important;
    }

    .gal:nth-child(4) {
        position: relative !important;
        display: inline-block !important;
        width: 50% !important;
        margin-bottom: 20px;
        bottom: auto;
        right: auto;
        height: auto;
    }

    .complete-payment-summary {
        height: auto;
        margin: 0 auto 24px auto;
    }

    .tour-gal {
        margin: 15px 10px;
    }

        .tour-gal:nth-child(1) {
            width: 100%;
            position: relative;
            display: block;
            height: 266px;
        }

        .tour-gal:nth-child(2) {
            width: 100%;
            height: 130px;
            background-position: center 43%;
        }

        .tour-gal:nth-child(3) {
            position: relative;
            width: 47%;
            display: inline-block;
            top: auto;
        }

        .tour-gal:nth-child(4) {
            position: relative;
            width: 47%;
            display: inline-block;
            right: -22px !important;
        }

    .about-us .row {
        display: flex;
        flex-flow: column-reverse;
    }

    #abt-slide {
        margin-bottom: 30px;
    }

    .cruise-wrap-box-row {
        padding-top: 0;
    }

        .cruise-wrap-box-row img {
            border-radius: 4px;
            width: 100%;
        }

    .hotel-price-box {
        /* text-align: left;*/
        margin-top: 15px;
    }
    /*.hotel-price-box>a.custom-btn {
    margin-right: auto !important;
    margin-left: 0 !important;
}
*/
    .cruise-info-text {
        min-height: auto;
        display: block;
        padding-top: 24px
    }

    .cruise-price-box {
        display: block;
        padding-left: 24px;
        padding-top: 0;
    }

        .cruise-price-box a.custom-btn {
            margin-right: auto !important;
            margin-left: 0;
            margin-bottom: 24px;
        }
}





@media all and (max-width:767px) {



    .banner-text h1 {
        font-size: 25px;
    }

    .tabs_tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 10px 10px;
    }

    .select1_inner, .input1_inner input {
        text-align: left;
    }

        .select1_inner label, .input1_inner label {
            left: 15px;
            text-align: left;
        }

    .select2, .input1_inner {
        border-bottom: 0 !important;
    }

    .discover-info h2, .fun-info h2 {
        font-size: 18px;
    }

    .footer-sec {
        margin-top: 20px;
    }

    .footer-wrap {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .footer-bottom-wrap {
        padding: 15px 15px;
    }

    #front_tabs {
        margin-top: 0;
    }

    .discover-title {
        padding: 15px 15px 15px 0px;
    }

    .btn-form1-submit {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .sidebar-wrap {
        margin-bottom: 30px;
    }

    .row.mob-row {
        flex-flow: column-reverse;
    }

        .row.mob-row .back-btn-wrap a.custom-btn {
            margin: 25px 0 25px 0 !important;
            display: block;
            width: 100%;
        }

    .rev-row {
        flex-direction: column-reverse;
    }

    .map-box {
        margin-bottom: 30px;
    }

    .room-type-td {
        white-space: nowrap;
    }

    .d-none-mobile {
        display: none;
    }

    .reservation-content img {
        width: 100%;
    }

    .ht-title {
        /*border-radius: 0px 0px 8px 8px;*/
    }

    .htl-description {
        padding-right: initial;
    }

    .rsrv-main-row {
        margin-left: 0px;
        margin-right: 0px;
        /*flex-direction: column-reverse;*/
    }

    .rsrv-feature-row {
        overflow: hidden;
    }

    .hotel-feature-title p {
        text-align: left;
    }

    .tour-gal:nth-child(3), .tour-gal:nth-child(4) {
        width: 46%;
    }

    .rsrv-pay-box.price-person {
        max-width: 100%;
    }

    .room-select-box p {
        margin-top: 15px;
    }

    table#tour-select-table tr td:nth-child(1) {
        display: table-cell !important;
        padding: 10px 20px !important;
        width: 50px !important;
    }

    table#tour-select-table tr td {
        width: 100% !important;
        display: inline-block !important;
        padding: 8px 20px !important;
        white-space: nowrap;
    }

    table#tour-select-table {
        empty-cells: hide;
    }

    a.book-btn-dark.tour-book {
        margin-left: inherit;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .tour-tbl {
        overflow-x: hidden;
    }

    .dob-wrap {
        display: block;
    }

    .col-lg-8.reservation-content.pe-lg-5 img {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 4px;
    }

    .hd-rooms-selection #room-table {
        width: 100%;
    }

    table#room-table tbody tr td {
        width: 100% !important;
        display: inline-block !important;
        padding: 8px 20px !important;
    }

        table#room-table tbody tr td:nth-child(1) {
            display: table-cell !important;
            padding: 10px 20px !important;
            width: 50px !important;
        }

    .week-title {
        margin-bottom: 20px !important;
    }

    table#cru-table tbody td {
        padding: 12px 12px;
    }

    table#cru-table thead th {
        padding: 25px 12px;
    }

    table#cru-table tbody td {
        font-size: 13px;
    }

    .cru-packing-wrap {
        display: block;
    }

    .cru-option-box {
        width: 100%;
    }

    .search-icon-box {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border: 0;
    }

    .lats-box .select2 {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
        line-height: 64px;
        padding: 10px 15px 0px 15px;
        color: #00226D;
        text-align: left;
    }

    .select2-container--default .select2-selection--single {
        height: 64px;
    }
}

@media (min-width: 767px) {
    .modal-dialog {
        max-width: 632px;
    }
}

@media all and (max-width:575px) {
    .tabs_tabs .ui-tabs-nav li span {
        display: none;
    }

    .tabs_tabs .ui-tabs-nav li img {
        width: 24px;
    }

    .tabs_tabs .ui-tabs-nav {
        display: block;
    }

        .tabs_tabs .ui-tabs-nav .ui-tabs-anchor {
            text-align: center;
        }

        .tabs_tabs .ui-tabs-nav li {
            width: 19%;
        }

    .discover-title h2 {
        font-size: 16px;
    }

    .more-fun-sec, .discover-sec {
        padding-top: 0;
    }

    .search-title h2 {
        font-size: 18px;
    }

    section.banner-sec {
        display: none;
    }

    .select1_wrapper, .input1_wrapper {
        margin-bottom: 25px;
    }

    .select2, .input1_inner {
        border-bottom: 1px solid #aaa !important;
        border-radius: 5px;
        height: 64px;
        padding: 0px;
    }

    .select1_inner {
        height: 64px;
    }

        .select1_inner label, .input1_inner label {
            top: 6px;
        }

    .btn-form1-submit {
        line-height: 40px;
    }

    .bottom-footer-box {
        text-align: center;
    }

    .search-result-wrap {
        margin-top: 0;
    }

    .select-row {
        flex-flow: column;
    }

    .result-wrap .badge {
        margin-bottom: 15px;
    }

    .hotel-info-row {
        --bs-gutter-x: 0px;
        border: 1px solid #e9ecef;
    }

    .hotel-info-wrap {
        padding: 5px 15px;
    }

    .col-md-3.sidebar-wrap {
        /*display: none;*/
    }

    .filter-btn {
        display: block;
    }

    .mob-p {
        padding: 0;
    }

    .hd-title h2 {
        font-size: 24px;
    }

    .hd-title {
        margin-bottom: 0px;
    }

    .hotel-detail-sec, .tour-detail-sec {
        padding: 10px 0px;
    }

    .col-lg-4.reservation-sidebar {
        padding: 0;
    }

    .tour-gal {
        margin: 15px 0px;
    }

    .tour-gal-row {
        justify-content: space-between;
    }

    .tour-gal:nth-child(4) {
        right: 0px !important;
        height: 130px;
    }

    .tour-gal:nth-child(3) {
        height: 130px;
    }

    .hd-rooms-selection h3 {
        font-size: 15px;
    }

    .about-tab #front_tabs {
        margin-top: 0;
    }

    .contact-box {
        min-height: auto;
        padding: 15px 24px;
    }

    .cruise-top-data p {
        display: block;
    }

        .cruise-top-data p span:nth-child(1) {
            margin-bottom: 5px;
        }

        .cruise-top-data p span {
            display: block;
            text-align: left !important;
        }

    .cdItinerary-box {
        display: block;
    }

    .cdItinerary-box-text {
        padding-left: 0;
        margin-top: 15px;
    }

    .cruise-info-text {
        padding-left: 15px;
    }

    .cruise-price-box {
        padding-left: 5px;
    }
}

@media all and (max-width:475px) {
    table#room-table tbody tr td {
        width: 100% !important;
        display: inline-block !important;
        padding: 8px 20px !important;
    }

        table#room-table tbody tr td:nth-child(1) {
            display: table-cell !important;
            padding: 10px 20px !important;
            width: 50px !important;
        }

    a.book-btn {
        margin: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 45px;
    }

    .input1_inner input {
        height: auto;
        padding: 25px 25px 5px 15px;
    }
}





/*------------------------*/
@media all and (max-width:767px) {
    .back-btn-wrap a.custom-btn {
        margin: 0 auto 30px 0px;
    }

    .search-title {
        margin-bottom: 20px;
    }

    table#room-table a {
        margin: 0;
    }

    .col-md-4.col-lg-3.p-0:last-child .select2 {
        border-bottom: 1px solid #aaa !important;
    }
    .col-12.row {
        height: auto;
    }
}




@media all and (max-width:575px) {
    section.tab-sec {
        /*margin-top: 60px;*/
    }

    .select-row {
        align-items: flex-start;
    }

    .hotel-info-wrap {
        padding: 15px 15px 5px 15px;
    }

    .col-12.row {
        height: auto;
    }
}

/*BANNER*/
@media (max-width:991.98px) {
    .slide-wrap .item .cover {
        display: block !important;
    }
}

@media all and (max-width:370px) {
    table#room-table a {
        font-size: 12px;
    }
}







/*HOME SEARCH BAR*/
.home-search-bar .tabs {
    padding: 0px 38px 20px;
}

.home-search-bar #tabs-2 .row > div:first-child .select2-container--default, .left-radius span.select2.select2-container.select2-container--default {
    background-color: #A8A8A810;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.home-search-bar #tabs-3 .form1 {
    padding: 0 !important;
}

@media (max-width:767.98px) {
    .left-radius span.select2.select2-container.select2-container--default, .home-search-bar #tabs-2 .row > div:first-child .select2-container--default {
        border-radius: 0 !important;
    }
}
/*HOTEL RESULT*/
.hotelresults .col-lg-4 .img-fluid, .row.hotel-info-row.cruise-wrap-box-row img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

@media (min-width:992px) {
    .hotelresults .col-lg-4 .img-fluid {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .hotelresults .col-lg-4 .img-fluid {
        height: 280px !important;
    }
}

.hotel-detail-page #lightgallery .gal:nth-child(1) {
    width: 50%;
}

.hotel-detail-page #lightgallery .gal:nth-child(2),
.hotel-detail-page #lightgallery .gal:nth-child(3),
.hotel-detail-page #lightgallery .gal:nth-child(4),
.hotel-detail-page #lightgallery .gal:nth-child(5) {
    height: 48% !important;
}

.hotel-detail-page #lightgallery .gal:nth-child(2) {
/*    width: 25.4%;
*/    padding: 0 5px;
    position: absolute !important;
    right: 0;
    margin: 0;
}

.hotel-detail-page #lightgallery .gal:nth-child(3) {
    width: 25%;
    padding: 0 5px;
    right: 25%;
    bottom: 0;
    margin: 0;
}

.hotel-detail-page #lightgallery .gal:nth-child(4) {
    width: 25.4%;
    padding: 0px 2px 0px 11px;
    bottom: 0;
    margin: 0;
}

.hotel-detail-page #lightgallery .gal:nth-child(5) {
    width: 25%;
    padding: 0 4px;
    margin: 0;
}

    .hotel-detail-page #lightgallery .gal:nth-child(2) img,
    .hotel-detail-page #lightgallery .gal:nth-child(3) img,
    .hotel-detail-page #lightgallery .gal:nth-child(4) img,
    .hotel-detail-page #lightgallery .gal:nth-child(5) img {
        object-fit: cover;
    }

@media (min-width:1200px) and (max-width:1399.98px) {
    .hotel-detail-page #lightgallery .gal:nth-child(2),
    .hotel-detail-page #lightgallery .gal:nth-child(3),
    .hotel-detail-page #lightgallery .gal:nth-child(4),
    .hotel-detail-page #lightgallery .gal:nth-child(5) {
        height: 183px !important;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .hotel-detail-page #lightgallery .gal:nth-child(2),
    .hotel-detail-page #lightgallery .gal:nth-child(3),
    .hotel-detail-page #lightgallery .gal:nth-child(4),
    .hotel-detail-page #lightgallery .gal:nth-child(5) {
        height: 153px !important;
    }
}

@media (max-width:991.98px) {
    .hotel-detail-page #lightgallery .gal:nth-child(1) {
        margin-bottom: 5px;
        padding: 0 5px;
        position: static !important;
    }

    .hotel-detail-page #lightgallery .gal:nth-child(2) {
        width: 50%;
        bottom: 0;
        position: static !important;
        float: left;
    }

    .hotel-detail-page #lightgallery .gal:nth-child(3) {
        margin-bottom: 5px;
        width: 50% !important;
        position: static !important;
        float: left;
    }

    .hotel-detail-page #lightgallery .gal:nth-child(4) {
        position: static !important;
        width: 50% !important;
        float: left;
    }

    .hotel-detail-page #lightgallery .gal:nth-child(5) {
        width: 50%;
        position: static !important;
        float: left;
    }

        .hotel-detail-page #lightgallery .gal:nth-child(2) img, .hotel-detail-page #lightgallery .gal:nth-child(3) img, .hotel-detail-page #lightgallery .gal:nth-child(4) img, .hotel-detail-page #lightgallery .gal:nth-child(5) img {
            object-fit: cover;
        }
}

@media (max-width:767.98px) {

    .hotelresults .col-lg-4 .img-fluid, .row.hotel-info-row.cruise-wrap-box-row img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
}

.fun-detail-page .hotel-detail-sec #lightgallery .gal img {
    border-radius: 5px;
}



/* LOGIN */
.signin-form .submit {
    color: #FFFFFF;
    background: linear-gradient(90deg, #A3F124 0%, #EE596A 100%);
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid rgb(237 86 103);
    font-weight: 700;
    height: 50px;
}

.signin-form .form-control {
    height: 45px;
}

/*amenities*/
.amenities-modal ul li img {
    max-height: 18px;
    vertical-align: middle;
    filter: brightness(0);
}

.hotel-detail-amenity img {
    max-height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.detail-amenity-modal img {
    filter: brightness(0);
}

/**/
.holiday-rental-room .btn,
.holiday-rental-room .btn:hover {
    color: #00226D;
    background-color: #ffffff;
    border-color: #00226D;
}

    .holiday-rental-room .btn-check:active + .btn,
    .holiday-rental-room .btn-check:checked + .btn,
    .holiday-rental-room .btn.active,
    .holiday-rental-room .btn:active,
    .holiday-rental-room .show > .btn.dropdown-toggle {
        color: #fff;
        background-color: #00226D;
        border-color: #00226D;
    }

.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn:active:focus,
.show > .btn.dropdown-toggle:focus,
.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none !important;
}



.important-info .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #00226D;
}

    .important-info .accordion-button:not(.collapsed)::after {
        filter: brightness(20);
    }

.important-info .accordion-button:focus {
    border-color: #00226D;
    box-shadow: none;
}

@media (min-width:992px) and (max-width:1399.98px) {
    .car-imp-info-btn {
        font-size: 12px !important;
    }
}

button.pagination-btn {
    border-radius: 24px;
    width: 35px;
    height: 35px;
    background-color: #0050FF !important;
    color: #fff;
    border: 1px solid #0050FF !important;
}

.conteiner-border {
    border-radius: 8px;
    padding-top: 17px;
    padding-left: 17px;
    border: solid 1px rgba(147, 156, 177, 0.6);
}

button.pagination-btn.active {
    background-color: #00226D !important;
    border: 1px solid #00226D !important;
}

.pagination-align {
    text-align:center
}

@media (max-width:767.98px) {
    .search-title h2{font-size:24px;}
    .hotel-info-wrap h2{font-size:18px;}
    .attraction-detail-page .hd-rooms-selection h3 {font-size: 17px;}
}

@media (min-width:768px) and (max-width:991.98px) {
    .search-title h2{font-size:25px;}
    .form-check label{font-size:12px;}
    .hotel-sub-title {font-size: 16px;margin-bottom: 10px;}
    .hotel-info-wrap h2{font-size:20px;}
}

@media (min-width:992px) and (max-width:1199.98px){
    .attraction-result .hotel-price-box span {font-size: 11px;}
}
.ul{padding-left:20px;line-height: 28px;}
.ul li{font-size:15px;}
.ul-list{line-height: 28px;}
.ul-list li{position:relative;padding-left: 30px;font-size: 15px;}
.ul-list li i{position:absolute;color: #D43E49;left: 0;top: 3px;font-size: 22px;}

.booking-info-form-wrap .row > * {margin-top: 0;}
.booking-info-form-wrap label{vertical-align:baseline;}
.booking-info-form-wrap .gender label{margin-bottom:0;}
.booking-info-form-wrap .gender .form-check{height:0;margin-left:10px;}

.booking-payment-summary .payment-summary {
    background-color: rgba(241, 241, 241, 1);
}

.SelectCabin:hover {
    background: rgba(163, 241, 36, 1);
    border: 1px solid rgba(163, 241, 36, 1);
    color: rgba(255, 255, 255, 1);
}

.car-content-buttons {
    text-align: justify;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 50px;
}
@media (min-width:768px){
    .booking-payment-summary{top: -150px;z-index:4;}
    .hotel-booking-payment-summary{top:82px !important;}
    .booking-info-form-wrap .dob-wrap .form-select{margin-bottom:0 !important;}
}
@media (min-width:991px) {
    .booking-info-form-wrap .form-control,
    .booking-info-form-wrap .form-select {margin-bottom: 0 !important;}
}
@media (min-width:768px) and (max-width:991.98px){
    .row.rsrv-pay-box2 h2{font-size:16px;}
    .booking-info-form-wrap .gender label{font-size:14px;}
    .booking-payment-summary{top: -100px;}
    .booking-payment-summary-promo {
        top: -100px;
    }
    .payment-summary{padding:20px;height:auto;}
    .car-booking-payment-summary{top: -200px;}
}

.icon-menu-color {
    color: #00226D
}
/*CSS NEW Cris*/
.titulo-botonera {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.texto-verde-rooms {
    font-size: 16px !important;
    color: #84C318 !important;
}

.iframe-maps {
    width: 100%;
    height: 400px;
}

.custom-btn-regresar-pagina-principal {
    border-radius: 4px;
    width: 76%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: grey;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid grey;
    background: rgba(245, 245, 245, 1);
    transition: all .3s;
    margin-left: auto;
}

.modal-header .hrd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 100%;
}
.pop-text2 {
    margin-top: 24px;
    margin-inline: 45px;
}

    .pop-text2 p {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #939CB1;
    }
#hrd-modal .modal-header2, #hrd-modal .modal-body {
    padding: 24px;
    display: grid;
    padding-left: 32px;
    padding-right: 32px;
}

.hrd-pop-box2 {
    background: transparent;
    border: 1px solid #8f98adc4;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px 24px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .hrd-pop-box2 h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #0050ff;
    }

        .hrd-pop-box2 h2 span {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.02em;
            color: #00226D;
            display: block;
            margin-top: 3px;
        }

    .hrd-pop-box2 h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #fff;
        text-align: right;
    }

        .hrd-pop-box2 h3 span {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.02em;
            color: #00226D;
            display: block;
            margin-top: 4px;
        }

    .hrd-pop-box2 hr {
        height: 36px;
        color: white;
        width: 3px;
    }


.box-precio {
    background: transparent;
    border-top: 1px solid #8f98adc4;
    border-inline: 1px solid #8f98adc4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 15px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .box-precio h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #0050ff;
    }

        .box-precio h2 span {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.02em;
            color: #00226D;
            display: block;
            margin-top: 4px;
        }

    .box-precio h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #0050ff;
    }

        .box-precio h3 span {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.02em;
            color: #0050ff;
            display: block;
            margin-top: 4px;
        }
.box-precio2 {
    background: transparent;
    border: 1px solid #8f98adc4;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .box-precio2 h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #0050ff;
    }

        .box-precio2 h2 span {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.02em;
            color: #00226D;
            display: block;
            margin-top: 4px;
        }

    .box-precio2 h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
        color: #0050ff;
        text-align: right;
    }

        .box-precio2 h3 span {
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.02em;
            color: #0050ff;
            display: block;
            margin-top: 4px;
        }

    .box-precio2 hr {
        height: 36px;
        color: gray;
        width: 3px;
    }

.modal-footer-residence {
    justify-content: center;
}

    .modal-footer-residence .popup-btn {
        width: 250px;
        height: 45px;
        border-radius: 10px;
    }
.color-rooms-dark {
    color: #00226D;
}
.color-rooms {
    color: #0050ff;
}
.body-login {
    font-family: 'Open Sans';
    margin: 0;
    padding: 0;
    max-height:700px;
    height:720px;
}

.body-registro {
    font-family: 'Open Sans';
    margin: 0;
    padding: 0;
    max-height: 780px;
    height: 740px;
}
.contenedor-login {
    display: flex;
    justify-content: center;
}
.modal-imagen-login {
   
    max-width: 100%;
    display: flex;
    width: 53%; /* La imagen ocupar� todo el ancho del div */
    height: 100%; /* La imagen ocupar� todo el alto del div */
    object-fit: cover; /* La imagen se ajustar� para cubrir todo el contenido del div */
    object-position: center; /* Centra la imagen en el div */
    position: absolute; /* Posiciona la imagen absolutamente dentro del div */
    top: 0; /* Coloca la imagen en la parte superior del div */
    left: 0; 

}

.modal-imagen-register {
    max-width: 100%;
    display: flex;
    width: 54%; /* La imagen ocupar� todo el ancho del div */
    height: 100%; /* La imagen ocupar� todo el alto del div */
    object-fit: cover; /* La imagen se ajustar� para cubrir todo el contenido del div */
    object-position: center; /* Centra la imagen en el div */
    position: absolute; /* Posiciona la imagen absolutamente dentro del div */
    top: 0; /* Coloca la imagen en la parte superior del div */
    left: 0;
}

.modal-imagen-login img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.modal-imagen-register img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.div-oculto {
    display: none; /* Ocultar el div por defecto */
}
.div-oculto {
    display: block; /* Ocultar el div por defecto */
}
@media(min-width:801px) {
    .div-oculto {
        display: none; /* Ocultar el div por defecto */
    }        
}
    @media(max-width:800px) {
        ul.user-menu {
        right:-34px
        }



        .div-visible {
            display: none;
        }

        .div-oculto {
            display: block; /* Ocultar el div por defecto */
        }

        .btn-login {
            max-width: 184px !important;
            margin-top: 30px !important;
            margin-left: 6px !important;
        }

        .textbuttonmenu {
            color: white !important;
        }

        .modal-imagen-login {
            position: relative !important;
            max-width: 120%;
            width: 114%;
        }

        .modal-imagen-register {
            position: relative !important;
            width: 100%;
        }

        .body-login {
            max-height: 100%;
            height: 1250px;
        }

        .body-registro {
            max-height: 100%;
            height: 1450px;
        }

        .carrusel-ajuste {
            height: 114px;
        }
    }

    .formulario-login, .formulario-register {
        padding: 20px;
        margin-right: 20px;
    }

        .formulario-login p,
        .formulario-register p {
            color: #00226D;
            margin-bottom: 15px;
        }

        .formulario-login label,
        .formulario-register label {
            color: #00226D;
            text-align: left;
        }

        .formulario-login h1, .formulario-register h1 {
            color: #00226D;
            margin-top: 0;
            font-weight: 700;
        }

        .formulario-login a, .formulario-register a {
            color: #000;
            text-decoration: none;
        }

    .formulario-login, .formulario-register {
        /*width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;*/
        width: 100%;
        height: 40px;
        /* padding: 10px; */
        margin-bottom: 30px;
        /* margin-right: 50px; */
        border-radius: 5px;
        font-size: 13px;
        /* color: #0050FF; */
        color: #667AA7;
    }

        .formulario-login button, .formulario-register button {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            background-color: #2368FF;
            color: #fff;
            border: none;
            border-radius: 5px;
            height: 40px;
            cursor: pointer;
        }




    .formulario-login-compra, .formulario-register {
        padding: 20px;
        margin-right: 20px;
    }    

    .formulario-login-compra p,
        .formulario-register p {
            color: #00226D;
            margin-bottom: 15px;
        }

        .formulario-login-compra label,
        .formulario-register label {
            color: #00226D;
            text-align: left;
        }

        .formulario-login-compra h1, .formulario-register h1 {
            color: #00226D;
            margin-top: 0;
            font-weight: 700;
        }

        .formulario-login-compra a, .formulario-register a {
            color: #000;
            text-decoration: none;
        }

        .formulario-login-compra, .formulario-register {
            /*width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;*/
            width: 100%;
            height: 100%;
            /* padding: 10px; */
            margin-bottom: 30px;
            /* margin-right: 50px; */
            border-radius: 5px;
            font-size: 13px;
            /* color: #0050FF; */
            color: #667AA7;
        }

        .formulario-login button, .formulario-register button {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            background-color: #2368FF;
            color: #fff;
            border: none;
            border-radius: 5px;
            height: 40px;
            cursor: pointer;
        }

    .registro {
        text-align: center;
        margin-top: 10px;
    }

    .btn-register {
        background: #F1F1F1;
        border: 1px solid #0050FF;
        color: #0050FF;
        font-weight: 700;
    }

    .input-formulario {
        margin-bottom: 5%;
    }

    .btn-close-custom {
        position: absolute;
        top: -5px; /* Ajusta la distancia desde la parte superior */
        right: -5px; /* Ajusta la distancia desde el borde derecho */
        z-index: 9999; /* Asegura que el bot�n est� por encima del contenido del modal */
        width: 40px; /* Ajusta el ancho del bot�n */
        height: 40px; /* Ajusta la altura del bot�n */
        background-color: #a3f124; /* Establece el color de fondo del bot�n */
        border: none; /* Elimina el borde del bot�n */
        border-radius: 50%; /* Hace que el bot�n sea redondo */
        cursor: pointer; /* Cambia el cursor al pasar por encima del bot�n */
        display: flex; /* Usa flexbox para centrar vertical y horizontalmente */
        justify-content: center; /* Centra horizontalmente el contenido */
        align-items: center; /* Centra verticalmente el contenido */
    }

        .btn-close-custom::after {
            content: 'X'; /* A�adimos el contenido 'X' */
            position: absolute; /* Cambiamos el posicionamiento a absoluto */
            top: 50%; /* Lo movemos al 50% del contenedor padre */
            left: 50%; /* Lo movemos al 50% del contenedor padre */
            transform: translate(-43%, -50%); /* Centramos la "X" exactamente en el centro */
            color: white; /* Establecemos el color del texto */
            font-weight: 400; /* Establecemos el peso del texto */
            font-size: 24px; /* Ajustamos el tama�o de la fuente */
        }


.btn-verde-custom {
    color: #fff;
    font-weight: bold;
    background-color: rgba(163, 241, 36, 1);
    border-color: rgba(163, 241, 36, 1);
}

    .btn-verde-custom:hover {
        color: #fff;
        background-color: rgb(147, 218, 34);
        border-color: rgb(143, 211, 33);
    }

    .btn-verde-custom:focus, .btn-verde-custom.focus {
        box-shadow: 0 0 0 0.2rem rgba(149, 207, 54, 0.5);
    }

    .btn-verde-custom.disabled, .btn-verde-custom:disabled {
        color: #fff;
        background-color: rgba(163, 241, 36, 1);
        border-color: rgba(163, 241, 36, 1);
    }

    .btn-verde-custom:not(:disabled):not(.disabled):active, .btn-verde-custom:not(:disabled):not(.disabled).active,
    .show > .btn-verde-custom.dropdown-toggle {
        color: #fff;
        background-color: rgb(143, 211, 33);
        border-color: rgb(143, 211, 33);
    }

        .btn-verde-custom:not(:disabled):not(.disabled):active:focus, .btn-verde-custom:not(:disabled):not(.disabled).active:focus,
        .show > .btn-verde-custom.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(149, 207, 54, 0.5);
        }
.custom-arrow {
    appearance: none;
    background: url(/content/imgs/arrow-down-blue.png) !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right 11.5px top 50%, 0 0 !important;
    background-size: 0.85em auto, 100% !important;
}

.reservation-details-sec-atraction {
    height: 1500px;
}
.imageHotel1 {
    width: 625px;
    height: 340px;
    object-fit: cover;
}

.imageHotel2 {
    width: 638px;
    height: 165px;
    object-fit: cover;
}

.imageHotel3 {
    width: 305px;
    height: 165px;
    object-fit: cover;
}

.imageHotel4 {
    width: 315px;
    height: 165px;
    object-fit: cover;
}
@media (max-width:767.98px) {
    .hotel-detail-page #lightgallery .gal:nth-child(4) {
        padding: 0px 0px 0px 5px;
    }

    .imageHotel1 {
        width: 330px;
        height: 210px;
        object-fit: cover;
    }

    .imageHotel2 {
        width: 160px;
        height: 105px;
        object-fit: cover;
    }

    .imageHotel3 {
        width: 165px;
        height: 105px;
        object-fit: cover;
    }

    .imageHotel4 {
        width: 330px;
        height: 165px;
        object-fit: cover;
    }
}


.form-control:focus {
    border: 1px solid #667AA7;
    outline: none;
    background-color: transparent;
}

.preloader p {
   color: white;
}
