@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    font-size:0.85rem;
    line-height:1.3;
}

/*p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}*/
.stickysd {
    position: fixed;
    top: 0;
    width: 100%;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.productImage {
    width: 18%;
    position: absolute;
    top: 2px;
    left: 2px;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    /*background: #7386D5;*/
    /*background: #129fb5;*/
    background: #17A2B8;
    /*background-color: #17A2B8; 
    background-image: linear-gradient(#17A2B8, #138496);*/
    color: #fff;
    transition: all 0.3s;
    box-shadow: 0px 0px 10px #129fb5;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 13px 20px;
        /*background: #6d7fcc;*/
        /*background: #1191a6;*/
        background: #138496;
        box-shadow: 0px 0px 0.2px White;
        position:relative;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #138496;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

.li-menu-block {
    border-bottom: 1px solid #138496;
}

    .li-menu-block .li-icon {
        float: left;
        min-width: 24px !important;
        text-align: center;
    }

    .li-menu-block .li-icon-right {
        float: right;
        min-width: 24px !important;
        text-align: center;
    }

#sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    display: block;
}

    #sidebar ul li a:hover {
        background: #138496;
        color: #FAFAFA;
    }

/*#sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #138496;
        background: #FAFAFA;
    }*/

#sidebar ul li.active > a {
    background: #FAFAFA;
    color: #138496;
}

#sidebar ul.active {
    display: block;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 15px !important;
    padding-left: 20px !important;
    /*background: #138496;*/
    background: #19b4cc;
    color: #fff;
}

.li-submenu-block {
    border-bottom: 1px solid #17A2B8;
}

.li-sub-submenu-block {
    border-bottom: 1px solid #19b4cc;
}

.li-submenu-block .li-icon {
    float: left;
    min-width: 20px !important;
    text-align: center;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 15px !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

    #content.active {
        width: 100%;
    }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #content {
        width: 100%;
    }

        #content.active {
            width: calc(100% - 250px);
        }

    #sidebarCollapse span {
        display: none;
    }
}


/* ---------------------------------------------------
    BHAUMIK
----------------------------------------------------- */

/*.bg-gray {
    background: gray;
}*/

.alert-msg {
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 5s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 5s;
    position: relative;
}

@-webkit-keyframes seconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: -9999px;
    }
}

@keyframes seconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: -9999px;
    }
}

.not-allowed {
    cursor: not-allowed;
}

.disabledMenu {
    pointer-events: none;
    background-color: transparent;
    opacity: .65;
}

/*wizard*/
body {
    margin-top: 40px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}

.stepwizard-step button[disabled] {
    background-color: red;
    opacity: 1;
    filter: alpha(opacity=100);
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.margin-top-one {
    margin-top: 1rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #17a2b8;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #17a2b8;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.dataTables_info {
    padding-top: 0.2em !important;
}

.dt-buttons {
    width: 100%;
}

tfoot {
    display: table-header-group;
}

.modal-body1 {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: calc(100vh - 210px);
    overflow-y: scroll;
}

.modal-lg {
    max-width: 1200px
}

.spinner-loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/Loader_Ball_01.gif') center no-repeat rgba(233, 236, 239, 0.5);
}

    .inner-loader-wrapper{
        position:relative;
        z-index:0;
    }
    .spinner-loader.inner {
        position: absolute;
    }

    .dropdown-toggle[aria-expanded=true]:after {
        transform: rotate(180deg);
    }
/*for animation*/
.dropdown-toggle:after {
    transition: 0.3s;
}

.dropdown-menu.dropdown-menu-right a:active {
    color: #fff;
    background-color: #17a2b8;
}

.dropdown-menu.dropdown-menu-right a:hover {
    color: #fff;
    background-color: #17a2b8;
}

.Width-40 {
    width: 40%;
}

.disabled-dropDown {
    pointer-events: none;
}




.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #34A7C1;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


.disabled_Button {
    pointer-events: none;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-th:before {
    content: "\e011"
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.Pagination_active {
    z-index: 1;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.page_Info {
    padding-top: 0.2em !important;
}

.page_Item_Disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

ul ul ul a {
    font-size: 15px !important;
    padding-left: 40px !important;
    /* background: #138496; */
    background: #25bcd4;
    color: #fff;
}






.navsupport a,
#Reference a {
    background-color: initial;
}

/*.navsupport a:link {
    color: #FFFFFF;
}*/

/*.navsupport a:visited {
    color: #2F2F2F;
}*/

/*.navsupport a:hover {
    background-color: #FFFFFF;
    color: #000000;
}*/

section a:visited {
    color: #000000;
}

section a:hover {
    color: #d33a2c;
}

#Reference a {
    color: #008CBC;
}

/* nav */
.navsupport {
    /*background: #000000;*/
    /*color: #FFFFFF;*/
    position: relative;
    /*top:268px;*/
    /*left:20;*/
}

    .navsupport header {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

    .navsupport ul {
        /*background-color: #19b4cc;*/
        background-color: rgba(0,0,0,.03);
        width: 15%;
        list-style: none;
        margin: 0;
        overflow: auto;
        padding: 0;
        /*color: #fff;*/
        color: #17a2b8 !important;
    }

    .navsupport li {
        /*border-bottom: 1px solid #138496;*/
        border-bottom: 1px solid rgba(0,0,0,.125);
        font-size: 1rem;
        /*padding: 20px 0 5px 20px;*/
    }

        .navsupport li:last-child {
            border-bottom: none;
        }

    .navsupport ul:last-child {
        padding-bottom: 5px;
    }

/* main */
.mainSupport {
    padding: 0 20px 20px;
}

    .mainSupport p {
        color: black;
        font-size: 1rem;
    }

    .mainSupport ul {
        color: black;
        font-size: 1rem;
    }

pre {
    border-left: 3px solid #7b7b7b;
}

dd {
    margin-bottom: 6px;
}

dt {
    margin-bottom: 2px;
}

@media (min-width: 815px) {
    .navsupport {
        /*position: fixed;*/
        height: 100%;
    }

        .navsupport ul {
            overflow-y: auto;
            height: 100%;
        }

    .mainSupport {
        padding-left: 20px;
        left: 185px;
        position: absolute;
        right: 0;
        top: 0;
        padding-left: 20px;
    }
}

.card-body p {
    color: black;
    font-size: 1rem;
}

/*TOPBUTTTON*/

#Topbutton {
    display: inline-block;
    background-color: #138496;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #Topbutton::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #Topbutton:hover {
        cursor: pointer;
        background-color: #25bcd4;
    }

    #Topbutton:active {
        background-color: #555;
    }

    #Topbutton.show {
        opacity: 1;
        visibility: visible;
    }

.scrollablediv {
    max-height: 340px;
    overflow-y: auto;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index:20000
}
.tooltip-inner {
    background-color: #EEEEEE !important;
    color: #000000;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #EEEEEE !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #EEEEEE !important;
}


.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #EEEEEE !important;
}


.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #EEEEEE !important;
}

#ProductCard.card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.product_Detail {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em !important;
    font-weight: 300 !important;
    line-height: 1.7em !important;
    color: #999 !important;
}

#floating-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #17a2b8;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
}

.plus {
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-size: 38px;
    font-family: 'Roboto';
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
}

#container-floating {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 50;
}

    #container-floating:hover {
        height: 400px;
        width: 90px;
        padding: 30px;
    }

        #container-floating:hover .plus {
            animation: plus-in 0.15s linear;
            animation-fill-mode: forwards;
        }

.edit {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 65px;
    transform: rotateZ(-70deg);
    transition: all 0.3s;
    animation: edit-out 0.3s;
}

#container-floating:hover .edit {
    animation: edit-in 0.2s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}

@keyframes edit-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@keyframes edit-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
}

@keyframes plus-in {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(180deg);
    }
}

@keyframes plus-out {
    from {
        opacity: 0;
        transform: rotateZ(180deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.nds {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform: scale(0);
    cursor: pointer;
}

.nd1 {
    background: #ba68c8;
    right: 40px;
    bottom: 120px;
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode: forwards;
}

.nd3 {
    background: red;
    right: 40px;
    bottom: 180px;
    animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode: forwards;
}

.nd4 {
    background: #ba68c8;
    right: 40px;
    bottom: 240px;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
}

.nd5 {
    background-image: url('https://lh3.googleusercontent.com/-X-aQXHatDQY/Uy86XLOyEdI/AAAAAAAAAF0/TBEZvkCnLVE/w140-h140-p/fb3a11ae-1fb4-4c31-b2b9-bf0cfa835c27');
    background-size: 100%;
    right: 40px;
    bottom: 300px;
    animation-delay: 0.08s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
}
.hybridJumbston {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}
a:not([href]):not([tabindex]) {
    color: #17a2b8;
    text-decoration: none;
}

    a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #fff;
        text-decoration: none;
    }

@keyframes bounce-nds {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

#container-floating:hover .nds {
    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}

#container-floating:hover .nd3 {
    animation-delay: 0.08s;
}

#container-floating:hover .nd4 {
    animation-delay: 0.15s;
}

#container-floating:hover .nd5 {
    animation-delay: 0.2s;
}

.letter {
    font-size: 23px;
    font-family: 'Roboto';
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
}

.reminder {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    line-height: 40px;
}

.profile {
    border-radius: 50%;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}




.switch {
    position: relative;
    height: 26px;
    width: 120px;
    background: rgba(0, 0, 0, 0);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 58px;
    line-height: 26px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0);
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

    .switch-label:active {
        font-weight: bold;
    }

.switch-label-off {
    padding-left: 2px;
}

.switch-label-on {
    padding-right: 2px;
}


.switch-input {
    display: none;
}

    .switch-input:checked + .switch-label {
        font-weight: bold;
        color: rgba(255, 255, 255, 0.90);
        text-shadow: 0 1px rgba(255, 255, 255, 0.25);
        -webkit-transition: 0.15s ease-out;
        -moz-transition: 0.15s ease-out;
        -ms-transition: 0.15s ease-out;
        -o-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        -webkit-transition-property: color, text-shadow;
        -moz-transition-property: color, text-shadow;
        -ms-transition-property: color, text-shadow;
        -o-transition-property: color, text-shadow;
        transition-property: color, text-shadow;
    }

    .switch-input:checked + .switch-label-on ~ .switch-selection {
        left: 60px;
        /* Note: left: 50%; doesn't transition in WebKit */
    }

.switch-selection {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    display: block;
    width: 58px;
    height: 22px;
    border-radius: 3px;
    background-color: #17a2b8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #19b4cc), color-stop(100%, #17a2b8));
    background-image: -webkit-linear-gradient(top, #19b4cc, #17a2b8);
    background-image: -moz-linear-gradient(top, #19b4cc, #17a2b8);
    background-image: -ms-linear-gradient(top, #19b4cc, #17a2b8);
    background-image: -o-linear-gradient(top, #19b4cc, #17a2b8);
    background-image: linear-gradient(top, #19b4cc, #17a2b8);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -ms-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.shepherd-text {
    overflow: auto !important;
}

.carousel-img-Size {
  width:auto;
  height:600px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 1px solid rgba(0,0,0,.125);
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.alert-dismissible {
    padding-right: 4rem !important;
}

.notificationButton .badge {
    position: absolute;
    top: 14px;
    right: 17px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

.inner-loader-wrapper {
    position: relative;
    z-index: 0;
}

.spinner-loader.inner {
    position: absolute;
}


.spinner-loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/Reloader_Circle_Thin_01.gif') center no-repeat rgba(233, 236, 239, 0.5);
}
div#spinner {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../images/Loader_Ball_01.gif') center no-repeat rgba(233, 236, 239, 0.5);
}

.progress_list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .progress_list ul li {
        float: left;
        height: 40px;
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        white-space: nowrap;
    }

.progress_list {
    overflow: hidden;
}


.pgl_ar {
    background: rgba(0, 0, 0, 0) url("../images/ar_list.png") no-repeat scroll right top;
    color: #333;
    float: left;
    font-size: 12px;
    margin-top: 7px;
    padding: 10px 15px 0 5px;
    text-align: center;
    white-space: nowrap;
}

    .pgl_ar span {
        color: #999;
        display: block;
        font-size: 12px;
    }

.pgl_status {
    background: #208fc8 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 1.3;
    margin: 0 8px;
    padding: 7px 15px 0;
}



    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

    .notfound .notfound-404 {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 140px;
        height: 140px;
        background-image: url('../images/emoji.png');
        background-size: cover;
    }

        .notfound .notfound-404:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-transform: scale(2.4);
            -ms-transform: scale(2.4);
            transform: scale(2.4);
            border-radius: 50%;
            background-color: #f2f5f8;
            z-index: -1;
        }

    .notfound h1 {
        font-family: 'Nunito', sans-serif;
        font-size: 65px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 10px;
        color: #151723;
        text-transform: uppercase;
    }

    .notfound h2 {
        font-family: 'Nunito', sans-serif;
        font-size: 21px;
        font-weight: 400;
        margin: 0;
        text-transform: uppercase;
        color: #151723;
    }

    .notfound p {
        font-family: 'Nunito', sans-serif;
        color: #999fa5;
        font-weight: 400;
    }

    .notfound a {
        font-family: 'Nunito', sans-serif;
        display: inline-block;
        font-weight: 700;
        border-radius: 40px;
        text-decoration: none;
        color: #388dbc;
    }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        width: 110px;
        height: 110px;
    }

    .notfound {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 110px;
    }
}
.project_t {
    position: absolute;
    left: 73px;
    right: 0px;
    top: 16%;
    /* text-align: center; */
    color: white;
    font-size: 17px;
    font-weight: bold;
}

.ProductSecurity {
    height: 130px;
   
    background-size: cover !important;
    position: relative;
    background: url('../images/security.jpg') center no-repeat rgba(233, 236, 239, 0.5);
}
.error {
    font-size: 12px;
    padding: 6px 0 4px;
    color: red;
    display: block;
}

.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 30px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
    font-size: 25px
}

.second-row {
    font-weight: 500;
    color: #b1aeae;
}

.copy-click {
    position: relative;
    padding-bottom: 2px;
    text-decoration: none;
    cursor: copy;
    color: #484848;
    transition: background-color calc(var(--duration) * 2) var(--ease);
}

    .copy-click:after {
        content: attr(data-tooltip-text);
        position: absolute;
        bottom: calc(100% + 6px);
        left: 50%;
        padding: 8px 16px;
        font-size: 10px;
        white-space: nowrap;
        background-color: white;
        border-radius: 4px;
        box-shadow: 0 0 0 -12px rgba(0,0,0,0);
        pointer-events: none;
        backface-visibility: hidden;
        opacity: 0;
        transform: translate(-50%, 12px);
        transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), transform calc(var(--duration) / 1.5) var(--bounce);
    }

    .copy-click.is-hovered:after {
        box-shadow: 0 4px 8px rgba(0,0,0,0.10);
        opacity: 1;
        transform: translate(-50%, 0);
        transition-timing-function: var(--ease);
    }

    .copy-click.is-copied:after {
        content: attr(data-tooltip-text-copied);
    }

.card-title {
    color: #8094ae;
    font-size: 17px;
    font-weight: 500;
}

.inner-data {
    display: flex;
}

.inner-count .title {
    font-size: 11px;
    color: #8094ae;
    text-transform: uppercase;
    margin-bottom: 0.125rem;
    letter-spacing: 0.1em;
}

.inner-count .count {
    font-size: 0.9375rem;
    line-height: 1.1;
    color: #364a63;
}

.card-title-revenue {
    color: #8094ae;
    font-weight: 500;
}

.btn-accordian:focus {
    box-shadow: none !important;
}

.accordian-active + #btn-caret {
    transition: transform 0.5s ease;
    transform: rotate(180deg);
}

.accordian-notactive + #btn-caret {
    transition: transform 0.5s ease;
    transform: rotate(0deg);
}