/*
==============================================
Header Contact Structure
==============================================
*/
.header-contact {
    position: relative !important;
}
/* .header-contact-sticky {
    position: absolute;
} */
.header-contact-wrap .ftr-nap-phone,
.header-contact-wrap .ftr-cta, 
.header-contact-wrap .social-container .fa, 
.header-contact-wrap .ftr-nap a {
    font-size: 14px;
    line-height: 38px;
    font-weight: 400;
}
.header-contact-wrap {
    text-align: right;
}
.header-contact-wrap .ftr-cta {
    display: inline;
    line-height: 38px;
}
.header-contact-wrap .ftr-cta-wrapper {
    display: inline;    
}
.header-contact-wrap .social-container {
    display: inline;
}
.header-contact-wrap .social-container .fa {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;    
}
.header-contact-wrap .ftr-nap .ftr-nap-phone:before {
    display: none;
}
.header-contact-wrap .ftr-nap-phone {
    display: inline;
    padding: 5px 0 5px 0px;   
}
.header-contact-wrap .ftr-nap-wrapper {
    display: inline;
}
.header-contact-wrap .ftr-nap {
    display: inline;
}

.nav-overall-wrapper {
    /* position: fixed !important; */
    top: 0;
}
.header-contact .ftr-nap .ftr-nap-phone:after {
    content: "//";
    position: relative;
    margin-left: 8px;
    margin-right: 3px;
}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
    /* .billboard-section {
        margin-top: -325px;
    } */
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
    .header-contact {
        display: none;
    }
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
}

/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {

}