@media (max-width: 1120px) {
    .slider_section .img-box img {
        height: auto;
        width: 100%;
    }

    .header-mockup{
        background-image: url(../images/mockups/mockup-header.png);
    }
}

@media (max-width: 992px) {
    .slider_section .detail-box h1 {
        font-size: 3rem;
    }
    .slider_section .detail-box h2 {
        font-size: 2rem;
    }
    .slider_section .carousel-control-prev {
        top: 15px;
    }
    .slider_section .carousel-control-next {
        bottom: 75px;
    }
    .navbar .navbar-collapse {
        display: none !important;
    }
    .header-mockup{
        max-height: 600px !important;
    }
    .download-img{
        max-height: 400px !important;
    }
}

@media (max-width: 768px) {
    .hero_area {
        background: linear-gradient(to bottom, #f2f7fd 50%, #1d1e31 45%);
    }

    .sub_page .hero_area {
        background: linear-gradient(to bottom, #f2f7fd 50%, #f2f7fd 45%);
    }

    .hero_area {
        height: auto;
    }

    .custom_menu-btn span {
        background-color: #1d1e31;
    }

    .menu_btn-style button span {
        background-color: #fff;
    }

    .carousel-inner {
        width: 80%;
      }

    .carousel-indicators {
        display: none;
    }

    .slider_section .img-box {
        margin-top: 45px;
    }

    .slider_section .carousel-control-prev,
    .slider_section .carousel-control-next {
        display: none;
    }

    .slider_section .detail-box h2 {
        color: #000000;
    }

    .download_section .main-img-box {
        margin-top: 45px;
    }

    .about_section {
        background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url("../images/about-bg.png");
    }

    .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;
    }

    .about_section:before {
        height: 60%;
      }      

    .contact_img-box {
        margin-top: 45px;
    }

    .header-mockup{
        background-image: url(../images/mockups/mockup-header-2.png);
    }
}

@media (max-width: 576px) {
    .contact_section input {
        width: 100%;
    }

    .info_section .social-box {
        width: auto;
    }

    .heading_container{
        justify-content: center;
    }

    .heading_container p{
        font-size: ;
    }
}

@media (max-width: 480px) {
    .about_section::before {
        height: 65%;
    }
    .header-mockup{
        max-height: 400px !important;
    }
    .layout_padding{
        padding: 40px 16px;
    }
    .discover-voila{
        margin: 0px !important;
        padding: 0px !important;
        margin-top: 3rem !important;
        text-align: center;
    }
    .create-notifications{
        flex-direction: column
    }
    .download-img{
        display: none;
    }
    .download-details{
        padding-block: 2rem;
    }
    .feedback-details{
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .google-dw-btn{
        max-height: 35px !important;
    }
}
@media (max-width: 432px) {
    .about_section::before {
        height: 67.4%;
    }
}

@media (max-width: 400px) {
    .slider_section .detail-box h2 {
        font-size: 1.5rem;
    }

    .slider_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 (max-width: 390px) {
    .about_section::before {
        height: 72%;
    }
}@media (max-width: 365px) {
    .about_section::before {
        height: 74.4%;
    }
}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

}