.socialFollowWrapper a:last-child {
    margin-right: 0;
}

div#connect {
    background: url(../images/footer.jpg?Ss) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center top;
}

div#connect:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: #571dc1a6;
}

div#connect {
    position: relative;
    padding: 132px 0px 132px;
}
.footer-section {
    position: absolute;
    z-index: 99;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}

/*footer css*/

.footerFollowWrapper a {
    font-size: 0;
    margin-right: 1.5vw;
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.footerFollowWrapper a * {
    font-size: 1.27vw;
}
.footerFollowWrapper a:hover{
    opacity: 0.5;
}

.footerFollowWrapper a img {
    width: 1.37vw;
    height: 1.37vw;
}

.footerFollowWrapper a:last-child {
    margin-right: 0;
}

.footerFollowWrapper {
    margin-top: 40px;
    text-align: center;
}


/* .footerFollowWrapper a i {
    font-size: 0.921vw;
} */

.copyrightWrapper {
    color: #fff;
    font-size: 0.732vw;
    line-height: 10px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
    padding-top: 25px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
}

.copyrightWrapper a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.732vw;
    transition: all 0.5s ease-in-out;
    line-height: 1.2;
}
.copyrightWrapper a:hover{
    opacity: 0.5;
}

span.separator {
    position: relative;
    top: -0.1vw;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .plain-ml-wrapper #secondform .welcome {
        margin-top: 19%;
    }
}

@media only screen and (max-width: 1024px) {
    .footerFollowWrapper {
        margin-top: 80px;
    }
    .footerFollowWrapper a {
        font-size: 0;
        margin-right: 25px;
    }
    .footerFollowWrapper a * {
        font-size: 22px;
    }
    .copyrightWrapper {
        font-size: 10px;
        line-height: 17px;
        padding: 10px 15px 20px;
    }
    .footerFollowWrapper a img {
        width: 23px;
        height: 23px;
    }
    .copyrightWrapper span.copyText {
        display: block;
    }
    .separator.hideSep {
        display: none;
    }
    .copyrightWrapper a {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    span.separator.mob {
        /* display: none; */
    }
    div#connect {
        /* background: url(../images/mobile-footer.png) no-repeat; */
        background-size: 100% 100%;
        background-position: center top;
    }
    div#connect:after {
        background: rgb(56 29 193 / 78%);
    }
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    body {
        background-image: url(../images/sndDeskBG.jpg);
    }
    .header-section {
        /* padding: 17% 0 140px; */
    }
    .buttonWrapper {
        max-width: 100%;
        margin-top: 50vw;
    }
    .mailinglist_Wrapper {
        margin-top: 0;
    }
    .footerFollowWrapper {
        margin-top: 8vw;
    }
    .plain-ml-wrapper #secondform .welcome {
        margin-top: 8%;
    }
    .plain-ml-wrapper {
        max-width: 60%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    img.wagonclick {
        top: 33vw;
        left: 15.5vw;
    }
    body {
        background-image: url(../images/sndDeskBG.jpg);
    }
    .buttonWrapper {
        max-width: 100%;
        margin-top: 200px;
    }
    .mailinglist_Wrapper {
        margin-top: 0;
    }
    .footerFollowWrapper {
        margin-top: 8vw;
    }
    .plain-ml-wrapper #secondform .welcome {
        margin-top: 8%;
    }
}

@media only screen and (max-width:1023px) and (orientation:landscape) {
    a.ot-sdk-show-settings {
        display: block;
    }
}