.navbar-nav {

    background-color:#f7f9fa
}

.navbar{
    background-color:#f7f9fa

}

/* Media query for mobile devices */
@media (max-width: 767px) {
    /* Adjustments for mobile view */
    .m-TopMobilemode{
        margin-top: 5rem;
    }
    html:lang(ar) .navbar-toggler {
        /* Apply specific styles for the toggle button in mobile mode */
        /* For example, you can use margin-left to move the toggle button to the left */
        margin-right: 6rem !important;
    }
    html:lang(en) .navbar-toggler {
        /* Apply specific styles for the toggle button in mobile mode */
        /* For example, you can use margin-left to move the toggle button to the left */
        margin-right: 3rem !important;
    }
}
@media (max-width: 1024px)   {
    /* Adjustments for mobile view */
    .m-TopMobilemode{
        margin-top: 5rem;
    }
    .navbar-toggler {
        /* Apply specific styles for the toggle button in mobile mode */
        /* For example, you can use margin-left to move the toggle button to the left */
        margin-right: 35rem;
    }
}
footer {
    position: relative;
    height: 3rem;
    background: linear-gradient(0deg, transparent 5%, #d2f7ea 100%);
    color: #00D48D;
    text-align: center;
}
footer img{
    height: 3.5rem;
}
#contact-with-us {
    min-height: 100vh;
    background: linear-gradient(180deg, #f7f9fa 70%, #d1f7ea 100%);
    position: relative;
    overflow: hidden;
}
#contact-with-us .top{
    padding-top: 6rem;
}
#contact-with-us .container .row{
    margin-top: 2rem
}
#contact-with-us form .btn-success{
    background-color:#0ad691;
    border-color:#0ad691;
}
.alert-success{
    background-color:#ddf8ef !important;
    border-color:#0ad691 !important;
    color: #0a3622 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
