.footer3 .single-footer-items .contact-box .icon {
    margin-left: 16px;
}
.theme-btn10 .arrow1 {
    display:none;
}
.theme-btn10 {
    display: inline-block;
    padding: 18px 10px;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    
    border-radius: 4px;
    position: relative;
    z-index: 2;
    border: none;
    overflow: hidden;
}
.heading5 h2 {
    color: var(--Home-Page-4-Text-colors, #05092B);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
.details-post-area p span {
      font-family: "Cairo", serif !important;
}
.details-post-area ul li span {
      font-family: "Cairo", serif !important;
}
.details-post-area span {
      font-family: "Cairo", serif !important;
}
span.submenu-button {
        position: absolute;
        width: 100%;
        height: 44px;
        top: 0;
        left: 0;
        z-index: 3;
        transition: all .3s;
 }
   
    span.submenu-button:after, 
    span.submenu-button:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 2px;
        background: #fff;
        top: 12px;
        left: 9px;
        right:unset;
        transition: all .3s;
    }