.menu {
    margin-top: 0;
}

/*Sticky phone*/

.newNav {
	padding: 30px 27px!important;
}

.phone_sticky {
	display: none;
	float: right;
	margin-top: 5px;
}

.phone_sticky span {
	display: inline;
	font-size: 18px;
	font-family: "Open Sans",sans-serif !important;
	font-weight: 300 !important;
	margin-bottom: 5px;
	color: #57acf4;
	text-align: right;
}

.phone_sticky a.header_telephone {
	color: #00408b !important;
	font-family: "Open Sans",sans-serif !important;
	font-weight: 300 !important;
	font-size: 24px;
	margin-left: 10px;
}

/*Bottom Form*/

.btmForm {
	position: fixed;
	overflow: hidden;
	bottom: -531px;
	margin-bottom: 0!important;
	right: 3%;
	width: 260px;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.btmForm label {
	cursor: default;
}

.btmForm > h4 {
	cursor: pointer;
}

.changeForm {
	bottom: 0px;
}

.display_in_sidebar {
  padding: 15px;
}

.display_in_sidebar ul li {
  list-style-position: inside;
  list-style-type: none;
}

@media only screen and (max-width: 979px) {

.btmForm {
	display: none!important;
	visibility: hidden!important;
}
    
#header .inner_header {
    padding: 60px 30px 20px;
}
    
.menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    transition: all 0.18s linear;
    -webkit-transition: all 0.18s linear;
    -moz-transition: all 0.18s linear;
}
    
.moveTheMenu {
    left: 250px!important;    
}

.header-phone {
    display: block;
}
    
.header-phone .phone_number {
    position: fixed;
    top: 9px;
    right: 15px;
    z-index: 10;
}
    
.header-phone .phone_number p span {
    display: inline-block;
    margin-right: 8px;
    color: #00408b;
}
    
.header-phone .phone_number p a, .header-phone .phone_number a[href^=tel], .header-phone .phone_number a[href^=tel]:visited, .header-phone .phone_number a[href^=tel]:active {
    color: #fff!important;
}

}

@media only screen and (max-width: 767px) {
    
.header-phone .phone_number p span {
    display: none;
} 
    
}