.width3 p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.imgbox_1 {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
	background-color: #DFDFDF;
	height: auto;
}

.imads {
	position: relative;
	/* top: -250px; */
	z-index: 10;
}

body .imads img {
	margin-bottom: 0px;
	width: 100%;
	object-fit: contain;
}

body .foot_sub {
	color: #FFFFFF;
}

.submit_succes,
.submit_flase {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 80px;
	margin-left: -100px;
	margin-top: -40px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 5px;
	display: none;
}

.submit_succes img,
.submit_flase img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
.swiper-container1 {
	     width: auto;
	     height: 480px;
			 overflow: hidden;
			 position: relative;
			 top: 37px;
	 } 
body .budd {justify-content: flex-start;}
body .budd button { margin: 0 2% 5px 0;}
/*body .budd button:nth-child(1){margin-left: 0px;}*/
.budd button:hover {background-color: #C11920;color: #FFFFFF;border: #C11920 solid 1px;}
.click:hover {background-color: #C11920;color: #FFFFFF;border: #C11920 solid 1px !important;}
/*.span1:hover{background-color: #C11920;color: #fff;}*/
.ptag{position:relative;z-index:10;}
.ptag:hover{color: #fff;}
.ptag:hover .bglin{width:100%;}
.bglin{
    position: absolute;
    top: 0;
    height: 100%;
    width: 0px;
    z-index: -1;
    background-color: #C11920;
    transition:width 1s;
	-webkit-transition:width 1s; /* Safari */
}
.trends2 {background-position-y: -140px !important;margin-bottom: -300px;}
body .plan {justify-content: center;width: 80%;}
body .pc4 { margin: 0 2%;}
.contact_box p {font-size: 14px;margin-bottom: 40px;}
