﻿@font-face {
    font-family: Roboto-Black;
    src: url(/assets/fonts/Roboto-Black.eot);
    src: url(/assets/fonts/Roboto-Black.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/Roboto-Black.woff) format("woff"),url(/assets/fonts/Roboto-Black.svg#Roboto-Black) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Roboto-Bold;
    src: url(/assets/fonts/Roboto-Bold.eot);
    src: url(/assets/fonts/Roboto-Bold.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/Roboto-Bold.woff) format("woff"),url(/assets/fonts/Roboto-Bold.svg#Roboto-Bold) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Roboto-Regular;
    src: url(/assets/fonts/Roboto-Regular.eot);
    src: url(/assets/fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/Roboto-Regular.woff) format("woff"),url(/assets/fonts/Roboto-Regular.svg#Roboto-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
body {
    font-family: Roboto-Regular, Arial;
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
header{
    padding-bottom:30px
}
.top__info {
    height: 115px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
    .top__info .dealer__logo {
        font-family: Roboto-Black, Arial;
        font-size: 36px;
        color: #006b2b;
        display: flex;
        display: -ms-flexbox;
        flex-direction: column
    }
        .top__info .dealer__logo:hover {
            text-decoration: none
        }
        .top__info .dealer__logo .dealer_region {
            color: #79b530;
            font-family: Roboto-Regular, Arial;
            font-size: 16px;
        }
    .top__info ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        float:right;
        list-style:none
    }
        .top__info ul li {
            border-right: #a8b3c6 solid 1px;
            padding:0 20px
        }
        .top__info ul li:last-child {
            border-right: none;
            padding-right:0
        }
            .top__info ul li a {
                display: flex;
                color: #79b530
            }
                .top__info ul li a:hover {
                    text-decoration: none
                }
                .top__info ul li a span {
                    display:inline-block;
                    padding-left:15px;
                    font-size:18px
                }
                    .top__info ul li a span span {
                        display: inline-block;
                        font-size: 14px;
                        color: #b7d389;
                        padding:0
                    }
                .top__info ul li a i {
                    color: #006b2b;
                    border: #79b530 solid 1px;
                    border-radius: 50%;
                    height: 30px;
                    width: 30px;
                    justify-content: center;
                    display: flex;
                    align-items: baseline
                }
                    .top__info ul li a i:before {
                        padding-top: 7px
                    }
.top__menu {
    position: absolute;
    top: 110px;
    width: 100%;
    z-index: 4;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
header .navbar {
    background: #006b2b;
    border-radius: 5px 0 0 5px;
    padding: 0 0 0 20px;
    justify-content: flex-start;
    width:100%
}
header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: Roboto-Bold, Arial;
    font-size: 16px;
    padding:22px 20px
}
    header .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }
header .navbar-light .navbar-nav .show > .nav-link{
    color:#fff
}
    header .nav-link .fa-angle-down {
        padding-left:5px;
        color:#79b530
    }
header .navbar-light .navbar-toggler {
    border-color:#fff;
    color:#fff;
}
    header .navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
header .dropdown-menu {
    border-radius: 2px;
    margin: 0;
    background: #fafafa;
    padding: 0;
    border: none;
    box-shadow: 0 35px 48px 0 rgba(0,0,0,.07);
}
.dropdown-submenu {
    position: relative;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin:0
    }
header .dropdown-toggle::after {
    display:none
}
header .dropdown-item {
    padding: 10px 1.5rem;
    color: #6c6f70
}
    header .dropdown-item:hover, header .dropdown-item:focus {
        color: #79b530;
        background:#fff
    }
.dropdown-submenu a::after {
    display: inline-block;
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 1.1em;
    display:none
}
.dropdown-submenu a i {
    position:absolute;
    right:10px;
    top:12px
}

li .dropdown-toggle:after {
    transition: all 0.5s;
}

li.show > .dropdown-toggle:after {
    transform: rotate(180deg);
}
li li.show > .dropdown-toggle:after {
    transform: rotate(90deg);
}
.search {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: #79b530;
    height:68px;
    padding: 10px;
}

    .search:hover .search-txt {
        width: 180px;
        padding: 0 10px;
        color: #fff;
    }

    .search:hover .search-btn {
        
    }

.search-btn {
    color: #fff;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right:10px
}

.search-txt {
    border: none;
    background: none;
    outline: none;
    float: right;
    padding: 0;
    color: #fff;
    font-size: 16px;
    transition: ease-in 0.4s;
    line-height: 50px;
    width: 105px;
}
    .search-txt::placeholder {
        color: #fff
    }
.product-tooltip {
    position: absolute;
    display: inline-block;
    border-bottom: 1px dotted #222;
    left: 59px;
    top:15px;
    display: none;
}
    .product-tooltip .tooltiptext {
        width: 170px;
        background-color: #222;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 9px 0;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 57%;
        font-size: 12px;
        margin-left: -60px;
    }

.mobile__contact{
    padding:0;
    list-style:none;
    display:none
}
    .mobile__contact li {
        float: left;
        padding:10px 0
    }
        .mobile__contact li a {
            color: #fff;
            display: inline-block;
            font-size: 24px;
            padding: 0 20px
        }
        .mobile__contact li:first-child a {
            border-right: 1px solid #94c459
        }

.breadcrumb {
    margin: 0;
    padding: 10px 0
}
.breadcrumb ul{
    padding:0;
    display:block
}

.fas fa-search {
    font-weight: 200;
    font-size: 40px;
}

footer .social-media {
    width: 100%;
    background: #003960;
    color: #fff;
    font-size: 24px;
    font-family: Roboto-Bold, Arial;
    padding:12px 0;
    display:flex
}
    footer .social-media span{
        float: left
    }
    footer .social-media ul {
        float: left;
        list-style:none;
        margin-bottom:0;
    }
        footer .social-media ul li {
            float: left;
            border-right: #547693 solid 1px
        }
            footer .social-media ul li:last-child {
                border-right: none
            }
            footer .social-media ul li a {
                color: #fff;
                display: inline-block;
                padding: 0 30px;
            }
footer .footer-menu{
    width:100%;
    background-image:url(/assets/img/footer-bg.jpg);
    background-size:cover;
    background-position:bottom center;
    padding:50px 0 0;
    overflow:hidden;
    min-height:340px;
}
    footer .footer-menu .g_title {
        color: #006b2b;
        font-family:Roboto-Black, Arial;
        font-size:18px;
    }
    footer .footer-menu .dealer__info {
        color: #6c6f70;
        font-size:14px;
        font-family:Roboto-Regular;
        padding-right:50px
    }
    footer .footer-menu ul{
        padding:0;
        list-style:none;
    }
        footer .footer-menu ul li {
            padding-bottom: 10px
        }
            footer .footer-menu ul li a {
                color: #193656;
                font-family: Roboto-Bold;
                font-size: 14px;
            }
                footer .footer-menu ul li a:hover {
                    color: #000;
                    text-decoration: none
                }
footer .bottom {
    background: #006b2b;
    width:100%;
    padding:40px 0
}
footer .bottom .row{
    align-items:center
}
    footer .bottom .bottom__box {
        display: flex;
        align-items: center;
        color: #f1f4fa;
        font-family:Roboto-Bold;
        font-size:14px
    }
        footer .bottom .bottom__box i {
            padding-right:15px;
            color:#79b530;
            font-size:42px

        }
        footer .bottom .bottom__box a {
            display: flex;
            color: #f1f4fa
        }
            footer .bottom .bottom__box a:hover {
                display: flex;
                color: #79b530;
                text-decoration:none
            }


.detail__btn {
    background-color: #fff;
    border: #fff solid 1px;
    width: 170px;
    height: 52px;
    color: #006b2b;
    font-family:Roboto-Bold, Arial;
    font-size:14px;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .detail__btn:hover {
        background: none;
        color: #fff;
        text-decoration:none
    }

    .detail__btn i {
        padding-right: 12px;
        font-size:22px
    }
.main__slider {
    position: relative;
    margin-top: 0
}
    .main__slider .owl-theme .owl-nav {
        position: absolute;
        top: 45%;
        width: 100%
    }
.main-slider{
    overflow:hidden
}
.slider-item {
    height: 695px;
    background-position: center center
}
.main__slider .owl-theme .owl-dots {
    position: absolute;
    left: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 40px;
    flex-wrap:wrap;
    top:45%
}
.main__slider .owl-theme .owl-dot {
    padding-bottom: 10px !important
}
.main__slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 0 0 15px;
    cursor: pointer;
    background: #21887c
}
.main__slider .owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    background: none;
    border: 2px solid #21887c;
}
            
    .main__slider .slider-content {
        position: absolute;
        width: 50%;
        left: 10%;
        top: 20%;
        padding: 75px 0 0 13em
    }
        .main__slider .slider-content .slider_item__title {
            font-family: Roboto-Regular, Arial;
            font-weight: 400;
            font-size: 18px;
            color: #fff;
            text-shadow: 2px 1px 1px #515151;
        }
            .main__slider .slider-content .slider_item__title .bnnr_title {
                font-size: 46px;
                line-height: 50px;
                padding: 10px 0;
                text-transform: uppercase
            }
                .main__slider .slider-content .slider_item__title span {
                    position: relative;
                    display:inline-block
                }
            .main__slider .slider-content .slider_item__title .top_title::after {
                width: 60px;
                height: 2px;
                background: #fff;
                right: 0;
                margin-left: 20px;
                content: "";
                display: inline-block;
                vertical-align: middle;
            }
            .main__slider .slider-content .slider_item__title .btm_title{
                padding-left:20px
            }
            .main__slider .slider-content .slider_item__title .btm_title::after {
                width: 2px;
                background: #fff;
                height: 100%;
                left: 0;
                top: 0;
                position: absolute;
                content: "";
            }
.main__slider .detail__btn {
    float: left;
    margin-top:20px
}
.main__slider .slider-content .getoffer_btn {
    margin-right: 20px
}
.main__slider .slider-content .contact_btn {
    background:none;
    color:#fff
}
.main__slider .slider-content .contact_btn:hover {
    background: #fff;
    color:#006b2b
}
.getoffer__Form{
    max-width:800px;
    margin:0 auto;
    position:relative
}
.getoffer__Form__box {
    position: absolute;
    background: #fff;
    border-radius: 5px;
    width: 800px;
    top: -100px;
    z-index: 3;
    -webkit-box-shadow: 0 10px 24px rgba(0,0,0,.093231);
    box-shadow: 0 10px 24px rgba(0,0,0,.093231);
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:245px;
    flex-wrap:wrap;
    padding:40px 0
}
.getoffer__Form .getoffer__Form__box .getoffer_title {
    font-size: 36px;
    font-family: Roboto-Black, Arial;
    color: #006b2b;
}
.getoffer__Form .getoffer__Form__box p {
    font-size: 18px;
    font-family: Roboto-Regular, Arial;
    color: #b7d389;
    width: 100%;
    text-align: center
}

.getoffer__Form input {
    border: #e2e2e2 solid 1px;
    border-radius:5px;
    padding:15px;
    background:#fff;
    width:235px;
    -webkit-box-shadow: 0 10px 24px rgba(0,0,0,.093231);
    box-shadow: 0 10px 24px rgba(0,0,0,.093231);
    margin-right:15px
}
.getoffer__Form .getoffer__btn {
    border: #79b530 solid 1px;
    border-radius: 5px;
    padding: 15px;
    color:#fff;
    background: #79b530;
    width: 130px;
    -webkit-box-shadow: 0 10px 24px rgba(0,0,0,.093231);
    box-shadow: 0 10px 24px rgba(0,0,0,.093231);
    margin:0
}


.home__services {
    padding: 200px 0 150px;
}
    .home__services .home__services__title {
        display: flex;
        align-items:center;
        justify-content:center;
        flex-wrap:nowrap;
        max-width:800px;
        margin:0 auto;
        padding-bottom:50px
    }
        .home__services .home__services__title h2 {
            color: #003960;
            margin: 0 36px 0 0;
            font-size: 36px;
            font-family: Roboto-Black, Arial;
            text-transform: uppercase;
            line-height: 44px;
            letter-spacing: -1.08px;
            border-right: #79b530 solid 4px
        }
        .home__services .home__services__title p {
            color: #003960;
            font-size:18px;
            max-width:60%
        }
    .home__services .owl-carousel {
        overflow:hidden
    }
    .home__services .service__box {
        margin: 15px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-content: center;
        position: relative;
        
    }
    .home__services .service__box:hover{
        text-decoration:none
    }
    .home__services .service__box img{
        border-radius: 5px;
        width:auto;
        max-width:100%
    }
    .home__services .owl-theme .owl-dots {
        position: absolute;
        width: 100%;
        top: auto;
        bottom: -30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .home__services .owl-theme .owl-dot {
        padding-bottom: 10px !important
    }

    .home__services .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 0 0 15px;
        cursor: pointer;
        background: #21887c
    }

    .home__services .owl-theme .owl-dots .owl-dot.active span {
        width: 15px;
        height: 15px;
        background: none;
        border: 2px solid #21887c;
    }

.content-overlay {
    background: rgba(0,57,96,0.8);
    position: absolute;
    left: 0;
    top: 0;
    border-radius:5px;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.home__services .service__box:hover .content-overlay {
    opacity: 1;
}
.home__services .service__box .service__box_content {
    position: absolute;
    color:#fff;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home__services .service__box:hover .service__box_content {
    top: 50%;
    opacity: 1;
}
.home__services .service__box .service__box_content h4 {
    font-family:Roboto-Black, Arial;
    font-size:18px;
    padding:10px 0;
    margin:0
}
.fadeIn-left {
    left: 20%;
}

.dealer__content{
    background:url(/assets/img/dealer_content_bg.jpg) repeat;
    padding:50px 0 100px;
    position:relative
}
h1 {
    color: #79b530;
    font-family:Roboto-Black, Arial;
    font-size:36px;
    padding-bottom:20px;
    margin:0;
    font-weight:100
}
.dealer__content p {
    color: #6c6f70;
    font-size:16px;
    margin-bottom:30px
}
.dealer__content a {
    background: #79b530;
    border-radius:5px;
    padding:10px 30px;
    color:#fff;
    font-size:16px;
}
    .dealer__content a:hover {
        color: #fff;
        background: #6fa82a;
        text-decoration:none
    }
.dealer__content .dealer__img {
    border: #79b530 solid 8px;
    border-radius: 5px;
    position:absolute;
    top:-100px;
    width:100%; 
    max-width:513px;
    min-height:425px
}
    .dealer__content .dealer__img img {
        position: absolute;
        top:-40px;
        left:-40px;
        border-radius:5px
    }

.home__product{
    padding:50px 0
}

    .big__title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        max-width: 700px;
        margin: 0 auto;
        padding-bottom: 50px
    }

        .big__title h2 {
            color: #003960;
            margin: 0 36px 0 0;
            font-size: 36px;
            font-family: Roboto-Black, Arial;
            text-transform: uppercase;
            line-height: 44px;
            letter-spacing: -1.08px;
            border-right: #79b530 solid 4px
        }
        .big__title h1 {
            color: #003960;
            margin: 0 36px 0 0;
            font-size: 36px;
            font-family: Roboto-Black, Arial;
            text-transform: uppercase;
            line-height: 44px;
            letter-spacing: -1.08px;
            border-right: #79b530 solid 4px
        }
        .big__title p {
            color: #003960;
            font-size: 18px;
            max-width: 60%
        }
        .big__title a {
            color: #003960;
            font-size: 18px;
            text-decoration:underline;
            background:none;
            display:inline-block;
            padding:0
        }
        .big__title a:hover {
            color: #003960;
            font-size: 18px;
            text-decoration: underline;
            background: none;
            display: inline-block;
            padding: 0
        }
.home__product .home__product__box {
    border: #e2e2e2 solid 1px;
    border-radius: 5px;
    -webkit-box-shadow: 0 15px 15px 0 rgba(0,0,0,.07);
    box-shadow: 0 15px 15px 0 rgba(0,0,0,.07);
    background: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    padding: 40px;
    margin-bottom: 30px;
    min-height: 250px
}
        .home__product .home__product__box:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
        }
        .home__product .home__product__box h3 {
            color: #003960;
            font-size: 24px;
            line-height: 32px;
            letter-spacing: -.72px;
            text-transform: uppercase;
            font-family: Roboto-Black, Arial;
            margin-bottom:20px
        }
        .home__product .home__product__box .home__product__box_content {
            display: flex;
            justify-content: space-between;
            flex-wrap: nowrap;
        }
        .home__product .home__product__box .home__product__box_content p {
            max-width:85%;
            padding-left:5%
        }
            .home__product .home__product__box .home__product__box_content p a {
                display: block;
                font-family: Roboto-Black, Arial;
                text-decoration: underline;
                color: #003960;
                padding-top:15px
            }
                .home__product .home__product__box .home__product__box_content p a:hover {
                    color: #7f9caf;
                }
.home__product .home_productList {
    overflow: hidden
}
    .home__product .home_productList .message {
        margin: 0 auto;
        display: block;
        color: #003960;
        background: #fff;
        border: #003960 solid 1px;
        padding: 10px 30px;
        font-family: Roboto-Black, Arial;
        border-radius: 5px;
        cursor: pointer
    }
        .home__product .home_productList .message:hover {
            background: #003960;
            color: #fff
        }
    .home__product .home_productList .home_productListBox {
        margin: 0 15px
    }
.home__product .owl-theme .owl-dot {
    padding-bottom: 10px !important
}

.home__product .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 0 0 15px;
    cursor: pointer;
    background: #003478
}

.home__product .owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    background: none;
    border: 2px solid #003478;
}

.home__contact {
    background-color: #f0f4f9;
    background-image: url(/assets/img/home_contact_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:50px 0
}
    .home__contact .home__contact_list {
        max-width: 830px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        margin: 0 auto
    }
        .home__contact .home__contact_list .home__contact_list__box {
            background-color: #79b530;
            box-shadow: 0 25px 40px 0 rgba(121,181,48,.2);
            transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
            margin: 0 10px 0 0;
            padding: 40px 40px 40px 40px;
            border-radius: 5px;
            width:48%;
            position:relative;
        }
            .home__contact .home__contact_list .home__contact_list__box i {
                color:#fff;
                font-size:42px;
                float:left
            }
            .home__contact .home__contact_list .home__contact_list__box p {
                color: #fff;
                max-width:90%;
                padding-left:10%;
                float:left
            }
            .home__contact .home__contact_list .home__contact_list__box p span {
                color: #fff;
                font-size: 16px;
                display:block
            }
                .home__contact .home__contact_list .home__contact_list__box p a {
                    color: #fff;
                    display:inline-block;
                    font-size: 30px
                }
                .home__contact .home__contact_list .home__contact_list__box p a:hover {
                    text-decoration:none
                }
            .home__contact .home__contact_list .home__contact_list__box.h_whatsapp i {
                color: #25d366;
            }
            .home__contact .home__contact_list .home__contact_list__box.h_whatsapp:before {
                position: absolute;
                left: -35px;
                top: 55px;
                content: "veya";
                color: #006729;
                margin: 0 0 0 0;
                padding: 14px 10px 10px 10px;
                background-color: #fff;
                border-style: solid;
                border-width: 5px 5px 5px 5px;
                border-color: #fff;
                border-radius: 50px 50px 50px 50px;
                box-shadow: 0 0 1px 1px #006729 inset;
                text-align: center;
                width:58px;
                height:58px;
            }
.home__letscall {
    padding: 50px 0 0;
    background: url(/assets/img/letsyou_bg.jpg) repeat-y
}
.letscall__form {
    background: #f8f8f8;
    box-shadow: 0 35px 48px 0 rgba(0,0,0,.07);
    padding: 40px 50px 40px 50px;
    border-radius:5px;
    text-align:center;
    margin-bottom:30px
}
    .letscall__form .letscall__form__tab {
        border-bottom: 2px solid #dfe5e9;
        list-style:none;
        display:flex;
        margin:0 0 30px 0;
        padding:0
    }
        .letscall__form .letscall__form__tab li {
            float: left;
            position: relative;
            color: #7c98ac;
            padding:10px 20px;
            font-size:16px;
            font-family:Roboto-Bold, Arial
        }
            .letscall__form .letscall__form__tab li input[type=radio] {
                display:none
            }
            .letscall__form .letscall__form__tab li label {
                margin:0
            }
        .letscall__form .letscall__form__tab li .check {
            display: block;
            position: absolute;
            background: none;
            height: 2px;
            width: 100%;
            bottom: -2px;
            left: 0;
            z-index: 5;
        }

        .letscall__form .letscall__form__tab li:hover .check {
            background: #003960;
        }
            .letscall__form .letscall__form__tab li:hover label {
                color: #003960;
                cursor:pointer
            }

        .letscall__form .letscall__form__tab input[type=radio]:checked ~ .check {
            background: #003960;
        }


        .letscall__form .letscall__form__tab input[type=radio]:checked ~ label {
            color: #003960;
        }
    .letscall__form p {
        color: #003960;
        font-size:16px;
        text-align:left
    }
    .letscall__form input {
        border: #e2e2e2 solid 1px;
        border-radius: 5px;
        padding: 15px;
        background: #fff;
        width: 235px;
        margin-right: 15px
    }

    .letscall__form .letscall__btn {
        border: #79b530 solid 1px;
        border-radius: 5px;
        padding: 10px 30px;
        color: #fff;
        background: #79b530;
        margin: 30px  auto 0 auto
    }

/*about us*/
.page__header {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height:230px;
    text-align:center;
    position:relative
}
    .page__header .p_title {
        color: #fff;
        font-size: 46px;
        font-family: Roboto-Black, Arial;
        line-height:50px;
        position:relative;
        z-index:2
    }
    .page__header p {
        font-size: 18px;
        font-family: Roboto-Bold, Arial;
        color:#fff;
        position:relative;
        z-index:2
    }
    .page__header p a{
        color: #fff
    }
        .page__header p a:hover {
            text-decoration:none
        }
.bg-slider{
    background:url(/assets/img/bg-slider.png) repeat;
    width:100%;
    height:230px;
    position:absolute;
    top:0;
    z-index:1
}
.page__content {
    padding: 50px 0 100px
}
    .page__content h1 {
        color: #003960;
        font-size: 36px;
        font-family: Roboto-Black, Arial;
        text-align: center;
        position: relative;
        margin-bottom: 30px;
        padding-bottom:0
    }
        .page__content h1::after {
            position: absolute;
            width: 70px;
            height: 5px;
            background: #79b530;
            top: -20px;
            content: "";
            left: 50%;
            margin-left: -35px;
        }
    .page__content p {
        font-size: 14px;
        color: #5a5a5a
    }
    .page__content h2 {
        color: #79b530;
        font-size: 22px;
        font-family: Roboto-Bold, Arial;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 0
    }
    .page__content h3 {
        color: #003478;
        font-size: 18px;
        font-family: Roboto-Bold, Arial;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 0
    }
    .page__content b {
        color: #003478;
        font-family: Roboto-Bold;
        font-size: 16px
    }
    .page__content a {
        color: #003478;
    }
.list__content {
    list-style: none;
    padding: 0
}
    .list__content li {
        padding: 0px 0 10px 20px;
        list-style: none;
        position: relative;
        font-size: 14px;
        line-height: 150%;
        color: #242424;
    }
        .list__content li::before {
            content: "\2022 ";
            color: #003478;
            font-size: 26px;
            display: block;
            line-height: 26px;
            width: 13px;
            position: absolute;
            top: 0;
            left: 0;
        }
.dealer__gallery {
    background: url(/assets/img/dealer_content_bg.jpg) repeat;
    position:relative;
    width:100%;
    min-height:320px
}
    .dealer__gallery .container {
        position: relative;
        width: 100%;
        padding:0
    }
    .dealer__gallery .galler__content{
        position:absolute;
        top:-50px;
        margin:0 auto;
        width:100%;
    }
    .dealer__gallery .galler__content .item{
        padding:0 15px
    }
        .dealer__gallery .galler__content .item img{
            border-radius:5px
        }
    .dealer__gallery .owl-carousel {
        overflow: hidden;
        padding-bottom: 50px
    }
.team__content .owl-carousel {
    overflow: hidden
}
.dealer__gallery .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px
}

    .dealer__gallery .owl-theme .owl-dot {
        padding-bottom: 10px !important
    }

    .dealer__gallery .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 0 0 15px;
        cursor: pointer;
        background: #003478
    }

    .dealer__gallery .owl-theme .owl-dots .owl-dot.active span {
        width: 15px;
        height: 15px;
        background: none;
        border: 2px solid #003478;
    }
.dealer__team{
    padding:50px 0
}
    .dealer__team .big__title {
        max-width: 800px
    }
    .dealer__team .big__title h2{
        padding-right:20px
    }
        .dealer__team .big__title p {
            max-width:55%
        }
    .dealer__team .team__content .item {
        padding: 0 15px
    }

        .dealer__team .team__content .item img {
            border-radius: 5px;
            border:#e2e2e2 solid 1px
        }
        .dealer__team .team__content .item p {
            padding-top: 20px;
            text-align: center;
            font-size: 18px;
            color: #003960;
            font-family:Roboto-Black, Arial;
        }
            .dealer__team .team__content .item p span {
                text-align: center;
                font-size: 14px;
                color: #7f99bb;
                display:block;
                font-family: Roboto-Bold, Arial;
            }
.team__content .owl-carousel {
    overflow: hidden;
    padding-bottom: 50px
}
.team__content .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px
}

.team__content .owl-theme .owl-dot {
    padding-bottom: 10px !important
}

.team__content .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 0 0 15px;
    cursor: pointer;
    background: #003478
}

.team__content .owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    background: none;
    border: 2px solid #003478;
}

/*error page*/
.not-found-root{
     padding:50px 0
}
    .not-found-root h1 {
        display: block;
        font-size: 150px;
        line-height: 150px;
        color: #333;
        margin-bottom: 20px;
        text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
    }
    .not-found-root p {
        font-size:16px
    }

/*product*/
.product__list{
    padding:50px 0
}
    .product__list .big__title {
        max-width: 100%;
    }
        .product__list .big__title h2 {
            padding-right: 20px;
            text-transform: initial
        }
        .product__list .big__title h1 {
            padding-right: 20px;
            text-transform: initial;
            padding-bottom:0
        }
    .product__list .product__list_content {
        display: block !important;
        overflow: hidden
    }
        .product__list .product__list_content .item {
            float: left
        }
        .product__list .product__list_content .product__list_box {
            border: #e2e2e2 solid 1px;
            border-radius: 5px;
            -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.07);
            box-shadow: 0 5px 20px 0 rgba(0,0,0,.07);
            background: #fff;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            margin-bottom: 30px;
            display: block
        }
            .product__list .product__list_content .product__list_box:hover {
                -webkit-box-shadow: none;
                box-shadow: none;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -ms-transition: all 0.4s ease;
                text-decoration: none
            }
            .product__list .product__list_content .product__list_box .product__list_box_content {
                padding:20px 15px;
                min-height:245px
            }
                .product__list .product__list_content .product__list_box .product__list_box_content h3 {
                    color: #003478;
                    font-family:Roboto-Black, Arial;
                    font-size:18px;
                    padding-bottom:10px;
                    margin:0;
                    min-height:55px
                }
                .product__list .product__list_content .product__list_box .product__list_box_content p {
                    color: #6c6f70;
                    font-size: 14px;
                    padding:0;
                    margin:0
                }
    .product__list .owl-theme .owl-dots {
        position: absolute;
        width: 100%;
        top: auto;
        bottom: -10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px
    }

    .product__list .owl-theme .owl-dot {
        padding-bottom: 10px !important
    }

    .product__list .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 0 0 15px;
        cursor: pointer;
        background: #003478
    }

    .product__list .owl-theme .owl-dots .owl-dot.active span {
        width: 15px;
        height: 15px;
        background: none;
        border: 2px solid #003478;
    }
.page__dealer .dealer__content {
    background:#fff
}
    .page__dealer .dealer__content .dealer__img {
        position:relative;
        top:40px;
        left:auto
    }

.product__detail{
    padding:50px 0
}
    .product__detail .big__title {
        max-width: 100%;
    }

        .product__detail .big__title h2 {
            padding-right: 20px;
            text-transform: initial
        }
        .product__detail .big__title h1 {
            padding-right: 20px;
            text-transform: initial;
            padding-bottom:0
        }
.accordion {
    min-width: 765px
}
.accordion > .card {
    border: none
}
    .card-header {
        background: none;
        border-bottom: #e5eaf1 solid 1px;
        margin-bottom:0 !important;
        padding:0.75rem 0
    }
        .card-header button {
            color: #003478;
            width: 100%;
            text-align: left;
            font-family:Roboto-Bold, Arial;
            box-shadow:none
        }
            .card-header button:hover, .card-header button:active, .card-header button:focus {
                text-decoration: none
            }
        .card-header button i{
            float:right
        }
            .card-header button.collapsed {
                color: #7f99bb;
            }
            .card-header button:focus {
                box-shadow: none
            }
.card-body p {
    color: #242424
}
.tab-pane{
    padding:20px 0
}
.gray_bg {
    background: #eaeeef
}
.product__detail_content {
    display: flex;
    justify-content: space-between;
}
.product__detail_info{
    padding-right:30px
}
    .product__detail_info h3 {
        color: #79b530;
        font-size: 22px;
        font-family: Roboto-Bold, Arial;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 0;
        padding-top:40px
    }
    .product__detail_info a {
        color: #003478
    }
    .product__detail_info a:hover {
        color: #000;
        text-decoration:none
    }
.product_getoffer__Form{
    background:url(/assets/img/getoffer_bg.jpg) no-repeat center center;
    background-size:cover;
    border-radius:5px;
    color:#fff;
    padding:40px;
    max-width:340px;
    max-height:360px
}
    .product_getoffer__Form h3 {
        font-family: Roboto-Black, Arial;
        font-size: 18px;
        color: #fff
    }
    .product_getoffer__Form input {
        border: #e2e2e2 solid 1px;
        border-radius: 5px;
        padding: 15px;
        background: #fff;
        width: 235px;
        -webkit-box-shadow: 0 10px 24px rgba(0,0,0,.093231);
        box-shadow: 0 10px 24px rgba(0,0,0,.093231);
        margin-bottom: 15px
    }

    .product_getoffer__Form .getoffer__btn {
        border: #79b530 solid 1px;
        border-radius: 5px;
        padding: 15px;
        color: #fff;
        background: #79b530;
        width: 130px;
        -webkit-box-shadow: 0 10px 24px rgba(0,0,0,.093231);
        box-shadow: 0 10px 24px rgba(0,0,0,.093231);
        margin: 0
    }
    .product_getoffer__Form input::placeholder {
        color: #006b2b
    }

/*contact*/
.contact__content {
    padding: 50px 0 50px;
}
    .contact__content .contact__info {
        box-shadow: 0 10px 25px 0 rgba(25,54,86,.07);
        padding: 50px 0 50px 0;
    }
        .contact__content .contact__info .contact__info_box {
            padding: 0 34px;
            border-right: #e5eaf1 solid 1px;
            display:flex;
            align-items:center;
            justify-content:center
        }
        .contact__content .contact__info .bordernone {
            border-right: none
        }
        .contact__content .contact__info .contact__info_box i {
            float: left;
            color: #003478;
            font-size:36px
        }
        .contact__content .contact__info .contact__info_box p {
            margin: 0;
            float: left;
            max-width: 90%;
            padding-left: 5%;
            font-size: 16px;
            font-family: Roboto-Bold, Arial;
            color: #003478
        }
            .contact__content .contact__info .contact__info_box p span {
                display: block;
                color: #8aa3c2;
                font-size:14px;
                font-family:Roboto-Regular, Arial
            }
            .contact__content .contact__info .contact__info_box p a {
                display: block;
                color: #003478;
            }
.contact__us {
    padding: 70px 0 50px
}
    .contact__us form input, .contact__us form textarea {
        width: 100%;
        border: none;
        margin-bottom: 20px;
        border-bottom: #e5eaf1 solid 1px;
        padding: 10px 5px
    }
    .kvkk_check {
        width: auto !important;
        float:left;
        border: none;
        margin-right: 20px;
    }
    .kvkk_label {
        float: left;
        width: calc(100% - 50px);
    }
    #kvkk-error{ display:block!important}
    .contact__us form input::placeholder, .contact__us form textarea::placeholder {
        color: #7f99bb
    }
    .contact__us form .contact__btn {
        width:auto;
        padding:10px 30px;
        height:auto;
        margin-top:20px;
        line-height:inherit
    }
    .contact__us form input.error, .contact__us form textarea.error {
        margin-bottom: 20px;
        border-bottom: red solid 1px;
    }
#map {
    min-height: 400px
}
.whatsapp {
    background-color: #79b530;
    border-radius: 5px;
    justify-content: space-between;
    display: flex;
    padding: 18px 40px;
    align-items: center;
    background-image: url(/assets/img/whatsapp_bg.png);
    background-repeat: no-repeat;
    background-position: center right;
}
    .whatsapp p {
        color: #fff;
        margin: 0;
        font-family: Roboto-Black, Arial;
        font-size: 16px
    }
    .whatsapp a{
        color: #fff;
        font-family: Roboto-Bold, Arial;
        font-size: 30px
    }
    .whatsapp a i{
        float:left;
        margin-top:3px
    }
        .whatsapp a span {
            display:inline-block;
            float:left;
            padding-left:15px;
        }
.branches{
    padding:50px 0 0
}
    .branches .big__title {
        max-width: 800px;
    }

        .branches .big__title h2 {
            padding-right: 20px;
            text-transform: initial
        }
        .branches .big__title p {
            max-width:50%
        }
    .branches .home__product {
        padding: 0 0 50px
    }

.support__service_phone {
    background-color: #e60018;
    border-radius: 5px;
    justify-content: space-between;
    display: flex;
    padding: 18px 40px;
    align-items: center;
    background-image: url(/assets/img/support_service_phone_bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    margin:30px 0
}

    .support__service_phone p {
        color: #fff;
        margin: 0;
        font-family: Roboto-Black, Arial;
        font-size: 16px
    }

    .support__service_phone a {
        color: #fff;
        font-family: Roboto-Bold, Arial;
        font-size: 30px
    }

        .support__service_phone a span {
            display: inline-block;
            float: left;
            padding-left: 15px;
        }
.support__service_title {
    font-size: 30px;
    font-family: Roboto-Black, Arial;
    color: #003960;
    max-width:500px;
    margin-top:100px;
    text-align:center
}
.support__service_title span{
    color: #79b530
}
ul.teminat-icon-set {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
    ul.teminat-icon-set li {
        width: 50%;
        float: left;
        padding: 10px 10px 10px 42px !important;
        font-size: 14px !important;
        position:relative
    }
        ul.teminat-icon-set li img {
            position: absolute;
            left: 0;
            top: 5px;
            width: 32px;
        }
.support__service_box{
    text-align:center
}
    .support__service_box img {
        max-width: 60%;
    }
    .support__service_box h4 {
        color: #003478;
        font-size: 18px;
        font-family: Roboto-Black, Arial;
    }
    .support__service_box h4 span{
        font-size: 14px;
        display:block;
        padding-top:5px;
        font-family: Roboto-Regular, Arial;
    }
    .support__service_box p {
        color: #5a5a5a
    }
.support__service_box_content {
    padding: 50px 0;
    position: relative;
}
    .support__service_box_content .big__title{
        z-index:2;
        margin-top:50px
    }
    .support__service_box_content .bgimg {
        background: url(/assets/img/dealer_content_bg.jpg) repeat;
        height: 50%;
        position: absolute;
        z-index: -1;
        width:100%;
        padding-top:50px
    }
.search__link {
    border-bottom: #d4d4d4 1px solid;
    padding:10px 0;
    display:inline-block;
    width:100%;
    font-size:16px;
}
.search__link span{
    font-size:14px;
    color:#79b530
}

table.list-table {
    border: #e8e8e8 1px solid;
}
    table.list-table th {
        padding: 10px;
        border-right: #e8e8e8 1px solid;
    }
    table.list-table td {
        border-top: #e8e8e8 1px solid;
        border-right: #e8e8e8 1px solid;
        padding:15px
    }
    table.list-table.product-table td em {
        color: #1c9d5b;
    }


.a_link{
    color:#003478;
    text-decoration:none
}
    .a_link:hover {
        color: #003960;
        text-decoration: none
    }

.blue__btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #003478;
    height: 50px;
    padding: 0 30px;
    line-height: 52px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    outline: none;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-block;
}
    .blue__btn:hover {
        background-color: #00449e;
        border-color: #00449e;
        color:#fff;
        text-decoration:none
    }

.b_title {
    color: #003960;
    font-size: 36px;
    margin-bottom: 30px;
    font-family: Roboto-Black, Arial;
    line-height: 42px;
}
.whatsapp_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/whatsapp-ico.png) no-repeat center center;
    width: 38px;
    height: 38px;
}
.hasar_islemleri_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/hasar-islemleri-ico.png) no-repeat center center;
    width: 80px;
    height: 90px;
}

.anlasmali_saglik_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/anlasmali-saglik-ico.png) no-repeat center center;
    width: 89px;
    height: 90px;
}

.anlasmali_oto_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/anlasmali-oto-ico.png) no-repeat center center;
    width: 98px;
    height: 90px;
}

.bize_ulasin_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/bize-ulasin-ico.png) no-repeat center center;
    width: 97px;
    height: 90px;
}
.arac_sigortalari_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/arac-sigortalari-ico.png) no-repeat center center;
    width: 70px;
    height: 58px;
}
.bsaglik_sigortalari_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/bireysel_saglik-sigortalari-ico.png) no-repeat center center;
    width: 71px;
    height: 71px;
}
.sorumluluk_sigortalari_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/sorumluluk-sigortalari-ico.png) no-repeat center center;
    width: 71px;
    height: 71px;
}
.evis_sigortalari_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/ev_isyeri-sigortalari-ico.png) no-repeat center center;
    width: 71px;
    height: 71px;
}
.nakliyat_sigortalari_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/nakliyat-icon.png) no-repeat center center;
    width: 70px;
    height: 59px;
}
.tarim_sigortalari_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/tarim-icon.png) no-repeat center center;
    width: 70px;
    height: 51px;
}
.muhendislik_sigortalari_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/muhendislik-icon.png) no-repeat center center;
    width: 70px;
    height: 68px;
}
.katilim_sigortalari_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/katilim-icon.png) no-repeat center center;
    width: 70px;
    height: 44px;
}
.branches_ico {
    display: inline-block;
    content: "";
    background: url(/assets/img/icon/branches-ico.png) no-repeat center center;
    width: 64px;
    height: 75px;
}
label.error {
    display: none !important
}

input.error {
    border: red solid 1px
}
@media (min-width: 769px) and (max-width: 1200px) {
    .accordion {
        min-width: 100%
    }
    .top__info .dealer__logo {
        font-size: 26px
    }

    .top__info ul li {
        padding: 0 20px
    }

        .top__info ul li:first-child {
            display: none
        }

        .top__info ul li a span {
            font-size: 14px
        }
    .slider-item {
        height: 600px;
    }

    .main__slider .slider-content {
        padding: 5%;
        width: 90%;
        top: 10%;
        left: 5%;
    }

        .main__slider .slider-content .slider_item__title .bnnr_title {
            font-size: 22px;
            line-height: 28px
        }

    .detail__btn {
        width: 140px
    }

    
    .dealer__content{ padding-bottom:50px}
    .dealer__content .dealer__img {
        position: relative;
        left: auto;
        top: auto;
        min-height: inherit;
        margin-bottom: 30px;
        border: none
    }

        .dealer__content .dealer__img img {
            position: relative;
            left: auto;
            top: auto;
            max-width: 100%;
            min-height: initial;
        }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .main__slider .slider-content {
        width: 60%;
        top:10%
    }
    .accordion {
        min-width: 100%
    }
}
@media only screen and (max-width: 768px) {
    .accordion {
        min-width: 100%
    }
    .top__info ul {
        display:inline
    }
    .top__info {
        display: block;
        height:145px
    }
    .top__menu .container {
        padding: 0
    }
    header {
        padding: 0
    }
    header .navbar {
        border-radius: 0;
        padding:15px
    }
    .search{
        height:70px;
        top:35px
    }
    .search-txt{
        line-height:50px
    }

    .top__info .dealer__logo {
        text-align: center;
        padding-top: 15px;
        position: absolute;
        top: 75px;
        width: calc(100% - 30px);
        font-size:26px
    }
        .top__info .dealer__logo .dealer_region{
            display:none
        }
        .top__info ul {
            padding-top: 20px;
            float: none;
        }
        .top__info ul li{
            padding-bottom:20px;
            border:none;
            display:none
        }
        .top__info ul li:last-child {
            text-align:center;
            padding:0px;
            margin:0 auto;
            display:block
        }
            .top__info ul li:last-child img{
                text-align: center;
                margin: 0 auto
            }
    header .dropdown-item {
        white-space:normal
    }
    .top__menu{
        position:relative;
        top:0
    }
    footer .social-media {
        font-size: 18px
    }
        footer .social-media ul {
            padding-left: 25px;
        }
            footer .social-media ul li a {
                padding: 0 15px;
            }
    footer .bottom .bottom__box {
        padding-bottom:20px
    }
    .slider-item {
        height: 500px;
    }
    .main__slider .slider-content{
        padding:5%;
        width:90%;
        top:10%;
        left:0;
    }
    .main__slider .slider-content .slider_item__title .bnnr_title{
        font-size:22px;
        line-height:28px
    }
    .detail__btn{
        width:140px
    }
    .main__slider .owl-theme .owl-dots {
        width: 100%;
        top: auto;
        bottom:10px;
        left:0
    }
    .getoffer__Form .getoffer__Form__box .getoffer_title{
        font-size:26px;
    }
    .getoffer__Form__box {
        width: 100%;
        position: relative;
        top: 0;
        display: block;
        text-align: center;
        padding:30px 15px;
    }
    .getoffer__Form__box input{
        margin-bottom:20px
    }
    .getoffer__Form input {
        width:100%
    }
    .home__services{
        padding-top:30px;
        padding-bottom:30px
    }
        .home__services .home__services__title {
            padding-bottom:10px;
            text-align:center
        }
            .home__services .home__services__title h2 {
                border: none;
                width: 100%;
                font-size:26px;
                line-height:36px
            }
            .home__services .home__services__title p {
                display: none
            }
        .home__services .owl-carousel {
            padding-bottom:30px
        }
        .home__services .owl-theme .owl-dots{
            bottom:0
        }
    .content-overlay {
        display:none
    }
    .home__services .service__box .service__box_content {
        position: relative;
        opacity: 1;
        color: #6c6f70;
        bottom:-50px
    }
    .home__services .service__box{
        display:block;
    }
    .home__services .service__box i{
        display: none
    }
        .home__services .service__box img {
            margin: 0 auto
        }
    
    .dealer__gallery .owl-theme .owl-dots {
        bottom: -10px
    }
        .dealer__content {
            padding-bottom: 50px;
            padding-top:30px
        }
    .dealer__content .dealer__img{
        position:relative;
        left:auto;
        top:auto;
        min-height:inherit;
        margin-bottom:30px;
        border:none
    }
    .dealer__content .dealer__img img{
        position: relative;
        left: auto;
        top: auto;
        max-width:100%;
        min-height:initial;
    }
    .home__product{
        padding:30px 0
    }
    .big__title{
        text-align:center;
        width:100%;
        padding-bottom:30px
    }
        .big__title h2 {
            border: none;
            width: 100%;
            font-size: 26px;
            line-height: 36px;
            margin:auto
        }

    .big__title p {
        display: none
    }
    .home__contact {
        padding: 30px 0 10px
    }
    .home__contact .home__contact_list{
        display:block
    }
    .home__contact .home__contact_list .home__contact_list__box{
        width:100%;
        float:none;
        margin-bottom:30px;
        overflow:hidden;
        padding:20px
    }
    .home__contact .home__contact_list .home__contact_list__box.h_whatsapp:before {
        display: none
    }
    .home__letscall{
        padding:30px 0
    }
    .letscall__form {
        padding: 20px;
        margin-bottom: 30px
    }
    .letscall__form input {
        margin-bottom: 20px;
        width:100%
    }
        .letscall__form .letscall__form__tab {
            overflow-y: scroll
        }
    .page__header .p_title{
        font-size:36px;
        line-height:42px
    }
    .page__content h1 {
        font-size: 24px
    }
    .b_title {
        font-size: 26px;
        line-height: 36px;
        text-align:center
    }
    .product__list{
        padding:30px 0
    }
    .product__detail_info h3{
        padding-top:0
    }
    .product__list .row {
        margin: 0
    }
    .product__list .container {
        padding: 0
    }
    .product__detail{
        padding:30px 0
    }
    .page__dealer .dealer__content .dealer__img {
        position: relative;
        top: 0;
        left: auto
    }
    .contact__content .contact__info .contact__info_box {
        margin-bottom:30px;
        justify-content:inherit
    }
    .whatsapp {
        display:block;
        overflow:hidden
    }
    .whatsapp p{
        width:100%
    }
    .whatsapp a{
        display: block;
        width:100%
    }
    .support__service_phone{
        display:block;
        overflow:hidden
    }
    .support__service_title {
        margin: 50px 0;
    }
    h1 {
        font-size: 26px;
    }
    .product__detail_content{
        display:block
    }
    .product__detail_info{
        padding-right:0;
        padding-bottom:30px
    }
    .home__product__box_content i{
        display:none
    }
    .home__product .home__product__box .home__product__box_content p{
        max-width:100%;
        padding-left:0
    }
    .home__product .home__product__box{
        min-height:290px
    }
    footer .social-media span{
        display:none
    }
    footer .footer-menu{
        padding-top:30px;
        display:none
    }
    .form-inline{
        display:none
    }
    .mobile__contact{
        display:block
    }
    .contact__content{
        padding:30px 0
    }
    .contact__us{
        padding:30px 0
    }
    .branches{
        padding-top:30px
    }
}
.kvvk-cookie {
    background-color: #242424;
    color: #fff;
    box-shadow: 0px 0px 15px #666;
    font-size: 14px;
    position: fixed;
    padding: 20px 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    bottom: 0;
    font-family: "Roboto-Regular", Arial
}

    .kvvk-cookie .container p {
        color: #fff
    }

    .kvvk-cookie .container a {
        color: #ffcc00;
        text-decoration: none
    }

        .kvvk-cookie .container a:hover {
            color: #18b636;
            text-decoration: none
        }

    .kvvk-cookie a.cerez, .kvvk-cookie a.cerez:link, .kvvk-cookie a.cerez:visited {
        color: #fff;
        text-decoration: none
    }

        .kvvk-cookie a.cerez:hover {
            text-decoration: underline;
        }

    .kvvk-cookie a.cerez-close {
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 35px;
        height: 35px;
        background-image: url(/assets/img/kapat.png);
    }
