@media(max-width:1440px) {
    .container-main {
        padding: 0px 40px;
    }

    .vision-block.reverse .vision-bg {
        height: 270px;
    }

    .home-overview-content {
        padding-left: 95px;
    }

    .breadcrumbs-bg-main.product-detail h1 {
        font-size: 48px;
    }
}

@media(max-width:1366px) {
    .home-banner-bg {
        height: 600px;
    }

    button.prev-btn1 {
        margin-left: -30px;
    }

    button.next-btn1 {
        margin-right: -30px;
    }
}

@media(max-width:1290px) {
    .vision-content {
        padding: 25px;
    }

    .vision-block.reverse .vision-bg {
        height: 262px;
    }
}

@media(max-width:1280px) {
    .home-banner-content h1 {
        font-size: 60px;
        max-width: 500px;
    }

    .footer-block p {
        max-width: 310px;
    }

    .home-overview-content {
        padding-left: 80px;
    }
}

@media(max-width:1220px) {
    .vision-content {
        padding: 20px;
    }
}

@media(max-width:1200px) {
    .home-banner-bg {
        height: 570px;
    }

    .home-about-right {
        padding-left: 55px;
    }

    .home-about-right h2,
    .home-products-heading h2,
    .our-clients-heading h2,
    .core-values-right h2,
    .main-clients-content h2,
    .cta-right h2,
    .contact-us-left h2,
    .form-heading h3,
    .product-detail-right h2 {
        font-size: 36px;
    }

    .text-anime h4 {
        font-size: 32px;
    }

    .home-products-content h4,
    .client-box-title h4,
    .vision-content h4,
    .add-info-right h6,
    .product-modal .modal-header h5 {
        font-size: 20px;
    }

    .footer-block p {
        max-width: 265px;
    }

    .home-products-bg {
        height: 215px;
    }

    .breadcrumbs-content h1 {
        font-size: 48px;
    }

    .breadcrumbs-bg-main.product-detail h1 {
        font-size: 42px;
    }
}

@media(max-width:1185px) {
    .vision-content {
        padding: 15px;
    }

    .vision-bg {
        height: 345px;
    }
}

@media(max-width:1100px) {
    .cta-right {
        padding: 40px;
    }

    .vision-block.reverse {
        flex-flow: column;
    }

    .vision-bg,
    .vision-block.reverse .vision-bg {
        height: 225px;
    }

    .vision-content {
        padding: 20px;
    }

    .our-client-flex .client-block {
        width: 25%;
    }

    .product-detail-right {
        padding-left: 55px;
    }
}

@media(max-width:1024px) {

    .vision-bg,
    .vision-block.reverse .vision-bg {
        height: 207px;
    }
}

@media(max-width:991px) {

    .main-header,
    .top-bar-right {
        display: none;
    }

    .top-bar-main {
        padding: 10px 20px;
    }

    .top-bar-left ul,
    .top-bar-right ul {
        gap: 10px;
    }

    .top-bar-main .container-main {
        padding: 0;
    }

    .top-bar-left {
        width: 100%;
    }

    .top-bar-left ul {
        justify-content: space-between;
    }

    .mob-header {
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        margin-top: 35px;
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }

    .mob-header .navbar {
        background-color: #fff;
        padding: 7px 0px;
    }

    .mob-header .navbar>.container-fluid {
        padding: 0px 20px;
    }

    .mob-header .navbar-brand img {
        max-width: 100px;
    }

    .mob-header .navbar-brand {
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 12;
    }

    .mob-header .navbar-toggler {
        padding: 0;
        border: unset;
        position: relative;
        z-index: 12;
    }

    .mob-header .navbar-toggler-icon {
        background-image: url(../images/menu-icon.webp);
        background-repeat: no-repeat;
        width: 30px;
        height: 28px;
    }

    body.menu-open .mob-header .navbar-toggler-icon {
        background-image: url(../images/close-icon.webp);
        height: 30px;
    }

    body.menu-open {
        overflow: hidden;
    }

    .mob-header .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0px 20px;
        z-index: 10;
    }

    .mob-header .navbar-nav {
        padding-bottom: 600px;
        padding-top: 110px;
    }

    .mob-header .nav-link {
        text-transform: uppercase;
        color: #4a4d48;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0px;
    }

    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .home-banner-main {
        padding-top: 105px;
    }

    .home-about-right {
        padding-left: 40px;
    }

    .home-about-right h2,
    .cta-right h2 {
        font-size: 30px;
    }

    .cta-right ul li {
        font-size: 24px;
    }

    .text-anime h4 {
        font-size: 28px;
    }

    .footer-flex {
        flex-wrap: wrap;
        margin: -20px;
    }

    .footer-block {
        width: 50%;
        padding: 20px;
    }

    .footer-copyright {
        flex-flow: column;
    }

    .breadcrumbs-bg-main,
    .breadcrumbs-info {
        padding-top: 105px;
    }

    .home-overview-content {
        padding-left: 50px;
    }

    .vision-bg,
    .vision-block.reverse .vision-bg {
        height: 199px;
    }

    .our-client-flex .client-block {
        width: 33.33%;
    }
}

@media(max-width:850px) {
    .home-banner-content h1 {
        font-size: 50px;
    }

    .home-banner-bg {
        height: 530px;
    }

    .home-about-main,
    .home-products-main,
    .our-clients-main,
    .core-values-main,
    .cta-main,
    .contact-us-main,
    .product-detail-main,
    .realted-products-main {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .home-about-left,
    .home-about-right,
    .core-values-left,
    .core-values-right,
    .contact-us-left,
    .contact-us-right {
        width: 100%;
    }

    .home-about-right {
        padding-left: 0;
        padding-top: 100px;
    }

    .home-products-block {
        width: 50%;
    }

    .core-values-left {
        padding-right: 0px;
    }

    .core-values-right {
        padding-top: 50px;
    }

    .client-box {
        width: 50%;
    }

    .main-client-bg {
        height: 600px;
    }

    .cta-main {
        padding-top: 0;
    }

    .cta-left,
    .cta-right {
        width: 100%;
    }

    .cta-left img {
        clip-path: unset;
        border-radius: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .cta-left {
        height: unset;
    }

    .vision-flex {
        margin: -30px 0px;
    }

    .vision-block {
        width: 100%;
        padding: 30px 0px;
    }

    .vision-bg,
    .vision-block.reverse .vision-bg {
        height: 350px;
    }

    .vision-content {
        height: unset;
    }

    .home-overview-img {
        width: 100%;
        height: 480px;
    }

    .home-overview-info {
        position: unset;
    }

    .home-overview-content {
        width: 100%;
        padding: 40px 0px;
    }

    .contact-us-left {
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .map,
    .map iframe {
        height: 370px;
    }

    .product-detail-left,
    .product-detail-right {
        width: 100%;
    }

    .product-detail-left {
        height: 400px;
    }

    .product-detail-right {
        padding-left: 0;
        padding-top: 40px;
    }

    .breadcrumbs-bg-main.product-detail h1 {
        font-size: 38px;
    }
}

@media(max-width:768px) {

    .home-btn-flex,
    .client-btn-flex {
        display: none;
    }

    .footer-block {
        width: 100%;
    }

    .footer-block p {
        max-width: unset;
    }

    .vision-block {
        padding: 20px 0px;
    }

    .vision-flex {
        margin: -20px 0px;
    }

    .breadcrumbs-content h1 {
        font-size: 42px;
    }

    .product-detail-left {
        height: 350px;
    }
}

@media(max-width:600px) {
    .container-main {
        padding: 0px 20px;
    }

    .top-bar-left ul li,
    .top-bar-left ul li i {
        font-size: 14px;
    }

    .top-bar-left ul {
        flex-flow: column;
    }

    .mob-header {
        margin-top: 57px;
    }

    .home-banner-content h6 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .home-banner-content h1 {
        font-size: 33px;
        margin-bottom: 13px;
    }

    .home-banner-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .home-banner-content a,
    .home-about-right a,
    .submit-btn input,
    .cta-btn {
        font-size: 16px;
        padding: 15px 35px;
    }

    .btn-flex {
        align-items: unset;
        flex-flow: column;
    }

    .about-bottom-img {
        height: 200px;
    }

    .home-about-left {
        height: 250px;
    }

    .home-about-main,
    .home-products-main,
    .our-clients-main,
    .core-values-main,
    .cta-main,
    .contact-us-main,
    .product-detail-main,
    .realted-products-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-about-right h6,
    .home-products-heading h6,
    .our-clients-heading h6 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .home-about-right h2,
    .home-products-heading h2,
    .our-clients-heading h2,
    .core-values-right h2,
    .main-clients-content h2,
    .cta-right h2,
    .contact-us-left h2,
    .form-heading h3,
    .product-detail-right h2 {
        font-size: 26px;
    }

    .our-clients-heading h2 {
        margin-bottom: 20px;
    }

    .text-anime h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .text-anime-main {
        padding: 20px 0px;
    }

    .home-products-block {
        width: 100%;
        padding: 10px 0px;
    }

    .home-products-flex {
        margin: -10px 0px;
    }

    .home-products-heading {
        margin-bottom: 30px;
    }

    .home-products-content {
        padding: 10px 20px;
    }

    .home-products-content h4,
    .client-box-title h4,
    .vision-content h4,
    .add-info-right h6,
    .product-modal .modal-header h5 {
        font-size: 18px;
    }

    .form-inner {
        padding: 30px 25px;
    }

    .core-values-left h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .core-values-right {
        padding-top: 35px;
    }

    .main-client-bg {
        height: 500px;
    }

    .client-box-icon {
        width: 90px;
        height: 90px;
    }

    .client-box-icon img {
        width: 65px;
        height: 65px;
    }

    .client-box-title h4 {
        font-size: 16px;
    }

    .cta-main {
        padding-top: 0;
    }

    .cta-right {
        padding: 30px 20px;
    }

    .cta-right h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .cta-right ul li span {
        width: 60px;
        height: 60px;
    }

    .cta-right ul li {
        font-size: 20px;
    }

    .cta-left {
        height: 200px;
    }

    .footer-copyright p {
        font-size: 15px;
        line-height: 24px;
    }

    .footer-copyright p:first-child {
        max-width: 325px;
    }

    .breadcrumbs-bg {
        height: 160px;
    }

    .breadcrumbs-bg-main h1 {
        font-size: 34px;
    }

    .vision-bg,
    .vision-block.reverse .vision-bg {
        height: 220px;
    }

    .vision-block {
        padding: 10px 0px;
    }

    .vision-flex {
        margin: -10px 0px;
    }

    .home-overview-img {
        height: 250px;
    }

    .home-overview-title h2 {
        font-size: 24px;
    }

    .exp-left img {
        width: 40px;
        height: 40px;
    }

    .exp-right span {
        font-size: 18px;
    }

    .exp-right p {
        font-size: 16px;
        line-height: 1.5;
    }

    .add-info-left {
        width: 50px;
        height: 50px;
    }

    .contact-us-right .form-field {
        width: 100%;
    }

    .map,
    .map iframe {
        height: 300px;
    }

    .our-client-flex.clients .client-block {
        width: 50%;
        padding: 10px;
        height: 185px;
    }

    .our-client-flex.clients {
        margin: -10px;
    }

    .product-pagination {
        margin-top: 40px;
    }

    .product-detail-left {
        height: 250px;
    }

    .product-detail-right {
        padding-top: 30px;
    }

    .product-detail-right p {
        font-size: 16px;
    }

    .breadcrumbs-bg-main.product-detail h1 {
        font-size: 24px;
    }
}