#footer-sec{
    background-color: #0A1B28FF;
}
.footer-links a{
    color: #C4C4C4;
    font-size: 16px;
    padding-right: 0;
}
.footer-links ul li:first-child a{
    font-size: 17px;
    color: white !important;
    font-family: Cairo-Bold,sans-serif;
    padding-right: 0;
}
.other-link{
    border-bottom: 1px solid #E5E5E5FF;
}
.other-link ul li:first-child a{
    color: white !important;
    font-family: Cairo-Bold,sans-serif;
    padding-right: 0;
}
.other-link ul li a{
    color: white;
    padding-right: 0;
}
.footer-social{
    color: white;
    font-size: 22px;
}
.social2 img
{
    width: 26px;
    height: 24px;
}

.social1 a , .social2 a{
    color: white;
}
.footer-social .social1 span {
    padding-left: 3px;
}
.footer-social .fa-wifi{
    transform: rotate(45deg);
}
.search-form input{
    font-size: 15px;
    color: #C4C4C4 !important;
    height: 45px;
    background-color: #0A1B28;
    border: 1px solid #E5E5E5;
}
.search-form input::placeholder{
    font-size: 15px;
    color: #C4C4C4 !important;
}
.search-form input:focus{
    background: none;
    box-shadow: none;
    outline: none;
}
.copy-right{
    border-top: 1px solid #707070;
    font-size: 13px;
    color: white;
}
.nadsoft{
  /*  background-image: -webkit-linear-gradient(#E94150, #4EA9E0);
    background-image: linear-gradient(to right, #E94150 0%, #4EA9E0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #2c6fdc;
}
.footer-logo{
    width: 40%;
}
.search-button{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background-color: #2C6FDC;
    border-radius: 8px;
}
.link-footer,.link-footer:hover{
    font-family: Almarai-Regular,sans-serif;
    font-size: 13px !important;
    color: #2C6FDC;
}

@media (max-width: 900px){
    .footer-links ul li:first-child a,.footer-links a,.other-link ul li:first-child a{
        text-align: center;
    }
    .other-link ul li a{
        text-align: center;
    }
    .logo-div{
       text-align: center;
    }
    .d-flex-mobile{
        justify-content: center;
    }
    .search-button{
        position: absolute;
        top: 0;
        left: 0;
    }
    .copy-right{
        text-align: center;
    }
    .link-footer{
        font-size: 15px !important;
    }
}
