.text-def{
    color: #2EB9CD;
}
table{
    margin-bottom: 20px;
    margin-top: 20px;
}
tbody tr td {
    border: 1px solid #000;

}
a strong{
    color:#05a3da;
}

p a{
    color:#05a3da;
}


.hemenAra{
	width: 100%;
	height: auto;
	font-size: 13px;
	font-weight: 600;
	line-height: 110%;
	box-sizing: border-box;
	text-align: center;
	color: #000; /* açık bir renk kullan */
	letter-spacing: -0.3px;
	cursor: pointer; /* bonus: tıklanabilirlik hissi */
}

.flaticon-emergency-call{
	    width: 25px;
    height: 25px;
}

.arabtn{
    color: #05a3da;
    font-size: 20px;
}

.logofooter{
	max-height:95px!important;
    margin-top: 50px;
}
.mt-35{
    margin-top: 35px;
}
.mt-100{
    margin-top: 100px;
}
.pt-25{
    padding-top: 25px!important;
}
.text-white{
    color:#fff;
}
.appointment-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
     max-width: 500px;
    border: 1px solid #06a3da2b;
    margin-bottom: 40px;
}
.page-banner-area {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #06a3da;
}
.main-slides-content {
    max-width: 630px;
    background-color: #ffffffab;
    padding: 15px;
    border-radius: 23px;
    text-align: center;
}
.page-banner-content .pages-list{
    text-align: left;
}
.page-banner-content .pages-list li a:hover {
    color: #fff!important;
}

.action-bar {
    position: fixed;
    width: calc(100% - 20px);
    bottom: 15px;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    height: auto;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    transition: .3s ease all;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, .2);
    background-color: #fff;
}
.action-bar__link-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.action-bar--three {
    margin: 0 auto;
}
.action-bar__button--hizli-randevu {
    background-color: #fff;
    color: #f07e20;
}

.action-bar--three .action-bar__button:nth-child(1) {
    border-radius: 20px 0 0 20px;
}

.action-bar__link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-decoration: none;
    padding: 0 10px;
    height: 70px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
    color: inherit;
}

.action-bar__button--hizli-randevu img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(77%) saturate(1603%) hue-rotate(348deg) brightness(98%) contrast(91%);
}

.action-bar__link-icon {
    width: 25px;
    height: 25px;
}

.action-bar__link-text {
    width: 100%;
    max-width: max-content;
    height: auto;
    font-size: 13px;
    font-weight: 600;
    line-height: 110%;
    box-sizing: border-box;
    text-align: center;
    color: inherit;
    letter-spacing: -0.3px;
}

p strong a {
    color:#1771de;
}
.about-content h3 {
    font-size: 30px;
    margin-top: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
}
@media only screen and (max-width: 767px) {
    .nomobile {
        display: none;
    }

    .action-bar__link-text {
        font-size: 13px;
    }
    .action-bar--three {
        max-width: 600px;
    }
    .action-bar__link-icon {
        width: 25px;
        height: 25px;
    }
    .mobile-logo{
        width: 140px;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 26px;
    }
}