.icon-link {
    fill: white;
    width: 12px;
    height: 12px;
}

.icon-link-xl {
    fill: white;
    width: 20px;
    height: 20px;
}

.icon-link-xl:hover {
    fill: #3EC4E6;
}

.icon-link:hover {
    fill: #3EC4E6;
    width: 12px;
    height: 12px;
}

.uzmanina-sor-mobil .form-area button {
    width: 100%;
    display: block;
    padding: 10px 11px;
    border: 0px solid #334681;
    background: white;
    color: black;
    font-weight: bold;
}

.img-blog img {
    width: auto !important;
}

.uzman-content {
    background: #37575C;
    padding: 0 0 28px 0;
    margin: 0 10px;
    border-radius: 5px;
    height: 345px;
    position: absolute;
    width: 95%;
    top: 30%;
}

.uzmanina-sor-mobil .form-area input {
    width: 100%;
    display: block;
    padding: 10px 11px;
    border: 1px solid #ccc;
    background-color: white;
    border: 0;
    color: black;
    outline: 0;
}

.uzmanina-sor-mobil .form-area input::placeholder {
    color: black;
}

.relative {
    position: relative;
}

.allpagebg {
    margin-top: 176px;
}

.mb-full {
    width: 50%;
    height: auto;

}

@media (max-width: 760px) {
    .no-show-mobile {
        display: none !important;
    }

    .allpagebg {
        margin-top: 140px;
    }

    .gallery .swiper-button-prev,
    .gallery .swiper-button-next {
        top: 95% !important;
    }

    .gallery .swiper-pagination {
        display: none !important;
    }

    .gallery .swiper-button-next {
        right: 38%;
        background-color: transparent;
        border: 1px solid #939393;
    }

    .treatments .separator .text {
        height: 95%;
    }

    .headerlang {
        width: 126px;
    }

    .treatments .separator .text {
        padding: 145px 20px 0px 10px !important;
    }

    .bg-blur {
        box-shadow: 0px 11px 5px 0px black;
    }

    .mb-full {
        width: 100%;
        height: auto;

    }
}

    .float-contain {
        position: fixed;
        bottom: 30px;
        right: 30px;
       width: 145px;
    height: 145px;
        z-index: 1000;
        border-radius: 100%;
        border: 2px solid rgb(216, 216, 0);
        overflow: hidden;
        cursor: pointer;
        transition: all 0.3s ease-in-out;

    }
    @media (max-width: 768px) {
        .float-contain {
            bottom: 77px;
        }
        .active-mobile-tab{
            width: 55px!important;
            height: 55px!important;
        }
        
    }

    .float-item {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .float-item-text {
        position: absolute;
        z-index: 3;
        font-size: 1.7rem;
        font-weight: 600;
    }

    .float-item-text-container {
        position: absolute;
        z-index: 6;
        width: 145px;
        height: 145px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .float-item-content {
        width: 145px;
        height: 145px;
        object-fit: cover;
        transition: all 0.3s ease-in-out;
    }

    .float-item-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 29px;
        height: 29px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 7;
        transition: all 0.3s ease-in-out;
    }


    .float-item-close:hover {
        scale: 1.2;
        transition: all 0.3s ease-in-out;
    }

    .float-item-reload {
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: pointer;
        width: 29px;
        height: 29px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 7;
        transition: all 0.3s ease-in-out;
    }

    .float-item-reload:hover {
        scale: 1.2;
        transition: all 0.3s ease-in-out;
    }

    .float-item-mute {
        position: absolute;
        top: 60px;
        left: 10px;
        cursor: pointer;
        width: 29px;
        height: 29px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 7;
        transition: all 0.3s ease-in-out;
    }

    .float-item-mute:hover {
        scale: 1.2;
        transition: all 0.3s ease-in-out;
    }

    .float-item-fullscreen {
        position: absolute;
        top: 105px;
        left: 10px;
        cursor: pointer;
        width: 29px;
        height: 29px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 7;
        transition: all 0.3s ease-in-out;
    }

    .float-item-fullscreen:hover {
        scale: 1.2;
        transition: all 0.3s ease-in-out;
    }

    .float-item-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        padding: 10px;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 7;
        transition: all 0.3s ease-in-out;
    }

    .service-foto img{
        height: auto;
    }

    .text-cut-blog {
        width: 44%;
    }

    .img-clinic {
        width: 288px;
        height: 188px;
        object-fit: cover;
    }

    .center-wp {
        display: flex;
        justify-content: center;
        items-align: center;
        margin: 6px auto;
    }

    @media (max-width: 768px) {
        .img-clinic {
            width: 100%;
            height: 188px;
            object-fit: cover;
        }
    }

.center-wp{
    margin: 0 auto;
}