.gallery_img iframe {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    width: 100%;
    border: 0 none;
    max-width: 100%;
    vertical-align: top;
    overflow: hidden;
    /* height: auto; */
}

.embed-responsive iframe {
    width: 100%;
    height: 300px;
}

.testimonial-video-icon {
    top: 58%;
}

.btn-warning-video-icon {
    color: #000;
    background-color: #ff8535;
    border-color: #ff8535;
}

.error {
    color: #b84947 !important;
    margin-bottom: 0px;
}

.success {
    color: green !important;
}

.form-error {
    color: #b84947 !important;
    /* font-size: 15px; */
}

.mobile-code-field {
    margin-bottom: 0px;
}

.testimonial_page .testimonial_slider_blog .button {
    color: var(--orange);
    text-decoration: underline;
}


.description {
    overflow: hidden;
    /* transition: all 0.5s ease-in-out; */
}
.button {
    display: block;
    /* margin-top: 1rem; */
    font-weight: 700;
    color: #007bff;
    cursor: pointer;
}
.testimonial-video-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery_video iframe {
    height: 339.27px;
}

.active-radio {
    border-color: var(--orange) !important;
    background: var(--orange) !important;
}

.book_appointment_main {
    margin-bottom: 20px;
}

.ck-desc-bullet li {
    list-style-type: disc;
}

/* linkedin */
.footer_media ul li a.linkedin {
    background-color: #0a66c2;
}
.footer_media ul li a.linkedin:hover {
    background-color: #004182;
}

.footer_media ul li a.youtube {
    background-color: #dd2c00;
}
.footer_media ul li a.youtube:hover {
    background-color: #9f2506;
}

input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #878584;
    margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}


.mobile-header-menu img {
    height: 50px;
}

.mobile-footer-logo img {
    height: 200px;
 }