* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #6e767c;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 8px;
  color: #272c32;
}

p {
  margin-bottom: 15px;
  color: #606970;
}

strong {
  font-weight: 700;
}

strike {
  color: #969696;
}

.cta {
  border: 1px solid #957fff;
  background-color: #957fff;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 45px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.3;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 4px;
  width: 200px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.padding-0 {
  padding: 0;
}

.cta-btn, .cta-btn:hover {
  background-color: #957fff !important;
  color: #fff !important;
  padding-right: 15px;
}

.cta:hover, .cta:focus {
  opacity: .8;
  color: #fff;
}

.cust-btn {
  background: transparent;
  color: #272c32;
  border: 2px solid #272c32;
  max-width: 220px;
  display: inline-block;
}

.cust-btn:hover, .cust-btn:focus {
  color: #272c32;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

section {
  padding: 80px 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 30px;
  color: #272c32;
}

.section-heading h3 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #272c32;
}

.section-heading h4 {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}

.section-heading h4::before {
  background: #2c2c2c;
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  left: -50px;
}

.section-heading h4::after {
  background: #2c2c2c;
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  right: -50px;
}

a {
  color: #2c2c2c;
}

a:focus, a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

.bg-white {
  background-color: #fff;
}

hr {
  height: 2px;
  margin: 15px auto;
  width: 100px;
  background: #2c2c2c;
}

.no-padding {
  padding: 0;
}

nav {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(173, 173, 173, .2);
  box-shadow: 2px 2px 5px 0 rgba(173, 173, 173, .2);
}

nav .container-fluid {
  padding-right: 0;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-brand {
  padding: 17px 0 0;
}

.navbar-brand img {
  height: 32px;
  padding-left: 35px;
}

.navbar-default {
  border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
  font-size: 14px;
  font-weight: 600;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #957fff;
}

.navbar-nav>li>a {
  padding-top: 24px;
  padding-bottom: 24px;
}

.navbar {
  border: 0;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.hero {
  padding: 0;
}

#hero {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url("../img/hero.png");
  background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/hero.png");
  background-image: -o-linear-gradient(left top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/hero.png");
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../img/hero.png");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 0;
  position: relative;
  height: 650px;
  margin-top: 68px;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .section-heading {
  margin-bottom: 30px;
}

#hero h2 {
  color: #fff;
  font-weight: 700;
}

#hero .hero-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 15px;
}

#hero .section-heading h1 {
  font-size: 41px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

#hero .sub-heading {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

#hero ul li {
  list-style: none;
}

#hero .bottom-section {
  width: 50%;
  margin: 0 auto;
}

#hero .bottom-section h3 {
  color: #fff;
  font-size: 30px;
}

#hero .bottom-section p {
  color: #fff;
  font-style: italic;
}

/* CMD */

#hero .cta-container {
  margin-top: 80px;
}

#books>nav {
  padding-top: 35px;
  background-color: #323c4f;
}

#books>nav a {
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  color: rgba(255, 255, 255, .6);
  height: 80px;
  line-height: 20px;
}

#books>nav a:hover {
  color: white;
}

#books>nav a.is-selected {
  color: white;
  font-weight: bold;
}

#books>nav a img {
  height: 49px;
}

#books>nav a h2 {
  font-size: 1em;
  padding: 0 5px;
  text-transform: capitalize;
}

.tab-container {
  width: 100%;
}

#books>article>section {
  display: none;
  padding: 80px 0;
}

#books>article>section.is-selected {
  display: block;
}

#books>article h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 60px 0 20px;
}

#books img {
  max-width: 100%;
}

#books #watchanywhere h2 {
  font-size: 22px;
  padding-right: 1em;
  margin: 0 0 20px;
}

#books #watchanywhere>div:first-child {
  margin-bottom: 60px;
}

#books #watchanywhere p {
  color: #999;
}

#books #pickprice h2 {
  font-size: 22px;
  display: inline;
  margin: 0 40px 0 0;
}

.tab-container {
  position: relative;
}

.tab-container .is-selected::after {
  position: absolute;
  top: 100%;
  left: 37%;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 30px #323c4f;
  border-left: solid 30px transparent;
  border-right: solid 30px transparent;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.columns.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column.is-25 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
}

.column.is-narrow {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

#features {
  padding: 0;
}

#features .dark-bg {
  background-color: #282C32;
  border: 0;
}

#features .nav-tabs.nav-justified>li>a {
  border-radius: 0;
  cursor: pointer;
  background-color: #282C32;
  border-bottom: 0;
}

#features li.active {
  font-weight: 700;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border: 0;
}

.tab-content .padding-0 img {
  border: 2px solid #fff;
}

#features .nav-tabs.nav-justified>li {
  border: 0;
}

#features .nav-tabs.nav-justified>li>a {
  margin-bottom: 0;
  border: 0;
}

#features .nav>li>a {
  padding: 40px 15px;
  color: #fff;
  font-size: 20px;
}

#features .nav {
  position: relative;
}

#features .nav-tabs>li>a:hover {
  border-color: transparent;
}

#features .nav-tabs.nav-justified>.active>a, #features .nav-tabs.nav-justified>.active>a:focus, #features .nav-tabs.nav-justified>.active>a:hover {
  border: 0;
}

#features .nav>li.active a::after {
  position: absolute;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  left: 48%;
  bottom: -1px;
  content: '';
  border-right: 20px solid transparent;
}

#features .img-gallery {
  padding: 0 20px;
}

#features .pick-p {
  padding-bottom: 41px !important;
  padding-top: 41px !important;
}

#features img.gallery {
  margin-right: 15px;
}

#features img.price {
  margin-right: 13px;
}

#features .logos img {
  height: 45px;
}

#features .feature-icons ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}

#features .feature-icons ul li {
  padding: 15px;
}

#features .feature-icons ul li a {
  padding: 15px 40px;
  display: block;
}

#features .feature-icons .logos img {
  display: inline-block;
}

#features .tab-pane {
  padding: 70px 0;
}

#features .card-head, #plans2 .card-head {
  background-color: #282C32;
  border-radius: 0;
  text-align: center;
  padding: 20px;
}

#features .card-head h4, #plans2 .card-head h4 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

#features .card-price, #plans2 .card-price {
  padding: 20px;
  border-left: 1px solid #f2f3f3;
  border-right: 1px solid #f2f3f3;
  height: 125px;
}

#plans2 .card-price h5, #online h5 {
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  display: block;
  margin: 0;
}

#plans2 .card-price h5 span, #online h5 span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}

.price-month strike {
  font-weight: 400;
}

#plans2 .card-price.price-yearly {
  text-align: center;
}

#features .card-img, #plans2 .card-img {
  border-left: 1px solid #f2f3f3;
  border-right: 1px solid #f2f3f3;
  text-align: center;
}

#features .card-img img, #plans2 .card-img img {
  margin-bottom: 0;
}

#features .card-body ul, #plans2 .card-body ul {
  margin: 0;
  padding: 0;
  border-left: 1px solid #f2f3f3;
  border-right: 1px solid #f2f3f3;
}

#features .card-body img, #plans2 .card-body img {
  margin: 0 5px 0 0;
  height: 18px;
}

#features .card-body ul li, #plans2 .card-body ul li {
  list-style: none;
  border: 1px solid #f2f3f3;
  padding: 17px;
}

#features .card-footer, #plans2 .card-footer {
  border: 0;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

#features .cta-container, #plans2 .cta-container {
  margin: 0;
}

#features .card-footer .cta-container a, #plans2 .card-footer .cta-container a {
  width: 100%;
  border-radius: 0;
}

/* #features .plan-section {
  margin: 40px 0;
} */

#plans2 .plan-section {
  margin-bottom: 0;
}

#online {
  position: relative;
}

.img-tab {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.lb-details {
  display: none;
}

.lb-closeContainer {
  margin-top: 10px;
}

.lb-nav a.lb-next {
  opacity: 1;
}

.lb-nav a.lb-prev {
  opacity: 1;
}

/* Why */

#why {
  background-color: #f2f3f3;
  text-align: center;
  position: relative;
}

#why .section-heading {
  margin-bottom: 40px;
}

#why .content img {
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

#why h5 {
  margin-bottom: 25px;
  font-size: 20px;
}

#why .video {
  margin-bottom: 40px;
}

#why .swap-img {
  margin: 0 auto 30px;
}

#why .img-left {
  position: absolute;
  top: 0;
  left: 0;
}

#why .content .text-area {
  padding: 0 60px;
}

#why .img-right-side {
  position: absolute;
  top: 100px;
  right: -100px;
  height: 764px;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#why p.sub-heading, #grow p.sub-heading {
  margin-bottom: 0;
  font-size: 18px;
  color: #606970;
}

#why .cta-container {
  margin-top: 30px;
  display: inline-block;
}

/*Testimonials*/

#testimonials {
  background: rgb(81, 187, 235);
  background: linear-gradient(90deg, rgba(81, 187, 235, 1) 0%, rgba(149, 127, 255, 1) 54%, rgba(28, 211, 219, 1) 100%);
  97%);
  text-align: center;
}

#testimonials .section-heading h3 {
  color: #fff;
}

#testimonials .box {
  padding-top: 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  height: 300px;
  border-radius: 10px;
  cursor: pointer;
}

.test-area {
  max-width: 350px;
  margin: 0 auto;
}

#testimonials .quote {
  padding: 20px 15px;
}

#testimonials .slick-slide img {
  display: inline-block;
}

.slick-dots {
  bottom: -49px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Affiliates */

#affiliates {
  background: #fff;
  padding: 40px 0;
}

#affiliates .section-heading {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

#affiliates .section-heading h3 {
  font-size: 25px;
  color: #c7c7c7;
}

#affiliates .logos img {
  height: 45px;
}

#affiliates .section-heading h4::before, #affiliates .section-heading h4::after {
  background: #fff;
}

#affiliates ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 50px;
}

#affiliates ul li {
  padding: 15px;
}

#affiliates ul li a {
  padding: 15px;
  display: block;
}

/* Grow */

#grow {
  text-align: center;
  background-color: #f2f3f3;
  margin-bottom: 0;
}

#grow .section-heading {
  margin-bottom: 50px;
}

#grow .team-photo img {
  margin: 0 auto;
}

#grow .cta-container {
  margin-top: 50px;
}

#grow .p-one {
  margin-bottom: 30px;
}

.last-p {
  margin-bottom: 0;
}

.terms p {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

.terms p a {
  text-decoration: underline;
  transition: all .3s ease-in-out;
}

.terms p a:hover {
  color: #957fff;
}

#plans2 {
  position: relative;
}

#plans2 .img-right {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

#plans2 .img-top {
  position: absolute;
  top: 0;
  left: 0;
}

.pricing-card {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

/* Footer */

footer {
  background-color: #282C32;
  padding: 30px 0;
  color: #fff;
}

footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
}

footer .copyright p {
  margin-bottom: 0;
  color: #fff;
}

footer .image {
  width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}

footer img {
  height: 8px;
}

footer .image {
  width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}

@media only screen and (max-width:1810px) {
  #plans2 .img-right {
    height: 600px;
  }
  #plans2 .img-top {
    height: 400px;
  }
}

@media only screen and (max-width:1600px) {
  #why .img-right-side {
    height: 490px;
    top: 211px;
  }
}

@media only screen and (max-width:1400px) {
  #why .img-right-side {
    display: none;
  }
}

@media only screen and (max-width:1365px) {
  #plans2 .img-top {
    height: 200px;
  }
  #plans2 .img-right {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    height: 400px;
  }
}

@media only screen and (max-width:1330px) {
  .img-tab {
    height: 640px;
  }
  #why .img-left {
    height: 640px;
  }
}

@media only screen and (max-width:1330px) {
  .img-tab {
    top: 200px;
    height: 631px;
  }
}

@media only screen and (max-width:1250px) {
  #why .img-left {
    height: 394px;
  }
}

@media only screen and (min-width:1200px) {
  #grow h4 {
    display: none;
  }
  #grow .team-photo {
    position: relative;
  }
  #grow .image {
    display: block;
    width: 100%;
    height: auto;
  }
  #grow .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, .4);
  }
  #grow .team-photo:hover .overlay {
    opacity: 1;
  }
  #grow .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  #grow .text h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }
}

@media only screen and (max-width:1199px) {
  #hero {
    height: 650px;
  }
  .hero-bg {
    height: 650px;
  }
  #hero .section-heading h1 {
    font-size: 35px;
  }
  #features .feature-icons ul li a {
    padding: 15px 20px;
  }
  .section-heading h3 {
    font-size: 35px;
  }
  #testimonials .quote-content {
    padding-top: 30px;
  }
  #grow .text h5 {
    font-size: 20px;
    font-weight: 400;
  }
  #affiliates .logos img {
    height: 36px;
  }
  #features>nav a .title-gallery h2 {
    margin-top: 7px;
  }
}

@media only screen and (max-width:1030px) {
  .section-heading h3 {
    font-size: 35px;
  }
  #hero {
    height: 450px;
  }
  .hero-bg {
    height: 450px;
  }
  #affiliates {
    padding: 50px 0;
  }
  #why .section-heading h3 {
    font-size: 35px;
  }
  #testimonials h5 {
    margin-bottom: 40px;
  }
  #testimonials h5:nth-child(1) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width:992px) {
  .no-padding__features {
    padding: 0;
  }
}

@media only screen and (max-width:991px) {
  .header li a {
    padding: 12px 16px 12px 0;
  }
  #customNav {
    padding: 0 15px 0 15px;
    max-width: 800px;
  }
  .header .menu-icon {
    padding: 25px 16px;
  }
  #hero .section-heading h1 {
    font-size: 30px;
  }
  #hero .sub-heading {
    font-size: 19px;
  }
  #features .feature-icons ul li a {
    padding: 15px 0;
  }
  #features .nav>li>a {
    font-size: 18px;
  }
  #features .feature-icons ul li {
    padding: 13px;
  }
  #testimonials {
    text-align: center;
  }
  #why .img-content img {
    margin: 0 auto 50px;
  }
  #features>nav a .title-gallery h2 {
    padding-top: 9px;
  }
  #why .why-images {
    margin: 0;
  }
  .imgs img {
    margin: 0 auto 30px;
  }
  #affiliates .logos img {
    height: 45px;
  }
}

@media only screen and (max-width:950px) {
  .img-tab, #plans2 .img-right {
    display: none;
  }
}

@media only screen and (max-width:946px) {
  #why .img-left, #plans2 .img-right, #plans2 .img-top, .img-tab {
    display: none;
  }
}

@media only screen and (max-width:704px) {
  .first {
    display: none;
  }
}

@media only screen and (min-width:705px) {
  .second {
    display: none;
  }
}

@media only screen and (max-width:768px) {
  .mb-none {
    margin-bottom: 0;
  }
  .nav-tabs.nav-justified>li {
    float: left;
    width: 50%;
  }
  #features .nav-tabs.nav-justified>li>a {
    margin-bottom: 1px;
  }
  #features .nav>li>a {
    font-size: 16px;
  }
}

@media only screen and (min-width:768px) {
  .mobile-cta {
    display: none !important;
  }
}

@media only screen and (max-width:768px) {
  .navbar-brand img {
    padding-left: 10px;
}
}

@media only screen and (max-width:767px) {
  .desktop-cta {
    display: none !important;
  }

  nav .container-fluid {
    padding-right: 15px;
}
  .navbar-brand {
    padding: 8px 0 0;
  }
  .navbar-header svg:not(:root) {
    overflow: hidden;
    height: 60px;
    width: 100px;
  }
  #myNavbar .nav>li>a {
    padding: 10px 15px 10px 10px;
  }
  #hero {
    height: 450px;
    margin-top: 50px;
  }
  #hero .section-heading {
    margin-bottom: 30px;
  }
  #hero .sub-heading {
    font-size: 18px;
  }
  #hero .cta-container {
    margin-top: 50px;
  }
  .section-heading h3 {
    font-size: 29px;
  }
  #features .nav>li>a {
    /* padding: 40px 15px; */
    padding: 40px 0px;
  }
  #features .card-price, #plans2 .card-price {
    height: auto;
  }
  #affiliates .section-heading h3, #why .section-heading h3 {
    text-align: center;
  }
  #cta-section span {
    font-size: 30px;
  }
  #why {
    text-align: center;
  }
  #why .content .text-area {
    padding: 0 15px;
  }
  #why .section-heading hr {
    margin: 20px auto;
  }
  #why .section-heading {
    margin-bottom: 30px;
  }
  #why p {
    margin-bottom: 30px;
  }
  #why p.sub-heading {
    font-size: 16px;
    text-align: center;
  }
  #features .plan-section {
    margin-bottom: 0;
  }
  #features .card-price {
    height: auto;
    padding: 30px;
  }
  #features .card-price h5 {
    font-size: 45px;
    margin: 0;
  }
  /* #features .pricing-card {
    margin-bottom: 50px;
  } */
  span.second {
    font-size: 20px;
  }
}

@media only screen and (max-width:660px) {
  span.second {
    display: block;
    margin-top: 10px;
  }
  #features .nav>li.active a::after {
    left: 42%;
  }
  #features img.price {
    margin-right: 0;
  }
  #features img.gallery {
    margin-right: 0;
  }
}

@media only screen and (max-width:650px) {
  #affiliates .logos img {
    height: 54px;
  }
  #features .feature-icons ul li a {
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 600px) {
  section {
    padding: 50px 0;
  }
  .navbar-brand img {
    padding-left: 0;
}
  #hero h2 {
    font-size: 25px;
  }
  #features .feature-icons ul li a {
    padding: 15px 20px;
  }
  /* #features .card-price h5, #features .price-month h5 span, #plans2 .card-price h5 {
    font-size: 34px;
  } */
  .cta {
    max-width: 100%;
  }
  .cust-btn {
    width: 100%;
  }
}

@media only screen and (max-width:550px) {
  #cta-section h3 {
    font-size: 20px;
  }
  #cta-section span {
    font-size: 22px;
  }
}

@media only screen and (max-width:507px) {
  span.second {
    font-size: 16px;
  }
}

@media only screen and (max-width:450px) {
  #hero .overlay {
    background-color: rgba(0, 0, 0, .7);
  }
  #hero {
    height: 430px;
    margin-top: 50px;
  }
  #hero .section-heading {
    padding: 0;
  }
  #hero .section-heading h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .section-heading h3 {
    font-size: 25px;
  }
  #testimonials .box {
    margin: 0 15px;
  }
  #why .section-heading h3 {
    font-size: 30px;
  }
  #why .cta-container {
    margin-top: 20px;
}
  #hero h1 {
    line-height: 1.1;
  }
  #features .tab .tab-content {
    padding: 20px;
  }
  #features .feature-icons ul li a {
    padding: 15px 5px;
  }
  #features .tab-pane {
    padding: 50px 0;
  }
  #grow {
    padding: 70px 0 30px;
  }
  #affiliates .logos img {
    height: 40px;
  }
  .nav>li>a>img {
    display: block;
    margin: 0 auto 10px;
  }
  #features .nav>li.active a::after {
    left: 39%;
    bottom: -2px;
  }
  #features .pick-p {
    padding-top: 42px !important;
  }
  #features img.gallery, #features img.price {
    margin: 0 auto 10px;
  }
  a.pick-p::after {
    bottom: -20px !important;
  }
}

@media only screen and (max-width:412px) {
  a.pick-p::after {
    bottom: -25px !important;
  }
}

@media only screen and (max-width:400px) {
  #hero .section-heading h1 {
    font-size: 30px;
  }
  .section-heading h3 {
    font-size: 24px;
  }
  span.second {
    font-size: 16px;
  }
  #why .section-heading h3 {
    font-size: 25px;
    text-align: center;
  }
  #features .nav>li>a {
    color: #fff;
    font-size: 16px;
  }
  #features .card-body ul li, #plans2 .card-body ul li {
    text-align: center;
  }
}

@media only screen and (max-width:375px) {
  #hero h2 {
    font-size: 20px;
  }
  #hero .sub-heading {
    font-size: 20px;
  }
}

@media only screen and (max-width:343px) {
  #features .card-price h5, #features .price-month h5 span, #plans2 .card-price h5 {
    font-size: 26px;
  }
  #features .card-body ul li, #plans2 .card-body ul li {
    font-size: 15px;
  }
}

@media only screen and (max-width:330px) {
  #features .nav>li>a {
    font-size: 13px;
  }
}
