﻿.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    margin-top: -50px;
}

.carousel,
.carousel-inner,
.carousel-item {
    /* margin: 0;*/
    padding: 0;
    border: none;
}
    
    .carousel-item img {
        display: block;
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

@media (max-width: 767.98px) {
    .carousel,
    .carousel-inner,
    .carousel-item {
        height: auto;
        /* margin: 0;*/
        padding: 0;
        background-color: #fff;
    }

        .carousel-item img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: contain;
            object-position: center center;
            background-color: #fff;
        }
}

.subscribe-section {
    position: relative;
    margin: -75px 0;
    z-index: 9;
}

    .subscribe-section .inner-container {
        position: relative;
        background-color: #0d47a1;
        outline: 2px solid rgba(255,255,255,.33);
        outline-offset: -22px;
        padding: 50px 70px;
    }

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
/* .box {
            width: 50%;
            padding: 20px;
        }*/

.box:hover {
    cursor: pointer;
}

.preview {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 300px;*/
    background-color: lightgray;
}

.floating-notification {
    inset: auto 10px 10px auto;
    width: 350px;
    position: fixed;
    z-index: 99999;
}

    .floating-notification img {
        width: 350px;
    }

#floating-notification-close-link {
    cursor: not-allowed;
}

#close-calltoaction-link {
    cursor: not-allowed;
}

.closebtn {
    background-color: #db1325;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    height: 30px;
    width: 30px;
    line-height: 25px;
    text-align: center;
    border-radius: 25%;
    right: 3px;
    padding-top: 5px;
    border: 0 solid;
}
