.nevigation-bar{
    margin-top: 20px;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.8);
}
.nevigation-bar ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nevigation-bar ul li{
    margin-right: 50px;
}
.nevigation-bar ul li:last-child{
    margin-right: 0;
}
.nevigation-bar ul li a{
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    padding: 8px 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.nevigation-bar ul li a:hover{
    text-decoration: underline;
    text-underline-position: below;
}
.headsec{
    padding-bottom: 0;
}
.hamburger-icon{
    display: none;
}
.nevigation-bar nav .close-icon{
    display: none;
}
@media screen and (max-width:1020px) {
    .nevigation-bar ul li{
        margin-right: 30px;
    }
}
@media screen and (max-width:767px) {
    .nevigation-bar{
        background-color: #000;
    }
    .hd-enc{
        justify-content: space-between;
    }
    .headsec{
        padding-bottom: 23px;
    }
    .hamburger-icon{
        display: block;
    }
    .hamburger-icon svg{
        width: 25px;
        height: 25px;
    }
    .nevigation-bar nav{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        z-index: 9999999;
        width: 100%;
        max-width: 70%;
        height: 100vh;
        transform: translatex(100%);
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
    }
    .nevigation-bar{
        padding: 0;
        margin: 0;
    }
    .nevigation-bar ul{
        flex-direction: column;
        margin-top: 40px;
        align-items: start;
        padding-left: 20px;
    }
    .nevigation-bar ul li{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .nevigation-bar nav .close-icon{
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 99999;
    }
    .nevigation-bar nav.show {
        transform: translatex(0%);
        pointer-events: all;
        opacity: 2;
        visibility: visible;
    }
    .scroll_hidden{
        overflow: hidden;
    }
    .scroll_hidden::after{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }
    .close-icon svg{
        width: 100%;
        max-width: 25px;
        height: 100%;
        max-height: 25px;
        fill: #fff;
    }
}
@media screen and (max-width:480px) {
    .nevigation-bar nav{
        max-width: 100%;
    }
    .hdr-addr, .footsec .hdr-addr {
        padding: 0 15px;
    }
}
@media screen and (max-width:400px) {
    .hdr-addr, .footsec .hdr-addr {
        padding: 0 9px;
    }
    .hdr-addr p strong {
        font-size: 11px;
    }
    .hdr-addr p {
        line-height: 18px;
        font-size: 13px;
    }
    .certify {
        width: 60px;
    }
}


/* 21-12-2023 css start trip reg-form */

.trip_reg_form ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.trip_reg_form ul li{
    width: 48%;
    padding: 0 !important;
    margin-top: 20px;
}
.trip_reg_form ul li label{
    display: block;
    font-weight: 500;
    color: #858585;
    font-size: 14px;
    margin-bottom: 8px;
}
.trip_reg_form ul li label span {
    color: #ee4136;
}
.trip_reg_form ul li input{
    width: 100%;
    border: 1px solid #e1e1e1;
    line-height: 22px;
    padding: 12px 24px;
    font-size: 14px;
    color: #444;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    box-shadow: none;
}
.trip_reg_form .sbmt{
    text-align: right;
    margin-top: 20px;
}
.trip_reg_form .sbmt input{
    border: 1px solid #8dc53e;
    background: #8dc53e;
    line-height: 22px;
    padding: 12px 24px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: 48%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
section.hero-banner.topbanner:after {
   /* content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);*/
}
.hero-banner .enclose{
    position: relative;
    z-index: 2;
}
.hero-banner {
    position: relative;
}
.logo-cont {
    /*width: 100%;*/
}
.ginput_container_consent input {
    max-width: 15px;
}
.gfield--type-consent {
    width: 100% !important;
}
.gfield--type-consent label a {
    color: red;
}
.upsell-packages-list {
    width: 100% !important;
}
.upsell-packages-list .ginput_container_checkbox .gfield_checkbox li {
    display: flex;
    align-items: center;
    width: 100%;
}
.upsell-packages-list .ginput_container_checkbox .gfield_checkbox li input {
    min-width: 15px;
    max-width: 15px;
    margin-right: 5px;
}
.upsell-packages-list .ginput_container_checkbox .gfield_checkbox li label {
    color: #858585;
}
.upsell-packages-list .ginput_container_checkbox .gfield_checkbox li label a {
    color: red;
}
.upsell-packages-list .ginput_container_checkbox .gfield_checkbox li label img {
    max-width: 125px;
}
.upsell-packages-list .upsell-item-wrapper {
    display: flex;
}
.upsell-packages-list .upsell-item-wrapper .upsell-item-img ,.upsell-packages-list .upsell-item-wrapper .upsell-item-desc{
    padding: 10px;
}
.upsell-packages-list .upsell-item-wrapper .upsell-item-desc p {
    margin: 10px 0;
}