/*** Location Card ***/
.location-card .location-header h2{
   font-size: 32px;
   line-height: 40px;
}
.location-card .location-header p{
  font-family: 'Lato-Light';
  font-size: 18px;
  line-height: 26px;
}

.location-card .location-card-inner {
  border: 1px solid #C4C9CB;
  border-radius: 8px;
  padding: 24px;
}
.location-card .location-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.location-card .location-desc p{
  font-size: 14px;
  line-height: 17px;
  color: #5D6265;
  margin-top: 10px;
  margin-bottom: 24px;
}
.location-card .location-head{
  color: #292C31;
  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: #5D6265;
}
.location-card .flex-sec p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  margin-left: 22px;
  margin-right: auto;
  color: #224A81;
}
.location-card .location-details-icon{
  padding: 0 12px;
}
.location-card{
  margin: 44px 0;
}
.location-card .location-card-inner{
  margin:40px 0;
}

/* 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: 'Lato-Regular';
   font-size: 14px;
   position: absolute;
   width: 114px;
   height: 36px;
   color: #fff;
   right: -34px;
   font-size: 10px;
   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 #224AB1;
  }

/* desktop media */
@media (min-width: 768px) {
   .location-card .location-card-inner {
      padding: 30px 24px;
  }
  .location-card .location-desc p{
      margin-bottom: 0;
  }
  .location-card .location-head {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 30px;
  }
  .location-card .flex-sec p {
      font-size: 18px;
      margin-left: 32px;
  }
  .location-card .flex-sec {
      margin-bottom: 18px;
  }
  .location-card .location-card-inner{
      margin:50px 0;
  }
  .location-card{
      margin: 54px 0;
  }
  .location-card .location-header h2{
      font-size: 42px;
      line-height: 53px;
 }
 .location-card .location-header p{
     font-family: 'Lato-Light';
     font-size: 20px;
     line-height: 32px;
 }
 .flex-sec p{
  -webkit-line-clamp: 2;    
  }
}
@media (max-width: 767px) {
  .location-card .location-img img {
    margin-bottom: 20px;
  }
}
