body{
    font-family: "Inter", sans-serif;
}
.main_search {
    max-width: 600px;
    margin: 0px auto;
}

.main_search input {
    border: unset;
    background-color: unset;
}

.main_search #basic-addon2 {
    background: unset;
    border: unset;
}

.main_search #basic-addon2 svg {
    fill: gray;
}

.main_search {
    box-shadow: 0px 0px 10px 0px #b8b8b8;
    padding: 11px 10px 1px;
    border-radius: 10px;
    background-color: #fafafa;
}

input:focus,
input.form-control:focus {

    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

header .navbar.navbar-expand-lg.navbar-light.bg-light,
header,
footer {
    background: #efefef !important;
}

.story_box img {
    border-radius: 50%;
    background: #4b7d00;
    padding: 3px;
}

.story_box h5 {
    font-weight: 600;
    font-size: 11pt;
    text-align: center;
    margin: 10px auto;
}
.story_sec {
    max-width: 900px;
    margin: 0px auto;
    overflow: hidden;
  }

  .post_box .proj_pro_pic {
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
  .top_det h3 {
    font-size: 13pt;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .top_det p {
    font-size: 10pt;
    color: gray;
    margin-bottom: 0px;
  }
  .top_det {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 10px;
    height:100%;
  }
  .text-right{
    text-align: right;
  }
  .btn.btn-book {
    /*background: #4c7e01;*/
    /*color: #fff;*/
    /*max-width: 105px;*/
    /*margin-left: auto;*/
    background: #4c7e01;
  color: #fff;
  max-width: 105px;
  margin-left: auto;
  font-size: 10pt;
  padding: 7px 10px;
  }
  .post_box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .bottom_row svg {
    width: 28px;
    height: 28px;
    fill: #000;
  }
  .bottom_row .reviews button {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .bottom_row .reviews h4 {
    font-size: 14pt;
    margin-top: 2px;
    margin-left: 5px;
  }
  footer p {
    font-weight: 600;
  }
  footer .nav-link {
    color: #000;
    font-weight: 600;
  }
  header .nav-link.active {
    font-weight: 600;
  }
  @media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px !important;
  }
}
.header_area{
    box-shadow:unset !important;
}
.navbar-brand.logo_h img {
  width: 200px !important;
  margin: 15px auto;
}
.newboxcols {
  background: black !important;
  border: unset !important;
  font-size: 9pt;
  color: #fff !important;
}
.btn.btn-sm.book_mark_change.al {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 100%;
}
.altheadsingle{
    background: #ddd;
  border: unset !important;
  padding: 10px 20px !important;
}
.card.altcard {
  background: #ddd;
}
.btn.btn-book.alt2 {
  font-size: 12pt;
  min-width: 200px;
  border-radius: 10px;
}
.active-sidebar,
.active-sidebar:hover{
  background: #4c7e01;
  color: #fff;
}
.header_p_geight {
  height: 100px;
}
.margin-top-85 {
  margin-top: 26px;
}
.ex-image-container{
    margin-top:0px;
    
}
.pr_pic_show {
    max-width:150px;
  border-radius: 50%;
}
.profile_btnsflex{
    height:100%;
}
  @media (max-width: 767px) {
      .btn.btn-book.alt2{
          margin-right:auto;
      }
  }
  
 .mult_post .swiper-pagination.swiper-pagination-bullets {
  bottom: 10px;
}

.mult_post .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.mult_post .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.mult_post .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.mult_post .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: white;
}

.video-container {
  position: relative;
  width: 100%;
  /*margin-bottom: 20px;*/
}

.reel_video {
  width: 100%;
  height: auto;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.play-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.play-icon,
.pause-icon {
  width: 30px;
  height: 30px;
  fill: white;
}

.pause-icon {
  display: none;
}

.post_area img,
.post_area video{
    width:100%;
    
  object-fit: cover;
  border-radius: 10px;
}
.step-inactive {
  background: #fff;
}
.active-side.step-inactive {
  background: #4c7e01;
}
 @media (max-width: 767px) {
 .navbar-brand.logo_h img {
  width: 134px !important;
 }
  .main_search {
  padding: 0px;
}
.main_search input {
  font-size: 10pt;
}
.story_box h5 {
  font-size: 8pt;
}
.post_box .proj_pro_pic {
  width: 50px;
  height: 50px;
}
.top_det h3 {
  font-size: 11pt;
}
.top_det p {
  font-size: 8pt;
}
.btn.btn-book {
  font-size: 8pt;
}
.bottom_row .reviews h4 {
  font-size: 11pt;
}
.bottom_row svg {
  width: 23px;
  height: 23px;
}   
 }
 #preloader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  z-index: 1002;
  width: 100vw;
  height: 100vh;
  top: 0px;
 background: #fff;
}
#preloader img {
width: 100%;
  height: 200px;
  object-fit: contain;
}
.story_box {
  margin: 0px auto;
  width: fit-content;
}

#story .story_box img {
  border-radius: 10px !important;
  background: #dbdbdb;
}
.ttl {
  font-weight: bold;
  font-size: 1.5em;
  color: #4c7e01;
}