.bg-sty {
	background-repeat:no-repeat;
	background-size:cover;
}

.customer-review-slider .content more,
.customer-review-slider .content p {
    font-size: 24px;
	font-weight:600;
	line-height:27px;
    font-family: var(--extra-fonts);
}


/* Main banner css */

.main-banner-section {
    margin: 20px;
    min-height: 660px;
    padding: 80px 0;
    border-radius: 8px;
    color: #fff;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size:contain;
    background-color: #2fd3b8;
}

.main-banner-section h1 {
    margin-bottom: 10px;
}

.main-banner-section p {
    font-family: var(--extra-fonts);
    font-size: var(--fs-3);
    line-height: 28px;
    font-weight: 700;
}

.main-banner-section .btn-wrap {
    margin-top: 2rem;
}
.main-banner-section .content {
    max-width: 514px;
}

/* End Main banner css */

/* Image slider */

.img-slider-section .title .txt {
    font-size: var(--fs-3);
    font-weight: 700;
    color: var(--light-gray);
}
.img-slider-section .splide__track:after,
.img-slider-section .splide__track:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	width:15%;
	z-index:2;
	--side-pos:-15px;
}
.img-slider-section .splide__track:before{
	left:var(--side-pos);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)), color-stop(42%, rgba(255,255,255,1)), color-stop(89%, rgba(255,255,255,0.2050070028011205)), color-stop(97%, rgba(255,255,255,0)));
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,0.2050070028011205) 89%, rgba(255,255,255,0) 97%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,0.2050070028011205) 89%, rgba(255,255,255,0) 97%);
}
.img-slider-section .splide__track:after{
	right:var(--side-pos);
	background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,1)), color-stop(42%, rgba(255,255,255,1)), color-stop(89%, rgba(255,255,255,0.2050070028011205)), color-stop(97%, rgba(255,255,255,0)));
	background: -o-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,0.2050070028011205) 89%, rgba(255,255,255,0) 97%);
	background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,0.2050070028011205) 89%, rgba(255,255,255,0) 97%);
}
.img-marquee-slider .img-holder{
	text-align:center;
}
.img-marquee-slider .img-holder img{
	height:150px;
	-o-object-fit:contain;
	   object-fit:contain;
	
}
.img-slider-section + .become-member-section {
    padding-top: 10px;
}
.img-slider-section + .multi-column-image-section {
    padding-top: 20px;
}
/* End Image slider */


.ask-an-expert-nonlog-section .title-flex .title-icon .icon-holder{
	--size-flex: 65px;
}
.ask-an-expert-nonlog-section  .title-flex .title-icon{
	gap:8px 20px;
}

/* Become member css */

.img-slider-section + .become-member-section {
    padding: 50px;
}
.become-member-section .txt {
    font-size: var(--fs-2);
    font-weight: 600;
}
.become-member-section .txt p{
	max-width:818px;
	margin:0 auto;
}
.become-member-section.has-text-styles .txt p,
.become-member-section.has-text-styles .txt ul,
.become-member-section.has-text-styles .txt ol {
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 1.25em;
}
.become-member-section.has-text-styles .txt p {
	max-width: 818px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
.become-member-section.has-text-styles .txt ul,
.become-member-section.has-text-styles .txt ol {
	max-width: 818px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25em;
	text-align: left;
}
.become-member-section.has-text-styles .txt li {
	font-weight: 400;
	margin-bottom: 0.5em;
}
.become-member-section.has-text-styles .txt li:last-child,
.become-member-section.has-text-styles .txt p:last-child,
.become-member-section.has-text-styles .txt ul:last-child,
.become-member-section.has-text-styles .txt ol:last-child {
	margin-bottom: 0;
}
.become-member-section .btn-wrap.has-two-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 12px;
}

/* Become member css */


/* Ask an expect section */

.col-content-img-sect .txt {
    font-size: var(--fs-2);
    color: var(--light-gray);
    font-weight: 600;
}

.col-content-img-sect .container {
    max-width: 1280px;
}

.col-content-img-sect:nth-child(old) .left-side{
	-webkit-box-ordinal-group:2;
	    -ms-flex-order:1;
	        order:1
}
.col-content-img-sect:nth-child(old) .right-side{
	-webkit-box-ordinal-group:3;
	    -ms-flex-order:2;
	        order:2
}
.col-content-img-sect .img-holder {
    text-align: center;
}
.col-content-img-sect .img-holder  img{
	width:600px;
}
.col-content-img-sect .left-side .img-holder img{
	width: 100%;
	padding-right:40px
}

/* Ask an expect section */

/* Custom review section */

.customer-review-section{
	background-color:var(--primary-color);
	color:#fff;
	
}
.customer-review-slider{
	padding-bottom: 55px;
}
.customer-review-slider .content {
  max-width: 1000px;
	margin: 0 auto;
    text-align: center;
    color: #C4FAF1;
}

.customer-review-slider .content .name{
	margin-top: 25px;
}
.customer-review-slider .content .name > * {
    font-size: 20px;
    font-family: var(--extra-fonts);
    font-weight: 600;
}
/* Custom review section */



/* FAQ section */

.faq-section .title.title-flex {
    max-width: 392px;
}

.faq-section .title.title-flex .txt{
    font-weight:600;
}

.faq-section  .title.title-flex {
    max-width: 392px;
}

.custom-accordion{
	--bs-accordion-btn-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18 15.8857L12 9.88574L6 15.8857' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18 15.8857L12 9.88574L6 15.8857' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	--bs-accordion-btn-icon-width:24px;
}
.custom-accordion .accordion-item {
    background: none;
    border: none;
    border-bottom: 2px solid var(--primary-color);
    border-radius: 0;
}
.custom-accordion .accordion-body {
    padding: 0 0 14px;
}
.custom-accordion .accordion-header button.accordion-button {
	background: none;
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 16px 0;
	font-size:var(--fs-2);
	font-weight:600;
	font-family:var(--extra-fonts);
	color:#000;
}
.custom-accordion .accordion-header button.accordion-button:after{
	rotate:180deg;
}
.social-link-list span a:hover svg g path:first-child{
	fill: #0072b1;
}
.social-link-list span a:hover svg g path:last-child{
	fill: #fff;
}

/* Inner Banner */

.inner-banner-nonlog{
	background-color:var(--primary-color);
	background-repeat:no-repeat;
	background-size:cover;
	
	color:#fff;
}
.inner-banner-nonlog h1 {
    font-size: var(--fs-6);
    font-family: var(--secondary-fonts);
    font-weight: bold;
	color:var(--secondary-color);
}
.content-5050-sty .container,
.inner-banner-nonlog .container {
    max-width: 1000px;
}

.hero-banner-section .bg-box {
    height: 580px;
    padding: 80px 30px 58px;
    text-align: center;
    color: #fff;
	border-radius:8px;
	background-position:center;
}
.hero-banner-section h2.title {
    font-size: var(--fs-6);
}

/* our team  */


.team-lists-sty .splide__list .img-holder{
	height:365px;
	margin-bottom:20px;
}
.team-lists-sty .title {
    font-size: var(--fs-2);
    padding: 0;
    margin: 0;
	font-weight:700;
}
.team-lists-sty .name span {
    font-size: var(--fs-1);
    font-family: var(--extra-fonts);
    font-weight: 500;
}
@media screen and (min-width:1025px){
	.team-lists-sty .splide__list {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 -8px !important;
	}

	.team-lists-sty .splide__list .splide__slide {
		padding: 0 8px;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 0%;
		        flex: 1 0 0%;
		--size: 20%;
	}
}

/* Our value css */

.our-value-section .container{
	max-width:1080px;
}
.ourvalue-lists .item {
    text-align: center;
}

.ourvalue-lists .item .title {
    padding-bottom: 4px;
    font-weight: 700;
}

.ourvalue-lists .item .img-holder {
    margin-bottom: 10px;
}
.ourvalue-lists .item .img-holder img{
	height:70px;
}
.ourvalue-lists.img-box .img-holder img {
    width: 100%;
    height: 218px;
    object-fit: cover;
    margin-bottom: 10px;
}
.ourvalue-lists .content p {
    padding: 0 10px;
}
.heading-wrapper .text {
    color: #000;
}

.our-value-section .title.title-flex.pb-4.flex-column.align-items-lg-center {
    max-width: 629px;
    margin: 0 auto;
    text-align: center;
}
.ourvalue-lists .item .content {
    color: #000;
}
.our-value-section-alternate .title.title-flex.pb-4.flex-column.align-items-lg-center {
    max-width: 818px;
}
.our-value-section-alternate .intro {
    font-size: var(--fs-1);
    font-weight: 400;
    line-height: 1.2;
    margin-top: 12px;
}
.our-value-section-alternate .intro p {
    margin-bottom: 0;
}
.our-value-section-alternate .ourvalue-lists .item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    padding: 24px 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background-color: #fff;
}
.our-value-section-alternate .ourvalue-lists .item .img-holder {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 16px;
}
.our-value-section-alternate .ourvalue-lists .item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
}
.our-value-section-alternate .ourvalue-lists .item .title {
    min-height: 2.5em;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    text-wrap: balance;
}
.our-value-section-alternate .item-excerpt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.our-value-section-alternate .ourvalue-lists .item .item-excerpt,
.our-value-section-alternate .ourvalue-lists .item .item-excerpt p,
.our-value-section-alternate .ourvalue-lists .item .content p {
    font-weight: 400;
    text-align: left;
    padding: 0;
    line-height: 1.2;
    text-wrap: pretty;
    margin-bottom: 0;
}
.our-value-section-alternate .item-excerpt.is-collapsed p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.our-value-section-alternate .read-more-toggle {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    margin-top: 10px;
    padding: 0;
    min-height: 0;
    border: 0;
    background: none;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}
.our-value-section-alternate .read-more-toggle.is-visible {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.our-value-section-alternate .read-more-toggle:after {
    content: '';
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M5.5 7.5L10.5 12.5L15.5 7.5' stroke='%232ED3B7' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.our-value-section-alternate .read-more-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.priceing-section-alternate .btn-wrap.has-two-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 12px;
	margin-bottom: 32px;
}
.priceing-section-alternate .heading-wrapper .text table {
	width: 100%;
	margin: 1.25em 0;
	border-collapse: collapse;
}
.priceing-section-alternate .heading-wrapper .text th,
.priceing-section-alternate .heading-wrapper .text td {
	border: 1px solid var(--border-color);
	padding: 10px 14px;
	text-align: left;
	font-weight: 400;
}
.priceing-section-alternate .heading-wrapper .text th {
	font-weight: 600;
	background-color: #f7f8f9;
}



/* Pricing section css */

div#radioButtonsSubscription {
    padding: 4px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    max-width: 280px;
    margin: 30px auto;
}
div#radioButtonsSubscription input {
    display: none;
}
div#radioButtonsSubscription label {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
    padding: 10px 12px;
	cursor:pointer;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
	border:1px solid transparent;
    font-weight: 600;
    color: var(--light-green);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

div#radioButtonsSubscription input:checked + label {
	background: var(--hover-btn-color);
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.membership-select .package-filter-lists{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.membership-select .package-filter-lists{
	border-radius: 8px;
    border: 1px solid var(--Grey-500, #C3C8CF);
    
}

.package-filter-lists .filter-select{
	margin-bottom:20px;
}
.label-title {
	display: block;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
}
.membership-select .col-md-6 > * {
    border-radius: 8px;
    border: 1px solid var(--border-color);
    padding: 40px;
    height: 100%;
	background-color:#F0F1F3;
}
.filter-select :is(select,input){
    height: 42px;
    width: 100%;
	font-size:14px;
    padding: 10px 35px 10px 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid var(--border-color);
    border-radius: 3px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23697586' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: calc(100% - 11px) 50%;
    background-repeat: no-repeat;
    background-size: 16px;
	color:var(--primary-color);
}
.membership-select .row .package-box {
	font-size:14px;
	position:relative;
	text-align:center;
	min-height: 400px;
}

.preloader-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
	padding: 40px;
}
.package-lists-checkbox .item .title.active {
    background: #2ed3b7;
    border-color: #2ed3b7;
}
.package-submit-btn button#subscriptionOption {
    width: 260px;
    height: 42px;
    border: none;
    background: var(--secondary-color);
    color: #fff;
}
.package-submit-btn button#subscriptionOption:hover{
	background-color:var(--green-bg);
	color:#fff;
}

.package-box .divider-line {
    margin: 10px -40px 24px;
}
.priceing-section  .heading-wrapper .checkout-form-title h2{
	font-size:var(--fs-6)
}
.priceing-section .package-submit-btn .back-btn{
    display: none !important;
}

.divider-line {
    display: block;
    border-top: 1px solid var(--border-color);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 16px);
            flex: 0 0 calc(100% - 16px);
    --width: calc(100% - 16px);
    margin: 19px auto 26px;
}
.package-lists-checkbox .item .title {
	padding: 10px 19px;
    border: 1px solid #dbdbdb;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: #EDF0F7;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
.package-lists-checkbox .item .title span:last-child {
    padding-left: 20px;
    margin-left: auto;
    color: #858181;
    font-size: 12px;
}w

.package-lists-checkbox .item .title span:first-child {
    color: #fff;
    padding-right: 4px;
    font-weight: 500;
    background: #2ed3b7;
    width: 58px;
    margin-right: 7px;
    border-radius: 30px;
    text-align: center;
    padding: 5px;
    font-size: 10px;
}
.heading-wrapper {
    text-align: center;
    margin-bottom: 50px;
}
.heading-wrapper img {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    -o-object-fit: contain;
       object-fit: contain;
}
.priceing-section .container {
    max-width: 850px;
}
.heading-wrapper .checkout-form-title h2 {
    font-size: var(--fs-4);
    margin-bottom: 0px;
    font-weight: 400;
    font-family: var(--secondary-fonts);
}
.heading-wrapper .mp-form-row.checkout-form-title {
    margin-bottom: 0;
}
.package-box h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--extra-fonts);
}
.package-box h3{
	font-family:var(--extra-fonts);
	font-weight:700;
	font-size:26px;
	margin-bottom:32px;
}
.package-box ul {
    padding-left: 0;
    padding-top: 5px;
    text-align: left;
	list-style:none;
}
.package-box ul li {
	padding-left: 32px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 12px;
}
.package-box ul li:before{
	content:'';
	position:absolute;
	left:0;
	top:-2px;
	--size:23px;
	width:var(--size);
	height:var(--size);
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12.5C0 5.87258 5.37258 0.5 12 0.5C18.6274 0.5 24 5.87258 24 12.5C24 19.1274 18.6274 24.5 12 24.5C5.37258 24.5 0 19.1274 0 12.5Z' fill='%232ED3B7'/%3E%3Cpath d='M7.5 12.5L10.5 15.5L16.5 9.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size:contain;
	background-repeat:no-repeat;
}
.package-box .price{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 35px;
	font-family: var(--secondary-fonts);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.package-box .price span{
	font-size: 22px;
    font-weight: 600;
    font-family: var(--extra-fonts);
    padding-left: 5px;
}
.package-box .divider-line {
    margin: 10px -40px 24px;
}
.available-seat span{
	display:block;
	font-size:13px;
	font-weight:500;
}
.available-seat span:first-child {
    font-size: 26px;
    margin-bottom: 4px;
    font-family: var(--extra-fonts);
    font-weight: 700;
}

/* Pricing section css */
.contact-form-sty h2.gform_title{
	font-size:var(--fs-3);
	font-family:var(--extra-fonts);
	font-weight:700;
}
.contact-us-section .main-title .title{
    font-size: var(--fs-6);
    font-family: var(--secondary-fonts);
    color: var(--secondary-color);
    font-weight: 500;
}
.contact-us-section .gform-theme--foundation{
	--gf-form-gap-y: 18px;
}
.contact-us-section .gform_footer input#gform_submit_button_2 {
    width: 100%;
    height: 42px;
    background: var(--secondary-color);
    font-size: 16px;
	border-radius:8px;
}
.contact-us-section .gform_footer input#gform_submit_button_2:hover{
	background-color: var(--green-bg) !important;
}
.gform-theme--foundation .gfield {
    position: relative;
}
.contact-us-section .gfield_validation_message {
	position: absolute;
    font-size: 10px !important;
    bottom: 1px;
    right: 7px;
    font-weight: 600 !important;
}
.contact-us-section .main-title .text {
    font-size: var(--fs-1);
    font-family: var(--extra-fonts);
    line-height: 24px;
    font-weight: 500;
}
.contact-us-section .wrap {
    max-width: 634px;
}
.contact-form-sty .gform_wrapper .gfield.gfield--type-textarea textarea{
	min-block-size: 160px;
}
.support-contact-lists .item .title {
    font-size: var(--fs-2);
    margin-bottom: 0;
    padding-bottom: 12px;
    font-family: var(--extra-fonts);
    font-weight: 600;
}
.contact-form-sty .gfield_description.instruction.validation_message {
    display: none;
}
.contact-form-sty div:is(.ginput_container_text,.ginput_container_textarea) > *{
	color: var(--light-gray) !important;
}

.non-login-header nav{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.non-login-header .primary-menu{
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}
.non-login-header .nav-menu{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0%;
	        flex: 1 0 0%;
	padding-left: 60px;
}
.non-login-header .nav-menu-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.non-login-header .nav-menu-wrapper .menu-bar{
	margin-left: auto;
}

.ask-an-expert-nonlog-section .title-icon{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.package-filter-lists .filter-select span.select2-selection.select2-selection--multiple {
    height: 42px;
    width: 100%;
    font-size: 14px;
    padding: 10px 35px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--border-color) ;
    border-radius: 8px;
    background-position: calc(100% - 11px) 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23697586' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.selected-items ul {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.selected-items ul li {
    background:#C3C8CF;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight:600;
}
.select2-container--open .select2-dropdown--below {
    border: 1px solid #aaa;
    border-radius: 8px !important;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 14px;
}
.package-filter-lists .filter-select input{
    border-radius:8px !important;
}
.other-provider-wrap {
    position: relative;
}
.other-provider-wrap button.othersubmitbtn {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    border: none;
    background: var(--secondary-color);
    border-radius: 0 8px 8px 0;
    padding: 5px 11px;
    font-size:0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46' fill='none'%3E%3Cpath d='M3 23H43M23 3V43' stroke='%23010101' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size:12px;
    background-position:center center;
    background-repeat:no-repeat;
    width: 38px;
}
.select2-container--open .select2-dropdown--below{
   z-index: 10;
}
body.page-template.page-template-nonloggedin .select2-container--open .select2-dropdown--below {
    margin: 30px 0;
}

/*post meta data*/

.post-meta-data {
    display: flex;
    gap: 6px 10px;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 34px;
	flex-wrap: wrap;
	
}
.post-meta-data svg {
    width: 16px;
    height: 16px;
    margin-top: -3.5px;
}
.post-meta-data > div {
    display: flex;
    align-items: center;
    gap: 4px;
}
.milestone-card .post-meta-data {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
	margin-top: 0;
	margin-bottom: 0;
}
.milestone-card .post-meta-data > div{
    gap: 8px;
}
.milestone-card .post-meta-data svg {
    width: 20px;
    height: 20px;
    margin-top: -3.5px;
}
/*Responsive CSS*/

@media screen and (min-width: 1025px){
	body.page-template-nonloggedin {
		padding-top: 73px;
		border-bottom: 1px solid #000;
	}
	.become-member-section .btn-wrap.has-two-buttons,
	.priceing-section-alternate .btn-wrap.has-two-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 16px;
	}
}
/* @media screen and (min-width:1050px) and (max-width:1250px){
	.main-banner-section{
		padding:100px 60px;
	}
}  */
@media screen and (max-width: 1024px){
	.team-slider {
		padding-bottom: 28px;
	}
}
@media screen and (max-width: 991px){
    .ourvalue-lists .item .img-holder {
        margin-bottom: 0;
    }
	.customer-review-section{
		padding:60px 0;
	}
	.main-banner-section {
		background-size: cover;
		background-position: calc(100% - 17%) 100%;
	}
	.become-member-section .txt br {
		display: none;
	}
	.my-team-section .container {
		padding: 0;
	}
	.non-login-header ul.primary-menu{
		display: block;
	}
	/*nav menu*/
	.non-login-header .nav-menu-wrapper{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transform: translateY(100%);
		    -ms-transform: translateY(100%);
		        transform: translateY(100%);
		-webkit-transition: -webkit-transform 0.2s ease;
		transition: -webkit-transform 0.2s ease;
		-o-transition: transform 0.2s ease;
		transition: transform 0.2s ease;
		transition: transform 0.2s ease, -webkit-transform 0.2s ease;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		background-color: #ffffff;
		padding: 60px 20px 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.non-login-header .nav-menu-wrapper .btn-wrap{
		margin-top: auto;
		width: 100%;
	}
	.page-template-nonloggedin .non-login-header .nav-menu-wrapper .btn-wrap {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.non-login-header .nav-menu-wrapper .btn-wrap .nav-user-image{
		margin-left:auto;
	}
	.menu-active .non-login-header .nav-menu-wrapper{
		-webkit-transform: translatey(0);
		    -ms-transform: translatey(0);
		        transform: translatey(0);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.log-back-btn {
		text-align:right;
	}
	.log-back-btn span{
		padding:5px 0 5px 28px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M7 13L1 7L7 1' stroke='%23C3C8CF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-size:10px;
		background-position:3px calc(50% + 2px);
		background-repeat:no-repeat;
		font-size: 23px;
		color: var(--light-gray);
		font-weight:600;
		font-family: var(--extra-fonts);
	}
	.non-login-header .menu-bar{
		z-index: 2;
		margin-left: auto;
	}
	.non-login-header .nav-menu-wrapper .primary-menu{
		width: 100%;
		padding: 10px 0;
	}
	.non-login-header .nav-menu-wrapper .primary-menu a{
		display: inline-block;
		font-size: 23px;
		line-height: 1;
		font-family: var(--extra-fonts);
		font-weight: 600;
		padding: 13px 0;
		color: var(--light-gray);
	}
	/* sub-menus stay in flow inside the slide-up panel, indented one level */
	.non-login-header .nav-menu-wrapper .primary-menu .sub-menu{
		padding-left: 16px;
	}
	.non-login-header .nav-menu-wrapper .primary-menu .sub-menu a{
		font-size: 20px;
	}

	.menu-active .non-login-header ul.user-profile-dropdown {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
		position: fixed;
		top: 0;
		width: 100%;
		max-width: 100%;
		height: 100%;
		/* left: 0; */
		padding: 70px 20px 20px;
		z-index: 4;
		background-color: #ffffff;
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
		-webkit-transition: -webkit-transform 0.2s ease-in-out;
		transition: -webkit-transform 0.2s ease-in-out;
		-o-transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	}
	.non-login-header .nav-user-image.active ul.user-profile-dropdown{
		-webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);

	}
	.non-login-header .user-profile-dropdown li + li{
		margin: 0;
	}
	.non-login-header ul.user-profile-dropdown a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		font-size: 23px;
		padding: 13px 0;
		font-family: var(--extra-fonts);
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: end;
		line-height: 1;
		font-weight: 600;
	}
	.non-login-header ul.user-profile-dropdown a svg{
		display: none;
	}
	.non-login-header ul.user-profile-dropdown .non-login-back span{
		all: unset;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		font-size: 23px;
		font-family: var(--extra-fonts);
		font-weight: 600;
        padding: 4px 10px 4px 0;
        color: var(--light-gray);
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.non-login-header ul.user-profile-dropdown .non-login-back span:before{
		content: '';
        --size: 20px;
        width: var(--size);
        height: var(--size);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg id='chevron-left'%3E%3Cpath id='Icon' d='M15 18L9 12L15 6' stroke='%23C3C8CF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
        background-size: var(--size);
        background-repeat: no-repeat;
        background-position: center center;
        border: none;
        margin-right: 5px;
        position: relative;
        top: 3px;
	}
	/*End Nav menu*/

	.inner-banner-nonlog .img-holder{
		margin-bottom: 20px;
	}
	.inner-banner-nonlog .img-holder img{
		height: 50px;
	}
	.contact-form-sty .gform-theme--foundation .gfield--width-half{
		-ms-grid-column-span: 12;
		grid-column: span 12;
	}
	.ask-an-expert-nonlog-section .title-flex,
	.ask-an-expert-nonlog-section .title-flex .title-icon{
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
		text-align: start;
	}
}
@media screen and (max-width: 768px){
	.team-lists-sty .splide__list .img-holder{
		height: 300px;
	}
	.team-lists-sty .splide__list .img-holder img.img-cover {
		-o-object-position: top;
		   object-position: top;
	}
}
@media screen and (max-width:767px){
	.main-banner-section {
        background-position: calc(100% - 30%) 100%;
    }
	.ourvalue-lists .item .title{
		font-size:26px;
	}
}
@media screen and (max-width: 575px){
	.col-content-img-sect .title-icon {
		margin-bottom: 0 !important;
	}
	.main-banner-section + .img-slider-section {
		padding-bottom: 0 !important;
	}
	.ourvalue-lists.img-box .img-holder img{
		height:200px;
	}
	.hero-banner-section {
		padding: 20px 0;
	}
	.img-marquee-slider .img-holder img{
		height:130px;
	}
	.img-slider-section .container {
		padding: 0;
	}

	.img-slider-section .title.title-flex {
		padding: 0 20px;
	}
	.img-slider-section + .become-member-section{
		padding-left: 0;
		padding-right: 0;
	}
	.hero-banner-section h2.title {
		font-size: var(--fs-4);
	}
	.membership-select .col-md-6 > *{
		padding: 40px 20px;
	}
	.custom-accordion .accordion-header button.accordion-button{
		font-size:20px;
	}
	
	.package-box .divider-line{
		margin: 10px -20px 24px;
	}
	.ourvalue-lists .item .content {
		color: #000;
/* 		max-width: 250px;
		margin: 0 auto; */
	}
	.col-content-img-sect .left-side .img-holder img{
		padding-right: 0;
	}
	.ask-an-expert-nonlog-section .row > div[class*="order-"]{
		-webkit-box-ordinal-group: 1 !important;
		    -ms-flex-order: 0 !important;
		        order: 0 !important;
	}
	.customer-review-slider .content p{
		font-size: 18px;
	}
	section:is(.faq-section, .content-5050-sty) .title{
		padding-bottom: 0;
	}
/* 	.inner-banner-nonlog h1{
		font-size: var(--fs-4);
	} */
	.hero-banner-section .bg-box{
		position: relative;
		z-index: 0;
		height: 250px;
	}
	.hero-banner-section .bg-box:before{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		background-color: #00000030;
		pointer-events: none;
	}
	.contact-us-section .main-title .text{
		font-size: 18px;
		line-height: 22px;
	}
	/* post-meta-data */
	.milestone-card .post-meta-data{
		margin-top: 0px;
		margin-bottom: 16px;
	}
	.milestone-card .post-meta-data,
	.post-meta-data{
		font-size: 12px;
		gap: 8px 10px;
		margin-top: 8px;
		margin-bottom: 24px;
	}
	.post-meta-data svg,
	.milestone-card .post-meta-data svg {
		height: 14px;
		width: 14px;
	}
}

/*End Responsive CSS*/