.spLabel label {
    display: block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

div.products {
    margin-top: -46px;
}

[class*="pro"] table td {
    padding: 4px;
}

.dscContentTable {
    width: calc(100% - 15px);
    float: right;
}

.dscContentTable {
}

.dscContent1.dscContent1_td2 tr td:nth-child(2), .dscContent1.dscContent1_td2 tr th:nth-child(2) {
    display: none;
}

.mobileDeviceOnly .dscContentTable {
    width: 100%;
    margin-top: 15px;
}

.dscContent1 th {
    background-color: rgba(0,0,0,0.1) !important;
    border-color: #ccc !important;
}

#dscBank .col-lg-3.col-sm-4 {
    font-weight: bold;
}

label[class*="col-"] {
    padding-left: 10px;
}

label {
    position: relative;
}

    label input[type="checkbox"] {
        position: absolute;
        margin-top: 1px;
        margin-left: -20px;
    }

.dsc1-6::before {
    content: "Class 3  \A Signing Only";
    white-space: pre;
    left: -40px;
    font-size: 20px;
    padding: 6px 10px 0px 30px;
}

.dsc1-4::before {
    content: "Class 3 Signing  \A & encryption";
    left: -60px;
    font-size: 20px;
    white-space: pre;
    padding: 16px 5px 0px 25px;
}

.dsc1-6 {
    width: 610px;
}

.dsc1-5 {
    width: 480px;
}

    .dsc1-5::before {
        padding-top: 5px;
        font-size: 20px;
    }

.dsc1-4 {
    width: 540px;
}

.dsc1-4, .dsc1-5, .dsc1-6 {
    font-size: 20px;
}

iframe#enquiryNew #chkClass2, [for='chkClass2'] {
    display: none;
}

.b4-row {
    display: flex;
    align-items: stretch;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
    display: none;
}

    .b4-row div[class*="col-"] {
        display: flex;
        align-items: stretch;
    }

    .b4-row div div {
        border: 1px solid #c4c4c4;
        padding: 10px;
        margin-top: 20px;
        text-align: center;
        height: auto !important;
        white-space: normal;
        word-break: break-all;
        width: 100%;
    }

.Dscslider {
    min-height: 385px;
    display: none;
}

.dscContent {
    top: 0;
    padding-top: 25px;
    clear: both;
    position: static;
}

.dscContent-box {
    box-shadow: none;
}

.dsc1-5 {
    top: 290px;
}

.dsc1-1 h3 {
    margin-bottom: 0;
}

.dsc1-2, .dsc1-3 {
    top: 100px;
}

.dsc1-6 {
    top: 90px;
}

.dsc1-4 {
    top: 175px;
}

.topBanner {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .topBanner h1 {
        margin-top: 0;
    }

.joinusContent {
    display: flex;
    justify-content: center;
}

.joinusContent-box {
    border: 1px solid #74a9d8;
    padding: 10px 60px 20px 25px;
    border-radius: 50px;
    /* margin-bottom: 25px;*/
    background-color: #275d8b;
    background: linear-gradient(360deg, #27408b, #337ab7);
    position: relative;
    z-index: 1;
    flex-basis: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

div.InfoLinks {
    padding-top: 25px;
    padding-bottom: 25px;
}

.InfoLinks a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #337ab7;
}
/* CSS hack for IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* For IE 10 and 11 */
    .joinusContent-box {
        flex-basis: 40%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* For Edge */
    .joinusContent-box {
        flex-basis: 40%;
    }
}

.joinusContent-box:hover {
}

.joinusContent-box::before {
    content: '';
    width: 104px;
    height: 104px;
    border-radius: 50%;
    font-size: 34px;
    position: absolute;
    background-color: #337ab7;
    background: url(../images/joinus.png) no-repeat center center;
    text-align: center;
    line-height: 30px;
    display: flex;
    color: #fff;
    border: 5px solid transparent;
    /* left: -70px;*/
    right: -55px;
    font-weight: 700;
    align-items: center;
    top: 2px;
    z-index: 1000;
    /*box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2), inset 0px 0px 70px rgba(0,0,0,0.8);*/
    /*animation: borderFade 1s linear infinite; 5 seconds animation, infinite loop */
    animation: borderFade 1s linear infinite;
    display: none;
}

.mobileDeviceOnly .joinusContent-box {
    border-radius: 0;
    margin-bottom: 0;
    flex-basis: 100%;
}

@keyframes borderFade {
    0%, 100% {
        opacity: 0.8; /* Start and end with a transparent border */
    }

    50% {
        opacity: 1; /* Fade in to blue color */
    }
}

.joinusContent-box.userJoin {
    padding: 10px 25px 20px 60px;
    z-index: 0;
}

    .joinusContent-box.userJoin::before {
        /* content: "For\a end\a User";
        font-size: 26px;
        white-space: pre-wrap;
        justify-content: center;
        line-height: 24px;*/
        display: none;
    }

.joinusBox {
    margin-bottom: 0px;
    display: flex;
}

    .joinusBox .btn {
        /*min-width: 170px;*/
        font-weight: 600;
        flex: 1 1;
        margin: 0 10px;
        border-radius: 20px;
    }

        .joinusBox .btn .fa {
            animation: moveIcon 3s linear infinite;
            margin-right: 5px;
        }

@keyframes moveIcon {
    0% {
        transform: translateX(0); /* Start at the initial position */
    }

    50% {
        transform: translateX(7px); /* Move to the right */
    }

    100% {
        transform: translateX(0); /* Return to the initial position */
    }
}

.userJoin .joinusBox {
    /*display: flex;
    height: 100%;
    align-items: center;*/
}

.mobileDeviceOnly .joinusContent-box {
    padding-left: 0;
    color: #fff;
    border-radius: 0;
}

    .mobileDeviceOnly .joinusContent-box::before {
        display: none;
    }

.box-1-content {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    clear: both;
    margin: 0;
    flex-wrap: wrap;
}

    .box-1, .box-1-content h1 {
        /* width: 200px;*/
        padding: 20px;
        margin: 20px 10px;
        background-color: #ffffff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        border-radius: 8px;
        flex: 1 1 240px;
    }

    .box-1-content h1 {
        color: #333333;
        font-weight: 600;
        display: flex;
        text-align: center;
        align-items: center;
        padding: 0;
        background: none;
        box-shadow: none;
        justify-content: center;
    }

.box-1 h2 {
    color: #333333;
}

.box-1 p {
    color: #666666;
    line-height: 1.6;
}

.btn-warning {
    background: linear-gradient(45deg, red, transparent);
}

.joinusContent {
    flex-wrap: wrap;
}

.mobileDeviceOnly .joinusContent .joinusContent-box {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .mobileDeviceOnly .joinusContent .joinusContent-box .btn {
        margin-bottom: 10px;
    }

.mobileDeviceOnly .container.container-new {
    padding-left: 0;
    padding-right: 0;
}

    .mobileDeviceOnly .container.container-new .box {
        /*margin-left:0;
    margin-right:0;*/
        flex-basis: 50%;
    }

.mobileDeviceOnly .bg-primary.topBanner {
    background-color: #337ab7;
    color: #fff;
}

@media(max-width:992px) {
    .dsc1-3 {
        left: 30%;
    }

    .box-1-content h1 {
        flex-basis: 100%;
        justify-content: center;
    }
}


/* Basic CSS for layout and styling */
.container.container-new {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 0px;
}

.box {
    flex: 1 1;
    margin: 10px 0px;
    text-align: center;
    padding: 10px;
    /*  border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);*/
    color: #fff;
    border-right: 1px solid rgba(240,240,240,0.3);
}

    .box:last-child {
        border-right: 0;
    }

.mobileDeviceOnly .box:nth-child(2) {
    border: 0;
}

.box-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

    .box-icon img {
        max-width: 54px;
    }

.howtoDiv {
    flex-basis: 100%;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    clear: both;
    padding-bottom: 20px;
}

    .howtoDiv li {
        text-align: left;
    }

    .howtoDiv h2 {
        font-weight: 600;
    }

.mobileDeviceOnly .box-1-content {
    /* flex-direction: column;
    align-items: center;*/
}

.mobileDeviceOnly .ex100 {
    flex-basis: 100%;
}

.mobileDeviceOnly .joinusBox {
    border-bottom: 0;
}

.mobileDeviceOnly .box-1-content .box-1 {
    width: calc(50% - 30px);
    flex: 1 1 auto;
    flex-basis: 100%;
}

.mobileDeviceOnly .box-1 {
    margin: 10px;
}
/* Responsive adjustments */
@media (max-width: 600px) {
    .box {
        /* flex-basis: 100%;*/
    }

    .topBanner h1 {
        font-size: 25px;
    }
}

@media (min-width:768px) {

    .joinusContent-box:before {
        display: block;
    }
}
