/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #002045;
}

body {
    color: #4F547B;
    font-weight: 400;
    font-family: 'GT Walsheim Pro';
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/GTWalsheimPro-Regular.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/GTWalsheimPro-Medium.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/GTWalsheimPro-Bold.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

/*---------------------- Header area start ----------------------*/

.top-float{
    position: absolute;
    border: 0px;
    border-radius: 0;
    top: 0px;
    width: 100%;
    background-color: #8DC63F;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
}

.menu-close {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 18px;
    cursor: pointer;
    transition: .4s;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-close:hover {
    color: #000;
    background: #fff;
}

.offcanvas-area {
    position: fixed;
    left: -100%;
    height: 100%;
    width: 318px;
    background: #151515;
    z-index: 9999;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}

.offcanvas-area.active {
    left: 0;
    visibility: visible;
}

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    transition: .3s;
    padding: 16px 22px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.offcanvas-area .main-menu ul li:first-child a {
    border-top: 1px solid #fff;
}

.offcanvas-area .main-menu ul li a:hover,
.offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #1BD238;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
    list-style: none;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.menu-open {
    font-size: 26px;
    color: #FFF;
    display: none;
    cursor: pointer;
    position: relative;
    top: 0px;
    margin-left: 10px;
    margin-right: 4px;
    transition: .3s;
}

.menu-open:hover {
    color: #1BD238;
}

.register__form__inner img{
    margin: 10px 24px 10px 24px;
}

.form__submit__btn button{
    font-size: 28px !important;
    color: #FFFFFF !important;
    line-height: 1.2;
    margin-bottom: 10px;
}

.offcanvas-area .common-btn {
    font-size: 17px;
    margin: 0px;
    padding: 16px 40px;
    border-width: 1px;
    font-weight: 500
}

.offcanvas-area .main-menu .subb-menu a:last-child {
    margin-bottom: 20px;
}

.header {
    background: #002045;
    position: relative;
    padding: 25px 0;
    z-index: 5;
}

.register-main {
    overflow: hidden;
    padding-top: 40px;
}

.header__logo {
    max-width: 212px;
    margin-right: 52px;
    position: relative;
    top: -2px;
}

.header__explore {
    position: relative;
    top: 0px;
}

.header__nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header__nav ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 20px;
    transition: .3s;
}

.header__nav ul li a:hover {
    color: #1BD238;
}

.header__right a {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    text-decoration: none;
    transition: .3s;
    margin-left: 20px;
}

.header__right a img {
    padding-right: 4px;
}

.header__right a:hover {
    color: #1BD238;
}

.header__right .header__btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #002045;
    transition: .3s;
    background: #fff;
    border-radius: 8px;
    padding: 8px 18px;
    border: 1px solid #fff;
}

.header__right .header__btn:hover {
    background: transparent;
    color: #fff;

}

/*---------------------- Header area end ----------------------*/


/*---------------------- Hero area start ----------------------*/
.hero__area {
    padding: 55px 0;
    background: url(../img/bg/hero-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    padding-bottom: 135px;
    position: relative;
    z-index: 1;
}
.hero-shape{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    z-index: -1;
    width: 100%;
    padding-bottom: 50px;
}
.hero__list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding-top: 18px;
}

.hero__list li {
    padding-right: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;


}

.hero__list li span {
    margin-right: 10px;
}

.hero__content h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 72px;
    text-transform: capitalize;
    color: #FFFFFF;
    display: block;
    margin-right: -55px;
    padding-bottom: 20px;
}

.hero__content h3 span {
    color: #1BD238;
    border-bottom: 2px solid;
}

.hero__content {
    margin-right: -80px;
    position: relative;
    z-index: 2;
}

.hero__content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 36px;
    text-transform: capitalize;
    color: #FFFFFF;
    max-width: 688px;
}

.tag-thumb {
    position: absolute;
    left: -50px;
    bottom: -100px;
}

.container-lg {
    max-width: 1500px;
}

.hero__thumb {
    text-align: end;
    margin-left: 40px;
}

.hero__btn {
    padding-top: 14px;
}

.hero__btn a {
    margin-right: 25px;
}

.common-btn {
    font-weight: 500;
    font-size: 16px;
    color: #1BD238;
    text-decoration: none;
    line-height: 1.1;
    display: inline-block;
    border-radius: 8px;
    padding: 21px 55px;
    border: 2px solid #1BD238;
    transition: .3s;
}

.common-btn:hover, .common-btn.active {
    background: #1BD238;
    color: #002045;
}

.common-btn.btn-yellow {
    background: #EB7B00;
    color: #fff;
    border-color: #EB7B00;
}

.common-btn.btn-yellow:hover {
    background: transparent;
    color: #EB7B00;
}

/* .common-btn.active:hover {
    background: #EB7B00;
    color: #fff;
    border-color: #EB7B00;
} */

.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

/*---------------------- Hero area end ----------------------*/

/*---------------------- Harvest signup form area start ----------------------*/


.harvest-registration {
    display: none;
}

.harvest-registration .completed-registration{
    display: none;
}

.harvest-registration .active-registration{
    display: block;
}

.harvest-registration.complete .completed-registration{
    display: block;
}

.harvest-registration.complete .active-registration{
    display: none;
}

.harvest-registration-active .harvest-registration {
    display: block !important;
}

.harvest-registration-active .register__hero__left ul {
    display: none;
}

.harvest-registration .register__form__inner {
    background-color: #FFFFFF;
}

.harvest-registration .underline{
    text-decoration: underline;
}

 .harvest-registration h1 {
    color: #4F547B;
    text-align: center;
    font-weight: 300;
 }

 .harvest-registration h3 {
    color: #4F547B;
    text-align: center;
    font-weight: 300;
    font-size: 1.5em;
 }

 .harvest-registration .harvest-logo{
    max-width: 36%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
 }

 .harvest-register-info {
    text-align: left;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 3em;
    margin-top: 2em;
    padding: 2em;
 }

 .harvest-register-info span {
    display: block;
    font-size: 1.4em;
 }

 .harvest-registration h4 {
    color: #4F547B;
    text-align: left;
    font-weight: 700;
    font-size: 1.2em;
 }

 .harvest-registration h5 {
    font-size: 1.1em;
    text-align: right;
 }

 .harvest-registration h5 a{
    text-decoration: none;
 }

 .harvest-registration h4:last-of-type {
margin-top: 2em;
}

.harvest-registration .edit-inputs{
    display: none;
}

.harvest-registration.editable .edit-inputs{
    margin-top: 3em;
display: block;
}

.harvest-registration.editable .harvest-register-info{
    display: none;
}


/*---------------------- Harvest signup form area end ----------------------*/

/*---------------------- Category area start ----------------------*/
.section__title p {
    padding-bottom: 37px;
}

.section__title h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #002045;
    margin-bottom: 12px;
}

.section__title h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #002045;
    margin-bottom: 12px;
}

.section__title p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.35;
    color: #4F547B;

}

.category__item {
    background: #EEF2F6;
    border-radius: 8px;
    padding: 26px 13px;
    text-align: center;
    margin-bottom: 22px;
    transition: .3s;
}

.category__icon {
    height: 90px;
    width: 90px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.category__content a {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #002045;
    display: block;
    text-decoration: none;
    transition: .3s;
    margin-block: 10px
}

.category__content p {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #4F547B;
    transition: .3s;
    margin: 0;
}

.category__icon .ci-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.category__icon .ci-1 {
    position: relative;
    z-index: 1;
}

.category__icon img {
    transition: .3s;
}

.category__item {
    position: relative;
}

.category__item:hover {
    background: #021519;
}

.category__item:hover>.category__content * {
    color: #fff !important;
}

.category__item:hover .category__icon .ci-1 {
    opacity: 0;
    visibility: hidden;
}


.category__item:hover .category__icon .ci-2 {
    opacity: 1;
}

.btn-2 {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #0097D3;
    display: inline-flex;
    text-decoration: none;
    background: rgba(100, 64, 251, 0.07);
    border-radius: 8px;
    padding: 16px 26px;
    transition: .3s;
    align-items: center;
}

.btn-2 img {
    margin-left: 10px;
}


/*---------------------- Category area end ----------------------*/


/*---------------------- Session area start ----------------------*/
.session__thumb {
    height: 174px;
    margin-bottom: 16px;
    border-radius: 9px;
    overflow: hidden;
}

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

.session__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.session__title h5 {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #002045;
    margin-bottom: 10px;
}

.session__title p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #D13E1C;
    margin: 0;
}

.session__title {
    padding-bottom: 12px;
}

.session__content h6 {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    text-transform: capitalize;
    color: #0097D3;
    margin-bottom: 21px;
}

.session__content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #4F547B;
}

.session__list li {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #4F547B;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.session__list li img {
    margin-right: 6px;
}

.session__star {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #E59819;
}

.session__star i {
    margin-right: 6px;
}

.see-all {
    padding-top: 5px;
}

.see-all a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #0097D3;
    text-decoration: none;
    text-align: end;
    display: block;
}


.gc-main .register__form__inner {
    background: none;
    border: none;
    padding: 0.4em;
    margin: 0.8em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.gc-main .register__header img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}




.gc-confirm h4 {
font-weight: normal;
}

.gc-confirm h3 {
    max-width: 100% !important;
}

.gc-confirm .hero-highlight {
    color: #1BD238;
    white-space: pre;
}


.video-main.signup-alert{
    padding-top: 70px;
}



.seassion__card__box {
    background: #EEF2F6;
    border-radius: 8px;
    padding: 20px 25px;
    padding-bottom: 12px;
    min-height: 190px;
}

.seassion__card__box li {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #4F547B;
    margin-bottom: 8px;
}

.seassion__card__box li .fa-star {
    color: #E59819;
    margin-right: 4px;
    font-size: 11px;
}

.seassion__card__box li .li-right {
    padding-left: 3px;
}

.seassion__card__box li .li-right img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.session__item {
    margin-bottom: 40px;
}

.text-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #0097D3;
    text-decoration: underline;
}

.session__text {
    padding-top: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;

    /* Text - Color */
    color: #4F547B;


}

/*---------------------- Session area end ----------------------*/


/*---------------------- App area start ----------------------*/
.text-blue {
    color: #0097D3 !important;
}

.app__content {
    padding-left: 20px;
}

.common-content h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
    color: #002045;
    margin-bottom: 20px;
}

.common-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #002045;
    max-width: 420px;
}

.app__btns {
    padding-top: 40px;
    display: flex;
}

.app__btns a {
    margin-right: 20px;
}

.app__btns a:last-child {
    margin-right: 0;
}

.bg-light {

    background: #EEF2F6 !important;
}

/*---------------------- App area end ----------------------*/


/*---------------------- CTA area start ----------------------*/
.cta__area h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    color: #FFFFFF;
    margin: 0;
    max-width: 543px;
}

.cta__area h4 span {
    color: #1BD238;
}

.cta__area {
    background: #0097D3;
    padding: 70px 0;
}

/*---------------------- CTA area end ----------------------*/


/*---------------------- Footer area start ----------------------*/

.footer {
    background: #002045;
    padding-top: 70px;
    color: #fff;
}

.footer__logo {
    padding-bottom: 60px;
    border-bottom: 1px solid #ffffff24;
}

.footer__menu {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 980px;
}

.footer__item h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.1;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 33px;
    min-height: 19px;
}

.footer__item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__item ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.1;
    color: #FFFFFF;
    text-decoration: none;
    transition: .3s;
    display: block;
    margin-bottom: 19px;
}

.footer__item ul li a:hover {
    color: #1BD238;
    text-decoration: underline;
}

.footer__item {
    margin-bottom: 60px;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #ffffff21;
}

.footer__bottom p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}

.footer__right {
    display: flex;
    align-items: center;
}

.footer__nav {
    display: flex;
}

.footer__nav a {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;
    transform: .3s;
    margin-left: 20px;
}

.footer__nav a:hover {
    color: #1BD238;
}

.language-link {
    margin-left: 31px;
}

.language-link a {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: .3s;
    padding: 15px 30px;
    background: #ffffff14;
    border-radius: 50px;
    padding-right: 35px;
}

.language-link a img {
    margin-right: 12px;
}

/*---------------------- Footer area end ----------------------*/



/*---------------------- Login area start ----------------------*/
.login__area {
    padding-top: 85px;
    padding-bottom: 150px;
    background-color: #000;
    background-image: url(../img/bg/hero-bg-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login__form {
    max-width: 520px;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}

.login__form h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #002045;
    margin-bottom: 60px;
}

.login-input {
    margin-bottom: 20px;
}

.login-input label {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #002045;
    display: block;
    margin-bottom: 10px;
}

.login-input input {
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #4F547B;
    width: 100%;
    outline: none;
}

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

.form-check label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4F547B;
    position: relative;
    top: 2px;
    margin-left: 10px;
    cursor: pointer;
}

/*---------------------- Login area end ----------------------*/


/*---------------------- Breadcrumb area start ----------------------*/
.breadcrumb__area {
    background: #F5F7FE;
    padding: 17px 0;
}

.breadcrumb__menu {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb__menu li {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #4F547B;
    margin-right: 20px;
}

.breadcrumb__menu li:first-child {
    list-style: none;
}

.breadcrumb__menu li a {
    color: #4F547B;
    text-decoration: none;
    font-weight: 700;
}

/*---------------------- Breadcrumb area end ----------------------*/


/*---------------------- Pricing area start ----------------------*/
.pricing__card {
    background: #FFFFFF;
    box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
    border-radius: 16px;
    padding: 40px 60px;
    margin-bottom: 30px;
}

.pricing__card__title {
    text-align: center;
    padding-bottom: 40px;
}

.pricing__card__title h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #002045;
    margin-bottom: 7px;
}

.pricing__card__title h3 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.1;
    color: #002045;
    margin-bottom: 0px;
}

.pricing__card__title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #4F547B;
    margin: 0;
}

.pricing__card__icon {
    text-align: center;
    margin-bottom: 40px;
}

.pricing__card__body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;
    color: #4F547B;
    margin-bottom: 30px;
}

.pricing__card__body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 15px;
}

.pricing__card__body li {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #4F547B;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.pricing__card__body li i {
    flex: 0 0 auto;
    margin-right: 10px;
    font-size: 12px;
    color: #0044EB;
    line-height: 1;
}

.pricing__card__btn a {
    font-weight: 500;
    font-size: 16px;
    color: #0097D3;
    text-decoration: none;
    line-height: 1.1;
    display: inline-block;
    border-radius: 8px;
    padding: 21px 55px;
    transition: .3s;
    background: rgba(100, 64, 251, 0.07);
}

.pricing__card__btn a:hover,
.pricing__card.active .pricing__card__btn a {
    background: #0097D3;
    color: #fff;
}

.pricing__card.active .pricing__card__title h3,
.pricing__card.active .pricing__card__title h6 {
    color: #0097D3;
}

/*---------------------- Pricing area end ----------------------*/


/*---------------------- Register Hero area start ----------------------*/

    .mobile-active{
        display: none;
    }

    .mobile-inactive{
        display: block;
    }


.register__hero__area {
    padding-top: 40px;
    background-color: #000;
    background-image: url(../img/bg/Header-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    outline-offset: #fff;
}

.register__header {
    padding-bottom: 20px;
}

.register__header .tags {
    display: none;
}

.register__hero__left h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #FFFFFF;
    max-width: 665px;
}

.register__hero__left h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF;
    max-width: 665px;
}

.gc-main .register__hero__left h2 {
    max-width: 100%;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}

.video-main  .register__hero__left h2 {
        /* font-size: 30px;
        line-height: 38px; */
        font-size: 56px;
        line-height: 70px;
        max-width: 100%;
        text-align: center;
    }

.video-main  .register__hero__left h3 {
        /* font-size: 30px;
        line-height: 38px; */
        font-size: 42px;
        line-height: 56px;
        max-width: 100%;
        text-align: center;
    }

.starbucks_hero_large {
    display: flex;
    }

.starbucks_hero_large img{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.gc-main .register__header {
    padding-left: 40px;
    padding-right: 40px;
}
.gc-main .register__header {
    padding-bottom: 2.5%;
    display: flex;
}


.gc-main form {
    padding-right: 20%;
    padding-left: 20%;
    margin-bottom: 10%;
}

.register__hero__left ul {
    margin: 0;
    padding: 0;
    padding-left: 16px;
    border-top: 1px solid #ffffff1a;
    padding-top: 28px;
    margin-top: 28px;
    padding-bottom: 25px;
}

.register__hero__left ul li {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.register__hero__left ul li a {
    text-decoration: underline;
    color: #fff;
}

.register__hero__left__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.register__user p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6A7A99;
    margin: 0;
}

.register__user {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.register__user__img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50px;
    flex: 0 0 auto;
    margin-right: 10px;
}

.register__hero__left__list {
    display: flex;
    align-items: center;
    list-style: none;
}

.register__hero__left__list li {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6A7A99;
    margin-left: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.register__hero__left__list li img {
    margin-right: 9px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    padding-top: 30px;
}

.tag {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #002045;
    padding: 7px 18px;
    border-radius: 30px;
    background: #1BD238;
    margin-right: 15px;
    margin-bottom: 12px;
}

.bg-blue {

    background: #3BB2F4 !important;
}

.bg-red {
    background: #D13E1C !important;
}

.register__fee {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    justify-content: flex-end;
}

.register__fee h4 {
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    text-align: right;
    color: #FEFBF4;
    margin-bottom: 0;
    margin-left: 25px;
}

.register__fee h5 {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    text-align: right;
    text-decoration-line: line-through;
    color: #AEAEAE;
    margin-bottom: 0;
}

.register__form__top {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FF9100;
    margin-bottom: 22px;
    text-align: end;
}

.register__form {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 0px 20px 30px rgba(25, 25, 46, 0.04);
    border-radius: 8px;
    padding: 10px;
}

.register__video {
    height: 220px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
}

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

.register__video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 10px #0000002e);
    z-index: 1;
}

.register__form__inner {
    background: #F7F8FB;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 15px;
}

.register-input {
    margin-bottom: 10px;
}

.register-input input {
    background: #FFFFFF;
    border: 1px solid #9D9D9D;
    border-radius: 8px;
    width: 100%;
    height: 55px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 26px;
    color: #4F547B;
    outline: none;
}


.register-input input:focus:invalid {
background-color: #ffe2e2;
}

.register-input input:invalid {
background-color: #FFFFFF;
}

.register__checks {
    padding-bottom: 30px;
    padding-top: 6px;
    padding-left: 4px;
    padding-right: 5px;
}


.register__checks .form-check {
    padding-bottom: 15px;
}

.register__checks label {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #4F547B;
}

.register__checks .form-check label small {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #4F547B;
    display: block;
}

.form-check.register-check label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4F547B;
    position: relative;
    top: 0px;
}

.form-check.register-check label a {
    color: #4F547B;
}

.form-check.register-check {
    margin-bottom: 15px;
}

.register__logos p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #002045;
    text-align: center;
    margin-bottom: 34px;
}

.register__logos {
    padding-top: 32px;
    text-align: center;
    padding-bottom: 15px;
}

.register__logo {
    margin-bottom: 31px;
    padding: 0 10px;
}

.description__wrapper {
    border-top: 1px solid #EDEDED;
    padding-top: 18px;
}

.description__item {
    margin-bottom: 49px;
}

.description__item h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #002045;
    margin-bottom: 28px;
}

.description__item p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #4F547B;
}

.description__item .row li {
    list-style: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #4F547B;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.description__item .row li span {
    margin-right: 10px;
}

.description__item ul {
    padding: 0;
    margin: 0;
    padding-left: 15px;
}

.description__item ul li {
    font-size: 15px;
    line-height: 1.3;
    color: #4F547B;
    margin-bottom: 20px;
}

.hero__form__right {
    margin-bottom: -209px;
}

/*---------------------- Register Hero area end ----------------------*/