/* #region "Colour Classes" */

body {
    font-family: "Open Sans", sans-serif; /*"Muli", */
    /*letter-spacing: 1px !important;*/
}

.greenBkgdLight {
    background-color: #2F8C001a;
}

yellowBkgdLight {
    background-color: #DEBB1D1a;
}

.lightGreyBkgdLight {
    background-color: #F0F0F11a;
}

.redBkgdLight {
    background-color: #D645410a;
}

.blueBkgdLight {
    background-color: #2B7FB31a;
}

.greenBkgd {
    background-color: #2F8C00;
}

.redBkgd {
    background-color: #D64541;
}

.darkBlueClr, .darkBlueText {
    color: #15304A;
}

.darkBlueBkgd {
    background-color: #15304A;
}

.yellowClr, .yellowText {
    color: #DEBB1D;
}

.yellowBkgd {
    background-color: #DEBB1D;
}

.orangeBkgd {
    background-color: #E88421;
}

.blueBkgd {
    background-color: #2B7FB3;
}

.lightBlueClrBkg {
    background-color: #119999 !important;
}

.blueText {
    color: #2B7FB3;
}

.orangeText, .orangeClr {
    color: #E88421;
}

.orangeClrImp {
    color: #E88421 !important;
}

.greenText {
    color: #2F8C00;
}

.greenText2 {
    color: #2F8C00;
}

.greenText1 {
    color: #119999;
}

.darkGryClr {
    color: #2E3131;
}

.darkGryClrImp {
    color: #2E3131 !important;
}

.redClr {
    color: #D64541;
}

.redClrImp {
    color: #D64541 !important;
}

.pinkClr {
    color: #DB3760;
}

.pinkClrImp {
    color: #DB3760 !important;
}

.greenClr {
    color: #2F8C00;
}

.greenClrImp {
    color: #2F8C00 !important;
}

.blueClr {
    color: #2B7FB3;
}

.blueClrImp {
    color: #2B7FB3 !important;
}

.lightBlueClr {
    color: #119999;
}

.lightBlueClrImp {
    color: #119999 !important;
}

/* #endregion */

/* #region "NavBar" */

.active1 {
    color: #E88421 !important;
}

.headerBar {
    position: fixed;
    width: 100%;
    /*padding: 0px 32px;*/
    top: 0px;
    background-color: #fff;
    z-index: 1000;
}

.navContainer {
    margin: 0 auto;
    /*max-width: 1115px;*/
    padding: 8px 15px;
}

.ProdNameHead {
    color: #E88421;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

    .ProdNameHead:hover, .navItems:hover {
        color: #E88421;
    }

.navbar {
    margin-bottom: 0px;
}

.navbar-header {
    line-height: 50px;
    width: 100%;
}

.navItems {
    float: right;
    /*color: #E88421;*/
    color: gray;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 0px 35px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.navItemsDiff {
    float: right;
    /*color: #E88421;*/
    color: gray;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 0px 35px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.navItemsDrpDwn {
    float: right;
    /*color: #E88421;*/
    color: gray;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 0px 35px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.headerBoxShadow {
    box-shadow: 0 8px 24px rgba(0,0,0,.13);
    transform: translateZ(0);
}

.menuItems {
    float: right;
}

.mobileMenu {
    display: none;
}

.mobileMenuIcon {
    float: right;
    font-size: 25px !important;
    color: #E88421;
    line-height: 50px !important;
    cursor: pointer;
}

#VericalDrpdwnMenuMbl.dropdown-menu {
    right: 0px;
    width: fit-content;
    left: auto;
    margin-top: 0px;
}

.dropdown-menu > li > a {
    padding: 6px 20px;
}

/* #endregion */

/* #region "Introduction" */

.introTxtMob {
    display: none;
}

.introImg {
    width: 100%;
    /*max-height: 460px;*/
}

.BodyPart {
    padding-top: 70px;
    /*padding-bottom: 30px;*/
}

.txtOnImg {
    position: absolute;
    top: 33%;
    width: 100%;
    text-align: right;
    padding-right: 100px;
    color: white;
}

.introHead1 {
    font-size: 70px;
    line-height: 83px;
}

.introHead2 {
    font-size: 30px;
    margin-top: 25px;
}

.introButton {
    margin-top: 50px;
}

    .introButton button {
        color: #E88421;
        padding: 12px 35px;
        font-weight: bold;
        background-color: #fff;
        border: none;
        outline: none;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.exploreBtn {
    margin-right: 15px;
    background-color: #E88421 !important;
    color: white !important;
    font-weight: bold !important;
    font-family: muli !important;
    font-size: 18px !important;
}

#introductionSection {
    background-repeat: no-repeat;
}

#introductionSectionMobile {
    display: none;
}

/* #endregion */

/* #region "CSS for Mobile View" */

@media (max-width: 900px) {
    .menuItems {
        display: none;
    }

    #introductionSection {
        display: none;
    }

    #introductionSectionMobile {
        display: block;
        padding: 20px;
    }

    .pricingCard {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .mobileMenu {
        display: contents;
    }

        .mobileMenu ul {
            right: 0px;
            margin: 0px;
            padding: 0px;
        }

            .mobileMenu ul li a {
                padding: 10px 20px;
            }

    .txtOnImg {
        display: none;
    }

    .introTxtMob {
        display: contents;
        text-align: center;
    }

    .introHead1 {
        font-size: 30px;
        line-height: 60px;
        margin-top: 25px;
    }

    .introHead2 {
        font-size: 20px;
        line-height: 25px;
        color: gray;
        margin-top: 0px;
    }

    .signupBtn {
        border: 1px solid #E88421 !important;
    }

    .contactUsHead {
        margin-bottom: 20px !important;
    }

    .genieFooter {
        text-align: center;
    }

        .genieFooter .col-sm-12 div {
            float: none !important;
        }

    .font13M{
        font-size:13px !important;
    }
    .font12M {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 411px) and (max-width: 731px) {
    .exploreBtn {
        margin-bottom: 10px;
        background-color: #E88421 !important;
        color: white !important;
        font-weight: bold !important;
        font-family: muli !important;
        font-size: 18px !important;
        margin-right: 0px !important;
    }

    .mopad {
        padding: 50px !important;
    }

    .txtAlinRgt {
        text-align: center;
    }

    .padTop {
        padding: 50px 0px 0px 0px !important;
    }

    .fnthead {
        font-size: 24px !important;
        text-align: center !important;
        margin-top: 20px !important;
    }

    .fntdetail {
        font-size: 16px !important;
        text-align: center !important;
        padding: 30px !important;
    }

    .mobshow {
        display: block !important;
    }

    .mobnotshow {
        display: none !important;
    }

    .mobkeypad {
        padding: 75px 20px 50px !important;
    }

    .mrgtop10 {
        margin-top: 10px !important;
    }
    
}

/* #endregion */

/* #region "Hover Effect of Button" */

/*.signupBtn:hover {
    color: white;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.signupBtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #E88421;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.signupBtn:hover:before, .signupBtn:focus:before, .signupBtn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.exploreBtn:hover {
    color: #E88421 !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.exploreBtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.exploreBtn:hover:before, .exploreBtn:focus:before, .exploreBtn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}*/

.signupBtn:hover, .signupBtn:focus, .signupBtn:active,
.exploreBtn:hover, .exploreBtn:focus, .exploreBtn:active,
.submitBtn:hover, .submitBtn:focus, .submitBtn:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* #endregion */

/* #region "Navbar animation" */

.navItems:hover, navItems:active {
    color: white !important;
}

.navItemsDrpDwn:hover, .navItemsDrpDwn:active, .navItemsDrpDwn:focus {
    color: #E88421 !important;
}

.navItems:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.navItems:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E88421; /* Chane this color for animation */
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navItemsDiff:hover, .navItemsDiff:focus, navItemsDiff:active {
    color: #E88421 !important;
}

    .navItemsDiff:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.navItemsDiff:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eee; /* Chane this color for animation */
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/* #endregion */

/* #region "Modal Classes" */

.modal-header {
    padding-bottom: 10px;
}

.closeMdl {
    font-size: 17px;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    padding: 6px 10px;
    -webkit-transition: background-color 0.2s;
}

    .closeMdl:hover {
        background-color: #ededed;
        border-radius: 25px;
    }

#RequestDemoModal .modal-dialog {
    width: 800px;
}

#ModuleDetailModal .modal-dialog {
    width: 800px;
}

.padRight8 {
    padding-right: 8px;
}

.padLeft8 {
    padding-left: 8px;
}

.firstNamePadding {
    padding: 0px 8px 0px 15px;
}

.lastNamePadding {
    padding: 0px 15px 0px 8px;
}

@media (max-width: 900px) {
    #RequestDemoModal .modal-dialog {
        width: auto;
    }

    #ModuleDetailModal .modal-dialog {
        width: auto;
    }

    .padRight8 {
        padding-right: 15px;
    }

    .padLeft8 {
        padding-left: 15px;
    }

    .firstNamePadding {
        padding: 0px 2px 0px 4px;
    }

    .lastNamePadding {
        padding: 0px 15px 0px 2px;
    }
}

.tryForFreeHeader {
    text-align: center;
    font-size: 26px;
    margin: 0px 0px 7px;
    color: #E88421;
}

.tryForFreeSubHeader {
    text-align: center;
    font-size: 14px;
    margin: 0px 0px 15px;
}

.modalBodyHead {
    color: #E88421;
    font-size: 18px;
    margin-bottom: 15px;
}

.moduleSelectionIcon {
    font-size: 25px !important;
}

.moduleRepetear {
    text-align: center;
    cursor: pointer;
    margin: 20px 0px !important;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.moduleDetailIconContainer {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 8px 28px 0 rgba(0,0,0,0.25);
    margin: auto;
    position: relative;
    background-color: white;
}

.moduleDetailIcon {
    font-size: 40px !important;
    position: absolute;
}

.moduleDetailTitle {
    font-size: 22px !important;
    margin: 10px 0px;
}

.moduleDetailTagLine {
    color: gray;
    font-size: 14px !important;
}

.moduleDetailImage {
    width: 100%;
}

.moduleDetailIcon1 {
    left: 33%;
    top: 24%;
}

.moduleDetailIcon2 {
    left: 20%;
    top: 26%;
}

.moduleDetailIcon3 {
    left: 25%;
    top: 24%;
}

.moduleDetailIcon4 {
    left: 20%;
    top: 24%;
}

.moduleDetailIcon5 {
    left: 22%;
    top: 27%;
}

.moduleDetailIcon6 {
    left: 26%;
    top: 24%;
}

.moduleDetailIcon7 {
    left: 28%;
    top: 24%;
}

.moduleDetailIcon8 {
    left: 20%;
    top: 25%;
}

.moduleDetailIcon9 {
    left: 26%;
    top: 26%;
}

/* #endregion */

/* #region "Features" */

.customHR {
    margin: 20px auto;
    border-color: #E88421;
    border-width: 3px;
    max-width: 50px;
}

.features {
    text-align: center;
    padding: 50px 8% 0px;
}

.featuresHead {
    font-size: 36px;
    color: #666166;
    margin-bottom: 30px;
}

.headBrdr {
    border-color: #E88421;
    border-width: 3px;
    max-width: 50px;
}

.featureDiv {
    margin: 15px 0px;
}

.featuresDetail {
    font-size: 17px;
}

.featureIcon {
    font-size: 40px;
    color: #E88421;
    padding: 10px 0px;
}

.featureIconCenter {
    float: none;
    display: inline-block;
}

.featureIconText {
    font-size: 16px;
    color: gray;
}

.featureCard {
    min-height: 200px;
    box-shadow: 0 10px 28px 0 hsla(210,8%,54%,.2);
    padding: 65px 35px 35px;
}

.featureCardIcon {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    top: 0px;
}

.featureCardIconi {
    color: white;
    font-size: 35px !important;
    position: absolute;
    bottom: 28%;
    left: 38%;
}

.featureCardIcon:hover i, .featurePointsIcon:hover i {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.featureCardTitle {
    text-align: left;
    font-size: 20px;
    color: #111;
    line-height: 2;
}

.featureCardBody {
    text-align: left;
    font-size: 15px;
    line-height: 2;
    color: gray;
}

.featureBackRed {
    background-color: #D64541;
    box-shadow: 0 4px 8px 0 rgba(214,69,65,.3);
}

.featureBackGreen {
    background-color: #41AB6B;
    box-shadow: 0 4px 8px 0 rgba(65,171,107,.3);
}

.featureBackPink {
    background-color: #DB3760;
    box-shadow: 0 4px 8px 0 rgba(210,77,87,.3);
}

.featureBackOrange {
    background-color: #E88421;
    box-shadow: 0 4px 8px 0 rgba(242,121,53,.3);
}

.featureBackDarkGray {
    background-color: #2E3131;
    box-shadow: 0 4px 8px 0 rgba(46,49,49,.3);
}

.featureBackDarkBlue {
    background-color: #2B7FB3;
    box-shadow: 0 4px 8px 0 rgba(5,80,85,.3);
}

.featureBackDarkLightBlue {
    background-color: #119999;
    box-shadow: 0 4px 8px 0 rgba(17,153,153,.3);
}

.featurePointsIcon {
    width: 80px;
    height: 80px;
    margin: auto;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 8px 28px 0 rgba(0,0,0,0.25);
    position: relative;
}

.featurePointsTitle {
    text-align: center;
    font-size: 20px;
    padding: 40px 0px 0px;
}

/* #endregion */

/* #region "One-Stop ERP" */

.openStopDiv {
    padding: 10px 9%;
    background-color: #f7f7f7;
}

.openStopHead {
    font-size: 36px;
    color: #666166;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 15px;
}

.oneStopIconDiv {
    text-align: center;
    margin-bottom: 10px;
}

.oneStopIconText {
    font-size: 15px;
    color: gray;
    padding: 10px 0px;
}

.oneStopRightDiv {
    float: right;
}

.comprehensiveHead {
    font-size: 24px;
    margin-bottom: 20px;
}

.comprehensiveText {
    font-size: 16px;
    color: gray;
}

.comprehensiveDiv {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 900px) {
    .comprehensiveDiv {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-top: 15px;
    }
}

/* #endregion */

/* #region "BlockDiv" */

.BlockDiv {
    padding: 15px 9% 30px;
    background-color: #f5f8fa;
}

.boxDiv {
    /*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.40);*/
    /* box-shadow: 0 0 11px #eaf0f6; */
    border: 0.5px solid #eee;
    border-radius: 10px;
    background-color: white;
    padding: 15px 25px;
    margin: 0px 20px 40px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    cursor: pointer;
    min-height: 210px;
}

.boxDivIcon {
    text-align: center;
    font-size: 50px;
}

.boxTitle {
    text-align: center;
    padding: 5px 0px;
    font-size: 19px;
}

.boxDetail {
    text-align: center;
    color: gray;
    font-size: 15px;
    line-height: 1.8;
}

.boxDiv:hover, .boxDiv:focus, .boxDiv:active {
    /*box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);*/
    /* -webkit-transform: scale(1.1); */
    /* transform: scale(1.1); */
    /* box-shadow: 1px 1px 5px 0px #eee; */
    box-shadow: 1px 3px 7px 0px #ddd;
    box-shadow: 1px 4px 10px 0px #999;
}

/* #endregion */

/* #region "RequestDemo Div" */

#peachLink:hover, #peachLink:focus {
    color: #E88421 !important;
}

.RequestDemoDiv {
    background-color: #f5f8fa;
    padding: 30px 20%;
}

.DemoTxtOnImg {
    position: absolute;
    top: 32%;
    width: 100%;
    text-align: center;
    color: white;
}

.DemoHead1 {
    font-size: 62px;
    line-height: 83px;
}

.DemoHead2 {
    font-size: 19px;
    margin-top: 10px;
    text-align: center;
}

.DemoButton {
    text-align: center;
}

/* #endregion */

/* #region "Customers" */

.customers {
    padding: 30px 15% 30px;
}

.customerHead {
    font-size: 36px;
    color: #666166;
    text-align: center;
}

.customerIconDiv {
    margin: 20px 35px 35px;
    padding: 35px;
}

.customerIcon {
    width: 100%;
}

.carousel-control {
    width: 0%;
    color: #E88421;
}

    .carousel-control:focus, .carousel-control:hover {
        color: #E88421;
    }

.carousel-indicators .active {
    background-color: #E88421;
}

.carousel-indicators {
    position: absolute;
    left: 48%;
    bottom: 0%;
    padding: 0px;
    width: auto;
    margin: 0px;
    margin-bottom: 20px;
}

    .carousel-indicators li {
        /*background-color: gray;*/
        border: 1px solid #E88421;
    }

.carousel-control.left {
    top: 34%;
    font-size: 50px;
    left: -4%;
}

.carousel-control.right {
    top: 34%;
    font-size: 50px;
}

@media (max-width: 800px) {
    .carousel-indicators {
        left: 40%;
    }

    .carousel-control.left {
        top: 43%;
        font-size: 50px;
        left: -4%;
    }

    .carousel-control.right {
        top: 43%;
        font-size: 50px;
    }
}

.sliderDivForCust {
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 5px;
    /*margin: 50px;*/
}

.sliderImageDiv {
    width: 100%;
    position: relative;
    height: 620px;
    /*padding: 10px;*/
    max-height: 100%;
    min-height: 100%;
}

.slide1 {
    float: left;
    left: 5%;
    top: 15%;
    position: absolute;
    color: white;
    max-width: 400px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 20px;
    text-align: center;
}

.slide2 {
    float: left;
    left: 5%;
    top: 25%;
    position: absolute;
    color: white;
    max-width: 400px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 20px;
    text-align: center;
}

.slide3 {
    float: left;
    left: 5%;
    top: 40%;
    position: absolute;
    color: white;
    max-width: 460px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 20px;
    text-align: center;
}

.sliderDetail {
    font-size: 20px;
    padding: 0px 20px;
    margin-bottom: 20px;
}

/* #endregion */

/* #region "Pricing" */

.productPricing {
    padding: 15px 8% 30px;
    /*background-color: #f5f8fa;*/
}

.productPricingHead {
    font-size: 25px;
    color: #666166;
    text-align: center;
}

.PrincingDetail {
    text-align: center;
}

.pricingCard {
    float: none;
    display: inline-block;
    margin: 10px 25px;
    padding: 0px;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    /*box-shadow: 0 0 11px #eaf0f6;*/
}

.pricingCardHeader {
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    color: white;
    padding: 19px;
    font-size: 25px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pricingCardSubHeader {
    padding-top: 7px;
    font-size: 12px !important;
    font-weight: normal;
}

.pricingCardDetail {
    background-color: white;
    padding: 15px;
    font-size: 12px;
    text-align: left;
    border-radius: 10px;
}

.pricingCardUsers {
    text-align: center;
    font-size: 13px;
    color: #777;
}

.pricingCardRate {
    text-align: center;
    font-size: 35px;
}

/* #endregion */

/* #region "ElectroPeach" */

.ElectroPeach {
    padding: 15px 12% 30px;
    /*background-color: #f7f7f7;*/
}

/* #endregion */

/* #region "EMS Classes" */

.emsFeatureIcon {
    font-size: 40px;
    color: #E88421;
    width: 50%;
    padding: 20px 0px;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.40);
}

.emsFeatureIconText {
    font-size: 16px;
    color: gray;
    margin-top: 15px;
}

@media (max-width: 500px) {
    .emsFeatureIcon {
        margin: 0px 80px;
    }
}

/* #endregion */

/* #region "Signup Classes" */

.signup {
    padding: 25px 10%;
}

.getStarted {
    font-size: 35px;
    color: #119999;
    margin: 10px 0px;
}

/* #endregion */

/* #region "contactus" */

#regstrsnForm label, #getStartedForm label {
    color: gray;
    font-weight: 500;
    font-size: 13px;
}

.contactus {
    padding: 25px 8%;
}

.contactUsHead {
    font-size: 36px;
    color: #666166;
    margin-bottom: 40px;
    text-align: center;
}

.signupInput {
    padding: 15px 7px;
    border-radius: 0px !important;
}

    .signupInput:focus {
        border: 1px solid #e88421;
        box-shadow: none;
    }

.inputDiv {
    margin-bottom: 10px;
}

.getStartedButton {
    text-align: center;
}

.signupButton {
    width: auto;
    background-color: #E88421;
    color: white;
    outline: none;
    box-shadow: none;
    border: 0px;
    display: initial;
    padding: 12px 35px;
    height: auto;
    cursor: pointer;
    font-size: 17px;
    border-radius: 0px;
}

.aboutIcon {
    font-size: 35px !important;
}

.submitBtn {
    margin-right: 15px;
    background-color: #119999 !important;
    color: white !important;
}

.getStartedButton button {
    margin-top: 15px;
    color: #E88421;
    padding: 12px 35px;
    font-weight: bold;
    background-color: #119999 !important;
    border: none;
    outline: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bsnsCheckBox {
    cursor: pointer;
}

.bsnsCheckBoxIcon {
    margin-right: 5px;
    font-size: 17px !important;
    vertical-align: text-bottom;
}

.businessSelectStart {
    cursor: pointer;
    padding: 20px;
    text-align: center;
    display: inline-block;
    float: none;
    font-size: 18px;
    margin: 30px 15px;
    color: #aaa;
}

    .businessSelectStart:hover {
        box-shadow: 0px 6px 13px 0px hsla(210, 0%, 46%, 0.5);
        color: #E88421;
    }

.businessSelectStartIcon {
    font-size: 30px !important;
    margin-bottom: 10px;
}
/* #endregion */

/* #region "Loading Bar" */

#loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 11002;
    pointer-events: auto;
}

    #loading-bar .bar {
        background: none;
        display: none;
    }

#loading-bar-spinner {
    top: 45% !important;
    left: 45% !important;
}

    #loading-bar-spinner .spinner-icon {
        width: 45px !important;
        height: 45px !important;
        border: solid 4px transparent !important;
        border-top-color: #E88421 !important;
        border-left-color: #E88421 !important;
        border-bottom-color: #E88421 !important;
        border-radius: 25px !important;
        /* border-right-color: #4885ed; */
        /* box-shadow: 0px 2px 3px #4885ed; */
    }

    #loading-bar-spinner .spinner-icon {
        width: 14px;
        height: 14px;
        border: solid 2px transparent;
        border-top-color: #29d;
        border-left-color: #29d;
        border-radius: 50%;
        -webkit-animation: loading-bar-spinner 400ms linear infinite;
        -moz-animation: loading-bar-spinner 400ms linear infinite;
        -ms-animation: loading-bar-spinner 400ms linear infinite;
        -o-animation: loading-bar-spinner 400ms linear infinite;
        animation: loading-bar-spinner 800ms linear infinite;
    }

/* #endregion */

/* #region "FAQ" */

.faqDiv {
    background-color: #f5f8fa;
    padding: 30px 15%;
}

/* #endregion */

/* #region "Mobile & Web view for all modules" */

.frontPgMobView {
    display: none;
}

.evenIconMob {
    display: none;
}

.evenIconWeb {
    display: block;
}


@media (max-width: 400px) {
    .frontPg {
        display: none;
    }

    .frontPgMobView {
        text-align: center !important;
        padding: 20px !important;
        display: block;
    }

    .mobMenuBar {
        /*margin-right: 30px !important;*/
    }

    .margTop25 {
        margin-top: 25px;
    }

    .mobpadng {
        padding: 30px 30px 30px !important;
    }

    .mobPonitsPdg {
        padding: 30px !important;
    }

    .mobIcons {
        padding: 50px !important;
        margin-bottom: 50px;
    }

    .padLeft0 {
        padding-left: 0px !important;
    }

    .evenIconWeb {
        display: none;
    }

    .evenIconMob {
        display: block;
    }

    .feature {
        /*font-size: 30px !important;*/
        font-size: 24px !important;
        text-align: center;
    }

    .subfeature {
        /*font-size: 20px !important;*/
        font-size: 16px !important;
        text-align: center;
    }

}
/* #endregion */

.btn-blue, .btn-blue:focus {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    background: #1F628E;
    border: 1px solid #1F628E;
}

    .btn-blue:hover, .btn-blue:active {
        background-color: white !important;
        border: 1px solid #1F628E !important;
        color: #1F628E !important;
    }

.btn-orange, .btn-orange:focus {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    background: #e88421;
    border: 1px solid #e88421;
}

    .btn-orange:hover, .btn-orange:active {
        background-color: white !important;
        border: 1px solid #e88421 !important;
        color: #e88421 !important;
    }
    
    .btn-darkYellow, .btn-darkYellow:focus {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    background: #b38a4c;
    border: 1px solid #b38a4c;
}

    .btn-darkYellow:hover, .btn-darkYellow:active {
        background-color: white !important;
        border: 1px solid #b38a4c !important;
        color: #b38a4c !important;
    }
	
	.btn-lightYellow, .btn-lightYellow:focus {
		display: inline-block;
		margin: 0;
		padding: 2px 7px 2px;
		font-family: inherit;
		line-height: 1.66em;
		text-align: center;
		cursor: pointer;
		text-decoration: none;
		border-radius: 3px;
		color: #b38a4c;
		background: #b38a4c22;
	}

    .btn-lightYellow:hover, .btn-lightYellow:active {
        background-color: white !important;
        /* border: 1px solid #b38a4c !important; */
        color: #b38a4c !important;
		padding: 1px 6px 1px;
    }


.btn-yellow, .btn-yellow:focus {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    background: #DEBB1D;
    border: 1px solid #DEBB1D;
}

    .btn-yellow:hover, .btn-yellow:active {
        background-color: white !important;
        border: 1px solid #DEBB1D !important;
        color: #DEBB1D !important;
    }

.btn-save, .btn-save:focus {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    background: #2f8c00;
    border: 1px solid #2f8c00;
}

    .btn-save:hover, .btn-save:active {
        background-color: white !important;
        border: 1px solid #2f8c00 !important;
        color: #2f8c00 !important;
    }

.btn-green, .btn-green:focus {
    display: inline-block;
    margin: 0;
    padding: 3px 13px 3px;
    font-family: inherit;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    background: #4caf50;
    border: 1px solid #4caf50;
    border-radius: 25px;
}

    .btn-green:hover, .btn-green:active {
        background-color: white !important;
        border: 1px solid #4caf50 !important;
        color: #4caf50 !important;
    }


.btn-lightblue, .btn-lightblue:focus {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    background: #2b7fb3;
    border: 1px solid #2b7fb3;
}

    .btn-lightblue:hover, .btn-lightblue:active {
        background-color: white !important;
        border: 1px solid #2b7fb3 !important;
        color: #2b7fb3 !important;
    }

.btn-red, .btn-red:focus {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    background: #b62f2c;
    border: 1px solid #b62f2c;
}

    .btn-red:hover, .btn-red:active {
        background-color: white !important;
        border: 1px solid #b62f2c !important;
        color: #b62f2c !important;
    }


.form-control {
    border: none !important ;
    border-bottom: 1px solid #BCC2C9 !important;
    box-shadow: none;
    border-radius: 0px !important;
    height: 30px;
}

    .form-control:focus {
        border-color: #b38a4c !important;
        box-shadow: none !important;
    }

.lableBtnBlue {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #2b7fb3;
    border: hidden;
    background: rgba(43,127,179, 0.2);
}

    .lableBtnBlue:hover {
        border-radius: 3px;
        color: white !important;
        background: #2b7fb3;
    }

.lableBtnDarkBlue {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #15304A;
    border: hidden;
    background: rgb(31 98 142 / 20%);
}

    .lableBtnDarkBlue:hover {
        border-radius: 3px;
        color: white;
        background: #15304A;
    }

.lableBtnDarkBluePln {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #15304A;
    border: hidden;
    background: rgba(21,48,74, 0.2);
}


.lableBtnOrange {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #e88421;
    border: hidden;
    background: rgba(232,132,33, 0.2);
}

    .lableBtnOrange:hover {
        border-radius: 3px;
        color: white;
        background: #e88421;
    }

.lableBtnOrangePln {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: default;
    text-decoration: none;
    border-radius: 3px;
    color: #e88421;
    border: hidden;
    background: rgba(232,132,33, 0.2);
}

.lableBtnYellow {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #fec007;
    border: hidden;
    background: rgb(254 192 7 / 0.1);
}

    .lableBtnYellow:hover {
        border-radius: 3px;
        color: white;
        background: #fec007;
    }

    .lableBtnYellowPln {
        display: inline-block;
        margin: 0;
        padding: 2px 7px 2px;
        font-family: inherit;
        line-height: 1.66em;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        border-radius: 3px;
        color: #b38a4c;
        border: hidden;
        background: rgba(179, 138, 76, 0.2);
    }


.lableBtGreenMain {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: darkgreen;
    border: hidden;
    background: rgb(76 175 80 / 0.2);
}

    .lableBtGreenMain:hover {
        border-radius: 3px;
        color: white;
        background: darkgreen;
    }

.lableBtGreenPln {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #1f561a;
    border: hidden;
    background: rgba(31, 86, 26, 0.2);
}


.lableBtnRed {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #b62f2c;
    border: hidden;
    background: rgba(182, 47, 44, 0.2);
}

    .lableBtnRed:hover {
        border-radius: 3px;
        color: white;
        background: #b62f2c;
    }


    .lableBtnRedPln {
        display: inline-block;
        margin: 0;
        padding: 2px 7px 2px;
        font-family: inherit;
        line-height: 1.66em;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        border-radius: 3px;
        color: #b62f2c;
        border: hidden;
        background: rgba(182, 47, 44, 0.2);
}

.lableBtTill {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #008080;
    border: hidden;
    background: rgb(0 128 128 / 0.2);
}

    .lableBtTill:hover {
        border-radius: 3px;
        color: white;
        background: #008080;
    }

.lableBtnBrown {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #795548;
    border: hidden;
    background: rgb(121 85 72 / 0.2);
}

    .lableBtnBrown:hover {
        border-radius: 3px;
        color: white;
        background: #795548;
    }

.lableBtnBrownPln {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: default;
    text-decoration: none;
    border-radius: 3px;
    color: #795548;
    border: hidden;
    background: rgba(121 85 72 / 0.2);
}
	
.lableBtnGray {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: gray;
    border: hidden;
    background: hsl(0deg 0% 50% / 20%);
}

    .lableBtnGray:hover {
        border-radius: 3px;
        color: white;
        background:gray;
    }



@media only screen and (min-width: 56em) {
}

.dropbtn {
    padding: 2px 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-content {
    background: #fff;
    display: none;
    position: absolute;
    right: 0;
    min-width: 100px;
    box-shadow: 2px 8px 16px 2px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
    border-radius: 5px;
}

    .dropdown-content span {
        color: black;
        padding: 5px 10px;
        text-decoration: none;
        cursor: pointer;
        display: block;
        text-align: left;
    }

        .dropdown-content span:hover {
            background-color: #f1f1f1;
            cursor: pointer;
        }

.dropdown:hover .dropdown-content {
    display: block;
    cursor: pointer;
}

.dropdown:hover .dropbtn {
    cursor: pointer;
}

.dropdown1 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-content1 {
    background: #fff;
    display: none;
    position: absolute;
    right: 0;
    min-width: 100px;
    box-shadow: 2px 8px 16px 2px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
    border-radius: 5px;
}

    .dropdown-content1 span {
        color: black;
        padding: 5px 10px;
        text-decoration: none;
        cursor: pointer;
        display: block;
        text-align: left;
    }

        .dropdown-content1 span:hover {
            background-color: #f1f1f1;
            cursor: pointer;
        }

.dropdown1:hover .dropdown-content1 {
    display: block;
    cursor: pointer;
}

.dropdown1:hover .dropbtn1 {
    cursor: pointer;
}


.dropdown2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-content2 {
    background: #fff;
    display: none;
    position: absolute;
    right: 0;
    min-width: 100px;
    box-shadow: 2px 8px 16px 2px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
    border-radius: 5px;
}

    .dropdown-content2 span {
        color: black;
        padding: 5px 10px;
        text-decoration: none;
        cursor: pointer;
        display: block;
        text-align: left;
    }

        .dropdown-content2 span:hover {
            background-color: #f1f1f1;
            cursor: pointer;
        }

.dropdown2:hover .dropdown-content2 {
    display: block;
    cursor: pointer;
}

.dropdown2:hover .dropbtn2 {
    cursor: pointer;
}

.dropdown-menu span {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    text-align: left;
}

    .dropdown-menu span:hover {
        background-color: #f1f1f1;
        cursor: pointer;
    }

/* #region "New Colour" */
.darkYellow {
    color: #b38a4c;
}

.darkYellowHover:hover {
    color: #b38a4c;
}

.darkBlue {
    color: #15304A;
}

.darkBlueHover:hover {
    color: #15304A;
}

.darkRed {
    color: #b62f2c;
}

.darkRedHover:hover {
    color: #b62f2c;
}

.darkGreen {
    color: #4caf50;
}

.darkGreenHover:hover {
    color: #4caf50;
}
.closeMdl:hover {
    background-color: #ededed;
    border-radius: 25px;
}

.closeMdl {
    font-size: 17px !important;
    padding: 6px 11px !important;
    margin-top: 5px;
    position: relative;
    top: -3px;
}

.lableBtnYellow {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #DAA520;
    border: hidden;
    background: #DAA5201a;
}

    .lableBtnYellow:hover {
        border-radius: 3px;
        color: white;
        background: #DAA520;
    }

    .lableBtnYellowPln {
        display: inline-block;
        margin: 0;
        padding: 2px 7px 2px;
        font-family: inherit;
        line-height: 1.66em;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        border-radius: 3px;
        color: #DAA520;
        border: hidden;
        background: #DAA5201a;
    }

.ng-table > tbody > tr > td {
    font-size: 12px !important;
}

.ng-table > thead > tr > th {
    font-size: 13px !important
}

.search input {
    font-size: 13px !important;
}

.fontSizeHead{
    font-size:13px !important;
}
.font12{
    font-size:12px;
}
.nrf {
    font-size:13px;
}

/* #endregion  */
