html,
body{
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}
a{
    transition: linear 0.5s;
    text-decoration: none !important;
}
.theme-clr{
    color: #149353;
}
.theme-clr2{
    color: #06160E;
}
.ft-12{
    font-size: 12px !important;
}
.ft-14{
    font-size: 14px;
}
.ft-18{
    font-size: 18px !important;
}
.sidebar_view{
    transform: unset;
    transition: liner 0.5s;
}
.bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.view_more-btn a,.view_more-btn button{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    background: #149353;
    color: #fff;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #149353;
}
.view_more-btn button {
    margin-left: 10px;
    margin-top: 2px;
}
.view_more-btn a:hover {
    background: transparent;
    color: #149353;
}
.load_more-btn a {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    background: #06160E;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 5px;
}
.load_more-btn a:hover {
    background: #fff;
    color: #06160E;
}
.pro-box .price{
    font-size: 20px;
    font-weight: 600;
}
/*-------- ACCORDIAN-STYLE ---------*/
.accordion-header {
    font-size: 18px;
    color: #06160E;
    background: transparent;
    border: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    outline: none !important;
}
.accordion-header::after {
  content: "\f078";
  transition: transform 0.3s ease;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 14px;
  color: #149353;
}
.accordion-header.active::after {
  transform: rotate(180deg);
}
.accordion-content {
  display: none;
  flex-direction: column;
  padding-left: 10px;
}
.accordion-menu .accordion-item {
    border: 0;
}
button.accordion-header.active {
    border-bottom: 1px solid #149353;
}
/*============
    HEADER 
===============*/
header {
    background: #000000;
    padding-top: 5px;
    transition: linear 0.5s;
    width: 100%;
}
header.sticky {
    position: fixed !important;
    top: 0;
    transition: linear 0.5s;
    z-index: 9;
}
header .header-content .navbar-brand {
    position: absolute;
    top: 0;
    left: 4%;
    z-index: 9;
}
header .header-content .center_content {
    width: 73%;
    margin-left: auto;
}
header .header-content .center_content .logo-head h1 {
    color: #ffffff;
    font-size: 65px;
    line-height: 75px;
    font-weight: 600;
    letter-spacing: 25px;
}
header .header-content .center_content .menu-button button {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}
.header-line {
    margin-bottom: -13px;
}
header .header-content .center_content .couple-img {
    margin-bottom: -16px;
    position: relative;
    right: 80px;
}
header .extra-links a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .extra-links a img {
    margin-right: 8px;
}
header .extra-links .search-button button {
    background: #149353;
    border: 0;
    border-radius: 3px;
    width: 26px;
    height: 26px;
    padding: 0 0;
}
header .extra-links a span::before {
    content: '';
    background: #149353;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
header .extra-links a span:hover::before {
    width: 100%;
}
header .extra-links a:hover {
    color: #149353;
}
.navbar-light .navbar-nav .nav-link {
    padding: 8px 24px;
    background: #171717;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    border-radius: 10px;
    margin-right: 25px;
}
.navbar-light .navbar-nav li:last-child .nav-link {
    margin: 0;
}
.navbar-light .navbar-nav .nav-link:hover {
    background: #149353;
}
/*====================
    LEFT-SIDEBAR
=====================*/
.calendar {
    width: 100%;
}
.calendar__month {
     display: none;
}
.cal-month__previous, .cal-month__next {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     cursor: pointer;
     width: 30px;
     height: 30px;
     text-align: center;
}
.cal-month__previous:hover, .cal-month__next:hover {
     background-color: #42a5f5;
     box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75);
     border-radius: 50%;
     font-weight: 800;
     color: #111;
}
.cal-month__next {
     right: 0;
}
.cal-month__current {
     text-align: center;
     color: #e1e1e1;
}
.cal-head__day, .cal-body__day {
     display: inline-block;
     font-size: 12px;
     width: 26px;
}
.cal-body__week, .calendar__head {
    margin-bottom: 8px;
}
.calendar__head {
     line-height: 30px;
     position: relative;
}
.cal-body__day {
     color: #777;
     line-height: 26px;
     text-align: center;
     cursor: pointer;
}
.cal-day__month--current {
     color: #0F172A;
}
.cal-day__day--today {
     font-weight: 800;
     color: #149353;
}
.cal-day__day--selected {
     background-color: #149353;
     border-radius: 6px;
     color: #ffffff;
}
.flex-container {
    display: flex;
    padding: 0 15px;
}
.flex-container aside {
    width: 14%;
}
.housing_pg {
    padding-bottom: 50px;
}
.flex-container main {
    width: 72%;
    padding: 0 15px;
}
.sidebar-box h2 {
    font-size: 16px;
    line-height: 24px;
    color: #0F172A;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #149353;
}
.sidebar-box ul li {
    line-height: 20px;
    color: #0F172A;
    font-weight: 400;
    margin-bottom: 15px;
}
.flex-container aside .sidebar-box {
    border: 1px solid #149353;
    border-radius: 10px;
    padding: 12px;
}
.cal-body__week:last-child {
    margin: 0;
}
.cal-head__day {
    color: #777;
}
.dynamic_calendar {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 12px;
    margin-top: 40px;
}
.right-sidebar .ad-list ul li {
    margin-bottom: 15px;
}
.right-sidebar .ad-list ul li img {
    width: 100%;
}
/*=========================
        PRODUCT-SEC
===========================*/
.MarketProducts ul{
    flex-wrap: wrap;
}
.MarketProducts ul li {
    margin-right: 12px;
    width: 24%;
    margin-bottom: 12px;
}
/*.MarketProducts ul li.big-pro {*/
/*    width: 35%;*/
/*}*/
.MarketProducts ul li .pro-box {
    border: 1px solid #E2E2E2;
    border-radius: 15px;
}
.MarketProducts ul li .pro-box .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.MarketProducts ul li .pro-box .pro-img {
    width: 100%;
    height: 266px;
    overflow: hidden;
    transition: linear 0.5s;
}
.MarketProducts ul li .pro-box .pro-content h4 {
    font-size: 17px;
    font-weight: 500;
}
.MarketProducts ul li .pro-box .pro-content span {
    font-size: 20px;
    font-weight: 600;
}
.MarketProducts ul li .pro-box .pro-content {
    padding: 15px;
}
.MarketProducts ul li .pro-box .pro-actions{
    padding: 0 15px 15px;
}
.MarketSec {
    background-color: #F3F3F3;
    border-radius: 15px;
    padding: 40px 0;
/*    margin: 20px 0;*/
}
.MainHead h3 {
    font-size: 35px;
    font-weight: 600;
    position: relative;
    padding: 0 0 30px;
}
.MainHead h3::before {
    content: '';
    background: #149353;
    width: 403px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cart-button button {
    background: #fff;
    border: 0;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: linear 0.5s;
}
.MarketProducts.same-size ul li {
    width: 24%;
}
.MarketProducts.same-size {
    margin-top: 20px;
}
.AfterFooter {
    padding-top: 115px;
    padding-bottom: 115px;
}
.AfterFooterCon p {
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
}
.AfterFooterCon h2 {
    font-size: 80px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}
/*=========================
        HOUSING-PAGE
===========================*/
.MarketProducts ul li a .pro-box .pro-actions ul li {
    margin: 0;
    width: auto;
}
.pro-box .pro-actions ul li button {
    background: #06160E;
    width: 65px;
    height: 26px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #06160E;
    transition: linear 0.5s;
}
.MarketProducts ul li a .pro-box .pro-actions ul li button:hover {
    background: transparent;
    color: #06160E;
}
.MarketProducts ul li a .pro-box .pro-actions ul li button:hover img {
    filter: invert(1);
}
.MarketProducts ul li a .pro-box .pro-actions ul li button img {
    transition: linear 0.5s;
}
.sidebar-box .head_icon h2 {
    margin: 0;
    padding: 0;
    border: 0;
}
.sidebar-box .head_icon {
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #149353;
}
.sidebar-box .head_icon span {
    font-size: 14px;
    color: #149353;
}
.sidebar-box .head_icon span i {
    margin-right: 5px;
    font-size: 12px;
}
form.price-filter-form {
    display: flex;
    align-items: center;
    width: 100%;
}
form.price-filter-form .from_qua,form.price-filter-form .to_qua {
    width: 50%;
}
form.price-filter-form label {
    display: block;
    font-size: 12px;
    color: #06160E;
    font-weight: 400;
}
form.price-filter-form input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    font-size: 8px;
    height: 26px;
    padding: 0 10px;
    color: #06160E;
    box-shadow: none;
    outline: none;
}
form.price-filter-form input::placeholder {
    color: #E2E2E2;
}
form.price-filter-form .from_qua {
    margin-right: 10px;
}
/*==================
    COMMUNITY-PAGE
====================*/
.category_dropdown.flex-container aside .sidebar-box {
    padding: 20px 15px;
}
.community_tabs nav .nav-tabs button {
    background: #EAEAEA;
    border-radius: 5px;
    font-size: 14px;
    color: #808080;
    border: 0;
    padding: 5px 8px;
    margin-right: 10px;
}
.community_tabs nav .nav-tabs button i {
    margin-right: 5px;
}
.community_tabs nav .nav-tabs button.active,.community_tabs nav .nav-tabs button:hover {
    background: #149353;
    color: #fff;
}
.community_tabs nav .nav-tabs #nav-top-tab i {
    transform: rotate(-50deg);
}
.community_box {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 5px;
}
.member_img img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
}
.member_name h2 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.member_name p {
    font-size: 10px;
    color: #808080;
}
.favorite_btn button {
    background: transparent;
    padding: 0 0;
    border: 0;
    outline: none;
}
.community_box-title {
    padding: 31px 0;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 15px;
}
.community_box-title a h3 {
    font-size: 22px;
    line-height: 28;
    line-height: 2;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 2px;
}
.community_box-footer .community_tags span {
    font-size: 12px;
    color: #808080;
    border-radius: 5px;
    background: #EAEAEA;
    padding: 5px 12px;
    display: inline-block;
}
.community_box-footer .community_data ul li a {
    font-size: 13px;
    color: #808080;
}
.community_box-footer .community_data ul li {
    margin-right: 20px;
}
.community_box-footer .community_data ul li i {
    margin-right: 8px;
}
.community_box-footer .community_data ul li:last-child {
    margin-right: 0;
}
/*==================
    FORUM-PAGE
====================*/
.forum_mem-info {
    padding: 0 15px 15px;
}
.MarketProducts.forum_boxes ul li a .pro-box .pro-img {
    height: 224px;
    border-radius: 15px;
}
.MarketProducts.forum_boxes ul li a .pro-box .pro-img img {
    border-radius: 15px;
}
.MarketProducts.forum_boxes ul li a .pro-box {
    background: #ffffff;
    border: 0;
}
.forums_big-part .community_box .community_box-title {
    border: 0;
    margin: 0;
}
.join_btn ul li button {
    font-size: 18px;
    color: #fff;
    background: #149353;
    border: 0;
    padding: 3px 16px;
    border-radius: 5px;
}
.join_btn ul li.transparent-btn button {
    background: transparent;
    color: #808080;
    padding: 0 0;
    margin-left: 20px;
}
.forums_big-part .community_box-footer .community_data ul li a {
    background: #F3F3F3;
    padding: 7px 17px;
    font-size: 18px;
    color: #808080;
    border-radius: 5px;
    font-weight: 400;
}
.MarketProducts ul li .pro-box .pro-content button {
    background: #06160E;
    width: 65px;
    height: 26px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #06160E;
    transition: linear 0.5s;
}
/*==================
    SERVICES-PAGE
====================*/
.MarketProducts ul li .pro-box .pro-content button span {
    font-size: 14px;
    font-weight: 400;
}
.MarketProducts ul li .pro-para {
    padding: 0 15px 15px;
}
.MarketProducts ul li .pro-para a {
    font-size: 10px;
    color: #149353;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    display: inline-block;
}
.MarketProducts ul li .pro-para a::before {
    content: '';
    background: #149353;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
.MarketProducts ul li .pro-para a:hover::before {
    width: 0;
}
.MarketProducts ul li .pro-para p {
    /*height: 56px;*/
    overflow: hidden;
}
.height_match {
    height: 56px;
}
.for-sale_pg .MarketProducts ul li a .pro-box .pro-actions ul li button {
    font-size: 12px;
    width: auto;
    height: auto;
    padding: 3px 7px;
}
.for-sale_pg .MarketProducts ul li a .pro-box .pro-actions ul li.green_btn button {
    background: #149353;
    border-color:#149353;
}
/*==================
        JOBS-PAGE
====================*/
.jobs_budget h4 {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}
.jobs_budget span {
    font-size: 10px;
    color: #808080;
}
.jobs_main .community_box {
    padding: 24px;
}
.jobs_main .community_box .community_box-title {
    padding-bottom: 23px;
    margin-bottom: 23px;
}
.sort_by form .form-group {
    background: #171717;
    width: 157px;
    margin-left: auto;
    color: #fff;
    padding: 4px 17px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.sort_by form .form-group select {
    background: transparent;
    color: #fff;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    outline: none;
}
.sort_by form .form-group label {
    font-size: 12px;
    font-weight: 400;
}
.sort_by form .form-group select option {
    background: #000000;
    color: #fff;
}
.custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  user-select: none;
  color: #06160E;
}
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  height: 14px;
  width: 14px;
  border: 1px solid #28a745;
  border-radius: 2px;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #28a745;
  border-color: #28a745;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox .count {
  color: #28a745;
  margin-left: 5px;
  font-size: 8px;
  font-weight: 500;
}
/*==================
    REPLIES-PAGE
====================*/
.replies_pg .MarketSec {
    padding: 40px 15px;
}
.member_reply-con {
    padding: 15px 0 15px 48px;
}
.member_reply-con h3 {
    font-weight: 400;
    letter-spacing: 1px;
}
.replies_box-inner {
    background: #FAFAFA;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.member_reply-con .community_data ul li a {
    font-size: 8px;
    color: #808080;
    display: inline-block;
}
.member_reply-con .community_data ul li {
    background: #EAEAEA;
    padding: 0 8px;
    line-height: 18px;
}
.member_reply-con .community_data ul li:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.member_reply-con .community_data ul li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.member_reply-con .community_data ul li a i {
    margin-right: 4px;
}
.replies_box__inner {
    padding: 15px 0 15px 50px;
    position: relative;
}
.replies_box__inner::before {
    content: '';
    background: #C0C0C0;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 20px;
    top: 35px;
}
.replies_box-inner::before {
    content: '';
    background: #C0C0C0;
    height: 88%;
    width: 1px;
    position: absolute;
    top: 14px;
    left: 35px;
    z-index: -1;
}
.replies_box__inner.before-none::before {
    display: none;
}
.more_replies-btn span {
    color: #808080;
    font-size: 8px;
}
.more_replies-btn span i {
    margin-right: 8px;
    background: #EAEAEA;
    width: 11px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.more_replies-btn {
    padding-top: 52px;
}
.replies_box-inner::after {
    content: '';
    background: #C0C0C0;
    width: 20px;
    height: 1px;
    position: absolute;
    bottom: 35px;
    left: 36px;
    z-index: 1;
}
.forum-replies_pg .member_name h2 {
    font-size: 22px;
    font-weight: 600;
}
.forum-replies_pg .member_name p {
    font-size: 15px;
}
.forum-replies_pg .member_img img {
    width: 64px;
    height: 64px;
}
.forum-replies_pg .community_box-title {
    padding-bottom: revert-layer;
    border: 0;
    margin: 0;
}
.forum-replies_pg .community_box-footer .community_data ul li a {
    background: #EDEDED;
    font-size: 18px;
    padding: 7px 17px;
    border-radius: 5px;
}
.forum-replies_pg .replies_box-inner .member_img img {
    width: 40px;
    height: 40px;
}
.forum-replies_pg .more_replies-btn {
    padding-top: 40px;
}
/*==================
        FOOTER
====================*/
footer {
    background: #EDF2F0;
    padding-top: 50px;
    padding-bottom: 0px;
}
.ft-menu h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #06160E;
}
.ft-menu ul li a {
    font-size: 15px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 40px;
    position: relative;
}
.ft-menu ul li a::before {
    content: '';
    background: #149353;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
.ft-menu ul li a:hover::before {
    width: 100%;
}
.ft-menu ul li a:hover {
    color: #149353;
}
footer .cstm-container {
    width: 80%;
    margin: 0 auto;
    padding: 0 15px;
}
footer .cstm-container .copyright p {
    font-size: 15px;
    font-weight: 400;
}
footer .cstm-container .copyright ul li a {
    font-size: 22px;
}
footer .cstm-container .copyright {
    padding: 15px 0;
    border-top: 1px solid #00000024;
    margin-top: 98px;
}

button.sign-in {
    background: transparent;
    color: #ffffff;
    border: 0;
}
.MarketProducts ul li .pro-para .text-center {width: 100%;}


.grn-btn{
    display: inline;
    font-size: 12px;
    font-weight: 600;
    background: #149353;
    color: #fff;
    padding: 4px 15px !important;
    border-radius: 5px !important;
    border: 1px solid #149353;
    width: fit-content;
    margin: auto !important;
}
.MarketProducts ul {
    flex-wrap: wrap;
}
.MarketProducts ul li a .pro-box .pro-actions ul li.green_btn button {
    font-size: 10px;
    width: 75px;
    background: #149353;
    border-color: #149353;
}
.MarketProducts ul li a .pro-box .pro-actions ul li.green_btn button:hover {
    background: #000;
    color: #fff;
    border-color: #000000;
}
.contact-card a {
    color: #000000;
}
.action-buttons a {
    font-size: 14px;
    color: #ffffff;
}
.action-buttons .btn.btn-outline-success {
    color: #198754;
}
/*===========================*/
/*    RESPONSIVE-START*/
/*============================*/
@media only screen and (max-width:1440px){
header .header-content .navbar-brand {
    left: 10px;
}
header .header-content .navbar-brand img {
    width: 120px;
}
header .header-content .center_content {
    width: 75%;
}
header .header-content .center_content .logo-head h1 {
    font-size: 52px;
}
.main-navigation {
    padding: 15px 0 !important;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 19px;
}
.flex-container aside .sidebar-box {
    padding: 8px;
}
.dynamic_calendar {
    margin-top: 20px;
    padding: 8px;
}
.cal-headday, .cal-bodyday {
    width: 19px;
    font-size: 10px;
}
.sidebar-box ul li {
    font-size: 10px !important;
}
.MarketProducts ul li .pro-box .pro-content h4 {
    font-size: 14px;
}
.MarketProducts ul li .pro-box .pro-content span {
    font-size: 16px;
}
.MarketProducts ul li .pro-box .pro-content {
    padding: 10px;
}
.MainHead h3 {
    padding-bottom: 12px;
    font-size: 32px;
}
.MainHead h3::before {
    width: 320px;
}
header .header-content .navbar-brand {
    left: 1% !important;
}
header .header-content .center_content .logo-head h1 {
    font-size: 50px !important;
    margin-left: 60px !important;
}
header .header-content .center_content .couple-img {
    right: 30px;
}
.MarketProducts ul li .pro-box .pro-img {
    height: 245px;
}
.MarketProducts ul li .pro-box {
    min-height: 305px;
}
.MarketProducts ul li .pro-box .pro-content span {
    font-size: 16px;
}
.MarketProducts ul li .pro-box .pro-content h4 {
    font-size: 16px;
}
.flex-container .main_left-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 20%;
    z-index: 9;
    background: #ffffff;
    height: 100vh;
    padding: 20px;
    transition: linear 0.5s;
    transform: translateX(-289px);
}
.flex-container main {
    width: 86%;
}
.MarketProducts ul li {
    width: 23.9% !important;
}
.main-navigation .navbar-collapse {
    justify-content: start !important;
}
.MarketProducts ul li .pro-box .pro-actions ul li {
    width: unset !important;
}
}
@media only screen and (max-width:1366px){
header .header-content .center_content .couple-img {
    right: 50px;
}
header .header-content .center_content .logo-head h1 {
    letter-spacing: 20px;
    margin-left: 40px !important;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    padding: 8px 22px;
}
/*.MarketProducts ul li .pro-box .pro-content {
    display: block !important;
}*/
.MarketProducts ul li .pro-box .pro-content h4 {
    margin-bottom: 5px !important;
}
header .header-content .center_content .couple-img {
    right: 30px;
}
header .header-content .center_content .logo-head h1 {
    margin-left: 30px !important;
}
.MarketProducts ul li .pro-box .pro-img {
    height: 220px;
}
.flex-container .main_left-sidebar {
    width: 22%;
    transform: translateX(-302px);
}
.sidebar-box ul li {
    font-size: 13px !important;
}
}
@media only screen and (max-width:1200px){
.flex-container main {
    width: 100%;
}
.MarketProducts ul li {
    width: 32% !important;
}
.MarketProducts ul li .pro-box .pro-img {
    height: 306px;
}
.AfterFooterCon h2 {
    font-size: 42px;
}
.AfterFooterCon p {
    font-size: 18px;
}
header .header-content .navbar-brand {
    position: static;
}
header .header-content .navbar-brand img {
    width: 110px;
}
header .header-content .center_content .logo-head h1 {
    font-size: 46px !important;
}
header .extra-links a {
    font-size: 12px;
}
header .header-content .center_content .couple-img {
    margin-bottom: -31px;
    right: 40px;
}
header {
    height: 130px;
}
.header-line {
    margin-bottom: 12px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 8px 36px;
}
.main-navigation {
    padding: 20px 0 !important;
}
.navbar {
    padding: 0 0;
}
.footer-logo img {
    width: 120px;
}
header .header-content .center_content {
    width: 72%;
}
.AfterFooter {
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .cstm-container {
    width: 100%;
}
.service-sidebar,
.property-sidebar,
.product-sidebar,
.gig-sidebar {
    padding: 0px !important;
}
.contact-card {
    padding: 15px;
}
.contact-card h4 {
    font-size: 22px;
}
.contact-card span {
    font-size: 14px;
}
.contact-card a {
    color: #000000;
    font-size: 14px;
}
.action-buttons a {
    font-size: 14px;
    color: #ffffff;
}
.action-buttons .btn.btn-outline-success {
    color: #198754;
}
.flex-container .main_left-sidebar {
    width: 24%;
}
}
@media only screen and (max-width:1199px){

}
@media only screen and (max-width:1024px){
header .header-content .center_content {
    width: 67%;
}
header .header-content .center_content .logo-head h1 {
    font-size: 36px !important;
    letter-spacing: 12px;
}
aside.main_right-sidebar {
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    margin-right: 5px;
    padding: 8px 33px;
}
.flex-container .main_left-sidebar {
    width: 28%;
}
}
@media only screen and (max-width:991px){
.navbar-light .navbar-toggler {
    background: #149353;
    outline: none !important;
    border: 0;
    box-shadow: none !important;
}
.main-navigation .navbar {
    justify-content: start !important;
    padding: 0 30px;
}
.navbar-light .navbar-nav .nav-link {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 !important;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}
.container {
    max-width: 920px;
}
.MarketProducts ul li {
    width: 31.8% !important;
}
.banner-img {
    margin-bottom: 35px;
}
.flex-container .main_left-sidebar {
    width: 30%;
}
}
@media only screen and (max-width:768px){
header .header-content .center_content .couple-img {
    display: none;
}
header .header-content .center_content {
    width: 59%;
}
header .header-content .center_content .logo-head h1 {
    letter-spacing: 7px;
    font-size: 32px !important;
}
.main_menu.d-flex.align-items-center {
    justify-content: start !important;
}
.MarketProducts ul li {
    width: 48% !important;
}
footer .row .col-sm-12 {
    width: 100%;
    flex: 100%;
}
.footer-logo {
    text-align: center;
    margin-bottom: 35px;
}
.footer-logo img {
    width: 160px;
}
.ft-menu h4 {
    font-size: 16px;
    display: inline-block;
}
.flex-container .main_left-sidebar {
    width: 38%;
}
}
@media only screen and (max-width:767px){
header .header-content .center_content .logo-head h1 {
    font-size: 30px !important;
    letter-spacing: 4px;
}
header .header-content .center_content {
    width: 56%;
}
}
@media only screen and (max-width:680px){
header .header-content .center_content .logo-head h1 {
    font-size: 32px !important;
}
header .header-content .center_content {
    width: unset;
    margin: 0;
}
.MarketProducts ul li {
    width: 47% !important;
}
.search-button {
    display: none;
}
header .extra-links a span {
    display: none;
}
header .extra-links a img {
    margin: 0;
}
header .extra-links a {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 6px;
}
.header-line {
    margin-top: -1px;
}
.flex-container .main_left-sidebar {
    width: 42%;
}
}
@media only screen and (max-width:520px){
header .header-content .center_content .logo-head h1 {
    font-size: 22px !important;
    margin-left: 10px !important;
}
header .header-content .navbar-brand {
    margin: 0;
}
.MainHead h3 {
    font-size: 26px;
}
.MainHead h3::before {
    width: 250px;
}
.MarketProducts ul li {
    width: 100% !important;
    margin-right: 0;
}
.MarketProducts ul li .pro-box .pro-img {
    height: 100%;
}
.AfterFooterCon p {
    font-size: 16px;
}
.AfterFooterCon h2 {
    font-size: 36px;
}
.AfterFooter {
    padding-top: 40px;
    padding-bottom: 40px;
}
footer .footer-menu {
    flex-wrap: wrap;
}
footer .footer-menu .ft-menu {
    width: 50%;
    padding: 0 15px;
}
footer .footer-menu .ft-menu:nth-child(3),
footer .footer-menu .ft-menu:last-child {
    margin-top: 35px;
}
footer .cstm-container .copyright {
    margin-top: 60px;
}
.community_box-title a h3 {
    font-size: 15px;
    letter-spacing: 0px;
}
.MarketProducts ul li .pro-box .pro-actions ul {
    flex-wrap: unset;
}
.MarketProducts ul li a .pro-box .pro-actions ul li.green_btn {
    text-align: right;
}
.community_box-footer .d-flex {
    display: block !important;
}
.community_tabs .community_box-footer .d-flex {
    display: flex !important;
}
.community_box-footer .d-flex .community_tags {
    margin-bottom: 15px;
}
.replies_box .community_box-footer .d-flex {
    display: flex !important;
}
.flex-container .main_left-sidebar {
    width: 55%;
}
}
@media only screen and (max-width:480px){
header .header-content .navbar-brand img {
    width: 80px;
}
.header-line {
    display: none;
}
header {
    height: auto;
}
header .extra-links a {
    display: none;
}
header .header-content .center_content .logo-head h1 {
    font-size: 28px !important;
}
.main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
}
.navbar-nav .nav-item {
    width: 48%;
    margin-right: 5px;
}
.navbar-nav .nav-item.d-none {
    display: block !important;
}
.flex-container .main_left-sidebar {
    width: 60%;
}
}
@media only screen and (max-width:440px){
header .header-content .center_content .logo-head h1 {
    font-size: 22px !important;
}
footer .footer-menu .ft-menu {
    width: 100%;
}
footer .footer-menu .ft-menu:nth-child(2) {
    margin-top: 35px;
}
footer .footer-menu{
    text-align: center;
}
.flex-container .main_left-sidebar {
    width: 70%;
}
}
@media only screen and (max-width:375px){
header .header-content .center_content .logo-head h1 {
    font-size: 18px !important;
}
.flex-container .main_left-sidebar {
    width: 77%;
}
}