#scroll {
    display: none;
}
.healthcare-main-wrapper{display:none;}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    padding-top: 0;
    padding-bottom: 0;
}

.row>* {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
}

.row.g-0 {
    margin-right: 0;
    margin-left: 0;
}

.row.g-0>* {
    padding-left: 0;
    padding-right: 0;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

@media only screen and (min-width: 576px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

:root {
    --color-primary: #3b73f2;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-blue: #fffce0;
    --text-color: #1b1d1f;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

html:focus-within {
    scroll-behavior: smooth;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


.bg-color {
    background: var(--color-blue);
}

.w-100 {
    width: 100%;
}

ul {
    padding: 0;
}

ul li {
    list-style-type: none;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.opm-btn:hover {
    color: #e80e19;
    border-color: #e80e19;
}

.opm-btn>.opm-btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.opm-btn>.opm-btn-icon+span {
    margin-left: 8px;
}

.opm-btn.opm-btn-primary {
    border: 1px solid #e80e19 !important;
    background-color: #e80e19 !important;
    color: #ffffff;
}

.opm-btn.opm-btn-primary:hover {
    background-color: #db0b15;
    border-color: #db0b15;
}

.opm-btn.opm-btn-primary:focus {
    background-color: #d00610;
    border-color: #d00610;
}

.opm-btn.opm-btn-secondary {
    border: 1px solid #ffda8b !important;
    background-color: #ffffff !important;
    color: #ffffff;
}

.opm-btn.opm-btn-secondary:hover {
    background-color: #444444;
    border-color: #444444;
}

.opm-btn.opm-btn-secondary:focus {
    background-color: #444444;
    border-color: #444444;
}

.opm-btn>span:last-child.opm-btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px !important;
}

a.opm-btn {
    text-decoration: none;
}

.opm-btn {
    border: 0;
    border-radius: 8px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    padding: 12px 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.opm-btn.btn-primary {
    color: #ffffff !important;
    text-decoration: none;
}

.opm-btn.btn-primary {
    background-color: #e80e19;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.opm-btn>span:last-child.opm-btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a.opm-btn.btn-primary {
    color: #ffffff !important;
    text-decoration: none;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.d-block {
    display: block !important;
}

.opm-support-wrapper h1 {
    font-size: calc(1.375rem + 2.2vw);
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 600;
    margin: 0 0 16px;
}

.opm-support-wrapper h2 {
    font-size: calc(1.325rem + 1.75vw);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.65px;
    margin: 0 0 16px;
}

.opm-support-wrapper h3,
.opm-support-wrapper .h3 {
    font-size: calc(1.3rem + 1vw);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.5px;
    margin: 0 0 12px;
}

.opm-support-wrapper h4 {
    font-size: calc(1.275rem + 0.75vw);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.5px;
    margin: 0 0 12px;
}

.opm-support-wrapper h5,
.opm-support-wrapper .h5 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.25px;
    margin: 0 0 12px;
}

.opm-support-wrapper h6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.25px;
    margin: 0 0 12px;
}

.opm-support-wrapper p,
.opm-support-wrapper .p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 16px;
}

.opm-support-wrapper ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 12px;
}

@media only screen and (min-width: 1200px) {
    .opm-support-wrapper h1 {
        font-size: 3rem;
    }

    .opm-support-wrapper h2 {
        font-size: 2.5rem;
    }

    .opm-support-wrapper h3,
    .opm-support-wrapper .h3 {
        font-size: 2rem;
    }

    .opm-support-wrapper h4 {
        font-size: 1.75rem;
    }
}

.heading-menu {
    display: none;
}

.text-center {
    text-align: center;
}

/*------ End css -------------*/

.opm-support-wrapper *,
.opm-support-wrapper *::after,
.opm-support-wrapper *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.opm-support-wrapper a:not(.itom-btn-primary) {
    color: #ce6f11;
}

.opm-support-wrapper a:not(.itom-btn-primary).anchor-text {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.opm-support-wrapper .anchor-text {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.opm-support-wrapper .opm-container {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
}

.opm-support-wrapper .sec-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.opm-support-wrapper .sec-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.opm-support-wrapper .sec-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.sec-bg {
    background: var(--color-blue);
}

@media screen and (min-width: 992px) {
    .opm-support-wrapper .title-break {
        display: block;
    }
}

.opm-support-wrapper .anchor-text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*---------- banner css start ----------*/

.opm-support-wrapper .opm-banner-wrapper .banner-section {
    position: relative;
}

.banner-img-holder {
    max-width: 406px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.opm-support-wrapper .opm-banner-wrapper .banner-section .banner-content a {
    margin-bottom: 16px;
    line-height: 1.2;
}

.opm-banner-wrapper {
    background: #fffce0;
    padding: 40px 0px 0px;
}

.dial-us-card {
    background: #fff;
    padding: 20px;
    border: 1px solid #ffe3b0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc(50% - 8px);
}


.banner-sub-title {color: #ce6f11; border: 1px solid #ffda8b !important;
background-color: #ffffff !important; padding: 4px 16px; display: inline-block; border-radius: 6px; font-size: 16px !important;}

/*------ dial card css -------*/

.dial-us-card:hover {
    background: #ffe3b0;
}

.dial-us-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
}

.dial-us-card span a {
    color: #000 !important;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
}

.mail-address-wrapper {}

.mail-address-wrapper h6 {
    margin-bottom: 24px !important;
    padding-bottom: 12px;
    border-bottom: 1px solid #d8d1ae;
}

.mail-address-wrapper .mail-card {
    background: #fff;
    display: inline-flex;
    border-radius: 50px;
    border: 1px solid #ffe3b0;
    margin-bottom: 16px;
}

.mail-address-wrapper .mail-card:last-child {
    margin-bottom: 0px;
}

.mail-address-wrapper .mail-card span a {
    color: #000;
    text-decoration: none;
}

.mail-address-wrapper .mail-card span {
    padding: 8px 16px;
    display: inline-flex;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.mail-address-wrapper .mail-card span:first-child {
    background: #ffe3b0;
    width: 171px;
}

.reach-number {
    display: flex;
    flex-direction: column;
}

.dial-flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dial-us-wrappper {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-bottom: 40px;
}

@media screen and (max-width: 990px) {
    .banner-img-holder {
        position: unset;
    }

    .mail-address-wrapper .mail-card span:first-child {
        width: auto;
    }
}

/*---------- dial card css end ----------*/

/* ----- resource section -----*/
.resource-section h3,
.support-form h3,
.dial-us-wrappper h3 {
    margin-bottom: 24px;
}

.resource-list {
    border-radius: 8px;
    gap: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.resource-card {
    display: flex;
}

.resource-card a {
    padding: 17px;
    background: #fff;
    display: flex;
    flex: 1;
    height: 140px;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    text-decoration: none;
    width: 150px;
    text-align: center;
    border: 1px solid #ddd;
    flex-direction: column; border-radius: 4px;
}

.resource-card a:hover {
        background: #f6f6f6;
    }
.event-card {
    background: #000;
    margin-top: 24px;
    height: 330px;
}

.event-card img {
    max-width: 100%;
}

/*--------- form css -----*/

.download-info {
    text-align: center;
}

.linux-form-card {
    background: #ffffff;
    padding: 24px;
    margin-bottom: 40px; border-radius: 4px;
}

#meGDPRMessage {
    margin: 0;
    margin-bottom: 6px;
    font-size: 13px;
    max-width: 100%;
    color: #696969;
    font-weight: 400;
}

#meGDPRMessage label {
    display: -webkit-box;
    display: -ms-flexbox;
    line-height: 1.5;
}

.checkmarkgdpr {
    margin: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 8px !important;
    background: #ffffff !important;
}

.checkmarkgdpr::before {
    content: "";
    top: -1px !important;
    left: 0 !important;
    position: relative !important;
    width: 6px !important;
    height: 11px !important;
    border-style: solid !important;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg) scale(0) !important;
    transform: rotate(45deg) scale(0) !important;
    -webkit-transition: 120ms -webkit-transform ease-out !important;
    transition: 120ms -webkit-transform ease-out !important;
    transition: 120ms transform ease-out !important;
    transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
}

.checkmarkgdpr.enableCheckgdpr::before {
    -webkit-transform: rotate(45deg) scale(1) !important;
    transform: rotate(45deg) scale(1) !important;
}

.input-row {
    margin-bottom: 12px;
}

.input-row input::-webkit-input-placeholder {
    color: #bbbbbb;
}

.input-row input::-moz-placeholder {
    color: #bbbbbb;
}

.input-row input:-ms-input-placeholder {
    color: #bbbbbb;
}

.input-row input::-ms-input-placeholder {
    color: #bbbbbb;
}

.input-row input::placeholder {
    color: #bbbbbb;
}

.input-row select {
    --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    background-image: var(--form-bg-img);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-row label:not(#meGDPRMessage label) {
    width: 100%;
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
}

.input-row textarea {
    width: 100%;
    border: 1px solid #e3e3e3;
    resize: none;
    height: 88px;
}

#opm-submit {
    margin: 12px auto 12px;
    display: flex;
    width: 100%;
    max-width: 332px;
}

.input-row #country_state,
.input-row #ukcountry_region {
    margin-top: 12px;
}

.form-feedback-error {
    margin-top: 4px;
    font-size: 14px;
    color: #ff1e1e;
    display: none;
}

.form-control,
select {
    height: 45px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 0 12px;
    font-weight: 400;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.form-control.is-invalid:not(select.form-control),
select#country_state.is-invalid:not(select.form-control) {
    border-color: #ff1e1e;
    padding-right: calc(1.5em + 0.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

select.form-control,
select#country_state {
    --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-image: var(--form-bg-img), var(--form-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

select.form-control.is-invalid,
select#country_state.is-invalid {
    --form-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    border-color: #ff1e1e !important;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px,
        calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

@media only screen and (max-width: 1170px) {
    .webinar-details-wrapper .webinar-details {
        flex-direction: column;
    }
}

@media only screen and (max-width: 991.98px) {
    .why-attend-img-block {
        text-align: center;
        margin-bottom: 48px;
    }
}

@media only screen and (max-width: 991.98px) {
    .learn-section h2 {
        margin-bottom: 32px;
    }

    .why-attend-img-block {
        justify-content: flex-start !important;
        margin-top: 32px;
    }
}

@media only screen and (max-width: 700px) {
    .webinar-details-wrapper .webinar-details {
        flex-direction: column;
    }
}

@media only screen and (max-width: 575.98px) {
    .webinar-details-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 40px 0px 0px;
        gap: 32px;
    }

    .webinar-details {
        border-right: 0 !important;
        flex-direction: row !important;
    }
}

.timezone-item .input-radio-item {
    display: grid;
    grid-template-columns: 20px auto;
    grid-column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 4px 0;
}

.timezone-item .input-radio-item input[type="radio"] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.timezone-item .input-radio-item input[type="radio"]::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 120ms -webkit-transform ease-out;
    transition: 120ms -webkit-transform ease-out;
    transition: 120ms transform ease-out;
    transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
    -webkit-box-shadow: inset 1rem 1rem #0090e0;
    box-shadow: inset 1rem 1rem #0090e0;
}

.timezone-item .input-radio-item input[type="radio"]:checked {
    border-color: #0090e0;
}

.timezone-item .input-radio-item input[type="radio"]:checked::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.timezone-item .input-radio-item label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    font-size: 15px;
}

.success-msg {
    display: none;
    text-align: center;
}

.success-msg .mb-3 {
    margin-bottom: 12px;
}

.apm-form-wrapper input::placeholder {
    color: inherit;
}

.timezone-recommend {
    color: #e76567;
    font-size: 14px;
    display: block;
}

/*.event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(11, 21, 60, 0.6);
    z-index: 2;
}

.event-closed {
    position: absolute;
    top: 40px;
    right: -45px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    background: #e3132a;
    color: #ffffff;
    padding: 8px 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 3;
}*/

ul {
    padding-left: 0;
}

.webinar-wrapper {
    display: flex;
    gap: 120px;
    justify-content: center;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.timezone-item {
    display: flex;
    gap: 16px;
}

.input-radio-item label {
    margin-bottom: 0 !important;
}

.input-radio-group .input-radio-item {
    display: grid;
    grid-template-columns: 2.25rem auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.input-radio-group .input-radio-item input[type="radio"] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-radio-group .input-radio-item input[type="radio"]::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 120ms -webkit-transform ease-out;
    transition: 120ms -webkit-transform ease-out;
    transition: 120ms transform ease-out;
    transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
    -webkit-box-shadow: inset 15px 15px #0090e0;
    box-shadow: inset 15px 15px #0090e0;
}

.input-radio-group .input-radio-item input[type="radio"]:checked {
    border-color: #0090e0;
}

.input-radio-group .input-radio-item input[type="radio"]:checked::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.input-radio-group .input-radio-item input[type="checkbox"] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
}

.input-radio-group .input-radio-item input[type="checkbox"]::before {
    content: "";
    top: -1px;
    position: relative;
    width: 0.375rem;
    height: 0.75rem;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    -webkit-transition: 120ms -webkit-transform ease-out;
    transition: 120ms -webkit-transform ease-out;
    transition: 120ms transform ease-out;
    transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
}

.input-radio-group .input-radio-item input[type="checkbox"]:checked {
    background: #0090e0;
    border-color: #0090e0;
    color: #ffffff;
}

.input-radio-group .input-radio-item input[type="checkbox"]:checked::before {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}

.input-radio-group .input-radio-item label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; gap:8px;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.mr-3 {
    margin-right: 16px !important;
}


@media only screen and (max-width: 520px) {
    
    .resource-card, .resource-card a{width: 100%;
    }
}


