@media screen and (min-width:1280px) {
    
}

@media screen and (min-width:1024px) {
	.owl-theme .owl-nav {
		margin-top: 10px;
		text-align: center;
		-webkit-tap-highlight-color: transparent;
		position: absolute;
		bottom: 95px;
		right: 80px;
	}
	.btn-ba{
		position: absolute;
		bottom: 50px;
		right: 250px;
		z-index: 999;
	}
	#modal-id .modal-content{
		width: 400px;
	}
   .form-dk{
   		width: 350px;
   }
}

@media screen and (max-width:1024px) {

}

@media screen and (min-width:1200px) and (max-width:1281px) {
    
}

@media screen and (min-width:992px) and (max-width:1199px) {
    
}

@media screen and (max-width:991px) and (min-width:768px) {
    
}

@media screen and (min-width:768px) {
    
}
/*Ipad 768*/
@media screen and (max-width:768px) and (min-width: 767.5px) {
    
}

/*IPAD & MOBILE*/
@media screen and (max-width:768px) {
    .logo img{
		margin: 0 auto;
	}
}

@media screen and (max-width:767px) {
	.mar-mb-30{
		margin-top:30px;
	}
	.page-sale{
		padding-bottom:30px;
		padding-top:30px;
	}
	.km-free{
		margin-top: 0;    
	}
	.page-banner {
		background: url(../images/bg-p1-mobile.jpg) no-repeat;
		background-size:cover;
	}
	.text-ad{
		left:10px;
	}
	.page-slide{
		padding-bottom: 50px;
	}
	.footer{
		padding-bottom: 70px;
	}
	.img-doctor{
		margin-top: 30px;
	}
    .phone-mobile{
        position: fixed;
        bottom:30px;
        left:15px;
        z-index: 99999;
    }
    .phone-mobile a{
        font-size: 18px;
        font-weight: 700;
        padding: 10px;
        background: #014a81;
        color: #fff;
        border-radius: 10px;
        box-shadow: 3px 4px 4px 2px rgba(0,0,0,0.3);
    }
    .phone-mobile a:hover, .phone-mobile a:active, .phone-mobile a:focus{
        color: #fff !important;
    }
}

@media screen and (max-width:415px) {
   
}

@media screen and (max-width:360px) {
   
}
