@media (max-width: 1120px) {
    .menthor_home_section .img-box img {
        height: auto;
        width: 100%;
        margin-left: 0;
    }
    .menthor_home_section .detail-box h1 {
        font-size: 4.5rem;
    }
}
@media (max-width: 992px) {
    .menthor_home_section .detail-box h1 {
        font-size: 3.5rem;
    }
    .menthor_home_section .detail-box h2 {
        font-size: 2rem;
    }
    .menthor_home_section .carousel-control-prev {
        top: 15px;
    }
    .menthor_home_section .carousel-control-next {
        bottom: 75px;
    }
}
@media (max-width: 768px) {

    #use-case-title{
        text-align: center;
    }
    .detail-box-menthor {
        margin-left: 0;
    }
    .menthor-menu-home {
        display: none;
    }
    .responsive-menu {
        display: block;
    }
    .menthor_content {
        background: linear-gradient(to bottom, #040d16 50%, #040d16 45%);
    }
    .sub_page .menthor_content {
        background: linear-gradient(to bottom, #f2f7fd 50%, #f2f7fd 45%);
    }
    .menthor_content {
        height: auto;
    }
    .custom_menu-btn span {
        background-color: #fff;
    }
    .menu_btn-style button span {
        background-color: #fff;
    }
    .carousel-indicators {
        display: none;
    }
    .menthor_home_section .img-box {
        margin-top: 45px;
    }
    .menthor_home_section .carousel-control-next,
    .menthor_home_section .carousel-control-prev {
        display: none;
    }
    .download_section .main-img-box {
        margin-top: 45px;
    }
    .about_section {
        background-color: #0089960f;
    }
    .about_section .detail-box {
        text-align: center;
        height: auto;
    }
    .about_section .detail-box.b-1 a {
        margin: 0 auto;
    }
    .about_section .detail-box.b-1 {
        margin-bottom: 45px;
    }
    .info_section .col-md-3 {
        padding: 20px 25px;
        text-align: center;
    }
    .contact_img-box {
        margin-top: 45px;
    }
}
@media (max-width: 576px) {
    .contact_section input {
        width: 100%;
    }
    .info_section .social-box {
        width: auto;
    }
}
@media (max-width: 400px) {
    .menthor_home_section .detail-box h2 {
        font-size: 1.5rem;
    }
    .menthor_home_section .detail-box h1 {
        font-size: 2.5rem;
    }
    .subscribe_section form {
        flex-direction: column;
        align-items: center;
    }
    .subscribe_section form input {
        width: 100%;
        height: 45px;
    }
    .subscribe_section form button {
        width: 150px;
        height: 45px;
        line-height: 45px;
        margin-top: 25px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
