::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #082032;
}
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

@font-face {
  font-family: "Gilroy-Black";
  src: url("../fonts/Gilroy-Black.eot");
  src: url("../fonts/Gilroy-Black-1.eot") format("embedded-opentype"),
    url("../fonts/Gilroy-Black.woff2") format("woff2"),
    url("../fonts/Gilroy-Black.woff") format("woff"),
    url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular-1.eot") format("embedded-opentype"),
    url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff"),
    url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold-1.eot") format("embedded-opentype"),
    url("../fonts/Gilroy-Bold.woff2") format("woff2"),
    url("../fonts/Gilroy-Bold.woff") format("woff"),
    url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold-1.eot") format("embedded-opentype"),
    url("../fonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("../fonts/Gilroy-SemiBold.woff") format("woff"),
    url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light-1.eot") format("embedded-opentype"),
    url("../fonts/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/Gilroy-Light.woff") format("woff"),
    url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium-1.eot") format("embedded-opentype"),
    url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff"),
    url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-color: #d0a76a;
  --secondary-color: #1f2937;
  --third-color: #fff;
  --animate: transition: all 1s ease-out;
}
body {
  color: #5b5b5b;
  line-height: 1.5;
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden
}
::selection {
  background: var(--primary-color);
  color: var(--secondary-color);
  text-shadow: none;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}
p {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Gilroy-Regular";
}
li {
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy-Regular";
  font-weight: 600;
  color: #000000;
}
a {
  list-style-type: none;
  color: #777777;
  text-decoration: none;
  font-family: "Gilroy-Regular";
}
.color-white {
  color: var(--third-color) !important;
}
.color-black {
  color: #000 !important;
}
.color-skyblue {
  color: #d0a76a !important;
}
.color-grey {
  color: #0d0d0d !important;
}
.bg-skublue {
  background: var(--Primary-Primary, #d0a76a);
}
.bg-black {
  background: #1e1e1e;
}
.bg-grey {
  background: #0d0d0d;
}
.bg-lightgrey {
  background: #f4f4f4;
}
/* *********************  Btn One Style  ********************** */
.t-btn-one {
  border-radius: 0px;
  box-sizing: border-box;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  background: var(--primary-color);
  color: var(--third-color);
  transition: ease 0.4s;
  border: 1px solid transparent;
  text-align: center;
  padding: 15px 65px;
  display: inline-block;
  border-radius: 7px;
  font-family: "Gilroy-SemiBold";
}
.t-btn-one:hover {
  background: none;
  color: var(--third-color) !important;
  border: 1px solid var(--third-color);
}
.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: var(--third-color);
  transition: ease 0.4s;
  border: 1px solid var(--third-color);
  text-align: center;
  padding: 15px 65px;
  display: inline-block;
  border-radius: 7px;
  font-family: "Gilroy-SemiBold";
  margin: 0 10px;
}
.normal-btn:hover {
  background: #d0a76a;
  color: var(--secondary-color) !important;
  border: 1px solid transparent;
}
/* *********************  Btn One Style End ********************** */
/* ************************** Main Header Css **************************** */
button.navbar-toggler {
  background: #1f2937;
}
nav.navbar.navbar-expand-lg {
  padding: 10px 0 10px 0;
}
@media (max-width: 1024px) {
  .header .navbar.navbar-expand-lg {
    display: none;
  }
  .header .bg-body-tertiary {
    display: block !important;
  }
  .offcanvas-title img {
    width: 130px;
  }
}
.header .bg-body-tertiary {
  display: none;
}
.header {
  padding: 0;
}
.topctbtn a {
  color: var(--third-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  margin-left: 10px;
}
.topctbtn a:hover{
  color: var(--primary-color);
}
.topcta {
  background: var(--Base-neutral-focus, #1f2937);
  height: 45px;
}
.topctbtn a i {
  margin-right: 4px;
}
.navbar-brand img {
  width: 250px;
}
.header ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.header ul li a:hover{
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color) !important;
}
.header ul.navbar-nav li a {
  padding: 10px 20px !important;
  margin-bottom: 0px;
  border-radius: 7px;
  color: var(--third-color);
  font-size: 18px;
  font-weight: 700;
}

nav ul li a:hover,
nav ul li a.active,
nav ul li a:focus {
  color: #2e3192 !important;
}
.header ul.dropdown-menu li {
  display: block;
}
.header ul.dropdown-menu li a {
  width: 100%;
  color: #000;
  padding: 10px 10px !important;
  transition: ease 0.4s;
}
.header ul.dropdown-menu li a:hover {
  color: #000 !important;
  background: #fcaf43;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* ************************** Main Header Css End **************************** */
/* ************************** Banner Css Start **************************** */
.BannerMain {
  background-image: url(../img/Banner.webp);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  padding: 8% 0;
}
.banner {
  background: url(../img/banner-bg.webp) no-repeat;
  background-position: center;
  background-size: cover; 
  padding: 150px 0 250px;
  position: relative;
}

.banner:before {
  position: absolute;
  content: "";
  width: 37.2%;
  height: 100%;
  background: #000023b3;
  left: 0;
  top: 0;
  z-index: 0;
}

.banner:after {
  position: absolute;
  content: "";
  width: 248px;
  height: 248px;
  background: url(../img/call-now-img.webp) no-repeat;
  right: 15%;
  bottom: -9%;
  z-index: 0;
  background-size: 70%;
}

.banner .down-clip img {
  position: absolute;
  bottom: -1px;
  width: 100%;
}

.banner h1:before {
  position: absolute;
  content: "";
  width: 89%;
  height: 222px;
  background: url(../img/banner-heading-before.webp) no-repeat;
  left: 0;
  top: -15px;
  background-size: 93%;
  z-index: 0;
}

.banner .btn-div .global-btn:hover {
  color: #d0a76a !important;
}

.head-div {
  position: relative;
  z-index: 2;
}
.bannerformMain {
  background: var(--secondary-color);
  padding: 25px;
  border-radius: 15px;
  /* From https://css.glass */
  background: rgba(31, 41, 55, 0.78);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(31, 41, 55, 0.3);
}
.bannerform h1 {
  color: var(--third-color);
  font-family: "Gilroy-Bold";
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  margin-bottom: 30px;
}
.bannerform p {
  font-family: "Gilroy-Medium";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: var(--third-color);
  margin: 15px 0 0px 0;
}
.bannerform ul li {
  font-family: "Gilroy-Medium";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: var(--third-color);
  margin: 0 0 10px 0;
}
.bannerform ul {
  margin: 20px 0 20px 0;
}
li i {
  font-size: 10px;
  color: var(--primary-color);
  position: relative;
  bottom: 2px;
  margin-right: 5px;
}
.bannerform h1 span {
  color: var(--primary-color);
}
.viewpackage p {
  font-family: "Gilroy-Medium";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: var(--third-color);
  margin: 15px 0 0px 0;
}
.bannerform a {
  margin-top: 20px;
  margin-right: 10px;
  padding: 15px;
}
.viewpackage a {
  color: var(--primary-color);
}
.viewpackage a:hover {
  color: var(--third-color);
}
.TrademarkSimplified {
  padding: 5% 0;
  /* background: var(--secondary-color); */
}
.TrademarkSimplified p {
  color: #000;
}

.TrademarkSimplified .timeline span {
  width: 50px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}

.timeline:after {
  position: absolute;
  content: "";
  width: 353px;
  height: 11px;
  background: url(../img/timeline-1-after.webp) no-repeat;
  right: -51%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-size: 85%;
}
.bg-cream {
  background: #dda15e;
}
.fs25 {
  font-size: 25px !important;
}

.timeline-three:after {
  display: none;
}

.three-steps {
  min-height: 329px;
}
.stars ul li i {
  font-size: 15px;
  color: #f8b820;
  position: relative;
  top: 3px;
}
.stars.d-flex p {
  width: 60%;
}
.stars {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.WhiteCenterHeading span {
  color: #0f172a;
  font-family: "Gilroy-Bold";
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
.WhiteCenterHeading span small {
  color: var(--primary-color);
  font-size: 50px;
  line-height: 50px;
}
.stars p {
  width: 38%;
  margin-left: 10px;
}
.WhiteCenterHeading {
  margin: 50px auto;
  display: table;
  width: 70%;
}
.simplifiedbox {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--third-color);
  padding: 20px;
  flex-direction: column;
  border-radius: 10px;
  margin-top: 70px;
}
.simplifiedbox img {
  width: 90px;
  height: 90px;
  object-fit: scale-down;
  margin-bottom: 20px;
}
.simplifiedbox span {
  color: var(--secondary-color);
  font-size: 24px;
  font-family: "Gilroy-Bold";
  margin: 10px 0 20px 0;
}
.simplifiedbox p {
  color: var(--secondary-color);
  text-align: center;
  margin: 0;
}
.blackbg {
  background: var(--secondary-color);
}
.blackbg p {
  color: var(--third-color);
  font-size: 16px;
}
.blackbg span {
  color: var(--third-color);
}
/* ************************** Banner Css End **************************** */
/* ************************** START Packages Main **************************** */
.packagesmainsec{
  padding: 5% 0;
}
.packagesmain{
    box-shadow: 1px 1px 11px rgb(0 0 0 / 33%);
    border-radius: 15px;
    position: relative;
    padding: 15px 0;
    min-height: 720px;
}
.packagesmain:hover{
  transition: all 1s ;
  background: #374151;
  color: var(--third-color);
}
.packagesmain:hover .packagestop span{
  color: #f9b739;
}
.packagesmain:hover .packagestop p, .packagesmain:hover .packagestop h3{
  color: #d0a76a;
}
.packagesmain:hover .packagesdetail p{
  color: var(--secondary-color);
}
.centerblackHead {
  margin: 50px auto;
  display: table;
  width: 70%;
}
.centerblackHead span {
  color: var(--secondary-color);
  font-family: "Gilroy-Bold";
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
.centerblackHead span small{
  color: var(--primary-color);
}
.packagestop span {
  color: var(--secondary-color);
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-family: "Gilroy-Bold";
}
.packagestop h3 {
  color: var(--secondary-color);
  font-size: 45px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-family: "Gilroy-Bold";
}
.packagestop h3 sup{
  color: #EB1515;
  text-decoration: line-through;
}
.packagestop {
  text-align: center;
}
.packagesdetail {
  background: #F3F4F6;
  padding: 13px 20px;
}
.packagesdetail p {
  text-align: center;
  margin: 0;
}
.packgeslist {
  padding: 20px;
}
.packgeslist ul {
    height: 300px;
    overflow-y: scroll;
}
.packgeslist ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 15px;
  width: 100%;
}
.packgeslist ul li i {
  position: absolute;
  left: 0;
  top: 7px;
}
.getbtn {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.recommeneded {
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  background: #374151;
  color: #FFB739;
  text-align: center;
  display: table;
  margin: 0px auto;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}
/* ************************** END Packages Main **************************** */
/* ************************* BEGIN Stress Free Main **************************** */
.stress-free {
  background: #0f172a;
  padding: 50px 0;
  margin-top: 150px;
}

.stress-free .stress-img-div:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  background: url(../img/stress-img.webp) no-repeat;
  right: 0;
  top: -110px;
  background-size: 100%;
}
.head-div h2 {
  font-size: 50px;
  position: relative;
  margin-bottom: 10px;
  color: #0f172a;
}

.head-div h2 span {
  color: #dda15e;
}

.stress-free a.global-btn:hover {
  color: #d0a76a !important;
}
.safgaurdleft span {
  color: var(--secondary-color);
  font-family: "Gilroy-Bold";
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 20px;
  display: block;
}
.safgaurdright img {
  border-radius: 15px;
}
.sefgaurdSec {
  padding-bottom: 6%;
}
.forspace a {
  margin-top: 40px;
}
/* ************************* END Stress Free Main **************************** */
.bg-blue {
  background: #0f172a;
}

.color-cream {
  color: #dda15e !important;
}

.legal-pro-main .legal-pro-one {
  padding: 100px 0;
}

.legal-pro-two {
  padding-bottom: 100px;
}

.legal-pro-main:before {
  position: absolute;
  content: "";
  width: 323px;
  height: 100%;
  background: url(../img/legal-before.webp) no-repeat;
  top: 0;
  background-size: 81%;
  z-index: 1;
}
.legal-pro-two .legal-slider .legal-items {
  background: #f6e9d2;
  margin: 0 15px;
  border-radius: 20px;
  text-align: center;
  padding: 70px 60px;
  min-height: 390px;
  transition: 0.5s ease;
}

.legal-pro-two .legal-slider .legal-items:hover img {
  filter: invert(100%) sepia(80%) saturate(4490%) hue-rotate(300deg)
    brightness(80%) contrast(100%);
}

.legal-pro-two .legal-slider .legal-items:hover {
  background: #0f172a;
}

.legal-pro-two .legal-slider .legal-items:hover p {
  color: #f9fafb;
}

.legal-pro-two .legal-slider .legal-items:hover h4 {
  color: #dda15e;
}

.legal-pro-two .legal-slider .legal-items img {
  margin: 0 auto;
}

.legal-pro-main .legal-pro-one:after {
  position: absolute;
  content: "";
  width: 139px;
  height: 100%;
  background: url(../img/legal-after.webp) no-repeat;
  top: 0;
  right: 0;
  background-size: 100%;
  z-index: 1;
}

.legal-slider button.prev,
.legal-slider button.next {
  position: absolute;
  right: 20%;
  top: -130px;
  width: 67px;
  background: #f6e9d2;
  border: none;
  border-radius: 7px;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  transition: ease 0.5s;
}

/* .legal-slider button.next {
  right: -100px;
} */

.legal-slider button.prev {
  z-index: 2;
  right: 25%;
}

.legal-slider button.prev:hover,
.legal-slider button.next:hover {
  background: #dda15e;
}
/* ************************* BEGIN Registration Brand **************************** */
.reg-trademark .two-boxes .btn-div {
  margin: 0 auto;
  width: 100%;
}

.reg-trademark .two-boxes .btn-div a {
  width: 47.6%;
  display: inline-block;
  margin-left: 0 !important;
}

/* ************************* END Registration Brand **************************** */
/* ************************* BEGIN File Trademark **************************** */

.cta .normal-btn {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.cta {
  padding: 3% 0;
}
.cta .forspace a {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cta .forspace a:hover{
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color) !important;  
}
/* ************************* END File Trademark **************************** */
/* ************************** Footer Css **************************** */

.footer {
  padding: 100px 0px 50px;
  background: #111729;
}

ul.foot-list-all li {
  list-style: none;
  margin-left: -30px;
}

ul.foot-resources li {
  list-style: none;
  margin-left: 0px;
}

ul.foot-contact li {
    list-style: none;
    margin-left: 0;
}
.foot-contact li {
    display: block;
}
.foot-head-all h4 {
  font-size: 28px;
  font-family: "gilroy-medium";
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.foot-head-01 img {
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}
.foot-head-01 p {
  font-size: 18px;
  font-family: "gilroy-regular";
  font-weight: 500;
  color: #fff;
}
.foot-head-all li {
  padding-bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "gilroy-regular";
}
ul.foot-list-all li a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
ul.foot-list-all li a:hover {
  color: #d0a76a;
  transition: color 0.4s ease-out;
}
ul.foot-list-all li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 2px;
  background-color: #d0a76a;
  transition: width 0.4s ease-out;
}
ul.foot-list-all li a:hover::after {
  width: 100%;
}
.foot-head-02 {
  padding-left: 40px;
}
.foot-head-03 {
  padding-left: 40px;
}
.foot-row-01 {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
.row.foot-row-02 {
  padding-top: 25px;
}
.row.foot-row-02 p {
  font-size: 18px;
  font-family: "gilroy-regular";
  font-weight: 500;
  color: #fff;
}
ul.foot-contact li a {
  font-family: "gilroy-regular";
  color: #fff;
  text-decoration: none;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}
ul.foot-contact li a:hover {
  color: #ffffff!important;
}
a.foot-policy {
  font-family: "gilroy-regular";
  color: #fff;
  text-decoration: underline;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}
a.foot-policy:hover {
  font-family: "gilroy-regular";
  color: #fff;
  text-decoration: underline;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}
.foot-head-04 img {
  width: 100%;
}
.spacingg-02 {
  padding-top: 186px;
}
.sec-09-heads .CenterHeading span {
  color: #fff;
}
.sec-09-heads .CenterHeading p {
  color: #fff;
}

/* ************************** Footer Css End **************************** */
/* ************************** Submit Modal Section  **************************** */
.submitmodal {
  padding: 5% 0;
}
.redbg {
  background: #B22234;
  color: #fff;
  padding: 5%;
  border-radius: 15px;
  margin-top: 2%;
}
.submitleft span {
  font-size: 30px;
  font-weight: 500;
}
.submitleft small {
  font-size: 24px;
  font-weight: 500;
}

.searchinput {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.searchinput .form-control {
  background: #fff;
  border: 1px solid #B22234;
  border-radius: 7px;
}
.TrademarkSearch .modal-content {
  background: #fff;
}
.trademarkseachcontent span {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #B22234;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.trademarkseachcontent p {
  color: #0c1f43;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 600;
  font-size: 20px;
}
.TrademarkSearch.main-btn {
  width: 60%;
}
.TrademarkSearch .main-btn {
  width: 190px;
  padding: 14px 0;
  margin: 0 0 0 10px;
}
.TrademarkSearch .modal-header {
  border-bottom: 1px solid #fff;
  padding: 10px 10px;
}
.fade {
  transition: opacity 0.15s linear;
  background: #0000003d;
  backdrop-filter: blur(15px);
}
/* ************************** Submit Modal Section  **************************** */
/* ************************** Get Started Popup **************************** */
.pop-up .modal-content {
  background: var(--secondary-color);
}
.popup-title h4 {
  color: var(--third-color);
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
.popup-title h4 span{
  color: var(--primary-color);
}
.popup-title p {
  color: var(--third-color);
  text-align: center;
  margin: 20px 0 30px 0;
}
button.close-icon {
  background: none;
  border: none;
  color: var(--third-color);
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
}
input.form-control {
  background: var(--third-color);
  border: 1px solid var(--primary-color);
  margin: 10px 0;
  color: #b8b8b8;
  height: 60px;
  border-radius: 7px;
}
textarea.form-control.cmessage {
  height: 219px;
}
.iti{
  width: 100%!important;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
}

.loader-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-overlay img {
    width: 80px;
    height: 80px;
}
.hidden{
  display: none;
}
.checkfields {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.mmpopup .fld-input p {
    font-size: 12px;
    text-align: left;
    margin: 5px 0 0;
}
.questLogo {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0px;
}

.checkVal label {
    font-size: 16px;
    color: #fff;
    margin: 0px 15px 0px 2px;
}
.error {
    color: red;
}
.call_btn_top a {
    top: 38px;
    position: fixed;
    background: var(--primary-color);
    right: 40px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 4;
    color: #fff;
}
@media (max-width: 575px) {
    .call_btn_top a {
        display:none
    }
}
@media (max-width: 734px) and (min-width:667px) {
    .call_btn_top a {
        display: none
    }
}
.log_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.log_flex img {
    max-width: 120px;
    margin: 0;
    filter: none;
}
.uspto-logo img {
    filter: brightness(0) invert(1);
}
.uspto-footer {
    background: var(--secondary-color);
    padding: 20px 0px;
}
/* ************************** Get Started Popup **************************** */
