html {
  font-size: 14px;
  overflow-x: hidden;
}
body {
  font-family: "Metropolis-Regular", Arial, sans-serif;
  line-height: 1.5;
  color: #232321;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
article,
details,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
a {
  background-color: #fff0;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
img {
  border: 0;
}
figure {
  margin: 1em 40px;
}
button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input {
  line-height: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
p {
  margin: 0 0 10px;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-6 {
  width: 50%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto-webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0/0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0/0.075);
  -webkit-transition:
    border-color ease-in-out.15s,
    -webkit-box-shadow ease-in-out.15s;
  -o-transition:
    border-color ease-in-out.15s,
    box-shadow ease-in-out.15s;
  transition:
    border-color ease-in-out.15s,
    box-shadow ease-in-out.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgb(0 0 0/0.075),
    0 0 8px rgb(102 175 233/0.6);
  box-shadow:
    inset 0 1px 1px rgb(0 0 0/0.075),
    0 0 8px rgb(102 175 233/0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled] {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and(-webkit-min-device-pixel-ratio:0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm.form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg.form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.has-success.control-label,
.has-success.help-block {
  color: #3c763d;
}
.has-success.form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0/0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0/0.075);
}
.has-success.form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow:
    inset 0 1px 1px rgb(0 0 0/0.075),
    0 0 6px #67b168;
  box-shadow:
    inset 0 1px 1px rgb(0 0 0/0.075),
    0 0 6px #67b168;
}
.has-success.input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-error.control-label,
.has-error.help-block {
  color: #a94442;
}
.has-error.form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0/0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0/0.075);
}
.has-error.form-control:focus {
  border-color: #843534;
  -webkit-box-shadow:
    inset 0 1px 1px rgb(0 0 0/0.075),
    0 0 6px #ce8483;
  box-shadow:
    inset 0 1px 1px rgb(0 0 0/0.075),
    0 0 6px #ce8483;
}
.has-error.input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline.form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline.form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline.input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline.input-group.form-control,
  .form-inline.input-group.input-group-addon,
  .form-inline.input-group.input-group-btn {
    width: auto;
  }
  .form-inline.input-group > .form-control {
    width: 100%;
  }
  .form-inline.control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #fff0;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto-webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0/0.125);
  box-shadow: inset 0 3px 5px rgb(0 0 0/0.125);
}
.btn[disabled] {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled] {
  background-color: #fff0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: #fff0;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: #fff0;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity.15s linear;
  -o-transition: opacity.15s linear;
  transition: opacity.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgb(0 0 0/0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0/0.175);
  box-shadow: 0 6px 12px rgb(0 0 0/0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar-fixed-bottom.dropdown.dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right.dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right.dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group.btn + .btn,
.btn-group.btn + .btn-group,
.btn-group.btn-group + .btn,
.btn-group.btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group.dropdown-toggle:active,
.btn-group.open.dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open.dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0/0.125);
  box-shadow: inset 0 3px 5px rgb(0 0 0/0.125);
}
.btn-group.open.dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  border: 1px solid #908f8f;
  border-radius: 5px;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  background-color: #fff;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group.form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group.form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group.form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group.form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav.open > a,
.nav.open > a:focus,
.nav.open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav.nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #fff0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #fff0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs.dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid #fff0;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #fff0;
  -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255/0.1);
  box-shadow: inset 0 1px 0 rgb(255 255 255/0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    position: relative;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom.navbar-collapse,
  .navbar-fixed-top.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom.navbar-collapse,
.navbar-fixed-top.navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and(orientation:landscape) {
  .navbar-fixed-bottom.navbar-collapse,
  .navbar-fixed-top.navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  line-height: 20px;
}
span.header-input {
  position: absolute;
  top: 3px;
  left: 12%;
}
.header-input .search-field {
  width: 115px;
  margin-right: 5px;
  background-color: #dfdfdf;
  box-shadow: none;
  font-size: 11px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  outline: none;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container.navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #fff0;
  background-image: none;
  border: 1px solid #fff0;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle.icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-nav {
  margin: 7.5px-15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav.open.dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav.open.dropdown-menu.dropdown-header,
  .navbar-nav.open.dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav.open.dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav.open.dropdown-menu > li > a:focus,
  .navbar-nav.open.dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid #fff0;
  border-bottom: 1px solid #fff0;
  -webkit-box-shadow:
    inset 0 1px 0 rgb(255 255 255/0.1),
    0 1px 0 rgb(255 255 255/0.1);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255/0.1),
    0 1px 0 rgb(255 255 255/0.1);
}
@media (min-width: 768px) {
  .navbar-form.form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form.form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form.input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form.input-group.form-control,
  .navbar-form.input-group.input-group-addon,
  .navbar-form.input-group.input-group-btn {
    width: auto;
  }
  .navbar-form.input-group > .form-control {
    width: 100%;
  }
  .navbar-form.control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .navbar-form.form-group {
    margin-bottom: 5px;
  }
  .navbar-form.form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom.navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default.navbar-brand {
  color: #777;
}
.navbar-default.navbar-brand:focus,
.navbar-default.navbar-brand:hover {
  color: #5e5e5e;
  background-color: #fff0;
}
.navbar-default.navbar-text {
  color: #777;
}
.navbar-default.navbar-nav > li > a {
  color: #777;
}
.navbar-default.navbar-nav > li > a:focus,
.navbar-default.navbar-nav > li > a:hover {
  color: #333;
  background-color: #fff0;
}
.navbar-default.navbar-nav > .active > a,
.navbar-default.navbar-nav > .active > a:focus,
.navbar-default.navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default.navbar-toggle {
  border-color: #ddd;
}
.navbar-default.navbar-toggle:focus,
.navbar-default.navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default.navbar-toggle.icon-bar {
  background-color: #888;
}
.navbar-default.navbar-collapse,
.navbar-default.navbar-form {
  border-color: #e7e7e7;
}
.navbar-default.navbar-nav > .open > a,
.navbar-default.navbar-nav > .open > a:focus,
.navbar-default.navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default.navbar-nav.open.dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default.navbar-nav.open.dropdown-menu > li > a:focus,
  .navbar-default.navbar-nav.open.dropdown-menu > li > a:hover {
    color: #333;
    background-color: #fff0;
  }
  .navbar-default.navbar-nav.open.dropdown-menu > .active > a,
  .navbar-default.navbar-nav.open.dropdown-menu > .active > a:focus,
  .navbar-default.navbar-nav.open.dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
}
.navbar-default.navbar-link {
  color: #777;
}
.navbar-default.navbar-link:hover {
  color: #333;
}
.navbar-default.btn-link {
  color: #777;
}
.navbar-default.btn-link:focus,
.navbar-default.btn-link:hover {
  color: #333;
}
.navbar-default.btn-link[disabled]:focus,
.navbar-default.btn-link[disabled]:hover {
  color: #ccc;
}
.navbar-inverse.navbar-brand:focus,
.navbar-inverse.navbar-brand:hover {
  color: #fff;
  background-color: #fff0;
}
.navbar-inverse.navbar-text {
  color: #9d9d9d;
}
.navbar-inverse.navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse.navbar-nav > li > a:focus,
.navbar-inverse.navbar-nav > li > a:hover {
  color: #fff;
  background-color: #fff0;
}
.navbar-inverse.navbar-nav > .active > a,
.navbar-inverse.navbar-nav > .active > a:focus,
.navbar-inverse.navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse.navbar-toggle {
  border-color: #333;
}
.navbar-inverse.navbar-toggle:focus,
.navbar-inverse.navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse.navbar-toggle.icon-bar {
  background-color: #fff;
}
.navbar-inverse.navbar-collapse,
.navbar-inverse.navbar-form {
  border-color: #101010;
}
.navbar-inverse.navbar-nav > .open > a,
.navbar-inverse.navbar-nav > .open > a:focus,
.navbar-inverse.navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse.navbar-nav.open.dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse.navbar-nav.open.dropdown-menu.divider {
    background-color: #080808;
  }
  .navbar-inverse.navbar-nav.open.dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse.navbar-nav.open.dropdown-menu > li > a:focus,
  .navbar-inverse.navbar-nav.open.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #fff0;
  }
  .navbar-inverse.navbar-nav.open.dropdown-menu > .active > a,
  .navbar-inverse.navbar-nav.open.dropdown-menu > .active > a:focus,
  .navbar-inverse.navbar-nav.open.dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
}
.navbar-inverse.navbar-link {
  color: #9d9d9d;
}
.navbar-inverse.navbar-link:hover {
  color: #fff;
}
.navbar-inverse.btn-link {
  color: #9d9d9d;
}
.navbar-inverse.btn-link:focus,
.navbar-inverse.btn-link:hover {
  color: #fff;
}
.navbar-inverse.btn-link[disabled]:focus,
.navbar-inverse.btn-link[disabled]:hover {
  color: #444;
}
.label {
  display: inline;
  padding: 0.2em.6em.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn.label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #fff0;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert.alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success.alert-link {
  color: #2b542c;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item.list-group-item-heading,
button.list-group-item.list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active.list-group-item-heading,
.list-group-item.active.list-group-item-heading > .small,
.list-group-item.active.list-group-item-heading > small,
.list-group-item.active:focus.list-group-item-heading,
.list-group-item.active:focus.list-group-item-heading > .small,
.list-group-item.active:focus.list-group-item-heading > small,
.list-group-item.active:hover.list-group-item-heading,
.list-group-item.active:hover.list-group-item-heading > .small,
.list-group-item.active:hover.list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active.list-group-item-text,
.list-group-item.active:focus.list-group-item-text,
.list-group-item.active:hover.list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success.list-group-item-heading,
button.list-group-item-success.list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive.embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #232321;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #232321;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade.modal-dialog {
  -webkit-transition: -webkit-transform.3s ease-out;
  -o-transition: -o-transform.3s ease-out;
  transition: transform.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in.modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgb(0 0 0/0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0/0.5);
  box-shadow: 0 3px 9px rgb(0 0 0/0.5);
}
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header.close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
footer.footer-section ul.social-icons li a {
  padding: 3px 4px 2px;
  width: 30px;
  height: 29px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer.btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer.btn-group.btn + .btn {
  margin-left: -1px;
}
.modal-footer.btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0/0.5);
    box-shadow: 0 5px 15px rgb(0 0 0/0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #232321;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: #fff0;
  border-style: solid;
}
.tooltip.top.tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #232321;
}
.tooltip.top-left.tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #232321;
}
.tooltip.top-right.tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #232321;
}
.tooltip.right.tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #232321;
}
.tooltip.left.tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #232321;
}
.tooltip.bottom.tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #232321;
}
.tooltip.bottom-left.tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #232321;
}
.tooltip.bottom-right.tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #232321;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgb(0 0 0/0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0/0.2);
  box-shadow: 0 5px 10px rgb(0 0 0/0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: #fff0;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgb(0 0 0/0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgb(0 0 0/0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgb(0 0 0/0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgb(0 0 0/0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and(transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform.6s ease-in-out;
    -o-transition: -o-transform.6s ease-in-out;
    transition: transform.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0/0.6);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgb(0 0 0/0.5) 0,
    rgb(0 0 0/0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgb(0 0 0/0.5) 0,
    rgb(0 0 0/0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(0 0 0/0.5)),
    to(rgb(0 0 0/0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgb(0 0 0/0.5) 0,
    rgb(0 0 0/0.0001) 100%
  );
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgb(0 0 0/0.0001) 0,
    rgb(0 0 0/0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgb(0 0 0/0.0001) 0,
    rgb(0 0 0/0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(0 0 0/0.0001)),
    to(rgb(0 0 0/0.5))
  );
  background-image: linear-gradient(
    to right,
    rgb(0 0 0/0.0001) 0,
    rgb(0 0 0/0.5) 100%
  );
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control.icon-next,
.carousel-control.icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control.icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control.icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control.icon-next,
.carousel-control.icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control.icon-prev:before {
  content: "\2039";
}
.carousel-control.icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 1;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li.active {
  background: #000;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators.active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0/0.6);
}
.carousel-caption.btn {
  text-shadow: none;
}
@media screen and(min-width:768px) {
  .carousel-control.icon-next,
  .carousel-control.icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control.icon-prev {
    margin-left: -15px;
  }
  .carousel-control.icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.clearfix:after,
.container:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.text-hide {
  font: 0/0 a;
  color: #fff0;
  text-shadow: none;
  background-color: #fff0;
  border: 0;
}
.hidden {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and(max-width:991px) {
  .visible-sm {
    display: block !important;
  }
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and(max-width:991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and(max-width:991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and(max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and(max-width:1199px) {
  .visible-md {
    display: block !important;
  }
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and(max-width:1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and(max-width:1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and(max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and(max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and(max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.ui-datepicker {
  z-index: 999 !important;
}
#full-slider,
.upload-btn-wrapper.register-company {
  overflow: hidden;
  position: relative;
}
.errors,
.handbook_top_content li,
section.how-chbo-works {
  background-repeat: no-repeat;
}
#send_link,
.phone_wrapper_housing #phone {
  font-size: 12px !important;
}
#main_error,
.errors {
  background-color: #ffbaba;
  background-position: 10px center;
  color: #d8000c;
}
#myCarousel img,
.success-stories-col img {
  object-fit: cover;
  object-fit: cover;
}
div#register-form-main #verified_number {
  position: absolute;
  top: 6px;
  float: right;
  left: 75%;
  height: 20px;
  width: 25px;
  background: url(/public/assets/front_end/images/generic/tick.png) no-repeat !important;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.errors {
  border: 1px solid;
  margin: 10px 0;
  padding: 5px;
  clear: both;
}
#video-section,
.caption-cont,
.map-img-main,
.map-popup,
.register_user_form,
.search-input-group.date,
.sidegetintouch_inner,
ul.dropdown-menu.contact-dropdown {
  position: relative;
}
.email-btn {
  background-color: #ff5a60 !important;
}
.fa-envelope-o:before {
  content: "\f003";
  font-size: 20px;
}
i.fa.fa-envelope-o {
  background-color: #f73d44 !important;
  font-size: 20px;
}
.intl-tel-input.country-list {
  width: 260px;
  float: unset;
}
@media screen and(device-aspect-ratio:9/16) {
  input.form-control.locations.country.searchBar_country {
    font-size: 16px !important;
  }
}
.search-top-margin,
.search-top-margin_default {
  margin-top: 8.7em;
}
.prop_carousel.row,
p#response_text {
  margin: 0;
}
div#response_forgot {
  color: green;
  font-size: 14px;
}
.register-company.btn {
  color: #fff;
  font-size: 14px;
}
form#form_validate {
  display: inline-flex;
  padding: 15px 0 0;
}
form#form_validate span {
  font-size: 15px;
  padding-right: 5px;
  padding-top: 5px;
  font-family: sans-serif;
}
input#code {
  max-width: 100px;
  height: 32px;
  padding: 0 3px;
}
#send_link {
  text-decoration: none;
  color: red !important;
}
.register_popup.notifications {
  font-size: 12px;
  padding: 5px;
}
div#register-form-main a {
  color: #2196f3;
  font-size: 14px;
}
div#register-form-main a#number_verify_linik {
  font-size: 12px;
}
p#p_resend_validation {
  font-size: 14px !important;
  margin-top: 0 !important;
}
input#validate_code,
input.verify_code.validatebtn {
  background-color: #28aae4 !important;
  color: #fff;
  border: 1px solid #28aae4;
  padding: 6px 0;
  height: 28px !important;
  width: 30%;
  font-size: 12px;
  margin-left: -1px;
}
form#forgot-email-form input.verify_code.validatebtn {
  width: 85px !important;
  border: 1px solid #28aae4 !important;
}
input.validatebox.user_verification_code {
  height: 28px !important;
  padding: 0 5px !important;
  font-size: 12px;
  border: 1px solid #ccc;
}
.send_verification:hover {
  text-decoration: none;
  color: #305792;
}
img.img-responsive.search-top-margin {
  height: 300px;
  width: 100%;
}
#slide-content,
.cont-form-open {
  overflow-x: hidden;
}
#short_nearby ul li,
.consulting_right.full_story,
.h1-heading,
.month_rent,
.short_term_housing_box a,
.top-heading {
  font-family: Metropolis-Regular;
}
.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all.clear_this_date {
  left: 0;
  margin: 0.5em auto.4em;
  right: 0;
  text-align: center;
  width: 100%;
  max-width: 80px;
  color: #999;
  border: 1px solid #999;
  font-weight: 400;
}
.lg,
.main-content p,
.welcome-main-content p,
textarea {
  text-align: justify;
}
.btm-content-main.col-md-6,
.no-padding,
.top-banner-img {
  padding: 0 !important;
}
.h1-heading,
.top-heading {
  color: #305792;
  text-align: center;
  text-transform: uppercase;
}
#map_sec h2 span,
#map_sec h2 span a,
.consulting_right span a,
.heading.inner-content-main a,
.login_page_form.pop-link,
.pop-link.cboxElement,
.pps_email_section h3,
.property_section_cont a,
.tabs-section3 h2,
a {
  color: #305792;
}
#mobloc,
#mySidenav.user_loggedin.users_pic,
.close-cntbtn,
.home_mobile_nav.desktop_logout_btn,
.mobile-slider-buutons,
.tabir1 {
  display: none;
}
.arrival-div.input-group-addon,
.input-group-addon,
.login_btn_click {
  cursor: pointer;
}
#advanced-search-div.form-control:focus {
  box-shadow: none;
}
#advanced-search-div.form-control {
  height: 42px;
}
.no-padding {
  margin: 0 !important;
}
.fair_policy_sec h2,
.h1-heading,
.listing_upper h1,
.what-is-main-content.inner-content-main h1 {
  font-size: 24px;
}
.top-heading {
  font-size: 1.8em;
}
#full-slider {
  margin-top: 0 !important;
  min-height: 430px;
  width: 100%;
  z-index: 1;
}
#full-slider > img {
  width: 100%;
  height: 600px;
}
.handbook_btm_btn > a:hover {
  text-decoration: underline;
  color: #fff;
}
#recaptcha4 .rc-anchor-normal.rc-anchor-pt {
  margin: 2px 13px 0 0;
  padding-right: 32px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 276px;
}
.open_mobile_nav {
  border: 1px solid #232321;
  cursor: pointer;
  float: right;
  font-size: 25px;
  margin-right: 15px;
  margin-top: 0.85em;
  padding: 8px 5px;
}
.cont-form-open {
  height: 500px;
  overflow-y: auto;
}
.handbook_title {
  color: #fff;
  font-size: 1.85em;
  font-weight: 700;
  margin-bottom: 0;
}
.handbook_inner_main {
  background-color: #039580;
  padding: 1em 0;
}
.handbook_btm_btn > a,
.handbook_top_content > a {
  background-color: #305792;
  display: block;
}
.handbook_top_content li {
  background-position: 0 center;
  color: #fff;
  list-style: none;
  margin-left: -2.2em;
  padding: 10px 0 10px 35px;
}
.handbook_top_content > ul {
  clear: both;
  padding: 0;
}
.handbook_top_content {
  float: left;
  margin-top: 0.85em;
}
.handbook_top_content > a {
  box-shadow: 0 0 2px #232321;
  color: #fff !important;
  max-width: 300px;
  padding: 10px 0;
  text-align: center;
}
.handbook_top_content > span {
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 13px 0;
  text-align: center;
  width: 65%;
}
.container.handbook_inner,
.handbook_bottom_content {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.handbook_banner > img {
  display: block;
  margin: auto;
}
.small_txt {
  color: #fff;
  display: block;
  font-size: 0.78em;
  margin-top: 10px;
  text-align: center;
}
.handbook_btm_title {
  font-weight: 700;
  margin: 11px 0;
}
.handbook_btm_cont {
  font-size: 1em;
  line-height: 1.5;
}
.handbook_btm_btn > span {
  display: block;
  font-size: 1.25em;
  margin-top: 1.5em;
}
.handbook_btm_btn > a {
  color: #fff;
  margin-top: 0.85em;
  padding: 9px 0;
  text-align: center;
  width: 180px;
}
.handbook_bottom_content.container,
.tab-top-section {
  padding: 2em 0;
}
.ardi_upper p,
.handbook_top_content.btm_btn_txt span a,
.pps_main_wrapper h3,
.property_section_cont > span,
h4 {
  color: #232321;
}
.navbar.glyphicon.glyphicon-menu-down {
  margin-left: 5px;
}
.navbar-inverse.navbar-nav > .open > a,
.navbar-inverse.navbar-nav > .open > a:focus,
.navbar-inverse.navbar-nav > .open > a:hover {
  background-color: #fff0;
  color: #fff;
  text-decoration: underline;
}
#advanced-search-container {
  position: absolute;
  top: 85px;
  width: 100%;
}
#advanced-search-div {
  width: 60%;
  margin: 0 auto;
  display: block;
}
#advanced-search-div h1,
#advanced-search-div span#adv-text {
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 2px 3px #232321;
}
#advanced-search-div h1 {
  font-size: 42px;
}
#advanced-search-div span#adv-text {
  display: none !important;
  font-size: 30px;
  margin-bottom: 35px;
  width: 100%;
}
#advanced-search-div.row {
  background: #f5f4f3;
  padding: 20px 0 !important;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.arrival,
.dropdown.btn,
.locations {
  width: 100%;
  text-transform: capitalize;
  text-align: left;
  font-weight: 400;
}
.arrival,
.locations {
  color: #232321;
  font-size: 14px;
  border: 0;
}
.location-div i.fa.fa-map-marker {
  float: left;
  position: absolute;
  right: 12px;
  top: 14px;
  font-size: 16px;
}
#full-slider.arrival-div.arrival::-webkit-input-placeholder,
#full-slider.locations::-webkit-input-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
#full-slider.arrival-div.arrival:-moz-placeholder,
#full-slider.locations:-moz-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
#full-slider.arrival-div.arrival:-webkit-input-placeholder,
#full-slider.locations:-webkit-input-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
#full-slider.arrival-div.arrival::-moz-placeholder,
#full-slider.locations::-moz-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
#full-slider.arrival-div.arrival::-webkit-input-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
#full-slider.arrival-div.arrival:-moz-placeholder {
  color: #5b5b5b;
  opacity: 1;
}
#full-slider.locations:-webkit-input-placeholder {
  color: #5b5b5b;
}
#full-slider.locations::-moz-placeholder {
  color: #5b5b5b;
}
.dropdown.btn {
  background-color: #e8e8e7;
  text-transform: capitalize;
  border-radius: 0;
  border: 1px solid #9d9f9b;
  color: #636362;
  font-size: 14px;
}
.ardi_upper h1,
.best-value,
.fair_policy_sec h2,
.form-heading.btn-default,
.form-heading h2,
.heading h1,
.housing_reg_form_title,
.listing_upper h1,
.location-form.btn-default,
.main-content.btn-default,
.pps_content_col h1,
.search-button.btn,
.top-container.btn-default,
.welcome-bottom h2,
.welcome-signup {
  text-transform: uppercase;
}
.search-button.btn {
  width: 85%;
  background-color: #305792;
  border: 1px solid #9d9f9b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 2.3em;
  padding: 0;
  height: 44px;
  border-radius: 50px;
}
.search-button.btn.fa {
  position: relative;
  right: 10px;
  font-size: 15px;
}
#advanced-search-div.btn-primary.active.focus,
#advanced-search-div.btn-primary.active:focus,
#advanced-search-div.btn-primary.active:hover,
#advanced-search-div.btn-primary.focus:active,
#advanced-search-div.btn-primary:active:focus,
#advanced-search-div.btn-primary:active:hover,
#advanced-search-div.open
  > #advanced-search-div.dropdown-toggle.btn-primary.focus,
#advanced-search-div.open > .dropdown-toggle.btn-primary:focus,
#advanced-search-div.open > .dropdown-toggle.btn-primary:hover {
  background-color: #e8e8e7;
  border-color: #9d9f9b;
  color: #636362;
}
#advanced-search-div.btn.active.focus,
#advanced-search-div.btn.active:focus,
#advanced-search-div.btn.focus,
#advanced-search-div.btn.focus:active,
#advanced-search-div.btn:active:focus,
.btn:focus {
  outline: 0;
}
#advanced-search-div.glyphicon.glyphicon-menu-down {
  font-size: 12px !important;
  position: absolute;
  right: 8px;
  top: 12px;
  color: #912842;
}
#how-it-works,
.billing_left_col,
.contact_popup {
  float: left;
  width: 100%;
}
.htwbox {
  float: left;
  padding: 15px 0;
  background: #fff;
}
.carousel-indicators.active,
.icon-bg {
  background-color: #232321;
}
#how-it-works h1,
#how-it-works h2,
#how-it-works h3,
.list-form p {
  font-size: 45px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 10px;
  margin-top: 10px;
  clear: both;
  font-weight: 600;
  color: #232321;
  text-transform: capitalize;
}
#how-it-works .get-to-know h3 {
  padding-top: 0;
  margin-top: 0;
}
#how-it-works section.how-chbo-works h3 {
  font-size: 22px;
  text-align: left;
  padding: 10px 0;
}
section.discover-chbo {
  padding: 100px 0;
}
.get-to-know {
  padding: 20px 0;
}
#how-it-works.discover-chbo h3 {
  text-align: left;
}
p.para {
  color: #757171;
  font-size: 14px;
  margin-bottom: 0;
}
.icon-bg {
  width: 55px;
  height: 55px;
  display: inline-block;
  border-radius: 8px;
  padding: 15px;
}
span.icon-bg.icon-bg-complete {
  padding: 13px;
  background-color: #fff;
}
.icon-bg img {
  width: 30px;
}
span.icon-bg.icon-bg-certified {
  padding: 12px 16px;
}
span.icon-bg.icon-bg-certified img {
  width: 22px;
}
.advertise-chbo-box {
  margin-top: 30px;
}
.advertise-chbo-box.advertise-chbo-box-dark {
  background-color: #232321;
  border-radius: 20px;
  padding: 25px;
}
.advertise-chbo-box.advertise-chbo-box-dark a,
.advertise-chbo-box.advertise-chbo-box-dark h4,
.advertise-chbo-box.advertise-chbo-box-dark p.para,
.btn-contactmob:hover,
.interested-in-listing.footer-form-input label,
.member-login.user_loggedin span ul li a,
.sidegetintouch_inner.option1 span,
.sidegetintouch_inner.option2 span,
.test_next_btn:hover,
.test_prev_btn:hover,
.welcome-bottom h2,
.welcome-signup {
  color: #fff;
}
.advertise-chbo-box.advertise-chbo-box-dark.icon-bg {
  background-color: #fff;
}
.advertise-chbo-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.how-chbo-works h3 {
  font-size: 22px;
  font-weight: 600;
}
.advertise-chbo-box a,
.get-to-know a {
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid;
  padding: 10px 0 8px;
  display: inline-block;
}
.advertise-chbo-box a img {
  width: 200px;
}
.list-form p {
  margin: 0;
}
.get-to-know p.para {
  padding-top: 10px;
}
.discover-chbo-img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}
section.how-chbo-works {
  background-color: #e0d9d930;
  padding: 50px 20px;
  border-radius: 20px;
  margin: 0 50px;
  background-image: url(/public/assets/front_end/images/home_page/dotted-line.png);
  background-position: 20%42%;
  background-size: contain;
}
.how-chbo-work-content {
  padding: 20px;
}
.how-chbo-work-content-pt {
  padding-top: 100px;
}
.how-chbo-work-content img {
  width: 50px;
  padding-bottom: 30px;
}
.errorjs,
.input-container-div.label > span,
.tab-top-section.h2 {
  color: red;
}
#two-big-boxes.col-sm-6,
.mid-textarea-col textarea {
  float: left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  margin: auto;
}
.caro {
  font-size: 35px;
  font-weight: lighter;
  position: absolute;
  top: 43%;
}
.caro.right {
  right: -4%;
  width: auto;
}
.caro.left {
  left: -4%;
  width: auto;
}
.caro.left,
.caro.right {
  cursor: pointer;
  background-image: none;
  font-size: 50px;
  color: #c4c4c4;
}
#myCarousel img {
  width: 100% !important;
  height: 230px;
  background-color: #efefef;
  border-radius: 15px;
}
#myCarousel.big-img img {
  height: 394px !important;
  width: 100% !important;
}
#myCarousel {
  position: relative;
  min-height: 420px;
}
#myCarousel.item.row {
  margin-right: 0;
  margin-left: 0;
}
.featured-box {
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 6px;
  position: relative;
}
span.feature-date {
  position: absolute;
  background-color: #00000047;
  color: #fff;
  padding: 1px 10px;
  font-size: 12px;
  right: 6px;
  top: 6px;
  border-radius: 0 15px 0 15px;
}
span.feature-date.feature-date-available-now {
  background-color: #337ab7d1;
}
.featured-box a {
  color: #232321;
}
.permonth {
  font-size: 18px;
  padding: 5px 0;
}
.permonth span {
  font-size: 14px;
  color: #757171;
}
.featured-title {
  font-size: 13px;
  padding-bottom: 5px;
}
.featured-content {
  padding: 3px;
  position: relative;
}
.featured-items span:first-child,
.location-div {
  padding-left: 0;
}
.featured-items span {
  padding: 0 6px;
  font-size: 12px;
  color: #757171;
}
#client-mentioned img:last-child,
.featured-items span:last-child {
  border-right: 0;
}
.featured-arrow {
  position: absolute;
  top: 8%;
  right: 5px;
}
#myCarousel.featured-arrow img {
  width: 29px !important;
  height: auto;
  background-color: unset;
}
.four-small-col1,
.four-small-col2,
.top-search-field {
  padding-left: 0;
  padding-right: 0;
}
.big-img {
  padding-bottom: 1.4em;
  padding-right: 7px;
}
.arrival-div-pad,
.interested-in-listing-img,
.location-div {
  padding-right: 0;
}
.big-img h3 {
  font-size: 22px !important;
}
#myCarousel.glyphicon-menu-left,
#myCarousel.glyphicon-menu-right {
  color: #c4c4c4;
}
#client-mentioned img {
  height: 60px;
  border-right: 1px solid #64646426;
  padding: 0 10px;
}
div#client-mentioned {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.location-div {
  width: 34%;
}
.location-div #deskloc {
  background: #fff;
  margin: 0 0 0 8%;
  border: 1px solid #908f8f;
  border-radius: 5px;
}
.arrival-div {
  width: 22%;
}
.search_icon {
  border: 0;
  cursor: pointer;
}
.carousel-indicators {
  bottom: -45px;
}
.carousel-indicators li {
  border: 1px solid #232321;
}
.two-big-outer {
  width: 100%;
  background: #232321;
  padding: 30px 0;
}
.clear {
  clear: both;
}
.htwbox.read-more {
  color: #305792;
  border: 1px solid #305792;
  margin: 28px auto 21px;
}
.htwbox.read-more:hover {
  background-color: #305792;
  color: #fff;
  text-decoration: none;
  transition: 0.6s;
}
.member-login.user_loggedin span ul li a:hover,
.prop_view:hover,
.registration-inner-content.login_btn_click:hover {
  text-decoration: underline;
}
.advertise-box {
  font-size: 14px;
  font-weight: 600;
  padding-top: 20px !important;
}
.advertise-cerified {
  font-size: 10px;
  position: absolute;
  top: 36px;
  left: 17px;
}
#two-big-boxes.htw-circle4 {
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  background-color: #305792;
  border-radius: 40px;
  height: 80px;
  width: 80px;
  padding: 15px;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -41px;
}
.chbo_complete {
  width: 55px;
  margin-left: -8px;
  margin-top: 12px;
}
#featured-scroller {
  padding-bottom: 40px;
}
a.recreate-featured-img {
  background-color: #e1a900;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  float: right;
  border-radius: 6px;
}
.mentioned {
  padding: 50px 0;
}
.black-menu {
  background: #666;
  border-radius: 0;
  margin-bottom: 0;
}
#search_container_1,
.are_you_cont,
.billing_left_col > ul,
.key_in,
.left_img_car,
.prop_carousel.row.col-sm-12,
.tabs-text,
.tabs-text2 {
  padding: 0;
}
select::-ms-expand {
  display: none;
}
.view_list_btn_search {
  float: right;
  margin-right: 9px;
}
.view_list_btn_search > a {
  background-color: #305792;
  color: #fff;
  padding: 11px 22px;
}
.prop_carousel.right.caro {
  right: 0;
}
.monthly_rate {
  padding: 0;
  margin-top: 0.5em;
}
.clear_key {
  padding: 8px 0;
  background: #2d2d30;
  color: #fff !important;
  text-align: center;
  float: left;
  font-size: 0.93em;
  min-width: 100%;
}
#short_nearby,
#short_term_section,
.ad_banner {
  background: #fff;
}
#search_popup_bg,
.mobile_show {
  display: none;
}
.key_in span {
  padding: 9px 0 0;
  float: left;
}
.key_in input {
  width: 100%;
  color: #232321;
  height: 31px;
  padding-left: 0.5em;
}
#short_term_housing_types h2:before,
.google_map_cont,
.google_map_cont img,
.prop_carousel.row.col-sm-12 img,
.top-banner-img.img-responsive {
  width: 100%;
}
.property_section_cont {
  width: 100%;
  float: left;
  padding-top: 15px;
}
.ad_banner {
  padding: 5px;
  border: 1px solid #c7c7c5;
  margin: 10px 0;
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-box-shadow: 2px 1px 2px 1px #ccc;
  -moz-box-shadow: 2px 1px 2px 1px #ccc;
  box-shadow: 2px 1px 2px 1px #ccc;
}
.ad_banner:hover,
.hover_background {
  background: #e0e0e0;
}
.is_new_property {
  left: -6px;
  position: absolute;
  top: -7px;
}
.search-page-content.prop_carousel.row.col-sm-12 img {
  display: block;
  height: 230px;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.prop_carousel.caro {
  font-size: 26px;
  color: #fff;
}
.left_img_car.prop_carousel.caro {
  color: #fff;
  font-size: 26px;
  height: 100%;
  text-shadow: 1px 1px 2px #232321;
  top: 0;
  width: 15%;
}
.prop_carousel.caro.left {
  left: 0;
}
.ad_banner.col-sm-8 {
  padding-right: 5px;
}
.month_rent {
  float: right;
  font-size: 1.12em;
  font-weight: 600;
}
.month_rent > span {
  display: block;
  text-align: right;
}
.prop_review,
.prop_review a,
.prop_view {
  display: inline-block;
}
.prop_review a {
  color: #fff;
  background: #40a5ff;
  padding: 7px 15px;
  position: relative;
}
.prop_review a::after,
.prop_review a::before {
  border-style: solid;
  content: "";
  display: block;
  width: 0;
}
.prop_review a::before {
  border-color: #fff0 #40a5ff;
  border-width: 0 0 19px 19px;
  bottom: -16px;
  position: absolute;
  right: 24px;
}
.prop_review a::after {
  border-color: #fff0 #fff;
  border-width: 0 0 18px 8px;
  bottom: -18px;
  position: absolute;
  right: 35px;
}
a.prop_review_hover::after {
  border-color: #fff0 #ccc !important;
}
.prop_view {
  background: #305792;
  font-size: 1em;
  padding: 10px 37px;
  color: #fff !important;
  margin-left: 30px;
}
.prop_view:hover {
  color: #fff;
}
.prop_review {
  margin-top: 10px;
}
.user_loggedin {
  background: #1c1d1e;
}
.google_map_cont {
  display: block;
}
#myNavbar.user_loggedin {
  background: 0;
  border: 0;
}
.member-login.user_loggedin span ul li {
  border-top: 1px solid #fff;
  display: block;
  padding: 10px 0 10px 1em;
  text-align: left;
  width: 100%;
}
#short_nearby h2,
#short_term_section h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #8f0533;
  font-size: 32px;
}
#short_nearby h2 span.black_span,
#short_term_section h2 span.black_span {
  color: #2f2f32;
}
#short_nearby h2:before,
#short_term_section h2:before {
  border-top: 1px solid #c0c0c1;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  z-index: -1;
}
#short_nearby p,
#short_term_section p {
  text-align: center;
  color: #6c6c6d;
  font-size: 15px;
  padding: 0 26px;
}
#short_term_map {
  width: 100%;
  padding: 20px 0;
}
#ad_banner_click > img,
#short_term_map img,
.fair_policy_sec.col-sm-4 img,
.right_img_control img {
  max-width: 100%;
}
#short_term_housing_types {
  max-width: 892px;
  margin: 0 auto;
}
.short_term_housing_box {
  width: 48%;
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  padding: 20px;
  margin: 30px 0;
}
.short_term_housing_box a {
  display: block;
  text-decoration: none;
  color: #8a0225;
  font-size: 24px;
  margin: 10px 0;
}
.short_left {
  float: left;
  padding-left: 16px;
}
.short_right {
  float: right;
  padding: 3px 16px 3px 3px;
}
.short_left img,
.short_right img {
  width: auto;
  height: auto;
  padding-right: 8px;
}
#short_nearby ul li {
  list-style: none;
  width: 186px;
  display: inline-block;
  color: #666;
  font-size: 16px;
  padding: 15px 2px;
}
#short_nearby ul {
  padding: 0;
  margin: 22px 0;
}
#short_nearby ul li i {
  padding-right: 5px;
  font-size: 18px;
}
#sidegetintouch {
  position: fixed;
  top: 130px;
  left: -370px;
  background: #fff;
  padding: 0 19px;
  z-index: 999;
  width: 370px;
}
#sidegetintouch input.error,
#sidegetintouch select.error,
#sidegetintouch textarea.error {
  border: 1px solid red;
}
.sidegetintouch_inner input,
.sidegetintouch_inner select,
.sidegetintouch_inner textarea {
  background: #eaeaea;
  border: 0;
  border-radius: 0;
  color: #555;
  height: 25px;
  margin: 2px 0 3px;
  padding: 0 12px;
  width: 96%;
}
.evaluation_cont select,
.sidegetintouch_inner select {
  background-image: url(/public/assets/front_end/images/generic/cntct_select.png);
}
.sidegetintouch_inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  float: left;
  width: 96.5%;
}
.sidegetintouch_inner select:after {
  top: 50%;
  left: 90%;
  border: 5px solid #fff0;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #a4a4a4 #fff0 #fff0;
  margin-top: -2px;
  z-index: 100;
}
.sidegetintouch_inner #contactsidelink {
  cursor: pointer;
  max-width: 35px;
  position: absolute;
  right: -50px;
  width: 100%;
}
#mySidenav.additional-login > li:last-child {
  border-left: 0;
}
.navbar-right.dropdown-menu {
  background-color: rgb(0 0 0/0.8);
  height: 23.5em;
  overflow-y: auto;
  right: 0;
  z-index: 9999;
}
#message_success_message,
.location-form {
  overflow: hidden;
}
.navbar-right.dropdown-menu li a {
  color: #fff !important;
  padding: 4.5px 20px;
}
.navbar-right.dropdown-menu li a:hover {
  background-color: transparent !important;
  text-decoration: underline;
}
.navbar-right.dropdown-menu li a:focus,
.navbar-right.dropdown-menu li a:hover {
  background-color: #545454;
}
.nav-tabs,
.navbar-right.dropdown-menu li {
  border-bottom: 0;
}
.user_loggedin.dropdown-menu {
  padding: 0;
  left: 5px;
  width: 209px;
  border-radius: 3px;
  border: 1px solid #fff;
}
.member-login.dropdown-menu a {
  background-color: transparent !important;
  padding: 0;
}
.member-login.user_loggedin span ul li:first-child {
  border-top: 0;
}
.profile_property {
  border: 1px solid #b2b1b1;
  padding: 10px;
}
.consulting_left {
  width: 200px;
  text-align: center;
  float: left;
}
.consulting_right {
  width: 72%;
  float: left;
  padding-left: 10px;
}
.consulting_right p {
  color: #4b5155;
  font-size: 14px;
  text-align: justify;
}
.consulting_right.full_story {
  color: #fff;
  background: #305792;
  font-size: 15px;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 40px;
}
.consulting_right span {
  color: #6b6b6b;
}
.view-more-btn {
  color: #305792;
  float: right;
}
.mid-textarea-col.error {
  display: block;
  margin-left: 1.52em;
  padding-top: 0.5em;
  text-align: center;
}
.emailchbosecform,
.pps_email_form {
  float: left;
  width: 86%;
}
.emailchbosecform span,
.pps_email_form span {
  color: red;
  font-size: 20px;
  vertical-align: top;
}
.emailchbosecform.phone_plugin {
  height: 35px !important;
}
.contact_popup.phone_plugin {
  background-color: #eaeaea;
  height: 28px !important;
  padding: 0 0 0 3% !important;
  color: #555;
}
.contact_popup span {
  color: red;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
}
#contact_a_loader {
  margin: 6px 0 8px;
  position: inherit !important;
}
.contact_popup span.country-code-input {
  padding: 6px 4px 5px 47px !important;
  background-color: #eaeaea !important;
}
.contact_popup textarea {
  float: left;
  height: 60px;
  padding-top: 5px;
  width: 84% !important;
}
.contact_popup.char-count {
  margin-top: 10px;
  background-color: #eaeaea !important;
  height: auto;
}
.char-count-new {
  background: #fff;
  border: 1px solid #c3c6cb;
  border-radius: 0 4px 4px 0;
  padding: 5px 4px;
  text-align: center;
  color: #232321 !important;
  font-size: 14px !important;
}
.option1 a,
.option2 a {
  font-weight: 700;
  color: #305792 !important;
}
.sidegetintouch_inner.option1 a,
.sidegetintouch_inner.option2 a {
  color: #fff !important;
  font-weight: 700;
}
.emailchbosecform.country-code-input {
  font-size: 14px !important;
  padding: 7px 4px 7px 47px !important;
}
.emailchbosecform textarea {
  width: 78% !important;
  text-align: justify;
}
.click-to-chat {
  color: #fff !important;
  display: inline-block;
  margin-top: 0.8em;
  padding: 0.5em 1.2em;
  background-color: #305792;
}
.user-login {
  background-color: #305792;
  border: 0;
  color: #fff;
  display: block;
  margin: 14px auto;
  max-width: 32%;
  padding: 0.5em 0;
  float: none;
  border-radius: 0;
}
.login_page_form,
.registration-inner-content {
  background-color: #efefef;
  box-shadow: 0 0 2px #ccc;
}
#register {
  padding: 0 20px;
}
.login_page_form {
  border: 1px solid #ccc;
  margin: 3em auto;
  padding: 15px 2%;
  float: none;
}
.login_page_form label {
  font-weight: 400;
}
.login_page_field.form-control {
  border-radius: 0;
  float: left;
  width: 97%;
}
.add-test-title,
.add-txt-title,
.login-page-btm-txt,
.wrapper.dashboard {
  text-align: center;
}
.registration-inner-content.login_btn_click {
  cursor: pointer;
  color: #305792;
  font-weight: 700;
}
.social_media {
  float: left !important;
  font-size: 21px !important;
  width: 72% !important;
}
.login_page_form.registration-signup {
  background-color: #305792;
  border: 0;
  color: #fff;
  display: block;
  margin: 1em auto;
  padding: 0.5em 1.5em;
}
.login_page_form_inner_title {
  color: #305792;
  display: block;
  font-size: 24px;
  text-align: center;
}
.login_page_field {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}
.reg-page-title {
  font-size: 14px;
  margin: 0;
  padding: 0.5em 0;
  text-align: left;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.registration-inner-content {
  border: 1px solid #ccc;
  margin: 2em auto;
  width: 60%;
}
.registration-inner-content.reg-input-cont {
  margin-bottom: 1.5em;
  display: inline;
}
.registration-inner-content.reg-input-cont label {
  color: #343434;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 7px;
  padding: 0;
}
.registration-inner-content.registration-signup {
  background-color: #305792;
  border: 0;
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 15%;
  padding: 0.5em 0;
  float: none;
}
.registration-inner-content.check-box.register-check {
  margin: 1.2em auto;
  text-align: center;
  width: 100%;
  font-weight: 400;
  min-width: 0 !important;
}
.registration-inner-content input {
  width: 98.5%;
  border-radius: 0;
  float: left;
}
.reg-input-cont.country-code-input {
  color: #555 !important;
  padding: 9px 4px 8px 47px !important;
}
.reg-input-cont.phone_plugin {
  height: 34px !important;
}
.message_popup {
  background: #f2f2f2;
  margin: 50px auto;
  padding: 9px 9px 0 !important;
}
#message.registerclosebtn {
  border: 1px solid #b0b0b0 !important;
  right: 14px;
  top: 4px;
}
.message_popup.registerclosebtn {
  border: 1px solid #305792;
  border-radius: 5px;
  color: #305792;
  cursor: pointer;
  display: block;
  float: right;
  margin: 0;
  padding: 2px 6px;
}
.reset_pass_form {
  background: #e9e9e9;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px #ccc;
  float: none;
  margin: 3em auto;
  padding: 15px 30px;
}
.reset_pass_form_inner,
.reset_submit_btn {
  float: none;
  margin: 0 auto;
}
.add-txt-title,
.reset_pass_form_inner h1 {
  color: #232321;
  font-size: 24px;
}
.input-container-div.label {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.reset_submit_btn {
  max-width: 100%;
  display: inline-block;
  text-align: center;
}
.reset_submit_btn.registration-signup {
  background-color: #305792;
  border: 0;
  color: #fff;
  float: none !important;
  margin: 0 auto !important;
  padding: 10px 0;
  max-width: 112px;
  width: 100%;
}
.pl_page_no {
  background-color: #242424;
  color: #fff;
  padding: 0.45em.85em.65em;
  cursor: pointer;
}
.pl_page_no:hover {
  background-color: #305792;
}
.pl_next_btn {
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}
.are-you-main-wrap {
  margin-right: 40%;
}
.comment-field {
  width: 85% !important;
}
.are-you-main-wrap label {
  display: inline;
  vertical-align: top;
}
.element_wrapper.emailchbosecform {
  width: 98%;
}
.total_main_col,
.total_txt {
  border-right: 1px solid #dadada;
}
.total_col {
  float: left;
  width: 30%;
}
.total_main_col {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #dadada;
  color: #7f092b;
  font-size: 1.1em;
  width: 100%;
}
.total_txt {
  border-top: 1px solid #dadada;
  float: left;
  padding: 3px 2%3px 0 !important;
  text-align: right;
  width: 85% !important;
  font-weight: 400;
}
#main_error {
  margin: 12px auto;
  max-width: 450px;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
}
:root input#phone {
  padding-top: 12px !important;
  padding-bottom: 9px !important;
  line-height: 0;
}
_:-ms-fullscreen {
  padding-top: 15px !important;
}
.how_it_works {
  background: #f2f2f2;
  display: block;
  float: none;
  margin: 20px auto;
  padding: 10px 20px 50px;
  width: 60%;
}
.how_it_works > h3 {
  display: block;
  margin: 30px auto;
  color: #305792;
  text-align: center;
}
.pop-link.count,
.top-container a {
  color: #305792;
  font-weight: 700;
}
.top-container input[type="text"] {
  background-color: #eee;
  border: 1px solid #e5e5e5;
  color: #232321;
  margin: 0 0 0 8%;
  padding: 0.4em.5em.5em;
  width: 92%;
}
.top-container.btn-default {
  background-color: #305792;
  border: 0;
  border-radius: 0;
  color: #fff !important;
  float: left;
  font-weight: 400;
  margin: 0;
  padding: 0.5em 0;
  text-decoration: none;
  width: 47%;
}
.faqs-content h2 {
  margin: 0 0 1em;
}
.ardi_upper h1,
.evaluation_page,
.testimonials_top_content > p {
  font-family: Arial, sans-serif;
}
.success-hover:hover {
  box-shadow: 1px 5px 8px 2px #ccc;
}
.success-stories-title > a:hover {
  color: #305792;
  text-decoration: none;
  opacity: 0.7;
}
.success-story-banner {
  width: 100%;
  position: relative;
  background: #232321;
}
.success-story-banner img {
  width: 100%;
  min-height: 160px;
  opacity: 0.7;
}
.featured {
  cursor: text;
  color: #305792;
}
.featured span {
  font-weight: 700;
}
.phone_plugin {
  height: 42px !important;
}
@-moz-document url-prefix() {
  .phone_plugin {
    height: 41px !important;
  }
}
#a_loader {
  position: relative;
  top: 15px;
}
.has_certified_logo_span {
  height: 53px;
}
.ann_listing_main_title,
.listing_main_title {
  background-color: #9e9e9e;
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.add-btn-test,
.best-value {
  background-color: #305792;
  color: #fff;
}
.listing_main_title {
  margin: 0 0 1em.35em;
  padding: 12px 0;
}
.ann_listing_main_title {
  margin-bottom: 1em;
  padding: 10px 0;
  width: 99%;
}
.monthly_listing_main {
  float: left;
  width: 25%;
}
.best-value {
  border-radius: 4px 0 0;
  display: none;
  font-size: 0.85em;
  margin-bottom: 7px;
  margin-top: -10px;
  padding: 5px 0 3px;
}
.monthly_listing h5 {
  color: silver;
}
.btm-text-align,
.test-city-name,
.ui-datepicker td a,
.ui-datepicker td span {
  text-align: center !important;
}
.wrapper.dashboard {
  background-color: #e9e9e9;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px #ccc;
  margin: 3em auto;
  float: none;
}
.add-btn-test {
  border: 0;
  margin: 1em 0;
  padding: 0.65em 2em;
}
#form > h2 {
  color: #232321;
  margin-top: 0;
  font-size: 24px;
}
.right_img_control > img {
  display: block;
  margin: 7em auto 0;
  text-align: center;
  max-width: 100%;
}
.right_img_control2 > img {
  display: block;
  margin: 1.2em auto 0;
  max-width: 50%;
}
.fair_policy_sec {
  width: 100%;
  padding: 40px 0;
  background: #fff;
}
.fair_policy_sec h2 {
  color: #305792;
  margin: 0 0 30px;
}
.fair_policy_sec p {
  text-justify: inter-word;
  text-align: justify;
  color: #232321;
}
.fair_policy_sec.col-sm-4 {
  text-align: center;
  padding-top: 30px;
}
.order_submit_btn {
  display: inline-block;
  text-align: center;
  background: #840a2a;
  border: 0;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  padding: 6px 0;
  width: 146px;
}
.navbar-header > button {
  z-index: 99;
}
.billing_detail_col {
  border: 1px solid #ccc;
  margin-bottom: 2em;
}
.billing_title {
  color: #830a29;
  font-size: 1.5em;
}
.billing_left_col li {
  font-size: 1.2em;
  padding: 0.4em 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  list-style: none;
}
.billing_left_col span {
  float: right;
  font-weight: 400;
  text-align: right;
}
.billing_right_col {
  float: right;
  width: 45%;
}
.change_txt {
  color: #800524;
  font-size: 0.6em;
}
.review_order_title {
  color: #830a29;
  font-size: 1.5em;
  margin-top: 0;
  padding: 0 12px;
}
.total_order {
  border-bottom: none !important;
  font-size: 1.35em !important;
  padding-bottom: 3px !important;
}
.img_plus {
  box-shadow: 0 0 !important;
}
.registration-inner-content label {
  color: #232321;
  display: block;
  font-weight: 400;
  width: 100%;
}
.heading {
  padding: 44px 4.1em;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #232321;
}
.heading p {
  margin: 0 0 19px;
  text-align: justify;
  font-size: 14px;
}
.heading h1 {
  color: #305792;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 12px;
}
.outer-container {
  background: #ededed;
}
.main-content {
  padding: 2em 0 0;
}
.main-content h2 {
  font-size: 18px;
  line-height: 22px;
  color: #305792;
  margin: 0 0 15px;
}
.main-content p {
  font:
    14px/18px Arial,
    sans-serif;
  color: #232321;
  margin: 0;
}
.inner-content {
  margin: 0 0 35px;
  padding: 0 2%;
}
.bottom-btn {
  margin: 0 0 30px;
}
.location-form.btn-default,
.main-content.btn-default {
  width: 190px;
  height: 40px;
  background: #305792;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
}
.main-content.btn-default:nth-child(2) {
  background: #2d2c31;
}
.location-form {
  margin: 0 0 5em;
}
.are_you_inner {
  background-color: #f0f0f0;
  border: 1px solid #dedede;
  padding: 8px 20%4px;
  width: 90%;
}
.tabs-container,
.what-is-main-content {
  background-color: #ededed;
}
.are_you_inner label {
  color: #717171;
}
.form-heading {
  padding: 0 0 40px;
}
.form-heading h2 {
  color: #305792;
  font-size: 24px;
  margin-top: 5px;
}
.form-location-field {
  width: 94%;
}
.form-location-field:after {
  color: #305792;
  content: "*";
  font-size: 20px;
  position: absolute;
  right: 40px;
  top: 25px;
}
.form-location-field.not-required::after {
  content: " ";
}
.form-location-field.form-control {
  border-radius: 0;
  color: #adadad;
  height: 40px;
  width: 96%;
}
.form-heading.btn-default {
  width: 190px;
  height: 40px;
  background: #305792;
  color: #fff;
  border-radius: 0;
  font-size: 19px;
}
.main-img-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.saved-image {
  float: right !important;
}
.tabs-container {
  color: #232321;
}
.tab-content.heading {
  padding: 2em.1em;
}
.tabs-container h1 {
  font:
    700 24px/27px Arial,
    sans-serif;
  margin: 0 0 7px;
}
.tabs-text p,
.tabs-text2 p {
  margin: 0 0 20px;
  font:
    16px/19px Arial,
    sans-serif;
  color: #232321;
  text-align: justify;
}
.tabs-section3 .heading {
  font:
    16px/18px Arial,
    sans-serif;
  padding: 3em 0;
  color: #232321;
}
.tabs-section3 p {
  margin: 0 0 19px;
  padding: 0;
}
.bottom-section {
  padding: 2em 0 3em;
}
.bottom-section p {
  color: #232321;
  font:
    14px/17px Arial,
    sans-serif;
  margin: 0;
  text-align: justify;
}
.bottom-section a {
  color: #8b042f;
  font-size: 13px;
  font-style: italic;
}
.bottom-section.col-sm-3 p {
  min-height: 11em;
}
.bottom-section-img {
  margin: 0 0 10px;
}
.bottom-section-img img,
.tabs-section3 img {
  display: block;
  height: auto;
  margin: auto;
  width: 100%;
}
.bottom-section2 .heading a {
  color: #8b042f;
}
.what-is-main-content p {
  font-size: 14px;
  padding: 0;
  text-align: left;
}
.what-is-main-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.social_links > li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.tab-next-button.detail-edit-listing {
  background-color: #8a0225;
  color: #fff;
  display: inline-block;
  margin: 0 2px 4px;
  padding: 0.85em 1.2em !important;
  text-align: center;
}
.top_social_btn {
  margin: 1em 0;
  width: 100%;
}
.social_links {
  margin: 1em 0;
  max-width: 1170px;
}
.bottom-content-cont {
  padding-bottom: 3em;
}
.btm-content-title {
  color: #305792;
  margin: 1.3em 0 1.25em;
  text-align: center;
  font-size: 24px;
}
.btm-content-main {
  margin: 0 auto;
  text-align: center;
  width: 66%;
}
.read-more-btn {
  border: 1px solid #305792;
  color: #305792;
  display: block;
  margin: 0 auto;
  max-width: 9em;
  padding: 0.5em 0;
  text-align: center;
}
.quick-links-col,
.rt_col {
  margin-bottom: 3em;
}
.read-more-btn:hover {
  color: inherit;
}
.quick-links-title {
  color: #305792;
  font-size: 1.2em;
  margin-top: 0.5em;
}
.rt_col {
  float: right;
}
.quick-links-content {
  margin-top: 1em;
  text-align: justify;
  color: #232321;
}
.quick-links-col a {
  color: #305792;
  font-style: italic;
}
.btm-content-main.img-responsive {
  margin-bottom: 1.2em;
}
.sign_up_wrap_close_btn {
  background-color: #b6b6b6;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  margin: 0;
  padding: 6px 12px;
}
.sign_up_wrap {
  background-color: #ccc;
  height: 12em;
  margin: 5em auto 0;
  padding: 1em 0;
}
.sign-up-btn-col input[type="submit"] {
  background: #305792;
  border: 0;
  border-radius: 0;
  color: #fff;
  float: none;
  margin: 0 auto;
}
.sign_up_wrap.tab-content {
  padding-top: 1.5em;
}
.sign-up-label label {
  display: block;
  line-height: 2.3em;
  text-align: right;
}
.sign-up-logo-col.img-responsive {
  display: block;
  margin: 0 auto;
}
.call-chbo-txt {
  color: #232321;
  font-size: 1.6em;
  text-align: center;
}
.call-chbo-txt > span {
  font-size: 1em;
  font-weight: 700;
}
.twitter-txt {
  color: #e30404;
  display: block;
  font-size: 1.5em;
  text-align: center;
}
.twitter-link {
  display: block;
  font-size: 1.65em;
  text-align: center;
}
.welcome-main-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.welcome-inner-content h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  color: #21679b;
}
.welcome-inner-content {
  color: #4a4a4a;
  margin: 0 0 1em;
  padding: 4.6em 0;
}
.welcome-bottom h2 {
  font-size: 30px;
  margin: 0;
}
.welcome-signup {
  text-decoration: none;
  font-size: 18px;
  background-color: #3abbe0;
  padding: 1em 2em;
}
.welcome-date {
  display: inline !important;
  font-size: 12px;
  padding: 0 !important;
}
#slide-content span {
  font-size: 15px;
  line-height: 1.5em;
}
#slide-content h3 {
  font-size: 15px;
  margin: 5px 0;
}
label.check-box.register-check a.pop-link.count.cboxElement {
  color: #f73d44;
}
#slide-out.links > h2 {
  margin-top: 5px;
}
#slide-out {
  background: #fff;
  position: fixed;
  width: 285px;
  box-shadow: 5px 4px 16px 4px #232321;
  top: 10%;
  right: -285px;
  z-index: 200;
  padding-bottom: 1em;
}
#slide-content {
  color: #232321;
  float: left;
  text-align: left;
  width: 100%;
  height: 450px;
  overflow-y: scroll;
}
#slide-out.links {
  float: left;
  padding: 10px 10px 0;
  width: 100%;
  border-bottom: 5px solid #7d1119;
}
#click-me {
  color: #fff;
  cursor: pointer;
  display: block !important;
  height: auto;
  left: -39px !important;
  padding: 14px 0 12px 5px;
  position: absolute;
  top: 40%;
}
#slide-out.links a {
  background: #305792;
  display: inline-block;
  padding: 3px 12px;
  color: #fff;
  margin-bottom: 5px;
  margin-right: 3px;
}
#slide-content > ul {
  padding-left: 15px;
  padding-right: 12px;
}
#slide-content li {
  list-style: none;
}
#slide-content p {
  border-bottom: 1px solid #4c4c4c;
  display: block;
  padding-bottom: 0.5em;
  width: 98%;
}
.form-input > span {
  color: red;
  float: left;
}
.modal-title-mini {
  color: #606060;
  font-size: 1.35em;
  margin: 0;
  text-align: center;
}
.view-details-mobile {
  display: none;
  margin: 0.65em auto;
  background-color: #305792;
  color: #fff;
  text-align: center;
  width: 150px;
  padding: 12px 0;
  cursor: pointer;
}
.btn-contactmob {
  background: #305792;
  color: #fff;
  display: none;
  width: 100%;
  border-radius: 0;
}
.phone_hover:hover {
  text-decoration: none !important;
}
.interested-in-listing.list-form {
  background-color: #232321;
  float: left;
  width: 100%;
  border-radius: 20px;
  padding: 30px 70px;
}
.interested-in-listing-img img {
  width: 100%;
  height: 545px;
}
.interested-in-listing.list-heading {
  text-align: center;
  color: #fff;
  font-size: 45px;
  width: 550px;
  margin: auto auto 20px;
  float: unset;
  text-transform: capitalize;
}
.interested-in-listing h5 {
  color: #232321;
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.interested-in-listing.footer-form-field {
  border: 0;
  border-radius: 5px;
  padding: 12px 35px 12px 10px;
  background-color: #efefef;
  width: 100%;
  font-size: 12px;
  outline: 0;
}
.interested-in-listing textarea.footer-form-field {
  height: 100px;
}
.interested-in-listing.list-form.intl-tel-input {
  background-color: #efefef;
  border: 0;
}
.interested-in-listing input#reg_contact_phone {
  background-color: #fff0;
  border: 0;
  padding: 12px 20px 11px 11px !important;
  font-size: 12px;
  outline: 0;
  width: 75%;
}
.interested-in-listing.footer-list-btn {
  background-color: #fff;
  color: #000;
  padding: 12px 28px;
  font-size: 14px;
  border-radius: 5px !important;
  text-align: center;
  width: auto;
  border: 0;
}
.interested-in-listing.footer-input-icon i {
  z-index: 1;
  font-size: 16px;
}
.list-form-border {
  border: 1px solid #dfdfdf;
  border-radius: 80px;
}
.list-form-border form#list_with_us_form {
  padding: 20px 20px 20px 30px;
  float: left;
}
h3.subcsribe-head {
  font-size: 50px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}
section.interested-in-listing {
  padding: 30px 0;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .prop_view {
    margin-left: 12px;
  }
  .dashboard.profile.container {
    padding: 10px 0 20px;
  }
  .sitemap_links {
    display: block;
    padding: 0;
    margin-left: 0;
  }
  .sitemap_links li {
    font-weight: 700;
    text-align: right;
    list-style: none;
    padding: 10px 5px 10px 8px;
  }
  .sitemap_links li:last-child {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
  }
  .sitemap_links li:first-child {
    border-radius: 5px 5px 0 0;
  }
  .sitemap_inner_col {
    width: 48%;
  }
  .resend-email-cont {
    background-color: #efefef;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px #ccc;
    float: none;
    margin: 2em auto;
  }
  .resend-email-cont h1 {
    color: #305792;
    font-size: 24px;
    text-align: center;
  }
  #email_register-form #email_a_loader {
    margin: 15px auto 5px;
  }
  .map-popup {
    padding: 7px;
    width: 270px;
  }
  .map-content {
    background-color: rgb(0 0 0/0.5);
    bottom: 0;
    color: #fff;
    padding: 6px;
    position: absolute;
  }
  .map-caption > span {
    font-size: 0.85em;
    display: block;
  }
  .map-caption span:first-child {
    font-size: 14px;
  }
  .map-caption > a {
    color: #232321;
    display: inline;
    font-size: 0.85em;
    line-height: normal;
  }
  .slide-out-button {
    background-color: #305792;
    float: left !important;
    margin-top: 0;
    padding: 3px 20px;
    margin-right: 0.5em;
  }
  .fl_c {
    clear: both;
  }
  .fl_l {
    float: left;
  }
  .fl_r {
    float: right;
  }
  .char-count {
    background: #fff;
    border: 1px solid #c3c6cb;
    border-radius: 0 4px 4px 0;
    color: #232321 !important;
    float: left;
    font-size: 14px !important;
    padding: 5px 4px;
    text-align: center;
  }
  .errorjs {
    color: red;
    font-size: 20px;
    vertical-align: top;
    float: left;
  }
  #google_translate_element {
    display: inline-block;
    margin-right: 1em;
  }
  .newsletter_success {
    width: 100% !important;
  }
}
#deskloc,
.subpages-search-banner {
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .ftr-btm-rgt {
    width: 100%;
    text-align: center;
  }
  #how-it-works.htw-description {
    min-height: unset;
  }
}
@media (max-width: 420px) {
  #google_translate_element {
    margin-bottom: 1em;
  }
}
@media (max-width: 1300px) {
  .register_popup #login.form-control,
  .register_popup.form-control {
    width: 86% !important;
  }
  form#forgot-email-form div#register-form-main.form-control {
    width: 97% !important;
  }
}
@media (max-width: 1200px) {
  .monthly_listing h5 {
    padding-bottom: 18px;
  }
  .ardi_field.phone_plugin {
    width: 75% !important;
  }
  .key_in input {
    width: 90%;
    float: right;
  }
  .are_you_col {
    padding: 8px 11%4px;
  }
  .are-you-main-wrap {
    margin-right: 0;
  }
  .forget_pass_popup h2,
  .forget_pass_popup p,
  .forget_username_popup h2,
  .forget_username_popup p {
    text-align: justify;
  }
  .emailchbosecform textarea {
    width: 77% !important;
  }
  .news-col1,
  .news-content {
    min-height: 22em;
  }
}
@media (min-width: 1200px) {
  #sidegetintouch {
    top: 120px;
  }
  #advanced-search-div span#adv-text {
    margin-bottom: 10%;
  }
  .news-col1.pull-left,
  .news-content.pull-left {
    min-height: 285px;
  }
}
@media (min-width: 992px) and(max-width:1199px) {
  #advanced-search-div span#adv-text {
    margin-bottom: 2%;
  }
  #two-big-boxes.htw-description {
    min-height: 10em;
  }
  #advanced-search-container {
    bottom: 53px;
    top: 2em;
  }
  #full-slider {
    min-height: 500px;
  }
  .emailchbosecform.phone_plugin {
    width: 80% !important;
  }
  .htw-circle1,
  .htw-circle2,
  .htw-circle3 {
    left: 120px;
  }
  .prop_review {
    margin-top: 11px;
  }
  .heading {
    padding: 44px 0;
  }
  .heading h1 {
    font-size: 24px;
    line-height: 34px;
  }
  #advanced-search-div {
    width: 90%;
  }
  .ann_listing_main_title,
  .listing_main_title {
    font-size: 16px;
  }
  .social_links_container.st_facebook_large,
  .social_links_container.st_linkedin_large,
  .social_links_container.st_pinterest_large,
  .social_links_container.st_twitter_large {
    display: inline-block;
    float: left;
    width: 20%;
  }
}
@media (max-width: 992px) {
  .arrival,
  .locations {
    font-size: 12px;
    padding: 6px 5px;
  }
  .search-button.btn.fa {
    right: 4px;
    font-size: 14px;
  }
  #advanced-search-div.form-control,
  .search-button.btn {
    height: 33px;
  }
  .location-div i.fa.fa-map-marker {
    right: 6px;
    top: 10px;
  }
  form#forgot_pwd_form {
    width: 75%;
    margin: auto;
  }
  .small-img-btm-txt {
    font-size: 12px;
  }
  .heading {
    padding: 44px 0;
  }
  .heading h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .form-location-field::after {
    right: 28px;
  }
  .sign_up_wrap {
    height: 18em;
  }
  .guarantee {
    width: 100%;
    display: block;
    float: none;
    margin: auto;
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .htwbox {
    min-height: unset;
  }
  section.interested-in-listing {
    padding-bottom: 0;
  }
  div#other {
    padding: 15px 0 0 !important;
  }
  img.img-responsive.search-top-margin {
    height: 100px;
    width: 100%;
  }
  .main-content p {
    text-align: justify;
  }
  .prop_view {
    margin-left: 12px;
    padding: 7px 12px;
  }
  .has_certified_logo_span {
    height: 40px;
  }
  #myCarousel img {
    width: 100% !important;
  }
  .htw-circle3 img {
    display: block;
    margin: auto;
  }
  .htw-circle1,
  .htw-circle2,
  .htw-circle3 {
    left: 85px;
  }
  #two-big-boxes.htw-circle4 {
    height: 60px;
    margin-left: -41px;
    padding: 6px;
    width: 60px;
  }
  .chbo_complete {
    margin: 1em auto !important;
    max-width: 100%;
  }
  .news-content {
    border-left: 0;
  }
  #two-big-boxes {
    margin-top: 20px;
  }
  #how-it-works h3 {
    padding: 15px 0;
  }
  #how-it-works h1,
  #how-it-works h2,
  #how-it-works h3,
  .interested-in-listing.list-heading,
  h3.subcsribe-head,
  .list-form p {
    font-size: 22px !important;
    padding: 10px 0;
  }
  #how-it-works section.how-chbo-works h3 {
    font-size: 18px !important;
  }
  .news-col1 h3 {
    padding-top: 10px !important;
  }
  .heading {
    padding: 10px 0 15px;
  }
  .form-heading {
    padding: 0 0 20px;
  }
  .form-location-field::after {
    right: 30px;
  }
  .location-form {
    margin: 0;
  }
  .prop_review {
    margin-top: 11px;
  }
  .tabs-text2 img {
    display: block;
    margin: 1em auto;
  }
  .bottom-section-img img,
  .tabs-section3 img {
    margin: auto;
  }
  .bottom-section.col-sm-3 p {
    min-height: inherit;
  }
  .ardi_form.col-md-6.col-sm-12.col-xs-12 > .col-md-6.col-sm-12.col-xs-12,
  .location-form.are_you_col {
    padding: 0;
  }
  .are_you_inner {
    padding: 8px 0 4px;
  }
  .evaluation_cont.form-control {
    font-size: 0.9em;
  }
  .evaluation_cont {
    padding: 10px 1.5em 50px 20px;
  }
  .welcome-bottom {
    padding: 3em 0;
  }
  .welcome-bottom h2 {
    font-size: 18px;
    margin: 0 0 23px;
  }
  .main-content h2 {
    font:
      700 1em/22px Arial,
      sans-serif;
  }
  .ardi_field.phone_plugin {
    width: 87% !important;
  }
  .registration-inner-content.registration-signup,
  .right_img_control2 > img {
    max-width: 30%;
  }
  .registration-inner-content {
    width: 70%;
  }
  .emailchbosecform textarea {
    width: 77% !important;
  }
  .register_user_form.country-code-input {
    font-size: 12px !important;
    padding: 6px 4px 4px 47px !important;
  }
  .ardi_half_field.required_field label {
    margin-top: 24px;
  }
  #two-big-boxes.col-sm-6:first-child {
    margin-bottom: 3em;
  }
  #advanced-search-div.form-control,
  .search-button.btn {
    height: 38px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    z-index: 0;
  }
  .forget_username_popup {
    top: 1%;
  }
  .pps_main_wrapper,
  .search-top-margin {
    margin-top: 0;
  }
  .btn-contactmob,
  .close-cntbtn,
  .view-details-mobile {
    display: block;
  }
  #sidegetintouch {
    top: 0;
    position: absolute;
    padding-top: 2em;
    width: 320px;
    z-index: 9999;
  }
  .close-cntbtn {
    color: #fff;
    width: 50px;
    padding: 15px 0 3px;
    background: #4c4c4c;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
    height: 50px;
  }
  .mobile_hidden {
    display: none !important;
  }
  .user_id_txt {
    text-align: left !important;
  }
  #myCarousel.four-small-col1 .carousel-caption {
    padding-top: 0 !important;
  }
  .big-img-btm-txt,
  .detail_tab li a,
  .key_in input,
  .search-button.btn,
  .testimonials_wrapper.test_left_col,
  .testimonials_wrapper.test_right_col {
    width: 100%;
  }
  #myCarousel_mobile.big-img.carousel-caption {
    left: 5%;
    width: 90%;
    font-size: 14px;
    bottom: 50px;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 1.6;
    font-weight: 600;
  }
  #myCarousel_mobile.big-img h3 {
    font-size: 16px !important;
    padding-bottom: 12px !important;
    padding-top: 9px !important;
    color: #fff !important;
  }
  .register_popup #login.form-control,
  .register_popup.form-control {
    width: 86% !important;
  }
  form#forgot-email-form.form-control {
    width: 97% !important;
  }
  .how_it_works.form-control {
    width: 94%;
    float: left;
    border-radius: 0 !important;
    resize: none;
    color: #555;
  }
  #featured-scroller,
  #full-slider.dropdown,
  #full-slider.search-button,
  #map_sec,
  .arrival-div,
  .contactpage.col-sm-1,
  .detail_tab,
  .four-small-col2,
  .mob-toggle-cont,
  .navbar-nav li a.list-your-prop,
  .navbar-nav li a.need-housing,
  .sidegetintouch_inner #contactsidelink,
  .view_list_btn_search {
    display: none;
  }
  .test-city-name {
    text-align: center !important;
  }
  #mobloc,
  .mobile_show,
  .testimonials_wrapper.test_date {
    text-align: center;
  }
  #advanced-search-div,
  #featured-scroller-mobile {
    display: block !important;
  }
  .featured-box img {
    width: 100%;
    object-fit: cover;
    background-color: #efefef;
    border-radius: 15px;
    min-width: 100%;
    height: 170px;
  }
  .featured-box {
    border: 1px solid #cccccc40;
    background-color: #fff;
    margin: 0 3px;
    width: 48%;
    float: left;
  }
  .featured-content {
    padding: 5px 2px;
    font-size: 12px;
  }
  .featured-items span:last-child {
    padding-left: 0;
  }
  .caro.left,
  .caro.right {
    font-size: 26px;
    color: #fffefe;
    z-index: 11;
    top: 21%;
    padding: 15px;
  }
  #myCarousel img,
  .news-col img {
    max-width: 100%;
  }
  #myNavbar.navbar-collapse.in {
    overflow-y: visible !important;
  }
  #advanced-search-div.row {
    margin-bottom: 1em;
    padding: 0 !important;
    border: 0;
    background: 0;
  }
  #advanced-search-container {
    bottom: auto;
    top: 120px !important;
  }
  #advanced-search-div h1 {
    color: #232321;
    text-shadow: unset;
    font-size: 24px;
    font-weight: 700;
  }
  #advanced-search-div span#adv-text {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #how-it-works.col-sm-4 {
    float: left;
    margin-bottom: 30px;
    padding: 0;
  }
  .evaluation_side_bar {
    clear: both;
    display: none;
    padding: 0;
  }
  #mobloc {
    display: inline-table !important;
    width: 100%;
  }
  #advanced-search-div #mobloc {
    margin-bottom: 0;
    padding: 0;
    background: 0;
    opacity: 1;
    font-size: 16px;
    box-shadow: none;
    border: 0;
  }
  #full-slider {
    position: static;
    min-height: 320px;
    margin-top: 0 !important;
  }
  #map_sec h2 {
    font-size: 1.6em;
  }
  #property_list {
    float: left;
  }
  .ad_banner.col-sm-8 {
    padding-left: 0;
    margin-top: 10px;
  }
  .detail_tab li {
    width: 32%;
    margin: 2px;
  }
  .month_rent {
    font-size: 1em;
  }
  .search-page-content.prop_carousel.row.col-sm-12 img {
    height: 225px;
  }
  .clear_key {
    margin-top: 2em;
  }
  .mobile_show {
    display: block;
    width: 100%;
  }
  .mobile_show h2 {
    font-size: 16px;
  }
  .mobile_show h3 {
    font-size: 16px;
    margin-top: 0;
    color: #232321;
  }
  #short_nearby h2::before,
  #short_term_section h2::before {
    border-top: 0;
  }
  .consulting_left,
  .consulting_right {
    width: 100%;
    text-align: center;
  }
  .caro.right {
    right: 2%;
    width: auto;
  }
  .caro.left {
    left: 2%;
    width: auto;
  }
  .outer-container.inner-content {
    padding: 0 4%;
  }
  .success-stories-col {
    margin-bottom: 1em;
  }
  .success-stories-content {
    min-height: 0;
  }
  .success-stories-col img {
    height: 100%;
  }
  .emailchbosecform.phone_plugin {
    width: 75% !important;
  }
  .listing_learn_more_btn {
    font-size: 0.8em;
    max-width: 118px;
    width: 100%;
  }
  .monthly_listing_main {
    margin-top: 2em;
    width: 99%;
  }
  .right_img_control > img {
    margin: 2em auto 0;
  }
  .left_img_car.prop_carousel.caro {
    width: 11%;
  }
  #slide-out {
    top: 5%;
  }
  #click-me {
    top: 16%;
  }
  .h1-heading {
    font-size: 16px !important;
  }
  .ardi_half_field {
    padding-right: 2.98em;
  }
  .ardi_half_field.required_field {
    padding-right: 1em;
  }
  #images.item-main-col {
    height: 440px !important;
  }
}
@media (max-width: 480px) {
  #register.register_user_form,
  .emailchbosecform,
  .handbook_btm_btn > a,
  .handbook_top_content > span,
  .key_in input,
  .short_term_housing_box,
  .top-search-field {
    width: 100%;
  }
  #recaptcha1 {
    padding-left: 12px !important;
  }
  .head_list-pricing {
    position: relative;
    top: -6px;
    height: 103px;
  }
  .sidegetintouch_inner input,
  .sidegetintouch_inner select {
    width: 95% !important;
  }
  .cont-form-open {
    height: 560px;
  }
  #reg-signup-btn {
    background: 0 0 !important;
  }
  .handbook_title {
    font-size: 1.1em;
  }
  .container.handbook_inner,
  .handbook_bottom_content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .handbook_top_content li {
    margin-left: 0;
    padding: 10px 0 10px 28px;
  }
  #message_email_form #recaptcha4 {
    float: left;
    left: -10px;
    position: relative;
    transform: scale(0.94, 0.94);
    width: 100%;
  }
  .ft-social-left img {
    float: none;
    margin-top: -11px;
  }
  .top-container.btn-default {
    width: 35%;
  }
  #advanced-search-div {
    display: block !important;
    width: 70%;
  }
  .monthly_listing_main {
    margin-top: 2em;
  }
  #advanced-search-div h1,
  .login_page_form_inner_title {
    font-size: 17px;
    font-weight: 700;
  }
  .listing_upper.container {
    padding: 0 10px;
  }
  #two-big-boxes.htw-circle4 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .what-is-main-content p {
    padding-right: 0 !important;
    text-align: left !important;
  }
  .ft-social-left,
  .ft-social-right {
    text-align: center;
    width: 100%;
  }
  .ardi_field.phone_plugin {
    width: 79% !important;
  }
  .btm-img-align > img {
    padding-left: 12%;
  }
  .forget_pass_popup,
  .forget_username_popup {
    top: 1%;
  }
  .forget_username_form input[type="submit"] {
    max-width: 42%;
    margin-left: 85px;
  }
  #advanced-search-div span#adv-text,
  .nav-tabs > li > a {
    font-size: 12px;
  }
  .dropdown.btn,
  .search-button.btn {
    font-size: 11px;
    padding: 3px 12px;
  }
  #advanced-search-div.glyphicon.glyphicon-menu-down {
    top: 7px;
  }
  .htw-circle1,
  .htw-circle2,
  .htw-circle3 {
    left: 122px;
  }
  .prop_view {
    font-size: 0.9em;
    padding: 9px 12px;
    text-align: center;
  }
  .prop_review a {
    font-size: 0.8em;
    padding: 4px 5px;
  }
  .monthly_rate {
    font-size: 14px;
    padding: 0;
  }
  .clear_key {
    font-size: 0.85em;
  }
  .detail_tab li {
    width: 48%;
    margin: 2px;
  }
  .carousel-control.icon-next,
  .carousel-control.icon-prev {
    top: 42%;
  }
  #property_list {
    padding: 0;
  }
  .month_rent {
    display: block;
    float: left;
    width: 70%;
  }
  .testimonials_top_content > p,
  .testimonials_wrapper.testimonials {
    text-align: justify;
  }
  #sidegetintouch {
    bottom: 0;
    max-height: 106%;
  }
  #client-mentioned.media-desktop-logo {
    display: none;
  }
  #client-mentioned.media-mobile-logo {
    display: block;
  }
  .btm-content-main.img-responsive {
    max-width: 95%;
  }
  .total_col {
    width: 22%;
  }
  .total_main_col {
    font-size: 0.9em;
  }
  .top-search-btn {
    display: inline-block;
    float: none;
    margin: 1em auto 0;
    width: 50%;
  }
  #full-slider,
  .clear_key,
  .monthly_listing {
    margin-top: 0;
  }
  .outer-tab.nav li a {
    font-size: 1em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .outer-tab.nav-tabs > li {
    width: 25%;
  }
  .register_popup.are_you_col {
    margin-top: 0;
    padding-top: 6px;
    width: 76%;
  }
  #message.registerclosebtn {
    border: 1px solid #fff0;
    color: #fff;
    margin: 0 0 1em;
    position: relative;
    top: 0.15em;
  }
  .register_popup.are_you_col label {
    font-size: 0.85em;
    margin-top: 6px;
    width: 39%;
  }
  .ann_listing_main_title,
  .btm-content-title,
  .evaluation_cont h1,
  .fair_policy_sec h2,
  .listing_main_title,
  .listing_upper h1,
  .reg-page-title,
  .what-is-main-content.inner-content-main h1 {
    font-size: 16px;
  }
  #register.lightbox-content {
    height: auto;
    padding: 0 12px;
    width: 100%;
  }
  .contactpage.modal {
    bottom: 0;
  }
  #advanced-search-container.row {
    display: block;
    margin-top: 2em;
    padding: 0 !important;
  }
  .location-form.bottom-btn {
    margin: 11px 0 20px;
  }
  .are_you_inner {
    padding: 8px 0 4px;
  }
  .total_txt {
    width: 78%;
  }
  .top-container input[type="text"] {
    margin: 0;
  }
  .pps_content_col h4 {
    font-size: 1.25em;
  }
  .ardi_btm_cont.btm_btn {
    width: 50%;
  }
  .container.ardi-main-cont.ardi_form_title_main {
    font-size: 1.5em;
  }
  .form-heading h2 {
    font-size: 1em;
  }
  .registration-inner-content {
    padding: 0 0 0 4px;
    width: 98%;
  }
  .registration-inner-content.registration-signup {
    max-width: 35%;
  }
  .registration-inner-content.check-box.register-check {
    min-width: 0 !important;
  }
  .registration-inner-content.reg-input-cont {
    padding: 0 5px;
  }
  .form-heading {
    padding: 0 12px 20px;
  }
  .right_img_control2 > img {
    max-width: 30%;
  }
  #full-slider {
    height: 315px;
    min-height: 315px;
  }
  .register_popup h3 {
    font-size: 0.9em;
    font-weight: 700;
  }
  #login h3 {
    margin-bottom: 0.8em;
  }
  .register_user_login_btn input {
    margin-bottom: 5px;
    margin-top: 0.8em;
  }
  .register_user_form a {
    font-size: 12px;
    font-weight: unset;
    margin-bottom: 0;
    margin-top: 5px;
  }
  #login.lightbox-content {
    padding: 0 20px;
  }
  .register_popup input[type="submit"] {
    margin-top: 6px;
  }
  .forget_username_popup.lightbox-content > h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 18px;
  }
  .forget_username_popup h2,
  .forget_username_popup p {
    font-size: 0.9em;
    margin-top: 0.5em;
  }
  .forget_pass_popup.lightbox-content > h3 {
    margin-top: 31px;
  }
  .success-stories-col {
    margin-bottom: 1em;
  }
  .prop_view {
    display: block;
    margin: 1em auto 0;
    width: auto;
  }
  .htwbox {
    margin-bottom: 3em;
  }
  .ardi_field #a_loader {
    margin-left: 8%;
  }
  .copyright-text {
    margin-top: 1em;
  }
  .ardi_half_field.required_field {
    padding-right: 1em !important;
  }
  .ardi_half_field {
    clear: both;
    padding-right: 1.95em;
  }
  .chbo-housing-request-widget-content h1 {
    font-size: 16px !important;
  }
  .total_txt span {
    font-size: 11px;
    float: left;
    width: 72%;
    margin-left: 0 !important;
  }
}
@media (max-width: 400px) {
  .user_loggedin.dropdown-menu {
    left: -15px;
    width: 215px;
  }
  .how_it_works input[type="submit"] {
    margin-right: 0;
    padding: 8px 0;
    width: 48%;
  }
  .user_success > strong {
    display: block;
    width: 81%;
  }
  .modal-title-mini {
    font-size: 1em;
    margin: 0;
  }
  .login_page_field.form-control,
  .pps_email_section.form-control {
    width: 96%;
  }
  .log_in_cont > span,
  .sign_in_cont > span {
    font-size: 1em;
  }
  .log_in_btn,
  .reg_btn {
    font-size: 1.12em;
    padding: 0.25em 1em;
  }
  #form > h2,
  .add-txt-title,
  .ardi_upper h1,
  .evaluation_news1 h4,
  .evaluation_news2 h4,
  .heading h1,
  .pps_content_col h1,
  .reset_pass_form_inner h1 {
    font-size: 16px;
  }
  .form-location-field::after {
    right: 22px;
  }
  .container.contactpage-main,
  .container.evaluation-main-cont {
    padding: 0;
  }
  .consulting_right.full_story {
    margin-right: 0;
  }
  .consulting_right span {
    color: #6b6b6b;
    display: block;
    margin: 15px 0;
    text-align: center;
    width: 100%;
  }
  #advanced-search-container.row {
    margin-top: 0.5em;
  }
  .are_you_inner input {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .are_you_inner label {
    text-align: center;
  }
  .heading h1 {
    line-height: normal;
  }
  .success-stories-top-content strong {
    font-size: 0.9em;
  }
  .heading p {
    font-size: 14px;
  }
  .forget_pass_popup.registerclosebtn,
  .forget_username_popup.registerclosebtn {
    margin: 0 12px;
    position: relative;
    top: 5px;
  }
}
@media only screen and(min-device-width:320px) and(max-device-width:568px) and(orientation:landscape) {
  .monthly_listing_main {
    margin-top: 2em;
  }
  #login,
  #register {
    overflow-y: scroll;
  }
  #message {
    height: 300px;
    overflow: scroll;
  }
  .message_popup {
    padding: 0 18px !important;
    margin: 0 auto;
  }
  .forget_pass_popup,
  .forget_username_popup {
    margin: 0 auto;
    top: 0;
  }
  #message.registerclosebtn {
    position: relative !important;
    right: 2.1em;
    top: 0.5em;
    background: #305792;
    color: #fff;
  }
  .ardi_half_field.required_field {
    padding-right: 0.5em !important;
  }
}
.navbar-right.list-your-prop,
.navbar-right.need-housing {
  background-color: #305792 !important;
}
.Welcome img {
  min-width: 59px;
  min-height: 59px;
}
.subpages-search-banner {
  background-color: #f2f2f2;
  float: left;
  width: 100%;
  padding: 0 0;
  padding-bottom: 90px;
  height: 100%;
}
.subpages-search-banner h1 {
  font-size: 46px;
  text-shadow: unset;
  text-align: left;
  color: #232321;
  font-weight: 600;
  margin: 0;
  position: absolute;
  top: 150px;
  width: 40%;
  text-transform: capitalize;
  left: 5%;
  line-height: 1.2;
}
a.get-started-btn {
  background-color: #232321;
  color: #fff;
  font-size: 16px;
}
a.get-started-btn {
  padding: 14px 20px;
  border-radius: 5px;
  font-weight: 500;
}
.subpages-search-banner img {
  float: right;
  height: auto;
  border-radius: 20px;
  width: 55%;
}
.subpages-search-banner.subdomain-search-icon img {
  width: auto;
  border-radius: 0;
  height: 17px;
  float: unset;
}
.subpages-search-box {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 5px;
}
#subpages-search {
  width: 55%;
  margin: 0 auto;
  display: block;
}
.subpages-search-box.row {
  padding: 13px 6px !important;
  border-radius: 5px;
  background-color: #e1e1e1;
  border: 1px solid #ccc;
}
.search-pad {
  padding: 0 5px;
}
.search-form-control {
  padding: 20px 7px 5px 50px;
  font-size: 14px;
  border: 0;
  width: 100%;
  border-radius: 8px;
  color: #000;
  outline: 0;
  background-color: #fff;
  font-weight: 600;
  font-family: system-ui;
}
.search-label {
  position: absolute;
  left: 51px;
  top: 2px;
  font-weight: 500;
  color: #000;
  pointer-events: none;
}
.search-form-control.country {
  background: url(/public/assets/front_end/images/generic/location-icon.png) no-repeat;
  background-position: 1.8%50%;
  background-size: 38px;
  background-color: #fff !important;
}
.search-form-control.datepicker {
  background: url(/public/assets/front_end/images/generic/calendar-icon.png) no-repeat;
  background-position: 2.5%50%;
  background-size: 38px;
  background-color: #fff !important;
}
.search-form-control::placeholder {
  color: #757171;
  font-weight: 500;
  font-family: Metropolis-Regular;
  font-size: 12px;
}
span.label-text {
  position: absolute;
  left: 50px;
  top: 6px;
  font-size: 12px;
  color: #000;
  pointer-events: none;
}
.search-form-control::placeholder {
  color: #757171;
}
.sub-search-button {
  background-color: #232321;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 12px 12px;
  border-radius: 10px;
  width: 100%;
}
.search_icon {
  background: #232321;
  color: #fff;
  border: 0;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  span.header-input {
    left: 16%;
  }
  #myCarousel img {
    height: 180px;
  }
  #subpages-search {
    width: 85%;
  }
  .featured-items span {
    padding: 0 4px;
  }
  .featured-content {
    padding: 10px 5px;
  }
  .featured-box {
    min-height: 316px;
    padding: 5px;
  }
  .user_loggedin img {
    height: 35px;
    width: 35px;
  }
  .subpages-search-banner h1 {
    font-size: 30px;
    left: 5%;
    top: 100px;
  }
  .subpages-search-banner img {
    width: 55%;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .header-input .search-field {
    width: 88px;
  }
  span.header-input {
    left: 23%;
  }
  #subpages-search {
    width: 80%;
  }
  #how-it-works h1,
  #how-it-works h2,
  #how-it-works h3,
  .interested-in-listing.list-heading,
  h3.subcsribe-head {
    font-size: 28px;
    width: 100%;
  }
  #how-it-works section.how-chbo-works h3 {
    font-size: 20px;
    text-align: left;
    padding: 10px 0;
    display: inline-block;
    width: auto;
  }
  #myCarousel img {
    height: 180px;
  }
  section.how-chbo-works {
    background-image: none;
  }
  .how-chbo-work-content-pt {
    padding-top: 20px;
  }
  .list-form-border form#list_with_us_form {
    padding: 20px;
  }
  .interested-in-listing-img img {
    width: 100%;
    height: auto;
  }
  .interested-in-listing-img {
    padding: 0;
    float: left;
    width: 100%;
    display: none;
  }
  .interested-in-listing.footer-list-btn {
    width: 100%;
  }
  .how-chbo-work-content img {
    width: 30px;
    padding-bottom: 8px;
  }
  .interested-in-listing textarea.footer-form-field {
    height: 70px;
  }
  .discover-chbo-img {
    height: 350px;
    object-fit: cover;
  }
  .interested-in-listing-img img {
    height: 300px;
  }
  .featured-title {
    font-size: 12px;
    padding-bottom: 5px;
  }
  section.discover-chbo {
    padding: 25px 0;
  }
  .carousel-indicators {
    bottom: -30px;
  }
  .mentioned.carousel-indicators {
    bottom: -45px;
  }
  .carousel-indicators li {
    margin: 0 5px;
  }
}
@media (min-width: 767px) {
  #mobloc,
  .mobile-client-logo,
  .mob_home_search_btn {
    display: none;
  }
}
@media (max-width: 767px) {
  h3.subcsribe-head {
    text-align: center;
  }
  .featured-arrow {
    position: unset;
    top: 8%;
    right: 5px;
    color: #232321;
  }
  .mentioned.carousel-indicators li {
    margin: 1px 3px;
  }
  .sub-search-button {
    padding: 7px 12px;
    width: auto;
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 16px;
    border-radius: 5px;
  }
  .search-pad {
    padding: 0 5px;
  }
  .search-form-control {
    font-size: 16px;
    padding: 11px 7px 10px 55px;
  }
  .search-form-control.country {
    background: none;
  }
  .hide-picker-mobile,
  .icon-bg {
    display: none;
  }
  .featured-box {
    min-height: unset;
  }
  .desktop-client-logo {
    display: none !important;
  }
  .search-pad {
    width: 100%;
  }
  .subpages-search-banner {
    padding-bottom: 0;
  }
  .search-label {
    left: 47px;
    top: 4px;
  }
  .subpages-search-box {
    top: 100px;
    bottom: unset;
    position: unset;
    margin: 10px 0;
  }
  #subpages-search {
    width: 85%;
  }
  .subpages-search-banner h1 {
    font-size: 24px;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    padding: 15px;
  }
  .subpages-search-banner img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 2 / 1;
  }
  .subpages-search-box.row {
    border-radius: 10px;
    padding: 6px 3px !important;
  }
  a.get-started-btn {
    position: relative;
    top: 15px;
  }
  section.discover-chbo {
    padding: 0 0 50px;
  }
  .get-to-know p.para {
    padding-top: 0;
  }
  section.how-chbo-works {
    padding: 10px;
    margin: 0 10px;
  }
  .how-chbo-work-content {
    padding: 5px;
  }
  .how-chbo-works h3 {
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .mentioned img {
    height: 55px;
    border-right: 0;
    padding: 0 5px;
  }
  .mobile-client-logo {
    text-align: center;
  }
  .interested-in-listing.list-form {
    padding: 30px 15px 0 15px;
  }
  .footer-top-bar {
    padding: 0 0 10px !important;
  }
  .footer-border-bottom {
    padding-top: 0px !important;
  }
  .featured-items span {
    padding: 2px 4px;
  }
  .interested-in-listing h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .list-form-border form#list_with_us_form {
    padding: 5px;
  }
  .list-form-border {
    border: 0;
  }
  .mentioned {
    padding: 10px 0 40px 0;
  }
  .interested-in-listing-img img {
    height: 300px;
  }
  span.feature-date {
    padding: 3px 10px;
  }
  .list-form .intl-tel-input select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 42px;
    height: 100%;
    opacity: 0;
  }
  .list-form .intl-tel-input select option {
    font-size: 12px;
  }
  .advertise-chbo-box a,
  .get-to-know a {
    padding: 5px 0 8px;
  }
  .advertise-chbo-box h4 {
    margin-top: 0;
  }
  .advertise-chbo-box a img {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .contactpage.modal {
    min-height: unset;
  }
  #full-slider img {
    width: auto;
  }
  input.form-control.locations.country.searchBar_country {
    font-size: 16px;
    transform: scale(1);
  }
  #images.item-main-col {
    height: 306px !important;
  }
  .search-form-control {
    padding: 10px 7px 10px 10px;
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-moz-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e7e5e5;
  border-radius: 5px;
  background: #e7e5e5;
}
::-webkit-scrollbar-thumb {
  background: #232321;
  border-radius: 5px;
}
::-moz-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.pac-container {
  border-radius: 10px;
}
.pac-container.pac-item {
  line-height: 35px !important;
  border-top: 0;
  font-size: 14px;
  color: #000 !important;
  padding: 2px 10px;
}
.pac-container.pac-icon {
  margin-top: 8px !important;
  background-color: #f2f2f2;
  border-radius: 5px;
  background-position: 1px-159px;
  width: 20px;
  height: 21px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  background-color: #ccc;
}
.btn-style-new {
  font-size: 12px;
  width: auto;
  padding: 3px 5px;
  border: none;
  color: #fff;
  background-color: #5087c8;
  outline: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  border: 1px solid #ccc;
  margin: 5px;
}
.btn-style-new:hover {
  text-decoration: none;
  opacity: 0.8;
}
