body,
html {
    overflow-x: hidden;
}

.form__label--2 {
    margin-bottom: 8px;
    font-size: 15px;
}

.serviceBox {
    border: 1px solid #ededed;
    padding: 30px 30px 30px 90px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.serviceBox:hover {
    border-color: #727272;
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #727272;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.serviceBox:before {
    top: -3px;
}

.serviceBox:after {
    bottom: -3px;
}

.serviceBox:hover:before,
.serviceBox:hover:after {
    left: 40px;
    opacity: 1;
}

.serviceBox .service-icon {
    display: inline-block;
    position: absolute;
    top: 33%;
    left: 23px;
    font-size: 45px;
    color: #727272;
    opacity: 0.3;
    transition: all 0.5s ease-in 0s;
}

.serviceBox:hover .service-icon {
    opacity: 1;
}

.serviceBox .title {
    font-size: 16px;
    font-weight: 700;
    color: #727272;
    margin-bottom: 15px;
}

.serviceBox .description {
    font-size: 13px;
    color: #666;
    line-height: 20px;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 30px;
    }

    .main-navigation .mainmenu__link {
        color: #181818;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 400;
    }

    .header .logo-box img {
        width: 100%;
    }
}
.font_black {
    color: #181818 !important;
}

.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform;
}

.header-top {
    padding-top: 0px;
    padding-bottom: 0px;
}

.accordion__single {
    border-width: 0px;
    border-style: solid;
    border-color: #e3e3e3;
    padding: 12px 30px;
}
@media (min-width:576px) {
    .phone {
        display: none;
    }
}

@media (max-width:576px) {
    .web {
        display: none;
    }
}