body {
  background: #fff;
  color: #444;
  font-family: "Muli", sans-serif;
    width:100%;
}

html {
  width:100%;
}

a {
  color: #fa8e50;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #fa8e50;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

#hero {
  width: 100%;
  height: 70vh;
  position: relative;
  background: #f5f8fd url("../img/getbackground.asp") center top no-repeat;
  background-size: cover;
  z-index: 999;
}

@media (max-width: 767px) {
  #hero {
    padding: 80px 0 60px 0;
  }
}


.index-hero {
  background-image: url("./img/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
}


.shape {
    background: #2cc1f7;
    height: 280px;
    position: absolute;
    width: 55%;
    color: white;
    top: 22%;
    box-shadow: 20px 2px 2px 0px rgba(0, 0, 0, 0.2), 4px 2px 20px 0 rgba(0, 0, 0, 0.19);
}

.shape::before {
    background: #2cc1f7 none repeat scroll 0 0;
    content: "";
    height: 280px;
    position: absolute;
    right: -60px;
    transform: skew(-16deg);
    width: 150px;
}

.hero-title {
  color: white;
  font-size: 58px;
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  line-height: 64px;
  letter-spacing: 2px;
}

.hero-subtitle {
  font-size: 15px;
  font-family: 'Muli', sans-serif;
}

.hero-content {
  padding: 20px 0 0 50px;
}

.hero-disclaimer {
  font-size: 12px;
  font-family: 'Muli', sans-serif;
}

.sub-button {
  width: 200px;
  text-align: center;
  padding: 5px;
  margin: 10px 0;
  background: #f78e57;
  border-radius: 8px;
  font-family: 'Muli', sans-serif;
  color: white;
}

@media (max-width: 1300px) { 
  .hero-title {
    font-size: 56px;
  }

  .shape {
    width: 58%;
  }
}

@media (max-width: 1230px) { 
  .hero-title {
    font-size: 54px;
  }
}

@media screen and (max-width: 1200px) {
  .hero-content {
    padding: 20px 40px 10px;
  }
  .hero-title {
      line-height: 56px;
      font-size: 50px;
  }
}

@media screen and (max-width: 1030px) {
  .rr-left, .rr-right {
    height: 500px !important;
  }

  .rr-right:before {
    border-top: 500px solid rgba(0, 0, 0, 0)!important;
  }
}

@media screen and (max-width: 991px) {
  .bottom-img {
    margin: 20px 0 0;
  }
  .subscription-photo img,
  .bottom-img img  {
    max-width: 100% !important;
  }

  .bottom-img {
    bottom: 0px !important;
  }
}

@media (max-width: 990px) { 
  .hero-title {
      line-height: 52px;
      font-size: 44px;
  }

  .pricing-text {
    font-size: 52px !important;
    line-height: 54px !important;
  }
  .shape {
    width: 62%;
  }
}

@media screen and (max-width: 911px) {
  .white-container {
    padding: 10px 45px 50px;
  }

  .sub-button {
    font-family: 'Muli', sans-serif;
    color: white;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  hr {
    position: inherit;
    }
}

@media screen and (max-width: 920px) { 
  .hidden {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 900px) {
  .rr-left, .rr-right {
    height: 600px !important;
  }

  .rr-right:before {
    border-top: 600px solid rgba(0, 0, 0, 0)!important;
  }

  .white-section-text {
    padding: 20px 30px 0 0px!important;
  }
}

@media (max-width: 768px) {
  .rr-left, .rr-right {
    height: 645px !important;
  }
  .shape {
    width: 80%;
  }

  .rr-right:before {
    border-top: 645px solid rgba(0, 0, 0, 0) !important;
  }

}


#banner {
  width: 100%;
    background-color: #EBEBEB;
}

.banner-set {
    position: relative;
    bottom: 60px;
    margin: 0 auto;
    padding: 0px 20px;
    z-index: 999;
}

.rr-right {
  position: relative;
  height: 400px;
  background-color: #f78e57;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;

}

.rr-left {
  z-index: 8;
  position: relative;
  height: 400px;
  padding-right: 60px;
  background-color: #ffffff;
}

.rr-left:after,
.rr-right:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
.rr-left:after {
  right: 0;
  border-bottom: 200px solid #f78e57;
  background-color: #f78e57;
}
.rr-right:before {
  left: -99.5px;
  border-right: 100px solid #f78e57;
  border-top: 400px solid rgba(0, 0, 0, 0);
}

.white-section-text {
  padding: 20px 40px 0 40px;;
  font-family: 'Muli', sans-serif;
}

.orange-section-text {
  color: white;
  font-size: 15px;
  font-family: 'Muli', sans-serif;
}

.pricing-text {
  font-size: 60px;
  margin: 0;
  font-family: 'Muli', sans-serif;
  line-height: 68px;
}

.white-background > .pricing-text,
.white-background > .pricing-subtext,
.white-background > .pricing-large,
.white-background > .pricing-info {
    text-align: center;
}

.pricing-subtext {
  font-size: 26px;
  margin: 0;
  line-height: 26px;
  font-family: 'Muli', sans-serif;
}

.pricing-large {
    font-family: 'Muli', sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

.rr-left p {
  margin: 0;
}

.rr-left ul {
  list-style: none;
  margin-top: 15px;
  padding-left: 15px;
}

.rr-left ul li::before {
  content: "\2022";
  color: #019ed5;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.pricing-info {
  font-size: 15px;
  font-family: 'Muli', sans-serif;
  text-align: center;
}

#features {
  background-color: #EBEBEB;
  padding: 50px 0px;
}

.feature-icon {
  width: auto;
  height: 55px;
  margin: 25px auto 0px;
  display: block;
}

hr {
    width: 70%;
    margin-top: -10px;
    margin-bottom: 10px;
    border: 1.5px solid #2cc1f7;
    position: relative;
    right: 15%;
}
.hidden {
  visibility: visible;
  display: block;
}

.panel {
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 1rem;
  margin-bottom: 1rem;
  height: 100%;
}

.card-body {
  padding: 10px 10px 20px;
}

.card-title {
  margin: 5px 0px;
  font-family: 'Muli', sans-serif;
  font-weight: 100;
  color: #f78e57;
  text-align: center;
}

p.card-text {
  font-size: 14px;
}

.card-text:last-child {
  margin-bottom: auto;
  font-family: 'Muli', sans-serif;
  padding-bottom: 10px;
  text-align: center;
}

#unlimited, #testimonial {
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  padding: 20px;
}

#unlimited {
  padding-top: 45px;
}
.subscription-photo img {
  width: 100%;
  max-width: 500px;
}

.subscription-title, .bottom-title {
  color: #18b4ea;
  font-size: 24px;
  padding-bottom: 10px;
  font-family: 'Muli', sans-serif;
}

.subscription-text {
    font-family: 'Muli', sans-serif;
    padding: 0 20px 0 0;
}

#testimonial {
  padding-bottom: 100px;
}

.testimonial-row {
    background: #009fd7;
    padding: 50px 0px;
    margin: 0 10px;
}

.test-text-col{
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-text {
    font-family: 'Muli', sans-serif;
    color: white;
}

.testimonial-author {
    position: absolute;
    right: 10%;
    margin-top: 20px;
}

.testimonial-img {
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-quote {
    font-size: 100px;
    position: absolute;
    color: #f78e57;
    top: -55%;
    right: 15%;
}

#savings {
  margin: 0 auto;
  background-color: #EBEBEB;
  position: relative;
  padding: 40px 55px 40px 30px;
}


.bottom-container{
  margin: 0 20px;
    padding: 0px 40px;
}

.bottom-img {
  margin: 0 auto;
  width: 100%;
  position: relative;
  bottom: 95px;
}

.bottom-img img {
  max-width: 450px;
}

/** Read More **/

#readMore {
  margin: 0 auto;
  background-color: #EBEBEB;
  position: relative;
}

#readMore a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
.hide {
     display: none;
}

#readMore h2 {
    color: #18b4ea;
    font-size: 24px;
    padding-bottom: 10px;
    font-family: 'Muli', sans-serif;
}

#readMore p {
font-family: 'Muli', sans-serif;
font-size: 14px;

}

.table {
    margin-bottom: 3rem; 
}

.table td, .table th, td, th {
  border: 1px solid #000000;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  table { 
      width: 100%; 
  }

  table, thead, tbody, th, td, tr { 
    display: block; 
  }
  
  thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  tr { border: 1px solid #000000; }
  
  td { 
    border: 1px solid #000000; 
    position: relative;
    padding-left: 50%; 
  }

  td:before { 
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    font-weight: bold;
  }

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4 !important;
}

.sub-button {
  width: auto !important;
  text-align: center !important;
  padding: 13px 23px !important;
  margin: 15px 0 !important;
  border-radius: 5px !important;
  display: inline-block !important;
}

.hero-title {
  padding-bottom: 15px !important;
}

.hero-disclaimer {
  font-size: 14px !important;
}

.shape {
  height: auto !important;
  padding-bottom: 30px !important;
  box-shadow: none !important;
}

.shape::before {
  height: 100% !important;
}

.card-title {
  font-size: 19px !important;
  margin-bottom: 12px !important;
}

.card-body p {
  line-height: 25px !important;
  min-height: 85px !important;
}

.white-section-text {
  padding: 40px 40px 0 40px !important;
}

.secureBy {
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
}

.social_links {
  float: inherit !important;
  overflow: hidden !important;
}

.secureBy p {
  display: block !important;
}

#footer {
  padding: 40px 0 !important;
  background-color: #fff !important;
  border: none !important;
}

#footer h3 {
  font-size: 22px !important;
}

#features {
  background-color: #F6F8FA !important;
}

#banner {
  background-color: #F6F8FA !important;
}

#savings {
  background-color: #F6F8FA !important;
}

#readMore {
  background-color: transparent !important;
}

.pricing-large {
  margin-bottom: 13px !important;
}

@media (min-width: 300px) and (max-width: 575.98px) {
  .shape {
    width: 100% !important;
    top: 14% !important;
  }

  .shape::before {
    height: auto !important;
    display: none !important;
  }

  #hero {
    height: 50vh !important;
  }

  .hero-content {
    padding: 20px 20px 10px !important;
  }

  .hero-title {
    line-height: 44px !important;
    font-size: 35px !important;
  }

  .pricing-text {
    font-size: 40px !important;
    line-height: 45px !important;
  }

  .pricing-subtext {
    font-size: 22px !important;
  }

  .rr-left {
    height: auto !important;
    padding-right: 0px !important;
    z-index: 2 !important;
  }

  .white-section-text {
    padding: 55px 20px !important;
    margin-top: 140px !important;
  }

  .rr-right {
    height: auto !important;
    padding: 55px 30px !important;
  }

  .rr-right::before {
    left: -299.5px !important;
    border-right: 0px solid #f78e57 !important;
    border-top: 0px solid rgba(0, 0, 0, 0) !important;
  }

  .subscription-title,
  .bottom-title {
    padding-top: 20px !important;
  }

  .testimonial-quote {
    font-size: 70px !important;
    top: -65px !important;
    right: 25px !important;
  }

  #unlimited,
  #testimonial {
    padding: 0px !important;
  }

  #savings {
    padding: 40px 15px 0px 15px !important;
  }

  .align-issue {
    margin-top: -150px !important;
  }

  #footer h3 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
  }

  #readMore {
    padding-bottom: 20px !important;
  }

  .shape::before {
    width: 0 !important;
    right: 0 !important;
  }
}

@media (min-width: 767px) and (max-width: 991.98px) {
  .pricing-text {
    font-size: 42px !important;
    line-height: 54px !important;
  }

  .pricing-subtext {
    font-size: 20px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1440.98px) {
  .card-body p {
    min-height: 135px !important;
  }
}
