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

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

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

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

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

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

html {
  overflow-x: hidden;
}

body {
  font-family: 'Inter';
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000;
  position: relative;
  z-index: 0;

  background-size: contain;
}

a.logo h2 {
  font-size: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 700;
  font-family: 'Poppins';
}

p {
  font-family: Inter;
}

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

a:hover {
  color: #ff5e14;
}

span {
  display: inline-block;
}

button,
input[type] {
  background: 0 0;
  border: none;
  border-radius: 0;
  font-family: Inter;
  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;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}


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: absolute;
  width: 100%;
  z-index: 3;
  padding: 1rem 0 1rem 0;

}

.menuWrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 3rem;
}

.header-links {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: end;
}

.header-links a {
  height: 52px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 52px !important;
  color: #333333 !important;
  text-align: center;
  background: #ffffff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 10px;
}

.header-links a:hover {
  transform: scale(1.03);
}

.header-links a i {
  color: #111827;
  margin-right: 4px;
}

.header-links li:first-child a i {
  transform: rotate(90deg);
  font-weight: 600;
  color: #D54438;
}

.logo {
  display: inline-block;
}

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

.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: #fff;
  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 {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

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

.menu li a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  position: relative;
}

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

section#faq {
  padding: 20px 0 60px;
}

.menu li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  font-weight: 600;
  border-radius: 6px;
  bottom: -10px;
  left: 0;
  background-color: #D54438;
  transition: 0.3s ease-in-out;
}

.menu li:hover a:before {
  width: 100%;
}

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

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

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

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

.chat-btn {
  width: 143px;
  height: 52px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 52px !important;
  color: #fff !important;
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #0085ff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #0085ff;
}

.border-left {
  border-left: 1px solid #D9D9D9;
  margin-left: -38px;
  padding-left: 25px;
}

.chat-btn:hover::before {
  width: 0;
}

.chat-btn:hover {
  border: 1px solid #0085ff;
  transform: scale(1.03);
  box-shadow: -3px 25px 18px rgb(173 187 162 / 12%);
}

.mainBanner {
  background: #06172D;
  display: flex;
  align-items: center;
  position: relative;
  padding: 160px 0 60px;
  z-index: 1;
  /* background-repeat: no-repeat; */
  /* background-position-x: 100%; */
  min-height: 750px;
}

.mainBanner:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 40%;
  top: 124px;
  right: 0;
  background-image: url(../images/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}


.banner-content h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
}

.banner-img {
  width: 100%;
  position: relative;
  z-index: 0;
  height: 500px;
}

.banner-content p {
  padding: 20px 5% 20px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;

}

.banner-content ul li {
  padding-bottom: 2px;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  /* font-weight: 500; */
  font-size: 20px;
  line-height: 40px;
  color: #FFFFFF;
}

.banner-content ul li::before {
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #D54438;
  justify-content: center;
  content: "\f336";
  font-weight: 900;
}

.theme1 {
  background: #D54438;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
  border-radius: 6px;
  padding: 18px 35px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #060c3a;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.theme2 span {
  transition: .2s ease;
  padding: 18px 35px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
  border: 1px solid #ffffff !important;
  border-radius: 6px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: transparent;
}

.banner-btns+p {
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.view-pckg {
  color: #D54438;
}

.rating p {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.005em;
  color: #000000;
}

span.blue {
  color: #ff9920;
  font-weight: 600;
  padding: 0 5px;
}

.trusted-rating {
  padding-top: 3rem;
}

.green-content {
  display: block;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #D54438;
}

.tm-sec2-hdng h2 {
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -0.01em;
  color: #184377;
}

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

.tm-sec2-hdng p {
  font-size: 18px;
  line-height: 30px;
  color: #5A7184;

}

.tm-sec2-hdng p a {
  color: #5A7184;
  font-weight: 600;
}

.tm-sec2-hdng p a:hover {
  color: #D54438;

}

.numbr h5 {
  display: flex;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin: 1rem 0;
  color: #ffffff;
  text-shadow: 0px -1px 0 #D54438, -1px -1px 0 #D54438, 1px -1px 0 #D54438, 1px 1px 0 #D54438;
  opacity: 0.9;
  position: relative;
}

.sec2-details {
  background: #fff;
  padding: 2rem 2rem;
  position: relative;
  min-height: 350px;
}

.sec2-details:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #D54438;
  z-index: -1;
  top: 8px;
  left: -8px;
}

.padding {
  padding: 1rem 0;
}

.sec2-contnt h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #184377;
}

.sec2-contnt p {
  font-size: 16px;
  line-height: 24px;
  color: #747678;
}

.tm-sec2-m-bottom {
  margin-bottom: 3rem;
}

.lp-sec2 {
  padding: 60px 0 50px;
  background: #06172D;
}

.bg-sec {
  background-image: url(../images/sec-bg.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.three-process h2 {
  font-weight: 600;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 56px;
}

.three-process p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}

ul.registered-list li h4 span {
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
  color: #D54438;
  z-index: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}

ul.registered-list li h4 {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #FFFFFF;
}

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

ul.registered-list li {
  margin-bottom: 26px;
  position: relative;
}

ul.registered-list li p {
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  margin-left: 83px;
}

.do-box {
  padding: 28px;
  background: #FFFFFF;
  border: 1px solid #D54438;
  border-radius: 7px;
}

.registered-list2 li h4 span {
  z-index: 0;
  font-family: Inter;
  width: 60px;
  height: 60px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  left: -80px;
  filter: drop-shadow(rgb(0, 0, 0) 5px 6px 0px);
  background: #FFC8C3;
  border-radius: 2px;
}

ul.registered-list2 li h4 {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 47px;
  color: #184377;
}

ul.registered-list2 {
  margin-top: 1rem;
}

ul.registered-list2 li {
  margin-bottom: 26px;
  position: relative;
}

ul.registered-list2 li p {
  font-size: 18px;
  line-height: 27px;
  color: #747678;
}

.pckg {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 390px;
  justify-content: space-between;
  position: relative;
  margin-top: 1rem;
  transition: 0.3s;
  background: #FFFFFF;
  box-shadow: -10px 14px 30px rgb(0 0 0 / 7%);
  border-radius: 10px;
  border: 1px solid transparent;
}

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

.pckg-head .label {
  display: block;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #111827;
      line-height: 1.1em;
}

.padding-top-bottom {
  padding: 1.3rem 0;
}

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

.pckg-points {
  padding: 0 2rem 0 2rem;
}

.pckg-content {
  padding-bottom: 1rem;
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 23px;
}

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

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

.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: none;
  top: 2px;
  left: 0;
  margin: auto;
  color: #D54438 !important;
  font-weight: 600;
}

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

.pckg-btn-wrap .pckg-btn {
  text-align: center;
  color: #fff;
  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: #D54438;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
  border-radius: 4px;
}

a.learnmore-btn {
  text-align: center;
  color: #D54438;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 50px;
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-size: 18px;
  border: 1.5px solid #D54438;
  border-radius: 5px;
}

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

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

.pckg:hover {
  border: 1px solid #D54438;
  transform: scale(1.03);
}

.lp-sec7 {
  padding: 60px 0;
  background: #0D1D33;
}

.color-white {
  color: #fff !important;
}

.search-important {
  padding: 0 0 3rem 0;
}

span.uspto {
    font-size: 14px;
}

.testimonial-bg {
  background: #F7F9FF;
  border-style: solid;
  border: 1px solid #0D1D33;
  position: relative;
}

.slide-content p {
  font-size: 22px;
  line-height: 35px;
  color: #333333;
}

.testi-slider {
  position: relative;
}

.testi-slide .slick-slide {
  margin: 50px 15px 0;
}

.cta {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 9rem 0rem;
}

.cta h2 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.cta p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 2rem;
}

.theme-btn2 {
  padding: 17px 35px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  box-shadow: 5px 6px 0px #1b1b1b;
  border-radius: 4px;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: Inter;
  background: #D54438;
}

.client-del h5 {
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 1rem;
}

.client-del p {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}

.testimonial .col-lg-4 {
  max-width: 100.333333%;
}


.testi-heading h2 {
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 2rem;
}

.user span.user-name {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-top: 10px;
}


.user-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

span.user-des {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

span.user-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Inter';
  color: #ffffff;
}



.common-heading.left {
  text-align: left !important;
}

.common-heading.left p {
  text-align: left !important;
}

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

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

.copyright ul li:nth-child(even) {
  border-left: 1px solid #ddd !important;
}

.copyright p {
  font-size: 14px;
  font-weight: 400;
  color: #353535;
  padding: 24px 0;
  max-width: 74%;
}

.copyright .container {
  border-top: 1px solid #50586236;
}

.copyright ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  color: rgba(106, 118, 130, 1);
}

div#container {
  width: 99.9% !important;
  margin: 0 auto;
}







.banner-img img {
  max-width: none;
  position: absolute;
  top: -80px;
  left: -200px;
  width: 570px;
}

.banner-img::after {
  content: "";
  position: absolute;
  left: -461px;
  top: 125px;
  background: rgba(34, 111, 238, 0.8);
  filter: blur(155.71px);
  z-index: -1;
  width: 982.03px;
  height: 152.62px;
  transform: rotate(-25.72deg);
}

.h-med {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}

.f-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
}

.banner-content {
  position: relative;
}

.banner-content .arrow-img {
  position: absolute;
  top: 12%;
  right: -25px;
}

.banner-content h1 span {
  color: #0085ff;
}


.recommend {
  font-size: 20px;
  line-height: 25px;
}

.banner-btns {
  padding: 30px 0;
}

.banner-btns a {
  margin-right: 5px;
}

a.theme-btn2 {
  margin-right: 18px;
}

.btn-wrap {
  display: flex;
  gap: 10px;
}

.theme-btn1 {
  padding: 0 35px;
  box-shadow: 5px 6px 0px #ffffff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  font-family: "Inter";
  background: transparent;
  border: 1px solid #fff;
  height: 52px;
  display: flex;
  width: fit-content;
  align-items: center;
  position: relative;
  z-index: 0;
}

.theme-btn1:hover::before {
  width: 100%;
}

.theme-btn1:hover {
  transform: scale(1.03);
}



.theme1:hover {
  transform: scale(1.03);
  color: #fff !important;
}

.theme2 {
  position: relative;
}



.box-shadow {
  box-shadow: 5px 6px 0px #a5a5a5;
  border: #fff;
}

.theme2:hover {
  transform: scale(1.03);
  color: #212968 !important;
}

.see-price-btn:hover {
  transform: scale(1.03);
}

.see-price-btn::after {
  border: 1px solid #fff;
}

.theme-btn2:hover::before {
  width: 0;
}

.theme-btn2:hover {
  color: #212968 !important;
  transform: scale(1.03);
}

.banner-form {
  text-align: center;
  padding: 40px 20px;
  margin-left: 25px;
}

.banner-form h2 {
  font-style: normal;
  font-size: 45px;
  line-height: 44px;
  color: #000;
  padding-bottom: 30px;
}

.banner-form h2 span {
  color: #67c114;
}

.banner-form input {
  width: 100%;
  border: 1px solid #bebebe;
  border-radius: 2px;
  padding: 0 15px;
  margin-bottom: 30px;
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  color: #646464;
  text-transform: capitalize;
  height: 60px;
  background: #fff;
}

.banner-form p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 10px;
}

.recommend .stars i {
  color: #f49f07 !important;
}

.banner-form button {
  background: #0085ff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  width: 100%;
  height: 60px;
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-transform: capitalize;
  font-family: Inter;
  cursor: poInter;
  transition: 0.3s ease-in-out;
}

.banner-form button:hover {
  transform: scale(1.02);
}

.common-heading {
  padding-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common-heading h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 60px;
  color: #060C3A;
}

.common-heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding-top: 18px;
  width: 100%;
  color: #747678;
}

.portfolio-sec .col-md-4 {
  padding: 0;
}

.portfolio-images {
  font-size: 0;
}

.portfolio-images li {
  width: 33.33%;
  vertical-align: top;
  display: inline-block;
}

.portfolio-images img {
  width: 100%;
}

.portfolio-tab {
  font-size: 0;
  margin: 0 -3px 25px;
  text-align: center;
}

.portfolio-tab li {
  display: inline-block;
  margin: 0 7px 18px;
}

.portfolio-tab a {
  font-size: 16px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 4px 4px 20px rgb(0 0 0 / 10%);
  border-radius: 5px;
  height: 56px;
  padding: 1rem 2rem;
  color: #000 !important;
  font-weight: 400;
  font-family: Inter;
}

.portfolio-tab li a:hover,
.portfolio-tab li.active a {
  background: #0085ff;
  border-radius: 4px;
  border-color: #0085ff;
  color: #fff !important;
}

.custom-logo-box {
  margin-bottom: 50px;
  position: relative;
  padding: 2rem;
  background: #F3F4FF;
  min-height: 320px;
}

span.numb {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 35px;
  color: #050043;
  font-family: 'Jakarta';
}

.custom-logo-box img {
  height: 80px;
}

.custom-logo-box h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  padding: 20px 0;
  min-height: 102px;
}

.custom-logo-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #555;
}

.color-gray {
  color: #555555;
}

.lp-sec2 .common-heading {
  padding-bottom: 50px;
}

section.lp-sec3 {
  background: #e5edff;
  padding: 60px 0 60px 0;
  position: relative;
}

.img-overlap {
  position: absolute;
  background: url(https://markfortify.com/lp4/assets/images/list-img.webp) no-repeat;
  width: 800px;
  height: 612px;
  right: -364px;
  background-size: contain;
}

.lp-sec4 {
  padding: 0px 0 60px;

}

.lp-sec4 .common-heading {
  padding-bottom: 35px;
}



.do-box img {
  height: 80px;
}

.do-box h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: #184377;
  padding: 12px 0;
}

.do-box h4 span {
  color: #0085ff;
}

.do-box p {
  font-weight: 400;
  font-size: 16px;

  color: #747678;
  line-height: 28px;
}

.cta-img img {
  width: 100%;
}

.cta-img {
  transform: translateY(-170px);
  margin-bottom: -260px;
}

.lp-sec5 .common-heading {
  padding-bottom: 35px;
}

.logo-list {
  font-size: 0;
  margin: 0 -30px;
  text-align: center;
}

.logo-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 5px;
  width: 20;
  text-align: center;
}

.lp-sec6 {
  padding: 80px 0 50px;
}

.lp-sec6 .common-heading {
  padding-bottom: 40px;
}

.testi-box {
  position: relative;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
  padding: 35px;
}

.testi-box:hover {
  transform: scale(1.01);
}

.testi-box .stars i {
  font-weight: 20px;
  color: #fcb514;
}

.testi-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #6b6b6b;
  padding-top: 20px;
}

.lp-sec7 {
  padding-bottom: 85px;
}

.lp-sec7 .common-heading {
  padding-bottom: 30px;
}

.pckg-tab {
  font-size: 0;
  margin: 0 -5px 45px;
  text-align: center;
}

.pckg-tab li {
  display: inline-block;
  margin: 0 5px 10px;
}

.pckg-tab a {
  padding: 18px 35px;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  text-align: center;
  border: 1px solid #241815;
  border-radius: 4px;
  font-family: Inter;
}

.pckg-tab li a:hover,
.pckg-tab li.active a {
  background: #0085ff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border-color: #0085ff;
  color: #fff;
}

.pckg-list {
  font-size: 0;
  text-align: center;
  height: 100%;
}

.pckg-list>li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 6px;
  text-align: left;
}

.pckg-box {
  padding: 30px;
  transition: 0.3s ease-in-out;
  position: relative;
  border: 0.4px solid #000000;
  border-radius: 16px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.black-box h3 {
  font-size: 47px !important;
  color: #FFF4EB !important;
}

.black-box h4 {
  font-weight: 800 !important;
  font-size: 55px !important;
  color: #FFF4EB !important;
}

.black-box p {
  color: #EBF1FF !important;
}

.black-box h5 {
  color: #F3F3F3 !important;
}

.black-box {
  background: #000000;
}

.black-box ul li {
  color: #ffffff !important;
}

.pckg-box.deluxe {
  background: #050043;
  border-color: #050043;
  color: white;
}

.pckg-box.deluxe h5,
.pckg-box.deluxe li,
.pckg-box.deluxe p,
.pckg-box.deluxe ul li::before {
  color: white;
}

.pckg-box:hover {
  border-color: #0085ff;
}

.upper {
  flex-basis: 100%;
}

.lower {
  flex-basis: 100%;
}

.pckg-box .upper div {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 1.2rem 0;
}

.pckg-box h3 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 46px;
  color: #000000;
}

.pckg-box h4 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 43px;
  color: #000000;
}

.pckg-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.pckg-box h5 {
  min-height: 50px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.upper div p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.pckg-box ul {
  margin: 12px 0 20px;
  margin-top: 5px;
}

.pckg-box ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}

.pckg-box2 ul li {
  margin-bottom: 10px;
}

.pckg-box2 {
  padding: 15px 30px 24px 30px;
}

.pakg2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}

.pckg-box ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #28C299;
  text-align: center;
  line-height: 17px;
  border-radius: 22%;
  font-size: 9px;
  position: absolute;
  top: 3px;
  left: 0;
  margin: auto;
  color: #fff;
  font-weight: 600;
}

.pack-badge {
  background: #FFA800;
  border-radius: 50px;
  padding: 0.6rem 2.4rem;
  position: absolute;
  line-height: 100%;
  color: #1E1E1E;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  transition: .5s ease;
}

.btn-wrap {
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
}

.btn-wrap.column {
  flex-direction: column;
}

.btn-wrap.column a {
  margin: 0;
  padding: 13px;
}

.pckg-box.deluxe h4,
.pckg-box.deluxe h3 {
  color: white;
}

.pckg-box.deluxe .btn-wrap.column .theme-btn2 {
  background: #28C299;
  border-color: #28C299;
}

.pckg-box.deluxe .btn-wrap.column .theme-btn1 {
  border-color: #fff;
  color: #fff;
}

.pckg-box.deluxe .btn-wrap.column .theme-btn1:hover {
  border-color: #fff;
  color: #fff !important;
}

.btn-wrap.column .theme-btn2 {
  border-color: #000000;
}

.btn-wrap.column .theme-btn1 {
  border: 2px solid #000000;
  color: #000;

}

.btn-wrap.column .theme-btn1:hover {
  color: #000 !important;
}

.pckg-box .order-btn {
  background: #0085ff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  width: 100%;
  padding: 22px 13px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.pckg-box .order-btn:hover {
  transform: scale(1.02);
}

.pckg-box .chat-us {
  border-radius: 4px;
  width: 100%;
  padding: 22px 13px;
  font-weight: 500;
  font-size: 18px;
  color: #0085ff;
  text-align: center;
  margin-bottom: 10px;
}

.pckg-box .chat-us:hover {
  background: 0 0;
  color: #0085ff;
  transform: scale(1.02);
}

.all-one .heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

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

.all-one h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  color: #fff;
}

.all-one .price {
  display: flex;
  align-items: center;
}

.all-one .price h3 {
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  color: #0085ff;
}

.all-one .price h3 span {
  color: #0085ff;
}

.all-one .price h4 {
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding-left: 15px;
  font-family: Inter;
}

.lp-sec8 ul li {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  padding-bottom: 13px;
  padding-left: 25px;
  position: relative;
  font-family: Inter;
}

.lp-sec8 ul li::before {
  position: absolute;
  content: "\f00c";
  top: 3px;
  left: 0;
  font-family: "Font Awesome 5 pro";
  font-size: 12px;
  font-weight: 400;
  color: #0085ff;
}

.all-one-btn {
  margin-top: 25px;
}

.all-one-btn a {
  margin: 0 10px;
}

.all-one-btn .theme-btn2 {
  width: 275px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}

.all-one-btn .theme-btn1 {
  height: 48px;
  line-height: 48px;
  padding: 0;
  color: #fff;
  border-color: #fff;
  padding: 0 1rem;
}

.all-one-btn .theme-btn1::before {
  background: #6b7280;
}

.all-one-btn .theme-btn1:hover {
  color: #fff;
}

.lp-sec9 {
  padding-top: 80px;
}

.lp-sec10 {
  padding: 80px 0;
  text-align: center;
}

.lp-sec10 p {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 56px;
  color: #2b2b2b;
}

.lp-sec10 p span {
  color: #0085ff;
  display: inline;
  font-weight: 500;
}

.lp-sec11 {
  background: #1d1d1d;
  padding: 75px 0 55px;
}

.lp-sec11 h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 32px;
  color: #fff;
  padding-bottom: 30px;
}

.lp-sec11 h2 span {
  color: #0085ff;
  display: inline;
}

footer {
  padding: 35px 0;
}

footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  opacity: 0.8;
}

html {
  scroll-behavior: smooth;
}

.off-now-sec {
  background: #080d3f;
  z-index: 1;
  position: relative;
  padding: 2rem 0;
  margin-top: -2px;
}

.recommend {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 500;
}

.c-blue {
  color: #0085ff;
}


.testi-content h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  display: inline-block;
  position: relative;
}

.testi-content h4 span.qoute {
  font-size: 110px;
  display: inline-block;
  line-height: 0;
  position: absolute;
  left: -60px;
  top: 30px;
}

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

.portfolio_slick_arrows img {
  width: 50px;
}

.user-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.blue-bg {
  background: #0D1D33;
  padding: 2rem 2rem;
}

ul.accordion-list li h3:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  right: 0;
  color: #000;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  top: 0;
}

ul.accordion-list li.active h3:after {
  content: "\f077";
}

section#common-question {
  padding: 100px 0 140px;
  background: #f3f7ff;
}

.accordion-list li h3 {
  font-weight: 500;
  font-size: 22.7333px;
  color: #08203A;
}

ul.accordion-list li span {
  display: flex;
  position: relative;
}

.answer p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #747678;
}

.accordion-list li {
  padding: 28px 8px 12px 0px;
  cursor: pointer;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 1.5rem;
  width: 95%;
  margin: 0 auto;
}

.accordion-list {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  box-shadow: 9px 12px 0px #D54438;
  border-radius: 10px;
  padding: 16px 0;
}

.accordion-list li.last {
  border-bottom: 0;
}

.slide-content {
  position: relative;
  padding: 5rem 2rem 3rem 2rem;
}

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

.testimonial {
  padding: 4rem 0 0 0;
}

.user span.user-name {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-top: 10px;
}

.user-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

span.user-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  font-family: Inter;
  color: #fff;
}

div#container {
  width: 99.9% !important;
  margin: 0 auto;
}












/******---------------------------------------comparision-strt---------*****/

.brief-header {
  background: #fff;
  padding: 1.5rem 0;
  color: black;
}

.steps-section {
  padding-bottom: 4rem;
}

.step-form .bgform {
  position: relative;
}

.step-form .form-wrapper .form-check {
  padding: 0;
  margin-bottom: 15px;
}

.step-form .form-wrapper .form-group {
  margin-bottom: 6px;
  margin-top: 16px;
}

.step-form .form-wrapper .form-group label {
  line-height: normal;
  font-size: 16px;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.step-form .form-wrapper p.does {
  font-size: 12px;
  color: #747c8c;
  font-weight: 500;
}

.step-form .form-wrapper p.does i {
  color: #ff8600;
  font-size: 16px;
  margin-left: 5px;
}

.step-form .form-wrapper p.continue {
  font-size: 12px;
  color: #747c8c;
  font-weight: 500;
  display: block;
  margin: 0;
}

.step-form .form-wrapper p.continue a {
  font-size: 12px;
  color: #747c8c;
  font-weight: 600;
}

.step-form .form-wrapper button.btn.btn-orange {
  margin-top: 20px;
  color: #fff;
}

table.pricing {
  margin: 0 0 30px;
}

table.pricing tr td:first-child {
  font-size: 15px;
  line-height: 26px;
  color: #5f7182;
}

.tp-check-pricing {
  width: 24px;
  height: 23px;
}

table.pricing tr td:first-child {
  width: 34.3%;
  font-size: 13px;
  line-height: 22px;
  color: #7b8a9b;
  text-align: left;
  padding: 3rem 0px;
}

table.pricing tr td:nth-child(2) {
  color: #344454;
}

table.pricing tr td:nth-child(3) {
  color: #0085ff;
}

.tp-check-pricing {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #344454 url("../images/check.png") no-repeat center;
  border-radius: 100%;
}

.tp-check-pricing.orange {
  background-color: #0085ff;
}

.tp-check-pricing.blue {
  background-color: #fe7749;
}

table.pricing tr td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}

p.small-text {
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  color: #8f8f8f;
}

.row.pkg-box .col-md-8 .col-md-4 a,
.row.pkg-box .col-md-8 .col-md-6 a {
  background: #0085ff;
  padding: 12px 30px;
  display: inline-block;
  margin: 10px 0 0px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
  text-transform: capitalize;
  white-space: nowrap;
}

.row.pkg-box .col-md-8 .col-md-4 {
  text-align: center;
}

.row.pkg-box .col-md-4 {
  text-align: left;
}

.row.pkg-box .col-md-4 i img {
  margin: 0 auto;
  float: left;
}

.pkg-selected-actv strong {
  display: block;
  margin-top: 28px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0px;
  color: #65cfa9;
  font-weight: bold;
}

.pkg-selected-actv strong {
  display: block;
  margin-top: 28px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0px;
  color: #65cfa9;
  font-weight: bold;
  margin-bottom: 70px;
}

.expedited-box {
  border: 1px solid #f04e23;
  text-align: left;
  padding: 55px 30px 50px 65px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.expedited-box h6 {
  color: #f04e23 !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.expedited-box h6 img {
  margin-right: 10px;
}

.expedited-info {
  background: #f04e23;
  padding: 5px;
  text-align: center;
  width: 186px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 14px;
  transform: rotate(-30deg);
  left: -46px;
  font-weight: 700;
}

.ov_box strong {
  font-size: 19px;
  color: #4b5a6a;
  font-weight: 700;
}

.ov_box a {
  color: #047bff;
  font-weight: 600;
}

.ov_box {
  overflow-y: scroll;
  height: 300px;
  border: 1px solid rgb(223, 225, 226);
  margin-bottom: 20px;
  margin-top: 13px;
}

.inner-content {
  padding: 30px;
}

.form-tooltip-body h6 {
  margin-bottom: 5px;
  margin-top: 15px;
  color: #000;
}

.form-group input[type="file"] {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 7px;
  background: #f04e2314;
  margin: 10px 0 15px;
}

.form_group>div strong {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
}

.m-t-20 {
  margin-top: 20px;
}

h1.checkout-title {
  padding: 0 15px;
  line-height: 60px;
  font-size: 25px;
  font-weight: 400;
  text-shadow: 0 1px rgb(255 255 255 / 70%);
  background: #eceff5;
  border-bottom: 1px solid #c5ccdb;
  border-radius: 7px 7px 0 0;
  background-image: -webkit-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -moz-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -o-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: linear-gradient(to bottom, #f5f8fb, #e9edf3);
  -webkit-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
  margin: 0;
  font-weight: bold;
}

.checkout-body {
  padding: 20px;
  background: #eceff559;
}

.checkout-body input {
  background: #fff;
  padding: 10px;
  width: 100%;
  border: 1px solid #c5ccdb;
  border-radius: 5px;
  height: 48px;
}

input.small {
  width: 32.6%;
}

.col-md-6.pd-left-0 {
  padding-left: 0;
}

p.paywith {
  text-align: center;
}

input.verify-pkg-btn.checkout-btn {
  box-sizing: border-box !important;
  height: 44px !important;
  padding: 0 !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-align: center !important;
  text-shadow: 0 -1px 1px rgb(0 0 0 / 20%) !important;
  border: 1px solid !important;
  border-color: #1486f9 #0f7de9 #0d6acf !important;
  background: #1993fb !important;
  border-radius: 4px !important;
  background-image: -webkit-linear-gradient(top,
      #4cb1fe,
      #229afc 40%,
      #138df6) !important;
  background-image: -moz-linear-gradient(top,
      #4cb1fe,
      #229afc 40%,
      #138df6) !important;
  background-image: -o-linear-gradient(top,
      #4cb1fe,
      #229afc 40%,
      #138df6) !important;
  background-image: linear-gradient(to bottom,
      #4cb1fe,
      #229afc 40%,
      #138df6) !important;
  -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 20%),
    0 1px 2px rgb(0 0 0 / 20%) !important;
  box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
  cursor: pointer;
}

.checkout-body p {
  margin-bottom: 18px;
}

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

.form_wrap b,
.form_wrap strong {
  font-weight: bolder !important;
}

.theme-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 13px 20px;
  height: 50px;
  background: #D54438;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
  border-radius: 6px;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  border: 1px solid transparent;
  transition: 0.35s linear;
  cursor: pointer;
}

.theme-btn:hover {
  transform: scale(1.05);
}

.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 br {
  display: none;
}

.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: #777777;
}

table.pricing tr {
  border-bottom: 1px solid #757575;
  /* padding: 5rem 0 !important; */
}

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

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

.row.pkg-box p {
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 10px;
}

.pkg-box h3.main-heading {
  font-size: 22px;
  font-weight: 500;
  color: #333;
}

.btn-normal {
  background: #0085ff;
  padding: 12px 30px;
  display: inline-block;
  margin: 35px 0 0px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
  text-transform: capitalize;
  white-space: nowrap;
}

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

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

a.btn-normal:hover {
  color: #fff;
}

table.pricing tr td:nth-child(4) {
  color: #fe7749;
}


.innerpage {
  background: transparent;
}

a.btn1-normal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  width: 201px;
  height: 60px;
  background: #1f2839;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
}

a.btn-normal.black-btn {
  background: #1f2839;
}

a.btn-normal.orange-btn {
  background: #fe7749;
}

a.btn1-normal.blue-btn {
  background: #0d72e9;
}

a.btn1-normal.orange-btn {
  background: #fe7749;
}

table.pricing tr td:nth-child(3) h3 {
  color: #0085ff;
}

table.pricing tr td:nth-child(4) h3 {
  color: #fe7749;
}


/********-----------------------comparision-end--------------------********/

/******------------------------form-strt----------------------------------*****/

.step-form .bgform {
  position: relative;
}

.step-form .form-wrapper .form-check {
  padding: 0;
  margin-bottom: 15px;
}

.step-form .form-wrapper .form-group {
  margin-bottom: 6px;
  margin-top: 16px;
}

.step-form .form-wrapper .form-group label {
  line-height: normal;
  font-size: 16px;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.step-form .form-wrapper p.does {
  font-size: 12px;
  color: #747c8c;
  font-weight: 500;
}

.step-form .form-wrapper p.does i {
  color: #ff8600;
  font-size: 16px;
  margin-left: 5px;
}

.step-form .form-wrapper p.continue {
  font-size: 12px;
  color: #747c8c;
  font-weight: 500;
  display: block;
  margin: 0;
}

.step-form .form-wrapper p.continue a {
  font-size: 12px;
  color: #747c8c;
  font-weight: 600;
}

.step-form .form-wrapper button.btn.btn-orange {
  margin-top: 20px;
  color: #fff;
}

table.pricing {
  margin: 0 0 30px;
}

table.pricing tr td:first-child {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}

.tp-check-pricing {
  width: 24px;
  height: 23px;
}

table.pricing tr td:first-child {
  width: 34.3%;
  font-size: 13px;
  line-height: 22px;
  color: #333333;
  text-align: left;
}

.bgform h3 {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 28px;
}

.btn-normal {
  background: #0085FF;
  padding: 10px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;

}

.add_owner {
  background: #0085FF;
  padding: 14px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;

}

.trash_this {
  display: flex;
  justify-content: end;
  margin-top: 30px;
}

.trash_this i {
  background: #E53935;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.tp-check-pricing {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #0275df url("../../assets/images/check-pricing.png") no-repeat center;
  border-radius: 100%;
}

.tp-check-pricing.orange {
  background-color: #65cfa9;
}

.tp-check-pricing.blue {
  background-color: #6db6e4;
}

table.pricing tr td {
  border: 0;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(2) a,
.row.pkg-box .col-md-8 .col-md-6:nth-child(2) a {
  background: #65cfa9;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(3) a {
  background: #6db6e4;
}

.row.pkg-box .col-md-8 .col-md-4 a,
.row.pkg-box .col-md-8 .col-md-6 a {
  background: #344454;
  padding: 12px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
  text-transform: capitalize;
}

.row.pkg-box .col-md-8 .col-md-4 {
  text-align: center;
}

.row.pkg-box .col-md-4 {
  text-align: left;
}

.row.pkg-box .col-md-4 i img {
  margin: 0 auto;
  float: left;
}

.pkg-selected-actv strong {
  display: block;
  margin-top: 28px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0px;
  color: #65cfa9;
  font-weight: bold;
}

.pkg-selected-actv strong {
  display: block;
  margin-top: 28px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0px;
  color: #65cfa9;
  font-weight: bold;
  margin-bottom: 70px;
}

.expedited-box {
  border: 1px solid #f04e23;
  text-align: left;
  padding: 55px 30px 50px 65px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.expedited-box h6 {
  color: #f04e23 !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.expedited-box h6 img {
  margin-right: 10px;
  margin-bottom: 10px;
}


.expedited-info {
  background: #f04e23;
  padding: 5px;
  text-align: center;
  width: 186px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 14px;
  transform: rotate(-30deg);
  left: -46px;
  font-weight: 700;
}

.ov_box strong {
  font-size: 19px;
  color: #4b5a6a;
  font-weight: 700;
}

.ov_box a {
  color: #047bff;
  font-weight: 600;
}

.ov_box {
  overflow-y: scroll;
  height: 300px;
  border: 1px solid rgb(223, 225, 226);
  margin-bottom: 20px;
  margin-top: 13px;
}

.inner-content {
  padding: 30px;
}


.form-tooltip-body h6 {
  margin-bottom: 5px;
  margin-top: 15px;
  color: #000;
}

.form-tooltip {
  /* margin-left: 10px; */
  cursor: pointer;
  position: relative;
  color: #0085ff;
  /* font-size: 12px; */
  /* font-weight: 400; */
}

.form-tooltip>span {
  color: #fff;
  width: 18px;
  height: 18px;
  background-image: linear-gradient(to bottom, #0085ff, #ff7854);
  border-radius: 50%;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  vertical-align: baseline;
  display: none;
}

.form-tooltip-body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #3f4157;
  padding: 8px 15px 15px 15px;
  width: 400px;
  max-height: 700px;
  overflow: auto;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  z-index: 2;
  cursor: default;
  border-radius: 6px;
  color: white;
}

.form-tooltip-body p {
  font-size: 14px;
}

ul.trademarksearch-option {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.trademarksearch-option li {
  width: 49.5%;
  display: inline-flex;
  background: #9d9d9d14;
  padding: 20px 20px 20px 20px;
  min-height: 220px;
  align-items: center;
  margin: 2px 0;
  line-height: 1.5em;
  font-size: 15px;
}

ul.trademarksearch-option li input {
  margin-right: 11px;
}

.form-tooltip:hover .form-tooltip-body {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.form-group input[type="file"] {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 7px;
  background: #f04e2314;
  margin: 10px 0 15px;
}

.form_group>div strong {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
}

.m-t-20 {
  margin-top: 20px;
}



h1.checkout-title {
  padding: 0 15px;
  line-height: 60px;
  font-size: 25px;
  font-weight: 400;
  text-shadow: 0 1px rgb(255 255 255 / 70%);
  background: #eceff5;
  border-bottom: 1px solid #c5ccdb;
  border-radius: 7px 7px 0 0;
  background-image: -webkit-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -moz-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -o-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: linear-gradient(to bottom, #f5f8fb, #e9edf3);
  -webkit-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
  margin: 0;
  font-weight: bold;
}

.checkout-body {
  padding: 20px;
  background: #eceff559;
}

.checkout-body input {
  background: #fff;
  padding: 10px;
  width: 100%;
  border: 1px solid #c5ccdb;
  border-radius: 5px;
  height: 48px;
}

input.small {
  width: 32.6%;
}

.col-md-6.pd-left-0 {
  padding-left: 0;
}

p.paywith {
  text-align: center;
}

input.verify-pkg-btn.checkout-btn {
  box-sizing: border-box !important;
  height: 44px !important;
  padding: 0 !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-align: center !important;
  text-shadow: 0 -1px 1px rgb(0 0 0 / 20%) !important;
  border: 1px solid !important;
  border-color: #1486f9 #0f7de9 #0d6acf !important;
  background: #1993fb !important;
  border-radius: 4px !important;
  background-image: -webkit-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6) !important;
  background-image: -moz-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6) !important;
  background-image: -o-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6) !important;
  background-image: linear-gradient(to bottom, #4cb1fe, #229afc 40%, #138df6) !important;
  -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
  box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
  cursor: pointer;
}

.checkout-body p {
  margin-bottom: 18px;
}

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

.form_wrap b,
.form_wrap strong {
  font-weight: bolder !important;
}

.bgform h3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.bgform h3 span {
  font-size: 16px;
}

.bgform p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}

.form_wrap label {
  color: #6B7280 !important;
  font-size: 14px !important;
  margin-bottom: 6px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  font-family: 'Inter' !important;
  margin-top: 7px;
}

form#payment-form input[type=submit] {
  text-align: center !important;
  justify-content: center !important;
}

ul.steps-progress {
  display: flex;
  gap: 77px;
}

.steps-progress li>span {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #D1D5DB;
  background: white;
}

.steps-progress span::after {
  content: "";
  display: flex;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 27px;
  background: #D1D5DB;
}

.h1 {
  font-size: 70px;
}

.fonts-inter {
  font-size: 14px;
  line-height: 26px;
}

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


/********form end********/

/*-----------------------popup--------------------------------------------------------*/
.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: 97%;
  padding: 0 10px;
  max-height: 90vh;
  overflow-y: auto;
}

.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: #86cb92;
}

.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: #D54438;
  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: #D54438;
  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: #D54438;
  width: 100px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.step-form .bgform {
  position: relative;
}

.step-form .form-wrapper .form-check {
  padding: 0;
  margin-bottom: 15px;
}

.step-form .form-wrapper .form-group {
  margin-bottom: 6px;
  margin-top: 16px;
}

.step-form .form-wrapper .form-group label {
  line-height: normal;
  font-size: 16px;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.step-form .form-wrapper p.does {
  font-size: 12px;
  color: #747c8c;
  font-weight: 500;
}

.step-form .form-wrapper p.does i {
  color: #ff8600;
  font-size: 16px;
  margin-left: 5px;
}

.step-form .form-wrapper p.continue {
  font-size: 12px;
  color: #747c8c;
  font-weight: 500;
  display: block;
  margin: 0;
}

.step-form .form-wrapper p.continue a {
  font-size: 12px;
  color: #747c8c;
  font-weight: 600;
}

.step-form .form-wrapper button.btn.btn-orange {
  margin-top: 20px;
  color: #fff;
}

table.pricing {
  margin: 0 0 30px;
}

table.pricing tr td:first-child {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}

.tp-check-pricing {
  width: 24px;
  height: 23px;
}

table.pricing tr td:first-child {
  width: 34.3%;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  text-align: left;
}

table.pricing.innerpage.compare td {
  border: 0 !important;
}

.compare tr td:first-child {
  color: #333 !important;
}

.bgform h3 {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 28px;
}

.btn-normal {
  background: #28c299;
  padding: 10px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
}

.add_owner {
  background: #28c299;
  padding: 14px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
}

.trash_this {
  display: flex;
  justify-content: end;
  margin-top: 30px;
}

.trash_this i {
  background: #e53935;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.tp-check-pricing {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #28c299 url("../../assets/images/check-pricing.png") no-repeat center;
  border-radius: 100%;
}

.tp-check-pricing.orange {
  background-color: #65cfa9;
}

.tp-check-pricing.blue {
  background-color: #6db6e4;
}

table.pricing tr td {
  border: 1px solid #e6e4e4;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(2) a,
.row.pkg-box .col-md-8 .col-md-6:nth-child(2) a {
  background: #65cfa9;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(3) a {
  background: #6db6e4;
}

.row.pkg-box .col-md-8 .col-md-4 a,
.row.pkg-box .col-md-8 .col-md-6 a {
  background: #344454;
  padding: 12px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
  text-transform: capitalize;
}

.row.pkg-box .col-md-8 .col-md-4 {
  text-align: center;
}

.row.pkg-box .col-md-4 {
  text-align: left;
}

.row.pkg-box .col-md-4 i img {
  margin: 0 auto;
  float: left;
}

.pkg-selected-actv strong {
  display: block;
  margin-top: 28px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0px;
  color: #65cfa9;
  font-weight: bold;
}

.pkg-selected-actv strong {
  display: block;
  margin-top: 28px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0px;
  color: #65cfa9;
  font-weight: bold;
  margin-bottom: 70px;
}

.expedited-box {
  border: 1px solid #f04e23;
  text-align: left;
  padding: 55px 30px 50px 65px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.expedited-box h6 {
  color: #f04e23 !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.expedited-box h6 img {
  margin-right: 10px;
  margin-bottom: 10px;
}

.expedited-info {
  background: #f04e23;
  padding: 5px;
  text-align: center;
  width: 186px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 14px;
  transform: rotate(-30deg);
  left: -46px;
  font-weight: 700;
}

.ov_box strong {
  font-size: 19px;
  color: #4b5a6a;
  font-weight: 700;
}

.ov_box a {
  color: #047bff;
  font-weight: 600;
}

.ov_box {
  overflow-y: scroll;
  height: 300px;
  border: 1px solid rgb(223, 225, 226);
  margin-bottom: 20px;
  margin-top: 13px;
}

.inner-content {
  padding: 30px;
}

.form-tooltip-body h6 {
  margin-bottom: 5px;
  margin-top: 15px;
  color: #000;
}

.form-tooltip {
  /* margin-left: 10px; */
  cursor: pointer;
  position: relative;
  color: #28c299;
  /* font-size: 12px; */
  /* font-weight: 400; */
}

.form-tooltip>span {
  color: #fff;
  width: 18px;
  height: 18px;
  background-image: linear-gradient(to bottom, #28c299, #ff7854);
  border-radius: 50%;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  vertical-align: baseline;
  display: none;
}

.form-tooltip-body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #3f4157;
  padding: 8px 15px 15px 15px;
  width: 400px;
  max-height: 700px;
  overflow: auto;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%),
    0 3px 14px 2px rgb(0 0 0 / 12%);
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  z-index: 2;
  cursor: default;
  border-radius: 6px;
  color: white;
}

.form-tooltip-body p {
  font-size: 14px;
}

ul.trademarksearch-option {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.trademarksearch-option li {
  width: 49.5%;
  display: inline-flex;
  background: #9d9d9d14;
  padding: 20px 20px 20px 20px;
  min-height: 220px;
  align-items: center;
  margin: 2px 0;
  line-height: 1.5em;
  font-size: 15px;
}

ul.trademarksearch-option li input {
  margin-right: 11px;
}

.form-tooltip:hover .form-tooltip-body {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.form-group input[type="file"] {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 7px;
  background: #f04e2314;
  margin: 10px 0 15px;
}

.form_group>div strong {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
}

.m-t-20 {
  margin-top: 20px;
}

h1.checkout-title {
  padding: 0 15px;
  line-height: 60px;
  font-size: 25px;
  font-weight: 400;
  text-shadow: 0 1px rgb(255 255 255 / 70%);
  background: #eceff5;
  border-bottom: 1px solid #c5ccdb;
  border-radius: 7px 7px 0 0;
  background-image: -webkit-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -moz-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -o-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: linear-gradient(to bottom, #f5f8fb, #e9edf3);
  -webkit-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
  margin: 0;
  font-weight: bold;
}

.checkout-body {
  padding: 20px;
  background: #eceff559;
}

.checkout-body input {
  background: #fff;
  padding: 10px;
  width: 100%;
  border: 1px solid #c5ccdb;
  border-radius: 5px;
  height: 48px;
}

input.small {
  width: 32.6%;
}

.col-md-6.pd-left-0 {
  padding-left: 0;
}

p.paywith {
  text-align: center;
}

input.verify-pkg-btn.checkout-btn {
  box-sizing: border-box !important;
  height: 44px !important;
  padding: 0 !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-align: center !important;
  text-shadow: 0 -1px 1px rgb(0 0 0 / 20%) !important;
  border: 1px solid !important;
  border-color: #1486f9 #0f7de9 #0d6acf !important;
  background: #1993fb !important;
  border-radius: 4px !important;
  background-image: -webkit-linear-gradient(top,
      #4cb1fe,
      #229afc 40%,
      #138df6) !important;
  background-image: -moz-linear-gradient(top,
      #4cb1fe,
      #229afc 40%,
      #138df6) !important;
  background-image: -o-linear-gradient(top,
      #4cb1fe,
      #229afc 40%,
      #138df6) !important;
  background-image: linear-gradient(to bottom,
      #4cb1fe,
      #229afc 40%,
      #138df6) !important;
  -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 20%),
    0 1px 2px rgb(0 0 0 / 20%) !important;
  box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
  cursor: pointer;
}

.checkout-body p {
  margin-bottom: 18px;
}

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

.form_wrap label {
  margin: 10px 0;
  font-weight: 600;
}

.label-big {
  margin-bottom: 15px !important;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 1.3 !important;
}

.form_wrap b,
.form_wrap strong {
  font-weight: bolder !important;
}

.bgform h3 {
  display: flex !important;
  justify-content: space-between;
  margin-bottom: 2rem;
  text-transform: none !important;
  font-family: 'Inter';
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
}

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

.bgform h3 span {
  font-size: 16px;
  white-space: nowrap;
}

.bgform p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}

ul.steps-progress {
  display: flex;
  gap: 77px;
}

.steps-progress li>span {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #d1d5db;
  background: white;
}

.steps-progress span.completed {
  background: #28c299 !important;
  border: 0 !important;
}

.steps-progress span::after {
  content: "";
  display: flex;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 27px;
  background: #d1d5db;
}

.steps-progress span.completed:after {
  background: #28c299;
}

.steps-progress li:last-child span:after {
  content: none;
}

.steps-progress span.completed::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: white;
}

.relative {
  position: relative !important;
}

.form_wrap .form-control {
  border: 1px solid #ddd;
  margin-top: 10px;
  min-height: 45px;
  border-radius: 4px;
}

ul.process-packs>li {
  width: 33%;
  background: #e9f4ff;
  margin: 1%;
  padding: 20px 20px 100px;
  border: 1px solid #0275df33;
  border-radius: 5px;
  position: relative;
}

ul.process-packs {
  display: flex;
}

ul.process-packs {
  display: flex;
}

ul.process-packs>li ul li {
  font-size: 14px;
  color: #707070;
  line-height: 1.4em;
  margin: 2px 0;
  border-bottom: 1px solid #28c29917;
  padding: 1px 0 4px 0;
}

ul.process-packs>li ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00c";
  display: inline-block;
  color: #28c299;
  font-size: 12px;
  margin-right: 8px;
}

ul.process-packs>li>a {
  width: 90%;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

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

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

small.fonts-inter {
  font-size: 16px;
  line-height: 24px;
}

.order-details-box {
  background: #f3f6fa;
  border-radius: 6px;
  border: 1px solid #bbc5d6;
  overflow: hidden;
  width: 90%;
}

.order-details-box h5 {
  font-size: 20px;
  text-align: center;
  padding: 14px;
  margin-bottom: 11px;
  background: #ecf0f5;
  border-bottom: 1px solid #bbc5d6;
}

.order-details-box ul li {
  list-style: disc;
  margin-left: 18px;
  margin-top: 8px;
  color: #6c6c6c;
  font-size: 14px;
}

.order-details-box ul {
  min-height: 151px;
  margin: 20px;
}

.totalbox {
  font-size: 25px;
  text-align: center;
  padding: 14px;
  background: #ecf0f5;
  border-top: 1px solid #bbc5d6;
  font-weight: bold;
}

.order-details-box h6 {
  margin: 23px 23px 0;
}

/********form end********/

div#popoffer form {
  margin-bottom: 10px;
}

#popoffer .mmpopup .centercont h3 span {
  padding-bottom: 10px;
  line-height: 38px;
}

#popoffer .mmpopup .centercont p {
  max-width: 420px;
}

.formpop small {
  font-size: 12px;
  line-height: 16px;
}

/* ------------------------------------------------------------------ */

.inner-header header {
    position: relative;
    background: black;
}
.inner-header header  ul.menu:first-child {
    display: none;
}
/* 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 */

@media (max-width: 1200px) {
  .pckg-content ul {
    min-height: 276px;
  }

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

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

  footer {
    padding: 0 0 35px 0;
  }

  .do-box h4 {
    font-size: 20px;
  }

  .cta h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .cta {
    padding: 8rem 0rem;
  }

  section#faq {
    padding: 0px 0 60px;
  }

  .blue-bg {
    padding: 1rem 1rem;
  }

  .testimonial {
    padding: 3rem 0 0 0;
  }

  .search-important {
    padding: 2rem 0 3rem 0;
  }

  .tm-sec2-hdng h2 {
    font-size: 40px;
  }

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

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

  .numbr h5 {
    margin: 0rem 0;
  }

  .sec2-details {
    padding: 1rem 1rem;
  }

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

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

  .banner-content p {
    padding: 16px 5% 16px 0;
    font-size: 16px;
    line-height: 28px;
  }

  .mainBanner:before {
    content: '';
    display: block;
    position: absolute;
    height: 86%;
    width: 46%;
    top: 98px;
    right: 0;
    background-image: url(../images/banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }

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

  ul.registered-list li:not(:last-child)::before {
    top: 20px;
  }

  ul.registered-list li p {
    line-height: 22px;
  }

  ul.registered-list li h4 {
    line-height: 38px;
    font-size: 32px;
  }

  .theme-btn2 {
    padding: 15px 14px;
  }

  .theme2 span {
    padding: 18px 16px;
  }

  .slide-content p {
    font-size: 16px;
    line-height: 30px;
  }

  .testimonial-bg {
    padding: 45px 24px 10px 20px;
    min-height: 300px;
  }

  .pckg-box2 ul li {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .border-left {
    border-left: 1px solid #D9D9D9;
    margin-left: -48px;
    padding-left: 11px;
  }

  .pckg-box2 {
    padding: 10px 12px 24px 12px;
  }

  .pckg-box {
    height: auto;
  }

  .lp-sec4 {
    padding: 10px 0 22px;
  }

  .dobox-bg {
    padding: 8px 8px 22px 8px;
  }

  .mainBanner {
    padding: 105px 0 26px;
    min-height: 574px;
  }

  .banner-btns+p {
    font-size: 12px;
  }

  .theme1 {
    padding: 18px 12px;
  }

  .banner-content h1 {
    font-size: 40px;
    line-height: 42px;
  }

  .header-links a i {
    color: #D54438 !important;
    font-size: 16px;
  }

  .pckg-box2 .upper div p {
    font-size: 12px;
  }

  .user {
    flex-basis: 50%;
  }

  .slide-content {
    padding: 1rem 0;
  }

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

  .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;
  }

  ul.header-links {
    flex-direction: column;
    align-items: center;
  }

  .header-links a {
    color: #fff;
    font-size: 22px;
  }

  img {
    max-width: 100%;
    height: auto;
    /* margin: 0 auto;
  display: table; */
  }

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

  .menuWrap.open {
    display: flex;
    left: 0px;
  }

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

  ul.menu li {
    display: block;
  }

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

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

  .container {
    position: relative;
  }

  header .main-header ul.menu>li {
    display: block;
    margin: 0;
    padding: 0;
  }

  header .main-header ul.menu>li a {
    color: #fff;
  }

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

  header .main-header ul.menu>li a {
    color: #fff !important;
    margin: 0 auto 15px;
  }
}


@media (max-width: 991px) {
  .registered-list2 li h4 span {
    position: inherit;
  }

  ul.registered-list2 li p {
    margin-left: 80px;

  }

  .testimonial-bg {
    padding: 20px 24px 10px 20px;
  }

}






@media (max-width: 824px) {
  .testimonial-bg {
    padding: 20px 24px 10px 20px;
  }

  .accordion-list li h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    max-width: 88%;
  }

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

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

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

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

  .rating p {
    font-size: 20px;
    color: #000000;
  }

  .trusted-rating {
    padding-top: 1rem;
  }

  .mainBanner:before {
    display: none;
  }

  .theme-btn1,
  .theme-btn2 {
    padding: 20px 0;
  }

  section.testimonial {
    text-align: center;
    padding: 30px 0 0 0;
  }

  .recommend {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 18px;
  }

  .all-one-btn .theme-btn2 {
    width: 100%;
    margin-bottom: 10px !important;
  }

  .all-one-btn .theme-btn1 {
    width: 100%;
    font-size: 13px;
  }

  .all-one .heading {
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .banner-img {
    display: none;
  }

  .banner-content h1 {
    font-size: 34px;
    line-height: 36px;
  }

  .mainBanner {
    padding: 56px 0 0;
    min-height: 600px;
  }

  .banner-content p {
    padding: 0;
    margin: 14px 0 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .banner-content ul li {
    font-size: 16px;
    padding-bottom: 11px;
    line-height: 24px;
    align-items: flex-start;
  }

  .theme-btn1 {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }

  .theme-btn2 {
    width: 100%;
    margin-top: 5px;
    margin: 0 auto !important;
  }

  .banner-form {
    width: 100%;
    margin: 0 0 0;
    padding: 20px;
  }

  .banner-form h2 {
    font-size: 37px;
    padding-bottom: 19px;
  }

  .common-heading h2 {
    font-size: 34px;
    line-height: 36px;
  }

  .portfolio-tab a {
    font-size: 12px;
    width: 100%;
    height: 38px;
    line-height: 35px;
    font-weight: 400;
    justify-content: center;
    padding: 1rem 1rem;
  }

  .custom-logo-box span img {
    height: 60px;
  }

  .lp-sec2 .common-heading {
    padding-bottom: 26px;
  }

  section.lp-sec3 {
    padding: 40px 0 40px 0;
  }

  .img-overlap {
    display: none;
  }

  .custom-logo-box h4 {
    padding: 20px 0 5px;
  }

  .pckg-list>li {
    width: 100%;
    margin-bottom: 15px;
  }

  .pckg-tab li {
    width: 47%;
  }

  .pckg-tab a {
    font-size: 14px;
    padding: 15px;
    width: 100%;
  }

  .pckg-tab {
    margin: 10px 0;
  }

  .banner-btns {
    text-align: center;
  }

  .lp-sec2 {
    padding: 22px 0;
  }

  .lp-sec10 p {
    font-size: 20px;
    line-height: 36px;
  }

  .lp-sec11 h2 {
    margin-top: 20px;
    line-height: 43px;
  }

  footer p {
    text-align: center;
    font-size: 11px;
  }

  .payment {
    text-align: center;
    margin-top: 9px;
  }

  .banner-content .arrow-img {
    display: none;
  }

  header {
    padding: 20px 0 20px;
  }

  .logo-list {
    margin: 0;
  }

  .logo-list li {
    margin: 0 4%;
    width: 20%;
  }

  .lp-sec6 {
    padding: 30px 0;
  }

  .testi-box {
    margin-bottom: 10px;
  }

  .lp-sec11 {
    padding: 25px 0 25px;
  }

  .all-one h2 {
    font-size: 30px;
    padding-bottom: 0;
  }

  .all-one .price h3 {
    font-size: 30px;
  }

  .all-one {
    display: block;
    text-align: center;
  }

  .all-one .price {
    justify-content: center;
  }

  .lp-sec8 ul li {
    font-size: 16px;
  }

  .all-one-btn {
    text-align: center;
  }

  .all-one-btn a {
    margin: 0;
  }

  .banner-form p {
    padding-top: 15px;
  }

  .popupmain {
    width: 90%;
  }

  .mmpopup .centercont h3 {
    font-size: 30px;
  }

  .mmpopup .centercont h4 span {
    font-size: 30px;
  }

  .mmpopup .centercont h4 {
    font-size: 25px;
  }

  .mmpopup .centercont p {
    font-size: 15px;
    margin: 0 12px 16px;
    max-width: 100%;
  }

  .mmpopup .fld-input {
    height: 40px;
  }

  .fld-btn button {
    height: 50px;
  }

  .banner-form input {
    margin-bottom: 9px;
  }

  .off-now-sec {
    padding: 1rem 0;
    margin-bottom: 1.5rem;
  }

  .do-box {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 20px 14px;
  }

  .dobox-bg {
    padding: 18px 0px 8px 0px;
    margin: 0 0;
  }

  .lp-sec4 {
    padding: 0px 0 20px;
  }

  .cta-img {
    display: none;
  }

  section.cta {
    padding: 20px 0 30px 0;
    background: #080d3f;
    background-image: none !important;
  }

  .theme-btn1 {
    margin-top: 10px !important;
  }

  .pckg-box {
    margin-top: 1rem;
    padding: 20px 20px 30px 20px;
  }

  .testi-content h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }

  .testi-slide {
    flex-direction: column;
    align-items: center;
  }

  .user {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  span.slide-qoute {
    left: 0;
    top: 0;
  }

  .copyright .container {
    flex-direction: column;
    text-align: center;
  }

  section#common-question {
    padding: 60px 0 50px;
  }

  section#pricing {
    padding: 30px 0 30px;
  }

  .cta h2 {
    font-size: 34px;
    line-height: 36px;
    text-align: center;
  }

  .cta p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  }

  .cta-button {
    flex-direction: column;
    gap: 20px;
  }

  .lp-sec4 .common-heading {
    padding-bottom: 30px;
  }

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

  .mainBanner:after {
    display: none;
  }

  section#faq {
    padding: 0px 0 50px;
  }

  footer {
    text-align: center;
    padding: 18px 0;
  }

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

  .pckg-list {
    margin-top: 0;
  }

  .custom-logo-box.before-after::after,
  .custom-logo-box.before-after::before {
    content: none;
  }

  a.theme-btn2 {
    margin-right: 0;
  }

  .slide-content {
    align-items: center;
    padding: 1rem;
  }

  .slick-arrow {
    bottom: -70px;
  }

  span.arr-left.slick-arrow {
    left: calc(50% - 66.62px) !important;
    right: auto;
  }

  span.arr-right.slick-arrow {
    right: calc(50% - 66.62px) !important;
  }

  .theme-btn2,
  .theme-btn1 {
    font-size: 18px;
  }

  .pckg-box ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
  }

  .pckg-box h3 {
    margin-bottom: 5px;
  }

  .pckg-box .upper {
    margin: 0;
  }

  .pckg-box h5 {
    min-height: 34px;
  }

  .pckg-box2 {
    flex-direction: column;
  }

  .pakg2 {
    gap: 0px;
  }

  .pckg-box .upper div {
    padding-bottom: 1rem;
  }

  .border-left {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .pckg-box2 h5 {
    min-height: 0;
    margin-top: 1rem;
  }

  .lp-sec3-img {
    margin-bottom: 1.5rem;
  }

  .custom-logo-box {
    margin-bottom: 2rem;
    min-height: auto;
  }

  .banner-btns {
    padding: 16px 0;
    flex-direction: column;
  }

  .pckg-box ul {
    height: auto;
  }

  .testi-slide {
    padding-right: 0;
    gap: 0rem;
  }

  .testimonial-bg {
    padding: 48px 0 10px 0px;
    margin-bottom: 0rem;
  }

  .client-del h5 {
    font-size: 18px;
    margin-bottom: 0rem;
  }

  .client-del {
    text-align: left;
  }

  .blue-bg {
    padding: 1rem 1rem;
  }

  .client-del p {
    font-size: 14px;
  }

  .testi-heading h2 {
    font-size: 35px;
    padding-bottom: 1rem;
  }

  .slide-content p {
    font-size: 16px;
    line-height: 32px;
  }

  .h-med {
    font-size: 26px;
  }

  .custom-logo-box h4 {
    min-height: auto;
  }

  .common-heading p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding-top: 12px;
  }

  .theme2 span {
    width: 100%;
  }

  .banner-btns a {
    margin-right: 0;
  }

  .btn-wrap {
    gap: 18px;
  }

  .banner-btns+p {
    flex-direction: row;
    justify-content: center;
  }

  ul.registered-list li h4 {
    font-size: 26px;
    margin-bottom: 8px;
    line-height: 26px;
  }

  ul.registered-list li p {
    font-size: 15px;
    line-height: 24px;
  }

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

  .accordion-list {
    padding: 0;
  }

  .accordion-list li {
    padding: 16px 8px 14px 0px;
  }

  .copyright p {
    padding: 14px 0;
    max-width: 100%;
    font-size: 11px;
  }

  ul.registered-list li h4 span {
    left: -2px;
  }

  ul.registered-list li:not(:last-child)::before {
    left: 24px;
    top: 20px;
  }

  ul.registered-list li {
    padding-left: 74px;
  }

  .copyright ul {
    margin-bottom: 1rem;
  }
}

@media (max-width: 734px) {

  .banner-btns+p {
    flex-direction: column;
  }

  .rating {
    flex-direction: column;
    justify-content: center;
  }

  .rating p {
    font-size: 20px;
    color: #000000;
  }

  .mainBanner {
    padding: 58px 0 0;
    min-height: 735px;
  }
  .rating p {
    font-size: 20px;
    color: #000000;
    text-align: center;
    display: block !important;
  }
  .sec2-details{
      min-height:auto;
  }
}
body.nav-dark {
  padding-top: 100px;
}