/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  c
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
    /*margin-top: -15px;*/
  /*float: left;*/
}
.home_about_qu.owl-carousel {
    width: 600px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  height:100%
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
    /*max-height: 450px;*/
    /*min-height:640px;*/
    height:100%;
}
.imgslide.owl-carousel .owl-stage-outer {
    z-index: 2;
}

.owl-nav.disabled{display:none !important}
.business_others_item .owl-nav.disabled {
    display: block !important;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}


.imgslide.owl-carousel.owl-loaded {
    /*padding-inline-start: 20px;
    padding-inline-end: 20px;*/
    padding: 0 2%;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  height:100%;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  /*width: 98%;*/
  margin:0 auto;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor:pointer;
    z-index:10;
}
.home_banner .owl-dots .owl-dot span {
    width: 1px;
    height: 1px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
}
.home_banner .owl-dots .owl-dot:first-child.active span:before {
    content: "1";
    color: #46C0C1;
    font-size: 40px;
}

.home_banner .owl-dots .owl-dot:nth-child(2).active span:before {
    content: "2";
    color: #46C0C1;
    font-size: 40px;
}

.home_banner .owl-dots .owl-dot:last-child.active span:before {
    content: "3";
    color: #46C0C1;
    font-size: 40px;
}

.home_banner .owl-dots:after {
    display: block;
    content: "/3";
    color: #5b5d6b;
    font-size: 20px;
    position: absolute;
    bottom: -30px;
    right: -32px;
}

.home_banner .owl-dots {
    position: absolute;
    display: block;
    text-align: center;
    width: 20px;
    height: 20px;
    bottom: 90px;
    right: 7%;
    z-index: 5;
    margin: 0px auto;
}
.trea_item .owl-dots {
    bottom: -30px;
    position: relative;
}
    .trea_item .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 15px;
        border-radius: 50%;
        background: #ccc;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        cursor: pointer;
    }
    .trea_item .owl-dots .owl-dot.active span, .trea_item .owl-dots .owl-dot:hover span {
        background: #46C0C1;
    }

.home_doctor_item .owl-nav.disabled, .service_other_item .owl-nav.disabled {
    display: block !important;
}
.home_banner .owl-nav {
    width:150px;bottom:100px;right:9%;position:absolute;z-index:5;
}
.home_doctor_item .owl-dots {
    position: absolute;
    bottom: 15%;
    width: 200px;
    right: 25%;
}
    .home_doctor_item .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        background: #f1d6c7;
        border-radius: 50%;
        margin-right: 15px;
    }
        .home_doctor_item .owl-dots .owl-dot.active {
            background: #46C0C1;
        }

 .service_other_item .owl-prev {
    background: url(../../images/home_doctor_next.png);
    background-size: 100%;
    transform: rotate(-180deg);
    display: block;
    position: absolute;
    top: 50%;
    left: 3%;
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 36px;
}
.service_other_item .owl-prev {
    display: block;
    left: -7%;
}
.about_item .owl-prev {
    left: 3%;
}

 .service_other_item .owl-next {
    background: url(../../images/home_doctor_next.png);
    background-size: 100%;
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 50%;
    right: 3%;
    cursor: pointer;
}

.service_other_item .owl-next {
    right: -7%;
}
.home_trea_owl .owl-nav {
    width: 580px;
    position: absolute;
    left: 50%;
    top: 60%;
}
.home_trea_owl .owl-prev, .about_item .owl-prev {
    background: #fff url(../../images/arrow_left.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 60%;
    left: -25px;
    cursor: pointer;
    width: 53px;
    height: 53px;
}
.home_trea_owl .owl-next, .about_item .owl-next {
    background:#fff url(../../images/arrow_right.svg);
    background-size: 100%;
    width: 53px;
    height: 53px;
    border-radius:50%;
    display: block;
    position: absolute;
    top: 60%;
    right: 11px;
    cursor: pointer;
}
.service_other_item .owl-prev:hover {
    background: url(../../images/home_doctor_next_h.svg);
    background-size: 100%;
    transform: rotate(-180deg);
    cursor: pointer;
}

 .service_other_item .owl-next:hover {
    background: url(../../images/home_doctor_next_h.svg);
    background-size: 100%;
    cursor: pointer;
}
.home_trea_owl .owl-prev:hover, .about_item .owl-prev:hover {
    background: #fff url(../../images/arrow_left_h.svg);
    background-size: 100%;
    cursor: pointer;
}

.home_trea_owl .owl-next:hover, .about_item .owl-next:hover {
    background: #fff url(../../images/arrow_right_h.svg);
    background-size: 100%;
    cursor: pointer;
}
.about_item .owl-prev {
    left:-4%;
    top:50%;
    transform: translateY(-50%);
}

.about_item .owl-next {
    right:-4%;
    top: 50%;
    transform: translateY(-50%);
}
.service_other_item.owl-theme .owl-dots {
    display: none;
}

@media only screen and (min-width: 1441px) {
    .home_trea_owl .owl-nav {
        width: 640px;
        position: absolute;
        left:55%;
        top: 60%;
    }
}
@media only screen and (min-width: 1600px) {
    .home_trea_owl .owl-next {
        right: 0.688vw;
    }
    .home_trea_owl .owl-nav {
        width: 40.250vw;
        top: 60%;
        left: 53%;
    }
    .home_trea_owl .owl-prev {
        left: -1.563vw;
    }
    .trea_item .owl-dots {
        bottom: -2vw;
    }

        .trea_item .owl-dots .owl-dot span {
            width: 0.8vw;
            height: 0.8vw;
            margin: 0 1vw;
        }
        }

@media only screen and (min-width: 1440px) {
    .home_banner .owl-nav {
        width: 10.417vw;
        bottom: 6.944vw;
    }

  .homebanner .owl-dots .owl-dot span {
        width: 0.714vw;
        height:0.714vw;
        margin: 0.357vw 0.714vw;
    }

  .homebanner .owl-dots {
    height:1.429vw;
    bottom:3.571vw;
}

    .homebanner .owl-dots .owl-dot.active span, .homebanner .owl-dots .owl-dot:hover span {
        width: 0.714vw;
        height: 0.714vw;
    }


    .home_banner .owl-dots .owl-dot span {
        width: 0.063vw;
        height: 0.063vw;
    }
    .home_banner .owl-dots .owl-dot:first-child.active span:before, .home_banner .owl-dots .owl-dot:nth-child(2).active span:before, .home_banner .owl-dots .owl-dot:last-child.active span:before {
        font-size: 2.500vw;
    }

    .home_banner .owl-dots:after {
        bottom: -1.875vw;
        right: -2vw;
        font-size: 1.250vw;
    }

    .home_banner .owl-dots {
        width: 1.250vw;
        height: 1.250vw;
        bottom: 5.625vw;
    }

        .home_doctor_item .owl-dots {
        width: 12.500vw;
        right: 25%;
    }

        .home_doctor_item .owl-dots .owl-dot {
            width: 0.938vw;
            height: 0.938vw;
            margin-right: 0.938vw;
        }
     .service_other_item .owl-prev, .service_other_item .owl-next {
        width: 2.250vw;
        height: 2.250vw;
    }
   .home_trea_owl .owl-prev, .home_trea_owl .owl-next {
        width: 3.681vw;
        height: 3.681vw;
    }
    .about_item .owl-prev, .about_item .owl-next {
        width: 2.681vw;
        height: 2.681vw;
    }
    .home_trea_owl .owl-next {
        right: 7.57vw;
    }

    .home_trea_owl .owl-prev {
        left: -4.5vw;
    }
  
}

@media (max-width: 1439px) {
    .home_trea_owl .owl-nav {
        width: 480px;
        top: 68%;
        left: 55%;
    }
    .home_trea_owl .owl-next {
      right:-5px;
      
      
    }
    .home_trea_owl .owl-prev {
      
        left: -75px;
    }
    .service_other_item .owl-prev {
        display: block;
        left: 0%;
    }
.service_other_item .owl-next {
    display: block;
    right: 0%;
}

}

    @media (max-width: 1279px) {

        .home_banner .owl-dots {
            bottom: 50%;
            right: 6%;
        }
        .home_trea_owl .owl-nav {
            width: 530px;
            top: 85%;
            left: 50%;
           transform:translateX(-50%);
        }
        /*.home_trea_owl .owl-next {
            left: 480px;
           
            top: 85%;
            right: 0;
        }*/
        .home_trea_owl .owl-prev {
           
      
          left: -15px;
        }
        .service_other_item .owl-prev {
            display: block;
            left: -3%;
        }

        .service_other_item .owl-next {
            display: block;
            right: -3%;
        }

    }

    @media only screen and (max-width: 960px) {

       
        .home_about_qu.owl-carousel {
            width: 100%
        }

        .owl-carousel .owl-item img.home_count {
            height: 785px;
            display: none;
        }

        .home_doctor_item .owl-prev {
            display: block;
        }


        #owl-room.owl-carousel .owl-item img {
            width: 98%;
        }


        .home_banner .owl-nav {
            bottom: 260px;
            right: 5%;
        }

        .home_doctor_item .owl-dots {
            display: none;
        }
        .home_trea_owl .owl-nav {
            width: 100%;
            top: 60%;
        }
        .home_trea_owl .owl-next {
           
            right: 0;
        }
        .home_trea_owl .owl-prev {
         
            left: 0;
        }
        .home_doctor_item .owl-next, .home_doctor_item .owl-prev {
            top: 40%;
        }
    }

    @media only screen and (max-width: 767px) {

        .home_banner .owl-dots {
            bottom: 60%;
        }

        .home_banner .owl-nav {
            bottom: 50%;
            /*width:100px;*/
        }
        .home_trea_owl .owl-next {
            left: auto;
           
            right: 0;
        }
        .home_trea_owl .owl-prev {
          
            left: 0%;
        }
        .service_other_item.owl-theme .owl-dots {
            display: block;
            bottom: -14px;
            position: relative;
        }
        .service_other_item.owl-theme .owl-nav {
            display: none;
        }
        .service_other_item.owl-theme .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin:5px;
            background: #ccc;
        }
        .service_other_item.owl-theme .owl-dots .owl-dot.active {
            width: 15px;
            height: 10px;
            border-radius: 25px;
            background: #46C0C1;
        }
    }

    @media (max-width: 640px) {
        .imgslide .owl-nav .owl-prev {
            left: 2%;
        }

        .imgslide .owl-nav .owl-next {
            right: 2%;
        }

        .eventbanner .owl-dots .owl-dot span, .eventbanner .owl-dots .owl-dot.active span, .eventbanner .owl-dots .owl-dot:hover span {
            width: 60px;
        }

        .eventbanner .owl-dots .owl-dot span {
            width: 60px;
            height: 4px;
            margin: 0px 3px;
            display: block;
            background: #dcdad7;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -moz-transition: opacity 200ms ease;
            -ms-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            cursor: pointer;
        }

        .eventbanner .owl-dots {
            margin: 0 auto 20px auto
        }

        .homebanner .owl-dots {
            bottom: 12px;
        }

        .home_banner .owl-next, .home_banner .owl-prev {
            width: 40px;
            height: 40px;
        }

        .home_follow_items .owl-prev {
            background: url(../../images/about_prev.png);
            background-size: 100%;
            display: block;
            position: absolute;
            top: 45%;
            left: -10%;
            cursor: pointer;
            width: 17px;
            height: 32px;
        }

        .home_follow_items .owl-next {
            background: url(../../images/about_next.png);
            background-size: 100%;
            width: 17px;
            height: 32px;
            display: block;
            position: absolute;
            top: 45%;
            right: -8%;
            cursor: pointer;
        }

        .home_banner .owl-nav {
            bottom: 50%;
            width: 100px;
        }
    }

    @media (max-width: 480px) {
        .home_banner .owl-nav {
            bottom: 54%;
        }

        .home_banner .owl-dots {
            bottom: 57%;
            right: 10%;
        }
        .home_trea_owl .owl-next {
            left: auto;
            right: 0;
            width: 40px;
            height: 40px;
        }
        .home_trea_owl .owl-prev {
            left: 0%;
            width: 40px;
            height: 40px;
        }
        .home_doctor_item .owl-next, .home_doctor_item .owl-prev {
            top: 30%;
            left:0;

        }
        .home_doctor_item .owl-next{
            right:0;
            left:auto;
        }
        .about_item .owl-prev, .about_item .owl-next {
            top: 50%;
            width: 40px;
            height: 40px;
        }
        .home_about .about_item .owl-next, .home_about .about_item .owl-prev {
            top: 50%;
        }
    }

    @media (max-width: 380px) {
        .home_banner .owl-dots {
            bottom: 59%;
            right: 15%;
        }
       
    }
    /***********************************************HOME NEWS SLIDER**********************************************************************/
