.machine_details { 
	float:left; 
	width:100%;    
	/*border-bottom: 1px solid;*/
    padding-bottom: 10px; 
	margin-top:50px; 
	margin-bottom:20px; 
}
.machine_details img { float:left; }
.left_area { float: left;
    width: 98%;
    font-size: 20px;
    font-weight: 400;
}
.right_area { float:right; width:2%; }
.kop2btn { clear:both; }
.fa-plus-circle { font-size:20px; }
.popup_top_slide {
	display:none;
}
.fact_data {
    font-size: 26px;
    font-weight: 400;
    float: left;
    text-align: center;
    width: 100%;
	margin-bottom:20px;
}
.fact_data span {
color: #4297d3;
    font-size: 26px;
    font-weight: 700;
}
.facts_data{
	background-color: #E8F1F7;
    padding: 10px 20px;
    margin-bottom: 10px;
	float:left;
	width:49.5%;
}

.fact_title { float:left; width:50%; font-weight:600; }
.fact_value { float:left; width:50%; }
@media screen and (max-width:767px){
.facts_data { width:100%; margin-left:0px !important; }
.machine_details { text-align:center; }
.machine_details img { margin-right:0px !important; display:inline-table; float:none; margin-bottom:5px; }
}
 /* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
.facts_data { width:100%; margin-left:0px !important; }
.machine_details { text-align:center; }
.machine_details img { margin-right:0px !important; display:inline-table; float:none; margin-bottom:5px; }
}
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
.facts_slide { text-align:center; }
.facts_data { width:70%; margin-left:0px !important; float:none; display:inline-block; text-align:left; }
.machine_details { text-align:center; }
.machine_details img { margin-right:0px !important; display:inline-table; float:none; margin-bottom:5px; }
}
@media only screen and (width: 768px) and (height: 1024px) and (orientation:portrait) {  }
@media only screen and (min-device-width : 768px) and (max-device-width : 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : landscape) {
.facts_slide { text-align:center; }
.facts_data { width:70%; margin-left:0px !important; float:none; display:inline-block; text-align:left; }
.machine_details { text-align:center; }
.machine_details img { margin-right:0px !important; display:inline-table; float:none; margin-bottom:5px; }
}