.elementor-26 .elementor-element.elementor-element-1bc1bec{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b8de894 *//* =========================
HEADER CONTAINER
========================= */

.qtech-ads-header{
    width:100%;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 40px;
    background:#ffffff;
    border-bottom:1px solid #eee;
    position:sticky;
    top:0;
    z-index:9999;
    box-shadow:0 1px 6px rgba(0,0,0,.03);
}

/* =========================
LOGO
========================= */

.qtech-ads-logo img{
    max-height:120px;
    height:auto;
    width:auto;
    object-fit:contain;
    display:block;
}

/* =========================
BOOK BUTTON
========================= */

.qtech-ads-book-service-btn{
    display:inline-block;
    padding:10px 18px;
    background:#0066ff;
    color:#ffffff;
    text-decoration:none;
    border-radius:5px;
    font-size:15px;
    font-weight:600;
    white-space:nowrap;
    transition:background .2s ease;
}


/* =========================
TABLET
========================= */

@media (max-width:1024px){

.qtech-ads-header{
    padding:0 20px;
}

.qtech-ads-book-service-btn{
    padding:10px 16px;
    font-size:14px;
}

}

/* =========================
MOBILE
========================= */

@media (max-width:767px){

.qtech-ads-header{
    height:72px;
    padding:0 15px;
}

.qtech-ads-logo img{
    max-height:88px;
}

.qtech-ads-book-service-btn{
    padding:9px 14px;
    font-size:13px;
}

}/* End custom CSS */