@media screen and (max-width:414px) {

    .header .logo h1 {
        margin-left: 10px;
    }

    .phone {
        border: 1px solid white;
        padding: 8px 10px;
        margin-right: 10px;
    }

    .phone a {
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
    }

    #front-section .box video {
        height: 950px
    }

    #front-section .box .content {
        flex-wrap: wrap;
        padding: 0;
        margin-top: 50px;
    }

    #front-section .box .content .box1 {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    #front-section .box .content .box1 h4 {
        font-size: 16px;
    }

    #front-section .box .content .box1 h2 {
        font-size: 20px;
    }

    #front-section .box .content .box2 {
        width: 100%;
    }

    #front-section .box .content .box2 {
        margin-top: 0px;
    }

    #front-section .box .content .box2 .text2 {
        padding: 10px;
    }

    #front-section .box .content .box2 .text2 h4 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    #front-section .box .content .box2 .text2 p {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .heading h1 {
        font-size: 2em;
    }

    #services {
        margin-top: 0%;
    }

    #services .content {
        padding: 10px;
    }

    .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%;
    }

    #choose-us {
        margin-top: 10%;
    }


    #choose-us .content {
        padding-top: 0px;
    }

    #choose-us .content .box {
        position: relative;
        width: 100%;
    }

    #footer h2:after {
        content: '';
        width: 50px;
        height: 4px;
        background: #19E1D8;
        display: block;
        margin-top: 8px;
        margin-left: 80px;
    }
}

@media screen and (max-width:500px) and (min-width:414px) {

    .header .logo h1 {
        margin-left: 10px;
    }

    .phone {
        border: 1px solid white;
        padding: 8px 10px;
        margin-right: 10px;
    }

    .phone a {
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
    }

    #front-section .box video {
        height: 950px
    }

    #front-section .box .content {
        flex-wrap: wrap;
        padding: 0;
        margin-top: 50px;
    }

    #front-section .box .content .box1 {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    #front-section .box .content .box1 h4 {
        font-size: 18px;
    }

    #front-section .box .content .box1 h2 {
        font-size: 25px;
    }

    #front-section .box .content .box2 {
        width: 100%;
    }

    #front-section .box .content .box2 {
        margin-top: 0px;
    }

    #front-section .box .content .box2 .text2 {
        padding: 10px;
    }

    #front-section .box .content .box2 .text2 h4 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    #front-section .box .content .box2 .text2 p {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .heading h1 {
        font-size: 2em;
    }

    #services {
        margin-top: 0%;
    }

    #services .content {
        padding: 10px;
    }

    .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%;
    }

    #choose-us {
        margin-top: 10%;
    }


    #choose-us .content {
        padding-top: 0px;
    }

    #choose-us .content .box {
        position: relative;
        width: 100%;
    }

    #footer h2:after {
        content: '';
        width: 50px;
        height: 4px;
        background: #19E1D8;
        display: block;
        margin-top: 8px;
        margin-left: 80px;
    }
}

@media screen and (max-width:768px) and (min-width:500px) {

    .header .logo h1 {
        margin-left: 10px;
    }

    .phone {
        border: 1px solid white;
        padding: 8px 10px;
        margin-right: 10px;
    }

    #front-section .box video {
        height: 1000px
    }

    #front-section .box .content {
        flex-wrap: wrap;
        padding: 0;
        margin-top: 50px;
    }

    #front-section .box .content .box1 {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    #front-section .box .content .box1 h4 {
        font-size: 25px;
    }

    #front-section .box .content .box1 h2 {
        font-size: 35px;
    }

    #front-section .box .content .box2 {
        width: 100%;
        padding: 100px;
        padding-top: 0;
    }

    #front-section .box .content .box2 .text2 {
        padding: 20px;
    }

    #front-section .box .content .box2 .text2 h4 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    #front-section .box .content .box2 .text2 p {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .heading h1 {
        font-size: 2.8em;
    }

    #services {
        margin-top: 2%;
    }

    #services .content {
        padding: 10px;
    }

    .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%;
    }

    #choose-us {
        margin-top: 10%;
    }

    #choose-us .content {
        padding-top: 0px;
        padding: 0px;
    }

    #choose-us .content .box {
        position: relative;
        width: 40%;
    }

    .accordion {
        margin-top: 8%;
    }

    #footer h2:after {
        content: '';
        width: 0px;
        height: 0px;
        background: none;
        display: block;
        margin-top: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width:920px) and (min-width:768px) {

    #front-section .box video {
        height: 1000px
    }

    #front-section .box .content {
        flex-wrap: wrap;
        padding: 0;
        margin-top: 50px;
    }

    #front-section .box .content .box1 {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    #front-section .box .content .box1 h4 {
        font-size: 25px;
    }

    #front-section .box .content .box1 h2 {
        font-size: 35px;
    }

    #front-section .box .content .box2 {
        width: 100%;
        padding: 100px;
        padding-top: 0;
    }

    #front-section .box .content .box2 .text2 {
        padding: 20px;
        width: 80%;
        margin: auto;
    }

    #front-section .box .content .box2 .text2 h4 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    #front-section .box .content .box2 .text2 p {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .heading h1 {
        font-size: 2.8em;
    }

    #services {
        margin-top: 2%;
    }

    #services .content {
        padding: 10px;
    }

    .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 {
        padding: 20px;
    }

    #counter .points {
        gap: 20px;
        position: relative;
        z-index: 1;
    }

    #choose-us {
        margin-top: 10%;
    }

    #choose-us .content {
        padding-top: 0px;
        padding: 0px;
    }

    #choose-us .content .box {
        position: relative;
        width: 40%;
    }

    .accordion {
        margin-top: 8%;
    }

    #footer h2:after {
        content: '';
        width: 0px;
        height: 0px;
        background: none;
        display: block;
        margin-top: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width:1024px) and (min-width:920px) {

    #front-section .box video {
        height: 900px
    }

    #front-section .box .content {
        padding: 0;
        margin-top: 50px;
    }

    #front-section .box .content .box1 {
        width: 50%;
        text-align: start;
        padding-left: 20px;
    }

    #front-section .box .content .box1 h4 {
        font-size: 25px;
    }

    #front-section .box .content .box1 h2 {
        font-size: 40px;
    }

    #front-section .box .content .box2 {
        width: 50%;
        padding: 30px;
        padding-top: 0;
    }

    .heading h1 {
        font-size: 2.8em;
    }

    #services {
        margin-top: 2%;
    }

    #availability {
        margin-top: 10%;
    }

    #choose-us {
        margin-top: 10%;
    }

    .accordion {
        margin-top: 8%;
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {

    #front-section .box video {
        height: 900px
    }

    #front-section .box .content {
        padding: 0;
        margin-top: 50px;
    }

    #front-section .box .content .box1 {
        width: 50%;
        text-align: start;
        padding-left: 20px;
    }

    #front-section .box .content .box1 h4 {
        font-size: 25px;
    }

    #front-section .box .content .box1 h2 {
        font-size: 40px;
    }

    #front-section .box .content .box2 {
        width: 50%;
        padding: 30px;
        padding-top: 0;
    }

    .heading h1 {
        font-size: 2.8em;
    }

    #services {
        margin-top: 2%;
    }

    #availability {
        margin-top: 10%;
    }

    #choose-us {
        margin-top: 10%;
    }
}

@media screen and (max-width:1420px) and (min-width:1280px) {

    #front-section .box video {
        height: 800px
    }
}

@media (max-width: 768px) {
    #services .content {
        flex-direction: column;
        align-items: center;
    }

    #services .content .box {
        width: 70%;
        margin-bottom: 20px;
    }

    #footer .footer {
        flex-direction: column;
        align-items: center;
    }

    #footer .box {
        text-align: center;
    }
}

@media (min-width: 700px) {
    .mobilecall {
        display: none;
    }
}