/*****************************
  Custom CSS
*****************************/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.how-we-think,
.mission,
.top-quality {
  width: 100%;
  height: auto;
}

.ml-mr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

a.more-info {
  color: #666666;
}

a.author:hover,
a.more-info:hover {
  color: #efb225 !important;
}

a .brand-name:hover {
  color: #ffffff;
}

.btn-primary.disabled {
  background: #efb225;
  border-color: #efb225;
  opacity: 0.3;
  pointer-events: none;
  cursor: none;
}

.captcha-img {
  height: 58px;
}

.secure-question {
  width: 50%;
  line-height: 60px;
  font-size: 24px;
  text-align: right;
  padding-right: 10px;
  float: left;
}

.request-quote .secure-question {
  width: 100%;
  padding-right: 0px;
}

input#secure-answear {
  width: 50%;
}

.request-quote input#secure-answear {
  width: 100%;
}

@media (max-width: 1200px) {
  .header .navbar-brand img {
    height: 68px;
    margin-top: 10px;
  }

  .header.is-sticky .navbar-brand img {
    margin-top: 0px;
  }

  .footer-brand img {
    height: 60px;
  }

  .header .navbar-brand .brand-name {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
}

@media (min-width: 992px) {
  .header .navbar .navbar-nav .nav-link.min-992,
  .header .navbar .navbar-nav .nav-item .mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .header .navbar .navbar-nav .nav-link.max-991 {
    display: none;
  }

  .header .navbar-brand img {
    height: 58px;
    margin-top: 7px;
  }

  .request-quote .secure-question {
    text-align: left;
  }
}

@media (max-width: 886px) {
  .call-us-text {
    display: none;
  }
}
