.act_act_title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: 2rem;
    width: 100%;
} 
.pubForm input, .pubForm textarea{
width: 0;
height: 0;
display: none;
pointer-events: none;

}
.main-menu a{
    color:white; 
    text-decoration: none;
}
iframe{
 width:100%; 
 height:505px;
}
.act_act_title h1{
    position:absolute; 
    color:#41464b;
    background:white;
    padding:0px 30px;
    margin-top:-1.5rem;
}
.act_act_title::before{
    content:'';
    width:80%;
    height:2px;
    background:#41464b;
}
.my_card{ 
    display: flex;
    flex-direction: column;
    border: 1px solid #e3e3e3;
    /* height: 400px; */ 
    background-color: white;
 margin-left:3rem;
 margin-top: 2rem;
    width: 320px;
    border-radius: 5px;
}
.my_card img{
    width: 318px;
   height:179.39px;
}
.my_btn_btn{
 width: 100%;
 display:flex;

 margin-bottom:1rem;
 align-items: center;
  justify-content: center;
}
.my_card h1{
 font-size:18px;
 width:70%;
 
}
.my_card:hover{
    cursor: pointer;
    transform: scale(1.2);
    transition: 1s;
    border: none;
    box-shadow: 0 0 25px rgba(201, 201, 201, 0.686);
}
.text_text{
    height: 100px;
}
.act_all_cards{
 display:flex;
 flex-wrap: wrap;
 align-items: center;
 width: 100%;
 justify-content: center;
 
}
.text_text p{
 font-size:14px; 
 width:80%; 
}
.text_text{
 display:flex; 
 flex-direction:column; 
 align-items:center; 
 width:100%; 
 margin-top: 10px;
}
.plan_text span{ 
    font-family: 'Poppins', sans-serif;
} 
.plan_text span h3{
    font-weight: 700;  
    color: white;
    background-color: #ababab; 
     height: auto;
     display: flex; 
      padding-left: 5px;
     align-items: center; 
     border: 1px solid #41464b;
}
.planning{
 display:flex;
   color:#717171; 
 align-items:center;
 flex-direction:column; 
 width:100%; 
 justify-content:center; 
}

.plan_text{
 width:80%;
 color:#717171;
}
.plan_text_img{
 display:flex; 
  color:#717171; 
 width:100%; 
 align-items:center;
 justify-content:center;
  font-family: 'Poppins', sans-serif;
}
.plan_text_img img{
 width:332px; 
 
}
.plan_text_img span{
 width:55.5%;
}
.plan_container{
 display:flex; 
 flex-direction:column; 
 align-items:center; 
 justify-content:center; 
}
ol{
    list-style:decimal;
}
.the_inliner{
 display: flex;
 align-items: center;
 justify-content: space-around;
 width: 100%;
}
.the_inliner div{
 display:flex; 
 flex-direction:column; 
 align-items:center;
 justify-content:center; 
}
@media screen and (max-width:670px){
    .table  {
       display:none;
    }
}
@media screen and (max-width:480px){
    footer .aboutUs p  {
       font-size:14px; 
     width:100%;
    }
  footer ul li{
   font-size:12px; 

  }
 .planning span{
  font-size:14px;
 }
}
@media screen and (max-width:360px){
 .act_act_title h1{
  margin-left:1rem;
  margin-bottom:5rem;
 }
}