
/*@font-face {
    font-family: 'Poppins-Regular';
    src: url('../Font/Poppins-Regular.ttf') format('truetype');
}*/
/*@font-face {
    font-family: 'Segoe UI';
    src: url('segoe-ui-4-cufonfonts-webfont/Segoe UI.woff') format('woff');
}*/
@font-face {
    font-family: 'Segoe UI';
    src: url('../segoe-ui-4-cufonfonts-webfont/Segoe UI.woff') format('woff');
}
/*@font-face {
    font-family: 'Segoe UI';
    src: url('Font/Segoe UI.woff') format('woff');
}*/
html, body {
    /*font-family: var(--FontFamily) !important;*/
    cursor: inherit !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: Segoe UI !important
}

.ttour-shadow {
    display: block;
}

a {
    color: #b8860b;
    cursor: pointer
}

    a:hover {
        color: #ac7d0a;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--FontFamily);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background: linear-gradient(to bottom, #42a2ef,#0c5087);
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: linear-gradient(to bottom, #42a2ef,#0c5087);
            color: #fff;
        }

.bgnon {
    background: none !important
}

.zindex {
    z-index: 99 !important
}
/* --------------Start LanguageChanges---------------*/

.LangDrpdwn a.button {
    padding: 8px 8px 2px 8px;
    border-radius: 3px;
    line-height: 58px;
    text-align: center;
    margin-top: 7px;
    font-size: 14px;
    font-family: inherit;
    -webkit-appearance: none;
}

.LangDrpdwn {
    position: relative;
    padding: 0;
    margin-right: 2px;
    border: none;
}

    .LangDrpdwn summary {
        list-style: none;
        list-style-type: none;
    }



        .LangDrpdwn summary:focus {
            outline: none;
        }

            .LangDrpdwn summary:focus a.button {
                border: 2px solid white;
            }

        .LangDrpdwn summary:focus {
            outline: none;
        }

    .LangDrpdwn ul {
        position: absolute;
        margin: 6px 0 0 0;
        padding: 4px 8px;
        width: auto;
        left: -43%;
        margin-left: calc((var(--dropdown-width) / 2) * -1);
        box-sizing: border-box;
        z-index: 2;
        background: #fff;
        border-radius: 6px;
        list-style: none;
        box-shadow: -8px 7px 7px rgb(0 0 0 / 40%) !important;
    }

        .LangDrpdwn ul li {
            padding: 0;
            margin: 0;
        }

            .LangDrpdwn ul li a:link, .LangDrpdwn ul li a:visited {
                display: inline-block;
                padding: 3px 0.8rem;
                width: 100%;
                box-sizing: border-box;
                color: var(--dropdown-color);
                text-decoration: none;
            }

            .LangDrpdwn ul li a:hover {
                background-color: #f8f9fa;
                color: #ac7d0a;
            }

        .LangDrpdwn ul::before {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            top: -10px;
            left: 50%;
            margin-left: -24px;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #fff transparent;
        }



    .LangDrpdwn > summary::before {
        display: none;
    }

    .LangDrpdwn[open] > summary::before {
        content: ' ';
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
    }

.langimg {
    width: 28px;
    /* padding-right: 11px; */
    padding-left: 0px;
    height: 25px;
}

#selectedlanguage {
    display: flex;
    background-color: #f1f1f173;
    flex-direction: column;
    color: #023d6d;
}

.langclick {
    font-size: 16px;
    display: flex !important;
    justify-content: space-around;
}

    .langclick img {
        width: 28px;
        margin-right: 3px;
    }
/* --------------End LanguageChanges---------------*/
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

@media screen and (max-width: 430px) {
    canvas {
        width: 120px !important;
    }
}

@media screen and (max-width: 360px) {
    canvas {
        width: 100px !important;
    }

    .headingarrow::before {
        width: 90px !important;
    }

    .headingarrow::after {
        width: 90px !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 60px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(42, 44, 57, 0.9);
}

    #header.header-transparent {
        background: #ffffffa8;
    }

    #header.header-scrolled {
        /* background: rgb(54 65 140 / 95%);*/
        background: #fff;
        border-bottom: 2px solid #003ca6;
        box-shadow: 1px 2px 12px 0px #b7b7b778;
    }

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #fff;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 40px;
    }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

    .nav-menu a {
        display: block;
        position: relative;
        /* color: #fff;*/
        color: #050934;
        padding: 5px 13px 7px 13px;
        margin-left: 5px;
        transition: 0.3s;
        font-size: 17px;
        border-radius: 50px;
        font-weight: 500
        /*font-family: "Open Sans", sans-serif;*/
    }

        .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
            background: linear-gradient(135deg, rgb(101 170 225) 0%, rgb(19 128 214) 100%);
            text-decoration: none;
            color: #fff;
        }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% - 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
        border-radius: 15px;
        margin-top: 5px;
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: #2a2c39;
    }

        .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
            color: #ef6603;
            background: none;
        }

    .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }

    .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\eaa0";
            font-family: IcoFont;
            position: absolute;
            right: 15px;
        }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    /*position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;*/
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    padding: 0px 7px;
    margin-top: 6px;
}

    .mobile-nav-toggle i {
        color: #fff;
    }

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #2a2c39;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #ef6603;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(20, 21, 28, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*background: linear-gradient(0deg, #2a2c39 0%, #33364a 100%);*/
    background: linear-gradient(0deg, #2826af54 0%, #2d3fb8 100%);
    padding: 0;
}

    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        position: relative;
        height: 90vh;
        /*padding-top: 60px;*/
    }

    #hero h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
        text-shadow: 2px 2px 6px rgb(12 12 12/92%);
        /* text-shadow: 4px 1px #000;*/
    }

    #hero p {
        width: 80%;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 30px auto;
        color: #fff;
        text-shadow: 2px 2px 7px rgb(12 12 12 / 97%);
        font-size: 19px !important;
    }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 10%;
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
        color: #c88d02;
    }

    #hero .btn-get-started {
        /*font-family: "Raleway", sans-serif;*/
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 50px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px;
        color: #fff;
        font-weight: bold;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        border: 2px solid #986e07;
        background: #202665;
    }

        #hero .btn-get-started:hover {
            background: linear-gradient(135deg, rgb(184 134 13) 0%, rgb(221 177 10) 100%);
            color: #fff;
            text-decoration: none;
        }

@media (min-width: 1024px) {
    #hero p {
        width: 62%;
    }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 768px) {
    #hero .carousel-container {
        height: 90vh;
    }

    #hero h2 {
        font-size: 28px;
    }
}

.hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 99;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

    .section-title h2 {
        font-size: 30px;
        font-weight: bold;
        padding: 0;
        line-height: 1;
        margin: 0 0 5px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #aaaaaa;
        font-family: var(--FontFamily);
    }

        .section-title h2::after {
            content: "";
            width: 120px;
            height: 1px;
            display: inline-block;
            background: #329cef;
            margin: 9px 10px;
        }

    .section-title p {
        margin: 0;
        margin: 0;
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: var(--FontFamily);
        color: #2a2c39;
    }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    padding-top: 80px;
}

    .about .content h3 {
        font-weight: 600;
        font-size: 26px;
    }

    .about .content ul {
        list-style: none;
        padding: 0;
    }

        .about .content ul li {
            padding-left: 0px;
            position: relative;
        }

            .about .content ul li + li {
                margin-top: 20px;
            }

        .about .content ul i {
            /*position: absolute;*/
            left: 0;
            margin-right: 12px;
            top: 2px;
            font-size: 20px;
            color: #fff;
            /*background-color: #e4a60f;*/
            background: linear-gradient(to bottom, #42a2ef,#34c2d3);
            line-height: 2.4;
            border-radius: 50%;
            /* padding: 15px; */
            width: 50px;
            height: 50px;
            text-align: center;
        }

    .about .content p:last-child {
        margin-bottom: 0;
    }

    .about .content .btn-learn-more, .sign-up, .btn-sign-in {
        /*font-family: "Raleway", sans-serif;*/
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 5px;
        transition: 0.3s;
        line-height: 1;
        color: #0f65ab;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        margin-top: 6px;
        border: 2px solid #0f65ab;
    }

        .about .content .btn-learn-more:hover, .btn-sign-in:hover {
            background: linear-gradient(135deg, rgb(2 61 109) 0%, rgb(27 74 97) 100%);
            color: #fff;
            text-decoration: none;
        }

        .sign-up:hover {
            color: white;
            box-shadow: 1px 1px 1px 1px #563b05;
        }

.aboutinfo {
    color: #818190;
}

.sign-up {
    background: linear-gradient(to bottom, #2196f3,#127ed4);
    border-color: #157ed1;
    color: #e9edf1;
}

.Signinbtn p {
    margin: 0;
}

.Signinbtn .sign_loader {
    display: none;
}

.Signinbtn.loading {
    pointer-events: none;
    position: relative;
}

    .Signinbtn.loading .sign_loader_cont {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(1px);
        background-color: #00000014;
    }
.Signinbtn.loading .sign_loader {
    width: 22px;
    height: 22px;
    border: 3px solid #d3edff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

header .btn-sign-in {
    /*color: white*/
    color: #023d6d;
    border: 2px solid #023d6d;
}

/*#SequenceToggle {
    font-size: 21px;
    color: #f5f5dc75;
    cursor: pointer;
}*/
#HelpDiv {
    color: #023d6d;
    font-size: 18px;
    /*color: #ffd700e0;*/
    cursor: pointer;
}

#navbarCollapse .dropdown .dropdown-menu a {
    color: #18205f !important;
    font-size: 15px;
    /* border-bottom: 1px solid #dee2e6 !important;*/
}

    #navbarCollapse .dropdown .dropdown-menu a:hover {
        color: #b8860b !important;
    }

#navbarCollapse .dropdown .dropdown-menu {
    top: 38px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgb(0 60 166 / 73%), rgb(251 158 139 / 85%)),url(../../Images/New/PGOLD.jpg) /*#2a2c39*/ /*#2a2c39*/;
    padding: 80px 0;
    background-repeat: no-repeat;
    /* background-image: url(../../Images/New/PGOLD.jpg); */
    background-size: cover;
    background-position: center;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        /*font-family: "Raleway", sans-serif;*/
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 30px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        color: #fff;
        background: linear-gradient(to bottom, #2196f3,#127ed4);
    }

        .cta .cta-btn:hover {
            background: #fff;
            color: #0f65ab;
        }

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    /*display: flex;*/
}

.services .icon-image-div {
    justify-content: center;
    align-self: center;
    width: 100%;
    text-align: center;
}

.services .icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.services .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}

    .services .icon i {
        font-size: 64px;
        line-height: 1;
        transition: 0.5s;
    }

.services .title {
    /* margin-left: 40px; */
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 17px;
    text-align: center;
}

    .services .title a {
        color: #2a2c39;
        transition: ease-in-out 0.3s;
    }

        .services .title a:hover {
            color: #ef6603;
        }

.services .description {
    font-size: 14px;
    margin-left: 0px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 0;
}

.aboutimg {
    /* border: 12px solid #e4a60f;*/
    border: 12px solid #76b4ef;
    border-radius: 50%;
    border-left: -3px;
    border-right: 5px;
    height: 340px;
    width: 360px;
}

.infoicon {
    margin-right: 12px;
    top: 2px;
    font-size: 25px;
    color: #fff;
    background: linear-gradient(to bottom, #42a2ef,#34c2d3);
    /*background-color: #e4a60f;*/
    line-height: 2.3 !important;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
}

.Productheader {
    font-size: 32px;
    color: #dc9f0a;
    text-shadow: 2px 2px #252121;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 92%;
    opacity: 1;
    padding: 10px 20px;
}

.Productdes {
    font-size: 32px;
    color: #e4a60f;
    text-shadow: 1px 1px #252121;
}

.faq {
    padding: 60px 0;
    background-color: #c2c8e4;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #14151c;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}

    #footer h3 {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        position: relative;
        font-family: var(--FontFamily);
        padding: 0;
        margin: 0 0 15px 0;
    }

    #footer p {
        font-size: 15px;
        font-style: italic;
        padding: 0;
        margin: 0 0 40px 0;
    }

    #footer .social-links {
        margin: 0 0 26px 0;
    }

        #footer .social-links a {
            font-size: 15px;
            display: inline-block;
            background: #1e91ec;
            color: #fff;
            line-height: 22px;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .social-links a:hover {
                background: linear-gradient(to bottom, #2196f3,#127ed4);
                color: #fff;
                text-decoration: none;
            }

    #footer .copyright {
        margin: 0 0 5px 0;
    }

    #footer .credits {
        font-size: 13px;
    }

.carousel-container img {
    height: inherit;
    width: 100%;
    object-fit: fill;
}

.forgotinfolbl {
    color: #164f8c !important;
    font-size: 21px;
}

.Img-backdrop {
    height: 100%;
    position: absolute;
    width: 99vw;
    top: 0px;
    /*background-color: #21212185*/ /*#080d29ad*/ /*;*/
}

.about .content .btn-learn-more.sign-up {
    background: linear-gradient(to bottom, #2196f3,#127ed4);
    color: white
}

.highlight {
    font-size: large;
    color: #1e92ed;
    text-shadow: 1px 1px #100e0e;
}

.transferantfooter {
    background-color: #f0f8ff6e
}

.faq .faq-list a.collapsed i::before {
    content: "\f0d8" !important;
}

.carousel-caption {
    top: 25%;
    bottom: auto
}

.font-smaller {
    font-size: smaller
}

.input-group-text {
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px; /*7px;*/
    background: #d8d7d670;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #525965;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #525965;
    }

::-webkit-scrollbar-track {
    background: rgba(57, 55, 55, 0.12);
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.partitionedInput {
    padding: 0 !important;
    padding-left: 8px !important;
    letter-spacing: 42px;
    border: 0px !important;
    background-image: linear-gradient(to left, black 70%,rgba(255,255,255) 0%);
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px !important;
    min-width: 220px !important;
    background-position: bottom;
    outline: none
}

.martopseven {
    margin-top: 5.5%;
}

.divinner {
    left: 0;
    position: sticky;
}

.divouter {
    width: 190px;
    overflow: hidden
}

.PgoldInfo {
    z-index: 99;
    background-color: #1b234a8c;
    position: fixed;
    width: 100%;
    top: 70px;
    height: 27px;
}

    .PgoldInfo marquee {
        color: #fff;
        text-shadow: 1px 1px #000;
    }

.Timepickerwrap {
    height: 45px !important;
    font-size: 18px;
    margin-top: -3px;
}

.contentSection {
    height: calc(100vh - 116px);
    margin-top: 70px;
}

.verifysignup {
    margin-top: 22%;
}

.supportinfo {
    line-height: 45px
}

.livedemofont {
    font-size: 1.3em;
}

.signInImg img {
    height: auto;
    width: 100%;
}

.dividerHeader {
    border-bottom: 1px solid #ddd;
    height: 27px;
}

.requestdemobtn {
    background: linear-gradient(to bottom, #2196f3,#127ed4);
    color: white !important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
}

.signupemailbox {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 8px 20px 0 rgb(0 0 0 / 19%);
    z-index: 99;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 88%;
    margin-left: 15px
}

.arrowMark {
    color: #21ad2b;
    border-radius: 50%;
    font-size: 31px;
}

.requestlink:hover {
    text-decoration: underline
}

.infolbl {
    color: #164f8c !important;
    font-size: 19px
}
/*ProductCss*/
.productheading {
    background: linear-gradient( 25deg, #1dadd5 0%,#4286ecd4, #6ab1e9);
}

.producsection .k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    border-radius: 25px;
}

.producsection .k-maskedtextbox.form-control .k-textbox, .k-textbox.form-control, .k-widget.form-control {
    border-radius: 25px;
}

.productheading h2 {
    font-size: 25px;
    color: #fff !important;
    font-weight: normal;
    text-shadow: 1px 1px #000;
}

    .productheading h2::after {
        height: 0px !important;
        /*background: #f1f1f1;*/
    }

    .productheading h2::before {
        content: "";
        width: 120px;
        /* height: 1px;*/
        display: inline-block;
        /* background: #f1f1f1;*/
        margin: 9px 10px;
    }

.ProductContainer {
    margin: 0px 0px 0px 0px;
    padding: 24px 10px 24px 0px;
    background-color: #ffffff;
    border-style: solid;
    height: 137px;
    border-width: 2px 2px 2px 2px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 50%) inset;
}

    .ProductContainer:hover {
        box-shadow: none;
    }

    .ProductContainer img {
        max-height: 45px;
    }

        .ProductContainer img:hover, .ProductContainer img:focus, .ProductContainer img:active {
            transform: translateY(-10px);
        }

    .ProductContainer .Circle {
        position: absolute;
        top: -33px;
        right: -13px;
        width: 55px;
        height: 51px;
        border: 1px solid #444;
        border-radius: 50%;
        background: yellow;
        color: red;
        line-height: 2.3;
        text-align: center;
        z-index: 999;
        font-size: 1.3em;
        font-weight: bold;
        box-shadow: 2px 2px 10px #555 inset;
    }

.ProductHD {
    color: #000;
    text-decoration: none !important;
    font-size: 1.3em;
    padding: 4px 0px 7px;
}

    .ProductHD a {
        color: #000;
        text-shadow: 1px 1px 1px #000000;
        text-decoration: none !important;
    }

.ProductContainer i {
    text-shadow: 1px 1px #000
}
/*.singlproducttext {
    height: 110px;
}*/
.ProductHD a:hover {
    color: #ac720d !important;
    text-shadow: 1px 1px 2px #000000;
    text-decoration: none !important;
}

.productdescription {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.tracktracelogo {
    height: 319px !important;
    max-height: 50px !important;
}

button:focus {
    outline: 2px dashed #e8a800 !important;
}

:focus-visible {
    outline: 2px dashed #e8a800;
}

.LoginheaderAdjust {
    height: 67px;
}

table {
    max-width: 100%
}

.modalbbx_User1 {
    width: 96%;
    max-width: 70%;
    top: 24%;
    margin: 0.75rem auto;
    position: relative;
    pointer-events: none;
    transform: translate(0,-25%);
}

.borderbotom {
    border-bottom: 1px solid #000
}

.modalbgcolor {
    background-color: #4e4e4d7a;
    opacity: inherit !important;
    display: none
}

.modal-header {
    color: white;
    padding: 0.5rem 0.5rem;
}

    .modal-header .close {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        padding: 1px 6px 5px 7px !important;
        border-radius: 30px;
        line-height: 1;
        margin: 0% 0% 0% 0% !important;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
        background-color: #fff !important;
    }

.IND {
    color: #fff;
    background: #999;
    border: 3px dashed #000000;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 10px;
    float: left;
    position: absolute;
    bottom: -10px;
    right: 5px;
    text-transform: uppercase;
    margin-right: 10px
}

.Enterprise {
    color: #fff;
    background: #007bff;
    border: 3px dashed #000000;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 10px;
    float: left;
    position: absolute;
    bottom: -10px;
    left: 5px;
    text-transform: uppercase;
    margin-right: 10px
}

.EPCPROMAN {
    color: #aa2234;
    background: yellow;
    border: 3px dashed #FF0000;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 10px;
    float: right;
    position: absolute;
    bottom: -10px;
    left: 66px;
    text-transform: uppercase;
    margin-right: 10px
}

.productdesable {
    background-color: #ccc;
    opacity: 0.2;
    pointer-events: none;
}

.producsection .k-dropdown .k-dropdown-wrap .k-input, .k-dropdowntree .k-dropdown-wrap .k-input {
    height: auto;
    font-size: 18px;
    text-align: center;
}

.ProductContainer a {
    color: blue;
    cursor: pointer;
    font-size: 18px;
}
/*EULACss*/
.Euheading {
    color: #3960a5;
}

.alphalower {
    list-style-type: lower-alpha
}

.Eulashadow {
    box-shadow: inset 0 0 3px 2px #e7ecef;
}

.Eulahgt {
    height: 79vh;
    overflow: auto;
    font-size: 18px;
}

    .Eulahgt a {
        color: #007bff !important;
    }

.helpModalBX {
    right: 0;
    left: auto
}

.modalwdth {
    width: 96%;
    max-width: 90%;
    top: 0%;
}

.videohgt {
    height: 80vh !important
}

.carousel1 {
    right: 7%
}

.carousel2 {
    left: 2%;
    top: 18%;
    /* background: linear-gradient( 90deg, rgb(255 255 255 / 75%) 75%,rgb(255 255 255 / 36%) 75%, rgb(255 255 255 / 18%) 100%);*/
}

.headingnew {
    color: #3c4a8e !important;
    text-shadow: none !important;
}

.headingnew1 {
    color: #111e5d !important;
    text-shadow: none !important
}

.Lefttxt {
    left: 8%;
}

.helpmenuHD {
    font-weight: bold;
    padding: .25rem 1.5rem;
    border-bottom: 3px double #ccc;
    color: #a97e17;
    font-size: 17px;
    text-shadow: 1px 1px #ccc;
    border-top: 1px solid #ccc;
}
/*.helpmenuHD {
    font-weight: bold;
    padding: .25rem 1.5rem;
    border-bottom: 2mm ridge rgb(106 121 224);
    color: #a97e17;
    text-shadow: 1px 1px #ccc;
    border-top: 1px solid #ccc;*/
/* border-radius: 20px 80px; */
/*}*/
.helpModalBX {
    right: 0;
    left: auto;
    box-shadow: -8px 7px 7px rgb(0 0 0 / 40%);
}

.k-dropdowntree .k-multiselect-wrap, .k-multiselect .k-multiselect-wrap {
    height: 38px;
    overflow: auto;
}

#content .k-button {
    border-color: rgba(0,0,0,.08);
    color: #656565;
    background: #4e73df;
    color: white;
    height: 28px;
    border-radius: 5px;
    margin-top: 5px;
}

.refer {
    color: #404a91;
    /* background: linear-gradient( 
270deg, rgb(252 253 244 / 8%) 0%, rgb(247 251 240) 100%); */
    font-size: 43px;
    /*padding: 28px 16px 8px 57px;*/
    text-shadow: 2px 1px #bbbdbf;
}

.ReportRes {
    height: 41px;
}

.discounttext {
    color: #404a91;
    font-size: 30px;
    padding: 0px 11px 8px 25px;
    text-align: right;
    text-shadow: 2px 1px #bbbdbf;
}

.referearnimg {
    width: 390px
}

.textcolor {
    color: #8b6e0d;
}

.referearn {
    min-height: 0px !important;
}

#referearnheight {
    height: calc(100% - 4px) !important;
    overflow: auto;
}

.gradientRefer {
    background-image: linear-gradient(#e6f3f9, #ffff)
}

label {
    font-weight: 500;
}

.bordersitemap {
    border-bottom: 8px double darkgoldenrod;
}

.listtypeUl ul li ul li {
    list-style-type: disc
}

.listtype {
    list-style-type: none !important
}

.modal-header {
    background-color: #007bff !important;
    text-align: center;
}

.loginSign {
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .loginSign:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f8fafb;
    }

.logintransferant {
    background: rgb(78 119 165 / 31%);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    margin-top: 80px !important;
    backdrop-filter: blur(4px);
    height: inherit;
    z-index: 99;
    border-radius: 25px;
    border: solid 5px #c1d4ee;
    top: 19px;
}

    .logintransferant a {
        color: #dfa607;
        text-shadow: 2px 1px #000;
        font-weight: bold
    }

.goldencolor a {
    color: #0b43ef;
    text-shadow: none;
}

.pgoldgold {
    color: #dfa607;
    text-shadow: 1px 1px #000;
}

.textshadowblack {
    text-shadow: 1px 1px #000;
}

.transformcontract {
    transform: scaleX(-1);
}

.pricingheader {
    border-bottom: 2px solid #003ca6;
    box-shadow: 1px 2px 12px 0px #b7b7b778;
}

.rightZero {
    right: 0%;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        margin: 0 0 10px 10px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li::before {
            content: "[";
            margin-right: 6px;
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            transition: all 0.3s ease-in-out;
        }

        .portfolio #portfolio-flters li::after {
            content: "]";
            margin-left: 6px;
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            transition: all 0.3s ease-in-out;
        }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #ef6603;
        }

            .portfolio #portfolio-flters li.filter-active::before, .portfolio #portfolio-flters li.filter-active::after {
                color: #ef6603;
            }

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

    .portfolio .portfolio-item .portfolio-img {
        overflow: hidden;
        box-shadow: 0 1px 0px 0 rgb(145 150 150 / 70%), 0 0px 6px 0 rgb(16 16 16 / 52%);
        background: linear-gradient(to bottom, #f4f9fd, #e9f4fc, #b7d3e9,#629bef);
        height: 264px;
    }

        .portfolio .portfolio-item .portfolio-img img {
            transition: all 0.8s ease-in-out;
            opacity: 0;
            height: 264px;
            width: 100%
        }

    .portfolio .portfolio-item .portfolio-info {
        /* opacity: 0;*/
        position: absolute;
        top: 0;
        z-index: 3;
        text-align: center;
        transition: all ease-in-out 0.3s;
        padding: 10px 15px;
        text-align: center;
        width: 93%;
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #fff;
            margin-bottom: 0px;
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #000;
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 0;
            word-break: break-word;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #fff;
            transition: 0.3s;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: #fd9f5b;
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 10px;
        }

    .portfolio .portfolio-item .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-item .portfolio-links a {
            color: #fff;
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-item .portfolio-links a:hover {
                color: #fd9f5b;
            }

    .portfolio .portfolio-item:hover .portfolio-img img {
        transform: scale(1.2);
        opacity: 0.5;
    }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
    }

    .portfolio .portfolio-item:hover .Productheader {
        opacity: 0;
    }

.Productheader {
    font-size: 32px;
    color: #dc9f0a;
    text-shadow: 2px 2px #252121;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 92%;
    opacity: 1;
    padding: 10px 20px;
}

.Productdes {
    font-size: 32px;
    color: #e4a60f;
    text-shadow: 1px 1px #252121;
}

.productmenubtn {
    background: linear-gradient(to bottom, #016ec5,#1061a3);
    box-shadow: 2px 2px #053c68;
}

.portfolio-item:hover .portfolio-img {
    background: linear-gradient(180deg, #fff 0%, #010001 100%) !important
}

.portfolio-item:hover p {
    color: #fff !important;
    text-shadow: 1px 2px #000;
}

.productcount {
    position: absolute;
    top: 1px;
    right: 16px;
    width: 37px;
    height: 33px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #76b4e0,#2779ba);
    color: #fff;
    line-height: 1.7;
    text-align: center;
    z-index: 9;
    font-size: 1.1em;
}
/*--StartLeftToggle--*/
.floartingwrapper {
    position: absolute;
    margin-top: 7vh;
    left: 3.8%;
    transform: translate(-50%, -50%);
}

    .floartingwrapper ul {
        list-style: none;
    }

        .floartingwrapper ul li {
            width: 130px;
            height: 40px;
            position: relative;
            margin: 0px 0;
            cursor: pointer;
            text-align: center;
            border-radius: 1px;
            box-shadow: 0 0 10px rgb(0 0 0 / 30%);
            color: #fff;
            background-color: #777;
            padding-top: 6px;
            border-bottom: 4px double #3b78e3;
        }

            .floartingwrapper ul li .fa {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 20px;
            }

                .floartingwrapper ul li .fa:hover {
                    color: #fff !important;
                }

            .floartingwrapper ul li.facebook {
                background: #fff;
                border: 1px solid #0e5790
            }

                .floartingwrapper ul li.facebook:hover {
                    background: #0e5790;
                    color: #fff
                }

                .floartingwrapper ul li.facebook div.Floatingslider {
                    background: #0e5790;
                }

.rightactive {
    background-color: #4689d3 !important
}

.Floatingslider {
    content: "";
    position: absolute;
    top: 0;
    left: 51px;
    width: 0px;
    height: 50px;
    background: #eebb5c;
    border-radius: 3px;
    transition: all 0.5s 0.3s ease;
}

    .Floatingslider p {
        font-family: arial;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900;
        color: #fff;
        text-align: center;
        line-height: 50px;
        opacity: 0;
        transition: all 0.6s ease;
    }

ul li:hover .Floatingslider {
    width: 180px;
    transition: all 0.5s ease;
}

    ul li:hover .Floatingslider p {
        opacity: 1;
        transition: all 1s 0.2s ease;
    }

.floartingwrapperActive {
    background: #0e5790 !important;
    color: #fff !important;
}
/*--EndLeftToggle--*/
/*--StartReferEarn19-4-2022--*/
.secndHeading {
    color: #0a6cbb;
}

.captchaInput {
    margin-left: 1rem !important;
}

.fa-hand-holding-usd {
    font-size: 22px;
    margin-top: -2px;
}
/*--EndReferEarn19-4-2022--*/
.scrollwidth::-webkit-scrollbar {
    width: 6px;
}

.helpsize {
    font-size: x-large;
}

.signingoogle {
    padding: 7px 0px;
    background-color: #fff;
    /*background-color: #ffd439b8;*/
}

    .signingoogle input {
        border: none;
        background: transparent;
        font-weight: 600;
        font-size: 14px;
        color: #083566
    }

.headingarrow::before {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #f1f1f1;
    margin: 9px 10px;
}

.headingarrow::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #f1f1f1;
    margin: 9px 10px;
}

#validationSummary ul {
    margin-bottom: 0.25rem !important;
}

.epmounderline {
    /* text-shadow: 1px 1px 1px rgb(12 12 12 / 33%);*/
    color: #6490ee;
    border-bottom: 2px solid #e9c233;
    width: 168px;
    text-align: center;
    margin: 0 auto;
}

.contentproduct {
    color: #499af4;
    font-weight: bold;
    font-size: 17px;
}

.bgcolordarkpurple {
    background-color: #2a78e0;
    font-size: 18px;
}

.bgcolorpurple {
    background: linear-gradient( 25deg, #579deb 0%,#4286ecd4, #6ab1e9);
    height: 139px;
}

.mgleftRight {
    margin-left: auto !important;
    margin-right: auto !important;
}

.reficon {
    color: #fff !important;
    text-shadow: 1px 1px #000;
    margin-top: 10px;
}

.Topsignin {
    margin-top: -9px !important;
}

.NewPricingheading {
    color: #005f9e !important;
    font-weight: 600
}

.BoxPcard {
    width: 0px;
    height: 0px;
    border-top: 90px solid transparent;
    border-right: 100px solid #d5891861;
    border-bottom: 90px solid transparent;
    right: 0px;
    top: -20px;
    position: absolute;
}

.boxpcard1 {
    border-right: 100px solid #1f64b673 !important;
    top: 17px !important;
}
/*.bgproduct {
    background-image: url('../../Images/New/istockphoto-995719694-170667a.jpg');*/
/*background: linear-gradient(rgb(0 60 166 / 73%), rgb(251 158 139 / 85%)),url('../../Images/icons/ReleaseBG.png')*/ /*#2a2c39*/ /*#2a2c39*/ /*;
    padding: 80px 0;
    background-repeat: no-repeat;*/
/* background-image: url(../../Images/New/PGOLD.jpg); */
/*background-size: cover;
    background-position: center;*/
/*}*/
/*.bgproduct1 {
    background-image: url('../../Images/New/software-development-done-right-bg.jpg');
    background-repeat: no-repeat;
   background-size: cover;
    background-position: center;
}*/
/*TopProgress*/
progress {
    width: 100%;
    position: fixed;
    height: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    color: #4286ecd4;
    top: 0px;
    margin-left: -6px;
}

    progress::-webkit-progress-bar {
        background-color: transparent
    }

    progress::-webkit-progress-value {
        background-color: #4286ecd4
    }

    progress::-moz-progress-bar {
        background-color: #4286ecd4
    }
/*TopProgress*/
.ProductShadow {
    box-shadow: 0 2px 29px 0 rgb(68 88 144 / 12%);
    height: 200px
}

    .ProductShadow:hover {
        transform: translateY(-10px);
        box-shadow: 0 2px 35px 0 rgb(68 88 144 / 20%);
    }

        .ProductShadow:hover .cardcode1 {
            border-right: 100px solid #ed9d258c !important;
        }

.cardcode {
    transform: rotate(0.5turn);
    left: 1px;
}

.cardcode1 {
    transform: rotate(0.5turn);
    left: 1px;
    top: -9px !important;
    border-right: 100px solid #2d7fe173 !important;
}

.Aiicon {
    padding-top: 3.3rem !important;
    padding-left: 11px;
    font-weight: 700;
    color: #18538b;
}

.fontAiBx {
    font-size: 39px;
}

.ProductMenuUl {
    display: flex;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    width: 643px;
    position: sticky
}

    .ProductMenuUl li {
        background-color: #777;
        width: 184px;
        text-align: center;
        color: #fff;
        border-right: 1px solid;
    }

        .ProductMenuUl li p {
            line-height: 2.2;
            margin-bottom: 3px;
        }

.modalsize {
   /* width: 96% !important;*/
    max-width: 90% !important;
    top: 0% !important;
}

.videohgtWdth {
    width: 100%;
    height: 80vh
}

/*#header nav ul li:nth-child(1),#header nav ul li:nth-child(2), #header nav ul li:nth-child(4), #header nav ul li:nth-child(5), #header nav ul li:nth-child(6) {
    display: none
}*/
.goldencolor {
    color: #a8a7a2 !important;
    text-shadow: 1px 1px #000 !important;
}
.BorderAdd {
    border-top: 4px solid #61439b;
    border-right: 4px solid #61439b;
    border-left: 4px solid #61439b;
    border-bottom: 4px solid #61439b;
}
@media (max-width: 1024px) {
    .resHgt {
        height: auto !important
    }

    .discounttext {
        font-size: 20px;
        padding: 0px 4px 8px 6px;
    }

    .referearnimg {
        width: 357px !important;
    }

    .refer {
        font-size: 37px;
    }
}

@media(max-width:414px) {
    .footerLegend .releasenotetxt {
        width: 92% !important;
        margin-left: 13px !important;
    }
    .wdth90 {
        width: 90%;
    }

    .helpModalBX a {
        white-space: inherit;
    }

    .floartingwrapper {
        position: inherit;
        margin-top: 4vh;
        left: 0%;
        margin-top: -4vh;
        transform: none;
    }

        .floartingwrapper ul li {
            float: left;
            left: 3.9vh;
        }

    .epmounderline {
        padding-top: 12px;
    }

    .bgcolorpurple {
        height: auto !important;
        margin-bottom: 5%
    }

    .logintransferant {
        border-radius: 6px;
        margin-left: 1.2% !important;
        width: 97%;
        border: solid 3px #c1d4ee;
        margin-top: 11px !important;
    }

    .mgtpRes {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .refer {
        font-size: 34px;
        padding: 6px 3px 1px 0px !important;
    }

    .discounttext {
        font-size: 28px;
        padding: 0px 11px 8px 25px;
        width: 100%;
        margin-bottom: 0px !important;
    }

    .referearnimg {
        width: 100% !important;
    }

    .Eulahgt {
        height: 73vh;
    }

    .modalbbx_User1 {
        max-width: 96%;
    }

    .textleftadjust {
        padding-left: 0px !important
    }

    .ProductContainer img {
        margin-top: 4%;
    }

    .Enterprise {
        left: 19px;
        margin-left: 0px !IMPORTANT;
    }

    .EPCPROMAN {
        margin-left: 20px;
    }

    .productheading h2::before {
        display: none
    }

    .productheading h2 {
        font-size: 25px !important;
    }

    .paddingadjustRes {
        padding-right: 0px !important
    }

    td, th {
        word-break: break-word;
    }

    .goldtxtcolor {
        word-break: break-word;
    }

    .FooterRes {
        text-align: center !important;
        margin-top: 32px;
    }

        .FooterRes span {
            clear: both;
            width: 100%;
            float: left;
        }

    #navbarCollapse .dropdown .dropdown-menu a {
        color: #18205f !important;
        border-bottom: 1px solid #dee2e6 !important;
        padding: 0px 8px;
        /* width: 340px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;*/
    }

    .helpModalBX {
        right: auto;
        left: -11px;
        height: 32vh;
        overflow-y: auto;
        width: 364px !important;
    }

    .ReportRes {
        width: auto !important;
    }

    .resdlex {
        display: inline !important;
    }

    .Registerdemail {
        width: 290px;
        margin: 0 auto
    }

    .gosubmit {
        padding: 12px 31px !important;
    }

    .rightres {
        text-align: left !important;
    }

    #hero p {
        font-size: 15px !important;
    }

    .productmenupd {
        padding: 0px !important
    }

    .productmenuMd {
        margin: 0px !important
    }

    .section-title h2::after {
        width: auto;
    }
}

@media (max-width: 1366px) {
    /*.signinhgt {
            height: 445px !important;
        }*/
}

@media (max-width: 1241px) {
    .signinhgt {
        height: 342px !important;
        overflow-y: auto
    }

    .signin_container {
        height: 342px !important;
        overflow-y: auto
    }
}

@media (max-width: 1200px) {
    .signinhgt {
        height: 331px !important;
        overflow-y: auto;
        margin-top: 8px;
    }

    .signin_container {
        height: 331px !important;
        overflow-y: auto;
        margin-top: 8px;
    }
}

@media (max-width: 996px) {
    .resDflex {
        display:initial !important
    }
    .modalsize {
        width: 100% !important;
        max-width: 95% !important;
    }
    .nav-menu > ul > li {
        width: 100% !IMPORTANT;
    }
    .BorderAdd {
        border: none !important;
    }
    .positionOTp {
        position:inherit !important
    }
    .bgpurple {
        background-color: transparent !important;
        height: 100% !IMPORTANT;
        border-top: 4px solid darkslateblue;
    }
    .OTPboxshadowLinked {
        box-shadow: none !IMPORTANT;
        margin-top: 5px !important;
        padding: 15px !important;
    }
    .OTpimagehide {
        display: none;
    }
    .bgcolorOTP {
        background-color: transparent !important;
    }
    .ProductMenuUl li {
        max-width: 100%;
        font-size: 13px;
        padding: 0px 10px !important;
        width: auto;
    }

    .ProductShadow {
        height: auto;
    }

    .cardcode, .cardcode1, .fontAiBx, .Aiicon {
        display: none
    }

    .bgcolordarkpurple {
        text-align: center;
        padding: 6px 0px;
        height: 41px;
    }

        .bgcolordarkpurple i {
            margin-top: 5px !important
        }

    .helpModalBX {
        width: 451px;
        left: 4px;
    }

    .bgcolorpurple {
        height: 21vh;
        margin-bottom: 5%;
        margin-right: 2% !important;
    }

    .pdcard {
        padding-left: 0 !important;
    }

    .textres {
        font-size: 14px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .bluebgfooter {
        background-color: aliceblue !important;
    }

    #header.header-transparent {
        background: #fffffff2;
    }

    .carousel-container img {
        height: inherit;
    }

    .navbar-dark .navbar-toggler {
        color: rgb(41 51 118) !important;
    }

    .policytop {
        padding: 0px 10px;
    }

    .Eulashadow center img {
        width: 100%
    }

    .Img-backdrop {
        background: #504c4cab /*#080d29ad*/
    }

    .officeslide {
        top: 12%;
    }

    .headingnew {
        color: #060c2d !important;
    }

    .headingnew1 {
        color: #0b1235 !important;
        font-weight: 600;
    }

    .carousel2 {
        background: none !important
    }

    .modal-body {
        height: auto;
        padding: 8px 0px;
    }

    .videohgt {
        height: auto !important
    }

    .modalwdth {
        max-width: 96%;
    }

    .ResponsiveDropdwn {
        margin: 10px 0px 4px 0px;
    }

    .singlproducttext {
        height: auto;
    }

    .circleres {
        top: 19px !important;
    }

    .productbxadjust {
        padding: 0px 15px !important;
    }

    .signupRes {
        padding-top: 10px !important;
        margin-top: 10px !important;
    }

    .Loginheader {
        height: 65px;
    }

    .verifysignup {
        margin-top: 12%;
    }

    #header {
        height: auto;
    }

    .nav-menu, .nav-menu * {
        width: 100%;
    }

    .ProductContainer {
        text-align: center;
        height: auto;
    }

    .productimage {
        padding: 0px 15px !important;
    }

    .productadjust {
        margin-top: 50px;
    }

    #SequenceToggle {
        display: none
    }

    .productheading h2 {
        font-size: 17px;
    }

    .img-section {
        display: none
    }

    .Resoverflow {
        overflow: inherit;
    }

    .loginresBtn {
        padding: 12px 0px;
    }

    .PgoldInfo {
        top: 60px;
    }

    .ProductContainer .Circle {
        right: 11px;
    }

    .navbar-menu-right li.nav-item {
        display: inline-block;
    }

    .navbar-menu-right {
        display: inline-block;
        width: 100%
    }

    .nav-menu ul li a i {
        width: auto
    }
}

@media (max-width: 980px) {
    .navbar-expand-md {
        flex-flow: row wrap !important;
        justify-content: flex-start !important;
    }

        .navbar-expand-md .navbar-toggler {
            display: block !important;
        }

        .navbar-expand-md .navbar-collapse, .navbar-expand-md > .container-fluid {
            flex-flow: row wrap !important;
            justify-content: flex-start !important;
        }

    .nav-menu, .nav-menu * {
        width: auto !important;
        margin-left: inherit !important;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .bluebgfooter {
        background-color: aliceblue !important;
    }

    #header.header-transparent {
        background: #fffffff2;
    }

    .carousel-container img {
        height: inherit;
    }

    .navbar-dark .navbar-toggler {
        color: rgb(41 51 118) !important;
    }

    .policytop {
        padding: 0px 10px;
    }

    .Eulashadow center img {
        width: 100%
    }

    .Img-backdrop {
        background: #504c4cab /*#080d29ad*/
    }

    .officeslide {
        top: 12%;
    }

    .headingnew {
        color: #fff !important;
    }

    .headingnew1 {
        color: #0b1235 !important;
        font-weight: 600;
    }

    .carousel2 {
        background: none !important
    }

    .modal-body {
        height: auto;
        padding: 8px 0px;
    }

    .videohgt {
        height: auto !important
    }

    .modalwdth {
        max-width: 96%;
    }

    .ResponsiveDropdwn {
        margin: 10px 0px 4px 0px;
    }

    .singlproducttext {
        height: auto;
    }

    .circleres {
        top: 19px !important;
    }

    .productbxadjust {
        padding: 0px 15px !important;
    }

    .signupRes {
        padding-top: 10px !important;
        margin-top: 10px !important;
    }

    .Loginheader {
        height: 52px;
    }

    .verifysignup {
        margin-top: 12%;
    }

    #header {
        height: auto;
    }

    .nav-menu, .nav-menu * {
        width: 100%;
    }

    .ProductContainer {
        text-align: center;
        height: auto;
    }

    .productimage {
        padding: 0px 15px !important;
    }

    .productadjust {
        margin-top: 50px;
    }

    #SequenceToggle {
        display: none
    }

    .productheading h2 {
        font-size: 17px;
    }

    .img-section {
        display: none
    }

    .Resoverflow {
        overflow: inherit;
    }

    .loginresBtn {
        padding: 12px 0px;
    }

    .PgoldInfo {
        top: 60px;
    }

    .ProductContainer .Circle {
        right: 11px;
    }

    .navbar-menu-right li.nav-item {
        display: inline-block;
    }

    .navbar-menu-right {
        display: inline-block;
        width: 100%
    }

    .nav-menu ul li a i {
        width: auto
    }
}

@media(max-width:414px) {
    .ProductMenuUl li {
        padding: 0px 15px !important;
    }

    .CaptchaRes {
        margin-left: 36px !important;
    }

    .signinhgt {
        height: auto !important;
        overflow-y: hidden !important;
    }

    .signin_container {
        height: auto !important;
        overflow-y: hidden !important;
    }

    .pdadjust {
        padding: 0px !important
    }
}

@media(max-width:390px) {
    .floartingwrapper ul li {
        left: 2.8vh;
    }
}

@media(max-width:375px) {
    .ProductMenuUl li {
        padding: 0px 10px !important;
    }

    .floartingwrapper ul li {
        left: 2.5vh;
    }
}

@media(max-width:360px) {
    .floartingwrapper ul li {
        left: 1vh;
    }
}

@media (max-width: 320px) {
    .about .content .btn-learn-more, .sign-up, .btn-sign-in {
        padding: 12px 18px;
    }

    .helpModalBX {
        height: 21vh;
    }
}

@media screen and (max-width: 640px) and (min-width: 480px ) {
    .helpModalBX {
        position: fixed;
        top: 17%;
        width: 87%;
        left: 0%;
        margin: 0px auto;
        z-index: 9999;
        height: 75vh;
        overflow: auto;
    }

    .Eulahgt {
        height: 61vh;
    }

    .HelpFileBG {
        z-index: 999;
        background-color: #4e4e4d7a;
        opacity: inherit !important;
        width: 100%;
        position: fixed;
        height: 100%;
        margin-left: -16px;
        margin-bottom: -13px;
        height: 100%;
    }

    #hero .btn-get-started {
        margin-top: -16px;
    }
}

@media only screen and (max-device-width:750px) and (orientation:landscape) {
    .ReportRes {
        width: auto !important;
    }

    .referearn {
        overflow: auto;
        height: 52vh !important;
    }

    .navbar-collapse {
        height: 72vh;
        overflow: auto;
    }

    .tracktracelogo {
        width: auto !important;
    }

    .gosubmit {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .positionlogin {
        position: inherit;
    }

    .bgcolorpurple {
        height: auto;
    }
}
/*Release Note*/
.releasefloat {
    position: fixed;
    width: 200px;
    height: 50px;
    bottom: 8px;
    left: 40px;
    background: #007bff;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 3px 5px #999, 3px 4px 6px #495057;
    border: 1px solid #eaebed;
    text-decoration: none;
    animation: blinking 2s infinite;
    text-shadow: 1px 2px 0px #212529, 2px 3px 1px #343a40, 3px 4px 2px #545b62;
    background-image: linear-gradient(45deg, #253646a6, #0000006b);
    z-index: 99;
}

.releasetxt {
    text-decoration: none;
}
/*.releasefloat:hover {
    color: #007bff;
    background: #fff;
    border-color: #007bff;
    text-shadow: 1px 1px #999;
    box-shadow: 2px 3px 5px #999;
}*/
.releasefloat:hover {
    color: #fff;
    background-image: linear-gradient(45deg, #2c639ba6, #2386dd);
    text-shadow: none;
    text-decoration: none;
    padding: 0px 25px;
    text-shadow: 1px 2px 0px #292f36, 2px 3px 1px #515a60, 3px 4px 2px #6b7074;
    width: 230px;
}

@keyframes blinking {
    0% {
        color: #ddd;
    }

    100% {
        color: #e7e7e2;
    }
}
/*saloni 10/11/2022*/
.signbtn {
    border: 2px solid #023d6d;
}

.tutmodalcontainer {
    overflow-y: hidden;
    border: 1px solid #ccc3c3;
}

.font-sm {
    font-size: smaller
}

.pswdinput {
    width: 0px;
    height: 0px;
    background-color: none;
    border: navajowhite;
}

/*.sticky {
    position:fixed
}*/
.resHgt {
    height: calc(100% - 115px)
}
.footerLegend .releasenotetxt {
    padding: 0px 18px 0px 9px !important;
    font-size: 16px !important;
    margin-top: 0px;
    margin-right: -36px;
    border-bottom: 32px solid #0a37a5;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    line-height: 7.9;
    border-radius: 4px;
    width: 150px;
    margin-left: -10px;
    position: absolute;
}
    .footerLegend .releasenotetxt a {
        position: absolute;
        color: #fff;
        z-index: 999999;
        margin-top: -47px;
    }
    /*<!---OTP Css>*/
.otpInptBox {
    height: 2.8em !important;
    width: 2.3em !important;
    border-bottom: 3px solid #dad9df !important;
    outline: none !important;
    text-align: center;
    /* background-color: transparent; */
    border: 0px;
    margin-right: 1%;
    font-size: 21px;
    border-radius: 0px !important;
    outline: none !important;
    -moz-appearance: textfield
}
.Validate {
    background: linear-gradient(to bottom, #7dc5ff,#1987de);
    font-size: 15px !important;
}
.fontmodile {
    height: 81px;
    background-color: #c5ebf9;
    padding: 2px 7px;
    font-size: 39px;
    padding-top: 16px;
    width: 81px;
    border-radius: 50%;
    border: 5px solid #b2e9fd;
}
.OtpBX input[ type="number"]::-webkit-outer-spin-button,
.OtpBX input[ type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin:0
}

.title {
   /* color: #4e73df !important;*/
    text-shadow: 1px 2px #c6b7b7;
}
.k-maskedtextbox .otp__digit {
    border-color: transparent;
}
.otp__digit:focus {
    border-bottom: 2px solid #0c76ca !important;
    border-radius: 4px !important;
}
#OTPModal .modal-dialog {
    max-width: 400px;
}
.brderblue {
    border-bottom: 1px solid #7891ab !important;
}
.bgpurple {
    /* background-color: darkslateblue;*/
    background: linear-gradient(to bottom,#b3e0ff, #2bc392,#254d88)
}
.bgcolorOTP {
   /*background-color: #a7d3ff66;*/
    background-color: #c7e1f9;
}
.OTPboxshadowLinked {
    box-shadow: 0 1px 0px 0 rgb(145 169 169 / 14%), 0 0px 6px 0 rgb(191 195 197 / 52%);
}
.disabledOTP {
    opacity: 0.6;
    pointer-events: none;
}
.OTPValid {
    color: #da4c08 !important;
}
.fontplease {  font-size: 16px;
}
.resendOTP {
    color: #0d3dff !important;
    cursor: pointer;
    text-decoration: underline;
}
/*<!---OTP Css>*/
input:-internal-autofill-selected {
    font-size: 1rem !important;
    font-family: var(--FontFamily) !important;
}
.k-invalid-msg {
    color: red;
}