/* poppins-600 - latin */
@font-face {
    font-family: 'Poppins-bold';
    font-style: normal;
    font-weight: 700;
    src: url('../woff2/poppins-v19-latin-700.woff2');
    /* Super Modern Browsers */

}

#grve-main-content .grve-main-content-wrapper {
    padding: 0;
}

.page span,
.page p,
.page a,
.page li,
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    letter-spacing: 0;
}

.page a::before,
.page a::after {
    content: none;
}

#hero-contact .grve-row.grve-bookmark {
    height: 320px;
    display: flex;
    align-items: center;
}

.grve-container {
    max-width: 1152px !important;
}

#hero-contact .grve-background-wrapper {
    background: linear-gradient(90deg, #1C3667 16.97%, rgba(28, 54, 103, 0) 100%);
}

#hero-contact {
    background-image: url('../webp/contact-hero.webp');
    margin-bottom: 0;
}

#hero-contact h1 {
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

#hero-contact p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #FFFFFF;
    max-width: 664px;
}

#hero-contact p span {
    color: #FFC043;
    font-family: 'Poppins-bold';
    font-style: normal;
    font-weight: 700;

}

#pricequest {
    padding: 80px 0 120px;
}

#officecontact {
    padding: 40px 40px 33px;
}

#officecontact h3 {
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

#officecontact h3::before {
    content: '';
    width: 64px;
    height: 2px;
    display: block;

    background: #EAEFF7;
    margin-bottom: 24px;
}

#officecontact p,
#officecontact a {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;

    color: #FFFFFF;
}

#officecontact p.title {
    font-family: 'Poppins-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
}

.info-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
}

.info-row .left {
    width: 80px;
    min-width: 80px;
    margin-right: 20px;
}

.block:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 32px;
    background: #6283C1;

}

.block {
    margin-bottom: 32px;
}

#quote-block {
    background-color: #fff;
}

.social {
    list-style: none;
    display: flex;
    margin-left: 0;
}

.social a {
    /* background: #ABBDDE; */
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin-right: 0px;
}

#officecontact .allied-youtube {
    background: #ABBDDE;
    -webkit-mask-image: url(../svg/youtube.svg);
    mask-image: url(../svg/youtube.svg);
}

#officecontact .allied-facebook {
    background: #ABBDDE;
    -webkit-mask-image: url(../svg/facebook.svg);
    mask-image: url(../svg/facebook.svg);
}

.social li {
    margin-right: 32px;
}

#officecontact .fa-linkedin {
    background: #ABBDDE;
    /* padding: 10px; */
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    color: #1c3667;
}

#officecontact .social a {
    color: #1c3667;
}

.projects_inner,
#nextstep {
    display: none;
}

#pricequest>.grve-container>.grve-row.grve-bookmark {
    margin: 0;
}

#quote-block .grve-text {
    padding: 0 15px;
    margin-top: 13px;
    margin-bottom: 40px;
}

#quote-block .grve-text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;


    color: #6E6E73;
}

#quote-block .grve-text a {
    color: #111111;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
}

#officecontact h2 {
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
    letter-spacing: 0;

    color: #FFFFFF;
}

#officecontact h2::before {
    content: '';
    width: 64px;
    height: 2px;
    display: block;

    background: #FFF;
    margin-bottom: 24px;
}

#officecontact a {
    display: block;
}

.info-row:last-child .right p:first-child {
    margin-bottom: 13px !important;
}

#contact-menu {
    display: none;
}
.accordion-header h2{
    color: var(--ink-default, #111);
/* H3/Bold */
font-family: Montserrat-bold;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 128.571% */
}
.accordion-header h3{
color: var(--ink-default, #111);
padding: 4px 8px;

/* Label / Large */
font-family: Poppins;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 141.176% */
width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
        text-transform: none;
}
.accordion-header h3:hover{
    background: var(--ui-grey-lighter, #F5F6F8);
}
#quote-block{
 
    padding: 28px 40px 20px 40px;
}
.getaquote-style.accordion-section h2:before{
    content: none;
}
#pricequest .grve-row{
  display: flex;
  flex-wrap: wrap;
  
}

#pricequest .wpb_column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.getaquote-style.accordion-section:first-child{
    margin-bottom: 40px;
}
.getaquote-style.accordion-section:first-child{
border-bottom: 1px solid #6E6E73;
padding-bottom: 40px;
}

#grve-theme-wrapper .getaquote-style.accordion-section .gform_wrapper input, #grve-theme-wrapper .getaquote-style.accordion-section .gform_wrapper textarea, #grve-theme-wrapper .getaquote-style.accordion-section .gform_wrapper select{
    border: none;
    border-radius: 2px;
border: 1px solid var(--ui-grey-grey, #C5C7D0);
background: var(--ui-grey-white, #FFF);
box-shadow:none !important;
}

.getaquote-style .yellow-button .gform_button{
        color: #242628 !important;
       background: #ffc043 !important; 
}
.getaquote-style .yellow-button .gform_button:hover{
        color: #242628;
        background: #f2aa19 !important;
}
.accordion-section p{
    color: var(--ink-thirdy, #6E6E73);
/* Meta/Regular */
font-family: Poppins;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 16px; 
}
.accordion-section .ginput_container_name{
    max-width: 496px;
}
#pricequest .wpb_content_element{
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    #hero-contact .grve-row.grve-bookmark {
        height: 280px;
    }

    #hero-contact h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    #hero-contact p {
        font-size: 15px;
        line-height: 22px;
    }

    #hero-contact .grve-background-wrapper {
        background: linear-gradient(90deg, #1C3667 0%, rgba(28, 54, 103, 0.6) 100%);
    }

    #hero-contact {
        background-image: url('../webp/contact-hero-mob.webp');
    }

    #contact-menu {
        display: block;
        background-color: #F5F6F8 !important;
        margin-bottom: 0;
    }

    #contact-menu .grve-element {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 32px;
        padding-top: 44px;
    }

    #contact-menu h4 {
        font-family: 'Montserrat-semibold';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 100%;
        display: flex;
        align-items: center;
        text-align: center;

        text-transform: inherit;

        color: #0070C9;
        flex-direction: column;
        width: 171px;
    }

    #contact-menu h4.active {
        color: #242628;
        position: relative;
    }

    #contact-menu h4.active:after {
        content: '';
        width: 24px;
        height: 2px;
        background: #242628;
        /* display: block; */
        position: absolute;
        /* margin-top: 40px; */
        bottom: -13px;
        margin: auto;
        left: calc(50% - 12px);
    }

    #contact-menu h4:hover {
        color: #242628;
        position: relative;
    }

    #contact-menu h4:hover:after {
        content: '';
        width: 24px;
        height: 2px;
        background: #242628;
        /* display: block; */
        position: absolute;
        /* margin-top: 40px; */
        bottom: -11px;
        margin: auto;
        left: calc(50% - 12px);
    }

    #officecontact {
        display: none;
    }

    #pricequest h2 {
        display: none;
    }

    #pricequest {
        padding-top: 37px;
        padding-bottom: 80px;
    }

    #masterQuoteForm .col3 {
        width: 30%;
    }

    #masterQuoteForm .row-col3 {
        flex-direction: row;
    }

    #officecontact p,
    #officecontact a {
        font-size: 14px;
        line-height: 19px;
    }

    #grve-content .grve-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #officecontact {
        padding: 40px 20px;
    }

    .page .grve-column {
        padding-right: 0;
        padding-left: 0;
    }

    .grve-row #masterQuoteForm {
        padding: 0 20px !important;
    }

    #quote-block .grve-text {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    #pricequest .grve-column-1-2 {
        width: 100%;
    }

}