@media (max-width: 1300px) {
    #carouselExampleControls {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .testimonial-block {
        /* min-height: 570px; */
    }
    .action-form input {
        width: unset;
    }
    .action-form .input-mess, .action-form button {
        width: 90%;
    }
    .bg-azure {
        min-height: 455px;
    }
}
@media (max-width: 1000px) {
    .testimonial-block {
        /* min-height: 650px; */
    }
}
@media (max-width: 991px) {
    #navbarNav ul {
        float: right;
    }
    #navbarNav ul li {
        text-align: left;
    }
    .image-container {
        margin-top: 60px;
    }
    .discover h1 {
        font-size: 38px;
    }
    .p-lr {
        padding: 0px 10%;
    }
    #navbarNav {
        position: absolute;
        top: 63px;
        right: 41px;
        background: white;
        padding: 20px 40px;
        border-radius: 10px;
        box-shadow: 0 0px 3px -1px #999999;
        z-index: 1;
    }
    .nav-item {
        border-bottom: 1px solid rgb(231, 231, 231);
        padding-bottom: 14px;
    }
    .nav-item:last-child, .nav-item:nth-child(4) {
        border-bottom: unset;
    }
    .mob-hide {
        display: none;
    }
    .custom-row {
        display: block;
    }
    .custom-col {
        width: 100%;
        margin-bottom: 50px;
    }
    .more-btn {
        width: 100%;
    }
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 830px) {
    .testimonial-block {
        /* min-height: 590px; */
    }
    .testimonial {
        width: 100%;
        padding: 88px 50px;
    }
    .bg-azure {
        min-height: 536px;
    }

}

@media (max-width: 767px) {
    .bg-azure {
        margin-bottom: 20px;
        min-height: unset;
    }
    .blocks-5 .col-12 {
        min-height: unset;
    }
    .mb-20 {
        margin-bottom: 0;
    }
    .home-main h1 {
        font-size: 32px;
    }
    .h3-bold, .h3-bold-32, .azure-content h3.font-weight-bold,
    .product-block h2  {
        font-size: 24px;
        line-height: 38px;
    }
    .bg-dark-black, .bg-green-btn {
        width: 100%;
    }
    .certificates img {
        margin: 10px;
    }
    .home-main {
        padding: 64px 0 88px;
    }
    .lists {
        margin: 100px auto;
    }
    .lists-block.d-flex {
        display: block !important;
    }
    .lists-block .col-6 {
        max-width: 100%; 
    }
    .lists ul {
        margin: 0;
    }
    .azure-content {
        padding: 88px 32px 56px;
    }
    .testimonial i {
        right: -15px;
        bottom: 45px;
    }
    .action-form {
        padding: 80px 0;
    } 
    .action-form form {
        margin-top: 32px;
    }
    .footer-container.d-flex {
        display: block !important;
    }
    .more-btn {
        font-size: 14px !important;
    }   
    .action-form h2 {
        font-size: 36px;
    }
    .azure-content .mb-4 {
        margin-bottom: 24px;
    }

}


@media (max-width: 610px) {
    .success-popup {
        width: 80%;
        min-width: 260px;
        height: 348px;
        padding: 55px 20px;
    }
}
@media (max-width: 568px) {
    .main-block h1 {
        font-size: 34px;
        padding: 20% 10% 30px;
    }
    .testimonial-block {
        /* min-height: 1000px; */
    }
}

@media (max-width: 515px) {
    .action-form input, .action-form .input-mess, .action-form button {
        width: 90%;
    }
}
@media (max-width: 360px) {
    .btn-yellow {
        width: 100%;
        font-size: 12px !important;
    }
}