@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url("animate.css");
@import url("../cubeportfolio/css/cubeportfolio.css");

@media (min-width: 1200px) {
    .container {
        max-width: 1201px;
    }
}

html, body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

p {
    margin-bottom: 0px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.header {
    background-size: cover;
    width: 100%;
    height: 640px;
    background: #000;
}

    section.header .carousel-indicators li::before {
        position: absolute;
        top: -10px;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 10px;
        content: "";
    }

    section.header .carousel-indicators li::after {
        position: absolute;
        bottom: -10px;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 10px;
        content: "";
    }

    section.header .carousel-dot .active {
        border-color: #FFF;
    }

.letterST {
    text-transform: capitalize;
}


section.header .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: transparent;
    cursor: pointer;
}

section.header .carousel-control-next-icon {
    background-image: url("../images/anasayfa/icon/forward_arrow_white.svg");
    height: 8px;
    width: 24px;
    transition: .3s;
}

/* section.header .carousel-control-next:hover {
    transition: .3s;
    right: -10px;
}

section.header .carousel-control-prev:hover {
    transition: .3s;
    right: 55px;
} */

section.header .carousel-control-prev-icon {
    background-image: url("../images/anasayfa/icon/back_arrow_white.svg");
    height: 8px;
    width: 24px;
    transition: .3s;
}

section.header .carousel-control-prev {
    left: inherit;
    opacity: 1;
}

section.header .carousel-control-next {
    right: -70px;
}

section.header .carousel-dot li {
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
}

section.header .carousel-dot .active {
    border-color: #FFF;
}

section.header .carousel-dot .active {
    border: 1.2px solid #FFF;
    border-radius: 50%;
}

section.header .carousel-dot li.active > a {
    background-color: #FFF;
}

section.header .carousel-dot li a {
    /*background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    width: 4px;
    height: 4px;
    cursor: pointer;
    display: block;
    top: 50%;
    position: absolute;
    margin: -2px 0px 0px 7px;*/
   

    background-color: #b2b2b2;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    cursor: pointer;
    display: inline-block;
    top: 50%;
    position: absolute;
    margin: -2px 0px 0px -2px;
    margin-left: 997px;
}

section.header .drycar-logo {
    float: left;
    margin-top: 20px;
}

section.header .carousel-indicators {
    margin: 0px;
    right: inherit;
    width: 50%;
    justify-content: start;
}

section.header .card-content {
    margin-top: 240px;
}

section.header .banner-text-area {
    margin-top: 177px;
}

section.header ul > li {
    float: right;
}

section.header .main-menu li a {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

.language-link::after {
    content: "";
    background: url("../images/anasayfa/icon/arrow_down.svg") no-repeat center;
    display: inline-block;
    height: 6px;
    width: 10px;
    position: relative;
    left: 10px;
    top: -2px;
    transition: .3s;
}

section.header .menu-hover:hover .language-link::after,
section.sticky-header .menu-hover:hover .language-link.arrow-right::after {
    transform: rotate(-90deg);
    transition: .3s;
}

.language-link.arrow-right::after {
    left: 26px !important;
}

section.header .dropdown-toggle::after {
    border: 0px;
    background: url("../images/anasayfa/icon/arrow_down.svg");
    background-repeat: no-repeat;
    height: 5px;
    width: 15px;
    margin-left: 10px;
    transition: .3s;
}

section.sticky-header .bottom-area .menu-hover:nth-child(7):hover .link-hover {
    width: 137% !important;
}

section.header .main-menu li {
    padding: 0px 15px;
}

section.header .main-menu .search {
    background: url("../images/anasayfa/icon/search.svg") no-repeat center;
    height: 24px;
    width: 19px;
    display: block;
}

section.header .main-menu li:last-child {
    padding-left: 0px;
}

section.header .text {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    margin-top: 10px;
}

section.header .sub-text {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 16px;
    line-height: 18px;
    margin-top: 14px;
}

section.header .percent {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
}

section.header img.kurtkoy-images {
    width:60% !important;
}
section.header .text-2 {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 16px;
    line-height: 18px;
    margin-top: 12px;
}

section.header .text-3 {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
}

section.header .header-card {
    height: 210px;
    width: 160px;
    background-color: rgba(0,0,0,0.9);
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
    float: left;
}

    section.header .header-card:hover {
        margin-top: -20px;
        transition: .3s;
    }


    section.header .header-card:first-child .img-area img {
        left: 18px;
        margin-bottom: 29px;
    }

    section.header .header-card:nth-child(2) .img-area img {
        margin-bottom: 33px;
    }

    section.header .header-card:nth-child(2) .text-area {
        padding-bottom: 34px;
    }

    section.header .header-card:nth-child(3) .img-area img {
        margin-bottom: 36px;
    }

    section.header .header-card:nth-child(3) .text-area {
        padding-bottom: 18px;
    }

    section.header .header-card:nth-child(4) .img-area img {
        margin-bottom: 33px;
    }

    section.header .header-card:nth-child(4) .text-area {
        padding-bottom: 19px;
    }

section.header .languageSelect.dropdown.show .dropdown-toggle::after {
    transition: .3s;
    transform: rotate(180deg);
}

section.header .header-card .text-area {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    bottom: 10px;
    padding-bottom: 13px;
}

section.header .header-card .line {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    float: right;
}

section.header .white-arrow {
    content: url("../images/anasayfa/icon/forward_arrow_white.svg");
    height: 8px;
    width: 28px;
    display: block;
    opacity: 1;
    position: absolute;
    bottom: 7px;
    margin-left: -36px;
}

section.header .header-card .img-area img {
    display: table;
    position: relative;
    margin: 0 auto;
    margin-top: 19px;
}

section.header .phone-area {
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 4px;
    background-color: rgba(0,0,0,0.2);
    width: 330px;
    float: right;
    position: relative;
    margin-top: 25px;
}

section.header .app-center {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    background-color: rgba(0,0,0,0.2);
    width: 253px;
    float: right;
    margin-top: 25px;
    margin-right: 30px;
    position: relative;
}

    section.header .app-center .pin {
        background: url("../images/anasayfa/icon/pin.svg") no-repeat;
        height: 22px;
        width: 18px;
        display: inline-block;
    }

section.header .phone-area .call-text {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    display: inline-block;
    line-height: 41px;
    padding-left: 16.5px;
    position: relative;
}

    section.header .phone-area .call-text::after {
        content: url("../images/anasayfa/icon/line.svg");
        height: 40.2px;
        width: 10.2px;
        position: absolute;
        top: 0px;
        right: -18px;
    }

section.header .phone-area .phone-number {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    line-height: 31px;
    position: relative;
    top: 4px;
    left: 21.5px;
}

section.header .phone-area .phone-ico {
    background: url("../images/anasayfa/icon/call_center.svg");
    height: 45px;
    width: 45px;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: -2px;
}

section.header .app-center .text {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 14px;
    display: inline-block;
    line-height: 41px;
    padding-left: 14.5px;
    position: relative;
}

    section.header .app-center .text::after {
        content: url("../images/anasayfa/icon/line.svg");
        height: 40.2px;
        width: 10.2px;
        position: absolute;
        top: 0px;
        margin-left: 10.5px;
    }

section.header .pin {
    content: url("../images/anasayfa/icon/pin.svg");
    height: 22px;
    width: 18px;
    position: absolute;
    top: 9.5px;
    right: 17.5px;
}

section.header .header-card:nth-child(2),
section.header .header-card:nth-child(3),
section.header .header-card:nth-child(4) {
    margin-left: 10px;
}

section.wrapper {
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

section.advantage-content {
    background-color: #888888;
    position: relative;
    height: 200px;
}

    section.advantage-content .left-text-area .img-area {
        float: left;
        margin-top: 24px;
    }

    section.advantage-content .left-text-area .text-content {
        float: left;
        width: 59%;
    }

    section.advantage-content .left-text-area .title {
        color: #FFFFFF;
        font-family: 'Ubuntu';
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        margin-top: 30px;
        margin-left: 17px;
        letter-spacing: 0.6px;
    }

    section.advantage-content .left-text-area p {
        color: #FFFFFF;
        font-family: 'Ubuntu';
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
        margin-top: 10px;
        margin-bottom: 26px;
        margin-left: 17px;
    }

    section.advantage-content .left-text-area .btn_info {
        color: #FFFFFF;
        font-family: 'Ubuntu';
        font-size: 14px;
        line-height: 18px;
        margin-left: 17px;
    }

        section.advantage-content .left-text-area .btn_info::before {
            content: url("../images/anasayfa/icon/btn-before.png");
            height: 12px;
            width: 2px;
            margin-right: 7px;
            top: 1px;
            position: relative;
        }

    section.advantage-content .right-text-area .text-content {
        display: inline-block;
        margin-left: 20px;
    }

    section.advantage-content .right-text-area {
        padding-top: 50px !important;
    }

    section.advantage-content .right-text-area,
    section.advantage-content .left-text-area {
        position: relative;
        height: 100%;
        cursor: default;
    }

        section.advantage-content .right-text-area img {
            position: absolute;
            right: -30px;
            bottom: -10px;
        }

        section.advantage-content .right-text-area .title {
            color: #FFFFFF;
            font-family: 'Ubuntu';
            font-size: 14px;
            font-weight: bold;
            line-height: 19px;
            letter-spacing: 0.6px;
        }

        section.advantage-content .right-text-area .middle-text {
            color: #FFFFFF;
            font-family: 'Ubuntu';
            font-size: 18px;
            font-weight: 300;
            line-height: 21px;
            margin-top: 7px;
        }

        section.advantage-content .right-text-area .bottom-text {
            color: #FFFFFF;
            font-family: 'Ubuntu';
            font-size: 18px;
            font-weight: 500;
            line-height: 21px;
            margin-top: 8px;
        }

    section.advantage-content .advantage-area {
        height: 260px;
        width: 410px;
        position: absolute;
        z-index: 9999;
        background: linear-gradient(270deg, #DFDFDF 0%, #F2F2F2 100%);
        box-shadow: 0 8px 24px 0 rgba(0,0,0,0.3);
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        bottom: -15px;
        padding: 10px;
    }

    section.advantage-content .car-img {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    section.advantage-content .btn-area {
        height: 56px;
        background-color: #CD3939;
        width: 100%;
    }

        section.advantage-content .btn-area .text {
            color: #FFFFFF;
            font-family: 'Ubuntu';
            font-size: 21px;
            line-height: 56px;
            text-align: center;
            letter-spacing: 1.7px;
        }

    section.advantage-content .big-text {
        margin-top: 20px;
        margin-left: 6px;
        margin-bottom: 11px;
    }

    section.advantage-content .alt-text {
        color: #333333;
        font-family: 'Ubuntu';
        line-height: 21px;
        margin-left: 6px;
        margin-bottom: 46px;
        color: #333333;
        font-size: 16px;
        line-height: 21px;
    }

        section.advantage-content .alt-text em {
            font-style: normal;
            font-size: 13px;
        }

        section.advantage-content .alt-text p {
            color: #333333;
            font-family: 'Ubuntu';
            font-size: 12px;
            line-height: 24px;
            margin-top: 20px;
        }

    section.advantage-content ul li:nth-child(2) {
        width: 33.33%;
        z-index: 1;
        padding: 0;
        text-align: left;
        background: linear-gradient(270deg, #DFDFDF 0%, #F2F2F2 100%);
        background-size: cover;
        box-shadow: 0 8px 25px 0 rgba(0,0,0,0.3);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 500ms cubic-bezier(0.435,1.565,0.81,0.875);
        transition: all 500ms cubic-bezier(0.435,1.565,0.81,0.875);
        min-height: 270px;
        top: -35px;
        cursor: pointer;
    }

    section.advantage-content ul li:nth-child(2) {
        padding: 10px !important;
    }

        section.advantage-content ul li:nth-child(2) .btn-apply {
            color: #333333;
            font-family: 'Ubuntu';
            font-size: 14px;
            line-height: 18px;
            margin-left: 6px;
            position: absolute;
            bottom: 20px;
        }

            section.advantage-content ul li:nth-child(2) .btn-apply::before {
                content: url("../images/anasayfa/icon/btn-before.png");
                height: 12.46px;
                width: 2.08px;
                position: relative;
                top: 1px;
                margin-right: 7.27px;
            }

section.car-content {
    background-color: #D8D8D8;
    position: relative;
    padding-top: 110px;
    padding-bottom: 200px;
}

    section.car-content .tesla-content {
        position: absolute;
        float: left;
        width: 49%;
    }

        section.car-content .tesla-content .carpet {
            background-image: url("../images/anasayfa/thumbnail/carpet.png");
            width: 90%;
            height: 480px;
            background-repeat: no-repeat;
            background-position: right center;
            display: block;
        }

        section.car-content .tesla-content .tesla-car {
            background-image: url("../images/anasayfa/thumbnail/tesla-car_full.png");
            width: 98%;
            height: 443px;
            background-repeat: no-repeat;
            background-position: right center;
            overflow: hidden;
            display: block;
        }

        section.car-content .tesla-content img {
            max-width: 104%;
            height: auto;
        }

        section.car-content .tesla-content .tesla-car {
            position: absolute;
            left: 0px;
            top: 40px;
        }

    section.car-content .text-area {
        margin-top: 56px;
    }

        section.car-content .text-area .title {
            color: #111111;
            font-size: 21px;
            line-height: 36px;
        }

            section.car-content .text-area .title strong {
                margin-top: 10px;
            }

        section.car-content .text-area p {
            color: #333333;
            font-family: 'Ubuntu';
            font-size: 15px;
            font-weight: 300;
            line-height: 24px;
            margin-top: 20px;
        }

    section.car-content .btn-area {
        margin-top: 31px;
    }

        section.car-content .btn-area a {
            border: 2px solid #FFFFFF;
            color: #333333;
            font-family: 'Ubuntu';
            font-size: 14px;
            font-weight: 500;
            line-height: 19px;
            text-align: center;
            padding: 11px 42px;
        }

.callout-service-list {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

    .callout-service-list li:nth-child(1) {
        top: 255px;
        left: 62%;
        -webkit-transition-delay: 800ms;
        transition-delay: 800ms;
    }

.active .callout-service-list li {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.callout-service-list li {
    position: absolute;
    text-align: left;
    /* -webkit-transform-origin: 10px 10px;
    transform-origin: 10px 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 600ms cubic-bezier(0.435,1.565,0.81,0.875);
    transition: all 600ms cubic-bezier(0.435,1.565,0.81,0.875);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; */
}

    .callout-service-list li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        box-shadow: 5px 9px 16px rgba(0,0,0,0.35), 0 0 0 5px rgba(255,255,255,0.2);
        background: #fff;
    }

    .callout-service-list li:first-child:before {
        content: "";
        display: block;
        position: absolute;
        left: 20px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        box-shadow: 5px 9px 16px rgba(0,0,0,0.35), 0 0 0 5px rgba(255,255,255,0.2);
        background: #fff;
    }


    .callout-service-list li:nth-child(1) .inner-dot {
        height: 242px;
        width: 42px;
        border-left: none;
        border-right: 2px solid #fff;
        left: -10px;
        border-radius: 6px;
    }

    .callout-service-list li .inner-dot {
        display: inline-block;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        bottom: 0;
        left: 10px;
        position: relative;
        border-radius: 6px;
    }

.callout-service-list li {
    display: none;
}

    .callout-service-list li:nth-child(1) .dot-text {
        display: block;
        line-height: 1em;
        margin-top: -1em;
        padding-left: 0;
        left: auto;
        right: 100%;
        margin-right: 20px;
        width: 180px;
        text-align: right;
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 16px;
        line-height: 20px;
        text-align: right;
    }

    .callout-service-list li .dot-text {
        display: block;
        width: 200px;
        margin-top: -1em;
        line-height: 1em;
        padding-left: 50px;
        position: relative;
        top: 3px;
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 16px;
        line-height: 20px;
    }

    .callout-service-list li:nth-child(2) {
        top: 270px;
        left: 76%;
        -webkit-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

        .callout-service-list li:nth-child(2) .inner-dot {
            height: 235px;
            width: 42px;
        }

    .callout-service-list li .inner-dot {
        display: inline-block;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        bottom: 0;
        left: 10px;
        position: relative;
    }

    .callout-service-list li .dot-text {
        display: block;
        width: 200px;
        margin-top: -1em;
        line-height: 1em;
        padding-left: 50px;
        position: relative;
        top: 3px;
        top: 1px;
        left: 17px;
    }

    .callout-service-list li:nth-child(3) {
        top: 160px;
        left: 87%;
        -webkit-transition-delay: 1200ms;
        transition-delay: 1200ms;
    }

    .callout-service-list li:nth-child(4) {
        top: 230px;
        left: 30%;
        -webkit-transition-delay: 1200ms;
        transition-delay: 1200ms;
    }

    .callout-service-list li:nth-child(5) {
        top: 220px;
        left: 89%;
        -webkit-transition-delay: 1200ms;
        transition-delay: 1200ms;
    }

.active .callout-service-list li {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* .callout-service-list li {
    position: absolute;
    text-align: left;
    -webkit-transform-origin: 10px 10px;
    transform-origin: 10px 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 600ms cubic-bezier(0.435,1.565,0.81,0.875);
    transition: all 600ms cubic-bezier(0.435,1.565,0.81,0.875);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
} */

.callout-service-list li:nth-child(3) .inner-dot {
    height: 271px;
    width: 42px;
}

.callout-service-list li:nth-child(5) .inner-dot {
    height: 156px;
    width: 42px;
}

.callout-service-list li:nth-child(4) .inner-dot {
    border-left: none;
    border-right: 2px solid #fff;
}

.callout-service-list li:nth-child(4) .inner-dot {
    height: 269px;
    width: 42px;
    left: -30px;
}

    .callout-service-list li:nth-child(4) .inner-dot:before {
        left: 0px;
    }

.callout-service-list li:nth-child(4) .dot-text {
    left: -170px;
    padding-left: 0px;
    top: 3px;
}

.callout-service-list li .inner-dot {
    display: inline-block;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #fff;
    bottom: 0;
    left: 10px;
    position: relative;
}

.callout-service-list li .dot-text {
    display: block;
    width: 200px;
    margin-top: -1em;
    line-height: 1em;
    padding-left: 50px;
    position: relative;
    top: 3px;
}

.active .callout-service-list li {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.callout-service-list li:nth-child(1) .inner-dot:before {
    left: 0;
}

.callout-service-list li .inner-dot:before {
    content: "";
    display: block;
    position: absolute;
    left: 60px;
    height: 5px;
    width: 5px;
    background: #fff;
    bottom: -3px;
    left: 36px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

#carouselExampleIndicators {
    height: 100%;
}

    #carouselExampleIndicators .title {
        color: #111111;
        font-family: 'Ubuntu';
        font-size: 30px;
        font-weight: 300;
        line-height: 36px;
    }

    #carouselExampleIndicators .text {
        color: #111111;
        font-family: 'Ubuntu';
        font-size: 21px;
        font-weight: bold;
        line-height: 28px;
        margin-top: 8px;
    }

    #carouselExampleIndicators p {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        margin-top: 12px;
    }

section.why-us .row.margin-reset {
    margin: 0px;
    border: 1px solid #D8D8D8;
    background-color: #FFFFFF;
    margin-top: 80px;
    margin-bottom: 80px;
}

section.cleaning-content .custom-bg {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    height: 562px;
    z-index: 999;
    background-image: url("../images/anasayfa/banner/detayli_bg.png");
    background-size: cover;
    background-position: center center, center top;
    background-repeat: repeat, no-repeat;
    z-index: 0;
}

section.why-us .padding-reset {
    padding: 40.5px;
    padding-bottom: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.carousel-Img {
    position: absolute;
    bottom: -90px;
    right: -70px;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    opacity: 1;
}

#carouselExampleIndicators .carousel-control-prev-icon {
    background-image: url("../images/anasayfa/icon/back_arrow_black.svg") !important;
    opacity: 1;
}

#carouselExampleIndicators .carousel-control-next-icon {
    background-image: url("../images/anasayfa/icon/forward_arrow_black.svg") !important;
    opacity: 1;
}

#carouselExampleIndicators .number .count {
    background: transparent url("../images/anasayfa/icon/baslik_2px.svg") no-repeat center;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 13px;
}

#carouselExampleIndicators .number .number-count {
    color: #FFF;
    font-family: 'Ubuntu';
}

#carouselExampleIndicators .number {
    border: 1px solid #EC5050;
    border-radius: 5px;
    display: table;
    margin-top: 77.5px;
}

#carouselExampleIndicators .count-text {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: table-cell;
    padding-left: 9px;
    padding-right: 15px;
    vertical-align: middle;
}

#carouselExampleIndicators .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

#carouselExampleIndicators .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

#carouselExampleIndicators .carousel-dot .active {
    border-color: #333;
}

#carouselExampleIndicators .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: transparent;
    cursor: pointer;

    /*background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    width: 4px;
    height: 4px;
    cursor: pointer;
    display: block;
    top: 50%;
    position: absolute;
    margin: -2px 0px 0px 7px;*/

}

#carouselExampleIndicators .carousel-control-prev {
    left: 0px;
    opacity: 1;
}

#carouselExampleIndicators .carousel-dot li {
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
}

#carouselExampleIndicators .carousel-dot .active {
    border: 1.2px solid #B2B2B2;
    border-radius: 50%;
}


#carouselExampleIndicators .carousel-dot li a {
    background-color: #b2b2b2;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    cursor: pointer;
    display: inline-block;
    top: 50%;
    position: absolute;
    margin: -2px 0px 0px -2px;
    margin-left: 997px;


}

#carouselExampleIndicators .carousel-dot li.active a {
    background-color: #111 !important;
}

#carouselExampleIndicators .carousel-indicators {
    margin-left: 0px;
    margin-right: 0px;
    justify-content: flex-end;
}

#carouselExampleIndicators .carousel-control-next {
    right: inherit;
    left: 28px !important;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    left: 0px;
    opacity: 1;
    width: 4%;
}

@media only screen and (min-width: 768px) {
    header {
        height: 240px;
        line-height: 240px;
    }

        header h1 {
            font-size: 32px;
            font-size: 2rem;
        }
}

.cd-image-container {
    position: relative;
    height: 404px;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    width: 94%;
}

    .cd-image-container img {
        display: block;
    }

@media only screen and (min-width: 768px) {
    .cd-image-container {
        margin-top: 79px;
        margin-bottom: 79px;
    }
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

    .cd-image-label.is-hidden {
        visibility: hidden;
    }

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    background: url("../images/anasayfa/filter/1/uygulama_1.png") no-repeat left top;
    background-size: auto 100%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
}

.second-filter {
    background: url("../images/anasayfa/filter/2/uygulama_1.png") no-repeat left top;
}

.third-filter {
    background: url("../images/anasayfa/filter/3/uygulama_1.png") no-repeat left top;
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
}

.is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #CD3939 url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-arrows.svg") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

    .cd-handle.draggable {
        /* change background color when element is active */
        background-color: #445b7c;
    }

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.width-100 {
    width: 100%;
    height: 402px;
    border-radius: 3px;
}

section.cleaning-content {
    /* background-image: url("../images/anasayfa/banner/detayli_bg.png"); */
    background-size: cover;
    background-position: center center, center top;
    background-repeat: repeat, no-repeat;
    width: 100%;
    height: 560px;
    position: relative;
}

    section.cleaning-content .text-content {
        background-color: #333333;
        height: 540px;
        width: 100%;
        position: relative;
        top: -20px;
        padding: 30px 26px;
    }

        section.cleaning-content .text-content .detail-text {
            color: #5B5B5B;
            font-family: 'Ubuntu';
            font-size: 56px;
            font-weight: 500;
            line-height: 65px;
        }

        section.cleaning-content .text-content .detail-sub-text {
            color: #FFFFFF;
            font-family: 'Ubuntu';
            font-size: 30px;
            font-weight: 300;
            line-height: 28px;
            margin-top: 9px;
        }

        section.cleaning-content .text-content .text {
            color: #FFFFFF;
            font-family: Ubuntu;
            font-size: 16px;
            font-weight: bold;
            line-height: 28px;
            margin-top: 10px;
        }

        section.cleaning-content .text-content p {
            color: #FFFFFF;
            font-family: 'Ubuntu';
            font-size: 14px;
            font-weight: 300;
            line-height: 24px;
            margin-top: 20px;
        }

        section.cleaning-content .text-content img {
            position: absolute;
            bottom: -130px;
            right: -90px;
        }

#emailForm .email-field {
    width: 100%;
    border: 0px;
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}

#emailForm input {
    border: 2px solid #E03232;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    padding: 12px 59px;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

section.e-bulletin {
    padding-top: 50px;
    padding-bottom: 26px;
}

input:focus[type=text] {
    outline: none;
    box-shadow: none;
}

section.copyright .social a {
    display: inline-block;
    text-indent: -9999px;
    width: 24px;
    height: 20px;
}

section.e-bulletin .btn-area {
    margin-top: 6px;
}

.pollSlider .social {
    text-align: center;
}

    .pollSlider .social a {
        display: inline-block;
        text-indent: -9999px;
        width: 24px;
        height: 40px;
    }

        .pollSlider .social a.instagram {
            background: url("../images/pollslider/instagram_black.svg") no-repeat center;
            margin-left: 20px;
        }

        .pollSlider .social a.twitter {
            background: url("../images/pollslider/twitter_black.svg") no-repeat center;
            margin-left: 20px;
        }

        .pollSlider .social a.facebook {
            background: url("../images/pollslider/facebook_black.svg") no-repeat center;
        }

        .pollSlider .social a.youtube {
            background: url("../images/pollslider/youtube_black.svg") no-repeat center;
            margin-left: 20px;
        }

section.copyright .text {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 57px;
    text-align: center;
    margin-left: 10px;
}

section.copyright .social a.instagram {
    background: url("../images/footer/instagram.svg") no-repeat center;
    margin-left: 20px;
}

section.copyright .social a.twitter {
    background: url("../images/footer/twitter.svg") no-repeat center;
    margin-left: 20px;
}

section.copyright .social a.facebook {
    background: url("../images/footer/facebook.svg") no-repeat center;
}

section.copyright .social a.youtube {
    background: url("../images/footer/youtube.svg") no-repeat center;
    margin-left: 20px;
}

section.copyright {
    background-color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
}

    section.copyright .social {
        margin-top: 18px;
        float: right;
    }

section.footer-bottom {
    background-color: #222222;
    padding-bottom: 60px;
    padding-top: 56px;
}

    section.footer-bottom .footer-content {
        border: 1px solid #FFFFFF;
        border-radius: 3px;
        background-color: rgba(0,0,0,0.2);
    }

    section.footer-bottom ul {
        display: inline-block;
        padding: 25px 25px;
        vertical-align: top;
    }

        section.footer-bottom ul:nth-child(2) {
            border-left: 1px solid #FFF;
            border-right: 1px solid #FFF;
        }

        section.footer-bottom ul:first-child {
            border-left: 0px;
        }

        section.footer-bottom ul > li > a {
            color: #FFFFFF;
            font-family: 'Ubuntu';
            font-size: 11px;
            line-height: 14px;
            margin-bottom: 10px;
            text-decoration: none;
        }

        section.footer-bottom ul > li:last-child {
            margin-bottom: 0px;
        }

    section.footer-bottom .footer-right a {
        color: #FFFFFF;
        font-family: 'Ubuntu';
        font-size: 13px;
        line-height: 24px;
        display: inline-block;
        margin-left: 30px;
        position: relative;
        top: 12px;
    }

    section.footer-bottom .text {
        color: #FFFFFF;
        font-family: 'Ubuntu';
        font-size: 13px;
        line-height: 14px;
        margin-bottom: 19.5px;
    }

    section.footer-bottom .footer-right {
        float: right;
        margin-top: 15px;
    }

section.advantage-content ul {
    position: relative;
}

    section.advantage-content ul li:first-child,
    section.advantage-content ul li:last-child {
        z-index: 0;
    }


    section.advantage-content ul li {
        position: relative;
        display: inline-block;
        width: 33.33%;
        height: 200px;
        padding: 0 20px;
        margin-right: -4px;
        vertical-align: top;
        font-size: 14px;
        color: #005aab;
        overflow: hidden;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

        section.advantage-content ul li:before {
            content: "";
            display: block;
            position: absolute;
            z-index: -1;
            top: 50%;
            left: 50%;
            margin-top: -400px;
            margin-left: -400px;
            height: 800px;
            width: 840px;
            background: rgba(255,255,255,0.35);
            opacity: .0;
            border-radius: 50%;
            -webkit-transform: translate3d(0,50%,0) scale(0);
            transform: translate3d(0,50%,0) scale(0);
            -webkit-transition: -webkit-transform 2400ms cubic-bezier(0.19,1,0.22,1),opacity 2400ms cubic-bezier(0.19,1,0.22,1);
            -webkit-transition: opacity 2400ms cubic-bezier(0.19,1,0.22,1),-webkit-transform 2400ms cubic-bezier(0.19,1,0.22,1);
            transition: opacity 2400ms cubic-bezier(0.19,1,0.22,1),-webkit-transform 2400ms cubic-bezier(0.19,1,0.22,1);
            transition: transform 2400ms cubic-bezier(0.19,1,0.22,1),opacity 2400ms cubic-bezier(0.19,1,0.22,1);
            transition: transform 2400ms cubic-bezier(0.19,1,0.22,1),opacity 2400ms cubic-bezier(0.19,1,0.22,1),-webkit-transform 2400ms cubic-bezier(0.19,1,0.22,1);
        }

Ve {
    width: 33.33%;
    z-index: 1;
    padding: 0;
    text-align: left;
    background: linear-gradient(270deg, #DFDFDF 0%, #F2F2F2 100%);
    background-size: cover;
    box-shadow: 0 8px 25px 0 rgba(0,0,0,0.3);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms cubic-bezier(0.435,1.565,0.81,0.875);
    transition: all 500ms cubic-bezier(0.435,1.565,0.81,0.875);
    min-height: 270px;
    top: -35px;
}

section.advantage-content ul li:nth-child(2).active:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-font-smoothing: antialiased;
}

section.header .languageSelect .dropdown-menu {
    top: 13px !important;
    left: inherit !important;
    right: 0px;
    padding: 0px !important;
    margin: 0px !important;
    min-width: 0px !important;
    font-family: 'Ubuntu';
    font-size: 14px;
    color: #232323;
    background-color: rgba(0,0,0,0.4);
    border: none;
    border-radius: inherit;
}

section.header .dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(0,0,0,0.3);
}

.callout-service-list li:nth-child(3) .inner-dot {
    bottom: -18px;
    left: 0px;
    width: 80px;
}

.callout-service-list li:nth-child(3):before {
    left: -10px;
}

.callout-service-list li:nth-child(3) .inner-dot:before {
    left: 73px !important;
}

.callout-service-list li:nth-child(3) .dot-text {
    top: 17px;
    left: 45px;
}


section.header img.headerBackground {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s ease-in;
    z-index: 0;
    height: 640px;
}

    section.header img.headerBackground.changing {
        opacity: 0;
    }

    section.header img.headerBackground.changed {
        opacity: 1;
    }

.black-opa {
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.86) 100%);
    height: 240px;
    width: 100%;
    position: absolute;
    z-index: 10;
}

.z-50 {
    z-index: 50;
    position: relative;
}

#carouselImageIndicators .product-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

section.car-content .myButt,
.pollSlider .pollSlider-form .myButt {
    outline: none;
    border: none;
    padding: 12px 42px;
    display: block;
    cursor: pointer;
    font-size: 20px;
    background-color: transparent;
    position: relative;
    border: 2px solid #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}

.pollSlider .pollSlider-form .myButt {
    padding: 8px 30px;
}

section.car-content .one,
.pollSlider .pollSlider-form .one {
    border-color: #fff;
    overflow: hidden;
    color: #333;
}

.pollSlider .pollSlider-form .one {
    float: right;
}

    section.car-content .one .insider,
    .pollSlider .pollSlider-form .one .insider {
        background-color: #fff;
        width: 100%;
        height: 20px;
        position: absolute;
        left: -135px;
        transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
    }

    section.car-content .one:hover,
    .pollSlider .pollSlider-form .one:hover {
        background-color: #CD3939;
        border-color: #fff;
        color: #fff;
    }

        section.car-content .one:hover .insider,
        .pollSlider .pollSlider-form .one:hover .insider {
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            left: 135px;
        }

#pollSlider-button {
    position: relative;
    float: left;
    width: 48px;
    height: 280px;
    background: linear-gradient(90deg, #ED5151 0%, #CD2525 100%);
    z-index: 9998;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
    cursor: pointer;
}

    #pollSlider-button .big-text {
        transform: rotate(270deg);
        color: #FFFFFF;
        font-family: Ubuntu;
        font-size: 18px;
        font-weight: bold;
        line-height: 21px;
        position: absolute;
        bottom: 43px;
        right: -12px;
    }

    #pollSlider-button .seperator {
        content: url("../images/pollslider/seperator.svg");
        height: 1px;
        width: 48px;
        position: absolute;
        top: 167px;
    }

    #pollSlider-button .btn-apply {
        transform: rotate(270deg);
        color: #FFFFFF;
        font-family: 'Ubuntu';
        font-size: 16px;
        width: 114px;
        left: -34px;
        position: relative;
        top: 80px;
    }

    #pollSlider-button .arrow-left {
        background: url("../images/pollslider/arrow_left.svg") no-repeat center;
        height: 15px;
        width: 48px;
        display: block;
        position: relative;
        bottom: 10px;
        transition: .3s;
    }

        #pollSlider-button .arrow-left.selected {
            transform: rotate(180deg);
            transition: .3s;
        }

.pollSlider {
    position: fixed;
    width: 688px;
    height: 280px;
    background-color: #D8D8D8;
    right: -640px;
    z-index: 9999;
    top: 240px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
}

    .pollSlider .col-lg-5,
    .pollSlider .col-lg-7,
    .pollSlider .container {
        padding: 0px;
    }

    .pollSlider .pollSlider-form label {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 5.5px;
    }

    .pollSlider .pollSlider-form input {
        width: 100%;
        border: 1px solid #999999;
        border-radius: 4px;
        background-color: rgba(255,255,255,0.7);
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 14px;
        line-height: 16px;
        height: 41px;
    }

    .pollSlider .pollSlider-form .field-area {
        padding: 40px;
        height: 280px;
        border-right: 2px solid #FFF;
    }

    .pollSlider .pollSlider-form .phone-ico {
        content: url("../images/anasayfa/icon/call_center.svg");
        height: 45px;
        width: 45px;
        display: table;
        position: relative;
        margin: 0 auto;
        margin-top: 81px;
    }

    .pollSlider .pollSlider-form .call-us {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        line-height: 19px;
        text-align: center;
        margin-top: 10px;
    }

    .pollSlider .pollSlider-form .phone-number {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 30px;
        font-weight: bold;
        line-height: 35px;
        text-align: center;
        margin-top: 10px;
    }

    .pollSlider .pollSlider-form .form-group {
        margin-bottom: 20px;
    }

section.header .menu_item {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.98);
    box-shadow: 0 1px 0 0 rgba(102,102,102,0.3);
    z-index: 998;
    background-color: #000000;
    border: 1px solid #979797;
    border-radius: 0 3px 3px 3px;
}

section.header .menu-hover:hover .link-hover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #979797;
    background-color: #000000;
    border-bottom: 0px;
    width: 100%;
    position: relative;
    z-index: 999;
    padding: 0px 14px;
}

section.header .menu-hover:hover > ul {
    display: block;
    padding: 8.5px 14.5px;
    top: 23px;
    width: inherit;
}

section.header .main-menu > li:nth-child(5) {
}

section.header .menu-hover.about-menu:hover > ul,
section.header .menu-hover.services-menu:hover > ul,
section.header .menu-hover.product-menu:hover > ul {
    display: block;
    padding: 8.5px 14.5px;
    top: 23px;
    width: inherit;
}

section.header .menu-hover.contact-menu:hover > ul {
    width: 249px;
    top: 23px;
}

section.header .menu-hover.appcenter-menu:hover > ul {
    display: block;
    padding: 8.5px 14.5px;
    top: 23px;
    width: 200px;
}

section.header .menu-hover.language-menu:hover > ul {
    display: block;
    padding: 8.5px 14.5px;
    top: 22px;
    width: 58px;
}

    section.header .menu-hover.appcenter-menu:hover > ul > li,
    section.header .menu-hover.language-menu:hover > ul > li {
        float: left;
    }

section.header .menu_item li > a {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 13px;
    line-height: 30px;
    display: block;
}

    section.header .menu_item li > a:hover {
        opacity: 0.5;
    }

section.header .main-menu > li:nth-child(5) {
    position: inherit;
}

section.header .menu-hover:hover {
    padding: 0px !important;
    margin-top: -1px;
}

    section.header .menu-hover:hover .link-hover a {
        border-bottom: 2px solid #BD1111;
        padding-bottom: 4px;
    }

.app-altline .link-hover a:hover {
    border-bottom: 2px solid #BD1111;
    padding-bottom: 10px;
}

.header-app-altline .link-hover a:hover {
    border-bottom: 2px solid #BD1111;
    padding-bottom: 4px;
}

section.sticky-header .bottom-area .menu-hover:hover .link-hover a {
    border-bottom: 2px solid #BD1111;
    padding-bottom: 10px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0px;
}

    .breadcrumb li.breadcrumb-item,
    .breadcrumb li.breadcrumb-item a {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 11px;
        line-height: 24px;
        text-decoration: none;
    }

    .breadcrumb li:first-child.breadcrumb-item:before {
        content: none;
    }

    .breadcrumb li.breadcrumb-item:before {
        content: '';
        background: url("../images/icon/right_arrow.svg") no-repeat center center;
        padding: 0px 15px 0px 15px;
        width: 10px;
        height: 8px;
    }

section.waterless-content .text-area h1 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    margin-top: 50px;
}

section.waterless-content .text-area-2 h2 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
}

section.waterless-content .text-area p {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 30px;
}

section.waterless-text-content .text-area-2 h2 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 50px;
    margin-bottom: 15px;
}

section.waterless-text-content .text-area-2 p {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}

section.waterless-content .text-area-2 {
    margin-top: 40px;
}

    section.waterless-content .text-area-2 p {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        margin-top: 16px;
    }

    section.waterless-content .text-area-2 strong {
        font-weight: 700;
    }

section.inner-form {
    background-color: #D8D8D8;
    margin-top: 20px !important;
}

    section.inner-form .form-group label {
        display: block;
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 5.5px;
    }

    section.inner-form .form-group input {
        width: 100%;
        border: 1px solid #999999;
        border-radius: 3px;
        background-color: rgba(255,255,255,0.7);
        height: 45px;
        padding-left: 14.5px;
    }

    section.inner-form .call-text {
        color: #111111;
        font-family: 'Ubuntu';
        font-size: 24px;
        font-weight: bold;
        line-height: 28px;
    }

    section.inner-form p {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 26px;
    }

    section.inner-form .form-item input {
        outline: none;
        border: none;
        padding: 12px 42px;
        display: block;
        cursor: pointer;
        font-size: 20px;
        background-color: transparent;
        position: relative;
        border: 2px solid #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        font-family: 'Ubuntu';
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        border-color: #fff;
        overflow: hidden;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        text-align: center;
    }

    section.inner-form .form-item.mt20 {
        margin-top: 20px;
    }

    section.inner-form .col-xs-12.col-sm-4.col-md-4 {
        border-left: 1px solid #FFF;
    }

.pl0 {
    padding-left: 0px;
}

section.inner-form .col-lg-8 {
    padding-right: 97px;
}

section.inner-form .col-lg-4 {
    border-left: 1px solid #FFF;
    max-width: 32%;
}

section.inner-form .img-area,
section.inner-form .text-area {
    display: inline-block;
}

section.inner-form .img-area {
    margin-left: 31px;
    margin-right: 30px;
}

    section.inner-form .img-area img {
        position: relative;
        bottom: 70px;
    }

section.inner-form .social a {
    display: inline-block;
    text-indent: -9999px;
    width: 24px;
    height: 40px;
}

    section.inner-form .social a.facebook {
        background: url("../images/pollslider/facebook_black.svg") no-repeat center;
    }

    section.inner-form .social a.twitter {
        background: url("../images/pollslider/twitter_black.svg") no-repeat center;
        margin-left: 20px;
    }

    section.inner-form .social a.instagram {
        background: url("../images/pollslider/instagram_black.svg") no-repeat center;
        margin-left: 20px;
    }

    section.inner-form .social a.youtube {
        background: url("../images/pollslider/youtube_black.svg") no-repeat center;
        margin-left: 20px;
    }

section.inner-form .text-call {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 19px;
}

section.inner-form .phone-number {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 27px;
}

section.inner-form .text-area {
    margin-top: 60px;
}

section.inner-form .CallToYou {
    margin-top: 36px;
    margin-bottom: 51px;
}

section.inner-form .form-group {
    margin-bottom: 0px;
}

section.waterless-text-content .text-area .title {
    color: #339750;
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

section.waterless-text-content .text-area p {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 20px;
}

section.waterless-text-content.media .text-area p {
    font-size: 15px;
    margin-top: 50px;
}

.media-title {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    margin-top: 40px;
    margin-bottom: 0px;
}

section.waterless-text-content.media .img-area .play-ico {
    position: absolute;
    height: 40px;
    width: 60px;
    z-index: 2;
    outline: none;
    top: 45%;
    left: 40%;
}

section.how-to-make.sss .text-area .text {
    font-size: 18px;
}

section.how-to-make.sss .text-area .text {
    position: relative;
    top: -2px;
}

.text-answer {
    padding-left: 64px;
    margin-top: 10px;
    font-size: 14px;
}

section.how-to-make.sss .text-area {
    margin-bottom: 0px;
}

section.how-to-make.sss h1 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    margin-top: 50px;
    margin-bottom: 25px;
}

section.how-to-make.sss .text-area {
    display: block;
}

section.waterless-text-content.media .text-area,
section.waterless-text-content.media .img-area {
    margin-top: 30px;
}

section.waterless-text-content .text-area strong {
    font-weight: 700;
}

section.waterless-text-content .text-area {
    padding-left: 15px;
}

section.waterless-text-content .text-area,
section.waterless-text-content .img-area {
    margin-top: 60px;
}

section.waterless-text-content .bottom-text p {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 20px;
}

section.waterless-text-content .bottom-text strong {
    font-weight: 700;
}

section.waterless-text-content .img-area-2 img {
    margin-left: 30px;
}

section.waterless-text-content .img-area-2 {
    margin-bottom: 20px;
}

section.left-menu .list-group-item {
    padding: .30rem 1rem;
}

    section.left-menu .list-group-item.active {
        background-color: transparent;
        border-color: #E0E0E0;
    }


    section.left-menu .list-group-item.active {
        background-color: #F2F2F2;
        border-color: #E0E0E0;
    }

section.left-menu .list-group-item {
    padding: .30rem 1rem;
    border-bottom: 0px;
}

section.left-menu .mymenu .nav-tabs .nav-link {
    border: 0px;
    border-radius: none;
}

section.left-menu .mymenu .nav-tabs .nav-item {
    padding: 0px;
}

section.left-menu a {
    color: #3F4650;
    font-family: 'Ubuntu';
    font-size: 13px;
    line-height: 36px;
    color: #3F4650;
    font-size: 13px;
}

.left-menu-title {
    color: #3F4650;
    font-family: 'Ubuntu';
    font-size: 21px;
    font-weight: 900;
    line-height: 65px;
    font-size: 21px;
    font-weight: bold;
    padding-left: 20px;
}

section.left-menu .text-area .title {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
}

section.left-menu .text {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 30px;
}

section.left-menu .title-2 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 40px;
}

section.left-menu .text-area ul,
section.left-menu .text-area ul > li {
    list-style: disc;
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

section.left-menu .text-area ul {
    padding-left: 40px;
    margin-top: 20px;
}

    section.left-menu .text-area ul > li {
        padding-left: 15px;
    }


section.sticky-header {
    background-color: #000000;
    height: 120px;
}

section.breadcrumb-content {
    margin-top: 40px;
    margin-bottom: 39px;
}

section.sticky-header .logo-area img {
    margin-top: 27px;
    height: auto;
    width: 200px;
}

.home-logo {
    margin-top: 27px;
    height: auto;
    width: 200px;
}

.footer-logo{
    height:60px;
    width:180px;
}

section.sticky-header .search-field {
    color: rgba(255,255,255,0.7);
    font-family: 'Ubuntu';
    font-size: 13px;
    line-height: 14px;
    background-color: transparent;
    border: 0px;
    width: 310px;
    height: 70px;
    padding-left: 30px;
    display: inline-block;
}

.ico-search {
    content: url("../images/anasayfa/icon/search.svg");
    height: 24px;
    width: 19px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 21px;
    cursor: pointer;
}

section.sticky-header .app-center-find {
    background-color: transparent;
    border: 0px;
    width: 275px;
    height: 60px;
    display: inline-block;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    padding-left: 30px;
    top: -20px;
    position: relative;
}

    section.sticky-header .app-center-find a {
        color: rgba(255,255,255,0.7);
        font-family: 'Ubuntu';
        font-size: 13px;
        line-height: 14px;
        text-decoration: none;
        position: relative;
        top: 12px;
    }

        section.sticky-header .app-center-find a::after {
            content: url("../images/anasayfa/icon/pin.svg");
            height: 22px;
            width: 18px;
            display: inline-block;
            position: relative;
            left: 45px;
            top: 5px;
        }

#searchForm {
    display: inline-block;
    position: relative;
    top: -6px;
}

    #searchForm .search-ico {
        content: url("../images/anasayfa/icon/search.svg");
        position: absolute;
        top: 24px;
        right: 20px;
    }

section.sticky-header .top-area {
    height: 60px;
    border-left: 1px solid rgba(255,255,255,0.2);
    margin-left: 29px;
}

    section.sticky-header .top-area .phone-area {
        background-color: transparent;
        border: 0px;
        height: 60px;
        display: inline-block;
        padding-left: 30px;
        position: relative;
    }

section.sticky-header .phone-area .text {
    color: rgba(255,255,255,0.7);
    font-family: 'Ubuntu';
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    display: inline-block;
    position: relative;
    top: -7px;
}

section.sticky-header .phone-area .phone-number {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    margin-left: 13px;
    position: relative;
    top: -4px;
}

section.sticky-header .phone-area .phone-ico {
    content: url("../images/anasayfa/icon/call_center.svg");
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-left: 67px;
    position: relative;
    top: 8px;
}

section.sticky-header .bottom-area ul > li {
    float: right;
}

section.sticky-header .bottom-area .main-menu li a {
    font-family: 'Ubuntu';
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    color: rgba(255,255,255,0.8);
    line-height: 60px;
}

section.sticky-header .bottom-area .languageSelect .dropdown-menu {
    top: 13px !important;
    left: inherit !important;
    right: 0px;
    padding: 0px !important;
    margin: 0px !important;
    min-width: 0px !important;
    font-family: 'Ubuntu';
    font-size: 14px;
    color: #232323;
    background-color: rgba(0,0,0,0.4);
    border: none;
    border-radius: inherit;
}

section.sticky-header .bottom-area .main-menu .search {
    background: url("../images/anasayfa/icon/search.svg") no-repeat center;
    height: 24px;
    width: 19px;
    display: block;
}


section.sticky-header .bottom-area .main-menu > li:nth-child(5) {
    position: relative;
}

section.sticky-header .bottom-area .menu_item {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.98);
    box-shadow: 0 1px 0 0 rgba(102,102,102,0.3);
    z-index: 998;
    background-color: #000000;
    border: 1px solid #979797;
    border-radius: 0 3px 3px 3px;
}

section.sticky-header .bottom-area .menu-hover:hover .link-hover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #979797;
    background-color: #000000;
    border-bottom: 0px;
    width: 100%;
    position: relative;
    z-index: 999;
    padding: 0px 12px;
}

section.sticky-header .bottom-area .menu-hover:hover > ul {
    display: block;
    padding: 8.5px 14.5px;
    top: 120px;
    width: 189px;
    height: 189px;
}

section.sticky-header .bottom-area .menu-hover:nth-child(7):hover > ul {
    width: 72px !important;
    height: auto;
    top: 118px !important;
}

.ico-play {
    content: url("../images/anasayfa/icon/play_little.svg");
    display: inline-block;
    position: relative;
    top: 10px
}

section.sticky-header .bottom-area {
    height: 60px;
    border-left: 1px solid rgba(255,255,255,0.2);
    margin-left: 29px;
}

section.sticky-header .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

section.sticky-header .bottom-area ul > li {
    float: left;
}

section.sticky-header .bottom-area ul > li {
    padding: 0px 32px;
}

    section.sticky-header .bottom-area ul > li:first-child {
        padding-left: 30px;
    }

section.sticky-header .bottom-area .menu-hover:hover {
    padding: 19px !important;
    margin-top: -20px;
    cursor: pointer;
}

    section.sticky-header .bottom-area .menu-hover:hover > ul {
        width: 385px;
        height: auto;
        top: 119px;
    }

section.sticky-header .bottom-area .menu-hover:nth-child(1):hover {
    padding: 19px !important;
    margin-top: -20px;
    margin-left: -2px;
}

section.sticky-header .bottom-area .menu-hover:nth-child(6):hover > ul {
    width: 260px;
}

section.sticky-header .bottom-area .menu-hover:hover.sticky-appcenter-menu > ul {
    top: 78px;
    left: 19px;
}

section.sticky-header .bottom-area .menu-hover.sticky-appcenter-menu:hover > ul {
    width: 178px;
}

section.sticky-header .bottom-area .menu-hover:nth-child(1):hover > ul {
    width: 202px;
}

section.sticky-header .bottom-area .menu-hover:nth-child(7) {
    padding-left: 38px;
}

    section.sticky-header .bottom-area .menu-hover:nth-child(7):hover {
        padding-left: 25px !important;
    }

section.sticky-header .bottom-area ul {
    height: 60px;
}

section.sticky-header .main-menu > li:nth-child(5) {
    position: relative;
}

section.sticky-header .menu-hover:hover .link-hover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #979797;
    background-color: #000000;
    border-bottom: 0px;
    width: 100%;
    position: relative;
    z-index: 999;
    padding: 0px 12px;
}

section.sticky-header .main-menu li a {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

section.sticky-header .menu-hover:hover > ul {
    display: block;
    padding: 8.5px 14.5px;
    top: 24px;
    width: 189px;
}

section.sticky-header .menu_item li > a {
    color: #FFFFFF;
    font-family: 'Ubuntu';
    font-size: 13px;
    line-height: 30px !important;
    display: block;
}

    section.sticky-header .menu_item li > a:hover {
        opacity: 0.5;
    }

section.sticky-header .menu_item li {
    padding-left: 0px !important;
}

.mt70 {
    margin-top: 70px !important;
}

section.left-menu .mymenu .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #3F4650 !important;
    border: 0px !important;
    background-color: transparent;
}

section.sticky-header .menu-hover .menu-hover:hover {
    padding-left: 0px !important;
}

.custom-border {
    position: absolute;
    top: 59px;
    right: 0px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

section.left-menu .dealership-img {
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

#emailnew-error {
    color: #ED5151;
    font-size: 14px;
}

body {
    color: #666666;
    position: relative;
}

.navOpen {
    overflow: hidden;
}

.wrapper {
    transition-duration: 0.5s;
    transition-timing-function: swing;
    width: 100%;
    height: 100%;
    position: relative;
}

    .wrapper.open {
        transform: translateX(250px) translateY(50px);
        -webkit-transform: translateX(250px) translateY(50px);
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    }

    .wrapper section {
        margin: 0 auto;
    }

.openNav {
    transition-duration: 0.5s;
    transition-timing-function: swing;
    width: 50px;
    height: 64px;
    z-index: 9999;
    width: 100%;
}

    .openNav:hover {
        cursor: pointer;
    }

    .openNav .icon {
        transition-duration: 0.2s;
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #fff;
        top: 32px;
        left: 20px;
    }

.nav-toggle {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
}

.openNav .icon:before,
.openNav .icon:after {
    transition-duration: 0.5s;
    background-color: #fff;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0px;
}

.openNav .icon:before {
    top: -7px;
}

.openNav .icon:after {
    top: 7px;
}

.openNav.open {
    transform: translateX(250px) translateY(50px);
    -webkit-transform: translateX(250px) translateY(50px);
    background-color: #191919;
}

    .openNav.open .icon {
        background-color: transparent;
    }

        .openNav.open .icon:before,
        .openNav.open .icon:after {
            top: 0;
        }

        .openNav.open .icon:before {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        .openNav.open .icon:after {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

.mobile-header {
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

    .mobile-header ul {
        width: 250px;
        margin-top: 60px;
    }

        /* .mobile-header ul:hover li {
    color: rgba(255, 255, 255, 0.5);
  } */

        .mobile-header ul li a {
            transition-duration: 0.25s;
            display: block;
            padding: 5px 20px;
            color: white;
            letter-spacing: 0.02em;
            text-align: right;
            font-size: 14px;
        }

        .mobile-header ul li:hover {
            cursor: pointer;
        }

section.app-center-content .googleMap {
    width: 241px;
    max-width: 241px;
    height: 121px;
    max-height: 121px;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    display: inline-block;
    margin-top: 50px;
}

section.app-center-content .title-area h1 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    margin-top: 60px;
    margin-bottom: 0px;
}

section.app-center-content .text-area {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-top: 50px;
}

    section.app-center-content .text-area .title {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 17px;
        font-weight: 600;
        line-height: 28px;
    }

    section.app-center-content .text-area .text {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 28px;
        margin-top: 5px;
        margin-bottom: 19.5px;
    }

    section.app-center-content .text-area a {
        border: 1.5px solid #E03232;
        color: #333333;
        padding: 6.5px 24.5px;
        font-family: 'Ubuntu';
        font-size: 13px;
        font-weight: 500;
        line-height: 17px;
        text-align: center;
    }

section.app-center-content .inner-title-area h2 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 19.5px;
    margin-top: 20px;
}

section.app-center-content .place-area {
    width: 100%;
    height: 61px;
    background-color: #FFFFFF;
    border: 1.5px solid #EFEFEF;
    padding: 20px 0;
    margin-bottom: 30px;
    transition: .2s;
}

    section.app-center-content .place-area:hover {
        border-color: #E03232;
        transition: .2s;
    }

    section.app-center-content .place-area .place-name {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 18px;
        font-weight: 500;
        line-height: 21px;
        text-align: center;
    }

.default-cursor {
    cursor: default;
}

.mt40 {
    margin-top: 40px !important;
}

.grey-bg {
    background-color: #F4F4F4;
}

section.app-menu {
    padding-bottom: 60px;
}

    section.app-menu .adress-card {
        height: 330px;
        width: 100%;
        border: 1px solid #E0E0E0;
        border-radius: 4px;
        background-color: #FFFFFF;
        text-align: center;
        padding-left: 9.5px;
        padding-right: 9.5px;
        position: relative;
        margin-top: 30px;
        transition: .2s;
    }

        section.app-menu .adress-card:hover {
            border: 1px solid #E03232;
            transition: .2s;
        }

    section.app-menu .col-lg-4:nth-child(1) .adress-card,
    section.app-menu .col-lg-4:nth-child(2) .adress-card,
    section.app-menu .col-lg-4:nth-child(3) .adress-card {
        margin-top: 0px;
    }

    section.app-menu .adress-card .title {
        color: #111111;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        margin-top: 23.5px;
    }

    section.app-menu .tab-content .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    section.app-menu .adress-card .town-name {
        color: #111111;
        font-family: 'Ubuntu';
        font-size: 24px;
        font-weight: 300;
        line-height: 28px;
        margin-top: 10px;
    }

    section.app-menu .adress-card .ico-pin {
        content: url("../images/app-detail/pin.svg");
        height: 36px;
        width: 30px;
        margin-top: 26.5px;
    }

    section.app-menu .adress-card .adress {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        margin-top: 25.5px;
    }

    section.app-menu .adress-card .city-name {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
    }

    section.app-menu .adress-card .before-dot::before {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 16px;
        right: 0;
        content: '·';
        top: 0;
        margin-right: 5px;
    }

    section.app-menu .adress-card .bottom-area {
        position: absolute;
        bottom: 16.5px;
        left: 0px;
        right: 0px;
    }

    section.app-menu .list-group-item:first-child {
        padding: 20.5px 0px 20.5px 20.5px;
    }

    section.app-menu .left-menu-title {
        color: #3F4650;
        font-family: 'Ubuntu';
        font-size: 21px;
        font-weight: 900;
        line-height: 65px;
        font-size: 21px;
        font-weight: bold;
        padding-left: 20px;
        background-color: #fff;
    }

    section.app-menu a {
        color: #3F4650;
        font-family: 'Ubuntu';
        font-size: 15px;
        line-height: 36px;
    }

    section.app-menu .title-area h1 {
        color: #111111;
        font-family: 'Ubuntu';
        font-size: 36px;
        font-weight: 500;
        line-height: 42px;
        margin-bottom: 40px;
    }

.input-group-append {
    margin-left: 0px;
}

section.sticky-header .btn-search {
    width: 22px;
    height: 20px;
    margin: 13px 13px 13px 0px;
    background: url("../images/header/search.svg") no-repeat center;
    position: absolute;
    right: 0px;
    top: 5px;
    display: flex;
    z-index: 999;
}

section.app-menu .list-group-item {
    padding: 0px 1.25rem;
}

section.advantage-content ul li:nth-last-child(1):hover:before,
section.advantage-content ul li:nth-last-child(3):hover:before {
    opacity: 1.0;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

#name-error,
#phone-error {
    font-size: 13px;
    color: #ED5151;
    font-family: 'Ubuntu';
    position: relative;
    top: 5px;
}

#CallToYou2 #name-error,
#CallToYou2 #phone-error {
    top: 72px;
    position: absolute;
}

#CallToYou2 .form-group {
    position: relative;
}

.mt13 {
    margin-top: 13px !important;
}

.mt12 {
    margin-top: 12px !important;
}

section.cleaning-content #filterSlider .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

section.cleaning-content .carousel .carousel-control-prev,
section.cleaning-content .carousel .carousel-control-next {
    opacity: 1;
    width: 4%;
    height: 9%;
    top: 50%;
    margin-top: -25px;
    transition: .3s;
}

section.cleaning-content .carousel .carousel-control-prev {
    left: -63px;
}

section.cleaning-content .carousel .carousel-control-next {
    right: -63px;
}

    section.cleaning-content .carousel .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/anasayfa/icon/arrow_black.svg") !important;
        background-size: auto;
    }

section.cleaning-content .carousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../images/anasayfa/icon/arrow_black.svg") !important;
    background-size: auto;
    transform: rotate(180deg);
}

section.cleaning-content .carousel .carousel-control-prev .carousel-control-prev-icon,
section.cleaning-content .carousel .carousel-control-next .carousel-control-next-icon {
    height: 47px;
    width: 47px;
    border: 2px solid #D8D8D8;
    background-color: #FFF;
    top: 50%;
}

section.cleaning-content .carousel .carousel-control-prev:hover {
    left: -73px;
    transition: .3s;
    box-shadow: -8px 8px 8px 0 rgba(31,31,31,0.5);
}

section.cleaning-content .carousel .carousel-control-next:hover {
    right: -73px;
    transition: .3s;
    box-shadow: -8px 8px 8px 0 rgba(31,31,31,0.5);
}

@-webkit-keyframes ourAnimation {
    0% {
        -webkit-transform-origin: left right;
        -webkit-transform: rotate(45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left right;
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}

@-moz-keyframes ourAnimation {
    0% {
        -moz-transform-origin: left right;
        -moz-transform: rotate(45deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: left right;
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}

@-o-keyframes ourAnimation {
    0% {
        -o-transform-origin: left right;
        -o-transform: rotate(45deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: left right;
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes ourAnimation {
    0% {
        transform-origin: left right;
        transform: rotate(45deg);
        opacity: 0;
    }

    100% {
        transform-origin: left right;
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}

.ourAnimation {
    -webkit-animation-name: ourAnimation;
    -moz-animation-name: ourAnimation;
    -o-animation-name: ourAnimation;
    animation-name: ourAnimation;
}

section.city-detail-page .city-detail-card {
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

section.city-detail-page .text-area {
    padding-left: 4px;
    padding-top: 4px;
}

    section.city-detail-page .text-area .title-text {
        color: #111111;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
    }

    section.city-detail-page .text-area .place-text {
        color: #111111;
        font-family: 'Ubuntu';
        font-size: 24px;
        font-weight: 300;
        line-height: 28px;
        margin-top: 10px;
    }

    section.city-detail-page .text-area .question {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
    }

    section.city-detail-page .text-area .colon {
        font-weight: 500;
    }

    section.city-detail-page .text-area .answer {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        padding-left: 20px;
    }

    section.city-detail-page .text-area table {
        border-collapse: separate;
        border-spacing: 0px 15px;
    }

        section.city-detail-page .text-area table > tbody > tr {
            vertical-align: baseline;
        }

            section.city-detail-page .text-area table > tbody > tr:nth-child(1),
            section.city-detail-page .text-area table > tbody > tr:nth-child(2),
            section.city-detail-page .text-area table > tbody > tr:nth-child(3) {
                margin-bottom: 15px;
            }

section.city-detail-page .googleMap {
    width: 100%;
    height: 100%;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
}

section.city-detail-page .place-detail {
    min-height: 100%;
    margin-top: 9px;
}

    section.city-detail-page .place-detail ul > li {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 36px;
    }

    section.city-detail-page .place-detail .first-list > li:nth-child(1):before,
    section.city-detail-page .place-detail .first-list > li:nth-child(2):before,
    section.city-detail-page .place-detail .first-list > li:nth-child(3):before,
    section.city-detail-page .place-detail .first-list > li:nth-child(4):before,
    section.city-detail-page .place-detail .first-list > li:nth-child(6):before,
    section.city-detail-page .place-detail .second-list > li:nth-child(1):before,
    section.city-detail-page .place-detail .second-list > li:nth-child(3):before,
    section.city-detail-page .place-detail .second-list > li:nth-child(4):before {
        content: url("../images/city-detail/check.svg");
        padding-right: 20px;
    }

    section.city-detail-page .place-detail .first-list > li:nth-child(5):before,
    section.city-detail-page .place-detail .second-list > li:nth-child(2):before,
    section.city-detail-page .place-detail .second-list > li:nth-child(5):before,
    section.city-detail-page .place-detail .second-list > li:nth-child(6):before {
        content: url("../images/city-detail/none.svg");
        padding-right: 20px;
    }

    section.city-detail-page .place-detail .opacity-text {
        color: #999;
    }

section.dealership-page .dealership-content .text-area .dealership-title {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
}

section.dealership-page .dealership-content .text-area .dealership-subtitle {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 30px;
}

    section.dealership-page .dealership-content .text-area .dealership-subtitle.color-red {
        color: #ED5151;
    }

section.dealership-page .dealership-content .text-area .dealership-subtitle-2 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
}

section.dealership-page .dealership-content .text-area .dealership-subtitle-3 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}

section.dealership-page .dealership-content .text-area p {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 0px;
}

section.dealership-page .dealership-content .text-area .banner {
    margin-top: 20px;
}

section.dealership-page .dealership-content .text-area .bold-text {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 0px;
}

section.dealership-page #myTab {
    padding-left: 0px;
    width: 100%;
}

    section.dealership-page #myTab li {
        list-style: none;
        padding-left: 0px;
    }

    section.dealership-page #myTab li {
        text-align: center;
    }

        section.dealership-page #myTab li.selected {
            border-bottom: 2px solid #ED5151;
        }


        section.dealership-page #myTab li a.active {
            color: #ED5151 !important;
        }

        section.dealership-page #myTab li > a {
            color: #111111;
            font-family: 'Ubuntu';
            font-size: 18px;
            line-height: 21px;
            margin-top: 22px;
            margin-bottom: 22px;
        }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

section.dealership-page #myTab li:nth-child(1) {
    border-left: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    width: 30%;
}

section.dealership-page #myTab li:nth-child(2) {
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    width: 30%;
}



section.dealership-page #myTab li:nth-child(3) {
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    width: 20%;
}

section.dealership-page #myTab li:nth-child(4) {
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    width: 20%;
}

section.dealership-page .border-content {
    border: 1px solid #E0E0E0;
    border-top: 0px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

section.dealership-page .img-txt {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-top: 13px;
}

section.dealership-page .station-detail {
    border-collapse: collapse;
    margin-top: 15px;
    width: 100%;
}

    section.dealership-page .station-detail td,
    section.dealership-page .station-detail th {
        border: 1px solid #E0E0E0;
        text-align: left;
        padding: 10px 20px;
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 48px;
    }

    section.dealership-page .station-detail tr > td:last-child {
        text-align: center;
    }

.h100 {
    height: 100%;
}

.apply-image {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

#back-to-top {
    position: fixed;
    bottom: -3px;
    right: 330px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin: 5px;
    opacity: 1;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    content: url("../images/base/up.svg");
    transition: opacity 0.2s ease-out;
    text-decoration: none;
}

    #back-to-top.show {
        opacity: 1;
    }

.dcc_badge {
    float: right;
    position: relative;
    top: 90px;
    width: 140px;
    height: auto;
}

section.contact-content .general-adress {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    background-color: #FFFFFF;
    /*height: 361px;*/
    width: 100%;
    margin-top: 40px;
    padding: 23.5px 23.5px;
}

section.contact-content .title-area h1 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 0px;
}

section.contact-content ul > li:nth-child(1) {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

section.contact-content ul > li:nth-child(2) {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    padding-top: 10px;
}

section.contact-content ul > li:nth-child(3) {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    padding-top: 24px;
}

section.contact-content table {
    border-collapse: separate;
    border-spacing: 0px 11px;
}

    section.contact-content table > tbody > tr {
        vertical-align: baseline;
    }

        section.contact-content table > tbody > tr > td:first-child {
            color: #333333;
            font-family: 'Ubuntu';
            font-size: 15px;
            font-weight: 500;
            line-height: 24px;
        }

        section.contact-content table > tbody > tr > td:nth-child(2) {
            color: #333333;
            font-family: 'Ubuntu';
            font-size: 15px;
            font-weight: 500;
            line-height: 24px;
        }

        section.contact-content table > tbody > tr > td:last-child {
            padding-left: 20px;
        }

section.contact-content .googleMap {
    width: 100%;
    border-radius: 4px;
    height: 100%;
}

section.center-branch-content .title-area h2 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
}

section.center-branch-content .branch-area {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    background-color: #FFFFFF;
    width: 100%;
    padding: 29.5px 30px 8.5px 30px;
    height: 517px;
    margin-bottom: 60px;
}

    section.center-branch-content .branch-area.mesa {
        padding: 57.5px 19px 8.5px 19px;
    }

    section.center-branch-content .branch-area img {
        display: table;
        position: relative;
        margin: 0 auto;
    }

    section.center-branch-content .branch-area ul > li:first-child {
        color: #111111;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        padding-top: 51px;
    }

    section.center-branch-content .branch-area ul > li:last-child {
        color: #111111;
        font-family: 'Ubuntu';
        font-size: 24px;
        font-weight: 300;
        line-height: 28px;
        padding-top: 10px;
    }

    section.center-branch-content .branch-area table {
        border-collapse: separate;
        padding-top: 20px;
        border-spacing: 0px 15px;
    }

        section.center-branch-content .branch-area table > tbody > tr {
            vertical-align: baseline;
        }

            section.center-branch-content .branch-area table > tbody > tr > td:nth-child(1),
            section.center-branch-content .branch-area table > tbody > tr > td:nth-child(2) {
                color: #333333;
                font-family: 'Ubuntu';
                font-size: 15px;
                font-weight: 500;
                line-height: 24px;
            }

            section.center-branch-content .branch-area table > tbody > tr > td:nth-child(3) {
                color: #333333;
                font-family: 'Ubuntu';
                font-size: 15px;
                font-weight: 300;
                line-height: 24px;
                padding-left: 20px;
            }

section.gallery-content .title-area h1 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 30px;
}

section.gallery-content.video {
    padding-bottom: 30px;
}

section.gallery-content .video-area {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    height: 280px;
    width: 100%;
}

    section.gallery-content .video-area .text-area {
        position: absolute;
        bottom: 16px;
        margin-left: 19px;
    }

    section.gallery-content .video-area .title {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 21px;
        display: block;
        margin-top:10px;
        margin-left:15px;
    }

    section.gallery-content .video-area .desc {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 21px;
        display: block;
        margin-left: 15px;
        margin-top: 5px;
    }

section.gallery-content .row.video .col-lg-4 {
    margin-bottom: 30px;
}

section.gallery-content .video-area .img-area .video-img {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
}

section.gallery-content .video-area .img-area .play-ico {
    position: absolute;
    height: 60px;
    width: 60px;
    z-index: 2;
    outline: none;
    top: 28%;
    left: 43%;
}

section.how-to-make .text-area {
    margin-bottom: 30px;
}

section.how-to-make .title-area h2 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 40px;
}

section.how-to-make .text-area strong {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}

section.how-to-make .text-area img,
section.how-to-make .text-area .text {
    display: inline;
}

section.how-to-make .text-area img {
    vertical-align: baseline;
}

section.how-to-make .text-area .text {
    padding-left: 10px;
}

section.how-to-make .text-area ul {
    padding-left: 36px;
    margin-top: 20px;
}

    section.how-to-make .text-area ul > li {
        list-style: disc;
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 28px;
        list-style-position: initial;
    }

section.product-content .title-area h2 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.mt80 {
    margin-top: 80px;
}

.mt25 {
    margin-top: 25px;
}

.underline {
    text-decoration: underline;
}

.advantage-list {
    padding-left: 20px;
}

    .advantage-list li {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        margin-top: 5px;
        list-style: square !important;
    }

.advantage-list-text {
    font-weight: bold;
    margin-top: 15px;
}

section.product-content .product-area {
    border: 1px solid #E0E0E0;
    background-color: #FFFFFF;
    width: 100%;
    height: 270px;
    text-align: center;
    padding: 20px 20px 15px 20px;
    margin-bottom: 30px;
    position: relative;
}

    section.product-content .product-area span {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 17px;
        text-align: center;
        display: block;
        margin-top: 21px;
        position: absolute;
        bottom: 15px;
        width: 230px;
        text-transform: capitalize;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }

section.nano-slider .title-area h2 {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 30px;
}

section.nano-slider .carousel .carousel-control-prev,
section.nano-slider .carousel .carousel-control-next {
    opacity: 1;
    width: 4%;
    height: 7%;
    top: 50%;
    margin-top: -25px;
    transition: .3s;
}

    section.nano-slider .carousel .carousel-control-prev .carousel-control-prev-icon,
    section.nano-slider .carousel .carousel-control-next .carousel-control-next-icon {
        height: 47px;
        width: 47px;
        border: 2px solid #D8D8D8;
        background-color: #FFF;
        top: 50%;
    }

    section.nano-slider .carousel .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("../images/anasayfa/icon/arrow_black.svg") !important;
        background-size: auto;
        transform: rotate(180deg);
    }

    section.nano-slider .carousel .carousel-control-next .carousel-control-next-icon {
        background-image: url("../images/anasayfa/icon/arrow_black.svg") !important;
        background-size: auto;
    }

section.nano-slider .carousel .carousel-control-prev {
    left: -77px;
}

    section.nano-slider .carousel .carousel-control-prev:hover {
        transition: .3s;
        box-shadow: -8px 8px 16px 0 rgba(31,31,31,0.2);
    }

section.nano-slider .carousel .carousel-control-next {
    right: -77px;
}

    section.nano-slider .carousel .carousel-control-next:hover {
        transition: .3s;
        box-shadow: -8px 8px 16px 0 rgba(31,31,31,0.2);
    }

section.nano-slider .carousel-indicators {
    justify-content: flex-end;
    margin-right: 0px;
    margin-bottom: 0px;
    bottom: -34px;
}

section.nano-slider .carousel-dot li {
    width: 14px !important;
    height: 14px !important;
    text-align: center !important;
    position: relative !important;
}

    section.nano-slider .carousel-dot li.active > a {
        background-color: #111;
    }

section.nano-slider .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: transparent;
    cursor: pointer;
}

section.nano-slider .carousel-dot li a {
    background-color: #B2B2B2;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    cursor: pointer;
    display: inline-block;
    top: 50%;
    position: absolute;
    margin: -2px 0px 0px -2px;
	left: 6px;
}

section.nano-slider .carousel-dot .active {
    border: 1.2px solid #B2B2B2;
    border-radius: 50%;
}


#carouselExampleIndicators1 {
    margin-bottom: 20px;
}

#carouselExampleIndicators1 .carousel-inner .carousel-item {
    height: 480px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.number-1 {
    content: url("../images/nano/number/01.svg");
}

.ddd-img {
    width: 100%;
    height: auto;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#js-grid-masonry .btn-gallery {
    width: 182px;
    height: 46px;
    background-color: #E03232;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
    z-index: 999;
    margin: 0 auto;
}

#js-grid-masonry {
    margin-bottom: 60px;
}

/* dropdown */
.dropbtn {
    background-color: #FFF;
    color: #333;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    border: 2px solid #E0E0E0;
    text-align: left;
    padding: 9px 19px;
    font-weight: 500;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #FFF;
        outline: none;
    }

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropbtn::after {
    background: url("../images/galeri/icon/arrow_dropdown.svg") no-repeat center;
    height: 5px;
    width: 10px;
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
    width: 100%;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.alt-nav li {
    cursor: pointer;
}

.show {
    display: block;
}
/* dropdown end */

.modal-video-position {
    position: relative;
    top: 15%;
}

#videoModal .modal-content {
    background-color: transparent;
    background-clip: inherit;
    border: 0px;
}

.blackopa-bg {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
}

.copyUrl:focus {
    outline: none;
    border: none;
}

div.fadey {
    display: none;
    position: absolute;
    right: -54px;
    top: 0px;
}

    div.fadey.the-number {
        right: -48px;
    }

section.left-menu .bold-title {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 40px;
}

section.left-menu .logo-area {
    width: 100%;
    height: 181px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}


section.left-menu .logo-title {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}

section.left-menu .logo-text {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 16px;
}

section.left-menu .logo-w-text {
    margin-top: 30px;
    margin-bottom: 30px;
}

section.left-menu .cut-img {
    margin-top: 20px;
}

.golden-text {
    color: #D3AC51 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.cut-badge {
    position: absolute;
    right: -10px;
    bottom: 24px;
}

.width100 {
    width: 100%;
}

section.left-menu .product-text-area {
    margin-top: 30px;
}

    section.left-menu .product-text-area .product-category {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 24px;
        font-weight: 300;
        line-height: 28px;
    }

    section.left-menu .product-text-area .product-name {
        font-family: 'Ubuntu';
        font-size: 18px;
        font-weight: bold;
        line-height: 21px;
        margin-top: 10px;
    }

    section.left-menu .product-text-area p {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
    }

    section.left-menu .product-text-area .product-bottom-text {
        color: #333333;
        font-family: 'Ubuntu';
        font-size: 13px;
        font-weight: 300;
        line-height: 17px;
        font-style: italic;
        margin-top: 20px;
    }

section.left-menu .product-img {
    margin-left: -20px;
}

section.left-menu .product-top-text {
    margin-top: 30px;
    margin-bottom: 30px;
}

.grey-t-color {
    color: #B4AA9E !important;
}

.blue-t-color {
    color: #70869E !important;
}

.creamcolor-t-color {
    color: #C9B3A5 !important;
}

.yellow-t-color {
    color: #DAC894 !important;
}

.diffgrey-t-color {
    color: #BCB4A0 !important;
}

.mor-motor {
    color: #736C7a !important;
}

.img-w-badge {
    text-align: center;
}

.plus-img {
    margin-top: 30px;
    margin-bottom: -10px;
}

.pdf-area {
    height: 120px;
    width: 440px;
    border: 1px solid #E03232;
    border-radius: 3px;
    background-color: #FFFFFF;
    text-align: left;
    position: relative;
    padding: 36px 30px;
    padding-top: 28px;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
}

.pdf-bold-text {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    position: relative;
    top: 6px;
}

.pdf-text {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 300;
    line-height: 17px;
    position: relative;
    top: 16px;
}

.img-area,
.text-area {
    display: inline-block;
}

.pdf-area .text-area {
    padding-left: 30px;
}

.pdf-download-ico {
    position: absolute;
    right: 30px;
    top: 48px;
}

.centering {
    position: relative;
    display: table;
    margin: 0 auto;
}

section.left-menu.product .text-area .row.product-area .col-lg-5:first-child {
    margin-top: 16px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.important-text {
    font-size: 17px !important;
    font-weight: bold !important;
    padding-left: 15px;
}

.mobile-logo {
    display: table;
    position: relative;
    margin: 0 auto;
    top: -42px;
}

    .mobile-logo img {
        width: 150px;
        height: auto;
    }

.list-group-item {
    border: 0px;
}

.jleft-menu {
    border: 1px solid rgba(0,0,0,.125);
}

.modal-dialog.modal-lg {
    top: 15%;
}

section.dealership-page .dealership-content .text-area .bold-text-2 {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 100px;
    margin-bottom: 0px;
}

.dealership-dropdown {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dealership-form-area {
    border-radius: 4px;
    background-color: #D8D8D8;
    padding: 40px;
    padding-bottom: 24px;
    margin-top: 30px;
}

#dealershipForm label {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5.5px;
}

#dealershipForm .form-control,
.dealership-dropdown {
    border: 1px solid #999999;
    border-radius: 4px;
    background-color: #FFFFFF;
}

    .dealership-dropdown:focus,
    #dealershipForm .form-control:focus {
        outline: none;
        box-shadow: none;
    }

#dealershipForm textarea {
    resize: none;
    height: 130px;
}

#dealershipForm input[type=text],
.dealership-dropdown {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 14px;
    line-height: 16px;
    padding-left: 14.5px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

#dealershipForm .btn-dealership {
    outline: none;
    border: none;
    padding: 12px 42px;
    display: block;
    cursor: pointer;
    font-size: 20px;
    background-color: transparent;
    position: relative;
    border: 2px solid #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    padding: 8px 30px;
    overflow: hidden;
    color: #fff;
    background-color: #E03232;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 19px;
    float: right;
}

#dealershipForm #name-error,
#dealershipForm #email-error,
#dealershipForm #phone-error {
    color: #E03232;
    position: relative;
    margin: 0px;
    top: 0px;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.gallery-video-ico {
    position: absolute;
    height: 60px;
    width: 60px;
    z-index: 2;
    outline: none;
    top: 47%;
    left: 47%;
}

.fade {
    opacity: 0.9 !important;
}

.badge-area {
    position: relative;
}

section.waterless-text-content.media .image-area img {
    margin-top: 40px;
}

.pb80 {
    padding-bottom: 80px;
}

section.waterless-text-content.media .textarea p {
    color: #333333;
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

section.waterless-text-content.media.gallery-all .textarea p {
    margin-top: 0px;
}

#dropdownGalleryButton {
    width: 100%;
    text-align: left;
    background-color: #FFFFFF;
    border: 2px solid #E0E0E0;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 19px;
    padding: 11px 19px;
}

#dropdownGalleryMenu {
    width: 100%;
}

    #dropdownGalleryMenu a {
        padding-left: 19px;
        color: #333333;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
    }

#dropdownGalleryButton:focus {
    outline: none;
    box-shadow: none;
}

#dropdownGalleryMenu a:hover {
    background-color: transparent;
    opacity: 0.5;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0;
    border-left: 0px;
    background: url("../images/anasayfa/icon/arrow_down_black.svg") no-repeat center;
    height: 5px;
    width: 10px;
    transition: .3s;
    position: relative;
    top: 2px;
    position: absolute;
    right: 15px;
    top: 20px;
}

.dropdown-toggle.selected::after {
    transform: rotate(270deg);
    transition: .3s;
}

section.cleaning-content .carousel-dot {
    justify-content: start;
    margin-left: 1%;
    bottom: 0px;
}

    section.cleaning-content .carousel-dot li {
        width: 25px;
        height: 25px;
        text-align: center;
        position: relative;
        cursor: pointer;
        border-radius: 50%;
        background-color: transparent;
    }

        section.cleaning-content .carousel-dot li a {
            background-color: #fff;
            border-radius: 50%;
            width: 5px;
            height: 5px;
            cursor: pointer;
            display: inline-block;
            top: 50%;
            position: absolute;
            margin: -3px 0px 0px -3px;
        }

    section.cleaning-content .carousel-dot .carousel-control-prev {
        background-image: url("../images/anasayfa/icon/back_arrow_black.svg");
        height: 8px;
        width: 24px;
        transition: .3s;
    }

    section.cleaning-content .carousel-dot .carousel-control-next {
        background-image: url("../images/anasayfa/icon/forward_arrow_black.svg");
        height: 8px;
        width: 24px;
        transition: .3s;
    }

    section.cleaning-content .carousel-dot .active {
        border: 1px solid #fff;
        border-radius: 50%;
    }

.filterImg-area {
    margin-top: 50px;
}

section.filterImg-content .img-area img {
    margin-top: 50px;
}

section.waterless-text-content .img-area img {
    display: table;
    margin: 0 auto;
}

section.waterless-content ul {
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    section.waterless-content ul > li {
        list-style: disc;
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 100;
    }

.h100-table {
    height: 100%;
    display: table;
}

.magazine-text-p {
    margin-top: 0px !important;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    top: -20px;
}

.margin-top-reset {
    margin-top: 0px !important;
}

    .margin-top-reset li > a {
        font-size: 12px !important;
    }

section.sticky-header .bottom-area .menu-hover:nth-child(2) .menu_item {
    width: 300px !important;
}

section.sticky-header .bottom-area .menu-hover:nth-child(4) .menu_item {
    width: 215px !important;
}

section.sticky-header .bottom-area .menu-hover:nth-child(6) .menu_item {
    width: 239px !important;
}

.videoUrlText {
    color: #111111;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 10px;
}

    .videoUrlText:hover {
        color: #111111;
    }

.mobile-alt-title {
    margin-top: 0px !important;
    display: none;
}

    .mobile-alt-title li > a {
        transition-duration: 0.25s;
        display: block;
        padding: 5px 40px;
        color: white;
        letter-spacing: 0.02em;
        text-align: right;
        font-size: 13px !important;
    }

.mobile-arrow:after {
    content: "";
    background: url("../images/anasayfa/icon/arrow_down.svg") no-repeat center;
    height: 11px;
    width: 10px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    transition: .2s;
}

.mobile-arrow.active:after {
    transform: rotate(-90deg);
}

.collection-show-mobile {
    color: white !important;
}

section.header li:nth-child(3) > ul {
    width: 229px !important;
}

section.header .menu-hover.hoverForSearch:hover .link-hover {
    top: 1px;
}

section.header .menu-hover.hoverForSearch:hover > ul {
    padding-right: 0px;
}

section.header .menu-hover.hoverForSearch:hover > ul {
    top: 24px;
}

section.header .menu-hover.hoverForSearch:hover > ul {
    width: 230px;
}

section.header .menu-hover.hoverForSearch span {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.black-search-ico {
    content: url("../images/anasayfa/icon/search-black.svg");
}

section.header .menu-hover.hoverForSearch .input-group-prepend span {
    background-color: #fff;
    border-left: 0px;
}

section.header .menu-hover.hoverForSearch .input-group > input {
    border-right: 0px;
}

.mobile-logo {
    z-index: 9999;
}

    .mobile-logo a {
        width: 100%;
        height: 100%;
        display: block;
    }

#modalResultAjax .modal-body img {
    display: block;
    margin: 0px auto;
}

#modalResultAjax .modal-body p {
    display: block;
    text-align: center;
    margin-top: 20px;
}

section.search {
    padding: 40px 0px 50px 0px;
    background: rgba(232,235,239,0.5);
}

    section.search .search-count {
        font-size: 14px;
        line-height: 16px;
        color: #626262;
    }

    section.search .title {
        color: #626262;
        font-size: 36px;
        margin: 30px 0px;
    }

    section.search .result-item {
        display: block;
        background-color: #FFF;
        border: 1px solid #D8D8D8;
        padding: 20px;
        margin-bottom: 20px;
        transition: 0.5s;
    }

        section.search .result-item:hover {
            border-color: #000;
        }

        section.search .result-item h4 {
            font-size: 24px;
            line-height: 28px;
            color: #626262;
        }

        section.search .result-item p {
            font-size: 15px;
            line-height: 24px;
            color: #626262;
        }

.loadingBtn {
    width: 40px;
    height: 40px;
    border-color: #BBB !important;
    border-width: 3px !important;
    font-size: 0 !important;
    border-left-color: #CD3939 !important;
    animation: rotating 2s 0.25s linear infinite;
    border-radius: 50%;
    padding: 0px !important;
    background-color: transparent !important;
}

.loadingBtn:hover,
.loadingBtn-2:hover{
    background-color: transparent !important;
    color: transparent !important;
}

.loadingBtn-2 {
    border-color: #BBB !important;
    border-width: 3px !important;
    font-size: 0 !important;
    border-left-color: #CD3939 !important;
    animation: rotating 2s 0.25s linear infinite;
    border-radius: 50%;
    padding: 13px 14px !important;
    top: -5px;
    position: relative;
}

.loadingBtn-3 {
    width: 40px;
    height: 40px;
    border-color: #BBB !important;
    border-width: 3px !important;
    font-size: 0 !important;
    border-left-color: #CD3939 !important;
    animation: rotating 2s 0.25s linear infinite;
    border-radius: 50%;
    padding: 0px !important;
    background-color: transparent !important;
    position: relative !important;
    top: 5px;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#modalForm .modal-dialog {
    width: 1140px;
    max-width: 100%;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#modalForm .modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 4px solid #FFFFFF;
    background-color: #d8d8d8;
}

#modalForm .modal-dialog .modal-body {
    padding: 0;
}

#modalForm .modal-dialog .modal-body .full-form-area {
    padding: 61px 86px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: inherit;
}

#modalForm .modal-dialog .modal-body .close-button {
    width: 60px;
    position: absolute;
    right: 0;
    top: 20px;
    background: transparent;
    border: none;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    overflow: hidden;
    padding: 0;
    outline: none;
    z-index: 9;
}

.full-form-area h2 {
    color: #333;
    font-size: 30px;
    font-weight: 800;
    line-height: 41px;
}

#modalForm .modal-dialog .modal-body .full-form-area p {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 17px;
}

#modalForm .modal-dialog .modal-body .full-form-area a {
    display: inline-block;
    color: #333;
}

#modalForm .modal-dialog .modal-body .full-form-area a:hover {
    color: #333;
}

.modal-alt-phone {
    color: #FFF;
    font-size: 36px;
    text-decoration: none;
    position: relative;
    left: 65px;
    top: -9px;
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 800;
    line-height: 52px;
}

.full-form-area p {
    color: #333;
    font-size: 13px;
    line-height: 18px;
}

.full-form-area .form-item label {
    opacity: 0.7;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
}

.full-form-area .form-item input[type="text"] {
    width: 100%;
    height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: none;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    border-radius: 0px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 24px;
    background-color: #FFF;
}

input[type="text"] {
    outline: none;
}

.modal-phone {
    margin-top: 50px;
    position: relative;
    display: block;
    height: 48px;
    width: 48px;
}

.modal-alt-title {
    font-size: 15px;
    margin-left: 66px;
    position: relative;
    margin-top: -59px;
    color: #333;
    line-height: 17px;
}

#form .modal-dialog .modal-body .full-form-area .form-item input[type="text"] {
    height: 50px;
}

.modal-position {
    position: relative;
    top: 20%;
}

#modalForm .modal-dialog .modal-body .full-form-area .form-item .one {
    outline: none;
    border: none;
    padding: 12px 42px;
    display: block;
    cursor: pointer;
    font-size: 20px;
    background-color: transparent;
    position: relative;
    border: 2px solid #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    border-color: #fff;
    overflow: hidden;
    color: #333;
    margin-top: 28px;
}

#modalForm .modal-dialog .modal-body .full-form-area .form-item .one .insider {
    background-color: #fff;
    width: 100%;
    height: 20px;
    position: absolute;
    left: -135px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}

@media (max-width: 1448px) {
    section .cleaning-content .carousel .carousel-control-next {
        display: none;
    }

    section.cleaning-content .carousel .carousel-control-prev {
        display: none;
    }

    section.cleaning-content .carousel-dot {
        display: flex !important;
    }
}

@media (max-width: 1199.99px) {

    .cd-image-container {
        width: 100%;
    }

    section.cleaning-content .carousel .carousel-control-next {
        right: 315px !important;
    }

    section.header .header-card {
        width: 125px;
    }

        section.header .header-card .img-area img {
            margin-top: 18px;
        }

        section.header .header-card:first-child .img-area img {
            margin-bottom: 9px;
        }

        section.header .header-card .text-area {
            padding-bottom: 10px;
        }

        section.header .header-card:nth-child(2) .text-area {
            padding-bottom: 28px;
            margin-top: -8px;
        }

        section.header .header-card:nth-child(3) .text-area {
            padding-bottom: 27px;
            margin-top: -5px;
        }

        section.header .header-card:nth-child(4) .text-area {
            padding-bottom: 7px;
            margin-top: -3px;
        }

    section.advantage-content .left-text-area .text-content {
        float: left;
        width: 64%;
    }

    section.advantage-content .car-img {
        width: 50%;
    }

    section.cleaning-content .text-content p {
        line-height: 21px;
        font-size: 13px;
    }

    section.footer-bottom ul {
        padding: 25px 19px;
    }

    section.footer-bottom .footer-right {
        margin-top: 0px;
    }

        section.footer-bottom .footer-right a {
            margin-left: 0px;
        }

    section.cleaning-content .carousel .carousel-control-prev, section.cleaning-content .carousel .carousel-control-next {
        width: 5%;
    }

    .dcc_badge {
        z-index: 999;
    }

    section.header .header-card .text-area {
        font-weight: normal;
        margin-top: 18px;
    }

    .pollSlider {
        width: 676px;
    }

    #pollSlider-button {
        width: 36px;
    }

        #pollSlider-button .big-text {
            bottom: 43px;
            right: -17px;
        }

        #pollSlider-button .btn-apply {
            left: -40px;
        }

        #pollSlider-button .arrow-left {
            width: 36px;
        }

        #pollSlider-button .seperator {
            width: 36px;
        }

    section.cleaning-content .carousel .carousel-control-prev {
        left: -35px;
    }

    section.cleaning-content .carousel .carousel-control-next {
        right: -35px;
    }

    .carousel-Img {
        display: none !important;
    }
}

@media (max-width: 991.99px) {
    section.header .card-content {
        margin-top: 50px;
    }

    section.header .banner-text-area {
        margin-top: 100px !important;
    }

    .dcc_badge {
        display: none !important;
    }

    section.header .carousel-indicators {
        bottom: -40px;
    }

    section.advantage-content .left-text-area .img-area img,
    section.advantage-content .right-text-area img {
        width: 60%;
    }

    section.advantage-content .container {
        max-width: 100%;
    }

    section.advantage-content .left-text-area .title,
    section.advantage-content .left-text-area p,
    section.advantage-content .left-text-area .btn_info,
    section.advantage-content .right-text-area .text-content {
        margin-left: 0px;
    }

    section.advantage-content .left-text-area p {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    section.advantage-content .left-text-area .text-content {
        width: 49%;
    }

    section.advantage-content .left-text-area .title {
        margin-top: 10px;
    }

    section.advantage-content .left-text-area .img-area {
        margin-top: 55px;
    }

    section.advantage-content .right-text-area {
        padding-top: 20px;
    }

    section.car-content .text-area {
        margin-top: 600px;
    }

    section.car-content {
        padding-bottom: 60px;
    }

    #carouselImageIndicators {
        width: 100%;
        padding-right: 15px;
        margin-top: 40px;
    }

    #carouselExampleIndicators .carousel-indicators {
        bottom: -40px;
    }

    section.e-bulletin {
        padding-top: 600px;
    }

    section.cleaning-content .carousel-dot li.active {
        border: 1.2px solid #333;
    }

    section.cleaning-content .carousel-dot li a {
        background-color: #333;
    }

    section.cleaning-content .carousel-dot {
        bottom: -40px;
    }

    #emailForm .email-field {
        text-align: center;
    }

    section.e-bulletin .btn-area {
        margin-top: 26px;
    }

    #emailForm {
        text-align: center;
    }

    section.footer-bottom ul {
        display: block;
    }

    section.footer-bottom .footer-content {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    section.footer-bottom ul {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    section.footer-bottom .footer-right {
        float: inherit;
        text-align: center;
    }
}

@media (max-width: 767.99px) {
    section.header img.kurtkoy-images {
        width: 50% !important;
    }

    section.advantage-content .right-text-area img {
        width: inherit;
    }

    .marginSTT {
        margin-top: 20px;
    }
    .modal-position {
        top: 5%;
    }

    .modal-dialog {
        margin: 0px;
    }

    #modalForm .modal-dialog .modal-body .full-form-area a {
        display: block;
        width: 100%;
    }

    #modalForm .modal-dialog {
        padding: 0px;
    }

    .modal-open .modal {
        padding-left: 17px;
    }

    #modalForm .modal-dialog .modal-body .full-form-area .form-item .one {
        width: 100%;
    }

    section.header .carousel-indicators {
        bottom: -40px;
    }

    section.cleaning-content .text-content {
        height: 380px;
    }

    section.e-bulletin {
        padding-top: 80px;
    }

    section.cleaning-content .carousel-dot {
        bottom: -56px;
    }


    section.footer-bottom .footer-right {
        margin-top: 30px;
    }

    section.footer-bottom ul {
        display: block;
    }

    section.advantage-content .car-img {
        width: 30%;
    }

    #carouselImageIndicators,
    #carouselImageIndicators .carousel-inner,
    #carouselImageIndicators .carousel-inner .carousel-item {
        width: 100%;
    }

    section.why-us .padding-reset {
        padding-bottom: 70px;
    }

    .tablet-w100 {
        width: 100%;
    }

    section.app-center-content .googleMap {
        width: 100%;
        max-width: 100%;
    }

    section.app-center-content .text-area {
        margin-left: 0px;
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }

    section.inner-form .col-lg-4 {
        border-left: 0px;
        max-width: 100%;
        text-align: center;
    }

    section.inner-form .img-area img {
        bottom: 0px;
    }

    section.inner-form .form-item input {
        width: 100%;
    }

    section.inner-form .img-area,
    section.inner-form .text-area {
        display: block;
    }

    section.inner-form .text-area {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    section.inner-form .phone-number {
        margin-bottom: 10px;
    }

    section.inner-form .col-lg-8 {
        padding-right: 15px;
    }

    section.inner-form .CallToYou {
        margin-bottom: 25px;
    }

    section.e-bulletin .btn-area {
        text-align: center;
        margin-top: 25px;
    }

    section.copyright .social {
        float: inherit;
    }

    section.footer .copyright .row {
        text-align: center;
    }

    section.footer-bottom .footer-content {
        text-align: center;
    }

    section.footer-bottom ul {
        border-left: 0px;
        padding: 3px 30px
    }

    section.footer-bottom .footer-right {
        float: inherit;
        text-align: center;
    }

    section.app-center-content .title-area h1 {
        margin-top: 20px;
    }

    section.app-center-content .place-area .place-name {
        font-size: 20px;
    }

    section.app-menu .col-lg-4:nth-child(1) .adress-card,
    section.app-menu .col-lg-4:nth-child(2) .adress-card,
    section.app-menu .col-lg-4:nth-child(3) .adress-card {
        margin-top: 30px;
    }

    section.city-detail-page .city-detail-card {
        height: inherit;
        margin-top: 30px;
    }

    section.city-detail-page .googleMap {
        height: 300px;
    }

    section.city-detail-page .text-area .title-text {
        font-size: 17px;
    }

    section.waterless-content .text-area-2 p,
    section.waterless-content .text-area p {
        margin-bottom: 15px;
    }

    section.waterless-text-content .img-area {
        text-align: center;
    }

    section.waterless-text-content .text-area {
        margin-top: 0px;
        padding-left: 0px;
    }

    section.nano-slider .carousel .carousel-control-prev,
    section.nano-slider .carousel .carousel-control-next {
        display: none;
    }

    .apply-image {
        display: none;
    }

    section.left-menu .text-area .title {
        margin-top: 15px;
    }

    section.left-menu .product-top-text {
        text-align: center;
    }

    section.left-menu .product-img {
        display: table;
        position: relative;
        margin: 0 auto;
        margin-top: 20px;
    }

    .pollSlider {
        display: none;
    }

    .dealership-img {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }

    section.left-menu.dealership-page .tab-pane .col-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    section.dealership-page .dealership-content .text-area .banner {
        width: 100%;
        height: auto;
    }

    section.left-menu .logo-area {
        text-align: center;
        margin-bottom: 70px;
    }

    .mb140 {
        margin-bottom: 30px !important;
    }

    section.dealership-page .nav.nav-tabs.alt-nav li:nth-child(1),
    section.dealership-page .nav.nav-tabs.alt-nav li:nth-child(2),
    section.dealership-page .nav.nav-tabs.alt-nav li:nth-child(3),
    section.dealership-page .nav.nav-tabs.alt-nav li:nth-child(4) {
        width: 50%;
    }

    section.dealership-page .nav.nav-tabs.alt-nav li:nth-child(3) {
        border-left: 1px solid #E0E0E0;
    }

    .tab-content .col-lg-4.mt30 {
        text-align: center;
    }

    .cut-badge {
        right: -6px;
        bottom: 43px;
        width: 50%;
    }

    section.dealership-page .dealership-content .text-area .dealership-title {
        margin-top: 15px;
        font-size: 29px;
    }

    .dropdown {
        margin-bottom: 15px;
    }

    #js-grid-masonry .btn-gallery {
        display: none;
    }

    section.gallery-content .video-area {
        height: 360px;
    }

    .margin-st {
        margin-top: 15px;
    }

    .dcc_badge {
        display: none !important;
    }

    section.header .banner-text-area {
        margin-top: 30px !important;
    }

    section.car-content .text-area {
        margin-top: 600px;
    }

    section.car-content .tesla-content {
        width: 79%;
    }

    section.car-content {
        padding-bottom: 40px;
    }

    section.cleaning-content {
        height: auto;
    }

    .cd-image-container {
        width: 100%;
    }

    section.cleaning-content .text-content {
        top: 0px;
    }

    .carousel-Img {
        bottom: -62px;
    }

    section.header .card-content {
        margin-top: 70px;
    }

    section.header .header-card {
        width: 48%;
        height: 164px;
        text-align: center;
    }

        section.header .header-card:nth-child(3) {
            margin-left: 0px;
        }

        section.header .header-card:nth-child(3),
        section.header .header-card:nth-child(4) {
            margin-top: 15px;
        }

        section.header .header-card:hover {
            margin-top: 0px;
        }

        section.header .header-card .line,
        section.header .white-arrow {
            display: none;
        }

    section.advantage-content ul li,
    section.advantage-content ul li:nth-child(2),
    section.advantage-content ul li:nth-child(3) {
        width: 100%;
    }

        section.advantage-content ul li:first-child, section.advantage-content ul li:last-child {
            z-index: 1;
        }

    section.advantage-content {
        height: inherit;
    }

        section.advantage-content ul li:nth-child(2) {
            margin-top: 20px;
            margin-bottom: -40px;
        }

    section.cleaning-content .carousel .carousel-control-prev,
    section.cleaning-content .carousel .carousel-control-next {
        width: 9%;
        height: 5%;
    }

    .mobile-stfor-container {
        padding-left: 0px;
    }

    .mobile-stfor-row {
        margin-right: inherit;
        margin-left: inherit;
        width: 100%;
    }

    #carouselExampleIndicators .carousel-indicators {
        bottom: -60px;
    }

    .black-opa {
        display: none;
    }
}

@media screen and (max-width: 712px) {
    section.advantage-content ul li {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {

    #back-to-top {
        right: inherit;
        left: 0px;
        bottom: 0px;
    }

    #carouselExampleIndicators1 .carousel-inner .carousel-item {
        height: inherit;
    }

    section.header img.kurtkoy-images {
        width: 80% !important;
    }

    .modal-alt-title {
        font-size: 13px;
    }


    #modalForm .modal-dialog .modal-body .full-form-area a {
        font-size: 25px;
    }

    .pdf-area {
        width: 240px;
        text-align: center;
    }

        .pdf-area .text-area {
            padding-left: 0px;
        }

    .pdf-download-ico {
        display: none;
    }

    .cut-badge {
        bottom: 5px;
    }

    section.dealership-page #myTab li:nth-child(1),
    section.dealership-page #myTab li:nth-child(2),
    section.dealership-page #myTab li:nth-child(3),
    section.dealership-page #myTab li:nth-child(4) {
        width: 100%;
    }

    section.dealership-page #myTab li:nth-child(2),
    section.dealership-page #myTab li:nth-child(3),
    section.dealership-page #myTab li:nth-child(4) {
        border-left: 1px solid #E0E0E0;
    }

    .mobile-mt15 {
        margin-top: 15px;
    }

    #carouselExampleIndicators .number {
        margin-top: 50px;
    }

    #carouselExampleIndicators .carousel-indicators {
        bottom: -50px !important;
    }

    section.footer-bottom .footer-right {
        margin-top: 20px !important;
    }


    section.cleaning-content .carousel-dot {
        margin-left: 3%;
        bottom: -28px;
    }

    section.header .header-card:nth-child(2) .text-area {
        margin-top: 18px !important;
    }

    section.header .text-2 {
        margin-left: 0px !important;
        font-size: 13px;
    }

    section.left-menu .dealership-img {
        margin-bottom: 0px;
    }

    section.left-menu .text-area .title {
        margin-top: 15px;
    }

    section.left-menu .text-area ul {
        padding-left: 30px;
    }

        section.left-menu .text-area ul,
        section.left-menu .text-area ul > li {
            font-size: 14px;
        }

    .cd-image-container {
        height: 317px;
    }

    .width-100 {
        height: 315px;
    }

    .callout-service-list li:nth-child(1) {
        top: 266px;
        left: 0%;
    }

        .callout-service-list li:nth-child(1) .dot-text {
            display: block;
            line-height: 1em;
            margin-top: -1em;
            padding-left: 0;
            left: auto;
            right: -20px;
            top: 43px;
            margin-right: 0px;
            width: inherit;
            text-align: right;
            color: #fff;
            font-family: 'Ubuntu';
            font-size: 16px;
            line-height: 20px;
            text-align: left;
        }

    .callout-service-list li:nth-child(2) {
        top: 277px;
        left: 56%;
    }

    .callout-service-list li .dot-text {
        display: block;
        width: 200px;
        margin-top: -1em;
        line-height: 1em;
        padding-left: 0px;
        position: relative;
        top: 45px;
        left: 0px;
        width: 150px;
        color: #FFF;
        line-height: 21px;
    }

    .callout-service-list li:nth-child(3) {
        top: 160px;
        left: 65%;
    }

        .callout-service-list li:nth-child(3) .dot-text {
            top: 42px;
            left: -10px;
        }

    .callout-service-list li:nth-child(4) {
        top: 150px;
        left: 5%;
    }


        .callout-service-list li:nth-child(4) .dot-text {
            left: 0px;
            padding-left: 0px;
            top: 41px;
            color: #fff;
        }

        .callout-service-list li:nth-child(1) .inner-dot,
        .callout-service-list li:nth-child(2) .inner-dot,
        .callout-service-list li:nth-child(3) .inner-dot,
        .callout-service-list li:nth-child(4) .inner-dot {
            height: 0px;
            width: 0px;
            left: 0px;
            display: none;
        }

            .callout-service-list li:nth-child(1) .inner-dot:before,
            .callout-service-list li .inner-dot:before {
                display: none;
            }

    section.car-content .tesla-content .tesla-car {
        width: 90%;
    }

    section.car-content .tesla-content .carpet {
        width: 80%;
    }

    section.header .header-card:first-child .img-area img {
        margin-bottom: 5px;
    }

    section.header .header-card:nth-child(2) .img-area img {
        margin-bottom: 12px;
    }

    section.header .header-card:nth-child(3) .img-area img {
        margin-bottom: 19px;
    }

    section.header .header-card:nth-child(4) .img-area img {
        margin-bottom: 16px;
    }

    section.header .header-card {
        height: 175px !important;
    }

    section.advantage-content .car-img {
        width: 60%;
    }

    .dcc_badge {
        display: none !important;
    }

    #js-grid-masonry .cbp-l-caption-body i {
        content: url("../images/anasayfa/icon/search.svg");
    }

    section.gallery-content .video-area {
        height: inherit !important;
    }

        section.gallery-content .video-area .img-area {
            margin-bottom: 70px;
        }

    section.inner-form .img-area {
        display: block;
    }

    section.gallery-content .video-area .img-area .video-img {
        display: block;
    }

    #js-grid-masonry .btn-gallery {
        display: none;
    }

    section.nano-slider .carousel .carousel-control-prev,
    section.nano-slider .carousel .carousel-control-next {
        display: none;
    }

    .dropdown {
        margin-bottom: 15px;
    }

    section.gallery-content .video-area .text-area {
        bottom: 16px;
        margin-left: 8px;
    }

    section.gallery-content .video-area .img-area .play-ico {
        top: 20%;
        left: 41%;
    }

    .waterless-img {
        width: 100%;
        margin-top: 15px;
    }

    section.waterless-text-content .text-area {
        margin-top: 0px;
        padding-left: 0px;
    }

    section.waterless-text-content .img-area-2 img {
        margin-left: 0px;
    }

    #CallToYou .row .col-xs-12:nth-child(2) .form-group {
        margin-top: 10px;
    }

    section.dealership-page .nav.nav-tabs.alt-nav li:nth-child(1),
    section.dealership-page .nav.nav-tabs.alt-nav li:nth-child(2),
    section.dealership-page .nav.nav-tabs.alt-nav li:nth-child(3),
    section.dealership-page .nav.nav-tabs.alt-nav li:nth-child(4) {
        width: 50%;
    }

    section.dealership-page .nav.nav-tabs.alt-nav li:nth-child(3) {
        border-left: 1px solid #E0E0E0;
    }

    section.dealership-page .border-content {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .m-tsetting {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .apply-image {
        display: none;
    }

    section.left-menu.dealership-page .tab-pane .col-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    section.left-menu .dealership-img,
    section.dealership-page .dealership-content .text-area .banner {
        width: 100%;
    }

    .logo-text-area.mt40 {
        margin-top: 80px !important;
    }

    .mb140 {
        margin-bottom: 0px !important;
    }

    section.app-center-content .googleMap {
        margin-top: 20px;
    }

    section.advantage-content .right-text-area .text-content {
        margin-left: 0px;
    }

    section.app-menu .title-area h1,
    section.contact-content .title-area h1,
    section.app-center-content .title-area h1 {
        font-size: 27px;
    }

    section.contact-content .general-adress {
        margin-top: 15px;
    }

    section.city-detail-page .city-detail-card {
        padding-left: 15px;
        margin-top: 15px;
    }

    .h100,
    section.contact-content .general-adress,
    section.center-branch-content .branch-area {
        height: inherit;
    }

    section.city-detail-page .googleMap,
    section.contact-content .googleMap {
        height: 250px;
    }

    section.app-menu .col-lg-4:nth-child(1) .adress-card,
    section.app-menu .col-lg-4:nth-child(2) .adress-card,
    section.app-menu .col-lg-4:nth-child(3) .adress-card {
        margin-top: 30px;
    }

    section.city-detail-page .place-detail,
    section.city-detail-page .city-detail-card {
        height: inherit;
    }

    section.app-center-content .title-area h1 {
        margin-top: 0px;
    }

    section.app-center-content .googleMap {
        width: 100%;
        max-width: 100%;
    }

    section.app-center-content .text-area {
        margin-left: 0px;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }

        section.app-center-content .text-area .title {
            font-size: 16px;
        }

    .breadcrumb {
        margin-bottom: 20px !important;
    }

    section.inner-form .col-lg-4 {
        max-width: 100%;
        text-align: center;
    }

    section.dealership-page .dealership-content .text-area p {
        line-height: 21px;
    }

    section.inner-form .text-area {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    section.inner-form .img-area img {
        bottom: inherit;
    }

    section.inner-form .col-lg-8 {
        padding-right: 15px;
    }

    section.inner-form .form-item input {
        width: 100%;
    }

    section.left-menu .product-img {
        margin-left: 0px;
        margin-top: 15px;
    }

    section.left-menu .text-area .title {
        font-size: 29px;
    }

    section.left-menu .product-top-text img {
        display: table;
        position: relative;
        margin: 0 auto;
    }

    section.footer-bottom ul {
        border-left: 0px solid #FFF;
    }

    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }

    section.advantage-content ul li {
        height: 240px;
    }

    section.advantage-content {
        height: auto;
    }

        section.advantage-content ul li:nth-child(2) {
            width: 100%;
        }

    .black-opa {
        display: none;
    }

    section.header .carousel-indicators {
        bottom: 10px;
        width: 100%;
        left: -3px;
    }

    section.header .carousel-control-next {
        right: -15px;
    }

    section.header .card-content {
        margin-top: 10px;
    }

    section.header .banner-text-area {
        margin-top: 30px !important;
    }

    section.header .header-card {
        width: 48% !important;
        height: 175px;
    }

        section.header .header-card .line,
        section.header .white-arrow {
            display: none;
        }

        section.header .header-card .img-area img {
            margin-top: 8px;
        }

        section.header .header-card:nth-child(2), section.header .header-card:nth-child(3), section.header .header-card:nth-child(4) {
            margin-left: 0px;
        }

        section.header .header-card:hover {
            margin-top: 0px;
            transition: inherit;
        }

        section.header .header-card:nth-child(3), section.header .header-card:nth-child(4) {
            margin-top: 10px;
        }

        section.header .header-card:nth-child(even) {
            margin-left: 10px;
        }

    section.advantage-content .left-text-area .text-content {
        width: 62%;
        margin-top: 40px;
        margin-left: 10px;
    }

    section.advantage-content .left-text-area .img-area {
        width: 30%;
    }

    .hat-img {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .mobile-stfor-container {
        padding-left: 0px;
    }

    .mobile-stfor-row {
        margin-right: inherit;
        margin-left: inherit;
        width: 100%;
    }

    section.advantage-content .right-text-area {
        padding-top: 20px !important;
    }

        section.advantage-content .right-text-area img {
            bottom: 0px;
        }

    section.car-content .tesla-content {
        width: 100%;
    }

    section.cleaning-content {
        height: auto;
    }

    .cd-image-container {
        width: 100%;
        margin-top: 30px;
    }

    section.cleaning-content .text-content {
        top: inherit;
        margin-top: 20px;
        margin-bottom: 30px;
    }

        section.cleaning-content .text-content img {
            bottom: -80px;
            right: -20px;
            width: 55%;
        }

    #emailForm .btn-area {
        margin-top: 15px;
        text-align: center;
        margin-bottom: 40px;
    }

    section.car-content .text-area {
        margin-top: 600px;
    }

    section.car-content {
        padding-bottom: 60px;
    }

    section.why-us .padding-reset {
        padding: 25px;
    }

    section.why-us .col-lg-6.pr-0 {
        padding-left: 0px;
    }

        section.why-us .col-lg-6.pr-0 .main-slider {
            margin-top: 30px;
        }

    #carouselExampleIndicators .carousel-indicators {
        bottom: -50px;
    }

    section.footer-bottom .footer-content {
        text-align: center;
    }

        section.footer-bottom .footer-content ul:nth-child(1) {
            padding-bottom: 0px;
        }

        section.footer-bottom .footer-content ul:nth-child(2),
        section.footer-bottom .footer-content ul:nth-child(3) {
            padding-top: 0px;
        }

        section.footer-bottom .footer-content ul:nth-child(2) {
            padding-bottom: 0px;
        }

    section.footer-bottom .footer-right {
        float: inherit;
        text-align: center;
        margin-top: 20px;
    }

    section.copyright {
        text-align: center;
    }

        section.copyright .social {
            float: inherit;
        }

    section.footer-bottom {
        padding-top: 30px;
    }

    section.advantage-content ul li:nth-child(2).active:hover {
        transform: inherit;
    }

    section.advantage-content ul li:nth-child(2) {
        overflow: hidden;
    }

    section.advantage-content .car-img {
        right: -40px;
    }

    #carouselImageIndicators .product-img {
        width: 50%;
    }

    .pollSlider {
        display: none;
    }

    section.car-content .text-area .title {
        font-family: inherit;
    }

    section.why-us .row.margin-reset {
        margin-top: 30px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .carousel-Img {
        bottom: -50px;
        right: 0px;
        width: 50%;
    }

    section.cleaning-content .text-content {
        height: inherit;
    }

    #emailForm .email-field {
        font-size: 15px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        height: 23px;
    }

    section.header .carousel-item {
        height: 245px;
    }

    section.header .banner-text-area .title img {
        width: 60%;
    }

    section.header .text {
        font-size: 26px;
        margin-top: 5px;
    }

    section.header .sub-text {
        font-size: 14px;
        margin-top: 10px;
    }

    section.advantage-content ul li:nth-child(2) {
        margin-bottom: -35px !important;
    }

    section.city-detail-page .place-detail {
        margin-top: 40px;
    }

    section.header img.headerBackground {
        height: 250px;
    }

    section.advantage-content .left-text-area .img-area {
        margin-top: 0px;
    }

        section.advantage-content .left-text-area .img-area img {
            width: 100%;
            margin-top: 50px;
        }

    section.header .carousel-control-prev {
        right: 20px;
    }

    section.waterless-text-content .dropdown {
        margin-top: 15px;
    }

    section.waterless-text-content.media .text-area p {
        margin-top: 0px;
    }

    .first-filter,
    .second-filter,
    .third-filter {
        display: none;
    }

    #filterSlider .carousel-inner .carousel-item img {
        display: block !important;
        margin-top: 50px;
    }

    section.cleaning-content .carousel .carousel-control-prev,
    section.cleaning-content .carousel .carousel-control-next {
        display: block;
        top: 30%;
    }

    section.cleaning-content .carousel .carousel-control-next {
        right: 2px !important;
    }

    section.cleaning-content .carousel .carousel-control-prev {
        left: 2px !important;
    }

        section.cleaning-content .carousel .carousel-control-prev:hover,
        section.cleaning-content .carousel .carousel-control-next:hover {
            box-shadow: none;
            left: inherit;
            right: inherit;
        }

        section.cleaning-content .carousel .carousel-control-prev .carousel-control-prev-icon,
        section.cleaning-content .carousel .carousel-control-next .carousel-control-next-icon {
            width: 35px;
            height: 35px;
        }
    #carouselImageIndicators {
        padding-right: 0px;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @media {

        .pollSlider .container {
            width: 86%;
        }
    }
}