@charset "utf-8";
/* CSS Document */

/*==================== media query ====================*/

/*==================== 
max-width: 1199px 
====================*/
/*......Header......*/
@media screen and (max-width: 1199px) {
header .logo{
	background:#262d33;
	padding:18px 0px 32px 0px;
}
.help-login-wrapper .help{
	margin-left:15px !important;
	padding-left:20px !important;
	padding-right:20px !important;
	padding-top:27px !important;	
	padding-bottom:27px !important;
}	
.top-links-droopdown{
	left:15px !important;	
}
.help-login-wrapper .login{
	padding-bottom:34px !important;	
}

}
/*==================== 
max-width: 767px
====================*/

/*......Header......*/
@media screen and (max-width: 767px) {
.circle-img{
	margin-bottom:60px;	
}
.main-content h1{
	margin:0 auto;
	font-size:30px;
	text-align:center;	
}
.main-content{
	text-align:center;	
}
.date-home-wrapper {
	margin:0px;	
}	
}
@media screen and (min-width: 768px) and (max-width: 1090px) {
.menu-dropdown button.dropdown-toggle, .menu-links .navbar-default .navbar-nav > li > a, ul.profile-dropdown li div,
.login-wrapper .btn-default, .sub-menu-wrapper ul li a{
	font-size:13px !important;
	font-weight:600 !important;
}	
}	
@media screen and (min-width: 768px) and (max-width: 992px) {
.main-menu-wrapper{
	background:#161f26;
	margin:2px 0px 0px 0px !important;	
}	
.login-wrapper .btn-default{	
	padding:0px 5px;
}
}	

@media screen and (min-width: 769px) and (max-width: 788px) {
.main-menu-wrapper{
	background:#161f26;
	margin:3.5px 0px 0px 0px !important;	
}
}

@media screen and (max-width: 767px){
.logo-r{
	padding-right:10px;
	margin-right:10px;	
}
.inner-logo{
	margin-top:15px;	
}
}









