/*** Location Card ***/
.location-card .location-header h2{
   font-size: 39px;
    line-height: 46px;
}
.location-card .location-header p{
  font-family: 'RethinkSans-Regular';
  font-size: 16px;
  line-height: 20px;
}

.location-card .location-card-inner {
  border: 2px solid #EDEBE4;
  border-radius: 8px;
  padding: 30px;
}
.location-card .location-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.location-card .location-desc p{
  font-size: 13px;
  line-height: 16px;
  color: #000E56;
  margin-top: 10px;
  margin-bottom: 24px;
}
.location-card .location-head{
  color: #000E56;
  font-size:20px;
  line-height: 25px;
  margin-bottom: 34px;
}
.location-card .flex-sec{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.location-card .flex-sec:last-child{
  margin-bottom: 0;
}
.location-card .flex-sec p.address{
  color: #000E56;
  margin-left: 37px;
}
.location-card .flex-sec p{
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  margin-left: 22px;
  margin-right: auto;
  color: #000E56;
}
.location-card .location-details-icon{
  padding: 0 12px;
  font-size: 18px;
  line-height: 22px;
}
.location-card{
  margin: 44px 0;
}
.location-card .location-card-inner{
  margin:40px 0;
}
.location-card .location-details .location-txtcopy-img.location-head{
  display: flex;
  margin-bottom: 24px !important;
}
.location-card .location-details h2{
  margin-bottom: 0;
  font-family: 'Rethinksans-bold';
  font-weight: 700;
}
.location-card .location-details a.copy-txt{
  margin-left: 10px;
  border: 0;
  background: transparent;
}
/* to reverse the column add the follwing class */
.location-card .reverse-div{
  flex-direction: row-reverse;
}
/* redmore css */
.flex-sec p{
  overflow: hidden;
  width:80%;
  /* display: -webkit-box; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.flex-sec .copy-txt:active::after,.flex-sec .copy-txt:focus::after,
.location-head .copy-txt:active::after,.location-head .copy-txt:focus::after{
  content: 'Copied!';
  font-family: 'RethinkSans-Regular';
  font-size: 13px;
  position: absolute;
  width: 114px;
  height: 36px;
  color: #fff;
  right: -34px;
  line-height: 36px;
  text-align: center;
  background: #224AB1;
  border-radius: 3px;
  display: block;
}
.flex-sec .copy-txt,.location-head .copy-txt{
  position: relative;
  cursor: pointer;
}
.flex-sec .copy-txt:active::before,.flex-sec .copy-txt:focus::before,
.location-head .copy-txt:active::before,.location-head .copy-txt:focus::before{
  content: '';
  bottom: 0;
  right: 5px;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000E56;
}
.media-drop-down {
  margin-top: 45px;
}
#location-filter-card .row.normal-div > div,
#location-filter-card .row.reverse-div > div{
  display: flex;
  align-items: center;
}
#location-filter-card .location-details .location-head{
  margin-bottom: 0;
}
/* desktop media */
@media (min-width: 768px) {
   .location-card .location-card-inner {
      padding: 30px;
  }
  .location-card .location-desc p{
      margin-bottom: 0;
  }
  .location-card .location-head {
      font-size: 25px;
      line-height: 30px;
      /* margin-bottom: 24px; */
  }
  .location-card .flex-sec p {
      font-size: 18px;
      line-height: 22px;
      margin-left: 32px;
  }
  .location-card .flex-sec {
      margin-bottom: 18px;
  }
  .location-card .location-card-inner{
      margin:45px 0;
  }
  .location-card{
      margin: 54px 0;
  }
  .location-card .location-header h2{
      font-size: 39px;
      line-height: 46px;
}
 .location-card .location-header p{
     font-family: 'RethinkSans-Regular';
     font-size: 20px;
     line-height: 24px;
 }
 .flex-sec p{
  line-clamp:2;
  -webkit-line-clamp: 2;    
  }
}
@media (max-width: 767px) {
  .location-card .location-img img {
    margin-bottom: 20px;
  }
}
