:root {
    /*Theme Colors*/
    --color-primary: #B0002A;
    --color-primary-rgba: rgb(255 241 0);
    --color-primary-alt: #059DFF;
    --color-primary-light: #059DFF;
    --color-primary-lightest: #059DFF;
    --color-secondary: #39727D;
    --color-tertiary: #15a0ff;
    --color-tertiary-alt: #6549D5;
    --color-primary-darker: #011827;
    --color-tertiary-darker: #150b40;
    --color-secondary-darker: #190301;
    /*Country Colors*/
    --color-country-primary: #F2F5F5;
    --color-select-primary: #fff;
    --color-countryselect-secondary: #F2F5F5;
    --color-filter-option: #fff;
    /*Colors*/
    --color-pink: #E33FA1;
    --color-light-green: #36C6F0;
    --color-light-green-darker: #001f27;
    --color-pink-darker: #2f011d;
    --color-heading: #fff;
    --color-body: #acacac;
    --color-dark: #060606;
    --color-darker: rgba(6, 6, 6, 0.7);
    --color-darkest: rgba(0, 0, 0, 0.3);
    --color-black: var(--color-secondary);
    --color-blacker: rgba(15, 15, 17, 0);
    --color-blackest: #0f0f11;
    --color-border: hsla(0,0%,100%,0.1);
    --color-lessdark: #1e1e1e;
    --color-gray: #65676B;
    --color-midgray: #878787;
    --color-light: #E4E6EA;
    --color-lighter: #CED0D4;
    --color-lightest: #F0F2F5;
    --color-white: #fff;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    /*Social Media*/
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    /*Social Media End*/
    --color-extra01: #666666;
    --color-extra02: #606770;
    --color-extra03: #FBFBFD;
    --color-extra04: #1A1A1A;
    --color-extra05: #242424;
    --border-width: 2px;
    --radius-small: 6px;
    --radius: 10px;
    --radius-big: 16px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --shadow-primary: 0 0 20px 5px rgba(251,83,67,0.2);
    --shadow-light: 1px 1px 6px rgba(0,0,0,0.25);
    --shadow-lighter: 4px 4px 20px 20px rgba(0,0,0,0.01);
    --transition: 0.3s;
    --transition-transform: transform .65s cubic-bezier(.23,1,.32,1);
    --font-primary: 'Inter', sans-serif;
    --secondary-font: 'Inter', sans-serif;
    --font-awesome: 'Font Awesome 5 Pro';
    --font-size-b1: 18px;
    --font-size-b2: 16px;
    --font-size-b3: 14px;
    --font-size-b4: 12px;
    --line-height-b1: 1.67;
    --line-height-b2: 1.7;
    --line-height-b3: 1.6;
    --line-height-b4: 1.3;
    --h1: 56px;
    --h2: 44px;
    --h3: 36px;
    --h4: 24px;
    --h5: 18px;
    --h6: 16px;
}

/* ===== Navbar ====== */
.navbar-reset {
/* padding: 1.3rem 0;*/
-webkit-transition: padding 500ms ease;
transition: padding 500ms ease;
padding: 14px 0;
}

@media (min-width: 576px) {
.navbar-reset {
padding: 0;
}
}

.sticky .navbar-reset {
padding: 0;
}

@media (min-width: 992px) {
.sticky .navbar-reset {
padding: 0;

}
    .none-992 {
    display:none;
    }
}

.navbar .logo {
/*width: 190px;*/
padding: 20px 75px 20px 75px;
background: #ff8300;
}

/*  .navbar .logo img {
width: 140px;
}

.logo_filter {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}*/

.navbar .nav-item {
padding-right: 10px;
padding-left: 10px;
line-height: 36px;
}

.border-right {
border-right: solid 2px #fff;
}

@media (max-width: 991.98px) {
.navbar .nav-item {
padding-right: 0;
}
}

.navbar .nav-item .nav-link {
font-weight: 500;
color: #fff;
border-bottom: 1px solid #eee;
padding: 12px 0;
font-size: 16px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
}

@media (min-width: 992px) {
.navbar .nav-item .nav-link {
border-bottom: 0;
padding: 0 0;
}
}

@media (min-width: 992px) {
.navbar .nav-item.active .nav-link:before {
position: absolute;
background-color: #fff;
height: 8px;
content: '';
bottom: 9px;
left: -3px;
right: -3px;
}
}

@media (min-width: 992px) {
.navbar .nav-item.active .nav-link.dropdown-toggle:before {
right: 11px;
}
}

@media (min-width: 992px) {
.navbar.navbar-light .nav-link {
color: #fff;
}

.navbar.navbar-light .nav-link:hover, .navbar.navbar-light .nav-link:focus {
color: #fff;
}
}

@media (min-width: 992px) {
.navbar.navbar-light .nav-item.show .nav-link:hover, .navbar.navbar-light .nav-item.show .nav-link:focus {
color: #fff;
}
}

@media (min-width: 992px) {
.navbar.navbar-light .active .nav-link {
color: #fff;
}
}

@media (max-width: 991.98px) {
.navbar .navbar-collapse {
background-color: #000;
/* position: absolute;*/
right: 0;
top: 100%;
z-index: 9;
left: 0;
margin: 15px 0 0 0;
padding: 15px 30px;
/*  overflow-y: scroll;
max-height: 450px;*/
-webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.15);
box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.15);
}

.mt-mobile {
margin-top: 20px;
}
}

.navbar .dropdown-toggle:after {
position: relative;
margin-left: 6px;
vertical-align: top;
border: 0;
width: auto;
height: auto;
content: '\F2F9';
font-family: "Material-Design-Iconic-Font";
}

@media (max-width: 991.98px) {
.navbar .dropdown-toggle:after {
position: absolute;
right: 0;
}
}

.navbar .dropdown .dropdown-menu {
border: 0;
margin: 15px 0 0 0;
padding: 0 20px 0 20px;
z-index: 999;
border-radius: 15px;
position: relative;
}

@media (min-width: 992px) {
.navbar .dropdown .dropdown-menu {
display: block;
position: absolute;
min-width: 190px;
width: auto;
opacity: 0;
visibility: hidden;
z-index: -1;
margin: 0;
padding: 10px 0;
border: 0;
border-radius: 3px;
font-size: 15px;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all .3s ease;
transition: all .3s ease;
-webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
}
}

.navbar .dropdown .dropdown-menu .dropdown-item {
color: #101f41;
font-size: 14px;
padding: 12px 0;
font-weight: 500;
border-bottom: 1px solid #eee;
position: relative;
background-color: #fff;
z-index: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

@media (min-width: 992px) {
.navbar .dropdown .dropdown-menu .dropdown-item {
padding: 10px 20px;
border-bottom: 0;
}

.navbar .dropdown .dropdown-menu .dropdown-item:before {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
height: 100%;
background-color: #FF9800;
border-radius: 0;
z-index: -1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .dropdown .dropdown-menu .dropdown-item:focus {
color: #000;
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover:before, .navbar .dropdown .dropdown-menu .dropdown-item:focus:before {
opacity: 1;
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}

.navbar .dropdown:hover .dropdown-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
transform: translateY(0px);
z-index: 99;
}

@media (min-width: 992px) {
.navbar.navbar-dark .nav-item.active .nav-link:before {
background-color: #5a90e0;
}
}

.navbar.navbar-dark .nav-link:hover {
color: #101f41;
}

.navbar-nav .nav-link:focus {
color: #101f41;
}

.navbar-toggler {
height: 2.5em;
width: 2.5em;
position: absolute;
left: 20px;
top: 0;
font-size: 12px;
cursor: pointer;
-webkit-transition: all .2s;
transition: all .2s;
}

.navbar-toggler .navbar-toggler-lines, .navbar-toggler .navbar-toggler-lines:after, .navbar-toggler .navbar-toggler-lines:before {
pointer-events: none;
display: block;
content: "";
width: 100%;
background-color: #000;
height: .25em;
position: absolute;
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transition: all .2s;
transition: all .2s;
}

.navbar-toggler .navbar-toggler-lines:after {
top: -0.8em;
}

.navbar-toggler .navbar-toggler-lines:before {
top: 0.8em;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-lines {
background-color: initial !important;
-webkit-transform: translateX(-2em);
transform: translateX(-2em);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-lines:before {
width: 2em;
left: .5em;
top: 0;
-webkit-transform: translateX(2em) rotate(135deg);
transform: translateX(2em) rotate(135deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-lines:after {
width: 2em;
left: .5em;
top: 0;
-webkit-transform: translateX(2em) rotate(-135deg);
transform: translateX(2em) rotate(-135deg);
}

@media (min-width: 992px) {
.navbar-light .show > .nav-link, .navbar-light .active > .nav-link, .navbar-light .nav-link.show, .navbar-light .nav-link.active {
color: #fff !important;
}
}

.navbar-dark .show > .nav-link, .navbar-dark .active > .nav-link, .navbar-dark .nav-link.show, .navbar-dark .nav-link.active {
color: #101f41 !important;
}

.navbar-dark .navbar-toggler .navbar-toggler-lines, .navbar-dark .navbar-toggler .navbar-toggler-lines:after, .navbar-dark .navbar-toggler .navbar-toggler-lines:before {
background-color: #5a90e0;
}

.nav-link {
position: relative;
}

@media (min-width: 992px) {
.nav-link:before {
position: absolute;
background-color: #fff;
height: 8px;
content: '';
bottom: 9px;
z-index: -1;
left: -6px;
right: -6px;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
}

.nav-link.active:before {
opacity: 0.2;
}
/* ===== Header ====== */
.header {
    position: fixed;
    width: 100%;
    z-index: 1041;
    background: #f7f7f7;
    box-shadow: 0 0px 5px #9494945e;
}

.navigation-bar {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
/*position: fixed;
width: 100%;*/
top: 0;
/*background: #000000;*/
}

.navigation-bar.sticky {
/*-webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);*/
}

.header-saas .navigation-bar.sticky {
/*background-image: linear-gradient(110deg, #fcfdff 0%, #f2f3fa 100%);
-webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);*/
}
/* ===== Footer ===== */
footer {
position: relative;
overflow: hidden;
padding-top: 0;
}

    footer.footer {
        background: url(../images/ftr-bg.png) no-repeat center bottom #f2f5f5;
    }

.footer-top {
padding: 70px 0 0;
}

@media (min-width: 768px) {
.footer-top {
padding: 70px 0 30px;
}
}

@media (min-width: 992px) {
.footer-top {
padding: 90px 0 30px;
}
}

@media (min-width: 1200px) {
.footer-top {
padding: 90px 0 50px;
}
}

.footer-top .btm-sep.c-white:after {
background-color: var(--color-tertiary);
}

.footer-top h4 {
font-family: 'Montserrat', sans-serif !important;
}

.footer-top .foot-links a {
    color: #85979C;
    padding-left: 15px;
    background: url("../images/dvd.png") no-repeat left;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.footer-top .foot-links a:last-of-type {
margin-bottom: 0;
}
/*
.footer-top .foot-links a:before {
font-size: 17px;
background: url("../images/dvd.png");
font-family: "Material-Design-Iconic-Font";
position: absolute;
top: 2px;
left: 0;
line-height: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #fff;
}*/
.footer-top .foot-links a:hover {
padding-left: 20px;
font-weight: bold;
}

.footer-top .foot-links a.active {
padding-left: 20px;
font-weight: bold;
}

.contact-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #85979C;
    font-family: 'Montserrat', sans-serif;
}

.contact-info li:last-of-type {
margin-bottom: 0;
}

.contact-info li i {
left: 0;
top: 4px;
position: absolute;
color: inherit;
}

.copyright {
padding: 1.25rem;
border-top: 1px solid #fff;
font-family: 'Montserrat', sans-serif;
}

.copyright a {
color: #fff;
text-decoration: underline;
}

.copyright a:hover {

text-decoration: underline;
}

.logo-footer {
width: 175px;
/*filter: brightness(0) invert(1);*/
}

.footer-saas .foot-links a {
color: #101f41;
}

.footer-saas .foot-links a:before {
color: #101f41;
}

.footer-saas .contact-info li {
color: #101f41;
}

.footer-saas .copyright {
border-top: 1px solid rgba(206, 206, 206, 0.2);
}
/* ===== HOME PAGE ===== */
/* ===== Hero Section ===== */
.banner-img {
position: relative;
z-index: 1;
}

.img-max {
max-width: inherit;
}

/*.section-hero {
background-image: url("../images/header-bg.jpg");
position: relative;
overflow: hidden;
background-color: #000000;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}*/


.section-hero {
background-image: url("../images/header-bg.jpg");
position: relative;
overflow: hidden;
background-color: --var(--color-primary);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

/*.section-hero:before {
position: absolute;
content: '';
height: 100%;
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-image: url("../images/banner-bg2.svg");
background-repeat: no-repeat;
background-size: cover;
z-index: 1;
}*/

@media (min-width: 1920px) {
.section-hero:before {
background-position: bottom center;
}
}

.section-hero .banner {
padding: 100px 0 100px;
z-index: 2;
}

@media (max-width: 1280px) {
}

/*.banner-heading {
padding-top: 145px;
font-size: 86px;
line-height: 80px;
font-weight: 500 !important;
text-transform: none;
}*/
/*.banner-heading {
padding-right: 20px;
padding-top: 380px;
font-size: 76px;
line-height: 80px;
font-weight: 500 !important;
text-transform: none;
width: 565px;
margin: 0;
}*/
.banner-heading {
/* padding-top: 5vw; */
font-size: 5vw;
line-height: 5vw;
font-weight: 500 !important;
text-transform: none;
/* width: 40vw; */
/* margin: 0; */
/* right: 2vw;
/* position: absolute;*/
}

.banner-heading2 {
padding-top: 141px !important;
font-size: 75px;
line-height: 70px;
float: right;
margin: 0 20px 25px 0;
font-weight: 500 !important;
text-transform: none;
display: none !important;
}

@media only screen and (max-width: 1080px) {

.banner-heading {
padding-top: 5vw;
font-size: 5vw;
line-height: 5vw;
font-weight: 500 !important;
text-transform: none;
width: 40vw;
margin: 0;
right: 2vw;
position: absolute;
display: none;
}

.banner-heading2 {
padding-top: 80px !important;
font-size: 75px;
line-height: 70px;
float: right;
margin: 0 20px 25px 0;
font-weight: 500 !important;
text-transform: none;
display: block !important;
}

.navbar-reset {
padding: 0;
}

#summarydiv span {
width: 100%;
font-weight: bold;

}

#summarydiv span span {
width: 100%;
font-weight: bold;
border-bottom: none;
}
}

/*@media only screen and (max-width: 1000px) {
.navigation-bar {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: fixed;
width: 100%;
top: 0;
padding: 25px 0 25px 0;
background: #ff8300 !important;
}

.navbar .logo {
padding: 0;
background: #ff8300;
margin: 0 auto;
}
}*/

@media only screen and (max-width: 812px) {


.navbar .logoindex {
width: 200px;
padding: 0;
background: transparent !important;
margin: 10px auto;
}





/*.navigation-bar.sticky {
background: var(--color-primary) !important;
}*/



.hidden-custom {
display: none !important;
}
}

@media only screen and (max-width: 768px) {
.summary-img {
position: fixed;
bottom: 0;
right: 0;
display: none;
}

.mtext-left {
text-align: left !important;
}

.mobilep {
border-bottom: solid 1px #dee2e6;
padding-top: 20px;
padding-bottom: 20px;
}

.mobilep2 {
border-bottom: solid 1px #dee2e6;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 20px;
}

.nav-tabs {
border-bottom: 1px solid #fff;
}

.navbar .logo {
width: 150px;
padding: 0;
background: var(--color-primary);;
margin: 2px auto;
}

.navbar .logoindex {
width: 200px;
padding: 0;
background: transparent !important;
margin: 10px auto;
}

/*.navigation-bar.sticky {
background: var(--color-primary) !important;
}*/

    .navigation-bar {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        /*position: fixed;*/
        width: 100%;
        /* padding: 20px 0 20px 0;*/
        top: 0;
        background: #f7f7f7; 
    }



.signup-text {
max-width: 100% !important;
padding-bottom: 20px;
float: none !important;
margin: -55px 0 0 0;
text-align: center !important;
}

.mt-mobile {
margin-top: 20px;
}



.bg-howitwork {
background: var(--color-primary); !important;
text-align: center;
}

.bg-login {
background: #ff923b !important;
}

.bg-signup {
background: var(--color-primary); !important;
}

.bg-about {
background: var(--color-primary); !important;
text-align: center;
}




/*.banner-heading {
padding-top: 0 !important;
font-size: 53px;
line-height: 53px;
float: right;
text-align: right;
font-weight: 500 !important;
width: 345px;
margin: 0px 25px 80px 0;
}*/
/*.banner-heading {
padding-top: 40px !important;
font-size: 76px;
line-height: 70px;
float: right;
text-align: right;
font-weight: 500 !important;
position: relative;
width: 300px;
margin: 0px 0 80px 0;
}*/


.addon-btn {
position: relative !important;
right: 1px;
top: 1px;
margin: 10px 0 0 0;
}
}

.beneficiary-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: auto;
}
.beneficiary-btn {
    width: auto;
    float: right;
    margin: 10px 0 0 0;
}
@media only screen and (max-width: 475px) {


.banner-heading2 {
padding-top: 141px !important;
width: 235px;
font-size: 54px;
line-height: 52px;
float: right;
margin: 0 20px 25px 0;
font-weight: 500 !important;
text-transform: none;
display: block;
}

.banner-heading {
padding-top: 5vw;
font-size: 5vw;
line-height: 5vw;
font-weight: 500 !important;
text-transform: none;
width: 40vw;
margin: 0;
right: 2vw;
position: absolute;
display: none;
}

.navbar .logo img {
width: 190px;
}



.navbar .logoindex {
width: 180px;
padding: 0;
background: transparent !important;
margin: 2px auto 0 100px;
}

.navbar-toggler {
height: 2.5em;
width: 2.5em;
position: absolute;
left: 45px;
top: 0 !important;
font-size: 12px;
cursor: pointer;
-webkit-transition: all .2s;
transition: all .2s;
}

.hidden-custom {
display: none !important;
}

.mobile-container {
width: 200px;
}

.footer-center {
text-align: center;
}
    .beneficiary-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 170px;
    }
}


@media (min-width: 360px) {
.section-hero .banner {
padding: 120px 0 0;
}



.bg-login {
background: #ff923b;
}

.bg-signup {
background: var(--color-primary);;
}

.bg-about {
background: var(--color-primary);;
}
}

@media (min-width: 576px) {
.section-hero .banner {
padding: 160px 0 125px;
}
}

@media (min-width: 992px) {
.section-hero .banner {
padding: 170px 0 110px;
}
}

@media (max-width: 991.98px) {
.section-hero .banner h2 {
font-size: 30px;
}
}

.section-hero .curve-shape {
position: absolute;
left: 0;
bottom: 0;
opacity: 0.3;
}

.section-hero .video-btn {
color: #fff;
display: inline-block;
}

.section-hero .video-btn:hover, .section-hero .video-btn:focus {
color: #fff;
}

.section-hero .play-btn {
width: 48px;
height: 48px;
display: inline-block;
background-color: #fff;
border-radius: 50%;
color: #5a90e0;
text-align: center;
-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
-webkit-animation: inout 1.5s infinite;
animation: inout 1.5s infinite;
}

.section-hero .play-btn i {
font-size: 25px;
line-height: 46px;
}

#tempCalcDiv p {
color:#000;
font-size:14px;
}
.banner-text h1 {
    font-size: 32px;
    font-weight: 600;
    color: #b0002a !important;
}
.banner-text p {
color: #fff !important;
}
.sendmoney-text p {
    color: #666666 !important;
    font-size: 18px;
    font-weight: bold;
}
#tempCalcDiv p {
color: #000 !important;
}
@media (min-width: 576px) {
.banner-text h1 {
font-size: 40px;
}
}

@media (min-width: 768px) {
.banner-text h1 {
font-weight: 500;
font-size: 38px;
}

.banner-text h1 span {
font-weight: bold;
font-size: 54px;
color: #ffff01;
}
}
/* ===== About Section ===== */
.about-section {
margin-top: -2px;
position: relative;
z-index: 1;
padding: 80px 0 80px;
}

@media (min-width: 992px) {
.about-section {
padding: 40px 0;
}

.service-section {
padding: 40px 0;
}

.howitwork-section {
padding: 40px 0;
}
}

.clients {
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 1px solid rgba(111, 173, 229, 0.14);
}

@media (min-width: 992px) {
.clients {
margin-bottom: 80px;
padding-bottom: 80px;
}
}
/* ===== Feature Section ===== */
.features-section {
padding-top: 10px;
padding-bottom: 70px;
}

.feature-box {
padding: 30px 30px 15px; 
text-align: center;
}
.feature-box h4 {
color: #b0002a;
}
.feature-box p {
color: #666666;
}

.feature-box .icon-box {
width: 60px;
height: 60px;
border-radius: 50%;
 
display: inline-block;
margin-bottom: 30px;
text-align: center;
padding-top: 12px;
}

.feature-box .icon-box i {
font-size: 35px;
color: var(--color-primary);
}
/* ===== Counters Section ===== */
.counters-section {
position: relative;
z-index: 0;
}

.counters-section:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(../img/shapes/counter-bg.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
z-index: -1;
}

.counter-box {
background-color: #fff;
border-radius: 10px;
-webkit-box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
position: relative;
padding: 30px 35px 20px;
z-index: 0;
}

.counter-box:after {
background-color: #5a90e0;
height: 110px;
width: 110px;
position: absolute;
content: "";
left: 0;
top: -0;
border-radius: 10px 50% 50% 50%;
opacity: 0.10;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
z-index: -1;
}

.counter-box .icon-box i {
font-size: 80px;
position: relative;
color: #5a90e0;
margin-left: -30px;
}

.counter-box * {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.counter-box:hover:after {
height: 100%;
width: 100%;
opacity: 1;
border-radius: 10px;
}

.counter-box:hover * {
color: #fff !important;
}

.counter-box p {
font-weight: 600;
}

.counter-box .count {
font-weight: 700;
}

.counter-box .count:after {
content: "+";
}
/* ===== Tesimonial Section ===== */
.testimonial-saas .testimonial-slider .testimonial-item {
-webkit-box-shadow: 0 0 40px rgba(16, 31, 65, 0.05);
box-shadow: 0 0 40px rgba(16, 31, 65, 0.05);
}

.testimonial-slider {
margin: -15px;
}

.testimonial-slider .testimonial-item {
margin: 15px;
text-align: left;
background-color: #fff;
border-radius: 10px;
padding: 32px;
margin-bottom: 35px;
-webkit-box-shadow: 0 0 40px rgba(16, 31, 65, 0.05);
box-shadow: 0 0 40px rgba(16, 31, 65, 0.05);
}

@media (min-width: 768px) {
.testimonial-slider .testimonial-item {
padding: 35px;
margin-bottom: 60px;
}
}

.testimonial-slider .testimonial-item .img-holder {
height: 100px;
width: 100px;
border-radius: 10px;
margin-bottom: 20px;
overflow: hidden;
}

@media (min-width: 768px) {
.testimonial-slider .testimonial-item .img-holder {
margin-bottom: 30px;
}
}

.testimonial-slider .slick-dots {
position: relative;
bottom: auto;
background-color: #5a90e0;
display: inline-block;
width: auto;
padding: 3px;
line-height: 1;
font-size: 0;
border-radius: 20px;
}

.testimonial-slider .slick-dots li {
position: relative;
display: inline-block;
width: 9px;
height: 9px;
margin: 5px;
background-color: #fff;
border-radius: 50px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.testimonial-slider .slick-dots li.slick-active {
width: 20px;
}

.testimonial-slider .slick-dots li button {
display: none;
}

.testimonial-slider .slick-dots li button:before {
display: none;
}

@media (min-width: 992px) {
.testimonial-saas .testimonial-item {
opacity: 0.6;
}

.testimonial-saas .testimonial-item.slick-center {
opacity: 1;
}
}

.testimonial-content .rating {
font-size: 20px;
margin-top: 22px;
margin-bottom: 10px;
}

.testimonial-saas {
position: relative;
z-index: 0;
}

.testimonial-saas:after {
content: '';
background-image: url(../img/home-saas/testi-bg.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: -1;
position: absolute;
}
/* ===== CTA Section ===== */
.cta-section {
margin-bottom: -150px;
z-index: 1;
}

.cta-section .cta-box {
-webkit-box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
border-radius: 10px;
text-align: center;
padding: 38px 32px;
}

@media (min-width: 768px) {
.cta-section .cta-box {
padding: 40px;
}
}

@media (min-width: 992px) {
.cta-section .cta-box {
padding: 60px;
}
}

.cta-section .cta-box h3 {
font-size: 34px;
margin-bottom: 20px;
}

.cta-section .cta-box p {
max-width: 800px;
}

.cta-section .cta-box .btn {
margin-bottom: 5px;
}

.banner-btns a {
vertical-align: top;
}
/* ===== Service Section ===== */
.service-section {
position: relative;
overflow: hidden;
z-index: 0;
}

.service-box {
padding: 35px 35px 20px;
margin-right: 30px;
margin-top: 30px;
background-color: #fff;
border-radius: 10px;
border: 1px dashed #000;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
min-height: 230px;
}

.service-box:hover {
-webkit-box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
border-color: transparent;
}

.service-box .icon-box {
position: absolute;
right: -20px;
top: -20px;
height: 80px;
width: 80px;
border-radius: 50%;
color: #fff;
background-color:var(--color-secondary);
text-align: center;
z-index: 2;
}

.service-box .icon-box:after, .service-box .icon-box:before {
opacity: 0.1;
position: absolute;
top: -10px;
left: -10px;
right: 0;
bottom: 0;
content: '';
height: 100px;
width: 100px;
border: 10px solid var(--color-secondary);
border-radius: 100%;
z-index: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.service-box .icon-box i {
font-size: 45px;
line-height: 80px;
}

.service-box .btm-sep {
padding-bottom: 15px;
}

.service-box .btm-sep::after {
width: 40px;
}

.service-box:hover .icon-box:after {
-webkit-animation-name: ripple;
animation-name: ripple;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
}

.service-box:hover .icon-box:before {
-webkit-animation-name: ripple;
animation-name: ripple;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
}
/* ===== Project Section ===== */
.project-section {
z-index: 0;
}

.project-section .sorting {
font-size: 0;
}

.project-section .sorting .filter-btn {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 600;
color: #232323;
text-transform: uppercase;
padding: 11px 18px;
cursor: pointer;
}

@media (min-width: 992px) {
.project-section .sorting .filter-btn {
font-size: 15px;
padding: 13px 30px;
}
}

.project-section .sorting .filter-btn span {
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.project-section .sorting .filter-btn.active span {
color: #fff;
}

.project-section .sorting .filter-btn:after, .project-section .sorting .filter-btn:before {
position: absolute;
content: '';
width: 0;
height: 0;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
z-index: -1;
}

.project-section .sorting .filter-btn:before {
bottom: 0;
left: 0;
border-radius: 0 0 5px 5px;
}

.project-section .sorting .filter-btn:after {
top: 0;
right: 0;
border-radius: 5px 5px 0 0;
}

.project-section .sorting .filter-btn.active:before, .project-section .sorting .filter-btn.active:after {
width: 100%;
background-color: #5a90e0;
height: 50%;
}

.project {
position: relative;
-webkit-box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
box-shadow: 0 5px 30px 0 rgba(16, 31, 65, 0.12);
border-radius: 10px;
}

.project .proj-img {
position: relative;
overflow: hidden;
}

.project .proj-img img {
width: 100%;
border-radius: 10px;
}

.project .proj-img .proj-overlay {
padding: 20px;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
}

.project .proj-img .proj-overlay:after, .project .proj-img .proj-overlay:before {
opacity: 0.6;
position: absolute;
top: 0;
content: "";
width: 0;
height: 100%;
background-color: #5a90e0;
-webkit-transition: all 0.45s ease-in-out 0s;
transition: all 0.45s ease-in-out 0s;
z-index: -1;
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
border-radius: 10px;
}

.project .proj-img .proj-overlay:before {
right: 0;
}

.project .proj-img .proj-overlay:after {
left: 0;
}

.project h5 {
color: #fff;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform-origin: left;
transform-origin: left;
}

.project .pop-btn {
position: absolute;
right: 20px;
bottom: 10px;
font-size: 30px;
color: #fff;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform-origin: right;
transform-origin: right;
}

.project:hover .proj-overlay:after, .project:hover .proj-overlay::before {
width: 100%;
transform: skewX(0);
-webkit-transform: skewX(0);
-moz-transform: skewX(0);
-ms-transform: skewX(0);
-o-transform: skewX(0);
}

.project:hover h5 {
opacity: 1;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
-webkit-transform: scale(1);
transform: scale(1);
}

.project:hover .pop-btn {
opacity: 1;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
-webkit-transform: scale(1);
transform: scale(1);
}
/* ===== App Features ===== */
.app-features {
position: relative;
z-index: 0;
}

.app-features:after {
content: '';
background-image: url("../img/home-saas/app-f-bg.svg");
background-repeat: no-repeat;
background-position: center center;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: -1;
position: absolute;
}
/* ===== Home SAAS ===== */
.section-hero-saas {
position: relative;
z-index: 0;
}

.section-hero-saas:after {
position: absolute;
content: '';
background-image: url(../img/home-saas/banner-bg.svg);
background-repeat: no-repeat;
background-position: center center;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: -1;
}

.section-hero-saas .banner {
padding: 100px 0 100px;
z-index: 2;
}

@media (min-width: 360px) {
.section-hero-saas .banner {
padding: 120px 0 100px;
}
}

@media (min-width: 576px) {
.section-hero-saas .banner {
padding: 160px 0 125px;
}
}

@media (min-width: 992px) {
.section-hero-saas .banner {
padding: 190px 0 125px;
}
}

@media (max-width: 991.98px) {
.section-hero-saas .banner h2 {
font-size: 30px;
}
}

.section-hero-saas .banner-text h1 {
font-size: 32px;
font-weight: 600;
}

@media (min-width: 576px) {
.section-hero-saas .banner-text h1 {
font-size: 40px;
}
}

@media (min-width: 768px) {
.section-hero-saas .banner-text h1 {
font-weight: 500;
font-size: 45px;
}
}

.section-hero-saas .video-btn {
color: #5a90e0;
font-weight: 500;
display: inline-block;
}

.section-hero-saas .video-btn:hover, .section-hero-saas .video-btn:focus {
color: #5a90e0;
}

.section-hero-saas .play-btn {
width: 48px;
height: 48px;
display: inline-block;
background-color: #5a90e0;
border-radius: 50%;
color: #fff;
text-align: center;
-webkit-box-shadow: 0 0 0 rgba(78, 99, 215, 0.8);
box-shadow: 0 0 0 rgba(78, 99, 215, 0.8);
-webkit-animation: inout2 1.5s infinite;
animation: inout2 1.5s infinite;
}

.section-hero-saas .play-btn i {
font-size: 25px;
padding-top: 11px;
}
/* ===== ABOUT PAGE ===== */
.team-item {
padding: 35px;
padding-right: 0;
position: relative;
z-index: 0;
}

.team-item:after, .team-item:before {
content: "";
position: absolute;
-webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
border-radius: 10px;
z-index: -1;
}

.team-item:before {
height: 100%;
background-color: #fff;
left: 0;
top: 0;
right: 30px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.team-item:after {
height: 6px;
width: calc(100% - 30px);
background-color: #5a90e0;
left: 0;
bottom: 0;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}

.team-item:hover:after {
height: 100%;
}

.team-item .img-holder {
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
border-radius: 10px;
width: calc(100% - 70px);
margin-left: 70px;
overflow: hidden;
}

.team-item .img-holder img {
border-radius: 10px;
width: 100%;
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}

.team-item:hover .img-holder img {
-webkit-transform: scale(1);
transform: scale(1);
}

.team-item .socials {
position: absolute;
}

.team-item .socials a {
display: block;
margin-right: 0;
margin-bottom: 15px;
-webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
}

.team-item .socials a:last-of-type {
margin-bottom: 0;
}

.team-item .team-content {
margin-right: 70px;
text-align: center;
}

.team-item .team-content h5 {
color: #101f41;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.team-item .team-content p {
color: #5a90e0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
font-weight: 600;
font-size: 14px;
}

.team-item:hover .team-content h5, .team-item:hover .team-content p {
color: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.client-slider .slick-list {
margin: 0 -15px;
}

.client-slider .item {
text-align: center;
background-color: #f3f5ff;
padding: 10px 20px;
border-radius: 10px;
margin: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.client-slider .item img {
margin: 0 auto;
}

.about-page-img {
position: relative;
text-align: center;
}
/* ===== PRICING PAGE ===== */
.price-tabs {
background-color: #fff;
-webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
display: inline-block;
padding: 7px;
border-radius: 40px;
border: 1px solid #5a90e0;
margin-bottom: 45px;
}

@media (min-width: 768px) {
.price-tabs {
margin-bottom: 60px;
}
}

.price-tabs .nav-link {
color: #5a90e0;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
padding: 12px 35px;
display: inline-block;
border-radius: 40px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

@media (min-width: 768px) {
.price-tabs .nav-link {
padding: 12px 40px;
}
}

.price-tabs .nav-link.active {
background-color: #5a90e0;
color: #fff;
}

.price-item {
background-color: #fff;
-webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
border-radius: 10px;
}

@media (min-width: 768px) {
.price-item {
margin: 0 20px;
padding-top: 20px;
}
}

.price-item .price-top {
-webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
padding: 50px 0 25px;
background-color: #5a90e0;
border-radius: 10px;
position: relative;
z-index: 0;
margin-bottom: 33px;
}

@media (min-width: 768px) {
.price-item .price-top {
margin: 0 -20px;
border-radius: 20px;
}
}

.price-item .price-top:after {
height: 50px;
width: 100%;
border-radius: 0 0 10px 10px;
background-color: #5a90e0;
position: absolute;
content: '';
left: 0;
bottom: -17px;
z-index: -1;
-webkit-transform: skewY(5deg);
transform: skewY(5deg);
-webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}

@media (min-width: 768px) {
.price-item .price-top:after {
border-radius: 0 0 20px 20px;
}
}

.price-item .price-top * {
color: #fff;
}

.price-item .price-top h2 {
font-weight: 700;
}

.price-item .price-top h2 sup {
top: 13px;
left: -5px;
font-size: 0.35em;
font-weight: 500;
vertical-align: top;
}

.price-item .price-content {
padding: 30px;
padding-bottom: 40px;
}

.price-item .price-content li {
position: relative;
margin-bottom: 15px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
}

@media (min-width: 992px) {
.price-item .price-content li {
padding-left: 28px;
text-align: left;
}
}

@media (min-width: 992px) {
.price-item .price-content li i {
position: absolute;
left: 0;
top: 3px;
}
}

.price-item .price-content .zmdi-check {
color: #28a745;
}

.price-item .price-content .zmdi-close {
color: #f00;
}

.popular {
background-color: #5a90e0;
}

.popular .price-top {
background-color: #fff;
}

.popular .price-top:after {
background-color: #fff;
}

.popular .price-top h4 {
color: #101f41;
}

.popular .price-top h2, .popular .price-top span, .popular .price-top sup {
color: #5a90e0;
}

.popular .price-content ul *, .popular .price-content ul .zmdi-close, .popular .price-content ul .zmdi-check {
color: #fff !important;
}
/* ===== Plans Section ===== */
.plan-box {
background-color: #fff;
position: relative;
padding: 45px 45px 30px;
border-radius: 10px;
z-index: 0;
overflow: hidden;
-webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
}

.plan-box .icon-box i {
font-size: 60px;
color: #5a90e0;
}

.plan-box span i {
position: absolute;
font-size: 200px;
color: #705ae4;
right: -40px;
bottom: -25%;
z-index: -1;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
opacity: 0.10;
}

.plan-box:hover span i {
right: 0;
bottom: 0;
opacity: 0.05;
}
/* ===== BLOG PAGE ===== */
.blog-item {
background-color: #fff;
-webkit-box-shadow: 0 10px 40px 0 rgba(39, 39, 39, 0.1);
box-shadow: 0 10px 40px 0 rgba(39, 39, 39, 0.1);
border-radius: 10px;
}

.blog-item .img-holder {
border-radius: 10px 10px 0 0;
overflow: hidden;
position: relative;
}

.blog-item .img-holder img {
width: 100%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.blog-item .img-holder .date {
width: 55px;
height: 55px;
position: absolute;
bottom: 10px;
right: 10px;
background-color: #5a90e0;
border-radius: 5px;
color: #fff;
text-align: center;
font-weight: 600;
line-height: 1.2;
padding: 8px 0;
-webkit-box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.4);
box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.4);
}

.blog-item .blog-content {
padding: 30px;
}

.blog-item .blog-content .rm-btn {
font-size: 15px;
font-weight: 400;
color: #5a90e0;
}

.blog-item .blog-content .rm-btn i {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding-left: 2px;
}

.blog-item .blog-content .rm-btn:hover {
text-decoration: none;
}

.blog-item .blog-content .rm-btn:hover i {
padding-left: 6px;
}

.blog-item:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.author-social a {
color: #b9c4ff;
}

.author-social a:hover, .author-social a:focus {
color: #ffffff;
}

.meta {
font-size: 14px;
}

.meta li {
line-height: 1;
}

.meta li:not(:last-of-type) {
border-right: 1px solid #d7d7d7;
margin-right: 15px;
padding-right: 15px;
}

.sidebar .input-group {
border: 1px solid #5a90e0;
background-color: #fff;
padding: 5px;
border-radius: 5px;
}

.sidebar .input-group .form-control, .sidebar .input-group:focus {
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.sidebar .input-group button {
width: 42px;
background-color: #5a90e0;
border: 0;
color: #fff;
font-size: 20px;
border-radius: 5px;
cursor: pointer;
padding-top: 4px;
}

.sidebar .input-group button:hover {
background-color: #3951d2;
}

.sidebar .widget:not(:last-of-type) {
margin-bottom: 60px;
}

.widget-author {
background-color: #5a90e0;
border-radius: 10px;
padding: 30px;
-webkit-box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.3);
box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.3);
}

.widget-author .img-holder {
width: 100px;
border-radius: 50%;
overflow: hidden;
}

.widget-list {
border-radius: 10px;
-webkit-box-shadow: 0 10px 40px 0 rgba(39, 39, 39, 0.1);
box-shadow: 0 10px 40px 0 rgba(39, 39, 39, 0.1);
padding: 30px;
}

.widget-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.widget-list li:not(:last-of-type) {
border-bottom: 1px dashed #d7d7d7;
padding-bottom: 15px;
margin-bottom: 15px;
}

.tagcloud a {
border-radius: 30px;
border: 1px solid #d7d7d7;
padding: 5px 16px;
color: #707070;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-weight: 500;
}

.tagcloud a:hover {
border-color: #5a90e0;
background-color: #5a90e0;
color: #fff;
}

.blog-detail blockquote {
border-radius: 10px;
padding: 25px;
position: relative;
border-left: 10px solid #5a90e0;
-webkit-box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.3);
box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.3);
}

@media (min-width: 768px) {
.blog-detail blockquote {
padding: 40px;
}
}

.blog-detail blockquote i {
color: #5a90e0;
font-size: 50px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
line-height: 0.45;
}

.blog-detail blockquote:after {
position: absolute;
bottom: 1px;
right: 10px;
content: '\F1B2';
font-family: "Material-Design-Iconic-Font";
color: #5a90e0;
font-size: 140px;
opacity: 0.15;
line-height: 0.4;
}

.comments-area .media {
position: relative;
}

.comments-area .media img {
width: 50px;
border-radius: 5px;
margin-right: 20px;
}

@media (min-width: 768px) {
.comments-area .media img {
width: 90px;
}
}

@media (min-width: 992px) {
.comments-area .media img {
width: 120px;
}
}

.comments-area .media span {
color: #5a90e0;
font-size: 14px;
display: block;
margin-bottom: 10px;
}

.comments-area .comment-reply {
position: absolute;
right: 0;
top: 0;
font-weight: 500;
color: #232323;
}

.comments-area .comment-reply:hover {
color: #5a90e0;
}
/* ===== CONTACT PAGE ===== */
.contact-section .contact-detail li {
padding: 22px;
color: #fff;
position: relative;
background-color: var(--color-primary);;
border-radius: 10px;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.contact-section .contact-detail li i {
position: absolute;
right: 10px;
color: #fff;
bottom: 10px;
font-size: 80px;
opacity: 0.1;
}
/* ===== ERROR PAGE ===== */
.error-section {
z-index: 0;
}

.error-section h1 {
font-size: 70px;
color: #5a90e0;
font-weight: 700;
text-shadow: 0 7px 2px rgba(53, 31, 174, 0.2);
}

@media (min-width: 768px) {
.error-section h1 {
font-size: 100px;
}
}

@media (min-width: 992px) {
.error-section h1 {
font-size: 150px;
}
}

.error-section::after {
position: absolute;
content: '';
width: 100%;
height: 100%;
opacity: 0.15;
z-index: -1;
background-image: url(../img/shapes/error-wave2.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-direction: alternate;
animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: scale;
animation-name: scale;
}

.error-section::before {
position: absolute;
content: '';
opacity: 0.10;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: -1;
background-image: url(../img/shapes/error-wave1.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: bottom right;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-direction: alternate;
animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: scale;
animation-name: scale;
}

.error-section .shapes span {
opacity: 0.15;
display: inline-block;
width: 40px;
position: absolute;
}

.error-section .shapes .shape1 {
left: 12%;
top: 10%;
}

.error-section .shapes .shape2 {
left: 10%;
top: 75%;
}

.error-section .shapes .shape3 {
left: 50%;
top: 5%;
}

.error-section .shapes .shape4 {
left: 50%;
top: 30%;
}

.error-section .shapes .shape5 {
left: 34%;
top: 80%;
}

.error-section .shapes .shape6 {
left: 83%;
top: 70%;
}

.error-section .shapes .shape7 {
left: 81%;
top: 2%;
}
/* ===== LOGIN PAGE ===== */
.login-box {
border-radius: 10px;
}

@media (min-width: 992px) {
.login-box {
margin: 40px 0;
}
}

.login-box .form-wrap {
padding: 30px 25px;
border-radius: 10px;
}

@media (min-width: 768px) {
.login-box .form-wrap {
padding: 45px;
}
}

@media (min-width: 992px) {
.login-box .form-wrap {
margin-top: -40px;
margin-bottom: -40px;
padding: 30px;
}
}

.login-box .socials a {
-webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
}

.login-section {
position: relative;
z-index: 0;
}

.login-section::after {
position: absolute;
content: '';
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0.15;
z-index: -1;
background-image: url(../img/shapes/login-wave2.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: top right;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-direction: alternate;
animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: pulse;
animation-name: pulse;
}

.login-section::before {
position: absolute;
content: '';
opacity: 0.10;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: -1;
background-image: url(../img/shapes/login-wave1.svg);
background-size: cover;
background-position: top right;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-direction: alternate;
animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: pulse;
animation-name: pulse;
}

.login-section .content {
padding: 20px;
}
/* ===== FAQ PAGE ===== */
.theme-accordion .card {
-webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
}

.theme-accordion .card-header .btn {
border-radius: 0;
padding: 20px;
padding-left: 90px;
font-weight: 500;
}

.theme-accordion .card-header .btn:before {
font-family: "Material-Design-Iconic-Font";
content: '\F273';
height: 100%;
width: 63px;
background-color: #5a90e0;
color: #fff;
position: absolute;
top: 0;
left: 0;
text-align: center;
padding-top: 13px;
font-size: 25px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.theme-accordion .card-header .btn.collapsed:before {
content: '\F278';
}

.theme-accordion .card-body {
padding: 30px 30px 15px;
border: 1px solid #f3f5ff;
border-top: 0;
}
/* ===== Career ===== */
.career-form {
background-color: #5a90e0;
border-radius: 5px;
padding: 0 16px;
}

.career-form .form-control {
background-color: rgba(255, 255, 255, 0.2);
border: 0;
padding: 12px 15px;
color: #fff;
}

.career-form .form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #fff;
}

.career-form .form-control::-moz-placeholder {
/* Firefox 19+ */
color: #fff;
}

.career-form .form-control:-ms-input-placeholder {
/* IE 10+ */
color: #fff;
}

.career-form .form-control:-moz-placeholder {
/* Firefox 18- */
color: #fff;
}

.career-form .custom-select {
background-color: rgba(255, 255, 255, 0.2);
border: 0;
padding: 12px 15px;
color: #fff;
width: 100%;
border-radius: 5px;
text-align: left;
height: auto;
background-image: none;
}

.career-form .custom-select:focus {
-webkit-box-shadow: none;
box-shadow: none;
}

.career-form .select-container {
position: relative;
}

.career-form .select-container:before {
position: absolute;
right: 15px;
top: calc(50% - 14px);
font-size: 18px;
color: #ffffff;
content: '\F2F9';
font-family: "Material-Design-Iconic-Font";
}

.filter-result .job-box {
-webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
border-radius: 10px;
padding: 10px 35px;
}

.list-disk li {
list-style: disc inside;
margin-bottom: 12px;
}

.list-disk li:last-child {
margin-bottom: 0;
}

.job-box .img-holder {
height: 65px;
width: 65px;
background-color: #5a90e0;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
font-family: "Open Sans", sans-serif;
color: #fff;
font-size: 22px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 65px;
}

.career-title {
background-color: #5a90e0;
color: #fff;
padding: 15px;
text-align: center;
border-radius: 10px 10px 0 0;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
}

.job-overview {
-webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
border-radius: 10px;
}

@media (min-width: 992px) {
.job-overview {
position: -webkit-sticky;
position: sticky;
top: 70px;
}
}

.job-overview .job-detail ul {
margin-bottom: 28px;
}

.job-overview .job-detail ul li {
opacity: 0.75;
font-weight: 600;
margin-bottom: 15px;
}

.job-overview .job-detail ul li i {
font-size: 20px;
position: relative;
top: 1px;
}

.job-overview .overview-bottom, .job-overview .overview-top {
padding: 35px;
}

.job-content ul li {
font-weight: 600;
opacity: 0.75;
border-bottom: 1px solid #ccc;
padding: 10px 5px;
}

@media (min-width: 768px) {
.job-content ul li {
border-bottom: 0;
padding: 0;
}
}

.job-content ul li i {
font-size: 20px;
position: relative;
top: 1px;
}
/* ===== ELEMENTS ===== */
.elements h3 span {
color: #ccc;
}

.alert .close {
right: 20px !important;
}
/* ===== RESET CSS ====== */


/* ===== Fonts ====== */
/*@font-face {
    font-family: InterstateCompressedBold;
    src: url(../fonts/InterstateCompressedBold.otf) format('opentype');
}

@font-face {
font-family: InterstateBlackCompressed;
src: url(../fonts/InterstateBlackCompressed.ttf) format('truetype');
}

@font-face {
font-family: InterstateLightCompressed;
src: url(../fonts/InterstateLightCompressed.ttf) format('truetype');
}

@font-face {
font-family: 'Montserrat', sans-serif;
src: url(../fonts/RobotoCondensedBold.ttf) format('truetype');
}

@font-face {
font-family: 'Montserrat', sans-serif;
src: url(../fonts/RobotoCondensedLight.ttf) format('truetype');
}

@font-face {
font-family: 'Montserrat', sans-serif;
src: url(../fonts/RobotoCondensedRegular.ttf) format('truetype');
}*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/InterstateCompressedBold.otf) format('opentype');
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/InterstateBlackCompressed.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/InterstateLightCompressed.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/RobotoCondensedBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/RobotoCondensedLight.ttf) format('truetype');
}

@font-face {
font-family: 'Montserrat', sans-serif;
src: url(../fonts/RobotoCondensedRegular.ttf) format('truetype');
}
/* ===== Fonts End ====== */
.InterstateCompressedBold {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.InterstateBlackCompressed {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.InterstateLightCompressed {
    font-family: 'Montserrat', sans-serif;
}

.RobotoCondensedBold {
    font-family: 'Montserrat', sans-serif;
}

.RobotoCondensedLight {
    font-family: 'Montserrat', sans-serif;
}

.RobotoCondensedRegular {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-size: 16px;
    /*font-family:InterstateCompressed;*/
    font-family: 'Montserrat', sans-serif;
    background-color: #f3f5ff;
    font-weight: 400;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
background: #222;
color: #fff;
}

::selection {
background: #CAD8DB;
color: #657F86;
}
/*===== custom scrollbar ====== */ 
::-webkit-scrollbar {
width: 10px;
background: #fff;
}

::-webkit-scrollbar-thumb {
background: var(--color-primary);
border-radius: 30px;
}

a {
cursor: pointer;
}

a:hover, a:focus {
color: #5a90e0;
outline: 0 none;
text-decoration: none;
}

img {
max-width: 100%;
height: auto;
}

ul, li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #666666;
}

.table {
    font-family: 'Montserrat', sans-serif;
    color: #949494;
}

span {
color: inherit;
}

i {
line-height: 1;
font-style: normal;
}

img {
border-style: none;
height: auto;
max-width: 100%;
vertical-align: middle;
}

iframe {
border: none;
}

:active, :focus {
outline: none !important;
}

.btn.focus, .btn:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: initial;
}
/* ===== Headings ====== */
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.33;
}

h1 {
font-size: 45px;
}

@media (min-width: 992px) {
h1 {
font-size: 54px;
}
}

h2 {
font-size: 38px;
}

@media (min-width: 992px) {
h2 {
font-size: 45px;
}
}

h3 {
font-size: 30px;
margin-bottom: 30px;
}

@media (min-width: 992px) {
h3 {
font-size: 35px;
}
}

h4 {
font-size: 25px;
line-height: 25px;
}

h5 {
font-size: 18px;
}

h5 a, h6 a {
-webkit-transition: all .3s ease;
transition: all .3s ease;
}

h5 a {
color: inherit;
}

h5:hover a {
color: #5a90e0;
}

h6 {
font-size: 16px;
font-weight: 600;
}
/* ===== Forms ====== */
.form-group {
margin-bottom: 10px;
}

label {
display: inline-block;
margin-bottom: 0;
color: #666666;
}

.form-group .zmdi {
position: absolute;
z-index: 1;
color: #fff;
background-color:var(--color-primary);
border-radius: 5px;
height: 100%;
width: 45px;
text-align: center;
font-size: 20px;
padding-top: 7px;
left: 0;
}

.form-group input[type='text'], .form-group input[type='email'], .form-group input[type='password'] {
padding-left: 10px;
}

.pl-6 {
padding-left: 60px !important;
}

.form-group.position-relative {
overflow: hidden;
}

.form-control {
border: 2px solid #ccc;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
background-color: #fff;
color: #000000;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
position: relative;
/*padding: 10px 15px 9px;*/
}

.form-control:focus, .form-control:hover {
border-color: var(--color-primary);;
-webkit-box-shadow: none;
box-shadow: none;
}
/*	.color-control:focus, .color-control:hover {
border-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
*/
/* Chrome/Opera/Safari
:focus::-webkit-input-placeholder {

opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.3s ease;
color: #fff !important;
transition: all 0.3s ease;
}*/

/* Firefox 19+
:focus::-moz-placeholder {

opacity: 0;
transform: translateX(-50%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}*/
/* IE 10+
:focus:-ms-input-placeholder {

opacity: 0;
transform: translateX(-50%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}*/
/* Firefox 18-
:focus:-moz-placeholder {

opacity: 0;
transform: translateX(-50%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
*/

textarea {
overflow: hidden;
}

.form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #858585;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.form-control::-moz-placeholder {
/* Firefox 19+ */
color: #858585;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.form-control:-ms-input-placeholder {
/* IE 10+ */
color: #858585;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.form-control:-moz-placeholder {
/* Firefox 18- */
color: #858585;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
/* ===== Custom Button ===== */
.btn {
font-family: 'Montserrat', sans-serif;
padding: 10px 20px;
border-radius: 6px;
border: 0;
font-size: 15px;
font-weight: 600;
position: relative;
overflow: hidden;
min-width: 130px;
}

.btn-default {
color: #999999;
background-color: #e6e6e6;
border-color: #e6e6e6;
}


.btn.btn-custom {
background-color: var(--color-primary);
color: #fff;
z-index: 0;

}

.btn-outline-warning {
color: #f68930;
border-color: #f68930 !important;
border: solid 1px;
}

.btn.btn-custom:after {
position: absolute;
content: '';
right: -70%;
top: 0;
height: 100%;
width: 100%;
background-color: #fff;
opacity: 0;
-webkit-transform: skewX(0);
transform: skewX(0);
z-index: -1;
}

.btn.btn-custom:hover:after {
opacity: 0.2;
-webkit-transform: skewX(30deg);
transform: skewX(30deg);
right: -50%;
}

.btn.btn-dark {
background-color: #101f41;
color: #fff;
}

.btn.btn-light {
background-color: #fff;
color: #5a90e0;
}

.btn.btn-light:after {
background-color: #5a90e0;
}

.btn-lg {
padding: 12px 30px;
font-size: 16px;
font-weight: 500;
}

.btn-sm {
padding: 5px 15px;
font-size: 16px;
font-weight: 500;
}

.pagination.pagination-reset .page-item .page-link {
text-align: center;
background-color: #5a90e0;
color: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
border: 1px solid #5a90e0;
margin: 0 10px;
border-radius: .25rem;
min-width: 2.25rem;
padding: .5rem .75rem;
line-height: 1.25;
}

.pagination.pagination-reset .page-item .page-link:hover {
background-color: #fff;
color: #5a90e0;
}

.pagination.pagination-reset .page-item .page-link:focus {
-webkit-box-shadow: none;
box-shadow: none;
}

.pagination.pagination-reset .page-item:first-child .page-link, .pagination.pagination-reset .page-item:last-child .page-link {
color: #5a90e0;
font-size: 25px;
line-height: 1;
background-color: transparent;
border: transparent;
}

.breadcrumb {
background-color: transparent;
padding: 0;
}

.breadcrumb .breadcrumb-item {
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
padding-left: 15px;
}

.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item.active, .breadcrumb .breadcrumb-item:before {
color: #000;
}

.breadcrumb .breadcrumb-item:before {
padding-right: 15px;
}

.breadcrumb .breadcrumb-item.active {
font-weight: bold;
}
/*====== Custom Checkbox =====*/
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 1.5px;
width: 15px;
height: 15px;
border: 1px solid #101f41;
background-color: #fff;
border-radius: 3px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
content: '\F26B';
font-family: "Material-Design-Iconic-Font";
position: absolute;
font-size: 13px;
line-height: 1.2em;
left: 0;
background-color: #000;
text-align: center;
font-weight: 700;
top: 2px;
width: 15px;
height: 15px;
color: #fff;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 3px;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}

[type="checkbox"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

[type="checkbox"] + label, [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
margin: 0;
line-height: 1.3;
padding-left: 21px;
position: relative;
cursor: pointer;
}
/*====== Custom Checkbox =====*/
/*.alert {
padding: 18px 30px;
border: 0;
border-radius: 5px;
border-left: 5px solid;
background-color: #fff;
-webkit-box-shadow: 0 2px 20px 0 rgba(39, 39, 39, 0.1);
box-shadow: 0 2px 20px 0 rgba(39, 39, 39, 0.1);
margin-bottom: 30px;
}*/
.alert > i {
font-size: 22px;
position: relative;
top: 1px;
}

.alert .close {
position: absolute;
top: 50%;
right: 10px;
padding: 0;
opacity: 1;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.alert.alert-primary {
    color: #fff;
    background: #85979c;
    padding: 5px;
}

.alert.alert-secondary {
color: #a1a5b5;
}

.alert.alert-success {
color: #8cc54f;
}

.alert.alert-danger {
color: #ef0000;
}

.alert.alert-warning {
color: #fd9d15;
}

.alert.alert-info {
color: #5151c3;
}

.alert.alert-dark {
color: #515151;
}

textarea.form-control {
min-height: 120px;
}
/* ===== CUSTOM CSS ====== */
.c-white {
color: #fff !important;
}

.c-black {
color: #666666 !important;
}

.c-orang {
color: var(--color-primary); !important;
}

.sky-blue {
color: #76bfe9 !important;
}

.blue {
color: #5a90e0 !important;
}

.gray {
color: #707070 !important;
}

.sp-100 {
padding-top: 80px;
padding-bottom: 80px;
}

@media (min-width: 576px) {
.sp-100 {
padding-top: 85px;
padding-bottom: 85px;
}
}

@media (min-width: 992px) {
.sp-100 {
padding-top: 100px;
padding-bottom: 100px;
}
}

.sp-100-70 {
padding-top: 80px;
padding-bottom: 50px;
}

@media (min-width: 576px) {
.sp-100-70 {
padding-top: 85px;
padding-bottom: 55px;
}
}

@media (min-width: 992px) {
.sp-100-70 {
padding-top: 100px;
padding-bottom: 70px;
}
}

.sp-70 {
padding-top: 70px;
padding-bottom: 70px;
}

.sp-lg-70 {
padding-top: 70px;
padding-bottom: 70px;
}

.mb-40 {
margin-bottom: 40px;
}

.mb-60 {
margin-bottom: 60px;
}

.mt-60 {
margin-top: 60px;
}

.mt-100 {
margin-top: 100px;
}

.mb-30 {
margin-bottom: 30px;
}

.pb-30 {
padding-bottom: 30px;
}

.mt-30 {
margin-top: 30px;
}

.pb-230 {
padding-bottom: 230px;
}

.pb-200 {
padding-bottom: 200px;
}

.o-hide {
overflow: hidden;
}

.bordered {
border: solid 1px #fff;
}

.transparent {
background-color: transparent !important;
}

.transparent-light {
background-color: rgb(255 255 255 / 42%) !important;
}

.bg-purple {
background-color: #6F2690 !important;
}

.bg-purple-dark {
background-color: #581e73 !important;
}

.bg-orang {
background-color: var(--color-primary) !important;
color: #000 !important;
}

.bg-orang-dark {
background-color: #d16900 !important;
}

.bg-login {
background: url(../images/login-bg.jpg) #ff923b left top;
background-repeat: no-repeat;
background-position: bottom left;
background-size: contain;
}

.bg-signup {
background: url(../images/signup-bg.jpg) var(--color-primary); left top;
background-repeat: no-repeat;
background-size: contain;
background-position: bottom left;
background-attachment: fixed;
}
/*Country Background*/

.bg-usa {
background: url(../images/EnterAmount-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
background-attachment: fixed;
}

/*Country Background End*/

.bg-about {
background: url(../images/about.jpg) var(--color-primary) right bottom;
background-repeat: no-repeat;
background-size: 1450px;
/*background-size: contain;*/
}

.bg-howitwork {
background: url(../images/howitwork.jpg) right bottom var(--color-primary);;
background-repeat: no-repeat !important;
background-size: contain;
}

.bg-green {
background-color: #5dc669 !important;
}

.bg-blue {
background-color: #5a90e0 !important;
}

.bg-light {
    background: linear-gradient(180deg, rgba(221, 221, 221, 0.7) 0%, rgba(238, 238, 238, 0.7) 11.98%, rgba(238, 238, 238, 0.7) 88.02%, rgba(221, 221, 221, 0.7) 100%);
}

.bg-light-2 {
background-color: #F2F5F5 !important;
}

.bg-gradi {
background-image: -webkit-gradient(linear, left top, right top, from(#5a90e0), to(#76bfe9)) !important;
background-image: linear-gradient(to right, #5a90e0 0%, #76bfe9 100%) !important;
}

.bg-black {
background: #000;
}

.bg-gradi2 {
background-image: linear-gradient(110deg, #fcfdff 0%, #f2f3fa 100%) !important;
}

.fs-sm {
font-size: 14px;
}

.font-weight-semi-bold {
font-weight: 500;
}

.font-weight-semi-bolder {
font-weight: 600;
}

.br-10 {
border-radius: 10px;
}

.ff-open-sans {
font-family: "Open Sans", sans-serif;
}

.ff-montserrat {
font-family: "Montserrat", sans-serif;
}
/* ===== Headings & Titles ===== */
.subtitle-left {
color: #5a90e0;
position: relative;
text-transform: uppercase;
}

.subtitle-left:before {
width: 40px;
height: 2px;
background-color: #5a90e0;
content: "";
display: inline-block;
margin-right: 15px;
vertical-align: middle;
}

.title-right {
position: relative;
}

.title-right:after {
width: 70px;
height: 2px;
background-color: #705ae4;
content: "";
display: inline-block;
margin-left: 20px;
vertical-align: middle;
}

.section-title {
margin: 30px auto 30px;
text-align: center;
}

@media (min-width: 768px) {
.section-title {
margin: 0 auto 30px;
}
}

.section-title h3 {
margin-bottom: 30px;
}

.section-title.title-left {
margin-left: 0;
text-align: left;
}

.btm-sep {
position: relative;
}

    .btm-sep:after {
        position: absolute;
        background-color: #85979C;
        height: 3px;
        width: 40px;
        content: '';
        bottom: 0;
        left: 0;
    }

.btm-sep.btm-sep-center:after {
left: calc(50% - 20px);
}

@media (min-width: 768px) {
.btm-sep.btm-sep-center:after {
left: 0;
}
}

.top-sep {
position: relative;
padding-top: 15px;
}

.top-sep:after {
position: absolute;
background-color: #5a90e0;
height: 4px;
width: 40px;
content: '';
top: 0;
left: calc(50% - 20px);
}

@media (min-width: 992px) {
.top-sep:after {
left: 0;
}
}

.career-content-box .top-sep:after {
left: 0;
}

.top-c-sep {
position: relative;
padding-top: 15px;
}

.top-c-sep:after {
position: absolute;
background-color: #5a90e0;
height: 4px;
width: 40px;
content: '';
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.top-c-sep.c-white:after {
background-color: #fff;
}

.img-shadow {
-webkit-filter: drop-shadow(0 0 17px rgba(0, 0, 0, 0.08));
filter: drop-shadow(0 0 17px rgba(0, 0, 0, 0.08));
}
/* ===== Pre-Loader ===== */
#preloader {
width: 100%;
height: 100%;
background-color: transparent;
position: fixed;
left: 0;
top: 0;
opacity: 1;
z-index: 1047;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.blobs {
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
border-radius: 70px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}

.blobs .blob-center {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
position: absolute;
background: #5a90e0;
top: 50%;
left: 50%;
width: 30px;
height: 30px;
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(0.9) translate(-50%, -50%);
transform: scale(0.9) translate(-50%, -50%);
-webkit-animation: blob-grow linear 3.4s infinite;
animation: blob-grow linear 3.4s infinite;
border-radius: 50%;
-webkit-box-shadow: 0 -10px 40px -5px #516cd9;
box-shadow: 0 -10px 40px -5px #516cd9;
}

.blob {
position: absolute;
background: #000;
top: 50%;
left: 50%;
width: 30px;
height: 30px;
border-radius: 50%;
-webkit-animation: blobs ease-out 3.4s infinite;
animation: blobs ease-out 3.4s infinite;
-webkit-transform: scale(0.9) translate(-50%, -50%);
transform: scale(0.9) translate(-50%, -50%);
-webkit-transform-origin: center top;
transform-origin: center top;
opacity: 0;
}

.blob:nth-child(1) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}

.blob:nth-child(2) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.blob:nth-child(3) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}

.blob:nth-child(4) {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}

.blob:nth-child(5) {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
/* =====  list styles ====*/
.list-one li {
position: relative;
margin-bottom: 15px;
padding-left: 25px;
}

.list-one li:last-child {
margin-bottom: 0;
}

.list-one li:before {
display: inline-block;
padding-right: 10px;
margin-left: -20px;
content: '\F26B';
font-weight: 600;
font-family: "Material-Design-Iconic-Font";
color: var(--color-primary);;
}

.list-two li {
position: relative;
margin-bottom: 15px;
padding-left: 25px;
font-weight: 500;
}

.list-two li:last-child {
margin-bottom: 0;
}

.list-two li:before {
display: inline-block;
position: absolute;
margin-left: -25px;
content: '\F26B';
font-weight: 600;
font-family: "Material-Design-Iconic-Font";
color: #fff;
height: 18px;
width: 18px;
border-radius: 3px;
background-color: #000;
text-align: center;
margin-right: 10px;
vertical-align: middle;
line-height: 1.3;
font-size: 14px;
}
/* ===== Back to Top ===== */
@media (max-width: 575.98px) {
.back-top {
display: none !important;
}
}

@media (min-width: 576px) {
.back-top {
position: fixed;
bottom: 90px;
right: 30px;
z-index: 1;
display: none;
}

.back-top span {
    color: #b0002a;
    font-size: 30px;
    -webkit-filter: drop-shadow(5px 7px 0 #dddddd);
    filter: drop-shadow(5px 7px 0 #dddddd);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
}
}







/* ===== Breadcrumb-Section ===== */
.breadcrumb-section {
    padding: 100px 0 25px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #f2f5f5 !important;
}

.breadcrumb-section h2 {
padding: 0 !important;
margin: 0 !important;
font-family: 'Montserrat', sans-serif;
color:#85979C;
}

@media (min-width: 768px) {
.breadcrumb-section {
padding: 80px 0 20px;
}
}

.breadcrumb-section h2 {
font-size: 35px;
}

@media (min-width: 768px) {
.breadcrumb-section h2 {
font-size: 28px;
font-family: 'Montserrat', sans-serif;
}
}

.breadcrumb-section:after {
position: absolute;
content: '';
height: 100%;
width: 100%;
left: 0;
bottom: 0;
background-image: url(../img/shapes/morph1.svg);
background-repeat: no-repeat;
background-position: top left;
background-size: cover;
z-index: -1;
opacity: 0.1;
-webkit-animation-name: scale;
animation-name: scale;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}

@media (min-width: 768px) {
.breadcrumb-section:after {
background-size: 560px;
}
}

@media (min-width: 992px) {
.breadcrumb-section:after {
background-size: 800px;
left: -210px;
}
}

@media (min-width: 1200px) {
.breadcrumb-section:after {
background-size: 800px;
left: 0;
}
}

.breadcrumb-section:before {
position: absolute;
content: '';
height: 100%;
width: 100%;
right: -50px;
top: 0;
background-image: url(../img/shapes/morph2.svg);
background-repeat: no-repeat;
background-position: top right;
background-size: 460px;
z-index: -1;
opacity: 0.1;
-webkit-animation-name: scale;
animation-name: scale;
-webkit-animation-duration: 7s;
animation-duration: 7s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
display: none;
}

@media (min-width: 768px) {
.breadcrumb-section:before {
display: block;
background-size: 286px;
}
}

@media (min-width: 992px) {
.breadcrumb-section:before {
display: block;
background-size: 460px;
}
}
/* ===== Social Icons ===== */
.socials a {
    
    border-radius: 50%;
    
    text-align: center;
    color: var(--color-primary) !important;
    
    font-size: 36px;
    margin-right: 10px;
    text-decoration:none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* ===== Overlay Background ===== */
.overlay-bg {
position: relative;
z-index: 0;
}

.overlay-bg:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(../img/shapes/bg-overlay.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
z-index: -1;
}
/* ===== Contact Us ===== */
.theme-map {
padding: 10px 10px 1px;
-webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
border-radius: 10px;
}

.theme-map iframe {
border: 0;
height: 350px;
width: 100%;
}
/* ===== Animation ===== */
@-webkit-keyframes floatY {
0% {
-webkit-transform: translateY(40px) rotate(-25deg);
transform: translateY(40px) rotate(-25deg);
}

50% {
-webkit-transform: translateY(20px) rotate(-25deg);
transform: translateY(20px) rotate(-25deg);
}

100% {
-webkit-transform: translateY(40px) rotate(-25deg);
transform: translateY(40px) rotate(-25deg);
}
}

@keyframes floatY {
0% {
-webkit-transform: translateY(40px) rotate(-25deg);
transform: translateY(40px) rotate(-25deg);
}

50% {
-webkit-transform: translateY(20px) rotate(-25deg);
transform: translateY(20px) rotate(-25deg);
}

100% {
-webkit-transform: translateY(40px) rotate(-25deg);
transform: translateY(40px) rotate(-25deg);
}
}

@-webkit-keyframes floatX {
0% {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}

50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}

100% {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
}

@keyframes floatX {
0% {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}

50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}

100% {
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
}

@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}

50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}

@keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}

50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}

@-webkit-keyframes swing {
0%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}

50% {
-webkit-transform: rotate(95deg);
transform: rotate(95deg);
}
}

@keyframes swing {
0%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}

50% {
-webkit-transform: rotate(95deg);
transform: rotate(95deg);
}
}

@-webkit-keyframes jump {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

40% {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}

100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}

@keyframes jump {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

40% {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}

100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}

@-webkit-keyframes morph {
0% {
border-radius: 60% 100% 69% 64%;
}

40% {
border-radius: 100% 69% 64% 60%;
}

100% {
border-radius: 69% 64% 60% 100%;
}
}

@keyframes morph {
0% {
border-radius: 60% 100% 69% 64%;
}

40% {
border-radius: 100% 69% 64% 60%;
}

100% {
border-radius: 69% 64% 60% 100%;
}
}

@-webkit-keyframes spin {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}

@keyframes spin {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}

@-webkit-keyframes animationFrames {
0%, 100% {
-webkit-transform: translate(200px, 111px) rotate(0deg);
transform: translate(200px, 111px) rotate(0deg);
}

50% {
-webkit-transform: translate(81px, 150px) rotate(40deg);
transform: translate(81px, 150px) rotate(40deg);
}
}

@keyframes animationFrames {
0%, 100% {
-webkit-transform: translate(200px, 111px) rotate(0deg);
transform: translate(200px, 111px) rotate(0deg);
}

50% {
-webkit-transform: translate(81px, 150px) rotate(40deg);
transform: translate(81px, 150px) rotate(40deg);
}
}

@-webkit-keyframes scale {
0%, 100% {
-webkit-transform: scale(1);
transform: scale(1);
}

50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}

@keyframes scale {
0%, 100% {
-webkit-transform: scale(1);
transform: scale(1);
}

50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}

@-webkit-keyframes blobs {
0% {
opacity: 0;
-webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
transform: scale(0) translate(calc(-330px - 50%), -50%);
}

1% {
opacity: 1;
}

35%, 65% {
opacity: 1;
-webkit-transform: scale(0.9) translate(-50%, -50%);
transform: scale(0.9) translate(-50%, -50%);
}

99% {
opacity: 1;
}

100% {
opacity: 0;
-webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
transform: scale(0) translate(calc(330px - 50%), -50%);
}
}

@keyframes blobs {
0% {
opacity: 0;
-webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
transform: scale(0) translate(calc(-330px - 50%), -50%);
}

1% {
opacity: 1;
}

35%, 65% {
opacity: 1;
-webkit-transform: scale(0.9) translate(-50%, -50%);
transform: scale(0.9) translate(-50%, -50%);
}

99% {
opacity: 1;
}

100% {
opacity: 0;
-webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
transform: scale(0) translate(calc(330px - 50%), -50%);
}
}

@-webkit-keyframes blob-grow {
0%, 39% {
-webkit-transform: scale(0) translate(-50%, -50%);
transform: scale(0) translate(-50%, -50%);
}

40%, 42% {
-webkit-transform: scale(1, 0.9) translate(-50%, -50%);
transform: scale(1, 0.9) translate(-50%, -50%);
}

43%, 44% {
-webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
transform: scale(1.2, 1.1) translate(-50%, -50%);
}

45%, 46% {
-webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
transform: scale(1.3, 1.2) translate(-50%, -50%);
}

47%, 48% {
-webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
transform: scale(1.4, 1.3) translate(-50%, -50%);
}

52% {
-webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
transform: scale(1.5, 1.4) translate(-50%, -50%);
}

54% {
-webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
transform: scale(1.7, 1.6) translate(-50%, -50%);
}

58% {
-webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
transform: scale(1.8, 1.7) translate(-50%, -50%);
}

68%, 70% {
-webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
transform: scale(1.7, 1.5) translate(-50%, -50%);
}

78% {
-webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
transform: scale(1.6, 1.4) translate(-50%, -50%);
}

80%, 81% {
-webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
transform: scale(1.5, 1.4) translate(-50%, -50%);
}

82%, 83% {
-webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
transform: scale(1.4, 1.3) translate(-50%, -50%);
}

84%, 85% {
-webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
transform: scale(1.3, 1.2) translate(-50%, -50%);
}

86%, 87% {
-webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
transform: scale(1.2, 1.1) translate(-50%, -50%);
}

90%, 91% {
-webkit-transform: scale(1, 0.9) translate(-50%, -50%);
transform: scale(1, 0.9) translate(-50%, -50%);
}

92%, 100% {
-webkit-transform: scale(0) translate(-50%, -50%);
transform: scale(0) translate(-50%, -50%);
}
}

@keyframes blob-grow {
0%, 39% {
-webkit-transform: scale(0) translate(-50%, -50%);
transform: scale(0) translate(-50%, -50%);
}

40%, 42% {
-webkit-transform: scale(1, 0.9) translate(-50%, -50%);
transform: scale(1, 0.9) translate(-50%, -50%);
}

43%, 44% {
-webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
transform: scale(1.2, 1.1) translate(-50%, -50%);
}

45%, 46% {
-webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
transform: scale(1.3, 1.2) translate(-50%, -50%);
}

47%, 48% {
-webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
transform: scale(1.4, 1.3) translate(-50%, -50%);
}

52% {
-webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
transform: scale(1.5, 1.4) translate(-50%, -50%);
}

54% {
-webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
transform: scale(1.7, 1.6) translate(-50%, -50%);
}

58% {
-webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
transform: scale(1.8, 1.7) translate(-50%, -50%);
}

68%, 70% {
-webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
transform: scale(1.7, 1.5) translate(-50%, -50%);
}

78% {
-webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
transform: scale(1.6, 1.4) translate(-50%, -50%);
}

80%, 81% {
-webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
transform: scale(1.5, 1.4) translate(-50%, -50%);
}

82%, 83% {
-webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
transform: scale(1.4, 1.3) translate(-50%, -50%);
}

84%, 85% {
-webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
transform: scale(1.3, 1.2) translate(-50%, -50%);
}

86%, 87% {
-webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
transform: scale(1.2, 1.1) translate(-50%, -50%);
}

90%, 91% {
-webkit-transform: scale(1, 0.9) translate(-50%, -50%);
transform: scale(1, 0.9) translate(-50%, -50%);
}

92%, 100% {
-webkit-transform: scale(0) translate(-50%, -50%);
transform: scale(0) translate(-50%, -50%);
}
}

@-webkit-keyframes ripple {
0% {
opacity: 1;
-webkit-transform: scale3d(0.75, 0.75, 1);
transform: scale3d(0.75, 0.75, 1);
}

100% {
opacity: 0;
-webkit-transform: scale3d(1.4, 1.4, 1);
transform: scale3d(1.4, 1.4, 1);
}
}

@keyframes ripple {
0% {
opacity: 1;
-webkit-transform: scale3d(0.75, 0.75, 1);
transform: scale3d(0.75, 0.75, 1);
}

100% {
opacity: 0;
-webkit-transform: scale3d(1.4, 1.4, 1);
transform: scale3d(1.4, 1.4, 1);
}
}

@-webkit-keyframes orbit-1 {
from {
-webkit-transform: rotate(0deg) translate(calc(250px - 50%), -50%) rotate(0deg);
transform: rotate(0deg) translate(calc(250px - 50%), -50%) rotate(0deg);
}

to {
-webkit-transform: rotate(360deg) translate(calc(250px - 50%), -50%) rotate(-360deg);
transform: rotate(360deg) translate(calc(250px - 50%), -50%) rotate(-360deg);
}
}

@keyframes orbit-1 {
from {
-webkit-transform: rotate(0deg) translate(calc(250px - 50%), -50%) rotate(0deg);
transform: rotate(0deg) translate(calc(250px - 50%), -50%) rotate(0deg);
}

to {
-webkit-transform: rotate(360deg) translate(calc(250px - 50%), -50%) rotate(-360deg);
transform: rotate(360deg) translate(calc(250px - 50%), -50%) rotate(-360deg);
}
}

@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}

to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}

@keyframes rotate {
from {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}

to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}

@-webkit-keyframes inout {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}

70% {
-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}

100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}

@keyframes inout {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}

70% {
-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}


100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}

@-webkit-keyframes inout2 {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(78, 99, 215, 0.8);
box-shadow: 0 0 0 0 rgba(78, 99, 215, 0.8);
}

70% {
-webkit-box-shadow: 0 0 0 10px rgba(78, 99, 215, 0);
box-shadow: 0 0 0 10px rgba(78, 99, 215, 0);
}

100% {
-webkit-box-shadow: 0 0 0 0 rgba(78, 99, 215, 0);
box-shadow: 0 0 0 0 rgba(78, 99, 215, 0);
}
}

@keyframes inout2 {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(78, 99, 215, 0.8);
box-shadow: 0 0 0 0 rgba(78, 99, 215, 0.8);
}

70% {
-webkit-box-shadow: 0 0 0 10px rgba(78, 99, 215, 0);
box-shadow: 0 0 0 10px rgba(78, 99, 215, 0);
}

100% {
-webkit-box-shadow: 0 0 0 0 rgba(78, 99, 215, 0);
box-shadow: 0 0 0 0 rgba(78, 99, 215, 0);
}
}

.howitwork {
background:  ;
border-radius: 10px;
padding: 20px;
color: #fff;
margin: 0 0 10px 0;
min-height: 175px;
}

.howitwork p {
line-height: 18px;
color: #666666;
}

    .howitwork h5 {
        color: var(--color-primary);
    }

.header-service {
float: left;
width: 130px;
margin: 0 0 0 20px;
text-align: center;
}

.service-cricle {
border: solid 20px #5a90e0;
transition: border .1s;
float: left;
border-radius: 50%;
background-color: #000;
box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.35);
width: 130px;
line-height: 82px;
text-align: center;
height: 130px;
margin-bottom: 10px;
}

.service-cricle:hover {
border: solid 10px #5a90e0;
transition: border .1s;
float: left;
border-radius: 50%;
background-color: #000;
box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.35);
width: 130px;
height: 130px;
margin-bottom: 10px;
}

.service-label {
clear: both;
color: #000;
font-weight: bold;
}
/**
* Customize SCSS
*
* @author Ajay138
* @version 1.0
*
* "You can add your own style below this comment".
*/
.text-3 {
/*color: #000000;*/
}

.transaction-title {
background-color: #f1f5f6;
border-top: 1px solid #e9eff0;
border-bottom: 1px solid #e9eff0;
}

.transaction-item {
border-bottom: 1px solid #e9eff0;
}

.transaction-item:hover {
background-color: #f4f7f8;
cursor: pointer;
}

.transaction-details {
max-width: 620px !important;
}

.transaction-details .modal-content {
border: none !important;
}

.transaction-details .modal-body {
padding: 0px !important;
}

.transaction-list {
width: 100%;
}
.text-primary {
    color:var(--color-primary) !important;
}
.bg-primary {
background-color: var(--color-primary) !important;
color: #fff !important;
}
a.bg-primary:hover {
    background-color: var(--color-primary) !important;
    color: #fff;
}
.bg-primary label {
color: #fff !important;
}
.bg-primary span {
color: #fff !important;
}
.bg-secondary {
background-color: var(--color-secondary) !important;
color:#fff;

}


/* .bg-primary label {
color: #fff !important;
}*/

.text-black {
color: #000;
}

.text-gray {
color: #999999;
}

.bg-black {
background-color: #000000 !important;
}

.btn.btn-secondary {
background-color: var(--color-secondary) !important;
color: #fff !important;

}
.btn.btn-primary {
color: #fff !important;
background-color: var(--color-primary) !important;
}
.btn-outline-primary {
    color: #39727D;
    border: solid 2px #CAD8DB !important;
}
    .btn-outline-primary:hover {
        color: #39727D;
        border: solid 2px #CAD8DB !important;
        background: #CAD8DB !important; 
    }

.btnnew {
    font-family: 'Montserrat', sans-serif;
    padding: 22px;
    border-radius: 6px;
    border: 0;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
}
    .btnnew.btn-secondary {
        background-color: #73A3AD !important;
        color: #fff !important;
        font-size: 36px !important;
        padding: 10px !important;
    }
 
.btnnew.btn-primary {
    color: #fff !important;
    background-color: var(--color-primary) !important;
}
/* Text Size */
.text-0 {
font-size: 11px !important;
font-size: 0.6875rem !important;
}

.text-1 {
font-size: 12px !important;
font-size: 0.75rem !important;
}

.text-2 {
font-size: 14px !important;
font-size: 0.875rem !important;
}

.text-3 {
font-size: 16px !important;
font-size: 1rem !important;
}

.text-4 {
font-size: 18px !important;
font-size: 1.125rem !important;
}

.text-5 {
font-size: 21px !important;
font-size: 1.3125rem !important;
}

.text-6 {
font-size: 24px !important;
font-size: 1.50rem !important;
}

.text-7 {
font-size: 28px !important;
font-size: 1.75rem !important;
}

.text-8 {
font-size: 32px !important;
font-size: 2rem !important;
}

.text-9 {
font-size: 36px !important;
font-size: 2.25rem !important;
}

.text-10 {
font-size: 40px !important;
font-size: 2.50rem !important;
}

.text-11 {
font-size: 44px !important;
font-size: 2.75rem !important;
}

.text-12 {
font-size: 48px !important;
font-size: 3rem !important;
}

.text-13 {
font-size: 52px !important;
font-size: 3.25rem !important;
}

.text-14 {
font-size: 56px !important;
font-size: 3.50rem !important;
}

.text-15 {
font-size: 60px !important;
font-size: 3.75rem !important;
}

.text-16 {
font-size: 64px !important;
font-size: 4rem !important;
}

.text-17 {
font-size: 72px !important;
font-size: 4.5rem !important;
}

.text-18 {
font-size: 80px !important;
font-size: 5rem !important;
}

.text-19 {
font-size: 84px !important;
font-size: 5.25rem !important;
}

.text-20 {
font-size: 92px !important;
font-size: 5.75rem !important;
}

.text-25 {
font-size: 180px !important;
/*font-size: 8.75rem !important;*/
}
/* Line height */
.line-height-07 {
line-height: 0.7 !important;
}

.line-height-1 {
line-height: 1 !important;
}

.line-height-2 {
line-height: 1.2 !important;
}

.line-height-3 {
line-height: 1.4 !important;
}

.line-height-4 {
line-height: 1.6 !important;
}

.line-height-5 {
line-height: 1.8 !important;
}
/* Font Weight */
.font-weight-100 {
font-weight: 100 !important;
}

.font-weight-200 {
font-weight: 200 !important;
}

.font-weight-300 {
font-weight: 300 !important;
}

.font-weight-400 {
font-weight: 400 !important;
}

.font-weight-500 {
font-weight: 500 !important;
}

.font-weight-600 {
font-weight: 600 !important;
}

.font-weight-700 {
font-weight: 700 !important;
}

.font-weight-800 {
font-weight: 800 !important;
}

.font-weight-900 {
font-weight: 900 !important;
}
/* =================================== */
/*  Profile
/* =================================== */
/* Dashboard */
.profile-thumb {
position: relative;
width: 100px;
height: 100px;
display: inline-block;
}

.profile-thumb .profile-thumb-edit {
font-size: 16px;
width: 37px;
height: 37px;
border-radius: 7px;
position: absolute;
overflow: hidden;
bottom: 0px;
right: 0;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-pack: center !important;
justify-content: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}

.profile-thumb .profile-thumb-edit .custom-file-input {
cursor: pointer;
}

.profile-completeness .border {
border: 1px solid #ecf1f2 !important;
}

.text-secondary {
color: #6c757d !important;
}

.text-muted {
color: #8e9a9d !important;
}

.text-light {
color: #dee3e4 !important;
}

.text-body {
color: #4c4d4d !important;
}

.text-yellow {
color: #5a90e0;
}

.bg-light-4 {
background-color: #eff0f2 !important;
}

.icon-inside {
position: absolute;
right: 15px;
top: calc(50% - 11px);
pointer-events: none;
font-size: 18px;
font-size: 1.125rem;
color: #c4c3c3;
z-index: 3;
}

.btndisaable {
background-color: #242424;
color: #414141;
cursor: not-allowed;
}

.btndisaable:hover {
background-color: #242424;
color: #414141;
cursor: not-allowed;
}

form {
width: 100%;
}

.page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #666666;
background-color: #fff;
border: 2px solid #CAD8DB;
}

.page-item.active .page-link {
    z-index: 1;
    color: #666666;
    background-color: #fff;
    border-color: #CAD8DB;
}

.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #000;
background-color: #000;
}
/* Cards & Bank Accounts*/
.account-card {
position: relative;
background: -webkit-linear-gradient(135deg, #6c6c6b, #9e9e9c);
background: -moz-linear-gradient(135deg, #6c6c6b, #9e9e9c);
background: -o-linear-gradient(135deg, #6c6c6b, #9e9e9c);
background: -ms-linear-gradient(135deg, #6c6c6b, #9e9e9c);
background: linear-gradient(-45deg, #6c6c6b, #9e9e9c);
}

.account-card.account-card-primary {
background: -webkit-linear-gradient(135deg, #0f5e9d, #418fce);
background: -moz-linear-gradient(135deg, #0f5e9d, #418fce);
background: -o-linear-gradient(135deg, #0f5e9d, #418fce);
background: -ms-linear-gradient(135deg, #0f5e9d, #418fce);
background: linear-gradient(-45deg, #0f5e9d, #418fce);
}

.account-card .account-card-expire {
font-size: 8px;
line-height: 10px;
}

.account-card .account-card-overlay {
position: absolute;
background: rgba(0, 0, 0, 0.85);
top: 0px;
left: 0px;
height: 100%;
width: 100%;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
display: -ms-flexbox;
display: flex;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.account-card:hover .account-card-overlay {
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.account-card-new {
background: #f1f5f6;
border: 1px solid #ebebeb;
}

.account-card .border-left, .account-card .border-right {
border-color: rgba(250, 250, 250, 0.1) !important;
}

.subscription-container {
align-items: center;
flex-flow: row wrap;
justify-content: space-around;
width: 100%;
/* max-width: 560px; */
}

.subscription__title, .subscription__main-feature, .subscription__price {
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
margin-top: 0;
margin-bottom: 0;
}

.subscription__main-feature {
font-size: 50px;
}

.subscription__price {
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
float: left;
width: 100%;
}

.subscription__button {
flex-direction: column;
align-items: center;
margin: 5px;
padding: 10px 0;
border-radius: 15px;
border: solid 3px white;
background: white;
box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.4);
transition: transform .5s;
cursor: pointer;
display: inline-flex;
}



.mobile-btn:before {
content: "";
display: block;
width: 32px;
height: 32px;
border-radius: 50%;
position: absolute;
margin: 0 0 0 0;
transform: translateY(-30%);
right: 10px;
top: 18px;
}

.bank-btn:before {
content: "";
display: block;
width: 32px;
height: 32px;
border-radius: 50%;
position: absolute;
margin: 0 0 0 0;
transform: translateY(-30%);
right: 10px;
top: 18px;
}

.ach-btn:before {
content: "";
display: block;
width: 32px;
height: 32px;
border-radius: 50%;
position: absolute;
margin: 0 0 0 0;
transform: translateY(-30%);
right: 10px;
top: 18px;
}

.cash-btn:before {
content: "";
display: block;
width: 32px;
height: 32px;
border-radius: 50%;
position: absolute;
margin: 0 0 0 0;
transform: translateY(-30%);
right: 10px;
top: 18px;
}

input[type="radio"]:checked + label:before {
background: url(../images/tick.png) !important;
font-size: 50px;
}
/*Bank*/
.bank-btn {
flex-direction: column;
align-items: center;
margin: 5px;
border-radius: 10px;
background: url(../images/bankO.png) left top #fff;
background-repeat: no-repeat;
box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.4);
transition: transform .5s;
cursor: pointer;
width: 100%;
text-align: left;
padding: 0 0 0 65px;
height: 50px;
line-height: 48px;
}



.bank input[type="radio"]:checked + label {
background: url(../images/bankO.png) left top var(--color-primary);;
transform: translateY(0%);
background-repeat: no-repeat;
transition: transform .5s;
}

/*Mobile*/
.mobile-btn {
flex-direction: column;
align-items: center;
margin: 5px;
border-radius: 10px;
background: url(../images/mobilemoneyO.png) left top #fff;
background-repeat: no-repeat;
box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.4);
transition: transform .5s;
cursor: pointer;
width: 100%;
text-align: left;
padding: 0 0 0 65px;
height: 50px;
line-height: 48px;
}



.mobile input[type="radio"]:checked + label {
background: url(../images/mobilemoneyO.png) left top var(--color-primary);;
transform: translateY(0%);
background-repeat: no-repeat;
transition: transform .5s;
}


/*ach*/
.ach-btn {
flex-direction: column;
align-items: center;
margin: 5px;
border-radius: 10px;
background: url(../images/acho.png) left top #fff;
background-repeat: no-repeat;
box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.4);
transition: transform .5s;
cursor: pointer;
width: 100%;
text-align: left;
padding: 0 0 0 65px;
height: 50px;
line-height: 48px;
}



.ach input[type="radio"]:checked + label {
background: url(../images/acho.png) left top var(--color-primary);;
transform: translateY(0%);
background-repeat: no-repeat;
transition: transform .5s;
}

/*cash*/
.cash-btn {
flex-direction: column;
align-items: center;
margin: 5px;
border-radius: 10px;
background: url(../images/cashO.png) left top #fff;
background-repeat: no-repeat;
box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.4);
transition: transform .5s;
cursor: pointer;
width: 100%;
text-align: left;
padding: 0 0 0 65px;
height: 50px;
line-height: 48px;
}



.cash input[type="radio"]:checked + label {
background: url(../images/cashO.png) left top var(--color-primary);;
transform: translateY(0%);
background-repeat: no-repeat;
transition: transform .5s;
}

input[type="radio"]:checked + label .subscription__title, input[type="radio"]:checked + label .subscription__main-feature, input[type="radio"]:checked + label .subscription__price {
color: #000;
}

.cash input[type="radio"] {
display: none !important;
}

.ach input[type="radio"] {
display: none !important;
}

.bank input[type="radio"] {
display: none !important;
}

.mobile input[type="radio"] {
display: none !important;
}
/* Signature */
.signature {
color: #85A9C1;
font-family: Roboto, sans-serif;
padding-top: 25px;
}

.signature__name {
transition: .5s;
color: #6E8CA0;
text-decoration: none;
}

.signature__name:hover {
color: #1E6583;
text-decoration: underline;
transition: .5s;
}

.svg-icon {
width: 1em;
height: 1em;
animation: pulse-animation .5s alternate infinite;
fill: #BA2632;
}

@keyframes pulse-animation {
to {
transform: scale(1.2);
}
}

.xsbtn {
padding: 5px 10px 5px 10px !important;
font-size: 11px !important;
min-width:80px !important;
}
/*# sourceMappingURL=main.css.map*/
.category {
font-size: 1.6rem;
border-radius: 3px;
}

.ctghead {
padding: 2px 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.ctghead h3 {
display: inline-flex;
align-items: center;
ont-size: 2.3rem;
}

.ctghead h3 i {
font-size: 2.9rem;
margin-right: 7px;
}

.ctgul {
    padding: 10px;
}

.ctgulChild {
margin: 0;
padding: 0 0 10px 0;
background: #fff;
}

.ctgliChild {
font-size: 12px;
display: block;
position: relative;
list-style: none;
transition: .3s linear;
border-bottom: solid 1px #f6f6f6;
color: #000;
}

.ctgli:hover {
    border-left: 4px solid var(--hove);
    background: #9BE6FF;
    color: #164F88;
    border-radius: 4px; 
}


     
.ctgli.active {
    background: #9BE6FF;
    color: #164F88;
    border-radius: 4px; 
}
 

.ctga, .ctgaChild {
width: 100%;
display: inline-flex;
align-items: center;
cursor: pointer;
font-size: 15px;
font-weight: normal;
line-height: 18px;
color: #85979C;
text-decoration: none;
padding: 5px 40px 5px 15px;
text-align: left;
position: relative;
right: 0;
transition: right linear .3s;
}


    .ctga i {
        margin-right: 10px;
        width: 30px;
        background: transparent;
        color: #fff;
        height: 30px;
        text-align: center;
        border-radius: 5px;
        line-height: 30px;
    }

.ctgaChild {
font-size: 16px;
padding: 8px 13px 8px 23px;
color: #999999;
}

.ctgaChild img {
margin-right: 10px;
}

.ctga:hover, .ctgaChild:hover {
/* right:-4px; */
color: var(--hove);
}
/*.ctgaChild::before {
top: 50%;
transform:translateY(-50%);
left: 20px;
position: absolute;
border-style: solid;
border-color: transparent transparent transparent var(--hove);
border-width:4px;
content: "";

}*/
.down {
position: absolute;
font-size: 1.3rem;
right: 10%;
top: 50%;
transform: translateY(-50%) rotate(360deg);
}

.ctgulChild {
display: block;
}

.ctgli {
display: block;
position: relative;
list-style: none;
border-left: 4px solid transparent;
transition: .3s linear;
border-bottom: solid 1px #CAD8DB;
padding-bottom: 0;
}

.ctgli:last-child {
display: block;
position: relative;
list-style: none;
border-left: 4px solid transparent;
transition: .3s linear;
border-bottom: none;
padding-bottom: 0;
}

.showed {
background: #5a90e0;
border-left: 4px solid var(--hove) !important;
}

.showed .ctga {
color: #000;
font-weight: bold;
}

.showed .ctga i {
font-weight: bold;
}

.down {
-webkit-transition: .5s ease;
transition: .5s ease;
}

.wtok .down {
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}

.form-steps {
    display: flex;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    height: auto !important;
}

.form-steps:after {
content: "";
display: table;
clear: both;
}

.form-steps__item {
padding: 0;
position: relative;
display: block;
float: left;
width: 32%;
text-align: center;
}

.form-steps__item-content {
/*display: inline-block;*/
}

.form-steps__item-icon {
    background: #CAD8DB;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    height: 52px;
    line-height: 52px;
    margin:0;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
}

.form-steps__item-text {
font-size: 14px;
color: #000;
font-weight: 500;
}

.form-steps__item-line {
display: inline-block;
height: 3px;
width: 100%;
background: #adb5bd;
float: left;
position: absolute;
left: -50%;
top: 12px;
z-index: 1;
}

.form-steps__item--active .form-steps__item-icon {
background: #73A3AD;
color: #fff;
}

.form-steps__item--active .form-steps__item-text {
color: #4f5e77;
}

.form-steps__item--active .form-steps__item-line {
background: var(--color-primary);;
}

.form-steps__item--completed .form-steps__item-text {
color: #4f5e77;
}

.form-steps__item--completed .form-steps__item-icon {
background: #39727D;
/*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAhCAYAAACvBDmYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFt2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4yLWMwMDAgNzkuNTY2ZWJjNSwgMjAyMi8wNS8wOS0wNzoyMjoyOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjItMDgtMThUMDg6NTk6MDEtMDQ6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIyLTA4LTE4VDA5OjAwLTA0OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA4LTE4VDA5OjAwLTA0OjAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA1MTAyNjVmLWQwYmYtNWI0NC04ZjM5LTEyNjE0ZjQ4YjU3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFRDdDMTk5MkI1Q0UxMUVDOENDOUMzMTkzQTA0QTBCNiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkVEN0MxOTkyQjVDRTExRUM4Q0M5QzMxOTNBMDRBMEI2IiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVEN0MxOThGQjVDRTExRUM4Q0M5QzMxOTNBMDRBMEI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVEN0MxOTkwQjVDRTExRUM4Q0M5QzMxOTNBMDRBMEI2Ii8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjA1MTAyNjVmLWQwYmYtNWI0NC04ZjM5LTEyNjE0ZjQ4YjU3OSIgc3RFdnQ6d2hlbj0iMjAyMi0wOC0xOFQwOTowMC0wNDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIzLjQgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Poi2iTYAAAEsSURBVFiF1dj/aQQhEIbh91KBLaSDaSEdJB1cCekopaSETQeXDi4dzP0RhTuj62/dfCAyIu6DsAx4UlX+Q55WA3JzJKgAFzv/jaoeYYiqXvU3V1s/7DnCjQrwCRhbG1vL/abVUOER6WLwsKeFf70QRt7nG3iGdTcqpJE/wJsrVkCFPOQL8OUWZkOFCiTMhQqVSJgHFRqQMAcqNCIhDjXAR+LwnAgdkECwhRpV3Ww722zd2hZjCbbL0NhDutRguyJ9aAhZg33tjfShMWQJ9pw4owrpQ3M+socdhvShLdihyBC0BjscGYOWYN9nIPegudgpyBS0FdsNmQOtxW49kbnQUuym9W23GZqLHYIshaaww5A10Bh2KLIW6mOHI1ugDjsFqapLHyCKsvpJJzs3iAPWkHs3M8MAAAAASUVORK5CYII='); background-size: 10px;
color:transparent;
background-repeat: no-repeat;
background-position: center center;*/  
}

.form-steps__item--completed .form-steps__item-line {
background: var(--color-primary);
}

.table img {
    width: 20px;
    max-width: 50px;
}
.transtable {
    /*white-space: nowrap;*/
    font-size: 12px;
    border-spacing: 0 10px !important;
    border-collapse: separate !important;
}

.table-normal th {
    color: #85979C;
    font-size: 12px;
    border: none !important;
    padding: 15px 5px 15px 5px !important;
    font-weight: normal;
    border-left: solid 1px #fff !important;
}
.table-normal td {
    padding: 10px 5px 10px 5px !important;
    color: #666666;
    border-bottom: 2px solid #CAD8DB;
    border-top: none;
}

.transtable th {
    color: #85979C;
    font-size: 12px;
    border: none !important;
    padding: 15px 5px 15px 5px !important;
    font-weight: normal;
    border-left: solid 1px #fff !important;
}
    .transtable tr { 
        width: 100%; 
        
    }


    .transtable td {
        padding: 10px 5px 10px 5px !important;
        color: #666666;
        border-bottom: 2px solid #CAD8DB;
        border-top: 2px solid #CAD8DB;
        text-align:left;
    }

.transtable td a {
color: #999;
}
.transtable tr td:last-child {
    background: #CAD8DB;
    border-radius: 0 8px 8px 0 !important;
    text-align: center;
}
.transtable tr td:nth-child(2) {
       text-align: center;
       width:50px;
}
.transtable tr td:nth-child(8) {
    text-align: center;
    width: 50px;
}
.transtable tr th:nth-child(8) {
    text-align: center;
    width: 50px;
}
.transtable tr th:nth-child(6) {
    text-align: center;
    width: 50px;
}
.transtable tr td:nth-child(6) {
    text-align: center;
    width: 50px;
}
.transtable tr td:first-child {
    background: #CAD8DB;
    color: #fff;
    font-size: 16px;
    border-radius: 8px 0 0 8px !important;
    text-align: center;
} 

    /*Favourite*/

.favourite  {
    font-size: 12px;
    border-spacing: 0 10px !important;
    border-collapse: separate !important;
}
    .favourite th {
    color: #85979C;
    font-size: 12px;
    border: none !important;
    padding: 15px 5px 15px 5px !important;
    font-weight: normal;
    border-left: solid 1px #fff !important;
    }

.favourite tr {
    
    width: 100%; 
}


.favourite td {
    padding: 10px 5px 10px 5px !important;
    color: #666666;
    border-bottom: 2px solid #9BE6FF;
    border-top: 2px solid #9BE6FF;
}

    .favourite td a {
        color: #999;
    }
    .favourite tr td:last-child {
        background: #9BE6FF;
        border-radius: 0 5px 5px 0 !important;
        padding: 0 20px 0 20px !important;
        text-align: center;
        color: #fff;
    }
    .favourite tr td:first-child {
        background: #9BE6FF;
        border-radius: 5px 0 0 5px !important;
        padding: 0 10px 0 10px !important;
        text-align: center;
        color: #164F88;
    }

 
/*Favourite*/

/*Recipient*/

.recipient {
    font-size: 12px;
    border-spacing: 0 10px !important;
    border-collapse: separate !important;
}

    .recipient th {
        color: #85979C;
        font-size: 12px;
        border: none !important;
        padding: 15px 5px 15px 5px !important;
        font-weight: normal;
        border-left: solid 1px #fff !important;
    }

    .recipient tr {
        width: 100%; 
    }


    .recipient td {
        padding: 10px 5px 10px 5px !important;
        color: #666666;
        border-bottom: 2px solid #CAD8DB;
        border-top: 2px solid #CAD8DB;
    }

        .recipient td a {
            color: #999;
        }

    .recipient tr td:last-child {
        border-radius: 0 5px 5px 0 !important;
        
        text-align: center;
        border-right: 2px solid #CAD8DB;
        color: #fff;
    }

    .recipient tr td:first-child {
        border-radius: 5px 0 0 5px !important;
        
        text-align: center;
        color: #164F88;
        border-left: 2px solid #CAD8DB;
    }






.transstatus {
    font-size: 16px;
}

.sidebar-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* Position the items */
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 115px;
    background: #fff;
    border: solid 2px #CAD8DB;
    border-radius:4px;
}
    .make-me-sticky h4 {
        background: #CAD8DB;
        font-size: 18px;
        border-radius: 4px 4px 0px 0px;
        padding: 12px;
        text-align: center;
    }
.edit {
    float: right;
    color: #fff;
    font-size: 16px;
}

.edit:hover {
float: right;
color: #fff;
font-size: 16px;
}

#tblBeneficiary_wrapper {
width: 100%;
}

.roundedbg {
border-radius: 10px;
background: #5a90e0 !important;
}

.form-control-y {
background: #5a90e0 !important;
border: solid 1px #fff;
color: #fff !important;
}

.bb-1 {
border-bottom: solid 2px #CAD8DB;
}

.bbd-1 {
border-bottom: dashed 1px #000;
}
/*.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
color: #fff;
font-weight: 400;
}*/
.IDouter {
    background: #f2f5f5;
    border-radius: 10px;
    border: solid 1px #cad8db;
    margin: 2px;
    padding: 0px 10px 10px 10px;
    min-height: 265px;
}

.IDtop {
margin: 10px 0 5px 0;
float: left;
width: 100%;

border-radius: 5px;
height: 24px;
}

@media (max-width: 756px) {
.sidebar-item {
position: relative !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
}
    
}

@media (max-width: 575px) {
.sidebar-item {
position: relative !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
}
}
/*Coupon Style start*/
.ct-box {
    background: #F2F5F5;
    border-radius: 10px;
    text-align: center;
    min-height: 250px;
    margin-bottom:20px;
    position:relative;
}
    .ct-box p {
        padding: 20px;
        color: #5B767D;
    }

.ct-box h2 a {
display: block;
margin: 0 auto 10px auto;
width: 230px;
height: 100px;
background-position: center center;
background-repeat: no-repeat;
text-indent: -9000px;
}

.ct-box h3 a {
padding: 10px 20px;
background-color: #EBEDF0;
display: block;
text-decoration: none;
color: #101f41;
font-size: 16px;
}

.ct-box h3 a:hover {
background-color: #ffdd03;
color: #101f41;
}

.ct-box p em {
 
padding: 30px 0px;  
color:#5B767D;
font-weight: bold;
font-style: normal;
font-size: 24px; 
text-transform:uppercase;
display:block;


}

.ct-date {
    display: block;
    background: #28a745;
    color: #fff !important;
    margin: 10px 0 0 0;
    padding: 5px 10px 5px 10px !important;
    border-radius: 0px 0px 10px 10px;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    position: absolute;
    bottom: 0; 
width:100%;
}

.ct-date-due {
    display: block;
    background: #164F88;
    color: #fff !important;
    margin: 10px 0 0 0;
    padding: 5px 10px 5px 10px !important;
    border-radius: 0px 0px 10px 10px;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*Coupon Style end*/


.dataTables_wrapper {
width: 100%;
}

.sm-placeholder::placeholder {
font-size: 14px !important;
}
/* New CSS */
.productdetails th {
padding: 4px !important;
vertical-align: middle;
border-top: 1px solid #dee2e6;
background: #5a90e0;
font-size: 12px;
}

.productdetails td:first-child {
width: 50px;
}

.productdetails td {
padding: 4px !important;
vertical-align: middle;
border-top: 1px solid #dee2e6;
font-size: 12px;
}

.productdetails td label {
margin: 0 !important;
cursor: pointer;
}

.paymentP-container {
align-items: center;
flex-flow: row wrap;
justify-content: space-around;
width: 100%;
/* max-width: 560px; */
}

.paymentP__title, .paymentP__main-feature, .paymentP__price {
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
margin-top: 0;
margin-bottom: 0;
color: #000;
}

.paymentP__main-feature {
margin: 10px;
}

.paymentP__price {
text-transform: uppercase;
}

.paymentP__button {
align-items: center;
width: 100%;
padding: 0;
border-radius: 10px;
border: solid 3px white;
background: white;
box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.4);
transition: transform .5s;
cursor: pointer;
display: inline-flex;
}

.paymentP__button:before {
content: "";
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
position: absolute;
margin: 0 0 0 0;
transform: translateY(-30%);
left: 10px;
top: 27px;
}

input[type="radio"] {
display: none;
}

.radio-btn input[type="radio"] {
display: inline-block !important;
width: 15px;
float: left;
}

.radio-btn label {
float: left;
margin: 7px 12px 0 5px;
}

input[type="radio"]:checked + label:before {
background: url(../images/tickP.png);
font-size: 50px;
}

input[type="radio"]:checked + label {
/* border: solid 3px #fff;
background: #fff;*/
transform: translateY(0%);
transition: transform .5s;
/*color: #fff;*/
}

input[type="radio"]:checked + label .paymentP__title, input[type="radio"]:checked + label .paymentP__main-feature, input[type="radio"]:checked + label .paymentP__price {
color: #fff;
}

.product {
width: 100%;
color: #000;
float: left;
margin: 10px 0 0 0;
border-bottom: solid 1px #ccc;
padding: 0 0 10px 0;
}

.product .product-quantity input {
width: 40px;
height: 22px;
border-radius: 2px;
border: 1px solid #e1e1e1;
text-align: center;
}

.product-details {
float: left;
padding: 0;
margin: 0;
}

.product-price {
float: left;
padding: 0;
margin: 0;
font-weight: bold;
}

.product-quantity {
float: left;
padding: 0;
margin: 0;
font-size: 12px;
}

.product-quantity span {
color: green;
}

.product-removal {
float: left;
padding: 0;
margin: 0;
cursor: pointer;
}

.product-line-price {
float: left;
text-align: right;
}

.product-description {
margin: 0;
line-height: 18px;
font-size: 12px;
padding: 0 10px 0 0;
}

.reviewArrow {
background: #000;
color: #fff;
padding: 12px 15px 12px 15px;
position: absolute;
right: 0;
top: 0;
}

.product-checkbox {
margin: -22px 0 0 14px;
}

.select-indent {
text-indent: 57px;
padding-left: 0 !important;
}

.dataTables_info {
padding-top: 0.85em;
white-space: normal !important;
}

.details_table {
font-size: 10px;
}

.details_table td, th {
padding: 3px !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before {
top: 2px !important;
}

div.dataTables_scrollBody table tbody tr:first-child td {
border-top: none;
white-space: nowrap;
}

.transaction-title {
background-color: #f1f5f6;
border-top: 1px solid #e9eff0;
border-bottom: 1px solid #e9eff0;
white-space: nowrap;
}

.sorting_1 {
white-space: nowrap;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dee2e6;
}

.summary-img {
position: absolute;
width: 150px;
bottom: 0;
right: 0;
z-index: 999;
}

.rounded {
border-radius:6px !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
/* outline: thin dotted #333!important; */
outline: none !important;
outline-offset: -2px;
}

.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 1 !important;
}

#sidebar {
overflow: hidden;
z-index: 3;
}

#sidebar .list-group {
}

#sidebar i {
margin-right: 6px;
}

#sidebar .list-group-item {
border-radius: 0;
background-color: #fff;
color: #999999;
border-left: 0;
border-right: 0;
font-size: 16px;
border-color: #fff;
white-space: nowrap;
text-decoration: none;
}

#sidebar .list-group-item i {
margin-right: 5px;
width: 30px;
background: #000;
color: #fff;
text-align: center;
height: 30px;
border-radius: 5px;
line-height: 30px;
}

#sidebar .list-group-item i.fa-chevron-down {
right: 12px;
left: auto;
font-size: 14px;
float: right;
margin: 5px 0 0 0;
}
/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
background-color: #fff;
color: #000;
}
/* closed state */
#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
font-family: FontAwesome;
display: inline;
text-align: right;
padding-left: 5px;
}

#sidebar .list-group .list-group-item[aria-expanded="false"]::after i.fa-chevron-down {
right: 12px;
left: auto;
font-size: 16px;
}
/* open state */
#sidebar .list-group .list-group-item[aria-expanded="true"] {
background-color: #ffc000;
color: #000;
}

#sidebar .list-group .list-group-item[aria-expanded="true"] i.fa-chevron-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}

#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
content: "";
font-family: FontAwesome;
display: inline;
text-align: right;
padding-left: 5px;
}
/* level 1*/
#sidebar .list-group .collapse .list-group-item, #sidebar .list-group .collapsing .list-group-item {
padding: 5px 20px;
border-bottom: solid 1px #e7e7e7;
}
/* level 2*/
#sidebar .list-group .collapse > .collapse .list-group-item, #sidebar .list-group .collapse > .collapsing .list-group-item {
padding-left: 20px;
}
/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
padding-left: 40px;
}

@media (max-width:768px) {
#sidebar {
min-width: 35px;
max-width: 40px;
overflow-y: auto;
overflow-x: visible;
transition: all 0.25s ease;
transform: translateX(-45px);
position: fixed;
}
    .form-steps-text {
        display: none;
    }
#sidebar.show {
transform: translateX(0);
}

#sidebar::-webkit-scrollbar {
width: 0px;
}

#sidebar, #sidebar .list-group {
min-width: 1px;
overflow: visible;
}
/* overlay sub levels on small screens */
#sidebar .list-group .collapse.show, #sidebar .list-group .collapsing {
position: relative;
z-index: 1;
width: 190px;
top: 0;
}

#sidebar .list-group > .list-group-item {
text-align: center;
padding: .75rem .5rem;
}
/* hide caret icons of top level when collapsed */
#sidebar .list-group > .list-group-item[aria-expanded="true"]::after, #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
display: none;
}
}

.collapse.show {
visibility: visible;
}

.collapsing {
visibility: visible;
height: 0;
transition-property: height, visibility;
transition-timing-function: ease-out;
}

.collapsing.width {
transition-property: width, visibility;
width: 0;
height: 100%;
transition-timing-function: ease-out;
}

.dropdown-item.active, .dropdown-item:active {
color: #333333;
text-decoration: none;
background-color: #CAD8DB !important;
}

.bootstrap-select .dropdown-menu li.active small {
color: #333333 !important;
}



a#submit {
z-index: 1;
}

.decimal li {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
text-decoration: none;
margin: 0;
font-weight: bold;
color: #949494;
padding: 0;
list-style: decimal;
}

.decimal ol > li::marker {
display: inline-block;
width: 1.5em;
padding-right: 0.5em;
font-weight: bold;
color: #949494;
text-align: right;
}

.signup-text {
max-width: 345px;
float: right;
margin: 55px 0 0 0;
}
/* The container */
.checkbox-label {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border-radius: 3px;
border: solid 1px #ababab;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
background-color: var(--color-primary);;
border-radius: 3px;
border: solid 1px var(--color-primary);;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid #fff;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.reviewtable {
padding: 0;
margin: 0 !important;
}

.reviewtable td {
ServiceHome1 padding: 5px 5px 5px 10px !important;
}

.addon-btn {
position: absolute;
right: 3px;
top: 3px;
}



/** Custom Select **/
.custom-select-wrapper {
position: relative;
display: inline-block;
user-select: none;
padding: 0;
z-index: 999;
width: 100%;
}

.custom-select-wrapper select {
display: none;
}

.custom-select {
position: relative;
display: inline-block;
}

/*.custom-select-trigger {
position: relative;
display: block;
font-size: 16px;
font-weight: 300;
color: #858585;
border-radius: 4px;
cursor: pointer;
}*/
.custom-select-trigger {
position: relative;
display: block;
font-size: 16px;
font-weight: 300;
color: #858585;
border-radius: 4px;
cursor: pointer;
height: 25px;
overflow: hidden;
}

/* .custom-select-trigger:after {
position: absolute;
display: block;
content: '';
width: 7px;
height: 7px;
top: 50%;
right: -17px;
margin-top: -3px;
border-bottom: 2px solid #949494;
border-right: 2px solid #949494;
transform: rotate(45deg) translateY(-50%);
transition: all .4s ease-in-out;
transform-origin: 50% 0;
}*/
.custom-select:after {
position: absolute;
display: block;
content: '';
width: 7px;
height: 7px;
top: 50%;
z-index: 9999;
right: 13px;
margin-top: -3px;
border-bottom: 2px solid #949494;
border-right: 2px solid #949494;
transform: rotate( 45deg) translateY(-50%);
transition: all .4s ease-in-out;
transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
margin-top: 3px;
transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
position: absolute;
height: 250px;
overflow-y: scroll;
display: block;
top: 100%;
left: 0;
right: 0;
min-width: 100%;
margin: 0;
border: 1px solid #e0e0e0;
border-radius: 0;
box-sizing: border-box;
box-shadow: 0 2px 1px rgba(0,0,0,.07);
background: #fff;
transition: all .4s ease-in-out;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(-15px);
}

.custom-select.opened .custom-options {
opacity: 1;
visibility: visible;
pointer-events: all;
transform: translateY(0);
}

.option-hover:before {
background: #f9f9f9;
}

.custom-option {
position: relative;
display: block;
padding: 0 12px;
font-size: 14px;
font-weight: normal;
/* color: #b5b5b5; */
line-height: 36px;
cursor: pointer;
transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
border-bottom: 0;
border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
background: #e9ecef;
color: #949494;
}

.btn-success {
color: #fff !important;
background-color: #28a745;
border-color: #28a745;
}

.black-custom {
border-style: solid;
border-width: 1px;
border-color: rgb(143, 143, 143);
border-radius: 5px;
background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 82%, rgb(185,185,185) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 82%, rgb(185,185,185) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 82%, rgb(185,185,185) 100%);
color: #fff !important;
min-width: 112px;
height: 32px;
font-family: 'Montserrat', sans-serif;
font-weight: normal !important;
line-height: 22px;
font-size: 14px;
}


.green-custom {
border-style: solid;
border-width: 1px;
border-color: rgb(127, 143, 130);
border-radius: 5px;
background-image: -moz-linear-gradient( 90deg, rgb(28,171,65) 82%, rgb(174,226,188) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(28,171,65) 82%, rgb(174,226,188) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(28,171,65) 82%, rgb(174,226,188) 100%);
color: #fff !important;
min-width: 112px;
height: 32px;
font-family: 'Montserrat', sans-serif;
font-weight: normal !important;
line-height: 22px;
font-size: 14px;
}

#imageZoom {
width: 100%;
}

#zsiq_float {
right: 10px;
width: 60px;
max-height: 60px;
position: fixed;
top: 84px;
z-index: 999;
}

.zsiq_flt_rel {
background-color: #ff0000 !important;
}

.zsiq_theme1.zsiq_floatmain {
width: 60px;
max-height: 60px;
position: fixed;
top: 70px;
}


.navcustom {
height: 50px;
width: 100%;
background-color: #4d4d4d;
position: relative;
}

.navcustom > .navcustom-header {
display: inline;
}

.navcustom > .navcustom-header > .navcustom-title {
display: inline-block;
font-size: 22px;
color: #fff;
padding: 10px 10px 10px 10px;
}

.navcustom > .navcustom-btn {
display: none;
}

.navcustom > .navcustom-links {
display: inline;
float: right;
font-size: 18px;
}

.navcustom > .navcustom-links > a {
display: inline-block;
padding: 13px 10px 13px 10px;
text-decoration: none;
color: #efefef;
}

.navcustom > .navcustom-links > a:hover {
background-color: rgba(0, 0, 0, 0.3);
}

.navcustom > #navcustom-check {
display: none;
}

@media (max-width:600px) {
.navcustom > .navcustom-btn {
display: inline-block;
position: absolute;
right: 0px;
top: 0px;
}

.navcustom > .navcustom-btn > label {
display: inline-block;
width: 50px;
height: 50px;
padding: 13px;
}

.navcustom > .navcustom-btn > label:hover, .navcustom #navcustom-check:checked ~ .navcustom-btn > label {
background-color: rgba(0, 0, 0, 0.3);
}

.navcustom > .navcustom-btn > label > span {
display: block;
width: 25px;
height: 10px;
border-top: 2px solid #eee;
}

.navcustom > .navcustom-links {
position: absolute;
display: block;
width: 100%;
background-color: #333;
height: 0px;
transition: all 0.3s ease-in;
overflow-y: hidden;
top: 50px;
left: 0px;
}

.navcustom > .navcustom-links > a {
display: block;
width: 100%;
}

.navcustom > #navcustom-check:not(:checked) ~ .navcustom-links {
height: 0px;
}

.navcustom > #navcustom-check:checked ~ .navcustom-links {
height: calc(100vh - 50px);
overflow-y: auto;
}
}
#summarydiv {
    padding: 0 10px 0 10px;
}
/*#summarydiv p {
font-size: 19px;
}*/
#summarydiv h4 {
color:var(--color-primary)
}


.summary-section {
    border-bottom: solid 2px #CAD8DB;
    padding: 0 0 12px 0;
    float: left;
    width: 100%
}
.summary-section p {
color:#000 !important;
}



section#counter-stats {
display: flex;
justify-content: center;
}

section#counter-stats h5 {
color: #101f41;
font-size: 14px;
padding-bottom: 0;
}

.stats {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    /* margin: 5px; */
    padding: 10px 15px 0px 15px;
    margin: 5px;
    color: #85979C;
    border-radius: 10px;
    background: #ffffffd1;
    width: 150px;
    /* font-family: 'Montserrat', sans-serif; */
}

    .stats .fa {
        color: #85979C;
        font-size: 36px;
    }

.panel-default > .panel-heading {
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.panel-default > .panel-heading a {
display: block;
padding: 10px 15px;
color:#fff;
}

.panel-default > .panel-heading a:after {
content: "";
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
float: right;
transition: transform .25s linear;
-webkit-transition: -webkit-transform .25s linear;
}



.panel-default > .panel-heading a[aria-expanded="true"]:after {
content: "\2212";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
content: "\002b";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}



/*Payment and Delivery Method*/

.panel-default > .panel-heading {
background-color: #fff;
border-color: #e4e5e7;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 8px;
clear: both;
}

.panel-default > .panel-heading h4 {
font-size: 18px;
background: var(--color-primary);
}

.panel-default > .panel-heading a {
display: block;
padding: 10px 15px;
color:#fff;
}
/* .panel-default > .panel-heading a:hover, a:focus {
color: var(--color-primary) !important;

}*/
.panel-title .Accordion_childPaymentTitle {
color: #000 !important;
}


.panel-default > .panel-heading a:after {
content: "";
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
float: right;
transition: transform .25s linear;
-webkit-transition: -webkit-transform .25s linear;
border-radius: 8px;
color: #fff !important;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
background-color: #fff;
border-radius: 8px;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
content: "\2212";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
content: "\002b";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}


.calculator {
float: left;
/* background: #000;*/
clear:both;
width:100%;
}

.calculator ul {
list-style: none;
margin: 0 0 5px 0;
padding: 0;
}

.calculator ul li {
color: #fff;
display: block;
position: relative;
float: left;
width: 100%;
padding: 10px 0 10px 0;
border-top: 1px solid #fff;
}

.calculator ul li input[type=radio] {
position: absolute;
visibility: hidden;
}

.calculator ul li label {
display: block;
color: #fff;
position: relative;
font-weight: 300;
font-size: 14px;
line-height: 15px;
padding: 0 0 0 35px;
z-index: 9;
cursor: pointer;
-webkit-transition: all 0.25s linear;
}

.calculator ul li label span {
color: #fff;
font-size: 12px;
margin-top: -7px;
/* clear: both; */
}


.calculator ul li:hover label {
color: #FFFFFF;
}

.calculator ul li .check {
display: block;
position: absolute;
border: 3px solid #fff;
border-radius: 100%;
height: 25px;
width: 25px;
top: 12px;
left: 0;
z-index: 5;
transition: border .25s linear;
-webkit-transition: border .25s linear;
}

.calculator ul li:hover .check {
border: 3px solid #FFFFFF;
}

.calculator ul li .check::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 11px;
width: 11px;
top: 4px;
left: 4px;
margin: auto;
transition: background 0.25s linear;
-webkit-transition: background 0.25s linear;
}

.calculator input[type=radio]:checked ~ .check {
border: 3px solid #fff;
}

.calculator input[type=radio]:checked ~ .check::before {
background: #fff;
}

.calculator input[type=radio]:checked ~ label {
color: #fff;
}
.clearfix {
clear:both;
}
.rate {
float: left;
width: 100%;
font-weight: bold;
background: #CAD8DB;
padding: 1px 5px 0 5px;
border-radius: 5px;
text-align:center;

}
.rate span {

color: #657F86 !important;
}

/* ------- Why Choose Banana PAy -------->*/
.step-list {
margin: 0;
padding: 0;
list-style-type: none;
}

.step-list__item {
counter-increment: step-counter;
position: relative;
}

.step-list__item:before {
content: counter(step-counter);
font-weight: 300;
color: #d8d8d8;
}

.step-list__item h2 {
font-size: 24px;
line-height: 30px;
font-weight: bold;
color: #000000;
}

.step-list__item p {
font-size: 16px;
font-weight: normal;
}

.step-list__item .icon {
border-radius: 50%;
display: block;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}

.step-list__item .icon img {
width: 100%;
height: 100%;
margin-bottom: -25px;
}

.step-list__item .body {
font-size: 12px;
line-height: 18px;
font-weight: 300;
}

.step-list__item .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding-bottom: 18px;
}

.step-list__item .icon {
background: #fff;
/*border:solid 7px #2dbd60;*/
}

.step-list__item:nth-child(odd) .content {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}

.step-list__item:nth-child(even) .content {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}

.step-list__item:first-child > .step-list__item__inner:before {
content: none;
}

.step-list__item:last-child > .step-list__item__inner:after {
content: none;
}

.step-list__item + li {
margin-top: 84px;
}

.step-list__item + li > div {
margin-top: -5px;
}

@media screen and (max-width: 320px) {


.btn-sm {
padding: 5px !important;
font-size: 12px;
}
}

@media screen and (max-width: 600px) {
.navbar .logo {
width: 60px !important;
position: absolute;
top: 5px;
left: 45px;
}

.btn-sm {
padding: 0.5rem .5rem;
font-size: 12px;
}

.step-list__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.step-list__item:before {
content: counter(step-counter);
position: relative;
font-size: 36px;
line-height: 42px;
font-weight: 300;
color: #000000;
margin-right: 12px;
}

.step-list__item .icon {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
width: auto;
height: auto;
padding: 9px;
position: relative;
left: -9px;
top: 42px;
clear: both;
}

.step-list__item .content {
display: block;
display: -ms-flexbox;
display: block;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding-bottom: 18px;
}

.step-list__item .body {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-top: 8px;
margin-left: 12px;
clear: both;
}

.step-list__item .content {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}

.step-list__item .content:before {
content: '';
position: absolute;
border-left: #d8d8d8;
height: 100%;
left: 9px;
bottom: 0;
display: block;
width: 1px;
background: #d8d8d8;
top: 84px;
}

.step-list__item:last-child .content:before {
content: none;
}
}

@media screen and (min-width: 601px) {
.step-list__item:before {
content: counter(step-counter);
position: absolute;
font-size: 90px;
line-height: 1;
font-weight: 300;
color: #d8d8d8;
}

.step-list__item .icon {
/*width: 174px;
height: 174px;
padding: 15px;*/
}

.step-list__item .body {
-webkit-box-flex: 0;
-ms-flex: 0 1 33.3333%;
flex: 0 1 33.3333%;
margin-top: 84px;
}

.step-list__item .content {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}

.step-list__item > .step-list__item__inner {
position: relative;
}

.step-list__item > .step-list__item__inner:before, .step-list__item > .step-list__item__inner:after {
border-width: 0px;
border-style: solid;
border-color: #d8d8d8;
display: block;
content: '';
position: absolute;
height: 42px;
width: calc( 33.3333% - 42px );
}

.step-list__item:nth-child(odd) > .step-list__item__inner {
text-align: right;
}

.step-list__item:nth-child(odd) > .step-list__item__inner:before, .step-list__item:nth-child(odd) > .step-list__item__inner:after {
border-left-width: 5px;
left: calc( 33.3333% - 21px );
}

.step-list__item:nth-child(odd) > .step-list__item__inner:before {
border-top-width: 5px;
border-top-left-radius: 42px;
margin-top: -42px;
}

.step-list__item:nth-child(odd) > .step-list__item__inner:after {
border-bottom-width: 5px;
border-bottom-left-radius: 42px;
margin-bottom: -42px;
}

.step-list__item:nth-child(odd):before {
left: 0;
margin-left: 33.3333%;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}

.step-list__item:nth-child(odd) .icon {
margin-left: 57px;
}

.step-list__item:nth-child(even) > .step-list__item__inner:before, .step-list__item:nth-child(even) > .step-list__item__inner:after {
border-right-width: 5px;
right: calc( 33.3333% - 21px );
}

.step-list__item:nth-child(even) > .step-list__item__inner:before {
border-top-width: 5px;
border-top-right-radius: 42px;
margin-top: -42px;
}

.step-list__item:nth-child(even) > .step-list__item__inner:after {
border-bottom-width: 5px;
border-bottom-right-radius: 42px;
margin-bottom: -42px;
}

.step-list__item:nth-child(even):before {
right: 0;
margin-right: 33.3333%;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}

.step-list__item:nth-child(even) .icon {
margin-right: 60px;
}

.step-list__item:nth-child(even) .body {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}

/*.bg-overlay {
background: linear-gradient(rgb(0 0 0 / 27%), rgb(0 0 0 / 27%));
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
color: #fff;
padding-top: 50px;
}*/

.min-height-450{
min-height: 450px;
}

.reviewtable td {
    padding: 5px 5px 5px 0 !important;
    vertical-align: middle;
    border: none !important;
}

    .reviewtable td:first-child {
        padding: 5px 5px 5px 0 !important;
        vertical-align: middle;
        border: none !important;
        width: 50% !important;
    }
    .reviewtable td:last-child {
        padding: 5px 5px 5px 0 !important;
        vertical-align: middle;
        border: none !important;
        text-align:right;
    }

.reviewtable th {
padding: 5px 5px 5px 0 !important;
vertical-align: middle;
border: none !important;
}




.bootstrap-select .dropdown-menu li small {
padding-left: 0.5em;
color: black !important;
}

.checkmark-red {
border: solid 2px red !important;
}



#summarydiv p {
color:#000;
}

.mt-bg-primary {
background-color:#fff !important;
}
.mt-bg-secondary {
background-color: var(--color-primary) !important;
}

.btn.mt-btn {
background-color: var(--color-primary);
color:#fff;
z-index: 0;
}

#btnEdit {
color:#fff;
}

.footer-top p {
    color: #85979C;
}






.footer-top a {
    color: #b0002a;
    text-decoration: underline;
}
.footer-top h4 {
    color: #85979C;
}

.bg-auth {
background-color: #fff !important;
}
.bg-auth-secondary {
background-color: #fff !important;
border:solid 2px #CAD8DB;
}
    .bg-auth-secondary h2 {
        color: #1F5A94;
        font-weight:normal;
        font-size:28px;
    }

.trans_details {
color:#fff;
}
.trans_details img {
filter: brightness(0) invert(1);
}
.trans_details h3 {
color: #fff;
}
.trans_details p {
color: #fff;
}
#lnkTerms {
color: var(--color-primary);
text-decoration: none;
font-size: 15px;
}

#lnkTerms:hover {
text-decoration: underline;
}
.banklogo {
    background: #fff;
    border-radius: 10px;
    width: 150px;
    box-shadow: 0px 0px 5px #ccc;
}

.promotion {
    /* background: #054b9f;
    border-radius: 10px;
    padding: 10px;
	box-shadow:0 5px 5px #00000059;
	border:solid 2px #fff; */
}
.promotion h5 {
    padding: 0;
    margin: 0 0 5px 0;
    text-align: center;
color:#fff;
}
.promotion img {
        width: 100%;
}

.btn_quicksend {
    min-width: 40px;
    height: 40px;
    line-height: 30px;
}
.profileedit {
    background: #FFC700;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin: -14px 0 0 0;
    text-align: center;
    line-height: 38px;
}
.shadow-sm {
    box-shadow: 0 0 0 !important;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #cad8db;
    border-bottom: none;
    color:#333;
}
.h-7 {
    height: 70px;
}
.addon-left {
    border-radius: 10px 0px 0px 10px;
    background: var(--color-primary);
    font-size: 24px;
    color: #fff;
}

.btn-2 {
    padding: 10px 20px;
    border: 0;
    font-size: 15px;
    font-weight: 60;
    position: relative;
    min-width: 55px;
    cursor: unset !important;
}