﻿/*body, html{
    font-size:62.5% !important;
}*/

.customoverlayMain {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 11000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.customoverlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.customloader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}

.tableModal .modal-content {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
}

    .tableModal .modal-content .modal-header {
        display: block;
        background-color: #fe6625;
        text-align: center;
    }

        .tableModal .modal-content .modal-header h4 {
            margin: 0;
            color: #ffffff;
            font: 500 18px "Roboto", sans-serif;
        }

    .tableModal .modal-content .modal-body {
        padding: 10px 25px 0 25px;
        border: 0;
    }

.errbtn {
    min-width: 80px !important;
}

.errModal {
    -webkit-justify-content: center;
}

.errContent {
    width: 400px;
}

.errBody {
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
}

.tableModal .modal-content .modal-body table tr td {
    color: #4b4b4b;
    font: 500 16px "Roboto", sans-serif;
    vertical-align: middle;
}

    .tableModal .modal-content .modal-body table tr td:first-child {
        padding-left: 0;
    }

.tableModal .modal-content .modal-body table tr:first-child td {
    border: 0;
}

.tableModal .modal-content .modal-footer {
    border: 0;
    display: block;
}

.smeSec.coverSec .addons .labelTable {
    margin: 0 5px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position: absolute;
    right: 0;
    bottom: 100px;
    left: 0;
    overflow: hidden;
}

    .smeSec.coverSec .addons .labelTable span {
        padding: 15px;
        font: 400 14px "Muli", sans-serif;
    }

.paySec .paymentmode ul li div {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.51);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in;
    transition: -webkit-box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    -webkit-transition: box-shadow 0.3s ease-in;
    -moz-transition: box-shadow 0.3s ease-in;
}

    .paySec .paymentmode ul li div input {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.paySec .paymentmode ul li span {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    font: 400 11px "Muli", sans-serif;
}

.PartnerName {
    color: #FFF;
    font-family: Muli, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.upperCase{
    text-transform:uppercase;
}
/*Home Link Button Css*/
#lnkHome {
    float: left;
    margin-top: -3px;
    margin-right: 30px;
    top: 20px;
    left: 303px;
    width: 20px;
    height: 19px;
    border: 1.3px solid var(---fffef6-extended-lom-orange-6);
    opacity: 1;
}

#LiMob {
    display: none;
}

#LiDesk {
    /*display: block;*/
}

@media (max-device-width: 767px) and (min-width: 320px) {
    #LiMob {
        display: block;
    }

    #LiDesk {
        display: none;
    }
}
@media (max-device-width: 767px){
    #lblBussinessEmail{
        display:none;
    }
    #GHI_lblBussinessEmail {
        display: none;
    }
    /*Iphone Mobile Scroller Issue*/
    section.products-code-block {
        padding-left: 0px;
        padding-right: 10px;
    }

    .container-fluid.prdsServices {
        padding-right: 15px;
    }

    footer.container-fluid {
        padding-right: 15px;
    }

    div.myraChatwrapp {
        width: auto;
    }
    /*END*/
}

.sme-retail-corp {
    gap: 30px;
}

.kycpopupWrapper .sme-retail-corp .il-radio-group {
    margin-right: 0;
}

.kycpopupWrapper .kyc-popup-sec .sme-retail-corp #corporateCust {
    display: block;
}

.clamp-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumbSec {
    padding: 15px!important;
    border-top: 1px solid #ece9e9;
    background-color:#fff!important;
}

    .breadcrumbSec .breadcrumb {
        padding: 0;
        margin: 0;
        background: none;
    }

        .breadcrumbSec .breadcrumb li {
            color: #6C6C6C;
            font: 400 14px "Muli", sans-serif;
        }
/* faq font and arrow issue */
ul.list-disc li {
    font-size: 16px;
}

ul.arrow-tab-list li {
    padding-left: 20px !important;
}
/* faq font and arrow issue */
/*END*/

