/* Set Global Styles in Manage Settings */

html {
    font-size: 16px;
}

body {
    font-size: 16px;
    font-size: 1rem;
}

body>div {
    line-height: 26px;
    line-height: 1.625rem;
}

img {
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

p {
    margin: 0 0 28px;
    margin: 0 0 1.75rem;
}

.ct-section-inner-wrap {
    padding-top: 75px;
    padding-top: 4.6875rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    padding-left: 20px;
    padding-left: 1.25rem;
}

.ct-new-columns>.ct-div-block {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
}

/* Add CSS styles below */


/* styles.css */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes heartbeat {
    0%, 100% {
        transform: scale(1); /* Normal size */
    }
    10% {
        transform: scale(1.1); /* Slightly larger */
    }
    20% {
        transform: scale(1.05); /* A little less than the max scale */
    }
    30% {
        transform: scale(1.1); /* Slightly larger again */
    }
    40% {
        transform: scale(1); /* Return to normal size */
    }
}

.heartbeat {
    animation-name: heartbeat;
    animation-duration: 2s; /* Duration of the heartbeat effect */
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; /* Pulsate twice */
}

.fadeUp {
    opacity: 1;
    visibility: visible;
    animation-name: fadeUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    transition: opacity 0.5s ease;
}

.fadeRight {
    opacity: 1;
    visibility: visible;
    animation-name: fadeRight;
    animation-duration: 1s;
    animation-fill-mode: both;
    transition: opacity 0.5s ease;
}

.fadeLeft {
    opacity: 1;
    visibility: visible;
    animation-name: fadeLeft;
    animation-duration: 1s;
    animation-fill-mode: both;
    transition: opacity 0.5s ease;
}

/*sitemap */
.row-sitemap .oxy-rich-text ul {
	padding-left: 0;
}
.row-sitemap .oxy-rich-text ul li {
    list-style-type: none;
}

/*header */
.row-header {
	padding: 40px 0px;
	padding: 2.5rem 0rem;
}

.row-header .oxy-header-container {
	padding: 0px 20px;
	padding: 0rem 1.25rem;
}

.row-header img {
	width: 290px;
	width: 18.125rem;
	height: 31px;
	height: 1.9375rem;
}

.row-header .inquire-btn {
	background-color: #5b9842;
	border: 1px solid #5b9842;
	border: 1px solid #5b9842;
	color: #ffffff;
	width: 142px;
	width: 8.875rem;
	height: 43px;
	height: 2.6875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-left: 28px;
	margin-left: 1.75rem;
}

.row-header .header-menu .oxy-pro-menu-list .menu-item,
.row-header .header-menu .oxy-pro-menu-list .menu-item a {
	font-family: 'Roboto';
	font-size: 16px;
	font-size: 1rem;
	color: #000000;
	font-weight: 400;
}
header.row-header div.oxy-header-right .header-menu .sub-menu {
	min-width: 115px;
	min-width: 7.1875rem;
	background-color: transparent;
    border-top-style: none;
}

.row-header .header-menu .oxy-pro-menu-list>.menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.row-header .header-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a svg {
	font-size: 11px;
	font-size: 0.6875rem;
}


/*home */
.row-hero.home {
	background-position: 50% 100%;
}
.row-hero .ct-section-inner-wrap {
	padding-top: 91px;
	padding-top: 5.6875rem;
	padding-bottom: 145px;
	padding-bottom: 9.0625rem;
}

.row-hero h1 {
	color: #ffffff;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 700;
	width: 100%;
	text-transform: uppercase;
	max-width: 731px;
	max-width: 45.6875rem;
	line-height: 1.18;
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
}

.row-hero .ct-text-block.hero-p {
	color: #ffffff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	font-family: 'Roboto';
	width: 100%;
	line-height: 1.44;
	max-width: 777px;
	max-width: 48.5625rem;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.row-hero .counter-main-cont {
	text-align: left;
	flex-direction: row;
	display: flex;
	width: 100%;
	gap: 51px;
	gap: 3.1875rem;
	margin-bottom: 44px;
	margin-bottom: 2.75rem;
}

.row-hero .oxel_number_counter__number {
	font-family: Roboto;
	color: #ffffff;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.15;
}

.row-hero .oxel_number_counter__label {
	font-family: Roboto;
	color: #ffffff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
}

.row-hero .inquire-btn-inner {
	background-color: #5b9842;
	border: 1px solid #5b9842;
	border: 1px solid #5b9842;
	color: #ffffff;
	width: 202px;
	width: 12.625rem;
	height: 51px;
	height: 3.1875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
}

.row-review .ct-section-inner-wrap {
	padding-top: 0;
	padding-bottom: 45px;
	padding-bottom: 2.8125rem;
}

.row-review .review-cont {
	width: 100%;
	background-color: #ffffff;
	flex-direction: row;
	display: flex;
	align-items: center;
	padding-top: 50px;
	padding-top: 3.125rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-left: 80px;
	padding-left: 5rem;
	padding-right: 80px;
	padding-right: 5rem;
	margin-top: -95px;
	margin-top: -5.9375rem;
	max-width: 923px;
	max-width: 57.6875rem;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, .05);
	box-shadow: 0rem 0rem 3.125rem rgba(0, 0, 0, .05);
}

.row-review .review-img-cont {
	width: 16%;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.row-review .review-img-cont img {
	width: 100px;
	width: 6.25rem;
	border-radius: 100%;
}

.row-review .review-content {
	width: 84%;
}

.row-review .ct-text-block {
	font-size: 18px;
	font-size: 1.125rem;
	color: #2e343a;
	font-weight: 400;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.row-review .oxy-rich-text {
	font-size: 18px;
	font-size: 1.125rem;
	color: #2e343a;
	font-weight: 400;
}

.row-value .ct-section-inner-wrap {
	padding-top: 58px;
	padding-top: 3.625rem;
	padding-bottom: 98px;
	padding-bottom: 6.125rem;
}

.row-value h2 {
	color: #163b65;
	width: 100%;
	max-width: 650px;
	max-width: 40.625rem;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.18;
	text-align: center;
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
}

.horizontal-line {
	height: 3px;
	height: 0.1875rem;
	width: 100px;
	width: 6.25rem;
	background-color: #5b9842;
}

.row-value .transaction-main-cont {
	width: 100%;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: left;
	flex-direction: row;
	display: flex;
	gap: 40px;
	gap: 2.5rem;
}

.row-value .transaction-cont {
	background-color: #ffffff;
	flex-direction: column;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-between;
	padding-top: 50px;
	padding-top: 3.125rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	max-width: 373px;
	max-width: 23.3125rem;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
	box-shadow: 0rem 0rem 1.25rem rgba(0, 0, 0, .05);
    height: 505px;
	height: 31.5625rem;
}
.row-value .value-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row-value .img-cont {
	min-width: 150px;
	min-width: 9.375rem;
	min-height: 150px;
	min-height: 9.375rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background-color: #f7f7f7;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.row-value .img-cont img {
	width: 100px;
	width: 6.25rem;
}

.row-value h3 {
	color: #2e343a;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
	max-width: 313px;
	max-width: 19.5625rem;
	line-height: 1.25;
}

.row-value .transact-p {
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	width: 100%;
	text-align: center;
	max-width: 333px;
	max-width: 20.8125rem;
	margin-top: 12px;
	margin-top: 0.75rem;
	margin-bottom: 21px;
	margin-bottom: 1.3125rem;
}

.row-value .learn-moroe-cont {
	text-align: left;
	flex-direction: row;
	display: flex;
	align-items: center;
	color: #5b9842;
	gap: 5px;
	gap: 0.3125rem;
}

.row-value .learn-moroe-cont .ct-text-block {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
}

.row-value .learn-moroe-cont .ct-fancy-icon svg {
	width: 10px;
	width: 0.625rem;
	height: 10px;
	height: 0.625rem;
}

.row-logo .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 101px;
	padding-bottom: 6.3125rem;
}

.row-logo .logo-cont {
	width: 100%;
	flex-direction: row;
	display: flex;
	gap: 65px;
	gap: 4.0625rem;
	align-items: center;
	justify-content: center;
    flex-wrap: wrap;
}

.row-logo .logo-cont img {
	max-height: 65px;
	max-height: 4.0625rem;
	width: auto;
}

.row-sell .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 101px;
	padding-top: 6.3125rem;
}

.row-sell .sell-main-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	align-items: center;
}

.row-sell .sell-content {
	width: 50%;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.row-sell h2 {
	max-width: 580px;
	max-width: 36.25rem;
	width: 100%;
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.24;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.row-sell .ct-text-block.first-p {
	margin-top: 25px;
	margin-top: 1.5625rem;
	margin-bottom: 18px;
	margin-bottom: 1.125rem;
}

.row-sell .ct-text-block {
	max-width: 580px;
	max-width: 36.25rem;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	color: #2e343a;
	font-weight: 400;
}

.row-sell .sell-list-main-cont {
	width: 100%;
	margin-top: 12px;
	margin-top: 0.75rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	gap: 10px;
	gap: 0.625rem;
}

.row-sell .sell-list-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	align-items: center;
	gap: 3px;
	gap: 0.1875rem;
}

.row-sell .sell-list-cont .ct-fancy-icon {
	color: #2e343a;
}

.row-sell .sell-list-cont .ct-fancy-icon svg {
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
}

.row-sell .sell-list-cont .oxy-rich-text {
	font-size: 16px;
	font-size: 1rem;
	color: #2e343a;
	font-weight: 400;
}

.row-sell .sell-img-cont {
	width: 50%;
	text-align: left;
	align-items: flex-end;
}

.row-sell .sell-img-cont img {
	width: 580px;
	width: 36.25rem;
}

.row-review.wendy .review-cont {
	margin-top: 0;
	max-width: 1000px;
	max-width: 62.5rem;
}

.row-review.wendy .ct-section-inner-wrap {
	padding-top: 25px;
	padding-top: 1.5625rem;
}

.row-review.wendy .review-img-cont {
	width: 14%;
	padding-right: 15px;
	padding-right: 0.9375rem;
}

.row-review.wendy .review-content {
	width: 86%;
}

.row-expert .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 41px;
	padding-top: 2.5625rem;
	padding-bottom: 94px;
	padding-bottom: 5.875rem;
}

.row-expert .expert-main-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	align-items: center;
}

.row-expert .expert-content {
	width: 50%;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.row-expert h2 {
	max-width: 580px;
	max-width: 36.25rem;
	width: 100%;
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.24;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.row-expert .ct-text-block {
	max-width: 580px;
	max-width: 36.25rem;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	color: #2e343a;
	font-weight: 400;
	margin-top: 25px;
	margin-top: 1.5625rem;
	margin-bottom: 18px;
	margin-bottom: 1.125rem;
}

.row-expert .expert-list-main-cont {
	width: 100%;
	margin-top: 12px;
	margin-top: 0.75rem;
	gap: 10px;
	gap: 0.625rem;
}

.row-expert .expert-list-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	align-items: flex-start;
	gap: 3px;
	gap: 0.1875rem;
}

.row-expert .expert-list-cont .ct-fancy-icon {
	color: #5B9842;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.row-expert .expert-list-cont .ct-fancy-icon svg {
	width: 18px;
	width: 1.125rem;
	height: 18px;
	height: 1.125rem;
}

.row-expert .expert-list-cont .oxy-rich-text {
	font-size: 16px;
	font-size: 1rem;
	color: #2e343a;
	font-weight: 400;
}

.row-expert .expert-img-cont {
	width: 50%;
	text-align: left;
	align-items: flex-end;
}

.row-expert .expert-img-cont img {
	width: 580px;
	width: 36.25rem;
}

.row-training .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 89px;
	padding-bottom: 5.5625rem;
}

.row-training .training-main-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	align-items: center;
}

.row-training .training-content {
	width: 50%;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.row-training h2 {
	max-width: 580px;
	max-width: 36.25rem;
	width: 100%;
	color: #ffffff;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.24;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.row-training .ct-text-block {
	max-width: 580px;
	max-width: 36.25rem;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	color: #ffffff;
	font-weight: 400;
	margin-top: 22px;
	margin-top: 1.375rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.row-training .training-list-main-cont {
	width: 100%;
	margin-top: 12px;
	margin-top: 0.75rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	gap: 10px;
	gap: 0.625rem;
}

.row-training .training-list-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	align-items: flex-start;
	gap: 3px;
	gap: 0.1875rem;
}

.row-training .training-list-cont .ct-fancy-icon {
	color: #ffffff;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.row-training .training-list-cont .ct-fancy-icon svg {
	width: 17px;
	width: 1.0625rem;
	height: 17px;
	height: 1.0625rem;
}

.row-training .training-list-cont .oxy-rich-text {
	font-size: 16px;
	font-size: 1rem;
	color: #ffffff;
	font-weight: 400;
}

.row-training .training-img-cont {
	width: 50%;
	text-align: left;
	align-items: flex-end;
}

.row-training .training-img-cont img {
	width: 580px;
	width: 36.25rem;
	margin-top: -12px;
	margin-top: -0.75rem;
}

.row-training .free-training-btn {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	max-width: 352px;
	max-width: 22rem;
	height: 51px;
	height: 3.1875rem;
	max-height: 51px;
	max-height: 3.1875rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #5b9842;
	border: 1px solid #5b9842;
	border: 1px solid #5b9842;
	color: #ffffff;
}

.row-testimonial .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 90px;
	padding-bottom: 5.625rem;
}

.row-testimonial h2 {
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.row-testimonial .testimonial-main-cont {
	flex-direction: row;
	display: flex;
	width: 100%;
	gap: 40px;
	gap: 2.5rem;
	align-items: flex-start;
	justify-content: center;
}

.row-testimonial .testimonial-cont {
	width: 100%;
	margin-top: 80px;
	margin-top: 5rem;
	display: flex;
	gap: 50px;
	gap: 3.125rem;
	flex-direction: column;
	max-width: 373px;
	max-width: 23.3125rem;
}

.row-testimonial .testimonial-box {
	background-color: #ffffff;
	max-width: 373px;
	max-width: 23.3125rem;
	width: 100%;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
	padding-top: 3.125rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
	box-shadow: 0rem 0rem 1.25rem rgba(0, 0, 0, .05);
}

.row-testimonial .quote-cont {
	width: 100%;
	text-align: left;
	align-items: flex-end;
	margin-top: -70px;
	margin-top: -4.375rem;
}

.row-testimonial .quote-cont img {
	width: 56px;
	width: 3.5rem;
}

.row-testimonial .oxy-rich-text.testi-content {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	color: #2e343a;
	width: 100%;
	text-align: center;
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.row-testimonial .testi-author-image {
	width: 75px;
	width: 4.6875rem;
	height: 75px;
	height: 4.6875rem;
	border-radius: 100%;
	margin-top: 29px;
	margin-top: 1.8125rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.row-testimonial .oxy-rich-text.testi-author {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	color: #2e343a;
	width: 100%;
	text-align: center;
}

.row-confidence .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 90px;
	padding-bottom: 5.625rem;
}

.row-confidence .confidence-main-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	align-items: center;
}

.row-confidence .confidence-img {
	width: 40%;
	align-items: flex-start;
}

.row-confidence .confidence-img img {
	width: 450px;
	width: 28.125rem;
}

.row-confidence .confidence-content {
	width: 60%;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.row-confidence h2 {
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.24;
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
}

.row-confidence .ct-text-block.confidence-txt {
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 25px;
	margin-top: 1.5625rem;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

.row-confidence .ct-text-block.confidence-text-bold {
	font-size: 18px;
	font-size: 1.125rem;
	color: #2e343a;
	font-weight: 700;
}

.row-confidence .confidence-logo-cont {
	width: 100%;
	margin-top: 25px;
	margin-top: 1.5625rem;
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	gap: 1.5625rem;
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
	align-items: center;
}

.row-confidence .read-more-btn-outline {
	max-width: 189px;
	max-width: 11.8125rem;
	width: 100%;
	height: 51px;
	height: 3.1875rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	border-radius: 0.1875rem;
	border: 1px solid #5b9842;
	border: 1px solid #5b9842;
}

.row-confidence .read-more-btn-outline .ct-text-block {
	color: #5b9842;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}

.row-compre .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 66px;
	padding-bottom: 4.125rem;
}

.row-compre h2 {
	width: 100%;
	max-width: 650px;
	max-width: 40.625rem;
	text-align: center;
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.24;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.row-compre .compre-main-box {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	margin-top: 52px;
	margin-top: 3.25rem;
}
.row-compre .key-cont {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.row-compre .apart-cont {
    width: 50%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.row-compre h3 {
	color: #163b65;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 19px;
	margin-bottom: 1.1875rem;
}

.row-compre .compre-list-main-cont {
	width: 100%;
	margin-top: 12px;
	margin-top: 0.75rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	gap: 10px;
	gap: 0.625rem;
}

.row-compre .compre-list-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	align-items: flex-start;
	gap: 3px;
	gap: 0.1875rem;
}

.row-compre .compre-list-cont .ct-fancy-icon {
	color: #5b9842;
}

.row-compre .compre-list-cont .ct-fancy-icon svg {
	width: 17px;
	width: 1.0625rem;
	height: 17px;
	height: 1.0625rem;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.row-compre .compre-list-cont .oxy-rich-text {
	font-size: 16px;
	font-size: 1rem;
	color: #2E343A;
	font-weight: 400;
	width: 93.5%;
}

.row-blog-feed .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 90px;
	padding-bottom: 5.625rem;
}

.row-blog-feed h2 {
	width: 100%;
	max-width: 650px;
	max-width: 40.625rem;
	color: #163b65;
	line-height: 1.24;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.row-blog-feed .blog-feed-main-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	gap: 40px;
	gap: 2.5rem;
	margin-top: 80px;
	margin-top: 5rem;
}

.row-blog-feed .blog-feed-cont {
	max-width: 373px;
	max-width: 23.3125rem;
	width: 100%;
	background-color: #ffffff;
	flex-direction: column;
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: center;
}

.row-blog-feed img {
	width: 373px;
	width: 23.3125rem;
}

.row-blog-feed .blog-feed-content {
	width: 100%;
	background-color: #ffffff;
	padding-top: 22px;
	padding-top: 1.375rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
	flex-direction: column;
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: space-between;
	min-height: 298px;
	min-height: 18.625rem;
}

.row-blog-feed h3 {
	max-width: 313px;
	max-width: 19.5625rem;
	width: 100%;
	text-align: center;
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.row-blog-feed .ct-text-block.blog-feed-content-p {
	max-width: 313px;
	max-width: 19.5625rem;
	width: 100%;
	text-align: center;
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.row-blog-feed .learn-more-cont {
	flex-direction: row;
	display: flex;
	align-items: center;
	color: #5b9842;
	gap: 5px;
	gap: 0.3125rem;
}

.row-blog-feed .learn-more-cont .ct-text-block {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
}

.row-blog-feed .learn-more-cont svg {
	width: 10px;
	width: 0.625rem;
	height: 10px;
	height: 0.625rem;
}

.row-before-footer .ct-section-inner-wrap {
	padding-top: 81px;
	padding-top: 5.0625rem;
	padding-bottom: 93px;
	padding-bottom: 5.8125rem;
}

.row-before-footer .before-footer-main-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	align-items: center;
}

.row-before-footer .before-footer-content {
	width: 70%;
	padding-right: 20px;
	padding-right: 1.25rem;
}

section.row-before-footer h2 {
	color: #ffffff;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.24;
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
}

.row-before-footer .ct-text-block {
	color: #ffffff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.25;
}

.row-before-footer .before-footer-btn-cont {
	width: 30%;
	text-align: left;
	align-items: flex-end;
}

.row-before-footer .subscribe-btn {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	max-width: 287px;
	max-width: 17.9375rem;
	width: 100%;
	height: 51px;
	height: 3.1875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin-top: 13px;
	margin-top: 0.8125rem;
	background-color: #5b9842;
	border: 1px solid #5b9842;
	border: 1px solid #5b9842;
	color: #ffffff;
}

.row-footer .ct-section-inner-wrap {
	padding-top: 44px;
	padding-top: 2.75rem;
	padding-bottom: 25px;
	padding-bottom: 1.5625rem;
}

.row-footer .footer-main-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
}

.row-footer .logo-cont {
	width: 32%;
}

.row-footer .logo-cont img {
	width: 350px;
	width: 21.875rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.row-footer .nap-container {
	width: 100%;
	text-align: left;
	display: flex;
	margin-top: 32px;
	margin-top: 2rem;
	gap: 19px;
	gap: 1.1875rem;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

.row-footer .nap-container svg {
	width: 12px;
	width: 0.75rem;
	height: 17px;
	height: 1.0625rem;
	color: #888888;
}

.row-footer .nap-container .location {
	flex-direction: row;
	display: flex;
	gap: 5px;
	gap: 0.3125rem;
	align-items: center;
	color: #000000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.row-footer .nap-container .phone {
	flex-direction: row;
	display: flex;
	gap: 11px;
	gap: 0.6875rem;
	align-items: center;
	color: #000000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.row-footer .nap-container .email {
	flex-direction: row;
	display: flex;
	gap: 7px;
	gap: 0.4375rem;
	align-items: center;
	color: #000000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.row-footer .nap-container .email svg {
	width: 18px;
	width: 1.125rem;
	height: 16px;
	height: 1rem;
}

.row-footer .social-cont {
	text-align: left;
	flex-direction: row;
	display: flex;
	gap: 13px;
	gap: 0.8125rem;
}

.row-footer .social-cont .socials .fb {
	margin-left: -8px;
	margin-left: -0.5rem;
}

.row-footer .social-cont .socials {
	color: #888888;
}

.row-footer .social-cont .socials svg {
	width: 34px;
	width: 2.125rem;
	height: 34px;
	height: 2.125rem;
}

.row-footer .nav-cont {
	width: 18%;
	padding-top: 13px;
	padding-top: 0.8125rem;
	padding-left: 35px;
	padding-left: 2.1875rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.row-footer h2 {
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 18px;
	margin-bottom: 1.125rem;
}

.row-footer .navigations {
	gap: 18px;
	gap: 1.125rem;
}

.row-footer .navigations a {
	color: #000000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.row-footer .services-cont {
	width: 20%;
	padding-top: 13px;
	padding-top: 0.8125rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.row-footer .map-cont {
	width: 30%;
	text-align: left;
	align-items: flex-end;
}

.row-footer .map-cont img {
	width: 350px;
	width: 21.875rem;
}

.row-copyright .ct-section-inner-wrap {
	padding-top: 22px;
	padding-top: 1.375rem;
	padding-bottom: 22px;
	padding-bottom: 1.375rem;
}

.row-copyright .copyright-main-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
}

.row-copyright .copyright-content {
	width: 50%;
	justify-content: center;
}

.row-copyright .oxy-rich-text,
.row-copyright .ct-link-text {
	font-size: 16px;
	font-size: 1rem;
	color: #333333;
	font-weight: 400;
}

.row-copyright .copyright-links {
	width: 50%;
	flex-direction: row;
	display: flex;
	justify-content: flex-end;
	gap: 31px;
	gap: 1.9375rem;
	align-items: center;
}


/*valuation page */
.row-hero-center .ct-section-inner-wrap {
	padding-top: 91px;
	padding-top: 5.6875rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.row-hero-center h1 {
	color: #ffffff;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.18;
	max-width: 900px;
	max-width: 56.25rem;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
	text-transform: uppercase;
}

.row-hero-center .ct-text-block {
	max-width: 900px;
	max-width: 56.25rem;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
}

.row-expert.valuations .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 55px;
	padding-bottom: 3.4375rem;
}

.row-expert.valuations .ct-text-block {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.row-expert.valuations .expert-img-cont img {
	width: 580px;
	width: 36.25rem;
}

.row-expert.valuations .strategy-btn {
	background-color: #5b9842;
	border: 1px solid #5b9842;
	border: 1px solid #5b9842;
	color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 340px;
	max-width: 21.25rem;
	width: 100%;
	height: 43px;
	height: 2.6875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.row-sell.valuations .ct-section-inner-wrap {
	padding-top: 46px;
	padding-top: 2.875rem;
	padding-bottom: 99px;
	padding-bottom: 6.1875rem;
}

.row-sell.valuations .ct-text-block.first-p {
	margin-top: 29px;
	margin-top: 1.8125rem;
	margin-bottom: 18px;
	margin-bottom: 1.125rem;
}

.row-sell.valuations .sell-list-cont {
	align-items: flex-start;
}

.row-sell.valuations .sell-list-cont .ct-fancy-icon svg {
	width: 18px;
	width: 1.125rem;
	height: 18px;
	height: 1.125rem;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.row-sell.valuations .sell-list-cont .ct-fancy-icon {
	color: #5B9842;
}

.row-sell.valuations .buyer-application-btn {
	background-color: #5b9842;
	border: 1px solid #5b9842;
	border: 1px solid #5b9842;
	color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 294px;
	max-width: 18.375rem;
	width: 100%;
	height: 43px;
	height: 2.6875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}
.row-expert.valuations .expert-img-cont {
	width: 50%;
    text-align: left;
	align-items: flex-start;
}



/*shop page */
.row-hero-center.shop .ct-section-inner-wrap {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.row-hero-center.shop h1 {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

.row-hero-center.shop .ct-text-block {
	line-height: 1.5;
}

.row-books .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.row-books h2 {
	max-width: 900px;
	max-width: 56.25rem;
	width: 100%;
	text-align: center;
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.24;
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
}

.row-books .books-main-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	gap: 40px;
	gap: 2.5rem;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.page-id-354 .row-books .books-cont {
    max-width: 100%;
}

.row-books .books-cont {
	max-width: 373px;
	max-width: 23.3125rem;
	width: 100%;
	padding-top: 20px;
	padding-top: 1.25rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	background-color: #ffffff;
	flex-direction: column;
	display: flex;
	text-align: left;
	align-items: center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .05);
	box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, .05);
}

.row-books .books-cont img {
	width: 300px;
	width: 18.75rem;
}

.row-books h3 {
	max-width: 333px;
	max-width: 20.8125rem;
	width: 100%;
	text-align: center;
	color: #2e343a;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	min-height: 96px;
	min-height: 6rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.row-books .ct-text-block {
	max-width: 333px;
	max-width: 20.8125rem;
	width: 100%;
	text-align: center;
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 10px;
	margin-top: 0.625rem;
	margin-bottom: 31px;
	margin-bottom: 1.9375rem;
}

.row-books .shop-learn-more {
	max-width: 138px;
	max-width: 8.625rem;
	width: 100%;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	height: 43px;
	height: 2.6875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	background-color: #5b9842;
	border: 1px solid #5b9842;
	border: 1px solid #5b9842;
}

.row-tom .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 98px;
	padding-bottom: 6.125rem;
}
.row-tom .dr-tom-main-cont {
	width: 100%;
    text-align: left;
    flex-direction: row;
    display: flex;
    align-items: center;
}
.row-tom .dr-tom-img-cont {
	width: 40%;
}
.row-tom .dr-tom-content-cont {
	width: 60%;
    padding-left: 20px;
}
.row-tom img {
	width: 450px;
	width: 28.125rem;
}

.row-tom h2 {
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.24;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.row-tom .oxy-rich-text.dr-tom-content {
	margin-top: 26px;
	margin-top: 1.625rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	font-size: 16px;
	font-size: 1rem;
	color: #2e343a;
	font-weight: 400;
}

.row-tom .request-btn {
	color: #5b9842;
	border: 1px solid #5b9842;
	font-family: 'Roboto';
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 242px;
	max-width: 15.125rem;
	width: 100%;
	height: 51px;
	height: 3.1875rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	border-radius: 0.1875rem;
}


/*sell your practice page */
.row-hero-center.sell .ct-section-inner-wrap {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.row-hero-center.sell h1 {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

.row-hero-center.sell .ct-text-block {
	line-height: 1.5;
}

.row-phase .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 101px;
	padding-bottom: 6.3125rem;
}

.row-phase h2 {
	max-width: 900px;
	max-width: 56.25rem;
	width: 100%;
	text-align: center;
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.24;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.row-phase .ct-text-block.phase-head-content {
	max-width: 900px;
	max-width: 56.25rem;
	width: 100%;
	text-align: center;
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.row-phase .phases-main-cont {
	width: 100%;
	margin-top: 100px;
	margin-top: 6.25rem;
	gap: 100px;
	gap: 6.25rem;
}

.row-phase .phase-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	align-items: center;
}

.row-phase img {
	width: 580px;
	width: 36.25rem;
}

.row-phase .phase-cont .left-image {
	width: 50%;
}

.row-phase .phase-cont .right-content {
	width: 50%;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.row-phase .phase-cont .ct-text-block.phase {
	color: #5b9842;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	text-transform: uppercase;
}

.row-phase .phase-cont h3 {
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 5px;
	margin-top: 0.3125rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	line-height: 1.24;
}

.row-phase .phase-cont .oxy-rich-text.phase-content {
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 25px;
	margin-top: 1.5625rem;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

.row-phase .phase-cont .green-btn {
	max-width: 304px;
	max-width: 19rem;
	width: 100%;
	height: 43px;
	height: 2.6875rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #5b9842;
	border: 1px solid #5b9842;
	border: 1px solid #5b9842;
	color: #ffffff;
}

.row-phase .phase-cont .green-btn.phase2 {
	max-width: 363px;
	max-width: 22.6875rem;
}

.row-phase .phase-cont .green-btn.phase3 {
	max-width: 159px;
	max-width: 9.9375rem;
}

.row-phase .phase-cont .green-btn.phase4 {
	max-width: 205px;
	max-width: 12.8125rem;
}

.row-phase .phase-cont .green-btn.phase5 {
	max-width: 271px;
	max-width: 16.9375rem;
}

.row-phase .phase-cont .right-image {
	width: 50%;
	text-align: left;
	align-items: flex-end;
}

.row-phase .phase-cont .left-content {
	width: 50%;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.row-testimonial.sell .ct-section-inner-wrap {
	padding-top: 111px;
	padding-top: 6.9375rem;
	padding-bottom: 101px;
	padding-bottom: 6.3125rem;
}

.row-faq .ct-section-inner-wrap {
	padding-top: 111px;
	padding-top: 6.9375rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}
.row-faq h2 {
	width: 100%;
	text-align: center;
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.24;
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
}
.row-faq .faq-main-cont {
	width: 100%;
	text-align: left;
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 29px;
	margin-top: 1.8125rem;
	gap: 8px;
	gap: 0.5rem;
}
.row-faq .oxy-toggle {
	border-radius: 7px;
	border-radius: 0.4375rem;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-left-radius: 7px;
	border-top-left-radius: 0.4375rem;
	border-top-right-radius: 7px;
	border-top-right-radius: 0.4375rem;
}
.row-faq .toggle-0957-expanded {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.row-faq .oxy-expand-collapse-icon::after,
.row-faq .oxy-expand-collapse-icon::before {
	background-color: #000000;
}

.row-faq .oxy-toggle.toggle-0957-expanded .oxy-expand-collapse-icon::before {
	background-color: #000000;
}

.row-faq .faq-toggle {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px;
	border-radius: 0.1875rem;
	border: 1px solid #e3e3e3;
	border: 1px solid #e3e3e3;
	max-width: 900px;
	max-width: 56.25rem;
	padding-top: 18px;
	padding-top: 1.125rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: 30px;
	padding-right: 1.875rem;
}

.row-faq .faq-toggle .oxy-expand-collapse-icon {
	position: absolute;
	right: 23px;
	right: 1.4375rem;
	top: 25px;
	top: 1.5625rem;
}
.row-faq .ct-text-block.faq-question {
	color: #2e343a;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: Inherit;
	font-weight: 600;
	line-height: 28px;
	line-height: 1.75rem;
	max-width: 815px;
	max-width: 50.9375rem;
	width: 100%;
}
.row-faq .ct-text-block.faq-answer {
	color: #333333;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
	font-family: Inherit;
	font-weight: 400;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-bottom-left-radius: 7px;
	border-bottom-left-radius: 0.4375rem;
	border-bottom-right-radius: 7px;
	border-bottom-right-radius: 0.4375rem;
	width: 100%;
	max-width: 780px;
	max-width: 48.75rem;
}
.row-faq h3 {
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-size: 1.375rem;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.24;
	margin-top: 74px;
	margin-top: 4.625rem;
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
}
.row-faq .oxy-rich-text.questions-here {
	color: #000000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	width: 100%;
	text-align: center;
}

/*buy */
.row-phase.buy .phase-cont .green-btn {
	max-width: 221px;
	max-width: 13.8125rem;
}
.row-phase.buy .phase-cont .green-btn.phase2 {
	max-width: 349px;
	max-width: 21.8125rem;
}
.row-phase.buy .phase-cont .green-btn.phase3 {
	max-width: 266px;
	max-width: 16.625rem;
}
.row-phase.buy .phase-cont .green-btn.phase4 {
	max-width: 357px;
	max-width: 22.3125rem;
}
.row-phase.buy .phase-cont .green-btn.phase5 {
	max-width: 242px;
	max-width: 15.125rem;
}

/*free training page */
.row-training-videos .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 103px;
	padding-bottom: 6.4375rem;
}
.row-training-videos h2 {
	color: #163b65;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
	text-align: center;
	line-height: 1.24;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}
.row-training-videos .training-videos-main-cont {
	width: 100%;
	column-gap: 40px;
	column-gap: 2.5rem;
	row-gap: 50px;
	row-gap: 3.125rem;
	text-align: left;
	flex-direction: row;
	display: flex;
	margin-top: 80px;
	margin-top: 5rem;
	flex-wrap: wrap;
	justify-content: center;
}
.row-training-videos .training-videos-cont {
	width: 100%;
	max-width: 373px;
	max-width: 23.3125rem;
	flex-direction: column;
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: flex-start;
	color: #5b9842;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.05);
}
.row-training-videos .training-videos-cont img {
	width: 373px;
	width: 23.3125rem;
}
.row-training-videos .training-videos-content-cont {
	width: 100%;
	padding-top: 20px;
	padding-top: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	flex-direction: column;
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: flex-start;
}
.row-training-videos h3 {
	max-width: 333px;
	max-width: 20.8125rem;
	width: 100%;
	text-align: center;
	color: #2e343a;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}
.row-training-videos .ct-text-block.training-video-content {
	width: 100%;
	text-align: center;
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 19px;
	margin-bottom: 1.1875rem;
}
.row-training-videos .watch-video-btn {
	width: 100%;
	flex-direction: row;
	display: flex;
	gap: 5px;
	gap: 0.3125rem;
	align-items: center;
	justify-content: center;
}
.row-training-videos .watch-video-btn .ct-text-block {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}
.row-training-videos .watch-video-btn svg {
	width: 10px;
	width: 0.625rem;
	height: 10px;
	height: 0.625rem;
}
.row-training-videos.buyers .ct-section-inner-wrap {
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

/*testimonials */
.row-hero-h1only .ct-section-inner-wrap {
	padding-top: 91px;
	padding-top: 5.6875rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}
.row-hero-h1only h1 {
	line-height: 1.18;
	color: #ffffff;
	max-width: 1000px;
	max-width: 62.5rem;
	width: 100%;
	text-align: center;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 700;
	text-transform: uppercase;
}
.row-testimonial.testimonial-page .ct-section-inner-wrap {
	padding-top: 22px;
	padding-top: 1.375rem;
	padding-bottom: 103px;
	padding-bottom: 6.4375rem;
}

/*about page */
.row-hero-center.about .ct-section-inner-wrap {
	padding-bottom: 63px;
	padding-bottom: 3.9375rem;
}

.row-missions .ct-section-inner-wrap {
	padding-top: 110px;
	padding-top: 6.875rem;
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
}
.row-missions .mission-main-box {
	width: 100%;
	column-gap: 40px;
	column-gap: 2.5rem;
	row-gap: 20px;
	row-gap: 1.25rem;
	flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.row-missions .misson-boxes {
	max-width: 580px;
	max-width: 36.25rem;
	width: 100%;
	background-color: #163b65;
	flex-direction: column;
	display: flex;
	text-align: left;
	align-items: center;
	padding-top: 41px;
	padding-top: 2.5625rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	color: #ffffff;
	justify-content: flex-start;
	min-height: 270px;
	min-height: 16.875rem;
}
.row-missions .misson-boxes.grey {
	background-color: #e8e8e8;
	color: #2e343a;
}
.row-missions .misson-boxes.white {
	border: 1px solid #e8e8e8;
	border: 1px solid #e8e8e8;
	color: #2e343a;
background-color: transparent
}
.row-missions h2 {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
	margin-bottom: 11px;
	margin-bottom: 0.6875rem;
	text-transform: uppercase;
}
.row-missions .ct-text-block {
	font-family: 'Roboto';
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	width: 100%;
	text-align: center;
}

.row-necela .ct-section-inner-wrap {
	padding-top: 99px;
	padding-top: 6.1875rem;
	padding-bottom: 74px;
	padding-bottom: 4.625rem;
}
.row-necela .necela-main-cont {
	width: 100%;
    text-align: left;
    flex-direction: row;
    display: flex;
}
.row-necela .necela-imgs-cont {
	width: 40%;
	gap: 30px;
	gap: 1.875rem;
	margin-top: 4px;
	margin-top: 0.25rem;
}
.row-necela .dr-necela {
	width: 450px;
	width: 28.125rem;
	height: 542px;
	height: 33.875rem;
}
.row-necela .sig-ie-cont {
	width: 94%;
	align-items: center;
	gap: 30px;
	gap: 1.875rem;
}
.row-necela .sig {
	width: 364px;
	width: 22.75rem;
	height: 86px;
	height: 5.375rem;
}
.row-necela .ie {
	width: 124px;
	width: 7.75rem;
	height: 123px;
	height: 7.6875rem;
}
.row-necela .necela-cont {
	width: 60%;
	padding-left: 20px;
	padding-left: 1.25rem;
}
.row-necela h2 {
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.row-necela .oxy-rich-text.content {
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 25px;
	margin-top: 1.5625rem;
}
.row-necela .oxy-rich-text.content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.row-necela .oxy-rich-text.content p em {
	color: #2E343A;
	font-weight: 700;
	font-style: italic;
	text-decoration: underline;
}


/*contact us */
.row-hero-center.contact .ct-section-inner-wrap {
	padding-bottom: 101px;
	padding-bottom: 6.3125rem;
}
.row-contact-details .ct-section-inner-wrap {
	padding-top: 94px;
	padding-top: 5.875rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}
.row-contact-details .contact-details-cont {
	width: 100%;
    text-align: left;
    flex-direction: row;
    display: flex;
}
.row-contact-details .detail-cont {
	width: 50%;
}
.row-contact-details h2 {
	color: #2e343a;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}
.row-contact-details .nap-container {
	width: 100%;
	text-align: left;
	display: flex;
	margin-top: 26px;
	margin-top: 1.625rem;
	gap: 10px;
	gap: 0.625rem;
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
}

.row-contact-details .nap-container svg {
	width: 12px;
	width: 0.75rem;
	height: 17px;
	height: 1.0625rem;
	color: #888888;
}

.row-contact-details .nap-container .location {
	flex-direction: row;
	display: flex;
	gap: 5px;
	gap: 0.3125rem;
	align-items: center;
	color: #000000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.row-contact-details .nap-container .phone {
	flex-direction: row;
	display: flex;
	gap: 11px;
	gap: 0.6875rem;
	align-items: center;
	color: #5B9842;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.row-contact-details .nap-container .email {
	flex-direction: row;
	display: flex;
	gap: 7px;
	gap: 0.4375rem;
	align-items: center;
	color: #5B9842;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.row-contact-details .nap-container .email svg {
	width: 18px;
	width: 1.125rem;
	height: 16px;
	height: 1rem;
}

.row-contact-details .social-cont {
	text-align: left;
	flex-direction: row;
	display: flex;
	gap: 13px;
	gap: 0.8125rem;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.row-contact-details .social-cont .socials .fb {
	margin-left: -8px;
	margin-left: -0.5rem;
}

.row-contact-details .social-cont .socials {
	color: #888888;
}

.row-contact-details .social-cont .socials svg {
	width: 34px;
	width: 2.125rem;
	height: 34px;
	height: 2.125rem;
}
.row-contact-details .form-main-cont {
	width: 50%;
	padding-left: 20px;
	padding-left: 1.25rem;
}
.row-contact-details .form-main-cont .ct-text-block {
	color: #2e343a;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}
.row-contact-details .form-main-cont div#gform_fields_1,
.row-modal .form-main-cont-popup .form-cont-popup div#gform_fields_2 {
	gap: 8px;
	gap: 0.5rem;
}
.row-contact-details .form-main-cont .gform_heading,
.row-modal .form-main-cont-popup .form-cont-popup .gform_heading {
	display: none;
}

.row-contact-details .form-main-cont .gform_wrapper input[type="text"],
.row-contact-details .form-main-cont .gform_wrapper input[type="tel"],
.row-contact-details .form-main-cont .gform_wrapper input[type="email"],
.row-contact-details .form-main-cont .gform_wrapper textarea,
.row-modal .form-main-cont-popup .form-cont-popup .gform_wrapper input[type="text"],
.row-modal .form-main-cont-popup .form-cont-popup .gform_wrapper input[type="tel"],
.row-modal .form-main-cont-popup .form-cont-popup .gform_wrapper input[type="email"],
.row-modal .form-main-cont-popup .form-cont-popup .gform_wrapper textarea {
	border: 1px solid #DEDEDE;
	border: 1px solid #DEDEDE;
	padding: 0 15px;
	padding: 0 0.9375rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	color: #2E343A;
	background-color: #FFFFFF;
	border-radius: 3px;
	border-radius: 0.1875rem;
	height: 46px;
	height: 2.875rem;
	width: 100%;
	box-shadow: none;
}
.row-contact-details .form-main-cont .gform_wrapper input[type="text"]::placeholder,
.row-contact-details .form-main-cont .gform_wrapper input[type="tel"]::placeholder,
.row-contact-details .form-main-cont .gform_wrapper input[type="email"]::placeholder,
.row-contact-details .form-main-cont .gform_wrapper textarea::placeholder,
.row-modal .form-main-cont-popup .form-cont-popup .gform_wrapper input[type="text"]::placeholder,
.row-modal .form-main-cont-popup .form-cont-popup .gform_wrapper input[type="tel"]::placeholder,
.row-modal .form-main-cont-popup .form-cont-popup .gform_wrapper input[type="email"]::placeholder,
.row-modal .form-main-cont-popup .form-cont-popup .gform_wrapper textarea::placeholder  {
	color: #A1A1A1;
}
.row-contact-details .form-main-cont .form-cont .gform_wrapper textarea {
	min-height: 200px;
	min-height: 12.5rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}
.row-modal .form-main-cont-popup .form-cont-popup .gform_wrapper textarea {
	min-height: 100px;
	min-height: 6.25rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}
.row-contact-details .form-main-cont.ginput_container.ginput_container_consent span.gfield_required.gfield_required_text {
	display: none;
}
.row-contact-details .form-main-cont .gform_footer #gform_submit_button_1,
.row-modal .form-main-cont-popup .form-cont-popup .gform_footer #gform_submit_button_2 {
	background-color: #5B9842;
	color: #fff;
	padding: 12px 20px;
	padding: 0.75rem 1.25rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	border: none;
	border-radius: 3px;
	border-radius: 0.1875rem;
	cursor: pointer;
	transition: background-color 0.3s ease;
	height: 39px;
	height: 2.4375rem;
	margin-top: -4px;
	margin-top: -0.25rem;
	width: 100%;
	text-transform: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}
.row-modal .form-main-cont-popup .form-cont-popup .gform_footer #gform_submit_button_2 {
	height: 46px;
	height: 2.875rem;
	text-transform: capitalize;
}

.row-contact-details .form-main-cont .gform-theme--framework .gform_validation_errors .gform-icon,
.row-modal .form-main-cont-popup .form-cont-popup .gform-theme--framework .gform_validation_errors .gform-icon {
	display: none;
}

.row-contact-details .form-main-cont .gform-theme--framework .gform_validation_errors .gform_submission_error,
.row-modal .form-main-cont-popup .form-cont-popup .gform-theme--framework .gform_validation_errors .gform_submission_error {
	font-size: 16px;
	font-size: 1rem;
	text-transform: normal;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
}

.row-contact-details .form-main-cont .gform-theme--framework .gfield_validation_message,
.row-modal .form-main-cont-popup .form-cont-popup .gform-theme--framework .gfield_validation_message {
	display: none;
}
.gform-theme--framework .gform_validation_errors {
	padding: 10px;
	padding: 0.625rem;
	width: 85.4%;
}
.row-contact-details .form-main-cont .gform-theme--framework .gform_validation_errors,
.row-modal .form-main-cont-popup .form-cont-popup .gform-theme--framework .gform_validation_errors  {
	width: 100%;
}

.row-contact-details .form-main-cont .gfield_error  input[aria-invalid=true],
.row-contact-details .form-main-cont .gfield_error  textarea[aria-invalid=true],
.row-contact-details .form-main-cont .gfield_error  input[aria-invalid=true],
.row-contact-details .form-main-cont  .gfield_error  textarea[aria-invalid=true],
.row-modal .form-main-cont-popup .form-cont-popup .gfield_error  input[aria-invalid=true],
.row-modal .form-main-cont-popup .form-cont-popup .gfield_error  textarea[aria-invalid=true],
.row-modal .form-main-cont-popup .form-cont-popup .gfield_error  input[aria-invalid=true],
.row-modal .form-main-cont-popup .form-cont-popup  .gfield_error  textarea[aria-invalid=true] {
	border: 1px solid #c02b0a;
	border: 1px solid #c02b0a;
}



/*404 */
.row-hero-center.not-found .ct-section-inner-wrap {
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
}
.row-missing .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 107px;
	padding-bottom: 6.6875rem;
}
.row-missing h2 {
	color: #2e343a;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.18;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
	text-align: center;
}
.row-missing .oxy-rich-text {
	text-align: center;
	width: 100%;
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}
.row-missing .oxy-rich-text p {
	margin-bottom: 31px;
	margin-bottom: 1.9375rem;
}
.row-missing .oxy-rich-text p a {
	color: #5b9842;
}
.row-missing .oxy-rich-text p strong {
	font-weight: 600;
	font-size: 18px;
	font-size: 1.125rem;
}
.row-missing .ct-text-block.contact-us {
	color: #2e343a;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	width: 100%;
	text-align: center;
	margin-top: 26px;
	margin-top: 1.625rem;
	margin-bottom: 23px;
	margin-bottom: 1.4375rem;
}
.row-missing .contact-email-phone {
	text-align: center;
	flex-direction: row;
	display: flex;
	gap: 10px;
	gap: 0.625rem;
	color: #5b9842;
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Roboto';
	font-weight: 400;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.row-missing .icon-404 {
	color: #888888;
}
.row-missing .icon-404 svg {
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
}
.row-missing .ct-text-block.common {
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin-top: 32px;
	margin-top: 2rem;
	margin-bottom: 33px;
	margin-bottom: 2.0625rem;
}
.row-missing .common-main-box {
	width: 100%;
	max-width: 438px;
	max-width: 27.375rem;
	text-align: left;
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	column-gap: 3.125rem;
	row-gap: 18px;
	row-gap: 1.125rem;
}
.row-missing .common-main-box .ct-link-text {
	color: #5b9842;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	max-width: 194px;
	max-width: 12.125rem;
	width: 100%;
}

/*pop up */
.row-modal {
	width: 100%;
	background-color: #ffffff;
	max-width: 680px;
	max-width: 42.5rem;
}
.row-modal h2 {
	width: 100%;
	text-align: center;
	color: #2e343a;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	margin-top: 28px;
	margin-top: 1.75rem;
}
.row-modal .ct-text-block {
	width: 100%;
	text-align: center;
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}
.row-modal .close-cont {
	width: 100%;
	text-align: left;
	align-items: flex-end;
	padding-top: 13px;
	padding-top: 0.8125rem;
	padding-left: 13px;
	padding-left: 0.8125rem;
	padding-right: 13px;
	padding-right: 0.8125rem;
}
.row-modal .form-main-cont-popup {
	width: 100%;
	flex-direction: column;
	display: flex;
	text-align: left;
	align-items: center;
	padding-left: 50px;
	padding-left: 3.125rem;
	padding-right: 50px;
	padding-right: 3.125rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}



/*blog */
.row-blog-list #custom-blog-container {
    align-items: start;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-column-gap: 40px;
    grid-column-gap: 2.5rem;
    grid-row-gap: 50px;
    grid-row-gap: 3.125rem;
    display: grid;
}
div#custom-blog-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.row-blog-list .load-more-btn {
    color: #ffffff;
    max-width: 129px;
    max-width: 8.0625rem;
    width: 100%;
    height: 43px;
    height: 2.6875rem;
    border-radius: 3px;
    border-radius: 0.1875rem;
    background-color: #5b9842;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 100px;
    margin-top: 6.25rem;
	border: none;
}


.row-blog-list .ct-section-inner-wrap {
	padding-top: 100px;
	padding-top: 6.25rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}
.row-blog-list .blog-list-main-cont {
	align-items: stretch;
	grid-template-columns: repeat(3, minmax(200px, 1fr));
	grid-column-gap: 40px;
	grid-column-gap: 2.5rem;
	grid-row-gap: 50px;
	grid-row-gap: 3.125rem;
	display: grid;
}
.row-blog-list .blog-cont {
	max-width: 373px;
    max-width: 23.3125rem;
    width: 100%;
    background-color: #ffffff;
    color: #5b9842;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .05);
    box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, .05);
    height: 100%;
    justify-content: flex-start;
}
.row-blog-list .blog-content-cont {
	width: 100%;
	padding-top: 20px;
	padding-top: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	min-height: 252px;
	min-height: 15.75rem;
}
.row-blog-list img {
	width: 373px;
	width: 23.3125rem;
	height: 233px;
	height: 14.5625rem;
	object-fit: cover;
}
.row-blog-list h2 {
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	width: 100%;
	text-align: center;
	margin-top: 1px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}
.row-blog-list .ct-text-block.excerpt {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	color: #2e343a;
	font-weight: 400;
}
.row-blog-list .learn-more-btn-cont {
	width: 100%;
	flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	gap: 0.3125rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}
.row-blog-list .learn-more-btn-cont .ct-text-block {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
}
.row-blog-list .learn-more-btn-cont svg {
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
}
.row-blog-list .load-more-btn-main-cont {
	width: 100%;
	text-align: left;
	align-items: center;
}
.row-blog-list .load-more-btn-main-cont .ct-text-block.load-more-button {
	color: #ffffff;
	max-width: 129px;
	max-width: 8.0625rem;
	width: 100%;
	height: 43px;
	height: 2.6875rem;
	border-radius: 3px;
	border-radius: 0.1875rem;
	background-color: #5b9842;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 100px;
	margin-top: 6.25rem;
}


/*blog inner */
.row-hero-center.blog-inner h1 {
	max-width: 1000px;
	max-width: 62.5rem;
	margin-bottom: 0;
}
.blog-inner-content .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
}
.blog-inner-content .blog-inner-content-cont {
	width: 100%;
	flex-direction: column;
	display: flex;
	text-align: left;
	align-items: center;
	max-width: 960px;
	max-width: 60rem;
}
.blog-inner-content h2 {
	color: #2E343A;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.18;
	margin-top: 51px;
	margin-top: 3.1875rem;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}
.blog-inner-content .ct-text-block.blog-post-content {
	color: #2e343a;
    font-size: 16px;
    font-weight: 400;
    margin-top: 50px;
    line-height: 1.6;
}

.row-related-articles .ct-section-inner-wrap {
	padding-top: 94px;
	padding-top: 5.875rem;
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
}
.row-related-articles-list .ct-section-inner-wrap {
	padding-top: 5px;
	padding-top: 0.3125rem;
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
}



/*privacy */
.row-hero-center.privacy .ct-section-inner-wrap {
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
}
.row-pp-terms-cont .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
}
.row-pp-terms-cont .oxy-rich-text.pp-and-terms {
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	max-width: 960px;
	max-width: 60rem;
	width: 100%;
}
.row-pp-terms-cont .oxy-rich-text.pp-and-terms h2 {
	color: #2E343A;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.18;
	margin-top: 51px;
	margin-top: 3.1875rem;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

/*thank you */
.row-hero-center.subs h1 {
	max-width: 1000px;
	max-width: 62.5rem;
	margin-bottom: 0px;
	margin-bottom: 0rem;
}
section.row-thank-you .ct-section-inner-wrap {
	padding-top: 100px;
	padding-top: 6.25rem;
	padding-bottom: 119px;
	padding-bottom: 7.4375rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.row-thank-you .thank-you-main-cont {
	width: 100%;
	text-align: left;
	align-items: center;
	max-width: 860px;
	max-width: 53.75rem;
}
.row-thank-you .oxy-rich-text.thank-you-h2 {
	color: #2e343a;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	max-width: 860px;
	max-width: 53.75rem;
	width: 100%;
	text-align: center;
}
.row-thank-you .oxy-rich-text.thank-you-h2 a {
	color: #5b9842;
	text-decoration: none;
}
.row-thank-you .articles-serivices-main-cont {
	width: 100%;
	flex-direction: row;
	display: flex;
	margin-top: 55px;
	margin-top: 3.4375rem;
	padding-left: 11px;
	padding-left: 0.6875rem;
	padding-right: 11px;
	padding-right: 0.6875rem;
	justify-content: space-between;
	margin-bottom: 56px;
	margin-bottom: 3.5rem;
}
.row-thank-you .articles-cont {
	width: 100%;
	max-width: 543px;
	max-width: 33.9375rem;
}
.row-thank-you .services-cont {
	width: 100%;
	max-width: 194px;
	max-width: 12.125rem;
}
.row-thank-you .ct-text-block.articles-head {
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}
.row-thank-you .articles {
	display: flex;
	flex-direction: column;
	gap: 10px;
	gap: 0.625rem;
}
.row-thank-you a.article-titles {
	width: 100%;
	color: #5b9842;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}
.row-thank-you .ct-text-block.services-head {
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}
.row-thank-you .services-list {
	width: 100%;
	gap: 10px;
	gap: 0.625rem;
}
.row-thank-you .services-list a {
	color: #5b9842;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}
.row-thank-you h2 {
	max-width: 860px;
	max-width: 53.75rem;
	width: 100%;
	color: #2e343a;
	text-align: center;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
}
.row-thank-you .thank-you-social {
	max-width: 860px;
	max-width: 53.75rem;
	width: 100%;
	flex-direction: row;
	display: flex;
	justify-content: center;
	gap: 10px;
	gap: 0.625rem;
	margin-top: 26px;
	margin-top: 1.625rem;
}
.row-thank-you .thank-you-social a {
	color: #5b9842;
}
.row-thank-you .thank-you-social a svg {
	width: 34px;
	width: 2.125rem;
	height: 34px;
	height: 2.125rem;
}

/*practices for sale */
.row-hero-center.practices-main {
	background-position: 0% -270px;
	background-position: 0% -16.875rem;
}
.row-listings-buttons .ct-section-inner-wrap {
	padding-top: 100px;
	padding-top: 6.25rem;
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
}
.row-listings-buttons.sold-listings .ct-section-inner-wrap {
	padding-top: 30px;
	padding-top: 1.875rem;
}
.row-listings-buttons .listing-btns-main-cont {
	flex-direction: column;
	display: flex;
	width: 100%;
	align-items: center;
}
.row-listings-buttons .oxy-rich-text.listing-headings {
	max-width: 720px;
	max-width: 45rem;
	width: 100%;
	text-align: center;
	color: #163b65;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
	line-height: 1.3;
}
.row-listings-buttons .listing-btns-cont {
	width: 100%;
	flex-direction: row;
	display: flex;
	max-width: 720px;
	max-width: 45rem;
	gap: 10px;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 30px;
	margin-top: 1.875rem;
}
.row-listings-buttons .loc-btn {
	width: 100%;
	max-width: 170px;
	max-width: 10.625rem;
	height: 43px;
	height: 2.6875rem;
	border-top-color: #5b9842;
	border-right-color: #5b9842;
	border-bottom-color: #5b9842;
	border-left-color: #5b9842;
	border-top-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #5b9842;
	text-align: left;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	border-radius: 0.1875rem;
	cursor: pointer;
}
.row-listings-buttons .loc-btn .ct-text-block {
	max-width: 100%;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}

.row-listings .ct-section-inner-wrap {
	padding-top: 26px;
	padding-top: 1.625rem;
	padding-bottom: 70px;
	padding-bottom: 4.375rem;
	gap: 150px;
	gap: 9.375rem;
}
.row-listings .listings-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}
.row-listings .for-sale {
	width: 100%;
	text-align: left;
	align-items: center;
	display: flex;
}
.row-listings .for-sale h2 {
	color: #2e343a;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 51px;
	margin-bottom: 3.1875rem;
	width: 100%;
    text-align: center;
}
.row-listings .for-sale-listing {
	width: 100%;
    display: flex;
    gap: 40px;
	gap: 2.5rem;
    flex-wrap: wrap;
}
.row-listings .listing-box-cont {
	max-width: 208px;
	max-width: 13rem;
	width: 100%;
	background-color: #ffffff;
	color: #2e343a;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
	box-shadow: 0rem 0rem 1.25rem rgba(0, 0, 0, .05);
}
.row-listings .listing-box-cont img {
	width: 208px;
	width: 13rem;
	height: 208px;
	height: 13rem;
	object-fit: cover;
}
.row-listings .listing-content-cont {
	width: 100%;
	text-align: left;
	align-items: center;
	gap: 10px;
	gap: 0.625rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	display: flex;
}
.row-listings .listing-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
}
.row-listings .listing-content {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}
.row-listings .listing-content p {
	margin-bottom: 0;
}
.row-listings .coming-soon {
	color: #0084ff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}
.row-listings .sold-listing-main-cont {
	width: 100%;
	text-align: center;
	align-items: flex-start;
	margin-top: 80px;
	margin-top: 5rem;
}
.row-listings.sold-listings .sold-listing-main-cont {
    margin-top: 0;
}
.row-listings .sold-listing-main-cont h3 {
	color: #2e343a;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 51px;
	margin-bottom: 3.1875rem;
}
.row-listings .ct-text-block.sold-for {
	width: 100%;
	text-align: center;
	color: #ff0000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-top: -3px;
	margin-top: -0.1875rem;
}
.row-listings .ct-text-block.sold-price {
	width: 100%;
	text-align: center;
	color: #ff0000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-top: -5px;
	margin-top: -0.3125rem;
}
.row-listings .ct-text-block.sold-details {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-top: -4px;
	margin-top: -0.25rem;
}

/* practices for sale inner */
.row-practices-hero {
	background-position: center;
}
section.row-practices-hero .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 99px;
	padding-bottom: 6.1875rem;
	align-items: center;
	display: flex;
}
.row-practices-hero .practice-hero-cont {
	max-width: 760px;
	max-width: 47.5rem;
	width: 100%;
	padding-top: 30px;
	padding-top: 1.875rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	background-color: rgba(0, 39, 84, 0.75);
	text-align: left;
	align-items: center;
	gap: 29px;
	gap: 1.8125rem;
}
.row-practices-hero h1 {
	color: #ffffff;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.row-practices-hero .ct-text-block.hero-content {
	color: #ffffff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	width: 100%;
	text-align: center;
}
.row-practices-hero .price-cont {
	width: 100%;
	flex-direction: row;
	display: flex;
	justify-content: center;
	gap: 5px;
	gap: 0.3125rem;
}
.row-practices-hero .ct-text-block.main-price {
	color: #ffffff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: line-through;
}
.row-practices-hero .ct-text-block.main-price.just-sold {
	color: #ff0000;
	text-decoration: none;
	text-transform: uppercase;
} 
.row-practices-hero .ct-text-block.discounted-price {
	color: #3ed400;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}
.row-practices-hero .oxy-rich-text.discounted-price {
	color: #3ed400;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center
}
.row-practices-hero .request-info {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	max-width: 257px;
	max-width: 16.0625rem;
	height: 51px;
	height: 3.1875rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	width: 100%;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #5b9842;
	border: 1px solid #5b9842;
	border-radius: 3px;
	border-radius: 0.1875rem;
}

.row-practices-content .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 99px;
	padding-bottom: 6.1875rem;
}
.row-practices-content h2 {
	max-width: 1070px;
	max-width: 66.875rem;
	width: 100%;
	text-align: center;
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	line-height: 1.24;
}
.row-practices-content .ct-text-block.content-subhead {
	width: 100%;
	max-width: 1070px;
	max-width: 66.875rem;
	text-align: center;
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 30px;
	margin-top: 1.875rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}
.row-practices-content .oxy-rich-text.practices-desc {
	max-width: 1070px;
	max-width: 66.875rem;
	width: 100%;
	text-align: center;
	color: #2e343a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.59;
}
.row-practices-content .practice-img-cont {
	gap: 40px;
	gap: 2.5rem;
	flex-direction: row;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	margin-top: 80px;
	margin-top: 5rem;
	margin-bottom: 51px;
	margin-bottom: 3.1875rem;
	flex-wrap: wrap;
}
.row-practices-content .practice-img-cont img {
	width: 270px;
	width: 16.875rem;
	object-fit: cover;
}
.row-practices-content .ct-text-block.second-subhead {
	max-width: 1070px;
	max-width: 66.875rem;
	width: 100%;
	text-align: center;
	color: #2e343a;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	text-transform: uppercase;
}

.row-other-details .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 83px;
	padding-bottom: 5.1875rem;
}
.row-other-details .other-details-main-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	gap: 40px;
	gap: 2.5rem;
	align-items: flex-start;
	flex-wrap: wrap;
    justify-content: center;
}
.row-other-details .other-details-cont {
	max-width: 373px;
	max-width: 23.3125rem;
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	align-items: center;
	padding-top: 50px;
	padding-top: 3.125rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	gap: 30px;
	gap: 1.875rem;
}
.row-other-details .ct-text-block {
	color: #2e343a;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

.row-add-info .ct-section-inner-wrap {
	padding-top: 101px;
	padding-top: 6.3125rem;
	padding-bottom: 99px;
	padding-bottom: 6.1875rem;
}
.row-add-info .add-info-main-cont {
	width: 100%;
	text-align: left;
	align-items: center;
}
.row-add-info h2 {
	color: #000000;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
}
.row-add-info .add-info-box-main-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	margin-top: 43px;
	margin-top: 2.6875rem;
	margin-bottom: 104px;
	margin-bottom: 6.5rem;
}
.row-add-info .status-box {
	max-width: 620px;
	max-width: 38.75rem;
	width: 52%;
	padding-top: 50px;
	padding-top: 3.125rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-right: 30px;
	padding-right: 1.875rem;
	padding-left: 30px;
	padding-left: 1.875rem;
	background-color: #f5f5f5;
	gap: 16px;
	gap: 1rem;
}
.row-add-info .status-box .details {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	gap: 10px;
	gap: 0.625rem;
}
.row-add-info .details .head {
	max-width: 250px;
	max-width: 15.625rem;
	width: 100%;
	color: #000000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}
.row-add-info .details .value {
	width: 100%;
	color: #000000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
}
.row-add-info .check-box {
	width: 48%;
	padding-left: 49px;
	padding-left: 3.0625rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	gap: 26px;
	gap: 1.625rem;
}
.row-add-info .checkbox-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	gap: 7px;
	gap: 0.4375rem;
}
.row-add-info .checkbox-cont .ct-fancy-icon {
	margin-top: -3px;
	margin-top: -0.1875rem;
	color: #5b9842;
}
.row-add-info .checkbox-cont .ct-fancy-icon svg {
	width: 26px;
	width: 1.625rem;
	height: 26px;
	height: 1.625rem;
}
.row-add-info .checkbox-cont .ct-text-block {
	color: #333333;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}
.row-add-info h3 {
	max-width: 638px;
	max-width: 39.875rem;
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto';
}
.row-add-info .info-btn {
	max-width: 257px;
	max-width: 16.0625rem;
	width: 100%;
	height: 51px;
	height: 3.1875rem;
	border-radius: 3px;
	border-radius: 0.1875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 29px;
	margin-top: 1.8125rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	background-color: #5b9842;
	border: 1px solid #5b9842;
}
.row-add-info .oxy-rich-text.contact-dr {
	max-width: 390px;
	max-width: 24.375rem;
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}


/*subs */
.row-books.subscribe .books-main-cont {
	margin-top: 0;
}
.row-books.subscribe .books-cont .ct-fancy-icon svg {
	fill: #5b9842;
}
.row-books.subscribe h3 {
	min-height: 100%;
}
.row-books.subscribe .shop-learn-more {
	max-width: 180px;
	max-width: 11.25rem;
}

/*prospect */
.row-hero-center.prospect h1 {
	max-width: 1000px;
	max-width: 62.5rem;
}
.row-expert.valuations.prospect-cont .expert-img-cont img {
	height: 453px;
	height: 28.3125rem;
	object-fit: cover;
}
.row-expert.valuations.prospect-cont.woo .expert-img-cont img {
	height: 637px;
	height: 39.8125rem;
}
.row-expert.valuations.prospect-cont .ct-section-inner-wrap {
	padding-top: 70px;
	padding-top: 4.375rem;
	padding-bottom: 70px;
	padding-bottom: 4.375rem;
}
.row-expert.woo .expert-list-main-cont {
	gap: 20px;
	gap: 1.25rem;
}
.row-expert.woo .expert-list-cont {
	gap: 10px;
	gap: 0.625rem;
}
.row-expert.valuations.woo .ct-text-block {
	font-size: 40px;
	font-size: 2.5rem;
	color: #163b65;
}
.row-expert.woo .expert-list-cont .oxy-rich-text {
    line-height: 1.2;
	font-size: 30px;
	font-size: 1.875rem;
}
.row-expert.woo .expert-list-cont .oxy-rich-text strong {
	color: #163b65;
}
.row-expert.woo .expert-list-cont .ct-fancy-icon svg {
	width: 25px;
	width: 1.5625rem;
	height: 25px;
	height: 1.5625rem;
}

/*unlisted */
.row-hero-center.practices-main {
	background-position: center;
}
.row-hero-center.unlisted .ct-text-block.unlisted-pre-head {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	max-width: 692px;
	max-width: 43.25rem;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}
.row-hero-center.unlisted .unlisted-btn {
	background-color: #5b9842;
	border: 1px solid #5b9842;
	color: #ffffff;
	width: 300px;
	width: 18.75rem;
	height: 43px;
	height: 2.6875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.row-unlisted-banner .ct-section-inner-wrap {
	padding-top: 40px;
	padding-top: 2.5rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
.row-unlisted-banner .text-notif {
	width: 100%;
	flex-direction: column;
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: center;

}
.row-unlisted-banner .text-notif .ct-text-block {
	width: 100%;
	max-width: 920px;
	max-width: 57.5rem;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
}

/*product template */
.row-products .product-cont {
	width: 100%;
	text-align: left;
	display: flex;
	flex-direction: row;
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
}
.row-products .product-cont .product-image {
	width: 50%;
	text-align: left;
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}
.row-products .product-cont .product-name {
	width: 50%;
	gap: 20px;
	gap: 1.25rem;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}
.row-products .product-cont .title {
	color: #163b65;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
}
.row-products .description-cont {
	width: 100%;
	padding-top: 50px;
	padding-top: 3.125rem;
	border-top-color: #163b65;
	border-top-width: 1px;
	border-top-style: solid;
}

/*get exit ready */
.row-hero-center.hero-exit-ready .ct-section-inner-wrap {
	padding-top: 265px;
	padding-top: 16.5625rem;
	padding-bottom: 220px;
	padding-bottom: 13.75rem;
}
.row-hero-center.hero-exit-ready h1 {
	margin-bottom: 0;
	font-size: 91px;
	font-size: 5.6875rem;
	text-transform: capitalize;
}
.row-hero-center.hero-exit-ready .ct-text-block {
	font-size: 54px;
	font-size: 3.375rem;
	font-weight: 700;
}
.row-hero-center.hero-exit-ready .apply-btn {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	max-width: 200px;
	max-width: 12.5rem;
	width: 100%;
	height: 51px;
	height: 3.1875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin-top: 13px;
	margin-top: 0.8125rem;
	background-color: #5b9842;
	border: 1px solid #5b9842;
	color: #ffffff;
}

.row-green-banner .ct-section-inner-wrap {
	padding-top: 27px;
	padding-top: 1.6875rem;
	padding-bottom: 27px;
	padding-bottom: 1.6875rem;
}
.row-green-banner .ct-text-block {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.2;
	font-style: italic;
}
.row-maximize-value .ct-section-inner-wrap {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.row-maximize-value .ct-text-block.subhead-exit {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-size: 1.875rem;
	color: #828282;
	font-weight: 500;
}
.row-maximize-value h2 {
	color: #5e9544;
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
.row-maximize-value .ct-text-block.text-content {
	color: #000000;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	width: 53%;
	text-align: center;
	line-height: 1.5;
}
.row-value.row-exit .ct-section-inner-wrap {
	padding-top: 20px;
	padding-top: 1.25rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
.row-value.row-exit .transaction-main-cont {
	margin-top: 0;
}
.row-value.row-exit .transaction-cont {
	background-color: #1d3e74;
}
.row-value.row-exit h3 {
	color: #ffffff;
}
.row-value.row-exit .transact-p {
	color: #ffffff;
}
.row-value.row-exit .img-cont,
.row-value.row-exit .transaction-cont:hover .img-cont {
	background-color: #5e9544;
}
.row-value.row-exit .transaction-cont:hover {
	background-color: #246ab5;
}
.row-value.row-exit .img-cont img {
	width: 60px;
	width: 3.75rem;
}
.row-rave-reviews h2 {
	width: 100%;
	text-align: center;
	color: #1d3e74;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
}
.row-rave-reviews h3 {
	width: 100%;
	text-align: center;
	color: #5e9544;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	font-style: italic;
	margin-top: 30px;
	margin-top: 1.875rem;
}
.row-rave-reviews .rave-main-cont {
	width: 100%;
	text-align: left;
	flex-direction: row;
	display: flex;
	margin-top: 40px;
	margin-top: 2.5rem;
}
.row-rave-reviews .rave-cont {
	width: 50%;
	flex-direction: column;
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: flex-start;
}
.row-rave-reviews .ct-text-block.rave-head {
	color: #1d3e74;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 800;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	max-width: 455px;
	max-width: 28.4375rem;
}
.row-rave-reviews .rave-content {
	color: #000000;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	max-width: 455px;
	max-width: 28.4375rem;
}
.row-rave-reviews .oxy-rich-text {
	color: #5e9544;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
	max-width: 455px;
	max-width: 28.4375rem;
}
.row-rave-reviews img {
	border-radius: 100%;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 76px;
	width: 4.75rem;
}
.row-apply-now h2 {
	width: 100%;
	text-align: center;
	color: #1d3e74;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
}
.row-apply-now h3 {
	width: 100%;
	text-align: center;
	color: #5e9544;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
}
.row-apply-now .apply-btn {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	max-width: 200px;
	max-width: 12.5rem;
	width: 100%;
	height: 51px;
	height: 3.1875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin-top: 13px;
	margin-top: 0.8125rem;
	background-color: #5b9842;
	color: #ffffff;
}
.row-apply-now .ct-text-block {
	width: 100%;
	max-width: 1080px;
	max-width: 67.5rem;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
}


/*cstm ty */
.row-hero-center.hero-exit-ready.cstm-ty .ct-section-inner-wrap {
	padding-top: 200px;
	padding-top: 12.5rem;
	padding-bottom: 200px;
	padding-bottom: 12.5rem;
	gap:150px;
	gap: 9.375rem;

}
.row-hero-center.hero-exit-ready.cstm-ty h1 {
	margin-bottom: 0;
	font-size: 64px;
	font-size: 4rem;
	text-transform: capitalize;
}
.row-hero-center.hero-exit-ready.cstm-ty .ct-text-block {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}
.row-green-banner.cstm-ty-second .ct-text-block {
	font-size: 22px;
	font-size: 1.375rem;
	font-style: normal;
}

.row-green-banner.cstm-ty-second .apply-btn {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	max-width: 373px;
	max-width: 23.3125rem;
	width: 100%;
	height: 51px;
	height: 3.1875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin-top: 13px;
	margin-top: 0.8125rem;
	background-color: #ffaf02;
	border: 1px solid #ffaf02;
	color: #000000;
}
.row-hero-center.hero-exit-ready.ty-earn .ct-section-inner-wrap {
	padding-top: 300px;
	padding-top: 18.75rem;
	padding-bottom: 300px;
	padding-bottom: 18.75rem;
}
.row-hero-center.hero-exit-ready.ty-earn h1 {
	margin-bottom: 0;
	font-size: 64px;
	font-size: 4rem;
	text-transform: capitalize;
}
.row-hero-center.hero-exit-ready.ty-earn .ct-text-block {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}
.row-green-banner.ty-earn-second h2 {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 26px;
	font-size: 1.625rem;
	font-style: normal;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.row-green-banner.ty-earn-second .ct-text-block {
	width: 80%;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2;
	font-style: normal;
}

/*time sensitive */
.row-hero-center.time-sensi h1 {
    margin-bottom: 0;
	font-size: 83px;
	font-size: 5.1875rem;
	color:#ff0000;
    text-transform: capitalize;
}
.row-hero-center.time-sensi .ct-text-block.sensi1 {
	font-size: 27px;
	font-size: 1.6875rem;
    font-weight: 700;
}
.row-hero-center.time-sensi .ct-text-block.sensi2 {
	font-size: 23px;
	font-size: 1.4375rem;
    font-weight: 700;
}
.row-hero-center.time-sensi .apply-btn {
	max-width: fit-content;
	padding: 10px 20px;
}
.row-hero-center.time-sensi h1.sorry {
    margin-bottom: 0;
    font-size: 83px;
    font-size: 5.1875rem;
    color: #ffffff;
    text-transform: uppercase;
}
.row-hero-center.time-sensi h1.selling {
	font-size: 60px;
	font-size: 3.75rem;
    color: #ffffff;
    text-transform: capitalize;
	margin-bottom: 25px;
    margin-bottom: 1.5625rem;
}
.row-confidence.sell2023 .confidence-img img {
	width: 246px;
	width: 15.375rem;
	border-radius: 100%;
}
.row-confidence.sell2023 .confidence-img {
    align-items: center;
    display: flex;
}
.row-missing.complimentary .apply-btn {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    max-width: fit-content;
    width: 100%;
    height: 51px;
    height: 3.1875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 0;
    background-color: #5b9842;
    border: 1px solid #5b9842;
    color: #ffffff;
	margin-bottom: 31px;
    margin-bottom: 1.9375rem;
}
.row-hero-center.time-sensi .ct-section-inner-wrap {
	padding-top: 180px;
	padding-top: 11.25rem;
	padding-bottom: 180px;
	padding-bottom: 11.25rem;
}
.row-practices-content.cpv .practice-img-cont img {
    object-fit: cover;
	width: 168px;
	width: 10.5rem;
}
.row-practices-content.cpv h2 {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 400;
}
.row-practices-content.cpv .ct-section-inner-wrap {
	padding-top: 40px;
	padding-top: 2.5rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
.row-practices-content.cpv .practice-img-cont {
	margin-top: 20px;
	margin-top: 1.25rem;
	margin-bottom: 0;
}
.row-missing.cpv2025 .ct-section-inner-wrap {
	padding-top: 81px;
	padding-top: 5.0625rem;
	padding-bottom: 81px;
	padding-bottom: 5.0625rem;
}
.row-missing.cpv2025 h2 {
	font-size: 50px;
	color: #ffffff;
}
.row-missing.cpv2025 .oxy-rich-text {
	font-size: 22px;
	color: #ffffff;
	max-width: 1025px;
	max-width: 64.0625rem;
}
.row-missing.cpv2025 .apply-btn {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    max-width: fit-content;
    width: 100%;
    height: 51px;
    height: 3.1875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 0;
    background-color: #5b9842;
    border: 1px solid #5b9842;
    color: #ffffff;
	margin-bottom: 0;
}
.row-necela.cpv2025 .dr-necela {
	width: 396px;
	width: 24.75rem;
	height: 396px;
	height: 24.75rem;
	border-radius: 100%;
}
.row-necela.cpv2025 .necela-main-cont {
    align-items: center;
}



/*hovers */
.row-header .inquire-btn:hover,
.row-phase .phase-cont .green-btn:hover,
.row-expert.valuations .strategy-btn:hover,
.row-sell.valuations .buyer-application-btn:hover,
.row-books .shop-learn-more:hover,
.row-add-info .info-btn:hover {
	background-color: transparent;
	color: #2e343a;
}
.row-blog-list .load-more-btn-main-cont .ct-text-block.load-more-button:hover,
.row-contact-details .form-main-cont .gform_footer #gform_submit_button_1:hover, 
.row-modal .form-main-cont-popup .form-cont-popup .gform_footer #gform_submit_button_2:hover,
.row-blog-list .load-more-btn:hover,
.row-apply-now .apply-btn:hover,
.row-missing.complimentary .apply-btn:hover {
	background-color: transparent;
	color: #2e343a;
	border: 1px solid #5B9842;
}
.row-hero-center.hero-exit-ready .apply-btn:hover,
.row-missing.cpv2025 .apply-btn:hover  {
	background-color: transparent;
	color: #ffffff;
	border: 1px solid #5B9842;
}
.row-hero .inquire-btn-inner:hover,
.row-training .free-training-btn:hover,
.row-before-footer .subscribe-btn:hover,
.row-practices-hero .request-info:hover {
	background-color: transparent;
}
.row-confidence .read-more-btn-outline:hover,
.row-tom .request-btn:hover {
	background-color: #5b9842;
}
.row-confidence .read-more-btn-outline:hover .ct-text-block,
.row-tom .request-btn:hover {
	color: #ffffff;
}
.row-value .transaction-cont:hover,
.row-blog-list .blog-cont:hover,
.row-blog-feed .blog-feed-cont:hover .blog-feed-content,
.row-listings .listing-box-cont:hover,
.row-training-videos .training-videos-cont:hover {
	background-color: #5b9842;
}
.row-value .transaction-cont:hover h3,
.row-value .transaction-cont:hover .transact-p,
.row-value .transaction-cont:hover .learn-moroe-cont,
.row-blog-list .blog-cont:hover h2,
.row-blog-list .blog-cont:hover .ct-text-block.excerpt,
.row-blog-list .blog-cont:hover,
.row-blog-feed .blog-feed-cont:hover h3,
.row-blog-feed .blog-feed-cont:hover .ct-text-block.blog-feed-content-p,
.row-blog-feed .blog-feed-cont:hover .learn-more-cont,
.row-listings .listing-box-cont:hover,
.row-training-videos .training-videos-cont:hover,
.row-training-videos .training-videos-cont:hover h3,
.row-training-videos .training-videos-cont:hover .ct-text-block.training-video-content {
	color: #ffffff;
}
.row-value .transaction-cont:hover .img-cont {
	background-color: #ffffff;
}
.row-footer .nap-container .location:hover,
.row-footer .nap-container .phone:hover,
.row-footer .nap-container .email:hover,
.row-footer .navigations a:hover,
.row-copyright .oxy-rich-text:hover,
.row-copyright .ct-link-text:hover,
.row-contact-details .nap-container .location:hover,
.row-contact-details .nap-container .phone:hover,
.row-contact-details .nap-container .phone:hover {
	color: #5B9842;
}
.row-footer .social-cont .socials svg:hover,
.row-contact-details .social-cont .socials svg:hover {
	fill: #5b9842;
}
.row-listings-buttons .loc-btn:hover,
div.oxy-woo-checkout .woocommerce button.button:hover,
div.oxy-woo-checkout .woocommerce a.button.alt:hover {
	background-color: #5B9842;
	color: #ffffff;
}
.row-sitemap .oxy-rich-text ul li a:hover,
.row-missing .oxy-rich-text p strong a:hover,
.row-missing .contact-email-phone:hover,
.row-missing .common-main-box .ct-link-text:hover,
.row-contact-details .nap-container .phone:hover,
.row-contact-details .nap-container .email:hover,
.row-pp-terms-cont .oxy-rich-text.pp-and-terms p a:hover,
.row-tom .oxy-rich-text.dr-tom-content p a:hover,
.row-thank-you .oxy-rich-text.thank-you-h2 p a:hover,
.row-thank-you a.article-titles:hover,
.row-thank-you .thank-you-social a:hover,
.row-thank-you .services-list a:hover,
.row-phase .phase-cont .oxy-rich-text.phase-content p a:hover,
.row-add-info h3 p a:hover,
.row-add-info .oxy-rich-text.contact-dr p a:hover {
	color: #2e343a;
}




/* Media Queries */
@media (max-width: 1240px) {
	div.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
		top: 20px;
		left: auto;
		right: 20px;
	}
	.header-menu {
        order: 1;
    }
    .oxy-pro-menu.header-menu .oxy-pro-menu-mobile-open-icon {
        padding: 0;
        margin-left: 15px;
        margin-left: 0.9375rem;    
    }
}
@media (max-width: 1239px) {
	.row-missions .mission-main-box {
		column-gap: 20px;
    	column-gap: 1.25rem;
	}
	.row-listings .for-sale-listing {
		gap: 35px;
		gap: 2.1875rem;	
	}
}
@media (max-width: 1219px) {
	.row-listings .for-sale-listing {
		gap: 30px;
		gap: 1.875rem;	
	}
	.row-missions .misson-boxes {
		max-width: 500px;
		max-width: 31.25rem;	
	}
}
@media (max-width: 1200px) {
	.row-hero-center.practices-main {
		background-position: 0% -180px;
		background-position: 0% -11.25rem;
	}	
	.row-listings .for-sale-listing {
		gap: 25px;
		gap: 1.5625rem;
		justify-content: center;
	}	
    .row-value .transaction-main-cont {
        gap: 20px;
        gap: 1.25rem;    
    }
}
@media (max-width: 1179px) {
	.row-listings .for-sale-listing {
		gap: 20px;
		gap: 1.25rem;
	}	
}
@media (max-width: 1159px) {
	.row-listings .for-sale-listing {
		gap: 15px;
		gap: 0.9375rem;
	}	
}
@media (max-width: 1150px) {
    .row-value .transaction-cont {
        height: 550px;
        height: 34.375rem;    
    }
}
@media (max-width: 1139px) {
	.row-listings .for-sale-listing {
		gap: 10px;
		gap: 0.625rem;
	}	
}
@media (max-width: 1059px) {
	.row-missions .misson-boxes {
		max-width: 470px;
		max-width: 29.375rem;			
	}
}
@media (max-width: 1000px) {
	.row-hero-center.practices-main {
        background-position: center center;
    }
	.row-books .books-main-cont {
		gap: 20px;
		gap: 1.25rem;	
	}
    .row-testimonial .testimonial-main-cont,
    .row-blog-feed .blog-feed-main-cont {
        gap: 20px;
        gap: 1.25rem;    
    }
}
@media (max-width: 999px) {
	.row-missions .misson-boxes {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .row-footer .map-cont {
        width: 100%;
        text-align: left;
        align-items: center;
        display: flex;
    }
    .row-footer .services-cont {
        width: 25%;
    }
    .row-footer .nav-cont {
        width: 25%;
    }
    .row-footer .logo-cont {
        width: 45%;
    }
    .row-footer .footer-main-cont {
        flex-wrap: wrap;
    }
    .row-confidence .confidence-logo-cont {
        justify-content: center;
    }
    .row-confidence h2,
    .row-confidence .ct-text-block.confidence-txt {
        text-align: center;
        width: 100%;
    }
    .row-confidence .confidence-img {
        width: 100%;
        align-items: center;
		padding-bottom: 20px;
        padding-bottom: 1.25rem;
    }
    .row-confidence .confidence-content {
        width: 100%;
        padding-left: 0;
        display: flex;
        align-items: center;
    }
    .row-confidence .confidence-main-cont {
        flex-direction: column;
    }
}
@media (max-width: 960px) {
    .row-review .review-cont {
        padding-left: 40px;
        padding-left: 2.5rem;
        padding-right: 40px;
        padding-right: 2.5rem;    
    }
}
@media (max-width: 953px) {
    .row-value .transaction-cont {
        height: 580px;
        height: 36.25rem;      
    }
}
@media (max-width: 880px) {
    .row-review .review-cont {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem;      
    }
    .row-value .transaction-cont {
        height: 620px;
        height: 38.75rem;      
    }
}
@media (max-width: 825px) {
	.row-tom h2,
	.row-tom .oxy-rich-text.dr-tom-content {
		width: 100%;
		text-align: center;
	}
	.row-tom .dr-tom-content-cont {
		width: 100%;
		padding-left: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.row-tom .dr-tom-img-cont {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.row-tom .dr-tom-main-cont {
		display: flex;
		gap: 20px;
		gap: 1.25rem;
		flex-direction: column;	
	}
}
@media (max-width: 791px) {
    .row-value .transaction-cont {
        height: 660px;
        height: 41.25rem;        
    }
}
@media (max-width: 768px) {
	.row-products .product-cont .product-name {
		width: 100%;
		margin-bottom: 40px;
		margin-bottom: 2.5rem;	
	}
	.row-products .product-cont .product-image {
		width: 100%;
	}
	.row-products .product-cont {
		width: 100%;
		text-align: left;
		display: flex;
		flex-direction: column;
	}
	.row-hero.home {
		background-position: center;
	}
	.row-add-info .check-box {
		padding-top: 49px;
		padding-top: 3.0625rem;
		padding-left: 0;
	}
	.row-add-info .status-box,
	.row-add-info .check-box {
		width: 100%;
		max-width: 100%;
	}
	.row-add-info .add-info-box-main-cont {
		display: flex;
		flex-direction: column;
	}
	.row-thank-you .articles-serivices-main-cont {
		flex-direction: column;
		justify-content: flex-start;
		gap: 20px;
		gap: 1.25rem;
	}
	.row-contact-details .contact-details-cont {
		flex-direction: column;
		gap: 20px;
		gap: 1.25rem;
	}
	.row-blog-list .blog-list-main-cont,
	.row-blog-list #custom-blog-container {
		grid-template-columns: repeat(2, minmax(200px, 1fr));
	}
	.row-necela .necela-cont,
	.row-contact-details .form-main-cont {
		width: 100%;
		align-items: center;
    	justify-content: center;
		padding-left: 0;
	}
	.row-contact-details .detail-cont {
		width: 100%;
		align-items: flex-start;
    	justify-content: center;
	}
	.row-necela .necela-imgs-cont {
		width: 100%;
		align-items: center;
    	justify-content: center;
	}
	.row-necela .necela-main-cont {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
		gap: 1.25rem;
	}
	.row-books h3 {
		min-height: 100%;
	}
	.row-books .books-cont,
	.row-books h3,
	.row-books .ct-text-block {
		max-width: 100%;
	}
	.row-books .books-main-cont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
		gap: 40px;
    	gap: 2.5rem;
    }
	.row-phase .phase-cont .oxy-rich-text.phase-content,
	.row-phase .phase-cont h3,
	.row-necela h2,
	.row-necela .oxy-rich-text.content p {
		width: 100%;
		text-align: center;
	}
	.row-phase .phase-cont .right-content {
		width: 100%;
		padding-left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.row-phase .phase-cont .left-image,
	.row-expert.valuations .expert-img-cont {
		width: 100%;
		display: flex;
        justify-content: center;
        align-items: center;
	}
	.row-phase .phase-cont .right-image {
		width: 100%;
		display: flex;
        justify-content: center;
        align-items: center;
	}
	.row-phase .phase-cont .left-content {
		width: 100%;
		padding-right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.row-phase .phase-cont.img-right {
		flex-direction: column-reverse;
	}
	.row-phase .phase-cont {
		flex-direction: column;
		gap: 20px;
		gap: 1.25rem;
	}
    .row-footer .services-cont,
    .row-footer .map-cont,
    .row-footer .nav-cont {
        width: 50%;
    }
    .row-before-footer h2,
    .row-before-footer .ct-text-block {
        width: 100%;
        text-align: center;
    }
    .row-before-footer .before-footer-btn-cont {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .row-before-footer .before-footer-content {
        width: 100%;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
        padding-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .row-blog-feed .blog-feed-main-cont,
    .row-before-footer .before-footer-main-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .row-testimonial .testimonial-cont {
        margin-top: 35px;
        margin-top: 2.1875rem;    
    }
    .row-testimonial .testimonial-main-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .row-training .training-img-cont img {
        margin-top: 0;
    }
    .row-expert .expert-main-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .row-sell .sell-img-cont,
    .row-expert .expert-img-cont,
    .row-training .training-img-cont {
        width: 100%;
        display: flex;
        align-items: center;
    } 
    .row-expert .expert-content {
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-left: 0;
        width: 100%;
    }
    .row-training .training-content {
        width: 100%;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
        padding-right: 0;
    }
	.row-sell .sell-content{
        width: 100%;
        padding-top: 20px;
        padding-top: 1.25rem;
        padding-right: 0;
    }
    .row-sell .sell-main-cont {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .row-training .training-main-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .row-value .transact-p,
    .row-value h3,
    .row-sell h2,
    .row-sell .ct-text-block.first-p,
    .row-sell .ct-text-block,
    .row-expert .ct-text-block,
    .row-expert h2,
    .row-training .ct-text-block,
    .row-training h2,
    .row-testimonial .testimonial-cont,
    .row-testimonial .testimonial-box {
        max-width: 100%;
    }
    .row-value .transaction-cont {
        height: 100%;
        max-width: 100%;
        width: 100%;      
    }
    .row-value .transaction-main-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .row-review .review-cont {
        display: flex;   
        flex-direction: column;
    }
    .row-review .review-img-cont,
    .row-review.wendy .review-img-cont {
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
        padding-right: 0;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .row-review .review-content,
    .row-review.wendy .review-content {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .row-review .ct-text-block,
    .row-review .oxy-rich-text {
        text-align: center;
    }
	.row-maximize-value .ct-text-block.text-content {
		width: 100%;
	}
	.row-rave-reviews .rave-main-cont {
		width: 100%;
		text-align: left;
		flex-direction: column;
		display: flex;
		margin-top: 40px;
		margin-top: 2.5rem;
		align-items: center;
		gap: 50px;
		gap: 3.125rem;	
	}
	.row-rave-reviews .rave-cont {
		width: 100%;
	}
	.row-rave-reviews .ct-text-block.rave-head,
	.row-rave-reviews .rave-content,
	.row-rave-reviews .oxy-rich-text {
		max-width: 100%;
	}
}
@media (max-width: 630px) {
	.row-listings-buttons .listing-btns-cont {
		display: flex;
		flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
	}
}
@media (max-width: 580px) {
	.row-add-info .details .head,
	.row-add-info .details .value {
		font-size: 20px;
		font-size: 1.25rem;	
	}
	.row-phase .phase-cont h3 {
		font-size: 25px;
		font-size: 1.5625rem;	
	}
	.row-necela h2,
	.row-missions h2,
	.row-books h2,
	.row-tom h2,
	.row-training-videos h2,
	.row-faq h2,
	.row-value h2,
	.row-sell h2,
	.row-expert h2,
	.row-training h2,
	.row-testimonial h2,
	.row-confidence h2,
	.row-compre h2,
	.row-blog-feed h2,
	.row-before-footer h2,
	.row-phase h2,
	.row-practices-content h2,
	.row-add-info h2,
	.row-missing h2,
	.row-hero-center.hero-exit-ready .ct-text-block {
		font-size: 30px;
		font-size: 1.875rem;	
	}
	.row-hero-h1only h1,
	.row-hero-center h1,
	.row-hero h1,
	.row-practices-hero h1,
	.row-hero-center.hero-exit-ready h1,
	.row-hero-center.hero-exit-ready.cstm-ty h1,
	.row-hero-center.hero-exit-ready.ty-earn h1,
	.row-hero-center.time-sensi h1.sorry,
	.row-hero-center.time-sensi h1 {
		font-size: 35px;
		font-size: 2.1875rem;	
	}
	.row-sell .sell-img-cont img,
	.row-expert .expert-img-cont img,
	.row-confidence .confidence-img img,
	.row-phase img,
	.row-training .training-img-cont img,
	.row-expert.valuations .expert-img-cont img,
	.row-tom img,
	.row-necela .dr-necela,
	.row-expert.valuations.prospect-cont .expert-img-cont img,
	.row-expert.valuations.prospect-cont.woo .expert-img-cont img {
		height: auto;
	}
	.row-listings .sold-listing-main-cont h3 {
		text-align: center;
		width: 100%;
	}
	.row-modal .form-main-cont-popup {
		padding-left:20px;
		padding-left: 1.25rem;
		padding-right: 20px;
		padding-right: 1.25rem;	
	}
	.row-blog-list .blog-list-main-cont,
	.row-blog-list #custom-blog-container {
		display: flex;
		flex-direction: column;
        justify-content: center;
        align-items: center;
	}
    .row-compre .apart-cont {
        padding-top: 20px;
        padding-top: 1.25rem;    
        padding-left: 0;
    }
    .row-compre .key-cont,
    .row-compre .apart-cont {
        width: 100%;
    }
    .row-compre .compre-main-box {
        flex-direction: column;
    }
    .row-hero .counter-main-cont {
        gap: 20px;
        gap: 1.25rem;    
    }
    .row-hero h1,
    .row-hero .ct-text-block.hero-p {
        text-align: center;
    }
    .row-hero .home-hero-cont {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
	.row-header .inquire-btn {
		display: none;
	}
	.oxy-sticky-header-active.row-header .inquire-btn {
		display: block;
	}
	.oxy-sticky-header-active.row-header .oxy-header-left,
	.oxy-sticky-header-active.row-header .oxy-header-center {
		display: none;
	}
	.oxy-sticky-header-active.row-header .oxy-header-right {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
}
@media (max-width: 480px) {
	.row-listings .listing-box-cont {
		display: flex;
		max-width: 100%;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.row-phase .phase-cont .green-btn,
	.row-expert.valuations .strategy-btn,
	.row-sell.valuations .buyer-application-btn {
		height: auto;
	}
	.row-listings .for-sale-listing {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
    .row-footer .footer-main-cont {
        flex-direction: column;
        gap: 30px;
        gap: 1.875rem;     
    }
    .row-footer .services-cont,
    .row-footer .map-cont, 
    .row-footer .nav-cont,
    .row-footer .logo-cont {
        width: 100%;
    }
    .row-footer .nav-cont,
    .row-footer .services-cont {
        padding: 0;
    }
}
@media (max-width: 424px) {
	.row-listings .listing-box-cont img {
		height: auto;
		max-width: 30%;
	}
	.row-listings .listing-content-cont {
		max-width: 70%;
	}
	.row-listings .listing-title,
	.row-listings .listing-content p {
		line-height: 1.2;
	}
}
@media (max-width: 414px) {
	.row-practices-hero .price-cont {
		flex-direction: column;
		align-items: center;
	}
    .row-hero .counter-main-cont {
        display: flex;   
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .row-copyright .copyright-main-cont {
        width: 100%;
        text-align: left;
        flex-direction: column;
        display: flex;
        align-items: center;
        gap: 30px;
        gap: 1.875rem;    
    }
    .row-copyright .copyright-content {
        width: 100%;
    }
    .row-copyright .copyright-links {
        width: 100%;
        justify-content: center;
    }
    .row-copyright .oxy-rich-text, .row-copyright .ct-link-text {
        text-align: center;
    }
}


.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}
button.scroll-to-top {
    position: fixed;
    bottom: 20px;
    bottom: 1.25rem;
    right: 20px;
    right: 1.25rem;
    min-width: 50px;
    min-width: 3.125rem;
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    background-color: #5b9842;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 999;
}
div.oxy-woo-checkout .woocommerce button.button, div.oxy-woo-checkout .woocommerce a.button.alt {
	color: #5b9842;
	border-color: #5B9842;
}
.woocommerce-page .oxy-woo-cart table.cart td.actions .coupon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
h2.search-result {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	font-size: 24px;
	font-size: 1.5rem;
}
.wc-block-components-notice-banner.is-success {
	outline: none;
}
div.oxy-woo-my-account .woocommerce-MyAccount-navigation ul li:last-child {
	border: none;
}
div.oxy-woo-my-account .woocommerce-MyAccount-navigation ul li {
	border: none;
	padding: 8px 20px;
}
div.oxy-woo-my-account ul li.is-active {
	border:none;
	padding: 8px 20px;
}
div.woocommerce-MyAccount-content a,
div .woocommerce-LostPassword a {
	color: #5b9842;
}
.woocommerce-page .woocommerce table.shop_table,
div.woocommerce .col2-set,
div.woocommerce .woocommerce-EditAccountForm,
div.oxy-woo-my-account .woocommerce form.login {
	border-top: 3px solid #5b9842;
}
.oxy-woo-my-account .woocommerce table.my_account_orders .button {
    border: 1px solid #5b9842;
    color: #5b9842;
}
div .woocommerce-message {
	border-top-color: #5b9842;
}
div .woocommerce-message::before {
	color: #5B9842;
}
div.woocommerce a.button {
	background-color: #5B9842;
	color: #ffffff;
	border-color: #5b9842;
}
div.woocommerce a.button:hover {
	background-color: #ffffff;
	color: #2e343a;
	text-decoration: none;
}
div.wc-block-components-notice-banner.is-info>svg {
    background-color: #5b9842;
}
div.wc-block-components-notice-banner.is-info {
    border-color: #5b9842;
}
div.woocommerce-MyAccount-content a:hover,
div .woocommerce-LostPassword a:hover {
	color: #2e343a;
}
#-product-cart-button-24-430 button.button.alt:hover,
#-woo-my-account-4-371 button[type=submit]:hover {
	background-color: #ffffff;
	color: #2e343a;
	border-color: #5b9842;
}
#-woo-my-account-4-371 div.woocommerce a.button:hover {
	color: #5b9842 !important;
	border: none;
	text-decoration: underline;
}
#-woo-my-account-4-371 .woocommerce-MyAccount-navigation ul li a:hover {
	color: #2e343a;
	text-decoration: underline;
}