@media (max-width: 1350px) {
    .calc-card .nav-tabs li.nav-item {
        min-width: 150px;
        padding: 0px 10px;
    }
}

@media (max-width: 767px) {

    p.title {
        font-size: 24px;
    }

    .custom-navbar .hamburger {
        display: flex;
        padding: 5px;
    }

    .custom-navbar ul li.contact-btn {
        display: inline-block;
    }

    .custom-navbar .btns {
        display: none;
    }

    .custom-navbar {
        margin-top: 10px;
        padding: 6px 6px;
    }

    .custom-navbar ul {
        position: fixed;
        right: -100%;
        top: 0;
        height: 100vh;
        width: 230px;
        background: #fff;
        flex-direction: column;
        padding: 80px 30px;
        gap: 20px;
        transition: 0.3s;
        box-shadow: -2px 0 20px rgba(0, 0, 0, 0.1);
    }

    .custom-navbar ul.active {
        right: 0;
    }

    .custom-navbar .logo {
        width: 90px;
        height: auto;
        min-height: 0;
    }

    #navLinks a.small-btn {
        text-align: center;
        display: inline-block;
    }

    .canvas {
        display: none;
    }

    .hero-section-details {
        width: 100%;
    }

    .hero-section-wrapper {
        padding-top: 130px;
        padding-bottom: 70px;
    }

    .hero-title {
        font-size: 44px;
    }

    .industry-tabs-wrapper .nav-link .tab-description {
        display: none;
    }

    .industry-tabs-wrapper .tab-content-description {
        display: inline-block;
        font-size: 14px;
        padding-bottom: 20px;
    }

    .industry-tabs-wrapper .tab-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .flex-column {
        flex-direction: row !important;
    }

    .industry-tabs-wrapper .nav-link .tab-titel {
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .industry-tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: thin;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .industry-tabs-wrapper .nav-link {
        margin-bottom: 10px;
    }

    .industry-tabs-wrapper .tab-content .tab-pane .tab-content-image-wrapper {
        padding: 15px;
    }

    .mini-card {
        width: 150px;
        height: auto;
        left: -30px;
        background-position: 70px -1px;
        padding: 10px;
    }

    .mini-card.right {
        left: auto !important;
        right: -25px;
    }

    .mini-card p.totals {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .mini-card .returns p {
        font-size: 10px;
    }

    .review-card .stars {
        margin-bottom: 10px;
    }

    .review-card p.review-text {
        margin-bottom: 20px;
    }

    .client-review-section {
        padding: 40px 0;
    }

    .industry-leaders-section {
        padding: 80px 0;
    }

    .action-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .action-section p.description {
        width: 90% !important;
    }

    .partnership-section-bg {
        padding: 30px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .partnership-section-bg .partnership-detalis p:first-child {
        font-size: 24px;
    }

    .partnership-section-bg .partnership-detalis span.frappe-logo {
        width: 40%;
        height: 30px;
        margin-right: 5px;
    }

    .partnership-section-bg .partnership-detalis .partnership-btn::after {
        width: 15px;
        height: 15px;
        background-size: 15px;
        right: -5px;
    }

    .partnership-section-bg .partnership-detalis .partnership-btn {
        width: 60%;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        height: 30px;
        text-align: left;

    }

    .partnership-section-bg .partnership-detalis p:last-child {
        font-size: 14px;
        width: 100%;
    }

    .partnership-section-bg .partnership-img-wrapper {
        width: 100%;
        height: 100%;
        margin-top: 30px;
    }

    footer .site-map {
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }

    footer .site-map .d-flex {
        width: 100%;
        margin-bottom: 40px;
    }

    footer .ul-wrapper {
        margin-right: auto;
        width: 25%;
    }

    footer .ul-wrapper p {
        font-size: 14px;
    }

    footer .ul-wrapper ul li a {
        font-size: 12px;
    }

    .site-map .subscribe p:first-child {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .site-map .subscribe form {
        margin-bottom: 14px;
    }

    .subscribe .button-arrow::after {
        right: 20px;
    }

    .site-map .subscribe form input {
        height: 40px;
        padding-right: 64px;
        padding-left: 10px;
    }

    .site-map .subscribe form button {
        width: 50px;
        height: 40px;
    }

    footer p.copyright {
        padding: 20px 0 20px 0;
        font-size: 12px;
    }

    .site-map .subscribe p:last-child {
        font-size: 12px;
    }

    .about-page .hero-title {
        font-size: 34px;
        padding-top: 0;
    }

    .about-page .hero-description {
        font-size: 14px;
    }

    section.company-mission {
        padding-top: 80px;
    }

    .company-mission p.description {
        margin-bottom: 20px;
    }

    .company-mission-cards {
        flex-wrap: wrap;
    }

    .company-mission-cards .company-mission-card {
        width: 100%;
        padding: 20px;
        min-height: auto;
    }

    .company-mission-card p.card-title {
        font-size: 18px;
    }

    .company-mission-card p.card-desc {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 25px;
    }

    .company-mission-card .card-img-wrapper {
        width: 150px;
        height: auto;
    }

    .company-value p.description {
        width: 100% !important;
    }

    .company-value-timeline ul {
        margin-top: 40px;
    }

    .company-value-timeline ul li {
        padding-bottom: 10px;
        height: 145px;
    }

    .company-value-timeline ul li div {
        width: 90%;
    }

    .company-value-timeline ul li::after {
        left: auto;
        right: 5px;
    }

    .company-value-timeline ul li.right {
        justify-content: flex-start;
    }

    .company-value-timeline ul li::before {
        left: auto;
        right: -17px;
    }

    .company-value-timeline ul li p:last-child {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .company-value-timeline ul li p:first-child {
        font-size: 18px;
    }

    .page-title-section .title-wrapper {
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .page-title-section .title-wrapper p {
        font-size: 38px;
        padding: 0 40px;
    }

    .industries-section p.description {
        width: 100% !important;
    }

    .calculator-section {
        padding-top: 80px;
    }

    .calculator-section .calc-cards {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .calculator-section .calc-card {
        width: 100%;
        padding: 15px;
    }

    .calc-form-input {
        margin-bottom: 15px;
    }

    select {
        padding: 10px 40px 10px 10px;
        font-size: 12px;
    }

    .calc-form-input label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .calc-form-input .option-label {
        font-size: 12px;
        height: auto;
        padding: 10px 0;
    }

    .calc-form-input .options {
        flex-wrap: wrap;
        gap: 10px;
    }

    .calc-form-input .options div {
        width: 48% !important;
    }

    .calc-form-input .options div:last-child {
        width: 100% !important;
    }

    .calc-card .calc-btn {
        font-size: 14px;
        height: 42px;
    }

    .book-free-div-wrapper p.text {
        font-size: 14px;
    }

    .calc-card .nav-tabs {
        overflow-x: auto;
    }

    .gauge-value span {
        width: 30px;
        height: 30px;
        border-radius: 7px;
        background-size: 20px 20px;
        margin-bottom: 0;
    }

    .gauge-value h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .gauge-value p {
        font-size: 12px;
    }

    .book-free-div-wrapper {
        margin-top: 10px;
    }

    .gauge-value {
        margin-top: -70px;
    }

    .success-story-carousel .carousel-item .g45 {
        flex-wrap: wrap;
        gap: 20px !important;
    }

    .success-story-carousel .carousel-item {
        padding: 10px;
    }

    .success-story-carousel .carousel-item-left .carousel-img-wrapper {
        min-width: auto;
        height: auto;
        margin-bottom: 20px;
    }

    .success-story-carousel .carousel-item-left p,
    .success-story-carousel .carousel-item-right p.p-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .success-story-carousel .carousel-item-right p.p-text {
        font-size: 12px;
        margin-bottom: 15px;
        text-align: justify;
    }

    .success-story-carousel .carousel-item-right .rate p:first-child {
        font-size: 22px;
    }

    .success-story-carousel .carousel-item-right .rate p {
        font-size: 14px;
    }

    .success-story-carousel .carousel-control-next,
    .success-story-carousel .carousel-control-prev {
        opacity: .8;
        background-color: #000000;
        width: 40px;
        height: 40px;
        border-radius: 100% !important;
        top: 50%;
    }

    .success-story-carousel .carousel-inner {
        width: 90%;
    }

    .carousel-control-next {
        right: -5px;
    }

    .carousel-control-prev {
        left: -5px;
    }

    section.success-story-carousel {
        margin-bottom: 80px;
    }

    section.solution-details {
        padding-top: 40px;
    }

    .solution-details .title-section {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    .solution-details .img-wrapper-side {
        width: 100%;
        min-width: auto;
        height: auto;
        min-height: auto;
        margin-bottom: 20px;
    }

    .solution-details p.title {
        width: 100%;
        padding: 0;
    }

    .solution-details p.description {
        width: 100%;
    }

    .solution-details p.row-text {
        font-size: 14px;
        margin-bottom: 40px;
        padding-right: 10px;
        text-align: justify;
    }

    .industry-details p.description {
        width: 90%;
        margin-bottom: 50px;
    }

    .g-88 {
        gap: 20px !important;
        flex-direction: column-reverse;
    }

    .industry-details .img-wrapper-side {
        width: 100%;
        min-width: auto;
        height: auto;
        min-height: auto;
    }

    .mb-60 {
        margin-bottom: 40px !important;
        flex-wrap: wrap;
    }

    .g-60 {
        gap: 20px !important;
    }

    .industry-details .details-side .details-div p:first-child {
        font-size: 18px;
    }

    .industry-details .details-side .details-div p:last-child {
        font-size: 14px;
        text-align: justify;
    }

    section.industry-details {
        padding-top: 40px;
    }

    .get-in-touch-section p.description {
        width: 100% !important;
    }

    .get-in-touch-form-wrapper {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .get-in-touch-form-wrapper div {
        padding: 20px;
    }

    .get-in-touch-form-wrapper div,
    .get-in-touch-form-wrapper form {
        width: 100%;
        z-index: 1;
    }

    .get-in-touch-form-wrapper div p:first-child {
        font-size: 18px;
        margin-bottom: 10px;
        width: 100%;
    }

    .get-in-touch-form-wrapper div p.text {
        font-size: 13px;
        margin-bottom: 20px;
        padding-right: 10px;
    }

    .get-in-touch-form-wrapper div ul li {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .get-in-touch-form-wrapper div ul span {
        width: 15px;
        height: 15px;
        margin-right: 15px;
    }

    .get-in-touch-form-wrapper {
        background-position: top center;
        gap: 0px !important;
    }

    .custom-form .form-group {
        padding: 0;
        margin-bottom: 15px;
    }

    .custom-form {
        padding: 15px;
    }

    .custom-form label {
        font-size: 14px;
        margin-bottom: 10px;

    }

    .custom-form input,
    .custom-form textarea {
        padding: 10px;
        font-size: 12px;
    }

    .custom-form .form-btn {
        height: 42px;
        font-size: 14px;
    }

    .survey-section {
        padding-top: 80px;
    }

    .survey-section p.description {
        width: 96% !important;
    }

    .surver-form-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .surver-form-wrapper .custom-form .form-btn {
        font-size: 10px;
    }

    span.arrow {
        background-size: contain;
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
    }

    .get-in-touch-form-wrapper div ul li a {
        font-size: 14px;
    }

    .industry-solutions p.description {
        width: 95%;
    }

    .lg-btn {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .lg-btn {
        font-size: 12px;
    }

    p.title {
        line-height: unset !important;
        font-size: 20px !important;
        padding: 0 20px;
    }

    .leader-logos-wrapper .leader-logo-img-wrapper {
        height: 20px;
    }

    p.description {
        font-size: 12px;
        width: 95%;
    }

    .action-section p.description {
        width: 90% !important;
    }

    .button-arrow::after {
        background-size: 18px;
        width: 18px;
        height: 18px;
        right: 24px;
    }

    .partnership-section-bg .partnership-detalis p:last-child {
        font-size: 12px;
    }

    footer p.copyright {
        font-size: 12px;
    }

    .company-mission-card .card-img-wrapper {
        width: 120px;
        height: auto;
    }

    .calculator-section p.title {
        font-size: 18px !important;
        padding: 0 10px;
    }

    .book-free-div-wrapper p.text {
        font-size: 12px;
    }

    .book-free-div-wrapper p:first-child {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .calc-card .nav-tabs li.nav-item {
        min-width: 130px;
        padding: 0;
    }

    .success-story-slider p.description {
        width: 90% !important;
    }

    footer .site-map .d-flex {
        flex-wrap: wrap;
    }

    footer .ul-wrapper {
        margin-right: 0;
        width: 50%;
        margin-bottom: 20px;
    }

}