/*industry----------------------------*/

.innerpage .container {
  padding-top: 15px !important;
}

.whitebox {
  background: #ffffff;
  padding: 10px 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.whitebox h1 {
  font-size: 24px !important;
  font-weight: 700;
  color: #112a46;
  margin-bottom: 10px;
}

.whitebox2 {
  background: #ffffff;
  padding: 10px 0px;
  width: 100%;
  margin-bottom: -32px;
  box-shadow: none;
}
.whitebox2 p {
  margin-bottom: 5px;
}

.innerpage {
  padding-bottom: 30px;
}

/*end reports------------------------*/

.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;
}

.reportlistbox {
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 0 10px;
  margin-top: 10px;
}

.reportlistbox-inerpage {
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  border: none !important;

  padding: 5px 15px 0;
}
.reportlistbox h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 20px 0 0;
  color: #112b48;
}

.reportbotom {
  padding: 0;
  border-top: 1px solid #f1f1f1;
  font-size: 12px;
  margin-top: 5px;
}

.reportlistbox-inerpage .reportbotom {
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
}

.reportbotom p {
  padding: 0 0 5px 0 !important;
}

.reportlistbox-inerpage .reportbotom p {
  margin-bottom: 0;
}
.reportprice {
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #112b48;
}
.bookcover img {
  margin: 10px 5px;
}
.btnS {
  margin: 0;
  background: none;
  color: #028aca;
}
.btnS:focus {
  outline: none;
}
/* .btnS:after {
  content: "{{__('')}}";
}
.btnS.collapsed:after {
  content: "More";
} */

.btnLess {
  margin: 0;
  background: none;
  color: #028aca;
}
.btnLess:focus {
  outline: none;
}
/* .btnLess:after {
  content: "Less";
} */
/* .btnLess.collapsed:after {
  content: "Less";
} */

.categories a {
  display: block;
  background: #112b48;
  padding: 10px 20px;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.categories a:hover {
  color: #0bb8fe;
}

.categories a.active {
  background: #ffffff url("../images/leftmenu-arrow.png") no-repeat right center;
  color: #112b48;
  margin-right: -25px;
}
.leftpanel h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}

.leftbanner {
  margin: 20px 0;
}

.section-bg2 {
  background: #f1f1f1;
  padding: 40px 0;
}
.categories {
  margin-top: 25px;
}
.reportlistbox-inerpage h3 {
  margin-bottom: 5px;
}
.search input {
  border: 2px solid #ccc;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background: #fff url("../img/search-icon.png") no-repeat right center;
}

.logo-container {
  background: #ffffff;
  padding: 10px;
  text-align: center;
}
.logo-container img {
  width: 100px;
  height: auto;
  margin: 20px 0 40px 0;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.sidebar {
  background: #f1f1f1;
  z-index: 100;
}

.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;
}

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

.padd15 {
  padding: 15px !important;
}

/* custom*/

.reportlistbox-inerpage a {
  color: #112b48;
}

.reportlistbox-inerpage a:hover {
  color: #73c5eb;
  text-decoration: none;
}

.formbox {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.formbox .form-control {
  border: none;
  border-bottom: 2px solid #cccccc;
  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: 0;
}
.formbox .form-group > label {
  bottom: 34px;
  left: 0;
  position: relative;
  font-size: 16px;
  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;
}
.formbox .captcha {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url(../img/catp.png);
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .bookcover img {
    display: none;
  }
}

.leftbanner {
  margin: 20px 0;
  padding: 22px 0;
  background: #028aca;
}
.leftbanner .title {
  color: white;
  font-size: 16px;
  margin-bottom: 18px;
}
.leftbanner .button {
  background: #112b48;
  border: 2px solid #112b48;
  width: 50%;
  margin: auto;
}
.leftbanner .button:hover {
  color: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  .leftbanner .title {
    font-size: 14px;
  }
  .leftbanner .button {
    width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .leftbanner .title {
    font-size: 14px;
  }
  .leftbanner .button {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .sidebar-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .sidebar-mobile {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-mobile {
    display: none;
  }
}

/* .request_sample_button
{
    width: 255px;
} */

/* .request_sample_button
{
    width: 308px;
} */

.buybtn {
  background-color: #112b48;
  color: #fff !important;
  padding-left: 6px;
  margin-bottom: 10px;
  border-radius: 0.25rem;
}

.buybtn_request_sample {
  background-color: #028aca;
  color: #fff !important;
  margin-bottom: 10px;
  border-radius: 0.25rem;
}

.reportprice {
  float: none;
}
/* Common styles for both xs and others */
.button_image {
  height: 40px;
  filter: drop-shadow(-5px 4px 1px #b6b5b5);
}

.button_image:hover {
  filter: drop-shadow(-5px 7px 7px #636363);
  transition: transform 0.4s ease-in 0s, filter 0.2s ease-out 0s;
  transform: scale(1.06);
}

/* Styles for extra-small (xs) screens */
@media (max-width: 320px) {
  .button_image {
    /* height: 35px; */
  }
  .request_sample_button {
    text-align: center;
  }
  .buy_now_btn {
    float: none !important;
    height: 41px !important;
  }
  .request_sample_btn {
    float: none !important;
    height: 28px !important;
  }
}

@media (min-width: 320px) and (max-width: 554px) {
  button.button4.button_image {
    font-size: 13px !important;
  }

  .download-icon {
    height: 21px !important;
  }
}

@media (min-width: 321px) and (max-width: 373px) {
  .button_image {
    height: 40px;
  }
}

@media (min-width: 375px) and (max-width: 425px) {
  .buttons_section {
    text-align: left !important;
  }

  .button_image {
    /* text-align: left !important; */
    height: 41px;
  }

  .request_sample_button {
    text-align: center;
  }
  .buy_now_btn {
    float: none !important;
    height: 41px !important;
  }
  .request_sample_btn {
    float: none !important;
    height: 35px !important;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .button_image {
    /* text-align: left !important; */
    height: 45px;
  }

  .buttons_section {
    text-align: right !important;
  }

  .no-gutters {
    margin-top: 10px;
  }
}

@media (min-width: 320px) and (max-width: 500px) {
  .request_sample_button {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .request_sample_button > div {
    display: flex;
    justify-content: center;
  }
}

@media (width: 540px) {
  .request_sample_button {
    text-align: center;
  }
  .buy_now_btn {
    float: none !important;
    height: 55px !important;
  }
  .request_sample_btn {
    float: none !important;
    height: 55px !important;
  }
}

@media (width: 360px) {
  .request_sample_button {
    text-align: center;
  }
  .buy_now_btn {
    float: none !important;
    height: 41px !important;
  }
  .request_sample_btn {
    float: none !important;
    height: 32px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .button_image {
    /* text-align: left !important; */
    height: 60px;
  }

  .buttons_section {
    text-align: right !important;
  }

  .no-gutters {
    margin-top: 20px;
  }

  .request_sample_button {
    text-align: center;
  }
  .buy_now_btn {
    float: none !important;
    height: 40px !important;
  }
  .request_sample_btn {
    float: none !important;
    height: 40px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1239px) {
  .button_image {
    /* text-align: left !important; */
    height: 55px;
  }

  .buttons_section {
    text-align: right !important;
  }

  .request_sample_button {
    text-align: center;
  }
  .buy_now_btn {
    float: left !important;
    height: 38px !important;
  }
  .request_sample_btn {
    float: right !important;
    height: 38px;
    margin-right: 20px;
  }
}

@media (min-width: 1240px) and (max-width: 2560px) {
  .button_image {
    /* text-align: left !important; */
    height: 40px;
  }

  .buttons_section {
    text-align: right !important;
  }

  .no-gutters {
    /* width: 90%; */
    float: right;
  }

  .buy_now_btn {
    float: none !important;
    height: 40px !important;
  }
  .request_sample_btn {
    float: right !important;
    height: 40px !important;
    margin-right: 15px;
  }
}
button.button.button4.button_image {
  border: none;
  font-weight: 600;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 1px 10px;
}
.download-icon {
  height: 25px;
  margin-top: -10px;
}
.buy_now_btn {
  margin-left: 20px;
}

.buy_now_btn {
  background-color: #028aca;
  background: linear-gradient(to bottom, #91d736 50%, #4a7511 98%);
  filter: drop-shadow(-5px 4px 1px #b6b5b5);
  text-shadow: 1px 1px 2px #3e3e3e;
  width: 125px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  /* Adds spacing between icon & text */
  padding: 10px;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.buy_now_btn:hover {
  background-color: #028aca;
  background: linear-gradient(to bottom, #91d736 50%, #4a7511 98%);
}
