#sp-header .container{
    max-width: 95% !important;
}
#sp-header{
    height: 120px !important;
}
#sp-header .sp-megamenu-parent{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
@media (max-width:992px){
    #sp-header .sp-megamenu-parent{
        display: none !important;
    }
}
#sp-header .sp-megamenu-parent li{
    display: flex;
    height: 120px;
    align-items: center;
}
#sp-header .logo{
    height: 175px !important;
}
#sp-header .logo img{
    height: 160px !important;
}
nav ul li a {
    font-size: 13px !important;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{
    padding: 0 10px !important;
    line-height: 20px !important;
}
.offcanvas-active .offcanvas-menu{
    width: 100% !important;
    display: flex;
    justify-content: center;
}
.offcanvas-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.iframe{
    width: 100%;
}
.link-box .sppb-addon-content{
    border: 1px solid #DFE2E6;
    display: flex;
    justify-content: center;
    padding: 30px 20px;
}
.link-box .sppb-addon-content p{
    margin-bottom: 0px;
}

.featured-article .sppb-addon-article{
    display: flex;
    align-items: center;

}
.featured-article .sppb-addon-article a{
    width: 40%;
    margin-right: 20px;
}
.featured-article .sppb-addon-article a img {
    margin-right: 20px;
}
.ancor{
   padding-top: 120px !important;
    margin-top: -120px !important;
}

.booking-form .rf-default-style{
    display: grid;
    grid-template-columns: 29% 29% 29% 29%;
    grid-column-gap: 20px;
    margin-right: 60px;
}
.booking-form .rf-default-style .form-group input[type="text"],.booking-form .rf-default-style select{
    font-size: 16px;
}

.booking-form .rf-default-style .form-control{
    height: 34px !important;
}
.booking-form .rf-default-style .form-group:not(.booking-date) .btn{
    padding: 0px 30px;
    height: 34px !important;
    background-color: #5cb85c;
    color: white;
    font-size: 16px;
}
.booking-form .rf-default-style .form-group.booking-date .btn{
    height: 24px !important;
    background-color: #5cb85c;
    color: white;
    padding: 0px 10px;
    font-size: 13px;
}
#section-id-1528357473828{
    z-index: -1 !important;
}
.calendar-container-inner{
    z-index: 9999;
}
.sp-megamenu-parent li .sitemap{
    display: none;
}
.sppb-btn{
    background-color: #14406a !important;
}
.sppb-btn:hover{
    background-color: #5cb85c !important;
}
.sppb-btn::before{
    background-color: #5cb85c !important;
}
#section-id-1633685323798{
    z-index: -1 !important;
}
.sppb-btn.sppb-btn-info{
    color: rgb(239, 179, 35);
}
html {
    scroll-padding-top: 120px; /* height of sticky header */
  }