﻿body {
}

.hidden {
    display: none !important;
}

.link {
    font-size: 14px;
    color: #fff;
}

    .link:hover, .link:visited, .link:active, .link:focus {
        color: #f9b809;
    }

    .link:visited, .link:active, .link:focus {
        color: white;
    }

    .link i {
        color: #f9b809;
        font-size: 16px;
    }

#linkWhatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    color: #ffffff;
    right: 70px;
    bottom: 50px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
}


/*Hızlı Menü kısmında icon ve yazı alt alta getirildi*/
.service-6.medical-service .icons {
    width: 100% !important;
    max-width: unset !important;
    margin-bottom: 10px !important;
}

.service-6.medical-service .content {
    overflow: visible;
    text-align: center !important;
}
/*Hızlı Menü kısmında link eklendi*/
.row-service-wrap_white h4:hover, .row-service-wrap h4:hover {
    color: #f9b809 !important;
}

/*Hizmetler kısmında eşit yükseklik olsun diye setlendi*/
.service-2 .content {
    min-height: 330px !important;
}

.text-right {
    text-align: right !important;
}

.title-4 h2::before {
    position: absolute;
    content: "";
    background: #f9b809;
    height: 2px;
    width: 120px;
    right: 0%;
    left: unset;
    bottom: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.title-4 h2::after {
    position: absolute;
    content: "";
    background: #333;
    height: 2px;
    width: 60px;
    right: 0%;
    left: unset;
    bottom: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}




@media only screen and (max-width:479px) {
    .sliderAna {
        display: none !important;
    }

    .mobilResim {
        display: block !important;
    }


    .vizyon {
        text-align: justify !important;
    }


    .title-4 h2::before {
        position: absolute;
        content: "";
        background: #f9b809;
        height: 2px;
        width: 120px;
        left: 0%;
        bottom: 0;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .title-4 h2::after {
        position: absolute;
        content: "";
        background: #333;
        height: 2px;
        width: 60px;
        left: 0%;
        bottom: 0;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .logoMaster {
        height: 80px !important;
        width: auto !important;
    }
}
