@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400&display=swap');

@font-face {
    font-family: "Interstate-Bold";
    src: url("../fonts/Interstate-Bold.ttf") format("truetype");

}

@font-face {
    font-family: "Interstate-Light";
    src: url("../fonts/Interstate-Light.ttf") format("truetype");

}

@font-face {
    font-family: "Interstate-Regular";
    src: url("../fonts/Interstate-Regular.ttf") format("truetype");
}

/*  Default Css  */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Interstate-Light', sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.6;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Interstate-Regular', sans-serif;
    color: #872569;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}

body h1 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.02em;
}

body h2 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.02em;
}

body h3 {
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -0.02em;
}

body h4 {
    font-size: 24px;
    line-height: 36px;
}

p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #696969;
}

ul {
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}

body a {
    color: #872569;
    cursor: pointer;
}

a {
    transition: all ease-in-out 0.3s;
    color: #872569;
}

body a:hover {
    color: #872569;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

input:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

.section-wrapper {
    padding: 72px 0;
}

img {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

/* End Default Css  */

/* Header Css  */
.mobile-menu {
    display: none;
}

.header-logo {
    width: 100%;
}

.header-wrapper .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 27.333333%;
    max-width: 27.333333%;
}

.header-wrapper .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 72.666667%;
    max-width: 72.666667%;
}

.herder-menu .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
}

.herder-menu .menu li {
    padding: 0 30px;
    font-weight: 500;
}

.header-wrapper {
    padding: 15px 0;
    z-index: 9;
    background: #fff;
    transition: all ease-in-out 0.4s;
    height: auto;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    width: 100%;
    position: fixed;
    top: 0;
}

.nav-up .header-wrapper {
    top: -120px;
}

.nav-down .header-wrapper {
    top: 0;
}

.header-main-div {
    position: relative;
    background: transparent;
}

.header-wrapper .row {
    align-items: center;
}

.herder-menu .menu li a {
    display: block;
    font-family: 'Inter';
    text-align: right;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    position: relative;
    color: #696969;
    font-style: normal;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.herder-menu .menu li ul.sub-menu li a {
    height: auto;
}

body .menu-button a {
    background-color: #872569;
    padding: 10px 15px;
    color: #fff !important;
}

body .menu-button a:hover {
    background-color: #94c620;
}

.herder-menu .menu li a:hover {
    width: 100%;
    color: #91C60C;
}

/* End Header Css  */

/* Footer Css */
.footer-section {
    width: 100%;
    bottom: 0;
}

.footer-menu ul#menu-footer-menu {
    list-style-type: none;
}

.footer-menu ul {
    list-style-type: none;
}

.footer-menu ul#menu-footer-menu li ul.sub-menu {
    margin-top: 12px;
}

.footer-menu ul#menu-footer-menu li ul.sub-menu li {
    margin-bottom: 7px;
    margin-right: 0;
}

.footer-logo {
    width: 190px;
}

.row.footer-row {
    padding: 70px 0;
    align-items: flex-start;
}

.footer-menu ul#menu-footer-menu a:hover {
    opacity: 0.5;
}

.footer-menu ul#menu-footer-menu li {
    font-size: 16px;
    font-weight: 600;
    margin-right: 50px;
}

.footer-menu ul#menu-footer-menu li ul.sub-menu li {
    font-weight: 500;
    font-size: 15px;
}

.footer-social-sec h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
}

.footer-social-sec ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin-top: 12px;
}

.footer-social-sec ul li {
    margin-right: 6px;
}

.footer-social-sec ul li img {
    height: 27px;
    width: auto;
}

.footer-social-sec ul li a:hover,
.page-terms-links-sec ul#menu-terms-menu li a:hover {
    opacity: 0.5;
}

.page-terms-links-sec ul#menu-terms-menu {
    display: flex;
    align-items: center;
    list-style-type: none;
}

.page-terms-links-sec ul#menu-terms-menu li {
    margin-left: 10px;
    font-size: 14px;
}


/* partner carousel */
.partners-carousel img {
    height: 70px !important;
    width: 135px !important;
    object-fit: contain;
    margin: auto;
}

.our-partners-heading-sec {
    margin-bottom: 60px;
}

.custom-padding {
    padding: 80px 0;
}

.margin-0 {
    margin: 0;
}

/* Tab Style */

.tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 100%;
}

.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.tab-link {
    margin: 0;
    list-style: none;
    padding: 10px 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #555555;
    border-bottom: 3px solid transparent;
    margin: 0 26px;
    cursor: pointer;
    transition: all ease-in-out 0.4s;
}

.tab-link:hover,
.tab-link.tab-active {
    border-color: #93186C;
    color: #93186C;
}

.content-wrapper {
    padding: 34px 0px;
}

.tab-content {
    display: none;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
    max-width: 1003px;
    margin: auto;
}

.tab-content p {
    font-size: 16px;
    line-height: 180%;
    color: #555555;
    margin: 0;
}

.tab-content-inner {
    padding-left: 15px;
}

.tab-content.tab-active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.tab-heading-sec {
    margin-bottom: 60px;
    text-align: center;
}

.vertical-tab-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.vertical-tab-row .tab-wrapper {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
}

.vertical-tab-row .content-wrapper {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0 15px;
}

.vertical-tab-row .tabs {
    display: block;
}

.vertical-tab-row .tab-link {
    padding: 10px 0;
    margin: 0;
    text-align: left;
    width: fit-content;
}

/* End Tab Style */

/* Submenu style */
ul.sub-menu {
    list-style-type: none;
}

/* .herder-menu .menu-item-has-children:after {
    position: absolute;
    content: "";
    background-image: url('/wp-content/themes/custom-theme/assets/images/menu-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 8px;
    right: 9px;
    top: 0;
    transition: all ease-in-out 0.2s;
    bottom: 0;
    margin: auto;
} */

.herder-menu .menu-item-has-children:hover:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.herder-menu ul.sub-menu {
    display: none;
    position: absolute;
    width: auto;
    top: 100%;
    left: 10px;
    z-index: 1;
    text-align: left;
    background: #ffff;
    /* min-width: 145px; */
    /* box-shadow: rgb(100 100 111 / 20%) 0px 5px 10px 0px; */
    padding-inline-start: 0;
    list-style-type: none;
}

.herder-menu .menu li .sub-menu li,
.custom-menu .sub-menu li {
    padding: 10px 20px !important;
    margin: 0;
    position: relative;
}

.herder-menu .menu .menu-item-has-children,
.custom-menu {
    position: relative;
}

.herder-menu .menu li .sub-menu li a,
.custom-menu .sub-menu li a {
    text-align: left !important;
    font-size: 14px;
    width: max-content;
}

.herder-menu .menu li .sub-menu li:first-child,
.custom-menu .sub-menu li:first-child {
    padding-top: 20px !important;
}

.herder-menu .menu li .sub-menu li:last-child,
.custom-menu .sub-menu li:last-child {
    padding-bottom: 20px !important;
}

.herder-menu .menu li.current-menu-item a:before,
.herder-menu .menu li.current-menu-parent a:before {
    width: 100%;
}

.herder-menu .menu li.current-menu-item ul.sub-menu li a:before,
.herder-menu .menu li.current-menu-parent ul.sub-menu li a:before {
    width: 0%;
}

.herder-menu ul.sub-menu li.current-menu-item a:before,
.herder-menu ul.sub-menu li a:hover:before {
    width: 100% !important;
}


.footer-menu .menu li {
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px;
}

.footer-menu .menu li ul.sub-menu {
    margin-top: 12px;
}

.footer-menu .menu li ul.sub-menu li {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
    margin-right: 0;
}

.footer-menu .menu li a:hover {
    opacity: 0.5;
}

/* End Submenu style */
/* custom scroll */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #872569;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #8ec216;
}

/* Product single css */
.products-single {
    /* padding: 0 0 70px; */
}

.top-banner-products {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 800px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.product-banner-video {
    padding: 60px 0 80px;
}

.product-banner-video video {
    height: 390px;
    width: auto;
}

.banner-button-products {
    padding-top: 30px;
}

.banner-button-products a {
    background: #872569;
    color: #fff;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    padding: 15px 75px;
}

.banner-button-products a:hover {
    color: #fff;
    background: #a2cd3e;
}

.banner-gallery-images {
    position: relative;
    width: 85%;
    margin: 35px auto 0;
    height: 600px;
}

.top-image-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.center-image {
    margin: auto;
    position: absolute;
    top: 107%;
    width: 440px;
    left: 0;
    right: 0;
    z-index: 9;
}

.bottom-image-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leftt-bottom-image {
    position: absolute;
    top: 110%;
    left: 0;
}

.right-bottom-image {
    position: absolute;
    top: 100%;
    right: 0;
}

.left-top-image {
    position: absolute;
    top: 100%;
    left: 0;
}

.right-top-image {
    position: absolute;
    top: 100%;
    right: 0;
}

/* left image right content css */

.left-image-right-content-section {
    padding: 50px 0 130px;
}

.left-image-right-content-section .row {
    align-items: center;
}

.left-content-right-image .row {
    padding-top: 60px;
}

.image-block img {
    height: 440px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    object-fit: contain;
}

.right-image-left-content .row .content-block {
    padding-left: 60px;
}

.left-content-right-image .row .content-block {
    padding-right: 60px;
}

.left-content-right-image .row .content-block p,
.right-image-left-content .row .content-block p {
    font-family: 'Interstate-Regular';
    font-size: 22px;
    line-height: 36px;
}

.product-testimonial-block {
    padding: 60px 70px 60px;
    background: #f1f1f1;
    width: 80%;
    /* margin: 190px auto; */
    margin: 90px auto 230px;
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-testimonial-block.product-testimonial-sec {
    margin: 190px auto;
    position: relative;
    top: 23px;
}

.product-testimonial-block.has-quote-icon {
    padding: 120px 70px 60px;
}

.product-testimonial-block .row {
    align-items: center;
}

.product-testimonial-block .client-logo img {
    /* height: 135px; */
    object-fit: cover;
    width: 100%;
    height: auto;
}

.product-testimonial-block .client-quote p {
    color: #000;
}

.quote-icon-image {
    top: 0;
    position: absolute;
}

.video-container {
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(black, 0.4);
}

.video-wrapper {
    width: 45%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all ease-in-out 0.6s;
    position: relative;
}

.video-block .video-wrapper {
    width: 62%;
}

/* .video-wrapper.video-in-viewport {
    width: 100%;
} */

.product-video-section {
    padding-top: 130px;
}

video {
    width: 100%;
    height: 100%;
    /* border-radius: 4px; */
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

#circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

/* case study block */
.case-study {
    padding: 70px 0 140px;
}

.case-study-info {
    background: #f1f1f1;
    padding: 70px 140px;
}

/* .case-study-content h3 {
    margin-top: 0px;
}  */
.case-study-image {
    position: relative;
}

.case-study-image img {
    height: 300px;
    position: absolute;
    object-fit: contain;
}

.case-study-link {
    display: flex;
    align-items: center;
    padding: 10px 0 0 0;
}

.case-study-content p {
    font-family: 'Interstate-Regular';
}

.case-study-link a {
    font-size: 20px;
    line-height: 30px;
    color: #18191F;
    font-family: 'Interstate-Regular';
    transition: 0.5s ease-in;
}

.case-study-link a:hover {
    color: #91C60C;
}

.case-study-link img {
    height: 20px;
    width: 40px;
    margin-left: 12px;
    transition: 0.5s ease-in;
}

.case-study-link:hover img {
    transform: translate(10px, 0px);
}

/* integrated carousel section */
.section-info {
    text-align: center;
}

.integrate {
    padding-bottom: 70px;
}

.partners-carousel img {
    height: auto !important;
    width: 345px !important;
    object-fit: contain;
    margin: auto;
}

.client-carousel {
    padding: 80px 0 0;
}

/* contact form section */
.form-block-outer {
    padding: 70px 0;
    width: 85%;
    margin: 0 auto;
}

.form-block {
    padding-top: 70px;
}

.contact-form label {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #000000;
}

.input-fields input {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    height: 46px;
    padding: 15px;
    width: 100%;
    margin-top: 17px;
}

.input-fields {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    flex-wrap: wrap;
}

.input-fields div {
    width: 45%;
    margin: 0 auto;
}

.check-box span {
    margin: 0;
}

.newsletter {
    width: 95%;
    margin: 0 auto;
}

.newsletter-text p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 24px;
}

.submit-button {
    text-align: center;
    padding-top: 36px;
}

.submit-button input {
    background: #872569;
    color: #fff;
    border: 1px solid #872569;
    font-size: 16px;
    line-height: 54px;
    padding: 0 75px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Inter';
    transition: 0.5s ease;
}

.submit-button input:hover {
    background: #91C60C;
    border: 1px solid #91C60C;
}

.product-detail-block {
    width: auto;
    display: flex;
    height: 290px;
    flex-wrap: wrap;
    background-size: cover;
    align-items: end;
}

.section-title {
    padding-bottom: 35px;
}

.product-name {
    width: 100%;
}

.product-name h4 a {
    color: #fff;
    padding-left: 30px;
    padding-bottom: 15px;
}

/* front page css */
.front-page {
    padding: 50px 0 0;
}

.front-page .top-banner-section .row {
    align-items: center;
}

/* homepage video */
#lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    right: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.95);
}

#video-wrapper-home {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

#close-btn {
    color: grey;
    font-size: 25px;
    position: fixed;
    top: 3%;
    right: 3%;
    z-index: 2;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: transform .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
}

#close-btn:hover {
    color: white;
    cursor: pointer;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: transform .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
}

button.button-video {
    background: #872569;
    border: 1px solid #872569;
    color: #fff;
    padding: 15px 30px;
    cursor: pointer;
    transition: 0.5s ease-in;
    font-size: 16px;
}

video.button-video {
    cursor: pointer;
}

button.button-video:hover {
    background: #91C60C;
    border: 1px solid #91C60C;
}

/* end video css */
.animated-icon-mobile {
    display: none;
    height: 70px;
}

/* Homepage style */
.default-btn {
    background: #93186c;
    border: 1px solid #93186c;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 228px;
    height: 56px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Interstate", sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.default-btn:hover {
    background: #94c620;
    border: 1px solid #94c620;
    color: white;
}

.small-button.default-btn {
    max-width: 126px;
    height: 36px;
    font-size: 16px;
    line-height: normal;
}

.medium-button.default-btn {
    max-width: 205px;
    height: 48px;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.02em;
}

.large-button.default-btn {
    max-width: 332px;
    height: 56px;
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.02em;
}

/* .corporate-sec {
    padding: 150px 0 100px;
}
.participant-sec {
    padding: 50px 0 100px;
} */

.corporate-content-sec h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    color: #93186c;
    width: 500px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 2rem;
}

.corporate-content-sec p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    color: #696969;
    margin: 0;
    margin-bottom: 22px;
    font-family: "Interstate-Regular", sans-serif;
}

.content-custom-container {
    max-width: 75%;
    margin-left: auto;
}

.html5-title {
    display: none;
}

.html5-elem-wrap {
    background-color: transparent !important;
}

.html5-elem-box {
    background-color: transparent !important;
}

.html5-elem-data-box {
    background-color: transparent !important;
}

div#html5-watermark {
    display: none !important;
}

button#html5-close {
    top: 30px !important;
    right: 30px !important;
    /*    top: 46px !important;
        right: 15% !important;*/
    position: fixed !important;
}

.default-section {
    padding: 100px 0;
}

.equate-mobile-img {
    position: absolute;
    width: 160px;
    height: auto;
    /* opacity: 0.25; */
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    -ms-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
}

.equate-mobile-img:hover {
    opacity: 1;
}

img.equate-mobile-img.equate-mobile-img-2 {
    margin-left: 216px;
    margin-top: -42px;
}

img.equate-mobile-img.equate-mobile-img-1 {
    margin-top: 145px;
    margin-left: -75px;
}

.transact-box,
.circular-box {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    z-index: 2;
}

.circular-box:hover {
    background: #93186c;
    color: white;
}

.circular-box {
    position: absolute;
    top: -113px;
    margin-left: -100px;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #93186c;
    background: #f1f1f1;
    border: 5px solid #93186c;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
}

.transact-box {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #90ba39;
    background: #f1f1f1;
    border: 5px solid #90ba39;
    border-radius: 100%;
    font-size: 25px;
    line-height: 30px;
    position: absolute;
    margin-top: 330px;
    margin-left: 192px;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
}

.transact-box:hover {
    background: #90ba39;
    color: white;
}

.equate-mobile-sec .corporate-content-sec h2 {
    color: #90ba39;
}

.equate-mobile-sec .corporate-content-sec p {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 42px;

    opacity: 0.7;
}

.resources-container.corporate-content-sec h2 {
    text-align: center;
    width: 100%;
}

.resources-circle {
    width: 450px;
    height: 450px;
    background: #93186c;
    border: 5px solid #93186c;
    box-sizing: border-box;
    border-radius: 490px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 32px;
    margin-top: 10px;
}

.resources-circle h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    margin-top: 21px;
}

.resources-circle p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    padding: 0 10px;
}

.resources-circle a {
    background: white;
    color: #93186c !important;
    height: 56px;
    width: 166px;
    border: 1px solid #93186c;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    position: relative;
}

.resources-circle a:hover {
    background: #90ba39;
    color: white !important;
}

.resources-feature {
    width: 175px;
    height: 175px;
    background: #ffffff;
    border: 4px solid #90ba39;
    border-radius: 300px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #90ba39;
    text-align: center;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.resources-feature:hover {
    background: #90ba39;
    color: white;
}

.resources-feature-list-sec {
    position: relative;
}

.administrator-portal-overview {
    top: -252px;
    left: 114px;
}

span.play-icon {
    background: url('/wp-content/themes/computershare-north-america/assets/images/play-icon.png');
    display: block;
    width: 46px;
    height: 32px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    top: 38px;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.resources-feature:hover span.play-icon {
    background: url('/wp-content/themes/computershare-north-america/assets/images/play-icon-hover.png');
    background-repeat: no-repeat;
}

.resources-feature-list-sec span.text {
    position: relative;
    top: 39px;
    font-size: 16px;
    display: block;
    width: 111px;
    margin: 0 auto;
    text-align: center;
    height: 62px;
    font-family: "Interstate", sans-serif;
}

.viewing-participant-portal {
    left: 76px;
    top: -90px;
}

.offer-enrolment {
    left: 123px;
    top: -44px;
}

.exercising-selling-shares {
    left: 165px;
    top: -116px;
}

.reporting-overview {
    top: -292px;
    left: 130px;
}

/*  home-testimonials Css*/
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

#home-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#home-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#home-testimonials .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#home-testimonials .owl-dots .owl-dot.active span,
#home-testimonials .owl-dots .owl-dot:hover span {
    background: #93186c;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#home-testimonials .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#home-testimonials .owl-dots .owl-dot {
    display: inline-block;
}

#home-testimonials .owl-dots .owl-dot span {
    background: #93186c;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

#home-testimonials .owl-item img {
    width: 40px !important;
    display: block;
    margin: 0px;
    margin-bottom: 23px;
}

#home-testimonials .item .shadow-effect {
    background: #93186c;
    padding: 51px;
    text-align: left;
    min-height: 595px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home-testimonials .owl-item .item {
    padding: 0px;
}

#home-testimonials .owl-nav {
    display: none;
}

#home-testimonials .owl-dots .owl-dot.active span,
#home-testimonials .owl-dots .owl-dot:hover span {
    background: #93186c;
}

#home-testimonials .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 4px;
    border-radius: 50%;
}

.shadow-effect p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
}

.testimonial-name {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 31px;
    color: #ffffff;
    opacity: 0.7;
}

#home-testimonials {
    transform: scale(0.8);
    margin-top: 50px;
}

#home-testimonials .owl-stage-outer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 86%;
    left: 0;
    right: 0;
    top: 0;
    background: #f1f1f1;
}

.equate-mobile-sec-bg {
    background: #f1f1f1;
    padding: 60px 0 0;
}

.home-testimonials-sec-bg {
    background: #f1f1f1;
    position: relative;
    z-index: 2;
}

/* End home-testimonials Css*/
img.combine-logo {
    height: auto;
    position: relative;
    left: -23px;
}

.text-center {
    text-align: center;
}

.home-testimonials-sec h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 56px;
    color: #93186c;
    padding: 20px 0;
    background: #f1f1f1;
}

.home-testimonials-sec.default-section {
    padding-bottom: 100px;
}

.participant-sec.default-section {
    padding-top: 50px;
    position: relative;
    z-index: 3;
}

.corporate-sec.default-section {
    padding-top: 50px;
    /*    margin-bottom: 37px;*/
}

.equate-mobile-sec.default-section {
    padding: 150px 0 300px;
}

.top-banner-section.default-section {
    padding-top: 80px;
    padding-bottom: 160px;
}

.top-banner-section.default-section h1 {
    margin-top: 0;
}

.top-banner-section .col-sm-5 a {
    margin-top: 30px;
}

.resources-sec.default-section {
    margin-top: 100px;
}

.equate-mobile-img-container.equate-mobile-container {
    display: none;
}

.mobile-content-sec {
    display: none;
}

.social-box {
    display: none;
}

/* .case-study {
    display: none;
}

.integrate {
    display: none;
} */

.form-block .home-form-sec {
    padding: 0;
    margin-top: 0;
}

/* mobile image hover css */
.image-hover {
    opacity: 0.25;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    -ms-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
}

img.equate-mobile-img.equate-mobile-img-1:hover .image-hover {
    opacity: 1;
}

img.equate-mobile-img.equate-mobile-img-2:hover .image-hover {
    opacity: 1;
}

.equate-mobile-app-sec {
    text-align: center;
    padding: 50px 0 120px;
}

.equate-mobile-app-sec p {
    font-family: 'Interstate-Regular';
}

.equate-mobile-app-btn a {
    background: #872569;
    color: #fff;
    padding: 20px 40px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.equate-mobile-app-btn {
    padding-top: 25px;
}

.equate-mobile-app-btn a:hover {
    color: #fff;
    background: #a2cd3e;
}

.equate-mobile-block {
    padding-bottom: 66px;
}

.download-equate-mobile-app-sec {
    margin-top: 80px;
}

.download-equate-mobile-app-sec .download-equate-mobile-col {
    background: #872569;
    padding: 70px 30px;
}

.download-equate-mobile-app-sec h2 {
    color: #ffff;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    max-width: 745px;
    margin: auto;
}

/* .testimonial-block-products .svg-line-wrapper.testimonial-svg-line svg {
    top: -125px;
} */
.tab-heading-sec h2 {
    max-width: 565px;
    margin: 0 auto;
}



/* New style */
.header-main-div {
    height: 88px;
}

.menu-login-user {
    display: flex;
    align-items: center;
    justify-content: right;
}

.herder-menu .menu li {
    padding: 0 17px;
    font-weight: 500;
}

.herder-menu .menu li .sub-menu li a,
.custom-menu .sub-menu li a {
    color: #696969;
}

.herder-menu .menu li .sub-menu li a:hover,
.custom-menu .sub-menu li a:hover {
    color: #91C60C;
}

.default-btn {
    z-index: 2;
    position: relative;
}

/* Language Switcher style */
.language-switcher-block {
    margin-right: 10px;
}

.language-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-switcher .switch {
    display: inline-block;
    height: 29px;
    position: relative;
    width: 58px;
    margin: 0 0 0 13px;
    cursor: pointer;
    transition: 0.2s;
}

.language-switcher .switch {
    margin: 0 13px 0 13px;
}

.language-switcher .switch input {
    display: none;
}

.language-switcher .slider {
    background-color: #F0F0F0;
    bottom: 1px;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
}

.language-switcher .slider:before {
    background: #872569;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    height: 22px;
    left: 5px;
    position: absolute;
    transition: 0.2s;
    width: 22px;
}

.language-switcher input:checked+.slider {
    background-color: #F0F0F0;
}

.language-switcher input:checked+.slider:before {
    transform: translateX(27px);
}

.fr-content-active.language-switcher .slider.round:before {
    transform: translateX(27px);
}

.language-switcher .slider.round {
    border-radius: 100px;
}

.language-switcher .slider.round:before {
    border-radius: 50%;
}

span.country-name {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    font-family: 'Inter';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    transition: 0.2s;
}

span.country-name.en-text {
    right: 7px;
}

span.country-name.fr-text {
    left: 7px;
    opacity: 0;
}

.fr-content-active span.country-name.fr-text {
    opacity: 1;
}

.fr-content-active span.country-name.en-text {
    opacity: 0;
}

/* Language Switcher style */
.custom-menu .user-info-col {
    cursor: pointer;
}

.custom-menu,
.custom-menu .user-info-col,
.custom-menu svg path {
    transition: all ease-in-out 0.2s;
}

.menu-login-user .menu-item-has-children i.menu-arrow-icon {
    position: absolute;
    top: 1px;
    transition: all ease-in-out 0.2s;
    right: -3px;
    color: #696969;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-menu i.menu-arrow-icon {
    position: relative;
    top: 0;
    transition: all ease-in-out 0.2s;
    margin: auto;
    right: 0;
    color: #696969;
}

.menu-login-user .menu-item-has-children:hover i.menu-arrow-icon,
.custom-menu:hover i.menu-arrow-icon,
.custom-menu:hover .user-info-col,
ul.sub-menu li a:hover {
    color: #91C60C;
}

.custom-menu:hover svg path {
    fill: #91C60C;
}

.menu-login-user .menu-item-has-children:hover i.menu-arrow-icon,
.custom-menu:hover i.menu-arrow-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.herder-menu ul.sub-menu {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.15));
}

.user-info-col {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #696969;
    font-family: 'Inter';
    height: 50px;
}

.user-info-col svg {
    margin-right: 10px;
}

.user-info-col i.menu-arrow-icon {
    margin-left: 10px;
}

.menu-login-user .menu-item-has-children {
    margin-right: 5px !important;
}

.herder-menu .menu-non-login-user .menu a {
    width: 126px;
    height: 44px;
    background: #872569;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    color: #FFFFFF;
}

.herder-menu .menu-non-login-user .menu a:hover {
    background: #91C60C;
    color: #FFFFFF;
    width: 126px;
    height: 44px;
}

/* footer style */
.footer-section {
    background: #292d36;
    padding: 64px 0 35px;
    color: #FFFFFF;
}

.footer-section .row {
    margin-bottom: 50px;
    justify-content: space-between;
}

h3.footer-col-title-wrapper {
    margin-top: 0;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    min-height: 3em;
    margin-bottom: 1em;
}

.footer-section p,
.footer-section a {
    color: #e4e4e4;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    margin: 0;
}

.social-links-col ul {
    list-style-type: none;
}

.social-links-col ul li img {
    height: 50px;
    width: 50px;
}

.social-links-col ul li a {
    display: flex;
    align-items: center;
}

.footer-menu li {
    margin-bottom: 17px;
}

.social-links-col li {
    margin-bottom: 7px;
}

.footer-content-col {
    max-width: 307px;
}

.footer-section a:hover {
    opacity: 0.8;
    color: #FFFFFF;
}

.social-links-col {
    margin-left: -11px;
}

.copyright-section {
    border-top: 1px solid #3f424a;
    padding: 15px 0 0 15px;
}


/* login form style */
.default-user-page {
    padding: 60px 0;
    min-height: calc(100vh - 117px);
    /*    display: flex;
        align-items: center;
        justify-content: center;*/
}

.default-user-page.login-page h2 {
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -0.02em;
    color: #872569;
    margin-bottom: 20px;
}

.default-user-form {
    max-width: 392px;
    background: #FFFFFF;
    padding: 40px 30px;
    margin: auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.default-user-form-content h2 {
    margin-top: 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 10px;
}

.default-user-form-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #696969;
    margin: 0;
}

.default-user-form-block p {
    margin: 0;
}

.default-user-form-block p.login-username {
    margin: 0;
}

/* .default-user-form-block label {
    display: none;
} */
.rmagic .rmcontent.rm-login-wrapper {
    width: 100%;
    margin: 0;
}

.rmagic .rm-thirdp-login-button-wrap {
    margin: 0;
}

.rmagic .rmcontent form fieldset {
    border: 0;
    padding: 0;
}

.default-user-form-block input {
    width: 100%;
    border: 1px solid #C7CCD0;
    background: #FFFFFF;
    height: 43px !important;
    margin-bottom: 14px;
    padding: 10px;
    color: #7B809A;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 140%;
    font-family: "Interstate-Regular";
}

.default-user-form-content {
    padding-bottom: 37px;
}

.default-user-form-block input#wp-submit {
    background: #872569;
    color: #fff;
    text-transform: uppercase;
}

.default-user-form-block p.login-remember label {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
}

.default-user-form-block p.login-remember label input#rememberme {
    width: auto;
    height: auto;
    margin: 0;
    margin-right: 5px;
}

.form-footer-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 0;
    color: #7B809A;
    text-align: center;
}

.form-footer-content a {
    color: #872569;
    font-weight: 700;
}

.form-footer-content a:hover {
    opacity: 0.8;
    text-decoration: underline !important;
}

input#rm_submit_btn {
    background: #872569;
    margin: 0;
    width: 100%;
    height: 50px !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0 !important;
}

input#rm_submit_btn:hover,
.default-user-form-block input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #91C60C;
    color: #FFFFFF;
}

.rmcontent.rm-login-wrapper li.rm-login-remember {
    display: none;
}

li.rm-login-remember input#rm_login_form-element-3-0 {
    margin: 0;
    height: auto !important;
}

li.rm-login-remember label {
    padding-left: 6px;
}

.rmcontent.rm-login-wrapper fieldset {
    display: flex;
    flex-wrap: wrap;
}

.rmcontent.rm-login-wrapper fieldset .rmrow {
    width: 100%;
}

.rmcontent.rm-login-wrapper fieldset .buttonarea {
    order: 5;
}

.rmagic .rmcontent.rm-login-wrapper .rm_forgot_pass {
    text-align: left;
    float: unset;
    margin-bottom: 30px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.rmagic .rmcontent.rm-login-wrapper .rm_forgot_pass a {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #93186C;
    font-family: "Interstate-Regular";
}

.default-user-form-block input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #872569;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
    height: 50px !important;
    margin-top: 25px;
    margin-bottom: 0;
    cursor: pointer;
}

.page-id-174 .form-footer-content p {
    margin-top: 0;
}

.request-account-form br {
    display: none;
}

.request-account-form input {
    margin-bottom: 0;
}

.request-account-form span.wpcf7-form-control-wrap {
    margin-bottom: 14px;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}

.default-user-form-block a:hover {
    text-decoration: underline !important;
    color: #93186C !important;
    opacity: 0.7;
}

.request-sent-page-popup .default-user-form-content img {
    width: 76px;
    height: auto;
    margin: auto;
    display: block;
    margin-bottom: 13px;
}

.request-sent-page-popup .default-user-form-content {
    padding-bottom: 0;
}

.request-sent-popup-close-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

.request-sent-page-popup {
    position: relative;
    display: none;
}

/* new homepage style  */
/*.row.right-side-video-left-side-content {
    padding-top: 150px;
}*/
.row.right-side-video-left-side-content .content-custom-container {
    margin: auto;
    position: relative;
    /*    left: 29px;
        bottom: 42px;*/
}

.row.right-side-video-left-side-content .col-sm-5.content-video-col {
    order: 2;
}



/* ttttttttttttt */
.image-with-pulse-col {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-with-pulse-col img {
    position: relative;
    z-index: 1;
    max-width: 420px;
    margin: auto;
    display: block;
    height: auto;
}

.corporate-sec.default-section .row {
    align-items: center;
}

.bold-pulse {
    width: 320px;
    height: 320px;
    border: 3px solid #D1A5C1;
    border-radius: 50%;
    animation: pulse 2s ease-out infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.light-pulse {
    width: 380px;
    height: 380px;
    border: 2px solid #D1A5C1;
    border-radius: 50%;
    animation: lightpulse 2s ease-out infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

@keyframes lightpulse {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1.3, 1.3);
    }
}

/* Our Products Style */

.our-products-banner {
    width: 100%;
    min-height: 423px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 68px 0;
}

.our-products-banner h2 {
    font-weight: 400;
    font-size: 56px;
    line-height: 60px;
    margin-top: 0;
    color: #FFFFFF;
    max-width: 399px;
}

.our-products-banner p {
    color: #FFFFFF;
    margin: 0;
    font-size: 27px;
    line-height: 37px;
}

.our-products-sec {
    background: #F5F5F5;
    padding: 80px 0 160px;
}

.our-products-content h2 {
    margin-top: 0;
}

.our-products-content {
    text-align: center;
    max-width: 828px;
    margin: auto;
    padding-bottom: 87px;
}

.our-products-content p {
    font-size: 18px;
    line-height: 30px;
}

.card {
    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
}

.card img.card-img-top {
    height: 220px;
    object-fit: cover;
}

.card-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #555555;
    margin-bottom: 26px;
}

.card-body h3.card-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #93186C;
    margin: 0;
}

.card-body h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #665959;
    margin: 7px 0 0;
}

.card-body {
    padding: 16px 10px 26px;
}

.col-sm-4.products-card-col {
    margin-bottom: 45px;
}

.col-sm-4.products-card-col .card-link {
    width: 186px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.buttonToogle {
    padding-top: 20px;
}

a.showMore.default-btn {
    margin: auto;
}

/* Products detail child page style */


.our-products-banner.child-product-banner h2 {
    font-size: 42px;
    line-height: 60px;
    max-width: 100%;
}

.our-products-banner.child-product-banner p {
    font-size: 16px;
    line-height: 180%;
    max-width: 582px;
    margin: 0;
    text-align: left;
}

.background-with-content-banner.our-products-banner {
    align-items: center;
}

.banner-module-info {
    background: rgba(252, 252, 252, 0.9);
    border: 1px solid #AEAEAE;
    padding: 20px;
}

.banner-module-info ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.banner-module-info ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.banner-module-info ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #263238;
}

.banner-module-info ul li svg {
    margin-right: 12px;
    margin-top: 4px;
}

.this-module-completed li.badge-li-block svg path {
    fill: #DDA333;
}

.banner-module-info ul li:nth-child(odd) {
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 10px;
}

.banner-module-info ul li:nth-child(even) {
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 10px;
}

/* Introduction Block CSS */
.introduction-block-sec p {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #555555;
}

.introduction-with-background-color-sec h2.intro-heading {
    margin-bottom: 35px;
}

.introduction-with-background-color-sec h3 {
    font-size: 24px;
    line-height: 50px;
    color: #000000;
    margin-top: 36px;
    margin-bottom: 0;
}

/* End Introduction Block CSS */


.module-nav.tab-wrapper {
    border-bottom: 1px solid #C0C0C0;
}

.module-nav.tab-wrapper ul.tabs {
    justify-content: space-around;
    list-style-type: none;
}

.module-tab-content {
    color: #555555;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.module-tab-link a {
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #555555;
    background: transparent;
    border: 0 !important;
    padding: 0 25px;
    position: relative;
    font-family: 'Interstate-Regular', sans-serif;
    transition: all ease-in-out 0.3s;
    display: inline-block;
}

.module-tab-link.tabscroll_activeNavi a {
    color: #93186C;
}

.module-tab-link a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #93186C;
    left: 0;
    right: 0;
    bottom: -2px;
    opacity: 0;
}

.module-tab-link.tabscroll_activeNavi a:after {
    opacity: 1;
}

.module-nav.tab-wrapper ul.tabs li.tab-link.tab-active {
    color: #93186C;
}

.module-nav.tab-wrapper ul.tabs li.tab-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #555555;
    background: transparent;
    border: 0 !important;
    padding: 0 25px;
    position: relative;
    font-family: 'Interstate-Regular', sans-serif;
    transition: all ease-in-out 0.3s;
}

.module-nav.tab-wrapper ul.tabs li.tab-link:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #93186C;
    left: 0;
    right: 0;
    bottom: -2px;
    opacity: 0;
}

.module-nav.tab-wrapper ul.tabs li.tab-link.tab-active:after {
    opacity: 1;
}

ul.module-info-wrapper {
    display: flex;
    align-items: center;
    list-style-type: none;
}

ul.module-info-wrapper li {
    margin-right: 23px;
    display: flex;
    align-items: center;
}

ul.module-info-wrapper li svg {
    margin-right: 8px;
}

.module-intro-block p {
    color: #555555;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
}

.module-intro-block {
    position: relative;
    padding: 20px 0 20px;
    margin-bottom: 28px;
}

.module-intro-block:after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 1px;
    background: #BABABA;
    bottom: 0;
    left: -56px;
    right: 0;
    margin: auto;
}

.hands-on-module-block h2 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 18px;
}

.hands-on-module-block p {
    margin: 0;
}

.content-wrapper .hands-on-module-block p {
    font-size: 20px;
}

.content-wrapper.module-content-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #555555;
}

.hands-on-module-block ul {
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    max-width: 620px;
    flex-wrap: wrap;
    padding: 40px 0;
}

.hands-on-module-block ul li {
    display: flex;
    align-items: flex-start;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 13px;
    margin-bottom: 25px;
}

.hands-on-module-block ul li span,
ul.module-info-wrapper li span {
    font-size: 16px;
    color: #000000;
}

.hands-on-module-block ul li img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-top: 6px;
}

.understanding-section-block {
    padding: 44px 0 110px;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    max-width: 80%;
    margin: auto;
    margin-bottom: 100px;
}

.module-block-sec {
    background: #F5F5F5;
}

.understanding-section-block h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
}

.understanding-section-block p {
    margin: 0;
    max-width: 796px;
}

.understanding-section-block .row {
    padding-top: 48px;
    align-items: flex-start;
}

.content-wrapper.module-content-wrapper ul {
    list-style-type: none;
}

.understanding-info-content h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #000000;
}

.understanding-info-content ul li {
    margin-bottom: 45px;
    display: flex;
    align-items: flex-start;
}

.understanding-info-content p {
    max-width: 372px;
}

.understanding-info-content ul li img {
    width: 54px;
    height: auto;
    position: relative;
    top: 0;
}

.understanding-info-content {
    padding-left: 22px;
}

.content-wrapper.module-content-wrapper h2 {
    line-height: 50px;
}

.fundamentals-card img {
    height: 80px;
    width: auto !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.fundamentals-card {
    border: 1px solid #D6D6D6;
    background: #fff;
    padding: 40px 20px 20px;
    text-align: center;
    height: 100%;
}

.fundamentals-section-block {
    padding-bottom: 105px;
}

.fundamentals-section-block .row {
    padding-top: 31px;
}

.fundamentals-card h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

.fundamentals-card p {
    margin: 0;
}

.proident-excepteur-section-block {
    background: #FFFFFF;
    padding: 100px 0;
    text-align: center;
}

.proident-excepteur-section-block p {
    max-width: 697px;
    margin: auto;
}

.proident-excepteur-section-block img {
    margin-top: 50px;
    width: auto;
    max-width: 100%;
    height: auto;
}

.video-lessons-block {
    padding: 86px 0;
}

.video-lessons-block .container {
    padding: 0 0;
}

.mobile-view-more-btn {
    display: none;
}

.video-lessons-block .col-sm-4.video-lessons-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 0;
}

.video-lessons-block .col-sm-4 {
    padding-bottom: 30px;
}

.watch-video-play-btn {
    border: 1px solid #93186C;
    border-radius: 4px;
    cursor: pointer;
    width: 145px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #872769;
    margin-top: 28px;
    transition: all ease-in-out 0.3s;
}

.video-lessons-card p {
    margin: 0;
}

.video-lessons-card.video-lessons-first-card h3 {
    font-size: 32px;
    line-height: 50px;
    margin: 0;
}

.video-lessons-card {
    background: #FCFCFC;
    border: 1px solid #D9D9D9;
    padding: 21px;
    margin-bottom: 40px;
}

.video-lessons-card.video-lessons-first-card .row {
    align-items: center;
}

.watch-video-play-btn:hover {
    background: #93186C;
    color: #FFFFFF;
}

.video-lessons-container {
    position: relative;
    height: 317px;
}

.video-lessons-container iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.video-lessons-container .video-poster {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-play-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 122px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-lessons-card-small-col {
    background: #FCFCFC;
    border: 1px solid #D9D9D9;
    padding: 15px;
    height: 100%;
}

.video-lessons-card-small-col .video-lessons-container {
    height: 170px;
}

.video-lessons-card-small-col h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0;
}

.content-wrapper.module-content-wrapper .video-lessons-card-small-col p {
    font-size: 14px;
    line-height: 120%;
    margin: 0;
}

.video-lessons-card-small-col .watch-video-play-btn {
    margin-top: 14px;
    margin-bottom: 9px;
}

.video-lessons-card-small-col .video-play-icon {
    width: 60px;
    height: 60px;
}

.content-wrapper.module-content-wrapper .video-lessons-block h2 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 38px;
    text-align: center;
}

.quiz-block-sec {
    padding: 95px 0;
    background: #E4E4E4;
}

.quiz-block-sec h2 {
    margin-bottom: 88px;
    text-align: center;
}

.quiz-block-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    padding: 54px 90px 33px;
    max-width: 456px;
    margin: auto;
}

.quiz-block-card img {
    width: 174px;
    height: 174px;
    margin: auto;
    display: block;
    object-fit: contain;
}

.quiz-block-card h3 {
    margin: 0;
    padding: 33px 0 60px;
    text-align: center;
    font-size: 42px;
    line-height: 50px;
}

.quiz-block-card h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #665959;
    margin-top: 45px;
    margin-bottom: 0;
    text-align: center;
}

.quiz-block-card a.default-btn {
    margin: auto;
    max-width: 222px;
    height: 50px;
    font-size: 18px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.custom-pc-faq {
    background: #F5F5F5;
    padding: 80px 0 100px;
}

.custom-pc-faq h2 {
    font-size: 28px;
    line-height: 50px;
    text-transform: uppercase;
}

.custom-faq-content {
    padding-top: 19px;
}

.accordionjs .acc_section {
    margin: 0;
}

.accordionjs .acc_section .acc_head {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    padding: 15px 23px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
}

.ant-collapse-content {
    background: #F5F5F5;
    border: 1px solid #D9D9D9;
    padding: 27px 25px !important;
    border-left: 2px solid #93186C;
}

.ant-collapse-content>.ant-collapse-content-box {
    padding: 0;
}

.ant-collapse-content-box p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #555555;
}

.conclusion-block-sec {
    background: #F5F5F5;
    padding: 63px 0 100px;
    position: relative;
}

.conclusion-block-sec:before {
    position: absolute;
    content: "";
    width: 85%;
    height: 1px;
    background: #AAAAAA;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.conclusion-block-sec p {
    font-size: 16px;
    line-height: 180%;
    color: #555555;
}

.support-block-sec {
    background: #D9D9D9;
    padding: 21px 0;
}

.support-block-sec .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support-block-sec a.default-btn {
    margin-right: unset;
}

.support-block-sec h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    color: #000000;
    margin: 0;
}

span.faq-down-arrow {
    max-width: 20px;
    height: auto;
    transition: all .3s;
    position: relative;
    display: flex;
    align-items: center;
}

.acc_section.acc_active .faq-down-arrow circle {
    fill: #93186C;
}

path.icon-faq-active {
    opacity: 0;
}

.acc_section.acc_active .faq-down-arrow path.icon-faq-active {
    opacity: 1;
}

span.faq-down-arrow svg,
span.faq-down-arrow svg path,
span.faq-down-arrow svg circle {
    transition: all 0.3s;
}

.product-nav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.product-nav ul li {
    margin-right: 70px;
}

.product-nav {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 19px 0;
}

.product-nav ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    font-family: 'Interstate-Regular', sans-serif;
    position: relative;
    padding: 10px 10px 9px;
    display: block;
}

.product-nav ul li a.active {
    color: #93186C;
}

.product-nav ul li a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #872569;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.product-nav ul li a.active:after {
    opacity: 1;
}

.product-nav ul li a:hover {
    color: #93186C;
}

/* Products Parent Page style */

.child-products-row {
    background: #F9F9F9;
    border: 1px solid #A8A8A8;
    margin-bottom: 44px;
    padding: 42px 64px 0;
}

.child-products-row p {
    font-size: 14px;
    line-height: 23px;
}

.child-products-row .col-sm-8 {
    padding-right: 60px;
}

.row.child-products-content-row {
    margin-bottom: 32px;
}

.child-products-row-card-heading {
    padding-right: 20px;
}

.child-products-row .banner-module-info {
    background: transparent;
    border: 0;
    padding: 0;
}

.child-products-row .banner-module-info ul {
    display: block;
}

.child-products-row .banner-module-info ul li {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 12px;
}

.child-products-row .banner-module-info ul li span {
    font-size: 16px;
}

.child-module-card-col-container {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 24px 15px;
}

.child-module-card-col-row {
    display: flex;
    align-items: center;
}

.child-module-card-content-row {
    display: flex;
    align-items: flex-start;
    padding-left: 28px;
    justify-content: space-between;
    width: 100%;
}

.child-module-card-icon {
    max-width: 70px;
}

.child-module-card-content h3 {
    font-size: 24px;
    color: #93186C;
    margin-bottom: 8px;
    line-height: 24px;
}

.child-module-card-content p {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}

.child-module-card-col-container .start-btn {
    text-align: right;
}

.child-module-card-col-container .start-btn {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Interstate-Regular', sans-serif;
    transition: all ease-in-out 0.4s;
}

.row.child-module-card-row a:hover .child-module-card-col-container .start-btn {
    color: #93186C;
}

.course-progress {
    position: relative;
    background: #D7D7D7;
    width: 100%;
    height: 4px;
}

.course-progress-sec {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

span.course-progress-percent {
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: -0.02em;
    color: #000000;
    margin-left: 6px;
    font-family: 'Interstate-Regular', sans-serif;
}

.course-progress-slider {
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #90BA39;
}

.child-products-row .col-sm-8 h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.row.child-module-card-row .col-sm-6 {
    margin-bottom: 24px;
}

.child-module-card-row .col-sm-6:nth-child(odd) {
    padding-right: 12px;
}

.child-module-card-row .col-sm-6:nth-child(even) {
    padding-left: 12px;
}

.mobile-module-info {
    display: none;
}

.learning-module-block {
    position: relative;
    background: #F5F5F5;
    /* display: none; */
}

.learning-module-card img,
.learning-module-card video {
    max-width: 150px;
    height: auto;
}

.learning-module-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    max-width: 430px;
    margin: auto;
    padding: 40px;
    text-align: center;
    height: 576px;
    position: relative;
}

.range-slider-div {
    width: 100%;
    height: 3px;
    background: #D9D9D9;
    position: relative;
    /*    bottom: 0;*/
    bottom: -80px;
    border-radius: 60px;
    max-width: 360px;
    margin: auto;
}

div#range {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #93186C;
    border-radius: 10px;
}

.exit-learning-btn {
    font-size: 16px;
    line-height: 20px;
    color: #665959;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    padding: 20px;
    margin-bottom: 100px;
}

.exit-learning-btn:hover {
    color: #94c620;
}

.swiper {
    width: 700px;
    height: auto;
}

.swiper-wrapper {
    width: 430px;
    height: 576px;
    margin: auto;
    padding-bottom: 100px;
}

.swiper-slide {
    /* display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff; */
    /* transform: none !important;
    position: absolute; */
    /* position: absolute;
    transform: none !important; */
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.swiper-slide.swiper-slide-active {
    z-index: 9 !important;
}

/* .swiper-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transform: none !important;
} */


/* .swiper-slide-2 .learning-module-card {
    transform: translate(0, 10px);
    width: calc(100% - 30px);
}

.swiper-slide-3 .learning-module-card {
    transform: translate(0, 20px);
    width: calc(100% - 60px);
}


.swiper-slide-4 .learning-module-card {
    transform: translate(0, 30px);
    width: calc(100% - 90px);
}

.swiper-slide-5 .learning-module-card {
    transform: translate(0, 40px);
    width: calc(100% - 120px);
}

.swiper-slide-6 .learning-module-card {
    transform: translate(0, 50px);
    width: calc(100% - 150px);
}

.swiper-slide-7 .learning-module-card {
    transform: translate(0, 60px);
    width: calc(100% - 180px);
}

.swiper-slide-8 .learning-module-card {
    transform: translate(0, 70px);
    width: calc(100% - 210px);
}

.swiper-slide-active .learning-module-card {
    transform: translate(0, 0) !important;
    width: calc(100% - 0px) !important;
} */



#articles {
    list-style: none;
    padding: 0;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    perspective-origin: 50% -50%;
    height: 100vh;
    min-height: 800px;
    width: 430px;
    transition: all 1s;
    vertical-align: middle;
    margin: auto;
}

#articles .learning-module-card {
    display: inline-block;
    max-height: 576px;
    max-width: 430px;
    overflow: hidden;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all 0.5s;
    opacity: 1;
    z-index: -2;
    background: #fff;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 12%), 0 1px 2px 0 rgb(0 0 0 / 24%);
    padding: 40px 20px;
    border-top: 4px solid #93186c;
    width: 100% !important;
    top: 0 !important;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 0%), 0 1px 2px 0 rgb(0 0 0 / 7%);
}

#articles .learning-module-card.go-away {
    opacity: 0;
    /*    bottom: 800px;*/
    right: -1800px;
    transform: rotateX(10deg);
}

.learning-module-block nav button {
    border: none;
    border-radius: 100%;
    box-sizing: border-box;
    color: #93186C;
    font-size: 16px;
    line-height: 38px;
    margin: 5px 10px;
    padding: 0 5px;
    width: 75px;
    height: 75px;
    text-align: center;
    transition: all 0.2s;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 27px;
}

.learning-module-block nav button[disabled],
.learning-module-block nav button[disabled]:hover {
    opacity: 0.5;
}

.learning-module-block nav button:hover,
.learning-module-block nav button:focus {
    cursor: pointer;
    opacity: 1;
}

.learning-module-col img,
.learning-module-col video {
    height: 185px;
    width: auto;
    margin: auto;
    display: flex;
    align-items: center;
    max-width: 100%;
    object-fit: contain;
}

.learning-module-card-content {
    margin-top: 35px;
    text-align: center;
    height: 280px;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 20px;
    padding: 0 10px;
}

.content-wrapper.module-content-wrapper .learning-module-card-content p {
    line-height: 26px;
}

#articles button.prev-article {
    position: absolute;
}

.learning-module-block button.prev-article,
.learning-module-block button.next-article {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.learning-module-block button.next-article {
    right: 18%;
}

.learning-module-block button.prev-article {
    left: 18%;
}

.learning-module-col {
    position: relative;
}

.expand-media {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 20px;
    color: #93186C;
    cursor: pointer;
}

.expand-media-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#expand-media-screen .expand-media {
    display: none;
}

#expand-media-screen {
    position: absolute;
    width: 76%;
    height: 76%;
    background: #fff;
    top: 0;
    padding: 50px;
    display: none;
    margin: auto;
    left: 0;
    right: 0;
}

.expand-media-screen-container {
    height: 100%;
}

#expand-media-screen .learning-module-col {
    height: 100%;
}

#expand-media-screen .learning-module-col video,
#expand-media-screen .learning-module-col img {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.expand-media-div-active #expand-media-screen {
    display: block;
    z-index: 999999;
}

.expand-media-div-active #expand-media-screen {
    animation: blowUpModal 0.4s forwards;
    transition-timing-function: ease-in-out;
}

@keyframes blowUpModal {
    0% {
        opacity: 0;
        transform: rotateX(65deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

.module-content-wrapper .module-tab-content {
    z-index: 3;
    position: relative;
}

.learning-module-block {
    position: fixed;
    width: 100%;
    z-index: 999999;
    display: none;
    height: 100vh;
    overflow-y: scroll;
}

.learning-module-block .container {
    position: relative;
    bottom: 0;
}

.learning-module-active .learning-module-btn {
    display: none;
}

.learning-module-active {
    overflow: hidden;
}

.learning-module-active .header-main-div {
    display: none;
}

.learning-module-card-content h3,
.learning-module-card-content h2,
.learning-module-card-content h4,
.learning-module-card-content h5 {
    font-size: 24px;
    line-height: 31px;
    color: #263238;
    margin: auto;
}

.learning-module-card-content a {
    background: #93186C;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    width: 222px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 35px;
}

.learning-module-card-content a:hover {
    background: #94c620;
    color: #FFFFFF;
}

.expand-media-close {
    position: absolute;
    right: 17px;
    top: 4px;
    font-size: 30px;
    color: #93186C;
    cursor: pointer;
    display: none;
}

div#expand-media-screen .expand-media-close {
    display: block;
}



/* .learning-module-card-content::-webkit-scrollbar-track
{
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
} */

.learning-module-card-content::-webkit-scrollbar {
    width: 4px;
}

/* .learning-module-card-content::-webkit-scrollbar-thumb
{
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #93186c;
} */

div#quiz-header h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.quiz-small-heading-wrapper {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.content-wrapper.module-content-wrapper p.question1,
.content-wrapper.module-content-wrapper p.question2,
.content-wrapper.module-content-wrapper p.question3,
.content-wrapper.module-content-wrapper p.question4 {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #3E3E3E;
    font-family: 'Interstate-Regular', sans-serif;
    padding-bottom: 38px;
    margin-bottom: 0;
}

.quiz {
    max-width: 467px;
    margin: auto;
    padding: 50px 0;
}

.content-wrapper.module-content-wrapper p.question1 img,
.content-wrapper.module-content-wrapper p.question2 img,
.content-wrapper.module-content-wrapper p.question3 img,
.content-wrapper.module-content-wrapper p.question4 img {
    max-width: min-content;
    margin: auto;
    padding-top: 24px;
    display: block;
}

ul.answers1 li a,
ul.answers2 li a,
ul.answers3 li a,
ul.answers4 li a {
    background: #FFFFFF;
    width: 378px;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: auto;
    margin-bottom: 5px;
    padding: 24px 17px;
    color: #3E3E3E;
    text-transform: capitalize;
    border: 3px solid #FFFFFF;
    display: flex;
    align-items: baseline;
}

ul.answers1 li a.correct,
ul.answers2 li a.correct,
ul.answers3 li a.correct,
ul.answers4 li a.correct {
    border: 3px solid #0C7802;
}

ul.answers1 li a.incorrect,
ul.answers2 li a.incorrect,
ul.answers3 li a.incorrect,
ul.answers4 li a.incorrect {
    border: 3px solid #CE0608;
}

ul.answers1 li a.thiscorrect,
ul.answers2 li a.thiscorrect,
ul.answers3 li a.thiscorrect,
ul.answers4 li a.thiscorrect {
    border: 3px solid #0C7802;
}

ul.answers1 li a span,
ul.answers2 li a span,
ul.answers3 li a span,
ul.answers4 li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    position: relative;
    top: 6px;
}

ul.answers1 li a i,
ul.answers2 li a i,
ul.answers3 li a i,
ul.answers4 li a i {
    font-size: 26px;
    color: #D9D9D9;

}

ul.answers1 li a.incorrect i,
ul.answers2 li a.incorrect i,
ul.answers3 li a.incorrect i,
ul.answers4 li a.incorrect i {
    color: #CE0608;
}

ul.answers1 li a.thiscorrect i,
ul.answers2 li a.thiscorrect i,
ul.answers3 li a.thiscorrect i,
ul.answers4 li a.thiscorrect i {
    color: #0C7802;
}

ul.answers1 li a.correct i,
ul.answers2 li a.correct i,
ul.answers3 li a.correct i,
ul.answers4 li a.correct i {
    color: #0C7802;
}

div#quiz-buttons1 a,
div#quiz-buttons2 a,
div#quiz-buttons3 a,
div#quiz-buttons4 a {
    background: #93186C;
    max-width: 228px;
    height: 56px;
    font-weight: 400;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

div#quiz-buttons1,
div#quiz-buttons2,
div#quiz-buttons3,
div#quiz-buttons4 {
    text-align: center;
}

div#quiz-buttons1 a:hover,
div#quiz-buttons2 a:hover,
div#quiz-buttons3 a:hover,
div#quiz-buttons4 a:hover {
    background: #94c620;
    border: 1px solid #94c620;
    color: #FFFFFF;
}

a#quiz-restart-btn1,
a#quiz-restart-btn2,
a#quiz-restart-btn3,
a#quiz-restart-btn4 {
    display: none !important;
}

#skip-question1,
#skip-question2,
#skip-question3,
#skip-question4 {
    font-size: 16px;
    line-height: 20px;
    color: #665959;
    margin-top: 69px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

#skip-question1:hover,
#skip-question2:hover,
#skip-question3:hover,
#skip-question4:hover {
    color: #94c620;
}

.quiz-results img {
    max-width: 296px;
    height: auto;
}

.quiz-results {
    text-align: center;
}

.content-wrapper.module-content-wrapper .quiz-results h2 {
    font-weight: 400;
    font-size: 37px;
    line-height: 45px;
    letter-spacing: -0.02em;
    color: #263238;
    margin-bottom: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-wrapper.module-content-wrapper .quiz-results h2 svg {
    margin-right: 20px;
    width: 57px;
    height: 54px;
}

.content-wrapper.module-content-wrapper .quiz-results p {
    max-width: 396px;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #4D4C4C;
    margin: 15px auto;
}

.quiz-results h3 {
    margin-top: 42px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
}

.quiz-results .next-module-btn {
    background: #93186C;
    max-width: 228px;
    height: 56px;
    font-weight: 400;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    margin-top: 26px;
}

.quiz-results .next-module-btn:hover {
    background: #94c620;
    color: #FFFFFF;
}

.learning-module-btn.default-btn {
    cursor: pointer;
    max-width: 222px;
    height: 50px;
    font-size: 18px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    margin: auto;
}

.quiz-block-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    background: #F5F5F5;
}

.quiz-block-container .container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-module-active {
    overflow: hidden;
}

.quiz-module-active .header-main-div {
    display: none;
}

.content-wrapper.module-content-wrapper {
    padding-bottom: 0;
}

/* webinar portal line svg style */
.webinar-portal-block-sec {
    padding-bottom: 136px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.webinar-portal-block-sec .row.right-side-video-left-side-content .content-custom-container {
    margin: auto;
}

.webinar-portal-block-sec .row.right-side-video-left-side-content {
    align-items: center;
}

.svg-line-wrapper.home-svg-line-wrapper.webinar-portal-line-svg svg {
    height: 1563px;
    top: -62px;
    left: 0.2%;
}

.row.right-side-video-left-side-content .col-sm-7 {
    order: 2;
}

.custom-custom-container {
    max-width: 75%;
    margin-left: auto;
}

.participant-sec .col-sm-5 .content-custom-container {
    max-width: 100%;
}

/*New Style*/
.content-wrapper.module-content-wrapper .question {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #3E3E3E;
    font-family: 'Interstate-Regular', sans-serif;
    padding-bottom: 38px;
    margin-bottom: 0;
}

.question img {
    max-width: 209px;
    height: auto;
    padding-top: 20px;
    display: block;
    margin: auto;
}

ul.answers li {
    background: #FFFFFF;
    width: 378px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: auto;
    margin-bottom: 5px;
    padding: 24px 17px;
    color: #3E3E3E;
    text-transform: capitalize;
    border: 3px solid #FFFFFF;
    display: flex;
    align-items: baseline;
    position: relative;
    cursor: pointer;
}

.single-quiz-checkbox,
.multiple-quiz-checkbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    z-index: 2;
}

ul.answers li.thiscorrect,
ul.answers li.correct {
    border: 3px solid #0C7802;
}

ul.answers li.incorrect {
    border: 3px solid #CE0608;
}

ul.answers li label {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

ul.answers li label span {
    margin-right: 11px;
    position: relative;
    top: 6px;
    z-index: 1;
}

ul.answers li label span i {
    font-size: 26px;
    color: #D9D9D9;
}

ul.answers li.thiscorrect label span i,
ul.answers li.correct label span i {
    color: #0C7802;
}

ul.answers li.incorrect label span i {
    color: #CE0608;
}

.quiz-btn.default-btn {
    margin: auto;
    margin-top: 35px;
}

ul.answers li.selected-active label span i {
    color: #93186C;
}

ul.answers li.selected-active.correct label span i {
    color: #0C7802;
}

ul.answers li.selected-active.incorrect label span i {
    color: #CE0608;
}

.skip-quiz-btn {
    font-size: 16px;
    line-height: 20px;
    color: #665959;
    margin-top: 69px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.skip-quiz-btn:hover {
    color: #94c620;
}

.exit-quiz-btn {
    font-size: 16px;
    line-height: 20px;
    color: #665959;
    margin-top: 70px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
}

.exit-quiz-btn:hover {
    color: #94c620;
}

.hide {
    display: none;
}

/*Feature Page Block style*/
.banner-video-block {
    padding: 0;
    width: 100%;
    height: 100%;
}

.banner-video-block .video-wrapper {
    width: 100% !important;
}

.two-col-content-with-video-sec p {
    font-size: 16px;
    line-height: 29px;
    color: #555555;
    margin: 0;
}

.two-col-content-with-video-sec .row {
    align-items: center;
}

.two-col-content-with-video-sec h3 {
    font-size: 28px;
    line-height: 50px;
    color: #93186C;
}

.top-banner-products {
    height: 100% !important;
    min-height: 100%;
    padding: 60px 0 131px;
}

.product-banner-video {
    padding: 0;
}

.two-col-content-with-video-sec {
    padding-bottom: 100px;
}

.top-banner-products-container h2 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}

.image-left-right-withcontent {
    margin-top: 100px;
}

.finance-image-with-video-sec {
    padding: 75px 0 126px;
}

.feature-learning-module-sec .quiz-block-sec {
    background: #F1F1F1;
}

.feature-learning-module-sec .quiz-block-sec h2 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.feature-learning-module-sec .quiz-block-sec p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #3F3E3E;
    max-width: 493px;
    margin: auto;
}

.feature-learning-module-sec .quiz-block-sec .quiz-block-card {
    margin-top: 50px;
}

.back-to-learning-portal-btn.default-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background: transparent !important;
    border: none !important;
    margin: auto;
    margin-top: 50px;
    color: #93186C;
    max-width: fit-content;
}

.back-to-learning-portal-btn.default-btn:hover {
    color: #94c620;
}

.upgrade-guide-menu-link a {
    color: #ffff !important;
    background-color: #872569;
    padding: 10px 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.upgrade-guide-menu-link a:hover {
    background-color: #94c620;
}

.logged-in .header-wrapper .container {
    max-width: 100%;
}

div#quiz-counter {
    display: none !important;
}

.tabcontent input#user_login {
    background: #FFFFFF;
    border: 1px solid #C7CCD0;
    height: 43px;
    display: flex;
    align-items: center;
    color: #7B809A;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 140%;
    font-family: "Interstate-Regular";
    padding: 10px;
    width: 100%;
}

.forgot_pwd_form button.get_new_password {
    background: #872569;
    margin: 0;
    width: 100%;
    height: 43px !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0 !important;
    cursor: pointer;
}

.forgot_pwd_form button.get_new_password:hover {
    background: #91C60C;
    color: #FFFFFF;
}

.forgot_pwd_form {
    display: flex;
    max-width: 560px;
    width: 100%;
}

.forgot_pwd_form .log_user {
    width: 100%;
}

.forgot_pwd_form .log_user.reset-button {
    max-width: 200px;
    margin-left: 10px;
}

.corporate-and-participant-youtube-video-sec {
    position: relative;
}

.youtub-video-container iframe {
    width: 100%;
    object-fit: cover;
}

img.youtub-video-poster {
    object-fit: cover;
    position: absolute;
}

.youtub-video-play-icon {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 130px;
    cursor: pointer;
}

.row.right-side-video-left-side-content {
    align-items: center;
}

.corporate-and-participant-youtube-video-sec.video-play-active img.youtub-video-poster {
    display: none;
}

.corporate-and-participant-youtube-video-sec.video-play-active .youtub-video-play-icon {
    display: none;
}

.equate-mobile-video-dev-sec .corporate-content-sec {
    padding-left: 20px;
}

.equate-mobile-video-dev-sec .equate-mobile-sec-bg {
    padding: 0 !important;
}

.equate-mobile-video-dev-sec .equate-mobile-sec.default-section {
    padding: 120px 0;
}

.equate-mobile-video-dev-sec {
    margin-top: 75px;
}

.corporate-container-div .participant-sec.default-section .col-sm-5.custom-col-7 {
    top: -100px;
}

/*reset password style*/
.container.tab-section lable {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #872569;
    display: block;
    width: 100%;
    font-family: 'Inter', sans-serif;
}

.row.reset-password-row input {
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    padding: 17px;
    width: 100%;
    letter-spacing: -0.02em;
    color: #000000;
    line-height: normal;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row.reset-password-row .col-sm-12 {
    margin-top: 120px;
}

.row.reset-password-row .col-sm-12 input.resetsubmit {
    width: 228px;
    height: 56px;
    background: #93186C;
    border: none;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    cursor: pointer;
}

.row.reset-password-row .col-sm-12 input.resetsubmit:hover {
    background: #94c620;
}

.row.reset-password-row .col-sm-6:nth-child(odd) {
    padding-right: 24px;
}

.row.reset-password-row .col-sm-6:nth-child(even) {
    padding-left: 24px;
}

.conclusion-block-sec.simple-heading-with-content-sec:before {
    display: none;
}

.default-sec-padding {
    padding: 100px 0;
}

.understanding-interface-block .understanding-section-block {
    margin-bottom: 0;
}

.video-lessons-block.video-lessons-section.default-sec-padding {
    background: #F5F5F5;
}

.video-lessons-content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.video-lessons-block.video-lessons-section.default-sec-padding h2 {
    margin-bottom: 38px;
    text-align: center;
}

.row.right-side-media-left-side-content .col-sm-6.col-6-media-col {
    order: 2;
}

.col-sm-6.col-6-content-col p {
    font-size: 16px;
    line-height: 180%;
    color: #555555;
}

.two-col-content-with-media-sec .row {
    align-items: center;
}

.two-col-content-with-media-container {
    padding-bottom: 80px;
}

.two-col-content-with-media-container:last-child .video-lessons-container {
    padding-bottom: 0;
}

.language-switcher-block {
    display: none;
}

.heading-block-section h2 {
    max-width: 80%;
    margin: auto;
}

.equate-mobile-main-dev {
    margin-top: 56px;
}

.content-with-image-sec .proident-excepteur-section-block {
    border: 0;
    padding: 0;
}

/*.logged-in .default-user-form-content, .logged-in .form-footer-content p {
    display: none;
}*/
.left-content-right-image .row .content-block li,
.right-image-left-content .row .content-block li {
    font-family: 'Interstate-Regular';
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #696969;
    margin-bottom: 10px;
}

.left-content-right-image .row .content-block ul,
.right-image-left-content .row .content-block ul {
    padding-left: 25px;
}

.fundamentals-card li {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #555555;
}

.fundamentals-card ul {
    padding: 0 15px;
}

.logged-in.admin-bar .header-main-div {
    height: 103px;
}

.logged-in.admin-bar.nav-down .header-wrapper,
.logged-in.admin-bar .header-wrapper {
    top: 32px;
}

.logged-in.admin-bar.nav-up .header-wrapper {
    top: -120px;
}

.learning-module-active #wpadminbar,
.quiz-module-active #wpadminbar {
    display: none;
}

a.products-back-btn {
    /*    display: flex;*/
    align-items: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Interstate-Regular', sans-serif;
    margin-top: 25px;
    padding: 10px 0;
}

a.products-back-btn i.fa.fa-chevron-left {
    margin-right: 7px;
}

a.products-back-btn:hover {
    color: #94c620;
}

.our-products-banner a.products-back-btn {
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 30px;
}

.our-products-banner a.products-back-btn:hover {
    color: #94c620;
}

.introduction-block-sec .row {
    align-items: center;
}

.message-for-login-user {
    text-align: center;
}

span.greetings-text {
    font-size: 20px;
    display: block;
}

span.user-last-name {
    font-size: 28px;
    width: 100%;
    float: left;
    font-weight: 700;
}

.logged-welcome {
    text-align: center;
}

.display_custom_msg {
    font-size: 18px;
    text-align: center;
}

.logged-in-account-links {
    display: flex;
    align-items: center;
    padding-top: 30px;
    justify-content: center;
}

.display_account {
    margin-right: 10px;
}

.logged-in-account-links a {
    color: #ffff;
    background-color: #872569;
    padding: 10px 15px;
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logged-in-account-links a:hover {
    background-color: #94c620;
    color: #ffff;
}

.complete-content {
    display: none !important;
}

.after-fifty-percent-content {
    display: none;
}

.last-module-active .complete-content {
    display: block !important;
}

.last-module-active .after-fifty-percent-content {
    display: block;
}

.last-module-active .uncomplete-content {
    display: none;
}

.last-module-active h2.complete-content {
    display: flex !important;
}

.expert-text-wrapper {
    display: none;
}

.info-module-completed li.module-info-title-wrapper svg path {
    fill: #D0A612;
}

.tab-sec.default-sec-padding .content-wrapper img {
    max-width: 100%;
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
}

.home .participant-sec.default-section {
    padding-bottom: 0;
    margin-top: -2px;
}

li.faqs-data-scroll {
    display: none;
}

.faq-block-active li.faqs-data-scroll {
    display: block;
}

/* Bugherd points style */
.content-wrapper.module-content-wrapper .learning-module-card-content ul {
    list-style-type: disc;
    padding-inline-start: 15px;
}

.copyright-content a:hover {
    opacity: 0.5;
    color: #e4e4e4;
}

/* End Bugherd points style */
.video-lessons-card .row.not-has-video {
    display: block;
    margin: 0;
}

.video-lessons-card .row.not-has-video .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.user-name.custom-menu ul.sub-menu {
    min-width: 100%;
}

.header-wrapper {
    position: unset;
}

.logged-in.admin-bar .header-main-div {
    height: 100%;
}


/* New Style for header */
.user-info {
    width: 165px;
}

.herder-menu ul.sub-menu {
    min-width: 100%;
}

img.footer-image {
    height: auto;
}