body,html{
    overflow-x:hidden;
    width:100%;
    background-image: url(https://www.transparenttextures.com/patterns/subtle-dots.png);
}


#bg-nav::before {
    content: '';
    position: absolute;
    right: -28px;
    top: 0;
    width: 72%;
    background: linear-gradient(to right, #9bcb47 0%, #d7df36 100%);
    height: 100%;
    -webkit-transform: skewx(-25deg);
    -ms-transform: skewx(-45deg);
    transform: skewx(-25deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#bg-nav::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
     
    background-color: #ff5202;
    height: 100%;
}
.logo-header{
        height: 80px;
}
.main-menu {
   height: 80px;
}
.navbar-nav {
    float: left;
    margin: 0;
    position: relative;
    top: 5px;
    left:70px;
}

@media only screen and (min-width:320px) and (max-width:768px){
    .sell-house{
        margin:0px !important;
    }
    #bg-nav::before {
        display:none;
    }
    .logo-header{
        height: auto !important;
}
    .main-menu {
   height: auto;
}
    .navbar-nav {
    float: none;
    margin: 0;
    position: relative;
    top: 0px;
    left: 0;
    width: 96%;
}
    .p-color-bg{
        display:none;
    }
}



.text-white{
    color:#fff;
}
.footer_img {
    background-image: url(../images/mapdark.png);
    background-repeat: no-repeat;
}
.footer_Contactus li{
    padding:8px;
}
.bg-pryash{
    background-color:#fff;
    padding:20px;
}