@media only screen and (max-width:1260px){
    header .mobile-menu {
        display: block !important;
    }
    header .desktop-menu {
        display: none;
    }
}

@media only screen and (max-width:1366px){
    nav.menu-wrapper ul li a {
        font-size: 18px;
    }
}

@media only screen and (max-width:1024px){
    section.Banner-section .Banner-img h1, .Banner-img h1 {
        width: 100%;
    }
    h3 {
        font-size: 34px;
    }
}

@media only screen and (max-width:991px){
    p.list-title {
        font-size: 20px;
    }
    section.Click-section .Click .list {
        gap: 30px;
    }
    h1 {
        font-size: 34px !important;
    }
    h2, section.Top-pick-section .Top-pick h2, section.Click-section .Click h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width:820px){
    .list {
        gap: 10px;
    }
    section.Click-section .Click .list {
        gap: 40px;
    }
    .Introduction .introinr {
        right: 6%;
        top: 10%;
    } 
    .contact-inner .contact-form {
        width: 60%;
    }
    .contact-inner .contact-text {
        width: 40%;
    }
}

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

@media only screen and (max-width:667px){
    .dialog {
        width: 80vw;
    }
    .dialog h3 {
        font-size: 20px;
        font-weight: 500;
    }
    .dialog p {
        font-size: 15px !important;
    }
    .Banner-img h1 {
        top: 70%;
    }
    .footer-inner {
        flex-direction: column;
        gap: 30px;
    }
    .contact-inner {
        display: block;
    }
    .contact-inner .contact-form, .contact-inner .contact-text {
        width: 100%;
    }
    .contact-text ul li {
        font-size: 20px;
    }
    p {
        font-size: 20px !important;
    }
    section.title-bar .title-progress-header p {
        padding: 20px 10px;
    }
    h1 {
        font-size: 30px !important;
    }
    h2, section.Top-pick-section .Top-pick h2, section.Click-section .Click h2 {
        font-size: 28px ;
    }
    h3 {
        font-size: 26px;
    }
    section {
        margin: 50px auto;
    }
    .list .list-inner {
        width: 48%;
        display: inline-block;
    }
    .list {
        display: inline-block;
    }
    .footer-inner p.footer-addr {
        width: 100%;
        margin-top: 20px;
    }
}


@media only screen and (max-width:480px){
    .slick-slide img {
        height: 170px;
        object-fit: cover;
    }
    .file-upload p {
        font-size: 13px !important;
    }
    .two-boxes-section .boxes-list {
        display: block;
    }
    .two-boxes-section .boxes-list .box {
        margin-top: 20px;
    }
    section.footer-section {
        padding: 40px 0;
    }
    .kitn-hyg-lst {
        align-items: flex-start;
    }
    .newsletter-form button.sub-btn {
        padding: 0 20px;
    }
    .newsletter-form form {
        height: 50px;
    }
    .boxes-list .box .box-content {
        bottom: 0;
        padding: 0 10px;
    }
}


@media only screen and (max-width:430px){
    section.Click-section img {
        width: 60%;
        margin: 10px 0;
    }
    .Banner-img h1 {
        font-size: 26px !important;
    }
    section.Click-section .Click p {
        margin: 13px 0 20px;
    }
}

@media only screen and (max-width:414px){
    section.Click-section img, .list-inner img {
        width: 60%;
        margin: 20px 0;
    }
    .Introduction .introinr span {
        font-size: 20px;
    }
    .App-header {
        padding: 30px;
    }
}

@media only screen and (max-width:375px){
    section.Banner-section .Banner-img h1 {
        padding: 0 10px;
    }
    .list .list-inner {
        width: 100%;
    }
    h1 {
        font-size: 28px !important;
    }
    section.Click-section .Click p {
        margin: 13px 0 0px;
    }
    .Click-section.container .list .list-inner {
        width: 49%;
    }
    section.Click-section img, .list-inner img {
        margin: 10px 0;
    }
    .Introduction .introinr span {
        font-size: 18px;
    }
    .boxes-list .box .box-content h2 {
        margin-bottom: 10px;
    }
    .kitn-hyg-lst {
        gap: 10px;
    }
}

@media only screen and (max-width:360px){
    p {
        font-size: 18px !important;
        line-height: 22px;
    }
    section.Click-section .Click p {
        margin: 13px 0 20px;
    }
    .contact-text ul li {
        font-size: 18px;
    }
    .dialog {
        width: 77vw;
    }
}

@media only screen and (max-width:320px){
    .Banner-img h1 {
        font-size: 22px !important;
    }
    h2, section.Top-pick-section .Top-pick h2, section.Click-section .Click h2 {
        font-size: 24px;
    }
    .Introduction .introinr {
        right: 0;
        padding: 0 10px;
        left: 0;
    }
    .Introduction .introinr span {
        font-size: 16px;
    }
    h1 {
        font-size: 24px !important;
    }
    .boxes-list .box .box-content {
        bottom: 0px;
    }
}




