/*.synergy-card p strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 18px;
}
*/
.form-group {
    padding-bottom: 15px;
}
.form-control {
    font-size: 14px;
    border: 1px solid #E5E3E0;
    border-radius: 7px;
    padding: 12px 10px;
    font-weight: 600;
}
.form-group .form-label {
    display: none;
}

.btn-toolbar .btn-group {
    width: 100%;

}
.actions .form-navigation button {
    background: #857164;
    min-height: 55px;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
}
/* thank you popup */

.thankyou-model {
    width: 100%;
    height: 100%;
    background: #24221F;
    transition: all .35s ease;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 1;
    display: none;
}

.thankyou-model-inner {
    width: 100%;
    max-width: 412px;
    height: auto;
    margin: 12.5% auto 4.8rem;
    position: relative;
    z-index: 2;
}
.thankyou-model .popup {
  /*  display: flex;
    flex-direction: column;
    justify-content: center;*/
    background: #fff;
    min-height: 190px;
    border-radius: 20px;
    border: 1px solid #867e7e30;
    text-align: center;
    padding: 40px;
}
.position-fixed {
    position: fixed;
    display: block;
}
.popup p {
    color: #0D2E30;
    margin-bottom: 10px;
}
.popup h2 {
    padding-top: 10px;
    font-size: 34px;
    color: #A12525;
}
.popup .fa-close {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.thankyou-model-inner .btn {
    background: #857164;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border-radius: 60px;
    padding: 20px 32px;
    width: 283px;
}
.thankyou-model-inner .btn:hover,
.thankyou-model-inner .btn:focus {
    background-color: #A12525 !important;
    border-color: #A12525;
}
.popup hr {
    border-top: 1px dotted;
    width: 235px;
    display: inline-flex;
}  

@media (max-width: 767px) {
    .video-col .patient-video video {
        border-radius: 8px;
    }
    .experience-section .image-col img {
        height: auto;
    }
}