#searchArticleImg {
    display: none !important;
}

/* Banner */

.banner-button-wrapper a:hover,
form#enquiryForm input.dark-design:hover {
    background: #fff;
    color: #282828;
    letter-spacing: 2px
}

section.solutions-banner {
    padding-bottom: 0;
    padding-top: 10%;
}

section.solutions-banner h1 {
    font-weight: 700;
    letter-spacing: -1.5px;
    font-size: 3em;
    line-height: 1;
    margin: auto;
    text-align: center;
}

section.solutions-banner h2 {
    font-weight: 400;
    letter-spacing: -2px;
    font-size: 3em;
    line-height: 1;
    margin: auto;
    text-align: center;
    color: #282828
}

section.solutions-banner h3 {
    margin: auto;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
    color: #6b6b6b;
    letter-spacing: -0.5px;
    margin-top: 0.5em;
}

section.solutions-banner h3 span {
    display: block;
}

section.solutions-banner .banner-button-wrapper {
    text-align: center;
    margin-top: 4em;
}

.banner-button-wrapper a,
.button-wrapper a {
    text-decoration: none;
    background: #282828;
    padding: .5em 1em;
    text-transform: uppercase;
    border-radius: 2em;
    color: #fff;
    font-weight: 600;
    transition: .25s;
    position: relative;
    border: 1.2px solid transparent;
    z-index: 30
}

.banner-button-wrapper a:hover,
.button-wrapper a:hover {
    border-color: #282828
}

/* FAQ (written by Risav Sinha) */
section.solutions-faq {
    margin-top: -1.75em;
}

.faq-bg {
    background: url('https://storage.googleapis.com/giffycms-uno.appspot.com/images/solutions/solutions-faq-bg.png');
    height: 75em;
    background-size: cover;
    /* height: 60em; */
}

.faq-container {
    padding-left: 13%;
    padding-top: 9%;
}

h3.solutions-heading {
    font-size: 3.5em;
    font-weight: 700;
    margin: auto;
    letter-spacing: -2px;
}

h3.solutions-heading span {
    display: block;
}

.accordion-wrapper {
    margin-top: 1em;
    width: 70%;
}

.accordion-wrapper .panel-group {
    margin: 0;
    margin-left: -2.2em;
}

.closed {
    .vertical {
        transition: all 0.5s ease-in-out;
        transform: rotate(-90deg);
    }

    .horizontal {
        transition: all 0.5s ease-in-out;
        transform: rotate(-90deg);
        opacity: 1;
    }
}

.opened {
    opacity: 1;

    .vertical {
        transition: all 0.5s ease-in-out;
        transform: rotate(90deg);
    }

    .horizontal {
        transition: all 0.5s ease-in-out;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.circle {
    background: #00bec8;
}

.circle.collapsed {
    /* background: #000; */
}

.circle-plus .circle {
    position: relative;
    width: 2em;
    height: 2em;
    border-radius: 100%;
}

.circle-plus .circle .horizontal {
    position: absolute;
    background-color: #fff;
    width: 21px;
    height: 2.5px;
    left: 3px;
    margin-left: 0;
    top: 13px;
    margin-top: 0;
}

.circle-plus .circle .vertical {
    position: absolute;
    background-color: #fff;
    width: 2.5px;
    height: 23px;
    left: 12.3px;
    top: 2.8px;
}

.faq-accordion {
    margin-bottom: 0;
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    gap: 0.5em;
}

.faq-accordion .panel {
    border: none;
    margin-bottom: 0.5em;
    min-width: 55em;
    max-width: 55em;
}

.faq-accordion .panel .panel-heading {
    padding: 0.5em 2em;
    background-color: #00bec8;
}

.faq-accordion .panel .panel-heading h4 {
    color: #fff;
}

.faq-accordion .panel .panel-body {
    font-weight: 500;
    line-height: 1.3;
}

.faq-accordion .panel .arrow-wrapper {
    width: 10%;
    position: relative;
}

/* Gray Divider */

.gray-divider {
    background-color: #545454;
    height: 5em
}

/* Contact Link Buttons */
section.contact-links {
    padding-left: 12em;
    padding-top: 4em;
    padding-bottom: 4em;
}

section.contact-links h3 {
    font-weight: 700;
    margin: auto;
    font-size: 2.5em;
    letter-spacing: -1.5px;
}

section.contact-links .button-wrapper {
    margin-top: 2em;
    display: grid;
    width: 30%;
    gap: 0.75em;
}

.button-wrapper a {
    text-align: center;
    padding: 0.75em;
}

.button-wrapper a:hover {
    background-color: #fff;
    color: #282828;
}

section.contact-links .arrow-wrapper {
    width: 10%;
    position: relative;
    margin-top: 2.5em;
}

.form-wrapper form#enquiryForm {
    padding: unset;
    overflow: unset;
    position: unset;
}

/* Responsive */
@media (min-width: 1440px) {
    section.solutions-banner h3 {
        width: 50%;
    }

    .faq-accordion .panel .panel-heading {
        padding: 3%;
    }

    .faq-accordion .panel .panel-heading h4 {
        font-size: 1.3em;
    }

    .faq-accordion .panel .panel-body {
        font-size: 1.2em;
        line-height: 1.5;
    }

    .circle-plus .circle {
        top: 1em;
    }

    .faq-bg {
        background-repeat: no-repeat;
        background-position: center;
        height: auto;
        padding: 20% 8%;
    }

    .faq-container {
        padding: 0;
        padding-bottom: 40%;
        margin-top: 10%;
    }

    section.contact-links .button-wrapper {
        width: 100%;
    }

    .button-wrapper a {
        padding: 1.5%;
        font-size: 1.1em;
        width: 35%;
        border-radius: 3em;
    }
}

@media (min-width: 1700px) {
    .faq-container {
        margin-top: 0;
    }

    .faq-bg {
        background-position: top;
    }

    .faq-accordion .panel .panel-body {
        font-size: 1.5em;
    }

    .faq-accordion .panel .panel-heading h4 {
        font-size: 1.75em;
    }

    .faq-accordion .panel {
        max-width: 80em;
        min-width: 80em;
    }
}

@media (min-width:1820px) {
    section.solutions-banner {
        margin-top: -1.5%;
    }

    section.solutions-banner h3 {
        font-size: 1.3em;
        width: 40%;
    }

    section.solutions-banner .banner-button-wrapper {
        margin-top: 3em
    }
}

@media (min-width: 2300px) {
    section.solutions-banner h3 {
        width: 32%;
    }
}

@media (min-width: 1330px) and (max-width: 1440px) {
    .faq-bg {
        height: 82em;
    }
}

@media (max-width: 1260px) {
    .faq-bg {
        height: 75em;
        /* height: 55em; */
    }
}

@media (max-width: 1154px) {
    .faq-bg {
        height: 80em;
        background-position: center;
    }

    section.contact-links .button-wrapper {
        width: 35%;
    }

    h3.solutions-heading {
        margin-top: 10%;
        font-size: 3em;
    }

    section.contact-links {
        padding-left: 10.7em;
    }
}

@media (max-width: 1000px) {
    .faq-bg {
        height: 90em;
        /* height: 70em; */
    }

    .faq-accordion .panel {
        max-width: 35em;
        min-width: 35em;
    }

    section.contact-links .button-wrapper {
        width: 100%;
    }

    h3.solutions-heading {
        font-size: 3em;
    }

    .button-wrapper a {
        padding: 1.5%;
        font-size: 0.85em;
        border-radius: 3em;
        width: 40%;
    }

    section.contact-links {
        padding-left: 9em;
        padding-right: 3em;
    }

    section.contact-links h3 {
        font-size: 2em;
    }
}

@media (max-width:992px) {
    section.solutions-banner h3 {
        width: 70%
    }
}

@media (max-width: 964px) {

    section.solutions-banner h1,
    section.solutions-banner h2 {
        width: 90%;
        font-size: 2.75em;
    }
}

@media (max-width: 900px) {
    .faq-bg {
        /* height: 63em; */
        height: 87em;

    }

    h3.solutions-heading {
        font-size: 2.5em;
        letter-spacing: -1.5px;
        margin-top: 3em;
    }

    section.solutions-banner h1 {
        font-size: 2.5em;
    }

    section.solutions-banner {
        padding-top: 14%;
    }
}

@media (max-width: 800px) {
    .faq-bg {
        /* height: 56em; */
        height:85em;
    }

    section.contact-links {
        padding-left: 13%;
    }

    .button-wrapper a {
        width: 25em;
        padding: 3%;
    }

    section.contact-links h3 {
        font-size: 1.75em;
        letter-spacing: -0.8px;
    }
}

@media (max-width:768px) {

    section.solutions-banner {
        margin-top: 4em;
        padding-top: 3em;
    }

    section.solutions-banner h1,
    section.solutions-banner h2 {
        font-size: 2.25em;
    }

    section.solutions-banner h3 {
        font-size: 1.35em;
    }
}

@media (max-width:728px) {
    section.solutions-banner h3 {
        width: 75%;
        margin-top: 1em;
        margin-bottom: 2.5em
    }
}

@media (max-width:614px) {

    section.solutions-banner h1,
    section.solutions-banner h2 {
        width: 95%;
        font-size: 2em;
    }

    section.solutions-banner h3 {
        width: 90%;
        font-size: 1.2em;
    }
}

@media (max-width: 600px) {
    .faq-bg {
        /* height: 65em; */
        height:93em;
        background-position: right;
    }

    .faq-container {
        padding: 10%;
    }

    section.contact-links {
        padding: 1.5em;
    }

    h3.solutions-heading {
        margin-top: 5em;
        font-size: 2em;
    }

    section.solutions-faq {
        margin-top: -2%;
    }

    section.contact-links .arrow-wrapper {
        width: 18%;
    }

    section.contact-links h3 {
        font-size: 1.5em;
    }

    .accordion-wrapper {
        width: 100%;
    }

    .faq-accordion .panel {
        min-width: 30em;
        max-width: min-content;
    }

    .faq-accordion .panel .panel-body {
        line-height: 1.4;
    }
}

@media (max-width: 528px) {

    section.solutions-banner h1,
    section.solutions-banner h2 {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    .faq-accordion .panel {
        min-width: 27em;
    }

    .faq-accordion .panel .panel-heading {
        padding: 4%;
    }

    .faq-accordion .panel .panel-heading h4 {
        font-size: 0.95em;
        line-height: 1.5;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

    .faq-bg {
        height: auto;
        background-repeat: no-repeat;
        padding: 1.4em;
    }

    h3.solutions-heading {
        margin: 0;
        background-color: rgb(255 255 255 / 75%);
        padding: 5%;
        font-size: 1.75em;
        letter-spacing: -0.5px;
    }

    .faq-container {
        padding: 0;
        margin-bottom: 5em;
        margin-top: 9em;
    }

    .faq-accordion {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        gap: unset;
        justify-content: space-between;
    }

    .circle-plus .circle {
        top: 0.8em;
    }

    .accordion-wrapper .panel-group {
        margin: 0;
    }

    .button-wrapper a {
        font-size: 0.9em;
    }
}

@media (max-width: 450px) {
    .faq-accordion .panel {
        min-width: -webkit-fill-available;
    }

    .accordion-wrapper .panel-group {
        margin-left: 3em;
    }

    .faq-accordion {
        gap: 1em;
    }
}

@media (max-width:420px) {
    .form-wrapper h4 {
        width: 80%
    }

    .form-wrapper form#enquiryForm {
        width: 95%;
    }
}

@media (max-width:416px) {
    section.solutions-banner h3 {
        width: 95%;
        font-size: 1.1em;
    }
}

@media (max-width: 414px) {

    section.solutions-banner h1,
    section.solutions-banner h2 {
        font-size: 1.75em;
    }
}

@media (max-width:398px) {
    section.solutions-banner h3 {
        line-height: 1.2;
    }

    .form-wrapper h3 {
        font-size: 4em
    }

    .form-wrapper h4 {
        font-size: 1.25em;
        width: 85%
    }

    .button-wrapper a {
        width: 100%;
    }
}

@media (max-width: 358px) {

    section.solutions-banner h1,
    section.solutions-banner h2 {
        font-size: 1.6em;
    }

    section.solutions-banner h3 {
        font-size: 1.1em;
    }
}