
body {
    background-color: #e9ebef;
}
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../asset/images/loading.gif);
}
a {
    color: #999999;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #737373;
    text-decoration: none;
}
a img {
    border: none;
}
img {
    max-width: 100%;
}
iframe{      
    display: block;  
    height: 100vh;
    border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    line-height: 1.42857143;
    color: #333333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #333333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #333333;
}
.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
}
ul {
    margin: 0px;
    padding: 0px;
}
ul li {
    list-style: none;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="button"]:focus {
    outline: 0 !important;
}
.btn:focus,
.btn:hover,
.btn:active {
    outline: 0;
}
p.help-block-error {
    font-size: 13px;
    margin-top: -6px;
    color: #ff3b30;
}
.text-theme-colored {
    color: #ffffff !important;
}
.colored-bg {
    background-color: #000000;
}
.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}
.space-20 {
    height: 20px;
}
.space-60 {
    height: 60px;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-25 {
    font-size: 25px !important;
}
.custom-control-label {
    font-size: 15px;
    vertical-align: bottom;
}
.btn-white {
    background: #fff;
    border: 1px solid transparent;
    color: #222;
}
.norlt {
    position: static;
}
.menuwrapper {
    position: relative;
}
.show-grid {
    background-color: #fff;
}
.mobiletext02 {
    display: none;
}
.btn-border {
    border: 2px solid;
    border-radius: 40px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    -moz-user-select: none;
    background-image: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    padding: 15px 40px;
}
.btn-border:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.btn-border:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.btn-facebook {
    background-color: #3b5998;
    color: #ffffff !important;
}
.btn-facebook:hover,
.btn-facebook:focus {
    box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
    background-color: #496db9;
    border-color: #496db9;
    color: #fff;
}
.btn-google {
    box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}
.btn-google:hover,
.btn-google:focus {
    box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
    background-color: #e45e4e;
    border-color: #e45e4e;
    color: #fff;
}
.btn-flat-success {
    background: #04bb41 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.btn-flat-success:hover,
.btn-flat-success:focus {
    background: #28a745;
    color: #fff;
    border: 1px solid #28a745;
}
.btn-flat-success:disabled, .btn-flat-success.disabled {
    opacity: 0.60;
}
.btn-flat-dark {
    background: #000000 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.btn-flat-dark:hover,
.btn-flat-dark:focus {
    background: #122441;
    color: #fff;
    border-color: #122441;
}
.btn-flat-dark:disabled, .btn-flat-dark.disabled {
    opacity: 0.50;
}
.btn-flat-danger {
    background: #dc3545 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.btn-flat-danger:hover,
.btn-flat-danger:focus {
    background: #c82333;
    color: #fff;
    border: 1px solid #c82333;
}
.btn-flat-danger:disabled, .btn-flat-danger.disabled {
    opacity: 0.60;
}
.alert-outline-success {
    border: 1px solid #dee2e6;
    border-left: 5px solid;
    border-left-color: #2dce89;
}
.alert-outline-warning {
    border: 1px solid #dee2e6;
    border-left: 5px solid;
    border-left-color: #fb6340;
}
.header {
    width: 100%;
    display: block;
    min-height: 214px;
    padding-top: 0px;
}
.headerwp {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}
.posrlt {
    position: relative;
}
.headtoppart {
    display: block;
    width: 100%;
    background-color: #efefef;
    height: 39px;
    margin: 0 auto;
    padding: 0;
    min-width: 320px;
}
.headertopleft {
    width: 50%;
    float: left;
}
.headertopright {
    width: 50%;
    float: right;
    text-align: right;
}
.headertopright a {
    line-height: 39px;
    color: #f00;
    font-size: 14px;
    padding: 0px 12px;
    float: right;
}
.headertopright a:hover {
    background-color: #272b37;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.headertopright a.facebookicon:hover {
    background-color: #3b5998;
    color: #fff;
}
.headertopright a.twittericon:hover {
    background-color: #55acee;
    color: #fff;
}
.address {
    padding: 10px 0px 0px 0px;
    font-size: 13px;
    color: #b6b6b6;
}
.address a {
    color: #373636;
}
.address a:hover {
    color: #f00;
    text-decoration: none;
}
.address span {
    margin-right: 9px;
    color: #373636;
}
.address i {
    margin-right: 6px;
    margin-left: 6px;
    color: #f00;
}
.content {
    min-height: 484px;
}
.hero {
    background-image: url("../../asset/images/buycard-hero-image.jpg");
    background-size: cover !important;
    background-position: center !important;
}
.breadcrumb-area {
    background: url("https://www.buycard.ng/asset/images/bg/2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0 50px;
    position: relative;
    overflow: hidden;
}
.breadcrumb-title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}
.breadcrumb-list li {
    float: left;
    position: relative;
}
.breadcrumb-list li span {
    color: #fff;
    padding-right: 10px;
    font-size: 13px;
    margin-left: -10px;
}
.breadcrumb-list li + li {
    margin-left: 25px;
    color: #fd8282;
}
.breadcrumb-list > li > a {
    color: #fff;
}
.breadcrumb-list > li > a:hover {
    color: #ff0000;
}
.breadcrumb-list > li:first-child::after {
    content: "";
}
.feature-section {
    padding: 70px 0 70px;
    position: relative;
    overflow: hidden;
}
.feature-heading {
    margin: 0 auto 55px;
    position: relative;
    text-align: center;
}
.feature-heading::before {
    background: #36cb66;
    content: "";
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100px;
}
.feature-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    background: #36cb66;
    width: 2px;
    height: 50px;
    bottom: -39px;
    box-shadow: 10px 0px 0px 0px #36cb66;
    transform: translateX(-50%) rotate(90deg);
}
.feature-heading-2.feature-heading::before {
    left: 0;
    transform: translateX(0%);
}
.feature-heading-2.feature-heading::after {
    left: 0;
    transform: translateX(24px) rotate(90deg);
}
.single-feature {
    margin-bottom: 30px;
    box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 3px;
    transition: 0.3s ease-in-out 0s;
    text-align: center;
    background: #fff;
}
.single-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}
.feature-icon {
    margin-bottom: 5px;
    display: inline-block;
}
.feature-content h5 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.feature-style-2 .feature-icon {
    margin-bottom: 20px;
    width: 70px;
    display: inline-block;
}
.feature-icon i {
    font-size: 50px;
    color: #f00;
    line-height: inherit;
}
.account-section {
    margin: 3rem 0;
}
.order-section {
    margin: 3rem 0;
}
.card {
    border: 0 solid transparent;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}
.box-title {
    font-size: 25px;
    padding-bottom: 15px;
    position: relative;
}
.box-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}

.box-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background-color: #333;
}
.card-scratch {
    margin-bottom: 3rem !important;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-scratch:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-scratch a {
    color: #000000;
}
.card-scratch-image img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0 0;
}
.card-scratch-heading {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 0;
}
.card-scratch-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    width: 100%;
    background-color: #e9ebef;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #dbe1ec;
}
.card-scratch-footer .price {
    font-size: 16px;
    color: #000000;
}
.process-card {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 20px rgba(85, 85, 85, 0.16);
    -moz-box-shadow: 0 7px 20px rgba(85, 85, 85, 0.16);
    box-shadow: 0 7px 20px rgba(85, 85, 85, 0.16);
    width: 100%;
    margin: 0 auto 20px auto;
    padding-bottom: 25px;
}
.process-card .big {
    padding-top: 35px;
    text-align: center;
}
.process-card h4 {
    text-align: center;
    padding-bottom: 25px;
}
.app-download {
    background-image: url(../../asset/images/download-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 40px;
    color: #ffffff;
}
.app-download-overlay {
    position: relative;
    z-index: 1;
}
.app-download-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgb(51, 204, 102) 0%, rgb(1, 19, 28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    opacity: 0.8;
    z-index: -2;
}
.app-download .mobile-image {
    margin-top: -106px;
    margin-bottom: -200px;
}
.app-download-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.app-download-button {
    padding: 12px 30px;
    background-color: #ffffff;
    display: inline-block;
    color: #768ede;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
}
.app-download-button {
    position: relative;
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none;
}
.app-download-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}
.app-download-button img {
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}
.faq-wrapper {
    margin: 0 auto;
}
.faq-item {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.faq-item:not(:last-child) {
    margin-bottom: 20px;
}
.faq-item .faq-title {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    align-items: center;
}
.faq-item .faq-title .title {
    margin: 0;
    width: calc(100% - 30px);
}
.faq-item .faq-title .right-icon {
    width: 26px;
    height: 26px;
    position: relative;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.faq-item .faq-title .right-icon::before,
.faq-item .faq-title .right-icon::after {
    background: #2e86de;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.faq-item .faq-title .right-icon::before {
    width: 14px;
    height: 2px;
}
.faq-item .faq-title .right-icon::after {
    width: 2px;
    height: 14px;
}
.faq-item .faq-content {
    padding: 20px;
    display: none;
}
.faq-item .faq-content p {
    margin: 0;
}
.faq-item.active .faq-content {
    display: block;
}
.faq-item.open .faq-title {
    background: #36cb66;
}
.faq-item.open .faq-title .title {
    color: #000000;
}
.faq-item.open .faq-title .right-icon::after {
    height: 0;
}
.faq-item.open .faq-title .right-icon::before {
    background: #000;
}
.faq-item .faq-title .right-icon::before,
.faq-item .faq-title .right-icon::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}
.faq-item.open .faq-title,
.faq-item .faq-title .right-icon::before,
.faq-item .faq-title .right-icon::after {
    background-color: #36cb66;
}
.faq-item.open .faq-title .right-icon::after {
    height: 0;
}
.faq-item.open .faq-title,
.faq-item .faq-title .right-icon::before,
.faq-item .faq-title .right-icon::after {
    background-color: #33cc66;
}
.faq-item .faq-title .right-icon::before,
.faq-item .faq-title .right-icon::after {
    background: #f00;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.faq-item .faq-title {
    display: flex;
    flex-wrap: wrap;
}
.faq-item .faq-title .right-icon::before,
.faq-item .faq-title .right-icon::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}
#logo-slider .item,
#team_slider .item {
    margin: 0 15px;
}
#logo-slider .item {
    border: 1px solid #c7c7c7;
    display: block;
    text-align: center;
}
#logo-slider .item > img {
    display: inline-block;
    width: auto;
}
#logo-slider .owl-theme .owl-controls {
    margin-top: 40px;
}
.owl-controls .owl-page span {
    margin: 2px;
    background: #cbcbcb;
    opacity: 1;
}
.owl-controls .owl-page span:hover,
.owl-controls .owl-page.active span {
    background: #ff0000;
}
.call-to-action-area {
    padding: 60px 0;
}
.action-button {
    text-align: right;
    margin-top: 30px;
}
.action-heading h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
    text-transform: capitalize;
}
.action-heading p {
    color: #fbfbfb;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 0;
    text-transform: unset;
    margin: 0;
    width: 90%;
}
.text-center .action-heading {
    margin-bottom: 20px;
}
.auth-card .link {
    color: #ff0000;
    font-size: 15px;
}
.auth-card .link:hover {
    color: #ff5656;
}
.auth-separater span {
    position: relative;
    top: 26px;
    margin-top: -10px;
    background: #fff;
    padding: 5px;
    font-size: 12px;
    z-index: 1;
}
.form-control + .form-control-feedback {
    border-radius: 6px;
    font-size: 14px;
    padding: 0 12px 0 0;
    position: absolute;
    right: 25px;
    top: 13px;
    vertical-align: middle;
}
.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
    border-color: #e3e3e3;
    box-shadow: none;
}
.has-success .form-control,
.form-control .has-success .form-control-feedback,
.form-control.valid:focus {
    border-color: #05ae0e;
    color: #05ae0e;
}
.has-error .form-control,
.form-control .has-error .form-control-feedback,
.form-control.error {
    color: #ff3b30;
    border-color: #ff3b30;
}
.form-control:focus + .input-group-addon,
.form-control:focus ~ .input-group-addon {
    background-color: #ffffff;
    border-color: #9a9a9a;
}
.form-control ::-moz-placeholder {
    color: #dddddd;
    opacity: 1;
}
.form-control ::-moz-placeholder {
    color: #dddddd;
    opacity: 1;
}
.form-control ::-webkit-input-placeholder {
    color: #dddddd;
    opacity: 1;
}
.form-control ::-ms-input-placeholder {
    color: #dddddd;
    opacity: 1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    color: #999999;
    cursor: not-allowed;
}
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}
.nav-pills {
    background-color: #999999;
}
.nav-pills > li + li {
    margin-left: 0;
}
.nav-pills > li > a {
    border: 1px solid #2ca8ff;
    border-radius: 0;
    color: #2ca8ff;
    border: 0 !important;
    text-transform: uppercase;
    background-color: #999999;
    text-align: center;
    color: #ffffff !important;
    font-size: 12px;
    cursor: pointer;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
    background-color: #999999;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: inherit;
}
label {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0.3rem;
}
label.error {
    color: #ff3b30;
    margin-bottom: 10px;
    font-size: 13px;
}
label small {
    color: #999999;
}
.label-primary.label-fill,
.progress-bar,
.progress-bar-primary {
    background-color: #3472f7;
}
.label-info.label-fill,
.progress-bar-info {
    background-color: #2ca8ff;
}
.label-success.label-fill,
.progress-bar-success {
    background-color: #05ae0e;
}
.label-warning.label-fill,
.progress-bar-warning {
    background-color: #f51f8a;
}
.label-danger.label-fill,
.progress-bar-danger {
    background-color: #ff3b30;
}
.label-default.label-fill {
    background-color: #999999;
}
.contact-section {
    padding: 60px 0 70px;
    position: relative;
    overflow: hidden;
}
.contact-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    padding: 20px 15px 30px 15px;
    border: 1px solid #eee;
    text-align: left;
    background: #fff;
    border-radius: 5px;
}
.single-contact-option {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    padding: 20px 30px;
    border: 1px solid #eee;
    text-align: left;
    background: #fff;
}
.single-contact-option i {
    color: #ff0000;
    font-size: 25px;
}
.single-contact-option h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}
.single-contact-option p {
    color: #232323;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1.8;
}
.single-contact-option a {
    display: block;
    color: #232323;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.single-contact-option a:hover {
    color: #ff0000;
}
.form-group {
    margin-bottom: 0;
}
.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}
.contact-form textarea,
.comment-form textarea {
    min-height: 239px;
}
.contact-send-message,
.comment-post-comment {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}
.comment-form .form-control {
    border-radius: 0;
}
.form-send-message {
    margin: 10px 0 0;
}
.footer-top-area {
    padding: 100px 0;
    position: relative;
    background: #171717;
}
.footer-top-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #171717 url(../images/bg/2.png) no-repeat center center/60%;
    opacity: 0.2;
}
.footer-top-area .content {
    position: inherit;
}
.footer-widget-heading .logo span,
.footer-widget-heading .logo {
    color: #ffffff;
}
.footer-widget-content {
    margin-top: 30px;
}
.footer-about-info-area .footer-widget-content {
    margin-top: 20px;
}
.footer-widget-content p {
    color: #bdbdbd;
    font-weight: 500;
}
.footer-profile-view-menu {
    margin-top: 30px;
}
.footer-profile-view-menu li a {
    font-size: 18px;
    color: #fff;
    background: #f51f8a;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 3px;
}
.footer-profile-view-menu li a:hover {
    background: #232323;
    color: #fff;
}
.footer-top-content {
    margin-bottom: 25px;
}
.footer-widget-heading h3 {
    color: #f0f0f0;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}
.footer-widget-heading h3::before {
    background: #f00;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 3px;
}
.footer-conatct-menu li p,
.footer-conatct-menu li a {
    display: block;
    color: #bdbdbd;
    font-size: 15px;
    margin-bottom: 5px;
}
.footer-conatct-menu li p i,
.footer-conatct-menu li a i {
    padding-right: 10px;
}
.footer-conatct-menu li p span,
.footer-conatct-menu li a span {
    font-weight: 600;
    padding-right: 5px;
    letter-spacing: 1px;
}
.footer-conatct-menu li i {
    color: #f00;
}
.links li {
    margin-bottom: 5px;
}
.links a {
    color: #bdbdbd;
    font-weight: 500;
    letter-spacing: 1px;
}
.links a:hover {
    color: #f00;
}
.links li i {
    margin-right: 8px;
    color: #f00;
    font-weight: bold;
}
.footer-bottom-area {
    background: #101010;
    padding: 20px 0;
}
.footer-copyright-info p {
    color: #bdbdbd;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
}
.footer-copyright-info p a {
    color: #f00;
    margin-left: 5px;
}
.footer-copyright-info p a:hover {
    color: #f00;
}
.footer-main-menu {
    float: right;
}
.footer-main-menu li {
    float: left;
    margin-right: 22px;
}
.footer-main-menu li a {
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
}
.footer-main-menu li a:hover {
    color: #f00;
}
.footer-instram-widget {
    margin-top: 40px;
}
.to-top-btn {
    background: #f51f8a none repeat scroll 0 0;
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    bottom: 30px;
    color: #ffffff;
    font-size: 28px;
    height: 50px;
    line-height: 45px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    transform: translateY(20px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 50px;
}
.to-top-btn:focus {
    color: #fff;
}
.to-top-btn.to-top-show {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    z-index: 999999;
}
.to-top-btn.to-top-show:hover {
    color: #fff;
    opacity: 0.75;
}
#wizard-picture-error {
    position: absolute;
    top: 135px;
    left: 53px;
}
.user-avatar {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100px;
    height: 100px;
    background-color: #33cc66;
    border: 6px solid #e9ebef;
    margin: 0 auto;
}
.user-avatar span {
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
}
.profile-name {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 0;
}
.profile-card .list-group-item.active {
    background-color: #000000;
    border-color: #000000;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-confirm p {
    color: #636363;
}
.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}
.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
    font-size: 45px;
    position: relative;
    top: 10px;
}
.modal-confirm.modal-dialog {
    margin-top: 80px;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #6fb32b;
    outline: none;
}
.not-found {
    text-align: center;
    margin-top: 30px;
}
.not-found h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
}
.page-item.active .page-link {
    background-color: #000000;
    border-color: #000000;
}
.page-link {
    color: #36cb66;
}
.modal {
    margin-top: 60px !important;
    padding-bottom: 90px;
}
.modal-body .detail {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.modal-body .detail .label {
    color: rgb(128, 128, 128);
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.modal-body .detail p {
    font-size: 14px;
}
.modal-body .detail a {
    cursor: pointer;
}
.modal-body .info {
    flex: 1 1 0%;
    padding: 1.25rem 1.125rem;
    background: rgba(244, 211, 165, 0.15);
    border-radius: 5px;
    margin: auto auto 20px;
    width: 100%;
}
.copy-button {
    cursor: pointer;
}
#app-promo-modal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 7px;
}
#app-promo-modal .modal-content .modal-body {
    border-radius: 7px;
    overflow: hidden;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
}
#app-promo-modal .modal-content .modal-body .promo-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
#app-promo-modal .modal-content .modal-body .close {
    font-size: 1.1rem;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    padding-right: 25px;
    padding-top: 25px;
}
.float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 21px;
    right: 27px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
}
.my-float {
    margin-top: 10px;
    font-size: 35px;
}
.display-5 {
    font-weight: 700 !important;
}
.section-heading {
    text-align: center;
}
.section-heading .separator {
    margin: 0 auto;
    width: 120px;
    position: relative;
}
.section-heading .separator ul {
    padding: 0;
    margin: 0;
}
.section-heading .separator ul::before {
    content: '';
    width: 40px;
    height: 1px;
    background: #c9c9c9;
    left: 0;
    top: 61%;
    position: absolute;
}
.section-heading .separator ul::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #c9c9c9;
    right: 0;
    top: 61%;
    position: absolute;
}
.section-heading .separator ul li {
    background: #33cc66;
    display: inline-block;
    width: 3px;
    height: 7px;
    margin: 0 2px;
    padding: 0;
}
.green_text {
    color: #36cb66;
}
.section-title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}

.section-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}

.section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background-color: #333;
}

/* Custom Button Success */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:active, .btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: #a3d7a3;
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: #a3d7a3;
}
/* Custom Button Success */

.bg-success {
    color: #fff;
    background-color: #28a745 !important;
}

/* Product & Services Grid */
.grid-block {
    display: grid;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.product-card {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: 16em;
    max-height: 16em;
    padding: 1.5em;
    display: flex;
}
.product-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}
.pink {
    color: #660419 !important;
}
.blue {
    color: #174c5a !important;
}
.green {
    color: #175e1d !important;
}
.purple {
    color: #442451 !important;
}
.orange {
    color: #613700 !important;
}
.product-card.airtime {
    background-color: #e2f8e4;
}
.product-card.data {
    background-color: #dff2f7;
}
.product-card.internet {
    background-color: #f9e0e5;
}
.product-card.cable-tv {
    background-color: #f0e6f4;
}
.product-card.electricity {
    background-color: #ffe7c7;
}
.product-card i {
    font-size: 3em;
}
.product-title {
    color: #806700;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0;
}
.service-card {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: 16em;
    max-height: 16em;
    padding: 1em;
    display: flex;
    border: 1px solid #ccc;
}
.service-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}
.service-logo {
    height: 7em;
}
.service-title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 1rem;
}
.service-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.service-pricing {
    color: #121212;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 0;
    margin-bottom: 0;
}

/* Wallet Page */
.wallet-card {
    width: 100%;
    position: relative;
}
.wallet-card img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 15px;
}
.wallet-card-inner {
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 15px;
    padding: 20px 20px 15px 20px;
}
.deposit-bg {
    background-color: #f9f9f9 !important;
}
.deposit-grid {
    display: grid;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.deposit-card {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 1em;
    display: flex;
    background-color: #fff;
    min-height: 16em;
}
.deposit-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}
.deposit-card .recommended {
    background-color: #4e63ea;
    border-radius: 20px;
    top: -12px;
    right: 10px;
    font-size: 12px;
    padding: 2px 10px;
    color: #fff;
}
.deposit-card.virtual-account {
    border: 1px solid #4e63ea;
}
.deposit-card.flutterwave {
    border: 1px solid #ff5805;
}
.deposit-card.monnify {
    border: 1px solid #04bb41;
}
.deposit-card.bank-transfer {
    border: 1px solid #09a5db;
}
.deposit-logo {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 70px;
    height: 70px;
    padding: 15px;
    margin-bottom: 10px;
}
.deposit-logo.virtual-account {
    background-color: #e6ebff;
}
.deposit-logo.flutterwave {
    background-color: #ffefef;
}
.deposit-logo.monnify {
    background-color: #e2f8e4;
}
.deposit-logo.bank-transfer {
    background-color: #dcf3fc;
}
.deposit-title {
    line-height: 1.2em;
}
/* deposit list tile */
.deposit-list-tile {
    padding: 15px 10px;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 0 .14px 2.29266px rgba(0,0,0,.032),0 .37px 4.42626px rgba(0,0,0,.048),0 3px 7px rgba(0,0,0,.09);
    border: 1px solid #ececec;
}
.deposit-list-tile:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}
.deposit-list-tile h2 {
  font-size: 15px;
}
.deposit-list-tile p {
  font-size: 13px;
  color: #666;
}
.deposit-list-tile-leading {
  margin-right: 5px;
}
.deposit-list-tile-leading .logo {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #dcf3fc;
}
.deposit-list-tile-leading .logo img {
  width: 1.5em;
}

/* order list tile */
.order-list-tile {
    padding: 15px 10px;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 0 .14px 2.29266px rgba(0,0,0,.032),0 .37px 4.42626px rgba(0,0,0,.048),0 3px 7px rgba(0,0,0,.09);
    border: 1px solid #ececec;
}
.order-list-tile:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}
.order-list-tile h2 {
    font-size: 15px;
}
.order-list-tile p {
    font-size: 13px;
    color: #666;
}
.order-list-tile-leading {
    margin-right: 5px;
}
.order-list-tile-leading .logo {
    border-radius: 10px;
    width: 50px;
    height: 50px;
    background-color: #f1f4f7;
}
.order-list-tile-leading .logo img {
    width: 2.4em;
}

/* OTP input */
.otp-input input{
    width:40px;
    height:40px
}
.otp-input input[type=number]::-webkit-inner-spin-button, .otp-input input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}
.otp-input .form-control:focus{
    box-shadow:none;
    border:1px solid #04bb41;
}
.otp-footer {
    font-size: 14px;
}
.otp-footer a {
    color: #f00;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* Transaction calculator */
.transaction-calculator .input-group-text {
    background-color: rgba(249, 251, 253, .5);
}
.transaction-calculator .form-control {
    background-color: rgba(249, 251, 253, .5);
}
.transaction-calculator-inner {
    padding: 20px 20px 14px;
    position: relative;
    background: rgba(249, 251, 253, .2);
    border-radius: 10px;
    border: 1.5px dashed rgba(249, 251, 253, .3);
}
.transaction-calculator-inner .row .col-8:nth-child(1) {
    border-right: 1px solid rgba(249, 251, 253, .25);
} 
.bg-grey {
    background-color: #C7C8CC;
}
.form-control-lg {
    font-size: 1.1rem;
}
.form-select-lg {
    font-size: 1.1rem;
}
.text-success {
    color: #5cb85c !important;
}

.bg-gradient-1 {
    background: #a6e1fa;
    background: -webkit-linear-gradient( 90deg, #a6e1fa, #84d2f6) !important;
    background: linear-gradient( 90deg, #a6e1fa, #84d2f6) !important;
}
.bg-gradient-2 {
    background: #aafada;
    background: -webkit-linear-gradient( 90deg, #aafada, #77c7c4) !important;
    background: linear-gradient( 90deg, #aafada, #77c7c4) !important;
}
.bg-gradient-3 {
    background: #ffe9c4;
    background: -webkit-linear-gradient( 90deg, #ffe9c4, #fde0a3, #fdd392) !important;
    background: linear-gradient( 90deg, #ffe9c4, #fde0a3, #fdd392) !important;
}
.bg-gradient-4 {
    background: #fff99e;
    background: -webkit-linear-gradient( 90deg, #fff99e, #ffcb3d) !important;
    background: linear-gradient( 90deg, #fff99e, #ffcb3d) !important;
}
.bg-gradient-5 {
    background: #f7e7f9;
    background: -webkit-linear-gradient( 90deg, #f7e7f9, #d3889a) !important;
    background: linear-gradient( 90deg, #f7e7f9, #d3889a) !important;
}
.bg-gradient-6 {
    background: #e5e0ff;
    background: -webkit-linear-gradient( 90deg, #e5e0ff, #eec7ff, #e09afe) !important;
    background: linear-gradient( 90deg, #e5e0ff, #eec7ff, #e09afe) !important;
}
.bg-gradient-7 {
    background: #e5e0ff;
    background: -webkit-linear-gradient( 90deg, #e5e0ff, #7dc4f2) !important;
    background: linear-gradient( 90deg, #e5e0ff, #7dc4f2) !important;
}
.bg-gradient-8 {
    background: #eaf7d4;
    background: -webkit-linear-gradient( 90deg, #eaf7d4, #adebad, #87d37c) !important;
    background: linear-gradient( 90deg, #eaf7d4, #adebad, #87d37c) !important;
}
.radius-10 {
    border-radius: 10px;
}
.font-25 {
    font-size: 25px;
}
.h-70 {
    height: 70px;
}
.order-card {
    border-radius: 10px;
    box-shadow: none !important;
}
.order-card h3 {
    line-height: 0.8;
}
.order-card h6 {
    font-size: 18px;
    line-height: 1.2;
}
.nav-card .nav-item .nav-link.active {
    background-color: #04BB41;
    opacity: 0.8;
}

.nav-card .nav-item .nav-link {
    border: 0!important;
    color: #000!important;
    font-weight: 700;
    margin: 0;
    border-radius: 5px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    background-color: transparent;
    transition: background-color .3s 0s;
}

.scratch-card {
    width: 100%;
    position: relative;
}
.scratch-card img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 15px;
}
.scratch-card-inner {
    width: 100%;
    z-index: 1;
    border-radius: 15px;
    padding: 20px 15px;
}
.scratch-card-inner a {
    cursor: pointer;
}

.service-inner-header {
    display: flex;
    min-height: 110px;
}
.service-inner-logo {
    display: flex;
    align-items: center;
    padding: 5px 10px;
}
.service-inner-logo img {
    width: 7em;
}
.service-inner-title {
    font-size: 22px;
    line-height: 1.2;
}
.service-inner-pricing {
    color: #121212;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 0;
    margin-bottom: 0;
}
.vertical-line {
  width: 1px;
  height: auto;
  background-color: #000;
  display: inline-block;
  opacity: 0.15;
}
.opacity-015 {
    opacity: 0.15 !important;
}

/* Timeline */
.bsb-timeline {
    --bsb-tl-color: var(--bs-primary-bg-subtle);
    --bsb-tl-circle-color: var(--bs-primary);
    --bsb-tl-circle-size: 18px;
    --bsb-tl-circle-offset: 9px
}

.bsb-timeline .timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.bsb-timeline .timeline:after {
    background-color: var(--bsb-tl-color);
    bottom: 0;
    content: "";
    left: 0;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px
}

.bsb-timeline .timeline>.timeline-item {
    margin: 0;
    padding: 0;
    position: relative
}

.bsb-timeline .timeline>.timeline-item:before {
    background-color: var(--bsb-tl-circle-color);
    border-radius: 50%;
    content: "";
    height: var(--bsb-tl-circle-size);
    left: calc(var(--bsb-tl-circle-offset)*-1);
    position: absolute;
    top: 0;
    width: var(--bsb-tl-circle-size);
    z-index: 1
}

.bsb-timeline .timeline>.timeline-item .timeline-body {
    margin: 0;
    padding: 0;
    position: relative
}

.bsb-timeline .timeline>.timeline-item .timeline-content {
    padding: 0 0 2.5rem 2.5rem
}

.bsb-timeline .timeline>.timeline-item .timeline-content p {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
}
.bsb-timeline .timeline>.timeline-item .timeline-content a {
    color: #36c866;
}
.bsb-timeline .timeline>.timeline-item .timeline-content a:hover {
    color: #20783d;
}
.bsb-timeline .timeline>.timeline-item:last-child .timeline-content {
    padding-bottom: 0
}

/*wizard form*/
.wizard{
    display:block;
    width:100%;
    overflow:hidden
}
.wizard a,.tabcontrol a{
    outline:0
}
.wizard ul,.tabcontrol ul{
    list-style:none!important;
    padding:0;
    margin:0
}
.wizard ul>li,.tabcontrol ul>li{
    display:block;
    padding:0
}
.wizard>.steps .current-info,.tabcontrol>.steps .current-info{
    position:absolute;
    left:-999em
}
.wizard>.content>.title,.tabcontrol>.content>.title{
    position:absolute;
    left:-999em
}
.wizard>.steps{
    position:relative;
    display:block;
    width:100%
}
.wizard.vertical>.steps{
    display:inline;
    float:left;
    width:30%
}
.wizard>.steps .number{
    font-size: 14px;
}
.wizard>.steps>ul>li{
    width:33.3%
}
.wizard>.steps>ul>li,.wizard>.actions>ul>li{
    float:left
}
.wizard.vertical>.steps>ul>li{
    float:none;
    width:100%
}
.wizard>.steps a,.wizard>.steps a:hover,.wizard>.steps a:active{
    display:block;
    width:auto;
    margin:0 .5em .5em;
    font-size: 14px;
    padding: 5px 15px;
    text-decoration:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px
}
.wizard>.steps .disabled a,.wizard>.steps .disabled a:hover,.wizard>.steps .disabled a:active{
    background:#eee;
    color:#aaa;
    cursor:default
}
.wizard>.steps .current a,.wizard>.steps .current a:hover,.wizard>.steps .current a:active{
    background:#240661;
    color:#fff;
    cursor:default
}
.wizard>.steps .done a,.wizard>.steps .done a:hover,.wizard>.steps .done a:active{
    background:#9dc8e2;
    color:#fff
}
.wizard>.content{
    display:block;
    overflow:hidden;
    position:relative;
    width:auto;
}
.wizard.vertical>.content{
    display:inline;
    float:left;
    margin:0 2.5% .5em 2.5%;
    width:65%
}
.wizard>.content>.body{
    float:left;
    position:relative;
    width:100%;
    height:100%;
    padding:0.5em;
}
.wizard>.content>.body ul{
    list-style:disc!important
}
.wizard>.content>.body ul>li{
    display:list-item
}
.wizard>.actions{
    position:relative;
    display:block;
    text-align:right;
    width:100%
}
.wizard.vertical>.actions{
    display:inline;
    float:right;
    margin:0 2.5%;
    width:95%
}
.wizard>.actions>ul{
    display:inline-block;
    text-align:right
}
.wizard>.actions>ul>li{
    margin:0 .5em
}
.wizard.vertical>.actions>ul>li{
    margin:0 0 0 1em
}
.wizard>.actions a,.wizard>.actions a:hover,.wizard>.actions a:active{
    background:#5cb85c;
    color:#fff;
    display:block;
    padding:.5em 1em;
    text-decoration:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px
}
.wizard>.actions .disabled a,.wizard>.actions .disabled a:hover,.wizard>.actions .disabled a:active{
    background:#eee;
    color:#aaa
}

form .provider input{
    display: none;
}

form .label{
    position: relative;
    padding: 8px;
    color: #fff;
    text-align: center;
    background-color: #d0d8e1;
    cursor: pointer;
    border: 1px solid transparent;
    margin-right: 8px;
}

form .label:last-child {
  margin-right: 0;
}

form .provider input:checked + .label {
    border: 1px solid #04bb41;
    background-color: #ffffff;
}

form .provider input:checked + .label:after {
    content: "\2713";
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    background-color: #04bb41;
    z-index: 999;
    position: absolute;
    top: -7px;
    right: -7px;
}