﻿/* cyrillic-ext */
.new-verify-design-main .blockchain-btn.blockchain-btn-max {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.three-btn-one-line {
    display: flex !important;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin: 0 !important;
    float: none !important;
}
/* halal certificate verify page css start */
.latest-verify-after-continue .blockchain-btn.testnet-blockchain-multi-btn.trili-maju-logo-div
{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
    .latest-verify-after-continue .blockchain-btn.testnet-blockchain-multi-btn.trili-maju-logo-div .trili-logo-right img
    {
        max-width:100%;
        margin-bottom:25px;
    }
@media (max-width: 991px) {
    .latest-verify-mobile-view .check-blockchain-btn.trili-maju-logo-div-mb {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .latest-verify-mobile-view .check-blockchain-btn.trili-maju-logo-div-mb .trili-logo-center-mb img {
            margin-bottom: 25px;
            max-width:100%;
        }
        .latest-verify-mobile-view .check-blockchain-btn.trili-maju-logo-div-mb a {
            margin-bottom: 10px !important;
        }
            .latest-verify-mobile-view .check-blockchain-btn.trili-maju-logo-div-mb a:last-child {
                margin-bottom:0px !important;
            }
}
/* halal certificate verify page css end */
.new-verify-design-main.latest-verify-after-continue .three-btn-one-line .gradient-btn.download-btn-verify {
    font-size: 12px;
    margin-bottom: 35px;
    margin-right: 5px;
}
.cd-timeline-block.cd-desktop-double-view.multiple-desktop-arrow .cd-timeline-content.one-two-center-arrow {
    padding-top: 24px;
}

.cd-timeline-block.cd-desktop-double-view.multiple-desktop-arrow .cd-timeline-content.one-two-center-arrow::before {
    top: 30px;
}
/* parent child verify page child tab css start */
.parent-child-qr-verify-table-div
{
    width:100%;
    position:relative;
}
.parent-child-qr-verify-table-div table
{
    width: 100%!important;
}
    .parent-child-qr-verify-table-div table th {
        width: auto !important;
        white-space: nowrap !important;
    }
    .parent-child-qr-verify-table-div table.dataTable thead .sorting_asc {
        background-image: none;
    }
    .parent-child-qr-verify-table-div table.dataTable thead th, .parent-child-qr-verify-table-div table.dataTable thead td
    {
        border-bottom:0;
    }
.parent-child-qr-verify-table-div table.dataTable.no-footer {
    border-bottom: 0;
}
    .parent-child-qr-verify-table-div .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
        border: 1px solid #ddd !important;
        background: #ededed !important;
        padding: 0.2em 1em !important;
    }
    .parent-child-qr-verify-table-div .dataTables_wrapper .dataTables_paginate .paginate_button.current, .parent-child-qr-verify-table-div .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
        background: linear-gradient(to right, #117b3c 0%, #59b246 51%, #59b246 100%) !important;
        border: 1px solid #59b246 !important;
    }
    .parent-child-qr-verify-table-div .dataTables_wrapper .dataTables_paginate {
        padding-top: 0.50em !important;
    }
.parent-child-qr-verify-from-div
{
    margin-bottom:25px;
}
.parent-child-qr-verify-from-div .gradient-btn-search-qr {
    padding: 8px 20px !important;
    font-size: 18px;
}
.parent-child-qr-loder {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parent-child-qr-verify-table-div .verify-btn-space {
    width: 100px;
}
.verify-product-recall-web {
    width:100%;
    padding:50px;
    display: flex;
    background: #f93400;
    margin-bottom:30px;
    align-items:center;
}
.verify-product-recall-web-img {
    width: 25%;
}
.verify-product-recall-web-content {
    width: 75%;
    padding-left: 7%;
}
    .verify-product-recall-web-content p {
        font-size: 30px;
        color: #fff;
        line-height: 1.3;
        margin: 0 0 0 0;
    }
    @media (max-width:991px) {
        .parent-child-qr-verify-table-div table tr td {
        white-space: nowrap !important;
    }
    .parent-child-qr-verify-table-div .dataTables_wrapper .dataTables_paginate {
        margin-bottom: 15px;
        padding-top: 0 !important;
    }
    .latest-verify-mobile-view.student-verify-tabs .parent-child-qr-verify-table-div .student-id-card-event-table .gradient-btn.download-btn-verify 
    {
        display:inline-block!important;
    }
    .parent-child-qr-verify-table-div .verify-btn-space {
        width: 96px;
    }
        .verify-product-recall-mobile {
            width: 100%;
            padding: 30px;
            display: flex;
            flex-direction:column;
            background: #f93400;
            margin-bottom: 30px;
        }

        .verify-product-recall-mobile-img {
            width: 100%;
        }

        .verify-product-recall-mobile-content {
            width: 100%;
            padding-left:0;
        }

            .verify-product-recall-mobile-content p {
                font-size: 28px;
                color: #fff;
                line-height: 1.3;
                margin: 25px 0 0 0;
            }
        }
@media (max-width:767px) {
    .verify-product-recall-mobile-content p {
        font-size: 26px;
        margin: 20px 0 0 0;
    }
}
@media (max-width:650px) {
    .verify-product-recall-mobile {
        padding: 25px;
    }
    .verify-product-recall-mobile-content p {
        font-size: 24px;
        margin: 20px 0 0 0;
    }
}
@media (max-width:600px) {
    .verify-product-recall-mobile {
        padding: 20px;
    }
    .verify-product-recall-mobile-content p {
        font-size: 22px;
        margin: 20px 0 0 0;
    }
}
@media (max-width:500px) {
    .verify-product-recall-mobile-content p {
        font-size: 20px;
        margin: 20px 0 0 0;
    }
}
@media (max-width:400px) {
    .verify-product-recall-mobile-content p {
        font-size: 18px;
        margin: 15px 0 0 0;
    }
}
/* parent child verify page child tab css end */

/******css-for-seo-stuff-start********/
.technology-seo-title {
    color: #25984E;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 30px;
    display: table;
    line-height: 1.1;
}

    .technology-seo-title.green-bg-technology {
        color: #fff;
    }

.our-team-sec-header.faq-seo-title {
    font-size: 33px !important;
}

h1.newspage-main-heading {
    font-size: 18px;
    margin: 0;
}

.solution-work-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
}
.main-div .progress .circle.done .title.title-seo-h1 {
    color: #444;
    display: inline-block;
    font-weight: 500 !important;
    margin: 0 0 0 13px;
}
.main-div .progress .circle .title.title-seo-h1 {
    color: #444;
    display: inline-block;
    font-weight: 500 !important;
    margin: 0 0 0 13px;
}
@media(max-width:768px) {
    .solution-work-title {
        font-size: 30px;
    }
}

@media(max-width:480px) {
    .technology-seo-title {
        font-size: 30px;
    }

    .our-team-sec-header.faq-seo-title {
        font-size: 24px !important;
    }
}
/******css-for-seo-stuff-start********/

/**********contact-page-neww-design-start*****/
.tooltipster-left .tooltipster-arrow {
    right: -6px !important;
    height: 14px !important;
    margin-left: 0 !important;
    margin-top: -8px !important;
    width: 12px !important;
}

    .tooltipster-left .tooltipster-arrow .tooltipster-arrow-border {
        border: 7px solid transparent !important;
        border-left-color: #fff !important;
    }

.tooltipster-top .tooltipster-arrow {
    bottom: -6px !important;
    height: 14px !important;
    margin-left: -8px !important;
    width: 19px !important;
}

    .tooltipster-top .tooltipster-arrow .tooltipster-arrow-border {
        border: 7px solid transparent !important;
        border-top-color: #fff !important;
    }

.tooltipster-right .tooltipster-arrow {
    height: 14px !important;
    margin-left: 0 !important;
    margin-top: -8px !important;
    width: 12px !important;
    left: -2px !important;
}

    .tooltipster-right .tooltipster-arrow .tooltipster-arrow-border {
        border: 7px solid transparent !important;
        border-right-color: #fff !important;
    }
/*.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    height: 18px !important;
    margin-left: 2px !important;
    margin-top: -9px !important;
    width: 10px !important;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border: 8px solid transparent;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: -8px !important;
}*/

.linked-in-last .fa:hover {
    color: #0e76a8 !important;
}

.tabs-contact-us .glyphicon {
    font-size: 14px;
}

.map-main-contact-us {
    background: #f2f2f2 url(../img/map-contact/bg-contact.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 110px;
    background-position: center center;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border: 8px solid transparent;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: -7px !important;
    height: 15px !important;
    margin-left: -10px !important;
    width: 32px !important;
}

.tabs-contact-us .panel-group .panel + .panel {
    margin-top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border: none;
    border-radius: 0px !important;
    background: #fff;
    /*box-shadow: 0 0 10px 6px rgba(0,0,0,.1)*/
}
/*.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -5px;
}*/

.new-design-contact-contents .tab {
    float: left;
    border: none;
    width: 21%;
    height: 300px;
}

    .new-design-contact-contents .tab button {
        display: block;
        border-top: 1px solid #e7e5e5 !important;
        background-color: inherit;
        color: black;
        padding: 20px 28px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 18px;
        line-height: 18px;
    }

.new-design-contact-contents .tabcontent h3 {
    padding-bottom: 20px;
}

.new-design-contact-contents .tab button:last-child {
    border-bottom: 1px solid #e7e5e5 !important;
}

.new-design-contact-contents .tab button
.new-design-contact-contents .tab button:hover {
    background-color: #ddd;
}

.new-design-contact-contents .tab button.active {
    background-color: #f7f7f7;
    color: #25984E;
}

.map-main-contact-us .Contact-page-title {
    text-align: center;
}

.new-design-contact-contents .tabcontent {
    float: left;
    margin-top: -65px;
    padding: 0px;
    border-bottom: 1px solid #e7e5e5;
    width: 74%;
    border-left: none;
    margin-left: 57px;
}

.new-design-contact-contents .tabs-contact-us {
    padding: 130px 0px;
    clear: both;
}

.new-design-contact-contents .panel-default > .panel-heading {
    background: none;
    border: none;
    box-shadow: none;
}

.new-design-contact-contents .panel {
    border: none;
    box-shadow: none;
    border-top: 1px solid #e7e5e5;
    border-radius: 0;
    margin-bottom: 0;
}

.new-design-contact-contents .panel-body {
    padding: 25px 20px 40px 20px;
    font-size: 17px;
}

.new-design-contact-contents .caret-isons .fa {
    margin-right: 8px;
}

.new-design-contact-contents .panel-title {
    font-size: 18px;
    line-height: 18px;
}

.new-design-contact-contents .locations-middle .fa {
    width: 30px;
}

.new-design-contact-contents .panel-heading {
    padding: 20px 15px;
}

.new-design-contact-contents .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.new-design-contact-contents a[aria-expanded="true"] {
    color: #25984E;
}

.new-design-contact-contents .title-second-contact .locations-middle {
    margin-bottom: 30px;
}

    .new-design-contact-contents .title-second-contact .locations-middle:last-child {
        margin-bottom: 0px;
    }

.new-design-contact-contents .title-third-contact {
    width: 31%;
    float: left;
    min-height: 1px;
}

.new-design-contact-contents .title-second-contact {
    width: 41%;
    float: left;
    min-height: 1px;
}

.new-design-contact-contents .title-first-contact {
    width: 28%;
    float: left;
    min-height: 1px;
}

.new-design-contact-contents .locations-middle span {
    color: #25984E;
    font-weight: 600;
}

.new-design-contact-contents .team-member-name {
    color: #25984E;
    font-weight: 600;
    text-transform: uppercase;
}

.new-design-contact-contents .locations-middle .fa {
    color: #25984E;
}

.new-design-contact-contents .linked-in-last .fa {
    color: #d8d8d8;
    font-size: 24px;
}

.new-design-contact-contents .location-content {
    margin: 10px 10px 10px 30px;
    font-size: 14px;
    word-break: break-word;
}

.new-design-contact-contents .left-photo-team {
    float: left;
}

    .new-design-contact-contents .left-photo-team img {
        width: 100px;
    }

.new-design-contact-contents .right-con-team {
    float: right;
    padding: 0px 0px 0px 20px;
}

.new-design-contact-contents .teams-members {
    display: flex;
    align-items: center;
}

.new-design-contact-contents .team-lasts .teams-members {
    margin-bottom: 30px;
}

    .new-design-contact-contents .team-lasts .teams-members:last-child {
        margin-bottom: 0px;
    }

.new-design-contact-contents .accordion-toggle[aria-expanded="true"] .glyphicon-menu-up, .faq-main .accordion-toggle:hover {
    color: #158c46;
}

.new-design-contact-contents .team-contents {
    font-size: 14px;
    padding: 8px 0px 12px 0px;
    word-break: break-word;
}

.new-design-contact-contents .tabcontent h3 {
    margin-bottom: 0px;
}

.new-design-contact-contents .panel-group {
    margin-bottom: 0;
}

.map-main-contact-us .worldwide-partners-title {
    font-weight: bold !important;
}

#contact-mobileview {
    display: none;
}

.contactus-page .map-icon-a .country-logo {
    height: 100%;
}

    .contactus-page .map-icon-a .country-logo.green-map-icon {
        height: 130%;
    }

.green-map-icon {
    display: none;
}

.contactus-page .map-icon-a .country-logo.veridoc-hq-big-icon {
    height: 135%;
}
/*.contactus-page .map-icon-a:hover .red-map-icon {
    display: none;
}
.contactus-page .map-icon-a:hover .green-map-icon
{
    display:block;
}*/
@media(max-width:1199px) {
    .map-main-contact-us.contactus-page .main-bg {
        margin: 50px 0;
    }

    .new-design-contact-contents .tabcontent {
        width: 75%;
        margin-left: 25px;
    }

    .new-design-contact-contents .tab {
        width: 21%;
    }

    .new-design-contact-contents .locations-middle .fa {
        width: 20px;
    }

    .new-design-contact-contents .location-content {
        margin: 10px 10px 10px 20px;
    }
}

@media(max-width:991px) {
    .new-design-contact-contents .panel-heading {
        padding: 15px;
    }

    .map-main-contact-us .Contact-page-title {
        padding: 30px 0 40px 0;
    }

    .map-main-contact-us .worldwide-partners-title {
        font-size: 30px !important;
    }

    .new-design-contact-contents .tab {
        width: 100%;
    }

    .new-design-contact-contents .tabcontent {
        width: 100%;
        margin-left: 0px;
    }

    .new-design-contact-contents .tabs-contact-us {
        padding: 20px 0px;
    }

    .new-design-contact-contents .tabcontent h3 {
        padding: 15px 15px;
        font-size: 20px;
    }

    .new-design-contact-contents .tab button {
        padding: 15px;
    }
}

@media(max-width:767px) {
    #contact-webview {
        display: none;
    }

    #contact-mobileview {
        display: block;
    }

    .map-main-contact-us.contactus-page .main-bg {
        display: none;
    }

    .title-first-contact .caret-isons .fa {
        display: none;
    }

    .new-design-contact-contents .title-first-contact {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .title-first-contact .caret-isons {
        padding: 0px 0px 20px 0px;
    }

    .map-main-contact-us .Contact-page-title {
        padding: 40px 0 40px 0;
    }

    .new-design-contact-contents .title-second-contact {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .new-design-contact-contents .locations-middle {
        padding: 0px 0px 20px 0px;
    }

    .new-design-contact-contents .title-second-contact .locations-middle {
        margin-bottom: 0px;
    }

    .new-design-contact-contents .location-content {
        margin: 10px 10px 0px 20px;
    }

    .new-design-contact-contents .teams-members {
        display: block;
    }

    .new-design-contact-contents .left-photo-team img {
        width: 150px;
    }

    .location-content.email-phone-contact br {
        display: block;
    }

    .location-content br {
        display: none;
    }

    .new-design-contact-contents .left-photo-team img {
        margin: 0 auto;
    }

    .new-design-contact-contents .title-third-contact {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .new-design-contact-contents .right-con-team {
        float: none;
        margin-top: 15px;
        padding: 0;
    }

    .new-design-contact-contents .panel-body {
        padding: 10px 25px 25px 25px;
    }

    .new-design-contact-contents .team-lasts .teams-members {
        margin-bottom: 20px;
    }

    .new-design-contact-contents .left-photo-team {
        float: none;
    }

    .new-design-contact-contents .locations-middle .fa {
        display: block;
        margin: 0 auto 8px;
        font-size: 24px;
    }
    /*mobile view contact css*/
    .new-design-contact-contents.contact-mobileview .panel-body {
        padding: 10px 0 40px 0;
    }

    .contact-mobileview .contact-mobile-select-form p {
        font-size: 20px;
        color: #25984E;
        font-weight: 500;
        margin-bottom: 40px;
    }

    .from-group.region-group label {
        line-height: 14px;
        margin-bottom: 15px;
    }

    .contact-mobile-select-form form {
        max-width: 100%;
        margin: 0px auto;
    }

    .mobile-country-div {
        display: none;
    }

    .contact-mobile-select-form {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .region-group {
        margin-bottom: 15px;
        display: block;
        overflow: hidden;
    }

    .mobile-country-div .title-first-contact .caret-isons {
        padding: 0px 0px 20px 0px;
        font-size: 24px;
        font-weight: bold;
    }

    .contact-mobile-select-form select {
        border-radius: 0;
        padding: 10px 12px;
        min-height: 45px !important;
    }
}

@media(max-width:480px) {
    .map-main-contact-us .worldwide-partners-title {
        font-size: 26px !important;
    }

    .map-main-contact-us.contactus-page .main-bg {
        margin: 30px 0 15px 0px;
    }

    .new-design-contact-contents .tabcontent h3 {
        font-size: 17px;
    }

    .map-main-contact-us .Contact-page-title {
        padding: 50px 0 40px 0;
    }
}

@media(max-width:400px) {
    .map-main-contact-us .Contact-page-title {
        padding: 42px 0 40px 0;
    }
}
/**********contact-page-neww-design-end*****/

/*************our-product-page-start***********/
.bg-section-our-product {background-image: url('../img/ourproduct/main-bg.jpg');position: relative;background-repeat: no-repeat;background-size: cover;height: 450px;background-position: center;}
    .bg-section-our-product .content-over-bg {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
    .bg-section-our-product .title-our-product {font-size: 45px;font-weight: bold;color: #fff;text-align: center;}
    .bg-section-our-product .sub-our-product {font-size: 26px;color: #fff;text-align: center;padding-top: 22px;}
.our-poduct-main .box-section {padding: 80px 0px 30px}
.our-poduct-main .logo-box img {width: 200px;height: 55px;object-fit: scale-down;object-position: left;}
.our-poduct-main .logo-box {min-height: 65px;}
.our-poduct-main .logo-box.australian-logo img {width: 300px;}
.our-poduct-main .box-title {color: #25984E;font-size: 19px;font-weight: bold;padding: 15px 0px;}
.our-poduct-main .logo-box.eye-on-risk img {width: 100px;}
.our-poduct-main .content-boxes {font-size: 17px;}
.our-poduct-main .box-divs {padding: 33px;box-shadow: 0px 10px 25px rgba(0,0,0,0.1);min-height: 310px;display: inline-block;width:100%;}
.our-poduct-main .box-divs.big-box-div {
        min-height: 340px;
    }
.our-poduct-main .left-div {float: left;box-sizing: border-box;width: 545px;margin-bottom: 50px;}
    .our-poduct-main .left-div.right-div {float: right;}
.team-main-div.our-partner-team {display:inline-block;}
    .team-main-div.our-partner-team .partner-btn a {color: #fff;}
    .team-main-div.our-partner-team .image{width:100%;}
    .team-main-div.our-partner-team .image img {width: 100% !important;padding: 0 !important;position: relative;height: 206px;}
.our-partner-team .content {min-height: 315px !important;}
.our-partner-team .partner-titles {position: absolute;top: 19%;    left: 50%;transform: translate(-50%, -50%);font-size: 45px;color: #fff;font-weight: bold;
}
.our-partner-team .about.partner-below-content {font-size: 22px;line-height: 36px;padding: 72px 40px;}
.container-fullwidth {padding: 0px 100px;}
    .container-fullwidth  .logo.logo-full-width {
        max-width: 227px;
    }
    .container-fullwidth  .solution-main-page {
        margin-bottom: 33px;
    }
    .container-fullwidth #cssmenu > ul > li > a {
        padding: 10px 8px;
    }
.developer-footer .container-fullwidth .footer-app-image img {
    width: 34%;
}
.footer-last-section .container-fullwidth .Slogan-div img {
    width: 71%;
}
.developer-footer .container-fullwidth .footer-logo-img img {
    max-width: 75%;
}
@media(max-width:1199px){
  
    .our-poduct-main .left-div.right-div {float: none;}
    .our-poduct-main .box-section {padding: 70px 0px 40px;}
    .our-poduct-main .left-div {float: none;width: 100%;}
    .our-poduct-main .box-divs {min-height: unset;}
    .our-poduct-main .box-divs.big-box-div {
            min-height: unset;
        }
    .our-poduct-main .left-div {margin:  0px 0px 40px;}
      .our-poduct-main .logo-box {
        min-height: auto;
    }
}
@media(max-width:736px){
   
    .team-main-div.our-partner-team {display:block;}
    .our-partner-team .about.partner-below-content {padding: 60px 40px;}
    .partner-btn {margin-bottom: 20px;}
  
}
@media(max-width:533px) {

    .our-poduct-main .box-section {padding: 40px 0px 0px;}
    .bg-section-our-product {height: 350px;}
        .bg-section-our-product .content-over-bg {top: 30%;left: 10%;transform: translate(-5%, -5%);}
        .bg-section-our-product .title-our-product {font-size: 41px;}
        .bg-section-our-product .sub-our-product {font-size: 23px;padding-top: 15px;}
		  .our-poduct-main .logo-box.australian-logo img {        width: 255px;}
}
@media(max-width:375px){
    .our-partner-team .partner-titles{top:20%;}
}
/*************our-product-page-end***********/
/*******megha-menu-langyage-selector-start************/
.select-region-menu .sub-menu-title-green {
    padding: 0px !important;
}
.dropdown-menu.solution-page-main-dropdown.select-region-menu li {
    display: flex !important;
    vertical-align: middle;
    align-items: center;
}

    .dropdown-menu.solution-page-main-dropdown.select-region-menu li a {
        padding: 10px 5px 10px !important;
    }
.mobile-nevbar .btn-default span.down-arrow-navbar {
    padding-left: 12px;
    top: -2px;
    position: relative;
}
.btn.active:focus{outline:unset;}
.header .nav.nav-pills.header-right-align {
    padding-right: 56px !important;
}
.megh-menu-flags img {width: 28px;}
.megh-menu-flags .earth-flag {width:24px;}
.megh-menu-flags {position: absolute !important;top: 14px;right: 0px;}
    .megh-menu-flags  .btn-selector {padding: 7px 8px !important;}
#cssmenu .megh-menu-flags li:hover > ul {right: 0px;}
.megh-menu-flags .dropdown.dropdown-menu-menu-btn.arrow-down {padding-right: 0px;}
.megh-menu-flags .down-arrow-navbar i {border: solid #000;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;}
.megha-menu-mian{margin-bottom:30px !important;}
.megh-menu-flags .solution-page-main-dropdown::before {left: 356px;}
#header #cssmenu .megh-menu-flags .btn.btn-default:hover {border: 1px solid #333;}
.btn.btn-default.btn-selector.megha-menu-mian span {padding-left: 10px;position: relative;top: -2px;}
.megh-menu-flags .btn.btn-default span {
    top: 2px;
    position: relative;
}
    @media(max-width:1199px) {
        .megh-menu-flags {top: 9px;}
    .megha-menu-mian {margin-bottom: 26px !important ;}
    .megh-menu-flags .btn-selector {padding: 6px 8px !important;}
}
@media(max-width:991px){
    .responsive-menu-flag .btn-default.dropdown-toggle.dropdown-btn-main {
        padding: 6px 8px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 0;
        border: 1px solid #19813d;
        white-space: nowrap;
        background-color: unset;
    }
    .responsive-menu-flag .earth-flag {width: 22px;}
    .responsive-menu-flag .down-arrow-navbar i {border: solid #fff;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;}
    .responsive-menu-flag.open > .dropdown-toggle.btn-default:hover {
        background-color: unset !important;
        border-color: #19813d !important;
        line-height: 0 !important;
    }
    .responsive-menu-flag.open > .dropdown-toggle.btn-default {
        background-color: unset !important;
        border-color: #19813d !important;
    }
    .responsive-menu-flag .btn-default:hover {
        background-color: unset !important;
        border-color: #19813d !important;
        line-height: 0 !important;
    }
    .responsive-menu-flag .btn-default:active:focus {
        color: #333;
        outline: unset;
        /*background-color: unset !important;
        border-color: #767575 !important;*/
    }
.responsive-menu-flag .btn-default span {font-size: 17px !important;}
    .responsive-menu-flag img {width: 28px;}
.responsive-menu-flag {position: absolute;top: 22px;right: 0px;}
.responsive-menu-flag .drop-down-menu-res {position: absolute;}
.responsive-menu-flag .btn {padding:4px 8px;}
        .dropdown-menu.solution-page-main-dropdown.drop-down-menu-res li a {padding: 6px 15px !important;text-align: left !important;text-transform: unset;}
    ul.dropdown-menu.solution-page-main-dropdown.drop-down-menu-res {background: #fff !important;float: unset;min-width: 162px;right: 0;left: auto;}
ul.dropdown-menu.solution-page-main-dropdown.drop-down-menu-res li a {color: #7f7f7f !important;}
    .responsive-menu-flag .btn.btn-default span.down-arrow-navbar {
        padding-left: 12px;
        position: relative;
        top: -2px;
    }
    .responsive-menu-flag .btn.btn-default span {
        padding-left: 12px;
        position: relative;
        top: 2px;
    }
    .mobile-nevbar .menu-toggle.toggle-menu-alignment-new {
        right: 58px;
		 display: block;
    }
}
@media(max-width:640px){
    .responsive-menu-flag {top: 30px;}
}
@media(max-width:568px){
    .responsive-menu-flag {
        top: 24px;
    }
}
@media(max-width:533px){
    .responsive-menu-flag .btn-default.dropdown-toggle.dropdown-btn-main {
        padding: 5px 6px;
    }
    .responsive-menu-flag .btn.btn-default span.down-arrow-navbar {
        padding-left: 9px;
     
    }
    .mobile-nevbar .btn-default span.down-arrow-navbar {
        padding-left: 9px;
     
    }
    .responsive-menu-flag {top: 29px;}
    ul.dropdown-menu.solution-page-main-dropdown.drop-down-menu-res {min-width: 0;}
    .responsive-menu-flag .btn-default span {font-size: 14px !important;}
    .responsive-menu-flag .earth-flag {width: 16px;}
    .mobile-nevbar .menu-toggle.toggle-menu-alignment-new {
        right: 40px;
    }
    .responsive-menu-flag img {
        width: 23px;
    }
    .responsive-menu-flag .btn.btn-default span {
        padding-left: 7px;
      
        top: 1px;
    }
}
@media(max-width:480px) {
    .responsive-menu-flag {top: 26px;}
        .responsive-menu-flag .down-arrow-navbar i {
        
            padding: 2px;
        }

  }
@media(max-width:414px){
    .responsive-menu-flag {top: 21px;}
    .dropdown-menu.solution-page-main-dropdown.drop-down-menu-res li a {padding: 4px 10px !important;}
.responsive-menu-flag .btn-default span {font-size: 13px !important;}
}
@media(max-width:375px){
    .responsive-menu-flag {top: 25px;}
}
@media(max-width:360px) {
    .responsive-menu-flag {top: 24px;}
}
/*******megha-menu-langyage-selector-end************/

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'), 
        url('../fonts/RobotoRegular.woff2') format('woff2'), url('../fonts/RobotoRegular.woff') format('woff'), url('../fonts/RobotoRegular.ttf') format('truetype'), 
        url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

/*-------------Banner-start------------*/
.homepage-main-class .homepage-banner-title p {
    color: rgb(0, 0, 0) !important;
    font-size: 25px;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 38px;
    border-width: 0px;
    margin: 0px;
    padding: 39px 10px 39px 0px !important;
    letter-spacing: 0px;
    font-weight: 300;
    width: 85%;
    text-align: center;
    margin: 0 auto;
}

.homepage-banner-img-globe img {
    width: 800px;
}

.homepage-banner-img-globe {
    display: block !important;
    padding-top: 82px;
}

    .homepage-banner-img-globe img {
        margin: 26px auto 0px;
    }

.homepage-banner-title {
    padding: 0;
}

.homepage-banner-img {
    background-image: url("../img/banner-top-mobile.jpg");
    background-size: cover;
    padding: 0 0 20px;
}

.btn.banner-whitepaper-button:hover, .banner-roadmap-button.btn:hover {
    line-height: 25px !important;
}
.btn.banner-whitepaper-button.whitepaper-hover-btn:hover {
    background: #176939;
    box-shadow: inset 550px 0 0 0 #176939 !important;
}

.banner-roadmap-button.roadmap-hover-btn.btn:hover {
    background: #000000;
    box-shadow: inset 550px 0 0 0 #000 !important;
    border: 2px solid #000;
}
.banner-roadmap-button.btn {
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 25px;
    border-width: 2px;
    margin: 0px 15px 0px 0px;
    margin-right: 15px;
    padding: 15px 40px 15px 39px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 18px;
    background-color: #0e3553;
    border: 2px solid #0e3553;
    color: #fff;
    transition: all 1s ease !important;
}

.btn.banner-whitepaper-button {
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 25px;
    border-width: 1px;
    margin: 0px;
    padding: 15px 24px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 18px;
    color: white;
    background: #35ab47;
    border: 2px solid #35ab47;
    transition: all 1s ease !important;
}

.banner-btn-main-button {
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 3px;
    border-width: 0px;
    margin: 0px;
    padding: 55px 0px 31px 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 3px;
}

.homepage-banner-title .lead {
    padding: 0 !important;
}

.homepage-banner-title h1 {
    color: rgb(36, 155, 85);
    z-index: 11;
    min-width: 100%;
    max-width: 100%;
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 40px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-weight: normal !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 55px !important;
}
/*-------------------banner-end---------------*/


/***************Get in Touch Start***********/

.getintouch-form form {
    max-width: 70%;
    margin: 10px auto;
    padding: 30px 40px;
    background: #f4f7f8;
    border-radius: 8px;
    display: table;
}

.getintouch-form h4 {
    margin: 0 0 30px 0;
    text-align: center;
    color: #198f51;
}

.ans-hint {
    color: #198f51;
    font-size: 12px;
}

.git-form-fields {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.getintouch-form input[type="text"],
.getintouch-form input[type="password"],
.getintouch-form input[type="date"],
.getintouch-form input[type="datetime"],
.getintouch-form input[type="email"],
.getintouch-form input[type="number"],
.getintouch-form input[type="search"],
.getintouch-form input[type="tel"],
.getintouch-form input[type="time"],
.getintouch-form input[type="url"],
.getintouch-form textarea,
.getintouch-form select {
    background: rgba(255,255,255,0.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    border-radius: 5px;
}

.other-check {
    padding-top: 10px;
    display: table;
    width: 100%;
}


.getintouch-form input[type="radio"],
.getintouch-form input[type="checkbox"] {
    margin: 0 4px 8px 0;
}

.getintouch-form select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
}

.getintouch-form button {
    width: 100%;
}

.getintouch-form fieldset {
    margin-bottom: 30px;
    border: none;
}

.getintouch-form legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.getintouch-form label {
    display: block;
    margin-bottom: 8px;
}

    .getintouch-form label.light {
        font-weight: 300;
        display: inline;
    }

.getintouch-form .number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 100%;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio {
    width: 49%;
    float: left;
    margin-left: 1%;
}

    .funkyradio input[type="radio"]:empty,
    .funkyradio input[type="checkbox"]:empty {
        display: none;
    }

.get-in-touch-capcha .refresh-contactus-capcha {
    width: 8%;
}

.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin: 5px 0 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .funkyradio input[type="radio"]:empty ~ label:before,
    .funkyradio input[type="checkbox"]:empty ~ label:before {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        content: '';
        width: 2.5em;
        background: #D1D3D4;
        border-radius: 3px 0 0 3px;
    }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
}

@media screen and (min-width: 480px) {

    form {
        max-width: 480px;
    }
}
/***************Get in Touch end***********/
.events-table.batch-verify-table {display: inline-block;}
.events-table.batch-verify-table .table > thead > tr > th{white-space:nowrap;}
.cos-main .events-table.batch-verify-table .gradient-btn.download-btn-verify.event-verify-btn-main {width: 100px;}
.events-table .table{margin-bottom:0px;}
.events-table{margin-bottom:20px;}
.events-table .table > thead > tr > th {white-space: nowrap;}
.egg-gif-animated {
    padding: 12px 12px 6px 12px;
    display: inline-block;
}
.table-responsive.egg-poc-verify {
    border: 1px solid #ddd !important;
}
.student-verify-tabs.eye-care-mobile-view .table-responsive.egg-poc-verify .table > tbody > tr > td {
    border: 1px solid #ddd !important;
}
.student-verify-tabs.eye-care-mobile-view .table-responsive.egg-poc-verify .table > thead > tr > th {
    border: 1px solid #ddd;
}
.egg-main-div {
    margin-top: 20px;
}

.cos-main .gradient-btn.download-btn-verify.event-verify-btn-main {
    width: 100px;
}
.cos-main .new-verify-download-btn-cos .gradient-btn.download-btn-verify.event-verify-btn-main {
    width: 126px;
}
.cos-main .download-btn-width .gradient-btn.download-btn-verify.event-verify-btn-main {
    width: 126px;
}
.new-verify-download-btn-cos .download-btn-align {
    margin-top: 2px;
}
.events-table {
    width: 100%;
    display: inline-block;
}
.hr-timesheet .events-table {
    display: inline-block;
}

    .hr-timesheet .events-table .table > thead > tr > th {
        white-space: nowrap;
    }

.hr-timesheet.cos-main .events-table .gradient-btn.download-btn-verify.event-verify-btn-main {
    display: inline-flex !important;
    align-items: center;
}

.hr-timesheet.cos-main .new-verify-download-btn-cos .gradient-btn.download-btn-verify.event-verify-btn-main {
    width: 129px;
}

.hr-timesheet.cos-main .gradient-btn.download-btn-verify.event-verify-btn-main {
    width: 102px;
}
/***************contact map design start***********/
.contactus-page .main-bg {position: relative;margin: 50px 0;}
.contactus-page .country-logo {height: 13%;cursor: pointer;}
.contactus-page .country-logo-1 {
    position: absolute;
    top: 25.5%;
    left: 4.6%;
    z-index: 3;
    height: 3.5% !important;
}
.country-logo-14 {
   position: absolute;
    top: 51.7%;
    height: 3.5% !important;
    left: 18.7%;
    z-index: 3;
}
.country-logo-16 {
     position: absolute;
    top: 62.8%;
    height: 3.5% !important;
    left: 96.6%;
    z-index: 3;
}
.contactus-page .country-logo-2 {
    position: absolute;
    top: 26.8%;
    height: 3.5% !important;
    left: 49.2%;
    z-index: 3;
}

.country-logo-3 {
    position: absolute;
    z-index: 4;
    top: 59.7%;
    height: 3.5% !important;
    left: 57.7%;
}

.country-logo-4 {
    position: absolute;
    top: 42.1%;
    left: 71.4%;
    z-index: 3;
    height: 3.5% !important;
}
.country-logo-5 {
    position: absolute;
    top: 52.6%;
    left: 80.6%;
    height: 3.5% !important;
    z-index: 3;
}
.country-logo-6 {
    position: absolute;
    top: 76.6%;
    left: 96.6%;
    height: 3.5% !important;
    z-index: 3;
}

.country-logo-7 {
    position: absolute;
    top: 61%;
    left: 17.2%;
    height: 3.5% !important;
    z-index: 3;
}

.country-logo-8 {
    position: absolute;
    z-index: 3;
    top: 57.5%;
    height: 10% !important;
    left: 39.8%;
}

.country-logo-9 {
    position: absolute;
    z-index: 3;
    top: 62.8%;
    height: 10% !important;
    /* width: 14%; */
    left: 52.4%;
}

.modal {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}
.country-logo-10 {
    position: absolute;
    top: 49.6%;
    left: 79.7%;
    height: 3.5% !important;
    z-index: 3;
}

.country-logo-11 {
    position: absolute;
    top: 43.5%;
    left: 62.2%;
    z-index: 3;
    height: 3.5% !important;
}
.country-logo-15 {
    position: absolute;
    top: 38.6%;
    left: 8.8%;
    z-index: 3;
    height: 3.5% !important;
}
.country-logo-12 {
    position: absolute;
    top: 25.5%;
    left: 4.3%;
    height: 3.5% !important;
    z-index: 3;
}
.country-logo-17 {
    position: absolute;
    top: 22.7%;
    left: 15.7%;
    height: 3.5% !important;
    z-index: 3;
}

.country-logo-18 {
    position: absolute;
    top: 34.6%;
    left: 16.5%;
    height: 3.5% !important;
    z-index: 3;
}

.country-logo-13 {
    position: absolute;
    top: 71.6%;
    left: 29.5%;
    height: 3.5% !important;
    z-index: 3;
}
.capcha-icon-img img {border-radius: 10px;}
.capcha-icon-img {float: left;width: 50%;}
.refresh-contactus-capcha {float: left;width:12%;margin: 25px 0 0 15px;cursor:pointer;}
.capcha-textbox input[type="text"] {border-radius: 4px !important;padding: 10px !important;margin: 0 !important;}
.capcha-textbox-value:focus {box-shadow: none !important;}
.capcha-textbox {margin: 10px 0 !important;clear: both;display: inline-block;width: 100%;}
.login-capcha-image {border: 1px solid #ccc;padding: 20px;margin: 10px 0 0;border-radius: 4px;}

/***************contact map design End***********/
/*******************************************Start new home page***************************************/

/*******************************************Start banner new home page***************************************/
.banner-btn-main .btn {padding: 15px 24px !important;height: 57px !important;font-size: 18px !important;font-weight: 600 !important;}
.banner-btn-main .btn:hover {height: 57px !important;}
.banner-btn-main .banner-roadmap.btn {color: #36ad47;background: #fff;border:2px solid #36ad47;margin-right: 15px !important;}
.banner-btn-main .btn.banner-whitepaper {background: #36ad47;color: #fff;}
.tp-caption.large_text, .large_text {text-shadow: unset !important;}
.main-banner-title {font-weight: normal !important;font-family: 'Montserrat', sans-serif !important;font-size: 55px !important;}
    /**********************team section start*********************/
.a:hover {color: #25984e !important;}
.social-media-icon-map a i:hover, .social-media-icon a i:hover {color: #25984e !important;}


/****************new solution slider section start ************************/
.solution-new-slider .sol-slider-owl {margin: 40px 0;padding:30px 20px;}
.Active, .solution-new-slider .sol-slider-owl:hover {background: #1b303e;}
.owl-carousel .owl-item {-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.owl-item.center > div {cursor: auto;margin: 0;}
.owl-item:not(.center) > div:hover {opacity: .75;}
.owl-carousel .owl-item:hover {z-index: 2;-webkit-transition: all 400ms ease-in;-webkit-transform: scale(1.1);-ms-transition: all 400ms ease-in;-ms-transform: scale(1.1);-moz-transition: all 400ms ease-in;-moz-transform: scale(1.1);transition: all 400ms ease-in;transition: all 400ms ease-out;transform: scale(1.1);}
.solution-new-slider {background: #021728;padding: 60px 0px 63px 0px;}
.image-solution-slider-static {display: table;margin: 0 auto;text-align: center;}
.solution-slider-static-img {display: inline-block;width: 130px;padding: 0 20px;}
.owl-buttons {display: none;}
.solution-new-slider .owl-carousel .owl-item img {display: inline-block;width: 100px;}
/**contact new slider**/
.contact-page-team-slider .contact-team-main {padding: 0 35px;width: 343px;}
.contact-page-team-slider .owl-pagination {display: none;}
.contact-page-team-slider.solution-new-slider .owl-carousel .owl-item img {display: inline-block;width: 93px;cursor: unset;float: left;padding: 0 10px 0 0;}
.contact-page-team-slider .owl-carousel .owl-item {padding: 0 0px;}
.contact-page-team-slider {clear: both;padding: 10px 0 20px;background: #fff;}
.contact-page-team-slider.solution-new-slider .sol-slider-owl {cursor: unset;margin:0;padding:0;}
.contact-page-team-slider .roadmap-partners-header::before {content: unset;}
.contact-page-team-slider .roadmap-partners-header::after {content: unset;}
.contact-page-team-slider .Active, .solution-new-slider .sol-slider-owl.sol-slider-owl-contactpage:hover {background: none !important;}
.contact-page-team-slider .content-roadmap-new p {text-align:left;font-size: 22px;line-height: unset;padding: 0;color: #198f51;}
.contact-page-team-slider .sol-slider-owl-title {color: #198f51;padding: 10px 0;font-size: 15px;text-transform: uppercase;}
.contact-page-team-slider .sol-slider-owl-content {color: #000;font-size: 14px;}
#owl-example .owl-prev .fa {color: #fff !important;}
.contact-page-team-slider #owl-example .owl-prev .fa, .contact-page-team-slider #owl-example .owl-next .fa {color: #000 !important;font-size: 53px;}
.contact-page-team-slider .owl-prev .fa, .contact-page-team-slider .owl-next .fa {color: #000 !important;font-size: 53px;}
.contact-page-team-slider #owl-example {padding: 0;}
.contact-page-team-slider .owl-theme .owl-controls .owl-buttons .owl-prev {top: 17px;margin: 0;padding: 0;padding-left: 0;line-height: 0.3;}
.contact-page-team-slider .owl-theme .owl-controls .owl-buttons .owl-next {top: 17px;margin: 0;padding: 0;padding-left: 0;	line-height: 0.3;}
.contact-page-team-slider .owl-item:not(.center) > div:hover {opacity: 1;}
.contact-page-team-slider .owl-carousel .owl-item:hover {z-index: unset;-webkit-transition: unset;-webkit-transform: unset;-ms-transition: unset;-ms-transform: unset;-moz-transition: unset;-moz-transform: unset;transition: unset;transition: unset;transform: unset;}
.owl-buttons {display: block;}
.contact-page-team-slider.solution-new-slider .owl-carousel-ind .sol-slider-owl img {display: inline-block;width: 150px;cursor: unset;}
.contact-page-team-slider .owl-carousel-ind {margin: 0 auto;display: table;}
.contact-page-team-slider .sol-slider-owl-title-ind {text-align: center;}
.contact-page-team-slider .sol-slider-owl-ind {padding: 30px 40px;}
.contact-page-team-slider .sol-slider-owl-content-ind {text-align: center;}
.contactus-page .container2 {margin: 0 auto;display: table;padding: 0;}
.contact-page-team-slider .sol-slider-owl-ind:hover {-moz-transform: scale(1.1);transition: all 400ms ease-in;transition: all 400ms ease-out;transform: scale(1.1);opacity: .75;}
.owl-item {text-align: center;}
.owl-carousel .owl-item {padding: 0 30px;}
.owl-theme .owl-controls .owl-buttons div {background: transparent !important;	color: #fff !important;	font-size: 93px !important;	line-height: 5em;margin: 0;	position: absolute;top: 0;}
.owl-theme .owl-controls .owl-buttons .owl-prev {left: -40px;padding-left: 0px;}
.owl-theme .owl-controls .owl-buttons .owl-next {right: -40px;padding-right: 0px;}
/*.sol-slider-owl-title {color: #000;padding: 10px 0;font-size: 17px;text-transform: uppercase;}*/
.sol-slider-owl-content {color: #9eadb9 !important;font-size: 14px;}
#owl-example {padding: 65px 0 30px;}
.sol-slider-owl {padding: 0 30px;}
#owl-example .owl-pagination {display: none;}


.solution-new-slider.new-background {background: #fff;color: #333;}
/*.new-background .roadmap-partners-title {color:#25984e;}*/
.new-background .roadmap-partners-header::before, .new-background .roadmap-partners-header::after{border-bottom: solid 10px #cbcbcb;}
.new-background .content-roadmap-new p, .new-background .sol-slider-owl-content{color:#333;}
.new-background .Active, .solution-new-slider .sol-slider-owl:hover {background: #f3f3f3;}
.new-background #owl-example .owl-prev .fa, .new-background #owl-example .owl-next .fa {color: #cbcbcb !important;}
.passport-content-slider {text-align: center;padding: 10px;transition: all .2s ease-in-out;margin-bottom: 20px;}
    .passport-content-slider:hover {
        background: #f3f3f3;
        z-index: 2;
        -webkit-transition: all 400ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 400ms ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 400ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 400ms ease-in;
        transition: all 400ms ease-out;
        transform: scale(1.1);
    }
.new-background .solution-description {min-height: 215px;}
.learn-more-link {color: #25984e;text-transform: uppercase;padding: 10px 0;clear: both;display: block;}
.learn-more-link:hover, .learn-more-link:focus {color: #176939;}
/****************new solution slider section End ************************/
/*.solution-main-page{padding-bottom:45px !important;}*/
.solution-page-main-dropdown {
	min-width: 400px;
	background: #fff !important;
	border-top: 5px solid #25984E !important;
	border-radius: 0px;
	position: relative;
}
.sub-menu-title-green {
	padding: 17px 5px 0 2px !important;
	color: #969698 !important;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;

}
.solution-page-main-dropdown::before {
	content: " ";
	position: absolute;
	top: -17px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #25984E;
	left: 86px;
}
.down-arrow-navbar .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.down-arrow-navbar i {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
.arrow-down.has-sub:hover .down-arrow-navbar i, .arrow-down.has-sub.solution-sub-menu:hover a.solution-main-page, .arrow-down.has-sub.solution-sub-menu:hover {
    border-color: #a7cc55 !important;
    color: #a7cc55 !important;
}
    .solution-page-main-dropdown .menu-item {
        
        float: left;
        margin-left: 10px !important;
    }
.solution-page-main-dropdown li .btn-default {
    border: none !important;
    text-align: left !important;
    letter-spacing: unset !important;
    font-size: 13px !important;
    color: #979797 ;
    background: none !important;
    font-family: RobotoRegular !important;
}

.btn.btn-default.before-login-btn.login-green-btn {background-color: white !important;color:#198f51 !important;padding: 10px 10px 10px 4px !important;box-shadow: inset 0 0 0 0 #25984E !important;transition: all 1s ease !important;}
.btn.btn-default.before-register-btn.register-before-logindashboard.register-white-btn {
    background: #198f51 !important;
    color: white !important;
    border: 1px solid #198f51 !important;
    box-shadow: inset 0 0 0 0 #fff !important;
    transition: all 1s ease !important;
    padding: 10px 10px 10px 4px !important;
}

.solution-page-main-dropdown li .btn-default:hover {
	border: none !important;
	color: #25984E !important;
	background: none !important;
}
#cssmenu ul.nav.nav-pills li ul.solution-page-main-dropdown li .btn-default:focus {
    color: #237813 !important;
}
    .solution-page-main-dropdown li a{background:none !important;}
.btn-default span {
    padding-left: 8px;
    font-size:15px;
}
.nav-menu-img, .nav-menu-img-hover {
    width: 18px;
}
   .btn-default:hover .nav-menu-img {display: none !important;}
   .btn-default:hover .nav-menu-img-hover {
    display: inline-block !important;
    }
.btn-default:focus .nav-menu-img-hover {
    display: inline-block !important;
}
.btn-default:focus .nav-menu-img {
    display: none !important;
}
/*---------------solution-blockchanin-banner-----------*/
.solution-blockchanin-banner img {
    width: 30%;
    z-index: 999;
    position: absolute;
    left: 35%;
}
.solution-blockchanin-banner {position: relative;}
.home-blockchain-img .finished-blockchain {display: none;}
.blockchain-solution-other-page-img {margin-bottom: 50px;clear: both;}
.finished-blockchain.New-blackchain-solu-end-all-page img {width: 30%;margin: 0 auto;display: table;}
/*.team-title.new-team-margin-remove {padding: 30px 0 50px 0 !important;}*/
/*---------------solution-blockchanin-banner-end----------*/

/**********************team section start*********************/
.team.team-new .image {

	margin: 0 auto;
	display: table;
}
	.team.team-new .image > img {
		margin: 0 auto;
		width: 147px;
		padding: 30px 0 0;
	}
.team-main-div {
	background: #f3f3f3;
}
.text-uppercase.position {
	color: #158c46;
	font-weight: bold;
}
.team .content {
	text-align: center;
	margin-bottom: 30px;
	min-height: 388px;
	border-bottom: unset !important;
	padding: 0 15px;
}
.team.team-new {
	padding: 0 !important;
}
.team.team-new .cont-team {
        padding-bottom: 40px;
    }
.team-title {
	padding: 50px 0;
}

.our-team-sec-header {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 33px;
    position: relative;
}
    .our-team-sec-header.faq-que-border::before {top: 28% !important;}
    .our-team-sec-header.faq-que-border::after {top: 33% !important;}
    .our-team-sec-header.faq-que-border {margin: 36px 0 43px;color: #5f5f5f;}
    .our-team-sec-header::before {
        content: '';
        width: 30%;
        border-bottom: solid 5px #cbcbcb;
        position: absolute;
        left: 0;
        top: 41%;
        z-index: 1;
    }
    .our-team-sec-header::after {
        content: '';
        width:30%;
        border-bottom: solid 5px #cbcbcb;
        position: absolute;
        right: 0;
        top: 41%;
        z-index: 1;
    }

        .our-team-sec-title {
    width: auto;
    display: inline-block;
    z-index: 3;
    padding: 0 20px 0 20px;
    color: #5f5f5f;
    position: relative;
    font-weight: normal !important;
    margin: 0;
    font-size: 34px;
}
/**********************team section end*********************/
/**************************What is veridoc section start*************************/
.how-it-works-steps .veridoc-future {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

.how-it-works-steps .quick-verification-future {
	font-size: 20px;
}

.how-it-works-steps .product-fraud-future {
    font-size: 20px;
    color: #484848;
    font-weight: unset !important;
}

.how-it-works-steps .veridoc-future-main {
	padding: 0 !important;
}

/**************************What is veridoc section End*************************/

/**********************************Map Section Start***************************/
.map-section-worldwide .text-wrap-aim {
	text-align: right;
}

	.map-section-worldwide .text-wrap-aim .veridoc-future {
		font-size: 40px;
		line-height: 52px;
		color: #198f51;
	}

.map-section-worldwide .quick-verification-aim-world {
	font-size: 18px;
	line-height: 28px;
}

.map-section-worldwide .world-wide-map img {
	width: 100%;
}

.world-wide-map.map-position-relative-icon {
    position: relative;
}

	.map-section-worldwide .main-map-icon-sec img {
		width: 6%;
	}
.world-wide-map-icon-symbol-map1.map-icon-symbol {
    position: absolute;
    top: 14.7%;
    left: 17%;
}
.world-wide-map-icon-symbol-map2.map-icon-symbol {
    position: absolute;
    top: 49%;
    right: 40%;
}
.map-section-worldwide .world-wide-map-icon-symbol1.map-icon-symbol {
    position: absolute;
    top: -250px;
    left: 94px;
}

.map-section-worldwide .world-wide-map-icon-symbol2.map-icon-symbol {
    position: absolute;
    top: -153px;
    left: 300px;
}

.map-section-worldwide .world-wide-map-icon-symbol3.map-icon-symbol {
    position: absolute;
    top: -233px;
    right: 142px;
}

.map-section-worldwide .world-wide-map-icon-symbol4.map-icon-symbol {
    position: absolute;
    top: -174px;
    right: 92px;
}

.map-section-worldwide .world-wide-map-icon-symbol5.map-icon-symbol {
    position: absolute;
    right: 8px;
    bottom: 64px;
}

.map-section-worldwide .world-wide-map-icon-symbol6.map-icon-symbol {
	position: absolute;
	right: 7px;
	bottom: 56px;
}
.map-section-worldwide .world-wide-map-icon-symbol7.map-icon-symbol {
    position: absolute;
    left: 257px;
    top: -245px;
}
.world-wide-map-icon-symbol-map3.map-icon-symbol {
    position: absolute;
    top: 20.5%;
    left: 68.3%;
}
.world-wide-map-icon-symbol-map4.map-icon-symbol {
    position: absolute;
    top: 41.6%;
    right: 16.3%;
}
.world-wide-map-icon-symbol-map5.map-icon-symbol {
    position: absolute;
    top: 65.6%;
    right: 1.3%;
}
.world-wide-map-icon-symbol-map6.map-icon-symbol {
    position: absolute;
    top: 16%;
    left: 46.5%;
}
.world-wide-map-icon-symbol-map7 {
	position: absolute;
	top: 52%;
	left: 15%;
}
.world-wide-map-icon-symbol-map8 {
    position: absolute;
    top: 50.5%;
    left: 50.3%;
}
.world-wide-map-icon-symbol-map9 {
    position: absolute;
    top: 47.5%;
    left: 47.3%;
}
.tooltip-kansh:hover::after {
    content: "Lubumbashi";
    background-color: black;
    color: white;
    position: absolute;
    top: 67%;
    left: 45%;
    padding: 5px;
    border-radius: 10%;
}
.tooltip-lubu:hover::after {
    content: "Kinshasa";
    background-color: black;
    color: white;
    position: absolute;
    top: 34%;
    left: 43%;
    padding: 5px;
    border-radius: 10%;
}
.tooltip-peru:hover::after {
	content: "Lima";
	background-color: black;
	color: white;
	position: absolute;
	top: 36%;
	left: 15%;
	padding: 5px;
	border-radius: 10%;
}
.tooltip-malta-homepage1:hover::after {
    content: "Swatar";
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 0%;
    left: 44%;
    padding: 5px;
    border-radius: 10%;
}
/*.tooltip-brisbane:hover::after {
    content: "New York City";
    background-color: black;
    color: white;
    position: absolute;
    top: 0px;
    left: 69px;
    padding: 5px;
    border-radius: 10%;
}*/
.tooltip-brisbane1:hover::after {
    content: "New York City";
    background-color: black;
    color: white;
    position: absolute;
    top: 0%;
    left: 15%;
    padding: 5px;
    border-radius: 10%;
}
.tooltip-sydney1:hover::after {
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 35%;
    left: 47%;
    padding: 5px;
    border-radius: 10%;
    content: "Dar es Salaam";
}
.tooltip-newyork1:hover::after {
    color: #fff;
    position: absolute;
    top: 4%;
    left: 64%;
    padding: 5px;
    border-radius: 10%;
    content: "Hyderabad";
    background-color: black;
}
.tooltip-malta-homepage:hover::after {
    content: "Swatar";
    background-color: #000;
    color: #fff;
    position: absolute;
    top: -248px;
    left: 196px;
    padding: 5px;
    border-radius: 10%;
}
.tooltip-singapor1:hover::after {
    right: 8%;
    padding: 5px;
    border-radius: 10%;
    content: "Brisbane";
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 75%;
}
/*.tooltip-sydney:hover::after {
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 97px;
    left: 280px;
    padding: 5px;
    border-radius: 10%;
    content: "Dar es Salaam";
}*/
.tooltip-delhi1:hover::after {
    position: absolute;
    top: 58%;
    left: 73%;
    padding: 5px;
    border-radius: 10%;
    content: "Singapore";
    background-color: #000;
    color: white;
}
.tooltip-newyork:hover::after {
    color: #fff;
    position: absolute;
    top: -269px;
    left: 327px;
    padding: 5px;
    border-radius: 10%;
    content: "Hyderabad";
    background-color: black;
}

.tooltip-delhi:hover::after {
    position: absolute;
    top: -175px;
    left: 346px;
    padding: 5px;
    border-radius: 10%;
    content: "Singapore";
    background-color: #000;
    color: white;
}

.tooltip-singapor:hover::after {
    left: 438px;
    padding: 5px;
    border-radius: 10%;
    content: "Brisbane";
    background-color: #000;
    color: #fff;
    position: absolute;
    top: -108px;
}


.tooltip-tansania:hover::after {
    left: 432px;
    padding: 5px;
    border-radius: 10%;
    content: "Sydney";
    background-color: #000;
    color: #fff;
    position: absolute;
    top: -99px;
}
.map-section-worldwide {
    margin-top: 2rem;
}

/**********************************Map Section End***************************/
/**********************************worldwide-map-state-section***************************/
.worldwide-map-state-section {
    background-color: #f3f3f3;
}
.worldwide-partners-header {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 33px;
    position: relative;
}
.worldwide-partners-title {
    width: auto;
    display: inline-block;
    z-index: 3;
    padding: 0 20px 0 20px;
    color: #000000;
    position: relative;
    font-weight: normal !important;
    margin: 0;
    font-size: 34px;
}

.worldwide-partners-header::after {
    content: '';
    width: 34%;
    border-bottom: solid 5px #cbcbcb;
    position: absolute;
    right: 0;
    top: 41%;
    z-index: 1;
}
.worldwide-partners-header::before {
    content: '';
    width: 34%;
    border-bottom: solid 5px #cbcbcb;
    position: absolute;
    left: 0;
    top: 41%;
    z-index: 1;
}
.map-worldwide-state-name {
    text-align: center;
    margin-top: 3rem;
}
    .map-worldwide-state-name li {
        border-right: 1px solid #757575;
        padding: 0 6px;
        
        font-size: 16px;
        display: inline-block;
        color: #757575;
    }
      /*  .map-worldwide-state-name li a {
            padding: 0 6px;
            text-transform: uppercase;
            font-size: 14px;
            display: inline-block;
            color: #757575;
        }*/
        .map-worldwide-state-name li:last-child {
            border-right: none;
        }

/**********************************worldwide-map-state-section-end***************************/

/**********************************map-lower-section***************************/
.map-lower-section {background-color:#f3f3f3;}

.map-lower-copyright {text-transform: uppercase;font-size: 27px;margin-top: 20px;}
.social-media-icon-map {color: #fff;float: left;padding-left: 2px;}
    .social-media-icon-map a i {padding: 0 8px;font-size: 25px;line-height: 80px;color: #9a9a9a;}
.footer-follow-progress-map {float: left;border-right: 3px solid black;margin-top: 20px;}
.footer-follow-progress-map h2 {color: #fff;text-transform: uppercase;font-size: 14px;float: left;padding: 0 10px 0 0;margin: 0;text-align: right;}
.footer-follow-progress-map h2 span {font-size: 22px;display: block;font-weight: bold;}
.map-lower-copyright .decentralize {font-weight: bold;background: -webkit-linear-gradient(90deg, #020202, #121d25 10%, #070762 32%, #001d35 75%, #183851 100%);background-clip: border-box;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.map-lower-copyright .verify {background: -webkit-linear-gradient(20deg, #0c7a3c, #92ca43 70%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: bold;}
.footer-follow-progress-map .footer-new-title {background: -webkit-linear-gradient(20deg, #0c7a3c, #92ca43 70%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.map-lower-copyright .decentralize {color: #666;font-weight: bold;}
.mobile-view-social {
    display: none;
}

.desktop-view-social {
    display: block;
}
/**********************************map-lower-section-end***************************/
/************************Roadmap section Start********************************************/

/************************Roadmap section title**************************/
.content-roadmap-new p {
	color: #fff !important;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	padding: 56px 0;
}

.roadmap-partners-header::before {
    content: '';
    width: 40%;
    border-bottom: solid 5px #192e3f;
    position: absolute;
    left: 0;
    top: 41%;
    z-index: 1;
}

.roadmap-partners-header::after {
    content: '';
    width: 40%;
    border-bottom: solid 5px #192e3f;
    position: absolute;
    right: 0;
    top: 41%;
    z-index: 1;
}
.roadmap-partners-title {
    width: auto;
    display: inline-block;
    z-index: 3;
    padding: 0 20px 0 20px;
    color: white;
    position: relative;
    font-weight: normal !important;
    margin: 0;
    font-size: 34px;
}
.roadmap-partners-header {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 33px;
    position: relative;
}
/************************Roadmap section title**************************/
.cd-timeline-block.cd-desktop-double-view.multiple-desktop-arrow .cd-timeline-content::before {top: 14px;}
.cd-timeline-block.cd-desktop-double-view.multiple-desktop-arrow .cd-timeline-content{padding-top:10px;}
.cd-timeline-block.cd-desktop-double-view.multiple-desktop-arrow {margin: 2.5em 0;}
.cd-timeline-main-div {
    background: #021728;
    padding: 80px 0 83px;
}
.cd-container {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}

	.cd-container::after {
		content: '';
		display: table;
		clear: both;
	}


#cd-timeline {
    position: relative;
    padding: 0em 0 2em;
    margin-top: 2em;
    margin-bottom: 0em;
}

	#cd-timeline::before {
		/* this is the vertical line */
		content: '';
		position: absolute;
		top: 32px;
		left: 18px;
		height: 97%;
		width: 1px;
		background: #73c541;
	}


.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}

	.cd-timeline-block:after {
		content: "";
		display: table;
		clear: both;
	}

	.cd-timeline-block:first-child {
		margin-top: 0;
	}

	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}



.cd-left {
	float: left;
	text-align: right;
	padding-right: 65px;
}

	.cd-left::before {
		top: 24px;
		left: 92% !important;
		border-color: transparent !important;
		border-left-color: #73c541 !important;
	}

.cd-right {
	float: right;
	padding-left: 65px;
}

.cd-rigth::before {
	top: 24px;
	left: 100%;
	right: auto;
	border-color: transparent;
	border-right-color: white;
}


.cd-timeline-img strong {
	font-size: 21px;
}


.cd-timeline-img {
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #021728;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    padding-top: 20px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    border: 2px solid #70ba4d;
}

.cd-timeline-content {
	position: relative;
}

	.cd-timeline-content:after {
		content: "";
		display: table;
		clear: both;
	}

	.cd-timeline-content .cd-timeline-content-title {
		color: #fff;
		font-weight: normal !important;
		margin-top: 0;
		margin-bottom: 0;
		font-size: 16px;
	}

	.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
		display: inline-block;
	}

	.cd-timeline-content .cd-timeline-content-p {
		margin: 0;
		line-height: 1.3;
		color: #9eaeba;
		font-size: 14px;
	}

    .cd-timeline-content::before {
        content: '';
        position: absolute;
        top: 30px;
        right: 92%;
        height: 0;
        width: 0;
        border: 12px solid transparent;
        border-right: 12px solid #70ba4d;
    }




/************************Roadmap section End**************************/

/*******************************Parterns Section start ******************************/

#partners-header {
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 33px;
	position: relative;
	background-color:transparent;
}
.partners.as-seen {
    background: linear-gradient(#ffffff,#d1d1d1);
}
	#partners-header::after {
		content: '';
		width:32%;
		border-bottom: solid 10px #cbcbcb;
		position: absolute;
		right: 0;
		top: 41%;
		z-index: 1;
	}
#partners-header::before {
    content: '';
    width: 32%;
    border-bottom: solid 10px #cbcbcb;
    position: absolute;
    left: 0;
    top: 41%;
    z-index: 1;
}
.partners-title {
	background-color:transparent;
	width: auto;
	display: inline-block;
	z-index: 3;
	padding: 0 20px 0 20px;
	color: #5f5f5f;
	position: relative;
	font-weight: normal !important;
	margin: 0;
	font-size: 34px;
}
.partners-img-div {
	display: grid;
	text-align: center;
	vertical-align: middle;
	min-height: 130px;
	align-items: center;
}

.as-seen-as-sec {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 33px;
    position: relative;
}
 .as-seen-as-sec::before {
        content: '';
        width: 40%;
        border-bottom: solid 10px #cbcbcb;
        position: absolute;
        left: 0;
        top: 41%;
        z-index: 1;
    }
    .as-seen-as-sec::after {
        content: '';
        width:40%;
        border-bottom: solid 10px #cbcbcb;
        position: absolute;
        right: 0;
        top: 41%;
        z-index: 1;
    }
.as-seen-as-sec-title {
    width: auto;
    display: inline-block;
    z-index: 3;
    padding: 0 20px 0 20px;
    color: #5f5f5f;
    position: relative;
    font-weight: normal !important;
    margin: 0;
    font-size: 34px;
}
.no-padding-partners {
	padding: 0px 5px;
}
/*******************************Parterns Section End *******************************/

	/************Solutins section start **********************************************/



	@media(max-width:480px) {
		#partners-header::after {top: 48%;}
	
	}

/************Solutins section End **********************************************/



	/************************************************  End New Home Page ****************************************/

	/*Register 2*/
	.register-2 .buttons a {
		padding: 10px 25px !important;
		display: table;
		margin: 0 auto 15px;
	}

	.page.registration-result-page.register-2 {
		padding: 0 0 25px;
	}
	/*.UpdateEmail {background: #f7f7f7;padding: 40px 0 70px;}*/
	.resendemail-updateemail {
		padding: 0 0 70px;
	}

	.btn-before-login {
		background: #5eb147;
		color: #fff;
		font-weight: normal !important;
		padding: 10px 15px;
	}

		.btn-before-login:hover {
			background: #047f19 !important;
			color: #fff !important;
		}

	.resendemail-btn h4 {
		padding: 0 0 40px;
	}

	.resendemail-btn {
		margin: 0 auto;
		display: table;
	}

		.resendemail-btn .form-group {
			display: inline-block;
		}

	.form-group.update-youemail {
		margin-left: 20px;
	}

	.ResendEmail {
		text-align: center;
	}

	.UpdateEmail {
		display: inline-block;
		width: 100%;
		border: 2px solid #008000;
		padding: 20px;
		text-align: center;
		margin: 30px 0 0;
		clear: both;
	}

		.UpdateEmail .form-group {
			margin: 15px auto;
			display: block;
			width: auto;
			text-align: center;
		}

			.UpdateEmail .form-group #email {
				width: 40% !important;
				text-align: center;
				margin: 0 0 10px;
			}

			.UpdateEmail .form-group #Update {
				margin: 15px 0 0;
			}

		.UpdateEmail .field-validation-error {
			display: block;
		}

	.ResendEmail .border {
		padding-bottom: 10px;
	}


	/*Register 2 end*/


	/*homepage*/
	.application-list li {
		line-height: 26px;
	}

		.application-list li i {
			color: #34b729;
			margin-right: 10px;
		}

	.application-list {
		padding: 0;
	}

	.application-list-main {
		margin-bottom: 22px;
	}


	.blog-thumbnail a img {
		width: 100%;
	}

	.blog-content {
		margin-top: 20px;
	}

	.blog-post-main .blog-item .blog-content {
		display: inline-block;
		padding: 0 0 30px;
	}

	.blog-item .blog-content p {
		margin: 0 0 20px;
	}

	.before-login-page .captcha-box {
		margin-top: 15px;
	}

	/***************************ICO-Dashboard page*************************************/
	.edit-ico-dashboard .message-error {
		margin: 10px auto;
		display: table;
	}

	.page.password-recovery-page.before-login-page.import-presale-user {
		padding: 0 0 60px;
	}

	.before-login-page.import-presale-user .inputs label {
		width: 494px !important;
	}

	.icon-dashboard-main .inputs #DateOfBirth {
		width: 400px;
		max-width: 100%;
		background-color: #fff;
		min-height: 40px;
		border: 1px solid #dddddd;
		height: 36px;
		padding: 8px;
		vertical-align: middle;
		border-radius: 0;
		outline: 0 !important;
	}

	.icon-dashboard-main .inputs #CountryId {
		float: none;
	}

	.ico-upload-img {
		display: inline-block !important;
		width: 400px;
	}

	.ico-upload-img-main .fa.fa-arrow-down {
		display: block;
		margin: 15px 0 5px;
		font-size: 25px;
		color: #5eb147;
	}

	.id-small-img {
		text-align: center !important;
	}

	.ico-upload-img-main #myImg {
		border-radius: 5px;
		cursor: pointer;
		transition: 0.3s;
	}

		.ico-upload-img-main #myImg:hover {
			opacity: 0.7;
		}
	/*.icon-dashboard-main .border {padding: 40px 0 15px;}*/
	.icon-dashboard-main .border {
		padding: 40px 0 0px;
	}

	.page.registration-page.icon-dashboard-main {
		padding: 0 0 30px;
	}

	.icon-dashboard-main .buttons.register-btn #register-button {
		padding: 0 15px;
		margin: 0;
	}

	.icon-dashboard-main .buttons.register-btn {
		display: inline-block;
	}

	.icon-dashboard-main .showpass-main-tick {
		display: inline-block;
		margin-right: 25px;
	}

	.icon-dashboard-main .inputs.login-show-pass {
		display: table;
		margin: 0 auto;
	}
	/***************************ICO-Dashboard page*************************************/
	.before-login-register .border {
		padding: 40px 0 15px;
	}

	.before-login-page .border {
		padding: 40px 0 15px;
		text-align: center;
	}

	.page.registration-page.before-login-register {
		padding: 0 0 25px;
	}

	.ico-login-page {
		padding: 0 0 40px;
	}
	/***************************PreSale Dashboard page*************************************/
	.presale-edit .fieldset span.success-msg {color: green;text-align: center;display: block;}
.login-page .returning-wrapper .inputs.reversed a:hover {color: #5eb147;}
.password-recovery-page.before-login-page.password-recovery-confirmpage {padding: 0 0 70px !important;}
.password-recovery-page.before-login-page.password-recovery-confirmpage .field-validation-error {float: none;text-align: center;display: block;margin: 20px 0 0 40px;}
	.ico-faq-page .faq-question {font-weight: 600;margin: 0 0 10px;line-height: 28px;}
	.ico-faq-page .ico-faq-question {margin: 0 0 30px;}
	.ico-faq-page .faq-question i {font-size: 25px;}
	.main-wrap.app-header-spacer.grad-1.ico-page.page-main-title.ico-faq-page.before-login-page {padding: 0 0 25px;}
.main-wrap.app-header-spacer.grad-1.ico-page.page-main-title.ico-faq-page.faq-main.before-login-page {padding:0 0 49px !important;}
/* The Modal (background) */
.ico-upload-img-main .modal {display: none; /* Hidden by default */position: fixed; /* Stay in place */z-index: 1; /* Sit on top */padding-top: 100px; /* Location of the box */left: 0;top: 0;width: 100%; /* Full width */height: 100%; /* Full height */overflow: auto; /* Enable scroll if needed */background-color: rgb(0,0,0); /* Fallback color */background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	}

	/* Modal Content (image) */
	.ico-upload-img-main .modal-content {
		margin: auto;
		display: block;
		width: 80%;
		max-width: 700px;
	}

	/* Caption of Modal Image */
	.ico-upload-img-main #caption {
		margin: auto;
		display: block;
		width: 80%;
		max-width: 700px;
		text-align: center;
		color: #ccc;
		padding: 10px 0;
		height: 150px;
	}

	/* Add Animation */
	.ico-upload-img-main .modal-content, #caption {
		-webkit-animation-name: zoom;
		-webkit-animation-duration: 0.6s;
		animation-name: zoom;
		animation-duration: 0.6s;
	}

	@-webkit-keyframes zoom {
		from {
			-webkit-transform: scale(0)
		}

		to {
			-webkit-transform: scale(1)
		}
	}

	@keyframes zoom {
		from {
			transform: scale(0)
		}

		to {
			transform: scale(1)
		}
	}

	/* The Close Button */
	.ico-upload-img-main .close {
		position: absolute;
		top: 15px;
		right: 35px;
		color: #f1f1f1;
		font-size: 40px;
		font-weight: bold;
		transition: 0.3s;
	}

		.ico-upload-img-main .close:hover,
		.ico-upload-img-main .close:focus {
			color: #bbb;
			text-decoration: none;
			cursor: pointer;
		}

	/* 100% Image Width on Smaller Screens */
	@media only screen and (max-width: 700px) {
		.ico-upload-img-main .modal-content {
			width: 100%;
		}
	}

	.application-section p {
		margin-bottom: 3%;
	}

	* {
		margin: 0;
		padding: 0;
		text-decoration: none
	}

body {
    font-family: 'RobotoRegular' !important;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
}

	.docs-verify-main-class .verify-pdf-btn .button-1 {
		line-height: 23px !important;
	}

	.docs-verify-main-class .info-value span {
		font-size: 14px;
	}

	header {
		position: relative;
		width: 100%;
	}

	.logo {
		position: relative;
		z-index: 123;
		padding: 10px;
		font: 18px verdana;
		color: #6DDB07;
		float: left;
		width: 20%
	}

		.logo a {
			color: #6DDB07;
		}

	nav {
		position: relative;
		width: 980px;
		margin: 0 auto;
	}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    #cssmenu #head-mobile {
        display: none
    }

    #cssmenu > ul > li {
        float: left
    }

        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 53px;
            right: -13px;
            width: 8px;
            height: 2px;
            display: block;
            background: #888;
            content: '';
            pointer-events: none;
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 50px;
            right: -10px;
            display: block;
            width: 2px;
            height: 8px;
            background: #888;
            content: '';
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            transition: all .25s ease;
            pointer-events: none;
        }

        #cssmenu > ul > li.has-sub:hover > a:before {
            top: 23px;
            height: 0
        }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px
    }

        #cssmenu ul ul li {
            background: #ffffff none repeat scroll 0 0;
            padding: 0 12px;
            transition: all 0.25s ease 0s;
        }

    #cssmenu li:hover > ul {
        left: auto
    }

        #cssmenu li:hover > ul > li {
            color: #5eb147;
            margin: 0;
            padding: 0;
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0
    }
    /*#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;font-size:12px;text-decoration:none;color:#ddd;font-weight:400;}*/
    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0
    }

    #cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333
    }

#header .main-nav .sub-menu-main li a {
    border-bottom: medium none;
    display: block;
    font-size: 17px;
    line-height: 0;
    padding: 15px 0 6px;
    position: relative;
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    background: #fff;
    
    display: block;
}

#cssmenu .nav .menu-item .sub-menu-main a {
    padding: 22px 10px;
}

.fixed-header.smallHeader #header .main-nav .sub-menu-main li a {
    line-height: 0;
}

.sub-menu-document {
    margin-right: 20px !important;
}

.fixed-header.smallHeader #header #cssmenu > ul > li.has-sub > a::before {
    top: 32px;
}

.fixed-header.smallHeader #header #cssmenu > ul > li.has-sub > a::after {
    top: 35px;
}

.sub-menu-main {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    min-width: 200px;
}
	#cssmenu, #cssmenu ul,  #cssmenu ul li a, #cssmenu #head-mobile {
		border: 0;
		list-style: none;
		padding-top: 15px;
		display: block;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-transform: capitalize;
	}

		#cssmenu:hover, #cssmenu ul:hover, #cssmenu ul li:hover, #cssmenu ul li a:hover, #cssmenu #head-mobile:hover {
			color: #a7cc55;
		}
        /*#cssmenu:focus, #cssmenu ul:focus, #cssmenu ul li:focus, #cssmenu ul li a:focus, #cssmenu #head-mobile:focus {
            color: #a3cd4b !important;
        }*/
        /*#cssmenu ul.nav.nav-pills li a:focus {
            color: #a3cd4b !important;
        }*/
		#cssmenu:after, #cssmenu > ul:after {
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0
		}

		#cssmenu #head-mobile {
			display: none
		}

		#cssmenu > ul > li {
			float: left
		}

			#cssmenu > ul > li > a {
				padding: 17px;
				font-size: 12px;
				letter-spacing: 1px;
				text-decoration: none;
				color: #333;
				font-weight: 700;
			}

			#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
				color: #a7cc55 !important;
				-webkit-transition: background .3s ease;
				-ms-transition: background .3s ease;
				transition: background .3s ease;
			}

	.nav > li > a:hover, .nav > li > a:focus {
		background: none !important;
	}

#cssmenu > ul > li.has-sub.dropdown-menu-menu-btn > a {}
#cssmenu ul li.dropdown-menu-menu-btn li {background: none;}
.dropdown-menu-menu-btn .dropdown-menu li a {color: #333 ;background: none;margin: 10px 0;}
.dropdown-menu-menu-btn .dropdown-menu {background: none;padding: 0 !important;margin: 0;box-shadow: unset;}
#cssmenu > ul > li.has-sub.dropdown-menu-menu-btn > a:after {
		position: absolute;
		top: 22px;
		right: 11px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: unset;
	}
.dropdown-menu.solution-page-main-dropdown li {
    width: 45%;
    padding: 0 !important;
    height: 50px;
    border-bottom: 1px solid #f1f1f1 !important;
    margin: 0px 0 0 10px !important;
}
    .dropdown-menu.solution-page-main-dropdown li a {
        margin: 0 0 !important;
        padding: 15px 5px 0 !important;
        color: #969698 !important;
    }
	#cssmenu > ul > li.has-sub.dropdown-menu-menu-btn > a:before {
		position: absolute;
		top: 19px;
		right: 14px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: unset;
		-webkit-transition: all .25s ease;
		-ms-transition: all .25s ease;
		transition: all .25s ease
	}

	#cssmenu > ul > li.has-sub:hover > a:before {
		top: 23px;
		height: 0
	}

	#cssmenu ul ul {
		position: absolute;
		left: -9999px
	}

		#cssmenu ul ul li {
		
			-webkit-transition: all .25s ease;
			-ms-transition: all .25s ease;
			background: #333;
			transition: all .25s ease
		}

			#cssmenu ul ul li:hover {
			}

	#cssmenu li:hover > ul {
		left: auto
	}


	#cssmenu ul ul ul {
		margin-left: 100%;
		top: 0
	}

	#cssmenu ul ul li a {
		border-bottom: 1px solid rgba(150,150,150,0.15);
		padding: 11px 15px;		
		font-size: 12px;
		text-decoration: none;
		color: #ddd;
		font-weight: 400;
	}

	#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
		border-bottom: 0
	}

	#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
		color: #fff
	}

	#cssmenu ul ul li.has-sub > a:after {
		position: absolute;
		top: 16px;
		right: 11px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: ''
	}

	#cssmenu ul ul li.has-sub > a:before {
		position: absolute;
		top: 13px;
		right: 14px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: '';
		-webkit-transition: all .25s ease;
		-ms-transition: all .25s ease;
		transition: all .25s ease
	}

	#cssmenu ul ul > li.has-sub:hover > a:before {
		top: 17px;
		height: 0
	}

	#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
		background: #363636;
	}

	#cssmenu ul ul ul li.active a {
		border-left: 1px solid #333
	}

	#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
		border-top: 1px solid #333
	}

	.js .box__file {
		width: 0.1px;
		height: 0.1px;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		z-index: -1;
	}

	h6, .h6 {
		font-size: 18px;
	}

	.docs-verify-main-class .buttons.upload-pdf-btn {
		text-align: center;
	}

	.not-found-page .page-title {
		text-align: center;
	}

		.not-found-page .page-title h1 {
			font-weight: normal !important;
		}

.fixed-header #header {
	border-bottom: none;
	background: #fff;
	background: linear-gradient(90deg, rgba(0,0,0,1) 8%, rgba(9,35,54,1) 51%);
}

	.nav-bar-top {
		float: right;
	}

	.app-footer {
		color: #fff;
	}


/*.footer-bottom {
		padding: 30px 60px;
	}*/

	.copy {
		padding-top: 10px;
		text-align: left;
	}

		.copy > span {
			padding: 0 8px;
		}

	.footer-bottom .btn, .footer-bottom a {
		color: #999;
		border-color: #999;
	}

	.docs-not-verify .genuine-product-title {
		float: left;
		margin: 15px 25px 0 0;
	}

	.docs-verify-main-class .buttons.upload-pdf-btn.verified-result-btn {
		clear: both;
		display: table;
		padding: 23px 0 0;
		margin: 0 auto;
	}




	.visible-lg {
		display: block !important;
	}

	.footer-socials {
		float: right;
	}

		.footer-socials ul > li {
			padding: 0 4px;
		}

		.footer-socials .social-link {
			background-color: #5cb247;
		}

		.checkbox .footer-socials .indicator::after, .footer-socials .checkbox .indicator::after, .footer-socials .icon {
			color: #fff;
			font-size: 20px;
		}


		/*.footer-bottom {
		background-color: #333;
		color: #999;
		padding: 20px 0;
	}*/

	.footer-socials ul > li {
		float: left;
	}

	.footer-socials .social-link {
		background-color: #5cb247;
		width: 35px;
		display: inline-block;
		text-align: center;
		border-radius: 20px;
		color: #fff;
		padding: 5px;
		font-size: 17px;
	}

	#cssmenu > ul > li > a {
		padding: 8px 8px;
		font-size: 16px;
		letter-spacing: 1px;
		text-decoration: none;
		color: #fff;
		font-weight: 500;
	}

#cssmenu ul .btn.btn-default {border: 1px solid #333;margin-left: 10px;background: #fff;}
#header #cssmenu ul .btn.btn-default:hover {border: 1px solid #237813;color: #198f51 ;}
.btn.btn-default.before-register-btn.register-before-logindashboard.register-white-btn:hover, #cssmenu .btn.btn-default.before-register-btn.register-before-logindashboard.register-white-btn:focus {
    color: #198f51 !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: inset 250px 0 0 0 transparent !important;
}
/*.btn.btn-default.before-login-btn.login-green-btn:hover, .btn.btn-default.before-login-btn.login-green-btn:focus {color:white !important;background: transparent !important;}*/
ul li a.btn.btn-default.before-login-btn.login-green-btn:hover, #cssmenu ul li a.btn.btn-default.before-login-btn.login-green-btn:focus {
    background: #198f51 !important;
    color: #fff !important;
    border: 1px solid #198f51 !important;
    box-shadow: inset 550px 0 0 0 #198f51 !important;
}
.cont-index {
    padding: 0 20px 80px;
}

	.main-wrap .text-box {
		margin-top: 40px;
	}

	.main-wrap .text-box {
		max-width: 520px;
	}

	.main-wrap h1 {
		margin-top: 0;
		font-size: 48px;
		font-weight: 600;
	}

	.main-wrap .lead {
		padding-bottom: 20px;
		padding-right: 10px;
		color: #333;
		padding-top: 25px;
		line-height: 38px;
	}

	.lead {
		font-size: 22px;
		line-height: 1.6333;
	}

	.text-right {
		text-align: right;
	}

	.bg-1 {
		background-color: #5eb147;
	}

	.counter-box {
		padding: 30px;
		-webkit-box-shadow: 0 0 60px 0 #999;
		box-shadow: 0 0 60px 0 #999;
		color: #fff;
	}

		.counter-box.counter-crowdsale {
			padding: 42px;
		}

	.counter-bonus {
		font-size: 34px;
	}

	.counter-bonus {
		text-align: center;
		padding: 10px 0 15px;
		font-weight: 400;
		font-size: 28px;
		font-weight: 600;
	}

	.counter-box .flash {
		font-size: 22px;
		font-weight: 600;
	}

	.counter-box .flash {
		color: #000;
		margin-bottom: 20px;
	}

	.flash {
		-webkit-animation-name: f;
		-o-animation-name: f;
		animation-name: f;
		-webkit-animation-duration: 2.5s;
		-o-animation-duration: 2.5s;
		animation-duration: 2.5s;
		-webkit-animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		text-align: center;
	}

	.btn {
		display: inline-block;
		margin-bottom: 0;
		font-weight: 900;
		font-family: latoblack,sans-serif;
		text-align: center;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		white-space: nowrap;
		text-transform: uppercase;
		-webkit-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
		border-radius: 0px;
		letter-spacing: 2px;
	}

	.btn-crowdsale {
		background-color: #fff;
		color: #333;
	}

	.btn.btn-crowdsale.big {
		margin: 0 auto;
		display: table;
		padding: 12px 30px;
		font-size: 16px;
		font-weight: bold;
		border: 1px solid #333;
		width: 100%;
	}

	.app-header-spacer.grad-1 {
		background: #fff;
		padding-top: 60px;
	}
	/*.app-header-spacer.grad-1.homepage-main-class {background-image: url("../img/banner-homepage-final.png");}*/
	.homepage-main-class.app-header-spacer.grad-1 {
		padding-bottom: 0;
		padding-top: 0;
	}

	.homepage-main-class .cont-index {
		padding: 0 20px 0px;
	}


	.how-it-works-steps {
		padding-top: 80px;
		background: #fff;
		padding-bottom: 80px;
	}

  .section-background {background: #25984e !important;color: #fff;padding:70px 0px 62px 0px;}
.section-background .veridoc-future {color: #fff;}
/*.section-background .product-fraud-future {color: #fff;}
.solution-new-slider.new-background {background: #fff;color: #333;}
.new-background .roadmap-partners-header::before, .new-background .roadmap-partners-header::after {border-bottom: solid 10px #cbcbcb;}
.new-background .roadmap-partners-title {color:#25984e;}
.new-background .content-roadmap-new p, .new-background .sol-slider-owl-content {color: #333;}*/
.new-background .Active, .solution-new-slider .sol-slider-owl:hover {background: #f3f3f3;}
/*.new-background .content-roadmap-new p, .new-background .sol-slider-owl-content {color: #333;}*/
.new-background #owl-example .owl-prev .fa, .new-background #owl-example .owl-next .fa {color: #cbcbcb !important;}
	.text-center {
		text-align: center;
	}

	.border {
		padding-bottom: 40px;
		position: relative;
	}

		.border::after {
			content: "";
			width: 74px;
			height: 4px;
			background-color: silver;
			margin: 40px auto;
			display: block;
		}

	h1, h2, h3 {
		font-weight: 600 !important;
	}

	.team {
		padding: 80px 0 0;
	}

	.team-row {
		margin: 40px 0 0 !important;
	}

	.team .image {
		position: relative;
		display: inline-block; /*box-shadow: 0 0 20px 0 #999;*/
	}

		.team .image > img {
			margin: 0 auto;
			width: 260px;
		}

.team h5 {
	font-weight: normal;
	margin: 45px 0 10px;
	font-size: 19px;
}

.team .content {
    text-align: center;
    margin-bottom: 30px;
    min-height: 380px;
    border-bottom: 1px solid #333;
}

	.team-row .col-sm-6 {
		padding-left: 40px;
		padding-right: 40px;
		text-align: center;
	}

	.team-socials a {
		color: #bfbfbf;
		font-size: 25px;
	}

		.team-socials a:hover {
			color: #5eb147;
		}


	.timeline {
		width: 100%;
		position: relative;
		padding: 1px 0;
		list-style: none;
		font-weight: 300;
	}

		.timeline .timeline-item {
			padding-left: 0;
			padding-right: 30px;
		}

			.timeline .timeline-item.timeline-item-right,
			.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
				padding-left: 30px;
				padding-right: 0;
			}

			.timeline .timeline-item .timeline-event {
				width: 100%;
			}

		.timeline:before {
			border-right-style: solid;
		}

		.timeline:before,
		.timeline:after {
			content: " ";
			display: block;
		}

		.timeline:after {
			clear: both;
		}

		.timeline:before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			width: 50%;
			height: 100% !important;
			margin-left: 1px;
			border-right-width: 3px;
			border-right-style: solid;
			border-right-color: #888888;
		}

		.timeline.timeline-single-column.timeline {
			width: 100%;
			max-width: 768px;
		}

			.timeline.timeline-single-column.timeline .timeline-item {
				padding-left: 72px;
				padding-right: 0;
			}

				.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right,
				.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
					padding-left: 72px;
					padding-right: 0;
				}

				.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
					width: 100%;
				}

			.timeline.timeline-single-column.timeline:before {
				left: 42px;
				width: 0;
				margin-left: -1px;
			}

			.timeline.timeline-single-column.timeline .timeline-item {
				width: 100%;
				margin-bottom: 20px;
			}

				.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even) {
					margin-top: 0;
				}

				.timeline.timeline-single-column.timeline .timeline-item > .timeline-event {
					float: right !important;
				}

					.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before,
					.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
						right: auto !important;
						border-left-width: 0 !important;
					}

					.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before {
						left: -15px !important;
						border-right-width: 15px !important;
					}

					.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
						left: -14px !important;
						border-right-width: 14px !important;
					}

				.timeline.timeline-single-column.timeline .timeline-item > .timeline-point {
					transform: translateX(-50%);
					left: 42px !important;
					margin-left: 0;
				}

			.timeline.timeline-single-column.timeline .timeline-label {
				transform: translateX(-50%);
				margin: 0 0 20px 42px;
			}

				.timeline.timeline-single-column.timeline .timeline-label + .timeline-item + .timeline-item {
					margin-top: 0;
				}

		.timeline.timeline-line-solid:before {
			border-right-style: solid;
		}

		.timeline.timeline-line-dotted:before {
			border-right-style: dashed;
		}

		.timeline.timeline-line-dashed:before {
			border-right-style: dashed;
		}

		.timeline .timeline-item {
			position: relative;
			float: left;
			clear: left;
			width: 50%;
			margin-bottom: 20px;
		}

			.timeline .timeline-item:before,
			.timeline .timeline-item:after {
				content: "";
				display: table;
			}

			.timeline .timeline-item:after {
				clear: both;
			}

			.timeline .timeline-item:last-child {
				margin-bottom: 0 !important;
			}

			.timeline .timeline-item.timeline-item-right > .timeline-event,
			.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
				float: right !important;
			}

				.timeline .timeline-item.timeline-item-right > .timeline-event:before,
				.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
				.timeline .timeline-item.timeline-item-right > .timeline-event:after,
				.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
					right: auto !important;
					border-left-width: 0 !important;
				}

				.timeline .timeline-item.timeline-item-right > .timeline-event:before,
				.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
					left: -15px !important;
					border-right-width: 15px !important;
				}

				.timeline .timeline-item.timeline-item-right > .timeline-event:after,
				.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
					left: -14px !important;
					border-right-width: 14px !important;
				}

			.timeline .timeline-item > .timeline-point {
				top: 25px;
			}

	.timeline-single-column.timeline .timeline-item > .timeline-event {
		float: right !important;
	}

		.timeline-single-column.timeline .timeline-item > .timeline-event:before,
		.timeline-single-column.timeline .timeline-item > .timeline-event:after {
			right: auto !important;
			border-left-width: 0 !important;
		}

		.timeline-single-column.timeline .timeline-item > .timeline-event:before {
			left: -15px !important;
			border-right-width: 15px !important;
		}

		.timeline-single-column.timeline .timeline-item > .timeline-event:after {
			left: -14px !important;
			border-right-width: 14px !important;
		}

	.timeline .timeline-item:nth-of-type(2) {
		margin-top: 40px;
	}

	.timeline .timeline-item.timeline-item-left,
	.timeline .timeline-item.timeline-item-right {
		clear: both !important;
	}

	.timeline .timeline-item.timeline-item-right,
	.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
		float: right;
		clear: right;
	}

		.timeline .timeline-item.timeline-item-right > .timeline-point,
		.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
			left: -24px;
		}

			.timeline .timeline-item.timeline-item-right > .timeline-point.timeline-point-blank,
			.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point.timeline-point-blank {
				left: -12px;
			}

	.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event,
	.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
		float: right !important;
	}

		.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before,
		.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
		.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after,
		.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
			right: auto !important;
			border-left-width: 0 !important;
		}

		.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before,
		.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
			left: -10px !important;
			border-right-width: 10px !important;
		}

		.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after,
		.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
			left: -9px !important;
			border-right-width: 9px !important;
		}

	.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
		top: 4px;
		right: -10px;
		border-top: 10px solid transparent;
		border-left-width: 10px;
		border-left-style: solid;
		border-right-width: 0;
		border-right-style: solid;
		border-bottom: 10px solid transparent;
	}

	.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
		top: 5px;
		right: -9px;
		border-top: 9px solid transparent;
		border-left-width: 9px;
		border-left-style: solid;
		border-right-width: 0;
		border-right-style: solid;
		border-bottom: 9px solid transparent;
	}

	.timeline .timeline-item.timeline-item-arrow-sm > .timeline-point {
		top: 14px;
	}

	.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event {
		float: right !important;
	}

		.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before,
		.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
			right: auto !important;
			border-left-width: 0 !important;
		}

		.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
			left: -10px !important;
			border-right-width: 10px !important;
		}

		.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
			left: -9px !important;
			border-right-width: 9px !important;
		}

	.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event,
	.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
		float: right !important;
	}

		.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before,
		.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
		.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after,
		.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
			right: auto !important;
			border-left-width: 0 !important;
		}

		.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before,
		.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
			left: -15px !important;
			border-right-width: 15px !important;
		}

		.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after,
		.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
			left: -14px !important;
			border-right-width: 14px !important;
		}

	.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
		top: 10px;
		right: -15px;
		border-top: 15px solid transparent;
		border-left-width: 15px;
		border-left-style: solid;
		border-right-width: 0;
		border-right-style: solid;
		border-bottom: 15px solid transparent;
	}

	.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
		top: 11px;
		right: -14px;
		border-top: 14px solid transparent;
		border-left-width: 14px;
		border-left-style: solid;
		border-right-width: 0;
		border-right-style: solid;
		border-bottom: 14px solid transparent;
	}

	.timeline .timeline-item.timeline-item-arrow-md > .timeline-point {
		top: 25px;
	}

	.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event {
		float: right !important;
	}

		.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before,
		.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
			right: auto !important;
			border-left-width: 0 !important;
		}

		.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
			left: -15px !important;
			border-right-width: 15px !important;
		}

		.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
			left: -14px !important;
			border-right-width: 14px !important;
		}

	.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event,
	.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
		float: right !important;
	}

		.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before,
		.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
		.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after,
		.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
			right: auto !important;
			border-left-width: 0 !important;
		}

		.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before,
		.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
			left: -18px !important;
			border-right-width: 18px !important;
		}

		.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after,
		.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
			left: -17px !important;
			border-right-width: 17px !important;
		}

	.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
		top: 10px;
		right: -18px;
		border-top: 18px solid transparent;
		border-left-width: 18px;
		border-left-style: solid;
		border-right-width: 0;
		border-right-style: solid;
		border-bottom: 18px solid transparent;
	}

	.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
		top: 11px;
		right: -17px;
		border-top: 17px solid transparent;
		border-left-width: 17px;
		border-left-style: solid;
		border-right-width: 0;
		border-right-style: solid;
		border-bottom: 17px solid transparent;
	}

	.timeline .timeline-item.timeline-item-arrow-lg > .timeline-point {
		top: 28px;
	}

	.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event {
		float: right !important;
	}

		.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before,
		.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
			right: auto !important;
			border-left-width: 0 !important;
		}

		.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
			left: -18px !important;
			border-right-width: 18px !important;
		}

		.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
			left: -17px !important;
			border-right-width: 17px !important;
		}

	.timeline .timeline-item > .timeline-event:before {
		border-left-color: #888888;
		border-right-color: #888888;
	}

	.timeline .timeline-item > .timeline-event:after {
		border-left-color: #fff;
		border-right-color: #fff;
	}

	.timeline .timeline-item > .timeline-event * {
		color: inherit;
	}

	.timeline .timeline-item > .timeline-event.timeline-event-default {
		background: #fff;
		border: 1px solid #888888;
		color: #555;
	}

		.timeline .timeline-item > .timeline-event.timeline-event-default:before {
			border-left-color: #888888;
			border-right-color: #888888;
		}

		.timeline .timeline-item > .timeline-event.timeline-event-default:after {
			border-left-color: #fff;
			border-right-color: #fff;
		}

		.timeline .timeline-item > .timeline-event.timeline-event-default * {
			color: inherit;
		}

	.timeline .timeline-item > .timeline-event.timeline-event-primary {
		background: #f5f5f5;
		border: 1px solid #888888;
		color: #555;
	}

		.timeline .timeline-item > .timeline-event.timeline-event-primary:before {
			border-left-color: #888888;
			border-right-color: #888888;
		}

		.timeline .timeline-item > .timeline-event.timeline-event-primary:after {
			border-left-color: #f5f5f5;
			border-right-color: #f5f5f5;
		}

		.timeline .timeline-item > .timeline-event.timeline-event-primary * {
			color: inherit;
		}

	.timeline .timeline-item > .timeline-event.timeline-event-success {
		background: #F3F8ED;
		border: 1px solid #72b92e;
		color: #3F8100;
	}

		.timeline .timeline-item > .timeline-event.timeline-event-success:before {
			border-left-color: #72b92e;
			border-right-color: #72b92e;
		}

		.timeline .timeline-item > .timeline-event.timeline-event-success:after {
			border-left-color: #F3F8ED;
			border-right-color: #F3F8ED;
		}

		.timeline .timeline-item > .timeline-event.timeline-event-success * {
			color: inherit;
		}

	.timeline .timeline-item > .timeline-event.timeline-event-info {
		background: #F0F8FD;
		border: 1px solid #3e93cf;
		color: #0062A7;
	}

		.timeline .timeline-item > .timeline-event.timeline-event-info:before {
			border-left-color: #3e93cf;
			border-right-color: #3e93cf;
		}

		.timeline .timeline-item > .timeline-event.timeline-event-info:after {
			border-left-color: #F0F8FD;
			border-right-color: #F0F8FD;
		}

		.timeline .timeline-item > .timeline-event.timeline-event-info * {
			color: inherit;
		}

	.timeline .timeline-item > .timeline-event.timeline-event-warning {
		background: #FFF9E9;
		border: 1px solid #d0aa42;
		color: #ac7e00;
	}

		.timeline .timeline-item > .timeline-event.timeline-event-warning:before {
			border-left-color: #d0aa42;
			border-right-color: #d0aa42;
		}

		.timeline .timeline-item > .timeline-event.timeline-event-warning:after {
			border-left-color: #FFF9E9;
			border-right-color: #FFF9E9;
		}

		.timeline .timeline-item > .timeline-event.timeline-event-warning * {
			color: inherit;
		}

	.timeline .timeline-item > .timeline-event.timeline-event-danger {
		background: #FFC4BC;
		border: 1px solid #d25a4b;
		color: #B71500;
	}

		.timeline .timeline-item > .timeline-event.timeline-event-danger:before {
			border-left-color: #d25a4b;
			border-right-color: #d25a4b;
		}

		.timeline .timeline-item > .timeline-event.timeline-event-danger:after {
			border-left-color: #FFC4BC;
			border-right-color: #FFC4BC;
		}

		.timeline .timeline-item > .timeline-event.timeline-event-danger * {
			color: inherit;
		}

	.timeline .timeline-item > .timeline-event:before,
	.timeline .timeline-item > .timeline-event:after {
		content: "";
		display: inline-block;
		position: absolute;
	}

	.timeline .timeline-item > .timeline-event .timeline-heading,
	.timeline .timeline-item > .timeline-event .timeline-body,
	.timeline .timeline-item > .timeline-event .timeline-footer {
		padding: 4px 10px;
	}

		.timeline .timeline-item > .timeline-event .timeline-heading p,
		.timeline .timeline-item > .timeline-event .timeline-body p,
		.timeline .timeline-item > .timeline-event .timeline-footer p,
		.timeline .timeline-item > .timeline-event .timeline-heading ul,
		.timeline .timeline-item > .timeline-event .timeline-body ul,
		.timeline .timeline-item > .timeline-event .timeline-footer ul {
			margin-bottom: 0;
		}

		.timeline .timeline-item > .timeline-event .timeline-heading h4 {
			color: #34b729;
			font-size: 23px;
			font-weight: 600;
			margin-bottom: 0;
		}

		.timeline .timeline-item > .timeline-event .timeline-footer a {
			cursor: pointer;
			text-decoration: none;
		}

	.timeline .timeline-item > .timeline-event .panel,
	.timeline .timeline-item > .timeline-event .table,
	.timeline .timeline-item > .timeline-event .blankslate {
		margin: 0;
		border: none;
		border-radius: inherit;
		overflow: hidden;
	}

		.timeline .timeline-item > .timeline-event .table th {
			border-top: 0;
		}

	.timeline .timeline-item > .timeline-point {
		color: #888888;
		background: #fff;
		right: -24px;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		margin-left: 12px;
		margin-right: 12px;
		position: absolute;
		z-index: 100;
		border-width: 2px;
		border-style: solid;
		border-radius: 100%;
		line-height: 20px;
		text-align: center;
	}

		.timeline .timeline-item > .timeline-point.timeline-point-blank {
			right: -12px;
			width: 12px;
			height: 12px;
			margin-top: -6px;
			margin-left: 6px;
			margin-right: 6px;
			color: #888888;
			background: #888888;
		}

		.timeline .timeline-item > .timeline-point.timeline-point-default {
			color: #888888;
			background: #fff;
		}

		.timeline .timeline-item > .timeline-point.timeline-point-primary {
			color: #888888;
			background: #fff;
		}

		.timeline .timeline-item > .timeline-point.timeline-point-success {
			color: #34b729;
			background: #34b729;
		}

		.timeline .timeline-item > .timeline-point.timeline-point-info {
			color: #3e93cf;
			background: #fff;
		}

		.timeline .timeline-item > .timeline-point.timeline-point-warning {
			color: #d0aa42;
			background: #fff;
		}

		.timeline .timeline-item > .timeline-point.timeline-point-danger {
			color: #d25a4b;
			background: #fff;
		}

	.timeline .timeline-label {
		position: relative;
		float: left;
		clear: left;
		width: 50%;
		margin-bottom: 20px;
		top: 1px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		text-align: center;
	}

		.timeline .timeline-label:before,
		.timeline .timeline-label:after {
			content: "";
			display: table;
		}

		.timeline .timeline-label:after {
			clear: both;
		}

		.timeline .timeline-label:last-child {
			margin-bottom: 0 !important;
		}

		.timeline .timeline-label + .timeline-item {
			margin-top: 0;
		}

			.timeline .timeline-label + .timeline-item + .timeline-item {
				margin-top: 40px;
			}

		.timeline .timeline-label .label-default {
			background-color: #888888;
		}

		.timeline .timeline-label .label-primary {
			background-color: #888888;
		}

		.timeline .timeline-label .label-info {
			background-color: #3e93cf;
		}

		.timeline .timeline-label .label-warning {
			background-color: #d0aa42;
		}

		.timeline .timeline-label .label-danger {
			background-color: #d25a4b;
		}

	@media (max-width: 991px) {
        .passport-content-slider {padding: 15px;}
        .ico-page-destribution .Infographic-supply-btn {margin: 55px 0 0 !important;}
		.sub-menu-title-green {
			display:none;
		}
			.solution-page-main-dropdown {
            min-width: 0;
            background: none !important;
            border-top: none !important;
            border-radius: 0px;
            position: unset;
        }
            .solution-page-main-dropdown::before {
            content: none;
            position: unset;
            top: unset;
            width: unset;
            height: unset;
            border-left: unset;
            border-right: unset;
            border-bottom: unset;
            left: unset;
        }
            .solution-page-main-dropdown .menu-item {
                float: none !important;
            }
        .arrow-down::after {
            width: 0;
            height: 0;
            border-left: unset !important;
            border-right: unset !important;
            border-top: unset !important;
            content: '';
            position: absolute;
            right: 13px;
            top: 15px;
            cursor: pointer;
            display: none;
        }

        .dropdown.dropdown-menu-menu-btn.arrow-down {
            padding-right: unset !important;
        }
		.timeline.timeline {
			width: 100%;
			max-width: 100%;
		}

			.timeline.timeline .timeline-item {
				padding-left: 72px;
				padding-right: 0;
			}

				.timeline.timeline .timeline-item.timeline-item-right,
				.timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
					padding-left: 72px;
					padding-right: 0;
				}

				.timeline.timeline .timeline-item .timeline-event {
					width: 100%;
				}

			.timeline.timeline:before {
				left: 42px;
				width: 0;
				margin-left: -1px;
			}

			.timeline.timeline .timeline-item {
				width: 100%;
				margin-bottom: 20px;
			}

				.timeline.timeline .timeline-item:nth-of-type(even) {
					margin-top: 0;
				}

				.timeline.timeline .timeline-item > .timeline-event {
					float: right !important;
				}

					.timeline.timeline .timeline-item > .timeline-event:before,
					.timeline.timeline .timeline-item > .timeline-event:after {
						right: auto !important;
						border-left-width: 0 !important;
					}

					.timeline.timeline .timeline-item > .timeline-event:before {
						left: -15px !important;
						border-right-width: 15px !important;
					}

					.timeline.timeline .timeline-item > .timeline-event:after {
						left: -14px !important;
						border-right-width: 14px !important;
					}

				.timeline.timeline .timeline-item > .timeline-point {
					transform: translateX(-50%);
					left: 42px !important;
					margin-left: 0;
				}

			.timeline.timeline .timeline-label {
				transform: translateX(-50%);
				margin: 0 0 20px 42px;
			}

				.timeline.timeline .timeline-label + .timeline-item + .timeline-item {
					margin-top: 0;
				}
	}

	.application-section.road-map {
		background: #f6f6f6;
		padding: 80px 0;
	}

	.road-map {
		background: #fff;
		padding: 60px 0 90px;
	}

	.login-page .page-title h1 {
		text-align: center;
	}

	.showpass-main-tick {
		display: inline-block;
		margin-right: 15px;
	}

	.showpass-submit {
		display: table;
		margin: 20px auto 0;
	}

		.showpass-submit .buttons {
			display: inline-block;
			margin: 0 0 0 10px;
		}

	.registration-page .button-1, .registration-result-page .button-1, .login-page .button-1, .password-recovery-page .button-1, .account-page .button-1, .return-request-page .button-1 {
		background-color: #5eb147 !important;
		padding: unset;
	}

		.registration-page .button-1:hover, .registration-result-page .button-1:hover, .login-page .button-1:hover, .password-recovery-page .button-1:hover, .account-page .button-1:hover, .return-request-page .button-1:hover {
			background-color: #047f19 !important;
		}

	.btn-primary {
		color: #fff;
		background-color: #5eb147;
		border-color: #5eb147;
	}

		.btn-primary:hover {
			background-color: #047f19;
			border-color: #047f19;
		}

	.password-recovery-page .page-title {
		text-align: center;
	}

	.login-page .showpass-main-tick .showpass {
		width: 112px !important;
		margin-right: 3px !important;
	}

	.login-page input[type="checkbox"] {
		margin: 0 0 0;
	}

	section.contactus-inner {
		padding: 15px 0 70px;
	}

	.registration-page .page-title {
		padding: 50px 0 0;
	}

	.contactus-page .border {
		padding-bottom: 0;
	}

/*Register 2 end*/
/*Account Activation page*/
.page.account-activation-page {padding: 10px 0 70px;text-align: center;}
.page.account-activation-page .result {color: #237813;font-size: 20px;}


		.contactus-page .border::after {
			margin: 25px auto 0;
		}
	/*************************ICO Page***************************/
	.main-wrap.app-header-spacer.grad-1.ico-page {
		background: #fff;
	}

	.ico-page .cont-index {
		padding: 0 20px 0;
	}

	.ico-rate {
		line-height: 32px;
	}

	.ico-page .counter-box.counter-crowdsale {
		padding: 42px;
		margin: 60px auto 40px;
	}

	.ico-page .btn.btn-crowdsale.big {
		width: auto;
	}

	.ico-page .counter-box .flash {
		margin-bottom: 45px;
	}

	.grad-1.ico-page-destribution {
		background: #f6f6f6;
	}
.ico-page-destribution .vdg-token-ico-info {margin-top: 60px;text-align: left;}
.ico-page-destribution .Infographic-supply-btn {margin: 75px 0 0;}
.ico-page-destribution .vdg-token-ico-info p span {font-weight: bold;}
.ico-page-destribution .Infographic-supply-btn a.gradient-btn:hover {color: white;}
	.ico-page-destribution .ico-rate {
		margin-bottom: 60px;
	}

	.ico-page-destribution img {
		margin: 0 auto;
	}

	.ico-page .counter-box {
		box-shadow: rgb(153, 153, 153) 0px 0px 20px -2px;
	}

	.page-main-title .border::after {
		margin: 40px auto 15px;
	}

	.io-page-process {
		padding: 35px 0 35px;
		display: inline-block;
	}

	.ico-page-destribution .cont-index {
		padding: 0 20px 50px;
	}

	.docs-verify-main-class .border {
		padding-bottom: 0;
		text-align: center;
	}

	.js.docs-verify-main-class {
		padding: 30px 0;
	}

	.before-login-register .passdetails label {
		float: none;
	}
	/*.inputs.important-note {width: 60%;margin: 0 auto;text-align: center;font-size: 11px;}*/
	.inputs.important-note {
		width: 60%;
		margin: 15px auto 10px;
		text-align: center;
		font-size: 11px;
		background: lightyellow;
		padding: 10px 10px 5px;
	}

	.inputs.eth-address-textbox input[name="ETHAddress"] {
		font-size: 14px;
	}

	.icon-dashboard-main .captcha-box {
		margin: 20px 0 0;
	}

	.page.password-recovery-page.before-login-page {
		padding: 0 0 30px;
	}

	.ico-register-policy {
		border: 1px solid #ccc;
		padding: 15px 15px;
		box-shadow: 0px 0 20px -7px;
		margin: 0 0 40px;
	}

		.ico-register-policy.presales-disclaimer {
			text-align: center;
			padding: 25px 20px;
		}

	.presales-disclaimer-eth-address {
		word-wrap: break-word;
	}




	@media screen and (max-width:991px) {
		nav {
			width: 100%;
		}

		#cssmenu {
			width: 100%
		}

			#cssmenu ul {
				width: 100%;
				display: none;
				text-align: center;
			}

				#cssmenu ul ul li, #cssmenu li:hover > ul > li {
					height: auto
				}

					#cssmenu ul li a, #cssmenu ul ul li a {
						width: 100%;
						border-bottom: 0
					}

			#cssmenu > ul > li {
				float: none
			}

			

			#cssmenu ul ul li {
				background: #333 !important;
			}

				#cssmenu ul ul li:hover {
					background: #363636 !important
				}

			#cssmenu ul ul ul li a {
				padding-left: 35px
			}

            #cssmenu ul ul li a {
                color: #ddd;
                background: none;
                padding-left: 25px;
            }

			#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
				color: #fff
			}

			#cssmenu ul ul, #cssmenu ul ul ul {
				position: relative;
				left: 0;
				width: 100%;
				margin: 0;
				text-align: left
			}

				#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
					display: none
				}

			#cssmenu #head-mobile {
				display: block;
				padding: 23px;
				color: #ddd;
				font-size: 12px;
				font-weight: 700
			}

		.button {
			width: 55px;
			height: 46px;
			position: absolute;
			right: 0;
			top: 0;
			cursor: pointer;
			z-index: 12399994;
		}

			.button:after {
				position: absolute;
				top: 22px;
				right: 20px;
				display: block;
				height: 4px;
				width: 20px;
				border-top: 2px solid #dddddd;
				border-bottom: 2px solid #dddddd;
				content: ''
			}

			.button:before {
				-webkit-transition: all .3s ease;
				-ms-transition: all .3s ease;
				transition: all .3s ease;
				position: absolute;
				top: 16px;
				right: 20px;
				display: block;
				height: 2px;
				width: 20px;
				background: #ddd;
				content: ''
			}

			.button.menu-opened:after {
				-webkit-transition: all .3s ease;
				-ms-transition: all .3s ease;
				transition: all .3s ease;
				top: 23px;
				border: 0;
				height: 2px;
				width: 19px;
				background: #fff;
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				transform: rotate(45deg)
			}

			.button.menu-opened:before {
				top: 23px;
				background: #fff;
				width: 19px;
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				transform: rotate(-45deg)
			}

		#cssmenu .submenu-button {
			position: absolute;
			z-index: 99;
			right: 130px;
			top: 6px;
			display: block;
			border-left: none;
			height: 46px;
			width: 46px;
			cursor: pointer;
		}

			#cssmenu .submenu-button.submenu-opened {
				background: none;
			}

		#cssmenu ul ul .submenu-button {
			height: 34px;
			width: 34px
		}

		#cssmenu .submenu-button:after {
			position: absolute;
			top: 22px;
			right: 19px;
			width: 8px;
			height: 2px;
			display: block;
			background: #333 !important;
			content: ''
		}

		#cssmenu ul ul .submenu-button:after {
			top: 15px;
			right: 13px
		}

		#cssmenu .submenu-button.submenu-opened:after {
			background: #fff
		}

		#cssmenu .submenu-button:before {
			position: absolute;
			top: 19px;
			right: 22px;
			display: block;
			width: 2px;
			height: 8px;
			background: #333;
			content: ''
		}

		#cssmenu ul ul .submenu-button:before {
			top: 12px;
			right: 16px
		}

		#cssmenu .submenu-button.submenu-opened:before {
			display: none
		}

		#cssmenu ul ul ul li.active a {
			border-left: none
		}

		#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
			border-top: none
		}

	}

/**********************New Header******************/
/*.arrow-down::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #fff !important;
    content: '';
    position: absolute;
    right: 13px;
    top: 15px;
    cursor: pointer;
}*/
a.solution-main-page .down-arrow-navbar {
    position: absolute;
    right: -7px;
    top: 6px;
}
.dropdown.dropdown-menu-menu-btn.arrow-down {
    padding-right: 15px;
}
.header #cssmenu ul li .before-login-btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px !important;
    padding: 10px;
}

.before-register-btn {
    background: #f3f3f3 !important;
    border-radius: 0 !important;
    padding: 10px !important;
    border: 1px solid #f3f3f3 !important;
    color: #0d2d46 !important;
}

.before-login {padding: 0 7px 0 0;}

/*******************Footer**************/
.bootom-to-top-main #return-to-top {opacity: .5;position: fixed;bottom: 20px;right: 20px;background: #fff;background: #fff;width: 50px;height: 50px;display: block;text-decoration: none;-webkit-border-radius: 35px;-moz-border-radius: 35px;border-radius: 35px;    display: none;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.bootom-to-top-main #return-to-top i {color: #25984E;margin: 0;position: relative;left: 16px;top: 13px;font-size: 19px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.bootom-to-top-main #return-to-top:hover {background: #fff;opacity:1;}
.bootom-to-top-main #return-to-top:hover i {color: #25984E;top: 5px;}





.app-footer {
    padding: 30px 0 20px 0px;
    background: rgb(0,0,0);
}
/*=------------footer-pagelink-section---------*/
.footer-pagelink-section li {
    display: inline-block;
    border-right: 2px solid white;
}

    .footer-pagelink-section li a {
        padding: 0 6px;
        text-transform: uppercase;
        font-size: 14px;
        display: inline-block;
    }

.copyright-mail .fa.fa-envelope-o {
    margin-right: 5px;
}
.Slogan-div {
	text-align: center;
}
	.Slogan-div img {
		width: 86%;
	}

.footer-follow-progress {
	float: left;
	border-right: 2px solid white;
	margin: 25px 0px 0 0;
	padding: 0 10px 0 0;
}
.footer-follow-progress-img-mobile img {
	width: 92px;
}

.footer-pagelink-section {
    text-align: center;
    margin: 35px 0 0 0;
    color: white;
}

    .footer-pagelink-section li:last-child {
        border-right: none;
    }

.footer-follow-progress h2 {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    padding: 0 10px 0 0;
    margin: 0;
    text-align: right;
}

    .footer-follow-progress h2 span {
        font-size: 22px;
        display: block;
        font-weight: bold;
    }

.social-media-icon {
    color: white;
    float: left;
    padding-left: 2px;
}

/*.footer-follow-social-process .social-media-icon a i {
    padding: 0 6px;
    font-size: 22px;
    line-height: 80px;
    color: #fff;
}

.footer-last-section {
    background-color: #000;
    color: #fff;
    padding: 5px 0;
}

    .footer-last-section .copyright {
        font-size: 10px;
    }

.footer-follow-social-process {
    float: right;
}*/

.footer-pagelink-section li a:hover {
    color: white;
}
.copyright-main-mobile-view {
    display: none;
}
.copyright-last-subtext {
    padding: 0;
    text-transform: uppercase;
}

.footer-last-section .copyright-main {
    padding: 0;
    text-transform: uppercase;
}

.footer-last-section .copyright-mail-question {
    padding: 0;
    text-align: left;
}

.footer-last-section .copyright-mail {
    float: left;
    font-size: 12px;
    margin: 4px 0;
}

    .footer-last-section .copyright-mail a {
        margin-left: 5px;
    }

.footer-last-section .copyright-sub-text {
    font-size: 16px;
    float: right;
}

	.footer-last-section .copyright-sub-text .verify, .footer-new-title {
		background: linear-gradient(20deg, #0c7a3c, #00ff95 70%);
		background: -webkit-linear-gradient(20deg, #0c7a3c, #00ff95 70%); 
		background: -o-linear-gradient(20deg, #0c7a3c, #00ff95 70%);
		
		background-clip: border-box;
		background-clip: border-box;
		background-clip: border-box;
		background-clip: border-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight: bold;
	}

.app-footer, .footer-last-section {
    position: relative;
}

.decentralize {
    color: #666;
    font-weight: bold;
}

.copyright p {
    margin: 0;
    color: #c1c1c1;
}

.footer-pagelink-section li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: white;
}

.footer-pagelink-section li a:hover::after {
    width: 100%;
}

/*.desktop-view-social {
    width: 38%;
    float: left;
}*/
.footer-follow-progress-main {
    padding: 0;
    float: right;
    width: 34%;
}
/*#developer-tool.devloper-tool-site-footer {
    width: 100%;
    display: table;
    clear: both;
    margin: 25px 0px 0px 0px;
}*/
/*#developer-tool .tool-button {border-right: 2px solid #fff;padding: 0 10px 0 0;display: inline-block;width: 34%;float: left;}
#developer-tool .developer-tool-button {padding: 6px 10px !important;color: #fff !important;font-size: 14px;display: inline-block;margin-left: 10px;}
#developer-tool .content-of-tools {display: inline-block;padding: 0 0 0 10px;float: left;width: 65%;font-size: 14px;line-height: 18px;}*/
/********************New footer before login **************/
.new-before-email{color: #fff;}
.new-before-email:hover {color: #25984e;}

.footer-center {
    display: grid;
    text-align: center;
    vertical-align: middle;
    min-height: 80px !important;
    align-items: center;
}

.footer-width-manually1 {
    width: 27%;
    float: left;
    margin: 0 15px 0 38px;
}

.footer-width-manually2 {
    width: 35%;
    float: left;
    margin: 0 15px 0 0;
}

.footer-width-manually3 {
    width: 19%;
    float: left;
}
/****************************************Header footer responsive *********************************/
@media (max-width: 769px) {
    .container.cont-team .col-sm-6.col-lg-4.aos-init.aos-animate {
        width: 100%;
    }
}
@media only screen and (min-width:768px) {
	.contactus-page .container2 {
		width: 750px;
	}
}

@media only screen and (min-width:992px) {
	.contactus-page .container2 {
		width: 970px;
	}
}
@media only screen and (min-width:1200px) {
	.contactus-page .container2 {
		width: 1170px;
	}
}
@media only screen and (min-width:1550px) {
	.contactus-page .container2 {
		width: 1524px;
	}
}
@media only screen and (max-width:1440px) {
    .homepage-banner-img-globe {padding-top: 70px !important;}
    .homepage-banner-img {min-height: 815px;}

}
@media only screen and (max-width:1280px){
.homepage-banner-img-globe {padding-top:65px !important;}
}
		@media only screen and (max-width:1199px) {
            .new-background .solution-description {
                min-height: 235px;
            }
    .contactus-page .main-bg {
				margin: 0px 0 30px;
			}

			.header .nav.nav-pills {
				padding: 10px 0 0 !important;
			}

			.our-team-sec-header::after, .our-team-sec-header::before {
				width: 26%;
			}
			/* header design */
			.header #cssmenu > ul > li > a.before-register-btn {
				padding: 10px !important;
			}
			/* header design */

			.footer-center {
				min-height: 140px !important;
				margin: 30px auto !important;
				display: table !important;
				align-items: unset;
			}

			.footer-logo-img {
				height: 80px !important;
			}

			.brand-logo.brand-new-logo {
				width: auto;
				float: none;
				margin: 0 auto;
				display: table;
			}

			.nav-bar-top.test-main-menu {
				float: none;
				margin: 0 auto;
				width: auto;
				display: table;
			}

				.nav-bar-top.test-main-menu .nav li a:hover::after, .current-page-link::after {
					top: 70px;
				}

			/*.footer-logo-sec {
				margin: 0 auto;
				display: table;
			}*/

			.footer-follow-progress-main {
				margin: 20px auto 0;
				display: table;
			}

			

			.copyright-mail {
				float: none;
				font-size: 12px;
				margin: 0 auto;
				display: table;
			}

			.copyright-sub-text {
				text-align: center;
				padding:0;
				float: unset !important;
			}
            /*.Slogan-div {
                text-align: center;
            }*/

                .Slogan-div img {
                    width: 245px;
                }

            .footer-last-section .copyright-mail {
                float: none;
                font-size: 12px;
                margin: 0 auto;
                display: table;
                text-align: center;
            }
		}

		@media only screen and (max-width:991px) {
            .new-background .solution-description {min-height: 194px;}
            getintouch-form form {
                max-width: 80%;
            }
			

			/* header START  */

			.header #cssmenu .button::before {
				background: #fff;
			}

			.header #cssmenu .button::after {
				border-top: 2px solid #fff;
				border-bottom: 2px solid #fff;
			}
			/* header */
			.header #cssmenu .button.menu-opened::before {
				background: #fff !important;
			}

			.header #cssmenu .button.menu-opened::after {
				background: #fff !important;
				border-top: unset !important;
			}

			.header #cssmenu .submenu-button::before {
				background: #fff !important;
			}

			.header #cssmenu .submenu-button::after {
				background: #fff !important;
			}

			#header .header .main-nav ul li {
				margin: 15px 0 0 !important;
			}

			#header #cssmenu .submenu-button {
				top: -8px;
			}

			#header #cssmenu ul .btn.btn-default {
				border: 1px solid #fff !important;
				color: #fff;
			}

			#header #cssmenu ul ul li:hover > a, #header #cssmenu ul ul li a:hover {
				background: unset !important;
			}

			.before-register-btn {
				background: unset !important;
			}

			#header .navbar-collapse {
				-webkit-box-shadow: unset;
				box-shadow: unset;
			}

			#cssmenu ul li {
				border-top: unset;
			}
			/* Header END*/



			.brand-logo.brand-new-logo .logo img {
				width: 80px !important;
			}

			.text-right .top-bar-right-account .submenu {
				right: -13px;
			}

			#header .main-nav li a {
				font-size: 15px;
			}
		}
@media only screen and (max-width:800px) {

    .homepage-banner-img {
        padding: 0 0 20px !important;
    }
}
        	@media only screen and (max-width:768px) {
			    .new-background .solution-description {min-height: unset;}
			    .passport-content-slider {margin: 17px 50px;}
                 .solution-new-slider.new-background .row div:last-child .passport-content-slider {margin-bottom: 10px;}
			}
		@media only screen and (max-width:736px) {
            .getintouch-form form {
                max-width: 100%;
            }
			.footer-pagelink-section li {
				border-right: unset;
			}

			.text-right.top-bar-right-center {
				text-align: center;
				padding: 16px 0;
			}

			.text-right .top-bar-right-account .submenu {
				right: -15px;
			}

			.nav-bar-top.test-main-menu {
				float: right;
				display: inline-block;
				clear: both;
				z-index: 0 !important;
				position: relative;
			}

			.brand-logo.brand-new-logo {
				float: left;
			}

			.nav-bar-top.test-main-menu .nav li a:hover, .nav-bar-top.test-main-menu .nav li a:focus {
				color: #25984e !important;
			}

			.nav-bar-top.test-main-menu .nav li a {
				line-height: 35px !important;
				font-size: 18px;
				padding: 0 !important;
				margin: 0 !important;
			}

			#header .main-nav .nav.nav-pills {
				width: 100%;
			}

			.nav-bar-top.test-main-menu {
				width: 100%;
			}

				.nav-bar-top.test-main-menu #cssmenu {
					width: 100%;
				}

			#header .main-nav li a.current-page-link:hover {
				background: none !important;
			}

			.nav-bar-top.test-main-menu .nav li a:hover::after, .current-page-link::after {
				display: none;
			}
		}

		@media only screen and (max-width:480px) {
            .funkyradio {
                width: 100%;
                float: left;
                padding-right: 0;
            }
			.footer-follow-progress {
				display: none !important;
			}
			
			.footer-follow-progress-img-mobile {
				display:block !important;
				text-align: center;
				clear: both;
			}
			/*.footer-follow-social-process .social-media-icon {
				float: unset;
				text-align: center;
			}*/
			/*.app-footer {
				padding: 30px 0 0;
			}*/
				/*.footer-follow-progress-img-mobile img {width: 35%;}*/
            .footer-follow-progress-img-mobile img {
                width: 80px;
            }
			.footer-width-manually1, .footer-width-manually2, .footer-width-manually3 {
				width: 100%;
				float: unset;
				margin: unset;
			}

            .footer-follow-progress-main {
                margin: 0 auto 0;
                display: table;
            }

			.footer-center {
				margin: 10px auto !important;
			}
            .footer-follow-social-process .social-media-icon a i {
                padding: 0 8px;
                font-size: 20px;
                line-height: 67px;
                color: #fff;
            }
			/*.footer-follow-progress {
				float: unset;
				border-right: unset;
				margin-top: 20px;
				margin: 0 auto;
				display: table;
				text-align: center !important;
			}*/
            .footer-follow-progress {
                float: left;
                border-right: 2px solid white;
                margin: 20px 0px 0 0;
                padding: 0 10px 0 0;
            }
            .social-media-icon {
                color: white;
                float: left;
                padding-left: 1px;
                font-size:8px;
            }
            .footer-follow-social-process {
                float: unset;
                margin: 0 auto;
                display: table;
            }
            .footer-follow-progress h2 {
                float: unset;
                text-align: center;
            }
		.logo-text-sub {
				margin-top: 3px;
			}
			.logo-text-sub span {
				font-size: 10px;
		    }

			.logo-text {
				font-size: 24px;
			}
			.brand-logo.brand-new-logo .logo img {
				width: 42px !important;
			}
			.footer-last-section .copyright {
				font-size: 11px;
				display: block;
				text-align: center;
			}
		}
@media only screen and (max-width:375px) {
.footer-follow-progress h2 span {font-size: 20px;}
.footer-last-section .copyright {font-size: 10px;display: block;text-align: center;}
.footer-follow-progress-img-mobile img {width: 85px;}
		}

@media only screen and (max-width:320px) {
.social-media-icon a i {padding: 0 6px !important;}
.footer-last-section .copyright {font-size: 9px;}
		}
.dropdown-menu.solution-page-main-dropdown .select-region-first-row {
    width: 94%;
}
.document-verification-main .verify-doc-title-h1
{
    font-size:20px;
    line-height:25px;
    margin:0;
    font-weight:500!important;
}
.verification-document-message .verify-new-msg-title {
    font-size: 28px;
    margin: 0;
    line-height: 1.42857143;
}
@media only screen and (max-width:480px)
{
    .verification-document-message .verify-new-msg-title {
        font-size: 24px;
    }
}
/********************** Mega Menu css *********************/
/*.mega-menu-list
{
    border-top:0!important;
}
    .mega-menu-list:before
    {
        content:unset;
    }
    .mega-menu {
        position: static !important;
    }

.mega-menu .megh-menu-flags {
    position: absolute !important;
    top: 14px;
    right: 100px;
}
    .mega-menu .header-right-align {
        position: static !important;
    }

    .mega-menu .mega-menu-dropdown {
        position:static!important;
    }
.mega-menu-dropdown::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    bottom: 0;
    margin-left: 35px;
    opacity: 0;
    z-index: 99999;
}
.mega-menu-dropdown:hover:after
{
    opacity:1;
}
.mega-menu .mega-menu-list {
    width: 100%;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.2);
}
    .mega-menu li:hover > .mega-menu-list
    {
        left:0!important;
    }
.mega-menu .mega-menu-dropdown .down-arrow-navbar
{
    position:relative;
    top:-2px;
}
.mega-menu-box-row
{
    width:100%;
    padding:0 15px;
}
.mega-menu-box-top {
    width: 100%;
    display: block;
    height: auto;
    float: left;
    border-bottom: 1px solid #EAEAEA;
}
.mega-menu-box-bottom {
    width: 100%;
    display: block;
    height: auto;
    float: left;
}
.mega-menu-box-col {
    width: 20%;
    float: left;
    padding-left: 80px;
    border-right: 1px solid #F4F4F4;
    margin: 30px 0;
    min-height: 247px;
}
.mega-menu-box-top .mega-menu-box-col:last-child {
    border-right:0;
}
.mega-menu-box-title {
    margin: 0 0 20px 0;
}
.mega-menu-box-title a{
    padding-top:0;
}
.mega-menu-box-title img {
    width: 18px;
    margin-right: 10px;
}
    .mega-menu-box-title span {
        font-size: 18px;
        color: #198f51;
        text-transform: uppercase;
    }
.mega-menu-list-content {
    width:100%;
    display:block;
}
    .mega-menu-list-content span {
        display: block;
        color: #555;
        font-size: 16px;
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
        padding-right: 15px;
    }
        .mega-menu-list-content span:hover {
            color: #198f51;
            cursor:pointer;
        }
        .mega-menu-list-content span i {
            font-size: 18px;
            position: absolute;
            left: 5px;
            top: -1px
        }
            .mega-menu-list-content a {
              color: #555;
              padding-top:0!important;
              margin:0;
            }
    @media (max-width:1400px) {
                .mega-menu .megh-menu-flags
    {
        right:15px;
    }
}
@media (max-width:1500px) 
{
    .mega-menu-box-col {
        padding-left: 50px;
    }
}
@media (max-width:1350px) {
    .mega-menu-box-col {
        padding-left: 25px;
    }
}
@media (max-width:1199px)
{
    .mega-menu .megh-menu-flags {
        top:9px;
        right:14px;
    }
    .mega-menu .mega-menu-dropdown .down-arrow-navbar
    {
        top:0!important;
    }
    .mega-menu-box-title span
    {
        font-size:16px;
    }
    .mega-menu-box-col {
        padding-left: 10px;
    }
}
@media (max-width:1051px)
{
    .mega-menu-list-content span {
        padding-right: 10px;
    }
    .mega-menu-list-content span
    {
        font-size:14px;
    }
    .mega-menu-box-title img {
        margin-right:0px;
    }
}*/
.mega-menu-ul-active a {
    color: #a7cc55 !important;
}

.mega-menu-ul-active .down-arrow-navbar i {
    border: solid #a7cc55 !important;
    border-width: 0 2px 2px 0 !important;
}

.new-mega-dropdown-menu {
    min-width: 380px;
    height: auto;
    position: relative;
    left: -85px !important;
    display: none !important;
}

.new-mega-menu-use-cases.mega-menu-ul-active .new-mega-dropdown-menu {
    display: block !important;
	  position: absolute;
    border: 0;
}

.new-mega-menu-left-list {
    padding: 45px 0;
    background: #0e3553;
}

    .new-mega-menu-left-list::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #0e3553;
        position: absolute;
        bottom: 0;
        z-index: 9999;
        top: -12px;
        right: 47%;
    }

    .new-mega-menu-left-list h3 {
        color: #577287;
        font-size: 14px;
        margin: 0 45px;
        border-bottom: 1px solid #405e75;
        padding-bottom: 15px;
        position: relative;
    }

.new-mega-menu-category-name {
    display: block;
}

.new-mega-menu-name-li {
    border-bottom: 1px solid #405e75;
    padding: 15px 10px;
    margin: 0 45px;
}

.new-mega-menu-category-name a {
    padding-top: 0 !important;
}

.new-mega-menu-category-name .new-mega-menu-name-li img {
    width: 25px;
    height: 25px;
    object-fit: scale-down;
    transition: 1s;
    position: absolute;
}

.new-mega-menu-category-name .new-mega-menu-name-li span {
    color: #fff;
    font-size: 15px;
    padding-left: 40px;
    min-height: 25px;
    display: inline-block;
    padding-top: 6px;
    transition: 1s;
}

.new-mega-menu-category-name .new-mega-menu-name-li .mega-list-errow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: right;
    margin-top: 9px;
    margin-right: 5px;
}

.new-mega-menu-content-box {
    position: absolute;
    left: 380px;
    top: 0;
    bottom: 0;
    min-width: 500px;
    height: auto;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    display: none;
}

.new-mega-menu-category-name.is-active .new-mega-menu-name-li span {
    color: #a6cc54;
}

.new-mega-menu-category-name.is-active .new-mega-menu-name-li .mega-list-errow {
    border: solid #a6cc54;
    border-width: 0 2px 2px 0;
}

.new-mega-menu-category-name.is-active .new-mega-menu-content-box {
    display: block;
}

.new-mega-menu-category-name.is-active .new-mega-menu-name-li img {
    transition: 0.7s;
    margin-left: 8px;
}

.new-mega-menu-category-name.is-active .new-mega-menu-name-li span {
    transition: 0.7s;
    margin-left: 8px;
}

.new-mega-icon-active {
    opacity: 0;
    transition: 1s;
}

.new-mega-menu-category-name.is-active .new-mega-menu-name-li .new-mega-icon-active {
    opacity: 1;
    transition: 0.7s;
}

.new-mega-menu-category-name.is-active .new-mega-menu-name-li .new-mega-icon {
    opacity: 0;
    transition: 0.7s;
}

.new-mega-menu-use-cases .solution-main-page {
    margin-bottom: 0 !important;
    padding-bottom: 43px !important;
}

.new-mega-menu-content-row {
    padding: 45px;
    width: 100%;
    height: 100%;
}

    .new-mega-menu-content-row h3 {
        color: #babdbf;
        font-size: 14px;
        margin: 0;
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 15px;
    }

.poc-grid-2 {
    display: grid;
    /*grid-template-columns:240px 240px;*/
    grid-template-columns: 215px 215px;
    grid-gap: 40px;
}

.new-mega-menu-poc {
    margin-top: 30px;
}

.new-mega-menu-poc-list {
    text-align: center;
}

    .new-mega-menu-poc-list h5 a {
        border-bottom: 1px solid #00b2ea !important;
        color: #00b2ea !important;
        display: inline-block !important;
    }
    /*.new-mega-menu-poc-list h5 {
    margin: 0;
    padding: 10px;
    background: #24984f;
}*/
    .new-mega-menu-poc-list img {
        max-width: 100%;
        height: 100px;
        object-fit: scale-down;
        /*padding: 5px;
    background: #f2f2f2;*/
    }

.img-border-mega-menu {
    border: 1px solid #e5e5e5;
}

.new-mega-dropdown-menu .mega-menu-poc-btn {
    display: inline-block !important;
    background: #24984f;
    padding: 10px 15px !important;
    transition: 1s;
    box-shadow: inset 0px 0 0 0 #176939 !important;
}

.new-mega-menu-poc-btn-group {
    margin-bottom: 40px;
}

.new-mega-dropdown-menu .mega-menu-poc-btn:hover {
    background: #176939;
    box-shadow: inset 550px 0 0 0 #176939 !important;
    border: 2px solid #176939;
    transition: 1s;
}

.new-mega-dropdown-menu .mega-menu-poc-btn span {
    color: #fff;
    position: relative;
    top: 2px;
    font-size: 15px;
}

.new-mega-dropdown-menu .mega-menu-poc-btn img {
    height: 22px;
    margin-right: 10px;
}

.new-mega-menu-content-box .mega-menu-poc-btn-blue {
    display: inline-block !important;
    background: #0e3553;
    padding: 10px 15px !important;
    transition: 1s;
    box-shadow: inset 0px 0 0 0 #0a2539 !important;
    margin-left: 20px;
}

    .new-mega-menu-content-box .mega-menu-poc-btn-blue:hover {
        background: #176939;
        box-shadow: inset 550px 0 0 0 #0a2539 !important;
        border: 2px solid #0a2539;
        transition: 1s;
    }

.coronavirus-show-m {
    display: block !important;
}

.new-mega-menu-close {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 20px;
    line-height: 0;
    color: #577287;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -3px;
}

    .new-mega-menu-close:hover {
        cursor: pointer;
    }

.new-mega-menu-use-cases .new-mega-menu-content-row .new-mega-menu-poc-list .current-page-link {
    color: #00b2ea !important;
}

@media (max-width:1199px) {
    .new-mega-dropdown-menu {
        min-width: 330px;
        left: -81px !important;
    }

    .new-mega-menu-content-box {
        left: 330px;
    }

    .new-mega-menu-name-li {
        margin: 0px 35px;
    }

    .new-mega-menu-content-row {
        padding: 35px;
    }

    .poc-grid-2 {
        grid-template-columns: 190px 190px;
    }

    .new-mega-menu-category-name .new-mega-menu-name-li img {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }

    .new-mega-menu-category-name .new-mega-menu-name-li span {
        font-size: 14px;
        padding-left: 35px;
        min-height: 22px;
    }

    .new-mega-dropdown-menu .mega-menu-poc-btn span {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .coronavirus-show-m a, .coronavirus-show-m .mobile-menu-label {
        padding-left: 60px !important;
    }

    .coronavirus-show-m .sub-span {
        padding-left: 105px !important;
    }

        .coronavirus-show-m .sub-span i {
            left: 80px !important;
        }
}
/********************** Mega Menu css for mobile*********************/
.arrow-mega-menu {
    width: 45px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 15px;
}

    .arrow-mega-menu::after {
        content: "\f107";
        color: #ccc;
        font-size: 22px;
        font-weight: bold;
        position: relative;
        font-family: FontAwesome;
        top: 5px;
        left: 15px;
    }

.mobile-mega-menu {
    width: 100%;
    height: auto;
}

    .mobile-mega-menu span {
        display: block;
        font-size: 14px;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 15px 10px 85px;
        color: #7f7f7f;
    }

        .mobile-mega-menu span i {
            position: absolute;
            left: 60px;
            color: #7f7f7f;
            font-size: 17px;
        }

.arrow-mega-menu[aria-expanded="true"]::after {
    content: "\f106";
    color: #a3cd4b;
}

.mobile-mega-menu a {
    padding: 0 !important;
    border: 0 !important;
}

.mega-title-active {
    color: #00974a !important;
}

    .mega-title-active .nav-menu-img-hover {
        display: inline-block !important;
    }

    .mega-title-active .nav-menu-img {
        display: none;
    }
/********************** our team page new popup design*********************/
.new-our-team-page-section {
    padding: 0;
}

    .new-our-team-page-section .team-new-top-bg-title {
        background-image: url(../img/banner-top-mobile.jpg);
        width: 100%;
        height: auto;
        display: block;
        margin-top: -70px;
        background-size: cover;
    }

        .new-our-team-page-section .team-new-top-bg-title .team-new-title-div {
            text-align: center;
            padding: 170px 0 100px 0;
        }

            .new-our-team-page-section .team-new-top-bg-title .team-new-title-div h1 {
                font-size: 50px;
                font-weight: 500 !important;
                margin: 0 0 40px 0;
                color: #25984E;
            }

                .new-our-team-page-section .team-new-top-bg-title .team-new-title-div h1 span {
                    font-weight: bold;
                }

            .new-our-team-page-section .team-new-top-bg-title .team-new-title-div p {
                font-size: 22px;
                color: #222;
                line-height: 38px;
            }

    .new-our-team-page-section .our-team-list-row {
        width: 100%;
        height: auto;
        padding: 100px 0;
    }

    .new-our-team-page-section .our-team-list-grid {
        display: grid;
        grid-row-gap: 40px;
        grid-template-columns: 300px 300px 300px;
        justify-content: space-between;
    }

    .new-our-team-page-section .our-team-list-box img {
        width: 300px;
        height: auto;
    }

    .new-our-team-page-section .our-team-list-box h3 {
        font-size: 20px;
        color: #25984E;
        margin: 30px 0 10px 0;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 20px;
    }

    .new-our-team-page-section .our-team-list-box p {
        font-size: 16px;
        font-weight: 600;
        color: #9b9a9a;
        letter-spacing: 0px;
        margin: 0 0 30px 0;
        line-height: 22px;
    }

.team-modal {
    z-index: 999999;
    background-color: rgba(0,0,0,0.6);
    padding-left: 0 !important;
}

    .team-modal .modal-dialog {
        width: 990px;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
    }

    .team-modal .modal-body {
        padding: 50px;
    }

    .team-modal .popup-team-member-div {
        display: flex;
    }

    .team-modal .popup-team-member-detail {
        padding: 0 0px 0 30px;
        position: relative;
    }

    .team-modal .popup-team-member-img img {
        width: 245px;
        height: auto;
    }

    .team-modal .popup-team-member-detail h3 {
        font-size: 24px;
        color: #25984E;
        margin: 15px 0 8px 0;
        font-weight: bold;
        text-transform: uppercase;
    }

    .team-modal .popup-team-member-detail .popup-member-position {
        font-size: 18px;
        font-weight: 600;
        color: #9b9a9a;
    }

    .team-modal .popup-team-member-detail .popup-middle-p {
        font-size: 16px;
        margin: 15px 0;
        text-align: justify;
        color: #6e6e6d;
    }

    .team-modal .popup-team-member-detail .popup-member-content {
        text-align: justify;
        margin-bottom: 25px;
        color: #6e6e6d;
    }

    .team-modal .popup-member-social-icon {
        position: absolute;
        bottom: -4px;
    }
.team-modal .popup-member-social-icon.team-linkdin-icon-relative {
            position: relative;
            bottom: 0;
        }

.alex-position-res br {
    display: none;
}
        .team-modal .popup-member-social-icon img {
            width: 32px;
        }

    .team-modal .close-popup-member {
        position: absolute;
        top: 25px;
        right: 25px;
        background: transparent;
        border: 0;
        color: #999;
        font-weight: 400;
        line-height: 0;
    }

        .team-modal .close-popup-member img {
            width: 22px;
        }

    .team-modal .modal-content {
        width: 100%;
    }

.modal-open {
    padding-right: 0 !important;
}

.team-member-priview {
    text-align: center;
}

    .team-member-priview .team-short-content {
        color: #6e6e6d;
        position: relative;
        top: -4px;
    }

    .team-member-priview .team-preview-read-more-btn {
        display: block;
        margin-top: 20px;
        font-size: 16px;
        color: #0ba2e3;
        font-weight: 500;
        text-decoration: underline;
        opacity: 0;
        transition: 1s;
    }

.our-team-list-grid .team-member-box {
    padding-bottom: 25px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
    transition: 1s;
}

    .our-team-list-grid .team-member-box:hover {
        box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
        transition: 1s;
    }

        .our-team-list-grid .team-member-box:hover .team-member-priview .team-preview-read-more-btn {
            opacity: 1;
            transition: 1s;
        }

.popup-member-social-icon i {
    font-size: 36px;
    color: #0379b8;
}

    .popup-member-social-icon i:hover {
        color: #006299;
    }

.our-team-list-box .team-member-box .blockchain-exptience {
    display: block;
    color: #25984E;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

@media (max-width:1199px) {
    .new-our-team-page-section .our-team-list-grid {
        grid-template-columns: 270px 270px 270px;
    }

    .new-our-team-page-section .our-team-list-box img {
        width: 270px;
    }
}

@media (max-width:991px) {
    .new-our-team-page-section .our-team-list-grid {
        grid-template-columns: 270px 270px;
    }

    .new-our-team-page-section .our-team-list-box img {
        width: 270px;
        margin: 0px auto;
    }

    .team-modal .modal-dialog {
        width: 90%;
    }

    .team-modal .popup-team-member-div {
        flex-direction: column;
    }

    .popup-team-member-div, .team-modal .popup-team-member-detail .popup-middle-p, .team-modal .popup-team-member-detail .popup-member-content {
        text-align: center;
    }

    .team-modal .popup-team-member-detail {
        padding: 0;
    }

    .team-modal .popup-member-social-icon img {
        margin: 0px auto;
    }

    .team-modal .popup-member-social-icon {
        position: relative;
        bottom: 0px;
    }
}

@media (max-width:767px) {
    .new-our-team-page-section .team-new-top-bg-title {
        margin-top: -51px;
    }

        .new-our-team-page-section .team-new-top-bg-title .team-new-title-div {
            padding: 120px 0 80px 0;
        }

    .team-member-priview .team-preview-read-more-btn {
        opacity: 1;
    }
}

@media (max-width:600px) {
    /*.new-our-team-page-section .our-team-list-grid {
        grid-template-columns: unset;
        display: flex;
        flex-direction: column;
        grid-row-gap: 0;
        justify-content: unset;
    }

        .new-our-team-page-section .our-team-list-grid .team-member-box {
            display: flex;
            align-items: center;
            padding: 35px 0;
        }*/

    /*.new-our-team-page-section .our-team-list-box {
        border-bottom: 1px solid #ccc;
    }

        .new-our-team-page-section .our-team-list-box:last-child {
            border-bottom: 0;
        }

        .new-our-team-page-section .our-team-list-box img {
            width: 150px;
            height: auto;
            margin-right: 20px;
        }*/

    .new-our-team-page-section .our-team-list-row {
        padding: 45px 0;
    }

    .new-our-team-page-section .team-new-top-bg-title .team-new-title-div h1 {
        font-size: 36px;
        margin: 0 0 30px 0;
    }

    .new-our-team-page-section .team-new-top-bg-title .team-new-title-div p {
        font-size: 19px;
        line-height: 30px;
    }

    .new-our-team-page-section .team-new-top-bg-title {
        margin-top: -48px;
    }

        .new-our-team-page-section .team-new-top-bg-title .team-new-title-div {
            padding: 125px 0 80px 0;
        }

            .new-our-team-page-section .team-new-top-bg-title .team-new-title-div p br {
                display: none;
            }

    .team-modal .popup-team-member-img img {
        width: 170px;
    }
    /*.team-member-priview {
        text-align: left;
    }*/
    .new-our-team-page-section .our-team-list-grid {
        grid-template-columns: 95%;
        justify-content: center;
        grid-row-gap: 30px;
    }

    .our-team-list-grid .team-member-box {
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
    }

        .our-team-list-grid .team-member-box.team-member-box-last {
            border-bottom: 0;
        }
}
@media (max-width:550px) {
    .alex-position-res br {
        display: block;
    }
}
@media (max-width:500px) {
    /*.new-our-team-page-section .our-team-list-box img {
        width: 160px;
    }*/
    .team-modal .close-popup-member img {
        width: 18px;
    }

    .new-our-team-page-section .our-team-list-box img {
        width: 210px;
        margin: 0px auto;
    }
}

@media (max-width:450px) {
    .new-our-team-page-section .team-new-top-bg-title .team-new-title-div h1 span {
        display: block;
        margin-top: 8px;
    }

    .team-modal .modal-body {
        padding: 50px 25px;
    }

    .new-our-team-page-section .our-team-list-box img {
        width: 180px;
        margin: 0px auto;
    }
}

@media (max-width:400px) {
    .new-our-team-page-section .our-team-list-box h3 {
        font-size: 20px;
    }

    .new-our-team-page-section .our-team-list-box img {
        width: 170px;
        margin: 0px auto;
    }
    /*.new-our-team-page-section .our-team-list-box img {
        width: 110px;
    }*/

    .new-our-team-page-section .our-team-list-box p {
        font-size: 16px;
    }

    .team-modal .popup-team-member-img img {
        width: 150px;
    }
    /*.new-our-team-page-section .team-member-priview {
        width: calc(100% - 125px);
    }*/
    .team-modal .close-popup-member {
        top: 15px;
        right: 15px;
        font-size: 36px;
    }
}
.verify-page-h1
{
    font-size: 18px;
    margin: 0;
    font-weight: 500 !important;
    line-height: 1.42857143;
}
.private-access-body.blockedipaccess {
    min-height: auto;
}
/* Private Access page css start*/
.private-access-section {
    display: block;
    position: relative;
    width: 100%;
}

.private-access-wrapper {
    width: 100%;
    height: 100%;
}

.private-access-div {
    max-width: 650px;
    height: auto;
    margin: 100px auto;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 1px 26px 4px rgba(0,0,0,0.2);
}

.private-access-header {
    background: linear-gradient(to right, #117b3c 0%, #59b246 51%, #59b246 100%);
    padding: 35px 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

    .private-access-header h1 {
        font-size: 19px;
        margin: 0;
        color: #fff;
        font-weight: 400 !important;
    }

.private-access-body {
    padding: 30px 65px;
    min-height: 475px;
}

.private-access-text {
    margin-bottom: 30px;
}

    .private-access-text p {
        text-align: center;
        font-size: 20px;
        margin: 0;
    }

.private-access-error p {
    text-align: center;
    font-size: 18px;
    margin: 0;
    color: red;
}

.private-access-error {
    margin-bottom: 20px;
    display: block !important;
}

.private-access-error-show .private-access-error {
    display: block;
}

.private-access-error-show .private-access-email-input input {
    border: 1px solid red;
}

.private-access-email-input input {
    width: 88%;
    border: 1px solid #25984E;
    margin: 0px auto;
    display: block;
    text-align: center;
    font-size: 18px;
    height: 45px;
}

    .private-access-email-input input::placeholder {
        color: #000;
    }

.private-access-capcha-image-refresh {
    margin-bottom: 21px;
    width: 82%;
    display: table;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px 20px;
    margin: 35px auto 0px auto;
}

.private-access-capcha-image {
    float: left;
    width: 45%;
    text-align: center;
}

    .private-access-capcha-image img {
        border-radius: 5px;
    }

.private-access-capcha-refresh {
    float: left;
    width: 45%;
    margin-left: 20px;
}

.refresh-private-access-img {
    width: 20%;
    vertical-align: middle;
}

.private-capta-textbox {
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 9px 0 0 0 !important;
    border-radius: 5px;
}

    .private-capta-textbox input {
        border-radius: 5px;
    }

        .private-capta-textbox input::placeholder {
            font-size: 10px;
        }

.private-access-send-otp {
    text-align: center;
    margin-top: 30px;
}

.private-access-otp-btn {
    color: #fff;
    background: linear-gradient(to right, #117b3c 0%, #59b246 51%, #59b246 100%);
    border: none;
    position: relative;
    font-size: 20px;
    padding: 11px 18px !important;
    transition: 0.5s;
    background-size: 200% auto;
}

    .private-access-otp-btn:hover {
        background-position: right center;
        color: #fff;
    }

    .private-access-otp-btn:focus {
        color: #fff;
    }

.private-access-otp-send-text {
    text-align: center;
    margin-bottom: 15px;
}

    .private-access-otp-send-text p {
        color: #25984E;
        font-size: 20px;
    }

.private-access-resend-otp {
    text-align: center;
    margin-bottom: 35px;
}

.private-otp-submit-box {
    text-align: center;
}

    .private-otp-submit-box p {
        color: #000;
        font-size: 18px;
    }

.private-otp-submit-group input {
    height: auto;
}

.private-otp-submit-group {
    display: flex;
    justify-content: center;
}

    .private-otp-submit-group .private-otp-submit {
        background: linear-gradient(to right, #117b3c 0%, #59b246 51%, #59b246 100%);
        color: #fff;
        border: 0;
        padding: 10px 40px;
        font-size: 20px;
    }

    .private-otp-submit-group .private-otp-enter {
        border: 1px solid #59b246;
        border-right: 0;
        width: 170px;
        display: flex;
        justify-content: space-around;
    }

        .private-otp-submit-group .private-otp-enter .single-text-input {
            height: 40px;
            width: 25px;
            border: 0;
            border-bottom: 1px solid #000;
        }

.private-access-otp-send-text.warning-otp-text-red p {
    color: red;
}

@media (max-width:550px) {
    .private-access-body {
        padding: 30px 15px;
    }

    .private-otp-submit-group .private-otp-enter {
        max-width: 150px;
    }

    .private-otp-submit-group .private-otp-submit {
        padding: 10px 30px;
    }
}

@media (max-width:425px) {
    .private-access-capcha-image {
        width: 100%;
    }

        .private-access-capcha-image img {
            width: 100%;
        }

    .private-access-capcha-refresh {
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }

    .private-capta-textbox {
        width: 80%;
        margin: 0 !important;
    }

    .refresh-private-access-img {
        width: 10%;
        order: 2;
    }
}
/* Private Access page css end*/

/* Bulk QR Code Verify Css Start*/

.bulk-qrcode-verify {
    width: 100%;
    min-height: 450px;
    background: #fff;
    box-shadow: 0px 0px 13px -5px #555;
    /*border:1px solid #ddd;*/
    padding: 50px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width:950px;
    margin:0px auto;
}
    .bulk-qrcode-verify .top-logo-verify-div {
        width: 100%;
    }
        .bulk-qrcode-verify .top-logo-verify-div img {
            width: 160px;
        }
    .bulk-qrcode-verify .border-verify-success {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        display: flex;
        height: 25px;
        background: linear-gradient(to right, #117b3c 0%, #59b246 51%, #59b246 100%);
        color: #fff;
        align-items: center;
        overflow: hidden;
    }
        .bulk-qrcode-verify .border-verify-success span {
            display: inline-block;
            margin: 0 10px;
            font-size: 11px;
            opacity: 0.25;
            text-transform: uppercase;
            white-space: nowrap;
        }
    .bulk-qrcode-verify .bulk-qrcode-img-content {
        display: flex;
        margin-top: 40px;
    }
    .bulk-qrcode-verify .bulk-qrcode-user-img img {
        width: 280px;
        margin-right: 30px;
    }
    .bulk-qrcode-verify .bulk-qrcode-verify-content h3 {
        margin: 0 0 25px 0;
        font-size: 24px;
        text-transform: uppercase;
        color:#000;
    }
    .bulk-qrcode-verify .bulk-qrcode-verify-content p {
        text-align: justify;
        margin-bottom: 15px;
    }
    .bulk-qrcode-verify .mobile-bulk-qrcode-user-img {
        display: none;
    }
    .bulk-qrcode-verify .bulk-qrcode-verify-center-div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bulk-qrcode-verify .bulk-qrcode-success-text {
        display: none;
        flex-direction: column;
        align-items: center;
    }
        .bulk-qrcode-verify .bulk-qrcode-success-text img {
            width: 80px;
            margin-bottom: 30px;
        }
        .bulk-qrcode-verify .bulk-qrcode-success-text span {
            font-size: 28px;
            font-weight: bold;
            color: #25984e;
        }
    .bulk-qrcode-verify .bulk-qrcode-continue-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
        .bulk-qrcode-verify .bulk-qrcode-continue-text p {
            font-size: 22px;
            color: #000;
            text-align: center;
            margin-bottom: 40px;
            line-height: 1.5;
            font-weight:600;
        }
            .bulk-qrcode-verify .bulk-qrcode-continue-text p span {
                color: #25984e;
            }
    .bulk-qrcode-verify .bulk-qrcode-verify-bottom {
        display: flex;
        margin-top: 60px;
    }
    .bulk-qrcode-verify .bulk-qrcode-verify-bottom-text p {
        font-size: 16px;
        line-height: 1.5;
        color: #25984e;
        margin: 0;
    }
    .bulk-qrcode-verify .bulk-qrcode-verify-bottom-img {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-width: 180px;
        margin-left: 20px;
    }
        .bulk-qrcode-verify .bulk-qrcode-verify-bottom-img img {
            height: 60px;
            width: auto;
        }
    .bulk-qrcode-verify .bulk-qrcode-verify-bottom-text {
        display: flex;
        align-items: center;
    }
@media (max-width:1199px)
{
    .bulk-qrcode-verify .bulk-qrcode-user-img img {
        width: 320px;
    }
}
@media (max-width:991px)
{
    .bulk-qrcode-verify {
        padding: 30px;
    }
        .bulk-qrcode-verify .top-logo-verify-div img
        {
            margin:0px auto;
        }
        .bulk-qrcode-verify .border-verify-success, .bulk-qrcode-user-img {
            display: none;
        }
        .bulk-qrcode-verify .bulk-qrcode-verify-content h3 {
            text-align: center;
        }
        .bulk-qrcode-verify .bulk-qrcode-verify-content p {
            text-align: center;
        }
        .bulk-qrcode-verify .bulk-qrcode-success-text {
            display: flex;
            margin-top: 40px;
        }
    .bulk-qrcode-verify .top-logo-verify-div {
        order: 1;
    }
        .bulk-qrcode-verify .bulk-qrcode-verify-center-div {
            order: 2;
            padding-bottom: 40px;
            border-bottom: 1px solid #ddd;
        }
        .bulk-qrcode-verify .bulk-qrcode-img-content {
            order: 3;
        }
        .bulk-qrcode-verify .bulk-qrcode-verify-bottom {
            order: 4;
            flex-direction: column;
        }
        .bulk-qrcode-verify .mobile-bulk-qrcode-user-img {
            display: block;
            width: 240px;
            margin: -15px auto 30px auto;
        }
        .bulk-qrcode-verify .bulk-qrcode-verify-bottom-img {
            min-width: unset;
            width: 180px;
            margin: 25px auto 0px auto;
        }
        .bulk-qrcode-verify .bulk-qrcode-verify-bottom {
            margin-top: 25px;
        }
        .bulk-qrcode-verify .bulk-qrcode-verify-bottom-text p {
            text-align: center;
        }
}
@media (max-width:650px)
{
    .bulk-qrcode-verify .bulk-qrcode-continue-text p br {
        display: none;
    }
}
@media (max-width:560px)
{
    .bulk-qrcode-verify .bulk-qrcode-success-text img {
        width: 60px;
    }
    .bulk-qrcode-verify .bulk-qrcode-success-text span {
        font-size: 22px;
    }
    .bulk-qrcode-verify .bulk-qrcode-continue-text {
        margin-top: 30px;
    }
        .bulk-qrcode-verify .bulk-qrcode-continue-text p {
            font-size: 18px;
            margin-bottom: 30px;
        }
    .bulk-qrcode-verify .bulk-qrcode-verify-center-div {
        padding-bottom: 30px;
    }
    .bulk-qrcode-verify .bulk-qrcode-img-content {
        margin-top: 30px;
    }
    .bulk-qrcode-verify .bulk-qrcode-verify-content h3 {
        margin: 0 0 20px 0;
        font-size: 22px;
    }
    .bulk-qrcode-verify .bulk-qrcode-verify-content p {
        margin-bottom: 15px;
    }
    .bulk-qrcode-verify .bulk-qrcode-verify-bottom {
        margin-top: 15px;
    }
    .bulk-qrcode-verify .bulk-qrcode-verify-bottom-img {
        margin: 25px auto 0px auto;
    }
    .bulk-qrcode-verify {
        padding: 30px 20px;
    }
}
/* Bulk QR Code Verify Css End*/

/* Bulk QR Code Verify Result page Css Start*/
.bulk-qr-verify-result-section {
    background: #f3f3f3;
}

.bulk-qr-verify-result .blockchain-btn.blockchain-btn-desktop {
    margin: 15px 0 17px 0 !important;
}

.bulk-qr-verify-result-mobile.latest-verify-mobile-view .check-blockchain-btn {
    padding: 0 0 30px 0;
}

.bulk-qr-verify-result-mobile.verify-in-mobile-view.latest-verify-mobile-view .nav.nav-tabs li.verify-color-tab:first-child {
    border-radius: 6px 6px 0px 0px;
}

.bulk-qr-verify-result.new-verify-design-main.latest-verify-after-continue .verify-title p {
    font-size: 17px;
}

@media (max-width:991px) {
    .bulk-qr-verify-result-mobile.latest-verify-mobile-view .verify-mobile-main.static-mobile-view {
        padding: 0;
    }
}

@media (max-width:400px) {
    .bulk-qr-verify-result-mobile.verify-in-mobile-view.latest-verify-mobile-view .check-blockchain-btn a.gradient-btn.verify-mobile-view-tab {
        font-size: 10px;
    }

        .bulk-qr-verify-result-mobile.verify-in-mobile-view.latest-verify-mobile-view .check-blockchain-btn a.gradient-btn.verify-mobile-view-tab img {
            margin-right: 3px;
            width: 20px;
        }
}
/* Bulk QR Code Verify Result page Css End*/

/* contact us page upgrade css start */
.company-email-div .company-contect-name {
    margin: 0 0 15px 0;
    color: #25984E;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

.company-email-div .contact-person-info {
    margin-bottom: 20px;
}

    .company-email-div .contact-person-info:last-child {
        margin-bottom: 0;
    }

    .company-email-div .contact-person-info .contact-email-span {
        display: block;
        font-size: 15px;
        margin-bottom: 3px;
    }

        .company-email-div .contact-person-info .contact-email-span span {
            display: inline-block;
        }

        .company-email-div .contact-person-info .contact-email-span a {
            color: #333;
            display: inline-block;
            margin-left: 2px;
            text-decoration: underline;
        }

            .company-email-div .contact-person-info .contact-email-span a:hover {
                text-decoration: underline !important;
            }

    .company-email-div .contact-person-info .contact-phone-span {
        display: block;
        font-size: 15px;
        margin-bottom: 3px;
    }

        .company-email-div .contact-person-info .contact-phone-span a {
            display: inline-block;
            color: #333;
            margin-left: 2px;
        }

        .company-email-div .contact-person-info .contact-phone-span span {
            display: inline-block;
        }

.contact-name-span {
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 600;
}

    .contact-name-span span {
        color: #9f9f9f;
        font-weight: normal;
    }

.contact-address-company a {
    display: block;
    font-size: 15px;
    margin-top: 33px;
    color: #333;
}

.company-title-double.contact-address-company a {
    margin-top: 63px;
}

.contact-info-devider {
    width: 72.5%;
    display: block;
    float: right;
    margin: 30px 0;
}

.contact-name-span span abbr[title] {
    border: 0;
}

.contactus-page .country-logo-2-1 {
    position: absolute;
    top: 25.2%;
    height: 3.5% !important;
    left: 42.4%;
    z-index: 3;
}
.contactus-page .country-logo-2-11 {
    position: absolute;
    top: 21.2%;
    height: 3.5% !important;
    left: 48.8%;
    z-index: 3;
}

.contactus-page .country-logo-2-111 {
    position: absolute;
    top: 24.8%;
    height: 3.5% !important;
    left: 44.4%;
    z-index: 3
}
.country-logo-4-1 {
    position: absolute;
    top: 41.8%;
    left: 77.4%;
    z-index: 3;
    height: 3.5% !important;
}

.country-logo-16-1 {
    position: absolute;
    top: 44.8%;
    height: 3.5% !important;
    left: 87.4%;
    z-index: 3;
}

.country-logo-5-1 {
    position: absolute;
    top: 37.1%;
    left: 62.4%;
    z-index: 3;
    height: 3.5% !important;
}

.country-logo-5-11 {
    position: absolute;
    top: 46.2%;
    left: 81.4%;
    z-index: 3;
    height: 3.5% !important;
}

.country-logo-3-1 {
    position: absolute;
    z-index: 4;
    top: 57%;
    height: 3.5% !important;
    left: 56.9%;
}

.country-logo-3-11 {
    position: absolute;
    z-index: 4;
    top: 70.5%;
    height: 3.5% !important;
    left: 60.1%;
}

.country-logo-3-12 {
    position: absolute;
    z-index: 4;
    top: 64.5%;
    height: 3.5% !important;
    left: 56.7%;
}

.country-logo-3-13 {
    position: absolute;
    z-index: 4;
    top: 70.5%;
    height: 3.5% !important;
    left: 65.7%;
}

    .country-logo-3-13:after {
        content: "";
        width: 7px;
        height: 7px;
        background: #d9d9d9;
        position: absolute;
        border-radius: 50%;
        top: 19px;
        right: 4px;
        z-index: -1;
    }

.country-logo-3-14 {
    position: absolute;
    z-index: 4;
    top: 49.2%;
    height: 3.5% !important;
    left: 45.4%;
}

.contactus-page .country-logo-1-1 {
    position: absolute;
    top: 25.5%;
    left: 20.3%;
    z-index: 3;
    height: 3.5% !important;
}

@media (max-width:1199px) {
    .title-first-contact .caret-isons, .company-email-div .company-contect-name {
        font-size: 16px;
    }

    .contact-name-span, .company-email-div .contact-person-info .contact-email-span, .contact-address-company a, .contact-name-span, .company-email-div .contact-person-info .contact-phone-span {
        font-size: 14px;
    }

        .contact-address-company a br {
            display: none;
        }

    .contact-address-company a {
        margin-top: 40px;
    }

    .country-logo-3-13:after {
        content: "";
        width: 6px;
        height: 6px;
        top: 17px;
        right: 3px;
    }
}

@media (max-width:991px) {
    .country-logo-3-13:after {
        content: "";
        width: 4px;
        height: 4px;
        top: 16px;
        right: 2px;
    }
}

@media (max-width:767px) {
    .title-first-contact .caret-isons, .company-email-div .company-contect-name {
        font-size: 16px;
    }

    .contact-name-span, .company-email-div .contact-person-info .contact-email-span, .contact-address-company span, .contact-name-span, .company-email-div .contact-person-info .contact-phone-span {
        font-size: 14px;
    }

    .contact-address-company a br {
        display: block;
    }

    .contact-address-company a, .company-title-double.contact-address-company a {
        margin-top: 20px;
    }

    .contact-info-devider {
        width: 100%;
        float: left;
    }
}

/* contact us page upgrade css end */



/* Bkt Verify Result page Css Start*/
.bulk-qrcode-verify.bkt-dev-verify
{
    padding-left: 100px;
    padding-right: 100px;
}
.bulk-qrcode-verify.bkt-dev-verify .bulk-qrcode-verify-content p 
{
    text-align:center;
}
.bulk-qrcode-verify.bkt-dev-verify .bulk-qrcode-verify-content h3 
{
    text-align:center;
}
.bulk-qrcode-verify.bkt-dev-verify .bkt-verify-top-web-img img {
    width: auto;
    height: 60px;
}
.bulk-qrcode-verify.bkt-dev-verify .bkt-verify-top-web-img img:first-child, .bulk-qrcode-verify.bkt-dev-verify .bulk-qrcode-verify-bottom-img img:first-child {
    width: 150px;
    height: auto;
}
    .bulk-qrcode-verify.bkt-dev-verify .bkt-verify-top-web-img img:last-child, .bulk-qrcode-verify.bkt-dev-verify .bulk-qrcode-verify-bottom-img img:last-child {
        margin-left: 15px;
    }
.bulk-qrcode-verify.bkt-dev-verify .top-logo-verify-div {
    display: flex;
    justify-content: space-between;
}
.bulk-qrcode-verify.bkt-dev-verify .bulk-qrcode-verify-bottom 
{
    display:none;
}
.new-verify-design-main.bkt-dev-verify-next .verify-title.bkt-verify-title-left p 
{
    text-align:left;
}
.new-verify-design-main.bkt-dev-verify-next .verify-title.bkt-verify-title-left p span 
{
    display:block;
    margin-bottom:10px;
}
.new-verify-design-main.bkt-dev-verify-next .verify-title.bkt-verify-title-left p span:last-child 
{
    display:block;
    margin-bottom:0;
}
@media (max-width:991px) {
    .bulk-qrcode-verify.bkt-dev-verify {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width:767px) {
    .bulk-qrcode-verify.bkt-dev-verify .bkt-verify-top-web-img {
        display: none;
    }
    .bulk-qrcode-verify.bkt-dev-verify .bulk-qrcode-verify-bottom-img 
    {
        width:auto;
    }
    .bulk-qrcode-verify.bkt-dev-verify .bulk-qrcode-verify-bottom {
        display: flex;
        margin-top: 0;
    }
    .bulk-qrcode-verify.bkt-dev-verify .top-logo-verify-div {
        display: flex;
        justify-content: center;
    }
    .bulk-qrcode-verify.bkt-dev-verify {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* Bkt Verify Result page Css End*/
/* Team page new css start*/

.new-our-team-page-section.team-page-new-design .our-team-list-box img 
{
    width:140px;
    height:auto;
    margin:auto;
}
.team-page-new-design .our-team-list-grid .team-member-box {
    border: 1px solid #eee;
    padding-top: 35px;
    padding-bottom: 35px;
}
.new-our-team-page-section.team-page-new-design .our-team-list-grid {
    display: grid;
    grid-row-gap: 40px;
    grid-template-columns: 31.5% 31.5% 31.5%;
    justify-content: space-between;
}
.new-our-team-page-section.team-page-new-design .our-team-list-box h3 {
    margin: 30px 0 20px 0;
    text-transform: unset;
}
.new-our-team-page-section.team-page-new-design .our-team-list-box p {
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.team-page-new-design .team-member-priview hr
{
    width:84%;
    margin:25px auto;
}
.team-page-new-design .team-member-priview .team-short-content {
    display: block;
    min-height: 140px;
    position: relative;
    top: 0;
    min-height: 140px;
}
.team-page-new-design .our-team-list-box .team-member-box .blockchain-exptience {
    display: block;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
}
.team-page-new-design .team-member-priview .team-preview-read-more-btn {
    display: block;
    width: 125px;
    background: #0e3552;
    color: #fff;
    opacity: 1;
    margin: auto;
    text-decoration: none;
    padding: 8px 0;
    margin-top: 25px;
    box-shadow: inset 0 0 0 0 #000;
    transition: all 0.3s ease;
}
.team-page-new-design .team-member-priview .team-preview-read-more-btn:hover {
    background: #000000;
    box-shadow: inset 135px 0 0 0 #000;
    transition: all 0.3s ease;
}
.popup-blockchain-exp-p {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    margin: 20px 0;
    font-weight: 600;
}
.team-modal.team-modal-new .popup-team-member-detail h3 {
    font-size: 20px;
    margin: 15px 0 10px 0;
}
.team-modal.team-modal-new .popup-team-member-detail .popup-member-position {
    font-size: 16px;
    font-weight: 500;
    color: #9b9a9a;
    text-transform:uppercase;
}
.new-our-team-page-section.team-page-new-design .team-new-top-bg-title .team-new-title-div {
    text-align: center;
    padding: 140px 0 100px 0;
}
.new-our-team-page-section.team-page-new-design .team-new-top-bg-title .team-new-title-div h1
{
    margin: 0 0 10px 0;
}
.team-modal.team-modal-new .popup-team-member-img img 
{
    width:200px;
}
.team-modal-new .modal-content
{
    border-radius:0;
}
.team-modal.team-modal-new .popup-team-member-detail h3 
{
    text-transform:unset;
}
.team-modal.team-modal-new .popup-team-member-detail {
    padding: 0 0 0 45px;
}
@media (max-width:991px) {
    .new-our-team-page-section.team-page-new-design .our-team-list-grid {
        grid-template-columns: 48% 48%;
    }
    .team-modal.team-modal-new .popup-team-member-detail {
        padding: 0;
    }
}
@media (max-width:767px) {
    .new-our-team-page-section.team-page-new-design .our-team-list-grid {
        grid-template-columns: 98%;
        justify-content: center;
        grid-row-gap: 30px;
    }
}
@media (max-width:600px) {
    .new-our-team-page-section.team-page-new-design .team-new-top-bg-title .team-new-title-div {
        padding: 100px 0 80px 0;
    }
    .team-modal.team-modal-new .popup-team-member-img img {
        width: 160px;
    }
}
/* Team page new css end*/

/* New OTP Flow mainnnet service css start*/
.verift-otp-new-ui .otp-new-ui-box {
    max-width: 650px;
    height: auto;
    margin: 20px auto 50px auto;
    /*box-shadow: 0px 1px 26px 4px rgb(0 0 0 / 20%);*/
    padding: 40px 30px 40px 30px;
    border: 1px solid #35ab47;
}

    .verift-otp-new-ui .otp-new-ui-box form {
        width: 100%;
        max-width: 100%;
    }

.verift-otp-new-ui .otp-new-ui-form {
    width: 380px;
    margin: 30px auto 0 auto;
}

.verift-otp-new-ui .otp-new-ui-box-head {
    text-align: center;
}

    .verift-otp-new-ui .otp-new-ui-box-head h4 {
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 20px 0;
        line-height: 30px;
    }

    .verift-otp-new-ui .otp-new-ui-box-head p {
        font-size: 20px;
    }

.verift-otp-new-ui .otp-new-ui-form .form-control-custom {
    width: 100%;
    padding: 5px 15px 5px 45px;
    height: 45px;
    font-size: 16px;
    border: 1px solid #cccccc;
}

    .verift-otp-new-ui .otp-new-ui-form .form-control-custom:focus {
        border: 1px solid #24984E;
    }

.verift-otp-new-ui .otp-new-ui-form .form-group {
    position: relative;
}

    .verift-otp-new-ui .otp-new-ui-form .form-group i {
        position: absolute;
        left: 15px;
        top: 14px;
        color: #B3B3B3;
    }

.verift-otp-new-ui .otp-new-ui-form .new-request-otp-btn {
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    color: #00b2ea;
    padding: 0 15px 0 5px;
    font-size: 12px;
}

.verift-otp-new-ui .validation-fail-msg {
    display: inline-block;
    color: red;
    margin-top: 8px;
    font-size: 14px;
}

.verift-otp-new-ui .validation-success-msg {
    display: inline-block;
    color: green;
    margin-top: 8px;
    font-size: 14px;
}

.verift-otp-new-ui .form-control-custom.validation-fail-input {
    border: 1px solid #f00;
}

.verift-otp-new-ui .new-otp-ui-captcha-box {
    display: flex;
    border: 1px solid #ddd;
    margin-top: 35px;
}

.verift-otp-new-ui .new-otp-ui-captcha-img {
    width: 200px;
}

.verift-otp-new-ui .new-otp-ui-recaptcha {
    display: flex;
    align-items: center;
    padding: 15px;
}

    .verift-otp-new-ui .new-otp-ui-recaptcha img {
        width: 25px;
        margin-right: 10px;
    }

.verift-otp-new-ui .otp-new-ui-form .new-otp-ui-recaptcha .form-control-custom {
    padding: 5px 15px 5px 15px;
}

.verift-otp-new-ui .otp-new-ui-box.multiple-attempts-box {
    border: 1px solid #f00;
}

.verift-otp-new-ui .multiple-attempts-text {
    text-align: center;
}

    .verift-otp-new-ui .multiple-attempts-text p {
        color: #f00;
    }

.verift-otp-new-ui .mr-t-30 {
    margin-top: 25px;
}

.verift-otp-new-ui .width-100 {
    width: 100%;
}

.verift-otp-new-ui .private-access-otp-btn {
    font-size: 16px;
    padding: 12px 0 !important;
    background: #24984E;
    min-width: 128px;
    text-align: center;
}

    .verift-otp-new-ui .private-access-otp-btn:hover {
        background: #176939;
    }

.otp-new-ui-box-head br {
    display: none;
}

.verift-otp-new-ui .form-control-custom::placeholder {
    color: #E6E6E6;
}
.verift-otp-new-ui .otp-btn-mr-10 
{
    margin-right:10px;
}
@media (max-width:991px) {
    .verift-otp-new-ui .otp-new-ui-box {
        margin: 20px auto 40px auto;
    }
}

@media (max-width:767px) {
    .verift-otp-new-ui .otp-new-ui-box {
        margin: 20px auto 40px auto;
    }

    .otp-new-ui-box-head br {
        display: block;
    }

    @media (max-width:500px) {
        .verift-otp-new-ui .otp-new-ui-form {
            width: 100%;
        }

        .verift-otp-new-ui .otp-new-ui-box-head h4 {
            font-size: 22px;
        }

        .verift-otp-new-ui .otp-new-ui-box-head p {
            font-size: 18px;
        }

        .verift-otp-new-ui .otp-new-ui-form .form-control-custom {
            font-size: 15px;
        }

        .verift-otp-new-ui .otp-new-ui-box {
            padding: 25px 15px 25px 15px;
        }

        .verift-otp-new-ui .new-otp-ui-recaptcha img {
            width: 20px;
        }
        .verift-otp-new-ui .private-access-otp-btn {
            font-size: 15px;
            padding: 10px 0 !important;
            min-width: 120px;
        }
        .verift-otp-new-ui .otp-btn-mr-10 {
            margin-right: 7px;
        }
    }
    /* New OTP Flow mainnnet service css end*/