/*Main Css */

::selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 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: 'Inter';
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
}

*: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 {
    font-family: Open Sans;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    color: rgba(61, 67, 74, 1);
    margin-bottom: 6px;
}

.hding-3 h3 {}

.hding-4 h4 {}

.hding-5 h5 {}

.hding-6 h6 {}

.para {
    font-size: 17px;
    line-height: 22px;
}

.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-top: 3rem;
}

.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: #fff;
    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 */

.logo h2 {
    font-size: 40px;
    color: #fff;
}

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 22px;
}
.menu li.last {
    padding-left: 65px;
}
ul.sub-menu>li.last {
    padding-left: 0 !important;
}
.menu>li {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: relative;
}
.menu li a {
    display: block;
    text-transform: capitalize;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.menu li:hover a,
.menu li.active a {
    color: rgba(240, 78, 35, 1);
}

ul.sub-menu {
    padding: 10px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
}
ul.sub-menu {
    position: absolute;
    width: 234px;
    background: #fff;
    text-align: left;
    top: 30px;
    left: -16px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    box-shadow: 2px 3px 14px rgb(255 195 0 / 64%);
    border-radius: 8px !important;
}
ul.sub-menu>li {
    padding: 14px 0;
    border-bottom: 1px solid rgb(255 195 0);
}
ul.sub-menu>li a {
    font-size: 18px;
    font-weight: 400;
    transition: all 0.1s ease-in-out;
    color: #000 !important;
}
.menu li:hover a, .menu li.active a {
    color: rgb(255 195 0);
}

.menu li a i.fas.fa-phone {
    transform: rotate(85deg);
}

li.has-submenu.active .sub-menu {
    visibility: visible;
    opacity: 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 */

.logo img {
    width: 180px;
}

.mainBanner {
    background-size: cover;
    /* background-position: center; */
    /* height: 100vh; */
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

a.fts-btn {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 11px 15px;
    gap: 10px;
    width: 216px;
    height: 38px;
    background: #F04E23;
    border-radius: 4px;

/* Inside auto layout */
    flex: none;
    order: 4;
    flex-grow: 0;
    color: rgba(255, 255, 255, 1) !important;
    transition: 0.35s linear;
}

.fts-btn span {
    padding-left: 7px;
}

a.fts-btn:hover {
    color: #000 !important;
    background: transparent;
    transform: scale(1.05);
    box-shadow: 0px 1px 13px 0px rgb(240 78 48 / 63%);
}

.ban-image {
    text-align: center;
}

.ban-hdng h1 {
    text-transform: capitalize;
    margin: 34px 0 12px 0;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 57px;
    line-height: 77px;
    color: #FFFFFF;
}

.ban-hdng p {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

a.g-strt-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 20px;
    border: 1px solid transparent;
    width: 200px;
    height: 50px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    color: #000000;
    transition: 0.35s linear;
    background: #FFC300;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
}

.ban-buttons {
    display: flex;
    gap: 20px;
    padding: 3rem 0;
}

a.g-strt-btn.g-strt1 {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffc300;
    transition: 0.35s linear;
    font-weight: 500;
}

.ban-para p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(150, 154, 158, 1);
}

a.click-btn {
    color: rgba(240, 78, 35, 1);
}

a.click-btn:hover {
    letter-spacing: 2px;
    color: #000000;
}

a.g-strt-btn:hover {
    transform:scale(1.03);
}

a.g-strt-btn.g-strt1:hover {
   transform:scale(1.03);
}

.ban-details {
    margin-top: 6rem;
    margin-bottom: 8rem;
}

/* ------------------------------------------------- */
.stars i {
    color: #f49f07 !important;
}

.tm-sec1 {
    background: #71006C;
    padding: 1.5rem 0;
}

.tm-sec1-hdng h3 {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}

.tm-sec2-hdng h3 {
    font-weight: 600;
    font-size: 16px;
    color: #BE7F00;
    text-transform: uppercase;
}

.tm-sec2-hdng h2 {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 40px;
    color: #353B41;
    padding: 1.5rem 0;
}

.tm-sec2-hdng p {
    font-size: 16px;
    line-height: 28px;
    color: #767B81;
    margin-bottom: 1rem;
}

.numbr {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transform: translateY(-48px);
    background: #7B7B7B;
    border-radius: 4px;
}

.numbr h3 {
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
}

.sec2-contnt h4 {
    font-family: 'Barlow';
    font-size: 28px;
    line-height: 34px;
    color: #000;
}

.sec2-img {
    min-height: 104px;
}


.sec2-contnt {
    padding-top: 1rem;
}
-------------------------------------------------
.companies {
    display: inline-block;
    vertical-align: middle;
}

.companies li {
    display: inline-block;
    vertical-align: middle;
    padding: 38px;
}

.tm-sec2-hdng h1 {
    font-family: Open Sans;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    color: rgba(61, 67, 74, 1);
    margin-bottom: 6px;
}

.tm-sec2-hdng h4 {
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

.tm-sec2 {
    padding: 4rem 0 4rem 0;
}

.sec2-details {
    padding: 0rem 1rem;
    margin-top: 6rem;
    /* background: #F5FAFE; */
    border-radius: 10px;
    min-height: 410px;
    border: 1px solid #CDCDCD;
}

.sec2-details h1 {
    font-family: Open Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    color: rgba(240, 78, 35, 1);
    margin-bottom: 14px;
}

.sec2-contnt h1 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    text-align: left;
    color: rgba(61, 67, 74, 1);
}


.sec2-contnt p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(150, 154, 158, 1);
    padding: 1rem 0 1.5rem 0;
   
}

.freepage p {
    min-height: 226px;
}

.tm-sec3 {
    background-color: rgba(86, 93, 100, 1);
    padding: 45px 0;
}

.tm-sec3-hdng h1 {
    font-family: Open Sans;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.price-details {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 6px;
}

.pricing {
    padding: 4rem 0;
    background: #F5FAFE;
}

.sec3-hdng h2 {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.sec3-hdng {
    border-bottom: 0.7px solid rgba(255, 255, 255, 0.4);
    padding: 24px 0 16px 0;
}

.sec2-del2 h6 {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 12px;
}

.sec2-del2 .price {
    font-family: Open Sans;
    font-size: 42px;
    font-weight: 700;
    line-height: 57px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 22px;
}

.sec2-del2 p {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.sec2-del2 {
    padding: 22px 26px;
    text-align: center;
}

.tm-sec3-hdng {
    padding-bottom: 40px;
}

.p-list {
    padding: 5px 0px 26px 24px;
}

.fld-check {
    display: flex;
    gap: 10px;
}

.chkbox span {
    font-size: 10px;
}

.p-list li {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: #FFFFFF;
}

a.lm-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 25px;
    width: 298px;
    height: 50px;
    background: #FFFFFF;
/* shadow/sm */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(61, 67, 74, 1);
}

.sec3-btn {
    margin: 0 auto;
    display: table;
    padding: 0 0 32px 0;
}

.sec2-del2 h2 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    color: rgba(150, 154, 158, 1);
    margin-bottom: 22px;
}

.sec2-del2 span {
    font-family: Open Sans;
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
    color: rgba(255, 255, 255, 1);
    margin-left: 10px;
}
/* ------------------------pricing page---------------------------------- */

.pckg {
    padding: 2rem;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 440px;
    justify-content: space-between;
    position: relative;
    background: #E2F2FF;
    border-radius: 4px;
    margin-top: 2rem;
    transition: 0.3s;
}

.pckg-head .label {
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #0076DA;
}

.pckg-head .price {
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    margin-top: 10px;
    color: #0076DA;
}

.pckg-content ul {
    font-size: 16px;
    line-height: 24px;
    color: #465056;
}

.pckg-content p {
    margin-bottom: 24px;
    color: #465056;
    line-height: 24px;
}

.pckg-btn-wrap .pckg-btn {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 50px;
    width: 100%;
    height: 50px;
    background: #3D6181;
    border-radius: 25px;
    font-weight: 600;
    font-size: 18px;
}
.pckg-head .price small {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
}

span.tag {
    position: absolute;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    top: -16px;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    background: #FCC659;
    color: #1E1E1E;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

span.uspto {
    font-size: 16px;
    line-height: 150%;
/* identical to box height, or 24px */


/* Gray/600 */
    color: #6C757D;
}

.pckg-content ul li::before {
    font-family: 'Font Awesome 5 Pro';
    content: \f058;
    font-weight: 700;
    color: #20C997;
}

.pckg-content ul li {
    display: flex;
    align-items: start;
    gap: 5px;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 26px;
}

.pckg-content ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #ba68c8;
    text-align: center;
    line-height: 17px;
    border-radius: 22%;
    font-size: 9px;
    position: absolute;
    top: 6px;
    left: 0;
    margin: auto;
    color: #fff;
    font-weight: 600;
}
.green-list li:before{
    background: #28C299 !important;
}

.pckg.popular {
    border: 1px solid #E2D9F3;
    color: white;
    background: #0076DA;
    border-radius: 4px;
}

.pckg.popular .pckg-btn-wrap .pckg-btn {
    color: #000;
    background: #ffc300;
    border-color: transparent;
}

span.label.label1  , span.price.price1 , span.uspto.upto1 , .pckg-content1 p  ,.pckg-content1 ul{
    color: #fff;
}

.pckg:hover , 
.pckg:hover span.label.label1  , 
.pckg:hover span.price.price1 , 
.pckg:hover span.uspto.upto1 , 
.pckg:hover .pckg-content1 p  , 
.pckg:hover .pckg-content1 ul{
    background: #0076DA;
    transform: scale(1.05);
}

.pckg:hover .pckg-head .label  , .pckg:hover .pckg-head .price , .pckg:hover .pckg-content p , .pckg:hover .pckg-content ul , .pckg:hover span.uspto{
    color: #fff;
}

.pckg:hover .pckg-btn-wrap .pckg-btn {
    background: #ffc300;
    color: #000;
}






/* ------------------------hover---------------------------------- */
.pricing-card:hover .card-header,
.pricing-card:hover .price{
    color:#F04E23;
}
.pricing-card:hover .custom-btn{
    background: #F04E23 !important;

}
.price-details:hover{
    background-color: rgba(255, 255, 255, 1);
}

.price-details:hover .sec2-del2 .price span, 
.price-details:hover .sec3-hdng h2 , 
.price-details:hover .sec2-del2 .price {
    
    color: rgba(245, 119, 87, 1);
}

.price-details:hover .sec2-del2 h6 , 
.price-details:hover .sec2-del2 p {
    color: rgba(61, 67, 74, 1);
}

.price-details:hover .p-list li {
    color: rgba(150, 154, 158, 1);
}

.price-details:hover a.lm-btn {
    background-color: rgba(245, 119, 87, 1);
    color: #ffffff;
}
/* --------------------------faq------------------------------------------------ */
.faqs {
    padding: 3rem 0;
}

.h1{
    font-size: 70px;
}
.faq-list {
    padding: 1rem 0;
}
.faq-list b {
    font-weight: 600;
    margin-bottom: 1rem !important;
}
.faq-list  p {
    margin: 1rem 0;
    font-weight: 400;
    color: #9CA3AF;
}
.guide-section input:not(input[type=submit]){
    background: white;
    padding: 0.8rem 1rem;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 5%);
    width: 100%;
    margin: 1rem 0;
    font-family: Inter;
}
input[type=submit]{
    font-family: Inter;
    display: flex;
    padding: 13px 25px;
    height: 50px;
    background: #F04E23;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-radius: 6px;
    color: white;
    margin-top: 1rem;
}
/* --------------------------contact------------------------------------------------ */
#gmap_canvas{
    width: 100%;
    height: 100%;
}
.mapouter{
    position:relative;
    text-align:right;
    width: 100%;
    height: 100%;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    width: 100%;
    height: 100%;
}
.form-heading{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 1rem;
}

section.form-section label{
    font-size: 14px;
}
section.form-section input:not(input[type=submit]) {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
    font-family: 'Inter';
    font-size: 14px;
    padding: 13px 17px 13px 21px;
}
.font-300 {font-weight: 300;}
.lh-26{line-height: 26px;}


/* --------------------------testimonials------------------------------------------------ */

.tm-sec4-hdng h1 {
    font-family: Open Sans;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    text-align: left;
    color: rgba(61, 67, 74, 1);
    margin-bottom: 10px;
}

.tm-sec4-hdng h4 {
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: rgba(80, 86, 92, 1);
    margin-bottom: 30px;
}

.tm-sec4 {
    padding-top: 4rem;
}

/* ----------------------------------------slider-------------------------------------- */
.test-contnt h4 {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 22px;
    color: #000000;
}

.test-image {
    position: absolute;
    left: 255px;
    top: 75px;
}

.sldr-para {
    padding: 2.5rem 1rem 1rem 1rem;
    min-height: 355px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(149 149 149 / 25%);
    border-radius: 6px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.testimonials {
    width: 370px;
    background: #FFFFFF;
    /* box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 47%), 0px 4px 6px -2px rgb(0 0 0 / 5%); */
    border-radius: 6px;
    position: relative;
}

.test-del p {
    padding: 0.2rem 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #70777F;
}

.test-reviews {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 1.5rem 1.5rem;
    background: #D0EAFF;
    border-radius: 6px;
}

.test-contnt h1 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    color: rgba(61, 67, 74, 1);
}

.test-contnt h6 {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: rgba(150, 154, 158, 1);
    text-align: left;
}

.test-del {
    margin: 35px 0;
    border: 1px solid #999999;
    border-radius: 6px;
}

.registered {
    background: #7D5577;
    margin-top: 3rem;
}

.tm-sec5-hdng h4 {
    margin-bottom: 22px;
    font-family: 'Barlow';
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
}

.reg-image {
    width: 145%;
}

.tm-sec5-hdng p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
}

.sec5-details {
    padding: 0 0 0 48px;
}

a.sec5-btn:hover {
    color: #fff !important;
    background: transparent;
    transform: scale(1.05);
    box-shadow: 0px 1px 13px 0px #f7f7f9;
    border: transparent;
}

a.sec5-btn2 {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.slider .slick-list {
    margin: 0 -10px;
}
.slider .slick-slider{
    margin: 0 50px;
}

.tm-sec5 {
    padding-top: 65px;
}

.slider .slick-dots li button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    padding: 0px;
    color: rgba(234, 235, 236, 1);
    background: #ABABAB;
    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;
}

.slider .slick-dots li.slick-active button {
    background: #FFC300;
    width: 12px;
    height: 12px;
}

.slider .slick-dots li {
    margin: 0 14px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slider .slick-dots {
    padding: 0 0 14px;
    text-align: center;
}

.testimonials:hover {
    transform: scale(1.05);
    transition: 0.3s ease;
}

/* ----------------------------------------------------------------------------------------------------- */

.foot-hdng h4 {
    text-align: left;
    margin-bottom: 12px;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 20px;
    color: #1D1D1D;
}
.footer-para p {
    font-weight: 400;
    font-size: 15px;
    line-height: 33px;
    color: #70777F;
}

.foot-icons {
    padding: 1rem 0;
}

.f-menu li a {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: #70777F;
    text-align: left;
}

.f-menu li a:hover {
    color: rgb(255 195 0);
}

.main-footer {
    padding-top: 55px;
}

a.lc-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 23px 13px 6px;
    gap: 12px;
    width: 165px;
    height: 50px;
    background: #ffc300;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-radius: 6px;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.livechat-button {margin-top: 14px;}

.call_btn {
    display: flex;
    padding: 25px 0;
    align-items: center;
    gap: 12px;
}

.call_btn i {
    font-size: 25px;
    color: rgb(255 195 0);
    margin-right: 14px;
    transform: rotate(90deg);
}

.call_btn p a {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.numbr-del h4 {
    font-family: Inter;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #000000;
    opacity: 0.7;
    margin-bottom: 4px;
}

.f-icon {
    display: inline-block;
    vertical-align: middle;
}

.f-icon li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 2px;
}

.f-icon li a {
    color: #000;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin: 0 4px;
    border: 1px solid #FEB272;
}

.brd {border-bottom: 1px solid rgba(202, 202, 202, 1);padding-bottom: 45px;}

.f-icon li a:hover {
    color: rgb(255 195 0);
}

.para p {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(150, 154, 158, 1);
    text-align: left;
}

.para {
    max-width: 90%;
}

.copyright {
    padding-bottom: 0px;
}

.f-logo {
    padding-bottom: 1rem;
}

.thankyou-hdng h5 {
    font-weight: 600;
    font-size: 64px;
    color: #000000;
    margin-bottom: 1.5rem;
}

.thankyou-hdng p {
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #6B6B6B;
}

.privacy-page {
    margin-top: 11rem;
    margin-bottom: 14rem;
}

/* -----------------------trademark-registration--------------------------------- */
.regist-img {
    min-height: 0;
    padding-top: 2rem;
}

.padding2 {
    padding: 1.5rem 1rem 1.5rem 0;
}

.registrationpage {
    padding: 0rem 1rem;
    margin-top: 3rem;
    min-height: 300px;
    transform: scale(1.02);
    border: 1px solid #D1D1D1;
    border-radius: 10px;
}

.tm-reg {
    padding: 2rem 0 4rem 0;
    background: #F5FAFE;
}

.fs-40{
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 40px !important;
    color: #353B41;
}

.fs-16{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #767B81;
}

.fs-20{
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 20px;
    color: #0B0B0B;
}

.padding{
    padding: 1.5rem 0;
}

.w-del li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ba68c8;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 9px;
    position: absolute;
    top: 2px;
    left: 0;
    margin: auto;
    color: #fff;
    font-weight: 600;
}

.w-del2 li:before {
    content: "\f336";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    background: none;
    top: 2px;
    left: 0;
    margin: auto;
    color: #ba68c8 !important;
    font-weight: 600;
}

.w-del li {
    position: relative;
    padding-left: 35px;
}

.why-get-a-trademark {
    padding: 4rem 0;
}
ul.accordion-list>li {
    margin-bottom: 32px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e6e8eb;
    font-weight: 500 !important;
    padding: 22px 25px;
    transition: ease 0.5s;
    font-family: 'Coolvetica Rg';
    line-height: 120%;
    font-size: 20px;
    color: #2D2D2D;
    background: #FAFAFA;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
}
ul.accordion-list>li h3:before {
    content: '\f067';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 34px;
    top: 23px;
    bottom: 0;
    margin: auto;
    transition: ease 0.5s;
    color: #08203A;
}
ul.accordion-list>li .answer {
    padding: 20px 0px 11px;
}
ul.accordion-list>li .answer p:last-child {
    margin: 0;
}
ul.accordion-list>li .answer p {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 30px;
    color: #383838;
}
ul.accordion-list li.active h3:before {
    content: '\f068';
}
.accordion-list li h3 {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 18px;
    color: #08203A;
}

.sec2-img:hover img {
    transform: scale(1.05);
    transition: 0.3s ease;
}

/* -----------------------free trademark search--------------------------------- */

.tm-free {
    padding: 4rem 0 2rem 0;
}

.sec2-contnt h6 {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 28px;
    color: #71006C;
    margin: 16px 0 0 0;
}
a.lm-btn2 {
    width: 44%;
    font-weight: 600;
    font-size: 17px;
    color: #121212;
}

a.lm-btn2:hover {
    background-color: #71006c;
    color: #fff;
}
.freepage {
    margin-top: 3rem;
    min-height: 460px;
    border: 0;
    padding: 1rem 1.8rem;
    background: #F5FAFE;
    border-radius: 10px;
}
.fs-18 {
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 18px;
    color: #353B41;
    margin-bottom: 0.9rem;
}
ul.chooseus-del {
    margin: 14px 0 0 0;
}

/* .choose-us {
    padding: 4rem 0 3rem 0;
    background: #F5FAFE;
} */

.ban-buttons.freetrademark {
    padding: 0 0 1.5rem 0;
}

.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;
}
.search-wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 8px;
}
.input-wrapper {
    position: relative;
        flex-basis: 100%;
}
.search-div span {
    color: #567494;
    font-size: 20px;
    padding: 0 4px 0 15px;
}
input.srch {
    font-style: normal;
    font-size: 16px;
        width: 90%;
    border: 0;
    font-family: 'Inter';
}
.search-data {
    margin-top: 10px;
}
.search-data table {
    width: 100%;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.search-data table thead tr {
    background: #f9f9f9;
}

.search-data table thead tr {
    border-top: 0.5px solid #ebebeb;
}
.search-data table tr th:first-child, .search-data table tr td:first-child {
    padding-left: 2rem;
}
.search-data table thead tr th {
    height: 48px;
    vertical-align: middle;
    font-weight: 500;
    color: #858585;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}

a.srch-btn {
    width: 163px;
    height: 58px;
    background: #FFC300;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    text-transform: capitalize;
    text-align: center;
    color: #000000;
    padding: 10px 0;
}

a.srch-btn:hover, a.lm2-btn:hover {
    color: #fff!important;
    background-color: #71006c !important;
}


/* -----------------------comprehensive--------------------------------- */

.sec2-details.comprehensive {
    min-height: 375px;
}

.min-height-380{
    min-height: 380px;
}
/* -----------------------office action responce--------------------------------- */

.action-response {
    background: #F5FAFE;
    padding: 2rem 0;
}

.w-details2 p{
    font-size: 14px !important;
    line-height: 23px !important;
}
.cust-badge{
    background: url(../images/badge-purple.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

ul.office-action li h5 {
    display: flex;
    gap: 12px;
}
.three-steps-process {
    padding: 5rem 0;
}
ul.office-action {
    margin: 10px 0 0 0;
}
.padding-bottom {
    padding-bottom: 1rem;
}
.w-image img:hover {
    transform: scale(1.06);
    transition: 0.3s ease-in;
}
.step3-btn {
    padding: 0rem 0;
}

.response-details {
    background: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
}
.response-hdng {
    padding: 22px 20px;
    border-bottom: 1px solid #8D8D8D;
}
.response-hdng h5 {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}
.response-details h4 {
    padding: 18px 23px 24px 23px;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FEB272;
}
.action-para {
    margin-bottom: 22px;
    padding: 0 24px;
}
.action-para span {
    margin-bottom: 10px;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 18px;
    color: #FEB272;
}
.action-para p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.learn-button {
    margin: 0 auto;
    display: table;
    padding-bottom: 20px;
}
a.lm2-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 80px;
    width: 335px;
    height: 50px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    border: 0 !important;
    background: #FFC300;
    border-radius: 25px;
}

.ar-main h2 {
    margin-bottom: 18px;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #353B41;
}
.ar-main p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #353B41;
}

.ar-main {
    padding: 0 154px 0 0;
}

a.lm2-btn:hover {
    background-color: #71006c;
    color: #fff !important;
    transform: scale(1.05);
    box-shadow: 0px 1px 13px 0px rgb(255 255 255);
}

/* -----------------------trademark monitoring--------------------------------- */

.overview-details {
    padding: 30px 30px;
    background: #000000;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 9%);
    border-radius: 10px;
}
.overview-details h4 {
    margin-bottom: 24px;
    text-align: center;
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 45px;
    color: #FEB272;
}
.overview-details span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.overview-details p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}
.overview-del li {
    margin-bottom: 20px;
    display: flex;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.overview-del li span {
    font-size: 12px;
    padding-right: 10px;
    color: #FEB272;
}
a.get-btn1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 52px;
    width: 100%;
    height: 50px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    background: #FFC300;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-radius: 25px;
}
.overview-nav {
    margin: 20px 0 15px 0;
}
.overview-nav li {
    display: inline-block;
    padding-right: 90px;
}
.overview-nav li a {
    position: relative;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 24px;
    color: #353B41;
}

.process-del {
    padding-top: 40px;
}
.process-del h4 {
    color: #353B41;
    font-size: 28px;
}
.w-details h4 {
    margin: 0;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 28px;
    color: #353B41;
}
.process-del p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6A7682;
}
.pro-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; */
}
.process-del p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6A7682;
}
.pro-del li span {
    font-size: 12px;
}

.pro-del li span {
    color: #FE7749;
    padding-right: 10px;
}
.w-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #767B81;
}
.fa-circle:before {
    content: "\f111";
}
.overview {
    padding: 5rem 0;
}
.overview-nav li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    border-radius: 6px;
    bottom: -12px;
    left: 0;
    background-color: #71006c;
    transition: 0.3s ease-in-out;
}
.overview-nav li:hover a:before, .overview-nav li.active a:before {
    width: 100%;
}

a.get-btn1:hover {
    background-color: #71006c;
    color: #fff !important;
    transform: scale(1.05);
    box-shadow: 0px 1px 13px 0px rgb(255 255 255);
}

.pro-del li h5 {
    margin: 10px 0 4px 0;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 20px;
    color: #353B41;
}

/* -----------------------copyright--------------------------------- */

ul.copyright1.copy2 li {
    margin-bottom: 3rem;
}

ul.copyright1.copy2 {
    margin-top: 3rem;
}
.copyright-protect {
    padding: 4rem 0 5rem 0;
}
.aboutus {
    padding-top: 4rem;
}

.protects {
    display: grid;
    height: fit-content!important;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
}

.border {
    border: 1px solid #cecece;
    padding: 1.5rem 5rem;
}

.cp-hdng1 h4 {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    text-align: center;
    margin-bottom: 1rem;
}

.copyright1 li {
    font-family: 'Barlow';
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1.2rem;
    color: #353b41;
    display: flex;

}

.copyright1 li span {
    color: #BA68C8;
    font-size: 12px;
    padding-right: 12px;
}

.pricing2 {
    background: #F5FAFE;
    padding: 2rem 0;
}

/* -----------------------about-us--------------------------------- */

.bg{
    padding: 4rem 0 3rem 0;
    background: #F5FAFE;
    margin-top: 2.5rem;
}



/* -----------------------faqs--------------------------------- */
.faqs-nav li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 25px;
    border: 1px solid transparent;
    width: 310px;
    height: 50px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    transition: 0.35s linear;
    background: #FFC300;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.faqs-nav li {
    margin-bottom: 1rem;
}
.faq-heading h4 {
    font-size: 28px;
    font-family: 'Barlow';
    font-weight: 600;
    color: #353B41;
    margin-bottom: 2rem;
}
.paddingfaqs{
    padding: 4rem 0;
}
.faqs-nav li:hover a, .faqs-nav li.active a {
    background-color: #71006c;
    color: #fff !important;
    transform: scale(1.05);
    box-shadow: 0px 1px 13px 0px rgb(255 255 255);
}

.faqs-nav li a .active {
    background-color: #71006c;
    color: #fff !important;
    transform: scale(1.05);
    box-shadow: 0px 1px 13px 0px rgb(255 255 255);
}
/* -----------------------contact us--------------------------------- */
.ourgurantee {
    padding: 3rem 0;
}

.contactus {
    padding: 3rem 0;
}



.form-group label {
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 20px;
    color: #71006C;
}



h2.thankyou {
    font-weight: 400;
    font-size: 96px;
    text-align: center;
    color: #222222;
    margin-top: 4rem;
}

.thankyou span {
    color: #BA68C8;
}
.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(187, 187, 187, 1);
    padding: 24px 0;
    max-width: 70%;
}
.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: #ffc300;
}

input.form-control {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 14px;
    color: #838493;
    padding: 1rem 0;
    border-bottom: 1px solid #838493;
}
textarea.form-control {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 14px;
    color: #838493;
    padding: 1rem 0;
    margin-top: 1rem;
}
.contact {
    background: #F5FAFE;
    margin-top: 2rem;
}
.contact {
    background: #F5FAFE;
    margin-top: 2rem;
}

button.theme-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 17px;
    width: 463px;
    height: 42px;
    background: #FFC300;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    transition: 0.3s ease;
    cursor:pointer;
}
.contact-info {
    margin-bottom: 1rem;
    /* border: 1px solid #71006c; */
    /* border-radius: 12px; */
    padding: 1.5rem 0;
    gap: 22px;
}
.contact-detail a {
    color: #71006c;
    font-weight: 500;
    font-size: 20px;
}
.contact-detail p {
    padding: 0.5rem 0;
}
.contact-detail a:hover {
    transform: scale(1.05);
    transition: 0.3s ease;
}
button.theme-btn:hover {

    transform: scale(1.03);
   
    
}

/* --------------------nav-bar---------------------- */

.nav-dark .menu li a  , .nav-dark .logo h2{
    color: #000;
}

.nav-dark .logo-dark{
display: block;
}

.nav-dark .logo-white{
    display: none;
}

.logo-dark{
    display: none;
}
ul.sub-menu>li a:hover {
    color: #ffc300 !important;
}
    
/* --------------------nav-bar---------------------- */

/******-----------*****/
.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: #fff;
}

.tp-check-pricing {
    width: 24px;
    height: 23px;
}

table.pricing tr td:first-child {
    width: 34.3%;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    text-align: left;
}

.bgform h3 {
    font-size: 24px;
    margin-bottom: 16px;
        line-height: 28px;
}
.btn-normal {
    background: #0085FF;
    padding: 10px 30px;
    display: inline-block;
    margin: 10px 0 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
   
}
.add_owner{
    background: #0085FF;
    padding: 14px 30px;
    display: inline-block;
    margin: 10px 0 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
   
}
.trash_this {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}
.trash_this i{
    background: #E53935;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor:pointer;
}
.tp-check-pricing {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #0275df  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;
        margin-bottom: 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-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: #3f4157;
    padding: 8px 15px 15px 15px;
    width: 400px;
    max-height: 700px;
    overflow: auto;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    z-index: 2;
    cursor: default;
    border-radius: 6px;
    color: white;
}
.form-tooltip-body p {
    font-size: 14px;
}
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: 220px;
    align-items: center;
    margin: 2px 0;
    line-height: 1.5em;
    font-size: 15px;
}
ul.trademarksearch-option li input {
    margin-right: 11px;
}
.form-tooltip:hover .form-tooltip-body {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.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;
    display: block;
}

.checkout-body p {
    margin-bottom: 18px;
}
.form_wrap{
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    padding: 1.5rem;
    border-radius: 10px;
}
.form_wrap b,.form_wrap strong {
    font-weight: bolder !important;
}

.bgform h3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.bgform h3 span {
    font-size: 16px;
}
.bgform p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}
.form_wrap label {
    color: #6B7280 !important;
        font-size: 14px  !important;
    margin-bottom: 6px !important;
    line-height: 18px !important;
        font-weight: 400 !important;
        font-family: 'Inter' !important;
            margin-top: 7px;
}
form#payment-form input[type=submit] {
    text-align: center !important;
    justify-content: center !important;
}
/********form end********/


 .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
  }
  .popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 530px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width:97%;
  }
  .mmpopup {
    text-align: center;
    background: #f8f8f8;
    padding: 45px 10px 25px;
  }
  .mmpopup .formpop {
    width: 86.4%;
    margin: 24px auto;
  }
  .mmpopup .fld-input {
    height: 50px;
    width: 100%;
    margin-bottom: 9px;
    border-radius: 4px;
  }
  .mmpopup .centercont h3 {
    font-size: 38px;
    color: #141515;
    margin-bottom: 10px;
  }
  .mmpopup .centercont h4 {
    font-size: 20px;
    color: #566060;
    margin-bottom: 15px;
  }
  .mmpopup .centercont h4 span {
    color: #86cb92;
  }
  .mmpopup .centercont h4 span span {
    display: none;
  }
  .mmpopup .centercont p {
    color: #333;
    font-size: 16px;
    margin-bottom: 120px;
    line-height: 20px;
  }
  .closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 100px;
  }
  .closeico i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .closeico1 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
  }
  .closeico1 i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    max-width: 390px;
    margin: auto;
    display: block;

    position: relative;

  }
  .mmpopup .centercont ul {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 27px 49px 27px 24px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
  }
  .mmpopup .centercont ul li {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px;
  }
  .mmpopup .centercont ul li.last {
    padding-bottom: 0;
  }
  .mmpopup .centercont ul li i {
    color: #ff533e;
    border: 1px solid;
    border-radius: 100px;
    margin-right: 8px;
    font-size: 10px;
    padding: 3px;
  }
  .mmpopup .centercont h4 {
    font-size: 35px;
    color: #0085ff;
  }
  .mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff;
  }
  .mmpopup .centercont h3 span {
    display: block;
    margin: 0 30px;
    /* font-size: 30px; */
    color: #000;
    /* font-family: 'CenturyGothic'; */
    font-weight: 700;
    /* line-height: 33px; */
    font-size: 36px;
    line-height: 120%;
    color: #3A3D40;
  }
  .mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 60px;
  }
  .fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    background-color: #fff;
    width: 354px;
    height: 66px;
    margin-bottom: 20px;
  }
  .fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #EEEEEE;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-family: 'Inter';
  }
  .fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
  }
  .fld-btn button {
   border-radius: 5px;
   background-color: #FFC300;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    cursor: poRoboto;
    transition: 0.5s;
    font-family: 'Inter';
    height: 59px;
    cursor: pointer;
    border: 0;
  }
  
  .fld-btn button i {
    padding-left: 12px;
  }
  .fld-btn button:hover {
   transform:scale(1.03);
  }

  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;
}
.fonts-inter {
    font-size: 14px;
    line-height: 26px;
}

.form_wrap table h3.form-heading {
    display: block !important;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}



.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;
}


  /* ------------------------------------------------------------------ */


@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    ul.sub-menu li a {
        margin-bottom: auto !important;
    }

    .has-submenu:hover ul.sub-menu {
        visibility: visible !important;
        opacity: 1 !important;
    }

    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: #71006C;
        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: 24px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 20px;
        text-transform: capitalize;
    }
    .logo img {
        max-width: 50%;
    }
    .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;
    }
    ul.sub-menu {
        width: 270px;
    }
}

@media (max-width: 1199px) {
    .tm-sec4 {
        padding-top: 45px;
    }
    .sec2-details {
        min-height: 440px;
    }
    .ban-hdng h1 {
        font-size: 52px;
    line-height: 65px;
    }
    .ban-details {
        margin-top: 2rem;
        margin-bottom: 0rem;
    }
    .tm-sec2 {
        padding: 2rem 0;
    }
    .tm-sec2-hdng h2 {
        padding: 0.5rem 0;
    }
    .sec2-contnt h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .pckg {
        padding: 1.2rem;
        margin-top: 2rem;
    }
    .pckg-content ul {
        min-height: 194px;
    }
    .faqs {
        padding: 2rem 0;
    }
    ul.accordion-list {
        margin-top: 2rem;
    }
    .registered {
        margin-top: 2rem;
    }
    .conditions li a {
        font-size: 12px;
        line-height: 16px;
    }
    .ban-buttons {
        padding: 1rem 0;
    }
    .choose-us {
        padding: 1rem 0;
    }
    .w-details h4 {
        margin-bottom: 0;
    }
    .ar-main {
        padding: 0;
    }
    a.lm2-btn {
        width: 100%;
    }
    .overview-nav li {
        padding-right: 40px;
    }
    .tm-sec2-hdng h2 {
        padding: 0.5rem 0;
    }
    .copyright-protect {
        padding: 0 0 2rem 0;
    }

}

@media (max-width: 991px) {
    .ban-hdng h1 {
        font-size: 37px;
        line-height: 40px;
    }
    .ban-details {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .testimonials {
        width: auto;
    }
    .ban-buttons {
        padding: 1rem 0;
    }
    a.g-strt-btn {
        padding: 13px 16px;
    width: 98%;
    }
    .call_btn p a {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
    .tm-sec1-hdng h3 {
        font-size: 22px;
    }

    .tm-sec4 {
        padding-top: 45px;
    }
    .sldr-para {
        min-height: 0;
    }
/* -------------services page------------------- */
    a.g-strt-btn.g-strt1 {
        width: 100%;
        padding: 13px 14px;
    }
    .sec2-contnt h4 {
        min-height: 93px;
        font-size: 24px;
        line-height: 30px;
    }
    .sec2-contnt p {
        font-size: 14px;
        line-height: 22px;
        min-height: 240px;
    }
    .tm-sec2 {
        padding: 2rem 0;
    }
    .minheight p {
        min-height: 0px;
    }
    .tm-sec2-hdng h2 {
        padding: 0.5rem 0;
    }
    .sec2-img {
        min-height: 104px;
    }
    .sec2-contnt {
        padding-top: 0.5rem;
    }
    .sec2-contnt h4 {
        min-height: 0;
        font-size: 22px;
        line-height: 24px;
    }
    .tm-reg {
        padding-bottom: 3rem;
    }
    .w-details h4 {
        margin-bottom: 0px;
    }
    .padding {
        padding: 0.6rem 0;
    }
    .pckg {
        gap: 1rem;
        margin-top: 2rem;
        padding: 1rem;
    }
    .pckg-content ul {
        font-size: 14px;
        line-height: 20px;
        min-height: 185px;
    }
    .pckg-content ul li {
        margin-bottom: 0.5rem;
    }
    .test-del {
        margin: 22px 0;
    }
    .test-del p {
        padding: 0rem 0;
        font-size: 15px;
        line-height: 27px;
    }
    .test-reviews {
        padding: 1rem 1rem;
    }
    .test-image {
        top: 42px;
        left: 535px;
    }
    .faqs {
        padding: 2rem 0;
    }
    ul.accordion-list {
        margin-top: 2rem;
    }
    ul.accordion-list>li {
        margin-bottom: 10px;
        padding: 15px 25px;
    }
    .registered {
        margin-top: 2rem;
    }
    .tm-free {
        padding: 1rem 0;
    }
    ul.accordion-list>li h3:before {
        right: 0px;
    }
    .freepage {
        margin-top: 1rem;
    }
    .sec2-details {
        margin-top: 4rem;
        padding: 0rem 0.5rem;
        min-height: 300px;
    }
    .why-get-a-trademark {
        padding: 1rem 0;
    }
    .choose-us {
        padding: 0rem 0;
    }
    .conditions li a {
        font-size: 12px;
        line-height: 16px;
    }
    .three-steps-process {
        padding: 2rem 0;
    }
    .ar-main {
        padding: 0;
    }
    .ar-main h2 {
        font-size: 22px;
        line-height: 34px;
    }
    a.lm2-btn {
        width: 100%;
    }
    .ar-main p {
        font-size: 16px;
    }
    .choose-us {
        padding: 2rem 0;
    }
    .w-image {
        display: none;
    }
    .overview-nav li {
        padding-right: 15px;
    }
    
    .overview-nav li a {
        font-size: 20px;
    }
    
    ul.overview-nav {
        text-align: center;
        line-height: 38px;
    }
    .overview {
        padding: 2rem 0;
    }
    .overview-details {
        padding: 30px 15px;
    }
    a.get-btn1 {
        padding: 13px 20px;
    }
    .border {
        padding: 0.5rem 1rem;
    }
    .copyright-protect {
        padding: 0 0 2rem 0;
    }
    .tm-sec2-hdng h2 {
        padding: 0.5rem 0;
    }
}

@media (max-width: 767px) {
    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;
    }
    .steps-section h1 {
      font-size: 30px;
      font-weight: 600;
      line-height: 40px;
  }
  ul.trademarksearch-option li {
    width: 100%;
  }
    .ban-hdng h1 {
        font-size: 30px;
        line-height: 44px;
    }
    .ban-hdng p {
        font-size: 16px;
        line-height: 24px;
    }
    .ban-buttons {
        flex-direction: column;
        align-items: center;
    }
    a.g-strt-btn {
        width: 100%;
    }
    a.g-strt-btn.g-strt1 {
        width: 100%;
    }
    .ban-details {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .logo h2 {
        font-size: 26px;
    }
    .main-header {
        padding-top: 1rem;
    }
    .tm-sec1-hdng h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .tm-sec1 {
        padding: 1rem 0;
    }
    .tm-sec2 {
        padding: 2rem 0 0 0;
    }
    .tm-sec2-hdng h2 {
        font-size: 30px;
        padding: 1rem 0;
        line-height: 35px;
    }
    .sec2-details {
        margin-top: 5rem;
        min-height: 360px;
    }
    .pckg {
        margin-top: 2rem;
    }
    .pckg-content p {
        margin-bottom: 18px;
    }
    .test-del {
        margin: 22px 0;
    }
    .reg-image {
        display: none !important;
    }
    .brd {
        padding-bottom: 0px;
    }
    .testimonials {
        width: 100%;
    }
    .test-image {
        left: 180px;
        top: 38px;
    }
    .sldr-para {
        min-height: 0;
    }
    .foot-hdng {
        margin-top: 1rem;
    }
/* -------------services page------------------- */
    .tm-sec2-hdng h3 {
        line-height: 22px;
    }
    .registrationpage {
        margin-top: 2rem;
        min-height: 240px;
        height: 0;
    }
    .tm-reg {
        padding-bottom: 2rem;
    }
    .padding {
        padding: 1rem 0;
    }
    .faqs {
        padding: 1rem 0;
    }
    ul.accordion-list>li {
        padding: 18px 10px;
        font-size: 16px;
        margin-bottom: 16px;
        padding-right: 20px !important;
    }
    ul.accordion-list>li h3:before {
        right: 8px;
        top: 20px;
    }
    .registered {
        margin-top: 1rem;
    }
    .main-footer {
        padding-top: 20px;
    }
    .copyright .container {
        flex-direction: column;
    }
    .copyright p {
        max-width: 100%;
        padding: 10px 0;
    }
    .copyright .container ul {
        margin-bottom: 30px;
    }
    .tm-free {
        padding: 1rem 0;
    }
    .freepage {
    margin-top: 2rem;
    }
    .ban-buttons {
        padding-top: 2rem;
    }
    .choose-us {
        padding: 0rem 0;
    }
    .w-details h4 {
        margin-bottom: 0;
    }
    .w-image {
        margin-top: 2rem;
    }
    .w-details {
        margin-top: 2rem;
    }
    .three-steps-process {
        padding: 0rem 0;
    }
    .ar-main {
        padding: 0;
    }
    .response-details {
        margin-top: 2rem;
    }
    a.lm2-btn {
        width: 100%;
    }
    .tm-sec4 {
        padding-top: 30px;
    }
    ul.accordion-list {
        margin-top: 1rem;
    }
    .pckg-content ul {
        font-size: 16px;
        line-height: 35px;
    }
    .learn-button {
        margin: 0 auto;
        display: table;
    }
    .overview {
        padding: 2rem 0;
    }
    .overview-nav li {
        padding-right: 34px;
    }
    .overview-nav li a {
        font-size: 20px;
    }
    ul.overview-nav {
        text-align: center;
        line-height: 38px;
    }
    .process-del {
        padding-top: 0rem;
    }
    .overview-nav li a:before {
        bottom: 0px;
    }
    .aboutus {
        padding-top: 2rem;
    }
    .tm-sec2-hdng {
        padding-bottom: 0rem;
    }
    .w-details p {
        font-size: 14px;
    }
    .protects {
        grid-template-columns: repeat(1, 1fr);
    }
    .border {
        padding: 0.5rem 1rem;
    }
    .cp-hdng1 h4 {
        font-size: 32px;
    }
    .copyright-protect {
        padding: 0 0 2rem 0;
    }
    .overview-tabs {
        margin-top: 2rem;
    }
    .faqs-nav li a {
        width: 100%;
    }
    .contact-info {
        padding: 1.5rem 0.4rem;
        margin-bottom: 0rem;
        margin-top: 1.5rem
    }
    button.theme-btn {
        width: 100%;
        margin-top: 2rem;
    }
    .ban-hdng.reg-hdng {
        padding: 2rem 0;
    }
    .sec2-contnt p {
        font-size: 14px;
        min-height: 110px;
    }
    .w-details h4 {
        margin-bottom: 0;
        font-size: 36px !important;
        line-height: 40px;
    }
    .logo img {
    width: 120px;
    max-width:100%;
    }
    .pckg-head .label {
    padding-top: 1rem;
    }
    .pricing {
    padding: 2rem 0;
    background: #F5FAFE;
    }
    .sec2-details.comprehensive {
    min-height: 300px;
    }
    
}

@media (max-width: 575px) {}