html[dir="ltr"] body, html[dir="ltr"] input, html[dir="ltr"] button, html[dir="ltr"]  select, html[dir="ltr"]  textarea {
    font-family: 'Poppins', sans-serif !important;
}

body, body input, body button, body select, body textarea {
    font-family: 'Cairo', sans-serif !important;
}

.footer {
    background: #000;
    padding: 40px 0;
    text-align: right
}
.footer input{
    border:none;
    outline:none;
}
.footer h5 {
    color: #ff6f43;
    text-align: right
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    color: #ff6f43;
}
.social-icons a {
    font-size: 24px;
    margin: 0 10px;
    color: white;
}
.social-icons a:hover {
    color: #ff6f43;
}
.payment-icons img {
    height: 30px;
    margin: 14px;
}
.footer ul {
    padding-right: 0;
    text-align: right
}
.footer ul li {
    text-align: right;
    padding: 4px;
}
.footer ul li i {
    float: right;
    padding: 0 10px;
}
.footer h4 {
    text-align: right;
    color: #fff;
    margin-bottom: 20px;
}
.footer .FlexBox img {
    width: 75px;
    padding: 13px 14px 20px 15px;
}
.footer .FlexBox .img-phone {
    width: 55px;
    padding: 13px 14px 20px 15px;
}
.footer .FlexBox a {
    font-size: 22px;
    line-height: 26px;
    /*margin-top: 12px;*/
    display: inline-block;
}
.footer .FlexBox i {
    color: #fff;
    font-size: 25px;
    padding: 8px 12px;
}
.footer .social-icons {
    text-align: right
}
@media (max-width: 575.98px) {
    .footer h5 {
        color: #ff6f43;
        font-size: 25px;
        text-align: right;
        padding: 11px;
    }
    html[dir="ltr"] .footer h5{
        text-align: left;
    }
    .footer h5 i {
        text-align: left;
        float: left;
        color: #fff;
    }
}
.small-footer {
    display: none;
}
@media (max-width: 575.98px) {
    .large-footer {
        display: none;
    }
    .small-footer {
        display: block;
    }
}
footer ul li {
    list-style: none;
}
.footer input, .footer textarea {
    color:#fff !important;
    background: none;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    margin-bottom: 24px;
    outline: none;
    resize:none;
}
.footer input::placeholder, .footer textarea::placeholder{
    color:#fff !important;
}
.footer input:focus, .footer textarea:focus {
    color:#fff !important;
    background: none;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    margin-bottom: 24px;
    outline: none !important;
}
.footer_icon{
    margin-left:10px;
    margin-right:0;
}

html[dir="ltr"] .footer_icon{
    margin-right:10px;
    margin-left:0;
}

select, textarea {
    display: block;
    width: 100%;
    border-style: none !important;
    /*margin-bottom: 20px;*/
    border-radius: 13px;
    outline: none;
    padding: 10px 20px;
}
.box-input {
    border: 1px solid #ff6f43;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.box-input input, .box-input select {
    display: inline-block;
    width: auto;
    border-style: none !important;
    margin-bottom: 0;
    padding: 0;
}
.box-input i {
    font-size: 22px;
    color: #ff6f43;
}
.box-input span {
    font-size: 26px;
    padding: 0 10px;
    display: inline-block;
    color: #ff6f43;
}

.box-input label {
    position: absolute;
    margin-top: -23px;
    background: #fff;
    padding: 0 18px;
    color: #686868d7;
    font-size: 18px;
}
.btn-main-color {
    background: #ff6f43;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    padding: 8px 24px 8px 24px;
    color: #fff;
    text-align: left;
    border-style: none;
    margin-right: auto;
}
.FlexBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 10000;
}
.floating-whatsapp img {
    width: 100%;
    height: auto;
    display: block;
}
