@media only screen and (min-width:1024px)
{
    .component-image-content-boxes-sec .row .banner-section, .component-image-content-boxes-sec .row .col-lg-7 {
    width: 50%;
    padding: 0;
}

}
@media only screen and (max-width:1200px)
{
	
	.main-menu.mobile-menu {
    display: none;
}
     .main-header {
    top: 0;
    padding: 6px 0 !IMPORTANT;
}
    html, body {
    overflow-x: hidden;
}
    /* menu css */
        .menu-button .menu-bar {
        width: 28px !important;
        background: var(--btn-primary) !important;
        height: 2px !important;
    }
	.news-section {
    padding: 40px 0 0 0;
}
.contact-item {
    padding-bottom: 20px;
}
.important-contact-section {
    padding: 0 0 40px 0;
}
.solicitations {
    padding: 40px 0;
}
.btn-primary {
    width: 100%;
    height: 49px;

}
.theme-btn {
    width: 100%;
    margin: 10px 0;
}
.footer {

    padding: 40px 0;

}
.header-heading {
    font-size: 18px;
}

.hero-section , section.service-section {
    padding: 40px 0;
}
    .menu-button {
        height: 35px;
        top: -5px;
        width: 35px;
}
    .menu-wrap {
        background-color: var(--white);
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
    }
    .menu-sidebar .menu-bar-wrapper li>a:hover
    {
        color: var(--btn-primary);
    }
        .menu-button.button-open .menu-bar-top {
        background: var(--btn-primary);
    }
        .menu-sidebar .menu-bar-wrapper li>a {
        color: var(--black);
        padding: 10px 20px;
        position: relative;
        display: block;
        font-weight: 500;
        font-size: 16px;
        border-bottom: 1px solid #eaeaea;
    }
    /* menu css */
  .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow
  {
    font-size: 0px; 
  }


}
@media only screen and (min-width: 768px) and (max-width: 1024px)
{
  
}
@media only screen and (max-width:767px)
{
  
}