@media screen and (max-width: 992px) {
    .as_info_detail {
        display: none !important;
    }
    .as_menu_wrapper {
        padding: 25px 10px !important;
    }
}
@media screen and (max-width: 767px) {
    .as_info_detail {
        display: none !important;
    }
    .as_header_detail {
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .as_menu_wrapper {
        display: flex !important;
        border-top: none;
        justify-content: flex-end;
        padding-right: 150px;
        position: relative;
        z-index: 1;
    }
 
    .as_toggle {
        display: flex;
        margin-right: 20px;
        cursor: pointer;
        align-items: center;
        margin-top: 15px !important;
    }
    .as_menu_wrapper {
        padding: 25px 10px !important;
    }
    #footer_sec {
        background: url('../images/bg3.jpg') no-repeat center !important;
        background-size: cover !important;
    }
}
@media screen and (max-width: 567px) {
    .as_info_detail {
        padding-right: 50px;
        display: none !important;
        justify-content: space-between;
    }
    .as_banner_img::before {
        content: '';
        width: 212px;
        height: 212px;
        background-image: url(../images/arup.png);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99;
        background-size: cover;
        background-position: center;
        transform: translate(-50%,-50%) !important;
        transform: rotate(4deg);
        background-color: #234a64;
    }
}

@media (max-width: 767px) {
    .as_toggle {
      display: flex;
      margin-right: 20px;
      cursor: pointer;
      margin-top: 15px;
    }
  }