body {
  color: #000;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
}

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: 600;
  color: #000000;
}

a {
  list-style-type: none;
  color: #777777;
  text-decoration: none;
}

.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: 50px;
}

.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;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-yellow {
  color: #FCAF43 !important;
}

.color-grey {
  color: #0D0D0D !important;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #1E1E1E;
}

.bg-grey {
  background: #0D0D0D;
}

.bg-lightgrey {
  background: #F4F4F4;
}

/* *********************  Btn One Style  ********************** */

.t-btn-one {
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  background: #0b3064;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  display: inline-block;
  border: 1px solid transparent;
  transition: ease 0.4s;
}

.t-btn-one:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #0b3064;
}

.t-btn-one i,
.normal-btn i {
  padding-left: 7px;
  font-size: 13px;
}

.normal-btn {
  border-radius: 0px;
  box-sizing: border-box;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  background: none;
  color: #000;
  transition: ease 0.4s;
  border: 1px solid #000;
  text-align: center;
  padding: 10px 25px;
  display: inline-block;
}

.normal-btn:hover {
  background: #000;
  color: #fff !important;
  border: 1px solid transparent;
}

/* *********************  Btn One Style End ********************** */

.head-div h2 {
  font-size: 35px;
  position: relative;
  margin-bottom: 0;
  color: #000;
  line-height: 60px;
}

.head-div h2 span {
  color: #fff;
  background: #0b3064;
  border-radius: 3px;
  padding: 2px 10px 2px 10px;
}

.head-div p strong {
  color: #0b3064;
}

/* ************************** Main Header Css **************************** */

.header {
  background: url(../img/header-bg.png);
  position: absolute;
  width: 100%;
}

.innerpage .header{
  z-index: 2;
}

.innerpage .header li.nav-item a {
  color: #fff;
}

.header a.navbar-brand {
  width: 25%;
}

.header a.navbar-brand img {
  width: 100%;
}

.header ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.header .live-chat {
  animation: highlight 2s infinite;
}

.header ul.navbar-nav li a {
    padding: 0 15px !important;
}

nav ul li a:hover,
nav ul li a.active,
nav ul li a:focus {
  color: #0b3064 !important;
}

.header ul.dropdown-menu li {
  display: block;
}

.header ul.dropdown-menu li a, .innerpage .header li ul.dropdown-menu li a {
  width: 100%;
  color: #0b3064;
  padding: 10px 10px !important;
  transition: ease 0.4s;
}

.header ul.dropdown-menu li a:hover {
  color: #fff !important;
  background: #0b3064;
}

.popup-sec div#popupforms {
  position: relative;
}

.modal-backdrop.fade.show {
  opacity: 0;
  display: none;
}

.dropdown-menu {
  width: 215%;
}

.drop-form {
  padding: 20px 10px;
}

.drop-form .form-main input {
  height: 40px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid #000;
  transition: ease 0.4s;
  width: 100%;
}

.drop-form .t-btn-one {
  width: 100%;
}

.drop-form .form-main input:focus-visible {
  outline: none;
  border: 1px solid #0b3064 !important;
}

.drop-form .chat-head i {
  font-size: 20px;
  color: #0b3064;
}

.drop-form .form-main input::placeholder {
  font-size: 14px;
}



/* ************************** Main Header Css End **************************** */

/* ************************** Inner Header & Banner Css **************************** */

section.inner-banner {
  padding: 160px 0px 60px 0px;
  background-position: center;
}

section.inner-banner h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}

section.inner-banner h1 {
  font-size: 64px;
  color: #fff;
  margin-bottom: 25px;
}

section.inner-banner p {
  color: #fff;
}

/* ************************** Inner Header & Banner Css End **************************** */

/* ************************** Banner Css **************************** */

.banner-div {
  padding: 0px 0 0px;
  background: url(../img/dr1.png);
  background-size: cover;
  height: 100vh;
}

.banner-div .banner-img-div img {
  width: 100%;
}

.banner-div a.t-btn-one {
  animation: highlight 2s infinite;
}

@keyframes highlight {
  0% {
    box-shadow: 0 0 5px #0b3064;
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 20px #0b3064;
    transform: scale(1.05);
  }

  100% {
    box-shadow: 0 0 5px #0b3064;
    transform: scale(1);
  }
}


.banner-div a.t-btn-one:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #0b3064;
}

.banner-div a.normal-btn {
  border: 1px solid #fff;
}

.banner-div a.normal-btn:hover {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000;
}

.banner-div img {
  width: 100%;
}



/* ************************** Banner Css End **************************** */

/* ************************** Company Css **************************** */

.company-help .img-div:after {
  position: absolute;
  content: '';
  width: 176px;
  height: 175px;
  background: url(../img/company-after.png) no-repeat;
  right: -80px;
  bottom: -80px;
  z-index: -1;
}

.company-help .img-div {
  position: relative;
}

.company-help .img-div img {
  width: 100%;
}


/* ************************** Company Css End **************************** */

/* ************************** Footer Css **************************** */

.footer-main {
  background: #000000;
}

footer img {
  width: 100%;
}

.footer-main .social-icons a {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 100px;
  margin-right: 15px;
  transition: ease 0.4s;
}

.footer-main .social-icons a:last-child {
  margin-right: 0;
}

.footer-main .social-icons a:hover {
  color: #FCAF43;
}

.footer-main h5 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-main ul li a:hover {
  color: #FCAF43;
}

.footer-main ul li a {
  color: #BDBDBD;
  font-size: 18px;
  transition: ease 0.4s;
}

.footer-main ul li {
  display: block;
  padding-bottom: 10px;
  color: #BDBDBD;
  font-size: 18px;
}

.footer-main .main-policy li {
  padding-right: 15px;
  display: inline-block;
}

.footer-main .main-policy li:last-child {
  padding-right: 0;
}

.footer-main .copy-right-div p {
  color: #6B6B6B;
  font-size: 18px;
}

.footer-main .main-policy {
  text-align: right;
}

.footer-main .main-policy a {
  color: #6B6B6B;
}

.footer-main .row.mt-5 {
  border-top: 1px solid #555555;
  padding-top: 20px;
}

@media (max-width: 540px) {
  .header {
    position: relative;
  }

  .header a.navbar-brand {
    width: 50%;
    margin: 0 auto;
}

  .header .btn-div {
    margin: 0 auto;
  }

  .header ul {
    margin-bottom: 20px;
  }

      .side-nav-btn {
        display: block !important;
        position: absolute;
        top: 20px;
        right: 10px !important;
        color: #000 !important;
        z-index: 1;
        width: 10%;
        height: 80px;
    }

  .sidenav ul.dropdown-menu {
    width: 100%;
  }

  .sidenav li.nav-item {
    margin-bottom: 10px;
  }

  .sidenav ul {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 10px;
  }

  .banner-div {
    height: 84vh;
  }

  .head-div h2 {
    font-size: 26px;
    line-height: 49px;
  }
}

@media (max-width: 425px) {
  .head-div h2 {
    font-size: 20px;
    line-height: 40px;
  }
}

@media (max-width: 375px) {
  .side-nav-btn {
    position: absolute;
    top: 27px;
    right: 10px;
  }

  .header a.navbar-brand {
    margin-bottom: 20px;
  }

  .head-div h2 {
    font-size: 18px;
    line-height: 36px;
  }

  .head-div p {
    font-size: 14px;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #0b3064;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav ul li a:hover, .sidenav ul li a.active, .sidenav ul li a:focus {
  color: #b31843 !important;
}

.sidenav ul.dropdown-menu li a {
  color: #000 !important;
  background: transparent !important;
}

.sidenav ul.dropdown-menu li a:hover, .sidenav ul.dropdown-menu li a.active, .sidenav ul.dropdown-menu li a:focus  {
  color: #b31843 !important;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.navbar-toggler {
  display: none;
}



.box-div {
  position: absolute;
  top: 0;
  right: 0;
}
.box-text {
  position: absolute;
  bottom: 0;
  border-radius: 15px;
  background: rgba(254, 132, 106, 0.2);
  backdrop-filter: blur(4.5px);
  padding: 30px;
  width: 65%;
  text-align: left;
  left: 0;
}
.main-div {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.main-div p {
margin: 0 !important;
color: #fff;
font-size: 16px;
width: auto;
}
.box-text p {
color: #fff;
font-size: 16px;
max-width: 100%;
margin: 0;
margin-top: 20px;
}
.counter-sec {
padding: 90px 0;
}
.count-div {
display: flex;
column-gap: 5px;
justify-content: center;
color: #252424;
font-size: 55px;
font-weight: 600;
}
.count-box p {
color: #121212;
font-size: 18px;
text-transform: uppercase;
text-align: center;
}
.country-sec li.nav-item {
width: 50%;
}
.country-sec li.nav-item button {
display: flex;
align-items: center;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.12);
margin: 0 0 30px 0;
width: 90%;
column-gap: 15px;
padding: 25px 20px;
}
.country-sec li.nav-item button h4 {
font-size: 20px;
text-align: left;
margin: 0;
}
.country-sec li.nav-item button h4 p {
margin-top: 6px;
color: #3d3d3d;
font-family: Poppins;
font-size: 14px;
font-weight: 400;
margin-bottom: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: var(--bs-nav-pills-link-active-color);
background-color: transparent;
}
.text h2 {
color: #333232;
font-size: 43px;
font-weight: 600;
margin-bottom: 20px;
}
.text p {
color: #3d3d3d;
font-size: 18px;
font-weight: 400;
margin: 0 0 20px;
}
span {
color: #0b3064;
}
.tab-main a.t-btn-one {
margin-top: 20px;
}
.companies-sec {
padding: 90px 0;
}
.frm-div input {
width: 100%;
height: 55px;
padding: 0 20px 0 45px;
color: #9f9f9f;
border-radius: 5px;
background: #f1f1f1;
border: transparent;
}
.pos-ico {
width: 100%;
}
.pos-ico i {
position: absolute;
top: 20px;
left: 20px;
}
.div-inp {
position: relative;
display: flex;
column-gap: 30px;
margin-top: 30px;
}
.companies-sec .img-box img {
max-width: 100%;
}
.step-sec .img-box img {
width: 90%;
border-radius: 10px;
}
.step-box {
display: flex;
column-gap: 20px;
align-items: flex-start;
margin-top: 50px;
}
.step-box span {
background: rgba(254, 129, 106, 0.2);
font-size: 25px;
border-radius: 60px;
padding: 11px 25px;
}
.step-box h3 {
color: #333232;
font-size: 18px;
margin: 0;
}
.step-box p {
margin: 6px 0 0;
}
.step-sec {
padding-bottom: 90px;
}
.secure-sec .img-box img {
width: 100%;
border-radius: 10px;
}
.secure-sec .b-btn {
  margin: 0;
  color: #fff !important;
  margin-left: 30px;
}
.secure-sec {
padding-top: 0;
}
.pkg-sec {
padding-bottom: 90px;
}
.pkg-box {
  border-radius: 5px;
  border: 1px solid #dedede;
  background: #fff;
  padding: 10px 20px;
  transition: ease 0.4s;
  min-height: 620px;
}
.pkg-box:hover .pkg-body .t-btn-one {
background: #0b3064;
color: #fff !important;
}
.pkg-box:hover {
transform: scale(1.03);
box-shadow: 0 0 30px #e9e9e9;
}
.pkg-head h5 {
font-size: 23px;
font-weight: 600;
color: #0b3064;
margin-bottom: 20px;
}
.pkg-head p {
color: #3d3d3d;
font-size: 18px;
margin: 10px 0 10px;
}
.pkg-head h1 {
  color: #333232;
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0 25px;
  display: inline-block;
}
.pkg-head h1 del {
font-size: 30px;
}
.pkg-head strike {
  font-size: 17px;
  top: -15px;
  position: relative;
  padding-left: 10px;
  color: #ec0752;
  font-weight: 600;
}
.pkg-head span {
background: rgba(254, 129, 106, 0.2);
margin: 0 auto 0;
padding: 12px 15px;
font-size: 12px;
color: #0b3064;
font-weight: 400;
border-radius: 5px;
}
.pkg-body li {
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px;
  align-items: flex-start;
  text-transform: capitalize;
  color: #000;
}
.pkg-body li span {
color: #333232;
font-size: 16px;
font-weight: 500;
display: block;
}
.pkg-body li p {
color: #5f5f5f;
font-size: 14px;
margin: 0;
}
.pkg-body li i {
background: #0b3064;
border-radius: 50px;
color: #fff;
font-size: 10px;
padding: 5px;
}
.pkg-body ul {
margin-top: 50px;
overflow-y: scroll;
scroll-behavior: smooth;
height: 250px;
padding-right: 5px;
}
.pkg-body ul::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}
.pkg-body ul::-webkit-scrollbar-thumb {
background: #0b3064;
}
.pkg-body ul::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px #bdbdbd;
background-color: #fff;
}
.pkg-body a {
background: #dedede;
border: transparent;
width: 100%;
color: #5f5f5f !important;
margin-top: 40px;
}
.pkg-sec .text {
margin: 0 0 50px;
}
.pkg-sec .nav li button {
  border: 1px solid #0b3064;
  background: #Fff;
  color: #000;
}
.pkg-sec .nav li button.active {
  background: #0b3064;
  border: 1px solid #0b3064;
}
.pkg-sec .nav li button {
  border: 1px solid #0b3064;
  background: #Fff;
  color: #000;
}
.pkg-sec .nav li button:hover {
  background: none;
}
.pkg-box small {
  border: 1px solid #f6cb86;
  color: #1c1c1c;
  display: table;
  margin: 20px auto;
  padding: 5px 20px;
  border-radius: 100px;
  font-size: 14px;
  background: #f6cb86;
}
.pkg-sec .nav {
  column-gap: 10px;
}
.register-sec .img-box {
position: relative;
}
.register-sec .img-box:after {
background-image: url(../img/register-img.webp);
background-size: cover;
background-repeat: no-repeat;
right: -40px;
width: 720px;
height: 780px;
position: absolute;
content: "";
top: -180px;
z-index: 0;
background-position: c;
}
.register-sec {
background-image: url(../img/bg-color-img.webp);
background-size: cover;
background-repeat: no-repeat;
background-color: #0b3064;
height: 400px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.register-sec:after {
position: absolute;
content: "";
background-image: url(../img/dots-img.webp);
width: 210px;
height: 325px;
background-size: cover;
background-repeat: no-repeat;
top: 0;
left: 0;
}
.circle-img {
position: absolute;
}
.num-main {
display: flex;
justify-content: space-between;
}
.num-div {
display: flex;
column-gap: 20px;
}
.num-div h3 {
color: #fff;
font-size: 40px;
}
.num-div p {
color: #fff;
font-size: 16px;
margin: 0;
}
.register-sec .text h2 {
color: #fff;
}
.register-sec .text .t-btn-one {
background: #fff;
color: #0b3064 !important;
margin-top: 25px;
}
.testi-sec {
padding: 180px 0 100px;
position: relative;
z-index: 1;
}
.test-slider .slick-arrow {
position: absolute;
right: -60px !important;
width: 52px !important;
top: 45%;
z-index: 9;
background: 0 0;
border: none;
font-size: 25px;
color: #ffc0b4;
}
.next {
left: -60px !important;
}
.test-box {
display: flex;
align-items: flex-start;
column-gap: 20px;
}
.test-box h3 {
color: #0b3064;
font-size: 20px;
margin: 0;
}
.test-box h3 p {
color: #7b7b7b;
font-size: 12px;
font-weight: 400;
margin: 5px 0 0;
min-height: auto;
}
.testi-box {
border-radius: 5px;
border: 1px solid #dedede;
background: #fff;
padding: 35px;
margin: 0 10px;
}
.testi-box p {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.7;
  margin: 30px 0 30px;
  min-height: 190px;
}
.testi-sec .text {
margin-bottom: 50px;
}

.footer-text h4 {
  color: white;
  font-size: 20px;
  margin: 0 0 20px;
}

.footer-text li {
  display: flex;
  margin: 0 0 15px;
  column-gap: 9px;
}

.footer-text li a {
  transition: .5s;
  font-size: 15px;
  color: #fff;
}

.footer-text li a:hover  {
  color:#0b3064 !important;
}

.footer-text li i {
  color: #0b3064;
  font-size: 16px;
}

footer {
background-image: url(../img/footer-bg.webp);
background-size: cover;
background-repeat: no-repeat;
padding: 100px 0 40px;
}

footer .logo p {
color: #cdcdcd;
font-size: 18px;
max-width: 100%;
margin: 25px auto 30px;
}
footer .logo h3 {
color: #fff;
font-size: 50px;
font-weight: 600;
}
p.col-or {
color: #fff !important;
margin-bottom: 50px !important;
}
.cop-right p {
color: #8d8d8d;
text-align: center;
font-size: 16px;
margin: 50px 0 0;
}
footer a.t-btn-one.b-btn {
margin: 0;
}
.faq-sec button.accordion {
cursor: pointer;
padding: 22px 20px;
width: 100%;
text-align: left;
outline: 0;
transition: 0.4s;
font-weight: 600;
border-radius: 3px;
background: 0 0;
border: none;
color: #333232;
background: white;
font-size: 16px;
}
.faq-sec button.accordion.active,
button.accordion:hover {
background: #fff;
}
.faq-sec button.accordion:after {
content: "\f078";
color: #697082;
font-weight: 700;
float: right;
font-family: FontAwesome;
margin-left: 5px;
font-size: 15px;
}
.faq-sec button.accordion.active:after {
content: "\f077";
color: #0b3064;
}
div.panel {
padding: 0 18px;
background-color: #fff;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.faq-sec {
padding: 0 0 90px;
}
.top-gap {
margin-bottom: 20px;
border-radius: 3px;
border: 1px solid #dedede;
background: 0 0;
}
.panel P {
color: #536976;
font-size: 14px;
max-width: 80%;
}
.faq-sec .boxs {
padding: 0 30px 40px;
border-radius: 5px;
background: linear-gradient(0deg, #fdfdfe 0, #fdfdfe 100%), #d6d6d6;
box-shadow: 0 4px 145px 0 rgba(0, 0, 0, 0.1);
}
.div-alg {
display: flex;
align-items: center;
column-gap: 10px;
margin-bottom: 20px;
}
.faq-sec .boxs h2 {
color: #2b2c2e;
font-size: 30px;
font-weight: 700;
margin: 20px 0 15px;
}
.faq-sec .boxs p {
margin: 0 0 20px;
font-size: 16px;
max-width: 80%;
line-height: 1.7;
}
.faq-sec .div-alg a {
color: #333232 !important;
font-size: 16px;
font-weight: 500;
display: block;
}
.div-alg p {
color: #0b3064;
font-size: 12px !important;
margin-bottom: 0 !important;
}
.faq-sec .text p {
max-width: 90%;
margin: 0 0 50px;
}
.faq-sec .boxs a.t-btn-one.b-btn {
  margin: 20px 0 30px;
  color: #fff !important;
}
.faq-sec .boxs a.t-btn-one.b-btn:hover {
color: #fff !important;
}
.div-alg i {
font-size: 20px;
color: #0b3064;
}
.boxs .t-btn-one {
margin-top: 20px;
}
.head-btn a {
  color: #fff;
  font-size: 16px;
}
.div-inp {
position: relative;
}
header a.t-btn-one.b-btn:hover {
color: #fff !important;
}
footer a.t-btn-one.b-btn:hover {
color: #fff !important;
}
.frm-div a.t-btn-one.b-btn:hover {
color: #fff !important;
}
.frm-div {
margin-top: 40px;
}
.register-sec .text .t-btn-one:hover {
background: 0 0;
color: #fff !important;
border: 1px solid #fff;
box-shadow: none;
}
.circle {
width: 116px;
height: 116px;
border-radius: 50%;
box-shadow: 0 0 1px 1px #0b3064;
opacity: 0.35;
background: #fff;
position: absolute;
right: 100px;
bottom: 110px;
}
.pkg-seller {
position: relative;
}
.pkg-seller:after {
position: absolute;
content: "";
width: 140px;
height: 140px;
right: 0;
top: 0;
background-size: cover;
background-repeat: no-repeat;
background-image: url(../img/best-img.webp);
}
.pulse {
animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
0% {
  box-shadow: 0 0 0 0 #fff;
}
100% {
  box-shadow: 0 0 0 20px rgba(224, 224, 224, 0.993);
}
}
.circle-1 {
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 0 0 1px 1px #0b3064;
opacity: 0.35;
background: 0 0;
position: absolute;
right: 190px;
top: 80px;
}
.head-btn {
text-align: right;
}
.pulse-1 {
animation: pulse-animation 2s infinite;
}
.frm-div input:focus {
outline: 0;
}
@keyframes pulse-1-animation {
0% {
  box-shadow: 0 0 0 0 #fff;
}
100% {
  box-shadow: 0 0 0 10px rgba(224, 224, 224, 0.993);
}
}
.counter-sec .container {
border-bottom: 1px solid #0000001a;
padding-bottom: 50px;
}
header .dropdown-item {
color: var(--bs-dropdown-link-color) !important;
}
header .dropdown-menu.show {
padding: 20px 0 !important;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 12px;
  font-size: 16px;
}
.trademark-registration .step-sec {
padding-top: 90px;
}
.branding .row {
margin-bottom: 90px;
}
.branding {
padding-bottom: 0;
}
.inner-banner {
background-image: url(../img/service-banner-bg.webp);
height: 850px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
padding-top: 150px;
}
.inner-banner .text h1 {
  color: #fff;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.inner-banner .text span {
  padding: inherit;
  color: #fff;
  font-size: 32px;
  border-radius: inherit;
  background: inherit;
  display: block;
}
.inner-banner .text p {
color: #fff;
font-size: 16px;
margin-top: 30px;
margin-bottom: 30px;
}
.inner-banner .text li {
color: #fff;
font-size: 14px;
margin: 0 0 15px;
display: flex;
align-items: flex-start;
column-gap: 10px;
}
.inner-banner .text li i {
background: #0b3064;
font-size: 12px;
padding: 4px;
border-radius: 42px;
}
.inner-banner .text ul {
column-count: 2;
margin: 30px 0 20px;
}
.inner-banner .text h2 {
color: #fff;
font-size: 30px;
margin: 20px 0;
}
.copyright-sec {
min-height: 450px;
padding: 90px 0;
width: 100%;
position: relative;
}
.copyright-sec h3 {
color: #333232;
font-weight: 600;
margin-bottom: 10px;
font-size: 30px;
}
.copyright-sec h6 {
color: #333232;
font-weight: 600;
margin-bottom: 45px;
line-height: 1.8;
}
.copyright-sec p {
color: #333232;
font-weight: 400;
margin-bottom: 20px;
line-height: 2;
}
.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: #333232 !important;
font-weight: 500;
}
.copy-list li::before {
content: "\f30b";
font-family: FontAwesome;
color: #0b3064;
font-size: 18px;
top: -3px;
position: absolute;
left: 0;
}
.img-nonn {
background-image: none;
}
.copyright-registration .packages {
background: #e5f4fc;
margin-bottom: 90px;
}
.copyright-registration .step-sec {
padding-top: 90px;
}
.copyright-sec .img-box img {
width: 100%;
}
.develop-sec {
background-color: #ffe6e1b5;
padding: 90px 0;
}
.develop-sec h3 {
font-size: calc(18px + (31 - 18) * (100vw - 320px) / (1920 - 320));
color: #333232;
font-weight: 600;
margin-bottom: 50px;
padding-bottom: 70px;
}
.develop-sec .devlop-box {
border-radius: 15px;
background-color: #fff;
box-shadow: 0 0 13px 0 rgb(254 129 106 / 27%);
padding: 20px 30px;
position: relative;
margin-bottom: 30px;
min-height: auto;
}
.develop-sec .devlop-box::before {
content: "";
width: 1px;
height: 100%;
background-color: #0b3064;
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: #000;
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: #ffe6e1b5;
}
.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: #fff;
box-shadow: 0 0 13px 0 rgb(254 129 106 / 26%);
padding: 25px 18px;
margin-bottom: 25px;
text-align: center;
}
.providing-sec .proactive-box .pro-icon {
margin-bottom: 10px;
}
.providing-sec .proactive-box .pro-text span {
color: #3a363c;
font-weight: 600;
margin-bottom: 20px;
font-size: 23px;
}
.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-brand-registry .step-sec {
padding-top: 90px;
}
.protect-sec .faq-sec {
padding-bottom: 0;
}
.compy-sec {
position: relative;
padding: 90px 0;
}
.compy-sec .nav {
background-color: #fff;
border: 1px solid #a6a5a5;
width: 400px;
}
.compy-sec .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #0b3064;
}
.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;
}
.contact-form {
padding: 100px 0;
}
.head-div li {
display: block;
margin: 0 0 20px;
}
.trade-form input,
.trade-form textarea {
width: 100%;
border: none;
height: 60px;
padding-left: 20px;
font-size: 15px;
font-weight: 400;
outline: 0;
background: #e1e1e142;
border-radius: 10px;
}
.trade-form textarea {
height: 150px !important;
padding-top: 20px;
}
.head-div li a {
font-size: 18px;
color: #1e1e1d !important;
}
.head-div li a i {
font-size: 18px;
color: #0b3064;
margin-right: 8px;
}
.contact-form .head-div h2 {
margin-bottom: 40px;
}
.trade-form button {
color: #fff;
}
.banner-bg {
height: 400px;
padding-top: 110px;
background-position: center;
position: relative;
z-index: 1;
}
.banner-bg:after {
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #00000063;
z-index: -1;
}
.popup-sec .banner-btn {
margin-top: 15px;
}
.popup-sec .modal-content .btn-close {
position: absolute;
right: -15px;
top: -17px;
opacity: 1;
color: #000 !important;
background: #fff;
z-index: 9999999999;
padding: 6px;
border-radius: 30px;
font-size: 15px;
line-height: 12px;
border: 3px solid #0b3064;
}
.popup-sec .modal .form-div-sec input {
height: 50px;
background: #f1f1f1;
border-radius: 10px;
border: 2px solid transparent;
padding-left: 15px;
width: 100%;
margin-bottom: 15px;
font-size: 13px;
}
.popup-sec .modal .form-div-sec textarea {
width: 100%;
height: 110px;
background: #f1f1f1;
border-radius: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 10px;
font-size: 13px;
border: 2px solid transparent;
resize: none;
}
.modal-body {
  padding: 20px;
  overflow: hidden;

}
.modal .form-div input:focus-visible,
.modal .form-div textarea:focus,
.modal .form-div textarea:focus-visible,
.popup-sec .modal .form-div input:focus {
border: 2px solid #957e5c;
outline: 0;
}
.popup-sec .modal .form-div-sec button.grad-btn {
width: 40%;
height: 40px;
position: relative;
margin: 0;
outline: 0;
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;
}
.popup-sec .success-div .normal-btn {
margin-left: 20px;
}
.popup-sec .form-div-sec:after {
position: absolute;
content: "";
width: 222px;
height: 198px;
background: url(../img/success-after.webp);
right: -100px;
bottom: -160px;
}
.popup-sec .modal-body:after {
position: absolute;
content: "";
width: 15px;
height: 15px;
background: #0b3064;
right: 0;
bottom: 0;
}
.form-div-sec .text-end {
z-index: 9;
}
.popup-sec h2 {
font-size: 25px;
margin: 0 0 30px;
}
.popup-sec .modal-header {
justify-content: center;
}
.popup-sec .t-btn-one {
margin: 20px auto 0;
display: table;
color: #fff;
}
.thank-you header {
background: #000;
}
.thanks {
padding: 350px 0 150px;
}

/* ============================================= BEGIN LP =========================================== */
.lp-page .banner-sec {
  background-image: url(../img/lpBanner.png);
}
.lp-page header {
  padding: 0px 0;
  background: rgb(0 0 0 / 47%);
}  
.lp-page .navbar-nav{
  display: none;
}
.lp-page .b-btn {
  background: 0 0;
  margin-left: 30px;
}
.lp-page .banner-sec .text span {
  padding: 0;
  color: #fff;
  font-size: 18px;
  border-radius: inherit;
  background: transparent;
  color: #FD746C;
}
.lp-page .banner-sec .text h1 {
  color: #fff;
  font-size: 39px;
  margin-top: 10px;
  margin-bottom: 0;
}
.lp-page .banner-sec .text h1 strong {
  color: #FD746C;
  background: linear-gradient(90deg, #FD746C 0%, #FF9068 50%, #FF9068 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-page .BannerFrom {
  padding: 20px;
  background: rgb(0 0 0 / 56%);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}
.lp-page .BannerFrom span {
  color: #fff;
  font-size: 25px;
  display: block;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.lp-page .BannerFrom span small{
  color: #FD746C;
  background: linear-gradient(90deg, #FD746C 0%, #FF9068 50%, #FF9068 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;    
  font-size: 25px;
}
.lp-page .BannerFrom .form-control{
  color: #868686;
  background: transparent;
  border: none;
  border-bottom: 1px solid #868686;
  border-radius: 0;
  padding: 10px 10px;
  height: 40px;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.lp-page .BannerFrom .form-control:focus{
border-bottom: 1px solid #0b3064;
outline: inherit;
box-shadow: none;
}
.lp-page .BannerFrom .t-btn-one{
width: 100%;
}
.lp-page .BannerFrom textarea.form-control{
  height: 100px;
}
.lp-page .transparentbtn{
display: inline-flex;
justify-content: center;
align-items: center;
min-width: 190px;
padding: 0 30px;
height: 55px;
border-radius: 5px;
border: 1px solid #0b3064;
background: transparent;
font-size: 18px;
transition: 0.5s;

}
.lp-page .transparentbtn:hover{
background: #fff;
box-shadow: 0 0 15px #f1f1f1;
color: #0b3064 !important;
border: 1px solid #fff;

}
.lp-page .BannerFrom label{
  font-size: 13px;
}
.lp-page .text h2 {
  color: #333232;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}


.RegisterProcess{
padding: 4% 0 5% 0;
position: relative;
}
.RegisterProcess:after{
content: '';
background-image: url('../img/processleft.png');
background-size: contain;
background-position: left;
background-repeat: no-repeat;
width: 101px;
height: 164px;
position: absolute;
left: 30px;
top: 40%;
}
.signupboxes {
background: #fff;
padding: 20px;
box-shadow: 1px 1px 10px rgb(0 0 0 / 11%);
position: relative;
min-height: 190px;
transition: 0.5s;
}
.signupboxes:hover {
  color:#fff;
  background: rgb(253,116,108);
  background: -moz-linear-gradient(86deg, rgba(253,116,108,1) 0%, rgba(255,144,104,1) 35%, rgba(255,144,104,1) 100%);
  background: -webkit-linear-gradient(86deg, rgba(253,116,108,1) 0%, rgba(255,144,104,1) 35%, rgba(255,144,104,1) 100%);
  background: linear-gradient(86deg, rgba(253,116,108,1) 0%, rgba(255,144,104,1) 35%, rgba(255,144,104,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd746c",endColorstr="#ff9068",GradientType=1);    
  transition: 0.5s;
}
.signupboxes:hover span{
  color:#fff;
}
.signupboxes:hover .one{
  color: #fff; /* Change color to white */
  opacity: 1;
}
.signupboxes span{
color: #333232;
font-size: 20px;
font-weight: 600;
display: block;
margin: 0px 0 20px 0;
}
.one:after{
content: '1';
display: block;
position: absolute;
top: 0;
right: 10px;
font-size: 50px;
color: #FE8669;
opacity: 0.4;
}
.two:after{
content: '2';
display: block;
position: absolute;
top: 0;
right: 10px;
font-size: 50px;
color: #FE8669;
opacity: 0.4;
}
.theree:after{
content: '3';
display: block;
position: absolute;
top: 0;
right: 10px;
font-size: 50px;
color: #FE8669;
opacity: 0.4;
}
.four:after{
content: '4';
display: block;
position: absolute;
top: 0;
right: 10px;
font-size: 50px;
color: #FE8669;
opacity: 0.4;
}
.CallSection{
background-image: url(../img/newsletter-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
width: 100%;
padding: 5% 0;
}
.callinner small{
color: #fff;
font-size: 23px;
}
.callinner p{
color: #fff;
width: 70%;
margin: 20px auto;
font-weight: 400;
font-size: 16px;
}
.lp-page .CallSection .callinner h2{
color: #fff;
margin: 0 0 10px 0;
}
.lp-page .CallSection .callinner span{
color: #FD746C;
background: linear-gradient(90deg, #FD746C 0%, #FF9068 50%, #FF9068 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.lp-page .t-btn-one {
display: inline-flex;
justify-content: center;
align-items: center;
min-width: 190px;
padding: 0 30px;
height: 55px;
border-radius: 5px;
border: 1px solid #0b3064;
background: #0b3064;
font-size: 18px;
transition: 0.5s;
background: rgb(253,116,108);
background: -moz-linear-gradient(86deg, rgba(253,116,108,1) 0%, rgba(255,144,104,1) 35%, rgba(255,144,104,1) 100%);
background: -webkit-linear-gradient(86deg, rgba(253,116,108,1) 0%, rgba(255,144,104,1) 35%, rgba(255,144,104,1) 100%);
background: linear-gradient(86deg, rgba(253,116,108,1) 0%, rgba(255,144,104,1) 35%, rgba(255,144,104,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd746c",endColorstr="#ff9068",GradientType=1);
margin-right: 10px;
}
.lp-page .t-btn-one:hover {
background: #fff;
box-shadow: 0 0 15px #f1f1f1;
color: #0b3064 !important;
border: 1px solid #fff;
transition: 0.5s;
}
/* ============================================= BEGIN LP =========================================== */

/* ============================================= Value Sec Css Lp Start =========================================== */

.lp-page .value-sec .img-box img {
width: 100%;
margin: 0 0 -60px;
}

.lp-page .value-sec {
padding: 0px 0 0px;
}
.lp-page .text h1 {
  font-size: 35px;
  color: #252525;
  margin: 10px 0;
}
.lp-page .banner-sec .text p{
  color: #fff;
}
.lp-page .text p {
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 10px;
}
.lp-page .CallSection .text p {
  color: #fff;
  width: 60%;
  margin: 15px auto;
}
.lp-page .bg-get .text p {
  color: #fff;
  width: auto;
  margin: inherit;
}
.lp-page .text strong {
color: #fd746c;
}

.lp-page .list-sty li {
  color: #000000;
  font-size: 15px;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.lp-page .value-sec .list-sty li i {
background: #0b3064;
font-size: 12px;
padding: 4px;
color: white;
border-radius: 42px;
}
.get-sec {
background: linear-gradient(90deg, #f5f5f5 83%, #fff 15%);
position: relative;
z-index: 1;
border-radius: 10px 20px 20px 0px;
}

.get-sec::before {
position: absolute;
content: "";
background-size: cover;
background-image: url("../img/shadow-lp-1.png");
width: 80px;
height: 170px;
background-repeat: no-repeat;
right: 14%;
z-index: -1;
top: -70px;
}
.get-sec::after {
position: absolute;
content: "";
background-size: cover;
background-image: url("../img/shadow-lp.png");
background-repeat: no-repeat;
left: 0;
top: 60px;
width: 67%;
height: 514px;
z-index: -1;
}

.lp-page .boxs h6 {
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
border: 3px solid #fe8669;
border-radius: 60px;
font-size: 15px;
text-transform: uppercase;
color: #fe8669;
}
.get-sec .img-box img {
width: 100%;
border-radius: 10px 20px 20px 0px;
clip-path: polygon(0 0, 100% 0, 100% 100%, 34% 100%);
}
.lp-page .boxs {
  background: #ffffff;
  padding: 20px;
  border-radius: 15px;
  min-height: 343px;
}
.lp-page .boxs h3 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
}
.lp-page .box h3 {
  font-size: 20px;
  margin: 15px 0 10px;
}
.lp-service .transparentbtn {
color: #252525 !important;
border: 1px solid #252525;
margin-left: 20px;
}
.lp-service {
padding: 100px 0;
position: relative;
}

.lp-service:after {
position: absolute;
content: "";
background-size: cover;
background-image: url(../img/lp-shadow-5.png);
background-repeat: no-repeat;
left: 0;
width: 130px;
height: 52px;
z-index: -1;
top: 50%;
}

.lp-service .text img {
border-radius: 15px;
margin: 50px 0 0;
width: 100%;
}

.lp-service .box {
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 20px #ebebeb;
  border-radius: 15px;
  transition: 0.5s;
  min-height: 278px;
}
.lp-service .box h3 {
  font-size: 20px;
  margin: 15px 0 10px;
}

.mabot .col-lg-6.col-md-12 {
margin: 0 0 30px;
}

.lp-service .box:hover {
  background: rgb(253,116,108);
  background: -moz-linear-gradient(86deg, rgba(253,116,108,1) 0%, rgba(255,144,104,1) 35%, rgba(255,144,104,1) 100%);
  background: -webkit-linear-gradient(86deg, rgba(253,116,108,1) 0%, rgba(255,144,104,1) 35%, rgba(255,144,104,1) 100%);
  background: linear-gradient(86deg, rgba(253,116,108,1) 0%, rgba(255,144,104,1) 35%, rgba(255,144,104,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd746c",endColorstr="#ff9068",GradientType=1);
}

.lp-service .box:hover h3,
.lp-service .box:hover p {
color: white;
}

.lp-service .box:hover img {
filter: brightness(0) invert(1);
}

.lp-page .pkg-sec {
position: relative;
padding: 90px 0;
}
.lp-page .pkg-sec::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-image: url(../img/lp-shadow-2.png);
  background-repeat: no-repeat;
  left: 0;
  bottom: 180px;
  width: 70px;
  height: 165px;
  z-index: -1;
}
.lp-page .pkg-sec::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-image: url(../img/lp-shadow-3.png);
  background-repeat: no-repeat;
  right: 0;
  top: -30px;
  width: 98px;
  height: 165px;
  z-index: -1;
}
.lp-page .testi-sec {
padding: 100px 0;
background: #fe7e6b;
}
.lp-page .testi-box {
background: transparent;
border: 1px solid #d9d9d9;
position: relative;
}

.lp-page .testi-box:after {
position: absolute;
content: "";
background-image: url("../img/testi-1.png");
background-size: cover;
background-repeat: no-repeat;
width: 100px;
height: 70px;
top: 10px;
}

.lp-page .testi-box p {
color: #ffffff;
}
.lp-page .test-box h3 {
color: #ffffff;
}
.lp-page .test-slider .slick-arrow {
font-size: 18px;
color: black;
height: 52px;
background: #ffffff69;
border-radius: 50px;
padding: 0;
transition: 0.5s;
}
.lp-page .testi-sec h2 {
color: white;
}

.lp-page .testi-sec span {
color: white;
}
.lp-page .testi-sec p {
color: white;
}
.lp-page .test-slider .slick-arrow:hover {
background: white;
}
.lp-page .faq-sec {
padding: 90px 0;
position: relative;
}

.lp-page .faq-sec::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-image: url(../img/lp-shadow-4.png);
  background-repeat: no-repeat;
  left: 0;
  width: 160px;
  height: 72px;
  z-index: -1;
  top: 50%;
}

.lp-page footer {
  background: #000000;
  padding: 40px 0 20px;
}

.value-sec .text {
padding: 0 0 60px;
}
.banner-sec .transparentbtn {
margin-left: 15px;
}
.lp-page .lp-service .transparentbtn:hover {
border: 1px solid black;
}

.CallSection .transparentbtn {
margin-left: 15px;
}
.call-div {
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  column-gap: 15px;
  position: relative;
}

.call-div:after {
position: absolute;
content: "";
right: -32px;
width: 1px;
background-color: #fff;
height: 50px;
opacity: 0.5;
}

.call-main {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 80%;
  margin: 30px auto 0;
  column-gap: 70px;
}
.call-div a {
display: block;
font-size: 16px;
}
.call-div p {
margin: 0;
width: 100%;
font-size: 13px;
}

.bg-get {
background-image: url("../img/bg-get.png");
}
.call-div i {
font-size: 20px;
color: white;
}
.non-aft:after {
display: none;
}
.bg-get .t-btn-one {
min-width: 200px;
padding: 0 20px;
font-size: 17px;
}
.bg-get .text span {
font-weight: 600;
margin: 0 auto 15px;
display: table;
}
.lp-page .pkg-body a {
  background: #dedede;
  border: transparent;
  width: 100%;
  color: #000 !important;
  margin-top: 40px;
}
/* ============================================= Value Sec Css Lp End =========================================== */


/********form start********/

.section_head {
  margin: 40px 0;
}

/* Registration_form */
.registration_header .btn_group a:first-child {
background: transparent;
color: #0b3064;
}
.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: #0b3064;
}

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: #0b3064;
}
.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: #0b3064;
}
.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: #0b3064;
  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: #0b3064;
  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: #0b3064;
  /* font-size: 12px; */
  /* font-weight: 400;*/
}

.form-tooltip>span {
color: #fff;
  width: 18px;
  height: 18px;
  background-image: linear-gradient(to bottom, #0b3064, #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-step .col-md-8 .col-md-4:nth-child(2) a,
.row.pkg-box-step .col-md-8 .col-md-6:nth-child(2) a {
  background: #65cfa9;
}

.row.pkg-box-step .col-md-8 .col-md-4:nth-child(3) a {
  background: #6db6e4;
}

.row.pkg-box-step .col-md-8 .col-md-4 a,
.row.pkg-box-step .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-step .col-md-8 .col-md-4 {
  text-align: center;
}

.row.pkg-box-step .col-md-4 {
  text-align: left;
}

.row.pkg-box-step .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 #0b3064;
  text-align: left;
  padding: 55px 30px 50px 65px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.expedited-box h6 {
  color: #0b3064 !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.expedited-box h6 img {
  margin-right: 10px;
}


.expedited-info {
      background: #0b3064;
  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: #0b306414;
  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-one {
  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-step .col-md-8 .col-md-3 label, .row.pkg-box-step .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-step .col-md-8 .col-md-3:nth-child(2) label, .row.pkg-box-step .col-md-8 .col-md-6:nth-child(2) label {
background: #65cfa9;
}
.row.pkg-box-step .col-md-8 .col-md-3:nth-child(3) label {
background: #6db6e4;
}

.row.pkg-box-step .col-md-8 .col-md-3:nth-child(4) label {
  background: #bbca1e;
}

.row.pkg-box-step .col-md-8 .col-md-3 input[type="radio"], .row.pkg-box-step .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: #0b3064;
}

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********/


.form-main header {
  position: relative;
}

.form-main header a {
  color: #000 !important;
}

.form-main .t-btn-one {
  color: #fff;
}
.BannerFrom .form-check {
  padding-left: 20px;
}
.bg-green:after{
  content: '';
  display: block;
  background-image: url(../img/pop.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  clip-path: polygon(0 0%, 100% 0, 88% 96%, 0% 560%);
}
.bg-green:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #0b3064;
  left: 0;
  top: 0;
  z-index: 99;
}
body.modal-open {
  padding: 0px !important;
  margin: 0px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}


