body,
p,
li {
    font-size: 17px;
}


.color-1 {
    color: #ed008c;
}

.color-2 {
    color: #2b00ff;
}

.top-nav-wrap {
    background: #ed008c;
    padding-right: 10px;
    padding-left: 10px;
}

.hm-slider {
    background: #ccc !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
}

main {
    margin-top: 0 !important;
}

.top-nav-wrap li a {
    color: #fff !important;
}

.top-nav-wrap div > ul > li::after {
    content: '|';
    margin-left: 15px;
    display: block;
    color: #fff;
}

.site-nav-wrap div > ul > li:last-child:after {
    content: '';
    margin-left: 0;
}

.site-nav-wrap li:hover > a,
.site-nav-wrap li.current-menu-item > a {
    color: #000 !important;
    text-decoration: none;
}

.site-nav-wrap div > ul > li > ul > li a {
    color: #fff !important;
}

.site-nav-wrap div > ul > li > ul > li:hover > a,
.site-nav-wrap li li.current-menu-item a {
    color: #ed008c !important;
    text-decoration: none;
}

.top-appo {
    text-align: right;
    /*background: url(../images/side-ico.webp) no-repeat right center;*/
    padding-right: 17px;
}

.top-appo a {
    color: #000;
    text-decoration: none;
    /*padding-right: 24px;*/
    margin-top: 2px;
    display: block;
    font-size: 20px;
}


.top-appo:hover a {
    color: #ed008c
}

.getAppointment {
    justify-content: flex-end;
}

#top-sm {
    gap: 10px;
}

#top-sm,
.getAppointment {
    width: 25%;
}

#top-sm .wp-block-social-links .wp-block-social-link.wp-social-link {
    background: transparent;
}

#top-sm .wp-block-social-link a {
    font-size: 24px;
    padding: 0;
}

#top-sm .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
#top-sm .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
#top-sm .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
#top-sm .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
    fill: #000;
}

#top-sm ul {
    gap: 1rem;
}

#top-sm .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover svg,
#top-sm .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover {
    fill: #ed008c;
}

.team-member-carousel article {
    text-align: center;
    -webkit-box-shadow: 0 2px 15px 0 rgb(23 44 82 / 7%);
    box-shadow: 0 2px 15px 0 rgb(23 44 82 / 7%);
    border: 1px solid #fff;
    background-color: #fff;
    padding: 15px;
}

/*
.team-member-carousel article .uagb-post__image {
    width: 170px;
    height: 150px;
    border-radius: 150px;
    overflow: hidden;
    margin: 0 auto 15px;
}
*/
.uagb-block-20dcc445:not(.is-grid) .uagb-post__inner-wrap > .uagb-post__text:last-child {
    margin-bottom: 0;
    font-size: small;
    color: #666;
}
.uagb-block-20dcc445:not(.is-grid) .uagb-post__inner-wrap > .uagb-post__text {
    margin-left: 0;
    margin-right: 0;
}

.team-member-carousel .slick-slide > div {
    padding: 15px;
}

.team-member-carousel .uagb-post__text.uagb-post-grid-byline {
    display: none;
}

.team-member-carousel.uagb-post-grid .uagb-post__title {
    margin-bottom: 0 !important;
}

.team-member-carousel.uagb-post-grid .uagb-post__title a {
    color: #000;
}

.tmm > div {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.subscribe-sec .sub-txt {
    color: #fff;
    font-size: 50px;
    /*
	line-height: 28px;
    padding-left: 80px;
	background: url(../images/email-icon.webp)no-repeat left center;*/
    background-size: contain;
    font-weight: bold;
}



.team-member-carousel.uagb-post-grid .uagb-post__excerpt p {
    margin-top: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.site textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #edeef2;
    font-size: 14px;
    color: #83838b;
    padding: 10px 20px;
    transition: all 500ms ease;
    box-sizing: border-box;
}

.newsletter_form label {
    width: 100%;
}

.newsletter_form label input {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.newsletter_form p {
    display: flex;
    padding: 0;
    margin: 0;
}

.newsletter_form label input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.newsletter_form label input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.newsletter_form label input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.newsletter_form label input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.tnp-subscription .tnp-submit,
.newsletter_form input[type="submit"] {
    background: #FFB76C !important;
    color: #000 !important;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin-left: 20px;
    font-size: 13px;

}

.tnp-subscription .tnp-submit:hover,
.newsletter_form input[type="submit"]:hover {
    background: #ffa649 !important;
    color: #000 !important;
}

.newsletter_form {
    margin-top: 15px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    margin: 05px;
}

.newsletter_form .wpcf7-not-valid-tip {
    color: #b00404;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

.subscribe-sec {
    padding: 30px 0;
}

.more-link a {
    background: #FFB76C;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 13px;
}

.more-link a:hover {
    background: #FFC07F;
    color: #000;
}

#hm-txt-rt {
    justify-content: flex-end;
}

.post_news .uagb-post__text.uagb-post-grid-byline {
    order: 1;
    display: flex;
    justify-content: space-between;
}

.post_news .uagb-post__title.uagb-post__text {
    order: 2;
}

.post_news .uagb-post-grid .uagb-post__title {
    color: #000 !important;
}

.post_news.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    height: auto;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0 2px 15px 0 rgb(23 44 82 / 7%);
    box-shadow: 0 2px 15px 0 rgb(23 44 82 / 7%);
}

.post_news .uagb-post__text.uagb-post__cta.wp-block-button {
    order: 3;
}

.post_news {
    padding-bottom: 60px;
    padding-top: 30px;
}

.post_news .uagb-post__text.uagb-post__cta.wp-block-button a {
    padding: 0;
    background: top;
    font-size: 14px;
}

footer p {
    color: #fff;
}



:where(.wp-site-blocks :focus) {
    outline: none;
}



/*--woocommerce-account--*/

.woocommerce-account .woocommerce-MyAccount-content label {
    font-size: 18px !important;
}

.woocommerce-MyAccount-navigation {
    color: #fff;
    background: #1c4070;
    border-left: 5px solid #fff;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: -5px;

}

.woocommerce-account li.woocommerce-MyAccount-navigation-link {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-content a {
    text-decoration: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 17px !important;
    font-weight: 300 !important;
}

.woocommerce-MyAccount-navigation a {
    text-decoration: none !important;
    padding: 15px;
    display: block;
    text-transform: capitalize;
}


.woocommerce-account .woocommerce-MyAccount-content label + br,
.woocommerce-account .woocommerce-MyAccount-navigation li a br {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
    margin-right: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul li {
    border-left: 5px solid #fff;
    margin: 0 !important;
}

.woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-MyAccount-navigation ul li.is-active {
    border-left: 5px solid #00ffe6;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    font-weight: 600 !important;
    font-size: 14px;
    padding: 12px 10px;
    position: relative;
    text-transform: uppercase;
}

.woocommerce-customer-details h2 {
    font-size: 20px;
}


.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    text-decoration: none !important;
    color: #00ffe6 !important;
}

.woocommerce .woocommerce-MyAccount-content {
    /*padding: 15px;*/
    width: 100%;
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ed008c !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a:before,
.woocommerce-MyAccount-navigation ul li:hover a:before {
    color: #ed008c !important;
}

.woocommerce-MyAccount-navigation li a:before {
    direction: ltr;
    display: inline-block;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    color: #fff;
    margin-right: 5px;
}

.woocommerce-button.button.wc-cancel-order {
    margin-left: 5px;
}

.woocommerce table.my_account_orders .button.view:hover,
.woocommerce a.woocommerce-button.button.wc-cancel-order:hover {
    background: #999 !important;
    color: #fff !important;
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
}

.woocommerce-button.button.pay {
    margin-right: 5px;
}

.woocommerce a.woocommerce-button.button.pay {
    background: #000 !important;
    color: #fff !important;
}

.woocommerce a.woocommerce-button.button.pay:hover {
    background: #999 !important;
    color: #000 !important;
}

.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 20px !important;
    color: #ed008c !important;
    text-transform: capitalize;
}



.woocommerce-MyAccount-content h2 {
    color: #ed008c !important;
    font-size: 24px;
}

.woocommerce-account .woocommerce-EditAccountForm #account_display_name + span {
    font-size: 16px !important;
}

.woocommerce-account .woocommerce-EditAccountForm p.woocommerce-form-row {
    margin-top: 5px;
    margin-bottom: 10px;
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
}

.woocommerce-MyAccount-content .woocommerce-button {
    background: #000 !important;
    color: #fff !important;
}



.woocommerce-form.woocommerce-form-login.login {
    max-width: 600px;
    margin: 10px auto;
    border: 1px solid #1c4070;
}

.lost_reset_password {
    max-width: 480px;
    margin: 10px auto;
    border: 1px solid rgb(28, 64, 112);
    padding: 20px;
    border-radius: 5px;
}

.page-id-832:not(.logged-in) h2 {
    display: table;
    margin: 0 auto;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    margin-right: 0;
}

input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    outline: none !important;
}

.woocommerce-LostPassword.lost_password {
    margin-top: -40px;
    font-size: 13px;
    font-weight: 600;
}

.woocommerce-LostPassword.lost_password a {
    color: #ed008c;
    text-decoration: none;
}

.lost_reset_password button,
.download-file a.button,
.woocommerce-MyAccount-content .woocommerce-Button.button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background: #FFB76C !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.lost_reset_password button:hover,
.download-file a.button:hover,
.woocommerce-MyAccount-content .woocommerce-Button.button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background: #FFC07F !important;
    color: #000 !important;
}

.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea {
    width: 100%;
}

.woocommerce-ResetPassword p {
    width: 100% !important;
}

.woocommerce-MyAccount-content th.download-file span,
.woocommerce-MyAccount-content th.download-product span {
    display: none;
}

.woocommerce-MyAccount-content th.download-product:after {
    content: 'Courses';
}

.woocommerce-MyAccount-content th.download-file:after {
    content: 'View';
}

.woocommerce-MyAccount-content td.download-product {
    text-align: center;
}

.woocommerce-MyAccount-content .coursestitle {
    font-weight: 600;
    font-size: 14px;
    padding: 12px 10px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: #11a99a;
}

.woocommerce table.shop_table {
    border-spacing: 0;
}

.woocommerce-MyAccount-content table td,
.woocommerce-MyAccount-content table th {
    border: 1px solid #cccccc21;
}

.logout {
    display: none !important;
}

.logged-in .login {
    display: none;
}

.logged-in .logout {
    display: inline-block !important;
}

.woocommerce-MyAccount-content .card-body a .icon-content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    font-size: 32px;
    color: #2b00ff;
    background: #fff;
    border: solid 4px #FFB76C;
    width: 100px;
    height: 100px;
}

.wc-block-components-notice-banner .button.wc-forward,
.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}

.my-acc-body > div > h2 {
    text-align: center;
    color: #000;
    font-size: 26px !important;
}

.backtodb > a {
    position: absolute;
    right: 0;
    text-decoration: none;
    color: #2b00ff;
    font-size: 13px;
    text-transform: uppercase;
}

.backtodb > a:before {
    content: '\f104';
    display: inline-block;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 14px;
    margin-right: 10px;
}

.backtodb {
    display: none;
}

.logged-in .backtodb {
    position: relative;
    height: 20px;
    display: block;
}


.woocommerce-MyAccount-content .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.woocommerce-MyAccount-content .row > div {
    width: 28%;
    min-width: 220px;
    text-align: center;
    border: 1px solid #cccccc21;
    padding: 15px;
    margin: 10px 2px;
}

.woocommerce-account main .my-acc-body .woocommerce {
    max-width: 100%;
    width: 100%;
}

.newsletter-row > div {
    position: relative;
    z-index: 2
}

.newsletter-row:before {
    content: '';
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000a3;
}

.newsletter-row div.tnp-subscription {
    max-width: 100%;
}

.newsletter-row .tnp-subscription div.tnp-field {
    width: 19%;
    /*float: left;*/
    margin: 5px;
    display: inline-block;
}

.newsletter-row .tnp-subscription div.tnp-field.tnp-field-button {
    margin-top: 30px;
}

.newsletter-row .tnp-field input[type="submit"] {
    border-radius: 0;
    padding: .6em .8em;
    width: 100%
}

.newsletter-row .tnp-subscription select {
    padding: .6em .7em;
}

header.wp-block-template-part {
    background: #ffb76c;
}

.single-content,
.single-side-bar {
    gap: 0 !important;
}

.single-side-bar a {
    text-decoration: none;
}

.single-content h2 {
    margin-top: 0;
}

.single-side-bar h2 {
    margin: 0;
}

.single-side-bar ul {
    margin-top: 15px;
    margin-bottom: 0;
}

.single-side-bar ul li {
    border-bottom: 1px solid #ccc2c2;
    margin-bottom: 15px;
}

.single-side-bar ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.single-side-bar li a {
    font-weight: 600;
}

.single-side-bar li .wp-block-latest-posts__post-excerpt {
    font-size: 13px;
}

.single-side-bar li .wp-block-latest-posts__post-excerpt i {
    color: #000;
}

.button-link {
    white-space: nowrap;
}

.single-side-bar li .wp-block-latest-posts__post-excerpt i.fa-clock {
    margin-left: 15px;
}

.founding-members-session .uagb-ifb-content {
    height: 250px
}

@media All and (max-width: 1170px) {
    .top-nav-wrap li {
        font-size: medium;
    }

    .top-nav-wrap div > ul > li:after {
        margin-left: 8px;
    }

    .button-link a {
        padding: 10px 15px;
        text-align: center;
    }
}

@media All and (max-width: 1024px) {

    .mobmenu .headertext {
        padding-top: 6px;
    }

    header .wp-block-site-logo {
        display: none;
    }

    #top-sm,
    .getAppointment {
        width: 50%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    #top-sm p {
        padding-right: 5px;
    }

    .site-nav-wrap {
        display: none;
    }

    header {
        border-bottom: 5px solid #ed008c
    }

    .top-appo a {
        padding-right: 0;
        padding-left: 5px;
    }

    .top-appo {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding: 0;
        background: none;
    }

    .mobmenul-container {
        margin-left: 30px;
    }

    .top-appo a {
        font-size: 16px;
    }

    .mob-menu-logo-holder {
        /*background: #fff;*/
        padding-top: 5px;
    }

    .mob-menu-logo-holder .mob-standard-logo {
        height: 60px !important;
    }

    .mob-expand-submenu i {
        font-size: 14px !important;
    }

    .mobmenu-content li {
        font-size: 15px;
    }
}

@media All and (max-width: 991px) {
    .top-nav-wrap {
        margin-top: 0;
    }

    .custom-logo-link img {
        max-width: 200px;
    }

    .woocommerce-MyAccount-content .row {
        justify-content: center;
    }

    .woocommerce-MyAccount-content .row > div {
        min-width: 200px;
    }
}

@media All and (max-width: 781px) {
    .hm-nae.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 40% !important;
    }

}

@media All and (max-width: 768px) {
    .newsletter-row .tnp-subscription div.tnp-field {
        width: 100%;
    }

    .woocommerce-MyAccount-content .row > div {
        min-width: 180px;
    }

    .top-header {
        flex-wrap: wrap;
        justify-content: center;
    }

    .button-link {
        gap: 0 !important;
    }

    .button-link a {
        width: 200px;
    }

    .superblockslider {
        max-height: 550px !important;
    }

    .top-banner {
        min-height: 550px !important;
    }

    #top-sm,
    .getAppointment {
        width: 100%;
        justify-content: center;
        align-items: center;

    }

    .top-appo {
        justify-content: center;
        margin-top: 5px !important;
    }

    .top-header {
        gap: 0;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .backtodb > a {
        position: relative;
    }

}

@media All and (max-width: 575px) {
    .woocommerce-MyAccount-content .row > div {
        min-width: 150px;
    }

    .top-banner {
        min-height: 350px !important;
    }

    .superblockslider {
        max-height: 350px !important;
    }

    .hm-nae.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
        text-align: center;
    }

    #hm-txt-rt {
        justify-content: center;
    }

    .newsletter_form p {
        flex-wrap: wrap;
        justify-content: center;
    }

    .newsletter_form input[type="submit"] {
        margin-top: 15px;
        margin-left: 0;
    }

    .subscribe-sec {
        padding: 0;
    }

    .newsletter_form {
        margin-top: 0;
    }

    .wp-block-spacer {
        display: none;
    }

    .post_news {
        padding-bottom: 0;
    }

    /*
				.subscribe-sec .sub-txt {
        font-size: 25px;
    }
				*/

    .post_news .uagb-post__inner-wrap {
        padding: 10px !important;
    }

    .post_news.uagb-post-grid .uagb-post-grid-byline > * {
        margin-right: 0;
    }

    .newsletter_form .wpcf7-spinner {
        position: absolute;
    }


}

@media All and (max-width: 480px) {
    .top-banner {
        min-height: 250px !important;
    }

    .superblockslider {
        max-height: 250px !important;
    }

}
