@media (max-width: 1400px) {
  .headerMain .headerBottom .mainMenu .mm li {
    padding: 0 15px;
  }
  .headerMain .headerBottom .mainMenu .mm li a {
    font-size: 22px;
  }
  .headerMain .headerBottom .languageMain .lmTrigger {
    font-size: 18px;
  }
  .headerMain .headerBottom .mainMenu {
    margin: 0 20px;
  }
  .headerMain .headerBottom .headerIcons {
    margin-left: 20px;
  }
  .anchorTriggerBoxes li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 1200px) {
  .headerMain .headerTop {
    height: 70px;
  }
  .mobileMenuTrigger {
    display: block;
  }
  .headerMain .headerBottom {
    width: 100%;
    height: calc(100% - 70px);
    position: fixed;
    left: -100%;
    opacity: 0;
    top: 70px;
    background: #ffc62d;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .headerMain .headerBottom::-webkit-scrollbar {
    display: none;
  }
  .headerMain.showMenu .headerBottom {
    left: 0;
    opacity: 1;
  }
  .headerMain .headerBottom .hbHolder {
    width: 100%;
    float: left;
    padding: 0 40px;
  }
  .headerMain .headerBottom .headerIcons,
  .headerMain .headerBottom .headerBtHolder {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
  }
  .headerMain .headerBottom .mainMenu {
    width: 100%;
    margin: 30px 0;
  }
  .headerMain .headerBottom .mainMenu .mm li {
    width: 100%;
    float: left;
    padding: 0;
    height: auto;
    line-height: normal;
    padding: 15px 0;
  }
  .headerMain .headerBottom .mainMenu .mm li a {
    font-size: 35px;
  }
}
@media (max-width: 1000px) {
  .tripleServicesWidget .tswBox {
    width: calc(50% - 30px);
  }
  .bannerVideoBox .bvbVideo {
    height: calc(70vh - 134px);
  }
  .leftBorderContainer {
    padding: 50px 0;
  }
  .leftBorderContainer .lbcLeft {
    border-left-width: 30px;
  }
  .leftBorderContainer .lbcRight {
    padding-right: 30px;
  }
}
@media (max-width: 900px) {
  .footerMain .footerLeft {
    width: 100%;
    padding: 0;
  }
  .footerMain .footerRight {
    width: 100%;
    padding: 0;
    border: none;
    border-top: 3px solid #FFC62D;
  }
  .spContentContainer .sccLeft {
    width: 100%;
  }
  .spContentContainer {
    padding: 0 0 100px 0;
  }
  .spContentContainer .sccRight {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
  .spContentContainer .sccLinks .sccLink {
    font-size: 21px;
    width: 330px;
    margin: 10px;
  }
}
@media (max-width: 800px) {
  .fullVideo.forHome {
    overflow: hidden;
  }
  .fullVideo.forHome video {
    width: 150%;
    margin-left: -25%;
  }
  .referenceList li {
    width: 100px;
    height: 100px;
    margin: 0 15px;
  }
  .bannerVideoBox .bvbVideo {
    height: calc(45vh - 134px);
  }
  .headerMain .headerTop {
    height: 56px;
  }
  .headerMain .headerBottom {
    height: calc(100% - 56px);
    top: 56px;
  }
  .headerMain .headerTop .headerLogo {
    width: 126px;
    height: 28px;
  }
  .tripleServicesWidget .tswBox .tswTitle:hover .title {
    color: #ffc62d;
    background: #4d4d4d;
  }
  .leftBorderContainer .lbcLeft {
    width: 100%;
    padding: 0 20px;
  }
  .leftBorderContainer .lbcRight {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
  .spContentContainer .sccLinks .sccLink {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 600px) {
  .footerMain .footerBottom .fbLeft,
  .footerMain .footerBottom .fbRight {
    width: 100%;
    border: none;
    padding: 0;
  }
  .footerMain .footerForm .ffLeft {
    width: 100%;
    padding-right: 0;
  }
  .footerMain .footerForm .ffRight {
    width: 100%;
    padding-left: 0;
  }
  .tripleServicesWidget .tswBox {
    width: 90%;
    margin: 15px 5%;
  }
  .tripleServicesWidget .tswBox .tswText {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .spBanner .spbImage:before {
    padding-top: 40%;
  }
}
@media (max-width: 450px) {
  .spContentContainer .sccLinks .sccLink {
    width: calc(100% - 20px);
    margin: 10px;
  }
}