/* max-width: 320 sm mobail screen
320px — 480px: Mobile devices.
481px — 768px: iPads, Tablets.
769px — 1024px: Small screens, laptops.
1025px — 1200px: Desktops, large screens.
1201px and more — Extra large screens, TV. */
/* @media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
} */

@media screen and (min-width: 1025px) and (max-width:1440px) {
    .testimonial_area::before {
        width: 95%;
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    nav::after {
        width: 42%;
    }

    .top_banner::before {
        left: -260px;
        width: 90%;
        transform: skewX(21deg);
    }

    .for_icon_box {
        margin-right: 1rem;
    }

    .margin_right {
        margin-right: 1rem;
    }

    .icon_box span {
        font-size: 1rem;
    }

    .icon_box img {
        height: 80px;
        width: 80px;
    }

    .middel_bg {
        height: 50vh;
        background-size: contain;
        background-position: center;
    }

    .service_name {
        top: 75%;
        padding: 0.8rem 0.5rem;
        font-size: 0.875rem;
    }

    .testimonial_area::before {
        width: 95%;
    }

    .con_form {
        padding: 2rem;
    }
}

@media screen and (min-width:100px) and (max-width:912px) {
    .top_content {
        text-align: center;
    }

    .two_btn {
        grid-template-columns: 1fr 1fr;
    }

    .top_banner {
        background-position: center right;
    }

    .top_banner::before {
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.75);
        transform: skewX(0);
    }

    .for_icon_area::before {
        height: 45%;
        width: 100%;
        border-radius: 0;
    }

    .for_icon_area {
        padding-bottom: 0;
    }

    .for_icon_box {
        margin: 0 0 3rem;
    }

    .margin_right {
        margin: 0 0 3rem;
    }

    .middel_bg {
        height: 40vh;
        background-size: contain;
        background-position: center;
    }

    .service_img img {
        width: 100%;
    }

    .testimonial_area::before {
        width: 95%;
    }

    .testimonial_area {
        padding: 50px 0;
    }

    .testimonial {
        padding: 4rem 2rem 1rem;
        margin: 50px 5px 10px;
    }

    .testimonial p {
        font-size: 0.875rem;
    }

    .reviewer .img {
        height: 50px;
        width: 50px;
    }

    .copyright {
        padding: 1rem;
    }

    .navbar_menus {
        position: fixed;
        background: var(--theme-color);
        padding: 2rem;
        border-radius: 0 0 20px 20px;
        z-index: 999;
        flex-direction: column;
        width: 85%;
        top: -100%;
        left: 50%;
        transform: translateX(-50%);
        gap: 0.5rem;
        transition: all .3s ease-in-out;
    }

    .nav_btn {
        display: block;
    }

    .show-menu {
        top: 73px;
    }

    .nav_link {
        padding: 0 0.3rem;
    }

    nav::after {
        width: 80%;
    }

    .nav_link:hover {
        color: #fff;
    }

    .nav_link::before {
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 2px;
        background: #fff;
        opacity: 0;
    }

    .nav_link:hover::before {
        opacity: 1;
    }

    .con_form {
        padding: 2rem;
    }

    .social_medias {
        gap: 0.3rem;
    }

    .address_area {
        padding: 1rem;
    }

}

@media screen and (min-width:769px) and (max-width:820px) {}

@media screen and (min-width:577px) and (max-width:768px) {}

@media screen and (max-width:576px) {
    .top_content h1 {
        font-size: 2rem;
    }

    .top_banner {
        height: 100%;
        padding: 160px 0 100px;
        margin-top: -110px;
    }

    .mtb-100 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .big_card .title {
        font-size: 1.5rem;
    }

    .big_card {
        padding: 1rem;
    }

    .title {
        font-size: 2rem;
    }

    .icon_box img {
        height: 60px;
        width: 60px;
        object-fit: contain;
    }

    .icon_box span {
        font-size: 0.875rem;
    }

    .middel_bg {
        height: 25vh;
    }

    .copyright {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer {
        padding: 40px 0;
    }

    .product_box {
        padding: 1rem;
    }

    .product_box p {
        font-size: 0.8rem;
    }

    .product_logo img {
        width: 65%;
    }

    .footer_about {
        margin-right: 0;
        text-align: center;
    }
}

@media screen and (max-width:375px) {
    .icon_box {
        padding: 1rem;
    }

    .for_icon_box {
        margin: 0 0 1rem;
    }

    .margin_right {
        margin: 0 0 1rem;
    }

    .copyright p,
    .copyright a {
        font-size: 0.8rem;
    }

    .nav_logo::after {
        width: 105%;
    }

    .nav_logo::before {
        width: 104%;
    }

    .nav_logo img {
        width: 155px;
    }

    .two_btn {
        grid-template-columns: 1fr;
    }

    .show-menu {
        top: 65px;
    }


}