html {
  scroll-behavior: smooth;
}

::selection {
  background: #bd9c51;
  color: #fff;
  text-shadow: none;
}

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

::-webkit-scrollbar-button:end:increment,
.pckg-btn-wrap .pckg-btn::-webkit-scrollbar-button:start:decrement {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #bd9c51;
}
.pckg .bottom ul::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.pckg .bottom ul::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
}
html {
   overflow-x: hidden;
}

body {
  font-family: Poppins;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000;
  overflow-x: hidden;
}

h1 {
  font-family: Poppins;
  display: block;
  font-weight: 600;
}

h2 {
  display: block;
  font-family: Poppins;
  padding: 0 10%;
  font-weight: 600;
  font-size: 40px;
  color: #000;
  line-height: 3.1rem;
  margin-bottom: 30px;
}

h3,
h4,
h5,
h6 {
  font-family: Poppins;
  display: block;
  font-weight: 400;
}

*,
:focus,
:hover {
  outline: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #ff5e14;
}

span {
  display: inline-block;
}

input[type] {
  background: 0 0;
  border: none;
  border-radius: 0;
  font-family: Roboto;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

.header-2 {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  padding-top: 34px;
}

.header-2 {
  box-shadow: 0 0 15px rgba(214, 214, 214, 0.25);
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
}

.header-2 a.logo img {
  max-width: 120px;
}

.header-2 a {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
}

.header-2 a i {
  transform: rotate(90deg);
  margin-right: 5px;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #9dd7fd;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.logo h6 {
  font-size: 26px;
  color: #fff;
}

.menu {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
}

.menu>li {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  position: relative;
}

.menu li a {
  display: block;
  text-transform: capitalize;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.menuWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuWrap.open {
  left: 0;
}

.menu-Bar.open span {
  background: #000;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu li.active a,
.menu li:hover a {
  color: rgba(240, 78, 35, 1);
}

.menu li.active a,
.menu li:hover a {
  color: #9dd7fd;
}

.menu li a i.fas.fa-phone {
  transform: rotate(90deg);
}

.chat-btn span {
  margin-right: 8px;
}

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

  100% {
    top: 115px;
    opacity: 0;
  }
}

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

  100% {
    top: 40px;
    opacity: 1;
  }
}



.mainBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background: rgba(4, 39, 63, 1)
}

.mainBanner.no-img {
  padding: 50px 0;
}

.mainBanner .banner-content {
  padding: 70px 0;
}

.mainBanner h1.banner-heading {
  font-size: 50px;
  line-height: 72px;
  margin-bottom: 1rem;
  font-weight: 700;
  color: white
}

.mainBanner ul.banner-list {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  list-style: disc;
  color: #0B0B0B;
  padding-left: 18px;
}

.mainBanner span.sub-heading {
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-weight: 500;

}



.inner-header header {
  padding: 1.5rem;
}

.inner-header header ul li a {
  color: #212121;
}

.inner-header ul.menu:first-child {
  display: none;
}

.inner-header .menuWrap {
  justify-content: end;
}

/* 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 .roman {
  list-style: upper-roman;
}

.terms ul {
  padding-left: 40px;
  line-height: 25px;
  font-size: 16px;
  color: #333;
}

.terms ul li {
  margin-bottom: 1rem;
}

.terms ul li::marker {
  font-size: 22px;
  font-weight: 500;
}

.terms h4 {
  font-size: 24px;
  margin: 1rem 0;
}

.terms p {
  margin-bottom: 2rem;
}

/* terms */
.secondBanner {
  background: url(https://www.expertsmark.com/lp2/assets/images/banner/ban-bg.webp) no-repeat;
  background-size: cover;
}

.ban-details {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.head-bar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.head-bar li {
  display: inline-block;
  vertical-align: middle;
}

.call-now-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  gap: 10px;
  height: 35px;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
}

.header-bar {
  background: rgba(2, 2, 2, 0.7);
  padding: 0.5rem 0;
}

.call-now-btn:hover {
  color: #fff;
  transform: scale(1.03);
}

.head-bar img {
  width: 80px;
}

.ban-hdng h1 {
  text-transform: capitalize;
  font-family: Poppins;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
}

.ban-hdng p {
  padding: 1rem 0 2.5rem 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.img-wrap {
  position: relative;
}

.img-wrap .text-wrap {
  padding: 20px 24px;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  width: 335px;
  font-size: 16px;
  line-height: 24px;
  bottom: -10%;
  left: -30%;
}

.chat-btn {
  display: flex;
  padding: 20px 30px;
  width: 100%;
  height: 62px;
  background: #9dd7fd;
}

.chat-btn:hover {
  color: #000 !important;
  transform: scale(1.03);
}

a.g-strt-btn {
  border: 2px solid transparent;
  color: #0b0b0b;
  transition: 0.35s linear;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  align-items: center;
  padding: 17px 14px;
  height: 68px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  border-radius: 6px;
}

a.g-strt-btn.g-strt1 {
  background: 0 0;
  color: #fff;
  border: 2px solid #ffffff;
  transition: 0.35s linear;
}

.ban-buttons {
  display: flex;
  gap: 20px;
}

a.g-strt-btn:hover {
  transform: scale(1.05);
}

a.g-strt-btn.g-strt1:hover {
  transform: scale(1.05);
}

.tm-sec1 {
  background: #bd9c51;
  padding: 2rem 0;
  color: white;
}

.icons {
  /* filter: brightness(10); */
  color: white;
  font-size: 30px;
}

.icon-contnt h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.tm-sec2-hdng p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  color: #555;
}

.numbr {
  /* background : #bd9c51; */
  border-radius: 5px;
  width: 75px;
  height: 70px;
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
  color: #bd9c51;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec2-details {
  padding: 2rem 1rem 3rem 2rem !important;
  background: #ffffff;
  text-align: left;
  position: relative;
}

.pricing {
  padding: 3rem 0;
  background: #f7f8fd;
}

.pckg:hover .pckg-btn-wrap .pckg-btn {
  color: #fff;
}

.pckg {
  color: #08203A;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  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: 10px;
  border: 1px solid #00B4D8;
}

.pckg-btn-wrap .pckg-btn {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 50px;
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0.6rem;
  background: #bd9c51;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  border-radius: 4px;
}

.pckg-btn-wrap.center-btn .pckg-btn {
  width: 31%;
  margin: 50px auto 0;
  padding: 25px 60px;
  animation: pulseWhite 1.5s ease-in-out infinite;
  height: auto;
  font-size: 22px;
}

.pckg-btn-wrap .pckg-btn:hover {
  transform: scale(1.03);
}

.pckg:hover {
  border: 1px solid #bd9c51;
}

.registered {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 5rem 0;
  background-color: #bd9c51;
  background-image: none !important;
}

footer {
  padding-bottom: 30px;
  background: #222;
}

.pckg-head .price {
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -0.01em;
  color: #333;
}

span.uspto {
  font-family: Inter;
  font-size: 14px;
  color: #868c8e;
  margin-left: 18px;
}

.pckg-content ul li:before {
  content: "\f336";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  background: 0 0;
  top: 2px;
  left: 0;
  margin: auto;
  color: #9dd7fd !important;
  font-weight: 600;
}

.pckg-head p {
  margin-bottom: 34px;
  font-size: 14px;
  line-height: 25px;
  color: #868c8e;
}

.pckg-head {
  padding: 2rem 3rem 0 2rem;
  border-bottom: 1px solid #dcdcdc;
}

.pckg-content {
  padding-bottom: 1rem;
}

.tm-sec4 {
  padding: 3rem 0;
  margin-bottom: 1rem;
}

.reg-hdng h6 {
  font-weight: 600;
  font-size: 64px;
  line-height: 80px;
  color: #fff;
}

.reg-hdng p {
  padding: 2rem 0 3rem 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.numbr h5 {
  font-weight: 600;
}

.pckg-btn-wrap {
  margin-bottom: 2rem;
}

.header-2 .menu li a {
  color: #000;
}

.header-2 .menu li a:hover {
  color: #9dd7fd;
}

.header-2 .logo h6 {
  color: #000;
}

.header-2 .chat-btn {
  color: #000;
}

.header-2 .ban-details {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 100px;
  margin-top: 0;
}

.header-2 .menu li:hover a,
.menu li.active a {
  color: #9dd7fd;
}

.ban-details2 img {
  display: inherit;
  margin: 0 auto;
}

.tm-sec1-hdng h5 {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}

.sec2-contnt h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #000;
  padding: 1.5rem 0 10px;
}

.sec2-contnt p {
  font-size: 15px;
  line-height: 28px;
  color: #5f6061;
}

.fs-45 {
  font-weight: 500;
  font-size: 45px;
  color: #1a1c1d;
}

.fs-16 {
  font-size: 16px;
  line-height: 28px;
  color: #767b81;
}

.fs-20 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #555;
}

.pckg-content ul {
  font-size: 15px;
  line-height: 24px;
  color: #465056;
}

.pckg-content ul li {
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 26px;
}

.price-details:hover {
  background-color: rgba(255, 255, 255, 1);
}

.gap {
  gap: 16px;
}

.numbr-card {
  position: relative;
  background: #fff;
  box-shadow: 0 0 15px rgb(146 146 146 / 25%);
  border-radius: 4px;
  padding: 2rem 3rem;
}

.fs-30 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  color: #1b2336;
}

.hdng {
  padding-top: 2rem;
}

.hdng2 h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: #1b2336;
  margin-top: 26px;
}

.ban-details2 {
  text-align: center;
}

.tm-sec2-hdng {
  padding-bottom: 1rem;
}

a.cta-btn1 {
  background-color: #fff;
  color: #000;
}

a.cta-btn2 {
  background: 0 0;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.logo img {
  display: block;
  width: 180px;
}

.copyright .container {
  padding-top: 32px;
}

.copyright a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}

.copyright ul {
  display: flex;
  gap: 1rem;
}

.copyright ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.copyright ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  color: #353535;
}

.tm-sec2-hdng h1 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  color: rgba(61, 67, 74, 1);
  margin-bottom: 6px;
}

.tm-sec2-hdng h4 {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

.tm-sec2 {
  padding: 4rem 0;
  background: #fbfbfb;
}

.sec2-details h1 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  color: rgba(240, 78, 35, 1);
  margin-bottom: 14px;
}

.sec2-contnt h1 {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  text-align: left;
  color: rgba(61, 67, 74, 1);
}

.tm-sec3 {
  background-color: rgba(86, 93, 100, 1);
  padding: 45px 0;
}

.tm-sec3-hdng h1 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.price-details {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 6px;
}

.sec3-hdng h2 {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.sec3-hdng {
  border-bottom: 0.7px solid rgba(255, 255, 255, 0.4);
  padding: 24px 0 16px 0;
}

.tm-sec3-hdng {
  padding-bottom: 40px;
}

.p-list {
  padding: 5px 0 26px 24px;
}

.p-list li {
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #fff;
}

.sec3-btn {
  margin: 0 auto;
  display: table;
  padding: 0 0 32px 0;
}

.price-details:hover .sec3-hdng h2 {
  color: rgba(245, 119, 87, 1);
}

.price-details:hover .p-list li {
  color: rgba(150, 154, 158, 1);
}

.h1 {
  font-size: 70px;
}

.faq-list {
  padding: 1rem 0;
}

.faq-list p {
  margin: 1rem 0;
  font-weight: 400;
  color: #9ca3af;
}

.tm-sec4-hdng h1 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  color: rgba(61, 67, 74, 1);
  margin-bottom: 10px;
}

.tm-sec4-hdng h4 {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: rgba(80, 86, 92, 1);
  margin-bottom: 30px;
}

.tm-sec5-hdng h4 {
  margin-bottom: 22px;
  font-family: Barlow;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
}

.reg-image {
  width: 180%;
}

.tm-sec5-hdng p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
}

.sec5-details {
  padding: 0 0 0 48px;
}

a.sec5-btn:hover {
  color: #fff !important;
  background: 0 0;
  transform: scale(1.05);
  box-shadow: 0 1px 13px 0 #f7f7f9;
  border: transparent;
}

a.sec5-btn2 {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.tm-sec5 {
  padding-top: 65px;
}

.fs-16 {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #555;
}

.fs-22 {
  font-family: Barlow;
  font-weight: 600;
  font-size: 28px;
  color: #0b0b0b;
}

.padding {
  padding-bottom: 2rem;
}

.sec2-img:hover img {
  transform: scale(1.05);
  transition: 0.3s ease;
}

.tm-free {
  padding: 2rem 0;
}

.sec2-contnt h6 {
  font-weight: 600;
  font-size: 28px;
  color: #00023f;
  padding-bottom: 1rem;
}

.step3-btn {
  padding: 1rem 0;
}

a.get-btn1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 52px;
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  background: #9dd7fd;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  border-radius: 5px;
}

a.get-btn1:hover {
  transform: scale(1.05);
  box-shadow: 0 1px 13px 0 rgb(255 255 255);
}

.copyright-protect {
  padding: 0 0 5rem 0;
}

.copyright1 li {
  font-family: Barlow;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1.2rem;
  color: #353b41;
  display: flex;
}

.copyright1 li span {
  color: #ba68c8;
  font-size: 12px;
  padding-right: 12px;
}

.pricing2 {
  background: #f5fafe;
  padding: 2rem 0;
}

.copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright p {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  opacity: 0.8;
}

.copyright .container ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #757575;
  justify-content: end;
}

.f-menu li a {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0.25px;
  color: #fff;
}

.f-menu li a:hover {
  color: #9dd7fd;
}

ul.f-menu {
  margin-top: 26px;
}

.call_btn {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
}

.livechat-button {
  margin-top: 36px;
}

.visa-card img {
  max-width: 45%;
}

.fs2-18 {
  font-size: 18px !important;
}

.fs-45 {
  font-size: 45px;
  line-height: 53px;
  color: #1a1c1d;
}

.padding2 {
  padding: 1rem 0;
}

.sec3 {
  padding: 1rem 1rem 2rem 2rem;
}

.banner-ul li {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  margin-left: 21px;
}

.fs-24 {
  font-weight: 600;
  font-size: 24px;
  color: #000;
}

.banner-ul {
  list-style: disc;
  padding-bottom: 3rem;
}

.tm-reg {
  padding: 3rem 0;
}

.why-get-a-trademark {
  padding: 3rem 0;
  background-color: #f7f8fd;
}

.faqs {
  background: #f5f5f5;
}

ul.accordion-list>li {
  cursor: pointer;
  position: relative;
  /* font-weight: 500 !important; */
  padding: 18px 25px 18px 25px;
  transition: ease 0.5s;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  margin-top: 12px;
  background: #fff;
}

ul.accordion-list>li h6:before {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 15px;
  top: 18px;
  bottom: 0;
  margin: auto;
  transition: ease 0.5s;
  color: #9ca3afab;
  transition: 0.5s ease;
  font-size: 16px;
  font-weight: 400;
}

ul.accordion-list>li.active h6:before {
  content: "\f077";
}

ul.accordion-list>li .answer {
  padding: 20px 0 11px;
}

ul.accordion-list>li .answer p:last-child {
  margin: 0;
}

ul.accordion-list>li .answer p {
  /* opacity: 0.6; */
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #5b5b5b;
}

.accordion-list li h6 {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: #333;
}

.comprehensive-search {
  padding: 5rem 0 2rem 0;
}

.search-div {
  background: #fff;
  box-shadow: 0 0 4px rgb(0 0 0 / 25%);
  padding: 6px 0;
  margin-top: 30px;
  border-radius: 10px;
}

.search-div span {
  color: #567494;
  font-size: 20px;
  padding: 0 4px 0 15px;
}

.search-data {
  margin-top: 10px;
}

.pad-0 {
  padding: 0;
}

.fs-18 {
  font-size: 18px;
  line-height: 21px;
  color: #353b41;
}

.price2 {
  font-weight: 600;
  font-size: 50px;
  color: #000;
}

.price2 span {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.copyright-protect {
  padding: 2rem 0 2rem 0;
}

.copyright1 li {
  margin-bottom: 1.2rem;
  display: flex;
  font-family: Poppins;
  font-size: 22px;
  line-height: 33px;
  color: #5f6061;
}

.copyright1 li span {
  color: #00023f;
  font-size: 12px;
  padding-right: 12px;
}

.contact-us-img {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contnt-details {
  padding: 4rem 0;
}

.contact-us-contnt h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.contact-us {
  background: #fff;
  box-shadow: 0 0 34px #f1eeee;
  padding: 4rem 6rem;
}

a.expert-btn {
  background: #4c50be;
  padding: 10px 42px;
  display: inline-flex;
}

.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="text"] {
  background: 0 0;
  width: 100%;
  padding: 10px;
  font-weight: 300 !important;
  border-bottom: 1px solid #555 !important;
  font-family: Inter;
  font-size: 18px;
  color: #b8b8b8;
  border: 0;
}

.input-wrap {
  padding-bottom: 2rem;
}

button,
input {
  line-height: 42px;
}

.text-block-9 {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  font-size: 22px;
  color: #353b41;
}

.faq-link {
  display: inline-block;
  color: var(--primary);
  text-decoration: none;
}

.faq-link:hover {
  color: var(--primary);
}

.form_wrap {
  padding: 1.5rem;
  border-radius: 10px;
}

.form-head {
  padding: 2rem;
  background: linear-gradient(151.92deg, #f9f9f9 -3.6%, #dedede 88.81%);
  border-radius: 6px;
}

.form-head .form-heading {
  white-space: nowrap;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1f1f1f;
}

.form-head span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  color: #777;
}

.form-head .form-price {
  font-size: 30px;
  margin: 1rem 0;
}

.form-head i {
  font-size: 14px;
}

.register-pricing {
  width: 100%;
  overflow-x: auto;
}

.main-heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #000;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
}

.popupmain {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 490px;
  background: #f8f8f8;
  box-shadow: 0 0 30px -9px #0000006e;
  z-index: 9999999;
  overflow: hidden;
  display: none;
  max-width: 98%;
  padding: 0 10px;
}

.mmpopup {
  text-align: center;
  background: #f8f8f8;
  padding: 30px 0;
}

.mmpopup .formpop {
  width: 86.4%;
  margin: auto;
}

.mmpopup .fld-input {
  height: 50px;
  width: 100%;
  margin-bottom: 9px;
  border-radius: 4px;
}

.mmpopup .centercont h3 {
  font-size: 38px;
  color: #141515;
  margin-bottom: 10px;
}

.mmpopup .centercont h4 {
  font-size: 20px;
  color: #566060;
  margin-bottom: 15px;
}

.mmpopup .centercont h4 span {
  color: #bd9c51;
}

.mmpopup .centercont h4 span span {
  display: none;
}

.mmpopup .centercont p {
  color: #727272;
  font-size: 18px;
  margin-bottom: 120px;
  line-height: 20px;
}

.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}

.closeico i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.closeico1 {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}

.closeico1 i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.mmpopup .centercont p {
  margin-bottom: 10px;
  line-height: 23px;
  color: #565656;
  max-width: 390px;
  margin: auto;
  display: block;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 28px;
}

.mmpopup .centercont ul {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 27px 49px 27px 24px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}

.mmpopup .centercont ul li {
  display: block;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
}

.mmpopup .centercont ul li.last {
  padding-bottom: 0;
}

.mmpopup .centercont ul li i {
  color: #ff533e;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 10px;
  padding: 3px;
}

.mmpopup .centercont h4 {
  font-size: 35px;
  color: #000;
}

.mmpopup .centercont h3 {
  font-size: 50px;
  font-weight: 700;
  color: #4c50be;
}

.mmpopup .centercont h3 span {
  display: block;
  margin: 0 5px;
  font-size: 30px;
  color: #000;
}

.mmpopup .centercont h4 span {
  font-weight: 700;
  color: #bd9c51;
  font-size: 60px;
}

.fld-input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 217 217);
  border-radius: 5px;
  background-color: #fff;
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}

.fld-input input {
  font-family: Poppins;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}

.fld-btn button {
  border-radius: 5px;
  background-color: #bd9c51;
  border: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s;
  font-family: Poppins;
  height: 59px;
  cursor: pointer;
}

.fld-btn button i {
  padding-left: 12px;
}

.fld-btn button:hover {
  transform: scale(1.03);
}

.mmpopup .centercont p:after {
  background-color: #9dd7fd;
  width: 100px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.form_wrap {
  box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
  padding: 1.5rem;
  border-radius: 10px;
}

h3.form-heading {
  justify-content: center;
}

.head-sec {
  text-align: center;
  margin-bottom: 35px;
}

.head-sec h3 {
  font-size: 23px;
  font-weight: 700;
}

.head-sec h4 {
  font-size: 55px;
  margin: 15px 0 17px;
  color: #0275df;
}

.sec-heading {
  margin-bottom: 2rem;
}

.sec-heading.center {
  text-align: center;
}

.sec-heading h2 {
  /* font-size: 50px; */
  /* line-height: 60px; */
}

.sec-heading p {
  /* font-weight: 500; */
  font-size: 20px;
  line-height: 28px;
  color: #5f5f5f;
  margin: 1rem 0;
}

.pckg-sec {
  background: #eef2ff;
}

.pkg-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: center;
}

.pkg-list .g-2 {
  grid-template-columns: repeat(2, 1fr);
}

.pkg-list .d2 .pckg {
  border: 1px solid #e5e7eb;
  box-shadow: 0 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: 0 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 {
  background: #fff;
  border-radius: 6px;
  padding: 2rem;
}

.pckg .btn-wrap a {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.pckg .upper .title {
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
}

.pckg .upper .starting-in {
  font-size: 14px;
  line-height: 20px;
  color: #08203A;
  font-weight: 600;
}

.pckg .upper p {
  font-size: 15px;
  line-height: 22px;
  color: #666666;
}

.pckg .upper .price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 1.5rem 0;
  color: #5b5b5b;
  line-height: 1.3;
}

.pckg .upper .price .amount {
  font-weight: 800;
  font-size: 50px;
  color: #08203A;
}

.pckg .upper .price .amount sub {
  font-size: 15px;
  bottom: 2px;
  font-weight: normal;
  color: #000000ad;
}

.pckg .upper .price .uspto {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary);
}

.pckg .bottom ul li {
  font-size: 15px;
  line-height: 22px;
  color: #08203A;
  position: relative;
  /* display: flex; */
  padding-right: 14px;
  padding-left: 25px;
  font-weight: 700;
}

.pckg .bottom ul li::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  margin-right: 5px;
  font-size: 18px;
  color: #08203A;
  position: absolute;
  top: 0;
  left: 0px;
}

.pckg .bottom ul li:not(.last) {
  margin-bottom: 1rem;
}

.pckg .btn-wrap a.theme-btn {
  border-radius: 4px;
  background: #bd9c51;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 15px 30px;
  color: #fff;
  font-size: 18px;
  border: 2px solid #bd9c51;
}

.pckg .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.pckg.popular span.popular-tag {
  border-radius: 25px;
  background: #bd9c51;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: -0.4px;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto -53px;
  transform: translateY(-53px);
}

/* .pckg.popular {
  background: #212121;
  color: white;
}
.pckg.popular .upper .price .amount {
  color: #bd9c51;
}
.pckg.popular .btn-wrap a.theme-btn {
  background: gold;
  border-color: gold;
  color: #0B0B0B !important;
}
.pckg.popular .bottom ul li::before {
  color: #fff;
}
.pckg.popular .bottom ul li {
  color: #222;
}
.pckg.popular * {
    color: white !important;
} */
section.shadow-card-wrap {
  background: #f5f5f5;
}

.shadow-card {
  background: transparent;
  box-shadow: 0 0 15px rgba(214, 214, 214, 0.25);
  border-radius: 4px;
  padding: 30px;
  height: 100%;
  border: 1px solid #ffffff;
  min-height: 300px;
  background: #fff;
  position: relative;
}

.shadow-card h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 45px;
  color: #333;
  margin-bottom: 1rem;
}

.shadow-card ul {
  font-size: 18px;
  line-height: 24px;
  color: #555;
}

.shadow-card ul li {
  position: relative;
  display: flex;
  color: #555;
  font-size: 14px;
  padding-left: 27px;
}

.shadow-card ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.shadow-card ul.check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #00c359;
  /* font-weight: 800; */
  /* margin-right: 5px; */
}

.shadow-card ul.block-list li::before {
  content: "\f05e";
  font-family: "Font Awesome 5 Pro";
  color: #db0000;
  font-weight: 800;
  /* margin-right: 5px; */
  /* font-size: 18px; */
}

section.shadow-card-wrap * {
  /* color: white !important; */
  /* font-size: 14px; */
}

/*section.shadow-card-wrap p b {*/
/*    font-weight: 600;*/
/*    text-decoration: underline;*/
/*}*/
section.cta-card-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

section.cta-card-wrap::after {
  content: "";
  position: absolute;
  background: url("../images/cta-2.webp") no-repeat;
  width: 30%;
  height: 100%;
  background-size: contain;
  right: -5px;
  background-position: center;
  top: 0;
}

.cta-card h3 {
  /* letter-spacing: -2px; */
  color: #333;
  font-weight: 600;
  font-size: 40px;
  line-height: 64px;
  margin-bottom: 1.5rem;
}

.cta-card ul li h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  cursor: pointer;
  /* display: flex; */
  /* justify-content: space-between; */
  /* width: 100%; */
  /* letter-spacing: -.48px; */
  position: relative;
  /* align-items: end; */
  padding-left: 46px;
}

.cta-card ul li h4 span {
  position: absolute;
  left: 0;
  font-size: 22px;
  /* letter-spacing: -.7px; */
  line-height: 34px;
  top: 0;
  border: 2px solid #000000;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 40px;
}

.cta-card ul li {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}

.cta-card ul {
  border-bottom: 10px solid #bd9c51;
  padding-left: 0;
  border-radius: 0 0 10px 10px;
}

.cta-card ul li p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #555;
  margin-top: 1rem;
  display: none;
  padding-left: 45px;
  padding-bottom: 17px;
}

.cta-card ul li.active p {
  display: block;
}

.sec-padding {
  padding: 5rem 0;
}

.has-bg {
  background: #f5f5f5;
}

.cont-card {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px;
  gap: 2rem;
  display: flex;
  height: 100%;
}

.cont-card .content h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 1rem;
}

.cont-card .content h3 a {
  color: #000;
}

.cont-card .content p {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}

a.btn-sm {
  background: #bd9c51;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 11px 14px;
  color: #ffffff;
  margin-top: 1rem;
}

a.btn-sm:hover {
  transform: scale(1.03);
}

.arrows {
  display: flex;
  justify-content: end;
  gap: 2rem;
  font-size: 30px;
}

.arrows a {
  color: #fff;
  width: 40px;
  height: 40px;
  background: #171a1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 100%;
}

.testi-card {
  padding: 24px;
}

.testi-card .upper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.testi-card p {
  font-weight: 400;
  line-height: 32px;
  color: #333;
}

.testi-card .client {
  display: flex;
  flex-direction: column;
}

.testi-card .client .name {
  font-weight: 700;
  line-height: 32px;
}

.testi-card .client .des {
  font-size: 14px;
  color: #666;
}

.testi-card .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.testi-card .bottom .stars {
  color: gold;
}

.secondBanner h1 {
  font-weight: 600;
  font-size: 46px;
  line-height: 70px;
  color: #000;
  text-align: center;
  margin-bottom: 21px;
}

.secondBanner h1 span, 
.secondBanner h1 span a{
  color: #bd9c51;
}
.secondBanner h1 span a {
    text-decoration: underline;
}
.secondBanner h1 span a:hover {
    text-decoration: none;
}

.secondBanner header {
  padding: 1rem 2rem 0 !important;
  position: relative;
}

.secondBanner p {
  /* font-weight: 500; */
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin: 0 10% 30px;
  color: #4f4f4f;
}


.bx-flx ul {
  display: flex;
  text-align: center;
  gap: 5px;
  margin-bottom: 46px;
}

.bx-flx ul li {
  background: #00000017;
  width: 33.3%;
  padding: 0px 10px 20px 10px;
}

.bx-flx ul li h5 {
  background: #bd9c51;
  display: inline-block;
  padding: 6px 20px;
  font-size: 20px;
  color: #fff;
}

.bx-flx ul li h5 i {
  display: block;
  margin-bottom: 11px;
  font-size: 28px;
  margin-top: 9px;
  color: white;
}

.bx-flx ul li h2 {
  font-size: 21px;
  font-weight: 500;
  padding: 25px 0 6px;
  margin: 0;
  line-height: 1em;
}

.bx-flx ul li p {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4em;
  margin-top: 4px;
  color: #656565;
}

li.hdr-phone a {
  background: #bd9c51;
  padding: 14px 20px;
  border-radius: 5px;
  font-size: 21px !important;
  color: #fff !important;
  font-weight: bold;
}

li.hdr-phone a i {
  color: #fff;
  margin-right: 5px;
}

.bx-flx {
  min-height: 400px;
  display: flex;
  align-items: center;
  margin-top: 55px;
}

.secondBanner .menu li a {
  color: #000;
  font-size: 16px;
}

.secondBanner .pckg-btn-wrap {
  margin-top: 20px;
  display: block;
  width: 100%;
  text-align: center;
}

.secondBanner .pckg-btn-wrap a {
  width: auto;
  display: inline-block;
  padding: 25px 60px;
  animation: pulse 1s infinite alternate, fade-shadow 1s infinite alternate;
  height: auto;
  font-size: 22px;
  color: white;
}

@keyframes pulseWhite {
  0% {
    /* transform: scale(1); */
    box-shadow: 0 0 0 0 rgba(0, 118, 182, 70%);
  }

  70% {
    /* transform: scale(1.02); */
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    /* transform: scale(1); */
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.t-pilot {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
}

.t-pilot img {
  width: 120px;
  vertical-align: sub;
  margin: 0 10px;
}

.secondBanner .logo-noshow {
  display: none;
}

.secondBanner .logo-dark {
  display: block !important;
}



.mmpopup .centercont h4 span sub {
  display: none;
}

.cta-card-wrap .cta-card .active .fa-caret-down:before {
  content: "\f0d8" !important;
}



.pckg .bottom ul {
  height: 254px;
  overflow-y: scroll;
}


.checkbox-wrap {
  text-align: left;
  line-height: 25px;
  margin-bottom: 1rem;
}

.checkbox-wrap a {
  color: #222;
  font-weight: 600;
}



/*step form*/

/* Steps */
.steps-pops {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff7a;
  backdrop-filter: blur(5px);
  z-index: 10;
  display: none;
}

.steps-wrap {
  background: white;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-height: 580px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.step {
  display: none;
  flex-direction: column;
  flex-basis: 100%;
  align-items: center;
  min-height: 400px;
}

.step.active {
  display: flex;
}

.steps-wrap .top {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 1rem;
  align-items: center;
}

.steps-wrap .top.end {
  justify-content: end;
}

.steps-wrap .top a.close {
  width: 40px;
  height: 40px;
  background: #bd9c51;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 100%;
  clear: both !important;
  line-height: normal !important;
  font-weight: 300;
  padding: 0;
  opacity: 1;
}

.steps-wrap .top a.close::before {
  content: "";
  background: url("../images/close.png")no-repeat;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  filter: invert(1);
}

a.back {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 100px;
  color: #757575;
}

a.back:hover {
  color: #212121;
  border: 1px solid #757575;
}

.step .heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.step .heading-wrap h3 {
  font-size: 28px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 1rem;
}

.step .heading-wrap p {
  font-size: 18px;

  color: #757575;
}

.content-wrap {
  width: 100%;
}

.steps-wrap .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  background: #f2f2f2;
  margin-top: 1rem;
}

.steps-wrap .bottom a {
  color: #212121;
  padding: 0;
}

.content-wrap ul li {
  width: 100%;
  background: #ffffff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-bottom: 1rem;
  transition: .5s ease;
  cursor: pointer;
  border: 1px Solid #ddd;
  padding: 0;
}

.content-wrap ul li.active {
  border: 1px Solid #43a047;
}

.content-wrap ul {
  width: 100%;
  margin-bottom: 1.5rem;
}

.content-wrap .checkbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem
}

.content-wrap .checkbox-list li {
  width: 48%;
  margin-bottom: 0;
}

.content-wrap ul li a,
.content-wrap ul li label {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.content-wrap ul li input[type=checkbox],
.content-wrap ul li input[type=radio] {
  /* opacity: 0; */
  display: none;
}

.content-wrap ul li:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

a.btn-next,
.check-next {
  background: #fa6e26;
  color: white !important;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #fa6e26;
  width: 100%;
  text-align: center;
}

.btn-group {
  display: flex;
}

.otp-field {
  display: flex;
  width: 50%;
  margin: 0 auto;
}

.otp-field input {
  width: 24px;
  font-size: 32px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  margin: 2px;
  border: 2px solid rgb(218 217 217);
  background: #ffffff;
  font-family: 'Inter';
  color: #333;
  outline: none;
  transition: all 0.1s;
}

.otp-field input:focus {
  border: 2px solid #8db91c;
  box-shadow: 0 0 2px 2px #8db91c99;
}

.disabled {
  opacity: 0.5;
}

.space {
  margin-right: 1rem !important;
}

.otp-field input {
  flex-basis: 100%;
}

.otp-field-wrap {
  margin-bottom: 1rem;
  text-align: center;
}

.otp-field-wrap label {
  display: flex;
  margin: 1rem 0 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}

span.timer {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 1rem;
  color: #212121;
}

a.resend-code {
  font-size: 16px;
  margin-bottom: 1.5rem;
  color: #212121;
  text-align: center;
  /* display: flex; */
  /* justify-content: center; */
}

p.resend-code {
  text-align: center;
}

a.resend-code:hover {
  color: #8eba2b;
}

p.eeror-msg {
  font-size: 18px;
  margin-bottom: 1rem;
  color: red;
  text-align: center;
}

p.invalidNum {
  margin: 1rem 0;
  color: red;
}

.step .field input.invalid,
.newcountrycode.invalid {
  border-color: red;
}

.step .field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.step .field label {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.step .field input {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  border: 0;
  border-bottom: 1px solid #ADADAD;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.step .newcountrycode {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ADADAD;
  display: flex;
  align-items: center;
}

.step .newcountrycode input {
  border-radius: 0;
  border: 0;
}

.steps-pops form {
  width: 100%;
}

.content-wrap ul li label {
  margin-bottom: 0;
}


.step .newcountrycode .countrycode {
  width: 50px;
}

.step .submit {
  width: 100%;
  background: #bd9c51;
  color: white;
  padding: 1rem;
  border-radius: 8px;
  border: none;
}

.timer-wrap {
  text-align: center;
}



.shadow-card ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

section#testimonials h2 {
  padding-left: 0;
  padding-right: 0;
}




.sec2-details .seal-cs-grnte {
  position: absolute;
  top: -37px;
  right: -15px;
  width: 115px;
  /* transform: rotate(14deg);*/
}

img.seal-s-grnte {
  position: absolute;
  width: 100px;
  top: -48px;
  left: -59px;
  /* transform: rotate(328deg); */
}

.sm-btn .popstatic.pckg-btn {
  width: 140px;
  font-size: 14px;
  padding: 15px;
  margin: 21px 0 0 0;
  height: 47px;
  animation: pulse 1s infinite alternate, fade-shadow 1s infinite alternate;
}

.sm-btn .popstatic.pckg-btn i {
  margin-left: 7px;
}

.pckg-btn-wrap.sm-btn {
  margin-bottom: 0;
  display: block;
}



@keyframes fade-shadow {

  0%,
  100% {
    box-shadow: 1px 1px 8px 5px rgba(0, 118, 182, 38%)
  }

  50% {
    box-shadow: 0 0 6px 2px rgba(0, 118, 182, 16%)
  }
}







.pricingdetail-box {
    background: #bd9c510f;
    padding: 4%;
}

.pricingdetail-box h3 {
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.pricingdetail-box p {
    font-size: 16px;
    color: #575757;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.pricingdetail-box table td, .pricingdetail-box table th {
    border: 1px solid #002b4521;
    padding: 16px;
    background: #fff;
    line-height: 1.4em;
}

.pricingdetail-box table {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

.pricingdetail-box table th {
    background: #bd9c51;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

section#pricingdetail {
    padding-top: 0;
}


.tooltipp {
  position: relative;
  display: inline-block;
}

.tooltipp .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 138%;
    left: -42%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
    text-align: left;
    line-height: 1.3em;
}

.tooltipp .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipp:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}





@media (min-width: 100px) and (max-width: 767px) {
  .secondBanner h1 {
    font-size: 34px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .logo img {
    max-width: 100% !important;
  }

  .pckg {
    min-height: 600px !important;
  }
}

@media (max-width: 1200px) {
    li.hdr-phone a {
        background: transparent;
        font-size: 18px !important;
        color: #000 !important;
    }
        li.hdr-phone a i {
        color: #000;
    }
  footer {
    padding-top: 2rem;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .menu-Bar {
    display: block;
    top: 0;
  }

  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e6f5ff;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }

  a.chat-btn {
    color: #333 !important;
    text-align: center;
    padding: 20px 32px !important;
  }

  ul.menu li {
    display: block;
    padding: 8px 0;
  }

  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 24px;
    padding-right: 0;
    margin-right: 0;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
  }

  .logo img {
    max-width: 80%;
  }

  .container {
    position: relative;
  }

  header .main-header ul.menu>li {
    display: block;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .main-header ul.menu>li a {
    color: #000;
    font-size: 18px;
  }

  header .main-header ul.menu>li a:before {
    display: none;
  }

  .copyright ul li a {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  section.cta-card-wrap::after {
    content: none;
  }

  .tm-sec4 {
    padding-top: 45px;
  }

  .sec2-details {
    min-height: 0;
  }

  .ban-hdng h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .ban-details {
    margin-top: 2rem;
    margin-bottom: 2rem;
    min-height: 0;
  }

  .tm-sec2 {
    padding: 2rem 0;
  }

  .tm-sec2-hdng h2 {
    padding: 0.5rem 0;
  }

  .sec2-contnt h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .pckg {
    padding: 1.2rem;
    margin-top: 2rem;
  }

  .pckg-content ul {
    min-height: 194px;
  }

  .registered {
    margin-top: 2rem;
  }

  .ban-buttons {
    padding: 1rem 0;
  }

  .tm-sec2-hdng h2 {
    padding: 0.5rem 0;
    font-size: 28px;
  }

  .ban-hdng p {
    font-size: 16px;
    line-height: 30px;
    max-width: 100%;
    padding: 1rem 0 1.5rem 0;
  }

  a.g-strt-btn {
    padding: 17px 28px;
  }

  .banner-ul li {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
  }

  .banner-ul {
    padding-bottom: 1rem;
  }

  .pckg-head {
    padding: 0;
  }

  h2 {
    font-size: 28px;
    padding: 0.5rem 0;
  }

  ul.accordion-list {
    margin-top: 1rem;
  }

  .cta-card h3 {
    font-size: 34px;
    line-height: 50px;
  }

  .cta-card ul li h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .cta-card ul li {
    font-size: 26px;
  }

  .cta-card ul li p {
    font-size: 18px;
    line-height: 28px;
  }

  .sec-heading h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .sec-padding {
    padding: 2rem 0;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
  .reg-hdng h6 {
    font-size: 38px;
    line-height: 56px;
  }

  .pckg-btn-wrap {
    margin-bottom: 0;
  }

  .pckg-content ul {
    font-size: 14px;
  }

  .sec2-contnt p {
    font-size: 14px;
  }

  .f-menu li.last a {
    margin-bottom: 15px;
  }

  .logo img {
    max-width: 100%;
  }

  .pckg {
    min-height: 600px !important;
  }

  .pkg-list {
    gap: 1rem;
  }
}

@media (max-width: 991px) {
  .pkg-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .img-wrap .text-wrap {
    position: unset;
    width: 100%;
    text-align: center;
    margin: 1rem 0 0;
  }

  .cont-card {
    margin-bottom: 1.5rem;
    height: auto;
  }

  .shadow-card {
    height: auto;
    margin-bottom: 1.5rem;
  }

  .logo h6 {
    font-size: 22px;
    color: #fff;
  }

  .tm-sec1 {
    padding: 1rem 0;
  }

  .tm-sec2-hdng p {
    max-width: 100%;
  }

  .icon-contnt h4 {
    font-size: 11px;
    line-height: 14px;
  }

  .pckg-head {
    padding: 0 1rem 0 1rem;
  }

  .pckg-btn-wrap {
    margin-bottom: 0;
  }

  .pricing {
    padding: 1rem 0;
  }

  .pckg-btn-wrap .pckg-btn {
    padding: 13px 12px;
    margin-bottom: 16px;
  }

  .reg-hdng {
    padding: 2rem 0;
  }

  .sec2-details {
    min-height: 379px;
  }

  .numbr {
    width: 75px;
    height: 75px;
  }

  .ban-hdng h1 {
    font-size: 33px;
    line-height: 40px;
  }

  .ban-hdng p {
    padding: 22px 0;
    max-width: 100%;
  }

  .ban-details {
    margin-top: 2rem;
    margin-bottom: 2rem;
    min-height: 0;
  }

  .ban-buttons {
    padding: 1rem 0;
  }

  a.g-strt-btn {
    padding: 13px 16px;
  }

  .tm-sec1-hdng h3 {
    font-size: 22px;
  }

  .tm-sec4 {
    padding-top: 45px;
  }

  .sec2-contnt p {
    font-size: 14px;
    line-height: 22px;
  }

  .tm-sec2 {
    padding: 2rem 0;
  }

  .tm-sec2-hdng h2 {
    padding: 0.5rem 0;
  }

  .sec2-contnt {
    padding-top: 0.5rem;
  }

  .sec2-contnt h4 {
    min-height: 0;
    font-size: 20px;
    line-height: 26px;
    padding-top: 6px;
    letter-spacing: -0.8px;
  }

  .tm-reg {
    padding-bottom: 3rem;
  }

  .pckg {
    gap: 1rem;
    margin-top: 0;
    padding: 2rem;
    margin-bottom: 3rem;
  }

  .pckg-content ul {
    font-size: 14px;
    line-height: 20px;
    min-height: 135px;
  }

  .pckg-content ul li {
    margin-bottom: 1.5rem;
    font-size: 14px;
  }

  .registered {
    margin-top: 0;
    padding: 0 0;
  }

  .tm-free {
    padding: 1rem 0;
  }

  .sec2-details {
    margin-bottom: 28px;
    padding: 1rem 1rem;
  }

  a.get-btn1 {
    padding: 13px 20px;
    font-size: 20px;
    font-weight: 500;
  }

  .tm-sec2-hdng h2 {
    padding: 1rem 0;
  }

  .sec2-contnt {
    padding-top: 0;
  }

  footer {
    padding-top: 2rem;
  }

  .reg-image img {
    display: none !important;
  }

  .ban-details2 img {
    display: none;
  }

  .numbr-card {
    margin-bottom: 28px;
  }

  .hdng2 h5 {
    font-size: 14px;
  }

  .reg-hdng p {
    padding: 1rem 0 1rem 0;
    text-align: center;
  }

  .cta1 {
    padding: 1rem 0;
  }

  .reg-hdng h6 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }

  .visa-card {
    text-align: center;
    padding: 1rem 0;
  }

  .f-menu li.last a {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {

  .bx-flx ul {
    display: block;
  }

  .bx-flx ul li {
    width: 100%;
    margin: 15px 0;
  }


  .secondBanner header {
    padding: 12px 0 !important;
  }

  .secondBanner h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 10px;
  }

  .secondBanner p {
    font-weight: normal;
    font-size: 20px;
    margin: 0;
  }

     .secondBanner .pckg-btn-wrap a {
        width: 100%;
        padding: 20px 5px;
        height: auto;
        font-weight: 600;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        font-size: 16px;
    }

  p.t-pilot {
    margin: 11px 0 19px;
  }

  .secondBanner h1 span {
    font-weight: bold;
    font-size: 37px;
  }

  .tm-sec2-hdng h2 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .sec2-details {
    margin-top: 9px;
  }

  .pckg {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
    border-radius: 5px;
    padding: 0 !important;
  }

  .pckg .upper .title {
    /* background: #bd9c51; */
    padding: 8px 15px 9px;
    color: #000;
    font-size: 28px;
    /* text-align: center; */
    margin-bottom: 0;
    line-height: 1.2em;
  }

  .pckg .upper .starting-in {
    padding: 0 15px;
  }

  .pckg .upper .price {
    padding: 0 15px;
    margin: 1em 0;
  }

  .pckg .upper .price .amount {
    font-size: 50px;
  }

  .pckg .upper p {
    padding: 0 15px;
    line-height: 1.5em;
    color: #666666;
    font-size: 15px;
  }

  .bottom {
    margin: 0 15px;
  }

  .pckg {
    padding-bottom: 15px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: relative;
  }

  .pckg .btn-wrap a.theme-btn {
    background: #bd9c51;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-color: #bd9c51;
    border-radius: 5px;
  }



  .pckg.popular .btn-wrap a.theme-btn {
    /* background: #ffffff; */
    /* border-color: #ffffff; */
  }

  .pckg.popular .upper .price .amount {
    color: #000;
  }


  .pad-btm {
    margin-bottom: 18px;
    margin-left: 8px;
  }

  .tm-sec2-hdng p {
    max-width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .pckg-head {
    padding: 1rem 1rem 0 1rem;
  }

  .pckg-btn-wrap {
    margin-bottom: 0;
  }

  .icon-contnt h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .banner-ul {
    padding-bottom: 0;
    padding-top: 1rem;
  }

  .fs-16 {
    font-size: 16px;
  }

  .fs-20 {
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #000;
  }

  .padding {
    padding-bottom: 1rem;
  }

  ul.accordion-list {
    margin-top: 2rem;
  }

  .faqs {
    padding: 1rem 0 2rem 0;
  }

  .comprehensive-search {
    padding: 2rem 0 1rem 0;
  }

  .search-div span {
    font-size: 16px;
    padding: 0 4px 0 2px;
  }

  .contnt-details {
    padding: 2rem 0;
  }

  .accordion-list li h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    width: 96%;
  }

  ul.accordion-list>li {
    padding: 10px 14px 10px 14px;
    margin-bottom: 12px;
  }

  ul.accordion-list>li h6:before {
    top: 10px;
    font-size: 12px;
  }

  .ban-hdng h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .ban-hdng p {
    font-size: 16px;
    line-height: 24px;
    padding: 0.5rem 0;
    max-width: 100%;
  }

  .ban-buttons {
    flex-direction: column;
    align-items: center;
  }

  a.g-strt-btn {
    width: 98% !important;
  }

  a.g-strt-btn.g-strt1 {
    width: 100%;
  }

  .ban-details {
    margin-bottom: 0;
    min-height: 0;
  }

  .logo h2 {
    font-size: 26px;
  }

  .tm-sec1-hdng h3 {
    font-size: 18px;
    line-height: 5px;
  }

  .tm-sec1 {
    padding: 1.5rem 0 0.4rem 0;
  }

  .tm-sec2 {
    padding: 2rem 0 2.5rem 0;
  }

  .tm-sec2-hdng h2 {
    font-size: 25px;
    padding: 0.8rem 0;
    line-height: 30px;
  }

      .sec2-details {
        min-height: 0;
        padding: 1rem 1rem 1rem 1rem !important;
        margin-bottom: 10px;
    }

  .pckg {
    margin-bottom: 1rem;
    padding: 1rem;
    margin-top: 2rem;
  }

  .pckg-content p {
    margin-bottom: 18px;
  }

  .reg-image {
    display: none !important;
  }

  .tm-reg {
    padding: 0.5rem 0 2.3rem 0;
  }

  .registered {
    padding: 0;
    margin-top: 0;
  }

  .tm-free {
    padding: 1rem 0;
  }

  .ban-buttons {
    padding: 1rem 0;
  }

  .tm-sec4 {
    padding-top: 30px;
    padding: 2rem 0;
  }

  .pckg-content ul {
    font-size: 16px;
    line-height: 35px;
  }

  .tm-sec2-hdng {
    padding-bottom: 0;
  }

  .sec2-contnt p {
    font-size: 14px;
    line-height: 26px;
  }

  .reg-hdng h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .reg-hdng {
    padding: 1rem 0;
  }

  footer .logo img {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  footer {
    text-align: center;
  }

  .pckg-content ul li {
    margin-bottom: 0.5rem;
    line-height: 26px;
  }

  .pricing {
    padding: 2rem 0 0 0;
  }

  .pckg-content ul li:before {
    top: 6px;
  }

  .ban-details2 img {
    display: none;
  }

  .tm-sec1-hdng h5 {
    font-size: 16px;
    line-height: 0;
  }

  .pckg-btn-wrap .pckg-btn {
    margin-bottom: 12px;
  }

  .hdng {
    padding-top: 0;
  }

  .numbr-card {
    margin-bottom: 30px;
  }

  .reg-hdng h6 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }

  .reg-hdng p {
    padding: 1rem 0 1rem 0;
    text-align: center;
    line-height: 26px;
  }

  ul.f-menu {
    margin-top: 10px;
  }

  .f-menu li a {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.18px;
  }

  .f-menu li {
    text-align: left;
  }

  .livechat-button {
    margin-top: 15px;
  }

  .call_btn {
    margin-top: 16px;
  }

  .copyright {
    margin-top: 30px;
  }

  .copyright .container {
    padding-top: 16px;
  }

  .copyright p {
    font-size: 11px;
  }

  .visa-card {
    text-align: center;
    padding: 1rem 0;
  }

  .sec3 {
    margin-bottom: 0;
  }

  .fs-45 {
    font-size: 23px;
    line-height: 26px;
  }

  .why-get-a-trademark {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }

  .text-block-9 {
    left: -5px;
    top: 5px;
  }

  h2 {
    font-size: 26px;
    line-height: 40px;
  }

  .head-bar {
    margin-right: 0;
    justify-content: center;
  }

  .sec-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .shadow-card h3 {
    font-size: 24px;
    line-height: 37px;
  }

  .shadow-card {
    padding: 60px 20px 20px;
  }

  .cta-card h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .cta-card ul li h4 {
        font-size: 18px;
        line-height: 30px;
    }
    
    .cta-card ul li p {
        font-size: 14px;
        line-height: 28px;
    }

  .cta-card ul li {
    font-size: 20px;
    line-height: 30px;
  }

  section.cta-card-wrap::after {
    content: none;
  }

  .cont-card {
    margin-bottom: 1.5rem;
    height: auto;
  }

  .shadow-card {
    height: auto;
    margin-bottom: 1.5rem;
  }

  .img-wrap .text-wrap {
    position: unset;
    width: 100%;
    text-align: center;
    margin: 1rem 0 0;
  }

  a.g-strt-btn {
    font-size: 20px;
  }

  .cont-card .img {
    display: none;
  }

  .pkg-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .arrows {
    justify-content: center;
  }

  .sec2-details .numbr {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

  .pckg.popular span.popular-tag {
        font-size: 12px;
        margin: 0 auto -30px;
        transform: translateY(-15px);
    }

  .cont-card .content h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .cont-card .content h3 a {
    font-size: 16px;
    margin-top: 10px;
  }

  .cont-card .content p {
    font-size: 16px;
  }

  .cont-card {
    padding: 20px;
  }

  .arrows {
    display: none;
  }

  .testi-card .bottom {
    margin: 0;
  }

  .testi-card {
    padding: 0;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {

    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);

  }

  .testi-slider .slick-slide {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .pckg-btn-wrap.center-btn .pckg-btn {
    width: 100%;
    font-size: 17px;
    padding: 25px 10px;
  }


  .steps-wrap {
    min-height: auto;
    max-height: 95vh;
    padding: 20px;
  }

  .step {
    min-height: 399px;
    max-height: 90vh;
    overflow-y: auto;
    margin-bottom: 1.5rem;
  }

  .step .heading-wrap {
    margin-bottom: 1rem
  }

  .content-wrap .checkbox-list li {
    width: 100%;
  }

  .steps-wrap .bottom a {
    font-size: 14px;
  }

  a.btn-next,
  .check-next {
    margin-bottom: 0;
  }

  .step .heading-wrap h3 {
    font-size: 20px;
    line-height: 32px;
  }
  img.seal-s-grnte {
        top: -40px;
        left: -10px;
    }
    
}