@media screen and (max-width: 1440px) {
  .section_2text {
    padding: 5% 0% 0% 5%;
  }
  .section_3mid,
  .footer_mid {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .contact_1 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .responsive-logo,
  .logo2 {
    display: block !important;
  }
  #phone-svg {
    display: block !important;
  }
  .menu-upside {
    display: none;
  }

  .menu-icons {
    height: 100%;
    margin: auto;
  }
  #r-logohome {
    display: block;
    top: 6px;
    margin-left: 5%;
  }
  .section_1 {
    display: flex;
    flex-direction: column;
  }
  .box-s1 {
    border: 0;
  }
  .header {
    max-height: 600px;
  }
  .section_,
  .section_3mid,
  .card_team,
  .maps_section {
    flex-direction: column;
  }
  .section_2width,
  .section_content img,
  .maps_1,
  .contackus_form,
  .img_section_2 {
    width: 100% !important;
  }
  .img_section_1 {
    width: 100%;
    margin-bottom: 5%;
  }
  .section_2text {
    width: 90% !important;
    margin: auto;
  }
  .footer_upside {
    margin: auto;
    padding: 0%;
  }
  .footer_logo {
    margin: auto;
    padding: 0%;
  }
  .footer_mid h5 {
    margin-top: 3%;
  }
  .img_text {
    font-size: 18px;
  }
  .section_content {
    display: flex;
    flex-direction: column;
  }
  .text_staff img {
    width: 30% !important;
  }
}
@media screen and (max-width: 992px) {
  .responsive_menu {
    display: block;
  }
  .menu-1 {
    display: block;
  }
  .nav-menu {
    max-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
    padding-left: 5%;
    margin-top: 100px;
  }
  .content h4 {
    font-size: 40px;
  }
  .content p {
    font-size: 14px;
    width: 100%;
  }
  .img_section_1,
  .img_section_2,
  .footer_text {
    flex-direction: column;
  }
  .img_mid {
    width: 100% !important;
  }
  .img_mid img {
    width: 80px;
    height: 50px;
  }
  #img_midlast img {
    width: 60px !important;
    height: 50px !important;
    margin-left: 2%;
  }
  #lastimg_text p {
    margin-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .text_your {
    flex-direction: column;
  }
  .your {
    margin-bottom: 2%;
    width: 100%;
    height: 60px;
    border: 1px solid #2195b7;
  }
  .yourtext {
    width: 100%;
  }
  .content p {
    width: 100%;
    font-size: 13px;
  }
}
@media screen and (max-width: 425px) {
  .content,
  .who_we {
    width: 100%;
    padding: 5%;
    margin-top: 80px;
  }
  .content h4 {
    font-size: 30px;
  }
  .content p {
    width: 100%;
    line-height: 120%;
  }
  .section_1 {
    width: 100%;
  }
  .hamburger {
    z-index: 102;
  }
  .send {
    width: 35%;
  }
  .nav-menu {
    min-height: 500px !important;
  }
  .img_text {
    margin-top: -2px !important;
  }
}
