/* Base CSS */

:focus, button:focus {
    outline: 0;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a, button, input[type="submit"] {
    cursor: pointer;
}

.table-responsive {
    overflow: inherit;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

a {
    color: #1c223a;
    text-transform: inherit;
}

a:hover, a :focus {
    color: #373d46;
    text-decoration: none;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    line-height: 64px;
    font-weight: 600;
    text-transform: capitalize;
}

body {
    color: #252525;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden !important;
    text-transform: capitalize;
}

ul {
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none;
}

p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 0;
    text-transform: initial;
}

a {
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

/* Header bar area Start */

.header-bar-area {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 15px 0;
    background-color: transparent;
    transition: 0.4s;
}

.header-bar-area.v2 {
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    /*background-color: #F3F8FC!important;*/
}

/*sticky START CSS*/

.header-bar-area.sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    background-color: #02023C;
    padding: 8px 0;
}

.header-bar-area.v2.sticky {
    height: 80px;
}

/* navbar */

.navbar-brand {
    font-size: inherit;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand h4 {
    color: #252a31;
    font-size: 22px;
    font-family: 'NexaBold';
    display: inline-block;
    background-image: url('../img/brand-shape.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6px 24px;
    font-weight: 700;
}

.navbar-brand li>span {
    font-family: 'NexaLight';
    color: #fff;
    position: relative;
    left: -5px;
    font-size: 22px;
}

.navbar-brand span.mariusz {
    display: block;
    text-align: right;
    color: #c1cad4;
    font-size: 14px;
    font-family: 'NexaLight';
    position: static;
    padding-right: 50px;
    padding-top: 5px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bg-dark {
    background-color: transparent !important;
}

.main-menu li {
    display: inline-block;
}

.main-menu .nav-item {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.main-menu .nav-item:last-child {
    padding-right: 0;
}

.main-menu .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    line-height: 64px;
}

/*Hamburger-menu START CSS*/

.hamburger-menu {
    display: none;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
}

.dataTables_length select {
    border: 1px solid #ccc;
}

@media (max-width:991px) {
    .hamburger-menu {
        cursor: pointer;
        display: block;
        float: right;
    }
    .table-responsive {
        overflow: auto;
    }
}

.hamburger-menu span {
    background: #fff;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.hamburger-menu:hover .line-top {
    transform: translateY(-100%);
}

.hamburger-menu:hover .line-bottom {
    transform: translateY(100%);
}

.hamburger-menu:hover .line-top.current, .hamburger-menu:hover .line-bottom.current {
    transform: 0;
}

.hamburger-menu .line-top.current {
    transform: translateY(200%) rotate(135deg);
}

.hamburger-menu .line-center.current {
    opacity: 0;
}

.hamburger-menu .line-bottom.current {
    transform: translateY(-325%) rotate(-135deg);
}

/*ofcanvas-menu*/

.ofcavas-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #02023C;
    z-index: 9999;
    top: 0;
    display: block;
    left: -100%;
    transition: .3s;
    margin-top: 50px;
}

.ofcavas-menu.current {
    left: 0;
}

.ofcavas-menu a.btn.v1:hover {
    border-color: #fff;
    color: #fff !important;
}

.ofcavas-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px;
    padding-left: 0;
    text-align: center;
}

.ofcavas-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    display: block;
}

/*.ofcavas-menu ul li a.active {
    color: #32AD79
}

.ofcavas-menu ul li a:hover {
    color: #32AD79 !important;
}*/

/*return-to-top START CSS*/

.back-to-top {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #4DE2C1;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999999999999;
    border-radius: 50%;
    background: #13171D;
}

.back-to-top i {
    color: #fff;
}

/*Proloader START CSS*/

.proloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.loader_34 {
    /* Preloader */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loader_34 .ytp-spinner {
    /* Spinner Container */
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.loader_34 .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.loader_34 .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.loader_34 .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.loader_34 .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.loader_34 .ytp-spinner-left {
    /* Position inside Container*/
    right: 50%;
}

.loader_34 .ytp-spinner-right {
    /* Position inside Container*/
    left: 50%;
}

.loader_34 .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #02023C #02023C transparent;
    border-radius: 50%;
    border-width: 6px;
}

.loader_34 .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: transparent;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.loader_34 .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: transparent;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    to {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        transform: rotate(130deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        transform: rotate(-130deg);
    }
    50% {
        transform: rotate(5deg);
    }
    to {
        transform: rotate(-130deg);
    }
}

.section_title {
    text-align: center;
    margin-bottom: 30px;
}

.section_title.v2 {
    text-align: left !important;
}

.section_title h4 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

.btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.btn.v1 {
    color: #02023C;
    background: #fff;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 14px 35px;
    font-weight: 500;
    transition: 0.3s;
    display: inline-block;
}

.btn.v1:hover {
    color: #fff !important;
    background: transparent;
    border: 1px solid #fff;
}

.btn.v2 {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    padding: 12px 15px;
    font-weight: 500;
    transition: 0.3s;
    background: #02023C;
    border: none;
}

.btn.v2:hover {
    color: #333;
    background: #C4C4C4;
}

.btn.v3 {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    padding: 12px 15px;
    font-weight: 500;
    transition: 0.3s;
    background: #C4C4C4;
    border: none;
}

.btn.v3:hover {
    color: #FFF !important;
    background: #02023C;
}

.btn.v4 {
    color: #c4c4c4;
    font-size: 14px;
    background: transparent;
    text-transform: uppercase;
    line-height: 18px;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    padding: 12px 16px;
    font-weight: 500;
    display: inline-table;
    transition: 0.3s;
}

.btn.v4:hover {
    color: #FFF !important;
    background: #02023C;
    border-color: transparent;
}

.btn.v5 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 25px;
    border-radius: 5px;
    background: #02023C;
    text-transform: capitalize;
    border: 2px solid transparent;
    transition: 0.4s;
}

.btn.v5:hover {
    color: #02023C !important;
    background: transparent;
    border-color: #02023C;
}

.btn.v6 {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 45px;
    border-radius: 5px;
    background: #02023C;
    text-transform: capitalize;
    border: 2px solid transparent;
    transition: 0.4s;
}

.btn.v6:hover {
    color: #02023C !important;
    background: transparent;
    border-color: #02023C;
}

.btn.v7 {
    color: #02023C;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    background: transparent;
    text-transform: capitalize;
    border: 1px solid #02023C;
    transition: 0.4s;
}

.btn.v7:hover {
    color: #fff !important;
    background: #02023C;
    border-color: transparent;
}

.btn.v8 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 45px;
    border-radius: 5px;
    background: #36C1BD;
    text-transform: capitalize;
    border: 2px solid transparent;
    transition: 0.4s;
}

.btn.v8:hover {
    color: #36C1BD !important;
    background: transparent;
    border-color: #36C1BD;
}

.btn.v9 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px;
    border-radius: 5px;
    background: #36C1BD;
    text-transform: capitalize;
    border: 2px solid transparent;
    transition: 0.4s;
    width: 185px;
    text-align: center;
}

.btn.v9:hover {
    color: #36C1BD !important;
    background: transparent;
    border-color: #36C1BD;
}

.btn.v10 {
    color: #252525;
    font-size: 14px;
    background: transparent;
    text-transform: capitalize;
    line-height: 18px;
    border: 1px solid #252525;
    border-radius: 6px;
    padding: 12px 25px;
    font-weight: 500;
    display: inline-table;
    transition: 0.3s;
}

.btn.v10:hover {
    color: #fff !important;
    background: #252525;
    border-color: transparent;
}

.btn.v11 {
    color: #fff;
    font-size: 14px;
    background: #02023C;
    text-transform: capitalize;
    line-height: 18px;
    border: 1px solid #252525;
    border-radius: 6px;
    padding: 12px 44px;
    font-weight: 500;
    display: inline-table;
    transition: 0.3s;
}

.btn.v11:hover {
    color: #02023C !important;
    background: transparent;
    border-color: #02023C;
}

.subtitle {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 8px;
    font-weight: 400;
}

.para {
    font-size: 14px;
    line-height: 25px;
    color: #9b9b9b;
}

.para span {
    color: #252525;
    font-weight: 600;
}

.subpara {
    font-size: 14px;
    line-height: 25px;
    color: #252525;
    font-weight: 600;
}

.mini_title {
    font-size: 14px;
    line-height: 25px;
    color: #252525;
    text-transform: capitalize;
}

.bg_bl {
    background-color: #F3F8FC;
}

.text-black {
    color: #252525 !important;
}

.mt-250 {
    margin-top: 250px;
}

/*--------------------------------
            Hero CSS
---------------------------------*/

.hero_section {
    padding-top: 115px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    /* min-height: 900px; */
    margin-bottom: 0;
}

.hero_title {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: initial;
}

.qr_box_wrap {
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.qr_box_left {
    width: 80%;
    margin-right: 0;
    padding: 35px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    min-height: 505px;
    border-right: 1px solid #c4c4c4;
}

.qr_box_right {
    width: 35%;
    text-align: center;
    padding: 20px 20px 20px;
}

.qr_input p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 10px;
}

.qr_input .form-group input {
    border: none;
    background: #F4F4F5;
    width: 73%;
    height: 40px;
    padding: 10px 15px;
    border-radius: 5px;
}

.qr_input .form-group input::placeholder {
    font-size: 14px;
}

.check_box {
    margin-top: 20px;
}

.check_box li {
    display: inline-block;
    margin-right: 30px;
}

/*
ul.check_box li label {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    padding: 6px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    top: 3px;
}

ul.check_box li .label-text {
    vertical-align: middle;
    cursor: pointer;
    padding-left: 5px;
    color: #c4c4c4;
    font-size: 12px;
}

ul.check_box li input {
    display: none;
    cursor: pointer;
}

ul.check_box li input:checked+label {
    background-color: transparent;
    color: #99a1a7;
    border: 1px solid #c4c4c4;
}

ul.check_box li input:checked~.label-text {
    color: #252525;
}

ul.check_box li input:checked+label:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #02023C;
    text-shadow: none;
    font-size: 32px;
    border-color: #02023C;
}*/

.check_box li label span {
    font-size: 14px;
    color: #9b9b9b;
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label, [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #c4c4c4;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #02023C;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"]:checked+label span {
    color: #252525;
}

.single_guide_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 46%;
    padding: 30px 20px 30px 25px;
    border-radius: 7px;
}

.qr_guide_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.qr_guide_wrap p {
    margin-bottom: 5px;
}

.qr_guide_info h4 {
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 5px;
}

.qr_guide_info p {
    font-size: 11px;
    color: #c4c4c4;
    line-height: 1.2;
}

.guide_box_img {
    margin-right: 25px;
}

.qr_code h6 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.qr_code img {
    width: 70%;
    margin: 0 auto 35px;
}

.button_wrap.v1 {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

.button_wrap.v1 button {
    width: auto;
}

.qr_code p {
    text-align: left;
    font-size: 14px;
    color: #3F3F4B;
    margin: 25px 0 7px;
    text-transform: capitalize;
}

.button_wrap.v2 {
    display: flex;
    justify-content: flex-start;
}

.button_wrap.v2 a {
    margin-right: 14px;
}

/*--------------------------------
            Promo CSS
---------------------------------*/

.promo_section {
    padding: 50px 0 30px;
}

.promo_section.v2 {
    padding: 20px 0 80px;
}

.promo_section .row.align-items-center {
    margin-bottom: 70px;
}

.promo_img.v1 img {
    width: 100%;
}

.promo_text h4 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 6px;
    font-weight: 400;
}

.promo_text p {
    font-size: 14px;
    line-height: 25px;
    color: #BCC0C2;
    margin-bottom: 40px;
}

.promo_text p span {
    font-weight: 600;
    color: #252525;
}

ul.promo_feature_list {
    margin-bottom: 20px;
}

ul.promo_feature_list li {
    display: block;
    margin-bottom: 6px;
}

ul.promo_feature_list li i {
    color: #02023C;
    font-size: 18px;
    position: relative;
    top: 1px;
}

ul.promo_feature_list li span {
    font-size: 14px;
    line-height: 1.1;
    display: inline-block;
    margin-left: 10px;
}

ul.promo_feature_list.v2 {
    columns: 3;
}

.maf_feature {
    margin-top: 200px;
}

/*--------------------------------
            Register CSS
---------------------------------*/

.register_section {
    padding: 25px 0;
}

.register_img {
    text-align: center;
}

.register_img img {
    max-width: 145px;
    margin-bottom: 15px;
}

.register_text .subpara {
    margin: 15px 0 12px;
}

/*--------------------------------
            Partner CSS
---------------------------------*/

.partner_section {
    padding: 50px 0 80px;
}

.partner_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.partner_img {
    width: 32%;
    text-align: center;
}

/*--------------------------------
            Feature CSS
---------------------------------*/

.feature_section {
    padding: 30px 0 0;
}

.feature_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
}

.feature_img {
    width: 12%;
    margin-right: 4%;
}

.feature_img img {
    width: 100%;
}

.feature_text {
    width: 84%;
    position: relative;
    min-height: 180px;
    padding: 0 20px 0 0;
}

.feature_text h5 {
    font-size: 20px;
    line-height: 21px;
    font-weight: 400;
    margin: 0 0 10px;
}

.feature_text p {
    font-size: 12px;
    line-height: 18px;
    color: #c4c4c4;
    margin: 5px 0 15px;
}

.feature_text {}

.feature_text a.btn.v6 {
    position: absolute;
    bottom: 10px;
    left: 0;
}

/*--------------------------------
            App CSS
---------------------------------*/

.app_section {
    padding: 40px 0;
}

.app_screen_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 60px;
}

.app_img {
    width: 27%;
}

.app_img img {
    width: 100%;
}

.app_screen_info {
    text-align: center;
}

.app_screen_info p.para {
    text-align: center;
    margin: 20px 0px 30px;
}

/*--------------------------------
            URL CSS
---------------------------------*/

.url_section {
    padding: 40px 0;
}

.url_input h4.subtitle {
    text-decoration: underline;
}

.url_input .form-group input {
    background: #F3F8FC;
    border: none;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    padding: 10px 30px;
}

.url_input .form-group {
    margin: 12px 0;
}

.url_input .form-group input::placeholder {
    color: #252525;
    font-size: 14px;
    opacity: 1;
}

.url_input .form-group span {
    font-size: 14px;
    line-height: 25px;
    color: #252525;
    display: block;
}

.url_text p.para {
    margin-bottom: 15px;
}

/*--------------------------------
            FAQ CSS
---------------------------------*/

.faq_section {
    padding: 50px 0;
}

.faq_title {
    font-size: 50px;
    line-height: 67px;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.card {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0;
}

.card-header {
    background: transparent;
    border: none;
    padding-left: 0;
}

.faq_header {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
}

.card-header a.collapsed .faq_header {
    background: transparent;
}

.card-body {
    padding: 0 0 10px;
}

.card-body p {
    margin-bottom: 15px;
}

span.close, span.open {
    display: none;
}

.card-header a[aria-expanded="true"] span.open {
    display: block;
    color: #02023C;
}

.card-header a[aria-expanded="false"] span.close {
    display: block;
    color: #c4c4c4;
}

.card-header span {
    position: absolute;
    top: 18px;
    right: 0;
    color: #333;
    opacity: 1;
    font-size: 12px;
    transition: 0.3s;
}

.card-header span.open {
    transition: 0.3s;
}

/*--------------------------------
            Pricing CSS
---------------------------------*/

.pricing_section {
    background: #02023C;
    padding: 30px 0;
}

.price_box_wrap {
    background: #fff;
}

.price_box_wrap.v2, .price_box_wrap.v2 .price_box_feature_header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.price_box_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 80px;
}

.price_box_title.v2 {
    justify-content: center;
}

.price_box_title_left .subtitle {
    margin: 0;
    line-height: 22px;
}

.price_feature_box h4, .price_feature_title h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 5px;
}

.price_feature_title {
    text-align: center;
    width: 26%;
}

.price_box_feature_header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 15px;
}

.price {
    background: #36C1BD;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    border-radius: 50px;
    width: 56px;
    height: 28px;
    line-height: 28px;
}

.price_feature_box {
    width: 17%;
    text-align: center;
}

.price_box_feature_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: flex-start;
    padding: 10px 20px;
    min-height: 70px
}

.price_feature_list_title {
    width: 26%;
    text-align: left;
    padding-left: 60px;
}

.price_feature_list_info {
    width: 19%;
}

.price_feature_list_title h6 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.price_feature_list_info p {
    font-size: 16px;
    line-height: 18px;
}

.price_feature_list_info span {
    line-height: 1;
    text-transform: capitalize;
}

.price_box_feature_list.btn_wrap {
    border-top: 1px solid #c4c4c4;
    padding: 22px 20px;
}

.price_box_wrap.v2 .price_box_feature_list.btn_wrap {
    border-top: none;
    border-bottom: 1px solid #c4c4c4;
    padding: 22px 10px;
}

.price_box_feature_list.btn_wrap .price_feature_list_info span {
    display: block;
    text-align: center;
    line-height: 1.3;
    margin-top: 10px;
}

.price_box_wrap.v2 .price_box_title {
    padding: 25px 30px;
}

.price_box_wrap.v2 .price_feature_list_title {
    padding-left: 15px;
}

.price_box_wrap.v2 .price_box_feature_list {
    padding: 10px 14px;
}

.price_box_wrap.v2 .price_feature_list_title p {
    font-size: 14px;
    line-height: 20px;
    color: #252525;
}

.price_box_wrap.v2 .price_feature_list_info i {
    color: #36C1BD;
    font-size: 13px;
}

.pricing_wrap {
    position: relative;
    margin-bottom: 30px;
    padding-top: 130px;
}

.pricing_wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../img/hero_bg.png);
    width: 100%;
    height: 800px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*--------------------------------
            Contact CSS
---------------------------------*/

.contact_section {
    padding: 48px 0;
}

.contact_box {
    min-height: 180px;
    position: relative;
}

.contact_box a.btn.v6 {
    position: absolute;
    bottom: 10px;
    left: 0;
}

.contact_box p.para {
    margin-bottom: 20px;
}

/*--------------------------------
            Footer CSS
---------------------------------*/

.footer_section {
    padding: 38px 0 15px;
}

.footer_menu {
    text-align: center;
}

.footer_menu li {
    display: inline-block;
    margin: 0 12px;
    position: relative;
}

.footer_menu li:after {
    position: absolute;
    top: 50%;
    right: -18px;
    content: "-";
    font-size: 20px;
    transform: translateY(-50%);
}

.footer_menu li:last-child:after {
    display: none;
}

.copyright {
    text-align: center;
    margin: 15px 0 0 auto;
}

.copyright p {
    font-size: 12px;
}

/*------------------------------
        Content Wrapper CSS
-------------------------------*/

.content_wrap {
    margin-top: 130px;
}

/*------------------------------
     About page CSS
-------------------------------*/

.about_section {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    min-height: 830px;
    padding-top: 150px;
    padding-bottom: 120px;
}

.about_text h2 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.about_text p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.about_details {
    padding: 10px 0 40px;
}

.about_details .para {
    margin-bottom: 15px;
}

/*------------------------------
    Privacy Policy page CSS
-------------------------------*/

.privacy_section {
    padding: 40px 0 0;
}

.privacy_desc {
    margin-bottom: 38px;
}

.privacy_desc p {
    margin-bottom: 15px;
}

/*------------------------------
   Register page CSS
-------------------------------*/

.login_wrap {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 850px;
    padding-top: 100px;
}

.login_title {
    text-align: center;
    margin: 10px 0 45px;
}

.login_box_wrap {
    background: #fff;
    padding: 30px 45px 40px;
    border-radius: 5px;
}

.login_box_wrap.v2 h4 {
    margin-bottom: 5px !important;
}

.login_box_wrap.v2 p.para {
    margin-bottom: 25px;
}

.login_box_wrap.v2 .form-group {
    margin-bottom: 35px;
}

.login_box_wrap h4.subtitle {
    margin-bottom: 20px;
}

.login_box_wrap .form-group input {
    width: 100%;
    border: none;
    background: #F4F4F5;
    height: 40px;
    border-radius: 5px;
    padding: 10px 20px;
}

.login_box_wrap .form-group input::placeholder {
    color: #c4c4c4;
    font-size: 14px;
}

.login_box_wrap .form-group {
    margin-bottom: 13px;
}

.login_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 22px 0 30px;
}

.open_account {
    text-align: center;
}

.open_account p {
    font-size: 14px;
    color: #9b9b9b;
    line-height: 1.2;
    margin-bottom: 10px;
}

.login_btn a {
    color: #3F3F4B;
    font-size: 14px;
    line-height: 1;
}

.login_btn p {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    margin-right: 7px;
}

.login_btn p a {
    color: #02023C;
}

/*------------------------------
   Enterprise  page CSS
-------------------------------*/

.enterprise_section {
    padding: 80px 0;
}

/*------------------------------
   Dashboard  CSS
-------------------------------*/

.xpx-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.db_content_wrap {
    margin-top: 110px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.db_content_left {
    width: 16%;
    background-color: #F9F9F9;
    border-radius: 5px;
    position: fixed;
}

.db_content_right {
    width: 84%;
    border-radius: 5px;
    margin-left: 17.5%;
}

.db_menu {
    background: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-bottom: 30px;
}

.db_menu ul li a {
    display: block;
    padding: 25px 30px;
    border-bottom: 1px solid #BCC0C2;
    transition: 0.3s;
    font-size: 16px;
    line-height: 1;
}

.db_menu ul li a img {
    filter: grayscale(1);
    transition: 0.3s;
    position: relative;
    top: -2px;
    margin-right: 14px;
}

.db_menu ul li a.active, .db_menu ul li a:hover {
    color: #02023C;
}

.db_menu ul li a.active img, .db_menu ul li a:hover img {
    filter: grayscale(0);
}

.qr_guide_wrap.v3 {
    margin: 10px;
}

.qr_guide_box.v3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.qr_guide_box.v3 .single_guide_box {
    margin-bottom: 20px;
    width: 100%;
    padding: 28px 17px;
}

.qr_guide_box.v3 .single_guide_box .guide_box_img {
    margin-right: 5px;
}

.db_content_right .qr_box_wrap {
    margin-bottom: 30px;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 80vh;
    width: 80vw;
}

.chart_box_wrap {
    background: #fff;
    border-radius: 5px;
}

.nice-select .option {
    text-transform: initial;
    width: 100%;
    display: block !important;
}

.nice-select.select_dropdown {
    width: 100%;
    border: none;
    background: #F4F4F5;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 41px;
    color: #252525;
    padding: 0 24px 0 15px;
    margin-bottom: 18px;
}

.nice-select.select_dropdown .current {
    overflow: hidden;
    height: 40px;
    display: block;
    white-space: break-spaces;
    word-break: break-word;
    text-transform: initial;
}

.nice-select::after {
    border-bottom: 1px solid #252525;
    border-right: 1px solid #252525;
    width: 7px;
    height: 7px;
    right: 17px;
    top: 49%;
}

.minicolors-theme-default .minicolors-swatch {
    top: 12px !important;
    left: 0 !important;
}

.minicolors-theme-default.minicolors input {
    padding-left: 30px;
}

.db_title_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
}

.db_title_left h3 {
    font-size: 24px;
    line-height: 27px;
    margin: 0;
    font-weight: 400;
}

.db_table {
    background: #fff;
    padding-bottom: 0;
}

.db_table .table-responsive table {
    width: 100%;
    max-width: 100%;
}

.db_table tbody {
    background: #fff;
}

.db_table thead th {
    border: none;
    padding: 22px 10px;
    background: #F3F8FC;
    /* background: #5497D5;
    color: #fff; */
}

table.dataTable thead th, table.dataTable thead td {
    padding: 15px 15px 15px 5px!important;
}

.table-header th p {
    color: #BCC0C2;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    font-size: 12px;
}

/* .modal-pop .bootstrap-datetimepicker-widget.dropdown-menu{
    top: 70px !important;
    bottom: inherit !important;
}
 */

.dataTables_wrapper .dataTables_filter {
    padding-right: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #02023C !important;
    color: #fff !important;
}

.db_table tbody td {
    padding: 10px 10px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #BCC0C2;
    font-size: 12px;
    text-transform: initial;
}

.db_table tbody td .dropdown-toggle {
    font-size: 14px;
}

.url a {
    color: #02023C;
    text-decoration: underline;
    text-transform: lowercase;
    word-break: break-all;
}

.qr_code_img img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 50px;
}

span.active_req {
    color: #36C1BD;
    font-size: 16px;
    line-height: 20px;
}

.action_btn_wrap a {
    font-size: 13px;
    display: inline-block;
    padding: 10px 13px;
    border-radius: 5px;
    line-height: 16px;
    transition: 0.3s;
    width: 100%;
    text-align: center;
}

.action_btn_wrap a img {
    position: relative;
    top: -2px;
    margin-right: 5px;
    transition: 0.3s;
    filter: brightness(1) invert(0);
}

.action_btn_wrap a:hover img {
    filter: brightness(0) invert(1);
}

.action_btn_wrap a.download_btn {
    color: #02023C;
    border: 1px solid #02023C;
    margin-right: 5px;
}

.action_btn_wrap a.download_btn i {
    margin-right: 5px;
}

.action_btn_wrap a.download_btn:hover {
    background: #02023C;
    color: #fff;
    border-color: transparent;
}

.action_btn_wrap a.share_btn {
    color: #36C1BD;
    border: 1px solid #36C1BD;
    margin-right: 5px;
}

.action_btn_wrap a.share_btn:hover {
    background: #36C1BD;
    color: #fff;
    border-color: transparent;
}

.db_table tbody td .dropdown-toggle {
    padding: 7.5px 5px;
}

.action_btn_wrap a.delete_btn {
    color: #FF2943;
    border: 1px solid #FF2943;
}

.action_btn_wrap a.delete_btn:hover {
    background: #FF2943;
    color: #fff;
    border-color: transparent;
}

.download_btn_wrap a {
    margin-left: 10px;
}

.total_req {
    display: inline-block;
    background: #02023C;
    color: #fff;
    padding: 13px 45px 13px;
    border-radius: 50px;
}

.total_req p {
    line-height: 15px;
    font-size: 14px;
}

.total_req p span {
    font-size: 16px;
}

.chart_filter {
    padding: 20px 28px;
}

.char_bar {
    border-top: 1px solid #BCC0C2;
    padding: 20px;
}

.chart_img {
    padding-bottom: 30px;
}

.chart_img img {
    width: 100%;
}

.reveal-if-active {
    opacity: 0;
    max-height: 0;
    /* overflow: hidden; */
    display: none;
    font-size: 16px;
    /* transform: scale(0.8);
    transition: 0.5s; */
    position: absolute;
    /* left: 50%;
    right: 0; */
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 230px);
    text-align: center;
    width: 500px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    min-height: 180px;
    border-radius: 3px;
    z-index: 1;
    padding: 30px 15px;
    text-align: center;
}

.check_box input[type="radio"]:checked~.reveal-if-active, .check_box input[type="checkbox"]:checked~.reveal-if-active {
    opacity: 1;
    /* transform: scale(1); */
    /* overflow: visible; */
    display: block;
}

.reveal-if-active h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
}

.reveal-if-active .btn {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.reveal-if-active p {
    font-size: 14px;
    color: #9b9b9b;
}

.customer_records {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px;
}

.customer_records_l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px;
}

.colc {
    margin: 0 10px;
}

.customer_records div label {
    font-size: 14px;
    color: #9b9b9b;
}

.customer_records_l div label {
    font-size: 14px;
    color: #9b9b9b;
}

.customer_records div input {
    width: 100%;
    border: none;
    background: #F4F4F5;
    height: 40px;
    padding: 10px 15px;
    border-radius: 5px;
}

.customer_records_l div input {
    width: 100%;
    border: none;
    background: #F4F4F5;
    height: 40px;
    padding: 10px 15px;
    border-radius: 5px;
}

.customer_records_dynamic .remove {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px -10px;
}

.customer_records_dynamic .remove div label {
    font-size: 14px;
    color: #9b9b9b;
}

.customer_records_dynamic .remove div input {
    width: 100%;
    border: none;
    background: #F4F4F5;
    height: 40px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.widBtn {
    font-size: 14px;
}

.extra-fields-customer {
    position: relative;
    top: 17px;
    height: 40px;
    min-width: 120px;
    height: 40px;
    color: #fff !important;
    width: auto !important;
}

.btn-remove-customer {
    position: relative;
    top: 17px;
    height: 40px;
    /* min-width: 120px; */
    width: auto !important;
    left: -10px;
    color: #fff !important;
    margin-left: 10px;
}

.redBtn {
    background: red !important;
}

.archiveBtn {
    text-decoration: underline;
}

/* .opacity0 {
    opacity: 0.3;
} */

/* .myaccordion {} */

.myaccordion .card, .myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    /* border-bottom-color: #EDEFF0; */
    background: #F3F8FC;
    padding: 0;
    margin-bottom: 15px;
}

.myaccordion .card-header span {
    right: 15px;
    top: 12px;
}

.myaccordion .fa-stack {
    font-size: 12px;
    color: #02023C;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #333;
    padding: 0;
    padding: 10px 15px;
    font-size: 14px;
}

.myaccordion .btn-link:hover, .myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

.upload-Sec {
    display: flex;
    align-items: center;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper .btn {
    background: #02023C;
    color: #fff;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.relTop {
    position: relative;
    top: -2px;
    margin-right: 15px;
}

.imgUpload {
    position: relative;
    cursor: pointer;
    background: hsl(0, 0%, 90%);
    border-top: 1px solid hsl(0, 0%, 80%);
    border-radius: 4px;
    width: 80px;
    height: 80px;
    padding: 4px 6px 6px;
    margin-right: 20px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgUpload img {
    object-fit: cover;
    max-height: 100%;
}

.headingName {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 0;
    margin: 0;
}

.headingTipe a {
    position: relative;
    top: 5px;
}

.text-yourplan {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
}

.close-Icon {
    position: absolute;
    right: 15px;
    top: 18px;
}

.headingTipe {
    font-size: 12px;
    color: #fff;
    display: block;
}

.relative_ac {
    position: relative;
    top: 10px;
}

/* .imgUpload:before {
    content: "";

    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 32px;
    color: rgba(15, 4, 4, 0.3);
    transition: color 0.2s;
    background: url(../img/upload.png) no-repeat;
    width: 32px;
    height: 32px;
} */

.imgUpload .image_preview {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 2;
}

.bg-five {
    padding: 30px 15px 30px;
}

.bg-five p {
    line-height: normal;
}

.bg-five1 {
    background: #FAFAFA;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.bg-five1 form {
    padding: 40px;
}

.radyToget {
    background: #02023C;
    padding: 20px 40px;
}

.radyToget h5 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;
}

.radyToget p {
    line-height: normal;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

.bg-five1 .form-control {
    width: 100%;
    border: none;
    background: #F4F4F5;
    border-radius: 5px;
    padding: 10px 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.item-with-text-left {
    text-align: left;
    padding: 0;
    position: relative;
    margin-bottom: 45px;
}

.circular {
    background: #F7F7F7;
    border: 5px solid #ffffff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 1px #ececec;
    box-shadow: 0 0 0 1px #ececec;
    line-height: 1.3;
    font-size: 36px;
    margin-bottom: 0;
    padding: 12px;
    width: 80px;
    height: 80px;
    text-align: center;
}

.item-with-text-left i {
    position: absolute;
}

.item-with-text-left h6 {
    font-weight: 600 !important;
    padding-left: 105px;
    margin-bottom: 0;
    line-height: normal;
}

.item-with-text-left:hover .circular {
    background: #02023C !important;
    color: #FFFFFF !important;
}

.item-with-text-left .selectAct {
    background: #02023C !important;
    color: #FFFFFF !important;
}

.item-with-text-left p {
    padding-left: 105px;
    margin-bottom: 0;
}

div.ptb-100 p:last-child {
    margin: 0;
}

.new-account {
    padding: 20px;
    border-top: 1px solid #BCC0C2;
}

.cardForm label sup {
    color: red;
    font-size: 20px;
    position: relative;
    top: 5px;
}

.cardForm .form-control {
    width: 100%;
    border: none;
    background: #F4F4F5;
    border-radius: 5px;
    padding: 10px 20px;
}

#chartdiv {
    width: 100%;
    height: 500px;
}

#piechart {
    width: 100%;
    height: 300px;
}

.errorFont {
    font-size: 12px;
    /* position: absolute;
    left: 0;
    top: 0; */
    display: block;
}

.form-group {
    position: relative;
}

.asterixMark {
    position: absolute;
    right: 10px;
    bottom: -4px;
    color: red;
    font-size: 24px;
}

.cardForm .StripeElement {
    border: none;
    background: #F4F4F5;
    width: 100%;
    height: 40px;
    padding: 12px 15px;
    border-radius: 5px;
}

.cardForm .form-group {
    display: inline-block;
    width: 100%;
}

.cardForm .form-group .nice-select {
    width: 100%;
    border: none;
    background: #F4F4F5;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 41px;
    color: #252525;
    padding: 0 15px;
    margin-bottom: 18px;
}

.p20 {
    padding: 20px;
}

.qrShare {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.qrShare li {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
}

.qrShare li a i {
    font-size: 20px !important;
}

.socalModal {
    top: 50%;
    transform: translateY(-50%);
}

.socalModal .form-control {
    width: 100%;
    border: none;
    background: #F4F4F5;
    height: 40px;
}

.opacity0 .qr_code_img, .opacity0 .url, .opacity0 .date, .opacity0 .active_req {
    opacity: 0.3;
}

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

.th-width {
    width: 420px;
}

.action_btn_wrap {
    display: flex;
    align-items: center;
}

/* 06. 2020 */

.totalBookBox {
    background: #36C1BD;
    box-shadow: 0px 0px 5px rgba(208, 208, 208, 0.25);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.totalBookBox h6 {
    letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    line-height: normal;
}

.totalBookBox h1 {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    margin-bottom: 0;
    line-height: normal;
}

.Uparw {
    padding: 5px 10px;
    background: #02023C;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.Uparw i {
    font-size: 12px;
}

.grNcolor1 {
    color: #02023C;
    font-size: 14px;
    font-weight: 600;
}

.downArw {
    padding: 5px 10px;
    background: #F1113B;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.downArw i {
    font-size: 12px;
}

.redColor1 {
    color: #F1113B;
    font-size: 14px;
    font-weight: 600;
}

.right-position {
    right: 0 !important;
    left: inherit !important;
    transform: inherit !important;
    top: 40px !important;
    padding: 5px;
}

.right-position a {
    margin-bottom: 5px !important;
}

.qr_input .nice-select .list {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    position: absolute !important;
    top: 37px !important;
}

.new-account .nice-select .list {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    position: absolute !important;
    top: 37px !important;
}

.heading {
    text-transform: lowercase;
}

.starting-date-new {
    font-size: revert !important;
}

.dashboard-footer {
    display: block;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.scheduleBtn {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-transform: initial;
}

.scheduleBtn:hover {
    color: #fff;
}

.active_req2 {
    font-size: 24px;
}

.dataTables_wrapper {
    padding: 0 15px;
}

.logo-contact-image {
    text-align: center;
    /* background: #F4F4F5; */
    background: #02023C;
    padding: 20px 20px;
}

.logo-contact-image img {
    width: 250px;
    max-width: 100%;
}

.about_text h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.about_text ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc;
}

.about_text ul li {
    color: #fff;
    font-size: 16px;
    margin: 15px 0;
    list-style: disc;
}

.nextLbl {
    background: #F4F4F5;
    padding: 90px 0;
}

.aplyStore a {
    margin: 0 15px;
}

.aplyStore a img {
    height: 60px;
}

.item-mid1 {
    align-items: center;
    display: flex;
}

/*--- 22.10.2020 ---*/

.bg-blueback {
    background-color: #02023C;
    height: auto !important;
    min-height: inherit;
}

.accBoox {
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
}

.accBoox .row {
    align-items: inherit !important;
}

.leftPnlsy {
    padding: 30px 0 30px 30px;
}

.leftPnlsy h4 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
    color: #252525;
}

.leftPnlsy .form-group label {
    font-size: 14px;
    line-height: 17px;
    color: #252525;
}

.leftPnlsy .form-group {
    display: inline-block;
    width: 100%;
}

.leftPnlsy .form-group label sup {
    color: #ff0000;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.leftPnlsy .form-group input {
    width: 100%;
    border: none;
    background: #f4f4f5;
    height: 40px;
    border-radius: 5px;
    padding: 10px 20px;
}

.leftPnlsy .form-group textarea {
    width: 100%;
    border: none;
    background: #f4f4f5;
    border-radius: 5px;
    padding: 10px 20px;
}

.leftPnlsy .form-group input::placeholder {
    color: #c4c4c4;
    font-size: 14px;
}

.leftPnlsy .form-group textarea::placeholder {
    color: #c4c4c4;
    font-size: 14px;
}

.leftPnlsy .nice-select.open .list {
    height: 200px;
    overflow-y: scroll;
}

.error-text {
    position: absolute;
    font-size: 12px;
    left: 0;
    bottom: -16px;
}

.form-check-input {
    margin-top: 6px;
}

.couponError {
    font-size: 12px;
    color: red;
}

.form-flrx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.leftPnlsy .form-check label {
    font-size: 14px;
    color: #3f3f4b;
}

.leftPnlsy .form-check label a {
    color: #02023C;
}

.planAmout {
    background: #ffffff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
}

.plAm {
    margin-bottom: 20px;
    position: relative;
}

.plAm h5 {
    font-size: 18px;
    line-height: 22px;
    color: #252525;
}

.plAm p {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #c4c4c4;
    margin-bottom: 0;
}

.plAm p span {
    color: #02023C;
}

.prise2 {
    font-size: 20px;
    line-height: 24px;
    color: #02023C;
    position: absolute;
    right: 0;
    top: 15px;
}

.treleportBese {
    border-left: 1px solid #bcc0c2;
}

.pisui {
    background-color: #f3f8fc;
    padding: 20px;
    border-radius: 0 5px 0 0;
}

.pisui h3 {
    font-size: 25px;
    line-height: 30px;
    color: #252525;
}

.pisui h6 {
    font-size: 16px;
    line-height: 19px;
    color: #c4c4c4;
}

.amonth {
    background: linear-gradient(0deg, #36c1bd, #36c1bd), #8183f7;
    border-radius: 9000px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-weight: bold;
    font-size: 18px;
    color: #fff !important;
}

.ppPotra {
    padding: 20px;
}

.flex-potra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    color: #252525;
}

.colod1 {
    color: #02023C;
}

.ppPotra h2 {
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}

.price_feature_title2 {
    text-align: center;
    width: 26%;
}

.price_box_feature_list2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: flex-start;
    margin-bottom: 20px;
}

.price_feature_list_title2 {
    text-align: left;
}

.price_box_feature_list2 h6 {
    font-weight: bold;
    font-size: 14px;
    color: #252525;
    line-height: normal;
}

.price_box_feature_list2 p {
    font-weight: normal;
    font-size: 12px;
    color: #252525;
    line-height: normal;
}

.price_feature_list_title2 {
    width: 80%;
}

.price_feature_list_info2 {
    text-align: left;
    width: 20%;
}

.price_feature_list_info2 i {
    color: #36c1bd;
    font-size: 13px;
}

.colorblack {
    color: #000 !important;
}

.size16 {
    font-size: 16px !important;
}

.prise3 {
    font-size: 20px;
    line-height: 24px;
    color: #02023C;
    position: absolute;
    right: 0;
    top: 0;
}

.payInfo {
    width: 100%;
    border: none;
    background: #f4f4f5;
    height: 40px;
    border-radius: 5px;
    padding: 8px 20px;
}

.payInfo input {
    border-radius: 0;
    height: auto !important;
    min-height: inherit !important;
    padding: 0 !important;
}

.congoModal .modal-dialog {
    max-width: 780px;
}

.congoModal .modal-body {
    padding: 50px 50px;
}

.congoFont {
    font-weight: bold;
    font-size: 30px;
    color: #02023C;
}

.congo-text {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #252525;
    margin-bottom: 25px;
}

.plan_benefit {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.pb-box {
    background: #f3f8fc;
    padding: 25px 40px;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.pb-box h3 {
    font-weight: normal;
    font-size: 25px;
    color: #252525;
    margin-bottom: 0;
}

.df-switch {
    margin-top: 4px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 50%;
}

.df-switch .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.df-switch .btn-toggle {
    margin: 0 6rem;
    padding: 0;
    position: relative;
    border: none;
    height: 30px;
    width: 64px;
    border-radius: 1.5rem;
    color: #fff;
    background: #36c1bd;
}

.df-switch .btn-toggle:focus, .df-switch .btn-toggle.focus, .df-switch .btn-toggle:focus.active, .df-switch .btn-toggle.focus.active {
    outline: none;
}

.df-switch .btn-toggle:before, .df-switch .btn-toggle:after {
    line-height: 1.5rem;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    transition: opacity 0.25s;
    color: #252525;
    font-weight: bold;
}

.df-switch .btn-toggle:before {
    content: "Monthly Plans";
    left: -6rem;
}

.df-switch .btn-toggle:after {
    content: "Yearly Plans";
    right: -6rem;
    opacity: 0.5;
}

.df-switch .btn-toggle>.inner-handle {
    border-radius: 13px;
    width: 65px;
    height: 13px;
    position: absolute;
    top: 6px;
    left: 8px;
    background-color: #0f71bd;
    box-shadow: inset 1px 1px 2px -1px black;
}

.df-switch .btn-toggle.active>.inner-handle {
    background-color: #bd4053;
}

.df-switch .btn-toggle.active>.handle:before {
    background-image: radial-gradient( circle at center, #f47280 5px, transparent 5px);
}

.df-switch .btn-toggle>.handle {
    position: absolute;
    top: 3.1px;
    left: 0.1em;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    transition: left 0.25s;
}

.df-switch .btn-toggle.active {
    transition: background-color 0.25s;
}

.df-switch .btn-toggle.active>.handle {
    left: 2.4175rem;
    transition: left 0.25s;
}

.df-switch .btn-toggle.active:before {
    opacity: 0.5;
}

.df-switch .btn-toggle.active:after {
    opacity: 1;
    color: #000;
}

.df-switch .btn-toggle.active {
    background-color: #36c1bd;
}

.pricingBb {
    padding: 30px;
}

.pricingBb h5 {
    line-height: normal;
    margin-bottom: 0;
    font-size: 20px;
    color: #252525;
}

.pricingBb p {
    font-weight: normal;
    font-size: 12px;
    color: #bcc0c2;
    margin-bottom: 0;
}

.pricingBb .pricing-plan li {
    font-size: 16px;
}

.pricingBb .pricing-plan {
    margin-bottom: 50px;
}

.pricingBb .card li {
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
    color: #252525;
}

.numberClass {
    display: inline-block;
    width: 100%;
}

.pricingBb .set-price {
    background: #225b8b !important;
    color: #ffffff;
}

.pricingBb .card {
    border: none;
    background: transparent;
    padding: 15px !important;
}

.unBold li {
    font-weight: bold;
    font-size: 16px;
    color: #252525;
}

.pilPin {
    margin-top: 10px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    color: #fff;
    background: linear-gradient(0deg, #36c1bd, #36c1bd), #8183f7;
    border-radius: 50px;
}

.userClass {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #c4c4c4;
    font-weight: normal;
}

.hiddenClass {
    visibility: hidden;
    width: 100%;
    display: inline-block;
}

.starter:hover {
    background: #02023C !important;
    border-radius: 10px !important;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
}

.starter h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}

.starter:hover h4 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}

.starter:hover h5 {
    color: #fff !important;
    font-size: 22px !important;
}

.starter:hover .pilPin {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #02023C;
    padding: 0 25px;
    margin-top: 15px;
}

.starter:hover li {
    color: #fff !important;
}

.starter:hover .btn.v6 {
    background: #fff !important;
    color: #02023C !important;
}

.heightAuto {
    height: auto;
}

.pricingBb h6 {
    line-height: normal;
    font-weight: bold;
    font-size: 14px;
    color: #252525;
    margin-bottom: 0;
}

.pricingBb p {
    line-height: normal;
}

.btmPrice ul li {
    min-height: 80px;
}

.btmPrice ul li i {
    color: #36c1bd;
}

.starter:hover i {
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .pisui h3 {
        font-size: 20px;
    }
    .pisui {
        padding: 15px;
    }
    .pisui .btn.v6 {
        padding: 8px 15px;
    }
    .ppPotra h2 {
        font-size: 16px;
    }
    .flex-potra {
        font-size: 13px;
    }
    .leftPnlsy h4 {
        font-size: 16px;
    }
    .leftPnlsy {
        padding: 15px;
    }
    .pb-box {
        padding: 20px;
    }
    .pricingBb {
        padding: 20px;
    }
    .heightAuto {
        height: auto !important;
    }
    .pricingBb .btn.v6 {
        padding: 8px 15px;
    }
    .pricingBb .btn.v1 {
        padding: 8px 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .scorecard-title{
          font-size: 12px;
      }
}

@media only screen and (max-width: 767px) {
    .leftPnlsy {
        padding: 15px;
    }
    .db_title_right .download_btn_wrap{
        display: flex;
    }
    .db_title_right .download_btn_wrap .btn.v10{
        padding: 12px 10px;
        font-size: 12px;
      }
      .qr-code-name{
          margin-left: 0 !important;
          font-size: 24px !important;
      }
      .d-flex.mt-4{
          display: inline-block !important;
          width: 100%;
      }
      .dynamic-url{
          margin-left: 0 !important;
      } 
      .edit-qr-icon-wrapper{
          width: 35px !important;
          height: 35px !important;
          padding: 0 !important;
          position: relative;
          margin-right: 15px;
      }
      
      .nav.nav-tabs .nav-link{
          width: 100%;
          margin-bottom: 15px;
      }

      .db_title_right .download_btn_wrap .btn.v11{
        padding: 12px 10px;
        font-size: 12px;
        position: relative;
        margin-left: 5px;
      }
    .form-flrx {
        display: inline-block;
        width: 100%;
    }
    .prise2 {
        position: relative;
    }
    .prise3 {
        position: relative;
    }
    .payInfo {
        padding: 0;
        background: transparent;
        border-radius: 0;
        height: auto;
    }
    .payInfo input {
        width: 100%;
        border: none;
        background: #f4f4f5;
        height: 40px !important;
        border-radius: 5px !important;
        padding: 10px 20px !important;
        margin-bottom: 15px;
    }
    .pb-box {
        display: inline-block;
        width: 100%;
    }
    .pb-box h3 {
        font-size: 18px;
    }
    .df-switch {
        position: relative;
        left: inherit;
        top: inherit;
        transform: inherit;
    }
    .pb-box .btn.v7 {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}

.nice-select .list {
    height: 200px;
}

.edit-qr-icon-wrapper {
    padding: 15px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}

.icon-static {
    /* background-color: lightgray; */
}

.icon-teleport {
    /* background-color: green; */
}

.icon-carousel {
    /* background-color: tomato; */
}

.icon-image-qr {
    background-color: goldenrod;
}

.qr-code-name {
    font-size: 50px;
    margin-left: 35px;
}

.dynamic-url-text {
    font-size: 18px;
    font-weight: 600;
}

.dynamic-url {
    margin-left: 16px;
    font-size: 18px;
    text-transform: lowercase;
}

.scorecard {
    padding: 10px;
    border: 1px solid #d4cece;
    border-radius: 10px;
    text-align: center;
}

.scorecard-value {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 1px;
    word-wrap: break-word;
}

.scorecard-title {
    margin: 1px;
}

.text-lower {
    text-transform: lowercase;
}

.download-qr-text {
    padding: 10px;
    margin-top: -16px;
}

.v-center {
    display: flex;
    align-items: center;
}

.dashboard-qr-icon-wrapper {
    padding: 2px 5px;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.underline {
    text-decoration: underline;
}

.sort-handle {
    cursor: pointer;
}

.dashboard-qr-icon-wrapper img {
    width: 80% !important;
}

.db_menu {
    padding-bottom: 0;
}

.db_menu ul li ul {
    display: none;
}

.db_menu ul li {
    position: relative;
}

.submenu-handle {
    position: absolute;
    right: 22px;
    top: 22px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background: #ccc;
    border-radius: 100%;
    padding: 3px 6px;
}

.submenu-handle.fa-angle-down {
    padding: 3px 5px !important;
}

.db_menu ul li ul li a {
    padding-left: 65px !important;
}

.sidebar-submenu {
    display: block;
}

.qr_code_img {
    position: relative;
}

.edit-tab-content .nav-link.active {
    background:  #02023C;
    color: #fff;
}

.edit-tab-content .nav-link {
    padding: .7rem 3rem;
    border: 1px solid  #02023C;
    margin-right: 2px;
}

.edit-tab-content .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background:  #02023C;
    color: #fff;
}

.edit-tab-content .nav-tabs {
    border-bottom: none;
}

.cardForm .select2-container--default .select2-selection--single {
    width: 100%;
    border: none;
    background: #F4F4F5;
    border-radius: 5px;
    padding: 7px 15px;
    height: auto;
}

.cardForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.opacity0 td:not(:last-child) {
    opacity: 0.3;
}

.cardForm .select2-container .select2-search--inline .select2-search__field {
    height: 21px !important;
}

.apexcharts-legend-text {
    text-transform: lowercase;
}

.destinations .select2-container--default .select2-selection--multiple .select2-selection__choice,
#select2-destinations-results .select2-results__option--selectable {
    text-transform: lowercase;
}

.apexcharts-legend {
    max-width: 250px;
    word-wrap: break-word;
}

#select2-destinations-results li{
    width: 100%;
    display: inline-block;
    word-break: break-all;
}

#chart {
    text-transform: none !important;
}

.db_menu ul li a i {
    margin-right: 14px;
}
