@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#loader-new {
  justify-content: center;
  align-items: center;
}

/* #dob {
  display: none;
} */

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  transition: all 0.5s;
  font-family: "Montserrat", sans-serif;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: var(--black-color);
  -webkit-border-radius: 0;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: var(--yellow-color);
}

:root {
  --black-color: #000;
  --blue-color: #03589c;
  --orange-color: #F37217;
  --yellow-color: #ca872a;
  --light-yellow: #c78529;
  --gray-color: #e6e5e3;
  --white-color: #fff;
  --darkyellow-color: #965516;
  --font-size48: 3rem;
  --fontsize60: 3.75rem;
  --fontsize18: 1.125rem;
  --fontsize42: 2.5rem;
  --fontsize36: 2.25rem;
  --fontsize24: 1.5rem;
}


.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-slide--image {
  padding: 0 !important;
}

:is(ul, li) {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
  transition: 0.5s ease-out;
  color: inherit;
}

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

button:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

button {
  border: 0;
  outline: 0;
}



.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.defult-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px 6px 6px 6px;
  padding: 15px 0px 15px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  box-shadow: none;
  transition-duration: 0.3s;
  transition-property: transform;
}

.defult-btn:hover {
  transform: scale(1.1);
}

/* main-header-new */
header-new .navbar-nav .nav-link {
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  color: var(--blue-color);
}

#header-new .container-fluid {
  padding: 0 13%;
}

header-new.sticky .navbar-nav .nav-link {
  color: var(--white-color);
}

.navbar-brand img {
  width: 80%;
}



.navbar-expand-lg .navbar-nav .nav-link {
  padding: 13px;
}

.dropdown-toggle::after {
  color: #F37217;
  font-size: 18px;
}

.dropdown-toggle::after:hover {
  display: none !important;
}

header-new {
  padding: 15px 0;
}

header-new .navbar-expand-lg .navbar-collapse {
  padding-left: 20px;
}

.navbar-expand-lg {
  padding: 0;
}

.header-new-button {
  padding: 14px 19px;
  background: var(--orange-color);
  color: var(--white-color);
  text-transform: capitalize;
  margin-left: 1rem;
}

.orange-btn {
  padding: 14px 19px;
  background: var(--orange-color);
  color: var(--white-color);
  text-transform: capitalize;
  text-decoration: none;
}

.myacc {
  color: #A5AAAF;
  font-weight: 700;
  margin-right: 25px;
}

.transp-btn {
  color: var(--white-color);
  padding: 12px 19px;
  background: transparent;
  border: 2px solid #A5AAAF;
}

.transp {
  padding: 12px 19px;
  background: transparent;
  border: 2px solid #A5AAAF;
}

.transp svg {
  color: #A5AAAF;
  margin-right: 7px;
  width: 24px;
  height: 24px;
}

.new-before {
  position: relative;
}

.new-before::after {
  content: "new";
  position: absolute;
  top: -3px;
  left: 0;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Merriweather", sans-serif;
}

header-new .navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: var(--white-color) !important;
  max-width: max-content;
  transition: 0.4s;
  padding: 0;
  border-radius: 0;
}

header-new .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
  color: #03589c;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid var(--orange-color);
  padding: 12px 24px;
  line-height: 20px;
}

header-new .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--white-color);
}

.navbar-toggler:focus {
  box-shadow: none;
}

:is(.my-account-btn, .our-guarantee) {
  display: inline-block;
  color: #7b848d;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
  text-decoration: none;
  display: none;
}

.mobile {
  display: none;
}

.our-guarantee:before {
  content: url(../images/our-guarantee-icon.svg);
  position: relative;
  top: 3px;
  right: 4px;
  margin-right: 7px;
  margin-left: 1px;
}

.my-account-btn:before {
  content: url(../images/my-acc-icon-mobile.svg);
  position: relative;
  top: 3px;
  right: 4px;
  margin-right: 5px;
}

/* Ensure the dropdown menu is hidden by default */
/* Show the dropdown menu when hovering over the nav item */

/* end main-header-new */
/* main banner */
.mainbanner {
  background: url(../images/home-hero-bg.jpg) center/cover no-repeat;
  padding: 9rem 0;
}

.banner-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white-color);
}

.banner-content p {
  font-size: 17px;
  font-weight: 400;
  margin: 1.5rem 0 1.6rem;
  color: var(--white-color);
}

.banner-content h1 span {
  color: var(--light-yellow);
}

:is(.wht-wedo) .defult-btn {
  background: none;
  text-transform: capitalize;
  margin-bottom: 5rem;
  border: 2px solid transparent;
  background-color: var(--white-color);
  padding: 0 7.9rem;
  font-size: 14px;
}

:is(.wht-wedo) .defult-btn:hover {
  transform: scale(1);
  background-color: transparent;
  color: var(--white-color);
  border-color: var(--white-color);
}

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

.banner-form input {
  font-size: 18px;
  line-height: 24px;
  color: #a5aaaf;
  padding: 13px 19px;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 4px;
  max-width: 450px;
  width: 100%;
  margin-right: 10px;
}

.banner-content h3 {
  color: var(--white-color);
  margin: 30px 0 10px;
  display: block;
}

.banner-form button {
  padding: 15px 19px;
  width: 150px;
  border: 1px solid #f37217;
}

.bannerform {
  background-color: #ecedf1;
  padding: 40px;
}

.form-text {
  display: flex;
  align-items: flex-start;
}

.form-text h4 {
  color: #7b848d;
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
}

:is(.form-text :is(h3 sup, sub)) {
  font-size: 15px;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 700;
}

.form-text sub {
  bottom: 0;
  right: 33px;
}

.form-text sup {
  top: -18px;
  left: -6px;
}

.form-text h4 span {
  background-color: #797873;
  width: 70px;
  height: 3px;
  display: block;
  margin-bottom: 10px;
}

.bannerform .form-control {
  height: 45px;
  width: 85%;
}

/* .formwrpaer {
  padding: 15px;
  border-bottom: 10px solid;
} */

.bannerform .form-group {
  margin-bottom: 8px;
}

.bannerform .form-group label {
  color: #394149;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  margin-left: 5px;
  text-transform: uppercase;
}

.bannerform button {
  text-align: center;
  width: 100%;
  background: var(--orange-color);
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0;
  text-transform: capitalize;
  border-radius: 6px 6px 6px 6px;
  color: var(--white-color);
}

.bannerform button:hover {
  transform: scale(1);
  color: var(--white-color);
}

.formwrpaer p {
  text-align: center;
  font-size: 11px;
  color: #7b848d;
}

.bannerimg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
}

/* end main baaner */
/* partner logos */
.partnerlogos {
  background-color: #FAFAFF;
  padding: 40px 0;
}

.partnerlogos h2 {
  font-weight: 700;
  color: #7b848d;
  text-align: center;
  margin: 20px 0 40px;
}

.partnerlogosslider li img {
  width: 140px !important;
}

.partnerlogosslider li {
  background: #fff;
  box-shadow: 0 7px 15px hsla(0, 0%, 66%, .12);
  border-radius: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
}

.partnerlogos .owl-carousel .owl-item {
  display: inline-flex;
  justify-content: center;
}

/* end partner logos */

/* process-sec */
.heading-wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--blue-color);
}

figure {
  text-align: center;
}

.heading-wrapper p {
  font-weight: 700;
  color: #7b848d;
  margin-top: 5px;
}

.step-box {
  position: relative;
}

.arrow::before {
  content: url(../images/arrow-right.svg);
  position: absolute;
  top: 50%;
}

.step-box img {
  text-align: center;
}

.step-box h5 {
  text-align: center;
  color: var(--orange-color);
  font-weight: 400;
  margin-bottom: 33px;
}

.step-box p {
  text-align: center;
  color: #7b848d;
  margin-top: 25px;
}

/* process-sec-end */

/* reviews-sec */

.reviews-sec {
  background: url(../images/testimonials-bg.png) no-repeat 0 100% #ecedf1;
  padding-bottom: 15%;
}

.reviews-sec .container-fluid {
  padding-left: 13%;
  padding-right: 10%;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}

.review-card {
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

.review-platform {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.reviewer-details {
  font-size: 14px;
  text-align: center;
}

.review-text {
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
  font-weight: 500;
}


.reviewer-avatar {
  width: 40px;
  height: 40px;
  background: #2c5aa0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  margin-right: 10px;
}

/* reviews-sec-end */

/* cta */
.cta-sec {
  background: url(../images/contact-probook_02.webp) left/cover no-repeat;
  padding: 60px 0;
  text-align: center;
}

.cta-content h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 55px;
  color: var(--white-color);
}

.cta-content p {
  color: var(--white-color);
  font-size: 24px;
  margin-top: 5px
}

/* cta ent */

/* accordion-sec */

.accordion-sec {
  background-color: #fafaff;
  padding: 70px 0;
}

.left-content h2 {
  color: #7b848d;
  margin-bottom: 10px;
  font-weight: 700;
}

.left-content p {
  color: #7b848d;
  line-height: 20px;
  font-weight: 700;
}

.left-content a {
  color: var(--blue-color);
  text-decoration: none;
}

.acc-content h5 {
  color: var(--orange-color);
  font-weight: 400;
}

.acc-content p {
  font-size: 14px;
  line-height: 24px;
}

.accordion-sec .accordion-item {
  border: 0;
}

.accordion-item .accordion-button {
  box-shadow: none;
}

.accordion-button {
  width: 100%;
  font-size: 18px;
  color: var(--orange-color) !important;
  padding: 13px 16px;
  text-align: start;
  background: #fff !important;
}

.accordion-header-new {
  background-color: var(--white-color);
  margin: 0;
  border-bottom: 1px solid #ecedf1b3;
  border-radius: 4px;
  position: relative;
}

.accordion-body {
  padding: 0;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  position: absolute;
  right: 15px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/download.svg);
  transform: rotate(-180deg);
}

.btn-inner::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  position: absolute;
  right: 15px;
}

.btn-inner:not(.collapsed)::after {
  background-image: url(../images/minus.svg);
  transform: rotate(-180deg);
}

.head-inner {
  padding: 0 24px;
  border: 0;
}

.btn-inner {
  color: #7b848d !important;
  font-size: 16px;
  font-weight: 600;
}

.btn-inner:not(.collapsed) {
  color: var(--blue-color);
}

.inner-body {
  background-color: var(--white-color);
  padding: 20px 36px;
}

.inner-body p {
  color: #7b848d;
  font-size: 14px;
  line-height: 24px;
}

/* accordion-sec-end */

.cta2 {
  background: url(../images/before-footer-bgnew_02.webp) no-repeat 50% / contain;
  text-align: center;
  padding: 5rem 0;
  margin-top: 100px;
}

.cta2 .orange-btn {
  width: 180px;
}

.cta2 h3 {
  font-size: 44px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 55px;
  color: var(--white-color);
}

.cta2 p {
  font-family: "Poppins", Sans-serif;
  color: var(--black-color);
  font-weight: 400;
  margin: 1.5rem 0;
}

.brand-now {
  padding: 10px 17% 100px;
  text-align: center;
}

/* main-footer */

.mainfooter {
  background-color: #A5AAAF;
  padding: 3rem 0 1.5rem;
}

.mainfooter hr {
  border-top: 1px solid #ecedf1b3;
}

ul.contct-detils li a {
  font-size: 18px;
  color: #fff;
}

.contct-detils {
  margin-top: 1.5rem;
}

.contct-detils span {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 500;
  padding-left: 32px;
}


.ftrlinks h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 1rem;
}

.ftrlinks li a {
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  color: #ecedf1b3;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ftrlinks li {
  padding: 5px 0;
  font-size: 12px;
}

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

.payment p {
  font-size: 11px;
  line-height: 14px;
  color: #ecedf1;
  margin: 24px 0 0;
}

/* end main-footer */
/* about */
.aboutbanner {
  background: url(../images/about-banner_new.jpg) center/cover no-repeat;
  padding: 10rem 0;
}

.aboutbanner h1 {
  text-align: center;
  color: var(--white-color);
  font-size: 48px;
  font-weight: 600;
}

.about-tab .heading-wrapper p {

  color: #7b848d;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
}

.about-tab .divider {
  width: 1px;
  height: 384px;
  background-color: #ecedf1;
  display: inline-block;
  vertical-align: top;
}

.pages-tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #ecedf1;
  padding-bottom: 22px;
}

.pages-tabs a {
  color: #7b848d;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  padding: 22px 10px;
  font-weight: 400;
}

.pages-tabs a.active {
  color: var(--blue-color);
  border-bottom: 2px solid #f37217;
  font-weight: 600;
}

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

/* end about */
/* Faq-start */

.faqbanner {
  background: url(../images/faq-banner.jpg) center/cover no-repeat;
  padding: 10rem 0;
}

.our-mission h4 {
  font-size: 18px;
  line-height: 22px;
  color: var(--orange-color);
  font-weight: 400;
}

.our-mission p {
  font-size: 14px;
  line-height: 24px;
  color: #7b848d;
}

.faqbanner .hero-content p,
.faqbanner .hero-content a,
.faqbanner .hero-content span,
.faqbanner .hero-content a span {
  font-size: 24px;
  font-weight: 800;
}

/* Faq-end */
/* video-book-trailor page*/

.owl-theme .owl-dots .owl-dot {
  font-size: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #00000059;
  border: 1px solid;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--black-color);
}


/* end video-book-trailor page*/

/* contact us */
.contact-sec {
  padding: 0 0 1rem;
}

.postion {
  position: relative;
}

.contact-sec img {
  width: 100%;
}

.contact-wrapper {
  display: inline-block;
  margin-top: 100px;
  padding-left: 70px;
}

.contact-wrapper .bannerform {
  background-color: #fff;
  padding: 0;
}

.contact-wrapper .heading-wrapper h1 {
  color: var(--blue-color);
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
  margin-bottom: 0;
}

.contact-wrapper .heading-wrapper h4 {
  color: var(--blue-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 30px;
}

.contact-wrapper textarea.form-control {
  height: 100px;
}

.reviews-sec .owl-carousel .owl-item img {
  margin: 0;
}

.info {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.contact-details .info .info-box .icon {
  width: 48px;
  height: 48px;
  background-color: rgba(243, 114, 23, .1);
  text-align: center;
  border-radius: 25px;
  padding-top: 12px;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}

.contact-details .info .info-box {
  border-right: 1px solid rgba(255, 168, 77, .5);
  padding-right: 80px;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  margin-left: 40px;
  vertical-align: top;
}

.info .info-box h4 {
  color: var(--blue-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 0;
  text-transform: uppercase;
}

.info .info-box p a,
span {
  color: #7b848d;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.info .info-box p {
  color: #7b848d;
  font-size: 14px;
  line-height: 24px;
}

.info li:last-child .info-box {
  border-right: 0;
  padding-right: 0;
}

/* end contect us */
/* popup-form */
#entry-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999990;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}

.entry-box {
  padding: 20px 10px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 0;
  background-color: var(--black-color);
  position: relative;
  box-shadow: -140px -117px 19px -141px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.7);
  border: 3px solid var(--light-yellow);
}

a#entry-box_close {
  color: var(--light-yellow);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 999;
}

a#entry-box_close svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--light-yellow);
}

.entry-box .bannerform {
  margin: 0;
}

.entry-box .col-md-6 {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.entry-box .col-md-6:last-child {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

/* privacy-thankyou-css */

.main-privacy {
  padding: 100px 0 80px;
}

.main-privacy * {
  color: var(--black-color);
}

.main-privacy h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600 !important;
}

.main-privacy p,
.main-privacy li {
  margin: 0 0 20px;
  line-height: 22px;
  font-family: "Poppins", Sans-serif;
}

.error,
#email-error {
  border-color: red !important;
  color: red !important;
}

.thankyou_sec {
  padding: 10rem 0px 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  text-align: center;
}

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  color: #965516;
}

.site-header-new__title {
  font-size: 6.5rem;
  font-weight: 700 !important;
  line-height: 1.1;
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.start_live_chat {
  font-size: 20px;
  background-color: #965516;
  padding: 15px 35px;
  display: inline-block;
  border-radius: 50px;
  margin: 20px 0 0;
  color: #fff !important;
  line-height: 16px;
}

.main-privacy ul li a span {
  color: #c36;
}

.privcy-ul li {
  list-style: disc;
  margin-bottom: 10px;
}

.privcy-ul {
  margin-left: 3rem;
}

.bg-graycolor {
  background-color: var(--gray-color);
}

.bg-whitecolor {
  background-color: var(--white-color);
}

.bg-whitecolor .flip-card-front {
  background-color: var(--gray-color);
}

.colorchange .happy-clients-sec {
  background-color: var(--white-color);
}



.leader-sec {
  background-image: linear-gradient(180deg, var(--light-yellow) 0%, var(--darkyellow-color) 100%);
}


:is(.portfoli-linkded, .leader-sec) .container-fluid {
  padding: 0 5%;
}

.portfoli-linkded .col-md-4 {
  margin-bottom: 30px;
}

.linkden-banner {
  background: url(../images/linden-banner.jpg) center/cover no-repeat;
}

/* quick-sec */
.quick-sec {
  background: #fafaff;
  padding: 40px 0;
  border-bottom: 2px solid #ecedf1;
  text-align: center;
}

.quick-easy-process h2 {
  color: #7b848d;
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 0;
}

.quick-easy-process .shield-box,
.quick-easy-process h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 32px;
}

.quick-easy-process .shield-box {
  background: url(../images/shield.png);
  background-size: contain;
  width: 57px;
  height: 64px;
  color: #fff;
  text-align: center;
  padding-top: 16px;
  margin-right: 24px;
}

.quick-easy-process h3:after {
  content: url(../images/arrow-right-orange.svg);
  margin: 0 40px;
}

.quick-easy-process h3:last-child:after {
  content: "";
  margin: 0;
}

.quick-easy-process h3 {
  color: #7b848d;
}

/* quick-sec-end */
/* table-sec */
.table-sec {
  position: relative;
}

.table-header-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

thead {
  background-color: #f5f7fc;
  color: #5a5a5a;
}

th,
td {
  padding: 20px 10px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.title {
  color: var(--blue-color);
  font-size: 14px;
  font-weight: 600;
}

.owner {
  font-size: 14px;
}

td .status {
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 0.85em;
}

.table-results:nth-child(odd) {
  background: #fafaff;
}

.table-results table {
  border-bottom: 1px solid #ecedf1;
}

.display-text {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.display-count {
  font-weight: 700;
  color: #f37217;
  /* Bootstrap blue */
}

.status.live {
  background-color: #e0f9f0;
  color: #00b894;
}

.status.dead {
  background-color: #fcebea;
  color: #e74c3c;
}

.pagination {
  text-align: center;
  margin: 0 auto;
  border: 1px solid #ecedf1;
  box-sizing: border-box;
  border-radius: 6px;
  display: table;
  padding: 22px;
}

.pagination button {
  padding: 6px 12px;
  margin: 0 5px;
  background: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}

.pagination button:hover {
  background-color: #dfe6f0;
}

.pagination span {
  font-size: 16px;
  display: none;
}

.date-picker select, .goodsoption {
  width: 140px;
  border: 1px solid #dfe1e2;
  height: 54px;
  font-size: 17px;
  color: #4b5a6a;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 0 6px 15px;
  font-size: 16px;
  background-color: transparent;
}

.goodsoption {
  width: 100%;
}

.side-box-wrapper {
  position: relative;
  z-index: 1;
}

.sides .side-box-back-2 {
  opacity: .7;
  transform: rotate(-3.66deg);
}

.sides .side-box-back,
.sides .side-box-back-2 {
  background: #fff;
  box-shadow: 0 7px 15px hsla(0, 0%, 66%, .12);
  border-radius: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sides .side-box {
  width: 100%;
  background: #fff;
  margin-bottom: -30px;
  border-radius: 16px;
  box-shadow: 0 7px 15px hsla(0, 0%, 66%, .12);
  position: relative;
  padding: 80px 40px;
  text-align: center;
}

.sides .side-box .header-new-line {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, 0)), #03589c;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .11);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 97.49%;
  border-radius: 16px 16px 0 0;
}

.sides .side-box h4 {
  color: #03589c;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: start;
}

.sides .side-box h5 {
  color: #394149;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  text-align: start;
}

.sides .side-box .orange-box {
  padding: 28px;
  background-color: #f37217;
  border-top: 7px solid #ce6115;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 7px;
  display: flex;
  justify-content: center;
}

.sides .side-box .orange-box .price {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .8));
  letter-spacing: .02em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .13);
}

.sides .side-box .orange-box p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .19);
}

.sides .side-box .orange-box .star {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, .12), hsla(0, 0%, 100%, .98));
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.sides .side-box ul li {
  list-style: none;
  border-bottom: 1px solid #ecedf1;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  text-align: start;
}

.sides .side-box ul li span {
  background: url(../images/star-orange.png) no-repeat;
  width: 25px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 4px;
}

.sides .side-box ul li p {
  color: #394149;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 25px;
}

.sides .side-box button {
  background: linear-gradient(93.51deg, #44cdc8, #0d3696);
  border-radius: 4px;
  color: #fafaff;
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  padding: 14px 19px;
  font-weight: 500;
  width: 100%;
  max-width: 364px;
}

/* trademark-registration */

.registration-banner {
  background: url(../images/dont-wait-bg.jpg) center/cover no-repeat;
  padding: 5rem 0;
}

.comp-search {
  background: url(../images/ct-search-banner.jpg) center/cover no-repeat;
}

.hero-content h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: var(--white-color);
}

.hero-content p {
  color: var(--white-color);
  text-align: center;
  margin: 1rem 0;
}

.hero-content span,
a {
  color: var(--orange-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

/* Progress Bar */
.progress-container-new  {
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
}

.progress-new {
  height: 30px;
  background: var(--white-color);
  border-radius: 15px;
  overflow: hidden;
}

.progress-bar-new {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  border: 1px solid rgb(255, 255, 255);
  transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: 2s linear 0s infinite normal none running progress-bar-stripes;
  background-image: linear-gradient(45deg, rgb(243, 23, 23) 25%, transparent 25%, transparent 50%, rgb(243, 23, 23) 50%, rgb(243, 23, 23) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-color: rgb(255, 255, 255);
  background-size: 40px 40px;
  width: 20%;
  height: 100%;
}

@keyframes progress-animation {
  0% {
    background-position: 40px 0px;
  }

  100% {
    background-position: 0px 0px;
  }
}

.progress-text-new {
  position: absolute;
  top: 0px;
  bottom: 0px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: var(--blue-color);
  left: 20%;
  width: 80%;
  padding-left: 8px;
  transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.form-section {
  background: var(--white-color);
  padding: 30px 30px 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-top: 2px solid var(--blue-color);
  border-radius: 5px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
}

.form-section h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}

.checkbox-group {
  margin-bottom: 15px;
  position: relative;
}

.checkbox-group label {
  margin-right: 20px;
}

div#inputWrapper label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}

.form-registration {
  position: relative;
  padding-bottom: 5rem;
}

.form-registration input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-top: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.radio-group {
  margin-top: 10px;
}

.form-section label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}

.radio-group label {
  margin-right: 20px;
}

.continue-button {
  background-color: var(--orange-color);
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.note {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}

textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.hidden {
  display: none;
}

.nested-question {
  margin-left: 20px;
  margin-top: 10px;
}

.sub-section {
  margin-top: 20px;
  padding-top: 10px;
}

.form-registration [type=file] {
  border: 1px solid #dfe1e2;
  width: 100%;
  font-size: 17px;
  color: #4b5a6a;
}

.form-registration [type="file"]::-webkit-file-upload-button {
  background: #ED1C1B;
  border: 2px solid #ED1C1B;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 1s ease;
}

.form-registration [type="file"]::-webkit-file-upload-button:hover {
  background: #fff;
  border: 2px solid #535353;
  color: #000;
}


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

select {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.15px;
  border: none;
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
  padding-right: 20px;
  color: rgba(34, 34, 34, 0.4);
}

select:hover {
  cursor: pointer;
}

.date-picker h5 {
  margin: 0;
  font-size: 15px;
}


.form-registration label.section-title {
  font-weight: bold;
  margin-top: 20px;
  display: block;
}

.btn-continue p {
  font-size: 14px;
  margin: 0;
}

.btn-continue img {
  width: 25px;
  height: 20px;
  padding-right: 10px;
}

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

/* STYLE B */

.checkbox.style-b {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-b input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-b input:checked~.checkbox__checkmark {
  background-color: #fff;
}

.checkbox.style-b input:checked~.checkbox__checkmark:after {
  opacity: 1;
}

.checkbox.style-b:hover input~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-b:hover input:checked~.checkbox__checkmark {
  background-color: #fff;
}

.checkbox.style-b .checkbox__checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid var(--orange-color);
  transition: background-color 0.25s ease;
}

.checkbox.style-b .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid var(--orange-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.checkbox.style-b .checkbox__body {
  color: var(--black-color);
  line-height: 1.4;
  font-size: 16px;
}

/* Custom styles for the CVC info box */
.cvc-info-box {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  /* 100% + mt-2 (8px) */
  padding: 12px;
  /* p-3 (12px) */
  background-color: white;
  border: 1px solid #e5e7eb;
  /* border-gray-200 */
  border-radius: 8px;
  /* rounded-lg */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  /* shadow-lg */
  font-size: 0.875rem;
  /* text-sm */
  color: #4b5563;
  /* text-gray-700 */
  width: 192px;
  /* w-48 */
  z-index: 10;
  display: none;
  /* Hidden by default */
}

.cvc-info-box.show {
  display: block;
}


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

.order-pay {
  padding-top: 100px;
  padding-right: 140px;
  float: right;
  width: 75%;
  max-width: 1000px;
}

.right-side {
  display: inline-block;
  padding-bottom: 100px;
}

.summary {
  background-color: #fff;
  padding-bottom: 16px;
  box-shadow: 0 7px 15px hsla(0, 0%, 66%, .12);
  margin: 20px 130px;
  border-top: 5px solid #ffa84d;
  width: 350px;
}

.summary h3 {
  color: #394149;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
  border-bottom: 3px solid rgba(236, 237, 241, .5);
  padding: 40px 42px;
  text-align: center;
}

.summary .step-boxs {
  border-bottom: 1px solid #ecedf1;
  padding: 20px 20px 15px;
  margin: auto 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.summary .step-boxs h5 {
  color: #7b848d;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
}

.undermonay-wrapper {
  text-align: center;
  margin: 20px auto;
  width: 350px;
}

form#paymentForm {
  padding: 24px 30px 20px;
  text-align: left;
  border: 1px solid #e9e7e7;
  border-top: 2px solid var(--blue-color);
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
}

.order-pay h2 {
  color: var(--blue-color);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}

/* registration-trademark-search */
.primary-label {
  margin-bottom: 16px;
  font-weight: 700;
}

.form-one {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  border-top: 2px solid var(--blue-color);
  margin: 1rem 0;
}

.registration-search h2,
.heading-area h2 {
  color: var(--blue-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 15px;
}

.add-own,
.add-class,
.remove-class {
  background-color: var(--blue-color);
  color: var(--white-color);
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  padding: 9px 19px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.add-class,
.remove-class {
  width: auto;
}

.goods-opt {
  display: flex;
  flex-direction: column;
  margin: 0 0 25px;
}

.goods-opt .select2-container {
  width: 100% !important;
}

.goods-opt .select2-container .select2-selection--single,
.goods-opt .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.goods-opt .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}


/* Custom modal for alerts */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background-color: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 400px;
  width: 90%;
}

.modal-content button {
  background-color: var(--orange-color);
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  margin-top: 16px;
  cursor: pointer;
}

/* Style for required asterisk */
.required-asterisk::after {
  content: '*';
  color: #ef4444;
  /* Red color for asterisk */
  margin-left: 0.25rem;
}

/* Custom styling for the error messages */
.error-message {
  color: #ef4444;
  /* Red color */
  font-size: 0.875rem;
  /* Small text */
  margin-top: 0.25rem;
}

/* Style for the main form container to give it a card-like appearance */
.registration-search .form-container {
  padding: 0 2rem;
  max-width: 800px;
  width: 100%;
}

.orgen-text {
  color: var(--orange-color);
  padding-top: 10px;
  font-size: 13px;
}

.remove-btn {
  border: none;
  box-shadow: none;
  background-color: #fff;
  color: var(--orange-color);
  font-size: 12px;
}

input[type="email"] {
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #374151;
  height: 40px !important;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Style for input fields and selects */
.registration-search input[type="text"],
.registration-search input[type="email"],
.registration-search select {
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #374151;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.registration-search input[type="text"]:focus,
.registration-search input[type="email"]:focus,
select:focus {
  outline: none;
  border-color: #2563eb;
  /* Blue border on focus */
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
  /* Light blue shadow on focus */
}

/* Style for checkboxes */
.registration-search input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  border: 1px solid #d1d5db;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
}

.registration-search input[type="checkbox"]:checked {
  background-color: #2563eb;
  /* Blue background when checked */
  border-color: #2563eb;
}

.registration-search input[type="checkbox"]:checked::after {
  content: '✔';
  /* Checkmark symbol */
  color: #ffffff;
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Button styling */
.registration-search .btn {
  padding: 14px 45px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  font-size: 14px;
}

.btn-secondary {
  background-color: #fff;
  color: #03589c;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  border: 2px solid #ecedf1;
  text-transform: none;
  padding: 14px 45px;
  margin-right: 0;
}

.btn-primary {
  background-color: #f37217;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  border: 0;
  text-transform: none;
}

/* packages-sec */

.package-card {
  background-color: #ffffff;
  border: 1px solid #000;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease-in-out;
}

.package-card h2 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 3px;
}

.pack-num {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pack-num span {
  color: rgb(184, 184, 184);
  font-size: 13px;
  font-weight: 400;
}

.pack li {
  display: flex;
  margin-bottom: 10px;

}

.pack li p {
  font-size: 13px;
}

.pack li b {
  font-size: 15px;
}

.border-blue {
  border: 5px solid rgb(52, 152, 219);
}

.jjmyja {
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
}

.bkaXsq {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgb(52, 152, 219);
  color: #fff;
  font-weight: 600;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 0.6em;
}

.pack li i {
  width: 24px;
  height: 24px;
  padding-right: 10px;
}

.package-card.standard {
  border: 2px solid #3b82f6;
  /* blue-500 */
}

.select-button {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 5px 20px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(rgb(255, 168, 77) 0%, rgb(243, 114, 23) 100%);
  color: rgb(255, 255, 255);
  width: 50%;
  text-align: center;
  margin: 16px auto;
}

.select-button:hover {
  background-color: #ea580c;
  /* orange-600 */
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  /* mb-3 */
}

.feature-icon {
  color: #10b981;
  /* emerald-500 */
  margin-right: 0.5rem;
  /* mr-2 */
  font-size: 1.25rem;
  /* text-xl */
  line-height: 1;
}

.comparison-table {
  padding: 1rem 0;
}

.comparison-table .table-head,
.comparison-table .table-row {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  font-size: 12.6px;
}

.comparison-table .table-head {
  font-weight: bold;
  background: #fafafa;
}

.comparison-table .feature-title {
  flex: 2;
  padding-right: 10px;
  color: rgb(123, 132, 141);
  font-weight: 600;
}

.comparison-table .feature-title h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.feature-title p {
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  color: rgb(123, 132, 141);
  margin: 0;
}

.comparison-table .plan-title,
.comparison-table .check {
  flex: 1;
  text-align: center;
  font-size: 13px;
}

.comparison-table .standard {
  color: #f47216;
}

.check i {
  color: rgb(123, 132, 141);
}

.comparison-table .premier {
  color: var(--blue-color);
}

.comparison-table .check {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.comparison-table .bottom-button {
  text-align: right;
  margin-top: 30px;
}

.comparison-table .bottom-button button {
  padding: 10px 20px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

.comparison-table .bottom-button button:hover {
  background: #eee;
}

.orange-color i {
  color: var(--orange-color);
}

.blue-color i {
  color: var(--blue-color);
}

.step {
  display: none;
}

.step.active {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.registration-search,
.packages-sec {
  padding: 0;
}

.form-registration .optional {
  background: url(../images/optional.png) no-repeat;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 40px;
  right: 13px;
}

.copy img {
  width: 16px;
  height: 20px;
}


.copy h2 {
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  text-transform: unset;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-flex;
  gap: 15px;
}

.root-para {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 23px;
}

.gap-6 {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.form-registration .sub-section input[type="text"] {
  margin-bottom: 13px;
}

.sub-section .radio-group.checkboxes__item {
  margin-bottom: 5px;
  margin-top: 0;
}

.flex-50 {
  flex: 0 0 52%;
}

/* trademark-reg */

.trademark-reg {
  background: url(../images/register-trademark-banner.jpg) center/cover no-repeat;
}

.banner-content ul li {
  color: var(--white-color);
  font-size: 17px;
  margin-bottom: 16px;
}

.banner-content ul li i {
  color: #44CDC8;
  margin-right: 20px;
  font-size: 20px;
}

.banner-content .just-minutes {
  font-size: 12px;
  margin: 0;
  padding-left: 3rem;
}

.quick-sec .hero-content h2 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 15px;
}

.quick-sec .hero-content p {
  color: var(--blue-color);
  font-size: 18px;
  line-height: 22px;
}

.quick-box {
  position: relative;
  height: 220px;
}

.quick-box h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--orange-color);
  margin: 25px 0 16px;
}

.quick-box p {
  font-size: 14px;
  font-weight: 400;
  color: #7b848d;
  margin: 25px 0 16px;
}

.quick-box::before {
  content: '';
  position: absolute;
  background: url(../images/arrow-right-orange.svg) no-repeat;
  width: 9px;
  height: 15px;
  right: 0;
  top: 40px;
  transform: translate(50%, 50%);
}

.quick-easy-process .col-md-4:nth-child(3) .quick-box::before {
  display: none;
}

/* why-get-start */

.why-get {
  background: url(../images/blonde-woman.png) no-repeat 85% 100% #ecedf1;
  padding: 5rem 0 0;
}

.Why-run {
  background: url(../images/loopa.png) no-repeat 15% 15% #ecedf1;
}

.statement-banner {
  background: url(../images/statement-banner_new.jpg) center/cover no-repeat;
}

.action-banner {
  background: url(../images/action-banner.jpg ) center/cover no-repeat;
}

.alive-banner {
  background: url(../images/alive-banner_new.jpg ) center/cover no-repeat;
  padding: 6rem 0 2rem;
}

.monitoring-banner {
  background: url(../images/monitoring-banner_new.jpg ) center/cover no-repeat;
  padding: 5rem 0 40px;
}

.privacy-banner {
  background: url(../images/privacy-banner.jpg ) center/cover no-repeat;
  min-height: 450px;
}

.monitoring-banner .banner-content p {
  font-size: 24px;
  line-height: 32px;
}

.alive-banner .orange-btn {
  margin-bottom: 5rem;
}

:is(.Why-run, .why-get) .hero-content h2 {
  color: #7b848d;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 15px;
}

.why-get .hero-content p {
  text-align: start;
  font-size: 18px;
  line-height: 32px;
  color: #7b848d;
}

.why-get .hero-content ul {
  padding-left: 20px;
}

.why-get .hero-content ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 32px;
  color: #7b848d;
}

:is(.trademark-reg, .comp-search) .banner-content .transp {
  padding: 12px 35px;
  border: 1px solid #fff;
  color: var(--white-color);

}

.Why-run .hero-content p {
  text-align: start;
  color: #7b848d;
  padding-right: 2rem;
}

.search-sec h3 {
  color: var(--orange-color);
  font-size: 20px;
  margin-bottom: 1rem;
}

.search-content li {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.search-content li p {
  color: var(--blue-color);
  margin-bottom: 20px;
}

.divider {
  background: rgb(222, 224, 232);
  width: 1px;
  height: 100%;
  margin: 0 auto;
}

.search-sec .hero-content h3 {
  color: var(--black-color);
  text-align: center;
  font-weight: 700;
}

.search-sec .hero-content p {
  color: var(--blue-color);
  margin-bottom: 20px;
  padding: 0 100px;
}

.search-content li div h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--blue-color);
}

.search-content li div img {
  height: 90px;
  max-width: 125px;
}

.search-content li div p {
  color: #7b848d;
  margin: 0;
}

.user-head {
  color: #7b848d;
  font-weight: 700;
  font-size: 28px;
  padding-left: 175px;
  margin-bottom: 1.5rem;
}

.genius li {
  padding-bottom: 40px;
}

:is(.statement-banner, .action-banner) .hero-content h1 {
  font-size: 48px;
}

:is(.statement-banner, .action-banner) .hero-content p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 23px;
  padding: 0 200px;
}

.statement-banner .hero-content ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  margin-right: 24px;
  padding: 8px 0;
}

.Why-run .hero-content h3 {
  color: var(--blue-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 15px;
  text-align: center;
}

.cta-three .hero-content h3 {
  text-align: center;
  color: var(--blue-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-left: 20px;
}

.monitoring li div h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange-color);
}

.monitoring li div span {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding-right: 6px;
  color: var(--blue-color);
}

.monitoring li div p {
  font-size: 13px;
}

.frequently {
  padding-left: 125px;
  color: rgb(123, 132, 141);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
}

/* .shield img {
  max-width: 196px !important;
  height: 196px !important;
} */

.white-sec .search-content h4 {
  font-size: 28px;
}

.white-sec .search-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--orange-color);
}

.white-sec .search-content p {
  font-size: 14px;
  color: #374151;
  line-height: 26px;
}

.offwhite-sec .search-content h4 {
  font-size: 28px;
  color: var(--orange-color);
}

.offwhite-sec {
  background: #fafaff;
}

.w-heading {
  font-size: 28px;
  font-weight: 700;
  color: var(--orange-color);
}

.white-content li {
  color: #7b848d;
  font-weight: 700;
  padding-bottom: 16px;
  list-style: disc;
}

.side-box p {
  font-size: 14px;
}

.left-side-form h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: #394149;
}

.left-side-form p {
  font-size: 18px;
  line-height: 22px;
  color: #03589c;
  text-align: center;
}

.left-side-form input,
textarea {
  border: 1px solid #03589c;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  padding: 13px 19px;
  width: 100%;
  border-radius: 4px;
}

.left-side-form .small {
  font-size: 12px;
  line-height: 15px;
  color: #7b848d;
  margin-bottom: 30px;
  margin-top: 10px;
}

.filing-heading h1 {
  color: var(--black-color);
  font-size: 25px;
  margin-bottom: 3rem;
}

.items-renewal li {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  gap: 20px;
}

.items-renewal li p {
  color: var(--blue-color);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.calendar-box {
  padding: 40px;
  text-align: center;
}

.calendar-box h4 {
  color: var(--orange-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 25px;
}

.calendar-box p {
  color: #7b848d;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

.timeline-sec {
  padding: 5rem 0 40px;
}

.monitoring-banner .banner-content ul {
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 3rem 0 1rem;
}

.monitoring-banner .banner-content ul li {
  margin: 0;
  list-style: disc;
  font-size: 16px;
}

.terms-content {
  max-width: 960px;
  margin: 0 auto 75px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}

.terms-content p {
  color: #7b848d;
  font-size: 14px;
  line-height: 24px;
}

.terms-content .tag {
  border-left: 3px solid #f37217;
  padding: 10px 5px 5px 45px;
  margin-top: 50px;
}

.terms-content .tag h4 {
  color: var(--blue-color);
  font-size: 18px;
  font-weight: 700;
  margin-top: 48px;
}

.terms-content hr {
  width: 90%;
  margin: 35px auto 0;
}

.privacy-sec {
  padding-bottom: 0;
}

.terms-content h2 {
  color: #7b848d;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}

.terms-content h3 {
  color: #7b848d;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 30px;
}

.terms-content h4 {
  color: #03589c;
  font-size: 18px;
  font-weight: 700;
  margin-top: 48px;
}

.step p {
  font-size: 16px;
}