@media only screen and (max-width: 980px) and (min-width: 220px) {
    html {
        font-size: 70%;
    }
    a.menu-bottom {
        display: revert;
    }

    .menu li a:before {
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: none;
        position: absolute;
        z-index: 99999999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 0px;
        top: -30px;
    }
    .menu-bottom span {
        height: 2px;
        background: #000000;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: #ffffff;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 30px;
        right: 10px;
    }
    .main-menu {
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background: rgb(51, 175, 124);
        background: linear-gradient(
            180deg,
            rgba(51, 175, 124, 1) 0%,
            rgba(2, 45, 46, 1) 100%
        );
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 70px;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
        display: block;
    }
    .menu li {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff9c;
        position: relative;
        text-align: left;
    }
    .menu li a {
        font-size: 16px !important;
        padding-left: 0;
        color: #ffffff !important;
        font-weight: 400 !important;
        padding: 10px 0 10px 15px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        text-transform: uppercase;
    }
    .menu-open .main-menu {
        right: 0;
    }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }

    header ul li.btn-head a.btn-green {
        display: inline-block;
        width: auto;
        margin: 10px 20px 20px;
        padding: 10px 40px;
        color: #fff !important;
    }

    /* .dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
} */

    /* .dropdown-toggle::after {
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
    top: 15px;
    position: absolute;
} */

    .menu li .dropdown-item {
        padding: 5px 0 5px 30px;
        font-size: 15px !important;
        text-transform: capitalize;
        border-top: 1px solid #ffffff9c;
        border-bottom: none;
    }

    header .menu {
        opacity: 0;
    }

    header {
        /* padding: 20px 0; */
        z-index: 2;
    }
    header ul li:last-child {
        border: 0;
    }

    header .logo img {
        max-width: 160px;
        /* margin-left: 30px !important; */
    }

    h2 {
        font-size: 26px !important;
        line-height: 30px !important;
        margin-bottom: 10px;
        letter-spacing: 0;
    }

    header nav {
        text-align: center;
        margin-top: 20px;
    }

    header {
        text-align: left !important;
        z-index: 9;
        top: 0;
        position: relative;
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0 0;
        text-align: center;
    }

    header ul li.phone a {
        font-size: 16px;
    }

    .btn {
        font-size: 13px !important;
        letter-spacing: 1px;
        padding: 6px 25px 6px 18px !important;
    }

    section {
        padding: 40px 0 !important;
        overflow: hidden;
    }

    header ul li:last-child {
        border: 0;
    }

    header ul.btn-ul {
        display: none;
    }

    header ul.head-ul li:first-child {
        margin-right: 0;
    }

    .info-banner h1 br {
        display: none;
    }

    .info-banner h1 {
        font-size: 32px !important;
        margin-bottom: 12px !important;
        letter-spacing: 1px;
        line-height: 38px !important;
    }

    p {
        font-size: 1.2rem !important;
        line-height: 22px !important;
    }

    .info-banner p {
        width: 100%;
        margin-bottom: 16px;
    }

    .our-banner {
        padding: 40px 0;
        background-position: 100%;
        background-position: 0;
        text-align: center;
    }

    footer {
        padding: 40px 0 20px;
        margin: 0;
        background-position: 0;
    }

    .our-banner .info-banner p {
        margin: 0 auto 20px;
    }
    .our-banner .container::after {
        display: none;
    }

    footer h4 {
        font-size: 2rem;
        margin-bottom: 16px;
    }

    footer h4 + ul li {
        font-size: 1.5rem;
        line-height: 30px;
    }

    .copy p {
        text-align: center;
        font-size: 12px !important;
    }

    .row {
        margin: 0 -10px;
        justify-content: center;
    }

    header a.btn-head {
        display: none;
    }

    header .btn-block.text-right {
        display: none;
    }

    /* header .row:first-child [class*='col']:first-child , header .row:first-child [class*='col']:last-child {
        display: none;
    } */

    header .row.row-menu {
        padding: 0;
        width: 100%;
        display: block;
    }

    header::before {
        display: none;
    }

    header .row {
        padding: 0;
        justify-content: start;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding: 0 10px;
    }

    .btn img {
        width: 10px;
        margin-left: 2px;
    }

    .bottom-bar ul li {
        width: 49%;
        display: inline-block;
    }

    .bottom-bar ul {
        display: block;
    }

    .bottom-bar ul li img {
        margin-right: 3px;
        width: 26px;
    }

    .bottom-bar ul li::before {
        display: none;
    }

    .site-logos {
        padding: 20px 0 !important;
    }

    .ban-head {
        display: none !important;
    }

    h2::before {
        display: none !important;
    }

    .heading {
        margin-bottom: 30px;
    }

    .img-book {
        padding: 0 0 25px;
    }

    .owl-books.owl-theme .owl-nav {
        text-align: center;
        margin: 5px;
    }

    .our-ghostwriting::before {
        background: #4c6989;
        height: 100%;
    }

    .our-ghostwriting .heading {
        width: 100%;
    }

    .container {
        padding: 0 15px;
    }

    .info-ghost {
        margin-bottom: 15px;
    }

    .info-ghost .in-ghost {
        padding: 0 15px;
        top: calc(100% - 40px);
    }

    .info-ghost:hover .in-ghost {
        top: 30px;
    }

    .our-ghostwriting [class*="col"]:nth-child(2) {
        margin: 0;
    }

    .our-industry::before {
        width: 100%;
        height: 100%;
    }

    .info-ind .in-ind {
        padding: 10px 15px;
        bottom: 0;
        top: inherit;
        z-index: 2;
        text-align: unset;
    }

    .info-ind figure {
        position: relative;
        z-index: 1;
    }

    .info-ind figure::before {
        position: absolute;
        content: "";
        left: 0;
        background: #00000036;
        width: 100%;
        height: 100%;
        /* z-index: -1; */
    }

    .info-ind::after {
        right: -10px;
    }

    .our-industry .container::before {
        display: none;
    }

    .info-ind::before,
    .info-ind::after {
        display: none;
    }

    .our-industry [class*="col"]:first-child {
        padding-right: 10px;
        order: 1;
        margin-top: 20px;
    }

    .our-industry [class*="col"]:last-child {
        padding-left: 10px;
    }

    .nav-tabs.tab-industry {
        padding: 30px 15px 0;
        margin-bottom: 10px;
    }

    .nav-tabs.tab-industry .nav-item .nav-link {
        font-size: 1.3rem;
    }

    .our-industry::after {
        display: none;
    }

    .nav-tabs.tab-industry .nav-item .nav-link::after {
        width: 10px;
        height: 10px;
        top: -5px;
    }

    .nav-tabs.tab-industry .nav-item .nav-link.active {
        padding-left: 20px;
    }

    .nav-tabs.tab-industry::before {
        display: none;
    }

    .nav-tabs.tab-industry + .btn-block {
        padding: 0;
        text-align: center;
    }

    section.our-industry {
    }

    .cta {
        /* background: #063430; */
        text-align: center;
        /* border-top: 5px solid #fb6b04;
    border-bottom: 5px solid #fb6b04; */
        padding: 30px 0 !important;
    }

    .info-cta h3 {
        font-size: 3rem;
        letter-spacing: 0;
        line-height: 3.2rem;
        margin-bottom: 12px;
    }

    .info-cta h3 br {
        display: none;
    }

    .tel-cta {
        margin: 20px 0 30px;
        display: inline-block;
        padding-left: 50px;
    }

    .info-cta2 h5 {
        margin-bottom: 0;
    }

    .info-cta2 h4 {
        font-size: 3.5rem;
        letter-spacing: 0;
        text-transform: uppercase;
        margin: 0;
    }

    .info-journey {
        background-size: cover;
        background-position: 50%;
        padding: 30px 15px;
    }

    .info-journey ul li {
        padding-left: 0;
        text-align: center;
        padding-top: 10px;
        font-size: 14px;
    }

    .info-journey ul li span.num {
        left: 0;
        right: 0;
        margin: auto;
        position: relative;
        top: -10px;
    }

    .info-journey ul li span.num::before {
        transform: rotate(90deg);
        left: -4px;
        top: 4px;
    }

    .info-journey ul li span.num + span {
        margin: 0;
    }

    img.img-jor1 {
        position: relative;
        bottom: 0;
        width: calc(100% - 40px);
        margin: auto;
        display: table;
    }

    .our-test {
        text-align: center;
    }

    .our-test .container {
        padding-block: 0;
    }

    .our-test .row::before {
        width: 100%;
        left: 0;
        top: -40px;
    }

    .our-test .container::before {
        display: none;
    }

    .our-test .info-cta img {
        margin-bottom: 12px;
    }

    .info-cta h2 {
        color: #000;
    }

    .info-cta p {
        color: #000;
    }

    .info-cta {
        margin-bottom: 20px;
    }

    .info-test {
        text-align: center;
    }

    .info-test img {
        display: table;
        margin-inline: auto;
        margin-bottom: 12px;
    }

    .info-test p {
        margin-bottom: 18px;
    }

    .owl-test .owl-nav {
        position: relative;
        bottom: 0;
        text-align: center;
        margin-top: 12px;
    }

    .owl-test.owl-theme .owl-nav [class*="owl-"],
    .owl-site-logo2.owl-theme .owl-nav [class*="owl-"] {
        width: 40px;
        height: 40px;
    }

    .pre-footer {
        padding: 30px 0 !important;
        text-align: center;
    }

    .pre-footer h3 {
        padding: 0;
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 26px;
    }

    .pre-footer .row {
        justify-content: center;
    }

    footer .img-foot {
        display: none;
    }

    .copy::before {
        display: none;
    }

    .copy .row {
        padding: 0;
        justify-content: center;
    }

    .copy {
        padding: 10px 0;
        text-align: center;
    }

    footer ul.social {
        margin: 0 0 20px !important;
        display: flex;
        align-items: center;
    }

    footer h4 + ul {
        margin-bottom: 18px;
    }

    body .popupform {
        width: 90%;
        background: transparent;
        height: auto;
    }

    .popup-content {
        width: 100%;
        right: 0;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        float: none;
        padding: 20px 12px;
        top: 0;
    }

    body .popupform .col-md-7.offset-5 {
        margin-left: 0;
    }

    .custom-pop .row {
        align-items: unset;
    }

    .custom-pop {
        height: 100%;
        display: flex;
        align-items: center;
    }

    div#popupform {
        overflow: unset;
    }

    .popupform button.fancybox-button {
        right: -10px;
        top: -10px;
    }

    .inner-banner .info-banner h6 {
        margin: 0;
    }

    .inner-banner .info-banner p {
        width: 100%;
    }

    .ban-img::before {
        width: 50%;
        height: 80%;
        bottom: -10px;
        right: -10px;
    }

    .our-agency .heading {
        width: 100%;
    }

    .info-agency {
        text-align: center;
        margin-bottom: 25px;
    }

    .info-agency img {
        margin-bottom: 10px;
    }

    .info-agency h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .our-agency .row {
        margin: 0 -10px;
    }

    .our-expertise {
        /* background: #000000;  */
        text-align: center;
        padding-bottom: 0 !important;
    }

    .info-expert p {
        margin-bottom: 20px;
    }

    .info-expert {
        padding: 0 0 30px;
    }

    .our-mission::before {
        width: 100%;
    }

    .our-mission .row::before,
    .our-mission .row::after {
        display: none;
    }

    .img-mis {
        margin-bottom: 20px;
    }

    .our-mission {
        text-align: center;
    }

    .info-write {
        padding: 30px 16px;
        text-align: center;
        height: 100%;
        margin-bottom: 20px !important;
    }

    .info-write img {
        margin-bottom: 12px;
    }

    .info-write h4 {
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    .ghost-service {
        clip-path: none !important;
    }

    .info-ghostser ul li {
        line-height: 24px;
        width: 100%;
        font-size: 16px;
        text-align: left;
    }

    .info-expert.info-ghostser {
        padding-bottom: 20px;
    }

    .img-expert.img-ghostser img {
        left: 0;
        max-width: 100%;
    }

    .our-ghostwriting [class*="col"] {
        padding: 0 10px;
    }

    .info-gen {
        padding: 30px 15px;
    }

    .info-gen::before,
    .info-gen::after {
        width: 100%;
    }

    .info-gen::after {
        left: -10px;
        bottom: -10px;
    }

    .multi-genre::before {
        display: none;
    }

    .multi-genre {
        clip-path: none;
    }

    .multi-genre .heading p,
    .pub-service .heading p {
        width: 100%;
    }

    .multi-genre .heading,
    .pub-service .heading {
        margin-bottom: 30px;
    }

    .multi-genre .row.row-bt .row [class*="col"] {
        width: 49%;
        display: inline-block;
    }

    .info-mulgen {
        padding: 12px 6px;
        min-height: auto;
        text-align: center;
    }

    .info-mulgen h4 {
        font-size: 12px;
        text-align: center;
    }

    .multi-genre .row.row-bt .row {
        margin-bottom: 20px;
    }

    .multi-genre .row.row-bt {
        margin-bottom: 20px;
    }

    .img-mulgen2 img {
        height: auto;
    }

    .img-mulgen2 figure {
        margin-bottom: 20px;
    }

    .img-mulgen2 .in-mulgen h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .img-mulgen2 .in-mulgen {
        bottom: 55px;
        left: 10px;
    }

    .row.row-genls [class*="col"] {
        width: 49%;
        margin-bottom: 20px;
    }

    .multi-genre .row.row-bt .row.row-gen {
        margin-bottom: 20px;
    }

    .multi-genre .btn-block {
        margin-top: 10px;
    }

    .row.row-genls [class*="col"]:nth-child(3) {
        order: 1;
    }

    .our-pub-book::before {
        width: 100%;
        height: 100%;
    }

    .our-pub-book .heading {
        text-align: center;
    }

    .our-pub-book .heading p {
        width: 100%;
    }

    .our-pub-book .heading::before {
        display: none;
    }

    .pub-service {
        clip-path: none !important;
    }

    .owl-site-logo2 .item {
        padding: 15px 0;
    }

    .owl-site-logo2 .owl-stage-outer {
        padding: 0;
    }

    .owl-theme .owl-nav {
        text-align: center;
        margin-top: 10px;
    }

    .info-pub {
        text-align: center;
        margin-bottom: 25px;
    }

    .info-pub h4 {
        font-size: 19px;
        /* margin-bottom: 5px; */
    }

    .info-pub img {
        margin-bottom: 10px;
    }

    .pub-service .row.row-bt {
        margin-bottom: 0;
    }

    .pub-service .row:last-child [class*="col"]:last-child .info-pub {
        margin-bottom: 0;
    }

    .our-estab::before {
        width: 100%;
    }

    .our-estab .container::before {
        top: -30px;
        right: 0px;
    }

    .img-estab {
        margin-bottom: 15px;
    }

    .our-estab {
        text-align: center;
        margin: 0;
    }

    .info-estab p {
        width: 100%;
        margin: 0 0 15px;
    }

    .our-agency [class*="col"] {
        width: 100%;
        margin-bottom: 0;
    }

    .our-writing.our-market [class*="col"]:nth-child(2) {
        margin-top: 0;
    }

    .our-result .heading {
        margin-bottom: 30px;
    }

    .info-ghostser.info-result ul li {
        width: 100%;
        margin-bottom: 12px;
        font-size: 15px;
    }

    .info-ghostser.info-result ul li br {
        display: none;
    }

    .our-result .btn-block {
        margin-top: 30px;
    }

    .our-result {
        padding-bottom: 40px !important;
    }

    .our-agency .row:last-child [class*="col"]:last-child {
        margin-bottom: 0;
    }

    .our-editing .container::before {
        display: none;
    }

    .edit-mainsec .our-agency [class*="col"] {
        margin-bottom: 0;
    }

    .our-agency .row:last-child [class*="col"]:last-child .info-agency {
        margin-bottom: 0;
    }

    .our-editing {
        padding-top: 20px !important;
        text-align: center;
    }

    .img-edit {
        margin-bottom: 10px;
    }

    .our-choose {
        padding-bottom: 40px !important;
    }

    .info-ghostser ul li:nth-last-of-type(2) {
        margin-bottom: 20px;
    }

    .our-mission.edit-mission {
        margin: 0;
    }

    .our-mission.edit-mission .info-mis {
        width: 100%;
    }

    .info-price h4.price {
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .info-price ul li {
        font-size: 12px;
    }

    .info-price ul h5 {
        font-size: 15px;
    }

    .info-price ul {
        height: 220px;
        margin-bottom: 22px;
    }

    .info-price h4.price > sup {
        top: -20px;
    }

    .info-price h3 {
        padding: 15px 0;
    }

    .info-price p {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .info-price p b {
        display: inline-block;
    }

    .info-price {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .our-contact [class*="col"] {
        width: 100%;
    }

    .det-cont {
        margin-bottom: 20px;
        text-align: center;
        padding: 30px 15px;
    }

    .det-cont img {
        margin-bottom: 12px;
    }

    .det-cont h4 {
        font-size: 1.85rem;
    }

    .det-cont p {
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .our-contact .row.row-tp {
        margin-top: 20px;
    }

    .our-contact .row.row-tp::before {
        display: none;
    }

    .our-contact .row.row-tp::after {
        display: none;
    }

    .our-contact .info-contact .form-group {
        margin-bottom: 12px;
    }

    .our-contact .info-contact textarea-grp img {
        bottom: inherit;
        top: 0;
    }

    .our-contact .info-contact .form-group.textarea-grp img {
        bottom: inherit;
        top: 5px;
    }

    .our-contact .info-contact label {
        width: 100%;
        font-size: 14px;
    }

    .our-contact .info-contact .form-group.btn-group {
        margin: 15px 0 0;
    }

    .our-writing [class*="col"]:last-child {
        margin-top: 0;
    }

    .our-writing [class*="col"]:last-child .info-write:last-child {
        margin-bottom: 0 !important;
    }

    .heading.text-center {
        width: 100% !important;
    }

    h2 br {
        display: none;
    }

    .popup-content h3 {
        font-size: 20px;
    }

    .popup-content h4 {
        font-size: 16px;
    }

    .popup-content h4 b {
        font-size: 17px;
        font-weight: 700;
    }

    .popup-content p {
        font-size: 13px !important;
        line-height: normal !important;
    }

    .custom-pop .form-control {
        height: 38px;
    }

    .custom-pop textarea.form-control {
        height: 70px;
    }

    .info-ghostser ul li:nth-child(even)::before {
        background: url(../images/books.png) no-repeat;
        background-size: 100%;
    }

    .info-ghostser ul li:nth-child(odd)::before {
        background: url(../images/books.png) no-repeat;
        background-size: 100%;
    }
}
@media only screen and (max-width: 1920px) {
    .lp-ghostwriting-image {
        right: 10px;
    }
    .lp-marketing-image {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }
}
@media only screen and (max-width: 1440px) {
    .lp-ghostwriting-image {
        right: -98px;
    }
    .lp-marketing-image {
        right: -98px;
    }
    .lp-ghostwriting-image img {
        width: 68%;
    }
    .lp-marketing-image img {
        width: 77%;
    }
    .my-row {
        justify-content: start;
    }
}
@media only screen and (max-width: 1366px) {
    .lp-ghostwriting-image {
        right: -182px;
    }
    .lp-marketing-image {
        right: -127px;
    }
    .lp-marketing-image img {
        width: 71%;
    }
}
@media only screen and (max-width: 1199px) {
    .my-row {
        justify-content: center;
    }
}
@media only screen and (max-width: 1024px) {
    .lp_banner-new {
        overflow: visible;
    }
}
@media only screen and (max-width: 768px) {
    footer h4 + ul li a,
    footer h4 + ul li {
        font-size: 14px;
    }
    footer ul li a {
        font-size: 14px;
    }
    .our-expertise {
        /* background-image: none; */
        padding-block: 250px 0;
        /* background-color: #f6bd92; */
    }
    .responsive_logo {
        width: 192px;
        height: 65px;
    }
    .img-expert.img-ghostser img {
        bottom: 188px;
    }
}
@media only screen and (max-width: 767px) {
    .our-banner-bg {
        background-image: none;
        background-color: #fecfbb;
    }
    .inner-banner-bg {
        background-image: none !important;
        background-color: #26466d !important;
        text-align: center !important;
    }
    .img-expert.img-ghostser img {
        bottom: 24px;
    }
    .lp-footer-section {
        background-position: 0 0 !important;
    }
}
@media only screen and (max-width: 991px) {
    .our-mission::before {
        height: 100%;
    }
    .btn-block .btn:first-child {
        margin: 0;
    }
}

@media only screen and (max-width: 425px) {
    .font-AmostelySignature {
        white-space: nowrap;
        margin-top: -1rem;
        z-index: 1;
        font-size: clamp(2rem, 5vw, 4rem);
    }
}
@media only screen and (max-width: 320px) {
    .lp-footer-section ul li a {
        font-size: 14px;
    }
    .lp-footer-section ul li span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .fifth-section .cs {
        margin: 50px 0 30px;
    }
}

@media (max-width: 575px) {
    .fifth-section .tab {
        gap: 25px 0;
        border-bottom: none;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .fifth-section .tab button {
        font-size: 18px;
        /* width: 49%; */
    }
}

@media (max-width: 980px) {
    .vscomp-wrapper:not(.has-value) .vscomp-value {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .lp-banner-info h1 {
        font-size: 27px !important;
        margin-bottom: 0px !important;
    }
    .lp-font-AmostelySignature {
        left: 0px;
    }
    .primary_hover2{
        padding: 6px 16px 6px 18px !important;  
    }
}
@media (max-width: 768px) {
    .lp-our-industry {
        padding: 40px 0 !important;
    }
    .paddind-section {
        padding: 40px 0 !important;
    }
}
