/*
    Theme Name: appro
    Version: 1.0
    Requires at least: 3.0
    Requires PHP: 5.2.4
    Description: Finding a bank for your loan needs can be overwhelming as each bank has a unique qualification and approval process.
    Author: Brande
    Author URI: http://brande.ae/
*/
:root {
    --sitefont: 'Lato', sans-serif;
    --primary-color-1: #1A214D;
    --primary-color-2: #4A80EB;
    --secondary-color: #FDBA23;
    --white: #fff;
    --cardShadow: 0 20px 40px -2px rgb(50 50 93 / 10%),0 20px 40px -2px rgb(0 0 0 / 1%);
    --hoverTransition: 300ms cubic-bezier(.215,.61,.355,1);
    --sectionpadding: 70px 0
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    font-family: var(--sitefont);
}

body {
    margin: 0;
    color: var(--primary-color-1);
    cursor: default;
    background-image: url(img/Ellipses.svg);
    background-position: center 35vh;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

body.single-products {
    background: var(--white);
}

main {
    display: block;
}

.empty_space {
    display: block;
    clear: both;
    width: 100%;
    height: 60px;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    vertical-align: middle;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button, input {
    /* 1 */
    overflow: visible;
}

button, select {
    /* 1 */
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template, [hidden] {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

ul:not(.browser-default) > li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}

h2 {
    font-size: 3.56rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem 0;
}

h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0;
}

h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
}

h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
}

h6 {
    font-size: 1rem;
    line-height: 110%;
    margin: 0.5rem 0 0.4rem 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: 600;
}

small {
    font-size: 75%;
}

select:focus {
    outline: 1px solid #c9f3ef;
}

button:focus {
    outline: none;
    background-color: #2ab7a9;
}

label {
    font-size: 0.8rem;
    color: #9e9e9e;
}

/* Text Inputs
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
    color: #d1d1d1
}

::-moz-placeholder {
    color: #d1d1d1
}

:-ms-input-placeholder {
    color: #d1d1d1
}

::placeholder {
    color: #d1d1d1
}

/* Utility Classes
   ========================================================================== */
.clearfix {
    clear: both
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0
}

.hide {
    display: none !important
}

.left-align {
    text-align: left
}

.right-align {
    text-align: right
}

.center, .center-align {
    text-align: center
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.circle {
    border-radius: 50%
}

.display-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.no-padding {
    padding: 0 !important
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    width: 95%;
}

@media only screen and (min-width: 993px) {
    .container {
        width: 70%;
    }
}

.container .row {
    /* margin-left: -0.75rem; */
    /* margin-right: -0.75rem; */
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section.no-padding {
    padding: 0
}

.section.no-padding-bottom {
    padding-bottom: 0
}

.section.no-padding-top {
    padding-top: 0
}

/* Responsive Code
   ========================================================================== */
.row {
    margin-left: auto;
    margin-right: auto;
}

.row:before, .row:after {
    content: "";
    display: table;
    clear: both
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px
}

.row .col[class*="push-"], .row .col[class*="pull-"] {
    position: relative
}

.row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.offset-s1 {
    margin-left: 8.3333333333%
}

.row .col.pull-s1 {
    right: 8.3333333333%
}

.row .col.push-s1 {
    left: 8.3333333333%
}

.row .col.offset-s2 {
    margin-left: 16.6666666667%
}

.row .col.pull-s2 {
    right: 16.6666666667%
}

.row .col.push-s2 {
    left: 16.6666666667%
}

.row .col.offset-s3 {
    margin-left: 25%
}

.row .col.pull-s3 {
    right: 25%
}

.row .col.push-s3 {
    left: 25%
}

.row .col.offset-s4 {
    margin-left: 33.3333333333%
}

.row .col.pull-s4 {
    right: 33.3333333333%
}

.row .col.push-s4 {
    left: 33.3333333333%
}

.row .col.offset-s5 {
    margin-left: 41.6666666667%
}

.row .col.pull-s5 {
    right: 41.6666666667%
}

.row .col.push-s5 {
    left: 41.6666666667%
}

.row .col.offset-s6 {
    margin-left: 50%
}

.row .col.pull-s6 {
    right: 50%
}

.row .col.push-s6 {
    left: 50%
}

.row .col.offset-s7 {
    margin-left: 58.3333333333%
}

.row .col.pull-s7 {
    right: 58.3333333333%
}

.row .col.push-s7 {
    left: 58.3333333333%
}

.row .col.offset-s8 {
    margin-left: 66.6666666667%
}

.row .col.pull-s8 {
    right: 66.6666666667%
}

.row .col.push-s8 {
    left: 66.6666666667%
}

.row .col.offset-s9 {
    margin-left: 75%
}

.row .col.pull-s9 {
    right: 75%
}

.row .col.push-s9 {
    left: 75%
}

.row .col.offset-s10 {
    margin-left: 83.3333333333%
}

.row .col.pull-s10 {
    right: 83.3333333333%
}

.row .col.push-s10 {
    left: 83.3333333333%
}

.row .col.offset-s11 {
    margin-left: 91.6666666667%
}

.row .col.pull-s11 {
    right: 91.6666666667%
}

.row .col.push-s11 {
    left: 91.6666666667%
}

.row .col.offset-s12 {
    margin-left: 100%
}

.row .col.pull-s12 {
    right: 100%
}

.row .col.push-s12 {
    left: 100%
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    /* display: none; */
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/*
  DEF
*/
.sec_tit {
    margin-bottom: 75px;
    max-width: 48%;
    margin-left: auto;
    margin-right: auto;
}

.sec_tit h3 {
    margin: 0;
    font-size: 38px;
    line-height: 43px;
}

.fluid_sec_cont {
    max-width: 85%;
    margin-bottom: 130px;
    margin-top: 60px;
}

.sub_ti {
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #646883;
    margin-top: 20px;
}

a.btn {
    display: inline-block;
    background: var(--primary-color-2);
    color: var(--white);
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: var(--hoverTransition);
    overflow: hidden;
    position: relative;
}

a.btn.ch_bg {
    background: var(--secondary-color);
}

a.btn:active {
    transform: scale(.97)
}

a.btn:after {
    background: #fff;
    content: "";
    height: 185px;
    left: -85px;
    opacity: 0.3;
    position: absolute;
    top: -67px;
    transform: rotate(46deg);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    z-index: 9;
}

a.btn:hover:after {
    left: 240px;
    transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*
=================
  Header
=================
*/
.top_banner {
    background: var(--primary-color-1);
    color: var(--white);
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.slke_c h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.slke_c h3 span {
    color: var(--secondary-color);
}

a.appro_home {
    display: block;
    width: 166px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
}

.head_logo #white_logo {
    display: none;
}

a.appro_home img {
    width: 100%;
    height: 100%;
}

.top_hea {
    margin: 35px 0 10px 0;
}

#menu-main-menu ul li a {
    color: #1A214D;
    font-size: 17px;
    padding: 20px 22px;
    font-weight: 600;
    display: block;
}

#menu-main-menu ul li.current_page_item:after {
    bottom: 0;
    content: " ";
    width: 95%;
    height: 40px;
    border: 2px solid var(--primary-color-1);
    display: block;
    position: absolute;
    top: 12.5px;
    left: 0;
    right: 0;
    border-radius: 40px;
    z-index: -1;
    margin: 0 auto;
}

#menu-main-menu ul li.current_page_item {
    position: relative;
}

#menu-main-menu ul li.menu-item-has-children:after {
    display: none;
}

#menu-main-menu ul li.menu-item-has-children {
    position: inherit
}

#menu-main-menu ul li.current_page_item.menu-item-has-children > a, #menu-main-menu ul li a:hover {
    color: var(--secondary-color);
}

#menu-main-menu ul li {
    display: inline-block;
}

body.single-products header.def_header #menu-main-menu ul.sub-menu, #menu-main-menu ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    background: var(--primary-color-2);
    bottom: -65px;
    transition: var(--hoverTransition);
    transform: translate3d(0,5px,0);
    z-index: 9;
}

#menu-main-menu ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
}

#menu-main-menu ul li.menu-item-has-children.menu-item-58 ul.sub-menu {
    /* display: none !important; */
    /* visibility: hidden; */
    /* opacity: 0; */
}

body.page-template-page-for-banks header.def_header #menu-main-menu ul.sub-menu {
    /* display: block !important; */
    visibility: hidden;
    opacity: 0;
}

ul#menu-main-menu {
    margin: 0;
}

#menu-main-menu ul.sub-menu li a {
    color: #fff;
    padding: 20px 25px;
    display: block;
    font-size: 17px;
    transition: var(--hoverTransition);
}

#menu-main-menu ul li.menu-item-has-children:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
}

#menu-main-menu ul li.menu-item-has-children:hover > a {
    /* color: var(--secondary-color); */
}

#menu-main-menu ul.sub-menu li a:hover {
    opacity: 0.7;
}

section.mds {
    padding-top: 90px;
    padding-bottom: 0px;
}

header.def_header {
    position: relative;
}

/*
    Mobile Menu
*/
#mobile_menu {
    display: none;
    height: 70px;
    padding: 0 20px;
}

body.single-products.ove_low #mobile_menu,
body.ove_low #mobile_menu,
body.ove_low.page-template-page-for-banks #mobile_menu {
    background: var(--primary-color-1);
}

.sid_menu {
    position: absolute;
    left: 0;
    top: 119px;
    bottom: 0;
    width: 100%;
    background: var(--primary-color-1);
    z-index: 9999;
    overflow: auto;
    padding-bottom: 80px;
}

body.category .sid_menu,
body.page-template-page-how-it-works .sid_menu,
body.page-template-page-privacy-policy .sid_menu,
body.page-template-terms-page .sid_menu,
body.page-template-faqs-page .sid_menu,
body.page-template-careers-page .sid_menu,
body.page-template-press-page .sid_menu,
body.page-template-page-for-banks.ove_low .sid_menu {
    top: 70px;
}

.act_si_menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 36%);
    z-index: 99
}

.m_menu_header {
    display: table;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.m_menu_header .lef_sec #menu_but svg,.sid_menu #close_ope svg {
    width: 100%;
    height: auto;
    max-width: 25px
}

#se_contsld li {
    display: inline-flex;
    margin: 0 2px;
    list-style: none;
    opacity: .7
}

#se_contsld li:last-child {
    margin-right: 0
}

#se_contsld li a {
    display: block;
    padding: 6px;
    max-height: 20px
}

#se_contsld li a svg {
    max-height: 20px;
    width: auto
}

#se_contsld {
    padding: 0;
    margin: 0
}

.active_sid {
    display: block;
    opacity: 1
}

.head_logo {
    max-width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    text-align: center;
    float: none;
    margin: 0 auto;
}

#si_ma_menu ul li ul {
    max-height: 0;
    transition: max-height 0.3s ease;
    overflow: hidden
}

#si_ma_menu ul li ul.sub-menu {
    display: block;
    padding: 0;
    bottom: auto;
    max-height: 500px;
}

#si_ma_menu ul li ul.sub-menu li a {
    font-size: 17px;
    padding: 10px 25px 10px 25px;
}

#si_ma_menu ul li ul.sub-menu li a:hover {
    color: var(--primary-color-2)
}

#si_ma_menu ul li ul.sub-menu.active {
    max-height: 500px;
    transition: max-height 0.3s ease;
    visibility: visible;
    display: block;
    opacity: 1;
    transform: translate3d(0,0,0)
}

#si_ma_menu ul li {
    list-style: none;
    margin: 1px 0 ;
    width: 100%;
    text-align: center;
}

#si_ma_menu ul {
    padding: 0;
    overflow-x: auto;
    position: unset;
    max-height: 80vh;
    margin: 0
}

#si_ma_menu ul li a {
    padding: 12px 25px 12px 30px;
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    color: var(--white);
}

#si_ma_menu ul li ul {
    padding: 0 0 0 15px
}

#si_ma_menu ul li.actsub>a {
    background: #131940;
}

#menu-main-menu ul li.current_page_item.not_current:after {
    opacity: 0;
}

.ri_sec ul li a {
    display: block;
    border-radius: 50%;
    height: 42px;
    width: 40px;
    line-height: 60px;
    margin: 0;
    transition: var(--hoverTransition);
    outline: 0
}

.ri_sec ul li {
    float: left;
    margin: 0 2px;
    text-align: center
}

.ri_sec ul {
    margin: 0;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    z-index: 99999
}

.ri_sec ul li a svg {
    width: 26px;
    height: 26px;
    fill: var(--primary-color-2)
}

.ri_sec ul li a svg path {
    stroke-width: 1.5px
}

#menu_but {
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    border: 0;
    display: flex;
    position: relative;
    width: 70px;
    height: 70px;
    cursor: pointer;
    pointer-events: all;
    background: 0 0;
    outline: 0
}

#menu_but:before {
    position: absolute;
    top: 31px;
    right: 20px;
    content: "";
    width: 35px;
    height: 2px;
    background-color: var(--primary-color-1);
    transition: background-color .25s,transform var(--hoverTransition)
}

#menu_but:after {
    position: absolute;
    top: 39px;
    right: 20px;
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--primary-color-1);
    transition: background-color .25s,transform var(--hoverTransition)
}

body.ove_low #menu_but:after {
    width: 25px;
    transform: translateY(-4px) rotate(135deg)
}

body.ove_low #menu_but:before {
    width: 25px;
    transform: translateY(4px) rotate(45deg)
}

body.ove_low {
    overflow: hidden;
}

body.ove_low #menu_but:before, body.ove_low #menu_but:after {
    background: #fff;
}

.m_menu_header .ri_sec #menu_but {
    z-index: 99999;
}

#si_ma_menu {
    padding-top: 20px;
}

body.ove_low .lef_sec {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.call_tmob {
    font-size: 16px;
    margin: 5px 25px 0 0;
    z-index: 99999;
    font-family: var(--headfont)
}

.call_tmob a svg {
    max-width: 32px;
    height: auto;
    display: inline-block;
    position: absolute;
    left: -37px;
    top: -12px
}

.call_tmob a span {
    display: inline-block
}

.call_tmob a {
    display: block;
    position: relative;
    outline: 0
}

#si_ma_menu ul.sub-menu {
    position: relative;
    width: 100%;
    top: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0
}

#si_ma_menu #menu-main-menu ul.sub-menu li {
    margin: 13px 0;
    visibility: visible;
    opacity: 1;
    display: block;
    position: relative
}

#si_ma_menu ul li.sub_mnus {
    position: relative
}

#si_ma_menu ul li.sub_mnus:before {
    content: " ";
    position: absolute;
    width: 70px;
    height: 54px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.927' height='8.6' viewBox='0 0 13.927 8.6'%3E%3Cdefs%3E%3C/defs%3E%3Cpath fill='%23cbcbcb' d='M10.636,20.6l5.327-5.316L21.291,20.6l1.636-1.636L15.964,12,9,18.964Z' transform='translate(-9 -12)'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
    transition: transform .35s cubic-bezier(.24,1,.32,1);
    transform: rotate(180deg) translateX(0);
    opacity: 0;
}

#si_ma_menu ul li.sub_mnus.actsub:before {
    transform: rotate(0deg) translateX(0)
}

a.logo_sde {
    display: block;
}

a.logo_sde img {
    width: 100%;
    height: auto;
}

/**/
.menu_but {
    width: 50px;
    height: 40px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

a.logo_sde.for_mob_only {
    display: none;
}

body.ove_low a.logo_sde.for_mob_only {
    display: block;
}

body.ove_low a.logo_sde {
    display: none;
}

#mobile_menu .head_logo {
    max-width: 100px;
    padding-top: 5px;
}

.menu-btn__burger, .menu-btn__burger::before, .menu-btn__burger::after {
    width: 32px;
    height: 3px;
    border-radius: 6px;
    background-color: var(--primary-color-1);
    transition: all 0.2s ease-in-out;
}

.menu-btn__burger::before, .menu-btn__burger::after {
    content: "";
    position: absolute;
}

.menu-btn__burger::before {
    transform: translateY(-9px);
}

.menu-btn__burger::after {
    transform: translateY(9px);
}

/* ANIMATION */
.menu_but.open .menu-btn__burger {
    transform: translateX(-50px);
    background-color: transparent;
    box-shadow: none;
}

.menu_but.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
}

.menu_but.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
}

.menu_but.open .menu-btn__burger, .menu_but.open .menu-btn__burger::before, .menu_but.open .menu-btn__burger::after {
    background-color: #fff;
}

.ri_sec {z-index: 9999999;}


body.single-products #mobile_menu,
body.page-template-page-for-banks #mobile_menu {
    background: var(--primary-color-2);
}

body.single-products #mobile_menu a.logo_sde.for_mob_only,
body.page-template-page-for-banks #mobile_menu a.logo_sde.for_mob_only{
    display: block;
}

body.single-products #mobile_menu a.logo_sde,
body.page-template-page-for-banks #mobile_menu a.logo_sde {
    display: none;
}

body.single-products #mobile_menu .menu-btn__burger,
body.single-products #mobile_menu .menu-btn__burger::before,
body.single-products #mobile_menu .menu-btn__burger::after,
body.page-template-page-for-banks #mobile_menu .menu-btn__burger,
body.page-template-page-for-banks #mobile_menu .menu-btn__burger::before,
body.page-template-page-for-banks #mobile_menu .menu-btn__burger::after {
    background-color: var(--white);
}

#mobile_menu .mobile_scontep {
    display: block;
}


.rea_more_single_product {
    display: none;
    margin-top: 50px;
}

.rea_more_single_product a.btn.no_bg {
    color: var(--white);
    border: 2px solid var(--white);
    min-width: 170px;
}

body.single.postid-27 .rea_more_single_product {
    display: block;
}





/*
=================
  Main Slider
=================
*/
.slkod_mg {
    width: 94%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.slkod_mg img {
    width: 100%;
    object-fit: contain;
}

.slko_ple h1 {
    margin: 0;
    color: var(--primary-color-1);
/*     font-size: 50px; */
	font-size: 37px;
}

.slko_ple {
    width: 75%;
}

.slko_ple h1 span {
    display: block;
    color: var(--secondary-color);
}

.kjfe_ple {
    margin-top: 35px;
/*     display: none; */
}
/* .postid-27 .start_jn {
	display: none;
}
.postid-29 .start_jn {
	display: none;
} */
.postid-28 .sldko_qr {
	display: none;
}
/*.postid-30 .sldko_qr {
	display: none;
}*/
.start_jn {
    font-size: 30px;
    font-weight: 600;
	text-transform: uppercase;
}

.qr_code_d {
    width: 135px;
    height: 100%;
    margin-right: 20px;
}

.qr_code_d img {
    width: 100%;
    height: 100%;
}

.mob_app a img {
    width: 100%;
    height: auto;
}

.sldko_qr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}

section.mds .row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pdn, .pdng {
    padding: 70px 0;
}
.page-id-8 section#why_appro {
    padding: 20px 0px;
}
.page-id-8 section.hme_video.pdng {
    padding: 0px 0px;
}
.apple_st, .google_play {
    width: 140px;
    height: 50px;
    margin: 8px 0;
}

.apple_st img {
    width: 100%;
    height: 100%;
}

.google_play {
    margin-bottom: 0;
}

.apple_st {
    margin-top: 0;
}

.mobile_scontep {
    display: none;
    text-align: center;
    margin-top: 50px;
}

.mobile_scontep .get_stt, .lplde_e {
    display: none;
}

.don_loapp ul {
    text-align: center;
}

.don_loapp ul li {
    display: inline-block;
    margin: 0 3px;
}

.don_loapp ul li a {
    width: 160px;
    display: block;
    height: 55px;
}

.don_loapp ul li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.don_loapp ul li a .apple_st, .don_loapp ul li a .google_play {
    width: 100%;
    height: 100%;
    margin: 0;
}

.conte_skdjir h1 {
    font-weight: 600;
    font-size: 45px;
    max-width: 80%;
    margin: 0 auto;
}

.conte_skdjir {
    margin-top: 30px;
}

.conte_skdjir h1 strong {
    font-weight: 900;
    display: block;
    margin: 7px 0;
}

.conte_skdjir h1 span {
    display: block;
    color: var(--secondary-color);
}

.get_stt {
    margin-bottom: 25px;
}

/*
=================
  Our Products
=================
*/
.foir_d img {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    height: 206px;
}

section.pro_ctcontent.pdng {
    padding-bottom: 10px;
}

.uyw_d h3 {
    margin: 0 0 17px 0;
    font-size: 27px;
    font-weight: 800;
}

.uyw_d p {
    max-width: 75%;
    margin: 0 auto 10px;
    font-size: 17px;
    line-height: 23px;
}

.uyw_d {
    margin-top: 30px;
}

.foir_d:after {
    content: " ";
    width: 350px;
    height: 350px;
    border: 6px solid var(--secondary-color);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0.2;
    z-index: -1;
}

.foir_d {
    position: relative;
}

body.single-products header.def_header, body.page-template-page-for-banks header.def_header {
    background: var(--primary-color-2);
}

body.single-products a.appro_home, body.page-template-page-for-banks a.appro_home {
    display: none;
}

body.single-products header.def_header #white_logo, body.page-template-page-for-banks header.def_header #white_logo {
    display: block;
}

body.single-products header.def_header #menu-main-menu ul li a, body.page-template-page-for-banks header.def_header #menu-main-menu ul li a {
    color: var(--white);
}

section.product_main_slider {
    background: var(--primary-color-2);
    padding: 40px 0 0px;
    position: relative;
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
}

body.single-products header.def_header #menu-main-menu ul li a:hover, body.page-template-page-for-banks header.def_header #menu-main-menu ul li a:hover {
    color: var(--secondary-color);
}

body.single-products header.def_header #menu-main-menu ul.sub-menu, body.page-template-page-for-banks header.def_header #menu-main-menu ul.sub-menu {
    background: transparent;
}

.iur_e .kjfe_ple {
    color: var(--white);
}

.iur_e h1 {
    margin: 0;
    color: var(--white);
    font-size: 46px;
    line-height: 44px;
    text-transform: uppercase;
}

.iur_e h1 p {
    margin: 0
}

span.block.sub_tit_ms {
    display: block;
    font-size: 22px;
    line-height: 34px;
    color: var(--white);
    margin-top: 20px;
    font-weight: 600;
}

.iur_e h1 strong {
    color: var(--secondary-color);
}

.pro_dslm {
    max-width: 500px;
    width: 100%;
    height: 64vh;
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
}

.pro_dslm img {
    width: 90%;
    height: 100%;
    object-fit: contain;
    z-index: 9;
    position: relative;
}

.lkode_pgtit, .lkiod_eokf {
    display: none;
    margin-bottom: 70px;
}

.lkiod_eokf {
    margin: 35px 0 0 0;
}

.pgkrkt {
    color: var(--white);
    font-size: 17px;
    line-height: 22px;
}

.prdtc_se {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.polt_page_title {
    color: var(--white);
    font-size: 35px;
    font-weight: 700;
}

section.product_main_slider .row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.iur_e {
    transform: translateY(-40px);
}

svg.uhe_des {
    position: absolute;
    width: 160px;
    height: auto;
    top: -140px;
    right: 0;
}

svg.mob_shps {
    display: none;
    position: absolute;
    top: -80px;
    right: 0;
}

.sadkji_frpk {
    width: 100%;
    max-width: 820px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.podle_dekn {
    /* Base */
    background: #FFFFFF;
    border: 1px solid #E5EAF4;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4%;
    width: 48%;
}

.qwef_d a h3 {
    margin: 0;
    font-size: 21px;
    color: var(--primary-color-1);
    transition: var(--hoverTransition);
}

.qwef_d a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.qwef_d span {
    display: block;
    font-size: 16px;
    color: #5A7184;
}

.qwef_d {
    margin-top: 30px;
}

.askji_icn {
    width: 47px;
    height: 47px;
}

.askji_icn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qwef_d a:hover h3 {
    color: var(--primary-color-2);
}

.our_products_slider .owl-nav button.owl-prev,
.our_products_slider .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    font-size: 0px;
    background: var(--white);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
    border: 3px solid var(--primary-color-2);
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

.our_products_slider .owl-nav button.owl-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='24' viewBox='0 0 15 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9142 23.1411L0.970323 12.1972C0.853743 12.0661 0.853743 11.862 0.970323 11.7455L11.9142 0.845278C12.0454 0.714126 12.2494 0.714126 12.3223 0.845278L14.7559 3.23516L6.20183 11.7455C6.08525 11.8766 6.08525 12.0806 6.20183 12.1972L14.7559 20.7075L12.3223 23.1411C12.2348 23.2723 12.0308 23.2723 11.9142 23.1411Z' fill='%234A80EB'/%3E%3C/svg%3E%0A");
    left: 0;
}

.our_products_slider .owl-nav button.owl-next {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='23' viewBox='0 0 14 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84163 22.4518L13.7855 11.5079C13.9021 11.3767 13.9021 11.1727 13.7855 11.0561L2.84163 0.155916C2.71048 0.0247639 2.50646 0.0247639 2.4336 0.155916L-1.74883e-06 2.5458L8.55403 11.0561C8.67061 11.1873 8.67061 11.3913 8.55403 11.5079L-2.21351e-07 20.0182L2.4336 22.4518C2.52103 22.5829 2.72505 22.5829 2.84163 22.4518Z' fill='%234A80EB'/%3E%3C/svg%3E%0A");
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    font-size: 0px;
    background: var(--white);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
    border: 3px solid var(--primary-color-2);
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

.owl-carousel .owl-nav button.owl-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='24' viewBox='0 0 15 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9142 23.1411L0.970323 12.1972C0.853743 12.0661 0.853743 11.862 0.970323 11.7455L11.9142 0.845278C12.0454 0.714126 12.2494 0.714126 12.3223 0.845278L14.7559 3.23516L6.20183 11.7455C6.08525 11.8766 6.08525 12.0806 6.20183 12.1972L14.7559 20.7075L12.3223 23.1411C12.2348 23.2723 12.0308 23.2723 11.9142 23.1411Z' fill='%234A80EB'/%3E%3C/svg%3E%0A");
    left: -60px;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='23' viewBox='0 0 14 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84163 22.4518L13.7855 11.5079C13.9021 11.3767 13.9021 11.1727 13.7855 11.0561L2.84163 0.155916C2.71048 0.0247639 2.50646 0.0247639 2.4336 0.155916L-1.74883e-06 2.5458L8.55403 11.0561C8.67061 11.1873 8.67061 11.3913 8.55403 11.5079L-2.21351e-07 20.0182L2.4336 22.4518C2.52103 22.5829 2.72505 22.5829 2.84163 22.4518Z' fill='%234A80EB'/%3E%3C/svg%3E%0A");
    right: -60px;
}




/*
    Timer
*/
.timer {
    background: #ECF2FF;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    top: -30px;
    right: -80px;
    z-index: 0;
    display: flex;
    width: 190px;
    height: 190px;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.timer .process_left {
    width: 100%;
    height: 100%;
    background: #ECF2FF;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
}

.timer .process_right {
    width: 100%;
    height: 100%;
    background: #ECF2FF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(90deg, #FDBA23 50%, transparent 50%);
}

.timer .content {
    width: 170px;
    height: 170px;
    background: #FFFFFF;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.timer .content {
    width: 150px;
    height: 150px;
    font-weight: 800;
    font-size: 24px;
    color: var(--primary-color-1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5px
}

.timer .content .unit {
    font-size: 13px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    color: #1A224D;
    font-weight: 600;
    margin-top: 7px
}

@media only screen and (max-width: 920px) {
    .timer {
        width: 132px;
        height: 132px;
        /* padding: 12px; */
        right: 10px;
        top: -20px;
    }

    .timer .content {
        width: 115px;
        height: 115px;
    }
}

@media only screen and (max-width: 412px) {
    .timer {
        transform: translate(13%,-16%);
        width: 132px;
        height: 132px;
    }
}

@media only screen and (max-height: 412px) {
    .timer {
        width: 116px;
        height: 116px;
        padding: 12px;
    }

    .timer .content {
        width: 92px;
        height: 92px;
        line-height: 92px;
        font-size: 18px;
    }

    .timer .content .unit {
        font-size: 8px;
    }
}






/*
=================
  About Us
=================
*/
.ksie_flrp > strong, .ksie_flrp > p strong {
    font-size: 18px;
    color: var(--primary-color-2);
}

.moretext {
  display: none;
}

.ksie_flrp p, .ksie_flrp ul li {
    font-size: 16px;
    color: #646883;
    line-height: 23px;
}

.loep_abtus {
    padding-right: 7%;
}

.loep_abtus .sec_tit {
    width: 100%;
}

.ksie_flrp ul li {
    list-style: disc;
}

.ksie_flrp ul {
	margin-top: 0;
    padding-left: 17px;
}

.wjey_dimg {
    width: 600px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
}

.wjey_dimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.about_us {
    position: relative;
}

section.about_us.mobile_about_us {
    display: none;
}

/*
=================
  Partner Banks
=================
*/
section.ptnrs_bnks {
    padding: 60px 0 40px;
}

.bnk_logo {
    width: 100%;
    height: 120px;
    max-width: 250px;
    margin: 0 auto;
    padding: 0 15px;
}

.bnk_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prssec_slider .owl-item {
    text-align: center;
}

.prssec_slider {
    max-width: 1100px;
    margin: 0 auto;
}

.prssec_se {
    gap: 20px 20px;
    display: grid;
    grid: auto/repeat(4,1fr);
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 1050px;
    margin: auto;
    justify-items: center;
}

/*
    Mobile
*/
section.ptnrs_bnks_mobile {
    display: none;
}

.gov_reilogos {
    gap: 25px 25px;
    display: grid;
    grid: auto/repeat(2,1fr);
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 1050px;
    margin: auto;
    justify-items: center;
    margin: 50px 0;
}

.g_logo {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E5EAF4;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px;
}

.g_logo img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    object-fit: contain;
}

.prssec_slider.owl-carousel.off {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.prssec_slider.owl-carousel.off .bnk_logo,
.prssec_slider.owl-carousel.off .bnk_logo a {
    width: 100%;
    height: 80px;
    max-width: 160px;
    margin: 0 auto;
}

.prssec_slider.owl-carousel.off .bnk_logo a {
    display: block;
}





/*
=================
  Why Appro
=================
*/
.skjei_eow p {
    color: #646883;
    font-size: 17px;
    max-width: 50%;
    margin: 0 auto 20px;
}

/*
=================
  About Us Page
=================
*/
.why_appro_timeline {
    width: 80%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.why_appro_timeline ul {
    list-style: none;
}

.why_appro_timeline ul li {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.why_appro_timeline ul li:last-child {
    margin-bottom: 0;
}

.timeline-content h1 {
    font-weight: 800;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 0;
}

.timeline-content h4 {
    font-weight: 800;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 0;
}

.timeline-content p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
    color: #646883;
}

.timeline-content .date {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.stp_img {
    width: 100px;
    height: 100px;
    position: absolute;
}

.why_appro_timeline ul li:nth-child(odd) .stp_img {
    left: -170px;
    transform: translate(50%, -7%);
}

.stp_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why_appro_timeline ul li:nth-child(even) .stp_img {
    right: -80px;
    left: auto;
    transform: translate(50%, -10%);
}

.timeline-content {
    margin-top: -10px;
}

@media only screen and (min-width: 768px) {
    .why_appro_timeline:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 91%;
        background-color: var(--primary-color-2);
    }

    .why_appro_timeline ul li {
        width: 50%;
        position: relative;
        margin-bottom: 110px;
    }

    .why_appro_timeline ul li:nth-child(odd) {
        float: right;
        clear: left;
        transform: translateX(71px);
        /* border-radius: 20px 0px 20px 20px; */
    }

    .why_appro_timeline ul li:nth-child(even) {
        float: left;
        clear: right;
        transform: translateX(-80px);
        text-align: right;
    }

    .why_appro_timeline ul li::before {
        /* content: ""; */
        /* position: absolute; */
        /* height: 20px; */
        /* width: 20px; */
        /* border-radius: 50%; */
        /* background-color: gray; */
        /* top: 0px; */
    }

    .why_appro_timeline ul li:nth-child(odd)::before {
        transform: translate(50%, -50%);
        right: -30px;
    }

    .why_appro_timeline ul li:nth-child(even)::before {
        transform: translate(-50%, -50%);
        left: -30px;
    }

    .timeline-content .date {
        position: absolute;
        top: -30px;
    }

    .why_appro_timeline ul li:hover::before {
        background-color: aqua;
    }
}

/*
=================
  Home Video
=================
*/
.oiw_r {
    width: 100%;
    position: relative;
    height: 570px;
    max-width: 1050px;
    margin: 0 auto;
}

.dlkior_remo {
    display: none;
    margin-top: 45px;
    width: 100%;
    clear: both;
    float: left;
}

a.play_vio_sde {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: var(--hoverTransition);
}

.sm_tit {
    position: absolute;
    left: 40px;
    top: 40px;
    color: #fff;
    z-index: 11;
}

.sm_tit h3 {
    font-size: 25px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    font-weight: 100;
}

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

.vid_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 25px;
}

.play_btn {
    width: 100px;
    height: 100px;
    transition: var(--hoverTransition);
    z-index: 10;
    position: relative;
}

.play_btn img {
    width: 100%;
    height: 100%;
}

a.play_vio_sde:hover {
    transform: scale(0.8);
}

/*
=================
  Home Articles
=================
*/
.art_image {
    width: 100%;
    height: 270px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.art_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.latest_articles:after {
    display: block;
    content: " ";
    width: 100%;
    height: 485px;
    background: var(--primary-color-1);
    position: absolute;
    top: 0;
    /* z-index: 1; */
}

section.latest_articles {
    position: relative;
    padding-bottom: 75px;
    background: #f9f9f9;
}

.white_tit {
    color: var(--white);
}

section.latest_articles .sec_tit span {
    text-transform: uppercase;
    letter-spacing: 5px;
    opacity: 0.4;
    margin-bottom: 5px;
    display: block;
}

.art_det {
    padding-top: 30px;
}

.art_det span.catry {
    background: #EBF9FF;
    color: var(--primary-color-2);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 6px;
    letter-spacing: 0.5px;
}

.slkeoi_lates .col:nth-child(2) .art_det span.catry {
    background: #EBFFEE;
    color: #00A81D
}

.slkeoi_lates .col:nth-child(3) .art_det span.catry {
    background: #FFFCEB;
    color: #F0C800
}

.o_dlpe h3 {
    margin: 22px 0 25px 0;
    font-size: 22px;
    color: var(--primary-color-1);
    transition: var(--hoverTransition);
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
}

.date_time {
    color: #9eaeb4;
    font-size: 16px;
    border-top: 1px solid #e0e0e0;
    padding-top: 11px;
}

span.date_dse {
    margin-right: 6px;
}

span.read_time {
    margin-left: 6px;
}

a.article_link:hover .o_dlpe h3 {
    color: var(--primary-color-2);
}

.sing_article {
    z-index: 9;
    position: relative;
}

section.latest_articles .sec_tit.white_tit {
    position: relative;
    z-index: 2;
}

.slkeoi_lates {
    transform: translateY(-1px);
}




/*
    Pages
*/
/*
    How it's Working
*/
.pge_tit h2 {
    margin: 0;
    font-size: 42px;
}

.sub_se {
    margin-top: 20px;
    font-size: 17px;
/*     max-width: 60%;
    margin-left: auto;
    margin-right: auto; */
    color: #646883;
}

.skdji_er {
/*     margin-bottom: 60px; */
}

#main_site_content {
    padding: 80px 0 10px 0;
}

.hexa {
    border: 0px;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    background: #f0f0f0;
    color: #3c3c3c;
    position: relative;
    margin-top: 15px;
}

.hexa:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #f0f0f0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -15px;
}

.hexa:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #f0f0f0;
    bottom: -15px;
}

.timeline {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    list-style-type: none;
    overflow: hidden;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 3px;
    height: 100%;
    margin-left: -1px;
    z-index: 5;
    background: var(--primary-color-2);
    border-radius: 7px;
    opacity: 0;
}

.timeline li {
    padding: 30px 0 150px 0;
    position: relative;
    opacity: 0.4;
}

.timeline .hexa {
    width: 18px;
    height: 18px;
    position: absolute;
    background: #3B7EF6;
    z-index: 5;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -30px;
    margin-top: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    box-sizing: content-box;
}

.direction-l, .direction-r {
    float: none;
    width: 100%;
    text-align: center;
}

.flag-wrapper {
    text-align: center;
    position: relative;
}

.flag {
    position: absolute;
    display: inline;
    font-weight: 600;
    z-index: 15;
    padding: 3px 10px;
    text-align: left;
    border-radius: 5px;
    left: -125px;
    top: -10px;
}

.flag h1 {
    margin: 0;
    font-size: 90px;
    color: var(--primary-color-2);
}

span.time-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.timeline li:first-child {
    padding-top: 20px;
}

.timeline li:last-child {
    padding-bottom: 20px;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.lkoe_rlwkeokfs h3 {
    font-size: 18px;
    font-weight: 900;
}

.lkoe_rlwkeokfs p {
    color: #646883;
    font-size: 17px;
}

.lkoe_rlwkeokfs {
    max-width: 75%;
    margin: 0 auto;
}

.time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
    width: 64px;
    height: 64px;
    margin-left: 25px;
}

.direction-l .time-wrapper {
    float: none;
}

.direction-r .time-wrapper {
    float: none;
}

.time {
    background: #00c4f3;
    display: inline-block;
    padding: 8px;
}

.desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    z-index: 15;
    max-width: 230px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

.direction-l .desc, .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 8px;
    z-index: 15;
}

.timeline li:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 4px;
    height: 100%;
    margin-left: -2px;
    z-index: 5;
    background: var(--primary-color-2);
}

.timeline li.act {
    opacity: 1;
    transition: 600ms cubic-bezier(.215,.61,.355,1);
}

/*
=================
  Privacy Policy
=================
*/
a.btn.no_bg {
    background: transparent;
    color: #1a214d;
    border: 2px solid var(--primary-color-1);
}

a.btn.no_bg:after {
    background: #c3c7e7;
}

.sub_content_more {
    margin-top: 50px;
    max-width: 55%;
}

.sub_content_more {
    color: #646883;
}

span.update_se {
    color: #646883;
    font-size: 14px;
    margin-top: 4px;
    display: block;
}

/*
=================
  Terms & Conditions
=================
*/
.sub_content_more h3 {
    font-size: 16px;
    color: var(--primary-color-2);
    margin: 0;
    font-weight: 800;
}

.sub_content_more p {
    margin: 8px 0;
    font-size: 16px;
}

/*
=================
  Why Appro
=================
*/
#why_tmlne .flag-wrapper {
    left: -61px;
    position: absolute;
}

#why_tmlne span.hexa {
    display: none;
}

#why_tmlne span.flag {
    left: 80px;
    top: -35px;
    white-space: nowrap;
    padding: 0;
    display: block;
    opacity: 0;
    transition: var(--hoverTransition);
    transition-delay: 300ms;
}

#why_tmlne span.flag h1 {
    font-size: 28px;
}

#why_tmlne span.time-wrapper {
    margin: 0;
    float: none;
    display: block;
    width: 70px;
    height: 70px;
    left: -21px;
    top: -58px;
    transition: var(--hoverTransition);
}

#why_tmlne .desc {
    max-width: 100%;
    padding: 0;
    margin-top: 8px;
    font-weight: 400;
    color: #646883;
    font-size: 16px;
    opacity: 0;
    transition: var(--hoverTransition);
    transition-delay: 400ms;
}

ul#why_tmlne {
    margin-left: 0;
    margin-top: 115px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-top: 20px;
}

ul#why_tmlne li:before {
    left: 20px;
    width: 3px;
}

ul#why_tmlne .direction-r {
    float: left;
    margin-left: 65px;
    margin-top: 10px;
    width: 420px;
}

ul#why_tmlne li {
    padding: 30px 0 60px 0;
    opacity: 1;
}

ul#why_tmlne li.act span.time-wrapper {
    transform: scale(1.3);
}

ul#why_tmlne li.act span.flag {
    opacity: 1;
}

ul#why_tmlne li.act .desc {
    opacity: 1;
}

ul#why_tmlne li.act:before {
}

/*
    Why Appro
*/
.skdji_er.left_side .sub_se {
    margin-left: 0;
/*     max-width: 45%; */
}

.why_appro_bt {
    margin-top: 38px;
}

/*
=================
  Press
=================
*/
.latest_articles_press .col.l6.m6.s12:nth-child(2) .art_det span.catry {
    background: #EBFFEE;
    color: #00A81D
}

.latest_articles_press .col.l6.m6.s12:nth-child(3) .art_det span.catry {
    background: #FFFCEB;
    color: #F0C800
}

.latest_articles_press {
    max-width: 880px;
    margin: 0 auto;
}

.latest_articles_press .art_image {
    height: 230px;
}

.latest_articles_press .sing_article {
    margin: 20px 0;
}

/*
=================
  Testimonials
=================
*/
.testimonials_slider {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.per_deta h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}

.per_deta span {
    font-size: 17px;
    color: #95a7ae;
    display: block;
    margin-top: 3px;
}

.tp_tecont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.tp_tecont .per_s img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.per_s {
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #c0c0c0;
    width: 75px;
    height: 75px;
}

.item_ot {
    background: var(--white);
    padding: 15%;
    border-radius: 18px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*
section.testimonials {
    background-color: #f9f9f9;
}
*/

.sdjie_r p {
    font-size: 18px;
    line-height: 26px;
    color: #5a676c;
    margin: 0;
}

.sdjie_r {
    margin-bottom: 30px;
}

.rating {
    display: flex;
    align-items: center;
    column-gap: 0.75rem;
}

.rating__stars {
    position: relative;
    display: inline-block;
    width: max-content;
}

.rating__stars:before {
    content: url("data:image/svg+xml,%3Csvg width='116' height='20' viewBox='0 0 116 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.14319 1.42372C9.53185 0.777902 10.4681 0.777901 10.8568 1.42372L13.0731 5.10651C13.2128 5.33853 13.4405 5.504 13.7043 5.56509L17.8918 6.53491C18.6261 6.70498 18.9154 7.59545 18.4213 8.16466L15.6036 11.4106C15.4261 11.6151 15.3391 11.8828 15.3625 12.1526L15.7342 16.4347C15.7994 17.1857 15.0419 17.736 14.3478 17.442L10.3901 15.7653C10.1408 15.6596 9.85924 15.6596 9.60991 15.7653L5.65216 17.442C4.95813 17.736 4.20065 17.1857 4.26582 16.4347L4.63745 12.1526C4.66087 11.8828 4.57387 11.6151 4.39637 11.4106L1.57871 8.16466C1.0846 7.59545 1.37393 6.70498 2.10824 6.53491L6.29567 5.56509C6.55948 5.504 6.78723 5.33853 6.92685 5.10652L9.14319 1.42372Z' fill='%23E3E0E0'/%3E%3Cpath d='M33.1432 1.42372C33.5319 0.777902 34.4681 0.777901 34.8568 1.42372L37.0731 5.10651C37.2128 5.33853 37.4405 5.504 37.7043 5.56509L41.8918 6.53491C42.6261 6.70498 42.9154 7.59545 42.4213 8.16466L39.6036 11.4106C39.4261 11.6151 39.3391 11.8828 39.3625 12.1526L39.7342 16.4347C39.7994 17.1857 39.0419 17.736 38.3478 17.442L34.3901 15.7653C34.1408 15.6596 33.8592 15.6596 33.6099 15.7653L29.6522 17.442C28.9581 17.736 28.2006 17.1857 28.2658 16.4347L28.6375 12.1526C28.6609 11.8828 28.5739 11.6151 28.3964 11.4106L25.5787 8.16466C25.0846 7.59545 25.3739 6.70498 26.1082 6.53491L30.2957 5.56509C30.5595 5.504 30.7872 5.33853 30.9269 5.10652L33.1432 1.42372Z' fill='%23E3E0E0'/%3E%3Cpath d='M57.1432 1.42372C57.5319 0.777902 58.4681 0.777901 58.8568 1.42372L61.0731 5.10651C61.2128 5.33853 61.4405 5.504 61.7043 5.56509L65.8918 6.53491C66.6261 6.70498 66.9154 7.59545 66.4213 8.16466L63.6036 11.4106C63.4261 11.6151 63.3391 11.8828 63.3625 12.1526L63.7342 16.4347C63.7994 17.1857 63.0419 17.736 62.3478 17.442L58.3901 15.7653C58.1408 15.6596 57.8592 15.6596 57.6099 15.7653L53.6522 17.442C52.9581 17.736 52.2006 17.1857 52.2658 16.4347L52.6375 12.1526C52.6609 11.8828 52.5739 11.6151 52.3964 11.4106L49.5787 8.16466C49.0846 7.59545 49.3739 6.70498 50.1082 6.53491L54.2957 5.56509C54.5595 5.504 54.7872 5.33853 54.9269 5.10652L57.1432 1.42372Z' fill='%23E3E0E0'/%3E%3Cpath d='M81.1432 1.42372C81.5319 0.777902 82.4681 0.777901 82.8568 1.42372L85.0731 5.10651C85.2128 5.33853 85.4405 5.504 85.7043 5.56509L89.8918 6.53491C90.6261 6.70498 90.9154 7.59545 90.4213 8.16466L87.6036 11.4106C87.4261 11.6151 87.3391 11.8828 87.3625 12.1526L87.7342 16.4347C87.7994 17.1857 87.0419 17.736 86.3478 17.442L82.3901 15.7653C82.1408 15.6596 81.8592 15.6596 81.6099 15.7653L77.6522 17.442C76.9581 17.736 76.2006 17.1857 76.2658 16.4347L76.6375 12.1526C76.6609 11.8828 76.5739 11.6151 76.3964 11.4106L73.5787 8.16466C73.0846 7.59545 73.3739 6.70498 74.1082 6.53491L78.2957 5.56509C78.5595 5.504 78.7872 5.33853 78.9269 5.10652L81.1432 1.42372Z' fill='%23E3E0E0'/%3E%3Cpath d='M105.143 1.42372C105.532 0.777902 106.468 0.777901 106.857 1.42372L109.073 5.10651C109.213 5.33853 109.441 5.504 109.704 5.56509L113.892 6.53491C114.626 6.70498 114.915 7.59545 114.421 8.16466L111.604 11.4106C111.426 11.6151 111.339 11.8828 111.363 12.1526L111.734 16.4347C111.799 17.1857 111.042 17.736 110.348 17.442L106.39 15.7653C106.141 15.6596 105.859 15.6596 105.61 15.7653L101.652 17.442C100.958 17.736 100.201 17.1857 100.266 16.4347L100.637 12.1526C100.661 11.8828 100.574 11.6151 100.396 11.4106L97.5787 8.16466C97.0846 7.59545 97.3739 6.70498 98.1082 6.53491L102.296 5.56509C102.559 5.504 102.787 5.33853 102.927 5.10652L105.143 1.42372Z' fill='%23E3E1E1'/%3E%3C/svg%3E%0A");
    height: 19px;
    display: block;
}

.rating__stars:after {
    content: url("data:image/svg+xml,%3Csvg width='116' height='20' viewBox='0 0 116 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.14319 1.42372C9.53185 0.777902 10.4681 0.777901 10.8568 1.42372L13.0731 5.10651C13.2128 5.33853 13.4405 5.504 13.7043 5.56509L17.8918 6.53491C18.6261 6.70498 18.9154 7.59545 18.4213 8.16466L15.6036 11.4106C15.4261 11.6151 15.3391 11.8828 15.3625 12.1526L15.7342 16.4347C15.7994 17.1857 15.0419 17.736 14.3478 17.442L10.3901 15.7653C10.1408 15.6596 9.85924 15.6596 9.60991 15.7653L5.65216 17.442C4.95813 17.736 4.20065 17.1857 4.26582 16.4347L4.63745 12.1526C4.66087 11.8828 4.57387 11.6151 4.39637 11.4106L1.57871 8.16466C1.0846 7.59545 1.37393 6.70498 2.10824 6.53491L6.29567 5.56509C6.55948 5.504 6.78723 5.33853 6.92685 5.10652L9.14319 1.42372Z' fill='%23F7C305'/%3E%3Cpath d='M33.1432 1.42372C33.5319 0.777902 34.4681 0.777901 34.8568 1.42372L37.0731 5.10651C37.2128 5.33853 37.4405 5.504 37.7043 5.56509L41.8918 6.53491C42.6261 6.70498 42.9154 7.59545 42.4213 8.16466L39.6036 11.4106C39.4261 11.6151 39.3391 11.8828 39.3625 12.1526L39.7342 16.4347C39.7994 17.1857 39.0419 17.736 38.3478 17.442L34.3901 15.7653C34.1408 15.6596 33.8592 15.6596 33.6099 15.7653L29.6522 17.442C28.9581 17.736 28.2006 17.1857 28.2658 16.4347L28.6375 12.1526C28.6609 11.8828 28.5739 11.6151 28.3964 11.4106L25.5787 8.16466C25.0846 7.59545 25.3739 6.70498 26.1082 6.53491L30.2957 5.56509C30.5595 5.504 30.7872 5.33853 30.9269 5.10652L33.1432 1.42372Z' fill='%23F7C305'/%3E%3Cpath d='M57.1432 1.42372C57.5319 0.777902 58.4681 0.777901 58.8568 1.42372L61.0731 5.10651C61.2128 5.33853 61.4405 5.504 61.7043 5.56509L65.8918 6.53491C66.6261 6.70498 66.9154 7.59545 66.4213 8.16466L63.6036 11.4106C63.4261 11.6151 63.3391 11.8828 63.3625 12.1526L63.7342 16.4347C63.7994 17.1857 63.0419 17.736 62.3478 17.442L58.3901 15.7653C58.1408 15.6596 57.8592 15.6596 57.6099 15.7653L53.6522 17.442C52.9581 17.736 52.2006 17.1857 52.2658 16.4347L52.6375 12.1526C52.6609 11.8828 52.5739 11.6151 52.3964 11.4106L49.5787 8.16466C49.0846 7.59545 49.3739 6.70498 50.1082 6.53491L54.2957 5.56509C54.5595 5.504 54.7872 5.33853 54.9269 5.10652L57.1432 1.42372Z' fill='%23F7C305'/%3E%3Cpath d='M81.1432 1.42372C81.5319 0.777902 82.4681 0.777901 82.8568 1.42372L85.0731 5.10651C85.2128 5.33853 85.4405 5.504 85.7043 5.56509L89.8918 6.53491C90.6261 6.70498 90.9154 7.59545 90.4213 8.16466L87.6036 11.4106C87.4261 11.6151 87.3391 11.8828 87.3625 12.1526L87.7342 16.4347C87.7994 17.1857 87.0419 17.736 86.3478 17.442L82.3901 15.7653C82.1408 15.6596 81.8592 15.6596 81.6099 15.7653L77.6522 17.442C76.9581 17.736 76.2006 17.1857 76.2658 16.4347L76.6375 12.1526C76.6609 11.8828 76.5739 11.6151 76.3964 11.4106L73.5787 8.16466C73.0846 7.59545 73.3739 6.70498 74.1082 6.53491L78.2957 5.56509C78.5595 5.504 78.7872 5.33853 78.9269 5.10652L81.1432 1.42372Z' fill='%23F7C305'/%3E%3Cpath d='M105.143 1.42372C105.532 0.777902 106.468 0.777901 106.857 1.42372L109.073 5.10651C109.213 5.33853 109.441 5.504 109.704 5.56509L113.892 6.53491C114.626 6.70498 114.915 7.59545 114.421 8.16466L111.604 11.4106C111.426 11.6151 111.339 11.8828 111.363 12.1526L111.734 16.4347C111.799 17.1857 111.042 17.736 110.348 17.442L106.39 15.7653C106.141 15.6596 105.859 15.6596 105.61 15.7653L101.652 17.442C100.958 17.736 100.201 17.1857 100.266 16.4347L100.637 12.1526C100.661 11.8828 100.574 11.6151 100.396 11.4106L97.5787 8.16466C97.0846 7.59545 97.3739 6.70498 98.1082 6.53491L102.296 5.56509C102.559 5.504 102.787 5.33853 102.927 5.10652L105.143 1.42372Z' fill='%23F7C305'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / 5 * var(--rating));
    overflow: hidden;
    height: 19px;
    display: block;
}

.rating__number {
    display: flex;
    align-items: center;
    column-gap: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
}

.testim_mob .item_ot {
    padding: 30px 35px 40px 35px;
    margin: 0 0 30px 0;
    height: auto;
}

.testim_mob {
    max-width: 90%;
    margin: 0 auto 55px;
    display: none;
}

/*
=================
  breadcrumbs
=================
*/
#breadcrumbs {
    margin: 0;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

#breadcrumbs li a {
    color: var(--primary-color-2);
}

#breadcrumbs li a:hover {
    color: #d83c6d
}

#breadcrumbs li.separator {
    margin: 0 7px;
    display: flex;
    flex-direction: column;
    padding-top: 2px;
}

#breadcrumbs li.separator svg {
    width: 18px;
    height: 18px;
}

.tax_bra #breadcrumbs li:nth-child(2), .tax_bra #breadcrumbs li:nth-child(3) {
    display: none;
}

/*
=================
  Category
=================
*/
#category_pg {
    padding-top: 30px;
}

.custom_cl {
    display: none;
}

section#home_blog {
    padding: 50px 0 120px;
}

.asdewpdfog_cont h3 {
    font-size: 29px;
    line-height: 35px;
    /* text-transform: capitalize; */
    margin-bottom: 29px;
    margin-top: 12px;
    overflow: hidden;
    color: var(--primary-color-2);
}

.date_cl {
    color: #7D7D7D;
    font-size: 15px;
}

.date_cl svg {
    margin: 6px 9px 0 0;
    float: left;
}

.asdewpdfog_cont p {
    color: #646883;
    margin-top: 13px;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
    max-width: 58%;
}

a.rea_mobtn {
    display: block;
    text-align: center;
    border: 1.5px solid #DFDFDF;
    max-width: 75%;
    padding: 13px 0 11px;
    border-radius: 4px;
    color: #7D7D7D;
    transition: all .3s ease;
    font-size: 16px;
}

a.rea_mobtn:hover {
    background: #15ae64;
    color: #fff;
    border-color: #15ae64;
}

.akdje_blog {
    /* background: #fff; */
    /* border-radius: 6px; */
    overflow: hidden;
    /* position: relative; */
    /* box-shadow: 0 19px 18px 5px rgb(50 50 93 / 0.03), 0 8px 16px -8px rgb(0 0 0 / 0.03); */
}

.blog_defcat .akdje_blog {
    margin-bottom: 30px;
}

.asdewpdfog_cont {
    padding: 5px 0 10px 0;
}

.akdje_blog>img {
    height: 250px;
    background-color: whitesmoke;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
    padding: 0;
    border-radius: 6px 6px 0 0;
}

.asldkepo_adse .col:first-child {
    padding-left: 0;
}

.asldkepo_adse .col:last-child {
    padding-right: 0;
}



/*
    Posts
*/
section.articles_header h2 {
    font-size: 42px;
    margin: 0;
}

.blog_page_content p {
    font-size: 17px;
    color: #5c5c5c;
}

.blog_page_content h1, .blog_page_content h2, .blog_page_content h3, .blog_page_content h4, .blog_page_content h5, .blog_page_content h6 {
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 37px;
}




/*
    Trending
*/
.we_fr {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    background: #e9e9e9;
    margin-bottom: 16px;
}

.we_fr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dat_me {
    color: #979797;
    font-size: 16px;
}

.bl_tit h3 {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    color: var(--primary-color-1);
}

.bl_tit {
    margin-top: 16px;
}

.trending_atricles a {
    padding: 5px;
    display: block;
    margin: 20px 0;
}



/*
    Contact Forms
*/
.sjd_de input, .sjd_de_hf textarea {
    outline: 0;
    color: #20304D;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 1px solid #C3CAD9;
    border-radius: 8px;
}

.wpcf7-not-valid-tip {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.sjd_de_hf textarea {
    height: 140px;
    padding: 20px;
    max-width: 100%;
    margin-bottom: 0;
}

#lksdo_frm {
    margin-top: 30px;
}
.page-id-68 #lksdo_frm {
    margin-top: 50px;
}
.page-id-24 #lksdo_frm {
    margin-top: 50px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.sub_mit {
    position: relative;
}

.wpcf7-submit {
    display: inline-block;
    background: var(--primary-color-2);
    color: var(--white);
    padding: 14px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: var(--hoverTransition);
    overflow: hidden;
    position: relative;
    outline: 0;
    border: none;
    width: 100%;
    cursor: pointer;
}

.sjd_de_hf input[type="text"], .sjd_de_hf input[type="email"], .sjd_de_hf input[type="file"], .sjd_de_hf input[type="number"]{
    outline: 0;
    padding: 0px 20px 0px;
    color: var(--primary-color-1);
    width: 100%;
    height: 50px;
    font-size: 16px;
    /* Base */
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #C3CAD9;
    border-radius: 8px;
}

.sjd_de_hf label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #5A7184;
}

.sjd_de_hf br {
    display: none;
}

.sjd_de_hf {
    margin: 12px 0;
}

.sjd_de_hf input[type="file"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 15px;
}

.sjd_de_hf span {
    color: #5A7184;
    margin-top: 10px;
    display: block;
}

.alksdje_frd {
    background: #FFFFFF;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    padding: 20px;
}

span.wpcf7-not-valid-tip {
    display: none;
    visibility: hidden;
}

span.trms_frm {
    margin-top: 30px;
    margin-bottom: 20px;
}

.wpcf7-submit {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.73462 6.57481C8.24288 6.95483 7.52568 7.50909 6.99998 7.50001C6.47429 7.50909 5.75708 6.95483 5.26534 6.57481C5.16368 6.49625 5.07165 6.42513 4.99295 6.36797C1.62986 3.92738 1.14661 3.54921 0.427699 2.98661C0.370966 2.94221 0.312766 2.89666 0.251567 2.84886C0.0929792 2.72307 0 2.53441 0 2.33206V1.81253C0 1.08792 0.587889 0.500031 1.3125 0.500031H12.6875C13.4121 0.500031 14 1.08792 14 1.81253V2.33206C14 2.53441 13.907 2.72582 13.7484 2.84886L13.5679 2.99051L13.4533 3.08049L13.3965 3.12493L13.2823 3.21406C12.6671 3.69312 11.9098 4.26142 9.00702 6.36797C8.92831 6.42513 8.83629 6.49625 8.73462 6.57481ZM14 9.68751C14 10.4121 13.4121 11 12.6875 11H1.3125C0.587889 11 0 10.4121 0 9.68751V4.09845C0 3.96173 0.155864 3.88517 0.265239 3.96995C0.877722 4.44572 1.68983 5.05003 4.47889 7.07619C4.56636 7.14003 4.66294 7.21455 4.76724 7.29503C5.35094 7.74541 6.17644 8.38238 6.99998 8.37774C7.82735 8.38471 8.6665 7.73559 9.24106 7.29113C9.3444 7.21119 9.43919 7.13788 9.5238 7.07619C12.3129 5.05003 13.1222 4.443 13.7347 3.9672C13.8414 3.88245 14 3.96173 14 4.09573V9.68751Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 20px 15px;
    background-position: left+23px center;
    max-width: 160px;
    padding: 14px 25px 14px 50px;
}

.sjd_de_hf span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 11px;
    margin: 0;
}

.sjd_de input.wpcf7-not-valid, .sjd_de_hf input.wpcf7-not-valid, .sjd_de_hf textarea.wpcf7-not-valid {
    border-color: #ffc9c9;
    background-color: #fffbfb;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.849' height='30.849' viewBox='0 0 30.849 30.849'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23ea3f3f;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M16.067,11.086A1.45,1.45,0,0,1,17.513,9.64h.964a1.45,1.45,0,0,1,1.446,1.446v.964A1.45,1.45,0,0,1,18.477,13.5h-.964a1.45,1.45,0,0,1-1.446-1.446Zm5.784,13.978H14.139V23.136h1.928V17.352H14.139V15.424h5.784v7.712h1.928ZM17.995,1.928A15.424,15.424,0,1,0,33.419,17.352,15.424,15.424,0,0,0,17.995,1.928Zm0,27.956A12.532,12.532,0,1,1,30.527,17.352,12.532,12.532,0,0,1,17.995,29.885Z' transform='translate(-2.571 -1.928)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: right+14px center;
    position: relative;
    font-size: 16px;
}

/*
=================
  FAQ Update
================= 
*/
#accordion {
    gap: 15px 15px;
    display: grid;
    grid: auto/repeat(1,1fr);
    justify-items: center;
    -webkit-box-align: center;
    align-items: start;
    width: 100%;
    margin: auto;
    justify-content: center;
}

#accordion .title {
    position: relative;
    background: var(--white);
    height: 70px;
    padding: 0 30px;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    /* Base */
    border: 1px solid #E5EAF4;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
}

#accordion .title h3 {
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    max-width: 92%;
}

#accordion .title svg {
    margin: 0;
    width: 16px;
    height: 16px;
    transition: var(--hoverTransition);
}

#accordion .active > span , #accordion .title:hover {
    color: var(--primary-color-1);
}

#accordion .item {
    padding: 0 0 0 0;
    width: 100%;
}

#accordion .item .text {
    padding: 10px 25px 22px 25px;
    display: none;
    background: var(--primary-color-2);
    color: var(--white);
    border-radius: 0 0 8px 8px;
}

#accordion .text p {
    line-height: 24px;
    text-align: left;
    font-size: 16.5px;
    display: block;
    max-width: 98%;
}

body.page-template-page-privacy-policy #accordion .title.active,
body.page-template-terms-page #accordion .title.active {
    color: var(--primary-color-2);
    background: var(--white);
}

body.page-template-page-privacy-policy #accordion .text,
body.page-template-terms-page #accordion .text {
    color: var(--primary-color-1);
    background: var(--white);
}

body.page-template-page-privacy-policy #accordion .item, 
body.page-template-terms-page #accordion .item {
    box-shadow: 0px 6px 10px rgb(0 0 0 / 3%);
    border: 1px solid #E5EAF4;
    border-radius: 6px;
}

body.page-template-page-privacy-policy #accordion .title,
body.page-template-terms-page #accordion .title {
    border: none;
    box-shadow: none;
}

body.page-template-page-privacy-policy #accordion svg.min_fa path,
body.page-template-terms-page #accordion svg.min_fa path {
    fill: var(--primary-color-2);
}

section.sec_tion.acc_faqs.full_width #accordion {
    grid: auto/repeat(1,1fr);
    gap: 0;
}

body.page-template-page-privacy-policy section.sec_tion .sec_tit,
body.page-template-page-privacy-policy section.sec_tion .sec_tit h3,
body.page-template-terms-page section.sec_tion .sec_tit,
body.page-template-terms-page section.sec_tion .sec_tit h3 {
    display: none;
}

.coin_t p {
    font-size: 17px;
    padding: 0 5%;
}

#accordion .title.active {
    box-shadow: none;
    border: none;
    background: var(--primary-color-2);
    color: var(--white);
    border-radius: 8px 8px 0 0;
}

#accordion .item .text p:first-child {
    margin-top: 0;
}

#accordion .item .text p:last-child {
    margin-bottom: 0;
}

#accordion .title svg.min_fa, #accordion .title.active svg.pls_fa {
    display: none;
}

#accordion .title.active svg.min_fa {
    display: block;
}

section#faqs .skdji_er {
    margin-bottom: 80px;
}

/*
=================
  Footer
================= 
*/
footer.appro_footer {
    background: var(--primary-color-1);
    color: var(--white);
    padding: 40px 0 30px 0;
}

.start_jn h3 {
    font-size: 23px;
    margin: 0;
}

.qr_code_fot img {
    width: 90px;
    height: 90px;
}

.footako_qr .start_jn {
    max-width: 175px;
}

.footako_qr .start_jn {
    max-width: 175px;
}

.footako_qr {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

a.appro_ftrlogo {
    width: 135px;
    height: 40px;
    display: block;
}

a.appro_ftrlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sdmoe_r {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.foor_st {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #39406a;
}

h3.widget-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 25px;
    width: 100%;
}

.sidebar.widget-area ul li a {
    display: block;
    color: #B7B9C6;
    padding: 7px 0;
    font-size: 16px;
    transition: var(--hoverTransition);
}

.sidebar.widget-area ul li a:hover {
    color: var(--white);
}

.sidebar.widget-area {
    margin: 20px 0;
}

ul.footer_social {
    margin: 0;
    padding: 0;
}

ul.footer_social li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.sidebar ul.footer_social li a {
    width: 38px;
    height: 38px;
    background: var(--secondary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: var(--hoverTransition);
}

.sidebar ul.footer_social li a:hover {
    background-color: var(--primary-color-2);
}

.sidebar ul.footer_social li a img {
    width: 17px;
    height: 19px;
}

.foor_nd {
    border-bottom: 1px solid #39406a;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

#f_frm .alksdje_frd {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

#f_frm .alksdje_frd .sjd_de input {
    height: 45px;
    margin: 0;
    padding: 0 15px;
    background: #20304D;
    border: none;
    color: var(--white);
}

#f_frm .alksdje_frd .sjd_de {
    padding: 0;
}

#f_frm .alksdje_frd .sjd_de_hf {
    padding: 0;
}

#f_frm .wpcf7-submit {
    background: none;
    padding: 14px 25px;
    background: var(--primary-color-2);
}

#f_frm .alksdje_frd textarea {
    background: #20304D;
    border: none;
    padding: 17px 15px;
    color: var(--white);
}

#toTop {
    position: fixed;
    bottom: 35px;
    height: 42px;
    right: 35px;
    cursor: pointer;
    border-radius: 23px;
    z-index: 99;
    width: 42px;
    overflow: hidden;
    text-align: left;
    color: #ffffff;
    background-color: var(--primary-color-2);
    transition: var(--hoverTransition);
}

#toTop svg {
    max-width: 12px;
    height: auto;
    float: left;
    margin: 16px 16px 13px 16px;
}

#toTop span {
    display: block;
    width: 140px;
    line-height: 41px;
}

#toTop:hover {
    width: 140px;
}

.footer_lets_get {
    display: none;
}


/* 
 *  */
#cookie-notice .cn-button:not(.cn-button-custom) {
    display: inline-block;
    background: var(--primary-color-2);
    color: var(--white);
    padding: 10px 25px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: var(--hoverTransition);
    overflow: hidden;
    position: relative;
}

span#cn-notice-text {
    margin: 0 10px 0px 0;
    font-size: 15px;
    text-align: left;
}

#cookie-notice .cookie-notice-container {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
    display: none !important;
}

@media(max-width: 950px) {
    span#cn-notice-text {
        max-width: 70%;
    }
    
    span#cn-notice-buttons {
        height: 36px;
    }
}

@media(max-width: 520px) {
    #cookie-notice .cookie-notice-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    #cookie-notice .cn-button:not(.cn-button-custom) {
        margin: 0;
        width: 100%;
    }
    
    .cookie-notice-container #cn-notice-buttons {
        width: 100%;
        margin-top: 20px;
    }
    
    .cookie-notice-container #cn-notice-text {
        text-align: center;
        margin: 0;
        max-width: 100%;
    }
    
    .cn-close-icon {
        top: 21px !important;
    }
    
    .cookie-notice-visible {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}




/* Responsive Code @media
   ========================================================================== */
@media only screen and (min-width: 790px) {
    .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.offset-m1 {
        margin-left: 8.3333333333%
    }

    .row .col.pull-m1 {
        right: 8.3333333333%
    }

    .row .col.push-m1 {
        left: 8.3333333333%
    }

    .row .col.offset-m2 {
        margin-left: 16.6666666667%
    }

    .row .col.pull-m2 {
        right: 16.6666666667%
    }

    .row .col.push-m2 {
        left: 16.6666666667%
    }

    .row .col.offset-m3 {
        margin-left: 25%
    }

    .row .col.pull-m3 {
        right: 25%
    }

    .row .col.push-m3 {
        left: 25%
    }

    .row .col.offset-m4 {
        margin-left: 33.3333333333%
    }

    .row .col.pull-m4 {
        right: 33.3333333333%
    }

    .row .col.push-m4 {
        left: 33.3333333333%
    }

    .row .col.offset-m5 {
        margin-left: 41.6666666667%
    }

    .row .col.pull-m5 {
        right: 41.6666666667%
    }

    .row .col.push-m5 {
        left: 41.6666666667%
    }

    .row .col.offset-m6 {
        margin-left: 50%
    }

    .row .col.pull-m6 {
        right: 50%
    }

    .row .col.push-m6 {
        left: 50%
    }

    .row .col.offset-m7 {
        margin-left: 58.3333333333%
    }

    .row .col.pull-m7 {
        right: 58.3333333333%
    }

    .row .col.push-m7 {
        left: 58.3333333333%
    }

    .row .col.offset-m8 {
        margin-left: 66.6666666667%
    }

    .row .col.pull-m8 {
        right: 66.6666666667%
    }

    .row .col.push-m8 {
        left: 66.6666666667%
    }

    .row .col.offset-m9 {
        margin-left: 75%
    }

    .row .col.pull-m9 {
        right: 75%
    }

    .row .col.push-m9 {
        left: 75%
    }

    .row .col.offset-m10 {
        margin-left: 83.3333333333%
    }

    .row .col.pull-m10 {
        right: 83.3333333333%
    }

    .row .col.push-m10 {
        left: 83.3333333333%
    }

    .row .col.offset-m11 {
        margin-left: 91.6666666667%
    }

    .row .col.pull-m11 {
        right: 91.6666666667%
    }

    .row .col.push-m11 {
        left: 91.6666666667%
    }

    .row .col.offset-m12 {
        margin-left: 100%
    }

    .row .col.pull-m12 {
        right: 100%
    }

    .row .col.push-m12 {
        left: 100%
    }
}

@media only screen and (min-width: 993px) {
    .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.offset-l1 {
        margin-left: 8.3333333333%
    }

    .row .col.pull-l1 {
        right: 8.3333333333%
    }

    .row .col.push-l1 {
        left: 8.3333333333%
    }

    .row .col.offset-l2 {
        margin-left: 16.6666666667%
    }

    .row .col.pull-l2 {
        right: 16.6666666667%
    }

    .row .col.push-l2 {
        left: 16.6666666667%
    }

    .row .col.offset-l3 {
        margin-left: 25%
    }

    .row .col.pull-l3 {
        right: 25%
    }

    .row .col.push-l3 {
        left: 25%
    }

    .row .col.offset-l4 {
        margin-left: 33.3333333333%
    }

    .row .col.pull-l4 {
        right: 33.3333333333%
    }

    .row .col.push-l4 {
        left: 33.3333333333%
    }

    .row .col.offset-l5 {
        margin-left: 41.6666666667%
    }

    .row .col.pull-l5 {
        right: 41.6666666667%
    }

    .row .col.push-l5 {
        left: 41.6666666667%
    }

    .row .col.offset-l6 {
        margin-left: 50%
    }

    .row .col.pull-l6 {
        right: 50%
    }

    .row .col.push-l6 {
        left: 50%
    }

    .row .col.offset-l7 {
        margin-left: 58.3333333333%
    }

    .row .col.pull-l7 {
        right: 58.3333333333%
    }

    .row .col.push-l7 {
        left: 58.3333333333%
    }

    .row .col.offset-l8 {
        margin-left: 66.6666666667%
    }

    .row .col.pull-l8 {
        right: 66.6666666667%
    }

    .row .col.push-l8 {
        left: 66.6666666667%
    }

    .row .col.offset-l9 {
        margin-left: 75%
    }

    .row .col.pull-l9 {
        right: 75%
    }

    .row .col.push-l9 {
        left: 75%
    }

    .row .col.offset-l10 {
        margin-left: 83.3333333333%
    }

    .row .col.pull-l10 {
        right: 83.3333333333%
    }

    .row .col.push-l10 {
        left: 83.3333333333%
    }

    .row .col.offset-l11 {
        margin-left: 91.6666666667%
    }

    .row .col.pull-l11 {
        right: 91.6666666667%
    }

    .row .col.push-l11 {
        left: 91.6666666667%
    }

    .row .col.offset-l12 {
        margin-left: 100%
    }

    .row .col.pull-l12 {
        right: 100%
    }

    .row .col.push-l12 {
        left: 100%
    }
}

@media only screen and (min-width: 1201px) {
    .row .col.xl1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.offset-xl1 {
        margin-left: 8.3333333333%
    }

    .row .col.pull-xl1 {
        right: 8.3333333333%
    }

    .row .col.push-xl1 {
        left: 8.3333333333%
    }

    .row .col.offset-xl2 {
        margin-left: 16.6666666667%
    }

    .row .col.pull-xl2 {
        right: 16.6666666667%
    }

    .row .col.push-xl2 {
        left: 16.6666666667%
    }

    .row .col.offset-xl3 {
        margin-left: 25%
    }

    .row .col.pull-xl3 {
        right: 25%
    }

    .row .col.push-xl3 {
        left: 25%
    }

    .row .col.offset-xl4 {
        margin-left: 33.3333333333%
    }

    .row .col.pull-xl4 {
        right: 33.3333333333%
    }

    .row .col.push-xl4 {
        left: 33.3333333333%
    }

    .row .col.offset-xl5 {
        margin-left: 41.6666666667%
    }

    .row .col.pull-xl5 {
        right: 41.6666666667%
    }

    .row .col.push-xl5 {
        left: 41.6666666667%
    }

    .row .col.offset-xl6 {
        margin-left: 50%
    }

    .row .col.pull-xl6 {
        right: 50%
    }

    .row .col.push-xl6 {
        left: 50%
    }

    .row .col.offset-xl7 {
        margin-left: 58.3333333333%
    }

    .row .col.pull-xl7 {
        right: 58.3333333333%
    }

    .row .col.push-xl7 {
        left: 58.3333333333%
    }

    .row .col.offset-xl8 {
        margin-left: 66.6666666667%
    }

    .row .col.pull-xl8 {
        right: 66.6666666667%
    }

    .row .col.push-xl8 {
        left: 66.6666666667%
    }

    .row .col.offset-xl9 {
        margin-left: 75%
    }

    .row .col.pull-xl9 {
        right: 75%
    }

    .row .col.push-xl9 {
        left: 75%
    }

    .row .col.offset-xl10 {
        margin-left: 83.3333333333%
    }

    .row .col.pull-xl10 {
        right: 83.3333333333%
    }

    .row .col.push-xl10 {
        left: 83.3333333333%
    }

    .row .col.offset-xl11 {
        margin-left: 91.6666666667%
    }

    .row .col.pull-xl11 {
        right: 91.6666666667%
    }

    .row .col.push-xl11 {
        left: 91.6666666667%
    }

    .row .col.offset-xl12 {
        margin-left: 100%
    }

    .row .col.pull-xl12 {
        right: 100%
    }

    .row .col.push-xl12 {
        left: 100%
    }
}

/* Media Query Classes
   ========================================================================== */
@media only screen and (max-width: 600px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display: block !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .show-on-medium {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display: block !important;
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important;
    }
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .center-on-small-only {
        text-align: center;
    }
}

/*
=================
  Custom Responsive
================= 
*/
html {
    line-height: 1.5;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87)
}

@media only screen and (min-width: 0) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 14.5px;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media only screen and (min-width: 601px) {
    .container {
        width: 85%;
    }
}

/*
    How it's working
*/
.for_mob_only {
    display: none;    
}


/*
    Responsive
*/
@media(max-width: 1270px) {
    .slko_ple h1 {
        font-size: 45px;
    }

    .slko_ple {
        width: 100%;
    }

    .slkod_mg {
        width: 90%;
    }

    .wjey_dimg {
        width: 500px;
    }

    .uyw_d h3 {
        font-size: 22px;
    }

    .foir_d img {
        max-width: 250px;
        height: 190px;
    }

    .sec_tit h3 {
        font-size: 35px;
    }

    .slke_c h3 {
        font-size: 17px;
    }

    .top_banner {
        height: 60px;
    }
}

@media(max-width: 1220px) {
    .art_image {
        height: 220px;
    }

    section.latest_articles:after {
        height: 435px;
    }
}

@media(max-width: 1200px) {
    section.latest_articles:after {
        height: 405px;
    }

    .pdn, .pdng {
        padding: 40px 0;
    }

    section.ptnrs_bnks {
        padding: 60px 0;
    }
}

@media(max-width: 1100px) {
    section.latest_articles:after {
        height: 383px;
    }

    .slko_ple h1 {
        font-size: 40px;
    }

    .slkod_mg {
        width: 96%;
    }

    .pdn, .pdng {
        padding: 45px 0;
    }

    section.ptnrs_bnks {
        padding: 50px 0;
    }

    .oiw_r {
        border-radius: 20px;
        overflow: hidden;
        height: 450px;
    }

    .play_btn {
        width: 80px;
        height: 80px;
    }

    section.latest_articles:after {
        height: 383px;
    }

    .sec_tit {
        margin-bottom: 45px;
    }

    .sec_tit h3 {
        line-height: 41px;
    }

    .skjei_eow p {
        max-width: 70%;
    }

    .wjey_dimg {
        width: 410px;
        max-height: 85%;
        margin-top: 60px;
    }
    
    .owl-carousel .owl-nav button.owl-prev {
        left: -30px;
    }
    
    .owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }
}

@media(max-width: 1050px) {
	.slkeoi_lates {
		transform: translateY(5px);
	}
	
    section.product_main_slider {
        padding: 90px 0 70px;
    }
    
    .iur_e h1 {
        font-size: 44px;
        line-height: 52px;
    }
    .coin_t p {
        padding: 0;
    }
    
    .sec_tit {
        max-width: 60%;
    }
    
    .sec_tit h3 {
        font-size: 30px;
    }
	
	section.mds {
		padding-top: 150px;
		padding-bottom: 60px;
	}
	
	.uyw_d p {
		max-width: 88%;
	}
    
}


@media(max-width: 1000px) {
    .we_fr {
        height: 210px;
    }

    .trending_atricles a {
        margin: 13px 0;
    }

    .bl_tit h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .bl_tit {
        margin-top: 12px;
    }

    .asdewpdfog_cont {
        padding: 0;
    }

    .slkeoi_lates {
        overflow: auto;
        white-space: nowrap;
        display: grid;
        grid: auto/repeat(4,1fr);
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        margin: auto;
        justify-items: center;
        gap: 0 0;
        padding-bottom: 30px;
    }

    .slkeoi_lates .col.l4.m6.s12 {
        display: inline-block;
        width: 370px;
        margin-right: 10px;
        margin-left: 10px;
        overflow: hidden;
        position: relative;
        padding: 0;
    }

    .slkeoi_lates .col.l4.m6.s12:last-child {
        margin-right: 0;
    }

    .o_dlpe h3 {
        white-space: break-spaces;
    }

    .art_image {
        height: 240px;
    }

    section.latest_articles:after {
        height: 403px;
    }
}

@media(max-width: 992px) {
	.slkeoi_lates {
		transform: translateY(9px);
	}

    li.menu-item.current-menu-parent > a {
        color: var(--secondary-color) !important;
    }
    
    span.trms_frm {
		margin-top: 0;
		margin-bottom: 25px;
	}
    
    section.mds {
        padding-top: 140px;
    }

    #si_ma_menu ul li ul.sub-menu li a:hover {
        color: var(--primary-color-1);
    }

    body.category .top_banner,
    body.page-template-page-how-it-works .top_banner,
    body.page-template-page-privacy-policy .top_banner,
    body.page-template-terms-page .top_banner,
    body.page-template-faqs-page .top_banner,
    body.page-template-careers-page .top_banner,
    body.page-template-press-page .top_banner,
    body.page-template-page-for-banks .top_banner,
    body.single-products .top_banner {
        display: none;
    }

    .sub_content_more p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    body.page-template-page-privacy-policy .pge_tit h2 {
        margin-bottom: 0;
    }
    
    body.page-template-careers-page #main_site_content > .empty_space {
        /* display: none; */
    }

    #lksdo_frm {
        margin-top: 10px;
    }
        
    #mobile_menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    header.def_header {
        display: none;
    }

    .pge_tit .skdji_er.left_side .sub_se {
        max-width: 90%    
    }
    
    body.single-products .sid_menu {
        top: 70px;
    }

    .uyw_d p {
        max-width: 80%;
        line-height: 21px;
    }

    .uyw_d h3 {
        font-size: 21px;
        margin-bottom: 13px;
    }

    .foir_d:after {
        width: 310px;
        height: 310px;
    }

    .sec_tit {
        margin-bottom: 50px;
        max-width: 75%;
    }

    .sec_tit h3 {
        font-size: 30px;
        line-height: 36px;
    }

    section.ptnrs_bnks {
        padding-bottom: 80px;
        padding-top: 20px;
    }

    section.latest_articles:after {
        height: 422px;
    }

    .art_image {
        height: 240px;
    }

    .sing_article {
        margin: 15px 0;
    }

    .item_ot {
        padding: 10%;
        height: 360px;
    }

    .per_deta h3 {
        font-size: 17px;
        margin-bottom: 0;
    }

    .per_deta span {
        margin: 0;
        font-size: 16px;
    }

    .sdjie_r p {
        font-size: 17px;
        line-height: 23px;
    }

    section.latest_articles {
        padding-bottom: 40px;
    }

    .o_dlpe h3 {
        font-size: 21px;
        min-height: auto;
    }
}

@media(max-width: 950px) {
    .wjey_dimg {
        width: 340px;
    }

    #fi_hiomob {
        display: none;
    }

    section.ptnrs_bnks_mobile {
        display: block;
    }

    .loep_abtus {
        padding: 0;
    }

    .oiw_r {
        height: 370px;
        max-width: 90%;
    }
    
    .dlkior_remo {
        display: block;
    }
    
}

@media(max-width: 850px) {
    .art_image {
        height: 210px;
    }

    section.latest_articles:after {
        height: 391px;
    }

    .bnk_logo {
        width: 135px;
        height: 55px;
		margin: auto
    }
}

@media(max-width: 790px) {
    .for_mob_only {
        display: block;    
    }
 
    .lkode_pgtit,
    .lkiod_eokf {
        display: block;
        margin-bottom: 40px;
        margin-top: 0;
    }

	.slkeoi_lates {
		transform: translateY(5px);
	}
	
    .footer_lets_get {
        display: block;
        margin-bottom: 25px;
        margin-top: 10px;
    }

    svg.mob_shps {
        display: block;
    }

    svg.uhe_des,
    section.pro_ctcontent.pdng,
    section.how_works .skjei_eow {
        display: none;
    }

    section.how_works {
        padding-bottom: 0;
    }

    section.hme_video {
        padding-top: 10px;
    }

    .iur_e {
        display: none;
    }

    body.page-template-page-for-banks .iur_e {
        display: block;
        margin-bottom: 10px;
        transform: translateY(30px);
        text-align: center;
    }
    
    body.page-template-page-for-banks .lkode_pgtit {
        display: none;
    }
    
    body.page-template-page-for-banks .iur_e h1 {
        font-size: 24px;
        line-height: 32px;
    }
    
    body.page-template-page-for-banks span.block.sub_tit_ms {
        font-size: 17px;
        line-height: 26px;
        margin-top: 18px;
    }
        
    section.product_main_slider .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    
    .pro_dslm {
        max-width: 100%;
        margin: 0 auto;
        height: 400px;
    }
        
    section.ptnrs_bnks_mobile {
        display: block;
    }
                
    section.about_us.mobile_about_us {
        display: block;
    }

    section.about_us {
        text-align: center;
    }

    .ksie_flrp ul li {
        list-style: none;
    }
    
     .ksie_flrp > p strong {
         display: none;
     }

    .wjey_dimg {
        position: relative;
        width: 70%;
        margin: 0 auto;
        display: none;
    }

    section.about_us .sec_tit.left {
        width: 100%;
        max-width: 100%;
    }

    .sec_tit {
        margin-bottom: 35px;
    }

    .oiw_r {
        height: 300px;
        max-width: 100%;
        position: relative;
    }

    .sm_tit {
        left: 30px;
        top: 30px;
    }

    .sm_tit h3 {
        opacity: 1;
        font-size: 18px;
        text-transform: capitalize;
        visibility: visible;
    }

    section.hme_video .oiw_r:after {
        content: " ";
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: #000;
        z-index: 9;
        opacity: 0.6;
    }

    a.play_vio_sde:hover {
        transform: none;
    }

    section.about_us .col.l7.m7.s12 {
        width: 100%;
    }

    .uyw_d p {
        max-width: 90%;
        line-height: 20px;
        display: none;
    }

    .foir_d:after {
        width: 260px;
        height: 260px;
        display: none;
    }

    section.latest_articles:after {
        height: 372px;
    }

    section.mds .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slkod_mg {
        margin: 0 auto;
        width: 100%;
    }

    .podfe_d {
        margin-top: 50px;
        text-align: center;
        display: none;
    }

    .sldko_qr {
        display: flex;
        justify-content: center;
    }

    .mobile_scontep {
        display: block;
    }

    section.mds {
        padding-top: 0px;
    }

    .don_loapp {
        display: none;
    }

    .skjei_eow p {
        max-width: 90%;
    }

    section.mds .row .col.m6 {
        width: 100%;
    }

    .prssec_se {
        grid: auto/repeat(2,1fr);
        gap: 30px 15px;
    }

    .bnk_logo {
        width: 100%;
        height: 85px;
        max-width: 150px;
    }

    #f_frm {
        display: none;
    }

    .start_your_journey {
        display: none;
    }

    .foor_st {
        border: 0;
        margin-bottom: 10px;
    }

    h3.widget-title {
        font-size: 21px;
        margin-bottom: 25px;
    }

    #footer_social_media {
        text-align: center;
        margin-bottom: 0;
    }

    .copy_rights {
        font-size: 16px;
        text-align: center;
    }

    .foor_nd {
        border: none;
        margin-bottom: 0px;
        padding-bottom: 15px;
    }

    footer.appro_footer {
        padding-top: 50px;
    }

    section.product_main_slider {
        padding: 12px 0 30px;
    }
    
    .iur_e h1 {
        font-size: 37px;
        line-height: 44px;
    }

    body.page-template-page-for-banks section.about_us {
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }
    
    body.page-template-page-for-banks section.about_us .ksie_flrp p {
        display: inline;
    }
    
    section.why_appro_section p.sub_ti {
        font-size: 17px;
    }
    
    section.why_appro_section .sec_tit {
        max-width: 95%;
    }
    
    .why_appro_timeline {
        margin-top: 80px;
    }
	
	#menu-main-menu ul li.menu-item-has-children.menu-item-58 ul.sub-menu {
		display: block !important;
		visibility: visible;
		opacity: 1;
	}
    
}

@media(max-width: 767px) {
    .container {
        width: 90%;
    }

    ul#why_tmlne {
        padding: 0;
    }
    
    body {
        background-position: top center;
    }
    
    .sub_content_more h3 {
        color: var(--primary-color-1);
        margin-bottom: 20px;
    }

    .sub_content_more {
        max-width: 98%;
    }

    .pge_tit h2,
    .custom_cl {
        font-size: 19px;
        text-transform: uppercase;
        margin-bottom: 63px;
        color: var(--primary-color-2);
    }

    .custom_cl {
        margin: 0 0 40px 0;
        font-weight: 700;
        display: block;
    }
    
    #category_pg {
        padding-top: 30px;
    }
    
    .inner_sub_tit h2 {
        text-transform: none;
        color: var(--primary-color-1);
        font-size: 30px;
    }
        
    #main_site_content {
        padding-top: 0px;
    }

    .sub_se {
        max-width: 85%;
    }

    .pge_tit .skdji_er {
        text-align: center;
    }

    .skdji_er.left_side .sub_se {
        max-width: 75%;
        margin: 0 auto;
    }

    ul#why_tmlne li:before {
        display: none;
    }

    ul#why_tmlne .direction-r {
        float: none;
        text-align: center;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    #why_tmlne span.flag {
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        left: auto;
        right: auto;
    }

    #why_tmlne .flag-wrapper {
        position: relative;
        text-align: center;
        left: auto;
        right: auto;
    }

    #why_tmlne span.time-wrapper {
        position: relative;
        float: none;
        margin: 0 auto;
        left: auto;
        right: 0;
        top: auto;
    }

    #why_tmlne .desc {
        margin: 0;
        opacity: 1;
    }
    
    #why_tmlne span.flag {
        opacity: 1;
    }

    #how_itswork .timeline:before,
    #how_itswork .timeline li:before {
        left: 0;
        right: auto;
        float: left;
    }

    #how_itswork .timeline .hexa {
        left: -14px;
        right: auto;
        top: 20px;
    }

    #how_itswork .flag {
        position: relative;
        left: 40px;
        top: 8px;
        height: auto;
        padding: 0;
    }

    #how_itswork .timeline li {
        padding-bottom: 80px;
        /* opacity: 1; */
    }

    #how_itswork .time-wrapper {
        top: -100px;
        left: 110px;
        margin: 0;
    }

    #how_itswork .desc {
        top: -80px;
        left: 120px;
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 19px;
        line-height: 26px;
        max-width: 60%;
    }

    .why_appro_timeline ul li .stp_img, .why_appro_timeline ul li:nth-child(odd) .stp_img, .why_appro_timeline ul li:nth-child(even) .stp_img {
        position: unset;
        margin: 0 auto;
        transform: translate(0, 0);
        margin-bottom: 30px;
    }
    
    .why_appro_timeline {
        width: 100%;
        text-align: center;
    }


}


@media(min-width: 768px) {
    .timeline {
        width: 660px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .timeline li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .timeline .hexa {
        left: -35px;
        right: auto;
        top: 8px;
    }

    .timeline .direction-l .hexa {
        left: auto;
        right: -28px;
    }

    .direction-l {
        position: relative;
        width: 310px;
        float: left;
        text-align: right;
    }

    .direction-r {
        position: relative;
        width: 310px;
        float: right;
        text-align: left;
    }

    .flag-wrapper {
        display: inline-block;
    }

    .direction-l .flag:after {
        left: auto;
        right: -16px;
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-left-color: rgb(254,254,254);
        border-width: 8px;
    }

    .time-wrapper {
        display: inline;
        vertical-align: middle;
    }

    .direction-l .time-wrapper {
        float: left;
    }

    .direction-r .time-wrapper {
        float: right;
    }

    .time {
        padding: 5px 10px;
    }

    .direction-r .desc {
        margin: 0 0 0 25px;
    }
	
	.sub_content_more {
		max-width: 93%;
	}
}

@media(max-width:  600px){
    .asdewpdfog_cont h3 {
        font-size: 24px;
        line-height: 31px;
    }

    .asdewpdfog_cont p {
        max-width: 95%;
    }

    #how_itswork .timeline:before,
    #how_itswork .timeline li:before {
        left: 30px;
    }

    #how_itswork .timeline .hexa {
        left: 15px;
    }

    .flag h1 {
        margin-left: 20px;
    }

    #how_itswork .time-wrapper {
        top: -80px;
        left: 130px;
    }

    #how_itswork .desc {
        left: 138px;
        top: -70px;
        max-width: 51%;
        float: none;
        font-size: 17px;
        line-height: 22px;
    }    
}

@media(max-width: 550px) {
    .our_products_slider .owl-nav {
        display: none;    
    }
    
    #how_itswork .desc {
        max-width: 230px;
    }

    .oiw_r {
        height: 220px;
    }

    .play_btn {
        width: 60px;
        height: 60px;
    }

    .sm_tit {
        left: 23px;
        top: 23px;
    }

    section.latest_articles:after {
        height: 371px;
    }

    .slkeoi_lates .col.l4.m6.s12 {
        width: 300px;
    }

    .art_image {
        height: 220px;
    }

    .o_dlpe h3 {
        line-height: 29px;
        margin-bottom: 20px;
    }

    .art_det {
        padding-top: 25px;
    }

    .date_time {
        font-size: 15px;
    }

    .sec_tit h3 {
        font-size: 25px;
        line-height: 30px;
    }

    section.latest_articles .sec_tit span {
        letter-spacing: 4px;
        margin-bottom: 0;
    }

    .testimonials_slider {
        /* display: none !important; */
    }

    .testim_mob {
        display: none;
        max-width: 100%;
    }

    .conte_skdjir h1 {
        font-size: 40px;
        max-width: 95%;
    }

    .conte_skdjir h1 {
        font-size: 38px;
        max-width: 95%;
    }

    .conte_skdjir {
        margin-top: 35px;
    }

    .sdmoe_r {
        padding: 0 0.5rem;
    }
    
    .qwef_d a h3 {
        font-size: 18px;
    }
    
    .qwef_d span {
        font-size: 17px;
        line-height: 20px;
    }

}

@media(max-width: 500px) {
    .slke_c h3 {
        font-size: 15px;
    }
    
    #how_itswork .timeline:before,
    #how_itswork .timeline li:before {
        left: 12px;
    }
    
    #accordion .text p {
        max-width: 100%;
    }
    
    #accordion .item .text {
        padding: 10px 20px 22px 20px;
    }

    #how_itswork .timeline .hexa {
        left: -3px;
    }

    .flag h1 {
        margin-left: 3px;
        font-size: 80px;
    }

    #how_itswork .time-wrapper {
        top: -70px;
        left: 110px;
    }

    #how_itswork .desc {
        left: 118px;
        top: -50px;
        max-width: 220px;
    }

    .alksdje_frd {
        padding: 25px 10px;
    }

    .testim_mob .item_ot {
        margin-bottom: 20px    
    }

    section.sec_tion.have_ques {
        padding-bottom: 0;
    }
    
    .skdji_er.left_side .sub_se {
        max-width: 95%;
    }
    
    ul#why_tmlne li span.time-wrapper,
    ul#why_tmlne li.act span.time-wrapper {
        transform: scale(1.4);
    }

    .latest_articles_press .art_image {
        height: 180px;
    }

    .g_logo {
        height: 200px;
        padding: 15px;
    }

    .gov_reilogos {
        gap: 15px 15px;
    }
    
    .sadkji_frpk {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    
    .podle_dekn {
        margin-bottom: 20px;
        width: 95%;
    }
    
    .sec_tit {
        max-width: 91%;
    }

    .pdn, .pdng {
        padding: 25px 0;
    }

    section.ptnrs_bnks {
        padding-bottom: 25px;
    }

    .testimonials .sec_tit {
        max-width: 96%;
    }
    
    .sub_ti {
        font-size: 18px;
        line-height: 23px;
    }
    
    .askji_icn {
        width: 52px;
        height: 52px;
    }
    
    #accordion .title {
        min-height: auto;
        padding: 25px 17px;
        height: auto;
    }
    
    .polt_page_title {
        font-size: 25px;
    }
    
    .prdtc_se {
        margin-bottom: 5px;
        font-size: 16px;
    }

    #why_tmlne span.flag h1 {
        font-size: 22px;
        margin: 0;
    }

    .pge_tit h2 {
        /* font-size: 35px; */
    }

    #main_site_content {
        padding-top: 20px;
    }
}

@media(max-width: 400px) {
    .gov_reilogos {
        grid: auto/repeat(2,1fr);
        padding: 0 0px;
    }

    .g_logo {
        height: 165px;
    }

    .pro_dslm {
        max-width: 98%;
        height: 340px;
    }

    .don_loapp ul li a {
        width: 140px;
        height: 48px;
    }
    
    .don_loapp ul li {
        margin: 0 2px;
    }

    .flag h1 {
        font-size: 60px;
    }

    #how_itswork .time-wrapper {
        top: -52px;
        left: 97px;
    }

    #how_itswork .desc {
        left: 100px;
        top: -45px;
        max-width: 190px;
    }

}

@media(min-width: 992px) {
    .timeline {
        width: 800px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .direction-l {
        position: relative;
        width: 380px;
        float: left;
        text-align: right;
    }

    .direction-r {
        position: relative;
        width: 380px;
        float: right;
        text-align: left;
    }
}

@media(max-width: 991px) {
.postid-29 h4.kisipage {
display: none !important;
}
.postid-29 .lplde_e a {
display: block !important;
}
}
.postid-29 .start_jn{
display:none; 
}



