body {
    font-family: "Lato", sans-serif;
}

.container-fluid {
    width: 80%;
    max-width: 1200px;

}
/*--------------footer section---------------*/
footer#unique-header{
    background-color: #666;
    padding: 1.5rem 0;
}
footer .footer-cnt{    
    padding: 1rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
footer .footer-cnt p{
    color:#ffffff;
    font-size: .9rem;
    line-height: 1.6;
    margin-bottom: 0;
    /*    text-shadow: 0px 0px 5px rgba(0,0,0,0.3);*/
}
footer .footer-cnt p a{
    color: #87c1ff;
}

@media (max-width: 1440px) {
    .container-fluid {
        width: 85%;
    }
}
@media (max-width: 1200px) {
    .container-fluid {
        width: 92%;
    }
}
@media (max-width: 768px) {
    .container-fluid {
        width: 100%;
    }
}


/*--------------commen section---------------*/

.btn {
    text-transform: capitalize;
    font-weight: 600;
}

.btn-primary {
    background-color: #f47e11;
    border-color: #f47e11;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}
.btn-outline-secondary{
    text-transform: capitalize;
    font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #dd6b00;
    border-color: #dd6b00;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #dd6b00;
    border-color: #dd6b00;
}


/*--------------header section---------------*/

header {
    margin: 1rem 0;
}

header img.logo {
    width: auto;
    max-height: 90px;
    max-width: 100%;
}

@media (max-width: 767.98px) {
    header img.logo {
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }
}

header .btn-primary {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding: 0.6rem 1.2rem;
    border-radius: 0.225rem;
    text-transform: capitalize;
    background-color: #fefefe;
    color: #333333;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #fefefe;
}

header .btn-primary:hover {
    background-color: #fefefe;
    color: #2376bc;
    border: 1px solid #fefefe;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

header .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #fefefe;
    color: #2376bc;
    border: 1px solid #fefefe;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

header .btn-primary:focus {
    -webkit-box-shadow: 2px 2px 20px 0px rgba(71, 111, 245, 0.2);
    -moz-box-shadow: 2px 2px 20px 0px rgba(71, 111, 245, 0.2);
    box-shadow: 2px 2px 20px 0px rgba(71, 111, 245, 0.2);
}

header .header-cnt {
    text-align: right;
}

header .header-cnt img.right_logo {
    width: 140px;
    display: block;
    margin-left: auto;
    margin-top: 0.8rem;
}

@media (max-width: 767.98px) {
    header .header-cnt {
        text-align: center;
        margin-top: 1rem;
    }
    header .header-cnt img.right_logo {
        margin: 1rem auto;
        display: block;
    }
}

header .header-cnt h1 {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #333333;
    margin: 0.725rem 0;
}


/*--------------admin section---------------*/

.admin .box {
    background-color: #0b3254;
    padding: 1rem;
    font-family: "Lato", sans-serif;
    border: 1px solid #a5a4bf;
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .admin .box {
        margin-bottom: 1rem;
    }
}

.admin h1 {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #333333;
    border-bottom: 1px dashed #a5a4bf;
    padding-bottom: 0.5rem;
    margin: 0.8rem 0;
}

.admin .box h2 {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1.675rem;
    font-weight: 700;
    text-align: center;
}

.product p.card-text {
    line-height: 1.4;
}

.admin .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #a5a4bf;
    margin-bottom: 1rem;
}

.admin .heading button {
    margin: 0.5rem 0;
}

.admin .heading h1.title {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #333333;
    padding-bottom: 0;
    border-bottom: 0;
}

.admin .client-logo {
    max-height: 60px;
    max-width: 170px;
    margin: 0 auto;
    display: block;
}

.product-details {
    margin: 2rem 0 1rem 0;
    font-family: "Lato", sans-serif;
}

@media (max-width: 767.98px) {
    .product-details {
        margin: 1rem 0 1rem 0;
    }
}

.product-details table td:nth-child(2),
.product-details table td:nth-child(3),
.product-details table td:nth-child(4),
.product-details table th:nth-child(2),
.product-details table th:nth-child(3),
.product-details table th:nth-child(4) {
    text-align: center;
}

.product-details .table .form-check-input {
    margin-top: 0.525rem;
}

.product-details .table {
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.product-details .table .thead-dark th {
    vertical-align: middle;
    border: 0;
}

.admin-footer {
    font-family: "Lato", sans-serif;
}

.admin-footer .btn-primary {
    font-weight: 900;
    background-color: #f47e11;
    border-color: #f47e11;
    padding: 0.6rem 1.2rem;
    border-radius: 0.225rem;
}

.admin-footer .btn-primary:hover,
.admin-footer .btn-primary:focus {
    background-color: #dd6b00;
    border-color: #dd6b00;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.admin-footer .btn-outline-primary {
    font-weight: 900;
    border-color: #f47e11;
    color: #f47e11;
    padding: 0.6rem 1.2rem;
    border-radius: 0.225rem;
}

.admin-footer .btn-outline-primary:hover {
    background-color: #dd6b00;
    border-color: #dd6b00;
    color: #fff;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.admin-footer .btn:first-child {
    margin-right: 1rem;
}


/*-----------------------------*/
.header h1 {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #333333;
    border-bottom: 1px dashed #a5a4bf;
    padding-bottom: 0.5rem;
    margin: 0.8rem 0;
}

/*--------------toggle switch---------------*/

.switch {
    position: relative;
    display: inline-block;
    /* width: 4.25rem;
    height: 1.875rem; */
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.rangeslider {
    cursor: pointer;
    background-color: #838296;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: inset 0px 0px 8px 2px rgba(115, 115, 115, 1);
    -moz-box-shadow: inset 0px 0px 8px 2px rgba(115, 115, 115, 1);
    box-shadow: inset 0px 0px 8px 2px rgba(115, 115, 115, 1);
}

.rangeslider:before {
    content: "";
    height: 35px;
    width: 35px;
    background: rgba(246, 246, 246, 1);
    background: -moz-radial-gradient( center, ellipse cover, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient( radial, center center, 0px, center center, 100%, color-stop(0%, rgba(246, 246, 246, 1)), color-stop(52%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-radial-gradient( center, ellipse cover, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(237, 237, 237, 1) 100%);
    background: -o-radial-gradient( center, ellipse cover, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(237, 237, 237, 1) 100%);
    background: -ms-radial-gradient( center, ellipse cover, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(237, 237, 237, 1) 100%);
    background: radial-gradient( ellipse at center, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ededed', GradientType=1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}

input:checked+.rangeslider {
    background-color: #2ab934;
    flex-direction: row-reverse;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.rangeslider.round {
    border-radius: 34px;
}

.rangeslider.round:before {
    border-radius: 34px;
}

.on {
    display: none;
}

.on,
.off {
    color: #e5e8ef;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding: 0px 10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.64);
    line-height: 18px;
}

input:checked+.rangeslider .on {
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.rangeslider .off {
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}


/*--------------------question content---------------------*/

.gray-box {
    background-color: rgba(229, 232, 239, 1);
    padding: 1rem;
    font-family: "Lato", sans-serif;
    margin-bottom: 1rem;
}

.question h1 {
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 1.4rem;
}

.question .que h2 {
    margin-right: 2rem;
}

@media (max-width: 575.98px) {
    .question h1 {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-bottom: 0.5rem;
        margin-right: 0;
    }
    .question .que h2 {
        margin-right: 0;
    }
}


/* added by pallavi on 27 may 2019 for single questions */

.question h2 {
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-right: 1.4rem;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .question h2 {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

.question .switch {
    float: right;
}


/*--------------------sub question content---------------------*/


/* #subquestion-cnt {  modified by pallavi on 27 may 2019 */

.subquestion-cnt {
    border-top: 1px dashed #a5a4bf;
    display: none;
    margin-top: 1rem;
}


/* #subquestion-cnt h1 {  modified by pallavi on 27 may 2019 */

.subquestion-cnt h1 {
    text-align: center;
    font-size: 1rem;
    margin: 1.275rem 0;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .subquestion-cnt h1 {
        margin: 0.8rem 0;
        font-size: 1rem;
    }
}

.subquestion-cnt h2 {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    color: #333333;
    margin: 1rem 0;
    padding: 0 1.5rem;
    position: relative;
}

.subquestion-cnt h2::before {
    background: url(images/bullet.svg) no-repeat;
    content: "";
    position: absolute;
    height: 1.2rem;
    width: 1.2rem;
    left: 0;
    top: 0.3rem;
}

@media (max-width: 575.98px) {
    .subquestion-cnt h2 {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

.subquestion-cnt .range {
    margin: 1rem 0;
}

.subquestion-cnt .tooltip {
    opacity: 1;
}

.subquestion-cnt .slider .tooltip.top {
    margin-top: -28px;
}

.subquestion-cnt .slider .tooltip-inner {
    color: #333333;
    background-color: transparent;
    font-size: 0.875rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.subquestion-cnt .slider-handle {
    background-color: #2376bc;
    background-image: none;
}

.subquestion-cnt .slider.slider-horizontal {
    width: 96%;
}

.slide-controller .range {
    margin: 1rem 0;
}

.slide-controller .tooltip {
    opacity: 1;
}

.slide-controller .slider .tooltip.top {
    margin-top: -28px;
}

.slide-controller .slider .tooltip-inner {
    color: #333333;
    background-color: transparent;
    font-size: 0.875rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.slide-controller .slider-handle {
    background-color: #0b3254;
    background-image: none;
}

.slide-controller .slider.slider-horizontal {
    width: 85%;
}

@media (max-width: 1366px) {
    .slide-controller .slider.slider-horizontal {
        width: 80%;
    }
}

@media (max-width: 767.98px) {
    .slide-controller .range {
        text-align: center;
        margin-top: 2rem;
    }
    .slide-controller .slider.slider-horizontal {
        width: 80%;
    }
}

@media (max-width: 575.98px) {
    .slide-controller .slider.slider-horizontal {
        width: 75%;
        display: block;
        margin: 0 auto;
    }
    .slide-controller .range {
        margin: 2rem 0 0;
    }
}


/*--------------------report---------------------*/

.action-btn {
    font-family: "Lato", sans-serif;
    text-align: center;
    padding-bottom: 1.875rem;
}

.action-btn img {
    padding-left: 0.5rem;
}


/* .action-btn .btn-primary {
    padding: 1rem 3.374rem;
} */

.result-header {
    padding: 1rem 0;
    border-top: 1px dashed #a5a4bf;
}

.result-header h1 {
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6rem;
    margin: 0;
    color: #2376bc;
}

@media (max-width: 575.98px) {
    .result-header h1 {
        font-size: 1.2rem;
    }
}

.result-header p {
    font-family: "Lato", sans-serif;
}

.result-header .btn {
    font-family: "Lato", sans-serif;
}

.result-text {
    margin-bottom: 2rem;
}

.result-text p {
    font-family: "Lato", sans-serif;
    line-height: 1.4;
}

.result .score {
    margin-bottom: 2rem;
    padding: 1.25rem 0;
    border-top: 2px dotted #708fab;
    border-bottom: 2px dotted #708fab;
}

.result .result-media {
    /* border: 1px dashed #2c6d40; */
    padding: 1.25rem;
    border-radius: 0.5rem;
    width: 25rem;
    margin: 0rem 2rem 0 0;
    text-align: center;
}

@media (max-width: 575.98px) {
    .result .result-media {
        margin: 1rem;
        width: 100%;
    }
}

.result .result-media h5 {
    font-size: 1.3rem;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    color: rgb(12, 50, 84);
    margin: 0.5rem 0;
}

.result .result-media img {
    height: 3.5rem;
    width: 3.5rem;
}

.result .result-media .progress {
    height: 2.2rem;
    font-weight: 600;
    border-radius: 2rem;
    border: 3px solid #ffffff;
    box-shadow: 0 0px 10px rgba(12, 50, 84, 0.3);
    text-shadow: 0px 0px 4px rgba(12, 50, 84, 0.8);
}

.result .result-media .progress .progress-bar {
    background-color: #0c3254;
}

.info {
    background-color: #f2f2f2;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .info {
        flex-direction: column;
        justify-content: flex-start;
    }
}

.info .note-bg {
    background: url(images/note-bg.png) no-repeat;
    background-position: left center;
    background-color: #f2f2f2;
    min-height: 140px;
    height: 100%;
    width: 240px;
    max-width: 100%;
    background-size: contain;
    padding-left: 1rem;
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .info .note-bg {
        padding-left: 1rem;
    }
}

@media (max-width: 768px) {
    .info .note-bg {
        min-height: auto;
        justify-content: start;
        background: none;
        width: 100%;
        margin: 0.5rem 0;
    }
}

.info .note-bg h4 {
    font-size: 1.6rem;
    font-family: "Lato", sans-serif;
    margin: 0.2rem 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0c3254;
}

@media (max-width: 992px) {
    .info .note-bg h4 {
        font-size: 1.2rem;
    }
}

.info ul {
    margin-bottom: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
}

.info ul li {
    font-size: 1.03rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    padding-left: 2rem;
    position: relative;
}

.info ul li img {
    height: 1.2rem;
    width: 1.2rem;
}

.info ul li:last-child {
    margin-bottom: 0;
}

.info ul li::before {
    background: url(images/note.svg) no-repeat;
    content: "";
    position: absolute;
    height: 1.2rem;
    width: 1rem;
    left: 0;
    top: 0.3rem;
}

.info ul li span.italic {
    font-style: italic;
}

.info ul li span.text-green {
    color: #2c6d40;
    font-weight: 700;
    font-style: italic;
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
}


/*--------------------Product Selected---------------------*/

.product {
    font-family: "Lato", sans-serif;
}

.product .card .card-footer {
    background-color: transparent;
    border-top: 0;
}

.product .card .card-footer .line {
    border-right: 1px solid #708fab;
}

@media (max-width: 767.98px) {
    .product .card .card-footer .line {
        border-bottom: 1px solid #708fab;
        border-right: 0;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}

.product .card .card-footer .line-top {
    border-top: 1px solid #708fab;
}

.product .card .card-footer a.btn-link {
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: underline;
    color: #41abde;
    padding: 0;
    font-size: 1rem;
}

.product .card .card-footer a.btn-link:hover {
    color: #55b1ff;
}

.product .card .card-footer a.btn-link i {
    margin-right: 0.5rem;
}

.product .card .card-footer ul {
    margin-bottom: 0;
    padding: 0.5rem 0;
}

.product .card .card-footer ul li img.linkicon {
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.4rem;
}

.product .card .card-header {
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    border-bottom: 0;
}

.product .card .card-header span.value {
    margin: 0 1rem;
    padding: 0.2rem 0.5rem;
}

.product .card .card-header span.value a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
}

.product .card .card-header img {
    height: 1.4rem;
    margin-right: 0.75rem;
    margin-top: -0.3125rem;
}

.product .card .card-body {
    padding: 0.8rem;
}

.product-selected .card {
    font-family: "Lato", sans-serif;
    border: 0;
    background-color: #e5e8ef;
}

.product-selected .card .card-header {
    background-color: #2376bc;
    color: #fff;
}


/* .product-all h2 {
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6rem;
    margin: 1rem 0;
    color: #2376bc;
}

.product-all .line {
    border-top: 1px dashed #a5a4bf;
} */


/*----------------------col----------------------*/

.progress-bar1 {
    position: relative;
    height: 6.25rem;
    width: 6.25rem;
    margin: 0 auto;
}

.progress-bar1 div {
    position: absolute;
    height: 6.25rem;
    width: 6.25rem;
    border-radius: 50%;
}

.progress-bar1 div span {
    position: absolute;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 80px;
    height: 80px;
    width: 80px;
    left: 10px;
    top: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
}

.progress-bar1 .background {}

.progress-bar1 .rotate {
    clip: rect(0 50px 100px 0);
}

.progress-bar1 .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
}

.progress-bar1 .right {
    clip: rect(0 50px 100px 0);
    transform: rotate(180deg);
    opacity: 0;
}

@keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*--------------welcome block---------------*/

.welcome .blue-box {
    padding: 1rem;
    background-color: #0b3254;
}

.welcome .blue-box h1 {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 1.675rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-shadow: 0 0px 15px rgba(255, 255, 255, 0.26);
}


/*--------------banner---------------*/

.banner .accordion .card {
    background-color: transparent;
}

.banner .accordion>.card .card-header {
    display: inline-block;
    background-color: transparent;
    padding: 0 0 1rem 0;
    margin-bottom: 1rem;
    color: #333333;

}

.banner .accordion>.card .card-header span {
    font-size: 1.1rem;
    color: #0b3254;
    text-align: right;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
}

.banner .accordion>.card .card-header a {
    font-weight: 700;
    font-size: 1.1rem;
}

.banner .accordion .card-header .card-title span:after {
    content: "\f106";
    margin-left: 0.5rem;
    display: inline-flex;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.banner .accordion .card-header.collapsed .card-title span:after {
    content: "\f107";
    margin-left: 0.5rem;
}
.banner .accordion .card-header.collapsed{
    border-bottom: 0;
    padding: 0;
}
.banner .accordion .card-header{
    padding-bottom: 1rem;
    border-bottom: 1px dashed #a5a4bf;
}
.banner .accordion>.card .card-body {
    padding: 0;
}

.banner .accordion h1.line {
    padding: 1rem 0;
    font-size: 1rem;

}

.banner .video-cnt {
    margin-bottom: 1rem
}

.banner .video-cnt video {
    max-width: 100%;
    height: auto;
}

.banner .video-cnt h1 {
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6rem;
    color: #333333;
}

.banner h1 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #333333;
    font-family: "Lato", sans-serif;
}
.banner .introcnt{
    margin-top: 1.8rem;
}
.banner .introcnt p{
    font-size: 1.1rem;
    line-height: 1.6rem;

}
.banner .product-categories h1.heading {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #333333;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}
.banner .product-categories .category{
    padding: 0.8rem 0 0.8rem 0.5rem;
    display: flex;
    align-items: center;
    background-color: #0b3254;
}

.banner .product-categories .category img {
    height: 3rem;
    width: 3rem;
}
.banner .product-categories .category  h2 {
    font-size: 1.1rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin: .5rem 0;
}
.banner .box {
    padding: 1rem 1rem 0.5rem 1rem;
    border: 1px solid #a5a4bf;
    margin-bottom: 1rem;
}


.banner .banner-link h3 {
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6rem;
    margin: 0.8rem 0;
    text-align: center;
    color: #0b3254;
}

.banner .banner-link h3:after {
    background: url(images/arrow.svg) no-repeat;
    content: "";
    position: absolute;
    height: 2.2rem;
    width: 2.8rem;
    top: 1.8rem;
}
.banner .product-categories .category.sr{
    margin-right: .8rem;
}

@media (max-width: 767.98px) {
    .banner .product-categories .category.sr{
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .banner .accordion h1 {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    .banner .banner-link h3:after {
        background: none;
    }
    .banner .accordion>.card .card-header span {
        display: block;
    }
}


/*--------------user list---------------*/

.user .box {
    background-color: #0b3254;
    padding: 1rem;
    font-family: "Lato", sans-serif;
    border: 1px solid #a5a4bf;
    margin-bottom: 1rem;
}

.user .box h2 {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1.675rem;
    font-weight: 700;
    text-align: center;
}

.user .user-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #a5a4bf;
    margin-bottom: 1rem;
}

.user .user-list button {
    margin: 0.5rem 0;
}

.user .user-list h1 {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #333333;
    padding-bottom: 0;
    margin: 0.5rem 0;
}

.modal-body span.text-danger {
    position: absolute;
    font-size: 0.8rem;
    top: 0px;
    right: 10px;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 0.2rem;
}


/* #piechart_3d {
    width: 400px;
    max-width: 100%;
    height: 300px;
} */

.legend .legend-cnt {
    background-color: #fff;
    padding: 0.5rem;
    -webkit-box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
}

.legend .legend-cnt .items {
    font-weight: 600;
    padding-right: 0.5rem;
    margin: 0 1rem 0.5rem 1rem;
}

.url .input-group-prepend {
    margin-right: 0;
}

.url .input-group-prepend .input-group-text {
    background-color: #9fd3ff;
    border: 1px solid #2376bc;
}

.url .input-group-append .btn-secondary,
.url .input-group-append .btn-secondary:active {
    background-color: #2376bc;
    border: 1px solid #2376bc;
    color: #fff;
}


/*--------------color theme---------------*/

.result-header-box {
    background-color: #0c3254;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
}

.result-header-box h1.divider {
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
}

.result-header-box p {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.result-header-box h1.divider::before,
.result-header-box h1.divider::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.result-header-box h1.divider::before {
    right: 0.5rem;
    margin-left: -50%;
}

.result-header-box h1.divider::after {
    left: 0.5rem;
    margin-right: -50%;
}


/*--------------primary header---------------*/

.result-header-primary {
    background-color: #0c3254;
    color: #fff;
    padding: 0.6rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.result-header-primary h2 {
    font-size: 1.6rem;
    margin: 0.2rem 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.result-header-primary h2 i {
    color: #ff8f3c;
    margin-right: 0.2rem;
}

.result-header-primary p {
    margin: 0.5rem 0;
    font-size: 1.2rem;
}

.result-header-secondary {
    background-color: #708fab;
    color: #fff;
    padding: 0.6rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.result-header-secondary h2 {
    font-size: 1.6rem;
    margin: 0.2rem 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.result-header-all {
    background-color: #999999;
    color: #fff;
    padding: 0.6rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.result-header-all h2 {
    font-size: 1.6rem;
    margin: 0.2rem 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.product-selected .card .card-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #0c3254;
    border-top: 3px solid #708fab;
    border-bottom: 3px solid #708fab;
    padding: 0.5rem 1rem;
    border-radius: 0;
}

.product-selected .card .card-header img.type {
    margin-right: 0.5rem;
    height: 3rem;
    width: 3rem;
}

.product-selected .card .card-header h3 {
    font-weight: 800;
    text-transform: uppercase;
    margin: 0.3rem 0;
    font-size: 1.4rem;
    margin-right: 1rem;
}

.product-selected .card .card-header img {
    height: 3rem;
    width: 3rem;
    margin: 0;
}

.product-selected .card {
    background-color: #3a4856;
    color: #fff;
    border-radius: 0;
    border: 0;
}

.product-selected .card .btn {
    padding: 0.175rem 0.75rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.product-secondary .card .card-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #738fab;
    border-top: 3px solid #0c3254;
    border-bottom: 3px solid #0c3254;
    padding: 0.5rem 1rem;
    border-radius: 0;
}

.product-secondary .card .card-header h3 {
    font-weight: 800;
    text-transform: uppercase;
    margin: 0.3rem 0;
    color: #fff;
    font-size: 1.4rem;
    margin-right: auto;
}

.product-secondary .card .card-header img {
    height: 3rem;
    width: 3rem;
    margin: 0;
}

.product-secondary .card .card-header img.type {
    margin-right: 0.5rem;
    height: 3rem;
    width: 3rem;
}

.product-secondary .card {
    background-color: #e3e9ee;
    color: #666666;
    border-radius: 0;
    border: 0;
}

.product-secondary .card .btn {
    padding: 0.175rem 0.75rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.product-all .card .card-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #999999;
    border-top: 3px solid #0c3254;
    border-bottom: 3px solid #0c3254;
    padding: 0.5rem 1rem;
    border-radius: 0;
}

.product-all .card .card-header h3 {
    font-weight: 800;
    text-transform: uppercase;
    margin: 0.3rem 0;
    font-size: 1.4rem;
    color: #fff;
    margin-right: auto;
}

.product-all .card .card-header img {
    height: 3rem;
    width: 3rem;
    margin: 0;
}

.product-all .card .card-header img.type {
    margin-right: 0.5rem;
    height: 3rem;
    width: 3rem;
}

.product-all .card {
    background-color: #f2f2f2;
    color: #66666c;
    border-radius: 0;
    border: 0;
}

.product-all .card .btn {
    padding: 0.175rem 0.75rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.bullet-info {
    display: flex;
    align-items: center;
}

.bullet-info img {
    height: 3rem;
    width: 3rem;
}

.bullet-info-secondary {
    display: flex;
    align-items: center;
}

.bullet-info-secondary img.type {
    height: 3rem;
    width: 3rem;
    margin-right: 0.5rem;
}

.bullet-info-secondary p {
    font-size: 1.1rem;
    margin-right: 1rem;
}

.bullet-info p {
    font-size: 1.1rem;
}

#overlay {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    z-index: 3100;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5) url(images/loader.gif) no-repeat 50% 50%;
}

.product-banner {
    background-color: #f2f2f2;
    padding: 2rem 0;
    border-top: 2px dotted #708fab;
    border-bottom: 2px dotted #708fab;
    margin-bottom: 1.875rem;
}

.fw img {
    height: 9.375rem;
    width: 9.375rem;
    margin-right: 1rem;
}

.fw h2 {
    font-size: 4.375rem;
    line-height: 1;
    font-weight: 800;
    color: #708fab;
}

@media (max-width: 767.98px) {
    .fw h2 {
        font-size: 2.275rem;
    }
    .fw img {
        height: 4.275rem;
        width: 4.275rem;
    }
}

#frm_add_client .form-group,
#editClient .form-group {
    margin-bottom: 0.5rem;
}

#editClient #edit_logo {
    max-height: 45px;
    margin-right: 10px;
}

#editClient #blah {
    max-height: 45px;
    margin-right: 10px;
}

#copyClient .modal-body h4 {
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #333333;
    font-weight: 600;
}

#copyClient .modal-body h4 span {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.result-text p {
    margin-bottom: 0px;
}

.result-text {
    background-color: #f2f2f2;
}


/*------------------Report--------------------------*/

.report-details .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #a5a4bf;
    margin: 1rem -0;
}

.report-details .header h1 {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #333333;
}

.report-details .header h1 span {
    font-weight: 900;
}

.report-details .filter {
    display: flex;
    justify-content: space-between;
}

.report-details .filter .lebel {
    font-size: 1.125rem;
    font-weight: 700;
    display: inline;
}

.report-details .filter #reportrange {
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    padding: 6px 10px;
    box-shadow: 0 2px 4px rgba(12, 50, 84, 0.26);
}

.report-details .filter #reportrange:hover {
    color: rgb(2, 137, 255);
}

.report-details .filter #reportrange span {
    margin: 0 0.5rem;
}

.report-details .filter #reportrange svg.fas {
    color: rgba(12, 50, 84, 1);
}

.report-details .filter .export .dropdown-menu {
    min-width: 6rem;
    padding: 0;
}

.report-details .filter .export .dropdown-menu a.dropdown-item {
    color: rgba(12, 50, 84, 1);
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.report-details .filter .export .dropdown-menu a.dropdown-item i {
    margin-right: 0.3rem;
}

.report-details .panel {
    margin-bottom: 1.5rem;
    font-family: "Lato", sans-serif;
    background-color: rgba(229, 232, 239, 1);
}

.product_offerd_cls{
    box-shadow: 0 2px 10px rgba(0,0,0,0.16);   
}

.highcharts-figure{
    margin: 0;
}
.report-details .panel #collapseOne, .report-details .panel #collapseFour  {
    max-height: 400px;
    overflow: auto;
}
.report-details .panel-default>.panel-heading {
    color: #ffffff;
    background-color: #000000;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.report-details .panel-default>.panel-heading a {
    display: block;
    /*padding: 10px 15px;*/
    padding: 10px 40px 10px 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.375rem;
    text-transform: capitalize;
    position: relative;
}

.report-details .panel-default>.panel-heading a:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-flex;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
}


/* .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
  } */

.report-details .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.report-details .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\f067";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.report-details .panel-default>.panel-heading .panel-title {
    margin-bottom: 0;
}

{
    /* background-color: rgb(247, 247, 248); */
}
.single-date:not(:last-child){

    border-bottom: 8px solid #FFFFFF
}
.date-container {
    padding: .2rem 1rem 0;
    /*border: 1px solid #e5e8ef;
    background-color: rgba(229,232,239,1);
        background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(229,232,239,1) 100%);*/
}

.datecnt {
    margin: 0.5rem 0;
}

.datecnt .date {
    font-size: 1.125rem;
    font-weight: 700;
}

.legendcnt {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .legendcnt {
        justify-content: flex-start;
    }
}

.legendcnt ul {
    margin-bottom: 0;
}

.legendcnt ul li {
    margin: 0.2rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.legendcnt ul li:not(:last-child) {
    margin-right: 1rem;
}

.legendcnt ul li svg {
    margin-right: 0.4rem;
}

.legendcnt ul li svg.icon {
    height: 1.875rem;
    width: 1.875rem;
}

svg.p_offered {
    color: #0b3254;
}

svg.p_contribution {
    color: #476ff5;
}

.product_recommendation:not(:last-child){
    padding: 1rem;
    font-family: "Lato", sans-serif;
    /*    background-color: rgba(229, 232, 239, 1);
        border:1px solid rgba(229, 232, 239, 1);*/
    border-bottom: 8px solid #fff;
}

.product_recommendation ul li a.nav-link {
    padding: 0.5rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #333333;
    border: 0;
    border-radius: 0;
}

.product_recommendation ul li a.nav-link:hover {
    background-color: rgba(12, 51, 84, 0.6);
    color: #fff;
}

.product_recommendation ul li a.nav-link.active {
    background-color: rgb(12, 50, 84);
    color: #fff;
}

.product_recommendation .tab-content {
    background-color: rgba(12, 50, 84, 0.1);
    padding: 1rem;
}

.card-soup .card {
    color: #fff;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.card-soup .card .card-header {
    padding: 0.5rem;
    border-radius: 0;
    background-color: rgb(12, 50, 84);
    border: 1px solid rgb(12, 50, 84);
}

.card-soup .card .card-header h4:hover {
    cursor: pointer;
}

.card-soup .card .card-header h4 {
    margin-bottom: 0;
}

.card-soup .card .card-header h4 a.nav-link {
    color: #fff;
}

.card-soup .card .card-header h4 a.nav-link:hover {
    cursor: pointer;
}

.card-soup .card .card-body {
    padding: 0;
    border: 1px solid rgb(12, 50, 84);
    background-color: rgba(12, 50, 84, 0.3);
}

.link-statistic {
    padding: 1rem;
    /*    background-color: #ffffff;*/
}

.map-container {
    padding: 1rem;
    /*    background-color: #ffffff;*/
}

.prd_slider {
    margin-top: 30px;
}

span.emp_ben_slider{
    padding-left: 10px;
}

div.slider_main_div{
    width: max-content;
    padding-left: 10px;
}

/*.error {
    color: red;
}*/

.form-group label.error{
    font-weight: 400;
    color: red;
}
.form-group span.error{
    font-weight: 400;
    color: red;
}

table.tools_list{
    border-collapse: collapse!important;
}

table.tools_list .client-logo{
    margin: 0px;
}


.styled-checkbox {
    position: absolute;
    opacity: 0;
    display: flex;
}

.styled-checkbox+label {
    position: relative;
    display: flex;
    cursor: pointer;
    padding: 0;
    margin-top: 14px;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    background-color: white;
    border: 1px solid #666666;
    border-radius: 3px;
}

.styled-checkbox:hover+label:before {    
    border: 1px solid #1d75ff;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #1d75ff;
    border: 1px solid #1d75ff;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 12px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: -2px 0 0 white,
        2px 0 0 white, 
        3px 0 0 white, 
        4px 0 0 white, 
        4px 0 0 white, 
        4px -2px 0 white, 
        4px -4px 0 white, 
        4px -6px 0 white, 
        4px -8px 0 white, 
        4px -10px 0 white, 
        4px -12px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

/* product new page*/

.product-offered-cnt {
    padding: 1rem;
    background-color: #ffffff;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
}

.product-offered-cnt .items {
    padding: 0.5rem;
    background-color: #ffffff;
    display: inline-flex;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    align-items: center;
    margin-bottom: .7rem;
    border-top:3px solid #fff ;
    border-bottom:3px solid #fff;
}
.product-offered-cnt .items.p_offered{
    border-top: 3px solid #0b3254;    
}
.product-offered-cnt .items.e_contribution{    
    border-bottom: 3px solid #476ff5;
}
.product-offered-cnt .items:not(:last-child) {
    margin-right: .5rem;
}

.product-offered-cnt .items span {
    font-size: .95rem;
    line-height: 1;
    font-weight: 700;
}

.product-offered-cnt .items svg {
    margin-left: 0.5rem;
} 

.product-offered-cnt .items-filter {
    background-color: #ffffff;
    display:flex;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: space-between;
}

.product-offered-cnt .items-filter {
    position: relative;
}

.product-offered-cnt .items-filter:not(:last-child) {
    margin-bottom: 1rem;
}

.product-offered-cnt .items-filter .items-details {
    padding: 0 1rem;
    display: flex;
    align-items: center;
}

.product-offered-cnt .items-filter .items-details span {
    font-weight: 700;
    font-size: 1rem;
    color: #212529;
}

.product-offered-cnt .items-filter .items-details img.icon {
    height: 1.875rem;
    width: 1.875rem;
    margin-right: 1rem;
}
@media (max-width: 1024px) {
    .product-offered-cnt .items-filter .items-details{
        padding: 0 .5rem;
    }
    .product-offered-cnt .items-filter .items-details img.icon {
        margin-right: .5rem;
    }
    .product-offered-cnt .items-filter .percentage{
        padding: 1rem .6rem;
    }
}
.product-offered-cnt .items-filter .percentage {
    position: relative;
    padding: .7rem;
    font-size: 1.125rem;
    text-shadow: 0 2px 4px rgba(12, 50, 84, 0.4);
    font-weight: 700;
    line-height: 1;
}

.product-offered-cnt .items-filter.top .percentage {
    color: #ffffff;
    background-color: #0c3254;
}

.product-offered-cnt .items-filter.secondary .percentage {
    color: #ffffff;
    background-color: #738fab;
}

.product-offered-cnt .items-filter.other .percentage {
    color: #ffffff;
    background-color: #999999;
}


.product-offered-cnt table.table-bordered tbody td{
    border: 1px solid #afb5bf;
    background-color: #cfd5df;
}
.sessionview {
    font-family: "Lato", sans-serif;
    color: #0b3254;
}
.sessionview  .whiteboxshadow{
    padding: 1rem;
    background-color: #ffffff;
    box-shadow: 0px 0px  6px rgba(0, 0, 0, 0.16);

}
.sessionview .tab-content {
    padding: 0;
}
.sessionview .tab-content .tab-pane{
    padding: 1rem;
    background-color: #ffffff;
}
.session .value {
    background-color: #E5E8EF;
    color: #0b3254;
    padding: .8rem 1rem;
}
.session .value .title{
    font-size: 1.3rem;
    margin: .5rem 0;
    font-weight: 600;
}
.session .value .number{
    font-size: 4.2rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .session .value .number{
        font-size: 3rem;
    }
}
.session .value .number span{
    font-size: 2.2rem;    
}
.session .value .number span:not(:last-child){
    margin-right: 1rem;
}
.session .linkcnt{
    background-color: #F3F4F8;
    color: #0b3254;
    padding: .8rem .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1092px) {
    .session .linkcnt{
        flex-direction: column-reverse;
    }
}
.session .linkcnt .link{
    font-size: 1rem;
}
.session .linkcnt .multisession .lable {
    font-size: 1rem;
}
.session .multisession {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.session .linkcnt:hover,.session .linkcnt:focus {
    background-color: #0b3254;
    color: #ffffff;

}
ul#sessiontab-cnt li{
    text-align: center;
    /* background-color: #ffffff;
    padding: 1.2rem; */
}
@media (min-width: 990px) {
    ul#sessiontab-cnt li:not(:last-child){
        border-right:1px solid #E5E8EF;
        padding-right: 1rem;
    }
    ul#sessiontab-cnt li:last-child{
        padding-left: 1rem;
    }
}


ul#sessiontab-cnt li a{
    padding:0;
}
ul#sessiontab-cnt li a.nav-link.active, ul#sessiontab-cnt li a.nav-link:hover{
    background-color: transparent;
    color: #0b3254;
}
ul#sessiontab-cnt li a.nav-link.active .linkcnt{
    background-color: #0b3254;
    color: #fff;
}
#sessiontab-cnt .multisession .lable{
    margin-right: .5rem;
}
#sessiontab-cnt .multisession .number{
    font-size: 1.2rem;
    font-weight: 800;
}
#sessiontab-cnt .multisession .number span{
    font-size: 1rem;
}
#sessiontab-cnt .multisession .number span:not(:last-child){
    margin-right: .5rem;
}
ul#sessiontab-cnt li a .link:after{
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-left: .2rem;
}
ul#sessiontab-cnt li a.active .link:after{
    transition: transform 0.25s ease;
    content: "\f106";
}
.note button.btn-session {
    border: 0;
    color: white;
    background-color: #476FF5;
    padding: .2rem .6rem;
}
.note button.btn-multisession{
    border: 0;
    color: white;
    background-color: #0c3254;
    padding: .2rem .6rem;
}
.note button.btn-session:hover{
    background-color: #476FF5;
}
.note button.btn-multisession:hover{
    background-color: #0c3254;
}
.box-heading{
    color: #0c3254;
    font-size: 1.325rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.deactive_session{
    background-color: #888888e6!important;
}
/*********** Product recommendation table ************/
table#product_recomm_new{
    border-collapse: collapse;
}

table#product_recomm_new thead tr th, table#product_recomm_new tbody tr td{
    padding: 4px 10px;
    line-height: 1.2;
    font-size: 14px;
}

#product_recomm_new_paginate a.paginate_button{
    padding: 0.2em 0.5em;
}

#product_recomm_new_paginate a.current{
    background: #0c3254;
    color:#FFFFFF!important;
    border:1px solid #0c3254;
}
/*********** Product Offerd table ************/
table#product_offered_tbl{
    border-collapse: collapse;
}

#product_offered_tbl_paginate a.paginate_button{
    padding: 0.2em 0.5em;
}

#product_offered_tbl_paginate a.current{
    background: #0c3254;
    color:#FFFFFF!important;
    border:1px solid #0c3254;
}
/*********** Custom Product Offerd table ************/
table#custom_product_offered_tbl{
    border-collapse: collapse;
}

#custom_product_offered_tbl_paginate a.paginate_button{
    padding: 0.2em 0.5em;
}

#custom_product_offered_tbl_paginate a.current{
    background: #0c3254;
    color:#FFFFFF!important;
    border:1px solid #0c3254;
}
/*********** Product Offerd table ************/
table#link_statistics_tbl{
    border-collapse: collapse;
}

#link_statistics_tbl_paginate a.paginate_button{
    padding: 0.2em 0.5em;
}

#link_statistics_tbl_paginate a.current{
    background: #0c3254;
    color:#FFFFFF!important;
    border:1px solid #0c3254;
}
/*********** feedback ************/
.feedback .datecnt{
    padding: 1rem;
    background-color: #cfd5df;
}
.feedback .question-cnt{
    padding: 1rem;
    background-color: rgba(229, 232, 239, .6);
}
.feedback .question-cnt:not(:last-child){
    margin-bottom: 1rem;
}
.feedback .question-cnt .question h1{
    border-bottom: 1px dotted #a5a4bf;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    font-size: 1.1rem;
    font-weight: 500;
    margin-right: 0;

}
.feedback .question-cnt .question h1 span{
    font-weight: 700;
    margin-right: .5rem;
}
.feedback .question-cnt .answer span{
    font-size: 1.1rem;
    font-weight: 700;
    margin-right: .5rem;
}
.feedback .question-cnt .answer img.icon{
    height: 24px;
    width: 24px;
    margin-right: .3rem;
}
.feedback .question-cnt .answer ul.list-unstyled {
    margin-bottom: 0;
}
.feedback .question-cnt .answer ul.list-unstyled li {
    display: flex;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: .5rem;
}
.feedback .question-cnt .answer ul.list-unstyled li span.count{
    margin-left: .2rem;
}
.feedback .question-cnt .answer p.ans_txt{
    margin-bottom: 0;
}
.tools_btn .btn:not(:last-child){
    margin-right:0.5rem;
}
.tools_btn .btn{
    margin: 0.4rem 0;
}
/**************** Employer Contributio CSS **************************/
.ec_value.report-details .panel-heading h4 a{
    font-size:1.1rem;

}
.ec_value.report-details .table td, .ec_value.report-details .table th{
    padding:.3rem;
}
.ec_value.report-details .panel{
    background-color : transparent;
    margin-bottom: .8rem;
}
.ec_value.report-details table.table{
    background-color : rgba(229, 232, 239, 1);
}
/**************** Export Products Popup **************************/
#products-pdf_frm .styled-checkbox+label{
    display:block;
    margin:3px 0;
}
#products-pdf_frm .form-group{
    margin-bottom:0.5rem;
}
.question .slider.slider-horizontal .tooltip {
    left: 50%!important;
}
button.btn-short-txt {
    max-width: 300px;
}

.result-header-primary h2, .result-header-primary p {
    width: 50%;
}

@media only screen and (max-width: 768px){
    .result-header-primary h2, .result-header-primary p {
        width: 100%;
    }
}

@media only screen and (max-width: 500px){
    .result-header-primary h2{
        font-size: 1.3rem;
    }

    .product-selected .card .card-header h3{
        font-size: 1.2rem;
    }
}
@media only screen and (min-width: 768px){
    .product-selected .card {
        height: 100%!important;
    }
}

.emp-group-logo {
    max-height: 60px;
    max-width: 170px;
    margin: 0 auto;
    display: block;
}

table.grouped_tools_tbl .client-logo,.emp-group-logo{
    margin: 0px;
}
.thumbnail-img{
    width: 200px;height: 130px;
}
.form-control[type="file"] {
    padding: 3px;
}
.product-details table td:nth-child(1), .product-details table th:nth-child(1) {
    width: 300px;
    max-width: 300px;
}

#resp-table {
    width: 100%;
    display: table;
}
#resp-table-body{
    display: table-row-group;
}
.resp-table-row{
    display: table-row;
}
.product_cell, .contro_cell{
    width:50%
}
.last_col{
    width:20%
}
.table-body-cell{
    display: table-cell;
    border: 1px solid #dddddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.show-thumbnail-video {
    /* bottom: 28px; */
    width: 300px !important;
}

.info-tabs video{
    height: 170px;
}
.img-link{
    position: relative;
}

.bc-plan-img-play-overlay img{
    position: absolute;
    margin: -106px 133px;
}
/* .d-none{
    display: none;
} */