/*Main Css */
:root {
    --primary: #F59E0B;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
   
    --font-heading: "Baskervville" , sans-serif;
    --font-accent: "DM Sans" , sans-serif;
    --font-body: "DM Sans" , sans-serif;
  
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
::selection {
    background: #EEEEEE;
    color: #626262;
    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: #626262;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #000;
}

/* Tabbing CSS */

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

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

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #626262;
    background: #FFF;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440.016px;
}

body.inner-header {
    padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    display: block;
    font-weight: 400;
    color: #0D0D0D;
}

p{
  opacity: 0.6;
}

*: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;
}

pa {
    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: #626262;
    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: relative;
    background: transparent;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}
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;
    height: 70px;
}

/* 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;
    /* border-radius: 140px; */
    /* border: 1px solid rgba(228, 228, 228, 0.40); */
    /* background: #262626; */
    /* padding: 20px 50px; */
}
.menu > li  {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 49px;
}
.menu > li > a {
    display: block;
    color: #0D0D0D;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.header-btn {
    background: var(--primary);
    color: black !important;
    padding: 18px 28px;
    font-weight: 400 !important;
    border-radius: 10px;
}
.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: 42px;
    width: 264px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
    border: 1px solid rgb(228 228 228 / 6%);
}

@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: #626262;
    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 {
    position: relative;
}
.banner-content {
    padding: 70px 0 0px;
}
h1.banner-heading {
    margin-bottom: 20px;
    font-size: 68px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px; /* 110.294% */
}
span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}
p.banner-text {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px; /* 150% */
    color: #0D0D0D;
}
.header-wrapper {
    border-bottom: 1px solid #00000024;
    padding: 10px 0 10px;
}
.trusted-icons {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: start;
}
img.left-vector {
    position: absolute;
    left: 12vw;
    top: -7vw;
    z-index: -1;
}
img.right-vector {
    position: absolute;
    right: 2vw;
    top: -7vw;
    z-index: -1;
}
img.bottom-vector {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.trusted-logo {
    border-bottom: 1px solid #ffffff1f;
    padding: 56.88px 0 80.67px;
}
/* -------------------------counter CSS------------------------  */
ul#counter {
    display: flex;
    /* align-items: end; */
    gap: 100px;
    flex-direction: column;
}
ul#counter li .counter {
    display: flex;
    align-items: center;
    gap: 14px;
}
.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: #0D0D0D;
    font-family: 'DM Sans';
    font-size: 28px;
    font-weight: 600;
    text-align: start;
    line-height: 20px;
}
ul#counter li {
    padding: 27px 19px;
    /* text-align: end; */
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #EEEEEE;
    border: 1px solid rgba(13, 13, 13, 0.15);
    background: #FFF7EA;
}
ul#counter li .counter span.text {
    color: #0D0D0D;
    font-family: 'DM Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.8;
    letter-spacing: 0.15px;
    line-height: 0;
}
/* -------------------------counter CSS------------------------  */
ul.banner-list {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 30px;
    width: fit-content;
    margin: 0 auto 20px;
    /* border-radius: 10px; */
    /* border: 1px solid #333; */
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    background: rgba(246, 169, 35, 0.10);
}
.banner-list li {
    color: #0D0D0D;
    text-align: center;
    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-1------------------------- */
.feature-item {
  padding: 22.35px 14.14px;
  margin-bottom: 30px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #121212;
  width: 311.225px;
  height: 315.293px;
  position: relative;
  border-radius: 15px;
  border: 1px solid rgba(13, 13, 13, 0.15);
  background: #FFF;
}
.sec1-image {
    display: flex;
    gap: 21.4px;
    margin-top: 78px;
}
.feature-image {
    border-radius: 5px;
    background: rgba(242, 156, 12, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 22.12px;
    border-radius: 5px;
    background: rgba(244, 168, 35, 0.18);
}
.content h4 {
  margin-bottom: 16px;
  transition: color 0.4s ease;
  border-bottom: 1px solid #E4E4E4;
  width: fit-content;
  padding: 0 0 10px;
  color: #0D0D0D;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
.content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  color: #626262;
  opacity: 1;
}
section.sec-1 {
    padding: 95px 0 100px;
}
.feature-image span {
    color: #F6A923;
    text-align: right;
    font-family: 'Baskervville';
    font-size: 30.003px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
}
.feature-item.m2 {
    margin-left: 66px;
    margin-top: 8vw;
}
.feature-item.m1 {
    margin-right: -74px;
    margin-top: 0;
}
.feature-item.m3 {
    margin-left: 35px;
}
.feature-item:before{
    content: "";
    display: block;
    position: absolute;
    bottom: -7.5vw;
    left: 0;
    background-image: url(../images/f-shadow-box.webp);
    background-repeat: no-repeat;
    width: 123.934px;
    height: 123.934px;
}
/* --------------------section-1------------------------- */

/* --------------------section-2------------------------- */
section.sec-2 {
    padding: 110px 0;
    /* background: #EEEEEE; */
    /* opacity: 0.3; */
    background: #EEEEEE;
}
.process-card {
    padding: 20px;
    /* border-radius: 15px; */
    /* background: linear-gradient(233deg, #121212 55%, rgba(18, 18, 18, 0.10) 100%); */
    border-radius: 15px;
    border: 1px solid rgba(13, 13, 13, 0.15);
    background: #FFF;
}
.process-detail h3 {
    border-bottom: 1px solid #E4E4E4;
    width: fit-content;
    padding: 12px 0 16px;
    margin-bottom: 16px;
    color: #0D0D0D;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}
.process-detail p {
    color: #626262;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    opacity: 1;
}
.process-card span {
    /* position: absolute; */
    padding: 10px;
    border-radius: 5px;
    background: rgba(242, 156, 12, 0.18);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #F4A823;
    font-size: 30px;
    font-family: "Playfair Display";
}
.process-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-left: -22px;
}
img.top-shadow {
    position: absolute;
    top: 0;
}
img.bottom-shadow {
    position: absolute;
    bottom: 0;
}
.sec2-image {
    text-align: start;
}
.wrapper-cta {
    padding: 20px 0 20px 20px;
    margin-top: 134px;
}
/* --------------------section-2------------------------- */

/* --------------------section-3------------------------- */
.sec3-wrapper {
    padding: 19.63px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
section.sec-3 {
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    padding: 0;
}
.sec3-image {
    position: absolute;
    left: 4vw;
    bottom: 75px;
}
.sec3-wrapper .sec-heading .sub-heading {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}

/* --------------------section-3------------------------- */

section.testimonials-sec {
    background: #EEEEEE;
}
.testi-card {
    box-shadow: 4px 4px 64px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    padding: 26px;
    /* margin-bottom: 23px; */
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #121212;
    border-radius: 15px;
    border: 1px solid rgba(13, 13, 13, 0.15);
    background: #FFF;
}
.testi-card p {
    margin-bottom: 20px;
    color: #0D0D0D;
    font-family: "DM Sans";
    font-size: 17px;
    font-weight: 400;
    line-height: 26px; /* 150% */
}
.testi-card-bottom {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.testi-card-bottom span.name {
    color: #0D0D0D;
    font-family: "DM Serif Display";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    display: block;
    opacity: 0.8;
}
.testi-card-bottom span.des {
    color: #0D0D0D;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    display: block;
    opacity: 0.8;
}
.sec3-image2 {
    position: absolute;
    bottom: 76px;
    right: 63px;
}
/* Accordian */
.accordion-list {
    position: relative;
}
.accordion-list li {
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    padding: 24px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #121212;
    border-radius: 15px;
    border: 1px solid rgba(13, 13, 13, 0.15);
    background: #FFF;
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    color: #0D0D0D;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    /* opacity: 0.8; */
}
ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #9CA3AF;
    transition: all 0.3s ease-in-out;
    font-size: 11px;
    font-weight: 600;
    top: 0;
    background: rgb(235 232 232);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f077";
    top: 11px;
    background: #fff;
    color: var(--primary);
    right: 8px;
}
.answer p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #0D0D0D;
    opacity: 1;
}
.accordion-list>li.last {
    margin-bottom: 0;
}
.accordion-list>li.active .answer {
    display: block !important;
}
.accordion-list>li.active span {
    border-radius: 10px;
    background: var(--primary);
}
.accordion-list>li.active span h3 {
    font-family: "DM Serif Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10.25px;
    color: #0D0D0D;
    opacity: 1;
}
.faq-wrapper {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding: 46px;
    height: 100%;
}
/* Accordian */

/* packages */
.pckg {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: 0.3s;
    /* box-shadow: -10px 14px 30px rgb(0 0 0 / 7%); */
    height: 100%;
    padding: 15.24px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #121212;
    border-radius: 15px;
    border: 1px solid rgba(13, 13, 13, 0.15);
    background: #FFF;
}
.pckg .btn-wrap a{
    font-weight: 400;
    font-size: 18px;
    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: #0D0D0D;
    font-family: "DM Serif Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}
.pckg .upper p {
    margin-top: 12px;
    border-top: 1px solid #d9d9d936;
    padding-top: 8px;
    color: #0D0D0D;
    font-size: 16px;
    line-height: 28px; /* 175% */
    opacity: 0.8;
}
.pckg .upper .price {
    display: flex;
    align-items: center;
    gap: 0;
    /* margin: 0.5rem 0; */
    flex-direction: column;
}
.pckg .upper .price .amount {
    color: var(--primary);
    font-family:
    "Playfair Display";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pckg .upper .price .uspto {
    color: #0D0D0D;
    font-family: "DM Sans";
    font-size: 16px;
    line-height: 28px; /* 175% */
    opacity: 0.8;
}
.inner-wrap {
    border-radius: 14px;
    background: #f59e0b17;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.pckg h4 {
    color: #626262;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 175% */
    text-align: center;
}
.pckg .upper b {
     /* 155.556% */
     color: #0D0D0D;
     text-align: center;
     font-family: "DM Sans";
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 28px; /* 155.556% */
}
.pckg .bottom ul li svg {
    flex-shrink: 0;
}
.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;
   gap: 9.73px;
   color: #626262;
   font-family: "DM Sans";
   font-size: 16px;
   line-height: 28px; /* 175% */
   opacity: 0.8;
}
.pckg .bottom ul {
    padding-right: 10px;
    height: 225px;
    overflow-y: scroll;
    margin: 14px 0 20px;
}
.bottom span {
    /* 140% */
    margin: 23px 0 15px;
    color: #626262;
    font-family: Baskervville;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 140% */
    opacity: 0.8;
}
.pckg .bottom ul li:not(.last) {
    margin-bottom: 1rem;
}
.pckg .btn-wrap {
    flex-direction: column;
    margin: 0;
}
.pckg:hover {
    /* border-radius: 15px; */
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    /* background: #121212; */
    /* box-shadow: -10px 14px 30px rgb(0 0 0 / 7%); */
}
.pckg:hover .btn-wrap .theme-btn.bordered {
    color: #626262;
    background: var(--primary);
}
.pckg:hover .inner-wrap {
    background: var(--primary);
}
.pckg:hover .upper .price .amount {
    color: #626262;
}
section#pricing {
    padding: 130px 0 77px;
}
.btn-wrap .theme-btn.bordered:hover {
    color: #000000 !important;
    border: 2px solid var(--primary) !important;
    background: transparent !important;
}
/* packages */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;   
}
.sec-heading h2 {
     /* 134% */
     /* color: #626262; */
     font-size: 54px;
     font-weight: 400;
     line-height: 65px; /* 120.37% */
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    margin: 1rem 0;
     /* 155.556% */
    color: #626262;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    opacity: 1;
}
.sec-heading .sub-heading {
    color: var(--primary);
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 28px; /* 175% */
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    padding: 4px 0;
    margin-bottom: 10px;
}
/* Sec Headings */

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

/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0 0;
}
.btn-wrap .theme-btn {
    border: 2px solid var(--primary);
    transition: .5s ease;
    display: flex;
    padding: 10px 10px 10px 27px;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.218px; /* 151.362% */
    border-radius: 10px;
    background: var(--primary);
}
.btn-wrap .theme-btn.bordered {
    color: #fff;
    border: 2px solid #000;
    /* background: #FFF; */
    border-radius: 10px;
    background: #0D0D0D;
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* Theme Buttons */

/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    /* padding-left: 40px; */
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 5px;
}
.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: #f9f9f9;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px;
}
.newcountrycode .phone-field {
    width: 100%;
}
.newcountrycode input {
    border: 0;
}
/* Country Code */

/* footer */
footer {
    background: #030E1A;
    padding: 2.5rem 0 1.5rem;
}
.copyright p,.copyright a {
    color: white;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* footer */

/* -------------------------contact us-------------------------- */
.input-field1 label {
    color: #626262;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 175% */
    opacity: 0.8;
}
.input-field1 input, .input-field1 textarea {
    cursor: pointer;
    height: 47px;
    width: 100%;
    font-size: 16px;
    color: #626262;
    padding: 15px 14px;
    outline: none !important;
    text-transform: capitalize;
    margin-bottom: 12px;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    /* opacity: 0.2; */
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}
.input-field1 textarea {
    height: 283.76px;
}
.send {
    padding-top: 10px;
}
.send input[type="submit"] {
    height: 56px;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    width: 100%;
    border: 0;
    padding: 8px;
    box-shadow: 0 1.7px 3.1px 0 rgba(11, 93, 81, 0.01);
    border-radius: 10px;
    background: #F59E0B;
}
.details h5 {
    font-size: 18px;
    padding-bottom: 20px;
    color: #202529;
}
.details a {
    font-size: 14px;
    font-weight: 400;
    color: #0D0D0D;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.social-icons li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    height: 40px;
    width: 40px;
    background: #008576;
    border-radius: 50px;
    text-align: center;
}
.social-icons li a {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-align: center;
}
.details a i, .details p i {
    color: #008576;
    padding-right: 12px;
}
.form-wrapper {
    border-radius: 30px;
    border: 1px solid #E4E4E4;
    background: #F4F7FE;
    box-shadow: 0 0 40.2px 0 rgba(0, 0, 0, 0.09);
    padding: 24px 18px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #121212;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.10);
}
.sec-heading-contact {
    /* border-radius: 19px; */
    /* background: #F59E0B; */
    /* padding: 19px; */
    margin-bottom: 30px;
}
.sec-heading-contact h5 {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}
.sec-heading-contact p {
    color: #626262;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 23px; 
    opacity: 0.8;
}
.contact-detail {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 12px 0;
    gap: 3rem;
}
.getintouch-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 14px;
    padding: 282px 14px 14px;
    border-radius: 30px;
}
.getintouch-wrap h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
.getintouch-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.getintouch-wrap {
    padding: 14px 14px 14px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(11.199999809265137px);
    /* border-radius: 25px; */
    /* background: rgba(0, 0, 0, 0.56); */
    /* backdrop-filter: blur(11.199999809265137px); */
}
/* -------------------------contact us-------------------------- */

/* 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{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 530px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width: 97%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #121212;
}
.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);
  }
  .mmpopup {
    /* background: url("../images/popup-bg.webp"); */
    background-size: cover;
    background-position: center;
    border-radius: 33px;
    border: 2px solid #fff;
    padding: 12px;
  }
  .mmpopup .popup-content {
    padding: 45px 32px;
    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: 30px;
    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;
  }
  .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: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
  }
  .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: #626262;
    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 {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    font-size: 16px;
    width: 100%;
}
.fld-btn button.banner-btn {
    border: 2px solid var(--primary);
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 42px;
    border-radius: 12px;
    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;
}
.form-group label.form-label {
    color: #000;
}
/* popup */

/* ---------------------------footer------------------------------- */
footer {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    /* background: #121212; */
    margin: 4rem 0 0;
    border: 1px solid rgba(13, 13, 13, 0.15);
    background: #F6F6F6;
}
.copyright p,.copyright a {
    color: #0d0d0dc7;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    opacity: 1;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}
.footer-sec p {
    padding-top: 0;
    color: #0D0D0D;
    font-family: "DM Sans";
    font-size: 16px;
    line-height: 29px; /* 181.25% */
    opacity: 0.8;
    padding: 0px 0 30px;
}
.footer-hdng h4 {
    margin-bottom: 12px;
    color: #0D0D0D;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 1.32px;
    border-bottom: 1px solid #33333333;
    width: fit-content;
    padding: 0 0 10px;
}
.f-menu li a {
    color: #0d0d0dc7;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    /* opacity: 0.6; */
}
.footer-hdng p {
    color: #626262;
    line-height: normal;
    padding-bottom: 16px;
}
.logo-sec {
    /* text-align: center; */
}
.f-menu li a i {
    color: var(--primary);
    margin-right: 10px;
}
.f-menu li {
    line-height: 2;
}
.copyright-sec {
    border-top: 1px solid #33333333;
    padding: 20px 0 0;
    margin-top: 53px;
}

.copyright ul {
    display: inline-block;
    vertical-align: middle;
}
.copyright ul li {
    display: inline-block;
    vertical-align: middle;
}
/* ----------------------------------footer---------------------- */

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

/* terms */
.mainBanner.term-page {
    background: #EEEEEE;
}
.mainBanner.term-page h1.banner-heading {
    font-size: 50px;
    line-height: normal;
    padding: 100px 0;
}
.terms ul {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
.terms ul li {
    margin-bottom: 1rem;
}
.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}
.terms h4 {
    font-size: 24px;
    margin: 2rem 0 1rem;
}
.terms p {
    margin-bottom: 1rem;
    color: #626262;
    opacity: 1;
}
.terms ul li p a:hover {
    color: var(--primary);
}
/* terms */


/* -------------------------inner-pages--------------------- */
.feature-item.w2 {
    width: 345.21px;
}
.feature-item.w2.m2 {
    margin-left: 20px;
}
.feature-item.w2.m4 {
    margin-top: 6vw;
}
section.four-card-sec {
    background: #EEEEEE;
}
.four-card {
    padding: 22px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #121212;
    margin-top: 24px;
    border-radius: 15px;
    border: 1px solid rgba(13, 13, 13, 0.15);
    background: #FFF;
}
.four-card h3 {
    margin-bottom: 16px;
    margin-top: 10px;
    transition: color 0.4s ease;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    border-bottom: 1px solid #E4E4E4;
    width: fit-content;
    padding: 0 0 15px;
}
.four-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 155.556% */
    color: #626262;
    opacity: 0.6;
}
.mt-top {
    margin-top: 4vw;
}
.bg-black {
    background: #EEEEEE;
}
.content {
    /* border-radius: 15px; */
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    /* background: #121212; */
    /* padding: 22px 20px; */
}
ul.overview-nav.d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    padding: 16px 12px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #121212;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    background: #EFEFEF;
}
ul.overview-nav.d2 a {
    padding: 18px 27px;
    font-weight: 500;
    font-size: 16px;
    border: transparent;
    color: #626262;
    border-radius: 10px;
    background: transparent;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10); */
}
ul.overview-nav.d2 li.active a {
    color: white;
    border-color: #F59E0B !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    background: #F59E0B;
}

.sec-heading ul li {
    /*border-right: 1px solid #ffffff91;*/
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px 0 0;
    /* color: #ffffff91; */
}
.sec-heading ul {
    display: flex;
    border-radius: 10px;
    border: 1px solid #33333321;
    /* background: #3333332b; */
    padding: 14px 14px;
    gap: 20px;
    flex-direction: column;
}
.bgwrapper-white .sec-heading {
    margin-bottom: 0;
}
.bottom strong {
    color: #0D0D0D;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; /* 140% */
}
.bottom p {
    color: #626262;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 175% */
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0 16px;
}
.bottom.m-btm {
    margin-top: 32px;
}

ul.overview-nav2 {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 2rem;
    margin-bottom: 50px;
    flex-wrap: wrap;
    border-radius: 120px;
    border: 1px solid #E4E4E4;
    background: #F5F5F5;
    padding: 15px;
}
ul.overview-nav2 a {
    padding: 13px 25px;
    border: 1px solid transparent;
    border-radius: 80px;
    background: transparent;
    text-align: left;
    width: 100%;
    color: #0D0D0D;
    font-family: "DM Serif Display";
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
ul.overview-nav2 li.active a {
    background: var(--primary);
    color: #0D0D0D;
    border-color: transparent !important;
}
span.feature-included {
    color: #626262;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    opacity: 0.8;
    padding-bottom: 0px;
}
.aboutus-list li {
    color: #626262e6;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px solid #0000001c;
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    /* opacity: 0.6; */
}
.easyprocess {
    color: #626262;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 8px;
    opacity: 0.8;
}
.box-itswork.port-content p {
    color: #626262;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.8;
}
.howitwork-wrap {
    color: #626262;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 28px;
    padding-bottom: 10px;
}
.trademark-monitoring-wrap {
    padding: 25px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #EEEEEE;
}
.protect-wrapper {
    padding: 18px;
    height: 100%;
    border-radius: 15px;
    background: rgba(45, 170, 90, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.protect-card h3 {
    color: #0D0D0D;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding: 13px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 14px 14px 0 0;
    border: 1px solid rgba(45, 170, 90, 0.30);
    background: rgba(45, 170, 90, 0.10);
}
.protect-list {
    margin-top: 32px;
}
.protect-list li {
    border-radius: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.protect-wrapper.bg-red {
    background: rgba(224, 0, 0, 0.05);
}
.protect-card h3.bg-red {
    border: 1px solid rgba(224, 0, 0, 0.30);
    background: rgba(224, 0, 0, 0.10);
}


/* 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: #0D0D0D; *//* font-family:var(--font-heading); *//* font-size:26px; *//* font-weight:600; *//* line-height:normal; *//* opacity: 1; */}
.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: var(--primary);}
.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{
  text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  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: #626262;/* opacity: 0.6; */}
.bgform h3{font-size:24px;margin-bottom:16px;line-height:28px;color: #000000;}
.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 #e6e4e426;}
table.pricing tr td{padding:10px 15px;text-align:center;vertical-align:middle;border-radius: 20px 20px 0 0;}
.form_wrap {
    padding: 20px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #EEEEEE;
}
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: #626262;
    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: #dee2e6;
}
table.pricing tr td:nth-child(4) {
    border-radius: 0;
    background: #f59e0b1f;
}
/* Comparision */


/* 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: 95%;}
.search-wrapper{display:flex;align-items:center;gap:0;justify-content:space-between;transition:.5s;padding: 12px 12px 12px 24px;border-radius: 15px;border: 1px solid #D9D9D9;background: #FFF;}
.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{
    color:#fff;
    text-transform:capitalize;
    width: 28%;
    text-align: center;
    border-radius: 11.506px;
    background: var(--primary);
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter';
    display: inline-flex;
    height: 49px;
    padding: 9.205px 18.409px;
    justify-content: center;
    align-items: center;
    gap: 5.408px;
    flex-shrink: 0;
    }
.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}

.btn-wrap .theme-btn.bordered2 {
    border-radius: 175px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.09);
}
.text-white {
    color: #fff !important;
}


















@media (max-width: 1440px) {
    ul.f-menu {
        border-right: 0;
    }
    .banner-content {
        padding: 50px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 52px;
        line-height: 66px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
    }
    .btn-wrap a {
        font-size: 14px !important;
        padding: 10px !important;
    }
    .sec-heading h2 {
        font-size: 40px;
        line-height: 52px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .register-heads {
        margin-top: 35px;
    }
    .form-head {
        margin: 0;
    }
    table.pricing tr td:first-child {
        font-size: 12px;
        line-height: 18px;
        padding: 6px 7px;
        width: 44.3%;
    }
    img.left-vector {
        display: none;
    }
    img.right-vector {
        display: none;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    ul.banner-list {
        gap: 0;
    }
    .banner-list li {
        border-right: 0;
        /* color: #ffffffa3; */
        font-size: 14px;
        padding: 0 10px 0 0;
    }
    ul#counter li .counter>div {
        font-size: 20px;
        text-align: center;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
    }
    ul#counter {
        gap: 30.08px;
        flex-direction: column;
    }
    ul#counter li {
        padding: 15px 15px;
    }
    ul#counter li .counter {
        flex-direction: column;
    }
    .trusted-logo {
        padding: 20px 0;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec1-image {
        margin-top: 28px;
    }
    .feature-item {
        width: auto;
        height: auto;
    }
    .feature-item.m2 {
        margin-left: 0;
        margin-top: 0;
    }
    .feature-item.m3 {
        margin-left: 0;
    }
    .feature-item.m1 {
        margin-right: 0;
    }
    .process-wrapper {
        gap: 15px;
        margin-left: 0;
    }
    .process-card {
        padding: 20px 20px;
    }
    .process-detail p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec3-wrapper {
        background-position: right;
        padding: 48.63px 0;
    }
    section#pricing {
        padding: 50px 0;
    }
    .faq-wrapper {
        padding: 0;
        background-image: none !important;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .footer-sec p {
        font-size: 16px;
        padding: 0 0 32px;
    }
    .f-menu li a {
        font-size: 16px;
    }
    .f-menu li {
        line-height: 1.7;
    }
    ul.f-link {
        justify-content: start;
    }
    .footer-hdng {
        margin-top: 1rem;
    }
    .copyright {
        text-align: center;
    }
    .copyright-sec {
        margin-top: 30px;
    }
    .answer p {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .feature-item.w2.m2 {
        margin-left: 0;
    }
    .mt-top {
        margin-top: 0;
    }
    .contact-detail {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    .getintouch-sec {
        padding: 16px;
    }
    .getintouch-wrap h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .form-wrapper {
        margin-top: 2rem;
    }
    .sec-heading-contact h5 {
        font-size: 24px;
    }
    .input-field1 textarea {
        height: 148.76px;
    }
    .sec-heading ul li {
        border-right: 0;
    }
    .accordion-list li h3 {
        max-width: 90%;
    }
    .accordion-list li {
        margin-bottom: 12px;
        padding: 16px 14px;
    }
    ul.overview-nav2 {
        gap: 1rem;
        margin-bottom: 22px;
        border-radius: 20px;
        padding: 10px;
    }
    .trademark-monitoring-wrap {
        padding: 12px;
    }
    .aboutus-list li {
        font-size: 16px;
        line-height: 26px;
    }
    .aboutus-list li svg {
        flex-shrink: 0;
    }
    .box-itswork.port-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .terms p {
        font-size: 16px;
        line-height: 26px;
    }
    .pckg .upper .title {
        font-size: 22px;
    }
    .pckg .upper b {
        font-size: 14px;
        line-height: 20px;
    }
    .bottom p {
        font-size: 14px;
        line-height: 18px;
        padding: 4px 0 8px;
    }
    .bottom.m-btm {
        margin-top: 0;
    }
    .bottom span {
        font-size: 16px;
        line-height: 20px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 22px;
    }
    img.dnone {
        display: none;
    }
    .feature-item.w2 {
        width: auto;
    }
    .content p {
        font-size: 14px;
        line-height: 18px;
    }
    .feature-item.w2.m4 {
        margin-top: 0;
    }
    .four-card p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 1200px) {
    header{
        padding: 1rem 0;
    }
    .btns{
        margin: 1.5rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        border-radius: 0;
    }
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        padding: 1rem;
        font-weight: 500;
    }
    .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: #ffffff;
        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: #626262;
        font-size: 15px;
        text-transform: capitalize;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li > a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }
    .banner-content {
        padding: 100px 0 70px;
    }
    .menu > li > a {
        font-size: 14px;
    }


    
}

@media (max-width : 1199px) {
     ul.f-menu {
        border-right: 0;
    }
    .banner-content {
        padding: 50px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 52px;
        line-height: 66px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
    }
    .btn-wrap a {
        font-size: 14px !important;
        padding: 10px !important;
    }
    .sec-heading h2 {
        font-size: 40px;
        line-height: 52px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .register-heads {
        margin-top: 35px;
    }
    .form-head {
        margin: 0;
    }
    table.pricing tr td:first-child {
        font-size: 12px;
        line-height: 18px;
        padding: 6px 7px;
        width: 44.3%;
    }
    img.left-vector {
        display: none;
    }
    img.right-vector {
        display: none;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    ul.banner-list {
        gap: 0;
    }
    .banner-list li {
        border-right: 0;
        /* color: #ffffffa3; */
        font-size: 14px;
        padding: 0 10px 0 0;
    }
    ul#counter li .counter>div {
        font-size: 20px;
        text-align: center;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
    }
    ul#counter {
        gap: 30.08px;
        flex-direction: column;
    }
    ul#counter li {
        padding: 15px 15px;
    }
    ul#counter li .counter {
        flex-direction: column;
    }
    .trusted-logo {
        padding: 20px 0;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec1-image {
        margin-top: 28px;
    }
    .feature-item {
        width: auto;
        height: auto;
    }
    .feature-item.m2 {
        margin-left: 0;
        margin-top: 0;
    }
    .feature-item.m3 {
        margin-left: 0;
    }
    .feature-item.m1 {
        margin-right: 0;
    }
    .process-wrapper {
        gap: 15px;
        margin-left: 0;
    }
    .process-card {
        padding: 20px 20px;
    }
    .process-detail p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec3-wrapper {
        background-position: right;
    }
    section#pricing {
        padding: 50px 0;
    }
    .faq-wrapper {
        padding: 0;
        background-image: none !important;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .footer-sec p {
        font-size: 16px;
        padding: 0 0 32px;
    }
    .f-menu li a {
        font-size: 16px;
    }
    .f-menu li {
        line-height: 1.7;
    }
    ul.f-link {
        justify-content: start;
    }
    .footer-hdng {
        margin-top: 1rem;
    }
    .copyright {
        text-align: center;
    }
    .copyright-sec {
        margin-top: 30px;
    }
    .answer p {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .feature-item.w2.m2 {
        margin-left: 0;
    }
    .mt-top {
        margin-top: 0;
    }
    .contact-detail {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    .getintouch-sec {
        padding: 16px;
    }
    .getintouch-wrap h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .form-wrapper {
        margin-top: 2rem;
    }
    .sec-heading-contact h5 {
        font-size: 24px;
    }
    .input-field1 textarea {
        height: 148.76px;
    }
    .sec-heading ul li {
        border-right: 0;
    }
    .search-wrapper {
        flex-direction: column;
        gap: 1rem;
        padding: 12px;
    }
    a.srch-btn {
        width: 100%;
    }
    .accordion-list li h3 {
        max-width: 90%;
    }
    .accordion-list li {
        margin-bottom: 12px;
        padding: 16px 14px;
    }
    ul.overview-nav2 {
        gap: 1rem;
        margin-bottom: 22px;
        border-radius: 20px;
        padding: 10px;
    }
    .trademark-monitoring-wrap {
        padding: 12px;
    }
    .aboutus-list li {
        font-size: 16px;
        line-height: 26px;
    }
    .aboutus-list li svg {
        flex-shrink: 0;
    }
    .box-itswork.port-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .terms p {
        font-size: 16px;
        line-height: 26px;
    }
    .pckg .upper .title {
        font-size: 22px;
    }
    .pckg .upper b {
        font-size: 14px;
        line-height: 20px;
    }
    .bottom p {
        font-size: 14px;
        line-height: 18px;
        padding: 4px 0 8px;
    }
    .bottom.m-btm {
        margin-top: 0;
    }
    .bottom span {
        font-size: 16px;
        line-height: 20px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 22px;
    }
    img.dnone {
        display: none;
    }
    .feature-item.w2 {
        width: auto;
    }
    .content p {
        font-size: 14px;
        line-height: 18px;
    }
    .feature-item.w2.m4 {
        margin-top: 0;
    }
    .four-card p {
        font-size: 14px;
        line-height: 18px;
    }
}

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

@media (max-width : 992px) {
    ul.f-menu {
        border-right: 0;
    }
    .banner-content {
        padding: 50px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 52px;
        line-height: 66px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
    }
    .btn-wrap a {
        font-size: 14px !important;
        padding: 10px !important;
    }
    .sec-heading h2 {
        font-size: 40px;
        line-height: 52px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .register-heads {
        margin-top: 35px;
    }
    .form-head {
        margin: 0;
    }
    table.pricing tr td:first-child {
        font-size: 12px;
        line-height: 18px;
        padding: 6px 7px;
        width: 44.3%;
    }
    img.left-vector {
        display: none;
    }
    img.right-vector {
        display: none;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    ul.banner-list {
        gap: 0;
    }
    .banner-list li {
        border-right: 0;
        /* color: #ffffffa3; */
        font-size: 14px;
        padding: 0 10px 0 0;
    }
    ul#counter li .counter>div {
        font-size: 20px;
        text-align: center;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
    }
    ul#counter {
        gap: 30.08px;
        flex-direction: row;
        justify-content: center;
    }
    ul#counter li {
        padding: 15px 15px;
    }
    ul#counter li .counter {
        flex-direction: column;
    }
    .trusted-logo {
        padding: 20px 0;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec1-image {
        margin-top: 28px;
    }
    .feature-item {
        width: auto;
        height: auto;
    }
    .feature-item.m2 {
        margin-left: 0;
        margin-top: 0;
    }
    .feature-item.m3 {
        margin-left: 0;
    }
    .feature-item.m1 {
        margin-right: 0;
    }
    .process-wrapper {
        gap: 15px;
        margin-left: 0;
    }
    .process-card {
        padding: 20px 20px;
    }
    .process-detail p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec3-wrapper {
        background-position: right;
    }
    section#pricing {
        padding: 50px 0;
    }
    .faq-wrapper {
        padding: 0;
        background-image: none !important;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .footer-sec p {
        font-size: 16px;
        padding: 0 0 32px;
    }
    .f-menu li a {
        font-size: 16px;
    }
    .f-menu li {
        line-height: 1.7;
    }
    ul.f-link {
        justify-content: start;
    }
    .footer-hdng {
        margin-top: 1rem;
    }
    .copyright {
        text-align: center;
    }
    .copyright-sec {
        margin-top: 30px;
    }
    .answer p {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .feature-item.w2.m2 {
        margin-left: 0;
    }
    .mt-top {
        margin-top: 0;
    }
    .contact-detail {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    .getintouch-sec {
        padding: 16px;
    }
    .getintouch-wrap h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .form-wrapper {
        margin-top: 2rem;
    }
    .sec-heading-contact h5 {
        font-size: 24px;
    }
    .input-field1 textarea {
        height: 148.76px;
    }
    .sec-heading ul li {
        border-right: 0;
    }
    .search-wrapper {
        flex-direction: column;
        gap: 1rem;
        padding: 12px;
    }
    a.srch-btn {
        width: 100%;
    }
    .accordion-list li h3 {
        max-width: 90%;
    }
    .accordion-list li {
        margin-bottom: 12px;
        padding: 16px 14px;
    }
    ul.overview-nav2 {
        gap: 1rem;
        margin-bottom: 22px;
        border-radius: 20px;
        padding: 10px;
    }
    .trademark-monitoring-wrap {
        padding: 12px;
    }
    .aboutus-list li {
        font-size: 16px;
        line-height: 26px;
    }
    .aboutus-list li svg {
        flex-shrink: 0;
    }
    .box-itswork.port-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .terms p {
        font-size: 16px;
        line-height: 26px;
    }
    .pckg .upper .title {
        font-size: 22px;
    }
    .pckg .upper b {
        font-size: 14px;
        line-height: 20px;
    }
    .bottom p {
        font-size: 14px;
        line-height: 18px;
        padding: 4px 0 8px;
    }
    .bottom.m-btm {
        margin-top: 0;
    }
    .bottom span {
        font-size: 16px;
        line-height: 20px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 22px;
    }
    img.dnone {
        display: none;
    }
    .feature-item.w2 {
        width: auto;
    }
    .content p {
        font-size: 14px;
        line-height: 18px;
    }
    .feature-item.w2.m4 {
        margin-top: 0;
    }
    .four-card p {
        font-size: 14px;
        line-height: 18px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.f-menu {
        border-right: 0;
    }
    .banner-content {
        padding: 50px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 25px;
    }
    .btn-wrap a {
        font-size: 13px !important;
        padding: 6px !important;
        line-height: 15px !important;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 28px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .register-heads {
        margin-top: 35px;
    }
    .form-head {
        margin: 0;
    }
    table.pricing tr td:first-child {
        font-size: 12px;
        line-height: 18px;
        padding: 6px 7px;
        width: 44.3%;
    }
    img.left-vector {
        display: none;
    }
    img.right-vector {
        display: none;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    ul.banner-list {
        gap: 0;
    }
    .banner-list li {
        border-right: 0;
        color: #ffffffa3;
    }
    ul#counter {
        gap: 0;
        flex-direction: row;
        justify-content: center;
    }
    ul#counter li .counter>div {
        font-size: 20px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
    }
    ul#counter li {
        padding: 14px 10px;
    }
    .trusted-logo {
        padding: 20px 0;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec1-image {
        margin-top: 28px;
    }
    .feature-item {
        width: auto;
        height: auto;
    }
    .feature-item.m2 {
        margin-left: 0;
        margin-top: 0;
    }
    .feature-item.m3 {
        margin-left: 0;
    }
    .feature-item.m1 {
        margin-right: 0;
    }
    .sec2-image {
        display: none;
    }
    .process-wrapper {
        gap: 15px;
        margin-left: 0;
    }
    .process-card {
        padding: 20px 20px;
    }
    .process-detail p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec2-image {
        display: none;
    }
    .sec3-wrapper {
        background-image: none !important;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.20);
        background: linear-gradient(90deg, rgba(245, 158, 11, 0.33) 0%, rgba(245, 158, 11, 0.20) 50%, rgba(245, 158, 11, 0.33) 100%);
    }
    .wrapper-cta {
        margin-top: 0;
        padding: 20px;
    }
    section#pricing {
        padding: 50px 0;
    }
    .faq-wrapper {
        padding: 0;
        background-image: none !important;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .footer-sec p {
        font-size: 14px;
        padding: 0 0 32px;
    }
    .f-menu li a {
        font-size: 14px;
    }
    .f-menu li {
        line-height: 1.7;
    }
    ul.f-link {
        justify-content: start;
    }
    .footer-hdng {
        margin-top: 1rem;
    }
    .copyright {
        text-align: center;
    }
    .copyright-sec {
        margin-top: 30px;
    }
    .answer p {
        font-size: 14px;
        line-height: 22px;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec1-image {
        flex-direction: column;
        gap: 0;
    }
    .feature-item.w2.m2 {
        margin-left: 0;
    }
    .mt-top {
        margin-top: 0;
    }
    br {
        display: none;
    }
    .contact-detail {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    .getintouch-sec {
        padding: 16px;
    }
    .getintouch-wrap h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .form-wrapper {
        margin-top: 2rem;
    }
    .sec-heading-contact h5 {
        font-size: 24px;
    }
    .input-field1 textarea {
        height: 148.76px;
    }
    .sec-heading ul {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .sec-heading ul li {
        border-right: 0;
    }
    .sec1-wrapper-image {
        display: none;
    }
    .image2 {
        display: none;
    }
    .search-wrapper {
        flex-direction: column;
        gap: 1rem;
        padding: 12px;
    }
    a.srch-btn {
        width: 100%;
    }
    .accordion-list li h3 {
        max-width: 90%;
    }
    .accordion-list li {
        margin-bottom: 12px;
        padding: 16px 14px;
    }
    .office-action-image {
        display: none;
    }
    ul.overview-nav2 {
        gap: 1rem;
        margin-bottom: 22px;
        border-radius: 20px;
        padding: 10px;
    }
    .trademark-monitoring-wrap {
        padding: 12px;
    }
    .aboutus-list li {
        font-size: 14px;
        line-height: 20px;
    }
    .aboutus-list li svg {
        flex-shrink: 0;
    }
    .box-itswork.port-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    img.dnone {
        display: none;
    }
    .feature-item.w2 {
        width: auto;
    }
    .pckg .upper .title {
        font-size: 22px;
    }
    .pckg .upper b {
        font-size: 14px;
        line-height: 20px;
    }
    .bottom p {
        font-size: 14px;
        line-height: 18px;
        padding: 4px 0 8px;
    }
    .bottom.m-btm {
        margin-top: 0;
    }
    .bottom span {
        font-size: 16px;
        line-height: 20px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 22px;
    }



}

@media only screen and (min-width : 280px) and (max-width : 767px) {
    ul.f-menu {
        border-right: 0;
    }
    .banner-content {
        padding: 50px 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: 25px;
    }
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .btn-wrap a {
        width: 100%;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .register-heads {
        margin-top: 35px;
    }
    .form-head {
        margin: 0;
    }
    table.pricing tr td:first-child {
        font-size: 12px;
        line-height: 18px;
        padding: 6px 7px;
        width: 44.3%;
    }
    img.left-vector {
        display: none;
    }
    img.right-vector {
        display: none;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    ul.banner-list {
        flex-direction: column;
        align-items: self-start;
        gap: 0;
    }
    .banner-list li {
        border-right: 0;
        /* color: #ffffffa3; */
    }
    ul#counter {
        gap: 0;
    }
    ul#counter li .counter>div {
        font-size: 20px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
    }
    ul#counter li {
        padding: 14px 10px;
    }
    .trusted-logo {
        padding: 20px 0;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec1-image {
        margin-top: 28px;
    }
    .feature-item {
        width: auto;
        height: auto;
    }
    .feature-item.m2 {
        margin-left: 0;
        margin-top: 0;
    }
    .feature-item.m3 {
        margin-left: 0;
    }
    .feature-item.m1 {
        margin-right: 0;
    }
    .sec2-image {
        display: none;
    }
    .process-wrapper {
        gap: 15px;
        margin-left: 0;
    }
    .process-card {
        padding: 20px 20px;
    }
    .process-detail p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec2-image {
        display: none;
    }
    .sec3-wrapper {
        background-image: none !important;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.20);
        background: linear-gradient(90deg, rgba(245, 158, 11, 0.33) 0%, rgba(245, 158, 11, 0.20) 50%, rgba(245, 158, 11, 0.33) 100%);
        padding: 0 0;
    }
    .wrapper-cta {
        margin-top: 0;
        padding: 20px 0;
    }
    section#pricing {
        padding: 50px 0;
    }
    .faq-wrapper {
        padding: 0;
        background-image: none !important;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .footer-sec p {
        font-size: 14px;
        padding: 0 0 32px;
    }
    .f-menu li a {
        font-size: 14px;
    }
    .f-menu li {
        line-height: 1.7;
    }
    ul.f-link {
        justify-content: start;
    }
    .footer-hdng {
        margin-top: 1rem;
    }
    .copyright {
        text-align: center;
    }
    .copyright-sec {
        margin-top: 30px;
    }
    .answer p {
        font-size: 14px;
        line-height: 22px;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec1-image {
        flex-direction: column;
        gap: 0;
    }
    .feature-item.w2.m2 {
        margin-left: 0;
    }
    .mt-top {
        margin-top: 0;
    }
    br {
        display: none;
    }
    .contact-detail {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    .getintouch-sec {
        padding: 16px;
    }
    .getintouch-wrap h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .form-wrapper {
        margin-top: 2rem;
    }
    .sec-heading-contact h5 {
        font-size: 24px;
    }
    .input-field1 textarea {
        height: 148.76px;
    }
    .sec-heading ul {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .sec-heading ul li {
        border-right: 0;
    }
    .sec1-wrapper-image {
        display: none;
    }
    .image2 {
        display: none;
    }
    .search-wrapper {
        flex-direction: column;
        gap: 1rem;
        padding: 12px;
    }
    a.srch-btn {
        width: 100%;
    }
    .accordion-list li h3 {
        max-width: 90%;
        font-size: 16px;
    }
    .accordion-list li {
        margin-bottom: 12px;
        padding: 16px 14px;
    }
    .office-action-image {
        display: none;
    }
    ul.overview-nav2 {
        gap: 1rem;
        margin-bottom: 22px;
        border-radius: 20px;
        padding: 10px;
    }
    .trademark-monitoring-wrap {
        padding: 12px;
    }
    .aboutus-list li {
        font-size: 14px;
        line-height: 20px;
    }
    .aboutus-list li svg {
        flex-shrink: 0;
    }
    .box-itswork.port-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    img.dnone {
        display: none;
    }
    .pckg .upper .title {
        font-size: 22px;
    }
    .pckg .upper b {
        font-size: 14px;
        line-height: 20px;
    }
    .bottom p {
        font-size: 14px;
        line-height: 18px;
        padding: 4px 0 8px;
    }
    .bottom.m-btm {
        margin-top: 0;
    }
    .bottom span {
        font-size: 16px;
        line-height: 20px;
    }
    .pckg .bottom ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .mmpopup .popup-content {
        padding: 20px 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 22px;
    }
    .mmpopup .centercont h3 {
        line-height: 28px;
    }
    .feature-item:before{
        display: none;
    }

}