/*--------------------------------------------------------------
# Intro
--------------------------------------------------------------*/
#intro {
  background: rgb(0,93,156);
  background: linear-gradient(90deg, rgba(0,93,156,1) 0%, rgba(2,117,194,1) 38%, rgba(4,154,255,0.4852065826330533) 100%);
}
#intro h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: white;
  }
  
  #intro h2 {
    color: white;
    margin-bottom: 50px;
    font-size: 24px;
  }
#intro .bi-person-video3 {
    font-size: 22px;
    margin-right: 5px;
}
#intro .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #0071bc;
    background-color: #fff;
    /* border: 2px solid #0071bc; */
}

#intro .btn-get-started:hover {
    color: #0071bc;
    background-color: #fff;
    border-color: #0071bc;
}

/*--------------------------------------------------------------
# Product Description
--------------------------------------------------------------*/
#productDescription {
    text-align: center;
}

#productDescription h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

#productDescription h3 {
    font-size: 20px;
}

/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/
.step h1 {
    font-size: 35px;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
  padding-bottom: 80px;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.pricing .box h4 {
  font-size: 42px;
  color: #0071bc;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #0071bc;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #0071bc;
  color: #0071bc;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #0071bc;
  color: #fff;
}

.pricing .recommended {
  border-color: #0071bc;
}

.pricing .recommended .btn-buy {
  background: #0071bc;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}

.pricing-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 25px;
}

/*--------------------------------------------------------------
# Talk To Expert
--------------------------------------------------------------*/
#talkToExpert {
    padding: 0;
}
#talkToExpert .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #0071bc;
    border: 2px solid #0071bc;
  }
  
  #talkToExpert .btn-get-started:hover {
    background: #0071bc;
    color: #fff;
  }

  #talkToExpert h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: black;
  }
  
  #talkToExpert h2 {
    color: #484848;
    margin-bottom: 50px;
    font-size: 24px;
  }

  .btn-review{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #0071bc;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #0071bc;
  }