/*-----INNER PAGE-----*/
.pops_wrap {
  display: flex;
  flex-wrap: wrap;
}
.pop_sizes .sechead_sm {
  text-align: left;
  text-transform: inherit;
}
.pops_list {
  background: #6cb245;
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid rgba(224, 222, 222, 0.1);
  border-top: 1px solid rgba(224, 222, 222, 0.1);
}
.pops_list li {
  width: 50%;
  padding: 22px 20px 20px 32px;
  border-bottom: 1px solid rgba(224, 222, 222, 0.1);
  border-right: 1px solid rgba(224, 222, 222, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pops_list li span {
  display: block;
  color: #fff;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 0px;
}
.pops_list li.active {
  background: #606060;
}
.pops_detail {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e0dede;
  padding: 50px;
}
.pops_img {
  width: 50%;
}
.pops_content {
  width: 50%;
  padding-left: 65px;
}
.ocheck_list li {
  line-height: 20px;
}
.pops_btnlist li a {
  width: 241px;
  margin: 9px 0;
  padding: 16px 15px;
}
.spe_intro {
  margin-bottom: 45px;
}

.hide-in-desktop {
  display: none;
}
.desk-hide {
  display: none;
}
.space_estimator_pg .pg_intro {
  margin-bottom: 24px;
}
.bottom_content {
  padding-top: 40px;
}
/*----- NON TOUCH DEVICES -----*/
@media (hover: hover) and (pointer: fine) {
  .pops_list li:hover {
    background: #606060;
    cursor: pointer;
  }
}
/*-----MEDIA QUERIES-----*/
@media screen and (max-width: 1700px) {
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1300px) {
  .pops_content {
    padding-left: 30px;
  }
  .pops_detail {
    padding: 30px;
  }
  .pops_list li {
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .spe_intro .right_align {
    max-width: 500px;
  }
}
@media screen and (max-width: 1120px) {
  .pops_detail {
    padding: 20px;
  }
  .pops_list li {
    padding: 15px;
  }
  .pops_btnlist li a {
    width: 230px;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 992px) {
  .spe_intro .right_align {
    max-width: 400px;
    margin-left: 30px;
  }
  .pops_btnlist li a {
    width: 215px;
  }
  .pops_list li {
    width: 100%;
  }
  .pops_detail {
    flex-direction: column;
  }
  .pops_content {
    width: 100%;
    padding-left: 0;
  }
  .pops_img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 768px) {
  .spe_intro .right_align {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    float: none;
  }
}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 600px) {
  .pops_list {
    width: 100%;
  }
  .pops_detail {
    width: 100%;
  }
  .mobile-slide {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    margin: 0;
    padding: 0;
    z-index: 1000;
    height: 100vh;
    transition: 1s ease all;
    overflow: scroll;
  }
  .mobile-slide.slide {
    left: 0px;
  }
  .hide-in-desktop {
    display: inline-block;
    text-align: center;
    margin: 20px 0;
  }
  .mobile-slide.slide .desk-hide {
    display: block;
  }
  a.closemenu {
    float: right;
    width: 100%;
    padding: 15px;
    z-index: 1;
    position: relative;
    text-align: right;
  }
  a.closemenu img {
    filter: brightness(0) invert(1);
  }
  .overlayshow .togglebtn {
    opacity: 0;
  }
  .m_sorttrigger {
    display: none;
  }
  .m_filtertrigger {
    min-width: 100px;
    margin-right: 15px;
    padding: 10px 30px;
  }
  .m_filtertrigger i {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 360px) {
}
