.doctor-unvan{
    margin-bottom: 5px !important;
    color: #000;
    font-weight: bold;
}

.treatments-container{
    display:flex !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
}

.treatment-item{
    width:32% !important;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
}

.cms-item-content-excerpt{
    min-height: 100px !important;
}

.cms-item-content-title{
    min-height: 60px !important;
}

/* whatsapp butonu*/
.floatwp{
    position:fixed;
    width:100px;
    height:100px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-floatwp{
    margin-top:22px;
    font-size:60px !important;
}
/* whatsapp butonu*/

.social-bg-colored-instagram{
    background-color: #b52db3 !important;
}
.social-bg-colored-instagram:hover{
    background-color: #890e87 !important;
}

.cms-btn-text-phone{
    font-size:21px !important;
}

.fa-thumbs-up{
    font-size:18px !important
}

.aboutus-desc p{
    margin-bottom: 5px !important;
}

.corporate-text{
    padding-left:15px;
}












/* Responsive */

@media (max-width:576px) { /* Telefonun dikey kullanımı */
    .treatment-item{
        width:99% !important;
        margin-bottom: 5px !important;
        margin-right: 5px !important;
    }
    .corporate-text{
        padding: 0 15px !important;
    }
}
@media (min-width:576px) and (max-width:768px){ /* Telefonun yatay kullanımı */
    .treatment-item{
        width:99% !important;
        margin-bottom: 5px !important;
        margin-right: 5px !important;
    }
    .corporate-text{
        padding: 0 15px !important;
    }

}
@media (min-width:768px) and (max-width:992px){ /* Tabletin dikey kullanımı */
    .treatment-item{
        width:49% !important;
        margin-bottom: 5px !important;
        margin-right: 5px !important;
    }
}
@media (min-width:992px) and (max-width:1200px){ /* Tabletin yatay kullanımı */
    .treatment-item{
        width:49% !important;
        margin-bottom: 5px !important;
        margin-right: 5px !important;
    }
}
@media (min-width:1200px) and (max-width:1500px){ /* Laptop, PC, TV */

}
@media (min-width: 1500px){

}

/* Responsive*/