.top-details .logo-wrapper {
    margin-bottom: 20px !important;
}

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

.bottom-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-overlay {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    width: 90%;
    padding: 10px;
}

.bottom_fullwiidth_banner .hero-overlay {
    text-align: left;
    width: 92%;
}

.bottom_fullwiidth_banner .hero-overlay .link-wrapper {
    margin-top: 15%;
}

.bottom_fullwiidth_banner .verticle_box.btn_ex {
    margin-left: 5px;
    max-width: max-content;
}

.bottom_fullwiidth_banner .hero-overlay .explore_more_btn {
    color: #2d2d2d;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 6px 14px;
}

.bottom_fullwiidth_banner .hero-overlay .explore_more_btn:hover {
    background-color: #2FA951;
    color: #fff;
}

.hero-overlay .link-wrapper {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 98%;
    margin-top: 20px;
}

.hero-overlay .link-wrapper .verticle_box .banners_btn li {
    padding: 10px !important;
}

.hero-overlay .explore_more_btn {
    background-color: #898989;
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 9px;
    padding: 2px 0;
    transition: 0.3s ease-in-out;
    margin-top: 0px;
}

.hero-overlay .link-wrapper .btn_ex > a:hover span {
    padding-left: 10px;
}

.hero-overlay .link-wrapper .btn_ex > a span {
    margin-top: 2px;
    transition: 0.3s ease-in-out;
}

.hero-overlay img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.hero-overlay h2 {
    font-size: 28px;
    font-weight: 400;
}

.nv-action-icon {
    width: 32px;
    height: 32px;
}

@media (min-width: 1400px) {
    .hero-overlay { top: 17%; }
    .bottom_fullwiidth_banner .hero-overlay { top: 20%; }
    .hero-overlay img { max-width: 260px; }
    .hero-overlay h2 { font-size: 28px !important; }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hero-overlay { top: 20%; }
    .hero-overlay img { max-width: 220px; }
    .hero-overlay h2 { font-size: 28px !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-overlay { top: 20%; }
    .hero-overlay img { max-width: 200px; }
    .hero-overlay h2 { font-size: 26px !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-overlay { top: 20%; }
    .hero-overlay img { max-width: 170px; }
    .hero-overlay h2 { font-size: 22px !important; }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-overlay { top: 20%; }
    .hero-overlay img { max-width: 150px; }
    .hero-overlay h2 { font-size: 18px !important; }
    .bottom_fullwiidth_banner .hero-overlay { width: 99%; top: 15%; }
    .bottom_fullwiidth_banner .verticle_box.btn_ex { max-width: max-content !important; }
    .bottom_fullwiidth_banner .hero-overlay .explore_more_btn { padding: 0px 12px; font-size: 12px; }
}

@media (max-width: 575px) {
    .hero-overlay { top: 20%; }
    .hero-overlay img { max-width: 130px; }
    .hero-overlay h2 { font-size: 16px !important; }
    .bottom_fullwiidth_banner .hero-overlay { width: 99%; top: 15%; }
    .bottom_fullwiidth_banner .verticle_box.btn_ex { max-width: max-content !important; }
    .bottom_fullwiidth_banner .hero-overlay .explore_more_btn { padding: 0px 12px; font-size: 12px; }
}
