/*----- 1. Reset.css -----*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

:root {
  --swiper-theme-color: #11b7f3 !important;
  --swiper-navigation-size: 30px !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Montserrat' !important;
  color: #33395c;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- Common Styles ---*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  font-size: 16px;
}

p {
  font-family: 'Montserrat';
  font-size: 14px;
}

a {
  color: #11b7f3;
  font-weight: 500;
}

i {
  color: #11b7f3;
}

/*----- Helper Classes -----*/

html * {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

::-moz-selection {
  color: #ffffff;
  background: #23d3d3;
}

::selection {
  color: #ffffff;
  background: #23d3d3;
}

.nopadding {
  padding: 0;
}

.custom-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.container-m {
  max-width: 1024px;
  margin: 0 auto !important;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-s {
  max-width: 920px;
  margin: 0 auto !important;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  opacity: 1;
  background-color: #f2f2f2;
  z-index: 9999;
  text-align: center;
}

.wrapper {
  background: #f8f8f8;
}

#main {
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.hero {
  padding-top: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .hero {
    padding-top: 95px;
    padding-bottom: 0;
  }
}

#loading-image {
  display: inline;
  top: 40%;
  position: relative;
  z-index: 9999;
}

.logo {
  position: fixed;
  top: 5%;
  left: 2%;
  z-index: 11;
}

.logo .tld {
  background: #11b7f3;
}

.tld {
  width: 40px;
  height: 40px;
  background: #11b7f3;
  color: #ffffff;
  border-radius: 50%;
  display: table;
}

.tld-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.tld-text a {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: none !important;
}

.tld-text a::after {
  display: none;
}

/*------ Navbar Styling ------*/

.navbar {
  font-family: 'Montserrat';
  padding: 15px 0;
  /*height: 80px;*/
  background-color: #ffffff !important;
  border-bottom: 1px solid #efeff1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.wt-border {
  border-bottom: 2px solid #ffffff !important;
}

.no-border {
  border: none !important;
}

.navbar .navbar-brand {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #33395c !important;
  vertical-align: middle;
}

.navbar .navbar-brand img {
  vertical-align: middle;
  margin-right: 0.3em;
}

.navbar .navbar-toggler {
  border: none;
}

.navbar span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar span.navbar-toggler-icon::before {
  outline: none;
}

.navbar .navbar-toggler:focus {
  outline: none;
}

.navbar-nav {
  height: auto;
  background: #ffffff;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  -webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
  transition: 0.5s all ease;
}

.navbar-nav .nav-item {
  margin-right: 0;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #33395c;
  display: flex;
}

.navbar-nav .nav-item .nav-link {
  color: #33395c;
  font-weight: 500;
  display: flex;
  vertical-align: middle;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #11b7f3;
  transition: 0.2s;
}

.navbar-nav .nav-item .nav-link:focus {
  color: #33395c;
}

.btn-nav {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1px;
  margin: 25px 0;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  background: #11b7f3;
  color: #ffffff;
  border: 1px solid #11b7f3 !important;
  border-radius: 50px;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.btn-nav:hover {
  color: #ffffff;
  background: #11b7f3;
}

.btn-nav:focus,
.btn-nav:active {
  background: #11b7f3;
  color: #ffffff;
}

/*---- Navbar Alt -----*/

.navbar-alt {
  background: transparent !important;
}

.navbar-alt .navbar-nav {
  background: transparent !important;
}
/*
.navbar-alt .btn-nav {
	background: #563d7c !important;
	border-color: #563d7c !important;
}*/

.navbar-alt .nav-item .nav-link {
  color: #ffffff;
}

.navbar-alt .nav-item .nav-link:hover,
.navbar-alt .nav-item .nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-alt .navbar-brand {
  color: #ffffff !important;
}

.only-mobile {
  display: none !important;
}

.only-desktop {
  display: flex;
}

/*----------------- Hero Section Styling ------------------*/

# .home {
  padding: 75px 0 75px 0;
  background: #f7f7f8;
}

.home .hero-content {
  padding: 25px 0 0 0;
}

.centered {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home h1 {
  font-size: 42px;
  font-weight: 300;
  color: #ffffff;
  color: #252525;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.home p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(129, 129, 152);
  max-width: 630px;
  margin: 0 auto;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 15px;
}

.btn-action {
  font-family: 'Montserrat';
  display: inline-block;
  height: 42px;
  padding: 0 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1px;
  margin: 25px 0;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  background: #11b7f3;
  color: #ffffff;
  border: 1px solid #11b7f3 !important;
  border-radius: 50px;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.btn-action:hover {
  color: #ffffff;
  background: #11b7f3;
  border: 1px solid #11b7f3 !important;
  outline: none !important;
  text-decoration: none;
}

.btn-action:focus,
.btn-action:active {
  background: #11b7f3;
  color: #ffffff;
  border: 1px solid transparent !important;
  outline: none !important;
}

.btn-alt {
  background: #11b7f3;
  color: #ffffff;
}

.btn-alt:hover {
  background: #11b7f3;
  color: #ffffff;
  border: 1px solid #6d48e5 !important;
  outline: none !important;
  text-decoration: none;
}

.btn-white {
  background: #ffffff;
  color: #11b7f3;
}

.btn-white:hover {
  background: #ffffff;
  color: #11b7f3;
  border: 1px solid #ffffff !important;
  outline: none !important;
  text-decoration: none;
}

/*------ Home 2 Styling ------*/

.home-2 {
  background: #ffeeff;
  background: #fafafa;
  background: linear-gradient(to bottom, #0ab3e4, #102976);
  background: #11b7f3;
  position: relative;
  padding: 100px 0 50px 0;
}

.home-2::before,
.home-2::after {
  content: ' ';
  position: absolute;
  height: 120px;
  bottom: -60px;
  left: 0;
  right: 0;
  background: #ffffff;
  transform: skewY(-5deg);
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
}

.home-2 .hero-img img {
  max-width: 768px !important;
  width: 100%;
  margin-top: 20px;
}

.home-2 .hero-content {
  display: flex;
  height: 100%;
  padding: 0 !important;
}

.home-2 .hero-content .hero-content-inner {
  margin: auto;
  text-align: center;
}

.home-2 h1 {
  font-size: 42px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.home-2 p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  max-width: none;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 25px;
  margin-bottom: 0;
}

.home-2 .hero-form {
  position: relative;
  z-index: 1;
}

.home-2 .hero-form #contactForm {
  background: #ffffff;
  padding: 35px;
  border-radius: 10px;
  max-width: 380px !important;
  margin: 0 auto;
  float: none;
  z-index: 1111 !important;
  box-shadow: 0 5px 50px rgba(0, 0, 10, 0.2);
}

.home-2 .hero-form #contactForm label {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  color: #1e266d;
  line-height: 1.4;
  margin: 10px 0;
}

.home-2 .hero-form #contactForm input,
.home-2 .hero-form #contactForm textarea {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: #1e266d;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #b4becb;
}

.home-2 .hero-form #contactForm .btn-action {
  margin: 20px 0;
  min-width: 100%;
}

.help-block {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  color: #ff3333;
  font-style: normal !important;
}

.text-success,
.text-danger {
  font-size: 14px;
  font-family: 'Poppins';
}

/*------------- Home 3 Styling --------------*/

.home-3 {
  padding: 125px 0 75px 0;
}

.home-3 .hero-content {
  display: flex;
  height: 100%;
  padding: 0 !important;
}

.home-3 .hero-content .hero-content-inner {
  margin: auto;
  text-align: center;
}

.home-3 .hero-content h4 {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.home-3 .hero-content h1 {
  font-size: 42px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

.home-3 .hero-content h2 {
  margin-bottom: 0 !important;
}

.main-brand-slogan {
  font-size: 30px;
  margin-top: 32px;
  font-weight: 200;
  position: relative;
  z-index: 1;
  text-align: center;
  cursor: pointer;
}

.main-brand-subtitle {
  font-size: 18px;
  font-weight: 500;
  max-width: none;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
  color: #11b7f3;
  position: relative;
  z-index: 1;
}

.home-3 .hero-img img {
  transform: translateX(0);
  max-width: 100%;
  margin-top: 50px;
}

/*------------- Form Styling -----------*/

.sub-form {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  margin-top: 30px;
}

.chimp-form .mail {
  position: relative;
  background-color: #ffffff;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all 0.3s;
}

.sub-form input {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #6d48e5;
  font-family: 'Montserrat';
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  border: 1px solid #11b7f3;
  border-radius: 4px;
  background-color: #ffffff;
  outline: none;
  padding: 0 100px 0 20px;
  box-shadow: 0 5px 30px rgba(255, 255, 255, 0.1);
}

.sub-form input:focus {
  outline: none !important;
  background: #ffffff;
  border: 1px solid #11b7f3;
}

.primary-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 0;
  margin: 0;
  color: #fff !important;
  border-radius: 30px;
  padding: 0 25px 0 25px !important;
  background: #11b7f3;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
  outline: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 150ms;
}

#register .primary-button {
  font-size: 16px;
}

.primary-button:hover,
.primary-button:active {
  color: #fff;
  filter: brightness(109%);
}

.primary-button a {
  color: #fff !important;
}

.sub-form .primary-button:focus,
.sub-form .primary-button:active {
  background: #11b7f3;
}

#email-error {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50%;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 500;
  color: #ff3333;
}

#chimp-email-error {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45%;
  vertical-align: middle;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 500;
  color: red;
}

.success-message {
  color: #33cc33;
  margin-top: 5px;
}

.form-note p {
  font-size: 12px;
  font-weight: 500;
  color: #97a6b5;
}

/*---------- Split Coming Soon Demo Styling -----------*/

.home-split {
  width: 100%;
  height: 100%;
}

.home-split .yd_flx2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  line-height: 0;
  min-height: 70vh;
}

.home-split .yd_flx2 > * {
  flex: 1 100%;
}

.home-split .flx_1,
.home-3 {
  background: #1e3b70;
  background: #dbd9cd;
  background: #11b7f3;
  background: #6892d5;
  background: #f8f8f8;
  line-height: normal;
  order: 2;
  min-height: 600px;
  text-align: center;
}

.home-split .flx_2 {
  background: #79d1c3;
  background: url(../img/images-home-pic.jpeg) no-repeat center center;
  background-size: cover;
  min-height: 600px;
  order: 1;
  padding: 0 !important;
  margin: 0 !important;
}

.home-split .flx_1 .section-txt {
  display: flex;
  max-width: 600px;
  margin: auto;
  height: 100%;
}

.home-3 .flx_1 .section-txt .section-txt-inner {
  margin: auto; /* Important */
}

.home-split .flx_1 .section-txt {
  padding: 50px 50px;
}

.main-brand-name {
  font-size: 50px;
  font-weight: 600;
  color: #33395c;
  line-height: 1.2;
  margin-right: -16px;
  position: relative;
  z-index: 1;
}

.home-split .flx_1 h4 {
  font-size: 14px;
  font-weight: 500;
  color: rgb(129, 129, 152);
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.home-split .flx_1 p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(129, 129, 152);
  line-height: 1.6;
  max-width: 360px;
  margin: 0 auto;
}

.home-split .flx_1 a {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: #23a393;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.home-split .flx_2 h2 {
  font-size: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.home-split .btm_block {
  position: relative;
  width: 100%;
  height: auto;
}

.home-split .block_inner {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.home-split .block_txt {
  margin: 0 auto;
}

.home-split .block_txt p {
  font-size: 14px;
  font-weight: 500;
  color: #8f2c34;
}

@media only screen and (min-width: 767px) {
  .home-split .flx_1 {
    flex: 1.1 0 0;
    order: 1;
    flex-basis: 50%;
    transition: 0.3s ease-in;
  }

  .home-split .flx_2 {
    flex: 1 0 0;
    order: 2;
    flex-basis: 50%;
    transition: 0.3s ease-out;
  }
}

.split_footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.split_footer p {
  font-size: 12px !important;
}

.split_footer ul {
  list-style-type: none;
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.split_footer ul li {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.split_footer ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}

.split_footer ul li a:hover {
  text-decoration: none;
  color: #97a6b5;
}

.split_footer ul li {
  margin-left: 8px;
  margin-right: 8px;
}

.split_footer ul li a img {
  width: 21px;
  vertical-align: middle;
}

ul#countdown {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}

ul#countdown li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  ul#countdown li span {
    font-size: 34px;
  }

  .home-split .btn-alt {
    display: block;
  }
}

.prk-center {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  display: table;
}

.prk-circle-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.prk-circle {
  margin: 0 auto;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: #6892d5;
  box-shadow: 0 3px 50px 0 rgba(255, 94, 58, 0.1);
  color: #e84545;
  transition: all 400ms ease-in;
}

.prk-text {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  display: table;
}

.txt-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.txt-box ul#countdown li span {
  font-family: Arial;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  padding: 6px;
  transition: all 400ms ease-in;
}

.txt-box ul#countdown li.seperator {
  font-size: 21px;
  line-height: 1;
  vertical-align: top;
  color: #ffffff;
  transition: all 400ms ease-in;
}

.txt-box ul#countdown li p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 500;
  padding-top: 15px;
  transition: all 400ms ease-in;
}

.txt-box h2 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5em;
  transition: all 400ms ease-in;
}

.txt-box h2 span {
  color: #ffffff;
  font-weight: 700;
}

.txt-box h3 {
  font-size: 16px;
  font-weight: 500;
  color: #e84545;
  margin-top: 0.5em;
}

.txt-box a {
  color: #6142d2;
}

.txt-box a:hover {
  color: #6142d2;
}

.chimp-form .mail {
  position: relative;
  background-color: #f8f8f8;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all 0.3s;
}

.form {
  padding-top: 6px;
  position: relative;
  text-align: center;
  max-width: 800px;
  min-height: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.form input {
  font-family: 'Montserrat';
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  border: 0;
  border-radius: 30px;
  background-color: #f8f8f8;
  outline: none;
  padding: 0 50px 0 20px;
  box-shadow: 0 5px 30px rgb(255 255 255 / 10%);
  border: 1px solid transparent;
  margin: 8px;
}

.form input:focus {
  outline: none !important;
  border-color: #81819844;
}

#email-error {
  position: absolute;
  left: 20%;
  right: 0;
  bottom: 0%;
  font-size: 13px;
  font-weight: 500;
  color: #ff3333;
}

#error span {
  display: inline-block;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #ff5722;
  margin-bottom: 16px;
  width: 100%;
}

#success {
  font-size: 16px !important;
  text-align: center;
  color: #364655;
  line-height: 24px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 500px;
  margin: auto;
  display: flex;
  display: none;
}

#success h3 {
  font-weight: 500;
  color: #11b7f3;
  font-size: 24px;
  padding: 0 24px;
  margin-top: 0;
}

#response h4 {
  font-size: 13px !important;
  font-weight: 500 !important;
  text-align: center;
}

.home-split #chimp-email-error {
  position: absolute;
  left: 0;
  bottom: -50%;
  vertical-align: middle;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 500;
  color: #11b7f3;
}

.yd_cta_box #chimp-email-error {
  position: absolute;
  left: 25%;
  bottom: -50%;
}

.yd_cta_box #response {
  position: absolute;
  left: 25%;
  bottom: -90%;
}

.success-message {
  color: #11b7f3;
  margin-top: 5px;
}

.form-note p {
  font-size: 12px;
}

/*-----------------------------------------------------------
------------ Service Features Styling Starts ---------------
-----------------------------------------------------------*/

.lbl-services {
  background: #ffffff;
  padding: 50px 0;
  position: relative;
}

.service-intro {
  padding: 0 0 50px 0;
}

.service-intro h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

#applyNow p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(129, 129, 152);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.justify-center {
  justify-content: center !important;
  display: flex;
}

::placeholder {
  color: #818198;
}

.lbl_cards {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

/*
.card_single {
	background: #FFFFFF;
	text-align: center;
	padding: 50px;
	margin: 0 0 50px 0;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	max-width: 360px;
	margin: 0 auto;
	border-bottom: 2px solid #e8f1f5;
}*/

.card_single {
  width: 100%;
  margin: 1px;
  /*-webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100;
  flex-basis: 100%;*/
  min-width: 200px;
  padding: 40px 32px;
  background-color: #fff;
  -webkit-transition: 0.1s ease-in background-color;
  transition: 0.1s ease-in background-color;
}
/*
.card_single:hover {
	box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
}

.card2 {
	border-bottom: 2px solid #fffce6;
}

.card3 {
	border-bottom: 2px solid #ffe9e6;
}*/

.card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(30, 166, 154, 0.08);
  background: #edf4f7;
  display: table;
  text-align: center;
}
/*
.card2 .card-icon {
	background: #fffce6;
}

.card3 .card-icon {
	background: #ffe9e6;
}
*/

.card-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.card-text {
  padding: 15px;
  margin-top: 15px;
}

.card-text h3 {
  font-size: 21px;
  font-weight: 500;
  color: #33395c;
}

.card-text p {
  font-size: 16px;
  font-weight: 500;
  color: rgb(129, 129, 152);
  line-height: 1.6;
  margin-top: 15px;
}

/*-----------------------------------------------------
-------------- Flex Features Section 2 ----------------
-----------------------------------------------------*/

/*----------- Flex Features ------------*/

.flex-split {
  padding: 50px 0;
  background: #f8f8f8;
}

.footer {
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #303c42;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding: 16px 0;
}

.footer p {
  color: #e5e5e5;
  line-height: 1.4;
  margin-top: 16px;
}

.flex-intro {
  margin-bottom: 50px;
  text-align: center;
}

.flex-intro h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

.flex-intro p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #818198;
  max-width: 630px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.flex-inner {
  margin: 50px 0;
}

.flex-inner .f-image {
  padding: 0 35px;
  text-align: center;
}

.flex-inner .f-text {
  padding: 0 35px;
  text-align: center;
}

.flex-inner .f-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.flex-inner .f-text h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 25px;
}

.flex-inner .f-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-top: 15px;
  margin-bottom: 15px;
}

.flex-inner .f-text .left-content a {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: #8798ab;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.left-content p,
.left-content h2 {
  text-align: right;
}

.flex-inner .f-text .left-content a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20%;
  height: 1px;
  width: 50px;
  background: #8798ab;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.flex-inner .f-text .left-content a:hover::after {
  width: 75px;
}

.flex-inner .f-text .left-content a:hover {
  text-decoration: none;
}

.flex-inner.flex-inverted .f-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.flex-inner.flex-inverted .f-image img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(10%);
}

/*---------------- YD CTA Box Styling --------------------*/

.yd_cta_box {
  background: #ffffff;
}

.cta_box {
  background: #303c42 url(../img/images-motherboard1.png);
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 0;
  display: flex;
  margin: auto;
  height: 480px;
}

.cta_box .cta_box_inner {
  margin: auto;
  padding: 0;
}

.cta_box .cta_box_inner .box_txt {
  padding: 0;
}

.cta_box .cta_box_inner h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

.cta_box .cta_box_inner h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}
/*
	.cta_box .btn-action {
		background: #FFFFFF;
		color: #11b7f3;
	}*/

.yd_cta_sub {
  padding: 0;
  background: #303c42;
  text-align: center;
}

.cta_sub {
  display: flex;
  margin: auto;
  height: 480px;
}

.cta_sub .cta_sub_inner {
  margin: auto;
  padding: 0;
}

.cta_sub .cta_sub_inner h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

.cta_sub .cta_sub_inner h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
  color: #ffffff;
}

/*------------------ YD Video Ft Section Styling --------------*/

.yd_boxed .yd_vid_ft {
  padding: 70px 0;
}

.yd_boxed .vid_box {
  padding: 50px;
}

.yd_vid_ft {
  background: #ffffff;
  padding: 50px 0;
}

.vid_box {
  min-height: 540px;
  width: 100%;
  background: rgb(4, 122, 237);
  background: #f7f7f8;
  border-radius: 1px;
  padding: 100px 50px;
  position: relative;
}
/*
.vid_box::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}*/

.vid_intro {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}

.vid_intro h2 {
  font-size: 34px;
  font-weight: 300;
  color: #33395c;
  line-height: 1.4;
}

.vid_intro p {
  font-size: 17px;
  font-weight: 500;
  color: rgb(129, 129, 152);
  line-height: 1.6;
  margin-top: 10px;
}

.yd_vid {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
  margin-top: 75px;
}

/*--------- Left Section Styling -----------*/

.yd_flx_tr {
  width: 100%;
  height: 100%;
  padding: 100px 0;
}

.yd_flx_tr_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.yd_flx_tr_inner > * {
  flex: 1 100%;
}

.left {
  background: #f3f3f5;
  padding: 75px;
}

.flx_content h2 {
  font-size: 24px;
  font-weight: 500;
  color: #202124;
  line-height: 1.4;
}

.flx_content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #284184;
  line-height: 1.4;
  margin-top: 40px;
}

/*--------- Right Section Styling -----------*/

.right {
  background-color: #f3f3f5;
  background: #333;
  line-height: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.right > * {
  flex: 1 100%;
}

.right .sec-one {
  background-color: #ff524e;
  background-color: #f3f3f5;
}

.right .sec-two {
  background-color: #ffe16e;
  background-color: #c4ffdd;
  background-color: #ff524e;
  height: auto;
  padding: 50px;
}

.right .sec-one h2,
.right .sec-two h2 {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

/*----------------------------------------
------- Nav Tabs Styling Section ---------
----------------------------------------*/

.yd_tabs {
  padding: 50px 0;
  background: #f3f3f5;
}

.yd_tabs .nav-tabs {
  background-color: #f3f3f5;
  padding: 25px 0;
  border: none !important;
}

.yd_tabs .nav-tabs .nav-link {
  overflow: hidden;
  border-radius: 10px;
  padding: 25px;
}

.yd_tabs .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.yd_tabs .nav-tabs .nav-link.active {
  background-color: #f3f3f5;
  color: #433434;
  border-color: transparent;
  position: relative;
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.1);
}

.green-button {
  background-color: #11b7f3;
  color: #fff !important;
  border-radius: 30px;
  padding: 5px 12px;
  margin-right: 0 !important;
  font-family: 'Montserrat';
}

.green-button:hover {
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.45);
}

.green-button a {
  color: #fff !important;
}

.yd_tabs a {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.yd_tabs h5 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.yd_tabs .nav-tabs h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 30px;
}

.yd_tabs .nav-item {
  padding: 10px;
}

.yd_tabs p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.yd_tabs .ar-icon {
  float: left;
  width: 15%;
}

.yd_tabs .ar-icon img {
  margin-top: 0;
  vertical-align: middle;
}

.yd_tabs .ar-text {
  float: right;
  width: 85%;
}

.yd_tabs .ar-text h3 {
  font-size: 18px;
  color: #364655;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}

.yd_tabs .ar-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #959597;
}

@media screen and (max-width: 576px) {
  .yd_tabs .nav-tabs {
    margin-bottom: 11px;
  }
  .yd_tabs .nav-tabs .nav-item {
    width: auto !important;
  }
  .yd_tabs .nav-tabs.yd_tabs-right {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .yd_tabs .nav-tabs .nav-link {
    padding: 20px;
  }

  .yd_tabs .ar-icon {
    float: left;
    width: 25%;
  }

  .yd_tabs .ar-text {
    float: right;
    width: 75%;
  }
}

/*----------------------------------------------
------------ Single Feature section ------------
----------------------------------------------*/

.ft_single {
  position: relative;
  padding: 100px 0 100px 0;
}

.yd_flex {
  display: block;
  text-align: center;
}

.yd_flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.yd_flex_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.yd_flex_1 .flex_content {
  max-width: 420px;
  margin: 0 auto;
}

.yd_flex_1 .flex_content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #364655;
  margin-bottom: 10px;
}

.yd_flex_1 .flex_content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #5f6368;
  margin-bottom: 5px;
}

.flex_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex_sub {
  align-items: center;
  flex-basis: calc(50% - 24px);
  flex-direction: column;
  justify-content: center;
  margin: 10px;
  padding: 15px 10px;
  position: relative;
  background: rgb(248, 249, 250);
  border: 1px solid transparent;
  border-radius: 2px;
  display: flex;
  cursor: pointer;
  margin-bottom: 12px;
  transition: box-shadow 0.3s ease-in-out;
}

.flex_sub:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.flex_sub .sub_image {
  margin: 0px 0 20px;
}

.flex_sub .sub_image img {
  width: 60px;
  height: 60px;
}

.flex_sub .sub_text {
  text-align: center;
}

.flex_sub .sub_text h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #202124;
  margin-bottom: 5px;
}

.flex_sub .sub_text p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #5f6368;
  margin: 5px 0;
}

#accordion .card-header:after {
  font-family: 'ionicons';
  content: '\f209';
  float: right;
  transition: 0.5s;
}
#accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: '\f218';
  transition: 0.5s;
}

#accordion .card {
  border-radius: 0;
  border: 0;
}

#accordion .card-header {
  padding: 30px 0;
  background: #f7f7f8;
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
  cursor: pointer;
}

#accordion .card-header .card-title {
  font-family: 'Montserrat';
  font-size: 18px;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 500;
  line-height: 1.4;
}

#accordion .card-body {
  padding: 30px 0;
  background: #f7f7f8;
}

#accordion .card-body p {
  font-family: 'Roboto';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  line-height: 2;
}

.faq_alt {
  background: #ffffff;
}

.faq_alt #accordion .card-header {
  background: #ffffff;
}

.faq_alt #accordion .card-body {
  background: #ffffff;
}

/*-----------------------------------------------------------
------------------- Split Features Styling ------------------
------------------------------------------------------------*/

.split_features {
  width: 100%;
  height: 100%;
}

.split_features .yd_flx2 {
  min-height: 500px;
}

.split_features .yd_flx2 .flx_1 {
  line-height: normal;
  background: #eee;
  padding: 0 100px;
  min-height: 300px;
}

.split_features .yd_flx2 .flx_1 .split_text {
  display: flex;
  margin: auto;
  height: 100%;
}

.split_features .yd_flx2 .flx_1 .split_text_inner {
  margin: auto; /* Important */
}

.split_features .yd_flx2 .flx_1 h2 {
  font-family: 'Montserrat' !important;
  font-size: 38px;
  font-weight: 300;
  color: #111;
  line-height: 1.4;
  margin-bottom: 15px;
}

.split_features .yd_flx2 .flx_1 p {
  font-family: 'Montserrat' !important;
  font-size: 17px;
  font-weight: 400;
  color: #777;
  line-height: 1.6;
  margin-top: 15px;
}

.split_features .yd_flx2 .flx_2 {
  padding: 0;
  background: url(../img/images-hg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 300px;
}

/*-----------------------------------------------------------
------------------- YD Custom Features Styling ------------------
------------------------------------------------------------*/

.ft_cst2 {
  padding: 100px 0;
  background: #ffffff;
}

.ft_cst2 .split_text {
  display: flex;
  max-width: 480px;
  height: 100%;
}

.ft_cst2 .split_text_inner {
  margin: auto; /* Important */
}

.ft_cst2 .split_text_inner h4 {
  font-size: 13px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #607d9c;
  line-height: 1.3;
  margin: 0 0 20px 0;
}

.ft_cst2 .split_text_inner h2 {
  font-size: 28px !important;
  font-weight: 300;
  color: #445555;
  line-height: 1.4;
}

.ft_cst2 .split_text_inner p {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  margin: 20px 0 0 0;
}

.ft_cst2 .split_text_inner .btn-action {
  margin: 20px 0 0 0;
}

.ft_cst2 .f-text {
  line-height: normal;
  text-align: center;
  background: #ffffff;
}

.ft_cst2 .flex-inner {
  margin: 0;
}

.ft_cst2 .f-text {
  line-height: normal;
  text-align: center;
  background: #ffffff;
  margin-top: 0;
}

.ft_cst2 .flex-inner .f-image {
  margin-top: 50px !important;
}

/*-----------------------------------------------------------
------------------- YD Custom Features Styling ------------------
------------------------------------------------------------*/

.yd_pricing {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  background: #ffffff;
}

.yd_pricing .flex-inner {
  margin: 0;
}

.yd_pricing .flex-inner .f-text {
  margin-top: 50px;
  text-align: center;
}

.yd_pricing .split_text {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  height: 100%;
}

.yd_pricing .split_text_inner {
  margin: auto; /* Important */
}

.yd_pricing .split_text_inner h4 {
  font-size: 14px;
  font-weight: 600;
  color: #8798ab;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.yd_pricing .split_text_inner h2 {
  font-size: 34px !important;
  font-weight: 300;
  color: #445555;
  line-height: 1.3;
}

.yd_pricing .split_text_inner p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  margin-top: 20px;
}

.yd_pricing .split_text_inner h6 {
  font-size: 12px;
  font-weight: 400;
  color: #8798ab;
  display: inline;
}

.yd_pricing .btn-link {
  font-family: 'Montserrat';
  color: #11b7f3;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.yd_pricing .split_text_inner .btn-action {
  margin: 20px 0 0 0;
}

.yd_pricing .f-text {
  line-height: normal;
  background: #ffffff;
}

.yd_pricing .prc_box {
  text-align: center;
  padding: 50px;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 0;
  border-radius: 5px;
  background: #11b7f3;
  border: 1px solid #ececec;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.yd_pricing .prc_box .prc h1 {
  font-family: 'Roboto';
  font-size: 48px;
  font-weight: 500;
  color: #f7f7f8;
  line-height: 1.4;
}

.yd_pricing .prc_box .prc span {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: #f7f7f8;
}

.yd_pricing .prc_box .prc_text h2 {
  font-size: 24px;
  font-weight: 600;
  color: #f7f7f8;
  line-height: 1.6;
  margin-top: 20px;
}

.yd_pricing .prc_box p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-top: 10px;
}

/*---------------- Pricing Tables ------------------*/

/* ----- Pricing Tables Styling Starts ----- */

.pricing-section {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ffffff;
}

.pricing-intro h1 {
  font-size: 28px;
  color: #445555;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}

.pricing-intro p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #8b92ab;
  margin-top: 10px;
  margin-bottom: 50px;
}

.pricing-details {
  padding: 50px 0 0 0;
}

.pricing-section .table-left,
.pricing-section .table-right {
  padding: 15%;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #f7f7f8;
  border: transparent;
  max-width: 400px;
}

.table-left h3,
.table-right h3 {
  font-size: 21px;
  font-weight: 600;
  color: #505050;
  margin-bottom: 15px;
}

.table-left p,
.table-right p {
  font-size: 14px;
  font-weight: 500;
  color: #505050;
  line-height: 1.4;
}

.pricing-section .table-right {
  color: #ffffff !important;
  background-color: #11b7f3;
}

.pricing-section .table-right h3,
.pricing-section .table-right p {
  color: #ffffff !important;
}

.table-left .icon,
.table-right .icon {
  padding: 50px 50px 40px 50px;
}

.table-left .icon img,
.table-right .icon img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.table-left .pricing-details span,
.table-right .pricing-details span {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 42px;
  font-weight: 300;
  color: #505050;
  margin-bottom: 15px;
}

.sub_span {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  color: #505050;
}

.sub_span_alt {
  color: #ffffff;
}

.table-left .pricing-details h2,
.table-right .pricing-details h2 {
  font-size: 21px;
  font-weight: 500;
  color: #505050;
  margin-bottom: 30px;
}

.table-left .pricing-details p,
.table-right .pricing-details p {
  font-size: 14px;
  font-weight: 300;
  color: #505050;
  letter-spacing: 1px;
  line-height: 1.4;
}

.table-right .pricing-details h2,
.table-right .pricing-details span {
  color: #ffffff !important;
}

.pricing-section .table-left,
.pricing-section .table-right {
  margin-top: 20px;
}

.pricing-section .table-center {
  margin-top: 0;
}

.pricing-section .btn-action {
  background-color: #4285f4;
  border-color: #4285f4;
}

.btn-white {
  color: #11b7f3;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.pricing-section .btn-white:hover {
  color: #555da8;
}

.pricing-section .refund-txt {
  font-size: 12px;
  font-weight: 500;
  color: #505050;
}

/* ------------ Bact-to-Top Styling Starts Here ------------*/

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-family: 'Montserrat';
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.4;
  display: inline-block;
  padding: 1.2rem 1.2rem;
  margin-top: 0;
  border-radius: 0;
  background: url(../img/icons-up.png) center top 0.5rem no-repeat #11b7f3;
  text-decoration: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.back-to-top:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer ul {
  list-style-type: none;
  text-align: center;
  margin-top: 0;
}

.footer .footer-menu {
  text-align: center;
  margin: 20px 0;
}

.footer .footer-links ul {
  text-align: center;
}

.footer ul li {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.footer ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}

.footer ul li a:hover {
  text-decoration: none;
  color: #97a6b5;
}

.navbar.past-main .nav-item:hover .nav-link {
  color: #11b7f3;
}

.footer .footer-links ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.footer .footer-links ul li a img {
  width: 24px;
  vertical-align: middle;
}

/*------------------------------------------
-------------- Media Queries ---------------
------------------------------------------*/

@media only screen and (min-width: 767px) {
  .logo .tld {
    background: #11b7f3;
  }

  .navbar-nav {
    margin-top: 0;
  }

  .navbar-nav .nav-item {
    margin-top: 0;
    margin-right: 15px;
    font-size: 0.85rem;
    font-weight: 400;
  }

  .btn-nav {
    margin: 0;
  }

  .container-s {
    padding-left: 0px;
    padding-right: 0px;
  }

  .container-m {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner h2 {
    font-size: 38px;
  }

  .home .hero-content {
    padding: 75px 0 0 0;
  }

  .home-2 {
    padding: 150px 0 50px 0;
  }

  .home-2 .hero-form #contactForm {
    float: right;
  }

  .home-2 .hero-content .hero-content-inner {
    text-align: left;
  }

  /* .home-3 .hero-content .hero-content-inner {
    text-align: left;
  } */

  .home-3 {
    min-height: 420px !important;
  }

  .home-3 .hero-img img {
    transform: translateX(80px);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
    margin-top: 0;
  }

  .lbl-services {
    padding: 100px 0 50px 0;
  }

  .service-intro h1 {
    font-size: 34px;
  }

  .card_single {
    width: calc(33.333% - 2px);
  }

  .flex-split,
  .lbl-services {
    padding: 80px 0 !important;
    padding-bottom: 100px !important;
  }

  .flex-intro h2 {
    font-size: 34px;
  }

  .flex-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 75px 0 0 0;
  }

  .flex-inner .f-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
  }

  .ft_cst2 .split_text_inner h2 {
    font-size: 34px !important;
  }

  .yd_pricing .flex-inner .f-text {
    margin-top: 0;
    text-align: left;
  }

  .yd_clients {
    padding: 100px 0;
  }

  .yd_rev_slides {
    padding: 100px 0;
  }

  .rev_text h1 {
    font-size: 24px;
  }

  .reviews {
    padding: 50px;
  }

  .cta_box .cta_box_inner h2 {
    font-size: 32px;
  }

  .cta_sub .cta_sub_inner h2 {
    font-size: 32px;
  }

  .ft_cst2 .flex-inner .f-image {
    margin-top: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
  }

  .yd_vid_ft {
    padding: 100px 0;
  }

  .yd_pricing .f-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
  }

  .yd_pricing .split_text_inner h2 {
    font-size: 34px !important;
  }

  .yd_pricing .split_text_inner p {
    font-size: 16px !important;
  }

  .yd_pricing .prc_box {
    margin-bottom: 0;
  }

  .flex-inner .f-text h2 {
    margin-top: 0;
  }

  .yd_faqs {
    padding: 100px 0;
  }

  .yd_tabs {
    padding: 100px 0;
  }

  .yd_pricing .split_text_inner h2 {
    font-size: 34px !important;
  }

  .yd_pricing .split_text_inner p {
    font-size: 18px !important;
  }

  .yd_pricing .prc_box {
    margin-bottom: 0;
  }

  .pricing-intro h1 {
    font-size: 34px;
  }

  .flex-inner .f-text h2 {
    font-size: 24px;
  }

  .flex-inner .f-text p {
    font-size: 18px;
    font-weight: 400;
  }

  #howitworks .f-text p,
  #howitworks h2 {
    padding: 0 16px !important;
  }

  .yd_flex {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .yd_flex .yd_flex_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 568px;
    flex: 0 0 568px;
  }

  .yd_flex_1 .flex_content {
    max-width: 420px;
    margin: 0;
  }

  .left {
    padding: 50px;
  }

  .flx_content h2 {
    font-size: 24px;
  }

  .flex_main {
    display: flex;
  }

  .flex_sub {
    margin: 12px;
    padding: 32px;
  }

  .flex_sub .sub_text h4 {
    font-size: 16px;
  }

  .left {
    flex: 1 0 0;
  }

  .right {
    flex: 1 0 0;
    flex-direction: column;
  }

  .right .sec-one {
    flex: 1;
  }

  .right .sec-two {
    flex: 1;
  }

  .right .sec-two {
    padding: 25px;
  }

  .flx_2 {
    margin-top: 25px;
    text-align: center;
  }

  .yd_clients .review-img img {
    width: 120px;
  }

  .split_features .yd_flx2 .flx_1 {
    flex: 1 0 0;
    flex-basis: 50%;
  }

  .split_features .yd_flx2 .flx_2 {
    flex: 1 0 0;
    flex-basis: 50%;
  }

  .yd_faqs .yd_flx2 .flx_1 {
    flex: 1 0 0;
    flex-basis: 50%;
  }

  .yd_faqs .yd_flx2 .flx_2 {
    flex: 1 0 0;
    flex-basis: 50%;
  }

  .footer .footer-logo {
    text-align: left;
  }

  .footer .footer-menu {
    text-align: right;
    margin: 0;
  }

  .footer .footer-links ul {
    text-align: right;
  }
}

@media only screen and (min-width: 480px) {
  .container-s {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-inner .f-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
}

@media only screen and (min-width: 24em) {
  .prk-circle {
    width: 360px;
    height: 360px;
  }

  .txt-box h2 {
    font-size: 21px;
    font-weight: 500;
  }

  .txt-box .btn-action {
    padding: 10px 24px;
    font-size: 12px;
    margin: 25px 10px 0 0;
  }

  .txt-box ul#countdown li span {
    font-size: 38px;
  }

  .txt-box ul#countdown li.seperator {
    font-size: 32px;
  }

  .txt-box ul#countdown li p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .card_single {
    text-align: center;
    padding: 10px;
  }

  .yd_flex .yd_flex_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
  }

  .home-split .flx_2 {
    min-width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .home-3 .hero-img img {
    transform: translateX(120px);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
  }

  .home-split .flx_2 {
    min-width: inherit;
  }

  .ft_cst2 .flex-inner .f-image {
    margin-top: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
  }

  .cta_box .cta_box_inner {
    padding: 0;
  }

  .yd_pricing .f-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
  }

  .left {
    padding: 100px;
  }

  .right .sec-two {
    padding: 50px;
  }

  .flx_content h2 {
    font-size: 30px;
  }

  .yd_tabs .ar-icon {
    float: left;
    width: 20%;
  }

  .yd_tabs .ar-text {
    float: right;
    width: 80%;
  }
}

.form input[type='text'],
.form input[type='email'] {
  width: 300px;
}

.form input {
  padding: 0 20px;
}

@media only screen and (max-width: 420px) {
  .form {
    text-align: center;
  }

  .form .primary-button {
    margin-left: 0;
    margin-top: 10px;
  }

  #chimp-email-error {
    left: 5%;
    bottom: -30%;
  }

  .yd_cta_box #response {
    position: absolute;
    left: 5%;
    bottom: -50%;
  }

  .yd_cta_box #chimp-email-error {
    left: 15%;
    bottom: -25%;
  }
}

.navbar-right {
  padding-right: 0;
}

.screenshots-wrapper {
  max-width: 100vw;
}

#screenshots {
  position: relative;
  padding: 20px 0;
  padding-bottom: 80px;
  background: #f8f8f8;
}

#screenshots > div {
  display: flex;
  justify-content: center;
}

.screenshot {
  height: 600px;
  margin: 0 25px;
  position: relative;
}

.screenshot img {
  height: 100%;
  position: relative;
  opacity: 0.25;
  filter: blur(2px);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.tag {
  height: 30px;
  position: absolute;
  height: 20px;
  width: 140px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 0;
  font-family: 'Montserrat';
  font-weight: 500;
  letter-spacing: 0;
  z-index: 0;
  opacity: 0;
  text-align: right;

  font-size: 25px;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.screenshot.active .tag {
  transform: translateX(-160px);
  opacity: 1;
}

.screenshot.active img {
  opacity: 1;
  transform: scale(1.13);
  filter: none;
}

.main-logo {
  width: 80px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .main-logo {
    width: 60px;
    margin-bottom: 16px;
  }

  #howitworks h2 {
    text-align: center;
  }
}

.navbar-logo {
  width: 32px;
}

.apply-now {
  font-size: 24px;
  font-weight: 500;
  color: #364655;
  margin-top: 40px;
}

.fixed-top {
  width: 100vw;
}

.how-does-it-work {
  height: 240px;
  flex: 0 0 400px;
  display: flex;
  justify-content: center;
}

.how-does-it-work i {
  position: absolute;
  bottom: -30px;
  right: -28px;
  z-index: 1;
}

.how-does-it-work img {
  height: 100%;
}

.how-does-it-work .img-wrapper {
  height: 100%;
  width: 356px;
  overflow: hidden;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0px 30px #303c4214;
}

.hoverable {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.32, 1);
}

.hoverable:hover {
  position: relative;
  z-index: 100;
  transform: scale(1.15);
  box-shadow: 0 0px 30px #303c4214;
}

.big-img-wrapper {
  position: relative;
  height: 100%;
}

.already-a-client {
  text-align: center;
  font-size: 16px;
  margin-top: 150px;
  color: #818198;
}

.authenticate-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: -40px;
}

.blue-link {
  color: #11b7f3;
  font-family: 'Montserrat';
  text-decoration: underline;
}

.contact-item {
  display: flex;
  justify-content: center;
  font-family: 'Montserrat';
  padding-bottom: 16px;
  color: #818198;
}

.contact-item i {
  margin-right: 8px;
}

#applyNow .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qr-code {
  width: 200px;
  margin-top: 32px;
  margin-bottom: 24px;
  border-radius: 12px;
}

.prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 40px;
  position: relative;
  margin: auto;
}

.prices .body {
  z-index: 2;
}

.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border-radius: 8px;
  margin-bottom: 32px;
  z-index: 2;
}

.price .img-wrapper {
  position: relative;
  margin-bottom: 8px;
  width: 250px;
  border-radius: 8px;
  font-size: 0;
  overflow: hidden;
}

.product-image {
  width: 100%;
}

.um {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 6px;
  background: linear-gradient(190deg, #303c4200, #303c4200, #303c42bb);
  padding-top: 40px;
  padding-right: 120px;
}

.um .emoji {
  margin-right: 4px;
  /* font-size: 16px; */
}

.perk {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.perk .small-logo {
  width: 20px;
}

@media (max-width: 768px) {
  .perk {
    text-align: center;
  }
}

.price-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 16px;
}

.price-description {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.old-price-value {
  font-size: 25px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  color: #f44336;
  text-decoration: line-through;
}

.price-value {
  font-size: 25px;
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
  color: #33395c;
}

.prices-logo {
  position: absolute;
  bottom: -220px;
  right: -150px;
  width: 400px;
  z-index: 1;
  opacity: 0.6;
}

.prices-and-demo {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 767px) {
  .prices-and-demo {
    flex-direction: column;
    align-items: center;
  }

  .screenshots-wrapper {
    overflow: hidden;
  }
}

.separator {
  width: 100%;
  border-top: 1px solid #11b7f3;
  margin-top: 100px;
}

.input-wrapper {
  position: relative;
}

.info {
  border: 2px solid #11b7f3;
  color: #11b7f3;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 18px;
  top: 18px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}

.username-tooltip {
  position: absolute;
  right: 18px;
  bottom: 0;
  top: 10px;
  width: 270px;
  height: 129px;
  background: #fff;
  font-size: 13px;
  text-align: left;
  padding: 13px;
  padding-bottom: 4px;
  border-radius: 8px;
  color: #364655;
  font-weight: 500;
  box-shadow: rgb(0 0 0 / 13%) -2px 4px 12px;
  display: none;
}

.info:hover .username-tooltip {
  display: block;
}

.url-explainer {
  font-size: 14px;
  padding: 4px;
  color: #364655;
  display: none;
  width: 100%;
  margin-top: 16px;
}

.url-error {
  color: #ff5722;
  display: none;
  font-size: 14px;
  padding: 0 24px;
  width: 250px;
}

.loader {
  width: 0px;
  background: #11b7f3;
  border-radius: 10px;
  display: none;
  height: 3px;
}

.loader.loading {
  height: 3px;
  margin-top: 32px;
  margin-bottom: 26px;
  display: block;
  animation: loading 5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes loading {
  from {
    width: 1px;
  }
  to {
    width: 250px;
  }
}

.brand-logo {
  width: 28px;
  margin: 16px 8px;
  cursor: pointer;
}

.brand-logo:hover,
.brand-logo:active {
  filter: brightness(130%);
}

.social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 24px;
}

.price-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 0px;
  padding-left: 80px;
  padding-bottom: 32px;
}

.as-button {
  border-left: 4px solid #11b7f3;
  color: #303c42;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 250px;
  align-self: center;
  display: flex;
  flex-direction: row;
  padding: 16px;
  padding-left: 20px;
  justify-content: space-between;
  cursor: pointer;
  background: linear-gradient(90deg, transparent, #11b7f300);
  transition: all 0.2s ease-in;
  margin-bottom: 40px;
}

.as-button i {
  font-size: 20px;
  margin-right: 4px;
}

.as-button:hover {
  color: #303c42;
  text-decoration: none;
}

.as-button:hover i {
  color: #11b7f3;
}

.as-button.pink {
  border-color: #ffd54f;
}
.as-button.pink:hover i {
  color: #ffd54f;
}

.as-button:hover {
  background: linear-gradient(90deg, #11b7f333, transparent);
}
.as-button.pink:hover {
  background: linear-gradient(90deg, #ffd54f36, transparent);
}

.highlighted {
  color: #11b7f3;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.video-wrapper {
  border-radius: 32px;
  height: calc(960px / 1.9);
  width: calc(444px / 1.9);
  margin-bottom: 24px;
  box-sizing: content-box;
  border: 10px solid #111;
  box-shadow: 0 0 24px #0005;
  overflow: hidden;
  transform: translateZ(0);
}

video {
  height: calc((960px / 1.9) + 6px);
  width: calc((444px / 1.9) + 7px);
  margin-top: -3px;
  margin-left: -3px;
}

.scan-qr-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  position: relative;
  margin: auto;
  padding: 60px;
}

.subtitle {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

#clients {
  padding: 50px;
  background: #11b7f3;
  overflow: hidden;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#clients h1,
#clients p {
  color: #fff;
}

#clients h1 {
  font-weight: 500;
}

.client-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  width: 580px;
  max-width: 100vw;
  z-index: 1;
}

.client {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: 180px;
  height: 150px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.32, 1);
}

@media (min-width: 768px) {
  .client:hover {
    box-shadow: 0 0px 12px #0004;
    transform: scale(1.04);
  }
}

@media (max-width: 768px) {
  .client {
    width: 170px;
    padding-left: 0;
    padding-right: 0;
  }
}

.client img {
  height: 60px;
  align-self: center;
  margin-bottom: 16px;
}

img.enlarged {
  height: 82px;
  margin-top: -13px;
  margin-bottom: 0px;
}

.client span {
  text-decoration: none;
  text-align: center;
  color: #364655;
}

.client:hover {
  /* box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.65); */
  text-decoration: none;
}

.client .client-name {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1px;
}

.client .client-city {
  margin-top: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.client-city i {
  color: #11b7f3;
}

.swiper {
  max-width: 500px;
  height: 300px;
}

.swiper-button-prev,
.swiper-button-next {
  padding: 30px;
  margin: -30px;
}

/* Media queries */

@media only screen and (max-width: 767px) {
  .only-mobile {
    display: block !important;
  }

  .only-desktop {
    display: none !important;
  }

  .navbar {
    padding: 15px;
  }

  .navbar .navbar-nav {
    background: #ffffff !important;
    padding-bottom: 25px;
  }

  .nav-white .nav-item .nav-link {
    color: #4957b8;
  }

  .navbar-alt .nav-item .nav-link {
    color: #33395c;
  }

  .navbar .btn-cta {
    padding: 0 30px;
  }

  .home-3 {
    padding-bottom: 0 !important;
    padding-top: 90px !important;
    min-height: 0px !important;
  }

  .big-logo {
    width: 60px !important;
  }

  h2 {
    font-size: 26px !important;
    line-height: 1.2;
  }

  h2.main-brand-name {
    font-size: 37px !important;
  }

  h2 ~ p {
    font-size: 16px !important;
  }

  h3 {
    font-size: 19px !important;
  }

  #screenshots {
    padding-top: 50px !important;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .screenshot {
    height: 300px !important;
  }

  .tag {
    font-size: 18px !important;
  }

  .screenshot.active .tag {
    transform: translateX(-150px) !important;
    opacity: 1;
  }

  .f-text {
    padding: 0 !important;
    margin-top: 19px !important;
  }

  .f-text p {
    text-align: center !important;
  }

  .how-does-it-work .img-wrapper {
    width: calc(100vw - 80px) !important;
  }

  .how-does-it-work {
    margin-bottom: 16px !important;
    margin-top: 64px !important;
  }

  .scrolled-to-1 {
    transform: translateX(202px);
  }

  .scrolled-to-2 {
    transform: translateX(0px);
  }

  .scrolled-to-3 {
    transform: translateX(-202px);
  }

  .price-list {
    padding-top: 0px;
    padding-left: 0px;
  }
}

@media only screen and (min-width: 240px) {
  .navbar.past-main {
    background: #ffffff !important;
    border-bottom: 1px solid #efeff1;
  }

  .navbar.effect-main {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar.past-main .navbar-brand {
    color: #33395c !important;
  }

  .nav-white.past-main .nav-item .nav-link {
    color: #33395c;
    font-weight: 500;
  }

  .navbar.past-main .nav-item .nav-link {
    color: #33395c;
    font-weight: 500;
  }

  .navbar.past-main .nav-item:hover .nav-link {
    color: #23d3d3;
  }

  .navbar.past-main .navbar-brand {
    color: #33395c;
  }
  /*
.navbar.past-main span.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}*/

  .nav-white.effect-main {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.flags {
  padding: 0 55px;
  align-self: center;
}

@media (max-width: 768px) {
  .flags {
    padding: 0;
  }
}

.flags img {
  width: 42px;
}

.logo-huge {
  position: absolute;
  left: -400px;
  margin: auto;
  opacity: 0.2;
  top: 132px;
  bottom: 0;
  width: 1000px;
}

.floating {
  position: fixed;
  bottom: 18px;
  left: 0;
  right: 0;
  width: 160px;
  margin: auto;
  z-index: 10001;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .floating {
    left: 24px;
    bottom: 24px;
    right: auto;
  }
}

#register .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-list i {
  font-size: 18px;
  width: 30px;
  text-align: center;
  color: #11b7f3;
}

i.orange {
  color: #ff9800;
}

@media (max-width: 768px) {
  .price-list {
    align-items: center;
  }

  .price-title,
  .perk {
    margin-left: -15px;
  }
}

.small-tm {
  margin-left: -12px;
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
  font-size: 16px;
}

@media (max-width: 768px) {
  .small-tm {
    margin-left: -8px;
    margin-top: 4px;
  }
}

.primary-button img {
  width: 22px;
  margin-right: 8px;
}

.primary-button i {
  color: white;
  margin-right: 8px;
}

.retry-button {
  font-size: 17px;
  width: 50px;
  align-self: center;
  margin: auto;
  margin-top: 24px;
}

.retry-button i {
  margin-right: 0;
}

.faded {
  opacity: 0.5;
}

.hero-video {
  height: 650px;
  width: auto;
  margin: 0;
  margin-top: -64px;
  margin-left: 32px;
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 100px;
  }

  .top-left-logo {
    margin-left: 8px;
  }

  .hero-video {
    height: calc(231px + 50vw);
    margin-left: 14px;
    margin-top: -50px;
  }

  .main-brand-slogan {
    margin-top: 18px;
  }
}

/* Very narrow and wide laptop screens */
@media (min-width: 1200px) and (max-height: 800px) {
  .hero-video {
    height: 520px;
    margin-top: -83px;
  }

  .main-logo {
    width: 70px;
    margin-bottom: 20px;
  }

  .small-tm {
    margin-left: -9px;
  }

  .main-brand-name {
    font-size: 38px;
  }

  .main-brand-slogan {
    font-size: 24px;
    margin-top: 24px;
  }
}

.quick-explainer {
  padding: 20px 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -32px;
}

.quick-explainer p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  max-width: 600px;
  position: relative;
  z-index: 1;
}

.quick-explainer span {
  font-weight: 600;
}

.smaller-tm {
  font-size: 10px;
  vertical-align: top;
  display: inline-block;
  margin-left: -4px;
  margin-top: -4px;
}

.new-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #11b7f3;
  border-radius: 50px;
  margin-left: 3px;
}

.form .primary-button {
  margin-top: 24px;
}

.new-tag {
  background: #ff8324;
  padding: 2px 6px;
  color: #fff;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
}

.no-stock {
  position: absolute;
  color: #fff;
  background: #ff3333;
  bottom: 0;
  right: 0;
  font-size: 13px;
  font-weight: 600;
  padding: 8px;
  border-top-left-radius: 8px;
}

.explainer-video {
  flex: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.explainer-video iframe {
  width: min(100vw - 24px, 768px);
  height: calc((min(100vw - 24px, 768px) / (1920 / 1080)));
  border-radius: 8px;
}

.ognitech-ad {
  font-size: 18px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: -20px;
}

@media (max-width: 768px) {
  .ognitech-ad {
    margin-top: 20px;
  }
}

.ognitech-ad span {
  text-align: center;
}

.ognitech-ad a {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: #af057f;
}

.ognitech-ad a img {
  height: 30px;
  float: left;
  margin-right: 8px;
  margin-top: -3px;
}

.subscription-name {
  font-size: 40px;
  margin-top: 2px;
  color: #11b7f3;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.subscription-label {
  color: #33395c;
  font-weight: 600;
  font-size: 20px;
}

.subscription-label.business {
  color: hsl(210deg 25% 29%);
}

.subscription-name.business {
  color: hsl(210deg 25% 29%);
  margin-left: -2px;
}

.subscription-description {
  color: #33395c;
  font-weight: 500;
  font-size: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-style: italic;
  margin-bottom: 34px;
}

@media (max-width: 768px) {
  .subscription-description {
    margin-bottom: 32px;
  }
}

.price-tag {
  /* background: #33395c; */
  padding: 6px 12px;
  color: #fff;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 8px;
  display: inline-block;
  margin-top: 6px;
  background: linear-gradient(20deg, hsl(210deg 25% 30%), hsl(210deg 25% 40%));
}

.perk.business,
.fa.business,
.business {
  color: hsl(210deg 25% 29%);
}

.anpc-sal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  flex-wrap: wrap;
}
