.title {
	font-size: 29px;
	margin-bottom: 0;
}

.sub-title {
	font-size: 23px;
}

.title-content {
	margin: 20px 0;
}

.logo-img-class {
	height: 50px;
	width: 280px;
}

.consumer_box {
	margin-top: 28px;
	display: inline-table;
}

/*here is the form css coding*/
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
	font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width: 100%;
	border: 1px solid #a7a7a7;
	background: #FFF;
	margin: 0 0 5px;
	padding: 13px 10px;
	color: #2b2b2b;
	font-size: 14px;
}

#contact textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}

#contact select {
	width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
}

::-webkit-input-placeholder {
	color: #888;
}

.background_image {
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
	position: relative;
	background-image: url(../images/fees_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	z-index: 1;
}

.background_image::before {
	content: "";
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	top: 0;
}

.benifts-heading {
	color: white;
	margin-top: 30px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

.benifts-heading::after {
	width: 50px;
	height: 5px;
	position: absolute;
	content: "";
	bottom: -20px;
	left: 18px;
	background-color: #18ba60;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.benifits-ul {
	margin: 30px 0px 0px 0px;
	padding: 0;
}

/*here is the coding css of the benifits of udyog aadhar*/
.card {
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	background-color: #fff;
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 1px;
	border: none;
}

.register-benifits-text {
	color: #666;
	margin-bottom: 15px;
}

/*fees and Trademark start*/
#fees .register-benifits-text, #trademark .register-benifits-text {
	margin-bottom: 15px;
	float: left;
	list-style: none;
	border: 1px solid #ffffff;
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	background: #fdfaf6;
	min-height: 358px;
	position: relative;
	box-shadow: 0 5px 12px rgb(15, 33, 18);
}

#fees .register-benifits-text h4 {
	font-size: 21px;
	color: #292929;
	font-weight: bold;
}

#fees .register-benifits-text p {
	font-size: 24px;
	color: #159e50;
	font-weight: bold;
	margin-top: 33px;
}

#fees .register-benifits-text p b {
	font-size: 11px;
	color: #a9a9a9 !important;
	font-weight: normal;
	margin-top: 1px;
	width: 100%;
	display: table;
}

#fees .register-benifits-text p span, #trademark .register-benifits-text p span {
	color: #fff;
}

#fees .register-benifits-text a, #trademark .register-benifits-text a {
	font-size: 20px;
	color: #f0fff5;
	background: #0cb551;
	border-radius: 15px;
	background: linear-gradient(27deg, #0ab152 0%, #2bec42 87%);
	padding: 14px 0;
	position: absolute;
	bottom: 0px;
	font-weight: bold;
	transform: translate(-50%, 0);
	left: 50%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 100%;
	border-top: 1px solid #17cc5f;
}

#fees .benifits-ul, #trademark .benifits-ul {
	margin: 30px 0px 0px 0px;
	padding: 0;
	float: left;
	width: 100%;
}

#fees .register-benifits-text span:nth-child(1) {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	color: #313131;
	margin-top: 8px;
}

.fees_footer p, #trademark .fees_footer p {
	width: 100%;
	float: left;
	color: #fff;
	padding: 21px 0 17px 0;
	text-align: center;
}

/*fees and Trademark end*/
.benifits-having-text {
	color: #888;
	font-weight: 300;
}

#whyUs {
	width: 100%;
	float: left;
}

.accordaion-main-div {
	height: 50px;
	width: 100%;
	background-color: #3a526a;
	margin: 25px 0px 0px 0px;
	color: white;
	cursor: pointer;
}

.accordion-cus-head {
	font-weight: 600;
	line-height: 47px;
	margin-left: 40px;
	color: #fff;
}

.child-ans-div-1 {
	width: 100%;
	color: #66667a;
	border: 1px solid #d1d1d6;
	padding: 8px 17px;
}

.custom-ul-style {
	margin-top: 18%;
}

.margin-top {
	margin-top: 15px
}

.margin-bottom {
	margin-bottom: 15px
}

.resolveBox {
	font-family: 'Roboto', sans-serif;
	background: #0dbc57;
	background: linear-gradient(180deg, #0dbc57 0%, #18964e 75%);
	text-align: center;
	color: #fff;
	padding: 30px 0px 0 0px;
	margin: 0 0px;
	display: inline-block;
	float: left;
	position: relative;
	min-height: 311px;
	position: relative;
}

.resolved_cases {
	margin-top: 10px;
}

.refund_box {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%
}

.refund_box p {
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	margin: 0px;
}

.refund_box h4 {
	font-size: 28px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	position: relative;
	color: #fff;
}

.user_box {
	margin: 21px 0 15px 0;
	display: inline-block;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	padding: 0 15px;
}

.user_box h4 {
	display: none
}

.user_box p {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}

.user_box p span {
	width: 100%;
	display: inline-block;
}

.user_box h5 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 21px;
	color: #fff;
}

.resolveFooter_box {
	background: #f06906;
	background-image: url(../images/resove_box_bg.webp);
	background-repeat: no-repeat;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	background-size: 100%;
	background-position: 0 0px;
	line-height: 14px;
	padding: 0 31px;
	line-height: 14px;
	position: absolute;
	left: 0;
	bottom: 0;
	min-height: 82px;
}

.resolveFooter_box P {
	font-size: 13px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	margin: 37px 0 13px 0;
	line-height: 16px;
}

.resolveFooter_box P span {
	font-weight: bold;
	font-size: 14px;
}

.owl-nav {
	position: absolute;
	top: 41%;
	width: 107%;
	pointer-events: none;
	transform: translate(0, -50%);
	left: -39px;
}

.owl-prev {
	float: left;
	outline: none;
	pointer-events: all;
}

.owl-prev span {
	float: left;
	font-size: 92px;
	line-height: 60px;
	outline: none;
}

.owl-next {
	float: right;
	outline: none;
	pointer-events: all;
}

.owl-next span {
	float: right;
	font-size: 92px;
	line-height: 60px;
	outline: none;
}

.resolveBox::before {
	display: none
}

.sticky_footer {
	display: none;
}

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

.advantage_margin {
	margin-top: 80px;
	margin-bottom: 0px;
}

.advantage_right {
}

.advantge_box {
	width: 100%;
	float: left;
	margin-bottom: 36px;
}

.advantge_box i {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 26px;
	background: #f3f3f3;
	border-radius: 150px;
	box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
	padding: 15px;
}

.advantge_box h4 {
	color: #485d51;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-top: 0;
}

.advantge_box p {
	float: left;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	width: calc(100% - 87px);
	color: #67756d;
	font-weight: normal;
}

/* Categories Section */
@font-face {
	font-family: "untitled-font-2";
	src: url("../fonts/untitled-font-2.eot");
	src: url("../fonts/untitled-font-2.eot?#iefix") format("embedded-opentype"), url("../fonts/untitled-font-2.woff") format("woff"), url("../fonts/untitled-font-2.ttf") format("truetype"), url("../fonts/untitled-font-2.svg#untitled-font-2") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: "untitled-font-2" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "untitled-font-2" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-agriculture:before {
	content: "\61";
}

.icon-banking:before {
	content: "\62";
}

.icon-coin:before {
	content: "\63";
}

.icon-fuel:before {
	content: "\64";
}

.icon-graduate:before {
	content: "\65";
}

.icon-household:before {
	content: "\66";
}

.icon-idea:before {
	content: "\67";
}

.icon-mail:before {
	content: "\68";
}

.icon-medicine:before {
	content: "\69";
}

.icon-openlaptop:before {
	content: "\6a";
}

.icon-phone:before {
	content: "\6b";
}

.icon-pickupcar:before {
	content: "\6c";
}

.icon-plane:before {
	content: "\6d";
}

.icon-realstate:before {
	content: "\6e";
}

.icon-server:before {
	content: "\6f";
}

.icon-shield:before {
	content: "\70";
}

.icon-supermarket:before {
	content: "\71";
}

.icon-travel:before {
	content: "\72";
}

.icon-tv:before {
	content: "\73";
}

.icon-work:before {
	content: "\74";
}

.cate_box {
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 75px;
}

.cate_box i {
	display: inline-block;
	color: #169d50;
	font-size: 60px;
	width: auto;
	height: auto;
	line-height: initial;
	vertical-align: unset;
	margin: auto;
}

.cate_box i img {
	width: 100%
}

.cate_box p {
	font-size: 16px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #67756d;
	margin-top: 10px;
}

.categories_cont {
	margin-top: 50px;
}

#register #first_step fieldset {
	min-width: auto;
}

/* Categories Section end*/

/*covid popup*/

.modal-body {
	background: #e6d221;
}

/*covid popup*/
.subhead {
	width: 100%;
	display: table;
	font-size: 13px;
	margin-bottom: 11px;
	color: #e82525;
	margin-top: -2px;
}

/* Banner start */
.reviews {
	margin-top: 42px;
}

.owl-one .owl-nav {
	display: none;
}

.owl-one .owl-dots {
	display: block;
	text-align: center;
	margin: 12px 0;
}

.owl-one .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #afadad;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-one .owl-dots .owl-dot.active span, .owl-one .owl-dots .owl-dot:hover span {
	background: #5d5d5d;
}

.trust_reviewstrat {
	padding: 20px;
	box-shadow: 0 2px 3px #a9a9a9;
	margin-top: 30px;
	background: #f1f1f1;
	min-height: 250px;
	position: relative;
}

.review_title {
	text-align: center;
}

#reviews {
	margin-top: 1px;
}

.review_title span {
	color: #00b67a;
	font-size: 36px;
	font-weight: 600;
	margin-left: -98px;
	display: inline-block;
	vertical-align: bottom;
}

.review_title img {
	width: 29%;
}

.trust_reviewstrat img {
	width: 26% !important;
}

.trust_reviewstrat h3 {
	font-size: 18px;
	font-weight: 600;
}

.trust_reviewstrat h4 {
	text-transform: capitalize;
	position: absolute;
	bottom: 7px;
}

.trust_reviewstrat h4 span {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	display: block;
}

.trust_reviewstrat h4 span:after {
	content: "\a";
	white-space: pre;
}

/* Column Grids End Supriyo*/
.wrapper {
	padding: 0;
	margin: 0;/*    background: #353535;*/
	background: linear-gradient(45deg, #676767, #21282f);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
	display: none;
}

.sticky_header {
	position: fixed !important;
	top: 0 !important;
	width: 100% !important;
	z-index: 99999 !important;
}

@media screen and (max-width:768px) {
	.trust_reviewstrat img {
		width: 50% !important;
	}

	.trust_reviewstrat {
		min-height: 389px;
	}

	.review_title img {
		width: 63%;
	}

	.review_title span {
		font-size: 27px;
		margin-left: -68px;
	}

	.consumer_box {
		display: block;
	}

}

@media screen and (max-width:600px) {
	.title {
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 21px;
	}

	.sub-title {
		font-size: 18px;
	}

	.title-content {
		margin: 20px 0 30px 0;
		font-size: 16px;
		line-height: 29px;
	}

	.benifts-heading {
		margin-top: 30px;
		font-weight: 600;
		font-size: 23px;
	}

	.top-mobile {
		font-size: 10px;
		font-weight: 500;
	}

	.custom-pull-left {
		float: left !important;
		width: 100%;
		background-color: #385067;
	}

	.nav-link a {
		color: white !important;
		font-weight: 600;
	}

	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-right: -15px;
		margin-left: 0px;
	}

	.background_image {
		height: auto;
		margin-top: 35px;
	}

	.accordaion-main-div {
		height: auto;
	}

	.accordion-cus-head {
		line-height: 24px;
		font-size: 14px;
		margin-left: 16px;
		padding: 10px;
	}

	.child-ans-div-1 {
		margin-top: -11px;
	}

	.custom-ul-style {
		margin-top: 0%;
	}

	.logo-img-class {
		height: 50px;
		width: 270px;
	}

	#contact input::placeholder, #contact input::placeholder {
		color: #737373;
	}

	#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
		border-radius: 7px;
	}

	.wrapper {
		box-shadow: none;
	}

}

@media (min-width:320px) and (max-width:479px) {
	.resolveBox {
		background: #fbfbfb;/*		border: 1px solid #e3e3e3;*/
		border: 1px solid #e8e8e8;
		box-shadow: 0 0px 16px rgba(0, 0, 0, 0.10);
		color: #000;
		text-align: left;
		width: 100%;
		padding: 10px 10px 0 10px;
		min-height: auto;
		margin-top: 14px;
		position: relative;
	}

	.resolveBox::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		background-image: url(../images/resolve_mobile_icon.png);
		background-repeat: no-repeat;
		width: 41px;
		height: 46px;
	}

	.refund_box {
		width: 58px;
		margin-top: 35px;
		float: left;
		padding: 0 6px;
		text-align: center;
	}

	.refund_box p {
		display: none;
	}

	.refund_box h4 {
		font-size: 17px;
		color: #169c4f;
		margin: 27px 0 0 0;
	}

	.refund_box h4 span {
		display: none
	}

	.refund_box h4::before {
		display: block;
		content: '';
		position: absolute;
		background-image: url(../images/refund.png);
		width: 36px;
		height: 36px;
		top: -43px;
		left: 16px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.user_box {
		width: calc(100% - 59px);
		padding: 0;
		margin-top: 0px;
		float: left;
		margin-left: 0;
		margin-bottom: 0;
		padding-left: 5px;
	}

	.user_box p span {
		width: auto;
		display: inline-block;
	}

	.user_box p {
		margin: 0
	}

	.user_box h4 {
		display: block;
		font-size: 15px;
		font-weight: 600;
		color: #424242;
	}

	.user_box h5 {
		font-size: 13px;
		color: #169d50;
		margin: 0;
	}

	.resolveFooter_box {
		background: none;
		position: relative;
		margin-top: 6px;
		padding: 0;
		width: 100%;
		padding-left: 0;
		float: right;
		color: #827f7f;
		min-height: auto;
	}

	.resolveFooter_box P {
		margin-top: 10px;
		text-align: center;
		width: 100%;
	}

	.sticky_header {
		position: fixed !important;
		top: 0 !important;
		width: 100% !important;
		z-index: 99999 !important;
	}

	.sticky_footer {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9999;
		background: #385067;
		background: linear-gradient(180deg, #385067 0%, #17242f 100%);
		box-shadow: 0 -4px 13px rgba(0, 0, 0, 0.2);
		border-top: 1px solid #fff;
		height: 59px;
		display: block;
	}

	.sticky_footer_menu:nth-child(3):before {
		content: '';
		background-image: url(../images/sticky_midddle_arrow.png);
		width: 63px;
		height: 14px;
		position: absolute;
		transform: translate(-50%, 0);
		top: -14px;
		left: 50%;
	}

	.sticky_footer_menu {
		float: left;
		width: 20%;
		text-align: center;
	}

	.sticky_footer_menu a {
		color: #fff;
		display: inline-table;
		width: 100%;
		padding: 8px 0 0px 0;
		position: relative;
		z-index: 1;
	}

	.sticky_footer_menu:nth-child(3) a {
		margin: -11px 0 0 0;
	}

	.sticky_footer_menu:nth-child(3) a i img {
		width: 22px;
	}

	.sticky_footer_menu i {
		width: 100%;
		display: inline-table;
	}

	.sticky_footer_menu i img {
		width: 21px;
	}

	.sticky_footer_menu:nth-child(3) span {
		margin-top: 4px;
	}

	.sticky_footer_menu span {
		font-size: 11px;
		font-weight: normal;
		font-family: 'Roboto', sans-serif;
		line-height: 12px;
		display: inline-block;
	}

	.cate_box {
		float: left;
		width: 33%;
		text-align: center;
		min-height: 160px;
		margin-bottom: 0px;
		padding: 0 15px;
	}

	.cate_box i {
		display: inline-block;
		color: #169d50;
		font-size: 51px;
	}

	.cate_box p {
		font-size: 14px;
		font-family: 'Roboto', sans-serif;
		color: #67756d;
		margin-top: 0px;
		min-height: 77px;
	}

	#contact {
		background: unset;
		padding: 15px 0;
		box-shadow: unset;
	}

	/* #register #contact label {display: none;} */
	#register .register_form {
		float: none !important;
		background: #f1f1f1;
	}

	#register #contact h3 {
		font-size: 27px;
		color: #4c4b4b;
	}

	#fees .register-benifits-text {
		width: 100%;
		margin: 0;
		margin-bottom: 35px;
		min-height: 306px;
	}

	#fees .register-benifits-text p {
		margin-top: 15px;
	}

	.navbar {
		box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
		padding: 5px 0;
		background: #fff;
	}

}

@media (min-width:380px) and (max-width:479px) {
	.sticky_footer_menu:nth-child(3) a {
		margin: 0;
	}

}

/* Supriyo css start 26-12-2022 */

/* cons_sec1 start */
section.cons_sec1 {
	margin: 0 0 0;
	padding: 45px 0 0 0;
	float: left;
	width: 100%;
}

.con_sec1_title {
	margin-bottom: 100px !important;
}

.infographic-items {
	--color-main: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ffffff;
	height: 370px;
}

.infographic-items h2 {
	text-transform: uppercase;
}

.infographic-items h2 {
	background: #b1cfed78;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding-top: 0;
	color: #000000;
}

.infographic-items p {
	padding-left: 10px;
	padding-right: 10px;
	background: #b1cfed78;
	display: block;
	font-size: 14px;
	font-weight: 300;
	height: 100%;
	padding-top: 30px;
	color: #000000;
}

.cons_sec1_clipWrapper {
	width: 100%;
	height: 200px;
	position: relative;
	background: #b1cfed78;	/* background: linear-gradient(
	  180deg,
	  var(--color-main) 0%,
	  var(--color-main) 50%,
	  var(--color-accent) 50%,
	  var(--color-accent) 100%
	); */
}

.cons_sec1_clipWrapper .clip-1 {
	height: 130px;
	width: 130px;
	aspect-ratio: 1;
	background: var(--color-main);
	z-index: 1;
}

.cons_sec1_clipWrapper .clip-2 {
	--border: 30px;
	aspect-ratio: 1;    /* height: calc(100% - var(--border)); */
	background: #1d689bd1;
	z-index: 2;
	width: 100px;
	height: 100px;
}

.cons_sec1_clipWrapper .content {

	/* width: 110px; */
	height: 110px;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cons_sec1_clipWrapper .content h3 {
	font-size: 33px;
}

.cons_sec1_clipWrapper .clip-1, .cons_sec1_clipWrapper .clip-2, .cons_sec1_clipWrapper .content {
	position: absolute;
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cons_sec1_itemBox {
	height: 100%;
	margin-bottom: 80px;
}

.cons_sec1_p {
	height: 100%;
}

.con_sec1_title:after {
	width: 230px;
	height: 5px;
	position: absolute;
	content: "";
	bottom: -11px;
	left: 50%;
	background-color: #18ba60;    /* -webkit-border-radius: 2px; */
	-moz-border-radius: 2px;
	border-radius: 2px;
	transform: translate(-50%, 10%);
}

@media (max-width:767px) {
	.con_sec1_title {
		font-size: 20px !important;
		line-height: 25px;
	}

	section.cons_sec1 {
		padding: 0;
	}

	.infographic-items p {
		padding-bottom: 30px;
	}

	.infographic-items h2 {
		font-size: 16px;
	}

	.con_sec1_title:after {
		width: 130px !important;
		left: 50% !important;
		transform: translate(-50%, 10%) !important;
	}

	.infographic-items {
		height: auto;
	}

	.cons_sec1_clipWrapper {
		height: 70px;
	}

	.cons_sec1_clipWrapper .clip-1 {
		height: 100px;
		width: 100px;
	}

	.cons_sec1_clipWrapper .clip-2 {
		width: 80px;
		height: 80px;
	}

}

/* cons_sec1 end */

/* Cons_sec2 start */
section.cons_sec2 {
	margin: 0 0 40px 0;
	float: left;
	width: 100%;
}

.cons_sec_cont i {
	font-size: 35px;
	color: #ffffff;
	background: #049104;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cons_sec_cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 16px;
	float: left;
	width: 100%;
}

.cons_sec_cont p {
	font-size: 16px;
}

.con_sec2_title {
	margin-bottom: 60px !important;
	float: left;
	width: 100%;
	margin-top: 0 !important;
}

.con_sec2_title:after {
	width: 135px !important;
	height: 5px;
	position: absolute;
	content: "";
	bottom: -11px;
	left: 50% !important;
	background-color: #18ba60;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transform: translate(-50%, 10%) !important;
}

@media (max-width:767px) {
	.cons_sec_cont {
		height: 250px;
		justify-content: flex-start;
	}

	.cons_sec_cont p {
		font-size: 14px;
	}

	.cons_sec_cont i {
		font-size: 30px;
		width: 50px;
		height: 50px;
	}

}

/* Cons_sec2 end */

/* Cons_sec3 start */
section.cons_sec3 {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
	text-align: center;
}

.con_sec3_title {
	margin-bottom: 40px !important;
}

.cons_sec3_part p {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	float: left;
	width: 100%;
}

/* Cons_sec3 end */

/* Supriyo css end 26-12-2022 */

/* new modal css start */
@media (min-width:768px) {
	.custom_new_modal_dialog_block {
		width: 600px
	}

}

.custom_new_modal_dialog_block_body {
	margin: 20px 32px;
	border: 1px solid #e6e7ec;
	border-radius: 0.375rem;
	padding: 0;
}

.custom_new_modal_dialog_block_header {
	border-bottom: unset;
	padding: 32px 32px 0 32px;
}

.custom_new_modal_dialog_block_footer {
	border-top: unset;
	padding-right: 32px;
}

.custom_new_modal_dialog_block_header h4 {
	color: #111637;
	font-size: 24px;
	text-align: center;
}

.cnmdbd_body_check_box {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px;
	border-bottom: 1px solid #e6e7ec;
}

.cnmdbd_body_check_box:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(249 249 250/var(--tw-bg-opacity));
}

.cnmdbd_body_check_box label {
	width: 100%;
	font-size: 15px;
	color: #6c7191;
	font-weight: 600;
}

.cnmdbd_body_check_box label span {
	margin-left: 15px;
}

.cnmdbd_body_check_box input {
	width: 20px;
	height: 20px;
	margin: 0 0 0;
	border-color: #6c7191;
	border-width: 2px;	/* box-shadow: 0px 0px 0px 2px #6c7191; */
}

.cnmdbf_button {
	background-color: #215585;
	color: #fff !important;
	border-radius: 20px;
}

.custom_close {
	position: absolute;
	right: -12px;
	border: 0;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	top: -9px;
	box-shadow: 0 2px 5px #b1b1b1;
	background-color: #f3f3f3 !important;
	font-size: 30px !important;
	top: -8px;
	opacity: 1 !important;
}

.custom_close span {
	font-weight: 200;
	color: #215585;
}

.cnmdbd_body_two {
	padding: 6px 15px 10px 15px;	/* border-bottom: 1px solid #e6e7ec; */
}

.custom_modal_new_form_group {
	margin-bottom: 0;
}

.custom_modal_new_form_group label {
	font-weight: unset;
}

.custom_new_modal_dialog_block_body2 {
	border: none;
}

.select_control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #999797;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

@media (max-width:767px) {
	.custom_new_modal_dialog_block {
		width: 92%;
	}

	.custom_new_modal_dialog_block_header h4 {
		font-size: 20px;
		line-height: 27px;
	}

	.custom_new_modal_dialog_block_header {
		padding: 15px 15px 0 15px;
	}

	.custom_new_modal_dialog_block_body {
		margin: 15px;
	}

	.cnmdbd_body_check_box {
		padding: 7.5px 15px;
	}
	.cnmdbd_body_check_box input{
		width: 17px;
    height: 17px;
	}
	.cnmdbd_body_check_box label{
		FONT-SIZE:13.5PX;
	}

}

/* new modal css end */