.btn-primary-new {
    color: #fff !important;
    background-color: #fc6800!important;
    border-color: #fc6800!important;
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .hero {
        height: 580px !important;
    }

    .hero .box {
        margin: 51px 48px !important;
    }

}

.hero {
    background-image: url(/resources/images/slide-4.jpg);
    width: 100%;
    background-repeat: no-repeat;
    height: 800px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero .box {
    float: right;
    padding: 20px;
    /* margin-top: 21px; */
    margin: 108px 48px;
    background-color: #ffffff7d;
    width: 507px;
    height: 472px;
}

.hero .box img {
    margin: 35px 87px;
}

.hero .box p {
    padding: 20px;
}

/* .hero .box h3 {

      margin-top: 64px;
    
} */

.hero .box a {
    margin-top: 30px;
}

.footer {
    background-color: #fc6800;
    padding: 17px;
}

.left {


    float: left !important;
}

#next {
    display: none;
}

.box.left {
    background-color: #e8d8d8cc;
}