
@media only screen and (max-width: 1700px) {
    .competitive_inner_card{
        width: 80%;
    }
    .card_flex{
        gap: 50px;
    }
    .why_parent {
    width: 1200px;
    margin: auto;
    }
}
@media only screen and (max-width: 1325px) {
    .competitive_inner_card{
        width: 80%;
    }
    .card_flex{
        gap: 50px;
    }
    .why_parent {
    width: 1124px;
    margin: auto;
}
    
}
@media only screen and (max-width: 1250px) {

    .nav_bar{
        width:85%;
    }
    .why_parent {
    width: 800px;
    margin: auto;
    }
    .tabs{
        width:80%;
    }
}

@media only screen and (max-width: 1250px){
    .founder_child_content h2 {
    font-size: 33px;
    }
}
@media only screen and (max-width: 1024px) {
    
    .nav_bar{
        width:90%;
    }
    .why_parent {
    width: 500px;
    margin: auto;
}
.form_div{
        width:75%
    }
    .blog_card h6{
        font-size:15px;
    }
    .blog_card p {
        padding: 10px 0;
        font-size: 13px;
    }

}


@keyframes moveHeader {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
  
}
@keyframes moveHeaderRight {
  0% {
    transform: translatex(0);
 }
  100% {
    transform: translatex(-100%);
 }
  
}

@media only screen and (max-width: 920px) {
       .offer-section{
        width:90%;
    }
    .offer-heading {
    font-size: 32px;}
    .offer-details {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
    line-height: 50px;
}
    .about_banner_content h1{
        font-size:19px !important;
    }
    
    .thank_you{
        text-align: center;
    margin-top:-80px !important;
    margin-bottom: 10px !important;
    width:90%;
    margin:0 auto;
    }
    .download_app .scanner_section p {
        color: #133C55;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}
    .dive_sche input {
    display: block;
    margin-left: auto;
    margin-top: 15px;
    margin-left: 0;
}
.address_text_area_inner textarea {
    width: 65%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 20px;
}
    .sat_email {
    width: 80% !important;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}
.sat_email input {
    width: 180px !important;
}
.sat_email label{
    margin-left:0 !important;
    margin-right:0 !important;
}
    body{
        overflow-x:hidden;
    }
    .footer_bottom ul li {
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 300;
    color: #133c55;
    display: flex;
    align-items: end;
}
    .nav-list {
        display: none;
    }
    .founder_child_content h2{
        font-size:27px;
    }
    .banner_section{
        margin-top:81px;
    }
    .privacy-policy{
        
    }
    .blog_inner{
        width:90%;
    }
    .founder_child_content p {
    font-size: 13px;
    line-height: 24px;
    padding-top: 8px;
        
    }
    .price_inner{
        width:75%;
    }
    .why_parent {
    width:420px;
    margin: auto;
}
    .active_ab{
        animation: moveHeaderRight 0.9s ease-in-out;
    }
    .desktop{
        display: none;
    }
    .mobile-nav{
        display: block;
        width: 100%;
    float: left;
    height: auto !important;
    background: #fff !important;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 1s ease-in-out;
    }
    .nav-schedule_ab{
        display:inline;
    }
    .menu-icon {
        display: block;
        font-size: 32px;
        cursor: pointer;
        float: right;
        margin-right: 20px;
    }

    .menu-icon:hover {
        color: #bbb;
    }

    .show {
        display: block !important;
        position: fixed;
        width: 100%;
        /*height: 100vh;*/
        background:#333333;;
        z-index: 99;
        animation: moveHeader 0.9s ease-in-out;
        /*margin-top: -35px;*/
        
    }
    /*.nav-list:not(.show) {*/
    /* animation: moveHeaderRight 0.9s ease-in-out;*/
    /*}*/
    
    /*.show_reverse{*/
    /*    display: block !important;*/
    /*    position: fixed;*/
    /*    width: 100%;*/
        /*height: 100vh;*/
    /*    background:#333333;;*/
    /*    z-index: 99;*/
    /*    animation: moveHeaderRight 0.9s ease-in-out;*/
    /*}*/
    /*.nav_ab_hide{*/
    /*    animation: moveHeader 0.9s ease-in-out;*/
    /*}*/
    /*.nav_ab_show{*/
    /*    animation: moveHeaderRight 0.9s ease-in-out;*/
    /*}*/

    .nav-list li {
        padding: 15px;
    text-align: left;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    margin-left: 24px;
    list-style: none;
    }
    .nav-schedule{
        margin-left: 0;
        width: 150px;
    }
    .banner_text {
    top: 215px;
    z-index: 8;
    transform: translate(-50%, -50%) !important;
    left: 66%;
    right: 50%;
}
    .banner_text h2 {
        font-size: 30px;
    }
    .qr_section p {
        width: 120px;
        font-size: 10px;
        opacity: 0.7;
    }
    .banner_text p {
        font-size: 13px;
        color: #133C55;
        margin-bottom:25px;
    }
    .competitive_inner{
        flex-direction: column;
    }
    .card_flex {
        display: flex;
    }
    .competitive_inner_card {
        width: 100%;
    }
    .faq {
        width: 100%;
        margin-top: 6rem;
    }
    .download_heading h1 {
        font-size: 25px;
    }
    .download_heading h2 {
        font-size: 25px;
    }
    .download_heading h3 {
        font-size: 25px;
    }
    .competitive_list h2 {
        font-size: 30px;
    }
    .why_hire h2 {
        font-size: 30px;
    }
    .footer_inner{
        width: 90%;
    }
    .last_footer_inner {
        width: 90%;
    }
    
    .our_process_first{
            grid-template-columns: auto auto;
    }
    .why_hire_child {
        width: 90%;
    }
}
@media only screen and (max-width: 800px) {
    .view_faq {
    width: 30%;
    margin: 0 auto;
    /* float: right; */
    display: block;
    text-decoration: none;
    padding: 8px 25px;
    font-size: 13px;
    color: white;
    background: #3b7ded;
    border-radius: 17px;
    margin-bottom: 20px;
}
    .banner {
    background-image: url(img/Banner_About_Us.png);
    height: 200px !important;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}
    .tabs_parent{
       width:85% !important; 
    }
    .about_content_child {
    width: 85%;
    margin: auto;
    margin-bottom: 100px;
}
    .about_banner_content {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 68%;
    text-align: center;
}
    .inner {
    width: 100%;
    margin: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, rgb(183 240 250 / 39%) 53%, rgb(66 164 229 / 36%) 100%);
}
    .registered_office{
        width:171px;
    }
    .mobile_section img {
    position: absolute;
    width: 146px;
    right: -9px;
    top: 310px;
}
    .competitive_inner_card{
        width: 80%;
    }
    .card_flex{
        gap: 50px;
        flex-direction: column;
    }
    
    .founder_child{
        width:85%;
    }
    .price_list{
        width: 75%;
    }
    .accordion{
            padding: 5px;
    }
    .tabs{
        width:100%;
    }
    #deliveryForm{
        width:80%
    }
}

@media only screen and (max-width: 700px) {
    .testimonial-card{
    width: 80% !important;
    padding: 1rem !important;
}
.card-parent h1{
    font-size:2rem !important;
}
    .footer_bottom ul {
     margin-left: auto; 
}
.services-tagline p{
    font-size:16px;
}
.fs20 {
    font-size: 16px !important;
}
    .book_service{
        width: 85%;
    }
    .dots{
        display: none !important;
    }
    .blog_inner {
        width: 80%;
        grid-template-columns: auto auto;
    }
    .our_process h4{
        font-size: 40px;
    }
    .our_process h3{
        font-size: 28px;
    }
    .coverage input{
        width:190px;
    }
    .coverage_schedule{
        gap:3px;
    }
    .footer_bottom{
        flex-direction: column;
            /*gap: 20px 5px;*/
         gap: 0 7px
        /*margin-left: 50px;*/
    }
    .footer_div1{
        width: 100%;
        
    }
    .footer_div2{
        width: 100%;
        margin-top: 30px;
    }
    .wdth75{
        width:50%;
    }
    .wdth25{
        width:50%;
    }
    .form_div select{
        width:200px;
    }
    .tab{
        width:85%;
    }

    .competitive_inner_card1{
        width: 56%;
    }
    .competitive_inner_card2 {
        width: 56%;
        position: relative;
    }
    .competitive_inner_card3 {
        width: 56%;
        position: relative;
    }
    .price_list{
        width: 80%;
    }
    .accordion{
            padding: 5px;
    }
    .footer_bottom{
    
        grid-template-columns: auto auto ;
}
.tab-switch {
    width:30% !important;
}
.tabs{
    flex-direction:column;
}
.explore_price_inner h3{
    font-size:28px;
}
.price h3{
    font-size:30px;
}
#deliveryForm{
    padding: 5px;
}
body{
    overflow-x:hidden;
}
.position-fixed{
    font-size:16px;
    width:115px;
    padding:1rem;
}
.about_banner_content h1 {
    font-size: 19px !important;
    font-weight: 500;
    margin-bottom: 7px;
}
}

@media only screen and (max-width: 550px) {
    body{
        overflow-x:hidden;
    }
    .competitive_list h2 {
        font-size: 27px;
    }
    .card-parent-head{
        flex-direction:column;
        padding:1rem 0;
    }
    .card-parent-head .donot{
        margin-top:0 !important;
        margin-bottom:0 !important;
    }
    .contact-form-leftt {
    width: 100% !important;
}
   
    .p50{
        margin-top: 0px !important;
    }
    .quality_div_content h5{
        text-align:center;
    }
    .last_footer_inner{
        flex-direction:column;
    }
    .our_process_first{
        grid-template-columns: auto;
    }
    .blog_inner {
        width: 80%;
        grid-template-columns: auto;
    }
    .h2 h2 span{
        color:black !important;
    }
    .quality_div{
        flex-direction:column;
    }
    .why_hire h2 {
        font-size: 27px;
    }
    .our_process h4{
        font-size: 35px;
    }
    .competitive_inner_card1 .premium_price h2{
        padding-top:0;
    }
    .premium_price_top p {
        font-size: 9px;
        font-weight: 600;
    }
    .regular_price_top p {
        font-size: 9px;
        font-weight: 600;
    }
    /*.banner_section{*/
    /*    height:550px;*/
    /*}*/
   
    .price_list{
        width: 85%;
    }
    .competitive_inner_card1{
        width: 60%;
    }
    .competitive_inner_card2 {
        width: 60%;
        position: relative;
    }
    .competitive_inner_card3 {
        width: 60%;
        position: relative;
    }
    .accordion{
            padding: 5px;
    }
        .quality_div img {
        width: 100%;
        height: 100px;
        object-fit: contain;
    }
    .faq_all_page{
        text-align: center;
    }
    .view_faq{
        float: none;
        width: 140px;
    }
    .tab {
    padding: 5px 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #ffffff;
    flex: 1;
    font-family: 'Thedus Condensed';
    text-align: center;
    gap: 30px;
    font-size: 16px;
    border-radius: 20px;
    border: 2px dashed #bfb8b8;
}
    .faq_simple{
        text-align:center;
    }
    .founder_child{
        flex-direction:column;
        align-items: center;
    }
    .founder_child_img img{
        width:100%;
        position: unset;
    }
    .founder_child_img{
        margin:auto;
        width:70%;
    }
    .h2{
        position:unset;
    }
    .founder_child_content {
    width:100%;
    text-align: center;
    position: relative;
}
.tab-switch {
    width: 95% !important;
    margin: 30px auto;
}
    .laundry-tabs {
        width: 100% !important;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }
.laundry-content{
    width:84% !important;
    padding:0 !important;
    margin:0 auto !important;
}
#regular_laundry_tab, #premium_laundry_tab{
    width:100%;
}
#regular_laundry_tab h2{
    font-size:15px !important;
}
#premium_laundry_tab h2{
    font-size:15px !important;
}
.laundry-content-left>h2{
    font-size:16px !important;
}
.laundry-content-left>h2>span{
    font-size:12px !important;
}
.cards {
flex-direction: column;
    align-items: center;
}
    .cards .card1{
        width:75%;
    }
    ._suits h1{
        font-size: 1.5rem !important;
        line-height: 34px !important;
    }
        .why_use_inner h1{
            font-size: 1.4rem !important;
        line-height: 34px !important;
        }
        .why-use-card1{
            height:auto !important;
            padding:0.5rem !important;
        }
        .contact-form-leftt h1 {
    color: #72D2F4;
    font-weight: 700;
    font-size: 2.2rem;
    font-family: "Poppins", sans-serif !important;
    line-height: 34px;
}
.contact-form-leftt h2 {
    color: #000;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 2rem;
    line-height: 30px;
    margin-bottom: 1.7rem;
}
.contact-form-leftt ul li {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    font-family: "Poppins", sans-serif !important;
    font-style: normal ! Important;
    font-weight: 500;
}
.why-use-card1 h2 {
    font-size: 1.5rem;
    margin: 2rem 0;
    line-height: 100%;
}
.call-buton .cc-calto-action-ripple {
    
    right: 26px !important;
}
    
}
@media screen and (max-width: 1024px) and (min-width: 769px){
    .tab-switch{
        width:40% !important;
    }
}
@media screen and (max-width: 768px) and (min-width: 551px){
    .tab-switch{
        width:50% !important;
    }
    .tabs{
        width:45% !important;
    }
}

@media only screen and (max-width: 500px) {
   
    .our_process h4{
        font-size: 30px;
    }
    .coverage{
        flex-direction:column;
    }
    .coverage_schedule{
        flex-direction: column;
    }
    .why_parent {
    width: 320px;
    margin: auto;
}
.sche_flex{
    flex-direction: column;
    /*align-items: baseline;*/
}
.form_flex{
    flex-direction:column;
}
    
    .competitive_inner_card1 .premium_price h2{
        padding-top:0;
    }
    
    .competitive_list h2 {
        font-size: 25px;
        padding-top: 25px;
    }
    .why_hire h2 {
        font-size: 25px;
        padding-top: 25px;
    }
    .competitive_inner_card1{
        width: 75%;
    }
    .competitive_inner_card2 {
        width: 75%;
        position: relative;
    }
    .competitive_inner_card3 {
        width: 75%;
        position: relative;
    }
    .accordion{
            padding: 5px;
    }
    .download_heading{
        left:8%;
    }
}

@media only screen and (max-width: 475px) {
    .last_footer_inner p {
        font-size: 10px;
        text-align:center;
    }
    .our_process h4{
        font-size: 25px;
    }
    .banner_text{
        width: 75%;
    }
    .footer_head{
            align-items: start;
    }
    .about_banner_content{
        width:80%;
        top:67% !important;
    }
    .why_parent {
    width: 300px;
    margin: auto;
}
td {
    font-size:13px;
    padding-left: 10px !important;
}

th {
        font-size:13px;
padding-left: 10px !important;
}
    
    .competitive_inner_card1 .premium_price h2{
        padding-top:0;
    }
    .competitive_inner_card1 {
        width: 85%;
        position: relative;
    }
    .competitive_inner_card2 {
        width: 85%;
        position: relative;
    }
    .competitive_inner_card3 {
        width: 85%;
        position: relative;
    }
    .footer_download{
        flex-direction: column;
    }
    .card_flex{
        flex-direction: column;
        gap: 30px;
    }
    .competitive_inner{
        padding: 50px 0;
    }
    .price_list{
    width: 250px;
    }
    .accordion{
            padding: 5px;
    }
    .footer_bottom{
    
        grid-template-columns: auto auto;
        /*margin-left:7px;*/
    }
    .founder_child_img{
        padding: 30px 0;
    }
    .founder_child_content p{
        text-align: left;
        padding-top: 0px;
    }
    
}
@media only screen and (max-width: 400px){
    .competitive_inner_card1 {
        width: 61%;
        position: relative;
    }
    .competitive_inner_card2 {
        width: 61%;
        position: relative;
    }
    .why_parent {
    width: 100%;
    margin: auto;
}
    .our_process h4 {
    font-size: 23px;
}
    .competitive_inner_card1 .premium_price h2{
        padding-top:0;
    }
    .circle-icon{
        right: 2px;
    }
    .accordion-header{
        padding: 15px 30px 15px 10px;
    }
    .competitive_inner_card1 {
        width: 90%;
        position: relative;
    }
    .competitive_inner_card2 {
        width: 90%;
        position: relative;
    }
    .competitive_inner_card3 {
        width: 90%;
        position: relative;
    }
    .accordion{
            padding: 5px;
    }
    .footer_bottom{
    
        grid-template-columns: auto auto;
        
    }
    
}

@media only screen and (max-width: 350px) {
    .download_heading {
        position: absolute;
        top: 23%;
        left: 8%;
    }
    
    .competitive_inner_card1 .premium_price h2{
        padding-top:0;
    }
    
    .accordion{
            padding: 5px;
    }
    .why_parent {
    width: 200px;
    margin: auto;
}
.tab-switch{
    width:95% !important;
}
    
}
@media only screen and (min-width:768px){
    .dropdown35{
        position:absolute !important;
        background: #000000 !important;
        margin-top:10px !important;
    }
}
