@media(max-width:767px) {

    .my-slider-img {
        display: none !important;
    }

    .my-slider-img1 {
        display: block !important;
    }

    .image-service1 {
        display: block !important;
    }

    .image-service {
        display: none !important;
    }


    .video-wrapper {

        height: 40vh !important;
        overflow: hidden;
    }

    #mybutton {
        position: fixed;
        bottom: 10%;
        left: 127px;
    }

    #mybutton img {
        height: 100px !important;
    }

    .images-section img {
        height: auto !important;
    }

    #mybutton {
        position: fixed;
        bottom: 10%;
        left: 0;
    }

    .container {
        max-width: 100% !important;
    }

}








@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    /*.item.my-slider-img{*/
    /*          display:block!important;*/
    /*  }*/
    /*  .item.my-slider-img1{*/
    /*         display:none!important;*/
    /*  }*/
}


.phone1 {
    background-color: #2C80D3;
    color: #FFF;
}

.whatsapp1 {
    background-color: #25D366;
    color: #fff;
}

#mybuttonwf {
    position: fixed;
    bottom: 12% !important;
    right: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;

}

#mybuttonwf a {
    text-decoration: none;
    padding: 16px 25px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 10px;
    font-family: 'Oswald', sans-serif;


}


@media(max-width:1440px) {
    #mybuttonwf {
        position: fixed;
        bottom: 10%;
        right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;


    }
}

@media(max-width:767px) {
    #mybuttonwf {
        position: fixed;
        bottom: 10%;
        right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;


    }
}

@media(max-width:2560px) {
    #mybuttonwf {
        position: fixed;
        bottom: 1%;
        right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;


    }
}