/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    font-family: 'Roboto';
}

body {
    overflow-x: hidden !important;
}

body {
    margin-bottom: 0 !important;
}

h2 {
    font-size: 50px;
    font-weight: bold !important;
    font-family: 'Roboto';
    color: #000;
    text-transform: uppercase !important;
    padding: 0;
    position: relative;
}

p {
    font-size: 18px;
    font-family: 'Nunito';
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}

#et-boc {
    overflow-x: hidden !important;
}

.et_pb_row {
    width: 100% !important;
}

.home .entry-header {
    display: none;
}

header.et-l--header .et_pb_row_0_tb_header {
    padding: 0 !important;
}

header.et-l--header>.et_builder_inner_content {
    z-index: auto !important;
}

header.et-l--header .et_pb_menu_inner_container .et_pb_menu__wrap {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

header.et-l--header .et_pb_menu__logo {
    padding: 22px 0 !important;
}

header.et-l--header .et_pb_menu__logo img {
    max-width: 180px !important;
    width: 100%;
}

.et_pb_row--with-menu {
    padding: 0 !important;
}

#et-boc #menu-header-main-menu>li>a {
    font-size: 23px;
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #353535 !important;
    position: relative !important;
}

#et-boc #menu-header-main-menu>li>a:hover {
    opacity: 1 !important;
}

#et-boc #menu-header-main-menu>li:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#et-boc #menu-header-main-menu>li:last-child>a {
    height: auto;
    padding: 12px 44px;
    background: rgb(177, 30, 77);
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%);
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

#et-boc #menu-header-main-menu>li:last-child>a:after {
    display: none !important;
}

#et-boc #menu-header-main-menu>li:last-child>a:hover {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
}


.et-l--header .et-menu>li .sub-menu {
    border-top-color: #b01d4b !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.et-db #et-boc .et-l--header .et-menu>li .sub-menu>li.menu-item {
    width: 100% !important;
    padding: 0 !important;
}

.et-db #et-boc .et-l--header .et-menu>li .sub-menu>li.menu-item>a {
    display: block !important;
    width: 100% !important;
    padding: 15px 20px !important;
}

.hide-script>.et_pb_row.et_pb_row_1_tb_footer {
    display: none;
}

.et_pb_menu__logo-wrap {
    position: relative;
}

.logo-title {
    display: none;
}

.et_pb_menu__logo-wrap:hover .logo-title {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 20%;
    margin: auto !important;
    background: rgba(0, 0, 0, 0.9) !important;
    color: #fff !important;
    width: 90px;
    text-align: center !important;
    border-radius: 5px !important;
}

.et_pb_menu__logo-wrap p {
    font-size: 14px;
}

.gradient-btn {
    display: inline-block !important;
    padding: 12px 28px !important;
    font-size: 24px !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all 0.3s ease 0s !important;
}

.gradient-btn:after {
    display: none !important;
}

.gradient-btn:hover {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
}

.members-inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.member-img {
    width: 30%;
}

.member-description h3 {
    font-size: 24px;
    text-align: left !important;
    line-height: 1.3 !important;
    font-family: 'Roboto';
    font-weight: bold !important;
}

.member-description {
    width: 65%;
}

.member-description a {
    color: rgba(219, 77, 111, 1) !important;
    margin-top: 20px !important;
    display: block;
}

.members-data .slick-dots {
    bottom: -60px;
    text-align: center !important;
}

.members-data ul.slick-dots li {
    margin: 0 3px !important;
}

.members-data .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #b11e4d;
}

.members-data .slick-dots li button:before {
    font-family: slick;
    font-size: 23px;
    line-height: 22px;
    position: absolute;
    color: transparent;
    top: 1px;
    left: -1px;
    width: 20px;
    height: 20px;
}

.members-data .slick-dots li button {
    padding: 5px;
    color: transparent;
    background: 0 0;
    border: 1px solid #b11e4d;
    border-radius: 50%;
    box-shadow: 0 4px 6px #999;
}

.white-btn {
    display: inline-block !important;
    padding: 12px 28px !important;
    font-size: 16px !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #353535 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all 0.3s ease 0s !important;
}

.white-btn:after {
    display: none !important;
}

.white-btn:hover {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
}

.shadow-btn {
    transition: all 0.3s ease 0s !important;
}

.shadow-btn:hover {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
}

.common-heading .et_pb_text_inner {
    overflow: hidden;
}

.common-heading .et_pb_text_inner h2 {
    display: inline-block;
    font-size: 50px;
    font-family: 'Roboto' !important;
    font-weight: bold !important;
    color: #000 !important;
    text-transform: uppercase !important;
    padding: 0 !important;
    position: relative;
}

.common-heading .et_pb_text_inner h2:before {
    content: "";
    width: 500%;
    height: 3px;
    background: #b01f4c;
    position: absolute;
    top: 27px;
    left: calc(100% + 20px);
}

.common-heading .et_pb_text_inner p {
    font-size: 24px;
    font-family: 'Nunito' !important;
    font-weight: normal;
    color: #000 !important;
    line-height: 1.3;
    margin-top: 18px !important;
}

.home .entry-content {
    margin-top: 0;
}

.resource-section a.button.product_type_subscription {
    display: none;
}

.notification-content>.et_pb_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.notification-content>.et_pb_column .et_pb_text {
    margin: 0 25px 0 0 !important;
}

.notification-bar .notification-content .et_pb_text p#notification-text {
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff !important;
    padding: 0 !important;
}

a.learn-more-btn {
    display: inline-block !important;
    padding: 12px 28px !important;
    font-size: 16px !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
    border: none !important;
    border-radius: 0 !important;
}

#et-boc a.learn-more-btn {
    line-height: 1 !important;
}

.notification-bar .notification-content a.learn-more-btn:after {
    display: none;
}

.home-banner .et_pb_slider_container_inner {
    max-width: 1245px;
    width: 100% !important;
    /*display: block !important;
	margin: 0 auto !important;
	padding: 80px 0 150px !important;*/
}

.home-banner .et_pb_slide_description {
    max-width: 485px;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 30px 30px !important;
    margin-right: 0 !important;
    text-align: left !important;
}

.home-banner .et_pb_slide_description .et_pb_slide_title {
    font-size: 38px !important;
    font-family: 'Roboto';
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
}

.home-banner .et_pb_slide_description .et_pb_slide_content p {
    font-size: 17px;
    font-family: 'Nunito';
    font-weight: normal;
    text-shadow: none !important;
    line-height: 1.4;
}

.home-banner .et_pb_button_wrapper .et_pb_button {
    display: inline-block !important;
    padding: 12px 28px !important;
    font-size: 16px !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all 0.3s ease 0s;
}

.home-banner .et_pb_button_wrapper .et_pb_button:hover {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
}

.home-banner .et_pb_button_wrapper .et_pb_button:after {
    display: none;
}

#et-boc header.et-l--header .product>.et_pb_section_0_tb_header {
    padding: 0 !important;
    background: #353535 !important;
}

#et-boc header.et-l--header .product>.et_pb_section_0_tb_header>.et_pb_row {
    margin-top: 0 !important;
    padding-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#et-boc header.et-l--header .product>.et_pb_section_0_tb_header>.et_pb_row>div.et_pb_column {
    width: auto !important;
    margin-right: 0 !important;
}

#et-boc header.et-l--header .product>.et_pb_section_0_tb_header>.et_pb_row>div.et_pb_column:first-child>.et_pb_menu {
    background: transparent !important;
}

#menu-top-header-menu {
    margin: 0 !important;
}

#menu-top-header-menu>li {
    display: inline-block;
    padding: 0 5px !important;
    margin: 0 !important;
    position: relative;
}

#et-boc #menu-top-header-menu>li>a {
    display: inline-block !important;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 15px 5px !important;
}

#et-boc #menu-top-header-menu>li>a:hover {
    color: #fff !important;
    opacity: 1;
}

#et-boc #menu-top-header-menu>li>a i {
    margin-right: 5px;
}

#et-boc header.et-l--header .et_pb_button_module_wrapper .et_pb_button {
    display: inline-block !important;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 15px 13px !important;
    border: none !important;
    position: relative;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

#et-boc header.et-l--header .et_pb_button_module_wrapper .et_pb_button:hover {
    border: none;
}

#et-boc header.et-l--header .et_pb_button_module_wrapper .et_pb_button:after {
    display: none;
}

#et-boc header.et-l--header .et_pb_button_module_wrapper:before {
    content: "" !important;
    width: 1px !important;
    height: 30px !important;
    background: #fff !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
}

.main-service-direction {
    margin-top: -70px !important;
}

.main-service-direction>.et_pb_row>.et_pb_column {
    padding: 30px 25px;
    box-shadow: 0 0.1875rem 0.625rem 0 rgba(79, 90, 109, 0.8) !important;
    transition: all 0.5s ease 0s !important;
    width: calc(25% - 19px) !important;
    margin-right: 25px !important;
    padding: 30px 25px !important;
    background: #fff !important;
    transition: all 0.5s ease 0s;
}

.main-service-direction>.et_pb_row>.et_pb_column:hover {
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 40%, rgba(219, 77, 111, 1) 100%) !important;
    transform: scale(1.1);
}

.main-service-direction>.et_pb_row>.et_pb_image {
    text-align: center;
}

.main-service-direction>.et_pb_row>.et_pb_column .et_pb_image img {
    transition: all 0.3s ease 0s !important;
}

.main-service-direction>.et_pb_row>.et_pb_column:hover .et_pb_image img {
    filter: brightness(0) invert(1);
    transform: rotate(-90deg);
}

.main-service-direction>.et_pb_row .et_pb_module {
    text-align: center !important;
}

.main-service-direction .content h3 {
    font-size: 30px !important;
    font-family: 'Roboto';
    font-weight: bold !important;
    color: #353535 !important;
    text-transform: uppercase !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    transition: all 0.3s ease 0s !important;
}

#et-boc .main-service-direction .content p {
    font-size: 16px;
    font-family: 'Nunito';
    font-weight: bold;
    color: #000 !important;
    text-align: left !important;
    margin: 0 !important;
    transition: all 0.3s ease 0s !important;
}

.main-service-direction>.et_pb_row>.et_pb_column:hover .content h3,
#et-boc .main-service-direction>.et_pb_row>.et_pb_column:hover .content p {
    color: #fff !important;
}

.main-member-section {
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
}

.main-member-section .member-section,
.main-member-section .member-section .et_pb_text {
    text-align: center !important;
}

.main-member-section .member-section .et_pb_text h2 {
    font-size: 50px;
    font-family: 'Roboto';
    font-weight: bold !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding-bottom: 0 !important;
    margin-bottom: 40px !important;
}

.main-member-section .member-section .et_pb_button {
    display: inline-block !important;
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 24px !important;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    color: #353535 !important;
    text-transform: uppercase !important;
    padding: 16px 40px !important;
}

.main-member-section .member-section .et_pb_button:after {
    display: none;
}

.main-service-direction>.et_pb_row.membership__btn>.et_pb_column {
    width: 100% !important;
    box-shadow: none !important;
}

.main-service-direction>.et_pb_row.membership__btn>.et_pb_column:hover {
    background: transparent !important;
    transform: none;
}

.et-l--footer .et_pb_section_0_tb_footer {
    background: #f5f5f6 !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_column h4 {
    font-size: 22px !important;
    font-family: 'Nunito' !important;
    font-weight: bold !important;
    color: #353535 !important;
    line-height: 1.2 !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_menu {
    background: transparent !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_column .et-menu {
    display: block !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_column .et-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_column .et-menu>li {
    display: block !important;
    margin-top: 0 !important;
    padding: 0 0 0 15px !important;
    position: relative !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_column .et-menu>li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b01f4c;
    position: absolute;
    top: 7px;
    left: 0;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_column .et-menu>li:not(:last-child) {
    margin-bottom: 13px !important;
}

#et-boc .et-l--footer .et_pb_section_0_tb_footer .et_pb_column .et-menu>li>a {
    font-size: 18px;
    font-family: 'Nunito' !important;
    font-weight: 500 !important;
    color: #b01f4c !important;
    padding-bottom: 0 !important;
}

#et-boc .et-l--footer .et_pb_section_0_tb_footer .et_pb_column>div:nth-child(1) {
    margin-bottom: 20px !important;
}

#et-boc .et-l--footer .et_pb_section_0_tb_footer .et_pb_row>div.et_pb_column:nth-child(1)>div:nth-child(2) {
    margin-bottom: 15px;
}

#et-boc .et-l--footer .et_pb_section_0_tb_footer .et_pb_column .et-menu>li>a:hover {
    opacity: 1 !important;
}

#et-boc .et-l--footer .et_pb_section_0_tb_footer .et_pb_column p {
    font-size: 17px;
    font-family: 'Nunito' !important;
    font-weight: normal;
    color: #353535 !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_social_media_follow>li {
    margin-bottom: 0 !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_social_media_follow>li>a {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    border-radius: 50% !important;
    text-align: center !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_social_media_follow>li>a:hover {
    opacity: 1 !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_social_media_follow>li>a:before {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 20px !important;
}

.et-l--footer .et_pb_section_0_tb_footer .et_pb_social_media_follow>li>a:hover:before {
    clolr: #fff !important;
}

#et-boc .et-l--footer .et_pb_section_0_tb_footer .et_pb_column .related>h2 {
    display: none;
}

.et-db #et-boc .et-l--footer .et_pb_section_1_tb_footer.et_pb_section {
    background: #353535 !important;
    padding: 0 15px !important;
}

.et-l--footer .et_pb_section_1_tb_footer>.et_pb_row {
    padding: 20px 0;
}

.et-l--footer .et_pb_section_1_tb_footer>.et_pb_row p {
    color: #fff !important;
}

.et-l--footer .et_pb_row_0_tb_footer .et-last-child h4 {
    padding-left: 5px !important;
}

.et-l--footer .et_pb_row_0_tb_footer .et_pb_wc_related_products {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 15px !important;
    text-align: center !important;
    padding: 0 5px !important;
}

.et-l--footer .et_pb_row_0_tb_footer .et_pb_wc_related_products ul.products .onsale {
    display: none !important;
}

.et-l--footer .et_pb_row_0_tb_footer .et_pb_wc_related_products ul.products>li {
    margin-bottom: 0 !important;
}

.et-l--footer .et_pb_row_0_tb_footer .et_pb_wc_related_products ul.products>li a.woocommerce-LoopProduct-link .et_shop_image {
    height: 200px;
    margin-bottom: 14px !important;
}

.et-l--footer .et_pb_row_0_tb_footer .et_pb_wc_related_products ul.products>li a.woocommerce-LoopProduct-link .et_shop_image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border: none !important;
}

.et-l--footer .et_pb_row_0_tb_footer .et_pb_wc_related_products ul.products>li a .et_shop_image .et_overlay {
    display: none !important;
}

.et-l--footer .et_pb_row_0_tb_footer .et_pb_wc_related_products ul.products>li .woocommerce-loop-product__title {
    font-size: 18px !important;
    font-family: 'Roboto' !important;
    font-weight: bold !important;
    color: #000 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    padding-bottom: 0 !important;
    margin-bottom: 8px !important;
}

.et-l--footer .et_pb_row_0_tb_footer .et_pb_wc_related_products ul.products>li .price {
    display: block !important;
    text-align: center !important;
    font-size: 20px;
    font-family: 'Roboto' !important;
    font-weight: bold !important;
    color: #000 !important;
    text-align: center !important;
}

.et-l--footer .et_pb_row_0_tb_footer .et_pb_wc_related_products ul.products>li .price del {
    display: none !important;
}

.et-l--footer .et_pb_row_0_tb_footer .et_pb_wc_related_products ul.products>li a.add_to_cart_button {
    display: inline-block !important;
    padding: 10px 18px !important;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    font-weight: normal !important;
    color: #fff !important;
    text-decoration: none !important;
    background: #000 !important;
    border: none !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    transition: all 0.3s ease 0s !important;
}

.et-l--footer .et_pb_row_0_tb_footer .et_pb_wc_related_products ul.products>li a.add_to_cart_button:hover {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_text_inner p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Nunito' !important;
}

.page-id-970 header.entry-header {
    display: none;
}

.page-id-970 header {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(53, 53, 53, 0.25) !important;
    -moz-box-shadow: 0px 5px 5px 0px rgba(53, 53, 53, 0.25) !important;
    box-shadow: 0px 5px 5px 0px rgba(53, 53, 53, 0.25) !important;
}

.blog-home .news-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0 -10px !important;
}

.blog-home .news-posts li {
    width: calc(100% / 3) !important;
    padding: 0 10px !important;
    list-style: none !important;
    margin-bottom: 40px !important;
    position: relative;
}

.blog-home .news-posts li .news-pic {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    /*height: 540px;*/
    height: 500px;
}

.blog-home .news-posts li .news-pic img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.blog-home .news-posts li .news-content {
    width: calc(100% - 20px);
    height: auto;
    padding: 28px 25px 80px !important;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 1;
    min-height: 300px;
}

.blog-home .news-posts li .news-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 0.85) 30%, rgba(219, 77, 111, 0.85) 100%) !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.blog-home .news-posts li .news-content h3 {
    font-size: 30px;
    font-family: 'Roboto' !important;
    ;
    font-weight: bold !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
}

.blog-home .news-posts li .news-content p {
    font-size: 16px;
    font-family: 'Nunito';
    font-weight: bold;
    margin-bottom: 20px !important;
}

#et-boc .blog-home .news-posts li .news-content p {
    color: #fff !important;
}

.blog-home .news-posts li .news-content a {
    display: inline-block !important;
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    color: #353535 !important;
    text-transform: uppercase !important;
    padding: 15px 28px !important;
    position: absolute;
    bottom: 28px;
    left: 25px;
    transition: all 0.3s ease 0s !important;
}

.blog-home .news-posts li .news-content a:hover {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
}

.blog-home .gradient-btn {
    padding: 10px 50px !important;
    font-size: 24px !important;
}

#et-boc .common-heading .et_pb_text_inner p {
    color: #000 !important;
}

.product-section .related>h2 {
    display: none;
}

.product-section .related>ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px !important;
}

.product-section .related>ul.products>li {
    width: calc(100% / 3) !important;
    width: calc(100% / 3 - 0.5px) !important;
    margin: 0 !important;
    padding: 0 20px !important;
    text-align: center !important;
}

.product-section .related>ul.products>li a.woocommerce-LoopProduct-link {
    display: block !important;
    position: relative;
}

.product-section .related>ul.products>li a .onsale {
    display: inline-block !important;
    width: auto !important;
    height: auto;
    min-height: auto;
    background: #b01d4b !important;
    position: absolute;
    top: 20px;
    left: 20px;
    right: auto;
    bottom: auto;
    padding: 15px 20px !important;
    font-size: 36px;
    font-family: 'Roboto' !important;
    color: #fff !important;
    line-height: 1;
}

.product-section .related>ul.products>li a.woocommerce-LoopProduct-link .et_shop_image {
    height: 390px;
    /*box-shadow: 0 0.1875rem 0.625rem 0 rgba(0,0,0,0.8) !important;*/
    margin-bottom: 35px !important;
}

.product-section .related>ul.products>li a.woocommerce-LoopProduct-link .et_shop_image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border: none !important;
}

.product-section .related>ul.products>li a.woocommerce-LoopProduct-link .et_shop_image .et_overlay {
    display: none !important;
}

.product-section .related>ul.products>li a.add_to_cart_button {
    display: block !important;
}

.product-section .related>ul.products>li .woocommerce-loop-product__title {
    font-size: 30px;
    font-family: 'Roboto' !important;
    font-weight: bold !important;
    color: #000 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
}

.product-section .related>ul.products>li .price {
    display: block !important;
    text-align: center !important;
    font-size: 30px;
    font-family: 'Roboto' !important;
    font-weight: bold !important;
    color: #000 !important;
    text-align: center !important;
}

.product-section .related>ul.products>li .price del {
    display: none !important;
}

.product-section .related>ul.products>li a.add_to_cart_button {
    display: inline-block !important;
    padding: 15px 28px !important;
    font-size: 18px !important;
    font-family: 'Roboto';
    font-weight: normal !important;
    color: #fff !important;
    text-decoration: none !important;
    background: #000 !important;
    border: none !important;
    border-radius: 0 !important;
    margin-top: 23px !important;
    transition: all 0.3s ease 0s !important;
}

.product-section .related>ul.products>li a.add_to_cart_button:hover {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
}

.outer-left-content {
    position: relative;
}

.outer-left-content:before {
    content: "";
    width: 50%;
    height: 100%;
    background: url("/wp-content/uploads/2020/09/fetured.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    top: 0;
    right: 0;
}

.outer-left-content.membership:before {
    background: url(/wp-content/uploads/2020/09/chapter-image.png) repeat;
}

.membership .left-content>.et_pb_column:nth-child(1) .gradient-btn {
    width: auto;
}

.outer-right-content.membership .et_pb_column .et_pb_button_module_wrapper {
    display: inline-block;
    margin-right: 20px !important;
}

.member__testimonial h2 {
    text-align: center !important;
    text-transform: uppercase !important;
}

.left-content>.et_pb_column:nth-child(1) {
    padding: 50px 0 !important;
}

.left-content>.et_pb_column:nth-child(1) h3 {
    display: inline-block;
    font-size: 50px;
    font-family: 'Roboto' !important;
    font-weight: bold !important;
    color: #000 !important;
    text-transform: uppercase !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    position: relative;
}

.left-content>.et_pb_column:nth-child(1) p {
    font-size: 18px !important;
    font-family: 'Nunito' !important;
    font-weight: normal !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.left-content>.et_pb_column:nth-child(1) .et_pb_button_module_wrapper {
    display: inline-block;
    margin-right: 20px !important;
}

.left-content>.et_pb_column:nth-child(1) .gradient-btn {
    width: 205px;
    text-align: center !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 24px !important;
}

.banner-content-section {
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
}

.banner-content-section h2 {
    color: #fff !important;
    text-align: center !important;
    width: 100%;
    font-size: 60px;
    line-height: 1.3 !important;
}

.banner-content-section .et_pb_button_module_wrapper {
    text-align: center !important;
}

.banner-content-section .et_pb_button {
    display: inline-block !important;
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 24px !important;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    color: #353535 !important;
    text-transform: uppercase !important;
    padding: 16px 40px !important;
}

.banner-content-section .et_pb_button:hover {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
}

.et-db #et-boc .et-l .banner-content-section .et_pb_button:after,
.et-db #et-boc .et-l .banner-content-section .et_pb_button:after {
    display: none;
}

/* Conference Page */

.site-main>article.page {
    margin-bottom: 0 !important;
}

.page-id-625 .entry-header {
    display: none;
}

.entry-content {
    margin-top: 0 !important;
}

.home-banner.conference-banner {
    position: relative;
}

.home-banner.conference-banner:after {
    content: "";
    width: 100%;
    height: 9px;
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
    -webkit-box-shadow: 7px 7px 7px 0px rgba(25, 25, 25, 0.45) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(25, 25, 25, 0.45) !important;
    box-shadow: 7px 7px 7px 0px rgba(25, 25, 25, 0.45) !important;
    position: absolute;
    bottom: -9px;
    left: 0;
}

.home-banner.conference-banner .et_pb_slider_container_inner {
    max-width: 1245px;
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 85px 0 60px !important;
}

.home-banner.conference-banner .et_pb_slide_description {
    max-width: 550px;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 30px 30px !important;
    margin-right: 45px !important;
    text-align: left !important;
    -webkit-box-shadow: 7px 7px 7px 0px rgba(25, 25, 25, 0.75) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(25, 25, 25, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(25, 25, 25, 0.75) !important;
}

.home-banner.conference-banner .et_pb_slide_description .et_pb_slide_title {
    font-size: 40px !important;
    text-transform: none !important;
    line-height: 1.25 !important;
    padding-bottom: 12px !important;
}

.home-banner.conference-banner .et_pb_slide_description .et_pb_slide_content p {
    font-size: 36px;
}

.home-banner.conference-banner .et_pb_button_wrapper .et_pb_button {
    margin-top: 15px !important;
}

.home-banner.conference-banner .et_pb_button_wrapper .et_pb_button {
    padding: 12px 35px !important;
}

.home-banner.conference-banner .inner-banner .et_pb_slide {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.call-right-content>.et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.call-right-content>.et_pb_row>div.et_pb_column:nth-child(1) .et_pb_module,
.call-right-content>.et_pb_row>div.et_pb_column:nth-child(1) .et_pb_module .et_pb_image_wrap {
    height: 100%
}

.call-right-content>.et_pb_row>div.et_pb_column:nth-child(1) .et_pb_module .et_pb_image_wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.call-right-content>.et_pb_row>.et_pb_column.et-last-child h3 {
    display: inline-block;
    font-size: 50px;
    font-family: 'Roboto' !important;
    font-weight: bold !important;
    color: #262626 !important;
    text-transform: uppercase !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    position: relative;
}

.call-right-content>.et_pb_row>.et_pb_column.et-last-child p {
    font-size: 18px !important;
    font-family: 'Nunito' !important;
    font-weight: normal !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.call-right-content .gradient-btn {
    font-size: 19px !important;
    padding: 12px 45px !important;
}

.scholarship-section {
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
}

.scholarship-section,
.scholarship-section .et_pb_text_inner {
    text-align: center !important;
}

.scholarship-section .et_pb_text_inner h2 {
    font-size: 50px;
    font-family: 'Roboto';
    font-weight: bold !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding-bottom: 0 !important;
    margin-bottom: 22px !important;
    line-height: 1.2 !important;
}

.scholarship-section .et_pb_text_inner p {
    font-size: 33px;
    font-family: 'Nunito';
    font-weight: normal;
    text-shadow: none !important;
    line-height: 1.3;
}

.scholarship-section .et_pb_button_module_wrapper {
    display: inline-block;
}

.scholarship-section .et_pb_button_1_wrapper {
    margin-right: 60px !important;
    margin-bottom: 0 !important;
}

.scholarship-section .white-btn {
    width: 215px;
    font-size: 24px !important;
    padding: 13px 40px !important;
}

.save-conference .et_pb_text_inner {
    max-width: 550px;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 40px 32px 35px !important;
    text-align: left !important;
    -webkit-box-shadow: 7px 7px 7px 0px rgba(25, 25, 25, 0.75) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(25, 25, 25, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(25, 25, 25, 0.75) !important;
}

.save-conference .et_pb_text_inner h3 {
    font-size: 40px !important;
    font-family: 'Roboto';
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    padding-bottom: 0 !important;
    margin-bottom: 18px !important;
    text-shadow: none !important;
}

.save-conference .et_pb_text_inner p {
    font-size: 30px !important;
    font-family: 'Roboto';
    font-weight: bold !important;
    line-height: 1.2 !important;
    padding-bottom: 25px !important;
}

.save-conference .et_pb_text_inner p.date {
    padding-bottom: 0 !important;
}

.blog-home.event-section .news-posts li .news-content {
    min-height: 325px;
}

.blog-home.event-section .news-posts li .news-content p {
    padding-bottom: 0 !important;
}

.container {
    max-width: 1080px;
    margin: auto;
}

#comments {
    margin-bottom: 50px;
}

#comments textarea#comment {
    max-width: 600px;
    max-height: 115px;
}

#comments label {
    display: block;
    font-size: 15px;
}

#comments p.comment-form-cookies-consent label {
    display: inline-block;
}

#comments input[type="text"],
#comments input[type="email"],
#comments input[type="url"] {
    width: 100%;
    max-width: 600px;
}

#comments input#submit {
    padding: 12px 44px;
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

#comments input#submit:hover {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
}

.et_pb_tabs a {
    padding-top: 12px !important;
}

.woocommerce div.product {
    margin-top: 40px;
}

.woocommerce ul.products li.product .onsale.wc-memberships-member-discount {
    background: rgb(177, 30, 77) !important;
    background: -o-linear-gradient(15deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
    width: 100%;
    border-radius: 0px;
    font-size: 24px;
    min-height: 2em;
    margin-left: 0;
    line-height: 1.3;
    padding: 7px 0;
    margin-top: 20px;
}

.single-post .post-thumbnail {
    text-align: center;
}

.save-conference.main-member-section .et_pb_text_inner {
    margin: auto !important;
    background: rgba(255, 255, 255, 1) !important;
}

.search-results header.entry-header {
    margin: 0;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.search-results header.entry-header h2 {
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 20px;
}

.search-results header.entry-header h2 a {
    text-decoration: none;
    color: #404040 !important;
    font-size: 24px !important;
}

.search-results .img-search {
    width: 300px;
    vertical-align: top;
    display: inline-block;
}

.search-results .content-inner {
    width: calc(100% - 350px);
    display: inline-block;
}

.search-results article {
    margin-bottom: 50px;
}

.search-results aside#secondary {
    display: none;
}

footer .custom-blog {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 15px !important;
    text-align: center !important;
    padding: 0 5px !important;
}

footer .custom-blog h4.et_pb_module_header {
    text-align: center !important;
}

footer .custom-blog h4.et_pb_module_header span {
    color: #000 !important;
    font-size: 18px !important;
}

footer .custom-blog .et_pb_main_blurb_image {
    margin-bottom: 14px !important;
}

/*Media Query*/
@media (max-width: 1280px) {
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    #et-boc #menu-header-main-menu>li>a {
        font-size: 20px;
    }

    #et-boc #menu-header-main-menu>li:last-child>a {
        padding: 12px 36px;
    }

    .blog-home .news-posts li .news-content h3 {
        font-size: 30px;
    }
}

@media (max-width: 1100px) {
    #et-boc #menu-header-main-menu>li>a {
        font-size: 17px;
    }

    #et-boc #menu-header-main-menu>li:last-child>a {
        font-size: 15px;
        padding: 12px 30px;
    }

    .common-heading .et_pb_text_inner h2 {
        font-size: 40px;
    }

    .common-heading .et_pb_text_inner h2:before {
        top: 17px;
    }

    .main-service-direction .content h3 {
        font-size: 22px !important;
    }

    .et-db #et-boc header.et-l .et_pb_row .et_pb_column.et_pb_column_1_4 {
        margin: 0;
    }
}

@media (max-width: 980px) {
    .et-db #et-boc .et-l .et_pb_row {
        padding: 0 15px !important;
    }

    .notification-content>.et_pb_column .et_pb_text {
        margin: 0 0 20px 0 !important;
    }

    .notification-bar .notification-content .et_pb_text p#notification-text {
        text-align: center !important;
    }

    .notification-content>.et_pb_column {
        display: block;
        text-align: center !important;
    }

    .top-header .et_pb_menu_inner_container {
        display: none !important;
    }

    .main-service-direction>.et_pb_row {
        overflow: visible !important;
    }

    .main-service-direction>.et_pb_row>.et_pb_column {
        width: calc(48% - 13px) !important;
    }

    .main-service-direction>.et_pb_row>.et_pb_column:nth-child(2) {
        margin-right: 0 !important;
    }

    .blog-home .news-posts li {
        width: calc(100% / 2) !important;
    }

    .left-content>.et_pb_column:nth-child(1) h3 {
        font-size: 40px;
    }

    .left-content>.et_pb_column:nth-child(1) .gradient-btn {
        width: 185px;
        font-size: 20px !important;
    }

    .outer-left-content:before {
        width: 100%;
    }

    .outer-left-content:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
        left: 0;
    }

    .et-db #et-boc .product-section .related>ul.products>li {
        margin-right: 0 !important;
    }

    footer.et-l--footer .et_mobile_nav_menu .mobile_menu_bar {
        display: none !important;
    }

    footer.et-l--footer .et_mobile_nav_menu .et_mobile_menu {
        display: block !important;
        position: static !important;
        width: 100% !important;
        padding: 0 !important;
        border: none !important;
    }

    .et-db #et-boc footer.et-l--footer .et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_menu {
        background: transparent !important;
        box-shadow: none !important;
    }

    .et-db #et-boc footer.et-l--footer .et_mobile_nav_menu .et_mobile_menu>li {
        display: block !important;
        margin-top: 0 !important;
        margin-bottom: 13px !important;
        padding: 0 0 0 15px !important;
        position: relative !important;
    }

    .et-db #et-boc footer.et-l--footer .et_mobile_nav_menu .et_mobile_menu>li:last-child {
        margin-bottom: 0 !important;
    }

    .et-db #et-boc footer.et-l--footer .et_mobile_nav_menu .et_mobile_menu>li:before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #b01f4c;
        position: absolute;
        top: 7px;
        left: 0;
    }

    .et-db #et-boc footer.et-l--footer .et_mobile_nav_menu .et_mobile_menu>li a {
        border: none !important;
        padding: 0 !important;
        font-size: 18px;
        font-family: 'Nunito' !important;
        font-weight: 600 !important;
        color: #b01f4c !important;
        padding-bottom: 0 !important;
    }

    footer.et-l--footer .et_mobile_nav_menu,
    footer.et-l--footer .et_mobile_nav_menu .mobile_nav {
        width: 100%;
    }

    header.et-l--header .et_mobile_menu {
        border-color: #b01f4c !important;
        padding: 0px !important;
    }

    .et-db #et-boc header.et-l--header.et-l .et_pb_menu .et_mobile_menu .sub-menu>li {
        padding-left: 0 !important;
    }

    .et-db #et-boc header.et-l--header.et-l .et_pb_menu .et_mobile_menu li a {
        color: #353535 !important;
    }

    .et-db #et-boc header.et-l--header.et-l .mobile_menu_bar:before {
        color: #353535 !important;
    }

    header.et-l--header .et_pb_menu__logo {
        padding: 10px 0 !important;
    }

    .et_mobile_nav_menu li.menu-item {
        position: relative;
    }

    .et_mobile_nav_menu li span {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li ul.sub-menu.hide {
        display: none !important;
    }

    #et-boc .et-l--footer .et_pb_wc_related_products ul.related .products>li {
        width: 100% !important;
    }

    #et-boc #main-products ul.products>li {
        width: calc(50% - 0.5px) !important;
        margin-right: 0 !important;
        margin-bottom: 60px !important;
    }

    #et-boc #main-products ul.products>li:last-child {
        margin-bottom: 0 !important;
    }

    .product-section .related>ul.products>li a.woocommerce-LoopProduct-link .et_shop_image {
        height: 320px;
        margin-bottom: 30px !important;
    }

    .product-section .related>ul.products>li a .onsale {
        font-size: 26px;
    }

    .product-section .related>ul.products>li .woocommerce-loop-product__title,
    .product-section .related>ul.products>li .price {
        font-size: 26px;
    }

    #et-boc #footer-products ul.products>li {
        width: 100% !important;
    }

    #et-boc #footer-products ul.products>li>a.woocommerce-loop-product__link {
        display: block !important;
    }

    .home-banner.conference-banner .et_pb_slide_description {
        margin-right: 0 !important;
    }

    .call-right-content>.et_pb_row>.et_pb_column.et-last-child h3 {
        font-size: 40px;
    }

    .call-right-content {
        padding-top: 90px !important;
        padding-bottom: 75px !important;
    }

    .call-right-content .et_pb_image .et_pb_image_wrap {
        width: 100%;
    }

    .scholarship-section .et_pb_text_inner h2 {
        font-size: 44px;
    }

    .scholarship-section .et_pb_text_inner p {
        font-size: 26px;
    }

    .scholarship-section .et_pb_button_1_wrapper {
        margin-right: 30px !important;
    }

    .scholarship-section .white-btn {
        width: 200px;
        font-size: 22px !important;
        padding: 10px 30px !important;
    }

}

@media screen and (max-width: 768px) {
    .single-product .woocommerce div.product div.images {
        float: left;
        width: 50%;
        padding-right: 30px;
    }

    .single-product .summary.entry-summary {
        width: 100% !important;
    }

    #main-products {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .notification-bar .notification-content .et_pb_text p#notification-text {
        font-size: 22px;
    }

    .home-banner .et_pb_slide_description .et_pb_slide_title {
        font-size: 32px !important;
    }

    .main-service-direction .content h3 {
        font-size: 26px !important;
    }

    .main-member-section .member-section .et_pb_text h2 {
        font-size: 40px;
    }

    .blog-home .news-posts li .news-content a {
        font-size: 16px !important;
        padding: 13px 20px !important;
    }

    .common-heading .et_pb_text_inner h2 {
        font-size: 34px;
    }

    .common-heading .et_pb_text_inner h2:before {
        top: 16px;
    }

    .common-heading .et_pb_text_inner p {
        font-size: 20px;
    }

    .home-banner.conference-banner .et_pb_slide_description .et_pb_slide_title {
        font-size: 32px !important;
    }

    .home-banner.conference-banner .et_pb_slide_description .et_pb_slide_content p {
        font-size: 30px;
    }

    .home-banner.conference-banner .et_pb_button_wrapper .et_pb_button {
        padding: 12px 30px !important;
    }

    .call-right-content>.et_pb_row>.et_pb_column.et-last-child h3 {
        margin-bottom: 25px !important;
    }

    .scholarship-section {
        padding-top: 70px !important;
        padding-bottom: 65px !important;
    }

    .scholarship-section .et_pb_text_inner h2 {
        font-size: 38px;
    }

    .scholarship-section .et_pb_text_inner p {
        font-size: 22px;
    }

    .scholarship-section .white-btn {
        width: 175px;
        font-size: 18px !important;
        padding: 10px 30px !important;
    }

    .save-conference .et_pb_text_inner h3 {
        font-size: 36px !important;
    }

    .save-conference .et_pb_text_inner p {
        font-size: 24px !important;
    }

    .cmnts_popup_inner .table.popup-msg-table tr td {
        display: block;
        text-align: center;
    }

    .main-event-section {
        padding-top: 70px !important;
    }

    .outer-left-content.membership:before {
        display: none;
    }

    h2,
    .banner-content-section h2 {
        font-size: 40px;
    }

    .members-inner-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .member-img {
        width: 100%;
        text-align: center !important;
    }

    .member-description {
        width: 100%;
        text-align: center !important;
    }

    .member-description h3 {
        font-size: 20px;
        text-align: center !important;
    }

    ul.slick-dots {
        padding: 0 !important;
        margin: 0 !important;
    }

    h2 br {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .search-results .img-search {
        width: 100%;
        text-align: center;
    }

    .search-results .img-search img {
        max-width: 300px;
        margin: auto;
    }

    .search-results .content-inner {
        width: 100%;
        margin-top: 20px;
    }

    .search-results header.entry-header h2 a {
        font-size: 20px !important;
        line-height: 1.2;
    }
}

@media screen and (max-width: 600px) {
    .blog-home .news-posts {
        margin: 0 !important;
    }

    .blog-home .news-posts li {
        width: 100% !important;
        padding: 0 !important;
    }

    .blog-home .news-posts li .news-content {
        min-height: auto;
    }

    .blog-home .news-posts li .news-content {
        width: 100%;
        left: 0;
    }

    .blog-home .news-posts li .news-pic {
        height: 550px;
    }

    .blog-home .news-posts li:last-child {
        margin-bottom: 0 !important;
    }

    .scholarship-section .et_pb_text_inner h2 {
        font-size: 34px;
    }

    .scholarship-section .et_pb_text_inner p {
        font-size: 20px;
    }

    .blog-home.event-section .news-posts li .news-content {
        min-height: auto;
    }

    .single-product .summary.entry-summary {
        width: 100% !important;
    }

    .single-product .woocommerce div.product div.images {
        float: left;
        width: 100%;
    }

    .single-product .woocommerce div.product div.images img {
        max-width: 300px;
        margin: auto;
    }
}

@media screen and (max-width: 480px) {

    h2,
    .banner-content-section h2 {
        font-size: 30px;
    }

    .banner-content-section .et_pb_button,
    .gradient-btn {
        font-size: 18px !important;
    }

    .home-banner .et_pb_slider_container_inner {
        padding: 50px 0 100px !important;
    }

    .home-banner .et_pb_slide_description .et_pb_slide_title {
        font-size: 25px !important;
    }

    .home-banner {
        padding: 0 !important;
    }

    .main-service-direction>.et_pb_row>.et_pb_column {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .main-member-section .member-section .et_pb_text h2 {
        font-size: 30px;
        margin-bottom: 25px !important;
    }

    .main-member-section .member-section .et_pb_button {
        font-size: 20px !important;
        padding: 13px 30px !important;
    }

    .blog-home .news-posts li .news-content h3 {
        font-size: 26px;
    }

    .blog-home .gradient-btn {
        padding: 7px 50px !important;
        font-size: 20px !important;
    }

    #et-boc .left-content>.et_pb_column:nth-child(1) .et_pb_button_module_wrapper {
        display: block;
        margin: 0 0 20px 0 !important;
    }

    .left-content>.et_pb_column:nth-child(1) h3 {
        font-size: 30px;
    }

    .left-content>.et_pb_column:nth-child(1) p {
        font-size: 16px !important;
    }

    .left-content>.et_pb_column:nth-child(1) .gradient-btn {
        width: 175px;
        font-size: 18px !important;
    }

    .common-heading .et_pb_text_inner h2 {
        font-size: 28px;
    }

    .common-heading .et_pb_text_inner p {
        font-size: 18px;
    }

    .et-db #et-boc .main-service-direction {
        padding-bottom: 50px !important;
    }

    .et-db #et-boc .blog-home {
        padding-top: 40px !important;
        padding-bottom: 0 !important;
    }

    .left-content>div.et_pb_column:nth-child(1) {
        margin-bottom: 0 !important;
    }

    .et-l--footer .et_pb_section_1_tb_footer .et_pb_text_inner p {
        font-size: 15px;
    }

    .main-service-direction>.et_pb_row>.et_pb_column:not(:last-child) {
        margin-bottom: 30px !important;
    }

    #et-boc #main-products ul.products>li {
        width: 100% !important;
        margin-bottom: 40px !important;
    }

    #et-boc .resource-section {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    #et-boc #footer-products ul.products>li {
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .et-l--footer .et_pb_row_0_tb_footer .et_pb_wc_related_products {
        display: block;
        width: 100%;
        float: none;
    }

    .home-banner.conference-banner .et_pb_slide_description .et_pb_slide_title {
        font-size: 22px !important;
    }

    .home-banner.conference-banner .et_pb_slide_description .et_pb_slide_content p {
        font-size: 20px;
    }

    .call-right-content>.et_pb_row>.et_pb_column.et-last-child h3 {
        font-size: 30px;
    }

    .call-right-content>.et_pb_row>.et_pb_column.et-last-child p {
        font-size: 16px !important;
    }

    .call-right-content .gradient-btn {
        font-size: 16px !important;
        padding: 12px 35px !important;
    }

    .call-right-content {
        padding-top: 75px !important;
        padding-bottom: 60px !important;
    }

    .scholarship-section .et_pb_text_inner h2 {
        font-size: 30px;
    }

    .scholarship-section .et_pb_text_inner p {
        font-size: 18px;
    }

    .scholarship-section .et_pb_button_module_wrapper {
        display: block;
    }

    .scholarship-section .et_pb_button_1_wrapper {
        margin: 0 0 20px 0 !important;
    }

    .scholarship-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .et-db #et-boc .scholarship-section .et_pb_text.et_pb_text_1 {
        margin-bottom: 30px !important;
    }

    .save-conference .et_pb_text_inner {
        padding: 30px 26px !important;
    }

    .save-conference .et_pb_text_inner p {
        font-size: 20px !important;
    }

    .save-conference .et_pb_text_inner h3 {
        font-size: 30px !important;
    }

    .save-conference {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .main-event-section {
        padding-top: 50px !important;
    }

}

.author .page-header {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 40px;
}

@media (max-width: 980px) {
    .author .page-header {
        padding: 0 15px;
    }
}

.sds_register_form_wrapper#gform_wrapper_1 input {
    text-align: left !important;
}

.sds_register_form_wrapper#gform_wrapper_1 .gform_footer {
    margin-top: 30px;
}

.newsletter_form input[type="text"],
.newsletter_form input[type="email"] {
    width: 23% !important;
    line-height: 32px;
    border: 1px solid #ccc !important;
    margin: 0 10px !important;
}

@media (max-width: 991px) {
    .newsletter_form {
        max-width: 600px;
        margin: 0 auto !important;
        width: 90%;
    }

    .newsletter_form span {
        margin-bottom: 15px;
    }

    .newsletter_form input[type="text"],
    .newsletter_form input[type="email"] {
        width: 100% !important;
        margin-bottom: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Hiding Tabs on Single Product page */
.single-product ul.tabs.wc-tabs {
    display: none !important;
}


h1 {
    font-size: 38px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}

@media (max-width: 480px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }
}

/*********no-search-result***************/



.serch-no-found {
    background-color: #f5f5f7;
}

.cotent-not {
    width: 90%;
    max-width: 1180px;
    margin: auto;
    padding: 0px 0;
}

.serch-no-found main#primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.serch-no-found main#primary section.no-results.not-found {
    width: 50%;
    position: relative;
    border-right: 2px solid #cd3e64;
    padding-right: 80px;
}

.serch-no-found main#primary aside#secondary {
    width: 50%;
    position: relative;
    padding-left: 80px;
}

.search-no-results #et-boc {
    overflow-y: hidden !important;
}

.serch-no-found main#primary section.no-results.not-found h1 {
    text-transform: uppercase;
    color: #404040;
    margin-bottom: 0px;
    margin-top: 25px;
}

.serch-no-found main#primary section.no-results.not-found .page-content {
    margin-top: 0;
}

.serch-no-found main#primary section.no-results.not-found .page-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.serch-no-found main#primary section.no-results.not-found .page-content label {
    display: block;
}

.serch-no-found main#primary section.no-results.not-found .page-content label input.search-field {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 15px 10px;
    border-radius: 0px;
    font-size: 20px;
    color: #bcbcbc;
}

.serch-no-found main#primary section.no-results.not-found .page-content input.search-submit {
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
    font-size: 20px !important;
    display: inline-block !important;
    padding: 12px 35px !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #fff !important;
    border-radius: 0px;
    border: 0px;
}

.serch-no-found main#primary aside#secondary span.select2-selection.select2-selection--single {
    height: 42px;
    border-radius: 0px;
    padding-left: 5px;
    border: 1px solid #ccc;
}

.serch-no-found main#primary aside#secondary span.select2-selection.select2-selection--single span {
    height: 100%;
}

.serch-no-found main#primary aside#secondary span.select2-selection.select2-selection--single span.select2-selection__placeholder {
    font-size: 20px;
    line-height: 38px;
    height: 100%;
    color: #bcbcbc;
}

.serch-no-found main#primary section.no-results.not-found .page-content label input.search-field::placeholder {

    color: #000;
}

.serch-no-found main#primary aside#secondary span.select2-selection__arrow b {
    border-width: 8px 7px 0px 6px;
    margin-left: -20px;
    border-color: #bababa transparent transparent transparent;
}

.serch-no-found main#primary aside#secondary section#woocommerce_product_search-3 input#woocommerce-product-search-field-0 {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 15px 10px;
    border-radius: 0px;
    font-size: 20px;
    line-height: 1em;
    color: #b7b7b7;
}

.serch-no-found main#primary aside#secondary section#woocommerce_product_search-3 button {
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
    font-size: 20px !important;
    display: inline-block !important;
    padding: 12px 35px !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #fff !important;
    border-radius: 0px;
    border: 0px;
}

.serch-no-found main#primary aside#secondary h2.widget-title {
    margin-bottom: 15px;
    color: #404040;
    font-size: 38px;
    margin-top: 25px;
}

@media (max-width:1190px) {
    .serch-no-found .cotent-not {
        max-width: 1080px;
        width: 90%;
    }

    .serch-no-found main#primary section.no-results.not-found h1 {
        font-size: 30px;
    }

    .serch-no-found main#primary aside#secondary h2.widget-title {
        font-size: 30px;
    }
}

@media (max-width:980px) {
    .serch-no-found main#primary aside#secondary {

        padding-left: 40px;
    }

    .serch-no-found main#primary section.no-results.not-found {
        padding-right: 40px;
    }
}

@media (max-width:767px) {
    .serch-no-found main#primary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .serch-no-found main#primary section.no-results.not-found {
        border-right: 0px;
        width: 100%;
        padding-right: 0;
        border-bottom: 2px solid #cd3e64;
        padding-bottom: 40px;
    }

    .serch-no-found main#primary aside#secondary {
        width: 100%;
        padding-left: 0px;
    }

    .serch-no-found .cotent-not {
        padding: 10px 0;
    }
}

/*********no-search-result***************/


/***********search-result*************/
.search-results header.page-header h1.page-title {
    text-align: center;
    text-transform: uppercase;
}

.result__outer article {
    background-color: #fff;
    border-radius: 2px;
    padding: 30px 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-no-results .cotent-not {

    padding: 120px 0;
}

.result__outer article .img-search {
    width: 40%;
}

.result__outer article .content-inner {
    margin-left: 60px;
    width: 54%;

}

.result__outer article footer.entry-footer {
    display: none !important;
}

.result__outer article .content-inner ul {
    margin-left: 0;
    padding-left: 20px;
}

.result__outer article .content-inner header.entry-header h2.entry-title {
    font-size: 38px;
    margin: 0px 0;
    line-height: 28px;
}

.result__outer article .content-inner p:first-child {
    margin-top: 0px;
}

.result__outer article .content-inner p {
    margin-top: 8px;
}

p.product.woocommerce.add_to_cart_inline {
    margin-top: 15px !important;
}

.search-results .result__outer article .content-inner header.entry-header h2.entry-title a {
    font-size: 38px !important;
    line-height: 35px;
}

.result__outer article .content-inner .entry-summary {
    margin-top: 10px;
}

.result__outer article footer.entry-footer {
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0;
}

.result__outer article footer.entry-footer .edit-link {
    display: none;
}

.result__outer article footer.entry-footer span.comments-link a {
    color: #404040;
    text-decoration: none;
    font-size: 18px;
}

.result__outer article footer.entry-footer span.comments-link a:hover {
    color: #b01f4c;
}

.search-results .add_to_cart_inline {
    margin-bottom: 20px;
    font-weight: 800;
}

.search-results .add_to_cart_inline a.button.add_to_cart_button {
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
    font-size: 20px !important;
    display: inline-block !important;
    padding: 12px 35px !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #fff !important;
    border-radius: 0px;
    margin: 0 15px 0px 30px !important;
}

.result__outer article .content-inner ul li {
    font-size: 18px;
    font-family: 'Nunito';
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}

.result__outer article .content-inner .entry-summary p a {
    text-decoration: none;
}

.result__outer article span.cat-links {
    display: none;
}

@media (max-width:1190px) {
    .result__outer article .content-inner {
        margin-left: 35px;
    }

}

@media (max-width:980px) {
    .search-results .result__outer article .content-inner header.entry-header h2.entry-title a {
        font-size: 25px !important;
        line-height: 1.2em;
    }

    .result__outer article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .result__outer article .img-search {
        width: 100%;
    }

    .result__outer article .img-search img {
        width: 100%;
    }

    .result__outer article .content-inner {
        width: 100%;
        margin-left: 0;
        padding: 20px 0;
    }
}

@media (max-width:767px) {
    .search-results .result__outer article {
        padding: 20px 20px 20px;
    }

    .search-results .add_to_cart_inline a.button.add_to_cart_button {
        margin: 12px 0 0px !important;
        display: block !important;
    }

    .search-results .content-inner {
        margin-top: 0;
    }

    .search-results main#primary .container {
        padding: 0;
    }

    .search-no-results .cotent-not {
        padding: 20px 0;
    }

    .result__outer article .content-inner header.entry-header h2.entry-title {
        text-align: center;
    }

    .result__outer article .content-inner .entry-summary p {
        text-align: center;
    }
}

/***********search-result*************/



/***********My Account Page*************/

.page-id-8 .profile_popup+div {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.edit-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.edit-account>p,
.edit-account #account_email {
    width: 100% !important;
}

.edit-account .profile_image {
    width: 130px;
    height: 130px;
    border-radius: 50% !important;
    overflow: hidden;
    margin-left: 20px !important;
    margin-bottom: 10px !important;
}

.edit-account .profile_image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border: 2px solid #bbb !important;
    border-radius: 50% !important;
}

.edit-account fieldset {
    width: 100%;
}

.edit-account .woocommerce-Button {
    margin-top: 20px !important;
}

.edit-account #account_display_name {
    width: 100% !important;
    margin-bottom: 5px;
}

.edit-account>p:nth-child(1) {
    width: 50% !important;
}

.edit-account>p:nth-child(1) input {
    width: 100%;
}

.edit-account .woocommerce-form-row--first input {
    width: 100% !important;
}

.edit-account .woocommerce-form-row--last input {
    width: 100% !important;
}

.woocommerce-error {
    margin-left: 0 !important;
    padding-left: 22px !important;
    padding-bottom: 0 !important;
}

.woocommerce-error:before {
    top: 0;
    left: 0;
}

.page-id-8 .profile_popup {
    height: auto !important;
}

@media (max-width: 480px) {

    .edit-account .woocommerce-form-row--first,
    .edit-account .woocommerce-form-row--last {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-id-8 .edit-account .woocommerce-Button.button {
        min-height: auto !important;
        height: auto !important;
        padding: 10px 30px !important;
    }

    .edit-account>p:nth-child(1) {
        width: 100% !important;
    }

    .edit-account .profile_image {
        padding-left: 0 !important;
    }
}

.woocommerce-MyAccount-content .acf-fields {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    margin: 0 0 24px 0 !important;
    text-align: left !important;
    border-radius: 5px !important;
}

.woocommerce-MyAccount-content .acf-fields>div.acf-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
    line-height: 1.5em;
}

.woocommerce-MyAccount-content .acf-fields>div.acf-field:last-child,
.woocommerce-MyAccount-content .acf-fields>div.acf-field:nth-last-child(2) {
    border-bottom: none !important;
}

.woocommerce-MyAccount-content .acf-fields>div.acf-field>.acf-label {
    width: 50%;
    padding: 4px 8px !important;
}

.woocommerce-MyAccount-content .acf-fields>div.acf-field>.acf-label label {
    font-size: 12px;
    font-weight: 400 !important;
    color: #333;
}

.woocommerce-MyAccount-content .acf-fields>div.acf-field>.acf-input {
    width: 50%;
    padding: 4px 8px !important;
}

.woocommerce-MyAccount-content .acf-fields>div.acf-field>.acf-input input {
    border: 1px solid #bbb !important;
    padding: 5px 10px !important;
    height: auto !important;
    width: auto;
    font-size: 18px;
    color: #4e4e4e !important;
}

.woocommerce-MyAccount-content .acf-fields .acf-field-checkbox .acf-label,
.woocommerce-MyAccount-content .acf-fields .acf-field-checkbox .acf-input {
    width: 100% !important;
}

.woocommerce-MyAccount-content .acf-fields .acf-checkbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.woocommerce-MyAccount-content .acf-fields .acf-checkbox-list li {
    width: 50%;
}

.woocommerce-MyAccount-content .acf-fields .acf-checkbox-list li input {
    margin-right: 3px;
}

.woocommerce-MyAccount-content .acf-form-submit input {
    display: inline-block !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all 0.3s ease 0s !important;
}

.woocommerce-MyAccount-content .acf-form-submit input:hover {
    -webkit-box-shadow: 7px 7px 7px 0px rgb(53 53 53 / 75%) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
}

.woocommerce-MyAccount-navigation {
    margin-top: 0 !important;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.woocommerce-MyAccount-navigation ul>li {
    list-style: none !important;
}

.woocommerce-MyAccount-navigation ul>li:not(:last-child) {
    margin-bottom: 5px !important;
}

.woocommerce-MyAccount-navigation ul>li>a {
    font-size: 18px !important;
    color: #fff !important;
    width: 100% !important;
    display: block;
    margin: 0 !important;
    padding: 15px 10px !important;
    background: rgb(177, 30, 77) !important;
    transition: all 0.3s ease 0s;
}

.woocommerce-MyAccount-navigation ul>li>a:hover {
    background: #999 !important;
}

.woocommerce-MyAccount-navigation ul>li.is-active a {
    background: #999 !important;
}

.woocommerce-message {
    font-size: 20px;
    margin-bottom: 10px !important;
    position: relative;
    padding-left: 30px !important;
}

.woocommerce-message:before {
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce-MyAccount-content {
    background: #f5f5f6 !important;
    padding: 20px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 70% !important;
}

.shop_table .wc-memberships-member-profile-field .select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.shop_table .wc-memberships-member-profile-field .select2-selection__rendered li {
    list-style: none !important;
}

.shop_table .wc-memberships-member-profile-field .select2-selection__rendered li.select2-search {
    width: 100% !important;
}

.shop_table .wc-memberships-member-profile-field .select2-selection__rendered li input {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
}

.woocommerce .woocommerce-notices-wrapper+h2 {
    max-width: 500px !important;
    width: 100% !important;
    margin: 0 auto 10px !important;
    background: rgb(177, 30, 77) !important;
    padding: 10px !important;
    color: #fff !important;
    text-align: center !important;
}

.woocommerce-form-login {
    max-width: 500px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.woocommerce-form-login #username {
    width: 100% !important;
}

.woocommerce-MyAccount-content input[type="submit"] {
    display: inline-block !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: rgb(177, 30, 77) !important;
    background: linear-gradient(75deg, rgba(177, 30, 77, 1) 56%, rgba(219, 77, 111, 1) 100%) !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all 0.3s ease 0s !important;
}

.woocommerce-MyAccount-content input[type="submit"]:hover {
    -webkit-box-shadow: 7px 7px 7px 0px rgb(53 53 53 / 75%) !important;
    -moz-box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
    box-shadow: 7px 7px 7px 0px rgba(53, 53, 53, 0.75) !important;
}

.woocommerce-notices-wrapper {
    margin: 0 auto !important;
    max-width: 480px !important;
    width: 100% !important;
}

.woocommerce-ResetPassword {
    max-width: 500px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.woocommerce-ResetPassword #user_login {
    width: 100% !important;
}

.woocommerce-form .show-password-input {
    top: 4px;
}

.woocommerce-page .woocommerce-form .show-password-input {
    top: 5px !important;
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
    }

    .woocommerce-MyAccount-navigation ul {
        margin-top: 20px !important;
    }

    .woocommerce-MyAccount-content .acf-fields>div.acf-field>.acf-label {
        width: 100%;
    }

    .woocommerce-MyAccount-content .acf-fields>div.acf-field>.acf-input {
        width: 100%;
    }

    .woocommerce-MyAccount-content .acf-fields>div.acf-field>.acf-input input {
        width: 100% !important;
    }

    .woocommerce-MyAccount-content .acf-fields>div.acf-field>.acf-input input[type="checkbox"] {
        width: auto !important;
    }
}

@media (max-width: 600px) {
    .woocommerce-MyAccount-content .acf-fields .acf-checkbox-list li {
        width: 100%;
    }
}

/***********My Account Page*************/
.et_pb_row.abfd_et_pb_row .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.co-author-box__inner {
    margin-bottom: 20px !important;
}

.co-author-box__inner:last-child {
    margin-bottom: 0px !important;
}

.et_pb_row.abfd_et_pb_row .et_pb_column .co_auth_box {
    width: 48%;
    order: 2;
}

.et_pb_row.abfd_et_pb_row .et_pb_column .abfd-container {
    width: 48%;
    order: 1;
}

.abfd-name {
    font-size: 20px;
}

.abfd-biography p br {
    display: none;
}

.co-author-box__img img.avatar.avatar-96.photo.lazyloaded {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50% !important;
}

.co-author-box__title {
    margin-bottom: 15px !important;
}

.co-author-box {
    position: relative;
}

.co-author-box .co-author-box__title {
    position: absolute;
    top: -50px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center !important;
}

.co-author-box .co-author-box__title h3 {
    font-weight: 600 !important;
    font-size: 26px;
}

.co-author-box__content h3 {
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

.co-author-box__title {
    text-align: center;
    width: 100%;
}

@media (max-width:991px) {
    .co-author-box .co-author-box__title {
        top: -40px;
    }

    .et_pb_row.abfd_et_pb_row .et_pb_column {
        flex-direction: column;
    }

    .et_pb_row.abfd_et_pb_row .et_pb_column .co_auth_box {
        width: 100%;
        margin-top: 65px !important;

    }

    .et_pb_row.abfd_et_pb_row .et_pb_column .abfd-container {
        width: 100%;

    }
}

.co-author-box__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.co-author-box__img {
    width: 95px;
}

.co-author-box__content {
    width: calc(100% - 96px);
}

.co-author-box__img img {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50% !important;
    object-fit: cover;
}

.co-author-box__img img.avatar.avatar-96.photo.lazyloaded {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50% !important;
}

.co-author-box__content h3 {
    margin: 0 0 8px !important;
    font-size: 20px !important;
}

/********social-media**********/
.edit-account h4 {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0 0 5px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.social_media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.social_media p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    width: 48%;
}

.social_media p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide input {
    width: 100% !important;
}

.social_media_personal ul {
    padding: 0px;
    margin-top: 18px;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.social_media_personal {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.social_media_personal ul li {
    max-width: 10%;
    margin: 0 5px;
}

.social_media_personal.company-blk {
    margin-top: 25px;
}

@media (max-width:767px) {
    .social_media p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
        width: 100%;
    }
}

.woocommerce-profile_fields_area .select2-selection__choice {
    margin-right: 5px !important;
}

.woocommerce-profile_fields_area span.select2-selection__choice__remove {
    position: unset !important;
    margin-right: 10px !important;
    color: #b11e4d !important;
}


.my_profile_fields {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 25px !important;
}

.my_profile_fields h4 {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px !important;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
}

.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select {
    width: 100% !important;
    display: block;
    border: 1px solid #bbb !important;
    color: #4e4e4e !important;
    padding: 5px 10px !important;
    height: 47px !important;
    background: transparent;
    font-size: 18px;
    font-family: 'Nunito' !important;
}

.woocommerce-MyAccount-content input[type="file"] {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-content select {
    padding-right: 50px !important;
    appearance: none;
    position: relative;
    background-image: url(https://staging.systemdynamics.org/down-arrow-2/);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.woocommerce-MyAccount-content select[multiple] {
    height: auto !important;
    background-image: none !important;
    padding-right: 10px !important;
}

select#account_member_directory {
    padding: 10px 38px 10px 10px;
    appearance: none;
    position: relative;
    background-image: url(https://staging.systemdynamics.org/down-arrow-2/);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.my_profile_fields input#account_member_are_you_a,
.my_profile_fields input#account_member_work_with,
.my_profile_fields input#account_chapter,
.my_profile_fields input#account_sig {
    pointer-events: none;
}

.my_profile_fields label {
    font-size: 18px;
    line-height: 1.6;
    display: inline-block;
}

fieldset p span.show-password-input {
    top: .5em !important;
}

select#account_member_skill {
    padding: 10px 38px 10px 10px;
    appearance: none;
    position: relative;
    background-image: url(https://staging.systemdynamics.org/down-arrow-2/);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.profile_popup {
    width: 100%;
    text-align: center !important;
    background-color: #999 !important;
    color: white !important;
    height: 70px !important;
    padding: 20px !important;
}

a.go_link {
    color: #b01f4c !important;
}

.et_pb_section.et_pb_section_0.et_section_regular.et_section_transparent {
    padding: 0 !important;
}

.profile_popup p {
    font-size: 19px;

}

.my_account_memberships th,
.my_account_memberships td,
body .woocommerce-MyAccount-content .acf-fields > div.acf-field > .acf-label label {
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: 'Nunito' !important;
    padding: 15px !important;
}


body .woocommerce-MyAccount-content .acf-fields > div.acf-field > .acf-label,
body .woocommerce-MyAccount-content .acf-fields > div.acf-field > .acf-input {
   padding: 15px !important; 
}

body .woocommerce-MyAccount-content .acf-fields > div.acf-field > .acf-label label {
    padding: 0 !important;
}


.my_account_memberships input,
.my_account_memberships textarea,
.my_account_memberships .select2-container,
body .woocommerce-MyAccount-content .acf-fields > div.acf-field > .acf-input input,
body .woocommerce-MyAccount-content .acf-fields > div.acf-field > .acf-input select,
body .woocommerce-MyAccount-content .acf-fields > div.acf-field > .acf-input textarea {
    border: 1px solid #bbb !important;
    color: #4e4e4e !important;
    padding: 5px 10px !important;
    min-height: 47px !important;
    font-size: 16px !important;
    font-family: 'Nunito' !important;
    resize: none;
}

.my_account_memberships th,
.my_account_memberships td.rowheading,
body .woocommerce-MyAccount-content .acf-fields > div.acf-field.rowheading > .acf-label label {
    font-size: 20px !important;
    line-height: 1.2;
    color: #b01f4c !important;
}

body .woocommerce-MyAccount-content .acf-fields > div.acf-field > .acf-input select:not([multiple]) {
    padding-right: 40px !important;
    background-size: 11px !important;
}

.rowheading .acf-input {
    display: none;
}

body .woocommerce-MyAccount-content input[type="submit"] {
    width: auto !important;
    font-weight: 700 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
   background-color: #b01f4c !important;
}

.my_account_memberships.shop_table .wc-memberships-member-profile-field .select2-selection__rendered {
    padding-right: 20px !important;
}

.my_account_memberships .select2-search__field {
    display: none;
}

.my_account_memberships .select2-selection__rendered li {
    line-height: 28px;
}

.my_account_memberships .select2-selection {
    margin-top: 4px !important;
}

.my_account_memberships .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.my_account_memberships .woocommerce-input-wrapper .description {
    font-size: 16px;
}

.my_account_memberships .woocommerce-input-wrapper .description::before {
    display: none !important;
}

.my_account_memberships input[type="radio"],
.woocommerce-profile_fields_area .my_account_memberships #member_profile_fields\[join-student-chapter\]_Yes {
    width: auto !important;
    height: auto !important;
    min-height: auto !important;
    display: inline-block !important;
}

.my_account_memberships label {
    font-weight: normal !important;
}

.my_account_memberships abbr[title] {
    text-decoration: none !important;
    border: none !important;
}

@media only screen and (max-width: 767px) {
    .my_account_memberships tr td:first-child,
    body .woocommerce-MyAccount-content .acf-fields > div.acf-field > .acf-label {
        padding-top: 10px !important;
        padding-bottom: 7px !important;
    }
    .my_account_memberships tr td:nth-child(2),
    body .woocommerce-MyAccount-content .acf-fields > div.acf-field > .acf-input {
        padding-top: 3px !important;
    }
    .my_account_memberships tr td + td {
        border-top: 0 !important;
    }
    .woocommerce table.shop_table_responsive.my_account_memberships  tr td, 
    .woocommerce-page table.shop_table_responsive.my_account_memberships  tr td {
        text-align: left !important;
    }
    .page-id-8 .woocommerce table.shop_table_responsive.my_account_memberships  tr td::before, 
    .page-id-8 .woocommerce-page table.shop_table_responsive.my_account_memberships  tr td::before {
        display: none;
    }
}

 .search-member-form-wrapper.reset-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.woocommerce-EditAccountForm.edit-account {
    border: 1px solid rgba(0,0,0,.1) !important;
    border-radius: 5px !important;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row {
     padding-left: 15px !important;
    padding-right: 15px !important;
    border-top: 1px solid #ccc !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row label {
    width: 50% !important;
    font-family: 'Nunito' !important;
    font-size: 16px !important;
    padding-right: 16px !important;
    line-height: 23px;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row input {
    width: 50% !important;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row select {
    width: 50% !important;
}

.woocommerce-EditAccountForm.edit-account .social_media p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide input{
    width: 50% !important;
}


.woocommerce-EditAccountForm.edit-account h3 {
    font-weight: 700 !important;
    font-family: 'Nunito' !important;
    padding: 15px !important;
    font-size: 20px !important;
    line-height: 1.2;
    color: #b01f4c !important;
}

.woocommerce-EditAccountForm.edit-account .my_profile_fields p {
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc !important;
    justify-content: space-between;
    padding-top: 15px !important;
}

.woocommerce-EditAccountForm.edit-account .my_profile_fields p label {
    width: 32%;
}

.woocommerce-EditAccountForm.edit-account .my_profile_fields p input {
    width: 32% !important;
}

.woocommerce-EditAccountForm.edit-account .my_profile_fields p select {
    width: 32% !important;
}

.woocommerce-EditAccountForm.edit-account .social_media_div {
    padding-top: 30px !important;
    border-top: 1px solid #ccc !important;
}

.woocommerce-EditAccountForm.edit-account .my_profile span.optional {
    display:none!important
}

.woocommerce-EditAccountForm.edit-account #account_display_name {
    width: 50% !important;
    margin-bottom: 5px;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row:nth-of-type(4) span {
    display: inline-block;
    width: auto;
    font-size: 14px;
    padding-top: 10px !important;
}

.woocommerce-EditAccountForm.edit-account > p, .woocommerce-EditAccountForm.edit-account #account_email {
    width: 50% !important;
}

.woocommerce-EditAccountForm.edit-account .my_profile_fields p select {
    width: 50% !important;
}

.woocommerce-edit-account .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row input {
    width: 50% !important;
    font-size: 16px;
}

.woocommerce-EditAccountForm.edit-account .my_profile_fields p .edit-account__rightinputs label,
.woocommerce-EditAccountForm.edit-account .my_profile_fields p .edit-account__rightinputs input {
    width: auto !important;
    height: auto !important;
    padding-right: 5px !important;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row.student_radio {
    justify-content: flex-start !important;
}

span.edit-account__rightinputs {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.woocommerce-edit-account .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row input[type="radio"] {
    width: auto !important;
    height: auto !important;
}

.student_radio::before, .student_radio::after {
    display: none !important;
}

.woocommerce-EditAccountForm.edit-account .social_media_div h4 {
    padding-left: 15px !important;
    color: #b01f4c !important;
    margin: 0 !important;
    border-bottom: 0 !important;
}

.woocommerce-account .woocommerce button.woocommerce-Button.button {
    display: inline-block !important;
    padding: 8px 20px !important;
    font-size: 16px !important;
    margin-bottom: 25px;
    margin-left: 15px;
    border-radius: 0 !important;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row span.password-input {
    width: 50%;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row span.password-input input {
    width: 100% !important;
}

.woocommerce-EditAccountForm.edit-account .hidden_input_field_{
    display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content select {
    font-size: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content input,
.woocommerce-account .woocommerce-MyAccount-content select {
    font-size: 16px !important;
}



.woocommerce-EditAccountForm.edit-account .select2.select2-container {
    border: 1px solid #ccc !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 5px 4px !important;
    width: 50% !important;
}
.woocommerce-EditAccountForm.edit-account ul.select2-selection__rendered li {
    font-size: 15px;
    display: inline-block;
    margin-left: 8px !important;
}

.woocommerce-EditAccountForm.edit-account span.select2-selection__choice__remove {
    padding-right: 3px !important;
    position: relative !important;
    color: #b11e4d !important;
}

.woocommerce-EditAccountForm.edit-account ul.select2-selection__rendered li input.select2-search__field {
    border: 0 !important;
    width: 100% !important;
    font-family: 'Nunito' !important;
    font-size: 16px !important;
    line-height: 23px;
}

.woocommerce-edit-account .woocommerce-notices-wrapper {
    margin-left: 0 !important;
}

.woocommerce-edit-account .woocommerce-notices-wrapper ul{
    margin-left: 0 !important;
    font-size: 16px;
    line-height: 32px;
}
.woocommerce-EditAccountForm.edit-account .my_profile_fields p label {
    width: 50%;
    font-family: 'Nunito' !important;
    font-size: 16px !important;
    padding-right: 16px !important;
    line-height: 23px;
}

.woocommerce-EditAccountForm.edit-account span.select2-selection.select2-selection--multiple {
    line-height: 30px;
}

.woocommerce-MyAccount-content fieldset legend {
    font-weight: 700 !important;
    font-family: 'Nunito' !important;
    padding: 15px !important;
    font-size: 20px !important;
    line-height: 1.2;
    color: #b01f4c !important;
    border-bottom: 0;
    margin-bottom: 0;
}

.woocommerce-edit-account .woocommerce-EditAccountForm h3 {
    border-top: 1px solid #ccc !important;
    line-height: 50px !important;
}

.woocommerce-edit-account h3.entry_title_{
    line-height: 38px !important;
}

.woocommerce-EditAccountForm.edit-account span.required_f,
.woocommerce-EditAccountForm.edit-account span.required {
    color: red !important;
    margin-left: 3px !important;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row:first-child {
    border-top: 0 !important;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row textarea {
    width: 50% !important;
    display: block;
    border: 1px solid #bbb !important;
    color: #4e4e4e !important;
    padding: 5px 10px !important;
    height: 120px !important;
    background: transparent;
    font-size: 16px;
    font-family: 'Nunito' !important;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row .woocommerce-password-strength {
    font-size: 12px;
    padding-top: 5px !important;
}

.woocommerce-EditAccountForm.edit-account h3.entry_title_.entry_title_account_details {
    border-top: 0 !important;
}

.woocommerce-EditAccountForm.edit-account .select2.select2-container ul.select2-selection__rendered {
    margin: 0px !important;
    padding: 0px !important;
}


@media (max-width: 480px){
.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row label {
    width: 100% !important;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row input {
    width: 100% !important;
    }

    .woocommerce-edit-account .woocommerce-EditAccountForm.edit-account .my_profile_fields p select {
    width: 100% !important;
    }
    .woocommerce-edit-account .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row input {
    width: 100% !important;
  }
  .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row textarea {
    width: 100% !important;
  }
  .woocommerce-EditAccountForm.edit-account #account_display_name {
    width: 100% !important;
  }
  .woocommerce-EditAccountForm.edit-account span.password-input {
    width: 100% !important;
    }
  .woocommerce-EditAccountForm.edit-account .social_media p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide input {
    width: 100% !important;
    }
    .woocommerce-EditAccountForm.edit-account > p, .woocommerce-EditAccountForm.edit-account #account_email {
    width: 100% !important;
    }
    .woocommerce-EditAccountForm.edit-account .select2.select2-container {
    width: 100% !important;
    }
    .woocommerce-edit-account .woocommerce-EditAccountForm h3 {
    line-height: 22px !important;
    }
}
.woocommerce-EditAccountForm.edit-account .social_media_div h4 {
    padding-bottom: 10px !important;
}
.woocommerce-EditAccountForm.edit-account .social_media_div .social_media {
    border-top: 1px solid #ccc !important;
}
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
    content: '';
    border-top: 2px solid #585858;
    transform: rotate( 46deg );
    width: 20px;
    height: 28px;
    display: inline-block;
    left: 1px;
    position: absolute;
    top: 5px;
}

.woocommerce form .show-password-input.display-password::before, .woocommerce-page form .show-password-input.display-password::before{
display:none;
}
span.select2-selection__rendered {
    font-size: 16px;
    font-weight: 100;
    padding-left: 10px !important;
    font-family: 'Nunito' !important;
}



.edit-account select#are_you_ + .select2,
.edit-account select#work_with_ + .select2{
  padding-right: 50px !important;
  background-image: url(https://staging.systemdynamics.org/down-arrow-2/) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
}
.edit-account select#are_you_ + .select2 .select2-selection__arrow,
.edit-account select#work_with_ + .select2 .select2-selection__arrow{
  display: none;
}
.edit-account .select2-selection__rendered{
  white-space: normal !important;
}
.edit-account .select2-selection__rendered li{
  word-break: break-word !important;
}
.page-id-106134 header.entry-header {
    display: none;
}


.page-id-106134 .et_builder_inner_content .et_pb_section_0 {
    margin-top: 0 !important;
}

.page-id-106134 .et_builder_inner_content .et_pb_section_0 .et_pb_row {
    padding-top: 0px !important;
}



#gform_wrapper_5 {
    margin: 0 0 !important;
    width: 100%;
}

#gform_wrapper_5 #gform_5 {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
}

#gform_wrapper_5 #gform_5 .gform_heading h3 {
    text-align: left !important;
    font-weight: 700;
    font-family: 'Nunito';
    padding: 15px;
    font-size: 20px !important;
    color: #b01f4c;
    line-height: 38px;
    margin: 0 !important;
    text-transform: capitalize !important;
}

#gform_wrapper_5 #gform_5 .gform_heading {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#gform_wrapper_5 #gform_5 .gform_body ul li .password-input,
#gform_wrapper_5 #gform_5 .gform_body ul li .ginput_left,
#gform_wrapper_5 #gform_5 .gform_body ul li .ginput_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100% !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#gform_wrapper_5 #gform_5 .gform_body ul li .ginput_left label {
    width: 50%;
    font-family: 'Nunito' !important;
    font-size: 16px !important;
    padding-right: 16px !important;
    line-height: 23px;
}

#gform_wrapper_5 #gform_5 .gform_body ul li .ginput_left input {
    width: 50% !important;
    margin: 0 !important;
    text-align: left !important;
}

#gform_wrapper_5 #gform_5 .gform_body ul li .ginput_right label {
    width: 50%;
    font-family: 'Nunito' !important;
    font-size: 16px !important;
    padding-right: 16px !important;
    line-height: 23px;
}

#gform_wrapper_5 #gform_5 .gform_body ul li .ginput_right input {
    width: 50% !important;
    margin: 0 !important;
    text-align: left !important;
}

#gform_wrapper_5 #gform_5 .gform_body ul li span.ginput_left {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#gform_wrapper_5 #gform_5 .gform_body ul li .password-input .show-password-input {
    top: 30px;
    right: 30px;
}

#gform_wrapper_5 #gform_5 .gform_body ul li .password-input .show-password-input::before {
    height: 15px;
    width: 15px;
    left: 3px;
}

#gform_wrapper_5 #gform_5 .gform_footer {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 15px;
}

#gform_wrapper_5 #gform_5 div#validation_message_5_1 {
    width: 50%;
    margin-left: auto;
    color: #b11e4d;
}

#gform_wrapper_5 #gform_5 .validation_error {
    padding: 15px;
    color: #b11e4d;
}

#gform_wrapper_5 #gform_5 li {
    margin: 0px !important;
}

@media (max-width: 767px) {

    #gform_wrapper_5 #gform_5 .gform_body ul li .password-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #gform_wrapper_5 #gform_5 .gform_body ul li .password-input label,
    #gform_wrapper_5 #gform_5 .gform_body ul li .ginput_left label,
    #gform_wrapper_5 #gform_5 .gform_body ul li .ginput_right label {
        width: 100%;
        padding-right: 0px !important;
    }

    #gform_wrapper_5 #gform_5 .gform_body ul li .password-input input,
    #gform_wrapper_5 #gform_5 .gform_body ul li .ginput_left input,
    #gform_wrapper_5 #gform_5 .gform_body ul li .ginput_right input {
        width: 100% !important;
    }

    #gform_wrapper_5 #gform_5 .gform_body ul li .password-input .show-password-input {
        top: 55px;
    }

    #gform_wrapper_5 #gform_5 div#validation_message_5_1 {
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
    }

    #gform_wrapper_5 #gform_5 .gform_footer input {
        line-height: 1em;
    }
}
/*change-password-css*/


/*my-profile-css*/

.my_profile_fields .additional_info_heading {
    padding: 15px !important;
    border-top: 1px solid #e5e5e5 !important;
    color: #b01f4c !important;
    line-height: 2.3em !important;
    font-weight: 700 !important;
    font-family: 'Nunito' !important;
    margin-bottom:0 !important;
}
.my_profile_fields .other_details_message {
    padding: 15px 15px 0px 15px !important;
    font-style: italic;
    font-size: 14px;
}
.woocommerce-EditAccountForm.edit-account h3.entry_title_ {
    border-top: 0px !important;
}
.exclude_directory_details h4.additional_info_heading {
    text-align: center !important;
    display: block;
    padding-top: 60px !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.exclude_directory_details span.other_details_message {
    text-align: center !important;
    width: 100% !important;
    display: block;
    padding-bottom: 22px !important;
    border: 0px !important;
    padding-top: 0px !important;
}
.edit-account h3.entry_title_.entry_title_account_details {
    text-align: center !important;
    width: 100%;
}