@media only screen and (max-width: 768px) {
    .btn-area{
        display: block!important;
        margin-top: 75px;
    }
    .btn-area #login{
        display: none!important;
    }    
}



@media only screen and (min-width: 1023px) {
    header .wrap.section.group{
        display: grid;
        align-items: center;
        grid-template-columns: 175px 1fr;
    }
    header .group:before, .group:after {
        content: "";
        display: none;
    }
    header .logo {
        width: auto;
        padding: unset;
        /* background: #283382!important; */
    }
    header .logo a{
        display: block;
    }
    header .logo img{
        min-width: 175px;
    }
    header .nav-area {
        margin-top: 0;
    }
    nav.main-nav ul li.item-with-dropdown {
        padding-bottom: 0;
    }
    .nav-area .btn {
        padding: 15px 40px;
    }
    .main-nav {
        padding: 0 25px;
        border-radius: 20px;
        margin-right: 15px;
    }
}


@media only screen and (max-width: 1178px) {
    header .nav-area .main-nav{
        margin-top: 15px;
    }
}

.sticky-header .nav-area .main-nav a {
    color: #fff!important;
}

/* Footer with swirl top */
footer {
  position: relative;
  background-color: #273481; /* your dark blue footer background */
  background-image: url('/resources/themes/LGService/images/bg-footer.png'); /* swirl image */
  background-repeat: no-repeat;
  background-position: top center; /* place swirl at top center */
  background-size: contain; /* scale to fill width */
  padding-top: 260px; /* give space for swirl height */
  color: #fff; /* footer text color */
}
footer h5, footer p, footer a, footer li {
    color: #fff!important;
}

/* Footer inner content */
footer .wrap {
  position: relative; /* ensures content sits above swirl */
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
    footer{
        padding-top: 190px; /* give space for swirl height */
    }
}

@media only screen and (max-width: 800px) {
    footer{
        padding-top: 140px; /* give space for swirl height */
    }
}

.video-block.tone{
    padding-left: 0;
    padding-right: 0;
}
.video-block.tone video{
    width: 100%;
}

.sticky-header .logo {
    width: 150px;
}