/* Font */
@font-face {
	font-family: 'IBM';
	font-weight: 100;
	font-style: normal;
	src: url(../font/IBMPlexSansThai-Thin.ttf) format('truetype');
}
@font-face {
	font-family: 'IBM';
	font-weight: 200;
	font-style: normal;
	src: url(../font/IBMPlexSansThai-ExtraLight.ttf) format('truetype');
}
@font-face {
	font-family: 'IBM';
	font-weight: 300;
	font-style: normal;
	src: url(../font/IBMPlexSansThai-Light.ttf) format('truetype');
}
@font-face {
	font-family: 'IBM';
	font-weight: 400;
	font-style: normal;
	src: url(../font/IBMPlexSansThai-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'IBM';
	font-weight: 500;
	font-style: normal;
	src: url(../font/IBMPlexSansThai-Medium.ttf) format('truetype');
}
@font-face {
	font-family: 'IBM';
	font-weight: 600;
	font-style: normal;
	src: url(../font/IBMPlexSansThai-SemiBold.ttf) format('truetype');
}
@font-face {
	font-family: 'IBM';
	font-weight: 700;
	font-style: normal;
	src: url(../font/IBMPlexSansThai-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Inter';
	src: url(../font/Inter.ttf) format('truetype');
}

/* Define */
:root {
	--bs-link-color: #2EC4B6;
	--bs-link-color-rgb: 46,196,182;
	--bs-link-hover-color: #2EC4B6;
	--bs-link-hover-color-rgb: 46,196,182;
	--bs-primary: #2EC4B6;	
	--bs-primary-rgb: 46,196,182;
	--bs-success: #6FCF97;
	--bs-secondary: #FF9F1C;
	--bs-secondary-rgb: 255,159,28;
	--bs-secondary-orange: #FFF6EA;
	--bs-danger: #EB5757;
	--bs-info: #56CCF2;
	--text-color: #000;
	--text-color-2: #666E7D;
	--text-color-3: #6e757c;
	--gray-1: #282E45;
	--gray-2: #7C88B1;
	--gray-3: #D6D9E4;
	--gray-4: #999fae;
	--gray-5: #f7f7f7;
	--gray-6: #fafafd;
	--gray-7: #101828;
	--gray-8: #F4F9F9;
	--gray-9: #7B92B2;
	--gray-10: #475467;
	--gray-11: #F9FAFB;
	--gray-12: #E6F0FF;
	--gray-13: #FAFAFD;
	--gray-14: #F3F5FC;
	--blue-1: #0052B4;
	--blue-2: #2E7FED;
	--blue-3: #56CDF2;
	--orange-1: #FF9E1C;
	--bg-color: #F5F5F5;
	--bs-border-color: #e3e6e9;
	--brand-line: #06C755;
	--green: #e6f9f7;
	--green-1: #ECF9F8;
	--green-2: #27FFEB;
	--border-color: #EAECF3;

	--social-line: #06cf59;

	--member-general: #EAECF3;
	--member-ruby: #E53A6B;
	--member-emerald: #17A68C;
	--member-sapphire: #0D42B7;
	--member-citrine: #E6B12D;
	--member-onyx: #683CC7;
	--member-opal: #F0790B;
	--member-diamond: #aeb3c5;
	--member-prestige: #484848;
}


/* Main */
html,
body {
	font: 400 16px/1.5 'IBM';
	color: var(--text-color);
}
/* Fix padding responsive */
html,
body,
.navbar,
.modal {
	padding-right: 0 !important;
}
.ff-inter {
	font-family: 'Inter';
}
.no-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0;
}


/* Image */
img {
	max-width: 100%;
	height: auto;
}
.profile-image {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-size: cover;
}
.grecaptcha-badge {
	display: none;
}
.pm-woman-2 {
	top: -30px;
	left: 50%;
	margin-left: -235px;
}
.w-fit-content {
	width: fit-content;
}
.text-underline {
	display: inline-block;
}
.text-underline:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: var(--green-2);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.quote-custom {
	position: relative;
	padding: 80px 0 50px;
}
.quote-custom:before {
	content: "“";
	display: block;
	font-size: 8rem;
	position: absolute;
	top: 0;
	left: 0;
}
.quote-custom:after {
	content: "”";
	display: block;
	font-size: 8rem;
	position: absolute;
	bottom: -90px;
	right: 0;
}
.img-new-clinic-woman-1 {
	bottom: 0;
	right: 60px;
}


/* Toast */
.toast {
	--bs-toast-bg: rgba(255, 255, 255, 0.95);
	--bs-toast-max-width: 380px;
}


/* tag */
.tag {
	padding: .5rem;
	background-color: #282E45;
	border-radius: 1.5rem;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}


/* Modal */
.modal-body {
	position: relative;
}
.modal-body .btn-close {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
}


/* Badge */
.badge {
	border-radius: 0.6rem;
	font-weight: 400;
	--bs-badge-padding-x: 0.7rem;	
}


/* Accordion */
.accordion-faq .accordion-item + .accordion-item {
	margin-top: 0.75rem;
}
.accordion-faq .accordion-item {
	border: 0;
}
.accordion-faq .accordion-button {
	border-radius: 0.5rem;
	border: 0;
	background-color: #FAFAFD;
}
.accordion-item:first-of-type .accordion-button {
	border-radius: 0.5rem;
}
.accordion-faq .accordion-button:after {
	display: none;
}
.accordion-faq .accordion-button:focus {
	box-shadow: none;
}
.accordion-faq .accordion-button:not(.collapsed),
.accordion-faq .accordion-body {
	background-color: var(--gray-1);
	color: #fff;
}
.accordion-faq .accordion-button:not(.collapsed) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;
	font-weight: 600;
}
.accordion-faq .accordion-body {
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.accordion-faq .accordion-button i {
	transition: .25s all;
	transform: rotate(0deg);
}
.accordion-faq .accordion-button:not(.collapsed) i {
	transform: rotate(90deg);
}


/* Typo */
.text-color {
	color: var(--text-color) !important;
}
.text-color-3 {
	color: var(--text-color-3) !important;
}
.text-primary {
	color: var(--bs-primary) !important;
}
.text-secondary {
	color: var(--bs-secondary) !important;
}
.text-green-2 {
	color: var(--green-2) !important;
}
.text-sub {
	color: #1D605B !important;
}
.text-gd {
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.text-gd-primary-1 {
	background-image: linear-gradient(100deg, #18c6c7 0%, #a4f1f2 17%, #27d9c8 33%);
}
.text-gd-primary-2 {
	background-image: linear-gradient(112.81deg, #18C6C7 28.33%, #A4F1F2 42.46%, #27D9C8 56.3%);
}
.text-gd-primary-3 {
	background-image: linear-gradient(90.15deg, #24FFEB 0.03%, #FFFFFF 27.43%);
}
.text-gd-primary-4 {
	background-image: linear-gradient(91deg, #2ec4b6 -2%, #61e0e8 91%);
}
.text-gd-primary-5 {
	background-image: linear-gradient(50deg, #42CBBE 25.53%, #84DFD5 75.82%);
}
.text-gd-primary-6 {
	background-image: linear-gradient(180deg, #31D8C8 0%, #24B5A4 100%);
}
.text-gd-primary-7 {
	background-image: radial-gradient(24.18% 116.72% at 31.97% 50%, #79F5EA 0%, #44D4C6 100%);
}
.text-gd-primary-8 {
	background-image: linear-gradient(103.09deg, #7FDCD2 0.99%, #35CABE 82.94%);
}
.text-gd-primary-9 {
	background-image: radial-gradient(31.58% 115.53% at 38.82% 50%, #79F5EA 0%, #44D4C6 100%);
}
.text-gd-blue-1 {
	background-image: linear-gradient(180deg, #054BFF 0%, #E9F5FF 100%);
}
.text-gd-blue-2 {
	background-image: linear-gradient(79deg, #0085ff -2%, #49deff 52%, #0085ff 111%);
}
.text-gd-blue-3 {
	background-image: linear-gradient(172.1deg, #5D9DF4 6.89%, #2E7FED 93.91%);
}
.text-gd-blue-8 {
	background-image: linear-gradient(107.18deg, #36D1E9 2.02%, #0090FF 99.2%);
}
.text-gd-blue-9 {
	background-image: linear-gradient(107deg, #36D1E9 2%, #0090FF 99%);
}
.text-gd-secondary-1 {
	background-image: linear-gradient(93.29deg, #FFB951 49.76%, #FF833E 77.86%, #FF5C00 96.25%);
}
.text-gd-secondary-2 {
	background-image: linear-gradient(100deg, #fffbef -8%, #f4ae00 54%, #fd2161 163%);
}
.text-gd-secondary-3 {
	background-image: linear-gradient(91deg, #f90 4%, #ffc909 102%);
}
.text-gd-secondary-4 {
	background-image: linear-gradient(100deg, #fb8700 -3%, #fdd09c 44%, #ff7a00 88%);
}
.text-gd-secondary-5 {
	background-image: linear-gradient(91deg, #ffc90b 1%, #d19700 106%);
}
.text-gd-secondary-6 {
	background-image: linear-gradient(101deg, #ff3d50 0%, #fe883e 100%);
}
.text-gd-secondary-7 {
	background-image: linear-gradient(101deg, #ff4b06 10%, #ffa34f 53%, #ff0d0d 98%, #ff0d0d 98%);
}
.text-gd-secondary-8 {
	background-image: linear-gradient(103.09deg, #FCCF31 0.99%, #FF6745 96.75%);
}
.text-gd-secondary-9 {
	background-image: linear-gradient(172.1deg, #FCB85B 6.89%, #FF9F1C 93.91%);
}
.text-gd-secondary-10 {
	background-image: linear-gradient(103deg, #FCCF31 0%, #FF6745 97%);
}
.text-gd-purple-1 {
	background-image: linear-gradient(90.5deg, #715BFD 66.64%, #FF9191 92.14%);
}
.text-gd-purple-2 {
	background-image: linear-gradient(90.03deg, #1E0BFF 31.45%, #FF143E 69.54%);
}
.text-gd-purple-3 {
	background-image: linear-gradient(94deg, #ff58d0 6%, #8e58ff 100%);
}
.text-gd-purple-4 {
	background-image: linear-gradient(to right, #4c3dff -10%, #fe883e 76%);
}
.text-gd-purple-5 {
	background-image: linear-gradient(to right, #1e0bff 31%, #ff143e 70%);
}
.text-gd-success-1 {
	background-image: linear-gradient(97deg, #2ec5b6 -8%, #ccda3a 125%);
}
.text-gd-danger-1 {
	background-image: linear-gradient(172.1deg, #FD7B7B 6.89%, #DE4E4E 93.91%);
}
.text-gd-danger-2 {
	background-image: linear-gradient(103deg, #FD9A9A 0%, #DE4E4E 97%);	
}
.text-line {
	color: var(--social-line) !important;
}
.bg-secondary {
	background-color: var(--bs-secondary) !important;
}
.bg-gray-1 {
	background-color: var(--gray-1) !important;
}
.bg-gray-2 {
	background-color: var(--gray-2) !important;
}
.bg-gray-3 {
	background-color: var(--gray-3) !important;
}
.bg-gray-4 {
	background-color: var(--gray-4) !important;
}
.bg-gray-5 {
	background-color: var(--gray-5) !important;
}
.bg-gray-6 {
	background-color: var(--gray-6) !important;
}
.bg-gray-7 {
	background-color: var(--gray-7) !important;
}
.bg-gray-8 {
	background-color: var(--gray-8) !important;
}
.bg-gray-9 {
	background-color: var(--gray-9) !important;
}
.bg-gray-10 {
	background-color: var(--gray-10) !important;
}
.bg-gray-11 {
	background-color: var(--gray-11) !important;
}
.bg-gray-12 {
	background-color: var(--gray-12) !important;
}
.bg-gray-13 {
	background-color: var(--gray-13) !important;
}
.bg-gray-14 {
	background-color: var(--gray-14) !important;
}
.bg-white-2 {
	background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-orange-1 {
	background-color: var(--orange-1) !important;
}
.bg-green-1 {
	background-color: var(--green-1) !important; 
}
.bg-new-clinic-video {
	background-image: url(../img/new-clinic/background/bg-youtube.webp);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}
.bg-program-migration-video {
	background-image: url(../img/program-migration/background/bg-youtube.webp);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}
.bg-program-migration-quote {
	background-image: url(../img/program-migration/background/bg-clinic.webp);
}
.text-gray-1 {
	color: var(--gray-1) !important;
}
.text-gray-2 {
	color: var(--gray-2) !important;
}
.text-gray-3 {
	color: var(--gray-3) !important;
}
.text-gray-4 {
	color: var(--gray-4) !important;
}
.text-gray-5 {
	color: var(--gray-5) !important;
}
.text-gray-6 {
	color: var(--gray-6) !important;
}
.text-gray-7 {
	color: var(--gray-7) !important;
}
.text-gray-8 {
	color: var(--gray-8) !important;
}
.text-gray-9 {
	color: var(--gray-9) !important;
}
.text-gray-10 {
	color: var(--gray-10) !important;
}
.text-gray-11 {
	color: var(--gray-11) !important;
}
.text-gray-12 {
	color: var(--gray-12) !important;
}
.text-blue-1 {
	color: var(--blue-1) !important;
}
.text-blue-2 {
	color: var(--blue-2) !important;
}
.text-blue-3 {
	color: var(--blue-3) !important;
}
.text-shadow-1 {
	text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}
.text-shadow-2 {
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.text-shadow-3 {
	text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}
.text-orange-1 {
	color: var(--orange-1) !important;
}
.bg-green {
	background-color: var(--green) !important;
}
.bg-gd-primary-1 {
	background-image: linear-gradient(149deg, #f0feff 0%, #f8ffff 100%);
}
.bg-gd-primary-2 {
	background:
	radial-gradient(58.9% 47.76% at 95.77% 6.91%, #DBFAF7 0%, transparent 100%),
	radial-gradient(67.59% 63.13% at -5.95% 104.5%, #A3A5A9 0%, transparent 100%);
}
.bg-gd-dark-1 {
	background: linear-gradient(161deg, #3A4364 1.64%, #191D2C 87.19%);
}
.bg-gd-dark-2 {
	background: linear-gradient(180deg, #3A4364 0%, #191D2C 100%);
}
.bg-abstract {
	background-image: url(../img/proclinic-landingpage-2025/background/bg-abstract.webp);
}
.bg-cover {
	background-size: cover;
	background-position: center center;
}
.bg-top {
	background-size: cover;
	background-position: top center;
}
.bg-fit-top {
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}
.bg-bottom {
	background-size: cover;
	background-position: bottom center;
}
.bg-hero {
	background-image: url(../img/proclinic-landingpage-2025/background/bg-hero.webp);
}
.bg-hero-2026 {
	background-image: url(../img/proclinic-landingpage-2025/background/bg-hero-2026.webp);
}
.bg-question {
	background-image: url(../img/landingpage/bg-question.jpg);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}
.bg-assistant {
	background-image: linear-gradient(to bottom, rgba(219, 251, 252, 0) 30%, #edfbfe 60%, #d6f6ff 100%);
}
.bg-core {
	background-image: url(../img/landingpage/bg-core.jpg);
}
.bg-membership {
	background-image: url(../img/landingpage/bg-membership.svg);
}
.bg-line {
	background-image: url(../img/landingpage/bg-line.svg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-customer-insight {
	background-image: url(../img/landingpage/bg-customer-insight.svg);
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bg-smart-audience {
	background-image: url(../img/landingpage/bg-smart-audience.svg);
}
.bg-customer {
	background-image: linear-gradient(to bottom, #43e2d4 0%, #69d7cb 24%, #f0fffe 67%, #feffff 100%);
}
.bg-gradient-blue {
	background-image: linear-gradient(to top, #e5fffd 0%, #f0fffe 49%, #fff 106%);
}
.bg-gradient-primary-1 {
	background: linear-gradient(180deg, #31D8C8 0%, #24B5A4 100%);
}
.bg-radiant-primary-1 {
	background: radial-gradient(45% 45% at 48% 52%, rgba(46, 196, 182, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.bg-clinic {
	background-image: url(../img/proclinic-landingpage-2025/background/bg-clinic.webp);
}
.bg-dark-1 {
	background-image: url(../img/proclinic-landingpage-2025/background/bg-dark.webp);
}
.bg-promotion {
	background-image: url(../img/proclinic-landingpage-2025/background/bg-promotion.webp);
}
.bg-line-2 {
	background-image: url(../img/proclinic-landingpage-2025/background/bg-line.webp);
}
.bg-new-clinic-hero {
	background-image: url(../img/new-clinic/background/bg-banner.webp);
}
.bg-program-migration-hero {
	background-image: url(../img/program-migration/background/bg-banner.webp);	
}
.bg-primary {
	background-color: var(--bs-primary) !important;
}
.bg-secondary {
	background-color: var(--bs-secondary) !important;
}
.bg-blue-2 {
	background-color: var(--blue-2) !important;
}
.bg-blue-3 {
	background-color: var(--blue-3) !important;
}
.shadow-custom-1 {
	box-shadow: 7px 7px 40px 0 rgba(153, 161, 170, 0.2);
}
.shadow-custom-2 {
	box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.05);
}
.shadow-custom-3 {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.shadow-custom-4 {
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
}
.shadow-custom-5 {
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}
.shadow-custom-6 {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
}
.fs-0 {
	font-size: calc(1.75rem + 1.5vw)!important;
}
.fs-7 {
	font-size: 1.1rem !important;
}
.fs-big {
	font-size: 5rem;
	line-height: 0.8;
}
.fs-super {
	font-size: 11rem;
	line-height: 0.8;
}
.p-custom-btn {
	padding: 0.6rem 1.5rem;
}
.list-check {
	list-style: none;
}
.list-check > li {
	position: relative;
}
.list > li + li {
	margin-top: 5px;
}
.list-check > li + li {
	margin-top: 5px;
}
.list-check > li:before {
	content: "";
	display: block;
	width: 16px;
	height: 17px;
	background-image: url(../img/landingpage/ic_check.png);
	background-size: 100% 100%;
	position: absolute;
	top: 2px;
	left: -30px;
}
.check-green > li:before {
	width: 28px;
	height: 28px;
	background-image: url(../img/proclinic-landingpage-2025/icon/ico-check-plain.webp);
	top: 50%;
	margin-top: -15px;
	left: -36px;
}
.list-wide > li + li {
	margin-top: 10px;
}
.list-wider > li + li {
	margin-top: 15px;
}
.line {
	display: inline-block;
	width: 80px;
	height: 4px;
	background-color: #748fb5;
	opacity: 0.15;
	margin-bottom: 0.5rem;
}
.line-2 {
	display: inline-block;
	width: 60px;
	height: 2px;
}
.list-bubble img {
	width: 180px;
	margin-bottom: 2rem;
}
.list-bubble img + img {
	margin-left: 80px;
}
.list-bubble img:nth-child(4n) + img {
	margin-left: 0;
}
.list-check-outline {
	list-style: none;
	padding-left: 2.5rem;
}
.list-check-outline > li {
	position: relative;
}
.list-check-outline > li + li {
	margin-top: 10px;
}
.list-check-outline > li:before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../img/proclinic-landingpage-2025/icon/ico-check-outline.webp);
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: -36px;
}
.list-check-circle {
	list-style: none;
	padding-left: 2.5rem;
}
.list-check-circle > li {
	position: relative;
}
.list-check-circle > li + li {
	margin-top: 10px;
}
.list-check-circle > li:before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../img/proclinic-landingpage-2025/icon/ico-check.webp);
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: -36px;
}
.list-check-circle > li.new:before {
	background-image: url(../img/proclinic-landingpage-2025/icon/ico-new.webp);
}
.list-times-circle {
	list-style: none;
	padding-left: 2rem;
}
.list-times-circle > li {
	position: relative;
}
.list-times-circle > li + li {
	margin-top: 10px;
}
.list-times-circle > li:before {
	content: "\f057";
	display: block;
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	color: var(--bs-danger);
	position: absolute;
	top: 4px;
	left: -2rem;
}
.list-check-circle-2 {
	list-style: none;
	padding-left: 2rem;
}
.list-check-circle-2 > li {
	position: relative;
}
.list-check-circle-2 > li + li {
	margin-top: 10px;
}
.list-check-circle-2 > li:before {
	content: "\f336";
	display: block;
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	position: absolute;
	top: 4px;
	left: -2rem;
}
.list-icon {
	list-style: none;
	padding-left: 1.75rem;
}
.list-icon > li {
	position: relative;
}
.list-icon > li i {
	position: absolute;
	left: -1.75rem;
	top: 3px;
}
.list-icon > li + li {
	margin-top: 0.5rem;
}
.strong {
	font-weight: 600;
}
ol.custom-counter {
	list-style: none;
}
ol.custom-counter > li {
	position: relative;
}
ol.custom-counter > li::before {
	content: attr(data-value) ". ";
	position: absolute;
	left: -2.5rem;
	width: 2.5rem;
	text-align: right;
}
.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
hr {
	margin: 1rem 0;
	border-color: var(--border-color);
	opacity: 1;
}
hr.dashed {
	border: 1px dashed var(--border-color);
}
.rounded-50 {
	border-radius: 50% !important;
}
.border-5 {
	border-width: 5px;
}
.border-orange-1 {
	border-color: var(--orange-1) !important;
}
.border-custom-1 {
	border: 1px solid #EAECF0;
}
.border-blue-2 {
	border-color: var(--blue-2) !important;
}
.border-blue-3 {
	border-color: var(--blue-3) !important;
}
.border-primary {
	border-color: var(--bs-primary) !important;
}
.border-secondary {
	border-color: var(--bs-secondary) !important;
}
.border-gd-secondary {
	padding: 4px;
	background: linear-gradient(103.09deg, #FCCF31 0.99%, #FF6745 96.75%);
}
.border-gd-blue {
	padding: 4px;
	background: linear-gradient(107.18deg, #36D1E9 2.02%, #0090FF 99.2%);
}
.border-gd-primary {
	padding: 4px;
	background: linear-gradient(103.09deg, #7FDCD2 0.99%, #35CABE 82.94%);
}
.bg-secondary-1 {
	background: #fff9ed;
}
.bg-blue-1 {
	background: #eff5fe;
}
.bg-primary-1 {
	background: #f7fdfc;
}
.before-blue-2 li:before {
	color: var(--blue-2) !important;
}
.before-blue-3 li:before {
	color: var(--blue-3) !important;
}
.before-primary li:before {
	color: var(--bs-primary) !important;
}
.before-secondary li:before {
	color: var(--bs-secondary) !important;
}
.mb-custom-1 {
	margin-bottom: 120px;
}



/* Swiper js */
.swiper-core-feature-image {
	width: calc(100% - 440px);
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.swiper-core-feature {
	width: 400px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	padding-right: 40px;
}
.swiper-pagination-vertical {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #fff;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	width: 12px;
}
.swiper-pagination-bullet {
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.8);
}
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	transform: translateX(0);
}
.swiper-bullet-primary .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background-color: var(--bs-primary);
}
.swiper-deep-analysis {
	position: absolute;
	width: 50%;
	right: 0;
	top: 250px;
}
.swiper-pagination .swiper-pagination-bullet {
	background-color: #E2E8E8;
	width: 40px;
	border-radius: 4px;
	height: 8px;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--bs-primary);
}


/* Section */
.content-wrapper {
	margin-top: 96px; /* Navbar Height */
}
.section {
	padding: 60px 0;
}
.p-custom-1 {
	padding: 120px 0;
}
.p-custom-2 {
	padding: 90px 0;
}
.p-custom-3 {
	padding: 30px 0;
}
.p-custom-4 {
	padding: 2rem;
}
.p-custom-5 {
	padding: 150px 0;
}


/* Form */
.form-control {
	border-radius: 0.5rem;
	padding: 0.5rem 0.75rem;
}
.input-with-icon {
	position: relative;
}
.input-with-icon i {
	position: absolute;
	left: 14px;
	top: 12px;
}
.input-with-icon .form-control {
	padding-left: 40px;
}
.input-with-icon.right i {
	right: 14px;
	left: auto;
}
.input-with-icon.right .form-control {
	padding-left: 15px;
	padding-right: 40px;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
	box-shadow: -10px 0 0 var(--bs-primary);
}
.radio-label-1 {
	display: block;
	border: 1px solid var(--bs-border-color);
	border-radius: .5rem;
	text-align: center;
	padding: 15px 0;
	cursor: pointer;
}
.radio-custom-1 input:checked + label {
	border-color: var(--bs-primary);
	color: var(--bs-primary);
}
.bootstrap-select .dropdown-menu {
	max-width: 100%;
}
.bootstrap-select > .dropdown-toggle {
	border-color: #EAECF3;
}
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle.show {
	border-color: var(--bs-primary);
	box-shadow: none;
}
.bootstrap-select > .dropdown-toggle {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: right 15px center;
}
.bootstrap-select.rounded-0 > .dropdown-toggle {
	border-radius: 0;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
	box-shadow: none;
}
.bootstrap-select > .dropdown-menu {
	transform: translate(0, 44px) !important;
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
	padding: 8px;
}
.bootstrap-select .no-results {
	padding: 0;
	background: transparent;
	margin: 0 10px 10px;
}
.bootstrap-select .bs-invalid,
.bootstrap-select .bs-invalid:focus {
	color: var(--bs-danger);
	border-color: var(--bs-danger);
}
.bootstrap-select .dropdown-toggle::after {
	display: none;
}
.form-check-input:focus {
	border-color: var(--bs-primary);
	box-shadow: none;
}
.form-check-input:checked {
	border-color: var(--bs-primary);
	background-color: var(--bs-primary);
}
.form-check-custom-1 {
	position: relative;
	padding: 15px;
	border-radius: 0.75rem;
	background-color: #fff;
}
.form-check-custom-1 .form-check-border {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	left: 0;
	top: 0;
	border-radius: 0.75rem;
	border: 1px solid var(--gray-3);
}
.form-check-custom-1 input:checked + .form-check-border {
	border-color: var(--bs-primary);
}



/* Dropdown */
.dropdown-menu {
	--bs-dropdown-min-width: 220px;
	--bs-dropdown-border-width: 0;
	--bs-dropdown-border-radius: 12px;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
	--bs-dropdown-padding-y: 0;
	--bs-dropdown-item-padding-y: 0.6rem;
	--bs-dropdown-link-hover-color: var(--bs-primary);
	--bs-dropdown-link-hover-bg: #F4FFFE;
	--bs-dropdown-link-active-color: var(--bs-primary);
	--bs-dropdown-link-active-bg: #F4FFFE;
	--bs-dropdown-divider-margin-y: .25rem;
	z-index: 1021;
}
.dropdown-menu > li:first-child > a {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.dropdown-menu > li:last-child > a {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.dropdown-secondary {
	overflow: hidden;
	--bs-dropdown-padding-y: 0;
	--bs-dropdown-item-padding-y: 0.6rem;
	--bs-dropdown-link-active-bg: var(--bs-secondary-orange);
	--bs-dropdown-link-hover-color: var(--gray-1);
	--bs-dropdown-link-hover-bg: var(--bs-secondary-orange);
	--bs-dropdown-link-active-color: var(--gray-1);
}
.dropdown-primary {
	--bs-dropdown-padding-y: 0.75rem;
	--bs-dropdown-item-padding-y: 0.4rem;
}
.sidebar ul a i,
.dropdown-menu i {
	width: 20px;
	text-align: center;
}


/* Button */
.link {
	text-decoration: none;
}
.btn-link {
	display: inline-block;
	text-decoration: none;
	border-radius: 17px;
	background-color: transparent;
	color: var(--text-color);
	padding: 5px 15px;
	transition: .25s all;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.btn-link.active {
	background-color: var(--bs-primary);
	color: #fff;
}
.btn {
	--bs-btn-border-radius: 8px;
	--bs-btn-padding-x: 15px;
	--bs-btn-padding-y: 8px;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #30ADA2;
	--bs-btn-hover-border-color: #30ADA2;
	--bs-btn-focus-shadow-rgb: ;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #1F8A80;
	--bs-btn-active-border-color: #1F8A80;
	--bs-btn-active-shadow: ;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--bs-primary);
	--bs-btn-disabled-border-color: var(--bs-primary);
}
.btn-outline-primary {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-primary);
	--bs-btn-hover-bg: #F4FFFE;
	--bs-btn-hover-border-color: var(--bs-primary);
	--bs-btn-focus-shadow-rgb: ;
	--bs-btn-active-color: var(--bs-primary);
	--bs-btn-active-bg: #CDF2EF;
	--bs-btn-active-border-color: var(--bs-primary);
	--bs-btn-active-shadow: ;
	--bs-btn-disabled-color: var(--bs-primary);
	--bs-btn-disabled-bg: var(--bs-primary);
	--bs-btn-disabled-border-color: var(--bs-primary);
}
.btn-light {
	--bs-btn-color: #000;
	--bs-btn-bg: #fff;
	--bs-btn-border-color: #D0D5DD;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #efefef;
	--bs-btn-hover-border-color: #D0D5DD;
	--bs-btn-focus-shadow-rgb: ;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #dedede;
	--bs-btn-active-border-color: #D0D5DD;
	--bs-btn-active-shadow: ;
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #fff;
	--bs-btn-disabled-border-color: #D0D5DD;
}
.btn-gray-1 {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--gray-1);
	--bs-btn-border-color: var(--gray-1);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #1c202e;
	--bs-btn-hover-border-color: #1c202e;
	--bs-btn-focus-shadow-rgb: ;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0c0d12;
	--bs-btn-active-border-color: #0c0d12;
	--bs-btn-active-shadow: ;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--gray-1);
	--bs-btn-disabled-border-color: #fff;
}
.btn-orange-1 {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--orange-1);
	--bs-btn-border-color: var(--orange-1);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #e38a12;
	--bs-btn-hover-border-color: #e38a12;
	--bs-btn-focus-shadow-rgb: ;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #d17d0c;
	--bs-btn-active-border-color: #d17d0c;
	--bs-btn-active-shadow: ;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--orange-1);
	--bs-btn-disabled-border-color: var(--orange-1);
	border: 1px solid;
}
.btn-outline-light {
	--bs-btn-color: #fff;
	--bs-btn-bg: rgba(255, 255, 255, 0.2);
	--bs-btn-border-color: #fff;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgba(255, 255, 255, 0.3);
	--bs-btn-hover-border-color: #fff;
	--bs-btn-focus-shadow-rgb: ;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgba(255, 255, 255, 0.4);
	--bs-btn-active-border-color: #fff;
	--bs-btn-active-shadow: ;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: rgba(255, 255, 255, 0.2);
	--bs-btn-disabled-border-color: #fff;
}
.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-secondary);
	--bs-btn-border-color: var(--bs-secondary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #de8812;
	--bs-btn-hover-border-color: #de8812;
	--bs-btn-focus-shadow-rgb: ;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #b87211;
	--bs-btn-active-border-color: #b87211;
	--bs-btn-active-shadow: ;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--bs-secondary);
	--bs-btn-disabled-border-color: var(--bs-secondary);
}
.btn-red {
	--bs-btn-color: #fff;
	--bs-btn-bg: #DD4E4E;
	--bs-btn-border-color: #DD4E4E;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #DD4E4E;
	--bs-btn-hover-border-color: #DD4E4E;
	--bs-btn-focus-shadow-rgb: ;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #DD4E4E;
	--bs-btn-active-border-color: #DD4E4E;
	--bs-btn-active-shadow: ;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #DD4E4E;
	--bs-btn-disabled-border-color: #DD4E4E;
}
#price-1-year.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #ff3d50;
	--bs-btn-border-color: #ff3d50;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #dd2c3d;
	--bs-btn-hover-border-color: #dd2c3d;
	--bs-btn-focus-shadow-rgb: ;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #bd202f;
	--bs-btn-active-border-color: #bd202f;
	--bs-btn-active-shadow: ;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #ff3d50;
	--bs-btn-disabled-border-color: #ff3d50;
}


/* Navbar */
.navbar {
	--bs-navbar-nav-link-padding-x: 1.25rem;
	--bs-navbar-color: #000;
	transition: .25s all;
}
.navbar-nav {
	--bs-navbar-active-color: var(--bs-primary);
	--bs-nav-link-hover-color: var(--bs-primary);
}
.nav.flex-column .nav-link {
	color: #fff;
	border-left: 4px solid #fff;
	padding: 10px 20px;
}
.nav.flex-column .nav-link:hover,
.nav.flex-column .nav-link:focus,
.nav.flex-column .nav-link:active,
.nav.flex-column .nav-link.active {
	border-color: var(--bs-primary);
}
.nav-custom-1 {
	border: 1px solid #fff;
	border-radius: 1.5rem;
	padding: 3px;
}
.nav-custom-1 .nav-link {
	color: #fff;
	border-radius: 1.5rem;
	font-size: 1.2rem;
}
.nav-custom-1 .nav-link.active {
	background-color: #fff;
	color: #000;
}
.nav-faq {
	display: block;
}
.nav-faq > li + li {
	margin-top: 0.75rem;
}
.nav-faq .nav-link {
	background-color: var(--gray-13);
	border-radius: 0.75rem;
	color: var(--text-color);
	display: block;
	width: 100%;
	text-align: left;
	padding: 1rem 1rem 1rem 3rem;
	position: relative;
}
.nav-faq .nav-link.active,
.nav-faq .nav-link:active,
.nav-faq .nav-link:focus {
	background-color: var(--gray-1);
	color: #fff;
}
.nav-faq .nav-link:before {
	display: block;
	position: absolute;
    left: 1.25rem;
    top: 1rem;
}
.nav-faq > li:nth-child(1) > .nav-link::before { content: "1."; }
.nav-faq > li:nth-child(2) > .nav-link::before { content: "2."; }
.nav-faq > li:nth-child(3) > .nav-link::before { content: "3."; }
.nav-faq > li:nth-child(4) > .nav-link::before { content: "4."; }
.nav-faq > li:nth-child(5) > .nav-link::before { content: "5."; }
.nav-faq > li:nth-child(6) > .nav-link::before { content: "6."; }
.nav-faq > li:nth-child(7) > .nav-link::before { content: "7."; }
.nav-faq > li:nth-child(8) > .nav-link::before { content: "8."; }
.nav-faq > li:nth-child(9) > .nav-link::before { content: "9."; }
.nav-faq > li:nth-child(10) > .nav-link::before { content: "10."; }


/* Floating button */
.btn-floating {
	padding: 0;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	font-size: 0;
	z-index: 100;
}
.btn-floating i {
	font-size: 24px;
	line-height: 54px;
	margin: 0;
}
.btn-floating img {
	max-width: unset;
	position: absolute;
	left: 1px;
	bottom: 0px;
	z-index: 2;
}
.btn-floating label {
	font-size: 14px;
	position: absolute;
	display: inline-block;
	padding: 0 8px;
	background-color: #BBBDC0;
	border-radius: 4px;
	left: 50%;
	margin-left: -27px;
	bottom: -15px;
	color: #000;
	margin-bottom: 0;
	z-index: 3;
}
.btn-floating-action {
	position: fixed;
	right: 25px;
	bottom: 25px;
}
.btn-messenger {
	color: #fff;
	background-color: #0084fe;
	-webkit-box-shadow: 0 5px 10px -5px #0084fe;
	-moz-box-shadow: 0 5px 10px -5px #0084fe;
	box-shadow: 0 5px 10px -5px #0084fe;
}
.btn-messenger:hover,
.btn-messenger:focus,
.btn-messenger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0078e8;
}
.btn-line {
	color: #fff;
	background-color: #06c755;
	-webkit-box-shadow: 0 5px 10px -5px #06c755;
	-moz-box-shadow: 0 5px 10px -5px #06c755;
	box-shadow: 0 5px 10px -5px #06c755;
}
.btn-line:hover,
.btn-line:focus,
.btn-line:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #06ae4b;
}


/* Pagination */
.pagination {
	--bs-pagination-border-width: 0;
	--bs-pagination-color: var(--gray-1);
	--bs-pagination-bg: transparent;
	--bs-pagination-hover-bg: transparent;
	--bs-pagination-focus-bg: transparent;
	--bs-pagination-disabled-bg: transparent;
	--bs-pagination-active-bg: transparent;
	--bs-pagination-active-color: var(--bs-primary);
	--bs-pagination-hover-color: var(--bs-primary);
	--bs-pagination-focus-box-shadow: ;
}


/* Loader */
.loader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3000;
	transition: .25s all;
	opacity: 0;
	visibility: hidden;
}
.loader.active {
	opacity: 1;
	visibility: visible;
}
.loader-bg {
	background-color: #070707;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.05;
}


/* Breadcrumb */
.breadcrumb a {
	text-decoration: none;
	color: var(--text-color);
	font-size: 1.1rem;
	font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, ">");
}


/* Editor */
.fr-view blockquote {
	color: var(--bs-primary);
	border-color: var(--bs-primary);
}


/* Online Sale Step */
.step-item {
	position: relative;
	flex: 0 0 100px;
	text-align: center;
}
.step-item > div,
.step-item span,
.step-item:before {
	transition: .25s all;
}
.step-item > div {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid var(--gray-3);
	text-align: center;
	line-height: 28px;
	font-weight: 700;
	color: var(--gray-3);
	margin: 0 auto 5px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.step-item span {
	font-size: 0.9rem;
}
.step > .step-item + .step-item {
	margin-left: 100px;
}
.step > .step-item + .step-item:before {
	content: "";
	display: block;
	width: 200px;
	height: 3px;
	background-color: var(--gray-3);
	position: absolute;
	left: -150px;
	top: 14px;
	z-index: 1;
}
.step-item.active > div {
	color: #fff;
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}
.step-item.active span {
	color: var(--bs-primary);
}
.step-item.active:before {
	background-color: var(--bs-primary) !important;
}


/* Icon */
.icon {
	width: 56px;
	height: 56px;
	line-height: 60px;
	color: #fff;
	border-radius: 50%;
	background-color: var(--bs-primary);
	text-align: center;
	font-size: 30px;
}


/* Table */
.table-custom-1 > :not(caption) > * > * {
	background-color: transparent;
	border-width: 0;
}
.table-custom-1 td,
.table-custom-1 th {
	color: #fff;
}
.table-custom-1 > thead > tr > th {
	background-color: #000;
}
.table-custom-1 > thead > tr > th:first-child {
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.table-custom-1 > thead > tr > th:last-child {
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}


/* Iframe */
.iframe-container {
	position: relative;
	width: 100%;
	margin: auto;
	padding-top: 56.25%;
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1040;
	transition: .25s all;
	visibility: hidden;
	display: none;
	opacity: 0;
}
.video-container.active {
	display: block;
	visibility: visible;
	opacity: 1;
}
.video-backdrop {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1041;
	background: rgba(16, 24, 40, 0.75);
}
.iframe-wrapper {
	position: relative;
	width: 800px;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	z-index: 1042;
}
.iframe-wrapper iframe {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 12px;
}


.row.align-items-stretch > [class*="col-"] {
	display: flex;
	flex-direction: column;
}

.row.align-items-stretch > [class*="col-"] > .row {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.row.align-items-stretch > [class*="col-"] > .row > .col-12:last-child {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.row.align-items-stretch > [class*="col-"] > .row > .col-12:last-child > .bg-white {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.m-custom-2 {
	margin: 0 0 0 50px;
}
.m-custom-3 {
	margin: 0 0 0 100px;
}


/* Responsive */
/* Custom 1600px breakpoint: xxxl */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.row-cols-lg-10 > * {
		flex: 0 0 auto;
		width: 10%; /* 100% / 10 = 10% */
	}
}
@media (min-width: 1200px) {
	.pe-custom-1 {
		padding-right: 420px !important;
	}
}
@media (max-width: 1399px) {
	.navbar-toggler {
		width: 40px;
		height: 40px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		padding-left: 0;
		padding-right: 0;
		margin: 0;
		border: none;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.navbar-toggler .icon-bar {
		display: block;
		width: 33px;
		height: 3px;
		border-radius: 3px;
		-webkit-transition: all .25s;
		-moz-transition: all .25s;
		transition: all .25s;
		background-color: #000;
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-toggler .first-bar,
	.navbar-toggler .third-bar {
		width: 33px;
	}
	.navbar-toggler .icon-bar+.icon-bar {
		margin-top: 8px;
	}
	.navbar-toggler:not(.collapsed) .first-bar {
		width: 33px;
		transform: translateY(11px) rotate(45deg);
	}
	.navbar-toggler:not(.collapsed) .second-bar {
		visibility: hidden;
		opacity: 0;
	}
	.navbar-toggler:not(.collapsed) .third-bar {
		width: 33px;
		transform: translateY(-11px) rotate(-45deg);
	}
	.navbar-toggler .first-bar {
		transform: translateY(0) rotate(0);
	}
	.navbar-toggler .second-bar {
		visibility: visible;
		opacity: 1;
	}
	.navbar-toggler .third-bar {
		transform: translateY(0) rotate(0);
	}
	.m-custom-2 {
		margin: 0;
	}
	.m-custom-3 {
		margin: 0;
	}
}
@media (max-width: 1199px) {
	.fix-container {
		max-width: 960px !important;
	}
	.img-crm-insight,
	.img-smart-audience {
		width: 400px;
	}
	.img-rfm-analysis {
		width: 600px;
	}
	.img-segmentation-map,
	.img-cohort-analysis {
		width: 500px;
	}
	.img-new-clinic-woman-1 {
		bottom: 0;
		right: 0;
	}
	.img-new-clinic-problem {
		width: 450px;
	}
}
@media (max-width: 991px) {
	.fix-container {
		max-width: 720px !important;
	}
	.img-hero {
		width: 400px;
	}
	.p-custom-1 {
		padding: 100px 0;
	}
	.swiper-core-feature-image {
		width: 100%;
	}
	.img-membership {
		width: 300px;
	}
	.img-crm-insight,
	.img-smart-audience {
		width: 320px;
	}
	.img-rfm-analysis {
		width: 350px;
	}
	.img-segmentation-map,
	.img-cohort-analysis {
		width: 300px;
	}
	.list-bubble img:nth-child(4n) + img {
		margin-left: 80px;
	}
	.list-bubble img:nth-child(3n) + img {
		margin-left: 0;
	}
	.swiper-core-feature {
		padding-right: 0;
		width: 100%;
	}
	.img-cert {
		width: 148px;
	}
	.p-custom-2 {
		padding: 40px 0;
	}
	.p-custom-4 {
		padding: 1.5rem;
	}
	.mb-custom-1 {
		margin-bottom: 80px;
	}
	.pm-woman-2-mobile {
		top: -15px;
		height: calc(100% + 15px);
		width: auto;
	}
}
@media (max-width: 767px) {
	.fix-container {
		max-width: 100% !important;
	}
	.fs-7 {
		font-size: 1rem !important;
	}
	.list-bubble img {
		width: 90px;
		margin-bottom: 1rem;
	}
	.list-bubble img + img {
		margin-left: 20px;
	}
	.list-bubble img:nth-child(4n) + img {
		margin-left: 20px;
	}
	.list-bubble img:nth-child(3n) + img {
		margin-left: 0;
	}
	.section {
		padding: 30px 0;
	}
	.p-custom-1 {
		padding: 40px 0;
	}
	.swiper-deep-analysis {
		position: initial;
		width: 100%;
	}
	.bg-question {
		background-size: cover;
	}
	.section-content {
		padding-top: 0;
	}
	.content-mobile {
		padding: 0 15px;
	}
	.step > .step-item + .step-item {
		margin-left: 20px;
	}
	.step > .step-item + .step-item:before {
		content: "";
		display: block;
		width: 120px;
		height: 3px;
		background-color: var(--gray-3);
		position: absolute;
		left: -60px;
		top: 14px;
		z-index: 1;
	}
	.line-crm-wrapper {
		flex: 0 0 360px !important;
	}
	.line-crm-wrapper > * {
		width: 360px !important;
	}
	.p-custom-3 {
		padding: 20px 0;
	}
	.review-image {
		width: 360px !important;
		height: 360px !important;
		flex: 0 0 360px !important;
	}
	.mb-custom-1 {
		margin-bottom: 1.5rem;
	}
	.bg-program-migration-video {
		background-size: 250% auto;
	}
	.text-underline:before {
		bottom: 4px;
	}
	.p-custom-5 {
		padding: 50px 0;
		border-bottom-width: 3px !important;
	}
	.pm-woman-2-mobile {
        top: 40px;
        height: calc(100% - 40px);
    }
}