body,
.start-bussinnes,
.map-content,
.login-container,
.carousel slide {
    overflow-x: hidden;
}

@media (max-width:320px) {
    .login-box {
        width: 100%;
        margin-top: -20%;
    }
}

.background-inverse {
    display: grid;
}

.login-container {
    background-image: none;
}

div.login-container > div.container {
    grid-area: 1/1;
}
/*TOOLTIP*/
.icon-tooltip {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: solid 3px #fff;
    position: absolute;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

    .icon-tooltip:hover {
        border: solid 3px #000;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
    }

.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #fff;
    border: 1px solid #fff;
    color: #fff;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: center !important;
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    max-width: 236px !important;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px 10px 20px;
    background: #FFFFFF;
    color: #000;
    border: 1px solid #fff;
    text-align: left;
    box-shadow: 5px 10px 10px rgba(0,0,0,.2);
}

.tooltip-details {
    color: #ccc;
    text-align: center
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff;
}

.red-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #fff;
}

#americaS-1 {
    top: 70%;
    left: 29%
}

#americaN-1 {
    top: 30%;
    left: 17%
}

#euro-1 {
    top: 30%;
    left: 55%;
}

#africa-1 {
    top: 55%;
    left: 50%;
}

#oriente-1 {
    top: 45%;
    right: 30%
}

#asia-1 {
    top: 30%;
    right: 20%
}

#oceania-1 {
    top: 75%;
    right: 6%;
}

.title--tooltip {
    color: var(--success);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.desc--tooltip {
    color: var(--gray);
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0px;
}

.credit--tooltip {
    font-size: 10px;
    font-weight: bold
}

.title--tooltip,
.desc--tooltip {
    text-align: center;
}
/*END TOOLTIP*/
/*COUNTER*/
.counter__icon i,
.counter__content h5 {
    font-size: 38px;
}

.counter__content-4 h5,
.counter__icon i {
    color: var(--success);
}

.counter__content h5 {
    margin-bottom: 0;
    font-weight: 700;
}

.counter__content p {
    color: #000;
    font-size: 16px;
}
/*END COUNTER*/
.border-r {
    border-right: none;
}

.border-b {
    border-bottom: 1px solid #dee2e6;
}

@media (min-width:769px) {
    .border-r {
        border-right: 1px solid #dee2e6;
    }

    .border-b {
        border-bottom: none;
    }
}
/*VIDEO*/
.video-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.video-hv {
    height: 1000px;
}


.carousel-item .login-wrapper {
    min-height: 400px;
}

.demo-section {
    /*align-self: flex-end;*/
}

.btn-features-container {
    min-height: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    pointer-events: none;
}

.btn-features-left {
    margin-left: -15px;
    pointer-events: all;
}

.btn-features-right {
    pointer-events: all;
}

    .btn-features-right > i.fa, .btn-features-left > i.fa {
        color: #ccc;
    }

        .btn-features-right > i.fa:hover, .btn-features-left > i.fa:hover {
            color: #aaa;
        }

.row-features, .row-services, .row-availability {
    margin-left: .5rem;
    margin-right: .5rem;
}

#carousel-video {
    min-height: 100%;
    display: grid;
    align-items: center;
}

.availability.main .btn-features-container {
    min-height: auto;
    margin-top: 100px;
}

@media (min-width: 768px) {
    .row-features, .row-services, .row-availability {
        flex-wrap: nowrap;
        margin-right: 1rem;
    }
}

@media (min-width: 992px) {
    .carousel-item .login-wrapper {
        min-height: auto;
    }
}

@media (max-width:1024px) {
    .video-hv {
        height: 900px;
    }
}

@media (max-width:768px) {
    .video-hv {
        height: 750px;
    }
}

@media (max-width:560px) {
    .video-hv {
        height: 1000px;
    }
}

@media (max-width:425px) {
    .video-hv {
        height: 950px;
    }
}

@media (max-width:375px) {
    .video-hv {
        height: 1200px;
    }
}

video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -100;
    background-size: cover;
}

.video-container--ab {
    width: 100%;
    height: 100%;
    right: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-overlay {
    background-color: rgba(0, 0, 0, 50%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.content {
    margin-bottom: 0;
}
