/* Header section */
.header {
    box-shadow: 0px 4px 10px rgba(42, 129, 95, 0.22);
}

.header-nav {
    min-height: 66px;
    height: 100%;
    padding: 15px;
}

.header-nav .logo {
    height: 66px;
}

.header-icon:hover {
    opacity: 0.8;
}

.icons :nth-child(2) {
    margin: 0 33px;
}

/* Header Section Responsive */
@media screen and (max-width: 578px) {
    .header-nav div {
        display: block;
        justify-content: center !important;
    }

    .header-logo-container {
        position: relative;
        margin: 10px auto;
    }

    .icons :nth-child(2) {
        margin: 0 13px;
    }
}

/* Main Section */
.main-section {
    margin-top: 55px;
    min-height: 885px;
    height: 100%;
}

/* Footer section */
.footer {
    background-color: #e8e8e8;
    color: #393939;
}

.footer a:hover {
    opacity: 0.8;
}

.footer--partner-description {
    font-size: 12px;
}

.footer--contact {
    font-size: 12px;
}

.footer--contact a {
    text-decoration: none;
    color: inherit;
    font-size: 12px;
}


.footer--bottom-section {
    font-size: 12px;
    font-weight: 400;
}

.footer--top-section .main-partner {
    height: 55px;
}

.footer--top-section .operated-by {
    height: 32px;
}

.footer--mid-section {
    background-color: #2a815f;
}

.footer--mid-section .text {
    font-size: 12px;
}

.footer--mid-section .icons .icon {
    color: white;
}

.footer--mid-section .icons .icon:hover {
    opacity: 0.8;
}

.footer--bottom-section .logo {
    height: 39px;
}

/* Footer section */
@media screen and (max-width: 767px) {
    .footer--mid-section .text {
        width: 100%;
    }
}

@media screen and (max-width: 578px) {
    .footer--bottom-section p,
    .footer--contact,
    .text {
        font-size: 10px;
    }

    .footer--mid-section :nth-child(1) {
        text-align: center;
        margin-top: 10px;
    }

    .footer--mid-section .icons {
        position: relative;
        margin: 10px auto;
    }
}
