/*fonts*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
/*variables*/
/*colors*/
/*@menu-link-color-2: #686868;*/
/*mixins*/
h1,
.h1 {
  font-size: 3.125rem;
  color: #232323;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
h2,
.h2 {
  font-size: 2.625rem;
  color: #232323;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 28px;
}
h3,
.h3 {
  font-size: 2.25rem;
  color: #232323;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}
h4,
.h4 {
  font-size: 1.5rem;
  color: #232323;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
h6,
.h6 {
  font-size: 1.125rem;
  color: #232323;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.p-size-24 p {
  font-size: 1.5rem;
  line-height: 1.5;
}
/*p {
    a {
        color: #9bcd69;
    }
}*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a:not(.btn) {
  color: inherit;
}
* {
  outline: none!important;
}
html {
  font-size: 16px;
}
body {
  font-weight: 400;
  color: #4B4B4B;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}
.navbar-toggler {
  width: 1.875rem;
  min-width: 1.875rem;
  padding-left: 0;
  padding-right: 0;
}
.navbar-toggler span {
  width: 100%;
  float: left;
  background-color: #1e3149;
  margin: 0.1875rem 0;
  height: 0.1875rem;
}
img {
  max-width: 100%;
  height: auto;
}
.page-holder {
  overflow: hidden!important;
}
section {
  width: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 6.25rem 0;
}
.top-menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 1rem 0 0.5rem;
  z-index: 9999;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.top-menu .navbar-collapse {
  width: 100%;
  float: left;
  padding: 5px 0;
}
.top-menu .row {
  width: 100%;
}
.top-menu .navbar-expand .navbar-toggler {
  display: block;
}
.top-menu .navbar-brand {
  max-width: 177px;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.top-menu .navbar-brand img {
  width: 100%;
}
.top-menu .navbar {
  width: 100%;
  padding: 0;
  margin: 0;
}
.top-menu .navbar .row {
  width: 100%;
  margin: 0;
}
.top-menu .nav-link {
  font-size: 1rem;
  color: #616161;
  font-weight: 500;
  margin: 0 12px;
}
.top-menu .nav-link.link-white {
  color: #fff;
}
.top-menu.fixed {
  padding: 0.625rem 0;
  background-color: #fff;
  box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
}
.top-menu.fixed .navbar-brand {
  max-width: 150px;
}
.top-menu.fixed .nav-link.link-white {
  color: inherit;
}
.top-menu.fixed .btn-menu,
.top-menu.fixed .btn-menu-white {
  background-color: transparent;
  border: 0.125rem solid #05A625;
  color: #05A625;
}
@media (min-width: 990px) {
  .top-menu.fixed .btn-menu:hover,
  .top-menu.fixed .btn-menu-white:hover {
    background: #fff;
    color: #616161;
  }
}
.footer {
  background-color: #2B2B2B;
  padding: 33px 0 33px;
}
.footer .nav-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 10px;
  /*        @media(min-width: 990px) {
            padding-left: 34px;
        }*/
}
.footer p {
  font-size: 1rem;
  color: #5E5E5E;
  margin: 0;
}
.footer hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.footer .social-link a {
  margin: 0 15px;
  color: #fff;
}
.btn {
  outline: none!important;
  cursor: pointer;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  display: inline-block;
  text-align: center;
}
.btn.btn-menu {
  min-width: 7.5rem;
  min-height: 3.0625rem;
  height: 3.0625rem;
  line-height: 3.0625rem;
  background-color: transparent;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border: 0.125rem solid #fff;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0 0.625rem !important;
  font-size: 1rem;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin: 0;
}
@media (min-width: 990px) {
  .btn.btn-menu {
    margin-left: 20px;
  }
  .btn.btn-menu:hover {
    background: #fff;
    color: #05A625;
  }
}
.btn.btn-menu-white {
  min-width: 7.5rem;
  min-height: 3.0625rem;
  height: 3.0625rem;
  line-height: 3.0625rem;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border: 0.125rem solid #fff;
  color: #05A625;
  font-weight: 600;
  text-align: center;
  padding: 0 0.625rem !important;
  font-size: 1rem;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin: 0;
}
@media (min-width: 990px) {
  .btn.btn-menu-white {
    margin-left: 20px;
  }
  .btn.btn-menu-white:hover {
    background: #05A625;
    color: #fff;
  }
}
.btn.btn-green {
  min-width: 12.25rem;
  min-height: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
  background-color: #05A625;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border: 0.125rem solid #05A625;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0 0.625rem !important;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 990px) {
  .btn.btn-green:hover {
    background: #fff;
    color: #05A625;
  }
}
.btn.btn-white {
  min-width: 13.25rem;
  min-height: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border: 0.125rem solid #fff;
  color: #05A625;
  font-weight: 700;
  text-align: center;
  padding: 0 0.625rem !important;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 990px) {
  .btn.btn-white:hover {
    background-color: #05A625;
    color: #fff;
  }
}
.btn.btn-submit {
  min-width: 11.5rem;
  min-height: 3.0625rem;
  height: 3.0625rem;
  line-height: 2.8125rem;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border: 0.125rem solid #fff;
  color: #05A625;
  font-weight: 600;
  text-align: center;
  padding: 0 0.625rem !important;
  font-size: 1rem;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 990px) {
  .btn.btn-submit:hover {
    background-color: #05A625;
    color: #fff;
  }
}
.btn.btn-blue {
  min-width: 12.125rem;
  min-height: 4.8125rem;
  height: 4.8125rem;
  line-height: 4.8125rem;
  background-color: #004AEF;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border: 0.125rem solid #004AEF;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0 0.625rem !important;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 990px) {
  .btn.btn-blue:hover {
    background-color: #fff;
    color: #004AEF;
  }
}
.btn.btn-x {
  min-height: 0.0625rem;
  height: auto;
  line-height: 100%;
  color: inherit;
}
.hero {
  background-image: url(../img/hero-bg.png);
  background-size: 46.5% 100%;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 250px 0 0;
}
.hero h1 span {
  color: #004AEF;
}
.hero p {
  font-size: 1.25rem;
}
.hero.hero-inner {
  padding: 150px 0 35px;
  min-height: calc(100vh - 200px);
}
.hero.hero-inner .row-h {
  min-height: calc(100vh - 385px);
}
.hero.hero-inner .image-big img {
  max-width: 115%;
}
.hero.hero-inner .image-big {
  padding-right: 0px;
}
.hero.hero-inner .image-box {
  margin-top: 30px;
}
.hero.hero-inner .image-box img {
  margin-right: 15px;
}
.hero.hero-inner p {
  font-size: 1.5rem;
  font-weight: 700;
}
.section-logo {
  padding: 29px 0 52px;
  background-color: #F6F6F6;
  z-index: 2;
}
.section-logo h2 {
  display: inline-block;
  margin: 0;
  background-color: #F6F6F6;
  color: #ACACAC;
  font-size: 2.25rem;
  font-weight: 600;
  z-index: 2;
  padding: 0 10px;
}
.section-logo h2:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  z-index: -2;
  width: 100%;
  height: 2px;
  background-color: #C4C4C4;
}
.logo-slider .item {
  min-height: 75px;
}
.has-bottom-grey {
  padding-bottom: 45px;
}
.has-bottom-grey:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 54%;
  background-color: #F6F6F6;
}
.has-bottom-grey h3 {
  color: #232323;
}
.has-bottom-grey h3.h3 {
  font-size: 2.125rem;
  color: #9B9B9B;
  font-weight: 600;
  margin: 0 10px 0 0;
}
.has-bottom-grey span {
  font-size: 0.75rem;
  color: #9B9B9B;
  font-weight: 700;
  margin: 0 0 0 10px;
}
.box-line {
  width: 100%;
  float: left;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #fff;
  border: 1px solid #E5E8EF;
  text-align: center;
  padding: 50px 25px 15px;
}
.box-line h6 {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}
.box-line span {
  font-size: 0.75rem;
  color: #9B9B9B;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.box-line img {
  max-width: 100px;
  margin: 0 auto;
}
.box-line p {
  font-size: 1rem;
  color: #232323;
  line-height: 1.5;
  margin-top: 25px;
}
@media (min-width: 1300px) {
  .box-line p {
    min-height: 216px;
  }
}
.client-slider {
  position: relative;
}
.client-slider .item {
  margin: 0 5px;
}
.client-slider .slick-arrow {
  right: 60px;
  top: -165px;
}
.client-slider .slick-arrow.slick-next {
  right: 0;
}
.slick-arrow {
  position: absolute;
  background: none;
  border: none;
  width: 54px;
  height: 54px;
  font-size: 0.0625rem;
  color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #E5E8EF;
  background-color: #fff;
  z-index: 50;
  background-image: url(../img/arrow-left.svg);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.slick-arrow.slick-next {
  background-color: #004AEF;
  background-image: url(../img/arrow-white-right.svg);
}
.slick-arrow:focus {
  outline: none;
}
.title-holder h3 span {
  color: #004AEF;
}
.video-holder {
  width: 50%;
  height: 413px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.video-holder .btn-play {
  display: inline-block;
  width: 159px;
  height: 159px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/play-button.svg);
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper video,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-video {
  padding: 200px 0;
}
.section-has-shape {
  background-size: 100% 500px;
  background-position: top center;
}
.section-has-shape.md-shape {
  background-size: 100% 416px;
}
.section-has-shape.bottom-shape {
  padding-bottom: 145px;
  background-size: 100% 917px;
  background-position: bottom center;
}
.number-holder {
  position: relative;
}
.number-holder:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  z-index: -1;
  margin-left: -3px;
  width: 6px;
  height: 100%;
  background-color: #05A625;
}
.number-holder:before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 90px);
  z-index: 5;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 126px;
  content: '';
  font-weight: 700;
  font-size: 2.625rem;
  color: #05A525;
}
.number-holder.number-1:before {
  content: '1';
}
.number-holder.number-2:before {
  content: '2';
  transform: translate(-50%, 75px);
}
.number-holder.number-3:before {
  content: '3';
  transform: translate(-50%, 75px);
}
.number-holder.number-4:before {
  content: '4';
}
.box-white {
  width: 100%;
  float: left;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  box-shadow: 4px 7px 8px rgba(0, 42, 98, 0.08);
  -webkit-box-shadow: 4px 7px 8px rgba(0, 42, 98, 0.08);
  -moz-box-shadow: 4px 7px 8px rgba(0, 42, 98, 0.08);
  background-color: #fff;
  text-align: center;
  padding: 50px 25px 10px;
}
.box-white h4 {
  margin-top: 20px;
  min-height: 56px;
}
.box-white p {
  font-size: 0.875rem;
  min-height: 170px;
}
.custom-slider {
  margin-top: 50px;
}
.custom-slider .item {
  margin: 18px 7px;
}
.custom-slider .item img {
  margin: 0 auto;
}
.custom-slider .slick-arrow {
  left: -260px;
  bottom: 140px;
}
.custom-slider .slick-arrow.slick-next {
  left: -180px;
}
.section-has-image {
  background-size: 50% auto;
  background-position: left center;
}
/* .pricing-box {
  width: 100%;
  float: left;
  background-color: #FFF;
  border: 1px solid #E5E8EF;
  box-shadow: 5px 4px 60px rgba(172, 177, 200, 0.15);
  -webkit-box-shadow: 5px 4px 60px rgba(172, 177, 200, 0.15);
  -moz-box-shadow: 5px 4px 60px rgba(172, 177, 200, 0.15);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.pricing-box .box-header {
  width: 100%;
  float: left;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  background-image: url(../img/box-shape.png);
  background-size: 100% 112px;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 32px 0;
}
.pricing-box .box-header h4 {
  margin: 0;
}
.pricing-box .box-body {
  width: 100%;
  float: left;
  background-color: #FFF;
}
.pricing-box .box-body h6 {
  font-size: 1.125rem;
  color: #407BFF;
  font-weight: 700;
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #E5E8EF;
}
.pricing-box .box-body p {
  font-size: 0.875rem;
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #E5E8EF;
}
.pricing-box .box-body p.bold-p {
  font-weight: 700;
}
.pricing-box .box-bottom {
  width: 100%;
  float: left;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  background-color: #FFF;
  padding: 40px 0 40px;
} */
form .account {
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}
form h6 {
  font-weight: 600;
  margin: 5px 0;
}
.form-control {
  border: none;
  background: none;
  height: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3) !important;
  font-weight: 600;
  color: #fff !important;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-control::-moz-placeholder {
  color: #fff;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control:-moz-placeholder {
  color: #fff;
}
   input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  left: 50000px;
}  
input[type="checkbox"] + label {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding-left: 30px;
  cursor: pointer;
}
input[type="checkbox"] + label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #000 !important;
  background-color: rgba(255, 255, 255, 0.3);
}
input[type="checkbox"] + label:after {
  position: absolute;
  content: '\2714';
  left: 1px;
  top: 0;
  z-index: 1;
  opacity: 0;
}
input[type="checkbox"] + label a {
  display: inline;
  font-weight: 700;
}
input[type="checkbox"]:checked + label:after {
  color: #fff;
  opacity: 1;
}  
.custom-select {
  border: none;
  background: none;
  height: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  padding: 0 15px 0 5px;
  background-image: url(../img/angle-down.svg);
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: right 5px center;
}
.custom-select option {
  color: #232323;
}
input[type="radio"] {
  position: absolute;
  visibility: hidden;
  left: 50000px;
}
input[type="radio"] + label {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  padding-left: 30px;
  cursor: pointer;
}
input[type="radio"] + label:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -1px;
  z-index: 1;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
input[type="radio"] + label:after {
  position: absolute;
  content: '';
  left: 1px;
  top: 2px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
input[type="radio"] + label span {
  font-weight: 800;
}
input[type="radio"]:checked + label:after {
  background-color: #004AEF;
}
.card-box {
  position: relative;
  width: 100%;
  float: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 40px 30px 20px;
}
.card-box .white-box-info {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  z-index: 1;
  width: 80%;
  height: 44px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #fff;
  padding: 0 15px;
  text-align: center;
}
.card-box .white-box-info p {
  line-height: 44px;
  color: #05A625;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.card-box .white-box-info p span {
  font-size: 1.5rem;
  font-weight: 800;
}
@media (max-width: 1200px) {
  .top-menu {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .top-menu .nav-link {
    font-size: 0.875rem;
    padding: 0 15px!important;
    margin: 0;
    color: #fff !important;
    text-align: center;
  }
  .top-menu.fixed .nav-link {
    color: #616161 !important;
  }
  .pricing-box .box-header {
    background-size: 110% 110%;
  }
  .pricing-box .box-header h4 {
    font-size: 1.25rem;
  }
  .text-white h1,
  .text-white h2,
  .text-white h3,
  .text-white h4,
  .text-white h5,
  .text-white h6,
  .text-white p,
  .text-white a:not(.btn) {
    color: inherit;
  }
  form h6 {
    font-size: 0.9375rem;
  }
}
@media (max-width: 990px) {
  .top-menu {
    background-color: #fff;
  }
  .top-menu .nav-link {
    margin: 0 0 10px;
    color: #616161 !important;
  }
  .top-menu .btn {
    margin: 0 0 10px;
  }
  .top-menu .btn-menu,
  .top-menu .btn-menu-white {
    background-color: transparent;
    border: 0.125rem solid #05A625;
    color: #05A625;
  }
  .hero {
    padding: 100px 0 0;
  }
  .hero.hero-inner {
    background-size: 100% 45%;
    background-position: bottom center;
    padding: 85px 0 35px;
  }
  .hero.hero-inner.packages-inner {
    background-size: 100% 50%;
  }
  .hero.hero-inner .image-box img {
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .number-holder img {
    max-width: 280px;
    margin: 0 auto;
  }
  .section-has-shape {
    background-size: 100% 434px;
  }
  .section-has-image {
    background-size: auto 300px;
    background-position: top center;
    padding-top: 350px;
  }
  .pricing-box {
    margin-top: 30px;
  }
  form h6 {
    font-size: 1.125rem;
  }
  .sales-banner-list ul li {font-size:0.8rem !important;}
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 2rem;
  }
  .p-size-24 p {
    font-size: 1rem;
  }
  .hero {
    text-align: center;
    padding: 100px 0 20px;
    background-size: 100% 280px;
    background-position: top center;
  }
  .hero.hero-inner {
    background-size: 100% 51%;
  }
  .hero.hero-inner.packages-inner {
    background-size: 100% 54%;
  }
  .hero .btn {
    max-width: 12.25rem;
    margin: 0 auto 15px;
  }
  .hero .btn + img {
    max-width: 12.25rem;
    margin: 0 auto 15px;
  }
  .hero img {
    max-width: 18.75rem;
    margin-bottom: 30px;
  }
  .client-slider .slick-arrow {
    right: -30px !important;
    top: 50%;
    transform: translateY(-50%);
  }
  .client-slider .slick-arrow.slick-prev {
    right: auto!important;
    left: -30px !important;
  }
  .section-video {
    padding: 0 0 50px;
  }
  .video-holder {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-bottom: 30px;
    z-index: 5;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
  .video-holder .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
  }
  .number-holder:after {
    display: none;
  }
  .number-holder:before {
    left: 15px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    transform: none!important;
    top: 150px;
  }
  .section-has-shape,
  section,
  .section-has-shape.bottom-shape {
    padding: 50px 0;
  }
  .custom-slider {
    margin-top: 10px;
  }
  .footer .nav-link {
    margin-top: 15px;
  }
  .btn.btn-blue {
    width: 80%;
    min-height: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 600px) {
  .client-slider .slick-arrow {
    right: 0!important;
  }
  .client-slider .slick-arrow.slick-prev {
    left: 0!important;
  }
}
@media (max-width: 576px) {
  .hero.hero-inner .image-big img {
    max-width: 300px;
  }
  .hero.hero-inner {
    background-size: 100% 60%;
  }
  .hero.hero-inner.packages-inner {
    background-size: 100% 68.8%;
  }
  .card-box .white-box-info {
    width: 95%;
    padding: 0 5px;
  }
  .card-box .white-box-info p {
    font-size: 0.875rem;
  }
}
@media (max-width: 500px) {
  .hero.hero-inner {
    /*        &.packages-inner {
            background-size: 100% 69%;
        }*/
  }
  .hero.hero-inner img {
    margin-bottom: 15px;
  }
  .hero.hero-inner.started-inner {
    background-size: 100% 62%;
  }
  input[type="checkbox"] + label {
    font-size: 0.9375rem;
  }
}
@media (max-width: 370px) {
  .hero.hero-inner {
    background-size: 100% 56%;
  }
  .hero.hero-inner.started-inner {
    background-size: 100% 57%;
  }
  .hero.hero-inner.packages-inner {
    background-size: 100% 66%;
  }
}

.error{
	color: chartreuse;
    font-weight: 600
}

.errorBorder{
	border: 1px solid #ff1919;
}
/*# sourceMappingURL=main.css.map */
/* 
/* .imagesDiv {
	white-space: nowrap;
	margin-left: -10%;
}

@media ( max-width :1550px) {
	.imagesDiv {
		white-space: break-spaces;
	}
}

.google_customer_img {
	margin-inline-start:16%;
	padding: -5%;
}

.second_img {
	margin-right: 14%;
	margin-left: 15%;
}

@media ( max-width :1550px) {
	.google_customer_img {
		all: unset;
	}
}

@media ( max-width :1550px) {
	.second_img {
		all: unset;
	}
}

@media ( max-width :1550px) {
	.imagesDiv {
		margin-right: 8%;
	}
} 

@media screen 
  and (min-device-width: 991px) 
  and (max-device-width: 1550px) {
  .imagesDiv {
   margin-right: 28%;
  }
  .second_img {
		padding-left:15%;
	}
}

@media screen 
  and (min-device-width: 700px) 
  and (max-device-width: 991px) {
  .imagesDiv {
   padding-right: 19%;
  }
  .second_img {
		padding-left:11%;
	}
	.google_customer_img {
	    padding-left: 15%;
}
} */
.package-title-css {
	font-size: 1.1rem;
}


.trustscore-slider .score {
	bottom: 0;
	font-family: open-sans, sans-serif;
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 43px;
}

.trustscore-container {
height: 100%!important;
    padding: 10px;
    position: relative;
    text-align: center;
}

.disclaimer-link {
	color: inherit;
	text-decoration: underline;
}

.disclaimer-link:hover {
	color: #c00;
} 
.trustscore-slider .score .anchor {
	color: #c00;
	font-size: 20px;
	font-size: 1.4285714286em;
	text-decoration: underline;
}

.pricing-wrp{
    padding: 100px 0;
}
.pricing-wrp .titlebar{
    margin: 0 0 98px;
}
.pricing-wrp .titlebar h2{
    color: #000;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.72px;
    margin: 0 0 10px;
}
.pricing-wrp .titlebar h2 span{
    color: #2F5FD2;
}
.pricing-wrp .titlebar p{
    color: #474D5F;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    margin: 0;
}
.pricing-wrp .container{
    max-width: 646px;
}
.pricing-wrp .row{
    margin: 0 -25px;
}
.pricing-wrp .row .col-md-6{
    padding: 0 25px;
}
.pricing-wrp .pricing-box{
    border-radius: 20px;
    border: 1px solid rgba(71, 77, 95, 0.30);
    background: #FFF;
     margin: 35px;
}
.pricing-wrp .pricing-box .box-head{
    background-image: url("../img/pricing-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    position: relative;
}
.pricing-wrp .pricing-box .box-head span.label{
    background-image: url("../img/label-bg.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 24px 19px 20px 15px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    position: absolute;
    left: -3%;
    top: 64%;
}
.pricing-wrp .pricing-box .box-head h4{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.pricing-wrp .pricing-box .box-head h2{
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.pricing-wrp .pricing-box .box-head p{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
    margin: 0;
}
.pricing-wrp .pricing-box .box-body{
    padding: 30px 20px;
}
.pricing-wrp .pricing-box .box-body ul{
	padding-left: 2px;
    margin: 0 0 40px;
}
.pricing-wrp .pricing-box .box-body ul li{
    padding-left: 35px;
    color: #474D5F;
    font-size: 1rem;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.36px;
    margin: 0 0 12px;
    position: relative;
}
.pricing-wrp .pricing-box .box-body ul li:before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #25CA6C;
    left: 0;
    top: 6px;
}
.pricing-wrp .pricing-box .box-body ul li:last-child{
    margin: 0;
}
.pricing-wrp .pricing-box .box-body a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background: #2F5FD2;
}
.pricing-wrp .pricing-box .box-body a:hover{
    background: #25CA6C;
    color: #fff;
}

 .pricing-amount {
  font-size: 1.125rem;
  font-weight: 100;
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #E5E8EF;
  text-align: center;
} 

.pricing-wrp .container {
    max-width: 1678px;
}

.pricing-box .box-body li{
	list-style-type: none;
}
/* **** End Pricing **** */
.sales-banner-row {
	margin-top: 24px;
}

.sales-banner-list {
	height: 100%;
	padding: 1rem;
	border-radius: 23px;
	border: 1px solid rgba(5, 166, 37, 0.80);
	background: rgba(250, 255, 251, 0.16);
}

.sales-banner-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sales-banner-list ul li {
	position: relative;
	list-style: none;
	margin-bottom: 24px;
	color: #474D5F;
	font-size: 1rem;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0.32px;
	padding-left: 35px;
	text-align:left;
}

.sales-banner-list ul li::before {
	position: absolute;
	content: "\f00c";
	font-family: "FontAwesome";
	font-weight: bold;
	font-size: 12px;
	color: rgba(34, 164, 60, 1);
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #C0EAC9;
	left: 0;
	top: -3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}


.sales-banner-list ul li:last-child {
	margin-bottom: 0;
}

.sales-banner-row .row {
	align-items: stretch;
	margin: 0 -8px;
}

.sales-banner-row .row>* {
	padding: 0 8px;
}

