@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Petrona:wght@400;500;600;700;800&display=swap'); */


:root {
    --primary: #154892;
    --secondary: #fc3c02;
    --light-bg: #eef0f3;
    --right-bg: #d9dee6;
    --text-dark: #111111;
    --text-gray: #444444;
    --heading-size: 20px;
    --subheading-size: 20px;
    --text-size: 16px;

    --main-heading: calc(1.3rem + .6vw);

    --mob-heading-font-size: 1.5rem !important;


}

:root {
    --font-heading: 'Poppins', serif;
    --font-body: 'Poppins', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* Global Styles */

body {
    font-family: var(--font-primary);
    color: var(--text-color);
    background: var(--white);
}

body,
html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: calc(1.3rem + .6vw);
}

.hero {
    background: var(--light);
    min-height: 90vh;
}

.hero h1 {
    font-size: var(--fs-xxl);
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.card {
    border: none;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

/* Hero Section */
.hero-banner {
    position: relative;
    overflow: hidden;
    background: var(--light-bg);
    position: relative;
    background-image: url('https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1781691113028.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 550px;
    display: flex;
    align-items: center;
}




.hero-content,
.hero-image {
    position: relative;
    z-index: 2;
}

.hero-logo {
    max-width: 320px;
}

.hero-title {
    font-family: var(--heading-color);
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-title .orange {
    color: var(--secondary);
    font-family: var(--font-heading);
}

.orange {
    color: var(--secondary);
    font-family: var(--font-heading);
}

.hero-title .blue {
    color: var(--primary);
    font-family: var(--font-heading);
}

.hero-heading {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--text-dark);
    margin-bottom: 25px;
}

.hero-text {
    font-size: 1.25rem;
    color: var(--text-gray);
    line-height: 1.7;
    max-width: 650px;

}

.powered-by {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.3rem;
    color: var(--text-gray);
    margin-bottom: 20px;
}

.hidoc-logo {
    height: 45px;
}

.trust-badge {
    display: inline-block;
    background: rgba(2, 69, 112, 0.1);
    color: var(--primary);
    border: 1px solid rgba(2, 69, 112, 0.15);
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
}

.hero-image {
    max-width: 90%;
}


.opportunity-section {
    position: relative;
    overflow: hidden;
    background: #f5f6f8;

}

/* Decorative triangle */
.opportunity-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 140px;
    background: rgba(2, 69, 112, 0.12);
    clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.section-title {
    font-size: var(--main-heading);
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
}

.section-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    max-width: 1100px;
    margin-bottom: 0px;
}

.opportunity-card {
    background: transparent;
    border: 1px solid rgba(2, 69, 112, 0.25);
    border-radius: 12px;
    padding: 25px 20px;
    height: 100%;
    transition: 0.3s;
}

.opportunity-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.opportunity-card h4 {
    color: var(--primary);
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
}

.cross-icon {
    color: var(--secondary);
    margin-right: 10px;
}

.opportunity-card p {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.5;
}

.result-text {
    font-size: 30px;
    color: #333;
    line-height: 1.6;
}

.step-line {
    width: 100%;
    height: 3px;
    background: var(--primary);
    margin-bottom: 20px;
}

/* Mobile */
@media (max-width: 768px) {

    .footer .footer-about .logo {
        margin-bottom: 0px;
    }

    
    .scientific-section .intro-badge,
    .scientific-section .deliver-badge {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
    }

    .journey-grid {
        display: block !important;
    }

    .service-card {
        display: block !important;
    }

    .footer .logo img {
        width: 60% !important;
    }

    .blue .service-icon {
        margin: 0 auto;
    }

    .orange .service-icon {
        margin: 0 auto;
    }


    .outcome-grid {
        display: block !important;
        margin: 10px auto;
    }

    .outcome-card {
        margin: 20px auto;
    }

    .hero-banner {
        position: relative;
        overflow: hidden;
        background: var(--light-bg);
        position: relative;
        background-image: url(https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1781778360385.png) !important;
        min-height: 100vh !important;
        padding-top: 20px !important;
        align-items: flex-start !important;
        background-position: 70% bottom;
        background-size: cover;
        text-align: center;
    }

    .hero-title {
        font-size: 1.8rem !important;
    }

    .hero-heading {
        font-size: 1.5rem !important;
    }

    .hero-text {
        font-size: 1rem !important
    }

    .contact-card {
        padding-left: 0px !important;
    }

    .section-title {
        font-size: var(--mob-heading-font-size);
        text-align: center;
        line-height: 1.5em;
        margin-top: 20px;
    }

    .deliver-section {
        text-align: left;
                padding-top: 20px;
    }

    .scientific-section .intro-badge, .deliver-badge{
          display: block!important;
        width: fit-content;
        margin: 1rem auto 0;
        text-align: center;
    }


    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .contact-info span {
        display: none;
        ;
    }

    .journey-section {
        padding: 0px 20px;
    }

    .scientific-section {
        padding: 0px 20px;
    }

    .scientific-section .intro-badge,
    .deliver-badge {
        margin-top: 20px;
    }

    section {
        padding: 0px 20px;
    }

   

    .cta-header h2 {
        font-size: 3rem;
    }

    .header .container-fluid {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cta-header p {
        font-size: 1.2rem;
    }



    .footer .logo img {
        width: 60% !important;
                margin-top: 10px;
    }

    .icon {
        width: 20px !important;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .cta-header h2 {
        font-size: 2.3rem;
    }

    .header .container-fluid {
        display: flex;
        justify-content: start;
        align-items: start;
    }

    .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-btn {
        font-size: 1.4rem;
        padding: 14px 35px;
    }

    .contact-person h4 {
        font-size: 1.4rem;
    }

    .contact-info {
        font-size: 1rem;
    }


    .partner-process,
    .outcome-grid {
        grid-template-columns: 1fr;
    }

    .partner-title {
        font-size: 3rem;
    }

    .outcome-card {
        font-size: 1.5rem;
    }


    .feature-icon {
        font-size: 2.8rem;
    }

    .services-title {
        font-size: 1.5rem !important;
        text-align: center;
        line-height: 1.5em;
    }

    .blue .service-content {
        border-color: transparent !important;
    }

    .orange .service-content {
        border-color: transparent !important;

    }

    .service-icon {
        padding: 0px 15px !important;
    }

    .why-choose-section {
        text-align: center;
    }



    .journey-section {
        padding: 40px 20px !important;
    }


    .service-content {
        border-left: none;
        border-top: 4px solid;
    }

    .service-content h3 {
        font-size: 1.5rem;
    }

    .service-content p {
        font-size: 1rem;
    }


    .section-desc,
    .result-text {
        font-size: 18px;
    }

    .opportunity-card h4 {
        font-size: 20px;
    }

    .why-choose-section {
        padding: 10px 20px !important;
    }

    .advantage-section {
        padding: 10px 20px !important;
    }

    .partner-section {
        padding: 10px 20px !important;
    }

    .contact-cta-section {
        padding: 10px 20px !important;
    }

    .opportunity-card p {
        font-size: 16px;
    }

    .scientific-section {
        padding: 10px 20px !important;
    }

    .journey-title {
        font-size: 2.3rem;
    }

    .step-number {
        font-size: 1.3rem;
    }

    .journey-item h3 {
        font-size: 1.5rem;
    }

    .contact-person h4 {
        text-align: center !important;
    }

    .contact-btn {
        display: block !important;
        width: max-content;
        margin: 0 auto;
    }

}

/* Responsive */
@media (max-width: 991px) {

    .contact-btn {
        display: block !important;
        width: max-content;
        margin: 0 auto;
    }


    .hero-banner::before {
        width: 100%;
        clip-path: none;
        opacity: 0.25;
    }

    .partner-process {
        display: block !important;
        margin: 0 auto;
        text-align: center;
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .hero-heading {
        font-size: 1.8rem;
    }

    .hero-text {
        margin-bottom: 40px;
        font-size: 1rem;
    }

    .hero-image {
        margin-top: 40px;
    }

    .journey-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .journey-title {
        font-size: 3rem;
    }

    .journey-item h3 {
        font-size: 1.7rem;
    }

    .journey-item p {
        font-size: 1rem;
    }
}

.card {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}



.scientific-section {
    background: var(--bg-light);
    padding: var(--section-padding) 0;
}

.deliver-section .intro-badge,
.deliver-badge {
    display: inline-block;
    padding: 12px 22px;
    border-radius: var(--radius);
    color: white !important;
    ;
    font-size: var(--fs-badge);
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px;
}

.scientific-section .intro-badge,
.deliver-badge {
    display: inline-block;
    padding: 12px 22px;
    border: #4674b7;
    border-radius: var(--radius);
    color: #4674b7;
    font-size: var(--fs-badge);
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px;
}

.intro-badge {
    margin-bottom: 25px;
}

.section-heading {
    font-family: var(--heading-font);
    font-size: var(--fs-title);
    font-weight: 700;
    line-height: 1.15;
    color: var(--text-dark);
    margin-bottom: 25px;
}

.section-heading span {
    color: var(--secondary);
}

.section-text {
    font-size: var(--fs-text);
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 20px;
}

.section-mission {
    font-size: calc(var(--fs-text) - 2px);
    color: var(--text-gray);
    line-height: 1.7;
}

.section-mission strong {
    color: var(--text-dark);
}

.section-image {
    width: 100%;
    max-width: 500px;
}

/* .deliver-section{
    margin-top: 70px;
} */

.deliver-item {
    display: flex;
    align-items: center;
    gap: var(--gap);
    font-family: var(--heading-font);
    font-size: var(--fs-feature);
    font-weight: 700;
    color: white;
}

.deliver-item i {
    color: white;
    font-size: 38px;
    margin-right: 20px;
}

.deliver-item:hover {
    transform: translateX(5px);
    transition: var(--transition);
}


.journey-section {
    background: var(--bg);
    padding: 40px 0;
}

.journey-title {
    font-family: var(--font-heading);
    font-size: var(--title-size);
    font-weight: 700;
    margin-bottom: 60px;
    color: #000;
}

.journey-title span {
    color: var(--secondary);
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 30px;
}

.journey-item {
    position: relative;
    /* padding-top:20px; */
}



.step-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 20px;
}

.journey-item h3 {
    font-family: var(--font-heading);
    font-size: var(--subheading-size);
    color: var(--primary);
    margin-bottom: 10px;
    font-weight: 500;
}

.journey-item h3.orange {
    color: var(--secondary);
}

.journey-item p {
    font-family: var(--font-body);
    font-size: var(--text-size);
    line-height: 1.7;
    color: var(--text);
    max-width: 520px;
}

.services-section {
    background: #f5f6f8;
    padding: 40px 0;
}

.services-title {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #000;
}

.services-title span {
    color: var(--secondary);
}

.service-card {
    display: flex;
    align-items: center;
    background: var(--card-bg);
    border-radius: var(--radius);
    margin-bottom: 16px;
    overflow: hidden;
}

.service-icon {
    width: 100px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    padding: 30px 15px;
}

.service-content {
    flex: 1;
    padding: 24px 30px;
    border-left: 4px solid;
}

.blue .service-content {
    border-color: var(--primary);
}

.orange .service-content {
    border-color: var(--secondary);
}

.service-content h3 {
    font-family: var(--font-heading);
    font-size: var(--subheading-size);
    ;
    margin-bottom: 10px;
    font-weight: 500;
}

.blue h3 {
    color: var(--primary);
}

.orange h3 {
    color: var(--secondary);
}

.service-content p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--text);
    margin: 0;
    color: black;
}

.blue .service-icon {
    color: var(--primary);
}

.orange .service-icon {
    color: var(--secondary);
}

.service-card:hover {
    transform: translateY(-3px);
    transition: .3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.why-choose-section {
    background: var(--bg);
    padding: 40px 0px;
}

/* .section-title{
    font-family:var(--font-heading);
    font-size:var(--title-size);
    font-weight:700;
    margin-bottom:70px;
    color:#000;
} */

.section-title span {
    color: var(--secondary);
    font-family: var(--font-heading);
}

.feature-box {
    height: 100%;
}

.feature-icon {
    font-size: 3.5rem;
    display: block;
}

.feature-box h3 {
    font-family: var(--font-heading);
    font-size: var(--heading-size);
    line-height: 1.3;
    /* margin-bottom:15px; */
    font-weight: 500;
}

.feature-box p {
    font-family: var(--font-body);
    font-size: var(--body-size);
    line-height: 1.7;
    /* color:var(--text)!important; */
    margin: 0;
}

.feature-box.blue .feature-icon,
.feature-box.blue h3 {
    color: var(--primary);
}

.feature-box.orange .feature-icon,
.feature-box.orange h3 {
    color: var(--secondary);
}

.feature-box:hover {
    transform: translateY(-5px);
    transition: .3s ease;
}


.advantage-section {
    background: #f7f9fd;
    padding: 30px 0px;

}

.advantage-badge {
    display: inline-block;
    background: #cfeaf7;
    color: #333;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.advantage-title {
    font-family: var(--font-heading);
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 35px;
    color: #000;
}

.advantage-title span {
    color: var(--secondary);
}

.advantage-image img {
    width: 100%;
    max-width: 420px;
}

.advantage-card {
    background: #fff;
    border: 2px solid var(--card-border);
    border-left: 8px solid var(--primary);
    border-radius: var(--radius);
    padding: 25px;
    height: 100%;
    transition: .3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .08);
}

.advantage-card h3 {
    font-family: var(--font-heading);
    font-size: Var(--heading-size);
    margin-bottom: 15px;
    color: #222;
    font-weight: 500;
}

.advantage-card p {
    font-family: var(--font-body);
    font-size: var(--text-size);
    line-height: 1.7;
    color: var(--text);
    margin: 0;

}


.partner-section {
    background: var(--bg);
    padding: 40px 0;
}

.partner-title {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000;
}

.partner-title span {
    color: var(--secondary);
}

.partner-process {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.partner-step h3 {
    font-family: var(--font-heading);
    font-size: Var(--heading-size);
    color: var(--primary);
    /* margin: 25px 0 15px; */
}

.partner-step .orange-text {
    color: var(--secondary);
}

.partner-step p {
    font-size: var(--text-size);
    line-height: 1.6;
    color: #333;
}

.step-banner {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 700;
    font-family: var(--font-heading);
}

.step-banner.blue {
    background: var(--light-blue);
    color: #3b6f9f;
}

.step-banner.orange {
    background: var(--light-orange);
    color: #c8642b;
}

.step-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 22px solid var(--bg);
}

.step-banner::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
}

.step-banner.blue::after {
    border-left: 22px solid var(--light-blue);
}

.step-banner.orange::after {
    border-left: 22px solid var(--light-orange);
}

.outcome-title {
    font-family: var(--font-heading);
    color: var(--secondary) !important;
    margin-bottom: 20px;
}

.outcome-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.outcome-card {
    border: 1.5px solid var(--primary);
    border-radius: 12px;
    padding: 22px;
    font-family: var(--font-heading);
    font-weight: 500;
    color: #222;
    background: #fff;
    font-size: Var(--text-size);
}

.outcome-card.wide {
    grid-column: span 1;
}

.outcome-card:hover {
    transform: translateY(-4px);
    transition: .3s;
}


.contact-cta-section {
    background: var(--bg);
}

.cta-header h2 {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.15;
    color: #000;
    margin-bottom: 15px;
    max-width: 1100px;
}

.cta-header h2 span {
    color: var(--secondary);
}

.cta-header p {
    font-size: 1.6rem;
    color: var(--text);
    max-width: 900px;
}

.cta-image {
    text-align: center;
}

.cta-image img {
    max-width: 100%;
}

.contact-card {
    padding-left: 40px;
}

.contact-btn {
    display: inline-block;
    background: var(--primary);
    color: #fff !important;
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    /* font-weight: 700; */
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.contact-person {
    margin-bottom: 35px;
}

.contact-person h4 {
    font-family: var(--font-body);
    font-size: Var(--heading-size);
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.contact-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 1.6rem;
}

.contact-info a {
    color: var(--primary);
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: Var(--heading-size);
}

.contact-info span {
    color: #444;
}

.contact-cta-section {
    background: #f7f8fb;
    padding: 40px 0;
}

/* .footer-area-bottom {
    background: #E7E8EC none repeat scroll 0 0;
    padding: 15px 0;
} */

/* 
.copyright p{
    margin-bottom: 0px;
}

.footer .footer-links{
    margin-bottom: 0px!important;
}

.footer {
    color: var(--default-color);
    background-color: #0B1C3A;
    font-size: 16px;
    position: relative;
    padding-bottom: 30px;
}

.footer .text {
    color: white;
}

.credits p {
    text-align: center;

} */

.logo img {
    width: 100% !important;
}

.header {
    background-color: rgba(0, 0, 0, 0);

    padding: 20px 0;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.credits a {
    text-align: center;
    text-decoration: none;

}

.icon {
    width: 40px;
    margin-right: 20px;
}

#footer .icon {
    width: 30px;
    margin-right: 8px;
}




/* iPad Mini & standard iPad */
@media only screen and (min-width: 768px) and (max-width: 820px) {


    .contact-card {
        padding-left: 0px !important;

    }

    .hero-banner {
        position: relative;
        overflow: hidden;
        background: var(--light-bg);
        position: relative;
        background-image: url(https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1781778360385.png) !important;
        min-height: 100vh !important;
        padding-top: 100px !important;
        align-items: flex-start !important;
        background-position: 70% bottom;
        background-size: cover;
        text-align: center;
    }

        .contact-info {
        justify-content: center;
    }

    .icon-text {
        display: flex!important;
        gap: 10px;
    }

    /* .footer .footer-about .logo img {
        margin-top: 3px !important;
    } */

    #footer .icon-text {
        font-size: 12px !important;
    }

    #footer .icon-text img {
        width: 8% !important;
        margin-right: 10px;
                height: 30px;
    }


    .journey-item p {
        text-align: center;
        max-width: 100%;
    }

    .hero-banner {
        padding-top: 20px !important;
    }


    .hero-title {
        font-size: 3rem !important;
    }

    .hero-heading {
        font-size: 2rem !important;
    }

    .hero-text {
        font-size: 1.2rem !important;
    }

    .contact-btn {
        display: block !important;
        width: max-content;
        margin: 20px auto;
    }


    .contact-person h4 {
        text-align: center !important;
    }

    .advantage-image img {
        width: 100%;
        max-width: 100%;
    }

    .partner-process {
        display: block !important;
        margin: 0 auto;
        text-align: center;
    }

    .deliver-section {
        text-align: left;
    }

    .header .container-fluid {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* iPad Air */
@media only screen and (min-width: 820px) and (max-width: 1024px) {
    .deliver-section {
        text-align: left;
    }

    .contact-info{
            justify-content: center;
    }

    #footer .icon-text {
        font-size: 12px !important;
    }

    #footer .icon-text img {
        width: 8% !important;
        margin-right: 10px;
                height: 30px;
    }


    .hero-banner {
        position: relative;
        overflow: hidden;
        background: var(--light-bg);
        position: relative;
        background-image: url(https://hidoc-files.sgp1.digitaloceanspaces.com/hidoc-client-files/1781778360385.png) !important;
        min-height: 100vh !important;
        padding-top: 100px !important;
        align-items: flex-start !important;
        background-position: 70% bottom;
        background-size: cover;
        text-align: center;
    }


    /* 
      .contact-btn {
    display: block;
    width: max-content;
    margin: 20px auto;} */


    .contact-card {
        padding-left: 0px !important;
    }

    .partner-process {
        display: block !important;
        margin: 0 auto;
        text-align: center;
    }

    .header .container-fluid {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-info a {
        text-align: center;
        /* margin: 10px auto; */
    }

    #footer text {
        font-size: 12px !important;
    }
}


/* iPad Pro 11 */
@media only screen and (min-width: 834px) and (max-width: 1194px) {
    .deliver-section {
        text-align: left;
    }

        .advantage-image img {
        width: 100%;
        max-width: 100%;
    }

    .contact-person h4 {
        text-align: center !important;
    }

    .footer .footer-about .logo img {
        margin-top: 4px !important;
    }

    #footer text {
        font-size: 12px !important;
    }


    #footer .icon-text img {
       width: 3% !important;
        margin-right: 10px;
        height: auto;
    }

    .hero-banner .col-lg-7 {
        width: 100%;
    }

    #footer .icon-text {
        font-size: 12px !important;
    }

    #footer .icon {
        margin-right: 10px;
    }

    .hero-text {
        max-width: 100%;
    }

    .contact-card {
        padding-left: 0px !important;
    }

    .header .container-fluid {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .partner-process {
        display: block !important;
        margin: 0 auto;
        text-align: center;
    }
}



@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .deliver-section {
        text-align: left;
    }


    .contact-card {
        padding-left: 0px !important;
    }

    .header .container-fluid {
        display: flex;
        justify-content: center;
        align-items: center;
    }


}