.popup-carousel {
    height: calc(100vh - 100px);
}

.popup-carousel .carousel-inner {
    background-color: #fff;
}

.popup-carousel .carousel-item {
    height: 100vh;
}

.popup-banner-image-div {
    height: calc(100vh - 160px);
    background-color: #fff;
}

.popup-carousel .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background-image: contain;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
}

.btn-skip {
    background-color: #fff;
    color: #064694;
    border-radius: 0;
    border: 1px solid #064694;
}

.btn-skip:hover,
.btn-skip:focus {
    background-color: #064694;
    color: #fff;
    border-radius: 0;
    /* border:1px solid #414042; */
}

.modal-bg {
    background-color: rgba(0, 0, 0, .5);
}