
@media (max-width: 580px) {
    .btn-fluid-mobile {
        min-width: unset !important;
        max-width: unset !important;
        width: 100% !important;
    }
}

/*Medium Devices*/
@media (min-width: 580px) {
    .btn.fluid-mobile {
        max-width: fit-content;
        min-width: fit-content;
    }

    #mainNav .navbar-brand img {
        width: 170px;
    }

    .home-features.featured .content .box {
        padding: 50px;
        box-shadow: 0 0 50px rgba(0, 0, 0, .05);
        background: var(--blue-lighter);
    }

    .blog .featured .content .box {
        padding: 50px;
    }
}

/*Medium Devices*/
@media (min-width: 767px) {
    .w-md-100 {
        width: 100% !important;
    }
    .w-md-auto {
        width: auto !important;
    }

    .localeContent {
        width: 700px;
    }

    .localeContent .items .item {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .call-features .item p {
        font-size: 16px;
    }

    .reviews .item .logo img {
        max-width: unset;
    }

    #startTrialModal .modal-content {
        padding: 10px 30px;
    }

    #bookDemoModal .modal-content {
        padding: 10px 30px;
    }

    .calendly-inline-widget {
        height: 900px !important;
    }

    .form-control,
    .select2-selection {
        width: max-content;
        min-width: 400px;
    }


    .call-features {
        transform: scale(.9);
        margin-left: -10px;
    }

    .blog.list .item .texts {
        height: 200px;
    }

    .blurred-image-bg > .bg {
        left: 5%;
        width: 90%;
        bottom: -15%;
    }

    .navbar-toggler:not(.collapsed) .line.line-1 {
        top: 40px;
    }

    .blog.single .thumb img {
        height: 350px;
    }

    /*.all-features .ccard .texts > .text {*/
    /*    max-height: 100px;*/
    /*    overflow-y: auto;*/
    /*}*/

    #header {
        padding-top: 146px;
    }

    #mainNav.dropdown .navbar-nav .nav-item:not(.dropped) {
        display: block;
    }

    #mainNav .navbar-brand img {
        height: 60px;
        width: 265px;
    }

    #mainNav .drop-menu {
        padding: 20px 0;
    }

    #mainNav .navbar-collapse,
    #mainNav.dropdown .navbar-collapse {
        background: transparent;
        padding: 0;
        margin-top: 0;
    }
}

/*Large Devices*/
@media (min-width: 991px) {
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
    .localeContent .items {
        row-gap: 5px;
    }

    .localeContent {
        width: 900px;
    }

    .localeContent .items .item {
        width: calc(33.33% - 10px);
    }

    #mainNav {
        background: unset;
    }

    .hero .icons .icon {
        position: absolute;
        transition: transform 3s ease-in-out;
        width: 45px;
        height: 45px;
    }

    .pricing .pricing-table .type {
        margin-bottom: 21px;
    }

    .blog.single .thumb img {
        height: 400px;
    }

    .blog.list .item .image {
        height: 400px;
    }

    .blog.list .home .item .image {
        height: 270px;
    }

    .blog .featured .thumb img {
        width: 200%;
        height: 500px;
    }

    .home-features.featured .thumb img {
        width: 200%;
        height: 500px;
    }

    .trust .shield {
        margin-top: 0;
    }

    .trust .illustration {
        border-radius: 150px 30px;
    }

    .reviews .owl-theme .owl-nav {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 30px;
    }

    section {
        padding: 70px 0;
    }

    /*HEADER*/
    header {
        padding: 30px 0;
    }

    header .navbar-brand img {
        width: 100%;
    }

    header .navbar-collapse {
        background: transparent;
        padding: 0;
        margin-top: 0;
    }

    header .navbar-collapse .buttons {
        display: flex;
        flex-direction: row;
    }

    section.start-trial-banner .box {
        padding: 50px 100px;
    }

    #header > .features .illustration {
        width: 30vh;
        right: 0;
    }

    #header > .features .texts {
        margin: 50px 0;
    }
}

/*Desktop Devices*/
@media (min-width: 1200px) {

    .localeContent {
        width: 1100px;
    }

    .pricing .pricing-table .type {
        margin-bottom: 23px;
    }

    .blog.single .thumb img {
        height: 550px;
    }

    .blog .featured .thumb img {
        width: 150%;
        height: 600px;
    }

    .home-features.featured .thumb img {
        width: 150%;
        height: 600px;
    }
}

/*Extra extra large Devices*/
@media (min-width: 1400px) {
    .blog.single .thumb img {
        height: 650px;
    }

    .blog .featured .thumb img {
        width: 150%;
        height: 700px;
    }

    .home-features.featured .thumb img {
        width: 150%;
        height: 700px;
    }

    section {
        padding: 100px 0;
    }
}
