﻿/************************************************************

    Find-car page CSS Starts


************************************************************/

.ad-search-bg {
    background-color: #f1f1f1;
}

    .ad-search-bg h2, .inner-page h5 {
        font-size: 20px;
        font-weight: 600;
        color: #222;
        padding-bottom: 20px;
    }

.browse-cate h2 {
    font-size: 25px;
    padding-bottom: 20px;
}

.browse-cate-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.browse-cate-list li {
    font: 200 14px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px dotted #e6e6e6;
    line-height: 30px;
}

    .browse-cate-list li:last-child {
        border: none;
    }

    .browse-cate-list li a {
        text-decoration: none;
        color: #1e2123;
        -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
        -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
        -o-transition: font-size 0.3s ease, background-color 0.3s ease;
        -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
        transition: font-size 0.3s ease, background-color 0.3s ease;
        display: block;
    }

        .browse-cate-list li a:before {
            content: "\f111 ";
            font-family: FontAwesome;
            margin-right: 7px;
            color: #bfbdbd;
            font-size: 7px;
            margin-left: 4px;
        }

        .browse-cate-list li a:hover {
            font-size: 14px;
            background: #f1f1f1;
            color: #000;
        }

.browse-bg2 {
    border-right: 1px #f1f1f1 solid;
}

.browse-cate span {
    font-size: 12px;
    font-style: italic;
    color: #000;
}
/*contact-nav.slider*/

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #f5f5f5;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

    .tab-slider--tabs:after {
        content: "";
        width: 50%;
        background: #241f20;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 250ms ease-in-out;
        border-radius: 35px;
    }

    .tab-slider--tabs.slide:after {
        left: 50%;
    }

.tab-slider--trigger {
    font-size: 17px;
    line-height: 10px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 30px;
}

    .tab-slider--trigger.active {
        color: #fff;
    }

.tab-slider--body {
    margin-bottom: 20px;
}

.tab-car-finder .well {
    border: none !important;
    line-height: 30px;
}

.sell-car-quest {
    font-size: 20px;
    font-weight: 600;
    color: #1262c3;
    padding-bottom: 20px;
}


.tab-car-finder :focus {
    outline: none;
}

.tab-car-finder input[type="text"] {
    font: 15px/24px "Lato", Arial, sans-serif !important;
    color: #333 !important;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc !important;
    margin: 0px !important;
}
.tab-car-finder textarea[type="text"] {
   float:none !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc !important;
    margin: 0px !important;
}

.tab-car-finder input[type="search"] {
    font: 15px/24px "Lato", Arial, sans-serif !important;
    color: #333 !important;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    box-shadow: none !important;
    box-shadow: none !important;
    margin: 0px !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc !important;
}

.tab-car-finder input[type="email"] {
    font: 15px/24px "Lato", Arial, sans-serif !important;
    color: #333 !important;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc !important;
    margin:0px !important;
}

.tab-car-finder input[type="number"] {
    font: 15px/24px "Lato", Arial, sans-serif !important;
    color: #333 !important;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc !important;
    margin:0px !important;
}

.effect-1,
.effect-2,
.effect-3 {
    border: 0;
    padding: 7px 0 !important;
    border-bottom: 1px solid #ccc !important;
}

    .effect-1 ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #222;
        transition: 0.4s;
    }

    .effect-1:focus ~ .focus-border {
        width: 100%;
        transition: 0.4s;
    }

.captcha-div input {
    width: 20% !important;
    background-color: #f5f5f5;
    margin-left: 5px;
    margin-top: -6px;
}


.option-div-form .radio {
    margin: 16px 0 !important;
    display: block;
    cursor: pointer !important;
}

.option-div-form .radio input {
    display: none;
}

    .option-div-form .radio input + span {
        line-height: 22px;
        height: 22px;
        padding-left: 22px;
        display: block;
        position: relative;
    }

        .option-div-form .radio input + span:not(:empty) {
            padding-left: 30px;
        }

        .option-div-form .radio input + span:before, .option-div-form .radio input + span:after {
            content: '';
            width: 22px;
            height: 22px;
            display: block;
            border-radius: 50%;
            left: 0;
            top: 0;
            position: absolute;
        }

        .option-div-form .radio input + span:before {
            background: #D1D7E3;
            transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
            transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
            transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
        }

        .option-div-form .radio input + span:after {
            background: #fff;
            -webkit-transform: scale(0.78);
            transform: scale(0.78);
            transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
            transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
            transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
        }

    .option-div-form .radio input:checked + span:before {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
        background: #222;
    }

    .option-div-form .radio input:checked + span:after {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
    }

.option-div-form radio:hover input + span:before {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}

.option-div-form .radio:hover input + span:after {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
}

.option-div-form .radio:hover input:checked + span:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.find-car-btn {
    position: relative;
    /*margin-top: 100px;*/
   
}

.find_new_vehicle {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #1262c3;
    text-decoration: none;
    font-size: 1.5em;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.5em 2em;
    border: 2px solid #1262c3;
    transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

    .find_new_vehicle::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #1262c3;
        transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
        z-index: -1;
    }

    .find_new_vehicle::after {
        content: "";
        display: inline-block;
        background-image: url("https://image.flaticon.com/icons/png/128/109/109617.png");
        position: absolute;
        top: 0;
        left: calc(100% - 3em);
        right: 3em;
        bottom: 0;
        background-size: 1.5em;
        background-repeat: no-repeat;
        background-position: center;
        transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
    }

    .find_new_vehicle:hover {
        padding: 0.5em 3.5em 0.5em 0.5em;
        text-decoration: none !important;
        color: #2a6496;
    }

        .find_new_vehicle:hover::before {
            left: calc(100% - 3em);
            right: 0;
            transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
        }

        .find_new_vehicle:hover::after {
            right: 0;
            transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
        }


.find-car-opts {
    padding-top: 30px;
    display: inline-block;
    margin: 0 auto;
}
.find-car-btn .form-element {
    float: none !important;
}



.more-less a {
    background-color: #dcdbdb;
    cursor: pointer;
    padding: 8px 15px;
    /* margin-top: 10px; */
    /* height: 20px; */
    position: absolute;
    margin-top: 6px;
    margin-bottom: 40px;
    color: #777373;
    font-size: 13px;
    transition:.35s;
}
.more-less a:hover {
    background-color: #f1f1f1;
}
    
    
    
    
    
    .button-find {
        border-radius: 0px;
        background-color: #135dab;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 18px;
        padding: 12px 30px;
        width: 200px;
        transition: all 0.5s;
        cursor: pointer;
    }

.button-find span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .button-find span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }
        .button-find:hover {
            background-color: #241f20 !important;
        }

    .button-find:hover span {
        padding-right: 25px;
       
    }

    .button-find:hover span:after {
        opacity: 1;
        right: 0;
    }

.find-car-pos {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

    
    
    #CaptchaImage {
        width: 20%;
    }

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    width: 100%;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/
    top: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    /*left line */
    position: absolute;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}


textarea, select, div.custom-select, input[type="text"], input[type="email"], input[type="date"], input[type="number"], input[type="search"] {
    float: none !important;
}


@media all and (max-width:767px) {
    .margin-tp {
        margin-top: 50px;
    }

    .tab-slider--trigger {
        font-size: 17px;
        line-height: 10px;
    }

    .browse-bg2 {
        margin-top: 7%;
    }
}


@media all and (max-width:480px) {
    .browse-bg2 {
        margin-top: 12%;
    }
}

@media all and (max-width:480px) {
    .browse-bg2 {
        margin-top: 12%;
    }

    .tab-slider--trigger {
        font-size: 16px;
        padding: 11px 10px;
    }
}


@media all and (max-width:375px) {
    .tab-slider--trigger {
        font-size: 13px;
        padding: 11px 6px;
    }

    .browse-bg2 {
        margin-top: 15%;
    }
}

@media all and (max-width:320px) {
    .tab-slider--trigger {
        font-size: 12px;
        padding: 11px 5px;
    }
    .browse-bg2 {
        margin-top: 18%;
    }
}




    /************************************************************

    Find-car page CSS Ends


************************************************************/
