﻿/*BRAND BASLANGIC*/
header.header-nav a.navbar_brand {
    max-width: 250px;
}
/*BRAND BITIS*/
/*SLIDER BASLANGIC*/
header.header-nav.menu_style_home_one.home2_style .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-style-one .slide {
    background-size: 100% 100%;
    width: 100%;
    max-width: 100%;
}



.owl-carousel .owl-stage-outer {
    max-height: 500px;
    min-height: 500px;
}

.inner_page_breadcrumb {
    background-size: 100% 100%;
}
/*SLIDER BITIS*/
/*FOOTER BASLANGIC*/
.f-main {
    padding: 6rem 0 2.5rem;
    background: #171717;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-menu ul {
    padding: 0;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    align-items: start;
}

    .footer-menu p {
        font-size: 1rem;
        color: #fff;
        font-weight: 700;
        margin-bottom: 1rem;
    }

._menu-items li {
    list-style: none;
}

    ._menu-items li a {
        text-decoration: none;
        color: #fff;
        font-weight: 300;
    }

._icons {
    font-size: 1.6rem;
}

.email {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

._icon {
    width: 2rem;
    cursor: pointer;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mm-0 > footer > div > div > div:nth-child(1) > div.email > a {
    color: #fff;
    text-decoration: none;
}

#mm-0 > footer > div > div > div:nth-child(1) > div.email > span > i {
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.footer-menu p:after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #fab100;
    margin-top: 1rem;
}

.footer-menu:hover p:after {
    width: 100%;
    transition: 0.5s;
}


.copyright {
    text-align: center;
    padding: 1rem 0;
    margin-top: 1rem;
    color: #fff;
}
/*FOOTER BITIS*/
/* ARAC SECIM BASLANGIC*/
.main-grid {
    margin-right: auto;
    margin-left: auto;
}
/* ARAC SECIM BITIS*/

/*MOBIL MENU BASLANGIC*/
.mm-menu_offcanvas {
    width: 100%;
    min-width: 100%;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    margin: 2rem 0;
    width: 100%;
}

stylehome1 .mm-panel ul.mm-listview li:first-child.mm-listitem {
    margin-top: 0px;
}

.mm-listitem {
    width: 100%;
}

/*MOBIL MENU BITIS*/

@media only screen and (max-width: 991px) {
    .home2_main_slider .banner-style-one .slide {
        background-size: 100% 100%;
        width: 100%;
        max-width: 100%;
    }

    .main-grid {
        margin-left: 3rem !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .home2_main_slider .banner-style-one .slide {
        background-size: 100% 100%;
        width: 100%;
        max-width: 100%;
    }

    .main-grid {
        margin-left: 0px !important;
    }

    .owl-carousel .owl-stage-outer {
        max-height: 400px;
        min-height: 400px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-menu {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-top: 1rem;
    }

    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.title {
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    letter-spacing: 0em !important;
    padding-left: 0px !important;
}


#header {
    position: relative;
    width: 100%;
    height: auto;
}

    #header #header-inner {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        #header #header-inner #header-right {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

#logo {
    position: relative;
    height: auto;
}

    #logo a {
        display: block;
    }

        #logo a img {
            display: block;
            max-width: 100%;
        }

#header-whatsapp {
    position: relative;
    height: auto;
}

    #header-whatsapp a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 500;
        color: var(--color-ateneo-blue);
    }

    #header-whatsapp #wa-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        overflow: hidden;
        background: #2bac64;
        color: #fff;
        z-index: 10;
    }

    #header-whatsapp #wha-text {
        position: absolute;
        right: 0;
        text-align: center;
        line-height: 30px;
        border-radius: 0 20px 20px 0;
        background: #ebecec;
    }

#home-slider {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

    #home-slider img {
        display: block;
        max-width: 100%;
        height: auto;
    }

#headline {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

    #headline #headline-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        #headline #headline-inner #headline-image {
            position: relative;
            width: 50%;
            height: auto;
        }

            #headline #headline-inner #headline-image img {
                display: block;
                max-width: 100%;
            }

        #headline #headline-inner #headline-text #text-inner {
            position: relative;
            width: 100%;
            height: auto;
            text-align: center;
            padding: 0 40px;
        }

            #headline #headline-inner #headline-text #text-inner * {
                font-weight: 600;
                display: block;
                color: #fff;
                margin-bottom: 15px;
            }

#icon-boxes {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

    #icon-boxes .swiper {
        padding: 30px 0;
    }

.icon-box {
    position: relative;
    height: auto;
    margin: 0 auto;
}

    .icon-box .box-icon-section {
        position: relative;
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 15px auto;
    }

        .icon-box .box-icon-section img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }

    .icon-box .box-icon-text {
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
    }

        .icon-box .box-icon-text * {
            color: var(--color-orange);
            font-weight: 600;
        }

#get-an-offer {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.get-offer-head {
    position: relative;
    width: 100%;
    margin: 0 auto 50px auto;
}

    .get-offer-head:before {
        position: absolute;
        content: "";
        width: 95%;
        background: var(--color-orange);
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 0;
        border-radius: 0 50px 50px 0;
    }

    .get-offer-head .go-icon {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        background: var(--color-yale-blue);
        overflow: hidden;
        padding: 10px;
    }

        .get-offer-head .go-icon img {
            display: block;
            max-width: 100%;
        }

    .get-offer-head .text-head {
        color: #fff;
        font-weight: 600;
        z-index: 10;
        text-align: center;
        position: relative;
    }

.getOfferSlider {
    padding: 40px 0;
}

    .getOfferSlider .swiper-slide {
        position: relative;
    }

        .getOfferSlider .swiper-slide:before {
            position: absolute;
            content: "";
            top: 80px;
            right: -50px;
            width: 100px;
            height: 10px;
            background: var(--color-orange);
        }

        .getOfferSlider .swiper-slide:last-child:before {
            display: none;
        }

.get-offer-box {
    position: relative;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 15px 65px -31px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    border: solid 1px #e0e0e0;
}

    .get-offer-box .go-box-icon {
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .get-offer-box .go-box-icon.orange-bg {
            background: url("../images/orange-bg.png") no-repeat center, #fff;
            background-size: cover;
        }

        .get-offer-box .go-box-icon.blue-bg {
            background: url("../images/blue-bg.png") no-repeat center, #fff;
            background-size: cover;
        }

        .get-offer-box .go-box-icon img {
            display: block;
            max-width: 100%;
        }

    .get-offer-box .go-box-text {
        position: relative;
        width: 100%;
        height: 150px;
        background: #fff;
        display: flex;
        align-items: center;
        text-align: center;
    }

        .get-offer-box .go-box-text * {
            display: block;
            width: 100%;
            color: var(--color-yale-blue);
            font-weight: 600;
        }

            .get-offer-box .go-box-text * span {
                color: var(--color-orange);
            }

#brand-slider {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.brandSlider {
    padding: 40px 0;
}

.brandSlider2 {
    padding: 10px 0;
}

.brandSlider3 {
    padding: 10px 0;
}

.brandSlider4 {
    padding: 10px 0;
}

.brandSlider .swiper-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.brandSlider2 .swiper-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.brandSlider3 .swiper-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.brandSlider4 .swiper-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

#search-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}

    #search-box #search-box-inner {
        position: relative;
        width: 100%;
        background: #ebecec;
    }

        #search-box #search-box-inner:before {
            position: absolute;
            content: "";
            width: 430px;
            height: 303px;
            left: 0;
            bottom: 0;
            background: url("../images/image2.png") no-repeat;
        }

        #search-box #search-box-inner:after {
            position: absolute;
            content: "";
            width: 260px;
            height: 172px;
            right: 35px;
            bottom: -68px;
            background: url("../images/image3.png") no-repeat;
        }

        #search-box #search-box-inner .get-offer-head {
            position: absolute;
            width: 325px;
            height: 75px;
            bottom: 40px;
            left: 380px;
            margin-bottom: 0;
        }

            #search-box #search-box-inner .get-offer-head:before {
                height: 50px;
            }

            #search-box #search-box-inner .get-offer-head .go-icon {
                width: 75px;
                height: 75px;
            }

            #search-box #search-box-inner .get-offer-head .text-head {
                font-size: 16px;
                line-height: 75px;
                text-align: left;
                text-indent: 90px;
            }

#input-box {
    position: relative;
    height: auto;
    margin-left: auto;
}

    #input-box .btn {
        background-color: var(--color-orange) !important;
        padding: 5px !important;
        width: 100% !important;
        border: none !important;
    }

#why-choose-us {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

    #why-choose-us .swiper-wrapper {
        padding: 50px 0;
    }

.global-soft-head {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

    .global-soft-head * {
        font-weight: 600;
        color: var(--color-yale-blue);
    }

.choose-box {
    position: relative;
    border: solid 2px var(--color-orange);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
}

    .choose-box:before {
        position: absolute;
        content: "";
        border: dotted 3px var(--color-orange);
        border-radius: 100%;
        z-index: -1;
        top: -14px;
        left: -14px;
    }

    .choose-box .mini-box {
        position: absolute;
        border-radius: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99;
        background: var(--color-yale-blue);
    }

        .choose-box .mini-box img {
            display: block;
            max-width: 100%;
        }

    .choose-box .c-box-head {
        display: block;
        width: 100%;
        color: var(--color-yale-blue);
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }

        .choose-box .c-box-head span {
            display: block;
        }

    .choose-box .c-box-desc {
        display: block;
        width: 100%;
        color: #000;
        line-height: 120%;
        opacity: .7;
    }

    .choose-box.box-style-orange {
        border: solid 2px var(--color-yale-blue);
    }

        .choose-box.box-style-orange:before {
            border: dotted 3px var(--color-yale-blue);
        }

        .choose-box.box-style-orange .mini-box {
            background: var(--color-orange);
        }

#footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: var(--color-ateneo-blue);
}

#footer-logo {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

    #footer-logo a img {
        display: block;
        max-width: 100%;
    }

#footer-social {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

    #footer-social ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
    }

        #footer-social ul li {
            margin-right: 10px;
        }

            #footer-social ul li path {
                fill: #fff;
            }

            #footer-social ul li a {
                width: 33px;
                height: 33px;
                background: var(--color-orange);
                border-radius: 100%;
                text-align: center;
                border: solid 2px var(--color-orange);
                transition: all ease 0.3s;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                #footer-social ul li a:hover {
                    background: transparent;
                    transition: all ease 0.3s;
                }

#footer-etbis {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

    #footer-etbis a img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

#footer-payments {
    position: relative;
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

    #footer-payments ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        #footer-payments ul li {
            margin: 10px;
        }

.footer-head {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-top: 10px;
}

    .footer-head * {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }

.footer-links {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

    .footer-links ul li a {
        display: block;
        padding: 10px 0;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        transition: all ease 0.3s;
    }

        .footer-links ul li a:hover {
            transition: all ease 0.3s;
            color: var(--color-orange);
        }

#footer-map-info {
    position: relative;
    width: 250px;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

    #footer-map-info #footer-map {
        position: relative;
        width: 100%;
        height: 165px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    #footer-map-info #footer-info {
        position: relative;
        width: 100%;
        height: auto;
    }

        #footer-map-info #footer-info ul li {
            margin-bottom: 10px;
        }

            #footer-map-info #footer-info ul li * {
                color: var(--color-ateneo-blue);
                font-size: 14px;
                font-weight: 500;
            }

            #footer-map-info #footer-info ul li span {
                display: block;
                margin-bottom: 5px;
            }

            #footer-map-info #footer-info ul li a {
                transition: all ease 0.3s;
            }

                #footer-map-info #footer-info ul li a:hover {
                    transition: all ease 0.3s;
                    color: var(--color-orange);
                }

#footer-copyright {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

    #footer-copyright * {
        font-size: 16px;
        color: #fff;
    }

    #footer-copyright a {
        transition: all ease 0.3s;
    }

        #footer-copyright a:hover {
            transition: all ease 0.3s;
            color: var(--color-orange);
        }

#custom-results {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

    #custom-results .car-boxes {
        position: relative;
        width: 100%;
        height: auto;
        display: grid;
    }

        #custom-results .car-boxes .car-box {
            position: relative;
            width: 250px;
            height: auto;
            margin: 0 auto;
        }

            #custom-results .car-boxes .car-box .car-image {
                /*position: relative;
                max-width: 200px;
                width: 100%;
                margin: 0 auto 10px auto;*/
                position: relative;
                max-width: 200px;
                width: 100%;
                margin: 0 auto 10px auto;
                height: 130px;
            }

                #custom-results .car-boxes .car-box .car-image img {
                    /*display: block;
                    max-width: 100%;*/
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }

            #custom-results .car-boxes .car-box .car-details {
                position: relative;
                width: 100%;
                height: auto;
                text-align: center;
                margin-bottom: 10px;
            }

                #custom-results .car-boxes .car-box .car-details * {
                    font-size: 16px;
                    font-weight: 600;
                    color: var(--color-yale-blue);
                }

            #custom-results .car-boxes .car-box .car-button {
                margin-bottom: 10px;
            }

                #custom-results .car-boxes .car-box .car-button * {
                    display: block;
                    margin: 0 auto;
                }

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 5px;
    border-top: solid 1px var(--color-yale-blue);
}

    .sub-menu li {
        display: block;
    }

        .sub-menu li a {
            padding: 15px !important;
        }


.ed_menu_list {
    padding-left: 15px;
    width: 100%;
    margin-bottom: 15px;
    background: #134369;
    padding: 10px 0;
    border-radius: 10px;
}

.cerror {
    border: 1px solid #AB3331;
    background-color: #ECC8C5;
}


#wha-text {
    font-size: 12px;
}

.about_content {
    margin-top: 0px;
}

.mbp_thumb_post p {
    font-family: Calibri !important;
    line-height: normal !important;
}
