.tas-title{
	font-size: 36px !important;
}

.tas-mc-title{
	background: #C2CDE8; 
	display: inline-block; 
	padding: 5px 15px; 
	border-radius: 25px; 
	color: #151F48;
}

.tas-caption{
	width: 55%; 
	margin: 0 auto; 
	color: #151F48;
}

.tas-board{
	background: #FFF8EC; 
	border-radius: 25px;
}

.tas-logo{
	width: 350px;
}

.tas-board h4{
	width: 85%; 
	margin: 0 auto; 
	color: #151F48;
}

.tas-board p{
	width: 85%; 
	margin: 20px auto; 
	color: #151F48; 
	text-align: justify;
}

.tas-medium-board{
	background: #A7B4D2; 
	border-radius: 45px;
}

.tas-medium-board .img-board{
	border-top-left-radius: 25px; 
	border-bottom-left-radius: 25px;
}

.tas-medium-board .section-tag{
	position: absolute; 
	top: -25px; 
	right: 50px; 
	background: #9A7A2C; 
	border-radius: 25px; 
	font-size: 14px; 
	font-weight: bold; 
	color: #fff; 
	padding: 15px 20px;
}

.tas-medium-board h5{
	margin: 0 auto; 
	color: #151F48;
}

.tas-medium-board p{
	margin: 20px auto; 
	color: #151F48;
}

.tas-medium-board ul{
	list-style-type: none;
}

.tas-medium-board li{
	font-size: 14px;
	color: #151F48;
}

.tas-medium-board .logo-centang{
	width: 25px; 
	margin-bottom: 5px;
}

.tas-medium-board .wrapper{
	width: 95%;
}

.tas-doctor .box{
	border-radius: 25px; 
	border: 2px solid #ccc; 
	padding: 20px;
}

.tas-doctor .foto img{
	width: 150px;
}

.tas-doctor .identity{
	margin-top: 15px; 
	margin-left: 20px;
}

.tas-doctor .identity span{
	color: #9A7A2C; 
	font-size: 14px; 
	font-weight: bold;
}

.tas-doctor .identity li{
	font-size: 12px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.tas-full-board{
	background: #EEEEEE; 
	border-top-right-radius: 25px;
}

.tas-full-board .wrapper{
	width: 95%;
}

.tas-full-board h5{
	margin: 0 auto; 
	color: #9A7A2C;
}

.tas-full-board p{
	color: #151F48;
}

.tas-full-board .section-tag{
	background: #9A7A2C; 
	border-radius: 25px; 
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; 
	padding: 10px 15px; 
	display: inline-block; 
	white-space: nowrap;
}

.tas-full-board li{
	font-size: 12px; 
	margin-left: 30px; 
	font-weight: 500;
	color: #151F48;
}

.tas-asuransi .mandiri-inhealth{
	height: 150px;
}

.tas-asuransi .admedika{
	height: 100px;
}

.tas-map h5{
	width: 85%; 
	color: #151F48;
}

.tas-map .loc-highlight{
	color: #9A7A2C; 
	background: #D9D9D9; 
	border-radius: 25px; 
	padding: 10px 15px; 
	margin-left: -15px; 
	display: inline-block;
}

.tas-map .boxes{
	background: #19234F; 
	border-radius: 25px; 
	position: absolute; 
	top: 315px; 
	right: 50px; 
	padding: 15px 20px;
}

.slider-tasc .items img{
	border-radius: 25px; 
	margin: 0 auto;
}

.slider-tasc .slick-prev {
    left: -35px;
}

.slider-tasc .slick-next {
    right: -35px;
}

.slider-tasc .slick-prev::before {
    background: url('../images/tasc/arrow-left.png');
	background-size: cover;
	width: 17px;
	height: 30px;
	display: block;
}

.slider-tasc .slick-next::before {
    background: url('../images/tasc/arrow-right.png');
	background-size: cover;
	width: 17px;
	height: 30px;
	display: block;
}

/* On screens that are 992px or less */
@media screen and (max-width: 992px) {

}

/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
	.tas-caption{
		width: 100%;
	}
	
	.tas-logo {
		width: 275px;
	}
	
	.tas-board h4 {
		width: 100%;
	}
	
	.tas-board p {
		width: 95%;
	}
	
	.tas-medium-board .wrapper{
		width: 100%;
		margin: 20px;
		margin-top: 50px;
	}
	
	.tas-medium-board .img-board {
		border-top-left-radius: 25px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 25px;
	}
	
	.tas-doctor .foto img {
		width: 100px;
		margin-top: 15px;
	}
	
	.tas-full-board .wrapper{
		width: 100%;
		margin: 20px;
	}
	
	.tas-asuransi .mandiri-inhealth{
		height: 110px;
	}

	.tas-asuransi .admedika{
		height: 70px;
	}
	
	.tas-map .alamat{
		text-align: center;
	}
	
	.tas-map h5 {
		width: 100%;
	}
	
	.tas-map .loc-highlight{
		margin-left: 0;
	}
	
	.tas-map .boxes{
		top: 350px;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 75%;
		font-size: 18px;
	}
	
	.slider-tasc .slick-prev {
		left: -20px;
	}

	.slider-tasc .slick-next {
		right: -25px;
	}
	
	.slider-tasc .slick-prev::before {
		width: 10px;
		height: 20px;
	}

	.slider-tasc .slick-next::before {
		width: 10px;
		height: 20px;
	}
}