.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/slider_1.jpg);
}
.testimonial {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/banner.webp);
    background-position: center center;
    background-size: cover;
}
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner.webp);
    background-position: center center;
    background-size: cover;
}
.contact {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/slider_1.jpg);
    background-position: center center;
    background-size: cover;
}
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/slider_3.jpg);
    background-position: center center;
    background-size: cover;
}
.footer .footer-item a:hover {
    letter-spacing: 1px;
}
.service-content-inner .row {
    border-top: 1px solid #111;
}
.blog.blog-border .blog-item .blog-img {
    border: 1px solid var(--bs-primary);
}
.blog-centent p {
    background-color: #eee;
    border-radius: 10px;
    color: #111;
    padding: 5px 0;
    border: 1px solid gray;
}
.display-7 {
    font-size: 20px;
}
.display-8 {
    font-size: 20px;
}
.local ul {
    padding-left: 18px;
}
.local ul li {
    margin-bottom: 10px;
    color: #202135;
}
.search-form {
    background: rgba(239, 162, 134, 0.3);
}
.search-form .btn.btn-primary:hover {
    box-shadow: inset 700px 0 0 0 var(--bs-light) !important;
}
.modal-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}
.btn.btn-secondary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #efa286 !important;
}
.modal-header {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9));
}
.btn-close {
    opacity: 1;
}
.datepicker td,th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}
.datepicker .datepicker-days {
    color: #202135;
}
.error {
    font-size: 13px;
    color: #f00;
}
#book-now-form .alert {
    padding: 0.5rem 1rem;
}
.custom-control {
    display: inline-flex;
    margin-right: 10px;
}
.custom-control input {
    margin-right: 5px;
}
.loader {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9998;
  background: black none repeat scroll 0% 0%;
  opacity: 0.25;
  display: none;
}
.loader-inner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.hidden {
    display: none;
}
.fixed-car-carousel {
    position: relative; 
}
.fixed-car-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.fixed-car-carousel .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.fixed-car-carousel .owl-nav .owl-prev,
.fixed-car-carousel .owl-nav .owl-next {
    transition: 0.5s;
}
.fixed-car-carousel .owl-nav .owl-prev:hover,
.fixed-car-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table td span {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.bootstrap-datetimepicker-widget .btn {
    color: #fff;
}
.header-carousel .header-carousel-item {
    height: 110vh;
}
.header-carousel-item video {
    height: 100%;
    object-fit: cover;
}
.appointment-form {
    position: relative;
    max-width: 500px;
    width: 100%;
    background-color: #fff;
    color: #202135;
}
.header-carousel .header-carousel-item .carousel-caption {
    padding: 50px 3rem;
    flex-wrap: wrap;
}
.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    width: calc(100% - 520px);
}
#home-book-now-form .btn.btn-primary:hover {
    box-shadow: inset 900px 0 0 0 var(--bs-light) !important;
}
.btn.btn-dark:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #1a1a2a !important;
}
@media (min-width: 1200px) {
    .display-7 {
        font-size: 2rem;
    }
    .display-8 {
        font-size: 1.5rem;
    }
}
@media (max-width: 1199px) {
    .service .service-content-inner .row {
        font-size: 14px;
    }
    .appointment-form .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 991px) {
    .order {
        order: 2;
    }
}
@media (max-width: 800px) {
    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 100%;
    }
    .appointment-form {
        max-width: 100%;
        width: 100%;
    }
    .header-carousel .header-carousel-item {
      height: 800px;
    }
}
@media (max-width: 575px) {
    #appointment .sub-title {
        overflow: hidden;
    }
    .sub-style {
        overflow: hidden;
    }
    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        display: none;
    }
    .header-carousel .header-carousel-item .carousel-caption {
        padding: 50px 1rem;
    }
}