/* Global Banner Starts Here */
.global-hero-section {
    min-height: 60vh;
    background: white;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

/* Global  Banner Ends Here */

.rightImgGrid .right-image-alignment {
    display: flex;
    justify-content: end;
}

.global-hero-section .banner-heading-answer {
    font-size: 50px;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    color: var(--dark-blue-color);
    letter-spacing: 1px;
}

.global-hero-brand-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--light-blue-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.global-hero-brand-text span {
    border: 1px;
    padding: 8px 25px;
    color: black;
    background: #e8e9ea;
    border-radius: 50px;
    letter-spacing: 1px;
}

.global-hero-brand-title {
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 900;
    color: var(--dark-blue-color);
    font-size: 62px;

}

.global-hero-brand-title .highlight {
    color: var(--light-blue-color);
}

.global-hero-cta-button {
    display: inline-block;
    margin-bottom: 0;

}

.global-hero-img-wrapper
{
margin-left: 8%;
}

.global-hero-img-wrapper img {
    width: 100%;
    border-radius: 50px;
}
@media(min-width:1400px) {
    .global-hero-section .container-fluid {
        width: 92%;
    } 

}
@media screen and (max-width: 1400px) {
   
    .global-hero-section {
        padding: 50px 0;
        min-height: auto;
        padding-bottom: 80px;
    }

}

@media (max-width: 992px) {
.global-hero-img-wrapper
{
    margin-left: 0;
    margin-top: 20px;
}
.rightImgGrid .right-image-alignment {
    justify-content: center;
}
}


@media (max-width: 768px) {
    .global-hero-section .leftGrid .px-lg-5 {
        text-align: left;
        padding: 0 !important;
    }

     .global-hero-section {
        text-align: center;
        padding-bottom: 0;

    }

    .global-hero-section .rightImgGrid {
        display: block;
        margin-top: 30px;
    }
     
    .virtual-office-ba-grid-item-1,
    .virtual-office-ba-grid-item-2,
    .virtual-office-ba-grid-item-3 {
        display: none;
    }

    .virtual-office-ba-grid-item {
        background-size: cover !important;
        margin-bottom: 40px;
    }

    .virtual-office-ba-image-grid {
        height: inherit !important;
        grid-template-rows: inherit !important;
        max-width: inherit !important;
        margin-top: 0 !important;
    }

    .rightImgGrid .right-image-alignment {
        justify-content: center !important;
        padding: 0 !important;
    }

    .global-hero-brand-title,
    .global-hero-section .banner-heading-answer {
        font-size: 35px !important;
        line-height: 55px;
    }

}

@media(min-width:768px) and (max-width:900px) {
   

    .rightImgGrid {
        margin-top: 30px;
    }
}

@media(min-width:1000px) and (max-width:1200px) {


    .global-hero-section .banner-heading-answer,
     .global-hero-brand-title
    {
        font-size: 28px;
        margin-bottom: 16px;
    }


    .banner-content-center .global-hero-brand-title {
        margin-top: 9px;
        margin-bottom: 10px;
        font-size: 28px;

    }
}

@media(min-width:1200px) and (max-width:1300px) {
  

    .global-hero-brand-title {
        font-size: 32px;
    }

    .global-hero-section .banner-heading-answer {
        font-size: 32px;
    }
}

@media(min-width:1300px) and (max-width:1400px) {

.global-hero-brand-title,
.global-hero-section .banner-heading-answer

{
    font-size: 45px;
}
}

@media(min-width:1400px) and (max-width:1500px) {

    /* .global-hero-section {
        min-height: inherit;
    } */

    .global-hero-brand-title {
        font-size: 45px;
    }

    .global-hero-section .banner-heading-answer {
        font-size: 40px;
    }

    .global-hero-brand-text {
        position: absolute;
        top: -32px;
    }
}


