html {
  scroll-behavior: smooth;
}

::selection {
  background: #8DB91C;
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #8DB91C;
}
/* [class^="box-"] {
  display: none;
} */

[class^="box-"].showfirst {
  display: none;
}
body {
  font-family: "Poppins";
  font-weight: 400;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000;
  overflow-x: hidden;
}
.ovr-hiddn {
  overflow: hidden !important;
}
h1 {
  font-family: "Poppins";
  display: block;
  font-weight: 600;
}

h2 {
  display: block;
  font-family: "Poppins";
  padding: 1.5rem 0;
  font-weight: 600;
  font-size: 40px;
  color: #333333;
}

h3,
h4,
h5,
h6 {
  font-family: "Poppins";
  display: block;
  font-weight: 400;
}
*,
: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;
}
input[type] {
  background: 0 0;
  border: none;
  border-radius: 0;
  font-family: Roboto;
  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;
}
.para {
  font-size: 17px;
  line-height: 22px;
}
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;
  padding-top: 34px;
}

.logo {
  display: inline-block;
}
.logo img {
  display: block;
}
.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: #8db91c;
  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;
}
.logo h6 {
  font-size: 26px;
  color: #fff;
}

.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

ul.sub-menu > li.last {
  padding-left: 0 !important;
}
.rotate{
  transition: .5s ease;
}
.rotate.down {
  transform: rotate(180deg);
}
.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: 400;
    color: #ffffff;
}
.menuWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu li:hover a,
.menu li.active a {
  color: rgba(240, 78, 35, 1);
}

ul.sub-menu {
  padding: 10px 15px;
  border: 1px solid #d6d6d6;
  border-radius: 0;
}
ul.sub-menu {
  position: absolute;
  width: 235px;
  background: #ffffff;
  text-align: left;
  top: 40px;
  left: -16px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  box-shadow: 2px 3px 14px rgb(0 0 0 / 20%);
  border-radius: 8px !important;
}
ul.sub-menu > li {
  padding: 14px 0;
  border-bottom: 1px solid rgb(255 255 255 / 33%);
}
ul.sub-menu > li a {
  font-size: 18px;
  font-weight: 400;
  transition: all 0.1s ease-in-out;
  color: #333 !important;
  margin-bottom: 0 !important;
}
ul.sub-menu > li a:hover {
  color: #8DB91C !important;
}
ul.sub-menu > li.last {
  border: 0;
}
.menu li:hover a,
.menu li.active a {
  color: #8DB91C;
}

.menu li a i.fas.fa-phone {
  transform: rotate(90deg);
    color: #000;
}

li.has-submenu.active .sub-menu {
  visibility: visible;
  opacity: 1;
}

.chat-btn span {
  margin-right: 8px;
}

.dropdown-nav:hover a i {
  transform: rotate(180deg);
}
.dropdown-nav a i {
  transition: .5s ease;
}
/* a.chat-btn:hover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px;
  color: #000;
} */



@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}

.mainBanner {
  background-position: top center !important;
  align-items: center;
  position: relative;
  padding: 0px 0 0px;
  z-index: 1;
  background-size: 100% !important;
}
.mainBanner.home {
  background: url("../images/mainbanner.webp") no-repeat center;
}
.mainBanner.trademark-registration {
  background: url("../images/trademark-reg.webp") no-repeat center;
}
.mainBanner.trademark-comprehensive {
  background: url("../images/trademark-comp.webp") no-repeat center;
}
.mainBanner.office-action-response {
  background: url("../images/office.webp") no-repeat center;
}
.mainBanner.free-trademark-search {
  background: url("../images/free-trademark.webp") no-repeat center;
}
.mainBanner.trademark-monitoring {
  background: url("../images/trademark-monitor.webp") no-repeat center;
}
.mainBanner.copyright-registration {
  background: url("../images/copyright-reg.webp") no-repeat center;
}
.mainBanner.about-us {
  background: url("../images/aboutus.webp") no-repeat center;
}
.mainBanner.faqs-page {
  background: url("../images/faqs.webp") no-repeat center;
}
.ban-details {
  min-height: 780px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.head-bar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    text-align:right;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.head-bar li {
    display: inline-block;
    vertical-align: middle;
}
.call-now-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    gap: 10px;
    height: 35px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.header-bar {
   background: rgba(2, 2, 2, 0.7);
   padding: 0.5rem 0;
}
.call-now-btn:hover {
    color: #fff;
    transform: scale(1.03);
}
.head-bar img {
    width: 80px;
}

.mainBanner header {
  padding: 1rem 0 0 0 !important;
}
.ban-hdng h1 {
  text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 76px;
    line-height: 100px;
    color: #FFFFFF;
}
.ban-hdng p {
    padding: 1rem 0 2.5rem 0;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 80%;
}
.chat-btn {
    display: flex;
    padding: 20px 30px;
    width: 100%;
    height: 62px;
    background: #8DB91C;
}

.chat-btn:hover {
   color: #000 !important;
    transform: scale(1.03);
}
a.g-strt-btn {
  border: 2px solid transparent;
    color: #fff;
    transition: 0.35s linear;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    align-items: center;
    padding: 17px 48px;
    height: 68px;
    background: #8DB91C;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-radius: 6px;
}
a.g-strt-btn.g-strt1 {
  background: 0 0;
    color: #8db91c;
    border: 2px solid #8DB91C;
    transition: 0.35s linear;
}
.ban-buttons {
  display: flex;
  gap: 20px;
}
a.g-strt-btn:hover {
  transform: scale(1.05);
}
a.g-strt-btn.g-strt1:hover {
  transform: scale(1.05);
}
.tm-sec1 {
  background: #F6FCE5;
    padding: 2rem 0;
}
.icon-contnt h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.green-content{
  display: block;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #8DB91C;
}
.tm-sec2-hdng p {
  font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #555555;
    /* max-width: 80%;
    margin: 0 auto; */
}
.numbr {
  background: #8DB91C;
  border-radius: 5px;
  width: 75px;
  height: 70px;
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
  color: #F6FCE5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec2-details {
  padding: 2rem 1rem 3rem 2rem !important;
    background: #F6FCE5;
    
}
.pricing {
  padding: 3rem 0;
    background: #F7F8FD;
}
.pckg:hover .pckg-btn-wrap .pckg-btn {
    color: #fff;
}
.pckg {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-height: 390px;
  justify-content: space-between;
  position: relative;
  margin-top: 1rem;
  transition: 0.3s;
  background: #FFFFFF;
  box-shadow: -10px 14px 30px rgb(0 0 0 / 7%);
  border-radius: 10px;
  border: 1px solid transparent;
}
.pckg-btn-wrap .pckg-btn {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 50px;
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0.6rem;
  background: #8db91c;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
  border-radius: 4px;
}
.pckg-btn-wrap .pckg-btn:hover {
  transform: scale(1.03);
}

a.learnmore-btn:hover {
  transform: scale(1.03);
}
.pckg:hover{
  border: 1px solid #8db91c;
}
span.tag {
  position: absolute;
  padding: 0.5rem 2rem;
  top: -32px;
  background: #8db91c;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.pckg-head .label {
  display: block;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #111827;
}
.registered {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 5rem 0;
}
footer {
  padding-top: 70px;
    padding-bottom: 30px;
    background: #222222;
}
a.lc-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  gap: 9px;
  height: 40px;
  background: #8db91c;
  border-radius: 4px;
  color: #fff !important;
}
.pckg-head .price {
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -0.01em;
  color: #333333;
}
span.uspto {
  font-family: 'Inter';
  font-size: 14px;
  color: #868C8E;
  margin-left: 18px;
}
.pckg-content ul 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: #8DB91C !important;
  font-weight: 600;
}
.pckg-head p {
  margin-bottom: 34px;
    font-size: 14px;
    line-height: 25px;
    color: #868C8E;
}
.pckg-head {
  padding: 2rem 3rem 0 2rem;
  border-bottom: 1px solid #DCDCDC;
}
.pckg-points{
  padding: 0 1rem 0 2rem;
}
.padding-top-bottom {
  padding: 1.3rem 0;
}
.pckg-content {
  padding-bottom: 1rem;
}
.tm-sec4 {
  padding: 3rem 0;
    margin-bottom: 1rem;
}
.test-del {
  background: #F8F8F8;
  padding: 3rem 3rem 3rem 3rem;
  position: absolute;
  width: 63%;
  right: 0;
}
.test-contnt h4 {
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  color: #333333;
}

.test-contnt p {
  font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #0B2E59;
    padding: 1rem 0;
    margin-bottom: 8px;
}

.sldr-para p {
  font-family: 'Inter';
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    color: #646464;
    text-align: left;
    margin-bottom: 20px;
}
.testimonials {
  display: flex;
  align-items: end;
  position: relative;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ddd;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #8DB91C;
}
.slick-dots {
  display: flex;
    justify-content: center;
    margin: 42px 0 0 0;
    list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.reg-hdng h6 {
  font-weight: 600;
    font-size: 64px;
    line-height: 80px;
    color: #FFFFFF;
}
.reg-hdng p {
  padding: 2rem 0 3rem 0;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}
i.fas.fa-chevron-down {
  font-size: 14px;
  font-weight: 400;
}
.numbr h5 {
  font-weight: 600;
}

a.learnmore-btn {
  text-align: center;
    color: #8db91c;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 50px;
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 18px;
    border: 1.5px solid #8DB91C;
    border-radius: 5px;
}
.pckg-btn-wrap {
  margin-bottom: 2rem;
}

































.brief-header{
  background: #fff;
  padding: 1.5rem 0;
  color: black;
}

.header-2 .mainBanner:before {
  content: none;
}
.header-2 .mainBanner {
  background: #fff;
  flex-direction: column;
  color: black;
}
.header-2 .menu li a{
  color: black;
}
.header-2 .menu li a:hover {
  color: #8db91c;
}
.header-2 .logo h6{
  color: black;
}
.header-2 .chat-btn {
  color: #000;
}
.header-2 .ban-details {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 100px;
  margin-top: 0;
}

.header-2 .menu li:hover a, .menu li.active a {
  color: #8DB91C;
}

.ban-details2 img {
  display: inherit;
  margin: 0 auto;
}
.mainBanner .ban-hdng > ul {
  padding: 1rem 0;
  list-style: none;
  margin-bottom: 30px;
  line-height: 1.8;
}
.mainBanner .ban-hdng > ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
  padding-left: 25px;
}
.mainBanner .ban-hdng > ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  text-align: center;
  line-height: 17px;
  border-radius: 22%;
  font-size: 9px;
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
  color: #000;
  font-weight: 600;
}
.tm-sec1-hdng h5 {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}
.stars i {
  font-size: 18px;
  color: #ffc300 !important;
}
.sec2-contnt h4 {
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #000000;
  padding: 1.5rem 0;
}
.sec2-contnt p {
  font-size: 15px;
  line-height: 28px;
  color: #5f6061;
}
.choose-us {
  padding: 3rem 0 2rem 0;
  background: #f4f5ff;
}
.fs-45 {
  font-weight: 500;
  font-size: 45px;
  color: #1a1c1d;
}
.fs-16 {
  font-size: 16px;
  line-height: 28px;
  color: #767b81;
}
.w-del li {
  position: relative;
  padding-left: 35px;
}
.w-del li:before {
  content: "\f336";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    font-weight: 600;
    color: #8db91c;
}
.fs-20 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #555555;
}
ul.w-del {
  padding-top: 1rem;
}

.pckg-content ul {
  font-size: 15px;
  line-height: 24px;
  color: #465056;
}
.pckg-content ul li {
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 26px;
}
.pckg.popular .pckg-btn-wrap .pckg-btn {
  color: #000 !important;
  background: #fff;
  border-color: transparent;
}
.pckg.popular:hover {
  border: 1px solid #e2d9f3;
}
.text-white {
  color: #fff !important;
}
.price-details:hover {
  background-color: rgba(255, 255, 255, 1);
}

.gap {
  gap: 16px;
}






.numbr-card {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgb(146 146 146 / 25%);
  border-radius: 4px;
  padding: 2rem 3rem;
}
.fs-30 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 30px;
  color: #1b2336;
}
.hdng {
  padding-top: 2rem;
}
ul.rating-bar {
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
}
ul.rating-bar li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;

  border-right: 1px solid #000;
}
ul.rating-bar li:last-child {
  border-right: 0;
}
.hdng2 h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  color: #1b2336;
  margin-top: 26px;
}

/* Spinning Css  */

.circle_percent {
  font-size: 200px;
  width: 0.8em;
  height: 0.8em;
  position: relative;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 20px;
}
.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}
.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #4b83fb;
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}
.round_per2 {
  background: #4b83fb;
}
.round_per3 {
  background: #ffbd3f;
}

.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #4b83fb;
  content: "";
}

.circle_inbox {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.percent_text {
  position: absolute;
  font-size: 36px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}








.set-size {
  font-size: 10em;
  display: flex;
  justify-content: center;
}

.charts-container:after {
  clear: both;
  content: "";
  display: table;
}

.pie-wrapper {
  height: 1em;
  width: 1em;
  float: left;
  margin: 15px;
  position: relative;
}
.pie-wrapper:nth-child(3n+1) {
  clear: both;
}
.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.1em solid #3498db;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .label {
  background: #445674;
  border-radius: 50%;
  bottom: 0.4em;
  color: #445674;
  cursor: default;
  display: block;
  font-size: 0.25em;
  left: 0.4em;
  line-height: 2.8em;
  position: absolute;
  right: 0.4em;
  text-align: center;
  top: 27px;
  
  padding-bottom: 20px;
  font-family: 'Inter';
}
.pie-wrapper .label .smaller {
  color: #445674;
  font-weight: 600;
}
.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 0.1em solid #D9D9D9;
  border-radius: 50%;
}
.pie-wrapper.style-2 .label {
  background: none;
  color: #445674;
}
.pie-wrapper.style-2 .label .smaller {
  color: #445674;
}
.pie-wrapper.progress-30 .pie .half-circle {
  border-color: #3498db;
}
.pie-wrapper.progress-30 .pie .left-side {
  transform: rotate(108deg);
}
.pie-wrapper.progress-30 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-60 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-60 .pie .half-circle {
  border-color: #9b59b6;
}
.pie-wrapper.progress-60 .pie .left-side {
  transform: rotate(216deg);
}
.pie-wrapper.progress-60 .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-85 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-85 .pie .half-circle {
  border-color: #FFBD3F;
}
.pie-wrapper.progress-85 .pie .left-side {
  transform: rotate(300deg);
}
.pie-wrapper.progress-85 .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-45 .pie .half-circle {
  border-color: #1abc9c;
}
.pie-wrapper.progress-45 .pie .left-side {
  transform: rotate(162deg);
}
.pie-wrapper.progress-45 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-76 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-76 .pie .half-circle {
  border-color: #4B83FB;
}
.pie-wrapper.progress-76 .pie .left-side {
  transform: rotate(270deg);
}
.pie-wrapper.progress-76 .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-95 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-95 .pie .half-circle {
  border-color: #65CFA9;
}
.pie-wrapper.progress-95 .pie .left-side {
  transform: rotate(342deg);
}
.pie-wrapper.progress-95 .pie .right-side {
  transform: rotate(180deg);
}

.pie-wrapper--solid {
  border-radius: 50%;
  overflow: hidden;
}
.pie-wrapper--solid:before {
  border-radius: 0 100% 100% 0/50%;
  content: "";
  display: block;
  height: 100%;
  margin-left: 50%;
  transform-origin: left;
}
.pie-wrapper--solid .label {
  background: transparent;
}
.pie-wrapper--solid.progress-65 {
  background: linear-gradient(to right, #e67e22 50%, #34495e 50%);
}
.pie-wrapper--solid.progress-65:before {
  background: #e67e22;
  transform: rotate(126deg);
}
.pie-wrapper--solid.progress-25 {
  background: linear-gradient(to right, #9b59b6 50%, #34495e 50%);
}
.pie-wrapper--solid.progress-25:before {
  background: #34495e;
  transform: rotate(-270deg);
}
.pie-wrapper--solid.progress-88 {
  background: linear-gradient(to right, #3498db 50%, #34495e 50%);
}
.pie-wrapper--solid.progress-88:before {
  background: #3498db;
  transform: rotate(43.2deg);
}
/******-----------*****/
.ban-details2 {
  text-align: center;
}
.overlap {
  transform: translateY(250px);
  margin-top: -250px;
}

.tm-sec2-hdng {
  padding-bottom: 2rem;
}
a.cta-btn1 {
  background-color: #fff;
  color: #000;
}
a.cta-btn2 {
  background: 0 0;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.logo img {
  display: block;
  width: 240px;
}
.copyright .container {
  border-top: 0.3px solid rgba(255, 255, 255, 0.19);
  padding-top: 32px;
}

.copyright a {
  font-weight: 600;
    color: #fff;
    text-decoration: underline;
}
.copyright ul {
  display: flex;
  gap: 1rem;
}
.copyright ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.copyright ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  color: #353535;
}
.tm-sec2-hdng h1 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  color: rgba(61, 67, 74, 1);
  margin-bottom: 6px;
}
.tm-sec2-hdng h4 {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.tm-sec2 {
  padding: 4rem 0;
}
.sec2-details h1 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  color: rgba(240, 78, 35, 1);
  margin-bottom: 14px;
}
.sec2-contnt h1 {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  text-align: left;
  color: rgba(61, 67, 74, 1);
}
.tm-sec3 {
  background-color: rgba(86, 93, 100, 1);
  padding: 45px 0;
}
.tm-sec3-hdng h1 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.price-details {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 6px;
}
.sec3-hdng h2 {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.sec3-hdng {
  border-bottom: 0.7px solid rgba(255, 255, 255, 0.4);
  padding: 24px 0 16px 0;
}
.sec2-del2 h6 {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 12px;
}
.sec2-del2 .price {
  font-family: Open Sans;
  font-size: 42px;
  font-weight: 700;
  line-height: 57px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 22px;
}
.sec2-del2 p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.sec2-del2 {
  padding: 22px 26px;
  text-align: center;
}
.tm-sec3-hdng {
  padding-bottom: 40px;
}
.p-list {
  padding: 5px 0 26px 24px;
}
.p-list li {
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #fff;
}
.sec3-btn {
  margin: 0 auto;
  display: table;
  padding: 0 0 32px 0;
}
.sec2-del2 h2 {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: rgba(150, 154, 158, 1);
  margin-bottom: 22px;
}
.sec2-del2 span {
  font-family: Open Sans;
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  color: rgba(255, 255, 255, 1);
  margin-left: 10px;
}

.price-details:hover .sec2-del2 .price,
.price-details:hover .sec2-del2 .price span,
.price-details:hover .sec3-hdng h2 {
  color: rgba(245, 119, 87, 1);
}
.price-details:hover .sec2-del2 h6,
.price-details:hover .sec2-del2 p {
  color: rgba(61, 67, 74, 1);
}
.price-details:hover .p-list li {
  color: rgba(150, 154, 158, 1);
}

.h1 {
  font-size: 70px;
}
.faq-list {
  padding: 1rem 0;
}
.faq-list p {
  margin: 1rem 0;
  font-weight: 400;
  color: #9ca3af;
}
section.form-section label {
  font-size: 14px;
}
.tm-sec4-hdng h1 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  color: rgba(61, 67, 74, 1);
  margin-bottom: 10px;
}
.tm-sec4-hdng h4 {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: rgba(80, 86, 92, 1);
  margin-bottom: 30px;
}

.tm-sec5-hdng h4 {
  margin-bottom: 22px;
  font-family: Barlow;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
}
.reg-image {
  width: 180%;
}
.tm-sec5-hdng p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
}
.sec5-details {
  padding: 0 0 0 48px;
}
a.sec5-btn:hover {
  color: #fff !important;
  background: 0 0;
  transform: scale(1.05);
  box-shadow: 0 1px 13px 0 #f7f7f9;
  border: transparent;
}
a.sec5-btn2 {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.tm-sec5 {
  padding-top: 65px;
}
.footer-para p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #ffffff;
  padding-top: 24px;
}
.numbr-del h4 {
  font-size: 9px !important;
  line-height: 11px;
  opacity: 0.7;
  margin-bottom: 4px;
}
.para p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(150, 154, 158, 1);
  text-align: left;
}
.para {
  max-width: 90%;
}

.fs-16 {
  font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
}
.fs-22 {
  font-family: Barlow;
  font-weight: 600;
  font-size: 28px;
  color: #0b0b0b;
}
.padding {
  padding-bottom: 2rem;
}
.sec2-img:hover img {
  transform: scale(1.05);
  transition: 0.3s ease;
}
.tm-free {
  padding: 2rem 0;
}
.sec2-contnt h6 {
  font-weight: 600;
  font-size: 28px;
  color: #00023f;
  padding-bottom: 1rem;
}
.w-image img:hover {
  transform: scale(1.06);
  
}
.step3-btn {
  padding: 1rem 0;
}
a.get-btn1 {
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 52px;
    width: 100%;
    height: 50px;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    background: #8db91c;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    border-radius: 5px;
}
.process-del {
  padding-top: 40px;
}
.process-del h4 {
  color: #353b41;
  font-size: 28px;
}
.process-del p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6a7682;
}
.process-del p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6a7682;
}
a.get-btn1:hover {
  transform: scale(1.05);
  box-shadow: 0 1px 13px 0 rgb(255 255 255);
}
.copyright-protect {
  padding: 0 0 5rem 0;
}
.copyright1 li {
  font-family: Barlow;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1.2rem;
  color: #353b41;
  display: flex;
}
.copyright1 li span {
  color: #ba68c8;
  font-size: 12px;
  padding-right: 12px;
}
.pricing2 {
  background: #f5fafe;
  padding: 2rem 0;
}
.copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright p {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.8;
}
.copyright .container ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #757575;
  justify-content: end;
}
.foot-hdng h4 {
  font-size: 20px;
  letter-spacing: 0.15px;
  color: #ffffff;
}
.f-menu li a {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0.25px;
  color: #ffffff;
}

.f-menu li a:hover {
    color: #8db91c;
}

ul.f-menu {
  margin-top: 26px;
}

.numbr-del a {
  font-size: 13px;
  color: #ffffff;
}
.call_btn {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
}

.livechat-button {
  margin-top: 36px;
}
.visa-card img {
  max-width: 45%;
}
.copyright {
  margin-top: 58px;
}

.fs2-18{
  font-size: 18px !important;
}

/****************************--trademark Registration---------********************/
.green-color {
  color: #8db91c;
}
.fs-45 {
  font-size: 45px;
  line-height: 53px;
  color: #1a1c1d;
}
.padding2 {
  padding: 1rem 0;
}
.w-image {
  text-align: center;
 
}
.w-image img {
  transition: 0.3s ease-in;
}
.sec3 {
  padding: 1rem 1rem 2rem 2rem;
}
.banner-ul li {
  font-size: 20px;
  line-height: 40px;
  color: #FFFFFF;
  margin-left: 21px;
}
.fs-24 {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.banner-ul {
  list-style: disc;
  padding-bottom: 3rem;
}
.view-pckg {
  color: #8db91c;
  padding-top: 10px;
}

.view-pckg:hover {
  color: #8db91c;
}
.tm-reg {
  padding: 3rem 0;
}
.why-get-a-trademark {
  padding: 3rem 0;
  background-color: #f7f8fd;
}

.paddingfaqs {
  padding: 3rem 0 5rem 0 !important;
}
.faqs {
  padding: 0rem 0 4rem 0;
}

ul.accordion-list > li {
  cursor: pointer;
    position: relative;
    font-weight: 500 !important;
    padding: 18px 25px 18px 25px;
    transition: ease 0.5s;
    border: 1px solid #555555;
    border-radius: 5px;
    margin-bottom: 20px;
}
ul.accordion-list > li h6:before {
  content: "\f078";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    right: 26px;
    top: 18px;
    bottom: 0;
    margin: auto;
    transition: ease 0.5s;
    color: #9ca3afab;
    transition: 0.5s ease;
    font-size: 16px;
    font-weight: 400;
}
ul.accordion-list > li.active h6:before {
  content: "\f077";
}
ul.accordion-list > li .answer {
  padding: 20px 0 11px;
}
ul.accordion-list > li .answer p:last-child {
  margin: 0;
}
ul.accordion-list > li .answer p {
  opacity: 0.6;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}
.accordion-list li h6 {
  font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}
/****************************--free trademark search---------********************/
.freepage {
  border: 0;
    background: #FFFFFF;
    box-shadow: -10px 14px 30px rgb(0 0 0 / 7%);
    border-radius: 10px;
}
a.learn-more {
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* padding: 10px 56px; */
    gap: 10px;
    height: 48px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #9bc138;
    border: 1.5px solid #8DB91C;
    border-radius: 5px;
    transition: 0.3s ease-in;
}
a.learn-more:hover {
  transform: scale(1.03);
}
.freetrademark {
  padding-top: 2rem;
}
.comprehensive-search {
  padding: 5rem 0 2rem 0;
}
.freepage h4 {
  padding: 1.5rem 0;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
.freepage h6 {
  padding-bottom: 1rem;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.01em;
  color: #333333;
}
.freepage p {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #868C8E;
}

.search-div {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
  /* max-width: 75%; */
  padding: 6px 0;
  /* margin: 0 auto 50px; */
  margin-top: 30px;
  border-radius: 10px;
}
.search-wrapper {
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 8px;
}
.input-wrapper {
  position: relative;
  flex-basis: 100%;
}
a.srch-btn {
  width: 163px;
  height: 58px;
  background: #8DB91C;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

.search-div span {
  color: #567494;
  font-size: 20px;
  padding: 0 4px 0 15px;
}

input.srch {
  font-style: normal;
  font-size: 16px;
  width: 90%;
  border: 0;
  font-family: 'Inter';
}
.search-data {
  margin-top: 10px;
}
.search-data table {
  width: 100%;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.search-data table thead tr {
  background: #f9f9f9;
}
.search-data table tr th:first-child, .search-data table tr td:first-child {
  padding-left: 2rem;
}
.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 thead tr {
  border-top: 0.5px solid #ebebeb;
}
.search-data table thead tr {
  background: #f9f9f9;
}
a.srch-btn:hover, a.lm2-btn:hover {
  transform: scale(1.06);
}




/****************************--comprehensive search---------********************/

.bg-white {
  background-color: #fff;
}
.pad-0 {
  padding: 0;
}

/****************************--office action response---------********************/

.action-response {
  background: #f4f5ff;
  padding: 3rem 0;
}
.response-details {
    border: 1px solid #ffffff;
    padding: 2rem 1rem;
    background: #FFFFFF;
    box-shadow: -1px -4px 30px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.Office {
  font-weight: 600;
  font-size: 24px;
  color: #111827;
}

.white-price {
  font-size: 40px !important;
}

.action-para span {
  padding-bottom: 10px;
    font-size: 16px !important;
    line-height: 25px;
}

.action-para p {
  font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #555555;
}

a.lm-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 25px;
  height: 50px;
  background: #ffffff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.response-hdng {
  padding-bottom: 20px;
  border-bottom: 0.4px solid #8d8d8d;
}

.office-action p {
  font-family: 'Inter';
  font-size: 18px;
  line-height: 30px;
  color: #555555;
}

.office-action h4 {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  padding: 2rem 0;
}

.officeactionresponse {
  padding: 3rem 0;
}

.lineheight{
  line-height: 54px;
}
/****************************--trademark monitoring---------********************/

.overview-nav {
  margin: 10px 0 15px 0;
}
.overview-nav li {
  display: inline-block;
  padding-right: 22px;
}
.overview-nav li a {
  position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 24px;
    gap: 10px;
    height: 48px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    background: #FAFAFA;
    border: 1px solid transparent;
}
.overview-nav li:hover a,
.overview-nav li.active a {
  background-color: #8db91c;
  color: #fff !important;
  border: 1px solid transparent;
}
.overview {
  padding: 4rem 0;
}
.fs-18 {
  font-size: 18px;
  line-height: 21px;
  color: #353b41;
}
.price2 {
  font-weight: 600;
    font-size: 50px;
    color: #000000;
}

.price2 span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.response-details span {
  font-size: 26px;
    font-weight: 600;
    color: #000000;
}

.quarterly-para {
  text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.overview-del li {
  display: flex;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #555555;
}

.overview-del li span {
  font-size: 10px;
  padding-right: 12px;
}

.overview-del {
  padding-top: 2rem;
}

.text-centr{
  margin: 0 auto;
    display: table;
    padding-bottom: 20px;
}

.overview-hdng{
  font-weight: 500 !important;
    font-size: 18px !important;
}
/****************************--copyright---------********************/

.copyright-protect {
  padding: 2rem 0 2rem 0;
}
.protects {
  display: grid;
  height: fit-content !important;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
}
.border {
  border: 1px solid #cecece;
  padding: 1.5rem 5rem;
}
.cp-hdng1 h4 {
  margin-bottom: 1rem;
  font-size: 40px;
  color: #333333;
}
ul.copyright1.copy2 {
  margin-top: 3rem;
}
.copyright1 li {
  margin-bottom: 1.2rem;
  display: flex;
  font-family: "Poppins";
  font-size: 22px;
  line-height: 33px;
  color: #5f6061;
}
.copyright1 li span {
  color: #00023f;
  font-size: 12px;
  padding-right: 12px;
}
.pricing-bg-white {
  background: transparent;
}

.txt-purple {
  color: #4C50BE !important;
}

/******----------------------------------about-us---------*****/

.aboutus {
  padding: 4rem 0 4rem 0;
  background: transparent;
}

.abt-hdng p {
  max-width: 100%;
  font-size: 16px;
}

/******--------------------------------------faqs---------*****/

.faqs-nav {
  display: inline-block;
  vertical-align: middle;
}

.faqs-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 14px 0;
  width: 68%;
}
.faqs-nav li:hover a,
.faqs-nav li.active a {
  background-color: #1e1e1e;
    color: #fff !important;
    border: 1px solid #1e1e1e;
}
.faqs-nav li a {
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 14px 36px;
    width: 100%;
    gap: 10px;
    height: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    background: #8DB91C;
    border-radius: 5px;
    color: #fff;
}

.faqs-para{
  font-size: 18px;
    line-height: 30px;
    color: #555555;
    text-align: left !important;
}
.abt-hdng h2 {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.03em;
  color: #000000;
}


/******-------------------------------------ourgurantee---------*****/

.ourgurantee {
  padding: 5rem 0;
}

.ourgurantee-para{
  text-align: left !important;
}
.ourguarantee-tabs h5 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.ourguarantee-tabs p {
  font-size: 18px;
  line-height: 30px;
  color: #555555;
}
.our-guarantee-nav li {
  width: 95% !important;
}

/******-----------------------------------------contact-us---------*****/
.contactus {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 1rem 2rem;
  min-height: 248px;
}
.contact-us-img {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contnt-details {
  padding: 4rem 0;
}
.contct-numbr {
  font-weight: 500;
  font-size: 18px;
  color: #8DB91C;
  padding-top: 26px;
}
.contact-us-contnt h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.contact-us {
  background: #ffffff;
  box-shadow: 0px 0px 34px #f1eeee;
  padding: 4rem 6rem;
}
a.expert-btn {
  background: #4c50be;
  padding: 10px 42px;
  display: inline-flex;
}
.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap textarea {
  background: transparent;
  width: 100%;
  padding: 10px;
  font-weight: 300 !important;
  border-bottom: 1px solid #555555 !important;
  font-family: 'Inter';
  font-size: 18px;
  color: #B8B8B8;
  border: 0;
}
.input-wrap {
  padding-bottom: 2rem;
}
button,
input,
select,
textarea {
  line-height: 42px;
}

.thankyou-page h6 {
  font-weight: 600;
  font-size: 64px;
  color: #000000;
}

.thankyou-page p {
  font-size: 18px;
  line-height: 29px;
  color: #6b6b6b;
}

.faq-content-cover {
  margin-right: -30px;
  margin-left: -30px;
}
.terms-service-content {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  text-align: left;
  margin: 5rem 0;
}
.faq-questomg-box {
  width: 100%;
  float: left;
}
.faq-question-title.about-title {
  margin-bottom: 34px;
  font-size: 28px;
  color: #353b41;
}
.faq-question-title {
  color: #4b5a6a;
  font-size: 29px;
  line-height: 29px;
}
.faa-paragraph {
  margin-bottom: 0px;
  padding: 0px 0px 9px;
  text-align: left;
  letter-spacing: 0.16px;
  list-style-type: none;
  font-size: 16px;
  line-height: 30px;
  color: #747a85;
  list-style: disc;
}
.stong {
  color: #4b5a6a;
  font-size: 22px;
}

.privacy-list {
  position: relative;
  margin-top: 20px;
  margin-left: 40px;
  padding-left: 52px;
}
.list-bold {
  margin-bottom: 20px;
  color: #344454;
  font-size: 22px;
}
.list-bold.bold-font {
  font-family: "Inter";
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
.text-block-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  font-size: 22px;
  color: #353b41;
}

.terms-page {
  padding: 4rem 0;
}
.faq-questomg-box {
  width: 100%;
  float: left;
}
.faa-paragraph.trem-font-font {
  font-size: 16px;
  color: #747a85;
}


/******------------------------------------privacy-policy-strt---------*****/

ul.terms-service-list {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}
ul.terms-service-list li {
  margin-bottom: 10px;
}
.faq-questomg-box {
  width: 100%;
  float: left;
}
.faq-question-title {
  color: #4B5A6A;
  font-size: 29px;
  line-height: 29px;
}
.faq-question-title.about-title {
  margin-top: 0px;
  letter-spacing: -0.02em;
}
.faq-question-title.about-title.text-center {
  text-align: center;
}
.faa-paragraph {
  margin-bottom: 0px;
  padding: 13px 0px 9px;
  color: #344454;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.16px;
  list-style-type: none;
}
.faa-paragraph.trem-font-font {
  color: #4B5A6A;
  font-size: 22px;
}
.faq-link {
  display: inline-block;
  color: var(--primary);
  text-decoration: none;
}
.faq-link:hover {
  color: var(--primary);
}
.terms-service-list-item {
  margin-bottom: 30px;
  color: #344454;
  font-size: 17px;
  line-height: 30px;
}
.terms h4 {
  font-size: 24px;
  margin: 1rem 0;
}
.terms ul {
  padding-left: 40px;
  line-height: 25px;
  font-size: 16px;
  color: #333;}

.terms .roman {
  list-style: upper-roman;
}
.terms .alphabets {
  list-style: upper-alpha;
}
.terms .square {
  list-style: square;
}
.terms .alphabets-small {
  list-style: lower-alpha;
}
.terms .roman-small {
  list-style: lower-roman;
}
.terms strong,.terms b {
  font-weight: 600;
  /* margin-bottom: 1rem; */
  /* display: inline-block; */
}
/* .terms p {
  margin-bottom: 2rem;
} */
.terms ul li {
  margin-bottom: 1rem;
}
.terms ul li::marker {
  font-size: 22px;
  font-weight: 500;
}
.terms b {
  margin-bottom: 2rem;
  display: block;
}
.terms .square li, .terms .square li p {
  margin-bottom: 10px;
}
i.fas.fa-comments-alt {
  color: #8db91c;
}

.margin-top{
  margin-top: 6rem;
  margin-bottom: 5rem;
}
/******---------------------------------------comparision-strt---------*****/
.steps-section {
  padding-bottom: 4rem;
}

.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: #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 0px;
}

table.pricing tr td:nth-child(2) {
  color: #344454;
}

table.pricing tr td:nth-child(3) {
  color: #0085ff;
}

.tp-check-pricing {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #344454 url("../images/check.png") no-repeat center;
  border-radius: 100%;
}

.tp-check-pricing.orange {
  background-color: #0085ff;
}

.tp-check-pricing.blue {
  background-color: #fe7749;
}

table.pricing tr td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}

p.small-text {
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  color: #8f8f8f;
}

.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 0px;
  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;
}
.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;
}

.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-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 {
  padding: 1.5rem;
  border-radius: 10px;
}
.form_wrap b,
.form_wrap strong {
  font-weight: bolder !important;
}

.theme-btn {
  display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 20px;
    height: 50px;
    background: #8db91c;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-radius: 6px;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    border: 1px solid transparent;
    transition: 0.35s linear;
    cursor: pointer;
}

.theme-btn:hover {
  transform: scale(1.05);
}

.form-head {
  padding: 2rem;
  background: linear-gradient(151.92deg, #f9f9f9 -3.6%, #dedede 88.81%);
  border-radius: 6px;
}

.form-head .form-heading {
  white-space: nowrap;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1f1f1f;
}

.form-head br {
  display: none;
}

.form-head span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  color: #777777;
}

table.pricing tr {
  border-bottom: 1px solid #757575;
  /* padding: 5rem 0 !important; */
}
.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: #0085ff;
  padding: 12px 30px;
  display: inline-block;
  margin: 35px 0 0px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
  text-transform: capitalize;
  white-space: nowrap;
}
.register-pricing {
  width: 100%;
  overflow-x: auto;
}

.main-heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
}

a.btn-normal:hover {
  color: #fff;
}

table.pricing tr td:nth-child(4) {
  color: #fe7749;
}


.innerpage {
  background: transparent;
}

a.btn1-normal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  width: 201px;
  height: 60px;
  background: #1f2839;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
}
a.btn-normal.black-btn {
  background: #1f2839;
}

a.btn-normal.orange-btn {
  background: #fe7749;
}

a.btn1-normal.blue-btn {
  background: #0d72e9;
}

a.btn1-normal.orange-btn {
  background: #fe7749;
}

table.pricing tr td:nth-child(3) h3 {
  color: #0085ff;
}

table.pricing tr td:nth-child(4) h3 {
  color: #fe7749;
}


/********form end********/

/*-------------------------------------------------------------------------------*/
.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: #f8f8f8;
  box-shadow: 0 0 30px -9px #0000006e;
  z-index: 9999999;
  overflow: hidden;
  display: none;
  max-width: 98%;
  padding: 0 10px;
}
.mmpopup {
  text-align: center;
  background: #f8f8f8;
  padding: 30px 0;
}
.mmpopup .formpop {
  width: 86.4%;
  margin: auto;
}
.mmpopup .fld-input {
  height: 50px;
  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(https://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(https://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: #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: 700;
  color: #4c50be;
}
.mmpopup .centercont h3 span {
  display: block;
  margin: 0 5px;
  font-size: 30px;
  color: #000;
}
.mmpopup .centercont h4 span {
  font-weight: 700;
    color: #8db91c;
    font-size: 60px;
}
.fld-input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 217 217);
  border-radius: 5px;
  background-color: #fff;
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}
.fld-input input {
  font-family: "Poppins";
  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 {
  border-radius: 5px;
  background-color: #8db91c;
  border: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s;
  font-family: "Poppins";
  height: 59px;
  cursor: pointer;
}

.fld-btn button i {
  padding-left: 12px;
}
.fld-btn button:hover {
  transform: scale(1.03);
}
.mmpopup .centercont p:after {
  background-color: #8db91c;
    width: 100px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.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: #fff;
  text-align: left;
}

table.pricing.innerpage.compare td {
  border: 0 !important;
}
.compare tr td:first-child {
  color: #333 !important;
}

.bgform h3 {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 28px;
}
.btn-normal {
  background: #8db91c;
  padding: 10px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
}
.add_owner {
  background: #28c299;
  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: #28c299 url("../../assets/images/check-pricing.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 {
  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 {
  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: #28c299;
  /* font-size: 12px; */
  /* font-weight: 400; */
}
.form-tooltip > span {
  color: #fff;
  width: 18px;
  height: 18px;
  background-image: linear-gradient(to bottom, #28c299, #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 label {
    margin: 10px 0;
    font-weight: 600;
}
.label-big{
    margin-bottom: 15px !important;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 1.3 !important;
}
.form_wrap b,
.form_wrap strong {
  font-weight: bolder !important;
}

.bgform h3 {
  display: flex !important;
  justify-content: space-between;
  margin-bottom: 2rem;
  text-transform: none !important;
  font-family: 'Inter';
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
}
h3.form-heading {
  justify-content: center;
}
.bgform h3 span {
  font-size: 16px;
  white-space: nowrap;
}
.bgform p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}

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: #28c299 !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: #28c299;
}
.steps-progress li:last-child span:after {
  content: none;
}
.steps-progress span.completed::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: white;
}
.relative {
  position: relative !important;
}

.form_wrap .form-control {
  border: 1px solid #ddd;
  margin-top: 10px;
  min-height: 45px;
  border-radius: 4px;
}

ul.process-packs > li {
  width: 33%;
  background: #e9f4ff;
  margin: 1%;
  padding: 20px 20px 100px;
  border: 1px solid #0275df33;
  border-radius: 5px;
  position: relative;
}
ul.process-packs {
  display: flex;
}
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 #28c29917;
  padding: 1px 0 4px 0;
}
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;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00c";
  display: inline-block;
  color: #28c299;
  font-size: 12px;
  margin-right: 8px;
}

ul.process-packs > li > a {
  width: 90%;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.head-sec {
  text-align: center;
  margin-bottom: 35px;
}
.head-sec h3 {
  font-size: 23px;
  font-weight: bold;
}

.head-sec h4 {
  font-size: 55px;
  margin: 15px 0 17px;
  color: #0275df;
}

small.fonts-inter {
  font-size: 16px;
  line-height: 24px;
}

.order-details-box {
  background: #f3f6fa;
  border-radius: 6px;
  border: 1px solid #bbc5d6;
  overflow: hidden;
  width: 90%;
}

.order-details-box h5 {
  font-size: 20px;
  text-align: center;
  padding: 14px;
  margin-bottom: 11px;
  background: #ecf0f5;
  border-bottom: 1px solid #bbc5d6;
}

.order-details-box ul li {
  list-style: disc;
  margin-left: 18px;
  margin-top: 8px;
  color: #6c6c6c;
  font-size: 14px;
}

.order-details-box ul {
  min-height: 151px;
  margin: 20px;
}

.totalbox {
  font-size: 25px;
  text-align: center;
  padding: 14px;
  background: #ecf0f5;
  border-top: 1px solid #bbc5d6;
  font-weight: bold;
}
.order-details-box h6 {
  margin: 23px 23px 0;
}

/********form end********/

div#popoffer form {
  margin-bottom: 10px;
}
#popoffer .mmpopup .centercont h3 span {
  padding-bottom: 10px;
  line-height: 38px;
}
#popoffer .mmpopup .centercont p {
  max-width: 420px;
}
.formpop small {
  font-size: 12px;
  line-height: 16px;
}
/* ------------------------------------------------------------------ */

/*Step-5-new*/


.register-pricing .pckg span.pckg-title {
    font-weight: 600;
    font-size: 24px;
    display: block;
    text-align: center;
    color: #8DB91C;
}

.register-pricing .pckg span.just-for {
    font-size: 20px;
    display: block;
    text-align: center;
    margin: 1rem 0;
}

.register-pricing .pckg span.uspto {
    font-size: 18px;
    display: block;
    text-align: center;
}

.register-pricing .pckg .btn-normal {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #8DB91C;
    color: white;
    width: fit-content;
    margin: 1.5rem auto;
    border-radius: 10px;
}
.register-pricing{
    overflow-x:hidden !important;
}
.register-pricing .pckg {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
     margin-bottom: 1.5rem;
    background:#fff;
}

.register-pricing .pckg ul {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 22px;
}

.register-pricing .pckg ul li {
    position: relative;
    display: flex;
    gap: 10px;
}

.register-pricing .pckg ul li::before {
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    background: #8DB91C;
    border-radius: 20px;
    top: 5px;
    left: 0;
    flex-shrink: 0;
    position: relative;
}
/*Step-5-new*/









.packge-box {
    padding: 25px;
    /* border: 1px solid #dbdbdb; */
    text-align: center;
    margin: 15px 0;
    background: #fbfbfb;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}

.packge-box > ul > li {
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 10px;
    color: #747474;
    position: relative;
    padding-left: 21px;
    padding-top: 11px;
}

.packge-box > ul > li:before {
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    background: #8db91c;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    left: 0;
}
.form-title {
    line-height: 1.8em;
}

.packge-box h3.form-heading {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px !important;
    color: #8db91c;
}
.packge-box > ul > li+li {
    border-top: 1px dashed #cdcdcd;
}







@media only screen and (max-width: 1600px) and (min-width: 1201px){
    .mainBanner:before{
        width: 70%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px){
    .res-col1{
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .res-col2{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .foot-hdng h4{
        font-size: 16px;
    }
    .testimonials{
        width: 95%;
        min-height: 410px;
        margin-bottom: 20px;
    }
    .logo img {
      max-width: 100% !important;
    }
    .pckg{
       min-height: 600px !important;
   }
}



@media (max-width: 1200px) {
  ul.sub-menu {
    left: auto;
    width: 300px;
  }
  .overlap {
    transform: translateY(0);
    margin-top: 0;
  }
  footer {
    padding-top: 2rem;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
    justify-content: center;
  }

  .menu-Bar.open span {
    background: #000;
  }

  .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;
  }

  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e1f1b3;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }
  a.chat-btn {
    color: #333 !important;
    text-align: center;
    padding: 20px 32px !important;
  }
  ul.menu li {
    display: block;
    padding: 8px 0;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 24px;
    padding-right: 0;
    margin-right: 0;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
  }
  .logo img {
    max-width: 80%;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .main-header ul.menu > li a {
    color: #000000;
    font-size: 18px;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }

  .copyright ul li a {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .tm-sec4 {
    padding-top: 45px;
  }
  .sec2-details {
    min-height: 0px;
  }
  .ban-hdng h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .ban-details {
    margin-top: 2rem;
    margin-bottom: 2rem;
    min-height: 0;
  }
  .tm-sec2 {
    padding: 2rem 0;
  }
  .tm-sec2-hdng h2 {
    padding: 0.5rem 0;
  }
  .sec2-contnt h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .pckg {
    padding: 1.2rem;
    margin-top: 2rem;
  }
  .pckg-content ul {
    min-height: 194px;
  }
  .registered {
    margin-top: 2rem;
  }
  .ban-buttons {
    padding: 1rem 0;
  }
  .tm-sec2-hdng h2 {
    padding: 0.5rem 0;
    font-size: 28px;
  }
  .ban-hdng p {
    font-size: 16px;
    line-height: 30px;
    max-width: 100%;
    padding: 1rem 0 1.5rem 0;
  }
  a.g-strt-btn {
    padding: 17px 28px;
  }
  .banner-ul li {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
  }
  .banner-ul {
      padding-bottom: 1rem;
  }
  .pckg-head {
    padding: 0rem 0rem 0 0rem;
  }
  .pckg-points {
    padding: 0 0rem 0 0rem;
  }
  .faqs-nav li a {
    font-size: 18px;
  }
  h2 {
      font-size: 28px;
      padding: 0.5rem 0;
  }
  ul.accordion-list {
      margin-top: 1rem;
  }







}

@media only screen and (max-width: 1024px) and (min-width: 992px){
  .reg-hdng h6 {
    font-size: 38px;
    line-height: 56px;
   }
  .sldr-para p {
    font-size: 16px;
    line-height: 28px;
  }
  .test-del {
    padding: 1rem 1rem 1rem 1rem;
    width: 50%;
  }
  .pckg-btn-wrap {
    margin-bottom: 0;
   }
  .pckg-content ul {
    font-size: 14px;
    }
  .sec2-contnt p {
    font-size: 14px;
    }
    .res-col1{
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .res-col2{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .foot-hdng h4{
        font-size: 15px;
    }
    .testimonials{
        width: 95%;
        min-height: 410px;
        margin-bottom: 20px;
    }
    .f-menu li.last a {
        margin-bottom: 15px;
   }
   .logo img {
      max-width: 100%;
   }
   .pckg{
       min-height: 600px !important;
   }
   .mainBanner {
    background-size: unset !important;
    padding: 0px 0 28px;
  }
}

@media (max-width: 991px) {
  .ourguarantee-tabs p {
    font-size: 16px;
    line-height: 28px;
  }
  .ourguarantee-tabs h5 {
    font-size: 24px;
    margin-top: 1rem;
  }
  .mainBanner {
    background-size: unset !important;
    padding: 0px 0 28px;
  }
  .logo h6 {
    font-size: 22px;
    color: #fff;
  }
  .tm-sec1 {
    padding: 1rem 0;
  }
  .tm-sec2-hdng p {
    max-width: 100%;
  }
  .icon-contnt h4 {
    font-size: 11px;
    line-height: 14px;
  }
  .pckg-head {
    padding: 0rem 1rem 0 1rem;
  }
  .pckg-points {
    padding: 0 1rem 0 1rem;
  }
  .pckg-btn-wrap {
    margin-bottom: 0rem;
  }
  .pricing {
    padding: 1rem 0;
  }
  ul.terms-service-list {
    padding-left: 16px;
  }
  .menu-Bar span {
    /* background: white; */
  }
  span.stars {
    margin-top: 1rem;
  }
  .pckg-btn-wrap .pckg-btn {
    padding: 13px 12px;
    margin-bottom: 16px;
  }
  .reg-hdng {
    padding: 2rem 0;
  }
  .sec2-details {
    min-height: 379px;
  }
  .numbr {
    width: 75px;
    height: 75px;
  }
  .mainBanner .ban-hdng > ul {
    margin-bottom: 0;
  }
  .ban-hdng h1 {
    font-size: 33px;
    line-height: 40px;
  }
  .ban-hdng p {
    padding: 22px 0;
    max-width: 100%;
  }
  .ban-details {
    margin-top: 2rem;
    margin-bottom: 2rem;
    min-height: 0;
  }
  .testimonials {
    width: auto;
  }
  .ban-buttons {
    padding: 1rem 0;
  }
  a.g-strt-btn {
    padding: 13px 16px;
  }
  .tm-sec1-hdng h3 {
    font-size: 22px;
  }
  .tm-sec4 {
    padding-top: 45px;
  }
  .sldr-para {
    min-height: 0;
  }
  .sec2-contnt p {
    font-size: 14px;
    line-height: 22px;
  }
  .tm-sec2 {
    padding: 2rem 0;
  }
  .tm-sec2-hdng h2 {
    padding: 0.5rem 0;
  }
  .sec2-contnt {
    padding-top: 0.5rem;
  }
  .sec2-contnt h4 {
    min-height: 0;
    font-size: 26px;
    line-height: 30px;
  }
  .tm-reg {
    padding-bottom: 3rem;
  }
  .pckg {
    gap: 1rem;
    margin-top: 0rem;
    padding: 2rem;
    margin-bottom: 3rem;
  }
  .pckg-content ul {
    font-size: 14px;
    line-height: 20px;
    min-height: 135px;
  }
  .pckg-content ul li {
    margin-bottom: 1.5rem;
    font-size: 14px;
  }
  .test-del {
    margin: 0 0;
    position: inherit;
    padding: 2rem 1rem 2rem 2rem;
  }
  .test-del p {
    padding: 0 0;
    font-size: 15px;
    line-height: 27px;
  }
  .test-reviews {
    padding: 1rem 1rem;
  }
  .test-image {
    top: 42px;
    left: 535px;
  }
  .registered {
    margin-top: 0;
    padding: 0rem 0;
  }
  .tm-free {
    padding: 1rem 0;
  }
  .sec2-details {
    margin-bottom: 28px;
    padding: 1rem 1rem;
  }
  a.get-btn1 {
    padding: 13px 20px;
    font-size: 20px;
    font-weight: 500;
  }
  .tm-sec2-hdng h2 {
    padding: 1rem 0;
  }
  .sec2-contnt {
    padding-top: 0.5rem;
  }
  footer {
    padding-top: 2rem;
  }
  .reg-image img {
    display: none !important;
  }
  ul.rating-bar {
    margin-top: 16px;
  }
  .mainBanner:before {
    width: 100%;
  }
  .ban-details2 img {
    display: none;
  }
  .pckg.popular {
    margin-top: 56px;
  }
  .numbr-card {
    margin-bottom: 28px;
  }
  .hdng2 h5 {
    font-size: 14px;
  }
  .reg-hdng p {
    padding: 1rem 0 1rem 0;
    text-align: center;
  }
  .cta1 {
    padding: 1rem 0;
  }
  .reg-hdng h6 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }
  .visa-card {
    text-align: center;
    padding: 1rem 0;
  }
  .f-menu li.last a {
    margin-bottom: 15px;
  }
  .w-image img {
    display: none;
  }
  .contactus {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .ourguarantee-tabs p {
    font-size: 16px;
    line-height: 28px;
  }
  .ourguarantee-tabs h5 {
    font-size: 24px;
    margin-top: 1rem;
  }
  .pad-btm {
    margin-bottom: 18px;
    margin-left: 8px;
  }
  .tm-sec2-hdng p {
    max-width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .pckg-head {
    padding: 1rem 1rem 0 1rem;
  }
  .pckg-points {
    padding: 0 1rem 0 1rem;
  }
  .pckg-btn-wrap {
    margin-bottom: 0rem;
  }
  .icon-contnt h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .banner-ul {
    padding-bottom: 0rem;
    padding-top: 1rem;
  }
  .fs-16 {
    font-size: 16px;
  }
  .fs-20 {
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #000000;
  }
  .padding {
    padding-bottom: 1rem;
  }
  ul.accordion-list {
    margin-top: 2rem;
  }
  .faqs {
    padding: 1rem 0 2rem 0;
  }
  .comprehensive-search {
    padding: 2rem 0 1rem 0;
  }
  .protects {
    grid-template-columns: repeat(1, 1fr);
  }
  .border {
    padding: 1.5rem 1rem;
  }
  input.srch {
    width: 86%;
  }
  .search-div span {
    font-size: 16px;
    padding: 0 4px 0 2px;
  }
  .overview-nav li {
    margin-bottom: 20px;
  }
  .aboutus {
    padding: 1rem 0 2rem 0;
  }
  .ourgurantee {
    padding: 1rem 0;
  }
  .contactus {
    margin-bottom: 1rem;
  }
  .contnt-details {
    padding: 2rem 0;
  }
  .faqs-nav li a {
    font-size: 16px;
  }
  .faqs-nav li {
      width: 100%;
  }
  .faqs-nav {
      margin-top: 2rem;
  }
  .overview {
    padding: 0rem 0;
  }
  .accordion-list li h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    width: 96%;
  }

  ul.accordion-list > li {
      padding: 10px 25px 10px 14px;
      margin-bottom: 12px;
  }

  ul.accordion-list > li h6:before {
      top: 10px;
      font-size: 12px;
  }

  .w-image img {
      display: none;
  }
  .pckg-head .label {
    font-size: 20px;
  }

    ul.trademarksearch-option li {
      width: 100%;
  }

  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;
  }
  .steps-section h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
  }
  ul.rating-bar li:last-child {
    border-right: 1px solid #ddd;
  }

  #popoffer .mmpopup .centercont p {
    font-size: 15px;
  }
  #popoffer .mmpopup .centercont h3 span {
    font-size: 23px;
    line-height: 30px;
  }
  .steps-section {
    padding-bottom: 3rem;
  }
  .steps-section h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
  }
  .ban-hdng h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .ban-hdng p {
    font-size: 16px;
    line-height: 24px;
    padding: 0.5rem 0;
    max-width: 100%;
  }
  .ban-buttons {
    flex-direction: column;
    align-items: center;
  }
  a.g-strt-btn {
    width: 98% !important;
  }
  a.g-strt-btn.g-strt1 {
    width: 100%;
  }
  .ban-details {
    margin-bottom: 0;
    min-height: 0;
  }
  .mainBanner {
    background-size: unset !important;
    padding: 0px 0 28px;
  }
  .logo h2 {
    font-size: 26px;
  }
  .tm-sec1-hdng h3 {
    font-size: 18px;
    line-height: 5px;
  }
  .tm-sec1 {
    padding: 1.5rem 0 0.4rem 0;
  }
  .tm-sec2 {
    padding: 2rem 0 2.5rem 0;
  }
  .tm-sec2-hdng h2 {
    font-size: 25px;
    padding: 0.8rem 0;
    line-height: 30px;
  }
  .sec2-details {
    margin-top: 2rem;
    min-height: 0;
    padding: 1rem 1rem 1rem 1rem !important;
    margin-bottom: 0px;
  }
  .pckg {
    margin-bottom: 1rem;
    padding: 1rem;
    margin-top: 2rem;
  }
  .pckg-content p {
    margin-bottom: 18px;
  }
  .test-del {
    margin: 0px 0;
    width: 100%;
    padding: 1rem 1rem 1rem 1rem;
    position: inherit;
  }
  .reg-image {
    display: none !important;
  }
  .testimonials {
    width: 100%;
    flex-direction: column;
    margin-top: 2rem;
  }
  .test-image {
    left: 180px;
    top: 38px;
  }
  .sldr-para {
    min-height: 0;
  }
  .tm-reg {
    padding: 0.5rem 0 2.3rem 0;
  }
  .registered {
    padding: 0px 0 0px 0;
    margin-top: 0rem;
  }
  .tm-free {
    padding: 1rem 0;
  }
  .ban-buttons {
    padding: 1rem 0;
  }
  .tm-sec4 {
    padding-top: 30px;
    padding: 2rem 0;
  }
  .pckg-content ul {
    font-size: 16px;
    line-height: 35px;
  }
  .process-del {
    padding-top: 0;
  }
  .tm-sec2-hdng {
    padding-bottom: 0;
  }
  .mainBanner .ban-hdng > ul {
    margin-bottom: 0;
  }
  .sec2-contnt p {
    font-size: 16px;
    line-height: 26px;
  }
  .reg-hdng h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .reg-hdng {
    padding: 1rem 0;
  }
  footer .logo img {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  footer {
    text-align: center;
  }
  .pckg-content ul li {
    margin-bottom: 0.5rem;
    line-height: 26px;
  }
  .pricing {
    padding: 2rem 0 0rem 0;
  }
  .pckg-content ul li:before {
    top: 6px;
  }
  .mainBanner:before {
    width: 100%;
  }
  .ban-details2 img {
    display: none;
  }
  .tm-sec1-hdng h5 {
    font-size: 16px;
    line-height: 0;
  }
  .pckg.popular {
    margin-top: 56px;
  }
  .pckg-btn-wrap .pckg-btn {
    margin-bottom: 12px;
  }
  .hdng {
    padding-top: 0;
  }
  .numbr-card {
    margin-bottom: 30px;
  }
  ul.rating-bar {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 0;
  }
  ul.rating-bar li {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1rem;
  }
  .benefit-detail {
    margin-top: 0 !important;
  }
 
  .reg-hdng h6 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
  .reg-hdng p {
    padding: 1rem 0 1rem 0;
    text-align: center;
    line-height: 26px;
}
  .foot-hdng {
    margin-top: 2rem;
  }
  .foot-hdng h4 {
    font-size: 18px;
    text-align: left;
  }
  ul.f-menu {
    margin-top: 10px;
  }
  .f-menu li a {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.18px;
  }
  .f-menu li {
    text-align: left;
  }
  .livechat-button {
    margin-top: 15px;
  }
  .call_btn {
    margin-top: 16px;
  }
  .copyright {
    margin-top: 30px;
  }
  .copyright .container {
    padding-top: 16px;
  }
  .copyright p {
    font-size: 11px;
  }
  .visa-card {
    text-align: center;
    padding: 1rem 0;
  }

  .sec3 {
    margin-bottom: 0;
  }
  .fs-45 {
    font-size: 23px;
    line-height: 26px;
  }
  .why-get-a-trademark {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
  .w-image img {
    display: none;
  }
  .privacy-list {
    margin-top: 6px;
    margin-left: 0px;
    padding-left: 19px;
  }
  .list-bold{
      margin-left: 5px;
  }
  .faa-paragraph{
      margin-left: 5px;
  }
  .text-block-9{
      left: -5px;
      top: 5px;
  }
  h2{
    font-size: 26px;
      line-height: 40px;
  }
  .terms ul {
    padding-left: 30px;
    line-height: 26px;
    font-size: 14px;
    color: #555555;
  } 
  .head-bar {
    margin-right: 0;
    justify-content:center;
  }
















}
