@media screen and (min-width: 1600px) and (max-width: 1920px) {
	#ddswiper {
    width: 55% !important;
}

.ddswiper1{
	width:264px !important;
	height:220px !important;
}
.form-group input {
  height: 46px;
  box-shadow: none;
  padding: 15px 30px 12px 35px !important;
  font-size: 16px;
  width: 100%;
  background-color: #ffffff00 !important;
}


}
@media (max-width: 380px) {
	
   .ddswiper11 {
        width: 48% !important;
        height: auto !important;
		
    }
}


@media screen and (min-width: 381px) and (max-width: 767px) {
	
	.ddswiper11 {
        width: 46% !important;
        height: auto !important;
    }
}