.location_galleryBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    height: 100%;
}

.property_locationSLider img {
    border-radius: 7px;
    height: 100%;
    object-fit: cover;
}

.location_banner  .row > div {
    padding: 0 7px;
}
.location_banner .row > div.col-4 {
    padding-left: 14px;
}

.locationVideo,.galleryBoImage {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.locationVideo .videoButton {
    border: 2px solid #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    font-size: 22px;
    border-radius: 50%;
    height: 60px;
    background: rgb(0 0 0 / 29%);
    color: #fff;
    text-align: center;
}

.galleryBoImage .more_button {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 16px;
}

.locationVideo:before, .galleryBoImage:last-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
/* ---------------------
Breadcrum
---------------------- */
.property-menu.property_menuSticky {
    top: 67px;
}

.property-menu {
    background: #fff;
    box-shadow: 0 2px 5px #ebebeb;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: -60px;
    transition: all .5s ease;
}
.Property_scrollMenu ul {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    margin-bottom: 0;
}
.Property_scrollMenu ul li {
    list-style: none;
}
.Property_scrollMenu ul li a {
    color: #535353;
    text-decoration: none;
    font-weight: 500;
}
.Property_scrollMenu li.active a {
    color: #e73f0c;
}
.btn-white {
    background: #fff;
    color: #E74009;
}

.map_view .btn {
    position: absolute;
    bottom: 11px;
    right: 15px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 29%);
}
/* Header Title */
.bradcrum_warp ul {
    gap: 9px;
    list-style: none;
}

.bradcrum_warp ul a {
    color: #000;
}

.bradcrum_warp ul a:hover {
    color: #E74009;
}

.locationheader_Title {
    background: #F7F7F7;
    padding: 20px 25px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.locationheader_Title h1 {
    font-size: 32px;
    font-weight: 700;
}

.locationheader_Title .pageTitle p {
    margin-bottom: 0;
}

.rating_boxRight {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 10px;
}

.ratingCount {
    width: 66px;
    height: 66px;
    background: #E74009;
    text-align: center;
    line-height: 66px;
    font-size: 27px;
    font-weight: 800;
    color: #fff;
    border-radius: 10px;
}

.ratingText h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.ratingText p {
    font-size: 14px;
    line-height: 1.6;
}

.ratingText a {
    color: #e74009;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}


.keyhighlightBox {
    padding: 20px;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 12%);
    border-radius: 7px;
    height: 100%;
}

.keyhighlightBox  h3 {
    margin-bottom: 19px;
}

.keyhighlightBox ul {
    list-style: none;
}

.keyhighlightBox ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 27px;
}

.keyhighlightBox.PropertyRateBox {
    background: #F8F8F8;
    box-shadow: none;
}

.keyhighlightBox.PropertyRateBox td,.keyhighlightBox.PropertyRateBox th {
    padding: 15px 0;
}

.keyhighlightBox.PropertyRateBox  .btn {
    padding: 11px;
    font-weight: 600;
}
.keyhighlightBox ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 6px;
    border-left: 7px solid #e73f0c;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.keyhighlightBox.unlikelybox  ul li:before {
    border-left: 7px solid #255438;
}

/* End Key Highlight Boxs */
/* -----Accordion-------- */
.accordion_locationBox .accordion {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.accordion_locationBox .accordion .card {
    background: #fff;
    border-radius: 6px;
    height: min-content;
    width: 49%;
}

.accordion_locationBox .accordion .card .card-header button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    font-size: 18px;
    color: #6c6c6c;
    font-weight: 600;
    text-decoration: none;
}

.accordion_locationBox .accordion .card .card-body ul {
    padding-left: 40px;
}

.accordion_locationBox .accordion .card .card-body ul li {
    margin-bottom: 8px;
    color: #585858;
}

.accordion_locationBox .accordion .card .card-header button.collapsed i:before {
    content: "\f107";
}

.accordion_locationBox .accordion .card .card-header button[aria-expanded="true"] {
    color: #000000;
 
}
.tab_galleryLocation .tab-content>.active {
    opacity: 1;
}
.tab_galleryLocation .nav-tabs {
    padding-left: 0 !important;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: -7px;
}

.tab_galleryLocation .nav-tabs li a {
    padding: 6px 20px;
    color: #767676;
    border: none !important;
    background: transparent !important;
}

.tab_galleryLocation .nav-tabs li.active  a{
    border-bottom: 1px solid #E74009 !important;
    color: #E74009 !important;
    font-weight: 600;
}

.tab_galleryLocation .nav-tabs li {
    margin-bottom: 0 !important;
}
.tab_galleryLocation {
    padding: 0 20px 10px;
}
.tab_galleryLocation .nav-tabs li.active a:before {
    content: "";
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.imgBoxLoction {
    padding: 7px;
}

.imgBoxLoction img {
    max-height: 143px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.imgBoxLoction  p {
    font-size: 14px;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 7px 0 0;
    color: #565656;
    line-height: 1.4;
}
.owl-pagination .owl-page span {
    width: 8px;
    height: 8px;
    display: block;
    background: #E74009;
    border-radius: 50%;
    opacity: 0.5;
}

.owl-pagination .owl-page.active span {
    opacity: 1;
}

.owl-pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-bottom: 10px;
}
.galleryBoxPhoto {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.imagePhoto {
    background: #000;
    position: relative;
}

.imagePhoto img {
    transition: all 0.5s ease;
}

.imagePhoto a:hover img {
    opacity: 0.5;
}
.galleryZoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 50%);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease;
}

.imagePhoto a:hover .galleryZoom {
    opacity: 1;
}
/* Rating Box */
.rating_boxWarp h4 {
    background: #EDEDED;
    border: 1px solid #d7d7d7;
    margin-bottom: 12px;
    text-align: center;
    padding: 11px;
    font-weight: 600;
    border-radius: 4px;
}

.rating_commonBox {
    border: 1px solid #eee;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.rating_boxWarp {
    height: 100%;
}


.Ratings_warpper .row > div {
    padding: 0 10px;
}

.rating_commonBox img {
    max-height: 130px;
    min-height: 130px;
    object-fit: cover;
    width: 100%;
}

.ratingBody {
    padding: 16px 13px 5px;
}

.ratingBody h5,.ratingBody li {
    display: flex;
    margin-bottom: 8px;
    justify-content: space-between;
    font-size: 13px;
    align-items: center;
}

.ratingBody h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 13px;
}

.ratingBody li span {
    font-size: 11px;
    min-width: 60px;
    color: #efa700;
}
/* Review */
.reviewBoxtb {
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    height: 100%;
}

.reviewBoxtb.box_red {
    background: #FFF5F2;
}

.reviewBoxtb.box_green {
    background: #DDFFEB;
}

.review_titlehead h4 {font-weight: 600;font-size: 18px;color: #424242;margin-bottom: 1px;}

.review_titlehead p {
    font-size: 14px;
    margin-bottom: 0;
}

.review_titlehead p span {
    font-size: 12px;
    color: #FFCC33;
}

.review_titlehead {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

.reviewDescription p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

.reviewDescription {
    max-height: 210px;
    overflow-y: auto;
}
.reviewDescription::-webkit-scrollbar-track,.reviewRatingBwarp::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 9px;
	background-color: #F5F5F5;
}

.reviewDescription::-webkit-scrollbar,.reviewRatingBwarp::-webkit-scrollbar{
	width: 3px;
	background-color: #F5F5F5;
}

.reviewDescription::-webkit-scrollbar-thumb,.reviewRatingBwarp::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #e73f0c;
}
.buttonGroup .btn {
    border-radius: 50px;
    font-size: 15px;
    margin: 0 9px;
    padding: 9px 30px;
}

.progress-bar-container {
    margin-bottom: 20px;
}
.progress-title {
    margin-bottom: 5px;
    font-weight: bold;
}
.progress {
    display: flex;
    height: 35px;
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.progress div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}
.price-range-1 {
    background-color: #d3f4d8;  
}
.price-range-2 {
    background-color: #f8e5b2;
    width: 29%;
}
.price-range-3 {
    background-color: #f4cccc;
    width: 14%;
}
.price-range-others {
    background-color: #ebebeb;
    width: 28%;
}
.property-type-1 {
    background-color: #d3f4d8;
    width: 77%;
}
.property-type-2 {
    background-color: #f8e5b2;
    width: 9%;
}
.property-type-3 {
    background-color: #f4cccc;
    width: 5%;
}
.property-type-others {
    background-color: #ebebeb;
    width: 9%;
}
.progress > div {
    border: 1px solid rgb(0 0 0 / 9%);
    color: rgb(0 0 0 / 44%);
}

.legend {
    display: flex;
    gap: 15px;
    font-size: 13px;
}

.legend span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.featured_img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.propertyBoxDesign1 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.propertyTags {
    position: absolute;
    top: 16px;
    left: 20px;
}

.propertyTags span {
    color: #fff;
    padding: 6px 17px 4px;
    display: inline-block;
    border-radius: 30px;
}

.bg-darkgreen {
    background: #1F4B43;
}

.propertyBoxDetails {
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 90%;
    left: 50%;
    transform: translate(-50%,-10%);
    bottom: 0;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.5s ease;
}

.propertyBoxDetails h5 {
    font-size: 18px;
    font-weight: 700;
}

.property_price {
    display: flex;
    justify-content: space-between;
}
.propertyBoxDesign1:hover .propertyBoxDetails {
    max-width: 100%;
    border-radius: 0;
    bottom: 0;
    transform: translate(-50%, 0%);
}
.property_price ul {
    margin-bottom: 0;
}

.property_price ul li {
    display: inline-block;
    margin: 0 5px;
}

.property_price ul li img {
    max-height: 20px;
    margin-right: 3px;
}

.property_price h4 {
    font-size: 21px;
    font-weight: 700;
    color: #e73f0c;
}

.propertyBoxDetails p {
    margin-bottom: 7px;
    font-size: 15px;
}
/* Popular Project */
.property_boxWarp {
    padding: 0 12px;
}

.img_propertyBox img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.Popular_ProjectsBHJK  .popularPropertySlider .img_propertyBox img {
    min-height: 200px;
}
.property_boxWarp h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: -1px;
    color: #343434;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.property_boxWarp p {
    font-size: 14px;
    margin-bottom: 10px;
}

.property_boxWarp .property_price {
    border-top: 1px solid #eee;
    padding-top: 12px;
    align-items: center;
}

.property_boxWarp .property_price h5 {
    font-size: 18px;
    font-weight: 700;
}

.property_boxWarp .property_price h5 span {
    display: block;
    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 2px;
    font-weight: 200;
}
.property_boxWarp .property_price   .btn {
    padding: 5px 15px;
}
.popularPropertySlider .owl-wrapper-outer {
    padding-bottom: 30px;
}
/* -------------------
Filtter Property Type
--------------------- */
.filtter_Property .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
}

.filtter_Property .nav-tabs li.nav-item  a {
    background: #fff;
    margin: 0;
    border: none;
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}

.filtter_Property .nav-tabs li.nav-item.active a {
    background: #e73f0c;
    color: #fff;
}

.filtter_Property .nav-tabs li.nav-item.active a:before {
    content: "";
    position: absolute;
    border-top: 15px solid #e73f0c;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: -13px;
    left: 50%;
    transform: translate(-50%,0%);
}

.fillter_PropertyBox {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin-top: 30px;
    gap: 17px;
}

.propertyBoxWarp2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}



.propertyBoxWarp2 img {
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
}

.propertyBoxWarp2 .propertyTypeVox {
    position: absolute;
    top: 30px;
    left: 20px;
}

.propertyBoxWarp2 .propertyTypeVox h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.propertyBoxWarp2 .propertyTypeVox p {
    font-size: 15px;
    font-weight: 300;
    color: #eee;
}

.propertyBoxWarp2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, black, transparent);
    opacity: 0.6;
    transition: all 0.5s ease;
}

.propertyBoxWarp2:hover::before {
    background: linear-gradient(to bottom, #ff5522, transparent);
}
/* Testimonial */
.testimonialBoxWE {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 16px;
}

.testiheading {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.testiheading img {
    border-radius: 50%;
    height: 80px;
    max-width: 80px;
    object-fit: cover;
}

.contentFR h5 {
    font-size: 18px;
    color: #2f2f2f;
    font-weight: 600;
    margin-bottom: 1px;
}

.contentFR p {
    margin-bottom: 0;
}

.testimonialDeveloper .item {
    padding: 0 10px;
}

.testimonialBoxWE p {
    font-size: 15px;
    line-height: 1.6;
}

.testimonialBoxWE .text_btn {
    font-size: 16px;
    font-weight: 600;
}

.testimonialDeveloper .owl-wrapper-outer {
    margin-bottom: 30px;
}
/* Tool Box */
.tollBoxAds {
    background: #fff;
    padding: 30px 25px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    height: 100%;
    transition: all 0.5s ease;
}

.tollBoxAds h5 {
    font-size: 19px;
    font-weight: 600;
}

.tollBoxAds p {
    font-size: 15px;
    line-height: 1.6;
}

.tollBoxAds .text_btn {
    font-size: 15px;
    font-weight: 700;
}

.tollBoxAds .text_btn img {
    margin-left: 5px;
    max-width: 21px;
}

.tollBoxAds:hover {
    background: #fff8f5;
    border-color: #e93f0c;
}
/* Loan */
.loan_boxImage {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
}

.loan_boxImage img {
    max-height: 50px;
    margin-bottom: 20px;
}

.loan_boxImage h4 {
    margin-bottom: 0;
    font-weight: 700;
}

.loan_boxImage p {
    margin-bottom: 0;
    color: #8f8f8f;
}
.near_localityProperty {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    gap: 20px;
}

.nearboxProperty {
    background: #fff;
    padding: 22px;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    transition: all 0.5s ease;
}

.nearboxProperty h6 {
    font-size: 16px;
    font-weight: 600;
}

.procePro {
    margin-bottom: 20px;
}

.nearboxProperty h5 span {
    display: inline-block;
    padding-left: 10px;
}

.nearboxProperty h5 span i {
    color: #FFCC33;
}

.nearboxProperty p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.nearboxProperty  .text_btn {font-weight: 600;}

.nearboxProperty .text_btn img {
    max-height: 12px;
    margin-left: 3px;
}

.nearboxProperty:hover {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 12%);
}
.videoSlider .item {
    padding: 0 10px;
}

.videoSlider .item .videoIcon {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    background: rgb(0 0 0 / 46%);
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.videoSlider .item  img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.videoSlider .item h6 {
    text-align: center;
    font-size: 16px;
    color: #000;
}

.videoSlider .owl-wrapper-outer {
    margin-bottom: 20px;
}

.videoSlider .item:hover .videoIcon {
    background: #E74009;
}

.question_line {
    font-weight: 600;
    color: #515151;
    margin-bottom: 5px;
}

.answer_line {
    color: #848484
}

.faq_qaution_sec>div {
    font-size: 15px;
    display: inline-flex
}

.faq_qaution_sec span {
    font-weight: 600;
    color: #494949;
    padding-right: 10px
}

/* Rating */
.revieHeading {
    background: #696969;
    text-align: center;
    padding: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.rating_ReviwWap .ratingBody ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 13px;
}
.Reviews_Tabs > .nav-tabs > li a{
    background: #E7E7E7;
    color: #585858;
    font-size: 16px;
    border-radius: 50px;
    padding: 6px 14px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-right: 10px;
}

.Reviews_Tabs > .nav-tabs > li.active a {
    background: #e74009;
    color: #fff;
}

.Reviews_Tabs > .nav-tabs {
    border: none;
}

.InnerReviews_Tabs {
    background: #fff;
    margin: 10px 3px 0;
    border: 1px solid #d7d7d7;
    padding: 20px;
    border-radius: 6px;
}

.InnerReviews_Tabs .tab_galleryLocation {
    padding: 0 0 10px;
}
.rating_ReviwWap .ratingBody ul li:last-child {
    border: none;
}
.propertyBoxWarp2 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}.ratingHeader {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 13px;
    align-items: center;
}

.ratingTitleWarp {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 10px;
    align-items: center;
}

.ratingTitleWarp .shorttitle {
    max-width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.ratingTitleWarp h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.ratingTitleWarp h3 span {font-weight: 200;font-size: 14px;display: block;padding: 3px 0;color: #747474;}

.ratingHeader .badge {
    padding: 6px 14px;
    font-size: 17px;
    border-radius: 50px;
}

.positive-review {
    background: #12974e;
}

.Negative_badge {
    background: #db8c12;
}

.reviewPostivi {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.reviewContent {
    padding: 23px 10px;
}

.reviewPositive.reviewContent {
    border-right: 1px solid #c3c3c3;
}

.reviewContent h6 {
    font-size: 17px;
    text-transform: uppercase;
}

.reviewContent p {
    font-size: 15px;
    line-height: 1.6;
    color: #585858;
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.reviewContent a {
    color: #e74009;
    font-size: 15px;
}

.reviewButtonGroup {
    border-top: 1px solid #cfcfcf;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 15px 0px;
    gap: 30px;
    border-bottom: 1px solid #cfcfcf;
}

.ratingMaheeWarp {
    margin-bottom: 50px;
}

.reviewButtonGroup button {
    background: transparent;
    border: none;
    font-size: 17px;
    color: #626262;
}

.reviewRatingBwarp {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 15px;
}

.ratingMaheeWarp:last-child {
    margin-bottom: 0;
}
.tab-content {
    visibility: visible;
}
.testimonialBoxWE .text_btn img {
    max-width: 20px;
    display: inline-block;
    margin-left: 5px;
}
.border-top {
    border-top: 1px solid #eee;
}
/* Project List Page */
.filtter_row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
}

.filtter_row > div {
    width: 100%;
    margin-bottom: 0;
}

.filtter_row .filtter_btn {
    background: #E74009;
    min-width: 40px;
    height: 40px;
    padding: 8px;
    border: none;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.filtter_row .filtter_btn:hover {
    background: #343434;
}

.filtter_row > div select {
    height: 40px;
}
.project_box {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #d3d3d3;
    padding: 14px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.project_box .featured_img {
    width: 28%;
    padding-right: 20px;
}

.project_box .project_details_box {
    width: 40%;
    padding-right: 30px;
    position: relative;
}

.project_box .projectReviewsSlide {
    width: 32%;

}
.project_box .featured_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.heading_pro h5 {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 4px;
}

.heading_pro {
    padding-right: 30px;
    margin-bottom: 16px;
}
.rating_starPro i {
    color: #f9af00;
}
.heading_pro span {
    margin-right: 5px;
}

.project_details_box .fa.fa-map-marker {
    margin-right: 8px;
    float: left;
    height: 30px;
    position: relative;
    top: 3px;
}

.project_details_box p {
    margin-bottom: 10px;
    line-height: 1.4;
}

.listCardpoint li {
    display: inline-block;
    border: 1px solid #c7c7c7;
    padding: 5px 12px;
    margin: 3px 7px 7px 0px;
    border-radius: 4px;
}

.callbtn {
    background: #e73f0c;
    padding: 8px 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.callbtn:hover {
    background: #222;
}

.share_andLike {
    position: absolute;
    top: 0;
    right: 30px;
}

.share_andLike button {
    border: 1px solid #b3b3b3;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    line-height: 37px;
    background: transparent;
    transition: all 0.5s ease;
}

.share_andLike button:hover {
    background: #e73f0c;
    color: #fff;
    border-color: #e73f0c;
}


.project_box .projectReviewsSlide h6 {
    font-size: 13px;
}

.project_box .projectReviewsSlide .positive {
    color: #2E7C32;
}

.project_box .projectReviewsSlide  .negatives {
    color: #e74009;
}

.project_box .projectReviewsSlide  .badge {
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
}

.project_box .projectReviewsSlide p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.project_box .projectReviewsSlide .item {
    background: #FFFAF9;
    padding: 20px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
}

.project_box .projectReviewsSlide p a {
    color: #3c3c3c;
    font-weight: 600;
    text-decoration: underline;
}

.authuer_media {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 5px;
}

.title_circle {
    background: #2c455a;
    text-align: center;
    max-width: 38px;
    height: 38px;
    border-radius: 50px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
}

.user_details h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 1px;
}

.project_box .projectReviewsSlide .user_details p {
    font-size: 13px;
    margin-bottom: 0;
}
.project_box > div {
    height: auto;
}
.projectReviewsSlide .owl-pagination {
    bottom: -10px;
    position: relative;
}
.PopularInstitutions .tab_galleryLocation {
    padding: 0;
}

.bg-white {
    background: white;
}

.find_box {
    padding: 25px;
}

.find_box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #7a7a7a;
}

.find_box ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}

.find_box ul {
    margin: 15px 0 0;
}

.find_box ul li a {
    border: 1px solid #d1d1d1;
    padding: 5px 10px;
    display: inline-block;
    color: #323232;
    min-width: 130px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
}

.find_box ul li a:hover {
    background: #e74009;
    text-decoration: none;
    color: #fff;
    border-color: #e74009;
}
.viewAllproject {
    background: #263238;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 4px;
    transition: all 0.5s ease;
    text-decoration: none;
}

.viewAllproject:hover {
    background: #e74009;
}
/* End Project List Page */

/* School Details*/
.nearbyBoxIs  ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    margin: 0;
    list-style: none;
}

.nearbyBoxIs ul li a {
    background: #fff;
    display: block;
    padding: 10px;
    color: #545454;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.nearbyBoxIs ul li a:hover {
    background: #e73f0c;
    color: #fff;
}
.simller_warpper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.nearbyHeading {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 16px;
}

.Similar_Schools .common_h2 {
    margin-bottom: 20px;
}

.propertynearBox {
    border: 1px solid #d5d5d5;
    padding: 16px;
    border-radius: 8px;
}

.nearbyHeading img {
    height: 50px;
    border-radius: 50%;
}

.neardescription h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.neardescription p {
    font-size: 14px;
    margin-bottom: 0;
}

.nearby_fotter p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
}

.nearby_fotter p span {
    display: inline;
    padding-left: 0px;
    font-weight: 500;
    color: #626262;
}

.nearby_fotter p span i {
    color: #f78000;
}

.nearby_fotter .text_btn {
    font-weight: 700;
}

.nearby_fotter .text_btn img {
    max-height: 10px;
    margin-left: 6px;
}
.SchollBoxDetails {
    padding: 30px;
}

.reviewbased h3 {font-weight: 700;margin-bottom: 15px;font-size: 36px;}

.reviewbased h3 i {
    color: #f78000;
}

.reviewbased h3 span {
    font-size: 20px;
}

.reviewbased  p a {
    color: #000;
    margin-right: 10px;
    text-decoration: underline;
}

.bigbtn {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    display: block;
    background: #E74009;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 13px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.5s ease;
}

.bigbtn:hover {
    background: #2a2a2a;
}

.progressBoxpo {
    display: grid;
    grid-template-columns: 34px 1fr 30px;
    gap: 14px;
    align-items: center;
    margin-bottom: 4px;
}

.progressBoxpo i {
    color: #f78000;
}

.progressBoxpo .progress {
    height: 8px;
    margin-bottom: 0;
}

.progressBoxpo .progress .progress-bar {
    background: #f78000;
}
.SchollBoxDetails > .row {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
@media(max-width:1199px){
    .locationheader_Title h1 {
        font-size: 26px;
    } 
    .ratingCount {
        width: 56px;
        height: 56px;
        line-height: 56px;
    }
    .rating_boxRight {
        grid-template-columns: 60px 1fr;
    }
    .fs-20 {
        font-size: 18px;
    }
    .accordion_locationBox .accordion {
        gap: 15px;
    }
    .tab_galleryLocation .nav-tabs li a {
        padding: 6px 10px;
    }
    .ratingBody li span {
        min-width: 62px;
    }
    .ratingBody h5, .ratingBody li {
        font-size: 12px;
    }
    .ratingBody h5 {
        font-size: 14px;
    }
    .reviewBoxtb {
        padding: 20px 15px;
    }
    .review_titlehead p span {
        font-size: 11px;
        min-width: 70px;
        text-align: right;
    }
    .review_titlehead p {
        font-size: 14px;
        line-height: 1.5;
        padding-top: 7px;
        align-items: center;
    }
    .reviewDescription p {
        font-size: 14px;
        line-height: 1.5;
    }
    .legend {
        gap: 8px;
        font-size: 11px;
    }
    .propertyBoxWarp2 img {
        max-height: 240px;
        min-height: 240px;
        width: 100%;
    }
    .common_h2 {
        font-size: 24px;
    }
}
@media(max-width:991px){
    .KeyHighlights .row > div,.Ratings_warpper > div > .row > div,.Price_TrendsWarp .row > div,.nearLocalities > div > .row > div {
        margin-bottom: 24px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ptb-60 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .accordion_locationBox .accordion .card {
        width: 100%;
    }
    .tab_galleryLocation .nav-tabs li a {
        padding: 6px 15px;
        margin-bottom: 10px;
    }
    .gallery_warpperPhoto  .tab_galleryLocation .nav-tabs {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .reviewGS_warpper .col-3,.Top_BoxProperties .col-4,.tool_Advice .col-3,.loanDealsWarp .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom:30px;
    }
    .reviewGS_warpper .col-12.mt-30 {
        margin-top: 0;
    }
    .project_box .projectReviewsSlide {
        width: 100%;
    }
    .project_box .featured_img {
        width: 45%;
        margin-top: 20px;
    }
    .project_box .project_details_box {
        width: 55%;
        padding-right: 0px;
    }
    .find_box ul li {
        margin-right: 9px;
    }
    .filtter_row {
        flex-wrap: wrap;
    }
    .banner_simple h1 {
        font-size: 3rem;
        line-height: 1.5;
    }
    .bigbtn {
        max-width: 100%;
        font-size: 14px;
        padding: 13px;
    }
    .simller_warpper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:767px){
    .location_galleryBox {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .location_banner .row > div {
        padding: 0 13px;
    }
    .location_banner .col-8 {
        width: 60%;
    }
    
    .location_banner .col-4 {
        width: 40%;
    }
    
    .location_banner .col-7 {
        margin-bottom: 10px;
    }
    
    .map_view,.map_view img {
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .locationheader_Title h1 {
        font-size: 24px;
    }
    .keyhighlightBox .table-responsive {
        border: none;
    }
    .rating_boxWarp .row > div {
        margin-bottom: 20px;
    }
    .fillter_PropertyBox {
        grid-template-columns: repeat(3, 1fr);
    }
    .Reviews_Tabs {
        padding-top: 30px;
    }
    .location_banner.propertyDetailswarp .locationheader_Title {
        display: grid;
        gap: 20px;
    }
    .SchollBoxDetails > .row {
        display: grid;
        gap: 23px;
    }
    .nearbyBoxIs ul {
        grid-template-columns: repeat(3, 1fr);
    }
   
}
@media(max-width:650px){
   .locationheader_Title {
        display: block;
    }
    .pageTitle {
        margin-bottom: 30px;
    }
    .project_box > div {
        width: 100% !important;
        padding: 0 0 20px !important;
    }
    .project_box .featured_img img {
        width: 100%;
    }
    .find_box ul li a {
        min-width: 114px;
        font-size: 15px;
    }
    .banner_simple h1 {
        font-size: 2.2rem;
    }
}
@media(max-width:550px){
    .location_banner .col-8,.property_locationSLider img  {
        width: 100%;
    }
    .location_banner .col-4 {
        width: 100%;
        margin-top: 20px;
    }
    .tab_galleryLocation .nav-tabs li a {
        padding: 6px 12px;
    }
    .galleryBoxPhoto {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .reviewGS_warpper .col-3, .Top_BoxProperties .col-4, .tool_Advice .col-3, .loanDealsWarp .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .Ratings_warpper .col-7 {
        margin-bottom: 0 !important;
    }
    .Ratings_warpper .row > div {
        padding: 0 15px;
    }
    .buttonGroup .btn {
        padding: 7px 20px;
    }
    .fillter_PropertyBox {
        grid-template-columns: repeat(2, 1fr);
    }
    .ratingTitleWarp {
        grid-template-columns: 40px 1fr;
    }
    .ratingTitleWarp h3 {
        font-size: 16px;
    }
    .ratingTitleWarp h3 span {
        font-size: 12px;
    }
    .ratingTitleWarp .shorttitle {
        max-width: 45px;
        height: 45px;
        line-height: 48px;
        font-size: 15px;
    }
    .ratingHeader .badge {
        padding: 8px 9px;
        font-size: 13px;
        border-radius: 50px;
    }
    .reviewContent h6 {
        font-size: 15px;
    }
    .reviewContent p,.reviewContent a  {
        font-size: 13px;
    }
    .reviewButtonGroup button {
        font-size: 14px;
    }
    .bradcrum_warp ul,.legend {
        flex-wrap: wrap;
    }
    .find_box ul li a {
        width: 100%;
        display: block;
    }
    .find_box ul {
        display: grid;
    }
    .simller_warpper {
        grid-template-columns: repeat(1, 1fr);
    }
    .nearbyBoxIs ul {
        grid-template-columns: repeat(2, 1fr);
    }
 
}
@media(max-width:480px){
    .location_galleryBox {
        grid-template-columns: 1fr 1fr;
    }
    .KeyHighlights .row > div, .Ratings_warpper > div > .row > div, .Price_TrendsWarp .row > div, .nearLocalities > div > .row > div {
        margin-bottom: 16px;
    }
    .locationheader_Title {
        padding: 18px 16px;
    }
    .common_h2 {
        font-size: 22px;
        line-height: 1.4;
    }
    .keyhighlightBox {
        padding: 20px 14px;
    }
    .accordion_locationBox .accordion .card .card-header button {
        font-size: 16px;
    }
    .tab_galleryLocation {
        padding: 0 0px 10px;
    }
    .rating_boxWarp h4 {
        padding: 10px;
        font-size: 15px;
    }
    .buttonGroup .btn {
        padding: 7px 14px;
        margin: 0 3px;
        font-size: 14px;
    }
    p {
        line-height: 25px;
        font-size: 15px;
    }
    .nearbyBoxIs ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .property_price {
        flex-direction: column-reverse;
    }
    .property_price h4 {
        margin-top: 11px;
    }
    .popularPropertySlider .property_boxWarp .property_price {
        flex-direction: inherit;
    }
    .fillter_PropertyBox {
        grid-template-columns: repeat(1, 1fr);
    }
    .near_localityProperty {
        grid-template-columns: 1fr;
    }
    .Reviews_Tabs > .nav-tabs > li a {
        font-size: 14px;
        padding: 5px 13px;
        margin-right: 6px;
    }
    .InnerReviews_Tabs {
        padding: 20px 0px;
    }
    .ratingHeader {
        padding-left: 15px;
    }
    .reviewPositive.reviewContent {
        border-right: none;
        border-bottom: 1px solid #c3c3c3;
    }
    .reviewPostivi {
        grid-template-columns: 1fr;
    }
    .reviewRatingBwarp {
        max-height: 600px;
    }
    .InnerReviews_Tabs .tab_galleryLocation li {
        min-height: 50px;
    }
    .SchollBoxDetails {
        padding: 15px;
    }
}