﻿
body {
    font-family:apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin-top:40px;
    font-size:13px;
    line-height:25px;
    background-color: #FFFFFF;
}
.text-center {
    text-align:center;
}
section {
    margin:70px 0px 70px 0px;
}
.pad-top-botm {
    padding-top:30px;
    padding-bottom:50px;
}

.clr-white {
    color:#fff;
}



.menu-back {
    background-color:#ffffff;  
}

.navbar-brand-logo {
    max-height:45px;
    margin-bottom: 20px;
	margin-left: 160px;
	margin-top: -10px;
}

.inner {
  left: 5%; 
  top: -45px; 
  width: 100%; 
  height: auto; 
  position: absolute; 
  z-index: 1;
  background-color: white;
 -moz-box-shadow: 0 0 30px 5px #999;
-webkit-box-shadow: 0 0 30px 5px #999;

}

#footer-sec {

   background-color:#FFFFFF; 
   color:#fff;
   padding:20px;
}



@media (max-width:475px)

{
	body{
		font-size:14px;
	}
span{
	width:200px;
		font-size:14px !important;
		text-align:center;
}
.tess{
	margin-left:20px;
	width:240px;
	font-size:12px !important;
	text-align:center !important;
}
}