html, body {
    padding: 0;
    margin: 0;
}
body {
    background-color: #FFFFFF;
}
.ufv2_bg_wait {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://estimate.ridester.com/img/preloader.gif) no-repeat center center;
    background-size: 50px 50px;
    background-color: #fff;
    z-index: 100001;
    opacity: 1;
}
#ufv2_main {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 636px;
    overflow: hidden;
}
#ufv2_main img {
    border: none;
}

#ufv2_main .ufv2_head {
    width: 100%;
    height: 48px;
    white-space: nowrap;
    display: block;
    background-color: #fff;
    border-bottom: 2px solid #31B0D5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
#ufv2_main .ufv2_head .logo {
    width: 195px;
    height: 100%;
    display: block;
    float: left;
    line-height: 48px;
    padding-left: 5px;
}
#ufv2_main .ufv2_head .logo img {
    width: auto;
    max-width: 195px;
    min-width: 120px;
    height: auto;
    max-height: 40px;
    vertical-align: middle;
}

#ufv2_main .ufv2_head .nav {
    display: block;
    float: right;
}

#ufv2_main .ufv2_head .nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 50px;
    line-height: 50px;
}
#ufv2_main .ufv2_head .nav ul li {
    display: block;
    float: left;
}
#ufv2_main .ufv2_head .nav ul li a {
    text-decoration: none;
    display: block;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    transition: all ease-in-out .5s;
}
#ufv2_main .ufv2_head .nav ul li a:hover, #ufv2_main .ufv2_head .nav ul li .active {
    background-color: #31B0D5;
    color: #FFFFFF;
}
#ufv2_main .ufv2_head .ufv2_m_tggle_btn {
    display: none;
}

#ufv2_main .ufv2_foot {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 73px;
    overflow: hidden;
    text-align: center;
    border-top: 2px solid #31B0D5;
    overflow: hidden;
    padding-bottom: 5px;
    z-index: 10000;
}
#ufv2_main .ufv2_foot .get_widget {
    margin: 0;
    font-size: 12px;
    height: 20px;
    margin-top: 13px;
}
#ufv2_main .ufv2_foot .get_widget a {
    text-decoration: none;
}

#ufv2_main .ufv2_foot .powered_by {
    font-size: 14px;
    height: 40px;
    margin: 0;
    text-align: center;
}
#ufv2_main .ufv2_foot .powered_by span {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 5px;
    font-weight: bold;
}

#ufv2_main .ufv2_body {
    width: 100%;
    height: 506px;
    min-height: 506px;
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
}
#ufv2_main .ufv2_body .ufv2_body_head {
    margin: 0;
    padding: 5px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #31B0D5;
}
#ufv2_main .ufv2_body .ufv2_body_head h1 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate, #ufv2_main .ufv2_body #ufv2_body_main_live_map, #ufv2_main .ufv2_body #ufv2_body_main_city_based, #ufv2_main .ufv2_body #ufv2_body_main_popular {
    display: none;
    min-height: 100%;
    position: relative;
}
#ufv2_main .ufv2_body .ufv2_active_main_container {
    display: block !important;
}
#ufv2_main .ufv2_body #ufv2_body_main_live_map {
    overflow: hidden;
    position: relative;
}

#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_map_container {
    width: 100%;
    height: 474px;
    overflow: hidden;
}
#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate_middle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    z-index: 100000;
    margin: 0 auto;
    transition: all ease-in-out 1s;
}
#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_animation {
    animation: ufv2_toast_animation ease-in 0.5s;
    -webkit-animation: ufv2_toast_animation ease-in 0.5s;
    -moz-animation: ufv2_toast_animation ease-in 0.5s;
    -o-animation: ufv2_toast_animation ease-in 0.5s;
    -ms-animation: ufv2_toast_animation ease-in 0.5s;
}
#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate_middle p {
    display: block;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    background-color: #000;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 10px 0;
    opacity: 1;
    transition: all ease-in-out 1s;
    font-size: 14px;
}
#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate {
    width: 500px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 1000;
    margin: 0 auto;
    transition: all ease-in-out 1s;
}
#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate .surge_increased {
    color: red;
}
#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate .surge_increased .s_time {
    font-size: 12px;
    color: #00ff00;
    display: block;
    margin-top: 8px;
}
#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate .surge_increased .location {
    color: #fff;
    margin-top: 8px;
    display: block;
}
#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate .surge_increased .heading {
    color: #ff0000;
    display: block;
}

#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate .surge_increased ul {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
    color: #adff2f;
    font-weight: bold;
    line-height: 18px;
}
#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate .surge_increased ul li span {
    text-transform: none;
}

#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate a {
    display: block;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    background-color: #000;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate a p {
    padding: 10px 20px;
    margin: 0;
    font-size: 14px;
}

#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate p span {
    color: #d9ff41;
}
#ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate a:hover {
    border: 1px solid #ff0000;
}
@media  screen and (min-width: 320px) and (max-width: 768px) {
    #ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate {
        right: 2px;
        margin: 0 10px;
        width: auto;
        left: 0;
    }
    #ufv2_main .ufv2_body #ufv2_body_main_live_map .ufv2_toast_container_estimate a p {
        padding: 3px;
        font-size: 12px;
    }
}

@keyframes  ufv2_toast_animation {
    0% {
        bottom: -200px;
        position: absolute;
    }
    100% {
        bottom: 0;
        position: relative;
    }
}

@-moz-keyframes ufv2_toast_animation {
    0% {
        bottom: -200px;
        position: absolute;
    }
    100% {
        bottom: 0;
        position: relative;
    }
}

@-webkit-keyframes ufv2_toast_animation {
    0% {
        bottom: -200px;
        position: absolute;
    }
    100% {
        bottom: 0;
        position: relative;
    }
}

@-o-keyframes ufv2_toast_animation {
    0% {
        bottom: -200px;
        position: absolute;
    }
    100% {
        bottom: 0;
        position: relative;
    }
}

@-ms-keyframes ufv2_toast_animation {
    0% {
        bottom: -200px;
        position: absolute;
    }
    100% {
        bottom: 0;
        position: relative;
    }
}

#ufv2_main .ufv2_body .ufv2_body_main_container {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 470px;
    position: relative;
}

#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_form {
    overflow: hidden;
    height: 350px;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_form .ufv2_body_form_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    margin: 0 50px;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_form .ufv2_body_form_box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_form {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_form .ufv2_input_group {
    text-align: center;
    margin: 0 50px;
    padding: 10px 0;
    font-weight: bold;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_form .ufv2_margin_top {
    margin-top: 50px;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_form p {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #BE1E2D;
    font-weight: 500;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_form .ufv2_error {
    padding: 10px;
    background-color: #F2DEDE;
    color: #A94442;
    text-align: center;
    font-size: 14px;
    margin: -38px 50px 0 50px;
    opacity: 0;
    visibility: hidden;
    text-transform: none;
    transition: all ease-in-out 0.4s;
    font-weight: normal;
}

#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_form .ufv2_input_group label {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_form .ufv2_error {
    padding: 10px;
    background-color: #F2DEDE;
    color: #A94442;
    text-align: center;
    font-size: 14px;
    margin: -38px 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.4s;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result {
    display: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 100px;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_name_city {
    margin: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #31B0D5;
}

#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container {
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    position: relative;
}

#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container h1 {
    padding: 0;
    margin: 0;
    font-size: 24px;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .ufv2_p_description {
    color: #666666;
    margin: 5px 0;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .ufv2_p_image {
    height: 80px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    position: relative;
    display: block;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .ufv2_arrow_container span {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 22px;
    display: none;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .ufv2_arrow_container {
    z-index: 3;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 85px;
}

#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .ufv2_arrow_container span:hover {
    color: #777777;
}

#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .ufv2_arrow_container .ufv2_left_arr {
    left: 0;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .ufv2_arrow_container .ufv2_right_arr {
    right: 0;
}

#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .ufv2_p_common {
    width: 100%;
    position: relative;
    margin: 2px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .ufv2_p_common span {
    float: right;
    display: block;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-left: 5px;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .ufv2_p_common .ufv2_p_t_t {
    float: left;
    display: block;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-right: 5px;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .ufv2_p_common .ufv2_dtl {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3px;
    left: 0;
    border-bottom: 1px dotted #CCCCCC;
    z-index: 1;
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .ufv2_city_based_result_item {
    text-align: center;
    width: 100%;
    transition: all ease-in-out 0.6s;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result .ufv2_city_based_result_container .active {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_form .ufv2_input_group {
    display: block;
    padding: 5px;
    text-align: center;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_form .ufv2_input_group label {
    font-size: 14px;
    text-transform: uppercase;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container {
    width: 100%;
    height: 465px;
    display: table;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    vertical-align: middle;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_meta_details {
    text-align: center;
    font-size: 14px;
    display: block;
    height: 72px;
    margin-top: 8px;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_meta_details p span {
    font-weight: 500;
}

#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_meta_details p {
    margin: 0;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_price_container {
    display: table-row;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_price_container .ufv2_price_details {
    position: relative;
    display: block;
    max-height: 200px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    overflow-y: auto;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_price_container .ufv2_price_details .ufv2_i_product {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_price_details .ufv2_i_product:hover .ufv2_price_details_dotted_border {
    border-bottom: 1px solid #00FF00;
}

#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_price_details .ufv2_i_product .ufv2_price_details_title {
    text-align: left;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 5px;
    font-size: 14px;
    color: #003385;
    font-weight: bold;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_price_details .ufv2_i_product .ufv2_price_details_dotted_border {
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    bottom: 0;
    border-bottom: 1px dotted #000;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_price_details .ufv2_i_product .ufv2_price_details_price {
    float: right;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-left: 5px;
    color: #BE1E2D;
    font-size: 14px;
    font-weight: 500;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social .ufv2_vdt_text, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social .ufv2_vdt_text {
    padding: 0;
    margin: 10px 0 0 0;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social .ufv2_vdt_link, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social .ufv2_vdt_link {
    margin: 5px 0;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social .ufv2_vdt_link a, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social .ufv2_vdt_link a {
    text-decoration: none;
    font-size: 13px;
    color: #BE2845;
}

#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social .ufv2_social, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social .ufv2_social {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social .ufv2_social li, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social .ufv2_social li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social .ufv2_social li a, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social .ufv2_social li a {
    display: block;
    font-size: 24px;
    transition: all ease-in-out .5s;
    color: #fff;
    padding: 5px;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social .ufv2_social li a:hover, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social .ufv2_social li a:hover {
    background-color: #275066;
}

#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social .ufv2_social li .ufv2_fb, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social .ufv2_social li .ufv2_fb {
    background-color: #3B5998;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social .ufv2_social li .ufv2_tw, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social .ufv2_social li .ufv2_tw {
    background-color: #00ACED;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social .ufv2_social li .ufv2_gp, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social .ufv2_social li .ufv2_gp {
    background-color: #DD4B39;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_form .ufv2_input_group .ufv2_estimate_new {
    border: none;
    color: #FFFFFF;
    background-color: #FFCD00;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all ease-in-out 0.8s;
    position: relative;
    outline: none;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_form .ufv2_input_group .ufv2_estimate_new i {
    font-size: 14px;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_form .ufv2_input_group .ufv2_estimate_new:hover {
    color: #FFFFFF;
    background-color: #6CBF3E;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social .ufv2_estimate_new_btn, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social .ufv2_estimate_new_btn {
    border: none;
    color: #FFFFFF;
    background-color: #FFCD00;
    padding: 8px 10px;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all ease-in-out 0.8s;
    position: relative;
    outline: none;
}
#ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_result_container .ufv2_ref_social .ufv2_estimate_new_btn:hover, #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_ref_social .ufv2_estimate_new_btn:hover {
    color: #FFFFFF;
    background-color: #6CBF3E;
}

#ufv2_main .ufv2_body .ufv2_body_main_content .ufv2_body_form .ufv2_input_group .ufv2_estimate_new:hover {
    color: #fff;
    background-color: #EC971F;
}

input[type=text] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 15px;
    margin: 5px 0;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    -o-text-overflow: clip;
    text-overflow: clip;
    word-spacing: 2px;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
input[type=text]:focus, input[type=text]:active {
    border: 1px solid #31B0D5;
}
input[type=text]:disabled {
    cursor: not-allowed;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
#ufv2_main .ufv2_body #ufv2_body_main_popular .ufv2_body_popular_list {
    width: 100%;
    height: 426px;
    overflow-y: auto;
    display: none;
}
#ufv2_main .ufv2_body #ufv2_body_main_popular .sw_est_btn {
    border: none;
    color: #FFFFFF;
    background-color: #FFCD00;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all ease-in-out 0.8s;
    position: relative;
    outline: none;
    display: block;
    margin: 6px auto auto auto;
}
#ufv2_main .ufv2_body #ufv2_body_main_popular .ufv2_body_popular_detail {
    width: 100%;
    height: 385px;
    overflow-y: auto;
    display: none;
}
#ufv2_main .ufv2_body #ufv2_body_main_popular .ufv2_body_popular_list .err_display, #ufv2_main .ufv2_body #ufv2_body_main_popular .ufv2_body_popular_detail .err_display {
    font-size: 14px;
    color: #ff0000;
    text-transform: uppercase;
    text-align: center;
    display: none;
}
#ufv2_main .ufv2_body #ufv2_body_main_popular .ufv2_location_heading {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
#ufv2_main .ufv2_body #ufv2_body_main_popular .ufv2_location_heading b {
    color: #ff0000;
}

#ufv2_main .ufv2_body #ufv2_body_main_popular table {
    border-collapse: collapse;
    width: 100%;
}

#ufv2_main .ufv2_body #ufv2_body_main_popular th, #ufv2_main .ufv2_body #ufv2_body_main_popular  td {
    text-align: left;
    padding: 8px;
}

#ufv2_main .ufv2_body #ufv2_body_main_popular tr:nth-child(even) {
    background-color: #f2f2f2;
}

#ufv2_main .ufv2_body #ufv2_body_main_popular th {
    background-color: #4CAF50;
    color: white;
}
#ufv2_main .ufv2_body #ufv2_body_main_popular table thead tr th {
    text-transform: uppercase;
    font-size: 13px;
}

#ufv2_main .ufv2_body #ufv2_body_main_popular table tbody tr td {
    font-size: 14px;
}
#ufv2_main .ufv2_body #ufv2_body_main_popular table, th, td {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
#ufv2_main .ufv2_body #ufv2_body_main_popular table tbody tr {
    cursor: pointer;
}
#ufv2_main .ufv2_body #ufv2_body_main_popular .ufv2_body_popular_detail table tbody tr {
    cursor: auto;
}
#ufv2_main .ufv2_body #ufv2_body_main_popular table tbody tr:hover, #ufv2_main .ufv2_body #ufv2_body_main_popular table tbody tr:hover td:first-child {
    color: #CC0000;
}

#ufv2_main .ufv2_body #ufv2_body_main_popular table tbody tr td:first-child {
    color: #551AA5;
}
#ufv2_main .ufv2_body #ufv2_body_main_popular table td a {
    text-decoration: none;
}

#ufv2_main .ufv2_body #ufv2_body_main_popular table td b {
    color: #FFA631;
}

@media  screen and (min-width: 320px) and (max-width: 582px) {
    input[type=text] {
        text-align: center;
    }
    #ufv2_main .ufv2_body #ufv2_body_main_estimate .ufv2_body_form .ufv2_body_form_container {
        margin: 0;
    }
    #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_form .ufv2_input_group {
        margin: 40px 0 0 0;
    }
    #ufv2_main .ufv2_head .nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        bottom: 0;
        z-index: 10000;
        margin-left: 100%;
        background-color: #fff;
        width: 100%;
        height: 510px;
        visibility: hidden;
        transition: all ease-in-out 1s;
    }
    #ufv2_main .ufv2_head .show {
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        bottom: 0;
        z-index: 10000;
        margin-left: 0;
        background-color: #fff;
        visibility: visible;
    }
    #ufv2_main .ufv2_head .show ul, #ufv2_main .ufv2_head .nav ul {
        width: 100%;
        height: 100%;
    }
    #ufv2_main .ufv2_head .show ul li, #ufv2_main .ufv2_head .nav ul li {
        display: block;
        float: none;
    }
    #ufv2_main .ufv2_head .nav ul li a, #ufv2_main .ufv2_head .nav ul li a {
        padding-left: 30px;
    }

    #ufv2_main .ufv2_head .ufv2_m_tggle_btn {
        display: block;
        position: absolute;
        right: 5px;
        top: 10px;
        width: 28px;
        height: 28px;
        background-color: #fff;
        cursor: pointer;
        padding: 3px;
        z-index: 10000;
    }
    #ufv2_main .ufv2_head .ufv2_m_tggle_btn .bar1 {
        margin-top: 5px !important;
    }

    #ufv2_main .ufv2_head .ufv2_m_tggle_btn .bar1, #ufv2_main .ufv2_head .ufv2_m_tggle_btn .bar2, #ufv2_main .ufv2_head .ufv2_m_tggle_btn .bar3 {
        width: 20px;
        height: 3px;
        background-color: #000;
        margin: 4px 4px;
        transition: all ease-in-out 0.4s;
    }

    #ufv2_main .ufv2_head .active .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px) ;
        transform: rotate(-45deg) translate(-6px, 6px) ;
    }
    #ufv2_main .ufv2_head .active .bar2 {
        opacity: 0;
    }
    #ufv2_main .ufv2_head .active .bar3 {
        -webkit-transform: rotate(45deg) translate(-4px, -4px) ;
        transform: rotate(45deg) translate(-4px, -4px) ;
    }
    #ufv2_main .ufv2_body #ufv2_body_main_city_based .ufv2_city_based_result {
        padding: 0;
    }
}