.contained .navigation-container a.active {
    color: #06A3DA;
}
.contained {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}
/*
Services Area Style
=================================================*/

.choose-us-six-content .tabs li {
    padding: 0;
    padding: 10px 20px;
    font-weight: 600;
    position: relative;
    background-color: #e7e7e7;
    margin-bottom: 20px;
    border-radius: 50px 0 0 50px;
    cursor: pointer;
    color: #212121;
    text-align: right;
    display: block;
}

.choose-us-six-content .tabs li i {
    float: left;
    position: relative;
    bottom: 7px;
    font-size: 30px;
}

.choose-us-six-content .tabs li:last-child {
    margin-bottom: 0;
}

.choose-us-six-content .tabs .current {
    background-color: #06A3DA;
    color: #ffffff;
}

.choose-us-content {
    background-color: #06A3DA;
    width: 442px;
    height: 442px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    margin-right: -30px;
    position: relative;
    right: -60px;
    z-index: 2;
}

.choose-us-content .choose-us {
    padding: 80px;
    color: #ffffff;
}

.choose-us-content .choose-us h3 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.choose-us-content .shape-1 {
    position: absolute;
    top: -50px;
    right: 60px;
    -webkit-animation: rotation 100s infinite linear;
    animation: rotation 100s infinite linear;
}

.choose-us-content .shape-3 {
    position: absolute;
    bottom: 50px;
    right: 50px;
    -webkit-animation: rotation 100s infinite linear;
    animation: rotation 100s infinite linear;
}

.choose-us-img {
    position: relative;
    left: -60px;
    z-index: 1;
}

.choose-us-img img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.choose-us-img .shape-2 {
    position: absolute;
    bottom: 25px;
    right: 0;
    -webkit-animation: rotation 100s infinite linear;
    animation: rotation 100s infinite linear;
}

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.align-items-center {
    align-items: center;
}

.raw {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

/* .col-wine{
    order: 1;
}

.col-quad{
    order: 2;
} */

.tab .tabs_item:first-child {
    display: block;
}



/* Max width 767px */
@media only screen and (max-width: 767px) {
    .choose-us-content {
        width: 100%;
        height: 100%;
        right: 0;
        margin-bottom: 30px;
    }

    .choose-us-content .choose-us {
        padding: 50px;
    }

    .choose-us-content .shape-1 {
        display: none;
    }

    .choose-us-content .shape-3 {
        display: none;
    }

    .choose-us-content {
        width: 100%;
        height: 100%;
        right: 0;
        margin-bottom: 30px;
    }

    .choose-us-content .choose-us {
        padding: 50px;
    }

    .choose-us-content .shape-1 {
        display: none;
    }

    .choose-us-content .shape-3 {
        display: none;
    }

    .choose-us-img {
        left: 35%;
        width: 30%;
    }

    .choose-us-img .shape-2 {
        display: none;
    }

    .choose-us-content .choose-us {
        text-align: center;
    }

    .choose-us-six-content .tab .col-wine {
        width: unset;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-us-content {
        right: 0;
        margin: 0 90px;
    }

    .choose-us-content .shape-1 {
        display: none;
    }

    .choose-us-content .shape-3 {
        display: none;
    }



    .choose-us-content .shape-1 {
        display: none;
    }

    .choose-us-content .shape-3 {
        display: none;
    }

    .choose-us-img {
        left: 0;
        text-align: center;
    }

    .choose-us-img img {
        width: 75%;
    }

    .choose-us-img .shape-2 {
        display: none;
    }

    .choose-us-content {
        width: 550px;
        height: 550px;
    }

    .choose-us-content .choose-us {
        text-align: center;
        padding: 50px;
    }

    .choose-us-six-content .tab .col-wine {
        width: unset;
    }

    .choose-us-six-content .tab .col-quad {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .choose-us-six-content .tab .col-quad {
        width: 100%;
    }
    .raw {
        display: flex;
        flex-direction: column; 
    }

    
    .col-quad {
        order: 1;
    }

    .col-wine {
        order: 2; 
    }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* Home Six */
    .choose-us-content {
        width: 330px;
        height: 330px;
    }

    .choose-us-six-content .tabs li {
        font-weight: 500;
        padding: 10px 10px;
    }

    .choose-us-content .choose-us {
        padding: 50px;
    }

    .choose-us-six-content .tabs li {
        font-weight: 500;
        padding: 10px 10px;
    }

}

.col-balance {
    width: 50%;
}



.contained {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}

.hero-contained {
    position: relative;
    width: 1300px;
    margin: auto;
}


@media only screen and (max-width: 992px) {

    /* .col-tri,
    .col-quad {
        width: 50%;
    } */

    .col-balance,
    .col-wide,
    .col-slim {
        width: 100%;
    }

    .order-tab-1 {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.col-quad{
    order: 2;
}