    * {
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        background: transparent;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        outline: none;
        font-family: robotoregular;
    }

    ol,
    ul {
        list-style: none;
    }

    blockquote {
        quotes: none;
    }

    blockquote:before,
    blockquote:after {
        content: '';
        content: none;
    }

    del {
        text-decoration: line-through;
    }

    header,
    section,
    article,
    aside,
    nav,
    footer,
    address {
        display: block;
    }

    body {
        font-family: 'akrobatlight', Arial;
        overflow-x: hidden;
    }
    html {
        scroll-behavior: smooth;
    }

    thumb {
        display: block;
    }

    .thumb img {
        display: block;
        width: 100%;
    }

    a:hover,
    [type='submit']:hover {
        filter: alpha(opacity=85);
        -moz-opacity: 0.85;
        -khtml-opacity: 0.85;
        opacity: 0.85;
    }

    .wrapper {
        width: 90%;
        margin: 0 auto;
        max-width: 1200px;
    }

    a.button {
        padding: 10px 25px;
        background: #DB2422;
        color: #fff;
        font-size: 19px;
        font-family: 'akrobatlight', Arial;
        display: inline-block;
    }

    a {
        font-family: 'akrobatlight', Arial;
    }

    p {
        font-size: 22px;
        font-family: 'akrobatlight', Arial;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'akrobatlight', Arial;
    }

    @font-face {
        font-family: 'akrobatblack';
        src: url('../fonts/auto-mobile/akrobat-black-webfont.woff2') format('woff2'),
            url('../fonts/auto-mobile/akrobat-black-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'akrobatbold';
        src: url('../fonts/auto-mobile/akrobat-bold-webfont.woff2') format('woff2'),
            url('../fonts/auto-mobile/akrobat-bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'akrobatextrabold';
        src: url('../fonts/auto-mobile/akrobat-extrabold-webfont.woff2') format('woff2'),
            url('../fonts/auto-mobile/akrobat-extrabold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'akrobatextralight';
        src: url('../fonts/auto-mobile/akrobat-extralight-webfont.woff2') format('woff2'),
            url('../fonts/auto-mobile/akrobat-extralight-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'akrobatlight';
        src: url('../fonts/auto-mobile/akrobat-light-webfont.woff2') format('woff2'),
            url('../fonts/auto-mobile/akrobat-light-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'akrobatregular';
        src: url('../fonts/auto-mobile/akrobat-regular-webfont.woff2') format('woff2'),
            url('../fonts/auto-mobile/akrobat-regular-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'akrobatsemibold';
        src: url('../fonts/auto-mobile/akrobat-semibold-webfont.woff2') format('woff2'),
            url('../fonts/auto-mobile/akrobat-semibold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'akrobatthin';
        src: url('../fonts/auto-mobile/akrobat-thin-webfont.woff2') format('woff2'),
            url('../fonts/auto-mobile/akrobat-thin-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'product_sansregular';
        src: url('../fonts/southern-trading/product-sans/product_sans_regular-webfont.woff2') format('woff2'),
            url('product_sans_regular-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'product_sansbold';
        src: url('../fonts/southern-trading/product-sans/product_sans_bold-webfont.woff2') format('woff2'),
            url('product_sans_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

    .img-hover-zoom--quick-zoom img {
        transform-origin: 0 0;
        transition: transform .25s, visibility .25s ease-in;
    }

    /* The Transformation */
    .img-hover-zoom--quick-zoom:hover img {
        transform: scale(2);
    }

    #main {
        background: #000;
    }

    #main section.wrapper {}

    #main header {}

    #main header div.content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    #main header div.content div.left {}

    #main header div.content div.left a {
        color: #b1b0b0;
        font-family: 'product_sansbold';
        font-size: 21px;
    }

    #main header div.content div.middle {
        width: 5%;
    }

    #main header div.content div.middle h1 {}

    #main header div.content div.middle h1 img {
        width: 100%;
        display: block;
    }

    #main header div.content div.right {
        width: 25%;
    }

    #main header div.content div.right ul {
        display: flex;
        align-items: center;
    }

    #main header div.content div.right ul li {
        margin-right: 25px;
    }

    #main header div.content div.right ul li:last-child {
        margin-right: 0;
    }

    #main header div.content div.right ul li a {
        display: block;
    }

    #main header div.content div.right ul li a span {
        width: 25px;
        display: inline-block;
    }

    #main header div.content div.right ul li a span img {
        display: block;
        width: 100%;
        opacity: 80%;
    }

    #spotlight {
        padding: 40px 0;
        background: url(../../images/southern-trading/spotlight.png) no-repeat;
        padding-bottom: 122px;
        background-position-y: 50%;
    }

    #spotlight section.wrapper {}

    #spotlight div.top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    #spotlight div.top span.spotsquare {
        top: 190px;
        left: 35%;
        width: 10%;
        height: 150%;
        width: 120px;
        height: 120px;
        position: absolute;
        background: #DB2422;
        display: block;
    }

    #spotlight div.top span.spotsquare-outer {
        top: 157px;
        left: 41%;
        width: 6.5%;
        height: 80.5%;
        width: 60px;
        height: 60px;
        position: absolute;
        background: #C5CCD2;
        display: block;
        opacity: 100%
    }

    #spotlight div.top h1.left {
        width: 80px;
    }

    #spotlight div.top h1.left a {
        display: block;
    }

    #spotlight div.top h1.left a img {
        width: 100%;
        display: block;
    }

    #spotlight div.top nav.right {
        width: 60%;
    }

    #spotlight div.top nav.right ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #spotlight div.top nav.right ul li {
        font-size: 22px;
    }

    #spotlight div.top nav.right ul li a {
        color: #fff;
    }

    #spotlight div.bottom {
        margin-top: 200px;
        position: relative;
    }

    #spotlight div.bottom h1 {
        font-size: 49px;
        color: #fff;
        width: 50%;
        margin-bottom: 20px;
        position: relative;
        font-weight: 900;
    }

    #spotlight div.bottom p {
        color: #fff;
        font-size: 22px;
        width: 60%;
        margin-bottom: 37px;
        position: relative;
    }

    #spotlight div.bottom span.image {
        position: absolute;
        opacity: 100%;
        z-index: 100;
        width: 35%;
        height: 40%;
        left: 52%;
        top: 72%;
    }

    #spotlight div.bottom span.image img {
        display: block;
    }

    #spotlight div.bottom a.button {}

    #about {
        margin-top: 90px;
        margin-bottom: 30px;
    }

    #about section.wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #about div.left {
        width: 50%;
        position: relative;
        height: 500px;
    }

    #about div.left span.about-1 {
        position: absolute;
        width: 70%;
        max-width: 500px;
        display: block;
    }

    #about div.left span.about-1 img {
        width: 100%;
        display: block;
    }

    #about div.left span.about-1:hover img,
    #about div.left span.about-2:hover img {
        transform: scale(1.1);
        transition: 0.6s ease all;
        -moz-transition: 0.6s ease all;
        -webkit-transition: 0.6s ease all;
    }

    #about div.left span.about-2 {
        position: absolute;
        bottom: 65px;
        right: -258px;
    }

    #about div.left span.about-2 img {
        width: 48%;
        display: block;
    }

    #about div.left span.pattern-1 {
        position: absolute;
        top: 67%;
        z-index: -1;
        left: 7%;
    }

    #about div.left span.pattern-1 img {
        display: block;
    }

    #about div.left span.about-square {
        position: absolute;
        width: 12%;
        height: 14%;
        background: #DB2422;
        display: block;
        top: 37%;
        left: 66%;
    }

    #about div.right {
        width: 50%;
    }

    #about div.right span.about-square2 {
        position: absolute;
    }

    #about div.right h3 {
        font-size: 40px;
        color: #291670;
        margin-bottom: 30px;
        position: relative;
        font-weight: 600;
    }

    #about div.right h3::after {
        position: absolute;
        width: 15%;
        height: 180%;
        content: '';
        background: #C5CCD2;
        box-shadow: 2px 4px 17px #00000029;
        border-radius: 17px;
        opacity: 0.2;
        left: 17%;
        top: -60%;
    }

    #about div.right p {
        color: #8F8F8F;
        opacity: 1;
        margin-bottom: 35px;
    }

    #about div.right a {}

    #services {
        margin-bottom: 90px;
    }

    #services section.wrapper {}

    a.button:hover {
        padding: 10px 30px;
        background: #da3b3b;
        z-index: 10;
    }

    #services div.top {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    #services div.top h3 {
        font-size: 40px;
        color: #291670;
        margin-bottom: 30px;
        position: relative;
        font-weight: 600;
    }

    #services div.top h3::after {
        position: absolute;
        width: 10%;
        height: 200%;
        content: '';
        background: #C5CCD2;
        box-shadow: 2px 4px 17px #00000029;
        border-radius: 17px;
        opacity: 0.2;
        top: -80%;
        left: 53%;
    }

    #services div.top p {
        color: #8F8F8F;
        margin-bottom: 40px;
    }

    #services div.bottom {
        position: relative;
    }

    #services div.bottom div.items {}

    #services div.bottom div.items ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #services div.bottom div.items ul li {
        background: #FFFFFF;
        box-shadow: 0px 0px 36px #0000000D;
        opacity: 1;
        padding: 25px;
        width: 24%;
        text-align: center;
        display: block;
        margin-bottom: 50px;
    }

    #services div.bottom div.items ul li:hover {
        top: -5px;
        box-shadow: 0px 10px 20px #00000036;
        position: relative;
        transition: 0.6s ease all;
        -moz-transition: 0.6s ease all;
        -webkit-transition: 0.6s ease all;
    }

    /* #services div.bottom div.items ul li:nth-child(5) {
        margin-bottom: 0;
    }

    #services div.bottom div.items ul li:nth-child(6) {
        margin-bottom: 0;
    }

    #services div.bottom div.items ul li:nth-child(7) {
        margin-bottom: 0;
    }

    #services div.bottom div.items ul li:nth-child(8) {
        margin-bottom: 0;
    }
    #services div.bottom div.items ul li:nth-child(9) {
        margin-top: 50px;
    } */
    #services div.bottom div.items ul li {
        margin-bottom: 50px;
    }

    #services div.bottom div.items ul li span.service-image {
        background: #FAFAFA;
        opacity: 1;
        width: 85px;
        display: inline-block;
        border-radius: 50px;
        padding: 10%;
        margin-bottom: 10px;
    }

    #services div.bottom div.items ul li span.service-image img {
        width: 100%;
        display: block;
    }

    #services div.bottom div.items ul li h5 {
        color: #131313;
        opacity: 0.8;
        font-size: 23px;
        margin-bottom: 13px;
        font-weight: 600;
    }

    #services div.bottom div.items ul li p {
        font-size: 17px;
        color: #5D6572;
        opacity: 0.6;
    }

    #services div.bottom span.services-pattern {
        position: absolute;
        top: 90%;
        left: 68.5%;
        z-index: -1;
    }

    #services div.bottom span.services-pattern img {
        width: 100%;
        display: block;
    }

    #banner {
        background: url(../../images/southern-trading/banners/banner6.jpg) no-repeat;
        padding-top: 80px;
        padding-bottom: 294px;
        background-blend-mode: darken;
        background-color: #00000052;
        background-size: cover;
    }
     
    #banner section.wrapper {}

    #banner div.content {
        text-align: center;
    }
    #banner div.content h2 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 30px;
        position: relative;
        font-weight: 600;
    }

    #banner div.content h2::after {
        position: absolute;
        width: 7%;
        height: 140%;
        content: '';
        background: #C5CCD2;
        box-shadow: 2px 4px 17px #00000029;
        border-radius: 17px;
        opacity: 0.11;
        left: 29%;
        top: -32%;
    }

    #banner div.content p {
        color: #fff;
        margin-bottom: 40px;
        opacity: 0.6;
    }
    #banner .brand-name{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #banner .brand-name h5{
        color: #fff;
        background: #db2422;
        padding: 13px 25px;
        font-size: 20px;
        margin-right: 15px;
    }
    
    #banner div.content ul.banner1 {
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 21%;
        margin-bottom: 25px;
        display: none;
    }

    #banner div.content ul.banner1 li {
        margin: 0 auto;
    }

    #banner div.content ul.banner1 li a.button {
        padding: 10.5px 25px;
    }

    #banner div.content ul.banner1 li a.banner {}

    #banner div.content ul.banner1 li a.banner img {
        width: 100%;
        display: flex;
    }

    #banner div.content ul.banner2 {
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 18%;
        justify-content: space-between;
    }

    #banner div.content ul.banner2 li {}

    #banner div.content ul.banner2 li a.icon {
        display: block;
    }

    #banner div.content ul.banner2 li a.icon img {
        width: 100%;
        display: flex;
        opacity: 0.18;
    }

    #products {
        margin: 120px 0;
    }

    #products h3 {
        color: #291670;
        font-size: 40px;
        margin-bottom: 50px;
        position: relative;
        font-weight: 600;
    }

    #products h3::after {
        position: absolute;
        width: 10%;
        height: 215%;
        content: '';
        left: 2%;
        top: -60%;
        background: #C5CCD2;
        box-shadow: 2px 4px 17px #00000029;
        border-radius: 17px;
        opacity: 0.2;
    }

    #products section.wrapper {}

    #products div.items {}

    #products div.items ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    #products div.items ul li {
        background: #FFFFFF;
        box-shadow: 0px 0px 50px #0000000D;
        opacity: 1;
        width: 23%;
        text-align: left;
        display: block;
        margin-right: 32px;
        margin-bottom: 50px;
    }

    #products div.items ul li:nth-child(4) {
        margin-right: 0;
    }

    #products div.items ul li:nth-child(5) {
        margin-bottom: 0;
    }

    #products div.items ul li:nth-child(6) {
        margin-bottom: 0;
    }

    #products div.items ul li:nth-child(7) {
        margin-bottom: 0;
    }

    #products div.items ul li:nth-child(8) {
        margin-right: 0;
        margin-bottom: 0;
    }

    #products div.items ul li span.product {}

    #products div.items ul li span.product:hover img {
        transform: scale(1.05);
        transition: 0.6s ease all;
        -moz-transition: 0.6s ease all;
        -webkit-transition: 0.6s ease all;
    }

    #products div.items ul li span.product img {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        height: 200px;
    }

    #products div.items ul li h5 {
        color: #131313;
        opacity: 0.8;
        margin-bottom: 17px;
        font-size: 20px;
        padding-left: 9px;
        font-weight: 600;
    }

    #products div.items ul li p {
        margin-bottom: 10px;
        font-size: 19px;
        padding-left: 9px;
    }

    #banner2 {
        background: url(../../images/southern-trading/banners/banner2.jpg) no-repeat;
        padding: 130px 0;
        background-blend-mode: darken;
        background-color: #00000061;
        position: relative;
        z-index: 1000;

    }

    #banner2 section.wrapper {
        z-index: -1;
    }

    #banner2 div.content {
        width: 50%;
        margin: 0 0 0 auto;
    }
     #banner2 div#pop{
        width: 500px;
        height: 300px;
        position: absolute;
        left: 700px;
        bottom: 80px;
        background: rgb(224, 224, 224);
        display: block;
        position: absolute;
        border-radius: 15px;
        -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
     }

     #banner2 div#pop div.lightbox{
         width: 300px;
         height: 90%;
     }
     #banner2 div#pop div.lightbox ul.popup-container{
        width: 500px;
        height: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
     }
     #banner2 div#pop div.lightbox ul.popup-container li{
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
     }
     #banner2 div#pop div.lightbox ul.popup-container li a.pdf-view{
       display: block;
       width: 150px;
       margin: 30px;
       margin-top: 70px;
     }
     #banner2 div#pop div.lightbox ul.popup-container li a.view-button{
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid black;
        background: black;
        position:absolute;
        bottom: 20px;
        border-radius: 15px;
        padding: 5px 44px;
     }
     #banner2 div#pop div.lightbox ul.popup-container li a img{
        display: block;
        width: 100%;
     }
     #banner2 div#pop div.lightbox a.close-btn {
         display: block;
         width: 30px;
         position: absolute;
         left: 465px;
         bottom: 270px;
     }
     #banner2 div#pop div.lightbox a.close-btn img{
        display: block;
        width: 100%;
        height: 100%;
     }
    #banner2 div.content span {
        width: 20%;
        display: inline-block;
        margin-bottom: 20px;
        display: inline;
    }

    #banner2 div.content span a.view {
        background: #db2422;
        max-width: max-content;
        padding: 13px 27px;
        font-size: 19px;
        color: #fff;
    }

    #banner2 div.content a.view{
        margin-bottom: 19px;
        color: #fff;
        font-size: 40px;
        font-weight: 600;
    }

    #banner2 div.content p {
        font-size: 30px;
        color: #fff;
    }

    #banner2 div.image {
        width: 50%;
        margin: 0 0 0 auto;
        display: none;
    }

    #banner2 div.image ul {
        display: flex;
        align-items: flex-end;
        margin-top: 40px;
    }

    #banner2 div.image ul li {
        display: flex;
        align-items: flex-end;
        width: 65%;
        margin: 0 0 0 auto;

    }

    * {
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        background: transparent;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        outline: none;
        font-family: robotoregular;
    }

    user agent stylesheet li {
        display: list-item;
        text-align: -webkit-match-parent;
    }

    ol,
    ul {
        list-style: none;
    }

    user agent stylesheet ul {
        list-style-type: disc;
    }

    body {
        font-family: 'gilroylight', 'open_sansregular', Arial, Helvetica, sans-serif;
        overflow-x: hidden;

    }

    #banner2 div.image ul li span {}

    #banner2 div.image ul li span img.image1 {
        display: block;
        width: 200px;
        border-right: 2px solid #291670;
        margin-bottom: 30px;
    }

    #banner2 div.image ul li span img.image2 {
        display: flex;
        width: 200px;
        margin-bottom: 30px;
    }

    #materials {
        padding: 150px 0;
    }

    #materials section.wrapper {}

    #materials h3 {
        color: #291670;
        font-size: 40px;
        margin-bottom: 35px;
        position: relative;
        font-weight: 600;
    }

    #materials h3::after {
        position: absolute;
        width: 8%;
        height: 200%;
        content: '';
        left: 2%;
        top: -55%;
        background: #C5CCD2;
        box-shadow: 2px 4px 17px #00000029;
        border-radius: 17px;
        opacity: 0.2;
    }

    #materials div.items {}

    #materials div.items ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    #materials div.items ul li {
        background: #FFFFFF;
        box-shadow: 0px 0px 50px #0000000D;
        opacity: 1;
        width: 23%;
        text-align: left;
        display: block;
        margin-right: 32px;
        margin-bottom: 50px;
    }

    #materials div.items ul li:nth-child(4) {
        margin-right: 0;
    }

    #materials div.items ul li:nth-child(5) {
        margin-bottom: 0;
    }

    #materials div.items ul li:nth-child(6) {
        margin-bottom: 0;
    }

    #materials div.items ul li:nth-child(7) {
        margin-bottom: 0;
    }

    #materials div.items ul li:nth-child(8) {
        margin-right: 0;
        margin-bottom: 0;
    }

    #materials div.items ul li:hover span.material img {
        transform: scale(1.05);
        transition: 0.6s ease all;
        -moz-transition: 0.6s ease all;
        -webkit-transition: 0.6s ease all;
    }

    #materials div.items ul li span.material img {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        height: 200px;
    }

    #materials div.items ul li h5 {
        color: #131313;
        padding-left: 10px;
        opacity: 0.8;
        margin-bottom: 14px;
        font-size: 21px;
        font-weight: 600;
    }

    #materials div.items ul li p {
        margin-bottom: 10px;
        padding-left: 10px;
        font-size: 15px;
        color: #0c0c0c75;
    }

    #cp_fiting {
        background: url(../../images/southern-trading/banners/banner5.jpg) no-repeat;
        /* background-position: right; */
        padding: 124px 0;
        background-size: cover;
        color: #fff;
    }

    #cp_fiting div.wrapper {}

    #cp_fiting div.wrapper div.cp {}

    #cp_fiting div.wrapper div.cp h5 {
        background: #db2422;
        max-width: max-content;
        padding: 13px 27px;
        font-size: 19px;
    }

    #cp_fiting div.wrapper div.cp h3 {
        font-size: 35px;
        font-weight: 600;
        margin: 25px 0;
    }

    #cp_fiting div.wrapper div.cp h3 br {}

    #cp_fiting div.wrapper div.cp p {
        color: #888;
        font-size: 17px;
    }

    #contact {
        padding-bottom: 130px;
        padding-top: 80px;
        position: relative;
    }

    #contact section.wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #contact div.left {
        width: 35%;
        position: relative;
        padding: 50px 50px;
        background: #DB2422;
        box-shadow: 0px 12px 62px #0000000D;
        opacity: 1;
    }

    #contact div.left::before {
        position: absolute;
        content: '';
        width: 100px;
        height: 100px;
        top: -50px;
        right: -50px;
        z-index: 1;
        background: #FFFFFF;
        box-shadow: 2px 4px 17px #0000002E;
    }

    #contact div.left div.details {}

    #contact div.left div.details h5 {
        color: #fff;
        text-align: left;
        padding-bottom: 18px;
        font-size: 31px;
        border-bottom: 1px solid #d8d8d8;
        font-weight: 600;
    }

    #contact div.left div.details ul {}

    #contact div.left div.details ul li {
        margin-top: 26px;
        margin-bottom: 20px;
        /* font-size: 21px; */
        color: #FFFFFF;
    }

    #contact div.left div.details ul li:nth-child(2) {
        margin-top: 0;
    }

    #contact div.left div.details ul li:nth-child(3) {
        margin-top: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #FFFFFF;
        opacity: 0.8;
        color: #FFFFFF;
        margin-bottom: 0;
    }

    #contact div.left div.details ul li a {
        display: flex;
        width: 100%;
        align-items: center;
        font-size: 21px;
        color: #fff;
    }

    #contact div.left div.details ul li a small {
        margin-right: 15px;
        width: 47px;
    }

    #contact div.left div.details ul li a small span.zmdi {
        width: 100%;
        display: block;
        background: #df4143;
        font-size: 21px;
        text-align: center;
        padding: 11px 12px;
        border-radius: 50%
    }

    #contact div.left div.details ul li a p {
        color: #FFFFFF;
        opacity: 0.8;
        font-size: 18px;
    }

    #contact div.icons {
        margin: 30px 60px 0;
        margin-bottom: 0;
    }

    #contact div.icons ul {
        display: flex;
        justify-content: space-between;
    }

    #contact div.icons ul li {}

    #contact div.icons ul li a {}

    #contact div.icons ul li a img {
        border-radius: 50px;
    }

    #contact div.right {
        width: 43%;
        overflow: hidden;
        margin: 0 auto;
    }

    #contact div.right h2 {
        margin-bottom: 38px;
        color: #2A2939;
        font-size: 40px;
        text-align: center;
        font-weight: 600;
    }

    #contact div.right form {}

    #contact div.right form input {
        padding: 19px 0px;
        text-align: center;
        background: #fff;
        box-shadow: 0px 0px 50px #0000000D;
        margin-bottom: 17px;
        display: block;
        width: 100%;
        font-size: 21px;
        font-family: 'akrobatlight', Arial;
    }

    #contact div.right form input.button {
        background: #DB2422;
        padding: 20px;
        text-align: center;
        color: #FFFFFF;
        display: block;
        width: 100%;
        font-size: 22px;
    }

    #contact img.image-contact {
        right: 280px;
        position: absolute;
        z-index: -5;
        bottom: 158px;
    }

    /* mobile-menu */

    #spotlight .main-bar .main-menu {
        display: none;
    }

    #spotlight .main-bar .main-menu ul li a {
        color: #fff;
        font-weight: 600;
    }

    #spotlight .main-bar .main-menu ul li:hover {
        background: #777777a8;
    }

    #spotlight .main-bar span.menu-icon {
        display: none;
    }

    #spotlight .main-bar span.close {
        display: none;
    }

    .phone-menu {
        display: none;
    }

    /* end mobile-menu */

    footer {
        background: #DB2422;
        padding-top: 80px;
    }

    footer section.wrapper {}

    footer section.top {
        display: flex;
        justify-content: space-between;
    }

    footer div.flexbox {
        display: flex;
        justify-content: space-between;
        /*padding-bottom: 50px;*/
    }

    footer div.midlleflex {
        display: flex;
        justify-content: space-between;
        padding-bottom: 30px;
        width: 79%;
    }

    footer section.top div.image-container {
        display: flex;
        width: 15%;
    }

    footer section.top div.image-container img {
        width: 100%;
        display: block;
    }

    footer section.top div.left {
        width: 40%;
    }

    footer section.top h6.top {
        text-align: left;
        color: #FFFFFF;
        font-size: 26px;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
    }

    footer section.top h6.bottom {
        text-align: left;
        color: #FFFFFF;
        font-size: 26px;
        margin-bottom: 20px;
    }

    footer section.top div.left p {
        font-size: 19px;
        color: #FFFFFF;
        margin-top: 35px;
        margin-bottom: 40px;
    }

    footer section.top div.left ul {
        display: flex;
        margin-bottom: 40px;
    }

    footer section.top div.left ul li {
        margin-right: 20px;
    }

    footer section.top div.left ul li:last-child {
        margin-right: 0;
    }

    footer section.top div.left ul li a {
        display: block;
    }

    footer section.top div.left ul li a img {
        width: 100%;
        display: block;
        border-radius: 50px;
    }

    footer section.top div.detailbox {
        width: 53%;
        display: flex;
        justify-content: space-between;

    }

    footer section.top div.middle {
        width: 40%
    }

    footer section.top div.middle h6 {
        text-align: left;
        color: #FFFFFF;
    }

    footer section.top div.middle ul {
        margin-top: 35px;
    }

    footer section.top div.middle ul li {
        margin-bottom: 15px;
    }

    footer section.top div.middle ul li:last-child {
        margin-bottom: 0;
    }

    footer section.top div.middle ul li a {
        color: #FFFFFF;
        font-size: 19px;
        display: block;
    }

    footer section.top div.right {
        width: 47%;
    }

    footer section.top div.right h6 {
        text-align: left;
        color: #FFFFFF;
    }

    footer section.top div.right ul {
        margin-top: 35px;
    }

    footer section.top div.right ul li {
        margin-bottom: 15px;
    }

    footer section.top div.right ul li:last-child {
        margin-bottom: 0;
    }

    footer section.top div.right ul li a {
        color: #FFFFFF;
        font-size: 19px;
        display: block;
    }

    footer section.bottom {
        border-top: 1px solid #ffffff;
    }

    footer section.bottom p {
        color: #ffffff;
        padding: 15px 0;
        text-align: center;
        font-size: 15px;
        opacity: 0.7;
    }

    /*RESPONSIVE*/

    @media all and (max-width: 1334px) {

        #banner div.content p {
            margin-bottom: 50px;
        }

        #materials div.items ul li {
            width: 20%;
        }

        #products div.items ul li {
            width: 20%;
        }

        footer section.top {
            padding-bottom: 30px;

        }

        footer section.top div.flexbox div.image-container {
            display: flex;
            width: 12%;
        }

        footer div.midlleflex {
            width: 83%;
        }
    }

    @media all and (max-width: 1280px) {
        #cp_fiting {
            background: url(../../images/southern-trading/banners/banner5.jpg) no-repeat;
            padding: 80px 0;

        }

        #banner2 {
            padding-top: 120px;
            position: relative;
        }
        #banner2 div#pop {
            position: absolute;
            left: 300px;
        }

        #products h3 {
            margin-bottom: 27px;
        }

        #materials {
            padding: 65px 0 120px;
        }

        #products {
            margin: 70px 0 100px;
        }

        #contact div.left {
            /*width: 33%;*/
            /*padding: 58px 44px;*/
        }

        #contact div.left div.details h5 {
            padding-bottom: 20px;
            font-size: 35px;
        }

        #contact div.left div.details ul li {
            margin-top: 30px;
            margin-bottom: 20px;
        }

        #contact div.icons {
            margin: 30px 50px 0px 50px;
        }

        #contact img.image-contact {
            right: 45px;
            position: absolute;
            z-index: -5;
            bottom: 70px;
        }

        footer div.flexbox {
            /*display: block; */
            justify-content: space-between;
            /* padding-bottom: 50px; */
        }

        footer div.flexbox {
            display: block;

        }

        footer div.midlleflex {
            width: 100%;
        }

        footer section.top div.flexbox div.image-container {
            margin: 0 auto 30px;
        }

    }

    @media all and (max-width: 1130px) {
        #banner2 div.content h2 {
            font-size: 46px;
        }
        #banner2 div#pop {
            position: absolute;
            left: 300px;
        }


        footer section.top h6.top {
            padding-bottom: 25px;
        }

        footer section.top div.middle ul {
            margin-top: 20px;
        }

        footer section.top div.right ul {
            margin-top: 20px;
        }

        footer section.top div.middle {
            /*width: 13%;*/
        }

        footer section.top div.right {
            /*width: 17%;*/
        }

        footer section.top div.left p {
            margin-top: 20px;
        }

        footer div.midlleflex {
            padding-bottom: 3px;
        }

    }

    @media all and (max-width: 1010px) {
        #banner2 div.content h2 {
            font-size: 40px;
        }

        #spotlight div.bottom h1 {
            font-size: 65px;
            width: 60%;
        }

        #contact div.right h2 {
            margin-bottom: 60px;
            font-size: 40px;
        }

        footer {
            padding-top: 78px;
        }

        footer section.top h6.top {
            font-size: 23px;
        }

    }

    @media all and (max-width: 980px) {
        .nav>li>a {
            padding: 10px 8px;
        }
        #banner2 div.image ul li span img.image2 {
            display: none;
        }
        #banner2 div#pop {
            position: absolute;
            left: 150px;
        }

        #spotlight div.top span.spotsquare {
            width: 98px;
            height: 98px;
        }

        footer section.top div.right ul li {
            margin-bottom: 5px;
        }

        footer section.top div.middle ul li {
            margin-bottom: 5px;
        }

        #banner2 div.content {
            width: 67%;
        }

        #products div.items ul li span.product img {
            height: 180px;
        }

        #services {
            margin-bottom: 81px;
        }

        #services div.top p {
            margin-bottom: 40px;
        }

        #spotlight div.bottom p {
            width: 75%;
            margin-bottom: 32px;
        }

        #banner div.content ul.banner1 li a.banner img {
            width: 93%;
        }

        #spotlight div.bottom h1 {
            width: 76%;
        }

        #spotlight div.top nav.right {
            width: 80%;
        }

        #banner div.content ul.banner1 {
            width: 28%;
        }

        footer section.top div.flexbox div.image-container {
            margin: 0 auto 50px;
        }

        #spotlight div.top nav.right ul li {
            font-size: 18px;
        }

        #banner2 div.image ul li {
            width: 93%;
        }

        #spotlight div.bottom h1 {
            font-size: 54px;
        }

        #contact div.left {
            width: 50%;
        }

        #about {
            margin-top: 100px;
            margin-bottom: 35px;
        }

        #products {
            margin: 80px 0;
        }

        #products h3 {
            margin: 65px 0;
            margin-bottom: 53px;
        }

        #products div.items ul li h5 {
            font-size: 19px;
        }

        #products div.items ul li p {
            font-size: 16px;
        }

        #materials {
            padding: 80px 0 100px;
        }

        #materials div.items ul li span.material img {
            height: 180px;
        }

        #materials div.items ul li h5 {
            font-size: 20px;
        }

        #materials div.items ul li p {
            font-size: 16px;
        }

        #contact section.wrapper {
            display: inline-block;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        #contact div.right {
            margin-top: 50px;
        }

        #contact div.right h2 {
            margin-bottom: 45px;
            font-size: 33px;
        }

        #contact img.image-contact {
            right: 188px;
            bottom: 73px;
        }

        #contact div.right form input {
            padding: 20px 0px;
            margin-bottom: 21px;
            font-size: 20px;
        }
    }

    @media all and (max-width: 768px) {
        #spotlight div.top span.spotsquare-outer {
            top: 157px;
            left: 41px;
            left: 516px;
        }
        #banner2 div#pop {
            position: absolute;
            left: 150px;
            top: 30px;
            width: 400px;
        }
        #banner2 div#pop div.lightbox ul.popup-container{
            width: 400px;
        }
        
        #banner2 div#pop div.lightbox ul.popup-container li a.pdf-view{
          width: 130px;
        }
        #banner2 div#pop div.lightbox ul.popup-container li a.view-button{
           padding: 2px 25px; 
           bottom: 36px;
        }
        
        #banner2 div#pop div.lightbox a.close-btn {
            left: 360px;
        }

        #services div.top h3 {
            margin-bottom: 14px;
        }

        #services div.bottom div.items ul li span.service-image {
            width: 85px;
        }

        #spotlight div.bottom {
            margin-top: 98px;
        }

        /* mobile-menu response */
        #spotlight div.top nav.right ul,
        #spotlight .main-bar .main-nav {
            display: none;
        }

        #spotlight .main-bar div.phone {
            display: none;
        }

        #spotlight .main-bar span.icon {}

        #spotlight .main-bar span {
            font-size: 30px;
        }

        #spotlight .main-bar .main-menu {
            background-color: rgb(0, 0, 0, 0.6);
            width: 35%;
            height: 100vh;
            z-index: 2;
            position: absolute;
            top: 0;
            right: 0;
            text-align: center;
            display: none;
            line-height: 50px;
            padding-top: 36px;
        }

        #spotlight .main-bar span.close {
            color: #fff;
        }

        #spotlight .main-bar span.menu-icon {
            display: block;
            color: #cccccc;
            cursor: pointer;
            z-index: 3;
            font-size: 21px;
            font-weight: bold;
        }

        #spotlight .main-bar span.close {
            display: block;
        }

        #spotlight .main-bar span.close {
            display: none;
            opacity: 0.8;
        }

        #spotlight .main-bar span {
            position: absolute;
            right: 42px;
            top: 29px;
            color: #031031;
            z-index: 3;
            cursor: pointer;
        }

        #spotlight .main-bar nav.main-menu ul {
            display: block;
            width: 100%;
        }

        #spotlight .main-bar nav.main-menu ul li {
            margin: 0 auto;
        }

        #spotlight .main-bar nav.main-menu ul li a {
            color: #fff !important;
        }

        #spotlight .main-bar span.icon small {
            background: url ('../images/menu.png')
        }

        /* mobile-menu response */

        #main header div.content div.left a {
            font-size: 15px;
        }

        #main header div.content div.middle {
            width: 10%
        }

        #main header div.content div.right {
            width: 10%;
        }

        #main header div.content div.right ul {
            margin-bottom: 0;
            display: none;
        }

        #banner div.content p {
            margin-bottom: 35px;
        }

        #about div.left {
            height: 390px;
        }

        #about div.left span.about-square {
            top: 15%;
        }

        #about div.left span.about-2 {
            bottom: 115px;
            right: -224px;
            left: 59px;
        }

        #spotlight div.top span.spotsquare {
            top: 96px;
            left: 451px;
        }

        #spotlight div.top nav.right {
            width: 75%;
        }

        #banner {
            padding-top: 65px;
            padding-bottom: 220px;
        }

        #products {
            margin: 65px 0;
        }

        #products h3 {
            margin-bottom: 35px;
            font-size: 35px;
            margin-top: 0;
        }

        #banner2 div.content h2 {
            font-size: 31px;
        }

        #banner2 div.content span {
            margin-bottom: 0px;
        }

        #banner2 {
            padding-top: 50px;

        }

        #materials {
            padding: 30px 0 100px;

        }

        #contact div.left div.details ul li a small {
            margin-right: 19px;
            width: 44px;
        }

        #materials h3 {
            font-size: 35px;
        }

        #contact div.left {
            width: 65%;
        }

        #contact div.right {
            width: 70%;
        }

        #contact {
            padding-bottom: 65px;
        }

        #main header div.content div.middle h1 {
            width: 45px;
        }

        #main header div.content div.right ul li {
            margin-right: 10px;
        }

        #about div.right p {
            margin-bottom: 30px;
            font-size: 19px;
        }

        #services div.top h3 {
            font-size: 35px;
        }

        #services {
            margin-bottom: 80px;
        }

        #services div.bottom div.items ul li {
            width: 40%;
        }

        #services div.bottom div.items ul li {
            margin-bottom: 25px;
        }

        #services div.bottom div.items ul li:nth-child(5) {
            margin-bottom: 25px;
        }

        #services div.bottom div.items ul li:nth-child(6) {
            margin-bottom: 25px;
        }

        #banner2 div.image ul li {
            width: 100%;
            display: none;
        }

        #banner div.content ul.banner1 li a.button {
            padding: 7.5px 4px;
        }

        #banner div.content ul.banner1 li a.banner img {
            width: 85%;
        }

        #banner div.content ul.banner2 {
            width: 27%;
        }

        #products div.items ul li {
            width: 40%;
        }

        #products div.items ul li {
            margin-right: 0px;
        }

        #products div.items ul {
            justify-content: space-around;
        }

        #products div.items ul li h5 {
            margin-left: 10px;
        }

        #products div.items ul li p {
            margin-left: 10px;
        }

        #materials div.items ul {
            justify-content: space-around;
        }

        #materials div.items ul li {
            width: 43%;
            margin-right: 0px;
            margin-bottom: 30px;
        }

        #contact div.right h2 {
            margin-bottom: 34px;
            font-size: 30px;
        }

        #products div.items ul li {
            margin-bottom: 40px;
        }

        #products div.items ul li:nth-child(5) {
            margin-bottom: 40px;
        }

        #products div.items ul li:nth-child(6) {
            margin-bottom: 40px;
        }

        footer section.top div.right {
            width: 51%;
        }

        footer section.top h6.top {
            font-size: 20px;
        }

        footer section.top div.middle {
            width: 38%;
        }

        footer section.top h6.top {
            padding-bottom: 19px;
        }

        footer section.top h6.bottom {
            font-size: 25px;
            margin-bottom: 31px;
        }
    }

    @media all and (max-width: 680px) {
        #contact div.left::before {
            display: none;
        }

        footer section.top h6.top {
            font-size: 25px;
            font-weight: 600;
        }

        #banner2 {
            padding: 53px 0;
        }
        #banner2 div#pop {
            position: absolute;
            left: 180px;
            top: 30px;
            width: 300px;
            height: 220px;
        }
        #banner2 div#pop div.lightbox ul.popup-container{
            width: 300px;
        }
        
        #banner2 div#pop div.lightbox ul.popup-container li a.pdf-view{
          width: 95px;
        }
        #banner2 div#pop div.lightbox ul.popup-container li a.view-button{
           padding: 2px 10px; 
           bottom: 18px;
        }
        
        #banner2 div#pop div.lightbox a.close-btn {
            left: 266px;
            bottom: 190px;
        }

        #banner div.content ul.banner2 {
            width: 33%;
        }

        #about {
            margin-top: 65px;
            margin-bottom: 25px;
        }

        #services div.top h3 {
            margin-bottom: 16px;
        }

        #spotlight div.top span.spotsquare {
            top: 192%;
            left: 65%;
        }

        #spotlight div.top span.spotsquare-outer {
            display: none;
        }

        #spotlight div.top span.spotsquare {
            display: none;
        }

        #spotlight div.bottom {
            margin-top: 135px;
        }

        #spotlight div.bottom h1 {
            font-size: 40px;
        }

        #spotlight div.bottom span.image img {
            width: 100%;
        }

        #spotlight div.bottom p {
            font-size: 16px;
        }

        #spotlight div.top nav.right {
            display: none;
        }

        #spotlight div.bottom span.image {
            width: 30%;
        }

        #services div.top p {
            font-size: 18px;
        }

        #about div.left span.about-2 {
            bottom: 61px;
            right: 20px;
            width: 180px;
        }

        #about div.left {
            width: 50%;
            height: 327px;
        }

        #about div.right p {
            font-size: 16px;
            margin-bottom: 20px;
        }

        #about div.left span.about-2 img {
            width: 100%;
        }

        #about div.left span.pattern-1 img {
            width: 100%;
        }

        #about div.left span.pattern-1 {
            top: 60%;
            width: 79px;
        }

        #banner div.content ul.banner1 {
            width: 30%;
        }

        #banner2 div.content p {
            font-size: 19px;
        }

        #banner2 div.image ul li span img.image1 {
            display: none;
        }

        #banner2 div.image ul li span img.image2 {
            display: none;
        }

        #contact div.left div.details h5 {
            font-size: 30px;
        }

        #contact div.left div.details ul li {
            margin-top: 20px;
            margin-bottom: 10px;
        }

        #contact div.left div.details ul li p {
            font-size: 17px;
        }

        #contact div.right h2 {
            margin-bottom: 29px;
            font-size: 26px;
        }

        #contact img.image-contact {
            width: 22%;
        }

        #contact div.right form input.button {
            padding: 15px;
            font-size: 20px;
        }

        #contact div.right form input {
            padding: 17px 0px;
            margin-bottom: 17px;
            font-size: 18px;
        }

        footer section.top div.flexbox div.image-container {
            margin: 0 auto 25px;
        }

        footer section.top div.detailbox {
            width: 100%;

        }

        footer section.top div.right,
        footer section.top div.middle {
            width: 45%;
        }

        footer {
            padding-top: 0;
        }

        footer section.top {
            padding: 50px 30px 30px;
        }

        footer section.bottom p {
            padding: 28px 0;
            font-size: 16px;
        }

        footer div.midlleflex {
            display: block;
            padding-bottom: 20px;
            width: 100%;
        }

        footer section.top div.left {
            width: 100%;
        }

        footer section.top div.left p {
            margin-top: 4%;
        }

        footer section.top div.left p {
            margin-bottom: 41px;
        }

    }

    @media all and (max-width:640px) {
        #contact {
            padding-top: 40px;
        }

    #cp_fiting div.wrapper div.cp h3 {
        font-size: 30px;
        margin: 20px 0;
    }
        #cp_fiting div.wrapper div.cp h5 {
            padding: 11px 21px;
            font-size: 17px;
        }
        #cp_fiting {
            padding: 40px 0;
        }
        #materials {
            padding: 30px 0 50px;
        }
        #services div.top h3 {
            margin-bottom: 22px;
            font-size: 30px;
        }

        #about div.right h3 {
            margin-bottom: 22px;
            font-size: 30px;
        }

        #banner div.content h2 {
            margin-bottom: 22px;
            font-size: 30px;
        }

        #products h3 {
            margin-bottom: 22px;
            font-size: 30px;
        }

        #materials h3 {
            font-size: 30px;
            margin: 22px;
        }

        #banner2 div.content {
            width: 85%;
        }
        #banner2 div#pop {
            position: absolute;
            left: 90px;
            top: 30px;
            width: 300px;
        }
        
        
        #banner2 div#pop div.lightbox ul.popup-container li a.view-button{
           padding: 2px 10px; 
           bottom: 10px;
        }
        
        #banner2 div#pop div.lightbox a.close-btn {
            left: 270px;
        }

        #contact div.left {
            width: 87%;
        }

        #banner {
            padding-top: 65px;
            padding-bottom: 96px;
        }

        #services div.bottom div.items ul li span.service-image {
            margin-bottom: 0px;
        }

        #spotlight div.bottom {
            margin-top: 26px;
        }

        #spotlight .main-bar .main-menu {
            width: 40%;
        }
    }

    @media all and (max-width: 480px) {
        #banner2 div.content {
            width: 93%;
        }
        #banner2 div.content h2 {
            font-size: 28px;
        }
        #contact div.left div.details h5 {
            font-size: 25px;
        }
        #contact div.left {
            padding: 20px 10px 25px;
        }
        #materials div.items ul li span.material img {
            height: 154px;
        }

        #materials div.items ul li h5 {
            font-size: 18px;
        }

        #services div.bottom div.items ul li:nth-child(7) {
            margin-bottom: 25px;
        }

        #services div.top {
            width: 100%;
        }

        #spotlight div.bottom p {
            width: 95%;
            margin-bottom: 32px;
        }

        #contact div.right {
            margin-top: 30px;
        }

        footer section.top {
            padding: 50px 30px 20px;
        }

        #materials h3 {
            font-size: 27px;
            margin: 0 0 27px;
        }

        #banner2 div.content {
            width: 95%;
        }

        #materials div.items ul li {
            width: 47%;
        }

        #products div.items ul li {
            width: 47%;
        }

        #banner div.content h2 {
            font-size: 32px;
            margin-bottom: 25px;
        }

        #services div.bottom div.items ul li span.service-image {
            width: 117px;
        }

        #services div.top h3 {
            margin-top: 40px;
        }

        #about div.left {
            width: 75%;
            height: 238px;
        }

        #about div.right {
            margin-bottom: 30px;
        }

        #about div.right p {
            margin-bottom: 21px;
        }

        #about div.right h3 {
            margin-bottom: 15px;
        }

        #about div.right {
            width: 95%;
        }

        #about section.wrapper {
            flex-direction: column-reverse;
        }

        #main header div.content div.right ul {
            display: none;
        }

        #main header div.content div.left a {
            font-size: 15px;
        }

        #spotlight div.top span.spotsquare {
            width: 15%;
            height: 83%;
        }

        #spotlight div.top span.spotsquare-outer {
            top: 186%;
            left: 65%;
        }

        #spotlight .main-bar .main-menu {
            width: 60%;
        }

        #spotlight div.bottom h1 {
            font-size: 40px;
            width: 95%;
        }

        #spotlight div.bottom {
            margin-top: 50px;
        }

        #spotlight div.bottom a.button {
            padding: 7px 16px;
            font-size: 16px;
        }

        #about {
            margin-bottom: 0px;
            margin-top: 10px;
        }

        #about div.left span.about-2 {
            bottom: 0;
            right: 20px;
            width: 216px;
            margin: 0 auto;
        }

        #about div.left span.about-square {
            top: 27%;
        }

        #about div.left span.pattern-1 {
            top: 43%;
        }

        #services {
            margin-bottom: 85px;
        }

        #services div.bottom div.items ul li {
            width: 90%;
        }

        #services div.bottom div.items ul li p {
            font-size: 16px;
        }

        #services div.bottom span.services-pattern {
            display: none;
        }

        #banner div.content p {
            font-size: 17px;
        }

        #banner div.content ul.banner1 {
            width: 56%;
        }

        #banner div.content ul.banner2 {
            width: 44%;
        }

        #banner div.content p {
            margin-bottom: 29px;
        }

        #products {
            margin: 50px 0;
        }

        #products h3 {
            margin: 39px 0;
            margin-bottom: 34px;
        }

        #products div.items ul li {
            margin-bottom: 36px;
        }

        #contact div.icons ul {
            justify-content: center;
        }

        #contact div.left {
            width: 100%;
            padding: 33px 20px;
        }

        #contact div.left div.details ul li:nth-child(3) {
            padding-bottom: 36px;
        }

        #contact div.right {
            width: 82%;
        }

        #contact img.image-contact {
            right: 89px;
            bottom: 108px;
            width: 16%;
        }

        footer section.top div.right {
            width: 50%;
        }

        footer section.bottom p {
            padding: 15px 10px;
            font-size: 15px;
        }

        footer section.top h6.top {
            font-size: 20px;
        }

        footer section.top h6.bottom {
            font-size: 25px;
            margin-bottom: 16px;
        }
    }

    @media all and (max-width: 440px) {
        #contact div.left {
            padding: 33px 10px;
        }

        #contact div.right {
            width: 90%;
        }

        #products h3 {
            margin: 39px 0;
            margin-bottom: 26px;
        }

        #spotlight div.bottom p {
            width: 95%;
        }

        #spotlight div.bottom {
            margin-top: 17px;
        }

        #spotlight div.bottom h1 {
            width: 100%;
        }

        #contact div.left div.details ul li a small {
            margin-right: 13px;
        }

        #contact div.left::before {
            top: -50px;
            right: 19px;
        }

        #spotlight .main-bar .main-menu {
            width: 75%;
        }
        #banner2 div#pop {
            position: absolute;
            left: 40px;
            top: 30px;
            width: 260px;
        }
        #banner2 div#pop div.lightbox ul.popup-container{
            width: 260px;
        }
        
        #banner2 div#pop div.lightbox ul.popup-container li a.pdf-view{
          width: 80px;
        }
        #banner2 div#pop div.lightbox ul.popup-container li a.view-button{
           padding: 2px 10px; 
           bottom: 30px;
        }
        
        #banner2 div#pop div.lightbox a.close-btn {
            left: 230px;
        }
        footer section.top div.detailbox {
            width: 100%;
            display: block;
        }

        footer section.top div.middle {
            width: 100%;
            margin-bottom: 12%;

        }

        footer section.top div.middle h6 {
            text-align: center;

        }

        footer section.top div.middle ul li a {
            text-align: center;
        }

        footer section.top div.right {
            width: 100%;
        }

        footer section.top div.right ul {
            margin-top: 7%;
        }

        footer section.top div.right ul li a {
            text-align: center;
        }

        footer section.top div.right h6 {
            text-align: center;
            font-size: 25px;
        }

        footer section.top div.left ul {
            display: flex;
            justify-content: center;
        }

        footer section.top h6.bottom {
            font-size: 25px;
            text-align: center;
        }

        footer section.top div.middle h6 {
            text-align: center;
            font-size: 25px;

        }
    }