/* ================= Global Style ================ */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Manrope", sans-serif !important;
}

.trademark-search-page p,
.trademark-search-page h1,
.trademark-search-page h2,
.trademark-search-page h3,
.trademark-search-page h4,
.trademark-search-page h5,
.trademark-search-page h6 {
    margin-bottom: 0px;
}

.trademark-search-page a {
    text-decoration: none;
}

.trademark-search-page img {
    max-width: 100%;
    height: auto;
}

.trademark-search-page .secGap {
    padding: 60px 0px;
}

.secGap {
    padding: 60px 0px;
}

.trademark-search-page .pt-60 {
    padding-top: 60px;
}

.trademark-search-page .form-control:focus {
    box-shadow: none;
}

/* ================= Defaut Style ================ */

.common-btn {
    border-radius: 100px;
    border-bottom: 1.5px solid #1478F1;
    background: linear-gradient(180deg, rgba(113, 160, 248, 0.7) 0%, #1478F1 100%),
        #1478F1;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    border: 0;
    padding: 10px 20px;
    transition: 0.25s ease;
}

.common-btn:hover {
    color: #fff;
    box-shadow: 0 5px 5px -5px rgba(33, 150, 243, 0.15),
        0 10px 10px -5px rgba(33, 150, 243, 0.15),
        0 15px 15px -5px rgba(33, 150, 243, 0.15),
        0 20px 20px -5px rgba(33, 150, 243, 0.15);
    background-position: right bottom;
    transform: translateY(-0.25em);
}

.common-content h2 {
    color: #111827;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -0.32px;
}

.common-content p {
    color: #6B7280;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.288px;
}

/* ================= Hero's Section Style ================ */

.banner-sec {
    background-image: url("../img/banner-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 85px 0px 30px;
    position: sticky;
    top: -13.5rem;
    z-index: 99;
    background-color: #ffffff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.banner-caption span {
    background-image: url(../img/banner-subtitleBg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 6px 11px;
    display: inline-block;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 73px;
}

.banner-caption h1 {
    color: #111827;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -0.38px;
    padding: 25px 0px 25px;
}

.banner-caption h1 small {
    background-image: url("../img/bannr-lineBox.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 8px;
    display: inline-block;
}

.banner-caption p {
    color: #6b7280;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.288px;
    padding-bottom: 58px;
}

.banner-caption-inner {
    padding: 0px 30px;
}

.banner-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid rgba(33, 33, 33, 0.50);
    background: rgba(255, 255, 255, 0.10);
    padding: 8px 10px 9px 10px;
}

.banner-info-item-content p {
    color: rgba(33, 33, 33, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.banner-info-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 40px;
}

.banner-info-item-img img {
    min-width: 24px;
}

.banner-search {
    position: relative;
}

.banner-search .form-control {
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 10rem 15px 44px;

}

.banner-search .common-btn {
    position: absolute;
    top: 7px;
    right: 12px;
}

.banner-search .searchIcon {
    position: absolute;
    top: 17px;
    left: 14px;
}

.typing {
    width: 20.5ch;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 18px;
    left: 45px;
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.252px;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}


.animated-icons img {
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

#searchIcon {
    position: absolute;
    top: 5rem;
    animation-name: bounce;
}

/* Bounce */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

#analyzeIcon {
    position: absolute;
    bottom: 7rem;
    left: 14rem;
    animation: pulseGlow 2.5s infinite;
}

/* Pulse */
@keyframes pulseGlow {
    0% {
        transform: scale(0.9);

    }

    50% {
        transform: scale(1.2);

    }

    100% {
        transform: scale(0.9);

    }
}

#registerIcon {
    position: absolute;
    top: 5rem;
    right: 8rem;
    animation: pulseGlow 2.5s infinite;
}

#protectIcon {
    position: absolute;
    bottom: 6rem;
    right: 14rem;
    animation-name: float;
}

/* Float */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

/* ================= Brand Style ================ */

.brand-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding-top: 30px;
}

.brand-box img {
    width: 126px !important;
    cursor: pointer;
}

.brand-box img:hover {
    filter: invert(18%) sepia(79%) saturate(2780%) hue-rotate(218deg) brightness(92%) contrast(93%);
}

.brand-box {
    position: relative;
}

.brand-box::after {
    content: "";
    position: absolute;
    top: 9px;
    right: -14px;
    width: 1px;
    height: 24px;
    background: #E1E4EB;
}

.brand-box:last-child::after {
    display: none;
}

.brand-sec p {
    color: #333;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
}

/* ================= Work Style ================ */

.how-works-img {
    margin-left: 3rem;
    position: relative;
    display: inline-block;
    padding: 17px 35px;
    border-radius: 30px;
    border: 0.602px solid #F1F1F1;
    background: #FFF;
    box-shadow: 0 39.048px 28.226px 0 rgba(56, 56, 56, 0.08), 0 23.206px 15.352px 0 rgba(56, 56, 56, 0.06), 0 12.049px 7.832px 0 rgba(56, 56, 56, 0.05), 0 4.909px 3.927px 0 rgba(56, 56, 56, 0.04), 0 1.116px 1.897px 0 rgba(56, 56, 56, 0.02);
}

.how-works-img::before {
    content: "";
    position: absolute;
    background-image: url("../img/work-img-bg.svg");
    width: 418px;
    height: 209px;
    bottom: -48px;
    left: -94px;
    z-index: -9;
}

.how-works-img span {
    color: #D7D7D7;
    text-align: center;
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: absolute;
    left: -98px;
    top: 26px;
    font-family: "Poppins", sans-serif;
}

.how-works-content h3 {
    color: #222831;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    margin-bottom: 20px;
}

.how-works-content p {
    color: #425466;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: start;
}

.how-works-content {
    padding-right: 20px;
}

.work-arrow {
    text-align: center;
    margin: 20px 0px;
}


/* 
.titleText h3 {
    color: #111827;
    font-family: "Homemade Apple", cursive;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    transform: rotate(-15deg);
    display: inline-block;
    background: #FFF;
    padding: 0px 25px 0px 20px;
}

.countText h3 {
    border-radius: 8px;
    background: #FFF;
    color: #111827;
    text-align: center;
    font-family: "Homemade Apple", cursive;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    display: inline-block;
    padding: 5px 16px 2px 16px;
}

.countText {
    position: absolute;
    top: -18px;
    right: 9px;
} */


/* ================= Price plan Style ================ */


.table>:not(caption)>*>* {
    padding: 0;
    background-color: transparent;
    border-bottom-width: 0px;
    box-shadow: unset;
}


.table tbody th {
    background: #ECF7FF;
    color: #111827;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 27px;
    padding-left: 38px;
    padding-right: 38px;
}

.plan-caption h3 {
    color: #111827;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 38px;
    padding-right: 38px;
}

.table>thead {
    vertical-align: middle;
}

.table tbody td {
    text-align: center;
    vertical-align: middle;
    box-shadow: -2px 0 0 0 rgba(107, 114, 128, 0.20) inset !important;
}

thead th {
    box-shadow: -2px 0 0 0 rgba(107, 114, 128, 0.20) inset !important;
}


.plan-caption {
    border-radius: 20px 20px 0px 0px;
    background: #ECF7FF !important;
    border-bottom: 1px solid #111827 !important;
    width: 350px;
    box-shadow: none !important;
}

.table tbody tr:last-child th {
    padding-bottom: 40px;
    border-radius: 0px 0px 20px 20px;
}

.table thead tr th:last-child,
.table tbody tr td:last-child {
    box-shadow: none !important;
}

.price-plan-info {
    margin: 0 50px;
}

.price-plan-info {
    padding-top: 50px;
}

.price-plan-info .table-responsive {
    overflow-x: unset;
}


.plan-wrapperTop.recommended {
    background: #2566DD;
    position: relative;
}

.plan-wrapperTop.recommended::before {
    content: "Recommended for users";
    position: absolute;
    background-image: url("../img/recommended-bg.svg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 34px;
    left: 0;
    top: -18px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 4px 8px 10px 8px;
}

.plan-wrapperTop.recommended h3 {
    color: #fff;
}

.plan-wrapperTop.recommended .common-btn {
    border-radius: 50px;
    border-bottom: 1.5px solid #1478F1;
    background: linear-gradient(180deg, #FFF 0%, #FEAE23 177.59%), #1478F1;
    color: #111827;
    width: 100%;
}

.plan-wrapperTop h3 {
    color: #111827;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.plan-wrapperTop h3 span {
    font-weight: 400;
}

.plan-wrapperTop .common-btn {
    margin-top: 9px;
    font-size: 13px;
}

.plan-wrapperTop {
    border-radius: 0 0 15px 15px;
    background: rgba(107, 114, 128, 0.10);
    padding: 23px 31px 13px 31px;
    margin: 0px 7px;
}

/* ================= Price CTA Style ================ */

.price-cta {
    /* background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0 10px;
    background-image: url("../img/price-cta.svg");
    padding: 4.2rem 0px;
    margin-top: 50px; */

    border-radius: 10px 10px 0 10px;
    background: linear-gradient(0deg, #1478F1 0%, #1478F1 100%), #0F2D7A;
    position: relative;
}

.price-cta-vector {
    position: absolute;
    bottom: 0;
    left: 0;
}

.price-cta-caption h2 {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
}

.price-cta-caption p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
}

.price-cta-caption a {
    display: inline-block;
    color: #2C2C2C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    background: #FFF;
    padding: 10px 30px;
    margin-top: 36px;
}

.price-plan {
    background-position: center;
    background-size: cover;
    background-image: url("../img/price-bg.svg");
}


/* ================= Think Reverse Style ================ */

.think-reverse-title p {
    text-align: end;
}

.think-reverse-caption p {
    text-align: start;
}

.think-reverse-img {
    position: relative;
}

.reverse-link {
    position: absolute;
    top: 12px;
    left: 16rem;
}

.reverse-link h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.reverse-link p {
    text-align: start;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.reverse-link h4 i {
    font-size: 14px;
}

.reverse-link.btm {
    position: absolute;
    bottom: 24px;
    left: 20px;
    top: unset;
}

.think-reverse-caption h3 {
    color: #111827;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.22px;
    margin-bottom: 10px;
}

.think-reverse-caption p {
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.think-reverse-caption ol {
    padding-left: 1rem;
}

.think-reverse-caption ol li {
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 5px;
}

.reverse-caption-item {
    margin-bottom: 30px;
}

.think-reverse-text p {
    color: #6B7280;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.think-reverse-text p span {
    color: #1478F1;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    display: inline-block;
}

.common-list li {
    color: #1478F1;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    position: relative;
    padding-left: 26px;
}


.common-list li::before {
    content: "";
    position: absolute;
    background-image: url("../img/list_tick.svg");
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0px;
}

.common-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.think-reverse-text {
    border-radius: 8px;
    background: #E9F6FF;
    padding: 20px;
}

.think-reverse-caption {
    padding-top: 24px;
    padding-left: 24px;
}

/* ================= Why Trademark Style ================ */
.why-trademark-box {
    position: relative;
    margin-bottom: 24px;
}

.why-trademark-content {
    position: absolute;
    top: 63px;
    left: 35px;
    width: 100%;
    max-width: 230px;
}

.why-trademark-box h3 {
    color: #111827;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.22px;
    margin-bottom: 17px;
}

.why-trademark-box p {
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: start
}

.why-trademark-content img {
    margin-bottom: 23px;
    width: 40px;
}

/* ================= Benfit Style ================ */

.benfit-content h2 {
    color: #111827;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -0.38px;
}

.benfit-content h2 small {
    background-image: url("../img/box-vertor.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 8px;
    display: inline-block;
}

.benfit-content p {
    color: #6B7280;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.288px;
    margin-top: 40px;
}

.benfit-sec {
    background-image: url("../img/benfit-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

.benfit-content {
    background: #F9FBFE;
    padding: 32px;
}


.benfit-caption-list .common-list ul {
    display: block;
    margin-top: 10px;
}

.benfit-caption-list .common-list li {
    border-radius: 5px;
    background: #F9FBFE;
    box-shadow: 0 20px 30px 0 rgba(155, 147, 147, 0.10);
    margin-bottom: 30px;
    padding: 15px 30px 15px 62px;
    color: #111827;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.benfit-caption-list li::before {
    content: "";
    position: absolute;
    background-image: url(../img/trick-icon.svg);
    width: 20px;
    height: 21px;
    top: 10px;
    left: 30px;
}

.benfit-box-top h3 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
}

.benfit-box p {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    margin-top: 10px;
    text-align: start;
}

.benfit-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.benfit-box {
    border-radius: 15px;
    background: #1478F1;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.07);
    padding: 24.5px 19px;
    margin-bottom: 24px;
}

.benfit-caption {
    padding-left: 3rem;

}

.benfit-caption-list {
    margin-top: 50px;
    position: relative;
    padding-left: 6rem;
    padding-top: 2px;
}

.benfit-caption-list::before {
    content: "";
    position: absolute;
    border-radius: 15px;
    background: linear-gradient(0deg, #6B7280 0%, #6B7280 100%), #FFF;
    width: 5px;
    height: 100%;
    top: -20px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(2px);
    left: 0;
}

.benfit-caption-list .common-list li::after {
    content: "";
    position: absolute;
    border-radius: 15px;
    background: linear-gradient(0deg, #6B7280 0%, #6B7280 100%), #FFF;
    width: 70px;
    height: 5px;
    top: 20px;
    left: -6rem;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(2px);
}


.benfit-box-wrapper {
    margin-left: -26px;
    margin-right: 30px;
    z-index: 9;
    position: relative;
    margin-top: 60px;
}

.benfit-box:nth-child(2) {
    background: #FFDCD5;
}

.benfit-box:nth-child(3) {
    background: #F0E3E2;
}

.benfit-box:nth-child(2) .benfit-box-top h3,
.benfit-box:nth-child(3) .benfit-box-top h3 {
    color: #111827;
}

.benfit-box:nth-child(2) p,
.benfit-box:nth-child(3) p {
    color: #6B7280;
}

.benfit-caption-btn {
    border-radius: 25px;
    background: #F9FBFE;
    display: inline-block;
    padding: 9px 15px;
}

.common-btn.benfit-btn {
    border-radius: 100px;
    border-bottom: 1.5px solid rgba(28, 72, 185, 0.00);
    background: linear-gradient(180deg, rgba(113, 160, 248, 0.00) 0%, rgba(28, 72, 185, 0.00) 100%), rgba(28, 72, 185, 0.00);
    color: #111827;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 8px;
    position: relative;
}

.common-btn.benfit-btn::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/cursure-arrow.png);
    width: 35px;
    height: 35px;
    top: 30px;
    right: -18px;
}


/* ================= Features Style ================ */

.features-sec {
    background: #F9FBFE;
}

.features-caption p {
    text-align: start;
}

.features-caption h2 {
    text-align: start;
}


.features-list .common-list ul {
    display: block;
    margin-top: 10px;
}

.features-list .common-list li {
    border-radius: 5px;
    background: #F9FBFE;
    box-shadow: 0 20px 30px 0 rgba(155, 147, 147, 0.10);
    margin-bottom: 30px;
    padding: 15px 30px 15px 62px;
    color: #111827;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.features-list .list-item-icon {
    border-radius: 100px;
    border-bottom: 1.5px solid #1478F1;
    background: linear-gradient(180deg, rgba(113, 160, 248, 0.70) 0%, #1478F1 100%), #1478F1;
    padding: 10.6px 11px;
    display: inline-block;
}

.features-list .list-item-icon img {
    width: 30px;
}

.features-list .list-item-text {
    color: #6B7280;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.features-list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #E5F4F2;
    background: #FFF;
    padding: 20px;
}

.features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    margin-top: 50px;
}

.features-img img {
    width: 636px;
    animation: 2.5s ease 0s infinite normal none running puls;
}

.features-caption {
    margin-top: 6.5rem;
}

/* Pulse */
@keyframes puls {
    0% {
        transform: scale(0.9);

    }

    50% {
        transform: scale(1);

    }

    100% {
        transform: scale(0.9);

    }
}

/* ================= Modern Style ================ */

.modern-brand-box {
    border-radius: 12px;
    background: #ECF7FF;
    padding: 47px 34px;
    position: relative;
}

.modern-brand-box.left {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #1478F1;
}


.modern-brand-box .common-list ul {
    display: inline-block;
}

.modern-brand-box .common-list ul li {
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 12px;

}

.modern-brand-box .common-list li::before {
    content: "";
    position: absolute;
    background-image: url(../img/brand-img.png);
    width: 16px;
    height: 17px;
    top: 4px;
    left: 0px;
}

.modern-brand-box h3 {
    color: #111827;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.22px;
    margin-bottom: 10px;
}

.modern-brand-box.right {
    border-radius: 12px;
    background: rgba(255, 220, 213, 0.25);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.modern-brand-box.left::after {
    content: "";
    position: absolute;
    border-radius: 15px;
    border: 1px solid #1478F1;
    background: linear-gradient(180deg, rgba(113, 160, 248, 0.70) 0%, #1478F1 100%), #1478F1;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    transform: rotate(-3.045deg);
    height: 100%;
    width: 95%;
    top: 0;
    z-index: -9;
    left: 16px;
}

/* ================= Client Review Style ================ */

.client-review-caption p {
    color: #111827;
    text-align: end;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.client-review-box {
    position: relative;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 15px 28px 15px;
    margin: 10px;
    text-align: center;
}

.client-review-box-top h3 {
    color: #252B42;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.1px;
}

.client-review-box-top p {
    color: #737373;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.client-review-content p {
    color: #737373;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 18px;
}

.verify-text {
    color: #212121;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 8px 0px;
}

.five-star i {
    color: #F3CD03;
    font-size: 22px;
}

.client-review-icon {
    margin-top: -60px;
    margin-bottom: 20px;
}

.client-review-icon img {
    width: 76px !important;
    display: inline-block !important;
}

.client-review .owl-carousel .owl-stage {
    margin: 80px 0px 20px;
}

.client-review .client-review-box-top img {
    display: inline-block !important;
    width: 22px !important;
}

.client-review .owl-item.active.center .client-review-box {
    margin-top: -4.5rem;
    position: relative;
}

.client-review .owl-item.active.center .client-review-box::after {
    margin-top: -4.5rem;
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #1478F1;
    transform: rotate(13.554deg);
    z-index: -9;
}

/* .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #1478F1 !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 16px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 36%;
    left: -80px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 36%;
    right: -80px;
} */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(0deg, #333 0%, #333 100%), linear-gradient(0deg, #333 0%, #333 100%), linear-gradient(0deg, #333 0%, #333 100%), #333 !important;
    opacity: 0.5;
}

.faq-caption p {
    color: #111827;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}

/* ================= FAQ Style ================ */

.faq-question {
    background: linear-gradient(180deg,
            #f8fcff 0%,
            #fff 15.69%,
            #f8fcff 23.79%,
            #fff 30.48%,
            #f8fcff 34.76%,
            #f8fcff 40.77%,
            #fff 46.84%,
            #f8fcff 55.92%,
            #f8fcff 100%);
    position: relative;
    z-index: 1;
}

.faq-question .accordion-item {
    margin-bottom: 20px;
    border: 0;
}

.faq-question .accordion-button {
    color: #313131 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    padding: 24px 24px;
    border-radius: 10px !important;
    border: 1px solid #E7EBEE;
    background: #F0F0F0 !important;
    font-family: "Poppins", sans-serif;
}

.faq-question .accordion-body {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #e2d9fc;
    background: #fff !important;
    color: rgba(33, 33, 33, 0.80);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    padding: 0px 22rem 24px 24px;
    border-top: 0px !important;
}

.faq-question .accordion-button:not(.collapsed) {
    border-bottom: 0px !important;
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 10px 10px 0px 0px !important;
    padding-bottom: 16px;
}

.faq-question .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg);
    width: 20px;
    height: 3px;
}

.faq-question .accordion-button::after {
    background-image: url(../img/plus-icon.svg);
    width: 20px;
    height: 21px;
}

.faq-question .accordion-button:focus {
    box-shadow: unset;
}

.faq-enquire {
    border-radius: 10px;
    border: 1px solid #e2d9fc;
    background: #fff;
    padding: 50px 36px;
}

.faq-enquire {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 96%;
}

.faq-enquire h3 {
    color: #111827;
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    margin-top: 43px;
}

.faq-enquire p {
    color: #111827;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.32px;
    margin-top: 23px;
}

.faq-enquire .common-btn {
    width: 100%;
    padding: 18px 34px;
}

.faq-caption .title-border::after {
    bottom: 0px;
    left: 95px;
}

/* ================= CTA Style ================ */

.cta-caption h3 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    padding-bottom: 20px;
}

.cta-caption p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.cta-caption a {
    color: #1478F1;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 18px;
    border-radius: 35px;
    background: #FFF;
    margin-top: 50px;
    display: inline-block;
}

.cta-sec-inner {
    background-image: url("../img/cta-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 83px 88px;
    border-radius: 8px;
}

/* ================= Footer Style ================ */

.footer-top {
    border-bottom: 1px solid #6b7280;
    padding-bottom: 18px;
}

.footer-contact li a {
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    display: inline-block;
}

.footer-contact li a i {
    padding-right: 10px;
}

.footer-menu h4 {
    color: #111827;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-menu li a {
    color: #111827;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
    display: inline-block;
}

.footer-mid {
    padding: 22px 35px;
}

.footer-mid p {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer-mid p strong {
    font-weight: 600;
}

.footer-btm {
    background: #1478F1;
    padding: 22px 0px;
}

.footer-btm p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-top ul li a:hover {
    color: #1478F1;
}

.footer-btm p a {
    color: #fff;
}

.footer-btm p a:hover {
    text-decoration: underline;
}

.footer-menu-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    justify-content: space-around;
}

.footer-contact img {
    margin-bottom: 28px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
}

.footer-social i {
    padding: 5px;
    font-size: 26px;
}

.footer-social i:nth-child(1) {
    color: #1877F2;
}

.footer-social i:nth-child(2) {
    color: #F00;
}

.footer-social i:nth-child(3) {
    color: #000000;
}

.footer-social i:nth-child(4) {
    color: #0076B2;
}

/* ================= Search Results  Style ================ */

.search-results-top h3 {
    color: #111827;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.22px;
}

.search-results-top {
    border-bottom: 1px solid rgba(107, 114, 128, 0.20);
    padding: 25px 0px;
}

.results-sidebar-tag span {
    border-radius: 4px;
    border: 1px solid #36F;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
    padding: 5px 11px;
    display: inline-block;
    cursor: pointer;
}

.results-sidebar-tag p {
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 58px;
    letter-spacing: -0.18px;
}

.results-sidebar-tag {
    display: flex;
    align-items: center;
    gap: 10px;
}

.results-sidebar-tag span.selected {
    color: #fff;
    background: #1478F1;
}

.status-wrapper {
    border-radius: 10px;
    border: 1px solid #6B7280;
    background: #FFF;
    box-shadow: -5px -5px 10px 0 #FAFBFF;
    padding: 16px 8px;
}

.form-check-label {
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.form-check {
    margin-bottom: 8px;
}

.form-select {
    border-radius: 5px;
    border: 1px solid #6B7280;
    background-color: #FFF;
    box-shadow: -5px -5px 10px 0 #FAFBFF;
    padding: 7px 12px;
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.results-sidebar .form-label {
    color: #111827;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-select:focus {
    border-color: #6B7280;
    outline: 0;
    box-shadow: unset;
}

.form-check-input:checked {
    border-color: #111827;
    background-color: transparent;
}

.form-check-input {
    border: 1px solid #111827;
}

.form-check-input:focus {
    border-color: #111827;
    outline: 0;
    box-shadow: unset;
}

.form-check-input:checked[type=checkbox] {
    filter: brightness(0) saturate(100%) invert(9%) sepia(36%) saturate(740%) hue-rotate(182deg) brightness(93%) contrast(98%);
    background-size: 14px;
}

.trusted-attorneys-text p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background: rgba(233, 246, 255, 0.40);
    padding: 4px 8px;
    display: inline-block;
}

.trusted-attorneys {
    border-radius: 10px;
    border-bottom: 1.5px solid #1478F1;
    background: linear-gradient(180deg, rgba(113, 160, 248, 0.70) 0%, #1478F1 100%), #1478F1;
    padding: 16px 14px;
    margin: 25px 0px;
}

.trusted-attorneys-caption h3 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 15px 0px;
}

.trusted-attorneys-caption h3 span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}

.trusted-attorneys-caption {
    padding-right: 50px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.trusted-attorneys-btm a {
    color: #1478F1;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background: #FFF;
    padding: 6px 10px;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
}

.trusted-attorneys-btm p {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0px 52px 10px;
}

.attorneys-help {
    border-radius: 10px;
    background: #ECF2FF;
    padding: 16px 14px;
}

.attorneys-help-text p {
    border-radius: 4px;
    background: #D1E2FF;
    color: #1F72FF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    padding: 4px 9px;
}

.attorneys-help-img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background-color: #fff;
}

.attorneys-help-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.attorneys-help-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attorneys-help-caption h3 {
    color: #111827;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.attorneys-help-btm p {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
    padding-right: 3rem;
}

.attorneys-help-btm .common-btn {
    border-radius: 10px;
    border-bottom: 1.5px solid #1478F1;
    background: linear-gradient(180deg, rgba(113, 160, 248, 0.70) 0%, #1478F1 100%), #1478F1;
    font-weight: 700;
    display: block;
    margin: 0px 10px;
}

.attorneys-help-btm {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
}

.attorneys-results-box {
    border-radius: 8px;
    border: 1px solid #E9F6FF;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
    box-shadow: 0 2px 18px 0 rgba(24, 25, 28, 0.03);
    padding: 24px 24px;
}

.attorneys-results-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.attorneys-results-box a {
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.attorneys-results-box a:hover {
    color: #1478F1;
}

.attorneys-results-tag span {
    color: #F14336;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 3px;
    background: #FFDCD5;
}

.attorneys-results-tag p {
    color: #767F8C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px !important;
}

.attorneys-results-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.attorneys-info-img {
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    background: #F9FBFE;
    padding: 12px 12px;
}

.attorneys-info {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding-bottom: 4px;
}

.attorneys-info-img {
    width: 107px;
    height: 88px;
    flex: 1 0 auto;
}

.attorneys-info-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.attorneys-info-text h3 {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 6px;
}

.attorneys-info-text p {
    color: #6B7280;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.attorneys-results-info {
    padding-left: 3.5rem;
}

.search-results::before {
    content: "";
    position: absolute;
    background-image: url("../img/search-results-banner.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 200%;
    width: 100%;
    z-index: -9;
}

.attorneys-results-cta {
    border-radius: 10px;
    background: #F57100;
    padding: 30px 24px 0px;
    margin-top: 3rem;
}

.results-cta-caption h3 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

.results-cta-caption h3 span {
    font-weight: 500;
    font-size: 12px;
}

.results-cta-caption p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 3rem;
}

.results-cta-caption a {
    border-radius: 4px;
    background: #FFF;
    color: #F57100;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 11px;
    display: inline-block;
}

.results-cta-img {
    margin-top: -5.33rem;
    text-align: end;
}

.results-cta-caption {
    padding-bottom: 30px;
    position: relative;
}

.results-cta-caption::after {
    position: absolute;
    content: "";
    border-right: 1px solid #fff;
    height: 100%;
    top: -10px;
    right: -14px;
}

.attorneys-results-cta .results-cta-caption.last-child::after {
    display: none;
}

.bg-blue {
    background: rgba(113, 160, 248, 0.70) !important;
}

.cta-sec-2 .results-cta-caption {
    padding-bottom: 17px;

}

.cta-sec-2 .results-cta-caption a {
    color: #2C2C2C;
}

.cta-sec-2 .results-cta-caption h3 {
    color: #2C2C2C;
}

.cta-sec-2 .results-cta-caption p {
    color: #2C2C2C;
}

.cta-sec-2 .results-cta-caption::after {
    border-right: 1px solid rgba(44, 44, 44, 0.20);
}

.trademark-company-img {
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    background: #F9FBFE;
    padding: 48px 12px;
    text-align: center;
}

.trademark-company-img img {
    width: 165px;
}

.company-content-name h3 {
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.company-content-name a {
    color: #1478F1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-decoration-line: underline;
}

.company-content-name a img {
    transform: rotate(-45deg);
    width: 24px;
    filter: brightness(0) saturate(100%) invert(27%) sepia(83%) saturate(1234%) hue-rotate(192deg) brightness(95%) contrast(93%);
    padding-right: 4px;
}

.company-content-name {
    display: flex;
    align-items: center;
    gap: 12px;
}

.trademark-company-content p {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 6px 0px;
}

.trademark-company-content span {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.trademark-company-content p small {
    color: #F57100;
}

.content-info-item h4 {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.content-info-item p {
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.content-info-item p.stausItem {
    border-radius: 3px;
    background: #FFDCD5;
    padding: 4px 8px;
    color: #F14336 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
    display: inline-block;
}

.company-content-info {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}

.content-info-summary h3 {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.content-info-summary p {
    color: #6B7280;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-top: 5px;
}

.search-company-info {
    border-radius: 8px;
    border: 1px solid #E9F6FF;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
    box-shadow: 0 2px 18px 0 rgba(24, 25, 28, 0.03);
    padding: 24px 24px;
}

.content-info-summary {
    border-left: 1px solid rgba(0, 0, 0, 0.20);
    padding-left: 30px;
}

.content-info-summary p {
    height: 140px;
    overflow-y: auto;
    padding-right: 25px;
}

/* Scrollbar Styles */
.content-info-summary p::-webkit-scrollbar {
    width: 6px;
    /* vertical scrollbar width */
    height: 6px;
    /* horizontal scrollbar height */
}

.content-info-summary p::-webkit-scrollbar-track {
    background: #E1E4EB;
    /* track color */
    border-radius: 10px;
}

.content-info-summary p::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    /* scrollbar color */
    border-radius: 10px;
}

.content-info-summary p::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.6);
    /* hover effect */
}

.search-resultsTabs .nav-pills .nav-link {
    background-image: url(../img/result-tabs.svg);
    background-position: center;
    background-size: 100% 100%;
    width: 256px;
    height: 61px;
    background-color: #E9F6FF;
    border-radius: 0;
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-resultsTabs .nav-pills .nav-link.active {
    background-image: url(../img/result-tabs-active.svg);
    background-color: #E9F6FF;
    color: #fff;

}

.search-resultsTabs .nav-pills .nav-item {
    position: relative;
}

.search-resultsTabs .nav-pills .nav-item::after {
    background-image: url("../img/left-arrow.svg");
    content: "";
    position: absolute;
    top: -1px;
    right: -2px;
    width: 40px;
    height: 61px;
}

.resultsTabs-details-item {
    border-radius: 8px;
    border: 1px solid #E9F6FF;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
    box-shadow: 0 2px 18px 0 rgba(24, 25, 28, 0.03);
    padding: 24px 30px;
}

.trademark-classes-title h3 {
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.trademark-classes-title h4 {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.trademark-classes-title p {
    color: #F57100;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.trademark-classes-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    gap: 50px;
}

.trademark-classes-desc P {
    color: #6B7280;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.trademark-classes-desc h3 {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}

.trademark-classes-desc {
    padding-left: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.20);
    height: 100%;
}

.trademark-classes-desc ul li {
    color: #111827;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.classesBtm-title p {
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.classes-desc-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    height: 100%;
}

.resultsTabs-details-inner {
    border-bottom: 1px solid rgba(107, 114, 128, 0.20);
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.filling-sec-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.trademark-filing-sec {
    margin-top: 24px;
}

.resultsTabs-details-inner:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.latest-latest {
    border-radius: 8px;
    border: 1px solid #E9F6FF;
    background: linear-gradient(0deg, #FFF6F5 0%, #FFF6F5 100%), #FFF6F5;
    box-shadow: 0 2px 18px 0 rgba(24, 25, 28, 0.03);
    padding: 25px 30px;
}

.latest-latest-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.latest-latest-content h3 {
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.latest-latest-content span {
    color: #FF2E00;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 5px 0px;
    display: inline-block;

}

.latest-latest-content p {
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.latest-latest-btn p {
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.latest-latest-btn a {
    border-radius: 4px;
    background: #1478F1;
    display: inline-flex;
    align-items: end;
    gap: 5px;
    padding: 9px 14px 9px 22px;
    color: #FFF6F5;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.latest-latest-btn {
    display: flex;
    align-items: center;
    text-align: start;
    gap: 10px;
}

.search-resultsTabs-details {
    margin-top: 25px;
}

.search-results-details-cat .attorneys-results-cta::after {
    position: absolute;
    content: "";
    background-image: url("../img/cta-vector.png");
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    width: 18%;
    height: 83%;
}

.resultsTabs {
    position: sticky;
    top: 8.5rem;
    z-index: 99;
}

.resultsTabs-details-item {
    margin-bottom: 25px;
}

.search-resultsTabs .nav-pills {
    background-color: #E9F6FF;
}

.search-resultsTabs .nav-pills .nav-link.active::before {
    position: absolute;
    content: "";
    background-image: url(../img/active-right.svg);
    width: 43px;
    height: 59px;
    left: -43px;
    top: 1px;
}

.search-resultsTabs .nav-pills .nav-link.f-child.active::before {
    display: none;
}


@media only screen and (min-width: 300px) and (max-width: 767px) {
    .banner-sec {
        padding: 30px 0px 30px;
    }


    .animated-icons img {
        width: 80px;
    }

    #protectIcon,
    #analyzeIcon,
    #registerIcon,
    #searchIcon {
        display: none;
    }

    .common-btn {
        font-size: 14px;
        padding: 10px 12px;
    }

    .banner-sec {
        top: -17.8rem;
    }

    .banner-caption h1 {
        font-size: 22px;
        line-height: 40px;
        font-weight: 600;
    }

    .banner-caption p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 70px;
    }

    .banner-caption-inner {
        padding: 0px 0px;
    }

    .banner-info-wrapper {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 40px;
    }

    .typing {
        top: 20px;
        font-size: 12px;
    }

    .banner-search .common-btn {
        top: 8.5px;
        right: 12px;
    }

    .brand-info {
        flex-wrap: wrap;
    }

    .secGap {
        padding: 30px 0px;
    }

    .common-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .common-content p {
        font-size: 14px;
        line-height: normal;
    }

    .how-works-img {
        margin-left: 3.8rem;
        padding: 15px 15px;
    }

    .how-works-img::before {
        bottom: -94px;
        left: -58px;
        background-size: 301px;
        background-repeat: no-repeat;
        width: 309px;
    }

    .trademark-search-page .pt-60 {
        padding-top: 30px;
    }

    .trademark-search-page .secGap {
        padding: 30px 0px;
    }

    .how-works-content {
        padding-right: 0px;
        padding-top: 4rem;
    }

    .how-works-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .how-works-img span {
        font-size: 40px;
        left: -60px;
        top: 57px;
    }

    .how-works-img img {
        width: 220px;
    }

    .work-arrow {
        margin: 33px 0px;
        transform: rotate(16deg);
    }

    .work-arrow img {
        width: 75px;
    }

    .work-arrow.arrow-two {
        margin: 33px 0px;
        transform: rotate(-25deg);
    }

    .how-works-inner {
        padding: 20px 10px;
        border-radius: 12px;
        border: 1px solid #1478f1;
    }

    .titleText h3 {
        font-size: 20px;
    }

    .ptitle-sticky {
        position: sticky;
        left: 0;
        z-index: 99;
    }

    .price-plan-info {
        margin: 0 0px;
    }

    .plan-wrapperTop {
        padding: 20px 15px 13px 15px;
        min-width: 160px;
    }

    .plan-caption h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .table tbody th {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 200px;
    }

    .price-plan-info .table-responsive {
        padding-top: 20px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .plan-wrapperTop.recommended::before {
        font-size: 11px;
    }

    .price-cta {
        padding: 2rem 15px 5rem;
        margin-top: 0px;
    }

    .price-cta-vector img {
        width: 100px;
    }

    .price-cta-img img {
        display: none;
    }

    .price-cta-caption h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .price-cta-caption a {
        font-size: 14px;
        margin-top: 30px;
    }

    .reverse-link h4 {
        font-size: 14px;
    }

    .reverse-link {
        position: absolute;
        top: -8px;
        left: 9rem;
    }

    .reverse-link.btm {
        bottom: -32px;
    }

    .think-reverse-img {
        margin-bottom: 30px;
    }

    .think-reverse-caption {
        padding-top: 30px;
        padding-left: 0px;
    }

    .think-reverse-caption h3 {
        font-size: 18px;
    }

    .reverse-caption-item {
        margin-bottom: 12px;
    }

    .think-reverse-text p span {
        margin-top: 8px;
    }

    .common-list ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .think-reverse-text {
        padding: 20px 15px;
    }

    .why-trademark::after,
    .why-trademark::before {
        display: none;
    }

    .why-trademark-box {
        margin-bottom: 0px;
    }

    .why-trademark-box h3 {
        font-size: 18px;
    }

    .why-trademark-box::after {
        display: none;
    }

    .why-trademark-box img {
        margin-bottom: 15px;
    }


    .benfit-content {
        background: #f9fbfe;
        padding: 0px 0px;
    }

    .benfit-caption {
        padding-left: 0rem;
    }

    .benfit-caption-list li::before {
        left: 15px;
    }

    .benfit-caption-list .common-list li {
        padding: 15px 10px 15px 50px;
    }

    .benfit-caption-list {
        padding-left: 0rem;
        margin-top: 30px;
    }

    .benfit-caption-list::before {
        display: none;
    }

    .benfit-caption-list .common-list li::after {
        display: none;
    }

    .benfit-box-wrapper {
        margin-left: 0px;
        margin-right: 0px;

        margin-top: 40px;
    }

    .features-caption {
        margin-top: 1rem;
    }

    .features-list {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .features-list-item {
        padding: 15px;
    }

    .features-list .list-item-icon img {
        width: 24px;
    }

    .features-list .list-item-text {
        font-size: 16px;
    }

    .features-list .list-item-icon {
        padding: 9.6px 10px;
    }

    .modern-brand-box {
        padding: 20px 15px;
    }

    .modern-brand-box h3 {
        font-size: 18px;
    }

    .modern-brand-box.left::after {
        display: none;
    }

    .client-review-caption p {
        font-size: 14px;
        line-height: 24px;
        text-align: start;
    }

    .client-review {
        padding-bottom: 0 !important;
    }

    .client-review .owl-item.active.center .client-review-box {
        margin-top: 0rem;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-box-top h3 {
        font-size: 18px;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-box-top p {
        font-size: 14px;
    }

    .client-review .owl-item.active.center .client-review-box-content p {
        font-size: 14px;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-icon img {
        width: 75px !important;
    }

    .client-review-icon {
        margin-bottom: 8px;
    }

    .client-review .owl-item.active.center .client-review-box::after {
        top: 70px;
        left: 14px;
        width: 91%;
        height: 100%;
    }

    .client-review-box {
        margin: 20px;
    }

    .client-review .owl-carousel .owl-stage {
        margin: 35px 0px 0px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .client-review .client-review-box-top img {
        display: inline-block !important;
        width: 16px !important;
    }

    .five-star i {
        color: #f3cd03;
        font-size: 16px;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-box-top {
        margin-top: 0px;
    }

    .faq-caption p {
        text-align: start;
        font-size: 14px;
        line-height: 24px;
    }

    .faq-question .accordion-button {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 10px;
    }

    .faq-question .accordion-body {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 1rem 18px 15px;
        border-top: 0px !important;
    }

    .faq-question .accordion-button::after {
        background-size: 16px;
    }

    .faq-enquire {
        padding: 25px 15px;
    }

    .faq-enquire h3 {
        font-size: 18px;
        margin-top: 23px;
    }

    .faq-enquire p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 14px;
    }

    .faq-enquire .common-btn {
        margin-top: 30px;
        width: 70%;
        line-height: 24px;
        padding: 10px 31px;
    }

    .client-review .owl-carousel .owl-nav button.owl-next,
    .client-review .owl-carousel .owl-nav button.owl-prev {
        background: #1e73be !important;
        width: 35px;
        height: 35px;
        border-radius: 50% !important;
        color: #fff !important;
        font-size: 14px !important;
    }

    .client-review .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 36%;
        left: 0px;
    }

    .client-review .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 36%;
        right: -7px;
    }

    .cta-sec-inner {
        padding: 30px 15px;
        background-image: none;
        background: #1c48b9;
    }

    .cta-caption h3 {
        font-size: 20px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    .cta-caption p {
        font-size: 18px;
        line-height: 32px;
    }

    .cta-caption a {
        font-size: 14px;
        margin-top: 24px;
    }

    /* Seacrch page Style */

    .search-results-top h3 {
        font-size: 16px;
        line-height: 50px;
    }

    .results-sidebar-tag p {
        font-size: 14px;
        line-height: 48px;
    }

    .results-sidebar-tag span {
        font-size: 14px;
        padding: 5px 8px;
    }

    .results-sidebar-tag {
        flex-wrap: wrap;
    }

    .results-sidebar .form-label {
        font-size: 18px;
    }

    .form-check-label {
        color: #111827;
        font-size: 16px;
    }

    .trusted-attorneys-caption h3 {
        font-size: 21px;
    }

    .attorneys-results-info {
        padding-left: 0rem;
        margin-top: 24px;
    }

    .attorneys-results-box {
        padding: 20px 15px;
        margin-top: 24px;
    }

    .attorneys-results-box a {
        font-size: 16px;
    }

    .attorneys-results-cta {
        padding: 24px 15px 0px;
        margin: 2rem 0px;
    }

    .results-cta-img {
        display: none;
    }

    .results-cta-caption::after {
        border: 0;
    }

    .results-cta-caption h3 {
        font-size: 20px;
    }

    .results-cta-caption p {
        margin-right: 0rem;
    }

    .results-cta-caption {
        text-align: center;
    }

    .results-cta-caption a {
        font-size: 14px;
    }

    /* Seacrch page Details Style */
    .trademark-company-img {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .search-company-info {
        padding: 20px 15px;
    }

    .company-content-name h3 {
        font-size: 16px;
    }

    .company-content-info {
        gap: 20px;
        flex-wrap: wrap;
    }

    .content-info-summary {
        border-left: none;
        padding-left: 0px;
        margin-top: 20px;
    }

    .nav-pills .nav-link {
        width: 209px;
        height: 51px;
        font-size: 16px;
        justify-content: start;
    }

    .nav-pills .nav-item:last-child::after {
        width: 24px;
        top: -4px;
        right: 2px;
    }

    .search-resultsTabs .nav {
        overflow-y: auto;
        flex-wrap: nowrap;
    }

    .nav-pills .nav-item::after {
        top: -4px;
        right: -8px;
        height: 55px;
    }

    .resultsTabs-details-item {
        padding: 20px 15px;
    }

    .trademark-classes-desc {
        padding-left: 0px;
        border-left: 0;
        margin-top: 15px;
    }

    .trademark-classes-title {
        gap: 25px;
    }

    .resultsTabs {
        top: 3.6rem;
    }

    .trademark-classes-title p {
        font-size: 14px;
    }

    .trademark-classes-title h3 {
        font-size: 16px;
    }

    .latest-latest-content h3 {
        font-size: 16px;
    }

    .latest-latest {
        padding: 20px 15px;
    }

    .latest-latest-content p {
        font-size: 14px;
    }

    .attorneys-results-cta::after {
        background-size: 115px;
        border-radius: 0px 0px 10px 0px;
        width: 22%;
        height: 36%;
    }

    .audit-wrapper {
        display: block;
        background: radial-gradient(50% 50% at 50% 50%,
                rgba(30, 115, 190, 0.2) 0%,
                rgba(30, 115, 190, 0) 100%);
        padding: 10px 0px;
    }

    .audit-container {
        display: none;
    }

    .audit-wrapper-title p {
        margin: 20px 0rem 27px 0px;
    }

    .audit-wrapper-title h4 {
        font-size: 30px;
        line-height: 38px;
    }

    .audit-wrapper-title h3 {
        font-size: 38px;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .container {
        max-width: 100% !important;
        padding-right: 30px;
        padding-left: 30px;
    }

    .banner-sec {
        top: -13.8rem;
    }

    .banner-sec {
        padding: 30px 0px 30px;
    }

    .navbar-brand img {
        width: 160px;
    }

    .animated-icons img {
        width: 80px;
    }

    #registerIcon {
        top: 1rem;
        right: 0.5rem;
    }

    #searchIcon {
        top: 2rem;
    }

    #analyzeIcon {
        bottom: 6rem;
        left: 1rem;
    }

    #protectIcon {
        position: absolute;
        bottom: 6rem;
        right: 0.5rem;
    }

    .common-btn {
        font-size: 14px;
        padding: 10px 12px;
    }

    .banner-caption h1 {
        font-size: 22px;
        line-height: 40px;
        font-weight: 600;
    }

    .banner-caption p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 32px;
    }

    .banner-caption-inner {
        padding: 0px 0px;
    }

    .banner-info-item {
        align-items: flex-start;
        gap: 7px;
        padding: 10px 8px 10px 8px;
    }

    .banner-info-item-content p {
        font-size: 13px;
    }

    .banner-info-item-img img {
        min-width: 22px;
    }

    .typing {
        top: 20px;
        font-size: 12px;
    }

    .banner-search .common-btn {
        top: 8.5px;
        right: 12px;
    }

    .brand-info {
        flex-wrap: wrap;
    }

    .secGap {
        padding: 30px 0px;
    }

    .common-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .common-content p {
        font-size: 14px;
        line-height: normal;
    }

    .how-works-img {
        margin-left: 3.8rem;
        padding: 15px 15px;
    }

    .how-works-img::before {
        bottom: -94px;
        left: -58px;
        background-size: 301px;
        background-repeat: no-repeat;
        width: 309px;
    }

    .trademark-search-page .pt-60 {
        padding-top: 30px;
    }

    .trademark-search-page .secGap {
        padding: 30px 0px;
    }

    .how-works-content {
        padding-right: 0px;
        padding-top: 4rem;
    }

    .how-works-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .how-works-img span {
        font-size: 40px;
        left: -60px;
        top: 57px;
    }

    .how-works-img img {
        width: 220px;
    }

    .work-arrow {
        margin: 33px 0px;
        transform: rotate(16deg);
    }

    .work-arrow img {
        width: 75px;
    }

    .work-arrow.arrow-two {
        margin: 33px 0px;
        transform: rotate(-25deg);
    }

    .titleText h3 {
        font-size: 20px;
    }

    .ptitle-sticky {
        position: sticky;
        left: 0;
        z-index: 99;
    }

    .price-plan-info {
        margin: 0 0px;
    }

    .plan-wrapperTop {
        padding: 20px 15px 13px 15px;
        min-width: 160px;
    }

    .plan-caption h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .table tbody th {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 200px;
    }

    .price-plan-info .table-responsive {
        padding-top: 20px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .plan-wrapperTop.recommended::before {
        font-size: 11px;
    }

    .price-cta {
        padding: 0rem 15px 0rem;
        margin-top: 0px;
    }

    .price-cta-vector img {
        width: 100px;
    }

    .price-cta-caption h2 {
        font-size: 18px;
        line-height: 32px;
    }

    .price-cta-caption a {
        font-size: 13px;
        margin-top: 30px;
    }

    .reverse-link h4 {
        font-size: 14px;
    }

    .reverse-link {
        position: absolute;
        top: -8px;
        left: 10rem;
    }

    .reverse-link.btm {
        bottom: -32px;
    }

    .think-reverse-img {
        margin-bottom: 30px;
        position: sticky;
        top: 6rem;
    }

    .think-reverse-caption {
        padding-top: 30px;
        padding-left: 0px;
    }

    .reverse-caption-item {
        margin-bottom: 12px;
    }

    .think-reverse-text p span {
        margin-top: 8px;
    }

    .common-list ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .think-reverse-text {
        padding: 20px 15px;
    }


    .why-trademark-box h3 {
        font-size: 18px;
    }

    .why-trademark-box::after {
        display: none;
    }

    .benfit-content {
        background: #f9fbfe;
        padding: 30px 15px;
        position: sticky;
        top: 6rem;
    }

    .benfit-caption {
        padding-left: 0rem;
    }

    .benfit-caption-list li::before {
        left: 15px;
    }

    .benfit-caption-list .common-list li {
        padding: 15px 10px 15px 50px;
    }

    .benfit-caption-list {
        margin-top: 30px;
    }

    .benfit-box-wrapper {
        margin-left: 0px;
        margin-right: 0px;

        margin-top: 40px;
    }

    .features-caption {
        margin-top: 1rem;
    }

    .features-list {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .features-img {
        position: sticky;
        top: 4rem;
    }

    .features-list-item {
        padding: 15px;
    }

    .features-list .list-item-icon img {
        width: 24px;
    }

    .features-list .list-item-text {
        font-size: 16px;
    }

    .features-list .list-item-icon {
        padding: 9.6px 10px;
    }

    .modern-brand-box {
        padding: 20px 15px;
    }

    .modern-brand-box h3 {
        font-size: 18px;
    }

    .modern-brand-box.left::after {
        display: none;
    }


    .client-review-caption p {
        font-size: 14px;
        line-height: 24px;
        text-align: start;
    }

    .client-review {
        padding-bottom: 0 !important;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-box-top h3 {
        font-size: 18px;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-box-top p {
        font-size: 14px;
    }

    .client-review .owl-item.active.center .client-review-box-content p {
        font-size: 14px;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-icon img {
        width: 75px !important;
    }

    .client-review .owl-item.active.center .client-review-box {
        margin-top: -2rem;
    }

    .client-review .owl-carousel .owl-stage {
        margin: 55px 0px 0px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .verify-text {
        font-size: 14px;
    }

    .client-review .client-review-box-top img {
        display: inline-block !important;
        width: 16px !important;
    }

    .five-star i {
        color: #f3cd03;
        font-size: 16px;
    }

    .faq-caption p {
        text-align: start;
        font-size: 14px;
        line-height: 24px;
    }

    .faq-question .accordion-button {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 10px;
    }

    .faq-question .accordion-body {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 1rem 18px 15px;
        border-top: 0px !important;
    }

    .faq-question .accordion-button::after {
        background-size: 16px;
    }

    .faq-enquire {
        padding: 25px 15px;
    }

    .faq-enquire h3 {
        font-size: 18px;
        margin-top: 23px;
    }

    .faq-enquire p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 14px;
    }

    .faq-enquire .common-btn {
        margin-top: 30px;
        width: 70%;
        line-height: 24px;
        padding: 10px 31px;
    }

    .client-review .owl-carousel .owl-nav button.owl-next,
    .client-review .owl-carousel .owl-nav button.owl-prev {
        background: #1e73be !important;
        width: 35px;
        height: 35px;
        border-radius: 50% !important;
        color: #fff !important;
        font-size: 14px !important;
    }

    .client-review .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 36%;
        left: 0px;
    }

    .client-review .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 36%;
        right: -7px;
    }

    .cta-sec-inner {
        padding: 30px 15px;
    }

    .cta-caption h3 {
        font-size: 20px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    .cta-caption p {
        font-size: 18px;
        line-height: 32px;
    }

    .cta-caption a {
        font-size: 14px;
        margin-top: 24px;
    }


    /* Seacrch page Style */

    .search-results-top h3 {
        font-size: 16px;
        line-height: 50px;
    }

    .results-sidebar-tag p {
        font-size: 14px;
        line-height: 48px;
    }

    .results-sidebar-tag span {
        font-size: 14px;
        padding: 5px 8px;
    }

    .content-info-item h4 {
        font-size: 14px;
    }

    .content-info-item p {
        font-size: 14px;
    }

    .results-sidebar-tag {
        flex-wrap: wrap;
    }

    .results-sidebar .form-label {
        font-size: 18px;
    }

    .form-check-label {
        color: #111827;
        font-size: 16px;
    }

    .trusted-attorneys-caption h3 {
        font-size: 18px;
    }

    .attorneys-help-text p {
        font-size: 14px;
    }

    .attorneys-help-caption h3 {
        font-size: 18px;
    }

    .attorneys-help-img {
        width: 85px;
        height: 85px;
    }

    .attorneys-help-btm p {
        font-size: 14px;
        padding-right: 2rem;
    }

    .attorneys-results-info {
        padding-left: 1rem;
        margin-top: 24px;
    }

    .attorneys-results-box {
        padding: 20px 15px;
        margin-top: 24px;
    }

    .trusted-attorneys-text p {
        font-size: 14px;
    }

    .attorneys-results-box a {
        font-size: 16px;
    }

    .attorneys-results-cta {
        padding: 24px 15px 0px;
        margin: 1.5rem 0px 0rem;
    }

    .results-cta-img {
        display: none;
    }

    .results-cta-caption::after {
        border: 0;
    }

    .results-cta-caption h3 {
        font-size: 20px;
    }

    .results-cta-caption p {
        margin-right: 0rem;
    }

    .results-cta-caption {
        text-align: center;
    }

    .results-cta-caption a {
        font-size: 14px;
    }

    /* Seacrch page Details Style */
    .trademark-company-img {
        padding: 20px 15px;
        margin-bottom: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-company-info {
        padding: 20px 15px;
    }

    .company-content-name h3 {
        font-size: 16px;
    }

    .company-content-info {
        gap: 20px;
        flex-wrap: wrap;
    }

    .content-info-summary {
        border-left: none;
        padding-left: 0px;
        margin-top: 20px;
    }

    .nav-pills .nav-link {
        width: 209px;
        height: 51px;
        font-size: 16px;
        justify-content: start;
    }

    .nav-pills .nav-item:last-child::after {
        width: 24px;
        top: -4px;
        right: 2px;
    }

    .search-resultsTabs .nav {
        overflow-y: auto;
        flex-wrap: nowrap;
    }

    .nav-pills .nav-item::after {
        top: -4px;
        right: -8px;
        height: 55px;
    }

    .resultsTabs-details-item {
        padding: 20px 15px;
    }

    .trademark-classes-desc {
        padding-left: 0px;
        margin-top: 15px;
        height: auto;
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding-top: 15px;
    }

    .trademark-classes-title {
        gap: 25px;
    }

    .resultsTabs {
        top: 3.6rem;
    }

    .trademark-classes-title p {
        font-size: 14px;
    }

    .trademark-classes-title h3 {
        font-size: 16px;
    }

    .latest-latest-content h3 {
        font-size: 16px;
    }

    .latest-latest {
        padding: 20px 15px;
    }

    .latest-latest-content p {
        font-size: 14px;
    }

    .resultsTabs-details-item .container {
        padding: 0px 0px;
    }

    .attorneys-results-cta .results-cta-caption {
        text-align: start;
    }

    .attorneys-results-cta .results-cta-caption.last-child {
        padding-left: 20px;
    }

    .attorneys-results-cta .results-cta-img {
        display: inline-block;
    }

    .attorneys-results-cta .results-cta-img img {
        max-width: 170px;
    }

    .attorneys-results-cta::after {
        background-size: 80px;
        border-radius: 0px 0px 10px 0px;
        width: 7%;
        height: 40%;
    }

    .audit-wrapper {
        display: block;
        background: radial-gradient(50% 50% at 50% 50%,
                rgba(30, 115, 190, 0.2) 0%,
                rgba(30, 115, 190, 0) 100%);
        padding: 10px 0px;
    }

    .audit-container {
        display: none;
    }

    .audit-wrapper-title p {
        margin: 20px 0rem 27px 0px;
    }

    .audit-wrapper-title h4 {
        font-size: 30px;
        line-height: 38px;
    }

    .audit-wrapper-title h3 {
        font-size: 38px;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .container {
        max-width: 100% !important;
        padding-right: 30px;
        padding-left: 30px;
    }

    .banner-sec {
        top: -13.8rem;
    }

    .banner-sec {
        padding: 30px 0px 30px;
    }

    .navbar-brand img {
        width: 160px;
    }

    .animated-icons img {
        width: 80px;
    }

    #registerIcon {
        top: 1rem;
        right: 0.5rem;
    }

    #searchIcon {
        top: 2rem;
    }

    #analyzeIcon {
        bottom: 6rem;
        left: 1rem;
    }

    #protectIcon {
        position: absolute;
        bottom: 6rem;
        right: 0.5rem;
    }

    .common-btn {
        font-size: 14px;
        padding: 10px 12px;
    }

    .banner-caption h1 {
        font-size: 22px;
        line-height: 40px;
        font-weight: 600;
    }

    .banner-caption p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 32px;
    }

    .banner-caption-inner {
        padding: 0px 0px;
    }

    .banner-info-item {
        align-items: flex-start;
        gap: 7px;
        padding: 10px 8px 10px 8px;
    }

    .banner-info-item-content p {
        font-size: 13px;
    }

    .banner-info-item-img img {
        min-width: 22px;
    }

    .typing {
        top: 20px;
        font-size: 12px;
    }

    .banner-search .common-btn {
        top: 8.5px;
        right: 12px;
    }

    .brand-info {
        flex-wrap: wrap;
    }

    .secGap {
        padding: 30px 0px;
    }

    .common-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .common-content p {
        font-size: 14px;
        line-height: normal;
    }

    .how-works-img {
        margin-left: 3.8rem;
        padding: 15px 15px;
    }

    .how-works-img::before {
        bottom: -94px;
        left: -58px;
        background-size: 301px;
        background-repeat: no-repeat;
        width: 309px;
    }

    .trademark-search-page .pt-60 {
        padding-top: 30px;
    }

    .trademark-search-page .secGap {
        padding: 30px 0px;
    }

    .how-works-content {
        padding-right: 0px;
        padding-top: 4rem;
    }

    .how-works-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .how-works-img span {
        font-size: 40px;
        left: -60px;
        top: 57px;
    }

    .how-works-img img {
        width: 220px;
    }

    .work-arrow {
        margin: 33px 0px;
        transform: rotate(16deg);
    }

    .work-arrow img {
        width: 75px;
    }

    .work-arrow.arrow-two {
        margin: 33px 0px;
        transform: rotate(-25deg);
    }

    .titleText h3 {
        font-size: 20px;
    }

    .ptitle-sticky {
        position: sticky;
        left: 0;
        z-index: 99;
    }

    .price-plan-info {
        margin: 0 0px;
    }

    .plan-wrapperTop {
        padding: 20px 15px 13px 15px;
        min-width: 160px;
    }

    .plan-caption h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .table tbody th {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 200px;
    }

    .price-plan-info .table-responsive {
        padding-top: 20px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .plan-wrapperTop.recommended::before {
        font-size: 11px;
    }

    .price-cta {
        padding: 0rem 15px 0rem;
        margin-top: 0px;
    }

    .price-cta-vector img {
        width: 100px;
    }

    .price-cta-caption h2 {
        font-size: 18px;
        line-height: 32px;
    }

    .price-cta-caption a {
        font-size: 13px;
        margin-top: 30px;
    }

    .reverse-link h4 {
        font-size: 14px;
    }

    .reverse-link {
        position: absolute;
        top: -8px;
        left: 10rem;
    }

    .reverse-link.btm {
        bottom: -32px;
    }

    .think-reverse-img {
        margin-bottom: 30px;
        position: sticky;
        top: 6rem;
    }

    .think-reverse-caption {
        padding-top: 30px;
        padding-left: 0px;
    }

    .reverse-caption-item {
        margin-bottom: 12px;
    }

    .think-reverse-text p span {
        margin-top: 8px;
    }

    .common-list ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .think-reverse-text {
        padding: 20px 15px;
    }


    .why-trademark-box h3 {
        font-size: 16px;
    }

    .why-trademark-content {
        max-width: 190px;
    }

    .why-trademark-box::after {
        display: none;
    }

    .benfit-content {
        background: #f9fbfe;
        padding: 30px 15px;
        position: sticky;
        top: 6rem;
    }

    .benfit-caption {
        padding-left: 0rem;
    }

    .benfit-caption-list li::before {
        left: 15px;
    }

    .benfit-caption-list .common-list li {
        padding: 15px 10px 15px 50px;
    }

    .benfit-caption-list {
        margin-top: 30px;
    }

    .benfit-box-wrapper {
        margin-left: 0px;
        margin-right: 0px;

        margin-top: 40px;
    }

    .features-caption {
        margin-top: 1rem;
    }

    .features-list {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .features-img {
        position: sticky;
        top: 4rem;
    }

    .features-list-item {
        padding: 15px;
    }

    .features-list .list-item-icon img {
        width: 24px;
    }

    .features-list .list-item-text {
        font-size: 16px;
    }

    .features-list .list-item-icon {
        padding: 9.6px 10px;
    }

    .modern-brand-box {
        padding: 20px 15px;
    }

    .modern-brand-box h3 {
        font-size: 18px;
    }

    .modern-brand-box.left::after {
        display: none;
    }


    .client-review-caption p {
        font-size: 14px;
        line-height: 24px;
        text-align: start;
    }

    .client-review {
        padding-bottom: 0 !important;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-box-top h3 {
        font-size: 18px;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-box-top p {
        font-size: 14px;
    }

    .client-review .owl-item.active.center .client-review-box-content p {
        font-size: 14px;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-icon img {
        width: 75px !important;
    }

    .client-review .owl-item.active.center .client-review-box {
        margin: -2rem 20px 20px 20px;
    }

    .client-review .owl-carousel .owl-stage {
        margin: 55px 0px 0px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 30px !important;
        margin-bottom: 45px;
    }

    .verify-text {
        font-size: 14px;
    }

    .client-review .client-review-box-top img {
        display: inline-block !important;
        width: 16px !important;
    }

    .five-star i {
        color: #f3cd03;
        font-size: 16px;
    }

    .faq-caption p {
        text-align: start;
        font-size: 14px;
        line-height: 24px;
    }

    .faq-question .accordion-button {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 10px;
    }

    .faq-question .accordion-body {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 1rem 18px 15px;
        border-top: 0px !important;
    }

    .faq-question .accordion-button::after {
        background-size: 16px;
    }

    .faq-enquire {
        padding: 25px 15px;
    }

    .faq-enquire h3 {
        font-size: 18px;
        margin-top: 23px;
    }

    .faq-enquire p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 14px;
    }

    .faq-enquire .common-btn {
        margin-top: 30px;
        width: 70%;
        line-height: 24px;
        padding: 10px 31px;
    }

    .client-review .owl-carousel .owl-nav button.owl-next,
    .client-review .owl-carousel .owl-nav button.owl-prev {
        background: #1e73be !important;
        width: 35px;
        height: 35px;
        border-radius: 50% !important;
        color: #fff !important;
        font-size: 14px !important;
    }

    .client-review .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 36%;
        left: 0px;
    }

    .client-review .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 36%;
        right: -7px;
    }

    .cta-sec-inner {
        padding: 30px 15px;
    }

    .cta-caption h3 {
        font-size: 20px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    .cta-caption p {
        font-size: 18px;
        line-height: 32px;
    }

    .cta-caption a {
        font-size: 14px;
        margin-top: 24px;
    }


    /* Seacrch page Style */

    .search-results-top h3 {
        font-size: 16px;
        line-height: 50px;
    }

    .results-sidebar-tag p {
        font-size: 14px;
        line-height: 48px;
    }

    .results-sidebar-tag span {
        font-size: 14px;
        padding: 5px 8px;
    }

    .content-info-item h4 {
        font-size: 14px;
    }

    .content-info-item p {
        font-size: 14px;
    }

    .results-sidebar-tag {
        flex-wrap: wrap;
    }

    .results-sidebar .form-label {
        font-size: 18px;
    }

    .form-check-label {
        color: #111827;
        font-size: 16px;
    }

    .trusted-attorneys-caption h3 {
        font-size: 18px;
    }

    .attorneys-help-text p {
        font-size: 14px;
    }

    .attorneys-help-caption h3 {
        font-size: 18px;
    }

    .attorneys-help-img {
        width: 85px;
        height: 85px;
    }

    .attorneys-help-btm p {
        font-size: 14px;
        padding-right: 2rem;
    }

    .attorneys-results-info {
        padding-left: 1rem;
        margin-top: 24px;
    }

    .attorneys-results-box {
        padding: 20px 15px;
        margin-top: 24px;
    }

    .trusted-attorneys-text p {
        font-size: 14px;
    }

    .attorneys-results-box a {
        font-size: 16px;
    }

    .attorneys-results-cta {
        padding: 24px 15px 0px;
        margin: 1.5rem 0px 0rem;
    }

    .results-cta-img {
        display: none;
    }

    .results-cta-caption::after {
        border: 0;
    }

    .results-cta-caption h3 {
        font-size: 20px;
    }

    .results-cta-caption p {
        margin-right: 0rem;
    }

    .results-cta-caption {
        text-align: center;
    }

    .results-cta-caption a {
        font-size: 14px;
    }

    /* Seacrch page Details Style */
    .trademark-company-img {
        padding: 20px 15px;
        margin-bottom: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-company-info {
        padding: 20px 15px;
    }

    .company-content-name h3 {
        font-size: 16px;
    }

    .company-content-info {
        gap: 20px;
        flex-wrap: wrap;
    }

    .content-info-summary {
        border-left: none;
        padding-left: 0px;
        margin-top: 20px;
    }

    .nav-pills .nav-link {
        width: 209px;
        height: 51px;
        font-size: 16px;
        justify-content: start;
    }

    .nav-pills .nav-item:last-child::after {
        width: 24px;
        top: -4px;
        right: 2px;
    }

    .search-resultsTabs .nav {
        overflow-y: auto;
        flex-wrap: nowrap;
    }

    .nav-pills .nav-item::after {
        top: -4px;
        right: -8px;
        height: 55px;
    }

    .resultsTabs-details-item {
        padding: 20px 15px;
    }

    .trademark-classes-desc {
        padding-left: 0px;
        margin-top: 15px;
        height: auto;
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding-top: 15px;
    }

    .trademark-classes-title {
        gap: 25px;
    }

    .resultsTabs {
        top: 8.5rem;
    }

    .trademark-classes-title p {
        font-size: 14px;
    }

    .trademark-classes-title h3 {
        font-size: 16px;
    }

    .latest-latest-content h3 {
        font-size: 16px;
    }

    .latest-latest {
        padding: 20px 15px;
    }

    .latest-latest-content p {
        font-size: 14px;
    }

    .resultsTabs-details-item .container {
        padding: 0px 0px;
    }

    .attorneys-results-cta .results-cta-caption {
        text-align: start;
    }

    .attorneys-results-cta .results-cta-caption.last-child {
        padding-left: 20px;
    }

    .attorneys-results-cta .results-cta-img {
        display: inline-block;
    }

    .attorneys-results-cta .results-cta-img img {
        max-width: 170px;
    }

    .attorneys-results-cta::after {
        background-size: 80px;
        border-radius: 0px 0px 10px 0px;
        width: 7%;
        height: 40%;
    }

    .audit-wrapper {
        display: block;
        background: radial-gradient(50% 50% at 50% 50%,
                rgba(30, 115, 190, 0.2) 0%,
                rgba(30, 115, 190, 0) 100%);
        padding: 10px 0px;
    }

    .audit-container {
        display: none;
    }

    .audit-wrapper-title p {
        margin: 20px 0rem 27px 0px;
    }

    .audit-wrapper-title h4 {
        font-size: 30px;
        line-height: 38px;
    }

    .audit-wrapper-title h3 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {
    .container {
        max-width: 100% !important;
        padding-right: 30px;
        padding-left: 30px;
    }

    .banner-sec {
        top: -11.5rem;
    }

    .top-header ul li.border-right {
        position: relative;
        margin-left: 0px;
    }

    .banner-caption-inner {
        padding: 0px 0px;
    }

    .banner-info-item {
        align-items: flex-start;
        gap: 7px;
        padding: 10px 8px 10px 8px;
    }

    .banner-info-item-content p {
        font-size: 13px;
    }

    .banner-info-item-img img {
        min-width: 22px;
    }

    .banner-sec {
        padding: 30px 0px 30px;
    }

    .banner-caption {
        padding: 0px 0px;
    }

    .navbar-brand img {
        width: 160px;
    }

    .animated-icons img {
        width: 120px;
    }

    #registerIcon {
        top: 2rem;
        right: 7.5rem;
    }

    #searchIcon {
        top: 4rem;
        left: 4rem;
    }

    #analyzeIcon {
        bottom: 5rem;
        left: 7rem;
    }

    #protectIcon {
        bottom: 5rem;
        right: 6.5rem;
    }

    .common-btn {
        font-size: 14px;
        padding: 10px 12px;
    }

    .banner-caption h1 {
        font-size: 28px;
        line-height: 50px;
        font-weight: 600;
    }

    .banner-caption p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 32px;
    }

    .typing {
        top: 20px;
        font-size: 12px;
    }

    .banner-search .common-btn {
        top: 8.5px;
        right: 12px;
    }

    .brand-info {
        flex-wrap: wrap;
    }

    .secGap {
        padding: 30px 0px;
    }

    .common-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .common-content p {
        font-size: 14px;
        line-height: normal;
    }

    .how-works-img {
        margin-left: 3.8rem;
        padding: 15px 15px;
    }

    .how-works-img::before {
        bottom: -94px;
        left: -58px;
        background-size: 301px;
        background-repeat: no-repeat;
        width: 309px;
    }

    .trademark-search-page .pt-60 {
        padding-top: 30px;
    }

    .trademark-search-page .secGap {
        padding: 30px 0px;
    }

    .how-works-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .how-works-img span {
        font-size: 40px;
        left: -60px;
        top: 57px;
    }

    .how-works-img img {
        width: 220px;
    }


    .work-arrow img {
        width: 75px;
    }

    .titleText h3 {
        font-size: 20px;
    }

    .ptitle-sticky {
        position: sticky;
        left: 0;
        z-index: 99;
    }

    .price-plan-info {
        margin: 0 0px;
    }

    .plan-wrapperTop {
        padding: 20px 15px 13px 15px;
        min-width: 160px;
    }

    .plan-caption h3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .table tbody th {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 200px;
    }

    .price-plan-info .table-responsive {
        padding-top: 20px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .plan-wrapperTop.recommended::before {
        font-size: 11px;
    }

    .price-cta {
        margin: 20px 0px;
    }

    .price-cta-vector img {
        width: 100px;
    }

    .price-cta-caption h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .price-cta-caption a {
        font-size: 15px;
        margin-top: 30px;
    }

    .reverse-link h4 {
        font-size: 14px;
    }

    .reverse-link {
        position: absolute;
        top: -8px;
        left: 10rem;
    }

    .reverse-link.btm {
        bottom: -32px;
    }

    .think-reverse-img {
        margin-bottom: 30px;
        position: sticky;
        top: 6rem;
    }

    .think-reverse-caption {
        padding-top: 30px;
        padding-left: 0px;
    }

    .reverse-caption-item {
        margin-bottom: 12px;
    }

    .think-reverse-text p span {
        margin-top: 8px;
    }

    .common-list ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .think-reverse-text {
        padding: 20px 15px;
    }

    .why-trademark::after,
    .why-trademark::before {
        display: none;
    }

    .why-trademark-box h3 {
        font-size: 16px;
    }

    .why-trademark-content {
        position: absolute;
        top: 63px;
        left: 24px;
    }

    .benfit-content {
        background: #f9fbfe;
        padding: 32px 24px;
        position: sticky;
        top: 6rem;
    }

    .benfit-caption {
        padding-left: 0rem;
    }

    .benfit-caption-list li::before {
        left: 15px;
    }

    .benfit-caption-list .common-list li {
        padding: 15px 10px 15px 50px;
    }

    .benfit-caption-list {
        padding-left: 5rem;
        margin-top: 30px;
    }

    .benfit-caption-list .common-list li::after {
        width: 57px;
        top: 20px;
        left: -5rem;
    }

    .benfit-box p {
        margin-top: 15px;
    }

    .benfit-box-wrapper {
        margin-left: 0px;
        margin-right: 0px;

        margin-top: 40px;
    }

    .features-caption {
        margin-top: 1rem;
    }

    .features-list {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px;
    }

    .features-img {
        position: sticky;
        top: 4rem;
    }

    .features-list-item {
        padding: 15px;
    }

    .features-list .list-item-icon img {
        width: 24px;
    }

    .features-list .list-item-text {
        font-size: 16px;
    }

    .features-list .list-item-icon {
        padding: 9.6px 10px;
    }

    .modern-brand-box {
        padding: 20px 15px;
    }

    .modern-brand-box h3 {
        font-size: 18px;
    }

    .our-attorneys-box {
        padding: 20px 15px;
        gap: 20px;
    }

    .attorneys-box-content span {
        font-size: 14px;
    }

    .our-attorneys-box img {
        max-width: 70px;
    }

    .attorneys-box-content h4 {
        font-size: 18px;
    }

    .client-review-caption p {
        font-size: 14px;
        line-height: 24px;
        text-align: start;
    }

    .client-review {
        padding-bottom: 0 !important;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-box-top h3 {
        font-size: 18px;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-box-top p {
        font-size: 14px;
    }

    .client-review .owl-item.active.center .client-review-box-content p {
        font-size: 14px;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-icon img {
        width: 75px !important;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 30px !important;
        margin-bottom: 45px;
    }

    .client-review .owl-item.active.center .client-review-box-content .client-review-box-top {
        margin-top: 0px;
    }

    .faq-caption p {
        text-align: start;
        font-size: 14px;
        line-height: 24px;
    }

    .faq-question .accordion-button {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 10px;
    }

    .faq-question .accordion-body {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 1rem 18px 15px;
        border-top: 0px !important;
    }

    .faq-question .accordion-button::after {
        background-size: 16px;
    }

    .faq-enquire {
        padding: 25px 15px;
    }

    .faq-enquire h3 {
        font-size: 18px;
        margin-top: 23px;
    }

    .faq-enquire p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 14px;
    }

    .faq-enquire .common-btn {
        margin-top: 30px;
        width: 70%;
        line-height: 24px;
        padding: 10px 31px;
    }

    .client-review .owl-carousel .owl-nav button.owl-next,
    .client-review .owl-carousel .owl-nav button.owl-prev {
        background: #1e73be !important;
        width: 35px;
        height: 35px;
        border-radius: 50% !important;
        color: #fff !important;
        font-size: 14px !important;
    }

    .client-review .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 36%;
        left: 0px;
    }

    .client-review .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 36%;
        right: -7px;
    }

    .cta-sec-inner {
        padding: 80px 40px;
    }

    .cta-caption h3 {
        font-size: 20px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    .cta-caption p {
        font-size: 18px;
        line-height: 32px;
    }

    .cta-caption a {
        font-size: 14px;
        margin-top: 24px;
    }

    .footer-contact img {
        margin-bottom: 14px;
        max-width: 165px;
    }

    .footer-social {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-social i {
        font-size: 22px;
    }

    .footer-mid {
        padding: 22px 0px;
    }

    .footer-mid p {
        font-size: 14px;
    }

    .footer-btm p {
        font-size: 14px;
    }

    .footer-btm {
        padding: 12px 0px;
    }

    .footer-menu h4 {
        font-size: 18px;
    }

    .footer-menu li a {
        font-size: 14px;
    }

    .footer-menu-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    /* Seacrch page Style */

    .search-results-top h3 {
        font-size: 16px;
        line-height: 50px;
    }

    .results-sidebar-tag p {
        font-size: 14px;
        line-height: 48px;
    }

    .results-sidebar-tag span {
        font-size: 14px;
        padding: 5px 8px;
    }

    .results-sidebar-tag {
        flex-wrap: wrap;
    }

    .results-sidebar .form-label {
        font-size: 18px;
    }

    .form-check-label {
        color: #111827;
        font-size: 16px;
    }

    .trusted-attorneys-caption h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .attorneys-help-text p {
        font-size: 14px;
    }

    .attorneys-help-caption h3 {
        font-size: 14px;
    }

    .attorneys-help-img {
        width: 75px;
        height: 75px;
        margin-top: 1rem;
    }

    .attorneys-help-btm p {
        font-size: 14px;
        padding-right: 0rem;
    }

    .attorneys-help-btm .common-btn {
        margin: 0px 0px;
    }

    .attorneys-results-info {
        padding-left: 1rem;
        margin-top: 24px;
    }

    .attorneys-results-box {
        padding: 20px 15px;
        margin-top: 0px;
    }

    .attorneys-results-info .g-lg-5 {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
    }

    .attorneys-info-text p {
        font-size: 11px;
    }

    .trusted-attorneys-caption {
        padding-right: 0px;
    }

    .trusted-attorneys-btm p {
        font-size: 12px;
        padding: 0px 0px 10px;
    }

    .trusted-attorneys-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .attorneys-results-box a {
        font-size: 16px;
    }

    .attorneys-results-cta {
        padding: 24px 15px 0px;
        margin: 1.5rem 0px 0rem;
    }

    .results-cta-img {
        margin-top: -3.6rem;
    }

    .results-cta-caption::after {
        height: 90%;
        top: -3px;
        right: -14px;
    }

    .results-cta-caption h3 {
        font-size: 20px;
    }

    .results-cta-caption p {
        margin-right: 0rem;
    }

    .results-cta-caption {
        text-align: center;
    }

    .results-cta-caption a {
        font-size: 14px;
    }

    /* Seacrch page Details Style */
    .trademark-company-img {
        padding: 20px 15px;
        margin-bottom: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-company-info {
        padding: 20px 15px;
    }

    .company-content-name h3 {
        font-size: 16px;
    }

    .company-content-info {
        gap: 20px;
        flex-wrap: wrap;
    }

    .content-info-summary {
        border-left: none;
        padding-left: 0px;
        margin-top: 0px;
    }

    .nav-pills .nav-link {
        width: 209px;
        height: 51px;
        font-size: 16px;
        justify-content: start;
    }

    .nav-pills .nav-item:last-child::after {
        width: 24px;
        top: -4px;
        right: 2px;
    }

    .search-resultsTabs .nav {
        overflow-y: auto;
        flex-wrap: nowrap;
    }

    .nav-pills .nav-item::after {
        top: -4px;
        right: -8px;
        height: 55px;
    }

    .resultsTabs-details-item {
        padding: 20px 15px;
    }

    .trademark-classes-desc {
        margin-top: 15px;
        height: auto;
    }

    .trademark-classes-title {
        gap: 25px;
    }

    .resultsTabs {
        top: 8.5rem;
    }

    .trademark-classes-title p {
        font-size: 14px;
        line-height: 18px;
    }

    .trademark-classes-title h3 {
        font-size: 16px;
    }

    .latest-latest-content h3 {
        font-size: 16px;
    }

    .latest-latest {
        padding: 20px 15px;
    }

    .latest-latest-content p {
        font-size: 14px;
    }

    .resultsTabs-details-item .container {
        padding: 0px 0px;
    }

    .attorneys-results-cta .results-cta-caption {
        text-align: start;
    }

    .attorneys-results-cta .results-cta-caption.last-child {
        padding-left: 20px;
    }

    .attorneys-results-cta .results-cta-img {
        display: inline-block;
    }

    .attorneys-results-cta .results-cta-img img {
        max-width: 170px;
    }

    .content-info-item p.stausItem {
        font-size: 10px;
    }

    .content-info-item p {
        font-size: 13px;
    }

    .content-info-item h4 {
        font-size: 13px;
    }

    .latest-latest-btn a {
        padding: 9px 11px 9px 11px;
        font-size: 13px;
    }

    .latest-latest-btn p {
        font-size: 12px;
    }

    .attorneys-results-cta::after {
        background-size: 255px;
        border-radius: 0px 0px 10px 0px;
    }

    .main {
        margin: 0px auto;
        width: 440px;
        height: 440px;
        position: relative;
        margin-left: 1rem;
    }

    .icon-block {
        padding: 2px 10px;
    }

    .icon-block span {
        font-size: 14px;
        line-height: 24px;
    }

    .audit-wrapper-title h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .audit-wrapper-title h3 img {
        width: 40px;
    }

    .audit-wrapper-title h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .audit-wrapper-title h4 img {
        width: 35px;
    }

    .audit-wrapper-title p {
        font-size: 13px;
        margin: 30px 5rem;
    }

    .audit-wrapper-title .common-btn {
        padding: 12px 45px;
    }

    .audit-container {
        min-height: auto;
        height: auto;
        padding: 20px 0px;
    }
}

@media only screen and (min-width: 1260px) and (max-width: 1400px) {
    .container {
        max-width: 100% !important;
        padding-right: 30px;
        padding-left: 30px;
    }

    .banner-sec {
        top: -9.5rem;
    }

    .main {
        margin: 0px auto;
        width: 500px;
        height: 500px;
        position: relative;
        margin-left: 1rem;
    }

    .icon-block {
        padding: 2px 10px;
    }

    .icon-block span {
        font-size: 15px;
        line-height: 24px;
    }

    .audit-wrapper-title h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .audit-wrapper-title h3 img {
        width: 40px;
    }

    .audit-wrapper-title h4 {
        font-size: 27px;
        line-height: 40px;
    }

    .audit-wrapper-title h4 img {
        width: 35px;
    }

    .audit-wrapper-title p {
        font-size: 14px;
        margin: 20px 6rem;
        line-height: 24px;
    }

    .audit-wrapper-title .common-btn {
        padding: 12px 45px;
    }

    .audit-container {
        min-height: auto;
        height: auto;
        padding: 20px 0px;
    }

    .audit-img::after {
        content: "";
        position: absolute;
        background-image: url(../img/audit-vector.png);
        background-repeat: no-repeat;
        width: 196px;
        height: 104px;
        top: 45%;
        right: -121px;
    }
}