.unknown {
  position: fixed;
  z-index: 4000;
  user-select: none;
  height: auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.unknown .showed {
  visibility: visible !important;
  display: flex !important;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-animation: slide-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: slide-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -ms-animation: slide-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation: slide-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.unknown_prf .btn-line {
  background-color: #00c300;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  text-align: center;
}
.unknown_prf .btn-call,
.unknown_prf .btn-youtube,
.unknown_prf .btn-gift,
.unknown_prf .btn-form,
.unknown_prf .btn-line,
.unknown_prf .btn-location,
.unknown_prf .btn-main,
.unknown_prf .btn-messenger,
.unknown_prf .btn-main,
.unknown_prf .btn-Whatapps,
.unknown_prf .btn-main,
.unknown_prf .btn-instagram {
  width: 52px !important;
  height: 52px !important;
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.unknown .hidden {
  visibility: hidden;
  opacity: 1;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-animation: slide-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -o-animation: slide-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -ms-animation: slide-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation: slide-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.unknown_prf .btn-call #tooltip-call,
.unknown_prf .btn-youtube #tooltip-youtube,
.unknown_prf .btn-gift #tooltip-gift,
.unknown_prf .btn-form #tooltip-form,
.unknown_prf .btn-line #tooltip-line,
.unknown_prf .btn-instagram #tooltip-instagram,
.unknown_prf .btn-location #tooltip-location,
.unknown_prf .btn-Whatapps #tooltip-Whatapps,
.unknown_prf .btn-main #tooltip-main,
.unknown_prf .btn-messenger #tooltip-messenger {
  width: 149px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 8px;
  position: absolute;
  background: #000000 !important;
  color: #ffffff !important;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
}
.unknown_prf .btn-call #tooltip-call,
.unknown_prf .btn-youtube #tooltip-youtube,
.unknown_prf .btn-gift #tooltip-gift,
.unknown_prf .btn-form #tooltip-form,
.unknown_prf .btn-line #tooltip-line,
.unknown_prf .btn-instagram #tooltip-instagram,
.unknown_prf .btn-location #tooltip-location,
.unknown_prf .btn-Whatapps #tooltip-Whatapps,
.unknown_prf .btn-messenger #tooltip-messenger {
  background-color: #000000 !important;
  color: #fff !important;
  border: none !important;
}
.unknown_prf .btn-line .tooltip-triangle:before {
  border-left: 13px solid #000000;
}
.tooltip-triangle-right:after,
.tooltip-triangle-right:before {
  right: -12px;
}
.tooltip-triangle:before {
  bottom: 10px;
}
.tooltip-triangle:after,
.tooltip-triangle:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
}

.unknown_prf .btn-call .tooltip-triangle:before {
  border-left: 13px solid #000000;
}
.tooltip-triangle-right:after,
.tooltip-triangle-right:before {
  right: -12px;
}
.tooltip-triangle:before {
  bottom: 10px;
}
.tooltip-triangle:after,
.tooltip-triangle:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
}
.showed i {
  color: #fff;
}

.bg-zone {
  padding: 15px;
  margin-bottom: 5px;
}
.bg-zone p {
  color: #fff;
}
.card-header,
.card-link,
.card-link:hover {
  background-color: #fff0;
  text-align: left;
  color: #000;
  font-size: 22px;
  font-weight: 800;
  padding: 1rem 0rem;
}
.card-body {
  padding: 10px 40px;
}

.card {
  width: 100%;
}
.card-header .btn-primary {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: none;
  padding-right: 5px !important;
}
.card-header p {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 29px;
  color: #000;
  -webkit-animation: minus 0.5s;
}
.card {
  border: 1px solid rgb(0 0 0 / 0%) !important;
}
.list-marked li a span {
  color: #cacaca;
  text-decoration: line-through;
  margin-left: 0px;
  display: inline-block;
}
@keyframes minus {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}
.prop-i-info ul {
  width: 100%;
  float: left;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.prop-i-info li {
  margin-bottom: 0px;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(65, 65, 65, 0.1);
}
.prop-i-info a {
  color: #000;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body {
  font-family: "Kanit" !important;
  font-weight: normal;
  background: #fff;
  color: #000 !important;
}

.p-contact {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
}

p {
  padding: 0;
  margin: 0;
  font-family: "Kanit" !important;
}
span {
  font-family: "Kanit" !important;
}
.btn {
  font-family: "Kanit" !important;
}

a:hover {
  text-decoration: none;
}

.slide-fix1 img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-width: 298px;
  max-height: 198px;
}

.service-thumb {
  margin: 1px;
  background-color: #f8f8f8;
}

.post-description1 {
  height: 96px;
}

/* css แบ่งหน้า */
.browse_page {
  clear: both;
  margin-left: 12px;
  height: 25px;
  margin-top: 5px;
  display: block;
  background-color: #fff;
}

.browse_page a,
.browse_page a:hover {
  display: block;
  width: 3%;
  font-size: 14px;
  float: left;
  margin: 0px 5px;
  border: 1px solid #cccccc;
  background-color: #f4f4f4;
  color: #333333;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.browse_page a:hover {
  border: 1px solid #2c2c2c;
  background-color: #2c2c2c;
  color: #ffffff;
}

.browse_page a.selectPage {
  display: block;
  width: 45px;
  font-size: 14px;
  float: left;
  margin-right: 2px;
  border: 1px solid #2c2c2c;
  background-color: #2c2c2c;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.browse_page a.SpaceC {
  display: block;
  width: 45px;
  font-size: 14px;
  float: left;
  margin-right: 2px;
  border: 0px dotted #0a85cb;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.browse_page a.naviPN {
  width: 50px;
  font-size: 12px;
  display: block;
  /*    width:25px;   */
  float: left;
  border: 1px solid #2c2c2c;
  background-color: #2c2c2c;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* จบ css แบ่งหน้า */

.post-date1 {
  position: absolute;
  top: 7%;
  left: 5%;
  padding: 2% 3%;
  background: linear-gradient(90deg, #6ecc80 0%, #359eb8 50%, #4159d0 100%);
}

.month1 {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Kanit" !important;
  font-weight: 700;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 40%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 50px;
}

.head-tit h1 {
  text-align: center;
  color: white;
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.head-tit1 h1 {
  text-align: center;
  color: #2c2c2c;
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.head-ber h1 {
  font-size: 45px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.head-ber h1 {
  text-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
}

@media only screen and (max-width: 1199px) {
  .ber-section {
    padding: 9rem 0 !important;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .head-ber h1 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
}

/******************  Search *******************/
@media (min-width: 992px) {
  .search-sec {
    margin-top: -180px;
    background: #fff0;
    padding-bottom: 4rem;
  }
}

.post-slide7 .long_dash {
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #6ecc80 0%, #359eb8 50%, #4159d0 100%);
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 11px;
}

.search-slt {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.wrn-btn {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #343434;
  background-color: #343434;
}

/******************  index *******************/
.post-slide8 {
  position: relative;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
  margin-bottom: 2em;
}

.post-slide8 .post-img {
  position: relative;
  overflow: hidden;
}

.post-slide8 .post-img img {
  width: 100%;
  height: auto;
}

.post-slide8 .over-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}

.post-slide8:hover .over-layer {
  opacity: 1;
}

.post-slide8 .post-link {
  margin: 0;
  padding: 0;
  position: relative;
  top: 45%;
  text-align: center;
}

.post-slide8 .rating {
  color: #2c2c2c;
  font-size: 20px;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.danger {
  color: #fff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  border-radius: 50px !important;
  margin-top: 20px;
  padding: 5px 25px;
}

.post-slide8 .post-link li {
  display: inline-block;
  list-style: none;
  margin-right: 0px;
}

.post-slide8 .post-link li a {
  color: #fff;
  font-size: 30px;
}

.post-slide8 .post-link li a:hover {
  color: #fff;
  text-decoration: none;
}

.post-slide8 .post-content {
  padding: 30px;
}

.post-slide8 .post-title {
  margin: 0 0 15px 0;
}

.post-slide8 .post-title a {
  font-size: 22px;
  font-weight: 700;
  color: #2c2c2c;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.post-slide8 .post-title a:hover {
  text-decoration: none;
  color: #5a5a5a;
}

.post-slide8 .post-description {
  font-size: 14px;
  line-height: 24px;
  color: grey;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 52px;
}

.post-slide8 .read-more {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: color 0.2s linear;
}

.post-slide8 .read-more:hover {
  text-decoration: none;
  color: #ff8b3d;
}

.post-slide8 .read-more:after {
  content: "";
  position: absolute;
  width: 30%;
  display: block;
  border: 1px solid #ff8b3d;
  transition: all 0.3s ease;
}

.post-slide8 .read-more:hover:after {
  width: 100%;
}

.post-slide2 {
  text-align: center;
  margin-bottom: 2em;
}

.post-slide2 .post-img {
  overflow: hidden;
}

.post-slide2 .post-img img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 1s ease-in-out 0s;
}

.post-slide2:hover .post-img img {
  transform: scale(1.08);
}

.post-slide2 .post-content {
  background: #fff0;
  padding: 20px;
}

.post-slide2 .post-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #2c2c2c;
  margin-top: 0;
  text-transform: capitalize;
}

.post-slide2 .post-title a {
  display: inline-block;
  color: #2c2c2c;
  transition: all 0.3s ease 0s;
}

.post-slide2 .post-title a:hover {
  color: #3d3030;
  text-decoration: none;
}

.post-slide2 .post-description {
  font-size: 15px;
  color: #676767;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px;
}

/******************  index *******************/
/******************  map *******************/
.marker {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background-color: white;
  transition: all 300ms;
}

.marker:before {
  content: " " !important;
  position: absolute !important;
  left: 36% !important;
  opacity: 1 !important;
  margin: 0 auto !important;
  bottom: -18px !important;
  border: 10px solid #fff0 !important;
  border-top-color: #fff !important;
}

@media only screen and (max-width: 1199px) {
  .map-list .details {
    padding: 1rem;
    position: absolute;
    margin-bottom: 1rem;
    transform: scale(0);
    transform-origin: 0 100%;
    font-size: 75%;
    background: linear-gradient(
      90deg,
      rgba(110, 204, 128, 1) 0%,
      rgba(53, 158, 184, 1) 50%,
      rgba(65, 89, 208, 1) 100%
    );
    border-radius: 0.5em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    opacity: 0;
    bottom: 55px;
    left: 0%;
    white-space: nowrap;
    transition: opacity 500ms, transform 400ms cubic-bezier(0.6, -0.3, 0.3, 1.3);
  }
}

@media only screen and (max-width: 1199px) {
  .map-list .details2 {
    padding: 1rem;
    position: absolute;
    margin-bottom: 1rem;
    transform: scale(0);
    transform-origin: 0 100%;
    font-size: 75%;
    background: linear-gradient(
      90deg,
      rgba(110, 204, 128, 1) 0%,
      rgba(53, 158, 184, 1) 50%,
      rgba(65, 89, 208, 1) 100%
    );
    border-radius: 0.5em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    opacity: 0;
    bottom: 55px;
    left: 0%;
    white-space: nowrap;
    transition: opacity 500ms, transform 400ms cubic-bezier(0.6, -0.3, 0.3, 1.3);
  }
}

@media only screen and (max-width: 480px) {
  .marker {
    width: 30px;
    height: 30px;
  }

  .marker:before {
    left: 18% !important;
  }
}

.button,
.backToMap {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #000;
}

.button:hover,
.backToMap:hover {
  background: #ffb202;
}

.map-list {
  position: relative;
}

.map-list li {
  position: relative;
  padding: 1.375em;
}

.map-list li.cluster {
  display: none;
}

.map-list h2,
.map-list p {
  margin-bottom: 0;
  line-height: 1.375em;
}

.map-list .button {
  position: absolute;
  top: 50%;
  right: 1.375em;
  transform: translateY(-50%);
}

.map1 {
  position: relative;
  margin: auto;
}

.map2 {
  height: 0;
  padding-top: 50%;
  background-image: url(../../www.matfoundrygroup.com/c2/uploads/map-of-germany.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border: 0.5em solid #eee;
}

.map-list li {
  position: absolute;
  padding: 0;
  transform: translateZ(0);
}

.map-list li:after {
  position: absolute;
  bottom: 0;
  left: -1.5em;
  content: "";
  display: block;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  border-radius: 0%;
  border-bottom-right-radius: 0;
  cursor: pointer;
}

.map-list li:hover {
  z-index: 1;
}

.map1 li.ger {
  display: none;
}

.map-list li.site1 {
  bottom: 69%;
  left: 93%;
  z-index: 4;
}

.map-list li.site2 {
  bottom: 68%;
  left: 89%;
  z-index: 3;
}

.map-list li.site3 {
  bottom: 80%;
  left: 21%;
  z-index: 3;
}

.map-list li.site4 {
  bottom: 30%;
  left: 70%;
  z-index: 1;
}

.map-list li.site444 {
  bottom: 53%;
  left: 44%;
  z-index: 1;
}

.map-list li.site5 {
  bottom: 55%;
  left: 6%;
  z-index: 0;
}

.map-list li.site6 {
  bottom: 87%;
  left: 90%;
  z-index: 0;
}

.map-list li.site7 {
  bottom: 44%;
  left: 20%;
  z-index: 2;
}

.map-list li.site8 {
  bottom: 68%;
  left: 85%;
  z-index: 2;
}

.map-list li.site9 {
  bottom: 40%;
  left: 75%;
  z-index: 0;
}

.map-list li.site10 {
  bottom: 38%;
  left: 89%;
  z-index: 3;
}

.map-list li.site11 {
  bottom: 66%;
  left: 41%;
  z-index: 0;
}

.map-list li.site12 {
  bottom: 88%;
  left: 26%;
  z-index: 10;
}

.map-list li.site13 {
  bottom: 48%;
  left: 68%;
  z-index: 7;
}

.map-list li.site14 {
  bottom: 89%;
  left: 69%;
  z-index: 12;
}

.map-list li.site15 {
  bottom: 60%;
  left: 64%;
  z-index: 10;
}

.map-list li.site16 {
  bottom: 93%;
  left: 62%;
  z-index: 11;
}

.map-list li.site17 {
  bottom: 77%;
  left: 31%;
  z-index: 3;
}

.map-list li.cluster {
  bottom: 52%;
  left: 49%;
  display: block;
}

.map-list li.germany1 {
  bottom: 62%;
  left: 44.5%;
}

.map-list li.germany2 {
  bottom: 49%;
  left: 40%;
}

.map-list li.germany3 {
  bottom: 82.5%;
  left: 65%;
}

.map-list li.germany4 {
  bottom: 21%;
  left: 49%;
}

.map-list li.germany5 {
  bottom: 72%;
  left: 63%;
}

.map-list li.germany6 {
  bottom: 55%;
  left: 47%;
}

.map-list li.germany7 {
  bottom: 49%;
  left: 60%;
}

.map-list .details {
  padding: 1rem;
  position: absolute;
  width: 280px;
  margin-bottom: 1rem;
  transform: scale(0);
  transform-origin: 0 100%;
  background: linear-gradient(
    90deg,
    rgba(110, 204, 128, 1) 0%,
    rgba(53, 158, 184, 1) 50%,
    rgba(65, 89, 208, 1) 100%
  );
  border-radius: 0.5em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  bottom: -75px;
  left: 118%;
  transition: opacity 500ms, transform 400ms cubic-bezier(0.6, -0.3, 0.3, 1.3);
}

.map-list .details2 {
  padding: 1rem;
  position: absolute;
  width: 280px;
  margin-bottom: 1rem;
  transform: scale(0);
  transform-origin: 0 100%;
  background: linear-gradient(
    90deg,
    rgba(110, 204, 128, 1) 0%,
    rgba(53, 158, 184, 1) 50%,
    rgba(65, 89, 208, 1) 100%
  );
  border-radius: 0.5em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  bottom: -75px;
  left: 118%;
  transition: opacity 500ms, transform 400ms cubic-bezier(0.6, -0.3, 0.3, 1.3);
}

.details a h2 {
  font-size: 15px;
  color: #fff;
}

.details2 a h2 {
  font-size: 15px;
  color: #fff;
}

.map-list li:hover .details {
  transform: scale(1);
  opacity: 1;
}

.map-list li:hover .details2 {
  transform: scale(1);
  opacity: 1;
   left: -90px;
}

.map-list p {
  margin-bottom: 0.25rem;
  font-size: 11px;
}

.map-list .button {
  position: static;
  transform: none;
  width: 100%;
}

/******************  index *******************/
.slider-nav img {
  padding: 0 10px;
}

/******************   RENTAL SPACE *******************/
strong {
  font-weight: 900 !important;
  padding-right: 10px;
}

.long_dash11 {
  height: 5px;
  width: 10%;
  background: linear-gradient(90deg, #6ecc80 0%, #359eb8 50%, #4159d0 100%);
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 11px;
}

.ren-des h1 {
  margin-top: 0;
}

.post1 li {
  display: list-item;
  font-size: 19px !important;
  color: #555;
  margin-right: 10px;
  text-transform: capitalize;
}

.rental-form {
  padding: 3rem;
  background-color: #f8f8f8;
}

.na-top {
  border-radius: 50px;
  background-color: #707070;
}

.button {
  font-size: 17px;
  text-align: center;
  border: 1px solid #000;
  background: #000;
  color: #ffffff;
  display: inline-block;
  text-transform: capitalize;
  vertical-align: middle;
  padding: 8px 20px;
  border-radius: 50px;
}

.form12 {
  height: 55px !important;
  border: 1px solid #898989 !important;
  border-radius: 0.5rem !important;
}

/* The customcheck */
.customcheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 17px;
  cursor: pointer;
  color: #4f4f4f;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
  background-color: #2c2c2c;
  border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.facilities .long_dash {
  height: 1px;
  width: 100%;
  background: #ccc;
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 11px;
}

.facilities {
  margin-bottom: 30px;
}

.facilities p {
  color: #9c9c9c;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: #46ddb000;
  border-bottom: 5px solid #359eb8;
  border-radius: 0rem;
}

.nav-pills .nav-link {
  border-radius: 0rem;
  text-align: left;
  font-size: 23px;
  font-weight: 700;
  border-bottom: 5px solid #cccccc;
}

.courses .long_dash {
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #6ecc80 0%, #359eb8 50%, #4159d0 100%);
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 11px;
}

.nav-pi {
  border-radius: 100px;
  color: white;
  background-color: #707070;
  border: 1px solid #fff0;
}

.nav-pi:hover {
  border-radius: 100px;
  color: white;
  background: linear-gradient(
    90deg,
    rgba(110, 204, 128, 1) 0%,
    rgba(53, 158, 184, 1) 50%,
    rgba(65, 89, 208, 1) 100%
  );
  border: 1px solid #3f66cb;
}

.nav-p:hover {
  border-radius: 100px;
  color: white;
  background: linear-gradient(
    90deg,
    rgba(110, 204, 128, 1) 0%,
    rgba(53, 158, 184, 1) 50%,
    rgba(65, 89, 208, 1) 100%
  );
  border: 1px solid #3f66cb;
}

.nav-p {
  color: #fff;
  border: none;
  border-radius: 100px;
  border: 1px solid #3f66cb;
  background: linear-gradient(
    90deg,
    rgba(110, 204, 128, 1) 0%,
    rgba(53, 158, 184, 1) 50%,
    rgba(65, 89, 208, 1) 100%
  );
}

.post-slide7 {
  transform: translateY(0);
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
}

.post-slide7 h5 {
  text-align: center;
  color: #2c2c2c;
}

.post-slide7 .post-img {
  position: relative;
}

.post-slide7 .post-img img {
  width: 100%;
  height: auto;
}

.post-slide7 .icons {
  position: absolute;
  bottom: -16px;
  left: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.post-slide7 .icons img {
  width: 100%;
  height: auto;
}

.post-slide7 .post-review {
  border: 1px solid #e7e7e7;
  border-top: none;
  padding: 35px 20px 25px;
  background: #fff;
  position: relative;
  height: 269px;
}

.post-slide7 .post-review1 {
  border: 1px solid #e7e7e7;
  border-top: none;
  padding: 35px 50px 25px;
  background: #fff;
  position: relative;
}

.post-slide7 .post-bar {
  padding: 0;
  list-style: none;
}

.post-slide7 .post-bar li {
  display: list-item;
  font-size: 16px;
  color: #555;
  margin-right: 10px;
}

.post-slide7 .post-bar li i {
  color: #9c4a6c;
  margin-right: 8px;
}

.post-slide7 .post-title {
  margin: 0 0 20px 0;
  color: #555;
  font-weight: 700;
  font-size: 18px;
}

.post-slide7 .post-description {
  font-size: 15px;
  line-height: 21px;
  color: grey;
}

.post-slide7 .read {
  text-transform: capitalize;
  font-size: 15px;
  color: #9c4a6c;
}

.post-slide7 .read i {
  margin-left: 10px;
}

.post-slide7 .read:hover {
  text-decoration: none;
  color: #333;
}

/*********footer*******************/
.kilimanjaro_area {
  position: relative;
  z-index: 1;
}

.foo_top_header_one {
  background-color: #2c2c2c;
  color: #fff;
}

.section_padding_100_70 {
  padding: 4rem 0;
}

.foo_top_header_one {
  color: #fff;
}

.foo_top_header_one .kilimanjaro_part > h5 {
  color: #fff;
}

.kilimanjaro_part h4,
.kilimanjaro_part h5 {
  margin-bottom: 30px;
}

.kilimanjaro_single_contact_info > p,
.kilimanjaro_single_contact_info > h5,
.kilimanjaro_blog_area > a,
.foo_top_header_one .kilimanjaro_part > p {
  color: #ffffffe6;
}

p,
ul li,
ol li {
  font-weight: 300;
}

ul {
  margin: 0;
  padding: 0;
}

.kilimanjaro_bottom_header_one {
  background: linear-gradient(
    90deg,
    rgba(110, 204, 128, 1) 0%,
    rgba(53, 158, 184, 1) 50%,
    rgba(65, 89, 208, 1) 100%
  );
}

.section_padding_50 {
  padding: 10px 0;
}

.kilimanjaro_bottom_header_one p {
  color: #fff;
  margin: 0;
}

p,
ul li,
ol li {
  font-weight: 300;
}

.kilimanjaro_bottom_header_one a {
  color: inherit;
  font-size: 14px;
}

.m-top-15 {
  margin-top: 15px;
}

ul {
  margin: 0;
  padding: 0;
}

.kilimanjaro_widget > li {
  display: inline-block;
}

ol li,
ul li {
  list-style: outside none none;
}

.kilimanjaro_widget a {
  border: 1px solid #333;
  border-radius: 6px;
  color: #888;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 7px 12px;
}

ul {
  margin: 0;
  padding: 0;
}

.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.kilimanjaro_links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.foo_top_header_one .kilimanjaro_part > h5 {
  color: #fff;
}

.kilimanjaro_part h4,
.kilimanjaro_part h5 {
  margin-bottom: 30px;
}

.kilimanjaro_social_links > li {
  display: inline-block;
}

.kilimanjaro_social_links a {
  border: 1px solid #333;
  border-radius: 6px;
  color: #888;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 3px;
  padding: 7px 12px;
}

.kilimanjaro_blog_area .kilimanjaro_date {
  color: #27ae60;
  font-size: 13px;
  margin-bottom: 5px;
}

.kilimanjaro_blog_area > p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
  margin-bottom: 0;
}

.kilimanjaro_works > a {
  display: inline-block;
  float: left;
  position: relative;
  width: 33.33333333%;
  z-index: 1;
}

.kilimanjaro_thumb {
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}

.kilimanjaro_links a i {
  padding-right: 10px;
}

/* :: 18.0 Footer Area CSS */

.footer_area {
  position: relative;
  z-index: 1;
}

.footer_bottom p > i,
.footer_bottom p > a:hover {
  color: #27ae60;
}

.social_links_area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.social_links_area > a:hover {
  color: #27ae60;
}

.inline-style .social_links_area > a:hover {
  background-color: transparent;
  color: #27ae60;
  border: 0px solid transparent;
}

.single_feature:hover .feature_text h4 {
  color: #27ae60;
}

.kilimanjaro_blog_area {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  padding: 0 0 15px 90px;
  position: relative;
  z-index: 1;
}

.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
