@charset "utf-8";
/* CSS Document */

@font-face {
    font-display: swap;
    font-family: Sailec-Light;
    src: url(../fonts/Sailec/Sailec-Light.woff2) format("woff2"), url(../fonts/Sailec/Sailec-Light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Sailec-Regular;
    src: url(../fonts/Sailec/Sailec-Regular.woff2) format("woff2"), url(../fonts/Sailec/Sailec-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Sailec-RegularItalic;
    src: url(../fonts/Sailec/Sailec-RegularItalic.woff2) format("woff2"), url(../fonts/Sailec/Sailec-RegularItalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Sailec-Medium;
    src: url(../fonts/Sailec/Sailec-Medium.woff2) format("woff2"), url(../fonts/Sailec/Sailec-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Sailec-MediumItalic;
    src: url(../fonts/Sailec/Sailec-MediumItalic.woff2) format("woff2"), url(../fonts/Sailec/Sailec-MediumItalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Sailec-Bold;
    src: url(../fonts/Sailec/Sailec-Bold.woff2) format("woff2"), url(../fonts/Sailec/Sailec-Bold.woff) format("woff")
}

html {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: rgba(3, 27, 78, .7)
}

body {
    font-family: Sailec-Regular;
    color: rgba(3, 27, 78, .7)
}

.font-weight-light {
    font-family: Sailec-Light;
}

.font-weight-regular {
    font-family: Sailec-Regular;
}

.font-weight-medium {
    font-family: Sailec-Medium;
}

.font-weight-bold {
    font-family: Sailec-Bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #031b4e;
    margin: 0 0 16px
}

.header--nav {
    z-index: 10;
    position: absolute;
    background: transparent;
    border: none;
    /*padding: 15px 0px 7px 0px;*/
    padding: 0px;
    border-radius: 0
}

.innerpages .header--nav {
    position: relative
}

.navbar-brand {
    height: auto;
    padding: 0
}

.navbar-brand .logo {
    max-width: 150px;
}

.header--nav .login-btn li a {
    border: solid 1px hsla(0, 0%, 100%, 1);
    border-radius: 30px;
    color: hsla(0, 0%, 100%, 1);
}

.container {
    max-width: 1400px;
    width: 100%
}

.home-hero {
    position: relative;
    height: 85vh;
    min-height: 650px;
    z-index: 1
}

.home-hero .hero-banner {
    position: absolute;
    bottom: 7%;
    right: 0;
}

.home-hero .hero-banner img {
    max-width: 100%
}

.header--nav .navbar-nav>li>a {
    color: hsla(0, 0%, 100%, .7);
    padding-top: 8px;
    padding-bottom: 8px;
}

.header--nav .navbar-nav>li>a.active {
    color: hsla(0, 0%, 100%, .7)
}

.header--nav .nav>li>a:focus,
.header--nav .nav>li>a:hover {
    background: transparent;
    color: hsla(0, 0%, 100%, 1)
}

.header--nav.fixed-me {
    position: fixed;
    top: 0;
    width: 100%;
}

.header--nav.fixed-me .login-btn li a {
    border-color: rgba(3, 27, 78, .7)
}

.header--nav.fixed-me .navbar-nav {
    margin: 5px 0
}

.header--nav.fixed-me .navbar-nav>li>a {
    color: rgba(3, 27, 78, .7);
    padding-top: 8px;
    padding-bottom: 8px;
}

.header--nav.fixed-me .navbar-nav>li>a:hover,
.header--nav.fixed-me .navbar-nav>li>a.active {
    color: rgba(3, 27, 78, 1)
}

.header--nav.fixed-me .navbar-brand {
    /*padding: 5px 15px*/
}

.header--nav.fixed-me .navbar-brand img {
    max-height: 60px;
}

.home-hero:before {
    content: "";
    min-height: 100%;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url(../images/banner-svg.svg) no-repeat top right;
    -webkit-animation-name: showReveal;
    animation-name: showReveal;
}

.home-contentCover {
    padding: 190px 0 140px;
    margin: 0
}

.home-contentCover h1 {
    letter-spacing: -1.55px;
    line-height: 1.25;
    font-size: 35px;
}

.home-contentCover h1 span {
    font-size: 55px;
    display: block
}

.home-contentCover p {
    font-size: 20px;
    color: rgba(3, 27, 78, .7);
    line-height: 1.5
}

.home-contentCover .btn,
.readytostart .btn {
    background: -webkit-linear-gradient(45deg, #6051c0, #85439b);
    background: linear-gradient(45deg, #6051c0, #85439b);
    border-color: transparent;
    text-decoration: none;
    cursor: pointer;
    border-radius: 40px;
    padding: 15px 55px;
    font-size: 20px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    margin-bottom: 10px
}

.readytostart .btn {
    margin: 0;
    padding: 10px 25px 12px;
    font-size: 16px;
    line-height: 1
}

.home-contentCover .btn i,
.readytostart btn i {
    margin-left: 10px;
    color: #ffca50;
    font-weight: 600;
    font-size: 18px
}

.home-contentCover .action-container p {
    color: #878699;
    font-size: 13px;
}

.txt-screents-sec {
    background: #f3f5f9;
    position: relative;
    z-index: 0;
}

.txt-screents-sec .top-cross {
    position: absolute;
    top: -150px;
    overflow: hidden;
    width: 100%;
    height: 150px;
}

.txt-screents-sec .top-cross:before {
    content: "";
    width: 100%;
    height: 150px;
    background: #f3f5f9;
    display: block;
    position: absolute;
    right: 0;
    bottom: -100px;
    transform: rotate(-2deg)
}

.tx-uiscreens .Screenshot {
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    position: relative;
}

.tx-uiscreens .Screenshot:before,
.tx-uiscreens .Screenshot:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
    top: 50%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 80px / 20px;
}

.tx-uiscreens .Screenshot:after {
    right: 10px;
    left: auto;
}

.txt-screents-sec .carousel-inner .item {
    padding-left: 40px;
    padding-right: 40px
}

.txt-screents-sec .carousel-inner .item .carousel-caption {
    position: static;
    text-shadow: none;
    color: rgba(3, 27, 78, .7);
    padding: 15px 0;
    font-size: 13px
}

.txt-screents-sec .carousel-control {
    top: 50%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.txt-screents-sec .carousel-control:hover {
    background: #fff
}

.txt-screents-sec .carousel-control .la {
    text-shadow: none;
    color: rgba(3, 27, 78, 1);
    font-size: 30px;
    line-height: 1.2
}

.carousel-control.left,
.carousel-control.right {
    background: transparent;
}

.txt-screents-sec .benefits-list,
.benefits-list {
    margin: 0;
    padding: 0;
}

.txt-screents-sec .benefits-list li,
.benefits-list li {
    display: block;
    font-size: 20px;
    color: #031b4e;
    line-height: 1.2;
    padding-left: 40px;
    position: relative
}

.txt-screents-sec .benefits-list li+li,
.benefits-list li+li {
    margin-top: 15px
}

.txt-screents-sec .benefits-list li:before,
.benefits-list li:before {
    background: url(../images/ic-tick.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    /* transform: translateY(-50%); */
}

.features-sec .card {
    box-shadow: none
}

.card-footer {
    padding: .75rem 1.25rem;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-footer a {
    color: #5450c3;
    font-size: 14px;
}

.card-footer a:hover {
    text-decoration: none
}

.card-footer a i {
    margin-left: 3px;
    font-size: 20px;
    position: relative;
    top: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.card-footer a:hover i {
    margin-left: 8px
}

.features-sec .card-title {
    font-size: 20px;
    line-height: 25px;
}

.features-sec .card-text {
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.features-sec .card-body {
    padding-bottom: 0rem;
}

.features-sec .card-body,
.features-sec .card-footer {
    padding-left: 0;
    padding-right: 0
}

.features-sec .card-body img {
    max-width: 56px;
    max-height: 56px;
}

.features-sec .view-features {
    border-color: #031b4e;
    color: #031b4e;
    font-size: 15px;
}

.features-sec .view-features i {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    top: 3px
}

.features-sec .view-features:hover {
    background: rgba(3, 27, 78, .05)
}

.recent-posts {
    position: relative
}

.recent-posts:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 276px;
    background: linear-gradient(0deg, #e5e7ec 50%, #fff)
}

.recent-posts h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(3, 27, 78, .7);
}

.img-overf {
    overflow: hidden;
    max-height: 190px;
    border-radius: 3px 3px 0 0
}

.img-overf img {
    z-index: 0;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    transition: all 0.25s ease 0s;
    min-width: 320px;
    min-height: 190px;
    vertical-align: middle;
    position: relative;
    user-select: none;
}

.recent-posts .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
    height: 200px;
}

.recent-posts .card-body h5 {
    color: #031b4e;
    font-size: 16px;
    line-height: 20px;
}

.recent-posts .card-body p {
    line-height: 24px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.recent-posts .card-footer {
    background: rgba(3, 27, 78, .05)
}

.recent-posts .card-footer a:hover {
    text-decoration: none;
    opacity: .9
}

.readytostart .justify-row {
    border: solid 1px #e5e8ed;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    border-radius: 3px;
    background: #fff
}

.readytostart .justify-row h3 {
    font-size: 30px;
}

.landpage-fotter {
    background: linear-gradient(-60deg, #6051c0 45%, #85439b);
    background: -webkit-linear-gradient(-60deg, #6051c0 45%, #85439b);
    padding: 60px 0 35px;
    margin-top: -45px
}

.landpage-fotter .ftr-nav {
    list-style-type: none
}

.landpage-fotter .ftr-nav li+li {
    margin-top: 6px
}

.landpage-fotter .ftr-nav li a {
    color: hsla(0, 0%, 100%, .7);
    font-size: 14px
}

.landpage-fotter .ftr-nav li a:hover {
    color: hsla(0, 0%, 100%, 1);
    text-decoration: none
}

.landpage-fotter .support-ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.landpage-fotter .support-ul li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 15px
}

.landpage-fotter .support-ul li i {
    font-size: 25px;
    position: relative;
    top: 4px
}

.landpage-fotter .support-ul li a {
    color: #fff;
    font-size: 14px;
}

.landpage-fotter .copyright {
    color: hsla(0, 0%, 100%, .7);
    font-size: 14px
}

.copyright a {
    color: hsla(0, 0%, 100%, .7);
}

.copyright span {
    font-family: arial
}

/*requestdemo*/
.innerpages .header--nav {
    background: linear-gradient(-180deg, #fff 50%, #f3f6f9);
    /*padding: 5px 0;*/
    border-bottom: 2px solid #e5e8ed
}

.innerpages .header--nav .navbar-brand {
    padding: 0
}

.innerpages .header--nav .navbar-nav>li>a {
    color: rgba(3, 27, 78, .7)
}

.innerpages .header--nav .login-btn li a {
    color: #6051c0;
    border-color: #6051c0
}

.requestdemo .landpage-fotter {
    margin-top: 0;
    padding: 35px 0
}

.innerpages .top-padding {
    height: 53px
}

.nav-tabs.ui-Tabs-verticalList {
    list-style: none;
    padding-left: 0;
    border: none
}

.nav-tabs.ui-Tabs-verticalList li {
    border-left: 2px solid #e5e8ed;
    display: block;
    padding: 16px;
    transition: border-left-color .25s linear;
    width: 100%
}

.nav-tabs.ui-Tabs-verticalList li.active {
    border-left-color: #6051c0;
    background: linear-gradient(-90deg, rgba(243, 246, 249, 0.35) 50%, #f3f6f9);
}

.nav-tabs.ui-Tabs-verticalList li.active:before {
    left: 0%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #6051c0;
    border-width: 6px;
    margin-top: -6px;
}

.nav-tabs.ui-Tabs-verticalList li a {
    color: rgba(3, 27, 78, .5);
    font-size: 16px;
    transition: color .25s linear;
    padding: 0;
    border: none
}

.ui-Tabs-verticalList.nav-tabs>li.active>a,
.ui-Tabs-verticalList.nav-tabs>li.active>a:focus,
.ui-Tabs-verticalList.nav-tabs>li.active>a:hover {
    border: none;
}

.nav-tabs.ui-Tabs-verticalList li.active a,
.ui-Tabs-verticalList li:hover a {
    color: #031b4e;
    background: transparent
}

.requestdemo-section {
    position: relative
}

.requestdemo-section:before {
    content: "";
    width: 50%;
    top: 0;
    height: 100%;
    background: #f3f5f9
        /*linear-gradient(-90deg,#fff 50%,#f3f6f9)*/
    ;
    position: absolute;
    display: block;
    right: 0
}

.vertical-form input[type='text'],
.vertical-form input[type='email'],
.vertical-form input[type='password'],
.vertical-form input[type='number'],
.vertical-form input[type='tel'],
.vertical-form select,
.vertical-form textarea,
.vertical-form input[type='submit'] {
    background-color: #fcfcfc;
    border: 2px solid #e7e7e7;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    display: block;
    border-radius: 3px;
    font-size: 15px;
    transition: opacity 0.4s;
    text-align: left;
    height: auto;
    -webkit-appearance: none;
    box-shadow: none;
}

.vertical-form select {
    -webkit-appearance: auto;
}

.vertical-form input[type='text']:focus,
.vertical-form input[type='email']:focus,
.vertical-form input[type='password']:focus,
.vertical-form input[type='number']:focus,
.vertical-form input[type='tel']:focus,
.vertical-form textarea:focus,
.vertical-form select:focus {
    /*background: #fff; */
    border-color: rgba(3, 27, 78, .45);
    box-shadow: none
}

.vertical-form input[type='submit'],
.vertical-form button[type='submit'] {
    color: white;
    background: linear-gradient(30deg, #4b60d5, #5d26cf);
    background: -webkit-linear-gradient(30deg, #4b60d5, #5d26cf);
    border-color: transparent;
    border: 0;
    font-weight: 600;
    font-size: 17px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    height: auto;
    -webkit-appearance: none;
}

.benefits-list.tx-benef li {
    font-size: 16px;
    padding-left: 30px;
    color: rgba(3, 27, 78, .7)
}

.benefits-list.tx-benef li:before {
    width: 22px;
    height: 22px;
    top: -2px
}

.contto {
    text-align: center
}

.contto .la {
    width: 40px;
    height: 40px;
    background: transparent;
    display: inline-block;
    border-radius: 35px;
    color: rgba(3, 27, 78, .7);
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 10px;
    border: solid 1px rgba(3, 27, 78, .7)
}

.contto span {
    display: block;
    font-size: 16px
}

.contto a {
    color: #6051c0
}

.contto a:hover,
.contto a:focus {
    text-decoration: none;
}

.requestdemo-section .line {
    background: linear-gradient(-90deg, rgba(3, 27, 78, 0), rgba(3, 27, 78, .32), rgba(3, 27, 78, 0))
}

@keyframes slide-down {
    0% {
        opacity: 0.5;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0.5;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0.5;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@-o-keyframes slide-down {
    0% {
        opacity: 0.5;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

/*trackex landing banner 26-02-19 open*/
.tx_featureslist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tx_featureslist li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 50px;
    position: relative;
    text-transform: capitalize;
    /*color: #031b4e*/
}

.tx_featureslist li img {
    max-width: 30px;
    max-height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%
}

.tx_featureslist li+li {
    margin-top: 16px;
}

@media (min-width: 768px) {
    body .home-contentCover h1 {
        font-size: 26px
    }

    body .home-contentCover h1 span {
        font-size: 36px;
    }

    body .home-contentCover {
        padding-top: 120px
    }
}

/*trackex landing banner 26-02-19 close*/

@media (min-width: 768px) {
    .header--nav.fixed-me .navbar-nav {
        margin-top: 10px
    }

    .header--nav.fixed-me {
        background: #fff;
        padding: 0;
        animation: slide-down 0.4s;
        box-shadow: 0 0 35px 0 rgba(154, 161, 171, .25);
        border-bottom: solid 1px rgba(154, 161, 171, .22)
    }

    .desktop-v {
        min-height: 550px;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .home-hero::before {
        width: 74%
    }

    .home-contentCover h1 {
        font-size: 22px;
    }

    .home-contentCover h1 span {
        font-size: 50px
    }

    .home-contentCover p {
        font-size: 18px
    }

    .home-hero {
        height: auto;
        min-height: 350px;
    }

    .home-contentCover {
        padding: 150px 0 80px
    }

}

@media (min-width: 768px) and (max-width:1300px) {
    .nav>li>a {
        padding: 10px
    }
}

@media (min-width: 1025px) and (max-width:1200px) {
    .home-hero:before {
        width: 73%;
    }
}



@media (min-width: 320px) and (max-width:767px) {
    .landpage-fotter .support-ul li:last-child {
        margin-right: 0
    }

    .mobil-v .col-sm-4 {
        width: 50%;
        float: left;
        margin: 10px 0
    }

    .mobil-v .ftr-nav {
        margin: 0;
        padding: 0
    }

    .readytostart .justify-row h3 {
        text-align: center;
        margin-bottom: 15px !important;
        font-size: 20px
    }

    .header--nav .login-btn li a {
        text-align: center;
        display: inline-block
    }

    .header--nav.fixed-me {
        background: #fff;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
        padding: 5px 0
    }

    body.block {
        overflow: hidden;
    }

    .home-hero:before {
        background: url(../images/hero-banner-topmobile.svg) no-repeat top right;
        width: 180px
    }

    .home-hero {
        height: auto;
        min-height: 300px
    }

    .txt-screents-sec .top-cross::before {
        height: 100px;
        bottom: -75px
    }

    .home-contentCover {
        padding: 125px 0 50px
    }

    .home-contentCover h1 {
        font-size: 20px;
    }

    .home-contentCover h1 span {
        font-size: 38px
    }

    .header--nav {
        padding: 0
    }

    .header--nav .navbar-collapse {
        background-color: #fff;
        height: 100vh;
        left: 0;
        overflow: auto;
        position: absolute;
        top: 0;
        transform: translateY(calc(-100% - 10px));
        transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0ms;
        width: 100%;
        margin: 0;
    }

    .header--nav .navbar-nav>li+li {
        margin-top: 10px
    }

    .header--nav .navbar-nav>li>a {
        color: rgba(3, 27, 78, .7);
        font-size: 14px;
        text-transform: uppercase
    }

    .la-phone:before {
        color: rgba(3, 27, 78, .7);
    }

    .header--nav .nav>li>a:focus,
    .header--nav .nav>li>a:hover {
        color: rgba(3, 27, 78, 1)
    }

    .header--nav .navbar-header {
        position: relative;
        transition: all 0.5s ease 0s;
        z-index: 1;
        padding-right: 15px;
        padding-left: 10px;
        /*height: 128px;*/
        /*      
        width: 100%;
        background-color: #fff;*/
    }

    .header--nav .navbar-collapse.in {
        transform: translateY(0px);
    }

    .header--nav .navbar-collapse.in .login-btn li a {
        border-color: rgba(3, 27, 78, 0.7)
    }

    .header--nav .navbar-collapse .menu-content {
        left: 0;
        padding: 105px 25px 25px;
        position: absolute;
        top: 0;
        transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0ms;
        width: 100%;
    }

    .navbar-toggle {
        position: relative;
        right: 0;
        top: 10px;
        transition: all .5s ease .5s;
        z-index: 10;
    }

    .header--nav.fixed-me .navbar-toggle,
    .innerpages .navbar-toggle {
        top: 5px
    }

    .innerpages .navbar-toggle,
    .innerpages .header--nav.fixed-me .navbar-toggle {
        top: 13px;
    }

    .navbar-toggle {
        background: none;
        border: 0;
        cursor: pointer;
        display: block;
        height: 40px;
        outline: none;
        padding: 0;
        margin: 0;
        width: 40px;
    }

    .icon-bar {
        background: #fff;
        height: 2px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: left .25s ease, background .25s ease .5s;
        width: 20px;
    }

    .icon-bar:after,
    .icon-bar:before {
        background: #fff;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        transition: left .25s ease, background .25s ease .5s, transform .25s ease;
        width: 23px;
    }

    .icon-bar:before {
        top: -6px;
    }

    .icon-bar:after {
        bottom: -6px;
    }

    .header--nav.fixed-me .navbar-toggle .icon-bar,
    .header--nav.fixed-me .navbar-toggle .icon-bar:before,
    .header--nav.fixed-me .navbar-toggle .icon-bar:after,
    .innerpages .icon-bar,
    .innerpages .icon-bar:before,
    .innerpages .icon-bar:after {
        background: rgba(3, 27, 78, .7)
    }

    .navbar-toggle[aria-expanded="true"] .icon-bar,
    .header--nav.fixed-me .navbar-toggle[aria-expanded="true"] .icon-bar {
        visibility: hidden
    }

    .navbar-toggle[aria-expanded="true"] .icon-bar:before {
        transform: rotate(45deg);
        top: 0;
        background: rgba(3, 27, 78, .7);
        visibility: visible
    }

    .navbar-toggle[aria-expanded="true"] .icon-bar:after {
        transform: rotate(-45deg);
        top: 0;
        background: rgba(3, 27, 78, .7);
        visibility: visible
    }

    .navbar-toggle[aria-expanded="true"]:hover .icon-bar,
    .navbar-toggle[aria-expanded="true"] .icon-bar {
        left: auto
    }

    .navbar-toggle[aria-expanded="true"] .icon-bar:before,
    .navbar-toggle[aria-expanded="true"] .icon-bar:after,
    .navbar-toggle[aria-expanded="true"]:hover .icon-bar:before,
    .navbar-toggle[aria-expanded="true"]:hover .icon-bar:after {
        left: 20px
    }

    .navbar-toggle:hover .icon-bar {
        left: 28px;
    }

    .navbar-toggle:hover .icon-bar:before {
        left: -16px;
    }

    .navbar-toggle:hover .icon-bar:after {
        left: -12px;
    }

    .requestdemo-section:before {
        display: none
    }

    .contto {
        margin: 5px 0
    }

    .contto .la {
        margin-bottom: 0
    }

    .requestdemo-section .container {}

    .requestdemo-section .demo-text {
        background: #f3f5f9;
        padding-top: 20px;
        margin-top: 20px
    }

    .nav-tabs.ui-Tabs-verticalList {
        margin-bottom: 15px
    }

    .nav-tabs.ui-Tabs-verticalList li {
        display: inline-block;
        width: auto
    }

    .nav-tabs.ui-Tabs-verticalList li {
        border-top: 2px solid #e5e8ed;
        border-left: none
    }

    .nav-tabs.ui-Tabs-verticalList li.active {
        border-top-color: #6051c0;
    }

    .nav-tabs.ui-Tabs-verticalList li.active:before {
        top: 6px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #6051c0;
        border-width: 6px;
        margin-left: -6px;
    }
}


/*Terms of Use page style*/

.Terms-section {}

.Terms-section p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.terms-ul {
    list-style-type: none;
    padding-left: 20px;
}

.terms-ul li {
    padding-bottom: 8px;
    position: relative;
}

.terms-ul li::before {
    position: absolute;
    content: "o";
    left: -17px;
    color: #6051c0;
    font-weight: 700;
}

.terms-nav {
    padding-left: 10px;
}




.terms-nav li {
    list-style: none;
    margin-bottom: 5px;


}

.terms-nav li a:hover {
    text-decoration: none;
    color: #371BE7;

}



.terms-nav li a {
    color: #888;

}

.myterms {
    left: 0px;
    top: 140px;
    max-width: 250px;
    margin-left: -15px;
    margin-top: 25px;
    padding-top: 7px;
}






@media (min-width:990px) {

    .myterms {
        position: fixed;
        left: 92px;
        top: 114px;
        max-width: 280px
    }


}


@media (max-width:1450px) {
    .myterms {
        left: 10px;
    }



}




.tabs-des .active {
    /*  padding-top: 47px;*/
}

.tabs-des img {
    /*  width: 350px;*/
    width: 100%;

}

.nav-tabs.ui-terms {
    list-style: none;
    padding-left: 0;
    border: none;
    padding-right: 11px;
}

.nav-tabs.ui-terms li {
    display: block;
    padding: 2px 15px;
    transition: border-left-color .25s linear;
    width: 100%;

}

.nav-tabs.ui-terms li.active {
    background-color: transparent;
}

.nav-tabs.ui-terms li::after {
    right: -6px;
    top: 50%;
    border: solid transparent;
    content: "";
    font-size: 34px;
    position: absolute;
    pointer-events: none;
    /* border-width: 8px; */
    margin-top: -6px;
    width: 6.5PX;
    height: 6PX;
    border-radius: 10PX;
    background: #CCC;
    transform: translate(-50%);
}

.nav-tabs.ui-terms li.active::after {
    right: -10px;

    width: 10PX;
    height: 10PX;
    background-color: #6150c0;

}

.nav-tabs.ui-terms li::before {
    right: 0.1px;
    top: 2px;
    content: "";
    position: absolute;
    border-right: 1px solid #e0e4e6;
    height: 60px;
}

.nav-tabs.ui-terms li:last-child::before {
    display: none;
}

.nav-tabs.ui-terms li a {
    color: rgba(3, 27, 78, .5);
    font-size: 16px;
    transition: color .25s linear;
    padding: 0;
    border: none
}

.nav-tabs.ui-terms li.active a {
    color: #6051c0;
    background: transparent;
    border: none;
    font-weight: 600;
}


.nav-tabs.ui-terms li.active a:hover {
    color: #6051c0;
}


.nav-tabs.ui-terms li:hover a {
    color: #333;
    background: transparent;
    border: none;
    font-weight: 600;


}


.pt-80p {
    padding-top: 80px;
}


.terms-top-nav {
    /* position: fixed; */
    background: #ffffff !important;
    border-bottom: 1px solid #e9ebec !important;
    padding: 0px !important;
    z-index: 7 !important;
}

.terms-top-nav .nav-tabs.ui-terms-ver li.active:before {
    display: none;
}


@media (max-width: 640px) and (min-width: 320px) {

    .terms-tab-verticalList {
        margin-bottom: 0px !important;
    }
}



@media (max-width: 860px) {}





.nav-tabs.ui-terms-ver {
    list-style: none;
    padding-left: 0;
    border: none;
}

.nav-tabs.ui-terms-ver li {
    width: 160px;
    float: left;
    padding: 62px;
    display: block;
    padding: 13px 15px;
    transition: border-left-color .25s linear;
    text-align: center;
}

.nav-tabs.ui-terms-ver li.active {
    background-color: #fafcfd;
    border-bottom: 2px solid #6051c0;
}

.nav-tabs.ui-terms-ver li.active:before {
    right: 50%;
    bottom: -13px;
    border: 3px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #6051c0;
    border-width: 6px;
    margin-top: -6px;
    transform: rotate(180deg);
}

.nav-tabs.ui-terms-ver li a {
    color: rgba(3, 27, 78, .5);
    font-size: 16px;
    transition: color .25s linear;
    padding: 0;
    border: none
}

.nav-tabs.ui-terms-ver li.active a {
    color: #6051c0;
    background: transparent;
    border: none;
    font-weight: 600;
}


.nav-tabs.ui-terms-ver li:hover a {
    color: #333;
    background: transparent;
    border: none;
    font-weight: 600;


}


.btm-banner {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    color: #fff;
    width: 100%;
    background-color: rgba(96, 81, 192, 0.8);
    z-index: 1;
    font-weight: 100;
    padding: 11px 40px;

}

.banner-pos {
    max-width: 1400px;
    margin: 0 auto;
}


.btm-banner .cookie-link {
    color: rgb(4, 17, 43);
    transition: 0.2s;
    font-weight: 600;
}

.btm-banner .cookie-link:hover {
    color: #F5C314;
    text-decoration: none;
    font-weight: 600;

}

.btm-banner a {
    color: #F5C314;
    font-weight: 600;
    transition: 0.2s;
    text-decoration: none;
}

.btm-banner a:hover {
    color: #fff900;
    cursor: pointer;

}

.btm-banner i {
    font-size: 16px;
    font-weight: bold;
}

.navbarrrr {
    /*border-right: 1px solid #ddd;*/
}


.top-padding60p {
    padding-top: 60px;
}

.myfeatures-scroll {
    top: 70px;
}

.myfeatures-scroll-ter {
    top: 110px;
}

.myfeatures {
    top: -10px;
    transition: 1s;
}

@media (max-height: 680px) {
    .myfeatures {
        top: -130px;
    }
}

@media (max-height: 850px) {
    .main.myfeatures {
        height: 65vh;
    }
}

@media (max-height: 613px) {
    .myfeatures {
        top: -200px;
    }
}

.main {
    height: 75vh;
    direction: rtl;
    overflow-y: auto;
    text-align: left;
    overflow-x: hidden;


}

.scroll {
    unicode-bidi: bidi-override;
    direction: rtl;
    overflow: auto;
    overflow-x: hidden !important;
}

.d-none {
    display: none !important
}

.tx_featureslist li img {
    max-width: 30px;
    max-height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.social-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

.footer-soc-sec {
    border-top: dashed 1px rgba(255, 255, 255, .2);
    padding-top: 18px !important;
    ;
}

.social-icons li {
    display: inline-block;
    margin: 0 .5rem;
}

.social-icons li a {
    color: rgba(255, 255, 255, .75);
    font-size: 2.2rem;
    text-decoration: none
}

.ftr-navig {
    list-style-type: none;
    margin: 0;
    text-align: center;
    padding: 0;
}

.ftr-navig li {
    display: inline-block;
    margin: 0 1.2rem;
}

.ftr-navig li a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none
}

.ftr-navig li a:hover,
.social-icons li a:hover {
    color: rgba(255, 255, 255, 1);
}

.copyright-bt {
    border-top: dashed 1px rgba(255, 255, 255, .2)
}

.innerpages .header--nav .navbar-nav {
    margin-top: 10px;
}

.innerpages .landpage-fotter {
    margin-top: 0;
    padding: 35px 0;
    position: relative;
    z-index: 1
}

.header--nav .navbar-nav {
    margin-top: 10px;
}


/*begin:registration page css*/
.register-box {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    max-width: 430px;
    margin: 25px auto;
    border-radius: 2px
}

.register-box .btn {
    color: white;
    background: linear-gradient(45deg, #6051c0, #85439b);
    background: -webkit-linear-gradient(45deg, #6051c0, #85439b);
    border-color: transparent;
    border: 0;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    height: auto;
    -webkit-appearance: none;
}

.hint-text {
    color: rgba(3, 27, 78, .5)
}

.register-box input[type='text'],
.register-box input[type='email'],
.register-box input[type='password'],
.register-box input[type='number'],
.register-box input[type='tel'],
.register-box select,
.register-box textarea,
.register-box input[type='submit'] {
    background-color: #fcfcfc;
    border: 2px solid #e7e7e7;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    display: block;
    border-radius: 3px;
    font-size: 15px;
    transition: opacity 0.4s;
    text-align: left;
    height: auto;
    -webkit-appearance: none;
    box-shadow: none;
}

.register-box select {
    -webkit-appearance: auto;
}

.register-box input[type='text']:focus,
.register-box input[type='email']:focus,
.register-box input[type='password']:focus,
.register-box input[type='number']:focus,
.register-box input[type='tel']:focus,
.register-box textarea:focus,
.register-box select:focus {
    background: #fff;
    border-color: rgba(3, 27, 78, .45);
    box-shadow: none
}

.register-box input[type='submit'],
.register-box button[type='submit'] {
    color: white;
    background: -webkit-linear-gradient(45deg, #6051c0, #85439b);
    background: linear-gradient(45deg, #6051c0, #85439b);
    /*   background: linear-gradient(30deg,#4b60d5,#5d26cf); background: -webkit-linear-gradient(30deg,#4b60d5,#5d26cf);*/
    border-color: transparent;
    border: 0;
    font-weight: 600;
    font-size: 17px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    height: auto;
    -webkit-appearance: none;
}

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

.register-box [type="radio"]:checked+.form-check-label,
.register-box [type="radio"]:not(:checked)+.form-check-label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #666;
    font-size: 13px;
    font-weight: 500;
}

.register-box [type="radio"]:checked+.form-check-label:before,
.register-box [type="radio"]:not(:checked)+.form-check-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #e7e7e7;
    border-radius: 100%;
    background: #fff;
}

.register-box [type="radio"]:checked+.form-check-label:before {
    border-color: #6051c0;
}

.register-box [type="radio"]:checked+.form-check-label:after,
.register-box [type="radio"]:not(:checked)+.form-check-label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #6051c0;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

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

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

.register-box input[type='checkbox'] {
    height: 0;
    width: 0;
}

.register-box input[type='checkbox']+.form-check-label {
    position: relative;
    display: flex;
    margin: .6em 0;
    align-items: center;
    color: #9e9e9e;
    transition: color 250ms cubic-bezier(.4, .0, .23, 1);
}

.register-box input[type='checkbox']+.form-check-label>span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid #e7e7e7;
    border-radius: 2px;
    cursor: pointer;
    transition: all 250ms cubic-bezier(.4, .0, .23, 1);
}

.register-box input[type='checkbox']+.form-check-label:hover>span,
input[type='checkbox']:focus+.form-check-label>span {
    background: rgba(255, 255, 255, .1);
}

.register-box input[type='checkbox']:checked+.form-check-label>ins {
    height: 100%;
}

.register-box input[type='checkbox']:checked+.form-check-label>span {
    border: .65em solid #6051c0;
    animation: shrink-bounce 200ms cubic-bezier(.4, .0, .23, 1);
}

.register-box input[type='checkbox']:checked+.form-check-label>span:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    animation: checkbox-check 125ms 250ms cubic-bezier(.4, .0, .23, 1) forwards;
}

@keyframes shrink-bounce {
    0% {
        transform: scale(1);
    }

    33% {
        transform: scale(.85);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }

    33% {
        width: 6px;
        height: 0;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }

    100% {
        width: 6px;
        height: 12px;
        border-color: #fff;
        transform: translate3d(0, -10px, 0) rotate(45deg);
    }
}

/*end:registration page css*/

/*begin:TrackEx chat css*/
.chatbtn,
.chatbtn:hover,
.chatbtn:active:hover,
.chatbtn:focus {
    position: fixed;
    width: 45px;
    height: 35px;
    background: #6051c0;
    bottom: 25px;
    right: 25px;
    border-bottom-right-radius: 0;
    border: none;
    padding: 5px 10px;
    z-index: 1;
}

.chatbtn span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    box-sizing: border-box;
    margin-top: .45rem;
}

.chatbtn span:nth-child(2) {
    width: 80%
}

.chatbtn span:nth-child(3) {
    width: 65%
}

.chatbtn:after {
    top: 100%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #6051c0;
    border-width: 20px;
    margin-left: -40px;
    transform: rotate(90deg);
    margin-top: -30px;
    z-index: -1;
}

.modal-sticky-bottom-right {
    padding: 0 !important;
    max-width: 500px;
    position: fixed;
    left: auto;
    top: auto;
    bottom: 60px;
    right: 25px;
    margin: 0;
    -webkit-box-shadow: 0 0 40px rgba(95, 125, 149, 0.25);
    box-shadow: 0 0 40px rgba(95, 125, 149, 0.25);
    border-radius: 1px;
    background: #fff;
    z-index: 11111;
    height: 0;
    overflow: hidden;
}

.modal-sticky-bottom-right.active {
    height: auto;
    overflow: inherit
}

.modal-sticky-bottom-right iframe {
    float: left;
    border: none
}

.modal-sticky-bottom-right .close {
    position: absolute;
    right: 15px;
    top: 8px;
    opacity: 1;
    text-shadow: none;
    color: #fff
}

/*end:TrackEx chat css*/

/*begin:TrackEx Blog post css*/
.blogpost {
    max-width: 900px;
    margin: 0 auto
}

.article-head {
    border-bottom: solid 1px #a4aec0
}

.article-head h1 {
    font-size: 3rem;
    line-height: 3.8rem
}

.article-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.article-info ul li {
    display: inline-block;
    padding-right: 1.2rem;
    position: relative;
    color: rgba(3, 27, 78, .7);
    font-weight: 500;
    font-size: 13px
}

.article-info ul li+li {
    padding-left: 1.2rem;
}

.article-info ul li+li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background: #485a7f;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blogpost .social-icons li a {
    color: #6b748b
}

.blogpost .article-title-text {
    font-size: 16px;
    line-height: 26px;
    color: #878699;
}

.blogpost .article-title-text ul {
    font-size: 16px;
    line-height: 26px;
    color: #878699;
}

.blogpost .article-title-text img {
    max-height: 350px;
    margin: 0 auto;
    display: block
}

.blogpost .article-title-text p {
    margin-bottom: 1rem;
}

.blogpost .article-title-text h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.backtoblog {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    color: #878699;
    text-decoration: none
}

.backtoblog i.la {
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-weight: 500;
    position: relative;
    top: 2px;
    margin-right: .25rem;
}

.backtoblog:hover {
    color: #031b4e;
    text-decoration: none
}

/*end:TrackEx Blog post css*/
.innerpages .terms-top-nav.fixed-me {
    top: 66px;
}

/*begin: 10-09-2018 */
.innerpages .header--nav {
    background: #fff;
    border-bottom-width: 1px
}

.faq-cont {
    max-width: 900px;
    margin: 0 auto
}

.faq-cont .panel-default,
.accordianbox .panel-default {
    border: 1px solid #ebedf2;
    box-shadow: none
        /*0px 0px 8px 0px rgba(82, 63, 105, 0.02); -webkit-box-shadow:0px 0px 8px 0px rgba(82, 63, 105, 0.02)*/
    ;
    border-radius: 0
}

.faq-cont .panel-group .panel+.panel,
.accordianbox .panel-group .panel+.panel {
    margin-top: 1.5rem;
}

.faq-cont .panel-default>.panel-heading,
.accordianbox .panel-default>.panel-heading {
    padding: 0;
    background: transparent;
    border: none
}

.faq-cont .panel-title a,
.accordianbox .panel-title a {
    background: #fff;
    display: block;
    padding: 1.5rem 3rem 1.5rem 2rem;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: none;
    color: rgba(3, 27, 78, .7)
}

.faq-cont .panel-default>.panel-heading+.panel-collapse>.panel-body,
.accordianbox .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 1rem 2rem 1.5rem
}

.faq-cont .panel-title a,
.accordianbox .panel-title a {
    position: relative;
}

.faq-cont .panel-title a:after,
.accordianbox .panel-title a:after {
    display: inline-block;
    font-family: LineAwesome;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 600;
    right: 10px;
    color: #878699;
    position: absolute
}

.faq-cont .panel-title a:after,
.accordianbox .panel-title a:after {
    content: "\f2c2"
}

.faq-cont .panel-title a[aria-expanded="true"]:after,
.accordianbox .panel-title a[aria-expanded="true"]:after {
    content: "\f28e";
    color: #5a53c5
}

.u-browser-v1 {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
}

.u-browser-v1__svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 85%;
    border-radius: 0.2rem;
    box-shadow: 0 0.625rem 2.5rem 0.625rem rgba(140, 152, 164, 0.175);
    background: #fff;
}

.Contactform .form-control {
    box-shadow: none;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.8rem + 2px);
    padding: 0.75rem 1rem;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5dae2;
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.Contactform .form-label {
    display: block;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 500;
}

.Contactform textarea.form-control {
    height: auto;
}

.submitbtn {
    color: white;
    background: linear-gradient(30deg, #4b60d5, #5d26cf);
    background: -webkit-linear-gradient(30deg, #4b60d5, #5d26cf);
    border-color: transparent;
    border: 0;
    font-weight: 600;
    font-size: 17px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    height: auto;
    -webkit-appearance: none;
}

.location-icon {
    max-width: 65px;
}

.div404 {
    max-width: 650px;
    margin: 0 auto
}

.div404 img {
    max-width: 100%
}

/*end: 10-09-2018 */
.shadow-0 {
    box-shadow: none !important
}

.cardlist-box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff2f7;
    border-radius: 1.5rem;
    overflow: auto;
    width: 300px;
}

.cardlist-box .nav li {
    display: block;
    width: 100%;
    margin: 0;
    float: left;
    margin-bottom: -1px;
    border: none
}

.cardlist-box .nav li a {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;

    background-color: #fff;
    border: 1px solid #eff2f7 !important;
    color: #8492a6;
    text-decoration: none;
    margin: 0;
    border-radius: 0;
}

.cardlist-box .nav a:hover {
    color: rgba(3, 27, 78, 1)
}

.cardlist-box .nav li.active a,
.cardlist-box .nav li.active a:hover {
    color: #6051c0
}

.cardlist-box.fixed {
    max-height: 240px;
    overflow-y: auto
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

.d-flex {
    display: -webkit-flex;
    /* NEW */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* NEW */
    flex-wrap: wrap;
}

.blog-cont {
    max-width: 900px;
    margin: 0 auto
}

.feed-archive-post .content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
    position: relative;
    transition: max-height 0.35s cubic-bezier(0.6, 0, 0.41, 1);
}

.full-width .feed-post-copy {
    min-height: 250px;
}

.feed-archive-post.full-width .feed-post-copy {
    order: 1;
    flex: 0 0 55%;
    max-width: 65%;
    border-right: solid 1px #f7f4f4;
}

.feed-archive-post .feed-post-copy {
    z-index: 2;
    transition: transform 0.35s ease-in-out;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.feed-archive-post .content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    transition: max-height 0.35s cubic-bezier(0.6, 0, 0.41, 1);
}

.feed-archive-post .feed-post-copy .inner {
    padding: 20px 30px 8px 22px;
}

.feed-archive-post.full-width .feed-post-thumb {
    order: 2;
    flex: 0 0 55%;
    max-width: 45%;
    overflow: hidden;
}

.feed-archive-post .feed-post-author {
    margin: 0 0 0.5rem 0;
    position: relative;
    z-index: 10;
    transition: opacity .3s;
    font-size: 1.1rem;
    color: rgba(3, 27, 78, .5);
    font-weight: 500
}

.feed-archive-post .feed-post-thumb .inner {
    padding: 0 0 51% 0;
    overflow: hidden;
}

.absolute-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.feed-archive-post .feed-post-thumb .bg {
    z-index: 1;
    background-size: cover;
    background-position: initial;
    background-repeat: no-repeat;
}

.feed-archive-post .feed-post-thumb {
    position: relative;
    background-color: #e9e9e9;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.feed-post-card .content-wrapper {
    flex-direction: column;
}

.feed-post-card .feed-post-thumb {
    min-height: 175px;
    padding: 10px;
}

.feed-archive-post h2 {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 600
}

.feed-archive-post h2 a {
    color: rgba(3, 27, 78, 1);
    text-decoration: none;
}

.feed-archive-post .abs-feed-post-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.feed-archive-post.feed-post-card .feed-post-copy {
    padding: 0;
    border-top: solid 1px #f7f4f4;
}

@media (min-width: 320px) and (max-width: 640px) {
    .feed-archive-post .content-wrapper .feed-post-thumb {
        order: 1;
        max-width: 100%;
        flex: 100%;
    }

    .feed-archive-post.full-width .feed-post-copy {
        flex: 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .cardlist-box {
        width: 255px
    }
}

@media (max-width: 996px) {
    .d-md-none {
        display: none !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .home-hero {
        top: -80px;
    }

    .home-hero .home-contentCover {
        margin-top: 5rem
    }
}


.menu-item-23 {
    /*margin-left: 10px !important;
padding-top:14px; font-weight: 500 !important;*/
    color: hsla(0, 0%, 100%, .7) !important;
    position: relative !important;
}

.menu-item-23 .nav-link {
    /*font-weight: 500 !important;margin-top:-28px;color:hsla(0,0%,100%,.7) !important;*/
    font-family: Sailec-Medium !important;
}

.fixed-me .menu-item-23 {
    /*padding-top:14px;*/
    color: rgba(3, 27, 78, .7) !important;
    /*font-weight: 500 !important;*/
}

.fixed-me .menu-item-23 .nav-link {
    /*margin-top:-26px;*/
    color: rgba(3, 27, 78, 0.7) !important;
    /*font-weight: 500 !important;*/
}

.innerpages .menu-item-23,
.innerpages .menu-item-23 a {
    color: rgba(3, 27, 78, .7) !important;
}

.navbar .la-phone:before {
    font-weight: 200;
    position: absolute;
    top: 11px;
    left: 0px;
}

.fixed-me .menu-item-23 .nav-link:hover,
.fixed-me .la-phone:hover {
    color: rgba(3, 27, 78, .7) !important;
}

.innerpages .menu-item-23 .nav-link:hover,
.innerpages .la-phone:hover {
    color: rgba(3, 27, 78, .7) !important;
}

@media screen and (max-width: 480px) {
    .modal-sticky-bottom-right iframe {
        min-width: auto !important;

    }

    .modal-sticky-bottom-right {
        left: 25px;

    }
}

< !-- NEW FOOTER STYLES-->.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: transparent;
}

.Subscribe-bt {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.Subscribe-bt h3 {
    font-size: 30px;
}

.Subscribe-bt .input-group {
    display: flex;
    max-width: 450px;
    margin: 0 auto;
}

.Subscribe-bt .btn {
    border-radius: 0px 40px 40px 0px;
}

.Subscribe-bt .form-control {
    font-size: 16px;
    height: 40px;
    padding-left: 25px;
    border-radius: 45px 0px 0px 45px;
}

.readytostart .btn {
    margin: 0;
    padding: 10px 25px 12px;
    font-size: 16px;
    line-height: 1
}

.hs-input {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
    font-size: 16px;
    height: 40px;
    padding-left: 25px;
    border-radius: 45px 0px 0px 45px;
    border: none;
    padding-left: 25px;
}

.hs-custom-style fieldset input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.hs-custom-style>div input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    padding-left: 25px !important;
    outline: none;
}

#label-email-85fd63ff-5390-4df3-9f32-56b5d2f51f0b {
    display: none;
}

.hbspt-form {
    width: 100%;
}

.hs-form {
    display: flex;
}

.hs_email {
    width: 100%;
}

.no-list {
    list-style: none;
}

.hs-error-msg {
    font-weight: 200;
    color: #ff9d09;
    margin-top: 12px;
}

/*.submitted-message {
    color: #fff;
    background-image: url(../assets/images/feature-info-v3/tick-b.svg);
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center 0;
    padding-top: 75px;
}*/

.submitted-message {
    color: #6051c0;
    font-size: 21px;
    background-image: url(../assets/images/feature-info-v3/tick-b.svg);
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center 40px;
    padding-top: 75px;
    background-color: #f6f5ff;
    border-radius: 20px;
    padding: 120px 0px 40px 0px;
    width: 80%;
    margin: 20px auto;
}

.hs-button {
    margin: 0;
    outline: none;
    padding: 10px 25px 12px;
    font-size: 16px;
    line-height: 1;
    background: linear-gradient(45deg, #894fb5, #be52e2);
    border-color: transparent;
    text-decoration: none;
    height: 41px;
    cursor: pointer;
    transition: all .25s ease;
    min-height: 27px;
    color: #fff;
    border-radius: 0px 40px 40px 0px;
    border: none;
}

.hs-button:hover {
    background: linear-gradient(45deg, #894fb5, #cf3fff);
}

.hs_error_rollup {
    display: none;
}

.fea-top-bg {
    background: #6c4cb3;
    height: 400px;
    width: 100%;
    position: absolute;
}

.read-more {
    border: 1px solid #337ab7;
    padding: 5px 15px;
    margin-left: 0px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: 600;
    transition: 0.1s;
}

/*.read-more:hover{
     background-color: #337ab7;
    color: #fff;
    text-decoration: none;
}*/

.accordianbox h3 {
    color: #337ab7;
}

.landpage-fotter .submitted-message {
    /* color: #fff;*/
    background-image: none !important;
    font-size: 15px !important;
    padding: 9px 0px 0px 0px !important;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}



.Dwn-trx {

    background-color: #6051c0;
    padding: 60px 0px;
}


.Dwn-trx h1 {
    color: #fff;
    text-align: left;
    /* color: #031b4e; */
    font-size: 36px;
    line-height: 47px;
}


.Dwn-trx h2 {
    font-weight: 100 !important;
    font-family: Sailec-Regular;
    color: #a99ef1;
    font-size: 21px;
    margin-bottom: 30px;
}


.dwn-btn-sec {}


.dwn-text-sec {
    padding-left: 50px;
    max-width: 490px;

}


.dwn-btn-sec img {
    width: 150px;
}

.dwn-btn-sec a {
    display: inline-block;
    margin-right: 10px;
}


@media (max-width: 550px) {
    .dwn-text-sec {
        padding-left: 0px;
        margin-top: 15px;
    }


    .Dwn-trx h1 {
        font-size: 28px;
        line-height: 39px;
        text-align: center;
    }

    .Dwn-trx h2 {
        text-align: center;
    }

}


@media (max-width:768px) {
    .trail-demo-sec .col-md-6:first-child {
        border-right: 0px;
    }

    .fut-top-sec-img {
        position: absolute;
        top: -50px;
        left: 0%;
        width: 100%;
        height: 250px;
    }

    .fut-top-sec {
        position: relative;
        padding-bottom: 0px;
        padding-top: 210px;
    }

    .fea-lft-text h1 {
        font-size: 30px;
        line-height: 47px;
        text-align: center;

    }

    .fea-lft-text p {
        max-width: 100%;

        text-align: center;
    }

    .fea-lft-text {
        text-align: center;
    }

}

.bg-header {
    background-color: #F5F5F5;
    background-image: url(../images/bg-banner.svg);
    padding: 4rem 1rem 0;
    background-size: cover;
    border-radius: 0;
    background-position: top -100px center;
    min-height: 700px;
    background-repeat: no-repeat;
}

.trackex-staf {
    max-width: 180px;
    opacity: .7
}

.btn-knowmore {
    background: #fff;
    border-radius: 335px;
    height: 45px;
    line-height: 40px;
    padding: 0 2.5rem;
    box-sizing: border-box;
    color: #080738;
    font-size: 1.6rem;
}

.btn-knowmore i.la {
    font-size: 2.2rem;
    line-height: 0;
    position: relative;
    top: 4px;
    color: #8853A8;
    font-weight: 600
}

.top-cards {
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    padding: 4rem 6rem;
    border-radius: 1.5rem;
}

.top-cards h4 {
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: rgba(8, 7, 56, .75)
}

.Benefits h2 {
    font-size: 28px;
    position: relative;
    text-align: center;
    padding-bottom: 1rem
}

.Benefits h2:after {
    content: "";
    width: 80px;
    height: 5px;
    display: block;
    background: linear-gradient(-60deg, #6051c0 45%, #85439b);
    margin: 2rem auto 0;
}

.Benefits p {
    font-size: 17px;
    line-height: 23px;
}

.Benefits .top-icon {
    height: 65px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.scroll-point {
    position: relative;
    width: 120px;
    height: 38px;
    margin: 0 auto;
    white-space: nowrap;
    background-color: #fff;
    color: #6051C0;
    font-size: 18px;
}

.scroll-point span {
    position: relative;
    top: -3px;
    z-index: 11
}

.scroll-point:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 1px 10px 20px 0;
    background-color: #fff;
    border-radius: 100%;
    border: 6px solid #6051C0;
    position: relative;
    z-index: 111;
}

.scroll-point .path {
    position: absolute;
    left: 9px;
    width: 2px;
    height: 50px;
    background-color: #65647c;
}

.showcase.showcase-1 {
    min-height: 350px
}

.scroll-point.point-1 .path {
    top: 32px;
}

.scroll-point.point-1 .path:after,
.scroll-point.point-2 .path:after,
.scroll-point.point-3 .path:after,
.scroll-point.point-4 .path:after,
.scroll-point.point-5 .path:after {
    content: "";
    z-index: 11;
    position: relative;
    display: block;
}

.scroll-point.point-1 .path:after {
    width: 18px;
    height: 296px;
    margin: 50px 0 0 -16px;
    background: #fff url(../images/curvy-1.svg) no-repeat 0 0;
}

.stat-circles {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    letter-spacing: 1px;
    text-align: center;
    width: 300px;
    height: 300px;
    border-width: 50px;
    background-color: #fff;
    border: 30px solid #080738;
    z-index: 2;
}

.stat-rectangle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    letter-spacing: 1px;
    text-align: left;
    max-width: 450px;
    min-height: 100px;
    border-width: 50px;
    background-color: #fff;
    border: 30px solid #F5AB87;
    padding: 2rem 3rem;
    z-index: 2;
}

.stat-circles.circle-1,
.stat-circles.circle-3,
.stat-circles.circle-5 {
    float: right;
    margin-right: 10rem;
    width: 300px;
    height: 300px;
}

.stat-circles.circle-3 {
    margin-top: 6rem;
}

.stat-circles.circle-2 {
    float: left;
    margin-left: 5rem;
    margin-top: 20px;
}

.stat-circles:after,
.stat-rectangle:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: -50px;
    right: -50px;
    display: block;
    width: 250px;
    height: 250px;
    background: url(../images/quarter-circle-lines.svg) no-repeat 80px -60px;
    background-size: cover;
    filter: invert(100%) brightness(1000%);
}

.showcase-content {
    padding: 20px 25px;
    background-color: #f2f2f5;
    border-radius: 15px;
    max-width: 500px;
    font-size: 15px;
    line-height: 25px;
}

.scroll-point.point-2 .path {
    bottom: 50px;
    height: 330px;
}

.scroll-point.point-2 .path:after {
    z-index: -1;
    position: absolute;
    top: calc(102% + 50px);
    left: -3px;
    width: 7px;
    height: 240%;
    background: url(../images/dot.svg) repeat-y 0 0;
}

.scroll-point.point-3 .path {
    top: 32px;
    height: 50px;
}

.showcase.showcase-3 {
    min-height: 435px
}

.scroll-point.point-3 .path:after {
    width: 110px;
    height: 950px;
    margin: -1px 0 0 -39px;
    background: #fff url(../images/curvy-2.svg) no-repeat 0 0;
}

.scroll-point.point-4 .path,
.scroll-point.point-5 .path {
    background: none
}

.scroll-point.point-4 .path:after,
.scroll-point.point-5 .path:after {
    width: 110px;
    min-height: 300px;
    margin: -1px 0 0 -39px;
    background: #fff url(../images/curvy-2.svg) no-repeat 0 0;
}

.scroll-point.point-4:before {
    left: -28px;
}

.scroll-point.point-4 span {
    left: -28px;
}

.showcase.showcase-4 .container {
    min-height: 350px;
}

.stat-circles.circle-1 {
    border-color: #FCD7A2
}

.stat-circles.circle-2 {
    border-color: #6FAF9F
}

.stat-circles.circle-3 {
    border-color: #A961FE
}

.stat-circles.circle-5 {
    border-color: #6885EE
}

.stat-circles p {
    color: #080738;
    font-size: 1.5rem;
    line-height: 28px;
    margin: 0;
}

.stat-circles p span {
    font-size: 1.9rem;
    font-weight: 600
}

.modal-open .modal.in {
    display: flex !important;
    align-items: center
}

.modal-header {
    background: #6051C0;
}

.modal-header h5 {
    color: #fff;
    font-size: 1.8rem;
    display: inline-block
}

.modal-header .close {
    color: #fff;
    box-shadow: none;
    opacity: 1
}

.modal-header .close .la {
    font-size: 2.3rem;
    font-weight: 400
}

.modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08)
}

@media (max-width: 655px) {
    .ftr-navig li {
        display: inline-block;
        margin: 0.3rem 1.2rem;
        width: 80%;
    }
}


/*NEW sub-menu styles*/
.dropdown-toggle {
    position: relative !important;

}

.dropdown-toggle:after {
    content: "";
    border-color: transparent;
    border-bottom-color: #5d52c4;
    display: inline-block;
    transform: rotate(45deg);
    border-style: solid;
    border-width: 0 0 12px 12px;
    height: 0;
    width: 0;
    position: absolute;
    z-index: 10000;
    left: 50%;
    right: 50%;
    margin-left: -11px;
    opacity: 0;
    transition: 0.5s;
    bottom: 0;
}




.nav>li>a {
    /*    padding: 10px 10px;
*/
}



.navbar .container {
    position: relative;
}



.new-sub {
    position: inherit !important;
    margin-top: 4px;
    padding-right: 0px;
}


.new-sub .open {
    position: relative;
}


.new-sub .dropdown-menu {
    width: 100%;
    padding: 0px 23px;

    box-shadow: none !important;
    border: none;
    background-color: transparent;
}

ul.sub-menu.dropdown-menu {
    background: #ffff;
}

.new-sub .dropdown-menu li {
    /*border-right: 1px solid #e1e2e2;*/
    /* margin-right: 34px; */
    padding: 17px 21px 21px 17px;
}


.Expense-sec .inner-dropdown {
    border-radius: 0px 0px 60px 0px;
}


.industies-sec .inner-dropdown {
    border-radius: 0px 0px 60px 0px;
}


.Travel-sec .inner-dropdown {
    border-radius: 0px 0px 60px 0px;
}



.new-sub .Expense-sec li {
    float: left;
    width: 33.33333%;
    /* height:100%;*/
}



.new-sub .Travel-sec li {
    /*flex-basis: calc(100%/2);*/
    float: left;
    width: 50%;
    height: 100%;
}


.new-sub .industies-sec li {
    /* flex-basis: calc(100%/2);*/
    float: left;
    width: 50%;
    height: 100%;
}



.new-sub .Expense-sec {
    width: 70%;
    right: 0;
    left: auto;
}

.new-sub .Travel-sec {
    width: 48%;
    right: auto;
    left: auto;
}


.new-sub .industies-sec {
    width: 48%;
    right: 5%;
    left: auto;
}


.new-sub .dropdown-menu li:last-child {
    border-right: none;
}





.dropdown-menu .inner-dropdown {
    display: flex;
    /*padding: 30px 15px;*/
    overflow-y: auto;
    min-height: 300px;
    overflow-x: hidden;
    max-height: 85vh;
    box-shadow: 0 5px 30px 3px rgba(0, 0, 0, .1);
    /* top: 70px; */
    border: none;
    /* border-top: 4px solid #6051c0;*/
    background-color: #fff;

}


.dropdown-menu .inner-dropdown li h1 {
    font-size: 17px;
    color: #6051c0;
    margin-bottom: 8px;
    font-family: Sailec-Bold;
    margin-top: 20px;
}

.dropdown-menu .inner-dropdown li h1:first-child {
    margin-top: 0px;
}


.dropdown-menu .inner-dropdown li a {
    margin: 4.5px 0px;
    font-size: 13.5px;
    display: inline-block;
    width: 100%;
    letter-spacing: -0.1px;
    color: rgba(3, 27, 78, .7);
    text-decoration: none;

}

.dropdown-menu .inner-dropdown li a:hover {
    color: rgba(3, 27, 78, 1);
    /*    background-color: #fafafa;
*/
}

.fixed-me .new-sub {
    /* margin-top: 0px;*/
    padding-left: 0px;

}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    /*margin-top: -5px;*/
}


.header--nav.fixed-me .navbar-brand {
    margin-top: 0px !important;
}


.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

.header--nav.fixed-me .navbar-nav {
    margin-bottom: 0px;
}


.dropdown {
    padding-bottom: 15px;
}

.new-sub .menu-img {
    padding: 0px !important;
    text-align: right;
}


.new-sub .menu-img img {
    /* height: auto;
    width: 100.5%*/
    height: 100%;
    width: 100%;
}



@media (min-width:767px) {
    .nav>li.dropdown {
        position: inherit !important;

    }


    ul.sub-menu.dropdown-menu {
        opacity: 0;
    }




    ul.nav li:hover>ul.sub-menu.dropdown-menu {
        /*    display: block;
*/
        top: 100%;
        height: inherit;
        opacity: 1;
        padding: 0px 15px;
        max-width: 100%;

        display: flex;
        flex-flow: row wrap;
    }


    ul.nav li:hover>.dropdown-toggle:after {
        opacity: 1;
        bottom: -20px;
    }

    .nav>li>a:hover>.dropdown>a {
        background: transparent;
        color: hsla(0, 0%, 100%, 1);
    }
}


@media (max-width:767px) {
    .new-sub .menu-img {
        display: none;
    }


    .dropdown {
        padding-bottom: 5px;
    }

    .header--nav .navbar-brand img {
        padding-top: 5px;
        /* padding-left: 15px;*/
        min-width: 120px !important;
    }

    .header--nav.fixed-me .navbar-brand img {
        padding: 0px;

    }

    .new-sub .dropdown-menu li {
        padding: 0px;
    }



    .dropdown-menu .inner-dropdown {
        display: contents;
    }

    .new-sub .dropdown-menu li {
        border-right: none;
    }

    .new-sub .dropdown-menu li {
        padding-bottom: 20px;
    }
}







/*NEW Footer styles*/



.landpage-fotter .menu-sec {
    width: 100%;
}



.ftr-navig li {
    display: inline-block;
    margin: 0 2.7rem;
}

.ftr-navig li {
    display: block;
    margin: 0.7rem 0rem;
    /*    margin-left: 0px;
    text-align: center;*/
}



.copyright-bt .ftr-navig li {
    display: inline-block;
    margin: 0.7rem 2.7rem;
}

.menu-footer-menu-container .sub-menu {
    padding: 0px;
}

.fot-hed {
    color: #ffe918 !important;
    font-size: 17px;
    margin-bottom: 8px;
    font-family: Sailec-Bold;
    cursor: default;
    text-transform: uppercase;
}

.ftr-navig {
    text-align: left;
}


.copyright-bt .dwn-btn-sec img {
    width: 115px;
    margin-right: 10px;
}

footer .dwn-btn-sec {
    margin-top: 0px;
    float: left;
}


footer .dwn-btn-sec img {
    max-width: 90px;
}




@media (max-width:996px) {}


@media (max-width:640px) {
    .copyright-bt .ftr-navig li {
        display: block;
        text-align: center;
    }

    .ftr-navig {
        text-align: center;
        margin-top: 15px;
    }

}

@media (min-width:768px) {
    .menu-sec .ftr-navig {
        width: 20%;
        padding-left: 69px;
    }
}


@media (max-width:768px) {

    .ftr-navig {
        text-align: center;
        padding-left: 25px !important;
    }

    .fot-hed {
        margin: 3.5rem 2.7rem 1.3rem 2.7rem !important;
    }
}


ul.sub-menu.dropdown-menu.Expense-sec,
ul.sub-menu.dropdown-menu.Travel-sec,
ul.sub-menu.dropdown-menu.industies-sec {
    overflow-y: auto;
    min-height: 200px;
    box-shadow: 0 5px 30px 3px rgba(0, 0, 0, .1) !important;
    padding: 0px !important;
    border-radius: 0px 0px 60px 0px;
    overflow-x: hidden;
    /*max-height: 85vh;*/
    border: none;
    background-color: #fff;
}

.sub-menu li ul li a {
    margin: 4.5px 0px;
    font-size: 13.5px;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    letter-spacing: -0.1px;
    color: rgba(3, 27, 78, .7) !important;
    text-decoration: none;
    cursor: pointer !important;
    /* font-weight: 200 !important; */
    font-family: 'Sailec-Medium';
}

.sub-menu .sub-menu li {
    padding: 0px;
    list-style: none;
    float: inherit;
    width: 100%;
}

ul.sub-menu .sub-menu {
    padding: 0px;
}

.dropdown-toggle a.nav-link.dropdown-toggle:after {
    display: none;
}

a.nav-link.dropdown-toggle a.nav-link.dropdown-toggle:after {
    display: none;
}

.dropdown-toggle .dropdown-toggle:after {
    display: none;
}

.sub-menu.dropdown-menu .dropdown-toggle:after {
    display: none;
}


.Expense-sec .dropdown-toggle:after {
    display: none;
}

.Expense-sec li a {
    font-size: 17px;
    color: #6051c0;
    margin-bottom: 8px;
    font-family: Sailec-Bold;
    padding: 0px;
    display: none;
}

a.nav-link.dropdown-toggle {}

.Expense-sec li a:hover {
    background-color: transparent;
    color: #6051c0;
    cursor: default;
}

.Travel-sec li a {
    font-size: 17px;
    color: #6051c0;
    margin-bottom: 8px;
    font-family: Sailec-Bold;
    padding: 0px;
    display: none;
}

.industies-sec li a {
    font-size: 17px;
    color: #6051c0;
    margin-bottom: 8px;
    font-family: Sailec-Bold;
    padding: 0px;
    display: none;
}

.sub-menu li ul li a:hover {
    color: rgba(3, 27, 78, 1) !important;
}

.nav-item.sub-heading a {
    margin-top: 15px;
    font-size: 17px;
    color: #6051c0 !important;
    margin-bottom: 8px;
    cursor: default !important;
    font-family: Sailec-Bold;
    padding: 0px;
}


.nav-item.sub-heading a:hover {
    color: #6051c0 !important;
}

.new-sub .Travel-sec li {
    float: left;
    width: 50%;
    height: 100%;
}

.new-sub .Travel-sec li ul li {
    width: 100%;
}


.new-sub .industies-sec li {
    float: left;
    width: 50%;
    height: 100%;
}

.new-sub .industies-sec li ul li {
    width: 100%;
}


@media (max-width:767px) {}

@media (max-width: 767px) {


    .test-li {
        padding: 10px 5px !important;
        margin-top: 13px !important;
    }



    .new-sub .dropdown-menu li {
        padding: 0px 5px 0px 8px;
        width: 100%;
    }

    ul.sub-menu.dropdown-menu.Expense-sec,
    ul.sub-menu.dropdown-menu.Travel-sec,
    ul.sub-menu.dropdown-menu.industies-sec {
        box-shadow: none !important;
        margin-bottom: 50px;
        margin-bottom: 25px;
    }

    .navbar-nav .open .dropdown-menu {
        min-height: auto !important;
    }



    .social-icons {
        width: 100%;
        margin-top: 15px;
    }

    footer .dwn-btn-sec {
        width: 100%;
    }

    .sub-menu .sub-menu li .caret {
        display: none;
    }

    .fot-hed {
        margin: 0px !important;
    }


}

/*#menu-item-1503, #menu-item-1475{
    display: none;
}*/

.home-contentCover .tx_featureslist li {
    text-align: left;
}

.home-contentCover h4 {
    margin-top: 13px;
}


@media screen and (max-width:900px) and (min-width: 768px) {
    li#menu-item-1173 {
        /*display: none;*/
    }

    .login-btn {
        /*display: none; */
    }

    .nav>li>a {
        padding: 10px 8px !important
    }

    .la-phone:before {
        margin-left: -6px
    }


    .new-sub .Travel-sec {
        right: auto;
        left: auto;
    }
}

.home-contentCover h4 {
    margin-top: 13px;
    text-transform: capitalize;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
    .menu-homepagemenu-container ul li.dropdown:hover+ul.sub-menu {
        display: none;
    }
}

.nav>li>a {
    padding: 10px 15px;
}

#menu-homepagemenu li:nth-child(5) {
    /*display: none; */
}







@media screen and (max-width:900px) and (min-width: 768px) {
    .login-btn {
        /*display: none; */
    }



}


@media screen and (max-width:1286px) and (min-width: 768px) {




    .login-btn li a {
        padding: 10px 16px !important
    }


}

/* Header New CSS */
.nav-header-sec {
    background-color: #fff;

}

.test-class {
    height: unset !important;
}


/* Benefits Page CSS */

.BenefitsHub-main-sec {
    /*background-image: url(../wp-content/themes/trackex/assets/images/feature-info-v3/BenefitsHub-Landing-bg.svg);
    background-repeat: no-repeat;*/
    min-height: 100vh;
}

.bg-img {
    position: absolute;
    left: 0;
    width: 70%;
    height: auto;
    display: inherit;
}

.bg-img-mobile {
    display: none;
}

.BenefitsHub {
    color: #fff;
}

.BenefitsHub .logo img {
    width: 165px;
    margin-top: 20px;
}

.BenefitsHub h1 {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 5px;
}

.BenefitsHub h2 {
    color: #fff;
}

.BenefitsHub p {
    font-size: 14px;
    padding-right: 25px;
    ;
}

.BenefitsHub p:first-child {
    font-weight: 700;
    color: #F39D35;
    font-weight: 700;
}

.img-sec {}

.BenefitsHub-main-sec .row {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
}

.BenefitsHub-main-sec .ben-log-sec {}

.ben-log-sec {}

.ben-log-sec a {
    width: 100%;
    margin-bottom: 20px !important;
}

.BenefitsHub-form-sec {
    text-align: center;
    max-width: 500px;
    margin: auto;
}

.BenefitsHub-main-sec h1 {
    font-size: 40px;
    font-weight: 600 !important;
    font-family: Sailec-Medium;
    text-transform: capitalize;
    line-height: 45px;
    max-width: 1180px;
}

.BenefitsHub-main-sec .BenefitsHub h1 {
    margin-bottom: 10px;

}

.BenefitsHub-main-sec .BenefitsHub h2 {
    margin-bottom: 25px;

}


.BenefitsHub-form-sec p {
    text-align: center;
    font-size: 16px;
    line-height: 27px;
}

.BenefitsHub-form-sec p a {
    font-weight: 600;
    color: #F39D35;
    text-decoration: none;
}

.BenefitsHub-form-sec p a:hover {
    color: #f37235;
}

.BenefitsHub-main-sec .ben-log-sec {
    margin-top: 50px;
    margin-bottom: 18px;
}


.BenefitsHub-main-sec .btn {
    text-decoration: none;
    cursor: pointer;
    border-radius: 40px;
    font-weight: 400;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    margin-bottom: 10px;
    transition: 0.5s ease;
    padding: 13px 31px;
    font-size: 17px;
    margin-right: 15px;
}


.BenefitsHub-main-sec .btn-primary {
    background: linear-gradient(45deg, #6051c0, #85439b);
    border-color: transparent;
}


.BenefitsHub-main-sec .btn i {
    color: #ffca50;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
}


.BenefitsHub-main-sec .btn-primary:hover {
    background: -webkit-linear-gradient(45deg, #6051c0, #a157ba);
    background: linear-gradient(45deg, #6051c0, #a157ba);
    border-color: transparent;
}


.card.shadow-sm.d-flex.feed-archive-post.feed-post-card {
    height: 94%;
    margin-bottom: 50px;
}

@media (max-width:640px) {
    .card.shadow-sm.d-flex.feed-archive-post.feed-post-card {
        height: inherit;
        margin-bottom: 30px;
    }
}


@media (min-width:767px) {

    .menu-item-23 .nav-link:hover,
    .la-phone:hover {
        color: hsla(0, 0%, 100%, 1) !important;
    }
}


@media (max-width:1200px) {

    .BenefitsHub-form-sec {
        max-width: 400px;
    }

    .BenefitsHub p {
        max-width: 400px;
    }

    .container {
        width: 90%;
    }

    .bg-img {
        left: -82px;
        width: 80%;
    }

}


@media (max-width:991px) {

    .container {
        width: 100%;

    }


    .BenefitsHub p {
        font-size: 14px;
        padding-right: 0px;
    }

    .BenefitsHub-main-sec .ben-log-sec {
        margin-top: 25px;
    }


    .BenefitsHub .img-sec {
        background-image: url(../assets/images/feature-info-v3/BenefitsHub-Landing-bg-mobile.svg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 113%;
        margin-top: -10px;
    }


    .ben-top-bg {
        background-color: #7d46a4;
        padding-bottom: 30px;
    }

    .ben-top-bg,
    .BenefitsHub-form-sec {
        padding-left: 10%;
        padding-right: 10%;
    }


    .BenefitsHub-main-sec h1 {
        font-size: 33px;
        font-weight: 600 !important;
        text-transform: capitalize;
        line-height: 38px;
        padding-bottom: 11px;
    }

    .BenefitsHub img {
        max-width: 350px;
    }

    .BenefitsHub-main-sec .row {
        display: inherit;
    }

    .BenefitsHub p {
        max-width: 100%;
    }

    .bg-img {
        display: none;
    }

    .bg-img-mobile {
        display: inherit;
        position: absolute;
        width: 100%;
        top: -228%;
        left: 0;
    }

    .BenefitsHub-form-sec {
        margin-top: 60px;
        margin-bottom: 60px;
        max-width: 600px;
    }


    .BenefitsHub {
        text-align: center;
        padding: 0px;
    }

}




@media (max-width:500px) {
    .BenefitsHub img {
        max-width: 250px;
    }

}

/* Insights page CSS */

.insight-menu {
    cursor: pointer;
}


.insight-menu ul.sub-menu {
    position: absolute;
    padding: 25px 30px 25px 25px;
    top: 65px;
    box-shadow: 0 5px 30px 3px rgb(0 0 0 / 10%) !important;
    border-radius: 0px 0px 40px 0px;
    border: none;
    background-color: #fff;
    min-height: 130px;
    cursor: auto;
}


.insight-menu ul li {
    list-style: none;
}


.insight-menu ul li a {
    margin: 4.5px 0px;
    font-size: 13.5px;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    letter-spacing: -0.1px;
    color: rgba(3, 27, 78, .7) !important;
    text-decoration: none;
    cursor: pointer !important;
    /* font-weight: 200 !important; */
    font-family: 'Sailec-Medium';
    color: rgba(3, 27, 78, 1) !important;
}

@media (max-width: 767px) {
    .insight-menu ul.sub-menu {
        position: inherit;
        padding: 5px 15px 5px 15px;
        top: 0px;
        box-shadow: none !important;
        border: none;
        background-color: transparent;
        min-height: 0px;
    }
}



@media (min-width:768px) and (max-width: 1205px) {
    .nav>li>a {
        padding: 10px 10px;
    }

    .navbar-nav>li.la-phone {
        padding-left: 4px;
    }

    .la-phone:before {
        margin-left: -1px;
        top: 11px;
    }
}
}






@media (min-width: 767px) and (max-width: 900px) {
    .la-phone .nav-link {
        width: 0px;
        overflow: hidden;
        padding-left: 20px !important;
        color: transparent !important;
    }


    .la-phone:before {
        margin-left: 12px;
        top: 13px;
    }


}




@media (min-width: 767px) and (max-width: 900px) {
    .la-phone .nav-link {
        width: 0px;
        overflow: hidden;
        padding-left: 20px !important;
        color: transparent !important;
    }

    .la-phone .nav-link:hover {
        color: transparent !important;

    }

    .fixed-me .menu-item-23 .nav-link {
        color: transparent !important;
    }

    .fixed-me .menu-item-23 .nav-link:hover {
        color: transparent !important;
    }


    .la-phone:before {
        margin-left: 12px;
        top: 12px;
    }

    .innerpages .menu-item-23 .nav-link {
        color: transparent !important;
    }

    .innerpages .menu-item-23 .nav-link:hover {
        color: transparent !important;
    }


}

/* Black Friday Page */

.black-friday-popup .modal-header {
    background: transparent;
    border-bottom: none;
}


.black-friday-popup .modal-header {
    padding: 0px;
}

.black-friday-popup .modal-header .close {
    color: #0b2254;
    font-weight: 100 !important;
    font-size: 50px;
    opacity: 0.6;
    position: absolute;
    z-index: 1000;
    top: 2px;
    text-shadow: none;
    right: 10px;
    font-family: 'LineAwesome';
}

.black-friday-popup .modal-header .close:hover {
    opacity: 1;

}

.black-friday-popup .modal-body {
    padding: 0px;
}


.black-friday-popup .modal-footer {
    padding: 0px;
    border-top: none;
}


.black-friday-popup .btn-primary {
    background: linear-gradient(45deg, #6051c0, #85439b);
    border-color: transparent;
}


.black-friday-popup .btn {
    background: -webkit-linear-gradient(45deg, #6051c0, #85439b);
    background: linear-gradient(45deg, #6051c0, #85439b);
    border-color: transparent;
    text-decoration: none;
    cursor: pointer;
    border-radius: 40px;
    padding: 10px 30px;
    font-size: 14px;
}

.black-friday-popup .text-sec {
    padding: 30px 0px 30px 50px;
}

.black-friday-popup .modal-body {
    display: flex !important;
    align-items: center;
}


.black-friday-popup h1 {
    font-size: 30px;
    background: linear-gradient(to left, #ac3ce5, #6550bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 700;
    font-family: 'Sailec-Bold';
    line-height: 34px;
}

.black-friday-popup h3 {
    font-size: 19px;
    line-height: 24px;
}

.black-friday-popup h4 {
    font-size: 19px;
    line-height: 24px;
}

.black-friday-popup b {
    color: #fa3e79;
}


.black-friday-popup .btn i {
    margin-left: 5px;
    color: #ffca50;
    font-weight: 600;
}


.black-Friday-main-sec .BenefitsHub h1 {
    font-size: 30px;

    margin-top: 0px;
    font-family: 'Sailec-Regular';
}

.black-Friday-main-sec .BenefitsHub h2 {
    margin-bottom: 10px;
    font-size: 22px;

}

.black-Friday-main-sec .BenefitsHub p {
    /* padding-right: 60px;*/
}

.black-Friday-main-sec .register-box {
    padding: 30px 25px;
}

.black-Friday-main-sec h1 {
    font-size: 35px;
}

.black-Friday-main-sec .register-box .input {
    margin: 10px 7px !important;
}


.black-Friday-main-sec label {
    display: none;
}

/*pricing page style*/


.pricing-main-sec {}

.pricing-sec {
    flex: 1 1 calc(25% - 20px);
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 25px;
    margin: 10px;
}

.pricing-sec h1 {
    color: #6051c0 !important;
    text-transform: uppercase !important;
    font-size: 35px !important;
}

.pricing-sec h2 {
    line-height: 63px;
    font-size: 60px !important;
    color: #6051c0 !important;
    background: -webkit-linear-gradient(45deg, #c51fff, #6450bc 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.pricing-sec p {
    color: rgba(3, 27, 78, .7) !important;
    text-align: center !important;
}

.pricing-main-sec .btn-primary {
    background: linear-gradient(45deg, #6051c0, #85439b);
    border-color: transparent;
}

.pricing-main-sec .btn-primary:hover {
    background: -webkit-linear-gradient(45deg, #6051c0, #a157ba);
    background: linear-gradient(45deg, #6051c0, #a157ba);
    border-color: transparent;
}

.pricing-main-sec ul li {
    text-align: left;
}

.pricing-main-sec ul li:before {
    background-image: url(assets/images/feature-info-v3/tick-g.svg) !important;
}

.pricing-main-sec .btn {
    margin-top: 10px !important;
}

.pricing-main-sec hr {
    margin-top: 20px;
    margin-bottom: 25px;
}

.pricing-row {
    box-sizing: inherit;
}

.cus-pri {}

.cus-pri h2 {
    font-size: 35px !important;
    font-weight: 900 !important;
    line-height: 33px;
}

.pricing-grp-sec {
    display: flex;
    flex-wrap: wrap;
}

.pricing-main-sec .btn {
    margin-top: 10px !important;
    margin-right: 0px !important;
}

.pricing-main-sec {
    background-color: #f4f3fb;
    padding: 60px 0px !important;
}

.pricing-bg-blue {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;

}


.pricing-bg-blue img {
    width: 100%;

}


.pricing-main-sec h1,
.pricing-main-sec p {
    color: #fff;
}



@media (max-width: 1220px) {
    .pricing-sec {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 992px) {
    .pricing-main-sec ul {}

    .pricing-main-sec ul li {
        padding: 0px 0px 0px 32px;
    }

    .pricing-main-sec ul li:before {
        left: 0;
        top: 0;
        margin-left: 0px;
    }
}


@media (max-width: 786px) {
    .pricing-bg-blue img {
        width: 250%;

    }
}

.collapse-btn {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
    position: relative;
}

.collapse-btn i {
    color: #ffca50;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
    top: 2px;
    position: absolute;
    right: -18px;
}


@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }

}

/*ul#menu-homepagemenu li:nth-last-child(2) {
    display: none;
}*/


.image_sprite_list li{
    display: flex !important;
    align-items: center;
    padding-left: 0px;

}

.image_sprite_li{
    overflow: hidden;
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.image_sprite_li img{
    position: absolute !important;
    height: unset !important;
    max-height: unset !important;
    max-width: unset !important;
    /* background-image: unset !important; */
    width: 200px !important;
    
}


.image_sprite_list li:nth-child(1) img{
    left: 0px;
}
.image_sprite_list li:nth-child(2) img{
    left: -40px;
}
.image_sprite_list li:nth-child(3) img{
    left: -80px;
}
.image_sprite_list li:nth-child(4) img{
    left: -120px;
}
.image_sprite_list li:nth-child(5) img{
    left: -160px;
}
.image_sprite_list li:nth-child(6) img{
    left: -200px;
}
.image_sprite_list li:nth-child(7) img{
    display: none !important;
}