#more {display: none;}
  .occasions{
    background: white;
    color: black;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom:17px;
    

  }
  .block-21 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 520px;
    height: 330px;

}

#oc-head{
    color:#000;
}
/*footer*/
.mobile-footer{
    display: none;
}

@media screen and (max-width: 767px){
.desktop-footer{
    display: none;
}
.mobile-footer{
    display: block;
   
}
.ftco-appointment{
    display: none;
}
.block-21{
    width:300px;
}

}
.culture-sec h1 span {
    font-size: 2rem;
    color: #fdca57;
}

.d-block1{
  margin-bottom: -40px;
}

/*other occ*/

.other11{
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:transparent;
}

.other{
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#f7f7f7;
}

/*section{
  position: relative;  
  height: 450px;
  width: 1075px;
  display: flex;
  align-items: center;
}*/

.swiper{
  width: 950px;
}

.card11{
  position: relative;
  background: #fff;
  
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card11::before{
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background: #fff;
  
}

.card11 .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 100;
}

.card11 .image{
  height: 250px;
  width: 100%;

  background: #fff;
}

.card11 .image img{
  height: 250px;
  width: 100%;
  object-fit: cover;
  border: 3px solid #fff;
}

.image1 img{
    padding:6px 6px 0px 6px;
    height: 250px;
    width: 100%;
    background: #fff;
}

.card11 .name-profession{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  color: ;
} 

.name-profession .name{
  font-size: 20px;
  font-weight: 600;
}

.name-profession .profession{
  font-size:15px;
  font-weight: 500;
  color:#000;
  padding:6px 6px 0px 6px;
}

.swiper-pagination{
  position: absolute;
  margin-top:20px;
}

.swiper-pagination-bullet{
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: #fac564;
}


#proo{
    padding:9px 9px 0px 9px;
    color:black;
}
@media screen and (max-width: 767px){

 #readd{
       margin-top:-40px;
   }
   .other11{
       height:65vh;
   }
   .get11{
       background:#f7f7f7;
       color:black;
       font-size:22px;
       text-align:center;
       padding:10px;
       margin-bottom:-10px;
   }
   .other{
       height:60vh;
   }
   
}
