@charset "utf-8";
/* CSS Document */

@media (min-device-width:900px) and (max-device-width:2000px){

.buddle-desktop { display: none !important; }
	
}


@media only screen and (max-width: 600px){
	
	.buddle-mobile { display: none !important; }
	
	.bunddle {
	background-color:transparent !important;
    color: #000 !important;
    font-size: 20px;
    text-align: center;
	width:100%;
    padding: 5px 15px;
	}
	
	#progressbar {
    padding-left: 0px;
	margin-bottom: 0px !important;
}

#progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

td, th {
    padding: 0;
    padding-left: 12px;
    padding-right: 12px;
	padding-top: 12px;
    padding-bottom: 12px;
}

#progressbar li:after {
    top: 15px;
}

}

@media (min-device-width:320px) and (max-device-width:768px)  {
	
	.buddle-mobile { display: none !important; }
	
	.bunddle {
	background-color:transparent !important;
    color: #000 !important;
    font-size: 20px;
    text-align: center;
	width:100%;
    padding: 5px 15px;
	}
	
	.bunddle-p{
		    font-size: 18px;
	}
	
	.bunddle-heading{
		  font-size: 22px;
    font-weight: 600;
	}
	
	td, th {
    padding: 0;
    padding-left: 12px;
    padding-right: 12px;
	padding-top: 12px;
    padding-bottom: 12px;
}
	
	#progressbar {
    padding-left: 0px;
	margin-bottom: 0px !important;
}

#progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

#progressbar li:after {
    top: 15px;
}

.bunddle-p{
		    font-size: 18px;
	}
	
	.bunddle-heading{
		  font-size: 22px;
    font-weight: 600;
	}
	
}