@media screen and (max-width: 768px) {

    h1{
        font-size: 1.75rem;
    }

    h2{
        font-size: 1.25rem;
    }

    .lead{
        font-size: 1rem !important;
        line-height: 1.75rem !important;
    }

    .website__header {
        position: relative;
    }

    .website__header__logo__slogan{
        margin: 0 !important;
    }

    .website__header__logo{
        margin: 0 0 1rem 0 !important;
    }

    .website__header__logo img{
        width: 140px;
        height: auto;
    }

    .website__header .website__header__logo__slogan{
        font-size: .8rem;
        line-height: 1rem;
    }

    .mobile_menu_bars {
        display: block;
        font-size: 1.5rem;
        color: #23334a;
    }

    .website__cover{
        position: relative;
        height: auto;
        width: 100%;
        min-height: 450px;
    }

    .website__cover__desc{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        padding: 0 1rem;
    }

    .website__cover__desc h1{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .website__cover__desc p{
        font-size: .9rem !important;
        line-height: 1.5rem;
    }


    .website__cover__slider__container{
        position: relative;
        height: 450px;
        max-height: 450px;
        min-height: 450px;
    }

    .website__cover__slider{
        height: 450px;
        max-height: 450px;
        min-height: 450px;
        width: 100%;
    }

    .website__cover__slider__item{
        height: 450px;
        width: 100%;
        max-height: 450px;
        min-height: 450px;
    }

    .website__services__carousel{
        padding: 2rem 0;
    }

    .owl-services-control, .owl-vehicles-control{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        font-size: 1rem;
        background: #23334a;
        color: #E6EDF4;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2rem;
        height: 2rem;
        text-decoration: none;
    }

    .owl-services-control.owl-services-prev, .owl-vehicles-control.owl-vehicles-prev{
        left: 5px;
    }
    
    .owl-services-control.owl-services-next, .owl-vehicles-control.owl-vehicles-next{
        right: 5px;
    }

    .website__services__icons{
        padding: 2rem 0;
    }

    .website__services__icons i{
        font-size: 1.5rem;
    }

    .website__vehicles__carousel{
        padding: 2rem 0;
    }

    .vehicle__box__square {
        position: absolute;
        top: 10px;
        left: 45px;
        width: 73%;
        height: 70%;
        opacity: 0.60;
        z-index: 1;
    }

    .vehicle__box__desc .title {
        font-size: 1rem;
        font-weight: 700;
        line-height: auto !important;
        color: #23334a;
        padding-right: 10px;
        padding-left: 40px;
        margin-bottom: 0px !important;
    }

    .vehicle__box__desc .subtitle {
        font-size: .9rem;
        font-weight: 700;
        line-height: 1.5rem;
        padding-left: 40px;
    }

    .vehicle__box__photo {
        width: 100%;
        position: absolute;
        bottom: 3px;
        right: 55px;
        z-index: 3;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .website__slogan{
        background-color: #23334a;
        background-image: url('../img/sean-pollock-PhYq704ffdA-unsplash.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
        padding: 3rem 0;
        position: relative;
        height: auto;
    }

    .website__slogan .title{
        color: #E6EDF4;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5rem;
    }

    .website__clients{
        padding: 2rem 0;
    }

    .website__clients img{
        max-width: 28%;
        max-height: 65px;
        margin-bottom: 1rem;
        opacity: 0.6;
    }

    .website__testimonials{
        padding: 2rem 0;
    }

    .testimonial__box{
        padding: 1rem;
        margin-bottom: .75rem;
    }

    .testimonial__box h1{
        font-size: .75rem;
        font-weight: 700;
    }

    .testimonial__box p{
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .website__testimonials__view__all__link{
        height: 60%;
        padding: 2rem 0;
    }

    .website__testimonials__view__all__link a{
        font-size: 1rem;
        padding: 0;
    }

    .website__footer{
        padding: 2rem 0 8rem 0;
    }

    .whatsapp_chat{
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0 0 .85rem .75rem;
    }

    .website__header.fixed .mobile__menu{
        position: relative;
        top: 18px;
    }

    .mobile__menu__container{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #23334a;
        z-index: 999;
        color: #fff;
        display: none;
        visibility: hidden;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile__menu__container.active{
        display: flex;
        visibility: visible;
    }

    .website__header__logo{
        display: block;
        margin-bottom: 2rem;
    }

    .mobile_menu_close{
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.5rem;
        color: #fff;
        text-decoration: none;
        padding: 1rem;
    }

    .mobile__menu__nav{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .mobile__menu__nav a{
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5rem;
        color: #fff;
        text-decoration: none;
        padding: 1rem 0;
    }

    .mobile__menu__social__icons{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 1rem 0;
    }

    .mobile__menu__social__icons a{
        font-size: 1.5rem;
        color: #fff;
        text-decoration: none;
        padding: 0 1rem;
    }

    .contact__icons{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: calc(50% - 100px);
        right: 12px;
        z-index: 999;
    }
    
    .contact__icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 3px;
        background-color: #555;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        margin-bottom: .7rem;
        color: #eee;
        text-decoration: none;
        font-size: 1rem;
    }
}
