/* MOBILE-SCREEN */

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

    .img-lr {
        /* max-width: 898px; */
        /* width: 100%; */
        height: 100%;
    }

    .img-lr img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        margin-bottom: 15px;
    }

    .list-nav{
        flex-wrap: wrap;
    }

.tags-cloud-block {
    align-items: baseline !important;
}

    .cus-item-hide{
        display: none;
    }

    .quick-nav{
        display: none;
    }


    .desc-main {
        /* display: flex
    ; */
        /* max-width: 1200px; */
        margin-top: 0px;
        /* margin: 0 auto; */
        padding: 40px 20px;
    }



    .section-dropdown {
        top: 53px !important;
        left: -100px !important;
        opacity: 0;
    }

    .section-dropdown:after {
        left: 119px !important;
    }



    .header-top {
        top: 164px;
    }

    .chat-toggle {

        z-index: 1000;
    }


    .chat-main {
        display: none;
    }

    .cus-home-bg {
        top: 144px !important;
    }

    .chat-toggle {
        top: 1057px;
    }

    .chat-bot-container {
        top: 485px;
        right: 11px !important;
    }

    .countdown-box {
        width: 100%;
    }

    .countdown-box #timer {
        color: white;
        font-size: 30px !important;
        font-family: monospace;
        letter-spacing: 2px;
    }

    /* HEADER */

    .uil-arrow-down {
        display: none;
    }

    /* ICON-CSS */
    svg {
        width: 38px;
        height: 68px;
    }

    .h-left-logo a img {
        max-width: 100%;
        height: auto;
    }

    .h-left-logo a {
        max-width: 50px;
        height: auto;
        display: flex;
    }

    .main-middel-bg {
        /* padding: 0px 0px !important; */
    }

    .marketing-right {
        padding-left: 0px;
    }

    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

    .line {
        fill: none;
        stroke: black;
        stroke-width: 6;
        display: none;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .m-menu {
        display: block;
    }

    .h-right-m {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: fixed;
        left: -1000px;
        top: 0px;
        max-width: 100%;
        width: 100%;
        height: 100%;
        justify-content: center;
        background: var(--White);
        transition: 1s all;
        z-index: -100;
    }

    .for-dropdown {
        font-size: 16px;
        margin: 10px 0px;
    }

    .dropdown:not(:checked)+label .uil {
        font-size: 19px;
    }



    .h-r-left-main ul {
        flex-direction: column;
        align-items: center;
    }

    .h-r-left-main ul li {
        margin: 10px 0px;
    }

    .h-r-f-trail button {
        padding: 14px 31px;
        font-size: 15px;
    }

    .h-r-f-trail {
        padding-top: 10px;
    }

    .h-r-f-trail a {
        padding: 18px 39px;
        font-size: 13px;
    }

    .show {
        left: 0;
    }

    .h-left-logo a {
        max-width: 60px;
        height: auto;
        display: flex;
    }



    .h-r-left-main ul li a {
        font-size: 14px;
    }

    /* HERO-SECTION */
    .hero-home-bg {
        top: 0;
        padding-top: 35px;
    }

    .header-main {
        padding-top: 20px;
    }

    .hero-h-top h5 {
        font-size: 21px;
        line-height: 25.6px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .hero-h-top p {
        font-size: 11px;
        line-height: 19px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .hero-h-bottom-email button {
        padding: 16px 16px;
        font-size: 14px;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .hero-home-top-main {
        padding-bottom: 15px;
    }

    .hero-h-bottom-email input[type="email"] {
        padding: 1px 15px;
    }

    .hero-h-bottom-email input[type="email"]::placeholder {
        font-size: 10px;
    }

    .hero-h-bottom-email {
        padding: 3px;
        max-width: 100%;
        /* justify-content: space-between; */
        /* flex-wrap: wrap; */
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    /* BEST-SOLUTION-SECTION */


    .best-solution-bottom-main {
        flex-direction: column;
    }

    .best-solution-bottom-main {
        padding: 45px 20px;
    }

    .best-solution-cards {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
    }

    .best-solution-section-pd {
        padding: 90px 0px;
    }

    .best-solution-top-title h5 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .best-solution-top-title p {
        max-width: 100%;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .best-bottom-text h6 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 9px;
    }

    .best-solution-card-top-icon {
        max-width: 38px;
        width: 100%;
        margin-bottom: 25px;
    }

    /* WORK-WITH-US-SECTION */

    .work-with-us-main {
        flex-direction: column;
    }

    .work-with-us-left {
        width: 100%;
    }

    .work-with-us-right {
        width: 100%;
        padding-top: 0px;
    }

    .work-with-us-top-title {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .work-with-us-top-title h6 {
        margin-bottom: 0px;
        font-size: 12px;
    }

    .work-with-us-top-title h5 {
        font-size: 22px;
        line-height: 32.6px;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .work-with-us-top-title p {
        font-size: 7px;
        line-height: 18px;
        max-width: 100%;
    }

    .work-right-text p {
        max-width: 184px;
        font-size: 10px;
        line-height: 19px;
        margin-bottom: 4px;
    }

    .work-with-us-right-cards {
        padding-bottom: 11px;
        justify-content: center;
    }

    .work-left-icons {
        max-width: 26px;
    }

    .work-right-text {
        padding-left: 15px;
    }

    .work-with-us-pd {
        padding-bottom: 80px;
    }

    /* IMPRESSIONS-SECTION-START */

    .impressions-main {
        justify-content: center;
        flex-direction: column-reverse;
    }

    .impressions-left {
        padding-top: 20px;
    }

    .impressions-left-inner-top-text {
        text-align: center;
    }

    .impressions-left-inner-bottom-btn {
        text-align: center;
    }

    .impressions-left-inner-top-text h6 {
        max-width: 100%;
        font-size: 27px;
        line-height: 33.6px;
        margin-bottom: 5px;
    }

    .impressions-left-inner-top-text p {
        max-width: 100%;
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .impressions-left-inner-bottom-btn a {
        padding: 10px 36px;
        font-size: 11px;
        line-height: 23px;
    }

    .impressions-right-inner-image {
        max-width: 323px;
    }

    .impressions-section-pd {
        padding: 50px 0px;
    }

    .item.cus-company-logo-image {
        display: flex;
        justify-content: center;
    }

    .logo-slider-pd {
        padding: 35px 0px;
    }

    /* MARKETING-SECTION-START */
    .marketing-main {
        justify-content: center;
        flex-direction: column;
    }

    .marketing-right {
        padding-top: 10px;
    }

    .marketing-left-bottom-text {
        text-align: center;
    }

    .marketing-left-bottom-text p {
        font-size: 8px;
        line-height: 13px;
    }

    .marketing-left-top-title {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .marketing-left-top-title h5 {
        font-size: 15px;
        line-height: 20.8px;
        margin-bottom: 0px;
    }

    .marketing-right-card-right p {
        font-size: 6px;
        line-height: 10px;
        margin-bottom: 0px;
    }

    .marketing-left-bottom-text h6 {
        font-size: 21px;
        margin-bottom: 0px;
        line-height: 30px;
    }

    .marketing-right-cards {
        padding-bottom: 30px;
        justify-content: center;
    }

    .marketing-right-card-right h5 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 0px;
    }

    .marketing-right-card-left {
        width: 40px;
        height: 40px;
    }

    .marketing-right-card-left img {
        max-width: 17px;
    }

    .c-logo {
        max-width: 112px;
    }

    .marketing-right-card-right {
        padding-left: 15px;
    }

    /* FEATURE-SECTION */

    .feature-middel-section-bg {
        flex-direction: column;
        padding: 28px 18px;
    }

    .feature-card-l-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-card-right-line {
        width: 100%;
        height: 2px;
        margin: 25px 0px;
    }

    .feature-middel-cards {
        flex-direction: column;
    }

    .feature-card-l-inner-bottom-text p {
        max-width: 100%;
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .feature-card-l-inner-bottom-text {
        padding-top: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-section-pd {
        padding: 41px 0px;
    }

    .feature-top-title h6 {
        font-size: 21px;
        line-height: 25.6px;
    }

    .feature-top-title {
        padding-bottom: 30px;
    }

    .feature-card-l-inner-bottom-text h5 {
        font-size: 19px;
        line-height: 26.2px;
        margin-bottom: 4px;
    }

    .feature-card-l-inner-top-icon {
        max-width: 35px;
        width: 100%;
    }

    /* CUSTOMER-SECTION */

    .customer-bottom-card-main {
        padding-top: 25px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .customer-top-title h6 {
        font-size: 17px;
        max-width: 628px;
        line-height: 25.6px;
    }

    .feature-section-pd {
        padding: 50px 0px;
    }

    .customer-card-body {
        padding: 20px 15px;
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .customer-section-pd {
        padding-bottom: 72px;
    }

    .customer-card-top-title h6 {
        font-size: 11px;
        line-height: 22px;
    }

    .card-user-profile {
        max-width: 45px;
        height: 45px;
    }

    .customer-card-bottom {
        padding-top: 18px;
    }

    .card-user-description h6 {
        font-size: 17px;
        line-height: 30px;
    }

    .customer-section-pd {
        padding-bottom: 50px;
    }

    .ready-top-title h6 {
        font-size: 21px;
        line-height: 30.6px;
        margin-bottom: 2px;
        max-width: 370px;
    }

    .ready-top-title p {
        font-size: 9px;
        line-height: 17px;
        margin-bottom: 9px;
        max-width: 100%;
    }

    .ready-bot-btn a {
        padding: 12px 34px;
        font-size: 13px;
        line-height: 24px;
    }

    .footer-pd {
        padding-top: 50px;
    }

    .ready-bot-btn a {
        padding: 9px 32px;
        font-size: 11px;
        line-height: 24px;
    }

    /* FOOTER */

    .footer-main {
        flex-direction: column;
    }

    .footer-middel-flex {
        margin: 0px 0;
        flex-direction: column;
    }

    .footer-social-icons a {
        max-width: 13px;
        margin-right: 13px;
    }

    .f-left {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .f-right {
        justify-content: center;
        width: 100%;
    }

    .f-right-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-bottom {
        padding-top: 35px;
        flex-direction: column;
    }

    .footer-left-line,
    .footer-right-line {
        display: none;
    }

    .f-right-top {
        /* max-width: 115px; */
    }

    .f-left-cards {
        flex-direction: column;
        padding-bottom: 25px;
    }

    .f-right-bottom h6 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .f-left-cards a {
        font-size: 16px;
        line-height: 32px;
        opacity: 0.6;
        margin-bottom: 8px;
    }

    .footer-bg {
        padding: 50px 0px;
    }

    .f-input input[type="email"] {
        padding: 6px 13px;
        max-width: 100px;
    }

    .f-btn button {
        padding: 6px 27px;
        font-size: 10px;
    }

    .f-input input[type="email"]::placeholder {
        font-size: 9px;
    }

    .footer-copy-right {
        /* margin-right: 0px; */
        /* margin-bottom: 14px; */
    }

    .f-right-bottom {
        padding-top: 30px;
    }

    /* CONTACT-PAGE-CSS */

    .contact-section-bg {
        top: 50px;
    }

    .contact-section-pd {
        padding-top: 10px;
        padding-bottom: 100px;
    }

    .contact-top-title h6 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 25px;
    }

    .contact-bottom-main {
        padding-top: 48px;
        flex-direction: column;
    }

    .contact-b-left-bot {
        width: 100%;
    }

    .contact-b-right-inner {
        max-width: 100%;
    }

    .contct-b-right {
        width: 100%;
    }

    .contact-bottom-main {
        padding-top: 21px;
    }

    .contact-b-left-top {
        text-align: center;
    }

    .contact-bottom-bg {
        padding: 13px 10px;
    }

    .contact-b-left-top-input input[type="text"] {
        padding: 5px 15px;
        max-width: 100%;
    }

    .contact-b-left-top p {
        font-size: 9px;
        line-height: 8px;
    }

    .contact-b-left-top h6 {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 42px;
    }

    .contact-b-left-top-input input[type="text"]::placeholder {
        font-size: 9px;
    }

    input.company-input {
        margin-left: 8px;
        padding-left: 19px !important;
    }


    .contact-b-left-middel-input input[type="email"] {
        padding: 5px 15px;
    }

    .contact-b-left-middel-input input[type="text"] {
        padding: 5px 15px;
    }

    .contact-b-left-middel-input input[type="email"]::placeholder {
        font-size: 9px;
    }

    .contact-b-left-middel-input input[type="text"] {
        padding: 5px 15px;
    }

    .contact-b-left-middel-input input[type="text"]::placeholder {
        font-size: 9px;
    }

    .contact-b-left-bottom-text textarea {
        height: 90px;
        padding-top: 10px;
        padding-left: 15px;
    }

    .contact-b-left-bottom-text textarea::placeholder {
        font-size: 9px;
        line-height: normal;
    }

    .contact-b-left-middel-input {
        margin: 10px 0px;
    }

    .contact-b-left-bottom-text {
        margin-bottom: 10px;
    }

    .contact-b-left-s-btn button {
        padding: 2px 40px;
        font-size: 9px;
        line-height: 24px;
    }

    .contct-b-right {
        padding-top: 40px;
    }

    .contact-b-right-inner {
        /* max-width: 165px; */
    }

    .contact-b-right-text h6 {
        font-size: 12px;
        line-height: 17.6px;
        margin-bottom: 0px;
    }

    .contact-b-right-text p {
        font-size: 8px;
        line-height: 13px;
        margin-bottom: 0px;
    }

    .contact-b-r-icon-bg img {
        max-width: 9px;
    }

    .contact-b-right-text {
        padding-left: 18px;
    }

    .contact-b-r-icon-bg {
        max-width: 30px;
        height: 30px;
    }

    .contact-b-right-cards {
        margin-bottom: 20px;
    }

    /* PRODUCT-PAGE-CSS */

    .grow-main {
        justify-content: center;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .grow-left {
        width: 100%;
    }

    .grow-section-bg {
        top: 164px;
    }

    .grow-section-pd {
        padding-top: 30px;
    }

    .grow-left-top-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .grow-left-top-text h6 {
        font-size: 24px;
        line-height: 30.6px;
        margin-bottom: 5px;
    }

    .grow-left-top-text p {
        font-size: 9px;
        line-height: 16px;
        max-width: 345px;
    }

    .grow-left-bottom {
        padding-top: 12px;
        justify-content: center;
        padding-bottom: 20px;
    }

    .grow-b-left a,
    .grow-b-right a {
        padding: 4px 19px;
        font-size: 8px;
    }

    .item.grow-logo {
        display: flex;
        justify-content: center;
    }

    .grow-b-right {
        padding-left: 10px;
    }

    .g-logo {
        max-width: 86.967px;
    }

    /* OUR-SERVICES-SECTION */

    .our-service-bg {
        margin-top: 180px;
    }

    .our-service-top-title {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .our-service-top-title h6 {
        font-size: 13px;
        line-height: 19.6px;
        max-width: 197px;
    }

    .our-services-middel-pd {
        padding: 25px 25px;
    }

    .our-services-card-body {
        padding-bottom: 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cus-pb {
        padding-bottom: 40px !important;
    }

    .pb {
        padding-bottom: 0px !important;
    }

    .our-services-card-top-icon {
        max-width: 26px;
    }

    .our-services-card-bottom-text h6 {
        font-size: 17px;
        line-height: 24.6px;
        margin-bottom: 5px;
    }

    .our-services-middel-bg {
        max-width: 220px;
        border-radius: 30px 30px 0px 0px;
    }

    .our-service-main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .our-services-card-bottom-text p {
        max-width: 175px;
        font-size: 10px;
        line-height: 16px;
    }

    .our-services-main {
        justify-content: center;
    }

    .our-services-card-bottom-text {
        padding-top: 10px;
    }

    /* DATA-SECTION-START */

    .data-left,
    .data-right {
        width: 100%;
    }

    .data-main {
        flex-direction: column-reverse;
    }

    .data-section-pd {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .data-right-inner-image {
        max-width: 200px;
    }

    .data-left {
        padding-top: 25px;
    }

    .data-left-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .data-left-inner h5 {
        font-size: 15px;
        line-height: 28.8px;
        margin-bottom: 2px;
    }

    .data-left-inner h6 {
        margin-bottom: 10px;
    }

    .data-left-inner p {
        max-width: 196px;
        font-size: 11px;
        line-height: 18px;
    }

    .data-left-inner h6 {
        max-width: 196px;
        font-size: 24px;
        line-height: 28.6px;
        margin-bottom: 7px;
    }

    /* TIME-TRACKER-SECTION */

    .time-tracker-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .time-tracker-right {
        width: 100%;
        padding-top: 15px;
    }

    .time-tracker-left-image {
        max-width: 190px;
    }

    .timer-tracker-right-inner-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .timer-tracker-right-inner-text h5 {
        margin-bottom: 0px;
        font-size: 13px;
        line-height: 17px;
    }

    .timer-tracker-right-inner-text h6 {
        max-width: 195px;
        margin-bottom: 5px;
        font-size: 22px;
        line-height: 30px;
    }

    .timer-tracker-right-inner-text p {
        font-size: 11px;
        max-width: 195px;
        line-height: 19px;
    }

    /* LEAD-SECTION-START */

    .lead-left {
        width: 100%;
        padding-top: 15px;
    }

    .lead-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .lead-left-text h5 {
        font-size: 15px;
        line-height: 12.8px;
        margin-bottom: 10px;
    }

    .lead-main {
        flex-wrap: wrap-reverse;
    }

    .lead-section-pd {
        padding-top: 60px;
    }

    .lead-right-inner-image {
        max-width: 330px;
    }

    .lead-left-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .lead-left-text h6 {
        font-size: 28px;
        line-height: 31.6px;
        max-width: 576px;
        margin-bottom: 8px;
    }

    .lead-left-text p {
        max-width: 316px;
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 0px;
    }

    /* REAL-SECTION-START*/
    .real-left,
    .real-right {
        width: 100%;
    }

    .real-section-pd {
        padding-top: 60px;
    }

    .real-left-image {
        max-width: 226px;
    }

    .real-left {
        display: flex;
        justify-content: center;
    }

    .real-right {
        padding-top: 25px;
    }

    .real-right-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .real-right-inner h5 {
        margin-bottom: 3px;
        font-size: 16px;
        line-height: 14px;
    }

    .real-right-inner h6 {
        font-size: 20px;
        line-height: 34.6px;
        margin-bottom: 0px;
        max-width: 261px;
    }

    .real-right-inner p {
        max-width: 270px;
        font-size: 13px;
        line-height: 21px;
        line-height: 22px;
    }

    /* PRICING-SECTION */

    .pricing-monthly-main {
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pricing-monthly-cards {
        margin-bottom: 25px;
        max-width: 333px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    }

    .pricing-card-top {
        /* padding-left: 20px; */
        /* padding-top: 25px; */
        padding-bottom: 25px;
    }

    .pricing-card-middel {
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .pricing-top-left {
        max-width: 36px;
    }

    .pricing-top-right {
        padding-left: 15px;
    }

    .pricing-bottom {
        padding-top: 20px;
        padding-bottom: 35px;
    }

    .pricing-m-left {
        max-width: 19px;
    }

    .pricing-b-top h6 {
        font-size: 25px;
        margin-bottom: 0px;
        line-height: 33.2px;
    }

    .pricing-b-top p {
        font-size: 10px;
        line-height: 17px;
    }

    .pricing-bottom-btn {
        padding-top: 15px;
    }

    .pricing-bottom-btn a {
        padding: 9px 35px;
        font-size: 10px;
    }

    .pricing-m-right p {
        font-size: 11px;
        line-height: 19px;
    }

    .pricing-middel-cards {
        padding-bottom: 14px;
    }

    .pricing-m-text p {
        max-width: 186px;
        font-size: 10px;
        line-height: 17px;
    }

    .pricing-top-right h6 {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 25px;
    }

    .pricing-top-right p {
        font-size: 11px;
        line-height: 17px;
    }

    .pricing-section-pd {
        padding-top: 30px;
        padding-bottom: 96px;
        top: 32px;
    }

    .pricing-top-title h6 {
        font-size: 25px;
        line-height: 33.6px;
        margin-bottom: 2px;
        max-width: 199px;
    }

    .pricing-top-title p {
        max-width: 199px;
        font-size: 11px;
        line-height: 17px;
    }

    .pricing-tab-btn {
        padding: 4px 26px;
        font-size: 8px;
    }

    .pricing-nav-tab-bg {
        padding: 4px 4px;
    }

    .pricing-middel-top-tab-btn {
        padding-top: 11px;
    }

    /* FREQUESTLY-SECTION-START */

    .frequestly-left,
    .frequestly-right {
        width: 100%;
    }

    .frequestly-ask-pd {
        padding: 30px 20px;
        flex-wrap: wrap;
    }

    .frequestly-inner-left {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .frequestly-right {
        padding-top: 20px;
    }

    .frequestly-ask-btn {
        padding: 0px 13px;
        font-size: 7px;
    }

    .frequestly-ask-btn:after {
        font-size: 14px;
    }

    .active:after {
        width: 10px;
        height: 2px;
    }

    .frequestly-ask-body {
        padding-left: 13px;
    }

    .frequestly-ask-text p {
        font-size: 6px;
        line-height: 11px;
    }

    .frequestly-inner-left h6 {
        font-size: 23px;
        line-height: 30.6px;
        margin-bottom: 5px;
    }

    .frequestly-item {
        margin-bottom: 12px;
    }

    .frequestly-section-pd {
        padding-bottom: 45px;
    }

    .frequestly-inner-left p {
        font-size: 9px;
        line-height: 15px;
        max-width: 368px;
    }

    .pricing-middel {
        padding-bottom: 30px;
    }

    /* PROUD-SECTION */

    .proud-section-bg {
        top: 32px;
        padding-bottom: 0px;
    }

    .proud-section-pd {
        padding-top: 20px;
    }

    .proud-top-title h6 {
        font-size: 25px;
        max-width: 220px;
        line-height: 28.6px;
        margin-bottom: 5px;
    }

    .proud-top-title p {
        max-width: 196px;
        font-size: 7px;
        line-height: 13px;
    }

    .proud-bottom-main {
        padding-top: 20px;
        flex-wrap: wrap;
    }

    .proud-b-images {
        max-width: 185px;
        height: 158px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }


    .data-anylyts-inner h5 {
        font-size: 15px;
        line-height: 26.8px;
        margin-bottom: 0px;
    }

    .data-anylyts-inner h6 {
        font-size: 22px;
        line-height: 28.6px;
        margin-bottom: 5px;
        max-width: 210px;
    }

    .data-anylyts-inner p {
        font-size: 11px;
        line-height: 18px;
        max-width: 208px;
    }

    .data-analyts-pd {
        padding-top: 25px;
        padding-bottom: 40px;
    }


    .our-goals-left,
    .our-goals-right {
        width: 100%;
    }

    .our-goals-main {
        padding: 35px 0px;
        flex-wrap: wrap;
    }

    .our-goals-inner {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .our-goals-inner h5 {
        font-size: 14px;
        margin-bottom: 2px;
        line-height: 21.8px;
    }

    .our-goals-inner h6 {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 28.6px;
        max-width: 207.002px;
    }

    .our-goals-inner p {
        font-size: 11px;
        line-height: 18px;
        max-width: 207.002px;
    }

    .our-goals-left {
        display: flex;
        justify-content: center;
        padding-bottom: 35px;
    }

    .our-goals-right {
        display: flex;
        justify-content: center;
    }

    /* CORPORATE-SECTION-START */

    .corporate-pd {
        padding: 40px 0px;
    }

    .corporate-top-title h6 {
        font-size: 19px;
        line-height: 31.6px;
        margin-bottom: 1px;
    }

    .corporate-top-title p {
        font-size: 11px;
        line-height: 18px;
        max-width: 198px;
    }

    .corporate-top-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .corporate-bottom-bg {
        padding: 64px 64px;
        margin-top: 35px;
    }

    .corporate-bottom-bg {
        justify-content: center;
    }

    .corporate-bottom-bg {
        padding: 30px 28px;
        margin-top: 25px;
    }

    .corporate-b-cards {
        padding-bottom: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .corporate-b-cards {
        padding-bottom: 40px !important;
    }

    .corporate-b-top-icons {
        max-width: 28px;
        height: auto;
    }

    .corporate-b-middel-text {
        padding-top: 20px;
    }

    .corporate-b-middel-text h6 {
        font-size: 18px;
        line-height: 23.6px;
        margin-bottom: 7px;
    }

    .corporate-b-middel-text p {
        font-size: 13px;
        line-height: 22px;
        max-width: 341px;
    }

    .talanted-main {
        flex-direction: column;
    }

    .talanted-left,
    .talanted-right {
        width: 100%;
    }

    .talanted-left-inner-text {
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .talanted-right-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .talanted-team-card-body {
        max-width: 237px;
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0px;
    }

    .talanted-team-bottom-text {
        padding-left: 0px;
        text-align: center;
    }

    .talanted-right {
        padding-top: 30px;
    }

    .talanted-left-inner-text h6 {
        font-size: 21px;
        line-height: 45.6px;
        margin-bottom: 0px;
    }

    .talanted-left-inner-text p {
        font-size: 10px;
        line-height: 16px;
        max-width: 208px;
    }

    .talanted-team-top-image {
        height: 194px;
    }

    .talanted-team-bottom-text h6 {
        font-size: 22px;
        margin-bottom: 0px;
        line-height: 26px;
    }

    .talanted-team-bottom-text p {
        font-size: 13px;
        line-height: 24px;
    }

    section.talnted-team-section {
        padding-bottom: 38px;
    }

    section.talnted-team-section {
        padding-bottom: 20px;
    }

    .read-blogs-pd {
        padding-top: 27px;
        padding-bottom: 48px;
        /* top: 32px; */
    }

    .read-top-title h6 {
        font-size: 28px;
        line-height: 18.6px;
        margin-bottom: 15px;
    }

    .read-top-title p {
        font-size: 14px;
        line-height: 20px;
        max-width: 195px;
    }

    .treanding-post-main {
        padding: 30px 25px;
        flex-direction: column;
    }

    .treanding-post-section {
        padding-top: 50px;
    }

    .treanding-post-left,
    .treanding-post-right {
        width: 100%;
    }

    .treanding-post-inner-left h5 {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 20.6px;
        max-width: 100%;
    }

    .treanding-post-inner-left h4 {
        /* font-size: 12px; */
        line-height: 19.8px;
        margin-bottom: 6px;
    }

    .treanding-post-inner-left {
        text-align: center;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .treanding-post-inner-left h6 {
        font-size: 10px;
        max-width: 173px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .treanding-post-inner-left p {
        font-size: 13px;
        line-height: 18px;
    }

    .treanding-post-right-inner-image {
        max-width: 362px;
        height: 116px;
    }

    .treanding-post-right {
        display: flex;
        justify-content: center;
    }


    .all-post-b-row {
        margin-bottom: 0px;
        flex-direction: column;
    }

    .all-post-b-card-body {
        max-width: 411px;
        margin-right: 0px;
        margin-bottom: 54px;
    }

    .treanding-post-section {
        padding-bottom: 0px;
        padding-bottom: 55px;
    }

    .all-post-card-bot-text {
        padding-top: 15px;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .all-post-top-title h6 {
        font-size: 24px;
        line-height: 29.6px;
    }

    .all-post-bottom-main {
        padding-top: 30px;
    }

    .all-post-card-top-image {
        height: 146px;
    }

    .all-post-section-pd {
        padding: 58px 0px;
    }

    .all-post-card-bot-text h5 {
        font-size: 13px;
        line-height: 21.6px;
        max-width: 312px;
        margin-bottom: 8px;
    }

    .all-post-card-bot-text h6 {
        max-width: 202px;
        font-size: 13px;
        margin-bottom: 19px;
        line-height: 21px;
    }

    .all-post-card-bot-text p {
        font-size: 11px;
        line-height: 16px;
    }

    .freetrail-top-title h6 {
        font-size: 17px;
    }

    .freetrail-top-title p {
        font-size: 9px;
    }

    .f-edit label {
        font-size: 13px;
    }

    .freetrail-input {
        padding-top: 10px;
    }

    .freetrail-input form button {
        padding: 10px 0px;
        font-size: 10px;
        margin-top: 15px;
    }

    .close-btn img {
        max-width: 26px;
        width: 100%;
    }

    .close-btn {
        top: 20px;
        right: 20px;
    }
}

@media only screen and (min-width: 330px) and (max-width: 375px) {

    .img-lr {
        /* max-width: 898px; */
        /* width: 100%; */
        height: 100%;
    }

    .img-lr img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        margin-bottom: 15px;
    }

    .list-nav{
        flex-wrap: wrap;
    }

.tags-cloud-block {
    align-items: baseline !important;
}

    .cus-item-hide{
        display: none;
    }


    .quick-nav{
        display: none;
    }


    .desc-main {
        /* display: flex
    ; */
        /* max-width: 1200px; */
        margin-top: 0px;
        /* margin: 0 auto; */
        padding: 40px 20px;
    }


    .our-pics-pd {
        padding-bottom: 410px !important;
    }

    .section-dropdown {
        top: 60px !important;
        left: -95px !important;
        opacity: 0;
    }

    .section-dropdown:after {
        left: 111px !important;
    }

    .header-top {
        top: 164px !important;
    }


    .treanding-post-section {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }

    .chat-main {
        display: none;
    }

    .chat-toggle {

        z-index: 1000;
    }

    .cus-home-bg {
        top: 144px !important;
    }

    .hero-h-bottom-email {
        padding: 5px;
        max-width: 100%;
        width: 100%;
        flex-direction: column;
    }

    .hero-h-bottom-email button {
        padding: 15px 17px;
        font-size: 14px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 14px;
    }


    .chat-toggle {
        top: 637px;
    }

    .chat-bot-container {
        top: 178px;
        right: 11px !important;
    }


    /* HEADER */


    .marketing-right {
        padding-left: 0px;
    }

    .uil-arrow-down {
        display: none;
    }

    .for-dropdown {
        font-size: 16px;
        margin: 10px 0px;
    }

    .dropdown:not(:checked)+label .uil {
        font-size: 19px;
    }


    /* ICON-CSS */
    svg {
        width: 30px;
        height: 40px;
    }

    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

    .line {
        fill: none;
        stroke: black;
        display: none;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .m-menu {
        display: block;
    }

    .h-right-m {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: fixed;
        left: -1000px;
        top: 0px;
        max-width: 100%;
        width: 100%;
        height: 100%;
        justify-content: center;
        background: var(--White);
        transition: 1s all;
        z-index: -100;
    }

    .h-r-left-main ul {
        flex-direction: column;
        align-items: center;
    }

    .h-r-left-main ul li {
        margin: 13px 0px;
    }

    .h-r-f-trail button {
        padding: 14px 31px;
        font-size: 15px;
    }

    .h-r-f-trail {
        padding-top: 10px;
    }

    .show {
        left: 0;
    }

    .h-left-logo a {
        max-width: 95px;
    }


    /* HERO-SECTION */

    .hero-home-bg {
        top: 0;
        padding-top: 30px;
    }

    .hero-h-top h5 {
        font-size: 25px;
        line-height: 30.6px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .hero-h-top p {
        font-size: 12px;
        line-height: 23px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .hero-h-bottom-email button {
        padding: 9px 17px;
        font-size: 10px;
    }

    .hero-home-top-main {
        padding-bottom: 25px;
    }

    .hero-h-bottom-email input[type="email"] {
        padding: 9px 15px;
    }

    .hero-h-bottom-email input[type="email"]::placeholder {
        font-size: 13px;
    }

    .hero-h-bottom-email {
        padding: 5px;
        max-width: 330px;
    }

    /* BEST-SOLUTION-SECTION */


    .best-solution-bottom-main {
        flex-direction: column;
    }

    .best-solution-bottom-main {
        padding: 45px 20px;
    }

    .best-solution-cards {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
    }

    .best-solution-section-pd {
        padding: 80px 0px;
    }

    .best-solution-top-title h5 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .best-solution-top-title p {
        max-width: 100%;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .best-bottom-text h6 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 9px;
    }

    .best-solution-card-top-icon {
        max-width: 38px;
        width: 100%;
        margin-bottom: 25px;
    }

    .best-bottom-text p {
        max-width: 100%;
        font-size: 15px;
        line-height: 22px;
    }

    /* WORK-WITH-US-SECTION */

    .work-with-us-main {
        flex-direction: column;
    }

    .work-with-us-left {
        width: 100%;
    }

    .work-with-us-right {
        width: 100%;
        padding-top: 15px;
    }

    .work-with-us-top-title {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .work-with-us-top-title h6 {
        margin-bottom: 0px;
        font-size: 15px;
    }

    .work-with-us-top-title h5 {
        font-size: 26px;
        line-height: 37.6px;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .work-with-us-top-title p {
        font-size: 9px;
        line-height: 19px;
        max-width: 100%;
    }

    .work-right-text p {
        max-width: 237px;
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .work-with-us-right-cards {
        padding-bottom: 17px;
        justify-content: center;
    }

    .work-left-icons {
        max-width: 33px;
    }

    .work-right-text {
        padding-left: 15px;
    }

    .work-with-us-pd {
        padding-bottom: 80px;
    }

    /* IMPRESSIONS-SECTION-START */

    .impressions-main {
        justify-content: center;
        flex-direction: column-reverse;
    }

    .impressions-left {
        padding-top: 20px;
    }

    .impressions-left-inner-top-text {
        text-align: center;
    }

    .impressions-left-inner-bottom-btn {
        text-align: center;
    }

    .impressions-left-inner-top-text h6 {
        max-width: 100%;
        font-size: 27px;
        line-height: 33.6px;
        margin-bottom: 5px;
    }

    .impressions-left-inner-top-text p {
        max-width: 100%;
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .impressions-left-inner-bottom-btn a {
        padding: 10px 36px;
        font-size: 11px;
        line-height: 23px;
    }

    .impressions-right-inner-image {
        max-width: 323px;
    }

    .impressions-section-pd {
        padding: 50px 0px;
    }

    .item.cus-company-logo-image {
        display: flex;
        justify-content: center;
    }

    .logo-slider-pd {
        padding: 35px 0px;
    }

    /* MARKETING-SECTION-START */
    .marketing-main {
        justify-content: center;
        flex-direction: column;
    }

    .marketing-right {
        padding-top: 10px;
    }

    .marketing-left-bottom-text {
        text-align: center;
    }

    .marketing-left-bottom-text p {
        font-size: 9px;
        line-height: 15px;
    }

    .marketing-left-top-title {
        display: flex;
        justify-content: center;
    }

    .marketing-left-top-title h5 {
        font-size: 20px;
        line-height: 20.8px;
        margin-bottom: 3px;
    }

    .marketing-right-card-right p {
        font-size: 9px;
        line-height: 10px;
        margin-bottom: 0px;
    }

    .marketing-left-bottom-text h6 {
        font-size: 29px;
        margin-bottom: 10px;
        line-height: 37px;
    }

    .marketing-right-cards {
        padding-bottom: 30px;
        justify-content: center;
    }

    .marketing-right-card-right h5 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 7px;
    }

    .marketing-right-card-left {
        width: 50px;
        height: 50px;
    }

    .marketing-right-card-left img {
        max-width: 25px;
    }

    .c-logo {
        max-width: 112px;
    }

    .marketing-right-card-right {
        padding-left: 15px;
    }

    /* FEATURE-SECTION */

    .feature-middel-section-bg {
        flex-direction: column;
        padding: 35px 25px;
    }

    .feature-card-l-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-card-right-line {
        width: 100%;
        height: 2px;
        margin: 32px 0px;
    }

    .feature-middel-cards {
        flex-direction: column;
    }

    .feature-card-l-inner-bottom-text p {
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .feature-card-l-inner-bottom-text {
        padding-top: 17px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }



    .feature-top-title h6 {
        font-size: 26px;
        line-height: 40.6px;
    }

    .feature-top-title {
        padding-bottom: 30px;
    }

    .feature-card-l-inner-bottom-text h5 {
        font-size: 27px;
        line-height: 37.2px;
        margin-bottom: 6px;
    }

    .feature-card-l-inner-top-icon {
        max-width: 49px;
        width: 100%;
    }

    /* CUSTOMER-SECTION */

    .customer-bottom-card-main {
        padding-top: 35px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .customer-top-title h6 {
        font-size: 23px;
        max-width: 628px;
        line-height: 34.6px;
    }

    .feature-section-pd {
        padding: 50px 0px;
    }

    .customer-card-body {
        padding: 35px 25px;
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .customer-section-pd {
        padding-bottom: 72px;
    }

    .customer-card-top-title h6 {
        font-size: 15px;
        line-height: 24px;
    }

    .card-user-profile {
        max-width: 45px;
        height: 45px;
    }

    .customer-card-bottom {
        padding-top: 18px;
    }

    .card-user-description h6 {
        font-size: 17px;
        line-height: 30px;
    }

    .customer-section-pd {
        padding-bottom: 72px;
    }

    .ready-top-title h6 {
        font-size: 25px;
        line-height: 37.6px;
        margin-bottom: 2px;
        max-width: 370px;
    }

    .ready-top-title p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 9px;
        max-width: 333px;
    }

    .ready-bot-btn a {
        padding: 12px 34px;
        font-size: 13px;
        line-height: 24px;
    }

    .footer-pd {
        padding-top: 80px;
    }

    .ready-bot-btn a {
        padding: 12px 34px;
        font-size: 13px;
        line-height: 24px;
    }

    /* FOOTER */

    .footer-main {
        flex-direction: column;
    }

    .footer-middel-flex {
        margin: 0px 18px;
    }

    .footer-social-icons a {
        max-width: 15px;
        margin-right: 13px;
    }

    .f-left {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .f-right {
        justify-content: center;
        width: 100%;
    }

    .f-right-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-bottom {
        padding-top: 35px;
        flex-direction: column;
    }

    .footer-left-line,
    .footer-right-line {
        display: none;
    }

    .f-right-top {
        /* max-width: 115px; */
    }

    .f-left-cards {
        flex-direction: column;
        padding-bottom: 25px;
    }

    .f-right-bottom h6 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .f-left-cards a {
        font-size: 16px;
        line-height: 32px;
        opacity: 0.6;
        margin-bottom: 8px;
    }

    .footer-bg {
        padding: 50px 0px;
    }

    .f-input input[type="email"] {
        padding: 9px 22px;
        max-width: 170px;
    }

    .f-btn button {
        padding: 9px 31px;
        font-size: 12px;
    }

    .f-input input[type="email"]::placeholder {
        font-size: 12px;
    }

    .footer-copy-right {
        /* margin-right: 10px; */
    }

    /* CONTACT-PAGE-CSS */

    .contact-section-bg {
        top: 60px;
    }

    .contact-section-pd {
        padding-top: 10px;
        padding-bottom: 100px;
    }

    .contact-top-title h6 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .contact-bottom-main {
        padding-top: 48px;
        flex-direction: column;
    }

    .contact-b-left-bot {
        width: 100%;
    }

    .contact-b-right-inner {
        max-width: 100%;
    }

    .contct-b-right {
        width: 100%;
    }

    .contact-bottom-main {
        padding-top: 25px;
    }

    .contact-b-left-top {
        text-align: center;
    }

    .contact-bottom-bg {
        padding: 15px 10px;
    }

    .contact-b-left-top-input input[type="text"] {
        padding: 10px 19px;
        max-width: 100%;
    }

    .contact-b-left-top p {
        font-size: 13px;
        line-height: 18px;
    }

    .contact-b-left-top h6 {
        font-size: 26px;
        margin-bottom: 0px;
    }

    .contact-b-left-top-input input[type="text"]::placeholder {
        font-size: 11px;
    }

    input.company-input {
        margin-left: 8px;
        padding-left: 19px !important;
    }


    .contact-b-left-middel-input input[type="email"] {
        padding: 10px 19px;
    }

    .contact-b-left-middel-input input[type="text"] {
        padding: 10px 19px;
    }

    .contact-b-left-middel-input input[type="email"]::placeholder {
        font-size: 11px;
    }

    .contact-b-left-middel-input input[type="text"] {
        padding: 14px 19px;
    }

    .contact-b-left-middel-input input[type="text"]::placeholder {
        font-size: 11px;
    }

    .contact-b-left-bottom-text textarea {
        height: 90px;
        padding-top: 10px;
    }

    .contact-b-left-bottom-text textarea::placeholder {
        font-size: 11px;
    }

    .contact-b-left-middel-input {
        margin: 10px 0px;
    }

    .contact-b-left-bottom-text {
        margin-bottom: 10px;
    }

    .contact-b-left-s-btn button {
        padding: 8px 40px;
        font-size: 13px;
        line-height: 24px;
    }

    .contct-b-right {
        padding-top: 40px;
    }

    .contact-b-right-inner {
        /* max-width: 214px; */
    }

    .contact-b-right-text h6 {
        font-size: 16px;
        line-height: 29.6px;
        margin-bottom: 0px;
    }

    .contact-b-right-text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .contact-b-r-icon-bg img {
        max-width: 13px;
    }

    .contact-b-right-text {
        padding-left: 18px;
    }

    .contact-b-r-icon-bg {
        max-width: 40px;
        height: 40px;
    }

    .contact-b-right-cards {
        margin-bottom: 25px;
    }

    /* PRODUCT-PAGE-CSS */

    .grow-main {
        justify-content: center;
        flex-direction: column;
        padding-bottom: 35px;
    }

    .grow-left {
        width: 100%;
    }

    .grow-section-bg {
        top: 60px;
    }

    .grow-section-pd {
        padding-top: 40px;
    }

    .grow-left-top-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .grow-left-top-text h6 {
        font-size: 33px;
        line-height: 42.6px;
        margin-bottom: 5px;
    }

    .grow-left-top-text p {
        font-size: 10px;
        line-height: 18px;
        max-width: 345px;
    }

    .grow-left-bottom {
        padding-top: 12px;
        justify-content: center;
        padding-bottom: 20px;
    }

    .grow-b-left a,
    .grow-b-right a {
        padding: 6px 26px;
        font-size: 9px;
    }

    .item.grow-logo {
        display: flex;
        justify-content: center;
    }

    .g-logo {
        max-width: 86.967px;
    }

    /* OUR-SERVICES-SECTION */

    .our-service-bg {
        margin-top: 100px;
    }

    .our-service-top-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .our-service-top-title h6 {
        font-size: 19px;
        line-height: 25.6px;
        max-width: 287px;
    }

    .our-services-middel-pd {
        padding: 30px;
    }

    .our-services-card-body {
        padding-bottom: 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cus-pb {
        padding-bottom: 40px !important;
    }

    .pb {
        padding-bottom: 0px !important;
    }

    .our-services-card-top-icon {
        max-width: 30px;
    }

    .our-services-card-bottom-text h6 {
        font-size: 16px;
        line-height: 24.6px;
        margin-bottom: 6px;
    }

    .our-services-middel-bg {
        max-width: 300px;
        border-radius: 30px 30px 0px 0px;
    }

    .our-service-main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .our-services-card-bottom-text p {
        max-width: 215px;
        font-size: 12px;
        line-height: 19px;
    }

    .our-services-main {
        justify-content: center;
    }

    .our-services-card-bottom-text {
        padding-top: 10px;
    }

    /* DATA-SECTION-START */

    .data-left,
    .data-right {
        width: 100%;
    }

    .data-main {
        flex-direction: column-reverse;
    }

    .data-section-pd {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .data-right-inner-image {
        max-width: 246.983px;
    }

    .data-left {
        padding-top: 30px;
    }

    .data-left-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .data-left-inner h5 {
        font-size: 18px;
        line-height: 28.8px;
        margin-bottom: 5px;
    }

    .data-left-inner h6 {
        margin-bottom: 10px;
    }

    .data-left-inner p {
        max-width: 266px;
        font-size: 13px;
        line-height: 23px;
    }

    .data-left-inner h6 {
        max-width: 266px;
        font-size: 32px;
        line-height: 37.6px;
        margin-bottom: 7px;
    }

    /* TIME-TRACKER-SECTION */

    .time-tracker-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .time-tracker-right {
        width: 100%;
        padding-top: 25px;
    }

    .time-tracker-left-image {
        max-width: 270px;
    }

    .timer-tracker-right-inner-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .timer-tracker-right-inner-text h5 {
        margin-bottom: 1px;
        font-size: 21px;
    }

    .timer-tracker-right-inner-text h6 {
        max-width: 266px;
        margin-bottom: 8px;
        font-size: 32px;
        line-height: 39px;
    }

    .timer-tracker-right-inner-text p {
        font-size: 14px;
        max-width: 266px;
        line-height: 24px;
    }

    /* LEAD-SECTION-START */

    .lead-left {
        width: 100%;
        padding-top: 20px;
    }

    .lead-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .lead-left-text h5 {
        font-size: 17px;
        line-height: 13.8px;
        margin-bottom: 13px;
    }

    .lead-main {
        flex-wrap: wrap-reverse;
    }

    .lead-section-pd {
        padding-top: 60px;
    }

    .lead-right-inner-image {
        max-width: 330px;
    }

    .lead-left-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .lead-left-text h6 {
        font-size: 36px;
        line-height: 38.6px;
        max-width: 576px;
        margin-bottom: 8px;
    }

    .lead-left-text p {
        max-width: 316px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    /* REAL-SECTION-START*/
    .real-left,
    .real-right {
        width: 100%;
    }

    .real-section-pd {
        padding-top: 60px;
    }

    .real-left-image {
        max-width: 226px;
    }

    .real-left {
        display: flex;
        justify-content: center;
    }

    .real-right {
        padding-top: 25px;
    }

    .real-right-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .real-right-inner h5 {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 15px;
    }

    .real-right-inner h6 {
        font-size: 25px;
        line-height: 43.6px;
        margin-bottom: 0px;
        max-width: 270px;
    }

    .real-right-inner p {
        max-width: 270px;
        font-size: 13px;
        line-height: 21px;
        line-height: 22px;
    }

    /* PRICING-SECTION */



    .pricing-monthly-main {
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pricing-monthly-cards {
        margin-bottom: 25px;
        max-width: 333px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    }

    .pricing-card-top {
        /* padding-left: 30px; */
        /* padding-top: 30px; */
        padding-bottom: 30px;
    }

    .pricing-card-middel {
        padding-top: 25px;
        padding-left: 30px;
        padding-bottom: 25px;
    }

    .pricing-top-left {
        max-width: 50px;
    }

    .pricing-top-right {
        padding-left: 20px;
    }

    .pricing-bottom {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .pricing-m-left {
        max-width: 22px;
    }

    .pricing-b-top h6 {
        font-size: 31px;
        margin-bottom: 0px;
        line-height: 40.2px;
    }

    .pricing-b-top p {
        font-size: 11px;
        line-height: 17px;
    }

    .pricing-bottom-btn {
        padding-top: 20px;
    }

    .pricing-bottom-btn a {
        padding: 13px 35px;
        font-size: 13px;
    }

    .pricing-m-right p {
        font-size: 14px;
        line-height: 19px;
    }

    .pricing-middel-cards {
        padding-bottom: 20px;
    }

    .pricing-m-text p {
        max-width: 231px;
        font-size: 13px;
        line-height: 21px;
    }

    .pricing-top-right h6 {
        font-size: 28px;
        margin-bottom: 0px;
        line-height: 40.2px;
    }

    .pricing-top-right p {
        font-size: 14px;
        line-height: 21px;
    }

    .pricing-section-pd {
        padding-top: 35px;
        padding-bottom: 96px;
        top: 60px;
    }

    .pricing-top-title h6 {
        font-size: 32px;
        line-height: 44.6px;
        margin-bottom: 8px;
        max-width: 259px;
    }

    .pricing-top-title p {
        max-width: 259px;
        font-size: 13px;
        line-height: 22px;
    }

    .pricing-tab-btn {
        padding: 6px 30px;
        font-size: 9px;
    }

    .pricing-nav-tab-bg {
        padding: 5px 5px;
    }

    .pricing-middel-top-tab-btn {
        padding-top: 13px;
    }

    /* FREQUESTLY-SECTION-START */

    .frequestly-left,
    .frequestly-right {
        width: 100%;
    }

    .frequestly-ask-pd {
        padding: 30px 25px;
        flex-wrap: wrap;
    }

    .frequestly-inner-left {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .frequestly-right {
        padding-top: 25px;
    }

    .frequestly-ask-btn {
        padding: 6px 23px;
        font-size: 10px;
    }

    .frequestly-ask-btn:after {
        font-size: 17px;
    }

    .active:after {
        width: 13px;
        height: 3px;
    }

    .frequestly-ask-body {
        padding-left: 23px;
    }

    .frequestly-ask-text p {
        font-size: 8px;
        line-height: 13px;
    }

    .frequestly-inner-left h6 {
        font-size: 30px;
        line-height: 39.6px;
        margin-bottom: 6px;
    }

    .frequestly-section-pd {
        padding-bottom: 50px;
    }

    .frequestly-inner-left p {
        font-size: 10px;
        line-height: 17px;
        max-width: 368px;
    }

    /* PROUD-SECTION */

    .proud-section-bg {
        top: 60px;
        padding-bottom: 0px;
    }

    .proud-section-pd {
        padding-top: 30px;
    }

    .proud-top-title h6 {
        font-size: 32px;
        max-width: 230px;
        line-height: 37.6px;
        margin-bottom: 9px;
    }

    .proud-top-title p {
        max-width: 246px;
        font-size: 10px;
        line-height: 15px;
    }

    .proud-bottom-main {
        padding-top: 20px;
        flex-wrap: wrap;
    }

    .proud-b-images {
        max-width: 225px;
        height: 198px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }


    .data-anylyts-inner h5 {
        font-size: 19px;
        line-height: 26.8px;
        margin-bottom: 2px;
    }

    .data-anylyts-inner h6 {
        font-size: 29px;
        line-height: 35.6px;
        margin-bottom: 5px;
        max-width: 280px;
    }

    .data-anylyts-inner p {
        font-size: 10px;
        line-height: 19px;
        max-width: 268px;
    }

    .data-analyts-pd {
        padding-top: 40px;
        padding-bottom: 40px;
    }


    .our-goals-left,
    .our-goals-right {
        width: 100%;
    }

    .our-goals-main {
        padding: 35px 0px;
        flex-wrap: wrap;
    }

    .our-goals-inner {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .our-goals-inner h5 {
        font-size: 16px;
        margin-bottom: 2px;
        line-height: 28.8px;
    }

    .our-goals-inner h6 {
        font-size: 22px;
        margin-bottom: 5px;
        line-height: 30.6px;
        max-width: 267.002px;
    }

    .our-goals-inner p {
        font-size: 11px;
        line-height: 19px;
        max-width: 267.002px;
    }

    .our-goals-left {
        display: flex;
        justify-content: center;
        padding-bottom: 35px;
    }

    .our-goals-right {
        display: flex;
        justify-content: center;
    }

    /* CORPORATE-SECTION-START */

    .corporate-pd {
        padding: 40px 0px;
    }

    .corporate-top-title h6 {
        font-size: 23px;
        line-height: 34.6px;
        margin-bottom: 0px;
    }

    .corporate-top-title p {
        font-size: 11px;
        line-height: 20px;
        max-width: 248px;
    }

    .corporate-top-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .corporate-bottom-bg {
        padding: 64px 64px;
        margin-top: 35px;
    }

    .corporate-bottom-bg {
        justify-content: center;
    }

    .corporate-bottom-bg {
        padding: 35px 35px;
        margin-top: 30px;
    }

    .corporate-b-cards {
        padding-bottom: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .corporate-b-cards {
        padding-bottom: 50px !important;
    }

    .corporate-b-top-icons {
        max-width: 41px;
        height: auto;
    }

    .corporate-b-middel-text {
        padding-top: 20px;
    }

    .corporate-b-middel-text h6 {
        font-size: 22px;
        line-height: 33.6px;
        margin-bottom: 8px;
    }

    .corporate-b-middel-text p {
        font-size: 15px;
        line-height: 25px;
        max-width: 341px;
    }

    .talanted-main {
        flex-direction: column;
    }

    .talanted-left,
    .talanted-right {
        width: 100%;
    }

    .talanted-left-inner-text {
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .talanted-right-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .talanted-team-card-body {
        max-width: 237px;
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0px;
    }

    .talanted-team-bottom-text {
        padding-left: 0px;
        text-align: center;
    }

    .talanted-right {
        padding-top: 30px;
    }

    .talanted-left-inner-text h6 {
        font-size: 29px;
        line-height: 50.6px;
        margin-bottom: 1px;
    }

    .talanted-left-inner-text p {
        font-size: 11px;
        line-height: 18px;
        max-width: 248px;
    }

    .talanted-team-top-image {
        height: 194px;
    }

    .talanted-team-bottom-text h6 {
        font-size: 22px;
        margin-bottom: 0px;
        line-height: 26px;
    }

    .talanted-team-bottom-text p {
        font-size: 13px;
        line-height: 24px;
    }

    section.talnted-team-section {
        padding-bottom: 30px;
    }

    .read-blogs-pd {
        padding-top: 30px;
        padding-bottom: 48px;
        top: 60px;
    }

    .read-top-title h6 {
        font-size: 21px;
        line-height: 27.6px;
        margin-bottom: 7px;
    }

    .read-top-title p {
        font-size: 10px;
        line-height: 17px;
        max-width: 265px;
    }

    .treanding-post-main {
        padding: 35px 34px;
        flex-direction: column;
    }



    .treanding-post-left,
    .treanding-post-right {
        width: 100%;
    }

    .treanding-post-inner-left h5 {
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 27.6px;
        max-width: 100%;
    }

    .treanding-post-inner-left h4 {
        font-size: 15px;
        line-height: 19.8px;
        margin-bottom: 9px;
    }

    .treanding-post-inner-left {
        text-align: center;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .treanding-post-inner-left h6 {
        font-size: 11px;
        max-width: 253px;
        line-height: 18px;
        margin-bottom: 25px;
    }

    .treanding-post-inner-left p {
        font-size: 11px;
        line-height: 15px;
    }

    .treanding-post-right-inner-image {
        max-width: 362px;
        height: 158px;
    }

    .treanding-post-right {
        display: flex;
        justify-content: center;
    }


    .all-post-b-row {
        margin-bottom: 0px;
        flex-direction: column;
    }

    .all-post-b-card-body {
        max-width: 411px;
        margin-right: 0px;
        margin-bottom: 54px;
    }


    .all-post-card-bot-text {
        padding-top: 25px;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .all-post-top-title h6 {
        font-size: 34px;
        line-height: 48.6px;
    }

    .all-post-bottom-main {
        padding-top: 30px;
    }

    .all-post-card-top-image {
        height: 196px;
    }

    .all-post-section-pd {
        padding: 78px 0px;
    }

    .all-post-card-bot-text h5 {
        font-size: 16px;
        line-height: 27.6px;
        max-width: 312px;
        margin-bottom: 8px;
    }

    .all-post-card-bot-text h6 {
        max-width: 312px;
        font-size: 15px;
        margin-bottom: 18px;
        line-height: 24px;
    }

    .all-post-card-bot-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .freetrail-top-title h6 {
        font-size: 17px;
    }

    .freetrail-top-title p {
        font-size: 9px;
    }

    .f-edit label {
        font-size: 13px;
    }

    .freetrail-input {
        padding-top: 10px;
    }

    .freetrail-input form button {
        padding: 10px 0px;
        font-size: 10px;
        margin-top: 15px;
    }

    .close-btn img {
        max-width: 26px;
        width: 100%;
    }

    .close-btn {
        top: 20px;
        right: 20px;
    }

    .thank-msg-main {
        max-width: 430px;
        padding: 25px 20px;
    }

    .thank-middel p {
        font-size: 14px;
        line-height: 26px;
    }

    .thank-msg-top-title h6 {
        font-size: 17px;
    }

    .thank-msg-top-title img {
        max-width: 25px;
    }

    .thank-bottom {
        max-width: 33px;
    }

    .thank-middel {
        padding: 9px 10px;
        margin-top: 20px;
    }

    section.ready-section-bg {
        padding-bottom: 245px;
    }

    .footer-bottom {
        padding-top: 0;
        flex-direction: column;
    }

    .footer-bg {
        bottom: -673px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 480px) {

    .img-lr {
        /* max-width: 898px; */
        /* width: 100%; */
        height: 100%;
    }

    .img-lr img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        margin-bottom: 15px;
    }

    .list-nav{
        flex-wrap: wrap;
    }

.tags-cloud-block {
    align-items: baseline !important;
}

    .cus-item-hide{
        display: none;
    }


    .quick-nav{
        display: none;
    }


    .desc-main {
        /* display: flex
; */
        /* max-width: 1200px; */
        margin-bottom: 260px;
        /* margin: 0 auto; */
        padding: 40px 20px;
    }
    .read-top-title {
        padding-bottom: 35px;
    }

    .our-pics-pd {
        padding-bottom: 410px !important;
    }

    .section-dropdown {
        top: 45px !important;
        /* right: 270px !important; */
        left: -90px !important;
        opacity: 0;
    }


    .section-dropdown:after {
        left: 111px !important;
    }

    .header-top {
        top: 164px !important;
    }


    .treanding-post-section {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .chat-main {
        display: none;
    }

    .chat-toggle {

        z-index: 1000;
    }

    .cus-home-bg {
        top: 144px !important;
    }

    .hero-h-bottom-email {
        padding: 5px;
        max-width: 100%;
        width: 100%;
        flex-direction: column;
    }

    .hero-h-bottom-email button {
        padding: 17px 18px;
        font-size: 17px;

        width: 100%;
        margin-left: 0;
        margin-bottom: 14px;
    }




    .chat-toggle {
        top: 820px;
    }

    .chat-bot-container {
        top: 368px;
        right: 20px !important;
    }

    section.ready-section-bg {
        padding-bottom: 245px;
    }

    .footer-bottom {
        padding-top: 0;
        flex-direction: column;
    }

    .footer-bg {
        bottom: -630px;
    }

    /* HEADER */

    .marketing-right {
        padding-left: 0px;
    }

    .uil-arrow-down {
        display: none;
    }



    .dropdown:not(:checked)+label .uil {
        font-size: 19px;
    }

    /* ICON-CSS */
    svg {
        width: 30px;
        height: 40px;
    }

    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

    .line {
        fill: none;
        display: none;
        stroke: black;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .m-menu {
        display: block;
    }

    .h-right-m {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: fixed;
        left: -1000px;
        top: 0px;
        max-width: 100%;
        width: 100%;
        height: 100%;
        justify-content: center;
        background: var(--White);
        transition: 1s all;
        z-index: -100;
    }

    .h-r-left-main ul {
        flex-direction: column;
        align-items: center;
    }

    .h-r-left-main ul li {
        margin: 13px 0px;
    }

    .h-r-f-trail button {
        padding: 14px 31px;
        font-size: 15px;
    }

    .h-r-f-trail {
        padding-top: 10px;
    }

    .h-r-f-trail a {
        padding: 18px 40px;
        font-size: 14px;
    }

    .show {
        left: 0;
    }

    .h-left-logo a {
        max-width: 95px;
    }


    /* HERO-SECTION */

    .hero-home-bg {
        top: 0;
        padding-top: 30px;
    }

    .cus-home-bg {
        top: 144px !important;
        HEIGHT: 100VH;
    }


    .hero-h-top h5 {
        font-size: 29px;
        line-height: 35.6px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .hero-h-top p {
        font-size: 14px;
        line-height: 23px;
        max-width: 100%;
        margin-bottom: 16px;
    }


    .hero-home-top-main {
        padding-bottom: 25px;
    }

    .hero-h-bottom-email input[type="email"] {
        padding: 10px 15px;
    }

    .hero-h-bottom-email input[type="email"]::placeholder {
        font-size: 13px;
    }

    .hero-h-bottom-email {
        padding: 5px;
        max-width: 330px;
    }

    /* BEST-SOLUTION-SECTION */


    .best-solution-bottom-main {
        flex-direction: column;
    }

    .best-solution-bottom-main {
        padding: 45px 20px;
    }

    .best-solution-cards {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
    }

    .best-solution-section-pd {
        padding: 90px 0px;
    }

    .best-solution-top-title h5 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .best-solution-top-title p {
        max-width: 100%;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .best-bottom-text h6 {
        font-size: 29px;
        line-height: 38px;
        margin-bottom: 9px;
    }

    .best-solution-card-top-icon {
        max-width: 38px;
        width: 100%;
        margin-bottom: 25px;
    }

    .best-bottom-text p {
        max-width: 100%;
        font-size: 17px;
        line-height: 26px;
    }

    /* WORK-WITH-US-SECTION */

    .work-with-us-main {
        flex-direction: column;
    }

    .work-with-us-left {
        width: 100%;
    }

    .work-with-us-right {
        width: 100%;
        padding-top: 15px;
    }

    .work-with-us-top-title {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .work-with-us-top-title h6 {
        margin-bottom: 6px;
        font-size: 17px;
    }

    .work-with-us-top-title h5 {
        font-size: 30px;
        line-height: 42.6px;
        max-width: 100%;
        margin-bottom: 8px;
    }

    .work-with-us-top-title p {
        font-size: 12px;
        line-height: 23px;
        max-width: 100%;
    }

    .work-right-text p {
        max-width: 275px;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .work-with-us-right-cards {
        padding-bottom: 32px;
        justify-content: center;
    }

    .work-left-icons {
        max-width: 35px;
    }

    .work-right-text {
        padding-left: 17px;
    }

    .work-with-us-pd {
        padding-bottom: 80px;
    }

    /* IMPRESSIONS-SECTION-START */

    .impressions-main {
        justify-content: center;
        flex-direction: column-reverse;
    }

    .impressions-left {
        padding-top: 20px;
    }

    .impressions-left-inner-top-text {
        text-align: center;
    }

    .impressions-left-inner-bottom-btn {
        text-align: center;
    }

    .impressions-left-inner-top-text h6 {
        max-width: 100%;
        font-size: 32px;
        line-height: 40.6px;
        margin-bottom: 5px;
    }

    .impressions-left-inner-top-text p {
        max-width: 100%;
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 11px;
    }

    .impressions-left-inner-bottom-btn a {
        padding: 12px 38px;
        font-size: 13px;
        line-height: 23px;
    }

    .impressions-right-inner-image {
        max-width: 323px;
    }

    .impressions-section-pd {
        padding: 50px 0px;
    }

    .item.cus-company-logo-image {
        display: flex;
        justify-content: center;
    }

    .logo-slider-pd {
        padding: 35px 0px;
    }

    /* MARKETING-SECTION-START */
    .marketing-main {
        justify-content: center;
        flex-direction: column;
    }

    .marketing-right {
        padding-top: 15px;
    }

    .marketing-left-bottom-text {
        text-align: center;
    }

    .marketing-left-bottom-text p {
        font-size: 12px;
        line-height: 21px;
    }

    .marketing-left-top-title {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .marketing-left-top-title h5 {
        font-size: 20px;
        line-height: 20.8px;
        margin-bottom: 3px;
    }

    .marketing-right-card-right p {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .marketing-left-bottom-text h6 {
        font-size: 34px;
        margin-bottom: 10px;
        line-height: 45px;
    }


    .marketing-right-cards {
        padding-bottom: 30px;
        justify-content: center;
    }

    .marketing-right-card-right h5 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 7px;
    }

    .marketing-right-card-left {
        width: 50px;
        height: 50px;
    }

    .marketing-right-card-left img {
        max-width: 25px;
    }

    .c-logo {
        /* max-width: 112px; */
    }

    .marketing-right-card-right {
        padding-left: 15px;
    }

    /* FEATURE-SECTION */

    .feature-middel-section-bg {
        flex-direction: column;
        padding: 53px 25px;
    }

    .feature-card-l-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-card-right-line {
        width: 100%;
        height: 2px;
        margin: 32px 0px;
    }

    .feature-middel-cards {
        flex-direction: column;
    }

    .feature-card-l-inner-bottom-text p {
        max-width: 100%;
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 0px;
    }

    .feature-card-l-inner-bottom-text {
        padding-top: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-section-pd {
        padding: 50px 0px;
    }

    .feature-top-title h6 {
        font-size: 35px;
        line-height: 57.6px;
    }

    .feature-top-title {
        padding-bottom: 30px;
    }

    /* CUSTOMER-SECTION */

    .customer-bottom-card-main {
        padding-top: 35px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .customer-top-title h6 {
        font-size: 26px;
        max-width: 628px;
        line-height: 35.6px;
    }

    .feature-section-pd {
        padding: 89px 0px;
    }

    .customer-card-body {
        padding: 35px 25px;
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .customer-section-pd {
        padding-bottom: 72px;
    }

    .ready-top-title h6 {
        font-size: 25px;
        line-height: 37.6px;
        margin-bottom: 2px;
        max-width: 370px;
    }

    .ready-top-title p {
        font-size: 12px;
        line-height: 23px;
        margin-bottom: 9px;
        max-width: 273px;
    }

    .ready-bot-btn a {
        padding: 12px 34px;
        font-size: 13px;
        line-height: 24px;
    }

    .footer-pd {
        padding-top: 80px;
    }

    .ready-bot-btn a {
        padding: 12px 34px;
        font-size: 13px;
        line-height: 24px;
    }

    /* FOOTER */

    .footer-main {
        flex-direction: column;
    }

    .footer-middel-flex {
        margin: 0px 30px;
    }

    .footer-social-icons a {
        max-width: 17px;
        margin-right: 14px;
    }

    .f-left {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .f-right {
        justify-content: center;
        width: 100%;
    }

    .f-right-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-bottom {
        /* padding-top: 35px; */
        flex-direction: column;
    }

    .footer-left-line,
    .footer-right-line {
        display: none;
    }

    .f-right-top {
        /* max-width: 115px; */
    }

    .f-left-cards {
        flex-direction: column;
        padding-bottom: 25px;
    }

    .f-right-bottom h6 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .f-left-cards a {
        font-size: 16px;
        line-height: 32px;
        opacity: 0.6;
        margin-bottom: 8px;
    }

    .footer-bg {
        /* padding: 50px 0px; */
    }

    .f-input input[type="email"] {
        padding: 9px 22px;
        max-width: 170px;
    }

    .f-btn button {
        padding: 9px 31px;
        font-size: 12px;
    }

    .f-input input[type="email"]::placeholder {
        font-size: 12px;
    }

    /* CONTACT-PAGE-CSS */

    .contact-section-bg {
        top: 60px;
    }

    .contact-section-pd {
        padding-top: 20px;
        padding-bottom: 100px;
    }

    .contact-top-title h6 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .contact-bottom-main {
        padding-top: 48px;
        flex-direction: column;
    }

    .contact-b-left-bot {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contact-b-right-inner {
        max-width: 100%;
    }

    .contct-b-right {
        width: 100%;
    }

    .contact-bottom-main {
        padding-top: 25px;
    }

    .contact-b-left-top {
        text-align: center;
    }

    .contact-bottom-bg {
        padding: 30px 15px;
    }

    .contact-b-left-top-input input[type="text"] {
        padding: 10px 19px;
        max-width: 100%;
    }

    .contact-b-left-top p {
        font-size: 13px;
        line-height: 27px;
    }

    .contact-b-left-top h6 {
        font-size: 31px;
        margin-bottom: 3px;
    }

    .contact-b-left-top-input input[type="text"]::placeholder {
        font-size: 11px;
    }

    input.company-input {
        margin-left: 16px;
        padding-left: 19px !important;
    }


    .contact-b-left-middel-input input[type="email"] {
        padding: 10px 19px;
    }

    .contact-b-left-middel-input input[type="text"] {
        padding: 10px 19px;
    }

    .contact-b-left-middel-input input[type="email"]::placeholder {
        font-size: 11px;
    }

    .contact-b-left-middel-input input[type="text"] {
        padding: 14px 19px;
    }

    .contact-b-left-middel-input input[type="text"]::placeholder {
        font-size: 11px;
    }

    .contact-b-left-bottom-text textarea {
        height: 90px;
        padding-top: 10px;
    }

    .contact-b-left-bottom-text textarea::placeholder {
        font-size: 11px;
    }

    .contact-b-left-middel-input {
        margin: 10px 0px;
    }

    .contact-b-left-bottom-text {
        margin-bottom: 10px;
    }

    .contact-b-left-s-btn button {
        padding: 8px 40px;
        font-size: 13px;
        line-height: 24px;
    }

    .contct-b-right {
        padding-top: 40px;
    }

    .contact-b-right-inner {
        /* max-width: 239px; */
    }

    .contact-b-right-text h6 {
        font-size: 18px;
        line-height: 33.6px;
        margin-bottom: -2px;
    }

    .contact-b-right-text p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0px;
    }

    .contact-b-r-icon-bg {
        /* max-width: 40px; */
        /* height: 40px; */
    }

    .contact-b-right-cards {
        margin-bottom: 25px;
    }

    /* PRODUCT-PAGE-CSS */

    .grow-main {
        justify-content: center;
        flex-direction: column;
        padding-bottom: 35px;
    }

    .grow-left {
        width: 100%;
    }

    .grow-section-bg {
        top: 60px;
    }

    .grow-section-pd {
        padding-top: 40px;
    }

    .grow-left-top-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .grow-left-top-text h6 {
        font-size: 36px;
        line-height: 42.6px;
        margin-bottom: 10px;
    }

    .grow-left-top-text p {
        font-size: 11px;
        line-height: 20px;
        max-width: 345px;
    }

    .grow-left-bottom {
        padding-top: 16px;
        justify-content: center;
        padding-bottom: 20px;
    }

    .grow-b-left a,
    .grow-b-right a {
        padding: 7px 28px;
        font-size: 10px;
    }

    .item.grow-logo {
        display: flex;
        justify-content: center;
    }

    .g-logo {
        max-width: 106.967px;
    }

    /* OUR-SERVICES-SECTION */

    .our-service-bg {
        margin-top: 150px;
    }

    .our-service-top-title {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .our-service-top-title h6 {
        font-size: 21px;
        line-height: 29.6px;
        max-width: 316px;
    }

    .our-services-middel-pd {
        padding: 30px;
    }

    .our-services-card-body {
        padding-bottom: 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cus-pb {
        padding-bottom: 40px !important;
    }

    .pb {
        padding-bottom: 0px !important;
    }

    .our-services-card-top-icon {
        max-width: 35px;
    }

    .our-services-card-bottom-text h6 {
        font-size: 20px;
        line-height: 24.6px;
        margin-bottom: 8px;
    }

    .our-services-middel-bg {
        max-width: 332px;
        border-radius: 30px 30px 0px 0px;
    }

    .our-service-main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .our-services-card-bottom-text p {
        max-width: 265px;
        font-size: 12px;
        line-height: 19px;
    }

    .our-services-main {
        justify-content: center;
    }

    .our-services-card-bottom-text {
        padding-top: 10px;
    }

    /* DATA-SECTION-START */

    .data-left,
    .data-right {
        width: 100%;
    }

    .data-main {
        flex-direction: column-reverse;
    }

    .data-section-pd {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .data-right-inner-image {
        max-width: 296.983px;
    }

    .data-left {
        padding-top: 45px;
    }

    .data-left-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .data-left-inner h5 {
        font-size: 21px;
        line-height: 28.8px;
        margin-bottom: 7px;
    }

    .data-left-inner h6 {
        margin-bottom: 10px;
    }

    .data-left-inner p {
        max-width: 316px;
        font-size: 13px;
        line-height: 23px;
    }

    .data-left-inner h6 {
        max-width: 316px;
        font-size: 39px;
        line-height: 45.6px;
        margin-bottom: 7px;
    }


    /* TIME-TRACKER-SECTION */

    .time-tracker-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .time-tracker-right {
        width: 100%;
        padding-top: 35px;
    }

    .time-tracker-left-image {
        max-width: 376px;
    }

    .timer-tracker-right-inner-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .timer-tracker-right-inner-text h5 {
        margin-bottom: 4px;
        font-size: 22px;
    }

    .timer-tracker-right-inner-text h6 {
        max-width: 306px;
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 46px;
    }

    .timer-tracker-right-inner-text p {
        font-size: 14px;
        max-width: 306px;
        line-height: 24px;
    }

    /* LEAD-SECTION-START */

    .lead-left {
        width: 100%;
        padding-top: 20px;
    }

    .lead-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .lead-left-text h5 {
        font-size: 17px;
        line-height: 13.8px;
        margin-bottom: 13px;
    }

    .lead-main {
        flex-wrap: wrap-reverse;
    }

    .lead-section-pd {
        padding-top: 60px;
    }

    .lead-right-inner-image {
        max-width: 330px;
    }

    .lead-left-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .lead-left-text h6 {
        font-size: 30px;
        line-height: 29.6px;
        max-width: 576px;
        margin-bottom: 8px;
    }

    .lead-left-text p {
        max-width: 316px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    /* REAL-SECTION-START*/
    .real-left,
    .real-right {
        width: 100%;
    }

    .real-section-pd {
        padding-top: 60px;
    }

    .real-left-image {
        max-width: 276px;
    }

    .real-left {
        display: flex;
        justify-content: center;
    }

    .real-right {
        padding-top: 25px;
    }

    .real-right-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .real-right-inner h5 {
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 18px;
    }

    .real-right-inner h6 {
        font-size: 25px;
        line-height: 43.6px;
        margin-bottom: 0px;
        max-width: 270px;
    }

    .real-right-inner p {
        max-width: 270px;
        font-size: 13px;
        line-height: 21px;
        line-height: 22px;
    }

    /* PRICING-SECTION */



    .pricing-monthly-main {
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pricing-monthly-cards {
        margin-bottom: 25px;
        max-width: 333px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    }

    .pricing-card-top {
        /* padding-left: 30px; */
        /* padding-top: 30px; */
        padding-bottom: 30px;
    }

    .pricing-card-middel {
        padding-top: 25px;
        padding-left: 30px;
        padding-bottom: 25px;
    }

    .pricing-top-left {
        max-width: 50px;
    }

    .pricing-top-right {
        padding-left: 20px;
    }

    .pricing-bottom {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .pricing-m-left {
        max-width: 22px;
    }

    .pricing-b-top h6 {
        font-size: 31px;
        margin-bottom: 0px;
        line-height: 40.2px;
    }

    .pricing-b-top p {
        font-size: 11px;
        line-height: 17px;
    }

    .pricing-bottom-btn {
        padding-top: 20px;
    }

    .pricing-bottom-btn a {
        padding: 13px 35px;
        font-size: 13px;
    }

    .pricing-m-right p {
        font-size: 14px;
        line-height: 19px;
    }

    .pricing-middel-cards {
        padding-bottom: 20px;
    }

    .pricing-m-text p {
        max-width: 231px;
        font-size: 13px;
        line-height: 21px;
    }

    .pricing-top-right h6 {
        font-size: 28px;
        margin-bottom: 0px;
        line-height: 40.2px;
    }

    .pricing-top-right p {
        font-size: 14px;
        line-height: 21px;
    }

    .pricing-section-pd {
        padding-top: 35px;
        padding-bottom: 96px;
        top: 60px;
    }

    .pricing-top-title h6 {
        font-size: 36px;
        line-height: 46.6px;
        margin-bottom: 11px;
        max-width: 289px;
    }

    .pricing-top-title p {
        max-width: 262px;
        font-size: 14px;
        line-height: 24px;
    }

    .pricing-tab-btn {
        padding: 8px 34px;
        font-size: 10px;
    }

    .pricing-nav-tab-bg {
        padding: 5px 5px;
    }

    .pricing-middel-top-tab-btn {
        padding-top: 15px;
    }

    /* FREQUESTLY-SECTION-START */

    .frequestly-left,
    .frequestly-right {
        width: 100%;
    }

    .frequestly-ask-pd {
        padding: 35px 30px;
        flex-wrap: wrap;
    }

    .frequestly-inner-left {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .frequestly-right {
        padding-top: 30px;
    }

    .frequestly-ask-btn {
        padding: 9px 23px;
        font-size: 12px;
    }

    .frequestly-ask-btn:after {
        font-size: 20px;
    }

    .active:after {
        width: 16px;
        height: 3px;
    }

    .frequestly-ask-body {
        padding-left: 23px;
    }

    .frequestly-ask-text p {
        font-size: 9px;
        line-height: 16px;
    }

    .frequestly-inner-left h6 {
        font-size: 33px;
        line-height: 43.6px;
        margin-bottom: 9px;
    }

    .frequestly-section-pd {
        padding-bottom: 50px;
    }

    .frequestly-inner-left p {
        font-size: 12px;
        line-height: 21px;
        max-width: 368px;
    }

    /* PROUD-SECTION */

    .proud-section-bg {
        top: 60px;
        padding-bottom: 0px;
    }

    .proud-section-pd {
        padding-top: 30px;
    }

    .proud-top-title h6 {
        font-size: 40px;
        max-width: 350px;
        line-height: 45.6px;
        margin-bottom: 11px;
    }

    .proud-top-title p {
        max-width: 286px;
        font-size: 11px;
        line-height: 18px;
    }

    .proud-bottom-main {
        padding-top: 20px;
        flex-wrap: wrap;
    }

    .proud-b-images {
        max-width: 245px;
        height: 208px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .data-anylyts-inner h5 {
        font-size: 20px;
        line-height: 28.8px;
        margin-bottom: 2px;
    }

    .data-anylyts-inner h6 {
        font-size: 31px;
        line-height: 38.6px;
        margin-bottom: 5px;
        max-width: 290px;
    }

    .data-anylyts-inner p {
        font-size: 13px;
        line-height: 22px;
        max-width: 308px;
    }

    .data-analyts-pd {
        padding-top: 50px;
        padding-bottom: 40px;
    }


    .our-goals-left,
    .our-goals-right {
        width: 100%;
    }

    .our-goals-main {
        padding: 40px 0px;
        flex-wrap: wrap;
    }

    .our-goals-inner {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .our-goals-inner h5 {
        font-size: 18px;
        margin-bottom: 3px;
        line-height: 28.8px;
    }

    .our-goals-inner h6 {
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 30.6px;
        max-width: 317.002px;
    }

    .our-goals-inner p {
        font-size: 12px;
        line-height: 21px;
        max-width: 317.002px;
    }

    .our-goals-left {
        display: flex;
        justify-content: center;
        padding-bottom: 35px;
    }

    .our-goals-right {
        display: flex;
        justify-content: center;
    }

    /* CORPORATE-SECTION-START */

    .corporate-pd {
        padding: 60px 0px;
    }

    .corporate-top-title h6 {
        font-size: 27px;
        line-height: 51.6px;
        margin-bottom: 0px;
    }

    .corporate-top-title p {
        font-size: 13px;
        line-height: 23px;
        max-width: 298px;
    }

    .corporate-top-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .corporate-bottom-bg {
        padding: 64px 64px;
        margin-top: 35px;
    }

    .corporate-bottom-bg {
        justify-content: center;
    }

    .corporate-bottom-bg {
        padding: 40px 40px;
        margin-top: 35px;
    }

    .corporate-b-cards {
        padding-bottom: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .corporate-b-cards {
        padding-bottom: 50px !important;
    }

    .corporate-b-top-icons {
        max-width: 41px;
        height: auto;
    }

    .corporate-b-middel-text {
        padding-top: 20px;
    }

    .corporate-b-middel-text h6 {
        font-size: 22px;
        line-height: 33.6px;
        margin-bottom: 8px;
    }

    .corporate-b-middel-text p {
        font-size: 15px;
        line-height: 25px;
        max-width: 341px;
    }

    .talanted-main {
        flex-direction: column;
    }

    .talanted-left,
    .talanted-right {
        width: 100%;
    }

    .talanted-left-inner-text {
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .talanted-right-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .talanted-team-card-body {
        max-width: 264px;
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0px;
    }

    .talanted-team-bottom-text {
        padding-left: 0px;
        text-align: center;
    }

    .talanted-right {
        padding-top: 35px;
    }

    .talanted-left-inner-text h6 {
        font-size: 34px;
        line-height: 50.6px;
        margin-bottom: 3px;
    }

    .talanted-left-inner-text p {
        font-size: 12px;
        line-height: 20px;
        max-width: 298px;
    }

    section.talnted-team-section {
        padding-bottom: 35px;
    }

    .read-blogs-pd {
        padding-top: 35px;
        padding-bottom: 48px;
        top: 60px;
    }

    .read-top-title h6 {
        font-size: 25px;
        line-height: 33.6px;
        margin-bottom: 7px;
    }

    .read-top-title p {
        font-size: 11px;
        line-height: 18px;
        max-width: 315px;
    }

    .treanding-post-main {
        padding: 40px 40px;
        flex-direction: column;
    }

    .treanding-post-section {
        padding-top: 60px;
    }

    .treanding-post-left,
    .treanding-post-right {
        width: 100%;
    }

    .treanding-post-inner-left h5 {
        font-size: 23px;
        margin-bottom: 12px;
        line-height: 32.6px;
        max-width: 682px;
    }

    .treanding-post-inner-left h4 {
        font-size: 19px;
        line-height: 28.8px;
        margin-bottom: 9px;
    }

    .treanding-post-inner-left {
        text-align: center;
        padding-bottom: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .treanding-post-inner-left h6 {
        font-size: 12px;
        max-width: 263px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .treanding-post-inner-left p {
        font-size: 12px;
    }

    .treanding-post-right-inner-image {
        max-width: 362px;
        height: 179px;
    }

    .treanding-post-right {
        display: flex;
        justify-content: center;
    }

    .all-post-b-row {
        margin-bottom: 0px;
        flex-direction: column;
    }

    .all-post-b-card-body {
        max-width: 411px;
        margin-right: 0px;
        margin-bottom: 54px;
    }

    .treanding-post-section {
        padding-bottom: 30px;
    }

    .all-post-card-bot-text {
        padding-top: 25px;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .all-post-top-title h6 {
        font-size: 47px;
        line-height: 55.6px;
    }

    .all-post-bottom-main {
        padding-top: 60px;
    }

    .all-post-card-top-image {
        height: 196px;
    }

    .all-post-card-bot-text h5 {
        font-size: 16px;
        line-height: 27.6px;
        max-width: 312px;
        margin-bottom: 8px;
    }

    .all-post-card-bot-text h6 {
        max-width: 312px;
        font-size: 15px;
        margin-bottom: 18px;
        line-height: 24px;
    }

    .all-post-card-bot-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .freetrail-top-title h6 {
        font-size: 19px;
    }

    .freetrail-top-title p {
        font-size: 11px;
    }

    .f-edit label {
        font-size: 15px;
    }

    .freetrail-input form button {
        padding: 10px 0px;
        font-size: 14px;
    }

    .close-btn img {
        max-width: 30px;
        width: 100%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 530px) {

    .img-lr {
        /* max-width: 898px; */
        /* width: 100%; */
        height: 100%;
    }

    .img-lr img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        margin-bottom: 15px;
    }

    .list-nav{
        flex-wrap: wrap;
    }

.tags-cloud-block {
    align-items: baseline !important;
}

    .cus-item-hide{
        display: none;
    }


    .quick-nav{
        display: none;
    }


    .desc-main {
        /* display: flex
; */
        /* max-width: 1200px; */
        margin-bottom: 260px;
        /* margin: 0 auto; */
        padding: 40px 20px;
    }


    .our-pics-pd {
        padding-bottom: 410px !important;
    }


    .section-dropdown {
        top: 51px !important;
        left: -95px !important;
        opacity: 0;
    }

    .section-dropdown:after {
        left: 111px !important;
    }

    .header-top {
        top: 164px !important;
    }


    .treanding-post-section {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .chat-main {
        display: none;
    }

    .chat-toggle {

        z-index: 1000;
    }

    .cus-home-bg {
        top: 144px !important;
    }

    .hero-h-bottom-email {
        padding: 5px;
        max-width: 100%;
        width: 100%;
        flex-direction: column;
    }

    .hero-h-bottom-email button {
        padding: 17px 18px;
        font-size: 17px;

        width: 100%;
        margin-left: 0;
        margin-bottom: 14px;
    }


    .chat-toggle {
        top: 807px;
    }

    .chat-bot-container {
        top: 355px;
        right: 20px !important;
    }

    /* HEADER */

    .marketing-right {
        padding-left: 0px;
    }

    .uil-arrow-down {
        display: none;
    }


    .dropdown:not(:checked)+label .uil {
        font-size: 19px;
    }

    .section-dropdown {
        /* top: 150px !important; */
    }

    /* ICON-CSS */
    svg {
        width: 31px;
        height: 40px;
    }

    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

    .line {
        fill: none;
        stroke: black;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
            display: none;
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .m-menu {
        display: block;
    }

    .h-right-m {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: fixed;
        left: -1000px;
        top: 0px;
        max-width: 100%;
        width: 100%;
        height: 100%;
        justify-content: center;
        background: var(--White);
        transition: 1s all;
        z-index: -100;
    }

    .h-r-left-main ul {
        flex-direction: column;
        align-items: center;
    }

    .h-r-left-main ul li {
        margin: 15px 0px;
    }

    .h-r-f-trail button {
        padding: 14px 31px;
        font-size: 15px;
    }

    .h-r-f-trail {
        padding-top: 10px;
    }

    .show {
        left: 0;
    }

    .h-left-logo a {
        max-width: 105px;
    }



    /* HERO-SECTION */

    .hero-home-bg {
        top: 180px !IMPORTANT;
        !I;
        !;
        padding-top: 40px;
    }

    .hero-h-top h5 {
        font-size: 36px;
        line-height: 43.6px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .hero-h-top p {
        font-size: 13px;
        line-height: 24px;
        max-width: 768px;
        margin-bottom: 20px;
    }

    .hero-h-bottom-email button {
        padding: 20px 33px;
        font-size: 19px;
    }

    .hero-home-top-main {
        padding-bottom: 40px;
    }

    .hero-h-bottom-email input[type="email"] {
        padding: 13px 24px;
    }

    .hero-h-bottom-email input[type="email"]::placeholder {
        font-size: 13px;
    }

    .hero-h-bottom-email {
        padding: 6px;
        max-width: 451px;
    }

    /* BEST-SOLUTION-SECTION */


    .best-solution-bottom-main {
        flex-direction: column;
    }

    .best-solution-bottom-main {
        padding: 45px 20px;
    }

    .best-solution-cards {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
    }

    .best-solution-section-pd {
        padding: 90px 0px;
    }

    .best-solution-top-title h5 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .best-solution-top-title p {
        max-width: 100%;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .best-bottom-text h6 {
        font-size: 29px;
        line-height: 38px;
        margin-bottom: 9px;
    }

    .best-solution-card-top-icon {
        max-width: 38px;
        width: 100%;
        margin-bottom: 25px;
    }

    .best-bottom-text p {
        max-width: 100%;
        font-size: 17px;
        line-height: 26px;
    }

    .best-bottom-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* WORK-WITH-US-SECTION */

    .work-with-us-main {
        flex-direction: column;
    }

    .work-with-us-left {
        width: 100%;
    }

    .work-with-us-right {
        width: 100%;
        padding-top: 25px;
    }

    .work-with-us-top-title {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .work-with-us-top-title h6 {
        margin-bottom: 10px;
    }

    .work-with-us-top-title h5 {
        font-size: 40px;
        line-height: 53.6px;
        max-width: 100%;
        margin-bottom: 8px;
    }

    .work-with-us-top-title p {
        font-size: 15px;
        line-height: 26px;
        max-width: 576px;
    }

    .work-right-text p {
        max-width: 369px;
    }

    .work-with-us-right-cards {
        padding-bottom: 32px;
        justify-content: center;
    }

    /* IMPRESSIONS-SECTION-START */

    .impressions-main {
        justify-content: center;
        flex-direction: column-reverse;
    }

    .impressions-left {
        padding-top: 35px;
    }

    .impressions-left-inner-top-text {
        text-align: center;
    }

    .impressions-left-inner-bottom-btn {
        text-align: center;
    }

    .impressions-left-inner-top-text h6 {
        max-width: 100%;
        font-size: 41px;
        line-height: 49.6px;
        margin-bottom: 10px;
    }

    .impressions-left-inner-top-text p {
        max-width: 100%;
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 13px;
    }

    .impressions-left-inner-bottom-btn a {
        padding: 14px 39px;
        font-size: 13px;
        line-height: 25px;
    }

    .impressions-right-inner-image {
        max-width: 430px;
    }

    .impressions-section-pd {
        padding: 50px 0px;
    }

    .item.cus-company-logo-image {
        display: flex;
        justify-content: center;
    }

    .logo-slider-pd {
        padding: 35px 0px;
    }

    /* MARKETING-SECTION-START */
    .marketing-main {
        justify-content: center;
        flex-direction: column;
    }

    .marketing-right {
        padding-top: 15px;
    }

    .marketing-left-bottom-text {
        text-align: center;
    }

    .marketing-left-bottom-text p {
        font-size: 13px;
        line-height: 24px;
    }

    .marketing-left-top-title {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .marketing-left-top-title h5 {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 5px;
    }



    .marketing-right-card-right p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
    }

    .marketing-left-bottom-text h6 {
        font-size: 40px;
        margin-bottom: 11px;
        line-height: 50px;
    }

    .marketing-right-cards {
        padding-bottom: 35px;
        justify-content: center;
    }

    .marketing-right-card-right h5 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 7px;
    }

    .marketing-right-card-left {
        width: 55px;
        height: 55px;
    }

    .marketing-right-card-left img {
        max-width: 25px;
    }

    .c-logo {
        max-width: 112px;
    }

    .marketing-right-card-right {
        padding-left: 25px;
    }

    .feature-middel-section-bg {
        flex-direction: column;
    }

    .feature-card-l-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-card-right-line {
        width: 100%;
        height: 2px;
        margin: 32px 0px;
    }

    .feature-middel-cards {
        flex-direction: column;
    }

    .feature-card-l-inner-bottom-text p {
        max-width: 100%;
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 0px;
    }

    .feature-card-l-inner-bottom-text {
        padding-top: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-section-pd {
        padding: 50px 0px;
    }

    .feature-top-title h6 {
        font-size: 35px;
        line-height: 57.6px;
    }

    .feature-top-title {
        padding-bottom: 30px;
    }

    /* CUSTOMER-SECTION */

    .customer-bottom-card-main {
        padding-top: 48px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .customer-top-title h6 {
        font-size: 34px;
        max-width: 628px;
        line-height: 50.6px;
    }

    .feature-section-pd {
        padding: 89px 0px;
    }

    .customer-card-body {
        padding: 64px 64px;
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .customer-section-pd {
        padding-bottom: 80px;
    }

    .ready-top-title h6 {
        font-size: 30px;
        line-height: 43.6px;
        margin-bottom: 8px;
        max-width: 370px;
    }

    .ready-top-title p {
        font-size: 11px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .ready-bot-btn a {
        padding: 12px 34px;
        font-size: 13px;
        line-height: 24px;
    }

    .footer-pd {
        padding-top: 80px;
        bottom: -660px;
    }

    .ready-bot-btn a {
        padding: 12px 34px;
        font-size: 14px;
        line-height: 24px;
    }

    /* FOOTER */

    .footer-main {
        flex-direction: column;
    }

    .f-left {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .f-right {
        justify-content: center;
        width: 100%;
    }

    .f-right-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-bottom {
        padding-top: 49px;
        flex-direction: column;
    }

    .footer-left-line,
    .footer-right-line {
        display: none;
    }

    .f-left-cards {
        flex-direction: column;
        padding-bottom: 25px;
    }

    .f-left-cards a {
        font-size: 16px;
        line-height: 32px;
        opacity: 0.6;
        margin-bottom: 8px;
    }

    .footer-bg {
        padding: 50px 0px;
    }

    .f-input input[type="email"] {
        padding: 10px 22px;
        max-width: 210px;
    }

    .f-btn button {
        padding: 13px 32px;
        font-size: 15px;
    }

    .f-input input[type="email"]::placeholder {
        font-size: 14px;
    }

    /* CONTACT-PAGE-CSS */

    .contact-section-bg {
        top: 60px;
    }

    .contact-section-pd {
        padding-top: 40px;
        padding-bottom: 140px;
    }

    .contact-top-title h6 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .contact-bottom-main {
        padding-top: 48px;
        flex-direction: column;
    }

    .contact-b-left-bot {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contact-b-right-inner {
        max-width: 100%;
    }

    .contct-b-right {
        width: 100%;
    }

    .contact-bottom-main {
        padding-top: 33px;
    }

    .contact-b-left-top {
        text-align: center;
    }

    .contact-bottom-bg {
        padding: 50px 40px;
    }

    .contact-b-left-top-input input[type="text"] {
        padding: 14px 19px;
        max-width: 100%;
    }

    .contact-b-left-top-input input[type="text"]::placeholder {
        font-size: 13px;
    }

    input.company-input {
        margin-left: 16px;
        padding-left: 19px !important;
    }

    .contact-b-left-middel-input {
        margin: 13px 0px;
    }

    .contact-b-left-middel-input input[type="email"] {
        padding: 14px 19px;
    }

    .contact-b-left-middel-input input[type="email"]::placeholder {
        font-size: 13px;
    }

    .contact-b-left-middel-input input[type="text"] {
        padding: 14px 19px;
    }

    .contact-b-left-middel-input input[type="text"]::placeholder {
        font-size: 13px;
    }

    .contact-b-left-bottom-text textarea {
        height: 100px;
    }

    .contact-b-left-bottom-text textarea::placeholder {
        font-size: 13px;
    }

    .contact-b-left-bottom-text {
        margin-bottom: 13px;
    }

    .contact-b-left-s-btn button {
        padding: 13px 40px;
        font-size: 14px;
        line-height: 24px;
    }

    .contct-b-right {
        padding-top: 40px;
    }

    .contact-b-right-inner {
        max-width: 300px;
    }

    /* PRODUCT-PAGE-CSS */

    .grow-main {
        justify-content: center;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .grow-left {
        width: 100%;
    }

    .grow-section-bg {
        top: 60px;
    }

    .grow-section-pd {
        padding-top: 50px;
    }

    .grow-left-top-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .grow-left-top-text h6 {
        font-size: 48px;
        line-height: 59.6px;
        margin-bottom: 10px;
    }

    .grow-left-top-text p {
        font-size: 16px;
        line-height: 27px;
        max-width: 456px;
    }

    .grow-left-bottom {
        padding-top: 20px;
        justify-content: center;
        padding-bottom: 30px;
    }

    .grow-b-left a,
    .grow-b-right a {
        padding: 10px 33px;
        font-size: 11px;
    }

    .item.grow-logo {
        display: flex;
        justify-content: center;
    }

    .g-logo {
        max-width: 136.967px;
    }

    /* OUR-SERVICES-SECTION */

    .our-service-bg {
        margin-top: 150px;
    }

    .our-service-top-title {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .our-service-top-title h6 {
        font-size: 27px;
        line-height: 37.6px;
        max-width: 406px;
    }

    .our-services-middel-pd {
        padding: 30px;
    }

    .our-services-card-body {
        padding-bottom: 40px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cus-pb {
        padding-bottom: 40px !important;
    }

    .pb {
        padding-bottom: 0px !important;
    }

    .our-services-card-top-icon {
        max-width: 40px;
    }

    .our-services-card-bottom-text h6 {
        font-size: 24px;
        line-height: 33.6px;
        margin-bottom: 10px;
    }

    .our-services-middel-bg {
        max-width: 432px;
        border-radius: 40px 40px 0px 0px;
    }

    .our-service-main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .our-services-card-bottom-text p {
        max-width: 325px;
        font-size: 14px;
        line-height: 22px;
    }

    .our-services-main {
        justify-content: center;
    }

    /* DATA-SECTION-START */

    .data-left,
    .data-right {
        width: 100%;
    }

    .data-main {
        flex-direction: column-reverse;
    }

    .data-section-pd {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .data-right-inner-image {
        max-width: 346.983px;
    }

    .data-left {
        padding-top: 50px;
    }

    .data-left-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .data-left-inner h5 {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 10px;
    }

    .data-left-inner h6 {
        margin-bottom: 10px;
    }

    .data-left-inner p {
        max-width: 436px;
        font-size: 14px;
        line-height: 24px;
    }

    /* TIME-TRACKER-SECTION */

    .time-tracker-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .time-tracker-right {
        width: 100%;
        padding-top: 35px;
    }

    .time-tracker-left-image {
        max-width: 376px;
    }

    .timer-tracker-right-inner-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .timer-tracker-right-inner-text h5 {
        margin-bottom: 4px;
        font-size: 22px;
    }

    .timer-tracker-right-inner-text h6 {
        max-width: 386px;
        margin-bottom: 15px;
        font-size: 41px;
        line-height: 51px;
    }

    .timer-tracker-right-inner-text p {
        font-size: 15px;
        max-width: 386px;
        line-height: 24px;
    }

    /* LEAD-SECTION-START */

    .lead-left {
        width: 100%;
        padding-top: 25px;
    }

    .lead-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .lead-left-text h5 {
        font-size: 21px;
        line-height: 16.8px;
        margin-bottom: 6px;
    }

    .lead-main {
        flex-wrap: wrap-reverse;
    }

    .lead-section-pd {
        padding-top: 60px;
    }

    .lead-right-inner-image {
        max-width: 380px;
    }

    .lead-left-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .lead-left-text h6 {
        font-size: 35px;
        line-height: 57.6px;
        max-width: 576px;
        margin-bottom: 2px;
    }

    .lead-left-text p {
        max-width: 396px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    /* REAL-SECTION-START*/
    .real-left,
    .real-right {
        width: 100%;
    }

    .real-section-pd {
        padding-top: 60px;
    }

    .real-left-image {
        max-width: 406px;
    }

    .real-left {
        display: flex;
        justify-content: center;
    }

    .real-right {
        padding-top: 35px;
    }

    .real-right-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .real-right-inner h5 {
        margin-bottom: 4px;
    }

    .real-right-inner h6 {
        font-size: 38px;
        line-height: 57.6px;
        margin-bottom: 0px;
    }

    .real-right-inner p {
        max-width: 456px;
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 0px;
    }

    /* PRICING-SECTION */



    .pricing-monthly-main {
        padding-top: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pricing-monthly-cards {
        margin-bottom: 25px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    }

    .pricing-section-pd {
        padding-top: 46px;
        padding-bottom: 96px;
        top: 60px;
    }

    .pricing-top-title h6 {
        font-size: 47px;
        line-height: 60.6px;
        margin-bottom: 17px;
        max-width: 449px;
    }

    .pricing-top-title p {
        max-width: 312px;
        font-size: 17px;
        line-height: 27px;
    }

    .pricing-tab-btn {
        padding: 12px 41px;
        font-size: 13px;
        line-height: 24px;
    }

    .pricing-nav-tab-bg {
        padding: 6px 6px;
    }

    .pricing-middel-top-tab-btn {
        padding-top: 20px;
    }

    /* FREQUESTLY-SECTION-START */

    .frequestly-left,
    .frequestly-right {
        width: 100%;
    }

    .frequestly-ask-pd {
        padding: 35px 30px;
        flex-wrap: wrap;
    }

    .frequestly-inner-left {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .frequestly-right {
        padding-top: 35px;
    }

    .frequestly-ask-btn {
        padding: 16px 23px;
        font-size: 17px;
    }

    .frequestly-ask-btn:after {
        font-size: 23px;
    }

    .active:after {
        width: 17px;
        height: 3px;
    }

    .frequestly-ask-body {
        padding-left: 23px;
    }

    .frequestly-ask-text p {
        font-size: 13px;
        line-height: 20px;
    }

    .frequestly-inner-left h6 {
        font-size: 39px;
        line-height: 50.6px;
        margin-bottom: 9px;
    }

    .frequestly-section-pd {
        padding-bottom: 60px;
    }

    .frequestly-inner-left p {
        font-size: 15px;
        line-height: 23px;
        max-width: 368px;
    }

    /* PROUD-SECTION */

    .proud-section-bg {
        top: 60px;
        padding-bottom: 0px;
    }

    .proud-section-pd {
        padding-top: 45px;
    }

    .proud-top-title h6 {
        font-size: 50px;
        max-width: 430px;
        line-height: 53.6px;
        margin-bottom: 15px;
    }

    .proud-top-title p {
        max-width: 360px;
        font-size: 14px;
        line-height: 24px;
    }

    .proud-bottom-main {
        padding-top: 20px;
        flex-wrap: wrap;
    }

    .proud-b-images {
        max-width: 325px;
        height: 288px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .data-anylyts-inner h5 {
        font-size: 20px;
        line-height: 28.8px;
        margin-bottom: 2px;
    }

    .data-anylyts-inner h6 {
        font-size: 26px;
        line-height: 37.6px;
        margin-bottom: 5px;
    }

    .data-anylyts-inner p {
        font-size: 14px;
        line-height: 25px;
        max-width: 378px;
    }

    .data-analyts-pd {
        padding-top: 65px;
        padding-bottom: 40px;
    }


    .our-goals-left,
    .our-goals-right {
        width: 100%;
    }

    .our-goals-main {
        padding: 50px 0px;
        flex-wrap: wrap;
    }

    .our-goals-inner {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .our-goals-inner h5 {
        font-size: 21px;
        margin-bottom: 5px;
        line-height: 28.8px;
    }

    .our-goals-inner h6 {
        font-size: 34px;
        margin-bottom: 6px;
        line-height: 43.6px;
        max-width: 387.002px;
    }

    .our-goals-inner p {
        font-size: 14px;
        line-height: 22px;
        max-width: 387.002px;
    }

    .our-goals-left {
        display: flex;
        justify-content: center;
        padding-bottom: 35px;
    }

    .our-goals-right {
        display: flex;
        justify-content: center;
    }

    /* CORPORATE-SECTION-START */

    .corporate-pd {
        padding: 60px 0px;
    }

    .corporate-top-title h6 {
        font-size: 33px;
        line-height: 51.6px;
        margin-bottom: 2px;
    }

    .corporate-top-title p {
        font-size: 13px;
        line-height: 23px;
        max-width: 348px;
    }

    .corporate-top-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .corporate-bottom-bg {
        padding: 64px 64px;
        margin-top: 40px;
    }

    .corporate-bottom-bg {
        justify-content: center;
    }

    .corporate-b-cards {
        padding-bottom: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .corporate-b-cards {
        padding-bottom: 64px !important;
    }

    .talanted-main {
        flex-direction: column;
    }

    .talanted-left,
    .talanted-right {
        width: 100%;
    }

    .talanted-left-inner-text {
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .talanted-right-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .talanted-team-card-body {
        max-width: 264px;
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0px;
    }

    .talanted-team-bottom-text {
        padding-left: 0px;
        text-align: center;
    }

    .talanted-right {
        padding-top: 35px;
    }

    .talanted-left-inner-text h6 {
        font-size: 34px;
        line-height: 57.6px;
        margin-bottom: 3px;
    }

    .talanted-left-inner-text p {
        font-size: 14px;
        line-height: 23px;
        max-width: 358px;
    }

    section.talnted-team-section {
        padding-bottom: 45px;
    }

    .read-blogs-pd {
        padding-top: 35px;
        padding-bottom: 78px;
        top: 60px;
    }

    .read-top-title h6 {
        font-size: 28px;
        line-height: 34.6px;
        margin-bottom: 7px;
    }

    .read-top-title p {
        font-size: 11px;
        line-height: 18px;
        max-width: 345px;
    }

    .treanding-post-main {
        padding: 50px 44px;
        flex-direction: column;
    }

    .treanding-post-section {
        padding-top: 60px;
    }

    .treanding-post-left,
    .treanding-post-right {
        width: 100%;
    }

    .treanding-post-inner-left h5 {
        font-size: 32px;
        margin-bottom: 12px;
        line-height: 43.6px;
        max-width: 552px;
    }

    .treanding-post-inner-left h4 {
        font-size: 19px;
        line-height: 28.8px;
        margin-bottom: 9px;
    }

    .treanding-post-inner-left {
        text-align: center;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .treanding-post-inner-left h6 {
        font-size: 13px;
        max-width: 353px;
        line-height: 21px;
        margin-bottom: 32px;
    }

    .treanding-post-inner-left p {
        font-size: 14px;
    }

    .treanding-post-right-inner-image {
        max-width: 362px;
        height: 239px;
    }

    .treanding-post-right {
        display: flex;
        justify-content: center;
    }

    .all-post-b-row {
        margin-bottom: 0px;
        flex-direction: column;
    }

    .all-post-b-card-body {
        max-width: 411px;
        margin-right: 0px;
        margin-bottom: 54px;
    }

    .treanding-post-section {
        padding-bottom: 30px;
    }

    .all-post-card-bot-text {
        padding-top: 32px;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .all-post-top-title h6 {
        font-size: 47px;
        line-height: 55.6px;
    }

    .all-post-bottom-main {
        padding-top: 60px;
    }

    section.ready-section-bg {
        padding-bottom: 245px;
    }

    .footer-bottom {
        padding-top: 0;
        flex-direction: column;
    }

    .footer-bg {
        bottom: -3px;
    }
}

@media screen and (min-width: 531px) and (max-width:767px) {
    .img-lr {
        /* max-width: 898px; */
        /* width: 100%; */
        height: 100%;
    }

    .img-lr img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        margin-bottom: 15px;
    }

    .list-nav{
        flex-wrap: wrap;
    }

.tags-cloud-block {
    align-items: baseline !important;
}

    .cus-item-hide{
        display: none;
    }


    .quick-nav{
        display: none;
    }


    .desc-main {
        /* display: flex
; */
        /* max-width: 1200px; */
        margin-bottom: 260px;
        /* margin: 0 auto; */
        padding: 40px 20px;
    }

    .section-dropdown {
        top: 54px !important;
        left: -96px !important;
        opacity: 0;
    }

    .section-dropdown:after {
        left: 111px !important;
    }



    .header-top {
        top: 164px !important;
    }

    .treanding-post-section {
        padding-top: 0px !important;
        padding-bottom: 65px !important;
    }

    .chat-main {
        display: none;
    }

    .chat-toggle {

        z-index: 1000;
    }

    .cus-home-bg {
        top: 144px !important;
    }

    .hero-h-bottom-email {
        padding: 5px;
        max-width: 100%;
        width: 100%;
        flex-direction: column;
    }

    .hero-h-bottom-email button {
        padding: 17px 18px;
        font-size: 17px;

        width: 100%;
        margin-left: 0;
        margin-bottom: 14px;
    }

    .chat-toggle {
        top: 817px;
    }

    .chat-bot-container {
        top: 375px;
        right: 20px !important;
    }

    .subscription-info {
        text-align: left;
    }



    section.ready-section-bg {
        padding-bottom: 245px;
    }

    .footer-bottom {
        padding-top: 0;
        flex-direction: column;
    }

    .footer-bg {
        bottom: -625px;
    }

    /* HEADER */


    .uil-arrow-down {
        display: none;
    }

    /* ICON-CSS */
    svg {
        width: 31px;
        height: 40px;
    }



    .dropdown:not(:checked)+label .uil {
        font-size: 19px;
    }


    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

    .line {
        fill: none;
        stroke: black;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .m-menu {
        display: block;
    }

    .h-right-m {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: fixed;
        left: -1000px;
        top: 0px;
        max-width: 100%;
        width: 100%;
        height: 100%;
        justify-content: center;
        background: var(--White);
        transition: 1s all;
        z-index: -100;
    }

    .h-r-left-main ul {
        flex-direction: column;
        align-items: center;
    }

    .h-r-left-main ul li {
        margin: 15px 0px;
    }

    .h-r-f-trail button {
        padding: 14px 31px;
        font-size: 15px;
    }

    .h-r-f-trail {
        padding-top: 10px;
    }

    .show {
        left: 0;
    }

    .h-left-logo a {
        max-width: 105px;
    }



    /* HERO-SECTION */

    .hero-home-bg {
        top: 60px;
        padding-top: 40px;
    }

    .hero-h-top h5 {
        font-size: 42px;
        line-height: 54.6px;
        max-width: 100%;
        margin-bottom: 17px;
    }

    .hero-h-top p {
        font-size: 15px;
        line-height: 27px;
        max-width: 768px;
        margin-bottom: 25px;
    }

    .hero-h-bottom-email button {
        padding: 22px 38px;
        font-size: 20px;
    }

    .hero-home-top-main {
        padding-bottom: 55px;
    }

    .hero-h-bottom-email input[type="email"] {
        padding: 15px 24px;
    }

    /* BEST-SOLUTION-SECTION */


    .best-solution-bottom-main {
        flex-direction: column;
    }

    .best-solution-bottom-main {
        padding: 45px 20px;
    }

    .best-solution-cards {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
    }

    .best-solution-section-pd {
        padding: 90px 0px;
    }

    .best-solution-top-title h5 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .best-solution-top-title p {
        max-width: 100%;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .best-bottom-text h6 {
        font-size: 29px;
        line-height: 38px;
        margin-bottom: 9px;
    }

    .best-solution-card-top-icon {
        max-width: 38px;
        width: 100%;
        margin-bottom: 25px;
    }

    .best-bottom-text p {
        max-width: 100%;
        font-size: 17px;
        line-height: 26px;
    }

    .best-bottom-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* WORK-WITH-US-SECTION */

    .work-with-us-main {
        flex-direction: column;
    }

    .work-with-us-left {
        width: 100%;
    }

    .work-with-us-right {
        width: 100%;
        padding-top: 25px;
    }

    .work-with-us-top-title {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .work-with-us-top-title h6 {
        margin-bottom: 10px;
    }

    .work-with-us-top-title h5 {
        font-size: 44px;
        line-height: 56.6px;
        max-width: 100%;
        margin-bottom: 13px;
    }

    .work-with-us-top-title p {
        font-size: 15px;
        line-height: 26px;
        max-width: 576px;
    }

    .work-right-text p {
        max-width: 369px;
    }

    .work-with-us-right-cards {
        padding-bottom: 32px;
        justify-content: center;
    }

    /* IMPRESSIONS-SECTION-START */

    .impressions-main {
        justify-content: center;
        flex-direction: column-reverse;
    }

    .impressions-left {
        padding-top: 35px;
    }

    .impressions-left-inner-top-text {
        text-align: center;
    }

    .impressions-left-inner-bottom-btn {
        text-align: center;
    }

    .impressions-left-inner-top-text h6 {
        max-width: 100%;
        font-size: 46px;
        line-height: 54.6px;
        margin-bottom: 10px;
    }

    .impressions-left-inner-top-text p {
        max-width: 100%;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 19px;
    }

    .impressions-left-inner-bottom-btn a {
        padding: 15px 40px;
        font-size: 14px;
        line-height: 25px;
    }

    .impressions-right-inner-image {
        max-width: 430px;
    }

    .item.cus-company-logo-image {
        display: flex;
        justify-content: center;
    }

    .logo-slider-pd {
        padding: 35px 0px;
    }

    /* MARKETING-SECTION-START */
    .marketing-main {
        justify-content: center;
        flex-direction: column;
    }

    .marketing-right {
        padding-top: 25px;
    }

    .marketing-left-bottom-text {
        text-align: center;
    }

    .marketing-left-bottom-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .marketing-left-top-title {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .marketing-left-top-title h5 {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 5px;
    }

    .marketing-left-bottom-text h6 {
        font-size: 48px;
        margin-bottom: 15px;
    }

    .marketing-right-card-right p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px;
    }

    .marketing-right-card-right {
        padding-left: 20px;
    }

    .marketing-right-cards {
        padding-bottom: 35px;
        justify-content: center;
    }

    .marketing-right-card-right h5 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 7px;
    }

    .marketing-right-card-left {
        width: 60px;
        height: 60px;
    }

    .marketing-right-card-left img {
        max-width: 30px;
    }

    .c-logo {
        /* max-width: 112px; */
    }

    .feature-middel-section-bg {
        flex-direction: column;
    }

    .feature-card-l-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-card-right-line {
        width: 100%;
        height: 2px;
        margin: 32px 0px;
    }

    .feature-middel-cards {
        flex-direction: column;
    }

    .feature-card-l-inner-bottom-text p {
        max-width: 100%;
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 0px;
    }

    .feature-card-l-inner-bottom-text {
        padding-top: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* CUSTOMER-SECTION */

    .customer-bottom-card-main {
        padding-top: 48px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .customer-top-title h6 {
        font-size: 34px;
        max-width: 628px;
        line-height: 50.6px;
    }

    .feature-section-pd {
        padding: 89px 0px;
    }

    .customer-card-body {
        padding: 64px 64px;
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .customer-section-pd {
        padding-bottom: 80px;
    }

    .ready-top-title h6 {
        font-size: 35px;
        line-height: 50.6px;
        margin-bottom: 8px;
    }

    .ready-top-title p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .footer-pd {
        padding-top: 80px;
    }

    .ready-bot-btn a {
        padding: 12px 34px;
        font-size: 14px;
        line-height: 24px;
    }

    /* FOOTER */

    .footer-main {
        flex-direction: column;
    }

    .f-left {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .f-right {
        justify-content: center;
        width: 100%;
    }

    .f-right-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }



    .footer-left-line,
    .footer-right-line {
        display: none;
    }

    .f-left-cards {
        flex-direction: column;
        padding-bottom: 25px;
    }

    .f-left-cards a {
        font-size: 16px;
        line-height: 32px;
        opacity: 0.6;
        margin-bottom: 8px;
    }

    /* CONTACT-PAGE-CSS */

    .contact-section-bg {
        top: 60px;
    }

    .contact-section-pd {
        padding-top: 40px;
        padding-bottom: 140px;
    }

    .contact-top-title h6 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .contact-bottom-main {
        padding-top: 48px;
        flex-direction: column;
    }

    .contact-b-left-bot {
        width: 100%;
    }

    .contact-b-right-inner {
        max-width: 100%;
    }

    .contct-b-right {
        width: 100%;
    }

    .contact-bottom-main {
        padding-top: 33px;
    }

    .contact-b-left-top {
        text-align: center;
    }

    .contact-bottom-bg {
        padding: 50px 40px;
    }

    .contact-b-left-top-input input[type="text"] {
        padding: 14px 19px;
        max-width: 100%;
    }

    .contact-b-left-top-input input[type="text"]::placeholder {
        font-size: 13px;
    }

    input.company-input {
        margin-left: 16px;
        padding-left: 19px !important;
    }

    .contact-b-left-middel-input {
        margin: 13px 0px;
    }

    .contact-b-left-middel-input input[type="email"] {
        padding: 14px 19px;
    }

    .contact-b-left-middel-input input[type="email"]::placeholder {
        font-size: 13px;
    }

    .contact-b-left-middel-input input[type="text"] {
        padding: 14px 19px;
    }

    .contact-b-left-middel-input input[type="text"]::placeholder {
        font-size: 13px;
    }

    .contact-b-left-bottom-text textarea {
        height: 100px;
    }

    .contact-b-left-bottom-text textarea::placeholder {
        font-size: 13px;
    }

    .contact-b-left-bottom-text {
        margin-bottom: 13px;
    }

    .contact-b-left-s-btn button {
        padding: 13px 40px;
        font-size: 14px;
        line-height: 24px;
    }

    .contct-b-right {
        padding-top: 40px;
    }

    .contact-b-right-inner {
        max-width: 300px;
    }

    /* PRODUCT-PAGE-CSS */

    .grow-main {
        justify-content: center;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .grow-left {
        width: 100%;
    }

    .grow-section-bg {
        top: 60px;
    }

    .grow-section-pd {
        padding-top: 50px;
    }

    .grow-left-top-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .grow-left-top-text h6 {
        font-size: 48px;
        line-height: 59.6px;
        margin-bottom: 10px;
    }

    .grow-left-top-text p {
        font-size: 16px;
        line-height: 27px;
        max-width: 456px;
    }

    .grow-left-bottom {
        padding-top: 20px;
        justify-content: center;
        padding-bottom: 30px;
    }

    .grow-b-left a,
    .grow-b-right a {
        padding: 10px 33px;
        font-size: 11px;
    }

    .item.grow-logo {
        display: flex;
        justify-content: center;
    }

    .g-logo {
        max-width: 136.967px;
    }

    /* OUR-SERVICES-SECTION */

    .our-service-bg {
        margin-top: 150px;
    }

    .our-service-top-title {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .our-service-top-title h6 {
        font-size: 28px;
        line-height: 37.6px;
        max-width: 428px;
    }

    .our-services-middel-pd {
        padding: 50px;
    }

    .our-services-card-body {
        padding-bottom: 40px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cus-pb {
        padding-bottom: 40px !important;
    }

    .pb {
        padding-bottom: 0px !important;
    }

    .our-services-card-top-icon {
        max-width: 40px;
    }

    .our-services-card-bottom-text h6 {
        font-size: 24px;
        line-height: 33.6px;
        margin-bottom: 10px;
    }

    .our-services-middel-bg {
        max-width: 482px;
        border-radius: 67px 67px 0px 0px;
    }

    .our-service-main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* DATA-SECTION-START */

    .data-left,
    .data-right {
        width: 100%;
    }

    .data-main {
        flex-direction: column-reverse;
    }

    .data-section-pd {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .data-right-inner-image {
        max-width: 346.983px;
    }

    .data-left {
        padding-top: 50px;
    }

    .data-left-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .data-left-inner h5 {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 10px;
    }

    .data-left-inner h6 {
        margin-bottom: 10px;
    }

    .data-left-inner p {
        max-width: 436px;
        font-size: 14px;
        line-height: 24px;
    }

    /* TIME-TRACKER-SECTION */

    .time-tracker-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .time-tracker-right {
        width: 100%;
        padding-top: 35px;
    }

    .time-tracker-left-image {
        max-width: 426px;
    }

    .timer-tracker-right-inner-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .timer-tracker-right-inner-text h5 {
        margin-bottom: 5px;
    }

    .timer-tracker-right-inner-text h6 {
        max-width: 456px;
        margin-bottom: 18px;
    }

    .timer-tracker-right-inner-text p {
        font-size: 16px;
        max-width: 430px;
        line-height: 24px;
    }

    /* LEAD-SECTION-START */

    .lead-left {
        width: 100%;
        padding-top: 25px;
    }

    .lead-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .lead-left-text h5 {
        font-size: 21px;
        line-height: 16.8px;
        margin-bottom: 6px;
    }

    .lead-main {
        flex-wrap: wrap-reverse;
    }

    .lead-section-pd {
        padding-top: 60px;
    }

    .lead-right-inner-image {
        max-width: 426px;
    }

    .lead-left-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .lead-left-text h6 {
        font-size: 35px;
        line-height: 57.6px;
        max-width: 576px;
        margin-bottom: 2px;
    }

    .lead-left-text p {
        max-width: 456px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    /* REAL-SECTION-START*/
    .real-left,
    .real-right {
        width: 100%;
    }

    .real-section-pd {
        padding-top: 60px;
    }

    .real-left-image {
        max-width: 406px;
    }

    .real-left {
        display: flex;
        justify-content: center;
    }

    .real-right {
        padding-top: 35px;
    }

    .real-right-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .real-right-inner h5 {
        margin-bottom: 4px;
    }

    .real-right-inner h6 {
        font-size: 38px;
        line-height: 57.6px;
        margin-bottom: 0px;
    }

    .real-right-inner p {
        max-width: 456px;
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 0px;
    }

    /* PRICING-SECTION */


    .pricing-monthly-main {
        padding-top: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pricing-monthly-cards {
        margin-bottom: 25px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    }

    .pricing-section-pd {
        padding-top: 46px;
        padding-bottom: 96px;
        top: 60px;
    }

    .pricing-top-title h6 {
        font-size: 47px;
        line-height: 60.6px;
        margin-bottom: 17px;
        max-width: 449px;
    }

    .pricing-top-title p {
        max-width: 312px;
        font-size: 17px;
        line-height: 27px;
    }

    .pricing-tab-btn {
        padding: 12px 41px;
        font-size: 13px;
        line-height: 24px;
    }

    .pricing-nav-tab-bg {
        padding: 6px 6px;
    }

    .pricing-middel-top-tab-btn {
        padding-top: 20px;
    }

    /* FREQUESTLY-SECTION-START */

    .frequestly-left,
    .frequestly-right {
        width: 100%;
    }

    .frequestly-ask-pd {
        padding: 45px 45px;
        flex-wrap: wrap;
    }

    .frequestly-inner-left {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .frequestly-right {
        padding-top: 35px;
    }

    .frequestly-ask-btn {
        padding: 18px 23px;
        font-size: 19px;
    }

    .frequestly-ask-btn:after {
        font-size: 25px;
    }

    .active:after {
        width: 18px;
        height: 4px;
    }

    .frequestly-ask-body {
        padding-left: 23px;
    }

    .frequestly-ask-text p {
        font-size: 14px;
        line-height: 21px;
    }

    .frequestly-inner-left h6 {
        font-size: 46px;
        line-height: 57.6px;
        margin-bottom: 16px;
    }

    .frequestly-section-pd {
        padding-bottom: 60px;
    }

    /* PROUD-SECTION */

    .proud-section-bg {
        top: 60px;
        padding-bottom: 10px;
    }

    .proud-section-pd {
        padding-top: 56px;
    }

    .proud-top-title h6 {
        font-size: 56px;
        max-width: 430px;
        line-height: 61.6px;
        margin-bottom: 20px;
    }

    .proud-top-title p {
        max-width: 430px;
        font-size: 14px;
        line-height: 24px;
    }

    .proud-bottom-main {
        padding-top: 20px;
        flex-wrap: wrap;
    }

    .proud-b-images {
        max-width: 325px;
        height: 288px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .data-anylyts-inner h5 {
        font-size: 22px;
        line-height: 28.8px;
        margin-bottom: 5px;
    }

    .data-anylyts-inner h6 {
        font-size: 30px;
        line-height: 37.6px;
        margin-bottom: 10px;
    }

    .data-anylyts-inner p {
        font-size: 17px;
        line-height: 26px;
        max-width: 398px;
    }

    .data-analyts-pd {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .our-goals-left,
    .our-goals-right {
        width: 100%;
    }

    .our-goals-main {
        padding: 50px 0px;
        flex-wrap: wrap;
    }

    .our-goals-inner {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .our-goals-inner h5 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 28.8px;
    }

    .our-goals-inner h6 {
        font-size: 37px;
        margin-bottom: 6px;
        line-height: 47.6px;
        max-width: 427.002px;
    }

    .our-goals-inner p {
        font-size: 16px;
        line-height: 24px;
        max-width: 427.002px;
    }

    .our-goals-left {
        display: flex;
        justify-content: center;
        padding-bottom: 35px;
    }

    .our-goals-right {
        display: flex;
        justify-content: center;
    }

    /* CORPORATE-SECTION-START */

    .corporate-pd {
        padding: 60px 0px;
    }

    .corporate-top-title h6 {
        font-size: 39px;
        line-height: 51.6px;
        margin-bottom: 4px;
    }

    .corporate-top-title p {
        font-size: 13px;
        line-height: 23px;
    }

    .corporate-bottom-bg {
        justify-content: center;
    }

    .corporate-b-cards {
        padding-bottom: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .corporate-b-cards {
        padding-bottom: 64px !important;
    }

    .talanted-main {
        flex-direction: column;
    }

    .talanted-left,
    .talanted-right {
        width: 100%;
    }

    .talanted-left-inner-text {
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .talanted-right-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .talanted-team-card-body {
        max-width: 264px;
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0px;
    }

    .talanted-team-bottom-text {
        padding-left: 0px;
        text-align: center;
    }

    .talanted-right {
        padding-top: 35px;
    }

    section.talnted-team-section {
        padding-bottom: 58px;
    }

    .read-blogs-pd {
        padding-top: 0;
        padding-bottom: 88px;
        top: 60px;
    }

    .read-top-title h6 {
        font-size: 44px;
        line-height: 37.6px;
        margin-bottom: 15px;
    }

    .read-top-title p {
        font-size: 11px;
        line-height: 18px;
        max-width: 415px;
    }

    .treanding-post-main {
        padding: 64px 64px;
        flex-direction: column;
    }

    .treanding-post-left,
    .treanding-post-right {
        width: 100%;
    }

    .treanding-post-inner-left h5 {
        font-size: 33px;
        margin-bottom: 24px;
        line-height: 45.6px;
        max-width: 552px;
    }

    .treanding-post-inner-left h4 {
        font-size: 21px;
        line-height: 28.8px;
        margin-bottom: 15px;
    }

    .treanding-post-inner-left {
        text-align: center;
        padding-bottom: 45px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .treanding-post-inner-left h6 {
        font-size: 16px;
        max-width: 373px;
        line-height: 27px;
        margin-bottom: 32px;
    }

    .treanding-post-right-inner-image {
        max-width: 552px;
        height: 258px;
        width: 100%;
    }

    .all-post-b-row {
        margin-bottom: 0px;
        flex-direction: column;
    }

    .all-post-b-card-body {
        max-width: 411px;
        margin-right: 0px;
        margin-bottom: 54px;
    }

    .treanding-post-section {
        padding-bottom: 30px;
    }

    .all-post-card-bot-text {
        padding-top: 32px;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .all-post-top-title h6 {
        font-size: 47px;
        line-height: 55.6px;
    }

    .all-post-bottom-main {
        padding-top: 60px;
    }
}


/* I-PAD */
@media screen and (min-width: 768px) and (max-width: 991px) {

    .img-lr {
        /* max-width: 898px; */
        /* width: 100%; */
        height: 100%;
    }

    .img-lr img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        margin-bottom: 15px;
    }

    .list-nav{
        flex-wrap: wrap;
    }

.tags-cloud-block {
    align-items: baseline !important;
}

    .cus-item-hide{
        display: none;
    }

    .quick-nav{
        display: none;
    }


    .desc-main {
        /* display: flex
    ; */
        /* max-width: 1200px; */
        margin-top: 0px;
        /* margin: 0 auto; */
        padding: 40px 20px;
    }


    .section-dropdown {
        top: 61px !important;
        left: -95px !important;
        opacity: 0;
    }

    .section-dropdown:after {
        left: 111px !important;
    }



    .header-top {
        top: 164px !important;
    }


    .header-top {
        top: 153px !important;
    }


    .treanding-post-section {
        padding-top: 150px !important;
        padding-bottom: 65px !important;
    }

    .chat-main {
        /* display: none; */
    }

    .f-left {
        width: 51%;
        display: flex;
        justify-content: space-between;
    }

    .chat-toggle {
        top: 1080px;
    }

    .f-right {
        display: flex;
        justify-content: end;
        width: 35%;
    }

    .chat-bot-container {
        top: 596px;
        right: 20px !important;
    }

    .contct-b-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contact-b-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-b-left-bot {
        width: 100%;
    }

    .contact-b-left-top {
        text-align: center;
    }

    /* HEADER */


    .uil-arrow-down {
        display: none;
    }

    /* ICON-CSS */

    svg {
        width: 36px;
        height: auto;
    }

    .for-dropdown {
        font-size: 16px;
        margin: 10px 0px;
    }

    .dropdown:not(:checked)+label .uil {
        font-size: 19px;
    }

    .section-dropdown {
        /* top: 150px !important; */
    }

    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

    .h-left-logo a {
        max-width: 110px;
    }

    .line {
        fill: none;
        stroke: black;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .m-menu {
        display: block;
    }

    .h-right-m {
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        position: fixed;
        left: -100%;
        top: 0px;
        justify-content: center;
        max-width: 100%;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: var(--White);
        transition: 1s all;
    }

    .h-r-left-main ul {
        flex-direction: column;
        align-items: center;
    }

    .h-r-left-main ul li {
        margin: 10px 0px;
    }

    .h-r-f-trail button {
        padding: 14px 31px;
        font-size: 15px;
    }

    .h-r-f-trail {
        padding-top: 10px;
    }

    .show {
        left: 0;
    }


    /* HERO-SECTION */

    .hero-home-bg {
        top: 62px;
        padding-top: 60px;
    }

    .hero-h-top h5 {
        font-size: 46px;
        line-height: 57.6px;
        max-width: 561px;
        margin-bottom: 20px;
    }

    .hero-h-top p {
        font-size: 15px;
        line-height: 27px;
        max-width: 596px;
        margin-bottom: 30px;
    }

    .hero-h-bottom-email button {
        padding: 15px 36px;
        font-size: 13px;
    }

    .hero-h-bottom-email {
        padding: 6px;
        max-width: 555px;
    }

    .hero-h-bottom-email input[type="email"] {
        padding: 15px 24px;
        width: 70%;
    }

    .hero-home-b-inner {
        max-width: 650px;
        height: auto;
    }

    /* BEST-SOLUTION-SECTION */


    .best-solution-bottom-main {
        padding: 35px 30px;
    }

    .best-solution-card-top-icon {
        max-width: 27px;
        margin-bottom: 16px;
    }

    .best-bottom-text h6 {
        font-size: 21px;
        line-height: 30px;
        max-width: 362px;
        margin-bottom: 10px;
    }

    .best-bottom-text p {
        max-width: 362px;
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 0px;
    }

    .best-solution-section-pd {
        padding-top: 110px;
        padding-bottom: 80px;
    }

    .best-solution-top-title h5 {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 24px;
    }

    .best-solution-top-title p {
        max-width: 476px;
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 30px;
    }


    /* WORK-WITH-US-SECTION */

    .work-with-us-top-title h6 {
        font-size: 14px;
        line-height: 20.8px;
        margin-bottom: 4px;
    }

    .work-with-us-top-title h5 {
        font-size: 29px;
        line-height: 33.6px;
        max-width: 360px;
        margin-bottom: 10px;
    }

    .work-with-us-top-title p {
        font-size: 10px;
        line-height: 18px;
        max-width: 375px;
        margin-bottom: 0px;
    }

    .work-left-icons {
        max-width: 30px;
    }

    .work-right-text p {
        font-size: 14px;
        line-height: 20px;
        max-width: 270px;
    }

    .work-with-us-right-cards {
        padding-bottom: 20px;
        justify-content: end;
    }

    .work-with-us-pd {
        padding-bottom: 80px;
    }

    .work-right-text {
        padding-left: 18px;
    }

    /* IMPRESSIONS-SECTION-START */
    .impressions-left-inner-top-text h6 {
        max-width: 566px;
        font-size: 26px;
        line-height: 37.6px;
        margin-bottom: 5px;
    }

    .impressions-left-inner-top-text p {
        max-width: 370px;
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 16px;
    }

    .impressions-left-inner-bottom-btn a {
        padding: 11px 32px;
        font-size: 11px;
        line-height: 23px;
    }

    .impressions-right-inner-image {
        max-width: 318px;
    }

    .impressions-section-pd {
        padding: 40px 0px;
    }

    /* MARKETING-SECTION-START */

    .marketing-left-top-title h5 {
        font-size: 17px;
        line-height: 28.8px;
        margin-bottom: 5px;
    }

    .marketing-left-bottom-text h6 {
        max-width: 279px;
        font-size: 27px;
        line-height: 38.6px;
        margin-bottom: 8px;
    }

    .marketing-left-bottom-text p {
        max-width: 308px;
        font-size: 10px;
        line-height: 16px;
    }

    .marketing-right-card-left {
        width: 40px;
        height: 40px;
    }

    .marketing-right-card-left img {
        max-width: 22px;
        width: 100%;
    }

    .marketing-right-card-right p {
        font-size: 11px;
        line-height: 19px;
        margin-bottom: 0px;
    }

    .marketing-right-card-right h5 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 3px;
    }

    .logo-slider-pd {
        padding-bottom: 100px;
    }

    .marketing-right-card-right {
        padding-left: 24px;
    }

    .marketing-right-cards {
        padding-bottom: 25px;
    }

    .logo-slider-pd {
        padding-bottom: 70px;
    }

    /* FEATURE-SECTION */

    .feature-card-l-inner-top-icon {
        max-width: 30px;
    }

    .feature-card-l-inner-bottom-text h5 {
        font-size: 15px;
        line-height: 19.2px;
        margin-bottom: 8px;
        max-width: 339px;
    }

    .feature-card-l-inner-bottom-text p {
        max-width: 339px;
        font-size: 7px;
        line-height: 15px;
    }

    .feature-card-l-inner-bottom-text {
        padding-top: 12px;
    }

    .feature-middel-section-bg {
        padding: 29px 47px;
    }

    .feature-top-title h6 {
        font-size: 26px;
        line-height: 45.6px;
        margin-bottom: 0px;
    }

    .feature-section-pd {
        padding: 60px 0px;
    }

    .feature-top-title {
        padding-bottom: 30px;
    }

    /* CUSTOMER-SECTION */

    .customer-top-title h6 {
        font-size: 29px;
        line-height: 40.6px;
        max-width: 460px;
    }

    .customer-card-body {
        padding: 30px 20px;
        margin-right: 15px;
    }

    .customer-card-top-title h6 {
        font-size: 13px;
        line-height: 22px;
    }

    .card-user-profile {
        max-width: 38px;
        height: 38px;
    }

    .card-user-description {
        padding-top: 9px;
    }

    .card-user-description h6 {
        font-size: 14px;
        line-height: 21px;
    }

    .customer-bottom-card-main {
        padding-top: 30px;
    }

    .customer-card-bottom {
        padding-top: 16px;
    }

    .customer-section-pd {
        padding-bottom: 68px;
    }

    .ready-top-title h6 {
        font-size: 41px;
        line-height: 53.6px;
        max-width: 566px;
        margin-bottom: 11px;
    }

    .ready-top-title p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .ready-bot-btn a {
        padding: 13px 40px;
        font-size: 14px;
        line-height: 24px;
    }

    .footer-pd {
        padding-top: 68px;
    }

    /* FOOTER */
    .footer-pd {
        padding-top: 80px;
    }

    .f-left-cards p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }


    .f-left-cards a {
        font-size: 11px;
        line-height: 17px;
        margin-bottom: 8px;
    }

    .footer-bg {
        padding: 40px 0px;
    }

    .f-right-top {
        /* max-width: 110px; */
    }

    .f-right-bottom h6 {
        font-size: 11px;
        line-height: 26px;
        margin-bottom: 9px;
    }

    .f-input input[type="email"] {
        padding: 5px 17px;
        max-width: 150px;
    }

    .f-input input[type="email"]::placeholder {
        font-size: 10px;
    }

    .f-btn button {
        padding: 8px 29px;
        font-size: 11px;
        line-height: 24px;
    }

    .footer-right-line {
        max-width: 195px;
    }

    .footer-left-line {
        max-width: 205px;
    }

    .footer-bottom {
        padding-top: 0;
        justify-content: space-between;
    }

    .footer-social-icons a {
        max-width: 14px;
        margin-right: 19px;
    }

    .footer-middel-flex {
        margin: 0px 10px;
    }

    .footer-copy-right {
        margin-right: 14px;
    }

    .footer-copy-right p {
        font-size: 19px;
    }

    /* CONTACT-PAGE-CSS */

    .contact-section-bg {
        top: 66px;
        background-size: cover;
    }

    .contact-section-pd {
        padding-top: 30px;
        padding-bottom: 140px;
    }

    .contact-top-title h6 {
        font-size: 33px;
        margin-bottom: 17px;
    }

    .contact-b-left-top h6 {
        font-size: 26px;
        line-height: 43.2px;
        margin-bottom: 0px;
    }

    .contact-bottom-bg {
        padding: 30px 30px;
    }

    .contact-b-left-top p {
        font-size: 14px;
        line-height: 27px;
    }

    .contact-bottom-main {
        padding-top: 25px;
        flex-direction: column;
    }

    .contact-b-left-top-input input[type="text"] {
        padding: 9px 16px;
        max-width: 303px;
    }

    input.company-input {
        margin-left: 10px;
        padding-left: 15px !important;
    }

    .contact-b-left-top-input input[type="text"]::placeholder {
        font-size: 11px;
    }

    .contact-b-left-middel-input {
        margin: 12px 0px;
    }

    .contact-b-left-middel-input input[type="email"]::placeholder {
        font-size: 11px;
    }

    .contact-b-left-middel-input input[type="email"] {
        padding: 10px 22px;
    }

    .contact-b-left-middel-input input[type="text"] {
        padding: 10px 22px;
    }

    .contact-b-left-middel-input input[type="text"]::placeholder {
        font-size: 11px;
    }

    .contact-b-left-bottom-text textarea::placeholder {
        font-size: 11px;
    }

    .contact-b-left-bottom-text textarea {
        height: 115px;
    }

    .contact-b-left-s-btn button {
        padding: 10px 40px;
        font-size: 11px;
    }

    .contact-b-r-icon-bg {
        max-width: 37px;
        height: 37px;
    }

    .contact-b-left-bottom-text {
        margin-bottom: 12px;
    }

    .contact-b-r-icon-bg img {
        max-width: 12px;
    }

    .contact-b-right-text h6 {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 25px;
    }

    .contact-b-right-text {
        padding-left: 20px;
    }

    .contact-b-right-text p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .contact-b-right-cards {
        margin-bottom: 25px;
    }

    .contact-b-right-inner {
        /* max-width: 212px; */
        padding-top: 45px;
    }

    /* PRODUCT-PAGE-CSS */

    .grow-section-pd {
        padding-top: 50px;
    }

    .grow-section-bg {
        top: 62px;
    }

    .grow-right-inner-image {
        max-width: 367px;
    }

    .grow-left-top-text h6 {
        font-size: 29px;
        line-height: 33.6px;
        margin-bottom: 8px;
    }

    .grow-left-top-text p {
        font-size: 9px;
        line-height: 16px;
        margin-bottom: 0px;
        max-width: 276px;
    }

    .grow-b-left a,
    .grow-b-right a {
        padding: 7px 23px;
        font-size: 9px;
        line-height: 24px;
    }

    .grow-left-bottom {
        padding-top: 15px;
    }

    .grow-main {
        padding-bottom: 50px;
    }

    .g-logo {
        max-width: 100px;
    }

    /* OUR-SERVICES-SECTION */

    .our-service-top-title {
        padding-top: 60px;
        padding-bottom: 35px;
    }

    .our-service-top-title h6 {
        font-size: 35px;
        line-height: 46.6px;
        max-width: 597px;
    }

    .our-services-middel-pd {
        padding: 36px;
    }

    .our-services-card-top-icon {
        max-width: 32px;
    }

    .our-services-card-bottom-text h6 {
        font-size: 17px;
        line-height: 25.6px;
        margin-bottom: 4px;
    }

    .our-services-card-bottom-text p {
        max-width: 190px;
        font-size: 8px;
        line-height: 14px;
    }

    .our-services-card-bottom-text {
        padding-top: 13px;
    }

    .our-services-card-body {
        padding-bottom: 35px;
        width: calc(100% / 3);
    }

    .our-services-middel-bg {
        max-width: 720px;
    }

    .our-service-bg {
        margin-top: 170px;
    }

    /* DATA-SECTION */

    .data-left-inner h5 {
        font-size: 16px;
        line-height: 23.8px;
        margin-bottom: 5px;
    }

    .data-left-inner h6 {
        max-width: 516px;
        font-size: 35px;
        line-height: 39.6px;
        margin-bottom: 6px;
    }

    .data-left-inner p {
        max-width: 462px;
        font-size: 10px;
        line-height: 16px;
    }

    .data-right-inner-image {
        max-width: 274px;
    }

    .data-section-pd {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* TIME-TRACKER-SECTION */

    .time-tracker-left-image {
        max-width: 300px;
    }

    .timer-tracker-right-inner-text h5 {
        font-size: 14px;
        line-height: 20.8px;
        margin-bottom: 6px;
    }

    .timer-tracker-right-inner-text h6 {
        font-size: 28px;
        line-height: 30.6px;
        margin-bottom: 10px;
    }

    .timer-tracker-right-inner-text p {
        font-size: 10px;
        max-width: 532px;
        line-height: 16px;
    }

    .time-tracker-pd {
        padding-bottom: 0px;
    }

    /* LEAD-SECTION-START */

    .lead-right-inner-image {
        max-width: 280px;
    }

    .lead-right {
        display: flex;
        justify-content: center;
    }

    .lead-left-text h5 {
        font-size: 17px;
        line-height: 19.8px;
        margin-bottom: 11px;
    }

    .lead-left-text h6 {
        font-size: 31px;
        line-height: 34.6px;
        margin-bottom: 9px;
    }

    .lead-left-text p {
        max-width: 436px;
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 0px;
    }

    .lead-section-pd {
        padding-top: 60px;
    }

    /* REAL-SECTION-START */

    .real-section-pd {
        padding-top: 80px;
    }

    .real-left-image {
        max-width: 300px;
    }

    .real-right-inner h5 {
        font-size: 17px;
        line-height: 20.8px;
        margin-bottom: 1px;
    }

    .real-right-inner h6 {
        font-size: 28px;
        line-height: 42.6px;
        margin-bottom: 7px;
    }

    .real-right-inner p {
        max-width: 406px;
        font-size: 10px;
        line-height: 15px;
    }

    /* PRICING-SECTION-START */

    .pricing-section-pd {
        padding-top: 50px;
        padding-bottom: 96px;
        top: 62px;
    }

    .pricing-top-title h6 {
        font-size: 35px;
        line-height: 49.6px;
        margin-bottom: 8px;
        max-width: 289px;
    }

    .pricing-top-title p {
        max-width: 315px;
        font-size: 14px;
        line-height: 24px;
    }

    .pricing-tab-btn {
        padding: 9px 39px;
        font-size: 11px;
        line-height: 24px;
    }

    .pricing-nav-tab-bg {
        padding: 6px 6px;
    }

    .pricing-middel-top-tab-btn {
        padding-top: 15px;
    }

    .pricing-monthly-main {
        padding-top: 40px;
    }

    .pricing-monthly-cards {
        max-width: 225px;
    }

    .pricing-card-top {
        /* padding-left: 20px; */
        /* padding-top: 25px; */
        padding-bottom: 20px;
    }

    .pricing-top-left {
        max-width: 35px;
    }

    .pricing-top-right h6 {
        font-size: 19px;
        margin-bottom: 0px;
        line-height: 24px;
    }

    .pricing-top-right p {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .pricing-top-right {
        padding-left: 15px;
    }

    .pricing-card-middel {
        padding-left: 20px;
        padding-bottom: 25px;
        padding-top: 22px;
    }

    .pricing-m-left {
        max-width: 16px;
    }

    .pricing-middel-cards {
        padding-bottom: 15px;
    }

    .pricing-m-right p {
        font-size: 12px;
        line-height: 17px;
    }

    .pricing-m-text p {
        max-width: 175px;
        font-size: 9px;
        line-height: 18px;
    }

    .pricing-bottom {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .pricing-b-top h6 {
        font-size: 25px;
        margin-bottom: 0px;
        line-height: 37.2px;
    }

    .pricing-b-top p {
        font-size: 10px;
        line-height: 14px;
    }

    .pricing-bottom-btn {
        padding-top: 15px;
    }

    .pricing-bottom-btn a {
        padding: 10px 31px;
        font-size: 12px;
        line-height: 24px;
    }

    .pricing-middel {
        padding-bottom: 60px;
    }

    /* FREQUESTLY-ASK-SECTION */

    .frequestly-ask-pd {
        padding: 40px 40px;
    }

    .frequestly-inner-left h6 {
        font-size: 28px;
        line-height: 40.6px;
        margin-bottom: 14px;
        max-width: 448px;
    }

    .frequestly-inner-left p {
        font-size: 9px;
        line-height: 16px;
    }

    .frequestly-section-pd {
        padding-bottom: 70px;
    }

    .frequestly-ask-btn {
        padding: 13px 20px;
        font-size: 13px;
    }

    .frequestly-ask-btn:after {
        font-size: 24px;
    }

    .active:after {
        width: 17px;
        height: 3px;
    }

    .frequestly-ask-body {
        padding-left: 20px;
    }

    .frequestly-ask-text p {
        font-size: 9px;
        line-height: 18px;
    }

    .frequestly-inner-right {
        max-width: 350px;
        width: 100%;
    }

    .frequestly-right {
        display: flex;
        justify-content: end;
    }

    /* PROUD-SECTION */

    .proud-section-bg {
        top: 62px;
        padding-bottom: 20px;
    }

    .proud-section-pd {
        padding-top: 80px;
        padding-bottom: 37px;
    }

    .proud-bottom-main {
        padding-top: 60px;
    }

    .proud-section-pd {
        padding-top: 40px;
    }

    .proud-bottom-main {
        padding-top: 30px;
    }

    .proud-top-title h6 {
        font-size: 40px;
        line-height: 58.6px;
        margin-bottom: 5px;
    }

    .proud-b-images {
        max-width: 195px;
        height: 186px;
        margin-right: 20px;
    }

    .proud-top-title p {
        font-size: 14px;
        line-height: 24px;
        max-width: 538px;
    }

    /* DATA-ANALYTS-SECTION-START */

    .data-analyts-pd {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .data-anylyts-inner h5 {
        font-size: 21px;
        line-height: 25.8px;
        margin-bottom: 11px;
    }

    .data-anylyts-inner h6 {
        font-size: 37px;
        line-height: 49.6px;
        margin-bottom: 3px;
    }

    .data-anylyts-inner p {
        font-size: 13px;
        line-height: 23px;
        max-width: 504px;
    }

    .our-goals-main {
        padding: 40px 0px;
    }

    .our-goals-inner h5 {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 21.8px;
    }

    .our-goals-inner h6 {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 38.6px;
        max-width: 327.002px;
    }

    .our-goals-inner p {
        font-size: 9px;
        line-height: 17px;
        max-width: 327.002px;
    }

    .corporate-b-top-icons {
        max-width: 27px;
        height: auto;
    }

    .corporate-b-middel-text h6 {
        font-size: 18px;
        line-height: 33.6px;
        margin-bottom: 7px;
    }

    .corporate-b-middel-text p {
        font-size: 10px;
        line-height: 18px;
        max-width: 175px;
    }

    .corporate-b-cards {
        padding-bottom: 50px;
    }

    .corporate-pd {
        padding: 55px 0px;
    }

    .corporate-top-title h6 {
        font-size: 32px;
        margin-bottom: 3px;
        line-height: 35px;
    }

    .corporate-b-middel-text {
        padding-top: 20px;
    }

    .corporate-top-title p {
        font-size: 12px;
    }

    .corporate-bottom-bg {
        padding: 40px 40px;
        margin-top: 32px;
    }


    .talanted-left-inner-text h6 {
        font-size: 28px;
        line-height: 30.6px;
        margin-bottom: 11px;
    }

    .talanted-left-inner-text p {
        font-size: 10px;
        line-height: 16px;
        max-width: 236px;
    }

    .talanted-team-bottom-text h6 {
        font-size: 12px;
        line-height: 17.6px;
        margin-bottom: 0px;
    }

    .talanted-team-bottom-text {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .talanted-team-bottom-text p {
        font-size: 9px;
        line-height: 15px;
    }

    .talanted-team-card-body {
        max-width: 264px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .talanted-team-top-image {
        max-width: 231px;
        height: 124px;
    }

    section.talnted-team-section {
        padding-bottom: 58px;
    }

    .read-blogs-pd {
        padding-top: 58px;
        padding-bottom: 48px;
        top: 62px;
    }

    .read-top-title h6 {
        font-size: 41px;
        line-height: 38.6px;
        margin-bottom: 19px;
    }

    .read-top-title p {
        /* font-size: 13px; */
        line-height: 24px;
        max-width: 545px;
    }

    .treanding-post-main {
        padding: 30px 30px;
    }

    .treanding-post-inner-left h4 {
        font-size: 14px;
        line-height: 28.8px;
        margin-bottom: 5px;
    }

    .treanding-post-inner-left h5 {
        font-size: 25px;
        margin-bottom: 8px;
        line-height: 31.6px;
        max-width: 292px;
    }

    .treanding-post-inner-left h6 {
        font-size: 9px;
        max-width: 292px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .treanding-post-inner-left p {
        font-size: 11px;
        line-height: 18px;
    }

    .treanding-post-right-inner-image {
        max-width: 356px;
        height: 208px;
    }

    .treanding-post-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .all-post-section-pd {
        padding: 37px 0px;
    }

    .all-post-top-title h6 {
        font-size: 30px;
        line-height: 45.6px;
    }

    .all-post-bottom-main {
        padding-top: 35px;
    }

    .all-post-card-bot-text h5 {
        font-size: 12px;
        line-height: 21.6px;
        max-width: 411px;
        margin-bottom: 10px;
    }

    .all-post-card-bot-text {
        padding-top: 15px;
    }

    .all-post-card-bot-text p {
        font-size: 10px;
        line-height: 20px;
    }

    .all-post-card-bot-text h6 {
        font-size: 11px;
        margin-bottom: 14px;
        line-height: 18px;
    }

    .all-post-card-top-image {
        height: 156px;
    }

    .all-post-b-row {
        margin-bottom: 35px;
    }

    .freetrail-top-title h6 {
        font-size: 21px;
    }

    .freetrail-top-title p {
        margin-bottom: 0px;
        font-size: 12px;
    }

    .freetrail-input {
        padding-top: 10px;
    }

    .f-edit label {
        font-size: 15px;
    }

    .freetrail-input form button {
        padding: 11px 0px;
        margin-top: 20px;
        font-size: 14px;
    }

    .close-btn {
        right: 30px;
    }
}


/* IPAD-PRO */

@media screen and (min-width: 992px) and (max-width:1199px) {

    .cus-item-hide{
        display: none;
    }

    .header-top {
        top: 153px !important;
    }

    .cus-home-bg {
        top: 144px !important;
        height: 100vh;
    }

    .chat-toggle {
        top: 1267px;
    }

    .chat-bot-container {
        top: 805px;
        right: 20px !important;
    }

    .chat-toggle svg {
        width: 34px;
        height: 26px;
    }

    /* HEADER */

    .for-dropdown {
        font-size: 13px;
        margin: 10px 0px;
    }

    /* HEADER */


    .uil-arrow-down {
        display: none;
    }

    /* ICON-CSS */

    svg {
        width: 60px;
        height: auto;
    }

    .for-dropdown {
        font-size: 16px;
        margin: 10px 0px;
    }

    .dropdown:not(:checked)+label .uil {
        font-size: 19px;
    }

    .section-dropdown {
        top: 150px !important;
    }

    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

    .h-left-logo a {
        max-width: 110px;
    }

    .line {
        fill: none;
        stroke: black;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .m-menu {
        display: block;
    }

    .h-right-m {
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        position: fixed;
        left: -100%;
        top: 0px;
        justify-content: center;
        max-width: 100%;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: var(--White);
        transition: 1s all;
    }

    .h-r-left-main ul {
        flex-direction: column;
        align-items: center;
    }

    .h-r-left-main ul li {
        margin: 10px 0px;
    }

    .h-r-f-trail button {
        padding: 14px 31px;
        font-size: 15px;
    }

    .h-r-f-trail {
        padding-top: 10px;
    }

    .show {
        left: 0;
    }


    .dropdown:not(:checked)+label .uil {
        font-size: 19px;
    }

    .section-dropdown {
        top: 90px !important;
    }

    .dropdown:not(:checked)+label .uil {
        font-size: 21px;
    }

    .h-left-logo a {
        max-width: 105px;
    }

    .h-r-left-main ul li {
        margin: 15px 20px;
    }

    .hero-home-bg {
        top: 88px;
    }


    .section-dropdown {
        top: 236px !important;
    }

    .h-r-left-main ul li a {
        font-size: 13px;
    }

    .section-dropdown {
        top: 56px !important;
        left: -15px !important;
    }

    .best-bottom-text h6 {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .best-bottom-text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .best-solution-bottom-main {
        padding: 40px 40px;
    }

    .best-solution-top-title p {
        max-width: 526px;
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 48px;
    }

    .best-solution-top-title h5 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .h-r-f-trail a {
        padding: 16px 30px;
        font-size: 14px;
    }

    /* WORK-WITH-US-SECTION */

    .work-with-us-top-title h6 {
        font-size: 18px;
        line-height: 19.8px;
        margin-bottom: 9px;
    }

    .work-with-us-top-title h5 {
        font-size: 34px;
        line-height: 44.6px;
        max-width: 420px;
        margin-bottom: 10px;
    }

    .work-with-us-top-title p {
        font-size: 11px;
        line-height: 20px;
        max-width: 376px;
        margin-bottom: 0px;
    }

    .work-left-icons {
        max-width: 41px;
    }

    .work-right-text p {
        font-size: 16px;
        line-height: 26px;
        max-width: 504px;
    }

    .work-with-us-right-cards {
        padding-bottom: 25px;
    }

    .work-with-us-pd {
        padding-bottom: 95px;
    }

    /* IMPRESSIONS-SECTION-START */

    .impressions-left-inner-top-text h6 {
        max-width: 566px;
        font-size: 35px;
        line-height: 45.6px;
        margin-bottom: 5px;
    }

    .impressions-left-inner-top-text p {
        max-width: 430px;
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .impressions-left-inner-bottom-btn a {
        padding: 13px 35px;
        font-size: 14px;
        line-height: 24px;
    }

    .impressions-right-inner-image {
        max-width: 508PX;
    }

    .impressions-section-pd {
        padding: 50px 0px;
    }

    /* MARKETING-SECTION-START */

    .marketing-left-top-title h5 {
        font-size: 21px;
        line-height: 28.8px;
        margin-bottom: 13px;
    }

    .marketing-left-bottom-text h6 {
        max-width: 406px;
        font-size: 34px;
        line-height: 47.6px;
        margin-bottom: 14px;
    }

    .marketing-left-bottom-text p {
        max-width: 376px;
        font-size: 13px;
        line-height: 22px;
    }

    .marketing-right-card-left {
        width: 50px;
        height: 50px;
    }

    .marketing-right-card-left img {
        max-width: 24px;
        width: 100%;
    }

    .marketing-right-card-right p {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 0px;
    }

    .marketing-right-card-right h5 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 7px;
    }

    .logo-slider-pd {
        padding-bottom: 100px;
    }

    /* FEATURE-SECTION */

    .feature-card-l-inner-top-icon {
        max-width: 43px;
    }

    .feature-card-l-inner-bottom-text h5 {
        font-size: 24px;
        line-height: 31.2px;
        margin-bottom: 8px;
        max-width: 339px;
    }

    .feature-card-l-inner-bottom-text p {
        max-width: 339px;
        font-size: 12px;
        line-height: 19px;
    }

    .feature-card-l-inner-bottom-text {
        padding-top: 17px;
    }

    .feature-middel-section-bg {
        padding: 45px 50px;
    }

    .feature-top-title h6 {
        font-size: 35px;
        line-height: 45.6px;
        margin-bottom: 0px;
    }

    .feature-section-pd {
        padding: 85px 0px;
    }

    /* CUSTOMER-SECTION */

    .customer-top-title h6 {
        font-size: 40px;
        line-height: 51.6px;
    }

    .customer-card-body {
        padding: 40px 40px;
    }

    .customer-card-top-title h6 {
        font-size: 16px;
        line-height: 26px;
    }

    .card-user-profile {
        max-width: 45px;
        height: 45px;
    }

    .card-user-description {
        padding-top: 9px;
    }

    .card-user-description h6 {
        font-size: 17px;
        line-height: 26px;
    }

    .grow-section-pd {
        padding-top: 60px;
    }

    .ready-top-title h6 {
        font-size: 50px;
        line-height: 64.6px;
        max-width: 786px;
        margin-bottom: 10px;
    }

    .ready-top-title p {
        font-size: 15px;
        margin-bottom: 21px;
    }

    .ready-bot-btn a {
        padding: 14px 40px;
        font-size: 14px;
    }

    /* FOOTER */
    .footer-pd {
        padding-top: 80px;
    }

    .f-left-cards p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 8px;
    }


    .f-left-cards a {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 8px;
    }

    .footer-bg {
        padding: 40px 0px;
        bottom: -88px;
    }

    .f-right-top {
        /* max-width: 85px; */
    }

    .f-right {
        display: flex;
        justify-content: end;
        width: 35%;
    }

    .f-right-bottom h6 {
        font-size: 13px;
        line-height: 27px;
        margin-bottom: 11px;
    }

    .f-input input[type="email"] {
        padding: 7px 17px;
        max-width: 290px;
    }

    .f-input input[type="email"]::placeholder {
        font-size: 12px;
    }

    .f-btn button {
        padding: 11px 29px;
        font-size: 12px;
        line-height: 24px;
    }

    .footer-right-line {
        max-width: 285px;
    }

    .footer-left-line {
        max-width: 325px;
    }

    .footer-bottom {
        padding-top: 0;
        justify-content: space-between;
    }

    .footer-social-icons a {
        max-width: 14px;
        margin-right: 19px;
    }

    .footer-middel-flex {
        margin: 0px 10px;
    }

    .footer-copy-right {
        margin-right: 14px;
    }

    .footer-copy-right p {
        font-size: 12px;
    }

    /* CONTACT-PAGE-CSS */

    .contact-section-bg {
        top: 80px;
    }

    .contact-section-pd {
        padding-top: 55px;
        padding-bottom: 165px;
    }

    .contact-top-title h6 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .contact-b-left-top h6 {
        font-size: 31px;
        line-height: 43.2px;
        margin-bottom: 5px;
    }

    .contact-bottom-bg {
        padding: 40px 40px;
    }

    .contact-b-left-top p {
        font-size: 16px;
        line-height: 27px;
    }

    .contact-bottom-main {
        padding-top: 31px;
    }

    .contact-b-left-top-input input[type="text"] {
        padding: 12px 22px;
        max-width: 303px;
    }

    .contact-b-left-top-input input[type="text"]::placeholder {
        font-size: 12px;
    }

    .contact-b-left-middel-input input[type="email"]::placeholder {
        font-size: 12px;
    }

    .contact-b-left-middel-input input[type="email"] {
        padding: 12px 22px;
    }

    .contact-b-left-middel-input input[type="text"] {
        padding: 12px 22px;
    }

    .contact-b-left-middel-input input[type="text"]::placeholder {
        font-size: 12px;
    }

    .contact-b-left-bottom-text textarea::placeholder {
        font-size: 12px;
    }

    .contact-b-left-bottom-text textarea {
        height: 125px;
    }

    .contact-b-left-s-btn button {
        padding: 11px 40px;
        font-size: 12px;
    }

    .contact-b-r-icon-bg {
        max-width: 40px;
        height: 40px;
    }

    .contact-b-r-icon-bg img {
        max-width: 15px;
    }

    .contact-b-right-text h6 {
        font-size: 18px;
        margin-bottom: 0px;
        height: 30px;
    }

    .contact-b-right-text p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .contact-b-right-cards {
        margin-bottom: 25px;
    }

    .contact-b-right-inner {
        max-width: 250px;
    }

    /* PRODUCT-PAGE-CSS */

    .grow-section-pd {
        padding-top: 70px;
    }

    .grow-section-bg {
        top: 60px;
    }

    .grow-right-inner-image {
        max-width: 456px;
    }

    .grow-left-top-text h6 {
        font-size: 40px;
        line-height: 42.6px;
        margin-bottom: 8px;
    }

    .grow-left-top-text p {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 0px;
        max-width: 416px;
    }

    .grow-b-left a,
    .grow-b-right a {
        padding: 12px 34px;
        font-size: 12px;
        line-height: 24px;
    }

    .grow-left-bottom {
        padding-top: 20px;
    }

    .grow-main {
        padding-bottom: 60px;
    }

    .g-logo {
        max-width: 125px;
    }


    /* OUR-SERVICES-SECTION */

    .our-service-top-title {
        padding-top: 90px;
        padding-bottom: 35px;
    }

    .our-service-top-title h6 {
        font-size: 38px;
        line-height: 46.6px;
        max-width: 638px;
    }

    .our-services-middel-pd {
        padding: 45px;
    }

    .our-services-card-top-icon {
        max-width: 38px;
    }

    .our-services-card-bottom-text h6 {
        font-size: 19px;
        line-height: 32.6px;
        margin-bottom: 4px;
    }

    .our-services-card-bottom-text p {
        max-width: 270px;
        font-size: 11px;
        line-height: 21px;
    }

    .our-services-card-bottom-text {
        padding-top: 13px;
    }

    .our-services-card-body {
        padding-bottom: 50px;
    }

    .our-services-middel-bg {
        max-width: 970px;
    }

    .our-service-bg {
        margin-top: 170px;
    }

    /* DATA-SECTION */

    .data-left-inner h5 {
        font-size: 20px;
        line-height: 23.8px;
        margin-bottom: 13px;
    }

    .data-left-inner h6 {
        max-width: 516px;
        font-size: 44px;
        line-height: 52.6px;
        margin-bottom: 10px;
    }

    .data-left-inner p {
        max-width: 462px;
        font-size: 13px;
        line-height: 24px;
    }

    .data-right-inner-image {
        max-width: 370px;
    }

    .data-section-pd {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    /* TIME-TRACKER-SECTION */

    .time-tracker-left-image {
        max-width: 410px;
    }

    .timer-tracker-right-inner-text h5 {
        font-size: 17px;
        line-height: 24.8px;
        margin-bottom: 6px;
    }

    .timer-tracker-right-inner-text h6 {
        font-size: 35px;
        line-height: 41.6px;
        margin-bottom: 10px;
    }

    .timer-tracker-right-inner-text p {
        font-size: 13px;
        max-width: 536px;
        line-height: 21px;
    }

    .time-tracker-pd {
        padding-bottom: 0px;
    }

    /* LEAD-SECTION-START */

    .lead-right-inner-image {
        max-width: 400px;
    }

    .lead-right {
        display: flex;
        justify-content: center;
    }

    .lead-left-text h5 {
        font-size: 20px;
        line-height: 19.8px;
        margin-bottom: 16px;
    }

    .lead-left-text h6 {
        font-size: 38px;
        line-height: 34.6px;
        margin-bottom: 12px;
    }

    .lead-left-text p {
        max-width: 436px;
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 0px;
    }

    .lead-section-pd {
        padding-top: 80px;
    }

    /* REAL-SECTION-START */

    .real-section-pd {
        padding-top: 80px;
    }

    .real-left-image {
        max-width: 410px;
    }

    .real-right-inner h5 {
        font-size: 20px;
        line-height: 20.8px;
        margin-bottom: 3px;
    }

    .real-right-inner h6 {
        font-size: 36px;
        line-height: 52.6px;
        margin-bottom: 7px;
    }

    .real-right-inner p {
        max-width: 406px;
        font-size: 12px;
        line-height: 19px;
    }

    /* PRICING-SECTION-START */

    .pricing-section-pd {
        padding-top: 60px;
        padding-bottom: 96px;
        top: 60px;
    }

    .pricing-top-title h6 {
        font-size: 47px;
        line-height: 61.6px;
        margin-bottom: 16px;
        max-width: 429px;
    }

    .pricing-top-title p {
        max-width: 352px;
        font-size: 14px;
        line-height: 27px;
    }

    .pricing-tab-btn {
        padding: 11px 43px;
        font-size: 12px;
        line-height: 24px;
    }

    .pricing-nav-tab-bg {
        padding: 6px 6px;
    }

    .pricing-middel-top-tab-btn {
        padding-top: 17px;
    }

    .pricing-monthly-main {
        padding-top: 50px;
    }

    .pricing-monthly-cards {
        max-width: 300px;
    }

    .pricing-card-top {
        padding-left: 33px;
        padding-top: 33px;
        padding-bottom: 33px;
    }

    .pricing-top-left {
        max-width: 40px;
    }

    .pricing-top-right h6 {
        font-size: 28px;
        margin-bottom: 0px;
        line-height: 41.2px;
    }

    .pricing-top-right p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 0px;
    }

    .pricing-top-right {
        padding-left: 19px;
    }

    .pricing-card-middel {
        padding-left: 33px;
        padding-bottom: 27px;
    }

    .pricing-m-left {
        max-width: 20px;
    }

    .pricing-middel-cards {
        padding-bottom: 20px;
    }

    .pricing-m-right p {
        font-size: 14px;
        line-height: 19px;
    }

    .pricing-m-text p {
        max-width: 214px;
        font-size: 12px;
        line-height: 20px;
    }

    .pricing-bottom {
        padding-top: 35px;
        padding-bottom: 45px;
    }

    .pricing-b-top h6 {
        font-size: 31px;
        margin-bottom: 0px;
        line-height: 43.2px;
    }

    .pricing-bottom-btn {
        padding-top: 20px;
    }

    .pricing-bottom-btn a {
        padding: 12px 36px;
        font-size: 14px;
        line-height: 24px;
    }

    .pricing-middel {
        padding-bottom: 80px;
    }

    /* FREQUESTLY-ASK-SECTION */

    .frequestly-ask-pd {
        padding: 49px 49px;
    }

    .frequestly-inner-left h6 {
        font-size: 36px;
        line-height: 49.6px;
        margin-bottom: 20px;
        max-width: 448px;
    }

    .frequestly-inner-left p {
        font-size: 12px;
        line-height: 20px;
    }

    .frequestly-ask-btn {
        padding: 20px 30px;
        font-size: 16px;
    }

    .frequestly-ask-btn:after {
        font-size: 28px;
    }

    .active:after {
        width: 17px;
        height: 4px;
    }

    .frequestly-ask-body {
        padding-left: 30px;
    }

    .frequestly-ask-text p {
        font-size: 12px;
        line-height: 21px;
    }

    .frequestly-inner-right {
        max-width: 480px;
        width: 100%;
    }

    .frequestly-right {
        display: flex;
        justify-content: end;
    }

    /* PROUD-SECTION */

    .proud-section-bg {
        top: 60px;
        padding-bottom: 35px;
    }

    .proud-section-pd {
        padding-top: 80px;
        padding-bottom: 37px;
    }

    .proud-bottom-main {
        padding-top: 60px;
    }

    .proud-section-pd {
        padding-top: 56px;
    }

    .proud-bottom-main {
        padding-top: 30px;
    }

    .proud-top-title h6 {
        font-size: 47px;
        line-height: 58.6px;
        margin-bottom: 10px;
    }

    .proud-b-images {
        max-width: 245px;
        height: 227px;
    }

    .proud-top-title p {
        font-size: 15px;
        line-height: 26px;
        max-width: 618px;
    }

    /* DATA-ANALYTS-SECTION-START */

    .data-analyts-pd {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .data-anylyts-inner h5 {
        font-size: 23px;
        line-height: 26.8px;
        margin-bottom: 11px;
    }

    .data-anylyts-inner h6 {
        font-size: 44px;
        line-height: 49.6px;
        margin-bottom: 14px;
    }

    .data-anylyts-inner p {
        font-size: 16px;
        line-height: 26px;
        max-width: 608px;
    }


    .our-goals-main {
        padding: 50px 0px;
    }

    .our-goals-inner h5 {
        font-size: 18px;
        margin-bottom: 9px;
        line-height: 24.8px;
    }

    .our-goals-inner h6 {
        font-size: 36px;
        margin-bottom: 17px;
        line-height: 48.6px;
        max-width: 427.002px;
    }

    .our-goals-inner p {
        font-size: 12px;
        line-height: 20px;
        max-width: 438.002px;
    }

    .corporate-b-top-icons {
        max-width: 37px;
        height: auto;
    }

    .corporate-b-middel-text h6 {
        font-size: 20px;
        line-height: 33.6px;
        margin-bottom: 7px;
    }

    .corporate-b-middel-text p {
        font-size: 13px;
        line-height: 24px;
        max-width: 231px;
    }

    .corporate-b-cards {
        padding-bottom: 60px;
    }

    .corporate-pd {
        padding: 65px 0px;
    }

    .corporate-top-title h6 {
        font-size: 37px;
        margin-bottom: 5px;
    }

    .corporate-top-title p {
        font-size: 14px;
    }

    .corporate-bottom-bg {
        padding: 50px 50px;
        margin-top: 40px;
    }


    .talanted-left-inner-text h6 {
        font-size: 38px;
        line-height: 49.6px;
        margin-bottom: 13px;
    }

    .talanted-left-inner-text p {
        font-size: 14px;
        line-height: 24px;
        max-width: 318px;
    }

    .talanted-team-bottom-text h6 {
        font-size: 17px;
        line-height: 25.6px;
        margin-bottom: 0px;
    }

    .talanted-team-bottom-text {
        padding-left: 21px;
        padding-top: 21px;
        padding-bottom: 15px;
    }

    .talanted-team-bottom-text p {
        font-size: 12px;
        line-height: 24px;
    }

    .talanted-team-card-body {
        max-width: 264px;
        margin-bottom: 13px;
        margin-right: 13px;
    }

    .talanted-team-top-image {
        max-width: 214px;
        height: 164px;
    }


    section.talnted-team-section {
        padding-bottom: 78px;
    }

    .read-blogs-pd {
        padding-top: 78px;
        padding-bottom: 48px;
        top: 60px;
    }

    .read-top-title h6 {
        font-size: 41px;
        line-height: 41.6px;
        margin-bottom: 14px;
    }

    .read-top-title p {
        /* font-size: 14px; */
        line-height: 27px;
        max-width: 655px;
    }

    .treanding-post-main {
        padding: 40px 40px;
    }

    .treanding-post-inner-left h4 {
        font-size: 43px;
        line-height: 97.8px;
        margin-bottom: 14px;
    }

    .treanding-post-inner-left h5 {
        font-size: 35px;
        margin-bottom: 15px;
        line-height: 43.6px;
        max-width: 552px;
    }

    .treanding-post-inner-left h6 {
        font-size: 13px;
        max-width: 400px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .treanding-post-inner-left p {
        font-size: 14px;
    }

    .treanding-post-right-inner-image {
        max-width: 436px;
        height: 282px;
    }

    .treanding-post-section {
        padding-top: 150px;
    }

    .all-post-section-pd {
        padding: 37px 0px;
    }

    .all-post-top-title h6 {
        font-size: 37px;
        line-height: 53.6px;
    }

    .all-post-bottom-main {
        padding-top: 35px;
    }

    .all-post-card-bot-text h5 {
        font-size: 17px;
        line-height: 26.6px;
        max-width: 411px;
        margin-bottom: 10px;
    }

    .all-post-card-bot-text {
        padding-top: 20px;
    }

    .all-post-card-bot-text p {
        font-size: 12px;
        line-height: 20px;
    }

    .all-post-card-bot-text h6 {
        font-size: 13px;
        margin-bottom: 14px;
        line-height: 21px;
    }

    .all-post-card-top-image {
        height: 206px;
    }

    .all-post-b-row {
        margin-bottom: 50px;
    }

    .freetrail-top-title h6 {
        font-size: 21px;
    }

    .freetrail-top-title p {
        margin-bottom: 0px;
        font-size: 12px;
    }

    .freetrail-input {
        padding-top: 10px;
    }

    .f-edit label {
        font-size: 15px;
    }

    .freetrail-input form button {
        padding: 11px 0px;
        margin-top: 20px;
        font-size: 14px;
    }

    .close-btn {
        right: 30px;
    }
}

/* 1200px To 1399px */

@media screen and (min-width: 1200px) and (max-width:1399px) {

    .chat-toggle {
        top: 987px;
    }

    .chat-bot-container {
        /* top: 1145px; */
        right: 20px !important;
    }

    .chat-toggle svg {
        width: 34px;
        height: 26px;
    }

    /* HEADER */

    .for-dropdown {
        font-size: 14px;
        margin: 10px 0px;
    }

    .dropdown:not(:checked)+label .uil {
        font-size: 19px;
    }

    .dropdown:checked+label .uil {
        font-size: 14px !important;
        margin-left: 8px !important;
    }

    .section-dropdown {
        top: 90px !important;
    }

    .dropdown:not(:checked)+label .uil {
        font-size: 21px;
    }

    .h-left-logo a {
        max-width: 115px;
    }

    .h-r-left-main ul li {
        margin: 0px 20px;
    }

    .h-r-left-main ul li a {
        font-size: 14px;
    }

    .h-r-f-trail button {
        padding: 20px 35px;
        font-size: 14px;
    }


    .h-r-f-trail a {
        padding: 17px 35px;
        font-size: 15px;
    }

    /* WORK-WITH-US-SECTION */

    .work-with-us-top-title h6 {
        font-size: 20px;
        line-height: 19.8px;
        margin-bottom: 16px;
    }

    .work-with-us-top-title h5 {
        font-size: 38px;
        line-height: 57.6px;
        max-width: 466px;
        margin-bottom: 10px;
    }

    .work-with-us-top-title p {
        font-size: 13px;
        line-height: 21px;
        max-width: 466px;
        margin-bottom: 0px;
    }

    .our-services-middel-bg {
        max-width: 1380px;
    }

    /* IMPRESSIONS-SECTION-START */

    .impressions-left-inner-top-text h6 {
        font-size: 45px;
        line-height: 51.6px;
        margin-bottom: 10px;
    }

    .impressions-right-inner-image {
        max-width: 480px;
        height: auto;
    }

    .impressions-left-inner-top-text p {
        max-width: 500px;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 26px;
    }

    .impressions-section-pd {
        padding: 50px 0px;
    }

    /* MARKETING-SECTION-START */


    .marketing-left-bottom-text h6 {
        font-size: 41px;
        line-height: 58.6px;
        margin-bottom: 17px;
        max-width: 620px;
    }

    .marketing-right-card-right p {
        font-size: 14px;
    }

    .marketing-right-card-right h5 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .marketing-right-card-left {
        width: 58px;
        height: 58px;
    }

    .marketing-right-card-left img {
        max-width: 29px;
    }

    .marketing-left-bottom-text p {
        max-width: 496px;
        font-size: 17px;
        line-height: 25px;
    }

    .marketing-left-top-title h5 {
        margin-bottom: 16px;
    }

    .marketing-right-cards {
        padding-bottom: 40px;
    }

    /* FEATURE-SECTION */

    .feature-card-l-inner-top-icon {
        max-width: 43px;
    }

    .feature-card-l-inner-bottom-text h5 {
        font-size: 30px;
        line-height: 38.2px;
        margin-bottom: 8px;
        max-width: 339px;
    }

    .feature-card-l-inner-bottom-text p {
        max-width: 339px;
        font-size: 15px;
        line-height: 22px;
    }

    .feature-card-l-inner-bottom-text {
        padding-top: 17px;
    }

    .feature-middel-section-bg {
        padding: 45px 50px;
    }

    .feature-top-title h6 {
        font-size: 40px;
        line-height: 45.6px;
        margin-bottom: 0px;
    }

    /* CUSTOMER-SECTION */

    .customer-card-body {
        padding: 60px 60px;
    }

    .customer-section-pd {
        padding-bottom: 90px;
    }

    .ready-top-title h6 {
        font-size: 49px;
        line-height: 66.6px;
        max-width: 756px;
        margin-bottom: 11px;
    }

    .ready-top-title p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
        /* color: #852c2c67; */
    }

    .ready-bot-btn a {
        padding: 15px 37px;
        font-size: 14px;
        line-height: 24px;
    }

    /* FOOTER */
    .footer-pd {
        padding-top: 97px;
    }

    .f-left-cards p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .f-left-cards a {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 8px;
    }

    .f-right-top {
        /* max-width: 110px; */
    }

    .f-right-bottom h6 {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 13px;
    }

    .f-input input[type="email"] {
        padding: 9px 17px;
        max-width: 290px;
    }

    .f-input input[type="email"]::placeholder {
        font-size: 14px;
    }

    .f-btn button {
        padding: 13px 34px;
        font-size: 13px;
        line-height: 24px;
    }

    .footer-right-line {
        max-width: 355px;
    }

    .footer-left-line {
        max-width: 345px;
    }

    .footer-bottom {
        padding-top: 40px;
    }

    .footer-social-icons a {
        max-width: 18px;
        margin-right: 24px;
    }

    /* CONTACT-PAGE-CSS */

    .contact-section-bg {
        top: 79px;
    }

    .contact-section-pd {
        padding-top: 55px;
        padding-bottom: 180px;
    }

    .contact-top-title h6 {
        font-size: 48px;
        margin-bottom: 50px;
    }

    .contact-b-left-top h6 {
        font-size: 34px;
        line-height: 43.2px;
        margin-bottom: 9px;
    }

    .contact-bottom-bg {
        padding: 50px 50px;
    }

    .contact-b-left-top p {
        font-size: 17px;
        line-height: 27px;
    }

    .contact-bottom-main {
        padding-top: 40px;
    }

    .contact-b-left-top-input input[type="text"] {
        padding: 18px 22px;
        max-width: 303px;
    }

    .contact-b-left-top-input input[type="text"]::placeholder {
        font-size: 14px;
    }

    .contact-b-left-middel-input input[type="email"]::placeholder {
        font-size: 14px;
    }

    .contact-b-left-middel-input input[type="email"] {
        padding: 18px 22px;
    }

    .contact-b-left-middel-input input[type="text"] {
        padding: 18px 22px;
    }

    .contact-b-left-middel-input input[type="text"]::placeholder {
        font-size: 14px;
    }

    .contact-b-left-bottom-text textarea::placeholder {
        font-size: 14px;
    }

    .contact-b-left-bottom-text textarea {
        height: 136px;
    }

    .contact-b-left-s-btn button {
        padding: 12px 40px;
        font-size: 14px;
    }

    .contact-b-r-icon-bg {
        max-width: 40px;
        height: 40px;
    }

    .contact-b-r-icon-bg img {
        max-width: 15px;
    }

    .contact-b-right-text h6 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .contact-b-right-text p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    /* PRODUCT-PAGE-CSS */

    .grow-section-bg {
        top: 79px;
    }

    .grow-left-top-text h6 {
        font-size: 44px;
        line-height: 51.6px;
        margin-bottom: 11px;
    }

    .grow-right-inner-image {
        max-width: 520px;
    }

    .grow-left-top-text p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0px;
        max-width: 483px;
    }

    .grow-section-pd {
        padding-top: 80px;
    }

    .grow-b-left a,
    .grow-b-right a {
        padding: 14px 37px;
        font-size: 13px;
        line-height: 24px;
    }

    .grow-left-bottom {
        padding-top: 22px;
    }

    .grow-main {
        padding-bottom: 70px;
    }

    .g-logo {
        max-width: 129.967px;
    }

    /* OUR-SERVICES-SECTION */

    .our-service-top-title {
        padding-top: 102px;
        padding-bottom: 40px;
    }

    .our-service-top-title h6 {
        font-size: 46px;
        line-height: 55.6px;
        max-width: 768px;
    }

    .our-services-middel-pd {
        padding-left: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 60px;
    }

    .our-services-card-top-icon {
        max-width: 45px;
    }

    .our-services-card-bottom-text h6 {
        font-size: 21px;
        line-height: 32.6px;
        margin-bottom: 10px;
    }

    .our-services-card-bottom-text p {
        max-width: 368px;
        font-size: 15px;
        line-height: 24px;
    }

    .our-services-card-body {
        padding-bottom: 45px;
    }

    .our-services-middel-bg {
        max-width: 1290px;
    }

    /* OUR-SERVICES-SECTION */

    .data-left-inner h5 {
        font-size: 23px;
        line-height: 26.8px;
        margin-bottom: 13px;
    }

    .data-left-inner h6 {
        max-width: 516px;
        font-size: 49px;
        line-height: 53.6px;
        margin-bottom: 15px;
    }

    .data-left-inner p {
        max-width: 462px;
        font-size: 14px;
        line-height: 24px;
    }

    .data-right-inner-image {
        max-width: 440.983px;
    }

    .data-section-pd {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    /* TIME-TRACKER-SECTION */

    .time-tracker-left-image {
        max-width: 470px;
    }

    .timer-tracker-right-inner-text h5 {
        font-size: 20px;
        line-height: 24.8px;
        margin-bottom: 16px;
    }

    .timer-tracker-right-inner-text h6 {
        font-size: 42px;
        line-height: 52.6px;
        margin-bottom: 14px;
    }

    .timer-tracker-right-inner-text p {
        font-size: 15px;
        max-width: 536px;
        line-height: 23px;
    }

    .time-tracker-pd {
        padding-bottom: 0px;
    }

    /* LEAD-SECTION-START */

    .lead-right-inner-image {
        max-width: 500px;
    }

    .lead-right {
        display: flex;
        justify-content: center;
    }

    .lead-left-text h5 {
        font-size: 22px;
        line-height: 24.8px;
        margin-bottom: 9px;
    }

    .lead-left-text h6 {
        font-size: 44px;
        line-height: 49.6px;
        margin-bottom: 19px;
    }

    .lead-left-text p {
        max-width: 496px;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .lead-section-pd {
        padding-top: 115px;
    }

    /* REAL-SECTION-START */

    .real-section-pd {
        padding-top: 115px;
    }

    .real-left-image {
        max-width: 470px;
    }

    .real-right-inner h5 {
        font-size: 20px;
        line-height: 17.8px;
        margin-bottom: 11px;
    }

    .real-right-inner h6 {
        font-size: 41px;
        line-height: 47.6px;
        margin-bottom: 15px;
    }

    .real-right-inner p {
        max-width: 496px;
        font-size: 15px;
        line-height: 24px;
    }

    /* PRICING-SECTION */

    .pricing-section-pd {
        padding-top: 80px;
        top: 79px;
    }

    .pricing-top-title h6 {
        font-size: 48px;
        line-height: 63.6px;
        margin-bottom: 17px;
        max-width: 469px;
    }

    .pricing-top-title p {
        max-width: 362px;
        font-size: 16px;
        line-height: 27px;
    }

    .pricing-tab-btn {
        padding: 12px 41px;
        font-size: 13px;
        line-height: 24px;
    }

    .pricing-monthly-cards {
        max-width: 355px;
    }

    .pricing-card-top {
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .pricing-card-middel {
        padding-top: 32px;
        padding-left: 40px;
        padding-bottom: 28px;
    }

    .pricing-top-left {
        max-width: 48px;
    }

    .pricing-top-right h6 {
        line-height: 40.2px;
        font-size: 32px;
        margin-bottom: 0px;
    }

    .pricing-top-right p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .pricing-m-right p {
        font-size: 15px;
        line-height: 24px;
    }

    .pricing-m-left {
        max-width: 22px;
    }

    .pricing-middel-cards {
        padding-bottom: 22px;
    }

    .pricing-m-text p {
        max-width: 267px;
        font-size: 13px;
        line-height: 21px;
    }

    .pricing-bottom {
        padding-top: 27px;
        padding-bottom: 45px;
    }

    .pricing-b-top h6 {
        font-size: 31px;
        line-height: 41.2px;
    }

    .pricing-bottom-btn {
        padding-top: 20px;
    }

    .pricing-bottom-btn a {
        padding: 13px 36px;
        font-size: 14px;
    }

    /* PROUD-SECTION */

    .proud-section-bg {
        top: 79px;
    }

    .proud-section-pd {
        padding-top: 80px;
        padding-bottom: 37px;
    }

    .proud-bottom-main {
        padding-top: 60px;
    }

    .proud-section-pd {
        padding-top: 70px;
    }

    .proud-bottom-main {
        padding-top: 50px;
    }

    .data-anylyts-inner h5 {
        font-size: 24px;
        line-height: 28.8px;
        margin-bottom: 12px;
    }

    .data-anylyts-inner h6 {
        color: var(--Primary, #1D2130);
        font-family: 'Roboto-Bold';
        font-size: 44px;
        line-height: 45.6px;
        margin-bottom: 15px;
    }

    .data-anylyts-inner p {
        max-width: 590px;
        font-size: 16px;
        line-height: 26px;
    }

    .data-analyts-pd {
        padding-top: 91px;
        padding-bottom: 91px;
    }


    .our-goals-main {
        padding: 70px 0px;
    }

    .our-goals-inner h5 {
        font-size: 20px;
        margin-bottom: 13px;
        line-height: 24.8px;
    }

    .our-goals-inner h6 {
        font-size: 38px;
        margin-bottom: 17px;
        line-height: 52.6px;
        max-width: 487.002px;
    }

    .our-goals-inner p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0px;
        max-width: 528.002px;
    }

    .corporate-b-top-icons {
        max-width: 40px;
        height: auto;
    }

    .corporate-b-middel-text h6 {
        font-size: 22px;
        line-height: 33.6px;
        margin-bottom: 13px;
    }

    .corporate-b-middel-text p {
        font-size: 16px;
        line-height: 26px;
        max-width: 281px;
    }

    .corporate-b-cards {
        padding-bottom: 60px;
    }

    .corporate-pd {
        padding: 105px 0px;
    }

    .corporate-top-title h6 {
        font-size: 43px;
        margin-bottom: 12px;
    }

    .talanted-left-inner-text h6 {
        font-size: 46px;
        line-height: 49.6px;
        margin-bottom: 13px;
    }

    .talanted-left-inner-text p {
        font-size: 17px;
        line-height: 27px;
        max-width: 388px;
    }

    .talanted-team-bottom-text h6 {
        font-size: 20px;
        line-height: 27.6px;
        margin-bottom: 2px;
    }

    .talanted-team-bottom-text {
        padding-left: 26px;
        padding-top: 22px;
    }

    .talanted-team-bottom-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .talanted-team-card-body {
        max-width: 264px;
        margin-bottom: 16px;
        margin-right: 16px;
    }

    .talanted-team-top-image {
        max-width: 214px;
        height: 204px;
    }

    section.talnted-team-section {
        padding-bottom: 90px;
    }

    /* BLOG-PAGE START */

    .read-blogs-pd {
        padding-top: 80px;
        top: 79px;
    }

    .read-top-title h6 {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .read-top-title p {
        font-size: 16px;
        line-height: 28px;
        max-width: 715px;
    }

    .treanding-post-main {
        padding: 50px 50px;
    }

    .treanding-post-inner-left h4 {
        font-size: 21px;
        line-height: 27.8px;
        margin-bottom: 14px;
    }

    .treanding-post-inner-left h5 {
        font-size: 41px;
        margin-bottom: 15px;
        line-height: 49.6px;
        max-width: 552px;
    }

    .treanding-post-inner-left h6 {
        font-size: 15px;
        max-width: 472px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .treanding-post-inner-left p {
        font-size: 15px;
    }

    .all-post-section-pd {
        padding: 78px 0px;
    }

    .all-post-top-title h6 {
        font-size: 45px;
        line-height: 58.6px;
    }

    .all-post-bottom-main {
        padding-top: 50px;
    }

    .all-post-card-bot-text h5 {
        font-size: 20px;
        line-height: 33.6px;
        max-width: 411px;
        margin-bottom: 15px;
    }

    .all-post-card-bot-text {
        padding-top: 30px;
    }

    .all-post-card-bot-text p {
        font-size: 15px;
        line-height: 24px;
        opacity: 0.6;
    }

    .all-post-card-bot-text h6 {
        font-size: 15px;
        margin-bottom: 16px;
        line-height: 23px;
        opacity: 0.87;
    }

    .frequestly-inner-left h6 {
        font-size: 44px;
        line-height: 56.6px;
        margin-bottom: 21px;
    }

    .frequestly-inner-left p {
        font-size: 13px;
        line-height: 22px;
        max-width: 368px;
    }

    .frequestly-ask-btn {
        padding: 24px 30px;
        font-size: 21px;
        line-height: 33.6px;
    }

    .frequestly-ask-btn:after {
        font-size: 28px;
    }

    .frequestly-ask-body {
        padding-left: 30px;
    }
}

@media screen and (min-width: 1400px) and (max-width:1600px) {
    .chat-toggle {
        top: 1030px;
    }

    .chat-bot-container {
        top: 559px;
        right: 27px !important;
    }

    .chat-toggle svg {
        width: 34px;
        height: 26px;
    }
}