.products-list {
  padding: 43px 0;
  background: #F4F8F8;
}
.products-list .main-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
	margin-bottom:30px;
}
.products-list .main-heading h1 {
  color: #192220;
    font-family: "Thunder LC", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 65px;
	margin:0;
}
.accordion {
  width: 100%;
  max-width: 100%;

}
.product-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
} 
/* .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
} */
.main-heading p {
  font-size: 24px;
  
  font-weight: 500;
  letter-spacing: 0.5px;
}
.info-a {
  width: 30%;
}
.product-detail h2 {
  font-size: 28px;
  font-family: 'Thunder LC';
  font-weight: 700;
  letter-spacing: 1.3px;
  margin: 0;
}
.location .product-name h4 {
  margin: 0;
}
.product-info .info-a img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  height: 240px;
  object-position: center;
}
.location {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  padding: 25px 0 10px;
}
.product-detail {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-name h4 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Thunder LC';
  letter-spacing: .3px;
}
.location .product-name p {
  margin: 0;
  font-size: 14px;
  letter-spacing: .3px;
  font-weight: 500;
  font-family: 'Thunder LC';
}
.cp-arrow img {
  width: 21px;
}
.apartment h4 {
  margin: 0;
  font-size: 22px;
  font-family: 'Thunder LC';
  font-weight: 600;
  letter-spacing: .3px;
  color: #192220;
}
.accordion-item-header.active .cp-arrow img {
transform: rotate(180deg);
}
.location-details {
  padding-left: 25px;
}
.pricing {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.cs-distance-details {
  background: #F4F8F8;
  width: 100%;
  margin-top: -9px;
  padding: 25px 0 12px;
}
.location-details h4.city {
  margin: 0;
  font-size: 18px;
  font-family: 'Thunder LC';
  font-weight: 600;
  letter-spacing: .3px;
}
.nearest-point p {
  font-size: 12px;
  font-family: 'Thunder LC';
  font-weight: 500;
  letter-spacing: .3px;
}
.info-a {
  width: 26%;
}
.cs-distance-details ul {
  padding: 0;
  list-style: none;
}
.cs-distance-details ul li p span {
  font-weight: 600;
}
.cs-distance-details ul li p {
  margin: 0 auto 4px auto;
  font-size: 14px;
  
  font-weight: 500;
  letter-spacing: .3px;
}
.info-b {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  border-radius: 15px;
  box-shadow: 0px 19px 40px 0px rgba(203, 218, 218, 1);
}
.accordion-item-header {
  padding: 9px 0 9px 8px;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.icon-list ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.info-c {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.icon-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: .3px;
  font-weight: 400;
  font-family: 'Thunder LC';
}
.icon-list ul img {
  width: 100%;
  max-width: 22px;
  height: 18px;
  object-fit: contain;
  margin-right: 10px;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.pricing span {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Thunder LC';
  letter-spacing: .3px;
}
.pricing button:hover {
  background: #2c3260;
}
.pricing button {
    background: #373F7A;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 16px 65px 12px;
    font-family: 'Thunder LC';
    border-radius: 100px;
    transition: .3s all ease;
    border: none;
}
.accordion-item-body-content {
  padding: 34px 0px 32px 0px;
  line-height: 1.5rem;
  border-top: 1px solid #D8D8D8;
  width: 93%;
  margin: 0 auto;
}
.apartment .icon-list ul {
  display: grid;
  grid-template-columns: auto auto;
}
.apartment {
  width: 40%;
}
.apartment .icon-list ul {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  margin: 25px auto 0;
	
}
.apartment .icon-list ul img {
  width: 100%;
  height: 18px;
  object-fit: contain;
}
.gallery h4 {
  margin: 0;
  font-size: 22px;
  font-family: 'Thunder LC';
  font-weight: 600;
  letter-spacing: .3px;
  color: #192220;
}
.apartment-gallery {
  display: flex;
  justify-content: space-between;
}
.gallery {
  position: relative;
  width: 60%;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 209px!important;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .swiper.mySwiper {
  padding-top: 10px;
  height: fit-content;
}
/* .swiper-pagination {
  display: none;
} */
.apartment .icon-list ul li {
  margin-bottom: 3px;
}
/* .swiper-pagination-bullet-active {
  background: #FF7A4D!important;
} */
/* span.swiper-pagination-bullet {
  background: #c7c7c7;
} */
.mobile-view {
  display: none;
}
button.cancel {
  border: 1px solid #192220;
  background: transparent;
  color: #192220;
  transition: .3s all ease;
}
button.cancel:hover {
  border: 1px solid #192220;
  background: #192220;
  color: #fff;
  transition: .3s all ease;
}
.mob {
  display: none;
}
.products-list .main-heading p {
  margin: 0;
}
@media(max-width:1024px) {
body .swiper-slide {
    height: 125px !important;
}
.product-info .info-a img {
  height: 200px;
}
}
@media(max-width:375px) {
    body .swiper-slide {
        height: 185px !important;
    }
}

@media(max-width:768px) {
	.products-list .main-heading {
    margin-bottom: 10px;
}
  .pricing button {
    padding: 13px 45px;
}
.product-info .info-a img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  height: 220px;
  object-position: center;
}
}
@media(max-width:767px) {
	.products-list .main-heading {
  flex-direction: column;
		align-items:flex-start;
}
    body .swiper-slide {
        height: 215px !important;
    }
	  .products-list .main-heading h1 br {
    display: none;
}
	.products-list .main-heading h1{
		margin-bottom:34px;
	}
	.appartment-listing .main-heading p{
		bottom:0px;
	}
	.apartment .icon-list ul {
		column-gap:80px;
	}
}
@media(max-width:370px) {
		.apartment .icon-list ul {
		column-gap:70px;
	}
}
@media(max-width:820px) {
  .pricing button {
    padding: 18px 54px 16px;
}
  .swiper-slide {
  height: 150px !important;
}
}
@media(max-width:820px) {
  .products-list .main-heading p {
    margin-bottom: 0;
}

.products-list .accordion {
  width: 100%;
  max-width: 100%;
  margin: 1.5rem auto;
}
  .gallery {
    margin-top: 30px;
}

/* .products-list .main-heading {
  flex-direction: column;
  align-items: start;
} */

/*   .swiper-pagination {
    bottom: -30px !important;
}
  .swiper-pagination {
    display: block;
} */
  .swiper-slide {
    height: 210px !important;
}
  .mobile-view .info-a {
    width: 40%;
}
.mobile-view .info-b {
  width: 55%;
}
.product-info .info-a img {
  height: 170px;
}
.product-detail h2 {
  font-size: 22px;
}
.product-detail {
  margin-bottom: 0;
}
.location {
  padding:16px 0 10px;
}
.cp-arrow img {
  width: 19px;
}
.mobile-view {
  padding: 0 18px 0px 8px;
}
.info-c {
  width: 100%;
  margin-top: 16px;
}
.pricing {
  margin-bottom: 15px;
  margin-top: 20px;
}
.cs-distance-details {
  background: #F4F8F8;
  width: 100%;
  margin-top: 0px;
  padding: 18px 0;
}
.pricing button {
  padding: 18px 54px;
}
.cs-distance-details ul {
  margin: 0;
}

.accordion-item-body-content {
  padding: 0px !important;
  width: 100%;
  margin: 0 auto;
}
.location-details h4.city {
  display: none;
}
.apartment,.gallery {
  width: 100%;
}
  .desktop {
    display: none;
}
body .mobile-view {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.accordion-item-header {
  padding: 10px 0;
}
  .product-info {
    flex-direction: column;
}

.apartment-gallery {
  flex-direction: column;
    padding: 25px 25px 22px;

}
.info-a{
  width: 30%;
}
    .img-disclaimer p {
        font-size: 9.8px;
        text-align: center;
        font-weight: 500;
        margin: 0;
        letter-spacing: .3px;
        line-height: 16px;
    }
.img-disclaimer {
  margin-top: 40px;
}
.apartment-gallery .pricing {
  margin-bottom: 0;
  margin-top: 23px;
  width: 100%;
}
.mob {
  display: flex;
}


}