.banner_sec{
	float:left;
	width:100%;
	position:relative;
	margin:0;
	padding:0;
}
.voc_main_sec {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0;
}
.voc_cnt_sec {
    width: 100%;
    position: relative;
    float: left;
    margin: 0px 0px 30px 0px;
    padding: 0;
    border-top: 5px solid #428ab4;
    border-left: 1px solid #f3f1ee;
    border-right: 1px solid #f3f1ee;
    border-bottom: 1px solid #f3f1ee;
	border-radius: 0px 0px 3px 3px;
}
.sis_voc {
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    padding: 30px 0px;
}

.sis_voc h3 {
	width: 100%;
    position: relative;
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color:#2f2f2f;
	font-size:18px;
	font-style:italic;
	font-weight:400;
}
.sis_voc h5 {
	width: 100%;
    position: relative;
    float: left;
    margin: 0px 0px 5px 0px;
    padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color:#0072a7;
	font-size:13px;;
	font-weight:400;
}
.sis_voc p {
	width: 100%;
    position: relative;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color:#030303;
	font-size:14px;;
	font-weight:400;
	line-height: 25px;
}
.sis_sec {
    width: 100%;
    position: relative;
    float: left;
    margin: 0px;
    padding: 30px 0px 0px 0px;
}
.btn_less {
	text-align: center;
	width: 100%;
	position: relative;
	float: left;
}

/*All Media*/

/* Large screens */
@media only screen and (min-width : 1680px) {}

@media only screen and (min-width: 1025px) and (max-width: 1679px) {}

/* Tablet Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { }

/* Smaller than 960px */
@media only screen and (max-width: 959px) { }

/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 959px) { }

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.sis_voc { text-align:center;}
	.sis_voc p {text-align:justify;}  }
 
/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {



  }


/* Targets Retina Enabled Devices */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -moz-min-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { }