.btn-login button {
  width: 100%;
  height: 48px;
  background: #DE1921;
  border-radius: 6px;
  font-weight: 600;
  color: #FFFFFF;
  border: none;
  transition: all 0.5s ease;
  font-size: 16px;
}
.btn-login button a {
  color: #FFFFFF;
}
.btn-login button:hover {
  opacity: 0.7;
}

.search-banner .btn-login button {
  height: 53px;
}
.search-banner label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.search-banner select,
.search-banner input[type=text] {
  height: 53px;
  outline: none;
  transition: border-color 0.5s ease;
  background: #FFFFFF;
  border: 1px solid #cecbcb;
  border-radius: 6px;
  text-indent: 9px;
}
.search-banner select:focus,
.search-banner input:focus {
  border-color: black;
}
.search-banner input[type=checkbox] {
  border-radius: 6px;
  border: 2px solid #c4c4c4;
}
.search-banner small {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #737373;
}
.search-banner .cb-recommendation_button button,
.search-banner .cb-recommendation_button a {
  background: #E5E5E5;
  height: 26px;
  border-radius: 12px;
  border: none;
  padding: 7px 11px;
  transition: all 0.4s ease;
  color: #1C1C1C;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}
.search-banner .cb-recommendation_button a:hover,
.search-banner .cb-recommendation_button button:hover {
  background: #DE1921;
  color: #ffffff;
  opacity: 1;
}

.cs-search-page .csp-form_style_search {
  margin-bottom: -0.8rem;
}
.cs-search-page .csp-form_style_search input {
  height: 48px;
}
.cs-search-page .csp-ld .csp-no_of_search_select {
  margin-bottom: 1.87rem;
  height: 46px;
  background: #F3F3F3;
  padding-top: 5px;
}
.cs-search-page .csp-ld .csp-no_of_search_select select {
  width: 200px;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: 500;
  color: #737373;
  font-size: 14px;
  line-height: 14px;
}
.cs-search-page .csp-ld .csp-pagination_border {
  border-top: 1px #E5E5E5 solid;
  margin-top: 40px;
}
.cs-search-page .csp-ld .csp-pagination {
  margin-top: 55px;
}
.cs-search-page .csp-ld .csp-listings {
  background: #FFFFFF;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  margin-bottom: 20px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 20px;
}
.cs-search-page .csp-ld .csp-listings .csp-view-detail {
  margin-right: 1rem;
  height: 36px;
  width: 150px;
  background: #DE1921;
  text-align: center;
  border: none;
  border-radius: 6px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-search-page .csp-ld .csp-listings h5 span {
  text-transform: capitalize;
}
.cs-search-page .csp-ld .csp-listings a {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 15px;
  text-decoration: none;
}
.cs-search-page .csp-ld .csp-listings a:hover {
  opacity: 0.8;
}
.cs-search-page .csp-ld h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #1C1C1C;
}
.cs-search-page .csp-ld h5 {
  font-size: 15px;
  color: #555555;
}
.cs-search-page .csp-ld span {
  font-size: 14px;
  color: #949292;
}
.cs-search-page .csp-items-block {
  background: rgba(6, 0, 203, 0.2509803922);
  border-radius: 6px;
  margin-top: -20px;
}
.cs-search-page .csp-items-block span {
  font-size: 13px;
  color: white;
}
.cs-search-page .csp-items-block img {
  height: 23px;
}
.cs-search-page .csp-no_result {
  width: 30%;
}

.csp-search-listing-avatar {
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}