.slider-container {
    width: 100%; /* Width of the column */
    height: 555px; /* Height to show 3 items */
    overflow: hidden; /* Hide extra items */
    position: relative;
    padding: 15px 10px;
}

.slider-content {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.item {
    height: 100%; /* Height of each item */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}

.nav-button {
    position: absolute;
    background-color: #fff;
    color: #67c8c7;
    border: 2px solid hsl(0deg 0% 0% / 15%);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.nav-button.up {
    left: calc(50% - 14.5px);
    top: 0%;
}

.nav-button.down {
    right: calc(50% - 14.5px);
    bottom: 0%;
}

.nav-button i{
	font-weight: 600;
	font-size: 20px;
}

.patient-info-listing-box{
	display: flex;
	border-radius: 10px;
	
}
.patient-info-listing-img{
	float: left;
	width: 25%;
}

.patient-info-listing-desc{
	float: left;
	width: 75%;
}
.patient-info-listing-box{
	background-color: #e5e2dd;
	padding: 20px;
	height: 166px;
	transition: all .5s;
	width:100%;
}
.patient-info-listing-box:hover{
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.patient-info-listing-img-frame{
	height: 100px;
	width:100px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

.patient-info-listing-img-frame.img-admission{
	background-image: url(../../images/home/admission-listing.jpg);
}
.patient-info-listing-img-frame.img-appointment{
	background-image: url(../../images/home/appointment-listing.jpg);
}
.patient-info-listing-img-frame.img-room-rates{
	background-image: url(../../images/home/roomrate-listing.jpg);
}
.patient-info-listing-img-frame.img-preparation{
	background-image: url(../../images/home/preparationbeforesurgery.jpg);
}
.patient-info-listing-img-frame.img-medical{
	background-image: url(../../images/home/medical_reportthumb.jpg);
}
.patient-info-listing-img-frame.img-payment{
	background-image: url(../../images/home/paymentthumb.jpg);
}
.patient-info-listing-img-frame.img-wifi{
	background-image: url(../../images/home/wifi-thumn.jpg);
}
.patient-info-listing-img-frame.img-getting-here{
	background-image: url(../../images/home/parking&gettinghere.jpg);
}


.patient-info-listing-desc h4{
	margin-bottom: 5px;
	font-family: 'OpenSans Regular', sans serif;
}
.patient-info-listing-desc p{
	min-height:42px;
}
a.patient-info-listing-link{
	color: #67c8c7;
}
a.patient-info-listing-link i{
	transition: all .5s;
}
a.patient-info-listing-link:hover i{
	margin-left: 5px;
}

.w-70-center{
	max-width: 70%;
	margin:0 auto 0;
}

.counter-box-icon{
	width: 45px;
	text-align: center;
	float: left;
}
.counter-box-desc{
	width: calc(100% - 50px);
	float: left;
}

.counter-box-home{
	display: flex;
	align-items: top;
	margin-bottom: 50px;
}

.counter-box-desc{
	padding-left: 10px;
	font-size: 20px;
    font-weight: 600;
    font-family: 'OpenSans SemiBold', sans-serif;
}

.counter-box-desc .counter{
	font-size: 24px;
	line-height: 1.2;
}

.counter-box-desc .counter span{
	height: 24px;
	display: inline-block;
	font-size: 24px;
	line-height: 1;
}
#aboutSec{
	background: url(../../images/home/valuebg2.jpg) no-repeat center;
    background-size: cover;
    background-position: 80% center;
    position: relative;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 60%);
}
.care-box{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	z-index: 9;
	position: relative;
}
.care-icon{
	width: 70px;
	float: left;
}
.care-desc{
	width: calc(100% - 120px);
	float: left;
	padding: 0 15px;
}
.care-btn{
	width: 40px;
	float: left;
}
.care-circle-icon{
	width: 70px;
	height: 70px;
	background-color: #e5e2dd;
	border-radius: 50%;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
}
.circle-right{
	width: 40px;
	height: 40px;
	background: linear-gradient(0deg, #65cbc9 0%, #8bd8d8 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
}
.circle-right:hover {
    background: linear-gradient(90deg, #8bd8d8 0%, #65cbc9 100%);
}
.circle-right .icon-line-chevron-right {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.col-lg-45{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.care-abso{
	position: absolute;
	top: 0;
	left: calc(50% - 165px);
}
.care-family-abso{
	position: absolute;
    bottom: 20px;
    left: calc(50% - 240px);
    width: 480px;
}
.care-w-300{
 	width: 300px;
 	margin:0 auto 80px;
}

#wellnessslider.owl-carousel .item {
    position: relative;
    margin-bottom: 0;
}

#wellnessslider.owl-carousel .owl-stage{
    left:-1px;
}

.slide-text {
    position: absolute;
    bottom: 30px;
    left: 15%;
    background: #fff;
    /*padding: 30px;*/
    border-radius: 10px;
    /*width: 450px;*/
    width: 540px;
    padding: 30px 20px;
    text-align: center;
}

.slide-text h2 {
    margin: 0 0 10px;
    font-size: 28px;
}

.slide-text p {
    margin: 0;
}

 a.wellness-home-link{
	color: #67c8c7;
}
a.wellness-home-link i{
	transition: all .5s;
}
a.wellness-home-link:hover i{
	margin-left: 5px;
}
#slider .owl-prev i, #slider .owl-next i{
	color: #fff;
}
#wellnessslider.owl-carousel .owl-nav [class*=owl-]{
	background-color: transparent! important;
	border:0px! important;
}
.slide-technology-text{
    position: relative;
    /*top: calc(50% - 132px);*/
    /*left: 100px;*/
    background: transparent;
    /*width: 35%;*/
    display: block;
    padding-right: 100px;
}
#techslider.owl-carousel .owl-nav [class*=owl-] {
	top: auto;
	bottom:0px;
    height: 36px ! important;
    line-height: 36px;
    border: 1px solid #f2f2f2 !important;
    color: #67c8c7 !important;
    background-color: #FFF !important;
    font-size: 18px;
    border-radius: 50%;
}
#techslider .item{
	margin-bottom:0px;
	/*min-height: 450px;*/
}
#techslider.owl-carousel .owl-nav [class*=owl-]{
	opacity: 1;
}
.slide-technology-text h2{
	color: #ad8e61;
}
#techslider .owl-nav .owl-prev{
	left: calc(70% - 25px)! important;
	display: block! important;
}
#techslider .owl-nav .owl-next{
	left: calc(70% + 25px) ! important;
	right: auto !important;
	display: block! important;
}

.abso-tech-right{
	position: absolute;
    max-width: 50%;
    right: calc(25% - 320px);
    top: calc(50% - 132px);
}
.abso-tech-right img{
    max-width:640px;
}

#slider-technology{
	background-image: url(../../images/home/our-tech-bg.jpg);
    background-size: cover;
    background-position: right center;
    position: relative;
}

#homeslider .item{
	position: relative;
	height: 550px;
	display: block;
	border-radius: 20px 20px 0 0;
	margin-bottom: 0;
}
.slide-home-text{
	position: absolute;
	top:calc(50% - 67px);
	left: 100px;
}
.slide-home-text h2{
	font-size: 40px;
	font-family: 'OpenSans ExtraBold';
}
.slide-home-text h4{
	font-size: 18px;
    font-family: 'OpenSans Regular';
    font-weight: 400;
}
.slide-home-desc{
	width: 100%;
	position: absolute;
	height: 50px;
	bottom: 0px;
	left: 0px;
	background-color: #f2f2f2;
	padding:5px 10px;
	display: flex;
	align-items: center;
	padding-right:50%;
	z-index:10;
	
}
.slide-home-desc p{
	font-size: 12px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#homeslider.owl-carousel .owl-nav [class*=owl-] {
    bottom: calc(0% + 15px);
    top: auto;
    height: 20px ! important;
    line-height: 20px;
    border: 0px solid #f2f2f2 !important;
    color: #67c8c7 !important;
    background-color: transparent !important;
    font-size: 18px;
    opacity: 1;
}
#homeslider.owl-carousel .owl-nav .owl-prev{
	left: calc(55% - 15px);
}
#homeslider.owl-carousel .owl-nav .owl-next {
    left: calc(55% + 15px);
    right: auto;
}
.mr-15{
	margin-right: 15px;
}
#slider-home .slider-inner{
	position: relative;
	height: 100%;
	width: 100%;
}
.cta-box-slider{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #fff;
	padding: 0px;
	border-radius: 20px 0 0 0;
	z-index: 10;
	width: 40%;
	height: 100px;
}

.cta-box-slider{
	display: flex;
	align-items: center;
	justify-content: center;
}

.cta-slider-box{
	width: 33.3333%;
	text-align: center;
	transition: all .5s;
}

.cta-slider-box:hover{
    background-color:#67c8c7;
}

.cta-slider-box:hover a{
    color:#fff;
}

.cta-slider-box:hover img{
    filter: brightness(0) invert(1);
}


.cta-slider-box:not(:last-child){
    border-right: 1px solid #f2f2f2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-slider-box:last-child{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-slider-box:first-child{
    border-radius:20px 0 0 0;
}

.cta-slider-box a{
    color:#555;
}

.cta-slider-icon{
	height: 40px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:11;
}
.cta-slider-icon img{
	max-width: 40px;
	max-height:35px;
}
.cta-slider-txt{
	font-size: 14px;
	font-family: 'OpenSans SemiBold';
}
#homeslider.owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  left: -40px; /* Adjust as needed */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#homeslider.owl-carousel .owl-dots .owl-dot {
   	background: #65cbc9;
   	border: 1px solid #65cbc9;
}
.owl-carousel .owl-dots .owl-dot.active{
	background: #fff ! important;
}
#wellnessslider.owl-carousel .owl-nav [class*=owl-]{
	opacity: 1;
	left: 15px;
	color: #fff !important;
	font-weight: 600;
	font-size: 30px;
}
#wellnessslider.owl-carousel .owl-nav .owl-next{
	left: auto;
	right: 15px;
}

#homeslider .item{
	height: 100%;
	position: relative;
}
#homeslider .item .video-container{
	position: relative;
    /*padding-top: 39.86%;*/
    padding-top: 35%;
    overflow: hidden;
    background: #fff;
    height: 0;
    border-radius: 20px 20px 0;
}

#homeslider .item .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: auto;
}

.floatl{
    float:left;
}

/*#homeslider.owl-carousel .owl-nav.disabled{}*/

#homeslider.owl-carousel .owl-dots.disabled{
    display:block! important;
}

.care-desc h4{
    font-family: 'OpenSans Regular', sans serif;
}

.patient-home-desc{
    min-height:165px;
}

.content-wrap-40-0{
     padding:40px 0;
     position:relative;
 }


@media (min-width:1200px){
	.hide-1199{
    	display: block;
    }
    .show-1199, .show-flex-1199{
    	display: none;
    }
    .hide-flex-1199{
    	display: flex;
    }
}

@media (max-width:1366px){

	#aboutSec {
	    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 60%);
	}
	.pd-about{
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.abso-tech-right {
	    max-width: 650px;
	}

	
}
@media (max-width:1199px){
    
    .slide-home-desc{
        padding-right:100px;
    }

	.show-1199{
    	display: block;
    }
    .show-flex-1199{
    	display: flex;
    }

	#aboutSec{
	    clip-path: none;
	}
	
	.abso-tech-right {
        max-width: 50%;
    }
    .col-6-1199{
    	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	    position: relative;
	    width: 100%;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
    }
    .hide-1199{
    	display: none;
    }
    .hide-flex-1199{
    	display: none;
    }
    .care-box{
    	padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #0000001a;
        padding-right: 10px;
    }

    .bdr-bottom-no-line-1199{
    	border-bottom: 0px;
    	margin-bottom: 0px;
    }
    .cta-slider-box:not(:last-child){
		border-right: 1px solid #0000001a;
	}
	.cta-slider-box{
		display: flex;
		align-items: center;
		padding: 10px;
		justify-content: center;
	}
	.cta-slider-icon{
		width: 100%;
		text-align: center;
		margin-bottom: 0 auto;
	}
	.cta-slider-txt{
		/*width: calc(100% - 80px);*/
		width:100%;
	}
	
	.cta-box-slider{
		position: relative;
		width: 100%;
		padding: 0px;
		height:100%;
	}
	.slide-technology-text {
        padding-right: 60px;
    }
    
    #homeslider.owl-carousel .owl-nav .owl-prev{
		left: auto! important;
		right: calc(6% + 20px);
	}
	#homeslider.owl-carousel .owl-nav .owl-next {
	    right: calc(6% - 20px);
	    left: auto! important;
	}

}

@media (max-width:1050px){

	.abso-tech-right {
        max-width: 50%;
        top: calc(50% - 100px);
    }
}

@media (max-width:991px){
    
    .home-blog-img {
        height: 400px;
    }
    
	.pt-30-991{
		padding-top: 30px;
	}
	
	.pt-45-991{
		padding-top: 45px;
	}
	
	.pb-30-991{
		padding-bottom: 30px;
	}

	.slide-home-text {
	    top: calc(50% - 86px);
	    left: 30px;
	}

	#wellnessslider.owl-carousel .item{
		display: block;
	}
	#wellnessslider.owl-carousel .owl-item img{
		position: relative;
	}

	#wellnessslider.owl-carousel .slide-text{
		position: relative;
        bottom: 100px;
        margin: 0 auto -90px;
	}

	.col-6-991{
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	    position: relative;
	    width: 100%;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	}
    .home-blog{
        margin-bottom:30px;
    }
    .home-blog-desc {
	    padding: 20px 20px 65px;
	    min-height: 160px;
	    margin-bottom: 30px;
	}
	.media-library-box, .media-news-box{
		height: 400px;
	}
	.slider-container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.pt-0-991{
		padding-top: 0;
	}
	#whychooseusSec .row{
		display: flex;
	}
	
    #whychooseusSec .row.hide-flex-1199{
        display:none;
    }

	#aboutSec{
		background: url(../../images/home/about-doc-pat-bg.png) no-repeat center;
	    background-size: cover;
	}
	.about-pos-991{
		width: 100%;
		text-align:center;
	}
	.about-pos-991 img{
		margin-top: 30px;
		max-width: 500px;
		width: 80%;
	}
	.content-wrap-60-0-0-991{
		padding:60px 0 0;
	}
	
	.content-wrap-45-0-0-991{
		padding:45px 0 0;
	}
	
	
	
	.slide-text{
		bottom: -100px;
        left: auto;
        right: auto;
        min-height: 200px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}

	#wellnessslider.owl-carousel .owl-nav .owl-prev, #wellnessslider.owl-carousel .owl-nav .owl-next{
		opacity: 1! important;
	}

	.slide-technology-text {
        width: 100%;
        position: relative;
        left: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
    .abso-tech-right {
        max-width: 100%;
        position: relative;
        width: 80% ! important;
        margin: 0 auto;
    }
    #techslider .item{
    	display: block;
    }
    #slider-technology{
    	padding: 0;
    	background-position: center;
    }
    #techslider.owl-carousel .owl-nav [class*=owl-] {
        top: auto;
        bottom: 0;
    }
    #techslider .owl-nav .owl-prev {
	    left: auto! important;
	    right: calc(0% + 50px) ! important;
	}
	#techslider .owl-nav .owl-next {
	    left: auto! important;
	    right: calc(0% + 0px) ! important;
	}
	
	
	.container-x-pd-991{
		padding-left: 0px;
		padding-right: 0px;
	}
	#homeslider .item{
		border-radius: 0px;
	}
	.pd-about{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width:767px){
    
    .home-blog-img {
        height: 400px;
    }
    
    .patient-home-img {
        max-height: 235px;
    }
    
    .patient-home-box{
        margin-bottom:30px;
    }
    
    .patient-home-desc{
        min-height:auto;
    }
    
    .slide-home-text {
        top: calc(50% - 43.5px);
        left: auto;
        width: 100%;
        text-align: center;
    }
    
    #wellnessslider h2 {
        font-size:18px;
    }
    
    #wellnessslider h5 {
        font-size:10px;
        margin-bottom:5px! important;
    }
    
    .slide-text{
		padding: 15px;
	    min-height: 130px;
        width:350px;
	    text-align: center;
	}
	
    .slide-text p{
        font-size:12px;
        margin-bottom:10px! important;
    }
    
    #wellnessslider.owl-carousel .slide-text {
        bottom: 50px;
        margin: 0 auto -40px;
        min-height:132px;
       display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
    
    .care-box{
        padding-right:0px;
    }
    
    .cta-slider-box{
        display:block;
    }
    .cta-slider-icon, .cta-slider-txt {
        width: 100%;
    }
    .slide-home-desc{
        padding-right:100px;
        position:relative;
        height: 35px;
    }
    .cta-slider-txt{
        font-size:12px;
    }
    .cta-slider-icon{
         height: 35px;
    }
    .cta-slider-icon img {
        max-width: 30px;
        max-height: 30px;
    }
    
    .slide-home-desc p{
        font-size:10px;
    }
    
    #homeslider.owl-carousel .owl-nav [class*=owl-] {
         bottom: calc(0% + 8px);
    }
    
    #homeslider .item .video-container{
        border-radius:0px;
    }

	.slide-home-text h2 {
	    font-size: 30px;
	}


    .bdr-bottom-line-767{
    	border-bottom: 1px solid #0000001a;
    	margin-bottom: 10px;
    }
    
	


	.media-library-box{
        height: auto;
        margin-bottom: 30px;
    }
     .media-news-box {
        height: auto;
    }
    .media-library-p{
    	min-height: 0px;
    }
    .media-min-h-320{
    	min-height: 0px;
    }
    .medial-flex-top{
        padding-bottom:50px;
    }
    /*.media-library-box .p-link{*/
    /*    margin-bottom:30px;*/
    /*}*/
    .flex-subscribe{
    	display: block;
    }
    .flex-subscribe-left{
    	margin-bottom: 20px;
    }
    .flex-subscribe-right {
	    justify-content: flex-start;
	}
	.w-100-767{
		max-width: 100%;
	}

	/*#homeslider .item .video-container{
		height: 100%;
    	width: 100%;
	}*/
	.slide-home-text h2 {
	    font-size: 20px;
	}
	
	.slide-home-text h4 {
	    font-size: 12px;
	}
	.slide-home-text .themebtn2, .slide-home-text-slider-6 .themebtn3 {
	    padding: 5px 12px;
    	font-size: 12px;
    }
    
    .patient-info-listing-desc{
        padding-left:15px;
    }
    .patient-info-listing-img-frame {
        height: 80px;
        width: 80px;
    }
    .nav-button i {
        font-size: 16px;
    }
	
	.nav-button{
	    display: flex;
        align-items: center;
        justify-content: center;
	}
	
	.patient-info-listing-desc p{
	    overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
	}
	
	#slider-technology {
        background-image: url(../../images/home/our-technology-mobile.jpg);
    }
	
	/*.patient-info-listing-box {*/
 /*       height: 180px;*/
 /*   }*/
}

@media (max-width:576px){
	.col-mb-6{
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	.counter-box-home {
	    display: block;
	}

	.counter-box-icon {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 10px;
	}

	.counter-box-desc {
	    text-align: center;
	    margin-bottom: 30px;
	    width: 100%;
	}
	.counter-box-desc .counter{
		margin-bottom: 10px;
	}
}

@media (max-width:479px){
    
    .hub_menu{
       right: -80%;
    }
    
    #wellnessslider.owl-carousel .owl-nav [class*=owl-]{
        left:10px;
    }
    #wellnessslider.owl-carousel .owl-nav .owl-next {
        left:auto;
        right: 10px;
    }
    
    .home-blog-img {
        height: 240px;
    }
    
    .slide-home-text h2 {
	    font-size: 16px;
	}
	
	.slide-home-text h4 {
	    font-size: 10px;
	}
	.slide-home-text .themebtn2 {
	    padding: 5px 12px;
    	font-size: 10px;
    }
    
    .cta-slider-icon img {
         max-width: 25px; 
        max-height: 25px;
    }
    .cta-slider-txt {
        font-size: 10px;
    }
    
    .slide-home-text {
        top: calc(50% - 36.5px);
    }
    
    .patient-home-img{
        max-height:185px;
    }
    .home-blog-desc {
	    padding: 20px 20px 35px;
	    min-height: 0;
	    margin-bottom: 30px;
	}
}

/*hom e wellness slider section*/

#slider-technology .flex-center{
     align-items:center;
 }
#slider-wellness{
    position: relative;
    height: 100%;
    display: flex;
}

 .item-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item-award {
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
}
.award_grid3 .award_image, #awardslidermobile .award_image {
    height: 90px;
    position: relative;
    margin-bottom: 5px;
}
.award_grid3 .award_image img, #awardslidermobile .award_image img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.award_grid3 .award_image img, #awardslidermobile .award_image img {
    max-height: 80px !important;
    max-width: 70%;
    width: auto;
}
.award_grid3 .award_name, #awardslidermobile .award_name{
    font-size:12px;
    text-align: center;
}
.award-container{
    padding: 60px 50px 40px;
    position:relative;
}
.grey-award-bg{
    background-color: #f2f2f2;
}
#awardslider.owl-carousel .owl-nav.disabled, #awardslidermobile.owl-carousel .owl-nav.disabled{
    display:block;
}
#awardslider.owl-carousel .owl-nav [class*=owl-], #awardslidermobile.owl-carousel .owl-nav [class*=owl-]{
    opacity:1;
    border: 1px solid #f2f2f2 !important;
    color: #67c8c7 !important;
    background-color: #FFF !important;
    left: -20px;
    top:23%;
}
#awardslider.owl-carousel .owl-nav .owl-next, #awardslidermobile.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -20px;
}
    
@media (min-width:1200px){

    .show-1199{
        display:none;
    }
}
@media (min-width:1100px){
    .show-1099{
        display:none! important;
    }
}
@media (max-width:1099px){
    .show-1099{
        display:block! important;
    }
    .w-100-1100{
        width:100%! important;
    }
    .show-1199{
        display:block;
    }
    #slider-wellness{display:block;}
    #wellnessslider.owl-carousel .owl-stage .oc-item{
        background:unset! important;
    }
}

@media (min-width:992px){
    .show-991{
        display:none! important;
    }
    #wellnessslider.owl-carousel.owl-loaded, #wellnessslider.owl-carousel .owl-stage-outer, #wellnessslider.owl-carousel .owl-stage, #wellnessslider.owl-carousel .owl-stage .owl-item{
        height:100%;
    }
    #wellnessslider.owl-carousel .owl-stage .oc-item{
        height:100%! important;
    }
}

@media (max-width:991px){
    .show-991{
        display:block! important;
    }
    .mt-30-991{
        margin-top:30px;
    }
    #wellnessslider.owl-carousel .owl-stage .oc-item{
        background:none;
    }
    #wellnessslider.owl-carousel.owl-loaded, #wellnessslider.owl-carousel .owl-stage-outer, #wellnessslider.owl-carousel .owl-stage, #wellnessslider.owl-carousel .owl-stage .owl-item{
        height:100%;
    }
    #wellnessslider.owl-carousel .owl-stage .oc-item{
        height:100%! important;
    }
}

@media (min-width:768px){
    #awardslidermobile.show-767{
        display:none! important;
    }
    #awardslider.show-768{
        display:block! important;
    }
}

@media (max-width:767px){
    #awardslidermobile.show-767{
        display:block! important;
    }
    #awardslider.show-768{
        display:none! important;
    }
    #wellnessslider.owl-carousel .owl-stage .oc-item{
        background:none! important;
    }
}
@media (max-width:430px){
    #wellnessslider.owl-carousel .slide-text {
        bottom: 30px;
        margin-bottom:-20px;
    }
    #wellnessslider.owl-carousel .owl-nav [class*=owl-]{
         top: 40%;
    }
    .award-container {
        padding: 60px 15px 40px;
    }
    #awardslidermobile.owl-carousel .owl-nav [class*=owl-]{
        left:0px;
    }
    #awardslidermobile.owl-carousel .owl-nav .owl-next{
        right:0px;
        left:auto;
    }
    
}