/* banner responsive */

@media only screen and (min-width: 1200px) {
  .banner-left-text {
    height: 100%;
    padding-top: 300px !important;
    top: 0;
    bottom: auto;
    display: flex;
  }

  .right {
    align-items: flex-start;
    padding-top: 300px !important;
    line-height: 65px;
  }
}

@media only screen and (max-width: 1400px) {
  .banner-left-text {
    font-size: 76px;
    line-height: 82px;
  }
}

@media only screen and (max-width: 1320px) {
  .banner-left-text {
    font-size: 70px;
    line-height: 76px;
  }

  .left {
    width: calc(100% - 450px);
  }

  .right {
    font-size: 44px;
    width: 450px;
  }
}

@media only screen and (max-width: 1260px) {
  .banner-left-text {
    font-size: 68px;
    line-height: 74px;
  }
}

@media only screen and (min-width: 1200px) {
  .left .view {
    min-height: calc(100vh - 99px);
  }
}

@media only screen and (max-width: 1200px) {
  .left {
    width: 65%;
  }

  .banner-left-text {
    font-size: 62px;
    line-height: 72px;
    padding: 50px 40px 60px;
  }

  .banner-left-logo {
    padding: 70px 30px 0;
  }

  .right {
    width: 35%;
    font-size: 40px;
    padding: 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .left .view {
    height: 670px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-common-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .left {
    width: 100%;
  }

  .left::after {
    height: 160px;
    width: 208px;
  }


  .left .view {
    height: unset;
  }

  .banner-left-logo {
    padding: 40px 80px 0;
  }

  .banner-left-text {
    position: static;
    font-size: 64px;
    line-height: 70px;
    margin: 60px 0 30px;
    padding: 0 30px;
  }

  .right {
    width: 100%;
    font-size: 40px;
    padding: 30px 30px 40px 100px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-left-logo {
    padding: 20px 15px 0;
    width: 100%;
  }

  .banner-left-logo img:last-child {
    margin-left: 40px;
  }

  .banner-left-logo img {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }

  .banner-left-text {
    font-size: 51px;
    line-height: 57px;
    margin-top: 60px;
    padding: 0 15px;
  }

  .right {
    width: 100%;
    font-size: 32px;
    padding: 20px 10px 30px 40px;
  }

  .right::after {
    width: 80px;
    height: 122px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-left-logo {
    padding: 20px 15px 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .banner-left-text {
    font-size: 38px;
    line-height: 44px;
    margin-top: 30px;
  }

  .right {
    font-size: 26px;
  }


}

@media only screen and (max-width: 540px) {
  .left::after {
    height: 81px;
    width: 98px;
    right: 0;
    left: auto;
    top: 0;
    transform: rotate(450deg) translateX(16px) translateY(81px);
    transform-origin: right bottom;
  }

  .banner-left-logo {
    display: flex;
    flex-direction: column;
    /* margin-top: 80px; */
    overflow: hidden;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 100px;
  }

  .banner-left-logo img {
    transform: none !important;
    max-width: 100%;
  }

  .banner-left-logo img:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
}
