/*Main Css */
:root {
    --primary: #C9A45C;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --font-heading: "Playfair Display" , sans-serif;
    --font-accent: "Poppins" , sans-serif;
    --font-body: "Poppins" , sans-serif;
    --icon: "Font Awesome 6 Pro", sans-serif;
}
::selection {
    background: #C9A45C;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    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: #C9A45C;
}

/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1434px;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #626262;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    display: block;
    font-weight: 600;
    color: #1A1A1A;
}

*:hover,
*:focus,
* {
    outline: none !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;
    text-decoration: none;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    font-family: var(--font-body);
    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;
}

/* Padding Classes */
.pad-zero {
    padding: 0px;
}
.pad-l-zero {
    padding-left: 0px;
}
.pad-r-zero {
    padding-right: 0px;
}
.ovr-hiddn {
    overflow: hidden;
}
.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.overlay {
    display: none;
}
.overlay.active {
    display: block;
}

/* Heading Classes */
.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}
.highlighted {
    color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
    margin: 0 -15px;
}
.slick-slide {
    margin: 0 15px;
}
.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}
.slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}
.slick-dots li button {
    height: 8px;
    width: 30px;
    border-radius: 100px;
    padding: 0px;
    background: #DDDDDD;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -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;
    box-sizing: border-box;
}
.slick-dots li.slick-active button {
    background: #B6B9FC;
    width: 55px;
}

/*header css*/
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: sticky;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    background: #F9F9F9;
}
header.sticky{
    background: white;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    top: 0;
}
.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: inline-block;
}
.logo img {
    display: block;
}

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}
.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--primary);
    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-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;
}

/* Menu Css */
.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}
.menu > li  {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 40px;
}
.menu > li > a {
    display: block;
    /* text-transform: uppercase; */
    color: #1A1A1A;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.218px;
}
.header-btn {
    background: var(--primary);
    color: white !important;
    padding: 12px 24px;
    font-weight: 600 !important;
    border-radius: 15px;
    line-height: 24.218px;
}
.header-btn:hover{
    transform: scale(1.03);
}
.menu > li :hover > a,
.menu > li .active > a {
    color: var(--primary);
}

@keyframes scale-display {
    0% {
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
  }
  @keyframes scale-display--reversed {
    0% {
      display: inline-flex;
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
    99% {
      display: inline-flex;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      display: none;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
  }

/* Menu Dropdown CSS */
.has-child {
    position: relative;
    z-index: 1;
}
.dropdown {
    position: absolute;
    background: white;
    /* padding: 1rem; */
    border-radius: 0px 0px 10px 10px;
    top: 45px;
    width: 300px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
}

@keyframes slide{
    0% {
      height: 0;
    }
    100% {
      height: auto;
    }
}
.dropdown .dropdown {
    left: 100%;
    top: 0;
}
.dropdown ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 10px 20px;
}
.dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.chev.rotate {
    transform: rotate(180deg);
}
.chev {
    transition: .5s ease;
}
/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}

/* Main Banner CSS */
.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background: #F9F9F9;
}
.banner-content {
    padding: 80px 0 0px;
}
h1.banner-heading {
    margin-bottom: 20px;
    color: var(--Color, #1A1A1A);
    font-size: 80px;
    font-weight: 600;
    line-height: 90px; /* 112.5% */
}
span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}
p.banner-text {
    margin-bottom: 20px;
    color: #626262;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.header-wrapper {
    border-bottom: 1px solid #00000024;
    padding: 15px 0;
}
.trusted-icons {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: start;
}

/* -------------------------counter CSS------------------------  */
ul#counter {
    display: flex;
    align-items: end;
    gap: 21px;
    flex-direction: column;
}
ul#counter li .counter {
    display: flex;
    align-items: center;
    gap: 10px;
}
.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.counter-wrapper .counter span.count {
    font-weight: 700;
    font-size: 45px;
    color: #000;
}
ul#counter li .counter>div {
    margin-bottom: 0rem;
    flex-shrink: 0;
    color: #15294B;
    font-family: "Playfair Display";
    font-size: 30px;
    font-weight: 700;
    text-align: start;
}
ul#counter li {
    padding: 8px 20px 8px 8px;
    text-align: end;
    line-height: 28px;
    display: flex;
    align-items: end;
    justify-content: end;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
ul#counter li .counter span.text {
    color: var(--Color, #1A1A1A);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
/* -------------------------counter CSS------------------------  */
ul.banner-list {
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    display: flex;
    padding: 8px 10px;
    align-items: center;
    gap: 30px;
    width: fit-content;
    margin: 0 auto 20px;
}
.banner-list li {
    color: #15294bc7;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #D9D9D9;
    padding: 0 30px 0 0;
}
.banner-list li i {
    font-size: 28px;
    color: #15294b;
}
.banner-list li.last {
    border-right: 0;
    padding: 0 0px 0 0;
}
/* ---------------------section-1---------------- */
section.sec-1 {
    padding: 102.22px 0 100.44px;
}
.step-card {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 25.71px 30.89px;
}
.step-card h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 25.23px;
}
.step-card p {
    color: #626262;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    opacity: 0.8;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 25.23px;
}
.step-card span {
    color: #15294B;
    font-family: "Playfair Display";
    font-size: 67.829px;
    font-style: normal;
    font-weight: 700;
    line-height: 77.024px; /* 113.556% */
    text-align: end;
    margin: 0 auto;
    display: flex;
    align-items: end;
    justify-content: end;
}
/* -------section-2---------------- */
.service-card {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #F9F9F9;
    display: flex;
    padding: 25px;
    align-items: flex-start;
    gap: 22px;
    align-self: stretch;
}
.service-card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}
.service-card p {
    color: #626262;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    opacity: 0.8;
}
.services-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.service-image {
    width: 100%;
    height: 100%;
}
.service-image img {
    width: 100%;
    height: 100%;
}
section.sec-2 {
    background: #F9F9F9;
    padding: 90.83px 0;
}

/* -------section-3---------------- */
section.sec-3 {
    background: #F9F9F9;
    padding: 90.46px 0;
}
.testi-card {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
.testi-card p {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    opacity: 0.8;
}
.bottom span.name {
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    padding-top: 14px;
    padding-bottom: 6px;
}
.bottom span.des {
    color: #1A1A1A;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
    padding-bottom: 14px;
}
.testi-card .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* -----------------Accordian--------------------- */
.accordion-list {
    position: relative;
}
.accordion-list li {
    padding: 18px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    backdrop-filter: blur(8.5px);
    border-radius: 18px;
    border: 1.2px solid #D9D9D9;
    background: #FFF;
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
     color: var(--Color, #1A1A1A);
     font-family: Inter;
     font-size: 18px;
     font-weight: 500;
     line-height: 28.8px; /* 160% */
}
ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #000;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    font-weight: 600;
    top: 0;
    height: 24px;
    width: 24px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f077";
    background: var(--primary);
    color: #fff;
}
.answer p {
    margin-top: 10px;
    letter-spacing: -0.36px;
    color: var(--teXTY-ADFS, #626262);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}
.accordion-list>li.last {
    margin-bottom: 0;
}
.accordion-list>li.active .answer {
    display: block !important;
}
section.sec-9 {
    padding: 100px 0 60px;
}
.answer {
    border-top: 1px solid #28282821;
    margin-top: 10px;
}
.accordion-list li.active {
    border-radius: 18px;
}
/* -------------------Accordian--------------------- */

/* ------------------packages-------------------- */
.pckg {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: 0.3s;
    /* height: 100%; */
    padding: 25px 22px;
    border-radius: 23.453px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
.pckg .btn-wrap a{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.pckg .btn-wrap .btn-norm{
    color: var(--primary);
    transition: .5s ease;
}
.pckg .btn-wrap .btn-norm:hover{
    transform: scale(1.03);
}
.pckg .upper .title {
    margin-bottom: 12px;
    color: #1A1A1A;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}
.pckg .upper p {
    color: var(--teXTY-ADFS, #626262);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pckg .upper .price {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    border-top: 1px solid #0000001c;
    border-bottom: 1px solid #0000001c;
    margin: 23px 0;
}
.pckg .upper .price .amount {
    color: var(--primary);
    font-size: 51.596px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pckg .upper .price .uspto {
    color: var(--teXTY-ADFS, #626262);
    font-feature-settings: 'subs' on;
    font-size: 20.179px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pckg .bottom .includes {
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #111827;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.pckg .bottom ul li {
   position: relative;
   display: flex;
   color: var(--teXTY-ADFS, #626262);
   font-family: Poppins;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 28.143px; /* 156.352% */
   gap: 10px;
}
.pckg .bottom ul {
    margin: 1rem 0 3rem;
    padding-right: 10px;
    /* height: 178px; */
    /* overflow-y: scroll; */
}
.bottom span {
   color: #1A1A1A;
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
}
.pckg .bottom ul li:not(.last) {
    margin-bottom: 1rem;
}
.pckg .btn-wrap {
    flex-direction: column;
    margin: 0;
}
.pckg:hover {
    border: 1px solid var(--primary);
}
.office-action-pckg .bottom p {
    color: var(--teXTY-ADFS, #626262);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}
/* ------------------------packages-------------------------- */

/* -----------------------Sec Headings----------------------- */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;   
}
.sec-heading h2 {
    color: #1A1A1A;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    color: #626262;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    opacity: 0.8;
}
.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 1rem;
}
/* Sec Headings */

/* sections */
section {
    padding: 90.26px 0 100.55px;
    position: relative;
}
.padding-2{
    padding: 1rem 0;
}
/* sections */ 

/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.btn-wrap .theme-btn {
    padding: 12px 24px;
    background: var(--primary);
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--primary);
    transition: .5s ease;
    border-radius: 15px;
    font-family: 'Inter';
    line-height: 24.218px;
}
.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--primary);
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* Theme Buttons */

/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 12.035px;
    border: 1.204px solid #D9D9D9;
}
.newcountrycode select {
    width: 56px;
    border: 0;
    padding: 0px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: transparent;
}
.newcountrycode .countrycode {
    width: 70px;
    border: 0;
    background: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px;
}
.newcountrycode .phone-field {
    width: 100%;
}
.newcountrycode input {
    border: 0;
}
.newcountrycode.contact-dd input {
    padding: unset;
    border: unset;
    margin-bottom: 0;
}
/* Country Code */

/* footer */
.footer-sec {
    text-align: center;
}
.footer-wrapper {
    border-radius: 30px;
    border: 1px solid #514e4e;
    padding: 20.13px 19.13px;
    margin-top: 41.88px;
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright p,.copyright a {
    color: white;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.f-link li:first-child {
    border-right: 1px solid #ffffff4f;
    padding-right: 20px;
}
.quicklinks-wrapper {
    display: flex;
    gap: 23.32px;
}
.sec-heading2 {
    border-radius: 20px;
    background: #C9A45C;
    padding: 41.88px 23.04px;
    width: 477.684px;
}
.sec-heading2 h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 11px;
}

.banner-img {
    text-align: center;
}
.sec-heading2 p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.theme-btn2 {
    border-radius: 15px;
    background: #FFF;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8.05px;
    color: #15294B;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.218px; /* 151.362% */
    font-family: 'Inter';
}
.theme-btnbordered2 {
    border-radius: 15px;
    background: #15294B;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8.05px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.218px; /* 151.362% */
    font-family: 'Inter';
}
.btn-wrap2 {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 18px;
}
.border-right {
    position: relative;
}
.border-right:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 8vw;
    background: #ffffff1f;
    height: 232px;
    width: 1px;
}
.border-right.two:before {
    left: 14vw;
}
.theme-btn2:hover, .theme-btnbordered2:hover {
    color: var(--primary);
}
/* footer */

.sec-heading span {
    padding-bottom: 11px;
    color: var(--teXTY-ADFS, #626262);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.sec-5 .sec-heading p {
    padding-top: 10px;
}
.sec-5 .sec-heading h2 {
    line-height: 56px;
}
.aboutus-list li {
    color: var(--teXTY-ADFS, #626262);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 175% */
    border-bottom: 1px solid #0000001c;
    padding: 11px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.aboutus-list li.last {
    border-bottom: 0;
}

/* -------------------------contact us-------------------------- */
.input-field1 label {
    padding-left: 0;
    color: #626262;
    font-weight: 400;
    padding-bottom: 8px;
    font-size: 16px;
    opacity: 0.8;
}
.input-field1 input, .input-field1 textarea {
    cursor: pointer;
    height: 56px;
    width: 100%;
    font-size: 16px;
    color: #222222;
    padding: 15px 14px;
    outline: none !important;
    text-transform: capitalize;
    background: #FFF;
    border-radius: 12.035px;
    border: 1.204px solid #D9D9D9;
}
.input-field1 textarea {
    height: 185.339px;
}
.send a {
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    width: 100%;
    border: 0;
    padding: 17px 20px;
    box-shadow: 0 1.7px 3.1px 0 rgba(11, 93, 81, 0.01);
    border-radius: 68px;
    background: #C9A227;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.218px; /* 151.362% */
}
.send input {
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    width: 100%;
    border: 0;
    padding: 17px 20px;
    box-shadow: 0 1.7px 3.1px 0 rgba(11, 93, 81, 0.01);
    border-radius: 68px;
    background: #C9A227;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.218px; /* 151.362% */
}
.contactbox {
    display: flex;
    align-items: center;
    gap: 18.77px;
    margin-bottom: 12.84px;
}
.contactbox-detail {
    padding: 12px 18px;
    text-align: center;
    width: 100%;
    border-radius: 13.21px;
    border: 1px solid #D9D9D8;
    background: #FFF;
}
.contactbox-detail h3 {
    padding-top: 12.98px;
    color: var(--Color, #1A1A1A);
    font-size: 18.207px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.938px; /* 115% */
    letter-spacing: 0.364px;
}
.contactbox-detail p {
     padding-bottom: 10.58px;
     color: var(--teXTY-ADFS, #626262);
     font-family: 'Inter';
     font-size: 14.566px;
     font-style: normal;
     font-weight: 400;
     line-height: 20.028px; /* 137.5% */
     opacity: 0.7;
}
.input-field1 {
    padding-bottom: 18.05px;
}
/* -------------------------contact us-------------------------- */
ul.overview-nav {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 6px;
    margin-top: 20px;
    flex-wrap: wrap;
}
ul.overview-nav a {
    padding: 14.5px 10px;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid transparent;
    color: #333333;
    border-radius: 11px;
    background: transparent;
    text-align: left;
    width: 100%;
}
ul.overview-nav li.active a {
    background: var(--primary);
    color: white;
    border-color: var(--primary) !important;
}
.faqs-overview {
    border-radius: 24px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 14px 17px;
}
.faqs-overview h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid #0000002e;
    padding: 0 0 20px;
}
ul.overview-nav li {
    width: 100%;
}
.benefit-card {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #F9F9F9;
    display: flex;
    padding: 33px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.benefit-card h3 {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.benefit-card p {
    color: #626262;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    opacity: 0.8;
}
section.sec-7 {
    background: #F9F9F9;
}

/* Trademark Search */
.diff .hdng,.search-data table tr td:first-child,a.srch-btn{font-weight:600}
.diff ul,a.srch-btn{font-size: 16px;display:flex}
.contact-card a,.diff .hdng{font-family:var(--font-heading)}
.search-data table,.search-div{width: 541px;}
.search-wrapper{display:flex;border:1px solid #fff;align-items:center;border-radius:20px;gap:0;justify-content:space-between;/* margin-top:2rem; */transition:.5s;/* box-shadow:0 3.446054697036743px 0 0 #000; */border-radius: 10px;border: 1px solid #D9D9D9;padding: 10px;}
.input-wrapper span i{font-size:26px}.search-wrapper .input-wrapper input{width:100%;background:0 0;color: #626262;border-radius:20px;border:none;font-size: 14px;}
.search-wrapper:has(input:focus){border-color:var(--primary)}
.input-wrapper{width:100%;display:flex;align-items:center;gap:10px}
a.srch-btn{height: 44.475px;align-items:center;
    gap: 10px;
    justify-content: center;padding: 9.205px 18.409px;color:#fff;text-transform:capitalize;width: 40%;text-align: center;border-radius: 11.506px;background: #C9A45C;font-size: 14px;font-weight: 600;font-family: 'Inter';}
.search-data table thead tr th{height:48px;vertical-align:middle;font-weight:700}
.search-data table tr td:first-child,.search-data table tr th:first-child{padding-left:2rem}
.table td,.table th{border-top:0}.search-data table tbody tr td{padding-right:2rem;height:70px;vertical-align:middle;white-space:nowrap;text-align:left}
.search-data table tbody tr:not(:last-child){border-bottom:.5px solid #ebebeb}
.search-data{margin-top:10px;width:100%;overflow-x:auto}
.diff{border:1px solid #e5e7eb;padding:50px;border-radius:14px;height:100%}
.diff .hdng{font-size:36px;margin-bottom:1.5rem;letter-spacing:-1px}
.diff ul{list-style:disc;flex-direction:column;line-height:34px;color:#0b0b0b;padding-left:20px;font-weight:500}
.diff .hdng.red{color:red}.contact-form input,.contact-form textarea{border:1px solid #d8d8d8;width:100%;padding:1rem;border-radius:5px}

span.feature-included {
    color: var(--Color, #1A1A1A);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    opacity: 0.8;
    padding-bottom: 21px;
}
.chooseus-image {
    width: 100%;
    height: 100%;
}
.chooseus-image img {
    width: 100%;
}
ul.overview-nav2 {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 2rem;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
ul.overview-nav2 a {
    padding: 14.5px 10px;
    border: 1px solid transparent;
    border-radius: 11px;
    background: transparent;
    text-align: left;
    width: 100%;
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    opacity: 0.3;
    display: flex;
    flex-direction: column;
}
ul.overview-nav2 li.active a {
    background: transparent;
    color: #1A1A1A;
    border-color: transparent !important;
    opacity: 1;
    font-size: 50px;
}
ul.overview-nav2 a span {
    color: #1E1E1E;
    font-family: "Playfair Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
ul.overview-nav2 li.active a span {
    color: var(--primary);
}
.easyprocess {
    color: #1A1A1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'Inter';
    padding-bottom: 8px;
}

.howitwork-wrap {
    color: #1A1A1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'Inter';
    padding-top: 28px;
    padding-bottom: 10px;
}
.copyrightcounter {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    width: 250px;
    padding: 8px 20px 8px 8px;
    align-items: center;
    gap: 10px;
}
.copyright-counter {
    display: flex;
    gap: 15px;
}
.copyrightcounter h3 {
    color: #15294B;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}
.copyrightcounter p {
    color: var(--Color, #1A1A1A);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.72px;
}
.protect-wrap {
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 10px 20px;
    height: 100%;
}
.protect-wrap h3 {
    border-radius: 30px;
    border: 1px solid #d9d9d952;
    background: #00b34029;
    color: #00B340;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    padding: 14.19px 0;
}
.protect-card {
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
    padding: 19px 15px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    width: 204.987px;
}
.protect-card p {
    color: #626262;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}
.protect-wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 14.98px;
    justify-content: center;
    margin: 20.59px 0;
}
.protect-wrap p {
    color: #626262;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    text-align: center;
}
.protect-wrap h3.color-red {
    color: #F00;
    background: #ff00001a;
}
.protect-wrap ul li {
    opacity: 0.8;
    color: #626262;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 23.95px 0;
    border-bottom: 1px solid #00000029;
}
.protect-wrap ul li strong {
    font-weight: 600;
}
.protect-wrap ul li.last {
    border-bottom: 0;
}

/* popup */
 .poptable,.popupmain{position:fixed;top:50%;transform:translateY(-50%);left:0;right:0;margin:auto;box-shadow:0 0 30px -9px #0000006e;z-index:9999999;border-radius:8px;max-width:97%;max-height:90vh;display:none;background:#fff}
.popupmain{width:530px;overflow:hidden;overflow-y:auto}
.poptable{width:1000px;overflow:hidden;overflow-y:auto}
.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    backdrop-filter: blur(10px);
  }
  .popupmain {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
    /* background: #fff; */
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    display: none;
    border-radius: 32px;
    max-height: 90vh;
    /* background: transparent; */
    margin: inherit;
  }
  .mmpopup {
    /* background: url("../images/popup-bg.webp"); */
    /* background-size: cover; */
    /* background-position: center; */
    /* border-radius: 33px; */
    /* border: 5px solid #fff; */
    padding: 12px;
  }
  .mmpopup .popup-content {
    padding: 30px 26px;
    width: 100%;
    max-width: 500px;
    border-radius: 29px;
    background: #fff;
    box-shadow: 0px 4px 52.4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(33.75px);
    overflow: hidden;
  }
  .mmpopup .formpop {
    width: 100%;
    margin-top: 40px;
  }
  .mmpopup .form-text {
    color: #000;
    font-family: var(--font-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 20px;
  }
  .mmpopup .form-text a {
    color: #659640;
    font-weight: 700;
  }
  .mmpopup .form-text a:hover {
    color: var(--secondary);
  }
  .mmpopup .form-group-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    align-items: center;
    gap: 0;
    column-gap: 20px;
    margin-bottom: 12px;
    width: 100%;
  }
  .mmpopup .fld-input {
    height: 50px;
    width: 100%;
    /* margin-bottom: 9px; */
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #d1d5db;
    overflow: hidden;
  }
  .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 p {
    color: #333;
    font-size: 14px;
    margin-bottom: 120px;
    line-height: 20px;
  }
  .closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 100px;
  }
  .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;
    position: relative;
    text-align: center;
  }
  .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: #659640;
  }
  .mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff;
  }
  .mmpopup .centercont h3 span {
    color: #000;
    font-family: var(--font-body);
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
  }
  .mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    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 {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #eeeeee;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: "Inter";
  }
  .fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
  }
  .fld-btn button {
    border: 0;
  }
  .form-group field input.form-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
.form-group input.form-field {
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    width: 100%;
    height: 100%;
    padding: 20px 12px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #eeeeee;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: "Inter";
    border-radius: 10px;
}
.fld-btn button.banner-btn {
    border: 4px solid var(--primary);
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 17px 40px;
    border-radius: 5px;
    background: var(--primary);
    box-shadow: 0px 10px 21.1px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
}
.fld-btn.packageformsubmit {
    display: flex;
    align-items: center;
    gap: 1rem;
}
/* popup */

/* Comparision  */
.form_wrap{/* box-shadow:0 5px 15px rgb(0 0 0 / 15%); */padding:1.5rem;border-radius:10px;/* background:#f8faff; */}
.form_wrap b,.form_wrap strong{font-weight:bolder!important}
.bgform h3{display:flex;justify-content:space-between}.bgform h3 span{font-size:16px}
.bgform p{margin-bottom:20px;color:#192e5a;font-family:var(--font-heading);font-size:26px;font-weight:600;line-height:normal}
.form-head{background: #A7A7A7;color:#fff;padding: 1rem;border-radius:10px;margin: 0 0 30px;text-align:center;display:block;height:auto;width: 100%;border-radius: 20px;background: #C9A45C;}
.form-head .form-heading{white-space:nowrap;font-weight:600;margin-bottom:15px;justify-content:center;font-size: 19.624px;font-family: 'Poppins';}
.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}
.form-head .form-price{margin:1rem 0;border-radius: 9.812px;background: #FFF;color: #1A1A1A;text-align: center;font-family: Poppins;font-size: 39.249px;font-style: normal;font-weight: 700;line-height: 29.436px; /* 75% */padding: 9.812px;}
.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>li ul li{font-size:14px;color:#707070;line-height:1.4em;margin:2px 0;border-bottom:1px solid var(--primary) 17;padding:1px 0 4px}
ul.process-packs>li ul li:before{font-family:"Font Awesome 5 Pro";font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;
    font-variant:normal;text-rendering:auto;line-height:1;content:"\f00c";display:inline-block;color:var(--primary);font-size:12px;margin-right:8px}
ul.process-packs>li>a{width:90%;text-align:center;padding:15px;font-size:16px;font-weight:700;position:absolute;bottom:20px;left:0;right:0;margin:0 auto}
.head-sec{text-align:center;margin-bottom:35px}.add_owner,.btn-normal{background: var(--white);margin:10px 0;color: var(--primary);font-size:14px}
.head-sec h3{font-size:23px;font-weight:700}.head-sec h4{font-size:55px;margin:15px 0 17px;color:#0275df}
small.fonts-inter{font-size:16px;line-height:24px}
table.pricing{margin:0 0 30px}table.pricing tr td:first-child{width:34.3%;font-size:16px;line-height:28px;text-align:left;color:#444}
.bgform h3{font-size:24px;margin-bottom:16px;line-height:28px; color: #fff;}
.btn-normal{padding:16px 30px;display:inline-block;border-radius:100px;white-space:nowrap;display:flex;justify-content:center;gap:10px;font-weight:600}
.btn-normal:hover{transform:scale(1.03);color:#000}.add_owner{padding:14px 30px;display:inline-block;border-radius:5px;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: #2DAA5A url("../images/check-pricing.png") no-repeat center;border-radius:100%}
.tp-check-pricing.orange{background-color: #2DAA5A;}.tp-check-pricing.blue{background-color: #2DAA5A;}
table.pricing tr{border-bottom:1px solid #e6e4e4}
table.pricing tr td{padding:10px 15px;text-align:center;vertical-align:middle;border-radius: 20px 20px 0 0;}
.form_wrap {
    border: 1px solid #00000012;
    padding: 20px;
    border-radius: 20px;
}
h3.main-heading {
    color: #000;
}
.btnnormal-themebtn {
    padding: 16px 50px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--primary);
    width: max-content;
    color: #FFF;
    font-size: 15.699px;
    font-weight: 600;
    line-height: 23.763px;
    border-radius: 14.718px;
}
.form-head.blue {
    background: #15294B;
}
table.pricing tr td:nth-child(2) {
    border-radius: 0;
    background: #F3F3F3;
}
table.pricing tr td:nth-child(4) {
    border-radius: 0;
    background: #F3F3F3;
}
/* Comparision */

/* ---------------------------footer------------------------------- */
footer {
    padding: 50px 0 0;
    background: #161616;
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid #005175; */
    padding: 18px 0;
}
.copyright p,.copyright a {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    opacity: 0.67;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-sec p {
    padding-top: 16px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    opacity: 0.7;
}
.footer-hdng h4 {
    margin-bottom: 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #ffffff24;
    width: fit-content;
    padding: 0 0 10px;
}
.f-menu li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}
.footer-hdng p {
    color: #fff;
    line-height: normal;
    padding-bottom: 16px;
}
.hours {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hours p {
    color: #fff;
    font-size: 16px;
}
.f-menu li a i {
    color: var(--primary);
    margin-right: 10px;
}
.f-menu li {
    line-height: 2;
}
.copyright-sec {
    background: #161616;
}
/* ----------------------------------footer---------------------- */

/* 404 */
.error-text {
    font-size: 96px;
    line-height: 68px;
    color: #000;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;
    color: #000;
}
.error-image {
    margin-top: 100px;
}
.thankyou-text{
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
    color: #000;
}
/* 404 */

/* terms */
.terms ul {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
h1.banner-heading.termspage {
    margin: 100px 0;
    font-size: 50px;
}
.terms ul li {
    margin-bottom: 2rem;
}
.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}
.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
}
.terms p {
    margin-bottom: 1rem;
}
/* terms */


@media (max-width: 1440px) {
     .btn-wrap {
        flex-direction: row;
    }
    .btn-wrap a {
        width: auto;
        text-align: center;
    }
    header{
        padding: 0;
    }
    .banner-content {
        padding: 60px 0 0px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 56px;
        line-height: 63px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .sec-heading h2 {
        font-size: 37px;
        padding-bottom: 16px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        gap: 12px;
    }
    .header-wrapper {
        padding: 12px 0;
    }
    ul.banner-list {
        gap: 2px;
    }
    .banner-list li {
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        border-right: 0;
    }
    .banner-list li i {
        font-size: 20px;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .trusted-icons {
        gap: 12px;
    }
    ul#counter {
        gap: 8px;
    }
    .counter img {
        max-width: 50px;
    }
    ul#counter li .counter>div {
        font-size: 22px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
    }
    section.sec-1 {
        padding: 60.22px 0 60.44px;
    }
    .step-card {
        padding: 14.71px 18.89px;
    }
    .step-card h3 {
        font-size: 22px;
        padding-bottom: 12.23px;
    }
    .step-card p {
        font-size: 16px;
        padding-bottom: 18.23px;
        line-height: 25px;
    }
    section.sec-2 {
        padding: 60.83px 0;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .service-card p {
        font-size: 14px;
        line-height: 22px;
    }
    section {
        padding: 60.26px 0 60.55px;
    }
    .pckg .upper .title {
        margin-bottom: 6px;
        font-size: 24px;
    }
    .pckg .upper p {
        font-size: 14px;
    }
    .pckg .upper .price {
        padding: 0px 0;
        margin: 14px 0;
    }
    .pckg .upper .price .amount {
        font-size: 40.596px;
    }
    .pckg .upper .price .uspto {
        font-size: 14.179px;
    }
    .bottom span {
        font-size: 16px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 18.143px;
    }
    section.sec-3 {
        padding: 60.46px 0;
    }
    .testi-card {
        padding: 15px;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .accordion-list li h3 {
        max-width: 95%;
    }
    .answer p {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading2 {
        padding: 20.88px 12.04px;
        width: 292.684px;
    }
    .sec-heading2 h2 {
        font-size: 22px;
    }
    .sec-heading2 p {
        font-size: 14px;
    }
    .btn-wrap2 {
        flex-direction: column;
    }
    .theme-btn2, .theme-btnbordered2{
        width: 100%;
    }
    .border-right:before, .border-right.two:before{
        display: none;
    }
    .f-menu li a{
        font-size: 14px;
    }
    .footer-hdng h4 {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .footer-hdng {
        margin-top: 1rem;
    }
    .sec-heading span {
        padding-bottom: 0px;
        font-size: 14px;
    }
    .sec-5 .sec-heading h2 {
        line-height: 40px;
    }
    .aboutus-list li {
        font-size: 16px;
        line-height: 18px;
        padding: 11px 0;
    }
    ul.overview-nav a {
        padding: 12.5px 10px;
        font-size: 14px;
    }
    .faqs-overview {
        margin-bottom: 2rem;
        border-radius: 14px;
        padding: 10px 10px;
    }
    .benefit-card h3 {
        font-size: 20px;
    }
    .benefit-card {
        padding: 20px 16px;
        gap: 12px;
    }
    .benefit-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .search-data table, .search-div {
        width: auto;
    }
    span.feature-included {
        padding-bottom: 6px;
    }
    .sec-heading {
        margin-bottom: 1rem;
    }
    ul.overview-nav2 a span {
        font-size: 20px;
    }
    ul.overview-nav2 a{
    font-size: 28px;
    }
    ul.overview-nav2 li.active a {
        font-size: 28px;
    }
    ul.overview-nav2 {
        gap: 6px;
        margin-bottom: 16px;
    }
    .copyright-counter {
        gap: 6px;
    }
    .copyrightcounter p {
        font-size: 14px;
    }
    .protect-wrap h3 {
        font-size: 20px;
    }
    .protect-wrap p {
        font-size: 14px;
        line-height: 18px;
    }
    .protect-wrap {
        border-radius: 20px;
        padding: 12px 16px;
    }
    .terms h4 {
        font-size: 18px;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    .error-text {
        font-size: 28px;
        line-height: 22px;
        margin-bottom: 1rem;
    }
    .error-heading {
        font-size: 20px;
        line-height: 20px;
    }
    .thankyou-text {
        font-size: 12px;
        line-height: 22px;
    }
    .btnnormal-themebtn {
        margin-bottom: 2rem;
    }
    .form_wrap {
        padding: 10px;
        border-radius: 12px;
    }
    table.pricing tr td:first-child {
        width: 58.3%;
        font-size: 14px;
        line-height: 24px;
    }
    table.pricing tr td {
        padding: 8px 6px;
    }
    .mmpopup .centercont h3 span {
        font-size: 26px;
        line-height: 1.4;
    }
    .form-label {
        font-size: 13px;
    }
    .input-field1 input, .input-field1 textarea {
        font-size: 14px;
        padding: 6px 14px;
    }
    .newcountrycode {
        border-radius: 5.035px;
    }
    .detail-wrapper {
        margin-top: 2rem;
    }
    .service-card {
        padding: 14px;
        gap: 16px;
    }
    .protect-card {
        padding: 19px 50px;
        width: auto;
    }
    .contactbox-detail p {
        font-size: 12.566px;
    }
    .contactbox-detail {
        padding: 12px 10px;
    }
    .input-field1 input{
        height: 46px;
    }
    .input-field1 textarea{
        height: 100px;
    }

}

@media (max-width: 1200px) {
    header{
        padding: 1rem 0;
    }
    .btns{
        margin: 1.5rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #15294B;
        border-radius: 0;
    }
    ul.menu.btns li {
        border-bottom: 0;
    }
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        padding: 1rem;
        font-weight: 500;
        font-size: 14px;
        color: #fff;
    }
    .form-head .form-heading{
        white-space: normal;
        font-size: 20px;
    }
    .form-head{
        padding: 1rem;
    }
    .btn-normal{
        padding: 10px 8px;
    }
    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important;
    }
    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px;
    }
    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }
    .menuWrap .menu:first-child{
        padding-left: 0;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        height: 100vh;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    }
    ul.menu > li  {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column;
    }
    ul.menu > li > a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li > a {
        color: #fff;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
        font-size: 14px;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }

    .btn-wrap {
        flex-direction: row;
    }
    .btn-wrap a {
        width: auto;
        text-align: center;
    }
    header{
        padding: 0;
    }
    .banner-content {
        padding: 60px 0 0px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 56px;
        line-height: 63px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .sec-heading h2 {
        font-size: 37px;
        padding-bottom: 16px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        gap: 12px;
    }
    .header-wrapper {
        padding: 12px 0;
    }
    ul.banner-list {
        gap: 2px;
    }
    .banner-list li {
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        border-right: 0;
    }
    .banner-list li i {
        font-size: 20px;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .trusted-icons {
        gap: 12px;
    }
    ul#counter {
        gap: 8px;
    }
    .counter img {
        max-width: 50px;
    }
    ul#counter li .counter>div {
        font-size: 22px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
    }
    section.sec-1 {
        padding: 60.22px 0 60.44px;
    }
    .step-card {
        padding: 14.71px 18.89px;
    }
    .step-card h3 {
        font-size: 22px;
        padding-bottom: 12.23px;
    }
    .step-card p {
        font-size: 16px;
        padding-bottom: 18.23px;
        line-height: 25px;
    }
    section.sec-2 {
        padding: 60.83px 0;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .service-card p {
        font-size: 14px;
        line-height: 22px;
    }
    section {
        padding: 60.26px 0 60.55px;
    }
    .pckg .upper .title {
        margin-bottom: 6px;
        font-size: 24px;
    }
    .pckg .upper p {
        font-size: 14px;
    }
    .pckg .upper .price {
        padding: 0px 0;
        margin: 14px 0;
    }
    .pckg .upper .price .amount {
        font-size: 40.596px;
    }
    .pckg .upper .price .uspto {
        font-size: 14.179px;
    }
    .bottom span {
        font-size: 16px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 18.143px;
    }
    section.sec-3 {
        padding: 60.46px 0;
    }
    .testi-card {
        padding: 15px;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .accordion-list li h3 {
        max-width: 95%;
    }
    .answer p {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading2 {
        padding: 20.88px 12.04px;
        width: 292.684px;
    }
    .sec-heading2 h2 {
        font-size: 22px;
    }
    .sec-heading2 p {
        font-size: 14px;
    }
    .btn-wrap2 {
        flex-direction: column;
    }
    .theme-btn2, .theme-btnbordered2{
        width: 100%;
    }
    .border-right:before, .border-right.two:before{
        display: none;
    }
    .f-menu li a{
        font-size: 14px;
    }
    .footer-hdng h4 {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .footer-hdng {
        margin-top: 1rem;
    }
    .sec-heading span {
        padding-bottom: 0px;
        font-size: 14px;
    }
    .sec-5 .sec-heading h2 {
        line-height: 40px;
    }
    .aboutus-list li {
        font-size: 16px;
        line-height: 18px;
        padding: 11px 0;
    }
    ul.overview-nav a {
        padding: 12.5px 10px;
        font-size: 14px;
    }
    .faqs-overview {
        margin-bottom: 2rem;
        border-radius: 14px;
        padding: 10px 10px;
    }
    .benefit-card h3 {
        font-size: 20px;
    }
    .benefit-card {
        padding: 20px 16px;
        gap: 12px;
    }
    .benefit-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .search-data table, .search-div {
        width: auto;
    }
    span.feature-included {
        padding-bottom: 6px;
    }
    .sec-heading {
        margin-bottom: 1rem;
    }
    ul.overview-nav2 a span {
        font-size: 20px;
    }
    ul.overview-nav2 a{
    font-size: 28px;
    }
    ul.overview-nav2 li.active a {
        font-size: 28px;
    }
    ul.overview-nav2 {
        gap: 6px;
        margin-bottom: 16px;
    }
    .copyright-counter {
        gap: 6px;
    }
    .copyrightcounter p {
        font-size: 14px;
    }
    .protect-wrap h3 {
        font-size: 20px;
    }
    .protect-wrap p {
        font-size: 14px;
        line-height: 18px;
    }
    .protect-wrap {
        border-radius: 20px;
        padding: 12px 16px;
    }
    .terms h4 {
        font-size: 18px;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    .error-text {
        font-size: 28px;
        line-height: 22px;
        margin-bottom: 1rem;
    }
    .error-heading {
        font-size: 20px;
        line-height: 20px;
    }
    .thankyou-text {
        font-size: 12px;
        line-height: 22px;
    }
    .btnnormal-themebtn {
        margin-bottom: 2rem;
    }
    .form_wrap {
        padding: 10px;
        border-radius: 12px;
    }
    table.pricing tr td:first-child {
        width: 58.3%;
        font-size: 14px;
        line-height: 24px;
    }
    table.pricing tr td {
        padding: 8px 6px;
    }
    .mmpopup .centercont h3 span {
        font-size: 26px;
        line-height: 1.4;
    }
    .form-label {
        font-size: 13px;
    }
    .input-field1 input, .input-field1 textarea {
        font-size: 14px;
        padding: 6px 14px;
    }
    .newcountrycode {
        border-radius: 5.035px;
    }
    .detail-wrapper {
        margin-top: 2rem;
    }
    .service-card {
        padding: 14px;
        gap: 16px;
    }
    .protect-card {
        padding: 19px 50px;
        width: auto;
    }
    .contactbox-detail p {
        font-size: 12.566px;
    }
    .contactbox-detail {
        padding: 12px 10px;
    }
    .input-field1 input{
        height: 46px;
    }
    .input-field1 textarea{
        height: 100px;
    }



}

@media (max-width : 1199px) {
    .btn-wrap {
        flex-direction: row;
    }
    .btn-wrap a {
        width: auto;
        text-align: center;
    }
    header{
        padding: 0;
    }
    .banner-content {
        padding: 60px 0 0px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 56px;
        line-height: 63px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .sec-heading h2 {
        font-size: 37px;
        padding-bottom: 16px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        gap: 12px;
    }
    .header-wrapper {
        padding: 12px 0;
    }
    ul.banner-list {
        gap: 2px;
    }
    .banner-list li {
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        border-right: 0;
    }
    .banner-list li i {
        font-size: 20px;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .trusted-icons {
        gap: 12px;
    }
    ul#counter {
        gap: 8px;
    }
    .counter img {
        max-width: 50px;
    }
    ul#counter li .counter>div {
        font-size: 22px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
    }
    section.sec-1 {
        padding: 60.22px 0 60.44px;
    }
    .step-card {
        padding: 14.71px 18.89px;
    }
    .step-card h3 {
        font-size: 22px;
        padding-bottom: 12.23px;
    }
    .step-card p {
        font-size: 16px;
        padding-bottom: 18.23px;
        line-height: 25px;
    }
    section.sec-2 {
        padding: 60.83px 0;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .service-card p {
        font-size: 14px;
        line-height: 22px;
    }
    section {
        padding: 60.26px 0 60.55px;
    }
    .pckg .upper .title {
        margin-bottom: 6px;
        font-size: 24px;
    }
    .pckg .upper p {
        font-size: 14px;
    }
    .pckg .upper .price {
        padding: 0px 0;
        margin: 14px 0;
    }
    .pckg .upper .price .amount {
        font-size: 40.596px;
    }
    .pckg .upper .price .uspto {
        font-size: 14.179px;
    }
    .bottom span {
        font-size: 16px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 18.143px;
    }
    section.sec-3 {
        padding: 60.46px 0;
    }
    .testi-card {
        padding: 15px;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .accordion-list li h3 {
        max-width: 95%;
    }
    .answer p {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading2 {
        padding: 20.88px 12.04px;
        width: 292.684px;
    }
    .sec-heading2 h2 {
        font-size: 22px;
    }
    .sec-heading2 p {
        font-size: 14px;
    }
    .btn-wrap2 {
        flex-direction: column;
    }
    .theme-btn2, .theme-btnbordered2{
        width: 100%;
    }
    .border-right:before, .border-right.two:before{
        display: none;
    }
    .f-menu li a{
        font-size: 14px;
    }
    .footer-hdng h4 {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .footer-hdng {
        margin-top: 1rem;
    }
    .sec-heading span {
        padding-bottom: 0px;
        font-size: 14px;
    }
    .sec-5 .sec-heading h2 {
        line-height: 40px;
    }
    .aboutus-list li {
        font-size: 16px;
        line-height: 18px;
        padding: 11px 0;
    }
    ul.overview-nav a {
        padding: 12.5px 10px;
        font-size: 14px;
    }
    .faqs-overview {
        margin-bottom: 2rem;
        border-radius: 14px;
        padding: 10px 10px;
    }
    .benefit-card h3 {
        font-size: 20px;
    }
    .benefit-card {
        padding: 20px 16px;
        gap: 12px;
    }
    .benefit-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .search-data table, .search-div {
        width: auto;
    }
    span.feature-included {
        padding-bottom: 6px;
    }
    .sec-heading {
        margin-bottom: 1rem;
    }
    ul.overview-nav2 a span {
        font-size: 20px;
    }
    ul.overview-nav2 a{
    font-size: 28px;
    }
    ul.overview-nav2 li.active a {
        font-size: 28px;
    }
    ul.overview-nav2 {
        gap: 6px;
        margin-bottom: 16px;
    }
    .copyright-counter {
        gap: 6px;
    }
    .copyrightcounter p {
        font-size: 14px;
    }
    .protect-wrap h3 {
        font-size: 20px;
    }
    .protect-wrap p {
        font-size: 14px;
        line-height: 18px;
    }
    .protect-wrap {
        border-radius: 20px;
        padding: 12px 16px;
    }
    .terms h4 {
        font-size: 18px;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    .error-text {
        font-size: 28px;
        line-height: 22px;
        margin-bottom: 1rem;
    }
    .error-heading {
        font-size: 20px;
        line-height: 20px;
    }
    .thankyou-text {
        font-size: 12px;
        line-height: 22px;
    }
    .btnnormal-themebtn {
        margin-bottom: 2rem;
    }
    .form_wrap {
        padding: 10px;
        border-radius: 12px;
    }
    table.pricing tr td:first-child {
        width: 58.3%;
        font-size: 14px;
        line-height: 24px;
    }
    table.pricing tr td {
        padding: 8px 6px;
    }
    .mmpopup .centercont h3 span {
        font-size: 26px;
        line-height: 1.4;
    }
    .form-label {
        font-size: 13px;
    }
    .input-field1 input, .input-field1 textarea {
        font-size: 14px;
        padding: 6px 14px;
    }
    .newcountrycode {
        border-radius: 5.035px;
    }
    .detail-wrapper {
        margin-top: 2rem;
    }
    .service-card {
        padding: 14px;
        gap: 16px;
    }
    .protect-card {
        padding: 19px 50px;
        width: auto;
    }
    .contactbox-detail p {
        font-size: 12.566px;
    }
    .contactbox-detail {
        padding: 12px 10px;
    }
    .input-field1 input{
        height: 46px;
    }
    .input-field1 textarea{
        height: 100px;
    }

    
}

@media (max-width : 1023px){
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
    .overlap-slider {
        /* width: 180%; */
        width: 100%;
        position: relative;
    }
}

@media (max-width : 992px) {
    .btn-wrap {
        flex-direction: row;
    }
    .btn-wrap a {
        width: auto;
        text-align: center;
    }
    header{
        padding: 0;
    }
    .banner-content {
        padding: 60px 0 0px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 56px;
        line-height: 63px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .sec-heading h2 {
        font-size: 37px;
        padding-bottom: 16px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        gap: 12px;
    }
    .header-wrapper {
        padding: 12px 0;
    }
    ul.banner-list {
        gap: 2px;
    }
    .banner-list li {
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        border-right: 0;
    }
    .banner-list li i {
        font-size: 20px;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .trusted-icons {
        gap: 12px;
    }
    ul#counter {
        gap: 8px;
    }
    .counter img {
        max-width: 50px;
    }
    ul#counter li .counter>div {
        font-size: 22px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
    }
    section.sec-1 {
        padding: 60.22px 0 60.44px;
    }
    .step-card {
        padding: 14.71px 18.89px;
    }
    .step-card h3 {
        font-size: 22px;
        padding-bottom: 12.23px;
    }
    .step-card p {
        font-size: 16px;
        padding-bottom: 18.23px;
        line-height: 25px;
    }
    section.sec-2 {
        padding: 60.83px 0;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .service-card p {
        font-size: 14px;
        line-height: 22px;
    }
    section {
        padding: 60.26px 0 60.55px;
    }
    .pckg .upper .title {
        margin-bottom: 6px;
        font-size: 24px;
    }
    .pckg .upper p {
        font-size: 14px;
    }
    .pckg .upper .price {
        padding: 0px 0;
        margin: 14px 0;
    }
    .pckg .upper .price .amount {
        font-size: 40.596px;
    }
    .pckg .upper .price .uspto {
        font-size: 14.179px;
    }
    .bottom span {
        font-size: 16px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 18.143px;
    }
    section.sec-3 {
        padding: 60.46px 0;
    }
    .testi-card {
        padding: 15px;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .accordion-list li h3 {
        max-width: 95%;
    }
    .answer p {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading2 {
        padding: 20.88px 12.04px;
        width: 292.684px;
    }
    .sec-heading2 h2 {
        font-size: 22px;
    }
    .sec-heading2 p {
        font-size: 14px;
    }
    .btn-wrap2 {
        flex-direction: column;
    }
    .theme-btn2, .theme-btnbordered2{
        width: 100%;
    }
    .border-right:before, .border-right.two:before{
        display: none;
    }
    .f-menu li a{
        font-size: 14px;
    }
    .footer-hdng h4 {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .footer-hdng {
        margin-top: 1rem;
    }
    .sec-heading span {
        padding-bottom: 0px;
        font-size: 14px;
    }
    .sec-5 .sec-heading h2 {
        line-height: 40px;
    }
    .aboutus-list li {
        font-size: 16px;
        line-height: 18px;
        padding: 11px 0;
    }
    ul.overview-nav a {
        padding: 12.5px 10px;
        font-size: 14px;
    }
    .faqs-overview {
        margin-bottom: 2rem;
        border-radius: 14px;
        padding: 10px 10px;
    }
    .benefit-card h3 {
        font-size: 20px;
    }
    .benefit-card {
        padding: 20px 16px;
        gap: 12px;
    }
    .benefit-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .search-data table, .search-div {
        width: auto;
    }
    span.feature-included {
        padding-bottom: 6px;
    }
    .sec-heading {
        margin-bottom: 2rem;
    }
    ul.overview-nav2 a span {
        font-size: 20px;
    }
    ul.overview-nav2 a{
    font-size: 28px;
    }
    ul.overview-nav2 li.active a {
        font-size: 28px;
    }
    ul.overview-nav2 {
        gap: 6px;
        margin-bottom: 16px;
    }
    .copyright-counter {
        gap: 6px;
    }
    .copyrightcounter p {
        font-size: 14px;
    }
    .copyrightcounter {
        width: 100%;
        flex-direction: column;
        padding: 8px;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 0;
    }
    .protect-wrap h3 {
        font-size: 20px;
    }
    .protect-wrap p {
        font-size: 14px;
        line-height: 18px;
    }
    .protect-wrap {
        border-radius: 20px;
        padding: 12px 16px;
    }
    .terms h4 {
        font-size: 18px;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    .error-text {
        font-size: 28px;
        line-height: 22px;
        margin-bottom: 1rem;
    }
    .error-heading {
        font-size: 20px;
        line-height: 20px;
    }
    .thankyou-text {
        font-size: 12px;
        line-height: 22px;
    }
    .btnnormal-themebtn {
        margin-bottom: 2rem;
    }
    .form_wrap {
        padding: 10px;
        border-radius: 12px;
    }
    table.pricing tr td:first-child {
        width: 58.3%;
        font-size: 14px;
        line-height: 24px;
    }
    table.pricing tr td {
        padding: 8px 6px;
    }
    .mmpopup .centercont h3 span {
        font-size: 26px;
        line-height: 1.4;
    }
    .form-label {
        font-size: 13px;
    }
    .input-field1 input, .input-field1 textarea {
        font-size: 14px;
        padding: 6px 14px;
    }
    .newcountrycode {
        border-radius: 5.035px;
    }
    .contactbox {
        flex-direction: column;
    }
    .detail-wrapper {
        margin-top: 2rem;
    }
    .service-card {
        padding: 14px;
        gap: 16px;
    }
    .protect-card {
        padding: 19px 26px;
        width: auto;
    }
    .search-data table tbody tr td {
        height: 46px;
        font-size: 12px;
    }
    .header-wrapper .logo img {
        width: 100% !important;
        max-width: 98px;
        height: 56px !important;
    }


 }

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .btn-wrap {
        flex-direction: row;
    }
    .btn-wrap a {
        width: auto;
        text-align: center;
    }
    header{
        padding: 0;
    }
    .banner-content {
        padding: 60px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 35px;
        line-height: 32px;
        padding-bottom: 12px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        gap: 12px;
    }
    .header-wrapper {
        padding: 12px 0;
    }
    ul.banner-list {
        gap: 2px;
    }
    .banner-list li {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        border-right: 0;
    }
    .banner-list li i {
        font-size: 20px;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .trusted-icons {
        flex-direction: row;
        gap: 5px;
        align-items: center;
        max-width: 24%;
    }
    ul#counter {
        align-items: center;
       gap: 14px;
        margin-top: 2rem;
        flex-direction: row;
        justify-content: center;
    }
    ul#counter li .counter {
        flex-direction: column;
    }
    .counter img {
        max-width: 50px;
    }
    ul#counter li .counter>div {
        font-size: 22px;
        line-height: 20px;
        text-align: center;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
    }
    section.sec-1 {
        padding: 60.22px 0 60.44px;
    }
    .step-card {
        padding: 14.71px 18.89px;
    }
    .step-card h3 {
        font-size: 20px;
        padding-bottom: 8.23px;
    }
    .step-card p {
        font-size: 14px;
        padding-bottom: 18.23px;
        line-height: 20px;
    }
    .step-card span {
        font-size: 50.829px;
        line-height: 50.024px;
    }
    section.sec-2 {
        padding: 60.83px 0;
    }
    .service-image {
        display: none;
    }
    .service-image {
        display: none;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .service-card p {
        font-size: 14px;
        line-height: 22px;
    }
    section {
        padding: 60.26px 0 60.55px;
    }
    .pckg .upper .title {
        margin-bottom: 6px;
        font-size: 24px;
    }
    .pckg .upper p {
        font-size: 14px;
    }
    .pckg .upper .price {
        padding: 0px 0;
        margin: 14px 0;
    }
    .pckg .upper .price .amount {
        font-size: 40.596px;
    }
    .pckg .upper .price .uspto {
        font-size: 14.179px;
    }
    .bottom span {
        font-size: 16px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 24.143px;
    }
    section.sec-3 {
        padding: 60.46px 0;
    }
    .testi-card {
        padding: 15px;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 22.8px;
        max-width: 90%;
    }
    .answer p {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading2 {
        padding: 20.88px 12.04px;
        width: auto;
    }
    .sec-heading2 h2 {
        font-size: 22px;
    }
    .sec-heading2 p {
        font-size: 14px;
    }
    .btn-wrap2 {
        flex-direction: column;
    }
    .theme-btn2, .theme-btnbordered2{
        width: 100%;
    }
    .border-right:before, .border-right.two:before{
        display: none;
    }
    .f-menu li a{
        font-size: 14px;
    }
    .footer-hdng h4 {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .footer-hdng {
        margin-top: 1rem;
    }
    .banner-img1 {
        display: none;
    }
    .sec-heading span {
        padding-bottom: 0px;
        font-size: 14px;
    }
    .sec-5 .sec-heading h2 {
        line-height: 32px;
    }
    .aboutus-list li {
        font-size: 16px;
        line-height: 18px;
        padding: 11px 0;
    }
    ul.overview-nav a {
        padding: 12.5px 10px;
        font-size: 14px;
    }
    .faqs-overview {
        margin-bottom: 2rem;
        border-radius: 14px;
        padding: 10px 10px;
    }
    .benefit-card h3 {
        font-size: 20px;
    }
    .benefit-card {
        padding: 20px 16px;
        gap: 12px;
    }
    .benefit-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .search-data table, .search-div {
        width: auto;
    }
    .chooseus-image {
        display: none;
    }
    span.feature-included {
        padding-bottom: 6px;
    }
    .sec-heading {
        margin-bottom: 1rem;
    }
    ul.overview-nav2 a span {
        font-size: 20px;
    }
    ul.overview-nav2 a{
    font-size: 28px;
    }
    ul.overview-nav2 li.active a {
        font-size: 28px;
    }
    ul.overview-nav2 {
        gap: 6px;
        margin-bottom: 16px;
    }
    .copyright-counter {
        gap: 6px;
    }
    .copyrightcounter p {
        font-size: 14px;
    }
    .copyrightcounter {
        width: 100%;
    }
    .protect-wrap h3 {
        font-size: 20px;
    }
    .protect-wrap p {
        font-size: 14px;
        line-height: 18px;
    }
    .protect-wrap {
        border-radius: 20px;
        padding: 12px 16px;
    }
    .terms h4 {
        font-size: 18px;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    .error-text {
        font-size: 28px;
        line-height: 22px;
        margin-bottom: 1rem;
    }
    .error-heading {
        font-size: 20px;
        line-height: 20px;
    }
    .thankyou-text {
        font-size: 12px;
        line-height: 22px;
    }
    .btnnormal-themebtn {
        margin-bottom: 2rem;
    }
    .form_wrap {
        padding: 10px;
        border-radius: 12px;
    }
    table.pricing tr td:first-child {
        width: 58.3%;
        font-size: 14px;
        line-height: 24px;
    }
    table.pricing tr td {
        padding: 8px 6px;
    }
    .mmpopup .centercont h3 span {
        font-size: 26px;
        line-height: 1.4;
    }
    .form-label {
        font-size: 13px;
    }
    .input-field1 input, .input-field1 textarea {
        font-size: 14px;
        padding: 6px 14px;
    }
    .newcountrycode {
        border-radius: 5.035px;
    }
    .contactbox {
        flex-direction: column;
    }
    .detail-wrapper {
        margin-top: 2rem;
    }
    .search-data table tbody tr td {
        height: 46px;
        font-size: 12px;
    }

}

@media only screen and (min-width : 280px) and (max-width : 767px) {
    
    .newcountrycode select {
    padding: 0px 30px;
}

.newcountrycode .countrycode {
    margin: 0;
}

    header{
        padding: 0;
    }
    .banner-content {
        padding: 60px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 22px;
    }
    .btn-wrap {
        flex-direction: column;
    }
    .btn-wrap a {
        width: 100%;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 12px;
    }
    .sec-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .header-wrapper {
        padding: 12px 0;
    }
    ul.banner-list {
        flex-direction: column;
        align-items: center;
        gap: 2px;
        border: 0;
        padding: 0;
        border-radius: 0;
    }
    .banner-list li {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        border-right: 0;
    }
    .banner-list li i {
        font-size: 15px;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .trusted-icons {
        flex-direction: row;
        gap: 5px;
        align-items: center;
        max-width: 24%;
    }
    ul#counter {
        align-items: center;
        gap: 5px;
        margin-top: 2rem;
    }
    .counter img {
        max-width: 50px;
    }
    ul#counter li .counter>div {
        font-size: 22px;
        line-height: 20px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
    }
    section.sec-1 {
        padding: 60.22px 0 60.44px;
    }
    .step-card {
        padding: 14.71px 18.89px;
    }
    .step-card h3 {
        font-size: 20px;
        padding-bottom: 8.23px;
    }
    .step-card p {
        font-size: 14px;
        padding-bottom: 18.23px;
        line-height: 20px;
    }
    .step-card span {
        font-size: 50.829px;
        line-height: 50.024px;
    }
    section.sec-2 {
        padding: 60.83px 0;
    }
    .service-image {
        display: none;
    }
    .service-image {
        display: none;
    }
    .service-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
        padding: 16px;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .service-card p {
        font-size: 14px;
        line-height: 22px;
    }
    section {
        padding: 60.26px 0 60.55px;
    }
    .pckg .upper .title {
        margin-bottom: 6px;
        font-size: 24px;
    }
    .pckg .upper p {
        font-size: 14px;
    }
    .pckg .upper .price {
        padding: 0px 0;
        margin: 14px 0;
    }
    .pckg .upper .price .amount {
        font-size: 40.596px;
    }
    .pckg .upper .price .uspto {
        font-size: 14.179px;
    }
    .bottom span {
        font-size: 16px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 24.143px;
    }
    section.sec-3 {
        padding: 60.46px 0;
    }
    .testi-card {
        padding: 15px;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 22.8px;
        max-width: 90%;
    }
    .answer p {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading2 {
        padding: 20.88px 12.04px;
        width: auto;
    }
    .quicklinks-wrapper {
        flex-direction: column;
    }
    .sec-heading2 h2 {
        font-size: 22px;
    }
    .sec-heading2 p {
        font-size: 14px;
    }
    .btn-wrap2 {
        flex-direction: column;
    }
    .theme-btn2, .theme-btnbordered2{
        width: 100%;
    }
    .border-right:before, .border-right.two:before{
        display: none;
    }
    .f-menu li a{
        font-size: 14px;
    }
    .footer-hdng h4 {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .footer-hdng {
        margin-top: 1rem;
    }
    .banner-img1 {
        display: none;
    }
    .sec-heading span {
        padding-bottom: 0px;
        font-size: 14px;
    }
    .sec-5 .sec-heading h2 {
        line-height: 32px;
    }
    .aboutus-list li {
        font-size: 13px;
        line-height: 18px;
        padding: 7px 0;
    }
    ul.overview-nav a {
        padding: 12.5px 10px;
        font-size: 14px;
    }
    .faqs-overview {
        margin-bottom: 2rem;
        border-radius: 14px;
        padding: 10px 10px;
    }
    .benefit-card h3 {
        font-size: 20px;
    }
    .benefit-card {
        padding: 20px 16px;
        gap: 12px;
    }
    .benefit-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .search-data table, .search-div {
        width: auto;
    }
    .chooseus-image {
        display: none;
    }
    span.feature-included {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 6px;
    }
    .sec-heading {
        margin-bottom: 1rem;
    }
    ul.overview-nav2 a span {
        font-size: 20px;
    }
    ul.overview-nav2 a{
    font-size: 16px; 
    }
    ul.overview-nav2 li.active a {
        font-size: 16px;
        padding: 14.5px 0px;
    }
    ul.overview-nav2 {
        gap: 6px;
        margin-bottom: 16px;
    }
    .copyright-counter {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .copyrightcounter p {
        font-size: 14px;
    }
    .copyrightcounter {
        width: 100%;
    }
    .protect-wrap h3 {
        font-size: 20px;
        padding: 10.19px 0;
    }
    .protect-card {
        padding: 12px 16px;
        width: auto;
    }
    .protect-wrap p {
        font-size: 14px;
        line-height: 18px;
    }
    .protect-wrap ul li {
        font-size: 14px;
        line-height: 20px;
        padding: 12.95px 0;
    }
    .protect-wrap {
        border-radius: 20px;
        padding: 12px 16px;
    }
    .terms h4 {
        font-size: 18px;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    .error-text {
        font-size: 28px;
        line-height: 22px;
        margin-bottom: 1rem;
    }
    .error-heading {
        font-size: 20px;
        line-height: 20px;
    }
    .thankyou-text {
        font-size: 12px;
        line-height: 22px;
    }
    .btnnormal-themebtn {
        margin-bottom: 2rem;
    }
    .form-head {
        margin: 0 0 0px;
    }
    .form_wrap {
        padding: 10px;
        border-radius: 12px;
    }
    table.pricing tr td:first-child {
        width: 58.3%;
        font-size: 12px;
        line-height: 18px;
    }
    table.pricing tr td {
        padding: 8px 6px;
    }
    .mmpopup .centercont h3 span {
        font-size: 18px;
        line-height: 1.4;
    }
    .form-label {
        font-size: 13px;
    }
    .input-field1 label {
        font-size: 12px;
    }
    .input-field1 input, .input-field1 textarea {
        height: 40px;
        font-size: 14px;
        padding: 6px 14px;
        border-radius: 5.035px;
    }
    .newcountrycode {
        border-radius: 5.035px;
    }
    .input-field1 {
        padding-bottom: 8.05px;
    }
    .input-field1 textarea {
        height: 90.339px;
    }
    .contactbox {
        flex-direction: column;
    }
    .detail-wrapper {
        margin-top: 2rem;
    }
    .search-data table tbody tr td {
        height: 46px;
        font-size: 12px;
    }
ul#counter li {
    align-items: start;
    justify-content: start;
    width: 100%;
}

}

.box-itswork.port-content p {
    color: #626262;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.8;
}

.footer-sec .logo img {
    width: 12dvw;
}

.header-wrapper .logo img {
    width: 10dvw;
    height: 85px;
}