/* Start Footer blade */
.rules-box {
    margin-top: 3rem;
    background: #f6f6f6;
    padding: 30px 20px;
}

.rules-box .container {
    width: 950px;
}

.rules-box .container div {
    text-align: center;
    padding: 40px 0 70px 0;
    font-size: 0.8rem;
    font-weight: 600;
}

.rules-box .container .icon {
    background-color: black;
    display: inline-block;
    width: 21px;
    height: 21px;
}


.rules-box .container div:nth-child(2) {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

.footer-box {
    padding: 110px 20px 50px 20px;
    font-size: 0.75rem;
    font-weight: 500;
    border-bottom: 1px solid #000;
}

.footer-box .mb-4 b {
    letter-spacing: 1px;
}

.footer-box .col-span-3 img {
    padding-left: 36px;
    height: 62px;
}

.footer-box p.mb-4 {
    margin-bottom: 36px !important;
}

.footer-box p.m-0 {
    line-height: 26px;
}

.footer-box .contact-box p.m-0 {
    margin-bottom: 16px !important;
}

.footer-box .btns-box {
    text-align: right;
}

.footer-box .btns-box button {
    outline: 0;
    width: 120px;
    border: 1px solid #000;
    border-radius: 0 !important;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.footer-box .btns-box button:nth-child(1) {
    background: #000;
    color: #fff;
}

.footer-box .btns-box button:hover {
    opacity: 0.8;
    border-radius: 0;
}

.copyright-box {
    font-weight: 400;
    line-height: 32px;
    font-size: 0.75rem;
    padding: 10px 45px;
}

.copyright-box .left {
    float: left;
}

.copyright-box .right {
    float: right;
}

.copyright-box .right span {
    margin-right: 40px !important;
}

.copyright-box .right i {
    font-size: 0.875rem;
    margin-right: 10px;
    color: #444;
}

.copyright-box .clear {
    clear: both;
}

.rules-box a,
.footer-box a,
.copyright-box a {
    color: #000;
    text-decoration: none;
}


@media (max-width: 992px) {
    .footer-box > div {
        grid-column: span 2/span 2 !important;
    }
}

@media (max-width: 768px) {
    .footer-box > div {
        grid-column: span 3/span 3 !important;
    }

    .footer-box > div .mb-4 {
        margin-bottom: 18px !important;
    }

    .footer-box > div.col-span-3 {
        grid-column: span 6/span 6 !important;
        margin: auto;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .footer-box > div.col-span-3 img {
        margin: 0;
        padding: 0;
    }

    .rules-box,
    .rules-box .container {
        margin-top: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .rules-box .container div {
        padding: 50px 0;
    }

    .rules-box .container div:nth-child(2) {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}
