*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
     font-family: "Poppins", sans-serif;
}
html,body{
    overflow-x: hidden;
}
:root{
    --primary-color: #223756;
    --secondry-color: #C84A31;
    --white-color: #FFFFFF;
    --black-color: #000;
     --regular: 400;
    --light: 300;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --extrabold: 800;
    --light-color: 248, 248, 255;
    --dark-color: 22, 25, 37;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
        --tw-translate-x: 0;
    --tw-rotate: 45deg;
--tw-translate-y: -50%;
}
.containerfluid{
    padding-left: 145px;
    padding-right: 145px;
}
/* header */
.list-item li a{
    color: var(--black-color);
    font-size: 14.6px;
    line-height: 24px;
    font-weight: var(--regular);
        text-transform: uppercase;
}
.list-item>li.dropdown::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    color: #1d1d1d;
    position: absolute;
    right: -18px;
    bottom: 1px;
    font-weight: bold;
}
.list-item>li.dropdown {
    position: relative;
}
.dropdown-list {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #fff;
    text-align: left;
    /* padding: 35px 25px; */
    right: 0;
    margin: auto;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    z-index: 2;
    border: solid 1px #ededed;
}
.list-item li.dropdown:hover .dropdown-list {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.dropdown-list li {
    padding: 10px 20px;
}
.live-chat-btn a{
    background-color: var(--secondry-color);
    color: var(--white-color);
    font-size: 14.6px;
    line-height: 24px;
    font-weight: var(--regular);
    border-radius: 7px;
    width: 99px;
    height: 46px;
}
.cross-btn,
.bar-btn {
    display: none;
}
.header {
    padding: 20px 0;
}
.hero-banner{
    background-image: url("../images/banner-tm-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.baner-home img {
    width: 43vw;
    right: 0;
}
.baner-home{
    position: absolute;
    right: 10%;
    bottom: 0;
}
.keyword {
    background-color: var(--secondry-color);
    display: inline-block;
    padding: 6px 15px;
}
.keyword span{
font-size: 25px;
color: var(--white-color);
font-weight: var(--light);
line-height: 37.5px;
}
.keyword .boldproperty{
    font-weight: var(--semibold);
}
.banner-content h1{
    font-size: 96px;
    color: var(--white-color);
    line-height: 96px;
    letter-spacing: -2px;
}
.banner-content h1 span{
  font-weight: 100;  
}
.slogan{
    font-size: 55px;
    line-height: 82.5px;
    font-weight: 100;
    margin-bottom: 0;
    color: var(--white-color);
}
.small-hd{
    font-size: 18px;
    line-height: 18px;
    font-weight: var(--semibold);
    color: var(--primary-color);
    font-style: italic;
}
.dollar{
    font-size: 65px;
    color: var(--secondry-color);
    line-height: 65px;
    letter-spacing: -5px;
    font-weight: var(--extrabold);
}
.pricing-dollar {
    padding: .5rem;
}
.bg-white:before{
    content: "";
    background-color: var(--white-color);
    width: 1rem;
    height: 1rem;
     position: absolute;
    left: -8px;
    top: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.usps li{
    font-size: 18px;
    line-height: 27px;
    font-weight: var(--regular);
    color: var(--white-color);
    padding-bottom: 8px;
}
.getstarted-btn a{
background-color: var(--secondry-color);
color: var(--white-color);
border-radius: 10px;
font-size: 16px;
font-weight: var(--bold);
line-height: 24px;
 height: 48px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 30px;
}
.chat-live a{
    background-color: var(--white-color);
    color: var(--primary-color);
   
}
/* home-page-css */
.about-trademark {
    padding: 100px 0;
}
.about-content h6{
 font-size: 18px;
 font-weight: var(--medium);
color: var(--secondry-color); 
letter-spacing: 1px;
line-height: 21.6px;
text-transform: uppercase;
}
.about-content h2{
font-size: 40px;
line-height: 46.1px;
color: var(--primary-color);
font-weight: var(--bold);
text-transform: uppercase;
}
.about-content p{
font-size: 16px;
line-height: 28.8px;
color: #767575;
font-weight: var(--regular);
}
.about-content ul li{
 font-size: 16px;
line-height: 28.8px;
color: #767575;
font-weight: var(--regular);   
}
.about-content ul li span{
    color: var(--secondry-color);
    font-weight: var(--semibold);
}
.about-content ul li i{
    color: var(--secondry-color);
}
.register-trademark a{
    background-color: var(--secondry-color);
    font-size: 16px;
    line-height: 18px;
    font-weight: var(--light);
    color: var(--white-color);
    border-radius: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    width: 230px;
    justify-content: center;
    text-transform: uppercase;
}
.chat-us a{
    background-color: transparent;
    border: 2px solid var(--secondry-color);
    color: var(--secondry-color);
}
.why-choose-hd h6{
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 1px;
    color: var(--secondry-color);
    font-weight: var(--medium);
    text-transform: uppercase;
}
.why-choose-hd h2{
    font-size: 38.4px;
    line-height: 46.1px;
    color: var(--primary-color);
    font-weight: var(--bold);
}
.why-choose-hd h2 span{
    color: var(--secondry-color);
}
.why-choose-hd p{
    font-size: 16px;
    line-height: 28.8px;
    color: var(--black-color);
    font-weight: var(--regular);
}
.bg-whychoose{
background-image: url("../images/whychoose-background.webp");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 50px 0;
}
.whychoose-style h6{
    color: var(--white-color);
    font-size: 32px;
    line-height: 44.8px;
    font-weight: var(--semibold);
    margin-bottom: 0;
}
.whychoose-style p{
    color: var(--white-color);
    font-size: 16px;
    line-height: 28.8px;
    font-weight: var(--regular);
    margin-bottom: 0;
}
.register-trademarks {
    background-color: #EFEFEF;
    padding: 100px 0;
}
.secure-business-style h3{
    color: var(--primary-color);
    line-height: 26.4px;
    font-size: 22px;
    font-weight: var(--semibold);
}
.secure-business-style p{
    color: #767575;
    font-size: 16px;
    line-height: 28.8px;
    font-weight: var(--regular);
    margin-bottom: 0;
}
.secure-business-style {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.17);
}
.cta-section{
background-image: url("../images/cta-bg.webp");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 50px 0;
}
.cta-content h2{
    font-size: 36px;
    line-height: 39.6px;
    font-weight: var(--bold);
    color: var(--white-color);
}
.cta-content p{
    font-size: 15px;
    line-height: 25.5px;
    font-weight: var(--regular);
    color: var(--white-color);
     margin-bottom: 0;
}

.btn-c a {
    background-color: var(--secondry-color);
    border-radius: 10px;
    font-size: 17.6px;
    line-height: 24.6px;
    font-weight: var(--regular);
    color: var(--white-color);
    text-transform: uppercase;
    width: 359px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
}
.get-started a{
    background-color: transparent;
    border: 2px solid var(--secondry-color);
}
.our-services {
    background-color: #EFEFEF;
    padding: 100px 0;
}
.whychoose {
    padding-top: 100px;
}
.trademark-slide-style {
    background-color: var(--primary-color);
    border-radius: 12px;
    padding: 40px 20px;
    height: 100%;
    width: 95%;
    margin: auto;
}
.trademark-slide-style h3{
    color: var(--white-color);
    font-size: 22px;
    line-height: 33px;
    font-weight: var(--semibold);

}
.trademark-slide-style p{
    color: var(--white-color);
    font-size: 16px;
    line-height: 28.8px;
    font-weight: var(--light);
}
.readmore-btn a{
    background-color: var(--secondry-color);
    border-radius: 6px;
    font-size: 14px;
    font-weight: var(--medium);
    line-height: 21px;
    color: var(--white-color);
    padding: 8px 25px;
}
 .our-services .slick-dots li:after,
  .reviews .slick-dots li:after{
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 800px;
  background-color: transparent;
  display: inline-block;
  margin: 2px;
      background-color: #BCD0F0;
  opacity: 0.8;
      width: 30px;
    height: 10px;
    opacity: 1;
}
 .our-services .slick-dots li.slick-active:after,
 .reviews .slick-dots li.slick-active:after {
  background-color: var(--secondry-color);
  /* width: 15px;
  height: 15px; */
  opacity: 1;
}
 .our-services .slick-dots li button,
 .reviews .slick-dots li button {
  display: none
}
 .our-services .slick-dots li,
  .reviews .slick-dots li {
  width: 16px;
  height: 16px;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 14px;
}
.slick-dots{
    bottom: -60px;
     display: flex;
    justify-content: center;
    gap: 14px;
}
.faq {
    padding: 100px 0;
}
.accordion-button{
   box-shadow: 0px 24.56px 32.74px -14.73px rgba(149, 149, 149, 0.25);
   background-color: var(--primary-color);
    border-radius: 10px;
    color: var(--white-color);
}
.accordion-item {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
    border-radius: 10px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
       border-radius: 4.91px;
}
.accordion-button:not(.collapsed){
    background-color: var(--primary-color);
    box-shadow: 0px 24.56px 32.74px -14.73px rgba(149, 149, 149, 0.25); 
}
.accordion-button:focus{
    box-shadow: inherit;
}
.accordion-body {
    background: var(--white-color);
    margin-top: 0px;
    border: 3px solid var(--primary-color);
    font-size: 16px;
    font-weight: var(--regular);
    color: #939393;
    border-radius: 10px;
    line-height: 24px;
    margin-top: 13px;
}
.accordion-item{
    background-color: transparent;
}
.accordion-item{
    border: none;
}
.accordion-button{
    font-size: 18px;
    color: var(--white-color);
    font-weight: var(--semibold);
    line-height: 21px;
        padding: 23px;
    /* background-color: var(--white-color); */
}
.accordion-button:not(.collapsed){
    color: var(--white-color);
}
.accordion-button::after {
    filter: invert(1);
}
.reviews {
    background: #EFEFEF;
    padding: 100px 0;
}
.testimonial-style {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.063);
    background: var(--white-color);
    border-radius: 20px;
    padding: 30px 20px;
    width: 95%;
    margin: auto;

}
.separator {
    background: var(--secondry-color);
    width: 537px;
    height: 15px;
    border-radius: 30px 30px 0 0;
    display: flex;
    justify-content: end;
    margin-left: auto;
    margin-right: 60px;
}
.client-name h6{
    color: var(--primary-color);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: var(--semibold);
}
.client-name span {
    color: #858585;
    font-style: italic;
    line-height: 19.6px;
    font-size: 14px;
}
.testimonial-style p {
    color: #666666;
    font-size: 15px;
    line-height: 25.5px;
    font-weight: var(--regular);
}
/* about-page-css */
.about-banner {
    background-image: url(../images/about-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 404.39px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-banner-content h2{
    color: var(--white-color);
    font-size: 60px;
    line-height: 96px;
    letter-spacing: -2px;
    font-weight: var(--semibold);
}
.about-banner-content p{
    color: var(--white-color);
    font-size: 16px;
    line-height: 28.8px;
    font-weight: var(--regular);
}
.about-banner-content p {
    color: var(--white-color);
    font-size: 16px;
    line-height: 28.8px;
    font-weight: var(--regular);
    width: 56%;
    margin: auto;
}
.happy-customer {
    background-color: var(--primary-color);
    padding: 40px 0;
}
.rating-customer h5{
    font-size: 36px;
    line-height: 36px;
    color: var(--white-color);
    font-weight: var(--medium);
      margin-bottom: 0;
}
.rating-customer p{
    line-height: 37.5px;
    font-size: 15px;
    color: var(--white-color);
    margin-bottom: 0;
}
.schedule-consultation {
    background-color: #EFEFEF;
    padding: 100px 0;
}
.box-schedule {
    background: var(--primary-color);
    border-radius: 120px;
    width: 230px;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.box-schedule-content h3{
    color: var(--secondry-color);
    font-size: 28px;
    line-height: 33.6px;
    font-weight: var(--semibold);
}
.box-schedule-content p{
    color: #767575;
    font-size: 16px;
    line-height: 28.8px;
    font-weight: var(--regular);
}
.arrow {
    width: 300px;
    height: 2px;
    border: 1px solid #314E52 ;
    position: absolute;
    left: 50%;
    z-index: -1;
    border-style: dashed;
}
.zindex{
    z-index: 999999;
}
/* service-page-css */
.registration-process-bg{
    background-image: url("../images/trademark-service-trademark-register-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
     padding: 50px 0;
}
.registration-process-content h3{
    color: var(--white-color);
    font-size: 28px;
    line-height: 33.6px;
    font-weight: var(--semibold);
    
}
.registration-process-content p{
    color: #BABABA;
    font-size: 16px;
    line-height: 28.8px;
    font-weight: var(--regular);
    margin-bottom: 0;
    width: 90%;
}
.pricing-packages{
    padding: 100px 0;
}
.package-syle {
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.27);
    background: #fff;
    border-radius: 5px;
        padding-bottom: 25px;
        height: 100%;
}
.most-popular h4 {
    display: flex;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 50px 0px 0px 50px;
    font-size: 16px;
    line-height: 19.2px;
    color: var(--white-color);
    width: 35%;
    margin-left: auto;
    padding: 13px;
}
.package-base-design{
     padding: 30px 0 0;
}
.pkg-list {
    background: #F4F6F7;
    padding: 30px 20px;
     width: 90%;
    margin: auto;
}
.pkg-list li{
    color: #8E8D8D;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: var(--regular);
    padding-bottom: 10px;
}
.pkg-list li i{
    color: var(--secondry-color);
}
.package-base-design h3{
    color: #282828;
    font-size: 32px;
    line-height: 38.4px;
    font-weight: var(--bold);
    margin-bottom: 20px;
}
.pricing span{
    color: var(--secondry-color);
    font-size: 28px;
    line-height: 33.6px;
    font-weight: var(--bold);
        margin-right: 25px;
}
.pricing h5{
    color: #282828;
    font-size: 42px;
    line-height: 50.4px;
    font-weight: var(--bold);
    margin-bottom: 0;
}
.pricing h6{
    color: #282828;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: var(--medium);
    margin-bottom: 0;
}
.get-started-btn a{
    background-color: var(--secondry-color);
    color: var(--white-color);
    line-height: 18px;
    font-size: 18px;
    font-weight: var(--light);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    width: 90%;
    margin: auto;
    padding: 13px 0;
}
.recomended h4{
    background-color: var(--secondry-color) !important;
}
.whychoose-style img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    object-position: center;
}
.footer{
    background-color: var(--primary-color);
    padding: 50px 0;
}
.footer-content p{
    color: var(--white-color);
    font-size: 16px;
    line-height: 28.8px;
    font-weight: var(--regular);
}
.links h3{
    color: var(--white-color);
    font-size: 16px;
    letter-spacing: 6%;
    font-weight: var(--bold);
    margin-bottom: 25px;
}
.links ul li a{
    color: var(--white-color);
    font-size: 16px;
    letter-spacing: 6%;
    font-weight: var(--regular);
}
.links ul li{
    padding-bottom: 8px;
}
.copyright{
    background-color: var(--secondry-color);
}
.copyright p{
    color: var(--white-color);
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: var(--regular);
}
/* contact-css */
.contact-page .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;
}
.contact-page {
    padding: 80px 0;
}
.contact-footer-text h4 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--primary-color);
}
.contact-footer-text ul li a {
    display: block;
    font-weight: 600;
    color: #0c1f43;
    font-size: 18px;
    /* text-transform: capitalize; */
}
.trade-inner h2 {
    color: var(--primary-color);
    font-weight: var(--bold);
}
.trade-inner .form-control, .trade-inner .form-control {
    width: 100%;
    border: none;
    height: 50px;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    background: #e1e1e1;
    border-radius: 10px;
    color: #0c1f43;
}
.submit-now-contact button {
    width: 100%;
    border: none;
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    background: #e1e1e1;
    border-radius: 10px;
    color: #fff;
    background: var(--primary-color);
}
.register-trademark:hover a{
    background-color: var(--primary-color);
}
.chat-us:hover a{
    background-color: var(--secondry-color);
    color: var(--white-color);
}
.getstarted-btn:hover a{
    background-color: var(--white-color);
    color: var(--primary-color);
}
.chat-live:hover a{
    background-color: var(--secondry-color);
    color: var(--white-color);
}
.readmore-btn:hover a{
    background-color: var(--white-color);
    color: var(--primary-color);
}
.package-syle:hover{
background-color: var(--primary-color);
}
.package-syle:hover .package-base-design h3{
    color: var(--white-color);
}
.package-syle:hover .pricing h5{
    color: var(--white-color);
}
.package-syle:hover .pricing h6{
    color: var(--white-color);
}
.package-syle:hover p{
    color: var(--white-color);
}
.package-syle:hover .pkg-list{
    background-color: transparent;
    border: 1px solid var(--white-color);
}
.package-syle:hover .pkg-list li {
    color: var(--white-color);
}
.package-syle:hover .most-popular h4{
    background-color: var(--secondry-color);
}
.btn-c:hover a{
    background-color: var(--white-color);
    color: var(--primary-color);
}
.get-started:hover a{
    background-color: var(--secondry-color);
    color: var(--white-color);
}
.links ul li:hover a{
    color: var(--secondry-color);
}
.modal-content {
    background-color: var(--primary-color);
    --bs-modal-width: 800px;
    margin: auto
}

button.btn-close.close.modalClose {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    background: #0c1f43;
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid var(--secondry-color);
    width: 25px;
    height: 25px;
    font-size: 22px;
}

.act {
    font-size: 23px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px
}

.avail-before h4 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    width: 100%;
    line-height: 35px
}

p.avail-para {
    font-size: 1rem;
    font-weight: 600;
    color: #ccc;
    line-height: 25px;
    text-align: center
}

.copuncotnent input,select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 2px solid #c5c5c5;
    box-shadow: 2px 2px 2px 2px #ccc;
    margin-bottom: 15px
}

.copuncotnent textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #c5c5c5;
    box-shadow: 2px 2px 2px 2px #ccc;
    height: 100%;
    margin-top: 15px;
}

button.popup_new_btn {
    background-color: var(--secondry-color);
    border-radius: 20px;
    border: none;
    font-weight: 600;
    letter-spacing: .2em;
    padding: 12px 35px;
    width: 100%;
    outline: 0;
    color: var(--white-color);
    margin-top: 31px
}
.live-chat-btn:hover a{
    background-color: var(--primary-color);
}
/*.list-item li:hover a{*/
/*    color: var(--secondry-color);*/
/*}*/
.dollar{
 animation: 1s cubic-bezier(.25,0,0,1) 3s infinite pulse;
/* box-shadow: 0 0 0 2px var(--primary-color) */
}
 @keyframes pulse {
    0%,to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        color: var(--black-color);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
        color: var(--secondry-color);
    }

    to {
        box-shadow: 0 0 0 18px #fff0;
        color: var(--black-color);
    }
}
@media(max-width:1600px){
    .package-base-design {
    padding: 30px 15px 0 15px;
}
}
@media(max-width:1440px){
    .about-content h2 {
    font-size: 35px;
}
.cta-content h2 {
    font-size: 30px;
}
.separator {
    width: 450px;
    margin-right: 50px;
}
.containerfluid {
    padding-left: 90px;
    padding-right: 90px;
}
.box-schedule-content h3 {
    font-size: 22px;
}
.slogan {
    font-size: 50px;
}
.banner-content h1 {
    font-size: 90px;
}
.most-popular h4 {
    width: 40%;
}
}
@media(max-width:1399px){
    .about-banner-content p {
    width: 75%;
}
.registration-process-content h3 {
    font-size: 25px;
}
.registration-process-content p {
    width: 95%;
}
.box-schedule {
    width: 210px;
    height: 210px;
}
.keyword span {
    font-size: 22px;
    line-height: 30.5px;
}
.slogan {
        font-size: 45px;
    }
    .usps li {
    font-size: 16px;
    line-height: 25px;
}
.dollar {
    font-size: 60px;
}
.pricing span {
    margin-right: 18px;
}
.pricing h5 {
    font-size: 38px;
}
.pricing h6 {
    font-size: 14px;
}
.most-popular h4 {
    width: 45%;
}
}
@media(max-width:1365px){
        .registration-process-content h3 {
        font-size: 22px;
    }
    .about-content ul li {
    font-size: 14px;
}
.dollar {
    line-height: 58px;
}
}
@media(max-width:1199px){
    .containerfluid {
        padding-left: 45px;
        padding-right: 45px;
    }
    .about-content h2 {
        font-size: 27px;
    }
    p{
        font-size: 14px !important;
    }
    .registration-process-content h3 {
        font-size: 20px;
    }
    .trademark-slide-style h3 {
    font-size: 20px;
}
.btn-c a{
    width: 276px;
}
    .cta-content h2 {
        font-size: 25px;
    }
        .separator {
        width: 350px;
    }
    .about-content ul li {
        font-size: 13px;
    }
    .rating-customer p {
    font-size: 12px !important;
}
    .box-schedule {
        width: 150px;
        height: 150px;
    }
    .box-schedule img {
    width: 65px;
}
.box-schedule-content h3 {
        font-size: 18px;
    }
    .banner-content h1 {
        font-size: 80px;
    }
        .slogan {
        font-size: 35px;
    }
        .dollar {
        font-size: 55px;
        line-height: 55px;
    }
.secure-business-style h3 {
    font-size: 19px;
}
    .most-popular h4 {
        width: 55%;
    }
        .pricing h6 {
        font-size: 11px;
    }
        .pricing span {
        margin-right: 15px;
        font-size: 25px;
    }
    .pricing h5 {
        font-size: 30px;
    }
    .links ul li a {
    font-size: 13px;
}
}
@media(max-width:991px){
    .about-banner-content p {
        width: 95%;
    }
    .why-choose-hd p br{
        display: none;
    }
    .about-img img {
    width: 100%;
}
.about-content {
    text-align: center;
}
.cta-btn {
    justify-content: center;
}
.why-choose-hd h2 {
    font-size: 30.4px;
}
.registration-process-bg .d-flex{
    margin-bottom: 25px;
}
.cta-section {

    text-align: center;
}
.cta-cta-btn {
    justify-content: center;
margin-top: 25px;
    flex-direction: row !important;
}
.client-name h6 {
    font-size: 15px;
}
.commas img {
    width: 48px;
    height: auto;
}
.separator {
        width: 260px;
        margin-right: 39px;
    }
    .about-img {
    margin-bottom: 40px;
}
.about-trademark {
    padding: 70px 0;
}
.our-services {
    padding: 70px 0;
}
.reviews {
    padding: 70px 0;
}
.faq {
    padding: 70px 0;
}
  .about-page-content {
    margin-bottom: 40px;
}
.happ-customer {
    margin-bottom: 25px;
}
.arrow {

    display: none;
}
 .baner-home img {
    display: none;
} 
.banner-content {
    text-align: center;
}
.logo-slog {
    justify-content: center;
}
.call-action-btm {
    justify-content: center;
}
.whychoose-style {
    margin-bottom: 20px;
}
.secure-business-style {
    margin-bottom: 15px;
}
.register-trademarks {

    padding: 70px 0;
}
.pricing-packages {
    padding: 70px 0;
}
.pricing-packages .row{
    justify-content: center;
}
.margin-top{
    margin-top: 35px;
}
.nav-item {
    background: var(--secondry-color);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 1000px;
    transition: all 0.5s ease-in-out;
            z-index: 999999;
}
.cross-btn, .bar-btn {
    display: block;
}
.nav-item.active {
    left: 0;
}
    .bar-btn i {
        background-color: var(--primary-color);
        color: var(--white-color);
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header .live-chat-btn{
        display: none !important;
    }
    .list-item{
    flex-direction: column;
    height: 60vh;
    align-items: center;
}
.dropdown-list {
    left: -80px;
}
.cross-btn {
    display: flex;
    justify-content: end;
    margin-top: 20px;
    margin-right: 25px;
}
.cross-btn i{
    color: var(--white-color);
}
.list-item li a{
    color: var(--white-color);
}
.list-item>li.dropdown::before {
    color: #fff;
}
.dropdown-list li a{
    color: var(--primary-color);
}
.links {
    padding-bottom: 30px;
}
.contact-footer-text.footer-text1 {
    margin-bottom: 30px;
}
}
@media(max-width:767px){
    .containerfluid {
        padding-left: 10px;
        padding-right: 10px;
    }
        .why-choose-hd h2 {
        font-size: 23.4px;
    }
    .about-content h2 {
        font-size: 23px;
        line-height: 40.1px;
    }
    .about-content h2 br{
        display: none;
    }
    .cta-btn {
        flex-direction: column;
        align-items: center;
    }
    .our-services .row{
       justify-content: center;
    }
        .cta-cta-btn {
        flex-direction: column !important;
        align-items: center;
    }
    .about-banner-content h2 {
    font-size: 50px;
}
.schedule-consultation {
    background-color: #EFEFEF;
    padding: 70px 0;
}
  .happ-customer {
        gap: 8px !important;
    }
    .icon-happy img {
    width: 40px;
}
    .rating-customer p {
        font-size: 10px !important;
    }
        .banner-content h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .dollar {
        font-size: 40px;
        line-height: 40px;
    }
    .slogan {
        font-size: 28px;
    }
    .small-hd {
    font-size: 14px;

}
.pricing-dollar {
    padding: .3rem;
}
.hero-banner {
    min-height: auto;
    padding: 70px 0;
}
.keyword span {
        font-size: 18px;
    }
        .call-action-btm {
        flex-direction: column;
    }
    .package-syle {
    height: auto;
    margin-bottom: 35px;
}
    .margin-top {
        margin-top: 0;
    }
    .contact-page .container {
    padding: 50px 15px;
}
.contact-page {
    padding: 40px 0;
}
.avail-before h4 {
    font-size: 1rem;
    line-height: 27px;
}
.right_form input {
    margin-bottom: 15px !important;
}
button.btn-close.close.modalClose {
    right: 19px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 18px;
}
}