
#footer {
    margin-top: 20px;
    width: 100%;
    background: #292c2f !important;
    position: relative;
}

.main-content {
    display: flex;
}

.main-content .box {
    flex-basis: 50%;
    padding: 30px 10px;
    color: white;
}

.textT {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: white !important;
}

.box .content {
    margin: 20px 0 0 0;
    position: relative;
}

.box .content:before {
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #1a1a1a;
}

.box .content:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 15%;
    background: #c80000;
    top: -10px;
}

.left .content .social {
    margin: 20px 0 0 0;
}

.left .content .social a {
    padding: 0 2px;
}

.left .content .social a span {
    height: 30px;
    width: 30px;
    background: #1a1a1a;
    line-height: 30px;
    color: white !important;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    transition: 0.3s;
}

.left .content .social a span:hover {
    background: #c80000;
}

.center .content .fas {
    font-size: 12px;
    background: #1a1a1a;
    height: 30px;
    width: 30px;
    color: white !important;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}

.center .content .fas:hover {
    background: #c80000;
}

.text {
    font-size: 1.225rem;
    font-weight: 300;
    padding-left: 10px;
    width: 90%;
}

.textP {
    font-size: 1.225rem;
    font-weight: 300;
    color: white !important;
}

.center .content .phone {
    margin: 15px 0;
}

.footer-map > iframe {
    height: 200px;
    width: 100%;
    position: relative;
}

#footer .footer-links > div {
    text-decoration: none;
    margin-bottom: 10px;
    color: white !important;
    cursor: pointer;
    font-size: 12px;
}


#footer .footer-links > div:hover {
    text-decoration: none;
    font-size: 14px;
    border-bottom-color: red;
    letter-spacing: initial;
    margin-right: 5px;
}

/************** copyright ******************/

#footer .copyright > p {
    color: white !important;
    margin-top: -10px;
    padding-bottom: 2px;
    text-align: center;
    background-color: #292c2f;
}


@media screen and (max-width: 900px) {
    #footer {
        position: relative;
        bottom: 0;
    }

    .main-content {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .main-content .box {
        margin: 5px 0;
    }
}

.inline-block {
    display: inline-block !important;
}
