.how-it-works .banner-section {
  background: #3b464c url(../images-v2/banner-bg.jpg) no-repeat 0px 0px / cover;
  position: relative;
  width: 100%;
  height: 480px;
  border-bottom: 2px solid #ff8600;
  background-color: #3b464c;
}

@media only screen and (max-width:979px) {
  .how-it-works .banner-section {
    height: auto;
  }
}

.how-it-works .banner-section .container-fluid {
  height: 100%;
}

.how-it-works .banner-section .banner-content {
  height: 100%;
  position: relative;
}

@media only screen and (max-width:979px) {
  .how-it-works .banner-section .banner-content {
    height: auto;
  }
}

.how-it-works .banner-section .banner-content .top-info {
  float: right;
  padding-top: 15px;
}

.how-it-works .banner-section .banner-content .top-info ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.how-it-works .banner-section .banner-content .top-info ul li {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  color: #9ca1a4;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}

@media only screen and (max-width:767px) {
  .how-it-works .banner-section .banner-content .top-info ul li {
    font-size: 18px;
  }
}

.how-it-works .banner-section .banner-content .top-info ul li.chat-now {
  padding-left: 40px;
  padding-right: 30px;
}

.how-it-works .banner-section .banner-content .top-info ul li.chat-now:before {
  content: '';
  background: url(../images-v2/chat-icon.png) no-repeat left top;
  position: absolute;
  left: 8px;
  width: 27px;
  height: 26px;
}

.how-it-works .banner-section .banner-content .top-info ul li.chat-now a {
  font-size: 21px;
  color: #9ca1a4;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}

.how-it-works .banner-section .banner-content .top-info ul li.phone-info {
  padding-left: 45px;
}

.how-it-works .banner-section .banner-content .top-info ul li.phone-info:before {
  content: '';
  background: url(../images-v2/phone-icon.png) no-repeat left top;
  position: absolute;
  left: 6px;
  width: 25px;
  height: 25px;
}

.how-it-works .banner-section .banner-content .text-block {
  clear: both;
  padding-top: 20px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 185px;
  position: relative;
}

@media only screen and (max-width:979px) {
  .how-it-works .banner-section .banner-content .text-block {
    padding-bottom: 0px;
  }
}

.how-it-works .banner-section .banner-content .text-block h1 {
  color: #ffffff;
  font-size: 64px;
  font-weight: 300;
  margin-bottom: 15px;
}

.how-it-works .banner-section .banner-content .text-block p.sub-head {
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
}

.how-it-works .banner-section .banner-content .text-block p.sub-head span {
  font-weight: 400;
}

.how-it-works .banner-section .text-block .cta-button {
  padding-top: 20px;
  position: absolute;
  bottom: -100px;
  width: 100%;
  z-index: 10;
}

@media only screen and (max-width:979px) {
  .how-it-works .banner-section .text-block .cta-button {
    position: static;
  }
}

.how-it-works .banner-section .text-block .cta-button:before, .how-it-works .banner-section .text-block .cta-button:after {
  content: '';
  display: table;
}

.how-it-works .banner-section .text-block .cta-button p.alternate {
  color: #ffffff;
  padding-top: 10px;
  display: none;
}

.how-it-works .banner-section .text-block .cta-button p.alternate a {
  color: #29b6f6;
  text-decoration: underline;
}

.how-it-works .banner-section .text-block .cta-button p.alternate a:hover {
  text-decoration: none;
}

.how-it-works .banner-section .text-block .cta-button .btn-orange {
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
  padding: 27px 105px;
  display: block;
  width: 490px;
  margin: 0 auto;
}

@media only screen and (min-width:500px) and (max-width:767px) {
  .how-it-works .banner-section .text-block .cta-button .btn-orange {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    padding: 20px 40px;
  width:400px;
  }
}

@media only screen and (max-width:499px) {
  .how-it-works .banner-section .text-block .cta-button .btn-orange {
  font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    padding: 20px 40px;
  width:auto;
  }
}

.how-it-works .banner-section .text-block .cta-button .window-version-check, .how-it-works .banner-section .text-block .cta-button p.alternate {
  display: none;
}

.how-it-works .banner-section .geekbuddy-how-it-work {
  position: absolute;
  bottom: 0px;
}

@media only screen and (max-width:979px) {
  .how-it-works .banner-section .geekbuddy-how-it-work {
    display: none;
  }
}

.how-it-works .trouble-shot-list li {
  position: relative;
  padding-top: 10px;
}

.how-it-works .trouble-shot-list li img {
  margin-right: 10px;
  display: inline-block;
}

.block-section.problem-solution {
  margin-top: 180px;
  margin-bottom: 30px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width:979px) {
  .block-section.problem-solution {
    margin-top: 60px;
  }
}

.block-section.problem-solution .white-box {
  padding: 0px 60px;
}

@media only screen and (max-width:767px) {
  .block-section.problem-solution .white-box {
    padding: 0px 10px;
  }
}

.problem-solution .text-block .heading {
  font-size: 42px;
  color: #455a64;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 300;
}

@media only screen and (max-width:767px) {
  .problem-solution .text-block .heading {
    font-size: 32px;
  }
}

.problem-solution .chat-block {
  text-align: center;
  position: relative;
  padding: 20px 0px;
}

.problem-solution .chat-block .chat-icon {
  height: 102px;
  margin-bottom: 20px;
}

.problem-solution .chat-block .chat-icon.icon1 {
  background: url(../images-v2/chat-info.jpg) no-repeat center 0px;
}

.problem-solution .chat-block .chat-icon.icon2 {
  background: url(../images-v2/chat-info.jpg) no-repeat center -102px;
}

.problem-solution .chat-block .chat-icon.icon3 {
  background: url(../images-v2/chat-info.jpg) no-repeat center -204px;
}

.problem-solution .chat-block .chat-icon.icon4 {
  background: url(../images-v2/chat-info.jpg) no-repeat center -306px;
}

.problem-solution .chat-block .chat-title {
  font-size: 32px;
  line-height: 35px;
  color: #598699;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.problem-solution .chat-block .chat-desc {
  font-size: 16px;
  color: #666666;
  font-weight: 300;
}

.block-section.certificate-experts {
  margin-bottom: 30px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
}

.block-section.certificate-experts .white-box {
  padding: 0px 60px;
}

@media only screen and (max-width:767px) {
  .block-section.certificate-experts .white-box {
    padding: 0px 10px;
  }
}

.certificate-experts .text-block .heading {
  font-size: 42px;
  color: #455a64;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 300;
}

@media only screen and (max-width:767px) {
  .certificate-experts .text-block .heading {
    font-size: 32px;
  }
}

.certificate-experts .expert-blocks {
  color: #455a64;
  padding: 20px 35px 20px 80px;
  position: relative;
}

@media only screen and (max-width:767px) {
  .certificate-experts .expert-blocks {
    padding-right: 10px;
  }
}

.certificate-experts .expert-title {
  color: #455a64;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.certificate-experts p {
  color: #455a64;
  font-size: 16px;
  font-weight: 400;
}

.certificate-experts .expert-blocks:before {
  content: '';
  background: url(../images-v2/experts-services.png) no-repeat left top;
  position: absolute;
  top: 25px;
  left: 0px;
  width: 62px;
  height: 62px;
}

.certificate-experts .expert-blocks.icon1:before {
  background-position: 0px 0px;
}

.certificate-experts .expert-blocks.icon2:before {
  background-position: 0px -62px;
}

.certificate-experts .expert-blocks.icon3:before {
  background-position: 0px -124px;
}

.certificate-experts .expert-blocks.icon4:before {
  background-position: 0px -186px;
}

.certificate-experts .expert-blocks.icon5:before {
  background-position: 0px -248px;
}

.certificate-experts .expert-blocks.icon6:before {
  background-position: 0px -310px;
}

.certificate-experts .expert-blocks.icon7:before {
  background-position: 0px -372px;
}

.certificate-experts .expert-blocks.icon8:before {
  background-position: 0px -434px;
}

.certificate-experts .expert-blocks.icon9:before {
  background-position: 0px -496px;
}