
.video-play-btn {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #06d6a0;
  border-radius: 50%;
  line-height: 66px;
  padding-left: 3px;
  color: #fff;
  margin-top: 30px;
}


html ,body {
  height: 100%;
}
.zmdi.zmdi-arrow-left {
  display: block;
  margin-left: -633px;
}

.cta-area.theme-2{background-image: url(../img/cta-2.jpg);}


.cta-area.theme-2:after{background: #2c6dea;
background: -moz-linear-gradient(45deg, #2c6dea 0%, #19b1e4 100%);
background: -webkit-linear-gradient(45deg, #2c6dea 0%,#19b1e4 100%);
background: linear-gradient(45deg, #2c6dea 0%,#19b1e4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6dea', endColorstr='#19b1e4',GradientType=1 );}


.boxed-btn, input[type="submit"], button[type="submit"] {
  background: #06d6a0;
}
.website-checker-from {
  margin-top: -35px;
}



.cta-area.theme-2 p {
  color: #fff;
}


.cta-area.theme-2 {
  position: relative;
  z-index: 1;
}
.cta-area.theme-2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .8;
  z-index: -1;
}


.cta-area.theme-2 .boxed-btn {
    display: inline-block;
    padding: 16px 61px;
    background: #fff;
    color: #333;
    margin-bottom: 30px;
    margin-top: 20px;
}

