/* pc size*/

.nav-bg{
    background-image: url(../img/nav-bg.png) ;
    padding-left: 151px ;
    margin-top: 62px ;
}
.home-headings{
    margin-top: 50px;
}

.home-headings h1{
    color: white !important;
    font-family: Helvetica !important;
    font-size: 88px ;
    font-weight: 400 !important;
}
.home-headings h2{
    color: white !important;
    font-family: Helvetica !important;
    font-size: 52px !important;
    font-weight: 100 !important;
}



/* mobile size*/
@media (max-width: 480px) and (min-width: 120px){
    .home-headings h1{
    color: white !important;
    font-family: Helvetica !important;
    font-size: 50px ;
    font-weight: 400 !important;
}
.nav-bg{
    background-image: url(../img/nav-bg.png) ;
    padding-left: 0px ;
    background-color: #e8eaef;
    margin-top: 0px ;
}
   
}									}

/* tablet size*/
@media (min-width: 768px){
.nav-bg {
    background-image: url(../img/nav-bg.png) ;
    padding-left: 131px ;
    margin-top: 62px ;
}

                        }

/*nav bar on the tablet size*/