@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Book.otf');
    font-weight: 400;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham Medium.otf');
    font-weight: 400;
}

body {
    font-family: Gotham !important;
    font-size: 15px;
    color: #363636;
    font-weight: 300;
}

p {
    font-size: 15px;
    font-weight: 300;
}

.header-holder {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.menu-holder {
    list-style: none;
    flex: 0 0 75%;
}

.logo-holder {
    flex: 0 0 20%;
}

.main-nav {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 0;
    align-items: center;
}

.sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 50px;
    background: #fff;
    padding: 5px 10px;
    width: 175px;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 2px #0000002b
}

p.welcome-text {
    color: #1b75bc;
    margin: 0;
    font-weight: 300;
}

p.MsoListParagraph {
    text-indent: 0pt !important;
    margin-left: -18pt !important;
}

.main-nav li {
    position: relative;
    padding: 20px 0;
    margin-bottom: 5px;
}

.main-nav li a {
    color: #1b75bc;
    font-size: 13px;
    font-family: Gotham;
    position: relative;
}

.main-nav li.menu-item-has-children:hover ul {
    display: block;
}

li.sign-in-link {
    padding-left: 20px;
}

.sub-menu li {
    margin: 0;
    padding: 5px 0;
}

.main-nav li:last-child a:before {
    content: '';
    width: 19px;
    height: 24px;
    position: absolute;
    top: 0;
    left: -25px;
    transform: translateY(-50%);
    background: url('../images/sign.png');
}

.sub-menu li:last-child a:before {
    display: none;
}

.main-banner {
    height: auto;
    padding-bottom: 30px;
}

h1.banner-title {
    margin: 0;
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    padding-top: 150px;
    line-height: 1.7;
    text-transform: uppercase;
}

h1.banner-title span {
    text-transform: none;
}

h2.banner-subtitle {
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 1.44;
    padding-bottom: 15px;
}

.button-holder {
    text-align: center;
    padding-top: 50px;
}

a.reg-button {
    background: #1b75bc;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    /* text-transform: uppercase; */
    box-shadow: inset 0px 0px 6px 0px #ffffff73;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: ease all .3s;
    display: inline-block;
}

.reg-button:hover {
    transform: scale(1.05);
}

.text-under {
    padding: 25px;
}

p.plain-text {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #363636;
    font-weight: 300;
}

p.plain-text.banner-text {
    color: #fff;
    text-align: center;
    width: 650px;
    margin: 0 auto;
}

p.plain-text.content {
    padding-bottom: 20px;
}

p.plain-text.content.bigger {
    font-size: 18px;
}

p.plain-text.content.smaller {
    font-size: 10px;
}

p.plain-text.content.padding-left {
    padding-left: 75px;
}

.better-patient-care {
    border-bottom: 1px solid #e1e1e1;
}

.sec-content {
    padding: 25px;
}

h1.banner-head span {
    text-transform: none;
}

h1.sec-title,
h1.page-title {
    margin: 0;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 400 !important;
    color: #2a3b90;
    letter-spacing: 1px;
    line-height: 100%;
    text-align: left;
}

h1.page-title.faq-title {
    padding: 30px 30px 0 !important;
}

h1.sec-title {
    padding-bottom: 30px !important;
}

h1.page-title {
    padding-bottom: 30px !important;
}

h1.sec-title span {
    text-transform: none;
}

.cols-block {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.col-item {
    flex: 0 0 33.3%;
}

section.why-use {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.two-blocks {
    display: flex;
}

.block-item {
    flex: 0 0 50%;
    text-align: center;
    padding: 50px 25px;
}

.block-item.blue {
    background: #1b6bb4;
}

.block-item.grey {
    background: #ebebeb;
}

h1.block-item-title {
    font-size: 20px;
    margin: 0;
    width: 360px;
    margin: 0 auto;
    text-align: left;
}

p.block-item-content {
    width: 360px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 16px;
    text-align: left;
}

h1.block-item-title.white,
p.block-item-content.white {
    color: #fff;
}

h1.block-item-title.blue,
p.block-item-content.blue {
    color: #196ab4;
}

.footer-menu-holder {
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright,
.author {
    color: #fff;
    font-size: 14px;
}

.main-footer ul li {
    float: none;
    margin-left: 0;
}

.main-footer {
    background: #196ab4;
}

.current-menu-ancestor>a:after {
    bottom: -2px;
}

.main-nav li a:hover:after {
    content: '';
    display: block;
    border-bottom: 3px solid #0e76bc;
    position: absolute;
    bottom: -2px;
    transition: all 0.3s ease-out;
    width: 100% !important;
    left: 0 !important;
}

.page-content {
    padding-bottom: 50px;
}

.page-content.bordered {
    border-bottom: 1px solid #e1e1e1;
}

.forms-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.form-item {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
}

.form-title,
.form-content {
    flex: 0 0 80%;
}

.form-title,
.norm-data-title {
    background: #196ab4;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
    position: relative;
    line-height: 1;
    cursor: pointer;
}

.norm-data-title {
    margin-top: 20px;
    padding: 15px
}

.form-title:after,
.norm-data-title:after {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/arrow-down.png) center center no-repeat / cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.form-content {
    display: none;
}

.form-content.login-page {
    display: block;
}

.tml-action-links li:first-child {
    display: none;
}

#mc_embed_signup .mc-field-group,
#mc_embed_signup .input-wrapper,
.form-wrapper .mc-field-group,
.form-wrapper .input-wrapper {
    margin-top: 15px;
}

.btn,
.FrontBtn1,
.FrontBtn2 {
    border: none;
    border-bottom: none;
    border-radius: unset;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, .5);
    font-size: 16px;
    transition: ease all .3s;
    background: #1b75bc;
}

.border .btn {
    width: 450px;
}

.btn:hover,
.btn:focus,
.btn.focus,
.FrontBtn1:hover,
.FrontBtn1:focus,
.FrontBtn1.focus,
.FrontBtn2:hover,
.FrontBtn2:focus,
.FrontBtn2.focus {
    /*transform: scale(1.05);*/
    text-decoration: none;
    color: #fff;
    background: #1b75bc;
    border-bottom: none;
    box-shadow: 0px 1px 20px 3px #1b75bc;
}

.questions-cat {
    padding: 30px 0;
}

.about-cat {
    padding-bottom: 30px;
}

.questions-cat:first-child,
.about-cat:first-child,
.q-item:first-child {
    margin-top: 0;
}

.q-item {
    margin-top: 30px;
    border: 1px solid #e1e1e1;
}

.question {
    font-size: 18px;
    cursor: pointer;
    padding: 5px 30px 5px 10px;
    position: relative;
}

.answer {
    display: none;
    padding: 0px 30px 5px 10px;
}

.news-item {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}

.news-holder .news-item ul li {
    list-style: disc !important;
}

.word-break {
    word-wrap: break-word !important;
}

.news-date {
    color: #404040;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-content {
    margin-bottom: 10px;
}

.post-link {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    color: #196ab4;
    cursor: pointer;
}

.perm-form-holder {
    display: flex;
    margin-top: 30px;
}

#permission_form,
#contact_form,
#distribution_inquire_form,
#organization_form_title,
.contact-col {
    flex: 0 0 50%;
    font-weight: 300;
}

.form-wrapper.perm-form {
    flex: 0 0 30%;
}

#form_permission label {
    color: #363636;
}

.single-block {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}

.single-block p {
    margin-top: 0;
}

.first-block {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.cform-holder,
.contacts-holder {
    display: flex;
}

.contacts-holder {
    padding-top: 30px;
}

.contacts-holder .plain-text {
    font-size: 18px;
    font-weight: 300;
}

.contacts-holder .plain-text a {
    color: #363636;
}

.get_certified a,
.tnc_login a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    width: 250px;
    margin: 20px 0;
}

.remote_video a,
.exemptions a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    width: auto;
    margin: 20px 0;
}

.remote_video span.icon {
    background: url(../images/play_white.png) no-repeat;
    /* position: absolute; */
    float: left;
    background-size: 20px 20px;
    padding: 20px 15px 0px 15px;
}

.norm-data-content {
    padding: 5px;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    display: none;
}

.buttons-section {
    padding-top: 50px;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
}

.button-col {
    text-align: center;
    flex: 0 0 50%;
}

.button-col a.btn {
    padding: 10px;
}

.btn-description {
    padding: 30px 0;
    width: 360px;
    margin: 0 auto;
}

.content-holder.divided {
    display: flex;
    flex-wrap: wrap;
}

.divided-col {
    flex: 0 0 50%;
}

.divided-col.left {
    padding-right: 20px;
    border-right: 1px solid #e1e1e1;
}

.divided-col.right {
    padding-left: 70px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);

}

.control-radio .control_indicator {
    border-radius: 50%;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #cccccc;
}

.control input:checked~.control_indicator {
    /*background: #2aa1c0;*/
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0e6647d;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-radio .control_indicator:after {
    left: 3px;
    top: 3px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #000;
}

.control-radio input:disabled~.control_indicator:after {
    background: #7b7b7b;
}

.radio_group label {
    display: block;
    cursor: pointer;
    padding-left: 30px;
    z-index: 0;
    margin-bottom: 5px;
}

.select-wrapper.app_raters {
    margin-left: 27px;
}

.selects {
    display: flex;
    align-items: flex-start;
}

.select-wrapper {
    background-color: #FFF;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    margin-right: 30px;
}

.select-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 38px;
    background-color: #196ab4;
}

.select-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 7px;
    padding: 10px 8px;
    background: url("../images/arrow-down.png") no-repeat center;
    width: 30px;
    height: 38px;
    background-color: #196ab4;
}

.form-wrapper .group-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 35px;
    font-size: 14px;
    padding: 5px 10px;
    width: 150px;
    display: none;
}

.select-wrapper select option {
    background-color: #0a6aa1;
}

select {
    padding: 10px 40px 11px 20px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    border-radius: 0 !important;
    position: relative;
    cursor: pointer;
    z-index: 10;
    width: 100%;
    font-family: Gotham;
    font-weight: 300;
    font-size: 14px;
    height: auto;
    color: white;
}

.radio_block_1 {
    margin-left: 35px;
    margin-bottom: 12px;
}

.control.control-radio {
    color: #363636;
}

.radio_block_1 .control.control-radio {
    margin-left: -35px;
}

.radio_block_2 {
    margin-left: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.radio_block_2 .control.control-radio {
    margin-left: 35px;
}

.radio_block_2 .radio_group {
    margin-bottom: 20px;
}

.radio_block_2 .select-wrapper {
    margin-left: 65px;
    margin-bottom: 20px;
}

.form-wrapper input[type=submit] {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 300;
}

.content-holder.divided.bordered {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.divided-col.one-third {
    flex: 0 0 33.33%;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.divided-col.one-third:first-child {
    padding-left: 0;
}

.divided-col.one-third.middle {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

form.paper-test-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 50px;
}

.col.col_50 {
    flex: 0 0 50%;
    padding-right: 120px;
}

.col.col_50.button {
    text-align: center;
}

.table-holder {
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #e1e1e1; */
}

.table-row {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
}

.table-item {
    flex: 0 0 33.33%;
    padding: 30px 50px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.table-item.first,
.table-item.second {
    border-right: 1px solid #e1e1e1;
}

.table-item-two {
    flex: 0 0 50%;
    padding: 30px 50px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.table-item-two.first {
    border-right: 1px solid #e1e1e1;
}

.link-holder .btn {
    width: auto;
    padding: 10px 20px;
}

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

.link-holder {
    margin-right: 50px;
}

span.btn.subscription {
    width: auto;
}

span.btn.subscription a {
    font-weight: 300;
}

.more-select {
    display: flex;
    flex-wrap: wrap;
}

.text-wrapper {
    margin-right: 50px;
}

.small_font {
    font-size: 12px;
    margin-top: 20px;
}

.select-wrapper.version,
.select-wrapper.language {
    width: 193px;
}

/* .select-wrapper.language.audiovisual,
.select-wrapper.language.fivemin,
.select-wrapper.language.blind,
.select-wrapper.language.basic,
.select-wrapper.language.full71,
/* .select-wrapper.language.full81, */
/* .select-wrapper.language.hearingimpairment,
.select-wrapper.language.basic_blind  {
    display: none;
} */
*/ .select-wrapper.language option {
    padding: 0 5px;
}

.hide {
    display: none;
}

.select-wrapper select.error-border {
    border-color: red;
}

.main-footer {
    height: auto;
}

.main-footer ul.footer-menu {
    display: flex;
    flex: 0 0 50%;
    justify-content: space-between;
    padding: 20px 0;
}

.questions-cat .question:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('../images/c-down.png') center center no-repeat;
    background-size: contain;
    color: #777;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.questions-cat .question.add:after {
    background: url('../images/c-up.png') center center no-repeat;
    background-size: contain;
}

.norm p.plain-text.content {
    padding-bottom: 0;
}

.accordion.accordion-one .inner-wrapper ul li:before {
    background-color: transparent;
}

.accordion.accordion-one .inner-wrapper ul li {
    padding-left: 0;
}

.accordion.accordion-one .inner-wrapper .row {
    padding-left: 0;
    padding-right: 0;
}

.accordion.accordion-one .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.wrapper.main-content.accordion .accordion-title h2 a {
    font-size: 18px;
    padding: 25px 50px;
}

.wrapper.main-content.accordion .accordion-title h2 a,
#mailchimp-signup h1,
#mailchimp-signup h2,
.wrapper.main-content h1,
.wrapper.main-content h2 {
    text-transform: capitalize;
}

.wrapper.main-content.two-cols-repeat p,
.wrapper.main-content.accordion .accordion-content {
    font-weight: 300;
}

.row.last {
    margin-bottom: 30px;
}

.form-wrapper.get-certified-forms {
    display: flex;
}

.group-init-form-wrapper {
    flex: 0 0 60%;
}

.get-certified-form .select-wrapper,
.code-form-wrapper {
    display: none;
}

.get-certified-form .select-wrapper {
    margin-top: 20px;
}

select[name="user_number"],
.get-certified-form .select-wrapper:before {
    width: 150px;
}

.get-certified-form .select-wrapper:after {
    right: 100px;
}

.text-larger {
    font-size: 15px;
}

.slick-dots {
    bottom: 65px;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slide {
    margin: 0.75em 0.5em;
    border-radius: 5px;
}

.main-banner .banner>.row>.columns>.text-wrapper.permissions {
    vertical-align: top;
    padding-top: 150px;
}

.language-toggle {
    list-style: none;
}

.get_certified.hidden {
    display: none;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Book.otf');
    font-weight: 400;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Medium.otf');
    font-weight: 500;
}

body {
    font-family: Gotham;
    font-size: 15px;
    color: #363636;
    font-weight: 300;
}

p {
    font-size: 15px;
    font-weight: 300;
}

.header-holder {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
    justify-content: flex-start;
    align-items: center;
}

.menu-holder {
    list-style: none;
    flex: 0 0 75%;
}

.logo-holder {
    flex: 0 0 20%;
}

.main-nav {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 0;
    align-items: center;
}

.sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 50px;
    background: #fff;
    padding: 5px 10px;
    width: 175px;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 2px #0000002b
}

p.welcome-text {
    color: #1b75bc;
    margin: 0;
    font-weight: 300;
}

.main-nav li {
    position: relative;
    padding: 20px 0;
    margin-bottom: 5px;
}

.main-nav li a {
    color: #1b75bc;
    font-size: 13px;
    font-family: Gotham;
    position: relative;
}

.main-nav li.menu-item-has-children:hover ul {
    display: block;
}

li.sign-in-link {
    padding-left: 20px;
}

.sub-menu li {
    margin: 0;
    padding: 5px 0;
}

.main-nav li:last-child a:before {
    content: '';
    width: 19px;
    height: 24px;
    position: absolute;
    top: 0;
    left: -25px;
    transform: translateY(-50%);
    background: url('../images/sign.png');
}

.sub-menu li:last-child a:before {
    display: none;
}

.main-banner {
    height: auto;
    padding-bottom: 30px;
}

h1.banner-title {
    margin: 0;
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    padding-top: 150px;
    line-height: 1.7;
    text-transform: uppercase;
}

h1.banner-title span {
    text-transform: none;
}

h2.banner-subtitle {
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 1.44;
    padding-bottom: 15px;
}

.button-holder {
    text-align: center;
    padding-top: 50px;
}

a.reg-button {
    background: #1b75bc;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    /* text-transform: uppercase; */
    box-shadow: inset 0px 0px 6px 0px #ffffff73;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: ease all .3s;
    display: inline-block;
}

.reg-button:hover {
    transform: scale(1.05);
}

.text-under {
    padding: 25px;
}

p.plain-text {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #363636;
    font-weight: 300;
}

p.plain-text.banner-text {
    color: #fff;
    text-align: center;
    width: 650px;
    margin: 0 auto;
}

p.plain-text.content {
    padding-bottom: 20px;
}

p.plain-text.content.bigger {
    font-size: 18px;
}

p.plain-text.content.smaller {
    font-size: 10px;
}

p.plain-text.content.padding-left {
    padding-left: 75px;
}

.better-patient-care {
    border-bottom: 1px solid #e1e1e1;
}

.sec-content {
    padding: 25px;
}

h1.banner-head span {
    text-transform: none;
}

h1.sec-title,
h1.page-title {
    margin: 0;
    text-transform: inherit;
    font-size: 34px;
    font-weight: 400 !important;
    color: #2a3b90;
    letter-spacing: 1px;
    line-height: 100%;
    text-align: left;
}

h1.page-title.faq-title {
    padding: 30px 30px 0 !important;
}

h1.sec-title {
    padding-bottom: 30px !important;
}

h1.page-title {
    padding-bottom: 30px !important;
}

h1.sec-title span {
    text-transform: none;
}

.cols-block {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.col-item {
    flex: 0 0 33.3%;
}

section.why-use {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.two-blocks {
    display: flex;
}

.block-item {
    flex: 0 0 50%;
    text-align: center;
    padding: 50px 25px;
}

.block-item.blue {
    background: #1b6bb4;
}

.block-item.grey {
    background: #ebebeb;
}

h1.block-item-title {
    font-size: 20px;
    margin: 0;
    width: 360px;
    margin: 0 auto;
    text-align: left;
}

p.block-item-content {
    width: 360px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 16px;
    text-align: left;
}

h1.block-item-title.white,
p.block-item-content.white {
    color: #fff;
}

h1.block-item-title.blue,
p.block-item-content.blue {
    color: #196ab4;
}

.footer-menu-holder {
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright,
.author {
    color: #fff;
    font-size: 12px;
}

.main-footer ul li {
    float: none;
    margin-left: 0;
}

.main-footer {
    background: #525151;
}

.current-menu-ancestor>a:after {
    bottom: -2px;
}

.main-nav li a:hover:after {
    content: '';
    display: block;
    border-bottom: 3px solid #0e76bc;
    position: absolute;
    bottom: -2px;
    transition: all 0.3s ease-out;
    width: 100% !important;
    left: 0 !important;
}

.page-content {
    padding-bottom: 50px;
}

.page-content.bordered {
    border-bottom: 1px solid #e1e1e1;
}

.forms-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.form-item {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
}

.form-title,
.form-content {
    flex: 0 0 80%;
}

.form-title,
.norm-data-title {
    background: #196ab4;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
    position: relative;
    line-height: 1;
    cursor: pointer;
}

.norm-data-title {
    margin-top: 20px;
    padding: 15px
}

.form-title:after,
.norm-data-title:after {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/arrow-down.png) center center no-repeat / cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.form-content {
    display: none;
}

.form-content.login-page {
    display: block;
}

.tml-action-links li:first-child {
    display: none;
}

#mc_embed_signup .mc-field-group,
#mc_embed_signup .input-wrapper,
.form-wrapper .mc-field-group,
.form-wrapper .input-wrapper {
    margin-top: 15px;
}

.btn,
.FrontBtn1,
.FrontBtn2 {
    border: none;
    border-bottom: none;
    border-radius: unset;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, .5);
    font-size: 16px;
    transition: ease all .3s;
    background: #1b75bc;
}

.border .btn {
    width: 450px;
}

.btn:hover,
.btn:focus,
.btn.focus,
.FrontBtn1:hover,
.FrontBtn1:focus,
.FrontBtn1.focus,
.FrontBtn2:hover,
.FrontBtn2:focus,
.FrontBtn2.focus {
    /*transform: scale(1.05);*/
    text-decoration: none;
    color: #fff;
    background: #1b75bc;
    border-bottom: none;
    box-shadow: 0px 1px 20px 3px #1b75bc;
}

.questions-cat {
    padding: 30px 0;
}

.about-cat {
    padding-bottom: 30px;
}

.questions-cat:first-child,
.about-cat:first-child,
.q-item:first-child {
    margin-top: 0;
}

.q-item {
    margin-top: 30px;
    border: 1px solid #e1e1e1;
}

.question {
    font-size: 18px;
    cursor: pointer;
    padding: 5px 30px 5px 10px;
    position: relative;
}

.answer {
    display: none;
    padding: 0px 30px 5px 10px;
}

.news-item {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}

.news-date {
    color: #404040;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-content {
    margin-bottom: 10px;
}

.post-link {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    color: #196ab4;
    cursor: pointer;
}

.perm-form-holder {
    display: flex;
    margin-top: 30px;
}

#permission_form,
#contact_form,
#distribution_inquire_form,
#organization_form_title,
.contact-col {
    flex: 0 0 50%;
    font-weight: 300;
}

.form-wrapper.perm-form {
    flex: 0 0 30%;
}

#form_permission label {
    color: #363636;
}

.single-block {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}

.single-block p {
    margin-top: 0;
}

.first-block {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.cform-holder,
.contacts-holder {
    display: flex;
}

.contacts-holder {
    padding-top: 30px;
}

.contacts-holder .plain-text {
    font-size: 18px;
    font-weight: 300;
}

.contacts-holder .plain-text a {
    color: #363636;
}

.get_certified a,
.tnc_login a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    width: 250px;
    margin: 20px 0;
}

.get_certified_pre a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 20px 0;
}

.remote_video a,
.exemptions a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    width: auto;
    margin: 20px 0;
}

.remote_video span.icon {
    background: url(../images/play_white.png) no-repeat;
    /* position: absolute; */
    float: left;
    background-size: 20px 20px;
    padding: 20px 15px 0px 15px;
}

.norm-data-content {
    padding: 5px;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    display: none;
}

.buttons-section {
    padding-top: 50px;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
}

.button-col {
    text-align: center;
    flex: 0 0 50%;
}

.button-col a.btn {
    padding: 10px;
}

.btn-description {
    padding: 30px 0;
    width: 360px;
    margin: 0 auto;
}

.content-holder.divided {
    display: flex;
    flex-wrap: wrap;
}

.divided-col {
    flex: 0 0 50%;
}

.divided-col.left {
    padding-right: 20px;
    border-right: 1px solid #e1e1e1;
}

.divided-col.right {
    padding-left: 70px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);

}

.control-radio .control_indicator {
    border-radius: 50%;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #cccccc;
}

.control input:checked~.control_indicator {
    /*background: #2aa1c0;*/
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0e6647d;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-radio .control_indicator:after {
    left: 3px;
    top: 3px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #000;
}

.control-radio input:disabled~.control_indicator:after {
    background: #7b7b7b;
}

.radio_group label {
    display: block;
    cursor: pointer;
    padding-left: 30px;
    z-index: 0;
    margin-bottom: 5px;
}

.select-wrapper.app_raters {
    margin-left: 27px;
}

.selects {
    display: flex;
    align-items: flex-start;
}

.select-wrapper {
    background-color: #FFF;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    margin-right: 30px;
}

.select-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 38px;
    background-color: #196ab4;
}

.select-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 7px;
    padding: 10px 8px;
    background: url("../images/arrow-down.png") no-repeat center;
    width: 30px;
    height: 38px;
    background-color: #196ab4;
}

.form-wrapper .group-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 35px;
    font-size: 14px;
    padding: 5px 10px;
    width: 150px;
    display: none;
}

.select-wrapper select option {
    background-color: #0a6aa1;
}

select {
    padding: 10px 40px 11px 20px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    border-radius: 0 !important;
    position: relative;
    cursor: pointer;
    z-index: 10;
    width: 100%;
    font-family: Gotham;
    font-weight: 300;
    font-size: 14px;
    height: auto;
    color: white;
}

.radio_block_1 {
    margin-left: 35px;
    margin-bottom: 12px;
}

.control.control-radio {
    color: #363636;
}

.radio_block_1 .control.control-radio {
    margin-left: -35px;
}

.radio_block_2 {
    margin-left: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.radio_block_2 .control.control-radio {
    margin-left: 35px;
}

.radio_block_2 .radio_group {
    margin-bottom: 20px;
}

.radio_block_2 .select-wrapper {
    margin-left: 65px;
    margin-bottom: 20px;
}

.form-wrapper input[type=submit] {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 300;
}

.content-holder.divided.bordered {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.divided-col.one-third {
    flex: 0 0 33.33%;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.divided-col.one-third:first-child {
    padding-left: 0;
}

.divided-col.one-third.middle {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

form.paper-test-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 50px;
}

.col.col_50 {
    flex: 0 0 50%;
    padding-right: 120px;
}

.col.col_50.button {
    text-align: center;
}

.table-holder {
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #e1e1e1; */
}

.table-row {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
}

.table-row:first-child {
    /* border-bottom: 1px solid #e1e1e1; */
}

.table-item {
    flex: 0 0 33.33%;
    padding: 30px 50px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.table-item.first,
.table-item.second {
    border-right: 1px solid #e1e1e1;
}

.table-item-two {
    flex: 0 0 50%;
    padding: 30px 50px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.table-item-two.first {
    border-right: 1px solid #e1e1e1;
}

.link-holder .btn {
    width: auto;
    padding: 10px 20px;
}

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

.link-holder {
    margin-right: 50px;
}

span.btn.subscription {
    width: auto;
}

span.btn.subscription a {
    font-weight: 300;
}

.more-select {
    display: flex;
    flex-wrap: wrap;
}

.text-wrapper {
    margin-right: 50px;
}

.small_font {
    font-size: 12px;
    margin-top: 20px;
}

.select-wrapper.version,
.select-wrapper.language {
    width: 300px;
}

/* .select-wrapper.language.audiovisual,
.select-wrapper.language.fivemin,
.select-wrapper.language.blind,
.select-wrapper.language.basic,
.select-wrapper.language.full71,
/* .select-wrapper.language.full81, */
/* .select-wrapper.language.hearingimpairment  {
    display: none;
} */
*/ .select-wrapper.language option {
    padding: 0 5px;
}

.hide {
    display: none;
}

.select-wrapper select.error-border {
    border-color: red;
}

.main-footer {
    min-height: auto !important;
}

.main-footer .row {
    padding: 10px 0 !important;
}

.main-footer ul.footer-menu {
    display: flex;
    flex: 0 0 50%;
    justify-content: space-between;
    padding: 20px 0;
}

.questions-cat .question:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('../images/c-down.png') center center no-repeat;
    background-size: contain;
    color: #777;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.questions-cat .question.add:after {
    background: url('../images/c-up.png') center center no-repeat;
    background-size: contain;
}

.norm p.plain-text.content {
    padding-bottom: 0;
}

.accordion.accordion-one .inner-wrapper ul li:before {
    background-color: transparent;
}

.accordion.accordion-one .inner-wrapper ul li {
    padding-left: 0;
}

.accordion.accordion-one .inner-wrapper .row {
    padding-left: 0;
    padding-right: 0;
}

.accordion.accordion-one .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.wrapper.main-content.accordion .accordion-title h2 a {
    font-size: 18px;
    padding: 25px 50px;
}

.wrapper.main-content.accordion .accordion-title h2 a,
#mailchimp-signup h1,
#mailchimp-signup h2,
.wrapper.main-content h1,
.wrapper.main-content h2 {
    text-transform: unset;
}

.wrapper.main-content.two-cols-repeat p,
.wrapper.main-content.accordion .accordion-content {
    font-weight: 300;
}

.row.last {
    margin-bottom: 30px;
}

.form-wrapper.get-certified-forms {
    display: flex;
}

.group-init-form-wrapper {
    flex: 0 0 60%;
}

.get-certified-form .select-wrapper,
.code-form-wrapper {
    display: none;
}

.get-certified-form .select-wrapper {
    margin-top: 20px;
}

select[name="user_number"],
.get-certified-form .select-wrapper:before {
    width: 150px;
}

.get-certified-form .select-wrapper:after {
    right: 100px;
}

.text-larger {
    font-size: 15px;
}

p.version-error-message,
p.language-error-message,
p.radio-error-message {
    margin: 0;
    padding-top: 10px;
    color: red;
    text-align: center;
    opacity: 1;
    display: none;
}

p.check-error-message {
    margin: 0;
    color: red;
    display: none;
}

.slick-dots {
    bottom: 65px;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #1B75BC;
}

.slick-dots li button::before {
    content: "-" !important;
    font-size: 50px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.main-banner .banner>.row>.columns>.text-wrapper.permissions {
    vertical-align: top;
    padding-top: 150px;
}

.language-toggle {
    list-style: none;
}

.get_certified.hidden {
    display: none;
}

.exemptions.hidden {
    display: none;
}

.brochureCardPositionFooter {
    position: relative;
    width: 70%;
    text-align: center;
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding: 1.2em;
}

.border-radius10 {
    border-radius: 10px;
}

.textcapitalize a {
    text-transform: capitalize !important;
}

/* .main-content {
    position: relative;
  } */
/* #testimonial-slider {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
  } */
#testimonial-slider .owl-prev,
#testimonial-slider .owl-next,
#multilingual-slider .owl-prev,
#multilingual-slider .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

#testimonial-slider .owl-prev i,
#testimonial-slider .owl-next i,
#multilingual-slider .owl-prev i,
#multilingual-slider .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}

#testimonial-slider .owl-prev,
#multilingual-slider .owl-prev {
    left: -10%;
    top: 35%;
}

#testimonial-slider .owl-next,
#multilingual-slider .owl-next{
    right: -10%;
    top: 35%;
}

#multilingual-slider.owl-theme .owl-controls .owl-page span{
    background-color: #C8E7FF;
}

#multilingual-slider.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #1B75BC;
}

#multilingual-training-section{
    background: #F6F8FC;
    padding: 4rem 2rem;
    margin-bottom: 3rem;
}

#multilingual-slider .owl-controls.clickable{
    margin-left: 0.8rem;
}

#multilingual-slider{
    background: #FFFFFF;
    border: 1px solid #C8E7FF;
    border-radius: 10px;
    padding: 2rem;
}

#multilingual-training-section .testimonial img{
    height: auto;
}

#multilingual-training-section .icon {
    background: #FFFFFF;
    border: 1px solid #C8E7FF;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 3rem;
}

.fa-angle-left:before {
    content: "\f104";
    font-size: 35px;
    font-weight: bold;
    opacity: .75;
    color: #ffffff !important;
    background: #1b6bb4 !important;
    padding: 0px 14px 2px 12px;
    border-radius: 50%;
}

.fa-angle-right:before {
    content: "\f105";
    font-size: 35px;
    font-weight: bold;
    opacity: .75;
    color: #ffffff !important;
    background: #1b6bb4 !important;
    padding: 0px 12px 2px 14px;
    border-radius: 50%;
}


@media(max-width: 1199px) {
    .menu-holder {
        flex: 0 0 80%;
    }
}


@media(max-width: 1200px) {
    #brochure-preview .heading {
        padding-left: 2rem;
    }

    .paper-test-block {
        flex-direction: column;
    }

    .paper-test-title {
        background-color: #fff !important;
        height: 7em !important;
        width: 100% !important;
        justify-content: flex-start !important;
        padding: 0;
    }

    .paper-test-content {
        margin-left: 0 !important;
        padding: 2rem 0;
    }

    .paper-test-title img {
        width: 50px !important;
    }
}

@media (max-width: 1000px) {

    /* news line  */
    .newsline-div marquee {
        background: #fff;
        top: 60px !important;
    }


    .header-holder {
        display: none;
    }

    .mobile-menu .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        width: 100%;
    }

    .sidr ul li ul li a,
    .sidr ul li ul li span {
        padding-left: 40px;
    }

    h1.banner-title {
        padding-top: 100px;
    }

    .footer-menu-holder,
    .main-footer ul.footer-menu {
        flex-direction: column;
    }

    .main-footer ul.footer-menu {
        text-align: center;
    }
}

@media (max-width: 768px) {
    #careers .section-3 .title {
        font-size: 16px!important;
        padding: 0 2rem!important;
    }

    #careers .section-3 .sub-heading {
        width: 85%!important;
    }

    #careers .section-3 .title {
        font-size: 16px;
        padding: 0 2rem;
    }

    #careers .section-3 .sub-heading {
        width: 85%;
    }

    #job-description .line{
        display: none;
    }

    #job-description .responsive-sec{
        flex-direction: column;
    }

    #job-description .description{
       text-align: center;
    }

    #job-description .share-sec{
        display: flex;
        align-items: flex-end;
        margin-bottom: 1rem;
    }

    #job-description .section-1 .content .field{
        margin: 0 auto 2rem;
    }

    #job-description .heading{
        text-align: center;
    }

    #careers .section-2 .career-img{
        margin: 0 1rem;
    }

    .footer-links {
        display: flex;
        justify-content: space-between;
        align-items: flex-start!important;
        gap: 0rem!important;
        flex-direction: column!important;
    }

    #multilingualTrainingLanguages .tab{
        font-size: 14px!important;
        padding: 0.5rem 1rem!important;
    }

    .newButtonStyle.btn.blue {
        /* padding: 0; */
        margin-right: 0em;
        margin-top: 2rem;
    }

    .flexCenter{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .two-blocks {
        flex-direction: column;
    }

    .wrapper.main-banner.home-banner .text-under {
        padding-bottom: 0;
    }

    .wrapper.main-banner.home-banner {
        height: auto !important;
        padding-bottom: 0 !important;
    }

    .cols-block {
        flex-direction: column;
    }

    p.block-item-content,
    h1.block-item-title,
    p.plain-text.banner-text {
        width: 100%;
        padding-top: 15px;
    }

    section.why-use {
        padding-bottom: 0;
    }

    .cform-holder,
    .contacts-holder {
        flex-direction: column;
    }

    .padding-top {
        padding-top: 0;
    }

    .wrapper.main-content.archive {
        padding-top: 50px;
    }

    .perm-form-holder {
        flex-direction: column;
    }

    h1.sec-title,
    h1.page-title {
        line-height: 1.3;
    }

    .wrapper.main-content.two-cols-repeat h1 {
        line-height: 1.3;
    }

    .wrapper.main-content.archive .article-header {
        line-height: 1.3;
    }

    .forms-holder {
        flex-wrap: wrap;
    }

    .form-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .form-title {
        flex: 0 0 100%;
        font-size: 16px;
    }

    .form-content {
        flex: 0 0 100%;
    }

    .questions-cat .question {
        padding-right: 30px;
    }

    .questions-cat .question:after {
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
    }

    form {
        padding: 0 15px;
    }

    .language-text {
        margin: 10rem auto 1rem !important;
    }

    .career-banner .banner{
        background-size: contain!important;
        background-position: center!important;
    }
}

@media (max-width: 690px) {
    .form-wrapper input[type=submit] {
        font-size: 14px;
    }

    h1.banner-title {
        font-size: 6vw;
    }

    h2.banner-subtitle {
        font-size: 4vw;
    }

    h1.sec-title {
        font-size: 6vw;
    }

    .sec-content {
        padding: 15px 25px;
    }

    .two-blocks .block-item {
        padding: 25px;
    }

    .cols-block {
        padding: 0;
    }

    .col-item {
        margin: 1vw 0;
    }

    .table-holder {
        padding-top: 0;
        display: block !important;
        border: none;
    }

    .table-row {
        display: block;
        border: none !important;
    }

    .table-row:first-child {
        border: none;
    }

    .table-item.first,
    .table-item.second {
        border: none;
    }

    .table-item {
        padding: 0 0 10px;
        text-align: left;
    }

    .table-item-two.first {
        border: none;
    }

    .table-item-two {
        padding: 0 0 10px;
        text-align: left;
    }

    .link-holder {
        margin-bottom: 20px;
    }

    .content-holder.divided.bordered {
        flex-direction: column;
        padding-bottom: 0;
        padding-top: 0;
    }

    .divided-col {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    form.paper-test-form {
        flex-direction: column;
        padding-top: 20px;
    }

    .divided-col.one-third.middle {
        border: none;
    }

    .col.col_50 {
        flex: 0 0 100%;
        padding-right: 0;
    }

    .select-wrapper {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .divided-col.left,
    .divided-col.right {
        flex: 0 0 100%;
        padding-right: 0;
        border: none;
    }

    .radio_group.border_bottom.radio_block_2 {
        margin-left: 0;
    }

    .radio_block_2 .select-wrapper {
        margin-left: 0;
    }

    .control.control-radio {
        margin-bottom: 0;
    }

    .divided-col.left ul {
        margin: 0;
    }

    .divided-col.left ul li {
        /*line-height: 10px; */
    }

    .page-content {
        padding-bottom: 0;
    }

    .terms-content ul li {
        font-size: 14px;
    }

    .terms-content ul {
        padding-left: 0 !important;
        margin: 0;
    }

    .question,
    .post-title,
    .post-link,
    .plain-text.content.bigger,
    p.plain-text {
        font-size: 14px;
    }

    .plain-text.content a {
        word-break: break-all;
    }

    .plain-text.content.padding-left {
        padding-left: 0 !important;
    }

    .plain-text.content {
        word-break: break-word;
    }

    .buttons-section {
        flex-direction: column;
    }

    .norm-data-title {
        font-size: 18px;
    }

    .q-item {
        padding-top: 0;
        margin-bottom: 7px;
    }

    .questions-cat {
        border: none;
        padding: 10px 0;
    }

    .buttons-section {
        flex-direction: column;
        padding-top: 10px;
        border: none;
    }

    .page-content.bordered {
        border: none;
    }

    .wrapper.main-content.accordion .accordion-title h2 {
        font-size: 18px;
    }

    .wrapper.main-content.accordion .accordion-content {
        padding: 10px 25px;
    }

    .get_certified a,
    .exemptions a,
    .remote_video a,
    .tnc_login a {
        width: 100%;
    }

    .video-container {
        margin-top: 5px;
    }

    .padding-bottom {
        padding-bottom: 0;
    }

    .first-block .plain-text {
        text-align: left;
    }

    .first-block,
    .single-block {
        padding-bottom: 0;
        border: none;
        padding-top: 15px;
    }

    .divided-col.one-third {
        padding-left: 0;
    }

    .btn-description {
        width: 100%;
        padding: 10px 0;
    }

    .wrapper.main-content.accordion .accordion-title h2 a {
        padding: 25px 60px 25px 25px;
        font-size: 14px;
    }

    .col.col_50.button {
        margin-top: 15px;
    }

    br {
        display: none;
    }

    .norm-data-title {
        margin-bottom: 15px;
    }

    .contacts-holder .plain-text {
        font-size: 14px;
    }

    .login.form-wrapper {
        margin-bottom: 50px;
    }

    .button-col a.btn {
        width: 100%;
    }

    .button-col {
        margin-top: 30px;
    }
}


@media (max-width: 400px) {
    .select-wrapper.language {
        width: 70% !important;
    }

    h1.sec-title,
    h1.page-title,
    h1.article-header {
        font-size: 28px;
    }

    h1.banner-title {
        font-size: 30px;
        text-align: center;
        padding-top: 55px;
    }

    h2.banner-subtitle {
        font-size: 24px;
        text-align: center;
        margin-top: 15px;
        padding: 0 15px;
    }

    section.better-patient-care {
        border: none;
        margin-top: 20px;
    }

    section.why-use {
        border: none;
        margin-top: 20px;
    }

    p.plain-text {
        text-align: justify;
    }

    p.plain-text.bigger {
        text-align: left;
    }

    p.plain-text.heading {
        text-align: center;
    }

    p.block-item-content {
        font-size: 14px;
        padding-top: 15px;
    }

    .about-cat {
        padding: 10px 0;
    }

    .wrapper.main-banner {
        padding-bottom: 10px;
    }

    .columns.small-8.text-body {
        padding-top: 15px;
    }

    .accordion-content.js-toggle-show {
        word-break: break-word;
    }

    .quoteStyle {
        top: -14%;
        right: 40%;
    }
}


@media (max-width: 766px) {
    .select-wrapper.language {
        width: 62% !important;
    }
}


@media(max-width: 767px) {
    .footer-menu-holder {
        flex-direction: column;
        padding: 30px 10px;
    }

    .main-footer ul.footer-menu {
        padding-top: 0;
    }

    .main-footer ul.footer-menu li {
        text-align: center;
    }

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

    br {
        display: none;
    }

    .select-wrapper.version,
    .select-wrapper.language {
        width: 100%;
    }

    /* .main-banner.home-banner .banner {
        height: 500px;
        background: 65% 50% no-repeat;
    } */

    #slick-slide00 .banner,  #slick-slide01 .banner{
        height: 500px;
        background: 65% 50% no-repeat;
    }

    .career-banner .banner{
        height: 400px!important;
    }

    .col.col_50 {
        flex: 0 0 100%;
    }

    .selects {
        flex-direction: column;
    }

    .main-banner .banner>.row>.columns>.text-wrapper.permissions {
        padding-top: 110px;
    }

    .mocalayout .mocacontent {
        padding: 30px 10px;
    }

    .mocalayout .mocaplanbox {
        width: 260px;
    }

    .mocalayout .mocaplantext {
        padding: 15px 5px;
    }

    .mocalayout .mocaplansubscribe span {
        font-size: 16px;
    }

    .mocalayout .mocaplansubscribe span:before {
        top: 0;
    }

    .group-init-form-wrapper {
        flex: 0 0 100%;
    }

    .certification-end .border .btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .wrapper.main-content.disclaimer-page ul.list li {
        margin: 5px 0;
    }

}

@media(max-width: 767px) and (orientation: portrait) {

    .input-wrapper span.btn,
    .space-span {
        display: block;
        text-align: center;
    }
}

.wrapper.main-content.default ul.tr-certif-ul {
    list-style-type: disc;
    padding: 0 0 0 40px;
}

.price-area {
    display: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #363636;
    flex-wrap: wrap;
    justify-content: space-between;
}

.b-value,
.recert-b-value {
    text-decoration: line-through;
    margin-right: 10px;
}

.t-value,
.recert-t-value {
    margin-right: 20px;
    font-weight: bold;
    color: #1B75BC;
}

.plain-text.register-text {
    padding: 20px 0;
    font-size: 18px;
}

#showOtherProfession,
#showOtherTitle {
    margin-bottom: 15px;
}

.tml-action-links {
    padding-left: 0;
}

span.btn a.register-link {
    font-weight: 300;
    padding: 8px 100px;
}

span.btn.reg a.register-link {
    color: #1b75bc;
    border: 1px solid #1b75bc;
    background: #fff;
}

span.btn a.register-link:hover {
    /*color: #fff;
    background: #1b75bc;*/
    transform: scale(1.05);
    transition: ease all .3s;
}

.space-span {
    margin: 0 20px;
    font-size: 18px;
    color: #0e76bc;
}

.input-wrapper span.btn {
    box-shadow: none;
}

.input-wrapper span.btn:hover {
    transform: scale(1.05);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    select {
        padding: 0;
        border: 1px solid #196ab4;
        background-color: #fff;
        color: #196ab4;
    }

    .select-wrapper select option {
        background-color: #fff;
    }

    .select-wrapper:after,
    .select-wrapper:before {
        display: none;
    }

    .button.col_50.col {
        text-align: left;
        margin-top: 30px;
    }
}

/*for four column display in paper page*/

.divided-col.one-forth {
    flex: 0 0 25% !important;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.divided-col.one-forth:first-child {
    padding-left: 0;
}

.divided-col.one-forth.middle {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

/*for five column display in paper page*/

.divided-col.one-sixth {
    flex: 0 0 16% !important;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.divided-col.one-sixth:first-child {
    padding-left: 0;
}

.divided-col.one-sixth.middle {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

/*for dnd instructions and introduction page*/

.text-large {
    font-size: 19px !important;
}


.divided-col.left.button {
    border-right: none !important;
}

.upload-file-list {
    color: #196ab4;
    line-height: normal;
    font-size: 12px;
}

#exemptedModal .file-upload-restriction {
    font-size: 14px;
}

.note {
    color: red;
    font-size: 14px;
    font-style: italic;
}

.wrapper.main-content h1#distribution_inquire_form {
    text-transform: none;
}

.exemptions.hidden {
    display: none;
}

/* #brochure-preview .video-container{
    padding-bottom: 0!important;
    margin-top: 3rem;
    margin-bottom: 3rem;
    height: 480px;
} */


#brochure-preview img {
    cursor: pointer;
}


@media(max-width: 1199px) {
    .menu-holder {
        flex: 0 0 80%;
    }
}

@media (max-width: 1000px) {

    .header-holder {
        display: none;
    }

    .mobile-menu .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        width: 100%;
    }

    .sidr ul li ul li a,
    .sidr ul li ul li span {
        padding-left: 40px;
    }

    h1.banner-title {
        padding-top: 100px;
    }

    .footer-menu-holder,
    .main-footer ul.footer-menu {
        flex-direction: column;
    }

    .main-footer ul.footer-menu {
        text-align: center;
    }
}

@media (max-width: 768px) {

    .two-blocks {
        flex-direction: column;
    }

    .wrapper.main-banner.home-banner .text-under {
        padding-bottom: 0;
    }

    .wrapper.main-banner.home-banner {
        height: auto !important;
        padding-bottom: 0 !important;
    }

    .cols-block {
        flex-direction: column;
    }

    p.block-item-content,
    h1.block-item-title,
    p.plain-text.banner-text {
        width: 100%;
        padding-top: 15px;
    }

    section.why-use {
        padding-bottom: 0;
    }

    .cform-holder,
    .contacts-holder {
        flex-direction: column;
    }

    .padding-top {
        padding-top: 0;
    }

    .wrapper.main-content.archive {
        padding-top: 50px;
    }

    .perm-form-holder {
        flex-direction: column;
    }

    h1.sec-title,
    h1.page-title {
        line-height: 1.3;
        padding-top: 30px !important;
    }

    .wrapper.main-content.two-cols-repeat h1 {
        line-height: 1.3;
    }

    .wrapper.main-content.archive .article-header {
        line-height: 1.3;
    }

    .forms-holder {
        flex-wrap: wrap;
    }

    .form-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .form-title {
        flex: 0 0 100%;
        font-size: 16px;
    }

    .form-content {
        flex: 0 0 100%;
    }

    .questions-cat .question {
        padding-right: 30px;
    }

    .questions-cat .question:after {
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
    }

    form {
        padding: 0 15px;
    }

    #slick-slide01 .banner, #slick-slide02 .banner {
        background: 100% 90% no-repeat;
    }
}

@media (max-width: 690px) {
    .divided-col.one-sixth.middle {
        border: none;
    }

    .form-wrapper input[type=submit] {
        font-size: 14px;
    }

    h1.banner-title {
        font-size: 6vw;
    }

    h2.banner-subtitle {
        font-size: 4vw;
    }

    h1.sec-title {
        font-size: 6vw;
    }

    .sec-content {
        padding: 15px 25px;
    }

    .two-blocks .block-item {
        padding: 25px;
    }

    .cols-block {
        padding: 0;
    }

    .col-item {
        margin: 1vw 0;
    }

    .table-holder {
        padding-top: 0;
        display: block !important;
        border: none;
    }

    .table-row {
        display: block;
        border: none !important;
    }

    .table-row:first-child {
        border: none;
    }

    .table-item.first,
    .table-item.second {
        border: none;
    }

    .table-item {
        padding: 0 0 10px;
        text-align: left;
    }

    .table-item-two.first {
        border: none;
    }

    .table-item-two {
        padding: 0 0 10px;
        text-align: left;
    }

    .link-holder {
        margin-bottom: 20px;
    }

    .content-holder.divided.bordered {
        flex-direction: column;
        padding-bottom: 0;
        padding-top: 0;
    }

    .divided-col {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    form.paper-test-form {
        flex-direction: column;
        padding-top: 20px;
    }

    .divided-col.one-third.middle {
        border: none;
    }

    .col.col_50 {
        flex: 0 0 100%;
        padding-right: 0;
    }

    .select-wrapper {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .divided-col.left,
    .divided-col.right {
        flex: 0 0 100%;
        padding-right: 0;
        border: none;
    }

    .radio_group.border_bottom.radio_block_2 {
        margin-left: 0;
    }

    .radio_block_2 .select-wrapper {
        margin-left: 0;
    }

    .control.control-radio {
        margin-bottom: 0;
    }

    .divided-col.left ul {
        margin: 0;
    }

    .divided-col.left ul li {
        /*line-height: 10px; */
    }

    .page-content {
        padding-bottom: 0;
    }

    .terms-content ul li {
        font-size: 14px;
    }

    .terms-content ul {
        padding-left: 0 !important;
        margin: 0;
    }

    .question,
    .post-title,
    .post-link,
    .plain-text.content.bigger,
    p.plain-text {
        font-size: 14px;
    }

    .plain-text.content a {
        word-break: break-all;
    }

    .plain-text.content.padding-left {
        padding-left: 0 !important;
    }

    .plain-text.content {
        word-break: break-word;
    }

    .buttons-section {
        flex-direction: column;
    }

    .norm-data-title {
        font-size: 18px;
    }

    .q-item {
        padding-top: 0;
        margin-bottom: 7px;
    }

    .questions-cat {
        border: none;
        padding: 10px 0;
    }

    .buttons-section {
        flex-direction: column;
        padding-top: 10px;
        border: none;
    }

    .page-content.bordered {
        border: none;
    }

    .wrapper.main-content.accordion .accordion-title h2 {
        font-size: 18px;
    }

    .wrapper.main-content.accordion .accordion-content {
        padding: 10px 25px;
    }

    .get_certified a,
    .exemptions a,
    .remote_video a,
    .tnc_login a {
        width: 100%;
    }

    .video-container {
        margin-top: 5px;
    }

    .padding-bottom {
        padding-bottom: 0;
    }

    .first-block .plain-text {
        text-align: left;
    }

    .first-block,
    .single-block {
        padding-bottom: 0;
        border: none;
        padding-top: 15px;
    }

    .divided-col.one-third {
        padding-left: 0;
    }

    .btn-description {
        width: 100%;
        padding: 10px 0;
    }

    .wrapper.main-content.accordion .accordion-title h2 a {
        padding: 25px 60px 25px 25px;
        font-size: 14px;
    }

    .col.col_50.button {
        margin-top: 15px;
    }

    br {
        display: none;
    }

    .norm-data-title {
        margin-bottom: 15px;
    }

    .contacts-holder .plain-text {
        font-size: 14px;
    }

    .login.form-wrapper {
        margin-bottom: 50px;
    }

    .button-col a.btn {
        width: 100%;
    }

    .button-col {
        margin-top: 30px;
    }
}

@media (max-width: 400px) {

    h1.sec-title,
    h1.page-title,
    h1.article-header {
        font-size: 28px;
    }

    h1.banner-title {
        font-size: 30px;
        text-align: center;
        padding-top: 55px;
    }

    h2.banner-subtitle {
        font-size: 24px;
        text-align: center;
        margin-top: 15px;
        padding: 0 15px;
    }

    section.better-patient-care {
        border: none;
        margin-top: 20px;
    }

    section.why-use {
        border: none;
        margin-top: 20px;
    }

    p.plain-text {
        text-align: justify;
    }

    p.plain-text.bigger {
        text-align: left;
    }

    p.plain-text.heading {
        text-align: center;
    }

    p.block-item-content {
        font-size: 14px;
        padding-top: 15px;
    }

    .about-cat {
        padding: 10px 0;
    }

    .wrapper.main-banner {
        padding-bottom: 10px;
    }

    .columns.small-8.text-body {
        padding-top: 15px;
    }

    .accordion-content.js-toggle-show {
        word-break: break-word;
    }
}


@media(max-width: 767px) {
    .footer-menu-holder {
        flex-direction: column;
        padding: 30px 10px;
    }

    .main-footer ul.footer-menu {
        padding-top: 0;
    }

    .main-footer ul.footer-menu li {
        text-align: center;
    }

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

    br {
        display: none;
    }

    .select-wrapper.version,
    .select-wrapper.language {
        width: 35%;
    }

    .main-banner.home-banner .banner {
        height: 500px;
    }

    .col.col_50 {
        flex: 0 0 100%;
    }

    .selects {
        flex-direction: column;
    }

    .main-banner .banner>.row>.columns>.text-wrapper.permissions {
        padding-top: 110px;
    }

    .mocalayout .mocacontent {
        padding: 30px 10px;
    }

    .mocalayout .mocaplanbox {
        width: 260px;
    }

    .mocalayout .mocaplantext {
        padding: 15px 5px;
    }

    .mocalayout .mocaplansubscribe span {
        font-size: 16px;
    }

    .mocalayout .mocaplansubscribe span:before {
        top: 0;
    }

    .group-init-form-wrapper {
        flex: 0 0 100%;
    }

    .certification-end .border .btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .wrapper.main-content.disclaimer-page ul.list li {
        margin: 5px 0;
    }
}

@media(max-width: 767px) and (orientation: portrait) {

    .input-wrapper span.btn,
    .space-span {
        display: block;
        text-align: center;
    }
}

.wrapper.main-content.default ul.tr-certif-ul {
    list-style-type: disc;
    padding: 0 0 0 40px;
}

.price-area {
    display: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #363636;
    flex-wrap: wrap;
    justify-content: space-between;
}

.b-value {
    text-decoration: line-through;
    margin-right: 10px;
}

.t-value {
    margin-right: 20px;
    font-weight: bold;
    color: #1B75BC;
}

.plain-text.register-text {
    padding: 20px 0;
    font-size: 18px;
}

#showOtherProfession,
#showOtherTitle {
    margin-bottom: 15px;
}

.tml-action-links {
    padding-left: 0;
}

span.btn a.register-link {
    font-weight: 300;
    padding: 8px 100px;
}

span.btn.reg a.register-link {
    color: #1b75bc;
    border: 1px solid #1b75bc;
    background: #fff;
}

span.btn a.register-link:hover {
    /*color: #fff;
    background: #1b75bc;*/
    transform: scale(1.05);
    transition: ease all .3s;
}

.space-span {
    margin: 0 20px;
    font-size: 18px;
    color: #0e76bc;
}

.input-wrapper span.btn {
    box-shadow: none;
}

.input-wrapper span.btn:hover {
    transform: scale(1.05);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    select {
        padding: 0;
        border: 1px solid #196ab4;
        background-color: #fff;
        color: #196ab4;
    }

    .select-wrapper select option {
        background-color: #fff;
    }

    .select-wrapper:after,
    .select-wrapper:before {
        display: none;
    }

    .button.col_50.col {
        text-align: left;
        margin-top: 30px;
    }
}

/*for four column display in paper page*/

.divided-col.one-forth {
    flex: 0 0 25% !important;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.divided-col.one-forth:first-child {
    padding-left: 0;
}

.divided-col.one-forth.middle {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

/*for five column display in paper page*/

.divided-col.one-fifth {
    flex: 0 0 20% !important;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.divided-col.one-fifth:first-child {
    padding-left: 0;
}

.divided-col.one-fifth.middle {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

/*for dnd instructions and introduction page*/

.text-large {
    font-size: 19px !important;
}


.divided-col.left.button {
    border-right: none !important;
}

.upload-file-list {
    color: #196ab4;
    line-height: normal;
    font-size: 12px;
}

#exemptedModal .file-upload-restriction {
    font-size: 14px;
}

.note {
    color: red;
    font-size: 14px;
    font-style: italic;
}

.wrapper.main-content h1#distribution_inquire_form {
    text-transform: none;
}

.borderBottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.mb-5 {
    margin-bottom: 2em;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 2em !important;
}

.mt-6 {
    margin-top: 3em !important;

}

.divided-col.one-sixth:nth-of-type(2),
.divided-col.one-sixth:nth-of-type(3),
.divided-col.one-sixth:nth-of-type(4) {
    border-right: none;
}



@media only screen and (max-width: 1200px) and (min-width: 691px) {
    .divided-col.one-sixth {
        flex: 0 0 33.33% !important;
        margin-bottom: 2rem;
    }

    .divided-col.one-sixth:nth-of-type(3) {
        border-right: none;
    }

    .divided-col.one-sixth:nth-of-type(4) {
        border-left: none;
    }
}

/* Moca Studies */
#moca-studies .post-title {
    margin-bottom: 0px;
}

#moca-studies .dates {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.white-txt {
    color: #fff;
}

#moca-studies .post-content {
    box-shadow: -1px 2px 14px 0px rgb(189 195 199 / 50%);
    border: 1px solid #eeee;
    border-radius: 0 0 8px 8px;
    padding: 2rem;
    opacity: 1;
    transition: all 10s ease-in-out;
}

.selected-article {
    /* opacity: 1; */
    color: #fff !important;
    background: #0e76bc;
    border-radius: 5px 5px 0 0;
    padding: 1rem 2rem;
    cursor: pointer;
    opacity: 1;
    transition: all .5s ease-in-out;
}

.add-animation {
    transition: all .3s ease-in-out;

}

/* Proceed to paypal form */
.proceedToPaypal-wrapper {
    width: 55%;
    margin: 0 auto 6rem;
    padding-top: 10rem;
}

.proceed-btn {
    margin-top: 2rem;
    width: auto !important;
    padding: 0.5rem 1rem;
}

#proceedToPaypalForm {
    box-shadow: -1px 2px 14px 0px rgb(189 195 199 / 50%);
    border: 1px solid #eeee;
    border-radius: 8px;
    padding: 5rem 10rem;
}

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


/* Header css */
.menu-item-language.menu-item-has-children a {
    border: 2px solid #1b75bc !important;
    padding: 0.5em !important;
    border-radius: 0.5em !important;
}

.sub-menu .menu-item-language a {
    border: unset !important;
}

.menu-item-language.menu-item-has-children ul {
    width: auto !important;
}

.main-nav li:last-child a.wpml-ls-item-toggle:before {
    display: none;
}

div.menu-holder {
    flex: 0 0 80% !important;
    padding-left: 20px;
}

.main-nav li a.wpml-ls-item-toggle:hover:after {
    border-bottom: none !important;
    display: none
}

.main-nav.menuItems li:last-child a:before {
    display: none;
}

.main-nav .wpml-ls-sub-menu li:last-child a:before {
    display: none;
}

.wpml-ls-item-legacy-dropdown {
    float: right
}

.main-header {
    position: fixed !important;
    width: 100% !important;
}

.main-nav li {
    padding: 10px 10px !important;
    margin-bottom: 0 !important;
}

.wpml-ls-legacy-dropdown {
    width: 10em !important;
    padding: 0 25px 0 0 !important;
}

li.sign-in-link.w-10 {
    width: 10em;
    padding-right: 0 !important;
}

.main-nav .wpml-ls-sub-menu li {
    padding: 0px !important;
}

.main-nav li.wpml-ls-item-legacy-dropdown {
    padding: 0px !important;
}

.main-nav li:last-child a:before {
    top: 6px !important;
}

.main-nav li.w-10:last-child a:before {
    top: 0px !important;
}

.main-nav .sub-menu li {
    padding: 5px 10px !important;
}

.wpml-ls-item-fr a:before {
    content: none;
}

.wpml-ls-legacy-dropdown a {
    border-radius: 0.25em;
}

div.wpml-ls-legacy-list-horizontal {
    border-bottom: 1px solid #dfdfdf !important;
}

.showForLarge {
    display: none !important;
}

@media only screen and (min-width: 1000px) {
    .wrapper.main-header {
        height: 110px !important;
    }

    .wrapper.main-banner {
        padding-top: 6em;
    }

    .wrapper.main-content.page-content {
        padding-top: 7em !important;
    }

    .wrapper.main-content {
        padding-top: 6em;
    }

    .wrapper.main-content.certification-questions {
        padding-top: 0em;
    }

    #disclaimerPage.wrapper.main-content {
        padding-top: 0em !important;
    }

    .wrapper.certification-banner {
        padding-top: 7em;
    }

    .wrapper.certification-banner.padTop {
        padding-top: 1em !important;
    }

    .mocalayout {
        padding-top: 7em;
    }

    .hideForMobile {
        display: block !important;
    }

    .post-id-6111 .sub-menu {
        top: 35px;
    }

    .post-id-6108 .sub-menu {
        top: 35px;
    }

    .wpml-ls-legacy-list-horizontal {
        float: right;
        padding: 0px 7px !important;
    }

    div.wpml-ls-legacy-list-horizontal {
        border-bottom: unset !important;
    }

    .showForLarge {
        display: block !important;
    }
}


div.lang_sel_list_horizontal.wpml-ls-legacy-list-horizontal ul {
    border: unset;
}

li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-legacy-list-horizontal {
    border-bottom: unset;
}

.wpml-ls-legacy-list-horizontal a {
    color: #fff;
    font-weight: bold;
}

/* Header css Ends */

.wrapper.main-header .language-toggle {
    display: none;
}

/* vide banner on home page */
.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 400px;
    z-index: 10;
    /* object-fit: fill; */
}

/* .media-box {
    display: flex; align-items: stretch;
} */
.control-btn {
    /* position: relative; */
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0.7;
}

.pause-btn+.control-btn {
    opacity: 0;
    transition: opacity .7s;
    /* top: 20px; */
}

.pause-btn:hover+.control-btn,
.pause-btn+.control-btn:hover {
    opacity: 0.7;
    transition: opacity .7s;
    /* top: 20px; */
}

.mejs-inner {
    height: 100% !important;
}

.mejs-layers {
    height: 100% !important;
}

.mejs-overlay.mejs-layer.mejs-overlay-play {
    height: 100% !important;
}

.mejs-mediaelement {
    background: #F6F8FC;
}

label.disclaimer-label label.error {
    position: absolute;
    bottom: -35px;
}

.labelError label.disclaimer-label label.error {
    bottom: -65px;
    right: 0;
}

/* disclaimer page */
#disclaimerPage ul.list li {
    line-height: 2em !important;
}

/*------Checkout page Starts------ */
.payment-form {
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

.payment-form .content {
    background-color: white;
}

.payment-form .block-heading {
    background: #1b75bc;
    text-align: center;
    padding: 1.25em;
    margin-top: 3em;
}

.payment-form .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
}

.payment-form.dark .block-heading p {
    opacity: 0.8;
}

.payment-form .block-heading h1,
.payment-form .block-heading h2,
.payment-form .block-heading h3,
.payment-form .block-heading h4 {
    margin-bottom: 0rem;
    color: #fff;
}

.payment-form form {
    background-color: #ffffff;
    padding: 0;
    margin: auto;
    border-radius: 0.5em;
}

.payment-form .title {
    font-size: 1em;
    display: inline-block;
    margin-bottom: 0em;
    font-weight: 600;
}

.payment-form .products {
    padding: 25px;
}

.payment-form .products .item {
    margin-bottom: 1em;
}

.payment-form .products .item-name {
    font-weight: 600;
    font-size: 0.9em;
}

.payment-form .products .item-description {
    font-size: 0.8em;
    opacity: 0.6;
}

.payment-form .products .item p {
    margin-bottom: 0.2em;
}

.payment-form .products .price {
    float: right;
    font-weight: 600;
    font-size: 0.9em;
}

.payment-form .products .total {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-top: 19px;
    font-weight: 600;
    line-height: 1;
}

.payment-form .card-details {
    padding: 25px 25px 15px;
}

.payment-form label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2B3B90;
}

.payment-form .card-details button {
    margin-top: 0.6em;
    padding: 12px 0;
    font-weight: 600;
}

.payment-form .date-separator {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

@media (min-width: 576px) {
    .payment-form .title {
        font-size: 1.2em;
    }

    .payment-form .products {
        padding: 40px;
    }

    .payment-form .products .item-name {
        font-size: 1em;
    }

    .payment-form .products .price {
        font-size: 1em;
    }

    .payment-form .card-details {
        padding: 40px 40px 30px;
    }

    .payment-form .card-details button {
        margin-top: 2em;
    }
}

.outline-number-circle {
    display: inline-block;
    line-height: 24px;
    text-align: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.outline-number-circle {
    line-height: 21px !important;
    border: 2px solid;
}

.rounded-circle {
    border-radius: 50% !important;
}

.bg-color {
    background: #f3f7fa;
}

.card {
    border-radius: 5px !important;
    box-shadow: 0px 2px 6px #ced4da;
    border: 0px solid #fff0;
    margin-bottom: 30px;
    z-index: inherit;
}

.form-check {
    padding-left: 1.70rem;
}

.submitbtn {
    color: #fff;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: 'Gotham';
}

.closeHtmlCode {
    position: absolute;
    top: 1em;
    right: 2em;
    cursor: pointer;
}

#showPaymentByCheckWireCard {
    position: relative;
}

.control_indicator {
    top: 4px;
}

.m-l10 {
    margin: 0 -12px;
}

.m-l2 {
    margin: 2px;
}

.divided-col.left {
    padding-right: 0px;
}

.content-holder.divided {
    justify-content: center;
}

#country,
#province,
#user_city_id {
    border-radius: 0.25em !important;
}

.cssload-double-torus {
    border-color: #0e76bc #fff #fff !important;
}

/*------Checkout page Ends------ */
/* news questionnaire */
#form_questionnaire .single-question .certification-answer input {
    margin-top: 6px !important;
}

#form_questionnaire .answer {
    padding: 0px 30px 5px 10px !important;
}

/* training language dropdown */
.lang_dropdown {
    position: relative;
    width: 100%;
}

#select_lang:focus-visible {
    outline: 2px solid #196ab4;
}

select.select_lang {
    background-image:
        linear-gradient(45deg, transparent 50%, #196ab4 50%),
        linear-gradient(135deg, #196ab4 50%, transparent 50%),
        linear-gradient(to right, #fff, #fff);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        100% 0;
    background-size:
        5px 6px,
        6px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;
    border: 2px solid #196ab4 !important;
    position: absolute !important;
    top: 25px;
    right: 40px;
    color: #000;
}

select.select_lang:focus {
    outline: 0;
}

.language-text {
    margin-top: 5rem;
}

@media only screen and (max-width: 1000px) {
    .select_lang {
        right: 30px;
        width: auto;
    }

    .language-text {
        margin: 7rem auto 1rem;
    }

    .family-brochure img {
        width: 75% !important;
        margin-top: 2em;
    }
}

/* Family Brochure - Banner */
.family-brochure img {
    display: inline-block !important;
    width: 100%;
}

.family-brochure {
    text-align: center;
    float: right;
    margin-top: 50px;
}

.family-brochure h1.banner-title {
    padding-top: 35px;
}

.marginTop {
    margin-top: 2.5em;
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .marginTop {
        margin-top: .5em;
        display: inline-block;
    }
}

/* Paper test sections */
.select-wrapper.language.empty,
.select-wrapper.version {
    display: none;
}

.paper-test-block {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.paper-test-title {
    background-color: #e1e1e1;
    /* height: 46rem; */
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center;
    padding: 2rem;
    flex-direction: column;
    align-content: center;
}

/* .w-20{
    width: 20%;
} */
.w-16 {
    width: 16.5em;
}

.w-18 {
    width: 18.5em;
}

.w-15 {
    width: 15em;
}

.h-40 {
    height: 40rem;
}

.h-48 {
    height: 48rem;
}

.h-80 {
    height: 80rem;
}

.h-70 {
    height: 70rem;
}

.h-58 {
    height: 58rem;
}

.h-61 {
    height: 61rem;
}

.h-63 {
    height: 63rem;
}

.paper-test-content {
    margin-left: 2rem;
    padding: 2rem 2rem 0;
}

.paper-test-form .col.col_50 {
    padding: 0 !important;
}

.teaser_img {
    width: 380px;
    border: 1px solid #808080;
    height: 262px;
}

.blind-text {
    margin-right: 2rem;
}

.paper-test-block .remote_video a {
    margin-bottom: 3rem;
}


/* news line  */
.newsline-div marquee {
    position: absolute;
    color: red;
    z-index: 999999;
    top: 125px;
}

/* for css loader, checkout page */
.cssload-container {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    left: 0;
    top: 0;
}

.cssloadarea {
    width: 100%;
    height: 69px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999;
}

.cssload-double-torus {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 6px solid;
    border-radius: 50%;
    /* border-color: $color-main #fff #fff; */
    animation: cssload-spin 1140ms infinite linear;
    -o-animation: cssload-spin 1140ms infinite linear;
    -ms-animation: cssload-spin 1140ms infinite linear;
    -webkit-animation: cssload-spin 1140ms infinite linear;
    -moz-animation: cssload-spin 1140ms infinite linear;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loadingtext {
    color: #fff;
}

label.error {
    color: red !important;
}

span.error {
    color: red !important;
}

label.good {
    color: green !important;
}

.discountCodeGroup {
    font-weight: 600;
}

.discountCode {
    font-weight: 600;
}


/* Digital tools page */
.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}
.justify-content-end{
    justify-content: end;
}
.mtop{
    margin-top: 2em;
}

.mtop .wp-video {
    margin: 0 !important;
}

.featureImage {
    flex: 0 0 15%;
    padding: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    align-content: center;
}

.mr-1 {
    margin-right: 1em;
}

.flex-column {
    flex-direction: column;
}

.featuretext {
    flex: 0 0 85%;
    padding: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;

}

.squareStyleType {
    list-style-type: square;
}

@media only screen and (max-width: 690px) {
    .featuretext {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 999px) {
    .mocalayout .mocacontentarea {
        margin-top: 3rem !important;
    }
}

/* Video page */
h1.sec-title.marginBottom {
    padding-bottom: 5px !important;
}

.bottom-part-center {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mb-8 {
    margin-bottom: 3.5em;
}

.mb-1 {
    margin-bottom: 1em !important;
}

/* footer */
#footer-wrapper {
    background-color: #6c6c6c;
    padding: 6em 10px;
}

#footer-wrapper h3,
#footer-wrapper p,
#footer-wrapper a {
    color: #fff;
}

#footer-wrapper p,
#footer-wrapper a {
    font-size: 14px;
}

#footer-wrapper h3 {
    font-size: 16px;
    margin-bottom: 2em;
}

#footer-wrapper p {
    margin-top: 1em;
    margin-bottom: 0em;
}

#footer-wrapper span,
#footer-wrapper a.read-more {
    color: rgba(255, 255, 255, 0.5);
}

#footer-wrapper p.news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#footer-wrapper ul {
    padding: 0 !important
}

#footer-wrapper .about-us-text {
    padding-right: 3em;
    line-height: 26px;
    letter-spacing: 0.02em;
}

#footer-wrapper .news-block {
    margin-bottom: 1.5em;
}

#footer-wrapper .news-block p {
    padding-right: 1em;
    line-height: 26px;
}

#footer-wrapper .news-block span,
#footer-wrapper .news-block a {
    font-size: 12px;
}

#footer-wrapper .padding-left {
    padding-left: 2.5em;
}

#footer-wrapper ul,
li {
    list-style: none;
    padding: 0 0;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.mt-3 {
    margin-top: 1.5em;
}

.pb-5 {
    padding-bottom: 3em;
}

/* video tag - digital tools */
.video .mejs-controls {
    display: none !important;
}

.video .mejs-inner:hover .mejs-controls {
    display: flex !important;
    border-radius: 0 0 10px 10px;
}

.video .mejs-container.wp-video-shortcode.mejs-video {
    border-radius: 10px;
    background-color: transparent;
}

.video video.wp-video-shortcode {
    border-radius: 10px;
}

.video .wp-video {
    margin: 0 !important;
}

.mejs-overlay-button {
    background: url('../images/play.png') no-repeat !important;
    background-position: 0 !important;
    height: 90px !important;
    width: 90px !important;
    position: absolute;
    left: 60px;
    background-size: 90px !important;
}

.card-one {
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 2.5em 2em;
}

.duo-descrptn {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #363636;
    font-weight: 400;
}

.duo-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #1B75BC;
}

.card-two {
    background: #F5F8FC;
    border-radius: 10px;
    display: flex;
    padding: 1.5em 1.25em 1.25em;
    align-items: center;
    margin-bottom: 2em;
}

.card-three {
    background: #FFFFFF;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5em 2em;
}

.card-three .solo-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #1B75BC;
}

.card-three .solo-descrptn {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #363636;
}

ul.duo-list {
    padding: 0;
    margin: 0;
}

ul.duo-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #363636;
    list-style: disc;
}

.mr-3 {
    margin-right: 3em;
}

.quote-block {
    background-color: #1B75BC;
    padding: 5em;
}

.subscripion-account {
    background-image: url(../images/account.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25em;
    background-position: bottom;
}

.quote-block h3 {
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0.02em;
}

.quote-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

/* testimonial - Owl carousel */
.testimonial {
    padding: 0em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial img {
    border-radius: 50%;
    height: 20em;
}

.pb-0 {
    padding-bottom: 0;
}

.testimonial {
    text-align: center;
}

.testimonial .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #363636;
    text-align: left;
}

.testimonial .profession {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #363636;
    text-align: left;
    margin: 0;
}

.testimonial .organization {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #363636;
    text-align: left;
}

.testimonial .pic {
    display: inline-block;
    width: 160px;
    height: 160px;
    border: 5px solid #1B75BC;
    margin-bottom: 15px;
    position: relative;
}

.testimonial .pic:after {
    content: "";
    border-width: 20px;
    border-style: solid;
    border-color: #1B75BC #1B75BC transparent transparent;
    position: absolute;
    bottom: -33px;
    right: 20%;
    transform: rotate(-15deg);
    z-index: -1;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #1B75BC;
    text-align: left;
    margin-top: 2em;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #585656;
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 3px;
    background: #585656;
    border-radius: 10px;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #1B75BC;
}

/* .owl-controls{
    position: absolute;
    top: 25px;
    left: 8px;
} */
.owl-controls.clickable {
    text-align: left;
}

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

.justify-content-between {
    justify-content: space-between;
}

.align-items-start {
    align-items: flex-start;
}

/* accordion */
.accordion.subscription {
    padding-top: 1em;
}

.accordion.subscription h2.subscription-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 1.5em;
}

.wrapper.main-content.accordion.subscription .accordion-single {
    margin-top: 25px;
    border: 1px solid #eee;
    box-shadow: none;
    /* border: 1px solid #C8E7FF; */
    border-radius: 8px;
}

.wrapper.main-content.accordion.subscription .accordion-title h2 a {
    padding: 25px 30px;
}

.duo-app-div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

@media only screen and (max-width: 641px) and (min-width: 300px) {
    #get_duo_app {
        margin-top: 25px;
    }

    .duo-app-div {
        flex-direction: column;
    }
}


.subscription .accordion-title h2 a.js-accordion-select span {
    padding: 0.3em 0.65em;
    border-radius: 50%;
    /* background-color: #0e76bc; */
    /* color: #fff; */
    border: 1px solid #C8E7FF;
    margin-right: 0.75em;
    box-sizing: border-box;
}

.wrapper.main-content.accordion.subscription .accordion-title h2 a.js-accordion-select.active span {
    padding: 0.3em 0.65em;
    border-radius: 50%;
    background-color: #fff;
    color: #0e76bc;
    /* border: 1px solid #C8E7FF; */
    margin-right: 0.75em;
    box-sizing: border-box;
}

.accordion-content.subscription-table {
    padding: 0 !important;
}

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

.h-100 {
    height: 100%;
}

.subscription-card {
    background: #FFFFFF;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 3em;
    width: 30%;
}

.subscription-card p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #363636;
    margin-bottom: 1.5em;
}

.subscription-card .btn {
    background: #1B75BC;
    box-shadow: 0px 4px 20px rgb(27 117 188 / 24%);
    border-radius: 10px;
    width: 100%;
    height: 3em;
    text-transform: capitalize;
}

.logoSize {
    width: 200px;
    height: 65px;
}

.justify-content-center {
    justify-content: center;
}

/* table */
.subscription-table table {
    width: 100%;
    text-align: left;
}

.subscription-table table thead tr th {
    padding: 1.5em 1em;
}

.subscription-table table tr {
    border-bottom: 1px solid #C8E7FF;
}

.subscription-table table tbody tr:last-child {
    border-bottom: none;
}

.subscription-table table tbody tr td,
.subscription-table table tbody tr th {
    padding: 0.75em 1em;
}

.subscription-table table tbody tr td {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #363636;
    word-break: break-word;
}

.subscription-table table tbody tr th {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #363636;
    word-break: break-word;
}

.heading.black {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #363636;
}

.heading.blue {
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #1B75BC;
}

.subscription-table tr.bgColor {
    background-color: #F5F8FC;
}

.subscription-table tr.bgColor .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #1B75BB;
}

.newButtonStyle.btn {
    background: #fff;
    box-shadow: none;
    height: 2.5em;
    color: #1B75BB !important;
    text-transform: capitalize;
    border: 1px solid #1B75BB;
    box-sizing: border-box;
    border-radius: 10px;
}

.buttonPadding {
    padding: 0 3em;
}

.buttonWidth15 {
    width: 15%;
}

.newButtonStyle.btn.blue {
    background: #1B75BC;
    box-shadow: 0px 4px 20px rgba(27, 117, 188, 0.24);
    color: #fff !important;
    text-transform: uppercase !important;
}

.newButtonStyle.btn:focus {
    outline-offset: 0px;
}

.btn:hover {
    box-shadow: 0px 1px 20px 3px #1b75bc !important;
}

.subscription-table table thead tr th,
.subscription-table table tr td,
.subscription-table table tr th {
    border-right: 1px solid #C8E7FF;
}

.subscription-table table tr td:last-child,
.subscription-table table tr th:last-child {
    border-right: none;
}

.flexHeight {
    display: flex;
    height: 7.5em;
}

.flex-wrap {
    flex-wrap: wrap;
}

.number span {
    cursor: pointer;
}

.minus,
.plus {
    cursor: pointer;
}

.minus {
    margin-right: 2px;
}

.number input {
    height: 36px;
    width: 46px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgb(54 54 54 / 30%);
    box-sizing: border-box;
    border-radius: 10px;
}

.w-100 {
    width: 100%;
}

.price {
    list-style-type: none;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    border-radius: 10px;
    transition: 0.3s;
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #C8E7FF;
    padding: 20px;
    text-align: left;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #363636;
}

.price li:last-child {
    border-bottom: none;
}

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

.price li button.btn {
    width: 40%;
}

.price li span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #363636;
}

.price .boldBlue {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #1B75BB;
}

.bgColorBlue {
    background-color: #F5F8FC;
    color: #000;
}

/* Digital Tools End */
/* Training Certification Page */
.bgColorGrey {
    background-color: #F6F8FC;
}

.titleStyle {
    font-weight: 700 !important;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}

.paddingContent {
    padding: 5em 2em;
}

.cardBrochure {
    background: #1B75BC;
    border-radius: 10px;
    padding: 4em;
}

.brochureCardPosition {
    position: absolute;
    top: -130px;
    width: 60%;
    text-align: center;
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding: 3em;
    left: 50%;
    transform: translate(-50%);
}

.white {
    color: #fff !important;
}

.black {
    color: #363636;
}

.text-justify {
    text-align: justify
}

.align-flex-start-center {
    align-items: flex-start;
}

.titleStyle.m-2 {
    margin: 0 0 2em !important;
}

#brochure-preview.mb-5 {
    margin-bottom: 7em;
}

.brochureDescription {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    width: 90%;
}

.txtDescription {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    line-height: 32px;
}

.brochureTitle {
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 20px;
}

.mb-4 {
    margin-bottom: 4em;
}

#primaryButton {
    margin-right: 1em;
}

.customBtn {
    line-height: 2.5em;
    font-weight: 500;
}

.customBtn1 {
    line-height: 2em;
}

.mejs-poster.mejs-layer {
    border-radius: 10px;
}

.position-relative {
    position: relative;
}

.pText {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
}

.bold {
    font-weight: 700 !important;
}

.semi-bold {
    font-weight: 500 !important;
}

.ptextDescription {
    font-weight: 400;
    font-size: 20px;
    width: 100%;
}

a.disableBlock {
    pointer-events: none;
    cursor: not-allowed;
    background: #f0f0f0;
    color: #808080;
}

a.disableBlock span {
    color: #808080;
    border: 1px solid #808080;
}

a.disableBlock:before {
    border: 2px solid #808080 !important;

}

.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

ul.get-certified1 {
    text-align: left;
}

ul.get-certified1 li p.pText {
    margin: 0 !important;
}

ul.get-certified1 li {
    list-style: disc;
}

ul.get-certified2 li p.pText {
    margin-bottom: 0.5em;
}

ul.get-certified2 li:before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #fff;
    display: inline-block;
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
    margin-top: -0.4rem;
}

.textBlue {
    color: #1B75BC;
}

.card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.02em;
}

.card-Subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
}

.mb-7 {
    margin-bottom: 2em !important;
}

.card-groupCode {
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 4em;
}

.lineText {
    overflow: hidden;
    text-align: center;
    margin: 0.75em 0 1.5em;
    color: #FFF;
}

.lineText:before,
.lineText:after {
    background-color: rgb(255 255 255 / 100%);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;
}

.lineText:before {
    right: 0.5em;
    margin-left: -50%;
}

.lineText:after {
    left: 0.5em;
    margin-right: -50%;
}

.tr-certif-ul li {
    list-style: disc;
}

.displayRight {
    display: inline-block;
    float: right;
    margin-right: 2em;
}

.flex-width55 {
    flex-basis: 55%;
}

.flex-width45 {
    flex-basis: 45%;
}

.bannerImage {
    position: absolute;
    top: -7%;
    left: -4%;
    border-radius: 10px;
}

.boxShadowImage {
    width: 100%;
    background: #1B75BC;
    border-radius: 0px 0px 0px 10px;
    height: 88%;
}

.bannerTextBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 50%;
    padding: 8em;
}

.bannerH1 {
    font-size: 32px;
    color: #2B3990;
    margin-bottom: 1em !important;
}

.bannerH2 {
    font-size: 18px;
    color: #363636;
    font-weight: normal;
}

.bannerP {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #363636;
    margin: 5px 0 0 0;
}

.align-items-end {
    align-items: flex-end;
}

.slick-dots {
    width: 32% !important;
}

.quoteDescription {
    font-size: 2em;
    line-height: 1.55em;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    margin: 0em;
}

.p-0 {
    padding: 0 !important;
}

.customPadding {
    padding: 4.6em 5em;
}

.descrptnText {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #363636;
    padding: 0em 4em;
}

.quoteStyle {
    position: absolute;
    top: 35%;
    right: -9%;
    z-index: 1;
    width: 7em;
}

.col-items {
    padding: 2em 4em;
    flex: 0 0 30%;
    margin: 1%;
    background: #F5F8FC;
    border-radius: 10px;
}

.col-items li {
    list-style: disc;
}

.card-four {
    background: #F5F8FC;
    border-radius: 10px;
    border: none;
    box-sizing: border-box;
    padding: 5em 2em;
}

.playIcon {
    width: 85px;
    position: absolute;
    z-index: 999;
    top: 35%;
    left: -10%;
    cursor: pointer;
    border: none !important;
}

.home-banner a:hover img.playIcon {
    background: none;
}

.flex-width45 .banner-video {
    background-color: #00000054;
}

.font-size20 {
    font-size: 20px !important;
}

.font-size14 {
    font-size: 14px !important;
}

.customCardPadding {
    padding: 3em 2em;
}

#MocaAssessment ul.get-certified2 li p.pText {
    margin-bottom: 0.25em;
}

.m-0 {
    margin: 0 !important;
}

.raterRegisterForm.mocalayout .mocacontent {
    width: 40%;
    padding: 50px 0;
    box-shadow: none;
    border: none;
}

.subscriptionStatus {
    color: red;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    display: inline-block;
    margin: 0;
    float: left;
}

.textUpperCase {
    text-transform: uppercase !important;
}

.cardHeader {
    background: #FFFFFF;
    border: 1px solid #C8E7FF;
    border-radius: 10px 10px 0px 0px;
    padding: 2em 4em;
    margin: 0;
}

.cardBody {
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
}

.cardBody1 {
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
    border-radius: 0 0 10px 10px;
    padding: 1em 4em 2em;
}

.cardBodyBetween {
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
    border-radius: 0;
    padding: 1em 4em 2em;
}

.backgroundBlue {
    background: #F5F8FC
}

.liClass li {
    list-style: disc;
}

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

.noDisc.col-items li {
    list-style: none !important;
}

.text-left-right {
    text-align: right;
}

.select-wrapper select option {
    background-color: white;
}

.display-inline {
    display: inline !important;
}

.bannerheader {
    font-size: 32px !important;
    color: #2B3990 !important;
    font-weight: bold !important;
    display: inline !important;
}

.slick-prev:before,
.slick-next:before {
    color: #1b6bb4 !important;
    font-size: 40px !important;
}

.slick-prev,
.slick-next {
    z-index: 10;
}

.slick-prev {
    left: 100px !important;
}

.slick-next {
    right: 100px !important;
}

@media(max-width: 1024px) {
    .cardBody1 {
        padding: 2em;
    }

    .cardHeader {
        padding: 2em;
    }
}

@media(max-width: 991px) {
    
    #multilingual-training-section .slider-container{
        flex-direction: column;
        gap: 2rem;
    }

    #footer-wrapper .padding-left {
        padding-left: 0em;
    }

    .footer-block {
        margin-bottom: 2em;
    }

    #footer-wrapper {
        padding: 4em 1.5em 2em;
    }

    .footer-menu-holder {
        align-items: flex-start;
        padding: 0.75em 2em;
    }

    .footer-menu-holder img {
        margin-bottom: 0.5em;
    }

    #footer-wrapper .about-us-text {
        padding-right: 0em;
    }

    .flex-direction-reverse {
        flex-direction: column-reverse;
    }

    .justify-content {
        justify-content: center;
    }

    .subscription-card {
        width: 25em;
    }

    .accordion.subscription h2.subscription-heading {
        line-height: 38px;
        font-size: 28px;
        padding: 0 1em;
    }

    .pb-5 {
        padding-bottom: 1em;
    }

    .flexCenter {
        display: flex;
        justify-content: center;
    }

    .duo-descrptn {
        font-size: 14px;
    }

    .testimonial .title {
        margin-top: 1.5em;
    }

    .align-flex-start-center {
        align-items: center;
    }

    .bannerTextBlock {
        width: 70%;
    }
}

@media(max-width: 768px) {

    .button-holder-seminar.training-btn {
        left: 19%;
        bottom: 11%;
    }
    .subscription-table table {
        display: none;
    }

    .tableAsCards {
        margin: 1em;
    }

    .tableAsCards li:before {
        display: none !important
    }

    .tableAsCards .select_box {
        width: fit-content;
    }

    .wrapper.main-content.accordion .accordion-title h2 a.mobile {
        font-size: 18px;
    }

    .titleStyle {
        font-size: 28px;
    }

    .brochureCardPosition {
        position: relative;
        top: -6.5em;
        width: 100%;
    }

    .cardBrochure {
        padding: 3em;
    }

    .brochureDescription {
        margin: auto;
    }

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

    .titleStyle {
        line-height: 35px;
    }

    .flex-direction1 {
        flex-direction: column;
    }

    .button-container {
        padding: 0 15px;
    }

    .pText.width {
        width: auto;
    }

    .cardBody1 {
        padding: 1em 1em 2em;
    }

    .cardBodyBetween {
        padding: 1em 1em 2em;
    }

    .cardHeader {
        padding: 1.25em 1em;
    }

    .select-wrapper.language {
        width: 95% !important;
    }

    .flex-direction.paperPage {
        flex-direction: column;
    }

    #brochure-preview ul.get-certified2 {
        padding: 0 0 0 20px;
    }

    /* .main-banner.home-banner .banner {
        background: 100% 90% no-repeat;
    } */

    #slick-slide00 .banner,  #slick-slide01 .banner{
        background: 100% 90% no-repeat;
    }

    .bannerH1 {
        color: white;
    }

}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    .mejs-overlay-button {
        left: 30px;
        background-size: 74px !important;
    }

    .subscription-card {
        width: 20em;
    }

    .quote-block {
        padding: 3em 2em;
    }

    .card-three {
        padding: 2em;
    }

    .card-two {
        padding: 1em;
    }

    .card-two img {
        margin-bottom: 1em;
        width: 44px;
    }

    .duo-list {
        font-size: 12px
    }

    .testimonial-slider {
        margin-top: 1em;
    }

    .card-two .mr-3 {
        margin-right: 2em;
    }

    .cardList.mb-8 {
        margin-bottom: 0.5em;
    }

    .flex-direction {
        flex-direction: column;
    }

    .accordion-content p.mb-5 {
        margin-bottom: 1em;
    }

    .price li button.btn {
        width: auto;
    }

    .wrapper.main-content.accordion .accordion-title h2 a.mobile {
        font-size: 16px;
        padding: 1em;
    }

    .main-content.accordion.subscription .js-accordion-select.mobile.active {
        height: 85px;
    }

    .wrapper.main-content.accordion.subscription .accordion-title h2 a.js-accordion-select.active span {
        padding: 0.1em 0.45em;
    }

    .logoSize {
        width: 150px;
        height: 50px;
    }

    .paddingContent {
        padding: 3em 1.5em;
    }

    .brochureCardPosition {
        position: relative;
        top: -5.5em;
        width: 100%;
    }

    #primaryButton {
        margin-right: 0em;
    }

    .card-groupCode {
        padding: 1em;
    }

    #footer-wrapper ul {
        display: inline-block;
    }
    
    .career-banner .banner{
        height: 262px!important;
    }

    .career-banner .slick-track{
        height: 240px!important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
    .heightResponsive {
        height: 13em;
    }

    .card-groupCode {
        padding: 1em 0em;
    }

    .paddingTopMobile {
        padding-top: 7em;
    }

    .quoteStyle {
        top: -14% !important;
        right: 35% !important;
    }

    .get-certified2 li .pText {
        font-size: 14px;
    }

    .bannerH1 .banner-link {
        padding: 5px 10px !important;
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 374px) and (max-width: 426px) {
    .heightResponsive {
        height: 18em;
    }

    .quoteStyle {
        top: -14% !important;
        right: 40% !important;
    }

    .get-certified2 li .pText {
        font-size: 14px;
    }

    .bannerH1 .banner-link {
        padding: 5px 10px !important;
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 426px) and (max-width: 480px) {
    .heightResponsive {
        height: 20em;
    }

    .quoteStyle {
        top: -19% !important;
        right: 40% !important;
    }

    .bannerH1 .banner-link {
        padding: 5px 10px !important;
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    .heightResponsive {
        height: 20em;
    }

    .brochureCardPosition {
        width: 80%;
    }

    .quoteStyle {
        top: -19% !important;
        right: 40% !important;
    }

    .bannerH1 .banner-link {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }

    .career-banner .banner {
        height: 360px!important;
    }

    .career-banner .slick-track{
        height: 345px!important;
    }
}

@media only screen and (max-width: 600px) {
    .button-holder-seminar.webinar-btn {
        left: 21.1% !important;
        bottom: 25% !important;
    }

    .testimonial {
        flex-direction: column;
    }

    .newButtonStyle.btn.blue {
        /* padding: 0; */
        margin-right: 0em;
    }

    .text-wrapper {
        margin-right: 0;
    }

    .brochureCardPosition {
        width: 100%;
        padding: 1.5em;
    }

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

    /* .main-banner.home-banner .banner {
        background: 100% 90% no-repeat;
    } */

    #slick-slide00 .banner,  #slick-slide01 .banner{
        background: 100% 90% no-repeat;
    }

    .bannerTextBlock {
        width: auto;
        padding: 4em;
    }

    .bannerimage {
        width: 200px;
    }

    .bannerH1 {
        font-size: 16px;
    }

    #slick-slide01 .bannerH1 {
        margin-top: -12rem !important;
    }

    .bannerheader {
        font-size: 22px !important;
        line-height: 26px !important;
        margin-left: 0.5rem;
    }

    .bannerTextBlock img.display-inline{
        width: 20px;
        height: 20px;
        margin: 7px;
    }

    .bannerH1 .white-play-btn {
        font-size: 12px !important;
    }

    .button-holder-seminar.duo-btn {
        left: 35% !important;
        bottom: 48% !important;
    }
    
    .button-holder-seminar.training-btn {
        left: 49.5% !important;
        bottom: 24% !important;
    }

}

@media only screen and (max-width: 420px) {
    .brochureCardPosition {}

    .card-Subtitle {
        margin-bottom: 0.5em !important;
    }

    .card-title {
        font-size: 18px;
    }

    .hideMargin.mr-3 {
        margin: 0;
    }

    .select-wrapper.language {
        width: 100% !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {

    .button-holder-seminar.training-btn {
        left: 48% !important;
        bottom: 18% !important;
    }

    .heightResponsive {
        height: 20em;
    }

    .brochureCardPosition {
        width: 75%;
    }

    .selects.width {
        width: 50%;
    }

    .quoteStyle {
        top: -16% !important;
        right: 43% !important;
    }

    .button-holder-seminar.duo-btn {
        left: 33% !important;
        bottom: 13% !important;
    }

    .bannerH1 .banner-link {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }

    .bannerH1 {
        font-size: 26px !important;
    }

    .button-holder-seminar.webinar-btn {
        left: 22% !important;
        bottom: 15%!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 825px) {

    .card-groupCode .btn a {
        font-size: 14px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .subscription-card {
        width: 25em;
    }

    .card-three {
        padding: 3em 2em;
    }

    .titleStyle {
        font-size: 34px;
    }

    .brochureCardPosition {
        top: -98px;
        width: 90%;
    }

    .cardBrochure {
        padding: 3em;
    }

    .card-groupCode {
        padding: 1.5em;
    }

    .quoteStyle {
        top: -25% !important;
        right: 43% !important;
    }

    .button-holder-seminar.duo-btn {
        left: 32.3% !important;
        bottom: 12% !important;
    }

    .button-holder-seminar.webinar-btn {
        left: 23% !important;
    }


    .button-holder-seminar.training-btn {
        left: 47.5% !important;
        bottom: 18% !important;
    }
}

@media only screen and (min-width: 769px) {
    .tableAsCards {
        display: none;
    }
    .show-link-for-mobile{
        display: none;
    }
}

/* @media only screen and (min-width: 829px) and (max-width: 990x) {
    .button-holder-seminar.training-btn {
        left: 18% !important;
        bottom: 15% !important;
    }
    .button-holder-seminar.duo-btn {
        left: 33.3% !important;
        bottom: 17% !important;
    }
} */


@media only screen and (min-width: 992px) and (max-width: 1090px) {
    .card-groupCode .btn a {
        font-size: 14px;
    }
}

/* Desktop, large screens*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .card-two {
        padding: 1em;
    }

    .p-1 {
        padding: 1em;
    }

    .card-three {
        padding: 3em 2em;
    }

    .brochureCardPosition {
        top: -110px;
        width: 75%;
    }

    .card-groupCode {
        padding: 2em;
    }

    .button-holder-seminar.training-btn {
        left: 53.4% !important;
        bottom: 10% !important;
    }

    .bannerH1 .banner-link {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }

    .button-holder-seminar.duo-btn {
        left: 39.6% !important;
        bottom: 13% !important;
    }

    
    .bannerTextBlock{
        padding: 4em;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1395px){
    .button-holder-seminar.training-btn {
        left: 53.2% !important;
        bottom: 14% !important;
    }

    .button-holder-seminar.duo-btn {
        left: 40.7%!important;
        bottom: 14%!important;
    }
}

.pt-2 {
    padding-top: 1em;
}

.width12 {
    width: 14em;
}

/* select dropdown with blue arrow */
.select_box {
    position: relative;
}

.select_box select {
    text-align: left;
    background: #FFFFFF;
    border: 1px solid rgb(54 54 54 / 30%);
    box-sizing: border-box;
    border-radius: 10px !important;
    font-weight: 500;
    font-size: 16px;
    color: #363636;
    position: relative;
    margin-right: 20px;
}

.select_box:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1B75BB;
    position: absolute;
    top: 45%;
    right: 35px;
    content: "";
    z-index: 98;
}

.starterBillingModel select {
    text-transform: capitalize;
}

.basicBillingModel select {
    text-transform: capitalize;
}

.professionalBillingModel select {
    text-transform: capitalize;
}

.customBillingModel select {
    text-transform: capitalize;
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
    #footer-wrapper ul {
        display: inline-block !important;
    }
}

.show-link-for-mobile{
    text-align: center;
    padding: 0.75em 0 0;
}
.show-link-for-mobile:hover{
    text-decoration: underline;
}
.underline:hover{
    text-decoration: underline;
}

@-webkit-keyframes animateBottom {
    from {
        top: 0px;
        opacity: 1;
    }

    to {
        top: 500px;
        opacity: 0;
    }
}

@keyframes animateBottom {
    from {
        top: 0px;
        opacity: 1;
    }

    to {
        top: 300px;
        opacity: 0;
    }
}

.modal-content-active {
    -webkit-animation-name: animateBottom;
    -webkit-animation-duration: 0.4s;
    animation-name: animateBottom;
    animation-duration: 0.4s;
}

.video-container {
    display: none !important;
}

.content-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.form-submit-btn {
    border: 1px solid #1B75BB;
    box-sizing: border-box;
    border-radius: 10px;
    width: 40%;
}

.mocaconfirmplandata span {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2B3B90;
}

ul.starIcon li:before {
    width: 8px;
    height: 8px;
    content: "*";
    position: absolute;
    color: #0e76bc;
    left: 15px;
    bottom: 40px;
    font-size: 24px;
}

ul.starIcon {
    padding: 0 1em;
}
#support_devices_table_wrapper{
    width: 100%!important;
}
#support_devices_table_length select{
    width:auto!important;
    border: 1px solid #000!important;
    color: #000!important;

}
#support_devices_table_length select option{
    color: #000!important;
}

#support_devices_table{
    width: 100%;
    font-size: 12px;
    max-width: 100%!important;
    margin: 0!important;
}
#support_devices_table thead tr th{
    text-align: left;
}
.width-300{
    width: 300px!important;
}

.mr-top-2{
    margin-top: 2rem;
}

@media only screen and (max-width: 1024px) {
    #support_devices_table {
        width: 1000px;
        font-size: 12px;
        max-width: 1400px!important;
        margin: 0!important;
    }
    .mobile-padding-top{
        padding:5em 0 3em;
    }
    .section-row{
        padding-left:1em; 
        padding-right:1em; 
    }
}

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

.home-banner a img.display-inline{
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.button-holder-seminar.training-btn{
    position: absolute;
    left: 52.8%;
    bottom: 17%;
    transform: translate(-50%, -50%);
}

.button-holder-seminar.duo-btn{
    position: absolute;
    left: 39.6%;
    bottom: 14%;
    transform: translate(-50%, -50%);
}


.bannerH1 .white-play-btn{
    font-size: 20px;
    margin-left: 3px;
}

.bannerH1 .banner-link{
    padding: 5px 20px; 
    font-size: 14px;
    border-radius: 5px;
    display: flex;
}

#multilingualTrainingLanguages .tab{
    background: #FFFFFF;
    border: 1px solid #C8E7FF;
    border-radius: 10px;
    font-style: normal; 
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #363636;
    padding: 1rem 2rem;
    cursor: pointer;
}

#multilingualTraining .subtitle{
    text-align: center;
    letter-spacing: 0.02em;
    color: #363636;
}

#multilingualTrainingLanguages .tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

#multilingualTrainingLanguages .tab.active{
    background: #F5F8FC;
    box-shadow: 0px 4px 20px rgba(27, 117, 188, 0.24);
    border-radius: 10px;
    color: #1B75BC;
}

.footer-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    font-size: 12px;
}

#mep_1 {
    margin-bottom: 2rem;
}


#careers .heading{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 1.5em;

}

#careers .section-1 .blue-containter{
    background-color: #1B75BC;
    color: #ffff;
    border-radius: 10px;
    padding: 2em;
}

#careers .section-1 .blue-containter p{
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 0;
}

#careers .section-1 .gray-container{
    background: #F5F8FC;
    border-radius: 10px;
    padding: 2.5em 2em;
}

#careers .section-2 .content{
    text-align: center;
}

#careers .section-3 .title{
    text-align: center;
    font-size: 18px;
}

#careers .section-3 .sub-heading{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

#careers .section-3 .job-listing{
   border: 1px solid #C8E7FF;
   border-radius: 10px;
   padding: 2rem;
   margin-bottom: 2rem;
}

#careers .section-3 .job-title{
  color: #1B75BC;
  font-size: 16px;
  margin-bottom: 1rem;
}

#careers .section-3 .field{
    color: #1B75BB;
    background-color: #C8E7FF;
    padding: 0.1rem 1rem;
    font-size: 12px;
    border-radius: 20px;
}

#careers .section-2 .career-img{
    border-radius: 10px;
}

#job-description {
    padding-top: 1em!important;
}

#job-description .heading .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
}

#job-description .share-icon{
    border-radius: 10px;
    border: 1px solid #1B75BC;
    padding: 0.65rem;
    margin-right: 1rem;
}

#job-description .line{
    width: 83%;
    height: 0px;
    border-bottom: 2px solid #C8E7FF;
    position: absolute;
}

.mb-1rem{
    margin-bottom: 1.25rem;
}

#job-description .section-1 .content{
    margin-top: 4rem;
}

#job-description .section-1 .content .field{
    color: #1B75BB;
    background-color: #C8E7FF;
    padding: 0.1rem 1rem;
    font-size: 12px;
    border-radius: 20px;
    width: fit-content;
    margin-bottom: 2rem;
}

#job-description .section-1 .content .desc-heading{
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.48px;
}

#job-description .section-1 .content li{
    list-style: disc!important;
}

#applyJobModal .modal-header{
    padding: 25px 50px 10px 50px;
    background: #E9F2F9;
    border-bottom: 1px solid #C8E7FF;
    text-align: center;
}

#applyJobModal .modal-header h4{
    color: #2B388F;
}

.black-color{
    color: #000;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Book.otf');
    font-weight: 400;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham Medium.otf');
    font-weight: 400;
}

body {
    font-family: Gotham !important;
    font-size: 15px;
    color: #363636;
    font-weight: 300;
}

p {
    font-size: 15px;
    font-weight: 300;
}

.header-holder {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.menu-holder {
    list-style: none;
    flex: 0 0 75%;
}

.logo-holder {
    flex: 0 0 20%;
}

.main-nav {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 0;
    align-items: center;
}

.sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 50px;
    background: #fff;
    padding: 5px 10px;
    width: 175px;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 2px #0000002b
}

p.welcome-text {
    color: #1b75bc;
    margin: 0;
    font-weight: 300;
}

p.MsoListParagraph {
    text-indent: 0pt !important;
    margin-left: -18pt !important;
}

.main-nav li {
    position: relative;
    padding: 20px 0;
    margin-bottom: 5px;
}

.main-nav li a {
    color: #1b75bc;
    font-size: 13px;
    font-family: Gotham;
    position: relative;
}

.main-nav li.menu-item-has-children:hover ul {
    display: block;
}

li.sign-in-link {
    padding-left: 20px;
}

.sub-menu li {
    margin: 0;
    padding: 5px 0;
}

.main-nav li:last-child a:before {
    content: '';
    width: 19px;
    height: 24px;
    position: absolute;
    top: 0;
    left: -25px;
    transform: translateY(-50%);
    background: url('../images/sign.png');
}

.sub-menu li:last-child a:before {
    display: none;
}

.main-banner {
    height: auto;
    padding-bottom: 30px;
}

h1.banner-title {
    margin: 0;
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    padding-top: 150px;
    line-height: 1.7;
    text-transform: uppercase;
}

h1.banner-title span {
    text-transform: none;
}

h2.banner-subtitle {
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 1.44;
    padding-bottom: 15px;
}

.button-holder {
    text-align: center;
    padding-top: 50px;
}

a.reg-button {
    background: #1b75bc;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    /* text-transform: uppercase; */
    box-shadow: inset 0px 0px 6px 0px #ffffff73;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: ease all .3s;
    display: inline-block;
}

.reg-button:hover {
    transform: scale(1.05);
}

.text-under {
    padding: 25px;
}

p.plain-text {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #363636;
    font-weight: 300;
}

p.plain-text.banner-text {
    color: #fff;
    text-align: center;
    width: 650px;
    margin: 0 auto;
}

p.plain-text.content {
    padding-bottom: 20px;
}

p.plain-text.content.bigger {
    font-size: 18px;
}

p.plain-text.content.smaller {
    font-size: 10px;
}

p.plain-text.content.padding-left {
    padding-left: 75px;
}

.better-patient-care {
    border-bottom: 1px solid #e1e1e1;
}

.sec-content {
    padding: 25px;
}

h1.banner-head span {
    text-transform: none;
}

h1.sec-title,
h1.page-title {
    margin: 0;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 400 !important;
    color: #2a3b90;
    letter-spacing: 1px;
    line-height: 100%;
    text-align: left;
}

h1.page-title.faq-title {
    padding: 30px 30px 0 !important;
}

h1.sec-title {
    padding-bottom: 30px !important;
}

h1.page-title {
    padding-bottom: 30px !important;
}

h1.sec-title span {
    text-transform: none;
}

.cols-block {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.col-item {
    flex: 0 0 33.3%;
}

section.why-use {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.two-blocks {
    display: flex;
}

.block-item {
    flex: 0 0 50%;
    text-align: center;
    padding: 50px 25px;
}

.block-item.blue {
    background: #1b6bb4;
}

.block-item.grey {
    background: #ebebeb;
}

h1.block-item-title {
    font-size: 20px;
    margin: 0;
    width: 360px;
    margin: 0 auto;
    text-align: left;
}

p.block-item-content {
    width: 360px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 16px;
    text-align: left;
}

h1.block-item-title.white,
p.block-item-content.white {
    color: #fff;
}

h1.block-item-title.blue,
p.block-item-content.blue {
    color: #196ab4;
}

.footer-menu-holder {
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright,
.author {
    color: #fff;
    font-size: 14px;
}

.main-footer ul li {
    float: none;
    margin-left: 0;
}

.main-footer {
    background: #196ab4;
}

.current-menu-ancestor>a:after {
    bottom: -2px;
}

.main-nav li a:hover:after {
    content: '';
    display: block;
    border-bottom: 3px solid #0e76bc;
    position: absolute;
    bottom: -2px;
    transition: all 0.3s ease-out;
    width: 100% !important;
    left: 0 !important;
}

.page-content {
    padding-bottom: 50px;
}

.page-content.bordered {
    border-bottom: 1px solid #e1e1e1;
}

.forms-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.form-item {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
}

.form-title,
.form-content {
    flex: 0 0 80%;
}

.form-title,
.norm-data-title {
    background: #196ab4;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
    position: relative;
    line-height: 1;
    cursor: pointer;
}

.norm-data-title {
    margin-top: 20px;
    padding: 15px
}

.form-title:after,
.norm-data-title:after {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/arrow-down.png) center center no-repeat / cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.form-content {
    display: none;
}

.form-content.login-page {
    display: block;
}

.tml-action-links li:first-child {
    display: none;
}

#mc_embed_signup .mc-field-group,
#mc_embed_signup .input-wrapper,
.form-wrapper .mc-field-group,
.form-wrapper .input-wrapper {
    margin-top: 15px;
}

.btn,
.FrontBtn1,
.FrontBtn2 {
    border: none;
    border-bottom: none;
    border-radius: unset;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, .5);
    font-size: 16px;
    transition: ease all .3s;
    background: #1b75bc;
}

.border .btn {
    width: 450px;
}

.btn:hover,
.btn:focus,
.btn.focus,
.FrontBtn1:hover,
.FrontBtn1:focus,
.FrontBtn1.focus,
.FrontBtn2:hover,
.FrontBtn2:focus,
.FrontBtn2.focus {
    /*transform: scale(1.05);*/
    text-decoration: none;
    color: #fff;
    background: #1b75bc;
    border-bottom: none;
    box-shadow: 0px 1px 20px 3px #1b75bc;
}

.questions-cat {
    padding: 30px 0;
}

.about-cat {
    padding-bottom: 30px;
}

.questions-cat:first-child,
.about-cat:first-child,
.q-item:first-child {
    margin-top: 0;
}

.q-item {
    margin-top: 30px;
    border: 1px solid #e1e1e1;
}

.question {
    font-size: 18px;
    cursor: pointer;
    padding: 5px 30px 5px 10px;
    position: relative;
}

.answer {
    display: none;
    padding: 0px 30px 5px 10px;
}

.news-item {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}

.news-holder .news-item ul li {
    list-style: disc !important;
}

.word-break {
    word-wrap: break-word !important;
}

.news-date {
    color: #404040;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-content {
    margin-bottom: 10px;
}

.post-link {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    color: #196ab4;
    cursor: pointer;
}

.perm-form-holder {
    display: flex;
    margin-top: 30px;
}

#permission_form,
#contact_form,
#distribution_inquire_form,
#organization_form_title,
.contact-col {
    flex: 0 0 50%;
    font-weight: 300;
}

.form-wrapper.perm-form {
    flex: 0 0 30%;
}

#form_permission label {
    color: #363636;
}

.single-block {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}

.single-block p {
    margin-top: 0;
}

.first-block {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.cform-holder,
.contacts-holder {
    display: flex;
}

.contacts-holder {
    padding-top: 30px;
}

.contacts-holder .plain-text {
    font-size: 18px;
    font-weight: 300;
}

.contacts-holder .plain-text a {
    color: #363636;
}

.get_certified a,
.tnc_login a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    width: 250px;
    margin: 20px 0;
}

.remote_video a,
.exemptions a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    width: auto;
    margin: 20px 0;
}

.remote_video span.icon {
    background: url(../images/play_white.png) no-repeat;
    /* position: absolute; */
    float: left;
    background-size: 20px 20px;
    padding: 20px 15px 0px 15px;
}

.norm-data-content {
    padding: 5px;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    display: none;
}

.buttons-section {
    padding-top: 50px;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
}

.button-col {
    text-align: center;
    flex: 0 0 50%;
}

.button-col a.btn {
    padding: 10px;
}

.btn-description {
    padding: 30px 0;
    width: 360px;
    margin: 0 auto;
}

.content-holder.divided {
    display: flex;
    flex-wrap: wrap;
}

.divided-col {
    flex: 0 0 50%;
}

.divided-col.left {
    padding-right: 20px;
    border-right: 1px solid #e1e1e1;
}

.divided-col.right {
    padding-left: 70px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);

}

.control-radio .control_indicator {
    border-radius: 50%;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #cccccc;
}

.control input:checked~.control_indicator {
    /*background: #2aa1c0;*/
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0e6647d;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-radio .control_indicator:after {
    left: 3px;
    top: 3px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #000;
}

.control-radio input:disabled~.control_indicator:after {
    background: #7b7b7b;
}

.radio_group label {
    display: block;
    cursor: pointer;
    padding-left: 30px;
    z-index: 0;
    margin-bottom: 5px;
}

.select-wrapper.app_raters {
    margin-left: 27px;
}

.selects {
    display: flex;
    align-items: flex-start;
}

.select-wrapper {
    background-color: #FFF;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    margin-right: 30px;
}

.select-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 38px;
    background-color: #196ab4;
}

.select-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 7px;
    padding: 10px 8px;
    background: url("../images/arrow-down.png") no-repeat center;
    width: 30px;
    height: 38px;
    background-color: #196ab4;
}

.form-wrapper .group-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 35px;
    font-size: 14px;
    padding: 5px 10px;
    width: 150px;
    display: none;
}

.select-wrapper select option {
    background-color: #0a6aa1;
}

select {
    padding: 10px 40px 11px 20px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    border-radius: 0 !important;
    position: relative;
    cursor: pointer;
    z-index: 10;
    width: 100%;
    font-family: Gotham;
    font-weight: 300;
    font-size: 14px;
    height: auto;
    color: white;
}

.radio_block_1 {
    margin-left: 35px;
    margin-bottom: 12px;
}

.control.control-radio {
    color: #363636;
}

.radio_block_1 .control.control-radio {
    margin-left: -35px;
}

.radio_block_2 {
    margin-left: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.radio_block_2 .control.control-radio {
    margin-left: 35px;
}

.radio_block_2 .radio_group {
    margin-bottom: 20px;
}

.radio_block_2 .select-wrapper {
    margin-left: 65px;
    margin-bottom: 20px;
}

.form-wrapper input[type=submit] {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 300;
}

.content-holder.divided.bordered {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.divided-col.one-third {
    flex: 0 0 33.33%;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.divided-col.one-third:first-child {
    padding-left: 0;
}

.divided-col.one-third.middle {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

form.paper-test-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 50px;
}

.col.col_50 {
    flex: 0 0 50%;
    padding-right: 120px;
}

.col.col_50.button {
    text-align: center;
}

.table-holder {
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #e1e1e1; */
}

.table-row {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
}

.table-item {
    flex: 0 0 33.33%;
    padding: 30px 50px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.table-item.first,
.table-item.second {
    border-right: 1px solid #e1e1e1;
}

.table-item-two {
    flex: 0 0 50%;
    padding: 30px 50px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.table-item-two.first {
    border-right: 1px solid #e1e1e1;
}

.link-holder .btn {
    width: auto;
    padding: 10px 20px;
}

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

.link-holder {
    margin-right: 50px;
}

span.btn.subscription {
    width: auto;
}

span.btn.subscription a {
    font-weight: 300;
}

.more-select {
    display: flex;
    flex-wrap: wrap;
}

.text-wrapper {
    margin-right: 50px;
}

.small_font {
    font-size: 12px;
    margin-top: 20px;
}

.select-wrapper.version,
.select-wrapper.language {
    width: 193px;
}

/* .select-wrapper.language.audiovisual,
.select-wrapper.language.fivemin,
.select-wrapper.language.blind,
.select-wrapper.language.basic,
.select-wrapper.language.full71,
/* .select-wrapper.language.full81, */
/* .select-wrapper.language.hearingimpairment,
.select-wrapper.language.basic_blind  {
    display: none;
} */
*/ .select-wrapper.language option {
    padding: 0 5px;
}

.hide {
    display: none;
}

.select-wrapper select.error-border {
    border-color: red;
}

.main-footer {
    height: auto;
}

.main-footer ul.footer-menu {
    display: flex;
    flex: 0 0 50%;
    justify-content: space-between;
    padding: 20px 0;
}

.questions-cat .question:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('../images/c-down.png') center center no-repeat;
    background-size: contain;
    color: #777;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.questions-cat .question.add:after {
    background: url('../images/c-up.png') center center no-repeat;
    background-size: contain;
}

.norm p.plain-text.content {
    padding-bottom: 0;
}

.accordion.accordion-one .inner-wrapper ul li:before {
    background-color: transparent;
}

.accordion.accordion-one .inner-wrapper ul li {
    padding-left: 0;
}

.accordion.accordion-one .inner-wrapper .row {
    padding-left: 0;
    padding-right: 0;
}

.accordion.accordion-one .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.wrapper.main-content.accordion .accordion-title h2 a {
    font-size: 18px;
    padding: 25px 50px;
}

.wrapper.main-content.accordion .accordion-title h2 a,
#mailchimp-signup h1,
#mailchimp-signup h2,
.wrapper.main-content h1,
.wrapper.main-content h2 {
    text-transform: capitalize;
}

.wrapper.main-content.two-cols-repeat p,
.wrapper.main-content.accordion .accordion-content {
    font-weight: 300;
}

.row.last {
    margin-bottom: 30px;
}

.form-wrapper.get-certified-forms {
    display: flex;
}

.group-init-form-wrapper {
    flex: 0 0 60%;
}

.get-certified-form .select-wrapper,
.code-form-wrapper {
    display: none;
}

.get-certified-form .select-wrapper {
    margin-top: 20px;
}

select[name="user_number"],
.get-certified-form .select-wrapper:before {
    width: 150px;
}

.get-certified-form .select-wrapper:after {
    right: 100px;
}

.text-larger {
    font-size: 15px;
}

.slick-dots {
    bottom: 65px;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slide {
    margin: 0.75em 0.5em;
    border-radius: 5px;
}

.main-banner .banner>.row>.columns>.text-wrapper.permissions {
    vertical-align: top;
    padding-top: 150px;
}

.language-toggle {
    list-style: none;
}

.get_certified.hidden {
    display: none;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Book.otf');
    font-weight: 400;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: PostGrotesk;
    src: url('../fonts/Post Grotesk Medium.otf');
    font-weight: 500;
}

body {
    font-family: Gotham;
    font-size: 15px;
    color: #363636;
    font-weight: 300;
}

p {
    font-size: 15px;
    font-weight: 300;
}

.header-holder {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
    justify-content: flex-start;
    align-items: center;
}

.header-holder.fr {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px;
    justify-content: flex-start;
    align-items: center;
}

.menu-holder {
    list-style: none;
    flex: 0 0 75%;
}

.logo-holder {
    flex: 0 0 20%;
}

.main-nav {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 0;
    align-items: center;
}

.sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 50px;
    background: #fff;
    padding: 5px 10px;
    width: 175px;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 2px #0000002b
}

p.welcome-text {
    color: #1b75bc;
    margin: 0;
    font-weight: 300;
}

.main-nav li {
    position: relative;
    padding: 20px 0;
    margin-bottom: 5px;
}

.main-nav li a {
    color: #1b75bc;
    font-size: 13px;
    font-family: Gotham;
    position: relative;
}

.main-nav li a.fr {
    color: #1b75bc;
    font-size: 11.5px;
    font-family: Gotham;
    position: relative;
}

.main-nav li.menu-item-has-children:hover ul {
    display: block;
}

li.sign-in-link {
    padding-left: 20px;
}

.sub-menu li {
    margin: 0;
    padding: 5px 0;
}

.main-nav li:last-child a:before {
    content: '';
    width: 19px;
    height: 24px;
    position: absolute;
    top: 0;
    left: -25px;
    transform: translateY(-50%);
    background: url('../images/sign.png');
}

.sub-menu li:last-child a:before {
    display: none;
}

.main-banner {
    height: auto;
    padding-bottom: 30px;
}

h1.banner-title {
    margin: 0;
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    padding-top: 150px;
    line-height: 1.7;
    text-transform: uppercase;
}

h1.banner-title span {
    text-transform: none;
}

h2.banner-subtitle {
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 1.44;
    padding-bottom: 15px;
}

.button-holder {
    text-align: center;
    padding-top: 50px;
}

a.reg-button {
    background: #1b75bc;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    /* text-transform: uppercase; */
    box-shadow: inset 0px 0px 6px 0px #ffffff73;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: ease all .3s;
    display: inline-block;
}

.reg-button:hover {
    transform: scale(1.05);
}

.text-under {
    padding: 25px;
}

p.plain-text {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #363636;
    font-weight: 300;
}

p.plain-text.banner-text {
    color: #fff;
    text-align: center;
    width: 650px;
    margin: 0 auto;
}

p.plain-text.content {
    padding-bottom: 20px;
}

p.plain-text.content.bigger {
    font-size: 18px;
}

p.plain-text.content.smaller {
    font-size: 10px;
}

p.plain-text.content.padding-left {
    padding-left: 75px;
}

.better-patient-care {
    border-bottom: 1px solid #e1e1e1;
}

.sec-content {
    padding: 25px;
}

h1.banner-head span {
    text-transform: none;
}

h1.sec-title,
h1.page-title {
    margin: 0;
    text-transform: inherit;
    font-size: 34px;
    font-weight: 400 !important;
    color: #2a3b90;
    letter-spacing: 1px;
    line-height: 100%;
    text-align: left;
}

h1.page-title.faq-title {
    padding: 30px 30px 0 !important;
}

h1.sec-title {
    padding-bottom: 30px !important;
}

h1.page-title {
    padding-bottom: 30px !important;
}

h1.sec-title span {
    text-transform: none;
}

.cols-block {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.col-item {
    flex: 0 0 33.3%;
}

section.why-use {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.two-blocks {
    display: flex;
}

.block-item {
    flex: 0 0 50%;
    text-align: center;
    padding: 50px 25px;
}

.block-item.blue {
    background: #1b6bb4;
}

.block-item.grey {
    background: #ebebeb;
}

h1.block-item-title {
    font-size: 20px;
    margin: 0;
    width: 360px;
    margin: 0 auto;
    text-align: left;
}

p.block-item-content {
    width: 360px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 16px;
    text-align: left;
}

h1.block-item-title.white,
p.block-item-content.white {
    color: #fff;
}

h1.block-item-title.blue,
p.block-item-content.blue {
    color: #196ab4;
}

.footer-menu-holder {
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright,
.author {
    color: #fff;
    font-size: 12px;
}

.main-footer ul li {
    float: none;
    margin-left: 0;
}

.main-footer {
    background: #525151;
}

.current-menu-ancestor>a:after {
    bottom: -2px;
}

.main-nav li a:hover:after {
    content: '';
    display: block;
    border-bottom: 3px solid #0e76bc;
    position: absolute;
    bottom: -2px;
    transition: all 0.3s ease-out;
    width: 100% !important;
    left: 0 !important;
}

.page-content {
    padding-bottom: 50px;
}

.page-content.bordered {
    border-bottom: 1px solid #e1e1e1;
}

.forms-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.form-item {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
}

.form-title,
.form-content {
    flex: 0 0 80%;
}

.form-title,
.norm-data-title {
    background: #196ab4;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
    position: relative;
    line-height: 1;
    cursor: pointer;
}

.norm-data-title {
    margin-top: 20px;
    padding: 15px
}

.form-title:after,
.norm-data-title:after {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/arrow-down.png) center center no-repeat / cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.form-content {
    display: none;
}

.form-content.login-page {
    display: block;
}

.tml-action-links li:first-child {
    display: none;
}

#mc_embed_signup .mc-field-group,
#mc_embed_signup .input-wrapper,
.form-wrapper .mc-field-group,
.form-wrapper .input-wrapper {
    margin-top: 15px;
}

.btn,
.FrontBtn1,
.FrontBtn2 {
    border: none;
    border-bottom: none;
    border-radius: unset;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, .5);
    font-size: 16px;
    transition: ease all .3s;
    background: #1b75bc;
}

.border .btn {
    width: 450px;
}

.btn:hover,
.btn:focus,
.btn.focus,
.FrontBtn1:hover,
.FrontBtn1:focus,
.FrontBtn1.focus,
.FrontBtn2:hover,
.FrontBtn2:focus,
.FrontBtn2.focus {
    /*transform: scale(1.05);*/
    text-decoration: none;
    color: #fff;
    background: #1b75bc;
    border-bottom: none;
    box-shadow: 0px 1px 20px 3px #1b75bc;
}

.questions-cat {
    padding: 30px 0;
}

.about-cat {
    padding-bottom: 30px;
}

.questions-cat:first-child,
.about-cat:first-child,
.q-item:first-child {
    margin-top: 0;
}

.q-item {
    margin-top: 30px;
    border: 1px solid #e1e1e1;
}

.question {
    font-size: 18px;
    cursor: pointer;
    padding: 5px 30px 5px 10px;
    position: relative;
}

.answer {
    display: none;
    padding: 0px 30px 5px 10px;
}

.news-item {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}

.news-date {
    color: #404040;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-content {
    margin-bottom: 10px;
}

.post-link {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    color: #196ab4;
    cursor: pointer;
}

.perm-form-holder {
    display: flex;
    margin-top: 30px;
}

#permission_form,
#contact_form,
#distribution_inquire_form,
#organization_form_title,
.contact-col {
    flex: 0 0 50%;
    font-weight: 300;
}

.form-wrapper.perm-form {
    flex: 0 0 30%;
}

#form_permission label {
    color: #363636;
}

.single-block {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}

.single-block p {
    margin-top: 0;
}

.first-block {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.cform-holder,
.contacts-holder {
    display: flex;
}

.contacts-holder {
    padding-top: 30px;
}

.contacts-holder .plain-text {
    font-size: 18px;
    font-weight: 300;
}

.contacts-holder .plain-text a {
    color: #363636;
}

.get_certified a,
.tnc_login a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    width: 250px;
    margin: 20px 0;
}

.get_certified_pre a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 20px 0;
}

.remote_video a,
.exemptions a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    width: auto;
    margin: 20px 0;
}

.remote_video span.icon {
    background: url(../images/play_white.png) no-repeat;
    /* position: absolute; */
    float: left;
    background-size: 20px 20px;
    padding: 20px 15px 0px 15px;
}

.norm-data-content {
    padding: 5px;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    display: none;
}

.buttons-section {
    padding-top: 50px;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
}

.button-col {
    text-align: center;
    flex: 0 0 50%;
}

.button-col a.btn {
    padding: 10px;
}

.btn-description {
    padding: 30px 0;
    width: 360px;
    margin: 0 auto;
}

.content-holder.divided {
    display: flex;
    flex-wrap: wrap;
}

.divided-col {
    flex: 0 0 50%;
}

.divided-col.left {
    padding-right: 20px;
    border-right: 1px solid #e1e1e1;
}

.divided-col.right {
    padding-left: 70px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #000000;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);

}

.control-radio .control_indicator {
    border-radius: 50%;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #cccccc;
}

.control input:checked~.control_indicator {
    /*background: #2aa1c0;*/
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0e6647d;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-radio .control_indicator:after {
    left: 3px;
    top: 3px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #000;
}

.control-radio input:disabled~.control_indicator:after {
    background: #7b7b7b;
}

.radio_group label {
    display: block;
    cursor: pointer;
    padding-left: 30px;
    z-index: 0;
    margin-bottom: 5px;
}

.select-wrapper.app_raters {
    margin-left: 27px;
}

.selects {
    display: flex;
    align-items: flex-start;
}

.select-wrapper {
    background-color: #FFF;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    margin-right: 30px;
}

.select-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 38px;
    background-color: #196ab4;
}

.select-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 7px;
    padding: 10px 8px;
    background: url("../images/arrow-down.png") no-repeat center;
    width: 30px;
    height: 38px;
    background-color: #196ab4;
}

.form-wrapper .group-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 35px;
    font-size: 14px;
    padding: 5px 10px;
    width: 150px;
    display: none;
}

.select-wrapper select option {
    background-color: #0a6aa1;
}

select {
    padding: 10px 40px 11px 20px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    border-radius: 0 !important;
    position: relative;
    cursor: pointer;
    z-index: 10;
    width: 100%;
    font-family: Gotham;
    font-weight: 300;
    font-size: 14px;
    height: auto;
    color: white;
}

.radio_block_1 {
    margin-left: 35px;
    margin-bottom: 12px;
}

.control.control-radio {
    color: #363636;
}

.radio_block_1 .control.control-radio {
    margin-left: -35px;
}

.radio_block_2 {
    margin-left: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.radio_block_2 .control.control-radio {
    margin-left: 35px;
}

.radio_block_2 .radio_group {
    margin-bottom: 20px;
}

.radio_block_2 .select-wrapper {
    margin-left: 65px;
    margin-bottom: 20px;
}

.form-wrapper input[type=submit] {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 300;
}

.content-holder.divided.bordered {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.divided-col.one-third {
    flex: 0 0 33.33%;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.divided-col.one-third:first-child {
    padding-left: 0;
}

.divided-col.one-third.middle {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

form.paper-test-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 50px;
}

.col.col_50 {
    flex: 0 0 50%;
    padding-right: 120px;
}

.col.col_50.button {
    text-align: center;
}

.table-holder {
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #e1e1e1; */
}

.table-row {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
}

.table-row:first-child {
    /* border-bottom: 1px solid #e1e1e1; */
}

.table-item {
    flex: 0 0 33.33%;
    padding: 30px 50px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.table-item.first,
.table-item.second {
    border-right: 1px solid #e1e1e1;
}

.table-item-two {
    flex: 0 0 50%;
    padding: 30px 50px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.table-item-two.first {
    border-right: 1px solid #e1e1e1;
}

.link-holder .btn {
    width: auto;
    padding: 10px 20px;
}

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

.link-holder {
    margin-right: 50px;
}

span.btn.subscription {
    width: auto;
}

span.btn.subscription a {
    font-weight: 300;
}

.more-select {
    display: flex;
    flex-wrap: wrap;
}

.text-wrapper {
    margin-right: 50px;
}

.small_font {
    font-size: 12px;
    margin-top: 20px;
}

.select-wrapper.version,
.select-wrapper.language {
    width: 300px;
}

/* .select-wrapper.language.audiovisual,
.select-wrapper.language.fivemin,
.select-wrapper.language.blind,
.select-wrapper.language.basic,
.select-wrapper.language.full71,
/* .select-wrapper.language.full81, */
/* .select-wrapper.language.hearingimpairment  {
    display: none;
} */
*/ .select-wrapper.language option {
    padding: 0 5px;
}

.hide {
    display: none;
}

.select-wrapper select.error-border {
    border-color: red;
}

.main-footer {
    min-height: auto !important;
}

.main-footer .row {
    padding: 10px 0 !important;
}

.main-footer ul.footer-menu {
    display: flex;
    flex: 0 0 50%;
    justify-content: space-between;
    padding: 20px 0;
}

.questions-cat .question:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('../images/c-down.png') center center no-repeat;
    background-size: contain;
    color: #777;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.questions-cat .question.add:after {
    background: url('../images/c-up.png') center center no-repeat;
    background-size: contain;
}

.norm p.plain-text.content {
    padding-bottom: 0;
}

.accordion.accordion-one .inner-wrapper ul li:before {
    background-color: transparent;
}

.accordion.accordion-one .inner-wrapper ul li {
    padding-left: 0;
}

.accordion.accordion-one .inner-wrapper .row {
    padding-left: 0;
    padding-right: 0;
}

.accordion.accordion-one .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.wrapper.main-content.accordion .accordion-title h2 a {
    font-size: 18px;
    padding: 25px 50px;
}

.wrapper.main-content.accordion .accordion-title h2 a,
#mailchimp-signup h1,
#mailchimp-signup h2,
.wrapper.main-content h1,
.wrapper.main-content h2 {
    text-transform: unset;
}

.wrapper.main-content.two-cols-repeat p,
.wrapper.main-content.accordion .accordion-content {
    font-weight: 300;
}

.row.last {
    margin-bottom: 30px;
}

.form-wrapper.get-certified-forms {
    display: flex;
}

.group-init-form-wrapper {
    flex: 0 0 60%;
}

.get-certified-form .select-wrapper,
.code-form-wrapper {
    display: none;
}

.get-certified-form .select-wrapper {
    margin-top: 20px;
}

select[name="user_number"],
.get-certified-form .select-wrapper:before {
    width: 150px;
}

.get-certified-form .select-wrapper:after {
    right: 100px;
}

.text-larger {
    font-size: 15px;
}

p.version-error-message,
p.language-error-message,
p.radio-error-message {
    margin: 0;
    padding-top: 10px;
    color: red;
    text-align: center;
    opacity: 1;
    display: none;
}

p.check-error-message {
    margin: 0;
    color: red;
    display: none;
}

.slick-dots {
    bottom: 65px;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #1B75BC;
}

.slick-dots li button::before {
    content: "-" !important;
    font-size: 50px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.main-banner .banner>.row>.columns>.text-wrapper.permissions {
    vertical-align: top;
    padding-top: 150px;
}

.language-toggle {
    list-style: none;
}

.get_certified.hidden {
    display: none;
}

.exemptions.hidden {
    display: none;
}

.brochureCardPositionFooter {
    position: relative;
    width: 70%;
    text-align: center;
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding: 1.2em;
}

.border-radius10 {
    border-radius: 10px;
}

.textcapitalize a {
    text-transform: capitalize !important;
}

/* .main-content {
    position: relative;
  } */
/* #testimonial-slider {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
  } */
#testimonial-slider .owl-prev,
#testimonial-slider .owl-next,
#multilingual-slider .owl-prev,
#multilingual-slider .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

#testimonial-slider .owl-prev i,
#testimonial-slider .owl-next i,
#multilingual-slider .owl-prev i,
#multilingual-slider .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}

#testimonial-slider .owl-prev,
#multilingual-slider .owl-prev {
    left: -10%;
    top: 35%;
}

#testimonial-slider .owl-next,
#multilingual-slider .owl-next{
    right: -10%;
    top: 35%;
}

#multilingual-slider.owl-theme .owl-controls .owl-page span{
    background-color: #C8E7FF;
}

#multilingual-slider.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #1B75BC;
}

#multilingual-training-section{
    background: #F6F8FC;
    padding: 4rem 2rem;
    margin-bottom: 3rem;
}

#multilingual-slider .owl-controls.clickable{
    margin-left: 0.8rem;
}

#multilingual-slider{
    background: #FFFFFF;
    border: 1px solid #C8E7FF;
    border-radius: 10px;
    padding: 2rem;
}

#multilingual-training-section .testimonial img{
    height: auto;
}

#multilingual-training-section .icon {
    background: #FFFFFF;
    border: 1px solid #C8E7FF;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 3rem;
}

.fa-angle-left:before {
    content: "\f104";
    font-size: 35px;
    font-weight: bold;
    opacity: .75;
    color: #ffffff !important;
    background: #1b6bb4 !important;
    padding: 0px 14px 2px 12px;
    border-radius: 50%;
}

.fa-angle-right:before {
    content: "\f105";
    font-size: 35px;
    font-weight: bold;
    opacity: .75;
    color: #ffffff !important;
    background: #1b6bb4 !important;
    padding: 0px 12px 2px 14px;
    border-radius: 50%;
}


@media(max-width: 1199px) {
    .menu-holder {
        flex: 0 0 80%;
    }
}


@media(max-width: 1200px) {
    #brochure-preview .heading {
        padding-left: 2rem;
    }

    .paper-test-block {
        flex-direction: column;
    }

    .paper-test-title {
        background-color: #fff !important;
        height: 7em !important;
        width: 100% !important;
        justify-content: flex-start !important;
        padding: 0;
    }

    .paper-test-content {
        margin-left: 0 !important;
        padding: 2rem 0;
    }

    .paper-test-title img {
        width: 50px !important;
    }
}

@media (max-width: 1000px) {

    /* news line  */
    .newsline-div marquee {
        background: #fff;
        top: 60px !important;
    }


    .header-holder {
        display: none;
    }

    .mobile-menu .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        width: 100%;
    }

    .sidr ul li ul li a,
    .sidr ul li ul li span {
        padding-left: 40px;
    }

    h1.banner-title {
        padding-top: 100px;
    }

    .footer-menu-holder,
    .main-footer ul.footer-menu {
        flex-direction: column;
    }

    .main-footer ul.footer-menu {
        text-align: center;
    }
}

@media (max-width: 768px) {

    #job-description .responsive-sec{
        flex-direction: column;
    }

    #job-description .description{
       text-align: center;
    }

    #job-description .share-sec{
        display: flex;
        align-items: flex-end;
        margin-bottom: 1rem;
    }

    #job-description .section-1 .content .field{
        margin: 0 auto 2rem;
    }

    #job-description .heading{
        text-align: center;
    }

    #careers .section-2 .career-img{
        margin: 0 1rem;
    }

    .footer-links {
        display: flex;
        justify-content: space-between;
        align-items: flex-start!important;
        gap: 0rem!important;
        flex-direction: column!important;
    }

    #multilingualTrainingLanguages .tab{
        font-size: 14px!important;
        padding: 0.5rem 1rem!important;
    }

    .newButtonStyle.btn.blue {
        /* padding: 0; */
        margin-right: 0em;
        margin-top: 2rem;
    }

    .flexCenter{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .two-blocks {
        flex-direction: column;
    }

    .wrapper.main-banner.home-banner .text-under {
        padding-bottom: 0;
    }

    .wrapper.main-banner.home-banner {
        height: auto !important;
        padding-bottom: 0 !important;
    }

    .cols-block {
        flex-direction: column;
    }

    p.block-item-content,
    h1.block-item-title,
    p.plain-text.banner-text {
        width: 100%;
        padding-top: 15px;
    }

    section.why-use {
        padding-bottom: 0;
    }

    .cform-holder,
    .contacts-holder {
        flex-direction: column;
    }

    .padding-top {
        padding-top: 0;
    }

    .wrapper.main-content.archive {
        padding-top: 50px;
    }

    .perm-form-holder {
        flex-direction: column;
    }

    h1.sec-title,
    h1.page-title {
        line-height: 1.3;
    }

    .wrapper.main-content.two-cols-repeat h1 {
        line-height: 1.3;
    }

    .wrapper.main-content.archive .article-header {
        line-height: 1.3;
    }

    .forms-holder {
        flex-wrap: wrap;
    }

    .form-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .form-title {
        flex: 0 0 100%;
        font-size: 16px;
    }

    .form-content {
        flex: 0 0 100%;
    }

    .questions-cat .question {
        padding-right: 30px;
    }

    .questions-cat .question:after {
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
    }

    form {
        padding: 0 15px;
    }

    .language-text {
        margin: 10rem auto 1rem !important;
    }
}

@media (max-width: 690px) {
    .form-wrapper input[type=submit] {
        font-size: 14px;
    }

    h1.banner-title {
        font-size: 6vw;
    }

    h2.banner-subtitle {
        font-size: 4vw;
    }

    h1.sec-title {
        font-size: 6vw;
    }

    .sec-content {
        padding: 15px 25px;
    }

    .two-blocks .block-item {
        padding: 25px;
    }

    .cols-block {
        padding: 0;
    }

    .col-item {
        margin: 1vw 0;
    }

    .table-holder {
        padding-top: 0;
        display: block !important;
        border: none;
    }

    .table-row {
        display: block;
        border: none !important;
    }

    .table-row:first-child {
        border: none;
    }

    .table-item.first,
    .table-item.second {
        border: none;
    }

    .table-item {
        padding: 0 0 10px;
        text-align: left;
    }

    .table-item-two.first {
        border: none;
    }

    .table-item-two {
        padding: 0 0 10px;
        text-align: left;
    }

    .link-holder {
        margin-bottom: 20px;
    }

    .content-holder.divided.bordered {
        flex-direction: column;
        padding-bottom: 0;
        padding-top: 0;
    }

    .divided-col {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    form.paper-test-form {
        flex-direction: column;
        padding-top: 20px;
    }

    .divided-col.one-third.middle {
        border: none;
    }

    .col.col_50 {
        flex: 0 0 100%;
        padding-right: 0;
    }

    .select-wrapper {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .divided-col.left,
    .divided-col.right {
        flex: 0 0 100%;
        padding-right: 0;
        border: none;
    }

    .radio_group.border_bottom.radio_block_2 {
        margin-left: 0;
    }

    .radio_block_2 .select-wrapper {
        margin-left: 0;
    }

    .control.control-radio {
        margin-bottom: 0;
    }

    .divided-col.left ul {
        margin: 0;
    }

    .divided-col.left ul li {
        /*line-height: 10px; */
    }

    .page-content {
        padding-bottom: 0;
    }

    .terms-content ul li {
        font-size: 14px;
    }

    .terms-content ul {
        padding-left: 0 !important;
        margin: 0;
    }

    .question,
    .post-title,
    .post-link,
    .plain-text.content.bigger,
    p.plain-text {
        font-size: 14px;
    }

    .plain-text.content a {
        word-break: break-all;
    }

    .plain-text.content.padding-left {
        padding-left: 0 !important;
    }

    .plain-text.content {
        word-break: break-word;
    }

    .buttons-section {
        flex-direction: column;
    }

    .norm-data-title {
        font-size: 18px;
    }

    .q-item {
        padding-top: 0;
        margin-bottom: 7px;
    }

    .questions-cat {
        border: none;
        padding: 10px 0;
    }

    .buttons-section {
        flex-direction: column;
        padding-top: 10px;
        border: none;
    }

    .page-content.bordered {
        border: none;
    }

    .wrapper.main-content.accordion .accordion-title h2 {
        font-size: 18px;
    }

    .wrapper.main-content.accordion .accordion-content {
        padding: 10px 25px;
    }

    .get_certified a,
    .exemptions a,
    .remote_video a,
    .tnc_login a {
        width: 100%;
    }

    .video-container {
        margin-top: 5px;
    }

    .padding-bottom {
        padding-bottom: 0;
    }

    .first-block .plain-text {
        text-align: left;
    }

    .first-block,
    .single-block {
        padding-bottom: 0;
        border: none;
        padding-top: 15px;
    }

    .divided-col.one-third {
        padding-left: 0;
    }

    .btn-description {
        width: 100%;
        padding: 10px 0;
    }

    .wrapper.main-content.accordion .accordion-title h2 a {
        padding: 25px 60px 25px 25px;
        font-size: 14px;
    }

    .col.col_50.button {
        margin-top: 15px;
    }

    br {
        display: none;
    }

    .norm-data-title {
        margin-bottom: 15px;
    }

    .contacts-holder .plain-text {
        font-size: 14px;
    }

    .login.form-wrapper {
        margin-bottom: 50px;
    }

    .button-col a.btn {
        width: 100%;
    }

    .button-col {
        margin-top: 30px;
    }
}


@media (max-width: 400px) {
    .select-wrapper.language {
        width: 70% !important;
    }

    h1.sec-title,
    h1.page-title,
    h1.article-header {
        font-size: 28px;
    }

    h1.banner-title {
        font-size: 30px;
        text-align: center;
        padding-top: 55px;
    }

    h2.banner-subtitle {
        font-size: 24px;
        text-align: center;
        margin-top: 15px;
        padding: 0 15px;
    }

    section.better-patient-care {
        border: none;
        margin-top: 20px;
    }

    section.why-use {
        border: none;
        margin-top: 20px;
    }

    p.plain-text {
        text-align: justify;
    }

    p.plain-text.bigger {
        text-align: left;
    }

    p.plain-text.heading {
        text-align: center;
    }

    p.block-item-content {
        font-size: 14px;
        padding-top: 15px;
    }

    .about-cat {
        padding: 10px 0;
    }

    .wrapper.main-banner {
        padding-bottom: 10px;
    }

    .columns.small-8.text-body {
        padding-top: 15px;
    }

    .accordion-content.js-toggle-show {
        word-break: break-word;
    }

    .quoteStyle {
        top: -14%;
        right: 40%;
    }
}


@media (max-width: 766px) {
    .select-wrapper.language {
        width: 62% !important;
    }
}


@media(max-width: 767px) {
    .footer-menu-holder {
        flex-direction: column;
        padding: 30px 10px;
    }

    .main-footer ul.footer-menu {
        padding-top: 0;
    }

    .main-footer ul.footer-menu li {
        text-align: center;
    }

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

    br {
        display: none;
    }

    .select-wrapper.version,
    .select-wrapper.language {
        width: 100%;
    }

    /* .main-banner.home-banner .banner {
        height: 500px;
        background: 65% 50% no-repeat;
    } */

    #slick-slide00 .banner,  #slick-slide01 .banner{
        height: 500px;
        background: 65% 50% no-repeat;
    }

    .col.col_50 {
        flex: 0 0 100%;
    }

    .selects {
        flex-direction: column;
    }

    .main-banner .banner>.row>.columns>.text-wrapper.permissions {
        padding-top: 110px;
    }

    .mocalayout .mocacontent {
        padding: 30px 10px;
    }

    .mocalayout .mocaplanbox {
        width: 260px;
    }

    .mocalayout .mocaplantext {
        padding: 15px 5px;
    }

    .mocalayout .mocaplansubscribe span {
        font-size: 16px;
    }

    .mocalayout .mocaplansubscribe span:before {
        top: 0;
    }

    .group-init-form-wrapper {
        flex: 0 0 100%;
    }

    .certification-end .border .btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .wrapper.main-content.disclaimer-page ul.list li {
        margin: 5px 0;
    }

}

@media(max-width: 767px) and (orientation: portrait) {

    .input-wrapper span.btn,
    .space-span {
        display: block;
        text-align: center;
    }
}

.wrapper.main-content.default ul.tr-certif-ul {
    list-style-type: disc;
    padding: 0 0 0 40px;
}

.price-area {
    display: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #363636;
    flex-wrap: wrap;
    justify-content: space-between;
}

.b-value,
.recert-b-value {
    text-decoration: line-through;
    margin-right: 10px;
}

.t-value,
.recert-t-value {
    margin-right: 20px;
    font-weight: bold;
    color: #1B75BC;
}

.plain-text.register-text {
    padding: 20px 0;
    font-size: 18px;
}

#showOtherProfession,
#showOtherTitle {
    margin-bottom: 15px;
}

.tml-action-links {
    padding-left: 0;
}

span.btn a.register-link {
    font-weight: 300;
    padding: 8px 100px;
}

span.btn.reg a.register-link {
    color: #1b75bc;
    border: 1px solid #1b75bc;
    background: #fff;
}

span.btn a.register-link:hover {
    /*color: #fff;
    background: #1b75bc;*/
    transform: scale(1.05);
    transition: ease all .3s;
}

.space-span {
    margin: 0 20px;
    font-size: 18px;
    color: #0e76bc;
}

.input-wrapper span.btn {
    box-shadow: none;
}

.input-wrapper span.btn:hover {
    transform: scale(1.05);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    select {
        padding: 0;
        border: 1px solid #196ab4;
        background-color: #fff;
        color: #196ab4;
    }

    .select-wrapper select option {
        background-color: #fff;
    }

    .select-wrapper:after,
    .select-wrapper:before {
        display: none;
    }

    .button.col_50.col {
        text-align: left;
        margin-top: 30px;
    }
}

/*for four column display in paper page*/

.divided-col.one-forth {
    flex: 0 0 25% !important;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.divided-col.one-forth:first-child {
    padding-left: 0;
}

.divided-col.one-forth.middle {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

/*for five column display in paper page*/

.divided-col.one-sixth {
    flex: 0 0 16% !important;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.divided-col.one-sixth:first-child {
    padding-left: 0;
}

.divided-col.one-sixth.middle {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

/*for dnd instructions and introduction page*/

.text-large {
    font-size: 19px !important;
}


.divided-col.left.button {
    border-right: none !important;
}

.upload-file-list {
    color: #196ab4;
    line-height: normal;
    font-size: 12px;
}

#exemptedModal .file-upload-restriction {
    font-size: 14px;
}

.note {
    color: red;
    font-size: 14px;
    font-style: italic;
}

.wrapper.main-content h1#distribution_inquire_form {
    text-transform: none;
}

.exemptions.hidden {
    display: none;
}

/* #brochure-preview .video-container{
    padding-bottom: 0!important;
    margin-top: 3rem;
    margin-bottom: 3rem;
    height: 480px;
} */


#brochure-preview img {
    cursor: pointer;
}


@media(max-width: 1199px) {
    .menu-holder {
        flex: 0 0 80%;
    }
}

@media (max-width: 1000px) {

    .header-holder {
        display: none;
    }

    .mobile-menu .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        width: 100%;
    }

    .sidr ul li ul li a,
    .sidr ul li ul li span {
        padding-left: 40px;
    }

    h1.banner-title {
        padding-top: 100px;
    }

    .footer-menu-holder,
    .main-footer ul.footer-menu {
        flex-direction: column;
    }

    .main-footer ul.footer-menu {
        text-align: center;
    }
}

@media (max-width: 768px) {

    .two-blocks {
        flex-direction: column;
    }

    .wrapper.main-banner.home-banner .text-under {
        padding-bottom: 0;
    }

    .wrapper.main-banner.home-banner {
        height: auto !important;
        padding-bottom: 0 !important;
    }

    .cols-block {
        flex-direction: column;
    }

    p.block-item-content,
    h1.block-item-title,
    p.plain-text.banner-text {
        width: 100%;
        padding-top: 15px;
    }

    section.why-use {
        padding-bottom: 0;
    }

    .cform-holder,
    .contacts-holder {
        flex-direction: column;
    }

    .padding-top {
        padding-top: 0;
    }

    .wrapper.main-content.archive {
        padding-top: 50px;
    }

    .perm-form-holder {
        flex-direction: column;
    }

    h1.sec-title,
    h1.page-title {
        line-height: 1.3;
        padding-top: 30px !important;
    }

    .wrapper.main-content.two-cols-repeat h1 {
        line-height: 1.3;
    }

    .wrapper.main-content.archive .article-header {
        line-height: 1.3;
    }

    .forms-holder {
        flex-wrap: wrap;
    }

    .form-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .form-title {
        flex: 0 0 100%;
        font-size: 16px;
    }

    .form-content {
        flex: 0 0 100%;
    }

    .questions-cat .question {
        padding-right: 30px;
    }

    .questions-cat .question:after {
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
    }

    form {
        padding: 0 15px;
    }

    #slick-slide01 .banner, #slick-slide02 .banner {
        background: 100% 90% no-repeat;
    }
}

@media (max-width: 690px) {
    .divided-col.one-sixth.middle {
        border: none;
    }

    .form-wrapper input[type=submit] {
        font-size: 14px;
    }

    h1.banner-title {
        font-size: 6vw;
    }

    h2.banner-subtitle {
        font-size: 4vw;
    }

    h1.sec-title {
        font-size: 6vw;
    }

    .sec-content {
        padding: 15px 25px;
    }

    .two-blocks .block-item {
        padding: 25px;
    }

    .cols-block {
        padding: 0;
    }

    .col-item {
        margin: 1vw 0;
    }

    .table-holder {
        padding-top: 0;
        display: block !important;
        border: none;
    }

    .table-row {
        display: block;
        border: none !important;
    }

    .table-row:first-child {
        border: none;
    }

    .table-item.first,
    .table-item.second {
        border: none;
    }

    .table-item {
        padding: 0 0 10px;
        text-align: left;
    }

    .table-item-two.first {
        border: none;
    }

    .table-item-two {
        padding: 0 0 10px;
        text-align: left;
    }

    .link-holder {
        margin-bottom: 20px;
    }

    .content-holder.divided.bordered {
        flex-direction: column;
        padding-bottom: 0;
        padding-top: 0;
    }

    .divided-col {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    form.paper-test-form {
        flex-direction: column;
        padding-top: 20px;
    }

    .divided-col.one-third.middle {
        border: none;
    }

    .col.col_50 {
        flex: 0 0 100%;
        padding-right: 0;
    }

    .select-wrapper {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .divided-col.left,
    .divided-col.right {
        flex: 0 0 100%;
        padding-right: 0;
        border: none;
    }

    .radio_group.border_bottom.radio_block_2 {
        margin-left: 0;
    }

    .radio_block_2 .select-wrapper {
        margin-left: 0;
    }

    .control.control-radio {
        margin-bottom: 0;
    }

    .divided-col.left ul {
        margin: 0;
    }

    .divided-col.left ul li {
        /*line-height: 10px; */
    }

    .page-content {
        padding-bottom: 0;
    }

    .terms-content ul li {
        font-size: 14px;
    }

    .terms-content ul {
        padding-left: 0 !important;
        margin: 0;
    }

    .question,
    .post-title,
    .post-link,
    .plain-text.content.bigger,
    p.plain-text {
        font-size: 14px;
    }

    .plain-text.content a {
        word-break: break-all;
    }

    .plain-text.content.padding-left {
        padding-left: 0 !important;
    }

    .plain-text.content {
        word-break: break-word;
    }

    .buttons-section {
        flex-direction: column;
    }

    .norm-data-title {
        font-size: 18px;
    }

    .q-item {
        padding-top: 0;
        margin-bottom: 7px;
    }

    .questions-cat {
        border: none;
        padding: 10px 0;
    }

    .buttons-section {
        flex-direction: column;
        padding-top: 10px;
        border: none;
    }

    .page-content.bordered {
        border: none;
    }

    .wrapper.main-content.accordion .accordion-title h2 {
        font-size: 18px;
    }

    .wrapper.main-content.accordion .accordion-content {
        padding: 10px 25px;
    }

    .get_certified a,
    .exemptions a,
    .remote_video a,
    .tnc_login a {
        width: 100%;
    }

    .video-container {
        margin-top: 5px;
    }

    .padding-bottom {
        padding-bottom: 0;
    }

    .first-block .plain-text {
        text-align: left;
    }

    .first-block,
    .single-block {
        padding-bottom: 0;
        border: none;
        padding-top: 15px;
    }

    .divided-col.one-third {
        padding-left: 0;
    }

    .btn-description {
        width: 100%;
        padding: 10px 0;
    }

    .wrapper.main-content.accordion .accordion-title h2 a {
        padding: 25px 60px 25px 25px;
        font-size: 14px;
    }

    .col.col_50.button {
        margin-top: 15px;
    }

    br {
        display: none;
    }

    .norm-data-title {
        margin-bottom: 15px;
    }

    .contacts-holder .plain-text {
        font-size: 14px;
    }

    .login.form-wrapper {
        margin-bottom: 50px;
    }

    .button-col a.btn {
        width: 100%;
    }

    .button-col {
        margin-top: 30px;
    }
}

@media (max-width: 400px) {

    h1.sec-title,
    h1.page-title,
    h1.article-header {
        font-size: 28px;
    }

    h1.banner-title {
        font-size: 30px;
        text-align: center;
        padding-top: 55px;
    }

    h2.banner-subtitle {
        font-size: 24px;
        text-align: center;
        margin-top: 15px;
        padding: 0 15px;
    }

    section.better-patient-care {
        border: none;
        margin-top: 20px;
    }

    section.why-use {
        border: none;
        margin-top: 20px;
    }

    p.plain-text {
        text-align: justify;
    }

    p.plain-text.bigger {
        text-align: left;
    }

    p.plain-text.heading {
        text-align: center;
    }

    p.block-item-content {
        font-size: 14px;
        padding-top: 15px;
    }

    .about-cat {
        padding: 10px 0;
    }

    .wrapper.main-banner {
        padding-bottom: 10px;
    }

    .columns.small-8.text-body {
        padding-top: 15px;
    }

    .accordion-content.js-toggle-show {
        word-break: break-word;
    }
}


@media(max-width: 767px) {
    .footer-menu-holder {
        flex-direction: column;
        padding: 30px 10px;
    }

    .main-footer ul.footer-menu {
        padding-top: 0;
    }

    .main-footer ul.footer-menu li {
        text-align: center;
    }

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

    br {
        display: none;
    }

    .select-wrapper.version,
    .select-wrapper.language {
        width: 35%;
    }

    .main-banner.home-banner .banner {
        height: 500px;
    }

    .col.col_50 {
        flex: 0 0 100%;
    }

    .selects {
        flex-direction: column;
    }

    .main-banner .banner>.row>.columns>.text-wrapper.permissions {
        padding-top: 110px;
    }

    .mocalayout .mocacontent {
        padding: 30px 10px;
    }

    .mocalayout .mocaplanbox {
        width: 260px;
    }

    .mocalayout .mocaplantext {
        padding: 15px 5px;
    }

    .mocalayout .mocaplansubscribe span {
        font-size: 16px;
    }

    .mocalayout .mocaplansubscribe span:before {
        top: 0;
    }

    .group-init-form-wrapper {
        flex: 0 0 100%;
    }

    .certification-end .border .btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .wrapper.main-content.disclaimer-page ul.list li {
        margin: 5px 0;
    }
}

@media(max-width: 767px) and (orientation: portrait) {

    .input-wrapper span.btn,
    .space-span {
        display: block;
        text-align: center;
    }
}

.wrapper.main-content.default ul.tr-certif-ul {
    list-style-type: disc;
    padding: 0 0 0 40px;
}

.price-area {
    display: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #363636;
    flex-wrap: wrap;
    justify-content: space-between;
}

.b-value {
    text-decoration: line-through;
    margin-right: 10px;
}

.t-value {
    margin-right: 20px;
    font-weight: bold;
    color: #1B75BC;
}

.plain-text.register-text {
    padding: 20px 0;
    font-size: 18px;
}

#showOtherProfession,
#showOtherTitle {
    margin-bottom: 15px;
}

.tml-action-links {
    padding-left: 0;
}

span.btn a.register-link {
    font-weight: 300;
    padding: 8px 100px;
}

span.btn.reg a.register-link {
    color: #1b75bc;
    border: 1px solid #1b75bc;
    background: #fff;
}

span.btn a.register-link:hover {
    /*color: #fff;
    background: #1b75bc;*/
    transform: scale(1.05);
    transition: ease all .3s;
}

.space-span {
    margin: 0 20px;
    font-size: 18px;
    color: #0e76bc;
}

.input-wrapper span.btn {
    box-shadow: none;
}

.input-wrapper span.btn:hover {
    transform: scale(1.05);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    select {
        padding: 0;
        border: 1px solid #196ab4;
        background-color: #fff;
        color: #196ab4;
    }

    .select-wrapper select option {
        background-color: #fff;
    }

    .select-wrapper:after,
    .select-wrapper:before {
        display: none;
    }

    .button.col_50.col {
        text-align: left;
        margin-top: 30px;
    }
}

/*for four column display in paper page*/

.divided-col.one-forth {
    flex: 0 0 25% !important;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.divided-col.one-forth:first-child {
    padding-left: 0;
}

.divided-col.one-forth.middle {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

/*for five column display in paper page*/

.divided-col.one-fifth {
    flex: 0 0 20% !important;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}

.divided-col.one-fifth:first-child {
    padding-left: 0;
}

.divided-col.one-fifth.middle {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

/*for dnd instructions and introduction page*/

.text-large {
    font-size: 19px !important;
}


.divided-col.left.button {
    border-right: none !important;
}

.upload-file-list {
    color: #196ab4;
    line-height: normal;
    font-size: 12px;
}

#exemptedModal .file-upload-restriction {
    font-size: 14px;
}

.note {
    color: red;
    font-size: 14px;
    font-style: italic;
}

.wrapper.main-content h1#distribution_inquire_form {
    text-transform: none;
}

.borderBottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.mb-5 {
    margin-bottom: 2em;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 2em !important;
}

.mt-6 {
    margin-top: 3em !important;

}

.divided-col.one-sixth:nth-of-type(2),
.divided-col.one-sixth:nth-of-type(3),
.divided-col.one-sixth:nth-of-type(4) {
    border-right: none;
}



@media only screen and (max-width: 1200px) and (min-width: 691px) {
    .divided-col.one-sixth {
        flex: 0 0 33.33% !important;
        margin-bottom: 2rem;
    }

    .divided-col.one-sixth:nth-of-type(3) {
        border-right: none;
    }

    .divided-col.one-sixth:nth-of-type(4) {
        border-left: none;
    }
}

/* Moca Studies */
#moca-studies .post-title {
    margin-bottom: 0px;
}

#moca-studies .dates {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.white-txt {
    color: #fff;
}

#moca-studies .post-content {
    box-shadow: -1px 2px 14px 0px rgb(189 195 199 / 50%);
    border: 1px solid #eeee;
    border-radius: 0 0 8px 8px;
    padding: 2rem;
    opacity: 1;
    transition: all 10s ease-in-out;
}

.selected-article {
    /* opacity: 1; */
    color: #fff !important;
    background: #0e76bc;
    border-radius: 5px 5px 0 0;
    padding: 1rem 2rem;
    cursor: pointer;
    opacity: 1;
    transition: all .5s ease-in-out;
}

.add-animation {
    transition: all .3s ease-in-out;

}

/* Proceed to paypal form */
.proceedToPaypal-wrapper {
    width: 55%;
    margin: 0 auto 6rem;
    padding-top: 10rem;
}

.proceed-btn {
    margin-top: 2rem;
    width: auto !important;
    padding: 0.5rem 1rem;
}

#proceedToPaypalForm {
    box-shadow: -1px 2px 14px 0px rgb(189 195 199 / 50%);
    border: 1px solid #eeee;
    border-radius: 8px;
    padding: 5rem 10rem;
}

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


/* Header css */
.menu-item-language.menu-item-has-children a {
    border: 2px solid #1b75bc !important;
    padding: 0.5em !important;
    border-radius: 0.5em !important;
}

.sub-menu .menu-item-language a {
    border: unset !important;
}

.menu-item-language.menu-item-has-children ul {
    width: auto !important;
}

.main-nav li:last-child a.wpml-ls-item-toggle:before {
    display: none;
}

div.menu-holder {
    flex: 0 0 80% !important;
    padding-left: 20px;
}

div.menu-holder.fr {
    flex: 0 0 80% !important;
    padding-left: 0px;
}

.main-nav li a.wpml-ls-item-toggle:hover:after {
    border-bottom: none !important;
    display: none
}

.main-nav.menuItems li:last-child a:before {
    display: none;
}

.main-nav .wpml-ls-sub-menu li:last-child a:before {
    display: none;
}

.wpml-ls-item-legacy-dropdown {
    float: right
}

.main-header {
    position: fixed !important;
    width: 100% !important;
}

.main-nav li {
    padding: 10px 10px !important;
    margin-bottom: 0 !important;
}

.main-nav li.fr {
    padding: 10px 8px !important;
    margin-bottom: 0 !important;
}

.wpml-ls-legacy-dropdown {
    width: 10em !important;
    padding: 0 25px 0 0 !important;
}

li.sign-in-link.w-10 {
    width: 10em;
    padding-right: 0 !important;
}

.main-nav .wpml-ls-sub-menu li {
    padding: 0px !important;
}

.main-nav li.wpml-ls-item-legacy-dropdown {
    padding: 0px !important;
}

.main-nav li:last-child a:before {
    top: 6px !important;
}

.main-nav li.w-10:last-child a:before {
    top: 0px !important;
}

.main-nav .sub-menu li {
    padding: 5px 10px !important;
}

.wpml-ls-item-fr a:before {
    content: none;
}

.wpml-ls-legacy-dropdown a {
    border-radius: 0.25em;
}

div.wpml-ls-legacy-list-horizontal {
    border-bottom: 1px solid #dfdfdf !important;
}

.showForLarge {
    display: none !important;
}

@media only screen and (min-width: 1000px) {
    .wrapper.main-header {
        height: 110px !important;
    }

    .wrapper.main-banner {
        padding-top: 6em;
    }

    .wrapper.main-content.page-content {
        padding-top: 7em !important;
    }

    .wrapper.main-content {
        padding-top: 6em;
    }

    .wrapper.main-content.certification-questions {
        padding-top: 0em;
    }

    #disclaimerPage.wrapper.main-content {
        padding-top: 0em !important;
    }

    .wrapper.certification-banner {
        padding-top: 7em;
    }

    .wrapper.certification-banner.padTop {
        padding-top: 1em !important;
    }

    .mocalayout {
        padding-top: 7em;
    }

    .hideForMobile {
        display: block !important;
    }

    .post-id-6111 .sub-menu {
        top: 35px;
    }

    .post-id-6108 .sub-menu {
        top: 35px;
    }

    .wpml-ls-legacy-list-horizontal {
        float: right;
        padding: 0px 7px !important;
    }

    div.wpml-ls-legacy-list-horizontal {
        border-bottom: unset !important;
    }

    .showForLarge {
        display: block !important;
    }
}


div.lang_sel_list_horizontal.wpml-ls-legacy-list-horizontal ul {
    border: unset;
}

li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-legacy-list-horizontal {
    border-bottom: unset;
}

.wpml-ls-legacy-list-horizontal a {
    color: #fff;
    font-weight: bold;
}

/* Header css Ends */

.wrapper.main-header .language-toggle {
    display: none;
}

/* vide banner on home page */
.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 400px;
    z-index: 10;
    /* object-fit: fill; */
}

/* .media-box {
    display: flex; align-items: stretch;
} */
.control-btn {
    /* position: relative; */
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0.7;
}

.pause-btn+.control-btn {
    opacity: 0;
    transition: opacity .7s;
    /* top: 20px; */
}

.pause-btn:hover+.control-btn,
.pause-btn+.control-btn:hover {
    opacity: 0.7;
    transition: opacity .7s;
    /* top: 20px; */
}

.mejs-inner {
    height: 100% !important;
}

.mejs-layers {
    height: 100% !important;
}

.mejs-overlay.mejs-layer.mejs-overlay-play {
    height: 100% !important;
}

.mejs-mediaelement {
    background: #F6F8FC;
}

label.disclaimer-label label.error {
    position: absolute;
    bottom: -35px;
}

.labelError label.disclaimer-label label.error {
    bottom: -65px;
    right: 0;
}

/* disclaimer page */
#disclaimerPage ul.list li {
    line-height: 2em !important;
}

/*------Checkout page Starts------ */
.payment-form {
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

.payment-form .content {
    background-color: white;
}

.payment-form .block-heading {
    background: #1b75bc;
    text-align: center;
    padding: 1.25em;
    margin-top: 3em;
}

.payment-form .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
}

.payment-form.dark .block-heading p {
    opacity: 0.8;
}

.payment-form .block-heading h1,
.payment-form .block-heading h2,
.payment-form .block-heading h3,
.payment-form .block-heading h4 {
    margin-bottom: 0rem;
    color: #fff;
}

.payment-form form {
    background-color: #ffffff;
    padding: 0;
    margin: auto;
    border-radius: 0.5em;
}

.payment-form .title {
    font-size: 1em;
    display: inline-block;
    margin-bottom: 0em;
    font-weight: 600;
}

.payment-form .products {
    padding: 25px;
}

.payment-form .products .item {
    margin-bottom: 1em;
}

.payment-form .products .item-name {
    font-weight: 600;
    font-size: 0.9em;
}

.payment-form .products .item-description {
    font-size: 0.8em;
    opacity: 0.6;
}

.payment-form .products .item p {
    margin-bottom: 0.2em;
}

.payment-form .products .price {
    float: right;
    font-weight: 600;
    font-size: 0.9em;
}

.payment-form .products .total {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-top: 19px;
    font-weight: 600;
    line-height: 1;
}

.payment-form .card-details {
    padding: 25px 25px 15px;
}

.payment-form label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2B3B90;
}

.payment-form .card-details button {
    margin-top: 0.6em;
    padding: 12px 0;
    font-weight: 600;
}

.payment-form .date-separator {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

@media (min-width: 576px) {
    .payment-form .title {
        font-size: 1.2em;
    }

    .payment-form .products {
        padding: 40px;
    }

    .payment-form .products .item-name {
        font-size: 1em;
    }

    .payment-form .products .price {
        font-size: 1em;
    }

    .payment-form .card-details {
        padding: 40px 40px 30px;
    }

    .payment-form .card-details button {
        margin-top: 2em;
    }
}

.outline-number-circle {
    display: inline-block;
    line-height: 24px;
    text-align: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.outline-number-circle {
    line-height: 21px !important;
    border: 2px solid;
}

.rounded-circle {
    border-radius: 50% !important;
}

.bg-color {
    background: #f3f7fa;
}

.card {
    border-radius: 5px !important;
    box-shadow: 0px 2px 6px #ced4da;
    border: 0px solid #fff0;
    margin-bottom: 30px;
    z-index: inherit;
}

.form-check {
    padding-left: 1.70rem;
}

.submitbtn {
    color: #fff;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: 'Gotham';
}

.closeHtmlCode {
    position: absolute;
    top: 1em;
    right: 2em;
    cursor: pointer;
}

#showPaymentByCheckWireCard {
    position: relative;
}

.control_indicator {
    top: 4px;
}

.m-l10 {
    margin: 0 -12px;
}

.m-l2 {
    margin: 2px;
}

.divided-col.left {
    padding-right: 0px;
}

.content-holder.divided {
    justify-content: center;
}

#country,
#province,
#user_city_id {
    border-radius: 0.25em !important;
}

.cssload-double-torus {
    border-color: #0e76bc #fff #fff !important;
}

/*------Checkout page Ends------ */
/* news questionnaire */
#form_questionnaire .single-question .certification-answer input {
    margin-top: 6px !important;
}

#form_questionnaire .answer {
    padding: 0px 30px 5px 10px !important;
}

/* training language dropdown */
.lang_dropdown {
    position: relative;
    width: 100%;
}

#select_lang:focus-visible {
    outline: 2px solid #196ab4;
}

select.select_lang {
    background-image:
        linear-gradient(45deg, transparent 50%, #196ab4 50%),
        linear-gradient(135deg, #196ab4 50%, transparent 50%),
        linear-gradient(to right, #fff, #fff);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        100% 0;
    background-size:
        5px 6px,
        6px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;
    border: 2px solid #196ab4 !important;
    position: absolute !important;
    top: 25px;
    right: 40px;
    color: #000;
}

select.select_lang:focus {
    outline: 0;
}

.language-text {
    margin-top: 5rem;
}

@media only screen and (max-width: 1000px) {
    .select_lang {
        right: 30px;
        width: auto;
    }

    .language-text {
        margin: 7rem auto 1rem;
    }

    .family-brochure img {
        width: 75% !important;
        margin-top: 2em;
    }
}

/* Family Brochure - Banner */
.family-brochure img {
    display: inline-block !important;
    width: 100%;
}

.family-brochure {
    text-align: center;
    float: right;
    margin-top: 50px;
}

.family-brochure h1.banner-title {
    padding-top: 35px;
}

.marginTop {
    margin-top: 2.5em;
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .marginTop {
        margin-top: .5em;
        display: inline-block;
    }
}

/* Paper test sections */
.select-wrapper.language.empty,
.select-wrapper.version {
    display: none;
}

.paper-test-block {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.paper-test-title {
    background-color: #e1e1e1;
    /* height: 46rem; */
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center;
    padding: 2rem;
    flex-direction: column;
    align-content: center;
}

/* .w-20{
    width: 20%;
} */
.w-16 {
    width: 16.5em;
}

.w-18 {
    width: 18.5em;
}

.w-15 {
    width: 15em;
}

.h-40 {
    height: 40rem;
}

.h-48 {
    height: 48rem;
}

.h-80 {
    height: 80rem;
}

.h-70 {
    height: 70rem;
}

.h-58 {
    height: 58rem;
}

.h-61 {
    height: 61rem;
}

.h-63 {
    height: 63rem;
}

.paper-test-content {
    margin-left: 2rem;
    padding: 2rem 2rem 0;
}

.paper-test-form .col.col_50 {
    padding: 0 !important;
}

.teaser_img {
    width: 380px;
    border: 1px solid #808080;
    height: 262px;
}

.blind-text {
    margin-right: 2rem;
}

.paper-test-block .remote_video a {
    margin-bottom: 3rem;
}


/* news line  */
.newsline-div marquee {
    position: absolute;
    color: red;
    z-index: 999999;
    top: 125px;
}

/* for css loader, checkout page */
.cssload-container {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    left: 0;
    top: 0;
}

.cssloadarea {
    width: 100%;
    height: 69px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999;
}

.cssload-double-torus {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 6px solid;
    border-radius: 50%;
    /* border-color: $color-main #fff #fff; */
    animation: cssload-spin 1140ms infinite linear;
    -o-animation: cssload-spin 1140ms infinite linear;
    -ms-animation: cssload-spin 1140ms infinite linear;
    -webkit-animation: cssload-spin 1140ms infinite linear;
    -moz-animation: cssload-spin 1140ms infinite linear;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loadingtext {
    color: #fff;
}

label.error {
    color: red !important;
}

span.error {
    color: red !important;
}

label.good {
    color: green !important;
}

.discountCodeGroup {
    font-weight: 600;
}

.discountCode {
    font-weight: 600;
}


/* Digital tools page */
.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}
.justify-content-end{
    justify-content: end;
}
.mtop{
    margin-top: 2em;
}

.mtop .wp-video {
    margin: 0 !important;
}

.featureImage {
    flex: 0 0 15%;
    padding: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    align-content: center;
}

.mr-1 {
    margin-right: 1em;
}

.flex-column {
    flex-direction: column;
}

.featuretext {
    flex: 0 0 85%;
    padding: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;

}

.squareStyleType {
    list-style-type: square;
}

@media only screen and (max-width: 690px) {
    .featuretext {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 999px) {
    .mocalayout .mocacontentarea {
        margin-top: 3rem !important;
    }
}

/* Video page */
h1.sec-title.marginBottom {
    padding-bottom: 5px !important;
}

.bottom-part-center {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mb-8 {
    margin-bottom: 3.5em;
}

.mb-1 {
    margin-bottom: 1em !important;
}

/* footer */
#footer-wrapper {
    background-color: #6c6c6c;
    padding: 6em 10px;
}

#footer-wrapper h3,
#footer-wrapper p,
#footer-wrapper a {
    color: #fff;
}

#footer-wrapper p,
#footer-wrapper a {
    font-size: 14px;
}

#footer-wrapper h3 {
    font-size: 16px;
    margin-bottom: 2em;
}

#footer-wrapper p {
    margin-top: 1em;
    margin-bottom: 0em;
}

#footer-wrapper span,
#footer-wrapper a.read-more {
    color: rgba(255, 255, 255, 0.5);
}

#footer-wrapper p.news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#footer-wrapper ul {
    padding: 0 !important
}

#footer-wrapper .about-us-text {
    padding-right: 3em;
    line-height: 26px;
    letter-spacing: 0.02em;
}

#footer-wrapper .news-block {
    margin-bottom: 1.5em;
}

#footer-wrapper .news-block p {
    padding-right: 1em;
    line-height: 26px;
}

#footer-wrapper .news-block span,
#footer-wrapper .news-block a {
    font-size: 12px;
}

#footer-wrapper .padding-left {
    padding-left: 2.5em;
}

#footer-wrapper ul,
li {
    list-style: none;
    padding: 0 0;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.mt-3 {
    margin-top: 1.5em;
}

.pb-5 {
    padding-bottom: 3em;
}

/* video tag - digital tools */
.video .mejs-controls {
    display: none !important;
}

.video .mejs-inner:hover .mejs-controls {
    display: flex !important;
    border-radius: 0 0 10px 10px;
}

.video .mejs-container.wp-video-shortcode.mejs-video {
    border-radius: 10px;
    background-color: transparent;
}

.video video.wp-video-shortcode {
    border-radius: 10px;
}

.video .wp-video {
    margin: 0 !important;
}

.mejs-overlay-button {
    background: url('../images/play.png') no-repeat !important;
    background-position: 0 !important;
    height: 90px !important;
    width: 90px !important;
    position: absolute;
    left: 60px;
    background-size: 90px !important;
}

.card-one {
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 2.5em 2em;
}

.duo-descrptn {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #363636;
    font-weight: 400;
}

.duo-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #1B75BC;
}

.card-two {
    background: #F5F8FC;
    border-radius: 10px;
    display: flex;
    padding: 1.5em 1.25em 1.25em;
    align-items: center;
    margin-bottom: 2em;
}

.card-three {
    background: #FFFFFF;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5em 2em;
}

.card-three .solo-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #1B75BC;
}

.card-three .solo-descrptn {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #363636;
}

ul.duo-list {
    padding: 0;
    margin: 0;
}

ul.duo-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #363636;
    list-style: disc;
}

.mr-3 {
    margin-right: 3em;
}

.quote-block {
    background-color: #1B75BC;
    padding: 5em;
}

.subscripion-account {
    background-image: url(../images/account.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25em;
    background-position: bottom;
}

.quote-block h3 {
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0.02em;
}

.quote-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

/* testimonial - Owl carousel */
.testimonial {
    padding: 0em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial img {
    border-radius: 50%;
    height: 20em;
}

.pb-0 {
    padding-bottom: 0;
}

.testimonial {
    text-align: center;
}

.testimonial .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #363636;
    text-align: left;
}

.testimonial .profession {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #363636;
    text-align: left;
    margin: 0;
}

.testimonial .organization {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #363636;
    text-align: left;
}

.testimonial .pic {
    display: inline-block;
    width: 160px;
    height: 160px;
    border: 5px solid #1B75BC;
    margin-bottom: 15px;
    position: relative;
}

.testimonial .pic:after {
    content: "";
    border-width: 20px;
    border-style: solid;
    border-color: #1B75BC #1B75BC transparent transparent;
    position: absolute;
    bottom: -33px;
    right: 20%;
    transform: rotate(-15deg);
    z-index: -1;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #1B75BC;
    text-align: left;
    margin-top: 2em;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #585656;
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 3px;
    background: #585656;
    border-radius: 10px;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #1B75BC;
}

/* .owl-controls{
    position: absolute;
    top: 25px;
    left: 8px;
} */
.owl-controls.clickable {
    text-align: left;
}

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

.justify-content-between {
    justify-content: space-between;
}

.align-items-start {
    align-items: flex-start;
}

/* accordion */
.accordion.subscription {
    padding-top: 1em;
}

.accordion.subscription h2.subscription-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 1.5em;
}

.wrapper.main-content.accordion.subscription .accordion-single {
    margin-top: 25px;
    border: 1px solid #eee;
    box-shadow: none;
    /* border: 1px solid #C8E7FF; */
    border-radius: 8px;
}

.wrapper.main-content.accordion.subscription .accordion-title h2 a {
    padding: 25px 30px;
}

.duo-app-div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

@media only screen and (max-width: 641px) and (min-width: 300px) {
    #get_duo_app {
        margin-top: 25px;
    }

    .duo-app-div {
        flex-direction: column;
    }
}


.subscription .accordion-title h2 a.js-accordion-select span {
    padding: 0.3em 0.65em;
    border-radius: 50%;
    /* background-color: #0e76bc; */
    /* color: #fff; */
    border: 1px solid #C8E7FF;
    margin-right: 0.75em;
    box-sizing: border-box;
}

.wrapper.main-content.accordion.subscription .accordion-title h2 a.js-accordion-select.active span {
    padding: 0.3em 0.65em;
    border-radius: 50%;
    background-color: #fff;
    color: #0e76bc;
    /* border: 1px solid #C8E7FF; */
    margin-right: 0.75em;
    box-sizing: border-box;
}

.accordion-content.subscription-table {
    padding: 0 !important;
}

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

.h-100 {
    height: 100%;
}

.subscription-card {
    background: #FFFFFF;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 3em;
    width: 30%;
}

.subscription-card p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #363636;
    margin-bottom: 1.5em;
}

.subscription-card .btn {
    background: #1B75BC;
    box-shadow: 0px 4px 20px rgb(27 117 188 / 24%);
    border-radius: 10px;
    width: 100%;
    height: 3em;
    text-transform: capitalize;
}

.logoSize {
    width: 200px;
    height: 65px;
}

.justify-content-center {
    justify-content: center;
}

/* table */
.subscription-table table {
    width: 100%;
    text-align: left;
}

.subscription-table table thead tr th {
    padding: 1.5em 1em;
}

.subscription-table table tr {
    border-bottom: 1px solid #C8E7FF;
}

.subscription-table table tbody tr:last-child {
    border-bottom: none;
}

.subscription-table table tbody tr td,
.subscription-table table tbody tr th {
    padding: 0.75em 1em;
}

.subscription-table table tbody tr td {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #363636;
    word-break: break-word;
}

.subscription-table table tbody tr th {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #363636;
    word-break: break-word;
}

.heading.black {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #363636;
}

.heading.blue {
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #1B75BC;
}

.subscription-table tr.bgColor {
    background-color: #F5F8FC;
}

.subscription-table tr.bgColor .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #1B75BB;
}

.newButtonStyle.btn {
    background: #fff;
    box-shadow: none;
    height: 2.5em;
    color: #1B75BB !important;
    text-transform: capitalize;
    border: 1px solid #1B75BB;
    box-sizing: border-box;
    border-radius: 10px;
}

.buttonPadding {
    padding: 0 3em;
}

.buttonWidth15 {
    width: 15%;
}

.newButtonStyle.btn.blue {
    background: #1B75BC;
    box-shadow: 0px 4px 20px rgba(27, 117, 188, 0.24);
    color: #fff !important;
    text-transform: uppercase !important;
}

.newButtonStyle.btn:focus {
    outline-offset: 0px;
}

.btn:hover {
    box-shadow: 0px 1px 20px 3px #1b75bc !important;
}

.subscription-table table thead tr th,
.subscription-table table tr td,
.subscription-table table tr th {
    border-right: 1px solid #C8E7FF;
}

.subscription-table table tr td:last-child,
.subscription-table table tr th:last-child {
    border-right: none;
}

.flexHeight {
    display: flex;
    height: 7.5em;
}

.flex-wrap {
    flex-wrap: wrap;
}

.number span {
    cursor: pointer;
}

.minus,
.plus {
    cursor: pointer;
}

.minus {
    margin-right: 2px;
}

.number input {
    height: 36px;
    width: 46px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgb(54 54 54 / 30%);
    box-sizing: border-box;
    border-radius: 10px;
}

.w-100 {
    width: 100%;
}

.price {
    list-style-type: none;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    border-radius: 10px;
    transition: 0.3s;
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #C8E7FF;
    padding: 20px;
    text-align: left;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #363636;
}

.price li:last-child {
    border-bottom: none;
}

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

.price li button.btn {
    width: 40%;
}

.price li span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #363636;
}

.price .boldBlue {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #1B75BB;
}

.bgColorBlue {
    background-color: #F5F8FC;
    color: #000;
}

/* Digital Tools End */
/* Training Certification Page */
.bgColorGrey {
    background-color: #F6F8FC;
}

.titleStyle {
    font-weight: 700 !important;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}

.paddingContent {
    padding: 5em 2em;
}

.cardBrochure {
    background: #1B75BC;
    border-radius: 10px;
    padding: 4em;
}

.brochureCardPosition {
    position: absolute;
    top: -130px;
    width: 60%;
    text-align: center;
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding: 3em;
    left: 50%;
    transform: translate(-50%);
}

.white {
    color: #fff !important;
}

.black {
    color: #363636;
}

.text-justify {
    text-align: justify
}

.align-flex-start-center {
    align-items: flex-start;
}

.titleStyle.m-2 {
    margin: 0 0 2em !important;
}

#brochure-preview.mb-5 {
    margin-bottom: 7em;
}

.brochureDescription {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    width: 90%;
}

.txtDescription {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    line-height: 32px;
}

.brochureTitle {
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 20px;
}

.mb-4 {
    margin-bottom: 4em;
}

#primaryButton {
    margin-right: 1em;
}

.customBtn {
    line-height: 2.5em;
    font-weight: 500;
}

.customBtn1 {
    line-height: 2em;
}

.mejs-poster.mejs-layer {
    border-radius: 10px;
}

.position-relative {
    position: relative;
}

.pText {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
}

.bold {
    font-weight: 700 !important;
}

.semi-bold {
    font-weight: 500 !important;
}

.ptextDescription {
    font-weight: 400;
    font-size: 20px;
    width: 100%;
}

a.disableBlock {
    pointer-events: none;
    cursor: not-allowed;
    background: #f0f0f0;
    color: #808080;
}

a.disableBlock span {
    color: #808080;
    border: 1px solid #808080;
}

a.disableBlock:before {
    border: 2px solid #808080 !important;

}

.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

ul.get-certified1 {
    text-align: left;
}

ul.get-certified1 li p.pText {
    margin: 0 !important;
}

ul.get-certified1 li {
    list-style: disc;
}

ul.get-certified2 li p.pText {
    margin-bottom: 0.5em;
}

ul.get-certified2 li:before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #fff;
    display: inline-block;
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
    margin-top: -0.4rem;
}

.textBlue {
    color: #1B75BC;
}

.card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.02em;
}

.card-Subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
}

.mb-7 {
    margin-bottom: 2em !important;
}

.card-groupCode {
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 4em;
}

.lineText {
    overflow: hidden;
    text-align: center;
    margin: 0.75em 0 1.5em;
    color: #FFF;
}

.lineText:before,
.lineText:after {
    background-color: rgb(255 255 255 / 100%);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;
}

.lineText:before {
    right: 0.5em;
    margin-left: -50%;
}

.lineText:after {
    left: 0.5em;
    margin-right: -50%;
}

.tr-certif-ul li {
    list-style: disc;
}

.displayRight {
    display: inline-block;
    float: right;
    margin-right: 2em;
}

.flex-width55 {
    flex-basis: 55%;
}

.flex-width45 {
    flex-basis: 45%;
}

.bannerImage {
    position: absolute;
    top: -7%;
    left: -4%;
    border-radius: 10px;
}

.boxShadowImage {
    width: 100%;
    background: #1B75BC;
    border-radius: 0px 0px 0px 10px;
    height: 88%;
}

.bannerTextBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 50%;
    padding: 8em;
}

.bannerH1 {
    font-size: 32px;
    color: #2B3990;
    margin-bottom: 1em !important;
}

.bannerH2 {
    font-size: 18px;
    color: #363636;
    font-weight: normal;
}

.bannerP {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #363636;
    margin: 5px 0 0 0;
}

.align-items-end {
    align-items: flex-end;
}

.slick-dots {
    width: 32% !important;
}

.quoteDescription {
    font-size: 2em;
    line-height: 1.55em;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    margin: 0em;
}

.p-0 {
    padding: 0 !important;
}

.customPadding {
    padding: 4.6em 5em;
}

.descrptnText {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #363636;
    padding: 0em 4em;
}

.quoteStyle {
    position: absolute;
    top: 35%;
    right: -9%;
    z-index: 1;
    width: 7em;
}

.col-items {
    padding: 2em 4em;
    flex: 0 0 30%;
    margin: 1%;
    background: #F5F8FC;
    border-radius: 10px;
}

.col-items li {
    list-style: disc;
}

.card-four {
    background: #F5F8FC;
    border-radius: 10px;
    border: none;
    box-sizing: border-box;
    padding: 5em 2em;
}

.playIcon {
    width: 85px;
    position: absolute;
    z-index: 999;
    top: 35%;
    left: -10%;
    cursor: pointer;
    border: none !important;
}

.home-banner a:hover img.playIcon {
    background: none;
}

.flex-width45 .banner-video {
    background-color: #00000054;
}

.font-size20 {
    font-size: 20px !important;
}

.font-size14 {
    font-size: 14px !important;
}

.customCardPadding {
    padding: 3em 2em;
}

#MocaAssessment ul.get-certified2 li p.pText {
    margin-bottom: 0.25em;
}

.m-0 {
    margin: 0 !important;
}

.raterRegisterForm.mocalayout .mocacontent {
    width: 40%;
    padding: 50px 0;
    box-shadow: none;
    border: none;
}

.subscriptionStatus {
    color: red;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    display: inline-block;
    margin: 0;
    float: left;
}

.textUpperCase {
    text-transform: uppercase !important;
}

.cardHeader {
    background: #FFFFFF;
    border: 1px solid #C8E7FF;
    border-radius: 10px 10px 0px 0px;
    padding: 2em 4em;
    margin: 0;
}

.cardBody {
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
}

.cardBody1 {
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
    border-radius: 0 0 10px 10px;
    padding: 1em 4em 2em;
}

.cardBodyBetween {
    background: #F5F8FC;
    border: 1px solid #C8E7FF;
    border-radius: 0;
    padding: 1em 4em 2em;
}

.backgroundBlue {
    background: #F5F8FC
}

.liClass li {
    list-style: disc;
}

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

.noDisc.col-items li {
    list-style: none !important;
}

.text-left-right {
    text-align: right;
}

.select-wrapper select option {
    background-color: white;
}

.display-inline {
    display: inline !important;
}

.bannerheader {
    font-size: 32px !important;
    color: #2B3990 !important;
    font-weight: bold !important;
    display: inline !important;
}

.slick-prev:before,
.slick-next:before {
    color: #1b6bb4 !important;
    font-size: 40px !important;
}

.slick-prev,
.slick-next {
    z-index: 10;
}

.slick-prev {
    left: 100px !important;
}

.slick-next {
    right: 100px !important;
}

@media(max-width: 1024px) {
    .cardBody1 {
        padding: 2em;
    }

    .cardHeader {
        padding: 2em;
    }
}

@media(max-width: 991px) {
    
    #multilingual-training-section .slider-container{
        flex-direction: column;
        gap: 2rem;
    }

    #footer-wrapper .padding-left {
        padding-left: 0em;
    }

    .footer-block {
        margin-bottom: 2em;
    }

    #footer-wrapper {
        padding: 4em 1.5em 2em;
    }

    .footer-menu-holder {
        align-items: flex-start;
        padding: 0.75em 2em;
    }

    .footer-menu-holder img {
        margin-bottom: 0.5em;
    }

    #footer-wrapper .about-us-text {
        padding-right: 0em;
    }

    .flex-direction-reverse {
        flex-direction: column-reverse;
    }

    .justify-content {
        justify-content: center;
    }

    .subscription-card {
        width: 25em;
    }

    .accordion.subscription h2.subscription-heading {
        line-height: 38px;
        font-size: 28px;
        padding: 0 1em;
    }

    .pb-5 {
        padding-bottom: 1em;
    }

    .flexCenter {
        display: flex;
        justify-content: center;
    }

    .duo-descrptn {
        font-size: 14px;
    }

    .testimonial .title {
        margin-top: 1.5em;
    }

    .align-flex-start-center {
        align-items: center;
    }

    .bannerTextBlock {
        width: 70%;
    }
}

@media(max-width: 768px) {

    .button-holder-seminar.training-btn {
        left: 19%;
        bottom: 11%;
    }
    .subscription-table table {
        display: none;
    }

    .tableAsCards {
        margin: 1em;
    }

    .tableAsCards li:before {
        display: none !important
    }

    .tableAsCards .select_box {
        width: fit-content;
    }

    .wrapper.main-content.accordion .accordion-title h2 a.mobile {
        font-size: 18px;
    }

    .titleStyle {
        font-size: 28px;
    }

    .brochureCardPosition {
        position: relative;
        top: -6.5em;
        width: 100%;
    }

    .cardBrochure {
        padding: 3em;
    }

    .brochureDescription {
        margin: auto;
    }

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

    .titleStyle {
        line-height: 35px;
    }

    .flex-direction1 {
        flex-direction: column;
    }

    .button-container {
        padding: 0 15px;
    }

    .pText.width {
        width: auto;
    }

    .cardBody1 {
        padding: 1em 1em 2em;
    }

    .cardBodyBetween {
        padding: 1em 1em 2em;
    }

    .cardHeader {
        padding: 1.25em 1em;
    }

    .select-wrapper.language {
        width: 95% !important;
    }

    .flex-direction.paperPage {
        flex-direction: column;
    }

    #brochure-preview ul.get-certified2 {
        padding: 0 0 0 20px;
    }

    /* .main-banner.home-banner .banner {
        background: 100% 90% no-repeat;
    } */

    #slick-slide00 .banner,  #slick-slide01 .banner{
        background: 100% 90% no-repeat;
    }

    .bannerH1 {
        color: white;
    }

}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    .mejs-overlay-button {
        left: 30px;
        background-size: 74px !important;
    }

    .subscription-card {
        width: 20em;
    }

    .quote-block {
        padding: 3em 2em;
    }

    .card-three {
        padding: 2em;
    }

    .card-two {
        padding: 1em;
    }

    .card-two img {
        margin-bottom: 1em;
        width: 44px;
    }

    .duo-list {
        font-size: 12px
    }

    .testimonial-slider {
        margin-top: 1em;
    }

    .card-two .mr-3 {
        margin-right: 2em;
    }

    .cardList.mb-8 {
        margin-bottom: 0.5em;
    }

    .flex-direction {
        flex-direction: column;
    }

    .accordion-content p.mb-5 {
        margin-bottom: 1em;
    }

    .price li button.btn {
        width: auto;
    }

    .wrapper.main-content.accordion .accordion-title h2 a.mobile {
        font-size: 16px;
        padding: 1em;
    }

    .main-content.accordion.subscription .js-accordion-select.mobile.active {
        height: 85px;
    }

    .wrapper.main-content.accordion.subscription .accordion-title h2 a.js-accordion-select.active span {
        padding: 0.1em 0.45em;
    }

    .logoSize {
        width: 150px;
        height: 50px;
    }

    .paddingContent {
        padding: 3em 1.5em;
    }

    .brochureCardPosition {
        position: relative;
        top: -5.5em;
        width: 100%;
    }

    #primaryButton {
        margin-right: 0em;
    }

    .card-groupCode {
        padding: 1em;
    }

    #footer-wrapper ul {
        display: inline-block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
    .heightResponsive {
        height: 13em;
    }

    .card-groupCode {
        padding: 1em 0em;
    }

    .paddingTopMobile {
        padding-top: 7em;
    }

    .quoteStyle {
        top: -14% !important;
        right: 35% !important;
    }

    .get-certified2 li .pText {
        font-size: 14px;
    }

    .bannerH1 .banner-link {
        padding: 5px 10px !important;
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 374px) and (max-width: 426px) {
    .heightResponsive {
        height: 18em;
    }

    .quoteStyle {
        top: -14% !important;
        right: 40% !important;
    }

    .get-certified2 li .pText {
        font-size: 14px;
    }

    .bannerH1 .banner-link {
        padding: 5px 10px !important;
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 426px) and (max-width: 480px) {
    .heightResponsive {
        height: 20em;
    }

    .quoteStyle {
        top: -19% !important;
        right: 40% !important;
    }

    .bannerH1 .banner-link {
        padding: 5px 10px !important;
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    .heightResponsive {
        height: 20em;
    }

    .brochureCardPosition {
        width: 80%;
    }

    .quoteStyle {
        top: -19% !important;
        right: 40% !important;
    }

    .bannerH1 .banner-link {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 600px) {
    .button-holder-seminar.webinar-btn {
        left: 21.1% !important;
        bottom: 25% !important;
    }

    .testimonial {
        flex-direction: column;
    }

    .newButtonStyle.btn.blue {
        /* padding: 0; */
        margin-right: 0em;
    }

    .text-wrapper {
        margin-right: 0;
    }

    .brochureCardPosition {
        width: 100%;
        padding: 1.5em;
    }

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

    /* .main-banner.home-banner .banner {
        background: 100% 90% no-repeat;
    } */

    #slick-slide00 .banner,  #slick-slide01 .banner{
        background: 100% 90% no-repeat;
    }

    .bannerTextBlock {
        width: auto;
        padding: 4em;
    }

    .bannerimage {
        width: 200px;
    }

    .bannerH1 {
        font-size: 16px;
    }

    #slick-slide01 .bannerH1 {
        margin-top: -12rem !important;
    }

    .bannerheader {
        font-size: 22px !important;
        line-height: 26px !important;
        margin-left: 0.5rem;
    }

    .bannerTextBlock img.display-inline{
        width: 20px;
        height: 20px;
        margin: 7px;
    }

    .bannerH1 .white-play-btn {
        font-size: 12px !important;
    }

    .button-holder-seminar.duo-btn {
        left: 35% !important;
        bottom: 48% !important;
    }
    
    .button-holder-seminar.training-btn {
        left: 49.5% !important;
        bottom: 24% !important;
    }

}

@media only screen and (max-width: 420px) {
    .brochureCardPosition {}

    .card-Subtitle {
        margin-bottom: 0.5em !important;
    }

    .card-title {
        font-size: 18px;
    }

    .hideMargin.mr-3 {
        margin: 0;
    }

    .select-wrapper.language {
        width: 100% !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {

    .button-holder-seminar.training-btn {
        left: 48% !important;
        bottom: 18% !important;
    }

    .heightResponsive {
        height: 20em;
    }

    .brochureCardPosition {
        width: 75%;
    }

    .selects.width {
        width: 50%;
    }

    .quoteStyle {
        top: -16% !important;
        right: 43% !important;
    }

    .button-holder-seminar.duo-btn {
        left: 33% !important;
        bottom: 13% !important;
    }

    .bannerH1 .banner-link {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }

    .bannerH1 {
        font-size: 26px !important;
    }

    .button-holder-seminar.webinar-btn {
        left: 22% !important;
        bottom: 15%!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 825px) {

    .card-groupCode .btn a {
        font-size: 14px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .subscription-card {
        width: 25em;
    }

    .card-three {
        padding: 3em 2em;
    }

    .titleStyle {
        font-size: 34px;
    }

    .brochureCardPosition {
        top: -98px;
        width: 90%;
    }

    .cardBrochure {
        padding: 3em;
    }

    .card-groupCode {
        padding: 1.5em;
    }

    .quoteStyle {
        top: -25% !important;
        right: 43% !important;
    }

    .button-holder-seminar.duo-btn {
        left: 32.3% !important;
        bottom: 12% !important;
    }

    .button-holder-seminar.webinar-btn {
        left: 23% !important;
    }


    .button-holder-seminar.training-btn {
        left: 47.5% !important;
        bottom: 18% !important;
    }
}

@media only screen and (min-width: 769px) {
    .tableAsCards {
        display: none;
    }
    .show-link-for-mobile{
        display: none;
    }
}

/* @media only screen and (min-width: 829px) and (max-width: 990x) {
    .button-holder-seminar.training-btn {
        left: 18% !important;
        bottom: 15% !important;
    }
    .button-holder-seminar.duo-btn {
        left: 33.3% !important;
        bottom: 17% !important;
    }
} */


@media only screen and (min-width: 992px) and (max-width: 1090px) {
    .card-groupCode .btn a {
        font-size: 14px;
    }
}

/* Desktop, large screens*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .card-two {
        padding: 1em;
    }

    .p-1 {
        padding: 1em;
    }

    .card-three {
        padding: 3em 2em;
    }

    .brochureCardPosition {
        top: -110px;
        width: 75%;
    }

    .card-groupCode {
        padding: 2em;
    }

    .button-holder-seminar.training-btn {
        left: 53.4% !important;
        bottom: 10% !important;
    }

    .bannerH1 .banner-link {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }

    .button-holder-seminar.duo-btn {
        left: 39.6% !important;
        bottom: 13% !important;
    }

    
    .bannerTextBlock{
        padding: 4em;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1395px){
    .button-holder-seminar.training-btn {
        left: 53.2% !important;
        bottom: 14% !important;
    }

    .button-holder-seminar.duo-btn {
        left: 40.7%!important;
        bottom: 14%!important;
    }
}

.pt-2 {
    padding-top: 1em;
}

.width12 {
    width: 14em;
}

/* select dropdown with blue arrow */
.select_box {
    position: relative;
}

.select_box select {
    text-align: left;
    background: #FFFFFF;
    border: 1px solid rgb(54 54 54 / 30%);
    box-sizing: border-box;
    border-radius: 10px !important;
    font-weight: 500;
    font-size: 16px;
    color: #363636;
    position: relative;
    margin-right: 20px;
}

.select_box:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1B75BB;
    position: absolute;
    top: 45%;
    right: 35px;
    content: "";
    z-index: 98;
}

.starterBillingModel select {
    text-transform: capitalize;
}

.basicBillingModel select {
    text-transform: capitalize;
}

.professionalBillingModel select {
    text-transform: capitalize;
}

.customBillingModel select {
    text-transform: capitalize;
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
    #footer-wrapper ul {
        display: inline-block !important;
    }
}

.show-link-for-mobile{
    text-align: center;
    padding: 0.75em 0 0;
}
.show-link-for-mobile:hover{
    text-decoration: underline;
}
.underline:hover{
    text-decoration: underline;
}

@-webkit-keyframes animateBottom {
    from {
        top: 0px;
        opacity: 1;
    }

    to {
        top: 500px;
        opacity: 0;
    }
}

@keyframes animateBottom {
    from {
        top: 0px;
        opacity: 1;
    }

    to {
        top: 300px;
        opacity: 0;
    }
}

.modal-content-active {
    -webkit-animation-name: animateBottom;
    -webkit-animation-duration: 0.4s;
    animation-name: animateBottom;
    animation-duration: 0.4s;
}

.video-container {
    display: none !important;
}

.content-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.form-submit-btn {
    border: 1px solid #1B75BB;
    box-sizing: border-box;
    border-radius: 10px;
    width: 40%;
}

.mocaconfirmplandata span {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2B3B90;
}

ul.starIcon li:before {
    width: 8px;
    height: 8px;
    content: "*";
    position: absolute;
    color: #0e76bc;
    left: 15px;
    bottom: 40px;
    font-size: 24px;
}

ul.starIcon {
    padding: 0 1em;
}
#support_devices_table_wrapper{
    width: 100%!important;
}
#support_devices_table_length select{
    width:auto!important;
    border: 1px solid #000!important;
    color: #000!important;

}
#support_devices_table_length select option{
    color: #000!important;
}

#support_devices_table{
    width: 100%;
    font-size: 12px;
    max-width: 100%!important;
    margin: 0!important;
}
#support_devices_table thead tr th{
    text-align: left;
}
.width-300{
    width: 300px!important;
}

.mr-top-2{
    margin-top: 2rem;
}

@media only screen and (max-width: 1024px) {
    #support_devices_table {
        width: 1000px;
        font-size: 12px;
        max-width: 1400px!important;
        margin: 0!important;
    }
    .mobile-padding-top{
        padding:5em 0 3em;
    }
    .section-row{
        padding-left:1em; 
        padding-right:1em; 
    }
}

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

.home-banner a img.display-inline{
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.button-holder-seminar.training-btn{
    position: absolute;
    left: 52.8%;
    bottom: 17%;
    transform: translate(-50%, -50%);
}

.button-holder-seminar.duo-btn{
    position: absolute;
    left: 39.6%;
    bottom: 14%;
    transform: translate(-50%, -50%);
}


.bannerH1 .white-play-btn{
    font-size: 20px;
    margin-left: 3px;
}

.bannerH1 .banner-link{
    padding: 5px 20px; 
    font-size: 14px;
    border-radius: 5px;
    display: flex;
}

#multilingualTrainingLanguages .tab{
    background: #FFFFFF;
    border: 1px solid #C8E7FF;
    border-radius: 10px;
    font-style: normal; 
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #363636;
    padding: 1rem 2rem;
    cursor: pointer;
}

#multilingualTraining .subtitle{
    text-align: center;
    letter-spacing: 0.02em;
    color: #363636;
}

#multilingualTraining .tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

#multilingualTrainingLanguages .tab.active{
    background: #F5F8FC;
    box-shadow: 0px 4px 20px rgba(27, 117, 188, 0.24);
    border-radius: 10px;
    color: #1B75BC;
}

.footer-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    font-size: 12px;
}

#mep_1 {
    margin-bottom: 2rem;
}

#careers .heading{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 1.5em;

}

#careers .section-1 .blue-containter{
    background-color: #1B75BC;
    color: #ffff;
    border-radius: 10px;
    padding: 2em;
}

#careers .section-1 .blue-containter p{
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 0;
}

#careers .section-1 .gray-container{
    background: #F5F8FC;
    border-radius: 10px;
    padding: 2.5em 2em;
}

#careers .section-2 .content{
    text-align: center;
}

#careers .section-3 .title{
    text-align: center;
    font-size: 18px;
    margin-top: 3rem;
    padding: 0 10rem;
}

#careers .section-3 .sub-heading{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

#careers .section-3 .job-listing{
   border: 1px solid #C8E7FF;
   border-radius: 10px;
   padding: 2rem;
   margin-bottom: 2rem;
}

#careers .section-3 .job-title{
  color: #1B75BC;
  font-size: 16px;
  margin-bottom: 1rem;
}

#careers .section-3 .field{
    color: #1B75BB;
    background-color: #C8E7FF;
    padding: 0.1rem 1rem;
    font-size: 12px;
    border-radius: 20px;
}

#careers .section-2 .career-img{
    border-radius: 10px;
}

#careers .section-4 {
    background: #F5F8FC;
    padding: 3rem 2rem 4rem;
}

#job-description {
    padding-top: 1em!important;
}

#job-description .heading .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
}

#job-description .share-icon{
    border-radius: 10px;
    border: 1px solid #1B75BC;
    padding: 0.65rem;
    margin-right: 1rem;
}

#job-description .section-1 .line{
    width: 97%;
    height: 0px;
    border-bottom: 2px solid #C8E7FF;
    position: absolute;
}

.mb-1rem{
    margin-bottom: 1.25rem;
}

#job-description .section-1 .content{
    margin-top: 4rem;
}

#job-description .section-1 .content .field{
    color: #1B75BB;
    background-color: #C8E7FF;
    padding: 0.1rem 1rem;
    font-size: 12px;
    border-radius: 20px;
    width: fit-content;
    margin-bottom: 2rem;
}

#job-description .section-1 .content .desc-heading{
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.48px;
}

#job-description .section-1 .content li{
    list-style: disc!important;
}

#applyJobModal .modal-header{
    padding: 25px 50px 10px 50px;
    background: #E9F2F9;
    border-bottom: 1px solid #C8E7FF;
    text-align: center;
}

#applyJobModal .modal-header h4{
    color: #2B388F;
}

#applyJobModal .form-submit-btn {
    width: 25%;
}

.black-color{
    color: #000;
}

.form-cancel-btn{
    border: 1px solid #1B75BB;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    color: #1B75BC;
    width: 25%;
}

.drop-zone {
    border: 2px dashed rgba(27, 117, 188, 0.50);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.drop-zone p {
    margin: 0;
}

.drop-zone:hover {
    background-color: #f9f9f9;
}

.area p {
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.footer-menu-links a{
    line-height: 35px;
}

.footer-menu-links p{
    font-size: 16px;
}

#applyJobModal .file-upload-box{
    border-radius: 10px;
    border: 2px dashed rgba(27, 117, 188, 0.50);
    padding: 4rem;
}

.post-id-6 .sub-menu,  .post-id-5071 .sub-menu{
    top: 35px!important;
}
.green-btn{
    background: #8DB13E!important;
}

.btn-section{
    margin-top: 3rem;
}

.btn-section .btn{
    line-height: 2.5em;
}

.select-box-loader{
    margin-top: 25px;
    margin-left: 10px;
}
