* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
header,
nav,
section,
article,
aside,
footer,
hgroup,
figure {
  display: block;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button {
  border: 0;
  background-color: transparent;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.navbar-toggler:focus,
.form-control:focus,
.form-check-input:focus,
.accordion-button:focus,
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.form-control {
  border: unset;
}
textarea {
  resize: none;
}

button:focus,
input:focus,
.btn:focus,
.form-control:focus,
.btn-close:focus,
.btn-close:hover {
  outline: none;
  box-shadow: none;
  outline-color: transparent;
  outline-width: 0;
  border-color: unset;
  border: unset;
  color: unset;
  opacity: unset;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  margin-bottom: 0;
}
html,
body {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.modal-content {
  border: 0;
}
ul,
ol,
li {
  list-style: none;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  background-color: #fefefe;
}
.container {
  max-width: 1296px;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.help-block {
  color: red;
  font-size: 16px;
  font-weight: 500;
}

/*headings*/
h1,
.h_48 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #0b0b0b;
}
h2,
.h_40 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #0b0b0b;
}
h3,
.h_36 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
h4,
.h_32 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #0b0b0b;
}
h5,
.h_24 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
h6,
.h_20 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #0b0b0b;
}
/*headings*/

/*paragraphs*/
p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.p_18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
}
.p_20 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
}
/*paragraphs*/

/*colors*/
.white {
  color: #fefefe;
}
.smoke-white {
  color: #f7f7f7;
}
.black {
  color: #0b0b0b;
}
.grey {
  color: #666666;
}
.yellow {
  color: #fdc84f;
}
.light_black {
  color: #494949;
}
/*colors*/

/*buttons*/
.blue_btn {
  display: inline-block;
  color: #fefefe;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  padding: 14px 32px;
  background-color: #4373d4;
  border-radius: 48px;
}
.blue_appro {
  display: inline-block;
  color: #efe6fd;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  background-color: #4a80eb;
  padding: 10px 30px;
  border-radius: 8px;
}
/*buttons*/

/*font-weights*/
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
/*font-weights*/

/*header*/
header {
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 4px 24.7px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 0;
  z-index: 10;
}
.empty-space {
  min-height: 108px;
  margin-bottom: 94px;
}
header .navbar-nav .nav-item {
  padding-right: 49px;
}
header .navbar-nav .nav-item:last-child {
  padding-right: 0px;
}
header .navbar-nav .nav-item .nav-link {
  color: #494949;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
}
header .navbar-nav .nav-item .nav-link.active {
  font-weight: 800;
}
/*header*/

/*footer*/
.footer {
  background-color: #1a214d;
  padding: 64px 0 48px 0;
}
.footer .ftr-address {
  color: #fefefe;
  font-size: 18px;
  width: 100%;
  max-width: 310px;
}
.sub_footer h6 {
  color: #c7d8f9;
  font-size: 18px;
  font-weight: 400;
}
.sub_footer p a {
  color: #fefefe;
  font-weight: 600;
  text-transform: capitalize;
}
.social_media {
  border-top: 0.5px solid rgba(232, 233, 237, 0.4);
  padding-top: 40px;
  margin-top: 40px;
}
.social_media ul {
  display: flex;
  justify-content: flex-end;
}
.social_media ul li {
  position: relative;
  padding-right: 48px;
}
.social_media ul li a {
  color: #fefefe;
  font-size: 16px;
  font-weight: 600;
}
.social_media ul li::after {
  content: "";
  position: absolute;
  background-color: #e8e8e8;
  top: 0;
  right: 24px;
  height: 100%;
  width: 1px;
}
.social_media ul li:last-child {
  padding-right: 20px;
}
.social_media ul li:last-child::after {
  content: none;
}
/*footer*/

.appro_onboarding {
  margin-bottom: 84px;
}
.appro_onboarding h1 {
  max-width: 100%;
  margin-bottom: 28px;
}
.banking_onbarding {
  border-radius: 24px;
  border: 1px solid #fff;
  background: #4a80eb;
  height: 100%;
  padding: 65px 0 84px;
  text-align: center;
  margin-top: 52px;
}
.banking_onbarding::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 375px;
  height: 100%;
  background-image: url("./img/black-overlay.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.banking_onbarding::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  height: 100%;
  background-image: url("./img/black-overlay.png");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.banking_onbarding figure img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.banking_onbarding figure img.blink {
  animation: Blink 4s linear infinite;
  opacity: 1;
  filter: brightness(1);
}
.banking_onbarding figure img.mouse {
  animation: MouseUpDown 4s linear infinite;
}
@keyframes Blink {
  50% {
    opacity: 0.5;
    filter: brightness(1);
  }
}
@keyframes MouseUpDown {
  50% {
    bottom: 14px;
  }
}

.appro_generation {
  margin-bottom: 106px;
  z-index: 0;
}
.appro_generation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4ecfc;
  width: 58px;
  height: 341px;
  border-radius: 0px 32px 32px 0px;
  z-index: 1;
}
.appro_generation::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e4ecfc;
  width: 58px;
  height: 341px;
  border-radius: 32px 0px 0px 32px;
  z-index: 1;
}
.appro_generation .nav-tabs .nav-link {
  border: none;
  padding: 0;
}
.appro_generation .nav-tabs .nav-link.disabled h2 {
  color: #9699ad;
}
.appro_generation .nav-tabs .nav-link h2 {
  color: #51545f;
}
.appro_generation .nav-tabs .nav-link h2 + img {
  margin: 8px 0 24px 0;
}
.appro_generation .nav-tabs .nav-link.active h2 {
  font-size: 64px;
  color: #0b0e20;
}
.appro_generation .nav-tabs .nav-link p {
  display: none;
  font-size: 20px;
}
.appro_generation .nav-tabs .nav-link.active p {
  display: block;
  width: 100%;
  max-width: 300px;
}
.appro_generation .nav-tabs .nav-link .lead_active_icon,
.appro_generation .nav-tabs .nav-link.active .lead_normal_icon {
  display: none;
}
.appro_generation .nav-tabs .nav-link .lead_normal_icon,
.appro_generation .nav-tabs .nav-link.active .lead_active_icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.appro_success {
  margin-bottom: 106px;
}
.success_cards {
  padding: 24px;
  border-radius: 16px;
  background: #edf2fd;
  height: 100%;
  position: relative;
}
.success_cards figure {
  background-color: #fff;
  display: inline-block;
  border-radius: 12px;
  padding: 22px;
  transition: 1s all ease;
}
.success_cards:hover figure {
  background-color: #4373d4;
}
.success_cards:hover figure img {
  filter: brightness(500%);
  transition: 1s all ease;
}

.appro_generates_channels {
  margin-bottom: 107px;
}
.appro_generates_channels .row:first-child {
  padding-bottom: 107px;
}
.appro_generates_channels .row:last-child .generator_contnet:last-child ul {
  height: 350px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.appro_generates_channels
  .row:last-child
  .generator_contnet:last-child
  ul::-webkit-scrollbar {
  display: none;
}
.generator_contnet h5 {
  font-size: 28px;
}
.generator_contnet ul li {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.generator_contnet ul li:last-child {
  margin-bottom: 0;
}
.generator_contnet ul li span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border-radius: 32px;
  border: 2px solid #fff;
  background-color: #4a80eb;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.appro_multichannel {
  background-color: rgba(237, 242, 253, 0.4);
  padding: 48px 0 100px 0;
  margin: 106px 0;
  text-align: center;
  position: relative;
  z-index: 0;
}
.appro_multichannel h4 + p {
  font-size: 20px;
  max-width: 730px;
  margin: 24px auto 48px;
}
.mutichannel_sliders .mutichannel_contnet {
  max-width: 550px;
  margin: 30px auto 0;
  text-align: -webkit-center;
  position: relative;
}
.mutichannel_sliders .mutichannel_contnet:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -155px;
  width: 200px;
  height: 420px;
  background-image: url("./img/banking.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.mutichannel_sliders .mutichannel_contnet::after {
  content: "";
  position: absolute;
  top: -24px;
  right: -155px;
  width: 200px;
  height: 420px;
  background-image: url("./img/professional.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.mutichannel_sliders .mutichannel_contnet p {
  padding: 90px 0 32px 0;
}
.mutichannel_sliders .slick-dots {
  position: absolute;
  top: unset;
  bottom: 32%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.mutichannel_sliders .slick-dots li button {
  background-color: #e1e1e1;
  height: 6px;
  width: 25px;
  border: 0;
  transition: all 0.5s ease-in-out;
  font-size: 0;
}
.mutichannel_sliders .slick-dots li.slick-active button {
  background-color: #4a80eb;
  width: 25px;
  border-radius: 24px;
  transition: all 0.5s ease-in-out;
}
.mutichannel_sliders .slick-dots li {
  width: auto;
  height: auto;
  margin-right: 0px;
  transition: all 0.5s ease-in-out;
}
.mutichannel_sliders .slick-prev {
  position: absolute;
  background-image: url("./img/active-left-arrow.svg");
  width: 44px;
  height: 44px;
  bottom: -50px;
  left: 48%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  border: 0;
  z-index: 0;
}
.mutichannel_sliders .slick-next {
  position: absolute;
  background-image: url("./img/active-right-arrow.svg");
  width: 44px;
  height: 44px;
  bottom: -50px;
  right: 44%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  border: 0;
  z-index: 0;
}
.mutichannel_sliders .slick-prev.slick-disabled {
  background-image: url("./img/left-arrow.svg");
}
.mutichannel_sliders .slick-next.slick-disabled {
  background-image: url("./img/right-arrow.svg");
}

.appro_banking p {
  max-width: 700px;
  margin: 20px auto 44px;
}

.appro_banking_products {
  margin: 106px 0;
}
.banking_products {
  border-radius: 24px;
  background-color: #edf2fd;
  padding: 0px 0px 130px 92px;
  position: relative;
}
.banking_products::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateX(-55%);
  width: 210px;
  height: 2px;
  background-image: url("./img/card-line.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.retail_content span {
  font-size: 36px;
  font-weight: 700;
  color: #fefefe;
  border-radius: 8px 8px 28px 28px;
  padding: 12px 32px;
  background-color: #4a80eb;
  display: inline-block;
  margin-top: -10px;
}
.retail_content {
  width: 100%;
  max-width: 495px;
}
.retail_cards {
  padding-top: 41px;
}
.sliding_images {
  position: relative;
  padding: 45px 0 0 0;
  z-index: 0;
}
.sliding_images::before {
  content: "";
  position: absolute;
  top: 0;
  left: -55px;
  width: 392px;
  height: 415px;
  background-image: url("./img/rainbow-shape.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.sliding_images .item {
  position: absolute;
  width: 92%;
  height: 326px;
  right: 0;
  opacity: 0;
  transform: translateX(0) translateY(0);
  z-index: 1;
  transition: all 3s ease;
}

.appro_trusted {
  margin-bottom: 122px;
}
.appro_trusted .row {
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
}
.appro_trusted .trusted_content {
  text-align: center;
}
.appro_trusted .trusted_content p {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.pin-spacer {
  padding: 0 !important;
}
.vertical_timeline {
  position: relative;
}
.indicators {
  left: 2rem;
  top: 30px;
  margin: 50px 0;
  height: calc(100% - 100px);
  width: 3px;
  display: block !important;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 999;
}
.vertical_timeline .point {
  top: 32px !important;
  width: 100%;
  padding: 0 4rem;
  transition: 0.5s all ease-in-out;
}
.point article {
  padding: 50px 0 0 0;
  max-width: 500px;
}
.point article h6 {
  font-size: 18px;
  font-weight: 700;
}
.number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding-bottom: 65px;
  cursor: pointer;
  color: #fff;
  position: relative;
  z-index: 0;
}
.number:before {
  content: "";
  position: absolute;
  top: -6px;
  width: 31px;
  height: 35px;
  background-image: url("./img/timeline-blue-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transition: 0.5s all ease;
}
.number.active::before {
  background-image: url("./img/timeline-green-icon.svg");
}
.number:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 30px;
  width: 12px;
  height: 12px;
  background-image: url("./img/dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.number.active .indicator {
  background-color: #4a80eb;
}
.number .indicator {
  position: absolute;
  top: 12px;
  left: 34px;
  width: 3px;
  height: 100%;
  background-color: #e8e9ed;
}
.number:last-child .indicator {
  display: none;
}
.scrolling-content {
  padding-left: 50px;
}
.number.non-active::before {
  background-image: url("./img/timeline-number.png");
}

/*get-in-touch*/
.get_in_touch {
  margin: 106px 0;
}
.get_content {
  border-radius: 24px;
  border: 1px solid#FFF;
  background-color: #edf2fd;
  padding: 60px;
  height: 100%;
}
.get_content p {
  width: 100%;
  max-width: 370px;
}
.get_content figure {
  position: absolute;
  bottom: 0;
  right: 0;
}
form .form-control,
form .form-control:focus {
  border-radius: 8px;
  background-color: #edf2fd;
  padding: 16px 24px;
}
form .form-control::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #666a88;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 0;
  height: auto;
  background-color: #edf2fd;
  border-radius: 8px !important;
  position: relative;
  height: 56px;
  padding: 16px 24px;
}
.select2-container--default .select2-selection--multiple:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 16px;
  right: 20px;
  background-image: url("./img/selct2-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.select2-container--open .select2-selection--multiple:before {
  transform: rotate(180deg);
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
  height: auto;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.select2-container--default
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field::placeholder {
  color: #666a88;
  opacity: 1;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  position: absolute;
  font-size: 16px;
  color: #666a88;
}
.select2-container--default .proudcts-list .select2-results__option:before,
.select2-container--default
  .proudcts-list
  .select2-results__option[aria-selected="true"]:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 18px;
  right: 20px;
  background: #fafafa;
  border: 1px solid #8dade0;
  border-radius: 4px;
  z-index: 1;
}
.select2-container--default
  .proudcts-list
  .select2-results__option.select2-results__option--selected:before {
  background-image: url("./img/checked-box.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
.select2-container--default .proudcts-list .select2-results__option--selected {
  background-color: #edf2fd;
}
.proudcts-list.select2-dropdown {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 8px;
  top: 16px;
}
.proudcts-list .select2-search {
  display: none;
}
.proudcts-list .select2-results__option {
  padding: 16px 24px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #edf2fd;
  color: #666a88;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 392px;
}

/*country plugin css*/
.iti__flag,
.iti__flag-box,
.iti__country-name {
  display: none !important;
}
.iti__dial-code {
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
}
.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset;
}
.iti.iti--allow-dropdown select.form-control {
  padding-left: 55px !important;
}
.iti__country-list {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border: none;
}
.iti__country {
  font-size: 16px;
  color: #666a88;
  font-weight: 400;
}
.iti__country.iti__highlight {
  background-color: #edf2fd;
}
.iti__country.iti__highlight .iti__dial-code {
  color: #0b0b0b;
}
.iti__arrow {
  background-image: url("./img/selct2-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  border: none;
  margin-left: 2px;
  position: relative;
  top: 2px;
  transition: 0.3s all ease;
}
.iti__arrow--up {
  transform: rotate(180deg);
}
.iti--separate-dial-code .iti__selected-dial-code {
  color: #666a88;
}
/*country plugin css*/
/*errors*/
#select-products-error,
#number-error {
  position: absolute;
  bottom: -22px;
  left: 0;
}
/*get-in-touch*/

.appro_products {
  margin-bottom: 105px;
  height: 600px;
}
.appro_products:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4ecfc;
  width: 58px;
  height: 341px;
  border-radius: 0px 32px 32px 0px;
  z-index: 1;
}
.appro_products::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e4ecfc;
  width: 58px;
  height: 341px;
  border-radius: 32px 0px 0px 32px;
  z-index: 1;
}
.appro_products .custom-prev::before {
  content: "";
  position: absolute;
  top: 145px;
  left: 5px;
  width: 24px;
  height: 24px;
  background-image: url("./img/right-arrows.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  rotate: 180deg;
}
.appro_products .custom-next::after {
  content: "";
  position: absolute;
  top: 145px;
  right: 5px;
  width: 24px;
  height: 24px;
  background-image: url("./img/right-arrows.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.appro_products .market_sliders .slick-slide {
  margin-top: 50px;
}
.appro_products .market_sliders .slick-slide.slick-center {
  transform: scale(1);
  margin-top: 0;
}
.appro_products .market_sliders .slick-slide.slick-center .slider_contnet h2 {
  font-size: 64px;
}
.appro_products
  .market_sliders
  .slick-slide.slick-center
  .slider_contnet
  .lead_active_icon {
  display: block;
  margin: 0px auto;
}
.appro_products .market_sliders .slick-slide .slider_contnet .lead_normal_icon {
  margin: 16px auto;
}
.appro_products .market_sliders .slick-slide .slider_contnet .lead_active_icon,
.market_sliders .slick-slide.slick-center .slider_contnet .lead_normal_icon,
.market_sliders .slick-slide .slider_contnet p {
  display: none;
}
.appro_products .market_sliders .slick-slide.slick-center .slider_contnet p {
  display: block;
  font-size: 20px;
  width: 1000%;
  max-width: 300px;
  margin: 0 auto;
}
.appro_products .marketing_slider_icon .slick-slide figure {
  margin-top: 40px;
}
.appro_products .marketing_slider_icon .slick-slide figure img {
  display: none;
}
.appro_products .marketing_slider_icon .slick-slide.slick-center figure img {
  display: block;
  margin: 0 auto;
}
