@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-ExtraBold.ttf");
  font-weight: bolder;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-SemiBold.ttf");
  font-weight: 600;
}
main {
  color: #1A1A1A;
  font-family: "Raleway";
  background: #FBFBFB;
}

.pricing-chart {
  background: #1A1A1A;
  position: relative;
  padding-bottom: 80px;
}
.pricing-chart:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../assets/main-banner.svg") no-repeat;
  background-size: cover;
}
.pricing-chart h2 {
  font-weight: bolder;
  font-size: 36px;
  letter-spacing: 0.72px;
  color: white;
  margin: 60px 12px 12px;
}
.pricing-chart p {
  font-size: 16px;
  font-weight: 500;
  color: white;
  margin: 12px auto;
  letter-spacing: 0.32px;
  width: 85%;
}
.pricing-chart #pricing-tabs {
  text-align: center;
}
.pricing-chart #pricing-tabs ul {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #666666;
  background: #1A1A1A;
  overflow: hidden;
  margin: 44px 0 28px;
  height: 42px;
}
.pricing-chart #pricing-tabs ul.nav-tabs li a {
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  display: block;
  margin: 1px;
}
.pricing-chart #pricing-tabs ul.nav-tabs li a:focus, .pricing-chart #pricing-tabs ul.nav-tabs li a:hover {
  color: #1A1A1A !important;
  background: #fff;
  border: 1px solid #ddd;
}
.pricing-chart #pricing-tabs ul.nav-tabs li.active a {
  color: #1A1A1A;
}
.pricing-chart #pricing-tabs ul.nav-tabs li.active a:focus, .pricing-chart #pricing-tabs ul.nav-tabs li.active a:hover {
  color: #1A1A1A !important;
  cursor: default;
  background: #fff;
  border: 1px solid #ddd;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane {
  margin: 0 0px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
  min-height: 442px;
  width: 320px;
  margin: 0 15px;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border: 1px solid #70707026;
  border-radius: 4px 4px 0px 0px;
  margin-top: 42px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .pricing.selected:before {
  content: "BEST VALUE";
  position: absolute;
  font-weight: bolder;
  letter-spacing: 2.8px;
  color: #1A1A1A;
  text-transform: uppercase;
  width: 100%;
  top: -42px;
  left: 0;
  right: 0;
  height: 42px;
  text-align: center;
  padding: 14px;
  background: #C1D72E;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .pricing.selected, .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:hover, .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:focus, .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:active {
  border-radius: 0px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .pricing.selected .ce-footer button, .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:hover .ce-footer button, .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:focus .ce-footer button, .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:active .ce-footer button {
  background: #C1D72E;
  color: #1A1A1A;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-head {
  padding: 0 42px;
  text-align: left;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-head h2 {
  margin-left: 0;
  color: #1A1A1A;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.48px;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-head .tooltip-inner {
  text-align: left;
  background: #3a3a3a;
  font-family: "Raleway";
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-head .info-hover {
  font-style: normal;
  text-align: left !important;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-head .ce-licenses {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body {
  padding: 0 42px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .price span {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  color: #1A1A1A;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .price span:nth-of-type(2) {
  font-weight: 900;
  font-size: 48px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .price span:nth-last-of-type(1) {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 10px;
  padding: 5px 15px;
  letter-spacing: 0.2px;
  color: #FBFBFB;
  background-color: #337CFF !important;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .offers span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.24px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .offers span:nth-of-type(1) {
  font-weight: 600;
  margin: 5px 0;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .offers span:nth-of-type(2) {
  font-weight: 700;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .offers ul {
  display: block;
  background: transparent;
  width: auto;
  border: none;
  padding: 0;
  border-radius: 0;
  list-style-type: disc;
  overflow: visible;
  margin: 10px 0;
  letter-spacing: 0.28px;
  font-size: 14px;
  font-weight: 600;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .offers ul li {
  letter-spacing: 0.28px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 16px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .offers ul li:nth-of-type(1) {
  margin-top: 5px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body p {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #1A1A1A;
  margin-left: 0;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-footer {
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-footer button {
  display: block;
  border: solid 2px #C1D72E;
  width: 100%;
  height: 100%;
  color: #C1D72E;
  background: #1A1A1A;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.32px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.single-price {
  padding: 60px;
}
.single-price h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.96px;
  color: #1A1A1A;
  margin-bottom: 64px;
}
.single-price .lemo {
  padding: 10px 53px;
  font-weight: bold;
  letter-spacing: 0.28px;
  color: #1A1A1A;
  border-radius: 50px;
  background: transparent;
  border: solid 2px #C1D72E;
  height: 44px;
  margin-top: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-price .lemo:hover, .single-price .lemo:focus, .single-price .lemo:active {
  background: #C1D72E;
  color: #fff;
  outline: none;
}
.single-price .wrap-cap {
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 0;
  margin-top: 35px;
}
.single-price .wrap-cap p {
  margin-bottom: 25px;
}
.single-price .cap {
  margin-bottom: 20px;
}
.single-price .cap span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.48px;
  color: #1A1A1A;
}
.single-price .cap span span {
  display: initial;
  font-weight: 900;
  font-size: 48px;
}
.single-price .cap span span.info-hover {
  font-size: 20px;
}
.single-price .cap span .tooltip-inner {
  text-align: left;
  background: #3a3a3a;
  font-family: "Raleway";
}
.single-price .cap span .tooltip-inner i {
  font-style: normal;
  text-align: left !important;
}
.single-price .cap span:nth-of-type(2) {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  color: #1A1A1A;
}
.single-price .cap a {
  text-decoration: underline;
  font-size: 16px;
  color: #337CFF;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 0.32px;
}

.licenses {
  background: #1A1A1A;
  padding: 32px 15px 80px;
}
.licenses h2 {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.72px;
  color: #FBFBFB;
  margin: 48px 0;
}
.licenses ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.licenses ul .hoverElm {
  position: absolute;
  top: 0;
  left: -20px;
  right: 0;
  height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #000;
  border-radius: 50px;
  z-index: -1;
}
.licenses ul li {
  padding: 17px 0;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #FBFBFB;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  margin-bottom: 2px;
  cursor: default;
}
.licenses ul li:nth-of-type(1), .licenses ul li.ulhead {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.8px;
  color: #FBFBFB;
  text-transform: uppercase;
  opacity: 0.5;
}
.licenses ul li div:not(:nth-of-type(1)) {
  text-align: center;
}

.faqs {
  padding: 80px 15px;
}
.faqs h3 {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.72px;
  color: #222222;
}
.faqs .panel-group .panel {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 0px rgba(102, 102, 102, 0.4);
          box-shadow: 0 1px 0px rgba(102, 102, 102, 0.4);
  border-radius: 0;
}
.faqs .panel-group .panel .panel-heading {
  padding: 0;
  background-color: transparent;
}
.faqs .panel-group .panel .panel-heading .panel-title a {
  display: block;
  padding: 15px 0;
  padding-right: 30px;
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.48px;
  color: #222222;
}
.faqs .panel-group .panel .panel-heading .panel-title a:after {
  content: "+";
  position: absolute;
  background: #000000;
  color: #fff;
  padding: 2px 0px 0px 1px;
  text-align: center;
  border-radius: 40px;
  right: 0;
  font-size: 22px;
  width: 25px;
  height: 25px;
}
.faqs .panel-group .panel .panel-heading .panel-title a[aria-expanded=false]:after {
  content: "+";
}
.faqs .panel-group .panel .panel-heading .panel-title a[aria-expanded=true]:after {
  content: "-";
  padding: 0px 0px 0px 1px;
}
.faqs .panel-group .panel .panel-body {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #222222;
}
.faqs .panel-group p {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.32px;
  margin: 30px 0;
}

.banner {
  position: relative;
  height: calc(100vh - 108px);
  background: url("../assets/banner-image.png") no-repeat;
  background-size: cover;
}
.banner:before {
  content: "";
  position: absolute;
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(40%, #1A1A1A4D), to(#000000));
  background: transparent -o-linear-gradient(top, #1A1A1A4D 40%, #000000 100%);
  background: transparent linear-gradient(180deg, #1A1A1A4D 40%, #000000 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner .container {
  height: inherit;
}
.banner .main-cta-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: inherit;
}
.banner .main-cta-wrap .main-cta h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 55px;
  width: 60%;
  text-align: left;
  margin: 48px 0;
}
.banner .main-cta-wrap .main-cta .btn-solid {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  background: #C1D72E;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 33px;
  height: 48px;
}
.banner .main-cta-wrap .main-cta .btn-solid:hover, .banner .main-cta-wrap .main-cta .btn-solid:focus {
  outline: none;
  background: #fff;
}
.banner .main-cta-wrap .main-cta div {
  margin: 45px 0 45px 0;
}
.banner .main-cta-wrap .main-cta div span {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #FBFBFB;
  font-weight: 500;
  letter-spacing: 2.4px;
  opacity: 0.5;
  text-transform: uppercase;
}
.banner .main-cta-wrap .main-cta div ul {
  padding: 0;
  list-style: none;
}
.banner .main-cta-wrap .main-cta div ul li {
  display: inline-block;
  margin: 25px 30px 0 0;
}
.banner.landingbanner .main-cta-wrap {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.banner.landingbanner .main-cta-wrap .main-cta h2 {
  width: 100%;
}
.banner.landingbanner .main-cta-wrap .main-cta p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.72px;
  margin-bottom: 30px;
}
.banner.landingbanner .main-cta-wrap .main-cta p span {
  display: block;
}
.banner.landingbanner .main-cta-wrap .main-cta p.small-text {
  font-size: 18px;
  margin-top: 20px;
}

.hero {
  padding-bottom: 40px;
}
.hero h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #1A1A1A;
  font-weight: 800;
  letter-spacing: 0.72px;
  line-height: 55px;
  text-align: center;
  margin: 40px 0;
}
.hero .hero-wrap, .hero .hero-wrap-reverse {
  max-width: 768px;
  margin: 0 auto;
}
.hero .hero-wrap p, .hero .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-align: center;
  padding: 10px;
}
.hero .hero-wrap p span, .hero .hero-wrap-reverse p span {
  display: block;
}
.hero .hero-wrap-reverse {
  max-width: unset !important;
  padding-top: 50px;
}
.hero .hero-wrap-reverse h4 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #1A1A1A;
  font-weight: 800;
  letter-spacing: 0.32px;
}
.hero .btn-outlined {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  border: 2px solid #C1D72E;
  background: transparent;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 33px;
  height: 48px;
  margin-top: 30px;
}
.hero .btn-outlined:hover, .hero .btn-outlined:focus {
  outline: none;
  background: #C1D72E;
}
.hero .btn-solid {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  background: #C1D72E;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 33px;
  height: 48px;
}

.cta-2 {
  background: url("../assets/search_screenshot.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-1 {
  background: url("../assets/Audiosocket-Header_Dark-BG.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  text-align: center;
}
.cta-1 h2 {
  text-align: center !important;
}
.cta-1 .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-top: 30px;
  padding-left: 0;
  text-align: center !important;
}
.cta-1 .hero-wrap-reverse p.small-text {
  margin-top: 10px;
  font-size: 16px;
}

.cta-1-Weddings {
  background: url("../assets/Weddings-Header.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  text-align: center;
}
.cta-1-Weddings h2 {
  text-align: center !important;
}
.cta-1-Weddings .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-top: 30px;
  padding-left: 0;
  text-align: center !important;
}
.cta-1-Weddings .hero-wrap-reverse p.small-text {
  margin-top: 10px;
  font-size: 16px;
}

.cta-1-Realtor {
  background: url("../assets/Realtor-Header.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  text-align: center;
}
.cta-1-Realtor h2 {
  text-align: center !important;
}
.cta-1-Realtor .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-top: 30px;
  padding-left: 0;
  text-align: center !important;
}
.cta-1-Realtor .hero-wrap-reverse p.small-text {
  margin-top: 10px;
  font-size: 16px;
}


.cta-1-DQ {
  background: url("../assets/audiosocket_background.png") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  text-align: center;
}
.cta-1-DQ h2 {
  text-align: center !important;
}
.cta-1-DQ .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-top: 30px;
  padding-left: 0;
  text-align: center !important;
}
.cta-1-DQ .hero-wrap-reverse p.small-text {
  margin-top: 10px;
  font-size: 16px;
}


.cta-1-Courses {
  background: url("../assets/E-Learning-Header.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  text-align: center;
}
.cta-1-Courses h2 {
  text-align: center !important;
}
.cta-1-Courses .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-top: 30px;
  padding-left: 0;
  text-align: center !important;
}
.cta-1-Courses .hero-wrap-reverse p.small-text {
  margin-top: 10px;
  font-size: 16px;
}

.cta-1-Influencer {
  background: url("../assets/Audiosocket-Header_Dark-BG.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  text-align: center;
}
.cta-1-Influencer h2 {
  text-align: center !important;
}
.cta-1-Influencer .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-top: 30px;
  padding-left: 0;
  text-align: center !important;
}
.cta-1-Influencer .hero-wrap-reverse p.small-text {
  margin-top: 10px;
  font-size: 16px;
}

.cta-1-Vlogger {
  background: url("../assets/vlogger.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  text-align: center;
}
.cta-1-Vlogger h2 {
  text-align: center !important;
}
.cta-1-Vlogger .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-top: 30px;
  padding-left: 0;
  text-align: center !important;
}
.cta-1-Vlogger .hero-wrap-reverse p.small-text {
  margin-top: 10px;
  font-size: 16px;
}

.cta-1-Agency {
  background: url("../assets/agency.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  text-align: center;
}
.cta-1-Agency h2 {
  text-align: center !important;
}
.cta-1-Agency .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-top: 30px;
  padding-left: 0;
  text-align: center !important;
}
.cta-1-Agency .hero-wrap-reverse p.small-text {
  margin-top: 10px;
  font-size: 16px;
}

.cta-1-Professional {
  background: url("../assets/professional.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  text-align: center;
}
.cta-1-Professional h2 {
  text-align: center !important;
}
.cta-1-Professional .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-top: 30px;
  padding-left: 0;
  text-align: center !important;
}
.cta-1-Professional .hero-wrap-reverse p.small-text {
  margin-top: 10px;
  font-size: 16px;
}

.cta-ex, .cta-2 {
  padding-bottom: 0;
  overflow: hidden;
}
.cta-ex h2, .cta-2 h2 {
  text-align: left;
  padding-top: 30px;
}
.cta-ex .hero-wrap-reverse, .cta-2 .hero-wrap-reverse {
  padding-top: 0;
}
.cta-ex .hero-wrap-reverse img, .cta-2 .hero-wrap-reverse img {
  width: 120%;
}
.cta-ex .hero-wrap-reverse p, .cta-2 .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-top: 30px;
  padding-left: 0;
  text-align: left !important;
}
.cta-ex .hero-wrap-reverse p.small-text, .cta-2 .hero-wrap-reverse p.small-text {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cta-ex, .cta-2 {
    text-align: center;
  }
  .cta-ex h2, .cta-2 h2 {
    text-align: center;
  }
  .cta-ex .hero-wrap-reverse p, .cta-2 .hero-wrap-reverse p {
    text-align: center !important;
  }
}

.hero-dark {
  background: #1A1A1A;
}
.hero-dark h2 {
  color: #FBFBFB;
  margin-bottom: 10px;
}
.hero-dark p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #F7F7F7;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 45px;
}
.hero-dark .hero-wrap p {
  color: #FBFBFB;
}
.hero-dark .hero-wrap .btn-outlined {
  color: #C1D72E;
}
.hero-dark .hero-wrap .btn-outlined:hover, .hero-dark .hero-wrap .btn-outlined:focus {
  color: #1A1A1A;
}

.curated-list {
  background: #EAEAEA;
}
.curated-list h2 {
  text-align: left;
  margin-bottom: 15px;
}
.curated-list p.subtitle {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.curated-list .img-wrap {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 350px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.curated-list .img-wrap img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.curated-list .img-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.787552521)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.787552521) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.787552521) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.curated-list .img-wrap .track-info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.curated-list .img-wrap .track-info span {
  padding: 15px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.4px;
  width: 50%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.curated-list .img-wrap .track-info span:nth-of-type(1) {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.video-section video {
  width: 100%;
}
.video-section h2 {
  text-align: left;
}
.video-section p {
  text-align: left !important;
  padding-left: 0 !important;
}

.m-auto {
  margin: 0 auto;
}

.source-gallary {
  background: #1A1A1A;
  color: #fbfbfb;
  padding-bottom: 60px;
}
.source-gallary .browse-playlist {
  padding: 60px 0;
}
.source-gallary .browse-playlist .playlist-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  padding-bottom: 30px;
}
.source-gallary .browse-playlist .playlist-text h3 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #fbfbfb;
  font-weight: 800;
  letter-spacing: 0.72px;
}
.source-gallary .browse-playlist .playlist-text p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin: 15px 0;
}
.source-gallary .browse-playlist .btn-outlined {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  border: 2px solid #C1D72E;
  background: transparent;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 33px;
  height: 48px;
  margin-top: 30px;
  color: #C1D72E;
}
.source-gallary .browse-playlist .btn-outlined:hover, .source-gallary .browse-playlist .btn-outlined:focus {
  outline: none;
  background: #C1D72E;
}
.source-gallary .browse-playlist .btn-outlined:hover, .source-gallary .browse-playlist .btn-outlined:focus {
  color: #1A1A1A;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item {
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item:before {
  content: "";
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1A1A1A4D), to(#000000));
  background: transparent -o-linear-gradient(top, #1A1A1A4D 0%, #000000 100%);
  background: transparent linear-gradient(180deg, #1A1A1A4D 0%, #000000 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item h4 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #F7F7F7;
  font-weight: 500;
  letter-spacing: 0.28px;
  position: absolute;
  bottom: 0;
  left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item:hover:before {
  content: "";
  top: 80%;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item:hover h4 {
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  font-size: 20px;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-prev,
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-next {
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  display: block !important;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-prev:hover, .source-gallary .browse-playlist #home-playlist.owl-carousel .owl-prev:focus,
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-next:hover,
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-next:focus {
  background: none;
  outline: none;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-prev {
  left: 0;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-next {
  right: 0;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-prev i,
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-next i {
  color: #fbfbfb;
  font-size: 15px;
}
.source-gallary .d-cont {
  max-width: 1440px !important;
  width: 100%;
}
.source-gallary .d2-cont {
  max-width: 1920px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.source-gallary .masonry .btn-outlined {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  border: 2px solid #C1D72E;
  background: transparent;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 33px;
  height: 48px;
  margin-top: 30px;
  color: #C1D72E;
}
.source-gallary .masonry .btn-outlined:hover, .source-gallary .masonry .btn-outlined:focus {
  outline: none;
  background: #C1D72E;
}
.source-gallary .masonry .btn-outlined:hover, .source-gallary .masonry .btn-outlined:focus {
  color: #1A1A1A;
}
.source-gallary .masonry h3 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #fbfbfb;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-align: center;
  margin: 60px 0;
}
.source-gallary .masonry .newMasonry div {
  padding: 5px;
}
.source-gallary .masonry .newMasonry div:nth-of-type(1) {
  padding-left: 0;
}
.source-gallary .masonry .newMasonry div:nth-last-of-type(1) {
  padding-right: 0;
}
.source-gallary .masonry .newMasonry div div {
  padding: 5px 0;
}
.source-gallary .masonry .masonry-with-columns {
  -webkit-columns: 4 400px;
     -moz-columns: 4 400px;
          columns: 4 400px;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
  overflow: hidden;
}
.source-gallary .masonry .masonry-with-columns div {
  background: #EC985A;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  color: white;
  margin: 0 1rem 1rem 0;
  display: inline-block;
  width: 100%;
  font-weight: 900;
  font-size: 2rem;
  overflow: hidden;
  text-indent: -2000px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(1) {
  height: 352px;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(2) {
  height: 345px;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(3) {
  height: 405px;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(4) {
  height: 617px;
  background-position: bottom !important;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(5) {
  height: 500px;
  background-position: bottom !important;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(6) {
  height: 393px;
  background-position: bottom !important;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(7) {
  height: 750px;
  background-position: top !important;
}
.source-gallary .masonry .masonry-with-columns div:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.source-gallary .masonry .masonry-with-columns div a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.testimonials {
  padding-bottom: 40px;
}
.testimonials #testimonials.owl-carousel .owl-stage .owl-item .item .test-img img {
  width: 200px;
  margin: 0 auto;
  border-radius: 10px;
}
.testimonials #testimonials.owl-carousel .owl-stage .owl-item .item .test-img h4 {
  margin: 10px 0 5px 0;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.36px;
}
.testimonials #testimonials.owl-carousel .owl-stage .owl-item .item .test-img span {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 600;
  letter-spacing: 0.28px;
}
.testimonials #testimonials.owl-carousel .owl-stage .owl-item .item .test-desc {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 600;
  letter-spacing: 0.36px;
  font-style: italic;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  button:not([role=button]) {
    width: 100%;
  }

  .banner .main-cta-wrap .main-cta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .source-gallary .masonry .masonry-with-columns {
    -webkit-columns: 2 150px;
       -moz-columns: 2 150px;
            columns: 2 150px;
    max-height: 500px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(1) {
    height: 300px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(2) {
    height: 170px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(3) {
    height: 150px;
  }

  .testimonials #testimonials.owl-carousel .owl-stage .owl-item .item .test-img img {
    width: 120px;
  }
  .testimonials #testimonials.owl-carousel .owl-stage .owl-item .item .test-desc {
    font-size: 16px;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  .pricing-chart h2 {
    font-size: 30px;
  }
  .pricing-chart p {
    font-size: 14px;
  }

  .single-price h2 {
    font-size: 30px;
  }

  .licenses h2 {
    font-size: 30px;
  }
  .licenses ul li {
    font-size: 14px;
  }
  .licenses ul li:nth-of-type(1) {
    font-size: 12px;
    word-wrap: break-word;
  }

  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
    width: auto !important;
    height: auto;
    margin: 80px 30px;
  }
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:nth-of-type(1) {
    margin-top: 0;
  }

  .faqs {
    padding: 30px 15px;
  }
  .faqs h3 {
    font-size: 30px;
  }
  .faqs .panel-group .panel .panel-heading .panel-title a {
    font-size: 18px;
  }

  .banner {
    height: calc(100vh - 70px);
    background-position: right;
  }
  .banner:before {
    background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(40%, #1A1A1A4D), to(#000000));
    background: transparent -o-linear-gradient(top, #1A1A1A4D 40%, #000000 100%);
    background: transparent linear-gradient(180deg, #1A1A1A4D 40%, #000000 100%);
  }
  .banner .main-cta-wrap {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .banner .main-cta-wrap .main-cta {
    text-align: left;
  }
  .banner .main-cta-wrap .main-cta h2 {
    font-size: 24px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }
  .banner .main-cta-wrap .main-cta div {
    margin: 45px 0 30px 0;
    text-align: left;
  }
  .banner .main-cta-wrap .main-cta div ul li {
    margin: 20px 10px 0 0;
  }
  .banner .main-cta-wrap .main-cta div ul li img {
    width: 80%;
  }
  .banner.landingbanner .main-cta-wrap .main-cta h2 {
    width: 100%;
  }
  .banner.landingbanner .main-cta-wrap .main-cta p span {
    display: inline-block;
  }

  .curated-list .img-wrap {
    height: auto;
    min-height: 150px;
  }
  .curated-list .img-wrap img {
    height: 100%;
  }

  .hero h2 {
    font-size: 24px;
    line-height: 40px;
    margin: 24px 0;
  }
  .hero .hero-wrap div {
    margin: 15px 0;
    padding: 0;
  }
  .hero .hero-wrap div p {
    padding: 10px 5px;
  }
  .hero .hero-wrap button {
    display: block !important;
  }

  .source-gallary .browse-playlist .playlist-text {
    text-align: center;
  }
  .source-gallary .browse-playlist .playlist-text h3 {
    font-size: 24px;
  }
  .source-gallary .browse-playlist .playlist-text span {
    margin-bottom: 30px;
  }
  .source-gallary .masonry h3 {
    font-size: 30px;
    margin: 20px 0;
  }
  .source-gallary .masonry .masonry-with-columns {
    -webkit-columns: 2 150px;
       -moz-columns: 2 150px;
            columns: 2 150px;
    max-height: 600px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(1) {
    height: 300px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(2) {
    height: 200px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(3) {
    height: 200px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(4) {
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
    width: 100% !important;
    height: auto;
    margin: 40px 30px;
  }
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:nth-of-type(1) {
    margin-top: 0;
  }

  .banner {
    height: 80vh;
  }
  .banner .main-cta-wrap {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .banner .main-cta-wrap .main-cta {
    text-align: left;
  }
  .banner .main-cta-wrap .main-cta h2 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .hero .hero-wrap button {
    display: block !important;
  }

  .source-gallary .masonry .masonry-with-columns {
    -webkit-columns: 2 250px;
       -moz-columns: 2 250px;
            columns: 2 250px;
    max-height: 600px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(1) {
    height: 300px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(2) {
    height: 200px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(3) {
    height: 200px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(4) {
    height: 300px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
    margin: 40px 2px;
    width: 305px;
    min-height: 452px;
  }
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing .ce-head,
.pricing-chart #pricing-tabs .tab-content .tab-pane .pricing .ce-body {
    padding: 0 15px !important;
  }

  .banner {
    background-position: right;
  }

  .curated-list .img-wrap img {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
    margin: 40px 15px;
    width: 350px;
    min-height: 452px;
  }
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing .ce-head,
.pricing-chart #pricing-tabs .tab-content .tab-pane .pricing .ce-body {
    padding: 0 15px !important;
  }

  .banner {
    height: 100vh;
    background-position: right;
  }

  .source-gallary .masonry .masonry-with-columns {
    -webkit-columns: 3 200px;
       -moz-columns: 3 200px;
            columns: 3 200px;
  }
}
@media screen and (min-width: 1642px) {
  .banner {
    height: calc(100vh - 108px);
    background-position: right;
  }
}
.sf-container {
  position: fixed;
  left: 0;
  right: -100%;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.sf-container.sf-active {
  opacity: 1;
  right: 0;
  pointer-events: unset;
}
@media (max-width: 992px) {
  .sf-container .step-form {
    width: 96%;
    height: 96%;
    left: calc((100% - 96%)/2);
    top: calc((100% - 96%)/2);
  }
}

.step-form {
  position: absolute;
  width: 90%;
  height: 90%;
  left: calc((100% - 90%)/2);
  top: calc((100% - 90%)/2);
  overflow: hidden;
  z-index: 999;
}
.step-form .step-form-head {
  padding: 10px;
  background: #fbfbfb;
}
.step-form .step-form-head .step-form-nav {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  counter-reset: step;
  max-width: 1024px;
  margin: 0 auto;
}
.step-form .step-form-head .step-form-nav .step-form-nav-menu {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  text-align: center;
  position: relative;
  padding-top: 32px;
  color: #1A1A1A;
  font-size: 12px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  text-indent: 0;
}
.step-form .step-form-head .step-form-nav .step-form-nav-menu:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  counter-increment: step;
  content: counter(step);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  -o-transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 1px solid #C1D72E;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  color: #1A1A1A;
}
.step-form .step-form-head .step-form-nav .step-form-nav-menu:after {
  position: absolute;
  top: 12.8px;
  left: calc(-50% - 28px / 2);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #1A1A1A;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, #c1d72e), to(black));
  background: -o-linear-gradient(left, #c1d72e -100%, black 100%);
  background: linear-gradient(90deg, #c1d72e -100%, black 100%);
  z-index: 1;
}
.step-form .step-form-head .step-form-nav .step-form-nav-menu:first-child:after {
  display: none;
}
.step-form .step-form-head .step-form-nav .step-form-nav-menu.sf-active {
  color: #1A1A1A;
  font-weight: bold;
}
.step-form .step-form-head .step-form-nav .step-form-nav-menu.sf-active:before {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  background-color: #C1D72E;
}
.step-form .step-form-body {
  position: absolute;
  left: 0;
  top: 80px;
  height: calc(100% - 80px);
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  max-width: 100%;
}
.step-form .step-form-body .step-form-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  right: -100%;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.79, 0.62, 0.71);
       -o-transition-timing-function: cubic-bezier(0, 0.79, 0.62, 0.71);
          transition-timing-function: cubic-bezier(0, 0.79, 0.62, 0.71);
}
.step-form .step-form-body .step-form-panel.sf-active {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .step-form .step-form-body {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.step-form .create-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
.step-form .create-account .col-md {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  overflow: auto;
  position: relative;
}
@media (min-width: 992px) {
  .step-form .create-account .col-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.step-form .create-account .title {
  background: #1A1A1A;
  color: #fff;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-form .create-account .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/main-banner.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}
.step-form .create-account .title h1 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.44px;
  color: #FBFBFB;
}
.step-form .create-account .title h1 span {
  display: inline;
  text-align: left;
}
@media (min-width: 992px) {
  .step-form .create-account .title h1 {
    font-size: 72px;
    margin-left: 82px;
  }
  .step-form .create-account .title h1 span {
    display: block;
  }
}
@media (min-width: 992px) {
  .step-form .create-account .title {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.step-form .create-account .create-form {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  overflow-y: auto;
}
.step-form .create-account .create-form .form-container {
  margin: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
}
.step-form .create-account .create-form .form-container form {
  max-width: 420px;
  margin: 0 auto;
}
.step-form .create-account .create-form .form-container form .form-group {
  margin: 20px 0;
}
.step-form .create-account .create-form .form-container form .form-group .form-control {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #1A1A1A;
  text-transform: capitalize;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.step-form .create-account .create-form .form-container form .form-group .form-control.error {
  border-color: tomato;
}
.step-form .create-account .create-form .form-container form .btn-solid {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  background: #C1D72E;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 33px;
  height: 48px;
  display: block;
  margin: 40px 0;
  width: 100%;
}
.step-form .create-account .create-form .form-container form .btn-solid:hover, .step-form .create-account .create-form .form-container form .btn-solid:focus {
  outline: none;
  background: #fff;
}
.step-form .create-account .create-form .form-container form .btn-solid:hover, .step-form .create-account .create-form .form-container form .btn-solid:focus {
  border: solid 2px #C1D72E;
}
.step-form .create-account .create-form .form-container p.exs {
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
}
.step-form .create-account .create-form .form-container p.exsin {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #8D8D8D;
}
.step-form .create-account .create-form .form-container p.exsin a {
  text-decoration: underline;
  color: #1A1A1A;
}
.step-form .create-account .create-form .form-container .btn-outlined {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 5px;
  height: 38px;
  margin: 10px;
  display: inline-block;
  width: 25%;
}
.step-form .create-account .create-form .form-container .btn-outlined.facebook {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #3B5998;
  border: 2px solid #C1D72E;
  background: transparent;
  border: 2px solid #3B5998 !important;
}
.step-form .create-account .create-form .form-container .btn-outlined.facebook:hover, .step-form .create-account .create-form .form-container .btn-outlined.facebook:focus {
  outline: none;
  background: #C1D72E;
}
.step-form .create-account .create-form .form-container .btn-outlined.facebook:hover, .step-form .create-account .create-form .form-container .btn-outlined.facebook:focus {
  outline: none;
  color: #fff;
  background: #3B5998;
}
.step-form .create-account .create-form .form-container .btn-outlined.google {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #DB4A39;
  border: 2px solid #C1D72E;
  background: transparent;
  border: 2px solid #DB4A39 !important;
}
.step-form .create-account .create-form .form-container .btn-outlined.google:hover, .step-form .create-account .create-form .form-container .btn-outlined.google:focus {
  outline: none;
  background: #C1D72E;
}
.step-form .create-account .create-form .form-container .btn-outlined.google:hover, .step-form .create-account .create-form .form-container .btn-outlined.google:focus {
  outline: none;
  color: #fff;
  background: #DB4A39;
}
.step-form .create-account .create-form .form-container .btn-outlined.linkedin {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #0E76A8;
  border: 2px solid #C1D72E;
  background: transparent;
  border: 2px solid #0E76A8 !important;
}
.step-form .create-account .create-form .form-container .btn-outlined.linkedin:hover, .step-form .create-account .create-form .form-container .btn-outlined.linkedin:focus {
  outline: none;
  background: #C1D72E;
}
.step-form .create-account .create-form .form-container .btn-outlined.linkedin:hover, .step-form .create-account .create-form .form-container .btn-outlined.linkedin:focus {
  outline: none;
  color: #fff;
  background: #0E76A8;
}
@media (min-width: 992px) {
  .step-form .create-account .create-form .form-container .btn-outlined {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 700;
    letter-spacing: 0.32px;
    padding: 12px 15px;
    height: 48px;
  }
}
.step-form .pricing-chart {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
}
.step-form .pricing-chart h2 {
  margin-top: 20px;
  margin-bottom: 0;
}
.step-form .pricing-chart #pricing-tabs ul {
  margin-top: 20px;
}
.step-form .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
  min-height: 475px;
}
.step-form .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing .ce-head, .step-form .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing .ce-body {
  padding: 0 22px;
}
@media (min-width: 992px) {
  .step-form .pricing-chart {
    overflow-y: auto;
  }
  .step-form .pricing-chart #pricing-tabs ul {
    margin-top: 20px;
  }
  .step-form .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
    min-height: 415px;
  }
}
.step-form .payment-gw {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  padding: 0 15px;
}
.step-form .payment-gw .payment-btns .crdt {
  margin-right: 10px !important;
}
.step-form .payment-gw .payment-btns .crdt img {
  width: 40px;
}
.step-form .payment-gw .payment-btns .crdt.btn-solid {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  color: #1A1A1A;
  border: 2px solid #C1D72E;
  background: transparent;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 30px;
  height: 48px;
  margin: 10px 0;
}
.step-form .payment-gw .payment-btns .crdt.btn-solid:hover, .step-form .payment-gw .payment-btns .crdt.btn-solid:focus {
  outline: none;
  background: #C1D72E;
}
.step-form .payment-gw .payment-btns .crdt.btn-solid:hover, .step-form .payment-gw .payment-btns .crdt.btn-solid:focus {
  border: solid 2px #C1D72E;
}
.step-form .payment-gw .payment-btns .paypal img {
  width: 100%;
}
.step-form .payment-gw .payment-btns .paypal.btn-solid {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  color: #012069;
  border: 2px solid #C1D72E;
  background: transparent;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 30px;
  height: 48px;
  margin: 10px 0;
  border: solid 2px #ccc;
}
.step-form .payment-gw .payment-btns .paypal.btn-solid:hover, .step-form .payment-gw .payment-btns .paypal.btn-solid:focus {
  outline: none;
  background: #C1D72E;
}
.step-form .payment-gw .payment-btns .paypal.btn-solid:hover, .step-form .payment-gw .payment-btns .paypal.btn-solid:focus {
  border: solid 2px #C1D72E;
  background: transparent;
}
.step-form .payment-gw h2 {
  font-size: 26px;
  font-weight: 600;
  color: #1A1A1A;
  margin-top: 20px;
}
.step-form .payment-gw .free-offer {
  margin: 12px 0;
}
.step-form .payment-gw .free-offer p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #1A1A1A;
}
.step-form .payment-gw .card-form h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1A1A1A;
}
.step-form .payment-gw .form-group {
  margin: 10px 0;
}
.step-form .payment-gw .form-group.col-md-5 {
  padding: 0;
}
.step-form .payment-gw .form-group p {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #1A1A1A;
}
.step-form .payment-gw .form-group .form-control {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #1A1A1A;
  text-transform: capitalize;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.step-form .payment-gw .form-group .form-control.error {
  border-color: tomato;
}
.step-form .payment-gw .form-group input[type=number] {
  -moz-appearance: textfield;
}
.step-form .payment-gw .form-group input[type=number]::-webkit-outer-spin-button, .step-form .payment-gw .form-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.step-form .payment-gw .form-group .btn-solid {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  background: #C1D72E;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 63px;
  height: 48px;
  margin: 40px 0;
}
.step-form .payment-gw .form-group .btn-solid:hover, .step-form .payment-gw .form-group .btn-solid:focus {
  outline: none;
  background: #fff;
}
.step-form .payment-gw .form-group .btn-solid:hover, .step-form .payment-gw .form-group .btn-solid:focus {
  border: solid 2px #C1D72E;
}
.step-form .payment-gw .terms {
  text-align: center;
}
.step-form .payment-gw .terms .orb {
  display: block;
  text-align: center;
  padding: 0 40px;
}
@media (min-width: 992px) {
  .step-form .payment-gw .terms {
    text-align: left;
  }
  .step-form .payment-gw .terms .orb {
    display: inline;
  }
}
@media (min-width: 992px) {
  .step-form .payment-gw {
    overflow-y: auto;
    padding-left: 82px;
  }
  .step-form .payment-gw h2 {
    font-size: 36px;
    font-weight: 600;
    color: #1A1A1A;
    margin-top: 35px;
  }
  .step-form .payment-gw .free-offer {
    margin: 32px 0;
  }
}
.step-form .completed {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  padding: 0 15px;
  background: #1A1A1A;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-form .completed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/main-banner.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}
.step-form .completed .content {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.step-form .completed h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.44px;
  color: #FBFBFB;
  text-align: center;
}
.step-form .completed h2 span {
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .step-form .completed h2 {
    font-size: 36px;
  }
}
.step-form .completed .check {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: solid 6px #fff;
  margin: 28px auto;
  text-align: center;
}
.step-form .completed .check img {
  width: 80%;
  position: relative;
  left: 10px;
  margin: 0 auto;
  bottom: -5px;
}
@media (min-width: 992px) {
  .step-form .completed .check {
    width: 150px;
    height: 150px;
    margin: 48px auto;
  }
}
.step-form .completed p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.32px;
}
.step-form .completed .btn-solid {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  background: #C1D72E;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 63px;
  height: 48px;
  margin: 40px 0;
  text-transform: uppercase;
}
.step-form .completed .btn-solid:hover, .step-form .completed .btn-solid:focus {
  outline: none;
  background: #fff;
}
.step-form .completed .btn-solid:hover, .step-form .completed .btn-solid:focus {
  border: solid 2px #C1D72E;
}
@media (min-width: 992px) {
  .step-form .completed {
    overflow: hidden;
  }
}

.btn-popup.btn-solid {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  background: #C1D72E;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 63px;
  height: 48px;
  margin: 40px 0;
}
.btn-popup.btn-solid:hover, .btn-popup.btn-solid:focus {
  outline: none;
  background: #fff;
}
.btn-popup.btn-solid:hover, .btn-popup.btn-solid:focus {
  border: solid 2px #C1D72E;
}

.pxr-0 {
  padding-right: 0 !important;
}

.captchtext {
  border: solid 1px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  border-radius: 8px;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}