/* ********   Expert pop-up styles for pop-up and button ************* */

.callback {
    position: relative;
    background-image: linear-gradient(234deg,#97262a 34%, #af464a 100%);
    color: white;
    border-radius: 10px;
    letter-spacing: 1px;
}
.callback:disabled {
    background-image: linear-gradient(234deg,#b93034 34%, #c34d51 100%);
}
.ask {
    position: relative;
    background-color: #FEF5ED;
    border-radius: 12px;
}
.contact-details {
    background-color: #f6f6f6;
    font-size: .875rem;
    border-radius: 10px;
}
.modal-sizing {
    border-radius: 16px;
}
.btn-ok {
    border-radius: 10px;
    background-color: #97262a;
    color: #efefef;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-ok:hover {
    background-color: #97262a;
    color: #efefef;
}
.btn-expert {
    max-width: max-content;
    font-size: 12px;
    background-color: transparent;
    padding: 8px;
    color: #97262a;
    font-weight: 600;
}
.btn-expert img {
    height: 24px;
    width: 24px;
}
.btn-expert span {
    white-space: nowrap;
}
.seperator {
    letter-spacing: .5px;
    color: #97262a;
}

.call-center-div {
    gap: 10px;
}

.call-center-div p {
    margin-top: 2px;
}
.font-geo {
    font-family: 'Geometos';
}
.brand-blue {
    color: #97262a;
}

@media screen and (min-width: 992px) {
    .btn-expert {            
        font-size: 16px;
    }
    .btn-expert img {
        height: 30px;
        width: 30px;
    }
    .btn-ok {
        font-size: 16px;
    }
}
