::selection {
  background: #060c3a;
  color: #fff;
  text-shadow: none;
}
::-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: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #060c3a;
}
[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}
body {
  font-family: "Inter";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000;
  position: relative;
  z-index: 0;
  background-color: #faf6f2;
  overflow-x: hidden;
  background-size: contain;
}
html {
  scroll-behavior: smooth;
}
a.logo h2 {
  font-size: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 700;
  font-family: "DarkerGrotesque";
}
p {
  font-family: Inter;
}
*,
:focus,
:hover {
  outline: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: poInter;
}
a:hover {
  color: #ff5e14;
}
span {
  display: inline-block;
}
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;
}
:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
::-moz-placeholder {
  opacity: 1;
}
.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.ovr-hiddn {
  overflow: hidden;
}
.overlay {
  display: none;
}
.overlay.active {
  display: block;
}

header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  position: absolute;
  width: 100%;
  z-index: 3;

  padding: 1rem 0;
}
.menuWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.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, 0.8);
  font-family: "DarkerGrotesque";
}
.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, 0.8);
}
.logo {
  display: inline-block;
}
.logo img {
  display: block;
  width: 220px;
}
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: poInter;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 22;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #060c3a;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}

/* ------------------menu----------------------------------- */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}
.menu > li {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  position: relative;
}
.menu li a {
  display: block;
  text-transform: capitalize;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.menu li a i.fas.fa-phone {
  transform: rotate(85deg);
}
ul.sub-menu {
  position: absolute;
  width: 234px;
  background: #fff;
  text-align: left;
  top: 100%;
  left: -16px;
  z-index: 99;
  display: none;
  box-shadow: 2px 3px 14px rgb(243 200 163);
  border-radius: 8px !important;
}
ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
ul.sub-menu {
  padding: 10px 15px;
  border: 1px solid #d6d6d6;
  border-radius: 0;
}
ul.sub-menu > li {
  padding: 14px 0;
  border-bottom: 1px solid rgb(255 195 0);
}
ul.sub-menu > li a {
  font-size: 18px;
  font-weight: 400;
  transition: all 0.1s ease-in-out;
  color: #000 !important;
}
.menu li:hover a,
.menu li.active a {
  color: rgb(255 195 0);
}

li.has-submenu.active .sub-menu {
  display: block;
}
ul.sub-menu > li {
  padding: 14px 0;
  border-bottom: 1px solid rgb(255 195 0);
}
.menu li.last {
  padding-left: 48px;
}
.menu li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
ul.sub-menu > li.last {
  padding-left: 0 !important;
  border: 0;
}
.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: 18px !important;
  line-height: 52px !important;
  color: #fff !important;
  text-align: center;
  background: #000000;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 16px;
}
.call-btn:hover {
  transform: scale(1.03);
}
.banner-content h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 76px;
  letter-spacing: -0.01em;
  color: #000000;
}
.banner-content p {
  padding: 26px 5% 30px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #333333;
}
.banner-content ul li {
  padding-bottom: 18px;
  padding-left: 30px;
  position: relative;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.banner-content ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #39868d;
  border: 1px solid #39868d;
  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 {
  background: #000000;
  border-radius: 50px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 38px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  border: 1px solid transparent;
}
.theme1:hover {
  transform: scale(1.03);
  color: #fff !important;
}
.theme2 {
  background: transparent;
  border-radius: 50px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 44px;
  font-weight: 600;
  font-size: 18px;
  color: #393939;
  text-transform: capitalize;
  border: 1px solid #c6c1bd;
}
.banner-btns a {
  margin-right: 5px;
}
.theme2:hover {
  transform: scale(1.03);
  color: #393939 !important;
}
.mainBanner.home {
  background-image: url(../images/banner/banner1.webp);
}
.mainBanner.about-us {
  background-image: url(../images/banner/header2.webp);
}
.mainBanner.copyrightheader {
  background-image: url(../images/banner/header3.webp);
}
.mainBanner.officeaction {
  background-image: url(../images/banner/header4.webp);
}
.mainBanner.trademarkmonitor {
  background-image: url(../images/banner/header5.webp);
}
.mainBanner.registration {
  background-image: url(../images/banner/header6.webp);
}
.mainBanner.registration {
  background-image: url(../images/banner/header6.webp);
}
.mainBanner.freetrademark {
  background-image: url(../images/banner/header7.webp);
}
.mainBanner.comprehansive {
  background-image: url(../images/banner/header8.webp);
}
.mainBanner.faqheader {
  background-image: url(../images/banner/faq.webp);
}
.mainBanner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 110px 0 60px;
  z-index: 1;
  background: #f7f1ec;
  background-repeat: no-repeat;
  background-position-x: 100%;
  min-height: 820px;
  background-position-y: center;
  background-size: 45%;
}
.btn-wrap {
  display: flex;
  gap: 10px;
}
.banner-btns {
  padding: 10px 0 0 0;
}
.icons-1 {
  background: #f7f1ec;
}
.trusted-logos {
  padding: 1rem 0;
  vertical-align: middle;
  display: grid;
  height: fit-content !important;
  grid-template-columns: repeat(8, 1fr);
  text-align: center;
}
.trusted-logos li {
  display: inline-block;
  vertical-align: middle;
}
.lp-sec4 {
  padding: 20px 0 60px;
}
.dobox-bg {
  padding: 36px 16px 34px 16px;
  background: #f7f1ec;
  border: 0.4px solid #0000005e;
  border-radius: 32px;
}

.do-box {
  padding: 20px;
  border: 0.4px solid #fff4eb;
  background: #fff4eb;
  border-radius: 8px;
  transition: 0.3s ease;
}
.do-box:hover {
  border: 1px solid #efe6df;
}
.do-box h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: #000000;
  padding: 12px 0;
}
.do-box p {
  font-weight: 400;
  font-size: 16px;
  color: #4b515a;
  line-height: 28px;
  margin-bottom: 1.4rem;
}
.common-heading {
  padding-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common-heading h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  color: #000000;
}
.common-heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding-top: 18px;
  width: 90%;
  color: #747678;
}
.lp-sec4 .col-lg-3 {
  padding: 7px;
}
section#pricing {
  padding: 0px 0 20px 0;
}
.lp-sec7 {
  padding-bottom: 85px;
}
.lp-sec7 .common-heading {
  padding-bottom: 30px;
}
.pckg-list {
  font-size: 0;
  text-align: center;
  height: 100%;
  transition: 0.3s ease;
}
.pckg-list:hover {
  transform: scale(1.04);
}
.black-box {
  background: #000000;
}
.pckg-box {
  padding: 28px;
  transition: 0.3s ease-in-out;
  position: relative;
  border: 0.4px solid #000000;
  border-radius: 16px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.pack-badge {
  background: #ffa800;
  border-radius: 50px;
  padding: 0.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: 0.5s ease;
}
.border-left {
  border-left: 1px solid #d9d9d9;
  margin-left: -38px;
  padding-left: 25px;
}
.upper {
  flex-basis: 100%;
}
.lower {
  flex-basis: 100%;
}
.pckg-box h3 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 46px;
  color: #000000;
}
.pckg-box h4 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 43px;
  color: #000000;
}
.pckg-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.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;
}

.black-box ul li {
  color: #ffffff !important;
}
.pckg-box .upper div {
  display: flex;
  align-items: center;
  gap: 3px;
  padding-bottom: 1.5rem;
}
.pckg-list > li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 6px;
  text-align: left;
}
.pckg-box:hover {
  border-color: #0085ff;
}
.pckg-box h5 {
  min-height: 50px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.upper div p {
  font-size: 14px;
  line-height: 28px;
  color: #000000;
}
.pckg-box ul {
  margin: 12px 0 20px;
  margin-top: 5px;
}
.pckg-box ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.pckg-box2 ul li {
  margin-bottom: 10px;
}
.pckg-box2 {
  padding: 15px 16px 24px 16px;
  background: #fff4eb;
  border: 0.4px solid #000000;
  border-radius: 16px;
}
.pakg2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}
.pckg-box ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #28c299;
  text-align: center;
  line-height: 17px;
  border-radius: 22%;
  font-size: 9px;
  position: absolute;
  top: 3px;
  left: 0;
  margin: auto;
  color: #fff;
  font-weight: 600;
}
.blackbg {
  background: #000000 !important;
  color: #fff !important;
}
.blackbg:hover {
  color: #fff !important;
}
footer {
  padding: 35px 0;
  background: #000000;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}
footer p {
  opacity: 0.8;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #adadad;
}
.f-icon {
  display: inline-block;
  vertical-align: middle;
  padding-top: 1rem;
}

.f-icon li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
}

.f-icon li a {
  border: 1px solid #feb272;
  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: #feb272;
}
.foot-hdng h4 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.15px;
  color: #ffffff;
  margin-bottom: 1rem;
}

.f-menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.25px;
  color: #adadad;
}
.f-logo h2 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 2rem;
}
.lc-btn {
  padding: 10px 16px;
  width: 153px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

.lc-btn i {
  padding-right: 8px;
}
.numbr-del a {
  font-weight: 600;
  font-size: 14px;
  color: #adadad;
}
.numbr-del h4 {
  font-size: 13px !important;
  margin-bottom: 6px;
}
.call_btn {
  display: flex;
  padding: 25px 0;
  align-items: center;
  gap: 6px;
}
.copyright p {
  padding: 24px 0;
  max-width: 74%;
  font-weight: 400;
  font-size: 12px;
  color: #adadad;
  line-height: 18px;
}
.copyright ul {
  display: flex;
  gap: 1rem;
}
.copyright ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.copyright ul li a {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #adadad;
}
.copyright {
  background-color: #000000;
}
.copyright .container {
  border-top: 1px solid #50586236;
}
.testi-content h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  display: inline-block;
  position: relative;
}
.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: #efe6df;
  border-radius: 32px;
}
.testi-heading h2 {
  padding-bottom: 2rem;
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  color: #000000;
}
.testi-slider {
  margin: 1rem 0;
  position: relative;
}
.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: #000000;
}

.user-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
span.user-des {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
span.user-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  font-family: "Inter";
  color: #000000;
}

.slide-content {
  position: relative;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section.cta {
  background-size: cover;
  padding: 80px 0;
}
.cta-bg {
  background: #ffffff;
  border: 2px solid #000000;
  box-shadow: 5px 6px 0px #000000;
  border-radius: 16px;
  padding: 32px;
}
.cta h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 52px;
  text-align: center;
  color: #000000;
}
.cta p {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
.theme-btn2 {
  font-weight: 500;
  font-size: 18px;
  padding: 18px 44px;
  color: #000000;
  text-transform: capitalize;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: "Inter";
  background: #ffffff;
  width: 100%;
  cursor: pointer;
}
.blackbg:hover {
  color: #fff !important;
  transform: scale(1.03);
}
.theme-btn2:hover {
  color: #000000;
  transform: scale(1.03);
}

/* ------------------------------accordion-list----------------------------------------- */

ul.accordion-list li h3:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  right: 0;
  color: #000;
  transition: all 0.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: #000000;
}
ul.accordion-list li span {
  display: flex;
  position: relative;
}
.answer p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
}
.accordion-list li {
  padding: 30px 35px 30px 30px;
  cursor: pointer;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.accordion-list {
  position: relative;
}
.accordion-list li.last {
  border-bottom: 0;
}
.common-heading.left {
  text-align: left !important;
}
.common-heading.left p {
  text-align: left !important;
}

.copyright ul li:nth-child(even) {
  border-left: 1px solid #ddd !important;
  padding-left: 14px;
}

.common-question {
  padding: 60px 0 0 0;
}
div#container {
  width: 99.9% !important;
  margin: 0 auto;
}
.testimonial {
  padding: 65px 0 0 0;
}

/* --------------------------------trademark registrtaion------------------------------------- */
.white-bg {
  padding: 36px 16px 34px 16px;
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 5px 6px 0px #000000;
  border-radius: 32px;
}
.inline-image h4 {
  font-weight: 700;
  font-size: 28px;
  color: #000000;
}
.search-imp p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  padding: 1rem 0;
}
.search-imp span {
  margin-right: 15px;
}
.bg2 {
  background: #f7f1ec;
}
.slide-bg2 {
  background-image: url(../images/slide-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 138px 0 0 0px;
}
/* --------------------------------free trademark search------------------------------------- */
.search-div {
  box-shadow: 0px 0px 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 {
  position: relative;
  flex-basis: 100%;
}
.search-div span {
  color: #3c434a;
  font-size: 20px;
  padding: 0 4px 0 15px;
}
input.srch {
  width: 90%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.search-data {
  margin-top: 10px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.search-data table {
  width: 100%;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.search-data table thead tr {
  background: #f9f9f9;
}
.search-data table thead tr {
  border-top: 0.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 th:first-child,
.search-data table tr td:first-child {
  padding-left: 2rem;
}
a.srch-btn:hover,
a.lm2-btn:hover {
  color: #fff !important;
  background-color: #71006c !important;
}
.srch-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 30px;
  width: 107px;
  height: 38px;
  background: #000000;
  /* shadow/sm */
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-transform: capitalize;
}

.sec2-details {
  background: #000000;
  border-radius: 32px;
  padding: 24px 26px 22px 24px;
}

.sec2-contnt h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  /* or 111% */
  color: #ffffff;
}

.sec2-contnt h6 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #60d6e1;
  padding: 1rem 0;
}

.sec2-contnt p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  color: #ffffff;
}

a.g-strt-btn {
  padding: 15px 50px;
  height: 52px;
  background: #ffffff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #000000;
}

.ban-buttons {
  padding-top: 2rem;
}
.tm-free {
  padding: 60px 0;
}
a.g-strt-btn:hover {
  color: #fff;
  background: #60d6e1;
  transform: scale(1.03);
}
.fs-64 {
  font-weight: 700;
  font-size: 64px;
  line-height: 60px;
  color: #000000;
}
.fs-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #333333;
}
.w-del2 li:before {
  content: "\f336";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  background: none;
  top: 2px;
  left: 0;
  margin: auto;
  color: #39868d !important;
  font-weight: 600;
}
ul.chooseus-del {
  margin: 14px 0 0 0;
}
.w-del li {
  position: relative;
  padding-left: 35px;
}
.fs-18 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0.9rem;
}

/* --------------------------------comprehensive trademark search------------------------------------- */

.choose-us {
  padding: 40px 0 30px 0;
  background: #f4f1e9;
}

/* --------------------------------office action response------------------------------------- */
b {
  font-weight: 600;
}
.three-steps-process {
  padding: 4rem 0 0 0;
}
.cust-badge {
  width: 34px;
  height: 34px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Inter";
  background: #39868d;
  border-radius: 50%;
}
.fs-28 {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  /* identical to box height */
  color: #000000;
}
ul.office-action li h5 {
  display: flex;
  align-items: center;
  gap: 14px;
}

.padding {
  padding: 1rem 0;
}
.ar-main h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 54px;
  color: #000000;
  margin-bottom: 1rem;
}
.ar-main p {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  /* or 194% */
  color: #333333;
}
.action-response {
  padding: 75px 0;
}
.response-details {
  background: #000000;
  border: 1px solid #ffffff;
  border-radius: 26px;
  padding: 1rem 1rem;
}

.label {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}

.price {
  font-family: "Inter";
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  /* identical to box height */
  color: #28c299;
  margin: 15px auto 15px;
  display: table;
}

.action-para span {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #28c299;
}

.action-para p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #ffffff;
  padding: 1rem 0;
}

a.lm-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 25px;
  height: 50px;
  background: #ffffff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  color: #000000;
}

/* --------------------------------trademark monitoring------------------------------------- */

.response-details h4 {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  /* identical to box height */
  color: #28c299;
  font-family: "Inter";
  text-align: center;
}

.overview-del li {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height */
  color: #ffffff;
  margin-bottom: 14px;
}

.overview-del li i {
  font-size: 12px;
  margin-right: 12px;
}

.div-padding {
  padding: 26px 28px 24px 28px;
}
.overview {
  background: #f4f1e9;
  padding: 80px 0;
}
.overview-nav {
  display: inline-block;
  vertical-align: middle;
}

.overview-nav li a {
  font-weight: 700;
  font-size: 23px;
  line-height: 35px;
  color: #353b41;
  position: relative;
}

.overview-nav li {
  display: inline-block;
  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: #000000;
  transition: 0.3s ease-in-out;
}
.overview-nav li:hover a:before,
.overview-nav li.active a:before {
  width: 100%;
}
.pro-del li h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #353b41;
}

.pro-del {
  margin: 40px 0 0 0;
}

.pro-del li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin: 8px 0 6px 0;
}
.w-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  color: #333333;
}

.w-details {
  margin: 42px 0 0 0;
}
.monitoring-del li {
  padding-left: 0;
}

.monitoring-del li p span {
  font-size: 10px;
  margin-right: 12px;
}

.monitoring-del {
  padding-top: 1rem;
}

/* -------------------------------copyright registration------------------------------------- */
.copyright-bg {
  background: #f4f1e9;
  border: 0.4px solid #000000;
  border-radius: 16px;
}
.copyright-protect {
  padding: 40px 0 70px 0;
}
.pad-0 {
  margin: 0;
}
.pptable {
  background: #fff4eb;
  border: 0.4px solid #000000;
  box-shadow: 5px 6px 0px #000000;
  border-radius: 8px;
  padding: 20px 26px 35px 30px;
  height: 100%;
  margin-top: 1rem;
}

.cp-hdng1 h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #000000;
  padding-bottom: 18px;
}

.copyright1 li {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 14px;
  padding-left: 34px;
}
.copyright1 li:before {
  content: "\f336";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  background: none;
  top: 2px;
  left: 0;
  margin: auto;
  color: #000000 !important;
  font-weight: 600;
}

/* --------------------------------faqs------------------------------------- */
.faqs {
  padding: 3rem 0 0 0;
}
.faqs-nav li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  gap: 10px;
  height: 50px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  border: 1px solid #000;
}
.faqs-nav li:hover a,
.faqs-nav li.active a {
  background-color: #000000;
  color: #fff !important;
}
.faqs-nav {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2rem;
  text-align: center;
}

.faqs-nav li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  margin: 10px auto;
}

.section-404 {
  padding: 130px 0 60px 0;
}

.section-404 h6 {
  font-weight: 700;
  font-size: 60px;
  line-height: 81px;
  text-align: center;
  color: #000000;
  padding-bottom: 2rem;
}

.section-404 h4 {
  font-weight: 700;
  font-size: 64px;
  line-height: 87px;
  /* identical to box height */
  text-align: center;
  color: #000000;
}

.section-404 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  /* or 161% */
  text-align: center;
  color: #1d1515;
  padding: 2rem 0;
}

section.sec {
  background-size: cover;
  padding: 80px 0;
}

/* --------------------------------about us------------------------------------- */

.abt-box {
  background-color: #83e6e3;
  border: 0;
  margin-top: 4rem;
  padding: 36px 35px 48px 35px;
}
.abt-hdng p {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.details h4 {
  padding: 0;
  font-size: 28px;
}

.details p {
  color: #000000;
  margin-bottom: 0;
  line-height: 22px;
}
.gap {
  gap: 16px;
}
.four-box {
  padding: 20px 40px 20px 30px;
}
.slide-bg {
  background-image: url(../images/slide-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 265px 0 0 0px;
}

.mainBanner2 {
  display: flex;
  align-items: center;
  position: relative;
  padding: 165px 0 108px;
  z-index: 1;
  background: #f7f1ec;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  background-size: 45%;
}

.client-details {
  background: #ffffff;
  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;
}

/* .client-details:before {
  content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: -22px;
    background-image: url(../images/p1.png);
    width: 133px;
    height: 20px;
    background-repeat: no-repeat;
} */

.f-logo {
  margin-bottom: 1rem;
}

/* --------------------------------contact us------------------------------------- */

.fs-40 {
  font-weight: 800;
  font-size: 40px;
  color: #000000;
}
.contact-form .form-group input {
  width: 100%;
  height: 62px;
  padding: 0 15px;
  background: #eeeeee;
  border: 1px solid rgba(102, 102, 102, 0.5);
  border-radius: 4px;
  font-family: "Inter";
  font-size: 14px;
  display: flex;
  color: #666666;
}

.contact-form .form-group textarea {
  width: 100%;
  height: 100%;
  padding: 26px 15px;
  background: #eeeeee;
  border: 1px solid rgba(102, 102, 102, 0.5);
  border-radius: 4px;
  font-family: "Inter";
  font-size: 14px;
  display: flex;
  color: #666666;
}
.contact-form .submitbtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 85px;
  gap: 10px;
  height: 52px;
  background: #000000;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.disclaimer-line {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  /* or 156% */
  color: #5c5c5c;
  padding-top: 2rem;
}
.contact-details li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* text-decoration-line: underline; */
  color: #000000;
  margin-bottom: 18px;
}
.smalltext {
  font-weight: 400;
  font-size: 14px;
  color: #1d1515;
  margin-left: 30px;
}
.contact-details li span {
  margin-right: 12px;
}
.contact-details li span i.fal.fa-phone {
  transform: rotate(85deg);
}

.contact-details {
  padding: 2rem 0;
}
.txt h6 {
  font-size: 27px;
  color: #000000;
  padding-bottom: 1rem;
}
.contact-us-sec {
  padding: 4rem 0;
  position: relative;
}
.contact-us-sec::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 48%;
  background: url("../images/background-image.png");
  z-index: -1;
  top: 0;
  left: 0;
}
.contact-details li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
/* .color-bg{
    background-image: url(../images/background-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 265px 0 0 0px;
} */
/* --------------------------------popup start------------------------------------- */

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
}
.popupmain {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 490px;
  background: #fff;
  box-shadow: 0 0 30px -9px #0000006e;
  z-index: 9999999;
  overflow: hidden;
  display: none;
}
.mmpopup {
  text-align: center;
  background: #f8f8f8;
  padding: 30px 0;
}
.mmpopup .formpop {
  width: 86.4%;
  margin: auto;
}
.mmpopup .fld-input {
  height: 54px;
  width: 100%;
  /* margin-bottom: 9px;
    border-radius: 4px; */
}
.mmpopup .centercont h3 {
  font-size: 38px;
  color: #141515;
  margin-bottom: 10px;
}
.mmpopup .centercont h4 {
  font-size: 20px;
  color: #566060;
  margin-bottom: 15px;
}
.mmpopup .centercont h4 span {
  color: #86cb92;
}
.mmpopup .centercont h4 span span {
  display: none;
}
.mmpopup .centercont p {
  color: #727272;
  font-size: 18px;
  margin-bottom: 120px;
  line-height: 20px;
}
.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}
.closeico i {
  background: url(../../../markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.closeico1 {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}
.closeico1 i {
  background: url(../../../markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.mmpopup .centercont p {
  margin-bottom: 10px;
  line-height: 23px;
  color: #565656;
  max-width: 390px;
  margin: auto;
  display: block;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 28px;
}
.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: #000000;
  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: #000000;
}
.mmpopup .centercont h3 {
  font-size: 50px;
  font-weight: 400;
  color: #000000;
}
.mmpopup .centercont h3 span {
  display: block;
  margin: 0 5px;
  font-size: 30px;
  color: #000000;
}
.mmpopup .centercont h4 span {
  font-weight: 400;
  color: #000000;
  font-size: 60px;
}
.fld-input {
  /* border-style: solid;
    border-width: 1px; */
  border-color: #000;
  border-radius: 5px;
  background-color: #fff;
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}
.fld-input input {
  font-family: Inter;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}
.fld-btn button {
  background: #000000;
  border-radius: 50px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 44px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  border: 1px solid transparent;
  width: 100%;
  cursor: pointer;
}
.fld-btn button i {
  padding-left: 12px;
}
.fld-btn button:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.mmpopup .centercont p:after {
  background-color: #060c3a;
  width: 66px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.cta a.theme-btn1 {
  color: #fff;
  border-color: #fff;
}
.step-form .bgform {
  position: relative;
}
table.pricing {
  margin: 0 0 30px;
}
table.pricing tr td:first-child {
  font-size: 15px;
  line-height: 26px;
  color: #5f7182;
}
.tp-check-pricing {
  width: 24px;
  height: 23px;
}
table.pricing tr td:first-child {
  width: 34.3%;
  font-size: 13px;
  line-height: 22px;
  color: #7b8a9b;
  text-align: left;
  padding: 3rem 0;
}
table.pricing tr td:nth-child(2) {
  color: #344454;
}
table.pricing tr td:nth-child(3) {
  color: #65cfa9;
}
.tp-check-pricing {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #344454 url(../../../markfortify.com/lp4/assets/images/check.png)
    no-repeat center;
  border-radius: 100%;
}
.tp-check-pricing.orange {
  background-color: #65cfa9;
}
.tp-check-pricing.blue {
  background-color: #6db6e4;
}
table.pricing tr td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}
.row.pkg-box .col-md-8 .col-md-4 a,
.row.pkg-box .col-md-8 .col-md-6 a {
  background: #0085ff;
  padding: 12px 30px;
  display: inline-block;
  margin: 10px 0 0;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
  text-transform: capitalize;
  white-space: nowrap;
}
.row.pkg-box .col-md-8 .col-md-4 {
  text-align: center;
}
.row.pkg-box .col-md-4 {
  text-align: left;
}
.row.pkg-box .col-md-4 i img {
  margin: 0 auto;
  float: left;
}
.expedited-box {
  border: 1px solid #f04e23;
  text-align: left;
  padding: 55px 30px 50px 65px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.expedited-box h6 {
  color: #f04e23 !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.expedited-box h6 img {
  margin-right: 10px;
}
.m-t-20 {
  margin-top: 20px;
}
.form_wrap {
  padding: 1.5rem;
  border-radius: 10px;
  font-family: Inter;
  background: white;
}
.form_wrap b {
  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;
  cursor: pointer;
}
.theme-btn:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
.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 br {
  display: none;
}
.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 {
  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 {
  background: #28c299;
  padding: 12px 30px;
  display: inline-block;
  margin: 10px 0 0;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
  text-transform: capitalize;
  white-space: nowrap;
}
.register-pricing {
  width: 100%;
  overflow-x: auto;
}

.slick-arrow {
  position: absolute;
  bottom: 2px;
  padding: 0.6rem 1rem;
  z-index: 999;
  font-size: 26px;
  color: #000000;
  cursor: pointer;
  transition: 0.5s ease;
  background: #ffffff;
  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;
}

/******-----------*****/
.step-form .bgform {
  position: relative;
}

.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;
  font-size: 16px;
  margin-bottom: 0.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 {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}

.tp-check-pricing {
  width: 24px;
  height: 23px;
}

table.pricing tr td:first-child {
  width: 34.3%;
  font-size: 13px;
  line-height: 22px;
  color: #000;
  text-align: left;
}

.bgform h3 {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 28px;
}
.btn-normal {
  background: #0085ff;
  padding: 10px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
}
.add_owner {
  background: #000;
  padding: 14px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
}
.trash_this {
  display: flex;
  justify-content: end;
  margin-top: 30px;
}
.trash_this i {
  background: #e53935;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
.tp-check-pricing {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #0275df url("../images/check-pricing.html") no-repeat center;
  border-radius: 100%;
}

.tp-check-pricing.orange {
  background-color: #65cfa9;
}

.tp-check-pricing.blue {
  background-color: #6db6e4;
}

table.pricing tr td {
  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 {
  background: #344454;
  padding: 12px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
  text-transform: capitalize;
}

.row.pkg-box .col-md-8 .col-md-4 {
  text-align: center;
}

.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;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0px;
  color: #65cfa9;
  font-weight: bold;
}
.pkg-selected-actv strong {
  display: block;
  margin-top: 28px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0px;
  color: #65cfa9;
  font-weight: bold;
  margin-bottom: 70px;
}
.expedited-box {
  border: 1px solid #f04e23;
  text-align: left;
  padding: 55px 30px 50px 65px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.expedited-box h6 {
  color: #f04e23 !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.expedited-box h6 img {
  margin-right: 10px;
  margin-bottom: 10px;
}

.expedited-info {
  background: #f04e23;
  padding: 5px;
  text-align: center;
  width: 186px;
  color: #fff;
  text-transform: uppercase;
  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 rgb(223, 225, 226);
  margin-bottom: 20px;
  margin-top: 13px;
}

.inner-content {
  padding: 30px;
}

.form-tooltip-body h6 {
  margin-bottom: 5px;
  margin-top: 15px;
  color: #000;
}
.form-tooltip {
  /* margin-left: 10px; */
  cursor: pointer;
  position: relative;
  color: #0085ff;
  /* font-size: 12px; */
  /* font-weight: 400; */
}
.form-tooltip > span {
  color: #fff;
  width: 18px;
  height: 18px;
  background-image: linear-gradient(to bottom, #0085ff, #ff7854);
  border-radius: 50%;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  vertical-align: baseline;
  display: none;
}
.form-tooltip-body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #3f4157;
  padding: 8px 15px 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 0.3s,
    opacity 0.3s linear;
  z-index: 2;
  cursor: default;
  border-radius: 6px;
  color: white;
}
.form-tooltip-body p {
  font-size: 14px;
}
ul.trademarksearch-option {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.trademarksearch-option li {
  width: 49.5%;
  display: inline-flex;
  background: #9d9d9d14;
  padding: 20px 20px 20px 20px;
  min-height: 220px;
  align-items: center;
  margin: 2px 0;
  line-height: 1.5em;
  font-size: 15px;
}
ul.trademarksearch-option li input {
  margin-right: 11px;
}
.form-tooltip:hover .form-tooltip-body {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.form-group input[type="file"] {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 7px;
  background: #f04e2314;
  margin: 10px 0 15px;
}
.form_group > div strong {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
}
.m-t-20 {
  margin-top: 20px;
}

h1.checkout-title {
  padding: 0 15px;
  line-height: 60px;
  font-size: 25px;
  font-weight: 400;
  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, #f5f8fb, #e9edf3);
  background-image: -moz-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -o-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: linear-gradient(to bottom, #f5f8fb, #e9edf3);
  -webkit-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
  margin: 0;
  font-weight: bold;
}

.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%;
}

.col-md-6.pd-left-0 {
  padding-left: 0;
}

p.paywith {
  text-align: center;
}

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,
    #4cb1fe,
    #229afc 40%,
    #138df6
  ) !important;
  background-image: -moz-linear-gradient(
    top,
    #4cb1fe,
    #229afc 40%,
    #138df6
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #4cb1fe,
    #229afc 40%,
    #138df6
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #4cb1fe,
    #229afc 40%,
    #138df6
  ) !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;
}
.form_wrap b,
.form_wrap strong {
  font-weight: bolder !important;
}

.bgform h3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

h3.form-heading {
  display: block;
}

.bgform h3 span {
  font-size: 16px;
}
.bgform p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}
.form_wrap label {
  color: #6b7280 !important;
  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;
}

ul.steps-progress {
  display: flex;
  gap: 77px;
}
.steps-progress li > span {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #d1d5db;
  background: white;
}
.steps-progress span.completed {
  background: #0275df !important;
  border: 0 !important;
}
.steps-progress span::after {
  content: "";
  display: flex;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 27px;
  background: #d1d5db;
}
.steps-progress span.completed:after {
  background: #0275df;
}
.steps-progress li:last-child span:after {
  content: none;
}
.steps-progress span.completed::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: white;
}
.pt-80 {
  padding-top: 80px;
}
p small {
  font-size: 13px;
  line-height: 21px;
}
/********form end********/

/*Step-5-new*/

.step-form .pckg span.pckg-title {
  font-weight: 600;
  font-size: 24px;
  display: block;
  text-align: center;
  color: #3a868e;
}

.step-form .pckg span.just-for {
  font-size: 20px;
  display: block;
  text-align: center;
}

.step-form .pckg span.uspto {
  font-size: 18px;
  display: block;
  text-align: center;
}

.step-form .pckg .btn-normal {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #000;
  color: white;
  width: fit-content;
  margin: 1.5rem auto;
  border-radius: 10px;
}

.step-form .pckg {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.step-form .pckg ul {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 22px;
}

.step-form .pckg ul li {
  position: relative;
  display: flex;
  gap: 10px;
}

.step-form .pckg ul li::before {
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  background: #3a868e;
  border-radius: 20px;
  top: 5px;
  left: 0;
  flex-shrink: 0;
  position: relative;
}
/*Step-5-new*/

@media (max-width: 1200px) {
  .fs-64 {
    font-size: 54px;
    line-height: 48px;
  }
  .overview-nav li {
    padding-right: 30px;
  }
  .overview-nav li a {
    font-size: 18px;
  }
  .foot-hdng {
    margin-top: 12px;
  }
  .numbr-del a {
    font-size: 10px;
  }
  .numbr-del h4 {
    font-size: 12px !important;
    margin-bottom: 3px;
  }
  .call_btn {
    padding: 13px 0;
  }
  .faq-questomg-box {
    padding-bottom: 2rem;
  }
  .search-div span {
    padding: 0;
  }
  .accordion-list li {
    padding: 18px 35px 18px 30px;
  }
  .fs-40 {
    font-size: 36px;
  }
  .sec2-contnt p {
    font-size: 15px;
  }
  .sec2-contnt h4 {
    font-size: 32px;
    line-height: 33px;
  }
  .abt-sec {
    padding: 0 !important;
  }
  .pckg-box h5 {
    font-size: 14px;
  }
  .pckg-box .upper div {
    padding-bottom: 0.5rem;
  }
  .pckg-box h3 {
    font-size: 24px;
  }
  .black-box h3 {
    font-size: 34px !important;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .cta h2 {
    font-size: 45px;
  }
  .common-heading h2 {
    font-size: 50px;
  }
  .do-box {
    margin-bottom: 2rem;
  }
  .do-box h4 {
    padding: 5px 0;
    line-height: 26px;
    min-height: 63px;
  }
  .mainBanner {
    min-height: 626px;
    background-size: 50%;
  }
  ul.sub-menu > li {
    padding: 8px 0;
    border-bottom: 1px solid #000;
  }
  ul.sub-menu > li.last {
    border-bottom: 0;
  }
  .sub-menu li a {
    margin: 0 auto 4px !important;
  }
  ul.sub-menu {
    z-index: 2;
    left: 0;
  }
  .theme-btn2 {
    padding: 15px 14px;
    font-size: 16px;
  }
  .theme2 span {
    padding: 18px 16px;
    font-size: 16px;
  }
  .slide-content p {
    font-size: 17px;
    line-height: 35px;
  }
  .testimonial-bg {
    padding: 20px 0 10px 20px;
  }
  .pckg-box2 ul li {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .border-left {
    border-left: 1px solid #d9d9d9;
    margin-left: -48px;
    padding-left: 11px;
  }
  .pckg-box2 {
    padding: 10px 12px 24px 12px;
  }
  .pckg-box {
    height: auto;
  }
  .lp-sec4 {
    padding: 35px 0 22px;
  }
  .dobox-bg {
    padding: 8px 8px 22px 8px;
  }

  .banner-btns + p {
    font-size: 12px;
  }

  .banner-content h1 {
    font-size: 42px;
    line-height: 43px;
  }
  .header-links a i {
    color: #fff !important;
    font-size: 16px;
  }
  .pckg-box2 .upper div p {
    font-size: 12px;
  }

  .user {
    flex-basis: 50%;
  }
  .slide-content {
    padding: 1rem 0;
  }
  .menu-Bar.open span {
    background: #fff;
  }
  ul.sub-menu > li a {
    font-size: 17px !important;
  }
  .menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
  }
  .menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
  }
  ul.header-links {
    flex-direction: column;
    align-items: center;
  }
  .header-links a {
    color: #fff;
    font-size: 22px;
  }
  img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
  }
  .menu-Bar {
    display: block;
    top: 0;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000000;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0;
    margin-right: 0;
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
  }
  .logo img {
    max-width: 70%;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
  header .main-header ul.menu > li a {
    margin: 0 auto 15px;
  }
  .call-btn {
    background: #fff;
    color: #000000 !important;
    padding: 0 24px !important;
  }
}

@media (max-width: 991px) {
}

@media (max-width: 824px) {
  .step-form .pckg {
    margin-bottom: 1.5rem;
  }
  ul.accordion-list li h3:after {
    font-size: 13px;
    top: 3px;
    right: 2px;
  }
  .accordion-list li h3 {
    font-size: 18px;
  }
  .contact-us-sec::before {
    background: none;
  }
  .theme-btn1,
  .theme-btn2 {
    padding: 20px 0;
  }
  section.testimonial {
    text-align: center;
    padding: 20px 0;
  }
  .recommend {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 18px;
  }
  .all-one-btn .theme-btn2 {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .all-one-btn .theme-btn1 {
    width: 100%;
    font-size: 13px;
  }
  .all-one .heading {
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }
  .banner-img {
    display: none;
  }
  .banner-content h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .mainBanner {
    padding: 75px 0 0;
    min-height: 0;
    background-image: none !important;
  }

  .banner-content p {
    padding: 0;
    margin: 14px 0 20px;
    font-size: 16px;
    line-height: 25px;
  }
  .banner-content ul li {
    font-size: 16px;
    padding-bottom: 11px;
    align-items: flex-start;
  }
  .theme-btn1 {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .theme-btn2 {
    width: 100%;
    margin-top: 5px;
    margin: 0 auto !important;
  }
  .banner-form {
    width: 100%;
    margin: 0 0 0;
    padding: 20px;
  }
  .banner-form h2 {
    font-size: 37px;
    padding-bottom: 19px;
  }
  .common-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .portfolio-tab a {
    font-size: 12px;
    width: 100%;
    height: 38px;
    line-height: 35px;
    font-weight: 400;
    justify-content: center;
    padding: 1rem 1rem;
  }
  .custom-logo-box span img {
    height: 60px;
  }
  .lp-sec2 .common-heading {
    padding-bottom: 26px;
  }
  section.lp-sec3 {
    padding: 40px 0 40px 0;
  }
  .img-overlap {
    display: none;
  }
  .custom-logo-box h4 {
    padding: 20px 0 5px;
  }
  .pckg-list > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .pckg-tab li {
    width: 47%;
  }
  .pckg-tab a {
    font-size: 14px;
    padding: 15px;
    width: 100%;
  }
  .pckg-tab {
    margin: 10px 0;
  }
  .banner-btns {
    text-align: center;
  }
  .lp-sec2 {
    padding: 22px 0;
  }
  .lp-sec10 p {
    font-size: 20px;
    line-height: 36px;
  }
  .lp-sec11 h2 {
    margin-top: 20px;
    line-height: 43px;
  }
  footer p {
    font-size: 11px;
  }
  .f-icon {
    margin-bottom: 1rem;
  }
  .f-menu li a {
    line-height: 26px;
    font-size: 12px;
  }
  .f-menu li {
    text-align: left;
  }
  .foot-hdng {
    margin-top: 1rem;
  }
  .foot-hdng h4 {
    text-align: left;
  }

  .livechat-button {
    text-align: left;
  }
  .payment {
    text-align: center;
    margin-top: 9px;
  }
  .banner-content .arrow-img {
    display: none;
  }
  header {
    padding: 20px 0 20px;
  }
  .logo-list {
    margin: 0;
  }
  .logo-list li {
    margin: 0 4%;
    width: 20%;
  }
  .lp-sec6 {
    padding: 30px 0;
  }
  .testi-box {
    margin-bottom: 10px;
  }
  .lp-sec11 {
    padding: 25px 0 25px;
  }
  .all-one h2 {
    font-size: 30px;
    padding-bottom: 0;
  }
  .all-one .price h3 {
    font-size: 30px;
  }
  .all-one {
    display: block;
    text-align: center;
  }
  .all-one .price {
    justify-content: center;
  }
  .lp-sec8 ul li {
    font-size: 16px;
  }
  .all-one-btn {
    text-align: center;
  }
  .all-one-btn a {
    margin: 0;
  }
  .banner-form p {
    padding-top: 15px;
  }
  .popupmain {
    width: 90%;
  }
  .mmpopup .centercont h3 {
    font-size: 30px;
  }
  .mmpopup .centercont h4 span {
    font-size: 30px;
  }
  .mmpopup .centercont h4 {
    font-size: 25px;
  }
  .mmpopup .centercont p {
    font-size: 15px;
    padding: 0 4px 0 4px;
  }
  .mmpopup .fld-input {
    height: 40px;
  }
  .fld-btn button {
    height: 50px;
  }
  .banner-form input {
    margin-bottom: 9px;
  }
  .off-now-sec {
    padding: 1rem 0;
    margin-bottom: 1.5rem;
  }
  .do-box {
    text-align: center;
    margin-bottom: 0.5rem;
    padding: 20px 14px;
    margin: 0 16px 16px 16px;
  }
  .dobox-bg {
    padding: 18px 8px 8px 8px;
  }
  .lp-sec4 {
    padding: 28px 0 20px;
  }
  .cta-img {
    display: none;
  }
  section.cta {
    padding: 20px 0 29px 0;
    margin-bottom: 2rem;
  }
  .theme-btn1 {
    margin-top: 10px !important;
  }
  .pckg-box {
    margin-top: 1rem;
    padding: 20px;
  }
  .testi-content h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
  .testi-slide {
    flex-direction: column;
    align-items: center;
  }
  .user {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  span.slide-qoute {
    left: 0;
    top: 0;
  }
  .copyright .container {
    flex-direction: column;
    text-align: center;
  }
  section#common-question {
    padding: 60px 0 50px;
  }
  section#pricing {
    padding: 30px 0 30px;
  }
  .cta h2 {
    font-size: 34px;
    line-height: 36px;
    text-align: center;
  }
  .cta p {
    line-height: 23px;
    margin-bottom: 0rem;
  }
  .cta-button {
    flex-direction: column;
    gap: 20px;
  }
  .lp-sec4 .common-heading {
    padding-bottom: 30px;
  }
  .logo img {
    max-width: 70%;
  }

  .mainBanner:after {
    display: none;
  }
  section#faq {
    padding: 25px 0 25px;
  }
  footer {
    text-align: center;
    padding: 18px 0;
  }
  footer .logo img {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .pckg-list {
    margin-top: 0;
  }
  .custom-logo-box.before-after::after,
  .custom-logo-box.before-after::before {
    content: none;
  }
  a.theme-btn2 {
    margin-right: 0;
  }
  .slide-content {
    align-items: center;
    padding: 1rem;
  }
  .slick-arrow {
    bottom: -70px;
  }
  span.arr-left.slick-arrow {
    left: calc(50% - 66.62px) !important;
    right: auto;
  }
  span.arr-right.slick-arrow {
    right: calc(50% - 66.62px) !important;
  }
  .theme-btn2,
  .theme-btn1 {
    font-size: 18px;
  }
  .pckg-box ul li {
    font-size: 14px;
    padding-bottom: 1px;
    line-height: 18px;
  }
  .pckg-box h3 {
    margin-bottom: 5px;
    font-size: 32px !important;
  }
  .pckg-box .upper {
    margin: 0;
  }
  .pckg-box h5 {
    line-height: 24px;
    padding: 1rem 0;
  }
  .black-box {
    margin-bottom: 1.3rem;
  }
  .pckg-box2 {
    flex-direction: column;
    margin-top: 0rem;
  }
  .pckg-box .upper div {
    padding-bottom: 0rem;
  }
  .border-left {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .lp-sec3-img {
    margin-bottom: 1.5rem;
  }
  .custom-logo-box {
    margin-bottom: 2rem;
    min-height: auto;
  }
  .banner-btns {
    padding: 16px 0;
    flex-direction: column;
  }
  .banner-btns + p {
    margin: 0px 0 20px;
  }
  .pckg-box ul {
    height: auto;
  }
  .testi-slide {
    padding-right: 0;
    gap: 0rem;
  }
  .testimonial-bg {
    padding: 24px 0 76px 0px;
    border: 1px solid #000;
  }

  .testi-heading h2 {
    font-size: 43px;
    padding-bottom: 1rem;
  }

  .slide-content p {
    font-size: 16px;
    line-height: 32px;
  }
  .h-med {
    font-size: 26px;
  }
  .custom-logo-box h4 {
    min-height: auto;
  }
  .common-heading p {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding-top: 12px;
  }
  .theme2 span {
    width: 100%;
  }
  .banner-btns a {
    margin-right: 0;
  }
  .btn-wrap {
    gap: 18px;
  }
  .banner-btns + p {
    flex-direction: row;
    justify-content: center;
  }
  ul.registered-list li h4 {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 45px;
  }

  ul.registered-list li p {
    font-size: 15px;
    line-height: 24px;
  }
  ul.registered-list {
    margin-top: 2rem;
  }

  .accordion-list {
    padding: 0;
  }

  .accordion-list li {
    padding: 16px 9px;
  }
  .copyright p {
    padding: 14px 0;
    max-width: 100%;
  }
  ul.registered-list li h4 span {
    left: -12px;
  }

  ul.registered-list li:not(:last-child)::before {
    left: 12px;
  }

  ul.registered-list li {
    padding-left: 74px;
  }
  .trusted-logos {
    grid-template-columns: repeat(2, 1fr);
    padding: 0rem 0 14px 0;
  }
  .tm-free {
    padding: 26px 0;
  }
  .sec2-details {
    margin-bottom: 1rem;
  }
  .w-details {
    margin: 0 0 0 0;
  }
  .fs-64 {
    font-size: 36px;
    line-height: 42px;
  }
  .choose-us {
    padding: 22px 0 25px 0;
  }
  .cta-bg {
    padding: 12px;
  }
  .copyright {
    padding: 2rem 0;
  }
  .action-response {
    padding: 30px 0;
  }
  .ar-main h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 1rem;
  }
  .ar-main p {
    font-size: 16px;
    line-height: 30px;
  }
  .response-details {
    margin-top: 2rem;
  }
  .overview {
    padding: 0px 0;
  }
  .overview-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
  .overview-nav {
    display: block;
  }
  .overview-nav li a {
    font-size: 20px;
    line-height: 40px;
  }
  .overview-nav li a:before {
    bottom: 0px;
  }
  .overview-tabs {
    padding: 1.5rem 0 2rem 0;
  }
  .pro-del {
    margin: 20px 0 0 0;
  }
  .port-content {
    margin: 26px 0 0 0;
  }
  .pptable {
    height: auto;
    padding: 10px 18px 12px 20px;
  }
  .copyright-protect {
    padding: 18px 0 12px 0;
  }
  .pakg2 {
    margin-bottom: 1rem;
  }
  .abt-box {
    margin-top: 2rem;
  }
  .contact-us-sec {
    padding: 1rem 0;
  }
  .mainBanner2 {
    padding: 80px 0 46px;
  }
  .fs-40 {
    font-size: 28px;
  }
  form {
    margin: 2rem 0;
  }
  .submitbtn {
    width: 100%;
  }
  .faqs.paddingfaqs {
    padding: 2rem 0;
  }

  .faqs-nav li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .faqs-nav {
    padding-bottom: 0rem;
  }
  .footer-para {
    text-align: center;
  }
  .dobox-bg .btn-wrap{
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .banner-content h1 {
    font-size: 34px;
    line-height: 36px;
  }
  section.testimonial {
    text-align: center;
    padding: 0 0;
  }
  .common-heading p {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    padding-top: 12px;
  }
  ul.steps-progress {
    display: flex;
    gap: 22px;
  }
  .steps-progress li > span {
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #d1d5db;
    background: white;
  }

  .steps-progress span::after {
    content: "";
    display: flex;
    width: 25px;
    height: 3px;
    position: absolute;
    left: 22px;
    background: #d1d5db;
  }
  ul.trademarksearch-option li {
    width: 100%;
    min-height: auto;
  }
  .banner-btns + p {
    flex-direction: column;
  }
  .search-div span {
    padding: 0;
  }

  input.srch {
    width: 85%;
    font-size: 13px;
  }
  .icons-1 {
    padding: 1rem 0;
  }
}

@media (max-width: 575px) {
}

@media (max-width: 734px) and (min-width: 667px) {
  .cust-row .mmpopup {
    max-height: 350px;
    overflow-y: auto;
  }
}

/* -------------------------------------------------------------------------- */
/*                               LEGAL PAGES STYLES                           */
/* -------------------------------------------------------------------------- */

.mainBanner2 {
  padding: 140px 0 80px;
  background: #f7f1ec;
  text-align: center;
}

.mainBanner2 h1 {
  font-size: 54px;
  font-weight: 800;
  color: #000;
  margin: 0;
}

.legal-section {
  padding: 80px 0;
  background-color: #faf6f2;
}

.legal-card {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.legal-card h1.about-title {
  font-size: 36px;
  margin-bottom: 30px;
  color: #060c3a;
  font-weight: 700;
}

.legal-card p {
  font-size: 17px;
  line-height: 1.8;
  color: #4b515a;
  margin-bottom: 20px;
}

.legal-card .trem-font-font {
  font-weight: 700;
  color: #000;
  margin-top: 35px;
  font-size: 20px;
  font-family: "DarkerGrotesque";
}

.legal-card ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

.legal-card ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #4b515a;
  margin-bottom: 12px;
  position: relative;
  list-style: disc;
}

.legal-card a.faq-link {
  color: #ff5e14;
  font-weight: 600;
  text-decoration: underline;
}

.legal-card a.faq-link:hover {
  color: #060c3a;
}

.privacy-list {
  margin-top: 30px;
}

.list-bold {
  font-weight: 700;
  font-size: 22px;
  color: #060c3a;
  margin-bottom: 15px;
  display: block;
}

.privacy-policy-list {
  list-style: none !important;
  padding-left: 0 !important;
}

.privacy-policy-list-item1 {
  list-style: none !important;
  padding-bottom: 10px;
  font-size: 16px;
  color: #4b515a;
}

.privacy-policy-list-item1 strong {
  color: #000;
}

.text-block-9 {
  font-weight: 800;
  color: #eee;
  font-size: 40px;
  line-height: 1;
  margin: 20px 0;
}
.footer-para a img
{
    filter:invert(1);
    width:55%;
}
