@media(max-width:575px){
	.tool-main-div {
		padding: 30px 15px;
	}
	.beauty.container {
		 padding: 0px 0px !important;
	}

}

/*@media(max-width:767px){*/

/*    .single-tools div#single-wrapper .vc_row.tool-content-main-div.container {*/
/*    padding-left: 0 !important;*/
/*    padding-right:0 !important;*/
/*}*/

/*}*/

@media(min-width:768px) and (max-width:991px){
    .single-tools div#single-wrapper .vc_row.tool-content-main-div.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

}

@media(max-width:360px){
    select#fileFormat {
    width: 200px !important;
}
}

select#fileFormat {
    width: 240px;
}

label {
    margin-bottom: 0 !important;
}
.in-out-parent-div {
    margin-top: 20px;
}
.file--upload img {
    cursor: pointer;
}