@media only screen and (min-width:320px) and (max-width:1023px) {
    .menu.desktop{
        display: none;
    }
    .book-noww p {
        width: 100%;
    }
}
@media only screen and (min-width:769px) {
    .mobil{
     display: none;
    }
    
}
@media only screen and (max-width:768px) {
    ul.left-ul {margin: 0;}
    ul.left-ul li {
        margin: 0;
    }
    ul.right-ul {
        display: none;
    }
    span.bars {
        position: absolute;
        right: 29px;
        top: -70px;
    }
    
    .v-ideo {
        height: 100%;
    }
    
    .banner {
        position: relative;
    }
    
    .back-content {
        top: 24px;
    }
    
    .back-content p {
        font-size: 14px;
    }
    
    .back-content h3 {
        font-size: 26px;
    }
    
    .back-content h5 {
        margin-bottom: 31px;
    }
    
    .back-content a.boo-k {
        padding: 13px;
    }
    
    h2.heading {
        font-size: 24px;
        text-align: center;
    }
    .col-md-6.ty {
        margin-bottom: -21px !important;
    }
    .col-md-6.fst {
        order: 1;
        display: grid;
    }
    
    .col-md-6.snd {
        order: 2;
        margin-top: 40px;
    }
    
    .appointment p {
        width: auto;
    }
    
    footer .col-md-4 {
        margin-bottom: 30px;
    }
    ul.menu.mobile a {
        color: #ffffff;
        padding-left: 0;
    }
    
    ul.menu.mobile li {
        width: 100%;
    }
    
    ul.menu.mobile ul.dropdown-menu.show {
        position: relative !important;
        transform: none !important;
    }
    
    ul.menu.mobile ul.dropdown-menu.show {
        background: transparent !IMPORTANT;
        box-shadow: none;
    }
    
    ul.menu.mobile ul.dropdown-menu.show li {
        border-bottom: 0;
    }
    ul.menu.mobile {
        padding-left: 6px;
    }
    
    ul.menu.mobile li:last-child a {
        background: transparent;
        padding-left: 0;
        color: #3da8a8;
    }
    .about h1 {
        margin-top: -51px;
        font-size: 27px;
    }
    .call-now p {
        width: 100%;
    }
    .col-md-2.logoo {
        display: block !important;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    span.bars {
        float: right;
        margin-top: 35px;
    }
    .v-ideo {
        height: 100%;
    }
    
    .banner {
        position: relative;
    }
    
    .back-content {
        top: 154px;
    }
    
    .call-now p {
        width: 100%;
    }
    .back-content h5 {
        margin-bottom: 31px;
    }
    
    .back-content a.boo-k {
        padding: 13px;
    }
    ul.menu.mobile a {
        color: #ffffff;
        padding-left: 0;
    }
    
    ul.menu.mobile li {
        width: 100%;
    }
    
    ul.menu.mobile ul.dropdown-menu.show {
        position: relative !important;
        transform: none !important;
    }
    
    ul.menu.mobile ul.dropdown-menu.show {
        background: transparent !IMPORTANT;
        box-shadow: none;
    }
    ul.menu.mobile ul.dropdown-menu.show li {
        border-bottom: 0;
    }
    ul.menu.mobile {
        padding-left: 6px;
    }
    
    ul.menu.mobile li:last-child a {
        background: transparent;
        padding-left: 0;
        color: #3da8a8;
    }
    .team.ser-vice .card img.card-img-top {
        height: 177px;
    }
    .col-md-2.logoo {
        display: block !important;
    }
}

@media only screen and (min-width:1024px) {
    span.bars {
        display: none;
    }
}