#phone-page
{
   text-align: left;
}
body
{
   background-color: #FFFFFF;
}
#preloader
{
   background: #00BFFF url("../images/rotating-dots.gif") no-repeat center center;
   bottom: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
}
#Header1 h1
{
   color: #3E3E3E;
}
#Footer1 h4
{
   color: #3E3E3E;
   font-style: normal;
}
@media only screen and (min-width: 1920px)
{
}
@media only screen and (min-width: 1280px) and (max-width: 1919px)
{
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
}
@media only screen and (min-width: 980px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 800px) and (max-width: 979px)
{
}
@media only screen and (min-width: 768px) and (max-width: 799px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (max-width: 479px)
{
}
