a.anchor {
display: block;
position: relative;
top: -150px;
visibility: hidden;
}
@media (min-width: 1100px) {
.contact {
left: 80% !important;
width: 20% !important;
}}
@media (min-width: 770px) {
.contact {
position: fixed;
top: 5px;
left: 70%;
width: 30%;
z-index: 1000;
background: #2B96CC;
color: #fff !important;
height: 100%;
padding-top: 170px;
}
.contact h2,
.contact p {
color: #FFF;
} }
@media (max-width: 992px) {
.header-2 .navbar-nav>li>a {
padding: 10px;
}
}