@media only screen and (max-width:600px) {


    p {
        font-size: 1rem !important;
    }

    header {
        padding: 0 3rem;
        background-color: var(--primary);
        height: 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: clamp(95rem, 90vw, 105rem);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0.5rem;
        padding-right: 0.8rem;
        width: 100%;
    }



    #brand img {
        width: 85%;
    }

    #hamburger-icon {
        margin: -11px 7px 0px 0;

    }

    .home .two-clm-inner i {
        font-size: 3rem;
        padding: 2rem 0;
        color: var(--primary);
    }

    .home .two-clm-icon {
        padding: 1rem;
    }


    .terms-privacy .page-ctnr {
        max-width: 1300px;
        margin: auto;
        width: 100%;
        padding: 3rem 1rem;
    }

    .home .txt-img-img {
        padding: 1rem;
        margin-top: 3rem;
        margin-left: 1.5rem;
        flex: auto;
        margin-bottom: 3rem;
    }

    .home .hero-ctnr {
        display: flex;
        max-width: max-content !important;
        margin: auto !important;
        padding: 3rem 1rem !important;
        flex-wrap: wrap;
        width: auto !important;
        gap: 2rem;
        max-height: 100vh;
        height: auto !important;
        top: 0rem;
        position: relative;
        justify-content: flex-start !important;
        overflow-x: hidden;
    }

    .home .faq-ctnr-box {
        display: flex;
        /* flex-wrap: wrap; */
        width: 100%;
        padding: 2rem 0.2rem;
    }

    .home .faq li.q {
        background-color: #011c29;
        font-weight: bold;
        font-size: 100%;
        border: 1px solid #a57d4b;
        cursor: pointer !important;
        margin-top: 15px;
        color: #fff;
    }

    .home .btn-ctnr {
        display: flex;
        flex-direction: column;
        width: auto;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 2rem;
        scale: 90%;
    }

    .home .hero-h1 {
        font-size: 1.6rem !important;
        font-family: 'Merriweather', serif;
        font-weight: 500;
    }

    .home .blog-ctnr {
        margin-bottom: 0rem !important;
    }

    .home .link-subscribtion-input {
        justify-content: center;
        display: flex;
        padding: 1rem;
        text-align: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .home .hero-p {
        word-break: break-all;
        color: #fff;
        line-height: 1.8rem;
        padding: 2rem 0rem;
        font-size: 1rem;
        white-space: normal;
    }

    .hero-icons {
        display: none;

    }

    .faq-ctnr-box .box {
        padding: 0px;
        margin: 0rem;
    }

    .txt-img-img {
        padding: 1rem 0rem 0rem 0rem;
    }

    .section2 ul li {
        margin-bottom: 10px;
        text-indent: -33px;
    }

    .cta-ctnr-box {

        margin: 0rem 0 5rem 0;
    }


    .lnk-bld-cta-ctnr .cta-img img {
        width: 100vw !important;
        height: auto !important;
        position: relative;
    }

    .section2 ul {
        margin-left: 50px;

    }

    .lnd {
        margin: 1rem 0 !important;
    }

    .home .img-frame img {
        max-width: 400px;
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .home .img-frame::before {
        content: "";
        position: absolute;
        top: -1.3rem;
        left: -1.5rem;
        display: block;
        width: 86%;
        height: 88%;
        border: 3px solid var(--primary);
        z-index: -1;
        /* z-index: -1; */
        padding: 1rem;
    }

    .txt-img-txt {
        padding: 1rem;
        padding-left: 1rem;
    }

    .wrd-spc {
        word-spacing: 8px;
        width: 100%;
        text-align: left;
        margin-top: 22px;
        font-size: 2rem !important;
    }

    .blg-title {
        flex: auto;
        padding: 1rem;
    }

    h1 {
        font-size: clamp(2rem, 3vw, 2rem);
    }

    h2 {
        font-size: clamp(1.7rem, 4vw, 1.5rem);
    }

    .home .underline-blu-sml:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 20px;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.7;
        background-color: var(--primary);
        transition-duration: .25s;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        height: 14px;
        border-radius: 5px;
    }

    .cross-ctnr-box {
        width: 100% !important;
        margin-left: calc(0% / 2);
        margin-right: calc(0% / 2);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .cross {
        width: 100% !important;
        margin-top: 0px;
        margin-bottom: 00px;
        background-color: var(--primary);
        padding: 5rem 1rem 4rem 2rem;
        -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
        clip-path: none;
        height: auto;
        margin-right: auto;
        /* padding-left: 6rem; */
    }

    header ul {
        list-style: none;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 0.5rem;
    }

    .local-seo .grid-ctnr .subheading {
        margin-bottom: -1px !important;
        font-size: 1rem !important;
    }

    .link-building .grid-ctnr .subheading {
        margin-bottom: 0px !important;
    }

    .local-seo .svg-bar {
        width: 95% !important;
    }

    .link-building .subheading {
        font-size: 1rem !important;
    }

    header .submenu {
        list-style: none;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 0;
        flex-direction: column;
    }

    .faq-2-content h4 {
        padding: 15px 10px 15px 50px;
        background: var(--secondary);
        color: #fff;
        font-size: 1rem;
        margin: 0 0 5px;
        cursor: pointer;
        position: relative;
        border-left: 20px solid var(--primary);
    }

    .underline-h2:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 18px;
        left: 0px;
        right: 0;
        bottom: 0;
        opacity: 0.6;
        background-color: #a57d4b;
        transition-duration: .25s;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        height: 13px;
        border-radius: 5px;
        padding: 0 5px;
    }

    .txt-img-box {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin: auto;
        margin-left: 0rem;
        margin-right: 0.5rem;
        padding: 1rem;
    }

    .cta-form form {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 80%;
        margin: auto;
        position: relative;
        top: 280px !important;
    }

    .lnk-bld .img-img img {
        max-width: 20rem;
        height: auto;
        margin-top: 3rem;
        margin-left: 1.5rem;
    }


    .lnk-bld .sub-txt-img-box {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1300px;

    }

    .lnk-bld .grid-ctnr {
        display: flex;
        flex-wrap: wrap;
        margin: 3rem auto 5rem auto;
        width: 100%;
        max-width: 1300px;
    }

    .lnk-bld .img-img::before {
        content: "";
        position: absolute;
        width: 91%;
        height: 82%;
        border: 3px solid var(--primary);
        top: 33px;
        left: 5px;
        z-index: -1;
    }


    .local-seo .cta-form h3 {
        font-size: clamp(1.7rem, 4vw, 1.7rem);
        margin-bottom: 1rem;
    }

    .enterprise-seo .how-it-wrks h2 {
        text-align: right;
        line-height: 1.5;
        float: right;
        margin-bottom: 14px;
        width: 100%;
        max-width: max-content;
        border-top: 9px solid var(--primary);
        top: 10px;
        position: relative;
        color: var(--secondary);
        padding-top: 1rem;
    }


    .enterprise-seo .cta-txt {
        padding: 1rem;
    }

    .local-seo .cta-form form {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: auto;
        position: relative;
        top: 200px !important;
    }

    .page-head {
        max-width: 85rem;
        margin: 0 auto;
        width: clamp(85rem, 60vw, 85rem);
        padding: 1rem;
        width: 100%;
    }

    .copyright p {
        color: #a57d4b !important;
        letter-spacing: 3px;
        font-size: 0.8rem;
    }

    footer h3 {
        padding-bottom: 1rem;
        padding-top: 0.5rem;
        text-transform: uppercase;
        font-weight: 100;
        letter-spacing: 7px;
        font-size: 1rem;
        color: #fff;
    }



    .lcl-seo .txt-img-box .subheading {
        color: var(--primary);
        margin-left: -12px;
        /* width: 82%; */
        /* margin-top: 4px; */
        word-wrap: break-word !important;
        width: 80% !important;
        overflow-wrap: break-word !important;
        white-space: normal;
    }

    .local-seo .cta-form {
        margin: 1.5rem auto;
        flex: 1 1 auto;
        padding: 0rem;
    }

    .lcl-seo .txt-img-box .subheading::before {
        position: absolute;
        content: "";
        width: 61px;
        height: 5px;
        left: -47px;
        top: 62% !important;
        transform: translate(-50%);
        background: #a57d4b;
    }

    .svg-bar {
        margin: 1rem auto;
        padding: 1rem;
        width: 75% !important;
    }

    .lcl-seo .txt-img-box .img-img img {
        max-width: 19rem;
        height: auto;
        margin-top: 0rem;
        margin-left: 2rem;
    }

    .lcl-seo .txt-img-box .img-img::before {
        content: "";
        position: absolute;
        width: 86%;
        height: 95%;
        border: 3px solid var(--primary);
        top: -19px;
        left: 10px;
        z-index: -1;
    }

    .link-building .svg-bar {
        margin: 1rem auto;
        padding: 1rem;
        width: 90% !important;
    }

    .home .lnd .frm-frm {
        height: 500px;
        flex: 1;
        top: 30px;
        position: relative;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(1, 28, 41, 1)75%),

            url(../images/lnd-cta.jpg) center center no-repeat;
        align-items: center;
    }

    .link-building .cta-form form input,
    .cta-form form button {
        padding: 15px;
        margin: 1rem;
        background: transparent;
        border: 1px solid var(--primary);
        width: auto;
    }

    .home .frm-frm form {
        display: flex;
        flex-direction: column;
        padding-left: 0rem;
        width: 90%;
    }

    .page-head {
        max-width: 85rem;
        margin: 0 auto;
        width: clamp(85rem, 60vw, 85rem);
        padding: 1rem !important;
        width: 100%;
    }

    .how-it-ctnr {

        flex-direction: column;
        justify-content: space-around;
        height: auto;
        align-items: flex-start;
        gap: 0rem;
    }

    .how-it-wrks h2 {
        text-align: right;
        line-height: 2;
        float: right;
        margin-bottom: 0;
        width: 100%;
        max-width: 100%;
        border-top: 9px solid var(--primary);
        top: 0;
        position: relative;
    }

    .how-it-wrks {
        margin: 0rem;
        padding: 0rem 0 1rem 0;
        flex-grow: 3;
        max-width: 100%;
    }

    .how-it-desc {
        margin: 0rem;
        padding: 0rem;
        flex-grow: 5;
        max-width: 100%;
    }

    .fullwth-img-img img {
        max-width: 100%;
        height: auto;
    }

    .fullwth-img-box {
        display: flex;
        align-items: center;
        /* max-width: 1300px; */
        margin: 2rem auto;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .fullwth-img-txt {
        background-color: var(--primary-lit);
        padding: 3rem 1rem;
        max-width: 100%;
        height: auto;
        position: relative;
        right: 0;
    }

    .combo-packs .pricing-table-head-top {
        max-width: 1250px;
        width: 100%;
        margin: auto;
        padding: 3rem 1rem;
    }

    .combo-packs .fullwth-img-img img {
        max-width: 100%;
        height: auto;
    }

    .combo-packs .faq-ctnr {
        background-color: var(--primary);
        border-right: 15px solid var(--secondary);
        margin: 0rem auto 0rem auto;
        padding: 3rem 1rem;
    }

    .combo-packs .how-it-wrks h2 {
        text-align: right;
        line-height: 1.5;
        float: right;
        margin-bottom: 1.5rem;
        width: 100%;
        max-width: -webkit-fill-available;
        border-top: 9px solid var(--primary);
        top: 10px;
        position: relative;
        color: var(--secondary);
        padding-top: 20px;
    }

    .combo-packs .fullwth-img-txt {
        background-color: var(--primary-lit);
        padding: 5rem;
        max-width: 47%;
        height: 500px;
        position: absolute;
        right: 0% !important;
    }

    .combo-packs .fullwth-img-txt {
        background-color: var(--primary-lit);
        padding: 3rem 1rem;
        max-width: 100%;
        height: auto;
        position: relative;
        right: 0;
    }

    .combo-packs .pack-highlights {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 1rem;
        flex-direction: column;
    }

    .combo-packs .pack-highlights ul {
        padding: 1rem;
        width: auto;
        text-indent: -20px;
    }

    .traffic-dr-packs .fullwth-img-txt {
        background-color: var(--primary-lit);
        padding: 3rem 1rem;
        max-width: 100%;
        height: auto;
        position: relative;
        right: 0;
    }

    .traffic-dr-packs .cta-form {
        flex: 1 1 390px;
        height: auto !important;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(1 28 41 / 75%) 75%), url(../images/enterprise-cta.jpg);
        background-position: 10% 0;
        background-size: cover;
        padding: 4rem 0;
    }

    .traffic-dr-packs .lcl-seo .txt-img-box .img-img {
        position: relative;
        flex: 1;
        margin-top: 0;
        margin-bottom: 4rem;
    }

    .traffic-dr-packs .lcl-seo .txt-img-box .img-img::before {
        content: "";
        position: absolute;
        width: 81%;
        height: 92%;
        border: 3px solid var(--primary);
        top: -16px;
        left: 12px;
        z-index: -1;
    }

    .faq-content h4 {
        padding: 1rem 0;
        color: #fff;
        font-size: 1rem;
        cursor: pointer;
        position: relative;
    }

    .traffic-dr-packs .faq-ctnr {
        background-color: var(--primary);
        border-right: 30px solid var(--secondary);
        margin: 8rem auto 8rem auto;
        padding: 2rem 1rem;
    }

    .fullwth-img-txt ul {
        margin-left: 30px;
    }

    .fullwth-img-txt ul li {
        padding: 0.3rem;
        text-indent: -18px;
    }

    .enterprise-seo .txt-img-box .img-img img {
        max-width: 18rem;
        height: auto;
        margin-top: 0rem;
        margin-left: 0.5rem;
    }

    .enterprise-seo .txt-txt h2 {
        font-size: 1.5rem;
    }

    .enterprise-seo .txt-img-box .img-img::before {
        content: "";
        position: absolute;
        width: 81%;
        height: 98%;
        border: 3px solid var(--primary);
        top: -14px;
        left: 23px;
        z-index: -1;
    }

    .faq-ctnr {
        background-color: var(--primary);
        border-right: 17px solid var(--primary);
        margin: 2rem auto 7rem auto;
        padding: 2rem 1rem;
    }

    .enterprise-seo .faq-ctnr {
        background-color: var(--secondary);
        border-right: 17px solid var(--primary);
        margin: 2rem auto 7rem auto;
        padding: 2rem 1rem;
    }

    .enterprise-seo .faq-content h4 {
        padding: 1rem 0;
        color: #fff;
        font-size: 1rem;
        cursor: pointer;
        position: relative;
    }

    .about .img-img {
        flex: 1 1 620px;
        padding-left: 0rem;
    }

    .about .about-wrap {
        padding: 0;
        margin: 1rem 0;
    }

    .about .grid-ctnr .subheading {
        margin-bottom: -20px !important;
    }

    .ranking-assurance .cta-form form {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 90%;
        margin: auto;
        position: relative;
        top: 0 !important;
    }

    .traffic-dr-packs .how-it-wrks h2 {
        text-align: right;
        line-height: 1.5;
        float: right;
        margin-bottom: 14px;
        width: 100%;
        max-width: max-content;
        border-top: 9px solid var(--primary);
        top: 10px;
        position: relative;
        color: var(--secondary);
        padding-top: 20px;
    }

    .ranking-assurance .cta-ctnr {
        display: flex;
        flex-wrap: wrap;
        max-width: 1300px;
        justify-content: center;
        align-items: center;
        margin: auto;
        padding: 0rem 1rem;
        gap: 3rem;
    }


    .about-ctnr {
        max-width: 1300px;
        width: 100%;
        margin: auto;
        padding: 2rem 1rem;
    }

    .about .img-img::before {
        content: "";
        position: absolute;
        width: 82%;
        height: 22%;
        border: 3px solid var(--primary);
        top: 149%;
        left: 7%;
        z-index: -1;
        bottom: 10%;
    }

    .about .img-img img {
        max-width: 320px;
        height: auto;
        margin-top: 3rem;
        margin-left: 2rem;
    }

    .enterprise .cta-form {
        flex: 1 1 390px;
        height: 330px;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(1 28 41 / 75%) 75%), url(../images/enterprise-cta.jpg);
        background-position: 10% 0;
        background-size: cover;
    }

    .enterprise .cta-form form {

        top: 0px !important;
        width: 90%;
        margin-bottom: 2rem;
    }

    .enterprise .cta-form form h3 {

        font-size: 1.5rem;
    }

    .enterprise {
        background-color: var(--primary-lit);
        padding: 1rem 0 !important;
        background-image: none !important;
        margin-bottom: -1px;
    }

    .enterprise h1 {
        font-size: 1.6rem;
    }

    .enterprise p {
        color: var(--primary);
    }

    .contact-address-ctnr {
        margin: 3rem auto !important;
        padding: 1rem;
    }

    .contact-address div:nth-child(-n+2) {
        border-right: none !important;
    }

    .contact-address {

        gap: 2rem;
    }

    .contact-address h2 {

        margin-bottom: 1rem;
    }

    .contact-form h2 {

        font-size: 1.4rem;
    }


    .contact-form .underline-h2::before {
        display: none;
    }

    .contact-ctnr form .tre {

        flex: auto !important;
    }

    .contact-ctnr form textarea {

        width: 90% !important;
        height: 50% !important;
    }

    .contact-ctnr form .one button {
        background-color: var(--primary);
        color: var(--white);
        padding: 20px;
        display: inline-block;
        width: 91% !important;
        border: 0;
        cursor: pointer;
        /* margin: 20px auto; */
        /* float: left; */
        position: relative;
        /* left: 11px; */
        margin-left: 15px;
        right: 0 !important;
    }

    .cross-ctnr .cross {
        width: 100% !important;
        margin-top: 0px;
        margin-bottom: 00px;
        background-color: var(--primary);
        padding: 3rem 1rem 3rem 1rem !important;
        -webkit-clip-path: none !important;
        clip-path: none !important;
        height: auto !important;
        margin-right: auto;
        /* padding-left: 6rem; */
    }

    .home-cta .txt-txt h2 {
        font-size: 1.4rem;
        padding: 1rem 0;
    }

    .lnk-bld-cta-ctnr .cta-form {
        margin: 0.5rem auto;
        height: 76vh;
        padding: 1rem;
    }



    .lnk-bld-cta-ctnr .cta-form h3 {
        margin-top: 2rem;
    }

    .link-building .lnk-bld-cta-ctnr .cta-form form {

        flex-direction: column;
        gap: 0rem;
        width: 90%;
        margin: auto;
        position: relative;
        top: 0 !important;
        margin: 1rem 0 3rem 1rem !important;
    }

    .cross h2,
    .cross p {
        width: 100% !important;
    }

    .cross ul li {
        color: var(--white);
        padding: 10px;
        text-indent: -20px !important;
    }

    .cross ul {

        padding-left: 30px !important;
    }

    .cross-ctnr {
        background-color: rgba(255, 255, 255, 0);
        background-image: url("https://cioafrica.co/wp-content/uploads/2022/12/52702-6.2.21-Barez-Brown-Article.jpg");
        background-position: 90% 90% !important;
        background-repeat: no-repeat;
        border-width: 0px 0px 0px 0px;
        border-color: #e2e2e2;
        border-style: solid;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: contain !important;
        max-width: 110rem;
        margin: auto;
        height: 104vh !important;
    }

    .lnk-bld-cta-ctnr .cta-form form input,
    .lnk-bld-cta-ctnr .cta-form form button {
        padding: 15px;
        margin: 1rem 1rem 0.5rem 0;
        border: 1px solid var(--primary);
    }

    .svg-bar-white {

        display: none !important;
    }

    .faq-2-content h4 {
        padding: 15px 10px 15px 13px !important;

    }

    .faq-2-title h1 {
        font-size: 1.5rem !important;
    }

    .link-building .txt-img-box .img-img {
        position: relative;
        flex: auto;
        top: 0;
    }

    .gurantee {
        max-width: 90rem;
        margin: 0rem auto !important;
        display: flex;
        flex-wrap: wrap;
        padding: 1rem !important;
        gap: 2rem;
    }

    .faq-2-ctnr {
        max-width: 90rem;
        display: flex;
        flex-wrap: wrap;
        margin: 3rem auto;
        padding: 0rem 1rem !important;
        gap: 3rem;
        width: 100%;
    }

    .lnk-bld-cta-ctnr {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: auto !important;
        position: unset !important;
    }

    .lnd .grid-ctnr .subheading {
        margin-bottom: -20px !important;
        scale: 75%;
        margin-left: -50px;
        margin-top: 30px;
    }

    .lnd .txt-frm-box {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .cross-ctnr-box {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lcl-seo {
        margin-bottom: 0 !important;
    }

    .lcl-seo .cta-ctnr {
        display: flex;
        flex-wrap: wrap;
        max-width: 110rem;
        justify-content: center;
        align-items: center;
        margin: auto;
        padding: 2rem 1rem 0 1rem;
        gap: 3rem;
    }

    .lcl-seo .cta-ctnr .subheading {
        font-size: 1.1rem !important;
        display: inline-block;
        margin-bottom: 20px !important;
        letter-spacing: 2px;
        text-transform: uppercase;
        position: relative;
        left: 80px;
        padding-top: 12px;
    }

    .lcl-seo .cta-ctnr .subheading::before {

        top: 33% !important;

    }

    .ranking-assurance .txt-img-box {

        flex-direction: column !important;
    }

    .ranking-assurance .txt-img-box .img-img img {
        max-width: 85%;
        height: auto;
        margin-top: 0rem;
        margin-left: 0.3rem;
        /* width: 100%; */
    }

    .ranking-assurance .pricing-table-ctnr {
        margin: 4.5rem auto 2rem auto;
    }

    .ranking-assurance .pricing-table-ctnr .svg-bar {
        margin: 0rem auto 1rem auto;
    }

    .ranking-assurance .txt-img-box .img-img::before {
        content: "";
        position: absolute;
        width: 84%;
        height: 94%;
        border: 3px solid var(--primary);
        top: 18px;
        left: 16px;
        z-index: -1;
    }

    #rankign-assurance .faq-ctnr {
        background-color: var(--secondary);
        border-right: 30px solid var(--primary);
        margin: 5rem auto 3rem auto;
        padding: 2rem 0.3rem;
    }

    .ranking-assurance .gurantee {
        max-width: 90rem;
        margin: 0rem auto 3.5rem auto !important;
        display: flex;
        flex-wrap: wrap;
        padding: 1rem 2rem;
        gap: 2rem;
    }

    .lnd-tabs .tab-txt-img {
    display: block !important;
}

.lnd-tabs .tab-img img {
    display: none;
}

.lnd-tabs .tab-content h5{

    display: block !important;
}

.txt-frm-box {
    display: block;
}


}