.navbar .postProperty {
  display: none;
}

.no_padding {
  padding: 45px 0 0;
}

@media (max-width: 1200px) {
  .navigation .menu ul li a {
    padding: 20px 10px;
    font-size: 13px;
  }

  .homeFeture span {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .hidden_lg {
    display: block !important;
  }

  .hidden_xs {
    display: none !important;
  }

  .navigation {
    float: left;
    width: 100%;
    position: relative;
  }

  .navigation .navbar {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 3px 0;
  }

  .navigation .menu {
    display: none;
    width: 100%;
    overflow: hidden;
    overflow-y: visible;
    position: relative;
    z-index: 9999;
    max-height: 480px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    background: #333;
    left: 0;
    right: 0;
    text-align: left;
  }

  .navigation .menu ul li {
    padding: 0;
    float: left;
    width: 100%;
    display: block;
  }

  .navigation .menu ul li a {
    padding: 7px 15px;
    text-align: left;
    font-size: 14px;
    border-right: 1px dashed transparent;
    color: #fff;
    border-bottom: 1px solid #444;
    display: block;
  }

  .navigation .menu ul li ul.cs-dropdown {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: auto !important;
    left: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: none;
    transition: none !important;
  }

  .navigation .menu ul .cs-submenu a {
    position: relative;
  }

  .navigation .menu ul li.cs-submenu a button {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 16px;
    height: 30px;
    outline: 0;
    width: 30px;
    padding: 0;
    text-align: center;
    line-height: 18px;
  }

  .navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
  }

  .navigation ul li.cs-submenu a button.rotated svg {
    transform: rotateZ(180deg);
  }

  .navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(0);
  }

  .navigation .menu ul li ul.cs-dropdown,
  .navigation .menu ul li ul.cs-dropdown li .cs-dropdown li .cs-dropdown {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: none;
    transition: none;
    padding-right: 0;
    float: left;
    width: 100% !important;
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: 0;
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: 0;
  }

  .navigation .menu ul li ul.cs-dropdown li {
    border-bottom: 0;
  }

  .navigation .menu ul li ul.cs-dropdown li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 7px 15px;
    line-height: normal;
    border-bottom: 1px solid #555;
    background: #444;
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
    background: #555;
    border-bottom: 1px solid #666;
  }

  /* .navigation .menu ul li.active a,
    .navigation .menu ul li:hover a {
        border-bottom: 1px solid #69a887
    } */

  .navigation .menu ul li:hover ul.cs-dropdown {
    display: none;
  }

  .navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(0);
    color: #fff;
  }

  .mobileBg {
    background: #ef3b24;
  }

  header .logo {
    padding: 5px 0;
  }

  .navigation .menu ul li.cs_mega ul.cs-dropdown li {
    width: 100%;
  }

  .navigation .menu ul li.cs_mega ul.cs-dropdown {
    width: 100%;
    left: 0;
    height: auto;
    padding: 0;
    border-top: 1px solid #444;
  }

  .navigation .menu ul li.cs_mega ul.cs-dropdown li a {
    padding: 2px 15px;
  }

  .navigation .menu ul li.cs_mega ul.cs-dropdown li ul.cs-dropdown li a {
    padding: 5px 15px;
  }

  .navigation .menu ul li.cs_mega ul.cs-dropdown li a button {
    display: inline-block;
  }

  .navigation .menu ul li.cs_mega ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    height: auto !important;
  }
}

@media (max-width: 980px) {}

@media (max-width: 768px) {
  body {
    padding-top: 110px;
  }

  .postProperty {
    display: none;
  }

  .navbar .postProperty {
    display: inline-block;
    font-weight: 400;
    padding: 5px 15px;
    background: #333;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 14px;
  }

  header .topLinks li a {
    font-size: 15px;
    font-weight: 600;
  }

  .homeBannerText h1 {
    font-size: 24px;
  }

  .homeBannerText .BannerTitle {
    color: #333;
    font-size: 20px;
  }

  .homeBannerText p {
    font-size: 14px;
  }

  .searchTabs .nav-tabs li a {
    padding: 10px 12px;
    color: #424242;
    background: #fff;
    margin-bottom: -2px;
    border: 1px solid #eee;
    font-size: 14px;
  }

  .searchTabs {
    width: 100%;
  }

  .searchTabs .tabsForm {
    display: block;
  }

  .searchTabs .tabsForm .formDropdown {
    width: 100%;
    border: 0;
  }

  .searchTabs .tabsForm .formSearch {
    flex-grow: 1;
    background: #fff;
    border-top: 1px solid #eee;
    width: 70%;
    float: left;
  }

  .searchTabs .tabsForm .searchBtn {
    width: 30%;
    padding: 8px 15px;
  }

  .searchTabs .tabsForm .nearSearch {
    display: none;
  }

  .searchTabs .tabsForm .formDropdown .formDropdownList {
    width: 320px;
    padding: 15px;
  }

  .checkList li {
    width: 50%;
  }

  .tagWrapData .tagWrap li {
    margin-right: 0px;
    font-size: 13px;
    padding: 6px 25px 5px 10px;
  }

  .gridLayout2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .sectionTrusted .item,
  .sectionTrusted .person {
    display: none;
  }

  .marketGroup {
    display: block;
  }

  .menuList {
    display: block;
  }

  .hidden_xs {
    display: none;
  }

  .container-fluid {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
  }

  .mainCategory .categoryWrapper .categoryItem {
    width: calc(100% / 2 - 10px);
  }

  .gmHome,
  .homeWrapper {
    height: auto;
  }

  .bottomLinks {
    display: flex;
    gap: 0 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bottomLinks li {
    line-height: 1.7;
    padding: 0;
    margin-bottom: 5px;
  }

  .bottomLinks li:first-child {
    text-align: center;
  }

  .bottomLinks li a {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 4px;
    display: block;
    padding: 5px 15px;
  }

  /* .bottomLinks li:first-child a {
    border: 0;
    padding: 0;
    display: inline-block;
  } */

  .bottomLinks li a:hover,
  .bottomLinks li a:focus {
    background: #22bdef;
    color: #fff;
    border: 1px solid #12a8d9;
  }

  .mainCategory .categoryWrapper .categoryItem:hover .categoryList {
    display: none;
  }

  .explore .gm {
    font-size: 13px;
  }

  header .topRight .topLinks {
    gap: 5px;
    max-width: max-content;
    float: right;
    /* margin-top: 13px; */
  }

  .gmHome header .topRight .topLinks {
    gap: 4px;
  }

  header .topRight .topLinks li a {
    padding: 5px 5px;
    font-size: 14px;
  }

  .homeSearch .logo {
    max-width: 280px;
    margin: 20px auto 0;
  }

  .explore:hover .exploreMenu {
    display: none;
  }

  .exploreMenu.active {
    display: block;
  }

  .gmHome .exploreMenu {
    top: 45px;
    left: 0;
    max-width: 100%;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
  }

  .exploreMenuLeft {
    float: left;
    width: 100%;
    padding: 10px;
    height: auto;
  }

  .exploreMenuRight {
    width: 100%;
    height: auto;
    overflow: visible;
    display: none !important;
  }

  .exploreMenuBottom ul {
    display: block;
  }

  .exploreMenuBottom ul li:first-child {
    width: 100%;
    max-width: 100%;
    font-weight: 500;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px;
  }

  .exploreMenuBottom ul li:nth-child(2) a {
    font-size: 13px;
    margin-right: 0;
    height: inherit;
    padding: 10px 10px 10px 15px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    background: #ef3b24;
    color: #fff;
    border-color: #db321d;
    line-height: normal;
  }

  .exploreMenuBottom ul li:last-child a {
    font-size: 13px;
    margin-right: 0;
    height: inherit;
    padding: 10px 10px 10px 15px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    background: #22bdef;
    color: #fff;
    border: 1px solid #12a8d9;
    line-height: normal;
  }

  .topLeft .searchWrapper {
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 5px;
    order: 2;
    max-width: 70%;
  }

  .topLeft {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    justify-content: space-between;
  }

  .topLeft .logo {
    max-width: 88px;
    width: 100%;
    margin-right: 5px;
    order: 1;
  }

  .topLeft .logo.logoLog {
    max-width: 120px;
  }

  .topRight {
    margin-top: -30px;
  }

  .staticHeader .topRight,
  .registerHeader .topRight,
  .gmHome .topRight {
    margin-top: 0px;
  }




  .explore {
    order: 3;
    height: auto;
    line-height: normal;
    /* margin-top: -15px; */
  }

  .homeSearch .logo img {
    max-width: 270px;
    height: auto;
  }

  .homeBottom p {
    line-height: normal;
    text-align: center;
  }

  .homeBottom {
    padding: 10px 0;
    height: auto;
  }

  .footerLogo {
    padding: 7px 0;
  }

  .innerBanner {
    padding: 20px 0;
  }

  .listingInner .listingInnerTitle {
    font-size: 30px;
    line-height: normal;
    margin: 0;
  }

  .directoryWrapper {
    display: flex;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
  }

  .directoryLeft {
    width: 100%;
  }

  .directoryGridItem_3 {
    width: 100%;
  }

  .directoryHeader {
    margin-bottom: 5px;
  }

  .footerLinks li {
    width: 100%;
  }

  .catList {
    flex-wrap: wrap;
    gap: 5px 15px;
  }

  .catList li a {
    padding: 3px 0 5px;
  }

  .listTagsWrapper .swiper-button-next,
  .listTagsWrapper .swiper-rtl .swiper-button-prev {
    right: -10px;
  }

  .listDirectory {
    overflow: hidden;
  }

  .actionButton {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 0;
  }

  .actionButton a {
    width: max-content;
    margin: 0;
    font-size: 13px;
    padding: 5px 6px;
  }

  .registerHeader .topLinks li.hidden_xs {
    display: none;

  }

  .loginPage {
    padding: 80px 0;
  }

  .loginform {
    width: 100%;
  }

  .leftBusiness ul {
    flex-wrap: wrap;
  }

  .leftBusiness ul li {
    width: 100%;
  }

  .box_style_cat {
    margin-bottom: 20px;

  }

  .add_bottom_45 {
    margin-bottom: 0
  }

  .gmVerifiedImg {
    margin: 15px 0;
    float: none;
  }

  .gmCard {
    margin-bottom: 20px;
  }

  .siteMapSubList li {
    width: 50%;
  }

  .postBuyRequirementsInner {
    padding: 20px;
  }

  .testimonialGrid .testimonialItem {
    width: 100%;
  }

  .vd_bx {
    margin-bottom: 20px;
  }

  .membershipPlan {
    margin-bottom: 0;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    display: block;
  }

  .commonBtn {
    white-space: nowrap;
  }

  .col05 {
    width: 50% !important;
    margin-bottom: 20px;
  }

  .tip {
    margin-top: 0;
  }

  .we__offer-content {
    padding: 0;
    margin: 0;
  }

  .we__offer .link__template {
    width: 100%;
  }

  .we__offer h2 {
    font-size: 24px;
  }

  .we__offer-card {
    min-width: 100%
  }

  .buyersFrom,
  .topFeatures {
    flex-wrap: wrap;
  }

  .buyersFrom li:first-child {
    display: block;
    width: 100%;
    text-align: center;
  }

  .newAdded {
    margin-bottom: 15px;
  }

  .featureItem2 {
    height: auto;
  }

  .topFeatures li {
    padding: 7px 10px;
    border-radius: 6px;
    width: calc(100% / 2 - 10px);
  }

  .radioGroup {
    gap: 5px 15px;
    flex-wrap: wrap;
  }

  .contactBanner {
    padding: 40px 0 70px;
  }

  .contactBanner .sub-tt {
    font-size: 20px;
  }

  .ribbon {
    position: absolute;
    right: -10px;
    top: auto;
    bottom: 8px;
    padding: 2px 15px 14px calc(15px + 15px);
    font-size: 13px;

  }

  .actionButton a.visitWebsite {
    padding: 0.375rem 0.75rem;
  }

  .searchBox .mic {
    display: none;
  }

  .homeSearchBtn {
    width: 75px;
    min-width: 75px;
  }

  .breadcrumbs ul {
    flex-wrap: wrap;
  }

  .ribbonSave {
    width: 150px;
    height: 35px;
  }

  .ribbonSave span {
    font-size: 15px;
    padding: 8px 0 0;
  }

  .ribbonSave:after {
    border-left: 75px solid #666;
    border-right: 75px solid #666;
  }
  .innerBusinessTitle{
    margin-top: 30px;
  }
}