body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5 !important;
    color: #000000;
    ;
}


/* .page-content {
    margin-top: 163px;
} */

button {
    cursor: pointer;
}


/* Navbar */


/* nav {
    box-shadow: 0px 0px 10px #00000085;
    padding-bottom: 1.5% !important;
} */

#main_nav {
    z-index: 999999;
}

.nav-link {
    /* color: #043b72 !important; */
    font-weight: bold;
    font-size: 16px !important;
}

.navbar-brand {
    padding-left: 5%;
}

#navbar-right {
    padding-top: 1%;
    padding-left: 13%;
}

.header-hr {
    width: 99.7%;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 2px solid #f58220;
    margin: 0;
}

.active-bg {
    background-color: #f58220;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}


/* Navbar Ends */


/* Main Body */

.wrapper {
    max-width: 1290px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.banner {
    background: linear-gradient(180deg, #f58220 54%, transparent);
    border-bottom: 5px solid #043b72;
}

.banner .content h2 {
    position: relative;
    color: #ffffff;
    font-weight: bold;
    padding-top: 2%;
}

.content-col {
    padding-left: 4%;
    padding-top: 2%;
}

.register-btn {
    padding: 15px;
    position: relative;
    border-radius: 30px;
    border: none;
    color: #ffffff;
    font-weight: bold;
    background-color: #043b72;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.register-btn:hover {
    color: #f58220;
}

.start-learning-btn {
    padding: 15px;
    position: relative;
    border-radius: 30px;
    border: none;
    color: #ffffff;
    font-weight: bold;
    background-color: #f58220;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.start-learning-btn:hover {
    color: #043b72;
}

.banner-button-row {
    margin-bottom: 4%;
}


/* Banner Metrices */

#number-banner {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}

.num-label-banner {
    color: #043b72;
    font-size: 16px;
}

.metrices-banner {
    position: relative;
    padding-top: 4%;
    /* padding-left: 3%; */
}


/* Banner Metrices Ends */


/* Metrices*/

.metrices {
    /* background-color: #cdcecb; */
    /* padding: 20px 0px; */
    /* margin-top: 2%; */
    width: 100%;
}

.col-md-3.metrices-col {
    display: inline-block;
}

#number {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
}

.num-label {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #043b72;
    margin: 0;
}


/* Metrices Ends */


/* Learning Module */

.launching-soon {
    width: fit-content;
    background: #f58220;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    padding: 0 5px;
    font-size: 12px;
}

.learning-module {
    margin-bottom: 5%;
    padding: 0 20px;
}

.basic-module-img,
.intermediate-module-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: auto;
}

.learning-module-card {
    margin-left: auto;
    margin-right: auto;
    padding: 0 6%;
}

.basic-level-card,
.intermediate-level-card {
    margin-left: auto;
    margin-right: auto;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 10px #00000045;
}

.basic-level-card .card-body,
.intermediate-level-card .card-body {
    padding: 20px;
}

.learning-module-heading-title {
    font-size: 24px;
    font-weight: 600;
    color: #043b72;
    margin: 0;
}

.learning-btn {
    padding: 15px;
    border-radius: 30px;
    color: #f58220;
    font-weight: bold;
    width: 60%;
    border: 1px solid #f58220;
    margin-right: auto;
    background-color: #fff;
    margin-left: auto;
    display: block;
}

.learning-btn:hover {
    background-color: #f58220;
    color: #fff;
    transition: all .3s ease-in-out;
}

.quiz-btn {
    padding: 15px;
    border-radius: 30px;
    color: #043b72;
    font-weight: bold;
    width: 60%;
    border: 1px solid #043b72;
    background-color: #fff;
    margin-right: auto;
    display: block;
    margin-left: auto;
}

.quiz-btn:hover {
    background-color: #043b72;
    color: #fff;
    transition: all .3s ease-in-out;
}

.underline-basic,
.underline-intermediate {
    color: #f58220;
    border: 2px solid;
    border-radius: 5px;
    width: 15%;
}

.comming-soon-btn {
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #f58220;
    color: #fff;
    background-color: #f58220 !important;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.cmng-soon-footer {
    background: linear-gradient(90deg, transparent, #f58220, transparent);
}

.cmng-soon-span {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 600;
    padding: 10px;
}


/* Learning Module End */


/* Module Page */

.module-list-content-row {
    width: 100%;
    margin: 0;
}

.banner-module {
    background-image: url("/ResourcePackages/MAQ/assets/dist/images/banner_01.jpg");
    background-size: cover;
}

.content h1 {
    color: #043b72;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
}

.content h4 {
    color: #043b72;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
}

.content h2 {
    color: #043b72;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
}

.learning-module h1 {
    margin: 4% 0;
    font-weight: 600;
    color: #043b72;
}

.topic-banner-module .content h4 {
    color: #fff;
}

.topic-banner-module .content h2 {
    color: #fff;
}

.accrdn_content ul li a h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.accordion-header-sidenav {
    font-size: 16px;
    margin: 0;
    color: #043b72;
    font-weight: 600;
}

.module-heading .content {
    color: #043b72;
    font-weight: bold;
}

.module-heading {
    padding: 0% 4%;
}

.module-desc {
    color: #fff;
}


/* Mobile Navigation */

.mobilenavigation-wrap {
    position: relative;
    z-index: 999;
    box-shadow: 0px 2px 10px #cdcecb;
    background: #fff;
}

.mobile-navigation {
    width: 100%;
    margin: 0;
}

.row.mobile-navigation .col-sm-3.active {
    border-bottom: 2px solid #043b72;
}

hr.menu-hr {
    margin: 0;
    border: 1px solid #043b72;
    margin-top: 5%;
}


/* Mobile Navigation Ends */


/* Side Menu */

.sidemenu {
    display: none;
    border: 1px solid #cdcecb;
    background: #fff;
    position: absolute;
    left: 1%;
    width: 24%;
    z-index: 1001 !important;
}


/* .sidemenu-top {
    margin-top: 13% !important;
} */


/* .module01-col {
    margin-top: -18%;
} */

.sidemenu-title {
    padding: 15px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
    background: #f58220;
}

.accordion {
    /* padding: 4% 5% 4% 3%; */
    background: #fff;
    display: block ruby;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #cdcecb;
    cursor: pointer;
}

.accordion:hover {
    background: #f3f3f3;
    transition: all .3s ease-in-out;
}

.i-backgrnd {
    float: right;
    background: #043b72;
    color: #fff;
    border-radius: 30px;
    width: 18px;
    height: 18px;
    padding: 4px 5px 4px;
    font-size: 10px;
    margin-top: 4px;
}

.dot {
    width: 20px;
    height: 20px;
    background: #043b72;
    border-radius: 10px;
    float: right;
    text-align: center;
    padding: 0;
    color: #fff;
}

#accrdn_content_1,
#accrdn_content_2,
#accrdn_content_3,
#accrdn_content_4 {
    background: #F9EAD5;
    padding: 10px 0px 10px 0px;
}

.accrdn_content ul li a {
    font-size: 14px;
    color: #000;
}

.accrdn_content ul {
    padding-left: 10%;
}

#accrdn_content_1 ul li,
#accrdn_content_2 ul li,
#accrdn_content_3 ul li,
#accrdn_content_4 ul li {
    font-size: 12px;
    padding: 3px;
}

#accrdn_content_1 ul li.active::marker,
.accrdn_content ul li.active::marker {
    color: #f58220 !important;
}

#accrdn_content_1 ul li::marker,
#accrdn_content_2 ul li::marker,
#accrdn_content_3 ul li::marker,
#accrdn_content_4 ul li::marker {
    color: #A0A6A8;
    font-size: 18px;
}


/* Side Menu Ends */

.underline {
    margin-top: 0;
    border: 2px solid #043b72;
    width: 39%;
    border-radius: 4px;
    float: left;
}

.module-name {
    float: left;
}

.btn.quiz-btn.mt-4 {
    background: #f58220;
    border: none;
    color: #fff;
    padding: 10px 20px;
    width: auto;
    border: 1px solid;
}

.btn.quiz-btn.mt-4:hover {
    background-color: #fff;
    color: #f58220;
    border: 1px solid;
    transition: all .3s ease-in-out;
}

.col-sm-4.module-col {
    margin-top: 10%;
    padding-left: 7%;
}

.module01-img {
    width: 60%;
    float: right;
    margin-top: 8%;
}

.module-hr {
    margin-top: 3%;
    border: 2px solid #043b72;
}


/* Module Mobile Card */

.mobile-card-cirle {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background: #f58220;
    border: 1px solid #f58220;
    color: #fff;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 5%;
    right: 2%;
}

.row.mobile-card-row {
    column-gap: 15px;
    padding: 0 15px;
    margin-bottom: 15px;
}

.row.mobile-card-row .col-sm-6 {
    max-width: 47%;
    text-align: center;
    box-shadow: 0px 0px 10px #00000045;
    padding: 30px 10px 30px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
}


/* Module Mobile Card Ends */


/* Module Card */

.m-card {
    text-align: center;
    box-shadow: 0px 0px 10px #00000045;
    padding: 30px 10px 30px 10px !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    max-width: 23%;
    background: #fff;
    margin-bottom: 2.6%;
    cursor: pointer;
}

.m-card {
    transition: all .2s ease-in-out;
}

.m-card:hover {
    box-shadow: 0px 0px 10px 5px #00000045;
    transition: all .3s ease-in-out;
}

.circle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #A0A6A8;
    border: 1px solid #A0A6A8;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 5%;
    right: 2%;
}

.circle.active {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #f58220;
    border: 1px solid #f58220;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 5%;
    right: 2%;
}

.row.card-row.no-gutters {
    column-gap: 2.6%;
}

.row.second-row,
.row.fourth-row {
    background: #F9EAD5;
}

.module02-img {
    width: 67%;
    float: left;
    margin-top: 10%;
}

.module03-img {
    width: 64%;
    float: right;
    margin-top: 8%;
}

.module04-img {
    width: 69%;
    float: left;
    margin-top: 2%;
}


/* Module Card Ends */


/* Module Page Ends */


/* Topic Page */

.topic-banner-module {
    background-image: url(../images/banner_topic.jpg);
    background-size: cover;
    height: 194px;
    margin-bottom: 2%;
}

.topic-page-content {
    border: 1px solid #cdcecb;
    padding: 0;
    width: auto;
    margin-bottom: 5%;
}

.topic-back-to-modules-btn {
    padding: 15px;
    border-radius: 30px;
    color: #f58220;
    width: fit-content;
    border: 1px solid #f58220;
    float: right;
}

.topic-back-to-modules-btn:hover {
    background-color: #f58220 !important;
    color: #fff;
    transition: all .3s ease-in-out;
    border-color: #f58220;
}

.module-title {
    color: #043b72;
    font-weight: bold;
}

.answer.pt-2 {
    font-size: 16px;
}

.previous-btn.bg-white.text-center {
    padding: 15px;
    border-radius: 30px;
    color: #043b72;
    width: fit-content;
    border: 1px solid #043b72;
    float: right;
}

.previous-btn.bg-white.text-center:hover,
.next-btn.bg-white.text-center:hover {
    background-color: #043B72 !important;
    color: #fff;
    transition: all .3s ease-in-out;
}

.test-col {
    display: inline-flex;
    justify-content: right;
    align-items: baseline;
    align-content: flex-end;
    padding: 0;
}

.next-btn.bg-white.text-center {
    padding: 15px;
    border-radius: 30px;
    color: #043b72;
    width: fit-content;
    border: 1px solid #043b72;
    float: left;
}

.col-md-2.show-more a {
    color: #043b72;
    font-size: 16px;
}

.question-title.pt-4 {
    font-size: 18px;
    font-weight: bold;
}

.topic-img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 8% 0%;
    cursor: pointer;
}

.q-btn.text-center {
    width: 40px;
    height: 40px;
    display: block;
    background: #043b72;
    color: #fff;
    border-radius: 50%;
    padding-top: 1%;
    font-size: 20px;
    position: absolute;
    right: 4%;
    top: 92%;
    z-index: 9999999999999;
}

.test-btn {
    float: right;
    padding: 10px;
    border-radius: 30px;
    color: #fff !important;
    width: fit-content;
    border: 1px solid #f58220;
    background: #f58220 !important;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.test-btn:hover {
    background-color: #fff !important;
    color: #f58220 !important;
    transition: all .3s ease-in-out;
}

.test-text {
    display: inline-block;
    width: auto;
    text-align: end;
    margin: auto;
    margin-right: 2%;
}

.col-md-3.test-col {
    padding: 0;
}


/* .topic-page-content {
    margin-top: -20%;
} */


/* Topic Page Ends */


/* Main Body */


/* Footer */

#footer-widgets {
    background-color: #eceff4;
    /* padding-top: 70px;
    padding-bottom: 70px; */
    position: relative;
}

.site-footer {
    padding: 15px 0;
    background-color: #f58220;
}

.site-footer .footer-info>div {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    color: #043b72;
}


/* Footer Ends */

.learning-module-img-wrap {
    text-align: center;
}


/*pradeep 05-12-2020*/


/*.circle
{
  counter-increment: css-counter 1;
}
.circle:before {
    content: counter(css-counter) " ";
}*/

.row.mt-4.pb-4:nth-child(even) {
    background: #f9ead5;
}

.row.card-row.no-gutters {
    counter-reset: css-counter 0;
}

.module-img {
    width: 100%;
    margin-top: 8%;
}


/* Quiz Page*/

.quiz-title {
    color: #043b72;
    font-size: 30px;
    padding-top: 1%;
}

#btnKnowMore {
    float: right;
    border: none;
    font-size: 14px;
    color: #043b72;
    padding: 5px;
}

.btn-orange-maq {
    float: right;
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #f58220;
    font-size: 14px;
    color: #f58220;
    margin-left: auto;
}

.btn-orange-maq:hover {
    background: #f58220;
    color: #fff;
    transition: all .3s ease-in-out;
}

.quiz-module-title {
    font-size: 20px;
    color: #043b72;
    font-weight: bold;
    text-align: center;
    margin-top: 1%;
}

.quiz-question-title {
    text-align: center;
    padding: 25px 25px 15px 25px;
    background-color: #F9EAD5;
}

.quizmodule-all-quiz-wrap {
    border: 1px solid #cdcecb;
    margin-top: 2%;
}

.quiz-question-title h6 {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 600;
}

.quizmodule-quiz {
    list-style: upper-alpha;
    display: block;
    width: 100%;
    /* padding: 0 2% 2% 2%; */
}

.quiz-btn-next,
.quiz-btn-previous,
.btnSubmit {
    background: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #043b72;
    color: #043b72;
    font-size: 16px;
    cursor: pointer;
}

.quiz-btn-next:hover,
.quiz-btn-previous:hover,
.btnSubmit:hover {
    background: #043b72;
    color: #fff;
    transition: all .3s ease-in-out;
}


/* .quizmodule-quiz li.quizmodule-quiz-answer .quizmodule-quiz-answer-title {
    float: left;
    width: 80%;
} */

.quizmodule-quiz .quizmodule-quiz-answer {
    padding: 15px;
    border-radius: 30px;
    width: 10%;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.quizmodule-quiz .quizmodule-quiz-answer:hover {
    background-color: #f58220;
    transition: all .3s ease-in-out;
}

.quizmodule-quiz-answer.answer-selected {
    background: #f58220;
    border-color: #f58220;
}

.quizmodule-quiz-answer.answer-selected .quizmodule-quiz-answer-title {
    color: #fff;
    /* background: #f58220; */
    /* padding: 5px;
    border-radius: 30px; */
}

.answers label {
    display: inline-block;
    width: 35%;
}

.quizmodule-quiz {
    list-style: upper-alpha;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 6px;
}

.quizmodule-quiz li.quizmodule-quiz-answer .quizmodule-quiz-answer-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.quizmodule-quiz .quizmodule-quiz-answer {
    width: 96%;
    padding: 10px;
    float: left;
    display: flex;
    margin: auto;
    margin-bottom: 2%;
    border: 1px solid #cdcecb;
    min-height: 65px;
    align-items: center;
}

.row.quiz-actn-btn-row {
    padding-top: 3%;
    padding-bottom: 3%;
}


/* Quiz Page Ends */


/* Assesment Page */

.answer-correct {
    color: #000;
    padding: 5px;
    display: inline-block;
    width: auto;
}

.answer-input-incorrect {
    color: #f58220;
    padding: 5px;
    display: inline-block;
    width: auto;
}

.answer-input-correct {
    color: #043b72;
    border-radius: 10px;
    padding: 5px;
    display: inline-block;
    width: auto;
}

.sr-no-td {
    text-align: center;
}

.assesment-banner-module {
    background-image: url(/ResourcePackages/MAQ/assets/dist/images/banner_topic.jpg);
    background-size: cover;
    height: 194px;
    display: flex;
    align-items: center;
}

.assesment-banner-module .content {
    width: 100%;
}

.text-center.completion-msg {
    color: #043b72;
    font-weight: bold;
    font-size: 18px;
}

.text-center.completion-msg-module {
    color: #043b72;
    font-weight: bold;
    font-size: 16px;
}

.module-next-btn-assesment,
.btn-orange-backg-maq {
    background: #f58220;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    border: navajowhite;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}

.module-next-btn-assesment:hover {
    background: #fff;
    color: #f58220;
    transition: all .3s ease-in-out;
}

.assessment-content {
    background: #f2f2f2;
    padding-bottom: 4%;
    width: 100%;
    margin: 0;
}

.anser-key-btn {
    background: #043b72;
    color: #fff !important;
    padding: 15px;
    border-radius: 30px;
    float: right;
    cursor: pointer;
    margin-bottom: 2%;
}

.answer-key-table {
    border: 1px solid #cdcecb;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

tr.table-tr-answr {
    text-align: left;
}

.answer-key-block {
    display: none;
}

.table-th-answr {
    padding: 10px;
    border: 1px solid #cdcecb;
}

.table-td-answr {
    padding: 10px;
    border: 1px solid #cdcecb;
}


/* Assesment Page Ends */


/* Progress Bar */


/* .prgrss_no-1 {
    background: #cdcecb;
    color: #043b72;
    padding: 5px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.prgrss_no-2 {
    background: #cdcecb;
    color: #043b72;
    padding: 5px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.prgrss_no-3 {
    background: #cdcecb;
    color: #043b72;
    padding: 5px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.prgrss_no-4 {
    background: #cdcecb;
    color: #043b72;
    padding: 5px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.prgrss-hr-1 {
    border: 2px solid #cdcecb;
    position: absolute;
    width: 17.9%;
    left: 4.2%;
    top: 39.4%;
}

.prgrss-hr-2 {
    border: 2px solid #cdcecb;
    position: absolute;
    width: 19.7%;
    left: 24.6%;
    top: 39.4%;
}

.prgrss-hr-3 {
    border: 2px solid #cdcecb;
    position: absolute;
    width: 19.7%;
    left: 46.8%;
    top: 39.4%;
}

.prgrss-hr-4 {
    border: 2px solid #cdcecb;
    position: absolute;
    width: 19.8%;
    left: 68.8%;
    top: 39.4%;
}

.prgrss-hr-clr-1 {
    border: 2px solid #043b72;
    position: absolute;
    width: 10%;
    left: 4.2%;
    top: 39.4%;
}

.progressbar-row {
    margin-top: 3.5%;
    padding-left: 13.5%;
}

.start-flag {
    background: #043b72;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    padding: 5px 8px;
    position: absolute;
    top: 40%;
    left: 2%;
}
 */


/* Progress Bar Ends */


/* Registeration Page */

.registeration-page-heading {
    font-size: 40px;
}

img.registrn-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.login-img img {
    width: 59%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.wrap-registration-maq {
    padding: 50px 0;
}

.wrap-registration-box-maq {
    padding: 1% 20%;
    border: 1px solid #cdcecb;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #cdcecb;
    width: 100%;
}

.org-name-maq {
    color: #014279;
}

.welcome-registration-maq,
.welcome-login-maq {
    font-size: 36px;
    font-weight: 600;
    color: #043b72;
}

.wrap-logo-registration-maq,
.wrap-logo-login-maq {
    text-align: center;
}

.btn-login-maq {
    border-radius: 50px;
    padding: 8px 25px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #e1e1e1;
}

.btn-registration-maq {
    border-radius: 50px;
    padding: 8px 25px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #e1e1e1;
}

.wrap-reister-button-registration-maq,
.wrap-login-button-login-maq {
    text-align: center;
    /* padding: 30px; */
}

.wrap-SignIn-registration-maq span {
    font-size: small;
}

.wrap-SignIn-registration-maq a {
    margin-left: 10px;
    color: #043B72 !important;
    font-size: small;
    cursor: pointer;
}

.wrap-SignIn-registration-maq {
    padding-bottom: 6%;
    padding-left: 10%;
    padding-top: 4%;
}

.logo-header-registartion-maq,
logo-header-login-maq {
    padding: 15% 15% 10% 15%;
    font-weight: bold;
    color: #3E3E3E;
    font-size: 24px;
}

.fg-maq {
    text-align: center;
    margin: 20px 0px;
}

.fc-maq {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 20px;
    padding: 10px 10px 10px 32px;
    border: none;
}

.fc-maq::-webkit-input-placeholder {
    font-size: 10px;
}

.otp-wrap-maq .lblCount {
    color: #f58220;
}

.otp-wrap-maq .btn-resendotp {
    color: #043B72;
}

.btn-resendotp {
    cursor: pointer;
}

.wrap-logo-registration-maq img,
.wrap-logo-login-maq img {
    margin-top: 8%;
    width: 95%;
}

.otp-wrap-maq {
    padding-left: 10px;
    display: inline;
    float: right;
}

.otp-div {
    display: none;
    width: 100%;
}


/* .registration-box-control-maq .otp-div {
    display: block;
} */


/* .registration-box-control-maq input#mobile {
    width: 100%;
} */

.fg-maq i {
    position: absolute;
    padding: 10px 10px 10px 10px;
    color: #575757;
}


/* .registeration-img,
.login-img {
    max-width: 63%;
    margin-left: auto;
    margin-right: auto;
    display: block;
} */


/* Registeration Page Ends*/


/* BB Progress Bar */


/* #progressbar {
    margin-bottom: 30px;
    color: lightgrey;
    padding: 0;
    margin-top: 4%;
}

#progressbar .active {
    color: #043b72
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

#progressbar #account:before {
    content: "1"
}

#progressbar #personal:before {
    content: "2"
}

#progressbar #payment:before {
    content: "3"
}

#progressbar #confirm:before {
    content: "4"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    z-index: 3;
    position: inherit;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #043b72
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #043b72
}

.fit-image {
    width: 100%;
    object-fit: cover
} */


/* BB Progress Bar Ends */


/* StepWizzard */

.stepwizard-step p {
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 5%;
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.progress {
    top: 13px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    left: 7%;
    height: 4px;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    /* text-align: center; */
    position: relative;
    width: 240px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background-color: #cdcecb;
    position: relative;
    z-index: 9999999;
}

.pgres-1 {
    width: 25%;
    background-color: #043b72;
}

.pgres-2 {
    width: 25%;
    background-color: #043b72;
}

.pgres-3 {
    width: 25%;
    background-color: #043b72;
}

.pgres-4 {
    width: 25%;
    background-color: #043b72;
}

.btn-start {
    background-color: #cdcecb;
}

.start-p p {
    color: #043b72;
}


/* Stepwizzard Ends */


/* New Progress Bar */

.quiz-module-completed {
    background-color: #043b72 !important;
    color: #fff !important;
}

.parent {
    display: flex;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.parent .child-node {
    flex: 1 0 0%;
    position: relative;
    z-index: 1000;
}

.parent .child-node span {
    margin-left: 5px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    align-items: center;
    z-index: 1000;
    position: relative;
}

.parent .child-node:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #cdcecb;
    position: absolute;
    top: 18px;
    right: -23px;
    z-index: 0;
}

.parent .child-node:after {
    content: '';
    display: block;
    height: 4px;
    background: #043b72;
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 0;
}

.parent .child-node.no-dash {
    flex: 0;
    min-width: fit-content;
}

.parent .child-node.no-dash:before {
    display: none;
}

.parent .child-node p {
    margin-top: 3%;
}


/* p.start-p {
    margin-left: 3%;
} */

.width-20:after {
    width: 20%;
}

.width-30:after {
    width: 30%;
}

.width-40:after {
    width: 40%;
}

.width-50:after {
    width: 50%;
}


/* New Progress Bar Ends*/


/* Login Page */

.wrap-login-box-maq {
    padding: 3% 20% 8% 20%;
    border: 1px solid #cdcecb;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #cdcecb;
    width: 100%;
}


/* .card-col-login {
    display: flex;
    align-items: center;
} */

.btn-feedback {
    background: #fff;
    border: 2px solid #043b72;
    padding: 10px;
    border-radius: 30px;
    color: #043b72;
    margin-bottom: 4%;
}


/* Login Page Ends */


/* Login Page */

.wrap-login-box-maq {
    padding: 1% 20%;
    border: 1px solid #cdcecb;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #cdcecb;
}

img.login-img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.wrap-login-button-login-maq {
    text-align: center;
    margin: 3% 0;
}

button.btn.btn-feedback {
    background: #fff;
    border: 2px solid #043b72;
    padding: 10px;
    border-radius: 30px;
    color: #043b72;
}

.logo-header-login-maq {
    padding: 15% 15% 10% 15%;
    font-weight: bold;
    color: #3E3E3E;
    font-size: 24px;
}


/* Login Page Ends */

.module-list-img {
    width: 60%;
}

.m-card a {
    color: #000;
}

.row.mt-4.pb-4:nth-child(even) .col-md-9 .row .col-md-8 img {
    float: right;
    margin-top: 8%;
}

.row.mt-4.pb-4:nth-child(even) .col-md-9 .alter-display {
    display: inline-block;
    width: 100%;
}

.row.alter-display .col-md-8 {
    float: right;
}

.error-message-maq {
    color: red;
    float: left;
    font-size: 10px;
}

.success-message-maq {
    color: green;
    float: left;
    font-size: 10px;
}

.maq-send-otp,
.maq-re-send-otp {
    /* float: left; */
    color: #043b72;
    font-size: small;
    cursor: pointer;
    background: none;
    border: none;
}

input#otp,
input#mobile {
    width: 70%;
    background: none;
}

.fg-maq.otp-maq-wrap,
.fg-maq.mobile-wrap {
    background: #f6f6f6;
    border-radius: 30px;
}

.maq-re-send-otp {
    float: none !important;
}

.module-titile-mobile {
    color: #000;
    margin: auto;
}

.row.alter-display .col-sm-4.module-col h3 {
    width: fit-content;
    border-bottom: 4px solid #043b72;
    font-weight: 600;
}

.module-col h3 {
    border-bottom: 4px solid #043b72;
    width: fit-content;
}

.wrap-login-maq {
    padding: 50px 0;
}

.maqusers-list-wrap {
    padding: 5%;
}

.row.maq-user-list-header {}

.maq-user-list-header div {
    background-color: #f58220;
    color: #fff;
    padding: 10px;
    border: 2px solid;
    font-size: larger;
    text-transform: uppercase;
    text-align: center;
}

.maq-user-list-row div {
    text-align: center;
    font-size: medium;
    text-transform: capitalize;
    color: #043b72;
}

.maq-email {
    text-transform: lowercase !important;
}

.maq-users-title-wrap {
    margin: 2%;
    text-align: center;
}

.maq-users-title {
    text-align: center;
}

.maq-users-title {
    margin-top: 20px;
    font-size: x-large;
    color: #043b72;
    font-weight: bold;
}

.learning-module-content-img-row {
    width: 100%;
    display: inline-block;
    margin: auto;
    padding: 10px 0;
}

.banner-img-col {
    float: right;
}


/* Register Popup */

div#reg_popup {
    top: 30%;
}

.reg-btn {
    background: #f58220;
    color: #fff;
    border-color: #f58220;
    padding: 10px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: auto !important;
}

.reg-btn:hover {
    background-color: #fff;
    color: #f58220;
    transition: all .3s ease-in-out;
}


/* .popup-register-btn {
    border: 1px solid #f58220;
    background: #f58220;
    color: #fff;
    border-radius: 30px;
    padding: 10px;
    font-size: 14px;
} */

.popup-sign-btn {
    border: 1px solid #f58220;
    background: #fff;
    color: #f58220;
    border-radius: 30px;
    padding: 10px;
    font-size: 14px;
    width: 30%;
    margin-left: auto;
    margin-right: auto !important;
}

.popup-sign-btn:hover {
    background-color: #F58220;
    color: #fff;
    transition: all .3s ease-in-out;
}

.reg-popup-dialog {
    max-width: 380px;
}

#popup-heading {
    margin-bottom: 3%;
    text-align: left;
    font-size: 14px;
}

#popup-heading-sign-in {
    text-align: left;
    font-size: 14px;
}

.metrices.quiz-metrices .row {
    padding: 30px;
    width: 100%;
}

.banner-img-col {
    float: right;
}


/*Social Share*/


/* container */

#share {
    text-align: center;
    position: fixed;
    z-index: 999999999;
    right: 0;
    top: 40%;
}


/* buttons */

#share a {
    width: 38px;
    height: 38px;
    display: block;
    margin: 8px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
}

#share a:hover {
    opacity: 1;
    transition: all .3s ease-in-out;
}


/* icons */

#share i {
    position: relative;
    top: 18%;
}


/* colors */

.facebook {
    background: #3b5998;
}

.twitter {
    background: #55acee;
}

.gmail {
    background: #BB001B;
}

.whatsapp {
    background: #075E54;
}


/* Social Share Ends */

.maq-popup-take-quiz {
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    ;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.k-grid-pdf {
    background: #f58220;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    border: navajowhite;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    float: right;
}

#quizresultgrid {
    margin-left: auto;
}

.wrap-quiz-certificate {
    margin-top: 50px;
}

a#show-content {
    text-align: center;
    display: block;
    margin-top: 2%;
}

.btnDownloadCertificate {
    cursor: pointer;
    padding: 10px;
    background: #f58220;
    color: #fff;
    border: 1px solid #f58220;
    border-radius: 30px;
}

.continue-w-sign-in a {
    color: #043b72 !important;
    text-decoration: underline !important;
    cursor: pointer!important;
}

.continue-w-sign-in a:hover {
    color: #f58220 !important;
    transition: all .3s ease-in-out;
}

.test-row {
    margin-left: 0 !important;
    margin-bottom: 2%;
}

.test-row .col-md-2 {
    padding: 0;
}

a.sign-in-a {
    color: #f58220 !important;
    cursor: pointer!important;
}

a.sign-in-a:hover {
    text-decoration: underline #043b72;
    transition: all .3s ease-in-out;
}

.pop-up-footer {
    border: none !important;
}

.reg-popup-dialog .modal-content .modal-body {
    padding-left: 5%;
    color: #000;
}

.terms-hd {
    font-size: 22px;
    color: #043b72;
    font-weight: 600;
}

.terms-li {
    font-size: 16px;
    font-family: inherit;
}

.terms-li::marker {
    font-size: 14px;
    color: #cdcecb;
}

.bottom-row {
    padding-top: 2%;
}

.correct-answer {
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #043b72;
    float: right;
}

.incorrect-answer {
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #f58220;
}

.correct-text {
    margin-left: 1%;
    float: right;
}

.incorrect-text {
    margin-left: 6%;
}

.legand-row {
    padding-bottom: 2%;
    padding-top: 2%;
}

.answer-key-table-heading {
    font-weight: 600;
    padding-bottom: 2%;
    color: #043b72;
}


/* img Popup */

.maq-popup-topic-image-dialog {
    /* top: 10%; */
    max-width: 50%;
}

.topic-img-pop-up {
    padding: 10px 20px;
}

.modal.maq-popup-topic-image {
    background: #00000059;
    z-index: 999999999;
    overflow-y: scroll;
}


/* img popup Ends */

.terms-reg {
    margin-top: 5%;
}

.card-hover:hover {
    box-shadow: 0px 0px 10px 5px #00000045;
    transition: all .3s ease-in-out;
}

.reg-popup-dialog .modal-content .modal-header h5 {
    color: #000;
}

.fg-maq input::placeholder {
    font-size: 14px;
}

.btn-login-maq:hover,
.btn-registration-maq:hover {
    background-color: #fff;
    color: #f58220 !important;
    border-color: 1px solid #f58220;
    transition: all .3s ease-in-out;
}

.btn-feedback:hover {
    background: #043b72;
    border: 2px solid #043b72;
    color: #fff;
}

.parent .child-node.no-dash .start-p {
    margin-left: 28%;
    margin-top: 14%;
}

.reg-btn-popup {
    background: #f58220;
    color: #fff;
    border: 1px solid #f58220;
    padding: 10px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: auto !important;
}

.reg-btn-popup:hover {
    background: #fff;
    color: #f58220;
    border: 1px solid #f58220;
    transition: all .3s ease-in-out;
}

.quiz-metrices {
    padding: 3% 0%;
}

#btnNext {
    float: left;
}

#btnPrevious {
    float: right;
}

.accordion-i-background {
    background: #043b72;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 2px 0px;
    text-align: center;
    font-size: 10px;
}


/* Header CSS */

.accessibility * {
    line-height: 1.5!important;
}

.accessibility .topStrip {
    background-color: #595959;
    transition: all .2s ease 0s;
    z-index: 10002;
}

.accessibility .topStrip ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.accessibility .topStrip ul li {
    position: relative;
    padding: 5px 20px;
    float: left;
}

.accessibility .topStrip ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: block;
    line-height: 28px!important;
    padding: 0 5px;
}

.accessibility #accessControl input {
    border: 0;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    float: left;
    height: 28px;
    background-color: #595959;
    color: #fff;
    outline: 0;
    width: 28px;
    margin-right: 2px;
}

.accessibility #accessControl .contrastView {
    float: left;
}

.accessibility #accessControl .contrastChanger.normal {
    color: #000;
    position: relative;
    top: 3px;
    height: 22px;
    margin-right: 15px;
}

.accessibility #accessControl .contrastChanger {
    padding: 0;
    margin: 0;
    width: 24px;
    height: 28px;
    background-color: #fff;
    border: 0;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
}

.accessibility #accessControl .contrastChanger.wob {
    background: #000;
    color: #fff;
    position: relative;
    top: 3px;
    height: 22px;
    border: 1px solid #fff;
}

.newguidelineWrap #desktop-top-menu,
.newguidelineWrap #mobile-menu {
    border-bottom: 5px solid #f58220;
}

#desktop-top-menu {
    background-color: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 27%);
}

.topSec {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand img {
    width: 192px;
    height: 60px;
}

ul.topBar {
    position: relative;
    margin-right: 20px;
}

ul.topBar {
    display: inline-block;
    margin-right: 50px;
    margin-top: 6px;
}

ul.topBar li {
    display: inline-block;
}

.newguidelineWrap .buttonLook a,
.newguidelineWrap .footerHelpUsBox button,
.newguidelineWrap .homeFundPlan a.HomePlanLink,
.newguidelineWrap ul.topBar .loginHeaderBtn {
    border-radius: 90px;
}

ul.topBar .loginHeaderBtn {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #f58220;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 4px;
}

ul.topBar li a {
    color: #043b72;
    font-size: 15px;
    font-weight: 700;
    padding: 0 8px;
}

ul.topBar .loginHeaderBtn img {
    margin-right: 5px;
}

.globalBox {
    width: 500px;
}

.globalBox {
    /* width: 438px; */
    position: absolute;
    background: #fff;
    padding: 0 20px 20px 20px;
    box-shadow: 0 0 20px -5px #000;
    display: none;
    margin-top: 18px;
    z-index: 5000;
    right: 0;
}

.globalBox .boxOne {
    width: 40%;
    float: left;
}

span.globalHeading.space {
    float: none;
    display: block;
    margin-bottom: 0;
}

span.globalHeading {
    font-size: 16px;
    text-align: left;
    color: #004279;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}

span.globalHeading.space a {
    font-size: 16px;
    text-align: left;
    color: #004279;
    font-weight: 700;
    margin: 0;
    float: none;
    display: block;
}

.globalBox .boxOne.boxOneFirst {
    width: 60%;
    float: left;
    padding-right: 20px;
}

.globalBox .boxOne {
    width: 40%;
    float: left;
}

.globalBox .boxOne h2 {
    margin-top: 15px;
    font-size: 16px;
}

.globalBox .boxOne h2 {
    font-size: 17px;
    text-align: left;
    color: #004279;
    font-weight: 700;
    /* margin-top: 32px; */
    margin-bottom: 15px;
    float: left;
}

.globalBox .boxOne .nameRow {
    float: left;
    margin-left: 10px;
    padding-bottom: 8px;
    width: 100%;
    text-align: left;
}

.globalBox .boxOne .nameRow img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.globalBox .boxOne .nameRow span {
    font-size: 15px;
    color: #5c6b73;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}


/* .globalBox .boxOne {
    width: 48%;
    display: inline-block;
    vertical-align: top;
} */

span.globalHeading {
    font-size: 16px;
    text-align: left;
    color: #004279;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}

.globalBox .boxOne .nameRow {
    float: left;
    margin-left: 10px;
    padding-bottom: 8px;
    width: 100%;
    text-align: left;
}

.globalBox .boxOne .nameRow img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.globalBox .boxOne .nameRow span {
    font-size: 15px;
    color: #5c6b73;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.search-box2 {
    width: auto;
    padding: 0 0;
    float: right;
    position: relative;
}

.searchOpen {
    width: auto;
    float: right;
    margin-top: 6px;
    cursor: pointer;
}

.searchAppear {
    display: none;
}

.searchAppear {
    width: 293px;
    position: absolute;
    right: -8px;
    display: none;
    background: #fff;
    z-index: 999;
}

.search-box2 .searchField {
    width: 242px;
    border: 0 solid #f5821f;
    outline: 0;
    float: left;
    font-size: 15px;
    color: #495057;
    padding: 5px 5px;
    margin: 1px 0 0 0;
    font-family: 'Noto Sans', sans-serif;
    border: 1px solid #f5821f;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.search-box2 .submitBtn {
    width: 51px;
    height: 35px!important;
    background-color: #da6d0d;
    border: 0;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url(/img/search2.png)!important;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.navbar {
    margin-top: -20px;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f5821f;
}

.bg-dark {
    background-color: transparent!important;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
    margin-top: 23px;
}


/* .navbar-light .navbar-toggler-icon {
    background: 0 0;
} */

.nav-icon2 span:nth-child(1),
.nav-icon2 span:nth-child(2) {
    top: 0;
}

.nav-icon2 span:nth-child(3),
.nav-icon2 span:nth-child(4) {
    top: 10px;
}

.nav-icon2 span:nth-child(5),
.nav-icon2 span:nth-child(6) {
    top: 20px;
}

.nav-icon2 span:nth-child(odd) {
    left: 10px;
    border-radius: 0;
}

.nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 27%;
    background: #f58220;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon2 span:nth-child(even) {
    left: 45%;
    border-radius: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #043b72;
}

.sub-nav {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    top: 100%;
    margin-top: 0;
    z-index: 999;
    min-height: 250px;
    padding: 50px 0;
    border-bottom: 5px solid #f58220;
}

.parent-nav .sub-nav {
    display: none;
}

.parent-nav:hover .sub-nav {
    display: block!important;
}

.sub-nav h4 {
    font-size: 18px;
    color: #004279;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

.sub-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px dashed #d0d0d0;
}

.sub-nav ul li:hover {
    border-bottom: 1px dashed #f58220;
}

.newguidelineWrap .sub-nav p,
.newguidelineWrap .sub-nav ul li a {
    color: #84888b;
}

.sub-nav ul li a {
    font-size: 15px;
    color: #475359;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}

.sub-nav a {
    font-size: 16px;
    color: #f58220;
    font-weight: 700;
    margin-top: 25px;
    display: block;
}

.nav-border {
    border-left: 1px solid #eae9e8;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sub-nav .media-body {
    padding-left: 15px;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.sub-nav .media h5 {
    font-size: 20px;
    color: #004279;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

.newguidelineWrap .sub-nav p,
.newguidelineWrap .sub-nav ul li a {
    color: #84888b;
}

.sub-nav p {
    font-size: 14px;
    color: #475359;
}

.sub-nav a {
    font-size: 16px;
    color: #f58220;
    font-weight: 700;
    margin-top: 25px;
    display: block;
}

.sub-nav a,
.sub-nav a {
    color: #004279;
}

.accessibility .branch_form h2,
.accessibility .cash_table .title,
.accessibility .goal-block .email,
.accessibility .goal-block a,
.accessibility .holding_table .title,
.accessibility .market_tab_cards .card-footer a,
.accessibility .nav-item .nav-link.external-redirect:focus,
.accessibility .nav-item .nav-link.external-redirect:hover,
.accessibility .nav-item.activeColor .nav-link,
.accessibility .net_asset_row .links a,
.accessibility .table_option ul li a:focus,
.accessibility .term_left_side,
.accessibility .wob #Listofconstituents a,
.accessibility .wob .GoalPlannerHeader,
.accessibility .wob .about-fund .buttonLook,
.accessibility .wob .about-fund h4,
.accessibility .wob .about-fund h5,
.accessibility .wob .aboutUs_tab .nav-tabs .nav-link.active,
.accessibility .wob .archivedResultCont .noOfVote,
.accessibility .wob .archivedSec .viewResult,
.accessibility .wob .archivedSec .viewResult:after,
.accessibility .wob .articlesSec .market_tab_cards .card-body a,
.accessibility .wob .articlesSec .market_tab_cards .card-body a:hover,
.accessibility .wob .breadcrumb-item.active,
.accessibility .wob .buttonGroup .more-info:hover,
.accessibility .wob .calculators h4,
.accessibility .wob .card_content a,
.accessibility .wob .card_wrap a,
.accessibility .wob .cobrand ul li::before,
.accessibility .wob .csrinto p span.highlight,
.accessibility .wob .cumulative h4,
.accessibility .wob .download_firt_section h4,
.accessibility .wob .facts_table td a,
.accessibility .wob .footerHelpUsBox button .btnText,
.accessibility .wob .footerHelpUsBox button:hover .btnText,
.accessibility .wob .footerSocail a,
.accessibility .wob .forms_portfolio a,
.accessibility .wob .fund_fact_text a,
.accessibility .wob .fund_facts h4,
.accessibility .wob .fund_manager h4,
.accessibility .wob .goal-block a,
.accessibility .wob .goal-block font,
.accessibility .wob .goal-block h2,
.accessibility .wob .goal-block h3,
.accessibility .wob .graphcalc .inputbox .selectDiv:after,
.accessibility .wob .hightlightText,
.accessibility .wob .ideal_investment h4,
.accessibility .wob .introElssDiv .elssListDiv .elssList li.active a,
.accessibility .wob .market_cap h4,
.accessibility .wob .market_tab_cards .card-footer a,
.accessibility .wob .nav-item.activeColor .nav-link,
.accessibility .wob .net_asset_row .links a,
.accessibility .wob .orange_heading,
.accessibility .wob .portfolio-first-section h4,
.accessibility .wob .quickLinkHome .media-body h3,
.accessibility .wob .read-more-hide,
.accessibility .wob .read-more-show,
.accessibility .wob .return_asset h4,
.accessibility .wob .sebi h4,
.accessibility .wob .sebi_table table .title,
.accessibility .wob .sub_heading,
.accessibility .wob .sub_heading2,
.accessibility .wob .subheading,
.accessibility .wob .subheading_p a,
.accessibility .wob .summary-heading h1,
.accessibility .wob .summary-heading p,
.accessibility .wob .term-block .sub_heading,
.accessibility .wob .term-block p a,
.accessibility .wob a.active,
.accessibility .wob footer .footerSocail .socialIcon,
.accessibility .wob h2.subblock-head,
.accessibility .wob p a,
.accessibility .wob p strong,
.accessibility .wob term-block a {
    color: #f58220;
}

#homeFundPlanSec-slider,
#mobile-bottom-footer,
#mobile-footerLink,
#mobile-menu,
#mobile-top-menu {
    display: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.navbar-nav .nav-link.loginHeaderBtn {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #f58220;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px;
}

.navbar-nav .nav-link.loginHeaderBtn img {
    margin-right: 10px;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 87%!important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #f5821f!important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}

.calculators_section_mob,
.search-box-section {
    display: none;
}

.nav-icon2.open span:nth-child(1) {
    left: 11px;
    top: 6px;
}

.nav-icon2.open span:nth-child(1),
.nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate( 45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate( 45deg);
}

.nav-icon2.open span:nth-child(2) {
    left: calc(50% - 7px);
    top: 6px;
}

.nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.nav-icon2.open span:nth-child(5) {
    left: 10px;
    top: 15px;
}

.nav-icon2.open span:nth-child(2),
.nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate( -45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate( -45deg);
}

.nav-icon2.open span:nth-child(6) {
    left: calc(50% - 7px);
    top: 15px;
}


/* Header CSS Ends */


/* Header Mobile CSS */

@media only screen and (max-width: 1199px) {
    .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    #homeFundPlanSec-slider,
    #mobile-footerLink,
    #mobile-menu,
    #mobile-top-menu {
        display: inline;
    }
    #mobile-menu {
        position: fixed;
        z-index: 999;
        margin-top: 0;
        background-color: #fff!important;
        width: 100%;
        padding: 10px 0;
    }
    #mobile-menu .navbar-brand {
        width: 90%;
    }
    #mob_search_btn {
        position: absolute;
        right: 67px;
        top: 19px;
        color: #f58220;
    }
    #mob_search_btn {
        vertical-align: sub;
        border: none;
        background-color: transparent;
    }
    #mobile-menu .navbar-toggler {
        top: 40px;
        right: 8px;
    }
    #mobile-menu .navbar-toggler {
        position: absolute;
        border: none!important;
        right: 0;
    }
    .navbar-expand-md .navbar-toggler {
        display: block!important;
    }
    .navbar-light .navbar-toggler-icon {
        font-size: 21px!important;
        margin-top: 0;
    }
    #mobile-menu #navbarNavDropdown {
        background: #fff;
        margin-top: 5px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .collapse:not(.show) {
        display: none!important;
    }
    #mobile-menu .dropdown-menu {
        border: none!important;
    }
    .dropdown-item {
        padding: .25rem .5rem;
    }
    #desktop-bottom-footer,
    #desktop-footerLink,
    #desktop-menu,
    #desktop-top-menu,
    #homeFundPlanSec-desktop,
    .calculators_section {
        display: none;
    }
    #search_box {
        margin: auto;
        width: 90%;
        background: 0 0;
    }
    #search_box .mobile-search-box {
        padding-bottom: 2px;
    }
    #search_box .form-control {
        border-bottom: 2px solid #004279;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        font-size: 15px;
    }
    #search_box .btn-primary {
        color: #f58220;
        background-color: #fff;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        border-bottom: 2px solid #004279;
    }
    #mobile-menu .navbar-brand img {
        width: 19%;
        padding: 0 0 0 22px;
        margin: auto;
        overflow: hidden;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #homeFundPlanSec-slider,
    #mobile-bottom-footer,
    #mobile-footerLink,
    #mobile-menu,
    #mobile-top-menu {
        display: inline;
    }
    #mobile-menu {
        position: fixed;
        z-index: 999;
        margin-top: 0;
        background-color: #fff!important;
    }
    #mobile-menu .navbar-brand {
        width: 90%;
    }
    #mobile-menu #navbarNavDropdown {
        background: #fff;
        margin-top: 5px;
        padding-left: 5%;
        padding-right: 5%;
    }
    #mobile-menu .dropdown-menu {
        border: none!important;
    }
    #desktop-bottom-footer,
    #desktop-footerLink,
    #desktop-menu,
    #desktop-top-menu,
    #homeFundPlanSec-desktop,
    .calculators_section {
        display: none;
    }
    #search_box {
        margin: auto;
        width: 90%;
        background: 0 0;
    }
    #search_box .mobile-search-box {
        padding-bottom: 2px;
    }
    #search_box .form-control {
        border-bottom: 2px solid #004279;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        font-size: 15px;
    }
    #search_box .btn-primary {
        color: #f58220;
        background-color: #fff;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        border-bottom: 2px solid #004279;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    #mobile-menu {
        width: 100%;
    }
    .navbar-nav {
        height: auto;
    }
    .navbar-nav {
        height: auto;
        overflow: hidden;
    }
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        height: 60%!important;
        margin: 20px auto!important;
    }
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #f58220!important;
        background-color: #f58220!important;
    }
}

@media only screen and (max-width: 767px) {
    #mobile-menu .navbar-brand {
        width: 75%;
        margin-right: 20px;
    }
    #navbarNavDropdown {
        border-bottom: 2px solid #043b72;
    }
    #search_box .btn-primary,
    #search_box .form-control {
        height: 40px!important;
    }
}

@media only screen and (max-width: 600px) {
    #mobile-menu .navbar-brand img {
        width: 51%;
    }
}

@media only screen and (max-width: 480px) {
    .accessibility .topStrip ul li {
        padding: 5px 0;
    }
}


/* Header Mobile CSS Ends*/


/* Footer CSS */

.newguidelineWrap footer {
    background: #eceff4;
}

footer {
    background: #0b2b4d;
    padding-top: 0;
    /* margin-top: 140px; */
}

footer {
    background: #0b2b4d;
    padding-top: 0;
    padding-top: 50px;
}

footer {
    display: block;
}

.footerHelpUs {
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.footerHelpUsBox {
    background: #f58220;
    margin-bottom: 30px;
    margin-top: -110px;
}

span.footerGetInTouch {
    font-size: 33px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.footerHelpUsBox .form-group {
    margin-bottom: 2rem;
}

.footerHelpUsBox .form-group {
    position: relative;
}

.footerHelpUsBox .form-group .fa {
    font-size: 18px;
    top: 16px;
}

.footerHelpUsBox .form-group .fa {
    color: #fde2cb;
}

.footerHelpUsBox .form-group .fa {
    position: absolute;
    left: 22px;
    top: 18px;
    color: #ffffff9e;
}

.footerHelpUsBox .form-control {
    padding-left: 44px;
}

.footerHelpUsBox .form-control {
    background: 0 0;
}

.footerHelpUsBox .form-control {
    height: 55px !important;
    border-radius: 4px;
    padding-left: 50px;
    color: #fff;
    background-color: #fff0;
    background-clip: padding-box;
    border: 2px solid rgba(255, 255, 255, .66);
}

.accessibility .errorText,
.accessibility .error_message,
.accessibility .panNoSection .errorText,
.accessibility .risk_profiling .errorMsg,
.accessibility .valid_Dates,
.accessibility .valid_FundDetails {
    color: #440c0c;
}

.footerHelpUs .error_message {
    left: 7px;
    bottom: -20px;
}

.errorText,
.error_message,
.valid_Dates,
.valid_FundDetails {
    z-index: 9;
}

.error_message {
    display: none;
    font-size: 12px;
    color: #941919;
    position: absolute;
    left: 20px;
    bottom: -5px;
}

#desktop-footer .footerHelpUsBox .form-control.dropdown-footer {
    padding-left: 15px!important;
}

.footerHelpUsBox .captcha {
    float: none;
    margin: 0 auto;
    max-width: 100%;
}

#footerCaptchaError {
    bottom: -5px;
    left: 0;
}

.footerHelpUsBox .footer_submit.csr-sub-btn {
    float: left;
    margin-top: 0;
    text-align: center;
}

.btnloadSec {
    position: relative;
    display: inline-block;
}

.newguidelineWrap .buttonLook a,
.newguidelineWrap .footerHelpUsBox button,
.newguidelineWrap .homeFundPlan a.HomePlanLink,
.newguidelineWrap ul.topBar .loginHeaderBtn {
    border-radius: 90px;
}

.footerHelpUsBox button {
    font-size: 16px;
    font-weight: 700;
    color: #f58220;
    background: #fff;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}

.footerHelpUsBox button .fa {
    border-left: 1px solid #f58220d4;
    padding-left: 14px;
    margin-left: 6px;
    font-size: 18px;
}

.btnloader {
    color: #f7cdab;
    font-size: 5px;
    margin: 0;
    position: absolute;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    top: 3px;
    left: 43%;
    right: 0;
    display: none;
}

.btnloader,
.btnloader:after,
.btnloader:before {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.valid_Dates.fieldError {
    top: 0;
    left: 0;
    opacity: 0;
}

.errorText,
.error_message,
.valid_Dates,
.valid_FundDetails {
    z-index: 9;
}

.valid_Dates {
    color: #ee4747;
    left: 4px;
    bottom: -10px;
}

.valid_Dates {
    display: none;
    font-size: 12px;
    color: #941919;
    position: absolute;
    left: 4px;
    bottom: -21px;
}

.ieblock {
    display: block;
}

.footerDiscalimer {
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.newguidelineWrap .footerLogo img {
    width: 240px;
    height: 75px;
}

.newguidelineWrap .footerLink h5,
.newguidelineWrap .footerLink ul li a,
.newguidelineWrap .footerSocail span,
.newguidelineWrap .mutualFundtext p {
    color: #043b72 !important;
}

.footerSocail span {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-weight: 700;
}

.footerSocail a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    color: #0b2b4d !important;
    position: relative;
    text-align: center;
}

.footerSocail a {
    transition: .5s;
}

.footerSocail a {
    color: #fff;
    font-size: 32px;
    padding-left: 5px;
    position: relative;
    top: 5px;
}

.footerSocail .socialIcon {
    top: 1px;
}

.footerSocail .socialIcon {
    position: absolute;
    left: 0;
    right: 0;
    /* top: 5px; */
    font-size: 21px;
}

.footerSocail span {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-weight: 700;
}

.footerLink {
    border-top: 1px solid #fbfbfc;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

.footerLink h5 {
    font-size: 16px;
    font-weight: 700;
    color: #f58220!important;
    margin-bottom: 25px;
    margin-top: 0;
}

.footerLink h5 {
    min-height: 38px;
    margin-bottom: 5px;
}

.footerLink ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerLink ul li {
    display: block;
    padding: 5px 0;
}

.footerLink ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.newguidelineWrap .scrollup {
    border-color: #043b72 !important;
    color: #043b72 !important;
}

.scrollup {
    border: 1px solid #fff;
    padding: 5px;
}

.mutualFundtext p {
    color: #fff;
    font-size: 18px;
}

#homeFundPlanSec-slider,
#mobile-bottom-footer,
#mobile-footerLink,
#mobile-menu,
#mobile-top-menu {
    display: none;
}

.footerLink {
    border-top: 1px solid #fbfbfc;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

.panel-group {
    max-width: 90%;
    margin: auto;
}

.panel,
.panel-body {
    box-shadow: none;
    color: #fff;
    font-size: 14px;
}

.panel-group .panel-heading {
    padding: 0;
}

.footerLink .panel-group .panel-heading a {
    display: block;
    padding: 0 0;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    color: #f58220!important;
}

.collapse:not(.show) {
    display: none;
}

.footerLink ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerLink ul li {
    display: block;
    padding: 5px 0;
}

.footerLink ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.footer-link-divider {
    border-top: 1px solid #fff;
}

.newguidelineWrap .copyRightsSec {
    background: #f58220;
}

.copyRightsSec {
    border-top: 1px solid #fbfbfc;
    padding: 10px 15px;
}

.copyRightsSec ul.footerOtherLink li a,
.newguidelineWrap .copyRightsSec .copyRights {
    color: #fff;
}

.copyRightsSec .copyRights {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.copyRightsSec ul.footerOtherLink {
    list-style: none;
    padding: 0;
    margin: 0;
}

.copyRightsSec ul.footerOtherLink li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}

.copyRightsSec ul.footerOtherLink li a,
.newguidelineWrap .copyRightsSec .copyRights {
    color: #fff;
}

.copyRightsSec ul.footerOtherLink li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

#desktop-footer .footerHelpUsBox .form-control.dropdown-footer option {
    color: #2b76a2;
}

.panel-group .panel-heading a.collapsed:after {
    content: '\002B';
}

.panel-group .panel-heading a:after {
    content: '\2212';
    float: right;
}

.copyRightsSec ul.footerOtherLink li:nth-child(1)::after {
    display: none;
}

.copyRightsSec ul.footerOtherLink li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #fff;
    top: 8px;
    left: -2px;
}

.footerSocail a i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    color: #0b2b4d;
    position: relative;
    text-align: center;
}


/* Footer CSS Ends*/


/* Footer CSS Media */

@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
}

@media only screen and (max-width: 991px) {
    #homeFundPlanSec-slider,
    #mobile-footerLink,
    #mobile-menu,
    #mobile-top-menu {
        display: inline;
    }
    .collapse:not(.show) {
        display: none!important;
    }
    #mobile-bottom-footer {
        display: block !important;
    }
    .footerDiscalimer {
        margin-top: 10px;
    }
    #desktop-bottom-footer,
    #desktop-footerLink,
    #desktop-menu,
    #desktop-top-menu,
    #homeFundPlanSec-desktop,
    .calculators_section {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .footerHelpUsBox .form-group {
        margin-bottom: 2.5rem;
    }
    .error_message,
    .setgoal .error_message {
        left: 15px;
    }
    .footerHelpUsBox .captcha {
        position: relative;
    }
    .footerHelpUsBox .form-group.captchawrap {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .copyRightsSec ul.footerOtherLink {
        margin: 0 auto 11px;
    }
    .footerHelpUs .error_message {
        left: 7px;
        bottom: -8px;
        position: relative;
        text-align: left;
    }
    .footerHelpUsBox .captcha,
    .footerHelpUsBox .footer_submit {
        float: none;
        margin-top: 0;
    }
    .capt {
        margin-top: 0;
        margin-bottom: 15px;
    }
    iframe {
        width: 100%;
    }
    .footerHelpUsBox input {
        max-width: 100%;
        width: 100%!important;
    }
    .footerHelpUsBox button {
        margin: 5px 0;
    }
    .footer-logo-row {
        text-align: center;
    }
    .footerSocail {
        margin-top: 53px;
        text-align: center!important;
    }
    .footerSocail span {
        display: block;
    }
    .copyRightsSec ul.footerOtherLink {
        margin: 0 auto 11px;
    }
    #mobile-bottom-footer span {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #homeFundPlanSec-slider,
    #mobile-bottom-footer,
    #mobile-footerLink,
    #mobile-menu,
    #mobile-top-menu {
        display: inline;
    }
    .scrollup {
        float: right;
    }
    #mobile-bottom-footer {
        padding-bottom: 0;
    }
    #mobile-bottom-footer {
        border: none;
    }
    #mobile-bottom-footer .footer-bottom-row {
        max-width: 100%;
        margin: auto;
    }
    .copyRightsSec ul.footerOtherLink {
        list-style: none;
        margin: 0;
        padding-left: 4%;
        padding-right: 4%;
    }
    .footerHelpUs {
        max-width: 80%;
    }
    .footerHelpUsBox {
        margin-top: -95px;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .footerHelpUsBox .footer-help-row {
        max-width: 100%;
        margin: auto;
    }
    .footerHelpUsBox button {
        margin-top: 5%;
    }
    .footer-logo-row {
        margin: auto;
    }
    .text-right {
        text-align: left!important;
    }
    #desktop-bottom-footer,
    #desktop-footerLink,
    #desktop-menu,
    #desktop-top-menu,
    #homeFundPlanSec-desktop,
    .calculators_section {
        display: none;
    }
    .copyRightsSec ul.footerOtherLink {
        list-style: none;
        margin: 0;
        padding-left: 4%;
        padding-right: 4%;
    }
    #mobile-bottom-footer span {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media only screen and (max-width: 600px) {
    .fa.fa-chevron-up {
        font-size: 15px!important;
    }
}


/* Footer CSS Media Ends*/

.footerSocail .facebook:hover {
    color: #3b5998;
}

.footerSocail .twitter:hover {
    color: #00acee;
}

.footerSocail .youtube:hover {
    color: #c4302b;
}

.footerSocail .linkdin:hover {
    color: #0077b5;
}

i.fas.fa-plus,
i.fas.fa-minus {
    background: #043b72;
    color: #fff;
    padding: 1px 0px 0px 4px;
    border-radius: 50%;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 11px;
}

.metrices-row-learning-module-banner {
    margin-bottom: 4%;
}

.btn-feedback-learning-module {
    margin-left: 5%;
    margin-top: 5%;
}

#btnSubmit {
    float: left;
}

.page-content-row-2 {
    margin-top: 0 !important;
}

.accordion .card-header {
    background-color: #fff;
}

.disclaimer {
    padding: 2% 4%;
}

.completion-msg {
    margin-top: 5%;
}

.fg-maq input:focus {
    outline: none;
}

.tableStyle tr:nth-child(odd) {
    background: #d3dfee;
}

.tableStyle td,
.tableStyle th {
    padding: 5px 10px;
    text-align: center;
    color: #365f91;
    font-size: 16px;
}

.tableStyle td:first-of-type,
.tableStyle th:first-of-type {
    text-align: left;
}

.tableStyle td {
    border: 0;
}

.tableStyle th {
    background: #fff;
    border-top: 1px solid #4f81bd;
    border-bottom: 1px solid #4f81bd;
}

.tableStyle tr:nth-child(even) {
    background: #fff;
}

.tableStyle {
    width: 100%;
    border-bottom: 1px solid #4f81bd;
}

table,
table td,
table th {
    border: 1px solid #e1e1e1;
    padding: 5px;
}

button.btn.btn-small.verify-otp,
button.btn.btn-small.verify-mobile-no {
    background: none;
    color: #043b72;
    font-size: 12px;
    float: right;
    margin-top: 5px;
    border-radius: 15px;
}

.maq-login-submit-active {
    background-color: #F58220;
    color: #fff !important;
    border-radius: 50px;
    padding: 8px 25px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #f58220;
}

.maq-login-submit-active:hover {
    background-color: #fff;
    color: #f58220 !important;
    border-color: 1px solid #f58220;
    transition: all .3s ease-in-out;
}

img.header-user-i {
    width: auto;
}

.navbar {
    box-shadow: 0px 1px 2px 2px #ccc;
    margin-top: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #043b72 !important;
    font-weight: 600;
}

div#navbarSupportedContent {
    padding-right: 10%;
}

.navbar-light .navbar-brand {
    margin-left: 5%;
}

.navbar-brand img {
    width: 192px;
    height: 60px;
}

a.assesment-btn:hover {
    color: #043b72;
}

.assesment-history h1 {
    margin: 4% 0 0% 0;
    font-weight: 600;
    color: #043b72;
}

.underline-basic-a {
    color: #f58220;
    border: 2px solid;
    border-radius: 5px;
    width: 15%;
    margin-bottom: 4%;
}

a.assesment-btn {
    background: #f58220;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #f58220;
}

.assesment-row {
    box-shadow: 0px 0px 10px #00000045;
    transition: all .2s ease-in-out;
    padding: 30px 10px;
}

.wrapper-assesment {
    max-width: 1120px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h5.level-titile {
    border-bottom: 4px solid #f58220;
    display: inline-block;
    color: #043B72;
    font-weight: 600;
    font-size: 20px;
}

.assesment-content {
    margin-top: 20px;
    font-size: 14px;
}

.content-col-assesment {
    padding-left: 4%;
    padding-top: 7%;
}


/* Mirae Header */

a.assesment-btn:hover {
    color: #043b72;
}

.assesment-history h1 {
    margin: 4% 0 0% 0;
    font-weight: 600;
    color: #043b72;
}

.underline-basic-a {
    color: #f58220;
    border: 2px solid;
    border-radius: 5px;
    width: 15%;
    margin-bottom: 4%;
}

.assesment-btn {
    background: #f58220;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #f58220;
    display: block;
    text-align: center;
}

.assesment-row {
    box-shadow: 0px 0px 10px #00000045;
    transition: all .2s ease-in-out;
    padding: 20px 10px;
    max-width: 720px;
    margin: auto;
}

.wrapper-assesment {
    max-width: 1120px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.level-title {
    border-bottom: 4px solid #f58220;
    display: inline-block;
    color: #043B72;
    font-weight: 600;
    font-size: 20px;
}

.level-module-title {
    color: #043b72;
    display: inline;
    margin: 0;
}

.assesment-content {
    /* margin-top: 20px; */
    /* font-size: 18px; */
    display: inline;
}

.content-col-assesment {
    padding-left: 4%;
    padding-top: 7%;
}


/* Mirae Header */


/* Assesment History */

img.header-user-i {
    width: auto;
}

.navbar {
    box-shadow: 0px 1px 2px 2px #1919193b;
    margin-top: 0;
    border-bottom: 5px solid #f58220;
}

.navbar-light .navbar-nav .nav-link {
    color: #043b72 !important;
    font-weight: 600;
}

div#navbarSupportedContent {
    padding-right: 10%;
}

.navbar-light .navbar-brand {
    margin-left: 5%;
}

.navbar-brand img {
    width: 192px;
    height: 60px;
}

.assesment-row img.card-img-top.basic-module-img {
    width: 100%;
    margin: 0;
}


/* Assesment History Ends */

.topic-banner-module {
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}

li.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}