.location-container {
	display: flex;
	padding-top: 30px;
	/* margin-bottom: 90px; */
  }
  
  .location-container .location-section {
	display: flex;
justify-content: space-around;
	flex-wrap: wrap;
	gap: 1rem;
	width: 50%;
	padding: 0 20px;
	position: relative;
	height: 100vh;
	overflow: scroll;
  }
  
  .location-container .location-section .single-location {

	width: 48.5%;
	margin-bottom: 20px;
	border-radius: 4px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 250px;
	overflow: hidden;

  }
  
 .action-container {

	padding: 10px;
	position: absolute;	
	display: flex;
    justify-content: space-between;
	z-index: 999;
	width: 19rem;
  }
  .action-container-2{
		display: flex;
		justify-content: space-between;
		width: 15rem;
  }

  
  input[type='checkbox'] {
	width: 20px;
	height: 20px;
  }
  
 .action-icon {
	background-color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 28px;
display: flex;
justify-content: center;
align-items: center;
  }
  
 .fa-pencil {
	color: #0a84ff;
  }
  
.fa-trash {
	color: #c7112b;
  }
  
  .location-container .location-section .single-location .action-icon .fa {
	font-size: 12px;
  }
  
  .location-desc {
	display: flex;
	justify-content: space-between;
	font-size: 17px;
	margin-top: 20%;
	padding: 2%;	
  }
  .location-desc a{
	  text-decoration: none;
  }
  .location-explaination {
	position: absolute;
	top: 0%;
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	width: 100%;
	
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
  }
  .location-distance {
	color: black;
	float: right;
  }
 
  .location-details {
	font-size: 16px;
	color: white;

	margin-left: 3%;

  }
  
  .location-container .location-map {
	width: 50%;
	height: 100vh;
  }
  
  .location-container .location-map iframe {
	width: 100%;
	height: 100vh !important;
  }
  
  .del-icon {
	width: 11px;
  }
  
  .location-cart-btn {
	background-color: #619f32;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	bottom: 40px;
	max-width: 409px;
	width: 100%;
	height: 48px;
	border: none;
	border-radius: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
  }
  
  .page-12-location .location-section {
	width: 40%;
	height: 100vh;
	overflow-y: scroll;
  }
  
  .location-container.page-12-location .user-main {
	display: flex;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000000;
	font-size: 16px;
	justify-content: space-between;
  }
  
  .location-container.page-12-location .user-main-container {
	background-color: #f8f8f8;
	padding: 10px;
	box-shadow: 0px 0px 4px #00000029;
	border-radius: 4px;
  }
  
  .location-container.page-12-location .user-main-container .user-gallery {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
  }
  
  .location-container.page-12-location .user-main-container .user-gallery img {
	width: 60px;
	height: 40px;
	margin-right: 7px;
  }
  
  .location-container.page-12-location .user-main .user-dp-text {
	display: flex;
  }
  
  .location-container.page-12-location .user-main .user-dp-text img {
	width: 86px;
	margin-right: 10px;
  }
  
  .page-12-location .location-section .detail-info-location {
	max-width: 529px;
	width: 100%;
	margin-bottom: 20px;
  }
  
  .location-container.page-12-location
	.user-main
	.user-dp-text
	.details-t
	.user-details-t
	span:last-child {
	font-weight: 100;
  }
  
  .location-container.page-12-location
	.user-main
	.user-dp-text
	.details-t
	.user-details-t {
	margin-top: 5px;
  }
  
  .location-container.page-12-location
	.user-main-container
	.user-gallery
	.plus-sign {
	width: 60px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #4e5d6a;
	font-size: 16px;
	background-color: #f0f4f8;
	border-radius: 1px;
	margin-bottom: 10px;
  }
  
  .location-container.page-12-location {
	background-color: #fff;
  }
  
  .location-container.page-12-location .location-map {
	width: 60%;
  }
  
  @media (max-width: 991px) {
	.page-12-location .location-section .detail-info-location {
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.location-container.page-12-location .location-map {
	  width: 100%;
	  height: 100vh !important;
	}
  
	.location-container {
	  display: block;
	}
	.location-desc {
		display: flex;
		justify-content: space-between;
		font-size: 17px;
		margin-top: 10%;
		padding: 2%;	
	  }
  
	.location-container .location-section,
	.location-container .location-map {
	  width: 100%;
	  justify-content: center;
	  height: 100vh;
	}
  
	.location-container .location-section .single-location {

	}
  }
  
  @media (max-width: 576px) {
	.location-container .location-section .single-location {
	  width: 100%;
	}
  
	.location-container .location-section .single-location {
	  height: 200px;
	}
  
	.location-container.page-12-location .user-main {
	  display: block;
	}
  
	.location-container.page-12-location .user-main .user-dp-text {
	  display: block;
	}
  
	.location-container.page-12-location .user-main .user-dp-text img {
	  margin-left: auto;
	  margin-right: auto;
	  display: block;
	}
  
	.location-container.page-12-location .user-main-container .user-gallery img {
	  margin-bottom: 5px;
	}
	.location-desc {
		display: flex;
		justify-content: space-between;
		font-size: 17px;
		margin-top: 15%;
		padding: 2%;	
	  }
  }
  


 