/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 28 2022 | 06:56:25 */
/* Shizan CSS */
	@media screen and (max-width:767px){
		/* CONVER BOXES */
.con_box_new img {
    display: none!importan;
}		

.con_box_new .arrow {
    display: block!important;
}	
		
/* CASE STUDIES CHANGES */

.page-id-149 input[type="submit"], .cssnf input[type="submit"] {
    -webkit-text-fill-color: #000000 !important;
}

.page-id-149 select, .page-id-149 input, select#ofindustries, select#ofservices, form.searchandfilter ul li:nth-child(3) input {
    -webkit-text-fill-color: #000000 !important;
    appearance: none;
    text-indent: 2vw;
    line-height: 8vw;
    padding: 0;
    margin: 0;
}
		
		form.searchandfilter ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 2vw;
    align-items: center;
}
		form.searchandfilter li:nth-child(3) input, form.searchandfilter ul li:nth-child(3) input  {
    padding: 0 !important;
    margin: 0;
}
		
.page-id-149 input[type="submit"]:hover {
    -webkit-text-fill-color: #ffffff !important;
}
		form.searchandfilter li:nth-child(1)::after, form.searchandfilter li:nth-child(2)::after {
    position: absolute !important;
    content: "";
    right: 5vw;
    top: 30%;
    width: 7%;
    height: 24%;
    background: url(https://www.softdel.com/wp-content/uploads/2022/04/down_cion.png);
    /* transform: rotate(-45deg); */
    background-position: center;
    background-size: cover;
    transform: translate(0px, 2.5px);
}
		
		form.searchandfilter li{
			position: relative;
		}
/* CASE STUDIES CHANGES */
	}
/* Shizan CSS */