html,body {
    overflow-x:hidden;
}


body {
  color: #000;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #292d2e;
}

a {
  list-style-type: none;
  text-decoration: none;
}

.head-div p {
  color: #606060;
}

.fs11 {
  font-size: 11px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs25 {
  font-size: 25px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs35 {
  font-size: 35px;
}

.fs40 {
  font-size: 40px;
}

.fs50 {
  font-size: 45px;
}

.fs60 {
  font-size: 60px;
}

.fs70 {
  font-size: 70px;
}

.fs80 {
  font-size: 80px;
}

.fs90 {
  font-size: 90px;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

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

.color-black {
  color: #1e1a1a !important;
}

.color1 {
  color: #ffb800 !important;
}

.color2 {
  color: #042465 !important;
}

.color3 {
  color: #5f605f !important;
}

/* .gradient-color {
                                      background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%);
                                      -webkit-background-clip: text;
                                      -webkit-text-fill-color: transparent;
                                      background-clip: text;
                                      text-fill-color: transparent;
                                  } */

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-orange {
  background: #ffb800;
}

.bg-lightgrey {
  background: #f1efef;
}

.normal-btn {
  min-width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  transform: scale(1);
  position: relative;
  margin: 0;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background: #ffb800;
  border-radius: 30px;
  z-index: 0;
  color: #5f605f !important;
  transition: ease 0.4s;
  font-size: 18px;
  font-weight: 500;
  padding: 0 30px;
}

.normal-btn:hover {
  transform: scale(1.02);
  background: #5f605f;
  color: #ffb800 !important;
}

/* ******************************************* */

/* ************************** Main Header Css **************************** */

.header img {
  width: 85%;
}

.head-right-div {
  flex-direction: column;
  align-items: flex-end;
}

nav ul li a:hover,
nav ul li a.active,
nav ul li a:focus {
  color: #b69f51 !important;
}

.main-nav nav {
  display: inline-block !important;
}

.header ul.navbar-nav li {
  padding-left: 20px;
}

.header ul.navbar-nav li a {
  color: #565454 !important;
  font-size: 14px;
  text-transform: capitalize;
}

.header {
  width: 100%;
}

.header ul.navbar-nav li a.normal-btn {
  color: #fff !important;
  padding: 0;
}

ul.dropdown-menu li {
  width: 100%;
  margin: 0px 0px;
  padding-right: 0;
  padding-left: 0 !important;
}

ul.dropdown-menu li a {
  color: #000 !important;
  text-align: center;
  padding: 15px 15px;
}

ul.dropdown-menu li:hover a {
  background: #ffb800;
  color: #fff !important;
}

.consultation-div h5 {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}

.consultation-div h5 span {
  display: block;
  font-size: 17px;
  font-weight: 600;
}

/* ************************** Main Header Css End **************************** */

/* ************************** Main Banner **************************** */

.main-banner {
  /* background: url(../img/banner-img.webp); */
  background: #e5f4fc;
  background-size: cover;
  padding: 220px 0;
}

.main-banner .right-img img {
    width: 100%;
}

a.grad-btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  padding-left: 12px;
}

.main-banner .form-div {
  position: relative;
}

.main-banner .form-div button {
  position: absolute;
  right: -20px;
  bottom: -20px;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
}

.main-banner .form-div {
  background: #ffffff6b;
  border-radius: 10px;
}

.main-banner .form-div input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: none;
  padding-left: 10px;
}

.main-banner .left-content li {
  display: block;
}

/* ************************** Main Banner End **************************** */

.featured-on img {
  width: 100%;
}

.featured-on img {
  width: 80%;
  margin: 0 auto;
}

.featured-on .col-sm-3 {
  text-align: center;
}

.featured-on .col-sm-3:last-child .feat-div {
  border-right: none;
}

.featured-on .feat-div {
  border-right: 3px solid #b3b3b3;
}

.featured-on h2:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #b3b3b3;
  right: -90px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.featured-on h2:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #b3b3b3;
  left: -90px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/* ************************** About **************************** */
.about-sec .fade-img img {
  width: 100%;
}

.about-sec .three-steps img {
  margin-bottom: 10px;
}

.about-sec .three-steps {
  text-align: center;
}

.three-steps:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  background: #ffb800;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

/* ************************** About End **************************** */

/* ************************** Packages Section **************************** */

.packages-include {
  background: #e5f4fc;
  padding: 80px 0;
}

.package-icon-list {
  font-size: 0;
  margin: 0 -15px;
}

.package-icon-list li {
  display: inline-block;
  vertical-align: top;
  width: 16.6667%;
  text-align: center;
}

.package-icon h6 {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
  padding-top: 10px;
  margin-bottom: 0;
}

.pack-detail-div ul {
  height: 270px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.pack-detail-div ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  height: 150px;
  min-height: 100px;
}

.pack-detail-div ul::-webkit-scrollbar-thumb {
  background: #052465;
}
.pack-detail-div ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #bdbdbd;
  background-color: #fff;
}



/* ************************** Packages Section End **************************** */

/* ************************** Process Section **************************** */

.process-sec {
  padding: 100px 0;
}

.process-sec .row.align-items-center {
  background: url(../img/process-bg.webp) no-repeat center center;
  padding: 170px 0;
  background-size: cover;
}

.process-inn h5 {
  color: #1c1626;
  font-weight: 400;
}

.process-inn h4 {
  color: #0e0422;
  font-weight: 600;
}

/* ************************** Process Section End **************************** */

/* ************************** Services Section **************************** */

.services img {
  width: 100%;
}

.serv-inn-box {
  border-radius: 20px;
  text-align: center;
}

.serv-inn-box p {
  font-size: 13px;
  background: #061444;
  color: #fff;
  margin-bottom: 0;
  padding: 20px 10px 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 123px;
}

.serv-inn-box h4 {
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  margin-bottom: 0;
  padding: 15px 0;
  border: 1px solid #061444;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 0;
  margin-top: 0px;
}

.serv-inn-box:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 39px;
  background: url(../img/serv-down-arrow.webp) no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.services {
  padding: 100px 0;
  background: #e5f4fc;
}

.row.pb-5 .col-lg-4:nth-child(even) p,
.row.mt-5 .col-lg-4:nth-child(even) p {
  background: #fcaa09;
  color: #120825;
}

.row.pb-5 .col-lg-4:nth-child(even) .serv-inn-box:after {
  background: url(../img/serv-down-arrow-yellow.webp) no-repeat;
}

.row.mt-5 .col-lg-4:nth-child(even) .serv-inn-box:after {
  background: url(../img/serv-down-arrow-yellow.webp) no-repeat;
  top: 0;
  bottom: auto;
}

.row.mt-5 .col-lg-4:nth-child(even) .serv-inn-box:after {
  background: url(../img/serv-down-arrow-yellow.webp) no-repeat;
  top: -39px;
  bottom: auto;
}

.row.mt-5 .col-lg-4 .serv-inn-box:after {
  transform: scaleY(-1);
  top: -39px;
  bottom: auto;
}

.row.mt-5 .serv-inn-box p {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.row.mt-5 .serv-inn-box h4 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  border-bottom: 1px solid;
}

.row.mt-5 .col-sm-4:nth-child(even) p {
  box-shadow: inset 0px -5px 15px -1px #00000066;
}

.row.pb-5 .col-sm-4:nth-child(even) p {
  box-shadow: inset 0px 5px 15px -1px #00000066;
}

/* ************************** Services Section End **************************** */

/* ************************** Tradmark form **************************** */

/* .trademark-form {
                                      z-index: 0;
                                      position: relative;
                                  }
                                  
                                  .trademark-form .trade-inner {
                                      padding: 50px 100px;
                                      background: #fff;
                                      box-shadow: 301px 319px 175px rgba(0, 0, 0, 0.01), 169px 180px 148px rgba(0, 0, 0, 0.05), 75px 80px 110px rgba(0, 0, 0, 0.09), 19px 20px 60px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
                                      border-radius: 30px;
                                  }
                                  
                                  .trade-form input,
                                  .trade-form textarea {
                                      width: 100%;
                                      border: none;
                                      height: 50px;
                                      padding-left: 20px;
                                      font-size: 13px;
                                      font-weight: 400;
                                      outline: none;
                                      background: #E1E1E1;
                                      border-radius: 10px;
                                  }
                                  
                                  .trade-form button.normal-btn {
                                      height: 50px;
                                  }
                                  
                                  .trade-form button.normal-btn span {
                                      padding-left: 10px;
                                  } */

/* ************************** Tradmark form End **************************** */

/* ************************** Tradmark federation **************************** */

/* .trademark-fede {
                                      padding: 100px 0;
                                  }
                                  
                                  .trademark-fede .three-steps {
                                      min-height: 341px;
                                  }
                                  
                                  .trademark-fede .three-steps:before {
                                      position: absolute;
                                      content: '1';
                                      width: 20px;
                                      height: 90px;
                                      right: 60px;
                                      top: -60px;
                                      font-size: 80px;
                                      background: -webkit-linear-gradient(290deg, #FFE3BA, #FFEFCC, #EED1A5, #A58A65, #957E5C);
                                      -webkit-background-clip: text;
                                      -webkit-text-fill-color: transparent;
                                  }
                                  
                                  .trademark-fede .col-sm-4:nth-child(2) .three-steps:before {
                                      content: '2';
                                      width: 43px;
                                  }
                                  
                                  .trademark-fede .col-sm-4:last-child .three-steps:before {
                                      content: '3';
                                      width: 43px;
                                  }
                                  
                                  .trademark-fede .three-steps:after {
                                      position: absolute;
                                      content: 'step';
                                      width: 50px;
                                      height: 16px;
                                      right: 25px;
                                      top: -10px;
                                      font-size: 13px;
                                      background: -webkit-linear-gradient(290deg, #EED1A5, #A58A65, #957E5C);
                                      -webkit-background-clip: text;
                                      -webkit-text-fill-color: transparent;
                                      transform: rotate(-90deg);
                                      text-transform: uppercase;
                                      letter-spacing: 0.53em;
                                  } */

/* ************************** Tradmark federation End **************************** */

/* ************************** Get Trademark **************************** */

/* .get-trademark {
                                      padding: 0px 0 100px 0;
                                  } */

/* .get-trademark img {
                                      width: 100%;
                                  }
                                  
                                  .get-trademark h3 {
                                      background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%);
                                      -webkit-background-clip: text;
                                      -webkit-text-fill-color: transparent;
                                      background-clip: text;
                                      text-fill-color: transparent;
                                  }
                                  
                                  .get-trademark ul li {
                                      display: block;
                                      font-size: 14px;
                                      font-weight: 500;
                                      margin-bottom: 15px;
                                  }
                                  
                                  .get-trademark ul li:last-child {
                                      margin-bottom: 0px;
                                  } */

/* ************************** Get Trademark End **************************** */

/* ********************************* Price Package Section Css ************************************ */
.nav-banner h2 {
    color: white;
}

.packages {
  padding: 70px 0 70px 0;
}

.pack-main {
  transition: ease 0.4s;
  background: #fff;
  border: dotted #000 2px;
  min-height: 640px;
}

.price-packages .head-div h2 {
  margin-bottom: 0 !important;
}

.packages .pack-head-div h2,
.packages .pack-head-div h2 span,
.packages .pack-head-div h3.price-div,
.packages .pack-head-div h3.price-div span {
  color: #727070 !important;
}

.packages:hover .pack-detail-div ul li i {
  color: #052465;
}

.pack-main:hover .pack-head-div h2,
.pack-main:hover .pack-head-div h2 span,
.pack-main:hover .pack-head-div h3.price-div,
.pack-main:hover .pack-head-div h3.price-div span {
  color: #052465 !important;
}

.pack-detail-div ul li {
  color: #373737 !important;
}

.pack-detail-div ul li i {
  color: #ffb800;
}

.pack-main:hover {
  transform: scale(1.02);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: #ffb800;
}

.pack-head-div h3.price-div {
  font-family: "Poppins", sans-serif;
}

.packages ul.nav {
  border: none;
  justify-content: center;
  margin: 40px 0 0px;
}

.packages ul li {
  display: block;
}

.packages ul li.nav-item:last-child {
  margin-right: 0;
}

.packages ul li.nav-item {
  margin-right: 10px;
}

.packages .pack-detail-div ul li:last-child {
  margin-bottom: 0;
}

.packages .pack-detail-div ul li {
    margin-bottom: 15px;
    display: flex;
    column-gap: 5px;
    align-items: baseline;
    text-transform: capitalize;
}

.packages ul li.nav-item button {
  color: #061444;
  padding: 0;
  border: 1px solid #061444;
  border-radius: 0;
  padding: 0 20px;
  height: 55px;
  border-radius: 30px;
  font-weight: 500;
}

.packages ul li.nav-item button.active {
  background: #061444;
  color: #fff;
}

.pack-main:hover .normal-btn {
  transform: scale(1.02);
  background: #052465;
  color: #0e0422;
}

.packages .normal-btn {
  background: #052465;
  color: white !important;
  border-radius: 5px;
  text-transform: capitalize !important;
  height: 55px;
  line-height: 55px;
}

.price-div strike {
    font-size: 20px;
    top: -15px;
    position: relative;
    padding-left: 10px;
    color: #ec0752;
}

/* ********************************* Price Package Section Css End ************************************ */

/* ********************************* Step Section Css ************************************ */

.process-sec p {
  color: #242323;
  font-size: calc(12px + (19 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 20px;
}

.process-sec .step-box {
  border-radius: 30px;
  background-color: rgb(247, 251, 253);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);
  /* min-height: 310px; */
  margin-bottom: 35px;
  /* display: grid; */
  text-align: center;
  height: 100%;
  padding: 25px;
  position: relative;
}

.process-sec .step-box .step-icon {
  margin-top: 10px;
  margin-bottom: 15px;
}

.process-sec .step-box .step-icon i {
  font-family: "FontAwesome";
  font-size: calc(30px + (70 - 30) * (100vw - 320px) / (1920 - 320));
  color: var(--primary-color);
  margin-bottom: 15px;
}

.process-sec .step-box .step-text h6 {
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  color: #2b2a2a;
  margin-bottom: 15px;
  text-align: center;
}

.process-sec .step-box .step-text p {
  font-size: calc(11px + (15 - 11) * (100vw - 320px) / (1920 - 320));
  font-weight: 300;
  color: #a6a5a5;
  margin-bottom: 10px;
  text-align: center;
}

.process-sec .step-box label {
  font-size: 100px;
  font-weight: bold;
  color: #2c5dab;
  position: absolute;
  top: -48px;
  right: 27px;
  opacity: 0.3;
  line-height: 1;
}

.oc-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 0 80px;
}

.pos-right {
  position: absolute;
  right: 81px;
  top: -30px;
  z-index: 0;
}

.pos-left {
  position: absolute;
  left: 47px;
  bottom: -28px;
  z-index: 0;
}

/* .steps-div img{
                                      width: 100%;
                                  }
                                  
                                  .content-center .step-inner {
                                      border: 1px solid #d8d8d8;
                                  } */

/* ********************************* Step Section Css End ************************************ */

/* ********************************* CTA Blue Section Css ************************************ */

/* .cta-div.cta-blue{
                                      background: url(../img/sec-banner-2.webp);
                                  }
                                  
                                  .cta-div.cta-blue a.normal-btn {
                                      background: #ffb800 !important;
                                  }
                                  
                                  .cta-div.cta-blue .cta-inner {
                                      width: 100%;
                                  } */

/* ********************************* Step Section Css ************************************ */

/* ********************************* testimonials Section Css ************************************ */

/* 
                                  .testimonial-main .slick-arrow {
                                      background: none;
                                      border: none;
                                      position: absolute;
                                      color: #e58400;
                                      bottom: 5px;
                                      z-index: 9999;
                                      left: 0;
                                      display: inline-block !important;
                                      width: auto !important;
                                      visibility: hidden;
                                      padding: 0;
                                      transition: ease 0.4s;
                                  }
                                  
                                  .testi-content,
                                  .testimonial-main .head-div {
                                      padding-left: 10%;
                                  }
                                  
                                  .testi-cont-div {
                                      margin: 0 10px 0 10px;
                                  }
                                  
                                  .testi-cont-div .testi-inner {
                                      padding: 125px 25px 80px;
                                      margin-top: -100px;
                                      border-radius: 20px;
                                      border: 2px solid #b6c3c8;
                                      background: linear-gradient(180deg, #fff 0%, #cdd3db 100%);
                                  }
                                  
                                  .testi-slide .testi-inner-img {
                                      padding-top: 20px;
                                  }
                                  
                                  .testi-slide.slick-active .testi-inner-img {
                                      position: relative;
                                  }
                                  
                                  .testi-cont-div img {
                                      padding-left: 25px;
                                      position: relative;
                                      z-index: 2;
                                  }
                                  
                                  .testi-slide .testi-inner-img:before {
                                      position: absolute;
                                      content: '';
                                      width: 145px;
                                      height: 180px;
                                      background: #ffb800;
                                      z-index: 0;
                                      left: 38px;
                                      top: 25px;
                                      border-radius: 10px;
                                      transform: rotate(0deg);
                                      transition: ease 0.4s;
                                  }
                                  
                                  .testi-slide.slick-active .testi-inner-img:before {
                                      transform: rotate(30deg);
                                  }
                                  
                                  
                                  .testimonial-main .slick-next {
                                      right: 15%;
                                  }
                                  
                                  .testimonial-main .slick-prev {
                                      right: 21%;
                                  }
                                  
                                  .testimonial-main .slick-prev:before {
                                      content: '\f30a';
                                      font-family: "Font Awesome 6 Free";
                                      font-weight: 600;
                                      position: absolute;
                                      right: 0;
                                      visibility: visible;
                                      font-size: 25px;
                                      border-top-left-radius: 100px;
                                      border-bottom-left-radius: 100px;
                                  
                                  }
                                  
                                  .testimonial-main .slick-next:before {
                                      content: '\f30b';
                                      font-family: "Font Awesome 6 Free";
                                      font-weight: 600;
                                      right: 0px;
                                      position: absolute;
                                      visibility: visible;
                                      font-size: 25px;
                                      border-top-right-radius: 100px;
                                      border-bottom-right-radius: 100px;
                                  
                                  }
                                  
                                  .testimonial-main .slick-arrow:before {
                                      font-size: 20px;
                                      width: 80px;
                                      height: 50px;
                                      line-height: 51px;
                                      background: #180439;
                                      color: #fff;
                                      border: 1px solid #180439;
                                  }
                                  
                                  .testimonial-main .slick-arrow:hover:before {
                                      background: #fff;
                                      color: #180439;
                                  }
                                  
                                  .testi-cont-div .testi-inner p {
                                      color: #364348;
                                  }
                                  
                                  .testi-cont-div .testi-inner h3 {
                                      color: #180439
                                  } */

/* ********************************* testimonials Section Css End ************************************ */

/* ************************** Footer Css **************************** */
/* 
                                  .ready-main {
                                      background: url(../img/footerimg.webp) no-repeat;
                                      padding: 100px 0 100px 0;
                                      background-size: cover;
                                      margin: 50px 0 0 0;
                                  }
                                  
                                  .ready-main-title i {
                                      margin: 0px 6px 0 0px;
                                  }
                                  
                                  .ready-main-title h2 {
                                      color: #ffffff;
                                  }
                                  
                                  .ready-main-title.text-center {
                                      color: #ffffff;
                                  }
                                  
                                  .ready-main .normal-btn {
                                  
                                      width: 200px;
                                      height: 45px;
                                      line-height: 45px;
                                      text-align: center;
                                      border-radius: 10px 10px 10px 10px;
                                      background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
                                      transition: 0.4s ease-out;
                                      transform: scale(1);
                                      position: relative;
                                      margin: 0 0 0 20px;
                                      outline: none;
                                      text-decoration: none;
                                      cursor: pointer;
                                      border: none;
                                      text-transform: uppercase;
                                      background: transparent !important;
                                      border-radius: 10px;
                                      border: 1px solid;
                                      z-index: 0;
                                      overflow: hidden;
                                      transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
                                  
                                  }
                                  
                                  .ready-main .normal-btn:hover {
                                      background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
                                  }
                                  
                                  .footer-main {
                                      padding: 80px 0 50px 0;
                                      background-color: #202020;
                                  }
                                  
                                  .footer-main h5 {
                                      color: #ffffff;
                                      font-family: 'raleway';
                                      font-size: 20px;
                                      font-weight: 700;
                                      margin-bottom: 24px;
                                      margin-top: 20px;
                                  }
                                  
                                  .footer-main img {
                                      width: 85%;
                                  }
                                  
                                  .footer-main p {
                                      color: #D2D2D2;
                                      font-size: 14px;
                                      font-weight: 400;
                                      font-family: 'poppins';
                                  
                                  }
                                  
                                  .footer-main ul {
                                      display: grid;
                                      color: #D2D2D2;
                                      font-size: 14px;
                                      font-weight: 400;
                                      font-family: 'poppins';
                                      line-height: 30px;
                                  }
                                  
                                  .footer-main span {
                                      color: #ffffff;
                                      border: 0px solid;
                                      border-radius: 100%;
                                      font-size: 12px;
                                      background-color: #BDA380;
                                      width: 36px;
                                      height: 36px;
                                      display: inline-block;
                                      line-height: 36px;
                                      text-align: center;
                                  }
                                  
                                  .footer-main ul li a:hover {
                                      color: #bda380 !important;
                                  }
                                  
                                  .footer-main ul li a {
                                      transition: ease 0.4s;
                                  }
                                  
                                  .main-contact ::before {
                                      margin: 0 6px 0 0;
                                  } */

/* ************************** Footer Css End **************************** */

/* ************************** Copyright Css **************************** */

/* .copyright-div {
                                      background-color: #202020;
                                  }
                                  
                                  .copyright-div .row {
                                      border-top: 2px solid #555555;
                                      padding: 20px 0;
                                  }
                                  
                                  .copyright-div p {
                                      margin-top: 0;
                                      font-size: 15px;
                                      color: #D2D2D2;
                                  }
                                  
                                  .copyright-div ul li {
                                      display: inline-block;
                                      margin-bottom: 0 !important;
                                  }
                                  
                                  .copyright-div ul li:first-child a {
                                      padding-left: 0;
                                  }
                                  
                                  .copyright-div ul li a {
                                      padding-left: 15px;
                                      padding-right: 15px;
                                      color: #D2D2D2 !important;
                                  } */

/* ************************** Copyright Css End **************************** */

/* ******************** About Us Css ******************************** */

/* 
                                  .inner-banner {
                                      padding: 200px 0;
                                  }
                                  
                                  .about-page .inner-banner {
                                      background: url(../img/about-banner.webp) no-repeat;
                                      background-size: cover;
                                  }
                                  
                                  .about-tm-fede .three-steps {
                                      min-height: auto;
                                  }
                                  
                                  .about-tm-fede .three-steps:after,
                                  .about-tm-fede .three-steps:before {
                                      display: none;
                                  }
                                  
                                  .faqs-div button:focus {
                                      box-shadow: none;
                                  }
                                  
                                  .faqs-div .accordion-button:not(.collapsed) {
                                      border-color: #a28968 !important;
                                      box-shadow: 0px 0px 2px #a28968 !important;
                                  }
                                  
                                  .faqs-div .accordion-collapse.show {
                                      border-color: #a28968 !important;
                                      box-shadow: 0px 0px 2px #a28968 !important;
                                  }
                                  
                                  .faqs-div h2 button {
                                      font-family: 'Poppins', sans-serif;
                                      font-weight: 600;
                                  } */

/* ******************** About Us Css End ******************************** */

/* ******************** Contact Us Css ******************************** */

/* .contact-page .inner-banner {
                                      background: url(../img/contact-banner.webp) center center no-repeat;
                                      background-size: cover;
                                  }
                                  
                                  .contact-details .three-steps {
                                      min-height: 201px;
                                      display: flex;
                                      align-items: center;
                                      justify-content: center;
                                      align-content: center;
                                      flex-wrap: wrap;
                                      flex-direction: column;
                                  }
                                  
                                  .contact-details .three-steps img {
                                      transition: ease 0.4s;
                                      position: absolute;
                                      top: -40px;
                                      right: 20px;
                                  }
                                  
                                  .contact-details .three-steps:hover img {
                                      scale: 1.04;
                                      transition: ease 0.4s;
                                  }
                                  
                                  .contact-details .three-steps:hover a,
                                  .contact-details .three-steps:hover p {
                                      scale: 1.04;
                                      color: #aa8f6a !important;
                                  }
                                  
                                  .contact-details .three-steps:after,
                                  .contact-details .three-steps:before {
                                      display: none;
                                  }
                                  
                                  .contact-details .three-steps a,
                                  .contact-details .three-steps p {
                                      color: #7B7B7B !important;
                                      transition: ease 0.4s;
                                  }
                                  
                                  .trade-form textarea {
                                      height: 110px;
                                      padding-top: 10px;
                                  }
                                  
                                  .contact-form {
                                      margin: 0;
                                      padding-bottom: 70px;
                                  } */

/* ******************** Contact Us Css End ******************************** */

/* ******************** TM Registration Css ******************************** */

/* .inner-banner .left-content ul {}
                                  
                                  .inner-banner .left-content ul li {
                                      display: block;
                                      color: #fff;
                                      margin-bottom: 15px;
                                  }
                                  
                                  .inner-banner .left-content ul li i {
                                      color: #a28968;
                                      padding-right: 5px;
                                  }
                                  
                                  .req-reg img {
                                      width: 100%;
                                      border-radius: 20px;
                                  }
                                  
                                  .require-content-l:after,
                                  .require-content-r:after {
                                      content: "";
                                      position: absolute;
                                      bottom: 0;
                                      left: 0;
                                      z-index: 0;
                                      margin: 0px;
                                      background-image: linear-gradient(45deg, #FFE3BA, #FFEFCC, #EED1A5, #A58A65, #957E5C);
                                      width: 3px;
                                      height: 100%;
                                      border-radius: 10px;
                                  } */

/* ******************** TM Registration Css End ******************************** */

/* 
                                  .copy-reg-page .inner-banner {
                                      padding: 70px 0;
                                  }
                                  
                                  .copy-reg-page .inner-banner .left-content ul {
                                      display: inline-block !important;
                                      width: 40%;
                                      font-size: 0;
                                      vertical-align: top;
                                  }
                                  
                                  .copy-reg-page .inner-banner .left-content ul li {
                                      font-size: 15px;
                                  }
                                  
                                  
                                  .copy-reg-page .req-reg {
                                      background: url(../img/copyrightbg.webp) center center no-repeat;
                                  }
                                  
                                  
                                  .amazon-reg-page .req-reg:before {
                                      position: absolute;
                                      content: '';
                                      width: 80%;
                                      height: 100%;
                                      background: #EFEFEF;
                                      z-index: -1;
                                      border-radius: 0 10px 10px 0;
                                      top: -25px;
                                      left: 0;
                                  }
                                  
                                  .amazon-reg-page .inner-banner {
                                      background: url(../img/amazon-banner.webp) center center no-repeat;
                                      background-size: cover;
                                  }
                                  
                                  .four-box-div:before {
                                      content: "";
                                      position: absolute;
                                      top: 10px;
                                      left: 0px;
                                      z-index: 0;
                                      margin: 0px;
                                      background-image: linear-gradient(45deg, #FFE3BA, #FFEFCC, #EED1A5, #A58A65, #957E5C);
                                      width: 3px;
                                      height: 70%;
                                      border-radius: 10px;
                                  }
                                  
                                  .four-box-div:after {
                                      content: "";
                                      position: absolute;
                                      bottom: 10px;
                                      right: 0px;
                                      z-index: 0;
                                      margin: 0px;
                                      background-image: linear-gradient(45deg, #FFE3BA, #FFEFCC, #EED1A5, #A58A65, #957E5C);
                                      width: 3px;
                                      height: 70%;
                                      border-radius: 10px;
                                  } */

/* ******************** Safe Brand Css ******************************** */
/* 
                                  .safe-brand-cont .safe-div:after {
                                      content: "";
                                      position: absolute;
                                      bottom: 0;
                                      left: 0px;
                                      right: 0;
                                      margin: 0 auto;
                                      z-index: 0;
                                      background-image: linear-gradient(45deg, #FFE3BA, #FFEFCC, #EED1A5, #A58A65, #957E5C);
                                      width: 70%;
                                      height: 3px;
                                      border-radius: 10px;
                                  } */

/* ******************** Safe Brand Css End ******************************** */

/* ******************** Provide defense Css ******************************** */

/* .defense-div .prov-defe-div img {
                                      position: absolute;
                                      top: -40px;
                                      right: 0px;
                                  }
                                  
                                  .defense-div:after {
                                      position: absolute;
                                      content: '';
                                      width: 80%;
                                      height: 100%;
                                      background: #EFEFEF;
                                      z-index: -1;
                                      border-radius: 0 10px 10px 0;
                                      top: 0;
                                      bottom: 0;
                                      right: 0;
                                  } */

/* ******************** Provide defense Css End ******************************** */

/* 
                                  .company-formation-page .inner-banner {
                                      background: url(../img/company-banner.webp) center center no-repeat;
                                      background-size: cover;
                                  }
                                  
                                  .packages-comp-form {
                                      padding: 100px 0;
                                      margin-bottom: 70px;
                                  }
                                  
                                  .packages-comp-form .nav .nav-link {
                                      margin-bottom: 15px;
                                      width: 200px;
                                      color: #383530;
                                      padding: 0;
                                      border: 1px solid #383530;
                                      width: 220px;
                                      height: 50px;
                                      border-radius: 10px;
                                      font-weight: 500;
                                  }
                                  
                                  .packages-comp-form .nav .nav-link.active {
                                      background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
                                      color: #fff;
                                  } */

/* ******************** Privacy Policy Css ******************************** */
/* 
                                  .section_head {
                                      margin: 40px 0;
                                  }
                                  
                                  .section_head h2 {
                                      margin-bottom: 15px;
                                  }
                                  
                                  .privacy-list {
                                      position: relative;
                                      margin-top: 20px;
                                      margin-left: 40px;
                                      padding-left: 40px;
                                  }
                                  
                                  .list-bold {
                                      margin-bottom: 20px;
                                      font-weight: 600;
                                      color: #344454;
                                      font-size: 22px;
                                  }
                                  
                                  .faa-paragraph,
                                  .list-bold-2 {
                                      margin-bottom: 0px;
                                      padding: 13px 0px 9px;
                                      color: #344454;
                                      font-size: 17px;
                                      line-height: 30px;
                                      text-align: left;
                                      letter-spacing: 0.16px;
                                      list-style-type: none;
                                  }
                                  
                                  .text-block-9 {
                                      position: absolute;
                                      left: 0%;
                                      top: 0%;
                                      right: auto;
                                      bottom: auto;
                                      font-weight: bold;
                                      color: #344454;
                                      font-size: 22px;
                                  } */

/* ******************** Privacy Policy Css End ******************************** */

/* 
                                  .faa-paragraph.trem-font-font {
                                      color: #4b5a6a;
                                      font-size: 22px;
                                      font-weight: 600;
                                  } */

/* ******************** LP Css ******************************** */

/* .lp-page .inner-banner {
                                      background: url(../img/lp-banner.webp) no-repeat;
                                      background-size: cover;
                                      height: auto;
                                      padding: 150px 0 60px;
                                  }
                                  
                                  .lp-page .inner-banner .left-content ul li {
                                      font-size: 16px;
                                  }
                                  
                                  .lp-page .inner-banner .left-content a.normal-btn {
                                      width: 170px;
                                      height: 50px;
                                      line-height: 50px;
                                      text-align: center;
                                      border: 1px solid #fff;
                                      color: #fff !important;
                                      border-radius: 10px;
                                      background: none !important;
                                      margin-right: 25px;
                                  }
                                  
                                  .lp-page .inner-banner .left-content a.normal-btn:hover {
                                      background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
                                  }
                                  
                                  .lp-form-div {
                                      background: #ffffff9e;
                                  }
                                  
                                  .lp-form-div:before {
                                      position: absolute;
                                      content: '';
                                      width: 97px;
                                      height: 105px;
                                      background: url(../img/ltd-offer.webp) no-repeat;
                                      top: 0;
                                      right: 20px;
                                  }
                                  
                                  .lp-form-div .form-inp-div input,
                                  .lp-form-div .form-inp-div textarea, .consult-div input, .consult-div textarea {
                                      background: rgba(255, 255, 255, 0.3);
                                      border-radius: 10px;
                                      border: 2px solid transparent;
                                      padding-left: 15px;
                                      width: 100%;
                                  }
                                  
                                  .lp-form-div .form-inp-div input, .consult-div input {
                                      height: 50px;
                                  }
                                  
                                  input::-webkit-outer-spin-button,
                                  input::-webkit-inner-spin-button {
                                      -webkit-appearance: none;
                                      margin: 0;
                                  }
                                  
                                  input[type=number] {
                                      -moz-appearance: textfield;
                                  }
                                  
                                  .lp-form-div .form-inp-div textarea, .consult-div textarea {
                                      resize: none;
                                      padding-top: 15px;
                                      height: 120px;
                                  }
                                  
                                  .lp-form-div .form-inp-div input:focus,
                                  .lp-form-div .form-inp-div textarea:focus,
                                  .lp-form-div .form-inp-div input:focus-visible,
                                  .lp-form-div .form-inp-div textarea:focus-visible,
                                  .consult-div input:focus,
                                  .consult-div input:focus-visible,
                                  .consult-div textarea:focus,
                                  .consult-div textarea:focus-visible {
                                      border: 2px solid #957E5C;
                                      outline: none;
                                  }
                                  
                                  .form-inp-div button.grad-btn, .consult-div button.grad-btn {
                                      width: 100%;
                                      height: 50px;
                                      position: relative;
                                      margin: 0;
                                      outline: none;
                                      text-decoration: none;
                                      cursor: pointer;
                                      border: none;
                                      text-transform: uppercase;
                                      background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
                                      border-radius: 10px;
                                      z-index: 0;
                                      overflow: hidden;
                                      transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
                                  }
                                  
                                  .form-head-div h2, .form-head-div h3, .form-head-div h4 {
                                      font-family: 'Poppins', sans-serif;
                                  }
                                  
                                  .val-assets-packages-main {
                                      -webkit-box-shadow: inset 0px 10px 300px 0px #88888859;
                                  }
                                  .val-assets {
                                      padding: 100px 0;
                                  }
                                  .val-assets .assets-cont-1:before, .val-assets .assets-cont-2:after {
                                      position: absolute;
                                      content: '';
                                      margin: 0 auto;
                                  }
                                  .val-assets .assets-cont-1:before {
                                      width: 147px;
                                      height: 43px;
                                      background: url(../img/assets-arrow-up.webp) no-repeat;
                                      top: -70px;
                                      left: 40%;
                                  }
                                  .val-assets .assets-cont-2:after {
                                      width: 142px;
                                      height: 52px;
                                      background: url(../img/assets-arrow-down.webp) no-repeat;
                                      bottom: -70px;
                                      right: -17%;
                                  }
                                  
                                  
                                  .lp-cta {
                                      background: url(../img/lp-cta-bg.webp) no-repeat;
                                      padding: 140px 0;
                                      background-size: 100%;
                                      margin: 70px 0;
                                  }
                                  .lp-cta .cta-div-main h2 {
                                      font-family: 'Poppins', sans-serif;
                                  }
                                  .consult-div {
                                      padding: 100px 0;
                                  }
                                  .consult-div input, .consult-div textarea{
                                      background:#F1F1F1;
                                  }
                                  .consult-div button.grad-btn{
                                      width: 200px;
                                  }
                                  .consult-div label {
                                      display: block;
                                      margin-bottom: 15px;
                                  }
                                  
                                  
                                  .consult-div label input {
                                      display: none;
                                  
                                  } */

/* Style the artificial checkbox */
/* .consult-div label span {
                                      height: 16px;
                                      width: 16px;
                                      border: 2px solid #957E5C;
                                      display: inline-block;
                                      position: relative;
                                      top: 6px;
                                      margin-right: 10px;
                                      border-radius: 3px;
                                  } */

/* Style its checked state...with a ticked icon */
/* [type=checkbox]:checked+span:before {
                                      content: '\2714';
                                      position: absolute;
                                      top: 0;
                                      left: 0px;
                                      right: 0;
                                      bottom: 0;
                                      font-size: 13px;
                                      line-height: 13px;
                                  }
                                  
                                  .lp-page .copyright-div {
                                      background: #F3F3F3;
                                  }
                                  
                                  .lp-page .copyright-div .row {
                                      border: none;
                                  }
                                  
                                  .lp-page .copyright-div p, .lp-page .copyright-div ul li a {
                                      color: #A1A1A1 !important;
                                  }
                                  
                                  .lp-page .header ul.navbar-nav li i {
                                      padding-right: 7px;
                                  }
                                  
                                  .lp-page .header ul.navbar-nav li a{
                                      color: #fff !important;
                                  }
                                  
                                  .lp-page .header ul.navbar-nav li i.fas.fa-phone-alt {
                                      transform: rotate(90deg);
                                      padding-right: 0;
                                  } */

/* ******************** LP Css End ******************************** */

/* ******************** Popup Css End ******************************** */

.modal-content .btn-close {
  position: absolute;
  right: -15px;
  top: -17px;
  opacity: 1;
  color: #000000 !important;
  background: #fff;
  z-index: 9999999999;
  padding: 6px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 12px;
  border: 3px solid #ffb800;
}

.modal-body {
  padding: 0;
}

div#popupform .modal-dialog img {
  width: 100%;
}

.modal .form-div input {
  height: 40px;
  background: #f1f1f1;
  border-radius: 10px;
  border: 2px solid transparent;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}

.modal .form-div textarea {
  width: 100%;
  height: 85px;
  background: #f1f1f1;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 13px;
  border: 2px solid transparent;
  resize: none;
}

div#popupform .modal-dialog {
  --bs-modal-width: 900px;
}

.modal-body {
  padding: 10px 20px 10px 0px;
}

.modal .form-div input:focus,
.modal .form-div input:focus-visible,
.modal .form-div textarea:focus,
.modal .form-div textarea:focus-visible {
  border: 2px solid #957e5c;
  outline: none;
}

.modal .form-div button.grad-btn {
  width: 40%;
  height: 40px;
  position: relative;
  margin: 0;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background: linear-gradient(
    102.16deg,
    #ffe3ba -59.27%,
    #ffefcc -21.55%,
    #eed1a5 8.83%,
    #a58a65 51.33%,
    #957e5c 100%
  ) !important;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  letter-spacing: 2px;
}

div#popupform {
  z-index: 9999;
}

/* ******************** Popup Css ******************************** */

/* footer css strat  */

footer {
    z-index: 1;
    padding: 120px 0 30px;
    background: #e5f4fc;
    position: relative;
}

.footer-text h4 {
  font-size: 25px;
  color: #7b7b7b;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-text li {
  display: block;
}

.footer-text li a {
  color: #7b7b7b;
  font-size: 15px;
  line-height: 2;
  display: flex;
  align-items: baseline;
  column-gap: 8px;
  transition: 0.5s;
}

.footer-text li a:hover {
  color: #052465;
}

.logo p {
  text-align: center;
  color: #606060;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 1.6;
  width: 80%;
}

.footer-text li a i {
  color: #052465;
}

.footer-text1 li {
  margin: 0 0 5px;
}

.side-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

footer .logo img {
  width: 320px;
}

footer .logo {
  text-align: center;
}

.copy-text {
  margin: 60px 0 0;
}

.copy-text p a {
  color: #acacac;
  transition: 0.5s;
}

.copy-text p a:hover {
  color: #052465;
}

.copy-text p {
  font-size: 15px;
  color: #acacac;
  margin: 0;
}

.pri-con p {
  text-align: right;
}

/* footer css end  */

/* review sec css start  */

.review-sec {
  padding: 90px 0 40px;
}

.review-sec .text {
  text-align: center;
  margin: 0 0 50px;
}

.review-sec .text h2 {
  font-size: 40px;
  color: #292d2e;
  text-transform: uppercase;
}

.review-sec .text p {
  font-size: 18px;
  color: #606060;
}

.review-content {
  background-image: url(../img/review-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 560px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 30px 50px 70px;
  width: 100%;
}

.review-content p {
  font-size: 15px;
  color: #606060;
  line-height: 2;
  margin-bottom: 30px;
}

.review-after {
  position: relative;
}

.review-after:after {
  position: absolute;
  content: "";
  background-image: url(../img/testi-1.png);
  left: -13px;
  top: -110px;
  width: 100%;
  height: 101px;
  background-size: cover;
  background-repeat: no-repeat;
}

.review-after:before {
  position: absolute;
  content: "";
  background-image: url(../img/testi-line.png);
  left: 0px;
  bottom: -25px;
  width: 100%;
  height: 4px;
  background-size: cover;
  background-repeat: no-repeat;
}

.review-content p span {
  color: #414141;
  font-weight: 500;
}

.review-slider p {
  margin-top: 10px;
}

.review-slider .slick-arrow {
  position: absolute;
  bottom: 75px;
  right: 0;
  z-index: 9;
  background: #052465;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: transparent;
  transition: 0.5s;
}

.review-slider .slick-arrow:hover {
  background: #ffb800;
}

.review-slider .slick-next {
  right: 55px !important;
}

/* review sec css end  */

/* price css start  */

.price-sec {
  background: #e5f4fc;
  border-radius: 160px 0px 30px;
  padding: 7px 0;
}

.price-sec .img-box img {
    width: 100%;
}

.price-sec .text {
  background: #f8f8f8;
  padding: 35px 70px;
  border-radius: 140px 0px 0px;
}

.price-sec .text h2 {
  font-size: 34px;
  color: #292d2e;
  font-weight: 500;
  margin: 0 0 15px;
}

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

.price-btn a:nth-child(2) {
  margin-left: 80px;
  background: #000;
}

.price-btn a:nth-child(2) {
  margin-left: 60px;
  background: #052465;
  color: white !important;
}

.price-sec .text p {
  font-size: 18px;
  color: #606060;
  line-height: 1.8;
}

/* price css end  */

/* trademark-registration css start  */

.inner-banner {
  background-image: url("../img/service-banner-bg.jpg");
  height: 700px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-banner .left-content h2 {
  color: white !important;
  font-size: 35px;
}

.inner-banner .left-content h4 {
  color: white;
  background: #ffb800;
  padding: 5px 15px;
  width: 85%;
  border-radius: 0px 40px 40px 0px;
  margin: 20px 0 0;
}

.inner-banner .left-content p {
  color: white;
  font-size: 16px;
  margin: 20px 0 20px;
}

.inner-banner ul.inner-list li {
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: white;
}

.lp-home .inner-banner ul.inner-mobile {
    display:none;
}

.inner-banner ul.inner-list li:before {
  content: "\f30b";
  font-family: "FontAwesome";
  color: #ffb800;
  font-size: 17px;
  top: -3px;
  position: absolute;
  left: 0px;
}
.inner-banner ul.inner-list li a {
  color: white;
}

.inner-banner ul.inner-list {
  column-count: 2;
  margin-bottom: 20px;
  margin-top: 20px;
}
p.pkg-li {
  display: flex;
  width: 100%;
}
p.pkg-li a {
  color: #ffb800;
  width: 30%;
  margin-left: 15px;
}
/* trademark-registration css end  */

/* Trade Registration Page Css Start*/

.trade-sec {
  position: relative;
  padding-bottom: 90px;
  padding-top: 30px;
}

.trade-sec .trade-box {
  margin-bottom: 30px;
  position: relative;
}

.trade-img img {
  width: 100%;
  border: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.trade-sec .trade-box .trade-text {
  margin-top: 15px;
  padding: 0 40px;
  max-width: 600px;
  position: relative;
}

.trade-sec .trade-box .trade-text::before {
  content: "";
  background-color: #ffb800;
  width: 2px;
  height: 280px;
  position: absolute;
  left: 25px;
  top: 4px;
}
.trademark-registration .packages {
  background: #e5f4fc;
}

.trademark-registration .price-sec {
  margin-top: 90px;
}

.inner-banner .left-content h3 {
  color: white;
  font-weight: 500;
  margin: 20px 0 20px;
}

/* Trade Registration Page Css End*/

/* Trade Registration Page Css Start*/

.comprehensive-trademark .packages {
  background: #e5f4fc;
}

.comprehensive-trademark .price-sec {
  margin-top: 90px;
}
/* Trade Registration Page Css End*/

/* copyright css start  */

/* Copyright Page Css start*/

.copyright-sec {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  padding: 90px 0;
  width: 100%;
  position: relative;
  background-image: url("../img/copyrightbg-1.jpg");
}

.copyright-sec h3 {
  font-size: calc(18px + (31 - 18) * (100vw - 320px) / (1920 - 320));
  color: var(--dark-color);
  font-weight: 600;
  margin-bottom: 10px;
}

.copyright-sec h6 {
  font-size: calc(12px + (20 - 18) * (100vw - 320px) / (1920 - 320));
  color: #383838;
  font-weight: 600;
  margin-bottom: 45px;
  line-height: 26px;
}

.copyright-sec p {
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
  color: #111;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 28px;
}

.copy-list {
  padding: 0;
}

.copy-list li {
  list-style: none;
  font-size: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 20px;
}

.copy-list li a {
  color: #57626c;
  font-weight: 500;
}

.copy-list li::before {
  content: "\f30b";
  font-family: "FontAwesome";
  color: #2c5dab;
  font-size: 18px;
  top: -3px;
  position: absolute;
  left: 0;
}

.img-nonn {
  background-image: none;
}

.copyright-registration .packages {
  background: #e5f4fc;
  margin-bottom: 90px;
}
/* Copyright Page Css End*/

/* develop css start  */

/* Amazon Page Css Start*/

.develop-sec {
  background-color: #bac8e066;
  padding: 90px 0;
}

.develop-sec h3 {
  font-size: calc(18px + (31 - 18) * (100vw - 320px) / (1920 - 320));
  color: var(--dark-color);
  font-weight: 600;
  margin-bottom: 50px;
  padding-bottom: 70px;
}

.develop-sec .devlop-box {
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 13px 0px rgba(106, 189, 247, 0.26);
  padding: 20px 30px;
  position: relative;
  margin-bottom: 30px;
  min-height: auto;
}

.develop-sec .devlop-box::before {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #ffb800;
  position: absolute;
  left: 20px;
  top: 0;
}

.develop-sec .devlop-box span {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: #1c1c1c;
  font-weight: 600;
  margin-bottom: 15px;
  font-size:20px;
}

.develop-sec .devlop-box p {
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
  color: #a6a5a5;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 10px;
}

#dev-top {
  position: relative;
  top: 0;
}

.protect-sec {
  position: relative;
  padding: 90px 0;
}

.blue-title {
  font-size: calc(18px + (31 - 18) * (100vw - 320px) / (1920 - 320));
  color: var(--dark-color);
  font-weight: 600;
  margin-bottom: 20px;
}

.protect-sec .prot-box {
  margin-bottom: 35px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #000;
}

.protect-sec .prot-box h6 {
  font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  color: #1c1c1c;
  padding-bottom: 10px;
}

.protect-sec .prot-box p {
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
  color: #a6a5a5;
  font-weight: 300;
  margin-bottom: 20px;
}

.detail {
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
  color: #a6a5a5;
  font-weight: 300;
  margin-bottom: 20px;
}

.providing-sec {
  padding: 100px 0;
  background-color: #e8f1f4;
}

.providing-sec h6 {
  font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
  color: #4b4a4a;
  font-weight: 400;
  margin-bottom: 20px;
}

.providing-sec .proactive-box {
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 13px 0px rgba(106, 189, 247, 0.26);
  padding: 25px 18px;
  margin-bottom: 25px;
}

.providing-sec .proactive-box .pro-icon {
  margin-bottom: 10px;
}

.providing-sec .proactive-box .pro-text span {
  font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 20px;
}

.providing-sec .proactive-box .pro-text p {
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
  color: #a6a5a5;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 12px;
}

.join-brands-sec {
  padding: 80px 0;
  position: relative;
}

.join-brands-sec img {
  width: 100%;
}

/* Amazon Page Css End*/

/* Company Page Css Start*/

.compy-sec {
    position: relative;
    padding: 80px 0;
}

.compy-sec .nav {
    background-color: #fff;
    border: 1px solid #a6a5a5;
    width: 400px;
}

.cmpy-tab {
}

.compy-sec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ffb800;
}

.compy-sec .nav-pills .nav-link {
    border: 0;
    border-radius: 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    color: var(--font-color);
    font-size: calc( 12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
    border-bottom: 1px solid #848586;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 398px;
}

.compy-sec .nav-pills .nav-link img {
    margin-right: 25px;
}

.compy-sec .nav-pills .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(16%) saturate(7439%) hue-rotate(209deg) brightness(125%) contrast(108%);
}

.compy-sec .tab-content {
    max-width: 900px;
    margin-left: 30px;
    margin-top: 10px;
}

.compy-sec .tab-content .tab-title-blue {
    font-size: calc( 18px + (31 - 18) * (100vw - 320px) / (1920 - 320));
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 10px;
}
/* Company Page Css End*/

/*Faq Page Css Start */

.faqs-sec {
    position: relative;
    background-color: #e5f4fc;
    padding-bottom: 80px;
    padding-top: 60px;
    margin-bottom: 90px;
}

.fqbg {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: var(--colorbg1);
}

.faq-top {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.faq-top h3 {
    font-size: calc( 20px + (34 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: var(--primary-color);
}

.faq-top .faq-redbg {
    background-color: var(--primary-color);
    margin-left: 50px;
    padding: 10px 20px;
    position: relative;
}

.faq-top .faq-redbg::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 92px solid var(--primary-color);
    border-left: 60px solid transparent;
    position: absolute;
    left: -59px;
    top: 0;
}

.faq-top .faq-redbg p {
    color: #fff;
    font-size: calc( 12px + (21 - 12) * (100vw - 320px) / (1920 - 320));
    margin: 0;
}

.faq-top .faq-redbg span {
    font-size: calc( 18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: #fff;
}

.faq-top .faq-redbg a {
    font-size: calc( 18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 600;
}

.faqs-sec .accordion {
    margin: 0 auto;
    max-width: 850px;
}

.faqs-sec .accordion .accordion-item {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3px 0px rgba(18, 21, 23, 0.23);
    margin-bottom: 14px;
}

.faqs-sec .accordion .accordion-item .accordion-button {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 3px 0px rgba(18, 21, 23, 0.23);
    font-size: calc( 15px + (21 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: #585858;
}

.faqs-sec .accordion .accordion-item .accordion-body {
    font-size: calc( 12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    padding: 20px 25px;
    color: #a6a5a5;
}

.abtsp {
    padding-bottom: 370px;
}

.grauntee-sec {
    padding: 80px 0;
}

.grauntee-sec h3 {
    font-size: calc( 18px + (31 - 18) * (100vw - 320px) / (1920 - 320));
    color: #063760;
    font-weight: 600;
    margin-bottom: 50px;
}

.grauntee-sec p {
    font-size: calc( 12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    color: #a6a5a5;
    font-weight: 300;
    margin-bottom: 20px;
}

/*Faq Page Css End */

/*Our Services Css start  */


.industry-section {
    position: relative;
}

.industry-section img {
    border: 0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.isec-left-shape:before {
    content: "";
    width: 35%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffb800;
    z-index: -1;
    border-radius: 0 50% 50% 0;
    -webkit-border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    -ms-border-radius: 0 50% 50% 0;
    -o-border-radius: 0 50% 50% 0;
}

.isec-right-shape:before {
    content: "";
    width: 35%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffb800;
    z-index: -1;
    border-radius: 50% 0 0 50%;
    -webkit-border-radius: 50% 0 0 50%;
    -moz-border-radius: 50% 0 0 50%;
    -ms-border-radius: 50% 0 0 50%;
    -o-border-radius: 50% 0 0 50%;
}

.col-text-holer h3 {
    color: var(--primary-color);
    margin-bottom: 13px;
    font-weight: 600;
}

.simple-btn {
    background: var(--primary-color);
    border-radius: 30px;
    padding: 12px 35px;
    color: #fff;
    margin: 15px 0;
    display: inline-block;
}

.simple-btn:hover {
    text-decoration: none;
    color: var(--white);
}

.popup-overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #000000b0;
    z-index: 999;
}

.popup-overlay .popup-al {
    background-color: #ffffff;
    width: 820px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 43px;
    border: 3px solid var(--primary-color);
}



/*Our Services Css end */


/*about-us inner-page start*/

.nav-banner {
  background-image: url(../img/service-banner-bg.jpg);
  height: 350px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  align-items:center;
  position:relative;
  z-index: 1;
}

.nav-banner:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00000096;
  z-index: -1;
}


/*about-us inner-page End*/


/*Popup Css Start */

.popup-overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #000000b0;
    z-index: 999;
}

.popup-overlay .popup-al {
    background-color: #ffffff;
    width: 820px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 43px;
    border: 3px solid #ffb800;
}

@media (max-width: 991px) {
    .popup-overlay .popup-al {
        width: 100%;
        padding-bottom: 20px;
    }
}

.popup-overlay img {
    width: 100%;
}

@media (max-width: 991px) {
    .popup-overlay .popup-al .popup-img {
        display: none;
    }
}

.popup-overlay h2 {
    color: var(--primary-color);
}

.popup-overlay .close-btn {
    display: block;
    background-color: transparent;
    font-size: 30px;
    color: #000;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: 18px;
    margin-top: 8px;
}

.popup-overlay .popup-title {
    background-color: #ffb800;
    position: relative;
    padding: 6px 0;
    height: 60px;
}

.popup-overlay .popup-title:before {
    content: "";
    position: absolute;
    left: -38px;
    top: 0;
    height: 100%;
    background-color: #ffb800;
    width: 50px;
    z-index: -1;
}

@media (max-width: 991px) {
    .popup-overlay .popup-title:before {
        display: none;
    }
}

.popup-overlay .popup-title h4 {
    font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    margin-left: 20px;
}

.popup-overlay p {
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .popup-overlay p {
        padding: 0 15px;
    }
}

.popup-overlay a {
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0;
}

.popup-overlay .popup-form-ctm {
    padding: 12px 14px 0px 8px;
}

.popup-overlay .popup-form-ctm input {
    border: 1px solid #dddddd;
    background-color: #f8f8f8;
    height: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-bottom: 8px;
}

.color-chng {
    background: #ffb800 !important;
    padding: 10px 30px;
    line-height: 10px;
    color: white;
}

@media (max-width: 991px) {
    .popup-overlay .popup-form-ctm input {
        height: 35px;
    }
}

.popup-overlay .popup-form-ctm ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6a6a6a;
    opacity: 1;
    /* Firefox */
    font-size: 13px;
}

.popup-overlay .popup-form-ctm :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6a6a6a;
    font-size: 13px;
}

.popup-overlay .popup-form-ctm ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6a6a6a;
    font-size: 13px;
}

.popup-overlay .popup-form-ctm textarea {
    border: 1px solid #dddddd;
    background-color: #f8f8f8;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    height: 134px;
}

@media (max-width: 991px) {
    .popup-overlay .popup-form-ctm textarea {
        height: 90px;
    }
}

.popup-overlay .popup-form-ctm .submit-popup {
    background-color: #ff992a;
    border: 1px solid #ff992a;
    color: #fff;
    padding: 9px 37px;
    border-radius: 10px;
}


/*Popup Css End */




/*Contact Us Css Start*/
.touch textarea {
    height: 130px !important;
    padding: 20px;
}
.contact-form .container {
    padding: 50px 100px;
    background: #fff;
    box-shadow: 301px 319px 175px rgba(0, 0, 0, 0.01), 169px 180px 148px rgba(0, 0, 0, 0.05), 75px 80px 110px rgba(0, 0, 0, 0.09), 19px 20px 60px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.newbrand-form input, .trade-form textarea {
    width: 100%;
    border: none;
    height: 50px;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    background: #E1E1E1;
    border-radius: 10px;
}
.newbrand-form {
    padding:90px 0;
}


/*Contact Us Css End*/


/*ThankYou Page Css Start*/

.thankyouwrp {
    display: block;
    text-align: center;
    padding: 210px 0 120px;
}
h2.main-heading {
    font-size: 36px;
    color: rgb(23, 23, 23);
    padding: 20px 0px 10px;
}

.ser-pg .main-pera {
    color: rgb(76, 76, 76);
    font-size: 16px;
    padding: 0px;
    font-weight: 500;
    margin: auto auto 20px;
    line-height: 27px;
}
/*ThankYou Page Css End*/

/*Terms & Condition Page Css Start */

.terms-sec {
    padding: 90px 0;
}

ul.services_text li {
    display: flex;
    column-gap: 10px;
    margin: 0 0 20px 5px;
}
.terms-sec p {
    font-size: 16px;
    line-height: 1.8;
}
.terms-sec h3 {
    font-size: 30px;
    margin: 20px 0 20px;
}


.terms-sec ul.services_text li i {
    color: #feb800;
}



.pop-up .modal-dialog {
    max-width: 800px;
}

.pop-up .modal-body {
    padding: 0;
}.pop-up .img-box img {
    width: 100%;
}

.pop-up  .form-pop {
    padding: 15px;
}

.pop-up .modal-dialog {
    max-width: 830px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
}

.pop-up .modal-content {
    border-radius: 40px 0px 0px 40px;
}


.pop-up  .form-pop {
    padding: 0px 20px 0px 0px;
}


.pop-up h4 {
    font-size: 22px;
    margin: 0 0 10px;
}

.pop-up p {
    text-align: center;
    /*margin: 20px 0 20px;*/
    margin: 5px 0 10px;
}
.pop-up form input, .pop-up form textarea {
    border: 1px solid #dddddd;
    background-color: #f8f8f8;
    height: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
        font-size: 13px;

    margin-bottom: 8px;
}

.pop-up form  textarea {
            font-size: 13px;
  border-radius: 10px !important;
    height: 120px !important;
}
.pop-up  input.color-chng {
    margin: 15px 0 0;
}
/*Terms & Condition Page Css End */



/********form start********/

.section_head {
    margin: 40px 0;
}

/* Registration_form */
.registration_header .btn_group a:first-child {
  background: transparent;
  color: #ffb800;
}
.registration_header .btn_group a:first-child i {
  font-size: 130%;
  position: relative;
  bottom: -4px;
}

.registrationBanner {
  background-size: cover !important;
  padding: 3rem 0 6rem 0;
  overflow: hidden;
}
.registrationBanner h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.registrationBanner .progress_border {
  padding: 10px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50px;
}
.registrationBanner .progress {
  background-color: transparent;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMCIvPg0KPC9nPg0KPC9zdmc+DQo=");
  background-position: left center;
  background-repeat: repeat-x;
}
.registrationBanner .progress-bar {
  transition: none !important;
  background-color: transparent;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGMDRFMjM7fQ0KPC9zdHlsZT4NCjxnPg0KCTxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMCIvPg0KPC9nPg0KPC9zdmc+DQo=");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto 12px;
}
.registrationBanner .progress_num {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.registration_form h2 {
  font-size: 24px;
  margin-bottom: 40px;
}
.registration_form h2 span {
  color: #ffb800;
}

small {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}

.form_group {
  margin-bottom: 30px;
}
.form_group p {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
.form_group p a {
  color: #ffb800;
}
.form_group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.form_group input {
  width: 100%;
  border: 1px solid #ABABAB;
  padding: 10px 15px;
}
.form_group.has_para p {
  font-size: 16px;
  font-weight: normal;
  width: 330px;
  max-width: 100%;
}

.input_group input {
  width: 0 !important;
  position: absolute !important;
}
.input_group input:checked + label::before {
  background: #ffb800;
}
.input_group label {
  display: inline-flex !important;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.input_group p {
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.input_group label:last-child {
  margin-right: 0;
}
.input_group label::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  margin-right: 8px;
}

.form_wrap {
  width: 100%;
  max-width: 100%;
}

.form_footer p {
  margin: 0;
  display: flex;
  line-height: 1.25;
}
.form_footer p i {
  margin-right: 10px;
}
.form_footer .theme-btn {
  flex: 0 0 auto;
}

.packages_sticky_header {
  display: none;
  animation: fadeIn 1.5s;
  position: sticky;
  top: 90px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.packages_sticky_header.overlapped {
  display: block;
}

.packages_sticky_row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  padding: 15px 0;
  font-weight: 600;
  line-height: 1.2;
}


.plain-cta-text p {
    margin: 22px 0 0 0;
    font-size: 16px;
}
.plain-cta-text p a {
    color: #ffb800;
    font-weight: 600;
}
.plain-cta-text p a i {
    transform: scaleX(-1);
    margin-right: 10px;
}




i.fas.fa-phone {
    transform: scaleX(-1);
    margin-right: 7px;
}
.get_trademark_sec.has_elem.spad.gray_bg h4 {
    color: #b7c4d1;
}
h4 {
    margin-bottom: 2px;
    margin-top: 21px;
    font-weight: 600;
}

.lp-ftr .lp-ftrbox {
    display: none;
}

.lp-ftr .site-footer .sf_1 a.logo {
    margin: 0;
}

.lp-ftr .site-footer .ftr_btm {
    margin-top: 26px;
}
.lp-ftr .payment_methods {
    padding-top: 15px;
}

.search_similar h2 {
    margin-bottom: 30px;
}


h5 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}



.form-group input[type="text"], 
.form-group input[type="email"], 
.form-group input[type="tel"], 
.form-group input[type="number"], 
.form-group select, 
.form-group textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px 15px;
	border-radius:0;
}
.submits-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}
.add_owner {
    float: right;
    background: #ffb800;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
}
.form-check {
    padding: 0;
}
.clear {
    display: block;
    clear: both;
}
.form-group label {
    font-size: 15px;
    margin-bottom: 6px;
}

.form-group {
    margin-top: 16px;
}
.new_fields {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    position: relative;
}

.trash_this {
    display: block;
    width: 34px;
    height: 34px;
    background: red;
    padding: 4px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    cursor: pointer;
}
.form_wrap h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

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

.form-tooltip>span {
	color: #fff;
    width: 18px;
    height: 18px;
    background-image: linear-gradient(to bottom, #ffb800, #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: #fff;
    padding: 8px 15px 15px 15px;
    width: 400px;
    max-height: 700px;
    overflow: auto;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    z-index: 2;
    cursor: default;
    border-radius: 6px;
}

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

.form-tooltip-body p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #000;
    font-weight: 400;
    margin: 0;
}
ul.trademarksearch-option {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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



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

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

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

.tp-check-pricing {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #344454 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;
}

.tp-check-pricing.l-green {
    background-color: #bbca1e;
}

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

.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: 6px 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 #ffb800;
    text-align: left;
    padding: 55px 30px 50px 65px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

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

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


.expedited-info {
        background: #ffb800;
    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: #ffb80014;
    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;
}




.row.pkg-box .col-md-8 .col-md-3 label, .row.pkg-box .col-md-8 .col-md-6 label {
  background: #344454;
  padding: 6px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
  text-transform: capitalize;
  cursor: pointer;
}
.row.pkg-box .col-md-8 .col-md-3:nth-child(2) label, .row.pkg-box .col-md-8 .col-md-6:nth-child(2) label {
  background: #65cfa9;
}
.row.pkg-box .col-md-8 .col-md-3:nth-child(3) label {
  background: #6db6e4;
}

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

.row.pkg-box .col-md-8 .col-md-3 input[type="radio"], .row.pkg-box .col-md-8 .col-md-6 input[type="radio"] {
  visibility: hidden;
}


.section_head > span {
    display: block;
    font-size: 128px;
    font-family: "Intro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgb(243, 82, 90);
    color: #fff;
    opacity: 0.2;
    line-height: 0.75;
    position: relative;
}

.section_head > span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, #fff);
}

ul.trademarksearch-option li label::before {
    content: "";
    display: inline-block;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(204, 204, 204, 0.8);
    margin-right: 8px;
}

ul.trademarksearch-option li input:checked + label::before {
    background: #ffb800;
}

ul.trademarksearch-option li input {
    margin-right: 11px;
    width: 0 !important;
    position: absolute !important;
}

ul.trademarksearch-option li label {
    /* display: inline-flex !important; */
    /* align-items: center; */
    /* margin-right: 20px; */
    cursor: pointer;
    position: relative;
}

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



/*Lp Page Css Start */

.banner-form {
    width: 91%;
    color: #000;
    position: relative;
    box-shadow: #0000003b 0 11px 92px;
    float: right;
    z-index: 3;
    margin-top: 43px;
    text-align: center;
    /* padding: 30px 20px 40px; */
}

.banner-form h2 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 77px;
    position: relative;
    background: #1d38c6;
    width: 128%;
    margin-left: -40px;
    margin-top: -30px;
    text-align: center;
    margin-bottom: 20px;
}

.banner-form h2 sup {
    display: inline-block;
    top: -6px;
    left: 4px;
}

.banner-form h2 sub {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    left: 193px;
    top: inherit;
    bottom: 44px;
}

.banner-form h2 span {
    display: inline-block;
    color: #f6cf0b;
    font-size: 17px;
    font-style: italic;
    width: 100px;
    padding-left: 54px;
    text-align: left;
    margin-top: -6px;
}

.banner-form select,
.banner-form input {
    width: 97%;
    padding: 10px 0;
    margin-bottom: 17px;
    border: 0px none;
    border-bottom: 1px solid #000000 !important;
    outline: none;
    background: #fff;
    font-size: 12px;
    color: #464646;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    height: 43px;
    border-radius: 0;
    box-shadow: none;
}

.banner-form textarea {
    min-height: 110px;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 10px;
    border: 0px none;
    border-bottom: 1px solid #000000 !important;
    outline: none;
    font-size: 13px;
    line-height: normal;
    color: #000000;
    font-weight: 500;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
}
.banner-form input[type="submit"]:hover {
    background: #052465;
    border: none;
}
.banner-form input[type="submit"] {
    border: none !important;
    box-shadow: none;
    padding: 13px 28px;
    margin-top: 0px;
    border-radius: 5px;
    margin-bottom: 0;
    outline: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 17px;
    width: 100%;
    margin: 0 auto !important;
    height: auto;
    color: #fff;
    font-weight: 500;
    background: #ffb800;
    transition:.5s;
}.banner-form form {
    padding: 30px 20px 40px;
    background: #ffffff;
    border-radius: 22px;
}
.frm-brdr-grd:before {
    content: "";
    position: absolute;
    display: block;
    width: 104%;
    left: -8px;
    right: 0;
    top: -8px;
    border-radius: 22px;
    height: 126px;
    background: rgb(5 36 101);
    background: linear-gradient(90deg, rgb(5 36 101) 0%, rgb(253 183 0) 40%, rgb(255 184 0) 100%);
    z-index: -1;
}p.form_tagline {
    font-size: 12px;
    display: block;
    padding-left: 22px;
    line-height: 17px;
    position: relative;
    width: 100%;
}p.form_tagline input {
    position: absolute;
    left: 10px;
    width: 14px;
    top: -15px;
}.banner-form  h3 span {
    color: #ffb800;
    display: block;
    font-size: 21px;
}

.banner-form h3 {
    font-size: 29px;
    margin: 0 0 10px;
    line-height: 31px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
}
.consult-div .cosult-inn-form {
    box-shadow: 0px 0px 30px #b9b9b9;
    padding: 50px;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
}

.cosult-inn-form textarea {
        height: 150px !important;

}

.cosult-inn-form input, .cosult-inn-form textarea {
        height: 50px;
    width: 100%;
    background: #F1F1F1;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 14px;
}

.cosult-inn-form textarea {
    height: 150px !important;
    border-radius: 10px !important;
    padding-top: 20px !important;
    margin-top: 10px;
}

.consult-div label {
    display: block;
    margin-bottom: 15px;
}
.cosult-inn-form label input {
    width: auto;
    height: auto;
    margin: 20px 0 0;
}
.now-btn {
    background: #052465;
    color: white !IMPORTANT;
    margin-left: 15px;
}


/*.new-pf .slick-slide {*/
/*    height: auto !important;*/
/*}*/
.new-pf ul.slick-dots li {
    border-radius: 50px;
    height: 13px;
    width: 13px;
    margin-right: 10px;
    background: #d7d7d7;
    border: 0px;
}

.new-pf ul.slick-dots li button{
 font-size: 0px;
 background: transparent;
 border: none;
 opacity: 0;
}

.new-pf li.slick-active {
    background: #030077 !important;
}

.new-pf ul.slick-dots {
    text-align: center;
    margin: 30px 0 0;
}


.new-pf h2 {
    margin: 0 0 50px;
}

.new-pf .logos img {
    width: 95%;
    margin: 0 auto 20px;
}

.lp-home footer .logo {
    text-align: left;
}


.lp-home .logo p {
    text-align: left;
    margin: 15px 0 0;
    max-width: 50%;
}
.lp-home .packages {
    padding: 110px 0;
}

.consult-div {
    padding: 40px 0 100px;
}

.process-sec .step-box .step-icon img {
    min-height: 70px;
    object-fit: scale-down;
}


.process-sec .mb-5 {
    margin-bottom: 5rem!important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}



/*Lp Page Css End */

.form-pop form label input {
    height: auto;
}
.form-pop form label span {
    font-size: 14px;
    color: #606060;
    padding: 0 0 0 10px;
}
.form-pop form label {
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.contact-form .trade-inner .trade-form label input {
    height: auto;
}


