body {
    font-family: "Lato", sans-serif; margin: 0; padding: 0; background: #fff; 
}
h1,h2,h3,h4,h5,h6{margin: 0; padding: 0;}

header{background-color: #2980B9; padding-top: 5px; font-family: times new roman; color: #fff;  font-size: 17px;}
header>p{margin: 0; }
.glyphicon-menu-hamburger{color: #fff; font-size: 20px;}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #34495E;
    color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    font-family: times new roman;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #000;
    text-decoration: none;
	background:#1e6b74;
}
.sidenav a:visited {
    color: #fff;
    text-decoration: none;
}
.sidenav .closebtn:hover {
	background:red;
}

.sidenav .closebtn {
    position: absolute;
    top: 1px;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
	padding:0px 10px 0px 10px;
}
.box{background:#fff; width: 100%; height: auto; margin-top: 15px; padding: 10px;}
label{font-family: times new roman; font-size: 16px; color:#000;}
.form-control{font-family: times new roman; font-size: 16px; color:#000;}
.panel-heading{font-family: times new roman; font-size: 17px; color:#fff;}
table{font-family: times new roman;}
thead{font-family: times new roman; color:#fff; background: #3399ff; text-align: center; font-weight: 600; }
#td1{font-family:times new roman; font-weight: bold; color: #000; width: 25%;}
#ss{font-family: times new roman;}
.menubox{
    margin: 30px 0px 0px 50px; font-family: times new roman;
}
.menubox1{
    margin: 30px 0px 0px 0px; font-family: times new roman;
}
.line{border-bottom: 2.5px solid #ccc;}
.line1{border-bottom: 1px solid #ccc;}
.menubox>a{line-height: 30px; color:#000; text-decoration: none; font-size: 17px;
}
.menubox>a:hover{text-decoration: none;}
.links{font-family: times new roman;}
/********Footer****/
.qlink>li>a{
    text-decoration: none;
    line-height: 25px;
    color:#fff;
}
.glyphicon-chevron-right{margin-right:10px; color:#fcf93c;}

.qlink{
    margin:20px 0px 0px 60px ;
}

footer{
    background:#666666;
    padding: 10px;
    color:#fff;
}
footer .ff>h3{
    color:#d67022;
}
.qlink>li:hover{
    margin-left: 5px;
}

.glyphicon-asterisk{color: #fcf93c; font-size: 20px; margin-right: 8px;}

.fb{font-size: 21px; color: #4867aa;}
.gp{font-size: 21px; color: #de463b;}
.lin{font-size: 21px; color: #0077b5;}
.tw{font-size: 21px; color: #1da1f2;}
.you{font-size: 21px; color: #ff0000;}

.fa-map-marker{color: #fcf93c; font-size: 25px; margin-right: 20px;}

.glyphicon-phone-alt{color: #fcf93c; font-size: 20px; margin-right: 20px;}

.fa-envelope{color: #fcf93c; font-size: 20px; margin:10px 20px 0px 0px;}

.design{padding: 8px; background: #d9782d; color:#000; text-align:center;}

.design p{font-family:times new roman; font-size:12px; font-weight:bold;}
.design > p> a{color:#000;}
.lbt{color:#fff; border-radius:0; font-family:times new roman; font-weight:bold;}


/*******footer******/

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}