footer {
    background-color: #272066;
    padding-top: 50px;
    margin-top: -50px;
}

.newletter__title {
    font-size: 36px;
    color: white;
    font-weight: 600;
    padding-right: 50px;
}

.newletter form input {
    width: 100%;
    border-radius: 30px;
    padding: 15px 160px 15px 30px;
    font-size: 16px;
    color: #595959;
    height: 56px;
}

.newletter form button {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #FB5B32;
    color: white;
    font-size: 15px;
    padding: 15px 32px;
    border-radius: 30px;
}

.newletter small {
    color: #FFFFFF80;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0px 0px 45px;
    display: block;
}

.partner-box {
    /*height: 120px;*/
    height:auto;
}

.partner-box a img {
    padding: 15px;
}

.slick-active .partner-box {
    border-style: dashed;
    border-width: 0px 0px 0px 1px;
    border-color: #FFFFFF1A;
    display: block;
}

.slick-current .partner-box {
    border: none;
    display: block;
}

.partner-body {
    border: 1px dashed #FFFFFF1A;
    border-radius: 20px;
    padding: 0px;
}

.partner-body .partner-box {
    /* width: 16.6%;
    min-width: 16.6%;
    display: flex;
    align-items: center;
    justify-content: center; */

    padding: 10px 10px 10px 20px;
}

.partner-body .partner-box ul{
    padding-top: 10px;
}

.partner-body .partner-box span {
    color: white;
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    /* padding: 0 15px 10px 15px; */
}

.partner-body .partner-box span::before {
    position: absolute;
    bottom: 0;
    /* left: 0; */
    content: "";
    height: 3.4px;
    width: 50px;
    background-color: white;
}

.partner-body .partner-box ul li a {
    color: white;
    font-size: 14px;
    display: block;
    /* padding-bottom: 10px; */
}

ul.social li {
    margin-right: 20px;
}

ul.social li a svg {
    height: 18px;
    fill: #9390B3;
}

.logo-footer img {
    height: 12rem;
    margin-bottom: 15px;
}

.footer-box p {
    color: #FFFFFF80;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.footer-box__title {
    font-size: 14px;
    color: white;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-box ul li a {
    color: #FFFFFF80;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.coppyright-body {
    border-top: 1px dashed #FFFFFF1A;
    padding: 30px 0px;
}

.coppyright-text {
    color: #FFFFFF80;
    font-size: 14px;
    display: block;
}

.coppyright-text a {
    color: white;
    font-weight: 500;
}

.coppyright-img img {
    height: 26px;
}

@media (max-width: 586px) {
    .newletter__title {
        font-size: 34px;
        color: white;
        font-weight: 600;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .newletter small {
        margin: 20px 0px 0px 0px;
    }

    .partner-body .partner-box {
        width: 50%;
        min-width: 50%;
    }

    ul.social {
        margin-bottom: 20px;
    }

    .coppyright-text {
        margin-bottom: 15px;
    }

    .coppyright-img {
        justify-content: left;
    }

    .footer-box--mb-none {
        display: none;
    }
}

.contact-footer li:nth-child(2) a {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #FFFFFF !important;
}