@media screen and (max-width:414px) {
    .heading h1 {
        font-size: 30px;
    }

    .header .logo h1 {
        margin-left: 5px;
        font-size: 18px;
    }

    .heading {
        margin-bottom: 0px;
    }

    .phone {
        border: 1px solid white;
        padding: 5px 8px;
        margin-right: 5px;
    }

    .phone a {
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
    }

    #banner {
        height: auto;
    }

    #banner .content {
        flex-wrap: wrap;
        top: 30%;
        width: 100%;
        row-gap: 20px;
        padding: 0.5rem;
    }

    #banner .box1 {
        margin-top: 20px;
    }

    #banner .box1,
    #banner .box2 {
        width: 100%;
        padding: 0.5rem;
        height: auto;
    }

    #banner .box1 h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    #banner .box1 .text h1 {
        font-size: 40px;
    }


    #banner .box1 .text h1 span {
        font-size: 20px;
    }

    #banner .box1 .text p {
        font-size: 16px;
        margin-top: 20px;
    }

    #banner .box2 .form-field input,
    #banner .box2 .form-field textarea {
        width: 100%;
        padding: 0.5rem;
    }

    #banner .submit-btn {
        padding: 0.6rem 1.5rem;
    }

    #services {
        margin-top: 10%;
    }

    #services .content .box {
        width: 100%;
    }

    .carousel-item .text h1 {
        font-size: 30px;
        word-break: 0;
        letter-spacing: 0;
    }

    .carousel-item .text .btns {
        width: 100%;
    }

    .carousel-item .text .btns button {
        margin: 2px;
        margin-top: 20px;
        padding: 8px;
        width: 120px;
    }

    #availability {
        margin-top: 10%;
    }

    #availability .content {
        width: 100%;
    }

    #availability .content .box {
        width: 100%;
    }

    #counter {
        margin-top: 10%;
    }

    #counter .content .box h1 {
        font-size: 2.3em;
    }

    #counter .content .box {
        width: 80%;
    }

    #whychooseus {
        margin-top: 10%;
    }

    #whychooseus .content {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    #whychooseus .content .box {
        position: relative;
        width: 100%;
    }

    .accordion {
        margin-top: 10%;
    }
}

@media screen and (max-width:500px) and (min-width:414px) {
    .heading h1 {
        font-size: 30px;
    }

    .header .logo h1 {
        margin-left: 5px;
        font-size: 18px;
    }

    .phone {
        border: 1px solid white;
        padding: 5px 8px;
        margin-right: 5px;
    }

    .phone a {
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
    }

    #banner {
        height: auto;
    }

    #banner .content {
        flex-wrap: wrap;
        top: 30%;
        width: 100%;
        row-gap: 20px;
        padding: 0.5rem;
    }

    #banner .box1 {
        margin-top: 20px;
    }

    #banner .box1,
    #banner .box2 {
        width: 100%;
        padding: 0.5rem;
        height: auto;
    }

    #banner .box1 h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    #banner .box1 .text h1 {
        font-size: 40px;
    }

    #banner .box1 .text h1 span {
        font-size: 20px;
    }

    #banner .box1 .text p {
        font-size: 16px;
        margin-top: 20px;
    }

    #banner .box2 .form-field input,
    #banner .box2 .form-field textarea {
        width: 100%;
        padding: 0.5rem;
    }

    #banner .submit-btn {
        padding: 0.6rem 1.5rem;
    }

    #services {
        margin-top: 10%;
    }

    #services .content .box {
        width: 100%;
    }

    .carousel-item .text h1 {
        font-size: 30px;
        word-break: 0;
        letter-spacing: 0;
    }

    .carousel-item .text .btns {
        width: 100%;
    }

    .carousel-item .text .btns button {
        margin: 2px;
        margin-top: 20px;
        padding: 8px;
        width: 120px;
    }

    #availability {
        margin-top: 10%;
    }

    #availability .content {
        width: 100%;
    }

    #availability .content .box {
        width: 100%;
    }

    #counter {
        margin-top: 10%;
    }

    #counter .content .box h1 {
        font-size: 2.3em;
    }

    #counter .content .box {
        width: 80%;
    }

    #whychooseus {
        margin-top: 10%;
    }

    #whychooseus .content {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    #whychooseus .content .box {
        position: relative;
        width: 100%;
    }

    .accordion {
        margin-top: 10%;
    }
}

@media screen and (max-width:768px) and (min-width:500px) {
    .heading h1 {
        font-size: 40px;
    }

    .header .logo h1 {
        margin-left: 20px;
        font-size: 25px;
    }

    .phone {
        border: 1px solid white;
        padding: 5px 8px;
        margin-right: 5px;
    }

    .phone a {
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
    }

    #banner {
        height: auto;
    }

    #banner .content {
        flex-wrap: wrap;
        top: 30%;
        width: 100%;
        row-gap: 20px;
        padding: 0.5rem;
    }

    #banner .box1 {
        margin-top: 20px;
    }

    #banner .box1,
    #banner .box2 {
        width: 80%;
        padding: 0.5rem;
        height: auto;
    }

    #banner .box1 h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    #banner .box1 .text h1 {
        font-size: 50px;
    }

    #banner .box1 .text h1 span {
        font-size: 22px;
    }

    #banner .box1 .text p {
        font-size: 18px;
        margin-top: 20px;
    }

    #banner .box2 {
        padding: 10px;
    }

    #banner .box2 .form-field input,
    #banner .box2 .form-field textarea {
        width: 100%;
        padding: 0.5rem;
    }

    #banner .submit-btn {
        padding: 0.6rem 1.5rem;
    }

    #services {
        margin-top: 10%;
    }

    #services .content .box {
        width: 40%;
    }

    .carousel-item .text h1 {
        font-size: 50px;
    }

    #availability {
        margin-top: 10%;
    }

    #availability .content {
        width: 100%;
        padding: 50px;
        padding-top: 0px;
    }

    #availability .content .box {
        width: 100%;
    }

    #counter {
        margin-top: 10%;
    }

    #whychooseus {
        margin-top: 10%;
    }

    #whychooseus .content {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    #whychooseus .content .box {
        position: relative;
        width: 100%;
    }

    .accordion {
        margin-top: 10%;
    }
}


@media screen and (max-width:920px) and (min-width:768px) {
    .heading h1 {
        font-size: 50px;
    }

    .header .logo h1 {
        margin-left: 20px;
        /* font-size: 30px; */
    }

    .phone {
        border: 1px solid white;
        padding: 10px;
        margin-right: 5px;
    }

    #banner {
        height: auto;
    }

    #banner .content {
        flex-wrap: wrap;
        top: 30%;
        width: 100%;
        row-gap: 20px;
        padding: 0.5rem;
    }

    #banner .box1 {
        margin-top: 20px;
    }

    #banner .box1,
    #banner .box2 {
        width: 80%;
        padding: 0.5rem;
        height: auto;
    }

    #banner .box1 h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    #banner .box1 .text h1 {
        font-size: 50px;
    }

    #banner .box1 .text h1 span {
        font-size: 22px;
    }

    #banner .box1 .text p {
        font-size: 18px;
        margin-top: 20px;
    }

    #banner .box2 {
        padding: 10px;
    }

    #banner .box2 .form-field input,
    #banner .box2 .form-field textarea {
        width: 100%;
        padding: 0.5rem;
    }

    #banner .submit-btn {
        padding: 0.6rem 1.5rem;
    }

    #services {
        margin-top: 10%;
    }

    #services .content .box {
        width: 40%;
    }

    .carousel-item .text h1 {
        font-size: 50px;
    }

    #availability {
        margin-top: 10%;
    }

    #availability .content {
        width: 100%;
        padding: 50px;
        padding-top: 0px;
    }

    #availability .content .box {
        width: 100%;
    }

    #counter {
        margin-top: 10%;
    }

    #whychooseus {
        margin-top: 10%;
    }
}


@media screen and (max-width:1024px) and (min-width:920px) {
    .heading h1 {
        font-size: 50px;
    }

    .header .logo h1 {
        margin-left: 20px;
        /* font-size: 30px; */
    }

    .phone {
        border: 1px solid white;
        padding: 10px;
        margin-right: 5px;
    }

    #banner {
        height: auto;
    }

    #banner .content {
        /* flex-wrap: wrap; */
        top: 30%;
        width: 100%;
        padding: 0.5rem;
    }

    #banner .box1 {
        margin-top: 20px;
    }

    #banner .box1,
    #banner .box2 {
        width: 50%;
        padding: 0.5rem;
        height: auto;
    }

    #services {
        margin-top: 10%;
    }

    #services .content .box {
        width: 40%;
    }

    #counter {
        margin-top: 10%;
    }
    
    #availability {
        margin-top: 10%;
    }

    #whychooseus {
        margin-top: 10%;
    }

    .accordion {
        margin-top: 10%;
    }
}


@media screen and (max-width:1280px) and (min-width:1024px) {    
    #banner {
        height: auto;
    }

    #banner .content {
        top: 30%;
        width: 100%;
        padding: 0.5rem;
        column-gap: 50px;
    }

    #banner .box1 {
        margin-top: 20px;
    }

    #banner .box1,
    #banner .box2 {
        width: 50%;
        padding: 0.5rem;
        height: auto;
    }

    #services {
        margin-top: 10%;
    }

    #services .content .box {
        width: 40%;
    }
    
    #availability {
        margin-top: 10%;
    }

    #counter {
        margin-top: 10%;
    }

    #whychooseus {
        margin-top: 10%;
    }

    .accordion {
        margin-top: 10%;
    }
}

@media (min-width: 700px) {
    .mobilecall {
        display: none;
    }
}