.header_image{
    margin: 40px 0;
    height: 45vw;
width: 100%;
border-radius: 23px;
object-fit: cover;
max-height:548px ;
min-height: 228px;
}
.decstop_filter{
max-width: unset;
width: 90%;
justify-content: center;
}
.decstop_filter li{
    margin: 0 10px;
}
.project_tools{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.project_tool{
    width: 100%;
    margin-top:20px;
    overflow: hidden;
    padding: 30px 50px;
border-radius: 18px;
background: #FFF;
box-shadow: 0px 21px 70px -4px rgba(0, 0, 0, 0.132);}
.project_tool h5{
    padding-bottom:0.5rem;
    color: #474747;
display: flex;
align-items: center;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 100%;
margin: 0%;
position: relative;
cursor: pointer;
}
.project_tool h5::after{
    content: '';
    height: 43px;
    width: 4PX;
    position: absolute;
    border-radius: 15px;
    right: -20px;
    background-color: var(--blue);
}
.project_tool p{
    text-align: justify;
}
[dir="ltr"] 
.project_tool h5::after{
    right: unset;
    left: -20px;
}
/* .tab_section{
    margin-top: 30px;
    width: 100%;
    display: none !important; 
    overflow: hidden;
} */
.tab_section{
    margin-top: 30px;
    width: 100%;
    /* display: none !important;  */
    overflow: hidden;
}
.project_tool iframe{
    height: 300px;
    border-radius: 20px;
}
.project_tool-images{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.project_tool-images img{
    width: 24%;
    max-height: 300px;
min-height:160px ;
height: 18vw;
object-fit: cover;
border-radius: 12px;

}
.project_tool .active{
    display: flex !important; 
}
@media (max-width:768px) {
.project_tool-images img{
width: 49%;
margin-top: 2%;
}
.project_tool {
      padding: 30px 20px;
}
.project_tool  h5{
    margin: 0 30px;
font-size: 15px;
font-weight: bold;
}
.project_tool  p{
    font-size: 12px;
}
}