/* section title */
.section__title {
    font-weight: 400;
}

/* button */
.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}

.btn-theme-1 {
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
    padding: 11px 8px;
}

.btn-theme-2 {
    width: 100%;
    border: none;
    background: #05a6cfd9;
    font-size: 12px;
}

/* Header design */
.rr-header-contact-btn__text p {
    font-size: 13px;
    line-height: 1.2;
    color: #ffffff;
}

.disableaction-btn:disabled,
button.disableaction-btn[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: auto;
}

video.hero-video {
    display: block;
    clip-path: fill-box;
}

.main-slider {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.vjs-tech {
    width: 100% !important;
    height: auto !important;
}

.hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 600px; */
    height: auto;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.vjs-tech {
    width: 100%;
    transform: none;
    position: unset;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    display: block */
}


/* Slider form */

.headerform {
    background: #0b0b0bb8;
    padding: 13px 18px 18px 18px;
    border-radius: 14px;
}

.headerform h2 {
    font-size: 18px;
    margin-bottom: 13px;
    margin-top: 13px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
    font-weight: 500;
}

.headerform input,
.headerform select {
    height: 45px;
    padding-left: 17px;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    padding-right: 17px;
}

.headerform textarea {
    padding-left: 17px;
    font-size: 14px;
    border-radius: 0;
    padding-right: 17px;
}

.headerform {
    position: absolute;
    top: 16%;
    right: 3%;
    z-index: 2;
}

.headerform label {
    font-size: 13px;
    font-weight: 500;
    color: lightgrey;
}

/* Form */

.error {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background: #f44336;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
    padding: 8px 10px;
}

.success {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    background: #4caf50;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
    padding: 8px 10px;
}

.form-message {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
}



@media (max-width: 1399.98px) {
    .headerform {
        top: 18%;
    }
}

@media (max-width: 767.98px) {

    .headerform-inner {
        padding: 25px;
    }

    .headerform {
        z-index: 0;
        position: initial;
        margin-top: 18px;
        background: #7e9bac;
    }

    .appointment-slider-area {
        bottom: auto;
        top: 44%;
    }
}

/* Modal */
.modal-content {
    background-color: #efefef;
    border: none;
}

/* Home doc container */
.doc-container {
    box-shadow: 0px 30px 90px 0px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    background: #f7f7f7;
}

/* Testimonial */
.testimonial-2__slider h4 {
    color: #808080;
    font-weight: 300;
    font-size: 17px;
}

/* Fixed Footer */

.footer-fixed-xs {
    position: fixed;
    right: auto;
    left: auto;
    width: 100%;
    bottom: 0;
    z-index: 99;
    display: none;
}

.footer-fixed-container {
    background: #000000b0;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    text-align: center;
    padding: 13px 50px;
}

.footer-fixed-container img {
    width: 45px;
}

@media only screen and (max-width: 575px) {

    .footer-fixed-xs {
        display: block;
    }

    .appointment-fixed {
        display: none;
    }

    #scroll-percentage {
        display: none;
    }

    footer {
        margin-bottom: 50px;
    }
}

.service-list h4 {
    margin-bottom: 25px;
    font-weight: 600;
    text-decoration: underline;
    font-size: 22px;
}

.service-list ul {
    list-style: none;
}

.service-list ul li {
    color: #595959;
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    font-style: italic;
}