@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Inter", serif;
    color: #62646A;
}

html,
body {
    height: 100%;

}

.main-wrapper {
    position: relative;
    overflow-x: hidden
}


ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #010613;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #010613;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.font_secondary {
    font-family: "Volkhov", serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #010613;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 50px;
    line-height: 120%;
}


h2,
.h2 {
    font-size: 36px;
    line-height: 120%;
}

h3,
.h3 {
    font-size: 18px;
    line-height: 50px;
}

h4,
.h4 {
    font-size: 14px;
    line-height: normal;
}

h5,
.h5 {
    font-size: 10px;
    line-height: normal;
}

h6,
.h6 {
    font-size: 8px;
    line-height: normal;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 90px 0;
}

.container {
    max-width: 1200px
}

.container.medium {
    max-width: 1100px
}

.container.smalls {
    max-width: 1000px
}

.container.wide {
    max-width: 1400px;
}

.cta-btn {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    font-weight: 500;
    border-radius: 8px
}

.btn_dark {
    background: #000614;
    color: #fff
}

.btn_default {
    background: #4582FF;
    color: #fff
}

.btn_default:hover {
    background: #2a6cf4;
    color: #fff
}

.btn_border {
    border: 1px solid rgba(69, 130, 255, 0.24);
    color: #4582FF;
}

.btn_border:hover {
    background: #4582FF;
    color: #fff
}

.btn_border:hover img {
    filter: invert(1) brightness(100)
}

.btn_dark:hover {
    background: #4582FF;
    color: #fff
}

.header-top {
    background: #000614;
    padding: 12px 0;
    text-align: right
}

.header-top a {
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    margin-left: 25px;
}

.header-top a:first-child {
    margin-left: 0
}

.header-top a img {
    margin-right: 5px
}

.site-logo {
    position: relative;
    z-index: 11;
    width: 125px;
}

.header-area {
    background: #fff;
    border-bottom: 1px solid rgba(9, 10, 11, 0.08);
    position: relative;
    z-index: 999
}

.mainmenu li {
    display: inline-block;
    position: relative;
    z-index: 11
}

.mainmenu li a {
    color: #000614;
    display: block;
    padding: 30px 15px
}

.mainmenu li a:hover {
    color: #4582FF;
}

.header-navigation {
    width: 100%;
    padding-left: 50px
}

.header-action a {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    padding: 10px 28px;
    border-radius: 8px;
    border: 1px solid rgba(69, 130, 255, 0.24);
    font-weight: 500;
    margin-left: 15px;
    align-items: center;
    position: relative;
    z-index: 11;
    color: #4582FF;
}

.header-action a.cart-btn {
    color: #4582FF;
    padding: 0;
    width: 52px;
    height: 50px;
}

.header-action a:hover {
    background: #4582FF;
    color: #fff
}

.header-action a:hover img {
    filter: invert(1) brightness(100)
}

.hero-text {
    width: 70%;
    margin: 0 auto
}

.hero-form {
    width: 60%;
    margin: 30px auto 0
}

.hero-form form {
    display: flex;
    align-items: center
}

.hero-form input {
    border-radius: 8px;
    border: 2px solid rgba(98, 100, 107, 0.16);
    background: #FFF;
    width: 100%;
    height: 60px;
    padding: 20px 16px
}

.hero-form .cta-btn {
    margin-left: 10px
}

.hero-img {
    margin-top: 50px;
    position: relative
}

.hero_shape {
    position: absolute;
    top: 0;
    right: 0
}

.hero-area {
    position: relative;
    z-index: 1
}

.hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.hero_shape {
    position: absolute;
    top: -97px;
    right: 0;
    width: 120px;
    z-index: -1;
}

.convenient-box {
    border-radius: 16px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.convenient-box .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    z-index: 1;
}

.convenient-box::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(9, 10, 11, 0.00) 0%, rgba(9, 10, 11, 0.60) 40%, #090A0B 100%);
}

.convenient-box .title {
    font-size: 36px;
    font-weight: 500;
    font-family: "Volkhov", serif;
    margin-bottom: 8px;
    font-style: italic;
}

.convenient-box.alt {
    background: #000614;
    height: 390px;
}

.webinar-box {
    display: block;
    border-radius: 24px;
    margin-top: 30px;
    overflow: hidden;
}

.webinar-box .image {
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(20px);
    padding: 10px
}

.webinar-box .image img {
    border-radius: 16px
}

.webinar_tags {
    color: #4582FF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 13px
}

.webinar-box .title {
    overflow: hidden;
    color: #000614;
    font-family: "Inter", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.webinar_meta {
    color: #62646B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 12px
}

.webinar_meta span {
    position: relative;
    padding-right: 7px;
    margin-right: 7px
}

.webinar_meta span::after {
    position: absolute;
    content: "";
    top: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(98, 100, 107, 0.71);
    right: -3px;
}

.webinar_meta span:last-child::after {
    display: none
}

.webinar-box .action {
    background: #fff;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.webinar-box .info {
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(20px);
    padding: 15px 25px
}

.webinar-area {

    position: relative;
    z-index: 1
}

.webinar-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.64) 0%, rgba(250, 250, 250, 0.64) 100%);
    background: linear-gradient(180deg, color(display-p3 0.9792 0.9796 0.9808 / 0.64) 0%, color(display-p3 0.9804 0.9804 0.9804 / 0.00) 100%);
    backdrop-filter: blur(100px);
    z-index: -1
}

.webinar_shape_circle {
    position: absolute;
    top: -260px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
    z-index: -1;
    width: 100%;
    height: 100%
}

.w_price {
    color: #B4B6BB;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.m_price {
    color: #4582FF;
    font-family: "Volkhov", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    display: block;
    margin-top: 10px
}

.webinar-box .cta-btn {
    padding: 10px 20px
}

.webinar_shape_left {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    height: 70%
}

.webinar_shape_right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    height: 70%
}

.section_action {
    margin-top: 50px
}

.dark_gradient_btn {
    position: relative;
}

.button_img {
    position: absolute;
    top: -4px;
    left: -4px;
    height: calc(100% + 8px);
    min-width: calc(100% + 8px);
}

.dark_gradient_btn:hover {
    background: #000614;
    color: #fff;
}

.webinar_tabs .nav-tabs {
    border: none !important;
    margin-bottom: 30px;
    margin-top: 30px
}

.webinar_tabs .nav-tabs .nav-link,
.webinar_tabs .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important
}

.webinar_tabs .nav-tabs .nav-link {
    color: #62646B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 100%;
    /* 16px */
    font-family: "Inter", serif;
    border-bottom: 2px solid rgba(0, 6, 20, 0.08) !important;
    padding: 12px 18px
}

.webinar_tabs .nav-tabs .nav-link.active {
    color: #4582FF;
    font-weight: 500 !important;
    margin: 0 !important;
    border-bottom: 2px solid #4582FF !important
}

.webinar_tabs {
    margin-top: 20px
}

.experience-box {
    padding: 100px 80px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    margin-top: 30px
}

.experience-img {
    position: absolute;
    width: 505px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
}

.experience-text {
    padding-left: 80px;
    position: relative
}

.experience-text .num {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4582FF;
    color: #fff;
    font-weight: 500;
    border-radius: 50%;
    left: 0
}

.experience-text .title {
    color: #000614;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.experience-box.alt {
    padding-top: 70px;
    padding-bottom: 0
}

.experience-box.alt .experience-img {
    position: inherit;
    width: 100%;
    margin-top: 30px
}

.feature-link-area {
    position: relative;
    padding: 15px 0
}

.feature-link-area .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.feature-link {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    margin: 15px 0;
    justify-content: flex-start
}

.feature-link .title {
    color: #FFF;
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}

.feature-link img {
    margin-right: 12px
}

.pricing-area {
    position: relative;
    z-index: 1
}

.package_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    filter: blur(200px);
}

.pricing-box {
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    margin-top: 30px
}

.pricing-box .title {
    color: #000614;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.pricing-box .price {
    color: #4582FF;
    font-family: "Volkhov", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 20px
}

.pricing-box .cta-btn {
    width: 100%
}

.price-head {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 6, 20, 0.08);
}

.pricing-box li {
    padding-left: 30px;
    margin-top: 12px;
    position: relative
}

.pricing-box li::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><circle cx="7.99996" cy="8.00114" r="6.66667" fill="%2309C369" style="fill:%2309C369;fill:color(display-p3 0.0367 0.7633 0.4135);fill-opacity:1;"/><path d="M5.1667 8.00239L7.05337 9.88906L10.8334 6.11572" stroke="white" style="stroke:white;stroke-opacity:1;" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat scroll center center/cover
}

.certificate_logos {
    gap: 15px
}

.certificate_provider {
    color: #000614;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px
}

.get-certificate-area hr {
    margin: 40px 0
}

.get-certificate-area {
    background: #fff;
    position: relative;
    z-index: 1;
    min-height: 900px;
    display: flex;
    align-items: center;
}

.certificate {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.leading-industry-area {
    position: relative;
    z-index: 1
}

.leading-industry-area .leading_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.leading-box {
    padding: 10px;
    background: #fff;
    margin-top: 30px;
    display: block;
    border-radius: 24px
}

.leading-box .info {
    padding: 15px
}

.leading-box .l-tags {
    color: #4582FF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding-top: 8px
}

.leading-box .title {
    overflow: hidden;
    color: #000614;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 15px
}

.leading-box img {
    height: 200px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover
}

.leading-box:hover {
    transform: translateY(-12px)
}

.faq_inner {
    margin-top: 40px
}

.faq-area {
    background: #FAFAFA;
}

.faq_accordion .accordion-item {
    border: none !important;
    border-radius: 15px !important;
    margin-bottom: 30px
}

.faq_accordion .accordion-button {
    border: none !important;
    border-radius: 15px !important;
    color: #090A0B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 20px 30px;
    position: relative;
    padding-right: 45px
}

.faq_accordion .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #090A0B;
    background-color: transparent;
    box-shadow: none;
}

.faq_accordion .accordion-body {
    padding: 20px 30px
}

.faq_accordion .accordion-button::after {
    display: none
}

.faq_accordion .accordion-button .plus-minus {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
}

.faq_accordion .accordion-button .plus-minus::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 15px;
    background: #3B70FC;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.faq_accordion .accordion-button .plus-minus::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 15px;
    height: 2px;
    background: #3B70FC;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.accordion-button:not(.collapsed) .plus-minus::after {
    display: none
}

.call-to-action {
    position: relative;
    z-index: 1
}

.call-to-action .cta_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    backdrop-filter: blur(20px);
}

.call-to-action .btns {
    margin-top: 50px
}

.cta-box {
    padding: 40px;
    border-radius: 24px;
    background: #000614;
    color: #fff;
    transition: all 0.4s
}

.cta-box > img {
    border-radius: 20px
}

.cta-box .title {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    font-family: "Volkhov", serif;
    margin-bottom: 30px
}

.cta-box .info {
    padding-top: 30px
}

.cta-box:hover {
    background: #4582FF;
}

.cta-box:hover .cta-btn {
    background: #000614
}

.cta-box .cta-btn:hover {
    color: #fff
}

.call-to-action-v2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0.64) 100%);
    background: linear-gradient(180deg, color(display-p3 1 1 1 / 0.00) 0%, color(display-p3 1 1 1 / 0.64) 100%);
    backdrop-filter: blur(20px);
}

.footer-area {
    position: relative;
    padding-top: 80px;
    padding-bottom: 70px
}

.footer_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

a.fotoer-logo {
    display: inline-block;
    width: 220px;
    margin-bottom: 20px;
}

.footer-contact li,
.footer-links li {
    margin-bottom: 8px
}

.navigation-title,
.footer-social .title {
    color: #CACBCE;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px
}

.footer-newsletter-title {
    color: #000614;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.footer-widget {
    font-size: 14px
}

.f_newsletter form {
    display: flex
}

.f_newsletter input {
    border-radius: 8px;
    border: 2px solid rgba(98, 100, 107, 0.16);
    background: #FFF;
    width: 100%;
    height: 60px;
    padding: 20px 16px;
    margin-right: 10px
}

.footer-social {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(69, 130, 255, 0.16);
    display: flex;
    align-items: center;
}

.footer-social li {
    display: inline-block;
    margin-left: 6px
}

.footer-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(69, 130, 255, 0.16);
    ;
    width: 45px;
    height: 45px;
    color: #5481F7
}

.footer-social li a:hover {
    border-color: #5481F7;
    background: #5481F7;
    color: #fff
}

.footer-social .title {
    margin-bottom: 0;
    margin-right: 15px
}

.footer-bottom {
    padding: 15px 0;
    background: linear-gradient(0deg, rgba(0, 6, 20, 0.08) 0%, rgba(0, 6, 20, 0.08) 100%), #FFF;
    font-size: 12px;
    color: rgba(0, 6, 20, 0.40);
}

.footer-bottom-link {
    text-align: right
}

.footer-bottom-link a {
    display: inline-block;
    margin-left: 15px;
    color: rgba(0, 6, 20, 0.40);
}

.webinar_page_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.8
}

.webinar-page-area {
    padding-top: 120px;
    margin-top: -60px
}

.webinar-page-area::after {
    display: none
}

.page-breadcrumb li a {
    color: #CACBCE;
}

.page-breadcrumb {
    position: relative;
    z-index: 11;
    padding: 12px 0
}

.page-breadcrumb li {
    display: inline-block;
    padding-left: 10px;
    margin-right: 10px;
    position: relative;
    color: #CACBCE;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    z-index: 1
}

.page-breadcrumb li::after {
    position: absolute;
    content: "/";
    top: 0;
    right: -15px;

}

.page-breadcrumb li:last-child::after {
    display: none
}

.webinars-details-area {
    position: relative;
    z-index: 1
}

.webinars-details-area .single-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.8
}

.webinars-details-area .head {
    margin-top: 30px
}

.webinar-box .date-time {
    color: #5C6670;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.webinars-details-bredcrumb-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 40px
}

.webinars-details-meta {
    display: flex;
}

.webinars-details-meta li {
    display: inline-flex;
    align-items: center;
    margin-right: 32px;
}

.webinars-details-meta .list-dot {
    margin-right: 0;
    margin-left: -8px;
    position: relative;
}

.webinars-details-meta li img {
    display: inline-block;
    margin-right: 8px;
}

.webinars-details-meta .list-dot::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #797F76;
    left: -12px;
    top: 45%;
}

.webinars-details-bredcrumb-action li {
    display: inline-block;
    margin-left: 10px
}

.webinars-details-bredcrumb-action li:first-child {
    margin-left: 0
}

.webinars-details-bredcrumb-action li a {
    display: block;
    padding: 13px 20px;
    border-radius: 8px;
    border: 1px solid rgba(59, 112, 252, 0.24);
    color: #3B70FC;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webinars-details-bredcrumb-action li:last-child a img {
    margin-right: 5px
}

.webinars-details-img img {
    border-radius: 20px
}

.webinars-details-img {
    margin-bottom: 60px;
    padding: 24px;
    background: #fff;
    border-radius: 30px;
}

.webinars-details-tab .tab-content {
    padding: 24px;
    background: #fff;
    border-radius: 16px
}

.p_24_tab {
    padding: 24px;
    border-radius: 15px;
    background: rgba(9, 10, 11, 0.02);
    margin-top: 30px;
}

.p_24_tab:first-child {
    margin-top: 0;
}

.webinars-details-tab .heading {
    color: #090A0B;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    margin-bottom: 10px;
    display: block
}

.webinars-overview-list li {
    margin-bottom: 8px;
    list-style: disc;
}

.webinars-overview-list ul {
    margin-left: 24px;
}

.popular-webinars-tab .nav-tabs {
    border: none;
    margin-bottom: 25px
}

.popular-webinars-tab .nav-tabs li {
    margin: 0
}

.popular-webinars-tab .nav-tabs button {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(9, 10, 11, 0.08);
    margin: 0;
    color: #5C6670;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.popular-webinars-tab .nav-tabs button.active {
    border-color: #3B70FC;
    color: #3B70FC;
    background: transparent
}

.webinars-details-selectbox {
    background: #fff;
    border-radius: 16px
}

.sumTotal {
    color: #3B70FC;
    font-size: 36px;
    line-height: 100%;
    font-weight: 700;
    display: block;
    padding: 24px;
    border-bottom: 1px solid rgba(9, 10, 11, 0.08);
    font-family: "Volkhov", serif
}

.webinars-details-selectbox ul li {
    margin-bottom: 18px;
}

.webinars-details-selectbox ul li .title {
    color: rgba(9, 10, 11, 0.24);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 18px;
}

#our-form > li {
    padding: 24px;
    padding-bottom: 0;
    margin-bottom: 0
}

#our-form > li > ul {
    padding: 16px;
    border-radius: 15px;
    background: rgba(9, 10, 11, 0.02);

}



.webinars-details-selectbox input,
.checkout-billing .custom_checkbox input {
    display: none
}

.webinars-details-selectbox label,
.checkout-billing .custom_checkbox label {
    position: relative;
    font-size: 15px;
    color: #0B0909;
    padding-left: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sumAction .cta-btn {
    margin-top: 20px;
    width: 100%
}

.webinars-details-selectbox label::before,
.checkout-billing .custom_checkbox label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #847171;
    border-radius: 4px;
    background: transparent;
    transition: all 0.4s
}

.webinars-details-selectbox label::after,
.checkout-billing .custom_checkbox label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 0.4s;
    opacity: 0;
}

.webinars-details-selectbox input:checked + label::after,
.checkout-billing .custom_checkbox input:checked + label::after {
    opacity: 1;
    visibility: visible
}

.webinars-details-selectbox input:checked + label::before,
.checkout-billing .custom_checkbox input:checked + label::before {
    background: #3B70FC;
    border-color: #3B70FC
}

.webinars-details-selectbox input:checked + label {
    font-weight: 700
}

.checkout-billing .custom_checkbox {
    margin-bottom: 30px
}

.webinars-details-area {
    position: relative;
    z-index: 1;
    padding-top: 100px !important;
    margin-top: -60px;
    padding-bottom: 90px !important
}

.calaction {
    padding: 24px;
    background: rgba(59, 112, 252, 0.16);
    margin-top: 24px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.calaction .sumTotal {
    padding: 0;
    border: none
}

.webinars-speaker-author {
    display: flex;
    align-items: center;
}

.webinars-speaker-author-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 16px;
}

.webinars-speaker-author-text .heading {
    margin: 0
}

.webinars-details-tab .faq_accordion .accordion-button {
    background: rgba(9, 10, 11, 0.02);
}

.webinars-details-tab .faq_accordion .accordion-item {
    background: rgba(9, 10, 11, 0.02);
}

.related-sidebar .heading {
    color: #000614;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
}

.related-sidebar .inner-related {
    padding: 20px;
    border-radius: 30px;
    background: #fff
}

.related-item {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    border-radius: 8px;
    background: rgba(0, 6, 20, 0.02);
    margin-bottom: 15px
}

.related-item:last-child {
    margin-bottom: 0
}

.related-item .title {
    overflow: hidden;
    color: #000614;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 7px
}

.related-meta {
    color: #62646B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.related-item .img {
    width: 120px;
    min-width: 120px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 8px
}

.related-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.related-sidebar {
    margin-top: 50px
}

.webinars-details-area .main-heading {
    color: #000614;
    font-family: "Volkhov", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 39.6px */
}

.login-left {
    width: 420px;
    margin: 0 auto
}

.login_form {
    margin-top: 30px
}

.login_form li {
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 2px solid rgba(92, 102, 112, 0.16);
    background: #FFF;
    margin-bottom: 15px
}

.login_form li.focused {
    border-color: #3B70FC;
}

.login_form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 10px 20px;
    padding-left: 60px;
}

.login_form label {
    position: absolute;
    top: 50%;
    left: 6px;
    z-index: 1;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}

.login_form input::placeholder {
    color: #9AA3AC;
}

.login_form .cta-btn {
    width: 100%;
    margin-bottom: 20px
}


.login-left h1 {
    color: #000614;
    font-family: "Volkhov", serif;
    font-size: 36px;
    font-style: normal;
    line-height: 110%;
    /* 39.6px */
}

a.login-logo {
    display: inline-block;
    width: 160px;
    margin-bottom: 10px;
}

.login_form a:hover {
    text-decoration: underline;
}

.login_form a {
    color: #3B70FC;
    font-weight: 500;
}

.login-screen {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 50px 0;
    justify-content: center;
    position: relative;
    z-index: 1
}

.login-screen .container {
    max-width: 1400px
}

.login_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover
}

.login-slider-box .image {
    width: 60%;
    margin: 0 auto 45px
}

.login-slider-box {
    color: #62646B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
}

.login-slider-box .title {
    color: #000614;
    font-family: "Volkhov", serif;
    font-size: 24px;
    font-style: normal;
    line-height: 110%;
    margin-bottom: 12px
}

.login-slider .slick-dots button::before {
    display: none
}

.login-slider .slick-dots button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background: #fff;
    padding: 0 !important;
    opacity: 0.5
}

.login-slider .slick-dots .slick-active button {
    opacity: 1
}

.login-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px
}

.login-slider .slick-dots {
    position: inherit;
    bottom: auto;
    margin-top: 30px
}

.login_form .hide {
    display: none;
}

.login_form .inputfield {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.login_form .input {
    height: 2.5em;
    width: 2.5em;
    border: 1px solid #dad9df;
    outline: none;
    text-align: center;
    font-size: 1.5em;
    border-radius: 0.3em;
    border-radius: 8px;
    border: 1px solid rgba(92, 102, 112, 0.16);
    background: #FFF;
    outline: none;
    -moz-appearance: textfield;
    position: inherit;
    top: auto;
    left: auto;
    padding: 0;
}

.login_form .input:focus {
    border: 2px solid #3B70FC;
}

.login_form input[type="number"]::-webkit-outer-spin-button,
.login_form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.checkSteps {
    width: 70%;
    margin: 0 auto 70px
}

.checkSteps ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.checkSteps ul li {
    flex: 1;
    width: 100%;
    text-align: center;
    color: rgba(46, 40, 42, 0.24);
    position: relative
}

.checkSteps ul li::after {
    position: absolute;
    content: "";
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 4px solid rgba(46, 40, 42, 0.16);
    background: #fff;
}

.checkSteps ul li::before {
    position: absolute;
    content: "";
    top: -18px;
    width: 275px;
    height: 2px;
    background: #D9D9D9;
    right: -140px;
}

.checkSteps ul li:last-child::before {
    display: none
}

.checkSteps ul li.pass::before {
    background: #0CC033;
}

.checkSteps ul li.pass::after {
    background: #0CC033;
    border-color: #0CC033
}

.checkSteps ul li.active::after {
    border-color: #0CC033
}

.checkSteps ul li.active,
.checkSteps ul li.pass {
    color: #2E282A;
}

.checkout-area {
    position: relative;
    z-index: 1
}

.checkout_bg {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.checkout-left .accordion-item {
    border: none;
    margin-bottom: 30px;
    border-radius: 24px;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(20px);
}

.checkout-left .accordion-button {
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: hidden;
    color: #000614;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
}

.checkout-left .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.checkout-accordion-inner {
    padding: 24px;
    border-radius: 8px;
    background: rgba(0, 6, 20, 0.02);
}

.cartList table {
    width: 100%
}

.cartList td {
    padding: 10px 0;
    vertical-align: top
}

.cartList td a {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000614;
    line-height: 140%;

}

.cartList td:first-child {
    min-width: 300px;
    width: 400px;
}

.cartList .price {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #0B0909;
}

.cartList .quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 105px
}

.quantity__input {
    background: transparent;
    text-align: center;
    width: 45px
}

.cartList .quantity a {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border: 1px solid rgba(11, 9, 9, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cartList .qty span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px
}

.cartList .qty {
    margin-bottom: 20px
}

.cartList .qty:last-child {
    margin-bottom: 0
}

.cartList .row {
    margin-bottom: 20px;
}

.cartList .row:last-child {
    margin-bottom: 0
}

.cartList .addMore {
    margin-top: 20px
}

.cartList .addMore a {
    color: #4582FF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 12px */
}

.quantity__input {
    background: transparent;
    text-align: center;
    width: 45px;
    border: none
}

.cartList .qty span {
    overflow: hidden;
    color: #62646B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: block
}

.cartList td:last-child {
    padding-left: 40px
}

.cartList {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 6, 20, 0.08);
}

.cartList:last-child {
    padding-bottom: 0;
    border: none
}

.checkout-accordion-inner .addMore {
    margin-top: 20px
}

.checkout-accordion-inner .addMore a {
    color: #4582FF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.checkout-accordion-inner .attendees-details label,
.shipping-form label {
    display: block;
    margin-bottom: 8px;
    color: #62646B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
}

.checkout-accordion-inner .attendees-details input,
.shipping-form input,
.shipping-form select,
.shipping-form textarea {
    border-radius: 8px;
    border: 2px solid rgba(98, 100, 107, 0.16);
    background: #FFF;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    height: 56px
}

.checkout-accordion-inner .attendees-details input::placeholder,
.shipping-form input::placeholder,
.shipping-form textarea::placeholder {
    color: #B5B6BA;
}

.attendees-details ul {
    margin: 15px 0;
    margin-left: -15px;
}

button.remove_attendee {
    width: 30px;
    margin-left: auto;
    margin-top: -56px;
    color: red;
    margin-right: -10px;
}

.shipping-form li {
    margin-bottom: 15px
}

.shipping-form textarea {
    height: 120px
}

.checkoutRight {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(20px);
    overflow: hidden
}

.checkoutRight .list {
    margin-bottom: 30px;
}

.checkoutRight .title,
.checkoutRight .title {
    color: #CACBCE;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 12px */
    text-transform: uppercase;
    margin-bottom: 10px
}

.order_summary .inner {
    padding: 20px;
    border-radius: 16px;
    background: rgba(0, 6, 20, 0.02);
}

.checkoutRight tfoot tr {
    border-top: 1px solid rgba(0, 6, 20, 0.08);
}

.checkoutRight table {
    width: 100%;
}

.checkoutRight td {
    color: #0B0909;
    padding: 4px 0;
    font-size: 16px;
    font-weight: 400;
}

.checkoutRight tr .Tdcolor {
    color: #09C369;
    font-weight: 500;
}

.checkoutRight td:last-child {
    text-align: right;
}

.order_summary tbody tr:last-child td {
    padding-bottom: 20px;
}

.checkoutRight tfoot td {
    font-size: 20px;
    padding-top: 16px;
    font-weight: 700;
}

.payBox {
    padding: 20px;
    border-radius: 16px;
    background: rgba(0, 6, 20, 0.02);
}

.payBox label {
    display: block;
    margin-bottom: 8px;
    color: #62646B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.payBox input {
    border-radius: 8px;
    border: 2px solid rgba(98, 100, 107, 0.16);
    background: #FFF;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    height: 56px;
}

.payBox label[for="cc_expiration"] {
    display: flex;
    justify-content: space-between;
    position: relative
}

.payBox label[for="cc_expiration"] span {
    position: absolute;
    right: 0;
    top: -3px
}

.payBox li {
    margin-bottom: 15px
}

.checkout_terms li {
    color: #62646B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    margin-bottom: 14px
}

.checkout_terms input {
    position: relative;
    top: 3px;
    margin-right: 6px
}

.checkoutRight .cta-btn {
    width: 100%
}

.checkout-footer {

    margin-top: 30px;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

.checkout-footer p {
    color: #62646B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.checkout-footer img {
    margin: 20px auto
}

.checkout-footer::after {
    position: absolute;
    content: "";
    bottom: -24px;
    left: -24px;
    width: calc(100% + 48px);
    height: calc(100% + 24px);
    background: rgba(69, 130, 255, 0.08);
    z-index: -1
}

.list.coupon {
    padding: 20px;
    border-radius: 16px;
    background: rgba(0, 6, 20, 0.02);
}

.list.coupon input {
    border-radius: 8px;
    border: 2px solid rgba(98, 100, 107, 0.16);
    background: #FFF;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    height: 56px;
}

.coupon-notes {
    color: #00C65F;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    font-weight: 500
}

.coupon-notes img {
    position: absolute;
    top: 6px;
    left: 0;
}

.order-confirm-parent {
    position: relative;
    z-index: 1
}

.order-confirm-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}

.orderbreadcumb-box img {
    margin: 0 auto;
    margin-bottom: 24px;
}

.orderbreadcumb-box h1 {
    color: #00C65F;
    font-family: 'Volkhov', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 39.6px */
}

.orderconfirm-left {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(20px);
    padding: 24px;
}

.orderconfirm-left {
    position: relative;
    z-index: 1;
}

.orderconfirm-left .customer-order-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orderconfirm-left .customer-order-left {
    display: flex;
    align-items: center;
}

.orderconfirm-left .invoice-date {
    padding-right: 16px;
    border-right: 1px solid rgba(0, 6, 20, 0.08);
}

.orderconfirm-left .customer-order-left span {
    color: #62646B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
}

.orderconfirm-left .customer-order-left p {
    color: #000614;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.orderconfirm-left .invoice-author {
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.orderconfirm-left .invoice-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 8px;
    object-fit: cover
}

.bg_white {
    background: #fff
}

.Invproduct-box {
    margin-top: 24px;
}

.acc-webinar {
    padding: 24px;
    border-radius: 8px;
    background: rgba(0, 6, 20, 0.02);
    margin-top: 30px;
}

.Invproduct-box .acc-webinar .thumb img {
    border-radius: 8px
}

.acc-webinar .title {
    color: #000614;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.Invproduct-box .acc-webinar .action {
    margin-top: 30px;
}

.Invproduct-box .acc-webinar .action a:not(.btn_default) {
    color: #4582FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.Invproduct-box .acc-webinar .action a em {
    transition: all 0.4s;
}

.trackActive em {
    transform: rotate(-180deg);

}

.hideContent {
    display: none;
}

.trackWebinar li {
    padding-bottom: 12px;
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.trackWebinar li::before {
    position: absolute;
    content: "";
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(11, 9, 9, 0.16);
    left: 0;
}

.trackWebinar li::after {
    position: absolute;
    content: "";
    top: calc(-100% + 19px);
    width: 3px;
    height: 100%;
    background: #d8d8d8;
    left: 3px;
}

.trackWebinar li span:last-child {
    color: #62646B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
}

.trackWebinar li:first-child::after {
    display: none
}

.trackWebinar li span:first-child {
    color: #0B0909;
}

.trackWebinar li.active::before,
.trackWebinar li.active::after {
    background: #09C369
}

.trackWebinar {
    margin-top: 30px
}

.acc_invoice_details {
    margin-top: 30px;
}

.Invproduct-box .invoice_inner {
    padding: 24px;
    border-radius: 8px;
    background: rgba(0, 6, 20, 0.02);
    margin-top: 20px;
}

.invoice_inner table {
    width: 100%;
}

.invoice_inner td {
    color: #0B0909;
    padding: 6px 0;
}

.invoice_inner td:last-child {
    text-align: right;
    font-weight: 500;
}

.invoice_inner .free {
    color: #09C369;
}

.tdTotal {
    color: #0B0909;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.invoice_inner .bottomPart {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(84, 90, 232, 0.16);
}

.card_pay img {
    margin-right: 5px;
}

.top_part {
    color: #62646B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
}

.top_part {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(84, 90, 232, 0.16);
}

.acc_invoice_details .top span {
    color: #CACBCE;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 12px */
    text-transform: uppercase;
}

.invoice_inner.billing .title {
    color: #000614;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
    margin-bottom: 15px;
    display: block
}

.invoice_inner.billing p {
    line-height: 130%;
    margin: 0 0 5px;
    color: #62646B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
}

.orderconfirm-Dguide,
.orderconfirm-Email {
    margin-bottom: 30px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(20px);
    color: #62646B;
}

.orderconfirm-Dguide .icon,
.orderconfirm-Email .icon {
    margin-bottom: 12px
}

.orderconfirm-Dguide .title,
.orderconfirm-Email .title {
    color: #000614;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
}

.btn_small {
    padding: 8px 25px;
    font-size: 15px;
}

.related-sidebar .heading.alt {
    color: #A0A1A8;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 12px */
    text-transform: uppercase;
}

.related-sidebar.alt .inner-related {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(20px);
}

.profile-area {
    position: relative;
    z-index: 1
}

.profile_area_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover
}

.sidebar-top,
.sidebar-menu {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    background: #FFF;
}

.sidebar-top {
    margin-bottom: 40px;
}

.sidebar-top,
.sidebar-menu {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(20px);
    padding: 24px
}

.profile-photo .inner {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 4px solid rgba(9, 10, 11, 0.08);

}

.profile-photo .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.profile-info .name {
    color: #000614;
    font-family: 'Volkhov', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 22px */
}

.sideMenu ul li a {
    display: block;
    padding: 20px;
    color: #5C6670;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: relative
}

.sideMenu ul li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 8px 8px 0px;
    border-left: 4px solid #3B70FC;
    background: linear-gradient(90deg, rgba(59, 112, 252, 0.04) 0%, rgba(59, 112, 252, 0.00) 100%);
    opacity: 0;
    transition: all 0.4s
}

.sideMenu ul li a em {
    margin-right: 5px;
    width: 25px;
}

.sideMenu ul li a.active::before {
    opacity: 1
}

.sideMenu ul li a.active {
    color: #090A0B;
}

.sideMenu ul li a.active em {
    color: #3B70FC;
}

.sideMenu .logout {
    margin-top: 15px;
    border-top: 1px solid rgba(9, 10, 11, 0.08);
    ;
    padding-top: 6px;
}

.sideMenu .logout a {
    color: #FF5058;
}

.profile-area {
    position: relative;
    z-index: 1
}

.profile-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%
}

.profile-right {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(20px);
    padding: 24px
}

.profile-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: 20%;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: rgba(59, 112, 252, 0.16);
    filter: blur(360px);
    z-index: -1
}

.profile-right .inner {
    padding: 24px;
    border-radius: 8px;
    background: rgba(0, 6, 20, 0.02);
}

.p_form label {
    color: #5C6670;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: block;
    margin-bottom: 5px
}

.p_form input,
.p_form textarea {
    width: 100%;
    height: 55px;
    border-radius: 8px;
    border: 2px solid rgba(92, 102, 112, 0.16);
    background: #FFF;
    padding: 10px 15px;

    color: #000614;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
}

.p_form textarea {
    height: 80px
}

.p_form li {
    margin-bottom: 20px
}

.p_form li:last-child {
    margin-bottom: 0
}

.profile-right .heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;

}

.profile-novice {
    padding: 20px;
    border-radius: 8px;
    background: rgba(9, 10, 11, 0.02);
    margin-top: 30px
}

.profile-novice .left {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    margin-right: 15px
}

.profile-novice .left img {
    width: 100%;
    height: 100%;
}

.profile-novice .title {
    color: #090A0B;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 18px */
}

.sngl-ac-pro-box:first-child {
    margin-top: 0;
}

.sngl-ac-pro-box {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.sngl-ac-pro-text span {
    color: #000614;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 7px;
}

.sngl-ac-pro-box p {
    color: #62646B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

.sngl-ac-pro-action .switch {
    display: inline-block;
    height: 28px;
    position: relative;
    width: 50px;
}

.sngl-ac-pro-action .switch input {
    display: none;
}

.sngl-ac-pro-action .slider {
    background-color: transparent;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    border: 2px solid #BBB5B5;
}

.sngl-ac-pro-action .slider:before {
    background-color: #BBB5B5;
    bottom: 3px;
    content: "";
    height: 18px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 18px;
}

.sngl-ac-pro-action input:checked + .slider {
    background-color: rgba(84, 129, 247, 0.24);
    border-color: #5481F7;
}

.sngl-ac-pro-action input:checked + .slider:before {
    transform: translateX(20px);
    background: #5481F7
}

.sngl-ac-pro-action .slider.round {
    border-radius: 34px;
}

.sngl-ac-pro-action .slider.round:before {
    border-radius: 50%;
}


.vodiapicker {
    display: none;
}

.lang-select {
    position: relative;
}

.lang-select #a {
    padding-left: 0px;
}

.lang-select #a img,
.btn-select img {
    width: 25px;
    height: 25px;
    border-radius: 50%;

}

.lang-select #a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    padding: 5px
}

.lang-select #a li:hover {
    background-color: #F4F3F3;
}

.lang-select #a li img {
    margin: 5px;
}

.lang-select #a li span,
.btn-select li span {
    margin-left: 15px;
}

/* item list */

.lang-select .b {
    display: none;
    width: 100%;
    max-width: 350px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #fff
}

.open {
    display: show !important;
}

.btn-select {
    margin-top: 10px;
    width: 100%;
    width: 220px;
    height: 55px;
    padding: 5px 10px;
    position: relative;
    border-radius: 8px;
    background: #FFF;
}

.btn-select::after {
    position: absolute;
    content: "";
    top: 22px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.btn-select li {
    list-style: none;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}

.btn-select:hover li {
    margin-left: 0px;
}


.btn-select:focus {
    outline: none;
}

.lang-select {
    margin-left: 50px;
}

.sngl-ac-pro-box span.text_red_link,
.text_red_link {
    color: #4582FF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.changePassAction {
    margin-top: 24px
}

.changePassAction a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-radius: 8px;
    background: rgba(0, 6, 20, 0.02);

}

.changePassAction em {
    color: #4582FF;
}

.login-main-pass-box {
    position: relative;
}

.login-main-pass-box .show_pass {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.login-main-password {
    margin-bottom: 15px
}

.changePassForm .cta-btn {
    width: 100%
}

.pasNotes,
.change_pass_left {
    border-radius: 8px;
    background: rgba(0, 6, 20, 0.02);
    padding: 24px
}

.pasNotes p {
    color: #62646B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
}

.pasNotes ul {
    margin-top: 20px;
}

.pasNotes ul li {
    margin-bottom: 10px;
    display: flex;
}

.pasNotes ul li img {
    margin-right: 5px;
}

.line_through {
    text-decoration: line-through
}

.p_form input::placeholder {
    color: #B5B6BA;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
}

#passwordError {
    color: #FF5058;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 5px
}

.page-banner {
    position: relative;
    z-index: 1
}

.page_banner_bg {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.page-breadcrumb.alt li,
.page-breadcrumb.alt a {
    color: #62646B;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 12px */
    text-transform: uppercase;
}

.page-banner .heading {
    color: #000614;
    font-family: 'Volkhov', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 39.6px */
}

.page-banner-search {
    border: 2px solid rgba(98, 100, 107, 0.16);
    border-radius: 8px;
    overflow: hidden
}

.page-banner-search form {
    position: relative;
    z-index: 1;
    height: 56px;
    border-radius: 8px;
    background: #FFF;
    overflow: hidden
}

.page-banner-search input {
    position: absolute;
    top: 0;
    border: none;
    height: 100%;
    width: 100%;
    padding: 10px 20px;
    padding-right: 100px;
    background: transparent;
    left: 0
}

.page-banner-search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    background: transparent;
    border: none
}

.page-banner-inner {
    padding-top: 80px
}

.page-banner-search input::placeholder {
    color: #B5B6BA;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
}

.fra-area {
    background: #FAFAFA;
}

.fra-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-radius: 24px;
    background: #FFF;
    margin-top: 30px;
    color: #000614;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
}

.fra-box:hover {
    background: #5481F7;
    color: #fff
}

.fra-box:hover path {
    stroke: white !important
}

.cat-box {
    display: flex;
    align-items: center;
    padding: 24px;
    border-radius: 24px;
    background: #FAFAFA;
    margin-top: 30px;
    color: #62646B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

.cat-box .title {
    color: #000614;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 7px
}

.cat-box .icon {
    border-radius: 8px;
    background: #4582FF;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    margin-right: 10px;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cat-box:hover {
    background: #4582FF;
    color: #fff
}

.cat-box:hover .icon {
    background: #fff;
    color: #4582FF
}

.cat-box:hover .title {
    color: #fff
}

.cs-article-area .container {
    padding-top: 50px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

.cs-article-area .container::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3000px;
    left: -2640px;
    background: #F8F9FA;
    height: 100%;
    z-index: -1;
}

.cs-article-left .head a {
    color: #62646B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.cs-article-left .head a em {
    margin-right: 5px
}

.cs-article-left .head {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 6, 20, 0.08);
}

.cs-article-area h3,
.cs-article-area .heading {
    color: #000614;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 15px
}

.related-article li a {
    color: #62646B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block
}

.related-article li {
    margin-bottom: 20px
}

.related-article li a:hover {
    color: #4582FF;
}

.cs-article-area .video {
    margin-top: 50px
}

.cs-article-area .video .inner {
    position: relative;
    border-radius: 24px;
    overflow: hidden
}

.cs-article-area .video .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
}

.play_btn:hover {
    transform: translate(-50%, -50%) scale(1)
}

.video-note {
    overflow: hidden;
    color: #B5B6BA;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 40px
}

.help_action {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(0, 6, 20, 0.08);
}

.help_action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    border-radius: 40px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0 5px
}

.help_action a svg {
    margin-right: 7px
}

.help_action a.yes {
    background: #00C65F;
}

.help_action a.no {
    background: #FF5058;
}

.cat-box {
    position: relative
}

.cat-box > svg {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%)
}

.cat-box:hover path {
    stroke: white !important
}

.contact-area {
    position: relative;
    z-index: 1;
    margin-top: -60px;
    padding-top: 160px
}

.contact_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}

.contact_info {
    margin-top: 50px
}

.contact_info li {
    border-bottom: 1px solid rgba(0, 6, 20, 0.16);
}

.contact_info li a {
    display: flex;
    align-items: center;
    padding: 24px;
    color: #62646B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */

}

.contact_info li a em {
    color: #5481F7;
    font-size: 22px;
    margin-right: 10px;
    min-width: 25px
}

.contact_right .nav-tabs {
    border: none;
    margin-bottom: 30px
}

.contact_right .nav-tabs button {
    color: #62646B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 100%;
    font-family: "Inter", serif;
    border-bottom: 2px solid rgba(0, 6, 20, 0.08) !important;
    padding: 12px 18px;
}

.contact_right .nav-tabs .nav-link {
    color: #62646B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 100%;
    font-family: "Inter", serif;
    border: none;
    border-bottom: 2px solid rgba(0, 6, 20, 0.08) !important;
    padding: 12px 18px;
}

.contact_right .nav-tabs .nav-link.active {
    color: #4582FF;
    font-weight: 500 !important;
    margin: 0 !important;
    border-bottom: 2px solid #4582FF !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.c_form {
    padding: 40px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(20px);
}

.c_form li {
    margin-bottom: 15px
}

.c_form label {
    color: #5C6670;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: block;
    margin-bottom: 5px;
}

.c_form input,
.c_form textarea,
.c_form select {
    width: 100%;
    height: 55px;
    border-radius: 8px;
    border: 2px solid rgba(92, 102, 112, 0.16);
    background: #FFF;
    padding: 10px 15px;
    color: #000614;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.c_form textarea {
    height: 100px
}

.c_form button {
    width: 100%
}

.c_form input::placeholder,
.c_form textarea::placeholder {
    color: #B5B6BA;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.akismate {
    color: red
}

.file-upload {
    max-width: 450px;
    width: 100%;
    position: relative;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.file-wrap {
    border: 2px dashed #4582FF;
    border-radius: 12px;
    position: relative;
    transition: all 0.5s ease;
    transform: scale(1);
}

.file-wrap.dragging {
    transform: scale(1.1);
}

.file-wrap input[type="file"] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    height: 100%
}

.custom-upload-design {
    padding: 24px;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

.upload-text span {
    color: #F13218;
}

.upload-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5481F7;
    margin-bottom: 15px;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.upload-icon img {
    max-width: 20px;
}

.dropped .upload-text {
    display: none;
}

.dropped .upload-icon {
    transform: scale(1.2);
    opacity: 1;
    transition: all 0.5s ease-in-out;
    animation: bounce 1s .5s;

}

.animate .upload-icon {
    opacity: 0;
}

.dropped .upload-icon img {
    opacity: 0;
}

.file-wrap.dropped {
    border-color: transparent;
}

.after-file-upload {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8)
}

.animated-line {
    stroke: #07da38;
    stroke-width: 20;
    fill: transparent;
    animation: progressAnimation 2s linear;
    position: relative;
    top: -6px;
    z-index: 1;
}

.animated-line-2 {
    stroke: #ffebe8;
    stroke-width: 20;
    fill: transparent;
    position: absolute;
    margin: auto;
    top: 19px;
}

@keyframes progressAnimation {
    0% {
        stroke-dasharray: 0, 565;
        stroke: #f13218;
    }

    100% {
        stroke-dasharray: 565;
        stroke: #07da38;
    }
}

.after-file-upload > div {
    position: absolute;
    left: 0px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100px;
    margin: 0 auto;

}

.uploaded .after-file-upload {
    transform: scale(0.5);
    top: -10px;
    transition: all 0.5s ease;
}

.tick-line {
    width: 100px;
    height: 100px;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.text-uploaded {
    position: absolute;
    bottom: -30px;
    font-size: 32px;
    left: 0;
    right: 0;
    text-align: center;
}

.profile-right .acc-webinar {
    padding: 24px;
    border-radius: 8px;
    background: rgba(0, 6, 20, 0.02);
    margin-top: 30px;
}

.profile-right .acc-webinar .inner {
    padding: 0px;
    background: transparent;
}

.profile-right .acc-webinar .leftInfo span:not(.dtitle) {
    color: #62646B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
}

.profile-right .acc-webinar .leftInfo .dtitle {
    color: #000614;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.profile-right .acc-webinar .leftInfo .meta {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid rgba(0, 6, 20, 0.08);
}

.profile-right .acc-webinar .leftInfo .meta img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    min-width: 45px;
    min-height: 45px;
    border-radius: 50%;
    margin-right: 10px;
}

.profile-right .acc-webinar .leftInfo .meta .title {
    color: #0B0909;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}

.acc-webinar .price {
    display: block;
    text-align: right;
    color: #F25E5E;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.acc-webinar .top {
    margin-bottom: 24px;
}

.acc-webinar .thumb img {
    width: 100%;
    border-radius: 8px
}

.acc-webinar .tags {
    margin-top: 10px;
}

.acc-webinar .tags li {
    display: inline-block;
    margin: 2px;
}

.acc-webinar .tags li a {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    background: #000614;
    color: #fff;
    line-height: 16px;
    border-radius: 4px;
}

.acc-webinar .action {
    margin-top: 20px;
}

.pagin p {
    font-size: 14px
}

.profile-right .acc-webinar.no_bg {
    background: transparent
}

.acc_accordion.checkout-left {
    margin-top: 30px
}

.acc_accordion.checkout-left .attendee_list {
    padding: 15px 0;
    position: relative;
    z-index: 1
}

.acc_accordion.checkout-left .attendee_list .title {
    color: #000614;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
}

.acc_accordion.checkout-left .attendee_list::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -36px;
    width: calc(100% + 72px);
    height: 1px;
    background: rgba(0, 6, 20, 0.06);
}

.acc_accordion.checkout-left .attendee_list::before {
    background: rgba(0, 6, 20, 0.02);
    position: absolute;
    content: "";
    top: 0;
    left: -36px;
    width: calc(100% + 72px);
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

.acc_accordion.checkout-left .attendee_list .cta-btn {
    border-radius: 8px;
    border: 1px solid rgba(69, 130, 255, 0.24);
    background: #FFF;
    color: #4582FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
    opacity: 0;
    visibility: hidden
}

.acc_accordion.checkout-left .attendee_list .right {
    text-align: right
}

.acc_accordion.checkout-left .attendee_list .left a {
    color: #62646B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
}

.acc_accordion.checkout-left .attendee_list:hover::before,
.acc_accordion.checkout-left .attendee_list:hover .cta-btn {
    opacity: 1;
    visibility: visible
}

.acc_accordion.checkout-left .accordion-body p {
    color: #887071;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.acc_accordion .content ul {
    margin: 10px 0;
    margin-bottom: 25px;
}

.acc_accordion .content ul > li {
    color: #887071;
}

.acc_accordion .content li {
    position: relative;
    margin: 5px 0;
    padding-left: 15px;
}

.acc_accordion .content ul > li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #887071;
}

.acc_accordion .content ol {
    padding-left: 20px;
    list-style: decimal
}

.acc_accordion .content ol > li {
    color: #0B0909;
    padding: 0;
    list-style: decimal
}

.profile-right .nav-tabs {
    border: none;
    margin-bottom: 25px;
}

.profile-right .nav-tabs li {
    margin: 0;
}

.profile-right .nav-tabs button {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(9, 10, 11, 0.08);
    margin: 0;
    color: #5C6670;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 10px 15px
}

.profile-right .nav-tabs button.active {
    border-color: #3B70FC;
    color: #3B70FC;
    background: transparent;
}

.acc-webinar .price.status_wbn {
    font-size: 16px
}

.saved_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    background: #fff;
    border: 1px solid rgba(69, 130, 255, 0.24);
    border-radius: 8px;
}

.c_popup {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    padding: 0px;
    background: rgba(9, 10, 11, 0.16);
    backdrop-filter: blur(2px);
}

.c_popup.active {
    opacity: 1;
    visibility: visible;
}

.c_popup .inner {
    padding: 24px;
    background: #FFFFFF;
    max-width: 460px;
    width: 100%;
    position: relative;
    border-radius: 24px
}

.js-close-popup {
    cursor: pointer;
}

.c_popup .btns .cta-btn {
    margin-right: 8px
}

.c_popup .heading {
    overflow: hidden;
    color: #000614;
    font-family: 'Volkhov', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 22px */
}

.c_popup .w_full {
    width: 100%
}

.profile-photo .inner {
    position: relative
}

.profile_photo_edit_btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 6, 20, 0.40);
    backdrop-filter: blur(2px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s
}

.profile-photo .inner:hover .profile_photo_edit_btn {
    opacity: 1;
    visibility: visible
}

.pro_pic_change .inner {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 4px solid rgba(9, 10, 11, 0.08);
    padding: 0
}

.pro_pic_change .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_pic_change .action {
    padding: 0 20px
}

.pro_pic_change .action a {
    text-align: center;
    color: #62646B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
}

.pro_pic_change .action a img {
    display: block;
    margin: 0 auto
}

.c_popup.filterPop,
.c_popup.cartPop,
.c_popup.addCartOption {
    justify-content: flex-end;
    align-items: flex-start
}

.filterPop .inner,
.cartPop .inner,
.c_popup.addCartOption .inner {
    max-width: 740px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 40px
}

.c_popup.addCartOption .inner {
    max-width: 860px
}

.c_popup.filterPop .inner-body,
.c_popup.cartPop .inner-body {
    margin-top: 10px;
    padding: 24px;
    border-radius: 16px;
    background: #F5F5F5;
}

.c_popup.addCartOption #our-form > li {
    padding: 15px
}

.cartPop .invoice_inner tr:last-child td {
    border-top: 1px solid rgba(0, 6, 20, 0.08);
    padding-top: 12px;
    margin-top: 12px;
}

#our-form > li > ul.no_bg,
.no_bg {
    background: transparent
}

.inner_ul > ul {
    padding: 16px;
    border-radius: 15px;
    background: rgba(9, 10, 11, 0.02);
}

.filterInner li {
    margin-bottom: 20px;
}

.filterInner input {
    display: none
}

.filterInner label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #000614;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.filterInner label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #847171;
    border-radius: 4px;
    background: transparent;
    transition: all 0.4s
}

.filterInner label::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 0.4s;
    opacity: 0;
}

.filterInner input:checked + label::after {
    opacity: 1;
    visibility: visible
}

.filterInner input:checked + label::before {
    background: #4582FF;
    border-color: #4582FF
}

.fix {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.mainmenu ul li.mega-dropdown {
    position: static;
    margin-right: 15px;
}


.mainmenu ul li a.dropdown-toggle {
    position: relative;
    padding-right: 10px
}

.mainmenu ul li a.dropdown-toggle:after {
    position: absolute;
    content: "";
    top: 46%;
    right: -5px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    transform: rotate(45deg);
    background: transparent;
    border-left: 0;
    border-top: 0;
}

.header-inn {
    position: relative;
}

.mainmenu ul li > .mega-dropdown {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 15px;
    z-index: 9;
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-10%) scale(0.8);
    transform: translateY(-10%) scale(0.8);
    border-top: 3px solid #4582FF;
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%)
}

.mainmenu ul li:hover > .mega-dropdown {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mega-dropdown > li.row {
    display: block
}

.mega-col {
    width: 33%;
    float: left;
}

.mega-dropdown .mega-col > li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 5px 0;
    overflow: hidden;
    border-radius: 5px
}

.mega-dropdown .mega-col > li a {
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #000;
    border-radius: 5px;
    display: block
}

.mega-dropdown .mega-col > li a:before {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    border-radius: 50%;
    z-index: -1;
    background: #4582FF;
    -webkit-transition: padding .05s;
    transition: padding .05s;
    border-radius: 5px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.mega-dropdown .mega-col > li a:hover:before {
    padding: 110%;
    -webkit-transition: padding .25s ease-in;
    transition: padding .25s ease-in;
}

.mainmenu ul li > ul.small-dropdown {
    width: 220px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 15px;
    z-index: 9;
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-10%) scale(0.8);
    transform: translateY(-10%) scale(0.8);
    border-top: 3px solid #31c77f;
    text-align: left;
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%)
}

.mainmenu ul li:hover > ul.small-dropdown {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mainmenu ul li > ul.small-dropdown li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 5px 0;
    overflow: hidden;
    border-radius: 5px;
}

.mainmenu ul li > ul.small-dropdown li a {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #111;
    border-radius: 5px;
}

.mainmenu ul li > ul.small-dropdown li a:before {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    border-radius: 50%;
    z-index: -1;
    background: #31c77f;
    -webkit-transition: padding .05s;
    transition: padding .05s;
    border-radius: 5px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.mainmenu ul li > ul.small-dropdown li a:hover:before {
    padding: 110%;
    -webkit-transition: padding .25s ease-in;
    transition: padding .25s ease-in;
}

.loggedinTab {
    width: 56px;
    height: 56px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.loggedinTab a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    border: none
}

.loggedinTab a:hover {
    background: transparent;
}

.loggedinTab a:hover img {
    filter: invert(0)
}

.loggedinTab a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    padding: 2px;
    background: #fff;
}

.loggedinCard {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 370px;
    padding: 24px;
    display: none;
    border-radius: 24px 0px 24px 24px;
    background: #FFF;
    backdrop-filter: blur(20px);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08)
}

.loggedinTab.active .loggedinCard {
    display: block;
}

.loggedinCard .title {
    color: #000614;
    font-family: 'Volkhov', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.loggedinCard li a {
    color: #000614;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 20px;
    border: 1px solid rgba(0, 6, 20, 0.08);
    margin: 0
}

.loggedinCard li a em {
    color: #5481F7;
    margin-right: 5px
}

.loggedinCard li a.logoutBtn {
    border: none;
    color: #F25E5E
}

.loggedinCard li a.logoutBtn em {
    color: #F25E5E
}

.loggedinCard li a:not(.logoutBtn):hover {
    background: #5481F7;
    color: #fff
}

.loggedinCard li a:not(.logoutBtn):hover em {
    color: #fff
}

.login-btn em {
    display: none
}

.header-toggle {
    display: none;
}

.header-toggle {
    height: 46px;
    width: 46px;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    margin-left: 0;
}

.header-toggle span {
    height: 2px;
    width: 95%;
    background: #4582FF;
    display: block;
    margin-top: 5px;
    position: relative;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

.header-toggle span:nth-child(1) {
    top: 4px;
}

.header-toggle span:nth-child(2) {
    top: 6px;
    width: 65%;
}

.header-toggle span:nth-child(3) {
    top: 8px;
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
}

.loggedinTab {
    margin-left: 15px
}

.loggedinTab a {
    margin-left: 0 !important
}

/*Responsive*/


@media(max-width:1200px) {
    .webinar_tabs .nav-tabs .nav-link {
        font-size: 15px;
        padding: 10px 10px;
    }

    .convenient-box.alt {
        height: 325px;
    }

    .footer-social li a {
        width: 40px;
        height: 40px;
    }

    .loggedinTab {
        margin-left: 15px
    }

    .btn_small {
        padding: 8px 15px;
        font-size: 12px;
    }

    .cartList {
        overflow-x: auto
    }

    .cartList td:first-child {
        min-width: 200px;
        width: 200px;
    }

    .cartList td:last-child {
        padding-left: 10px;
    }
    .webinars-details-bredcrumb-bottom{
        display: block
    }
    .webinars-details-bredcrumb-action{
        margin-top: 20px
    }

}

@media(max-width:991px) {
    .loggedinTab {
        margin-left: 15px !important;
        margin-right: 8px !important
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 71px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul:not(.mega-col) {
        overflow: hidden;
        max-height: 0;
        background: #fff;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul:not(.mega-col) {
        overflow: auto;
        padding: 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0;
        position: relative
    }

    nav#menu ul ul:not(.mega-col),
    nav#menu ul ul:not(.mega-col) ul:not(.mega-col) {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul li a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #333;
        border-bottom: 1px solid rgba(177, 177, 177, 0.4);
        font-size: 16px;
        opacity: 1
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul:not(.mega-col) {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul:not(.mega-col) > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #333;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle .active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle .active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle .active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul:not(.mega-col) {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }

    .header-action a.login-btn {
        color: #4582FF;
        padding: 0;
        width: 42px;
        height: 42px;
        font-size: 0
    }

    .header-action a.login-btn em {
        font-size: 16px;
        display: block
    }

    .header-action a.cart-btn {
        width: 42px;
        height: 42px;
    }

    .header-action a {
        margin-left: 10px
    }

    .header-area {
        padding: 10px 0
    }

    .header-inn {
        position: static;
    }

    .mega-col {
        width: 100%;
        float: none;
    }

    .mainmenu ul li > .mega-dropdown {
        transform: scale(1);
    }

    nav#menu ul ul:not(.mega-col) > li a {
        padding: 9px 0px;
        line-height: normal;
        color: #333;
        font-size: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    ul.sub-menu {
        padding-left: 10px;
    }

    .section,
    section {
        padding: 50px 0;
    }

    .hero-form {
        width: 100%
    }

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

    .get-certificate-area {
        display: block;
        min-height: 100%
    }

    .cartPop .cta-btn {
        width: 48%
    }

    br {
        display: none
    }

    h1,
    .h1 {
        font-size: 34px;
    }

    .hero-form {
        width: 70%
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    .convenient-box .info {
        padding: 15px;
        font-size: 12px;
        line-height: 17px;
    }

    .convenient-box .title {
        font-size: 24px;
    }

    .convenient-box.alt {
        height: 265px;
    }

    .cta-btn {
        padding: 12px 25px;
    }

    .tabs_btn_wrap .nav-tabs {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 10px 0;
    }

    .tabs_btn_wrap .nav-tabs li {
        margin: 5px;
    }

    .tabs_btn_wrap .nav-tabs button {
        white-space: nowrap;
    }

    .tabs_btn_wrap {
        overflow-x: auto;
        margin-bottom: 20px
    }

    .experience-box {
        padding: 40px;
    }

    .experience-box.alt {
        padding-top: 40px;
    }

    .get-certificate-area .content-img {
        margin-bottom: 30px
    }

    .get-certificate-area .content-img img {
        border-radius: 16px
    }

    .certificate_logos {
        justify-content: center
    }

    .leading-box .title {
        font-size: 18px;
    }

    .cta-box .title {
        font-size: 22px;
    }

    .footer-area {
        padding-top: 55px;
        padding-bottom: 45px;
    }

    .footer-widget {
        margin: 15px 0
    }

    .cta-btn {
        padding: 12px 15px;
    }

    .profile-novice {
        padding: 14px;
        font-size: 10px;
    }

    .sidebar-top,
    .sidebar-menu {
        padding: 15px;
    }

    .acc-webinar .thumb {
        margin-bottom: 15px
    }

    .profile-right .heading {
        font-size: 16px;
    }

    a.calender_link {
        font-size: 0;
    }

    .card_pay {
        font-size: 10px;
    }

    .acc_accordion.checkout-left .attendee_list .cta-btn {
        opacity: 1;
        visibility: visible;
        margin-top: 10px
    }

    .acc_accordion.checkout-left .attendee_list .cta-btn {
        font-size: 12px
    }

    .acc-webinar .cta-btn {
        margin-left: 0 !important;
        margin-top: 15px
    }

    .page-banner .heading {
        font-size: 25px;
    }

    .page-banner-inner {
        padding-top: 35px;
    }

    .cs-article-area .container::before {
        width: 2900px;
    }

    .login-left {
        width: 100%
    }

    .orderconfirm-right {
        margin-top: 30px
    }
     .webinars-details-meta{
        display: flex
    }
    .webinars-details-meta li {
    margin-right: 10px;
}
    .webinars-details-meta .list-dot {
    margin-right: 0;
    margin-left: 0;
}
    .webinars-details-bredcrumb-bottom{
        display: block
    }
    .webinars-details-meta .list-dot::before{
        display: none
    }
    .webinars-details-bredcrumb-action{
        margin-top: 20px
    }


}

@media(max-width:767px) {
     .webinars-details-meta{
        display: block
    }
    .convenient-box.alt {
        height: 390px;
    }

    .convenient-box .title {
        font-size: 36px;
    }

    .convenient-box .info {
        padding: 20px;
        font-size: 16px;
        line-height: normal;
    }

    .hero-form {
        width: 100%
    }

    .header-top a {
        font-size: 10px;
    }

    .header-top {
        padding: 5px 0;
    }

    .header-top a {
        margin-left: 8px;
    }

    .hero-text {
        width: 100%
    }

    h1,
    .h1 {
        font-size: 30px;
    }

    h2,
    .h2 {
        font-size: 26px;
    }



    .webinar-box .title {
        font-size: 16px;
    }

    .pricing-box .price {
        font-size: 30px;
    }

    .pricing-box .title {
        font-size: 14px;
    }

    .leading-box .title {
        font-size: 18px;
    }

    .faq_accordion .accordion-button {
        font-size: 16px
    }

    .footer-newsletter-title {
        font-size: 18px;
    }

    .f_newsletter .cta-btn {
        width: auto;
    }

    .c_popup .inner {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        padding: 20px;
    }

    .filterPop .inner,
    .cartPop .inner,
    .c_popup.addCartOption .inner {
        padding: 20px
    }

    .experience-box,
    .experience-box.alt {
        padding: 30px
    }

    .experience-img {
        position: inherit;
        width: 100%;
        margin-top: 20px;
        margin-bottom: -32px;
    }

    .experience-box .experience-img img {
        height: 180px;
        width: 100%;
        object-fit: cover
    }

    .feature-link {
        padding: 20px;
        margin: 15px 0;
        text-align: center;
    }

    .feature-link .title {
        font-size: 16px;
        line-height: 140%;
    }

    .feature-link img {
        margin: 0 auto 15px
    }

    br {
        display: none
    }



    .btns .cta-btn {
        margin: 5px 0
    }

    .cta-box .title {
        font-size: 20px;
    }

    .cta-box {
        padding: 25px;
        margin: 15px 0
    }

    .footer-area {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    a.fotoer-logo {
        width: 130px;
    }

    .footer-widget {
        margin: 15px 0
    }

    .footer-social {
        display: block;
        text-align: center;
    }

    .footer-social .title {
        margin-right: 0;
        margin-bottom: 12px
    }

    .footer-bottom-link {
        text-align: center
    }

    .footer-bottom {
        text-align: center;
        font-size: 10px
    }

    .footer-bottom-link a {
        margin-left: 10px;
    }

    .profile-right {
        margin-top: 30px
    }

    .pro_pic_change .inner {
        width: 160px !important;
        height: 160px !important;
        border-radius: 50% !important;
        margin: 0 auto 20px !important;
        padding: 0 !important;
    }

    .profile-right .nav-tabs button {
        font-size: 13px;
        padding: 10px;
    }

    .checkout-left .accordion-body {
        padding: 0
    }

    .checkout-left .accordion-button {
        padding: 10px 0
    }

    .contact-area {
        padding-top: 89px;
    }

    .login_bg {
        width: 100%;
        z-index: -1;
        position: fixed
    }

    .login-screen {
        height: auto
    }

    a.login-logo {
        display: inline-block;
        width: 120px;
        margin-bottom: 10px;
        display: block;
        margin: 0 auto 20px;
    }

    .login-left h1 {
        font-size: 26px;
        text-align: center;
    }

    .login-right {
        margin-top: 30px
    }

    .orderbreadcumb-box h1 {
        font-size: 26px;
    }

    .acc_w_tabs {
        overflow-x: auto
    }

    .acc_w_tabs .nav-tabs {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .acc_w_tabs .nav-tabs .nav-link {
        white-space: nowrap
    }

    .webinars-details-area .main-heading {
        font-size: 24px;
    }

    .webinars-details-area {
        padding-top: 60px !important;
    }
    .webinars-details-area{
        padding-bottom: 50px !important
    }


    .webinars-details-img {
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 30px;
}
    .popular-webinars-tab{
        overflow-x: auto
    }
    .popular-webinars-tab .nav-tabs{
        flex-wrap: nowrap
    }
    .popular-webinars-tab .nav-link{
        white-space: nowrap
    }
    .webinars-details-tab .tab-content {
    padding: 10px;
}
    .p_24_tab{
        padding: 10px
    }
    .webinars-details-selectbox{
        margin-top: 30px
    }



}

@media(max-width:575px) {
    .card_pay {
        margin-bottom: 15px
    }

    .orderdate {
        margin-bottom: 5px;
        display: block
    }

    .trackWebinar li {
        display: block
    }

    .trackWebinar li span:first-child {
        display: block;
    }

    .header-top {
        text-align: center
    }

    section .container br {
        display: none
    }

    .cta-btn {
        width: 100%;
        padding: 12px 18px
    }

    .webinar_tabs {
        margin-top: 0px;
    }

    .webinar-box .cta-btn {
        width: 50%;
    }


    .call-to-action .btns {
        margin-top: 25px;
    }

    .cta-box .title {
        font-size: 22px;
    }



    .cartList td {
        display: block;
        padding-left: 0
    }

    .cartList td:last-child {
        padding-left: 0
    }

    .cartList {
        overflow-x: auto;
    }

    .hero-form .cta-btn {
        margin-left: 10px;
        width: auto;
        height: 55px;
    }

    .filterPop .cta-btn {
        width: 48%;
    }

    .loggedinCard {
        width: 250px;
    }

    .loggedinCard .col-6 {
        width: 100%
    }

    .profile-right .acc-webinar .leftInfo .meta {
        padding-left: 0;
        margin-left: 0;
        border-left: 0px solid rgba(0, 6, 20, 0.08);
        margin-top: 15px;
    }

    .acc-webinar .price {

        font-size: 13px !important
    }

    .customer-order-calendar .cta-btn {
        font-size: 0;
        text-align: center;
    }

    .customer-order-calendar .cta-btn img {
        margin-right: 0 !important
    }

    .checkSteps {
        width: 100%;
        margin: 0 auto 40px;
    }

    .contact_info {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .cs-article-left {
        margin-top: 50px
    }

    .cs-article-area .container::before {
        display: none
    }

    .orderconfirm-left .customer-order-left {

        display: block;
    }

    .orderconfirm-left .invoice-author {
        padding-left: 0;
        margin-top: 15px
    }

    .orderconfirm-left .invoice-date {
        border: none
    }

    .sngl-ac-pro-box.slang.align-items-center {
        display: block;
    }

    .lang-select {
        margin-left: 0;
    }

    .sngl-ac-pro-action {
        margin-top: 20px
    }

    .changePassAction .sngl-ac-pro-action {
        margin-top: 0
    }


}
