/*
Theme Name: Ekarthaan Studios
Description: An HTML5 version.
Version: 1.0
Author: Anuj
Tags: html5, naked, clean, basic
*/
.bookappo {
	margin: 0 !important;
}

.ccbtnwrap {
	margin-left: 20px !important;
}

.ccbtnwrap .ccbtn {
	background: #fefe00;
	color: #000;
}

@media screen and (max-width: 768px) {
	.dmenu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		z-index: 1000;
	}

	.dmenu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.dmenu ul li {
		display: block;
		padding: 10px 15px;
		border-bottom: 1px solid #eee;
	}

	.dmenu ul li:last-child {
		border-bottom: none;
	}

	.mmenu {
		display: block;
		cursor: pointer;
		padding: 10px;
	}

	.menuarea {
		position: relative;
	}
}

@media screen and (min-width: 769px) {
	.mmenu {
		display: none;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
}

.topbar {
	float: left;
	width: 100%;
	background-color: #009579;
	padding: 10px 30px;
}

.header {
	background-color: black;
	width: 100%;
	float: left;
}

.social_icons_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social_icons {
	width: auto;
}

.social_icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social_icons ul li {
	display: inline-block;
	margin: 0 5px 0 0;
}

.social_icons ul li a {
	display: inline-block;
	border-radius: 50%;
}

.notifiactions {
	color: #ffff;
}

.bottombar {
	float: left;
	width: 100%;
}

.logo_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.logo {
	width: auto;
}

.logo img {
	height: 55px;
}

.menuarea {
	float: right;
	width: auto;
}

.ccbtnwrap {
	float: left;
	width: auto;
}

.ccbtn {
	background-color: #009579;
	border: none;
	border-radius: 5px;
	padding: 13px 10px;
	color: #fff;
	font-size: 16px;
}

.dmenu {
	float: left;
	width: auto;
	margin-top: 5px;
}

.dmenu .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dmenu .menu>li {
	display: inline-block;
	width: auto;
	margin: 0 0 0 30px;
	position: relative;
}

.dmenu .menu li.menu-item-has-children:hover>.sub-menu {
	display: block;
}

.dmenu .menu>li>a {
	color: #fff;
	text-decoration: none;
	line-height: 40px;
}

.dmenu .menu>li>a:hover {
	color: red;
}

.dmenu .menu li .sub-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	top: 40px;
	left: 0;
	z-index: 1000;
	padding: 0;
}

.dmenu .menu li .sub-menu li {
	list-style: none;
	width: 100%;
}

.dmenu .menu li .sub-menu li a {
	color: #000;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	padding: 8px 15px;
	font-size: 14px;
	text-decoration: none;
}

.dmenu .menu li .sub-menu li a:hover {
	background-color: #000;
	color: #fff;
}

.dmenu .menu li .sub-menu li .sub-menu {
	display: none;
	left: 100%;
}

.dmenu .menu li a>.fa {
	margin: 0 0px 0 5px;
}

.bookappo a {
	color: #fff;
	text-decoration: none;
}

.bookappo img {
	height: 40px;
}

.bookappo {
	display: inline-block;
	cursor: pointer;
	margin: 0 0 0 30px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.social_icons ul li a img {
	width: auto;
	height: 35px;
}

.mmenu {
	float: right;
	display: none;
	margin-left: 30px;
	color: #fff;
}

.mmenu.active {
	display: block;
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 80%;
	transition: all 0.3s ease-in;
	background-color: rgba(0, 0, 0, 0.9);
	height: 100%;
	border-right: 1px solid #e4e4e4;
	z-index: 10;
}

.mobile-menu.in {
	left: 0;
}

.mobile-menu-inner {
	float: left;
	width: 100%;
	height: auto;
	overflow-y: auto;
}

.close_mmenu {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	color: #fff;
}

.mobile-menu-inner .logo {
	width: 100%;
	text-align: center;
	padding: 30px 0;
	background-color: #008000;
}

.mobile_menu {
	float: left;
	width: 100%;
	margin: 30px 0;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 15px 0;
}

.mobile_menu .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile_menu .menu li {
	display: inline-block;
	width: 100%;
	margin: 0 0 10px 0;
}

.mobile_menu .menu li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	padding: 0 30px;
}

.bookappo a {
	color: #fff;
	text-decoration: none;
	background-color: #009579;
	display: flex;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
}

.mobile-menu-inner .logo {
	width: 100%;
	text-align: center;
	padding: 30px 0;
	background-color: #009579;
}

/* * {margin: 0; padding: 0; box-sizing: border-box;}

.header {
	display: inline-block;
	width: 100%;
} */
.captcha-container {
	margin-bottom: 20px;
}

.captcha-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#captchaImage {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-right: 10px;
}

#refreshCaptcha {
	background: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 18px;
}

.bodyarea {
	display: inline-block;
	width: 100%;
}

.customquote .content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 0;
	padding: 0 60px;
}

.customquote .tab h3 {
	margin: 0 0 30px;
	font-size: 16px;
	font-weight: 600;
}

.customquote .form-group-pop {
	position: relative;
	margin: 0 0 30px 0px;
}

.customquote .form-group-pop i {
	position: absolute;
}

.customquote .success-icon,
.customquote .failure-icon {
	right: 0;
	opacity: 0;
	padding: 1rem;
}

.customquote .success-icon.show,
.customquote .failure-icon.show {
	opacity: 1;
}

.customquote .input-icon {
	padding: 1rem 0;
}

.customquote .failure-icon {
	color: red;
}

.customquote .success-icon {
	color: green;
}

.customquote .form-group-pop label {
	display: block;
	margin-bottom: 0.5rem;
}

.customquote .form-group-pop input {
	font-family: inherit;
	padding: 0;
	border: none;
	font-size: 14px;
	width: 100%;
	height: 2rem;
	border-bottom: 2px solid;
}

.customquote .form-group-pop textarea {
	font-family: inherit;
	padding: 0 0 0;
	border: none;
	font-size: 14px;
	width: 100%;
	height: 10rem;
	border-bottom: 2px solid;
	resize: none;
}

.customquote .form-group-pop textarea:focus {
	outline: none;
}

.customquote .form-check-label {
	padding-left: 0%;
}

.customquote .form-check-input {
	font-family: inherit;
	padding: 0.5rem 3.5rem 0.5rem 3rem;
	border: none;
	font-size: 1.6rem;
	width: 10%;
	height: 2rem;
	border-bottom: 2px solid;
}

.customquote .form-check-input#ptypea,
.customquote .form-check-input#ptypeb,
.customquote .form-check-input#ptypec {
	padding: 0;
	appearance: auto;
	width: auto;
	height: auto;
	margin: 5px 15px 0 0px;
}

.customquote .form-check {
	padding: 0;
}

.customquote .form-group-pop input.invalid {
	border-color: red;
}

.customquote .form-group-pop input.valid {
	border-color: green;
}

.customquote .form-group-pop input:focus {
	outline: none;
}

.customquote .form-group-pop input.initial:focus {
	border-bottom: 2px solid #12AFF1;
}

.customquote .feedback {
	margin-top: 1rem;
	color: #E50303;
	line-height: 1.3;
	display: none;
}

.customquote input.invalid~.feedback {
	display: block;
}

.customquote .tab {
	display: none;
}

.customquote .nextprevbutton {
	appearance: none;
	background-color: transparent;
	border: 2px solid #1A1A1A;
	border-radius: 15px;
	box-sizing: border-box;
	color: #3b3b3b;
	cursor: pointer;
	display: inline-block;
	font-family: "Raleway";
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	min-height: 60px;
	min-width: 0;
	outline: none;
	padding: 16px 24px;
	text-align: center;
	text-decoration: none;
	transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: 100%;
	will-change: transform;
}

.customquote .bnextprevbutton:disabled {
	pointer-events: none;
}

.customquote .nextprevbutton:hover {
	color: #000;
	background-color: rgb(0, 255, 255, 0.25);
	box-shadow: rgba(0, 255, 255, 1) 0 8px 15px;
	transform: translateY(-2px);
}

.customquote .nextprevbutton:active {
	box-shadow: none;
	transform: translateY(0);
}

.customquote .submitbutton {
	appearance: none;
	background-color: transparent;
	border: 2px solid #1A1A1A;
	border-radius: 15px;
	box-sizing: border-box;
	color: #3b3b3b;
	cursor: pointer;
	display: inline-block;
	font-family: "Raleway";
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	min-height: 60px;
	min-width: 0;
	outline: none;
	padding: 16px 24px;
	text-align: center;
	text-decoration: none;
	transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: 100%;
	will-change: transform;
}

.customquote .submitbutton:disabled {
	pointer-events: none;
}

.customquote .submitbutton:hover {
	color: #000;
	background-color: rgba(0, 255, 34, 0.25);
	box-shadow: rgba(0, 255, 34, 1) 0 8px 15px;
	transform: translateY(-2px);
}

.customquote .submitbutton:active {
	box-shadow: none;
	transform: translateY(0);
}

.customquote .checkbox-wrapper {
	display: flex;
}

.customquote .checkbox-wrapper-16 *,
.customquote .checkbox-wrapper-16 *:after,
.customquote .checkbox-wrapper-16 *:before {
	box-sizing: border-box;
}

.customquote .checkbox-wrapper-16 .checkbox-input {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.customquote .checkbox-wrapper-16 .checkbox-input:checked+.checkbox-tile {
	border-color: #009579;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #009579;
}

.customquote .checkbox-wrapper-16 .checkbox-input:checked+.checkbox-tile:before {
	transform: scale(1);
	opacity: 1;
	background-color: #009579;
	border-color: #009579;
}

.customquote .checkbox-wrapper-16 .checkbox-input:checked+.checkbox-tile .checkbox-icon,
.customquote .checkbox-wrapper-16 .checkbox-input:checked+.checkbox-tile .checkbox-label {
	color: #009579;
}

.customquote .checkbox-wrapper-16 .checkbox-input:focus+.checkbox-tile {
	border-color: #009579;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.customquote .checkbox-wrapper-16 .checkbox-input:focus+.checkbox-tile:before {
	transform: scale(1);
	opacity: 1;
}

.customquote .checkbox-wrapper-16 .checkbox-tile {
	display: flex;
	flex-direction: column;
	align-items: justify;
	justify-content: center;
	width: 100%;
	min-height: 0rem;
	border-radius: 0.5rem;
	border: 2px solid rgba(181, 235, 225, 0.1);
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 149, 121, 0.1);
	transition: 0.15s ease;
	cursor: pointer;
	position: relative;
	font-size: 12px;
}

.customquote .checkbox-wrapper-16 .checkbox-tile:before {
	content: "";
	position: absolute;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid #b5bfd9;
	background-color: #fff;
	border-radius: 50%;
	top: 0.25rem;
	left: 0.25rem;
	opacity: 0;
	transform: scale(0);
	transition: 0.25s ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.customquote .checkbox-wrapper-16 .checkbox-tile:hover {
	border-color: #009579
}

.customquote .checkbox-wrapper-16 .checkbox-tile:hover:before {
	transform: scale(1);
	opacity: 1;
}

.customquote .checkbox-wrapper-16 .checkbox-label {
	color: #707070;
	transition: 0.375s ease;
	text-align: justify;
	padding: 1px 12px 2px 32px;
}

.customquote .radio-input input {
	display: none;
}

.customquote .radio-input label {
	--border-color: #a1b0d8;
	border: 1px solid var(--border-color);
	border-radius: 6px;
	min-width: 5rem;
	margin: 0;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	font-family: "Raleway";
	font-size: 14px;
	cursor: pointer;
}

.customquote .radio-input input:checked+label {
	--border-color: rgb(0, 149, 121, 1);
	border-color: var(--border-color);
	border-width: 2px;
}

.customquote .radio-input label:hover {
	--border-color: rgb(0, 149, 121, .5);
	border-color: var(--border-color);
}

.customquote .radio-input {
	display: flex;
	flex-direction: column;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
	gap: 15px;
}

.customquote .circle {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	margin-right: 0.5rem;
	position: relative;
}

.customquote .radio-input .circle::before {
	content: "";
	display: inline;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid rgb(0, 149, 121, .5);
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.customquote .radio-input input:checked+label span.circle::before {
	content: "";
	display: inline;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgb(0, 149, 121, .5);
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.customquote .text {
	display: flex;
	align-items: center;
	font-family: "Raleway";
}

.customquote .price {
	display: flex;
	flex-direction: column;
	text-align: right;
	font-weight: bold;
}

.customquote .small {
	font-size: 10px;
	color: rgb(136, 138, 139);
	font-weight: 100;
}

.customquote .info {
	position: absolute;
	display: inline-block;
	font-size: 11px;
	background-color: rgb(31, 236, 123);
	border-radius: 20px;
	padding: 1px 9px;
	top: 0;
	transform: translateY(-50%);
	right: 5px;
}

.customquote #ss-1 {
	display: none;
}

.customquote #ss-2 {
	display: none;
}

.footer {
	display: inline-block;
	width: 100%;
}

.featuredimg {
	display: inline-block;
	width: 100%;
	margin: 30px 0 0 0;
}

.featuredimg img {
	max-width: 100%;
	max-height: 600px;
	object-fit: cover;
}

.blogtitle {
	display: inline-block;
	width: 100%;
	background-color: #6a6a6a;
	color: #fff;
	padding: 15px 15px 0 15px;
}

.blogmeta {
	display: inline-block;
	width: 100%;
	background-color: #6a6a6a;
	padding: 0 15px;
	color: #fff;
}

.blogcontent {
	display: inline-block;
	width: 100%;
	background-color: #f0f0f0;
	padding: 10px 15px;
}

.bodyarea {
	display: inline-block;
	width: 100%;
}

.btnwrapper {
	display: flex;
}

.the-images-and-text {
	width: 100%;
	align-items: center;
	display: flex;
}

.section-left-sec,
.mid-section,
.right-section {
	width: 33%;
}

.single-section-mid {
	font-size: 30px;
	text-align: center;
	padding-bottom: 15px;
	font-weight: bold;
}

.single-section-mid:hover {
	color: #009579;
}

.cutom-image-size {
	width: 100%;
	height: 400px !important;
	object-fit: cover;
}
.single-right-section {
  display: none;
  animation: opacity-anim 1s ;
} 

.single-section-mid {
  font-size: 30px;
  text-align: center;
  padding-bottom: 69px;
  font-weight: bold;
}
.the-images-and-text {
  padding-top: 80px;
}

.the-images-and-text.desktop-virson {
  padding-top: 0px;
}
.single-section-mid {
  color: #fff;
}
.single-right-section {
  color: #fff;
}
@keyframes opacity-anim {
	0% {
		opacity: 0;
	}
100% {
	opacity: 1;
}
}

.the-images-and-text-accoordin.phone-virson {
	display: none;
}
.the-images-and-text-accoordin.phone-virson .accordion-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

@media screen and (max-width: 1120px) {
.the-images-and-text.desktop-virson {
  display: none;
}
.the-images-and-text-accoordin.phone-virson {
	display: block;
}
.the-images-and-text-accoordin.phone-virson {
  padding-top: 40px;
  padding-bottom: 40px;
}
}