.search-title {
  text-align: center;
  border-bottom: 2px solid #c0c0c0;
  margin: 0 25%;
  color: #6f6f6d;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
#customeplansearch p {color: #6f6f6d}
input[type="text"].search-input {
    border: 1px solid #000000;
    border-radius: 5px;
    margin-bottom: 10px;
}

input[type="text"].search-input::-webkit-input-placeholder {
  color: #000000;
}

input[type="text"].search-input::-moz-placeholder {
  color: #000000;
}

input[type="text"].search-input:-ms-input-placeholder {
  color: #000000;
}

input[type="text"].search-input::-ms-input-placeholder {
  color: #000000;
}

input[type="text"].search-input::placeholder {
  color: #000000;
}

.row.search-form-row {
  margin-bottom: 45px;
}
.search-checkbox {
  margin-bottom: 15px;
}
.search-checkbox:last-child {
  margin-bottom: 15px;
}

.search-checkbox__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-checkbox__label {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: relative;
}
.search-checkbox__item {
  position: relative;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-checkbox__item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-checkbox__item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.search-checkbox_round .search-checkbox__item {
    border-radius: 50%;
    width: 45px;
    height: 42px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    overflow: hidden;
    margin-right: 20px;
}
.search-checkbox_round .search-checkbox__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
}
.search-checkbox__radio-value {
  font-weight: bold;
}
.search-checkbox__radio:checked + .search-checkbox__bg {
    background-color: #042F4B;
    color: #fff;
}

.search-checkbox__radio:checked ~ .search-checkbox__radio-value {
  color: #fff;
}
.red {color:#f00;}
.search-checkbox__radio {
  position: absolute;
  left: -10000px;
}
.search-checkbox__bg {
  position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color:#ffffff;
}

.search-checkbox-name {
    margin-bottom: 5px;
    color: #000000;
}

.jq-slider {
  height: 5px;
  cursor: pointer;
}

.jq-slider .ui-slider-handle {
  position: relative;
  top: -7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #042F4B;
  border: 1px solid #042F4B;
  cursor: pointer;
}
.jq-slider .ui-slider-handle.ui-state-hover {
  background: #042F4B;
}
.jq-slider .ui-slider-handle.ui-state-active {
  background: #042F4B;
}
.jq-slider .ui-slider-handle.ui-state-focus {
  background: #042F4B;
}
.jq-slider .ui-slider-handle:focus {
  outline: none;
}
.jq-slider .ui-widget-header {
  background: #042F4B;
}
.jq-slider.ui-widget-content {
  background: #bbbbbb;
}
.jq-slider__value {
  position: absolute;
  top: 25px;
  left: -10px;
  font-size: 0.8rem;
  color: #b5b5b5;
}
.jq-slider .ui-slider-handle::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

.search-form-item__label {
  margin-bottom: 5px;
  color: #000000;
}
.search-form-item {
  margin-bottom: 15px;
}
.search-form-item:last-child {
  margin-bottom: 0;
}

.search-form-item_flex {
  min-height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-form-item_flex .search-form-item__slider {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-form-button {
    background: #0078a0;
    color: #fff;
    border-radius: 5px !important;
    padding: 10px 110px;
    font-size:1.25rem;
}

.search-form-item__flex-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pading-right__15 {
  padding-right: 15px !important;
}

.pading-left__15 {
  padding-left: 15px !important;
}

input[type="tel"].persona-lized {
  width: 65px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
}
input[type="tel"].persona-lized::-webkit-input-placeholder {
  color: #000000;
}
input[type="tel"].persona-lized::-moz-placeholder {
  color: #000000;
}
input[type="tel"].persona-lized:-ms-input-placeholder {
  color: #000000;
}
input[type="tel"].persona-lized::-ms-input-placeholder {
  color: #000000;
}
input[type="tel"].persona-lized::placeholder {
  color: #000000;
}

@media (max-width: 600px) {
  .row.search-form-row {
    margin-bottom: 20px;
  }
  .search-title {
    margin: 0;
    margin-bottom: 20px;
  }
}

.style-plan {
    float: left;
    width: 50%;
    text-align: center;
}
.img100 {
    width: 100%;
    height: 100px;
    background-size: cover;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    background-position: center;
    border-radius: 5px 5px 0 0;
}
#SearchFormStyles [class*="block-grid-"] > li, #SearchFormStyles8 [class*="block-grid-"] > li, #SearchFormStyles16 [class*="block-grid-"] > li {
    padding-bottom: 0px;
}
.StyleItemContainer {margin-bottom:8px;}
.StyleItemNotChecked {
    border: 1px solid #ffffff;
    position: relative;
}
.StyleItemNotChecked:hover {
    border: 1px solid #042F4B;
    border-radius: 5px 5px 5px 5px;
}
.StyleItemChecked {
    border: 1px solid #042F4B;
    border-radius: 5px 5px 5px 5px;
    position: relative;
}
.Checkmark {position:absolute;z-index:10;top:6px;left:6px;display:none;}
