﻿
@media only screen and (max-width: 600px) {

	.inf-fixed {
		display:none !important;
		position: unset !important;
		width: unset !important;
		right: 10%;
	}
	.inf-fixed-mob {
		display:flex !important;
		position: fixed;
		padding:8px;
		bottom: 18px;
		z-index: 100;
		height: 120px;
		width: 95%;
		transform: translate(-3%,0);
		background: linear-gradient(180deg, rgba(131,204,159,1) 0%, rgba(220,240,228,1) 100%);
	}

	.nest-mob {
		background-color: #CF9C5A;
		color: white;
		border-radius: 10px;
		width: 100%;
		padding: 5px;
	}

	.scroll-area {
		position: unset !important;
		margin: unset !important;
	}

	.content {
		margin-right: 0px !important;
		width: 100% !important;
	}

	.head-content {
		margin-right: unset !important;
		padding: 20px;
		text-align: center;
	}

		.head-content > p {
			width: unset !important;
		}

	.list-item-c {
		flex-direction: column !important;
	}

	.list-item-c2 {
		flex-direction: column-reverse !important;
		text-align: center;
		align-items: center !important;
	}

		.list-item-c2 > img {
			width: 50% !important;
		}

		.list-item-c2 > div.cc {
			margin-right: 0px !important;
			margin-top: 10px;
		}

	.rate-xs {
		margin-right: 0px !important;
		margin-top: 20px;
	}

	svg.c {
		width: 95% !important;
	}

		svg.c > text {
			font-size: 45px !important;
		}

	.less {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}

	.f-small{
		font-size:16px !important;
	}


	#raychatBtn, .scrollToTop {
		display:none !important;
	}



	.cmnt-box {
		margin-right: 52% !important;

	}

	.cmnt4 {

		margin-right: 75% !important;
	}


}





body {
	background: white;
	margin: 0px !important;
}

/*p {
	font-size: 20px;
}
*/
/*.flex-custom a {
	text-decoration: none !important;
	color: black;
}*/

.list-item-c > ul {
	list-style: disc !important;
}

ul {
	margin: 0px;
	/*margin-right: 20px;*/
}

.list-item-c > ul > li::marker{
content: '◉';
color: #d5005a;
font-size: 18px;
}

.g-back-1 {
	background: linear-gradient(180deg, #da9337 0%, #ffffff 100%);
}

.w-100 {
	width: 100% !important;
}


.mt-1 {
	margin-top: 10px !important;
}

.mt-2 {
	margin-top: 20px !important;
}

.mt-3 {
	margin-top: 30px !important;
}

.mt-4 {
	margin-top: 40px !important;
}

.mt-5 {
	margin-top: 50px !important;
}

.text-white {
	color: black !important;
}

.text-just {
	text-align: justify !important;
	
}
.short-text{
	font-size:15px !important;
}
.text-center {
	text-align: center !important;
}

.text-none {
	text-decoration: none;
}

.shadow {
	box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
}

.content {
	margin-right: 40%;
	width: 50%;
}

.inf-fixed {
	position: sticky;
	right: 10%;
	width: 350px;
	background-color: white;
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
	top: 100px;
}

.flex-custom {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.btn-c {
	display: inline;
	cursor: pointer;
	padding-right: 10px;
	padding-left: 10px;
}

.btn-info-c {
	background-color: #ffe920;
}

.btn-danger-c {
	background-color: #d5005a;
}

.bc-1 {
	background-color: #da9337;
}

.rounded {
	border-radius: 8px;
}

.rounded-2 {
	border-radius: 20px;
}

.rounded-c {
	border-radius: 200px;
}

.rounded-top {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.rounded-bottom {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.progress {
	width: 60%;
	height: 15px;
	margin: auto;
}


.cls-1 {
	fill: #999;
}


.page-wrapper {
	filter: none !important;
}

.modal {
	top: 200px !important;
}


.cmnt1 {
	position: relative;
	border: 2px solid black;
	border-radius: 8px;
	width: 80%;
	margin-right: 20px;
}

.cmnt2 {
	border-radius: 5px;
	width: 30px;
	position: absolute;
	height: 30px;
	transform: rotate(45deg);
	margin-right: 48px;
	margin-top: 12px;
	border: 2px solid black;
	background-color: white;
}


.cmnt3 {
	width: 50px;
	background-color: white;
	position: absolute;
	z-index: 2;
	height: 45px;
	border-start-start-radius: 10px;
}

.cmnt-box {
	position: absolute;
	margin-top: 0px;
	margin-right: 471px;
	width: 120px;
	overflow: hidden;
	height: 30px;
}

.cmnt4 {
	position: absolute;
	z-index: 10;
	margin-right: 557px;
	font-size: 20px;
	color: #5cb85c;
	cursor: pointer;
}

.cmnt5 {
	position: absolute;
	z-index: 11;
	font-size: 13px;
	background-color: #5cb85c;
	border-radius: 8px;
	padding: 5px 10px;
	color: white;
	cursor: pointer;
	left: -125px;
	transition: left 0.5s cubic-bezier(.22,.61,.36,1);
}


.cmnt-p {
	width: 93%;
	position: relative;
	z-index: 5;
	right: 15px;
	font-size: 16px;
}


@-moz-document url-prefix() {

	.cmnt2-moz {
		margin-left: unset !important;
	}
}










.wrappertest .parent-tab,
.wrappertest .child-tab {
	/*margin-bottom: 8px;*/
	border-radius: 5px;
	padding: 2px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.18);
}

	.wrappertest .parent-tab label,
	.wrappertest .child-tab label {
		background: #fff;
		padding: 5px 10px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		cursor: pointer;
		border: 3px solid #da9337;
		border-radius: 10px;
		position: relative;
		z-index: 99;
		transition: all 0.3s ease;
	}

		.wrappertest .parent-tab label:hover {
			background: white;
			color: black;
			font-weight: 500;
		}




.wrappertest label span {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	margin-right: 5px;
}

.wrappertest .child-tab label span {
	font-size: 17px;
}

.parent-tab label .icon {
	position: relative;
	height: 25px;
	width: 25px;
	font-size: 15px;
	color: #da9337;
	display: block;
	background: #fff;
	border-radius: 30%;
	border: 2px solid #da9337;
}

.wrappertest .child-tab label .icon {
	height: 27px;
	width: 27px;
}

.parent-tab label .icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -30%);
}

.parent-tab input:checked ~ label,
.child-tab input:checked ~ label {
	border: 3px solid #da9337;
	border-radius: 10px;
	background: white;
	color: black;
}

	.parent-tab input:checked ~ label span,
	.child-tab input:checked ~ label span {
		color: black;
		font-weight: 800
	}

	.parent-tab input:checked ~ label .icon i:before,
	.child-tab input:checked ~ label .icon i:before {
		content: '\f068';
	}

.wrappertest .parent-tab .content,
.wrappertest .child-tab .sub-content {
	max-height: 0px;
	overflow: hidden;
	background: #fff;
	border-radius: 0 0 3px 3px;
	transition: all 0.4s ease;
}

.parent-tab input:checked ~ .content,
.child-tab input:checked ~ .sub-content {
	max-height: 100vh;
}

.tab-3 input:checked ~ .content {
	padding: 15px 20px;
}

.parent-tab .content p,
.child-tab .sub-content p {
	padding: 10px 20px;
	font-size: 16px;
	margin-bottom: 0px !important;
}

.parent-tab .content {
	margin: 0px;
	width: auto;
}

.child-tab .sub-content p {
	font-size: 15px;
}

input[type="radio"],
input[type="checkbox"] {
	display: none;
}
