﻿.topbar {
    background-color: #242424;
}

.menubar .navbar .navbar-nav .nav-link {
    color: #fff;
}

/*.login-form-inner {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 50px 40px 50px;
    background: #fff;
    position: relative;
}*/

.login-form-inner .btn {
    height: 45px;
    margin-top: 0;
}

.login-section {
    background: #ffffff;
    padding: 15px 0;
}

.breadcrumb {
    margin-bottom: 0;
    background-color: #fff;
}

.login-section .form-group label {
    font-size: 13px;
    color: #242424;
    font-weight: 600;
}

.login-form-inner .form-group .left {
    display: inline-block;
}

.login-section .checkbox-element,
.register-section .checkbox-element {
    display: inline-block;
}

.register-section .checkbox-inner, .login-section .checkbox-inner {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #585869;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.register-section .checkbox-inner input,
.login-section .checkbox-inner input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.register-section .checkbox-inner .checkmark, .login-section .checkbox-inner .checkmark {
    position: absolute;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 2px solid #1fc8db;
    bottom: 5px;
}

.register-section .checkbox-inner .checkmark::after,
.login-section .checkbox-inner .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.register-section .checkbox-inner input:checked~.checkmark::after,
.login-section .checkbox-inner input:checked~.checkmark::after {
    display: block;
}

.register-section .checkbox-inner .checkmark::after, .login-section .checkbox-inner .checkmark::after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.register-section .form-group .right,
.login-section .form-group .right {
    display: inline-block;
    float: right;
}

.register-section .form-group .right a, .login-section .form-group .right a {
    color: #242424;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 12px;
    font-weight: 600;
}

.checkbox-inner input:checked~.checkmark {
    background-color: #1fc8db;
}

.login-section {}

.login-form-inner h3 {
    font-size: 22px;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.register-btn {
    background: #f5b900;
    padding: 8px 12px;
    border-radius: 3px;
}

/*

===============================
Custom Hero
===============================

*/
.custom-hero {
    padding: 210px 0 120px 0;
}

.custom-hero-title h2 {
    font-size: 42px;
}

.custom-hero-breadcrumb {
    float: right;
    position: relative;
}

.custom-hero-breadcrumb ul li {
    float: left;
    margin-left: 25px;
}

.custom-hero-breadcrumb ul li:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #EF5B5B;
    border-radius: 50%;
    top: 7px;
}

.custom-hero-breadcrumb ul li a {
    color: #fff;
    margin-right: 10px;
}

.custom-hero-breadcrumb ul li a:hover {
    color: #EF5B5B;
}

.custom-hero-breadcrumb ul li:last-child:after {
    display: none;
}

.listing-List-area .single-listing-directory {
    border: 0px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    margin: 0;
}


.listing-List-area .single-listing-directory .col-md-6 {
    padding: 0px;
}

.listing-List-area .single-listing-directory .col-md-6 img {
    height: 100%;
}

.single-listing-directory {
    margin-bottom: 30px !important;
}

/*

===============================
Listings Directory Area
===============================

*/

.listings-directory {}

.single-listing-directory {
    border: 1px solid #CACACA;
    transition: .4s;
    margin-bottom: 30px;
}

.single-listing-directory img {
    width: 100%;
}

.listing-directory-content {
    padding: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CACACA;
}

.listing-directory-content a {
    color: #141414;
}

.single-listing-directory:hover {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
}

.single-listing-directory:hover a {
    color: #EF5B5B;
}

.single-listing-directory:hover .directory-wishlist {
    background: #EF5B5B;
    color: #fff;
}


.listing-directory-content h3 {
    margin-bottom: 15px;
}

.listing-directory-content p {
    margin-bottom: 10px;
}

.listing-location {
    margin-bottom: 8px;
}

.listing-location i {
    margin-right: 5px;
}

.listing-contact i {
    margin-right: 5px;
}


.directory-ratings {
    padding: 10px 25px;
    border-top: 0px;
    position: relative;
}


.directory-ratings span {
    margin-right: 10px;
}

.directory-ratings span i {
    margin-right: 5px;
}

.star-ratings i {
    margin-right: -3px !important;
    color: #EF5B5B;
    font-size: 14px;
}


/*.directory-wishlist {
    position: absolute;
    top: -23px;
    right: 25px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 48px;
    background: #141414;
    margin-right: 0px !important;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    color: #EF5B5B;
    font-size: 22px;
    padding-left: 5px;
    transition: .3s;
}*/


.directory-wishlist:hover {
    background: #EF5B5B;
    color: #fff;
}


.listings-directory-tab-btns {
    border-bottom: 0px;
}

.listings-directory-tab-btns li a {
    padding: 12px 32px;
    background: #fff;
    color: #141414;
    border: 1px solid #CACACA;
    display: block;
}


.listings-directory-tab-btns li a.active {
    background: #EF5B5B;
    border: 1px solid #EF5B5B;
    color: #fff;
}

.bor-radius-lft {
    border-radius: 4px 0px 0px 4px;
}

.bor-radius-rgt {
    border-radius: 0px 4px 4px 0px;
}






.listing-List-area .single-listing-directory {
    border: 0px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    margin: 0;
}


.listing-List-area .single-listing-directory .col-md-6 {
    padding: 0px;
}

.listing-List-area .single-listing-directory .col-md-6 img {
    height: 100%;
}

.single-listing-directory {
    margin-bottom: 30px !important;
}



/* */



/*search listing*/
.sorts-by-results {

    position: relative;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 9px;
    text-align: left;
}

.sorts-by-results span.result-item-view {
    color: #242424;
    font-size: 20px;
    font-weight: 600;
}

.sorts-by-results span.result-item-view span.yellow {

    color: #e14747;
    font-weight: 600;
}

.search-listing {
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.2);
    -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
}

.search-listing:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.search-listing:hover:after {
    width: 100%;
    background: #f5b900;
}

.search-content {
    padding: 10px;
}

.col-pad {
    padding: 0;
}

.row-mar {
    margin: 0;
}

.search-img img {
    width: 100%;
    border-radius: 3px;
    padding: 5px;
}

.search-title h2 {
    font-size: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 8px;
    font-weight: 600;
}

.search-title small {
    color: #e14747;
}

.search-wrapper .search-text {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}

.search-text i {
    font-size: 14px;
}

.search-img {
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.search-text {
    font-size: 14px;
}

/*.search-info {
    border-top: 1px solid #CACACA;
    padding-top: 5px;
    margin-top: 20px;
    position: relative;
}*/

/*.directory-wishlist {
    position: absolute;
    top: -23px;
    right: 15px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 48px;
    background: #141414;
    margin-right: 0px !important;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    color: #e14747;
    font-size: 22px;
    padding-left: 5px;
    transition: .3s;
    cursor: pointer;
}*/

/*.directory-star {
    position: absolute;
    top: -23px;
    right: 75px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 48px;
    background: #141414;
    margin-right: 0px !important;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    color: #e14747;
    font-size: 22px;
    padding-left: 5px;
    transition: .3s;
    cursor: pointer;
}*/

.directory-wishlist:hover, .directory-star:hover {
    background: #EF5B5B;
    color: #fff;
}

.directory-wishlist i {
    margin-right: 5px;
}

.directory-star i {
    margin-right: 5px;
}

/*leftside listing*/
.left-side-title h3 {
    color: #242424;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
}

.search-filter .accordion > .card .card-header {
    padding: 0;
    background-color: #fff;
}

.search-filter .accordion > .card {
    overflow: visible;
    margin-bottom: 10px;
}

.search-filter .accordion > .card .card-header .btn-link {
    font-weight: 600;
    color: #242424;
    text-decoration: none;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    font-size: 15px;
}

.search-filter .accordion > .card .card-header .btn-link i {
    float: right;
    color: #e14747;
}

.search-filter .accordion .card-body {
    display: inline-block;
    padding: 15px;
    width: 100%;
}

/* Range Slider
------------------------------------- */
.range-slider label {
    color: #333;
    font-size: 16px;
    margin-bottom: 25px;
}

.range-slider .ui-slider {
    position: relative;
    text-align: left;
}

.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #66676b;
    cursor: w-resize;
    background: #fff;
    outline: none;
    top: -8px;
    margin-left: -8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.range-slider .ui-widget-content {
    background-color: #e8e8e8;
}

.range-slider .ui-widget-header {
    background-color: #66676b;
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.range-slider .ui-slider-horizontal {
    height: 3px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-top: 10px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

input.first-slider-value:focus,
input.second-slider-value:focus,
input.first-slider-value,
input.second-slider-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

input.first-slider-value {
    float: left;
    margin-left: -8px;
    width: 40%;
}

input.second-slider-value {
    float: right;
    width: 40%;
    text-align: right;
    margin-right: -8px;
}

.range-slider .ui-widget-header, .search-type label.active, .search-type label:hover {
    background-color: #f5b900;
}

.range-slider .ui-slider .ui-slider-handle {
    border: 2px solid #f5b900;
}

.checkboxes input[type=checkbox] {
    display: none;
}

.checkboxes.one-in-row label {
    margin-top: 9px;
    width: 100%;
}

.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    width: 100%;
}

.checkboxes input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #66676b;
    border: 2px solid transparent;
    transition: border-color 0s;
    font-weight: 900;
    font-size: 12px;
}

.checkboxes input[type=checkbox]:checked + label:before {
    background-color: #f5b900;
}

.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

/*breadcrumb start css*/

.breadcrumb-section h2 {
    text-align: center;
}

.breadcrumb-section h2 {
    color: #fff;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    margin: 4px 0 10px 0;
}

.breadcrumb-section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcrumbs ul li:first-child:before {
    content: none;
}

.breadcrumbs ul li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 900;
}

.breadcrumbs {
    position: relative;
    left: 0;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    right: 0;
    text-align: center;
}

.breadcrumbs ul {
    margin: 0;
    padding-left: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    color: #707070;
    margin: 0 0 0 10px;
}

.breadcrumbs ul li:first-child {
    margin-left: 0;
}

.breadcrumbs ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 16px;
}

.breadcrumbs ul li {
    color: #f5b900;
}

/*breadcrumb end*/

/*similar profile*/
.profile-detail-left .similar-profle {
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #e0deff;
    background: #fff;
}
.profile-detail-left .similar-profle .similar-profile-title {
    font-size: 20px;
    padding-bottom: 10px;
    color: #e14747;
    font-weight: 600;
}
.profile-detail-left .similar-profle  .similar-profile-info {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CACACA;
}
.profile-detail-left .similar-profle  .similar-profile-info  .info-content {
    display: inline-block;
}
.profile-detail-left .similar-profle  .similar-profile-info .similar-profile-image {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 100%;
    position: relative;
}
.profile-detail-left .similar-profle  .similar-profile-info .similar-profile-image img{
    max-width: 100%;
    border-radius: 50%;
    max-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}
.profile-detail-left .similar-profle  .similar-profile-info .info-content .similar-profile-name {
    font-size: 18px;
    font-weight: 600;
}
.profile-detail-left .similar-profle .similar-profile-info .info-content p {
    margin-bottom: 3px;
    line-height: normal;
    color: #242424;
}
/*timeline detail*/
.event-detail .event-detail-title {
    font-size: 15px;
    font-weight: 400;
}
.event-detail .event-detail-text {
    display: block;
    margin-bottom: 10px;
}

/*timeline*/

/*——————————————
TimeLine CSS
———————————————*/
/* Base */



/* Timeline */

.timeline {
    border-left: 8px solid #e14747;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #333;
    margin:0;
    position: relative;
    line-height: 1.4em;
    padding: 20px;
    list-style: none;
    text-align: left;
    background: #fff
}

.timeline h1,
.timeline h2,
.timeline h3 {
    font-size: 20px;
    color: #e14747;
    margin-bottom: 15px;
}

.timeline .event {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}



.timeline .event:after {
    box-shadow: 0 0 0 8px #f5b900;
    left: -30px;
    background: #e14747;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.profile-detail-lerightft .pull-right {
    float: right;
}

.pass_protection {
    text-align: center;
}

.pass_protection .checkboxes label {
    padding: 0;
}

.pass_protection .checkboxes label::before {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}

.pass_protection label {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

.pass_protection .checkboxes input[type="checkbox"]:checked + label::before {
    background-color: #da2419;
    font-size: 9px;
    top: 0;
    line-height: 12px;
}
/**/
