  .sitemap {
    margin-top: 85px;
    background-image: url("../images/sitemap.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .sitemap-title h1 {
    text-align: center;
    font-family: "latobold";
    font-size: 30px;
    color: #fff;
    margin: 0 0 20px 0;
  }
  .city {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .city-name {
    position: relative;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .city-div-main {
    margin-bottom: 20px;
  }
  .city-name h2 a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
  }
  .city-name h2 {
    margin-bottom: 15px;
  }
  .city-name ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  .city-name ul {
    list-style-position: inside;
  }
  .city-name ul li {
    margin-bottom: 5px;
  }
  .copyright {
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
  }
  .rera-strip {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .rera-strip ul {
    list-style: none;
    text-align: center;
  }
  .rera-strip ul li {
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #fff;
    width: auto;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
  }
  .rera-strip ul li:last-child {
    border-right: 0;
  }
  .general-page .city-name:nth-last-child(1),
  .general-page .city-name:nth-last-child(2) {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .city-div-main ul {
    padding: 0;
    list-style: none;
  }
  .city-div-main ul li {
    margin-bottom: 6px;
  }
  .city-div-main ul li a {
    color: #fff;
    text-decoration:none;
  }
  .title-heading {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .sitemap-banner {
    padding: 20px 0;
  } 
  .citywise-sitemap ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; 
    list-style: none;
  }
  .citywise-sitemap ul li {
    -ms-flex: 0 0 11.11%;
    flex: 0 0 11.11%;
    max-width: 11.11%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: center;
    border-right: 1px solid #fff;
  }
  .citywise-sitemap ul li::after {
    /* content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%); */
  }
  .citywise-sitemap ul li:last-child {
    border-right: none;
  }
  .citywise-sitemap ul a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .citywise-sitemap {
    margin-bottom: 50px;
  }
  @media only screen and (max-width: 1199px) {
    .sitemap-title h1 {
      font-size: 25px;
    }
    .city-name h2 a {
      font-size: 20px;
    }
    .city-name ul li a {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 991px) {
    .citywise-sitemap ul {
      /* display: block; */
    }
    .citywise-sitemap ul a {
      font-size: 15px;
    }
    .citywise-sitemap ul li {
      margin-bottom: 10px;
      -ms-flex: 0 0 20%;
      flex:0 0 20%;
      max-width: 20%;
    }
    .rera-strip {
      position: relative;
      margin: 20px 0 0 0;
    }
    .city-name {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media only screen and (max-width: 767px) {
    .citywise-sitemap ul li {
      margin-bottom: 10px;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
    }

  }
  @media only screen and (max-width: 575px) {
    .citywise-sitemap ul li {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      border: none;
    }

    .rera-strip ul li {
      border-right: none;
    }
    .city-name {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }  