
.block-container {
    border: 0 !important;
}

.p-body-header,
.samCodeUnit {
    display: none;
}

.tapuz_home h3 {
    padding: 0;
    width: auto;
    display: block;
    padding: 3px;
    margin: 0 0 5px 0;    
    background: #05385A;
    color: #fff;

    /*color: #2577b1;
    background: #f5f5f5;
    */
    
}

.tapuz_home section {
    margin-bottom: 30px;
}

.tapuz_home .warp {
    display: flex;
    gap: 20px;
}

.tapuz_home .warp .l1 {
    width: 60%;
}

.tapuz_home .warp .l2 {
    width: 40%;
}

.block-header {
    display: none;
}


.tapuz_home .mfutzal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.tapuz_home .pads {
    background: #eee;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tapuz_home .pads.min {
    height: 40px;
}
 
.tapuz_home .event {
    width: 50%;
    float: left;
    text-align: right;
}

.tapuz_home .event ul {
    display: inline-block;
    padding: 0;		
}

.tapuz_home .event ul li {
    list-style: none;
    padding: 6px 0px;
}

.tapuz_home .event ul li a {
    text-decoration: none;
    color: rgb(0 0 0) !important;
}

.tapuz_home .event ul li i {
    color: #062A43;
    font-size: 13px;
    font-weight: 600;
}

.tapuz_home .glaf .block-footer {
    display: none;
}

.tapuz_home .block-minorHeader,
.tapuz_home .block-header {
    display: none;
}


@media only screen and (max-width: 767px) {

    .tapuz_home .warp,
    .tapuz_home .mfutzal {
        display: block;
    }
    
    .tapuz_home .warp .l1,
    .tapuz_home .warp .l2  {
        width: 100%;
        clear: both;
    }

    /*.tapuz_home .malok {
        display: flex;
        flex-direction: column-reverse;
    }*/
    
}