@media (max-width: 991.98px) {
    /*  hero section css  */
    .carousel-inner {
        height: 100vh;
    }

    .carousel-inner .carousel-item > img {
        object-fit: cover;
    }

    .header-wrapper .offcanvas {
        background: var(--black-color);
        transition: transform .5s;
    }

    .hero-wrapper .carousel-caption h5 {
        font-size: 40px;
    }

    .about-wrapper .about__right .title {
        font-size: 25px;
    }

    .quemSomos-wrapper .title {
        font-size: 25px;
    }

    .experiencia-left .title {
        font-size: 25px;
    }

    .recrutamento-wrapper .title {
        font-size: 25px;
    }

    .blog-wrapper .title {
        font-size: 25px;
    }
}


@media (max-width: 767.98px) {
    /*   hero section */
    .hero-wrapper .carousel-caption h5 {
        font-size: 32px;
    }

    .social-icons {
        right: 0;
        bottom: 30px;
        top: unset;
        width: 100%;
        transform: unset;
        display: none;
    }

    .social-icons ul {
        display: inline-flex;
        justify-content: center;
        width: 100%;
    }

    .social-icons ul li {
        margin-left: 10px;
        margin-right: 10px;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid var(--white-color);
        border-radius: 50%;
    }

    .social-icons ul li a {
        color: var(--white-color);
    }

    /*    Quem Somos  Page section */
    .quemsomos-body .quemsomos-top-header{
        padding-right: unset;
    }
    .onde-box::before {
        height: 100%;

    }

    .onder-inner-info {
        color:var(--white-color);
    }


    .quemsomos-body .header-title ,
    .quem-services .quem-services-heading h2 ,
    .onde-estamos .onde-estamos-heading h2,
    .especialistas .heading h2,
    .sober-section-right h2,
    .why-choose-left h2,
    .sober-nos-conform .sob-con-head h2,
    .porque-pt-wrapper .porque-pt-left h2,
    .beneficios-wrapper .heading h2{
        font-size: 25px;
    }
    .onder-inner-info h3 {
        font-size: 17px;
    }
    .especialistas-info .name {
        font-size: 16px;
    }
    .quem-services .services-icon img {
        height: 65px;
    }

    .sober-nos-heading .sober-nos-head-form {
        margin-right: 0;
    }

    .why-choose {
        margin-top: 60px;
    }
    .why-choose-right {
        margin-top: unset;
    }

    .porque-pt-wrapper .porque-pt-left {
        padding-left: unset;
        padding-right: unset;
    }
    .porque-list-box:nth-child(even) .porque-col-left {
        order: 0;
    }

    .porque-pt-wrapper .porque-col-right {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .porque-pt-wrapper .porque-col-right .number-sec{
        top: 25px;
        left: 25px;
    }

    .porque-list-box:nth-child(even) .porque-col-right .number-sec {
        right: 20px;
        left: unset;
    }

    .page-header-wrapper .header-title.left-title {
        text-align: center;
    }
    .page-header-wrapper .left-lead {
        text-align: center;
    }

    #soberformshow {
        display: block;
    }

    .sober-nos-head-form {
        position: absolute;
        top: 31%;
        z-index: 100;
        left: 10px;
        right: 10px;
       display: none;


    }
    .show-sober-nos-form{
display: block;

    }

    .form-cross {
        display: block;
    }

}

@media (max-width: 575.98px) {
    /*  contact page  */
    .contact-wrapper .contact-left {
        padding-left: unset;
    }

    .carousel-caption {
        padding-bottom: unset;
    }

    .contact-form-section {
        padding: 1rem;
    }

    .hero-wrapper .carousel-caption h5 {
        font-size: 30px;
    }

    .about-wrapper .about__right, .sober-section-right{
        padding-left: unset;
        padding-right: unset;
    }

    .more-blog-wrapper .more-blog-heading h2 {
        font-size: 25px;
    }

    .page-header-wrapper .header-title {
        font-size: 25px;
    }

    .especialistas-info {
        flex: 2;
    }

    .beneficios-wrapper .visa-wala img{
        max-width: 90px;
    }
}


@media (min-width: 991px) and (max-width: 1199.98px) {
    /*   for nav css */
    .header-wrapper .navbar-nav .nav-item .nav-link {
        font-size: 13px;
    }
}








/* Filter */

@media (max-width: 767.98px) {
    .filter-wrapper .filter-inputs {
        flex-wrap: wrap;
    }
    .filter-wrapper .filter-right .filter-more {
        flex:1 0 100%;
    }
    .filter-wrapper .filter-right .filter-search{
        flex:1 0 100%;
    }

    .filter-wrapper .filter-right {
        flex-wrap: wrap;
    }
    .filter-wrapper .filter-left {
        flex-wrap: wrap;
        flex:1 0 100%;
    }

    .filter-wrapper .filter-inputs .filterInput {
        flex:0 1 100%;
        margin-bottom: 15px;
    }
    .filter-wrapper .filter-inputs .filterInput {
        margin: 8px 0;
    }
    .filter-wrapper .filter-inputs .filter-more img {
        height: 28px;
    }
    .filter-wrapper .filter-inputs .filter-more, .filter-wrapper .filter-inputs .filter-search {
        flex:0 0 100%;
        text-align: center;
        margin: 10px 0;
       background-color: #212020;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
}
















