.box-AI {
    /*border: 1px solid grey;
        padding: 20px;
        margin: 20px;
        margin-top: 0px;*/
}

.col-md-12-space-10px {
    margin: 20px 0px;
}

​.hidden {
    display: none;
}		

/* Style for the cookie consent banner */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: none;
}

/* Style for the accept and decline buttons */
#cookie-banner button {
    background-color: #008CBA;
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

#cookie-banner button.decline {
    background-color: #999;
}

.logo-fcg {
    width: 300px;
    height:75px;
}

.iframe-fcg {
    border:0px;
    height:450px;
    width:100%;
}

/* Override .row styles for desktop screens */
@media (min-width: 992px) {
    .row-custom {
        margin-left: 65px;
        margin-right: -130px;
    }
}
@media (max-width: 600px) {
    .logo-fcg {
        width: 180px;
        height: 40px;
        margin-top: -5px;
    }
    .iframe-fcg {
        border:0px;
        height:1000px;
        width:100%;
    }
}

/* demo model box */
#fc-openFormButton-1 {
    background-color: #4CAF50;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#fc-openFormButton:hover {
    background-color: #73d0da;
    color: #fff;
    text-decoration: none;
}

.fc-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}

.fc-modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    max-width: 100%;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    top:calc(100vh - 85%);
}

.fc-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.fc-close:hover,
.fc-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.fc-label {
    display: block;
    text-align: left;
    margin: 10px 0 5px;
    color: #333;
}

.fc-input, .fc-textarea, .fc-select {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 5px 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.fc-textarea {
    resize: none;
    height: 100px;
}

.fc-button {
    background-color: #4b98a9;/*#4CAF50;*/
    color: white;
    padding: 14px 50px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
    width: calc(100% - 20px);
    margin-top: 15px;
    font-weight: 500;
}

.fc-button:hover {
    background-color: #1f91aa;/*#45a049;*/			
}

.fc-phone-container {
    display: block;
    justify-content: space-between;
    width: calc(100% - 0px);
}

.fc-select {
    width: calc(30% - 0px);
}

.fc-input-phone {
    width: calc(65% - 0px);
}

.fc-blank-space-phone {
    width: calc(5% - 0px);
}

.logo-align {
    margin-top: -25px;
}

@media (max-width: 768px) {
    .fc-modal-content {
        width: 100%;
        height: 100%;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        top:0;
    }

    .fc-close {
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .fc-select {
        width: calc(100% - 20px);
    }

    .fc-input-phone {
        width: calc(100% - 20px);
    }

    #fc-contact-form {
        padding-top: 20px;
    }

    .logo-align {
        margin-top: 0px;
    }
}