@charset "utf-8";

/*------------------------------|| fonts||----------------------------------*/
@font-face {
	font-family: "Figtree";
	src: url("../fonts/Figtree-Light.eot");
	src:
		url("../fonts/Figtree-Light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Figtree-Light.woff2") format("woff2"),
		url("../fonts/Figtree-Light.woff") format("woff"),
		url("../fonts/Figtree-Light.ttf") format("truetype"),
		url("../fonts/Figtree-Light.svg#Figtree-Light") format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Figtree";
	src: url("../fonts/Figtree-Regular.eot");
	src:
		url("../fonts/Figtree-Regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Figtree-Regular.woff2") format("woff2"),
		url("../fonts/Figtree-Regular.woff") format("woff"),
		url("../fonts/Figtree-Regular.ttf") format("truetype"),
		url("../fonts/Figtree-Regular.svg#Figtree-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Figtree";
	src: url("../fonts/Figtree-Medium.eot");
	src:
		url("../fonts/Figtree-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Figtree-Medium.woff2") format("woff2"),
		url("../fonts/Figtree-Medium.woff") format("woff"),
		url("../fonts/Figtree-Medium.ttf") format("truetype"),
		url("../fonts/Figtree-Medium.svg#Figtree-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Figtree";
	src: url("../fonts/Figtree-SemiBold.eot");
	src:
		url("../fonts/Figtree-SemiBold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Figtree-SemiBold.woff2") format("woff2"),
		url("../fonts/Figtree-SemiBold.woff") format("woff"),
		url("../fonts/Figtree-SemiBold.ttf") format("truetype"),
		url("../fonts/Figtree-SemiBold.svg#Figtree-SemiBold") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Figtree";
	src: url("../fonts/Figtree-Bold.eot");
	src:
		url("../fonts/Figtree-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Figtree-Bold.woff2") format("woff2"),
		url("../fonts/Figtree-Bold.woff") format("woff"),
		url("../fonts/Figtree-Bold.ttf") format("truetype"),
		url("../fonts/Figtree-Bold.svg#Figtree-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Figtree";
	src: url("../fonts/Figtree-ExtraBold.eot");
	src:
		url("../fonts/Figtree-ExtraBold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Figtree-ExtraBold.woff2") format("woff2"),
		url("../fonts/Figtree-ExtraBold.woff") format("woff"),
		url("../fonts/Figtree-ExtraBold.ttf") format("truetype"),
		url("../fonts/Figtree-ExtraBold.svg#Figtree-ExtraBold") format("svg");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Figtree";
	src: url("../fonts/Figtree-Black.eot");
	src:
		url("../fonts/Figtree-Black.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Figtree-Black.woff2") format("woff2"),
		url("../fonts/Figtree-Black.woff") format("woff"),
		url("../fonts/Figtree-Black.ttf") format("truetype"),
		url("../fonts/Figtree-Black.svg#Figtree-Black") format("svg");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/*------------------------------|| fonts end ||----------------------------------*/

body,
html {
	font-family: var(--sitefonts);
	color: var(--rangoongreen);
	line-height: 24px;
	font-size: 16px;
	scroll-behavior: smooth;
}

html.menuhidden body {
	overflow-y: hidden;
}

p a,
p span a,
ul li a,
ol li a {
	color: var(--themegreen);
	display: inline-block;
}

p {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 30px;
	letter-spacing: 0px;
	font-family: var(--sitefonts);

	&:last-child {
		margin-bottom: 0;
	}

	&:has(+ *) {
		margin-bottom: 30px;
	}
}

p>a {
	color: var(--themegreen);
}

p>a:hover {
	color: var(--themegreen) !important;
	text-decoration: underline;
}

/* p>strong {
font-style: italic;
} */

/* .menuoverlay {
position: relative;
transition: all 500ms linear;
-webkit-transition: all 500ms linear;
}

.menuoverlay:before {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #000;
opacity: 0.8;
margin: auto;
z-index: 2;
}

.menuoverlay .header-right .btnlist .btn-lightblue {
background: transparent;
color: #ffff;
border-color: #fff;
}

.menuoverlay .header-right .btnlist a img {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(103%) contrast(103%);
} */

/* common ul li */
ul {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;

	&:has(+ *) {
		margin-bottom: 30px;
	}
}

ul.twocollist {
	column-count: 2;
}

main ul>li,
main ul.wp-block-list>li {
	position: relative;
	padding-left: 39px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: var(--rangoongreen);
	letter-spacing: 0px;
	margin-bottom: 15px;
	list-style: none;

	&:last-child {
		margin-bottom: 0;
	}
}

main ul>li>strong,
main ul>li>span,
main ul.wp-block-list>li>strong,
main ul.wp-block-list>li>span {
	font-weight: bold;
	display: inline-block;
	width: 100%;
}

main ul>li a {
	color: var(--sitetext);
}

main ul>li a:hover {
	color: var(--themegreen);
}

main ul:not([class])>li:after {
	content: "";
	background: transparent url(../images/icon/check.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0px;
	top: 0;
	width: 22px;
	height: 22px;
}

/*  */

p span {
	color: initial;
}

.row-reverse {
	flex-direction: row-reverse;
}

/* --------------------- select option --------------------- */
::-ms-expand {
	display: none;
}

::-moz-selection {
	color: #fff;
	background: #515151;
}

::selection {
	color: #fff;
	background: #515151;
}

/*-----FORM CONTROL-----*/
::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: var(--sitefonts);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.28px;
	color: var(--white);
	text-transform: none;
	background: transparent;
}

::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: var(--sitefonts);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.28px;
	color: var(--white);
	background: transparent;
	text-transform: none;
}

:-ms-input-placeholder,
textarea::placeholder {
	font-family: var(--sitefonts);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.28px;
	color: var(--white);
	background: transparent;
	text-transform: none;
}

/*  ------------ Select Option ------------ */
input:invalid {
	box-shadow: none;
}

form {
	display: inline-block;
}

.form-control,
form input[type="text"],
form input[type="email"],
form select,
form textarea,
form input[type="number"],
form input[type="tel"],
form input[type="file"],
textarea {
	width: 100%;
	padding: 19px 20px;
	min-height: 54px;
	font-family: var(--sitefonts);
	font-size: 14px;
	font-weight: 500;
	color: var(--white);
	background: var(--rangoongreen);
	border: 0;
	border-radius: 10px;
	margin-bottom: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

form textarea {
	resize: none;
	min-height: 150px;
	overflow: hidden;
	overflow-y: auto;
	margin: 0;
	vertical-align: bottom;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus {
	border-color: var(--themegreen);
}

select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/icon/select-arrow.svg) no-repeat right 16px center / 0.8em var(--rangoongreen);
	padding: 19px 20px;
	padding-right: 2em;
	font-size: 14px;
	font-weight: 500;
	color: var(--white);
	letter-spacing: 0;
	border-radius: 10px;
	text-transform: none;
}

select option {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	letter-spacing: 0;
	background: #fff;
	text-transform: none;
}

.wpcf7-spinner {
	position: absolute;
	margin: 0;
	right: 0;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.form-group {
	padding: 0 10px;
	width: 100%;
	position: relative;
	margin-bottom: 17px;
}

form .form-group label {
	font-family: var(--sitefonts);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.15;
	letter-spacing: 0px;
	color: var(--rangoongreen);
	text-align: left;
	display: block;
	margin-bottom: 10px;
}

.checkbxdiv {
	display: flex;
	margin-top: 15px;
	line-height: 1.2;
	align-items: center;
}

.checkbxdiv input[type="checkbox"] {
	margin: 0 15px 0 0;
}

form .form-group .checkbxdiv label {
	margin-bottom: 0;
}

/* --------- Normal Button Style Start --------- */
/* button:not(#html5-close), */
.button,
button[type="submit"],
input[type="submit"] {
	font-family: var(--sitefonts);
	font-size: 18px;
	padding: 18px 26px 18px;
	font-weight: 800;
	color: var(--white);
	background: transparent;
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	z-index: 0;
	line-height: normal;
	letter-spacing: 0;
	text-decoration: none;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	text-transform: capitalize;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	min-height: 54px;
	min-width: auto;
	gap: 9px;
	position: relative;
	border-radius: 10px;
}

.btn-theme {
	color: var(--rangoongreen);
	background: var(--themegreen);

	&:hover {
		color: var(--whitesmoke);
		box-shadow: 7px 4px 36px -14px var(--themegreen);
	}

	&:active {
		transform: scale(0.97);
		color: var(--whitesmoke);
		box-shadow: 7px 4px 36px -10px var(--themegreen);
	}
}

.btn-white {
	color: var(--rangoongreen);
	background: var(--white);
	border-color: var(--white);

	&:hover {
		background: var(--rangoongreen);
		border-color: var(--rangoongreen);
		color: var(--white);
	}
}

.btn-black {
	background: var(--rangoongreen);
	color: var(--white);
	border-color: var(--rangoongreen);

	&:hover {
		background-color: white;
		color: var(--rangoongreen);
	}
}

.btn-black-border {
	background: transparent;
	color: var(--rangoongreen);
	border-color: var(--rangoongreen);

	& img {
		filter: brightness(0) saturate(100%) invert(6%) sepia(5%) saturate(12%) hue-rotate(314deg) brightness(95%) contrast(99%);
	}
}

.btn-white-border {
	background: transparent;
	color: var(--white);
	border-color: var(--white);
}

.btn-white-border:hover {
	background: var(--darkblue);
	border-color: var(--darkblue);
	color: #fff;

	&>img {
		filter: brightness(0) invert(1);
	}
}

.action-callbtn {
	display: flex;
	align-items: center;

	& .call-icon {
		width: 48px;
		height: 48px;
		border-radius: 100%;
		background: var(--rangoongreen);
		display: flex;
		align-items: center;
		justify-content: center;

		& img {
			filter: brightness(0) saturate(100%) invert(84%) sepia(33%) saturate(5624%) hue-rotate(85deg) brightness(94%) contrast(84%);
		}
	}

	& .call-info {
		padding-left: 10px;
		text-align: left;

		& p {
			font-family: var(--sitefonts);
			font-weight: 500;
			font-size: clamp(12px,
					12px + (18 - 12) * ((100vw - 375px) / (1920 - 375)),
					18px);
			line-height: 1.2;
			letter-spacing: 0px;
			margin-bottom: 0;
			color: var(--rangoongreen);

			& span {
				color: var(--rangoongreen);

				&.call-tag {
					font-size: clamp(14px,
							14px + (30 - 14) * ((100vw - 375px) / (1920 - 375)),
							30px);
					font-weight: 800;
					line-height: 1.2;
					display: block;
					color: var(--rangoongreen);
					transition: all 0.3s ease-in-out;
					-webkit-transition: all 0.3s ease-in-out;
					-ms-transition: all 0.3s ease-in-out;
				}
			}
		}
	}

	&:hover {
		& .call-info {
			& p {
				& span {
					&.call-tag {
						color: var(--themegreen);
					}
				}
			}
		}
	}
}

/* -------------------------------------- */
.btnlist {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	z-index: 3;
	position: relative;
}

/* ------------------ normal button style end -------------------- */

a {
	text-decoration: none;
	display: inline-block;
}

header nav ul {
	margin-left: 0;
	list-style-type: none;
}

p a:hover,
ul li a:hover,
ol li a:hover {
	color: var(--blue);
}

.whitetxt {
	color: var(--white) !important;
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--sitefonts);
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 800;
	text-transform: none;
	position: relative;
	letter-spacing: 0px;
	color: #101010;
}

.heading-50,
h1 {
	font-size: clamp(34px,
			34px + (50 - 34) * ((100vw - 375px) / (1920 - 375)),
			50px);
}

.heading-46,
h2 {
	font-size: clamp(26px,
			26px + (46 - 26) * ((100vw - 375px) / (1920 - 375)),
			46px);
}

.heading-36,
h3 {
	font-size: clamp(26px,
			26px + (36 - 26) * ((100vw - 375px) / (1920 - 375)),
			36px);
}

.heading-32 {
	font-size: clamp(24px,
			24px + (32 - 24) * ((100vw - 375px) / (1920 - 375)),
			32px);
}

.heading-30 {
	font-size: clamp(30px,
			30px + (30 - 22) * ((100vw - 375px) / (1920 - 375)),
			30px);
}

.heading-24 {
	font-size: clamp(24px,
			24px + (24 - 18) * ((100vw - 375px) / (1920 - 375)),
			24px);
}

.heading-22 {
	font-size: clamp(22px,
			22px + (22 - 18) * ((100vw - 375px) / (1920 - 375)),
			22px);
}

.heading-20 {
	font-size: clamp(16px,
			16px + (20 - 16) * ((100vw - 375px) / (1920 - 375)),
			20px);
}

/*------------------------------||*FORM ERROR MASSSAGE||----------------------------------*/
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border: 1px solid #f5c812;
	width: 100%;
	display: block;
	color: inherit;
	padding: 11px 12px 11px 45px;
	text-align: left;
	line-height: 1;
	margin: 0 auto 20px;
	font-family: "Figtree";
	font-weight: 500;
	font-size: 12px;
	position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	background: url(../images/icon/icon-validation.svg) no-repeat 15px center #fff9df;
}

.wpcf7 form.failed .wpcf7-response-output {
	border: 1px solid #fe0000 !important;
	background: url(../images/icon/validation-cross.svg) no-repeat 15px center #ffdfdf;
	font-size: 14px;
	padding-left: 45px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: url(../images/icon/validation-tick.svg) no-repeat 15px center #e1ffd9;
	border-color: #498e36;
	font-size: 14px;
	padding-left: 45px;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	margin: 0;
	position: relative;
	background: #fe0000;
	display: inline-block;
	color: var(--white);
	letter-spacing: 0.2px;
	padding: 4px;
	line-height: 100%;
	top: 5px;
	left: 0;
	float: left;
}

.wpcf7-not-valid-tip:before {
	top: -5px;
	margin: 0;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid red;
}

.wpcf7-spinner {
	position: absolute;
	margin: 0;
	right: 0;
}

/*-----SCROLL TOP-----*/
.scrollTop {
	position: fixed !important;
	right: 20px;
	bottom: 30px;
	opacity: 0;
	height: 40px;
	width: 40px;
	min-height: 40px;
	z-index: 10;
	text-align: center;
	font-size: 26px !important;
	color: var(--white) !important;
	background: var(--themegreen) !important;
	border-radius: 12px;
	padding: 6px 11px !important;
	cursor: pointer;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
}

.scrollTop:hover {
	background: var(--rangoongreen) !important;
	border: 1px solid var(--themegreen);
	transform: translateY(-6px);
}

.scrolldown {
	cursor: pointer;
}

/* ----------------- select option ----------------- */
input:invalid {
	box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: var(--sitefonts);
}

textarea.form-control {
	resize: none;
	min-height: 150px;
	overflow: hidden;
	vertical-align: bottom;
	font-size: 18px;
}

.form-wrapper .form-group.width50 .form-control {
	min-width: auto;
}

/* -------------------- Slider Slider Css -------------------- */
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: unset;
}

.slick-next:before,
.slick-prev:before {
	content: none;
	opacity: 1;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	background-color: var(--rangoongreen);
	border-color: var(--rangoongreen);

	&:before {
		filter: brightness(0) invert(10);
	}
}

.slick-next:focus i,
.slick-next:hover i,
.slick-prev:focus i,
.slick-prev:hover i {
	color: #ffffff;
}

.slick-next:focus img,
.slick-next:hover img,
.slick-prev:focus img,
.slick-prev:hover img,
.btn_theme:hover img.small-black {
	filter: none;
}

/* slick slider arrows styles  */
.slick-prev,
.slick-next {
	right: -50px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 38px;
	height: 38px;
	min-width: unset;
	min-height: unset;
	padding: 0;
	background: transparent;
	color: #9e9e9e;
	border: 1px solid #191919;
	opacity: 1;
	z-index: 1;
	border-radius: 100% !important;
	cursor: pointer;
	outline: none;
	clip-path: none;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.slick-prev {
	left: -50px;
}

.slick-prev:before,
.slick-next:before {
	content: "";
	position: absolute;
	top: 13px;
	width: 6px;
	height: 11px;
	background: url(../images/icon/left-arrow.svg) no-repeat;
	background-size: contain;
}

.slick-next:before {
	background: url(../images/icon/right-arrow.svg) no-repeat;
	background-size: contain;
}

/* ------------.slick-dotted -------------*/
.slick-dots {
	bottom: 65px;
}

.slick-slider .slick-dots li {
	border-radius: 100% !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;

	&:hover {
		background: #fff;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
	}
}

.slick-slider .slick-dots li,
.slick-slider .slick-dots li button {
	width: 16px;
	height: 16px;
	min-height: auto;
	background-color: transparent;
}

.slick-slider .slick-dots li::after {
	display: none;
}

.slick-slider .slick-dots li.slick-active {
	background: var(--themegreen);
}

.slick-slider .slick-dots li button {
	padding: 0px;
	background: transparent;
	border-radius: 100% !important;
	min-width: unset;
}

.slick-slider .slick-dots li button:before {
	content: "";
	width: 16px;
	height: 16px;
	border: 0px;
	background: transparent;
	opacity: 1;
	border: 2px solid #fff8f8;
	border-radius: 100%;
	inset: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before,
.slick-slider .slick-dots li.slick-active button:before {
	opacity: 0.2;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.slick-slider .slick-dots li.slick-active button:before {
	background-color: var(--themecolor);
	border: 0px solid #313131;
	opacity: 1;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before {
	background-color: var(--themecolor);
	border: 0px solid #313131;
	opacity: 1;
}

/* ------------ Utility Classes -------------*/
main {
	margin: 0;
	position: relative;
	z-index: 1;
}

.relative {
	position: relative;
	z-index: 0;
}

.img-wrap {
	position: relative;
	display: inline-block;
}

.img-wrap img {
	object-fit: cover;
}

/* -----------------------form-section----------------------- */
.row {
	width: calc(100% + 20px);
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.width100 {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
	text-align: center;
}

.width50 {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
}

.wid33 {
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	margin: 0;
}

form.form-box {
	display: inline-block;
	width: 100%;
	line-height: 0.8;
	position: relative;
	z-index: 2;
}

.form-box .row .form-group>span {
	/* display: inline-block; */
	/* top: 12px;
	z-index: 2;
	position: absolute;
	left: 23px; */
}

form.form-box>p {
	font-size: 14px;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 1.5;
	max-width: 450px;
	margin-bottom: 0;
	margin-top: -78px;
	position: absolute;
	z-index: 1;
	display: inline-block;
	bottom: 0px;
	width: 100%;
	left: 0;
}

form.form-box input[type="submit"] {
	width: 100%;
}

form.form-box input[type="submit"]:hover {
	background: var(--themegreen);
	color: var(--white);
	border-color: var(--themegreen);
}

.container {
	max-width: 1450px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid {
	padding: 0 20px;
}

.container:before,
.container:after {
	display: none;
}

.faq_content.no_faq_btm_cnt {
	margin-top: 40px;
}

.contact-wrap a {
	text-transform: lowercase;
}


/* ******* POP UP ******** */
#wonderplugin-box-2 .wonderplugin-box-dialog{
	border-radius: 15px;
  overflow: hidden;
}
#wonderplugin-box-2 .wonderplugin-box-top{
	    padding: 50px !important;
	    border-radius: 15px;
}
#wonderplugin-box-2 .wonderplugin-box-content{
	border: 3px solid var(--themegreen) !important;
	border-radius: 15px !important;
}
.wonderplugin-box-container .wonderplugin-box-top a.button-theme{
    position: relative;
    font-family: var(--sitefonts);
    top: 0;
    writing-mode: inherit;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid var(--themegreen);
    z-index: 1;
    box-shadow: rgb(0 0 0 / 48%) 0 0 10px 0;
    border-radius: 10px;
    background: var(--white);
    color: var(--black);
    padding: 10px;

    &:hover{
    	background: var(--themegreen);
    }
}
.wonderplugin-box-container .wonderplugin-box-top .heading-32{
	    color: var(--white);
	    display: block;
	    font-size: 32px;
}
.wonderplugin-box-container .wonderplugin-box-top p{
	color: var(--white);
}
.wonderplugin-box-container .wonderplugin-box-top p.title_pop_txt{
	color: var(--themegreen);
}
#wonderplugin-box-2 .wonderplugin-box-description{
	margin-bottom: 30px !important;
}
#wonderplugin-box-2 .wonderplugin-box-closebutton{
	top: 8px !important;
    right: 8px !important;
    color: var(--white) !important;
}
#wonderplugin-box-2 .wonderplugin-box-closebutton:hover{
	background: var(--themegreen);
    color: var(--black) !important;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}

	.sticky {
		position: sticky !important;
		top: 100px;
		align-self: flex-start;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

/* Super large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {
	.container {
		max-width: 1300px;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1450px;
	}
}

/* ----------------- Common Title & Bottom Border ---------------- */
.contact-form-box input[type="submit"] {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	font-family: var(--sitefonts);
	letter-spacing: 0px;
	color: #e9e9e9;
	border-radius: 10px;
	background: var(--blue);
	padding: 6px 30px;
}

/*
.inner-banner-wrapper {
position: relative;
top: unset;
left: unset;
right: unset;
width: 100%;
height: 100%;
z-index: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;

background: transparent;
padding: 0px 0 0px;
z-index: 1;

& .container {
width: 100%;
}

& .in-banner-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 100%;
padding-left: 0px;
margin: auto;
overflow: visible;

& .in-banner-left {}

& .in-banner-right {}
}
}
*/

.banner-content-left .btnlist {
	margin-top: 43px;
}

.breadcrumb-wrap {
	margin-bottom: 0px;
	margin-top: 22px;
}

/* ---------------------------------||inner banner section design end||------------------------------------- */

/* ********* BREADCRUMB *********  */

ul.woo_breadcums {
	width: 100%;

	margin: 0;
	list-style-type: none;
}

ul.woo_breadcums li {
	list-style: none;
	color: var(--white);
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.woo_breadcums li::before {
	display: none;
}

ul.woo_breadcums li a {
	position: relative;
	z-index: 0;
	line-height: 100%;
	margin: 0 24px 0 0;
	display: inline-block;
	color: var(--white);
	line-height: 1.167;
	text-decoration: none;
}

ul.woo_breadcums li a:after {
	content: "/";
	position: absolute;
	top: 1px;
	right: -14px;
	bottom: 0;
	left: unset;
	opacity: 1;
	color: var(--white);
	z-index: 0;

	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	line-height: 1.167;
}

ul.woo_breadcums li span {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.167;
	font-weight: normal;
	font-family: var(--sitefonts);
	letter-spacing: 0;
}

span.breadcrumb_last {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
}

.woo_breadcums a:hover::after {
	left: unset !important;
}

ul.woo_breadcums li a:hover {
	text-decoration: underline;
	color: var(--themegreen);
}

/* --------------------||breadcrumb section design end||----------------------- */

/* ---------------------------- Intro Heading Sec ------------------------------ */
.intro-sec {
	& [class*="heading-"] {
		margin-bottom: 15px;
	}
}

/* --------------------- After Before Slider --------------------- */
.after-before-section {
	max-width: 1920px;
	margin-inline: auto;
	overflow: hidden;

	& .btnlist {
		width: 100%;
		justify-content: center;
	}
}

.before-after-slider {
	margin: 0 -20px 50px;

	& .slick-next,
	.slick-prev {
		top: 100%;
		width: 50px;
		height: 50px;
		border: 1px solid #272727;
		border-radius: 100%;
	}
}

.before-after-slider .slick-prev {
	left: calc(50% - 55px);
}

.before-after-slider .slick-next {
	right: calc(50% - 55px);
}

.before-after-slider .slick-slide {
	margin: 0 20px 0;
}

.twentytwenty-before-label::before,
.twentytwenty-after-label::after {
	position: absolute;
	content: "BEFORE";
	font-family: var(--sitefonts);
	font-size: 16px !important;
	background-color: var(--themegreen);
	width: 140px;
	padding: 15px;
	height: 50px;
	left: 0 !important;
	top: 0 !important;
	margin: 0 !important;
	display: inline-flex;
	align-items: center;
	line-height: 1.2;
	justify-content: center;
	color: #191919;
	font-weight: 800;
}

.twentytwenty-after-label::after {
	content: "AFTER";
	left: auto !important;
	right: 0 !important;
	border-radius: 0 20px 0 0;
}

/* .twentytwenty-before-label,
.twentytwenty-after-label {
opacity: 1 !important;
} */

.twentytwenty-handle {
	height: 75px !important;
	width: 75px !important;
	margin-left: -39px !important;
	margin-top: -35px !important;
	border: 0 !important;
	background: var(--themegreen) !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;

	& .twentytwenty-left-arrow {
		background: url(../images/icon/slider-left.svg) no-repeat center !important;
		border: 0 !important;
		width: 11px !important;
		height: 19px !important;
		background-size: contain !important;
	}

	& .twentytwenty-right-arrow {
		background: url(../images/icon/slider-right.svg) no-repeat center !important;
		border: 0 !important;
		width: 11px !important;
		height: 19px !important;
		background-size: contain !important;
	}
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	margin-bottom: 50px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.twentytwenty-container {
	border-radius: 20px;
}

.twentytwenty-container img {
	border-radius: 20px;
}

/* --------------------- After Before --------------------- */

/* ------------------ Builder We Work With ------------------ */
.builder-list.slick-initialized {
	margin: 0 -17px;
	width: calc(100% + 34px);

	& .slick-slide {
		padding: 0 17px;
	}

	& .slick-arrow {
		top: -70px;
	}

	& .slick-prev {
		left: unset;
		right: 66px;
	}

	& .slick-next {
		right: 17px;
	}
}

.builder-box {
	border-radius: 10px;
	border: 2px solid var(--themegreen);
	padding: 8px;

	& img {
		margin: auto;
	}
}

/* --------------------------- Contact Form Css ------------------------- */
.contact-form-sec {
	position: relative;

	&:before {
		position: absolute;
		content: "";
		background: rgba(27, 214, 99, 90%);
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
	}

	& .bgimg {
		z-index: -2;
	}

	& .intro-sec {
		& [class*="heading-"] {
			margin-bottom: 10px;
		}
	}

	& .contact-form {
		max-width: 760px;
		margin-inline: auto;

		& p {
			font-size: 14px;
			line-height: 1.1;
			font-weight: 500;
			letter-spacing: 0.28px;
			text-align: center;
		}
	}
}

/* -------------------------------------------- */
.book-our-service-sec {
	position: relative;

	&:after {
		position: absolute;
		content: "";
		background: transparent linear-gradient(299deg, #000000d1 0%, #000000 100%) 0% 0% no-repeat padding-box;
		opacity: 0.91;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
	}
}

.ft-contact-info .heading-18 {
	color: #011a26;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 19px;
}

.connect-social {
	display: flex;
	align-items: center;
	gap: 10px;
}

.connect-social .facebook,
.connect-social .instagram {
	width: 41px;
	height: 41px;
	border: 1px solid var(--blue);
	border-radius: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.form-group input[type="submit"] {
	min-height: 54px;
	padding: 10px;
	font-size: 16px;
	line-height: 1.1;
	color: var(--rangoongreen);
	background: var(--white);
	border-color: var(--themegreen) !important;
	border-radius: 10px;


	&:hover {
		background: var(--rangoongreen);
		color: var(--white);
		border-color: var(--rangoongreen);
	}
}

/*------------------------------||wide banner section end||----------------------------------*/

/* ---------------- || Image Content Section || ---------------- */
.img-content-sec {
	display: inline-block;
	width: 100%;
	line-height: 0.9;
}

.img-content-sec .img-wrap {
	position: relative;

	& img {
		border-radius: 20px;
	}
}

.img-content-sec .flex-container {
	justify-content: space-between;
	align-items: center;
}

.img-content-sec .left-img-side {
	width: 725px;
}

video.fancybox-video {
	object-fit: contain;
}

.img-content-sec .right-content-side {
	width: calc(100% - 725px);
	max-width: 585px;
}

.img-content-sec .flex-container:has(+ .flex-container) {
	margin-bottom: 100px;
}

/* ------------------- || Img Content Sec || ------------------- */

/* ------------------- Image Content Video Section -------------------- */
.videoplaybtn-gradient {
	position: relative;

	& a:before {
		content: "";
		position: absolute;
		background: url(../images/icon/play-button.svg) no-repeat 0 0;
		width: 115px;
		height: 115px;
		left: 50%;
		top: 50%;
		margin: -56px 0 0 -56px;
		z-index: 2;
	}

	& a:after {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, 10%);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 0;
		border-radius: 20px;
	}

	& span.contentvideoimg {
		position: absolute;
		width: 115px;
		height: 115px;
		top: 50%;
		left: 50%;
		margin: -56px 0 0 -56px;
		opacity: 1;
		z-index: 1;
	}

	& .vidplay_icon {
		position: absolute;
		left: -40px;
		right: 0;
		bottom: -44px;
		margin: auto;
		width: max-content;
		font-style: italic;
		font-family: var(--sitefonts);
		font-weight: 600;
		font-size: 24px;
		line-height: 1;
		letter-spacing: 0px;
		color: var(--white);
		z-index: 1;

		&:before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 51px;
			height: 97px;
			background: url("../images/icon/green-arrow.svg") no-repeat;
			background-size: contain;
			transform: translate(-15px, -99px) rotate(3deg);
		}
	}
}

/* -------------------- Common HR CSS --------------------- */
hr {
	border: 0;
	height: 1px;
	background: rgba(52, 52, 52, 10%);
	margin-top: 0;
}

.btm-line {
	border-bottom: 1px solid rgb(0 36 15 / 10%);
	padding-bottom: 100px;
}

/* --------------------- faqs-form-sec -------------------- */

.faqs-form-sec {
	padding-bottom: 100px;
}

.faqs-form-sec .half-section {
	max-width: 1230px;
	margin: auto;
}

.faqs-form-sec .half-section .left-side {
	max-width: 100%;
	width: 100%;
}

/* ----------------faqs-form-sec-------------------------- */

/* ------------------------||Thanks and error page design start||------------------------------- */
.thanks-error-page .right-content-side>p {
	margin-bottom: 20px;

	& a {
		color: var(--darkblue);
	}

	&:last-child {
		margin-bottom: 0;
	}
}

.thanks-error-page .img-content-sec .left-img-side .img-wrap {
	float: right;
}

.thanks-error-page .right-content-side ul li>a {
	color: var(--darkblue);
	text-decoration: underline;

	&:hover {
		color: var(--themegreen);
	}
}

/* ------------------------||Thanks and error page design end||------------------------------- */

/* ------------------------ Download Pdf Button -------------------------- */
.download_pdf_button {
	position: fixed;
	top: 40%;
	right: 0;
	vertical-align: middle;
	color: #191919;
	background: #ffffff;
	padding: 10px;
	vertical-align: bottom;
	font-weight: 500;
	writing-mode: sideways-lr;
	line-height: 1.1;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 2px solid var(--themegreen);
	z-index: 1;
	box-shadow: rgb(0 0 0 / 48%) 0px 0px 10px 0px;
	border-radius: 10px 0px 0px 10px;
	font-family: var(--sitefonts);

	& img {
		transform: rotate(270deg);
	}

	&:hover{
		background: var(--themegreen);
	}
}

/* OUR TEAM  */
.team-content-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	& .team-img {
		width: 440px;
		position: sticky;
		align-self: flex-start;
		top: 140px;

		&>img {
			border-radius: 20px;
			width: 100%;
		}
	}

	& .team-right-block {
		width: calc(100% - 440px);
		padding-left: 50px;
	}
}

/* ------------------------||responsive section design start||------------------------------- */
@media (min-width: 1921px) {}

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

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

@media (max-width: 1599.98px) {

	/* ---------------- || Image Content Section || ---------------- */
	.img-content-sec .left-img-side {
		width: 610px;
	}

	.img-content-sec .right-content-side {
		width: calc(100% - 610px);
		max-width: 580px;
	}

	/* --------------------- After Before Slider --------------------- */
	.before-after-slider {
		margin: 0 -15px 40px;
	}

	.twentytwenty-handle {
		height: 65px !important;
		width: 65px !important;
		margin-left: -32px !important;
		margin-top: -32px !important;
	}

	/* -------------------- Common HR CSS --------------------- */
	.btm-line {
		padding-bottom: 80px;
	}
}

@media (max-width: 1439.98px) {

	/* ---------------- Common Heading CSS ---------------- */
	[class*="heading-"],
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 30px;
	}

	/* ---------------- Commom Ul Li ------------------ */
	main ul>li,
	main ul.wp-block-list>li {
		padding-left: 30px;
		font-size: 16px;
	}

	main ul:not([class])>li:after {
		width: 20px;
		height: 20px;
	}

	/* ------------- Common Button Css ------------- */
	.button,
	button[type="submit"],
	input[type="submit"] {
		font-size: 16px;
		padding: 12px 12px;
		min-width: 165px;
		min-height: 48px;
		gap: 10px;
	}

	.btnlist {
		gap: 12px;
	}

	.action-callbtn {
		& .call-icon {
			width: 40px;
			height: 40px;

			& img {
				width: 18px;
			}
		}

		& .call-info {
			padding-left: 6px;
		}
	}

	/* --------------------- Inner Banner Sec -------------------- */
	.inner-banner .container {
		min-height: 450px;
	}

	/* ---------------- || Image Content Section || ---------------- */
	.img-content-sec .left-img-side {
		width: 580px;
	}

	.img-content-sec .right-content-side {
		width: calc(100% - 580px);
		max-width: 460px;
	}

	.img-content-sec .flex-container:has(+ .flex-container) {
		margin-bottom: 80px;
	}

	/* --------------------- After Before Slider --------------------- */
	.before-after-slider {
		margin: 0 -12px 30px;
	}

	.before-after-slider .slick-slide {
		margin: 0 12px 0;
	}

	.twentytwenty-handle {
		& .twentytwenty-left-arrow {
			width: 10px !important;
			height: 17px !important;
		}

		& .twentytwenty-right-arrow {
			width: 10px !important;
			height: 17px !important;
		}
	}

	/* ------------------ Brands We Work With ------------------ */
	.builder-list .slick-prev,
	.builder-list .slick-next {
		top: unset;
		bottom: calc(0% + -15px);
	}

	.builder-list .slick-prev {
		left: calc(50% - 46px);
	}

	.builder-list .slick-next {
		right: calc(50% - 46px);
	}

	.builder-box {
		padding: 10px;
	}

	.builder-list.slick-initialized {
		margin: 0 -12px;
		width: calc(100% + 24px);

		& .slick-slide {
			padding: 0 12px;
		}
	}

	/* ------------------------ Download Pdf Button -------------------------- */
	.download_pdf_button {
		top: 47%;
	}
}

@media (max-width: 1199.98px) {

	/* ---------------- Common Heading CSS ---------------- */
	[class*="heading-"],
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 15px;
	}

	/* ------------------ Divider ------------------ */
	.divider {
		margin: 60px 0;
	}

	/* -------------------- Common HR CSS --------------------- */
	.btm-line {
		padding-bottom: 60px;
	}

	/* ------------- Common Button Css ------------- */
	/* button, */
	.button,
	button[type="submit"],
	input[type="submit"] {
		padding: 10px;
		gap: 8px;
	}

	.btnlist {
		gap: 8px;
	}

	/* --------------- Common P tag --------------- */
	p {
		line-height: 24px;
		margin-bottom: 15px;
	}

	/* ---------------- || Image Content Section || ---------------- */
	.img-content-sec .left-img-side {
		width: 450px;
	}

	.img-content-sec .right-content-side {
		width: calc(100% - 450px);
		max-width: 440px;
	}

	.img-content-sec .flex-container:has(+ .flex-container) {
		margin-bottom: 60px;
	}

	/* ------------------- Image Content Video Section -------------------- */
	.videoplaybtn-gradient {
		& a:before {
			width: 98px;
			height: 98px;
			margin: -48px 0 0 -48px;
			background-size: contain;
		}

		& span.contentvideoimg {
			width: 98px;
			height: 98px;
			margin: -48px 0 0 -48px;
		}

		& .vidplay_icon {
			left: -22px;
			bottom: -28px;
			font-size: 18px;

			&:before {
				width: 40px;
				height: 75px;
				transform: translate(-18px, -77px) rotate(0);
			}
		}
	}

	/* --------------------- After Before Slider --------------------- */
	.twentytwenty-before-label::before,
	.twentytwenty-after-label::after {
		width: 110px;
		height: 45px;
	}

	.twentytwenty-handle {
		height: 60px !important;
		width: 60px !important;
		margin-left: -31px !important;
		margin-top: -31px !important;

		& .twentytwenty-left-arrow {
			height: 15px !important;
		}

		& .twentytwenty-right-arrow {
			height: 15px !important;
		}
	}

	/* OUT TEAM  */
	.team-content-wrapper {
		& .team-img {
			width: 340px;
			position: sticky;
			align-self: flex-start;
			top: 140px;

			&>img {
				border-radius: 20px;
				width: 100%;
			}
		}

		& .team-right-block {
			width: calc(100% - 340px);
			padding-left: 30px;
		}
	}

	/* ------------------ Brands We Work With ------------------ */
	.certificate-intro.mb-40 {
		margin-bottom: 30px;
	}

	/* ------------------ Builder We Work With ------------------ */
	.builder-list.slick-initialized {
		margin: 0 -7px;
		width: calc(100% + 14px);

		& .slick-list {
			padding-bottom: 55px;
		}

		& .slick-slide {
			padding: 0 7px;
		}

		& .slick-arrow {
			top: unset;

			&.slick-prev {
				left: calc(50% - 45px);
				right: unset;
				margin-bottom: 0;
			}

			&.slick-next {
				right: calc(50% - 45px);
				margin-bottom: 0;
			}
		}
	}

	.builder-box {
		padding: 5px;
	}
	#wonderplugin-box-2 .wonderplugin-box-top {padding: 25px !important;}
	#wonderplugin-box-2 .wonderplugin-box-description {margin-bottom: 15px !important;}
	.wonderplugin-box-container .wonderplugin-box-top p{font-size: 16px;}

	.wonderplugin-box-container .wonderplugin-box-top .heading-32{font-size: 22px;}
}

@media (max-width: 991.98px) {

	/* ---------------- Common Heading CSS ---------------- */
	[class*="heading-"],
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 12px;
	}

	/* ------------------ Divider ------------------ */
	.divider {
		margin: 40px 0;
	}

	/* -------------------- Common HR CSS --------------------- */
	.btm-line {
		padding-bottom: 40px;
	}

	/* --------------------- Inner Banner Sec -------------------- */
	/* wide banner start */
	.banner-content-left {
		width: 100%;
	}

	.banner-form-wrap {
		width: 100%;
	}

	/* ---------------- || Image Content Section || ---------------- */
	.img-content-sec .flex-container {
		gap: 30px;
	}

	.img-content-sec .left-img-side {
		width: 100%;
	}

	.img-content-sec .right-content-side {
		width: 100%;
		max-width: 100%;
	}

	.img-content-sec .flex-container:has(+ .flex-container) {
		margin-bottom: 40px;
	}

	/* ---------------------- */
	ul.woo-breadcums li span {
		font-size: 15px;
	}

	ul.woo-breadcums li a {
		font-size: 15px;
		margin: 0px 30px 0 0;
	}

	ul.woo-breadcums li a:after {
		right: -22px;
	}

	ul.woo-breadcums li {
		line-height: 100%;
	}

	.team-content-wrapper {
		& .team-img {
			width: 250px;
		}

		& .team-right-block {
			width: calc(100% - 250px);
		}
	}
}

@media (max-width: 767.98px) {
	.faq_content.no_faq_btm_cnt {
		margin-top: 20px;
	}

	/* ---------------- Common Button Css ---------------- */
	.action-callbtn .call-icon {
		width: 35px;
		height: 35px;

		& img {
			width: 16px;
		}
	}

	/* -------------------------------------------------- */
	main.homepg ul>li:after {
		top: 4px;
		width: 20px;
		height: 20px;
	}

	/* --------------- common ul li --------------- */
	ul {
		&:has(+ *) {
			margin-bottom: 20px;
		}
	}

	main ul>li,
	main ul.wp-block-list>li {
		font-size: 16px;
		line-height: 1.1;
		padding-left: 28px;
		margin-bottom: 12px;
	}

	main ul:not([class])>li:after {
		width: 18px;
		height: 18px;
		top: 1px;
	}

	/* ------------- Common Button Css ------------- */
	/* button, */
	.button,
	button[type="submit"],
	input[type="submit"] {
		padding: 10px 12px;
		min-width: 200px;
		gap: 5px;
	}

	/* ---------------- || Image Content Section || ---------------- */
	.img-content-sec .flex-container:has(+ .flex-container) {
		margin-bottom: 30px;
	}

	/* ------------------ Divider ------------------ */
	.divider {
		margin: 30px 0;
	}

	/* ------------------ Brands We Work With ------------------ */
	.certificate-intro.mb-40 {
		margin-bottom: 20px;
	}

	.builder-list.slick-initialized .slick-list {
		padding-bottom: unset;
	}

	/*  OUR TEAM  */
	.team-content-wrapper {

		& .team-img,
		& .team-right-block {
			width: 100%;
		}

		& .team-right-block {
			padding-left: 0;
		}

		& .team-img {
			position: relative;
			top: inherit;
			margin-bottom: 40px;
		}
	}
}

@media (max-width: 575.98px) {

	/* ---------------- Common Heading CSS ---------------- */
	[class*="heading-"],
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 10px;
		line-height: 1.15;
	}

	/* ------------- Common Button Css ------------- */
	.btnlist {
		gap: 12px;
	}

	/* -------------------- Common HR CSS --------------------- */
	.btm-line {
		padding-bottom: 30px;
	}

	/* button, */
	.button,
	button[type="submit"],
	input[type="submit"] {
		gap: 5px;
		font-size: 14px;
		padding: 8px 10px;
		min-height: 42px;
		min-width: 145px;
	}

	.action-callbtn {
		border: 1px solid;
		border-radius: 10px;
		padding: 4px 10px;

		& .call-icon {
			display: none;
		}

		& .call-info {
			padding-left: 0;
		}
	}

	/* --------------- Common P tag --------------- */
	p {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 12px;
	}

	/* ------------- Common Form Css -------------- */
	.form-control,
	input[type="text"],
	input[type="email"],
	select,
	textarea,
	input[type="number"],
	input[type="tel"],
	input[type="file"] {
		min-height: 40px;
		padding: 12px 15px;
	}

	.form-group.width100.submit {
		margin-top: 10px;
	}

	.width50 {
		width: 100%;
	}

	/* ------------ form common css -------------- */
	form .form-group label {
		margin-bottom: 6px;
	}

	.form-control,
	form input[type="text"],
	form input[type="email"],
	form select,
	form textarea,
	form input[type="number"],
	form input[type="tel"],
	form input[type="file"],
	textarea,
	select.form-control {
		width: 100%;
		padding: 10px;
		min-height: 40px;
	}

	/* ------------------- Image Content Section -------------------- */
	.img-content-sec .flex-container {
		gap: 20px;
	}

	/* ------------------- Image Content Video Section -------------------- */
	.videoplaybtn-gradient {
		& a:before {
			width: 80px;
			height: 80px;
			margin: -39px 0 0 -39px;
		}

		& span.contentvideoimg {
			width: 80px;
			height: 80px;
			margin: -39px 0 0 -39px;
		}

		& .vidplay_icon {
			left: -32px;
			bottom: -28px;
			font-size: 16px;

			&:before {
				width: 32px;
				height: 60px;
				transform: translate(-11px, -63px) rotate(3deg);
			}
		}
	}

	/* --------------------- After Before Slider --------------------- */
	.before-after-slider {
		margin: 0 -8px 20px;
	}

	.before-after-slider .slick-slide {
		margin: 0 8px 0;
	}

	.twentytwenty-handle {
		height: 48px !important;
		width: 48px !important;
		margin-left: -24px !important;
		margin-top: -24px !important;

		& .twentytwenty-left-arrow {
			height: 13px !important;
		}

		& .twentytwenty-right-arrow {
			height: 13px !important;
		}
	}

	.twentytwenty-before-label::before,
	.twentytwenty-after-label::after {
		width: 90px;
		height: 34px;
		padding: 8px;
		font-size: 14px !important;
	}

	/* ------------------------ Download Pdf Button -------------------------- */
	.download_pdf_button {
		top: unset;
		bottom: 0;
		left: unset;
		writing-mode: unset;
		width: 100%;
		border-radius: 0;
		justify-content: center;
		padding: 9px;

		& img {
			transform: rotate(0deg);
		}
	}

	/* ------------------ Brands We Work With ------------------ */
	.builder-list.slick-initialized {
		margin: 0 -5px;
		width: calc(100% + 10px);

		& .slick-slide {
			padding: 0 5px;
		}
	}

	.builder-box img {
		width: 130px;
	}

	/* --------------- Scroll to top ----------------- */
	.scrollTop {
		display: none;
	}
}

@media (max-width: 480px) {
	.btnlist {
		& img {
			display: none;
		}
	}
}

.conteont_blk {
	max-height: 600px;
	overflow-y: auto;
	padding-right: 30px;
	margin-bottom: 30px;
}

.conteont_blk::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

.conteont_blk::-webkit-scrollbar {
	width: 2px;
	background-color: #f5f5f5;
	border-radius: 10px;
}

.conteont_blk::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: var(--themegreen);
}