@media only screen and (max-width:1200px) {
  .res-768-rounded-40 {
    border-radius: 40px !important;
  }

  .custom-btn-search {
    margin-top: 20px;
    width: 150px !important;
  }


  .custom-box-search-btn {
    justify-content: center !important;
  }

  .custom-container {
    max-width: 1135px;
  }

  .res-padding-1200px {
    padding-top: 20px !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .custom-border {
    border-right: none !important;
    border-left: none !important;
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }

  .custom-margin {
    margin: 4px 0 !important;
  }
}

@media only screen and (max-width:768px) {
  .res-768-rounded-40 {
    border-radius: 40px !important;
  }

  .custom-btn-search {
    margin: 0 10px !important;
  }
}

@media only screen and (max-width:425px) {

  .custom-flex-search {
    flex-direction: column;
    align-items: start !important;
    justify-content: center !important;
  }

  .custom-absolute {
    position: absolute !important;
    right: 30px;
    top: 50px;
  }

  .custom-box-search-btn {
    justify-content: center !important;
  }

  .custom-btn-search {
    margin-top: 20px;
    width: 150px !important;
  }
}