/*Main Css */
:root {
  --primary: #fcd65b;
  --bg-light: #ffdecc;
  --bg-gray: #f4f9ff;
  --black: #000000;
  --white: #ffffff;
  --dark: #333333;

  --font-heading: "Sofia Pro", sans-serif;
  --font-accent: "Inter", sans-serif;
  --font-body: "Inter", sans-serif;

  --icon: "Font Awesome 6 Pro", sans-serif;
}
::selection {
  background: var(--primary);
  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: var(--primary);
}

/* 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: #5f6061;
}
body.inner-header {
  padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 600;
  font-family: var(--font-heading);
  color: #1a1c1d;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  font-family: var(--font-body);
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}
.pad-l-zero {
  padding-left: 0px;
}
.pad-r-zero {
  padding-right: 0px;
}
.ovr-hiddn {
  overflow: hidden;
}
.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.overlay {
  display: none;
}
.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}
.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}
.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 10px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}
.slick-dots li button {
  height: 8px;
  width: 30px;
  border-radius: 100px;
  padding: 0px;
  background: #dddddd;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background: #b6b9fc;
  width: 55px;
}

/*header css*/
header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  position: 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;
}
.logo h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
/* 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: 10px 0 10px 14px;
}
.menu > li > a {
  display: block;
  font-size: 15px;
  color: var(--black);
  /* text-transform: uppercase; */
  font-weight: 500;
}
.header-btn {
  background: var(--primary);
  color: #333333 !important;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 600 !important;
  text-align: center;
}
.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-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner-content {
  padding: 84px 0 84px;
}
.banner-sm {
  padding: 150px 0;
}
h1.banner-heading {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 35px;
}
span.sub-heading {
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-weight: 500;
}
p.banner-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.78px;
  margin-bottom: 25px;
  color: #5f5f5f;
}
ul.banner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  gap: 8px;
  margin-bottom: 30px;
}
ul.banner-list li {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

/* section 1 */
section.sec-1 {
  background: #f3f3f3;
  padding: 34px 0;
}
.sec-heading h3 {
  font-size: 22px;
}
ul.trusted-companies {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
/* section 1 */

/* section 2 */
.choose-card {
  border-radius: 15px;
  border: 0.5px solid #d7d7d7;
  text-align: center;
  padding: 30px 32px;
  height: 100%;
  transition: 0.3s ease;
}
.choose-card h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 20px 0;
}
.choose-card p {
  color: #5f6061;
  line-height: 22px;
}
.choose-card:hover {
  border: 0.5px solid var(--primary);
  background: #fff8dc24;
  box-shadow: 0px 0px 4px 0px #00000026;
}
/* section 2 */

/* section 3 */
.portfolio-bg {
  background: #fffef9;
  border-radius: 22px;
  padding: 58px;
}
ul.overview-nav.d2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
ul.overview-nav.d2 a {
  padding: 15px 18px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid var(--primary);
  border-radius: 5px;
  color: #0b0b0b;
  background: var(--primary);
}
ul.overview-nav.d2 li.active a {
  background: var(--black);
  color: #fff;
  border-color: var(--black) !important;
}
.port-card {
  margin-bottom: 1.5rem;
}
.port-card img {
  width: 100%;
}
a.arrow-btn {
  position: absolute;
  top: calc(50% - 54px);
  width: 60px;
  height: 60px;
  background: #fcd65b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  font-size: 24px;
  color: #333;
  box-shadow: 0px 1.32566px 14px rgba(0, 0, 0, 0.08);
}
.portfolio-slider a.arrow-btn.right.slick-arrow {
  right: -12%;
}
.portfolio-slider a.arrow-btn.left.slick-arrow {
  left: -12%;
}
/* section 3 */

/* section 4 */
.sec-heading h4 {
  font-size: 36px;
}
.sec-heading h4.text-red {
  color: #ff0000;
}
/* section 4 */

/* section 5 */
.service-card {
  border-radius: 4px;
  background: #fffef9;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
}
.service-card h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}
.service-card p {
  color: #535353;
  line-height: 24px;
  padding: 25px 0 20px;
}
.service-card a {
  border-radius: 6px;
  background: #fcd65b;
  color: #333;
  padding: 9px 17px;
  font-size: 14px;
  font-weight: 500;
}
/* section 5 */

/* section 6 */
section.sec-6 {
  background: #000;
  padding: 86px 0;
  overflow: hidden;
}
.circle-bg:before {
  content: "";
  display: block;
  width: 645px;
  height: 645px;
  flex-shrink: 0;
  position: absolute;
  top: -127px;
  right: -91%;
  border-radius: 100%;
  background: #fcd65b;
  z-index: 0;
}
.circle-bg {
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-wrapper {
  height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.swiper-slide img {
  width: 100%;
  max-width: 100%;
 
  transform: scale(0.9);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.swiper-slide-active img {
  opacity: 1;
  transform: scale(1);
}
.swiper-slide-prev {
  visibility: hidden;
}
/* section 6 */

/* section 7 */
section.sec-7 {
  padding: 3rem 0 0;
}
.group-image {
  margin-bottom: -10px;
}

/* section 8 */
section.sec-8 {
  background: #000;
  padding: 50px 0;
}
.work-detail h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--primary);
  padding-bottom: 15px;
}
.work-detail p {
  color: #fff;
  line-height: 22px;
}
.work-detail {
  border-bottom: 1px solid #5f5f5f;
  padding: 0 0 20px;
  margin-bottom: 15px;
}
.work-detail-wrapper {
  margin-bottom: 30px;
}
.package-card {
  border-radius: 8px;
  background: #fffef9;
  padding: 50px;
  display: flex;
  flex-direction: column;
}
.package-card h2 {
    color: #000;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 5px;
}
.package-card h2 b {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    font-style: normal;
}
.package-card h2 span {
    color: var(--primary);
    font-size: 66px;
    line-height: 66px;
    text-shadow: 2px 2px 1px #000;
    font-style: normal;
}
.package-card p {
  color: #5f6061;
  text-align: center;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
}
.package-card ul {
    margin: 40px 0;
    columns: 300px;
}
.package-card ul li {
  color: #5f6061;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
}
.package-card ul li::before {
  content: "";
  width: 25px;
  height: 15px;
  background: url("../images/check-yellow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.recommended-seal {
    position: absolute;
    top: 0rem;
    right: 1rem;
    max-width: 150px;
}
.package-expand {
    grid-column: 1 / 3;
}

/* section 9 */
.step-card span {
  border-radius: 4px;
  background: #e3c562;
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: -24px auto 30px;
}
.step-card {
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 0 18px 30px;
  height: 100%;
}
.step-card h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0;
}
.step-card p {
  color: #5f6061;
  line-height: 24px;
}
/* section 9 */

/* section 10 */
.reviews-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.review-card {
  border-radius: 9.5px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  padding: 9px 18px;
  gap: 10px;
}
.review-card div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  border-left: 1px solid #daebf2;
}
.review-card div h4 {
  color: #22232b;
  text-align: center;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.review-card div p {
  color: #606c85;
  text-align: center;
  font-family: var(--font-body);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.review-card div p b {
  color: #41abc2;
  font-weight: 700;
}
/* section 10 */

/* Testimonials 2 */
section.sec-10 {
  background: #fffef9;
}
.testi-slide {
  border-radius: 20px;
  padding: 20px 25px;
  background: #000;
  height: 100%;
}
.testi-slide p {
  color: #fff;
  font-weight: 300;
  font-size: 15.405px;
  line-height: 24px;
  font-style: italic;
  padding-bottom: 20px;
}
.testi-slide .bottom {
  width: 100%;
  border-top: 1px solid #daebf2;
  margin-top: 10px;
}
.testi-slide .client {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-slide .client .det .name {
  font-weight: 500;
  font-size: 17.33px;
  line-height: 23px;
  color: #fff;
  padding: 0;
}
.testi-slide .client .det .des {
  font-size: 14px;
  line-height: 13.479px;
  color: #fff;
  font-weight: 300;
  padding: 0;
  font-style: italic;
}
.testi-slide h4 {
  color: #fff;
  font-size: 21.181px;
  font-weight: 500;
}
.testi-slide span {
  display: block;
  color: #fff;
  font-size: 15.405px;
  padding: 20px 0;
}
.testi-slide span.days {
  color: #8a8c92;
  font-size: 12px;
  padding: 0;
}
/* Testimonials 2 */

/* Accordian */
.accordion-list {
  position: relative;
}
.accordion-list li {
  padding: 20px 22px 20px 22px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  background: #fffef9;
}
ul.accordion-list li span {
  display: flex;
  position: relative;
}
.accordion-list li h3 {
  color: #333333;
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
}
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: 16px;
  font-weight: 600;
  top: 0;
}
.accordion-list li.active h4::after {
  color: #9ca3af;
  content: "\f077";
}
ul.accordion-list li.active h3:after {
  content: "\f077";
}
.answer p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
/* Accordian */

/* cta */
section.sec-12 {
  background: #000;
  padding: 2rem 0;
}
.sec-heading h5 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 500;
}
.cta-image {
  text-align: end;
}

/* cta */

/* popup */
.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: 940px;
  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 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: initial;
  flex-shrink: 0;
}
.mmpopup .formpop {
  width: 100%;
  margin: 24px auto 0;
}
.mmpopup .fld-input {
  height: 50px;
  width: 100%;
  /* margin-bottom: 9px; */
  border-radius: 0px;
  margin-bottom: 1rem;
  border: 1px solid #d1d5db;
  overflow: hidden;
  border-bottom: 0;
}
.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: #fff;
  /* max-width: 390px; */
  margin: auto;
  display: block;
  position: relative;
  text-align: left;
}
.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: 26px;
  color: #fff;
  text-align: left;
}
.mmpopup .centercont h3 {
  font-size: 50px;
  font-weight: 400;
  color: #0085ff;
}
.mmpopup .centercont h3 span {
  display: block;
  margin: 0 30px 0px 0;
  /* font-size: 30px; */
  color: #000;
  /* font-family: 'CenturyGothic'; */
  font-weight: 700;
  /* line-height: 33px; */
  font-size: 34px;
  line-height: 120%;
  color: #fff;
  text-align: left;
}
.mmpopup .centercont h4 span {
  font-weight: 700;
  color: #fcd65b;
  font-size: 46px;
}
.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 14px;
  font-size: 14px;
  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: #000;
  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-image {
  /* width: 86%; */
  flex-shrink: 0;
}
.popup-image img {
  width: 90%;
  border-radius: 10px;
}
/* popup */

/* packages */
.most-popular {
    background: red;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: fit-content;
    margin: -62px auto 0;
    border-radius: 6px;
}
.pckg-sec {
  background: #f5f5f5;
}
.pkg-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.pkg-list .g-2 {
  grid-template-columns: repeat(2, 1fr);
}
.pkg-list .d2 .pckg {
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.pkg-list .d2 .pckg .upper {
  text-align: center;
}
.pkg-list .d2 .pckg .upper .price {
  justify-content: center;
}
.pkg-list .d2 .pckg .upper .title {
  font-size: 24px;
  line-height: 24px;
}
.pkg-list .d2 .pckg .upper .price .amount {
  font-weight: 800;
  font-size: 70px;
  line-height: 85px;
}
.pkg-list .d2 .pckg .bottom p {
  font-size: 18px;
  line-height: 26px;
  color: #6b7280;
}
.pckg.d2 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.pckg.d2 .upper .title {
  font-size: 24px;
  line-height: 24px;
}
.pckg.d2 .upper {
  text-align: center;
}
.pckg.d2 .upper .price {
  justify-content: center;
}
.pckg.d2 .upper .price .amount {
  font-size: 70px;
  line-height: 85px;
}
.pckg.d2 .bottom .hdng {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #525aec;
  margin-bottom: 1rem;
}
.pckg.d2 .bottom p {
  color: #6b7280;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 1rem;
}
.pckg .btn-wrap .theme-btn {
  background: var(--black);
  color: #fff;
  border: 2px solid var(--black);
}
.pckg .btn-wrap .theme-btn.bordered {
  background: transparent;
  color: #000;
  border: 2px solid var(--black);
}
.pckg {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
  /*margin-top: 1rem;*/
  transition: 0.3s;
  background: #fff;
  box-shadow: -10px 14px 30px rgb(0 0 0 / 7%);
  border-radius: 22px;
  border: 1px solid #D8D8D8;
  height: 100%;
  padding: 41px 32px;
}
.pckg .btn-wrap a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.pckg .btn-wrap .btn-norm {
  color: var(--primary);
  transition: 0.5s ease;
}
.pckg .btn-wrap .btn-norm:hover {
  transform: scale(1.03);
}
.pckg .upper,
.pckg .bottom {
  /* padding: 1.5rem; */
}
.pckg .upper .title {
  font-size: 16.33px;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 500;
    background: var(--primary);
    border-radius: 7.17px;
    padding: 8px 20px;
    /* max-width: 180px; */
}
.pckg .upper .starting-in {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}
.pckg .upper p {
  font-size: 17px;
  line-height: 26px;
  color: #6e6e6e;
  margin-bottom: 1.5rem;
  /* min-height: 40px; */
}
.pckg .upper .price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2rem 0;
}
.pckg .upper .price .amount {
  font-weight: 600;
  font-size: 60px;
  line-height: 45px;
  color: #1A1C1D;
}
.pckg .upper .price .uspto {
  font-weight: 700;
  font-size: 14.87px;
  color: #666666;
  background: #EDEDED;
  border-radius: 7.17px;
  padding: 12px 20px;
}
.pckg .upper {
  border-bottom: 1px solid #e5e7eb;
}
.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 {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #535353;
  position: relative;
  display: flex;
}
.pckg .bottom ul {
  margin: 1rem 0 3rem;
  overflow-y: auto;
  /* max-height: 179px; */
  padding-right: 10px;
  height: 254px;
  overflow-y: auto;
}
.bottom span {
  color: #5b5b5b;
  font-size: 16px;
  line-height: 24px;
  /*margin: 1rem 0 0;*/
}
.pckg .bottom ul li:not(.last) {
  margin-bottom: 0.5rem;
}
.pckg .bottom ul li::before {
  content: "";
  font-family: var(--icon);
  content: "\f00c";
  font-weight: 800;
  color: #000;
  margin-right: 12px;
}
.pckg .btn-wrap {
  flex-direction: column;
  margin: 0;
}
span.tag {
  background: #fbbf24;
  color: #0b0b0b;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 32px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-radius: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52%;
}
.pckg:hover {
  border: 1px solid #000;
}
/*------add-css------*/
.pckg.popular {
  background: #283068;
  transform: scale(1.03);
}
.pckg.popular .title {
  color: #fff;
}
.pckg.popular p {
  color: #fff;
}
.pckg.popular .uspto {
  color: #fff !important;
}
.pckg.popular .bottom span {
  color: #fff;
}
.pckg.popular .bottom ul li {
  color: #fff;
}
.pckg.popular .btn-wrap .theme-btn {
  background: #fbbf24 !important;
  color: #000 !important;
  padding: 16px 24px;
}
.pckg .btn-wrap .theme-btn a {
  padding: 16px 24px;
  background: #000;
  color: #fff;
}
.pckg.popular .amount {
  color: #fbbf24 !important;
}
.pckg.popular .bottom ul li::before {
  color: #fbbf24;
}
/* packages */

/* Sec Headings */
.sec-heading {
  margin-bottom: 2rem;
}
.sec-heading.center {
  text-align: center;
}
.sec-heading h2 {
  font-size: 40px;
  line-height: 45px;
}
.sec-heading.white h2 {
  color: white;
}
.sec-heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5f6061;
  margin: 1rem 0;
}
.sec-heading .sub-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  color: #323232;
  margin-bottom: 1rem;
}
/* Sec Headings */

/* sections */
section {
  padding: 3rem 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: 15px 50px;
  background: var(--primary);
  color: #0b0b0b;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 500;
  border: 2px solid var(--primary);
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-btn.bordered {
  background: transparent;
  color: var(--black);
}
.theme-btn:hover {
  transform: scale(1.03);
  color: #000;
}
/* 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: 1.5rem 0;
}
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright p,
.copyright a {
  color: white;
}
ul.f-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
ul.f-link li:first-child {
  border-right: 1px solid #fff;
  padding-right: 20px;
}
/* footer */

/* ---------------------------footer------------------------------- */
footer {
  /* background: #222222; */
  padding: 62px 0 0;
}
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dddddd;
  padding: 15px 0;
  margin-top: 60px;
}
.copyright p,
.copyright a {
  color: #333333;
  font-size: 14px;
}
ul.f-link {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-sec p {
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 33px;
}
.footer-hdng h4 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.f-menu li a {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.footer-hdng p {
  color: #fff;
  line-height: normal;
  padding-bottom: 16px;
}
.hours {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hours p {
  color: #fff;
  font-size: 16px;
}
.f-menu li a i {
  color: var(--primary);
  margin-right: 10px;
}
.f-menu li {
  line-height: 2;
}

/* ----------------------------------footer---------------------- */

/* 404 */
.error-text {
  font-size: 100px;
  line-height: 88px;
  color: #000;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-family: var(--font-heading);
}
.error-heading {
  color: #000;
  font-weight: 500;
  font-size: 56px;
  line-height: 68px;
  font-family: var(--font-body);
}
.error-image {
  margin-top: 100px;
}
.thankyou-text {
  font-family: var(--font-body);
  color: #000;
  font-size: 20px;
  initial-letter: 30;
  line-height: 34px;
  margin-top: 20px;
}
/* 404 */

/* terms */
.terms .roman {
  list-style: upper-roman;
}
.terms ul {
  line-height: 25px;
  font-size: 16px;
  color: #333;
}
.terms ul li {
  margin-bottom: 0rem;
}
.terms ul li b {
  font-weight: 700;
}
.terms ul li::marker {
  font-size: 22px;
  font-weight: 500;
}
.terms h4 {
  font-size: 26px;
  margin: 2rem 0 1rem;
}
.terms h3 {
  font-size: 22px;
  margin-bottom: 1rem;
}
.terms p {
  margin-bottom: 1rem;
}
ul.ul-list {
  list-style: disc;
  margin-left: 24px;
}
/* terms */

/* inner pages */
.sec-heading span.number {
  font-size: 55px;
  font-weight: 600;
  color: #0F0F0F;
  opacity: 10%;
  margin-bottom: 24px;
}
.sec-heading a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.margin-b {
  margin-bottom: 104px;
}
.sec-heading h6 {
  font-size: 18px;
  padding: 20px 0;
}
.brfore-after-list li {
  display: flex;
  align-items: baseline;
  line-height: 28px;
  margin-bottom: 2rem;
  color: #5F6061;
  font-size: 16px;
}
.brfore-after-list li b {
  display: contents;
  font-weight: 900;
}
.brfore-after-list li i.fal.fa-check {
  margin-right: 18px;
}

/* contact us section */

.detail-wrapper {
  background: #FFFEF9;
  border: 1px solid #f1efe6;
  padding: 40px;
  text-align: center;
  height: 100%;
  border-radius: 21.62px;
  transition: 0.3s ease;
}
.detail-wrapper:hover {
  background: var(--primary);
}
.detail-wrapper h3 {
  color: #131313;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0;
}
.detail-wrapper a {
  color: #535353;
}
.contactus-bg {
  background: #F3F3F3;
  border-radius: 17px;
  padding: 50px;
}
.form-group label {
  padding-left: 10px;
  color: #292929;
  font-weight: 500;
  padding-bottom: 8px;
  font-size: 14px;
}
.form-group input, .form-group textarea {
  cursor: pointer;
  height: 54px;
  width: 100%;
  font-size: 14px;
  color: #222222;
  padding: 15px 14px;
  outline: none !important;
  text-transform: capitalize;
  margin-bottom: 0px;
  /* box-shadow: 0 16px 24px 0 rgba(189, 196, 205, 0.13); */
  border-radius: 8px;
  border: solid 1px #EAEAEA;
  background-color: #fff;
}
.form-group textarea{
  height: 150px;
}
section.contactus-sec {
  padding: 3rem 0 0;
}
.checklist label {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #777;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

ul.pricing-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
ul.pricing-nav a {
  padding: 15px 18px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000;
  background: var(--primary);
}
ul.pricing-nav li.active a {
  background: #000;
  color: white;
  border-color: #000 !important;
}

/*business-proposal page*/

.chooseus-card {
    border-radius: 19.6px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    display: flex;
    padding: 50px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
}
.chooseus-card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px; /* 100% */
}
.chooseus-card p {
    color: #535353;
    font-size: 16px;
    line-height: 24px; /* 150% */
}
section.industries-sec {
    background: #EEE;
}
.industries-card {
    border-radius: 90px;
    background: #FFF;
    display: flex;
    padding: 24px 20px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    min-height: 112px;
}
.industries-card span {
    width: 18.385px;
    height: 18.385px;
    border-radius: 19.6px;
    background: #FCD65B;
    flex-shrink: 0;
}
.industries-card h4 {
    color: #282825;
    font-size: 26.604px;
    font-weight: 400;
    line-height: 30px; /* 112.766% */
}
.chooseus-card span {
    border-radius: 4px;
    background: #000;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -76px;
}
.chooseus-card.steps {
    align-items: center;
}
.bgwhite {
    border-radius: 18px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 30px 30px;
}
.pricing-work {
    border-radius: 17px;
    border: 1px solid #D8D8D8;
    background: #FAF1DE;
    padding: 30px 16px;
    height: 100%;
}
.pricing-work h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px; /* 120% */
    padding-bottom: 18px;
}
.pricing-work p {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
}

.price-heading h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}















@media (max-width: 1200px) {
  ul.menu.btns li {
    border-bottom: 0;
}
  header {
    padding: 1rem 0;
  }
  .btns {
    margin: 1.5rem 0;
  }
  .dropdown {
    position: unset;
    box-shadow: none;
    width: 100%;
    background: #212529;
    border-radius: 0;
  }
  .dropdown ul li a {
    padding: 0;
    line-height: 1rem;
    /* padding: 0; */
    padding: 1rem;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
  }
  .form-head .form-heading {
    white-space: normal;
    font-size: 20px;
  }
  .form-head {
    padding: 1rem;
  }
  .btn-normal {
    padding: 10px 8px;
  }
  .sub-menu a {
    color: #333 !important;
    margin-bottom: 0 !important;
  }
  .sub-menu {
    left: auto !important;
    padding-top: 16px;
    top: 24px;
  }
  a.header-btn {
    padding: 15px 20px !important;
    margin-bottom: 0 !important;
    display: flex !important;
    gap: 5px !important;
    align-items: center;
  }
  .menuWrap .menu:first-child {
    padding-left: 0;
    width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    /* right: 0; */
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    height: 100dvh;
    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;
  }
  header .main-header ul.menu > li > a:before {
    display: none;
  }
  .sec-heading h2 br {
    display: none;
  }
  ul.overview-nav.d2 {
    gap: 15px;
  }
  ul.trusted-companies {
    grid-template-columns: repeat(5, 1fr);
  }
  .contactus-bg {
    padding: 18px;
  }
  .checklist label {
    text-align: left;
    display: block;
  }
  .detail-wrapper {
    margin-bottom: 1rem;
    height: auto;
  }
  .sec-heading h5 {
    font-size: 45px;
    line-height: 46px;
  }
  .pkg-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .package-expand {
    grid-column: auto;
   }
  .pckg .bottom ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .mmpopup {
    flex-direction: column;
    padding: 30px 20px;
}
.popup-image {
    display: none;
}
.mmpopup .centercont h3 span {
    font-size: 28px;
}
.recommended-seal {
    top: 0rem;
    right: 1rem;
    max-width: 120px;
}
.chooseus-card {
    padding: 20px;
}
.industries-card h4 {
    font-size: 16.604px;
    line-height: 16px;
}
.industries-card span {
    width: 10.385px;
    height: 10.385px;
}
.industries-card {
    padding: 24px 16px;
    gap: 10px;
    margin-bottom: 1rem;
}
.chooseus-card span {
    margin-top: 0;
}
.chooseus-card.steps {
    margin-bottom: 1rem;
}
.bgwhite {
    padding: 20px 20px;
    margin-top: 1rem;
}
.pricing-work {
    margin-bottom: 1rem;
    height: auto;
}
.industries-card {
    min-height: auto;
}


}

@media only screen and (min-width: 375px) and (max-width: 767px) {
  .margin-b {
    margin-bottom: 0;
  }
  header {
    padding: 1rem 0;
  }
  .banner-content {
    padding: 60px 0 20px;
  }
  .banner-sm {
    padding: 60px 0;
  }
  span.sub-heading {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  h1.banner-heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 1rem;
  }
  p.banner-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .btn-wrap {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .btn-wrap a {
    width: 100%;
    text-align: center;
  }
  .banner-img {
    display: none;
  }
  .detail-wrapper img {
    height: 40px;
    width: 40px;
    object-fit: contain;
  }
  .detail-wrapper h3 {
    font-size: 20px;
  }
  .detail-wrapper a {
    font-size: 14px;
  }
  .sec-heading h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .sec-heading p {
    font-size: 16px;
    line-height: 26px;
  }
  .sec-heading .sub-heading {
    margin-bottom: 0.5rem;
  }
  section {
    padding: 2rem 0;
  }
  .portfolio-bg {
    padding: 30px;
  }
  ul.overview-nav.d2 a {
    padding: 10px 12px;
    font-size: 14px;
  }
  .package-card {
    padding: 30px 50px;
  }
  .accordion-list li h3 {
    font-size: 16px;
  }
  .sec-heading h5 {
    font-size: 35px;
    line-height: normal;
  }
  .copyright {
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
  }
  .error-text {
    font-size: 60px;
    line-height: 48px;
  }
  .error-heading {
    font-size: 40px;
    line-height: 58px;
  }
  .thankyou-text {
    font-size: 18px;
    line-height: 28px;
  }
  .contactus-bg {
    padding: 18px;
  }
  .checklist label {
    text-align: left;
    display: block;
  }
  .detail-wrapper {
    margin-bottom: 1rem;
    height: auto;
  }
  .pkg-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .mmpopup {
    flex-direction: column;
    padding: 30px 20px;
}
.popup-image {
    display: none;
}
.mmpopup .centercont h3 span {
    font-size: 28px;
}
.most-popular {
    margin: -30px auto 0;
}
.logo img {
    max-width: 196px;
}
.recommended-seal {
    top: 0rem;
    right: 0rem;
    max-width: 75px;
}
.chooseus-card {
    padding: 20px;
}
.industries-card h4 {
    font-size: 16.604px;
    line-height: 16px;
}
.industries-card span {
    width: 10.385px;
    height: 10.385px;
}
.industries-card {
    padding: 24px 16px;
    gap: 10px;
    margin-bottom: 1rem;
}
.chooseus-card span {
    margin-top: 0;
}
.chooseus-card.steps {
    margin-bottom: 1rem;
}
.bgwhite {
    padding: 20px 20px;
    margin-top: 1rem;
}
.pricing-work {
    margin-bottom: 1rem;
    height: auto;
}
.industries-card {
    min-height: auto;
}




}
