
/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#cookieConsent .consentMsg a {
    text-decoration: underline !important;
}
#cookieConsent a.cookieConsentOK {
    background-color: #073b49;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    /*float: right;*/
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #b4975a;
}
/*Cookie Consent End*/

.ekko-lightbox-nav-overlay a:empty {
    width: 50px;
    height: 50px;
    top: 45%;
    position: absolute;
}

.ekko-lightbox-nav-overlay {
    position: static;
}

.ekko-lightbox .modal-body .ekko-lightbox-container .ekko-lightbox-nav-overlay a.gallery-next-icon {
    right: 0;
}

.ekko-lightbox .modal-body .ekko-lightbox-container .ekko-lightbox-nav-overlay a.gallery-prev-icon {
    left: 0;
}

.simp-custom-hideRight .right-box{
    display: none;
}
.simp-custom-hideLeft .left-box{

    display:none;
}
.simp-custom-hideRight{
    display: flex;
    justify-content: center;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.wtformjson .form-group{
    display:flex;
    justify-content:center;
}





body.explorer_v1 header .container .nav-contact {
    font-size: 16px;
}


.btn.sumMoreBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    color: rgb(4, 63, 96);
}

.btn.sumMoreBtn:hover {
    border-color: rgb(4, 63, 96);
    background-color: rgb(4, 63, 96);
    color: rgb(255, 255, 255);
}

.summary_widget_wrapper .summary-widget {
    width: 33.33%;
    float: left !important;
    display: flex;
}
.summary-widget .offcont {
    position: relative;
    padding-bottom: 50px;
}

.summary-widget .offcont p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #f2f2f2;
}

.summary-widget .offcont p::-webkit-scrollbar {
    width: 6px;
    background-color: #c2c2c2;
}

.summary-widget .offcont p::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
}



