@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@media (min-width: 768px) {
    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding: 10px 0;
    }

    .features-heading {
        margin-bottom: 0;
    }

    .not-in-new-jersey {
        position: absolute;
        right: 15px;
        z-index: 10;
    }

    .section-video-testimonial {
        display: flex;
        justify-content: end;
        align-items: center;
        background-image: url(https://davesepoxyflooring.com/assets/images/banner/desktop/0-136CCF79-EC0B-4FFF-B87E-3E8E33EC676D.jpeg);
    }

    .section-video-testimonial .video-testimonial {
        width: auto;
        padding: 30px 10px;
        background: #286090;
        background-image: linear-gradient(#f98c05, #fd5509);
        margin: 40px;
    }

    .video-testimonial h3 {
        margin-top: 0;
    }

    .video-testimonial video {
        height: 50vh;
    }

    .desktop-none {
        display: none;
    }
}

#banner img {
    margin: 0 auto;
}

#social-media-desktop-sidebar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #FD8B00;
    background-image: linear-gradient(#f98c05, #fd5509);
}

#social-media-desktop-sidebar .social-icons {
    display: block;
    padding: 20px;
    border-bottom: solid 1px white;
}

#social-media-desktop-sidebar .social-icons:last-child {
    border: none;
}


/*new css*/

.content-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.firstBanner {
    text-align: center;
}

.brandBg {
    background-image: linear-gradient(#f98c05, #fd5509);
}

.firstBanner h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    max-width: 530px;
    margin: auto;
    margin-bottom: 15px;
    line-height: 1;
}

.firstBanner h1 b {
    color: #fc6708;
    font-weight: normal;
    display: block;
    font-size: 100px;
}

.firstBanner p {
    font-size: 24px;
    font-weight: normal;
}

.firstBanner .btn {
    background-image: linear-gradient(#f98c05, #fd5509);
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 15px 30px;
}

.centerBlock {
    max-width: 720px;
    margin: auto;
}

.centerBlock img {
    width: 100%;
    height: auto;
}

.centerBlock h4 {
    font-size: 24px;
}

.centerBlock ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 20px;
    font-weight: normal;
}

.centerBlock li {
    margin-bottom: 20px;
}

.centerBlock li strong {
    color: #000;
}


.centerBlock h2 {
    margin: 0px;
    text-transform: uppercase;

    margin-bottom: 30px;
    color: #fff;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 60px;
    font-weight: normal;
}


.iconsBlock h2 {
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 60px;
    font-weight: normal;
}

.iconsBlock ul {
    padding: 0px;
    list-style: none;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.iconsBlock ul li {
    width: 22%;
    font-size: 18px;
    font-weight: 200;
    padding: 2%;
    border: 2px dashed #fff;
    margin: 1%;
    color: #fff;
}

.iconsBlock ul li img {
    display: block;
    margin: auto;
    width: 80px;
    height: auto;
    filter: brightness(1) invert(1);
    margin-bottom: 10px;
}

.investment h2 {
    margin: 0px;
    text-transform: uppercase;

    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 50px;
    font-weight: normal;
}

.investment p {
    font-size: 20px;
    font-weight: normal;
}

.investment a.btn {
    background-image: linear-gradient(#f98c05, #fd5509);
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 15px 30px;
}

.formBlock {
    padding: 50px;
}

.formBlock input.btn {
    background-color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 15px 30px;
    color: #000;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.formBlock h2 {
    color: #fff;
}

.lightBg {
    background-image: linear-gradient(#f98c05, #fd5509);
    color: #fff;
    padding: 50px;
}

.lightBg h2 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
}

.show {
    opacity: 1;
}

.errmsg .btn-close {
    display: none;
}

.inquireNow .centerBlock h2 {
    color: #fff;
}

.inquireNow .centerBlock p {
    font-size: 20px;
    font-weight: 100;
}

.inquireNow .centerBlock .btn {
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 15px 30px;
    display: inline-block;
    background-color: #fff;
    color: #000;
}

.firstBanner p a {
    color: #fff;
    text-decoration: none !important;
}

/* new page css */

.formSection {
    background-image: url(https://davesepoxyflooring.com/assets/images/IMG_5529.png);
    background-position: center;
    background-size: cover;
}

.formSection .formBlock {
    padding: 30px;
    max-width: 500px;
    margin: auto;
}

.iconList strong {
    display: block;
}

.inquireNow .iconList p {
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.inquireNow .iconList p img {
    width: 20px;
    height: auto;
}

.inquireNow .iconList p span{
background-color: #fff;
    position: absolute;
    width: 35px;
    left: 0;
    display: block;
    height: 35px;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkList li{
position: relative;
    padding-left: 50px;
    background-image: url(https://davesepoxyflooring.com/assets/images/tick-inside.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center left;
    font-weight: bold;
    font-size: 24px;
}

.topBannerInfo h1{
        max-width: 720px;
}

.topBannerInfo h1 b{
        font-size: 80px;
}
.topBannerInfo p{
     max-width: 720px;
    margin: 20px auto;
}

.btnRow{
    margin-top: 30px;
}

.btnRow .btn{
font-size: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 15px 30px;
    background-color: #fff;
    font-weight: 600;
    color: #fd5709;
}

.btnRow .btn:hover{
    color: #286090;
}

.beforeAfter img{
    max-width:100%;
}

.beforeAfter.row{
      margin: 20px;
    padding: 0;
    border: 10px solid #fff;
}

.beforeAfter.row .col-md-6{
        padding: 0px;
}

.beforeAfter.row .col-md-3{
        padding: 0px;
}
.beforeAfter.row .col-md-3 img{
width: 100%;
    height: 200px;
    object-fit: cover;
}


.beforeAfter.row h3{
        margin: 0px;
    text-transform: uppercase;
    width: 30%;
    padding: 4%;
    font-size: 30px;
    font-family: "Anton", sans-serif;
}
.beforeAfter.row .col-md-6 span{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    text-transform: uppercase;
    font-size: 24px;
    opacity: 1;
    line-height: 1;
    text-shadow: 0px 0px 10px #000;
}
/* new page css */

@media (max-width:480px) {
    .d-flex {
        flex-wrap: wrap;
    }

    .formBlock {
        padding: 20px;
        margin-top: 30px;
    }

    .firstBanner h1 b {
        font-size: 60px;
    }

    .iconsBlock ul li {
        width: 47%;
    }

    .content-padding.brandBg {
        padding: 30px;
    }

    .lightBg {
        padding: 20px;
    }

    .firstBanner h1 {
        font-size: 50px;
    }

    .centerBlock h2,
    .iconsBlock h2,
    .investment h2 {
        font-size: 50px;
    }

    .iconsBlock ul li img {
        width: 60px;
    }

    #desktop-menu .navbar-nav>li {
        padding: 0px 8px;
    }

    #desktop-menu #nav-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .firstBanner p {
        font-size: 20px;
    }
    
    .beforeAfter.row{
        margin: 20px 0px;
    }
    .beforeAfter.row h3{
            width: 100%;
    }
}