@charset "UTF-8";

/* .content-button .btn {
  min-width: 33.33%;
  width: auto;
  margin-top: 30px;
} */

.phone-number {
  padding-left: 70px;
  padding-top: 30px;
}

.phone-number:before {
  content: "\f10b";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 15px;
  font-size: 58px;
}

.phone-number h5,
.phone-number h5 span {
  font-size: 34px !important;
  font-weight:inherit;
  margin-bottom: 10px;
}

html[lang="en"] body .phone-number h5 span{
  font-weight: lighter !important;
}

@media screen and (min-width: 1000px) {

  .mb-60 {
    margin-bottom: 55px;
  }

  .image-box-image-wrapper {
    min-height: 158px;
  }

}

@media screen and (min-width: 1200px) {

  .image-box-image-wrapper {
    width: 380px;
    height: 200px;
  }

}

@media screen and (max-width: 999px) {

  .mb-60 {
    margin-bottom: 30px;
  }

  .image-box-image-wrapper {
    min-height: 181.5px;
  }

  .image-box-image-wrapper img {
    height: 181.5px;
    width: auto;
    min-width: 345px;
  }

  /* .content-button .btn {
    max-width: 315px;
    min-height: 50px;
    width: 90%;
    line-height: 20px;
    padding: 17px 40px 20px 15px;
    margin: 30px auto 0px auto;
  } */

  .phone-number {
    padding-left: 50px;
    padding-top: 20px;
  }

  .phone-number h5,
  .phone-number h5 span {
    font-size: 18px !important;
    margin-bottom: 3px;
  }

  .phone-number::before {
    font-size: 55px;
    top: 14px;
  }

}

@media screen and (max-width: 767px) {

  .image-box-wrapper.image-box-shadow {
    max-width: 375px;
  }

}

@media screen and (max-width: 479px) {

  .phone-number span {
    display: inline-block;
    width: 100%;
  }

 .phone-number::before {
    top: 15px;
  }

  /* .content-button .btn {
    display: table;
  } */


}

@media print {

  .image-box-wrapper>div {
    width: 33%;
    float: left;
    margin: 15px 0;
  }
  .image-box-image-wrapper {
    position: static;
  }

  .image-box-image-wrapper img {
    position: static;
    width: 100%;
    display: block;
    margin: auto;
    padding: 0;
    height: auto;
    width: 100%;
    min-width: auto;
  }
  .line-height {
    display: none;
  }

}
