/*request sample----------------------------*/

.innerpage .container {
  padding-top: 15px !important;
}
.whitebox {
  background: #fff;
  padding: 6px 15px;
  margin-top: 13px;
  border-radius: 10px;
  box-shadow: 0px 0 30px rgba(255, 0, 0, 1);
}
.whitebox h1 {
  font-size: 24px !important;
  font-weight: 700;
  color: #112a46;
  margin-bottom: 20px;
}
.whitebox2 {
  background: #ffffff;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: -32px;
  box-shadow: none;
}
.whitebox2 p {
  margin-bottom: 5px;
}
.request-pdf {
  margin: 0 10px 0 0;
  font-size: 14px;
  padding: 22px 0;
}
.buybtn {
  display: block;
  margin: 0 5px 0 9px;
}

.choose {
  margin: 0 5px;
}

.buybox select {
  margin: 0 5px;
}
.reportbook {
  float: right;
  margin-right: 20px;
}
.marquee {
  font-size: 14px;
  color: #ffffff;
}
.requestsample marquee {
  margin-top: 5px;
  font-size: 14px;
  color: #ffffff;
}
.requestsampleform {
  background: url("../img/sample-request-bg.png") no-repeat left top;
  padding: 30px 0;
}
.formbox {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.formbox .form-control {
  border: none;
  border-bottom: 0.5px solid #000;
  border-radius: 0;
  padding: 2px 0;
}
.formbox .form-control:focus {
  color: #102843;
  background-color: #fff;
  border-color: #102843;
  outline: 0;
  box-shadow: none;
}
.formbox .form-group {
  margin-bottom: -11px;
}
.formbox .form-group > label {
  bottom: 34px;
  left: 0;
  position: relative;
  font-size: 12px;
  transition: 0.2s;
  pointer-events: none;
  color: #999999;
}

.form-message > label {
  bottom: 34px;
  left: 0;
  position: relative;
  font-size: 12px;
  transition: 0.2s;
  pointer-events: none;
  color: #999999;
}

.formbox .form-control:focus ~ label {
  bottom: 55px;
  left: 0;
  font-size: 12px;
  color: #999999;
}
.formbox .form-control:valid ~ label {
  bottom: 55px;
  left: 0;
  font-size: 12px;
  color: #999999;
}

.button {
  background: #ff0000;
  border: 2px solid #ff0000;
  border-radius: 5px;
  padding: 7px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.button:hover {
  background: #ffffff;
  color: #102843;
  border: 2px solid #ff0000;
}

.bluebox {
  background: #8b0304;
  color: #ffffff;
  padding: 20px 25px;
}

.direct {
  padding: 25px 0;
  border-top: 1px solid #4aa9d6;
  margin-top: 20px;
  display: block;
}

.direct label {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.direct label span {
  display: inline-block;
  float: right;
  padding: 2px 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.leftpanel h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}
.captcha {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url(../img/catp.png);
  font-size: 18px;
  font-weight: bold;
}

/* The colour of the indicators */
.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}
.blog .carousel-indicators {
  height: 5px !important;
}
.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;

  width: 20px !important;
  height: 0 !important;
  padding: 0;
}

.blog .carousel-indicators .active {
  background: #ff0000b3;
}

.bluebox a {
  color: #ffffff;
}
.bluebox a:hover {
  color: #028aca;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .security_placeholder .disp_secur_code {
    font-size: 12px !important;
  }

  .bluebox a {
    font-size: 14px;
  }

  #captcha_val {
    font-size: 12px !important;
  }
}
@media (max-width: 1199px) {
  #phone_code_contact {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #captcha_val {
    font-size: 12px !important;
  }
  .formbox .form-group {
    margin-bottom: 1rem;
  }
}
