.top-banner {
  background-color: #d7d6d6;
}
.tele-banner {
  height: 33vw;
  min-height: 350px;
  display: flex;
  align-items: center;
}
.tele-banner h1 {
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  text-shadow: 0 1px 1px #666;
  font-family: OpenSans-Semibold;
  text-align: left;
  margin-top: 0;
}
.tele-col-1 {
  width: 50%;
}
.tele-col-2 {
  z-index: 1;
}
.list-item-banner-tele {
  padding-left: 40px;
  margin-top: 30px;
}
.list-item-banner-tele li {
  position: relative;
  color: #724fb0;
  font-size: 18px;
}
.list-item-banner-tele li:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/home/tick.png) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -40px;
}

.customer-list li {
  text-align: center;
}
.customer-list li + li {
  margin-top: 22px;
}
.customer-list li img {
  width: 230px;
}

.tele-big-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}
.tele-big-img img {
  height: 100%;
}

section.tele {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tele-solution {
  text-align: center;
}
.tele-solution h1 {
  color: #5a2fa6;
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 0;
}
.tele-solution h1.custom-smaller {
  font-family: OpenSans-SemiBold;
  font-size: 30px;
  color: #53545b;
}
.tele-solution h3 {
  color: #53545b;
  font-size: 20px;
}

.nav-steps {
  list-style: none;
  margin: 45px 0;
  padding-left: 0;
  border: 1px solid #a1b1c2;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.nav-steps > li > a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  color: #53545b;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all .3s ease;
}
.nav-steps > li.active > a,
.nav-steps > li > a:hover,
.nav-steps > li > a:focus {
  background-color: #a1b1c2;
  color: #fff;
  border-left-color: #fff;
}
.nav-steps > li + li > a {
  border-left: 1px solid #a1b1c2;
}
.nav-steps > li:first-child a {
  padding-left: 40px;
}
.nav-steps > li:last-child a {
  padding-right: 40px;
}

.tab-step h3 {
  margin-bottom: 40px;
  font-size: 16px;
  color: #53545b;
}
.tab-step img {
  max-width: 100%;
  /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}

.tele-manage {
  background-color: #f8f8f8;
}
.tele-manage h1 {
  color: #53545b;
  font-size: 30px;
  font-family: OpenSans-SemiBold;
  text-align: left;
  margin-top: 0;
  text-transform: uppercase;
}

.manage-list {
  margin-top: 50px;
  color: #53545b;
  font-size: 16px;
  padding-left: 40px;
}
.manage-list li {
  position: relative;
  line-height: 28px;
  margin-bottom: 20px;
}
.manage-list li:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../images/home/tick.png) center center no-repeat;
  position: absolute;
  top: 0px;
  left: -40px;
}

.manage-slider {
  /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}
.manage-slider img {
  max-width: 100%;
}

.tele-price {
  background-color: #f8f8f8;
}
.tele-price h1 {
  color: #53545b;
  font-size: 30px;
  font-family: OpenSans-SemiBold;
  margin-top: 0;
  margin-bottom: 80px;
  text-transform: uppercase;
}
.tele-price-item {
  color: #fff;
  padding: 10px;
  padding-bottom: 60px;
  margin-bottom: 15px;
  border-radius: 10px;
  text-align: center;
}
.tele-price-item.blue {
  background-color: #6cc1f2;
}
.tele-price-item.red {
  background-color: #f87e85;
}
.tele-price-item-title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
}
.tele-price-item-number {
  font-size: 50px;
  font-family: OpenSans-SemiBold;
}
.tele-price-item-unit {
  margin-top: 15px;
  font-size: 15px;
}
.tele-price-item-content {
  position: relative;
  margin-top: 25px;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  color: #5f6171;
  background-color: #fff;
  padding: 35px 25px 40px 25px;
  border-radius: 5px;
}
.tele-price-item-content:before {
  content: '';
  display: block;
  border-top: 15px solid #6cc1f2;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.tele-price-item.blue .tele-price-item-content:before {
  border-top-color: #6cc1f2;
}
.tele-price-item.red .tele-price-item-content:before {
  border-top-color: #f87e85;
}
.tele-price-item-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.tele-price-item-content ul li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #c3c9d8;
  position: absolute;
  top: 8px;
  left: 0;
}
.tele-price-item-button {
  width: 245px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: OpenSans-SemiBold;
  text-transform: uppercase;
  outline: none;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 122px);
  transition: all .3s ease;
}
.tele-price-item-button:hover,
.tele-price-item-button:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
  filter: brightness(115%);
  transform: translateY(-5px);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.tele-price-item.blue .tele-price-item-button {
  background-color: #30a2fa;
}
.tele-price-item.red .tele-price-item-button {
  background-color: #f44f5b;
}

.tele-regis h1 {
  color: #53545b;
  font-size: 30px;
  font-family: OpenSans-SemiBold;
  margin-top: 0;
  margin-bottom: 80px;
  text-transform: uppercase;
}

.tele-problems {
  background-color: #f8f8f8;
  color: #53545b;
}
.tele-problems h1 {
  font-family: OpenSans-SemiBold;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 80px;
}
.problem-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.problem-item > img {
  width: 70px;
  margin-bottom: 30px;
}
.problem-item-title {
  font-size: 15px;
}
.tele-link {
  background-color: #8f69d1;
  position: fixed;
  right: 0;
  bottom: calc(15vh + 200px);
  z-index: 10;
  text-decoration: none;
  color: #fff;
  font-family: OpenSans-SemiBold;
  outline: none;
  min-width: 170px;
  text-align: center;
  border: 1px solid rgba(255,255,255, 0.3);
  border-right: 0;
  padding: 10px 15px;
  border-radius: 20px 0 0 20px;
  transition: all .3s ease;
}
.tele-link:hover,
.tele-link:focus {
  color: #fff;
  text-decoration: none;
  background-color: #5b3e8e;
}

.tele-link-mobile {
  background-color: #8f69d1;
  position: fixed;
  bottom: calc(15vh + 200px);
  right: -120px;
  z-index: 10;
  text-decoration: none;
  color: #fff;
  font-family: OpenSans-SemiBold;
  outline: none;
  min-width: 170px;
  border-radius: 20px 0 0 20px;
  padding: 0;
  border: 1px solid rgba(255,255,255, 0.3);
  border-right: 0;
  transition: all .3s ease;
  display: none;
}
.tele-link-mobile.open {
  right: 0;
}
.tele-link-mobile i#tele-toggle {
  padding: 0 10px;
  line-height: 35px;
  cursor: pointer;
}
.tele-link-mobile a {
  line-height: 35px;
  color: #fff;
  text-decoration: none;
}
.goToPrevSlide {
  left: 5%;
}
.goToNextSlide {
  right: 5%;
}

/* Request form */
.request-form {
  background-color: #fff;
  position: fixed;
  right: 0;
  bottom: 15vh;
  z-index: 10;
  max-width: 170px;
  box-shadow: 0 0 8px -1px rgba(0,0,0,0.5);
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
.request-form .request-form-title {
  padding: 10px 15px;
  background-color: #30a2fa;
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-family: OpenSans-SemiBold;
}
.request-form form {
  padding: 10px;
}
.request-form input {
  width: 100%;
  border: 0;
  outline: none;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
.request-form input + input {
  margin-top: 10px;
}
.request-form input[type="submit"] {
  background-color: #30a2fa;
  width: 100%;
  font-family: OpenSans-SemiBold;
  color: #fff;
  border-radius: 2px;
  border: none;
}

.tele-modal .modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.tele-modal .modal-header {
  background: #9473cc;
  border: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-family: OpenSans-SemiBold;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.register-label {
  padding: 0;
  font-size: 12px;
  letter-spacing: .02em;
  color: #808089;
  margin-bottom: 10px;
}
.radio-groups {
  display: flex;
  flex-direction: column;
}
.radio-group input {
  visibility: hidden;
  position: absolute;
}
.radio-group label {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-group label .mask {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #9473cc;
  margin-right: 5px;
}
.radio-group input:checked + label .mask:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background-color: #9473cc;
  position: absolute;
  top: 2px;
  left: 2px;
}

.input-wrap {
  position: relative;
  height: 40px;
  width: 100%;
  margin: 25px 0;
  margin-bottom: 30px;
}
.input-wrap input {
  border: none;
  outline: none;
  border-bottom: 2px solid #808089;
  box-shadow: none;
  background: transparent;
  height: 38px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 15px;
  padding: 0;
  letter-spacing: .02em;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -o-transition: border 0.2s;
  -ms-transition: border 0.2s;
  transition: border 0.2s;
}
.input-wrap .placeholder-shift {
  position: absolute;
  top: 18px;
  left: 0;
  color: #909099;
  font-size: 15px;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.input-wrap input:focus + .placeholder-shift, 
.input-wrap input:focus + span + .placeholder-shift,
.input-wrap input:disabled + .placeholder-shift, 
.input-wrap .placeholder-shift.fixed {
  top: -6px;
  font-size: 12px;
  color: #22A5FF;
  letter-spacing: .02em;
}
.input-wrap .border-grow {
  position: absolute;
  display: block;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: #22A5FF;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  -ms-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.input-wrap input:focus + .placeholder-shift + .border-grow, 
.input-wrap input:focus + span + .placeholder-shift + .border-grow {
  width: 100%;
  height: 2px;
}

.btn-submit {
  background: #9473cc;
  width: 100%;
  border-radius: 2px;
  border: none;
  color: #ffffff;
  height: 50px;
  margin-top: 20px;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* Responsive */
@media screen and (min-width:768px) and (max-width: 991px) {
  section.tele {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tele-banner h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .customer-list li {
    text-align: left;
  }
  .customer-list li img {
    width: 180px;
  }
  .list-item-banner-tele {
    margin-top: 20px;
  }
  .customer-list {
    margin-top: 30px;
  }
  .tele-problems h1,
  .tele-manage h1,
  .tele-solution h1.custom-smaller,
  .tele-price h1,
  .tele-regis h1 {
    font-size: 24px;
  }
  .tele-solution h1 {
    font-size: 30px;
  }
  .tele-solution h3 {
    font-size: 16px;
  }
  .manage-list {
    margin-top: 30px;
  }
  .manage-list li {
    margin-bottom: 10px;
    line-height: 24px;
  }
  .manage-slider {
    margin-top: 60px;
  }
  .tele-price-item-title {
    font-size: 16px;
    margin-top: 20px;
  }
  .tele-price-item-number {
    font-size: 40px;
  }
  .tele-price-item-unit {
    font-size: 13px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .tele-col-1 {
    z-index: 1;
  }
  .tele-col-2 {
    width: 50%;
  }
  .tele-banner h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .customer-list li img {
    width: 100%;
  }
  .top-banner {
    height: 400px;
  }
  .tele-banner {
    height: 400px;
    align-items: flex-start;
    padding-top: 60px;
  }
  .list-item-banner-tele {
    margin-top: 10px;
    padding-left: 20px;
  }
  .list-item-banner-tele li {
    font-size: 13px;
  }
  .list-item-banner-tele li:before {
    top: 6px;
    width: 16px;
    height: 16px;
    left: -20px;
  }

  section.tele {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tele-problems h1,
  .tele-price h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .problem-item > img {
    margin-bottom: 15px;
  }
  .problem-item-title {
    margin-bottom: 20px;
  }
  
  .tele-solution h1,
  .tele-manage h1,
  .tele-solution h1.custom-smaller,
  .tele-price h1 {
    font-size: 20px;
  }
  .tele-price h1 {
    margin-bottom: 40px;
  }
  .tele-solution h3 {
    font-size: 13px;
  }
  .nav-steps {
    margin: 30px 0;
  }
  .nav-steps > li > a {
    font-size: 12px;
    padding: 0 10px;
  }
  .nav-steps > li:first-child a {
    padding-left: 20px;
  }
  .nav-steps > li:last-child a {
    padding-right: 20px;
  }
  .manage-list li:before {
    top: 2px;
  }

  .tele-price-item-title {
    margin-top: 10px;
    font-size: 16px;
  }
  .tele-price-item-number {
    margin-top: 32px;
  }
  .tele-price-item-unit {
    margin-top: 0;
  }
  .tele-price-item-content {
    padding: 25px 20px;
  }

  .tele-link {
    padding: 8px 10px;
    font-size: 12px;
  }
  .tele-link-mobile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .request-form {
    right: -120px;
    transition: all .3s ease;
  }
  .request-form.open {
    right: 0;
  }
}
