@font-face{font-family:NotoSans-Bold;src: url(../fonts/NotoSans-Bold.ttf);}
@font-face{font-family:NotoSans_Condensed-SemiBold;src: url(../fonts/NotoSans_Condensed-SemiBold.ttf);}
@font-face{font-family:NotoSans-Light;src: url(../fonts/NotoSans-Light.ttf);}
@font-face{font-family:NotoSans_SemiCondensed-Medium;src: url(../fonts/NotoSans_SemiCondensed-Medium.ttf);}
@font-face{font-family:NotoSans-Medium;src: url(../fonts/NotoSans-Medium.ttf);}




.logo{width:27%;}
navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link
{color: #000!important;}
.navbar-nav {display: -webkit-box;}
.nav_li{font-family:NotoSans-Medium;padding-right: 3em;}
.ban_sec {width: 100%;}
.ban_img {width: 100%;position: relative;}
.ban_img img {width: 100%;}
.ban_text {
  position: absolute;
  top: 50%;
  left: 6%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ban_text  span {font-family:NotoSans-Medium;color: #fff;font-size:1.8em;}
.ban_text p {font-family:NotoSans-Light;color: #fff;margin: 7px 0 25px;}
.ban_text a {display: inline-block;font-family:NotoSans-Medium;font-size:18px;background:#00aa4c;border-radius:18px;color: #fff;padding: 8px 28px;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;text-decoration:none;}
.ban_text a:hover {background: #fffc;color: #000;}

@media (min-width: 1200px) and (max-width: 1399px) {
.ban_text p {font-size: 21px;}}

@media (min-width: 992px) and (max-width: 1199px) {
.ban_text p {font-size: 17px;}
.ban_text strong {font-size: 50px;line-height: 60px;}
.ban_text strong span {font-size: 37px;}
.ban_text a {font-size: 16px;line-height: 19px;}}
@media only screen and (max-width: 991px) {
.ban_text strong {font-size: 35px;line-height: 40px;}
.ban_text strong span {font-size: 28px;line-height: 35px;letter-spacing: 2px;}
.ban_text p {font-size: 14px;line-height: 20px;}
.ban_text a {font-size: 13.39px;line-height: 15px;}}
@media only screen and (max-width: 767px) {
.ban_img img {min-height: 290px;object-fit: cover;}}
@media only screen and (max-width: 575px) {
.ban_text strong {background: rgba(0, 0, 0, 0.8);padding: 10px;width: 100%;display: block;}}
@media only screen and (max-width: 480px) {
.ban_text strong span {font-size: 22px;line-height: 31px;letter-spacing: 1px;}
.ban_text {left: 2%;}}
.workspace_title{font-family: 'NotoSans-Bold';text-align: center;padding-top: 1.5em;color: #000;font-size: 2.5em;}
.card-overlay-bottom {
  overflow: hidden;
  height: 560px;
}

.card-overlay-bottom::before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: 1;
}

.card-overlay-bottom:hover .card-img-bg {
  transform: scale(1.1);
}

.card-img-bg {
  background-image: url(https://cdn.pixabay.com/photo/2016/03/09/09/30/woman-1245817_1280.jpg);
  background-position: center left;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.5s;
}

.card-img-overlay {
  z-index: 2;
}




.about-three, .about-three__img {
  position: relative;
  display: block;
}

.about-three {
  background: var(--logistiq-white);
  padding: 120px 0;
  z-index: 1;
}

.about-three__img .shape1 {
  position: absolute;
  top: 15px;
  right: -15px;
  z-index: -1;
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes float-bob-x{
0% {
  transform: translateX(-30px);
}
50% {
  transform: translateX(-10px);
}
100% {
  transform: translateX(-30px);
}
}
.about-three__img-box ul {
  position: relative;
  display: flex;
  align-items: center;
}

dl, ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.about-three__img-box ul li {
  position: relative;
  display: block;
}
.about-three__img-box ul li .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.about-three__img-box ul li .img-box img {
  width: 100%;
}
.about-three__img-box ul li+li {
  margin-left: 15px;
}
.about-three__experience-box {
  position: relative;
  display: block;
  padding: 43px 35px 42px;
  margin-bottom: 16px;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, .08);
  margin-left: -60px;
  margin-right: 95px;
  top: -1px;
  z-index: 1;
}
.about-three__experience-box:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background:#00aa4c;
  content: "";
}
.about-three__experience-box .count-text-box {
  position: relative;
  display: block;
}
.about-three__experience-box .count-number {
  position: relative;
  display: flex;
  align-items: center;
}
.about-three__experience-box .count-number h3 {
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;font-family: 'NotoSans-Bold';
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--logistiq-font);
  color:#062e39;
  margin: 0;
}
.about-three__experience-box .count-number span {
  position: relative;
  display: inline-block;
  color: #062e39;
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
  top: -2px;
}
.about-three__experience-box h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;font-family: 'NotoSans-Bold';
  margin-top: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .about-three__content {
      margin-left: 0;
  }
}

.about-three__content {
  position: relative;
  display: block;
}
.about-three .sec-title {
  padding-bottom: 28px;
}

.sec-title {
  position: relative;
  display: block;
  margin-top: -8px;
  z-index: 1;
}
.sec-title__tagline {
  position: relative;
  display: flex;
  align-items: center;
}
.sec-title__tagline .line, .sec-title__tagline .text {
  position: relative;
  display: block;
}
.sec-title__tagline .line {
  width: 20px;
  height: 2px;
  background: #fd5523;
  margin-right: 10px;
}
.sec-title__tagline .text h4 {
color: #000;
font-size: 16px;
line-height: 26px;
font-weight: 700;
letter-spacing:1px;
text-transform: capitalize;
font-family: 'NotoSans-Medium';}
.sec-title__tagline .icon, .sec-title__tagline .icon span {
  position: relative;
  display: inline-block;
}
.sec-title__tagline .icon span {
  color: #fd5523;
  font-size: 20px;
  top: 2px;
  margin-left: 15px;
}
.float-bob-x3 {
  animation-name: float-bob-x3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
[class*=" icon-"], [class^=icon-] {
  font-family: 'Material Icons' !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
@keyframes float-bob-x3{
0% {
  transform: translateX(-15px);
}
50% {
  transform: translateX(-5px);
}
100% {
  transform: translateX(-15px);
}
}
.icon-plane2:before {
  content: "\e7c9";
}
.sec-title__title {
  font-size: 43px;font-family: 'NotoSans-Bold';
  line-height: 55px;
  text-transform: none;color: #000;
}
.sec-title__title span {
  position: relative;
    display: inline-block;
    color: #00aa4c;
    text-transform: capitalize;
}

.about-three__content-text {
  position: relative;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .about-three__content-list ul li .content-box p, .about-three__content-text p {
      font-size: 15px;
  }
}
.about-three__content-text p {
  margin: 0;
}
.about-three__content-list, .about-three__content-list ul {
  position: relative;
  display: block;
}
.about-three__content-list {
  margin-top:-12px;
}
dl, ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.about-three__content-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, .07);
  border-radius: 5px;
  padding: 15px 30px;
  overflow: hidden;
}
.about-three__content-list ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background:#00aa4c;
  content: "";
}
.about-three__content-list ul li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #00aa4c;
  border-radius: 5px;
}
.about-three__content-list ul li .icon span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  transition-delay: .1s;
  transition: all .5s ease;
}
.icon-global-services:before {
  content: "\e80b";
}
.about-three__content-list ul li .content-box {
  position: relative;
  display: block;
  margin-left: 25px;
  flex: 1 1;    font-family: 'NotoSans-Medium';
}
.about-three__content-list ul li .content-box h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .about-three__content-list ul li .content-box p, .about-three__content-text p {
      font-size: 15px;
  }
}
.about-three__content-list ul li .content-box p {
  margin: 0;
}
.icon-man:before {
  content: "\f02e";
}
.about-three__content-btn {
  position: relative;
  display: block;
  margin-top: 31px;
  line-height: 0px;
}
.thm-btn, .thm-btn:hover {
  color: #fff;
}
.thm-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
  background: #fd5523;
  border-radius: 7px;
  padding: 1px 35px 0;
  overflow: hidden;
  font-family: var(--logistiq-font);
  text-transform: capitalize;
  transition: all .3s linear;
  z-index: 1;
}
a, a:focus, a:hover, a:visited {
  text-decoration: none !important;
}
.thm-btn i {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  top: 1px;
  margin-left: 5px;
}
.icon-right-arrow21:before {
  content: "\f1df";
}
.about-three__content-list ul li+li {
  margin-top: 20px;
}
.about-three__content-list ul li:hover .icon span {
  transform: rotateY(180deg);
  transition-delay: .1s;
}


.contact_container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #00aa4c;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #1abc9c;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
    text-align: center;
    font-family: 'NotoSans-Bold';
    color: #000;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: #fff;
  padding: 0.6rem 1.2rem;
  color: #000;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;font-family: 'NotoSans-Bold';
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #000;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;font-family: 'NotoSans-Bold';
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}


.text {
  color: #333;
  margin: 1.5rem 0 1rem 0;text-align: center;
  font-family: 'NotoSans-Medium';
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  font-size: 0.95rem;
}
.information p{font-family: 'NotoSans-Medium';
  color: #000;}
.information i {
  font-size: 1.3em;
    color: #00aa4c;
}
.information a{color: #000;}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1abc9c, #149279);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}
.contact_bg{background-color:#f4f5f9;padding-top: 2em;padding-bottom: 2em;}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #1abc9c;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}
/* 
.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
} */

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}


.footer_bg{color: #fff;
  background: #000;font-family: 'NotoSans-Medium';
    font-size: 15px;
    padding: 10px;}


.space_section {
      --space: 1rem;
      width: 100%;
      margin: 1rem auto;
      display: grid;
      gap: var(--space);
      grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    }
    
.space_card {
      width: 100%;border: 2px solid #00aa4c;
      cursor: default;
      padding: var(--space);
      border-radius: 0.25rem;
      background-color: var(--sdcolor);
      transition: transform 0.3s ease-in-out;
    }
    
    .space_card:hover {
      transform: translateY(-0.5rem);
    }
    
    .card-img {
      width: 100%;
      height: 15rem;
      overflow: hidden;
      position: relative;
      border-radius: 0.25rem;
    }
    
    .card-img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
    }
    
    .card-img figcaption {
      background-color: var(--ttcolor);
      color: var(--sdcolor);
      font-size: 0.85rem;
      padding: 0.5rem 0.75rem;
      width: 100%;
      position: absolute;
      bottom: 0;
    }
    
    .card_title {
      text-transform: capitalize;
      text-align: center;
    font-family: 'NotoSans-Medium';
    font-size: 22px;
    color: #000;
    }
    .card_body {
      padding: 0.25rem;height:280px;
  }
.work_p{padding-top: 14px;
  font-family: 'NotoSans-Medium';
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;}
  

  .btn-floating:hover img {
    margin-bottom: -3px
  }
  
  .btn-floating {
      position: fixed;
      right: 5px;
      overflow: hidden;
      width: 50px;
      height: 50px;
      border-radius: 100px;
      border: 0;
      z-index: 9999;
      color: white;
      transition: .2s;display: inline-block;
  }
  
   /* .btn-floating:hover {
      width: auto;
      padding: 0 20px;
      cursor: pointer;
  }  */
  
  .btn-floating span {
      font-size: 16px;
      margin-left: 5px;
      transition: .2s;
      line-height: 0px;
      display: inline;font-family: 'NotoSans-Bold';
  }
  
  .btn-floating:hover span {
      display: inline-block;
  }
  
  /* Phone */
  .btn-floating.phone {
      bottom: 85px;
      background-color: #760f10;width: 14%;
  }
  
  .btn-floating.phone:hover {
      background-color: #c03421;
  }
  
  /* WhatsApp */
  .btn-floating.whatsapp {
      background-color: #34af23;
      bottom: 25px;width: 14%;
  }
  
  .btn-floating.whatsapp:hover {
      background-color: #1f7a12
  }

.amenities_bg{padding: 2em;background:#00aa4c;margin-top: 2.5em;}
.amenitiest_title {
  text-align: center;
  color: #fff;
  font-family: 'NotoSans-Bold';;
  font-size: 33px;
}
.highlight_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 29%;
}
.hightlight_txt {
  color: #fff;
  font-family: 'NotoSans-Bold';
  font-size: 14px;
  text-align: center;
  padding-top: 13px;
}
.donation_content {
  top: -100px;
  width: 70%;position: relative;

}

.high_row{margin-top: 1.5em;}
.am_row{margin-top: 2em;}
.about-three__content-list1 ul li {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, .07);
  border-radius: 5px;
  padding: 7px 30px;
  overflow: hidden;margin-bottom: 10px;
}
.about-three__content-list1 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: #000;
  content: "";}
  .about-three__content-list1 ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #00aa4c;
    border-radius:5px; }
    .about-three__content-list1 ul li .icon span {
      position: relative;
      display: inline-block;
      color: #fff;
      font-size: 20px;
      line-height: 30px;
      transition-delay: .1s;
      transition: all .5s ease;
  }
  .about-three__content-list1 ul li .content-box {
    position: relative;
    display: block;
    margin-left: 25px;
    flex: 1 1;
    font-family: 'NotoSans-Medium';
}
.work_btn{display: inline-block;
  font-family: NotoSans-Medium;
  font-size: 16px;
  background: #00aa4c;
  border-radius: 12px;
  color: #fff;
  padding: 6px 25px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;}
.work_btn:hover {background:#00aa4c;color: #000;}
.thank_you_box{width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);}
.thank_h2{padding: 2em;
  font-family: 'NotoSans-Medium';
  text-align: center;
  color: #000;
  font-size: 1.8em;
  margin-top: 2em;
  margin-bottom: 5em;}

  @media(min-width:300px) and (max-width:767px)   {

  .navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000;margin-top: 1em;
    font-family: 'NotoSans-Medium';
}
.logo {
  margin: 0 auto;
  width: 100%;
}
.ban_text span {
  font-size: 1.4em;
  padding: 10px;}
  .workspace_title {
   
    padding-top: 0.5em;
    font-size: 1.5em;
}
.logo_mob{width: 75%;}
.togle_btn{
  color: #000;
  border-color: #000;margin-top: 1em;
  font-family: 'NotoSans-Medium';line-height: 1.5;
}
.btn-floating.phone {width: 44%;height: 44px;}
.btn-floating.whatsapp {
  background-color: #34af23;
  bottom: 25px;
  width: 44%;
  height: 44px;}.card_body {height: 243px;}
.highlight_img {width: 20%;}
.sec-title__title {font-size: 35px;}
.amenities_bg {margin: top 0;}
.amenitiest_title {font-size: 30px;}
.about-three__content-list1 ul li .content-box {margin-left: 4px;}
.about-three__content-list1 ul li {padding: 8px 10px;}
.about-three__content-list1 ul li .icon {width: 30px;height: 30px;}}

