@media (max-width: 768px) {
    .topheader ul li{width: 100%;
    text-align: center !important;
    }
    .location-box{
        display: none;
    }
    .topheader ul li a{
        width: 100%;
        text-decoration:none;
        margin:0px;
        padding:0px;
        float:left;	
        text-align:center;
        font-size: 20px;
        font-weight: 600;
        color: #000000;
        
    }
    .navbar-nav{
        background-color:white;
        width: 50vw;
        height: auto;
        float: right;
        position: absolute;
        right: 0;
        top: 100%;
    }
    .logo{
        text-align: center;
    }
    
       .logo img{
        width: auto;
         height: auto;
        text-align: center !important;
    }
    .formbox{
        width: 100%;
        height: auto;
        border: 1px solid whitesmoke;
        border-radius: 4px;
        z-index: 999;
        background-color: rgb(207, 72, 23);
        padding: 20px;
        float: left;
        right: 0;
        position: relative;
       
        
    }
    .nav .navbar-brand {
        padding: 0 0 0 4%;
        width: 59%;
        cursor: pointer;
    }
    .cards h6{
        font-size:20px;
    }
    .heading p{
        font-weight: 400;
    }
    .location{
        padding: 0% 13%;
    }
    .form-control2 .form-btn{
        width: 50%;
        height: 50px;
        line-height: 35px;
        background-color: rgb(207 72 23);
        border: none;
        outline: none;
        border-radius: 3px;
        margin: 0 auto;
        color: #ffffff;
    }
    .footerbox .social-icons i{
        padding: 2% 6%;
        font-size: 1.2rem;
        color: rgb(110, 202, 110);
        width: 0.5%;
        height: 0.5%;
        border-radius: 50%;
        cursor: pointer;
    }
}
@media (max-width: 991px) {
    .navbar-nav{
        background-color:white;
        width: 50vw;
        height: auto;
        float: right;
        position: absolute;
        right: 0;
        top: 100%;
    }
    .formbox{
        width: 100%;
        height: auto;
        border: 1px solid whitesmoke;
        border-radius: 4px;
        z-index: 999;
        background:#f2c500;
        padding: 20px;
        float: left;
        right: 0;
        position: relative;
       
        
    }
    .heading h1 {
        text-align: center;
        font-weight: 700;
        font-size: 30px;
        font-family: 'Great Vibes', cursive;
        }
            .nav .navbar-brand {
        padding: 0 0 0 4%;
        width: 59%;
        cursor: pointer;
    }

    
}