body * {
  font-family: 'Montserrat', sans-serif;
}

body {
  background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: block;
  clear: both;
  overflow: auto;
  background-color: #fff;
}

.bg-image {
  background-color:#fff;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.header-left{
  float: left;
  padding-left:10%;
}

.header-left h1{
  font-weight: 800;
  margin-top:40px;
  color:#1fcdff;
  text-align: left;
  font-size:2.6rem;
}
.header-left h2{
  font-weight: 600;
  color:#666;
  text-align: left;
  font-size:1.25rem;
  line-height: 1.75rem;
}

#header-list{
  margin-top: 20px;
  padding-left:0;
}

#header-list li{
  color:#333;
  font-weight: 500;
  font-size:1.2rem;
  margin:15px auto;
}

#header-list li b{
  color:#1fcdff;
  font-weight: 800;
}

#free-trial-text{
  font-weight: 600;
  color:#1fcdff;
  margin-top:5px;
  font-size:1.35em;
}

.header-right{
  float: left;
  padding-top:5px;
  background: url(https://viral-launch.imgix.net/keyword-research/videoBackgroundElements.png) center center no-repeat;
  background-size:cover;
}

.header-buttons-div{
  margin-top:45px;
  padding-left:0;
}

.button-div{
  float:left;
  text-align: left;
}

.button-div a{
  font-size:1.3rem;
  font-weight: 700;
  color:#aaa;
  text-align: left;
}

.button-div a:hover{
  color: #666;
}

.button-div a:hover > .fa-angle-right{
  transform: translate(100%,0);
  -webkit-transform: translate(100%,0); /** Chrome & Safari **/
  -o-transform: translate(100%,0); /** Opera **/
  -moz-transform: translate(100%,0); /** Firefox **/
  color:rgba(200,200,200,.1);
}

.button-div a p{
  float: left;
}

.fa-angle-right{
  float: left;
  font-weight: 900;
  color:#1fcdff;
  font-size:2rem;
  margin-top:-5px;
  margin-left:10px;
  transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all .5s ease-in-out; /** Firefox **/
    -o-transition: all .5s ease-in-out; /** Opera **/
}

.white-slant {
  content: url('https://viral-launch.imgix.net/keyword-research/whiteSlant.png');
  width: 100%;
  margin-bottom: -1px;
}

#header {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-wrapper {
  margin-top: 110px;
  margin-bottom: 70px;
}

.kwr-header {
  white-space: nowrap;
  font-family: 'Montserrat', 'sans-serif';
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 50px;
  color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kwr-headline {
  font-family: 'roboto', sans-serif;
  font-weight: 100;
  font-size: 22px;
  margin-top: 24px;
  color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  letter-spacing: 1px;
}

.bg-kwr {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 55%;
}

.bg-kwr-div {
  display: flex;
  flex-direction: column;
}

.getStartedDiv {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  justify-content: center;
   align-items: center;
   text-align: center;
}

.getStartedButton {
  font-family: 'Montserrat', sans-serif;
  background-color: #f15c28;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  font-weight: 800;
  font-size: 1.5em;
  text-align: center;
  border: none;
  background: linear-gradient(to right, #f28420, #f15c28);
  text-transform: uppercase;
}

a {
  color: #ffffff;
}

.textifyDiv {
  display: flex;
  flex-direction: column;
}

.textifyImg {
  display: flex;
  flex-direction: column;
  margin: 100px auto;
  width: 70%;
}

.iframeDiv {
  width: 100%;
  text-align: center;
  margin-bottom:75px;
  margin-left:25px;
}

.iframevid {
  margin: 40px auto;
  padding-left:15px;
}

.lineBreakImg {
  margin: 30px auto;
  width: 60%;
}

.feature {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  align-content: center;
  justify-content: center;
  margin-bottom: 80px;
}

.featureH1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 3em;
  margin-top: 80px;
  margin-bottom: 35px;
  text-align: center;
  color: #f15c28;
  text-transform: uppercase;
}

.featureDiv {
  margin: 10px 30px 0px 30px;
  min-width: 200px;
  max-width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #f15c28;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 22px;
}

.featureIcon {
  max-width: 60%;
  max-height: 60%;
  min-width: 60%;
  min-height: 60%;
}

.featureDesc {
  margin-top: 10px;
  font-family: 'roboto', sans-serif;
  font-weight: 100;
  color: #050505;
  text-transform: none;
}

#useCaseSection{
  padding-top: 75px;
}

#useCaseHead{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 3em;
  margin-bottom: 35px;
  text-align: center;
  color:#1fcdff;
  text-transform: uppercase;
}

.carousel-div{
  width: 450px;
  min-height: 200px;
}

.slick-arrow {
  background-color: grey !important;
  width: 100px;
}

.carousel-image-test{
  display: inline;
  max-width: 500px;
  max-height: 500px;
}

.carousel-left{
  text-align: center;
  float: left;
}

.carousel-right{
  float: left;
  text-align: center;
}

.carousel-head{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color:#1fcdff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.carousel-text {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-left: 20px;
}

.carousel-p{
  font-family: 'roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
}

#benefits{
  display: flex;
}

.benefitsDiv{
  flex-direction: row;
}

.benefitsColumn{
  margin-bottom: 60px;
  flex-direction: column;
}

.benefitsRow{
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  align-items: center;
}

.benefitsMessDiv {
  margin-left: 25px;
}

.benefitMessHead{
  font-weight: 800;
  font-size: 25px;
  color: #1fcdff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.benefitMess{
  font-family: 'roboto', sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 30px;
}

.left{
  text-align: left;
}

.benefitImg{
  position: relative;
  max-width: 70%;
  min-width: 70%;
}

.rightImg{
  margin-left: 20%;
}

#compImageSection h2{
 text-transform: uppercase;
 font-weight: 800;
 font-size: 40px;
 color:#1fcdff;
 text-align: center;
 margin: 120px auto 80px auto;
 letter-spacing: 2px;
}

.compImageDiv{
 width: 80%;
 margin: 0 auto 80px auto;
 text-align: center;
}

.compImage{
 max-width: 100%;
 min-width: 300px;
 margin-bottom: 40px;
}

.ke {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ke .first-title-word {
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 56px;
  line-height: 0px;
  letter-spacing: 2px;
}

.ex-bold-upper {
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.first-title-word {
  font-size: 36px;
  color: #1fcdff;
}

.price-plan-image {
  height: auto;
  max-width: 100%;
}

.pricingInfo {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.pricingInfo ul {
  padding: 0;
  min-width: 250px;
}

#caseSection{
  background-color: #fff;
  margin-top: 0px;
}

.testimonialDiv{
  margin-top:35px;
}

.testHeadDiv{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.testHead{
  font-family: 'Montserrat', sans-serif;
  color:#1fcdff;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  margin:0;
  text-transform: uppercase;
}
.testInfo{
  margin-bottom: 80px;
}

.testName{
  font-family: 'Montserrat', sans-serif;
  color:#1fcdff;
  font-size:1.75em;
  font-weight: 800;
  text-align: left;
  margin-left: 60px;
  text-transform: uppercase;
  overflow: hidden;
}

.testBrand{
  font-family: 'Montserrat', sans-serif;
  color:#f15c28;
  font-size:1.25em;
  font-weight: 800;
  text-align: right;
  margin:0;
}

.testQL{
  position: absolute;
  padding: 0;
  margin-bottom: -50px;
  width: 50px;
}

.testP{
  font-family: 'roboto', sans-serif;
  text-align: left;
  font-size: 22px;
  margin-left: 50px;
  color: #b3b3b3;
}

.testP1{
  font-family: 'roboto', sans-serif;
  text-align: left;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 30px;
}

.testQR{
  position: absolute;
  padding: 0;
  width: 50px;
  bottom: 0px;
}

.bullet-text {
  font-family: 'Roboto';
  font-weight: 300;
}

.faqHeader{
  font-family: 'Montserrat', sans-serif;
  color:#1fcdff;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  margin:0;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.faqQuestionDiv{
  display: flex;
  flex-direction: row;
}

.faqQuestion, .faqAnswer{
  font-size:1.2em;
  line-height: 25px;
}

.faqQuestion{
  font-weight:600;

}

.faq-Q{
  font-size:1.1em;
  color:#f15c28;
  font-weight:600;
}

.faq-A{
  font-size:1.1em;
  color:#1fcdff;
  font-weight:600;
}

.buy-row {
  margin-top: 3em;
  width: 100%;
  max-width: 1150px;
  text-align: center;
}

.buy-row__btn,
.buy-row__btn:visited {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  background-color: #f15c28;
  border-radius: 20px;
  border: 0;
  padding: 1.5% 3%;
  color: #fff;
  font-weight: 800;
  font-size: 1.3em;
  background: #f15c28;
  background: -webkit-linear-gradient(left, #f28420 , #f15c28);
  background: -o-linear-gradient(right, #f28420, #f15c28);
  background: -moz-linear-gradient(right, #f28420, #f15c28);
  background: linear-gradient(to right, #f28420 , #f15c28);
}

.buy-row__btn:hover,
.buy-row__btn:active {
  color: #fff;
  background: -webkit-linear-gradient(left, #f15c28 , #f28420);
  background: -o-linear-gradient(right, #f15c28, #f28420);
  background: -moz-linear-gradient(right, #f15c28, #f28420);
  background: linear-gradient(to right, #f15c28 , #f28420);
}

@media all and (max-width: 900px) {
  .bg-kwr{
    width: 55%;
  }

  .textifyImg{
    width: 70%;
  }

  .lineBreakImg{
    width: 60%;
  }

  .kwr-header {
    font-size: 30px;
  }
}

#mobile-nav-icon span {
  background:#333 !important
}

@media (max-width: 850px) {
  .header-left{
    padding-left:15px;
  }
  .header-right{
    margin-top:25px;
    padding-top:20px;
    padding-left:0px;
  }
  .header-wrapper{
    margin-top:45px;
  }
  .header-left h1{
    margin-top:0px;
  }
  .button-div a{
    font-size:1.15rem;
  }
  .iframeDiv {
    margin-bottom:90px;
    margin-left:0px;
  }

  .iframevid {
    padding-left:0px;
  }
}

@media (max-width: 630px) {
  .header-buttons-div{
    margin-top:25px;
  }
  .header-right{
    margin-top:15px;
  }
  .header-left h1{
    font-size:1.5rem;
  }
  .header-left h2{
    font-size:1rem;
  }
  .button-div{
    padding-left: 0px;
  }
  .header-right{
    padding-right:0px;
  }
}

@media (max-width: 450px) {
  .header-left h2{
    font-size:.9rem;
  }
}
