/* Base CSS */
@import url(default.css);

:focus,
button:focus {
    outline: 0;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
button,
input[type="submit"] {
    cursor: pointer;
}

a {
    color: #1c223a;
    text-transform: inherit;
}

    a:hover,
    a :focus {
        color: #373d46;
        text-decoration: none;
    }

    a:focus {
        outline: 0 solid
    }

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 5px;
    line-height: 64px;
    font-weight: 600;
}

body {
    color: #2C2C2C;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: 'Rubik', sans-serif;
}

ul {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

p {
    line-height: 1.7;
}

a {
    transition: all 0.3s ease;
}

    a:hover {
        text-decoration: none;
    }


/* Header bar area Start */

.header-bar-area {
    top: 0;
    left: 0;
    z-index: 999;
    background: #2C2C2C;
    padding: 13px 0;
}


    /*sticky START CSS*/

    .header-bar-area.sticky {
        position: fixed;
        z-index: 999;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        width: 100%;
        top: 0;
        -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
        background: #2c2c2c;
        padding: 15px 0px !important;
    }


/* navbar */

/*.navbar-brand {
    font-size: inherit;
    line-height: inherit;
    white-space: nowrap;
}*/
.navbar-brand h1 {
    color: #fff;
    font-size: 40px;
    line-height: 47px;
}

/*.navbar-brand h4 {
    color: #252a31;
    font-size: 22px;
    display: inline-block;
    background-image: url('../img/brand-shape.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6px 24px;
    font-weight: 700;
}*/

.navbar-brand li > span {
    color: #fff;
    position: relative;
    left: -5px;
    font-size: 22px;
}

.navbar-brand span.mariusz {
    display: block;
    text-align: right;
    color: #c1cad4;
    font-size: 14px;
    position: static;
    padding-right: 50px;
    padding-top: 5px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bg-dark {
    background-color: transparent !important;
}

.main-menu li {
    display: inline-block;
}

.main-menu .nav-item {
    display: inline-block;
    padding-left: 35px;
    position: relative;
}

    .main-menu .nav-item .nav-link {
        color: #fff;
        font-size: 20px;
        padding: 0;
        line-height: 40px;
    }

        .main-menu .nav-item .nav-link.active {
            color: #32AD79 !important;
        }

.header_popup {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #A2BF02;
    padding: 10px 0;
}

    .header_popup.v2 {
        background: #E5E5E5;
    }

        .header_popup.v2 .header_popup_left .notification span {
            color: #E5E5E5;
        }

.header_popup_left ul li,
.header_popup_center ul li {
    display: inline-block;
}

    .header_popup_center ul li a {
        color: #000;
        padding: 0 10px;
        font-size: 20px;
        list-style: 40px;
    }

    .header_popup_left ul li a {
        color: #000;
        padding: 0 10px;
        font-size: 19px;
        line-height: 40px;
        text-decoration: underline;
        font-weight: 500;
    }

.header_popup_right ul li a {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}

    .header_popup_right ul li a img {
        margin-left: 10px;
    }

.header_popup_right li {
    position: relative;
}

.popup_dropdown {
    position: absolute;
    background: #fff;
    width: 200px;
    top: 50px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 0;
    transition: 0.3s;
}

    .popup_dropdown li:last-child a {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

.header_popup_right li:hover .popup_dropdown {
    visibility: visible;
    opacity: 1;
}

.popup_dropdown li a {
    display: block;
    font-size: 24px;
    color: #A2BF02;
    text-align: center;
    padding: 5px;
}

.popup_dropdown li:last-child a:hover {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.popup_dropdown li a.active,
.popup_dropdown li a:hover {
    background: #2c2c2c;
    color: #fff;
}

.header_popup_left .notification {
    position: relative;
}

.header_popup_center {
    text-align: center;
}

    .header_popup_center ul li {
        font-size: 20px;
        line-height: 40px;
    }

.header_popup_left .notification span {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #2c2c2c;
    color: #A2BF02;
    font-weight: 600;
    border-radius: 50%;
    top: 0;
    right: -15px;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
}

.hamburger-menu::before {
    position: absolute;
    top: 50%;
    left: 52px;
    content: "תפריט";
    color: #BFE200;
    font-size: 16px;
    font-weight: 600;
    transform: translateY(-50%);
}

.menu_btn ul li {
    display: inline-block;
    padding-right: 30px;
    cursor: pointer;
}

    .menu_btn ul li span {
        font-size: 20px;
        font-size:;
        color: #BFE200;
        line-height: 40px;
        font-weight: 500;
    }

.login_box {
    background: #fff;
    text-align: center;
    max-width: 500px;
    padding: 30px 40px 40px;
    position: absolute;
    left: 15px;
    top: 62px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    z-index: 99999;
}

.login_box_sm {
    background: #F2F2F2;
    text-align: center;
    width: 100%;
    padding: 30px 40px 40px;
    position: absolute;
    left: 0;
    top: 63px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.notification_popup {
    background: #fff;
    text-align: center;
    width: 100%;
    padding: 30px 40px 40px;
    position: absolute;
    left: 0;
    top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    box-shadow: 0 0 15px #ddd;
}

    .notification_popup .offer_desc {
        border: 1px solid #E5E5E5;
        border-top-color: transparent;
    }

    .notification_popup h5 {
        font-size: 24px;
    }

    .notification_popup .product_offer {
        background: #F2F2F2;
    }

        .notification_popup .product_offer p {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 0;
        }

    .notification_popup .product_offer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background: #F2F2F2;
        padding: 12px 30px 5px;
    }

.notification_item {
    margin-bottom: 20px;
}

.mobile_search_bar.open,
.notification_popup.open,
.login_box.open {
    visibility: visible;
    opacity: 1;
}

.login_box h5 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
}

.login_btn {
    background: #000;
    border-radius: 50px;
    color: #fff;
    display: block;
    padding: 10px 20px;
    font-size: 24px;
    line-height: 40px;
    transition: 0.3s;
    border: 2px solid transparent;
}

    .login_btn:hover {
        background: transparent;
        border: 2px solid #2c2c2c;
    }

.login_form h6 {
    font-size: 24px;
    line-height: 40px;
    margin: 20px 0;
}

.login_form input {
    height: 50px;
    border: 1px solid #2c2c2c;
    border-radius: 50px;
    width: 100%;
    padding: 10px 20px;
    transition: 0.3s;
}

    .login_form input::placeholder {
        color: #2c2c2c;
        font-size: 20px;
        opacity: 1;
    }

.login_box_sm .login_form .form-group {
    margin-bottom: 10px;
}

.login_box_sm .login_form input {
    height: 40px;
}

.close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
}

.account_btn {
    display: block;
    padding: 8px 0;
    border-radius: 50px;
    margin: 0 3px;
}

    .account_btn li {
        display: inline-block;
        margin: 0 -2px;
    }

        .account_btn li a {
            padding: 15px 44px 15px;
            border: 1px solid transparent;
            text-transform: capitalize;
            font-size: 20px;
            line-height: 40px;
            color: #fff;
            font-weight: 600;
        }

.got-propsal {
    background: #A2BF02;
    display: block;
    text-align: center;
    padding: 12px 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

    .got-propsal a {
        color: #fff;
        font-size: 24px;
        line-height: 40px;
        font-weight: 500;
    }

.starrr {
    display: inline-block;
}

    .starrr a {
        font-size: 35px;
        padding: 0 1px;
        cursor: pointer;
        color: #000;
        text-decoration: none;
    }

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.control__indicator {
    height: 24px;
    width: 24px;
}

.control--checkbox .control__indicator::after {
    height: 10px;
    left: 10px;
    top: 5px;
    width: 6px;
}

.search-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    margin-top: 20px;
}

    .search-btn i {
        color: #fff;
        text-align: center;
        line-height: 51px;
        font-size: 30px;
    }

.btn_2 {
    background-color: #D0D0D0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.btn_1 {
    background-color: #A2BF02;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/*Hamburger-menu START CSS*/

.hamburger-menu {
    display: none;
}

@media (max-width:991px) {
    .hamburger-menu {
        cursor: pointer;
        /*! position: absolute; */
        /*! left: 15px; */
        display: block;
        /*! top: -50px; */
    }
}

.hamburger-menu span {
    background: #A2BF02;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.hamburger-menu:hover .line-top {
    transform: translateY(-100%);
}

.hamburger-menu:hover .line-bottom {
    transform: translateY(100%);
}

    .hamburger-menu:hover .line-top.current,
    .hamburger-menu:hover .line-bottom.current {
        transform: 0;
    }

.hamburger-menu .line-top.current {
    transform: translateY(200%) rotate(135deg);
}

.hamburger-menu .line-center.current {
    opacity: 0;
}

.hamburger-menu .line-bottom.current {
    transform: translateY(-325%) rotate(-135deg);
}


/*ofcanvas-menu*/

.ofcavas-menu {
    position: fixed;
    width: 100%;
    /*! height: 100%; */
    background: #fff;
    z-index: 99;
    top: 0;
    display: block;
    left: -100%;
    transition: .3s;
    padding-top: 50px;
    padding-bottom: 20px;
}

    .ofcavas-menu.current {
        left: 0;
    }

    .ofcavas-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 50px;
        padding-left: 0;
        text-align: center;
    }

        .ofcavas-menu ul li a {
            color: #2c2c2c;
            font-size: 18px;
            font-weight: 500;
            padding: 12px;
            display: block;
        }

/*.ofcavas-menu ul li a.active {
    color: #32AD79
}

.ofcavas-menu ul li a:hover {
    color: #32AD79 !important;
}*/


/*return-to-top START CSS*/

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    color: #4DE2C1;
    position: fixed;
    bottom: 30px;
    right: 58px;
    z-index: 999999999999;
    border-radius: 50%;
    background: #13171d;
    display: none;
}

    .back-to-top i {
        color: #fff;
    }

.rating_box {
    /*position: fixed;
    width: 200px;
    bottom: 30px;
    left: 58px;
    z-index: 999999999999;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px rgb(0,0,0,0.1);*/
}

.login_box_1 {
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: fixed;
    width: 200px;
    height: 150px;
    bottom: 30px;
    left: 58px;
    z-index: 1;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px rgb(0, 0, 0, 0.1);
}

.login_box_2 {
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 150px;
    position: fixed;
    width: 200px;
    bottom: 200px;
    left: 58px;
    z-index: 1;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px rgb(0, 0, 0, 0.1);
}

.login_box_title h6 {
    font-size: 16px;
}

.login_box_title {
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.rating_title h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.rating_star ul li {
    display: inline-block;
}

    .rating_star ul li img {
        cursor: pointer;
        max-width: 15px;
    }

.rating_star_wrap {
    display: flex;
    justify-content: space-between;
    padding: 5px 8px;
}

    .rating_star_wrap p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

.ratin_btn {
    text-align: center;
    padding: 5px 0 10px;
}

    .ratin_btn a {
        font-size: 18px;
        line-height: 26px;
        color: #A2BF02;
        font-weight: 600;
        text-decoration: underline;
    }

/*Proloader START CSS*/

.proloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.loader_34 {
    /* Preloader */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .loader_34 .ytp-spinner {
        /* Spinner Container */
        position: absolute;
        left: 50%;
        top: 50%;
        width: 64px;
        margin-left: -32px;
        z-index: 18;
        pointer-events: none;
    }

        .loader_34 .ytp-spinner .ytp-spinner-container {
            pointer-events: none;
            position: absolute;
            width: 100%;
            padding-bottom: 100%;
            top: 50%;
            left: 50%;
            margin-top: -50%;
            margin-left: -50%;
            animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
            -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        }

    .loader_34 .ytp-spinner-rotator {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
        animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    }

    .loader_34 .ytp-spinner-left {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
    }

    .loader_34 .ytp-spinner-right {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .loader_34 .ytp-spinner-left {
        /* Position inside Container*/
        right: 50%;
    }

    .loader_34 .ytp-spinner-right {
        /* Position inside Container*/
        left: 50%;
    }

    .loader_34 .ytp-spinner-circle {
        box-sizing: border-box;
        position: absolute;
        width: 200%;
        height: 100%;
        border-style: solid;
        /* Spinner Color */
        border-color: #32AD79 #32AD79 transparent;
        border-radius: 50%;
        border-width: 6px;
    }

    .loader_34 .ytp-spinner-left .ytp-spinner-circle {
        left: 0;
        right: -100%;
        border-right-color: transparent;
        -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
        animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    }

    .loader_34 .ytp-spinner-right .ytp-spinner-circle {
        left: -100%;
        right: 0;
        border-left-color: transparent;
        -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
        animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    }


/* Preloader Animations */

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
    }

    to {
        transform: rotate(-130deg);
    }
}

.section_title {
    text-align: center;
    margin-bottom: 30px;
}

    .section_title.v2 {
        text-align: right;
        margin-bottom: 40px;
    }

    .section_title h3 {
        font-size: 35px;
        line-height: 40px;
    }


    .section_title p {
        font-size: 20px;
        line-height: 40px;
    }


.btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.btn.v1 {
    color: #fff !important;
    background: #2C2C2C;
    font-size: 24px !important;
    text-transform: uppercase !important;
    line-height: 40px !important;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 15px 30px !important;
    font-weight: 500 !important;
    border: 2px solid transparent;
    transition: 0.3s;
}

    .btn.v1:hover {
        color: #2c2c2c !important;
        background: #fff;
        border: 2px solid #2c2c2c;
    }

.btn.v2 {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    border-radius: 50px;
    padding: 10px 100px 12px;
    font-weight: 500;
    transition: 0.3s;
    background: #2C2C2C;
    display: inline-block;
    border: 2px solid transparent;
    transition: 0.3s;
}

    .btn.v2:hover {
        color: #2c2c2c;
        background: transparent;
        border: 2px solid #2c2c2c;
    }

.btn.v3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 18px;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 20px 85px;
    font-weight: 500;
    display: inline-table;
    transition: 0.3s;
    background: #2c2c2c;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

    .btn.v3:hover {
        color: #FFF;
        background: #333;
        border: 2px solid #2c2c2c;
    }

.btn.v4 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 18px;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 15px 55px;
    font-weight: 500;
    display: inline-table;
    transition: 0.3s;
}

    .btn.v4:hover {
        color: #32AD79;
        background: #fff;
        border: 2px solid transparent;
    }

.btn.v6 {
    color: #fff !important;
    background: #2C2C2C;
    font-size: 24px !important;
    text-transform: uppercase !important;
    line-height: 40px !important;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 10px 80px !important;
    font-weight: 600 !important;
    border: 2px solid transparent;
    display: block;
    transition: 0.3s;
}

    .btn.v6:hover {
        color: #2c2c2c !important;
        background: #fff;
        border: 2px solid #2c2c2c;
    }

.btn.v7 {
    color: #fff !important;
    background: #2C2C2C;
    font-size: 20px !important;
    text-transform: uppercase !important;
    line-height: 30px !important;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 9px 30px !important;
    font-weight: 500 !important;
    border: 2px solid transparent;
    display: block;
    transition: 0.3s;
    text-decoration: none;
}

    .btn.v7:hover {
        color: #2c2c2c !important;
        background: #fff;
        border: 2px solid #2c2c2c;
    }

.btn.v8 {
    color: #fff !important;
    background: #2C2C2C;
    font-size: 15px !important;
    text-transform: uppercase !important;
    line-height: 20px !important;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 10px 20px !important;
    font-weight: 500 !important;
    border: 2px solid transparent;
    display: inline-block;
    transition: 0.3s;
}

    .btn.v8:hover {
        color: #2c2c2c !important;
        background: #fff;
        border: 2px solid #2c2c2c;
    }

.btn.v9 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 18px;
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 21px 45px 22px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background: #2c2c2c;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

    .btn.v9:hover {
        color: #FFF;
        background: #333;
        border: 2px solid #2c2c2c;
    }

.px_2 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

/*--------------------------------
            Hero CSS
---------------------------------*/
.hero_section {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 730px;
    margin-top: 75px;
    border-bottom: 8px solid #BFE200;
}

.hero_content {
    display: flex;
    text-align: right;
    flex-direction: column;
    justify-content: center;
    height: 730px;
}

    .hero_content h1,
    .hero_content p {
        color: #fff;
    }

    .hero_content h1 {
        font-size: 88px;
        line-height: 108px;
    }

    .hero_content p {
        font-size: 24px;
        line-height: 30px;
        background: #D4D6D6;
        color: #2c2c2c;
        padding: 4px 15px 4px 0;
        margin-left: 170px;
        margin-bottom: 12px;
    }

.hero_btn {
    text-align: left;
    margin-left: 170px;
    margin-top: 30px;
}

/*--------------------------------
            Breadcrumb CSS
---------------------------------*/
.breadcrumb_section {
    background-position: center;
    background-size: cover;
    height: 260px;
    margin-top: 100px;
    border-bottom: 8px solid #BFE200;
    background-color: #2c2c2c;
}
.breadcrumb_section_not_top {
    background-position: center;
    background-size: cover;
    height: 260px;
    border-bottom: 8px solid #BFE200;
    background-color: #2c2c2c;
}
    .breadcrumb_section.v2 {
        margin-top: 70px;
        border-bottom: none;
    }

.breadcrumb_menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 55px;
    height: 300px;
    text-align: center;
}

.breadcrumb_section.v2 .breadcrumb_menu {
    padding-bottom: 120px;
}

.breadcrumb_menu h2 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
}

.breadcrumb_menu ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.breadcrumb_menu ul li {
    display: inline-block;
    padding: 0 5px;
}

/*--------------------------------
            Promo CSS
---------------------------------*/
.promo_section {
    padding: 120px 0;
}

.promo_item.v1 {
    display: flex;
    text-align: center;
    margin: 15px 0 60px 0;
}

.promo_txt_1 {
    position: absolute;
    top: 25px;
    right: 5px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}

.promo_item.v1 img {
    margin: 0 auto;
}

.promo_txt_2 {
    position: absolute;
    bottom: 90px;
    left: 20px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}

.promo_text {
    font-size: 20px;
    line-height: 40px;
}

.promo_item {
    text-align: center;
}

    .promo_item img {
        margin-bottom: 20px;
    }

/*--------------------------------
            Search box CSS
---------------------------------*/
.search_section {
    padding: 40px 0;
}

.search_bg {
    background-position: center;
    background-size: cover;
    height: 700px;
}

.search-form_wrap h4 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
}

.search_form .form-group input {
    height: 64px;
    border: 1px solid #2c2c2c;
    border-radius: 50px;
    width: 95%;
    padding: 10px 20px;
    transition: 0.3s;
}

    .search_form .form-group input:focus {
        border-color: #A2BF02;
    }

.search_form .form-group {
    margin-bottom: 15px;
}

    .search_form .form-group input::placeholder {
        color: #969696;
        font-size: 20px;
        line-height: 40px;
    }

.search_form .btn.v2 {
    margin-left: 30px;
}

.range_slider h6 {
    font-size: 20px;
    line-height: 40px;
}

.rnge_slider_uimg {
    margin: 10px 0 0 40px;
}

    .rnge_slider_uimg img {
        /*! width: 100%; */
    }

.range_slider.v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
}

.search_filter_wrap {
    background: #F2F2F2;
    border-radius: 80px;
    margin-bottom: 30px;
}

    .search_filter_wrap input {
        width: 100%;
        border: 1px solid #D3D3D3;
        height: 64px;
        border-radius: 50px;
        padding: 5px 10px;
    }

        .search_filter_wrap input:focus {
            border-color: #2c2c2c;
        }

        .search_filter_wrap input::placeholder {
            color: #ACACAC;
            font-size: 18px;
            font-weight: 500;
        }

    .search_filter_wrap .form-group {
        border-left: 1px solid #ddd;
        margin: 20px 0;
        padding: 0 20px;
    }

        .search_filter_wrap .form-group.v2 {
            padding-right: 0
        }

.form-group.v2 input {
    position: relative;
}

.form-group.v2 button.submit_btn {
    position: absolute;
    font-size: 24px;
    background: #BFE200;
    color: #fff;
    border-radius: 50px;
    border: none;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    padding: 12px 21px 12px;
    line-height: 1;
    font-weight: 600;
}

.search_btn {
    width: 100%;
    height: 100%;
    background: #2c2c2c;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    text-align: center;
    cursor
}

    .search_btn a span {
        color: #fff;
        font-size: 46px;
        line-height: 105px;
    }

.range_slider_txt {
    margin-top: 20px;
}

    .range_slider_txt h6 {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 5px;
    }

    .range_slider_txt p {
        font-size: 18px;
        text-align: center;
        background: #E5E5E5;
    }

.filter_result h5 {
    font-size: 24px;
}

.more_filter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .more_filter a {
        font-size: 24px;
        color: #A2BF02;
        font-weight: 600;
        line-height: 40px;
        margin-right: 30px;
        text-decoration: underline;
    }

/*--------------------------------
            Product CSS
---------------------------------*/
.product_item {
    margin-bottom: 30px;
    border: 1px solid transparent;
    position: relative;
}

    .product_item:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: transparent;
        border: 4px solid #BFE200;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
        z-index: -1;
    }

.product_img:before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    height: 32%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(22, 22, 23, 0) 80%, rgba(0, 0, 0, 0) 100%);
    border-radius: 4px;
    opacity: 1;
}

.product_item:hover:before {
    visibility: visible;
    opacity: 1;
}

.product-info {
    display: flex;
    justify-content: space-between;
}

.product_info_wrap {
    border: 1px solid #E5E5E5;
    border-top-color: transparent;
    padding: 35px 35px 20px;
}

.info_box {
    text-align: center;
}

    .info_box img {
        max-width: 40px;
        max-height: 44px;
    }

    .info_box p {
        font-size: 20px;
        line-height: 28px;
        margin: 10px 0;
    }

.product_img {
    position: relative;
}

    .product_img img {
        width: 100%;
    }

.read_more {
    font-size: 24px;
    line-height: 40px;
    color: #A2BF02;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    transition: 0.3s;
}

    .read_more:hover {
        color: #2C2C2C;
        text-decoration: underline;
    }

/*.product_img:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(57,55,54,1) 35%, rgba(255,255,255,1) 100%);
    content: "";

}*/
.product_img h5 {
    position: absolute;
    bottom: 15px;
    right: 25px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 40px;
    z-index: 99;
}

.load_more {
    display: inline-block;
    text-align: center;
}

    .load_more span {
        display: block;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }

    .load_more i {
        font-size: 20px;
    }

.ad_section {
    padding: 90px 0 30px;
}

.ad_box {
    position: relative;
}

    .ad_box h4 {
        /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;*/
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 0;
        text-align: center;
        border: 1px solid #2c2c2c;
        display: block;
        padding: 100px;
    }

/*--------------------------------
            Advice Section CSS
---------------------------------*/
.advice_section {
    padding: 60px 0;
}

.advice_item {
    background: #FAFAFA;
    text-align: center;
    padding: 15px 15px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    transition: 0.3s;
}

    .advice_item:hover {
        border: 1px solid #ACACAC;
    }


.advice_item_active {
    border: 1px solid #000;
}

.advice_item img {
    max-width: 74%;
    margin-bottom: 10px;
}

.advice_item h4 {
    font-size: 24px;
    line-height: 40px;
}

/*--------------------------------
            Footer CSS
---------------------------------*/
.footer_section {
    background: #2C2C2C;
    padding: 80px 0 30px;
}

.footer_widget h5,
.footer_widget h6,
.footer_widget p,
.footer_widget a,
.copyright_left p,
.copyright_right p {
    color: #fff;
}

.footer_widget h5,
.footer_widget h6 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 500;
}

.footer_widget h5 {
    font-weight: 400;
}

.footer_widget p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}

.footer_widget .link {
    margin-top: 40px;
    font-size: 20px;
    line-height: 40px;
    display: block;
}

.footer_widget ul li a {
    font-size: 20px;
    line-height: 40px;
}

.footer_social ul li {
    display: inline-block;
    padding: 0 13px;
}

    .footer_social ul li:first-child {
        padding-right: 0;
    }

    .footer_social ul li a {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
    }

.br {
    border-top: 3px solid #BFE200;
    margin: 25px 0 15px;
}

.footer_social ul li a i {
    color: #2C2C2C;
    font-size: 28px;
    line-height: 48px;
}

    .footer_social ul li a i.fa-facebook-f {
        font-size: 34px;
        position: relative;
        top: 9px;
        left: 5px;
    }

.copyright_right {
    text-align: right;
}

.copyright_left {
    text-align: left;
}

    .copyright_left p,
    .copyright_right p {
        font-size: 18px;
        line-height: 40px;
    }

/*--------------------------
Range Slider
------------------------------*/

.range-slider-area .rs-range {
    width: 100%;
    -webkit-appearance: none;
}

    .range-slider-area .rs-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #2c2c2c;
        /*border: 0 solid #010101;*/
        border-radius: 15px;
        margin-right: 10px;
    }

    .range-slider-area .rs-range::-moz-range-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        box-shadow: none;
        background: #2c2c2c;
        border: 0 solid #010101;
        border-radius: 15px;
        margin-right: 10px;
    }

    /*.range-slider-area .rs-range::-moz-range-track::before{
    background-position: center;
    background-size: cover;
    height: 100%;
    widows: 100%;
    background-image: url(../img/map.png);
    position: absolute;
    top: 0;
    left: 0;
}*/
    /*.rs-label:before{
    background-position: center;
    background-size: cover;
    height: 100%;
    widows: 100%;
    background-image: url(../img/map.png);
    position: absolute;
    top: 0;
    left: 0;
}*/
    .range-slider-area .rs-range::-webkit-slider-thumb {
        border: 2px solid #2c2c2c;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: #BFE200;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -11px;
        position: relative;
        top: 3px;
    }

    .range-slider-area .rs-range::-moz-range-thumb {
        border: 2px solid #2c2c2c;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: #BFE200;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -11px;
        position: relative;
        top: 3px;
    }

    .range-slider-area .rs-range::-moz-focus-outer {
        border: 0;
    }

/*
.range-slider-area .rs-label {
  position: relative;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: inline-block;
  background: transparent;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  margin-left: 0;
  color: #2c2c2c;
  font-weight: 400;
  font-size:18px;
  transform: translateX(-50px);
  background-image: url(../img/map.png);
  background-repeat: no-repeat;
}*/
.range-slider-area .rs-label {
    position: relative;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    display: inline-block;
    background: transparent;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 18px;
    margin-right: -10px;
    color: #2c2c2c;
    font-weight: 400;
    font-size: 18px;
    transform: translateX(-10px);
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: 102%;
    width: 78px;
    height: 65px;
    background-size: 30px;
    padding-right: 30px;
}

    .range-slider-area .rs-label::after {
        content: " ק״מ";
        font-size: 18px;
        font-weight: 400;
        margin-top: 0;
        float: right;
    }

.range-slider-area input {
    border: none;
    height: auto;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.range-slider-area .range-slider {
    position: relative;
}

.range-slider-area.v1 .range-slider {
    margin: 0 48px 0 5px;
}

.range-slider-area.v2 .range-slider {
    margin: 0 48px 0 20px;
}

.range-slider-area.v3 .range-slider {
    margin: 0 48px 0 20px;
}

.range-slider-area.v2 .rs-label,
.range-slider-area.v3 .rs-label {
    font-size: 15px
}

    .range-slider-area.v2 .rs-label::after,
    .range-slider-area.v3 .rs-label::after {
        font-size: 15px;
    }

.range-slider-area.v3 .rs-label {
    transform: translateX(68px) !important;
}

.range_car {
    position: absolute;
    top: 88%;
    right: 7px;
    transform: translateY(-50%);
    max-width: 48px;
}

.range-slider-area {
    position: relative;
}


.swiper-pagination-bullet {
    width: 36px;
    height: 35px;
    display: inline-block;
    border-radius: 100%;
    background: #C9CDD2;
    opacity: 1;
    line-height: 2.1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 20px;
    right: 30px;
    width: auto;
    left: auto;
}

.swiper-pagination-bullet-active {
    background: #BFE200;
}

/*-----------------------------
            Request CSS
----------------------------------*/
h5.car_msgg_title {
    font-size: 20px;
    line-height: 40px;
    margin: 10px 0 5px 0;
}

.car_msg textarea {
    border-radius: 0;
    border-color: #2c2c2c;
}

.car_msg.v1 textarea {
    height: 140px;
}

.form-group.car_msg textarea::placeholder {
    font-size: 24px;
    color: #ACACAC;
    line-height: 40px;
}

.car_msg textarea::placeholder {
    font-size: 24px;
    line-height: 36px;
}

.add-listing__input-file-box {
    position: relative;
    background-size: contain;
}

.input-file {
    width: 100%;
    height: 140px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

    .input-file::placeholder {
        font-size: 17px;
        line-height: 40px;
    }

.input-file-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #2c2c2c;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .input-file-wrap p {
        color: #acacac;
        margin-bottom: 0;
        font-size: 17px;
    }

.add_more {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

    .add_more a {
        text-decoration: underline;
        font-size: 17px;
        color: #969696;
    }

    .add_more.v9 a {
        color: #333;
    }

.search_box_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.btn.v5 {
    background: #2c2c2c;
    color: #fff;
    border-radius: 50px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 34px 8px;
}

.search_box_title h2 {
    font-size: 35px;
    line-height: 40px;
}

.search_box_title .btn.v5 {
    margin-right: 15px;
}

.nice-select.hero__form-input {
    width: 100%;
    border-radius: 50px;
    height: 64px;
    text-align: right !important;
    font-size: 24px;
    line-height: 60px;
    padding-right: 21px;
    color: #acacac;
    border-color: #2c2c2c;
}

.form-group.v4 input {
    position: relative;
    width: 100%;
    border: 1px solid #2c2c2c;
    height: 64px;
    border-radius: 50px;
    padding: 5px 15px;
}

.form-group.v4 {
    position: relative;
}

    .form-group.v4 input::placeholder {
        font-size: 24px;
    }

    .form-group.v4 button.submit_btn {
        position: absolute;
        font-size: 24px;
        background: #BFE200;
        color: #fff;
        border-radius: 50px;
        border: none;
        top: 49.6%;
        left: 10px;
        transform: translateY(-50%);
        padding: 12px 21px 12px;
        line-height: 1;
        font-weight: 600;
    }

.modal-open .modal {
    padding-right: 0 !important;
}

.modal-dialog {
    max-width: 61%;
}

.modal-header {
    background: #F2F2F2;
    padding: 10px 0;
    text-align: center;
    display: block;
}

    .modal-header .close {
        float: right;
        opacity: 1;
        top: 7px;
        right: 13px;
        position: relative;
    }

        .modal-header .close img {
            max-width: 30px;
        }

    .modal-header h4 {
        display: block;
        text-align: center;
        line-height: 40px;
        font-size: 24px;
        margin: 0;
    }

.modal-body .form-group input {
    width: 100%;
    border: 1px solid #2c2c2c;
    height: 64px;
    border-radius: 50px;
    padding: 5px 10px;
}

.hero__form-input.maf.nice-select.open .list {
    border-radius: 30px;
    border: 1px solid #ddd;
}

.hero__form-input.maf.nice-select .option {
    padding: 10px 0;
    border-bottom: 1px solid #2c2c2c;
    margin: 0 15px;
}

    .hero__form-input.maf.nice-select .option:hover,
    .hero__form-input.maf.nice-select .option.focus,
    .hero__form-input.maf.nice-select .option.selected.focus {
        background-color: transparent;
        color: #2c2c2c;
    }

    .hero__form-input.maf.nice-select .option:last-child {
        border-bottom: none;
    }

    .hero__form-input.maf.nice-select .option.selected.focus {
        font-weight: 400;
        color: #ccc;
    }

/*-----------------------------
            Request CSS
----------------------------------*/
.content_wrapper {
    margin-top: 150px;
    padding: 60px 0;
}

.all_req {
    text-align: left;
}

    .all_req a {
        font-size: 35px;
        line-height: 40px;
        font-weight: 300;
    }

        .all_req a i {
            position: relative;
            top: 2px;
        }

.req_docs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat_box {
    padding: 20px;
    height: 550px;
    overflow-x: hidden !important;
}

.chat_box_wrap.v1 .chat_box {
    padding: 20px 27px 20px 20px;
}

.chat_box_wrap.v1 .chat_box_title h2 {
    padding: 3px 15px;
    position: relative;
}

.chat_box.v2 {
    height: 350px;
}

.upload_img {
    position: relative;
    overflow: hidden;
}

    .upload_img input {
        position: absolute;
        font-size: 50px;
        opacity: 0;
        right: 0;
        top: 0;
    }

.req_table .table th {
    border: none;
}

.req_table .table td {
    background: #FAFAFA;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    min-width: 150px;
}

.maf_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.amf_flex p,
.amf_flex .amf_img {
    display: inline-block;
}

.amf_img.v9 {
    min-width: 40px;
    margin-right: 15px;
}

.amf_flex .amf_img {
    margin: 0 0 0 20px;
}

.maf_flex {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
}

.br_2 {
    border-bottom: 2px solid #ddd;
    margin: 30px 0;
}

.amf_img {
    margin-right: 29px;
}

.req_docs h6 {
    font-size: 20px;
    margin-bottom: 0;
}

.req_docs {
    padding: 15px 42px;
}

    .req_docs p {
        margin-bottom: 0;
        font-size: 20px;
        position: relative;
        right: -13px;
    }

.product_offer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #E5E5E5;
    padding: 12px 30px 5px;
}

    .product_offer h6 {
        font-size: 20px;
        line-height: 28px;
    }

.product_item.v2 {
    margin-bottom: 35px;
}

    .product_item.v2:before {
        display: none;
    }

    .product_item.v2 .product_info_wrap {
        border-bottom: none;
    }

.offer_desc {
    display: block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px 0;
}

.get_offer {
    display: block;
    text-align: center;
    background: #2c2c2c;
    padding: 12px 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

    .get_offer a {
        color: #fff;
        font-size: 24px;
        line-height: 40px;
        font-weight: 500;
    }

    .get_offer button {
        background: none;
        color: #fff;
        font-size: 24px;
        line-height: 40px;
        font-weight: 500;
    }

.chat_box_wrap {
    border: 1px solid #ddd;
    /*margin-top: 98px;*/
}

.chat_box_title h2 {
    display: block;
    font-size: 20px;
    line-height: 40px;
    background: #E5E5E5;
    padding: 8px 35px;
    position: relative;
}

.chat_sub_title {
    position: relative;
}

.chat_sub_hover {
    position: absolute;
    width: 162px;
    background: #fff;
    padding: 10px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    top: 32px;
    right: -170px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 9999;
}

    .chat_sub_hover .product-info {
        margin-left: 0 !important;
    }

    .chat_sub_hover.show {
        visibility: visible;
        opacity: 1;
    }

.chat_sub_title h3 {
    font-size: 20px;
    line-height: 40px;
    position: relative;
    text-decoration: underline;
}

.chat_sub_hover .info_box img {
    max-width: 25px;
}

.chat_sub_hover .info_box p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
}

.triangle {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 48%;
    left: -9px;
    box-sizing: border-box;
    border: 11px solid transparent;
    border-color: transparent transparent #fff #fff;
    transform: rotate(48deg);
    box-shadow: -3px 3px 3px 0 rgb(225, 225, 225, 0.5);
}

.chat_item_client h6 {
    font-size: 20px;
    line-height: 30px;
    color: #A2BF02;
}

.chat_sub_title p {
    font-size: 20px;
    line-height: 25px;
}

.chat_box.v2 .chat_item_admin,
.chat_box.v2 .chat_item_client {
    padding: 0 20px;
}

.chat_item_admin p,
.chat_item_client p {
    font-size: 20px;
    line-height: 30px;
}

.chat_item_admin h6 {
    font-size: 20px;
    text-decoration: underline;
    line-height: 30px;
    margin: 20px 0 5px;
}

.chat_box.v2 .chat_item_admin {
    margin: 15px 0 20px;
}

    .chat_box.v2 .chat_item_admin h6 {
        margin: 0px 0 5px;
        text-decoration: none;
    }

.chat_input {
    display: block;
    width: 100%;
    padding: 20px 15px;
}

.upload_img {
    position: absolute;
    top: 4px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    border-radius: 50%;
    border: 1px solid #2c2c2c;
    text-align: center;
    cursor: pointer;
}

    .upload_img img {
        max-width: 8px;
        position: relative;
        left: 1px;
    }

.send_msg {
    position: absolute;
    top: 0px;
    left: 16px;
    background: #2c2c2c;
    padding: 8px 20px;
    border-radius: 50px;
}

    .send_msg a {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        line-height: 1;
    }

.send_msg_btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: 0px;
    left: 16px;
    background: #2c2c2c;
    padding: 8px 20px;
    border-radius: 50px;
}

input.chat_field {
    width: 100%;
    position: relative;
    border-radius: 50px;
    height: 40px;
    border: 1px solid #2c2c2c;
}


/*------------------------------
            user Dashboard
---------------------------------*/

p.search_box-title {
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
}

.dropdown_box.v2 {
    margin: 10px 0;
}

.search_filter_wrap.v2 input::placeholder {
    font-size: 24px;
    font-weight: 400;
}

.input-group.date input {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

    .input-group.date input::placeholder {
        text-align: center;
        font-size: 24px;
        color: #acacac;
    }

.search_filter_wrap .form-group.no_br {
    border-left: none;
}

.dropdown_box.v2 {
    margin: 18px 19px;
}

.search_filter_wrap.v2 input {
    border-color: #2c2c2c;
}

.search_filter_wrap.v2 .search_btn a span {
    position: relative;
    top: 38%;
    transform: translateY(-50%);
    line-height: 30px;
}

.search_filter_wrap.v2 .form-group {
    margin: 20px 0px;
    padding: 0 20px 10px;
}

.search_filter_wrap.v2 {
    padding-right: 20px;
}

.req_table.v2 td h5 {
    line-height: 40px;
    font-size: 20px;
    color: #A2BF02;
}

.req_table.v2 td p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
}

.req_table.v2 .table td {
    background: transparent;
    min-width: 150px;
}

.bottom_title {
    font-size: 24px;
    text-decoration: underline;
    margin-bottom: 0;
}

.page_navigation {
    text-align: left
}

    .page_navigation p,
    .page_navigation ul {
        display: inline-block;
    }

    .page_navigation p {
        margin-left: 20px;
        font-size: 22px;
        margin-bottom: 0;
        font-weight: 300;
    }

    .page_navigation ul li {
        display: inline-block;
    }

        .page_navigation ul li.page_num a {
            width: 40px;
            height: 40px;
            background: #f1f1f1;
            color: #2c2c2c;
            margin: 0 5px;
            display: inline-block;
            text-align: center;
            font-size: 20px;
            font-weight: 500;
            line-height: 40px;
        }

        .page_navigation ul li.arrow a i {
            font-size: 20px;
        }

.setting_icon {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 15px;
}

.mobile_search_bar {
    position: absolute;
    background: #F2F2F2;
    z-index: 9;
    padding: 40px 60px;
    top: 0;
    left: 15px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

    .mobile_search_bar .form-group {
        margin: 0 0 20px 0 !important;
    }

.setting_icon {
    cursor: pointer;
}

.mobile_search_bar .close_btn {
    top: 20px;
    right: 20px;
}

.mobile_search_bar h4 {
    line-height: 1.2;
    display: inline-block;
}

.maf_ext {
    min-width: 180px !important;
    position: relative;
}

    /*.maf_ext a {

    margin-top: 30px;

}*/
    .maf_ext a.btn.v7 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 23px !important;
        padding: 12px 30px !important;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    }

.req_table.v2.style1 tbody tr:hover {
    background: #FAFAFA
}

/*-----------------------------
        Garage Details
------------------------------*/
.garage_details {
    margin: -60px 0 30px;
}

.garage_details_item {
    background-position: center;
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
}

.garage_img {
    position: relative;
}

    .garage_img img {
        width: 100%;
    }

.garage_address p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.garage_details_txt {
    padding: 20px 0;
}

.garage_details_txt {
    margin-top: 28px;
}

.garage_sm_box {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 150px;
    height: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

input[type="checkbox"] {
    width: 30px;
    height: 30px;
    background-color: greenyellow;
    color: greenyellow;
}

.garage_sm_box p {
    font-size: 20px;
}

.price_title {
    background: #E5E5E5;
}

    .price_title p {
        font-size: 20px;
        padding: 12px 13px 12px 5px;
        line-height: 1;
        margin-bottom: 0;
    }

.single_product_price {
    margin-bottom: 20px;
}

.price_desc h5 {
    font-weight: 400;
    line-height: 1;
    margin: 22px 0 20px;
}

.price_desc p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 12px 10px;
}

.price_desc {
    border: 1px solid #f1f1f1;
}

.progress_bar_section {
    padding: 30px 0;
}

.progress_bar_section_title {
    margin-bottom: 30px;
}

    .progress_bar_section_title h4 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 600;
    }

    .progress_bar_section_title p {
        font-size: 20px;
        line-height: 40px;
        display: inline-block;
    }

        .progress_bar_section_title p span {
            margin-left: 8px;
        }

.circle div {
    position: absolute;
    bottom: 25px;
    left: 5px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.progressbar h5 {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 1.2;
}

.client_testimonial_section {
    margin-bottom: 30px;
}

.single_quote_item {
    border: 1px solid #BFE200;
    padding: 20px;
    margin-bottom: 20px;
}

    .single_quote_item p {
        margin-bottom: 0;
    }

.client_quote p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 40px;
}

.client_name h5 {
    line-height: 40px;
}

.client_name p {
    line-height: 40px;
    font-size: 20px;
    display: block;
}

.quote_date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 20px;
}

    .quote_date h5 {
        line-height: 40px;
        font-weight: 500;
        font-size: 20px;
    }

.price_btn {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin: 40px 0 10px;
}

.price_btn_hover {
    box-shadow: 0 0 10px #ddd;
    position: absolute;
    bottom: 120%;
    background: #fff;
    left: -30px;
    width: 161px;
    padding: 8px 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 9;
}

    .price_btn_hover p {
        font-size: 12px;
        line-height: 22px;
    }

.price_btn:hover .price_btn_hover {
    visibility: visible;
    opacity: 1;
}

.amf_flex {
    min-width: 140px !important;
}

    .amf_flex.v9 {
        min-width: 200px !important;
    }

.req_table td a {
    text-decoration: underline;
    font-size: 20px;
}

.req_table td h6 {
    line-height: 40px;
    font-size: 18px;
}

.req_table td p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.table_dropdown_wrap h6 {
    line-height: 30px !important;
    font-size: 18px !important;
    margin-bottom: 0;
    font-weight: 500;
}

.table-header th h6 {
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.req_table.v2 .table td {
    vertical-align: middle;
}

.table_dropdown_wrap {
    text-align: center;
    cursor: pointer;
    margin-top: 36px;
}

.table_dropdown i {
    font-size: 34px;
    line-height: 1;
}

.table_dropdown_box {
    position: absolute;
    top: 192px;
    left: 15px;
    background: #fff;
    width: 170px;
    text-align: center;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: 0.3s;
}

    .table_dropdown_box.open {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .table_dropdown_box ul li a {
        display: block;
        text-decoration: navajowhite;
        border-top: 3px solid #E5E5E5;
        border-right: 3px solid #E5E5E5;
        border-left: 3px solid #E5E5E5;
        padding: 25px 10px;
        font-weight: 600;
    }

    .table_dropdown_box ul li:last-child a {
        border-bottom: 3px solid #E5E5E5;
    }

.form-group.v4 button.submit_btn.v3 {
    position: absolute;
    font-size: 24px;
    background: transparent;
    color: #2c2c2c;
    border-radius: 50px;
    border: none;
    top: 48%;
    left: 8px;
    transform: translateY(-50%);
    padding: 12px 21px 12px;
    line-height: 40px;
    font-weight: 300;
}

.form-group.v9 {
    padding: 0 10px 10px !important;
}

.loginErr {
    padding: 14px;
}

    .loginErr > span {
        color: red;
    }


.search_btn.v9 a {
    top: 50px;
    position: relative;
}


.opinion-container {
    margin: 0 auto;
    width: 400px;
    font-size:20px;
}

    .opinion-container .starrr {
        width: 250px;
        float:left;
    }
