.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;
    }

}
@media(max-width:720px)
{
   .hero .box{
       width:92% !important;
       margin:4% !important;
       float: left;
    padding: 15px;
   }
   .hero{
       height:104vh !important;
   }
    .container{
        max-width:100% !important;
    }
    .hero .box img
    {
        margin: 25px 0px !important;
        height: 45px;
    }
}

.hero {
    background: linear-gradient(rgb(2 2 2 / 79%), rgb(0 0 0 / 73%)), url(/resources/images/bg.jpg) fixed center center;
    width: 100%;
    background-repeat: no-repeat;
    height: 100vh;
    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: fit-content;
    z-index: 999999;
}

.hero .box img {
    margin: 35px 40px;
}

.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;
}