@media only screen and (max-width: 1199px) {
    .btn-search {
        display: none;
    }

    .site-header {
        padding: 8px 10px !important;
    }

    .nav-main {
        justify-content: space-between;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background: transparent;
    }

    .main-navigation {
        width: auto;
    }

    .logo-white {
        width: 200px;
    }

    .fix-menu .custom-logo {
        width: 200px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        color: #000;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        background: transparent;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        background: transparent;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.menu-btn-orange {
        background: #fff;
        border: 0;
        border-radius: 40px;
        padding: 0;
        margin-right: 15px;
    }

    .astm-search-menu {
        display: none !important;
    }
}
@media only screen and (max-width: 991px) {
    .slick-slide-fullwidth {
        height: 300px;
    }

    .download-block-card {
        width: 48%;
    }

    .download-block-card:nth-child(2n) {
        margin-right: 0;
    }

    .solutions-content_middle_image_three {
        height: 325px;
    }

    .solutions-content_middle_images-right {
        height: 325px;
    }
    
    .solutions-content_middle_images-left {
        height: 325px;
    }
}

@media only screen and (max-width: 767px) {
   h3 {
        font-size: 30px;
        line-height: 1;
    }

    h5 {
        font-size: 20px;
    }

    .download-block-card {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
        width: 24px;
        height: 24px;
    }

    .page-banner {
        height: auto;
        padding: 40% 0 10% 0;
    }

    .custom-padding-large {
        padding-top: 3em;
        padding-bottom: 1rem;
    }    

    .custom-padding-small {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .sector-inner {
        flex-direction: column;
    }
	
	.sector-block ul {
    	flex-direction: column;
    }

    .sector-block-inner img {
    	width: 100%;
    }

    .purchase-options-inner {
        flex-direction: column;
        text-align: center;
    }

    .purchase-options-block-right {
        padding: 0 12px;
    }

    .purchase-options-block h5 {
        padding: 22px 0;
    }
    .purchase-options-block h5:after {
        transform: scale(0.5);
    }

    .purchase-options-block-left img {
        width: 100%;
    }

    .solutions-block-inner:first-of-type .solutions-block-content {
        position: relative;
        left: 0;
    }

    .solutions-block-header {
        height: 350px;
    }


    .solutions-content_middle_images-right {
        width: 100%;
    }
    
    .solutions-content_middle_images-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .investor-relations-block h5:after {
        transform: scale(0.5);
    }

    .home-blog .card-img-top {
        height: 350px;
    }

    .home-blog {
        flex-direction: column;
        text-align: center;
    }

    #gform_2 {
        display: flex;
        flex-direction: column;
    }

    .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield {
        padding-right: 0;
    }

    .gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
        max-width: 100% !important;
    }

    #gform_wrapper_2 input[type=submit] {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }

    .footer-social-inner {
        justify-content: center;
    }
    

    /*-----------------------------------single sectors------------------------------------*/
    h1 {
        font-size: 50px;
    }

    .page-banner-split h1 {
        font-size: 50px;
    }

    .page-banner-white h1 {
        font-size: 50px;
    }

    .page-banner-blue h1 {
        font-size: 50px;
    }

    .sector-bottom-left {
        margin-right: 0;
        height: 325px;
    }

    .sector-bottom {
        flex-direction: column-reverse;
    }

    .product-bottom {
        flex-direction: column;
    }

    .post-nav-link {
        position: relative;
        width: auto;
    }


 /*-----------------------------------single products------------------------------------*/
    .product-block-inner-header {
        background-position: center;
    }

    .solution-block-inner {
        display: flex;
        flex-direction: column;
        text-align: center;
        min-height: auto;
    }

    .rm-three-columns .solution-block-inner {
        min-height: auto;
    }

    .product-bottom h4 {
        margin: 1rem 0;
    }

    .product-videos-block .container {
        padding: 0;
    }
    
    .product-video {
        margin: 0;
    }


     /*-----------------------------------single solutions------------------------------------*/
    .solutions-blue-top h4 {
        font-size: 26px;
    }

    .solutions-blue-top img {
        margin: 1rem 0;
    }

    .solutions-content_middle_images {
        flex-direction: column;
    }

    .solutions-content_middle_images_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .solutions-content_middle_images_right {
        width: 100%;
    }

    .sector-three-columns .solution-block-inner-header {
        height: 160px;
    }

     /*-----------------------------------About------------------------------------*/

    .info-blocks-item {
        flex-wrap: wrap;
    }

    .info-blocks-item img {
        margin-bottom: 20px;
    }

    img.about-top-image-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        display: none;
    }

    img.about-top-image-right {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .about-top-image {
        align-items: center;
        flex-direction: column;
    }

    .awards-block-logos .gs_logo_single img {
        width: 80%;
    }

    /*-----------------------------------Sectors we serve------------------------------------*/

    .sector-block-inner-section-left p {
        width: 100%;
    }

    /*-----------------------------------Contact------------------------------------*/

    .contact-top-right {
        padding: 3rem 1rem !important;
    }

    .map-key {
        flex-direction: column;
    }
    
    
}