/*Main Css */
:root {
  --primary: #4f8164;
  --bg-light: #ffdecc;
  --bg-gray: #f4f9ff;
  --black: #000000;
  --white: #ffffff;
  --dark: #333333;

  --font-heading: "Playfair Display", sans-serif;
  --font-accent: "Inter", sans-serif;
  --font-body: "Inter", sans-serif;

  --icon: "Font Awesome 5 Pro", sans-serif;
}
::selection {
  background: #000;
  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: #4f8164;
}

/* 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: #000000;
}
body.inner-header {
  /* padding-top: 100px; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

*: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: 40px 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: 8px;
  border-radius: 100px;
  padding: 0px;
  background: rgb(79 129 100 / 50%);
  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: #4f8164;
  width: 12px;
  height: 12px;
}

/*header css*/
header {
  transition: all 0.4s ease-In-out;
  /* position: fixed; */
  background: transparent;
  /* z-index: 1;
  left: 0;
  right: 0;
  top: 0; */
  padding-top: 26px;
}
header .container {
  border-radius: 25px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.03);
}
/* 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: 16px 0 16px 35px;
}
.menu > li > a {
  display: block;
  font-size: 16px;
  color: var(--black);
  /* text-transform: uppercase; */
  font-weight: 500;
}
.header-btn {
  background: var(--primary);
  color: white !important;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 400 !important;
}
.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: 100%;
  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: 0.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: rgb(79, 129, 100, 0.2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner-content {
  padding: 87px 0;
}
.banner-heading {
  color: #1a1a1a;
  font-family: var(--font-heading);
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 20px;
}
.banner-text {
  color: #626262;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 21px;
}
ul.banner-list span {
    font-weight: 600;
    color: var(--primary);
    padding-bottom: 18px;
}
.banner-list li strong {
    display: contents;
    color: var(--primary);
    font-weight: 600;
}
.banner-stats-wrapper {
  display: flex;
  gap: 20px;
}
.banner-stats-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-stat-card {
  border-radius: 20px;
  background: #0a989626;
  padding: 20px 15px 30px;
  width: 284.355px;
  height: 208.215px;
}
.banner-stat-card h2 {
  color: #4f8164;
  font-family: var(--font-heading);
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 20px;
}
.banner-stat-card p {
  color: #171717;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.22px;
}
.banner-stat-card.secondary {
  border-radius: 20px;
  background: #48927480;
  padding: 20px 15px 30px;
  text-align: end;
}
.banner-stat-card.secondary h2 {
  color: #f4e000;
}
.ban-img {
  transform: scale(1.2) translateX(-40px);
}
.banner-img {
  position: relative;
}
.banner-img-cards {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.11);
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
}
.banner-img-cards div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.banner-img-cards div h5 {
  color: #171717;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.7;
  letter-spacing: 0.32px;
}
.banner-img-cards div p {
  color: #171717cc;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.16px;
}
.banner-img-cards.top-left {
  top: 40%;
  left: -10%;
}
.banner-img-cards.bottom-right {
  bottom: -14%;
  right: -6%;
}
.banner-img-cards.top-right {
  top: 24%;
  right: -12%;
}
.banner-img-cards.top-right div h5 {
  font-size: 24px;
}
.banner-img-cards.top-right div p {
  font-size: 14px;
}

/* how-it-works */
.how-it-works {
  height: 100%;
  min-height: 400px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background-color: #d3d3d3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  background-size: cover;
  background-position: center;
}
.how-it-works .content-container {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(12px);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.how-it-works .content-container h6 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff8f;
  margin-bottom: 10px;
  width: fit-content;
}
.how-it-works .content-container p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
}

/* service-sec */
.service-sec {
  background: #4f81641a;
}
.service-cards {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.service-cards div {
  display: flex;
  flex-direction: column;
}
.service-cards div h5 {
  color: #1a1a1a;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  width: fit-content;
}
.service-cards div p {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
}

/* Accordian */
.accordion-list {
  position: relative;
}
.accordion-list li {
  padding: 1.125rem 2.75rem 1.125rem 1.25rem;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-bottom: 1.5rem;
}
.accordion-list li span {
  display: flex;
  position: relative;
}
.accordion-list li h3 {
  color: #171717;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.2s linear;
}
.accordion-list li.active h3 {
  font-weight: 700;
}
.accordion-list li h3:after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 0.25rem;
  background: url("../images/faq-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.accordion-list li.active h3::after {
  background: url("../images/faq-icon-active.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.answer p {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid #d9d9d94d;
  color: #171717ab;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
}
/* Accordian */

/* cta */
.sec-wrapper {
    border-radius: 30px;
    background: #FFF;
    padding: 39px 30px 22px;
}
section.cta-sec {
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 80.14px 0 69.73px;
    background-size: cover;
}
.call-btn {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    display: flex;
    padding: 5px 6px 5px 10px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 735.762px;
    color: var(--C, #626262);
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.cta-sec .btn-wrap {
    margin: 1rem 0;
}
/* cta */

/* 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}



.featured-sec {
  background: #4f81641a;
}
ul.featured-companies a {
    color: #626262;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    height: 73.19px;
    padding: 21px 30px;
    text-align: center;
    width: 100%;
}
ul.featured-companies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
ul.featured-companies li a:hover {
    color: #fff;
    background: var(--primary);
}
.theme-btn:hover {
    color: #fff;
}


.sec-heading h3 {
    color: var(--Text, #0F0F0F);
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding-bottom: 32px;
}
section.trusted-sec {
    padding: 40px 0;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #FFF;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
}
.about-border-wrap {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    width: 203.422px;
    padding: 13px 13px;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 16px; */
}
.about-counter {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    border-bottom: 1px solid #00000033;
    padding: 20px 0 20px;
    width: 100%;
}
.about-counter.last {
    border-bottom: 0;
}
.about-counter h5 {
    color: #171717;
    font-size: 25px;
    font-weight: 600;
    line-height: 22px; /* 88% */
    letter-spacing: 0.25px;
}
.about-counter p {
    color: #171717;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.14px;
    opacity: 0.8;
}
.sec-heading strong {
    color: #4F8164;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    display: contents;
}
.contact-detail {
    border-radius: 21px;
    border: 1px solid #D9D9D9;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.c-details h3 {
    color: var(--H, #1A1A1A);
    font-family: "Playfair Display";
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
}
.contact-detail p {
    color: var(--T, #626262);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}
.contact-detail p a {
    color: var(--Color, #4F8164);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-decoration-line: underline;
    text-underline-position: from-font;
}
.contact-detail .c-details {
    display: flex;
    align-items: center;
    gap: 16px;
}
.detail-wrapper {
    border-radius: 24.195px;
    border: 1.21px solid #D9D9D9;
    background: #FFF;
    display: flex;
    width: 736px;
    padding: 23.975px 24.608px 24.234px 24.264px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 21px;
}

.contactbox h3 {
    color: #1E1E1E;
    font-size: 29.034px;
    font-weight: 600;
    line-height: 37.502px; /* 129.167% */
    letter-spacing: 0.581px;
    text-transform: capitalize;
}

.contactbox p {
    color: #1E1E1E;
    font-size: 19.356px;
    font-weight: 400;
    line-height: 29.034px; /* 150% */
    opacity: 0.7;
}

section.sec-8 {
    background: #4f816424;
    padding: 80px 0;
}
.checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
}
.checkbox-wrap input {
    margin-top: 4px;
    width: auto !important;
}
.checkbox-wrap label {
    color: #626262;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.168px;
}


/* -------------------------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: 47px;
    width: 100%;
    font-size: 16px;
    color: #222222;
    padding: 15px 14px;
    outline: none !important;
    text-transform: capitalize;
    margin-bottom: 18.15px;
    background: #FFF;
    border-radius: 6.049px;
    border: 1.21px solid rgba(217, 217, 217, 0.80);
    background: rgba(255, 255, 255, 0.80);
}
.input-field1 textarea {
    height: 146.299px;
    align-self: stretch;
}
.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);
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 15px;
    background: #4F8164;
}

.contactbox {
    display: flex;
    gap: 18.77px;
    margin-bottom: 12.84px;
    flex-direction: column;
}
.contactbox-detail {
    padding: 18px 14px;
    text-align: center;
    width: 100%;
    border-radius: 13.21px;
    border: 1px solid #D9D9D8;
    background: #FFF;
}
.contactbox-detail h3 {
    padding-top: 22.98px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 28.938px; /* 95.174% */
    letter-spacing: 0.44px;
}
.contactbox-detail p {
    font-size: 14.566px;
    font-weight: 400;
    line-height: 20.028px; /* 137.5% */
    padding-bottom: 15.58px;
}

/* -------------------------contact us-------------------------- */

.banner-list li {
    color: var(--teXTY-ADFS, #626262);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.banner-list {
    padding: 0 0 21px;
}
h1.banner-heading.innerpage {
    font-size: 60px;
    line-height: normal;
}
section.service-sec2 {
    background: #4f816424;
    padding: 80px 0;
}
.sec-heading ul li {
    color: var(--teXTY-ADFS, #626262);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.sec-heading ul {
    padding-top: 10px;
}

section.logos-sec {
    background: #4f816424;
    padding: 80px 0;
}
.logo-design-wrap {
    border-radius: 40px;
    border: 1px solid #D9D9D9;
    padding: 30px;
    text-align: center;
    margin-top: 30px;
}
.logodesign-card p {
    color: var(--T, #626262);
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}
.logodesign-card {
    display: flex;
    flex-direction: column;
    gap: 19px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #00000030;
    height: 100%;
}
.logodesign-card.last {
    border-right: 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%;
  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;
}
.mmpopup {
  text-align: center;
  background: #f8f8f8;
  padding: 45px 25px 25px;
}
.mmpopup .formpop {
  width: 100%;
  margin: 24px auto;
}
.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 h4 span span {
  display: none;
}
.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: #0085ff;
}
.mmpopup .centercont h3 {
  font-size: 50px;
  font-weight: 400;
  color: #0085ff;
}
.mmpopup .centercont h3 span {
  display: block;
  margin: 0 30px;
  /* font-size: 30px; */
  color: #000;
  /* font-family: 'CenturyGothic'; */
  font-weight: 700;
  /* line-height: 33px; */
  font-size: 36px;
  line-height: 120%;
  color: #3a3d40;
}
.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-radius: 5px;
  background-color: var(--primary);
  width: 100%;
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  cursor: poRoboto;
  transition: 0.5s;
  font-family: "Inter";
  height: 59px;
  cursor: pointer;
  border: 0;
}
.fld-btn button i {
  padding-left: 12px;
}
.fld-btn button:hover {
  transform: scale(1.03);
}
/* popup */

/* packages */
.pckg {
  border-radius: 24px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 25px 25px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.5s ease;
  justify-content: space-between;
}
.pckg:hover {
  transform: scale(1.03);
  border: 1px solid var(--primary);
  background: #91c5a71a;
}
.pckg * {
  transition: all 0.5s ease;
}
.title {
  color: #1a1a1a;
  font-family: var(--font-heading);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
}
.package-desc {
  color: #626262;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.32px;
}
.price {
  padding: 15px 0;
  margin: 20px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.price .starting-from {
  display: block;
  width: 100%;
  color: #626262;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: -8px;
}
.price .amount {
  color: var(--primary);
  font-size: 51.596px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.price .uspto {
  color: #626262;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.package-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 220px;
  overflow-y: auto;
  margin: 0 0 2rem;
}
.package-list li {
  color: #626262;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  display: flex;
  gap: 10px;
}
.package-list li::before {
  content: "";
  width: 18px;
  min-width: 18px;
  height: 24px;
  background: url("../images/package-list-icon.svg") no-repeat center center /
    contain;
  margin-top: 3px;
}
.package-btn {
  width: 100%;
  border-radius: 15px;
  background: var(--primary);
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.package-btn.bordered {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}
.package-btn:hover {
  transform: scale(1.03);
  color: #fff;
}
.package-list span.includes {
    font-weight: 600;
    line-height: 22px;
}
.package-list p {
    color: #626262;
    font-size: 16px;
    font-style: normal;
    line-height: 1.2;
}
/* packages */

/* testimonials-sec */
.testimonials-sec {
  background: #4f81641a;
}
.testi-slide {
  border-radius: 18.148px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 24px 9px 38px;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}
.testi-slide .client-img {
  margin: -70px auto 10px;
}
.testi-slide .author-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.testi-slide .author-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.testi-slide .author-info h5 {
  color: #171717;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.testi-slide .author-info span {
  color: rgba(23, 23, 23, 0.7);
  font-size: 10.889px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2px;
}
.testi-slide .testi-text {
  color: #626262;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42; /* 142.857% */
}
/* testimonials-sec */

/* Sec Headings */
.sec-heading {
  margin-bottom: 1rem;
}
.sec-heading.center {
  text-align: center;
}
.sec-heading h2 {
  color: #1a1a1a;
  font-family: var(--font-heading);
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.sec-heading.white h2 {
  color: white;
}
.sec-heading p {
  color: #626262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.sec-heading .sub-heading {
  border-radius: 40px;
  border: 1px solid rgba(79, 129, 100, 0.6);
  background: rgba(79, 129, 100, 0.1);
  color: #626262;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  padding: 4px 16px;
  margin-bottom: 0.75rem;
}
/* Sec Headings */

/* sections */
section {
  padding: 6.25rem 0;
  position: relative;
}
.padding-2 {
  padding: 1rem 0;
}
/* sections */

/* Theme Buttons */
.btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  /* margin: 1rem 0; */
}
.theme-btn {
  padding: 12px 24px;
  background: var(--primary);
  border-radius: 15px;
  transition: 0.5s ease;
  border: 2px solid var(--primary);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.51;
}
.theme-btn.bordered {
  background: transparent;
  color: var(--primary);
}
.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 */


/* -------------------------counter CSS------------------------  */
ul#counter {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.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 {
  font-weight: 700;
  font-size: 64px;
  color: #000;
  margin-bottom: 0rem;
  flex-shrink: 0;
  font-family: "Inria Serif";
}
ul#counter li {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 0rem;
  text-align: center;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul#counter li .counter span.text {
  font-size: 15.3px;
  font-family: "Euclid Square";
  font-weight: normal;
}
/* -------------------------counter CSS------------------------  */


/* ---------------------------footer------------------------------- */
footer {
  padding: 47px 0 0;
  border-top: 1px solid rgba(217, 217, 217, 0.30);
  background: #161616;
}
.copyright p {
  color: white;
  font-size: 14px;
  opacity: 0.8;
}
ul.f-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.visa-image {
    text-align: end;
}
.copyright p,
.copyright a {
  color: white;
  text-align: center;
}
ul.f-link {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-sec p {
  color: #FCFCFC;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
  opacity: 0.8;
  padding: 17px 0 34px;
}
.footer-hdng h4 {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #ffffff24;
  width: fit-content;
  padding: 0 0 10px;
}
.f-menu li a {
  color: #FCFCFC;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  opacity: 0.8;
}
.footer-hdng p {
  color: #fff;
  line-height: normal;
  padding-bottom: 16px;
}
.f-menu li a i {
  color: #fff;
  margin-right: 10px;
}
.f-menu li {
  line-height: 2.4;
}
.copyright-sec {
  background: #161616;
  padding: 20px 0;
}
.terms-text li a {
    opacity: 0.8;
    color: #FCFCFC;
    font-size: 14px;
    font-weight: 400;
     /* 171.429% */
    margin-right: 30px;
}
ul.terms-text {
    display: inline-block;
    vertical-align: middle;
}
ul.terms-text li {
    display: inline-block;
    vertical-align: middle;
}
.border-right {
    position: relative;
}
.border-right:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 41vh;
    background: #ffffff33;
    top: -44px;
    right: 3vw;
}
.bordertop {
    border-top: 1px solid #ffffff21;
    padding: 44.5px 0;
}
.borderbottom {
    border-bottom: 1px solid #ffffff21;
}
/* ----------------------------------footer---------------------- */

/* 404 */
.error-text {
  font-size: 96px;
  line-height: 68px;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.error-heading {
  font-weight: 500;
  font-size: 52px;
  line-height: 68px;
}
.error-image {
  margin-top: 100px;
}
.thankyou-text {
  font-size: 20px;
  initial-letter: 30;
  line-height: 34px;
  margin-top: 20px;
}
/* 404 */

/* terms */
.terms ul {
  line-height: 25px;
  font-size: 16px;
  color: #333;
}
h1.banner-heading.terms-page {
    font-size: 50px;
    padding: 100px 0;
}
.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;
}
.terms-page {
    padding: 100px 0;
}
/* terms */

/* 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: 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:#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 */






@media (max-width: 1440px) {
  .banner-heading {
    font-size: 50px;
  }
.banner-img-cards div h5 {
    font-size: 22px;
}
.banner-img-cards.top-right div h5 {
    font-size: 22px;
}
.title {
        font-size: 22px;
    }
    .package-desc {
        font-size: 14px;
        line-height: 1.4;
    }
    .price {
        padding: 8px 0;
        margin: 14px 0;
    }
    .price .amount {
        font-size: 42.596px;
    }
    .package-list li {
        font-size: 14px;
        line-height: 1.4;
    }
    .package-list {
        gap: 14px;
    }
    .pckg {
        padding: 20px;
    }
    .price .uspto {
        font-size: 12px;
    }
section.cta-sec {
        padding: 30.14px 0 30.73px;
        background-size: cover;
    }
    .sec-wrapper {
        padding: 25px;
    }
    .call-btn {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        gap: 6px;
    }
section {
    padding: 3.25rem 0;
    position: relative;
}
.theme-btn {
    padding: 12px 16px;
    font-size: 14px;
}
.about-border-wrap {
        width: 100%;
        align-items: center;
        margin-bottom: 0rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .about-counter {
        justify-content: center;
        padding: 10px 0 10px;
        width: 100%;
        border-bottom: 0;
    }
    .about-counter h5 {
        font-size: 14px;
    }
  .about-counter p {
    line-height: 15px;
}
.sec-heading strong {
    font-size: 16px;
    display: contents;
}
.sec-heading ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
ul.featured-companies {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin-top: 20px;
    }
    ul.featured-companies a {
        font-size: 14px;
        border-radius: 10px;
        height: auto;
        padding: 12px 12px;
        width: 100%;
    }














}

@media (max-width: 1200px) {
    header{
        padding: 1rem 0;
    }
    .btns{
        margin: 1.5rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: var(--primary);
        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;
        padding: 10px !important;
    }
    .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;
    }
    .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;
    }
.banner-content {
        padding: 50px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .sec-heading h2 {
        font-size: 34px;
        line-height: 38px;
        padding-bottom: 12px;
        margin-bottom: 0;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 30px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        text-align: center;
        padding: 10px 0;
    }
    header .container {
      padding: 12px 0;
      border-radius: 10px;
    }
    .banner-stat-card h2 {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .banner-stat-card {
        padding: 20px;
    }
    .banner-stat-card.secondary {
        padding: 20px;
    }
    .banner-stats-wrapper {
        margin-top: 26px;
    }
    .banner-stat-card p {
        font-size: 14px;
    }
    section {
        padding: 2rem 0;
    }
    .service-cards {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .service-cards div h5 {
        text-align: center;
        width: 100%;
        font-size: 18px;
    }
    .service-cards div p {
        font-size: 14px;
    }
    .title {
        font-size: 22px;
    }
    .package-desc {
        font-size: 14px;
        line-height: 1.4;
    }
    .price {
        padding: 8px 0;
        margin: 14px 0;
    }
    .price .amount {
        font-size: 42.596px;
    }
    .package-list li {
        font-size: 14px;
        line-height: 1.4;
    }
    .package-list {
        gap: 14px;
    }
    .pckg {
        padding: 20px;
    }
    .price .uspto {
        font-size: 12px;
    }
    .accordion-list li h3 {
        font-size: 1rem;
        line-height: 1.3;
        max-width: 95%;
    }
    .accordion-list li {
        padding: 1rem 2rem 1rem 1rem;
        margin-bottom: 1rem;
    }
    section.cta-sec {
        padding: 30.14px 0 30.73px;
        background-size: cover;
    }
    .sec-wrapper {
        padding: 25px;
    }
    .call-btn {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        gap: 6px;
    }
    .theme-btn {
        padding: 12px 8px;
        font-size: 14px !important;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 22px;
        padding: 17px 0 17px;
    }
    br {
        display: none;
    }
    ul.f-link {
        margin-bottom: 1rem;
    }
    .f-menu li a {
        font-size: 14px;
        line-height: 24px;
    }
    .f-menu li {
        line-height: 1.8;
    }
    .footer-hdng h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .bordertop {
        padding: 16.5px 0;
    }
    .footer-hdng {
        margin-top: 1.5rem;
    }
    .copyright-sec {
        padding: 10px 0;
        text-align: center;
    }
    .visa-image {
        text-align: center;
    }
    .sec-heading h3 {
        padding-bottom: 10px;
    }
    section.trusted-sec {
        padding: 16px 0;
    }
    .about-border-wrap {
        width: 100%;
        align-items: center;
        margin-bottom: 0rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .about-counter {
        justify-content: center;
        padding: 10px 0 10px;
        width: 100%;
        border-bottom: 0;
    }
    .about-counter h5 {
        font-size: 14px;
    }
    .answer p {
        font-size: 14px;
    }
    .contact-wrapper {
        margin-top: 2rem;
    }
    .c-details h3 {
        font-size: 16px;
    }
    .contact-detail p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-detail p a {
        font-size: 14px;
        line-height: 22px;
    }
    section.sec-8 {
        padding: 40px 0;
    }
    .input-field1 label {
        font-size: 14px;
    }
    .input-field1 input, .input-field1 textarea {
        height: 42px;
        padding: 10px 10px;
        margin-bottom: 14.15px;
    }
    .input-field1 textarea {
        height: 100.299px;
    }
    .checkbox-wrap label {
        font-size: 12px;
        line-height: 14px;
    }
    .checkbox-wrap {
        margin-bottom: 8px;
    }
    .detail-wrapper {
        width: auto;
        padding: 20px;
        margin-top: 2rem;
    }
    .contactbox h3 {
        font-size: 22.034px;
        line-height: 26.502px;
    }
    .contactbox p {
        font-size: 14.356px;
        line-height: 20.034px;
    }
    .contactbox {
        gap: 10.77px;
        margin-bottom: 0;
    }
    .input-field1 label {
        font-size: 12px;
    }
    .mmpopup {
        padding: 45px 14px 14px;
    }
    .mmpopup .centercont h3 span {
        font-size: 34px;
    }
    .fld-input input {
        padding: 0 10px;
        font-size: 12px;
    }
    .fld-btn button {
        font-size: 14px;
        height: 50px;
    }
    h1.banner-heading.innerpage {
        font-size: 40px;
    }
    .banner-list li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    section.service-sec2 {
        padding: 45px 0;
    }
    .sec-heading ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .sec-heading strong {
        font-size: 14px;
        line-height: 20px;
        display: contents;
    }
    ul.featured-companies {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin-top: 20px;
    }
    ul.featured-companies a {
        font-size: 14px;
        border-radius: 10px;
        height: auto;
        padding: 12px 12px;
        width: 100%;
    }
    .border-right:before{
      display: none;
    }
    h1.banner-heading.terms-page {
        font-size: 28px;
        padding: 50px 0;
    }
    .terms h4 {
        font-size: 18px;
        margin: 2rem 0 1rem;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    section.logos-sec {
        padding: 40px 0;
    }
    .logodesign-card {
        gap: 0px;
        border-right: 0;
        margin-bottom: 1rem;
    }
    .logodesign-card p {
        font-size: 16px;
        line-height: 30px;
    }
    table.pricing tr td:first-child {
        font-size: 12px;
        line-height: 18px;
    }
    table.pricing tr td {
        padding: 8px 6px;
    }
    .form_wrap {
        padding: 10px;
    }
    .bgform h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .form-head {
        margin: 0;
    }
    .form-head .form-price {
        font-size: 30.249px;
        text-align: center;
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .terms-text li a {
        margin-right: 14px;
    }
    .about-counter p {
      font-size: 10px;
      line-height: 10px;
  }
  .ban-img {
      transform: scale(1.36) translateX(-45px);
  }
  .banner-img-cards{
    display: none;
  }







}

@media (max-width : 1199px) {
   .banner-content {
        padding: 50px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .sec-heading h2 {
        font-size: 34px;
        line-height: 38px;
        padding-bottom: 12px;
        margin-bottom: 0;
    }
    .sec-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        text-align: center;
        padding: 10px 0;
    }
    header .container {
      padding: 12px 0;
      border-radius: 10px;
    }
    .banner-stat-card h2 {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .banner-stat-card {
        padding: 20px;
    }
    .banner-stat-card.secondary {
        padding: 20px;
    }
    .banner-stats-wrapper {
        margin-top: 26px;
    }
    .banner-stat-card p {
        font-size: 14px;
    }
    section {
        padding: 2rem 0;
    }
    .service-cards {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .service-cards div h5 {
        text-align: center;
        width: 100%;
        font-size: 18px;
    }
    .service-cards div p {
        font-size: 14px;
    }
    .title {
        font-size: 22px;
    }
    .package-desc {
        font-size: 14px;
        line-height: 1.4;
    }
    .price {
        padding: 8px 0;
        margin: 14px 0;
    }
    .price .amount {
        font-size: 42.596px;
    }
    .package-list li {
        font-size: 14px;
        line-height: 1.4;
    }
    .package-list {
        gap: 14px;
    }
    .pckg {
        padding: 20px;
    }
    .price .uspto {
        font-size: 12px;
    }
    .accordion-list li h3 {
        font-size: 1rem;
        line-height: 1.3;
        max-width: 95%;
    }
    .accordion-list li {
        padding: 1rem 2rem 1rem 1rem;
        margin-bottom: 1rem;
    }
    section.cta-sec {
        padding: 30.14px 0 30.73px;
        background-size: cover;
    }
    .sec-wrapper {
        padding: 25px;
    }
    .call-btn {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        gap: 6px;
    }
    .theme-btn {
        padding: 12px 8px;
        font-size: 14px !important;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 22px;
        padding: 17px 0 17px;
    }
    br {
        display: none;
    }
    ul.f-link {
        margin-bottom: 1rem;
    }
    .f-menu li a {
        font-size: 14px;
        line-height: 24px;
    }
    .f-menu li {
        line-height: 1.8;
    }
    .footer-hdng h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .bordertop {
        padding: 16.5px 0;
    }
    .footer-hdng {
        margin-top: 1.5rem;
    }
    .copyright-sec {
        padding: 10px 0;
        text-align: center;
    }
    .visa-image {
        text-align: center;
    }
    .sec-heading h3 {
        padding-bottom: 10px;
    }
    section.trusted-sec {
        padding: 16px 0;
    }
    .about-border-wrap {
        width: 100%;
        align-items: center;
        margin-bottom: 0rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .about-counter {
        justify-content: center;
        padding: 10px 0 10px;
        width: 100%;
        border-bottom: 0;
    }
    .about-counter h5 {
        font-size: 14px;
    }
    .answer p {
        font-size: 14px;
    }
    .contact-wrapper {
        margin-top: 2rem;
    }
    .c-details h3 {
        font-size: 16px;
    }
    .contact-detail p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-detail p a {
        font-size: 14px;
        line-height: 22px;
    }
    section.sec-8 {
        padding: 40px 0;
    }
    .input-field1 label {
        font-size: 14px;
    }
    .input-field1 input, .input-field1 textarea {
        height: 42px;
        padding: 10px 10px;
        margin-bottom: 14.15px;
    }
    .input-field1 textarea {
        height: 100.299px;
    }
    .checkbox-wrap label {
        font-size: 12px;
        line-height: 14px;
    }
    .checkbox-wrap {
        margin-bottom: 8px;
    }
    .detail-wrapper {
        width: auto;
        padding: 20px;
        margin-top: 2rem;
    }
    .contactbox h3 {
        font-size: 22.034px;
        line-height: 26.502px;
    }
    .contactbox p {
        font-size: 14.356px;
        line-height: 20.034px;
    }
    .contactbox {
        gap: 10.77px;
        margin-bottom: 0;
    }
    .input-field1 label {
        font-size: 12px;
    }
    .mmpopup {
        padding: 45px 14px 14px;
    }
    .mmpopup .centercont h3 span {
        font-size: 34px;
    }
    .fld-input input {
        padding: 0 10px;
        font-size: 12px;
    }
    .fld-btn button {
        font-size: 14px;
        height: 50px;
    }
    h1.banner-heading.innerpage {
        font-size: 40px;
    }
    .banner-list li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    section.service-sec2 {
        padding: 45px 0;
    }
    .sec-heading ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .sec-heading strong {
        font-size: 14px;
        line-height: 20px;
        display: contents;
    }
    ul.featured-companies {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin-top: 20px;
    }
    ul.featured-companies a {
        font-size: 14px;
        border-radius: 10px;
        height: auto;
        padding: 12px 12px;
        width: 100%;
    }
    .border-right:before{
      display: none;
    }
    h1.banner-heading.terms-page {
        font-size: 28px;
        padding: 50px 0;
    }
    .terms h4 {
        font-size: 18px;
        margin: 2rem 0 1rem;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    section.logos-sec {
        padding: 40px 0;
    }
    .logodesign-card {
        gap: 0px;
        border-right: 0;
        margin-bottom: 1rem;
    }
    .logodesign-card p {
        font-size: 14px;
        line-height: 30px;
    }
    table.pricing tr td:first-child {
        font-size: 12px;
        line-height: 18px;
    }
    table.pricing tr td {
        padding: 8px 6px;
    }
    .form_wrap {
        padding: 10px;
    }
    .bgform h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .form-head {
        margin: 0;
    }
    .form-head .form-price {
        font-size: 30.249px;
        text-align: center;
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .terms-text li a {
        margin-right: 14px;
    }
    .about-counter p {
      font-size: 10px;
      line-height: 10px;
  }
  .ban-img {
      transform: scale(1.36) translateX(-45px);
  }
  .banner-img-cards{
    display: none;
  }




}

@media (max-width : 1023px){
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
    .overlap-slider {
        /* width: 180%; */
        width: 100%;
        position: relative;
    }
}

@media (max-width : 992px) {
    .banner-content {
        padding: 50px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .sec-heading h2 {
        font-size: 34px;
        line-height: 38px;
        padding-bottom: 12px;
        margin-bottom: 0;
    }
    .sec-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        text-align: center;
        padding: 10px 0;
    }
    header .container {
      padding: 12px 0;
      border-radius: 10px;
    }
    .banner-stat-card h2 {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .banner-stat-card {
        padding: 20px;
    }
    .banner-stat-card.secondary {
        padding: 20px;
    }
    .banner-stats-wrapper {
        margin-top: 26px;
    }
    .banner-stat-card p {
        font-size: 14px;
    }
    section {
        padding: 2rem 0;
    }
    .service-cards {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .service-cards div h5 {
        text-align: center;
        width: 100%;
        font-size: 18px;
    }
    .service-cards div p {
        font-size: 14px;
    }
    .title {
        font-size: 22px;
    }
    .package-desc {
        font-size: 14px;
        line-height: 1.4;
    }
    .price {
        padding: 8px 0;
        margin: 14px 0;
    }
    .price .amount {
        font-size: 42.596px;
    }
    .package-list li {
        font-size: 14px;
        line-height: 1.4;
    }
    .package-list {
        gap: 14px;
    }
    .pckg {
        padding: 20px;
    }
    .price .uspto {
        font-size: 12px;
    }
    .accordion-list li h3 {
        font-size: 1rem;
        line-height: 1.3;
        max-width: 95%;
    }
    .accordion-list li {
        padding: 1rem 2rem 1rem 1rem;
        margin-bottom: 1rem;
    }
    section.cta-sec {
        padding: 30.14px 0 30.73px;
        background-size: cover;
    }
    .sec-wrapper {
        padding: 25px;
    }
    .call-btn {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        gap: 6px;
    }
    .theme-btn {
        padding: 12px 8px;
        font-size: 14px !important;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 22px;
        padding: 17px 0 17px;
    }
    br {
        display: none;
    }
    ul.f-link {
        margin-bottom: 1rem;
    }
    .f-menu li a {
        font-size: 14px;
        line-height: 24px;
    }
    .f-menu li {
        line-height: 1.8;
    }
    .footer-hdng h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .bordertop {
        padding: 16.5px 0;
    }
    .footer-hdng {
        margin-top: 1.5rem;
    }
    .copyright-sec {
        padding: 10px 0;
        text-align: center;
    }
    .visa-image {
        text-align: center;
    }
    .sec-heading h3 {
        padding-bottom: 10px;
    }
    section.trusted-sec {
        padding: 16px 0;
    }
    .about-border-wrap {
        width: 100%;
        align-items: center;
        margin-bottom: 0rem;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .about-counter {
        justify-content: center;
        padding: 10px 0 10px;
        width: 100%;
        border-bottom: 0;
    }
    .about-counter h5 {
        font-size: 14px;
    }
    .answer p {
        font-size: 14px;
    }
    .contact-wrapper {
        margin-top: 2rem;
    }
    .c-details h3 {
        font-size: 16px;
    }
    .contact-detail p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-detail p a {
        font-size: 14px;
        line-height: 22px;
    }
    section.sec-8 {
        padding: 40px 0;
    }
    .input-field1 label {
        font-size: 14px;
    }
    .input-field1 input, .input-field1 textarea {
        height: 42px;
        padding: 10px 10px;
        margin-bottom: 14.15px;
    }
    .input-field1 textarea {
        height: 100.299px;
    }
    .checkbox-wrap label {
        font-size: 12px;
        line-height: 14px;
    }
    .checkbox-wrap {
        margin-bottom: 8px;
    }
    .detail-wrapper {
        width: auto;
        padding: 20px;
        margin-top: 2rem;
    }
    .contactbox h3 {
        font-size: 22.034px;
        line-height: 26.502px;
    }
    .contactbox p {
        font-size: 14.356px;
        line-height: 20.034px;
    }
    .contactbox {
        gap: 10.77px;
        margin-bottom: 0;
    }
    .input-field1 label {
        font-size: 12px;
    }
    .mmpopup {
        padding: 45px 14px 14px;
    }
    .mmpopup .centercont h3 span {
        font-size: 34px;
    }
    .fld-input input {
        padding: 0 10px;
        font-size: 12px;
    }
    .fld-btn button {
        font-size: 14px;
        height: 50px;
    }
    h1.banner-heading.innerpage {
        font-size: 40px;
    }
    .banner-list li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    section.service-sec2 {
        padding: 45px 0;
    }
    .sec-heading ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .sec-heading strong {
        font-size: 14px;
        line-height: 20px;
        display: contents;
    }
    ul.featured-companies {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin-top: 20px;
    }
    ul.featured-companies a {
        font-size: 14px;
        border-radius: 10px;
        height: auto;
        padding: 12px 12px;
        width: 100%;
    }
    .border-right:before{
      display: none;
    }
    h1.banner-heading.terms-page {
        font-size: 28px;
        padding: 50px 0;
    }
    .terms h4 {
        font-size: 18px;
        margin: 2rem 0 1rem;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    section.logos-sec {
        padding: 40px 0;
    }
    .logodesign-card {
        gap: 0px;
        border-right: 0;
        margin-bottom: 1rem;
    }
    .logodesign-card p {
        font-size: 14px;
        line-height: 30px;
    }
    table.pricing tr td:first-child {
        font-size: 12px;
        line-height: 18px;
    }
    table.pricing tr td {
        padding: 8px 6px;
    }
    .form_wrap {
        padding: 10px;
    }
    .bgform h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .form-head {
        margin: 0;
    }
    .form-head .form-price {
        font-size: 30.249px;
        text-align: center;
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .terms-text li a {
        margin-right: 14px;
    }
    .about-counter p {
      font-size: 10px;
      line-height: 10px;
    }



 }

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .banner-content {
        padding: 50px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 22px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 30px;
        line-height: 32px;
        padding-bottom: 12px;
        margin-bottom: 0;
    }
    .sec-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        text-align: center;
        padding: 10px 0;
    }
    header .container {
      padding: 12px 0;
      border-radius: 10px;
    }
    .banner-stat-card h2 {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .banner-stat-card {
        padding: 20px;
    }
    .banner-stat-card.secondary {
        padding: 20px;
    }
    .banner-stats-wrapper {
        margin-top: 26px;
    }
    .banner-stat-card p {
        font-size: 14px;
    }
    section {
        padding: 2rem 0;
    }
    .service-cards {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .service-cards div h5 {
        text-align: center;
        width: 100%;
        font-size: 18px;
    }
    .service-cards div p {
        font-size: 14px;
    }
    .title {
        font-size: 22px;
    }
    .package-desc {
        font-size: 14px;
        line-height: 1.4;
    }
    .price {
        padding: 8px 0;
        margin: 14px 0;
    }
    .price .amount {
        font-size: 42.596px;
    }
    .package-list li {
        font-size: 14px;
        line-height: 1.4;
    }
    .package-list {
        gap: 14px;
        height: 208px;
    }
    .pckg {
        padding: 20px;
    }
    .price .uspto {
        font-size: 12px;
    }
    .accordion-list li h3 {
        font-size: 1rem;
        line-height: 1.3;
        max-width: 95%;
    }
    .accordion-list li {
        padding: 1rem 2rem 1rem 1rem;
        margin-bottom: 1rem;
    }
    section.cta-sec {
        padding: 30.14px 0 30.73px;
        background-image: none !important;
        background: var(--primary);
    }
    .sec-wrapper {
        padding: 25px;
    }
    .call-btn {
        width: 100%;
        font-size: 16px;
        line-height: 18px;
    }
    .theme-btn {
        padding: 12px 8px;
        font-size: 14px !important;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 22px;
        padding: 17px 0 17px;
    }
    br {
        display: none;
    }
    ul.f-link {
        margin-bottom: 1rem;
    }
    .f-menu li a {
        font-size: 14px;
        line-height: 24px;
    }
    .f-menu li {
        line-height: 1.8;
    }
    .footer-hdng h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .bordertop {
        padding: 16.5px 0;
    }
    .footer-hdng {
        margin-top: 1.5rem;
    }
    .copyright-sec {
        padding: 10px 0;
        text-align: center;
    }
    .visa-image {
        text-align: center;
    }
    .banner-img2 {
        display: none;
    }
    .sec-heading h3 {
        padding-bottom: 10px;
    }
    section.trusted-sec {
        padding: 16px 0;
    }
    .about-border-wrap {
        width: 100%;
        align-items: center;
        margin-bottom: 2rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .about-counter {
        justify-content: center;
        padding: 10px 0 10px;
        width: 100%;
        border-bottom: 0;
    }
    .about-counter h5 {
        font-size: 18px;
    }
    .aboutus-image {
        display: none;
    }
    .answer p {
        font-size: 14px;
    }
    .contact-wrapper {
        margin-top: 2rem;
        flex-direction: row;
    }
    .c-details h3 {
        font-size: 16px;
    }
    .contact-detail p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-detail p a {
        font-size: 14px;
        line-height: 22px;
    }
    section.sec-8 {
        padding: 40px 0;
    }
    .input-field1 label {
        font-size: 14px;
    }
    .input-field1 input, .input-field1 textarea {
        height: 42px;
        padding: 10px 10px;
        margin-bottom: 14.15px;
    }
    .input-field1 textarea {
        height: 100.299px;
    }
    .checkbox-wrap label {
        font-size: 12px;
        line-height: 14px;
    }
    .checkbox-wrap {
        margin-bottom: 8px;
    }
    .detail-wrapper {
        width: auto;
        padding: 20px;
        margin-top: 2rem;
    }
    .contactbox h3 {
        font-size: 22.034px;
        line-height: 26.502px;
    }
    .contactbox p {
        font-size: 14.356px;
        line-height: 20.034px;
    }
    .contactbox {
        gap: 10.77px;
        margin-bottom: 0;
    }
    .input-field1 label {
        font-size: 12px;
    }
    .mmpopup {
        padding: 45px 14px 14px;
    }
    .mmpopup .centercont h3 span {
        font-size: 22px;
    }
    .fld-input input {
        padding: 0 10px;
        font-size: 12px;
    }
    .fld-btn button {
        font-size: 14px;
        height: 50px;
    }
    h1.banner-heading.innerpage {
        font-size: 28px;
    }
    .banner-list li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    section.service-sec2 {
        padding: 45px 0;
    }
    .sec-heading ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .sec-heading strong {
        font-size: 14px;
        line-height: 20px;
        display: contents;
    }
    .service-image {
        display: none;
    }
    ul.featured-companies {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        margin-top: 20px;
    }
    ul.featured-companies a {
        font-size: 14px;
        border-radius: 10px;
        height: auto;
        padding: 12px 12px;
        width: 100%;
    }
    .border-right:before{
      display: none;
    }
    h1.banner-heading.terms-page {
        font-size: 28px;
        padding: 50px 0;
    }
    .terms h4 {
        font-size: 18px;
        margin: 2rem 0 1rem;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    section.logos-sec {
        padding: 40px 0;
    }
    .logodesign-card {
        gap: 0px;
        border-right: 0;
        margin-bottom: 1rem;
    }
    .logodesign-card p {
        font-size: 14px;
        line-height: 30px;
    }
    table.pricing tr td:first-child {
        width: 52.3%;
        font-size: 12px;
        line-height: 18px;
    }
    table.pricing tr td {
        padding: 8px 6px;
    }
    .form_wrap {
        padding: 10px;
    }
    .bgform h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .form-head {
        margin: 0;
    }
    .form-head .form-price {
        font-size: 30.249px;
        text-align: center;
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .pkg-box {
        gap: 2rem;
    }



    

}

@media only screen and (min-width : 280px) and (max-width : 767px) {
    .banner-content {
        padding: 50px 0;
    }
    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;
        margin-bottom: 0;
    }
    .sec-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        text-align: center;
        padding: 10px 0;
    }
    header .container {
      padding: 12px 0;
      border-radius: 10px;
    }
    .banner-stat-card h2 {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .banner-stat-card {
        padding: 20px;
    }
    .banner-stat-card.secondary {
        padding: 20px;
    }
    .banner-stats-wrapper {
        margin-top: 26px;
    }
    .banner-stat-card p {
        font-size: 14px;
    }
    section {
        padding: 2rem 0;
    }
    .service-cards {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .service-cards div h5 {
        text-align: center;
        width: 100%;
        font-size: 18px;
    }
    .service-cards div p {
        font-size: 14px;
    }
    .title {
        font-size: 22px;
    }
    .package-desc {
        font-size: 14px;
        line-height: 1.4;
    }
    .price {
        padding: 8px 0;
        margin: 14px 0;
    }
    .price .amount {
        font-size: 42.596px;
    }
    .package-list li {
        font-size: 14px;
        line-height: 1.4;
    }
    .package-list {
        gap: 14px;
        height: 208px;
    }
    .pckg {
        padding: 20px;
    }
    .price .uspto {
        font-size: 12px;
    }
    .accordion-list li h3 {
        font-size: 1rem;
        line-height: 1.3;
        max-width: 95%;
    }
    .accordion-list li {
        padding: 1rem 2rem 1rem 1rem;
        margin-bottom: 1rem;
    }
    section.cta-sec {
        padding: 30.14px 0 30.73px;
        background-image: none !important;
        background: var(--primary);
    }
    .sec-wrapper {
        padding: 25px;
    }
    .call-btn {
        width: 100%;
        font-size: 16px;
        line-height: 18px;
    }
    .theme-btn {
        padding: 12px 8px;
        font-size: 14px !important;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 22px;
        padding: 17px 0 17px;
    }
    br {
        display: none;
    }
    ul.f-link {
        margin-bottom: 1rem;
    }
    .f-menu li a {
        font-size: 14px;
        line-height: 24px;
    }
    .f-menu li {
        line-height: 1.8;
    }
    .footer-hdng h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .bordertop {
        padding: 16.5px 0;
    }
    .footer-hdng {
        margin-top: 1.5rem;
    }
    .copyright-sec {
        padding: 10px 0;
        text-align: center;
    }
    .visa-image {
        text-align: center;
    }
    .banner-img2 {
        display: none;
    }
    .sec-heading h3 {
        padding-bottom: 10px;
    }
    section.trusted-sec {
        padding: 16px 0;
    }
    .about-border-wrap {
        width: 100%;
        align-items: center;
        margin-bottom: 2rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .about-counter {
        justify-content: center;
        padding: 10px 0 10px;
        width: 100%;
        border-bottom: 0;
    }
    .about-counter h5 {
        font-size: 18px;
    }
    .aboutus-image {
        display: none;
    }
    .answer p {
        font-size: 14px;
    }
    .contact-wrapper {
        margin-top: 2rem;
    }
    .c-details h3 {
        font-size: 16px;
    }
    .contact-detail p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-detail p a {
        font-size: 14px;
        line-height: 22px;
    }
    section.sec-8 {
        padding: 40px 0;
    }
    .input-field1 label {
        font-size: 14px;
    }
    .input-field1 input, .input-field1 textarea {
        height: 42px;
        padding: 10px 10px;
        margin-bottom: 14.15px;
    }
    .input-field1 textarea {
        height: 100.299px;
    }
    .checkbox-wrap label {
        font-size: 12px;
        line-height: 14px;
    }
    .checkbox-wrap {
        margin-bottom: 8px;
    }
    .detail-wrapper {
        width: auto;
        padding: 20px;
        margin-top: 2rem;
    }
    .contactbox h3 {
        font-size: 18.034px;
        line-height: 20.502px;
    }
    .contactbox p {
        font-size: 14.356px;
        line-height: 20.034px;
    }
    .contactbox {
        gap: 10.77px;
        margin-bottom: 0;
    }
    .input-field1 label {
        font-size: 12px;
    }
    .mmpopup {
        padding: 45px 14px 14px;
    }
    .mmpopup .centercont h3 span {
        font-size: 22px;
    }
    .fld-input input {
        padding: 0 10px;
        font-size: 12px;
    }
    .fld-btn button {
        font-size: 14px;
        height: 50px;
    }
    h1.banner-heading.innerpage {
        font-size: 28px;
    }
    .banner-list li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    section.service-sec2 {
        padding: 45px 0;
    }
    .sec-heading ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .sec-heading strong {
        font-size: 14px;
        line-height: 20px;
        display: contents;
    }
    .service-image {
        display: none;
    }
    ul.featured-companies {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
        margin-top: 20px;
    }
    ul.featured-companies a {
        font-size: 14px;
        border-radius: 10px;
        height: auto;
        padding: 12px 12px;
        width: 100%;
    }
    .border-right:before{
      display: none;
    }
    h1.banner-heading.terms-page {
        font-size: 28px;
        padding: 50px 0;
    }
    .terms h4 {
        font-size: 18px;
        margin: 2rem 0 1rem;
    }
    .terms p {
        font-size: 14px;
        line-height: 22px;
    }
    section.logos-sec {
        padding: 40px 0;
    }
    .logodesign-card {
        gap: 0px;
        border-right: 0;
        margin-bottom: 1rem;
    }
    .logodesign-card p {
        font-size: 14px;
        line-height: 30px;
    }
    table.pricing tr td:first-child {
        width: 52.3%;
        font-size: 12px;
        line-height: 18px;
    }
    table.pricing tr td {
        padding: 8px 6px;
    }
    .form_wrap {
        padding: 10px;
    }
    .bgform h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .form-head {
        margin: 0;
    }
    .form-head .form-price {
        font-size: 30.249px;
        text-align: center;
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .pkg-box {
        gap: 2rem;
    }




}


.footer-sec .logo img {
    height: 60px;
}


