.footer-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-family: helvetica neue;
    font-size: 15px;
    overflow: hidden;
    z-index: 200;
}
.footer {
    padding-top: 75px;
    font-size: 15px;
    font-weight: 500;
    max-width: 1586px;
}
.footer-top,
.footer-bottom {
    width: 100%;

    padding-bottom: 20px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: space-between;
}

/* Footer Top */
.footer-top {
    border-bottom: 1.6px solid #a5a5a531;
}
.footer-logo-container {
    margin-right: 20px;
}
.footer-logo {
    margin-bottom: 50px;
}
.footer-menu {
    display: flex;
    gap: 24px;
}
.footer-menu__items {
    font-size: 12px;
    color: #a5a5a5;
}
/* Footer Bottom */
.footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}
.social-media,
.footer-certificates {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
.social-media-title {
    margin-right: 16px;
}
.social-media-icons {
    display: flex;
    gap: 12px;
}
.social-media-icon {
    width: 32px;
    height: 32px;
}
.footer-certificates {
    margin-left: 12px;

    width: 237.6px;
    height: 33px;
}
.certificates-image {
    width: 237.6px;
    height: 33px;
}
.bulutklinik-logo {
    margin-right: 12px;
    margin-left: 12px;

    width: 106px;
    height: 32px;
}
/* ----------- */

.footer a {
    color: #a5a5a5;
}
.footer a:hover {
    color: #f29200;
}

@media (max-width: 1024px) {
    .footer {
        padding-left: 17.5px;
        padding-right: 17.5px;
    }
    .footer-menu {
        width: 40%;
    }
}
@media (max-width: 796px) {
    .footer-menu {
        width: 60%;
    }
    .bulutklinik-sign {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 680px) {
    .footer {
        padding-left: 17.5px;
        padding-right: 17.5px;

        height: auto;
    }
    .footer-top,
    .footer-menu,
    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-logo-container,
    .social-media,
    .footer-certificates {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .bulutklinik-sign {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .footer-certificates {
        margin-top: 24px;
        margin-left: 0px;
        gap: 4px;
    }
}

.footer-head-left-txt{
    font-size: 15px;
    font-weight: 400;
    color: rgba(4,3,69,.5);
    font-family: helvetica neue;
    font-style: normal;
}

.footer-follow-us{
    color: #21385a;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 40px;
    line-height: inherit;
    outline: none;
    letter-spacing: .18px;
    font-family: century gothic;
    display: block;
    margin-block-start: 2.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.footer-social-icons{
    gap:30px;
}

.footer-social-icons svg {
    width: 25px;
    height: 25px;
    fill: rgba(59,141,138,.35);
}

.footer-social-icons svg:hover {
    fill: #1dbab5;
}

.footer-google-apple-btn{
    transform: scale(.9);
    margin-left: -25px;
    margin-top: 30px!important;
}

.blt-heart-image {
    transform: scale(.9);
    margin-left: -25px;
    margin-top: 30px!important;
}

.blt-heart-image::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 600px;
    height: 400px;
    transform: translateY(82%) translateX(20px);
    pointer-events: none;
    opacity: 1;
    background-image: url(/assets/bulut-klinik/images/logos/bg-logo-transparent.svg);
    background-repeat: no-repeat;
    z-index: -1;
}

.footer-ul-items-title{
    margin-bottom: 33px;
    color: #21385a;
    font-size: 16px;
    font-weight: 600;
}

.footer-ul{
    margin: 0;
    margin-top: 33px;
    padding: 0;
}

.footer-ul > li {
    margin-bottom: 10px;
}

.footer-ul > li > a{
    color: rgba(4,3,69,.4)!important;
    font-weight: 400;
    font-size: 16px;
    font-family: helvetica neue;
    display: block;
    padding: 0.5em 0;
}

@media screen and (max-width: 765px) {
    .footer-ul-div{
        display: none;
    }
    .footer-new-bottom{
        flex-direction: column-reverse!important;
        align-items: center;
        gap:20px;
    }
}

.footer-new-bottom{
    margin-top:140px;
    z-index: 10;
    padding: 40px 0px;
    border-top: 1px solid rgba(222,225,232,.5);
}

.copyright-c-txt{
    color: #17262f;
    opacity: .5;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: helvetica neue;
    font-style: normal;
}

.footer__item>a:hover{
    color:#21385a!important;
}

@media (max-width: 992px){
    .blt-heart-image::after {
        right: 0;
        left: unset;
        display: flex;
        justify-content: flex-end;
        width: 350px;
        transform: translateY(0) translateX(200px);
    }
}

@media (max-width: 768px){
    .blt-heart-image::after {
        width: 370px;
    }
}

.tablet-view-footer-icon {
    margin-top: 0px!important;
}