.img-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-menu-area .logo img {
  max-height: 50px;
}

#about {
  background-color: #edf2f6;
  background-repeat: no-repeat;
  background-size: auto;
}

@media screen and (min-width: 768px) {
  #about .about .container {
    padding-left: 100px;
  }
}

@media screen and (min-width: 992px) {
  #about .about .container {
    padding-left: 300px;
  }
}

.footer .logo img {
  max-height: 50px;
}

#contact-form {
  background-color: #f8f9fafa !important;
}

#contact-form input[type=text],
#contact-form input[type=email],
#contact-form #comment {
  color: #555a5e;
  border-bottom: 1px solid #32c5ff;
  font-size: 22px;
}

#contact-form .close {
  color: #32c5ff;
}

@media (max-width: 991px) and (min-width: 320px) {
  .header-menu .center-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .header-menu .mobile-btn-box .contact-btn {
    margin: 0;
  }
}

.header-menu .navbar-toggler {
  margin: 0;
}

@media (max-width: 767px) and (min-width: 320px) {
  .header-menu .navbar-toggler {
    margin: 0;
  }
}

.header-menu .logo {
  line-height: unset;
}

@media (max-width: 767px) and (min-width: 320px) {
  .header-menu .logo {
    line-height: unset;
  }
}

.btn.btn-blue {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  border: 0px;
  border-radius: 0px;
  margin-left: 15px;
  color: #FFF;
  background-color: #32c5ff;
  display: inline-block;
  line-height: 1.5;
  margin-top: 7px;
}

.btn.btn-blue:hover {
  background-color: #0092cb;
  transition: 0.2s ease-in-out;
}

.slider .card {
  color: grey !important;
  background-color: #333947ed;
  border: 0;
  border-radius: 0;
}

.slider .card .price {
  color: white;
}

.slider .card p.card-desc {
  color: lightgrey;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.slider .card p.card-desc-small {
  color: lightgrey;
  font-size: 11px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.slider .card p.card-title {
  color: #eeeded;
  font-size: 15px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.slider .card p.card-title-big {
  color: white;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.slider .card label {
  color: #eeeded;
  font-size: 15px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.slider .input-text__underline {
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  min-height: 37px;
  border-radius: 0;
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 4px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  background-clip: padding-box;
  color: lightgrey;
  background-color: transparent;
}

.slider .input-text__underline:focus,
.slider .input-text__underline:hover,
.slider .input-text__underline:active {
  border-bottom: 2px solid #a5a5a5;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  outline: 0;
  box-shadow: none;
}

.slider .input-text__underline::-moz-placeholder {
  color: lightgrey;
  opacity: 0.8;
}

.slider .input-text__underline:-ms-input-placeholder {
  color: lightgrey;
  opacity: 0.8;
}

.slider .input-text__underline::placeholder {
  color: lightgrey;
  opacity: 0.8;
}

.slider .selectdiv {
  position: relative;
  min-width: 200px;
  cursor: pointer;
}

.slider .selectdiv:after {
  content: "";
  right: 13px;
  top: 15px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid lightgrey;
}

.slider .selectdiv select option {
  background-color: #333947d6;
}

.slider .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100% !important;
  float: right;
  margin: 5px 0;
  padding: 0 4px;
  color: lightgrey;
  background-color: transparent;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
  cursor: pointer;
  font-size: 14px;
  height: 1.8rem;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.slider select::-ms-expand {
  display: none;
}

