:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: red;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: red;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.row {
	margin: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
}

.logo {
	padding: 15px;
	text-align: right;
}

.jaai h2 span {
	background: #e46122;
	text-transform: uppercase;
	padding: 0 30px;
	color: #fff
}

.health h2 .left {
	background: #eff206;
	padding: 0 30px;
	color: #000;
	font-size: 3.5rem;
}

.health h2 .right {
	background: #ed8a1e;
	padding: 0 30px;
	color: #000;
	font-size: 3.5rem;
	box-shadow: 0 1px 4px rgba(1, 8, 0, 1), 0 0 40px rgba(0, 0, 0, 0.1) inset
}

.mt-10 {
	margin-top: 10rem
}

.mt-10 {
	margin-top: 8rem
}

.mt-8 {
	margin-top: 7rem
}

.hov:hover {
	background: #2c2929;
	color: white;
}

.button label {
	background: #e76d36;
	padding: 10px 50px !important;
	color: #fff;
}

.button2 label {
	background: #000;
	padding: 5px 30px !important;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
}

.button2 label:hover {
	background: #e76d36;
	box-shadow: inherit;
}

.button3 label {
	background: #e76d36;
	padding: 5px 30px !important;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
}

.button3 label:hover {
	background: #000;
	box-shadow: inherit;
}

.privacy p {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 35px;
	text-align: justify;
}

.health h2 {
	display: unset;
}

.footer a {
	background: #f5f807;
	color: #000;
	font-weight: 900;
	padding: 3px 30px;
	margin-right: 10px;
	border-radius: 7px;
	text-decoration: none
}

.footer a:hover {
	background: #e76d36;
	color: #000;
}

.contact-detail i {
	font-size: 55px;
	color: #fff;
	padding-bottom: 20px;
}

.contact-detail h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.bglogo {
	background-image: url(https://care.websuntech.in/web/images/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bglogo .logo img,
.bglogo1 .logo img {
	border: 1px solid red;
	border-radius: 50%;
	padding: 15px;
	height: 150px;
	width: 150px;
	background: #fff;
}

.bglogo1 {
	background-image: url(https://care.websuntech.in/web/images/Layer4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

p {
	font-size: 25px;
	font-weight: 700;
}


::selection {
	color: var(--white);
	background-color: var(--black);
}

::-moz-selection {
	color: var(--white);
	background-color: var(--black);
}

mark {
	color: var(--white);
	background-color: var(--black);
}

.section {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.over-hide {
	overflow: hidden;
}

.z-bigger {
	z-index: 100 !important;
}

.checkbox:checked~.background-color {
	background-color: var(--white);
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}

.checkbox:checked+label,
.checkbox:not(:checked)+label {
	position: relative;
	width: 0px;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin: 17px 0;
	margin-top: 100px;
	height: 6px;
	border-radius: 4px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: 100 !important;
}

.checkbox:checked+label:before,
.checkbox:not(:checked)+label:before {
	position: absolute;
	font-family: 'unicons';
	cursor: pointer;
	top: -17px;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}


.checkbox:checked+label:before {
	content: '\eb8f';
	left: 30px;
	color: var(--yellow);
	background-color: var(--dark-blue);
	box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked~.section .container .row .col-12 p {
	color: var(--dark-blue);
}


.checkbox-tools:checked+label,
.checkbox-tools:not(:checked)+label {
	position: relative;
	display: inline-block;
	padding: 20px;
	width: 110px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	color: var(--white);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkbox-tools:not(:checked)+label {
	background-color: var(--dark-light);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkbox-tools:checked+label {
	background-color: transparent;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-tools:not(:checked)+label:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-tools:checked+label::before,
.checkbox-tools:not(:checked)+label::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: -1;
}

.checkbox-tools:checked+label .uil,
.checkbox-tools:not(:checked)+label .uil {
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.checkbox:checked~.section .container .row .col-12 .checkbox-tools:not(:checked)+label {
	background-color: var(--light);
	color: var(--dark-blue);
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-budget:checked+label,
.checkbox-budget:not(:checked)+label {
	position: relative;
	display: inline-block;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	border-radius: 10px;
	color: #000;
}

.checkbox-budget:not(:checked)+label {
	background-color: #f5f807;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.8), 0 4px 10px 0 rgba(0, 0, 0, 1);
}

.checkbox-budget:checked+label {
	background-color: #e76d36;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.8), 0 4px 10px 0 rgba(0, 0, 0, 1);
}

.checkbox-budget:not(:checked)+label:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	background-color: #e76d36;
}

.checkbox-budget:checked+label::before,
.checkbox-budget:not(:checked)+label::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	z-index: -1;
}

.checkbox-budget:checked+label span,
.checkbox-budget:not(:checked)+label span {
	position: relative;
	display: block;
}

.checkbox-budget:checked+label span::before,
.checkbox-budget:not(:checked)+label span::before {
	position: absolute;
	content: attr(data-hover);
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;

}

.checkbox-budget:not(:checked)+label span::before {
	max-height: 0;
}

.checkbox-budget:checked+label span::before {
	max-height: 100%;
}

.checkbox:checked~.section .container .row .col-xl-10 .checkbox-budget:not(:checked)+label {
	background-color: var(--light);
	-webkit-text-stroke: 1px var(--dark-blue);
	text-stroke: 1px var(--dark-blue);
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-booking:checked+label,
.checkbox-booking:not(:checked)+label {
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	padding: 0;
	padding: 6px 25px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 16px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	color: var(--white);
	text-transform: uppercase;
	background-color: var(--dark-light);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkbox-booking:not(:checked)+label::before {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkbox-booking:checked+label::before {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-booking:not(:checked)+label:hover::before {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-booking:checked+label::before,
.checkbox-booking:not(:checked)+label::before {
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 4px;
	z-index: -2;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkbox-booking:not(:checked)+label::before {
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}

.checkbox-booking:checked+label::after,
.checkbox-booking:not(:checked)+label::after {
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 4px;
	z-index: -2;
	background-color: var(--dark-light);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkbox-booking:checked+label::after {
	opacity: 0;
}

.checkbox-booking:checked+label .uil,
.checkbox-booking:not(:checked)+label .uil {
	font-size: 20px;
}

.checkbox-booking:checked+label .text,
.checkbox-booking:not(:checked)+label .text {
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}

.checkbox-booking:checked+label .text {
	opacity: 0.6;
}

.checkbox-booking:checked+label .text::after,
.checkbox-booking:not(:checked)+label .text::after {
	position: absolute;
	content: '';
	width: 0;
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.checkbox-booking:not(:checked)+label .text::after {
	width: 0;
}

.checkbox-booking:checked+label .text::after {
	width: 100%;
}

.checkbox:checked~.section .container .row .col-12 .checkbox-booking:not(:checked)+label,
.checkbox:checked~.section .container .row .col-12 .checkbox-booking:checked+label {
	background-color: var(--light);
	color: var(--dark-blue);
}

.checkbox:checked~.section .container .row .col-12 .checkbox-booking:checked+label::after,
.checkbox:checked~.section .container .row .col-12 .checkbox-booking:not(:checked)+label::after {
	background-color: var(--light);
}


.ch .checkbox-tools:not(:checked)+label {
	background-color: var(--dark-light);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.link-to-page {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 20000;
	cursor: pointer;
	width: 30px;
}

.link-to-page img {
	width: 100%;
	height: auto;
	display: block;
}

.mobile-display {
	display: none
}

.secondlable {
	position: relative;
	display: inline-block;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 252px;
	font-size: 22px;
	line-height: 29px;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	border-radius: 5px;
	color: #000;
	background-color: #f5f807;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.8), 0 4px 10px 0 rgba(0, 0, 0, 1);
}

.jaai p {
	color: #143079;
	font-weight: 500;
	background: #fff;
	padding: 10px;
}

.eat-food {
	margin-left: 50px;
}

.bottom-pagination p {
	border: 1px solid #fff;
	display: table;
	padding: 10px;
	margin: 0 auto;
}

@media only screen and (max-width: 320px) {
	.logo {
		text-align: center;
	}
}

@media only screen and (max-width: 991px) {
	.display-none {
		display: none
	}

	.button,
	.button1 {
		margin-bottom: 50px;
	}

	.mobile-display,
	.mobile-display3 {
		display: inline-block
	}

	.all-display,
	.all-display {
		display: none;
	}

	.male,
	.female,
	.female1 img {
		display: none;
	}

	.mt-8,
	.mt-10 {
		margin-top: 0px !important
	}

	.jaai p {
		font-size: 23px
	}

	.jaai p span {
		font-size: 20px
	}
}

@media only screen and (max-width: 767px) {
	.jaai p {
		padding: 10px
	}

	.button2 label {
		font-size: 25px
	}

	.eat-food {
		margin-left: 0px;
		margin-top: 0px
	}

	.logo {
		text-align: center;
		padding: 50px 0px;
	}

	.textcenter {
		text-align: center;
		display: table;
		margin: 10px auto;
	}

	.eat-food .mt-5 {
		display: table;
		margin: 0 auto;
	}

	.footer {
		text-align: center;
	}

	.row {

		display: block;

	}

	.content-center .row {
		display: table;
		margin: 0 auto;
	}

	.content .text-right {
		text-align: center !important;
	}

	.content .mt-8 {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px
	}

}

/* @media only screen and (min-width: 1024px) {
	.bglogo {
		height: 768px;

	}
} */

/* @media only screen and (min-width: 1280px) {
	.bglogo {
		height: 800px;

	}
} */

@media only screen and (min-width: 1440px) {
	.bglogo {
		height: 900px;

	}
}

@media only screen and (min-width: 1920px) {
	.bglogo {
		height: 1024px;

	}
}

@media only screen and (max-width: 360px) {
	.bglogo {
		height: 820px;

	}
}

@media only screen and (max-width: 414px) {
	.bglogo {
		height: 896px;

	}
}

@media only screen and (max-width: 1023px) {
	.bglogo {
		height: 900px;

	}
}