.carousel-container {
    width: 100% !important;
}

.carousel-control {
    background: unset !important;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.carousel {
    background: #2ab573;
}

.item {
    /*height: 950px;*/
    /*min-height: 1000px;*/
    /*max-height: 1000px;*/
    padding-bottom: 60px;
}

.item-padding {
    padding-left: 10%;
    padding-right: 10%;
}

.item-header-container {
    display: flex;
    align-content: center;
    text-align: center;
    width: 100%;
    flex-direction: column;
    margin-top: 60px;
}

.item-header-container-0 {
    display: flex;
    align-content: center;
    text-align: center;
    width: 100%;
    flex-direction: column;
}

.item-header-white {
    width: 100%;
    color: white;
    padding-left: 10%;
    padding-right: 10%;
    font-family: 'Rubik', sans-serif;
}

.item-header-green {
    width: 100%;
    color: #2ab573;
    padding-left: 10%;
    padding-right: 10%;
    font-family: 'Rubik', sans-serif;
}

.carousel-inner .item img[src$=".svg"] {
    width: unset;
}

.sub-item-header {
    margin-top: 69px;
    width: 100%;
    color: #0B3F56;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}

.img-logo-right {
    position: absolute;
    right: 10px;
}

.img-logo-left {
    position: absolute;
    left: 10px;
}

.ucarmobile-link {
    text-align: center;
    color: #0B3F56;
    font-family: 'Rubik', sans-serif;
    text-decoration: underline;
    font-weight: 400;
    cursor: pointer;
    margin-top: 10px;
}

.img-center {
    margin: auto;
    display: block;
}

.box-header {
    color: #2ab573;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}

.box-details {
    font-family: 'Rubik', sans-serif;
    color: #0B3F56;
}

.space-google-apple-right {
    margin-right: 10px;
    cursor: pointer;
}

.space-google-apple-left {
    margin-right: 10px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .correct-margin {
        margin-left: 13%;
    }
}

@media (max-width: 767px) {
    .space-google-apple-right {
        margin-right: 5px;
        margin-left: 5px;
        cursor: pointer;
    }
    .space-google-apple-left {
        margin-right: 5px;
        cursor: pointer;
    }
    .mt-sm-10 {
        margin-top: 40px;
    }
}

.text-light {
    color: #fff;
}

.text-darkblue {
    color: #0B3F56;
}

.text-align-center {
    text-align: center;
}

.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-75 {
    margin-top: 75px;
}
