html,
body {
	padding: 0px;
	overflow-x: hidden;
}

.bannar_img {
	background-image: url('../img/privacy.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	/* height: 50vh; */
	height: auto;
	justify-content: center;
}

.individual {
	color: #393185;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	line-height: 70px;
	align-items: center;
}

.privacy_and_Policy {
	margin-top: 9%;
	font-size: 30px;
	font-weight: 600;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 34px;
	align-items: center;
	text-align: center;
	text-transform: capitalize;
	color: #2a416b;
}

.offer_range {
	margin-top: 2%;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 29px;
	color: #5c6575;
	padding-left: 4%;
	padding-right: 4%;
}
.offer_range_domain {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 29px;
	color: #5c6575;
	padding-left: 4%;
	padding-right: 4%;
}
p.offer_range_domain1 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 19px;
    line-height: 29px;
    font-weight: 600;
    color: #111214;
    padding-left: 4%;
    padding-right: 4%;
}
.offer_range_data {
	margin-top: 0%;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 29px;
	color: #5c6575;
	padding-left: 4%;
	padding-right: 4%;
}

.offer_range_please {
	margin-top: 1%;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 29px;
	color: #5c6575;
	padding-left: 4%;
	padding-right: 4%;
}

.offer_range_policy {
	margin-top: 1%;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 29px;
	color: #5c6575;
	padding-left: 4%;
	padding-right: 4%;
}
.offer_range_document {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 29px;
	color: #5c6575;
	padding-left: 4%;
	padding-right: 4%;
}
.bold_color {
	color: #5c6575;
	font-weight: bold;
}
.collapse_section {
	padding-left: 3%;
	padding-right: 3%;
}

.bs-example {
	margin: 20px;
}

.border {
	border-radius: 13px;
	border: 3px;
}

.fa-minus {
	border: 3px solid;
	color: #ec6767;
	/* border-style: solid; */
	border-radius: 21px;
	padding: 2px;
}

.fa-plus {
	border: 3px solid;
	color: #70bd70;
	/* border-style: solid; */
	border-radius: 21px;
	padding: 2px;
}

.accordion .fa {
	margin-right: 0.5rem;
}

.header_name {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #212121;
}

.btn-link:hover {
	text-decoration: none;
}
.apply-online {
	position: fixed;
	right: -40px;
	top: 55%;
	bottom: auto;
	left: auto;
	z-index: 7;
}
.apply-online .btn {
	background: #9715b3;
	padding: 8px 10px;
	transform: rotate(270deg);
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
}
.apply-online .btn a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.float-tel {
	position: fixed;
	width: 50px;
	height: 46px;
	bottom: 527px;
	right: auto;
	left: 0px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	z-index: 100;
}
.float-message {
	position: fixed;
	width: 60px;
	height: 83px;
	bottom: 427px;
	right: auto;
	left: -18px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	z-index: 100;
}
.float-message img {
	height: 50px;
}
.bgColor {
	background-color: #9715b3;
	color: white;
}
.bgColor:hover {
	background-color: #9715b3;
	color: white;
}
#verifyGetCookiesFlag {
	display: none;
}

.float-wp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 50px;
	right: 50px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	z-index: 1;
}
.wp-img {
	height: 80px;
	width: 80px;
}
.info-img {
	width: 50px;
	height: 50px;
}
.para_information {
	font-family: Raleway;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #5c6575;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

.fa-check {
	font-size: 18px;
	color: #0cd40cf7;
}

@media only screen and (min-width: 767px) and (max-width: 770px) {
	.privacy_and_Policy {
		font-size: 24px;
	}
	.offer_range {
		font-size: 14px;
		margin-top: 8%;
	}
	.offer_range_data {
		font-size: 14px;
	}
	.offer_range_domain {
		font-size: 14px;
	}
	.offer_range_document {
		font-size: 14px;
	}
	.offer_range_please {
		font-size: 14px;
	}
	.offer_range_policy {
		font-size: 14px;
	}
	.header_name {
		font-size: 16px;
	}
	.para_information {
		font-size: 14px;
	}
	.fa-plus {
		font-size: 13px;
	}
	.fa-minus {
		font-size: 13px;
	}
	.fa-check {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.float-tel {
		bottom: 430px;
	}
	.float-message {
		bottom: 330px;
	}
	.privacy_and_Policy {
		font-size: 20px;
	}
	.offer_range {
		font-size: 14px;
		margin-top: 8%;
	}
	.offer_range_data {
		/* margin-top: 38%; */
		font-size: 14px;
	}
	.offer_range_domain {
		font-size: 14px;
	}
	.offer_range_document {
		font-size: 14px;
	}
	.offer_range_please {
		font-size: 14px;
	}
	.offer_range_policy {
		font-size: 14px;
	}
	.header_name {
		font-size: 15px;
	}
	.para_information {
		font-size: 14px;
	}
	.fa-plus {
		font-size: 12px;
	}
	.fa-minus {
		font-size: 12px;
	}
	.fa-check {
		font-size: 12px;
	}
	.collapse_section {
		padding: 0%;
	}
	button .btn .btn-link {
		padding: 0px !important;
	}
}
.popup_img {
	width: 120px;
}

.popup_para {
	font-size: 18px;
	font-weight: 600;
}
.info-img {
	width: 50px;
	height: 50px;
}
.popup {
	align-items: center;
	display: flex;
	flex-direction: column;
}
.popup-overlay {
	background-color: #daf9c3;
	position: fixed;
	width: 100%;
	display: flex;
	height: 140px;
	bottom: 0;
	z-index: 100;
}
.submit {
	border-radius: 4px;
}
.closeOne {
	border-radius: 4px;
}
@media only screen and (max-width: 426px) {
	.popup-overlay {
		background-color: #daf9c3;
		position: fixed;
		width: 100%;
		height: 300px !important;
		bottom: 0;
		z-index: 100;
	}
}
