/* / [COKKIE]  */

body .cc-window.in-active {
    opacity: 0;
    visibility: hidden;
}

body .cc-window {
    bottom: 50px !important;
    left: 80px !important;
    max-width: 420px !important;
    height: 93px;
    border-radius: 100px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(34, 41, 48, 0.8) !important;
    padding: 0 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    visibility: visible;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

body .cc-window .cc-message {
    font-size: 15px;
    color: #fff;
    line-height: normal;
    margin: 0 !important;
    padding-right: 40px;
}

body .cc-window .cc-message a {
    opacity: 1;
    outline: none;
    text-decoration: none;
    text-transform: capitalize!important;
}

body .cc-compliance a.cc-btn.cc-dismiss {
    width: 56px;
    height: 56px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 1px solid #E25288;
    border-radius: 100px;
    position: relative;
    padding: 0;
    color: transparent;
    display: block;
    outline: none;
}
.cc-theme-edgeless.cc-window{
    margin: auto;
}
body .cc-compliance a.cc-btn.cc-dismiss:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/svg/check-icon.svg");
    width: 20px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 0 !important;
}

@media (hover: hover) {
    body .cc-compliance a.cc-btn.cc-dismiss:hover {
        background: #E25288;
    }
    body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {
        color: #E25288;
    }
}

@media only screen and (max-width: 991px) {
    body .cc-window {
        left: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    body .cc-window {
        width: 100%;
        max-width: 100% !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 50% !important;
        right: auto !important;
        -webkit-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9);
        bottom: 30px !important;
        height: 100px;
        padding: 0 30px !important;
    }
    .cc-floating.cc-theme-edgeless .cc-message {
        margin: 0 !important;
        padding-right: 0;
    }
}
/* ÇALIŞMAYAN YERLER İÇİN */
body .cc-floating.cc-theme-edgeless .cc-message{
    display: block;
}
body .cc-window.cc-floating{
    max-width: 420px!important;
}
body .cc-banner.cc-theme-edgeless .cc-message a, body .cc-floating.cc-theme-edgeless .cc-message a:hover{
    color: #5E99EA!important;
}

/* / [COKKIE]  */





.contact.contact1 form .form-group label {
    font-size: 13px;
}
.contact.contact1 form .form-group .captcha input::placeholder{
    opacity: 1;
}

@media screen and (max-width:991px) {
    .contact.contact1 .address-information ul {
        padding: 0;
    }
    address{
        margin-bottom: 0;
    }
    .page .page-content{
        margin-bottom: 0;
    }
    .page.about .main-description-wrapper .main-description-row{
        padding-bottom: 0;
    }
    .page.about .about-special{
        margin-top: -50px;
    }
}
@media screen and (max-width:767px) {
    .page.about .about-special{
        margin-top: -100px;
    }
    .contact.contact1 .contact-kvkk p{
        font-size: 11px;
        text-align: center;
    }
}