.slide-img{
    border-radius:20px;
}

.popup-left-photo .tn-atom{
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999;
    transform: translateY(-100%);
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.05);
}
.fonmenu{
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    transform: translateY(0%) !important;
}
.transtime .tn-atom{transition:  all 0.4s cubic-bezier(0, 0, 0.8, 1.0)}

    .serv-card .tn-atom{
        border-top-left-radius:20px;
        border-top-right-radius:20px;
    }
    
.card-item:hover .tn-atom{
    box-shadow: 0px 10px 51px rgba(230, 196, 17, 0.15) !important;
    cursor:pointer;
}

.card-item .tn-atom{
   transition:0.3s ease-in-out;
}

.promoimage .tn-atom{
    
    border-top-left-radius:200px;
    border-top-right-radius:200px;
}

.doctor-image-popup .tn-atom{
        border-top-left-radius:30px;
        border-bottom-left-radius:30px;
    }

@media screen and (max-width:960px){
    .doctor-image-popup .tn-atom{
        border-radius:10px;
    }
    
}