.row {
	margin-right: 0px;
	margin-left: 0px;
}

.container {
	padding-right: 0px;
	padding-left: 0px;
}

.top-header {
	background-color: #385067;
	height: auto;
}

.top-mobile {
	color: white;
	line-height: 40px;
	font-weight: 600;
}

.nav-link a {
	color: black;
	font-weight: 600;
}

.custom-pull-left {}

.title {
	font-family: "Poppins", sans-serif;
	text-align: center;
	font-size: 32px;
	color: #2e363a;
	font-weight: 600;
}

.sub-title {
	font-family: "Poppins", sans-serif;
	text-align: center;
	font-size: 26px;
	color: #2e363a;
	font-weight: bold;
}

.title-content {
	margin-top: 19px;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 22px;
}

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

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #f1ecec;
	text-decoration: none;
	background-color: #385067;
}

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


/*here is the form css coding*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
.container.form {
	width: 100%;
	margin-top: 226px;
	margin-bottom: 70px;
}

#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 {
	background: #F9F9F9;
	padding: 25px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}

#contact h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
	font-weight: 400;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#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 input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #aaa;
}


#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;
}

#contact button[name="submit"] {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #4CAF50;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
}

#contact button[name="submit"]:hover {
	background: #43A047;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#contact button[name="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
	text-align: center;
}

#contact input:focus,
#contact textarea:focus {
	outline: 0;
	border: 1px solid #aaa;
}


.btn-success {
    padding: 10px 31px;
    font-size: 16px;
}




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

:-moz-placeholder {
	color: #888;
}

::-moz-placeholder {
	color: #888;
}

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


/*here is the form css coding*/


/*here is the coding css of the benifits of udyog aadhar*/

.background_image {
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
	position: relative;
	background-image: url(../images/fees_bg.jpg);
    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-small-div {
	width: 50%;
	margin-top: 45px;
}

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

.benifits-li::before {
	content: "\f00c";
	font-family: "FontAwesome";
	color: #18ba60;
	font-size: 12px;
	position: absolute;
	left: 0;
	display: block;
	padding-top: 20px;
	line-height: normal;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.benifits-li {
	color: white;
	font-size: 16px;
	font-weight: 600;
	margin-left: 10px;
}

.benifits-text {
	color: #d5d5d5;
	font-size: 13px;
	margin-left: 15px;
}


/*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;
}

.card-header:first-child {
	border-radius: 0;
	border-radius: 100px !important;
}

.card-header {
	background-color: #18ba60;
	margin-bottom: 0;
	padding: 13px 1.25rem;
	border: none;
}

.card-header a i {
	float: left;
	font-size: 25px;
	padding: 5px 0;
	margin: 0 25px 0 0px;
	color: #195C9D;
}

.card-header i {
	float: right;
	font-size: 30px;
	width: 1%;
	margin-top: 8px;
	margin-right: 10px;
}

.card-header a {
	width: 97%;
	float: left;
	color: #565656;
	text-decoration: none;
}

.card-header p {
	margin: 0;
}

.card-header h3 {
	margin: 0 0 0px;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	color: #fff;
}

.card-block {
	-moz-box-flex: 1;
	flex: 1 1 auto;
	padding: 20px;
	color: #666;
	box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.1);
	border-top: 1px soild #000;
	border-radius: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 501;
}


/*.register-benifit-li::before{*/


/*  content: "\f00c";*/


/*font-family: "FontAwesome";*/


/*color: #18ba60;*/


/*font-size: 12px;*/


/*position: absolute;*/


/*left: 25px;*/


/*display: block;*/


/*padding-top: 20px;*/


/*line-height: normal;*/


/*-webkit-transform: translate3d(0,-50%,0);*/


/*-moz-transform: translate3d(0,-50%,0);*/


/*transform: translate3d(0,-50%,0);*/


/*}*/

.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: 268px;
	position: relative;
	box-shadow: 0 5px 12px rgb(15, 33, 18);
}
#fees .register-benifits-text h4 {
	font-size: 21px;
	color: #292929;
	font-weight: bold;
}
#trademark .register-benifits-text h4 {
	font-size: 44px;
	color: #159e50;
	font-weight: bold;
	line-height: 17px;
	width: 100%;
	margin-top: 22px;
}
#trademark .register-benifits-text h5 {
	font-size: 18px;
	color: #636363;
	font-weight: normal;
	line-height: 29px;
	margin-top: 19px;
	display: inline-block;
}
#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;
}


#trademark .register-benifits-text p {
	margin-bottom: 55px;
	font-size: 13px;
	color: #808080;
	font-weight: normal;
	margin-top: 33px;
	position: relative;
	padding: 0 32px;
	line-height: 20px;
}
#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;
}
#trademark .register-benifits-text h4 span {
	margin-bottom: 33px;
	font-size: 25px;
	color: #292929;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	line-height: 23px;
}
#fees .register-benifits-text span:nth-child(2),
#trademark .register-benifits-text span:nth-child(2) {
	width: 100%;
	display: inline-block;
}
.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;
}


/*#collapseOne{*/


/*	display: block;*/


/*}*/


/*#collapseTwo{*/


/*	display: block;*/


/*}*/


/*#collapseThree{*/


/*	display: block;*/


/*}*/

table {
	width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	border: 1px solid #dbdbdb;
	padding: 7px;
	text-align: center;
}


/*here is the style of when gst registration required*/

.when-main-div {
	height: 320px;
	width: 31%;
	background-color: #a7e5c3;
	float: left;
	border-radius: 5px;
	margin: 10px;
	margin-bottom: 35px;
}

.top-margin {
	margin-top: 35px;
}

.when-inner-div {
	text-align: center;
	margin: 22px;
}

.when-img-div {
	height: 60%;
	width: 100%;
	text-align: center;
}

.when-text-div {
	height: 40%;
	width: 100%;
	text-align: center;
}

.when-img {
	height: 93%;
	width: 55%;
}

.when-text {
	color: black;
	text-align: center;
	font-size: 22px;
}

.when-small-text {
	color: black;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}

.when-main-div:hover {
	background-color: white;
	transition: .5s ease;
	border-radius: 5px;
	border: 1px solid #888;
}


/*here is the style of when gst registration required*/


/*here is the style of how we work section*/

.how-we-work-img {
	height: 150px;
	margin-top: 45px;
}


/*here is the style of how we work section*/


/*here is the style of requirements of documents*/

.requirements-of-doc-img {
	background-image: url("https://www.onlinelegalindia.com/services/udyog-aadhaar/image/bg.JPEG 2000");
	left: -74.5px;
	box-sizing: border-box;
	width: 100%;
	/*padding-left: 74.5px;*/
	/*padding-right: 74.5px;*/
	height: 200px;
}


/*here is the style of requirements of documents*/


/*here is the syle of why us*/

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

.why-us-img-div {
	margin-top: 50px;
}

.why-us-img {
	width: 33%;
}


/*here is the syle of why us*/


/*here is the style of footer accordation*/

.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;
}

.child-ans-text {
	margin-left: 37px;
	margin-top: 10px;
}


/*here is the style of footer accordation*/


/*here is the custom what we offer and requirement*/

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


/*here is the custom what we offer and requirement*/


/*here is the footer sytle css*/

.foter-1 {
	background-color: #2e363a;
}

.custom-icon {
	background-color: #18ba60;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
	line-height: 40px;
	color: #fff;
	background: #18ba60;
	background-color: rgb(24, 186, 96);
	text-align: center;
	margin-top: 20px;
	-webkit-border-radius: 50%;
}

.foter-contact {
	width: 33%;
	float: left;
	color: white;
}

.foter-addr-text {
	color: white;
	cursor: pointer;
	line-height: 6;
	text-decoration: none;
}

.underline-bottom {
	border-bottom: 1px solid #66625c;
}

.footer-widget {
	overflow: hidden;
	padding: 52px 0 50px;
	font-size: 14px;
}

.middel-footer {
	width: 33%;
	float: left;
	color: white;
}

.middel-footer-ul {
	margin: 0;
	list-style: none;
	padding-left: 13px;
}

.middel-footer-li {
	width: 50%;
	float: left;
	padding-left: 15px;
	line-height: 24px;
	padding-top: 5.5px;
	padding-bottom: 5.5px;
}

.link-text {
	color: white;
}

.copyreight-section {
	height: 80px;
	width: 50%;
	float: left;
	color: white;
}

.copyright-left-text {
	line-height: 6;
}

.copyright-ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 6;
	float: right;
}

.copyright-li {
	display: inline-block;
	line-height: 24px;
	margin: 0px 5px 0px 5px;
}

.copyright-atag {
	color: white;
	text-decoration: none;
}


/*here is the footer sytle css*/


/* there cosumer complain page css*/

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

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

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

.margin-right {
	margin-right: 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;
}

.refund_box h4::before {
	display: none;
}

.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.png);
	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;
}

#mobile_collapse {
	display: none;
}

#computerCollapse {
	display: block
}


/* Testimonials Start */

.testimonial_box {
	background: #eaeaea;
	padding: 15px;
	border-radius: 16px;
	text-align: center;
	border: 1px solid #d8d8d8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #0dbc57;
	background: linear-gradient(180deg, #222d49 0%, #00b865 75%);
}

.testimonial_user_box i {
	width: 50px;
	height: 50px;
	float: left;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-right: 13px;
}

.testimonial_image {
	width: 160px;
	height: 160px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	display: inline-table;
	box-shadow: 0 6px 10px rgba(11, 78, 50, 0.4);
	border: 4px solid #3e847b;
}

.testimonial_image img {
	overflow: hidden;
}

.testimonial_user_box {
	margin-top: 15px;
}

.testimonial_user_box p {
	color: #fff;
	padding: 0 10px;
}

.testimonial_user_box h5 {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}

.testimonial_user_box ul {
	list-style: none;
	padding: 0;
	margin-top: 13px;
	display: inline-block;
}

.testimonial_user_box ul li {
	float: left;
	width: 17px;
	margin: 0 3px;
}

.testimonial_user_box ul li img {}

.testimonial_footer_box {
	display: none;
}

.testimonial_footer_box a {
	border: 1px solid #e8e8e8;
	padding: 10px 27px;
	border-radius: 5px;
	float: left;
	color: #fff;
	font-size: 16px;
	transition: all linear 300ms
}

.testimonial_footer_box a:hover {
	text-decoration: none;
	background: #ffff;
	color: #212f49;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}


/* Testimonials End */


/* 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*/


/*act Section start*/

.desktop_act {
	display: block
}

.mobile_act {
	display: none;
}

.container-gap {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.act_section {}

.act-box {
	margin-bottom: 20px;
	float: left;
}

.act-box h3 {
	margin: 0;
	background: #13a551;
	color: #fff;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: bold;
}

.act-content {
	padding: 20px 18px;
	border: 1px solid #e2e2e2;
	background: #f7f7f7;
}

.act-content p {
	font-size: 16px;
	color: #696969;
	margin-bottom: 6px;
	line-height: 25px;
}

.act-content p span {
	color: #4e4e4e;
	font-weight: 600;
}

.act-content ul {
	padding-left: 17px;
	color: #696969;
}

.act-content ul li {
	margin-bottom: 10px;
	font-size: 17px;
}


/*act Section end*/

/*covid popup*/
.legal_logo{
    width: 100%;
    float: left;
    padding: 29px;
    text-align: center;
    height: auto;
    border-right: none;
    padding-bottom: 10px;
}
.legal_logo h4{
    font-size: 41px;
    color: #15202b;
    font-weight: bolder;
    text-transform: uppercase;
    line-height: 34px;
    margin-top: 45px;
}

.legal_logo img{
    width: 58%;
    display: inline-block;
    
}
.leagl_text{
    width: 100%;
    padding: 33px;
    float: left;
    margin-top: 0;
    line-height: 33px;
    padding-top: 0;
}
.leagl_text p{
    font-size: 20px;
    font-weight: normal;
    color: #192027;
    text-align: center;
    margin-bottom: 20px;
}
.covid_popup_box{
    display: inline-table;
    background: #FFEB3B;
}
.leagl_text p span{
    font-weight: bold;
}

#Covid19 .close {
 padding: 0;
    cursor: pointer;
    border: 0;
    position: absolute;
    transform: translate(-50% , -50%);
    left: 50%;
    top: 41%;
    font-size: 40px !important;
    color: #fff !important;
       
   
}


.covid_button{
    position: absolute;
    right: -29px;
    top: -39px;
    border-radius: 5px;
    background-image: url(../image/corona_logo.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-position: top center;
    background-size: 84px;
}

.covid_continue_button{
    margin: 0 auto;
    display: inherit;
    border: none;
    border-radius: 51px;
    background: #26b3da;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 3px 4px rgb(234, 214, 38);
    position: relative;
    width: 150px;
    height: 48px;
    text-align: center;
    
}
.covid_continue_button:hover{outline: none;}
.covid_continue_button i{
    float: left;
    margin: 0 0 0 17px;
    font-style: normal;
}
.covid_continue_button::before{
    content: '';
    background-image: url(../image/back.svg);
    background-repeat: no-repeat;
    width: 19px;
    height: 20px;
    position: absolute;
    z-index: 1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 11px;
    top: 14px;
}
.covid_continue_button::after{
content: '';
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
    background: #fff;
    position: absolute;
    right: 4px;
    z-index: 0;
    border-radius: 31px;
    top: 4px;
}

.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: middle;
}
.review_title img{
    width: 29%;
}

.trust_reviewstrat img{
    width: 26% !important;
}
.trust_reviewstrat i{
    float: right;
}
.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;
}
.client_reviews a{
    color: #2b2b2b;
    text-decoration: none;
}

/* 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;
   }
   /* .wrapper { width: 980px; margin: 30px auto; position: relative;} */
   .counter { background-color:transparent; padding: 20px 0; border-radius: 5px; }
   .count-title { font-size: 40px; font-weight: normal;  margin-top: 0px; margin-bottom: 0; text-align: center; color: #fff;  font-weight: 800; }
   .count-text { font-size: 13px; font-weight: normal;  margin-top: 3px; margin-bottom: 14px; text-align: center; color: #fff;
    font-weight: 500; letter-spacing: 0.8px; }
   .fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }

   .contr {
      display: flex;
      justify-content: center;
      align-items: baseline;
   }

   h2.count-percent {
      color: #fff;
      font-size: 27px;
      font-weight: 900;
      padding-left: 3px;
   }

   h2.count-perce {
      color: #fff;
       font-size: 30px;
        padding-left: 3px;
   }


@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;}
    .contr{margin-top: 9px;}
    .count-text{font-size: 3vw !important;margin-bottom: 10px;}
}

/*
.banner{
    background: #000;
    width: 100%;
    float: left;
    height: 500px;
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.banner::after{
    content: '';
    position: absolute;
    width: 100%;
    background-image: url(../image/banner_1.jpg);
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    
}
.banner img{
    width: 100%;
    
} 
.banner_image_text {
    width: 50%;
    float: left;
}
.banner_image_text h4{
    font-size: 32px;
    margin-top: 80px;
}
.banner_image_text h4 span{
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #000;
    margin-bottom: 17px;
    display: inline-table;
    float: left;
}
.banner_image_text p{}
*/


/* Banner end */

@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;
	}
	.benifits-small-div {
		width: 100%;
	}
	.benifits-li::before {
		left: 8px;
	}
	.benifits-li {
		margin-left: 23px;
	}
	.benifits-text {
		margin-left: 31px;
	}
	.how-we-work-img {
		width: 70%;
		height: 100%;
		margin-left: 15%;
		margin-top: -13px;
	}
	.background_image {
		height: auto;
		margin-top: 35px;
		
	}
	.why-us-img {
		width: 100%;
	}
	.accordaion-main-div {
		height: auto;
	}
	.accordion-cus-head {
		line-height: 24px;
		font-size: 14px;
		margin-left: 16px;
		padding: 10px;
	}
	.child-ans-text {
		margin-left: 17px;
	}
	.child-ans-div-1 {
		margin-top: -11px;
	}
	.foter-contact {
		width: 100%;
	}
	.middel-footer {
		width: 100%;
		text-align: center;
		margin: 20px auto;
	}
	.copyreight-section {
		width: 100%;
		height: auto;
	}
	.copyright-li {
		margin: 0px 4px 0px 4px;
	}
	.nav .open>a,
	.nav .open>a:focus,
	.nav .open>a:hover {
		background-color: #4d4343;
	}
	.nav>li>a:focus,
	.nav>li>a:hover {
		background-color: #4d4343;
	}
	.when-main-div {
		width: 100%;
		margin-bottom: 35px !important;
		margin: 0px;
	}
	.custom-ul-style {
		margin-top: 0%;
	}
	.logo-img-class {
		height: 50px;
		width: 270px;
	}
	.copyright-ul {
		font-size: 10px;
		text-align: left;
		float: left;
	}
	.middel-footer-ul {
		padding-left: 0px;
		font-size: 12px;
	}
    
    
    .legal_logo {
        width: 100%;
        border-bottom-left-radius: 0;
        height: auto;
        border: none;
        padding: 0 38px;
        padding: 18px 38px 0 38px;
    }
    .leagl_text {
        width: 100%;
        padding: 12px;
        float: left;
        margin-top: 0;
        line-height: 37px;
    }
    .legal_logo h4 {
        font-size: 18px;
        line-height: 15px;
        padding: 15px 0 0 0;
            margin-top: 0px;

    }
    .legal_logo img {
        width: 100%;
        display: inline-block;
        margin: 0 0 10px 0;
    }
    
    .leagl_text p {
        font-size: 15px;
        line-height: 23px;
    }

#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;
}
        /* Supriyo start */
    .count-title {font-size: 5vw;}
    .count-text {font-size: 2vw;margin-top: 4px;}
    h2.count-percent {font-size: 4vw;}
    h2.count-perce {font-size: 4vw;}
    .counter {padding: 4px 0 8px 0;}
    .wrapper {box-shadow: none;}
   /* Supriyo end */
    
    
}

@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;
		/*
        filter: grayscale(1);
    opacity: 0.28;
*/
	}
    

	.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;
		/*    border-top: 1px solid #dcdcdc;*/
		width: 100%;
		padding-left: 0;
		float: right;
		color: #827f7f;
		min-height: auto;
	}
	.resolveFooter_box P {
		margin-top: 10px;
		text-align: center;
		width: 100%;
	}
	.owl-stage {
/*
		width: 100% !important;
		float: left;
*/
	}
    
    
    .sticky_header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
    }
    .sticky_header + .content {
        padding-top: 72px;
    }
    
	.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;
	}
	#mobile_collapse {
		display: block;
	}
	#computerCollapse {
		display: none
	}
	.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;
	}
	.howWework {
		margin-top: 40px;
	}
	.desktop_act {
		display: none
	}
	.mobile_act {
		    display: inline-table;
	}
	#fees .register-benifits-text {
		width: 100%;
		margin: 0;
		margin-bottom: 35px;
		min-height: 248px;
	}
	#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;
	}
	#trademark .register-benifits-text {
		width: 100%;
		margin: 0;
		margin-bottom: 35px;
		min-height: 228px;
	}
	#trademark .register-benifits-text h5 span {
		font-size: 16px;
		margin-top: 0;
		padding: 0 12px;
		line-height: 20px;
	}
	#trademark .register-benifits-text p {
		padding: 0 16px;
	}
	#trademark .register-benifits-text h4 {
		margin-top: 10px;
	}
	#trademark .register-benifits-text h4 span {
		font-size: 20px;
	}

    
    
    
}

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