body .uwy.userway_p5 .userway_buttons_wrapper {
  bottom: 46px !important;
  left: 20px !important;
}
iframe#launcher {
  bottom: 46px !important;
  margin: 0px !important;
  right: 32px !important;
}
@media(max-width:1199px){

  body .uwy.userway_p5 .userway_buttons_wrapper {
    bottom: 27px !important;
    left: 20px !important;
  }
  iframe#launcher {
    bottom: 27px !important;
    margin: 0px !important;
    right: 41px !important;
  }
}
@media(max-width:993px){

  .footer-inner-sections {
    grid-template-columns: 236px 236px;
  }
}
@media(max-width:992px){

body .uwy.userway_p5 .userway_buttons_wrapper {
    bottom: 24px !important;
    left: 20px !important;
  }
  iframe#launcher {
    bottom: 24px !important;
    margin: 0px !important;
    right: 34px !important;
  }

}
@media(max-width:579px){


  body .uwy.userway_p5 .userway_buttons_wrapper {
    bottom: 24px !important;
  }

  iframe#launcher {
    bottom: 24px !important;
    margin: 0px !important;
    right: 30px !important;
  }

}
.member-section-list.fl-module-list .fl-list-item-content {
  width: unset;
}

.member-section-list.fl-module-list .fl-list-item-content .fl-list-item-content-text, .fl-node-9p1g5xyntw4s.fl-module-list .fl-list-item-content .fl-list-item-content-text *{
  vertical-align: middle;
}

.member-section-list.fl-module-list .fl-list-item-content .fl-list-item-content-text {
  display: inline-flex;
}

.member-section-list.fl-module-list .fl-list-item-content p {
  margin: 0;
}

.member-section-list.fl-module-list .fl-list-item-content .tooltip-icon {
  height: 16px;
  width: 16px;
}

.member-section-list.fl-module-list .fl-list-item-wrapper {
  display: flex;
  align-items: flex-end;
}

.member-section-list.fl-module-list .fl-list-item-content .tooltip-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}

.member-section-list.fl-module-list .fl-list-item-content .tooltip-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #00375D;
  padding: 5px;
  border-radius: 3px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  width:240px;
  height:auto;
  text-wrap: wrap;
  padding: 6px 10px 6px 10px;
  border-radius: 6px;
  z-index: 99999999;
  box-shadow: 0px 4px 16px 0px #00000026;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}

.member-section-list.fl-module-list .fl-list-item-content .tooltip-icon::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  z-index: 99999999999;
  position: absolute;
  cursor: default;
  background-color: #fff;
  pointer-events: none;
  transition: all ease-out 0.15s;
  box-shadow: none;
  bottom: calc(100% + 3px + 4px);
  transform: translateX(-50%) rotate(-45deg);
  left: 50%;
  margin-bottom: -4px;
  background-color: white;
  opacity: 0;
  visibility: hidden;
}

.member-section-list.fl-module-list .fl-list-item-content .tooltip-icon:hover::before,
.member-section-list.fl-module-list .fl-list-item-content .tooltip-icon:hover::after {
  opacity: 1;
  visibility: visible;
}

.faq-list .dashicons, .dashicons-before::before {
  text-decoration: none !important;
  font-size: 30px;
  font-weight: normal !important;
  width: 30px !important;
  font-size: 0;
}

.faq-list .fl-accordion-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: auto;
}

.faq-list .fa-chevron-up::before,
.faq-list .fa-chevron-down::before {
  content: none;
}

.faq-list .fa-chevron-up{
  background-image: url("../../images/down-2x.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: contain;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(272deg) brightness(108%) contrast(108%);
}

.faq-list .fa-chevron-down{
  background-image: url("../../images/down-2x.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: contain;
  transform: rotate(180deg);
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(272deg) brightness(108%) contrast(108%);
}

.faq-list .fl-module-content .fl-accordion-item {
  margin-bottom: 27px !important;
  padding-bottom: 17px;
}

.faq-list .fl-module-content .fl-accordion-item.fl-accordion-item-active {
  padding-bottom: 7px;
}

.faq_section .fl-module-accordion{
  width:100%;
}

.recognition .fl-module-photo {
  width: 100%;
}

._form_15 label {
  color: #000;
  font-size: 12px
}
._form_15 ._form-thank-you {
  font-size: 16px;
}

._form-content ._button-wrapper {
  margin: 0px
}

.button, body.login #loginform #wp-submit, button, input[type=submit] {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 41px;
}

.empower-section .empower-org-content {
  z-index: 1;
}

.empower-section .empower-bg-img{
  position:absolute;
  left:-115px;
  z-index:0;
  top:55px;
}

/* .site-main.fw_header .cntr {
	min-height: 80px !important;
  height: 80px;
  padding: 0 30px;
}

.site-main.fw_header .main-nav ul li a {
  color: #000000 !important;
}
header.site-main.fw_header {
  background: #ffffff;
  border: 1px solid #EBEBEB !important;
}

.site-main.fw_header .main-nav .fw-dropdown-menu:hover {
  background: #222222 !important;
}


.site-main.fw_header .main-nav ul li.miniorange-sign-in a {
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.32px;
  text-align: left;
  background: #D4AE71;
  border-radius: 50px;
}
.site-main.fw_header .main-nav ul li.miniorange-sign-in a:hover, .site-main.fw_header .mobile-nav .miniorange-sign-in a:hover {

  background: #E3BF84;

}
.site-main.fw_header .main-nav ul li.miniorange-sign-in a, .site-main.fw_header .mobile-nav .miniorange-sign-in a, .explore-profile-active .user-menu-parent {
  position: relative;
}
.explore-profile-active .user-menu-parent{

  padding: 10px 22px 10px 22px !important;

}
.main-nav .fw-dropdown-menu.explore-profile-active {

  padding:0px !important;

}
.site-main.fw_header .main-nav ul li.miniorange-sign-in a:active:after, .site-main.fw_header .mobile-nav .miniorange-sign-in a:active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: radial-gradient(circle, #D4AE71 70%, #E3BF84 75%);
  border-radius: 50px;
}
.explore-profile-active .user-menu-parent::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: radial-gradient(circle, #000000 60%, #222222 60%);
  border-radius: 50px;
}
span.sigin-button-text , .explore-profile-active .user-name {
  position: relative;
  z-index: 5;
}
.site-main.fw_header .main-nav ul li.miniorange-sign-in a:active:after, .site-main.fw_header .mobile-nav .miniorange-sign-in a:active::after, .explore-profile-active .user-menu-parent::after {
  transform: translate(-50%, -50%) scale(1);
}
.site-main .dropdown li a {

  color: #000000;

}
.site-main .dropdown .continue-button {

  color: #000000;

}
.site-main .mobile-nav .mobmenu span, .site-main .mobile-nav .mobmenu::after, .site-main .mobile-nav .mobmenu::before {

  background-color: #000000;

} */
/* .site-main.fw_header .search-icon {
	height: 24px;
	width: 24px;
	background-image: url('../../images/search-black.svg') !important;
	margin-left: 0;
} */

/* .site-main.fw_header .search-icon::before,
.site-main.fw_header .search-icon::after {
	content: none !important;
} */
/* .site-main.fw_header .main-nav ul li.miniorange-sign-in {
	padding: 0 20px 5px;
} */



._form_15 #_form_15_submit {
  text-transform: capitalize;
}

.pricing_subscribe_box ._form_15 #email {
	height: 30px;
}

.pricing_subscribe_box ._form_15 #_form_15_submit {
	color: #00375D;
}

.pricing_subscribe_box > div {
  width: 100%;
}

.pricing_subscribe_box ._form_15 #email {
  width: 100%;
}

.pricing_subscribe_box .fl-rich-text > p {
  display: none;
}

.pricing_subscribe_box .fl-rich-text ._full_width {
  margin: 0;
}

a.memberships_button {
  display: none;
}

.testimonial_slider_area .slick-list .slick-track {
  padding-top: 75px;
  display: flex !important;
}

.testimonial_slider_area {
  overflow: hidden;
  padding: unset !important;;
  margin-top: unset !important;
}

.testimonial_slider_area .slick-list {
  margin: 0 -15px;
  overflow-y: visible;
  flex-grow: 1;
}

.testimonial_slider_area .slick-list .slick-track .slick-slide {
  margin: 0 15px;
  height: inherit !important;
}

.testimonial_slider_area .slick-prev {
  content: none !important;
  left: 0;
  display: none !important;
}

.testimonial_slider_area .slick-next {
  content: none !important;
  right: 0;
  display: none !important;
}

.testimonial_slider_area .slick-prev {
  background-image: url("../../images/down-2x.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
  opacity: 1;
  z-index: 1;
}

.testimonial_slider_area .slick-next {
  background-image: url("../../images/down-2x.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  opacity: 1;
  z-index: 1;
}

.testimonial_slider_area .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.testimonial_slider_area .slick-list .slick-track .slick-slide > div > div {
  margin-top: unset !important;
  height: 100%;
}

#activation_row {
  height: calc(100vh - 84px);
}

#activation_row .fl-row-content-wrap {
  display: block;
  overflow: hidden;
}

#activation_row .fl-row-content-wrap,
#activation_row .fl-row-content-wrap .fl-row-content .fl-module {
  height: 100%;
}

#activation_row .fl-row-content-wrap .fl-row-content > .fl-module {
  gap: 60px;
}

img[src^="https://pixel.nine.com.au"] {
  display: none;
}

#activation_row button.activate-my-account.miniorange-sign-in {
  font-weight: 700;
  font-size: 28px;
  line-height: 32.06px;
  text-transform: unset;
  padding: 12px 24px;
  background-color: #E44D3A;
}
.BeaconFabButtonFrame {
  bottom: 10px !important;
  right: 15px !important;
}
/* For Diamond Poc */
.diamond-bnr-txt span {
  letter-spacing: -1px !important;
  font-family: 'ACaslonPro-Regular';
  font-size: 73px;
  line-height: 93px;
  color: #000100;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
}

.juniper-font {
  font-family: 'JuniperBay-Regular';
  border: none;
}
.usr-profile-account{
  position: relative;
  margin-bottom: 18px !important;

}
.usr-profile-account:hover img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(31%) saturate(2734%) hue-rotate(335deg) brightness(94%) contrast(82%);
}
.usr-profile-account:hover li,
.usr-profile-signout:hover li {

  filter: brightness(0) saturate(100%) invert(35%) sepia(31%) saturate(2734%) hue-rotate(335deg) brightness(94%) contrast(82%);
}
.usr-profile-account:active img{

  filter: brightness(0) saturate(100%) invert(35%) sepia(31%) saturate(2734%) hue-rotate(335deg) brightness(94%) contrast(82%);
}
.usr-profile-signout:active{

  filter: brightness(0) saturate(100%) invert(35%) sepia(31%) saturate(2734%) hue-rotate(335deg) brightness(94%) contrast(82%);
}

.explore-user-profile .usr-profile-account::after {
  content: url(../../images/profile-circle.svg);
  margin-left: 8px;
  width: auto;
  vertical-align: top;
  position: absolute;
  left: -35px;
  top: 4px;
}
.explore-user-profile .usr-profile-signout{
  position: relative;
}
.explore-user-profile .usr-profile-signout::after {
  content: url(../../images/logout.svg);
  margin-left: 8px;
  width: auto;
  vertical-align: top;
  position: absolute;
  left: -35px;
  top: 4px;
}

.explore-user-profile .usr-profile-account:hover::after,
.explore-user-profile .usr-profile-signout:hover::after {
  filter: brightness(0) saturate(100%) invert(35%) sepia(31%) saturate(2734%) hue-rotate(335deg) brightness(94%) contrast(82%);
}
 /* End Diamond Poc */
/* CSS by sumit for testimonial */
#bb-template .cm-testimonial-box .bx-wrapper .bx-pager.bx-default-pager a {

  border: 2px solid #fff;
  color: #fff !important;

}
#bb-template .cm-testimonial-box .bx-wrapper .bx-pager.bx-default-pager a.active, #bb-template .cm-testimonial-box .bx-wrapper .bx-pager.bx-default-pager a:focus, #bb-template .cm-testimonial-box .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #fff !important;
}
.cm-testimonial-box .bx-wrapper {
  min-height: 200px;
}
#bb-template .cm-testimonial-box .bx-wrapper .bx-controls-auto, #bb-template .cm-testimonial-box .bx-wrapper .bx-pager {
  width: 100%;
  bottom: -25px;
}
/* End CSS by sumit testimonial */
@media only screen and (max-width: 1150px) and (orientation: landscape) {
	#activation_row .fl-photo-content img {
		display: none;
	}
}
#bb-template .cm-testimonial-box .bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #fff;
  color: #fff !important;
}

#bb-template .cm-testimonial-box .bx-wrapper .bx-pager.bx-default-pager a.active, #bb-template .cm-testimonial-box .bx-wrapper .bx-pager.bx-default-pager a:focus, #bb-template .cm-testimonial-box .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #fff !important;
}

.cm-testimonial-box .bx-wrapper {
  min-height: 200px;
}

#bb-template .cm-testimonial-box .bx-wrapper .bx-controls-auto, #bb-template .cm-testimonial-box .bx-wrapper .bx-pager {
  width: 100%;
  bottom: -25px;
}

@media (max-width: 1400px) {
  .member-section-list.fl-module-list .fl-list-item-content .tooltip-icon::after {
    right: 23px;
    left: unset;
    transform: translateY(55%);
    width: 290px;
  }

  .member-section-list.fl-module-list .fl-list-item-content .tooltip-icon::before {
    bottom: unset;
    transform: translateX(-45%) rotate(225deg) !important;
    left: -35%;
  }
  /* .m__footer .c__menu--footer .menu {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  } */

}

@media (min-width: 993px) {
  .membership-features > .fl-col-content > .fl-module-box > .fl-module-box {
    position: relative;
    border-right-width: 1px;
    border-right: 1px solid #D6E4E1 !important;
  }

  .membership-features > .fl-col-content > .fl-module-box > .fl-module-box:nth-child(3n) {
    border-right: none !important;
  }
}

@media (max-width: 992px) {
  .empower-img-box {
    margin: 0 auto;
  }
  .empower-section .empower-bg-img{
    left:-95px;
    z-index:0;
    top:55px;
  }

  .testimonial_slider_area .slick-list {
    width: 100%;
    margin: 0;
  }

  .membership-features > .fl-col-content > .fl-module-box > .fl-module-box {
    border-right-width: 1px;
    border-right: 1px solid #D6E4E1 !important;
  }

  .membership-features > .fl-col-content > .fl-module-box > .fl-module-box:nth-child(2n) {
    border-right: none !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .faq_section .faq-list.fl-module-accordion{
    width: 100%;
  }

  .pricing_subscribe_box .fl-module{
    width: 100%;
  }

  .pricing_subscribe_box ._form_15 #email{
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .empower-section .empower-bg-img {
    position: absolute;
    right: -10px;
    z-index: 0;
    top: 0px;
    left: unset;
  }
  .fw-summit-section::after {
    width: 130px;
  }
  .empower-img-box {
    margin-left: unset;
    margin: 0 auto !important;
  }

  .membership-features > .fl-col-content > .fl-module-box > .fl-module-box {
    border-right-width: 0px;
    border-right: 0px solid #D6E4E1 !important;
  }

  .membership-features > .fl-col-content > .fl-module-box > .fl-module-box:nth-child(2n) {
    border-right: none !important;
  }
}

@media only screen and (max-width: 767px) {
  a.memberships_button {
    font-size: 18px;
    font-weight: 700;
    line-height: 20.61px;
    text-align: center;
    padding: 15px 20px;
    background-color: #E44D3A;
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 55px;
    transform: translateX(-50%);
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  a.memberships_button::after {
    content: url('../../images/btn_arrow.svg');
    margin-left: 8px;
    display: inline-block;
    width: auto;
    vertical-align: top;
  }


  #menu-logged-out-secondary-menu li {
    padding: 0 !important;
  }

}

img[src="https://pixel.nine.com.au/"] {
  display: none;
}

@media only screen and (max-width: 440px)   {
  .recognition .fl-html {
    font-size: 32px!important;
    line-height: 36px!important
  }
}
/* For Diamond page */
@font-face {
  font-family: "JuniperBay-Regular";
  src: url("/wp-content/themes/fw-content-portal/fonts/JuniperBay-Regular.ttf") format("truetype"),
       url("/wp-content/themes/fw-content-portal/fonts/JuniperBay-Regular.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "ACaslonPro-Regular";
  src: url("/wp-content/themes/fw-content-portal/fonts/ACaslonPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ACaslonPro-Italic";
  src: url("/wp-content/themes/fw-content-portal/fonts/ACaslonPro-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.fw-diamond-pg .nw-heading-txt h2 {
  letter-spacing: -1px;
  font-family: 'ACaslonPro-Regular';
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.fw-diamond-pg .nw-heading-txt-blk {
  letter-spacing: -1px;
  font-family: 'ACaslonPro-Regular';
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.fw-diamond-pg h2 {
  letter-spacing: -1px;
  font-family: 'ACaslonPro-Regular';
  color: #ffffff;
}
.adobe-txt-black h2{
  letter-spacing: -1px;
  font-family: 'ACaslonPro-Regular';
  color: #000000;
}
.fw-diamond-pg p {
  margin: 0;
}
.fw-diamond-pg .mob-img {
  display: none;
}
.juniper-txt {
  font-family: 'JuniperBay-Regular';
}
.diamond-bnr-txt span {
	display: inline !important;
}
.adobe-casion-txt {
  font-family: 'ACaslonPro-Regular';
}
.adobe-casion-italic-txt {
  font-family: 'ACaslonPro-Italic';
}
.d-icon-box h4 {
  font-size: 40px;
}
.d-icon-box i:before {
  margin-left: 0px !important;
}
.dia-membership-list .fl-list-item-content-icon {
  vertical-align: top !important;
}
.dia-membership-list .fl-list-item-icon.icon-lead {
  margin-right: 20px;
}
.dia-membership-list .fl-list-item-content {
  margin-bottom: 20px;
}
.dia-faq-section .fl-col-has-cols {
  max-width: 968px;
  float: right;
}
.dia-faq-section p{
  font-size: 16px;
    line-height: 21px;
}
.dia-faq-section a {
  color: #000000 !important;
}
#bb-template .dia-faq-section .fl-accordion .fl-accordion-button .fl-accordion-button-label {
  font-weight: 400 !important;
  font-size: 22px !important;
}
.faq-list.dia-icon-black .fa-chevron-up{
  background-image: url("../../images/down-black.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: contain;
  transform: rotate(0deg);
  opacity: 1;
  filter: brightness(0) saturate(100%);

}

.faq-list.dia-icon-black .fa-chevron-down{
  background-image: url("../../images/down-black.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  background-size: contain;
  opacity: 1;
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%);
}
/* For stay tune subcribe form */
.diamond-subscribe ._form_15 ._form-content ._form_element {
  margin: 0;
}
.diamond-subscribe ._form_15 #email {
  color: #000000;
  height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #000;
  width: 100%;
	padding-left: 10px;
}

.diamond-subscribe ._form_15 #_form_15_submit {
  padding: 14px 28px 14px 28px !important;
  background: #000000 !important;
  position: relative;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 0;
}
.diamond-subscribe ._form_15 #_form_15_submit:active {
  background-color: #303030;
}
.diamond-subscribe ._form_15 #_form_15_submit:hover {
  background: #303030 !important;
}
.diamond-subscribe ._form_15 label {
    color: #000000;
}
.diamond-subscribe ._form_15 #_form_15_submit{
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease;
}
.diamond-subscribe ._form_15 #_form_15_submit:active:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(circle, rgba(0, 0, 0, 1) 80%, rgba(48, 48, 48, 1) 75%);
  border-radius: 50px;
}
.diamond-subscribe ._form_15 #_form_15_submit:active:after {
  transform: translate(-50%, -50%) scale(1); /* Scale up on click */
}
/* End stay tune subcribe form */
/* For Expand your circle form */
.dia-expand-section #dia_expand_form form {
  margin-right: 0;
  margin-top: 0;
  padding: 30px;
}
.dia-expand-section #dia_expand_form ._form_139 #_form_139_submit {
  border-radius: 50px !important;
  padding: 14px 28px !important;
  font-size: 18px;
  text-transform: none;
  line-height: 20px;
  font-weight: 400;
  font-family: 'GT-Walsheim';
  margin-top: 10px;
  margin-bottom: 0;
}
.dia-expand-section #dia_expand_form ._form_139 #_form_139_submit:hover {
  background: #303030 !important;
}
.dia-expand-section #dia_expand_form ._form_139 #_form_139_submit{
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease;
}
.dia-expand-section #dia_expand_form ._form_139 #_form_139_submit:active:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(circle, rgba(0, 0, 0, 1) 80%, rgba(48, 48, 48, 1) 75%);
  border-radius: 50px;
}
.dia-expand-section #dia_expand_form ._form_139 #_form_139_submit:active:after {
  transform: translate(-50%, -50%) scale(1); /* Scale up on click */
}
#dia_expand_form input,#dia_expand_form textarea {
  border-width: 0 0 1px 0 !important;
  border-style: solid !important;
  border-color: black !important;
	border-radius:0px !important;
}
#dia_expand_form input::placeholder {
    opacity: 0;
}
.dia-expand-section #dia_expand_form ._form_element {
  margin: 0 0 20px 0;
}
.dia-expand-section #dia_expand_form ._form_element ._form-label {
  margin-bottom: 0px;
  font-family: 'GT-Walsheim';
  font-size: 12px;
  font-weight: 400;
  line-height: 13.74px;
}
.dia-expand-section #dia_expand_form ._form-thank-you {
  font-family: 'ACaslonPro-Regular', sans-serif !important;
  font-family: 'ACaslonPro-Regular', sans-serif !important;
  font-weight: 400;
  font-size: 22px;
  line-height: 26.4px;
  color: #000000;
}
.stay-tuned-block .diamond-subscribe ._form_15 input#email {
  outline: none;
  padding: 9px;
  line-height: 1.5;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
.stay-tuned-block .diamond-subscribe ._form-thank-you {
  padding: 30px;
  text-align: center;
  background: #fefcf9 !important;
  font-family: 'ACaslonPro-Regular', sans-serif !important;
  font-weight: 400;
  font-size: 22px;
  line-height: 26.4px;
  color: #000000;
}
.dia-expand-section #dia_expand_form ._form_element input,
.dia-expand-section #dia_expand_form ._form_element textarea {
  line-height: 1.5;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}
.dia-expand-section #dia_expand_form ._form_element textarea {
  height: 33px;
}
#dia_expand_form ._form {
    max-width: 100%;
  }
/* End Expand your circle form */

/* For Diamond Events Section */
.new-diamond-events h2 {
  margin: 0px !important;
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 8px;
}
.new-diamond-events p {
  color: #000000;
  font-size: 18px;
  line-height: 20.61px;

}
.dia-event-first-img{
  display: none;
}
.dia-events-outer .fl-row-content-wrap {
  padding: 0;
}

/* End Diamond Events Section */
/* For giving section */
.fw-giving-video .fl-col-content {
  display: grid;
  grid-template-columns: 20% 80%;
}

/* End giving section */
/* Global button style  */

.primary-btn-black a.fl-button {
  padding: 14px 28px 14px 28px !important;
  background: #000000 !important;
  position: relative;
  border-radius: 50px;
  border-color: #000000;
}
.primary-btn-black a.fl-button:hover {
  background: #303030 !important;
}
.primary-btn-white a.fl-button:hover {
  background: #EBEBEB !important;
}
.primary-btn-white a.fl-button {
  padding: 14px 28px 14px 28px !important;
  background: #ffffff !important;
}
.primary-btn-black a.fl-button:active {
  background-color: #303030;
}

.primary-btn-black  a.fl-button span {
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease;
}

.primary-btn-black  a.fl-button:active span {
  border-radius: 50px;
}

.primary-btn-black a.fl-button:active:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 1) 80%, rgba(48, 48, 48, 1) 75%);
  border-radius: 50px;
}

.primary-btn-black  a.fl-button:active:after {
  transform: translate(-50%, -50%) scale(1); /* Scale up on click */
}
.primary-btn-white a.fl-button:active {
  background-color: #EBEBEB;
}

.primary-btn-white  a.fl-button span {
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease;
}

.primary-btn-white  a.fl-button:active span {
  border-radius: 50px;
}

.primary-btn-white a.fl-button:active:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: radial-gradient(circle, rgba(255,255,255,1) 80%, rgba(235,235,235,1) 75%);
  border-radius: 50px;
}

.primary-btn-black  a.fl-button:active:after , .primary-btn-white a.fl-button:active:after {
  transform: translate(-50%, -50%) scale(1); /* Scale up on click */
}
/* End Global button style */

.testimonial-detail, .testimonial-author, .testimonial-author-pos {
  color:#FEFCF9;
}
.nw_testimonial_slider button.slick-prev.slick-arrow::before {
  content: '';
  background: url('../../images/arrow-left.svg');
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 30px;
  opacity: 1;
  left: 0;
  background-repeat: no-repeat;
}

.nw_testimonial_slider button.slick-next.slick-arrow::before {
   content: '';
   background: url('../../images/arrow-right.svg');
   position: absolute;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   background-position: center;
   background-size: 30px;
   opacity: 1;
   left: 0;
   background-repeat: no-repeat;
}
.nw_testimonial_slider .slide {
  padding: 0 25px;
  min-height: 500px;
  margin: 0 auto;
}
.nw_testimonial_slider .slick-list {
  margin: 0 80px;
}
.nw_testimonial_slider .slick-prev {
  left: 0px;
}
.nw_testimonial_slider .slick-next {
  right: 0;
}
.nw_testimonial_slider .slick-slide .fl-photo-img-png {
  width: 100%;
}
.nw_testimonial_slider .slick-slide img {
  width: 100%;
  margin-bottom: 40px;
}
.nw_testimonial_slider .slick-dots {
  bottom: -100px;
}
.nw_testimonial_slider .slick-dots li button {
  margin: 0;
}
.nw_testimonial_slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  content: '';
  opacity: 1;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #FEFCF9;
  border-radius: 50px;
}
.nw_testimonial_slider .slick-dots li:not(.slick-active) button:before {
  opacity: 1;
  background:#FEFCF9;

}
.nw_testimonial_slider .slick-prev:hover, .nw_testimonial_slider .slick-prev:focus, .nw_testimonial_slider .slick-next:hover, .nw_testimonial_slider .slick-next:focus {
  color: #000000;
  outline: none;
  background:#D9E0E8;
}

.nw_testimonial_slider button.slick-arrow::before {
  content: '\1F860';
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}
.nw_testimonial_slider button.slick-arrow {
  background: #D9E0E8;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.nw_testimonial_slider .slide p {
  font-size: 16px;
  line-height: 24px;

}
.nw_testimonial_slider .slide h4 {
  margin-top: 25px;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.testimonial-author-pos {
  font-size: 18px;
}

#bb-template .nw-hero-section .dim-bnr-txt .nw-heading-txt h2 {
  margin: 0;
  padding-right: 50px;
}

#bb-template .nw-hero-section .dim-bnr-img .fl-photo-img-png {
  text-align: right;
}

#bb-template .nw-hero-section .dim-bnr-img img {
  height: 100%;
  width: auto;
}

.nw-hero-section .fl-col-group {
  justify-content: space-between;
}

.nw-hero-section .fl-module-button-group .fl-button-group .fl-button-group-buttons .fl-button-group-button {
  padding-bottom: 0;
}

.fw-diamond-pg.d-icon-box .fl-col-small {
  width: 668px;
}

.fw-diamond-pg.d-icon-box .fl-col-group {
  display: flex;
}

.fw-diamond-pg.d-icon-box .fl-col-content .fl-col-group-equal-height {
  flex-wrap: nowrap;
  display: flex;
}

.fw-diamond-pg.d-icon-box .fl-col-group .fl-col-has-cols {
  margin-left: auto;
}

.dia-membership-section .fl-row-content-wrap .fl-row-content .fl-col-group {
  display: flex;
  align-items: center;
}
/* End testimonial section  */
@media (min-width:1861px) {
  .dia-one-final-content {
    width: 43%;
    padding: 60px;
  }
  .dia-one-final-content .fl-col-content{
    padding: 0;
    margin: 0;
  }
  .dia-one-final-img .fl-col-content {
    margin: 0;
  }
  .dia-one-final-rw .fl-row-content-wrap {
    padding-top: 233px;
    padding-right: 70px;
    padding-bottom: 233px;
    padding-left: 70px;
  }
  .dia-one-final-img {
    width: 57%;
    padding-left: 180px;
  }
  .dia-one-final-content .fl-module-heading .fl-heading {
    font-size: 94px;
    line-height: 112px;
  }
}
@media (min-width: 1860px){

  .fw-diamond-pg .fl-row-content{
    max-width: 1860px !important;
  }
  .d-coming-section.fw-diamond-pg .fl-row-content {
    max-width: 100% !important;

  }

  .fw-diamond-pg h2 {
     text-wrap: unset;
  }
  .fw-diamond-pg .desk-img {
    display: none;
  }
  .fw-diamond-pg .mob-img {
    display: block;
  }
  .dim-bnr-txt .nw-heading-txt h2 {
    text-wrap: unset;
  }
  .dia-membership-section .fl-module-photo .fl-photo-content img {
    width: 720px;
  }
  .dia-expand-section .dim-bnr-txt {
    padding-left: 200px;
  }

}

@media (max-width: 1860px) {
  .nw_testimonial_slider .slide {
    padding: 0 15px;
  }
  .nw_testimonial_slider .slick-list {
    margin: 0 60px;
  }

}

@media (max-width: 1500px){
  .nw_testimonial_slider .slick-prev, .nw_testimonial_slider .slick-next {
    top: 40%;
  }
}

@media (max-width: 1200px) {

  #bb-template .nw-hero-section .dim-bnr-txt .nw-heading-txt h2 {
    padding-right: 0;
  }

  #bb-template .nw-hero-section .dim-bnr-img img {
    padding-left: 30px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
  }

  #bb-template .nw-hero-section .dim-bnr-img div {
    height: 100%;
  }

  .dia-faq-section .fl-col-has-cols {
    max-width: unset;
    float: right;
  }

  .dia-membership-section .fl-row-content-wrap .fl-row-content .fl-col-group {
    flex-direction: column;
  }

  .dia-membership-section .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col:first-child {
    margin-bottom: 100px;
  }
  .dia-membership-section .fl-row-content-wrap .fl-row-content .fl-col-group .fl-col {
    width: 100%;
  }
}

@media (max-width: 1024px){

  .fw-diamond-pg h2 {
      text-decoration-thickness: 2px;
      text-wrap: unset;
  }
  .d-icon-box h4 {
    font-size: 34px;

  }
  .footer-inner-sections {
    grid-template-columns: 236px 236px;
  }

}

@media (max-width:992px) {

  .fw-diamond-pg.d-icon-box .fl-col-group {
    display: block;
  }
  .dia-membership-list i.fl-list-item-icon::before {
    margin-left: 0px;
  }
  .dia-membership-list .fl-module-content.fl-node-content {
    margin: 0;
  }
  .new-diamond-events .dia-event-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .stay-tuned-block.fl-row .fl-row-content-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  .stay-tuned-block .left-section .fl-col-content {
    padding-bottom: 30px;
  }
  .fw-diamond-pg.d-icon-box .fl-col-group .fl-col-has-cols > .fl-col-content {
    padding: 0;
  }
  .nw_testimonial_slider .slide {
    padding: 0 10px;
    margin-left: 35px;
  }
  .nw_testimonial_slider .slick-list {
    margin: 0 -15px;
  }

  .dia-expand-section #dia_expand_form form {
    margin-right: auto;
  }

  .dia-faq-section .fl-col-small .fl-col-content {
    margin-bottom: 80px;
  }
  .dia-faq-section.fw-signin-faq .fl-col-small .fl-col-content {
    margin-bottom: 70px;
  }
  .dia-faq-section.fw-signin-faq .fl-accordion-button {
    cursor: pointer;
    display: flex;
  }
  .dia-faq-section.fl-row .fl-row-content-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .dia-events-outer.fl-row .fl-row-content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dia-membership-section.fl-row .fl-row-content-wrap {
    padding: 100px 50px;
  }

  .nw-heading-txt.welcome-diamond h2{
    font-size: 68px;
    line-height: 81.6px;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 767px) {
  .new-diamond-events .fl-col-content {
    margin-bottom: 100px !important;
  }
  .video-mob-icon-mobile {
    display: none;
  }
  .book-session-btn .fl-button-wrap {
    text-align: left !important;
  }
  .book-session-btn .fl-module-content.fl-node-content {
    margin: 0 !important;
  }
}

@media (max-width: 579px){

  .d-icon-box .fl-col-group.fl-col-group-nested .fl-col {
    width: 100% !important;
  }


  .model-col {
      width: 100% !important;
  }
  .online-model-box .model-row {
      display: grid !important;
      grid-template-columns: 100%;
  }
  .model-col.model-col-third {
      order: 1;
      margin-bottom: 0px;
  }
  .model-col-sec.model-col {
      order: 3;
  }
  .model-col-one.model-col {
      order: 2;
      padding-bottom: 0px;
  }
  .model-col-one.model-col img{
   display: none;
  }
  img.model-class-img {
      width: 100%;
  }
  .fw-diamond-pg .online-model-box h2 {
    font-size: 28px !important;
    line-height: 33px !important;
}
  .online-model-box {
      overflow: scroll;
      overflow-x: scroll;
      margin: 14px;
      scroll-behavior: smooth;
      margin: 0 14px !important;
      padding: 20px 14px;
      height: 700px;

  }
  .dia-one-final-rw.fl-row .fl-row-content-wrap {
    padding-top: 60px;
  }
  .fw-signin-hero .fl-col-content.fl-node-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .fw-diamond-pg.fw-summit-section::after {
    height: 48px !important;
    background-size: 100px !important;
    width: 115px !important;
  }
  .fw-diamond-pg.fw-summit-section::before {
    height: 95px !important;
    background-size: 100px !important;
  }
  .fw-diamond-pg.fwcustom-desing-top::before {
    background-size: 60px !important;
    height: 80px !important;
  }
  .fw-diamond-pg.fwcustom-desing-top::after {
    background-size: 100px !important;
    width: 100px !important;
    right: -30px !important;
  }
  .fwcustom-desing-top::before {
    background-size: 55px !important;
    height: 80px !important;
    left: 0px !important;
  }

  .fwcustom-desing-top::after {
    background-size: 100px !important;
    width: 100px !important;
}
  .fw-summit-section::before {
    height: 75px !important;
    background-size: 80px !important;
    left: 50px;
  }
  .dia-one-final-content.fl-col .fl-col-content {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .dia-event-row .accordion-item:last-child .fl-module.fl-module-html {
    border: none;
  }
  .dia-event-row .accordion-item:last-child .active-accordion-desc {
    border: none;
  }
  .d-icon-box .fl-col-group.fl-col-group-nested .fl-col .fl-col-content {

    padding: 0px;
    border: none;
    margin-bottom: 30px;
  }
  .new-diamond-events .dia-event-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .new-diamond-events .dia-event-row {
    row-gap: 28px;
    column-gap: 0px;
  }
  .new-diamond-events .fl-module-photo {
    display: none;
  }
  .dia-event-row .accordion-item {
    gap: 0;
  }
  .dia-event-row .fl-module-rich-text.active-accordion-desc {
    display: block;
  }
  .active-accordion-desc {
    border-bottom: 2px solid #000000;
    margin: 0 10px;
    padding: 28px 0;
  }
  .new-diamond-events .dia-event-first-img {
    display: block;
    padding-left: 0;
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .dia-event-row .accordion-item .fl-module-html {
    border-bottom: 2px solid #000000;
    padding-bottom: 28px;
  }
  .accordion-item .fl-module-html .fl-module-content{
    margin: 0;
  }
  .dia-event-row .accordion-item .fl-module-html{
    margin: 0 10px;
  }
  .accordion-item .fl-html{
    position: relative;
  }
   .accordion-item .fl-html::before {
    content: '';
    background-image: url(../../images/down-black.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    background-size: contain;
    opacity: 1;
    transform: rotate(180deg);
    right: 10px;
    position: absolute;
    top: 0;
    filter: brightness(0) saturate(100%)
  }
  .event-accordion-active.accordion-item .fl-html::before {

    background-image: url(../../images/down-black.png);
    transform: rotate(0deg);
    filter: brightness(0) saturate(100%)

  }
  .fw-diamond-pg.dia-events-outer {
    padding-top: 55px;
  }
  .dia-events-outer .fl-row-content-wrap {
    padding: 0;
  }
  .dia-event-row .event-accordion-active.accordion-item .fl-module-html {
    border:none;
    padding-bottom: 0;
  }

  .dia-event-row .accordion-item .fl-module-html .fl-html {
    padding-right: 35px;
  }

  .dia-event-row .fl-module-rich-text {
    display: none;
  }
  .fw-diamond-pg .new-diamond-events h2 {
    font-size: 28px !important;
    line-height:28px !important;
  }
  .fw-diamond-pg h2 {
      font-size: 38px !important;
      line-height: 45.6px !important;
  }
  .stay-tuned-block .fl-module-heading h2.fl-heading {
    font-size: 58px !important;
    line-height: 58px !important;
  }
  .dia-expand-section .dim-bnr-txt .nw-heading-txt h2 {
    font-size: 74px !important;
    line-height: 88.9px !important;
  }
  .dim-bnr-txt p {
      font-size: 24px !important;
  }
  .nw-hero-section.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap{

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-align: center;
    min-height: 558px;
    padding-top: 60px;
  }

  .nw-hero-section .fl-row-content .dim-bnr-txt .fl-col-content {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fw-diamond-pg.d-icon-box .fl-col-content .fl-col-group-equal-height {
    flex-wrap: wrap;
  }

  .fw-diamond-pg .fl-row-content-wrap {
    margin: 0 14px !important;
  }

  .meet-our-founding .fl-row-content-wrap {
    padding: 100px 20px 160px 20px;
  }
  .new-diamond-events h2 {
    padding-bottom: 4px;
  }
  .stay-tuned-block.fl-row .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dia-expand-section.fl-row .fl-row-content-wrap {
    padding: 90px 44px;
  }

  .dia-faq-section .nw-heading-txt-blk h2.fl-heading {
    font-size: 38px;
    line-height: 45.6px;
  }
  .dia-faq-section.fl-row .fl-row-content-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .dia-faq-section .fl-col-group-nested {
    text-align: center;
  }

  .dia-events-outer.fl-row .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dia-membership-section.fl-row .fl-row-content-wrap {
    padding: 80px 40px;
  }
}
@media (max-width: 578px) {
  .meet-our-founding.fl-row .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stay-tuned-block.fl-row .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dia-expand-section.fl-row .fl-row-content-wrap {
    padding: 50px 20px;
  }

  .dia-expand-section .dim-bnr-txt .nw-heading-txt h2 {
    font-size: 54px !important;
    line-height: 64px !important;
  }
  .dia-faq-section.fl-row .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-list .fl-module-content .fl-accordion-item {
    margin-bottom: 17px !important;
    padding-bottom: 10px;
  }
  .fw-signin-faq .faq-list .fl-module-content .fl-accordion-item {
    margin-bottom: 10px !important;
    padding-bottom: 10px;
  }
  .faq-list .fl-accordion-collapse .fl-accordion-item .fl-accordion-button {
    padding-top: 0px;
  }
  .faq-list.dia-icon-black {
    margin-bottom: 40px;
  }
}

@media (max-width: 580px) {
  .nw-heading-txt.welcome-diamond h2{
    font-size: 38px;
    line-height: 45.6px;
    letter-spacing: -0.01em;
  }
}
@media(max-width:420px){
  .nw_testimonial_slider .slick-dots li {

    width: 15px;
    height: 15px;
    margin: 0px 3px;

  }
  .nw_testimonial_slider .slick-dots {
    bottom: -70px;
  }

}
@media (max-width: 375px){
  .nw-hero-section.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap{
    min-height: 696px;
   }
   .diamond-meet-btn .fl-button-wrap::before {
    left: 4%;
  }
   .fw-diamond-pg .new-diamond-events h2 {
    width: 100%;
    max-width: 80%;
  }
  .accordion-item .fl-html::before {
    top: 15px;
  }
  .fw-signin-hero a.fl-button {
    font-size: 16px !important;
  }
  .event-accordion-active.accordion-item .fl-html::before {
    top: 15px;
  }
  .new-diamond-events .dia-event-first-img {
    margin-bottom: 45px;
  }

  .dia-membership-section.fl-row .fl-row-content-wrap {
    padding: 80px 20px;
  }
}

/* End Diamond page */
/* For diamond signin page  */
/* For page confirm animations */
.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
	width: 0px;
	position:absolute;
}

@keyframes ellipsis {
  to {
    width: 4.5rem;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 4.5rem;
  }
}

/* End page confirm animations */
.onlineMasterClass_loading .loading-skeleton {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 500px;
  margin-top: 20px;
}

.onlineMasterClass_loading .event-card-skeleton {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 15px;
  animation: skeleton-loading 1.5s infinite ease-in-out;
}

.onlineMasterClass_loading .skeleton-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.onlineMasterClass_loading .skeleton-title {
  width: 60%;
  height: 20px;
  background: #e0e0e0;
  border-radius: 4px;
}

.onlineMasterClass_loading .skeleton-date {
  width: 40%;
  height: 15px;
  background: #e0e0e0;
  border-radius: 4px;
}

.onlineMasterClass_loading .skeleton-description {
  width: 100%;
  height: 40px;
  background: #e0e0e0;
  border-radius: 4px;
}

@keyframes skeleton-loading {
  0% {
      background-color: #f5f5f5;
  }
  50% {
      background-color: #e0e0e0;
  }
  100% {
      background-color: #f5f5f5;
  }
}
.diamond-meet-box {
  max-width: 80% !important;
}
.fw-concierge-section ._form_145 #_form_145_submit:hover {
  background: #303030 !important;
}
.fw-concierge-section ._form_145 #_form_145_submit {
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease;
}
.fw-concierge-section ._form_145 #_form_145_submit:active:after {
  transform: translate(-50%, -50%) scale(1);
}
.fw-events-calender-sec .fl-module.fl-module-box {
  width: 100%;
}
.video-mob-icon-mobile img {
  width: 100%;
  max-width: 210px;
  height: auto;
}
.fw-concierge-section ._form_145 #_form_145_submit:active:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(circle, rgba(0, 0, 0, 1) 80%, rgba(48, 48, 48, 1) 75%);
  border-radius: 50px;
}
span.username-daimond {
  word-break: break-word;
}
.diamond-meet-btn {
  width: 100%;
  max-width: 20% !important;
}
.online-masterclass-details .fl-list-item-content {
  display: none;
}
.online_masterclass_model{
  display: none;
}
.giving_model_open{
  display: none;
}
.giving_model_open ._form_143 #_form_143_submit {
  padding: 14px 28px 14px 28px !important;
  line-height: unset;
  font-size: 16px !important;
}
/* For session model */
.session-inner-model .model-col {
  text-align: right;
}
.session-inner-model ._form_142 #_form_142_submit {
  padding: 14px 28px 14px 28px !important;
  line-height: unset;
  font-size: 16px !important;
}
.session_model_open{

  display: none;
}
.session-inner-model ._form_142{

  margin: 0 auto !important;
  padding: 0px !important;
  margin: 0px !important;
}
/* End session model */
/* For concierge section */
.fw-concierge-section ._form_145 button#_form_145_submit {
  text-transform: capitalize;
  padding: 14px 28px 14px 28px !important;
  line-height: unset;
  font-size: 18px !important;
  font-family: 'GT-Walsheim';
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 30px;
}
.fw-concierge-section ._form._form_145 {
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 30px !important;
  margin: 0px !important;
}
.fl-module-box.fw-concierge-grid {
  grid-template-columns: 1fr 2fr;
  padding-left: 40px;
  padding-right: 70px;
}
.meet-concierge-team .fl-module-photo .fl-module-content.fl-node-content {
  margin-bottom: 0px;
}
/* End concierge section */
/* For summit */
.fwcustom-desing-top, .fwcustom-desing-bottom{
  width: 100%;
  height: 180px;

}
.fw-summit-section {
  position: relative;
}
.fwcustom-desing-top::before {
  content: '';
  width: 150px;
  background-image: url(../../images/bg-one.png);
  z-index: 99;
  top: 20px;
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
}
.fwcustom-desing-top::after {
  content: '';
  background-image: url(../../images/bg-two.png);
  z-index: 99;
  top: 20px;
  position: absolute;
  background-repeat: no-repeat;
  height: 100%;
  width: 250px;
  right: 0;
}
.fw-summit-section::before {
  content: '';
  width: 200px;
  background-image: url(../../images/bg-btm-one.png);
  z-index: 99;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  height: 194px;
  left: 15%;
}
.fw-summit-section::after {
  content: '';
  width: 210px;
  background-image: url(../../images/bg-4.png);
  z-index: 99;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  height: 91px;
  bottom: 0;
}
button.filter-button {
  margin-top: 0px !important;
}
/* End summit */
/* For class model */

.online-model-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: #000000C2;
}
.model-row {
  display: flex;
  flex-wrap: nowrap;
}
.online-model-box {
  background-color: #fff;
  padding: 40px;
  position: relative;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
  height: auto;
  max-height: 90vh;
  overflow: auto;
}
._form_143 {
  margin-top: 0 !important;
}
.book-giving-back .fl-module-content.fl-node-content {
  margin-left: 0;
}
.session_model_open ._form_143 #_form_143_submit {
  padding: 14px 28px 14px 28px !important;
  line-height: unset;
}
.online-model-box .class-description {
  width: 100%;
  max-width: 800px;
}
.book-session-btn span.fl-button-text {
  color: #fff !important;
  font-size: 18px;
}
.online-model-box .class-description a {
  color: #fff;
  text-decoration: none;
  background: #000;
  font-family: 'GT-Walsheim';
  border-radius: 50px;
  padding: 14px 28px 14px 28px;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
}
.class-timeline p {
  margin-bottom: 20px;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}
.class-description .fl-list-item-content-text p{
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.class-description .fl-list-item-content-text ul li{
  font-size: 16px;
  color: #000000;
  margin: 0px;
}
.class-description .fl-list-item-content-text ul{
  margin-bottom: 20px;
}
.fw-diamond-pg .fl-accordion-button-icon:active {
  outline: 0 !important;
}
.class-description p:nth-child(2) {
  margin-top: 20px;
}
.class-description p:nth-child(4) {
  margin-bottom: 20px;
}
.fw-signin-hero .fl-button-group-buttons a.fl-button:focus {
  background: transparent !important;
}
.model-col-one.model-col {
  width: 30%;
}
.model-col-sec.model-col {
  width: 65%;
}
.model-col-third.model-col {
  width: 5%;
  text-align: right;
  cursor: pointer;
}
.post-38640 .members-access-error {
  font-size: 20px;
  padding: 50px 20px;
  text-align: center;
}
.model-close {
  cursor: pointer;
  text-align: right;
}
.online-model-box .class-heading h2 {
  color: #000;
  font-size: 39px;
  line-height: 46px;
  margin-top: 0;
}
/* For masterclass model btn */

a.btn-primary-black:hover {
  background: #303030 !important;
}
a.btn-primary-black{
  position: relative;
}
a.btn-primary-black:active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 1) 80%, rgba(48, 48, 48, 1) 75%);
  border-radius: 50px;
}
a.btn-primary-black span {
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease;
}

/* End masterclass btn */
/* End class model */
@media(max-width:1550px){

    .diamond-meet-btn {
      width: 100%;
      max-width: 25% !important;
    }
    .diamond-meet-box {
      max-width: 75% !important;
    }
    .fl-module-box.fw-concierge-grid {
      grid-template-columns: 1fr 2fr;
      padding-left: 0px;
      padding-right: 0px;
      gap: 20px;
    }
    .fw-concierge-grid h2 {
      font-size: 58px !important;
      line-height: 63px !important;
  }
}
@media(max-width:1500px){

    .diamond-meet-btn {
      width: 100%;
      max-width: 30% !important;
    }
  .diamond-meet-box {
    max-width: 70% !important;
  }
}
@media (max-width:1199px) and (min-width :991px) {
  .fw-events-calender-sec img.fl-photo-img {
    width: 280px;
    height: auto;
  }
}
@media(max-width:1200px){

    .meet-concierge-team .fl-col.dim-bnr-txt {
      width: 100% !important;
    }
    .fl-module-box.fw-concierge-grid {
      gap: 50px;
    }
    .online-model-box {
  	  margin: 0 20px !important;
	  }
    .model-col-one.model-col {
      width: 30%;
      margin-right: 40px;
    }
    .diamond-meet-box {
      max-width: 60% !important;
    }
    .fw-giving-video .fl-col-content {
      display: block;
     }
   .diamond-meet-btn {
      width: 100%;
      max-width: 40% !important;
    }
    .fwcustom-desing-top::before {
      background-size: 100px;
    }
    .fwcustom-desing-top::after {
     background-size: 200px;
    }
    .fw-summit-section::before {

      height: 142px;
      background-size: 150px;
    }
    .fw-summit-section::after {
      height: 72px;
      background-size: 150px;
      width: 170px;
  }

}
@media(max-width:1199px){
  .online-masterclass-grid.fl-module-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

}
@media(max-width:993px){

  .diamond-meet-box {
      max-width: 55% !important;
  }
  .diamond-meet-btn {
    max-width: 45% !important;
    }
  .fwcustom-desing-top::after {
      background-size: 145px;
      width: 150px;
  }
  .fl-module-box.fw-concierge-grid {
    gap: 30px;
  }
  .fl-module-box.fw-concierge-grid {
    grid-template-columns: 0.5fr 2fr;
  }
  .fw-concierge-grid h2 {
    font-size: 52px !important;
    line-height: 63px !important;
  }
  .fwcustom-desing-top::before {
    background-size: 80px;
  }
  .fw-summit-section::before {
    height: 115px;
    background-size: 125px;
  }
  .fw-summit-section::after {
    height: 60px;
    background-size: 130px;
    width: 150px;
  }
  .onlineMasterClass_loading .loading-skeleton {
    width: 300px;
    margin-top: 20px;
  }
}
@media(max-width:992px){

    .diamond-meet-box {
      max-width: 100% !important;
    }
    .book-session-btn .fl-button-right {
      text-align: left;
    }
    .book-session-btn .fl-module-content.fl-node-content {
        margin-left: 0;
    }
    .model-col-sec.model-col {
      width: 70%;
    }
    .model-col-third.model-col {
      position: absolute;
      right: 20px;
      top: 20px;
    }
    .online-model-box {
     padding: 35px 40px;
    }
    .fwcustom-desing-top, .fwcustom-desing-bottom {
      width: 100%;
      height: 100px !important;
    }
    .faq-list .fl-module-content .fl-accordion-item.fl-accordion-item-active {
      padding-bottom: 0px;
    }
    .online-masterclass-grid.fl-module-box {
      grid-template-columns: 1fr 1fr;
    }
   .diamond-meet-btn {
    max-width: 100% !important;
    }
    .meet-concierge-team .diamond-meet-txt {
      flex-direction: column;
    }
    .diamond-meet-btn .fl-button-wrap {
      text-align: left;
      margin-left: 26px;
      margin-top: 12px;
    }
    .meet-concierge-team .fl-col-content.fl-node-content {
      padding: 0px !important;
    }
    .meet-concierge-team .fl-module.fl-module-box.fl-node-8bklf6ro7yzx {
      align-items: center;
    }



}
@media(max-width:579px){

  .meet-concierge-team .fl-module.fl-module-box.fl-node-8bklf6ro7yzx {
    display: none;
  }
  .fw-giving-video .video-mob-icon-mobile {
    display: block;
    order: 2;
  }
  .fw-giving-video{
    margin-top: 40px;
  }
  .model-col-third.model-col {
    position: unset;
  }

  .fw-giving-video .video-mob-icon {
    display: none;
  }
  .fw-giving-video .fl-col-content {
    display: grid;
    grid-template-columns: 100%;
  }
  .fw-events-calender-sec.fw-diamond-pg h2 {
    font-size: 32px !important;
    line-height: 41px !important;
  }
  .fw-giving-section .fl-row-content-wrap {
    margin-top: 20px !important;
  }
  .fw-signin-hero h2, .fw-signin-hero .username-daimond  {
    font-size: 38px !important;
    line-height: 45.6px !important;

  }
  .fw-diamond-pg.fw-salon-events .fl-row-content-wrap {
    margin: 0 20px !important;
  }
  .fl-module-box.fw-concierge-grid {
    grid-template-columns: auto;
  }
  .fw-signin-faq.dia-faq-section.fl-row .fl-row-content-wrap {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .fw-signin-faq.dia-faq-section .fl-col-small .fl-col-content {
    margin-bottom: 40px;
  }
  .fw-concierge-grid h2 {
    font-size: 38px !important;
    line-height: 45px !important;
  }
  .fw-concierge-grid img.fl-photo-img {
    width: 100%;
    max-width: 135px;
  }
  .online-masterclass-grid.fl-module-box {
    grid-template-columns: 1fr;
  }
  .fw-diamond-pg .online-masterclass-grid h2 {
    font-size: 24px !important;
    line-height: 28.8px !important;

  }
  .fw-diamond-pg.fw-summit-section h2{
    font-size: 31px !important;
    line-height: 37.2px !important;
  }
  .meet-concierge-team .diamond-meet-box {
    display: none;
  }
  .diamond-meet-btn .fl-button-wrap {
    text-align: center;
    margin-left: 0;
    margin-top: 0;
  }
  .diamond-meet-btn a.fl-button {
    width: 100%;
    position: relative;
  }
  .diamond-meet-btn .primary-btn-white a.fl-button {
    padding: 16px 12px 16px 12px !important;

  }
  .diamond-meet-btn .fl-button-text::before {
    content: '';
    background-image: url(../../images/concierge-team-mobile.png);
    z-index: 99;
    top: -7px;
    position: absolute;
    background-repeat: no-repeat;
    margin-right: 0;
    height: 35px;
    left: 0;
    width: 57px;

}
  .diamond-meet-btn .fl-button-text {
  padding-left: 70px !important;
  }
  form._form_143 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .fw-diamond-pg.fw-signin-hero .nw-heading-txt h2 {

    text-decoration-thickness: 2px;
   }
   .giving_model_open ._form_143 #_form_143_submit {
      font-size: 16px !important;
    }
    .session-inner-model ._form_142 #_form_142_submit {
      font-size: 16px !important;
    }
}

@media (max-width: 425px) {

  .fw-diamond-pg.fw-summit-section h2 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .fw-summit-section::after {
    height: 45px;
    background-size: 95px;
    width: 109px;
  }
  .fw-summit-section .fl-row-content-wrap {
    padding: 0 20px !important;
  }
  .fw-signin-hero .juniper-txt p {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .fw-giving-video{
    margin-top: 50px;
  }
  .giving-back-model .online-model-box {
    padding: 35px 25px;
  }
  form._form_143 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .online-model-box {
    padding: 35px 25px;
  }
}
@media (max-width: 360px) {

  body .uwy.userway_p5 .userway_buttons_wrapper {
    bottom: 23px !important;
  }
  iframe#launcher {
    bottom: 23px !important;
    margin: 0px !important;
    right: 25px !important;
  }


}
/* For unathorized section */
.post-40483 .members-access-error {
  font-size: 20px;
  padding: 50px 20px;
  text-align: center;
}
@media (max-width: 579px) {
  .meet-concierge-team .fl-module.fl-module-box.dia-concierge-img {
      display: none;
  }

}
/* End unathorized section */
/* End diamond signin page */

.nw-heading-txt.welcome-diamond h2{
  font-size: 58px;
  line-height: 69.6px;
  letter-spacing: -0.01em;
}

.user-menu-icon{
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
}

.user-menu-icon.profile-icon{
  margin-right: 6px !important;
}

ul#menu-secondary_menu_logged_in_new .sub-menu{
  right: 0px;
  top: 60px;
  box-shadow: 0px 0px 24px 0px #00000040;
  width: 219px;
}

.main-nav ul#menu-secondary_menu_logged_in_new ul.sub-menu li.menu-item {
  padding: 14px !important;
  opacity: 0px;
  border-bottom: 1px solid #EBEBEB;
}

.main-nav ul#menu-secondary_menu_logged_in_new  ul.sub-menu li.menu-item:last-child {
  border-bottom:none;
}

.main-nav ul#menu-secondary_menu_logged_in_new ul.sub-menu li.menu-item a {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}



