.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: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 27px;
}

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



/*tab Design Start */

/* Style the tab */
.tab {
  overflow: hidden;
    text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
     background-color: #4caf50;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 28px 32px 33px 32px;
    background: #f0fff0;    
    border: 1px solid #c7f5c7;
    background: #f0fff0;
    box-shadow: 0 5px 5px rgb(227 239 227);
}
.tabvalue{display: inline-table;
    width: 49%;
    padding: 0 2vw;}




.tabvalue ul{list-style: none;    margin-top: 22px;}
.tabvalue ul li{margin-bottom: 11px;   } 
.tabvalue ul li:before{ 
  content:url('/images/tick_li.svg'); 
    position: relative;
    z-index:inherit;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 8px;
}

.govlogo .col-md-2{
   width: 32%;
}
.govlogo .col-md-2 img{
      width: 100%;
    display: table;
    max-width: inherit;
}

.tabvalue h3{
    font-size: 23px;
}

.govlogo{
    width: 100%;
    float: left;
    margin-top: 30px;
}

    
@media screen and (max-width:768px){
    .tabvalue{display: inline-table;width: 100%;padding: 0 0;}
    .tab button {font-size: 15px;    width: 100%;}
    .tab button.active{font-size: 15px}
    .tabvalue h3{font-size: 18px;font-weight: 600}
    .govlogo .col-md-2{width: 50%}
    .title {font-size: 16px;line-height: 24px;}
    .title-content p{font-size: 13px;line-height: 18px;padding: 0 17px;}
}


/*tab Design end*/











/*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;
    border-radius: 5px;
}

#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;
    border-radius: 5px;
}

#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: #000;
	float: left;
	z-index: 1;
}

.background_image::after {
	content: "";
	background-image: url("../images/fees_bg.JPEG 2000");
	width: 100%;
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: 0 49%;
}

.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-left: 25px;
	margin-bottom: 15px;
}


/*fees and Trademark start*/

#fees .register-benifits-text,
#trademark .register-benifits-text {
	margin-left: 25px;
	margin-bottom: 15px;
	float: left;
	width: 31%;
	list-style: none;
	border: 1px solid #ffffff;
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	background: #fdfaf6;
	min-height: 248px;
	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: 20px;
	color: #159e50;
	font-weight: bold;
	margin-top: 33px;
}
#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 #66667a;
}

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

















/* Banner start */


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

/* Accordion Start */
.custom_collapse{
	float: none;
}
.custom_collapse a{
	text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}


.custom_collapse h3{
	display: flex !important;
	justify-content: space-between !important;
	padding: 9px 11px !important;
    align-items: center;
}
/* Accordion End */

/* Copyright Categories Start*/
.copyright_categories{
	display: flex;
	flex-wrap:wrap;
}
.copyright_categories .cate_box{
	width: 16% !important;
}
.copy_svg{
	margin-bottom:20px;
}
/* Copyright Categories End*/

/* Fees Start */
#fees .benifits-ul, #trademark .benifits-ul{
	display: flex;
    justify-content: center;
}
.apead_fees .copy_box h4{
	font-size: 42px !important;
    color: #159e50 !important;
    font-weight: bold;
    line-height: 17px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
}
.apead_fees .copy_box h4 span:nth-child(1) {
    margin-bottom: 33px;
    font-size: 27px !important;
    color: #292929;
    font-weight: normal;
    display: inline-block;
    width: 100%;
	line-height: 23px;
	margin-bottom: 38px !important;
}
.apead_fees .copy_box h4 span:nth-child(2) {
	font-size: 14px;
	color: #636363 !important;
	font-weight: normal;
	margin-bottom: 28px !important;
	height: 42px;
}
#fees .copy_box{
	height: 412px !important;
}
#fees .copy_box h5 span {
    font-size: 18px !important;
    color: #636363 !important;
    font-weight: normal;
    line-height: 9px;
    margin-top: 17px !important;
    display: inline-block !important;
}
#fees .copy_box p {
    margin-bottom: 55px;
    font-size: 13px;
    color: #808080;
    font-weight: normal;
    margin-top: 33px;
    position: relative;
    padding: 0 32px;
    line-height: 20px;
}
.copy_lists {
    margin-top: 20px;
    transform: translate(15%, 11%) !important;
    width: 79%;
    list-style: square;
}
.copy_lists li{
	text-align: left;
	font-weight: 500;
	font-size: 13px;
	line-height: 25px;
}
.copy_lists li:after {
    content: '';
    position: absolute;
    left: -23px;
    width: 14px;
    height: 12px;
    background-image: url(./copyright-registration/image/svg/bullet-arrow.svg);
	background-repeat: no-repeat;
	margin-top: 6px;
}
#apead1{
	position: relative;
    bottom: -50px;
}
#apead2{
	position: relative;
    bottom: -25px;
}
/* Basic Requirements Start */

.block_heading h2{
	width: 100%;
    float: left;
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: 600;
	margin: 40px 0;
	margin-bottom: 30px;
    position: relative;
}
.block_heading p{
	width: 80%;
	margin: 0 auto;
	font-size: 15px;
	color: #000;
	text-align: center;
}
.block_heading h2:after {
    content: '';
    display: block;
    width: 75px;
    height: 6px;
    background: #5cb85c;
    border-radius: 3px;
    margin: 14px 0 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    bottom: 0;
}
.requirements_details{
	padding: 45px 0;
}
.requirements_head{
	background: #449044;
    padding: 10px;
	color: #fff;
	border-radius: 23px 8px 40px 7px;
}
.req_detail{
	color: #292929;
	font-weight: 500;
}
.doc_list{
	transform: translate(5%,3%);
    list-style: square;
}
.doc_list li{
	margin-bottom: 5px;
}
.custom_table{
	width: 90%;
	margin: 0 auto;
	background: #f7f7f7;
}
.custom_table td{
	color: #5d5b5b;
}
.custom_table td:hover{
	background: #e7f3e7;
	cursor:pointer;
}
.table_headings{
	background: #13a551;
	color: #fff;
	text-align: center;
}
.table_headings th{
	text-align:center;
}
.table_head1{
	width:150px;
}
.table_head2{
	width:140px;
}
.table_head3{
	width:180px;
}
.table_head4{
	width:140px;
}
/* Basic Requirements End */
/* Documents required start*/
#docRequ{
	margin-top: 30px;
    background: #f9f9f9;
}
.docRequ_inner{
	text-align: center !important;
}
.docRequ_inner .doc_num{
	background: #449044;
    height: 53px;
    width: 20%;
    margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}
.doc_num span{
	color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding-top: 13px;
}

.reg_cancel{
	margin-left: 20px;
    list-style: none;
}
.reg_cancel li{
    background: url(../images/svg/bullet-arrow.svg) no-repeat left 2px;
    padding-left: 26px;
    background-size: 16px;
}
#register label{
    display: none;
}
.process_section i{
    width: 65px;
    height: 65px;
    background: #ef6906;
    border-radius: 60px;
    font-size: 33px;
    font-style: normal;
    padding: 5px 0 0 0;
    margin: 0 auto;
    display: table;
    margin-top: -60px;
    border: 6px solid #efefef;
    text-align: center;
    position: unset;
}
.package_btn{
    display: flex;
}
.package_btn label{
    display: block ;
}
/* The container */
.package_container {
  display: inline-block !important;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 15px;
    margin: 5px;
    line-height: 15px;
    text-align: center;
}
.package_container i{
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-style: initial;
    float: left;
}
/* Hide the browser's default radio button */
.package_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
    color: #fff;
    min-height: 44px;
}
.package_container input ~ .checkmark{
    box-shadow: 1px 1px 3px;
    background-color: #eee;
    color: #000;
}
/* On mouse-over, add a grey background color */
.package_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.package_container input:checked ~ .checkmark {
  background-color: #385067;
    
    box-shadow: 1px 1px 2px #acacad;
    background-image: linear-gradient(45deg, #28629a, #385067);
}

.package_container input:checked ~ .checkmark ~ i{color: #fff;}


.basic i input:checked ~ .checkmark{
    color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.package_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.package_container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.copy_svg{
    width: 60px;
}
.faq_box {
    text-align: center;
}
.nav-item:first-child {
    border-top: none;
}
.nav-wrapper {
    width: 100%;
    margin: auto;
    display: inline-table;
}
.nav-item-inner {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
}
.nav-item-inner > a {
    display: block;
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-weight: 500;
    color: #1a1b1e;
    padding: 13px 10px 13px 25px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    text-align: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}
.nav-item-inner-heading {
    position: relative;
    padding: .75rem;
    padding-right: 2.5rem;
    font-weight: 700;
}
.nav-item-inner-heading.minus{
    color: #5cb85c;
}
.nav-item-inner-heading.minus:after {
  content: url(../../images/minus.svg);
}
.nav-item-inner-heading.plus:after {
    content: url(../../images/plus.svg);
}
.nav-item-inner-heading.minus:after, .nav-item-inner-heading.plus:after {
    position: absolute;
    top: 50%;
    right: .75rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    text-align: center;
    font-family: FontAwesome;
    font-style: normal;
    color: #fff;
    background: #5cb85c;
    height: 30px;
    border-radius: 20px;
    line-height: 29px;
    font-size: 24px;
}
.nav-sub-item {
    padding: 0 25px 0 18px;
    text-align: left;
    line-height: 27px;
}
.nav-sub-list {
    color: #606060;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    display: none;
}
@media screen and (max-width:767px){
	.copyright_categories .cate_box {
		width: 33% !important;
	}
	#fees .register-benifits-text, #trademark .register-benifits-text{
		width: 44%;
	}
	#fees .copy_box h5 span{
		line-height: 15px;
		font-size: 16px !important;
	}
	#fees .copy_box {
		height: 475px !important;
	}
	.copyright_fees .copy_box h4 span:nth-child(2){
		height: 56px;
	}
	.copyright_fees .copy_box h4 span:nth-child(1){
		font-size: 26px !important;
	}
	
}

@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;
		padding: 0 15px;
	}
	.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;
}
    
    #fees .benifits-ul, #trademark .benifits-ul{
        display: block;
    }
}

/*New Design (mithun)*/
.docRequ_inner .doc_num_2 {
    background: #449044;
    height: 53px;
    width: 15% !important;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 30px;
}
.docRequ_inner_2{
   padding:20px;
}
#fees .register-benifits-text span:nth-child(1) {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    color: #313131;
    margin-top: 8px;
    line-height: 38px;
}
.tab_box{
   background-color: #fff;
   padding: 30px;
}
.ape_exp{
   font-size: 26px;
}
.package_select .copy_lists {
    width: 80% !important;
    text-align: center;
    float: left;
    list-style: square;
    padding: 0px 0 0 0px !important;
    margin-bottom: 0px !important; 
}
.package_select .nav-tabs {
    border-bottom: none !important;
    margin-bottom: 50px;
    margin-left: 310px;
    font-size: 20px;

}
.package_select .nav-tabs a{
   color: #fff !important;
}
.package_select  .nav-tabs>li.active>a,.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #159e50;
    border: none !important;
    border-bottom-color: transparent;
}
.package_select h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin: 40px 0;
    margin-bottom: 0px;
    position: relative;
}
.package_select .register-benifits-text {
    margin: 0;
    width: 100%;
    min-height: 500px !important;
    margin-bottom: 60px;
}
/*Custom Radio for Form Package start*/
.gst_rdiobtn:nth-child(3) {
    background: #eaeaea;
    border: none;
}
.gst_rdiobtn label{display: block !important;}
.gst_rdiobtn input[type=radio]:checked ~ .check{
    border: 4px solid #81d481;
}
.gst_rdiobtn input{
    visibility: hidden;
}
.gst_rdiobtn{
    display: flex;
    margin-left: 0px;
    border: 3px solid #eaeaea;
}
.gst_rdiobtn ul{
    margin-left: 20px;
}
.gst_rdiobtn .check{
    display: block;
    position: absolute;
    border: 4px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 12px;
    left: 5px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.gst_rdiobtn input[type=radio]:checked ~ .check::before {
    background: #049244;
}
.gst_rdiobtn input[type=radio]:checked ~  .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.price_active{
    background: #e4ffe4 !important;
    border: 3px solid #78e478 !important;
}
.gst_rdiobtn label{
    width: 100%;
    font-weight: 500;
}
#doc_req .card-header a{color: #fff;text-align: left;font-weight: 600;white-space: inherit;}
#doc_req .card-header{padding: 4px 1.25rem;border-radius: 0 !important;}
#doc_req .card-header a span{position: absolute;right: 24px;}
#doc_req .card-body{padding: 13px;background: #f1f1f1;}
#allpacakage .block_heading h2 {
    margin-bottom: 10px;
}

#allpacakage .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    color: #000 !important;
}
#doc_req h2{
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}
/*Custom Radio for Form Package end*/

.benifts-heading {
    color: white;
    margin-top: 30px;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
    font-size: 28px;
    text-align: center;
}
.apeda_modification h4 {
    font-size: 18px;
    text-align: center;
}
.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;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.copyright_categories_2 img{
	display: block;
    margin: auto;
}
.copyright_categories_2 p{
	padding-bottom: 30px;
	text-align: center;
	color: #000000;
}
@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(../image/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;
	}
	#register {
		background: #ececec;
	}
	#contact {
		background: unset;
		padding: 15px 0;
		box-shadow: unset;
	}
	#register #contact label {
		display: none;
	}
	#register .register_form {
		float: none !important;
	}
	#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: 228px;
	}
	#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;
	}

	/* copyright_categories */
	.copyright_categories .cate_box {
		width: 50% !important;
	}
	/* copyright_categories */
	/* Fees */
	#fees .copy_box h5 span{
		line-height: 17px;
	}
	/* Fees */
	.requirements_head{
		font-size: 14px;
	}
	.req_detail{
		font-size: 13px;
	}
	.docRequ_inner .doc_num{
		width: 53px;
	}
	.cancelled {
		padding-top: 8px;
	}
	.package_select .nav-tabs {
    border-bottom: none !important;
    margin-bottom: 50px;
    margin-left: 55px;
    font-size: 20px;
}
}

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




.services_box_bg img{
      display: block;
      margin:auto;
   }
.services_box_bg .right-side-img-startupind {
    padding-top: 0px;
    padding-bottom: 20px;
    height: 90px;
    object-fit: contain;
}
.services_box_bg .right-side-img-title {
    text-align: center;
    font-weight: bold;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.services_box_bg .right-side-img-desc{
   text-align: center;
   display: block;
   font-size: 12px;
}
.right-side-icons-div-2{
   padding: 10px 0;
}
.right-side-icons-div-2{
   height: 250px;
   margin-top: 10px;
   margin-bottom: 10px;
}
.copy_svg {
    width: 60px;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}
.block_heading_2 p{
   color: #fff;
   text-align: center;
   padding-bottom: 70px;
}
    @media screen and (max-width: 768px){
        .right-side-icons-div-2{
            height: auto;
        }

    }
.benifits-ul-2 span{
font-size: 22px !important;
}
.block_heading_3 p{
	text-align: center;
	padding-bottom: 50px;
	color: #fff;
}

@media (min-width: 320px) and (max-width: 776px) { 
.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 25px;
    }
#register #contact h3 {
    font-size: 20px;
    color: #4c4b4b;
}
#contact input[type="button"], button[type="submit"], #contact button[type="button"], input[name="next"] {
    cursor: pointer !important;
    width: 100% !important;
    border: none !important;
    background: #4CAF50 !important;
    color: #FFF !important;
    margin: 0 0 5px !important;
    padding: 12px 10px !important;
    font-size: 16px !important;
    border-radius: 6px !important;
    line-height: inherit !important;
}
.block_heading_3 p {
    text-align: center;
    padding-bottom: 0px;
    color: #fff;
}
.package_select h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 40px 0;
    margin-bottom: 0px;
    position: relative;
}
.benifits-ul-2 span {
    font-size: 18px !important;
}
#allpacakage .register-benifits-text h4 {
    font-size: 37px;
    color: #ffffff;
    font-weight: bold;
    background: #159e50;
    margin-top: 0;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding: 10px 0;

}
.package_select .register-benifits-text {
    margin: 0;
    width: 100%;
    min-height: 360px !important;
    margin-bottom: 60px;
}
#allpacakage .register-benifits-text h4 {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    background: #159e50;
    margin-top: 0;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding: 10px 0;
}
.copyright_fees .copy_box h4 span:nth-child(1) {
    font-size: 20px !important;
}
.block_heading h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 40px 0;
    margin-bottom: 30px;
    position: relative;
}
 .title-content {
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 10px;
}
#London{
	    display: block;
    width: 100% !important;
    margin: auto;
}
.tabvalue {
    display: inline-table;
    width: 100% !important;
    padding: 0 2vw;
    display: block;
    margin: auto;
}
#Paris{
	display: none;
    width: 100% !important;
    margin: auto;
}   
}

.register-benifits-text-2  span:nth-child(1) {
    font-size: 22px ;
}
    
.company_tab{
        margin-bottom: 50px;
    }
    
.title-content {
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 10px;
}
#London{
	    display: block;
    width: 70%;
    margin: auto;
}
.tabvalue {
    display: inline-table;
    width: 70%;
    padding: 0 2vw;
    display: block;
    margin: auto;
}
#Paris{
	display: none;
    width: 70%;
    margin: auto;
}