/*Main Css */
html {
    scroll-behavior: smooth;
}
::selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    height:5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #ff5e14;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: 'Segoe UI';
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
}




*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

a:hover {
    color: #ff5e14;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: "Roboto";
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */

.pad-sec {}

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}


/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}

.hding-2 h2 {}

.hding-3 h3 {}

.hding-4 h4 {}

.hding-5 h5 {}

.hding-6 h6 {}

.para {}

.highlighted {
    color: #ff5e14;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}


/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    padding: 5px 0;
}

.main-header {
    padding: 20px 0;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
}


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #0f4c97;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #fff;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
}

.menu li a {
    display: block;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-family:sans-serif;
    font-weight: 400;
}

.menu i.fas.fa-phone {
    color: rgba(0, 133, 255, 1);
    margin-right: 6px;
    transform: rotate(87deg);
}


.menu li:hover a,
.menu li.active a {
    color: rgba(0, 133, 255, 1);
}


/* Menu Dropdown CSS */

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 100%;
    left: -0px;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    color: #000 !important;
    display: block;
    width: 100%;
    margin: 0px 0 15px;
    text-align: center;
    font-weight: 600;
    background: transparent !important;
}

ul.dropdown li.last a {
    margin-bottom: 0px;
}

ul.dropdown li a:hover {
    color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
    animation: btot 0.5s forwards;
    z-index: 9;
}


/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}


/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    height: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}
.ban-hdng h1 {
    font-family: Segoe UI;
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    max-width: 80%;
    margin: 0 auto 20px;
}

.ban-hdng p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
        color: rgb(173 183 193);
}
.ban-del .ban-hdng p {
    color:#6A7682;
}
a.get-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 10px;
    width: 194px;
    height: 50px;
    background: #0085FF;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-radius: 6px;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
}

a.get-btn:hover {
    color: #000;
    background-color: #145b9d !important;
    border-color:transparent !important;
    color:#fff!important;
}

a.get-btn.get-btn2:hover {
    color: #fff;
    background-color: #0085ff;
    border: 1px solid #0085FF;
}

a.get-btn.reg-btn2:hover {
    /*color: #fff;*/
    background-color: transparent;
}

.btn-2 {
    display: inline-block;
    vertical-align: middle;
}

.btn-2 li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.ban-buttons {
    margin: 0 auto;
    display: table;
    padding: 40px 0;
}

a.get-btn.get-btn2 {
    background: transparent;
    color: #0085FF;
    /*width: 212px;*/
    padding: 13px 15px;
    border: 1px solid #0085FF;
}

.ban-del {
    margin-top: 60px;
    padding-bottom: 30px;
}

.thre-step-hdng span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: center;
    margin: 0 auto;
    display: table;
    color: #6A7682;
}

.thre-step-hdng h2 {
    font-family: Segoe UI;
    font-size: 40px;
    font-weight: 700;
    line-height: 53px;
    text-align: center;
    color: #353B41;
    padding: 12px 0;
}

.thre-step-hdng p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #6A7682;
    max-width: 88%;
    margin: 0 auto 60px
}

.three-step {
    background-color: rgba(249, 248, 247, 1);
    padding-top: 30px;
    padding-bottom: 80px;
}

.st-contnt h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
    padding-bottom: 20px;
    min-height: 73px;
}

.st-contnt p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6A7682;
    max-width: 98%;
    margin-bottom:15px;
}

.st-thre-del {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    border-radius: 16px;
    padding: 0 32px 25px 30px;
    height:100%;
}

.st-img {
    transform: translateY(-26px);
}

.price-details {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-radius: 16px;
    padding: 20px 22px;
    width: 100%;
}

.pricing-hdng h2 {font-size: 20px;
    font-weight: 600;
    text-align: center;}

.pricing-hdng h6 {
    font-size: 48px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -0.025em;
    padding: 26px 0;
    text-align: center;
    
}

.pricing-hdng span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 8px;
}

.pricing-hdng p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6B7280;
    min-height: 50px;
}

.p-list li {
   font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6B7280;
    display: flex;
    margin-bottom: 20px;
}

.p-list span {
    margin-right: 14px;
}

.p-list {
    margin: 20px 0;
    height: 240px;
    overflow-y: auto;
}

a.lm-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 21px;
    width: 309px;
    height: 50px;
    background: #EEF2FF;
    border: 1px solid #008cff;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #008cff;
}

.sec3-btn {
    margin: 0 auto;
    display: table;
}

.affordable {
    background: #15120D;
    padding: 60px 0;
    position: relative;
}

.st-hdng2 span {
    color: #6A7682;
}

.st-hdng2 h2 {
    color: rgba(255, 255, 255, 1);
}

.st-hdng2 p {
    color: rgba(219, 219, 219, 1);
}

.most-popular p {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    position: absolute;
    width: 132px;
    height: 28px;
    left: 33px;
    top: -14px;
    background: #008CFF;
    border-radius: 16px;
    color: #fff;
}

.thre-step-hdng h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #6A7682;
    text-transform: uppercase;
    text-align: center;
}

.Testimonial {
    background: #F9F8F7;
    padding: 90px 0;
}

.test-para p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #6D7988;
}

.test-para {
    max-width: 65%;
    margin: 0 auto;
}

.test-cntnt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
}

.testi-del h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #111827;
}

.testi-del span { 
color: #6B7280;  
margin-left: 20px;
}

.test-image {
    padding: 10px;
}

.reg-hdng h1 {
    text-align: left;
    color: #fff;
    max-width: 100%;
    font-size: 56px;
}

.registered {
    background: #303446;
}

.Testimonial .slick-dots li button {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    padding: 0px;
    background: rgba(171, 171, 171, 1);
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.Testimonial .slick-dots li.slick-active button {
    background: rgba(21, 18, 13, 1);
    width: 15px;
    height: 15px;
}

a.ar-btn {
    color: #000 !important;
}

.reg-hdng p {
    text-align: left;
}

.reg-hdng .ban-buttons {
    margin: unset;
}

a.get-btn.get-btn2.reg-btn {
    color: #fff;
    border: 1px solid #ffffff6b;
}

.foot-hdng p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(106, 118, 130, 1);
    max-width: 84%;
    padding: 25px 0;
}

.f-icon {
    display: inline-block;
    vertical-align: middle;
}

.f-icon li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 12px;
}

.f-icon li a {
    width: 30px;
    height: 30px;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #0085ff;
    border: 1px solid #0085ff;
    border-radius: 50px;
    padding: 5px 8px;
}

.foot-hdng h5 {font-family: Inter;font-size: 20px;font-weight: 700;line-height: 24px;margin-bottom: 16px;margin-top: 28px;color: rgba(53, 59, 65, 1);}

.f-menu li a {font-family: Inter;font-size: 14px;font-weight: 400;line-height: 35px;text-align: left;color: rgba(106, 118, 130, 1);}

.main-footer {
    padding: 95px 0 0 0;
}

.f-menu li a:hover {
    color: #0085ff;
}

.f-icon li a:hover {
    background-color: #0085ff;
    color: #fff;
}

.livechat-button a.lc-btn {
    padding: 12px 7px;
    gap: 10px;
    width: 172px;
    height: 44px;
    background: #0085FF;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
}

/*.livechat-button span {*/
/*    margin-right: 13px;*/
/*}*/

.livechat-button span i.fas.fa-comment-dots {
    font-size: 22px;
}

.call_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-icon {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    width: 39px;
    height: 39px;
    background: #0085FF;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
}

.numbr-del h4 {
    font-size: 9px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.numbr-del p {
    max-width: 100%;
    padding: 0px 0;
}

.numbr-del p a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.livechat-button {
    margin-bottom: 22px;
}

.visa-img {
    margin-top: 25px;
}

.price-details:hover a.lm-btn{
    color: #fff;
    background-color: #008cff;
    border: 1px solid #008cff
}

li.head-tel {
    padding-left: 8rem;
}

.copyright p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(187, 187, 187, 1);
    padding: 24px 0;
    max-width: 70%;
}

.brd {border-bottom: 1px solid rgba(187, 187, 187, 1);padding: 0 0 50px 0;}

/* -----------------------dropdown-------------------------- */

ul.sub-menu {
    position: absolute;
    width: 201px;
    background: #fff;
    text-align: left;
    top: 23px;
    left: 0px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    box-shadow: 2px 3px 14px rgb(0 0 0 / 16%);
    border-radius: 10px !important;
}
ul.sub-menu {
    padding: 10px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
}
ul.sub-menu>li {
    padding: 8px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
ul.sub-menu>li a {
    font-size: 15px;
    font-weight: 500;
    transition: all 0.1s ease-in-out;
    color: #333 !important;
}
.menu>li {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: relative;
}
.menu li a {
    display: block;
    /* color: rgba(51, 63, 82, 1); */
    text-transform: capitalize;
    /* font-size: 16px;
    font-weight: 400; */
    line-height: 22px;
}
.sub-menu li:last-child {
    border-bottom: 0;
}
/* ------------------------------trademark-registration------------------------- */

.why-get-a-trademark {
    background: #15120D;
    padding: 60px 0;
}

.w-details h4 {
    font-family: Segoe UI;
    font-size: 40px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 16px;
}

.w-details p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(219, 219, 219, 1);
    margin-bottom: 16px;
}

.w-del li h5 {
    font-family: Segoe UI;
    font-size: 24px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    line-height: 35px;
}

.search-imp {
    padding: 50px 0;
}

.imp-card {
    border: 1px solid #C17C00;
    border-radius: 4px;
    padding: 35px 24px;
}

.imp-del h5 {
    font-family: Segoe UI;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin-bottom: 10px;
}

.imp-del p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #6A7682;
    min-height: 114px;
}

ul.accordion-list li h3:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    transition: all .3s ease-in-out;
    font-size: 25px;
    font-weight: 700;
}

ul.accordion-list li.active h3:after {
    content: "\f0d9";
}

.search-hdng h2 {
    text-align: left;
}

.search-hdng p {
    text-align: left;
    max-width: 100%;
    margin: 0 auto 24px;
}

a.cnt-us-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 52px;
    width: 191px;
    height: 50px;
    background: #0085FF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    color: #FFFFFF;
}
a.cnt-us-btn:hover{
    background-color: #145b9d !important;
    color: #fff!important;
}
.accordion-list li h3 {
    font-family: Segoe UI;
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
    color: rgba(53, 59, 65, 1);
    margin-bottom: 10px;
    padding-right: 30px;
}

.answer p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #747A85;
    margin-bottom: 16px;
}

.accordion-list li {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-top: 30px;
    padding-bottom: 6px;
}

.accordion-list {
    position: relative;
}


.pricing-hdng {
    margin-top: 15px;
    height: 180px;
}

/* ---------------------------------comprehensive-search---------------------------------------- */

.why-choose-us {
    background: #15120D;
    padding: 60px 0;
}

.w-del li {
   font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(219, 219, 219, 1);
    /*position: relative;*/
    /*padding-left: 20px;*/
}

/*.w-del li:before {*/
/*    content: "";*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    display: flex;*/
/*    background: #3F9533;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    border-radius: 100px;*/
/*    top: 14px;*/
/*}*/

.w-del li span {
    color: #FE7749;
    padding-right: 10px;
}

.common-question {
    padding: 50px 0;
}


.overview-details {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 9%);
    border-radius: 10px;
    padding: 30px 30px;
}

.overview-details h4 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    color: #353B41;
    margin-bottom: 24px;
    text-align: center;
}

.overview-details span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.overview-details p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #6A7682;
    margin-bottom: 15px;
}

.overview-del li {
    font-family: Inter;
    font-size: 14px;
    line-height: 17px;
    color: rgba(106, 118, 130, 1);
    margin-bottom: 20px;
    display: flex;
}

.overview-del li span {
    color: #333333;
    font-size: 12px;
    padding-right: 10px;
}

a.get-btn1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 52px;
    width: 100%;
    height: 50px;
    background: #0085FF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

a.get-btn1:hover {
    background-color: #145b9d !important;
    color: #fff!important;
}

/* -----------------tabs------------------------- */

.overview-nav {
    margin: 15px 0;
}

.overview-nav li {
    display: inline-block;
    padding-right: 90px;
}

.overview-nav li a {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #0085FF;
    position: relative;
}

.overview-nav li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    border-radius: 6px;
    bottom: -24px;
    left: 0;
    background-color: #0085FF;
    transition: 0.3s ease-in-out;
}

.overview-nav li:hover a:before, .overview-nav li.active a:before {
    width: 100%;
}

.overview {
    background-color: rgba(249, 248, 247, 1);
    padding: 70px 0;
}

.process-del h4 {
    color: #353B41;
    font-size: 28px;
}

.pro-del li h5 {
    color: #353B41;
    font-size: 18px;
}

.process-del p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6A7682;
}

.process-del {
    padding-top: 50px;
}

.choose-del h4 {
    font-size: 28px;
    color: #353B41;
    margin-bottom: 40px;
}

.choose-del {
    padding-top: 50px;
}

.choose-del p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #6A7682;
}

.chose-d li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 42px;
    color: #6A7682;
}

.search-div {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    max-width: 75%;
    padding: 6px 0;
    margin: 0 auto 50px;
    margin-top: 30px;
    border-radius:10px;
}

input.srch {
    font-style: normal;
    font-size: 16px;
    width: 75%;
    border: 0;
    font-family: 'Inter';
}

a.srch-btn {
    width: 163px;
    height: 58px;
    background: #0085FF;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding: 10px 0;
}

.search-div span {
    color: #567494;
    font-size: 20px;
    padding: 0 4px 0 15px;
}

.save-time {
    background: #15120D;
    padding: 60px 0;
}

.savetime-hdng h2 {
    font-family: Segoe UI;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

.savetime-hdng p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #a4a8af;
    text-align: center;
    margin-bottom: 20px;
}

.save-price-del {
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    padding: 20px 20px;
    background-color: #15120d;
}

.s-pricing-hdng h6 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.s-pricing-hdng span {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: #FE7749;
    margin: 0 auto;
    display: table;
    padding: 20px 0;
}

.s-pricing-hdng p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #9D9D9D;
    min-height: 144px;
}

a.lm2-btn {
   display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 80px;
    width: 335px;
    height: 50px;
    background: #0085FF;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-radius: 6px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    border: 0 !important;
}
.learn-btn {
    padding-top: 30px;
}

a.srch-btn:hover,a.lm2-btn:hover {
    background-color: #145b9d !important;
    color: #fff!important;
}

.save-price-del:hover {
    background-color: #0085ff26;
    
}

.save-price-del:hover a.lm2-btn {
    background-color: #0085FF;
    border: 1px solid #ffffff5c;
}

.pptable {
    height: fit-content!important;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}


.border-bottom{
    border-bottom: 1px solid 
    rgba(247, 158, 27, 1);
}

.border-right{
    border-right: 1px solid 
    rgba(247, 158, 27, 1);
}

.border{
    margin-top: 30px;
    border: 1px solid rgba(247, 158, 27, 1);
    border-radius: 10px;
}

.cp-hdng1 h4 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #000000;
    display: flex;
    justify-content: center;
}

.copyright1 li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #6A7682;
    margin-bottom: 10px;
    display: flex;
}

.mission p {
    font-size: 16px;
    color: #B6B6B6;
}

.w-del.work-detls.mission li {
    color: #B6B6B6;
}
.copyright1 li span {
    color: #FE7749;
    font-size: 10px;
    padding-right: 12px;
}

.copyright1 {
    padding: 2rem 3.5rem;
}

.cp-hdng1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.copyright-protect {
    background: #F9F8F7;
    padding: 72px 0;
}

.copy2 li {
    line-height: 20px;
    margin-bottom: 36px;
}

.how-it-works {
    padding: 80px 0;
    background: #F9F8F7;
}

.work-del h4 {
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    padding-top: 20px;
}

.work-del p {
    color: rgba(106, 118, 130, 1);
}

.work-detls li {
    color: rgba(106, 118, 130, 1);
}

.work-detls {
    padding: 10px 0;
}

.work-del h6 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #353B41;
    margin-bottom: 16px;
}


.action-response {
    background: #15120D;
    padding: 80px 0;
}

.response-details {
    background: #FFFFFF;
    border: 1px solid #FF7752;
    border-radius: 4px;
}

.response-hdng h5 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #08203A;
    text-align: center;
}

.response-hdng {
    padding: 16px 20px;
    border: 1px solid #E3E3E3;
}

.response-details h4 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 67px;
    color: #08203A;
    text-align: left;
    padding: 18px 23px;
}

.action-para span {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #08203A;
    margin-bottom: 10px;
}

.action-para p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6B7280;
}

.action-para {
    margin-bottom: 22px;
    padding: 0 24px;
}

.learn-button {
    margin: 0 auto;
    display: table;
    padding-bottom: 20px;
}

.ar-main h2 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.ar-main p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #DBDBDB;
}

.ar-main {
    padding: 0 88px;
}

.work-del {
    padding: 0 75px 0 0;
}

.points li {
    border-bottom: none;
    padding-top: 8px;
    color: #747A85;
    position: relative;
    padding-left: 22px;
}

.points li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: flex;
    background: #3F9533;
    position: absolute;
    left: 0;
    border-radius: 100px;
    top: 14px;
}

/* ------------------------------about-us---------------------------- */

.abt-main h2 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #353B41;
    text-align: center;
    margin-bottom: 35px;
}

.abt-hdng p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
/* or 175% */
    color: #6A7682;
}

.brand-mark {
    padding: 60px 0;
}

.our-mission h4 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.our-mission-sec {
    background: #15120D;
    padding: 75px 0;
}

.our-mission p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #B6B6B6;
    margin-bottom: 24px;
}

.accordian li h3 {
    font-size: 18px;
    line-height: 24px;
    color: rgb(255 255 255 / 89%);
}

.ans2 p {
    font-size: 16px;
    line-height: 22px;
    color: #B6B6B6;
}

.accordian li {
    border: 1px solid #ffffff6e;
    padding: 12px 18px 0px 18px;
    margin-bottom: 16px;
}

.ourmain-mission {
    padding: 0 0 0 52px;
}

.faqs-hdng h4 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #353B41;
}

.faqs-hdng p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6A7682;
    padding: 10px 0;
}

.faqs-nav li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 35px;
    width: 286px;
    height: 50px;
    background: #0085FF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}
.faqs-nav li a:hover{
    background:#145b9d ;
}
.faqs-nav li {
    margin: 0 0 14px 0;
}

.faqs-nav {
    text-align: left;
    padding: 10px 0;
}

.faq-heading h4 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    color: #353B41;
}

.faqs {
    padding: 70px 0;
}

.guatantee {
    padding: 20px 0 80px 0;
}

.grtee h4 {
    text-align: center;
    margin-bottom: 30px;
}

.cnt2 p {
    text-align: center;
}

.cntnt-hdng h1 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 74px;
    color: #FFFFFF;
}

.abt-hdng h6 {
    font-size: 28px;
}

.cntnt-hdng p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
/* or 156% */
    color: #FFFFFF;
    padding: 32px 0;
}

.contact-us {
    background: #1A1C1D;
    padding: 80px 0;
}

.white-bg {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 2px rgba(1, 179, 224, 0.23);
    border-radius: 12px;
    padding: 25px 14px;
}

.del1 h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #19082D;
}

input.f-del2 {
    width: 100%;
    height: 58px;
    margin: 0 35px 18px 0;
    padding: 17px 200px 15px 0px;
    border-bottom: solid 1px rgba(214, 214, 214, 1);
    font-family: 'Inter';
    background: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    color: #838493;
}

.sub-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 17px;
    width: 463px;
    height: 42px;
    background: #0085FF;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-radius: 6px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    transition:0.35s ease-out;
    cursor:pointer;
}
.sub-btn:hover{
    background:#145b9d;
}
textarea.msg-del {
    width: 100%;
    height: 90px;
    margin: 0 35px 18px 0;
    padding: 17px 200px 15px 0px;
    border-bottom: solid 1px rgba(214, 214, 214, 1);
    font-family: 'Inter';
    background: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    color: #838493;
}
.fonts-inter{
        font-family: "Inter";
    line-height: 21px;
}
.icon-images {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.iconss span {
    width: 48px;
    height: 48px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    color: rgba(26, 28, 29, 1);
}

.content a {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    opacity: 0.6;
}

.content h1 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    opacity: 0.6;
}

.submit {
    margin: 0 auto;
    display: table;
}



/* Get Started Work */

.fw-700{
    font-weight: 700;
}
.orange{
    color:#0085ff
}
ul.steps-progress {
    display: flex;
    gap: 77px;
}
.steps-progress li > span{
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #D1D5DB;
    background: white;
}
.steps-progress span.completed { 
    background: #0275df !important;
    border: 0 !important;
}
.steps-progress span::after{
    content: "";
    display: flex;
    width: 80px;
    height: 3px;
    position: absolute;
    left: 27px;
    background: #D1D5DB;
}
.steps-progress span.completed:after {
    background: #0275df;
}
.steps-progress li:last-child span:after{
    content: none;
}
.steps-progress span.completed::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: white;
}

.heading{
    font-size: 24px;
    
}
.fw-600{
    font-weight: 600;
}
.form-check {
    display: flex;
    align-items: center;
    padding: 0 20px 0 25px;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    font-size: 14px;
}
.form-check-input{
    margin: 0 !important;
}

/* The container */
.form-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
  }
  
  /* Hide the browser's default checkbox */
  .form-check input {
    cursor: pointer;
    color: white;

    z-index: 9;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
  
  .register-heads i, .pkg-box i{
    display: block;
    margin-top: 8px;
  }
  /* On mouse-over, add a grey background color */
  .form-check:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .form-check input:checked ~ .checkmark {
    background-color: rgba(43, 43, 43, 1);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .form-check input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .form-check .checkmark:after {
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form-heading{
    font-size: 18px;
    display:block !important;
  }
  .steps-section label{
    font-size: 18px;
    font-weight: 400;
   
  }
  .form-control{
    border:1px solid #ddd !important
  }
  label{
     color: #6B7280;
  }
  p{
    font-size:14px;
    color:#6B7280
  }




/******-----------*****/
.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;
}



.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;
}

table.pricing tr td {
    border: 1px solid #e6e4e4;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(2) a,
.row.pkg-box .col-md-8 .col-md-6:nth-child(2) a {
    background: #65cfa9;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(3) a {
    background: #6db6e4;
}

.row.pkg-box .col-md-8 .col-md-4 a,
.row.pkg-box .col-md-8 .col-md-6 a {
    background: #344454;
    padding: 12px 30px;
    display: inline-block;
    margin: 10px 0 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    text-transform: capitalize;
}

.row.pkg-box .col-md-8 .col-md-4 {
    text-align: center;
}

.row.pkg-box .col-md-4 {
    text-align: left;
}

.row.pkg-box .col-md-4 i img {
    margin: 0 auto;
    float: left;
}
.pkg-selected-actv strong {
    display: block;
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    color: #65cfa9;
    font-weight: bold;
}
.pkg-selected-actv strong {
    display: block;
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    color: #65cfa9;
    font-weight: bold;
    margin-bottom: 70px;
}
.expedited-box {
        border: 1px solid #f04e23;
    text-align: left;
    padding: 55px 30px 50px 65px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.expedited-box h6 {
    color: #f04e23 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.expedited-box h6 img {
    margin-right: 10px;
}


.expedited-info {
        background: #f04e23;
    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: #f04e2314;
    margin: 10px 0 15px;
}
.form_group > div strong {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    display: inline-block;
}
.m-t-20 {
	margin-top:20px;
}



h1.checkout-title {
    padding: 0 15px;
    line-height: 60px;
    font-size: 25px;
    font-weight: 400;
    text-shadow: 0 1px rgb(255 255 255 / 70%);
    background: #eceff5;
    border-bottom: 1px solid #c5ccdb;
    border-radius: 7px 7px 0 0;
    background-image: -webkit-linear-gradient(top,#f5f8fb,#e9edf3);
    background-image: -moz-linear-gradient(top,#f5f8fb,#e9edf3);
    background-image: -o-linear-gradient(top,#f5f8fb,#e9edf3);
    background-image: linear-gradient(to bottom,#f5f8fb,#e9edf3);
    -webkit-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff;
    margin: 0;
    font-weight: bold;
}

.checkout-body {
    padding: 20px;
    background: #eceff559;
}

.checkout-body input {
    background: #fff;
    padding: 10px;
    width: 100%;
    border: 1px solid #c5ccdb;
    border-radius: 5px;
    height: 48px;
}

input.small {
    width: 32.6%;
}

.col-md-6.pd-left-0 {
    padding-left: 0;
}

p.paywith {
    text-align: center;
}

input.verify-pkg-btn.checkout-btn {
    box-sizing: border-box !important;
    height: 44px !important;
    padding: 0 !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    text-shadow: 0 -1px 1px rgb(0 0 0 / 20%) !important;
    border: 1px solid !important;
    border-color: #1486f9 #0f7de9 #0d6acf !important;
    background: #1993fb !important;
    border-radius: 4px !important;
    background-image: -webkit-linear-gradient(top,#4cb1fe,#229afc 40%,#138df6) !important;
    background-image: -moz-linear-gradient(top,#4cb1fe,#229afc 40%,#138df6) !important;
    background-image: -o-linear-gradient(top,#4cb1fe,#229afc 40%,#138df6) !important;
    background-image: linear-gradient(to bottom,#4cb1fe,#229afc 40%,#138df6) !important;
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
    box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
    cursor: pointer;
}

.checkout-body p {
    margin-bottom: 18px;
}
.form_wrap{
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    padding: 1.5rem;
    border-radius: 10px;
    font-family: "Inter";
}
.form_wrap b,.form_wrap strong {
    font-weight: bolder !important;
}

.theme-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 10px;
    width: 194px;
    height: 50px;
    background: #0085FF;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-radius: 6px;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
}

.theme-btn:hover{
    color: #000;
    background-color: transparent;
    border: 1px solid #0085FF;

}



/********form end********/

.form_wrap table b {
    display: block;
    font-size: 14px;
}

.form-heading {
    font-size: 24px;
    margin-bottom: 22px;
}

p.form-para {
    font-size: 18px;
    line-height: 26px;
    padding: 18px 0;
}
.form_wrap p {
    line-height: 18px;
}
.sorry-image {
    text-align: center;
}

.thankyou span {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
/* identical to box height */
    text-align: center;
    color: #212629;
}

.thankyou p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
/* or 206% */
    text-align: center;
    color: #1F2B37;
    opacity: 0.6;
}

.thankyou {
    text-align: center;
}

.thankyou-sec {
    padding-top: 90px;
}

.thankyou-image {}

.thankyou-image {
    max-width: 40%;
    margin: 0 auto;
}

.btn-3 li {
    padding-right: 10px;
    padding-left: 0;
}

.wrk-btn li {
    padding-left: 0;
}

.accordion-list li span {
    position: relative;
    display: flex;
}
.faqs-nav li.active a {
    background-color: #000;
    color: #fff;
}

.w-del li span {
    font-size: 12px;
}

.logo h2 {
    font-size: 30px;
}
.foot-hdng h2 {
    font-size: 30px;
}

.reg-image img {
    margin-bottom: -1px;
}
.copyright .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright .container ul{
    display: flex;
    align-items: center;
    gap:1rem;
    color:#757575
}


.conditions li a {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    color: rgba(106, 118, 130, 1);
    /* color: #000; */
}
.conditions li a:hover {
    color: blue;
}

.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:5px;
	font-family:'Inter';
}
input[type="file"] {
    border-radius: 5px !important;
    width: auto !important;
    display: block !important;
    font-family: 'Inter' !important;
    font-size: 16px !important;
}
.bgform h3{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.submits-wrapper {
    margin-top: 40px;
}
.add_owner {
    float: right;
    background: #0085ff;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
}
.form-check {
    padding: 0;
}
.clear {
    display: block;
    clear: both;
}
.form-group label {
    font-size: 14px;
    margin-bottom: 6px;
    line-height:18px;
}

.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: #0085ff;
    /* font-size: 12px; */
    /* font-weight: 400;*/
}

.form-tooltip>span {
	color: #fff;
    width: 18px;
    height: 18px;
    background-image: linear-gradient(to bottom, #0085ff, #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: 49.5%;
    display: inline-flex;
    background: #9d9d9d14;
    padding: 20px 20px 20px 20px;
    min-height: 153px;
    align-items: center;
    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;
}

.form-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.form-price b {
    font-size: 20px !important;
    /* font-weight: 700 !important; */
}
.register-pricing {
    width: 100%;
    overflow: auto;
}
.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;
}

table.pricing tr td {
    border: 1px solid #e6e4e4;
    padding: 10px 15px;
    text-align: center;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(2) a,
.row.pkg-box .col-md-8 .col-md-6:nth-child(2) a {
    background: #65cfa9;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(3) a {
    background: #6db6e4;
}

.row.pkg-box .col-md-8 .col-md-4 a,
.row.pkg-box .col-md-8 .col-md-6 a {
    background: #344454;
    padding: 6px 30px;
    display: inline-block;
    margin: 10px 0 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    text-transform: capitalize;
}

.row.pkg-box .col-md-8 .col-md-4 {
    text-align: center;
}

.row.pkg-box .col-md-4 {
    text-align: left;
}

.row.pkg-box .col-md-4 i img {
    margin: 0 auto;
    float: left;
}
.pkg-selected-actv strong {
    display: block;
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    color: #65cfa9;
    font-weight: bold;
}
.pkg-selected-actv strong {
    display: block;
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    color: #f10707;
    font-weight: bold;
    margin-bottom: 70px;
}
.expedited-box {
        border: 1px solid #f04e23;
    text-align: left;
    padding: 55px 30px 50px 65px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.expedited-box h6 {
    color: #f04e23 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.expedited-box h6 img {
    margin-right: 10px;
}


.expedited-info {
        background: #f04e23;
    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: #f04e2314;
    margin: 10px 0 15px;
}
.form_group > div strong {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    display: inline-block;
}
.m-t-20 {
	margin-top:20px;
}



h1.checkout-title {
    padding: 0 15px;
    line-height: 60px;
    font-size: 25px;
    font-weight: 400;
    text-shadow: 0 1px rgb(255 255 255 / 70%);
    background: #eceff5;
    border-bottom: 1px solid #c5ccdb;
    border-radius: 7px 7px 0 0;
    background-image: -webkit-linear-gradient(top,#f5f8fb,#e9edf3);
    background-image: -moz-linear-gradient(top,#f5f8fb,#e9edf3);
    background-image: -o-linear-gradient(top,#f5f8fb,#e9edf3);
    background-image: linear-gradient(to bottom,#f5f8fb,#e9edf3);
    -webkit-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff;
    margin: 0;
    font-weight: bold;
}

.checkout-body {
    padding: 20px;
    background: #eceff559;
}

.checkout-body input {
    background: #fff;
    padding: 10px;
    width: 100%;
    border: 1px solid #c5ccdb;
    border-radius: 5px;
    height: 48px;
}

input.small {
    width: 32.6%;
}

.col-md-6.pd-left-0 {
    padding-left: 0;
}

p.paywith {
    text-align: center;
}

input.verify-pkg-btn.checkout-btn {
    box-sizing: border-box !important;
    height: 44px !important;
    padding: 0 !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    text-shadow: 0 -1px 1px rgb(0 0 0 / 20%) !important;
    border: 1px solid !important;
    border-color: #1486f9 #0f7de9 #0d6acf !important;
    background: #1993fb !important;
    border-radius: 4px !important;
    background-image: -webkit-linear-gradient(top,#4cb1fe,#229afc 40%,#138df6) !important;
    background-image: -moz-linear-gradient(top,#4cb1fe,#229afc 40%,#138df6) !important;
    background-image: -o-linear-gradient(top,#4cb1fe,#229afc 40%,#138df6) !important;
    background-image: linear-gradient(to bottom,#4cb1fe,#229afc 40%,#138df6) !important;
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
    box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
    cursor: pointer;
}

.checkout-body p {
    margin-bottom: 18px;
}



.bgform h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.bgform p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}
.bgform small {

   
    margin-bottom: 20px;
}





/* -----------------------privacy-policy---------------------- */

.faq-questomg-box {
    width: 100%;
    float: left;
  }
  
  .faq-question-title {
    color: #4b5a6a;
    font-size: 29px;
    line-height: 29px;
  }
  
  .faq-question-title.about-title {
    margin-top: 0px;
    letter-spacing: -0.02em;
  }
  
  .faq-question-title.about-title.text-center {
    text-align: center;
  }
  
  .faa-paragraph {
    margin-bottom: 0px;
    padding: 13px 0px 9px;
  
    color: #344454;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.16px;
    list-style-type: none;
  }
  
  .faq-content-cover {
    margin-right: -30px;
    margin-left: -30px;
  }
  
  .faq-link {
    display: inline-block;
    color: #ff4a00;
    text-decoration: none;
  }
  
  .faq-link:hover {
    color: #ff4a00;
  }
  
  .terms-service-content {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    float: left;
    text-align: left;
  }
  
  .stong {
  
    color: #4b5a6a;
    font-size: 22px;
  }
  
  .list-bold {
    margin-bottom: 20px;
  
    color: #344454;
    font-size: 20px;
  }
  
  .privacy-list {
    position: relative;
    margin-top: 20px;
    margin-left: 40px;
    padding-left: 40px;
  }
  
  .text-block-9 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  
    color: #344454;
    font-size: 20px;
  }
  
  .text-block-9.alphalist {
    font-size: 17px;
  }
  
  .list-bold-2 {
    color: #344454;
    font-size: 17px;
    line-height: 34px;
  }
  
  .font-big-span {
    color: #4b5a6a;
    font-size: 22px;
    text-decoration: underline;
  }
  
  .privacy-policy-list {
    margin-top: 0px;
    color: #344454;
    font-size: 17px;
    list-style-type: square;
    line-height: 34px;
  }
  
  .privacy-policy-list-item1 {
    margin-bottom: auto;
  
    font-weight: 400;
  }
/* ----------------------terms----------------------------------------------------- */
ul.terms-service-list {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 40px;
    list-style-type: disc;
  }
  
  ul.terms-service-list li {
    margin-bottom: 10px;
  }
  
  .faq-questomg-box {
    width: 100%;
    float: left;
  }
  
  .faq-question-title {
    color: #4b5a6a;
    font-size: 29px;
    line-height: 29px;
  }
  
  .faq-question-title.about-title {
    margin-top: 0px;
    letter-spacing: -0.02em;
  }
  
  .faq-question-title.about-title.text-center {
    text-align: center;
  }
  
  .faa-paragraph {
    margin-bottom: 0px;
    padding: 13px 0px 9px;
    font-family: 'Muli webfont', sans-serif;
    color: #344454;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.16px;
    list-style-type: none;
  }
  
  .faa-paragraph.trem-font-font {
    font-family: 'Baloothambi webfont', sans-serif;
    color: #4b5a6a;
    font-size: 22px;
  }
  
  .faq-link {
    display: inline-block;
    color: #ff4a00;
    text-decoration: none;
  }
  
  .faq-link:hover {
    color: #ff4a00;
  }
  
  .terms-service-list-item {
    margin-bottom: 30px;
    font-family: 'Muli webfont', sans-serif;
    color: #344454;
    font-size: 17px;
    line-height: 30px;
  }

/* -------------------------------------------------------------------------------------- */

.site-map li {
    padding: 1rem;
    background: aliceblue;
    width: 100%;
    margin: 1rem 0;
    border-radius: 10px;
}

ul.site-map {
    line-height: 40px;
    font-size: 20px;
    width: 100%;
    padding: 1rem;
}

.phone-icon i.fas.fa-phone {
    transform: rotate(85deg);
}

.reg-image {
    overflow: hidden;
}

button#leadforms-submit-button {
    font-family: 'Inter';
    font-size: 18px !important;
    font-weight: 400 !important;
    transition:0.35s ease-out;
}

button#leadforms-submit-button:hover{
    background:#145b9d !important;
}





.order-details-box {
    background: #f3f6fa;
    border-radius: 6px;
    border: 1px solid #bbc5d6;
    overflow: hidden;
    width: 90%;
}

.order-details-box h5 {
    font-size: 20px;
    text-align: center;
    padding: 14px;
    margin-bottom: 11px;
    background: #ecf0f5;
    border-bottom: 1px solid #bbc5d6;
}

.order-details-box ul li {
    list-style: disc;
    margin-left: 18px;
    margin-top: 8px;
    color: #6c6c6c;
    font-size: 14px;
}

.order-details-box ul {
    min-height: 151px;
    margin: 20px;
}

.totalbox {
    font-size: 25px;
    text-align: center;
    padding: 14px;
    background: #ecf0f5;
    border-top: 1px solid #bbc5d6;
    font-weight: bold;
}
.order-details-box h6 {
    margin: 23px 23px 0;
}




    .btn-normal{
        background:#0085FF;
        padding: 6px 30px;
    display: inline-block;
    margin: 10px 0 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    text-transform: capitalize;
    }
    .btn-normal:hover{
        color:white;
    }








ul.process-packs > li {
    width: 33%;
    background: #e9f4ff;
    margin: 1%;
    padding: 20px 20px 100px;
    border: 1px solid #0275df33;
    border-radius: 5px;
    position: relative;
}

ul.process-packs {
    display: flex;
}

ul.process-packs > li ul li {
    font-size: 14px;
    color: #707070;
    line-height: 1.4em;
    margin: 2px 0;
    border-bottom: 1px solid #0085ff17;
    padding: 1px 0 4px 0;
}
ul.process-packs > li ul li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f00c";
    display: inline-block;
    color: #0085ff;
    font-size: 12px;
    margin-right: 8px;
}

ul.process-packs > li > a {
    width: 90%;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.head-sec {
    text-align: center;
    margin-bottom: 35px;
}
.head-sec h3 {
    font-size: 23px;
    font-weight: bold;
}

.head-sec h4 {
    font-size: 55px;
    margin: 15px 0 17px;
    color: #0275df;
}





.search-data table {
    width: 100%;
}

.search-data table thead tr {
    background: #f9f9f9;
}

.search-data table thead tr th {
    height: 48px;
    vertical-align: middle;
    font-weight: 500;
    color: #858585;
}
.search-data table thead tr{
    border-top:.5px solid #ebebeb;
}
.search-data table tr th:first-child , .search-data table tr td:first-child {
    padding-left: 2rem;
}

.search-data table tbody tr td {
    /* padding-right: 2rem; */
    height: 70px;
    vertical-align: middle;
}

.search-data table tbody tr:not(:last-child) {
    border-bottom: 0.5px solid #ebebeb;
}

.search-data {
    margin-top: 10px;
}

.search-data table tr td:first-child {
    font-weight: 600;
}

.input-wrapper {
    position: relative;
}
.search-wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
        padding: 3px 8px;
}




  
@media (max-width: 1440px) {
    .reg-hdng {
        padding-left: 0;
    }
}

@media (min-width:1200px){
    
ul.sub-menu>li a:hover {
    color: #008cff !important;
}
.has-submenu:hover ul.sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
}

}
@media (max-width: 1199px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #0f4c97;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }
    ul.menu li {
        display: block;
    }
    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    ul.sub-menu{
        position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    top: 0;
    margin-bottom: 20px;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }
    header .main-header ul.menu>li a {
        color: #fff;
    }
    header .main-header ul.menu>li a:before {
        display: none;
    }
    .ban-hdng h1 {
        font-size: 40px;
        line-height: 45px;
        max-width: 100%;
    }
    .ban-hdng p {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }
    .btn-2 li {
        display: block;
        margin-bottom: 12px;
    }
    .ban-del {
        margin-top: 32px;
        padding-bottom: 0px;
    }
    .st-thre-del {
        /*margin-bottom: 60px;*/
        height: 100%;
    }
    .three-step {
        padding-bottom: 60px;
    }
    .thre-step-hdng p {
        margin: 0 auto 45px;
    }
    a.lm-btn {
        width: 100%;
    }
    .sec3-btn {
        margin: unset;
        display: block;
    }
    .price-details {
        margin-bottom: 40px;
    }
    .Testimonial {
        padding: 40px 0;
    }
    .Testimonial h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .test-para p {
        font-size: 15px;
        line-height: 24px;
    }
    .test-para {
        max-width: 100%;
    }
    .reg-hdng {
        padding-left: 0;
    }
    .reg-hdng h1 {
        text-align: center;
        font-size: 35px;
        margin: 0 auto 5px;
    }
    .reg-hdng .ban-buttons {
        margin: 0 auto;
    }
    .btn-2 {
        flex-direction: row;
        display: flex;
    }
    .imp-card {
        margin-bottom: 28px;
    }
    .faqs-nav {
        margin: 0 auto;
        display: table;
    }
    .reg-hdng {
        padding-left: 0;
    }
    .imp-del h5 {
        min-height: 70px;
    }
    .imp-del p {
        min-height: 196px;
    }
    .container {
        position: relative;
    }
    .copyright .container {
        flex-direction: column;
        align-items: center;
        /* gap: 1rem; */
    }
    .copyright .container ul {
        margin-bottom: 30px;
    }
    .overview-nav li a {
        font-size: 16px;
    }
    .overview-nav li {
        padding-right: 40px;
    }
    .privacy-list {
        margin-left: 10px;
        padding-left: 20px;
    }
     ul.trademarksearch-option li {
    min-height: 243px;
     }
     .faa-paragraph {
    font-size: 14px;
    padding: 0 12px;
}
.faa-paragraph.trem-font-font {
    font-size: 16px;
}
.terms-service-list-item {
    font-size: 14px;
    line-height: 22px;
}
.faq-questomg-box h1 {
    padding: 0 12px;
    margin-bottom: 12px;
}
.privacy-policy-list {
    font-size: 15px;
    line-height: 24px;
}
.list-bold-2 {
    font-size: 14px;
    line-height: 22px;
}
strong.list-bold {
    margin-left: 12px;
    display: flex;
}
  .copyright p {
    max-width: 100%;
}


}

@media (max-width: 824px) {
    .input-wrapper input.srch {
        margin: 0;
        border: 0;
    }
    
    .search-wrapper {
        padding: 0 6px;
    }
    
    a.srch-btn {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .search-data {
        max-width: 100%;
        overflow-x: scroll;
    }
    
    .search-data table tr th, .search-data table tr td {
        padding: 0 1rem;
    }
    .search-div span {
        position: absolute;
        bottom:15px;
    }
    .inner-content{
        padding:10px;
    }
    .expedited-box{
        padding: 70px 10px 50px 10px;
    }
   

    label {
        margin-right: 10px;
    }
    
    .bgform h3 {
        flex-direction: column-reverse;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    
    span.form-tooltip {
        margin: 1rem 0;
    }
    
    .bgform h3 span {
        font-size: 18px;
    }
    
    .bgform h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .form_wrap .theme-btn{
        width:100%;
    }
    .form_wrap .heading {
        font-size: 22px;
        line-height: 30px;
    }
    .form_footer p {
        margin-bottom: 20px;
    }
    .lh-20 {
        line-height: 20px;
    }
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
    .copyright .container{
        flex-direction:column;
    }
    .logo h2 {
        font-size: 20px;
    }
    .foot-hdng h2 {
        font-size: 20px;
    }
    .ban-hdng h1 {
        font-size: 40px;
        line-height: 45px;
        max-width: 100%;
    }
    .ban-hdng p {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }
    .btn-2 li {
        display: block;
        margin-bottom: 12px;
    }
    .ban-del {
        margin-top: 32px;
        padding-bottom: 0px;
    }
    /*.st-thre-del {*/
    /*    margin-bottom: 60px;*/
    /*    height: 88%;*/
    
    /*}*/
    .thre-step-hdng p {
        margin: 0 auto 45px;
    }
    a.lm-btn {
        width: 100%;
    }
    .sec3-btn {
        margin: unset;
        display: block;
    }
    .price-details {
        margin-bottom: 40px;
    }
    .Testimonial {
        padding: 40px 0;
    }
    .Testimonial h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .test-para p {
        font-size: 15px;
        line-height: 24px;
    }
    .test-para {
        max-width: 100%;
    }
    .reg-hdng {
        padding-left: 0;
    }
    .reg-hdng h1 {
        text-align: center;
        font-size: 35px;
        margin: 0 auto 5px;
    }
    .reg-hdng .ban-buttons {
        margin: 0 auto;
    }
    .btn-2 {
        flex-direction: row;
        display: flex;
    }
    .imp-card {
        margin-bottom: 28px;
    }
    a.srch-btn {
        margin: 0 auto;
        display: table;
    }
    
    .search-div {
        position: relative;
        margin-top: 20px;
        max-width: 100%;

    }
    input.srch {
        font-style: normal;
        font-size: 16px;
        width: 100%;
        height: 46px;
        border: 1px solid #000;
        color: rgba(214, 214, 214, 1);
        font-family: 'Inter';
        padding: 0 40px;
        margin-bottom: 18px;
    }
    a.lm2-btn {
        width: 100%;
    }
    .save-price-del {
        margin-bottom: 20px;
    }
    .pptable {
        height: fit-content!important;
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }
    .ar-main {
        padding: 0;
    }
    .ourmain-mission {
        padding: 0;
    }
    .faqs-nav {
        margin: 0 auto;
        display: table;
    }
    .white-bg {
        padding: 25px 0;
    }
    
    .sub-btn {
        width: 100%;
    }
    
    .submit {
        margin: unset;
        display: block;
    }
 .imp-del h5 {
    min-height: 40px;
}
    .imp-del p {
    min-height: 70px;
}
    /* .w-del li {
        display: flex;
    } */
    .overview-nav li a {
        font-size: 16px;
    }
    .overview-nav li {
        padding-right: 40px;
    }
    .privacy-list {
        margin-left: 10px;
        padding-left: 20px;
    }
    ul.trademarksearch-option li {
    min-height: 243px;
     }
     .faa-paragraph {
    font-size: 14px;
    padding: 0 12px;
}
.faa-paragraph.trem-font-font {
    font-size: 16px;
}
.terms-service-list-item {
    font-size: 14px;
    line-height: 22px;
}
.faq-questomg-box h1 {
    padding: 0 12px;
    margin-bottom: 12px;
}
.privacy-policy-list {
    font-size: 15px;
    line-height: 24px;
}
.list-bold-2 {
    font-size: 14px;
    line-height: 22px;
}
strong.list-bold {
    margin-left: 12px;
    display: flex;
}
.copyright p {
    max-width: 100%;
}
.pricing-hdng p {
    min-height: 0;
}



}

@media only screen and (max-width: 767px) {
    ul.process-packs > li {
    width: 100%;
    margin: 20px 0;
}

ul.process-packs {
    display: block;
}
ul.process-packs > li ul li {
    font-size: 12px;
}
    
    
    
    .st-thre-del {
    margin-bottom: 40px;
    height: auto;
}
    .ban-hdng h1 {
        font-size: 40px;
        line-height: 45px;
        max-width: 100%;
    }
    .ban-hdng p {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }
    .btn-2 li {
        display: block;
        margin-bottom: 12px;
    }
    .ban-del {
        margin-top: 32px;
        padding-bottom: 0px;
    }
    /*.st-thre-del {*/
    /*    margin-bottom: 60px;*/
       
    /*}*/
    .thre-step-hdng p {
        margin: 0 auto 45px;
    }
    a.lm-btn {
        width: 100%;
    }
    .sec3-btn {
        margin: unset;
        display: block;
    }
    .price-details {
        margin-bottom: 40px;
        width: 100%;
    }
    .Testimonial {
        padding: 40px 0;
    }
    .Testimonial h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .test-para p {
        font-size: 15px;
        line-height: 24px;
    }
    .test-para {
        max-width: 100%;
    }
    .reg-hdng {
        padding-left: 0;
    }
    .reg-hdng h1 {
        text-align: center;
        font-size: 35px;
        margin: 0 auto 5px;
    }
    .reg-hdng .ban-buttons {
        margin: 0 auto;
    }
    .btn-2 {
        flex-direction: column !important;
        display: flex;
    }
    .imp-card {
        margin-bottom: 28px;
    }
    a.srch-btn {
        margin: 0 auto;
        display: table;
    }
   
    .search-div {
        position: relative;
        margin-top: 20px;
        max-width: 100%;

    }
    input.srch {
        font-style: normal;
        font-size: 16px;
        width: 100%;
        height: 46px;
        border: 1px solid #000;
        color: rgba(214, 214, 214, 1);
        font-family: 'Inter';
        padding: 0 40px;
        margin-bottom: 18px;
    }
    a.lm2-btn {
        width: 100%;
    }
    .save-price-del {
        margin-bottom: 20px;
    }
    .pptable {
        height: fit-content!important;
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }
    .ar-main {
        padding: 0;
    }
    .ourmain-mission {
        padding: 0;
    }
    .faqs-nav {
        margin: 0 auto;
        display: table;
    }
    .white-bg {
        padding: 25px 0;
    }
    
    .sub-btn {
        width: 100%;
    }
    
    .submit {
        margin: unset;
        display: block;
    }
    .overview-nav li {
        padding-right: 60px;
    }
    .overview-nav li a {
        font-size: 16px;
    }
    .privacy-list {
        margin-left: 10px;
        padding-left: 20px;
    }
    
     ul.steps-progress {
    display: flex;
    gap: 44px;
}
.steps-progress li > span {
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #D1D5DB;
    background: white;
}

.steps-progress span::after {
    content: "";
    display: flex;
    width: 48px;
    height: 3px;
    position: absolute;
    left: 22px;
    background: #D1D5DB;
}

ul.trademarksearch-option li {
    width: 100%;
}
.faa-paragraph {
    font-size: 14px;
    padding: 0 12px;
}
.faa-paragraph.trem-font-font {
    font-size: 16px;
}
.terms-service-list-item {
    font-size: 14px;
    line-height: 22px;
}
.faq-questomg-box h1 {
    padding: 0 12px;
    margin-bottom: 12px;
}
  .privacy-policy-list {
    font-size: 15px;
    line-height: 24px;
}
.list-bold-2 {
    font-size: 14px;
    line-height: 22px;
}
strong.list-bold {
    margin-left: 12px;
    display: flex;
}
.three-step .row.pd {
    gap: 1rem;
}

.copyright p {
    max-width: 100%;
}
.pricing-hdng p {
    min-height: 0;
}

   
}

@media only screen and (max-width: 600px) {
    .ban-hdng h1 {
        font-size: 40px;
        line-height: 45px;
        max-width: 100%;
    }
    .ban-hdng p {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }
    .btn-2 li {
        display: block;
        margin-bottom: 12px;
    }
    .ban-del {
        margin-top: 32px;
        padding-bottom: 0px;
    }
    /*.st-thre-del {*/
    /*    margin-bottom: 60px;*/
    /*}*/
    .three-step {
        padding-bottom: 6px;
    }
    .thre-step-hdng p {
        margin: 0 auto 45px;
    }
    a.lm-btn {
        width: 100%;
    }
    .sec3-btn {
        margin: unset;
        display: block;
    }
    .price-details {
        margin-bottom: 40px;
        width: 100%;
    }
    .Testimonial {
        padding: 40px 0;
    }
    .Testimonial h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .test-para p {
        font-size: 15px;
        line-height: 24px;
    }
    .test-para {
        max-width: 100%;
    }
    .reg-hdng {
        padding-left: 0;
    }
    .reg-hdng h1 {
        text-align: center;
        font-size: 35px;
        margin: 0 auto 5px;
    }
    .reg-hdng .ban-buttons {
        margin: 0 auto;
    }
    .btn-2 {
        flex-direction: row;
        display: flex;
    }
    .main-footer {
        padding: 25px 0 0 0;
    }
    .registered {
        padding: 30px 0 0 0;
    }
    .imp-card {
        margin-bottom: 28px;
    }
    a.srch-btn {
        margin: 0 auto;
        display: table;
    }
   
    .search-div {
        position: relative;
        margin-top: 20px;
        max-width: 100%;

    }
    input.srch {
        font-style: normal;
        font-size: 16px;
        width: 100%;
        height: 46px;
        border: 1px solid #000;
        color: rgba(214, 214, 214, 1);
        font-family: 'Inter';
        padding: 0 40px;
        margin-bottom: 18px;
    }
    a.lm2-btn {
        width: 100%;
    }
    .save-price-del {
        margin-bottom: 20px;
    }
    .pptable {
        height: fit-content!important;
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }
    .ar-main {
        padding: 0;
    }
    .ourmain-mission {
        padding: 0;
    }
    .faqs-nav {
        margin: 0 auto;
        display: table;
    }
    .white-bg {
        padding: 25px 0;
    }
    
    .sub-btn {
        width: 100%;
    }
    
    .submit {
        margin: unset;
        display: block;
    }
    .overview-nav li {
        padding-right: 54px;
    }
    .overview-nav li a {
        font-size: 16px;
    }
    .privacy-list {
        margin-left: 10px;
        padding-left: 20px;
    }
    ul.steps-progress {
    display: flex;
    gap: 44px;
}
.steps-progress li > span {
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #D1D5DB;
    background: white;
}

.steps-progress span::after {
    content: "";
    display: flex;
    width: 48px;
    height: 3px;
    position: absolute;
    left: 22px;
    background: #D1D5DB;
}

ul.trademarksearch-option li {
    width: 100%;
}
.faa-paragraph {
    font-size: 14px;
    padding: 0 12px;
}
.faa-paragraph.trem-font-font {
    font-size: 16px;
}
.terms-service-list-item {
    font-size: 14px;
    line-height: 22px;
}
.faq-questomg-box h1 {
    padding: 0 12px;
    margin-bottom: 12px;
}
.privacy-policy-list {
    font-size: 15px;
    line-height: 24px;
}
.list-bold-2 {
    font-size: 14px;
    line-height: 22px;
}
strong.list-bold {
    margin-left: 12px;
    display: flex;
}
  .three-step .row.pd {
    gap: 1rem;
}

.copyright p {
    max-width: 100%;
}

.w-details h4 {
    font-size: 30px;
    margin-top: 20px;
}

.why-choose-us .w-del li {
    display: flex;
}

.pricing-hdng p {
    min-height: 0;
}





}

@media only screen and (max-width: 480px) {
    .ban-hdng h1 {
        font-size: 40px;
        line-height: 45px;
        max-width: 100%;
    }
    .ban-hdng p {
        font-size: 16px;
        line-height: 28px;
    }
    .btn-2 li {
        display: block;
        margin-bottom: 12px;
    }
    .ban-del {
        margin-top: 32px;
        padding-bottom: 0px;
    }
    .st-thre-del {
        margin-bottom: 60px;
    }
    .three-step {
        padding-bottom: 6px;
    }
    .thre-step-hdng p {
        margin: 0 auto 45px;
    }
    a.lm-btn {
        width: 100%;
    }
    .sec3-btn {
        margin: unset;
        display: block;
    }
    .price-details {
        margin-bottom: 40px;
        width: 100%;
    }
    .Testimonial {
        padding: 40px 0;
    }
    .Testimonial h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .test-para p {
        font-size: 15px;
        line-height: 24px;
    }
    .test-para {
        max-width: 100%;
    }
    .reg-hdng {
        padding-left: 0;
    }
    .reg-hdng h1 {
        text-align: center;
        font-size: 35px;
        margin: 0 auto 5px;
    }
    .reg-hdng .ban-buttons {
        margin: 0 auto;
    }
    .btn-2 {
    display: flex;
    vertical-align: middle;
    /* flex-direction: column; */
    align-items: center;
}
a.get-btn{
   padding: 13px 15px;
    font-size: 18px;
    width: 194px;
}
    .main-footer {
        padding: 25px 0 0 0;
    }
    .registered {
        padding: 30px 0 0 0;
    }
    .imp-card {
        margin-bottom: 28px;
    }
    a.srch-btn {
        margin: 0 auto;
        display: table;
    }

    .search-div {
        position: relative;
        margin-top: 20px;
        max-width: 100%;

    }
    input.srch {
        font-style: normal;
        font-size: 16px;
        width: 100%;
        height: 46px;
        border: 1px solid #000;
        color: rgba(214, 214, 214, 1);
        font-family: 'Inter';
        padding: 0 40px;
        margin-bottom: 18px;
    }
    a.lm2-btn {
        width: 100%;
    }
    .save-price-del {
        margin-bottom: 20px;
    }
    .pptable {
        height: fit-content!important;
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }
    .ar-main {
        padding: 0;
    }
    .ourmain-mission {
        padding: 0;
    }
    .faqs-nav {
        margin: 0 auto;
        display: table;
    }
    .white-bg {
        padding: 25px 0;
    }
    
    .sub-btn {
        width: 100%;
    }
    
    .submit {
        margin: unset;
        display: block;
    }
    .overview-nav li {
        padding-right: 20px;
    }
    .overview-nav li a {
        font-size: 13px;
    }
    .privacy-list {
        margin-left: 10px;
        padding-left: 20px;
    }
    ul.steps-progress {
    display: flex;
    gap: 22px;
}
.steps-progress li > span {
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #D1D5DB;
    background: white;
}

.steps-progress span::after {
    content: "";
    display: flex;
    width: 25px;
    height: 3px;
    position: absolute;
    left: 22px;
    background: #D1D5DB;
}

ul.trademarksearch-option li {
    width: 100%;
}
.p-list {
    min-height: unset;
}
.st-contnt p {
    min-height: unset;
}
  
  .common-question {
    padding: 0 0 42px 0;
}
.common-question {
    padding: 0 0 42px 0;
}
.st-contnt h4 {
    min-height: unset;
}

/*.st-thre-del {*/
/*    padding: 0 20px 10px 30px;*/
/*}*/

.faa-paragraph {
    font-size: 14px;
    padding: 0 12px;
}
.faa-paragraph.trem-font-font {
    font-size: 16px;
}
.terms-service-list-item {
    font-size: 14px;
    line-height: 22px;
}
.faq-questomg-box h1 {
    padding: 0 12px;
    margin-bottom: 12px;
}
.privacy-policy-list {
    font-size: 15px;
    line-height: 24px;
}
.list-bold-2 {
    font-size: 14px;
    line-height: 22px;
}
strong.list-bold {
    margin-left: 12px;
    display: flex;
}
.three-step .row.pd {
    gap: 1rem;
}
.copyright p {
    max-width: 100%;
}
.w-details h4 {
    font-size: 30px;
    margin-top: 20px;
}

.why-choose-us .w-del li {
    display: flex;
}

.pricing-hdng p {
    min-height: 0;
}

}

@media only screen and (max-width: 375px){
    .ban-hdng h1 {
        font-size: 40px;
        line-height: 45px;
        max-width: 100%;
    }
    .ban-hdng p {
        font-size: 16px;
        line-height: 28px;
    }
    .btn-2 li {
        display: block;
        margin-bottom: 12px;
    }
    .ban-del {
        margin-top: 32px;
        padding-bottom: 0px;
    }
    .st-thre-del {
        margin-bottom: 60px;
    }
    .three-step {
        padding-bottom: 6px;
    }
    .thre-step-hdng p {
        margin: 0 auto 45px;
    }
    a.lm-btn {
        width: 100%;
    }
    .sec3-btn {
        margin: unset;
        display: block;
    }
    .price-details {
        margin-bottom: 40px;
        width: 100%;
    }
    .Testimonial {
        padding: 40px 0;
    }
    .Testimonial h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .test-para p {
        font-size: 15px;
        line-height: 24px;
    }
    .test-para {
        max-width: 100%;
    }
    .reg-hdng {
        padding-left: 0;
    }
    .reg-hdng h1 {
        text-align: center;
        font-size: 35px;
        margin: 0 auto 5px;
    }
    .reg-hdng .ban-buttons {
        margin: 0 auto;
    }
    .btn-2 {
        display: flex;
        vertical-align: middle;
        flex-direction: column;
        align-items: center;
    }
    .main-footer {
        padding: 25px 0 0 0;
    }
    .registered {
        padding: 30px 0 0 0;
    }
    .imp-card {
        margin-bottom: 28px;
    }
    a.srch-btn {
        margin: 0 auto;
        display: table;
    }

    .search-div {
        position: relative;
        margin-top: 20px;
        max-width: 100%;

    }
    input.srch {
        font-style: normal;
        font-size: 16px;
        width: 100%;
        height: 46px;
        border: 1px solid #000;
        color: rgba(214, 214, 214, 1);
        font-family: 'Inter';
        padding: 0 40px;
        margin-bottom: 18px;
    }
    a.lm2-btn {
        width: 100%;
    }
    .save-price-del {
        margin-bottom: 20px;
    }
    .pptable {
        height: fit-content!important;
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }
    .ar-main {
        padding: 0;
    }
    .ourmain-mission {
        padding: 0;
    }
    .faqs-nav {
        margin: 0 auto;
        display: table;
    }
    .white-bg {
        padding: 25px 0;
    }
    .sub-btn {
        width: 100%;
    }
    .submit {
        margin: unset;
        display: block;
    }
    .overview-nav li {
        padding-right: 16px;
    }
    .overview-nav li a {
        font-size: 13px;
    }
    .privacy-list {
        margin-left: 10px;
        padding-left: 20px;
    }
    
    ul.steps-progress {
    display: flex;
    gap: 22px;
}
.steps-progress li > span {
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #D1D5DB;
    background: white;
}

.steps-progress span::after {
    content: "";
    display: flex;
    width: 25px;
    height: 3px;
    position: absolute;
    left: 22px;
    background: #D1D5DB;
}

ul.trademarksearch-option li {
    width: 100%;
}

.p-list {
    min-height: unset;
}
.st-contnt p {
    min-height: unset;
}
.common-question {
    padding: 0 0 42px 0;
}
.st-contnt h4 {
    min-height: unset;
}
/*.st-thre-del {*/
/*    padding: 0 20px 10px 30px;*/
/*}*/
.faa-paragraph {
    font-size: 14px;
    padding: 0 12px;
}
.faa-paragraph.trem-font-font {
    font-size: 16px;
}
.terms-service-list-item {
    font-size: 14px;
    line-height: 22px;
}
.faq-questomg-box h1 {
    padding: 0 12px;
    margin-bottom: 12px;
}
.privacy-policy-list {
    font-size: 14px;
    line-height: 24px;
}
.btn-2 {
    display: flex;
    vertical-align: middle;
    /* flex-direction: column; */
    align-items: center;
}
a.get-btn{
   padding: 13px 15px;
    font-size: 18px;
    width: 194px;
}
.list-bold-2 {
    font-size: 14px;
    line-height: 22px;
}
strong.list-bold {
    margin-left: 12px;
    display: flex;
}

.three-step .row.pd {
    gap: 1rem;
}
.copyright p {
    max-width: 100%;
}
.w-details h4 {
    font-size: 30px;
    margin-top: 20px;
}

.why-choose-us .w-del li {
    display: flex;
}
.pricing-hdng p {
    min-height: 0;
}

}
@media only screen and (max-width: 575px) {
    .thre-step-hdng h2,
    .Testimonial h2,
    .reg-hdng h1{
        font-size:28px;
        line-height:normal;
    }
    .w-details h4 {
    font-size: 28px;
    margin-top: 20px;
    }
    
    .why-choose-us .w-del li {
    display: flex;
}
    
  .pricing-hdng p {
    min-height: 0;
}  
    .cp-hdng1 h4{
        font-size:24px;
    }
    .copyright1 {
    padding: 30px 20px;
}
.copyright1 li {
    font-size: 16px;
}
.copy2 li {
    margin-bottom: 15px;
}
.copyright-protect {
    padding: 30px 0;
}
.pricing-hdng,.p-list {
    height: auto;
}
.w-image{
    margin-top: 30px;
}
.st-contnt h4 {
    font-size: 20px;
}
}