@media (min-width: 576px) {
  .h-sm-50 {
    height: 33% !important;
    width: 33% !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .h-sm-custom {
    height: 33% !important;
    width: 66% !important;
  }
}

@media (min-width: 400px) and (max-width:575px) {
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width: 300px) {
  .col-xs-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}

::selection {
  background-color: #f9b28a;
  color: #ffffff;
}

.h-btn-55px {
  height: 55px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-md-75 {
    width: 75% !important;
  }
}

