﻿
body {
   
    margin: 0 !important;   
   /* min-height: 100% !important;*/
}

.footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px 0;
}

    .footer p {
        padding: 0;
      
        font-size: 13px !important;
        color: #fff;
        text-align: center;
        display: block;
        vertical-align: middle;
        line-height: 20px;
        width: 1170px;
        margin: 0 auto;
text-transform: capitalize;
font-weight: 500;
    }

.bg-footer {
    /*background: rgb(48, 66, 84);*/
    background:#304254;
}

@media screen and (max-width:1279px) {
    .footer p {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .footer p {
        width: 90%;
        padding: 0 10px;
    }
}

/* gaurav edit start new add */
#body{ min-height: 583px; float: left; width: 100%; }
@media screen and (max-width:600px) {
	#body{ min-height:478px;  }
}
article.oops{ display:block; text-align: center;padding: 18px;}
article.oops h3{ display:block; text-align: center;width: 100%;}

/* gaurav edit end new add */
.footer p>a{
color:#fff;
text-decoration: none;
}