@media (min-width: 300px) and (max-width: 576px) {
    .mobile-padding {
        padding: 0 40px;
    }
}

@media (min-width: 300px) {





    #header {
        padding: 10px 0;
    }

    #logo {
        width: 150px;
    }

    #mobile-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: var(--color-ateneo-blue);
        cursor: pointer;
        margin-right: 5px;
    }

        #mobile-icon path {
            fill: #fff;
        }

    #menu {
        position: fixed;
        max-width: 320px;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        background: var(--color-ateneo-blue);
        display: none;
        padding: 20px;
    }

        #menu #menu-close {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            overflow: hidden;
            background: #fff;
            margin-left: auto;
            cursor: pointer;
            font-size: 16px;
        }

            #menu #menu-close path {
                fill: var(--color-ateneo-blue);
            }

        #menu ul li {
            position: relative;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding-right: 10px;
        }

            #menu ul li a {
                display: block;
                padding: 10px 0;
                color: #fff;
                font-weight: 500;
                transition: all ease 0.3s;
            }

            #menu ul li svg {
                margin-left: 10px;
            }

            #menu ul li path {
                color: #fff;
            }

            #menu ul li a:hover {
                color: var(--color-orange);
                transition: all ease 0.3s;
            }

            #menu ul li:hover .sub-menu {
                display: block;
            }

        #menu .sub-menu li a {
            color: var(--color-yale-blue);
        }

    .sub-menu {
        width: 100%;
    }

    #header-whatsapp #wa-icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    #header-whatsapp #wha-text {
        display: none;
    }

    .choose-box {
        width: 188px;
        height: 188px;
        padding: 15px;
    }

        .choose-box:before {
            width: 213px;
            height: 213px;
        }

        .choose-box .mini-box {
            width: 60px;
            height: 60px;
            left: -10px;
            top: -10px;
            padding: 15px;
        }

        .choose-box .c-box-head {
            font-size: 16px;
        }

        .choose-box .c-box-desc {
            font-size: 12px;
        }

    .get-offer-box {
        width: 165px;
        border-radius: 85px 85px 20px 20px;
    }

        .get-offer-box .go-box-icon {
            width: 100%;
            height: 175px;
        }

            .get-offer-box .go-box-icon img {
                width: 75px;
            }

            .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-text {
            padding: 10px;
        }

            .get-offer-box .go-box-text * {
                font-size: 14px;
            }

    .getOfferSlider .swiper-slide:before {
        display: none;
    }

    #home-slider {
        margin-bottom: 20px;
    }

    #headline {
        margin-bottom: 20px;
    }

        #headline #headline-inner #headline-image {
            display: none;
        }

        #headline #headline-inner #headline-text {
            width: 100%;
            height: auto;
            padding: 20px;
            background: var(--color-orange);
        }

            #headline #headline-inner #headline-text #text-inner {
                padding: 0;
            }

                #headline #headline-inner #headline-text #text-inner * {
                    font-size: 16px;
                }

    #icon-boxes {
        margin-bottom: 20px;
    }

    .icon-box {
        width: 140px;
    }

        .icon-box .box-icon-text {
            padding: 10px;
        }

            .icon-box .box-icon-text * {
                font-size: 14px;
            }

    .get-offer-head {
        max-width: 500px;
        width: 100%;
        height: 45px;
        margin: 0 auto 20px auto;
    }

        .get-offer-head:before {
            height: 25px;
        }

        .get-offer-head .go-icon {
            width: 45px;
            height: 45px;
        }

        .get-offer-head .text-head {
            font-size: 16px;
            line-height: 45px;
        }

    #brand-slider {
        margin-bottom: 20px;
    }

    #search-box {
        margin-bottom: 20px;
    }

        #search-box #search-box-inner {
            height: auto;
            padding: 20px;
        }

            #search-box #search-box-inner:before, #search-box #search-box-inner:after {
                display: none;
            }

            #search-box #search-box-inner .get-offer-head {
                display: none;
            }

    #input-box {
        width: 100%;
    }

        #input-box .global-soft-head {
            margin-bottom: 10px;
        }

            #input-box .global-soft-head * {
                font-size: 18px;
            }

    .global-soft-head {
        margin-bottom: 10px;
    }

        .global-soft-head * {
            font-size: 18px;
        }

    #custom-results .car-boxes {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 576px) {

    #headline #headline-inner #headline-image {
        display: block;
        padding: 20px;
    }

    #headline #headline-inner #headline-text {
        width: 50%;
    }

    .icon-box {
        width: 175px;
    }

    .get-offer-head {
        max-width: 500px;
        height: 65px;
        margin: 0 auto 20px auto;
    }

        .get-offer-head:before {
            height: 45px;
        }

        .get-offer-head .go-icon {
            width: 65px;
            height: 65px;
        }

        .get-offer-head .text-head {
            font-size: 25px;
            line-height: 65px;
        }

    #custom-results .car-boxes {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    #header {
        padding: 30px 0;
    }

    #logo {
        width: 250px;
    }

    .getOfferSlider .swiper-slide:before {
        display: block;
    }

    #custom-results .car-boxes {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    #mobile-icon {
        display: none;
    }

    #menu {
        width: calc(100% - 125px);
        max-width: none;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        display: block;
        background: transparent;
        padding: 0;
    }

        #menu #menu-close {
            display: none;
        }

        #menu > ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            #menu > ul li a {
                display: block;
                color: var(--color-ateneo-blue);
                font-weight: 500;
                transition: all ease 0.3s;
                font-size: 14px;
                padding: 10px;
            }

                #menu > ul li a:hover {
                    color: var(--color-orange);
                    transition: all ease 0.3s;
                }

    #header-whatsapp {
        width: 125px;
    }

        #header-whatsapp a {
            font-size: 14px;
        }

        #header-whatsapp #wa-icon {
            width: 35px;
            height: 35px;
            font-size: 20px;
        }

        #header-whatsapp #wha-text {
            width: 95%;
            text-indent: 20px;
            display: block;
            font-size: 10px;
        }

    #headline #headline-inner #headline-text {
        position: relative;
        width: 500px;
        height: 500px;
        background: url("../images/2.png") no-repeat center;
        background-size: contain;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        #headline #headline-inner #headline-text #text-inner {
            padding: 0 40px;
        }

    #search-box {
        margin-bottom: 80px;
    }

        #search-box #search-box-inner {
            height: 350px;
            padding-top: 100px;
        }

            #search-box #search-box-inner:before, #search-box #search-box-inner:after {
                display: block;
            }

            #search-box #search-box-inner .get-offer-head {
                display: block;
            }

    #input-box {
        width: 500px;
    }

        #input-box .global-soft-head {
            margin-bottom: 10px;
        }

            #input-box .global-soft-head * {
                font-size: 25px;
            }

    .global-soft-head {
        margin-bottom: 50px;
    }

        .global-soft-head * {
            font-size: 30px;
        }

    #headline #headline-inner #headline-text #text-inner * {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    #custom-results .car-boxes {
        grid-template-columns: repeat(4, 1fr);
    }

    .sub-menu {
        width: 200px;
    }

    #menu ul li path {
        color: var(--color-yale-blue);
    }
}

@media (min-width: 1400px) {
    #menu {
        width: calc(100% - 170px);
    }

        #menu ul li a {
            font-size: 16px;
            padding: 20px;
        }

    #header-whatsapp {
        width: 170px;
    }

        #header-whatsapp a {
            font-size: 18px;
        }

        #header-whatsapp #wa-icon {
            width: 50px;
            height: 50px;
            font-size: 30px;
        }

        #header-whatsapp #wha-text {
            width: 90%;
            height: 30px;
            text-indent: 20px;
            font-size: 12px;
        }

    .getOfferSlider {
        padding: 40px 0;
    }

        .getOfferSlider .swiper-slide:before {
            top: 110px;
        }

    .get-offer-box {
        width: 230px;
        border-radius: 115px 115px 20px 20px;
    }

        .get-offer-box .go-box-icon {
            width: 100%;
            height: 245px;
        }

            .get-offer-box .go-box-icon img {
                width: auto;
            }

            .get-offer-box .go-box-icon.orange-bg {
                background: url("../images/orange-bg-2.png") no-repeat center, #fff;
                background-size: cover;
            }

            .get-offer-box .go-box-icon.blue-bg {
                background: url("../images/blue-bg-2.png") no-repeat center, #fff;
                background-size: cover;
            }

        .get-offer-box .go-box-text {
            padding: 20px;
        }

            .get-offer-box .go-box-text * {
                font-size: 16px;
                line-height: 25px;
            }

    .get-offer-head {
        max-width: 560px;
        height: 85px;
    }

        .get-offer-head:before {
            height: 60px;
        }

        .get-offer-head .go-icon {
            width: 85px;
            height: 85px;
        }

        .get-offer-head .text-head {
            font-size: 30px;
            line-height: 85px;
        }

    .icon-box .box-icon-text {
        padding: 0 10px;
    }

        .icon-box .box-icon-text * {
            font-size: 18px;
        }

    .choose-box {
        width: 198px;
        height: 198px;
        padding: 20px;
    }

        .choose-box:before {
            width: 223px;
            height: 223px;
        }

        .choose-box .mini-box {
            width: 70px;
            height: 70px;
            left: -15px;
            top: -15px;
            padding: 10px;
        }

        .choose-box .c-box-head {
            font-size: 18px;
        }

        .choose-box .c-box-desc {
            font-size: 14px;
        }

    #custom-results .car-boxes {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100% !important;
    }
}
