* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	/* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
	font-family: "GoogleSans";
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

/* header fonts family */
/* @font-face {
	font-family: "GoogleSansDisplay";
	src: url("/wp-content/themes/glassma/assets2/fonts/GoogleSansDisplay-Medium.ttf");
	font-weight: 400;
} */

/* light font-weight: 400; */
@font-face {
	font-family: "GoogleSans";
	src: url("/wp-content/themes/aaaboardup/assets2/fonts/ProductSans-Light.ttf");
	font-weight: 400;
	font-display: swap;
}

/* Regular font-weight: 500; */
@font-face {
	font-family: "GoogleSans";
	src: url("/wp-content/themes/aaaboardup/assets2/fonts/ProductSans-Regular.ttf");
	font-weight: 500;
	font-display: swap;
}

/* Medium font-weight: 600; */
@font-face {
	font-family: "GoogleSans";
	src: url("/wp-content/themes/aaaboardup/assets2/fonts/ProductSans-Medium.ttf");
	font-weight: 600;
	font-display: swap;
}

/* bold font-weight: 700; */
@font-face {
	font-family: "GoogleSans";
	src: url("/wp-content/themes/aaaboardup/assets2/fonts/ProductSans-Bold.ttf");
	font-weight: 700;
	font-display: swap;
}

.section-container {
	width: 100%;
	max-width: 1120px;
	margin: auto;
}

h1{
	font-size: 70px;
	line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.5px;
	color: #202124;
}

h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -.5px;
	color: #202124;
}

h3 {
	font-size: 28px;
	line-height: 1.2857142857;
	font-weight: 600;
	letter-spacing: normal;
	color: #202124;
}

h5 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: normal;
	color: #202124;
}

h6{
	font-size: 18px;
	line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal;
	color: #202124;
}

p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: .1px;
	color: #202124;
}

.outline-btn {
	background-color: #fff;
	border: 1px solid #dadce0;
	text-align: center;
	box-shadow: none;
	color: #1a73e8;
	font-size: 16px;
	border-radius: 4px;
	letter-spacing: .5px;
	padding: 12px 24px;
	text-decoration: none;
	transition: all 0.4s;
	display: inline-flex;
	font-weight: 600;
}

.outline-btn:hover {
	background-color: #f6f9fe;
	border: 1px solid #1a73e8;
	color: #174ea6;
}

.fill-btn {
	background-color: #1a73e8;
	color: #fff;
	text-align: center;
	box-shadow: none;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	letter-spacing: .5px;
	padding: 12px 24px;
	text-decoration: none;
	transition: all 0.4s;
	display: inline-flex;
	transition: all 0.3s;
}

.fill-btn:hover {
	background-color: #185abc;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.call-icn {
	align-items: center;
	gap: 15px;
	min-width: 150px;
}

.call-icn::before {
	content: "\f095";
	font-family: 'FontAwesome';
}

@media (max-width:992px) {
	h1{
		font-size: 52px;
	}
	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 24px;
	}
}

@media (max-width:768px) {
	h1{
		font-size: 40px;
	}
	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 20px;
	}
}

/* header */
/* BASIC SETUP */

.page-wrapper {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 4;
}

.nav-wrapper {
	width: 100%;
	position: -webkit-sticky;
	/* Safari */
	position: fixed;
	top: 0;
	background-color: #fff;
}


/* NAVIGATION */
.navbar {
	/* display: grid; */
	/* grid-template-columns: 1fr 5fr; */
	display: flex;
	align-items: center;
	height: 64px;
	overflow: hidden;
	padding: 0px 20px;
	gap: 24px;
}

.navbar img {
	width: 100%;
	max-width: 150px;
	display: flex;
	height: 100%;
	/* justify-self: start; */
	/* margin-left: 20px; */
}

.navbar ul {
	/* display: grid; */
	/* grid-template-columns: repeat(6, 1fr); */
	/* column-gap: 30px; */
	display: flex;
	/* row-gap: 10px; */
	align-items: center;
	list-style: none;
	flex-wrap: wrap;
	justify-self: flex-start;
}

.navbar ul .nav-item {
	padding: 0;
	text-align: left;
}

.navbar ul .nav-item:hover {
	background-color: #F8F9FA;
	border-radius: 10px;
	color: #202124 !important;
}

.nav-item a {
	color: #5f6368;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease-out;
	padding: 5px 10px;
	width: 100%;
	display: block;
}

.nav-item:hover a {
	color: #202124;
}

.no-search {
	transform: translate(0);
	transition: transform 0.2s ease-in-out;
}


/* MOBILE MENU & ANIMATION */
.menu-toggle .bar {
	width: 20px;
	height: 3px;
	background-color: #3f3f3f;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu-toggle {
	justify-self: end;
	/* margin-right: 25px; */
	display: none;
}

.menu-toggle:hover {
	cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
	opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}


.call-btn-desktop {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 8px;
}

.call-btn-desktop .outline-btn {
	min-width: 110px;
	justify-content: center;
}

.call-btn-mobile {
	display: none;
}

.call-btn-mobile .call-number {
	color: #1A73E8;
	font-weight: 600;
	padding: 10px;
}

.call-btn-mobile .call-number:hover {
	background-color: #F8F9FA;
}

/* Media Queries */

/* Mobile Devices - Phones/Tablets */
@media only screen and (max-width: 1024px) {
	.navbar {
		padding: 0px 30px;
	}

	.call-btn-mobile {
		display: flex;
		margin-top: auto;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		padding: 4px 8px;
		margin-bottom: 20px;
		gap: 8px;
		padding-top: 8px;
		border-top: 1px solid #cfc8c8;
	}

	.call-btn-mobile .fill-btn {
		order: 0;
	}

	.call-btn-mobile .outline-btn {
		order: 1;
	}

	.call-btn-mobile .call-number {
		order: 2;
	}

	.call-btn-mobile .call-number::before {
		margin-right: 10px;
	}

	.call-btn-mobile .fill-btn,
	.call-btn-mobile .outline-btn {
		width: 100%;
		justify-content: center;
	}



	.call-btn-desktop {
		display: none;
	}

	/* MOBILE NAVIGATION */
	.navbar ul {
		display: flex;
		flex-direction: column;
		position: fixed;
		justify-content: start;
		top: 63px;
		background-color: #fff;
		width: 50%;
		height: calc(100vh - 55px);
		transform: translate(-101%);
		text-align: center;
		overflow: hidden;
		align-items: baseline;
		gap: 0;
		left: 0;
	}

	.navbar ul .nav-item {
		width: 100%;
		padding: 0;
	}

	.navbar ul .nav-item:hover {
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		width: 98%;
	}

	.navbar img {
		/* max-width: 100px; */
	}

	.navbar li {
		padding: 15px;
	}

	.navbar li:first-child {
		/* margin-top: 50px; */
	}

	.navbar li a {
		font-size: 20px;
		line-height: 28px;
		padding: 10px;
		padding-left: 30px;
		width: 100%;
		display: block;
		font-weight: 500;
		/* font-family: "GoogleSansDisplay"; */
	}

	.menu-toggle,
	.bar {
		display: block;
		cursor: pointer;
	}

	.mobile-nav {
		transform: translate(0%) !important;
	}


	.overlay-sidebar {
		display: none;
		background: rgba(0, 0, 0, .4);
		opacity: 1;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 3;
		cursor: pointer;
	}

	.nav-item a {
		opacity: 0.8;
	}

}

@media (max-width:600px) {
	/* 
	.call-btn-mobile .fill-btn {
		display: none;
	} */

	.navbar ul {
		width: 100%;
	}
}

/* header over */



/* top bar start */
.top-bar {
	width: 100%;
	max-width: 1260px;
	margin-top: 70px !important;
	margin: auto;
}

.top-bar-div {
	background-color: #E8F0FE;
	border-radius: 200px;
	padding: 12px 24px;
	margin: 10px;
}

.top-bar-div p {
	text-align: center;
	font-weight: 600;
	color: #174ea6;
}

.top-bar-div a {
	color: #174ea6;
	text-decoration: underline;
	display: inline-block;
}

.top-bar-div-scorll {
	display: none;
	transition: all 0.4s;
}

.top-bar-div-scorll p {
	text-align: center;
	color: #174ea6;
	max-width: 300px;
	position: fixed;
	border: 1px solid #aecbfa;
	top: 80px;
	right: 8px;
	padding: 12px 24px;
	background-color: #E8F0FE;
	border-radius: 8px;
	font-size: 16px;
	line-height: 24px;
	z-index: 3;
	transition: all 0.4s;

}

.top-bar-div-scorll a {
	color: #174ea6;
	text-decoration: underline;
}

@media (max-width:600px) {
	.top-bar {
		margin-top: 80px !important;
	}

	.top-bar-div {
		display: none;
	}

	.top-bar-div-scorll {
		display: block !important;
	}

	.top-bar-div-scorll p {
		margin-left: 28px;
		margin-right: 28px;
		position: static;
		max-width: 100%;
		border-radius: 200px;
		border: none;
	}

	.top-bar-div-scorll a {
		display: inline-block;
	}
}



/*  top bar end  */

/* fadeindown start */
.fadeindown {
	width: 100%;
	max-width: 1120px;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

.owl-nav {
	display: none;
}


.owl-play-pause {
	position: absolute;
	top: 120px;
	bottom: auto;
	right: 90px;
	left: auto;
	border-radius: 50%;
	background-color: #5F6368;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	cursor: pointer;
	z-index: 2;
}

/* add 21-12-2023 for not loading slide */
.owl-carousel{
	visibility: visible !important;
	display: block !important;
}
.img-slide{
	width: 100%;
	display: flex;
}
.owl-item{
	display: none;
	visibility: hidden !important;
}
.owl-item.active{
	display: flex !important;
	visibility: visible !important;
}
.heading-slide h1{
	/* display: none; */
	visibility: hidden;
}
.owl-item.active .heading-slide h1{
	/* display: block !important; */
	visibility: visible;
}


/* add 21-12-2023 for not loading slide */


.owl-carousel-1 .owl-carousel .owl-item {
	justify-content: right;
	align-items: center;
	/* margin-right: 15px; */
}

.owl-carousel-2 .owl-carousel .owl-item {
	justify-content: left;
	align-items: end;
	width: 100%;
}

.owl-play-pause i {
	color: #ffffff;
	display: flex;
	font-size: 14px;
}

.fadeindown-silder {
	display: flex;
	justify-content: center;
	margin: auto;
	align-items: center;

}

.owl-carousel-1 {
	width: 65%;
}

.owl-carousel-2 {
	width: 35%;
	position: relative;
}

.owl-item {
	display: flex;
	justify-content: center;

}

.owl-item h1 {
	/* font-size: 120px; */
	font-size: 90px;
	text-align: center;
}


.owl-item img {
	width: 100%;
	max-width: 290px;
	height: 270px;
	object-fit: cover;
	border-radius: 10px;
	margin-left: 10px;
	/* max-height: 242px; */
}

.fadeindown-heading {
	text-align: center;
	position: relative;
}

.fadeindown-heading h1 {
	font-size: 100px;
	letter-spacing: -2.5px;
	line-height: 110px;
	color: #202124;

}

.fadeindown-heading h4 {
	font-size: 18px;
	margin-top: 60px;
	margin-bottom: 36px;
	font-weight: 600;
	line-height: 28px;
	color: #5f6368;
}


.fadeindown-button {
	display: flex;
	gap: 16px;
	justify-content: center;
	font-weight: 500;
	padding: 0px 20px;
}

.fadeindown-button .fill-btn {
	border: none;
}

.mobile-button {
	display: none;
}

.fadeindown-heading-mobile {
	display: none;

}

.color-blue {
	color: #1A73E8 !important;
}

.color-green {
	color: #1E8E3E !important;
}

.color-yellow {
	color: #F29900 !important;
}

.color-red {
	color: #C52421 !important;
}

/* circle background color */

.bg-color-blue {
	background: #d2e3fc !important;
}

.bg-color-green {
	background: #CEEAD6 !important;
}

.bg-color-yellow {
	background: #FEF7E0 !important;
}

.bg-color-red {
	background: #FCE8E6 !important;
}

.owl-carousel-bg {
	background: antiquewhite;
	width: 360px;
	height: 360px;
	position: absolute;
	right: 60px;
	bottom: -45px;
	border-radius: 50%;
	z-index: -1;
}


.mobile-button-div .call-icn::before {
	margin-right: 10px;
}

.owl-carousel .owl-item .mobile-img {
	display: none;
}

.owl-carousel .owl-stage {
	display: flex;
}

.owl-carousel-2 .owl-carousel .owl-stage {
	align-items: center;
}

.owl-carousel-2 .owl-carousel .owl-item.active {
	margin-right: 10px;
}

@media (max-width:1024px) {
	/* add 21-12-2023 for not loading slide */
	.img-slide{
		justify-content: center;
	}
	/* add 21-12-2023 for not loading slide */

	.owl-carousel .owl-stage-outer::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		z-index: 2;
	}

	.fadeindown {
		margin-top: +60px;
		margin-bottom: 100px;
	}

	.fadeindown-heading h1 {
		display: none;
	}

	.fadeindown-heading-mobile {
		display: block;
		text-align: center;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 30px;
	}

	.fadeindown-heading-mobile h1 {
		letter-spacing: -2.5px;
		font-weight: 700;
		font-size: 80px;
		line-height: 65px;
		color: #202124;
	}

	.owl-item h1 {
		font-size: 80px;
	}

	.fadeindown-silder {
		flex-direction: column;
		margin: auto;
		margin: 0 20px 32px;
	}

	.owl-carousel-1 {
		width: 100%;
	}

	.owl-carousel-2 {
		width: 100%;
	}

	.owl-carousel-1 .owl-carousel .owl-item {
		justify-content: center;
		align-items: center;

	}

	.owl-carousel-2 .owl-carousel .owl-item {
		justify-content: center;
		align-items: end;
	}

	.owl-carousel-2 .owl-carousel .owl-item.active {
		margin-right: 0px;
	}

	.owl-carousel-bg {
		width: 100%;
		max-width: 320px;
		height: 320px;
		right: 0;
		left: 0;
		margin: auto;
		bottom: -25px;
	}

	.owl-play-pause {
		right: 0;
		left: 350px;
		margin: auto;
		top: -50px;
	}

	.owl-item img {
		width: 100%;
		max-width: 270px;
	}

	.owl-carousel .owl-item .desktop-img {
		display: none;
	}

	.owl-carousel .owl-item .mobile-img {
		display: block;
	}

	.fadeindown-heading h4 {
		margin-left: 40px;
		margin-right: 40px;
	}
}

@media (max-width:600px) {

	.owl-item h1 {
		font-size: 62px;
	}

	.fadeindown-heading {
		margin-left: 28px;
		margin-right: 28px;
		margin-top: 50px;
	}

	.fadeindown-heading h1 {
		font-size: 62px;
	}

	.fadeindown-button .fill-btn {
		display: none;
	}

	.fadeindown-button .outline-btn {
		width: 100%;
		justify-content: center;

	}

	.mobile-button-div {
		position: fixed;
		z-index: 3;
		background-color: white;
		left: 0px;
		right: 0px;
		bottom: 0;
		right: 0px;
		padding: 10px 15px;
	}

	.mobile-button {
		display: block;
		width: 100%;
		border: none;
		padding: 16px 24px;
	}

	.fadeindown-heading-mobile h1,
	.owl-item h1 {
		font-size: 62px;
		line-height: 62px;
	}

	.fadeindown-heading-mobile h1 {
		width: 100%;
		max-width: 380px;
	}
	.owl-play-pause{
		right: 0;
		left: auto;
		top: -45px;
	}

	/* .owl-carousel-bg {
		bottom: -43px;
	} */


}

@media (max-width:480px) {

	.fadeindown-heading-mobile h1,
	.owl-item h1 {
		font-size: 54px;
		line-height: 54.6px
	}

	.fadeindown-heading-mobile h1 {
		max-width: 300px;
	}

	.fadeindown-heading h4 {
		margin: 36px 0px 36px 0px;
	}
	.owl-play-pause{
		top: -40px;
	}

}

@media (max-width:375px) {

	.fadeindown-heading-mobile h1,
	.owl-item h1 {
		font-size: 47px;
		line-height: 47.6px
	}

	.owl-play-pause {
		right: -20px;
		left: auto;
	}

}


/* fadeindown end */

/* tab change start */
.tab-change {
	width: 100%;
	max-width: 1180px;
	margin: auto;
	margin-bottom: 80px;
}

.tab-change-heading {
	width: 100%;
	max-width: 851px;
	margin: auto;

}

.tab-change-heading h2 {
	margin-bottom: 60px;
	text-align: center;
}

.tab-card {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 0px 72px;
}

/* Style the tab */

.tab {
	/* float: left; */
	/* width: 30%; */
	/* height: 300px; */
	display: grid;
	gap: 20px;
	width: 25%;
	justify-content: center;
}

.tab i {
	font-size: 18px;
	display: flex;
	align-items: center;

}

.card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

/* Style the buttons inside the tab */
.tab button {
	display: block;
	background-color: inherit;
	color: #5f6368;
	padding: 10px 25px;
	width: auto;
	height: 51px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #e8eaed;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	/* transition: color 0.4s linear; */
	transition: all 0.4s;
	position: relative;
}

.tab button:hover {
	background-color: #e8eaed;
}

.tab button.active {
	background-color: #000000;
	color: #ffffff;
	transition: all 0.4s;
}

.tabcontent {
	display: none;
	/* float: left; */
	padding: 0px 12px;
	width: 75%;
	border-left: none;
	/* height: 300px; */
}

.tabcontent .content-container {
	width: 60%;
	text-align: center;
}

.content-container img {
	width: 100%;
	max-width: 390px;
	height: 500px;
	object-fit: cover;
}

.tabcontent .text-content {
	text-align: left;
	width: 40%;
}

.tabcontent .text-content h3 {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 600;
}

.tabcontent .text-content div.content-para-div p:first-child {
	margin-bottom: 15px !important;
}

.tabcontent .text-content .content-para-div p {
	font-size: 16px;
	font-weight: 600;
	color: #5f6368;
	margin-bottom: 36px;
}


.tabcontent .text-content button {
	padding: 20px 20px;
	font-size: 16px;
}

.tabcontent button {
	border: none;
	border-radius: 50%;
}

.tabcontent .tab-links-button:hover .fill-btn {
	background-color: #e8f0fe;
	outline: none;
}

.tabcontent .tab-links-button:hover .fa-arrow-right {
	color: #1a73e8;
}

.tabcontent .text-content a,
.tabcontent .text-content span {
	color: #1a73e8;
	font-weight: 600;
	cursor: pointer;
}

.content-container .mobile-img {
	display: none;
}

.content-container .mobile-img {
	width: 100%;
	max-width: 380px;
	height: 250px;
	object-fit: cover;
	width: 100%;
	margin: auto;
}

.tab-links-button {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: start;

}

.btn-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 0;
	stroke-dasharray: 1;
	stroke-dashoffset: -1;
}

.btn-rounded {
	/* border-radius: 1.5em; */
}

.btn-rounded.next-active .btn-border {
	overflow: visible;
}

.next-active .btn-border {
	stroke-dashoffset: -2;
	stroke-width: 3;
	transition: stroke-dashoffset 8s cubic-bezier(0.5, 0, 0.5, 1);
}


/* .next-active{
	border: 5px solid black;
} */
/* .tab button.next-active {
	position: relative;
	border: none;
	border-radius: 50px;
}
button.next-active:before {
	content: "";
	position: absolute;
	height: auto;
	width: 0;
	top: -5px;
	left: 0;
	border-radius: 50px;
	border: 2px solid #000;
	border-left: none;
	border-bottom: none;
	opacity: 0;
	animation: sentBefore 3s ease-in forwards;
}
button.next-active:after {
	content: "";
	position: absolute;
	height: auto;
	width: 0;
	bottom: -5px;
	right: 0;
	border-radius: 50px;
	border: 2px solid #000;
	border-top: none;
	border-right: none;
	opacity: 0;
	animation: sentAfter 3s ease-out forwards;
	animation-delay: 3s;
}
@keyframes sentBefore {
	0% {
		height: 0;
		width: 0;
		opacity: 0;
	}
	50% {
		height: 0;
		width: 100%;
		opacity: 1;
	}
	100% {
		height: calc(100% + 5px);
		width: 100%;
		opacity: 1;
	}
}
@keyframes sentAfter {
	0% {
		height: 0;
		width: 0;
		opacity: 0;
	}
	50% {
		height: 0;
		width: 100%;
		opacity: 1;
	}
	100% {
		height: calc(100% + 5px);
		width: 100%;
		opacity: 1;
	}
} */

@media (max-width:1000px) {


	.tab button {
		min-width: fit-content;
		height: 52px;
		padding: 24px;
	}

	.tab-change-heading h2 {
		margin: 0 40px 36px;
	}

	.tab-card {
		flex-direction: column;
		margin: 0;
	}

	.tab {
		display: flex;
		width: 100%;
		overflow-x: scroll;
		justify-content: start;
		gap: 16px;
		padding: 2px 10px;
	}

	.tab::-webkit-scrollbar {
		display: none;
	}

	.card {
		flex-direction: column;
		margin-left: 40px;
		margin-right: 40px;
	}

	.tabcontent .content-container {
		width: 100%;
	}

	.tabcontent .text-content {
		width: 100%;
		text-align: center;
	}

	.content-container .desktop-img {
		display: none;
	}

	.content-container .mobile-img {
		display: block;

	}

	.tabcontent {
		width: 100%;
	}

	.content-container img {
		max-width: 100%;
	}

	.tab-links-button {
		justify-content: center;
	}

	.tabcontent .text-content h3 {
		font-size: 32px;
		list-style: 40px;

	}

	.tabcontent .text-content p {
		margin-bottom: 16px;
	}
}

@media (max-width:600px) {
	.tab-change{
		margin-bottom: 60px;
	}
	.tab {
		justify-content: start;
	}

	.tab-change-heading h2 {
		margin-left: 28px;
		margin-right: 28px;
	}

	.card {
		margin-left: 28px;
		margin-right: 28px;
	}

	.tabcontent .text-content h3 {
		line-height: 32px;
		font-size: 24px;
		font-weight: 500;
	}
}

@media (max-width:480px) {
	.card {
		margin-left: 18px;
		margin-right: 18px;
	}

}

/* tab change end */

/* goals */
.goals-section {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 100px 40px 60px;
	margin-top: 100px;
}

.goals-section::after {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, rgba(241, 243, 244, .5), hsla(0, 0%, 100%, 0) 34.52%);
	border-radius: 100%;
	width: 1550px;
	height: 1500px;
	overflow: hidden;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
	z-index: -1;
}

.goals-main-div {
	width: 100%;
	max-width: 980px;
	margin: auto;
}

.goals-headings {
	text-align: center;
}

.goals-headings h2 {
	margin-bottom: 24px;
}

.goals-conent-div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
	text-align: center;
}

.goals-img-text {
	/* width: calc(33.33% - 44px); */
	width: calc(33.33%);
	padding: 22px;
}

.goals-img-text img {
	width: 100%;
	max-width: 100px;
	height: 100px;
	margin-bottom: 24px;
	border-radius: 100%;
}

.goals-img-text p {
	margin-top: 16px;
	color: #5f6368;
}

@media (max-width:992px) {
	.goals-img-text img {
		max-width: 80px;
		height: 80px;
		margin-bottom: 16px;
	}

	.goals-section {
		margin-top: 50px;
	}
}

@media (max-width:768px) {
	.goals-section {
		padding: 90px 30px 40px;
	}

	.goals-section::after {
		height: 650px;
		width: 820px;
	}

	.goals-img-text img {
		/* max-width: 60px;
		height: 60px; */
		margin: 0;
	}

	.goals-conent-div {
		flex-direction: column;
		text-align: left;
	}

	.goals-img-text {
		width: calc(100%);
		padding: 0px;
		padding-bottom: 20px;
		display: flex;
		gap: 16px;
	}

	.goals-img-text p {
		margin-top: 8px;
	}
}


/* custom-multi-rows */
.custom-multi-rows {
	padding: 60px 40px 40px;
	overflow: hidden;
}

.multirow-container {
	width: 100%;
	max-width: 700px;
	margin: auto;
}

.multirow-headings {
	text-align: center;
}

.multirow-headings h2 {
	margin-bottom: 60px;
}

.multirow-headings h2 span {
	color: #1a73e8;
	display: block;
}

.img-with-text-div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	margin-bottom: 24px;
}

.mr-img-div {
	width: 40%;
}

.contnt-text-div {
	width: 60%;
}

.mr-img-div img {
	width: 100%;
	max-width: 250px;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

.contnt-text-div h5 {
	margin-bottom: 10px;
}

.contnt-text-div p {
	color: #5f6368;
}

.contnt-text-div a {
	margin-top: 15px;
}

@media (max-width:600px) {
	.custom-multi-rows {
		padding: 40px 0px;
	}

	.img-with-text-div {
		flex-direction: column;
		justify-content: unset;
		border: 1px solid #dadce0;
		border-radius: 8px;
		gap: 4px;
		margin: 3px 8px;
		transition: all 0.2s;
		cursor: grab;
	}

	.img-with-text-div:hover {
		box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
	}

	.mr-img-div {
		width: 100%;
	}

	.mr-img-div img {
		max-width: 100%;
		border-radius: 8px 8px 0 0;
	}

	.contnt-text-div {
		width: 100%;
		padding: 20px;
		text-align: center;
	}
	.contnt-text-div a {
		width: 100%;
		justify-content: center;
	}

	.multirow-headings h2 {
		margin-bottom: 40px;
	}

	/* slider css */
	.row-with-slides .slick-track {
		display: flex;
	}

	.row-with-slides .slick-slide {
		display: flex !important;
		height: initial;
	}
}


/* success-section */
.success-section {
	padding: 60px 40px;
	/* margin-top: 40px; */
	background-color: #e8f0fe;
}

.success-container {
	width: 100%;
	max-width: 992px;
	margin: auto;
}

.success-heading {
	text-align: center;
}

.success-heading h2 {
	margin-bottom: 60px;
}

.success-slider .slick-track {
	display: flex;
}

.success-slider .slick-slide {
	display: flex !important;
	height: initial;
}

.success-wrapper {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 20px;
	cursor: grab;
	position: relative;
	margin: 0px 10px;
	width: 100%;
}

.success-img {
	width: 50%;
	display: flex;
	align-self: stretch;
	/* position: relative; */
}

.success-content {
	width: 50%;
	padding: 40px;
	text-align: center;
}

.success-img img {
	width: 100%;
	object-fit: cover;
	border-radius: 20px 0px 0px 20px;
}

.img-card-infoo {
	position: absolute;
	padding: 25px;
	background-color: #fff;
	bottom: 20px;
	left: 20px;
	border-radius: 10px;
	text-align: center;
}

.img-card-infoo h3 {
	font-size: 30px;
}

.info-clr-green {
	color: #0d652d;
}

.info-clr-green p {
	color: #0d652d;
}

.info-clr-blue {
	color: #185abc;
}

.info-clr-blue p {
	color: #185abc;
}

.success-content img {
	width: 100%;
	max-width: 64px;
	height: 64px;
	margin: auto;
	border-radius: 100%;
}

.success-content>h3 {
	margin-top: 24px;
	color: #202124;
}

.success-content>p {
	margin-top: 16px;
	margin-bottom: 24px;
	font-weight: 400;
}

.popup-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: auto;
	gap: 16px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #1a73e8;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: .5px;
	padding-top: 10px;
}

.popup-btn i {
	height: 56px;
	width: 56px;
	font-size: 24px;
	background: #1a73e8;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 100%;
}

.popup-btn:hover>i {
	background-color: #d2e3fc;
	color: #1a73e8;
}

/* pop up */
.overflow-hidden {
	overflow: hidden;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

.overlay.active {
	display: block;
}

.modal {
	display: none;
	padding: 48px;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/* transform: translate(-50%, -50%); */
	/* top: calc(50% - 20px); */
	/* left: calc(50% - 0px); */
	/* background-color: #fff; */
	/* border: 10px solid #ccc; */
	/* box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.25); */
	/* max-height: calc(100% - 40px); */
	/* max-width: 600px; */
	/* overflow-y: auto; */
}

iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 2.0;
}

.modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-y: scroll;
}

.popupcontent {
	position: relative;
	padding: 40px;
	width: 100%;
	max-width: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}

.modal-content {
	/* background: #fff; */
	display: flex;
	align-items: stretch;
	/* padding: 20px; */
	/* border-radius: 4px; */
	width: 100%;
}

.modal-content-heading {
	width: 40%;
	padding: 20px;
	/* / background: #1a73e8; */
	text-align: center;
	background: #fff;
	/* / margin: auto; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 20px 0 0 20px;
	position: relative;
	z-index: 2;
	/* background-image: url(https://neweb.glassma.us/wp-content/uploads/2023/12/photo_2023-07-11-12.57.28.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; */

}

/* .modal-content-heading:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	border-radius: 20px 0 0 20px;
	opacity: 0.6;
	z-index: -1;
} */

.modal-content-heading h1 {
	color: #1a73e8;
	font-size: 40px;
}

.modal-form {
	width: 60%;
	padding: 20px;
	background: #e8f0fe;
	border-radius: 0 20px 20px 0;
}

.modal-form .wpforms-submit-container button{
	width: 80%;
	display: block;
	margin: auto;
}

.modal-content-heading img {
	width: 100%;
	height:100%;
}

@media (max-width:768px) {
	.modal-content {
		flex-direction: column;
	}

	.modal-content-heading {
		width: 100%;
		border-radius: 20px 20px 0 0;
	}

	.modal-content-heading:before {
		border-radius: 20px 20px 0 0;
	}
	.modal-content-heading h1{
		padding: 40px 20px 20px;
	}

	.modal-form {
		width: 100%;
		border-radius: 0 0 20px 20px;

	}
	.modal-close{
		right: 10px !important;
	}
	.modal{
		padding: 16px;
	}
	.modal-content-heading img {
		max-width: 300px;
		height:100%;
	}
	.popupcontent{
		padding: 45px 10px 10px 10px;
	}
}
@media (max-width:480px){
	.modal-content-heading h1{
		padding: 10px 30px;
		padding-bottom: 0px;
		font-size: 30px;
	}
	
}
.modal-actions {
	/* padding: 0 30px 30px 30px; */
	/* width: 48px; */
}

.modal-close {
	position: absolute;
	top: 0;
	right: 40px;
	background-color: #fff;
	color: #000;
	height: 38px;
	width: 35px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 6px;
	/* padding: 16px; */
}

.modal-close:hover {
	/* background-color: #ffffff; */
	/* color: #000000; */
}

/* silder */
.success-slider .slick-dots {
	bottom: -100px;
}

.success-slider .slick-dots li {
	padding: 0px;
	margin: 0;
}

.success-slider .slick-dots li button:focus {
	border-radius: 50%;
	border: 2px solid #1A73E8;
	padding: 2px;
}

.success-slider .slick-dots li button:before {
	font-size: 10px;
	color: transparent;
	border-radius: 50%;
	border: 1px solid #000000;
	height: 8px;
	width: 8px;
	opacity: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.success-slider .slick-dots li.slick-active button:before {
	color: transparent;
	background: #000000;
	opacity: 1;
}

.success-slider .slick-list {
	position: relative;
}

.success-slider.slick-dotted.slick-slider {
	margin-bottom: 120px;
}

.success-slider .slick-prev:hover,
.success-slider .slick-next:hover {
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
	border-radius: 50%;
	color: #000000;
}

.success-slider .slick-prev:focus,
.success-slider .slick-next:focus {
	border: 2px solid #1A73E8;
	border-radius: 50%;
}

.success-slider .slick-prev {
	left: 0;
	right: 200px;
	top: auto;
	bottom: -154px;
	margin: auto;
	z-index: 2;
}

.success-slider .slick-prev:before {
	content: "\f104";
	font-family: 'FontAwesome';
	color: #3A3C40;
	font-size: 30px;
	opacity: 1;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
}

.success-slider .slick-next {
	left: 200px;
	right: 0;
	top: auto;
	bottom: -154px;
	margin: auto;
	z-index: 2;
}

.success-slider .slick-next,
.success-slider .slick-prev {
	height: 64px;
	width: 64px;
}

.success-slider .slick-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #3A3C40;
	font-size: 30px;
	opacity: 1;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
}

.success-slider .slick-next:hover.slick-disabled,
.success-slider .slick-prev:hover.slick-disabled {
	box-shadow: none;
	cursor: default;
	border: none;
}

.success-slider .slick-next:focus.slick-disabled,
.success-slider .slick-prev:focus.slick-disabled {
	border: none;
}

.success-slider .slick-next.slick-disabled:before,
.success-slider .slick-prev.slick-disabled:before {
	display: none;
}

@media (max-width:1024px) {

	.modal {
		align-items: center;

	}

}

@media (max-width:992px) {
	.success-section {
		padding: 48px 20px 72px;
	}

	.success-wrapper {
		flex-direction: column;
		margin: 3px 8px;
		transition: all 0.2s;
		cursor: grab;
	}

	.success-wrapper:hover {
		box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
	}

	.success-img {
		width: 100%;
	}

	.success-content {
		width: 100%;
		position: relative;
		padding: 48px 20px 36px;
	}

	.success-img img {
		border-radius: 20px 20px 0 0;
		aspect-ratio: 100/50;
		object-position: 0px -100px;
	}

	.success-content img {
		position: absolute;
		margin: auto;
		top: -32px;
		left: 0;
		right: 0;
		border: 3px solid #f8f9fa;
	}

	.img-card-infoo {
		position: unset;
		padding: 20px;
	}

	.popup-btn {
		flex-direction: unset;
	}

	.success-heading h2 {
		margin-bottom: 48px;
	}

}

@media (max-width:600px) {
	.success-img img {
		aspect-ratio: 1;
		object-position: unset;
	}

	.modal {
		align-items: center;
		padding: 16px;
	}

}


/* consultatio */
.consultation-section {
	padding: 60px 75px;
	/* margin-top: 60px; */
}

.consultation-container {
	width: 100%;
	max-width: 1080px;
	margin: auto;
}

.consultation-heading {
	text-align: center;
}

.consultation-heading h2 {
	width: 100%;
	max-width: 900px;
	margin: auto;
	margin-bottom: 60px;
}

.consultation-flex {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 30px;
}

.conslt-img-div {
	width: 40%;
	text-align: center;
}

.conslt-cont-div {
	width: 60%;
}

.conslt-img-div img {
	width: 100%;
	max-width: 350px;
	height: 250px;
	margin: auto;
	border-radius: 8px;
	object-fit: cover;
}

.conslt-icn-txt {
	padding: 24px 0px;
	display: flex;
	align-items: baseline;
	gap: 16px;
	border-bottom: 1px solid #e8eaed;
}

.conslt-icn-txt i {
	font-size: 24px;
	color: #1a73e8;
}

.conslt-txt h5 {
	font-weight: 500;
}

.conslt-txt h5 span {
	color: #1a73e8;
	cursor: pointer;
}

.conslt-txt p {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.496px;
	margin-top: 2px;
}

@media (max-width:768px) {
	.consultation-section {
		padding: 48px 28px;
		/* margin-top: 48px; */
	}

	.consultation-flex {
		flex-direction: column;
		gap: 20px;
	}

	.conslt-img-div {
		width: 100%;
	}

	.conslt-img-div img {
		max-width: 300px;
	}

	.conslt-cont-div {
		width: 100%;
	}

	.consultation-heading h2 {
		margin-bottom: 38px;
	}
}



/* --------  about us page  ---------- */
/* image-with-text */
.image-with-text {
	padding: 80px 40px;
	height: 100vh;
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.img-text-wrapper {
	display: flex;
	align-items: center;
	gap: 48px;
}

.image-content {
	width: 60%;
}

.image-div {
	width: 40%;
}

.image-div a {
	display: block;
}

.image-div img {
	width: 100%;
}

.image-content h2 {
	margin-bottom: 20px;
}

.image-content p {
	margin-bottom: 20px;
	font-weight: 500;
}

@media (max-width:768px) {
	.image-with-text {
		padding: 40px 20px;
		height: auto;
	}

	.img-text-wrapper {
		flex-direction: column-reverse;
		gap: 40px;
	}

	.image-content,
	.image-div {
		width: 100%;
	}
}



/* --------  glass page  ---------- */
/* page heading section */
.page-heading-section{
	margin-top: 64px;
	padding: 60px 40px;
}
.heading-subheading{
	width: 100%;
	max-width: 800px;
	margin: auto;
	text-align: center;
}
.heading-subheading h1{
	margin-bottom: 16px;
}
.heading-subheading h1 span{
	color: #1a73e8;
}
@media (max-width:768px){
	.page-heading-section{
		padding: 40px 20px;
	}
}


/* img-text-section */
.img-text-section{
	padding: 60px 100px;
}
.img-text-main-div{
	display: flex;
	align-items: center;
	gap: 40px;
}
.img-txt-left{
	width: 50%;
}
.img-txt-right{
	width: 50%;
}
.img-txt-left h3{
	font-size: 36px;
	margin-bottom: 16px;
}
.img-txt-left h6{
	margin-bottom: 24px;
	font-weight: 400;
}
.img-txt-right a{
	display: block;
}
.img-txt-right a img{
	width: 100%;
	max-width: 450px;
	object-fit: cover;
	aspect-ratio: 1.2;
	border-radius: 8px;
}
@media (max-width:992px){
	.img-text-section{
		padding: 60px;
	}
	.img-txt-left h3{
		font-size: 32px;
	}
}
@media (max-width:768px){
	.img-text-section{
		padding: 40px; 
	}
	.img-text-main-div{
		flex-direction: column-reverse;
		text-align: center;
		gap: 34px;
	}
	.img-txt-left{
		width: 100%;
	}
	.img-txt-right{
		width: 100%;
	}
	.img-txt-left h3{
		font-size: 24px;
	}
}
@media (max-width:480px){
	.img-text-section{
		padding: 40px 20px; 
	}
}


/* services-grid */
.services-grid{
	padding: 60px 40px;
}
.service-grid-heading h2{
	text-align: center;
	margin-bottom: 60px;
}
.service-grid-flex{
	display: flex;
	/* gap: 20px; */
	justify-content: space-between;
}
.service-img-text{
	width: calc(33.33% - 15px);
	text-align: center;
	display: flex;
	flex-direction: column;
}
.service-img-text img{
	width: 100%;
	max-width: 350px;
	aspect-ratio: 1.2;
	object-fit: cover;
	border-radius: 8px;
}
.servc-text-div{
	height: -webkit-fill-available;
	padding: 24px;
	padding-bottom: 30px;
}
.servc-text-div h5{
	font-weight: 500;
	margin-bottom: 10px;
}
.servc-text-div p{
	color: #5f6368;
	font-weight: 400;
}
.service-img-text a{
	/* width: max-content; */
	margin: auto;
}
@media (max-width:992px){
	.service-grid-flex{
		flex-wrap: wrap;
		column-gap: 20px;
		row-gap: 40px;
	}
	.service-img-text{
		width: calc(50% - 10px);
		margin: auto;
	}
	.service-img-text img{
		max-width: 100%;
		margin: auto;
	}
}
@media (max-width:768px){
	.service-grid-heading h2{
		margin-bottom: 40px;
	}
	.service-img-text{
		width: 100%;
	}
	.service-img-text img{
		max-width: 500px;
	}
}
@media (max-width:480px) {
	.services-grid{
		padding: 40px 20px;
	}
	.services-grid{
		padding: 20px;
	}
}



/* gallery-box-slider */
.gallery-box-section{
	padding: 60px 0px;
}
.gallery-box-heading h2{
	margin-bottom: 60px;
	text-align: center;
	padding: 0px 40px;
}	
.gallery-box-area{
	width: 100%;
}
.gallery-box-area img{
	width: 100%;
	height: 350px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.gallery-box-area .gb-texts{
	padding: 24px;
}
.gb-texts h5{
	margin-bottom: 15px;
}
.gallery-boxs-slider .slick-track{
	display: flex;
	column-gap: 50px;
}
.gallery-boxs-slider .slick-list{
	
}
.gallery-boxs-slider .slick-track .slick-slide:first-child{
	margin-left: 120px;
}
.gallery-boxs-slider .slick-dots li{
	height: 15px;
	width: 15px;
}
.gallery-boxs-slider .slick-dots li button{
	height: 15px;
	width: 15px;
	padding: 0;
}
.gallery-boxs-slider .slick-dots li button:before{
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;	
	background: transparent;
	border: 1px solid #000;
	opacity: 1;
}
.gallery-boxs-slider .slick-dots li.slick-active button:before{
	background: #000;
	opacity: 1;
}


.gallery-boxs-slider .slick-prev:hover,
.gallery-boxs-slider .slick-next:hover {
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
	border-radius: 50%;
	color: #000000;
	background: #fff;
	opacity: 1;
}

.gallery-boxs-slider .slick-prev:focus,
.gallery-boxs-slider .slick-next:focus {
	border: 2px solid #1A73E8;
	border-radius: 50%;
}

.gallery-boxs-slider .slick-next,
.gallery-boxs-slider .slick-prev {
	height: 64px;
	width: 64px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	border-radius: 100%;
	opacity: 0.75;
	transition: all 0.2s;
}

.gallery-boxs-slider .slick-prev {
	left: 20px;
	z-index: 2;
}

.gallery-boxs-slider .slick-next {
	right: 20px;
	z-index: 2;
}

.gallery-boxs-slider .slick-prev:before {
	content: "\f104";
	font-family: 'FontAwesome';
	color: #3A3C40;
	font-size: 30px;
	opacity: 1;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
}

.gallery-boxs-slider .slick-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #3A3C40;
	font-size: 30px;
	opacity: 1;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
}

.gallery-boxs-slider .slick-next:hover.slick-disabled,
.gallery-boxs-slider .slick-prev:hover.slick-disabled {
	box-shadow: none;
	cursor: default;
	border: none;
}

.gallery-boxs-slider .slick-next:focus.slick-disabled,
.gallery-boxs-slider .slick-prev:focus.slick-disabled {
	border: none;
}
.gallery-boxs-slider .slick-next.slick-disabled,
.gallery-boxs-slider .slick-prev.slick-disabled,
.gallery-boxs-slider .slick-next.slick-disabled:before,
.gallery-boxs-slider .slick-prev.slick-disabled:before {
	display: none !important;
}
@media (max-width:768px){
	.gallery-boxs-slider .slick-track .slick-slide:first-child{
		margin-left: 0px;
	}
	.gallery-boxs-slider .slick-track{
		column-gap: 22px;
	}
	.gallery-box-area img{
		height: 230px;
	}
}
/* --------  glass page over  ---------- */



/* --------  FAQ page  ---------- */
.faq-section {
    padding: 0px 60px;
    margin: 80px 0px;
}
.faq-heading{
	text-align: center;
	margin-bottom: 60px;
}
.faq-with-box {
    display: flex;
	gap: 70px;
}
.faq-div {
	width: 65%;
}
.right-faq-box{
	width: 35%;
	display: flex;
    flex-direction: column;
    gap: 24px;
}
.topic {
    border-bottom: 1px solid #e2e2e2;
}
.open {
    cursor: pointer;
    display: block;
    position: relative;
}
.expanded {
	transition: all 0.3s ease-in-out;
}
.question {
    color: #1a73e8;
	padding: 30px 40px 30px 0;
	font-weight: 500;
	position: relative;
}
.question::after{
	content: "\f078";
	font-family: 'FontAwesome';
    color: #1a73e8;
	position: absolute;
	right: 10px;
	top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
	transition: all 0.3s ease-in-out;
}
.expanded .question::after{
	transform: rotate(180deg);
}
.answer {
    display: none;
    margin-bottom: 30px;
	font-weight: 400;
	padding-right: 40px;
	color: #5f6368;
}

.faq-boxs {
    padding: 24px 30px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
	width: 100%;
}
.faq-boxs h5{
	font-weight: 700;
	margin-bottom: 8px;
}
.faq-boxs p{
	font-size: 14px;
	margin-bottom: 24px;
	color: #5f6368;
	font-weight: 500;
}
.faq-boxs .outline-btn{
	font-size: 14px;
}
@media only screen and (max-width: 1024px) {
	.faq-section{
		padding: 0px 40px;
		margin-bottom: 0;
	}
	.faq-with-box{
		flex-direction: column;
		gap: 60px;
		width: 100%;
		max-width: 80%;
		margin: auto;
	}
	.faq-div{
		width: 100%;
	}
	.right-faq-box{
		width: 100%;
		flex-direction: unset;
	}
}
@media only screen and (max-width: 768px) {
	.faq-with-box{
		max-width: 100%;
	}
	.faq-heading{
		margin-bottom: 40px;
	}
	.faq-section{
		padding: 0px 20px;
	}
}
@media only screen and (max-width: 600px) {
	.right-faq-box{
		flex-direction: column;
	}
}
/* --------  FAQ page over  ---------- */



/* --------  blog page ---------- */
.blog-section{
	padding: 60px;
	margin-top: 60px;
}
.blog-heading,.post-heading{
	margin-bottom: 60px;
	text-align: center;
}
.search-box{
	display: flex;
	justify-content: center;
	width: 100%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 50px;
}
.search-box .search-field:focus-visible{
	outline: none;
}
.search-box .search-field{
	background: #f0f2f4;
	border: none;
	border-radius: 24px 0 0 24px;
	padding: 12px 12px 12px 24px;
	width: 100%;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: .1px;
    color: #202124;
}
.search-box .search-btn{
	border: none;
	cursor: pointer;
	border-radius: 0 24px 24px 0px;

}
.blog-div{
	display: flex;
	gap: 40px;
}
.desktop-categories{
	width: 20%;
}
.desktop-categories h6{
	font-weight: 700;
	margin-bottom: 24px;
}
.category-list a p{
	font-weight: 500;
	margin-bottom: 5px;
}
.category-list a.active p{
	color: #174ea6;
	font-weight: 600;
}
.blog-grid-area{
	width: 80%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 30px;
}
.blog-boxs{
	width: 100%;
	border-radius: 20px;
	background: #fff;
	box-shadow: 3px 3px 32px rgba(0,0,0,.12);
}
.blog-img img{
	width: 100%;
	height: 210px;
    object-fit: cover;
	border-radius: 20px 20px 0 0;
}
.blog-content{
	padding: 24px 20px;
}
.blog-content .category-tag{
	color: #174ea6;
    background-color: #E8F0FE;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
	margin-bottom: 12px;
    display: inline-block;
}
.blog-content .blog-post-heading h6{
	font-weight: 700;
	margin-bottom: 12px;
}
.blog-content .fill-btn{
	border-radius: 24px;
}
@media (max-width:1024px){
	.blog-section{
		padding: 60px 40px;
	}
}
@media (max-width:992px){
	.blog-grid-area{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:768px){
	.blog-section{
		padding: 40px;
	}
	.blog-heading,.post-heading{
		margin-bottom: 40px;
	}
	.blog-div{
		flex-direction: column;
	}
	.desktop-categories{
		width: 100%;
		text-align: center;
	}
	.desktop-categories h6{
		margin-bottom: 20px;
	}
	.blog-grid-area{
		width: 100%;
	}
	.category-list{
		display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
		row-gap: 5px;
		justify-content: center;
	}
	.blog-content{
		padding: 20px;
	}
	.search-box{
		margin-bottom: 40px;
	}
}
@media (max-width:480px){
	.blog-section{
		padding: 40px 20px;
	}
	.blog-grid-area{
		grid-template-columns: 1fr;
	}
}
/* --------  blog page over  ---------- */

/* blog inner css */
.post-heading{
	padding: 0px 60px;
}

.post-section{
	padding-top:60px;
	margin-top: 60px;
}

.post-image{
	/* width: 80%; */
    /* height: 500px; */
	padding: 0px 60px;
    margin: auto;
}
.post-image img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.post-content .category-date {
	display: flex;
    justify-content: space-between;
	margin-bottom:20px;
}
.post-content .category-date h6{
	margin: 0;
}
.post-content{
	padding:60px;	
}
.post-content p,.post-content ul li,.post-content ol li{
	margin-bottom: 10px;
	font-weight: 500;
}
.post-content ul,.post-content ol{
	padding-left: 40px;
}
.post-content h1 a,.post-content h2 a,.post-content h3 a,
.post-content h4 a,.post-content h5 a,.post-content h6 a,
.post-content p a,.post-content ul li a,.post-content ol li a{
	color: #1a73e8;
    border-bottom: 1px solid #1a73e8;
}
.post-content p img{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 450px;
	margin: auto;
	margin-bottom: 20px;
}
.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,
.post-content ul, .post-content ol{
	margin: 20px 0px;
}

.post-content ul{
	padding-left:20px;
}

.post-content ul li{
	font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .1px;
    color: #202124;
}
.post-content .category-date h6 a{
	color:#1a73e8;
}	

@media (max-width: 992px) {
	.post-image img{
		height: 500px;
	}
}
@media only screen and (max-width: 768px) {
	/* post page */
	.post-content{
		padding: 40px;
	}
	.post-image ,.post-heading{
		padding: 0px 40px;
	}

	.post-section{
		padding-top:40px;	
	}
	.post-image img{
		height: 400px;
	}
}
@media (max-width:600px) {
	.post-image img{
		height: 300px;
	}
	.post-content p img{
		max-width: 100%;
	}
	.post-content ul,.post-content ol{
		padding-left: 30px;
	}
}
@media (max-width:568px) {
	/* post page */
	.post-content{
		padding: 40px 20px;
	}
	.post-image ,.post-heading{
		padding: 0px 20px;
	}
	.post-content .category-date{
		flex-direction: column;
		gap: 8px;
		margin-bottom: 30px;
	}
}
@media (max-width:480px){
	.post-image img{
		height: 210px;
	}
}

/* blog inner css  over*/


/* design by dhrumil 18-1-2024 footer map section end */
.map-container{
   
    width: 100%;
	max-width: 1920px; 
	margin: auto;

}
.map-container iframe{
	height: 500px;
}
@media (max-width:992px){
	.map-container iframe{
		height: 450px;
	}	
}
@media (max-width:768px){
	.map-container iframe{
		height: 400px;
	}	
}

/* footer map section end */

/* footer */
.footer-section {
	background: #f8f9fa;
	padding: 40px 70px;
}

.footer-container {
	width: 100%;
	max-width: 1080px;
	margin: auto;
}

.follow-us-div {
	display: flex;
	align-items: center;
	gap: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #dadce0;
}

.follow-us-div p {
	font-weight: 600;
}

.social-icons {
	display: flex;
	gap: 10px;
}

.social-icons a {
	height: 48px;
	width: 48px;
	color: #202124;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.social-icons a:hover {
	background: #e8eaed;
}

.social-icons a i {
	font-size: 24px;
}


.footer-link-div {
	border-bottom: 1px solid #dadce0;
	padding: 40px 0px 48px;
	display: flex;
	gap: 40px;
}

.link-wrapper {
	width: 100%;
}

.link-wrapper .footer-cat {
	font-weight: 600;
}

.link-cat {
	margin-bottom: 16px;
	cursor: pointer;
	color: #202124;
}

.footer-cat-links {
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-cat-links li {
	list-style-type: none;
	padding: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	line-height: 2;
	margin-bottom: 8px;
}

.footer-cat-links li:last-child {
	margin-bottom: 0;
}

.footer-cat-links a {
	text-decoration: none;
	position: relative;
	color: #5f6368;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.4s;
	line-height: 2;
}

.footer-cat-links a:hover {
	color: #202124;
}

.footer-cat-links.active>li a {
	pointer-events: auto;
}

.term-policy-div {
	padding-top: 40px;
}

.img-links-wrapper {
	display: flex;
	align-items: center;
	gap: 40px;
}

.img-wrapr img {
	width: 100%;
	max-width: 130px;
	/* filter: opacity(0.6); */
	transition: all 0.3s;
	height: 100%;
}

.img-wrapr a:hover img {
	filter: opacity(1);
}

.policy-wrper ul {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.policy-wrper ul li {
	list-style: none;
}

.policy-wrper ul li a {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #5f6368;
	padding: 0px 10px;
	transition: all 0.4s;
	display: block;
}

.policy-wrper ul li a:hover {
	color: #202124;
}
.copyright-words{
	text-align: center;
	margin-top: 20px;
}
.copyright-words span{
	font-family:Arial, Helvetica, sans-serif;
}

/* Pagination css start */
    .pagination {
    margin-top: 60px;
    text-align: center;
}

.page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 12px 20px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.page-numbers.current {
    background-color: #0073e6;
    color: #fff;
}

.page-numbers:hover {
    background-color: #ddd;
}

.next,
.prev {
    font-weight: bold;
}

.next:hover,
.prev:hover {
    background-color: #0073e6;
    color: #fff;
}

/* Pagination css end */

	/* Navigation Container */
.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; /* Adjust the spacing as needed */
}

/* Navigation Links */
.nav-links {
    display: flex;
    gap: 20px; /* Adjust the spacing between previous and next links */
}

/* Navigation Link Styles */
/* Navigation Container */
.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; /* Adjust the spacing as needed */
}

/* Navigation Links */
.nav-links {
    display: flex;
    gap: 20px; /* Adjust the spacing between previous and next links */
}

/* Navigation Link Styles */
.nav-previous,
.nav-next {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.nav-previous a,
.nav-next a {
    text-decoration: none;
}

.meta-nav {
    display: flex;
    align-items: center;
    color: #333; /* Color for the arrow icon and text */
}

/* Arrow Icon Styles */
.svg-icon {
    width: 20px; /* Adjust the icon size as needed */
    height: 20px;
    margin-right: 8px; /* Adjust the spacing between icon and text */
    fill: #007bff; /* Color for the arrow icon */
}

/* Post Title Styles */
.post-title {
    margin: 0;
    font-weight: bold;
    color: #007bff; /* Color for the post title */
}



/* css given by KS for speed optimization start */



@media only screen and (min-width: 768px) {
.owl-carousel.owl-loaded{
	height: 270px;
}
.tab-change-heading h2{
	min-height: 115px;
}
}

@media only screen and (max-width: 768px) {
	.mobile-img {
		display: block !important; /* Ensures proper rendering */
		width: 100% !important; /* Adjust image width as needed */
		height: 270px !important; /* Allows the image to scale proportionally */
	}

	.owl-carousel.owl-loaded{
		height: auto;
	}
	.owl-item img {
		width: 100% !important;
		max-width: 270px;
		height: 270px !important;
	}

}

@media (max-width: 1024px){
	.owl-item img {
		width: 100% !important;
		max-width: 270px;
		height: 290px !important;
	}
}

@media (max-width: 600px){
.top-bar-div-scorll {
    display: block !important;
    min-height: 70PX;
}
}

/* css given by KS for speed optimization end */

@media only screen and (max-width: 768px) {
	.footer-section {
		padding: 28px 0px;
	}

	.follow-us-div {
		padding: 0px 28px 24px;
	}

	.footer-link-div {
		flex-direction: column;
		gap: 0;
		padding: 24px 28px;
	}

	.link-wrapper:first-child {
		border-top: 1px solid #dadce0;
	}

	.link-wrapper {
		padding: 24px 0px;
		border-bottom: 1px solid #dadce0;
	}

	.link-cat {
		position: relative;
		margin-bottom: 0;
	}

	.footer-toggle::after {
		content: '\f078';
		font-family: 'FontAwesome';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		-webkit-transition: all .4s;
		transition: all .4s;
		font-size: 22px;
	}

	.btnActive .footer-toggle::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.footer-cat-links {
		border-color: #dadce0;
	}

	.footer-cat-links.active {
		margin-top: 24px;
		padding-top: 20px;
		border-top: 1px solid #dadce0;
	}

	.footer-cat-links a {
		pointer-events: none;
		line-height: 0;
	}

	.footer-cat-links li {
		line-height: 0;
		opacity: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.footer-cat-links.active>li {
		line-height: 2;
		opacity: 1;
		margin-bottom: 8px;
		padding: 5px 0px;
	}

	.footer-cat-links.active>li:last-child {
		margin-bottom: 0 !important;
	}

	.footer-cat-links.active>li a {
		line-height: 2;
	}

	.term-policy-div {
		padding: 40px 28px 0px;
		margin-bottom: 45px;
	}

	.img-links-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;

	}

	.policy-wrper ul {
		column-gap: 20px;
		row-gap: 10px;
	}

	.policy-wrper ul li a {
		padding: 8px 0px;
	}

	/* post page */
	.post-content{
		padding: 40px;
	}

	.post-section{
		padding-top:40px;	
	}
}


   .content-para-div ul li {font-size: 16px;
    font-weight: 600;
color: #5f6368;line-height:1.5;}
.content-para-div ul{padding-left:30px;margin-bottom:36px;}
@media (max-width:568px) {
	.follow-us-div {
		flex-direction: column;
		align-items: flex-start;
	}
	/* post page */
	.post-content{
		padding: 40px 20px;
	}
	.post-content .category-date{
		flex-direction: column;
		gap: 8px;
		margin-bottom: 30px;
	}
}



/* pricing plan css */
.pricing-plan{
    padding: 80px 60px;
}
.pricing-section-hedings{
    text-align: center;
}
.pricing-section-hedings h5{
    color: #1a73e8;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.pricing-section-hedings h2{
    text-transform: capitalize;
	font-weight:800;
}

.pricing-boxs-div{
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    margin: auto;
	margin-top: 40px;
}
.box-wrapper{
    padding: 20px 7px;
    width: 25%;
    display: flex;
    align-self: stretch;
}
.pricing-boxs-div .plan-box{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #dadce0;
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
	transition: all 0.4s;
}
.plan-box h3{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
	transition: all 0.4s;
}
.plan-box h1{
    text-align: center;
	/* margin: 25px 0px 10px; */
	margin: 0 0px 10px;
	transition: all 0.4s;
}
.plan-box p{
	text-align: center;
}

.plan-info {
    margin-top: 30px;
}
.plan-info h6{
	display: flex;
	gap: 15px;
	font-size: 16px;
}
.plan-info h6:before{
	content: "\f00c";
	font-family: "FontAwesome";
	color: #1a73e8;
}
/* 28/02/2024 start */
.plan-info ul li:before{
	content: "\f00c";
	font-family: "FontAwesome";
	color: #1a73e8;
}
.plan-info ul{
	list-style-type:none;
}
.plan-info ul li{
	line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal;
    color: #202124;
	display: flex;
    gap: 15px;
    font-size: 16px;
}
/* 28/02/2024 end */
.subscribe-btn {
    margin-top: auto;
	text-align: center;
}
.subscribe-btn .fill-btn{
	width: 100%;
	justify-content: center;
	margin-top: 30px;
	background: #e8f0fe;
	color: #000;
}
	/* box hover */
.box-wrapper.hover .plan-box{
	border: 2px solid #1a73e8;
}
.box-wrapper.hover .plan-box h3,
.box-wrapper.hover .plan-box h1{
	color: #1a73e8;
}
.box-wrapper.hover .plan-box .subscribe-btn .fill-btn{
	background: #1a73e8 !important;
	color: #fff !important;
}

@media (max-width:1200px){
	.box-wrapper{
		width: 50%;
	}
	.pricing-boxs-div{
		max-width: 800px;
	}
}
@media (max-width:992px){
	.plan-box h1{
		font-size: 55px;
	}
}
@media (max-width:768px){
	.pricing-plan{
		padding: 40px 20px;
	}
	.pricing-boxs-div{
		flex-direction: column; 
	}
	.box-wrapper{
		width: 100%;
		max-width: 450px;
		margin: auto;
	}
	.pricing-boxs-div .plan-box{
		padding: 25px 30px;
	}
	.content-para-div ul {
    text-align: left;
	}
	
}

/* new css 29/02/2024 */
.contnt-text-div span{
	margin-top: 15px;
	cursor: pointer;
}


/* tab content css */
.page-content {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    margin-bottom: 80px;
}

.section-page-container{margin: 0 72px;}
.section-page-container ul{padding-left:20px;}

/* product CSS */

.woocommerce .summary .quantity .qty {
	height:35px !important;
	width:80px !important;
	font-size: 20px !important;
}
.input-text qty text{
	font-size:10px !important;
}
.woocommerce .summary .single_add_to_cart_button{
	background-color:#1a73e8 !important;
	width: 100% !important;
    justify-content: center;
    display: flex;
    max-width: 300px !important;
	border-radius:4px !important;
} 
.woocommerce .summary .single_add_to_cart_button:hover{
	background-color: #185abc !important;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.woocommerce .summary .woocommerce-Price-amount bdi{
	color:#1a73e8 !important;
}
.woocommerce-cart .page{
	max-width:1120px;
	margin:auto;
}
/* .woocommerce-cart .page .entry-header{
	margin: 0 72px;
	margin-top:50px;
} */
/* .woocommerce-cart .page .entry-content{
		margin: 0 72px;
} */
.woocommerce-cart .wc-block-cart__submit-container{
	background-color:#1a73e8;
	border-radius:4px;
}
.woocommerce-cart .wc-block-cart__submit-container:hover{
	background-color: #185abc !important;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}
.woocommerce-cart .wc-block-cart__submit-container a{
	color:white;
}
.woocommerce-cart .wc-block-components-totals-coupon__button{
	background-color:#1a73e8;
	color:white;
	border:none;
	border-radius:4px !important;
	font-size:16px;
}
.woocommerce-cart .wc-block-components-totals-coupon__button:hover{
	background-color: #185abc !important;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}
.woocommerce-cart .wc-block-components-totals-coupon__input input{
		border:1px solid #1a73e8 !important;
}
.woocommerce-cart .wc-block-components-totals-coupon__input input:focus{
	border:1px solid #1a73e8;
	box-shadow:none !important;
}
.woocommerce-cart .wc-block-components-totals-coupon__input label{
		color:#1a73e8 !important;
}
@media (max-width:430px) {
.woocommerce-cart .page .entry-header{
	margin: 0 18px;
    }
.woocommerce-cart .page .entry-content{
	margin: 0 18px;
   }
}
.woocommerce-checkout .page{
	max-width:1180px;
	margin:auto;
}
.woocommerce-checkout .entry-header{
	margin: 0 72px;
	margin-top:50px;
}
.woocommerce-checkout .entry-content{
	margin: 0 72px;
}
@media (max-width:430px){
	.woocommerce-checkout .entry-header{
	margin: 0 18px;
    }
.woocommerce-checkout .entry-content{
	margin: 0 18px;
}
}
.woocommerce-checkout .woocommerce-Price-amount bdi{
	color:#1a73e8;
}
.woocommerce-checkout ul.products li.product .button{
	background-color:#1a73e8;
	color:white;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button{
	background-color:#1a73e8;
	color:white;
	border:none;
	font-size:16px;
	border-radius:4px;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover{
	background-color:transparent;
	color:#1a73e8;
	border:1px solid;
	border-color:#1a73e8;
}
.woocommerce-checkout .wc-block-components-totals-coupon__button{
	background-color:#1a73e8;
	color:white;
	border:none;
	border-radius:4px;
	font-size:16px;
}
.woocommerce-checkout .wc-block-components-totals-coupon__button:hover{
	background-color: #185abc !important;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}
.woocommerce-checkout .wc-block-components-totals-coupon__input input{
	border:1px solid #1a73e8 !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon__input input:focus{
	border:1px solid #1a73e8;
	box-shadow:none !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon__input label{
	color:#1a73e8 !important;
}
.woocommerce-checkout .columns-4{
	display:none;
}
/* css changes 13/03/2024 */
.woocommerce .summary del .woocommerce-Price-amount bdi, del.wc-block-components-product-price__regular,.woocommerce-shop .products .price del bdi,.woocommerce-cart .wc-block-grid__product del span{
    color: red !important;
    font-weight: bolder;
    text-decoration: line-through;
}

.woocommerce-page article.page{
	margin-top: 60px !important;
    padding-top: 60px !important;
}

.woocommerce-page .entry-header{
	margin-bottom:50px;
	text-align: center;
    margin-top: 0;
}

.woocommerce-page .entry-header h1,.woocommerce-page .entry-header h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.5px;
    color: #202124;
}

/* woocommerce checkout page css */

.checkout.woocommerce-checkout{
	display: table;
}

.woocommerce-checkout form .col2-set {
    width: 60%;
    float: left;
    padding-right: 1.5vw;
}

.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
    width: 40%;
    padding-left: 1.5vw;
    float: right;
    clear: right;
}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{
	width:100%;
}
.woocommerce-checkout input,.woocommerce-checkout textarea,.wc-stripe-elements-field{
	background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em;
    width: 100%;
}

.woocommerce-checkout input[type="checkbox"],.woocommerce-checkout input[type="radio"]{
width: auto;
}

@media (max-width:768px) {
    .woocommerce-checkout .col2-set,.woocommerce-checkout form #order_review,.woocommerce-checkout form #order_review_heading{
        width:100% !important;
    }
}

/* checkout 2.0 design changes */

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper ,.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,.woocommerce-checkout-payment{
    border-left: 1px solid hsla(0,0%,7%,.11);
    padding-left: 20px;
    margin: 20px 0;
    margin-left : 5px;
}

.woocommerce-checkout #payment{
    background: #ffffff 
}

.woocommerce-checkout #payment div.payment_box{
    background-color: #fff;
    padding:0;
 }
 .woocommerce-checkout #payment div.payment_box::before{
 
   display:none;
 }

 .wc_payment_methods.payment_methods{
    border: 1px solid hsla(0, 0%, 7%, .8) !important; 
    border-radius: 4px;
 }

 .wc-credit-card-form .form-row{
    margin-bottom: 0 !important;
 }

 #stripe-payment-data fieldset{
    border: unset !important;
 }
 .woocommerce-checkout form #order_review{
    margin-top: 20px;
 }

 .woocommerce-checkout .cart-discount td{color: #4ab866;}
 .woocommerce #payment #place_order{background: #1a73e8; padding: 15px 24px;}
 .woocommerce #payment #place_order:hover{
 background-color: #185abc;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

/* homepage */
.pricing-boxs-div .wc_regular_price{
	color:red;
	text-decoration: line-through;
	margin-top:10px;
}

/* custom css by dhrumil */

/* product image css */

.single-product .woocommerce-product-gallery__image a {
	height: 500px;
    width: 100%;
    max-width: 500px;
    display: block;
}
@media (max-width:768px){
	.single-product .woocommerce-product-gallery__image a {
		max-width:100%;
	}
}

.single-product .woocommerce-product-gallery__image a img {
    height: 100% !important;
	object-fit:cover;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs li{
	padding-right:10px;
	padding-top:10px;
}


/* 19/03/2024 */

.woocommerce-message .button.wc-forward{
	display: none !important;
}

.single-product .goals-section{width:100% !important;}

/* 20/03/2024 */

/* Shop page design */
.woocommerce-shop .page{
	max-width:1120px;
	margin:auto;
}

.add_to_cart_button{
	background-color: #1a73e8 !important;
    width: 100% !important;
    justify-content: center;
    display: flex !important;
    max-width: 300px !important;
    border-radius: 4px !important;
    color: #ffff !important;
}


.woocommerce-shop .products .price ins span,.price bdi, .wc-block-grid__product ins span{color: #1a73e8;font-weight: 600;
    font-size: 13px;  }

.orderby{
	background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    min-height: 0;
    padding: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    bottom: 0;
    margin: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 16px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
	border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    /* padding: 16px 7px; */
    height: 53px;
    display: flex;
    align-items: center;
    width: 100%;
}

.wc-block-product-new{
	margin-top: 40px;
}

.woocommerce-cart .wc-block-grid__product-title ,.woocommerce-cart .wc-block-grid__product-price{text-align: left !important; }
.wc-block-grid__product-title{
	padding: .5em 0;
    margin: 0;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.5px;
    color: #202124 !important;
}

.wc-block-grid__product ins span,.woocommerce-cart .wc-block-grid__product del span {font-weight: 600;font-size: 13px;}
.return-to-shop-container{
	width: 100%;
    max-width: 1120px;
    margin: auto;
    text-align: center;
}

.modal-form h3{color: #1a73e8 !important;}
.modal-action-btns{
	display: flex;
    gap: 10px;
    margin-top: 20px !important;
}
.return-to-shop.outline-btn{
cursor: pointer;
}

@media (max-width:768px) {
	.woocommerce-shop .page{
		margin: 20px 15px !important;
	}
	.woocommerce .form-row.place-order{
		display: flex;
		flex-direction: column;
	}
	.woocommerce .form-row.place-order .woocommerce-terms-and-conditions-wrapper{order:0;}
	.woocommerce .form-row.place-order #place_order{order:1;}
	.woocommerce .form-row.place-order .outline-btn{order:2; justify-content: center;}
	.wc-block-grid.has-4-columns .wc-block-grid__product{flex: 1 0 50% !important;}
	.wc-block-grid__products{display: flex !important;}
}
.product_meta{
	display: none;
}