@media (max-width: 1400px) {
    #home-loop-title span:nth-child(1){
        top:-22vw;
    }
    
    #home-loop-title span:nth-child(2) {
        bottom: -17vw;
    }
}
@media (max-width: 1350px) {
    #home-loop-title span:nth-child(1) {
        top: -35vh;
        font-size: clamp(64px, 18vh, 150px);
        left: -5vh;
    }
    
    #home-loop-title span:nth-child(2) {
        bottom: -25vh;
        font-size: 180px;
        font-size: clamp(96px, 22vh, 180px);
    }
}
@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
   
    .about-us-image-wrapper{
       margin-bottom:16px;
    }
   
    .about-us-content{
        margin-left:0;
    }
    
    /* NOVLES */
    
    .general-home-button{
        font-size:21px;
        /*min-height:60px;*/
    }
    
    .general-home-button img{
        max-width:65px;
    }
    
    .general-home-button.with-image{
        gap:5px;
    }
    
    /*#button-frdnmb{*/
    /*    font-size:28px;*/
    /*}*/
    
    /*#button-supported{*/
    /*    font-size:24px;*/
    /*}*/
    
    #button-supported img{
        max-width:120px;
    }
   
}
@media (max-width: 767px) {

    .slider-home-item{
        height:500px;
    }
    
    .slider-home-content{
        margin:16px;
        padding:16px;
    }
    
    .testimonials-item{
        width:75%;
    }
    
    .slider-home-title{
        font-size:24px;
    }
    
    /*#home-loop-wrapper-video {*/
    /*    transform: translateY(-50%) scale(2);*/
    /*}*/

}
@media (max-width: 575px) {
    
    .general-homepage-title{
        font-size:24px;
    }
   
    .slider-home-item{
        height:unset;
    }
    
    #slider-home .owl-dots,
    #slider-testimonials .owl-dots{
        margin-top:16px;
    }
   
    .slider-home-item::after{
        content:'';
        display:block;
        padding-bottom:100%;
    }
   
    .slider-home-content{
        min-width:unset;
        width:100%;
    }
    
    .slider-home-title{
        font-size:21px;
        padding-bottom:10px;
    }
    
    .slider-home-subtitle{
        font-size:18px;
    }
    
    .slider-home-button.btn-primary{
        font-size:14px;
    }
    
    .testimonials-item{
        width:100%;
    }
   
    #slider-blog{
        padding:0 16px;
    }
    
    .category-item{
        margin-bottom:30px;
    }
    
    .categories-wrapper .col-12:last-child .category-item{
        margin-bottom:0;
    }
    
    /* NOVLES */
    
    /*.general-home-button-wrapper{*/
    /*    left:10px;*/
    /*    top:10px;*/
    /*}*/
    
    /*.general-home-button-wrapper.index-2{*/
    /*    left:unset;*/
    /*    right:10px;*/
    /*}*/
    
    /*.general-home-button-wrapper.index-3{*/
    /*    top:unset;*/
    /*    bottom:10px;*/
    /*}*/
    
    /*.general-home-button-wrapper.index-4{*/
    /*    top:unset;*/
    /*    left:unset;*/
    /*    bottom:10px;*/
    /*    right:10px;*/
    /*}*/
    
    .general-home-top-buttons{
        padding:10px;
        gap:15px;
    }
    
    .general-home-top-right-buttons{
        gap:15px;
    }
}  
@media (max-width: 480px) {
    
    /* NOVLES */
    
    /*#main-home-section {*/
    /*    height: -webkit-fill-available;*/
    /*}*/
    
    #home-loop-wrapper img {
        height: -webkit-fill-available;
    }
    
    #home-loop-title span:nth-child(2) {
        bottom: -27vh;
        font-size: clamp(96px, 39vw, 180px);
    }
    
    #home-loop-title span:nth-child(1) {
        top: -34vh;
        font-size: clamp(72px, 44vw, 150px);
    }
    
    .general-home-top-buttons,
    .general-home-bottom-buttons{
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px;
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 10px;
        z-index:250;
    }
    
    .general-home-top-buttons{
        bottom:unset;
        top:0;
    }
    
    /*.general-home-button-wrapper{*/
    /*    position:unset;*/
    /*}*/
    
    .general-home-button {
        width: 100%;
        padding: 12px;
        border-radius: 8px;
        min-height:unset;
    }
    
    .general-home-button.with-image{
        gap: 5px 15px;
        justify-content:center;
    }
    
    .general-home-button img{
        max-height:60px;
    }
    
    #button-doctors,
    #button-patients{
        padding:12px 24px;
    }
    
    #button-supported {
        flex-flow: row;
        flex-wrap: wrap;
    }
    
    #button-supported img {
        max-width: 135px;
    }
}

@media (max-width: 420px) {
    
    .slider-home-content{
        margin:10px;
        padding:10px;
        border-radius:8px;
    }
    
    .slider-home-title{
        font-size:18px;
        padding-bottom:5px;
        margin-bottom:0;
    }
    
    .slider-home-subtitle{
        font-size:16px;
        margin-bottom:0;
        padding-bottom:5px;
    }
    
    .slider-home-button.btn-primary{
        font-size:12px;
        margin-top:10px;
        padding:5px 10px;
    }
    
    .about-us-description{
        padding:0 0 15px;
        font-size:14px;
    }
    
    .about-us-button.btn-primary{
        font-size:14px;
    }
    
    .category-title{
        margin:auto;
    }
    
    .category-content{
        padding:10px;
    }
    
    .testimonials-description{
        font-size:14px;
    }
    
    .blog-article-description{
        padding-top:0;
    }
    
    .general-home-top-right-buttons{
        flex-wrap:wrap;
    }
    
    .general-home-button-wrapper{
        width:100%;
    }
}
@media (max-width: 363px) {
    
}

