	/* Thankyou Page Start */
	.thankyou-page {
		height: 100vh !important;
	}
	
	/* Thankyou Page End */
	
	/* Privacy Start */
	.main-privacy {
		padding: 3rem 0;
	}
	
	.main-privacy h3 {
		font-size: 1.75rem;
		font-weight: 500;
		margin-bottom: 0.75rem;
	}
	
	.main-privacy p {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		margin-bottom: 1rem;
	}
	
	.main-privacy ol {
		color: #6b7280;
		list-style: disc;
		margin: 0 0 1rem 1rem;
		line-height: 1.75;
	}
	
	.ready_to_call {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 5px 10px;
		font-size: 22px;
		color: #000;
		display: flex;
		justify-content: center;
		/* background: linear-gradient(90deg, #6138d8 0, #db51f7); */
		background-color: #795548;
		animation: blink_btn 0.8s infinite;
		z-index: 9999;
		display: none;
	}
	
	.ready_to_call a {
		color: #fff;
	}
	
	.copyright ul .first {
		border-left: 0 !important
	}
	
	@keyframes blink_btn {
		0% {
			opacity: 0.4;
		}
	
		50% {
			opacity: 1;
		}
	
		100% {
			opacity: 0.4;
		}
	}
	
	@media screen and (max-width: 768px) {
		.ready_to_call {
			display: flex !important;
		}
	}
	
	.formpop .iti {
		width: 100%;
		height: 100%;
	}
	
	.checkfields {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
		justify-content: center;
	}
	
	.mmpopup .fld-input p {
		font-size: 12px;
		text-align: left;
		margin: 5px 0 0;
	}
	
	.checkVal {
		margin: 0 5px 8px;
		display: flex;
		align-items: center;
		position: relative;
	}
	
	.hidden {
		display: none;
	}
	
	/* Privacy End */
	.error:not(.radio-fields) {
		/* display: block; */
		text-align: left;
		margin: 10px 0px;
		color: red;
		width: 100%;
	}
	
	.loader {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.8);
		z-index: 9999;
		display: none;
	}
	
	.loader-overlay {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.loader-overlay img {
		width: 80px;
		height: 80px;
	}
	
	h4.questLogo.text-left {
		text-align: center;
		font-size: 22px;
	}
	
	.checkfields .checkVal label {
		font-size: 18px;
		color: #000;
		font-weight: 600;
		padding-left: 27px;
		padding-right: 3px;
	}
	
	.checkfields .checkVal input {
		width: 18px;
		height: 18px;
	}
	
	
	.TestimonialSec {
		padding: 3% 0;
	}
	
	.TestimonialSec .centerhead p {
		width: auto;
		margin: 20px auto;
	}
	
	.testimonialbox {
		padding: 15px;
		border-radius: 7px;
		background: #fff;
		box-shadow: 1px 1px 10px #0000003b;
		margin-bottom: 25px;
		min-height: 390px;
		position: relative;
	}
	
	.testimonialboxmain {
		padding: 1% 1%;
		/* overflow-y: scroll; */
		/* overflow-x: hidden; */
		margin: 5% 0;
	}
	
	.testimonialbox ul li i {
		color: #dfd223;
		display: block;
		margin-bottom: 10px;
	}
	
	.testimonialbox p {
		margin: 25px 0 25px 0;
		font-size: 18px;
		line-height: 1.5;
	}
	
	.testimonialbox p strong {
		color: #000;
		display: block;
		margin: 0 0 10px 0;
	}
	
	.testimonialbox span {
		display: block;
		font-size: 18px;
		font-weight: 600;
		color: #795548;
		margin: 0;
		position: absolute;
		bottom: 10px;
	}
	
	.testimonialbox small {
		display: block;
		font-size: 16px;
		font-weight: 600;
		color: #6a6a6a;
		margin: 0;
		text-transform: uppercase;
		font-weight: 500;
	}
	
	.testimonialbox ul li {
		display: inline-block;
	}
	
	.centerhead span {
		display: block;
		font-weight: 600;
		font-size: 37px;
		text-transform: capitalize;
	}
	
	.log_flex {
		display: flex;
		align-items: center;
		justify-content: start;
		gap: 20px;
	}
	
	.log_flex img {
		max-width: 120px;
		margin: 0;
		filter: none;
	}
	
	.uspto-logo img {
		filter: brightness(0) invert(1);
	}
	
	.uspto-footer {
		background: #000;
		padding: 20px 0px;
	}
	
	.desclaimer-txt {
		margin: 15px 0 0;
		font-weight: 500 !important;
		line-height: 130%;
		max-width: 100% !important;
		padding: 0px 0 15px !important;
	}
	
	.privacy-page-list li {
		line-height: 130%;
		margin: 10px 0;
	}
	
	.terms-service-list {
		list-style: disc !important;
	}
	
	.terms-service-list li {
		padding: 0 0 15px 0 !important;
		line-height: 23px !important;
		font-size: 16px !important;
		font-weight: 500 !important;
	}
	
	
	
	.menu-Bar,
	a,
	input[type=submit] {
		cursor: poInter
	}
	
	.call_btn_top a,
	.contact-details li span i.fal.fa-phone,
	.menu li a i.fas.fa-phone {
		transform: rotate(85deg)
	}
	
	.menu,
	.menu li,
	.menu>li,
	.trusted-logos,
	.trusted-logos li {
		vertical-align: middle
	}
	
	.call-btn,
	.ovr-hiddn,
	.theme-btn2 {
		overflow: hidden
	}
	
	.table,
	img {
		max-width: 100%
	}
	
	.sec2-contnt p,
	.srch-btn,
	.thankyou p,
	.thankyou span {
		font-style: normal
	}
	
	::selection {
		background: #061f1a;
		color: #fff;
		text-shadow: none
	}
	
	.bg-sec,
	body {
		background-size: contain
	}
	
	::-webkit-scrollbar {
		width: 5px;
		background-color: #f5f5f5
	}
	
	::-webkit-scrollbar-button:end:increment,
	::-webkit-scrollbar-button:start:decrement {
		display: none
	}
	
	::-webkit-scrollbar-track-piece {
		background-color: #dadada
	}
	
	::-webkit-scrollbar-thumb:vertical {
		background-color: #061f1a
	}
	
	.pckg-box2 h2 {
		font-size: 17px;
		font-weight: 200;
		text-align: left;
	}
	
	.pckg-box2.active::-webkit-scrollbar-thumb:vertical {
		background-color: #003b84
	}
	
	.form-head br,
	.mmpopup .centercont h4 span span,
	[class^=box-] {
		display: none
	}
	
	.form-check input:checked~.checkmark:after,
	.overlay.active,
	[class^=box-].showfirst,
	h3.form-heading {
		display: block
	}
	
	body {
		font-family: Inter;
		font-size: 16px;
		line-height: 1;
		color: #000;
		position: relative;
		z-index: 0;
		background-color: #fff;
		overflow-x: hidden
	}
	
	.menu-Bar,
	.menu-Bar span,
	header {
		position: absolute
	}
	
	html {
		scroll-behavior: smooth
	}
	
	a.logo h2 {
		font-size: 28px
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		display: block;
		font-weight: 700;
		font-family: DarkerGrotesque;
	}
	
	.logo,
	a,
	input[type=submit],
	span {
		display: inline-block
	}
	
	*,
	:focus,
	:hover {
		outline: 0 !important
	}
	
	img {
		height: auto
	}
	
	a:hover {
		color: #000
	}
	
	button,
	input[type] {
		background: 0 0;
		font-family: Inter;
		font-weight: 400
	}
	
	::-webkit-input-placeholder {
		color: #a3a3a3;
		font-weight: 400
	}
	
	::-moz-placeholder {
		color: #a3a3a3;
		font-weight: 400;
		opacity: 1
	}
	
	:-ms-input-placeholder {
		color: #a3a3a3;
		font-weight: 400
	}
	
	:-moz-placeholder {
		color: #a3a3a3;
		font-weight: 400
	}
	
	.overlay:after {
		content: "";
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, .6);
		z-index: 1
	}
	
	.bg-sec {
		background-image: url("../images/sec-bg.html");
		background-repeat: no-repeat
	}
	
	header {
		position: relative;
		width: 100%;
		z-index: 3;
		background: #fff;
	}
	
	.menuWrap {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 14rem;
	}
	
	.header-links {
		display: flex;
		gap: 1rem;
		align-items: center;
		justify-content: end
	}
	
	.header-links a {
		font-size: 20px;
		font-weight: 600;
		color: rgba(17, 24, 39, .8);
		font-family: DarkerGrotesque
	}
	
	.call-btn,
	.call_btn_top a,
	.theme1:hover {
		color: #fff !important
	}
	
	.header-links a i {
		color: #111827;
		margin-right: 4px
	}
	
	.header-links li:first-child a i {
		transform: rotate(90deg);
		font-weight: 300;
		color: rgba(17, 24, 39, .8)
	}
	
	.logo img {
		display: block;
		max-width: 230px;
		padding: 6px 0;
	}
	.menu-Bar {
		width: 30px;
		height: 20px;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 22;
		display: none
	}
	
	.menu-Bar span {
		display: block;
		height: 4px;
		width: 100%;
		background: #061f1a;
		transition: .6s;
		border-radius: 100px
	}
	
	.menu-Bar span:first-child {
		top: 0
	}
	
	.menu-Bar span:nth-child(2) {
		top: 8px;
		transform-origin: left
	}
	
	.blackbg:hover,
	.call-btn:hover,
	.theme-btn2:hover,
	.theme1:hover,
	.theme2:hover,
	a.g-strt-btn:hover {
		transform: scale(1.03)
	}
	
	.menu-Bar span:nth-child(3) {
		top: 16px
	}
	
	.call_btn_top a {
		top: 92px;
		position: fixed;
		background: #000;
		right: 10px;
		height: 50px;
		width: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		z-index: 100000;
		transition: all 0.5s ease-in-out;
	}
	
	.call-btn,
	.mainBanner,
	.menu>li,
	.pckg-box {
		position: relative
	}
	
	.menu,
	.menu li,
	.menu>li,
	.pckg-box ul li::before,
	.pckg-list>li,
	.trusted-logos li {
		display: inline-block
	}
	
	.menu {
		font-size: 0px
	}
	
	.menu>li {
		line-height: normal
	}
	
	.menu li a {
		display: block;
		text-transform: capitalize;
		font-family: Inter;
		font-size: 16px;
		font-weight: 500;
		color: #000
	}
	
	ul.sub-menu {
		position: absolute;
		width: 234px;
		background: #fff;
		text-align: left;
		top: 30px;
		left: -16px;
		z-index: 1;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s linear .3s, opacity .3s linear;
		box-shadow: 2px 3px 14px #00020;
		border-radius: 8px !important;
		padding: 10px 15px;
		border: 1px solid #d6d6d6
	}
	
	.call-btn,
	.common-heading,
	.common-heading p,
	.pckg-box h3,
	.pckg-list,
	.trusted-logos {
		text-align: center
	}
	
	ul.sub-menu>li a {
		font-size: 18px;
		font-weight: 400;
		transition: .1s ease-in-out;
		color: #000 !important
	}
	
	.menu li.active a,
	.menu li:hover a {
		color: #795548
	}
	
	li.has-submenu.active .sub-menu {
		visibility: visible;
		opacity: 1
	}
	
	ul.sub-menu>li {
		padding: 14px 0;
		border-bottom: 1px solid #795548;
		width: -webkit-fill-available
	}
	
	.menu li.last {
		padding-left: 10px;
	}
	
	.menu li {
		padding-right: 15px;
	}
	
	ul.sub-menu>li.last {
		padding-left: 0 !important;
		border: 0
	}
	
	.call-btn,
	.theme1 {
		background: #795548;
		border-radius: 50px
	}
	
	.call-btn span {
		margin-right: 6px
	}
	
	@keyframes btotreverse {
		0% {
			top: 75px;
			opacity: 1
		}
	
		100% {
			top: 115px;
			opacity: 0
		}
	}
	
	@keyframes btot {
		0% {
			top: 115px;
			opacity: 0
		}
	
		100% {
			top: 40px;
			opacity: 1
		}
	}
	
	.call-btn {
		height: 52px;
		box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
		font-weight: 500 !important;
		font-size: 16px !important;
		line-height: 52px !important;
		z-index: 1;
		padding: 0 16px
	}
	
	.theme1,
	.theme2 {
		height: 52px;
		align-items: center;
		font-size: 18px;
		text-transform: capitalize;
		display: flex;
		font-weight: 600
	}
	
	.banner-content h1 {
		font-weight: 700;
		font-size: 64px;
		line-height: 76px;
		letter-spacing: -.01em;
		color: #000;
		font-family: "DM Serif Display", serif
	}
	
	.banner-content p {
		padding: 26px 5% 30px 0;
		font-weight: 400;
		font-size: 20px;
		line-height: 29px;
		color: #333
	}
	
	.banner-content ul li {
		padding-bottom: 18px;
		padding-left: 30px;
		position: relative;
		display: flex;
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		color: #000;
		font-family: Poppins, sans-serif
	}
	
	.banner-content ul li::before {
		font-family: "Font Awesome 5 Pro";
		content: "\f00c";
		display: inline-block;
		width: 18px;
		height: 18px;
		background: #000;
		border: 1px solid #000;
		text-align: center;
		line-height: 17px;
		border-radius: 25%;
		font-size: 11px;
		position: absolute;
		top: 1px;
		left: 0;
		margin: auto;
		color: #fff;
		font-weight: 400
	}
	
	.theme1 {
		justify-content: center;
		padding: 0 38px;
		color: #fff;
		border: 1px solid transparent
	}
	
	.theme2 {
		background: 0 0;
		border-radius: 50px;
		justify-content: center;
		padding: 0 44px;
		color: #393939;
		border: 1px solid #c6c1bd
	}
	
	.banner-btns a {
		margin-right: 5px
	}
	
	.theme2:hover {
		color: #393939 !important
	}
	
	.btn-normal:hover,
	.pckg-box2.active,
	.pckg-box2.active h2,
	.pckg-box2.active h3,
	.pckg-box2.active h4,
	.pckg-box2.active h4 span,
	.pckg-box2.active h5,
	.pckg-box2.active p {
		color: #fff
	}
	
	.mainBanner.about-us,
	.mainBanner.comprehansive,
	.mainBanner.copyrightheader,
	.mainBanner.faqheader,
	.mainBanner.freetrademark,
	.mainBanner.home,
	.mainBanner.officeaction,
	.mainBanner.registration,
	.mainBanner.trademarkmonitor {
		background-image: url("../images/banner_new.png");
		background-size: 500px;
	}
	
	.mainBanner {
		display: flex;
		align-items: center;
		padding: 60px 0 60px;
		z-index: 1;
		background: 0 0/45% no-repeat #fff;
		background-position-x: 85%;
		min-height: 820px;
		background-position-y: center
	}
	
	.bg2,
	.dobox-bg,
	.icons-1 {
		background: #fff
	}
	
	.btn-wrap {
		display: flex;
		gap: 10px
	}
	
	.banner-btns {
		padding: 10px 0 0
	}
	
	.trusted-logos {
		padding: 1rem 0;
		display: grid;
		height: fit-content !important;
		grid-template-columns: repeat(8, 1fr)
	}
	
	.do-box,
	.pakg2,
	.pckg-box,
	.pckg-list {
		height: 100%
	}
	
	.trusted-logos li {
		height: 60px
	}
	
	.footer-para img,
	.trusted-logos li img {
		object-fit: contain;
	}
	
	.footer-para img,
	.f-logo img {
		filter: none;
	}
	
	.lp-sec4 {
		padding: 20px 0 60px
	}
	
	.dobox-bg {
		padding: 36px 16px 34px;
		border: .4px solid #0005e;
		border-radius: 32px
	}
	
	.do-box {
		padding: 1.25rem;
		border: .4px solid #fff4eb;
		background: #ffffff;
		border-radius: .5rem;
		transition: .3s;
		display: flex;
		align-items: flex-start;
		flex-direction: column
	}
	.do-box:hover {
		background-image: -webkit-linear-gradient(255deg, #00061 0%, #79554840 35%, rgb(255 255 255 / 40%) 100%);
		box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.21);
	}
	.do-box span {
		height: 50px;
	}
	
	.do-box span img {
		height: 50px;
	}
	
	.black-box,
	.pckg-box2.active,
	footer {
		background: #000;
	}
	
	.do-box:hover {
		border: 1px solid #efe6df
	}
	
	.do-box h4 {
		font-weight: 700;
		font-size: 26px;
		line-height: 35px;
		color: #000;
		padding: 12px 0
	}
	
	.do-box p {
		font-weight: 400;
		font-size: 1rem;
		color: #4b515a;
		line-height: 28px
	}
	
	.common-heading {
		padding: 0 30px 30px;
		display: flex;
		flex-direction: column;
		align-items: center
	}
	
	.common-heading h2,
	.common-heading h4 {
		font-weight: 700;
		font-size: 64px;
		line-height: 50px;
		color: #000
	}
	
	.common-heading p {
		font-weight: 400;
		font-size: 18px;
		line-height: 26px;
		padding-top: 18px;
		width: 90%;
		color: #747678
	}
	
	.lp-sec4 .col-lg-3 {
		padding: 7px
	}
	
	section#pricing {
		padding: 0 0 20px
	}
	
	.lp-sec7 {
		padding-bottom: 85px
	}
	
	.lp-sec7 .common-heading {
		padding-bottom: 30px
	}
	
	.pckg-list {
		font-size: 0;
		transition: .3s
	}
	
	.pckg-box {
		padding: 28px;
		transition: .3s ease-in-out;
		border-radius: 16px
	}
	
	ul li {
		list-style: none
	}
	
	.pack-badge {
		background: #ffa800;
		border-radius: 50px;
		padding: .6rem 2.4rem;
		position: absolute;
		line-height: 100%;
		color: #1e1e1e;
		top: -20px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: fit-content;
		font-weight: 600;
		font-size: 16px;
		transition: .5s
	}
	
	.accordion-list,
	.copyright1 li,
	.input-wrapper,
	.mainBanner2,
	.overview-nav li a,
	.pckg-box ul li,
	.slide-content,
	.step-form .bgform,
	.steps-section .form-step-7 h2.scr-h2 span,
	.testi-content h4,
	.testi-slider,
	.theme-btn2,
	.w-del li {
		position: relative
	}
	
	.lc-btn,
	footer p {
		line-height: 22px
	}
	
	.black-box ul li,
	.blackbg {
		color: #fff !important
	}
	
	.lower,
	.upper {
		flex-basis: 100%
	}
	
	.pckg-box h3 {
		margin-bottom: 20px;
		line-height: 30px;
		color: #000;
		font-family: sans-serif;
		font-size: 28px;
		font-weight: 700;
		padding: 20px 0 0
	}
	
	.copyright ul li a,
	.pckg-list>li {
		text-align: left
	}
	
	.pckg-box h4,
	.pckg-box h4 span,
	.pckg-box2.active .most-po h6 {
		font-family: Poppins, Sans-serif
	}
	
	.pckg-box2 {
		box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
		padding: 15px 16px 24px;
		background: #fff;
		border-radius: 36px;
		transition: .5s;
		border: 1px solid transparent
	}
	
	.cta-bg,
	.white-bg {
		box-shadow: 5px 6px 0 #000
	}
	
	.pckg-box h4 {
		color: #00295b;
		font-size: 56px;
		font-weight: 700;
	}
	
	.cust-badge,
	.pckg-box h5,
	.price,
	.sec2-contnt h6,
	.sec2-contnt p,
	.srch-btn,
	.theme-btn2,
	span.user-name {
		font-family: Inter
	}
	
	.pckg-box p {
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		text-align: left;
	}
	
	.black-box h3 {
		font-size: 47px !important;
		color: #fff4eb !important
	}
	
	.black-box h4 {
		font-weight: 800 !important;
		font-size: 55px !important;
		color: #fff4eb !important
	}
	
	.black-box p {
		color: #ebf1ff !important
	}
	
	.black-box h5 {
		color: #f3f3f3 !important
	}
	
	.pckg-box .upper div {
		text-align: center;
		gap: 3px;
		padding-bottom: 1.5rem
	}
	
	.pckg-list>li {
		width: 33%;
		vertical-align: top;
		padding: 0 10px;
		margin-bottom: 6px
	}
	
	.cta h2,
	.cta p,
	.lc-btn,
	.testi-heading h2,
	.theme-btn2 {
		text-align: center
	}
	
	.pckg-box:hover {
		border-color: #2d7a64
	}
	
	.pckg-box h5 {
		min-height: 50px;
		font-weight: 400;
		font-size: 16px;
		color: #000;
		text-align: left;
	}
	
	.upper div p {
		font-size: 14px;
		line-height: 28px;
		color: #000
	}
	
	.pckg-box h4 span {
		color: #000;
		font-size: 17px;
		font-weight: 500;
		display: block;
		line-height: 2;
	}
	
	p,
	section.step-frm h1 {
		font-family: sans-serif
	}
	
	.f-menu li a,
	footer p {
		font-weight: 400;
		font-size: 14px
	}
	
	.pckg-box ul {
		margin: 5px 0 20px;
		height: 350px;
		overflow-y: scroll
	}
	
	.pckg-box ul li {
		padding-left: 25px;
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 25px;
		color: #000;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.expedited-box h6 img,
	.mmpopup .centercont h3,
	.pckg-box2 ul li {
		margin-bottom: 10px
	}
	
	.pckg-box2:hover {
		border-color: #795548
	}
	
	.pakg2 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px
	}
	
	.pckg-box ul li::before {
		content: "";
		font-family: "Font Awesome 5 Pro";
		width: 15px;
		height: 15px;
		border: 5px solid #795548;
		background: 0 0;
		font-size: 9px;
		position: absolute;
		top: 11px;
		left: 3px;
		border-radius: 50%
	}
	
	.blackbg {
		background: #795548 !important
	}
	
	footer {
		padding: 35px 0;
		border-top-left-radius: 48px;
		border-top-right-radius: 48px
	}
	
	footer p {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
		color: #fff;
	}
	
	.footer-para a {
		width: 250px;
		display: block
	}
	
	.f-icon,
	.f-icon li {
		display: inline-block;
		vertical-align: middle
	}
	
	.f-icon {
		padding-top: 1rem
	}
	
	.f-icon li {
		padding-right: 6px
	}
	
	.f-icon li a {
		border: 1px solid #795548;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 14px
	}
	
	.f-menu li a:hover {
		color: #795548
	}
	
	.foot-hdng h4 {
		font-weight: 700;
		font-size: 20px;
		letter-spacing: .15px;
		color: #fff;
		margin-bottom: 1rem
	}
	
	.f-menu li a {
		line-height: 28px;
		letter-spacing: .25px;
		color: #fff
	}
	
	.f-logo h2 {
		font-size: 38px;
		color: #fff;
		margin-bottom: 2rem
	}
	
	.lc-btn,
	.numbr-del a {
		font-size: 14px;
		font-weight: 600
	}
	
	.lc-btn {
		padding: 10px 16px;
		width: 153px;
		height: 40px;
		background: #fff;
		border-radius: 4px;
		color: #000;
		text-transform: uppercase
	}
	
	.btn-normal,
	.fld-btn a,
	.fld-btn button,
	.srch-btn,
	.theme-btn2 {
		text-transform: capitalize;
		text-transform: capitalize
	}
	
	.lc-btn i {
		padding-right: 8px
	}
	
	.numbr-del a {
		color: #adadad
	}
	
	.numbr-del h4 {
		font-size: 13px !important;
		margin-bottom: 6px
	}
	
	.copyright p,
	.copyright ul li a {
		font-size: 12px;
		font-weight: 400;
		color: #fff
	}
	
	.call_btn {
		display: flex;
		padding: 25px 0;
		align-items: center;
		gap: 6px
	}
	
	.copyright p {
		padding: 24px 0;
		max-width: 74%;
		line-height: 18px
	}
	
	.copyright ul {
		display: flex;
		gap: 1rem
	}
	
	.copyright ul li {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center
	}
	
	.copyright {
		background-color: #795548;
	}
	
	.copyright .container {
		border-top: 1px solid #50586236
	}
	
	.testi-content h4 {
		font-size: 30px;
		font-weight: 700;
		line-height: 45px;
		display: inline-block
	}
	
	.testi-content h4 span.qoute {
		font-size: 110px;
		display: inline-block;
		line-height: 0;
		position: absolute;
		left: -60px;
		top: 30px
	}
	
	.testi-slide {
		display: flex;
		align-items: center;
		gap: 2rem
	}
	
	.testimonial-bg {
		padding: 45px 0 30px 20px;
		background: #000;
		border-radius: 32px
	}
	
	.testi-heading h2 {
		padding-bottom: 2rem;
		font-weight: 700;
		font-size: 64px;
		color: #fff
	}
	
	.testi-slider {
		margin: 1rem 0
	}
	
	.cta h2,
	.table {
		margin-bottom: 1rem
	}
	
	.user span.user-name {
		font-size: 16px;
		font-weight: 500;
		white-space: nowrap;
		margin-bottom: 10px;
		margin-top: 10px
	}
	
	.slide-content p {
		font-weight: 500;
		font-size: 22px;
		line-height: 43px;
		color: #fff
	}
	
	.theme-btn2,
	span.user-des {
		font-size: 18px;
		color: #000
	}
	
	.user-detail {
		display: flex;
		flex-direction: column;
		gap: 10px
	}
	
	span.user-des {
		line-height: 24px
	}
	
	span.user-name {
		font-weight: 700;
		font-size: 20px;
		line-height: 32px;
		color: #fff
	}
	
	.slide-content {
		flex-basis: 100%;
		display: flex;
		flex-direction: column;
		gap: 2rem
	}
	
	section.cta,
	section.sec {
		background-size: cover;
		padding: 80px 0
	}
	
	.cta-bg,
	.theme-btn2,
	.white-bg,
	a.g-strt-btn,
	a.lm-btn {
		background: #fff
	}
	
	.cta-bg {
		border: 2px solid #000;
		border-radius: 16px;
		padding: 32px
	}
	
	.cta h2 {
		font-weight: 700;
		font-size: 52px;
		color: #000
	}
	
	.cta p {
		margin-bottom: 2rem;
		font-size: 16px;
		line-height: 28px;
		color: #000
	}
	
	.pckg-box2.active .most-po {
		position: absolute;
		top: -16px;
		left: 50%;
		padding: 0;
		transform: translate(-50%, 0)
	}
	
	.pckg-box2.active .most-po h6 {
		color: #ffff;
		font-size: 17px;
		text-align: center;
		background: #795548;
		padding: 9px 30px;
		border-radius: 42px;
		font-weight: 500
	}
	
	.theme-btn2 {
		font-weight: 500;
		padding: 18px 44px;
		border-radius: 10px;
		z-index: 1;
		width: 100%;
		cursor: pointer
	}
	
	.blackbg:hover {
		color: #fff !important
	}
	
	.theme-btn2:hover {
		color: #000
	}
	
	ul.accordion-list li h3:after {
		content: "\f067";
		font-family: "Font Awesome 5 Pro";
		position: absolute;
		right: 0;
		color: #000;
		transition: .3s ease-in-out;
		font-size: 16px;
		font-weight: 600;
		top: 0
	}
	
	ul.accordion-list li.active h3:after {
		content: "\f068"
	}
	
	section#common-question {
		padding: 100px 0 140px;
		background: #f3f7ff
	}
	
	.accordion-list li h3 {
		font-weight: 700;
		font-size: 20px;
		color: #000
	}
	
	ul.accordion-list li span {
		display: flex;
		position: relative
	}
	
	.answer p {
		margin-top: 10px;
		font-weight: 400;
		font-size: 16px;
		line-height: 25px;
		color: #000;
	}
	
	.accordion-list li {
		padding: 30px 35px 30px 30px;
		cursor: pointer;
		border-bottom: 1px solid #d7d7d7;
		width: 100%;
		margin: 0 auto 1.5rem;
		background: #fff;
		border: 1px solid #eaeaea;
		border-radius: 4px
	}
	
	.accordion-list li.last {
		border-bottom: 0
	}
	
	.common-heading.left,
	.common-heading.left p {
		text-align: left !important
	}
	
	.copyright ul li {
		border-left: 1px solid #ddd !important;
		padding-left: 14px
	}
	
	.common-question {
		padding: 60px 0 0
	}
	
	div#container {
		width: 99.9% !important;
		margin: 0 auto
	}
	
	.testimonial {
		padding: 65px 0 0
	}
	
	.white-bg {
		padding: 36px 16px 34px;
		border: 1px solid #000;
		border-radius: 32px
	}
	
	.inline-image h4 {
		font-weight: 700;
		font-size: 28px;
		color: #000
	}
	
	.search-imp p {
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		color: #333;
		padding: 1rem 0
	}
	
	.search-imp span {
		margin-right: 15px
	}
	
	;
	background-size:cover;
	background-repeat:no-repeat;
	padding:138px 0 0
	}
	
	.search-div {
		box-shadow: 0 0 4px rgb(0 0 0 / 25%);
		padding: 7px 0;
		margin-top: 30px;
		border-radius: 10px
	}
	
	.search-wrapper {
		border-radius: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 3px 8px
	}
	
	.input-wrapper {
		flex-basis: 100%
	}
	
	.srch-btn,
	a.lm-btn {
		flex-direction: row
	}
	
	.search-div span {
		color: #3c434a;
		font-size: 20px;
		padding: 0 4px 0 15px
	}
	
	.srch-btn,
	input.srch {
		font-size: 14px;
		line-height: 20px
	}
	
	input.srch {
		width: 90%;
		border: 0;
		color: #333
	}
	
	.overview-nav li.active a:before,
	.overview-nav li:hover a:before,
	.search-data table,
	.steps-section .form-step-7 .checkout-name,
	.table {
		width: 100%
	}
	
	.search-data {
		margin-top: 10px
	}
	
	.table-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	
	.search-data table thead tr {
		background: #f9f9f9;
		border-top: .5px solid #ebebeb
	}
	
	.search-data table thead tr th {
		height: 48px;
		vertical-align: middle;
		font-weight: 500;
		color: #858585
	}
	
	.table thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #eceeef
	}
	
	.search-data table tr td:first-child,
	.search-data table tr th:first-child {
		padding-left: 2rem
	}
	
	a.lm2-btn:hover,
	a.srch-btn:hover {
		color: #fff !important;
		background-color: #71006c !important
	}
	
	.srch-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 9px 30px;
		width: 107px;
		height: 38px;
		background: #000;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
		border-radius: 6px;
		font-weight: 500;
		color: #fff
	}
	
	.sec2-details {
		background: #000;
		border-radius: 32px;
		padding: 24px 26px 22px 24px
	}
	
	.cust-badge,
	.w-del2 li:before {
		border-radius: 50%;
		font-size: 18px
	}
	
	.sec2-contnt h4 {
		font-weight: 700;
		font-size: 36px;
		line-height: 40px;
		color: #fff
	}
	
	.sec2-contnt h6 {
		font-weight: 600;
		font-size: 30px;
		line-height: 36px;
		color: #60d6e1;
		padding: 1rem 0
	}
	
	.sec2-contnt p {
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		color: #fff
	}
	
	a.g-strt-btn {
		padding: 15px 50px;
		height: 52px;
		border-radius: 50px;
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		color: #000
	}
	
	.faqs-nav li a,
	a.lm-btn {
		display: flex;
		height: 50px
	}
	
	.ban-buttons {
		padding-top: 2rem
	}
	
	.tm-free {
		padding: 60px 0
	}
	
	a.g-strt-btn:hover {
		color: #fff;
		background: #60d6e1
	}
	
	.copyright1 li:before,
	.w-del2 li:before {
		content: "\f336";
		width: 20px;
		height: 20px;
		text-align: center;
		line-height: 20px;
		position: absolute;
		background: 0 0;
		top: 2px;
		margin: auto;
		left: 0;
		font-family: "Font Awesome 5 Pro"
	}
	
	.fs-64 {
		font-weight: 700;
		font-size: 64px;
		line-height: 60px;
		color: #000
	}
	
	.fs-16 {
		font-weight: 400;
		font-size: 16px;
		line-height: 27px;
		color: #333
	}
	
	.w-del2 li:before {
		display: inline-block;
		color: #000 !important;
		font-weight: 600
	}
	
	ul.chooseus-del {
		margin: 14px 0 0
	}
	
	.w-del li {
		padding-left: 35px
	}
	
	.fs-18 {
		font-weight: 700;
		font-size: 18px;
		color: #000;
		margin-bottom: .9rem
	}
	
	.choose-us {
		padding: 40px 0 30px;
		background: #f4f1e9
	}
	
	.fw-600,
	b {
		font-weight: 600
	}
	
	.three-steps-process {
		padding: 4rem 0 0
	}
	
	.action-para p,
	.padding {
		padding: 1rem 0
	}
	
	.cust-badge {
		width: 34px;
		height: 34px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background: #000
	}
	
	.ar-main h2,
	.fs-28 {
		color: #000;
		font-weight: 700
	}
	
	.fs-28 {
		font-size: 28px;
		line-height: 38px
	}
	
	ul.office-action li h5 {
		display: flex;
		align-items: center;
		gap: 14px
	}
	
	.ar-main h2 {
		font-size: 38px;
		line-height: 54px;
		margin-bottom: 1rem
	}
	
	.ar-main p {
		font-weight: 400;
		font-size: 18px;
		line-height: 35px;
		color: #333
	}
	
	.action-response {
		padding: 75px 0
	}
	
	.response-details {
		background: #000;
		border: 1px solid #fff;
		border-radius: 26px;
		padding: 1rem
	}
	
	.label {
		font-weight: 700;
		font-size: 26px;
		line-height: 35px;
		text-align: center;
		color: #fff
	}
	
	.price {
		font-weight: 700;
		font-size: 50px;
		line-height: 61px;
		color: #28c299;
		margin: 15px auto;
		display: table
	}
	
	.action-para span {
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		color: #28c299
	}
	
	.action-para p {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #fff
	}
	
	a.lm-btn {
		justify-content: center;
		align-items: center;
		padding: 13px 25px;
		border-radius: 25px;
		font-weight: 600;
		font-size: 18px;
		line-height: 24px;
		color: #000
	}
	
	.response-details h4 {
		font-weight: 700;
		font-size: 45px;
		line-height: 54px;
		color: #28c299;
		font-family: Inter;
		text-align: center
	}
	
	.overview-del li {
		display: flex;
		font-weight: 500;
		font-size: 14px;
		line-height: 22px;
		color: #fff;
		margin-bottom: 14px
	}
	
	.faqs-nav,
	.faqs-nav li,
	.overview-nav,
	.overview-nav li {
		display: inline-block
	}
	
	.overview-del li i {
		font-size: 12px;
		margin-right: 12px
	}
	
	.div-padding {
		padding: 26px 28px 24px
	}
	
	.overview {
		background: #f4f1e9;
		padding: 80px 0
	}
	
	.overview-nav {
		vertical-align: middle
	}
	
	.overview-nav li a {
		font-weight: 700;
		font-size: 23px;
		line-height: 35px;
		color: #353b41
	}
	
	.overview-nav li {
		vertical-align: middle;
		padding-right: 45px
	}
	
	.overview-nav li a:before {
		position: absolute;
		content: "";
		width: 0;
		height: 2px;
		border-radius: 6px;
		bottom: -12px;
		left: 0;
		background-color: #000;
		transition: .3s ease-in-out
	}
	
	.pro-del li h5 {
		font-weight: 700;
		font-size: 30px;
		line-height: 41px;
		color: #353b41
	}
	
	.pro-del li p,
	.w-details p {
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
		color: #333
	}
	
	.pro-del {
		margin: 40px 0 0
	}
	
	.pro-del li p {
		margin: 8px 0 6px
	}
	
	.copyright1 li,
	.cp-hdng1 h4,
	.section-404 h4,
	.section-404 h6 {
		font-weight: 700;
		color: #000
	}
	
	.w-details {
		margin: 42px 0 0
	}
	
	.col-md-6.pd-left-0,
	.monitoring-del li {
		padding-left: 0
	}
	
	.monitoring-del li p span {
		font-size: 10px;
		margin-right: 12px
	}
	
	.monitoring-del {
		padding-top: 1rem
	}
	
	.copyright-bg {
		background: #f4f1e9;
		border: .4px solid #000;
		border-radius: 16px
	}
	
	.copyright-protect {
		padding: 40px 0 70px
	}
	
	.pad-0 {
		margin: 0
	}
	
	.pptable {
		background: #fff4eb;
		border: .4px solid #000;
		box-shadow: 5px 6px 0 #000;
		border-radius: 8px;
		padding: 20px 26px 35px 30px;
		height: 100%;
		margin-top: 1rem
	}
	
	.cp-hdng1 h4 {
		font-size: 40px;
		line-height: 54px;
		padding-bottom: 18px
	}
	
	.copyright1 li {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 14px;
		padding-left: 34px
	}
	
	.copyright1 li:before {
		display: inline-block;
		border-radius: 50%;
		font-size: 18px;
		color: #000 !important;
		font-weight: 600
	}
	
	.contact-form .form-group input,
	.contact-form .form-group textarea {
		width: 100%;
		background: #eee;
		font-size: 14px;
		color: #666;
		font-family: Inter
	}
	
	.faqs {
		padding: 3rem 0 0
	}
	
	.faqs-nav,
	.section-404 h6 {
		padding-bottom: 2rem;
		text-align: center
	}
	
	.faqs-nav li a {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 14px 16px;
		gap: 10px;
		border-radius: 50px;
		font-weight: 600;
		font-size: 17px;
		line-height: 22px;
		color: #000;
		border: 1px solid #000
	}
	
	.faqs-nav li.active a,
	.faqs-nav li:hover a {
		background-color: #000;
		color: #fff !important
	}
	
	.faqs-nav {
		vertical-align: middle
	}
	
	.faqs-nav li {
		vertical-align: middle;
		padding-right: 10px;
		margin: 10px auto
	}
	
	.section-404 {
		padding: 130px 0 60px
	}
	
	.section-404 h6 {
		font-size: 60px;
		line-height: 81px
	}
	
	.section-404 h4 {
		font-size: 64px;
		line-height: 87px;
		text-align: center
	}
	
	.section-404 p {
		font-weight: 400;
		font-size: 18px;
		line-height: 29px;
		text-align: center;
		color: #1d1515;
		padding: 2rem 0
	}
	
	.abt-box {
		background-color: #83e6e3;
		border: 0;
		margin-top: 4rem;
		padding: 36px 35px 48px
	}
	
	.abt-hdng p {
		font-size: 16px;
		line-height: 30px;
		color: #000
	}
	
	.details h4 {
		padding: 0;
		font-size: 28px
	}
	
	.details p {
		color: #000;
		margin-bottom: 0;
		line-height: 22px
	}
	
	.gap {
		gap: 16px
	}
	
	.four-box {
		padding: 20px 40px 20px 30px
	}
	
	;
	background-size:cover;
	background-repeat:no-repeat;
	padding:265px 0 0
	}
	
	.mainBanner2 {
		display: flex;
		align-items: center;
		padding: 165px 0 108px;
		z-index: 1;
		background: 0 0/45% no-repeat #fff;
		background-position-x: 100%;
		background-position-y: center
	}
	
	.client-details {
		background: #fff;
		border-radius: 8px;
		padding: 16px 12px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 30px
	}
	
	.details2 h4 {
		font-size: 20px;
		font-weight: 700
	}
	
	.details2 p {
		font-size: 12px;
		color: #191919
	}
	
	.client-review-div {
		padding: 0 1.5rem;
		position: relative;
		margin-right: 1rem
	}
	
	.clients-slider1 .slick-list {
		padding: 0 13% 0 0 !important
	}
	
	.clients-slider2 .slick-list {
		padding: 0 0 0 13% !important
	}
	
	.clients-slider2.slick-initialized.slick-slider {
		direction: rtl
	}
	
	.f-logo {
		margin-bottom: 1rem
	}
	
	.fs-40 {
		font-weight: 800;
		font-size: 40px;
		color: #000
	}
	
	.contact-form .form-group input {
		height: 62px;
		padding: 0 15px;
		border: 1px solid rgba(102, 102, 102, .5);
		border-radius: 4px;
		display: flex
	}
	
	.contact-form .form-group textarea {
		height: 100%;
		padding: 26px 15px;
		border: 1px solid rgba(102, 102, 102, .5);
		border-radius: 4px;
		display: flex
	}
	
	.contact-form .submitbtn {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 15px 85px;
		gap: 10px;
		height: 52px;
		background: #000;
		border-radius: 50px;
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		color: #fff
	}
	
	.submit_Btn,
	.capctcha-box-main {}
	
	
	.disclaimer-line {
		font-weight: 400;
		font-size: 16px;
		line-height: 25px;
		color: #5c5c5c;
		padding-top: 2rem
	}
	
	.contact-details li {
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		color: #000;
		margin-bottom: 18px
	}
	
	.smalltext {
		font-weight: 400;
		font-size: 14px;
		color: #1d1515;
		margin-left: 30px
	}
	
	.add_owner,
	.btn-normal {
		font-weight: inherit;
		font-weight: inherit
	}
	
	.contact-details li span {
		margin-right: 12px
	}
	
	.contact-details {
		padding: 2rem 0
	}
	
	.txt h6 {
		font-size: 27px;
		color: #000;
		padding-bottom: 1rem
	}
	
	.contact-us-sec {
		padding: 4rem 0;
		position: relative
	}
	
	.overlay,
	.popupmain {
		position: fixed;
		display: none;
		left: 0;
		right: 0
	}
	
	.contact-us-sec::before {
		content: "";
		position: absolute;
		height: 100%;
		width: 48%;
		background: url("../images/background-image.html");
		z-index: -1;
		top: 0;
		left: 0
	}
	
	.contact-details li a {
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
		color: #000
	}
	
	.overlay {
		background-color: rgba(0, 0, 0, .5);
		bottom: 0;
		top: 0;
		z-index: 10
	}
	
	.popupmain {
		top: 50%;
		transform: translateY(-50%);
		margin: auto;
		width: 600px;
		background: #fff;
		box-shadow: 0 0 30px -9px #0006e;
		z-index: 999;
		overflow: hidden;
	}
	
	.mmpopup {
		text-align: center;
		background: #fff;
		padding: 30px 0
	}
	
	.mmpopup .formpop {
		width: 86.4%;
		margin: auto
	}
	
	.mmpopup .fld-input {
		height: 40px;
		width: 100%
	}
	
	.mmpopup .centercont h4 {
		margin-bottom: 15px
	}
	
	.mmpopup .centercont p {
		font-size: 18px;
		line-height: 23px;
		color: #565656;
		max-width: 390px;
		margin: auto auto 28px;
		display: block;
		padding-bottom: 20px;
		position: relative
	}
	
	.closeico,
	.closeico1 {
		position: absolute;
		top: 15px;
		right: 20px;
		z-index: 9999
	}
	
	.closeico i,
	.closeico1 i {
		width: 16px;
		height: 16px;
		display: block;
		color: #f0244e;
	}
	
	.mmpopup .centercont ul {
		margin-bottom: 30px;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		padding: 27px 49px 27px 24px;
		background: #fff;
		border-radius: 10px;
		margin-right: 20px
	}
	
	.mmpopup .centercont ul li {
		display: block;
		font-size: 15px;
		color: #000;
		padding-bottom: 12px
	}
	
	.mmpopup .centercont ul li.last {
		padding-bottom: 0
	}
	
	.mmpopup .centercont ul li i {
		color: #ff533e;
		border: 1px solid;
		border-radius: 100px;
		margin-right: 8px;
		font-size: 10px;
		padding: 3px
	}
	
	.mmpopup .centercont h4 {
		font-size: 35px;
		color: #000
	}
	
	.mmpopup .centercont h3 {
		font-size: 50px;
		font-weight: 400;
		color: #000
	}
	
	.mmpopup .centercont h3 span {
		display: block;
		margin: 0 5px;
		font-size: 30px;
		color: #000
	}
	
	.mmpopup .centercont h4 span {
		font-weight: 400;
		color: #795548;
		font-size: 60px
	}
	
	.fld-input {
		border-color: #000;
		border-radius: 5px;
		background-color: #fff;
		width: 354px;
		height: 66px;
		margin-bottom: 10px
	}
	
	.fld-input input {
		font-family: Inter;
		width: 100%;
		height: 100%;
		padding: 0 24px;
		font-size: 16px;
		letter-spacing: .2px
	}
	
	.fld-input input::placeholder {
		color: #737373;
		font-weight: 400
	}
	
	.fld-btn a,
	.fld-btn button {
		background: #000;
		border-radius: 50px;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 44px;
		font-weight: 600;
		font-size: 18px;
		color: #fff;
		border: 1px solid transparent;
		width: 100%;
		cursor: pointer
	}
	
	.fld-btn button i {
		padding-left: 12px
	}
	
	.fld-btn button:hover {
		transform: scale(1.05);
		transition: .3s ease-in-out
	}
	
	.mmpopup .centercont p:after {
		background-color: #061f1a;
		width: 66px;
		height: 2px;
		content: "";
		position: absolute;
		bottom: -12px;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.cta a.theme-btn1 {
		color: #fff;
		border-color: #fff
	}
	
	table.pricing tr td:first-child {
		padding: 3rem 0
	}
	
	table.pricing tr td:nth-child(3) {
		color: #65cfa9
	}
	
	.form_wrap {
		background: #fff
	}
	
	.theme-btn {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		cursor: pointer
	}
	
	.form-head {
		background: #050043;
		color: #fff;
		padding: 2rem;
		border-radius: 10px
	}
	
	.form-head .form-heading {
		font-size: 18px;
		white-space: nowrap;
		font-weight: 600;
		margin-bottom: 15px
	}
	
	.form-head span {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 1rem 0;
		font-size: 14px;
		font-weight: 500
	}
	
	table.pricing tr {
		border-bottom: 1px solid #757575
	}
	
	.form-head .form-price {
		font-size: 30px;
		margin: 1rem 0
	}
	
	.form-head i,
	.form-tooltip-body p {
		font-size: 14px
	}
	
	.row.pkg-box p {
		font-size: 27px;
		font-weight: 700;
		line-height: 30px;
		margin-top: 10px
	}
	
	.pkg-box h3.main-heading {
		font-size: 22px;
		font-weight: 500;
		color: #333
	}
	
	.btn-normal {
		white-space: nowrap
	}
	
	.expedited-info,
	.pkg-selected-actv strong {
		text-transform: uppercase;
		text-transform: uppercase
	}
	
	.register-pricing {
		width: 100%;
		overflow-x: auto
	}
	
	.slick-arrow {
		position: absolute;
		bottom: 2px;
		padding: .6rem 1rem;
		z-index: 1;
		font-size: 26px;
		color: #000;
		cursor: pointer;
		transition: .5s;
		background: #fff;
		border-radius: 100%;
		height: 60px;
		width: 60px;
		display: flex;
		align-items: center;
		justify-content: center
	}
	
	.slick-arrow:hover {
		color: #050043
	}
	
	.slick-arrow i {
		font-weight: 300
	}
	
	span.arr-left.slick-arrow {
		right: 110px
	}
	
	span.arr-right.slick-arrow {
		right: 38px
	}
	
	.bgform h3 {
		font-size: 24px;
		line-height: 28px
	}
	
	.add_owner {
		background: #000;
		padding: 14px 30px;
		display: inline-block;
		margin: 10px 0;
		border-radius: 5px;
		color: #fff;
		font-size: 14px
	}
	
	.trash_this {
		display: flex;
		justify-content: end;
		margin-top: 30px
	}
	
	.expedited-box h6,
	.trash_this i {
		display: flex;
		align-items: center
	}
	
	.trash_this i {
		background: #e53935;
		width: 40px;
		height: 40px;
		justify-content: center;
		border-radius: 5px;
		cursor: pointer
	}
	
	.expedited-box h6 {
		flex-wrap: wrap
	}
	
	.inner-content {
		padding: 30px
	}
	
	.form-tooltip {
		cursor: pointer;
		position: relative;
		color: #2d7a64
	}
	
	.form-tooltip>span {
		color: #fff;
		width: 18px;
		height: 18px;
		background-image: linear-gradient(to bottom, #000, #795548);
		border-radius: 50%;
		font-size: 11px;
		text-align: center;
		line-height: 19px;
		vertical-align: baseline;
		display: none
	}
	
	label,
	p {
		color: #6b7280
	}
	
	.form-tooltip-body {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #000;
		padding: 8px 15px 15px;
		width: 400px;
		max-height: 700px;
		overflow: auto;
		box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
		transition: visibility 0s linear .3s, opacity .3s linear;
		z-index: 2;
		cursor: default;
		border-radius: 6px;
		color: #fff
	}
	
	.steps-section ul.trademarksearch-option,
	ul.trademarksearch-option {
		list-style: none;
		margin: 0;
		padding: 0
	}
	
	ul.trademarksearch-option li {
		width: 49.5%;
		display: inline-flex;
		background: #9d9d9d14;
		padding: 20px;
		min-height: 220px;
		align-items: center;
		margin: 2px 0;
		line-height: 1.5em;
		font-size: 15px
	}
	
	.steps-section ul.trademarksearch-option li input,
	ul.trademarksearch-option li input {
		margin-right: 11px
	}
	
	.form-tooltip:hover .form-tooltip-body {
		visibility: visible;
		opacity: 1;
		transition-delay: 0s
	}
	
	.bgform h3 {
		display: flex;
		justify-content: space-between;
		margin-bottom: 2rem
	}
	
	.bgform h3 span {
		font-size: 16px
	}
	
	.bgform p {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 20px
	}
	
	.form_wrap label {
		color: #6b7280;
		font-size: 14px !important;
		margin-bottom: 6px !important;
		line-height: 18px !important;
		font-weight: 400 !important;
		font-family: Inter !important;
		margin-top: 7px
	}
	
	form#payment-form input[type=submit] {
		text-align: center !important;
		justify-content: center !important
	}
	
	input::-webkit-inner-spin-button,
	input::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0
	}
	
	input[type=number] {
		-moz-appearance: textfield
	}
	
	.submits-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
	
	.submits-wrapper p {
		color: #000 !important
	}
	
	.pt-80 {
		padding-top: 80px
	}
	
	p small {
		font-size: 13px;
		line-height: 21px
	}
	
	
	.mycustom-cont,
	.row.pkg-box .col-md-8 .col-md-4,
	.sorry-image,
	.thankyou,
	p.paywith {
		text-align: center
	}
	
	.fw-700,
	.steps-section h1,
	.steps-section h2,
	.steps-section h3,
	.steps-section h4,
	.steps-section h5,
	.steps-section h6 {
		font-weight: 700
	}
	
	.heading {
		font-size: 24px
	}
	
	.form-check-input {
		margin: 0 !important
	}
	
	.form-check {
		align-items: center;
		padding: 0 20px 0 0;
		align-items: center;
		justify-content: center;
		line-height: 20px;
		display: block;
		position: relative;
		margin-bottom: 12px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-size: 14px;
		gap: 30px;
	}
	
	.form-check input {
		cursor: pointer;
		color: #fff;
		z-index: 9
	}
	
	.checkmark {
		position: absolute;
		top: 0;
		left: 0;
		height: 20px;
		width: 20px;
		background-color: #eee;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px
	}
	
	.pkg-box i,
	.register-heads i {
		display: block;
		margin-top: 8px
	}
	
	.form-check:hover input~.checkmark {
		background-color: #ccc
	}
	
	.form-check input:checked~.checkmark {
		background-color: #2b2b2b
	}
	
	.checkmark:after {
		content: "";
		position: absolute;
		display: none
	}
	
	.form-check .checkmark:after {
		width: 5px;
		height: 10px;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	
	.form-heading {
		display: block !important
	}
	
	.steps-section label {
		font-size: 15px !important;
		font-weight: 400
	}
	
	.form-control {
		border: 1px solid #ddd !important
	}
	
	p {
		font-size: 14px
	}
	
	.step-form .form-wrapper .form-check {
		padding: 0;
		margin-bottom: 15px
	}
	
	.step-form .form-wrapper .form-group {
		margin-bottom: 6px;
		margin-top: 16px
	}
	
	.step-form .form-wrapper .form-group label {
		line-height: normal;
		margin-bottom: .5rem;
		font-size: 14px
	}
	
	.step-form .form-wrapper p.does {
		font-size: 12px;
		color: #747c8c;
		font-weight: 500
	}
	
	.step-form .form-wrapper p.does i {
		color: #ff8600;
		font-size: 16px;
		margin-left: 5px
	}
	
	.step-form .form-wrapper p.continue {
		font-size: 12px;
		color: #747c8c;
		font-weight: 500;
		display: block;
		margin: 0
	}
	
	.step-form .form-wrapper p.continue a {
		font-size: 12px;
		color: #747c8c;
		font-weight: 600
	}
	
	.step-form .form-wrapper button.btn.btn-orange {
		margin-top: 20px;
		color: #fff
	}
	
	table.pricing {
		margin: 0 0 30px
	}
	
	table.pricing tr td:first-child {
		width: 34.3%;
		font-size: 13px;
		line-height: 22px;
		color: #7b8a9b;
		text-align: left
	}
	
	table.pricing tr td:nth-child(2) {
		color: #344454
	}
	
	.tp-check-pricing {
		display: inline-block;
		width: 21px;
		height: 21px;
		background: url("../images/check-pricing.html") center no-repeat #344454;
		border-radius: 100%
	}
	
	.tp-check-pricing.orange {
		background-color: #65cfa9
	}
	
	.tp-check-pricing.blue {
		background-color: #6db6e4
	}
	
	table.pricing tr td {
		border: 1px solid #e6e4e4;
		padding: 10px 15px;
		text-align: center;
		vertical-align: middle
	}
	
	.row.pkg-box .col-md-8 .col-md-4:nth-child(2) a,
	.row.pkg-box .col-md-8 .col-md-6:nth-child(2) a {
		background: #65cfa9
	}
	
	.row.pkg-box .col-md-8 .col-md-4:nth-child(3) a {
		background: #6db6e4
	}
	
	.row.pkg-box .col-md-8 .col-md-4 a,
	.row.pkg-box .col-md-8 .col-md-6 a {
		font-weight: inherit;
		text-transform: capitalize;
		white-space: nowrap;
		background: #344454;
		padding: 12px 30px;
		display: inline-block;
		margin: 10px 0;
		border-radius: 5px;
		color: #fff;
		font-size: 14px;
		font-weight: inherit;
		text-transform: capitalize
	}
	
	.row.pkg-box .col-md-4 {
		text-align: left
	}
	
	.row.pkg-box .col-md-4 i img {
		margin: 0 auto;
		float: left
	}
	
	.pkg-selected-actv strong {
		display: block;
		margin-top: 28px;
		font-size: 15px;
		letter-spacing: 0;
		color: #65cfa9;
		font-weight: 700;
		margin-bottom: 70px
	}
	
	img.r-arrow {
		width: 27px
	}
	
	.mycustom-cont {
		background: #f3f6fa5e;
		border-radius: 6px;
		border: 1px solid #bbc5d663;
		padding: 30px 20px;
		height: 100%;
		flex-direction: column;
		transition: .4s ease-in-out
	}
	
	img.restrictIcon {
		width: 12px;
		margin-right: 7px
	}
	
	.mycustom-cont a {
		background: #061f1a;
		white-space: nowrap;
		padding: 15px 40px;
		border-radius: 100px;
		color: #fff;
		letter-spacing: .5px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		transition: .4s ease-in-out
	}
	
	.expedited-box {
		border: 1px solid #061f1a;
		text-align: left;
		padding: 55px 30px 50px 65px;
		margin-bottom: 30px;
		position: relative;
		overflow: hidden
	}
	
	.expedited-box h6 {
		color: #061f1a !important;
		font-size: 20px;
		display: flex;
		align-items: center;
		flex-wrap: wrap
	}
	
	.expedited-box h6 img {
		margin-right: 10px
	}
	
	.expedited-info {
		background: #061f1a;
		padding: 5px;
		text-align: center;
		width: 186px;
		color: #fff;
		font-size: 14px;
		position: absolute;
		top: 14px;
		transform: rotate(-30deg);
		left: -46px;
		font-weight: 700
	}
	
	.ov_box strong {
		font-size: 19px;
		color: #4b5a6a;
		font-weight: 700
	}
	
	.ov_box a {
		color: #047bff;
		font-weight: 600
	}
	
	.ov_box {
		overflow-y: scroll;
		height: 300px;
		border: 1px solid #dfe1e2;
		margin-bottom: 20px;
		margin-top: 13px
	}
	
	.form-tooltip-body h6 {
		margin-bottom: 5px;
		margin-top: 15px;
		color: #fff;
		font-weight: 800 !important;
		font-size: 20px
	}
	
	.form-group input[type=file] {
		border: 1px solid #d9d9d9;
		width: 100%;
		padding: 7px;
		background: #f04e2314;
		margin: 10px 0 15px
	}
	
	.form_group>div strong {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 10px;
		font-weight: 400 !important;
		display: inline-block
	}
	
	.m-t-20 {
		margin-top: 20px
	}
	
	h1.checkout-title {
		padding: 0 15px;
		line-height: 60px;
		font-size: 25px;
		text-shadow: 0 1px rgb(255 255 255 / 70%);
		background: #eceff5;
		border-bottom: 1px solid #c5ccdb;
		border-radius: 7px 7px 0 0;
		background-image: -webkit-linear-gradient(top, #f3f8f5, #dceee4);
		background-image: -moz-linear-gradient(top, #f3f8f5, #dceee4);
		background-image: -o-linear-gradient(top, #f3f8f5, #dceee4);
		background-image: linear-gradient(to bottom, #f3f8f5, #dceee4);
		-webkit-box-shadow: inset 0 1px #fff;
		box-shadow: inset 0 1px #fff;
		margin: 0;
		font-weight: 700
	}
	
	.checkout-body {
		padding: 20px;
		background: #eceff559
	}
	
	.checkout-body input {
		background: #fff;
		padding: 10px;
		width: 100%;
		border: 1px solid #c5ccdb;
		border-radius: 5px;
		height: 48px
	}
	
	input.small {
		width: 32.6%
	}
	
	input.verify-pkg-btn.checkout-btn {
		box-sizing: border-box !important;
		height: 44px !important;
		padding: 0 !important;
		font-weight: 700 !important;
		color: #fff !important;
		text-align: center !important;
		text-shadow: 0 -1px 1px rgb(0 0 0 / 20%) !important;
		border: 1px solid !important;
		border-color: #1486f9 #0f7de9 #0d6acf !important;
		background: #1993fb !important;
		border-radius: 4px !important;
		background-image: -webkit-linear-gradient(top, #000, #795548) !important;
		background-image: -moz-linear-gradient(top, #000, #795548) !important;
		background-image: -o-linear-gradient(top, #000, #795548) !important;
		background-image: linear-gradient(to bottom, #000, #795548) !important;
		-webkit-box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
		box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
		cursor: pointer
	}
	
	.checkout-body p {
		margin-bottom: 18px
	}
	
	.form_wrap {
		box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
		padding: 1.5rem;
		border-radius: 10px;
		font-family: Inter
	}
	
	.form_wrap b,
	.form_wrap strong {
		font-weight: bolder !important
	}
	
	.theme-btn {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 13px 10px;
		width: 194px;
		height: 50px;
		background: #000;
		box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
		border-radius: 6px;
		color: #fff;
		font-family: Inter;
		font-size: 16px;
		font-weight: 600;
		border: 1px solid transparent
	}
	
	.theme-btn:hover {
		color: #000;
		background-color: transparent;
		border: 1px solid #000
	}
	
	.form_wrap table b {
		display: block;
		font-size: 14px
	}
	
	.form-heading {
		font-size: 24px;
		margin-bottom: 22px
	}
	
	p.form-para {
		font-size: 15px;
		line-height: 26px;
		padding: 18px 0
	}
	
	.form_wrap p {
		line-height: 18px;
		color: #000;
		font-weight: 300
	}
	
	.thankyou span {
		font-family: "Segoe UI";
		font-weight: 700;
		font-size: 48px;
		line-height: 64px;
		text-align: center;
		color: #212629
	}
	
	.thankyou p {
		font-family: Inter;
		font-weight: 400;
		font-size: 18px;
		line-height: 37px;
		text-align: center;
		color: #1f2b37;
		opacity: .6
	}
	
	.thankyou-sec {
		padding-top: 90px
	}
	
	.thankyou-image {
		max-width: 40%;
		margin: 0 auto
	}
	
	.steps-section .form-step-7 .checkout {
		width: 410px;
		margin: 30px auto;
		padding: 15px;
		background: #f3f6fa;
		border: 1px solid;
		border-color: #c2cadb #bbc5d6 #b7c0cd;
		border-radius: 7px;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
		box-shadow: 0 1px 5px rgba(0, 0, 0, .15)
	}
	
	.steps-section .form-step-7 .checkout>p {
		zoom: 1
	}
	
	.checkout>p:after,
	.steps-section .form-step-7 .checkout>p:before {
		content: "";
		display: table
	}
	
	.steps-section .form-step-7 .checkout>p:after {
		clear: both
	}
	
	.steps-section .form-step-7 .checkout>p+p {
		margin-top: 7px
	}
	
	.steps-section .form-step-7 .checkout-header {
		position: relative;
		margin: -15px -15px 15px
	}
	
	.steps-section .form-step-7 .checkout-title {
		padding: 0 15px;
		line-height: 48px;
		font-size: 25px;
		font-weight: 700;
		text-shadow: 0 1px rgba(255, 255, 255, .7);
		background: #eceff5;
		border-bottom: 1px solid #c5ccdb;
		border-radius: 7px 7px 0 0;
		background-image: -webkit-linear-gradient(top, #f3f8f5, #dceee4);
		background-image: -moz-linear-gradient(top, #f3f8f5, #dceee4);
		background-image: -o-linear-gradient(top, #f3f8f5, #dceee4);
		background-image: linear-gradient(to bottom, #f3f8f5, #dceee4);
		-webkit-box-shadow: inset 0 1px #fff;
		box-shadow: inset 0 1px #fff;
		margin: 0
	}
	
	.steps-section .form-step-7 .checkout-title:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 2px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
		box-shadow: 0 1px 2px rgba(0, 0, 0, .08)
	}
	
	.steps-section .form-step-7 .checkout-price {
		position: absolute;
		top: -14px;
		right: -14px;
		width: 40px;
		font: 14px/40px Helvetica, Arial, sans-serif;
		color: #fff;
		text-align: center;
		text-shadow: 0 -1px 1px rgba(0, 0, 0, .3);
		text-indent: -1px;
		letter-spacing: -1px;
		background: #e54930;
		border: 1px solid;
		border-color: #b33323 #ab3123 #982b1f;
		border-radius: 21px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: -webkit-linear-gradient(top, #000, #795548);
		background-image: -moz-linear-gradient(top, #000, #795548);
		background-image: -o-linear-gradient(top, #000, #795548);
		background-image: linear-gradient(to bottom, #000, #795548);
		-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .2);
		box-shadow: inset 0 1px 1px rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .2)
	}
	
	.steps-section .form-step-7 .checkout-price:before {
		content: "";
		position: absolute;
		top: 3px;
		bottom: 3px;
		left: 3px;
		right: 3px;
		border: 2px solid #f3f8f5;
		border-radius: 18px;
		-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2), inset 0 -1px 1px rgba(0, 0, 0, .25), 0 -1px 1px rgba(0, 0, 0, .25);
		box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2), inset 0 -1px 1px rgba(0, 0, 0, .25), 0 -1px 1px rgba(0, 0, 0, .25)
	}
	
	.steps-section .form-step-7 input {
		margin: 0;
		line-height: normal;
		font-family: inherit;
		font-size: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	
	.steps-section .form-step-7 .disclaimer p {
		color: #8c8c8c;
		font-size: 11px;
		margin: 0
	}
	
	.steps-section .form-step-7 .disclaimer {
		padding: 15px 0
	}
	
	.steps-section .form-step-7 .checkout-input.is-invalid {
		border-color: #795548 !important;
		padding-right: calc(1.5em + .75rem) !important;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
		background-repeat: no-repeat !important;
		background-position: right calc(.375em + .1875rem) center !important;
		background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important
	}
	
	.steps-section .form-step-7 .lt-ie9 .checkout-input {
		line-height: 30px
	}
	
	.steps-section .form-step-7 .checkout-cvc {
		margin: 9px 0 0 7px !important
	}
	
	.steps-section .form-step-7 .checkout-card {
		width: 100%;
		margin-top: 9px
	}
	
	.steps-section .form-step-7 .checkout-cvc,
	.steps-section .form-step-7 .checkout-exp,
	.steps-section .form-step-7 .checkout-exp2 {
		margin: 9px 0 0;
		width: 31%
	}
	
	.steps-section .form-step-7 .checkout-btn:active {
		box-shadow: inset 0 1px 4px rgba(0, 0, 0, .1), 0 1px rgba(255, 255, 255, .5)
	}
	
	.steps-section .form-step-7 :-moz-placeholder {
		color: #acb6c8 !important
	}
	
	.steps-section .form-step-7 ::-moz-placeholder {
		color: #acb6c8 !important;
		opacity: 1
	}
	
	.steps-section .form-step-7 ::-webkit-input-placeholder {
		color: #acb6c8
	}
	
	.steps-section .form-step-7 :-ms-input-placeholder {
		color: #acb6c8
	}
	
	.steps-section .form-step-7 ::-moz-focus-inner {
		padding: 0 !important;
		border: 0 !important
	}
	
	.steps-section .form-step-7 .paywith {
		font-size: 14px;
		padding-bottom: 10px;
		text-align: center
	}
	
	.steps-section .form-step-7 .paywith img {
		vertical-align: middle;
		margin: 0 10px
	}
	
	.steps-section .form-step-7 .gray-scr h3 {
		color: #392a83;
		font-weight: 700;
		font-size: 22px;
		padding: 34px 0 23px;
		background: #fff;
		position: relative
	}
	
	.steps-section .form-step-7 .gray-scr {
		text-align: center;
		background: #f3f3f3;
		margin-top: 0;
		padding: 0 0 10px
	}
	
	.steps-section .form-step-7 .header-wrap .container {
		background: #f9fafc;
		padding: 16px 37px
	}
	
	.steps-section .form-step-7 header .col-sm-6+.col-sm-6 {
		text-align: right;
		padding-top: 8px
	}
	
	.steps-section .form-step-7 .bottom-form {
		background: #e7ecf2;
		padding: 0 0 36px;
		text-align: center;
		margin: 0 auto
	}
	
	.steps-section .form-step-7 .bottom-form ul li {
		display: inline-block;
		margin: 0 20px
	}
	
	.steps-section .form-step-7 h2.scr-h2 {
		text-align: center;
		position: relative;
		color: #000;
		font-weight: 600;
		font-size: 27px;
		letter-spacing: 0;
		margin-bottom: -10px;
		margin-top: 20px
	}
	
	.steps-section .form-step-7 section.thankyouboxa .container {
		background: #f3f3f3;
		padding: 0;
		overflow: hidden
	}
	
	.steps-section .form-step-7 .gray-scr h3:before {
		background: #f4aa41;
		width: 50px;
		height: 4px;
		position: absolute;
		left: 50%;
		margin-left: -25px;
		bottom: 0;
		content: "";
		border-radius: 70px
	}
	
	.steps-section .form-step-7 .pd-left-0 {
		padding-left: 0 !important
	}
	
	.steps-section .form-step-7 .header-wrap {
		max-width: 1200px;
		margin: auto;
		text-align: center
	}
	
	.steps-section .form-step-7 .checkout-input {
		float: left;
		padding: 0 10px;
		height: 40px;
		color: #525864 !important;
		background: #fff !important;
		border: 1px solid !important;
		border-color: #b3c0e2 #bcc5e2 #c0ccea !important;
		border-radius: 4px !important;
		background-image: -webkit-linear-gradient(top, #f3f8f5, #fff) !important;
		background-image: -moz-linear-gradient(top, #f3f8f5, #fff) !important;
		background-image: -o-linear-gradient(top, #f3f8f5, #fff) !important;
		background-image: linear-gradient(to bottom, #f3f8f5, #fff) !important;
		-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px rgba(255, 255, 255, .5) !important;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px rgba(255, 255, 255, .5) !important
	}
	
	.steps-section .form-step-7 .checkout-input:focus {
		border-color: #46aefe !important;
		outline: 0 !important;
		-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 0 5px #46aefe !important;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 0 5px #46aefe !important
	}
	
	.steps-section .form-step-7 .checkout-btn {
		box-sizing: border-box;
		width: 100% !important;
		box-sizing: border-box !important;
		height: 44px !important;
		padding: 0 !important;
		font-weight: 700 !important;
		color: #fff !important;
		text-align: center !important;
		text-shadow: 0 -1px 1px rgba(0, 0, 0, .2) !important;
		border: 1px solid !important;
		border-color: #1486f9 #0f7de9 #0d6acf !important;
		background: #1993fb !important;
		border-radius: 4px !important;
		background-image: -webkit-linear-gradient(top, #000, #795548) !important;
		background-image: -moz-linear-gradient(top, #000, #795548) !important;
		background-image: -o-linear-gradient(top, #000, #795548) !important;
		background-image: linear-gradient(to bottom, #000, #795548) !important;
		-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .2) !important;
		box-shadow: inset 0 1px rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .2) !important;
		cursor: pointer
	}
	
	.steps-section .form-step-7 .checkout-btn:active {
		text-shadow: 0 1px 1px rgba(0, 0, 0, .2) !important;
		border-color: #075bba #0c69d2 #0f7de9 !important;
		background-image: -webkit-linear-gradient(top, #000, #795548) !important;
		background-image: -moz-linear-gradient(top, #000, #795548) !important;
		background-image: -o-linear-gradient(top, #000, #795548) !important;
		background-image: linear-gradient(to bottom, #000, #795548) !important;
		-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .1), 0 1px rgba(255, 255, 255, .5) !important;
		box-shadow: inset 0 1px 4px rgba(0, 0, 0, .1), 0 1px rgba !important
	}
	
	
	.order-details-box {
		background: #f3f6fa;
		border-radius: 6px;
		border: 1px solid #bbc5d6;
		overflow: hidden;
		width: 100%
	}
	
	.order-details-box h5,
	.totalbox {
		padding: 14px;
		background: #ecf0f5;
		text-align: center
	}
	
	.order-details-box h5 {
		font-size: 20px;
		margin-bottom: 11px;
		border-bottom: 1px solid #bbc5d6
	}
	
	.order-details-box ul li {
		list-style: disc;
		margin-left: 18px;
		margin-top: 8px;
		color: #6c6c6c;
		font-size: 14px
	}
	
	.phoneInfo ul {
		padding: 14px 0 !important
	}
	
	.order-details-box ul {
		max-height: 81px;
		margin: 20px
	}
	
	.mycustom-cont h6 {
		font-size: 36px;
		font-family: Inter
	}
	
	.totalbox {
		font-size: 25px;
		border-top: 1px solid #bbc5d6;
		font-weight: 700
	}
	
	.btn-normal,
	.steps-progress span.completed:after {
		background: #000
	}
	
	.order-details-box h6 {
		margin: 23px 23px 0
	}
	
	.btn-normal {
		padding: 6px 30px;
		display: inline-block;
		margin: 10px 0;
		border-radius: 5px;
		color: #fff;
		font-size: 14px;
		font-weight: inherit;
		text-transform: capitalize
	}
	
	ul.process-packs>li {
		width: 33%;
		background: #e9f4ff;
		margin: 1%;
		padding: 20px 20px 100px;
		border: 1px solid #00033;
		border-radius: 5px;
		position: relative
	}
	
	.progress-bar ul li,
	.steps-progress li>span {
		height: 30px;
		width: 30px;
		position: relative;
		background: #fff
	}
	
	ul.process-packs {
		display: flex
	}
	
	ul.process-packs>li ul li {
		font-size: 14px;
		color: #707070;
		line-height: 1.4em;
		margin: 2px 0;
		border-bottom: 1px solid #00017;
		padding: 1px 0 4px
	}
	
	ul.process-packs>li ul li:before {
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		content: "\f00c";
		display: inline-block;
		color: #000;
		font-size: 12px;
		margin-right: 8px
	}
	
	ul.process-packs>li>a {
		width: 90%;
		text-align: center;
		padding: 15px;
		font-size: 16px;
		font-weight: 700;
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: 0 auto
	}
	
	.supreme h2 {
		font-size: 40px;
		padding: 1.5rem 0
	}
	
	.supreme {
		background: #f3f6fa
	}
	
	.blog,
	.blog .dft-button,
	.blog-card {
		background-color: #fff
	}
	
	.risk-free {
		margin: 0 0 0 38px
	}
	
	.supreme h2,
	.supreme h3 {
		font-family: Poppins;
		margin: 0 !important
	}
	
	.steps-section {
		padding-top: 7rem !important;
		margin: 30px 0 0
	}
	
	.form-h1 {
		font-size: 2.5rem;
		margin-bottom: 1rem
	}
	
	.orange {
		color: #2d7a64
	}
	
	.steps-section .fonts-inter {
		line-height: 21px;
		font-size: 14px
	}
	
	ul.steps-progress {
		display: flex;
		gap: 77px
	}
	
	.steps-progress li>span {
		display: flex;
		border-radius: 100px;
		align-items: center;
		justify-content: center;
		border: 2px solid #d1d5db
	}
	
	.steps-progress span.completed {
		background: #000 !important;
		border: 0 !important
	}
	
	.steps-progress span::after {
		content: "";
		display: flex;
		width: 80px;
		height: 3px;
		position: absolute;
		left: 27px;
		background: #d1d5db
	}
	
	.steps-progress li:last-child span:after {
		content: none
	}
	
	.steps-progress span.completed::before {
		content: "\f00c";
		font-family: "Font Awesome 5 Pro";
		color: #fff
	}
	
	button.disabled {
		opacity: .5;
		cursor: not-allowed
	}
	
	.steps-section ul.trademarksearch-option li {
		width: 97%;
		display: inline-flex;
		background: #9d9d9d14;
		padding: 20px;
		min-height: 154px;
		align-items: center;
		margin: 2px 0;
		line-height: 1.5em;
		font-size: 15px
	}
	
	.bgform .form-check {
		padding-left: 2px
	}
	
	.common-heading .chooseus-del {
		text-align: start;
		text-align: start;
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap
	}
	
	.common-heading .chooseus-del li {
		width: 50%
	}
	
	.common-heading .chooseus-del li h5 span {
		color: #747678
	}
	
	.blog {
		font-family: "PT Sans", sans-serif;
		padding: 4rem 0
	}
	
	.blog .dft-button {
		border: 1px solid #28c299;
		color: #28c299;
		transition: .4s
	}
	
	.blog .dft-button:hover {
		border: 1px solid #000;
		background-color: #000;
		color: #fff
	}
	
	.blog h1 {
		text-align: center;
		font-size: 3.625rem;
		font-weight: 100
	}
	
	.blog h1 strong {
		color: #000;
		font-weight: 700;
		padding-bottom: 1rem
	}
	
	.blog-card {
		padding: 15px;
		border-radius: 15px;
		transition: .3s
	}
	
	.blog-card:hover {
		transform: scale(1.05)
	}
	
	.blog .blog-card strong {
		background-color: #000;
		color: var(--white);
		font-size: .875rem;
		padding: 2px 8px;
		border-radius: 5px;
		position: absolute;
		left: 35px;
		top: 240px;
		box-shadow: 0 -1px 12px 2px #230c27
	}
	
	.blog .blog-card a,
	.blog .blog-card h4 {
		font-size: 1.3125rem;
		padding: 1rem 0;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		height: 70px;
		overflow: hidden
	}
	
	.blog .blog-card a,
	.blog-card h4,
	.blog-card i {
		color: #000
	}
	
	.blog .blog-card p {
		color: #8f8e93
	}
	
	.blog .btn_themes {
		padding: 2rem 0;
		justify-content: center
	}
	
	.blog-card>img {
		width: 100%;
		height: 250px
	}
	
	.blog-details .img-container .image-overlay-content {
		position: absolute;
		background: rgba(0, 0, 0, .5);
		width: 97%;
		backdrop-filter: blur(5px);
		padding: 2rem .5rem;
		top: 16.1%
	}
	
	.blog-details .img-container .image-overlay-content .image-content {
		color: #fff;
		font-size: 1.45rem
	}
	
	.blog-details .img-container img {
		height: 550px;
		width: 100%;
		object-fit: cover
	}
	
	.arti-bx,
	.blogbanner {
		margin-bottom: 4rem
	}
	
	.arti-bx ol li {
		list-style-type: circle !important
	}
	
	.arti-bx h1 {
		font-size: 2.25rem
	}
	
	.arti-bx h2 {
		font-size: 2rem
	}
	
	.arti-bx h3 {
		font-size: 1.65rem
	}
	
	.arti-bx h4 {
		font-size: 1.45rem
	}
	
	.arti-bx h5 {
		font-size: 1.25rem
	}
	
	.arti-bx h6 {
		font-size: 1.15rem
	}
	
	.blog-card img {
		border-radius: 15px 15px 0 0;
		object-fit: cover
	}
	
	.custom-breadcrumb-wrap {
		position: absolute;
		z-index: 1;
		left: 18.7%
	}
	
	.custom-breadcrumb-wrap .breadcrumb {
		background-color: #e8eaedd4;
		width: 75%
	}
	
	h5.articl-titl {
		font-size: 1.75rem;
		padding: 2rem 0
	}
	
	.progress-bar ul li {
		border: 2px solid #d1d5db;
		border-radius: 50%
	}
	
	.progress-bar ul {
		display: flex;
		align-items: center;
		gap: 63px;
		justify-content: center
	}
	
	.progress-bar ul li:not(:last-child):before {
		content: "";
		position: absolute;
		top: 50%;
		left: 27px;
		height: 3px;
		width: 64px;
		background: #d1d5db
	}
	
	section.step-frm h1 {
		color: #ea5517 !important;
		font-size: 35px !important;
		font-weight: 500
	}
	
	.step-frm h2,
	.step-frm h3 {
		font-size: 30px;
		font-family: sans-serif;
		font-weight: 600;
		letter-spacing: 0;
		color: #333
	}
	
	.step-frm h3,
	.step-frm h4 {
		color: #424243;
		font-family: sans-serif
	}
	
	.step-frm h3 {
		font-size: 18px;
		font-weight: 600
	}
	
	.step-frm h4 {
		font-size: 20px
	}
	
	ul.checkboxes-opt {
		display: flex;
		align-items: center;
		gap: 22px;
		padding: 0
	}
	
	.form-group {
		padding: 16px;
		border: 2px dashed #ccc
	}
	
	section.thankyoupg .img-sec img {
		width: 300px;
		height: 300px;
		object-fit: contain
	}
	
	section.thankyoupg h1 {
		font-size: 80px;
		font-family: sans-serif;
		line-height: 100px
	}
	
	.thankyoupg {
		height: 100vh
	}
	
	section.thankyoupg h2 {
		font-size: 18px;
		font-weight: 200 !important;
		font-family: sans-serif
	}
	
	section.thankyoupg ul.thnk-btom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 30px 0
	}
	
	section.thankyoupg ul.thnk-btom h3 {
		font-size: 21px;
		font-family: sans-serif;
		color: #000000bd;
		font-weight: 500
	}
	
	section.thankyoupg ul.thnk-btom h3 span {
		color: #00000057
	}
	
	.thnk-sec {
		height: 550px;
		padding: 60px 0 0
	}
	
	.thnk-total h6 {
		font-size: 22px;
		font-weight: 300;
		font-family: sans-serif
	}
	
	.thnk-total li {
		font-size: 19px;
		margin: 0 0 9px
	}
	
	
	.top-header {
		padding: 14px 0px;
		text-align: center;
		background: #795548;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.top-header h4 {
		font-size: 16px;
		color: #ffffff;
		font-weight: 300;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 6px;
		font-family: sans-serif;
	}
	
	.top-header h4 span {
		font-weight: 600;
	}
	
	.close-btn-header {
		position: absolute;
		right: 30px;
		top: 0;
		bottom: 0;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		color: red;
		font-weight: bold;
		font-size: 20px;
	}
	
	.top-header h4 a {
		padding: 7px 18px 7px;
		/* border-radius: 10px; */
		border-radius: 30px;
		color: #fff;
		font-size: 16px;
		background: #000;
		font-family: sans-serif;
	}
	
	.stickyOpen {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background-color: #fff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		transition: all 0.3s ease;
	}
	
	.banner_contact {
		padding: 0;
	}
	
	.banner_contact h5 {
		font-size: 15px;
		line-height: 27px;
		margin: 0px 0 0px;
	}
	
	.banner_contact a {
		font-size: 18px !important;
		font-weight: 700 !important;
		color: #000 !important;
	}
	
	.banner_contact p {
		margin: 3px 0 0;
		font-size: 11px;
		font-weight: 100;
	}
	
	
	
	/*why choose us sec css start*/
	.lead-gen-sec {
		padding: 70px 0 80px;
		background: linear-gradient(180deg, #f6f4f2 0%, #ffffff 55%);
	}
	
	.main-head h3 {
		font-weight: 700;
		font-size: 64px;
		line-height: 70px;
		color: #000;
	}
	
	
	.main-head.text-center {
		margin: 0 0 50px;
	}
	
	.main-head p {
		font-weight: 400;
		font-size: 18px;
		line-height: 26px;
		padding-top: 18px;
		width: 100%;
		color: #747678;
	}
	
	.lead-gen-sec-inner h4 {
		font-size: 20px;
		color: #1a1a1a;
		padding: 0 0 8px 0;
		font-weight: 700;
		line-height: 1.3;
		margin: 0;
	}
	
	.lead-gen-sec-inner p {
		font-size: 14px;
		line-height: 1.55;
		color: #5c5c5c;
		padding: 0;
		margin: 0;
	}
	
	.lead-gen-sec-main {
		display: flex;
		align-items: flex-start;
		gap: 16px;
		background: #fff;
		border: 1px solid #e6e2de;
		border-radius: 16px;
		min-height: 148px;
		height: auto;
		padding: 22px 20px;
		position: relative;
		transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
		margin: 0 0 24px;
		box-shadow: 0 2px 10px rgba(26, 26, 26, 0.04);
	}
	
	.lead-gen-sec-main:hover {
		background-image: none;
		background: #fff;
		transform: translateY(-4px);
		border-color: #cfc8c2;
		box-shadow: 0 14px 32px rgba(26, 26, 26, 0.08);
	}
	
	.lead-gen-sec-inner {
		padding: 0;
		flex: 1;
		min-width: 0;
	}
	
	.lead-gen-sec-main img {
		width: 52px;
		height: 52px;
		object-fit: contain;
		flex-shrink: 0;
		padding: 10px;
		background: #eceae8;
		border-radius: 12px;
		filter: grayscale(1) brightness(0.55) contrast(1.05);
	}
	
	.banner-content.home h1 {
		font-weight: 700;
		font-size: 51px;
		line-height: 55px;
		letter-spacing: -.01em;
		color: #000;
		font-family: DarkerGrotesque;
	}
	
	
	.banner-rev-list {
		display: flex;
		align-items: center;
		margin: 0 0 35px 0;
	}
	
	.banner-rev-list li {
		padding: 0px 25px;
		border-left: 2px solid #707479;
	}
	
	.banner-rev-list li:nth-child(1) {
		padding-left: 0;
		border: none;
	}
	
	.banner-rev-list ul li::before {
		display: none;
	}
	
	ul.money-back-list li {
		font-size: 15px;
		color: #000;
		display: flex;
		align-items: center;
		column-gap: 14px;
		font-weight: 300;
		padding-left: 0;
	}
	
	.banner-content ul li img {
		vertical-align: middle;
	}
	
	ul.banner-list-points li {
		display: flex;
		align-items: center;
		column-gap: 12px;
		font-size: 15px;
		color: #333;
		padding: 0 0 20px 0;
		font-weight: 300;
	}
	
	.banner-content ul li::before {
		display: none;
		\: 18px;
		height: 18px;
		border: 1px solid #122140;
		text-align: center;
		border-radius: 25%;
		font-size: 11px;
		position: absolute;
		top: 1px;
		color: #fff;
		font-weight: 400;
	}
	
	.banner-list-points {
		column-count: 1;
		max-width: 80%;
		padding: 0 0 0px 3px;
	}
	
	
	/*trust sec csss start*/
	.trust-sec h3 {
		font-size: 50px;
		text-align: center;
		font-weight: bold;
		color: #000000;
		text-transform: uppercase;
	}
	
	
	.trust-sec p {
		font-weight: 400;
		font-size: 18px;
		line-height: 26px;
		padding-top: 18px;
		width: 90%;
		color: #747678;
		margin: 0 auto 40px;
		text-align: center;
	}
	
	.trust-sec-slider {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 50px 50px;
		flex-wrap: wrap;
	}
	
	.trust-sec-slider li {
		width: 13%;
	}
	
	
	.trust-sec {
		border-bottom: 4px solid #cfe6f9;
		padding-bottom: 210px;
		background: linear-gradient(0deg, rgb(243, 249, 253) 0%, rgb(255, 255, 255) 43%);
	}
	
	/*#packages {
		padding: 5% 0;
	}*/
	#packages .common-heading {
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
		margin: 0 0 10%;
	}
	
	#packages .common-heading p {
		font-weight: 400;
		font-size: 18px;
		line-height: 26px;
		padding-top: 18px;
		color: #747678;
		text-align: left;
		width: 86%;
		float: left;
	}
	
	.main-header {
		position: relative;
		padding: 65px 0 0px;
	}
	
	.main-header.remove-spacing {
		padding: 13px 0 13px;
	}
	
	.banner_contact {
		position: absolute;
		top: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		right: 0;
		height: 100%;
		align-items: flex-start;
		justify-content: center;
	}
	
	/* .stickyOpen .banner_contact {
		display: none;
	} */
	
	.call_btn_top {
		display: none;
	}
	
	.stickyOpen .call_btn_top {
		display: none;
	}
	
	ul.money-back-list {
		padding: 20px 0 0;
	}
	
	#packages .common-heading h2,
	#packages .common-heading h4 {
		font-weight: 700;
		font-size: 64px;
		line-height: 50px;
		color: #000;
	}
	
	
	/*attorney sec*/
	
	
	.attorneys-section {
		text-align: center;
		padding: 50px 0px;
	}
	
	.attorneys-section h2 {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 40px;
	}
	
	.attorneys-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 50px;
	}
	
	.attorney-card {
		max-width: 250px;
	}
	
	.attorney-card img {
		width: 150px;
		height: 150px;
		border-radius: 50%;
		object-fit: cover;
		margin-bottom: 15px;
		box-shadow: 0px 0px 20px #cccccc17;
	}
	
	.attorney-card h3 {
		font-size: 1rem;
		margin-bottom: 10px;
	}
	
	.rating {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		flex-direction: column;
	}
	
	.stars {
		color: #000;
		font-size: 16px;
	}
	
	.score {
		font-weight: 600;
		font-size: 12px;
	}
	
	.rating span {
		font-size: 16px;
		font-weight: 400;
		color: #000;
	}
	
	.atorney-card-back {
		transition: all 0.3s ease-in-out;	
	}
	
	.atorney-card-front p {
		font-size: 20px;
		font-weight: 400;
		margin: 10px 0px;
		color: #000;
	}
	
	.atorney-card-back {
		padding: 10px 0 0;
	}
	
	.atorney-card-back span {
		font-weight: 400;
		font-size: 12px;
		color: #646464;
		line-height: 17px;
	}
	
	.attorney-card:hover .atorney-card-back {
		opacity: 1;
	}
	
	.banner_contact.foot {
		position: inherit;
	}
	
	
	.banner_contact.foot h5,
	.banner_contact.foot p,
	.banner_contact.foot a {
	
		color: #ffffff !important;
	}
	
	
	.main-privacy#prevacy h3 {
		font-size: 40px;
		margin: 2rem 0 1rem;
		font-weight: 700;
	}
	
	#prevacy .terms p {
		font-size: 15px;
		font-weight: 400;
		line-height: 26px;
	}
	
	#prevacy ul {
		list-style: disc;
		margin-left: 30px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#prevacy ul .privacy-page-list-item {
		font-size: 15px;
		font-weight: 400;
		padding-bottom: 0px;
		position: relative;
		display: block;
	}
	
	#prevacy ul .privacy-page-list-item:after {
		position: absolute;
		content: '';
		top: 4px;
		left: -21px;
		width: 8px;
		height: 8px;
		background: #000;
		border-radius: 10px;
	}
	
	
	.pt-10px {
		padding: 60px 0;
	}
	
	.banner-content ul li img {
		vertical-align: middle;
		margin: 0;
	}
	
	
	
	.trust-box-review-num {
		display: flex;
		column-gap: 6px;
		align-items: baseline;
	}
	
	.trust-box-review-num h5 {
		font-size: 22px;
		color: #00b878;
		font-weight: 500;
	}
	
	.trust-box-review-num span {
		font-size: 13px;
		color: #00b878;
		font-weight: 600;
		position: inherit;
	}
	
	
	.trust-box-review-num img {
		display: block !important;
		width: 40%;
		margin: 0;
	}
	
	.foot-hdng .call_btn {
		padding: 15px 0 10px;
	}
	
	.emaildiv {}
	
	.emaildiv a {
		color: #fff;
		font-size: 13px;
		transition: all 0.5s ease-in-out;
	}
	
	.emaildiv a:hover {
		color: #795548;
	}
	
	.cap_btn {
		margin: 2% auto 0;
		width: 100%;
		align-items: center;
	}
	
	.consultFree {
	  margin: 20px 0 0;
	  font-weight: 600;
	  color: #000;
	}
	.consultFree p {
	  font-size: 16px;
	  color: #000;
	  margin: 0 0 12px;
	}
	.consultFree a {
	  font-size: 16px;
	  color: #000;
	}
	
	.blink {
	  animation: blink-animation 1.2s infinite;
	}
	.blink-number {
	  animation: blink-animation-number 1.2s infinite;
	}
	
	@keyframes blink-animation {
	  0%, 100% {
		opacity: 1;
		transform: scale(1) rotate(85deg);
	  }
	  50% {
		opacity: 0.5;
		transform: scale(1.2) rotate(85deg);
	  }
	}
	
	@keyframes blink-animation-number {
	  0%, 100% {
		opacity: 1;
		transform: scale(1);
	  }
	  50% {
		opacity: 0.5;
		transform: scale(1.2);
	  }
	}
	
	.call_btn_top a, .contact-details li span i.fal.fa-phone, .menu li a i.fas.fa-phone {
	  transform: rotate(85deg);
	}
	
	.blink-number .fas {
	  transform: rotate(85deg);
	  padding: 0px 6px 4px;
	}
	
	.banner_contact.foot a {
		font-size: 15px !important;
	}
	.phone-icon {
		margin: 10px 0 0;
	}
	
	
	
	
	/*ustrade mark css start*/
	/*
	.main-head h3 {
		font-size: 50px;
		line-height: 55px;
		position: relative;
		font-weight: bold;
		text-align: center;
		color: #000000;
		text-transform: uppercase;
	}
	.exp-sec .main-head p {
		padding: 25px 0 80px 0;
	}
	.exp-sec-box h5 {
		font-size: 50px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.exp-sec-box h6 {
		color: #909090;
		font-size: 20px;
		padding: 15px 0px 55px 0;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.exp-sec-box ul li {
		display: flex;
		align-items: start;
		padding: 0 0 25px 0;
		line-height: 22px;
		font-size: 18px;
		font-weight: 500;
	}
	.exp-sec-box ul li span {
		display: contents;
		font-weight: bold;
	}
	.exp-sec-box ul li img {
		padding: 2px 15px 0 0;
	}
	
	.exp-sec-box.exp-sec-box-1::before, .exp-sec-box.exp-sec-box-2::after {
		position: absolute;
		content: "";
		width: 99%;
		height: 99%;
		border: 2px solid #d9d9d9;
		border-radius: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
		right: 0;
		z-index: -1;
	}
	
	.exp-sec-box {
		padding: 70px 55px 50px 40px;
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
	
	.exp-sec-box.exp-sec-box-1 {
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.2);
		box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.21);
	}*/
	
	
	
	.trust_foot {
		margin-top: -48%;
	}
	
	
	.trust_row {
		margin: 20px 5px -40px 0px;
	}
	
	
	.connect_with {
		display: flex;
		align-items: center;
		width: 16%;
		justify-content: space-between;
	}
	
	.connect_with p {
		font-weight: 600;
	}
	
	.connect_with a {
		font-size: 25px;
		color: #fff;
		margin: 0 0 0 6px;
		transition: all 0.1s ease-in-out;
	}
	
	.connect_with a:hover {color: #000;}
	
	.ssl_img{  }
	.ssl_img img{  }
	
	
	.ssl_img img {
		width: 140px;
		margin: 40px 0 0;
	}
	
	
	
	.theme2 .fa-phone {
		margin: 0 9px 0 0;
	}
	
	.trustimg.text-end {
		justify-content: flex-end;
		display: flex;
		width: 100%;
		gap: 20px;
	}
	
	.badge-box {
		display: flex;
		align-items: center;
		margin: 20px 0 0 0;
		justify-content: center;
	}
	
	.badge-box li.first.last {
		padding: 0;
	}
	
	
	.start-sec {
		padding: 0;
		position: relative;
		z-index: 2;
	}
	
	.start-sec-box {
		height: 423px;
		border-radius: 10px;
		position: relative;
		padding: 0px 65px 0px 100px;
		background: url('../images/ftr-bg-new.png');
		background-repeat: no-repeat;
		background-size: cover;
		margin: auto;
		display: flex;
		align-items: center;
		border-radius: 20px;
		margin: 0 0 -10px;
	}
	
	.start-sec-head h3 {
		font-size: 40px;
		line-height: 50px;
		font-weight: bold;
		color: #fff;
	}
	
	img.arrow-up {
		position: absolute;
		right: 0;
		top: -50px;
		bottom: 0;
		margin: auto;
		filter: brightness(400.5);
	}
	.start-sec-box-btn {
		text-align: center;
	}
	
	.start-sec-box-btn p {
		padding: 20px 0 0 0;
		line-height: 20px;
		color: #e3e3e3;
		font-size: 15px;
	}
	
	.start-sec-box-btn a {
		background: #fff;
		padding: 20px 40px;
		border-radius: 30px;
		color: #005999;
		font-weight: 600;
		transition: 0.5s;
		font-size: 18px;
		font-weight: bold;
	}
	
	.start-sec-box-btn a:hover {
		background: #cfe8f9;
		color: #005ea2;
	}
	
	/* .start-sec-box::before {
		position: absolute;
		content: "";
		background: url('../images/cta-dark-box-background-image.webp');
		width: 638px;
		height: 333px;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	  filter: invert(1);
	}   */
	.centerCol {
		margin: 0 auto;
		float: none;
	}
	
	a.theme-btn2.blackbg.popbtn strong {
		font-size: 20px;
		font-weight: bolder;
	}
	
	.pack-main h2 {
		font-size: 20px !important;
		font-weight: 600 !important;
		color: #111 !important;
		line-height: 25px;
		margin: 0 0 15px 0 !important;
		font-family: 'Inter' !important;
		text-transform: uppercase;
	}
	
	.pack-main h2 h3.price-div {
		font-size: 40px !important;
	}
	
	
	.pack-main h3.price-div {
		font-size: 40px;
		margin: 25px 0;
		color: #b31942 !important;
		line-height: 40px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	
	.pack-main h3.price-div strike.text-muted {
		font-size: 18px;
		font-weight: 300 !important;
		color: #999;
		line-height: 18px;
	}
	
	.pack-main h2 ul {text-align: left !important;}
	
	.pack-main h2 ul h2 {
		text-align: left;
	}
	
	.pack-main ul {
		text-align: left;
		overflow-y: scroll;
		padding: 0 10px 0 0px;
		height: 350px;
		margin-bottom: 20px;
	}
	
	.pack-main ul li h2 {
		font-size: 16px !important;
		text-transform: capitalize;
		line-height: 20px;
		font-weight: 600;
		color: #111;
		margin: 0 0 10px 0 !important;
	}
	
	.pack-main ul li p {
		font-size: 14px;
		line-height: 20px;
		margin: 0;
		color: #000;
	}
	
	.pack-main ul li {
		padding: 0 0 0 10px;
		position: relative;
		margin: 0 0 10px 0;
	}
	
	.pack-main ul li:before {
		content: '';
		display: block;
		position: absolute;
		background: #b31942;
		width: 4px;
		height: 4px;
		left: 0;
		top: 7px;
		border-radius: 50px;
	}
	
	.pack-main h6 {
		margin: 0 0 20px 0;
		font-weight: 500;
		color: #999;
		line-height: 16px;
		font-size: 16px;
	}
	
	section.tXrust-sec {
		padding: 60px 0 0 0;
	}
	
	section.tXrust-sec h3 {
		font-size: 50px;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	section.tXrust-sec p {
		font-size: 20px;
		text-align: center;
		margin: 0 0 60px 0;
	}
	
	
	section#packages .container {
		max-width: 1440px !important;
		width: 100% !important;
	}
	
	section.mobile_menu {
		display: none;
	}
	
	
	@media only screen and (max-width: 1600px){
	
		.common-heading h2, .common-heading h4 {
		font-size: 40px !important;
		line-height: 45px;
	}
	
	.main-head h3 {
		font-size: 50px;
		line-height: 50px;
	}
	
	.lead-gen-sec-inner h4 {
		font-size: 18px;
		line-height: 1.3;
	}
	
	section.start-sec.launc-smart-sec {
		padding: 0 0 60px 0;
	}
	
	.start-sec-box {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.banner-content h1 {
		font-size: 45px;
		line-height: 50px;
	}
	
	.container {
		max-width: 1330px !important;
		width: 100%;
	}
	
	.do-box h4 {
		font-size: 22px;
		line-height: 30px;
		margin: 20px 0 10px 0;
	}
	
	.do-box p {
		font-size: 16px;
		line-height: 22px;
		margin: 0;
	}
	
	
	.cta h2 {
		font-size: 35px;
		line-height: 45px;
		margin: 0 0 20px 0;
	}
	
	.fs-64 {
		font-size: 40px;
		line-height: 45px;
	}
	
	section#pricing {
		padding: 50px 0;
	}
	
	}
	
	@media only screen and (max-width: 1499px){
	
	.pckg-box h3 {
		font-size: 18px;
		width: 60%;
		margin: auto;
		display: block;
		font-weight: 500;
		line-height: 22px;
	}
	
	.SecureRights {padding-bottom: 0 !important;}
	
	section#faq {
		padding-top: 0;
	}
	
	section.TestimonialSec {
		padding-bottom: 0;
	}
	
	section.BannerMain.BannerMainInner {
		padding: 150px 0;
	}
	
	.bannerleftcontent span {
		font-size: 50px;
		line-height: 50px;
	}
	
	section.BannerMain.BannerMainInner .trustimg.d-flex img {
		filter: brightness(0) invert(1);
	}
	
	ul.trusted-logos {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	}
	
	@media only screen and (max-width: 1399px){
	
		.container {
		max-width: 1200px !important;
	}
	
	.banner-content.home h1 {
		font-size: 40px !important;
		line-height: 45px !important;
	}
	
	.banner-content p {
		font-size: 18px;
		line-height: 22px;
	}
	
	section#packages .container {
		max-width: 1200px !important;
	}
	
	.pckg-box ul li {
		font-size: 14px;
		line-height: 20px;
	}
	
	.pckg-box ul {
		margin: 30px 0 0 0;
	}
	
	.btn-wrap.column a {
		padding: 0;
		height: 50px;
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.testimonialbox p {
		FONT-SIZE: 14PX !important;
	}
	
	
	.do-box p {
		font-size: 14px;
		line-height: 22px;
	}
	
	.lower.border-left {
	}
	
	.btn-wrap.column {
		margin: 50px 0 0 0;
	}
	
	.centerhead span {
		font-size: 30px;
		line-height: 35px;
	}
	
	.oftenmain {
		margin-bottom: 0 !important;
	}
	
	.pckg-box h3 {
		width: 90%;
	}
	
	.bannerleftcontent span {
		font-size: 40px !important;
		line-height: 40px;
	}
	
	
	}
	@media only screen and (max-width: 1299px){
	
		.mainBanner.home {
		background-position: right;
		background-size: contain;
	}
	
	.lead-gen-sec-inner h4 {
		font-size: 18px;
		line-height: 22px;
	}
	
	section#pricing .row:nth-child(2) {
		justify-content: center;
	}
	
	section#pricing .row:nth-child(2) .col-lg-3 {
		width: 50% !important;
		flex: 0 0 50% !important;
		max-width: 33%;
		margin-bottom: 30px;
	}
	
	.banner-content h1 {
		font-size: 40px;
		width: 85%;
		line-height: 46px;
	}
	
	h3.fs-64 {
		font-size: 35px !important;
		line-height: 40px !important;
	}
	
	
	}
	@media only screen and (max-width: 1099px){}
	@media only screen and (max-width: 767px){
	
		.top-header {
		display: none;
	}
	
	.main-header {
		padding-top: 0px;
	}
	
	header {
		display: none;
	}
	
	.menu_wraper {
		position: absolute;
		right: 15px;
		top: -60px;
		z-index: 99;
		bottom: unset;
	}
	
	.menu_wraper button#menuBtn {
		background: #000;
		color: #fff;
		border: none;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		line-height: 10px;
	}
	
	.menu_wraper button#menuBtn i.fas.fa-bars {
		font-size: 17px;
		line-height: 17px;
	}
	
	.banner-content.home h1 {
		font-size: 30px !important;
		line-height: 30px !important;
	}
	
	.banner-content p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 0;
	}
	
	ul.banner-list-points {
		display: block;
		column-count: 1;
	}
	
	section.tXrust-sec {
		padding-top: 0;
	}
	
	section.tXrust-sec h3 {
		font-size: 30px;
		line-height: 40px;
	}
	
	section.tXrust-sec p {
		font-size: 16px;
	}
	
	ul.trust-sec-slider {
		display: block;
		column-count: 2;
	}
	
	ul.trust-sec-slider li img {
		width: 100%;
	}
	
	.trust-sec-slider li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	
	.common-heading h2, .common-heading h4 {
		font-size: 30px !important;
		line-height: 40px;
	}
	
	.common-heading {
		padding: 0;
	}
	
	.common-heading p {
		width: 100%;
		font-size: 16px;
	}
	
	.do-box {
		width: 100%;
		margin: 0;
	}
	
	section.lp-sec4.pt-10px .row .col-lg-4.col-md-12 {
		margin: 0 0 20px 0;
	}
	
	.main-head h3 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.main-head p {
		font-size: 14px;
		line-height: 20px;
	}
	
	section#pricing {
		padding-top: 0;
	}
	
	#packages .common-heading {
		text-align: center;
	}
	
	.common-heading h2 {
		font-size: 25px !important;
		line-height: 31px !important;
	}
	
	.common-heading p {
		text-align: center;
		width: 100%;
	}
	
	#packages .common-heading p {
		width: 100%;
		text-align: center;
		font-size: 19px;
		line-height: 28px;
		font-weight: 400;
	}
	
	.pakg2 {
		display: block !important;
	}
	
	section#pricing {
		padding-bottom: 0;
	}
	
	section#pricing .row:nth-child(2) {
		display: block !important;
	}
	
	section#pricing .row:nth-child(2) .col-lg-3 {
		width: 100% !important;
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	.accordion-list li {
		padding: 30px 15px;
	}
	
	.accordion-list li h3 {
		font-size: 18px;
		line-height: 22px;
		font-weight: 500;
	}
	
	ul.accordion-list {
		margin: 40px 0 0 0;
	}
	
	.answer p {
		font-size: 15px;
		line-height: 24px;
		margin: 20px 0 0 0;
		color: #000;
	}
	
	.start-sec-head h3 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.start-sec-box {
		padding: 80px 0 40px 0;
		height: auto;
	}
	
	img.arrow-up {top: -170px;}
	
	.start-sec-box-btn a {
		padding: 0;
		font-size: 16px;
		width: 85%;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
	}
	
	.copyright p {
		padding-top: 0;
	}
	
	.copyright {
		padding-top: 0;
	}
	
	d {}
	
	.connect_with {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.copyright p {
		text-align: center;
		width: 100%;
		max-width: 100%;
		margin-bottom: 0;
		padding: 20px 0 0 0;
	}
	
	footer {
		padding-bottom: 0;
	}
	
	
	span.close-btn {
		background: #fff;
		width: 40px;
		right: 0;
		margin-left: auto;
		display: block;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 23px;
	}
	
	.dropdown-container {
		background: #fff;
		padding: 0 !important;
	}
	
	.dropdown-container a {
		color: #000 !important;
		padding: 0 !important;
		border-bottom: 1px solid #000 !important;
		padding: 11px 10px !important;
	}
	
	
	.mainBanner.home {
		padding: 40px 0;
	}
	
	.mainBanner.registration {
		padding: 40px 0 0 0;
	}
	
	.banner-content ul li::before {
		width: 14px;
		height: 14px;
		top: 4px;
		font-size: 10px;
		line-height: 10px;
		display: none;
	}
	
	ul.trusted-logos {
		display: block;
		column-count: 2;
	}
	
	.trusted-logos li {
		height: auto;
	}
	
	.do-box {
		margin: auto;
		width: 90%;
	}
	.inline-image h4 {
		font-size: 16px;
		line-height: 40px;
	}
	
	.pckg-box ul li::before {
		left: 0 !important;
		top: 7px !important;
	}
	
	.pckg-box2 h2 {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 8px 0;
	}
	
	.mainBanner.copyrightheader {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	
	ul.w-del.chooseus-del.w-del2 {display: block;}
	
	.common-heading .chooseus-del li {
		width: 100%;
	}
	
	.common-heading .chooseus-del li h5 span {
		font-size: 15px;
		font-weight: 400;
		line-height: 22px;
	}
	
	.common-heading {
		padding: 0 10px;
	}
	
	h5.fs-18 {
		font-size: 16px;
	}
	
	h3.fs-64 {
		font-size: 25px !important;
		line-height: 35px !IMPORTANT;
	}
	
	
	section.BannerMain.BannerMainInner {
		padding: 50px 0;
	}
	
	.bannerleftcontent span {
		font-size: 30px !important;
		line-height: 30px;
		margin: 0 !important;
	}
	
	.BannerMainInner .bannerleftcontent p {
		margin: 15px 0 30px 0 !important;
	}
	
	.whyuseText h3 {
		font-size: 26px !important;
	}
	
	.accordion-list li h3, .recommend {
		display: block;
		width: 90%;
	}
	
	
	.cp-hdng1 h4 {
		font-size: 30px;
		image-rendering: 30px;
	}
	
	.copyright1 li {
		display: block;
		font-size: 16px;
		font-weight: 500;
	}
	
	section.copyright-protect .col-lg-6 {
		margin: 0 0 20px 0;
	}
	
	section.mobile_menu {
		display: block !important;
	}
	
	}
	
	ul.badge-box li::before {
		display: none;
	}
	
	
	ul.f-menu li {
		display: block;
	}
	
	
	ul.banner-rev-list li:before {
		display: none;
	}
	
	h3.small_head {
		font-size: 22px;
	}	 
	
	
	
	li.wi {
		display: flex !important;
		line-height: 35px !important;
		margin-bottom: 0 !important;
	}
	
	
	.ready_to_call {
		display: none !important;
	}
	
	
	
	.form-step.active .row.mb-3, .form-step.active .row.my-2 {
		margin: 0 !important;
	}
	
	.form-step.active .row.mb-3 .col-md-6.col-lg-3.mb-3 {
		padding: 0 20px 0 0 !important;
	}      
	
	.payment-icons ul {
		padding: 0;
		gap: 20px;
		display: flex;
		align-items: center;
		margin: 10px 0 0 0;
	}
	
	
	.pack-main.selected h2, .pack-main.selected h3, .pack-main.selected h2, .pack-main.selected h6, .pack-main.selected h2, .pack-main.selected ul li p {
		color: #fff !important;
	}
	
	.pack-main.selected button.view-package-btn {
		background: #00af57;
	}


	.col-md-6.col-lg-4.col-12 {}

.footer-.para a img {
    width: 70%;
}