@charset "UTF-8";
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {
  display: block;
}

/********************/
/*===========================================================================
MAIN STYLE
===========================================================================*/
body {
  color: #1C252A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  padding-top: 80px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.login-page {
  padding-top: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #ADBDD0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

::-moz-placeholder {
  color: #ADBDD0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #ADBDD0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

:-moz-placeholder {
  color: #ADBDD0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

video {
  max-width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.overflow-y {
  overflow-y: hidden;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row div[class*=col] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.flex-row > div[class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.align-center {
  align-items: center;
}

a:not(.btn):hover {
  color: #0FC721;
}

.alt-link {
  color: #1D6EF6;
}

h1 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.3;
  color: #000;
}

h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  color: #000;
}

h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  color: #000;
}

p i {
  font-weight: normal;
}

.btns {
  list-style: none;
  padding: 0;
  margin: -12px;
  font-size: 0;
}
.btns > li {
  padding: 12px;
  display: inline-block;
}
@media (max-width: 690px) {
  .btns {
    margin: -15px;
  }
  .btns > li {
    display: block;
    padding: 15px;
  }
  .btns > li .btn {
    display: block;
  }
}

.btn-link {
  color: #0FC721;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  margin-right: 30px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-link:hover {
  color: #0AE920 !important;
  border-bottom-color: #0AE920;
}
.btn-link:after {
  content: "";
  font-family: "icomoon";
  font-size: 15px;
  position: absolute;
  right: -30px;
  top: 3px;
}

.btn {
  font-size: 16px;
  padding: 22px 33px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  min-width: 180px;
  font-weight: 700;
  border: none;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}

.btn-transparent:hover {
  background-color: transparent !important;
}

.btn-primary {
  color: #fff;
  -moz-box-shadow: 0px 22px 50px 0px rgba(122, 186, 252, 0.3), inset 0px 20px 30px 0px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 22px 50px 0px rgba(122, 186, 252, 0.3), inset 0px 20px 30px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 22px 50px 0px rgba(122, 186, 252, 0.3), inset 0px 20px 30px 0px rgba(255, 255, 255, 0.6);
  background: #0ae84f;
  background: -moz-linear-gradient(left, #0ae84f 0%, #07d246 100%);
  background: -webkit-linear-gradient(left, #0ae84f 0%, #07d246 100%);
  background: linear-gradient(to right, #0ae84f 0%, #07d246 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0ae84f", endColorstr="#07d246",GradientType=1 );
}
.btn-primary:hover {
  background: #00ff4f;
  background: -moz-linear-gradient(left, #00ff4f 0%, #00e747 100%);
  background: -webkit-linear-gradient(left, #00ff4f 0%, #00e747 100%);
  background: linear-gradient(to right, #00ff4f 0%, #00e747 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ff4f", endColorstr="#00e747",GradientType=1 );
}
.btn-primary:active {
  transform: scale(1.03);
}

.btn-secondary {
  color: #0FC721;
  border: 2px solid #05E84B;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0ae84f", endColorstr="#07d246",GradientType=1 );
}
.btn-secondary:hover {
  color: #fff;
  border: none;
  padding-top: 22px;
  padding-bottom: 22px;
  -moz-box-shadow: 0px 22px 50px 0px rgba(122, 186, 252, 0.3), inset 0px 20px 30px 0px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 22px 50px 0px rgba(122, 186, 252, 0.3), inset 0px 20px 30px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 22px 50px 0px rgba(122, 186, 252, 0.3), inset 0px 20px 30px 0px rgba(255, 255, 255, 0.6);
  background: #00ff4f;
  background: -moz-linear-gradient(left, #00ff4f 0%, #00e747 100%);
  background: -webkit-linear-gradient(left, #00ff4f 0%, #00e747 100%);
  background: linear-gradient(to right, #00ff4f 0%, #00e747 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ff4f", endColorstr="#00e747",GradientType=1 );
}
.btn-secondary:active {
  transform: scale(1.03);
}

.btn-google {
  color: #fff;
  -moz-box-shadow: 0px 22px 50px 0px rgba(122, 186, 252, 0.3), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 22px 50px 0px rgba(122, 186, 252, 0.3), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 22px 50px 0px rgba(122, 186, 252, 0.3), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.6);
  background: #ff004d;
  background: -moz-linear-gradient(left, #ff004d 0%, #ff1717 100%);
  background: -webkit-linear-gradient(left, #ff004d 0%, #ff1717 100%);
  background: linear-gradient(to right, #ff004d 0%, #ff1717 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff004d", endColorstr="#ff1717",GradientType=1 );
}
.btn-google:hover {
  background: #ff004d;
  background: -moz-linear-gradient(left, #ff004d 83%, #ff1717 100%);
  background: -webkit-linear-gradient(left, #ff004d 83%, #ff1717 100%);
  background: linear-gradient(to right, #ff004d 83%, #ff1717 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff004d", endColorstr="#ff1717",GradientType=1 );
}
.btn-google:active {
  transform: scale(1.03);
}

.btn-fb {
  color: #fff;
  -moz-box-shadow: 0px 22px 50px 0px rgba(122, 186, 252, 0.3), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 22px 50px 0px rgba(122, 186, 252, 0.3), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 22px 50px 0px rgba(122, 186, 252, 0.3), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.6);
  background: #1d6ef6;
  background: -moz-linear-gradient(left, #1d6ef6 0%, #1e43d3 100%);
  background: -webkit-linear-gradient(left, #1d6ef6 0%, #1e43d3 100%);
  background: linear-gradient(to right, #1d6ef6 0%, #1e43d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d6ef6", endColorstr="#1e43d3",GradientType=1 );
}
.btn-fb:hover {
  background: #1d6ef6;
  background: -moz-linear-gradient(left, #1d6ef6 78%, #1d6ef6 78%, #1e43d3 100%);
  background: -webkit-linear-gradient(left, #1d6ef6 78%, #1d6ef6 78%, #1e43d3 100%);
  background: linear-gradient(to right, #1d6ef6 78%, #1d6ef6 78%, #1e43d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d6ef6", endColorstr="#1e43d3",GradientType=1 );
}
.btn-fb:active {
  transform: scale(1.03);
}

.btn-min-width {
  min-width: 270px;
}

.btn-block {
  display: block;
  width: 100%;
}

.input {
  width: 100%;
  border: solid 2px #E9F1FB;
  border-radius: 4px;
  color: #1C252A;
  background-color: #fff;
  height: 46px;
  padding: 5px 10px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
.input:hover, .input:focus {
  border-color: #05E84B;
  outline: none;
}

select.input {
  background: #fff url(https://storage.bannernow.com/static/bn-landings/assets/img/icon-drop-down.svg) no-repeat center right 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.input::-ms-expand {
  display: none;
}

.toggle[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.toggle[type=checkbox] + label {
  cursor: pointer;
  text-indent: -9999px;
  width: 32px;
  height: 20px;
  background: #fff;
  display: inline-block;
  border: 1px solid #21D353;
  border-radius: 32px;
  position: relative;
  vertical-align: middle;
}
.toggle[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #21D353;
  border-radius: 50%;
  transition: 0.3s;
}
.toggle[type=checkbox] + label:active:after {
  width: 18px;
}
.toggle[type=checkbox]:checked + label {
  background: #21D353;
}
.toggle[type=checkbox]:checked + label:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
  background-color: #fff;
}

/* Base for span styling */
.custom-checkbox {
  display: block;
  text-align: left;
  margin: 0 !important;
}

.custom-checkbox + .custom-checkbox {
  margin-top: 20px;
}

.custom-checkbox [type=checkbox]:not(:checked), .custom-checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.custom-checkbox [type=checkbox]:not(:checked) + span, .custom-checkbox [type=checkbox]:checked + span {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  color: #4F5369;
  cursor: pointer;
  line-height: 1.7;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}

/* checkbox aspect */
.custom-checkbox [type=checkbox]:not(:checked) + span:before, .custom-checkbox [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #67F990;
  background: #fff;
  border-radius: 4px;
}

.custom-checkbox [type=checkbox]:checked + span:before {
  background: #05E84B;
}

.custom-checkbox [type=checkbox]:checked + span:before {
  content: "✔";
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

/* checked mark aspect changes */
.custom-checkbox [type=checkbox]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}

.custom-checkbox [type=checkbox]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  background-color: #48b9ff;
}

/* disabled checkbox */
.custom-checkbox [type=checkbox]:disabled:not(:checked) + span:before, .custom-checkbox [type=checkbox]:disabled:checked + span:before {
  opacity: 0.7;
}

.custom-checkbox [type=checkbox]:disabled:checked + span:after {
  opacity: 0.7;
}

.custom-checkbox [type=checkbox]:disabled + span {
  opacity: 0.7;
}

.input-box {
  margin-bottom: 34px;
}
.input-box label {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.input-box label + span {
  float: right;
  font-size: 14px;
}
.input-box .error-msg {
  margin-top: 11px;
  color: #E51446;
  text-align: left;
  font-size: 14px;
}
.input-box .error-msg i {
  font-size: 18px;
  margin-right: 9px;
  margin-top: -3px;
  vertical-align: middle;
  display: inline-block;
}
.input-box .error-msg-label {
  display: block;
  position: absolute;
  color: #E51446;
  text-align: left;
  font-size: 14px;
}

.form-row {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
}
.form-row:before, .form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row .form-col {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
}
@media (max-width: 690px) {
  .form-row .form-col {
    width: 100%;
  }
}

form a {
  color: #0FC721;
  text-decoration: none;
}

.section-overflow {
  overflow: hidden;
}

.section-block + .section-block {
  margin-top: 170px;
}
.section-block + .section-block-sm {
  margin-top: 116px;
}

.mt-section {
  margin-top: 160px;
}
@media (max-width: 1100px) {
  .mt-section {
    margin-top: 60px;
  }
}

.mt-section-small {
  margin-top: 100px;
}
@media (max-width: 1100px) {
  .mt-section-small {
    margin-top: 40px;
  }
}

.mb-section {
  margin-bottom: 160px;
}
@media (max-width: 1100px) {
  .mb-section {
    margin-bottom: 60px;
  }
}

.with-drow-shadow img {
  filter: drop-shadow(0 16px 30px rgba(122, 186, 252, 0.2));
  vertical-align: middle;
}

.with-box-shadow > * {
  -moz-box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.3);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.3);
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #1470FB;
  margin-left: 5px;
  -moz-box-shadow: inset 0px 6px 10px 0px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0px 6px 10px 0px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 6px 10px 0px rgba(255, 255, 255, 0.4);
}

.pagination {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 22px -8px 0;
}
.pagination > li {
  display: inline-block;
  margin: 0 8px;
}
.pagination > li a {
  text-decoration: none;
  display: inline-block;
  min-width: 50px;
  line-height: 50px;
  font-size: 17px;
  color: #ADBDD0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pagination > li a:hover {
  color: #21D353;
}
.pagination > li.active a {
  color: #1C252A;
  border-color: #ADBDD0;
}

.breadcrumbs {
  margin-top: 86px;
  margin-bottom: 16px;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
}
.breadcrumbs ul > li {
  display: inline-block;
  font-size: 20px;
}
.breadcrumbs ul > li a, .breadcrumbs ul > li span {
  color: #4F5369;
  text-decoration: none;
}
.breadcrumbs ul > li + li:before {
  content: "/";
  margin-right: 5px;
}
@media (max-width: 1100px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}
@media (max-width: 690px) {
  .breadcrumbs {
    margin-top: 35px;
  }
}

.info-box {
  border: 2px solid #E9F1FB;
  border-radius: 4px;
  padding: 30px 27px;
  color: #4F5369;
  display: flex;
  align-items: center;
}
.info-box h3 span {
  font-size: 50px;
  font-weight: 800;
  background: -webkit-linear-gradient(left, #89FF52, #00AEFF);
  background: -o-linear-gradient(right, #89FF52, #00AEFF);
  background: -moz-linear-gradient(right, #89FF52, #00AEFF);
  background: linear-gradient(to right, #89FF52, #00AEFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info-box ul li {
  padding-left: 26px;
  position: relative;
  font-size: 20px;
}
.info-box ul li:before {
  content: "";
  font-family: "icomoon";
  color: #05E84B;
  font-size: 14px;
  position: absolute;
  top: 5px;
  left: 0;
}
.info-box p {
  font-size: 24px;
  line-height: 1.7;
  max-width: 90%;
}

.inline-popup {
  display: none;
  max-width: 812px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.inline-popup h3 {
  margin-bottom: 30px;
}
.inline-popup p {
  margin-bottom: 30px;
}
.inline-popup p:last-child {
  margin-bottom: 0;
}
.inline-popup ul {
  display: inline-block;
  text-align: left;
  max-width: 590px;
}
.inline-popup ul li {
  margin-top: 10px;
}

.fancybox {
  text-decoration: none;
}

.fancybox-skin {
  padding: 50px 74px !important;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 690px) {
  .fancybox-skin {
    padding: 40px !important;
  }
}

.fancybox-close {
  background-image: none;
  width: 27px;
  height: 27px;
  top: 0;
  right: -35px;
}
.fancybox-close:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 1290px) {
  h1 {
    font-size: 44px;
    line-height: 1.2;
  }
}
.visible-md {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

@media (max-width: 1100px) {
  .container {
    max-width: 866px;
  }

  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }

  .section-block + .section-block {
    margin-top: 70px;
  }
}
@media (max-width: 690px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}
/*===========================================================================
END MAIN STYLE
===========================================================================*/
/*===========================================================================
HEADER
===========================================================================*/
.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: min-height 0.3s linear;
  -moz-transition: min-height 0.3s linear;
  -o-transition: min-height 0.3s linear;
  transition: min-height 0.3s linear;
}
@media (max-width: 1100px) {
  .header {
    min-height: 80px;
    /* .container{
    	position: relative;
    } */
  }
}

.fixed-header .header {
  -moz-box-shadow: 0px 0px 20px 0px rgba(122, 186, 252, 0.3);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(122, 186, 252, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(122, 186, 252, 0.3);
}
.fixed-header .menu-btn {
  margin-top: 11px;
}
.fixed-header .main-menu ul > li > a, .fixed-header .main-menu ul > li > span {
  line-height: 60px;
}
.fixed-header .logo {
  margin-top: 23px;
}
@media (max-width: 1100px) {
  .fixed-header .header {
    min-height: 60px;
  }
  .fixed-header .main-menu {
    padding-top: 15px;
  }
  .fixed-header .main-menu ul > li > a, .fixed-header .main-menu ul > li > span {
    line-height: 56px;
  }
}

.logo {
  margin-top: 32px;
  max-width: 176px;
  -webkit-transition: margin-top 0.3s linear;
  -moz-transition: margin-top 0.3s linear;
  -o-transition: margin-top 0.3s linear;
  transition: margin-top 0.3s linear;
}

.main-menu .mobile-links {
  display: none;
}
.main-menu li {
  display: inline-block;
  list-style: none;
  margin-left: 30px;
}
.main-menu li a {
  text-decoration: none;
  color: #1C252A;
}
.main-menu li a:hover {
  color: #0FC721;
  text-decoration: none;
}
.main-menu li.login a {
  font-weight: 600;
}
.main-menu ul > li > a, .main-menu ul > li > span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 80px;
  padding: 0 5px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-menu .sign-in {
  margin-left: 16px;
  min-width: 170px;
}
.main-menu .sign-in a {
  font-weight: 800;
  -moz-box-shadow: inset 0px 10px 30px 0px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0px 10px 30px 0px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 10px 30px 0px rgba(255, 255, 255, 0.6);
  background: #0ae84f;
  background: -moz-linear-gradient(left, #0ae84f 0%, #07d246 100%);
  background: -webkit-linear-gradient(left, #0ae84f 0%, #07d246 100%);
  background: linear-gradient(to right, #0ae84f 0%, #07d246 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0ae84f", endColorstr="#07d246",GradientType=1 );
  color: #fff;
}
.main-menu .sign-in a:hover {
  background: #00ff4f;
  background: -moz-linear-gradient(left, #00ff4f 0%, #00e747 100%);
  background: -webkit-linear-gradient(left, #00ff4f 0%, #00e747 100%);
  background: linear-gradient(to right, #00ff4f 0%, #00e747 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ff4f", endColorstr="#00e747",GradientType=1 );
  color: #fff;
}
.main-menu .has-sub-menu {
  position: relative;
}
.main-menu .has-sub-menu:not(.hover):hover > span {
  color: #0FC721;
}
.main-menu .has-sub-menu.hover > span {
  color: #0FC721;
}
.main-menu .has-sub-menu.hover > span:after {
  content: "";
}
.main-menu .has-sub-menu > span {
  color: #000;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: 80px;
  min-width: 0;
  padding: 0;
  padding-right: 20px;
  position: relative;
  text-align: left;
  z-index: 6;
}
.main-menu .has-sub-menu > span:after {
  content: "";
  font-family: "icomoon";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-menu .has-sub-menu ul {
  background-color: #ffffff;
  border-radius: 4px;
  -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  display: none;
  left: -3px;
  position: absolute;
  top: 59px;
  width: 220px;
  z-index: 5;
}
.main-menu .has-sub-menu ul li {
  margin: 0;
  display: block;
}
.main-menu .has-sub-menu ul li.separator {
  border-top: 1px solid #DEE7F2;
}
.main-menu .has-sub-menu ul li a {
  color: #4F5369;
  display: block;
  padding: 18px 23px;
  line-height: 1.2;
  text-align: left;
  background-color: #fff;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.main-menu .has-sub-menu ul li a:hover {
  color: #1C252A;
  background-color: #F3F8FE;
  text-decoration: underline;
  text-decoration-color: #0FC721;
}
.main-menu .has-sub-menu.hover > span:after {
  border-color: transparent transparent #e0e2e5 transparent;
  border-width: 0 4px 4px 4px;
}
.main-menu .has-sub-menu.hover ul {
  display: block;
}
@media (min-width: 1101px) {
  .main-menu {
    display: block !important;
  }
}
@media (max-width: 1100px) {
  .main-menu {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 26px 15px 10px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main-menu > ul {
    max-width: 836px;
    margin-right: auto;
    margin-left: auto;
  }
  .main-menu .mobile-links {
    display: block;
    margin-bottom: 39px;
    padding-bottom: 40px;
    position: relative;
  }
  .main-menu .mobile-links:before {
    content: "";
    position: absolute;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    border-bottom: 1px solid #DEE7F2;
    z-index: 1;
  }
  .main-menu .mobile-links > li {
    display: inline-block;
  }
  .main-menu .mobile-links > li .btn {
    text-align: center;
    font-weight: 700;
    padding-top: 2px;
    padding-bottom: 2px;
    min-width: 200px;
  }
  .main-menu .mobile-links > li .btn.btn-primary {
    color: #fff;
  }
  .main-menu .sign-in {
    display: none;
  }
  .main-menu li {
    display: block;
    margin-left: 0;
  }
  .main-menu li a {
    position: relative;
  }
  .main-menu li a:not(.btn):before, .main-menu li a:not(.btn):after {
    content: "";
    left: -100vw;
    right: 100%;
    top: 0;
    bottom: 0;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
  }
  .main-menu li a:not(.btn):after {
    left: 100%;
    right: -100vw;
  }
  .main-menu li a:hover {
    background-color: #F3F8FE;
  }
  .main-menu li a:hover:before, .main-menu li a:hover:after {
    background-color: #F3F8FE;
  }
  .main-menu li.login {
    display: none;
  }
  .main-menu ul > li > a, .main-menu ul > li > span {
    padding: 0 10px;
    text-align: left;
    line-height: 56px;
  }
  .main-menu .has-sub-menu {
    position: relative;
  }
  .main-menu .has-sub-menu:not(.hover):hover > span {
    color: #0FC721;
  }
  .main-menu .has-sub-menu.hover {
    padding-bottom: 20px;
  }
  .main-menu .has-sub-menu.hover:before {
    content: "";
    position: absolute;
    left: -100vw;
    bottom: 0;
    right: -100vw;
    border-bottom: 1px solid #DEE7F2;
    z-index: 1;
  }
  .main-menu .has-sub-menu.hover > span {
    color: #0FC721;
  }
  .main-menu .has-sub-menu.hover > span:after {
    content: "";
  }
  .main-menu .has-sub-menu > span {
    display: block;
    line-height: 56px;
    padding-left: 10px;
    padding-right: 40px;
  }
  .main-menu .has-sub-menu ul {
    border-radius: 0;
    box-shadow: none;
    display: none;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    margin-left: 5px;
  }
  .main-menu .has-sub-menu ul li {
    margin: 0;
    display: block;
  }
  .main-menu .has-sub-menu ul li.separator {
    display: none;
  }
  .main-menu .has-sub-menu.hover > span:after {
    border-color: transparent transparent #e0e2e5 transparent;
    border-width: 0 4px 4px 4px;
  }
  .main-menu .has-sub-menu.hover ul {
    display: block;
  }
}
@media (max-width: 690px) {
  .main-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 450px) {
  .main-menu .mobile-links > li .btn {
    min-width: 160px;
  }
}
@media (max-width: 370px) {
  .main-menu .mobile-links > li .btn {
    min-width: 130px;
  }
}

.menu-btn {
  cursor: pointer;
  display: none;
  float: right;
  height: 26px;
  margin: 23px 0 0;
  width: 26px;
  color: #A8CAE2;
  position: relative;
  z-index: 2;
  -webkit-transition: margin 0.3s linear;
  -moz-transition: margin 0.3s linear;
  -o-transition: margin 0.3s linear;
  transition: margin 0.3s linear;
}
.menu-btn:before {
  content: "";
  font-family: "icomoon";
  font-size: 26px;
}
.menu-btn.active:before {
  content: "";
}
.menu-btn:hover {
  color: #FE4E4E;
}

@media (min-width: 1101px) {
  .lang-overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
}
@media (max-width: 1100px) {
  .menu-btn {
    display: block;
  }
}
/*===========================================================================
END HEADER
===========================================================================*/
/*===========================================================================
FOOTER
===========================================================================*/
.footer {
  padding: 86px 0 40px;
  color: #4F5369;
  border-top: 1px solid rgba(173, 189, 208, 0.3);
}
.footer ul li {
  list-style: none;
}
.footer ul li + li {
  margin-top: 12px;
}
.footer ul li a {
  color: #4F5369;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #0FC721;
}
.footer h4 {
  font-size: 16px;
  font-weight: 900;
  color: #000;
  margin-bottom: 10px;
}
.footer .footer-grid > .col:nth-child(5n+1) {
  width: 24.5%;
}
.footer .footer-grid > .col:nth-child(5n+2) {
  width: 25.5%;
}
.footer .footer-grid > .col:nth-child(5n+3) {
  width: 26%;
}
.footer .footer-grid > .col:nth-child(5n+5) {
  width: 24%;
}
.footer .iab-logo {
  margin-top: 20px;
}
.footer .iab-logo img {
  width: 150px;
  height: auto;
  border: 0;
}
.footer .footer-bottom {
  margin-top: 71px;
}
.footer .footer-bottom .copyright {
  text-align: center;
}
@media (max-width: 1100px) {
  .footer {
    padding: 92px 0 40px;
  }
  .footer .footer-grid > .col:nth-child(5n+1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .footer-grid > .col:nth-child(5n+2) {
    width: 42%;
  }
  .footer .footer-grid > .col:nth-child(5n+3) {
    width: 31%;
  }
  .footer .footer-grid > .col:nth-child(5n+5) {
    width: 27%;
    text-align: right;
  }
  .footer .footer-grid > .col:nth-child(5n+5) .footer-box {
    display: inline-block;
    text-align: left;
  }
  .footer .footer-botoom {
    margin-top: 79px;
  }
}
@media (max-width: 690px) {
  .footer {
    padding: 85px 0 40px;
  }
  .footer .footer-grid {
    margin-top: -40px;
    margin-bottom: -40px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .footer .footer-grid > .col {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .footer-grid > .col:nth-child(5n+2) {
    width: 60%;
  }
  .footer .footer-grid > .col:nth-child(5n+3) {
    width: 40%;
  }
  .footer .footer-grid > .col:nth-child(5n+4) {
    width: 60%;
  }
  .footer .footer-grid > .col:nth-child(5n+5) {
    width: 40%;
    text-align: left;
  }
  .footer .footer-logo {
    margin-top: 10px;
    display: inline-block;
  }
  .footer .copyright {
    margin-top: 25px;
  }
}

/*===========================================================================
END FOOTER
===========================================================================*/
/*===========================================================================
HERO SECTION
===========================================================================*/
.hero-section {
  position: relative;
  padding-top: 40px;
}
.hero-section .hero-grid > .col:nth-child(2n+1) {
  width: 40%;
}
.hero-section .hero-grid > .col:nth-child(2n+2) {
  width: 60%;
  padding-left: 73px;
}
.hero-section video {
  width: 100%;
}
.hero-section h1 {
  margin-bottom: 20px;
}
.hero-section h4 {
  margin-bottom: 40px;
}
.hero-section p {
  font-size: 20px;
  line-height: 1.5;
  color: #4F5369;
  margin-top: 31px;
}
.hero-section .btns {
  margin-top: 46px;
}
.hero-section .btns .btn {
  min-width: 202px;
}
.hero-section .btns .btn-label {
  font-size: 16px;
  color: #4f5369;
  display: inline-block;
  min-width: 200px;
}
.hero-section.style-1 .text-box {
  margin-bottom: 90px;
}
.hero-section.style-1 .media-box {
  margin-right: -110px;
}
.hero-section.style-2 {
  padding-top: 80px;
}
.hero-section.style-2 .text-box {
  margin-top: 15px;
}
.hero-section.style-2 .text-box h1 {
  margin-bottom: 45px;
}
.hero-section.style-3 {
  padding-top: 30px;
}
.hero-section.style-3 .text-box {
  margin-top: 50px;
}
.hero-section.style-4 {
  background-color: #1E51DE;
  padding-top: 20px;
  padding-bottom: 15px;
}
.hero-section.style-4 .hero-grid > .col:nth-child(2n+1) {
  width: 29%;
}
.hero-section.style-4 .hero-grid > .col:nth-child(2n+2) {
  width: 71%;
  padding-left: 0;
}
.hero-section.style-4 .text-box {
  color: #fff;
}
.hero-section.style-4 .text-box h2 {
  color: inherit;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.3;
}
.hero-section.style-4 .text-box h2 sub {
  font-size: 50%;
  display: inline-block;
}
.hero-section.style-4 .media-box {
  margin-right: -30px;
}
.hero-section.style-5 {
  padding-top: 120px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 70px;
  min-height: 780px;
}
.hero-section.style-5 .hero-grid > .col:nth-child(2n+1) {
  width: 59%;
}
.hero-section.style-5 .hero-grid > .col:nth-child(2n+2) {
  width: 41%;
}
.hero-section.style-5 h1 {
  margin-bottom: 50px;
}
.hero-section.style-5 .text-box .input-box p {
  margin: 0;
  font-size: 14px;
}
.hero-section.style-5 .media-box {
  position: absolute;
  top: 30px;
  right: 0;
  margin-right: -30px;
}
@media (max-width: 1480px) {
  .hero-section.style-1 .media-box {
    margin-right: -50px;
  }
}
@media (max-width: 1380px) {
  .hero-section.style-1 .media-box, .hero-section.style-4 .media-box {
    margin-right: 0;
  }
  .hero-section.style-5 .hero-grid > .col:nth-child(2n+1) {
    width: 48%;
  }
  .hero-section.style-5 .hero-grid > .col:nth-child(2n+2) {
    width: 52%;
  }
}
@media (max-width: 1100px) {
  .hero-section .hero-grid {
    display: block;
  }
  .hero-section .hero-grid > .col:nth-child(2n+1) {
    width: 100%;
  }
  .hero-section .hero-grid > .col:nth-child(2n+2) {
    width: 100%;
    padding-left: 15px;
  }
  .hero-section .media-box {
    text-align: center;
  }
  .hero-section.style-1 .text-box {
    margin-bottom: 60px;
  }
  .hero-section.style-1 .media-box {
    margin-right: 0;
  }
  .hero-section.style-2 {
    padding-top: 40px;
  }
  .hero-section.style-2 .text-box {
    margin-top: 0;
    max-width: 620px;
    margin-bottom: 60px;
  }
  .hero-section.style-2 .text-box h1 {
    margin-bottom: 30px;
  }
  .hero-section.style-3 {
    padding-top: 37px;
  }
  .hero-section.style-3 .text-box {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .hero-section.style-3 .media-box * {
    width: 100%;
  }
  .hero-section.style-4 .hero-grid {
    display: flex;
    min-height: 655px;
  }
  .hero-section.style-4 .text-box {
    text-align: left;
  }
  .hero-section.style-5 {
    min-height: 0;
    padding-top: 50px;
  }
  .hero-section.style-5 .hero-grid > .col:nth-child(2n+1) {
    width: 100%;
  }
  .hero-section.style-5 .hero-grid > .col:nth-child(2n+2) {
    width: 100%;
  }
  .hero-section.style-5 .text-box {
    max-width: none;
  }
  .hero-section.style-5 .text-box form {
    text-align: left;
  }
  .hero-section.style-5 .text-box form .full-md {
    width: 100%;
  }
  .hero-section.style-5 .text-box form .btn {
    max-width: 338px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-section.style-5 .media-box {
    position: relative;
    top: 0;
    right: 0;
    margin-right: 0;
  }
  .hero-section .text-box {
    text-align: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-section h3 {
    font-size: 18px;
    line-height: 1.9;
  }
  .hero-section .btns {
    margin-top: 17px;
  }
}
@media (max-width: 800px) {
  .hero-section.style-4 .hero-grid {
    min-height: 440px;
  }
  .hero-section.style-4 .text-box h2 {
    font-size: 50px;
    line-height: 1.3;
  }
}
@media (max-width: 690px) {
  .hero-section {
    padding-top: 20px;
  }
  .hero-section h1 {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-section h3 {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-section.style-1 .text-box {
    max-width: 100%;
    margin-bottom: 54px;
  }
  .hero-section.style-1 .media-box {
    margin-right: 0;
  }
  .hero-section.style-2 {
    padding-top: 20px;
  }
  .hero-section.style-2 .media-box {
    margin-left: -5px;
  }
  .hero-section.style-5 .text-box form .btn {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .hero-section.style-4 .hero-grid {
    min-height: 400px;
  }
  .hero-section.style-4 .hero-grid > .col:nth-child(2n+1) {
    width: 35%;
  }
  .hero-section.style-4 .hero-grid > .col:nth-child(2n+2) {
    width: 65%;
  }
}
@media (max-width: 490px) {
  .hero-section.style-4 .hero-grid {
    min-height: 350px;
  }
  .hero-section.style-4 .hero-grid > .col:nth-child(2n+1) {
    width: 40%;
  }
  .hero-section.style-4 .hero-grid > .col:nth-child(2n+2) {
    width: 60%;
  }
}

/*===========================================================================
END HERO SECTION
===========================================================================*/
/*===========================================================================
SECTION TITLE
===========================================================================*/
.title-section .text-block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
}
.title-section .text-block.large {
  max-width: 1055px;
}
.title-section .text-block h1 {
  font-size: 54px;
  margin-bottom: 44px;
}
.title-section .text-block h3 {
  margin-bottom: 24px;
}
.title-section .text-block p {
  color: #4F5369;
  line-height: 1.5;
}
.title-section .text-block .btns {
  margin-top: 9px;
}
.title-section .media-block {
  text-align: center;
  margin-top: 57px;
}
.title-section .media-block video {
  vertical-align: middle;
}
.title-section .media-block:first-child {
  margin-top: 0;
}
.title-section .media-block.style-1 {
  margin-left: -35px;
  margin-right: -35px;
}
.title-section .media-block.style-2 {
  margin-left: -30px;
  margin-right: -28px;
}
.title-section .media-block.style-3 {
  margin-left: -36px;
  margin-right: -36px;
  margin-bottom: -52px;
}
.title-section .media-block .inner {
  display: inline-block;
}
.title-section .media-block .inner.heading-margin-for-shadow h2 {
  margin-left: 20px;
  margin-right: 20px;
}
.title-section .media-block .inner h2 {
  font-size: 54px;
  color: #DCEAFA;
  font-weight: 900;
}
.title-section .media-block .inner.with-bg {
  padding: 62px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.title-section .media-block .inner.with-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0ae84f;
  background: -moz-linear-gradient(left, #0ae84f 50%, #0ae84f 50%, #0085ff 100%);
  background: -webkit-linear-gradient(left, #0ae84f 50%, #0ae84f 50%, #0085ff 100%);
  background: linear-gradient(to right, #0ae84f 50%, #0ae84f 50%, #0085ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0ae84f", endColorstr="#0085ff",GradientType=1 );
  -moz-box-shadow: inset 0px 10px 30px 0px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0px 10px 30px 0px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 10px 30px 0px rgba(255, 255, 255, 0.6);
  opacity: 0.5;
}
.title-section .media-block .inner.with-bg * {
  position: relative;
}
@media (max-width: 1100px) {
  .title-section .text-block {
    max-width: 700px;
  }
  .title-section .text-block .btns {
    margin-top: 0;
  }
  .title-section .text-block h1 {
    font-size: 44px;
  }
  .title-section .media-block .inner h2 {
    font-size: 48px;
  }
  .title-section .media-block .inner.with-bg {
    padding: 45px;
  }
  .title-section .media-block.style-1 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-section .media-block.style-2 {
    margin-left: -19px;
    margin-right: -19px;
  }
  .title-section .media-block.style-3 {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -36px;
  }
}
@media (max-width: 690px) {
  .title-section .media-block .inner.with-bg {
    padding: 30px;
  }
  .title-section .media-block.style-2 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .title-section .media-block.style-3 {
    margin-left: -16px;
    margin-right: -17px;
    margin-bottom: -24px;
  }
}

/*===========================================================================
END SECTION TITLE
===========================================================================*/
/*===========================================================================
GRID SECTION
===========================================================================*/
.grid-section .main-grid {
  margin: -10px;
  display: flex;
}
.grid-section .main-grid > .col {
  padding: 10px;
}
.grid-section .main-grid > .col:nth-child(2n+1) {
  width: 65.5%;
}
.grid-section .main-grid > .col:nth-child(2n+2) {
  width: 34.5%;
}
.grid-section .media-grid {
  margin: -10px;
  overflow: hidden;
}
.grid-section .media-grid .media-col {
  width: 50%;
  padding: 10px;
}
.grid-section .media-grid .media-box {
  background-color: #F3F8FE;
  border-radius: 4px;
  padding-bottom: 85%;
  position: relative;
}
.grid-section .media-grid .media-box .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.grid-section .media-grid .media-box .inner video {
  position: absolute;
}
.grid-section .media-grid .media-box .inner.phone {
  width: 35%;
}
.grid-section .media-grid .media-box .inner.phone video {
  left: 5%;
  top: 24%;
  width: 90%;
}
.grid-section .media-grid .media-box .inner.mac {
  width: 352px;
}
.grid-section .media-grid .media-box .inner.mac video {
  left: 10.9%;
  top: 29%;
  width: 78.3%;
}
.grid-section .media-grid .media-box .inner.tablet {
  width: 203px;
  height: 281px;
}
.grid-section .media-grid .media-box .inner.tablet video {
  left: 5.8%;
  top: 26%;
  height: 23.1%;
}
.grid-section .media-grid .media-box .inner.tv {
  width: 313px;
}
.grid-section .media-grid .media-box .inner.tv video {
  left: 28.8%;
  top: 5%;
  width: 60.6%;
}
.grid-section .media-box * {
  max-width: 100%;
}
.grid-section .media-box.style-1 {
  padding-right: 85px;
  margin-left: -45px;
}
.grid-section .media-box.style-2 {
  margin: -25px 0 -25px -33px;
}
.grid-section .media-box.style-3 {
  margin: 0 0 -5px 0px;
}
.grid-section .content-box {
  background-color: #fff;
  padding: 40px 21px 110px 32px;
  height: 100%;
  position: relative;
  border-radius: 4px;
  -moz-box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.2);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.2);
}
.grid-section .content-box h2 {
  font-size: 54px;
  color: #DCEAFA;
  font-weight: 900;
  margin-bottom: 42px;
}
.grid-section .content-box h3 {
  margin-bottom: 17px;
}
.grid-section .content-box p {
  font-size: 20px;
}
.grid-section .content-box .btns {
  text-align: center;
  margin-top: 39px;
}
.grid-section .content-box .btns .btn {
  min-width: 268px;
}
.grid-section .content-box .features-list {
  margin-top: 34px;
  list-style: none;
}
.grid-section .content-box .features-list > li {
  color: #A3B8D0;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  line-height: 1.7;
  margin-bottom: 15px;
}
.grid-section .content-box .features-list > li:last-child {
  margin-bottom: 0;
}
.grid-section .content-box .features-list > li .icomoon {
  font-size: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
.grid-section .content-box .content-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 34px 25px 29px;
  text-align: center;
  border-top: 1px solid rgba(194, 218, 235, 0.5);
}
@media (max-width: 1290px) {
  .grid-section .content-box {
    padding: 30px 21px 85px 32px;
  }
  .grid-section .content-box h2 {
    font-size: 47px;
    margin-bottom: 20px;
  }
  .grid-section .content-box .btns {
    margin-top: 50px;
  }
  .grid-section .content-box .content-bottom {
    padding: 20px 25px;
  }
}
@media (max-width: 1100px) {
  .grid-section {
    overflow: hidden;
  }
  .grid-section .main-grid {
    display: block;
  }
  .grid-section .main-grid > .col:nth-child(2n+1) {
    width: 100%;
  }
  .grid-section .main-grid > .col:nth-child(2n+2) {
    width: 100%;
  }
  .grid-section .media-grid {
    margin: -15px;
  }
  .grid-section .media-grid .media-col {
    width: 50%;
    padding: 15px;
  }
  .grid-section .media-grid .media-box .inner.phone {
    height: auto;
    width: 35%;
  }
  .grid-section .media-grid .media-box .inner.tablet {
    width: auto;
    height: auto;
  }
  .grid-section .content-box {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .grid-section .content-box h3 {
    margin-bottom: 23px;
    max-width: 400px;
  }
  .grid-section .content-box .features-list > li {
    margin-bottom: 18px;
  }
  .grid-section .content-box .btns {
    margin-top: 60px;
  }
  .grid-section .content-box .content-bottom {
    position: relative;
    margin-top: 60px;
    padding: 34px 0 25px;
    border-top: none;
  }
  .grid-section .content-box .content-bottom:before, .grid-section .content-box .content-bottom:after {
    content: "";
    position: absolute;
    left: -100vw;
    right: -100vw;
    border-top: 1px solid rgba(194, 218, 235, 0.5);
    top: 0;
  }
  .grid-section .content-box .content-bottom:after {
    top: auto;
    bottom: 0;
  }
  .grid-section .media-box {
    text-align: center;
  }
  .grid-section .media-box.style-1 {
    padding-right: 0;
    margin-left: 0;
  }
  .grid-section .media-box.style-2 {
    margin: 0;
  }
  .grid-section .media-box.style-3 {
    margin: 0;
  }
  .grid-section .media-box.style-3 * {
    width: 100%;
    max-width: none;
  }
  .grid-section .title-box {
    text-align: center;
    margin-bottom: 15px;
  }
  .grid-section .title-box h2 {
    font-size: 54px;
    color: #DCEAFA;
    font-weight: 900;
  }
}
@media (max-width: 690px) {
  .grid-section .media-grid .media-col {
    width: 100%;
  }
  .grid-section .media-grid .media-box {
    padding-bottom: 340px;
  }
  .grid-section .media-grid .media-box .inner.phone {
    height: 277px;
    width: auto;
  }
  .grid-section .content-box * {
    max-width: 370px;
  }
  .grid-section .content-box .features-list {
    margin-top: 28px;
  }
  .grid-section .content-box .btns {
    max-width: none;
    margin-top: 45px;
  }
  .grid-section .content-box .btns * {
    max-width: none;
  }
  .grid-section .content-box .content-bottom {
    max-width: none;
  }
}

/*===========================================================================
END GRID SECTION
===========================================================================*/
/*===========================================================================
TABS SECTION
===========================================================================*/
@media (min-width: 1101px) {
  .tabs-section .tabs-grid {
    display: flex;
    margin: -15px;
  }
  .tabs-section .tabs-grid > .col {
    padding: 15px;
  }
  .tabs-section .tabs-grid > .col:nth-child(2n+1) {
    width: 46.5%;
  }
  .tabs-section .tabs-grid > .col:nth-child(2n+2) {
    width: 53.5%;
  }
  .tabs-section .tab-links-box {
    border: 2px solid #E9F1FB;
    border-radius: 4px;
    padding: 30px 30px 40px;
    display: flex;
    width: 100%;
    min-height: 456px;
    align-items: center;
  }
  .tabs-section .tab-links-box .tab-links .tab-link {
    margin-top: 8px;
  }
  .tabs-section .tab-links-box .tab-links .tab-link:first-child {
    margin-top: 0;
  }
  .tabs-section .tab-links-box .tab-links .tab-link span {
    font-size: 24px;
    font-weight: 700;
    color: #BFD2E0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  .tabs-section .tab-links-box .tab-links .tab-link.active span {
    font-size: 50px;
    font-weight: 800;
    background: -webkit-linear-gradient(left, #89FF52, #00AEFF);
    background: -o-linear-gradient(right, #89FF52, #00AEFF);
    background: -moz-linear-gradient(right, #89FF52, #00AEFF);
    background: linear-gradient(to right, #89FF52, #00AEFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: default;
  }
  .tabs-section .tabs-container {
    height: 100%;
    position: relative;
  }
  .tabs-section .tab-box {
    visibility: hidden;
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  .tabs-section .tab-box#tab1 {
    padding-left: 80px;
  }
  .tabs-section .tab-box.show {
    visibility: visible;
    opacity: 1;
  }
  .tabs-section .tab-box .media-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1100px) {
  .tabs-section .tabs-grid > .col {
    width: 100%;
  }
  .tabs-section .tabs-container .tab-box {
    text-align: center;
    margin-top: 50px;
  }
  .tabs-section .tabs-container .tab-box:first-child {
    margin-top: 0;
  }
  .tabs-section .tabs-container .tab-box .tab-title {
    margin-bottom: 20px;
  }
  .tabs-section .tabs-container .tab-box .tab-title span {
    font-size: 50px;
    font-weight: 800;
    background: -webkit-linear-gradient(left, #89FF52, #00AEFF);
    background: -o-linear-gradient(right, #89FF52, #00AEFF);
    background: -moz-linear-gradient(right, #89FF52, #00AEFF);
    background: linear-gradient(to right, #89FF52, #00AEFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .tabs-section .tabs-container .tab-box .media-box {
    max-width: 624px;
    margin: 0 auto;
  }
  .tabs-section .tabs-container .tab-box .media-box * {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .tabs-section .tabs-grid > .col {
    width: 100%;
  }
  .tabs-section .tabs-container .tab-box {
    text-align: center;
    margin-top: 50px;
  }
  .tabs-section .tabs-container .tab-box:first-child {
    margin-top: 0;
  }
  .tabs-section .tabs-container .tab-box .tab-title {
    margin-bottom: 20px;
  }
  .tabs-section .tabs-container .tab-box .tab-title span {
    font-size: 50px;
    font-weight: 800;
    background: -webkit-linear-gradient(left, #89FF52, #00AEFF);
    background: -o-linear-gradient(right, #89FF52, #00AEFF);
    background: -moz-linear-gradient(right, #89FF52, #00AEFF);
    background: linear-gradient(to right, #89FF52, #00AEFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .tabs-section .tabs-container .tab-box .media-box {
    max-width: 624px;
    margin: 0 auto;
  }
  .tabs-section .tabs-container .tab-box .media-box * {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .tabs-section .tabs-container .tab-box {
    margin-top: 58px;
  }
}

/*===========================================================================
END TABS SECTION
===========================================================================*/
/*===========================================================================
TEXT SECTION
===========================================================================*/
.text-section {
  font-size: 18px;
  color: #4F5369;
  padding-top: 76px;
  padding-bottom: 92px;
  line-height: 1.65;
}
.text-section h1 {
  text-align: center;
  margin-bottom: 59px;
}
.text-section p + p {
  margin-top: 30px;
}
.text-section p + h2, .text-section p + h3 {
  margin-top: 80px;
}
.text-section h2, .text-section h3 {
  margin-bottom: 20px;
}
@media (max-width: 1290px) {
  .text-section {
    padding-top: 36px;
  }
  .text-section h1 {
    font-size: 54px;
  }
}
@media (max-width: 1100px) {
  .text-section p + p {
    margin-top: 20px;
  }
  .text-section p + h2, .text-section p + h3 {
    margin-top: 68px;
  }
}
@media (max-width: 400px) {
  .text-section h1 {
    font-size: 40px;
  }
}

/*===========================================================================
END TEXT SECTION
===========================================================================*/
/*===========================================================================
INFO SECTION
===========================================================================*/
.info-section .info-grid {
  display: flex;
  align-items: center;
}
.info-section .info-grid > .col:nth-child(2n+1) {
  width: 48.5%;
}
.info-section .info-grid > .col:nth-child(2n+2) {
  width: 51.5%;
}
.info-section .info-box {
  margin-left: 30px;
  min-height: 456px;
}
.info-section .text-box h2 {
  font-size: 54px;
  color: #DCEAFA;
  font-weight: 900;
  margin-bottom: 20px;
}
.info-section .text-box p {
  font-size: 20px;
  color: #4F5369;
}
.info-section .text-box p + p {
  margin-top: 30px;
}
.info-section .text-box .content-bottom {
  margin-top: 30px;
}
.info-section .text-box .content-bottom.text-right {
  padding-right: 68px;
}
.info-section .media-box {
  text-align: right;
}
.info-section .media-box h2 {
  font-size: 54px;
  color: #DCEAFA;
  font-weight: 900;
  margin-bottom: 20px;
}
.info-section .media-box.style-1 {
  margin-right: -30px;
}
.info-section.style-1 .info-grid > .col:nth-child(2n+1) {
  width: 52.5%;
}
.info-section.style-1 .info-grid > .col:nth-child(2n+2) {
  width: 47.5%;
}
.info-section.style-1 .info-box {
  margin-left: 0;
}
.info-section.style-1 .info-box h3 {
  margin-bottom: 80px;
}
.info-section.style-2 .info-grid {
  flex-direction: row-reverse;
}
.info-section.style-2 .info-grid > .col:nth-child(2n+1) {
  width: 65.5%;
}
.info-section.style-2 .info-grid > .col:nth-child(2n+2) {
  width: 35.5%;
}
.info-section.style-2 .text-box {
  margin-bottom: 130px;
}
.info-section.style-2 .text-box h2 {
  margin-bottom: 44px;
}
.info-section.style-2 .text-box h3 {
  margin-bottom: 55px;
}
.info-section.style-2 .text-box p + p {
  margin-top: 70px;
}
.info-section.style-2 .media-box {
  margin-right: -40px;
}
.info-section.style-3 .info-grid > .col:nth-child(2n+1) {
  width: 42%;
}
.info-section.style-3 .info-grid > .col:nth-child(2n+2) {
  width: 58%;
}
.info-section.style-3 .info-box {
  margin-left: 0;
}
.info-section.style-4 .info-grid {
  flex-direction: row-reverse;
  border: 2px solid #E9F1FB;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 50px;
}
.info-section.style-4 .info-grid > .col:nth-child(2n+1) {
  width: 65.5%;
}
.info-section.style-4 .info-grid > .col:nth-child(2n+2) {
  width: 35.5%;
}
.info-section.style-4 .text-box h2 {
  margin-bottom: 30px;
}
.info-section.style-4 .text-box h3 {
  margin-bottom: 15px;
}
.info-section.style-4 .text-box .content-bottom.text-right {
  padding-right: 0;
}
.info-section.style-4 .media-box {
  margin-bottom: -86px;
  padding-left: 50px;
}
@media (max-width: 1360px) {
  .info-section .media-box.style-1 {
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .info-section .info-grid {
    display: block;
  }
  .info-section .info-grid > .col:nth-child(2n+1) {
    width: 100%;
  }
  .info-section .info-grid > .col:nth-child(2n+2) {
    width: 100%;
  }
  .info-section .info-box {
    padding: 50px 27px 30px;
    margin-left: 0;
    min-height: 346px;
  }
  .info-section .info-box h3 {
    margin-bottom: 8px;
  }
  .info-section .info-box h3 span {
    font-size: 50px;
  }
  .info-section .info-box p {
    font-size: 20px;
    line-height: 1.4;
  }
  .info-section .media-box {
    margin-top: 30px;
  }
  .info-section .media-box * {
    width: 100%;
  }
  .info-section.style-1 .info-grid > .col:nth-child(2n+1) {
    width: 100%;
  }
  .info-section.style-1 .info-grid > .col:nth-child(2n+2) {
    width: 100%;
  }
  .info-section.style-1 .info-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .info-section.style-1 .info-box h3 {
    margin-bottom: 40px;
  }
  .info-section.style-2 .info-grid {
    display: block;
  }
  .info-section.style-2 .info-grid > .col:nth-child(2n+1) {
    width: 100%;
  }
  .info-section.style-2 .info-grid > .col:nth-child(2n+2) {
    width: 100%;
  }
  .info-section.style-2 .text-box {
    margin-bottom: 0;
  }
  .info-section.style-2 .text-box h2 {
    margin-bottom: 44px;
  }
  .info-section.style-2 .text-box .content-bottom {
    margin-top: 60px;
    padding: 34px 0 25px;
    position: relative;
  }
  .info-section.style-2 .text-box .content-bottom:before, .info-section.style-2 .text-box .content-bottom:after {
    content: "";
    position: absolute;
    left: -100vw;
    right: -100vw;
    border-top: 1px solid rgba(194, 218, 235, 0.5);
    top: 0;
  }
  .info-section.style-2 .text-box .content-bottom:after {
    top: auto;
    bottom: 0;
  }
  .info-section.style-2 .text-box .content-bottom.text-right {
    padding-right: 0;
    text-align: center;
  }
  .info-section.style-2 .media-box {
    margin-right: -40px;
    text-align: center;
  }
  .info-section.style-3 .info-grid > .col:nth-child(2n+1) {
    width: 100%;
  }
  .info-section.style-3 .info-grid > .col:nth-child(2n+2) {
    width: 100%;
  }
  .info-section.style-3 .info-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 690px) {
  .info-section.style-2 .media-box {
    margin-right: 0;
  }
}

/*===========================================================================
END INFO SECTION
===========================================================================*/
/*===========================================================================
SIMPLE TITLE
===========================================================================*/
.simple-title {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 130px;
}
.simple-title h1 {
  font-size: 54px;
}
@media (max-width: 1100px) {
  .simple-title {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .simple-title h1 {
    font-size: 44px;
  }
}

/*===========================================================================
END SIMPLE TITLE
===========================================================================*/
/*===========================================================================
FEATURES SECTION
===========================================================================*/
.features-section h2 {
  font-size: 54px;
  color: #DCEAFA;
  font-weight: 900;
  line-height: 1;
  margin-bottom: -8px;
}
.features-section .features-list {
  display: inline-block;
  overflow: hidden;
  padding: 30px 40px;
  border-radius: 4px;
  border: 1px solid rgba(164, 205, 237, 0.5);
}
.features-section .features-list > li {
  float: left;
  margin-left: 82px;
  font-size: 12px;
  color: #5C6F9F;
  font-weight: 500;
  text-align: center;
}
.features-section .features-list > li:first-child {
  margin-left: 0;
}
.features-section .features-list > li .fetured-icon {
  background-color: #fff;
  width: 80px;
  height: 80px;
  display: block;
  position: relative;
  border-radius: 50%;
  -moz-box-shadow: 0px 10px 20px 0px rgba(122, 186, 252, 0.3);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(122, 186, 252, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(122, 186, 252, 0.3);
  margin: 0 auto 8px;
}
.features-section .features-list > li .fetured-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features-section .features-box {
  position: relative;
  border-radius: 4px;
  -moz-box-shadow: 0px 10px 26px 0px rgba(122, 186, 252, 0.3);
  -webkit-box-shadow: 0px 10px 26px 0px rgba(122, 186, 252, 0.3);
  box-shadow: 0px 10px 26px 0px rgba(122, 186, 252, 0.3);
}
.features-section .features-box .features-bg {
  display: block;
  width: 100%;
}
.features-section .features-box .media {
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
}
.features-section .features-box .media.shadow-style-1 {
  -moz-box-shadow: 0px 30px 30px 0px #0696ff;
  -webkit-box-shadow: 0px 30px 30px 0px #0696ff;
  box-shadow: 0px 30px 30px 0px #0696ff;
}
.features-section .features-box .media.shadow-style-2 {
  -moz-box-shadow: 0px 30px 30px 0px #980505;
  -webkit-box-shadow: 0px 30px 30px 0px #980505;
  box-shadow: 0px 30px 30px 0px #980505;
}
.features-section .features-box .media.shadow-style-3 {
  -moz-box-shadow: 0px 30px 30px 0px rgba(1, 150, 48, 0.7);
  -webkit-box-shadow: 0px 30px 30px 0px rgba(1, 150, 48, 0.7);
  box-shadow: 0px 30px 30px 0px rgba(1, 150, 48, 0.7);
}
.features-section .features-box .media.shadow-style-4 {
  -moz-box-shadow: 0px 30px 30px 0px #2d3957;
  -webkit-box-shadow: 0px 30px 30px 0px #2d3957;
  box-shadow: 0px 30px 30px 0px #2d3957;
}
.features-section .features-wrap {
  display: inline-block;
}
.features-section.style-1 .features-grid {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
}
.features-section.style-1 .features-grid > .col:nth-child(2n+1) {
  width: 56%;
}
.features-section.style-1 .features-grid > .col:nth-child(2n+2) {
  width: 44%;
}
.features-section.style-1 .features-box .media {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.features-section.style-2 .features-grid > .col {
  width: 100%;
}
.features-section.style-2 .features-grid > .col:nth-child(2n+2) {
  margin-top: -78px;
  position: relative;
  text-align: right;
  padding-left: 12%;
  padding-right: 12%;
}
.features-section.style-2 .features-box .media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 77%;
  width: 100%;
}
.features-section.style-2 h2 {
  margin-top: 30px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.features-section.style-3 .features-grid {
  display: flex;
  align-items: start;
}
.features-section.style-3 .features-grid > .col:nth-child(2n+1) {
  width: 56%;
}
.features-section.style-3 .features-grid > .col:nth-child(2n+2) {
  width: 44%;
  padding-left: 55px;
}
.features-section.style-3 h2 {
  margin-top: -5px;
}
.features-section.style-3 .features-box .media {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .features-section .features-list > li {
    margin-left: 50px;
  }
  .features-section.style-3 .features-grid > .col:nth-child(2n+2) {
    padding-left: 25px;
  }
}
@media (max-width: 1100px) {
  .features-section .features-list > li {
    margin-left: 88px;
  }
  .features-section.style-1 {
    text-align: center;
  }
  .features-section.style-1 .features-grid {
    display: block;
  }
  .features-section.style-1 .features-grid > .col:nth-child(2n+1) {
    width: 100%;
  }
  .features-section.style-1 .features-grid > .col:nth-child(2n+2) {
    width: auto;
    display: inline-block;
    text-align: left;
    float: none;
  }
  .features-section.style-1 .features-box {
    max-width: 690px;
    margin: 50px auto 0;
  }
  .features-section.style-1 h2 {
    margin-top: 22px;
  }
  .features-section.style-2 .features-grid > .col {
    width: 100%;
  }
  .features-section.style-2 .features-grid > .col:nth-child(2n+2) {
    margin-top: -47px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .features-section.style-2 .features-box .media {
    max-width: 75%;
  }
  .features-section.style-2 h2 {
    margin-top: 0;
    margin-bottom: 25px;
    display: block;
  }
  .features-section.style-3 {
    text-align: center;
  }
  .features-section.style-3 .features-grid {
    display: block;
  }
  .features-section.style-3 .features-grid > .col:nth-child(2n+1) {
    width: 100%;
  }
  .features-section.style-3 .features-grid > .col:nth-child(2n+2) {
    width: auto;
    display: inline-block;
    padding-left: 15px;
    text-align: left;
    float: none;
  }
  .features-section.style-3 h2 {
    margin-top: 22px;
  }
  .features-section.style-3 .features-box {
    max-width: 690px;
    margin: 50px auto 0;
  }
}
@media (max-width: 690px) {
  .features-section.style-1 .features-box, .features-section.style-3 .features-box {
    box-shadow: none;
    overflow: visible;
  }
  .features-section.style-1 .features-box .features-bg, .features-section.style-3 .features-box .features-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-box-shadow: 0px 10px 26px 0px rgba(122, 186, 252, 0.3);
    -webkit-box-shadow: 0px 10px 26px 0px rgba(122, 186, 252, 0.3);
    box-shadow: 0px 10px 26px 0px rgba(122, 186, 252, 0.3);
  }
  .features-section.style-1 .features-box .media, .features-section.style-3 .features-box .media {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: inline-block;
    margin-bottom: 40px;
  }
}
@media (max-width: 590px) {
  .features-section .features-list > li {
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  .features-section .features-list {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .features-section .features-list > li .fetured-icon {
    width: 60px;
    height: 60px;
  }
}

/*===========================================================================
END FEATURES SECTION
===========================================================================*/
/*===========================================================================
SECTION FORMATS
===========================================================================*/
.section-formats {
  margin: 40px 0 80px;
}
.section-formats .formats-slider {
  background-image: url(https://storage.bannernow.com/static/bn-landings/assets/img/slider-bg.svg);
  background-size: cover;
  width: 680px;
  margin: 0 auto;
  padding: 38px 10px;
}
.section-formats .formats-slider .item {
  text-align: center;
  display: flex;
  align-items: center;
  height: 604px;
}
.section-formats .formats-slider .item .inner {
  width: 100%;
}
.section-formats .formats-slider .item .media {
  display: inline-block;
  position: relative;
}
.section-formats .formats-slider .item .media .video {
  position: absolute;
}
.section-formats .formats-slider .item .media .video:before {
  content: "";
  font-family: "icomoon";
  width: 32px;
  height: 32px;
  background-color: #F4F4F9;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  right: 0;
  font-size: 11px;
  line-height: 32px;
}
.section-formats .formats-slider .item .media .video video {
  vertical-align: middle;
}
.section-formats .formats-slider .item .media.device1 .video {
  left: 5.6%;
  bottom: 2.4%;
  width: 88.8%;
}
.section-formats .formats-slider .item .media.device1 .video video {
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}
.section-formats .formats-slider .item .media.device2 .video {
  left: 5.9%;
  top: 11.9%;
  width: 88.6%;
}
.section-formats .formats-slider .item .media.device3 .video {
  left: 11.4%;
  top: 9.6%;
  width: 77.4%;
}
.section-formats .formats-slider .item .media.device4 .video1 {
  left: 1.7%;
  top: 35.2%;
  width: 27.1%;
}
.section-formats .formats-slider .item .media.device4 .video2 {
  right: 5.7%;
  top: 35.8%;
  width: 50.1%;
}
.section-formats .formats-slider .item img {
  margin: 0 auto;
}
.section-formats .formats-slider .item h3 {
  margin-bottom: 10px;
  display: none;
}
.section-formats .formats-slider .item h3 span {
  font-size: 50px;
  font-weight: 800;
  background: -webkit-linear-gradient(left, #89FF52, #00AEFF);
  background: -o-linear-gradient(right, #89FF52, #00AEFF);
  background: -moz-linear-gradient(right, #89FF52, #00AEFF);
  background: linear-gradient(to right, #89FF52, #00AEFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-formats .formats-name-slider {
  margin-bottom: 44px;
}
.section-formats .formats-name-slider .slick-track {
  transform: none !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-formats .formats-name-slider .slick-track:before, .section-formats .formats-name-slider .slick-track:after {
  display: none;
}
.section-formats .formats-name-slider .item {
  font-size: 50px;
  color: #DCEAFA;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0;
}
.section-formats .formats-name-slider .item.slick-current span {
  font-size: 50px;
  font-weight: 800;
  background: -webkit-linear-gradient(left, #89FF52, #00AEFF);
  background: -o-linear-gradient(right, #89FF52, #00AEFF);
  background: -moz-linear-gradient(right, #89FF52, #00AEFF);
  background: linear-gradient(to right, #89FF52, #00AEFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1100px) {
  .section-formats .formats-name-slider {
    display: none;
  }
  .section-formats .formats-slider {
    background-image: none;
    width: 100%;
    padding: 0;
  }
  .section-formats .formats-slider .item {
    height: auto;
    padding: 0;
    margin-top: 62px;
    display: block;
  }
  .section-formats .formats-slider .item:first-child {
    margin-top: 0;
  }
  .section-formats .formats-slider .item .inner {
    display: flex;
    width: 100%;
    align-items: center;
    height: 624px;
    padding: 70px 10%;
    background-image: url(https://storage.bannernow.com/static/bn-landings/assets/img/slider-bg.svg);
    background-size: cover;
  }
  .section-formats .formats-slider .item .inner .media {
    display: block;
    margin: 0 auto;
    height: 100%;
  }
  .section-formats .formats-slider .item .inner .media .video:before {
    width: 20px;
    height: 20px;
    top: -10px;
    font-size: 8px;
    line-height: 20px;
  }
  .section-formats .formats-slider .item .inner .media .video video {
    vertical-align: middle;
  }
  .section-formats .formats-slider .item .inner .media.device4 {
    height: auto;
  }
  .section-formats .formats-slider .item h3 {
    display: block;
  }
}
@media (max-width: 450px) {
  .section-formats .formats-slider .item .inner {
    height: auto;
  }
  .section-formats .formats-slider .item .inner .media {
    height: 400px;
  }
}

/*===========================================================================
END SECTION FORMATS
===========================================================================*/
/*===========================================================================
TEMPLATES SECTION
===========================================================================*/
.templates-section .templates-grid {
  margin: -25px;
}
.templates-section .templates-grid > .col {
  width: 50%;
  padding: 25px;
}
.templates-section .template-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  -moz-box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.3);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.3);
}
.templates-section .template-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 81, 222, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.templates-section .template-box .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
  min-width: 268px;
}
.templates-section .template-box .media * {
  display: block;
  width: 100%;
}
.templates-section .template-box:hover:before {
  opacity: 1;
}
.templates-section .template-box:hover .btn {
  opacity: 1;
}
@media (max-width: 690px) {
  .templates-section .templates-grid {
    margin: -25px;
  }
  .templates-section .templates-grid > .col {
    width: 100%;
    padding: 25px;
  }
}

/*===========================================================================
END TEMPLATES SECTION
===========================================================================*/
/*===========================================================================
TEMPLATES INNER
===========================================================================*/
.template-inner-section .templates-grid .left-col {
  width: 74%;
  padding-right: 3%;
}
.template-inner-section .templates-grid .right-col {
  width: 26%;
}
.template-inner-section .banner-sizes-list .size-item {
  display: flex;
  width: 100%;
  font-size: 16px;
  color: #4F5369;
  padding: 6px 7px;
  border: 2px solid transparent;
  margin-top: -2px;
  cursor: pointer;
  border-radius: 4px;
  min-height: 56px;
  align-items: center;
  -webkit-transition: border-colo 0.3s linear;
  -moz-transition: border-colo 0.3s linear;
  -o-transition: border-colo 0.3s linear;
  transition: border-colo 0.3s linear;
}
.template-inner-section .banner-sizes-list .size-item:hover {
  border-color: #05E84B;
}
.template-inner-section .banner-sizes-list .size-item.active {
  border-color: #05E84B;
  color: #000;
  cursor: default;
}
.template-inner-section .banner-sizes-list .size-item span {
  display: block;
}
.template-inner-section .banner-sizes-list .size-item span:nth-child(2n+1) {
  width: 55%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.template-inner-section .banner-sizes-list .size-item span:nth-child(2n+2) {
  width: 45%;
  text-align: right;
}
.template-inner-section .sidebar {
  padding-top: 40px;
}
.template-inner-section .sidebar .btn {
  display: block;
  margin-bottom: 44px;
}
.template-inner-section .banner-box {
  background-color: #E9F2FB;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.template-inner-section .banner-box .media img {
  vertical-align: middle;
}
.template-inner-section .banner-box.banner-view {
  padding: 75px 50px;
}
.template-inner-section .banner-box.banners-example {
  padding: 19px;
}
.template-inner-section .info-box {
  margin-top: 70px;
}
@media (max-width: 1100px) {
  .template-inner-section .templates-grid .left-col {
    width: 100%;
    padding-right: 15px;
  }
  .template-inner-section .templates-grid .right-col {
    width: 100%;
  }
  .template-inner-section .banner-box.banner-view {
    padding: 75px 50px;
    margin-top: 40px;
  }
  .template-inner-section .banner-sizes-list {
    max-width: 483px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 690px) {
  .template-inner-section .banner-box {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .template-inner-section .btn {
    width: 100%;
  }
}

.template-title {
  margin-bottom: 50px;
}
.template-title h1 {
  font-size: 30px;
}

/*===========================================================================
END TEMPLATES INNER
===========================================================================*/
/*===========================================================================
SECTION RELATED TEMPLATES
===========================================================================*/
.section-related-templates {
  margin-bottom: 70px;
  margin-top: 80px;
}
.section-related-templates h3 {
  font-size: 30px;
  margin-bottom: 33px;
}
.section-related-templates .related-templates {
  margin: 0 -10px;
  font-size: 0;
}
.section-related-templates .related-templates .item {
  padding: 0 10px;
  width: 25%;
  display: inline-block;
}
.section-related-templates .related-templates:not(.slick-slider):nth-child(n+5) {
  display: none;
}
.section-related-templates .related-templates .template-box {
  border-radius: 4px;
  overflow: hidden;
  -moz-box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.3);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.3);
}
.section-related-templates .related-templates .template-box img {
  width: 100%;
  max-width: none;
  display: block;
}
.section-related-templates .related-templates .slick-list {
  padding: 30px;
  margin: -30px;
}
.section-related-templates .related-templates .slick-slide {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.section-related-templates .related-templates .slick-slide:not(.slick-active) {
  opacity: 0;
}
.section-related-templates .related-templates .slick-dots {
  margin-top: 60px;
  text-align: center;
}
.section-related-templates .related-templates .slick-dots li {
  display: inline-block;
  margin: 0 15px;
}
.section-related-templates .related-templates .slick-dots li button {
  border-radius: 0;
  height: 4px;
  width: 80px;
  font-size: 0;
  border: none;
  background-color: rgba(173, 189, 208, 0.5);
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.section-related-templates .related-templates .slick-dots li button:hover {
  background-color: #ADBDD0;
}
.section-related-templates .related-templates .slick-dots li.slick-active button {
  background-color: #06E84C;
  cursor: default;
}
@media (max-width: 1370px) {
  .section-related-templates .related-templates .slick-list {
    padding: 30px 0;
    margin: -30px 0;
  }
}
@media (max-width: 1100px) {
  .section-related-templates .related-templates {
    margin: 0 -7px;
  }
  .section-related-templates .related-templates .item {
    padding: 0 7px;
  }
  .section-related-templates .related-templates .slick-dots {
    margin-top: 40px;
  }
}
@media (max-width: 690px) {
  .section-related-templates h3 {
    text-align: center;
  }
  .section-related-templates .related-templates .item {
    width: 100%;
  }
  .section-related-templates .related-templates:not(.slick-slider):nth-child(n+5) {
    display: none;
  }
  .section-related-templates .related-templates .template-box {
    box-shadow: none;
    max-width: 300px;
    margin: 0 auto;
  }
  .section-related-templates .related-templates .slick-list {
    padding: 0;
    margin: 0;
  }
  .section-related-templates .related-templates .slick-slide:not(.slick-active) {
    opacity: 1;
  }
  .section-related-templates .related-templates .slick-dots {
    margin-top: 35px;
  }
  .section-related-templates .related-templates .slick-dots li {
    margin: 6px;
  }
  .section-related-templates .related-templates .slick-dots li button {
    width: 30px;
  }
  .section-related-templates .related-templates-arrows {
    margin-top: 20px;
    text-align: center;
  }
  .section-related-templates .related-templates-arrows .slick-arrow {
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    color: #E2E3E3;
    border-radius: 4px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 0;
    cursor: pointer;
    margin: 0 40px;
  }
  .section-related-templates .related-templates-arrows .slick-arrow:before {
    content: "";
    font-family: "icomoon";
    font-size: 20px;
    transform: rotate(90deg);
    display: inline-block;
  }
  .section-related-templates .related-templates-arrows .slick-arrow.slick-prev:before {
    transform: rotate(-90deg);
  }
  .section-related-templates .related-templates-arrows .slick-arrow:hover {
    background-color: #EAEFF4;
    color: #000;
  }
}

/*===========================================================================
END SECTION RELATED TEMPLATES
===========================================================================*/
/*===========================================================================
LOGIN PAGE
===========================================================================*/
.login-section {
  padding: 40px 0;
}
.login-section .container {
  max-width: 568px;
}
.login-section .logo {
  margin: 0 0 45px 18px;
  display: inline-block;
}
.login-section .login-form {
  padding: 54px 65px 70px;
  max-width: 538px;
  margin: 0 auto;
  border-radius: 4px;
  -moz-box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.6);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.6);
  box-shadow: 0px 10px 30px 0px rgba(122, 186, 252, 0.6);
  color: #4F5369;
}
.login-section .login-form h3 {
  margin-bottom: 20px;
}
.login-section .login-form h3 + .input-box {
  margin-top: 41px;
}
.login-section .login-form p {
  font-size: 15px;
  line-height: 1.6;
}
.login-section .login-form .form-bottom-link {
  margin-top: 12px;
  text-align: center;
}
.login-section .fb-login {
  min-width: 0;
  width: 47.5%;
  float: right;
}
.login-section .google-login {
  min-width: 0;
  width: 47.5%;
  float: left;
}
.login-section .sign-up-link {
  padding: 0 20px;
  margin-top: 31px;
  font-size: 14px;
  color: #4F5369;
}
.login-section .sign-up-link a {
  text-decoration: none;
  color: #0FC721;
}
@media (max-width: 690px) {
  .login-section .login-form {
    padding: 10px 0;
    box-shadow: none;
    max-width: none;
  }
  .login-section .logo {
    margin-left: 0;
  }
  .login-section .fb-login {
    width: 100%;
  }
  .login-section .google-login {
    width: 100%;
  }
  .login-section .sign-up-link {
    padding: 0;
  }
  .login-section .input-box .btn + .btn {
    margin-top: 30px;
  }
}

/*===========================================================================
END LOGIN PAGE
===========================================================================*/
/*===========================================================================
PRICING PAGE
===========================================================================*/
.pricing-section .title-box {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 50px;
}
.pricing-section .title-box h1 {
  font-size: 54px;
  color: #DCEAFA;
  font-weight: 900;
  margin-bottom: 20px;
}
.pricing-section .title-box p {
  display: inline-block;
  font-size: 20px;
}
.pricing-section .title-box .users {
  display: inline-block;
}
.pricing-section .title-box .users input {
  width: 117px;
  margin-left: 33px;
}
.pricing-section .title-box .users input + .help {
  vertical-align: top;
  margin-left: 4px;
}
.pricing-section .title-box .users .help {
  font-size: 16px;
  color: #E0E2E5;
}
.pricing-section .title-box .billing {
  font-size: 18px;
  color: #4F5369;
  margin-top: 19px;
}
.pricing-section .title-box .billing p {
  display: inline-block;
  font-weight: 400;
}
.pricing-section .title-box .billing span {
  color: #80A6C2;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.pricing-section .title-box .billing a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding-bottom: 1px;
  position: relative;
  margin-left: 4px;
}
.pricing-section .title-box .billing a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #21D353;
  -moz-box-shadow: 0px 4px 10px 0px rgba(33, 211, 83, 0.5);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(33, 211, 83, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(33, 211, 83, 0.5);
}
.pricing-section .price-boxes {
  display: flex;
}
.pricing-section .price-boxes .price-box {
  width: 20%;
  border-right: 2px solid #E9F1FB;
  border-top: 2px solid #E9F1FB;
  padding: 23px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.pricing-section .price-boxes .price-box:first-child {
  margin-left: calc(20% - 1px);
  width: calc(20% + 2px);
  border-left: 2px solid #E9F1FB;
}
.pricing-section .price-boxes .price-box .name {
  font-size: 20px;
  font-weight: 900;
  width: 100%;
}
.pricing-section .price-boxes .price-box .price {
  font-size: 80px;
  line-height: 0.75;
  letter-spacing: -6px;
  margin-top: 17px;
  margin-bottom: 17px;
  width: 100%;
}
.pricing-section .price-boxes .price-box .price sup {
  font-size: 25px;
  vertical-align: top;
  margin-top: 7px;
  display: inline-block;
}
.pricing-section .price-boxes .price-box .desc {
  font-size: 16px;
  color: #4F5369;
  width: 100%;
  align-self: center;
  line-height: 1.4;
}
.pricing-section .price-boxes .price-box .desc a {
  color: #0FC721;
  text-decoration: none;
}
.pricing-section .price-boxes .price-box .link {
  width: 100%;
  align-self: end;
  margin-top: 23px;
}
.pricing-section .price-boxes .price-box .link .btn {
  padding: 14px 10px;
  width: 148px;
  min-width: 0;
}
.pricing-section .price-boxes .price-box .link .btn.btn-secondary {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pricing-section .price-boxes .price-box .link .btn.btn-secondary:hover {
  padding-top: 14px;
  padding-bottom: 14px;
}
.pricing-section .pricing-btns {
  margin-top: 50px;
  margin-bottom: 65px;
}
@media (max-width: 1100px) {
  .pricing-section .price-boxes {
    display: block;
    text-align: center;
    margin-bottom: 60px;
  }
  .pricing-section .price-boxes .price-box {
    width: 40%;
    margin: 15px;
    border: 2px solid #E9F1FB;
    display: inline-block;
    min-height: 282px;
    vertical-align: top;
  }
  .pricing-section .price-boxes .price-box:first-child {
    margin-left: 15px;
    width: 40%;
  }
  .pricing-section .price-boxes .price-box .name + .desc {
    min-height: 119px;
    margin-top: 20px;
  }
}
@media (max-width: 690px) {
  .pricing-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .pricing-section .title-box .users {
    display: block;
    margin: 14px auto 0;
  }
  .pricing-section .title-box .billing p {
    display: block;
    margin-bottom: 10px;
  }
  .pricing-section .price-boxes .price-box {
    display: block;
    margin: 59px auto 0;
    padding: 25px 25px 30px;
    min-width: 280px;
  }
  .pricing-section .price-boxes .price-box:first-child {
    margin-left: auto;
  }
  .pricing-section .price-boxes .price-box .name + .desc {
    margin-top: 40px;
  }
}

.table-title {
  text-align: center;
  margin-bottom: 20px;
}

.price-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.price-table tbody.title {
  background-color: rgba(2, 232, 75, 0.4);
  -moz-box-shadow: 0px 10px 20px 0px rgba(122, 186, 252, 0.18), inset 0px 6px 10px 0px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(122, 186, 252, 0.18), inset 0px 6px 10px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(122, 186, 252, 0.18), inset 0px 6px 10px 0px rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
.price-table tbody.title th {
  color: #00892A;
  padding: 12px 20px;
  border-right: 2px solid #91EEB7;
}
.price-table tr:nth-child(odd) td {
  background-color: #F3F8FE;
}
.price-table td {
  border-right: 2px solid #E9F1FB;
  font-size: 14px;
  padding: 17px 15px;
  text-align: center;
  color: #4F5369;
}
.price-table td:first-child {
  text-align: left;
  color: #000;
  padding-left: 38px;
}
.price-table td:first-child .icomoon-info {
  margin-right: 6px;
  margin-left: -24px;
}
.price-table td .icomoon-check {
  color: #05E84B;
}
.price-table td .icomoon-info {
  color: #ADBDD0;
}
.price-table tr:last-child td {
  border-bottom: 2px solid #E9F1FB;
}
.price-table tr:last-child td:first-child {
  border-bottom: none;
}
@media (max-width: 690px) {
  .price-table tbody.title {
    background-color: rgba(2, 232, 75, 0.4);
    -moz-box-shadow: 0px 10px 20px 0px rgba(122, 186, 252, 0.18), inset 0px 6px 10px 0px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(122, 186, 252, 0.18), inset 0px 6px 10px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 10px 20px 0px rgba(122, 186, 252, 0.18), inset 0px 6px 10px 0px rgba(255, 255, 255, 0.4);
    border-radius: 4px;
  }
  .price-table tbody.title th {
    font-size: 0;
    height: 52px;
    display: none;
  }
  .price-table tbody.title th:first-child {
    display: block;
  }
  .price-table tr:nth-child(odd) td {
    background-color: #fff;
  }
  .price-table td {
    display: block;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    border-right: none;
  }
  .price-table td i {
    display: block;
    text-align: right;
  }
  .price-table td:first-child {
    text-align: center;
    background-color: #E9F1FB !important;
  }
  .price-table td:first-child a {
    float: right;
  }
  .price-table td:first-child a i {
    margin: 2px 0 0 -14px;
  }
  .price-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    width: 200px;
  }
}

/*===========================================================================
END PRICING PAGE
===========================================================================*/
/*===========================================================================
FAQ SECTION
===========================================================================*/
.faq-section .faq-block {
  background-color: #2A4464;
  padding: 93px 101px;
  font-size: 18px;
  color: #D1DAEE;
  border-radius: 4px;
}
.faq-section h2 {
  margin-bottom: 30px;
}
.faq-section h2 span {
  font-size: 50px;
  font-weight: 800;
  background: -webkit-linear-gradient(left, #89FF52, #00AEFF);
  background: -o-linear-gradient(right, #89FF52, #00AEFF);
  background: -moz-linear-gradient(right, #89FF52, #00AEFF);
  background: linear-gradient(to right, #89FF52, #00AEFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq-section .faq-box {
  max-width: 790px;
}
.faq-section .faq-box + .faq-box {
  margin-top: 46px;
}
.faq-section .faq-box h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}
.faq-section .faq-box p {
  margin-bottom: 19px;
}
.faq-section .faq-box .link {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 2px solid #07E84D;
  text-decoration: none;
  padding-bottom: 2px;
  padding-right: 8px;
  position: relative;
  margin-right: 37px;
  margin-bottom: 8px;
  display: inline-block;
}
.faq-section .faq-box .link:after {
  content: "›";
  position: absolute;
  top: -1px;
  right: -20px;
}
@media (max-width: 1100px) {
  .faq-section .faq-block {
    padding: 65px 45px;
  }
}
@media (max-width: 690px) {
  .faq-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-section h2 span {
    font-size: 45px;
  }
  .faq-section .faq-block {
    padding: 60px 20px;
  }
}

/*===========================================================================
END FAQ SECTION
===========================================================================*/
