@media (max-width: 575.98px) {
  .container-lg {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }

  .heading_one {
    font-size: 2.3rem;
    line-height: 3.2rem;
  }

  .heading_five {
    line-height: 29px;
    font-size: 18px;
  }

  .hero_img {
    top: 75%;
    right: 6%;
    width: 250px;
  }
/*changed width from 60 px to23px*/
  .footer_images img {
    width: 23px;
  }
/*changed font size from 3.3 to 1.1*/
  .footer_images span {
    color: #969b9f;
    font-size: 1.1rem;
  }

  .gradient_bg {
    height: 35px;
  }

  .about_heading svg {
    width: 30px;
    height: 30px;
    stroke-width: 1px;
  }

  .heading_two {
    font-size: 2.3rem;
    line-height: 3.1rem;
  }

  .catalyst_imgs {
    height: 350px;
    object-position: top center;
  }

  .sticky_cards h2 {
    font-size: 2.4rem;
    font-weight: 300;
    color: black;
  }

  .sticky_cards h5 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 300;
    color: black;
  }

  .elements_img {
    width: 60px;
  }

  .cyan_border {
    min-height: 370px;
  }

  .parent {
    gap: 15px;
    max-height: 550px;
  }

  .clients_logo {
    width: 80px;
  }

  .contact_hover {
    padding: 30px 0;
    &:hover {
      padding: 30px 20px;
      border-bottom: 2px solid transparent;
    }
  }
  /*.mob-view{*/
  /*  position: fixed;*/
  /*  top: 0px;*/
  /*  left: 0px;*/
  /*  width: 100%;*/
  /*  height: 100vh;*/
  /* background: linear-gradient(231deg,rgba(57, 49, 68, 1) 0%, rgba(221, 7, 129, 1) 40%, rgba(30, 159, 227, 1) 100%);*/
  /*  z-index:998;*/
  /*  transition:all 0.3s ease-in-out;*/
    
  /*}*/
  /*.mob-toggle{*/
  /*    position:relative;*/
  /*    z-index:999;*/
  /*}*/
  .nav_options li a {
      font-size:1.6rem;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container-lg {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }

  .heading_one {
    font-size: 3.8rem;
    line-height: 4rem;
  }

  .heading_five {
    line-height: 29px;
    font-size: 18px;
  }

  .hero_img {
    top: 75%;
    right: 6%;
    width: 250px;
  }

  .footer_images img {
    width: 25px;
  }

  .footer_images span {
    color: #969b9f;
    font-size: 1.1rem;
  }

  .gradient_bg {
    height: 35px;
  }

  .about_heading svg {
    width: 30px;
    height: 30px;
    stroke-width: 1px;
  }

  .heading_two {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }

  .catalyst_imgs {
    height: 350px;
    object-position: top center;
  }

  .sticky_cards h2 {
    font-size: 2.4rem;
    font-weight: 300;
    color: black;
  }

  .sticky_cards h5 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 300;
    color: black;
  }

  .elements_img {
    width: 60px;
  }

  .cyan_border {
    min-height: 370px;
  }

  .parent {
    gap: 15px;
    max-height: 550px;
  }

  .clients_logo {
    width: 80px;
  }
  .mob-view{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: linear-gradient(231deg,rgba(57, 49, 68, 1) 0%, rgba(221, 7, 129, 1) 40%, rgba(30, 159, 227, 1) 100%);
    z-index:998;
    transition:all 0.3s ease-in-out;
    
  }
  .mob-toggle{
      position:relative;
      z-index:999;
  }
  .nav_options li a {
      font-size:1.6rem;
  }
  
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container-lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .heading_one {
    font-size: 3.8rem;
    line-height: 4rem;
  }

  .heading_five {
    line-height: 29px;
    font-size: 18px;
  }

  .hero_img {
    top: 0%;
    right: -20%;
    width: 310px;
  }

  .footer_images img {
    width: 30px;
  }

  .footer_images span {
    color: #969b9f;
    font-size: 1.2rem;
  }

  .gradient_bg {
    height: 35px;
  }

  .about_heading svg {
    width: 30px;
    height: 30px;
    stroke-width: 1px;
  }

  .heading_two {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }

  .catalyst_imgs {
    height: 350px;
    object-position: top center;
  }

  .sticky_cards h2 {
    font-size: 2.4rem;
    font-weight: 300;
    color: black;
  }

  .sticky_cards h5 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 300;
    color: black;
  }

  .elements_img {
    width: 60px;
  }

  .cyan_border {
    min-height: 370px;
  }

  .parent {
    gap: 15px;
    max-height: 650px;
  }

  .clients_logo {
    width: 80px;
  }
  .mob-view{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
   background: linear-gradient(231deg,rgba(57, 49, 68, 1) 0%, rgba(221, 7, 129, 1) 40%, rgba(30, 159, 227, 1) 100%);
    z-index:998;
    transition:all 0.3s ease-in-out;
    
  }
  .mob-toggle{
      position:relative;
      z-index:999;
  }
  .nav_options li a {
      font-size:1.6rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
}

@media (min-width: 1400px) {
}
