    .sw-footer-logo {
        margin-bottom: 40px;
    }    .sw-footer-logo img {
        width: 200px;
    }
    .footer-contact-btn .btn-default {
        min-width: 200px;
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #f2f2f2;
        border-color: #fff;
    }
    .footer-contact-btn .btn-default:hover {
        background: #4091eb;
        border-color: #4091eb;
    }
    .footer-main {
        display: flex;
        justify-content: space-between;
        gap: 20%;
    }
    .footer-main-right {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
    }
    .col-md-1-4-group {
    }
    .sw-default-footer {
        padding: 50px 0;
        background-color: #011768;
    }
    .sw-footer-logo {
        display: flex;
        flex-wrap: wrap;
    }
    .sw-default-footer p {
        width: 483px;
        max-width: 100%;
        margin-left: 40px;
        margin-right: 82px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: 0.23px;
        color: #8181a0;
        margin-bottom: 0;
        text-align: left;
    }
    .sw-default-footer p span {
        color: #fff;
    }
    .sw-default-footer p span:hover {
        color: #2B8EFF;
    }
    .footer-contact-form {
        font-size: 0;
    }
    .footer-contact-form button {
        width: 116px;
        height: 40px;
        padding: 0;
        border-radius: 0;
        background-color: #4091eb;
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #f2f2f2;
        vertical-align: middle;
        cursor: pointer;
    }
    .footer-contact-form button:hover {
        color: #fff;
    }
    .footer-contact-form input {
        height: 40px;
        vertical-align: middle;
        border: none;
        border-radius: 0;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.08;
        letter-spacing: normal;
        color: #1c1940;
        width: 228px;
    }
    .sw-default-footer .im-l1 {
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.58;
        letter-spacing: 0.5px;
        color: #8181a0;
        margin-top: 0;
    }
    .sw-default-footer ul {
        line-height: 1;
    }
    .sw-default-footer ul li {
        margin-bottom: 15px;
    }
    .sw-default-footer ul a {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0.58px;
        color: #ffffff;
    }
    .footer-bottom {
        display: flex;
        justify-content: space-between;
    }
    .privacies {
        display: flex;
        gap: 40px;
    }
    .sw-copyright {
        margin-top: 0;
        line-height: 1.9;
    }
    .sw-default-footer hr {
        margin: 40px 0;
        border-color: #8181a0;
    }
    .legals {
        display: none;
    }
    @media screen and (max-width: 1199px) {
        .footer-contact-form {
            width: 100%;
            margin-top: 36px;
        }
        .sw-default-footer p {
            width: 457px;
            letter-spacing: -0.07px;
            margin-right: 0;
        }
        .footer-contact-form input {
            width: calc(100% - 116px);
        }
    }
    @media screen and (max-width: 1000px) {
        .sw-default-footer .container {
            max-width: 100%;
        }
        .footer-main {
            gap: 10%;
        }
        .footer-main-right {
            gap: 10%;
        }
    }
    @media screen and (max-width: 768px) {
        .sw-default-footer .container {
            width: 690px;
            max-width: 100%;
        }
        .col-md-1-5 {
            width: 33.3%;
            flex: 0 0 33.3%;
        }
        .footer-main {
            flex-direction: column;
        }
        .footer-main-left {
            display: flex;
            justify-content: space-between;
        }
        .footer-main-right {
            flex-wrap: wrap;
        }
        .footer-bottom {
            flex-direction: column;
        }
        .privacies {
            justify-content: space-between;
            margin-bottom: 30px;
        }
        .sw-footer-logo img{
            width:118px;
        }
        .footer-contact-btn .btn-default{
            min-width:153px;
        }
    }
    @media screen and (max-width: 658px) {
        .sw-default-footer .container {
            padding: 0 20px;
        }
        .sw-default-footer p {
            margin-left: 0;
            margin-top: 36px;
            width: 100%;
        }
        .footer-contact-form {
            margin-top: 20px;
        }
.col-md-1-4-group:nth-child(2n-1){
   width:40%;
}
.col-md-1-4-group:nth-child(2n){
   width:50%;
}
    }
    @media screen and (max-width: 570px) {
        .privacies {
            display: none;
        }
        .legals {
            display: block;
        }
        .footer-main-right {
            gap: 40px 5px;
        }
        .sw-default-footer hr {
            margin: 30px 0;
        }
    }