
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

}
@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */


}


/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

/* Tablet */
@media only screen 
and (min-device-width : 768px) and (max-device-width : 1024px)  { 
/* STYLES GO HERE */

}

#whyus .slide-entry {
	background-image: url("/wp-content/uploads/2019/01/bck.png");
  background-repeat: repeat, repeat;
  background-color: #cccccc;
	padding: 20px 40px !important;
}
input[type="checkbox"] {
	width: 20px !important;
	height: 20px !important;
	cursor: pointer;

}
h2.avia-caption-title small {
	font-size: 13px !important;
	font-weight: 100 !important;
	font-style: unset;
}
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
	/* background: #000; */
	background: rgba(0,0,0,0.4);
}
.balck {
	background-color: #515052 !important;
	color: #fff !important;
	padding: 10px 10px;
	font-size: 14px;
}