.slick-slider {
  max-width: 1200px;
  margin: 0 auto;
}

.slick-slider .slick-list {
  padding-left: 0px !important;
}


/* Common styles */
#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

body {
  font-family: 'Inter', sans-serif !important;
  color: #2c3f50 !important;
}

img {
  max-width: 100%;
}

.btn {
  border-radius: 12px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 12px 20px !important;
  font-family: "Figtree", sans-serif !important;
  outline: none;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-primary {
  background: #ffb300 !important;
  color: #233240 !important;
  border-color: #ffb300 !important;
}

.btn-secondary {
  background: #2c3f50 !important;
  color: #fff !important;
  border-color: #2c3f50 !important;
}

h1 {
  font-size: 32px !important;
  line-height: 38px !important;
  margin: 0 0 20px !important;
  font-family: "Figtree", sans-serif !important;
}

h2 {
  font-size: 24px !important;
  line-height: 29px !important;
  margin: 0 0 15px !important;
  font-family: "Figtree", sans-serif !important;
  color: #1A2630;
  font-weight: bold !important;
}

/* Header styles */
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  font-family: "Figtree", sans-serif !important;
  padding: 20px 0;
}

/* Navbar styles */

.navbar {
  padding: 0 !important;
}

.navbar-brand {
  margin-right: 30px !important;
}

.navbar-nav {
  align-items: center;
  gap: 20px;
  display: block !important;
  padding: 0 40px 50px !important;
}

.navbar-nav.mr-auto {
  margin-top: 100px;
  padding-bottom: 0 !important;
}

.navbar-collapse {
  background: #fff;
  margin: -80px -15px 0;
}

.navbar-toggler {
  position: relative;
  z-index: 9;
  border: none !important;
}

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url(../images/icon-burger-menu.svg) !important;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/icon-x.svg) !important;
}

.navbar-nav .nav-link.btn-primary {
  display: none;
}

.navbar-nav .nav-item .nav-link.btn-primary {
  font-size: 18px !important;
  padding: 7px 13px !important;
  background: #fff !important;
  border-color: #fff !important;
  color: #233240 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #233240 !important;
  font-size: 24px;
  line-height: 30px;

}

/* Header Carousel Block styles */

.header-carousel-block .carousel {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  min-height: 700px;
}

.header-carousel-block .carousel .img-holder {
  height: 700px;
  min-height: 700px;
}

.header-carousel-block .carousel .img-holder img {
  height: 100%;
  object-fit: cover;
  /* Black overlay with 50% opacity */
}

.header-carousel-block .carousel-block .text-block {
  position: relative;
}


.header-carousel-block .btns-holder {
  font-size: 14px;
  line-height: 18px;
  margin-top: 150px;
}

.header-carousel-block .btns-holder a {
  color: #fff;
}

.header-carousel-block .btns-holder .btn-primary {
  display: block;
  margin-bottom: 20px;
  max-width: 312px;
}

.header-carousel-block .carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.header-carousel-block .carousel-fade .carousel-inner .item,
.header-carousel-block .carousel-fade .carousel-inner .active.left,
.header-carousel-block .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.header-carousel-block .carousel-fade .carousel-inner .active,
.header-carousel-block .carousel-fade .carousel-inner .next.left,
.header-carousel-block .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.header-carousel-block .carousel-fade .carousel-inner .next,
.header-carousel-block .carousel-fade .carousel-inner .prev,
.header-carousel-block .carousel-fade .carousel-inner .active.left,
.header-carousel-block .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.header-carousel-block .carousel-fade .carousel-control {
  z-index: 2;
}


.header-carousel-block .carousel .text-block {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Solutions block styles */
.solutions-block {
  background: #fef9f1;
  padding: 40px 0;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  font-family: "Figtree", sans-serif;
}

.solutions-block p {
  font-weight: 500;
}

.solutions-block .subtitle {
  margin: 0 0 10px;
  color: #ffb300;
  font-size: 14px;
  line-height: 19px;
  font-family: "Inter", sans-serif;
}

.solutions-block .carousel {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  margin-top: 20px;
  font-family: "Inter", sans-serif;
}

.solutions-block .carousel .img-text-block {
  color: #2C3F50;
}

.solutions-block .carousel .img-holder {
  display: none;
}

.solutions-block .carousel-indicators {
  position: relative;
  font-weight: 500;
  display: block !important;
  margin: 0 0 30px !important;
}

.solutions-block .carousel-indicators li {
  text-indent: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
  border: none;
  margin: 0;
  padding: 20px;
  position: relative;
  color: #121920;
}

.solutions-block .carousel-indicators li.active:before {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 0;
  right: 0;
  height: 6px;
  background: #ffb300;
}

.solutions-block .carousel-indicators li.active {
  font-weight: bold;
}

.solutions-block .carousel .carousel-control-prev {
  left: -80px;
}

.solutions-block .carousel .carousel-control-next {
  right: -80px;
}

.solutions-block .carousel .title {
  margin-bottom: 20px;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.solutions-block .title img {
  margin: -2px 3px 0 0;
  display: none;
}

.solutions-block .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutions-block .list li {
  padding: 0 0 10px 15px;
  position: relative;
}

.solutions-block .list li:before {
  position: absolute;
  content: '';
  left: 3px;
  top: 6px;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  background: #2C3F50;
}

.solutions-block .img-text-block .img-caption {
  position: absolute;
  background: #fff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15);
  border: 0.74px solid #e1e1e1;
  padding: 5px 10px;
  border-radius: 6px;
  min-width: 238px;
}

.solutions-block .img-text-block .img-caption.slide-1 {
  left: 20px;
  bottom: 40px;
}

.solutions-block .img-text-block .img-caption.slide-2 {
  top: 30px;
  right: 100px;
}

.solutions-block .img-text-block .img-caption.slide-3 {
  bottom: 100px;
  right: 100px;
}

.solutions-block .img-text-block .img-caption.slide-4 {
  top: 50px;
  right: 100px;
}

.solutions-block .img-text-block .img-caption.slide-5 {
  top: 30px;
  right: 170px;
}

.solutions-block .img-text-block .img-caption img {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}

.solutions-block .img-text-block .img-caption .title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
  font-weight: 600;
}

.solutions-block .img-text-block .img-caption .title.title-blue {
  color: #3976c4;
}

.solutions-block .img-text-block .img-caption .title.title-green {
  color: #169d64;
}

.solutions-block .img-text-block .img-caption .title.title-yellow {
  color: #ffb300;
}

.solutions-block .img-text-block .img-caption span {
  font-size: 10px;
  color: #5d5d5d;
  display: block;
}

.solutions-block .card {
  border: none;
  background: none;
}

.solutions-block .challenges-holder {
  background: #ffeceb;
  border-radius: 8px;
  padding: 15px 10px;
  margin: 0 0 10px;
}

.solutions-block .solutions-holder {
  background: #f1f7ff;
  border-radius: 8px;
  padding: 15px 10px;
  margin: 0 0 10px;
}

.solutions-block .btn.btn-secondary {
  display: none;
}

.solutions-block .btn.btn-link {
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #d5d9dc !important;
  padding: 10px !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #233240 !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  margin: 0 0 10px;
  box-shadow: none !important;
  outline: none;
  text-decoration: none;
  position: relative;
}

.solutions-block .btn.btn-link:after {
  position: absolute;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  right: 15px;
  top: 15px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 10px;
}

.solutions-block .btn.btn-link.collapsed:after {
  transform: rotate(135deg);
  top: 10px;
}

/* Features block styles */

.features-block {
  background-color: #dae9fd;
  padding: 40px 0;
  font-size: 14px;
  line-height: 17px;
}

.features-block .text-holder {
  margin: 0 0 20px;
}

.features-block .text-holder p {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}

.features-block .subtitle {
  color: #3976c4;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 20px;
}

.features-block .col-holder {
  padding: 17px 21px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10.19px 0px rgba(97, 149, 237, 0.15);
  min-height: 254px;
}

.features-block .col-holder .title {
  font-size: 15px;
  line-height: 18px;
  font-family: "Figtree", sans-serif;
  margin: 0 0 20px;
  font-weight: 600;
}

.features-block .col-holder .img-holder {
  margin: 0 0 20px;
  max-width: 92px;
}

.features-block .btn-holder {
  margin-top: 40px;
}

.features-block .col-12 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.features-block .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.features-block .btn-secondary {
  width: 100%;
  max-width: 312px;
  margin: 0 auto;
}


/* Facilities block styles */

.facilities-block {
  padding: 40px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.facilities-block:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/img-10.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 500px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

.facilities-block h2 {
  margin-bottom: 50px !important;
}

.facilities-block .col-holder {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.facilities-block .num {
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 10px;
  position: relative;
  padding-bottom: 10px;
}

.facilities-block .num:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 5px;
  background: #ffb300;
}


.facilities-block p {
  margin: 0;
}

.facilities-block .btn-secondary {
  width: 100%;
  max-width: 312px;
  margin: 0 auto;
}

/* Partners block styles */

.partners-block {
  padding: 40px 0;
  text-align: center;
}

.partners-block .subtitle {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 50px;
}

.partners-block h2 {
  margin: 0 0 50px;
}

.partners-block .logos-list {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.partners-block .logos-list .slick-slide {
  min-height: 90px;
  display: flex !important;
  align-items: center !important;
}

.partners-block .logos-list img {
  max-width: 70%;
}

.partners-block .testimonials-holder {
  max-width: 500px;
  margin: 0 auto;
}

.partners-block .testimonials-holder blockquote {
  margin: 0;
  padding: 0;
}

.partners-block blockquote q {
  display: block;
  quotes: none;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}

.partners-block blockquote cite {
  display: block;
  font-style: normal;
}

.partners-block blockquote .img-text-block .img-holder {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
  display: none;
}

.partners-block blockquote .img-text-block .img-holder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partners-block blockquote .img-text-block .text-holder {
  flex-grow: 1;
}

.partners-block blockquote .cite-title {
  display: block;
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  margin: 0 0 5px;
}

.partners-block blockquote .cite-description {
  color: #808c96;
  font-size: 8px;
  line-height: 12px;
  display: block;
}

.partners-block .carousel {
  padding: 0 40px;
}

.partners-block .carousel .carousel-control-prev {
  left: -20px;
}

.partners-block .carousel .carousel-control-next {
  right: -20px;
}

.partners-block .slider {
  padding: 0 40px;
}

.partners-block .slider .slick-arrow:before {
  border: solid #808c96;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.partners-block .slider .slick-arrow.slick-prev {
  left: 0;
}

.partners-block .slider .slick-arrow.slick-next {
  right: 0;
}

.partners-block .slider .slick-arrow.slick-prev:before {
  content: '';
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.partners-block .slider .slick-arrow.slick-next:before {
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


/* Steps block styles */

.steps-block {
  padding: 40px 0 300px;
  font-size: 14px;
  line-height: 17px;
  background: url(../images/steps/getting-started.png) no-repeat;
  background-size: 355px;
  background-position: 50% 100%;
  text-align: center;
}

.steps-block p {
  font-weight: 500;
  font-family: "Figtree", sans-serif;
  margin: 0 0 30px;
}

.steps-block .subtitle {
  margin: 0 0 20px;
  color: #ffb300;
  font-size: 14px;
  line-height: 17px;
}

.steps-block ol {
  margin: 30px 0 30px 10px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 17px;
  list-style-type: none;
  counter-reset: ordered;
  text-align: left;
}

.steps-block ol li {
  padding: 0 0 30px;
}

.steps-block ol li:before {
  border-radius: 50%;
  color: #fff;
  content: counter(ordered);
  counter-increment: ordered;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffb300;
  margin: 0;
  font-size: 11px;
}

.steps-block ol .title {
  margin: 0 0 10px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.steps-block ol p {
  margin: 0;
}

.steps-block .btn-secondary {
  width: 100%;
  max-width: 312px;
  margin: 0 auto;
}

/* Plans block styles */
.plans-block {
  padding: 40px 0;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}

.plans-block .subtitle {
  font-size: 14px;
  line-height: 17px;
  color: #ffb300;
  margin: 0 0 20px;
}

.plans-block p {
  font-weight: 500;
  font-family: "Figtree", sans-serif;
}

.plans-block .nav.nav-tabs {
  border-bottom: 2px solid #ffb300;
  justify-content: space-between;
  margin: 50px 0 80px;
  font-size: 12px;
  line-height: 15px;
}

.plans-block .nav.nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  background: none;
  color: #121920;
  position: relative;
}

.plans-block .nav.nav-tabs .nav-link::after {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 0;
  right: 0;
  height: 6px;
  background: #ffb300;
  opacity: 0;
  visibility: hidden;
}

.plans-block .nav.nav-tabs .nav-link.active {
  font-weight: bold;
}

.plans-block .nav.nav-tabs .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}

.plans-block .plans-holder .col-holder {
  background-color: #fff;
  border-radius: 14px;
  border: 1px solid #d5d9dc;
  padding: 32px 24px 20px;
  text-align: left;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
  margin: 0 0 20px;

}

.plans-block .col-holder.best-choice {
  background: #ffb300;
  border-color: #ffb300;
}

.plans-block .col-holder.best-choice .best-choice-tag {
  display: block;
}

.plans-block .col-holder .plan-title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 20px;
  color: #233240;
  font-family: "Figtree", sans-serif;
}

.plans-block .col-holder .plan-subtitle {
  margin: 0 0 30px;
  font-size: 22px;
  line-height: 24px;
  color: #233240;
  padding-bottom: 7px;
  border-bottom: 1px solid #d5d9dc;
  font-family: "Figtree", sans-serif;
}

.plans-block .col-holder.best-choice .plan-subtitle {
  border-color: #fff;
  font-family: "Figtree", sans-serif;
}

.plans-block .col-holder .commission-percent {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  line-height: 18px;
  gap: 10px;
  margin-bottom: 20px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}

.plans-block .col-holder .commission-percent .percentage {
  font-size: 32px;
  line-height: 38px;
  font-family: "Figtree", sans-serif;
}

.plans-block .col-holder .commission-percent span {
  display: inline-block;
  margin-bottom: 6px;
}

.plans-block .col-holder .list-title {
  margin-bottom: 15px;
}

.plans-block .col-holder ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.plans-block .col-holder ul li {
  padding: 0 0 15px 25px;
  position: relative;
}

.plans-block .col-holder ul li:before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background: url(../images/icon-check-yellow.svg) no-repeat;
  background-size: 100%;
}

.plans-block .col-holder.best-choice ul li:before {
  background: url(../images/icon-check-white.svg) no-repeat;
  background-size: 100%;
}

.plans-block .col-holder .best-choice-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 7px 9px;
  display: none;
  font-weight: 600;
  font-size: 9px;
  line-height: 12px;
}

.plans-block .col-holder .btn.btn-primary {
  background: #fdf1da !important;
  color: #ffb300 !important;
  border-radius: 50px !important;
  border-color: #fdf1da !important;
  width: 100% !important;
  padding: 15px 20px !important;
  font-weight: bold !important;
}

.plans-block .col-holder.best-choice .btn.btn-primary {
  background: #fff !important;
}

.plans-block .plans-holder .col-holder p {
  font-size: 12px;
  line-height: 15px;
}

.plans-block .dropdown .dropdown-toggle {
  margin: 0 0 30px;
  padding: 10px 16px !important;
  border: 1px solid #d5d9dc !important;
  background: none !important;
  color: #233240 !important;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px !important;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
}

.plans-block .dropdown .dropdown-toggle:after {
  position: absolute;
  border: none;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  right: 20px;
  top: 12px;
  transform: rotate(135deg);
  vertical-align: top;
  width: 10px;
}

.plans-block .dropdown.show .dropdown-toggle:after {
  transform: rotate(-45deg);
  top: 15px;
}

.plans-block .dropdown .dropdown-toggle:focus {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1) !important;
}

.plans-block .dropdown-menu .dropdown-item.active {
  background: none !important;
}

.plans-block .dropdown-menu {
  width: 100% !important;
}

.plans-block .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #566573;
  font-weight: 500;
}

/* Form block styles */
.form-block {
  padding: 40px 0;
  background: #dae9fd;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.form-block p {
  font-weight: 500;
  font-family: "Figtree", sans-serif;
}

.form-block form {
  max-width: 780px;
  font-size: 12px;
  line-height: 15px;
  margin: 40px 0 0;
  text-align: left;
}

.form-block form .form-group {
  margin-bottom: 30px;
}

.form-block form label {
  display: inline-block;
  margin: 0 0 10px;
  font-weight: 500;
}

.form-block form .form-group .form-control {
  border: 1px solid #d9d9d9 !important;
  padding: 16px 24px !important;
  border-radius: 12px !important;
  height: 47px !important;
  font-size: 12px !important;
  line-height: 15px !important;
}

.form-block form .form-group .form-control::placeholder {
  color: #abb2b9;
  opacity: 1;
}

.form-block form .form-group textarea.form-control {
  resize: none;
  height: 177px !important;
}

.form-block .btn-secondary {
  width: 100%;
  max-width: 312px;
  margin: 0 auto;
}

.animate-on-scroll.from-left {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 1.3s ease, transform 1.3s ease;
}

.animate-on-scroll.from-right {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 1.3s ease, transform 1.3s ease;
}

.animate-on-scroll.from-top {
  opacity: 0;
  transform: translateY(-70px);
  transition: opacity 1.3s ease, transform 1.3s ease;
}

.animate-on-scroll.from-bottom {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.3s ease, transform 1.3s ease;
}

.animate-on-scroll.animation-active {
  opacity: 1;
  transform: translate(0);
}

#scrollToTopBtn {
  opacity: 0;
  /* Start with the button hidden */
  transition: opacity 0.3s ease;
  /* Add a transition for smooth opacity changes */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ffb300;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
}

#scrollToTopBtn:hover {}

#scrollToTopBtn.show {
  opacity: 1;
  /* Show the button when the "show" class is added */
}


@media screen and (max-width: 991px) {
  .solutions-block .carousel .carousel-item {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    transform: none !important;
  }

  .solutions-block .carousel .carousel-indicators {
    display: none !important;
  }

  .solutions-block .carousel-control-prev,
  .solutions-block .carousel-control-next {
    display: none;
  }
}



@media screen and (min-width: 576px) {
  .navbar-collapse {
    margin: -80px -130px 0;
  }

  .navbar-nav {
    padding: 0 150px 80px !important;
  }
}

@media screen and (min-width: 768px) {

  .header-carousel-block .carousel {
    min-height: 550px;
  }

  .header-carousel-block .carousel .img-holder {
    height: 550px;
    min-height: 550px;
  }

  .header-carousel-block .btns-holder {
    margin-top: 70px;
  }

  .facilities-block {
    text-align: left;
  }

  .facilities-block:after {
    background-size: 400px;
    background-position: 100% 50%;
    opacity: 1;
  }

  .facilities-block h2 {
    max-width: 60%;
    margin-bottom: 50px !important;
  }

  .facilities-block .facilities-holder {
    display: flex;
    max-width: 57%;
    flex-flow: row wrap;
  }

  .facilities-block .col-holder {
    width: 50%;
    margin-bottom: 50px;
    padding: 0 15px;
    position: relative;
    border-left: 5px solid #ffb300;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }

  .facilities-block .num {
    display: block;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 10px;
    padding: 0;
  }

  .facilities-block .num:after {
    display: none;
  }

  .facilities-block p {
    margin: 0;
  }

  .facilities-block .btn-secondary {
    width: auto;
  }

  .features-block .btn-secondary {
    width: auto;
  }

  .steps-block .btn-secondary {
    width: auto;
  }

  .partners-block blockquote .cite-title {
    font-size: 12px;
  }

  .partners-block blockquote .cite-description {
    font-size: 11px;
  }

  .plans-block .plans-holder .col-holder {
    padding: 50px 15px 20px;
  }

  .form-block {
    text-align: left;
  }

  .form-block .btn-secondary {
    width: auto;
  }

}

@media screen and (min-width: 992px) {

  .btn {
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 13px 20px !important;
  }

  .navbar-nav {
    display: flex !important;
    padding: 0 !important;
  }

  .navbar-nav.mr-auto {
    margin-top: 0;
    padding-bottom: 0 !important;
  }

  .navbar-collapse {
    background: none;
    margin: 0;
  }

  .navbar-nav .nav-link.btn-primary {
    display: block !important;
  }


  .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 18px;
    line-height: 22px;
  }

  .header-carousel-block .carousel {
    font-size: 20px;
    line-height: 27px;
    height: auto;
  }

  .header-carousel-block .carousel .img-holder {
    height: auto;
    min-height: auto;
  }

  .header-carousel-block .carousel .text-holder {
    max-width: 56%;
  }

  .header-carousel-block .carousel .text-block {
    top: 0;
  }

  .header-carousel-block .btns-holder {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    max-width: 930px;
    margin: 0 auto;
  }

  .header-carousel-block .btns-holder .btn-primary {
    margin: 0;
  }

  .solutions-block {
    padding: 50px 0 70px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .solutions-block .subtitle {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .solutions-block .carousel {
    font-size: 14px;
    line-height: 18px;
  }

  .solutions-block .carousel .carousel-item {
    min-height: 528px !important;
  }

  .solutions-block .carousel .title {
    font-size: 22px;
    line-height: 28px;
  }

  .solutions-block .carousel .title img {
    display: inline-block;
  }

  .solutions-block .carousel-indicators {
    position: relative;
    border-bottom: 2px solid #ffb300;
    padding: 0;
    margin: 0 0 70px;
    justify-content: space-between;
    font-weight: 500;
    display: flex !important;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 50px !important;
  }

  .solutions-block .carousel-indicators li {
    padding: 10px;
  }

  .solutions-block .carousel .img-text-block {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
  }

  .solutions-block .list {
    margin: 0 0 30px;
  }

  .solutions-block .list li {
    padding: 0 0 15px 30px;
  }

  .solutions-block .list li:before {
    left: 12px;
    top: 9px;
    height: 5px;
    width: 5px;
  }

  .solutions-block .carousel .img-holder {
    width: 48%;
    padding: 0 50px;
    position: relative;
    display: block;
  }

  .solutions-block .carousel .img-holder img {
    border-radius: 100%;
    overflow: hidden;
    width: 515px;
    height: 515px;
    object-fit: cover;
  }

  .solutions-block .carousel .text-block {
    width: 52%;
  }

  .solutions-block .img-text-block .img-caption img {
    width: 30px;
    height: 30px;
    display: block;
    flex-shrink: 0;
    margin: 0 10px 0 0;
  }

  .solutions-block .btn.btn-secondary {
    display: inline-block;
  }

  .solutions-block .btn.btn-link {
    display: none;
  }

  .solutions-block .challenges-holder {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }

  .solutions-block .solutions-holder {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }

  .steps-block {
    padding: 90px 0;
    font-size: 16px;
    line-height: 20px;
    background: url(../images/steps/getting-started.png) no-repeat;
    background-size: 442px;
    background-position: 112% 50%;
    text-align: left;
  }

  .steps-block .subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .steps-block ol {
    margin: 70px 0 50px 70px;
    font-size: 16px;
    line-height: 20px;
    max-width: 55%;
  }

  .steps-block ol li {
    padding: 0 0 40px;
  }

  .steps-block ol li:before {
    width: 40px;
    height: 40px;
    margin: 0 0 0 -70px;
    font-size: 22px;
    line-height: 25px;
  }

  .steps-block ol .title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .facilities-block {
    padding: 70px 0;
  }

  .facilities-block:after {
    background-size: 490px;
  }

  .features-block {
    padding: 70px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .features-block .col-holder .img-holder {
    max-width: 120px;
  }

  .features-block .text-holder {
    max-width: 77%;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 50px;
  }

  .features-block .subtitle {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 20px;
  }

  .features-block .col-holder .title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
  }

  .features-block .col-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
  }

  .features-block .col-holder {
    margin-bottom: 30px;
  }

  .partners-block .subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .partners-block .logos-list {
    flex-flow: row nowrap;
  }

  .partners-block .testimonials-holder {
    max-width: 650px;
  }

  .partners-block blockquote q {
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 27px;
  }

  .partners-block blockquote .img-text-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }

  /* .partners-block blockquote .img-text-block .img-holder {
    display: block;
  } */

  .partners-block blockquote .cite-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .partners-block blockquote .cite-description {
    color: #808c96;
    font-size: 14px;
  }

  .partners-block .carousel {
    padding: 0 100px;
  }

  .plans-block {
    background: #fef9f1;
    font-size: 16px;
    line-height: 20px;
  }

  .plans-block .nav.nav-tabs {
    flex-flow: row nowrap;
    margin: 40px 0;
  }

  .plans-block .col-holder .btn.btn-primary {
    padding: 13px 20px !important;
  }

  .plans-block .col-holder .best-choice-tag {
    padding: 10px 13px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 12px;
  }

  .plans-block .plans-holder .col-holder {
    border-radius: 24px;
    padding: 52px 20px 24px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
  }

  .plans-block .col-holder .plan-subtitle {
    display: inline-block !important;
    font-size: 16px;
  }

  .plans-block .col-holder .commission-percent .percentage {
    font-size: 34px;
    line-height: 39px;
  }

  .plans-block .col-holder .list-title {
    display: block !important;
  }

  .plans-block .col-holder ul {
    display: block !important;
  }

  .plans-block .col-holder .list-title {
    margin-bottom: 15px;
    display: block !important;
  }

  .plans-block .collapse {
    display: block !important;
  }

}

@media screen and (min-width: 1200px) {

  .btn {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 13px 20px !important;
  }

  h1 {
    font-size: 46px !important;
    line-height: 52px !important;
    margin: 0 0 30px !important;
  }

  h2 {
    font-size: 38px !important;
    line-height: 44px !important;
    margin: 0 0 15px !important;
  }

  .header-carousel-block .btns-holder {
    font-size: 18px;
    line-height: 22px;
    bottom: 150px;
    max-width: 1100px;
  }

  .solutions-block {
    padding: 70px 0;
    font-size: 20px;
    line-height: 24px;
  }

  .solutions-block .carousel-indicators {
    font-size: 14px;
    line-height: 18px;
  }

  .solutions-block .subtitle {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .facilities-block h2 {
    margin-bottom: 80px !important;
  }

  .facilities-block .col-holder {
    margin-bottom: 80px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .facilities-block .num {
    font-size: 26px;
    line-height: 32px;
  }

  .features-block .text-holder {
    font-size: 20px;
    line-height: 24px;
  }

  .steps-block {
    font-size: 20px;
    line-height: 24px;
  }

  .steps-block ol {
    font-size: 18px;
    line-height: 22px;
  }

  .plans-block {
    font-size: 20px;
    line-height: 24px;
  }

  .plans-block .nav.nav-tabs {
    font-size: 14px;
    line-height: 18px;
  }

  .form-block {
    padding: 90px 0;
    font-size: 20px;
    line-height: 24px;
  }

  .form-block form {
    max-width: 780px;
    font-size: 18px;
    line-height: 22px;
    margin: 70px 0 0;
    text-align: left;
  }

  .form-block form .form-group .form-control {
    padding: 16px 24px !important;
    height: 54px !important;
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media screen and (min-width: 1450px) {
  .container {
    max-width: 1470px !important;
  }

  .btn {
    font-size: 20px !important;
    line-height: 24px !important;
    padding: 15px 20px !important;
  }

  h1 {
    font-size: 56px !important;
    line-height: 67px !important;
    margin: 0 0 40px !important;
  }

  h2 {
    font-size: 48px !important;
    line-height: 58px !important;
  }

  .header-carousel-block .carousel {
    font-size: 36px;
    line-height: 43px;
  }

  .header-carousel-block .btns-holder {
    max-width: 1430px;
  }


  .solutions-block {
    padding: 70px 0 90px;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .solutions-block .subtitle {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 29px;
  }

  .solutions-block .carousel {
    font-size: 18px;
    line-height: 22px;
    margin-top: 50px;
  }

  .solutions-block .carousel .carousel-item {
    min-height: 557px !important;
  }

  .solutions-block .carousel .title {
    font-size: 28px;
    line-height: 34px;
  }

  .solutions-block .carousel .carousel-indicators {
    font-size: 18px;
    line-height: 22px;
  }

  .solutions-block .carousel-indicators li {
    padding: 20px;
  }

  .solutions-block .carousel .carousel-control-prev {
    left: -100px;
  }

  .solutions-block .carousel .carousel-control-next {
    right: -100px;
  }

  .solutions-block .img-text-block .img-caption {
    padding: 10px 14px;
    min-width: 238px;
  }

  .solutions-block .img-text-block .img-caption.slide-1 {
    left: 20px;
    bottom: 140px;
  }

  .solutions-block .img-text-block .img-caption.slide-2 {
    top: 30px;
    right: 100px;
  }

  .solutions-block .img-text-block .img-caption.slide-3 {
    bottom: 100px;
    right: 100px;
  }

  .solutions-block .img-text-block .img-caption.slide-4 {
    top: 50px;
    right: 100px;
  }

  .solutions-block .img-text-block .img-caption.slide-5 {
    top: 30px;
    right: 170px;
  }

  .solutions-block .img-text-block .img-caption .title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .solutions-block .img-text-block .img-caption img {
    width: 30px;
    height: 30px;
  }

  .features-block {
    padding: 90px 0;
    font-size: 18px;
    line-height: 22px;
  }

  .features-block .text-holder {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 70px;
  }

  .features-block .subtitle {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 20px;
  }

  .features-block .col-holder {
    padding: 40px;
    border-radius: 20px;
  }

  .features-block .col-holder .img-holder {
    max-width: inherit;
  }

  .features-block .col-holder .title {
    font-size: 26px;
    line-height: 31px;
    margin: 0 0 20px;
  }

  .facilities-block {
    padding: 80px 0;
  }

  .facilities-block:after {
    background-size: 791px;
  }

  .facilities-block .col-holder {
    margin-bottom: 100px;
    padding: 0 10px 0 30px;
    font-size: 22px;
    line-height: 27px;
  }

  .facilities-block .num {
    font-size: 44px;
    line-height: 50px;
  }


  .partners-block {
    padding: 80px 0 90px;
    text-align: center;
  }

  .partners-block .subtitle {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 50px;
  }

  .partners-block .testimonials-holder {
    max-width: 900px;
  }

  .partners-block blockquote q {
    margin: 0 0 60px;
    font-size: 36px;
    line-height: 43px;
  }

  .partners-block blockquote .cite-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .partners-block .logos-list img {
    max-width: 100%;
  }

  .partners-block blockquote .cite-description {
    font-size: 16px;
  }

  .partners-block .carousel .carousel-control-prev {
    left: -80px;
  }

  .partners-block .carousel .carousel-control-next {
    right: -80px;
  }

  .steps-block {
    padding: 90px 0;
    font-size: 28px;
    line-height: 34px;
    background: url(../images/steps/getting-started.png) no-repeat;
    background-size: 700px;
    background-position: 112% 50%;
  }

  .steps-block .subtitle {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 28px;
  }

  .steps-block ol {
    margin: 70px 0 50px 70px;
    font-size: 22px;
    line-height: 27px;
  }

  .steps-block ol li {
    padding: 0 0 60px;
  }

  .steps-block ol li:before {
    width: 40px;
    height: 40px;
    margin: 0 0 0 -70px;
  }

  .steps-block ol .title {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .plans-block {
    padding: 80px 0;
    font-size: 28px;
    line-height: 34px;
  }

  .plans-block .subtitle {
    font-size: 22px;
    line-height: 27px;
  }

  .plans-block .col-holder .plan-title {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .plans-block .col-holder .commission-percent .percentage {
    font-size: 54px;
    line-height: 59px;
  }

  .plans-block .col-holder .commission-percent {
    font-size: 20px;
    line-height: 22px;
  }

  .plans-block .col-holder .list-title {
    margin-bottom: 15px;
    display: block !important;
  }

  .plans-block .col-holder .best-choice-tag {
    padding: 10px 13px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 12px;
  }

  .plans-block .plans-holder .col-holder {
    border-radius: 24px;
    padding: 52px 48px 34px;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
  }

  .plans-block .col-holder ul li {
    padding: 0 0 20px 35px;
  }

  .plans-block .col-holder ul li:before {
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
  }

  .plans-block .nav.nav-tabs {
    font-size: 18px;
    line-height: 22px;
    margin: 50px 0 90px;
  }

  .plans-block .col-holder .btn.btn-primary {
    padding: 18px 20px !important;
  }

  .form-block {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1550px) {
  .solutions-block .carousel .carousel-control-prev {
    left: -150px;
  }

  .solutions-block .carousel .carousel-control-next {
    right: -150px;
  }
}