@media screen and (max-width: 425px) {
    .mobile_nav {
        display: none !important;
    }
}

.display-3 {
    font-size: 15px;
    font-weight: 100;
    font-family: sans-serif;
    color: #7d7d7d !important;
    margin-right: 24px;
}

.display-3 a {
    font-size: 17px;
    font-weight: 100;
    font-family: sans-serif;
    text-decoration: none;
    color: #7d7d7d !important;
    margin-right: 24px;
}

.display-3 span {
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: 600;
}

.mb-3 {
    margin-bottom: 15px;
}

#aboutp {
    font-size: 16px;
    color: #919191;
    text-align: justify;
    line-height: 25px;
    font-family: sans-serif;
}

.pb-7 {
    padding-bottom: 70px !important;
}

.service_content>p {
    font-size: 15px !important;
    text-align: justify;
    line-height: 30px;
}

@media only screen and (max-width: 1130px) {
    .nav-details {
        display: none !important;
    }
}

.mpb-0 {
    padding: 0;
    margin-bottom: 0px;
}

.why_cu h2 {
    text-align: center;
    font-family: sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 15px;
    color: #565252;
    line-height: 31px;
    letter-spacing: 0px;
}

.service_p {
    text-align: justify;
}

.service_p img {
    height: 250px;
}

.mt-2 {
    margin-top: 20px;
}

#menu-open {
    margin-top: 20px;
}