
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

/*** fancybox start ***/
.fancybox-toolbar {
      top: 0;
      right: 0
  }

  .fancybox-stage {
      overflow: hidden;
      direction: ltr;
      z-index: 99994;
      -webkit-transform: translateZ(0)
  }

  .fancybox-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow: auto;
      outline: none;
      white-space: normal;
      box-sizing: border-box;
      text-align: center;
      z-index: 99994;
      -webkit-overflow-scrolling: touch;
      display: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition-property: opacity,-webkit-transform;
      transition-property: transform,opacity;
      transition-property: transform,opacity,-webkit-transform;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d
  }

  .fancybox-slide:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 0
  }

  .fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
      display: block
  }

  .fancybox-slide--image {
      overflow: visible
  }

  .fancybox-slide--image:before {
      display: none
  }

  .fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe {
      background: #000
  }

  .fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe {
      background: #e5e3df
  }

  .fancybox-slide--next {
      z-index: 99995
  }

  .fancybox-slide>* {
      display: inline-block;
      position: relative;
      padding: 24px;
      margin: 44px 0;
      border-width: 0;
      vertical-align: middle;
      text-align: left;
      background-color: #fff;
      overflow: auto;
      box-sizing: border-box
  }

  .fancybox-slide .fancybox-image-wrap {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      border: 0;
      z-index: 99995;
      background: transparent;
      cursor: default;
      overflow: visible;
      -webkit-transform-origin: top left;
      transform-origin: top left;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden
  }

  .fancybox-can-zoomOut .fancybox-image-wrap {
      cursor: zoom-out
  }

  .fancybox-can-zoomIn .fancybox-image-wrap {
      cursor: zoom-in
  }

  .fancybox-can-drag .fancybox-image-wrap {
      cursor: -webkit-grab;
      cursor: grab
  }

  .fancybox-is-dragging .fancybox-image-wrap {
      cursor: -webkit-grabbing;
      cursor: grabbing
  }

  .fancybox-image,.fancybox-spaceball {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: 0;
      max-width: none;
      max-height: none
  }

  .fancybox-spaceball {
      z-index: 1
  }

  .fancybox-slide--iframe .fancybox-content {
      padding: 0;
      width: 80%;
      height: 80%;
      max-width: calc(100% - 100px);
      max-height: calc(100% - 88px);
      overflow: visible;
      background: #fff
  }

  .fancybox-iframe {
      display: block;
      padding: 0;
      border: 0;
      height: 100%
  }

  .fancybox-error,.fancybox-iframe {
      margin: 0;
      width: 100%;
      background: #fff
  }

  .fancybox-error {
      padding: 40px;
      max-width: 380px;
      cursor: default
  }

  .fancybox-error p {
      margin: 0;
      padding: 0;
      color: #444;
      font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif
  }

  .fancybox-close-small {
      position: absolute;
      top: 0;
      right: 0;
      width: 44px;
      height: 44px;
      padding: 0;
      margin: 0;
      border: 0;
      border-radius: 0;
      outline: none;
      background: transparent;
      z-index: 10;
      cursor: pointer
  }

  .fancybox-close-small:after {
      content: "×";
      position: absolute;
      top: 5px;
      right: 5px;
      width: 30px;
      height: 30px;
      font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
      color: #888;
      font-weight: 300;
      text-align: center;
      border-radius: 50%;
      border-width: 0;
      background: #fff;
      transition: background .25s;
      box-sizing: border-box;
      z-index: 2
  }

  .fancybox-close-small:focus:after {
      outline: 1px dotted #888
  }

  .fancybox-close-small:hover:after {
      color: #555;
      background: #eee
  }

  .fancybox-slide--iframe .fancybox-close-small {
      top: 0;
      right: -44px
  }

  .fancybox-slide--iframe .fancybox-close-small:after {
      background: transparent;
      font-size: 35px;
      color: #aaa
  }

  .fancybox-slide--iframe .fancybox-close-small:hover:after {
      color: #fff
  }

  .fancybox-caption-wrap {
      bottom: 0;
      left: 0;
      right: 0;
      padding: 60px 30px 0;
      background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
      pointer-events: none
  }

  .fancybox-caption {
      padding: 30px 0;
      border-top: 1px solid hsla(0,0%,100%,.4);
      font-size: 14px;
      font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
      color: #fff;
      line-height: 20px;
      -webkit-text-size-adjust: none
  }

  .fancybox-caption a,.fancybox-caption button,.fancybox-caption select {
      pointer-events: all
  }

  .fancybox-caption a {
      color: #fff;
      text-decoration: underline
  }

  .fancybox-button {
      display: inline-block;
      position: relative;
      margin: 0;
      padding: 0;
      border: 0;
      width: 44px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      background: transparent;
      color: #ddd;
      border-radius: 0;
      cursor: pointer;
      vertical-align: top;
      outline: none
  }

  .fancybox-button[disabled] {
      cursor: default;
      pointer-events: none
  }

  .fancybox-button,.fancybox-infobar__body {
      background: rgba(30,30,30,.6)
  }

  .fancybox-button:hover:not([disabled]) {
      color: #fff;
      background: rgba(0,0,0,.8)
  }

  .fancybox-button:after,.fancybox-button:before {
      content: "";
      pointer-events: none;
      position: absolute;
      background-color: currentColor;
      color: currentColor;
      opacity: .9;
      box-sizing: border-box;
      display: inline-block
  }

  .fancybox-button[disabled]:after,.fancybox-button[disabled]:before {
      opacity: .3
  }

  .fancybox-button--left:after,.fancybox-button--right:after {
      top: 18px;
      width: 6px;
      height: 6px;
      background: transparent;
      border-top: 2px solid currentColor;
      border-right: 2px solid currentColor
  }

  .fancybox-button--left:after {
      left: 20px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg)
  }

  .fancybox-button--right:after {
      right: 20px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg)
  }

  .fancybox-button--left {
      border-bottom-left-radius: 5px
  }

  .fancybox-button--right {
      border-bottom-right-radius: 5px
  }

  .fancybox-button--close:after,.fancybox-button--close:before {
      content: "";
      display: inline-block;
      position: absolute;
      height: 2px;
      width: 16px;
      top: calc(50% - 1px);
      left: calc(50% - 8px)
  }

  .fancybox-button--close:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg)
  }

  .fancybox-button--close:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg)
  }

  .fancybox-arrow {
      position: absolute;
      top: 50%;
      margin: -50px 0 0;
      height: 100px;
      width: 54px;
      padding: 0;
      border: 0;
      outline: none;
      background: none;
      cursor: pointer;
      z-index: 99995;
      opacity: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: opacity .25s
  }

  .fancybox-arrow:after {
      content: "";
      position: absolute;
      top: 28px;
      width: 44px;
      height: 44px;
      background-color: rgba(30,30,30,.8);
      background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: 24px 24px
  }

  .fancybox-arrow--right {
      right: 0
  }

  .fancybox-arrow--left {
      left: 0;
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1)
  }

  .fancybox-arrow--left:after,.fancybox-arrow--right:after {
      left: 0
  }

  .fancybox-show-nav .fancybox-arrow {
      opacity: .6
  }

  .fancybox-show-nav .fancybox-arrow[disabled] {
      opacity: .3
  }

  .fancybox-loading {
      border: 6px solid hsla(0,0%,39%,.4);
      border-top: 6px solid hsla(0,0%,100%,.6);
      border-radius: 100%;
      height: 50px;
      width: 50px;
      -webkit-animation: a .8s infinite linear;
      animation: a .8s infinite linear;
      background: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px;
      z-index: 99999
  }

/*** fancybox End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
 
.elementor-video {
    height: 100%;
    width: 100%;
    display: flex;
    border: none;
    background-color: #000;
}
* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    border: 0;
    color: var(--bs-white) !important;
}

.btn-light-outline-0 {
    border: 0;
    color: var(--bs-primary) !important;
}

.btn-primary-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.btn-light-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}
/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
    background: #23527c !important;
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: rgb(35 82 124);
    color: #d19e28;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-item {
    position: relative;
    min-height: 100vh
    
}

.carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent;
}

#carouselId .carousel-indicators {
    padding-bottom: 30px;
}

#carouselId .carousel-indicators li {
    border-top: 10px solid var(--bs-white);
    border-bottom: 10px solid var(--bs-white);
    border-right: 5px solid var(--bs-white);
    border-left: 5px solid var(--bs-white);
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.5s;
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    border-right: 15px solid var(--bs-primary);
    border-left: 15px solid var(--bs-primary);
}
/*** Carousel End ***/


.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Services Start ***/
.services .services-item {
    transition: 0.5s;
}

.services .services-item:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-secondary) !important;
}

.services .services-item:hover .services-content p,
.services .services-item:hover .services-content h3 {
    color: var(--bs-white);
    transition: 0.5s;
}

.services .services-item:hover .services-content a.btn {
    background: var(--bs-white);
    color: var(--bs-primary) !important;
}

.services .services-item:hover .services-content a.btn:hover {
    color: var(--bs-white) !important;
}

.services .services-item .services-img {
    overflow: hidden;
}

.services .services-item .services-img img {
    transition: 0.5s;
}

.services .services-item .services-img img:hover {
    transform: scale(1.3);
}
/*** Services End ***/



/*** About Start ***/
/*** Youtube Video start ***/
.video {
    position: relative;
    padding-right: 70px; 
    padding-bottom: 70px;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    margin-left: -35px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** About End ***/


/*** Appointment  Start ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appointment .appointment-form {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, .4));
    object-fit: cover;
    border-radius: 10px;
}

.appointment .appointment-time {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, .2));
    object-fit: cover;
    border-radius: 10px;
}
/*** Appointment End ***/

/*** Counter Start ***/
.counter-section .counter-item .counter-content {
    position: relative;
    margin-bottom: 60px;
    background-image: linear-gradient(rgba(252, 152, 195, 0.3), rgba(255, 255, 255, 0.3), rgba(136, 76, 210, 0.3));
    border-radius: 10px;
    z-index: 9;
}

.counter-section .counter-item {
    text-align: center;
    background: rgba(255, 255, 255, .5) !important;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    object-fit: cover;
    border-radius: 0 25% 0 25%;
}

.counter-section .counter-item .counter-content .svg-img {
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    margin-bottom: -50px; 
    margin-left: -45px; 
    transform: rotate(180deg);
}

.counter-section .counter-item .counter-quantity {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}
/*** Counter End ***/


/*** Events Start ***/
.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.gallery .gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-img img {
    transition: 0.5s;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
}

.gallery .gallery-img .gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    
}

.gallery .gallery-img:hover .gallery-overlay,
.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}
/*** Events End ***/


/*** Pricing Start ***/
.pricing {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing .pricing-item {
    color: var(--bs-white);
}

.pricing .pricing-item .pricing-content {
    background: rgba(255, 255, 255, 0.4);
}

.pricing .owl-carousel.pricing-carousel {
    position: relative;
}

.pricing .owl-carousel.pricing-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-white);

}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev:hover,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
}
/*** Pricing End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.team .team-item .team-text {
    background: var(--bs-primary);
}

.team .team-item .team-social {
    position: absolute;
    top: -180px; 
    left: 20px; 
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-social {
    top: 20px; 
    left: 20px;
    opacity: 1;
}

.team .team-item .team-img {
    position: relative;
    width: 100%;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.team .team-item:hover .team-img::after {
    bottom: 0;
    height: 100%;
}

.team .team-item .team-text {
    transition: 0.5s;
}

.team .team-item:hover .team-text {
    background: var(--bs-secondary);
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .testimonial-item {
    background: rgba(0, 0, 0, 0.4);
}

.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-white);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
}
/*** testimonial end ***/

/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact .contact-form {
    background: rgba(255, 255, 255, 0.6);
}
/*** Contact End ***/

/*** footer start ***/
.footer {
    background: #23527c !important;
}

.footer .footer-item a,
.footer .footer-item p {
    color: var(--bs-white);
    line-height: 40px;
    font-size: 17px;
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/