body {
    overflow-x: hidden !important;
}

.brus-10 {
    border-radius: 10px;
}

.brus-15 {
    border-radius: 15px;
}

.mt-15 {
    margin-top: 15px !important;
}

.px-80 {
    padding: 0px 80px !important;
}

.homeIcon {
    position: relative;
    bottom: 2.1px;
}

.bg-info{
    background-color: #344c5a !important;
}

.btn-success{
    background-color: #ff5800 !important;
    border-color: #ff5800;
}

.btn-info{
    background-color: #344c5a !important;
    border-color: #344c5a;
}

.brc-15{
    border: 6px solid black;
    border-radius: 15px;
}

.text-info{
    color: #344c5a !important;
}






/* Styles for screens with a width of 320px and above (typical for small mobile devices) */
@media only screen and (min-width: 320px) {
    /* Your CSS styles for small mobile devices go here */
    .px-80 {
        padding: 0px 20px !important;
    }
  }
  
  /* Styles for screens with a width of 480px and above (typical for larger mobile devices) */
  @media only screen and (min-width: 480px) {
    /* Your CSS styles for larger mobile devices go here */
 
  }
  
  /* Styles for screens with a width of 768px and above (typical for tablets and larger devices) */
  @media only screen and (min-width: 768px) {
    /* Your CSS styles for tablets and larger devices go here */
  }
  