.heading_part {
    margin-top: 100px !important;
    margin-bottom: 20px;
}
section {
    overflow: hidden;
}
.heading_part h1 {
    font-size: 30px;
    font-weight: 400;
}

.location_drop ul.select2-selection__rendered {
    background: #fff !important;
    position: relative;
    padding-left: 15px !important;
}
.location_drop ul.select2-selection__rendered:before {
    content: "\f0dd";
    font-family: FontAwesome;
    position: absolute;
    right: 14px;
    margin-top: 2px;
    font-size: 18px;
    color: #707070;
}
.search_head .heading_part.text-center {
    margin-top: 28px;
}
.short_checkbox {
    display: flex;
    width: 100%;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.checkbox_group {
    display: flex;
}
.short_checkbox span {
    color: #999999;
    font-size: 15px;
    font-weight: 500;
}
.checkbox_group .form-check {
    margin-left: 30px;
}
.checkbox_group .form-check input {
    width: 18px;
    height: 18px;
}
.checkbox_group .form-check input {
    width: 18px;
    height: 18px;
    top: -3px;
}
.checkbox_group .form-check .form-check-label {
    margin-left: 10px;
}

.listing {
    background: #f6f9fb;
    padding: 30px 0;
}
.search_result {
    display: inline-block;
    padding: 0;
    width: 100%;
}

.search_result span {
    font-size: 15px;
    color: #666666;
    float: left;
}

.short_by {
    float: right;
}

.listing_group {
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.listing_box:first-child {
    margin-right: 8px;
}
.listing_box:last-child {
    margin-left: 8px;
}
.listing_box {
	background: #FFFFFF;
	border-radius: 10px;
	width: 50%;
	float: left;
	box-shadow: 0 3px 6px 0px rgb(0 0 0 / 0.10);
}

.listing_profile {
    display: inline-block;
    width: 100%;
}
.listing_profile_img {
    float: left;
    margin-right: 20px;
}
.listing_profile_about {
    float: left;
}
.listing_profile_about h3 {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 13px;
    margin-bottom: 4px;
}

.listing_profile_postion {
    color: #333333;
    font-size: 14px;
}
.listing_profile_postion a {
    color: #3980C3;
}
.listing_profile_loction {
	display: block;
	margin-top: 5px;
	color: #333333;
	font-size: 14px;
}
.listing_profile_content {
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    padding: 0 15px;
    margin-top: 10px;
}
.listing_profile_loction img {
    float: left;
    margin-right: 6px;
}

.listing_profile_content b {
    display: block;
    color: #666666;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}
.listing_profile_content p {
    display: block;
    margin: 15px 0;
}
p.list_style {
    margin: 10px 0px !important;
}
.listing_profile_content p a {
    font-size: 16px;
    line-height: 30px;
    color: #3980C3;
    font-weight: 500;
}
.listing_profile_content p i {
    float: right;
    color: #666666;
    font-size: 14px;
}
.listing_profile_footer {
    display: flex;
    border-top: solid 1px #CCCCCC;
    padding: 15px 18px;
    width: 100%;
}
.listing_profile_footer span {
    float: left;
    color: #999999;
}
.listing_profile_footer .btn {
    width: auto !important;
    height: auto !important;
}
.listing_profile_footer .btn {
    width: auto !important;
    height: 40px !important;
    padding: 8px 20px !important;
    line-height: normal !important;
}
.listing_profile_footer .btn.btn-primary.indiginus-btn.boder-btn {
    float: right;
    margin-left: 13px;
    font-weight: 500;
}


.listing_profile_footer a.btn.btn-primary.indiginus-btn.btn-signup-form {
    margin-right: 5px;
}
.listing_profile_footer a.btn.btn-primary.indiginus-btn.boder-btn {
    background: #fff !important;
    border: solid 1px #3980C3;
    color: #333333;
}
/*left_bar*/
.left_bar {
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0px rgb(0 0 0 / 0.10);
}

.bar_title {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 24px;
    padding: 13px 0 15px 20px;
    border-bottom: solid 1px #EEEEEE;
}
.accord_btn{
    font-size: 16px;
    font-weight: 500;
    padding: 14px 20px;
    padding-right: 24px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #666666;
    background: transparent;
    border: none;
    outline: none !important;
    cursor: pointer;
}
.accord_btn.active{
	color: #3980C3;
}
.accord_btn img.img_show {
    display: none;
}
.accord_btn.active img.img_show{
	display: block;
}
.accord_btn.active img{
	display: none;
}
.accord_btn img {
    float: right;
    transform: rotate(90deg);
    width: 8px;
    position: relative;
    top: 3px;
    right: 4px;
}
.left_card h2.mb-0 {
    font-size: initial;
}
.accord_check input {
    width: 18px;
    height: 18px;
    top: -4px;
}
.accord_check .form-check-label {
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
}
.accord_check .card-body {
    padding: 10px 20px 20px 20px;
}
.accord_check .form-check-label{
	width: 100%;
}
.accord_check .form-check-label span {
    color: #666666;
    font-size: 14px;
    float: right;
}
.accord_check {
    display: block;
    width: 100%;
    margin-bottom: 22px;
}
.more_filter a{
	font-weight: 500;
	color: #3980C3;
	text-decoration: none;
	font-size: 16px;
	display: block;
	margin-top: 18px;
}

.left_card .card-body {
    display: inline-block !important;
    width: 100% !important;;
    padding: 0 20px !important;;
    padding-right: 24px !important;;
    padding-top: 10px !important;;
}
.accord_check:last-child{
	margin-bottom: 0;
}
.more_filter {
    padding: 0 20px;
    padding-bottom: 15px;
}
.left_card {
    border-bottom: solid 1px #CCCCCC;
}
.accord_footer a {
    display: inline-block;
    width: 100%;
    background: #3980C3;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
}
.accord_footer {
    padding: 10px 20px;
}

.more_filter_section {
    padding: 0 20px;
}
.more_filter_section .accord_check{
	margin-top: 22px;
}

@media screen and (min-width: 768px) {

.fixed_side_bar .left_bar {
    position: fixed;
    top: 0;
    width: 255px;
}
}

@media screen and (min-width: 1199px) {
	.listing .col-md-3 {
    flex: 0 0 285px;
    max-width: 285px;
}
}

@media screen and (max-width: 1199px) {
.fixed_side_bar .left_bar {
    width: 210px;
}
}
@media screen and (max-width: 991px) {
.container{
	max-width: 100%;
}
.listing_group {
    display: inline-block;
}
.listing_group .listing_box {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
}
.listing_profile_footer{
	display: inline-block;
}
}

@media screen and (max-width: 768px) {
	.listing .row {
    display: inline-block;
    width: 100%;
    margin: 0 !important;
    }
    .listing .row .col-md-3 {
    padding: 0 !important;
    margin-bottom: 30px;
    }
	.fixed_side_bar .left_bar {
	width: 100%;
	}
    .listing .row .col-md-9{
    	padding: 0 !important;
    }
    .search_result span{
    	width: 45%;
    }
    .listing_profile_footer .btn {
    padding: 11px 8px !important;
    line-height: normal !important;
    font-size: 14px !important;
}
.listing_box:last-child{
	margin-bottom: 0 !important;
}
.checkbox_group {
    display: inline-block;
    width: 100%;
}
.checkbox_group .form-check:first-child{
	margin-bottom: 15px;
}
.checkbox_group .form-check {
    margin-left: 5px;
}
.short_checkbox {
    margin-left: 0;
    padding: 0 15px;
}
}
.left_card .card-body {
    overflow-y: scroll;
    height: 200px;
}
.left_card .card-body::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.left_card .card-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
/* Handle */
.left_card .card-body::-webkit-scrollbar-thumb {
    background: rgb(57 128 195 / 44%);
    border-radius: 10px;
}

.listing_group{
    display: flex;
    width: 100%;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 15px;
}

.listing_box{
    background: #FFFFFF;
    border-radius: 10px;
    float: left;
    box-shadow: 0 3px 6px 0px rgb(0 0 0 / 0.10);
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 20px;
}

.listing_box:first-child {
    margin-right: 0;
}
.listing_box:last-child {
    margin-left: 0;
}
.avatar{
    margin-right: 0;
}
.listing_box{
    position: relative;
}
.listing_profile_footer{
    position: absolute;
    bottom: 0;
}
.listing_profile_content{
    padding-bottom: 70px;
}
@media screen and (max-width: 1199px)
{
    .listing_box {
        max-width: 100%;
        flex: 0 0 100%;
    }
}



.more {display: none;}
.tooltip_content {
    position: relative;
}
.tooltip_content  .tooltip_user{
    display: none;
}
.tooltip_content .read_more:hover ~ .tooltip_user{
    display: block;
}
.tooltip_content p {
    position: absolute;
    top: 3px;
    background: #fff;
    padding: 1px 10px;
    border: 1px solid #2363a0;
    border-radius: 4px;
    left: 143px;
    color: #2363a0;
    font-size: 10px;
}


.read_more{
    color: #5685c4 !important;
    font-size: 16px;
    font-family: 'Roboto';
    cursor: pointer;
}
.read_more:focus{
    outline: 0;
}
p.list_style {
    margin: 10px 0px;
}

.listing_profile_content .list_style  b{ display: block;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
    display: flex;}

.listing_profile_content .list_style  b::before{
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 8px;
    color: #333;
    padding-right: 8px;
    padding-top: 7px;
}

.tooltip_user ul li::before{
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 8px;
    color: #333;
    padding-right: 8px;
    padding-top: 7px;
}


span.badge {
    color: #3980C3;
    font-size: 16px;
    border-radius: 18px;
    padding: 0px;
}


.listing_profile_content  .border-top {
    display: block;
    margin: 15px -15px 0px;
    border-top: 1px solid #ccc;
    padding: 6px 15px;
}


.more {display: none;}
.tooltip_content {
    position: relative;
}
.tooltip_content  .tooltip_user{
    display: none;
}
.tooltip_content .read_more:hover ~ .tooltip_user{
    display: block;
}
.tooltip_content p {
    position: absolute;
    top: 3px;
    background: #fff;
    padding: 1px 10px;
    border: 1px solid #2363a0;
    border-radius: 4px;
    left: 143px;
    color: #2363a0;
    font-size: 10px;
}


strong.user_more {
    padding-left: 11px;
    font-size: 16px;
    cursor: pointer;
    color: #5685c5;
}
.tooltip_user {
    border: 1px solid #ccc;
    width: auto;
    padding: 14px 14px 0px;
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    top: 24px;
    z-index: 1112;
}

.tooltip_user ul {
    list-style: none;
    padding: 0px;
}

.tooltip_user ul li {
    padding-bottom: 6px;
}

.tooltip_user ul li:last-child {
    padding-bottom: 0px;
}
.listing_box {
    position: relative;
}