/* Contact us page styles starts here */
.contact-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}
.contact-wrap.wrap-mrgn{
    margin-bottom: 3px;
}
.contact-head{
    font-family:'Khand',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 62px;
    color: #343434;
    margin-bottom: 0;
}
@media (max-width: 575.98px) {
    .contact-head{
        font-size: 30px;
        line-height: 40px;
    }
}
.contact-subhead {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #343434;
    margin-bottom: 30px;
}
.contact-subhead.contact-subhead--black{
    color: #000;
    margin-bottom: 33px;
}
.schedule-meeting{
    padding: 11px 42px;
    background: rgba(110, 81, 255, 0.05);
    border: 1px solid #6D51FF;
    border-radius: 4px;
    font-size: 24px;
    color: #6D51FF;
    margin: 0 0 60px;
    display: block;
    width: fit-content;
    font-weight: 500;
    font-family:'Khand',sans-serif;
}
@media (max-width: 767.98px) {
    .schedule-meeting{
        font-size: 20px;
        padding: 10px 30px;
    }
}
.schedule-meeting svg{
    margin-right: 10px;
}
.schedule-meeting:hover{
    text-decoration: none;
    opacity: .8;
    color: #6D51FF;
}
.or-label__contact{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.or-label__contact::after{
    position: absolute;
    content: "";
    background: rgb(109,81,255);
    background: linear-gradient(90deg, rgba(109,81,255,0) 0%, rgba(109,81,255,1) 50%, rgba(109,81,255,0) 100%);
    width: 100%;
    height: 1px;
    top: 15px;
    left: 0;
    z-index: -1;
}
.or-label__contact p{
    font-size: 14px;
    color: #7666FF;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #7666FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.contact-basic-info-label {
    font-size: 10px;
    line-height: 12px;
    color: #343434;
    padding-left: 10px;
    margin-bottom: 0px;
}
.contact-basic-info-input {
    height: 48px;
    font-size: 14px;
}
.contact-basic-info-input.custom-select{
    color: #666;
}
.message-sent-success {
    padding-top: 45px;
    padding-bottom: 60px;
    text-align: center;
}
.message-sent-success__message{
    color: #26AF4B;
    padding: 30px 0;
    font-weight: 400;
}

.or span {
    background-color: #fff;
    padding: 0 6px;
    z-index: 999;
    position: relative;
}
.divider-or p {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: rgba(28, 35, 49, 0.6);
    margin: 30px 0;
}
.divider-or p span {
    color: #6D51FF;
}
.contact-links a{
    color: #6D51FF ;
}
.btn-solid-green{
    margin: 30px 0;
    transition: .3s all;
}
.btn-solid-green:hover{
    background-color: #41D96A;
    border: 1px solid rgba(0, 0, 0, 0.2);
    opacity: .8;
}
.btn-solid-green:focus,
.btn-solid-green:click,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #41D96A;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.custom-radio-options .invalid-feedback{
    position: relative;
    top: -2px;
    left: 15px;
}

/* Contact us page styles ends here */
