
.bxslider{
	width:100%;
}
.bxslider div img{
	width:100%;
	height: auto;
}
.bxslider_thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
    list-style: none;
}

.bxslider_thumbnail > div {
    width: calc(100% / 5);
}

.bxslider_thumbnail > div > a {
    display: block;
    position: relative;
    padding-bottom: 20px;
}

.bxslider_thumbnail > div > a > img {
    width: 100%;
	height: auto;
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    width: 100%;
}








.ds_modal {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.ds_modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}

.ds_close {
  color: #000;
position:absolute;
right:-10px;
top:-10px;
line-height:100%;
  font-size: 28px;
  font-weight: bold;
}

.ds_close:hover,
.ds_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.mpLists{
display:flex;
flex-wrap:wrap;
gap:10px 1%
}
.mpLists li{
width:calc(20% - 0.8%);
}
.mpLists li a{
display:block;
background:#E60000;
text-align:center;
padding:13px 0;
border-radius:5px;
text-decoration:none;
color:#fff !important;
}


.modaltxt1{
	margin-bottom: 15px;
	border: 3px solid #ccc;
	padding: 15px;
	border-radius: 10px;
	
	font-size: 16px;
	
	text-align: center;
}
.modaltxt1 span{
	color: #ff0000;
	font-weight: bold;
	font-size: 20px;
	
	display: block;
	margin-bottom: 2px;
}




@media (max-width: 767px) {


	.ds_modal {
	  display: none;
	  position: fixed;
	  z-index: 200;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  overflow: auto;
	  background-color: rgba(0,0,0,0.4);
	}

	.ds_modal-content {
	  background-color: #fefefe;
	  margin: 0 auto;
	  padding: 20px;
	  border: 1px solid #888;
	  width: 80%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	}

	.ds_close {
	  color: #000;
	position:absolute;
	right:-10px;
	top:-10px;
	line-height:100%;
	  font-size: 28px;
	  font-weight: bold;
	}

	.ds_close:hover,
	.ds_close:focus {
	  color: black;
	  text-decoration: none;
	  cursor: pointer;
	}

	.mpLists{
	display:flex;
	flex-wrap:wrap;
	gap:7px 2%
	}
	.mpLists li{
	width:49%;
	}
	.mpLists li a{
	display:block;
	background:#E60000;
	text-align:center;
	padding:9px 0;
	border-radius:5px;
	text-decoration:none;
	color:#fff !important;
	}



	.modaltxt1{
		margin-bottom: 15px;
		border: 3px solid #ccc;
		padding: 5px;
		border-radius: 10px;

		font-size: 14px;

		text-align: left;
	}
	.modaltxt1 span{
		color: #ff0000;
		font-weight: bold;
		font-size: 14px;
	}


	.bloglinkBtn{
		padding-bottom: 10px;
		/*padding-bottom: 0;*/
		border-bottom: 2px dashed #ccc;
		text-align: center;
		max-width: 480px;
		width: 100%;
		margin: 0 auto 10px;

	}
	.bloglinkBtn a{
		display: block;
		padding: 10px 70px 10px 20px;
		text-align: center;
		color: #00abef !important;
		font-weight: bold;
		border: 2px solid #00abef;
		background: #fff url("../images/iconi_blog.png") no-repeat right 10px center;
		background-size: 50px;
		border-radius: 15px;
		text-decoration: none;
		transition: all .2s ease-in-out;
	}
	.bloglinkBtn a:hover{
		background: #fff url("../images/iconi_blog.png") no-repeat right 10px center;
		background-size: 50px;
		text-decoration: none;
	}




}






