* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
img.logoS {
    width: 100%;
    max-width: 180px;
}
.leftContent {
    padding: 80px 0px;
    width: 50%;
}
.upsBanner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contentWithImg {
    display: flex;
}
.leftContent {
    color: #fff;
}
.leftBullet ul {
    padding-left: 18px;
}
.leftBullet ul li {
    font-size: 18px;
    margin-bottom: 10px;
}
.rightImg img {
    width: 100%;
}
.leftContent h1 {
    font-size: 36px;
    margin-bottom: 10px;
}
.overlayBG {
    display: flex;
    padding: 0px 100px;
}
.rightContent {
    width: 50%;
    display: flex;
    align-items: center;
}
.onlineUpsForm {
    width: auto;
    background-color: #fff;
    margin-left: 60px;
    padding: 20px;
}
.zf-nameWrapper {
    display: flex;
}
.zf-nameWrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.zf-nameWrapper span {
    width: 49%;
}
input[type="text"] {
    width: 100%;
    padding: 6px;
}
select.zf-form-sBox {
    width: 100%;
    padding: 6px;
}
li.zf-tempFrmWrapper.zf-small,
li.zf-tempFrmWrapper.zf-medium {
    margin-bottom: 10px;
}
.zf-subContWrap.zf-topAlign ul,
ul.zf-tempHeadBdr,
ul.btnFooter {
    list-style: none;
}
.phoneEmail {
    display: flex;
    justify-content: space-between;
}
.phoneEmail li.zf-tempFrmWrapper.zf-small {
    width: 49%;
}
.SubmitBTN {
    padding: 6px 40px;
    border: none;
    color: #fff;
    background: #152354;
}
/* sfsfsdfsfsdffsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsdsd */

.introduction_box {
    margin: 0 auto;
    padding: 50px 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background: #cfcfcf;
    margin-top: 50px;
}
.introduction {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.content {
    width: 1046px;
    margin: auto;
}
.assembly_line_box ul li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin: 20px 0;
    position: relative;
}
.assembly_line_box h2 {
    color: #152354;
    font-weight: 100;
    margin: 0 0 10px 0;
    font-size: 16px;
}
.assembly_line_box ul li img {
    width: 100px;
}
.assembly_text {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    height: 87%;
}
.assembly_text p {
    color: #808285;
    font-weight: 400;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%,-50%);
}
.assembly_line_box ul li:hover .assembly_text {
    visibility: visible;
}
.assembly_line_box ul li:hover img {
    opacity: 0;
    visibility: hidden;
}
h2.zf-frmTitle {
    margin-bottom: 10px;
}
.navBar {
    padding: 0px 100px;
}
.footer {
    text-align: center;
    padding: 20px;
    background: #1f242c;
    color: #fff;
}
.clientIcon {
    text-align: center;
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
}
.clientIcon img {
    width: auto;
}
@media (max-width: 767px) {
    .overlayBG {
        display: block;
        padding: 0px 30px;
    }
    .rightContent {
        width: 100%;
        padding-bottom: 50px;
    }
    .leftContent h1 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .leftBullet ul li {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .clientIcon img {
        width: 100%;
    }
    .content {
        width: 100%;
    }
    .leftContent {
        padding: 20px 0px;
        width: 100%;
    }
    .contentWithImg {
        display: block;
    }
    .onlineUpsForm {
        margin-left: 0;
    }
    .zf-nameWrapper span {
        width: 100%;
    }
    .zf-nameWrapper {
        display: block;
    }
    .phoneEmail {
        display: block;
    }
    .phoneEmail li.zf-tempFrmWrapper.zf-small {
        width: 100%;
    }
    input[type="text"],
    select.zf-form-sBox {
        border: 1px solid #000;
        background: none;
    }
    .assembly_line_box ul li {
        width: 100%;
    }
}
.headingFeater h1,
.clientIcon h1 {
    background: #152354;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 100;
}