
/*font-family*/
@font-face {
    font-family: 'libre_baskervilleregular';
    src: url('../fonts/librebaskerville-regular-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'libre_baskervillebold';
    src: url('../fonts/librebaskerville-bold-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'comic_sans_msregular';
    src: url('../fonts/comicsansms3-webfont.woff2') format('woff2'),
         url('../fonts/comicsansms3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




*{
    box-sizing: border-box;
}

/*********site-header***********/
.navbar-collapse-right .navbar-nav{
    flex-direction: column;
}
.site-header .navbar {
    align-items: flex-start;
}
.site-header {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: transparent;
}
.navlinks ul li.nav-item {
    margin-left: 2em;
}
.navlinks ul li.nav-item a {
    color: #CE962E;
    font-size: 17px;
    font-family: 'libre_baskervilleregular';
}
.navlinks {
    margin-top: 2rem;
}
.site-header a.navbar-brand {
    max-width: 197px;
    padding: 0;
    margin: 0;
}
.site-header a.navbar-brand img {
    width: 270px;
    height: 100%;
    margin: 0;
}
.site-header .navlinks ul.dropdown-menu li a {
    font-size: 15px;
    color: #02021f !important; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
}
.site-header .navlinks ul.dropdown-menu li:not(:last-child) a {
    border-bottom: 1px solid #d3d3d3;
}
.site-header .dropdown-menu {
    background-color: #fff;
    margin-top: 0;
    padding: 11px 22px;
}
.site-header .dropdown-item:focus, 
.site-header .dropdown-item:hover {
    background-color: transparent;
}
.navlinks ul li.nav-item a:hover {
    color: #f1d6a5;
}
.site-header .navlinks ul.dropdown-menu li a i {
    color: #b8b8b8;
    margin-right: 0.7em;
}
.site-header .navlinks ul.dropdown-menu li a:hover i {
    color: #CE962E;
}
.site-header .navlinks ul.dropdown-menu li a:hover {
    color: #CE962E !important;
}
.site-header .dropdown-menu {
    min-width: 14rem;
}
.site-header .navlinks ul.dropdown-menu .dropend .dropdown-toggle::after {
    display: none;
}
.site-header .navlinks ul.dropdown-menu li.dropend ul li:last-child a {
    border-bottom: none;
}

/******site-banner*******/
.site-banner {
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 657px;*/
    position: relative;
}
.site-banner img {
    width: 100%;
}
#Australia a:hover .st1, #New_Zealand a:hover .st1, 
#UK a:hover .st1, #USA a:hover .st12122 {
    fill: #CE962E;
}

.banner-text {
    position: absolute;
    width: fit-content;
    margin: auto;
    bottom: 0;
    transform: translateX(-40%);
    left: 45%;
    z-index: 99;
}
.banner-text h5 {
    font-size: 20px;
    font-family: 'libre_baskervilleregular';
    color: #fff;
    padding: 6px 0;
    text-align: center;
}
.worldmapSVG svg a:hover path {
    fill: #c9962e;
}
.down-arrow {
    padding: 0;
    position: relative;
    max-width: 440px;
    margin: 0 auto;
}
.down-arrow  .arrow {
    position: absolute;
    top: 0;
    width: 0;
    height: auto;
    animation: jumpInfinite 1.2s infinite;
}
.down-arrow  .arrow.left{
    left: 0;
}
.down-arrow  .arrow.right{
    right: 12px;
}
.down-arrow .arrow::after {
    content: " ";
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    border-radius: 4px;
    transform: rotateZ(45deg);
    color: #fff;
}
  
.nav-item.dropdown .dropdown-menu {
  margin-top: 0; /* flicker avoid */
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 12px;
  }
  100% {
    margin-top: 0;
  }
}

.banner-text .input-group {
    max-width: 80%;
    margin: auto;
}
.banner-text .form-control {
    background: transparent;
    border-radius: 22px;
    height: 47px;
    color: #fff;
    border-right: 0;
    font-size: 13px;
    font-family: 'libre_baskervilleregular';
    padding: 0 22px;
}
.banner-text .form-control::placeholder {
    color: #ffffffd4;
}
.banner-text .btn-outline-secondary {
    border-radius: 22px;
    height: 47px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #ffffffed
}
.btn-outline-secondary:hover, 
.btn-check:active+.btn-outline-secondary, 
.btn-check:checked+.btn-outline-secondary, 
.btn-outline-secondary.active, 
.btn-outline-secondary.dropdown-toggle.show, 
.btn-outline-secondary:active {
    background-color: transparent;
}
.banner-text h2 { 
    font-size: 40px;
    font-family: 'libre_baskervilleregular';
    font-weight: 600;
    color: #fff;
    padding: 27px 0;
    text-align: center;
}
.banner-text .form-control:focus {
    border-color: currentColor;
    box-shadow: none;
}
.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: none;
}
.form-control:focus, .form-select:focus {
    box-shadow: none;
}


/****choices****/
.lifestyle-choices {
    background-color: #1A1B4480;
    padding: 4.5em 0 2em 0; 
}
.lifestyle-choices .headng, .lifestyle-choices .footr {
    width: 85%;
    margin: auto;
}
.lifestyle-choices .choicebox {
    width: 85%;
    margin: auto;
}
.lifestyle-choices .row {
    padding: 0 2rem;
    margin-bottom: 3rem;
    align-items: center;
}
.lifestyle-choices .row.last_row{
    margin-bottom: 1.5rem;
}
.lifestyle-choices .video {
    height: 172px;
    margin-bottom: 0;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.lifestyle-choices .video iframe {
    width: 100%;
    height: 100%;
}
.lifestyle-choices h3 {
    font-size: 37px;
    color: #fff;
    font-family: 'libre_baskervilleregular';
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.lifestyle-choices p {
    font-size: 17px;
    color: #ffffffde;
    text-align: center;
    font-family: 'libre_baskervilleregular';
}
/*.lifestyle-choices figure {
    height: 172px;
    margin-bottom: 0; 
    position: relative;
}
.lifestyle-choices figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}*/
/*.lifestyle-choices figure a.plybtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    background-color: #ce962e;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 2.6;
}*/
.lifestyle-choices .perhaps-u-chose .row {
    padding: 0;
    margin: 0;
}
.lifestyle-choices .perhaps-u-chose figure {
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
}

.lifestyle-choices .choicebox > .row p:last-child {
    margin-bottom: 0;
    line-height: 1;
}


/****slider****/
section.testimonial {
    background-color: #8c8da1;
}
.testimonial .slick-arrow {
    display: none  !important;
}
.testimonial .item {
    background-color: #fff;
    margin: 0 11px;
    border-radius: 17px;
    padding: 1.7em;
}
.testimonial .item:nth-child(even) {
    margin-top: -17px;
}
.slick-track {
    padding-top: 1em;
}
.testimonial h4 {
    font-size: 19px;
    font-family: 'libre_baskervilleregular';
    font-weight: 700;
    margin: 0;
}
.testimonial .bio ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.testimonial .bio ul li {
    margin-right: 5px;
    color: #f5a623;
    font-size: 13px;
}
.testimonial .bio p {
    font-size: 10px;
    color: #A4A4A4;
    padding-top: 7px;
}
.testimonial .bio_img figure {
    width: 70px;
    height: 70px;
} 

.testimonial .bio_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial .bio {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial p {
    font-size: 13px;
    color: #000;
    font-family: 'libre_baskervilleregular';
    line-height: 2
}
.testimonial ul.slick-dots {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 2.7em 0;
}
.testimonial ul.slick-dots li {
    margin: 0 5px;
}
.testimonial ul.slick-dots button {
    font-size: 0;
    border: 1px solid #b1b1ba;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    padding: 0;
    background-color: #b1b1ba;
}
.testimonial ul.slick-dots li.slick-active button {
    background-color: #100F32;
    border: 1px solid #100F32;
}
.testimonial .slick-list {
    margin-left: -72px;
}


/*****blogs******/
section.Articles {
    background-color: #100F32;
    padding: 3rem 0;
}
.Articles .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.Articles .heading h4 {
    color: #fff;
    font-size: 35px;
    font-family: 'libre_baskervilleregular';
    width: 54%;
    font-weight: 700;
}
.Articles .heading a {
    color: #CE962E;
    font-size: 14px;
    font-family: 'libre_baskervilleregular';
    font-weight: 600;
    text-decoration: none;
}
.Articles .heading a:hover {
    color: #f1d6a5;
}
.Articles .heading a i {
    rotate: -46deg;
}
.Articles p.blog_date {
    color: #CE962E;
    font-size: 14px;
    font-family: 'libre_baskervilleregular';
    padding-top: 0.8rem;
}
.Articles h4 {
    color: #fff;
    font-size: 27px;
    font-family: 'libre_baskervilleregular';
    font-weight: 700;
    margin: 0;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
}
.Articles p {
    color: #fff;
    font-family: 'libre_baskervilleregular';
    font-size: 14px;
    line-height: 2;
}
.Articles img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.Articles .rythd {
    padding-left: 1rem;
}
.Articles .rythd .row {
    margin-bottom: 1.5rem;
}
.Articles .rythd h5 {
    color: #fff;
    font-family: 'libre_baskervilleregular';
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}


/*****questions*****/
section.questions {
    background-color: #1A1B4480;
    padding: 4em 0;
}
.questions .title h2 {
    color: #fff;
    font-size: 35px;
    font-family: 'libre_baskervilleregular';
}
.questions .title p {
    color: #ffffffeb;
    font-family: 'libre_baskervilleregular';
    font-size: 14px;
    width: 50%;
    margin: auto;
    padding-bottom: 2rem;
    padding-top: 0.3rem;
}
.questions .accordion-item {
    border: none;
    border-bottom: 1px solid #ffffff40;
    background-color: transparent;
}
.questions .accordion-header {
    color: #fff;
    font-size: 18px;
    font-family: 'libre_baskervilleregular';
    line-height: 2;
}
.questions .accordion-button {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    padding-left: 0;
}
.questions .accordion-button:not(.collapsed) {
    color: #fff;
    background: transparent;
    box-shadow: none;
    line-height: 0;
}
.questions .accordion-body {
    color: #ffffffeb;
    font-size: 14px;
    font-family: 'libre_baskervilleregular';
    padding-left: 0;
}
.questions .accordion, .questions .title {
    width: 90%;
    margin: auto;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after  {
    content: "";
    width: 1em;
    height: 1em;
    background-image: url(../images/arrow-down-white.png);
    background-size: 90%;
}
.questions .accordion-button:focus {
    box-shadow: none;
}

/****footer*****/
.footer {
    background-color: #100F32;
    padding: 2.5em 0;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .social-icons i {
    color: #CE962E;
    padding-right: 1em;
}
.footer .manu .nav-link {
    color: #CE962E;
    font-size: 14px;
}
.footer .manu .nav-item {
    padding-left: 2em;
}
.footer .social-icons i:hover, 
.footer .manu .nav-link:hover{
    color: #f1d6a5;
}




/******Properties in Australia******/
.inner-page-header {
    position: relative;
    background-color: #100F32;
}
section.properties-in-australia {
    background-color: #8C8CA1;
    padding: 3em 0;
}
.properties-in-australia .map h1 {
    font-size: 55px;
    color: #fff;
    text-align: center;
    font-family: 'libre_baskervillebold';
}
.properties-in-australia .map figure {
    width: 80%;
    margin: auto;
}
.properties-in-australia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.properties-By-states h2 {
    color: #fff;
    text-align: center;
    font-size: 37px;
     font-family: 'libre_baskervillebold';
    padding: 1em 0;
}
.properties-By-states .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.properties-By-states figure {
    width: 330px;
    height: 225px;
    margin: auto;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    border-radius: 15px;
}
.properties-By-states figure img {
    border-radius: 15px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
}
.properties-By-states figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.properties-By-states .fig-caption {
    font-size: 19px;
    text-align: center;
    font-family: 'libre_baskervillebold';
    margin-top: 1em;
    margin-bottom: 2.5em;
}
.properties-By-states .fig-caption a {
    color: #fff;
    text-decoration: none;
}



/*******new-south-wales********/
section.new-south-wales {
    background-color: #8C8CA1;
    padding: 3em 0;
}
.new-south-wales .head {
    text-align: center;
    width: 60%;
    margin: auto;
}
.new-south-wales h1 {
    font-size: 55px;
    color: #fff;
    text-align: center;
    font-family: 'libre_baskervillebold';
    margin-bottom: 3rem;
}
.new-south-wales .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
    margin: auto;
    background-color: #fff;
    border-radius: 26px;
}
.new-south-wales .nav-item {
    width: 145px;
    height: 47px;
    max-width: 160px;
}
.new-south-wales .nav-item .nav-link {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 12px;
    font-family: 'libre_baskervillebold';
    background-color: #fff;
    border-radius: 26px;
}
.new-south-wales .nav-item .nav-link.active {
    background-color: #CE962E;
    border-radius: 20px 20px 0px 0px;
    color: #fff;
}
.new-south-wales .form-control {
    border-radius: 28px !important;
    padding: 15px 25px;
    border: 1px solid #ffffffed;
    background: transparent;
    color: #fff;
    position: relative;
}
.new-south-wales .btn-outline-secondary {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
    color: #ffffffed;
    background-color: transparent;
    font-size: 14px;
    font-family: 'libre_baskervillebold';
    z-index: 999;
}
.new-south-wales .form-control::placeholder {
    color: #ffffffc4;
    font-size: 12px;
    font-family: 'libre_baskervilleregular';
}


.propertiehd {
    padding: 3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.propertiehd h3 {
    color: #fff;
    font-size: 37px;
    font-family: 'libre_baskervillebold';
    width: auto;
    margin: 0;
}
.propertiehd .selections {
    display: flex;
    align-items: center;
    width: 40%;
    max-width: 25%;
}
.propertiehd .selections p {
    color: #fff;
    width: 40%;
    margin: 0;
    font-size: 15px;
    font-family: 'libre_baskervillebold';    
}
.propertiehd .selections .form-select {
    background-color: transparent;
    background-image: url(../images/arrow-down-white.png);
    background-size: 12px;
    border: 1px solid #fff;
    border-radius: 26px;
    color: #fff;
    font-size: 14px;
    font-family: 'libre_baskervilleregular';
    padding: 0.8rem 2.25rem 0.8rem 0.75rem;
}
.propertiehd .selections .form-select option {
    color: #000012;
    font-size: 13px;
}
.properties-for-rent #carouselExampleControls {
    height: 280px;
}


.properties-for-rent .carousel-header {
    position: absolute;
    z-index: 1;
    background-color: #100F32;
    width: 100%;
    padding: 8px 20px;
    border-radius: 22px 22px 0 0;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}
.properties-for-rent .carousel-header figure {
    margin: 0;
    max-width: 25%;
    height: 22px;
}
.properties-for-rent .carousel-header figure:last-child {
    max-width: 21%;
}
.carousel-inner {
    border-radius: 22px;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
    background-size: 50%;
    background-color: #CE962E;
    border-radius: 50%;
}
.carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
    background-size: 50%;
    background-color: #CE962E;
    border-radius: 50%;
}
.properties-for-rent .carousel-text .person {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1em;
}
.carousel-text .profile img {
    width: 45px;
}
.carousel-text .profile span {
    color: #fff;
    font-size: 14px;
    padding-left: 7px;
    font-family: 'libre_baskervilleregular';
}
.carousel-text .person i {
    font-size: 25px;
    color: #fff;
}
.carousel-text h4 {
    font-size: 22px;
    color: #fff;
    font-family: 'libre_baskervillebold';
    margin: 0;
    padding-top: 1em;
    padding-bottom: 0.5em;
}
.carousel-text p {
    color: #ffffffeb;
    font-family: 'libre_baskervilleregular';
    font-size: 14px;
}
.properties-for-rent .col-md-4 {
    margin-bottom: 2.5em;
}


.page-link {
    color: #fff;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 12px;
    font-family: 'libre_baskervilleregular';
}
.page-item.active .page-link, .page-item:hover .page-link {
    background-color: #000012;
    border: 1px solid #CE962E;
    color: #fff;
}
.page-item.disabled {
    display: none;
}


/*****rent-property-detail-page*****/
section.rent-property-detail-page {
    background-color: #8C8CA1;
    padding: 3em 0;
}
.rent-property-detail-page .back a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-family: 'libre_baskervillebold';
}
.rent-property-detail-page .back i {
    margin-right: 8px;
    font-size: 18px;
}
.rent-property-detail-page .carousel-header {
    position: absolute;
    z-index: 1;
    left: 1.3em;
    top: 1.3em;
}
.rent-property-detail-page .carousel-header figure {
    margin: 0;
    max-width: 80%;
    background-color: #000000;
    padding: 9px 25px;
}


.gallery .glry-ryt img {
    border-radius: 20px;
    width: 306px;
    height: 204px;
    object-fit: cover;
}


.about-property h2 {
    color: #fff;
    font-size: 33px;
    font-family: 'libre_baskervillebold';
}
.about-property h2 span {
    margin-left: 1em;
}
.about-property h3 {
    color: #fff;
    font-size: 23px;
    font-family: 'libre_baskervillebold';
    margin: 1.3em 0;
}
.about-property ul {
    display: flex;
    list-style-type: none;
    margin: 1.3em 0;
    padding: 0;
}
.about-property ul li {
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid #ffffff9c;
    color: #fff;
    font-family: 'comic_sans_msregular';
    font-size: 15px;
}
.about-property ul li:first-child {
    border-left: none;
    padding-left: 0;
}
.rent-property-detail-page h4 {
    color: #fff;
    margin-top: 1em;
    margin-bottom: 0.7em;
    font-family: 'libre_baskervillebold';
    font-size: 28px;
}
.about-property p {
    color: #ffffffed;
    font-family: 'libre_baskervilleregular';
    font-size: 13px;
    line-height: 2;
}
.about-property .card {
    background-color: #EEEEEE;
    border-radius: 20px;
    border: none;
}
.about-property .card-header {
    height: 50px;
    background-color: #100F32;
    border-radius: 20px 20px 0 0;
    text-align: center;
    line-height: 2;
}
.about-property .card-header figure {
    margin: 0;
}
.about-property img.bs-logo {
    width: 50%;
    max-width: 90px;
}
.about-property .card-body h5 {
    color: #000;
    font-size: 14.6px;
    font-family: 'libre_baskervillebold';
    padding: 5px 0;
}
.about-property .card-body .profile img {
    width: 45px;
}
.about-property .card-body .profile span {
    color: #000;
    font-size: 14px;
    padding-left: 7px;
    font-family: 'libre_baskervilleregular';
}
.about-property .card-body .form-control, 
.about-property .card-body .form-select {
    border: none;
    font-size: 13px;
    padding: 11px;
    font-family: 'libre_baskervilleregular';
    border-radius: 22px;
}
.about-property .card-body .form-control::placeholder {
    color: #000;
}
.about-property .card-body .btn {
    width: 100%;
    background-color: #100F32;
    color: #CE962E;
    font-size: 13px;
    font-family: 'libre_baskervillebold';
    padding: 10px;
    border-radius: 22px;
}


.property-features {
    width: 100%;
    max-width: 89%;
    padding-top: 1em;
    padding-bottom: 3em;
    border-top: 1px solid #ffffff3d;
    border-bottom: 1px solid #ffffff3d;
}
.property-features ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.property-features ul li {
    color: #fff;
    font-family: 'libre_baskervilleregular';
    padding-right: 35px;
    font-size: 15px;
}
.location {
    width: 100%;
    max-width: 89%;
    padding-top: 0.5em;
}
.location img {
    border-radius: 20px;
}



/**** Articles ****/
section.articles, .contacts {
    background-color: #8C8CA1;
    padding: 3em 0;
}
.articles .head h1, .contacts .head h1 {
    color: #fff;
    font-family: 'libre_baskervillebold';
    font-size: 48px;
    margin-bottom: 1em;
    text-align: center;
}
.articles .head .nav-link, .contacts .head .nav-link {
    padding: 0;
    color: #100F32;
    font-family: 'libre_baskervilleregular';
    font-size: 14px;
}
.articles .head .nav-link.active, 
.articles .head .nav-link:hover,
.contacts .head .nav-link.active, 
.contacts .head .nav-link:hover{
    color: #fff;
}
.articles .body .profile img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}
.articles .body .profile span {
    color: #fff;
    font-size: 12px;
    padding-left: 7px;
    font-family: 'libre_baskervilleregular';
}
.articles .body h4 {
    color: #fff;
    font-family: 'libre_baskervillebold';
    font-size: 18px;
    margin-top: 0.9em;
    margin-bottom: 1em;
}

.articles .body p {
    color: #ffffffeb;
    font-family: 'libre_baskervilleregular';
    font-size: 14px;
    line-height: 1.7;
}
.articles .body .col-md-3 {
    margin-bottom: 2em;
}

.articles-detail .date {
    color: #100F32;
    font-family: 'libre_baskervilleregular';
    font-size: 14px;
    margin: 1em 0;
}
.articles-detail h2 {
    color: #fff;
    font-family: 'libre_baskervillebold';
    font-size: 34px;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.articles-detail h5 {
    color: #fff;
    font-family: 'libre_baskervillebold';
    font-size: 25px;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
}
.articles-detail ul {
    padding-left: 18px;
    margin: 0;
    line-height: 2.5;
    color: #fff;
    font-size: 14px;
    font-family: 'libre_baskervilleregular';
}
.articles-detail ul li::marker {
    color: #CE962E;
}
.articles-detail b {
    color: #fff;
    font-size: 17px;
    font-family: 'libre_baskervillebold';
}
.articles h3 {
    color: #fff;
    font-family: 'libre_baskervillebold';
    font-size: 34px;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    position: relative;
}
.articles h3::before {
    content: "";
    width: 36%;
    height: 1px;
    background-color: #e1e1e169;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.articles h3::after {
    content: "";
    width: 28%;
    height: 1px;
    background-color: #e1e1e169;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.articles .body figure {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: transparent;
    border-radius: 22px;
}
.articles .body figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
    width: 306px;
    height: 211px;
    object-fit: cover;
}
.articles .body figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.articles .body .articles-detail figure img {
    width: 100%;
    height: 400px;
    /*object-position: bottom;*/
}


/**********Contact Us*********/
.contacts .get-in-touch {
    margin: 2em 0;
    display: flex;
    justify-content: space-between;
}
.get-in-touch h3 {
    font-size: 35px;
    font-family: 'libre_baskervillebold';
    color: #fff;
}
.get-in-touch p {
    color: #fff;
    font-size: 14px;
    font-family: 'libre_baskervilleregular';
    margin: 1.2em 0;
}
.get-in-touch .form-control, 
.get-in-touch .form-select,
.modal-body .form-control {
    border: none;
    font-size: 13px;
    padding: 14px 21px;
    font-family: 'libre_baskervilleregular';
    border-radius: 24px;
}
.get-in-touch textarea {
    height: 116px;
}
.get-in-touch .form-control::placeholder, 
.modal-body .form-control::placeholder{
    color: #000;
}
.get-in-touch .btn {
    background-color: #100F32;
    color: #CE962E;
    font-size: 13px;
    font-family: 'libre_baskervillebold';
    padding: 12px 27px;
    border-radius: 23px;
    border-color: #100F32;
}
.get-in-touch .left-form {
    flex-basis: 44%;
    max-width: 50%;
}
.get-in-touch .ryt-img {
    flex-basis: 45%;
    max-width: 50%;
}
.get-in-touch .ryt-img figure {
    width: 100%;
    height: 100%
}
.get-in-touch .ryt-img img {
    border-radius: 22px;
    height: 100%;
    object-fit: cover;
}

.phn-mail {
    display: flex;
    justify-content: center;
    gap: 6.5em;
    padding-top: 1.5em;
    padding: 1.5em 0;
}
.phn-mail .phn, .phn-mail .mail  {
    width: 25%;
    background-color: #fff;
    padding: 33px 20px;
    border-radius: 22px;
}
.phn-mail ul {
    display: flex;
    list-style-type: none;
    padding: 0;
}
.phn-mail ul li i {
    background-color: #100F32;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 50%;
    margin-right: 1em;
    margin-top: -5px;
}
.phn-mail ul li p {
    color: #000000;
    font-size: 19px;
    font-family: 'libre_baskervillebold';
    margin-bottom: 0.4em;
}
.phn-mail ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-family: 'libre_baskervilleregular';
}

 
/******* Modal *******/

.modal-content {
    border-radius: 22px;
    background-color: #8C8CA1;
}
.modal-header {
    border-bottom: none;
}
.btn-close {
    color: #fff;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    opacity: 1;
}
.modal-body {
    padding: 1.5em 2.5em;
}
.modal-title {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-family: 'libre_baskervillebold';
    margin-bottom: 1em;
}
.modal-body .btn {
    width: 100%;
    background-color: #100F32;
    color: #CE962E;
    font-size: 14px;
    font-family: 'libre_baskervillebold';
    padding: 12px 27px;
    border-radius: 23px;
    border-color: #100F32;
    margin-top: 1em;
}
.modal-body p {
    color: #fff;
    font-size: 13px;
    font-family: 'libre_baskervilleregular';
    text-align: center;
    padding-top: 1.5em;
}
.modal-body p a {
    color: #100F32;
}



.step-collunm { display: none; }
.step-collunm.active { display: block; }
.step-header {
    /*background: #fff;
    border: 1px solid #0e0d301c;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 6px 8px #ebebeb;*/
    margin: 0 0 25px;
}
.bar {
    height: 10px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    margin: 10px 0 20px;
}

.bar span {
    display: block;
    height: 100%;
    width: 0%;
    background: #100f32;
    transition: width 0.4s ease;
}
.step-header .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 12px;
}
.step-header .heading h3 {
    margin: 0;
    font-size: 20px;
}
.step-header .heading  span {
    background: #CE962E;
    padding: 3px 20px;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.steps-buttons .buttons-collunm {
    flex: auto;
    padding: 20px 12px;
    border-radius: 8px;
    text-align: center;
    opacity: 0.6;
}
.steps-buttons .buttons-collunm.active {
    opacity: 1;
}
.steps-buttons .buttons-collunm .count {
    height: 50px;
    width: 50px;
    margin: 0 auto 10px;
    background: #100f320f;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 21px;
}
.steps-buttons .buttons-collunm.active .count {
    background: #ce962e;
    color: #fff;
}
.steps-buttons .buttons-collunm h6 {
    margin: 0 0 4px;
    font-size: 17px;
}

.steps-row .step-heading p {
    font-size: 17px;
}
.steps-buttons .buttons-collunm p {
    margin: 0;
}
.steps-row {
    /*background: #fff;
    border: 1px solid #0e0d301c;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 6px 8px #ebebeb;*/
    margin: 0 0 32px;
}
.steps-row .step-heading {
    text-align: center;
    margin: 0 0 26px;
}
.media-collunm h3 {
    margin: 0 0 12px;
    font-size: 24px;
    color: #ce962e;
}
.step-collunm .property-grids {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}
.step-collunm .property-grids .grid .grid-detail {
    border: 2px solid #e5e5e5;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
    text-align: center;
    transition: 0.3s;
}
.step-collunm .property-grids .grid:hover .grid-detail {
    border-color: #ce962e;
    background: #ce962e0d;
}
.step-collunm .property-grids .grid {
   /*width: calc(50% - 12px); */
    width: calc(33% - 12px);
    position: relative;
}

.step-collunm .property-grids .grid input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.step-collunm .property-grids .grid input[type="radio"]:checked ~ .grid-detail {
    border-color: #ce962e;
    background: #ce962e0d;
}
.grid .grid-detail .icon {
    height: 80px;
    width: 80px;
    margin: 0 auto 15px;
    background: #100f3214;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 100%;
}
.grid .grid-detail .icon svg {
    width: 35px;
    height: 35px;
    color: #ce962e;
}
.steps-buttons {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.steps-buttons button {
    border: 1px solid #dddddd;
    padding: 9px 31px;
    border-radius: 22px;
    font-weight: 600;
    transition: 0.3s;
    letter-spacing: 0.3px;
}
.steps-buttons .next-button {
    background: #ce962e;
    border-color: #ce962e;
    color: #fff;
}
.steps-buttons .next-button:hover {
    background: #100f32;
    border-color: #100f32;
}
.steps-buttons button:hover{
    background: #ce962e;
    border-color: #ce962e;
    color: #fff;
}
.steps-buttons button.hidden {
    opacity: 0.5;
    pointer-events: none;
}
.step-collunm.step-2 .property-grids .grid {
    width: calc(20% - 18px);
    position: relative;
}
.property-grids .grid .grid-detail h4 {
    font-size: 20px;
}
.property-grids .sub-category h5 {
    font-size: 18px;
}
.property-grids .sub-category select {
    width: 100%;
    height: 44px;
    border-radius: 6px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    background: #fdfdfd;
}
.property-grids .sub-category select:focus{
    outline: none;
    box-shadow: 0px 0px 6px #100f321a;
}

.form-fields {
    width: 100%;
}
.form-fields label {
    display: block;
    font-weight: 500;
    margin: 0 0 6px;
    font-size: 17px;
}
.form-fields input {
    width: 100%;
    height: 47px;
    border-radius: 5px;
    padding: 13px;
    border: 1px solid #d9d9d9;
    background: #fdfdfd;
}
.upload-box p {
    font-size: 17px;
    font-weight: 600;
}
.form-fields input:focus, .form-fields textarea:focus {
    outline: none;
    box-shadow: 0px 0px 6px #100f321a;
    border-color: #ce962e5e;
}
.form-fields textarea {
    width: 100%;
    height: 90px;
    border-radius: 5px;
    padding: 13px;
    border: 1px solid #d9d9d9;
    background: #fdfdfd;
}
.form-fields .form-group {
    margin: 0 0 16px;
}


.upload-box {
    cursor: pointer;
    border: 2px dashed #ce962e;
    transition: background-color 0.2s ease;
    position: relative;
    border-radius: 6px;
    padding: 30px;
    background: #fdfdfd;
}
.upload-box input {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0;
}

.upload-box:hover {
  background-color: #fffbea;
}
.upload-box .fa-arrow-up-from-bracket {
    font-size: 30px;
    color: #ce962e;
}
.property-grids .detail-collunm {
    width: calc(50% - 12px);
    border: 1px solid #e5e5e5;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
}
.property-grids .detail-collunm img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 7px;
}
.property-detail-row p {
    font-size: 15px;
    text-transform: capitalize;
    color: #6c757d;
    margin: 0;
}
.property-detail-row p span.price {
    font-weight: 700;
    color: #ce962e;
}
.property-detail-row h6 {
    margin: 0;
}
.property-detail-row {
    margin: 0 0 15px;
    border: 1px solid #efefef;
    background: #100f320a;
    padding: 12px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
}
.property-detail-row:last-child{
    margin: 0;
}
.detail-collunm h3 {
    margin: 0 0 18px;
    font-size: 24px;
    color: #ce962e;
}

.discription-collunm {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
}
.media-collunm {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
}
.discription-collunm h3 {
    margin: 0 0 12px;
    font-size: 24px;
    color: #ce962e;
}
.discription-collunm p {
    margin: 0;
}
.media-collunm img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 8px;
}
.property-grids .sub-category {
    width: 100%;
    margin: 12px 0 0;
}
.sub-category-heading span {
    background: #ce962e0d;
    display: inline-block;
    border: 1px solid #ce962e78;
    padding: 3px 13px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}
.sub-category-heading {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
    align-items: center;
}
.sub-category-heading h5 {
    margin: 0;
}


.sub-category-list {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}
.sub-category-list .sub-category-collunm {
    width: calc(20% - 15px);
    text-align: center;
    position: relative;
}
.sub-category-list .sub-category-collunm h6 {
    margin: 0;
    border: 2px solid #e5e5e5;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}
.sub-category-list .sub-category-collunm input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.sub-category-list .sub-category-collunm input:checked + h6, .sub-category-list .sub-category-collunm input[checked] ~ h6 {
    border-color: #ce962e;
    background: #ce962e0d;
    color: #ce962e;
}

.sub-category-list .sub-category-collunm:hover h6{
    border-color: #ce962e;
    background: #ce962e0d;
    color: #ce962e;
}

.navbar .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}


.navbar .dropdown-menu {
  min-width: 200px;
  text-align: left;
}


.navbar .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  font-size: 15px;
}
.navlinks ul.dropdown-menu.dropdown-menu-end {
    right: 0;
}


.card-body .profile {
    text-align: left !important;
}

.profile-card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0px 2px 4px #0000001c;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
}

.profile-detail .profile-detail-collunm {
    gap: 22px;
}
.profile-detail-collunm img {
    height: 140px;
    width: 140px;
    object-fit: cover;
    border-radius: 100%;
    border: 4px solid #ce962e;
}
.profile-detail-collunm ul {
    list-style: none;
    gap: 140px;
    padding: 0;
}
.profile-detail-collunm h3 {
    font-weight: 700;
    margin: 0 0 4px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #100F32;
}
.profile-detail-collunm h3 span {
    color: #ce962e;
    background: #ce962e0d;
    display: inline-block;
    border: 1px solid #ce962e78;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}
.profile-detail-collunm ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
.profile-detail a.btn.btn-sm
{
      border: 1px solid #dddddd;
    padding: 9px 31px;
    border-radius: 22px;
    font-weight: 500;
    transition: 0.3s;
    letter-spacing: 0.3px;
    background: #ce962e;
    border-color: #ce962e;
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 16px;
}
.profile-detail a.btn.btn-sm:hover {
    background: #100f32;
    border-color: #100f32;
}



.profile-detail button.btn {
    border: 1px solid #dddddd;
    padding: 9px 31px;
    border-radius: 22px;
    font-weight: 500;
    transition: 0.3s;
    letter-spacing: 0.3px;
    background: #ce962e;
    border-color: #ce962e;
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
}
.profile-detail button.btn:hover {
    background: #100f32;
    border-color: #100f32;
}
.profile-detail-collunm ul li i {
    font-size: 18px;
    color: #ce962e;
}
.profile-rattings h4 {
    font-weight: 700;
    margin: 0 0 2px;
    color: #100F32;
}

.profile-container .nav-tabs {
    border: 1px solid #e5e5e5;
    padding: 5px;
    border-radius: 8px;
    /*box-shadow: 0px 2px 4px #0000001c;*/
    gap: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
    flex-wrap: nowrap;
}
.profile-container .nav-tabs .nav-item .nav-link {
    border: none;
    width: 100%;
    background: #fff;
    font-weight: 500;
    color: #495057;
    border-radius: 6px;
    margin: 0;
    text-align: center;
}
.profile-container .nav-tabs .nav-item .nav-link:hover {
    color: #ce962e;
}
.profile-container .nav-tabs .nav-item .nav-link.active {
    background: #ce962e;
    color: #fff;
}
.profile-container .nav-tabs .nav-item {
    /*width: calc(16% - 0px);*/
    width: auto;
    flex: auto;
}
.activity-card {
    border: 1px solid #e5e5e5;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
    height: 100%;
}
.activity-card h5 {
    font-size: 20px;
    margin: 0 0 8px;
}
.activity-card span.tag {
    background: #ce962e0d;
    display: inline-block;
    border: 1px solid #ce962e78;
    padding: 3px 13px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    margin: 0 2px 4px;
}
.activity-card li {
    margin: 0 0 9px;
    border: 1px solid #efefef;
    background: #100f320a;
    padding: 12px 12px 12px 26px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.activity-card li:before {
    content: "";
    position: absolute;
    left: 10px;
    height: 8px;
    width: 8px;
    background: #ce962e;
    top: 22px;
    border-radius: 100%;
}
.activity-card form .form-group label {
    display: block;
    font-weight: 500;
    margin: 0 0 6px;
}
.activity-card form .form-group input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 13px;
    border: 1px solid #d9d9d9;
    background: #fdfdfd;
    font-size: 14px;
}
.activity-card form .form-group {
    margin: 0 0 16px;
}
.activity-card form .form-group textarea {
    width: 100%;
    height: 80px;
    border-radius: 5px;
    padding: 13px;
    border: 1px solid #d9d9d9;
    background: #fdfdfd;
    font-size: 14px;
}
.activity-card form .form-group input:focus, .activity-card form .form-group textarea:focus, 
.activity-card .form-group select:focus{
    outline: none;
    box-shadow: 0px 0px 6px #100f321a;
    border-color: #ce962e5e;
}

.activity-card form .form-group button {
    border: 1px solid #dddddd;
    padding: 9px 31px;
    border-radius: 22px;
    font-weight: 500;
    transition: 0.3s;
    letter-spacing: 0.3px;
    background: #ce962e;
    border-color: #ce962e;
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
}


.activity-card .form-group label {
    display: block;
    font-weight: 500;
    margin: 0 0 6px;
}
.activity-card .form-group {
    margin: 0 0 15px;
}
.activity-card .form-group .checkbox-collunm {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 4px;
}
.activity-card .form-group .checkbox-collunm input {
    height: 16px;
    width: 16px;
}
.activity-card .form-group select {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 13px;
    border: 1px solid #d9d9d9;
    background: #fdfdfd;
    font-size: 15px;
}






.agent-modals form .form-group label {
    display: block;
    font-weight: 500;
    margin: 0 0 6px;
    color: #fff;
}
.agent-modals form .form-group input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 13px;
    border: none;
    background: #fdfdfd;
    font-size: 14px;
}
.agent-modals form .form-group {
    margin: 0 0 16px;
}
.agent-modals form .form-group textarea {
    width: 100%;
    height: 80px;
    border-radius: 5px;
    padding: 13px;
    border: none;
    background: #fdfdfd;
    font-size: 14px;
}
.agent-modals form .form-group input:focus, .agent-modals form .form-group textarea:focus, 
.agent-modals .form-group select:focus{
    outline: none;
    box-shadow: 0px 0px 6px #100f321a;
    border-color: #ce962e5e;
}

.agent-modals form .form-group button {
    border: 1px solid #dddddd;
    padding: 10px 40px;
    border-radius: 22px;
    font-weight: 500;
    transition: 0.3s;
    letter-spacing: 0.3px;
    background: #100F32;
    border-color: #100F32;
    color: #CE962E;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.agent-modals form .form-group button:hover {
    background: #CE962E;
    border-color: #CE962E;
    color: #fff;
}
.agent-modals .modal-dialog {
    max-width: 600px;
}
.agent-modals .modal-body {
    padding: 10px 20px 20px;
}
.agent-modals .modal-header {
    padding: 30px 25px 16px;
    position: relative;
    justify-content: center;
}

.agent-modals .modal-header h2 {
    margin: 0;
}
.agent-modals .modal-header button.btn-close {
    position: absolute;
    right: 0;
    top: -10px;
    background: #CE962E;
    border: none;
    border-radius: 30px;
    font-size: 19px;
}
.agent-modals .modal-header button.btn-close:hover {
    opacity: 1;
}



.chat-wrap {
    margin: 28px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0,0,0,.06);
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.search-box {
    padding: 16px 14px;
    border-bottom: 1px solid #eef0f4;
    background: #ffffff;
}
.search-box .form-control{
    border-radius:10px
}
.user-list {
    overflow-y: auto;
    min-height: 455px;
    max-height: 455px;
}
.user{
    display:flex;
    gap:12px;
    padding:14px;
    border-bottom:1px solid #e9e9e9;
    cursor:pointer;
}
.user:hover{background:#100f320a}
.user.active {
    background: #100f320a;
}
.avatar{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#ce962e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700
  }
.user .name{
    font-weight:600
}
.user .preview{
    font-size:.85rem;
    color:#6b7280;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:180px
}
.main {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-left: 1px solid #e9e9e9;
}
  .selected-user {
    padding: 13px 18px 12px;
    border-bottom: 1px solid #eef0f4;
    display: flex;
    align-items: center;
    gap: 12px;
}
.status-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    display:inline-block;
    margin-right:6px
}
.status-online{
    background:#22c55e
}
.status-offline{
    background:#9ca3af
}
.messages {
    flex: 1;
    overflow-y: auto;
    background: #100f320a;
    padding: 20px;
    min-height: 380px;
    max-height: 380px;
}
.msg{
    display:flex;
    margin-bottom:12px
}
.msg.sent{
    justify-content:flex-end
}
.bubble {
    max-width: 65%;
    padding: 7px 14px;
    border-radius: 12px;
    position: relative;
}
  .received .bubble {
    background: #ffffff;
    color: #111827;
    border-bottom-left-radius: 3px;
    border: 1px solid #f2f4f7;
}
.sent .bubble {
    background: #ce962e;
    color: #fff;
    border-bottom-right-radius: 3px;
    border: 1px solid #b78b3a;
}
.time{
    display:block;
    font-size:.72rem;
    opacity:.75;
    margin-top:4px
}
.input-area{
    padding:14px 16px;
    border-top:1px solid #eef0f4;
    display:flex;
    gap:10px;
    background:#fff
}
.input-area .form-control{
    border-radius:24px
}
.input-area .btn {
    border-radius: 24px;
    padding: 10px 10px;
    background: #ce962e;
    color: #fff;
    font-weight: 500;
    min-width: 46px;
    display: flex;
    align-items: center;
    height: 46px;
    justify-content: center;
}
.input-area .btn:hover{
    background:#100F32;
}
.input-area .btn i {
    font-size: 18px;
    position: relative;
    left: -1px;
}
.input-area input:focus{
    outline: none;
    box-shadow: 0px 0px 6px #100f321a;
    border-color: #ce962e5e;
}




.listing-grid {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #100f320a;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 15px;
    margin: 20px 0;
    transition: all 0.3s ease;
}
.listing-grid:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
.listing-grid .image {
    width: 130px;
    height: 130px;
    border-radius: 12px;
    overflow: hidden;
}
.listing-grid .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.list-property-detail p {
    margin: 0 0 5px;
}
.list-property-detail p .fa-location-dot {
    margin: 0 5px 0 0;
}
.list-property-detail .price {
    margin: 12px 0 0px;
    font-size: 18px;
    font-weight: 700;
    color: #ce962e;
}
.list-property-detail .date {
    color: #6c757d;
    font-size: 13px;
}
.property-buttons a {
    display: block;
    border: 1px solid #dddddd;
    padding: 8px 16px;
    border-radius: 22px;
    transition: 0.3s;
    letter-spacing: 0.3px;
    background: #ffffff;
    border-color: #ce962e;
    color: #ce962e;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s;
    text-transform: capitalize;
}
.property-buttons {
    margin: 0 0 0 auto;
    display: flex;
    gap: 6px;
    flex-direction: column;
}
.property-buttons a:hover{
    background:#ce962e;
    color: #fff;
}




.pricing-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  padding: 2rem 1.5rem;
  transition: 0.3s;
  position: relative;
}
.pricing-card:hover {
  transform: translateY(-5px);
}
.pricing-price {
  font-size: 2rem;
  font-weight: 800;
  color: #ce962e;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.pricing-card ul li {
    margin: 6px 0;
}
.pricing-card ul li::before {
    content: "";
    color: #ce962e;
    margin-right: 8px;
    position: relative;
    top: -2px;
    height: 7px;
    width: 7px;
    display: inline-block;
    background: #ce962e;
    border-radius: 100%;
}
.pricing-card .btn-yellow {
  background-color: #ce962e;
  color: #fff;
  font-weight: 600;
}
.pricing-card .btn-yellow:hover {
    background-color: #100f32;
}
.pricing-card .popular {
  border: 2px solid #ce962e;
  position: relative;
}
.pricing-card .popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ce962e;
  color: #fff;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.85rem;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}



.subscription-table .table thead {
    background-color: #ce962e;
    color: #fff;
}
.subscription-table .table thead th {
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 15px;
}
.subscription-table .table tbody tr {
  vertical-align: middle;
}
.subscription-table .status-dot {
  height: 10px;
  width: 10px;
  background-color: #28a745; /* green for approved */
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.subscription-table .btn-download {
  background-color: #ce962e;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 0.8rem;
  transition: 0.3s;
}
.subscription-table .btn-download:hover {
  background-color: #100F32;
  color: #fff;
}
.subscription-table .table-responsive {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 8px;
  overflow: hidden;
}
.subscription-table .table td {
    font-size: 16px;
    padding: 17px 15px;
}

.subscription-table .table input[type="checkbox"] {
    height: 20px;
    width: 16px;
    position: relative;
    top: 2px;
}



.agent-card {
    border-radius: 12px;
    padding: 18px 22px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    background: #100f320a;
    border: 1px solid #e9e9e9;
}
.agent-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
.agent-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.agent-info img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ce962e;
}
.agent-details h5 {
    margin: 0 0 3px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.agent-details .email, .agent-details .contact {
    font-size: 15px;
    color: #555;
    margin-bottom: 3px;
}
.agent-details .email i,
.agent-details .contact i {
  color: #ce962e;
  margin-right: 6px;
}
.agent-details .stats {
    font-size: 16px;
    font-weight: 600;
    color: #ce962e;
    margin-top: 13px;
}
.agent-stats {
    text-align: right;
    font-size: 15px;
    color: #444;
}
.agent-stats .badge {
    font-size: 0.75rem;
    margin-bottom: 6px;
    padding: 5px 10px;
    border-radius: 40px;
}
.agent-stats div {
  margin-bottom: 4px;
}
.agent-stats i {
  color: #ce962e;
  margin-right: 6px;
}

#preview-container .preview-img-wrapper img {
    border-radius: 8px;
}
.preview-img-wrapper .remove-img {
    width: 28px;
    height: 28px;
}

.add-agent-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add-agent-btn button.btn {
    border: 1px solid #dddddd;
    padding: 6px 15px;
    border-radius: 22px;
    font-weight: 500;
    transition: 0.3s;
    letter-spacing: 0.3px;
    background: #ce962e;
    border-color: #ce962e;
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 13px;
}
.add-agent-btn button.btn:hover{
    background:#100f32;
    border-color: #100f32;
}

.agent-modals .upload-box {
    padding: 20px;
}
.agent-modals .upload-box p {
    margin: 0;
    padding: 0;
}

.property-filter {
    /*border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06);*/
    margin: 30px 0 0;
}
.property-filter input {
    width: 100%;
    height: 47px;
    border-radius: 5px;
    padding: 13px;
    border: 1px solid #d9d9d9;
    background: #fdfdfd;
}
.property-filter input:focus {
    outline: none;
    box-shadow: 0px 0px 6px #100f321a;
    border-color: #ce962e5e;
}
.property-filter .form-group {
    position: relative;
}
.property-filter button {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    padding: 11px 15px;
    opacity: 0.5;
    transition: 0.3s;
}
.property-filter button:hover {
    opacity: 1;
}


.property-image {
    position: relative;
}
.property-image .user-image {
    position: absolute;
    bottom: -28px;
    right: 15px;
}
.property-image .user-image img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    box-shadow: 0px 2px 8px #a5a5a5;
    max-width: 60px;
    max-height: 60px;
    min-height: 60px;
}
.property-image .user-image span {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    background: #ce962e;
    padding: 3px 14px;
    border-radius: 18px;
}
.property-card .property-image a img {
    height: 280px;
    border-bottom: 1px solid #f3f3f3;
}


.view-detail-btn a {
    border: 1px solid #dddddd;
    padding: 5px 20px;
    border-radius: 22px;
    font-weight: 500;
    transition: 0.3s;
    letter-spacing: 0.3px;
    background: #ffffff;
    border-color: #ce962e;
    color: #ce962e;
    display: inline-block;
    text-decoration: none;
}
.pagination li.page-item .page-link {
    border-radius: 5px;
    background: #ce962e;
}

.view-detail-btn a:hover{
    background: #ce962e;
    color: #fff;
}
.view-detail-btn {
    margin: 12px 0 0;
}

.gallery .carousel-item img {
    height: 640px;
    object-fit: cover;
    object-position: top;
}

.property-detail-main {
    color: #fff;
}
.property-detail-main {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0;
}
.property-detail-main .discription {
    border-top: 1px solid #ddd;
    padding: 17px 0 0px;
    margin: 15px 0 0;
}
.property-detail-main .right-collumn .price {
    font-size: 30px;
    font-weight: 700;
}
.property-detail-main .left-collumn ul {
    display: flex;
    padding: 0;
    gap: 50px;
    list-style: inside;
    font-size: 14px;
}
.property-detail-main .left-collumn .category {
    border: 1px solid #ce962e;
    display: inline-block;
    background: #ce962e;
    padding: 3px 20px;
    border-radius: 30px;
    font-size: 12px;
}
.property-detail-main .left-collumn h3 {
    margin: 11px 0 10px;
}
.activity-card .bio-btnadd {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    font-weight: 500;
    transition: 0.3s;
}
.activity-card .bio-btnadd:hover{
    background: #100f32 !important;
}


section.articles .container {
    max-width: 900px;
}
.articles .articles-detail  a {
    color: #ffffff;
    transition: 0.3s;
}
.articles .articles-detail a:hover {
    color: #100f32;
}
.articles .articles-detail img {
    width: auto;
    height: auto;
    object-position: top;
    border-radius: 10px;
    max-width: 100%;
}
.articles .articles-detail ul li img {
    width: auto;
    height: auto;
}
.articles .articles-detail h3 {
    margin: 20px 0 20px;
    font-size: 24px;
    text-align: left;
}
.articles .articles-detail p {
    line-height: 22px;
    margin: 0 0 10px;
}
.articles .articles-detail h3:after, .articles .articles-detail h3:before{
    display: none;
}
.articles .articles-detail h2 {
    font-weight: 600;
}
.articles .articles-detail a strong {
    font-weight: normal;
}

.auther {
    display: flex;
    align-items: center;
    gap: 20px;
}
.auther ul {
    padding: 0;
    list-style: none;
}
.next-up {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.next-up div {
    width: calc(50% - 10px);
}
.article-collunm {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.article-collunm .profile span {
    color: #333 !important;
}
.article-collunm h4 a {
    color: #333 !important;
}
.articles .article-collunm p {
    color: #333;
}
.article-collunm {
    background: #ffffffb5;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 10px 10px #0000002b;
}

.articles .articles-detail ol {
    padding: 0 0 0 20px;
    color: #fff;
}


@media (max-width: 1599px){
.property-listing .container {
    max-width: 1100px;
}
.property-grids .detail-collunm img {
    height: 270px;
}
.property-detail-row {
    margin: 0 0 12px;
}
.profile-detail-collunm ul {
    gap: 80px;
}
.profile-container .nav-tabs .nav-item {
    /*width: calc(16% - 2px);*/
}
.profile-container .nav-tabs .nav-item .nav-link {
    padding: 8px 9px;
}
}


@media (max-width: 1199px){
.property-listing .container {
    max-width: 960px;
}
.profile-container .nav-tabs {
    gap: 9px;
}
.profile-container .nav-tabs .nav-item {
    width: auto;
    flex: auto;
}
.profile-detail-collunm ul {
    gap: 20px;
}
}

@media (max-width: 991px){
.property-listing .container {
    max-width: 740px;
}
.steps-buttons .buttons-collunm h6 {
    font-size: 16px;
}
.steps-buttons .buttons-collunm p {
    font-size: 15px;
}
.steps-buttons .buttons-collunm .count {
    height: 40px;
    width: 40px;
    margin: 0 auto 8px;
    font-size: 18px;
}
.step-collunm .property-grids .grid .grid-detail {
    padding: 20px;
}
.grid .grid-detail .icon {
    height: 70px;
    width: 70px;
}
.grid .grid-detail .icon svg {
    width: 30px;
    height: 30px;
}
.sub-category-list .sub-category-collunm h6 {
    padding: 14px 8px;
}
.sub-category-list .sub-category-collunm {
    width: calc(25% - 15px);
}
.property-grids .grid .grid-detail h4 {
    font-size: 18px;
}
.property-grids .detail-collunm {
    padding: 16px;
}
.media-collunm, .discription-collunm {
    padding: 16px;
}
.media-collunm #review-media {
    gap: 0px !important;
}
.media-collunm img {
    width: 94px !important;
    height: 94px !important;
}
.discription-collunm h3 {
    margin: 0 0 10px;
    font-size: 22px;
}
.property-detail-row {
    padding: 10px;
}
.media-collunm h3 {
    margin: 0 0 10px;
    font-size: 22px;
}
.detail-collunm h3 {
    margin: 0 0 14px;
    font-size: 22px;
}
.site-header .navbar {
    justify-content: end;
    align-items: center;
}
.site-header a.navbar-brand {
    max-width: 267px;
    margin: 0 auto 0 0;
    display: inline-block;
}
.site-header .navbar .navbar-toggler {
    position: absolute;
    right: 160px;
    background: #ce962e;
    padding: 6px 7px;
}
.site-header .navbar .navbar-toggler .navbar-toggler-icon {
    height: 3px;
    width: 26px;
    background: #fff;
    position: relative;
    top: -2px;
}
.site-header .navbar .navbar-toggler .navbar-toggler-icon:before {
    content: "";
    height: 3px;
    width: 26px;
    position: absolute;
    top: 9px;
    background: #fff;
    right: 0px;
}
.site-header .navbar .navbar-toggler .navbar-toggler-icon:after {
    content: "";
    height: 3px;
    width: 26px;
    position: absolute;
    bottom: 9px;
    background: #fff;
    right: 0;
}
.site-header .navbar .navbar-collapse-right {
    margin: 0;
}
.site-header .navbar .navbar-collapse {
    position: absolute;
    width: calc(100% + 24px);
    left: -12px;
    top: 92px;
    background: #100f32;
    border-top: 1px solid #ffffff;
}
.site-header .navbar .navbar-collapse .navbar-nav li.nav-item {
    margin: 0;
    padding: 3px 20px;
}
.site-header .navbar .navbar-collapse .navbar-nav li.nav-item .nav-link.dropdown-toggle {
    position: relative;
}
.site-header .navbar .navbar-collapse .navbar-nav li.nav-item .nav-link.dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
}
.profile-container .profile-card {
    padding: 16px !important;
    position: relative;
}
.profile-detail .profile-detail-collunm {
    gap: 18px;
}
.profile-detail-collunm img {
    height: 120px;
    width: 120px;
}
.profile-detail-collunm h3 {
    font-size: 22px;
}
.profile-detail-collunm h3 span {
    padding: 4px 10px;
    font-size: 12px;
}
.profile-detail .profile-detail-collunm p {
    font-size: 15px;
}
.profile-detail-collunm ul li {
    gap: 6px;
    font-size: 14px;
}
.profile-detail-collunm ul {
    gap: 10px;
}

.profile-detail button.btn, .profile-detail a.btn.btn-sm {
    padding: 8px 14px;
    font-size: 14px;
    /* position: absolute; */
    /* right: 17px; */
    /* top: 20px; */
}
.profile-detail-collunm ul {
    flex-wrap: wrap;
}
.profile-container .profile-card .profile-rattings {
    margin-top: 18px !important;
}
.profile-container .profile-card .profile-rattings p {
    margin: 0;
}
}

@media (max-width: 767px){
.property-listing .container {
    max-width: 540px;
}
.bar {
    margin: 10px 0 10px;
}
.steps-buttons .buttons-collunm {
    padding: 16px 0px;
}
.steps-buttons {
    gap: 8px;
}
.steps-buttons .buttons-collunm h6 {
    font-size: 14px;
}
.steps-buttons .buttons-collunm p {
    font-size: 12px;
}
.step-header {
    margin: 0 0 16px;
}
.property-grids .grid .grid-detail h4 {
    font-size: 17px;
}
.step-collunm .property-grids .grid .grid-detail p {
    margin: 0;
    font-size: 15px;
}
.grid .grid-detail .icon {
    height: 66px;
    width: 66px;
    margin: 0 auto 10px;
}
.step-header .heading  span {
    font-size: 12px;
}
.step-collunm .property-grids {
    gap: 16px;
}
.step-collunm .property-grids .grid {
    width: calc(50% - 8px);
}
.steps-row .step-heading p {
    font-size: 16px;
}
.steps-row .step-heading h2 {
    font-size: 24px;
    margin: 0 0 6px;
}
.steps-row .step-heading {
    margin: 0 0 16px;
}
.property-listing .head {
    margin-bottom: 40px !important;
}
.steps-buttons button {
    padding: 8px 29px;
    font-size: 14px;
}
.steps-row {
    margin: 0 0 25px;
}
.step-collunm.step-2 .property-grids .grid {
    width: calc(50% - 8px);
}
.sub-category-list {
    gap: 16px;
}
.sub-category-list .sub-category-collunm {
    width: auto;
    flex: auto;
}
.sub-category-list .sub-category-collunm h6 {
    padding: 13px 8px;
    font-size: 15px;
}
.property-grids .detail-collunm {
    width: 100%;
}
.media-collunm, .discription-collunm {
    width: 100%;
}
.footer-inner {
    flex-direction: column;
}
.profile-detail button.btn, .profile-detail a.btn.btn-sm {
    padding: 5px 11px;
    font-size: 12px;
}
.profile-container .nav-tabs {
    gap: 3px;
    padding: 3px;
    margin-bottom: 12px !important;
}
.profile-container .nav-tabs .nav-item .nav-link {
    padding: 6px 5px;
    font-size: 14px;
    letter-spacing: -0.2px;
}
.listing-grid {
    gap: 10px;
    padding: 12px;
    margin: 16px 0;
}
.property-buttons a {
    padding: 6px 7px;
    font-size: 12px;
    letter-spacing: -0.2px;
    min-width: 120px;
}
.listing-grid .image {
    width: 110px;
    height: 110px;
}
.activity-card h5 {
    font-size: 18px;
    margin: 0 0 5px;
}
.list-property-detail .price {
    margin: 6px 0 0px;
    font-size: 16px;
}
.user {
    gap: 9px;
    padding: 9px;
}
.user-list {
    min-height: 300px;
    max-height: 300px;
}
.selected-user {
    padding: 11px;
    gap: 10px;
}
.messages {
    padding: 12px;
    min-height: 220px;
    max-height: 220px;
}
.bubble {
    padding: 5px 12px;
    border-radius: 12px;
    position: relative;
}
.time {
    margin-top: 2px;
}
.chat-wrap {
    margin: 10px auto;
}
.subscription-table .table td {
    font-size: 13px;
    padding: 13px 5px;
}
.subscription-table .table thead th {
    padding: 7px 4px;
    font-size: 13px;
}
.subscription-table .btn-download {
    padding: 6px 9px;
    font-size: 12px;
}
.flex-buttons {
    position: absolute;
    right: 0;
    top: -36px;
}
}

@media (max-width: 575px){
.step-header .heading h3 {
    font-size: 18px;
}
.property-listing .head {
    margin-bottom: 42px !important;
}
.step-header .heading  span {
    font-size: 12px;
    padding: 2px 10px;
}
.steps-buttons {
    gap: 6px;
}
.steps-buttons .buttons-collunm .count {
    height: 36px;
    width: 36px;
    font-size: 16px;
}
.steps-buttons .buttons-collunm {
    padding: 16px 0px 0;
}
.steps-row .step-heading p {
    font-size: 15px;
}
.step-collunm .property-grids {
    gap: 12px;
}
.step-collunm .property-grids .grid .grid-detail {
    padding: 16px;
}
.property-grids .grid .grid-detail h4 {
    font-size: 16px;
    margin: 0 0 2px;
}
.step-collunm .property-grids .grid .grid-detail p {
    font-size: 14px;
    line-height: 19px;
}
.sub-category-list {
    gap: 8px;
}
.sub-category-list .sub-category-collunm h6 {
    padding: 11px 6px;
    font-size: 14px;
}
.form-fields input {
    height: 42px;
    padding: 11px;
    font-size: 15px;
}
.form-fields textarea {
    height: 80px;
    padding: 11px;
    font-size: 15px;
}
.form-fields .form-group {
    margin: 0 0 12px;
}
.form-fields label {
    font-size: 15px;
}
.upload-box {
    padding: 20px;
}
.upload-box p {
    font-size: 16px;
    margin: 0 !important;
}
.upload-box .fa-arrow-up-from-bracket {
    font-size: 24px;
}
.upload-box {
    padding: 18px 10px 10px;
}
#preview-container {
    gap: 0;
}
.steps-row {
    margin: 0 0 20px;
}
.grid .grid-detail .icon svg {
    width: 24px;
    height: 24px;
}
.grid .grid-detail .icon {
    height: 60px;
    width: 60px;
    margin: 0 auto 8px;
}
.property-detail-row {
    align-items: center;
}
.property-detail-row h6 {
    font-size: 14px;
}
.property-detail-row p {
    font-size: 14px;
}
.site-header a.navbar-brand img {
    width: 220px;
}
.site-header .navbar {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 5px;
}
.site-header a.navbar-brand {
    max-width: 210px;
    margin: 0 auto 0 0;
    display: inline-block;
}
.site-header .navbar .navbar-collapse-right {
    margin: 0;
}
.site-header .navbar .navbar-toggler {
    padding: 4px 7px 6px;
    top: 30px;
    right: 0;
}
.site-header .navbar .navbar-collapse {
    top: 140px;
    margin: 0;
}
.footer .manu .nav-item {
    padding-left: 1em;
}
.profile-container .profile-card {
    padding: 13px !important;
}
.profile-detail .profile-detail-collunm {
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.profile-detail-collunm img {
    height: 110px;
    width: 110px;
    border-width: 3px;
}
.profile-detail-collunm h3 {
    justify-content: center;
}
.profile-detail-collunm ul {
    justify-content: center;
    margin: 0;
}
.profile-detail .profile-detail-collunm p {
    text-align: center;
}
.profile-container .nav-tabs .nav-item .nav-link {
    padding: 6px 10px;
    font-size: 14px;
    letter-spacing: 0;
}
.profile-container .nav-tabs {
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
}
.profile-container .nav-tabs .nav-item {
    flex: inherit;
}
.activity-card {
    padding: 15px;
}
.activity-card li {
    margin: 0 0 9px;
    padding: 9px 12px 9px 23px;
    font-size: 14px;
}
.activity-card li:before {
    left: 8px;
    height: 7px;
    width: 7px;
    top: 17px;
}
.listing-grid {
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
}
.property-buttons {
    gap: 4px;
    flex-direction: row;
    margin: 0;
}
.property-buttons a {
    padding: 6px 6px;
    font-size: 11px;
    flex: auto;
    min-width: inherit;
}
.listing-grid .list-property-detail {
    width: calc(100% - 130px);
}
.article-collunm {
    margin: 0 0 12px;
}
.articles .articles-detail h2 {
    font-size: 26px;
}
.articles .head h1 {
    font-size: 36px;
    margin: 0 0 20px;
}
.articles .articles-detail h3 {
    margin: 20px 0 10px;
    font-size: 20px;
}
.articles h3 {
    margin-top: 1em;
    margin-bottom: 1em;
}
}



/*@media only screen and (max-width: 1240px) {

}*/