@media (max-width: 700px) {
    .embed-responsive {
        position: static;
        height: 255px;
        width: 200px;
        /* margin: 10px; */
        /* margin-left: 0; */
    }
    #header .spad {
        max-height: 0px;
    }
    .hero-section1 {
        height: 780px;
        margin-top: 15%;
        box-sizing: content-box;
    }
    .hero-section1 {
        box-sizing: content-box;
    }

    .hs-item .hs-text {
        padding-top: 40px;
        width: 316px;
        margin-left: 20px;
        left: 37px;
    }

    .site-btn5 {
        display: inline-block;
        border: none;
        font-size: 14px;
        font-weight: 500;
        min-width: 195px;
        padding: 15px 110px;
       
        text-transform: uppercase;
        background: #FDF425;
        color: #000;
        line-height: normal;
        cursor: pointer;
        text-align: center;
        
    }
    .site-btn5:hover {
        background-color: #000;
    
        
        color:#fff
        
    }

    .sub-text p {
        font-weight: bold;
        margin-bottom: 40px;
        font-size: 26px;
        color: #fff;
        margin-top: 90px;
    }
    

    
}