/* your styles go here */
@media only screen and (max-width: 600px) {
	
	.mtopFirst {
		margin-top: 3%;
		margin-bottom: 26%;
		margin-left: 17%;
		width: 100%;
		margin-right: 10%;
	}
	
	.mtopSecond {
		margin-top: 20%;
		margin-bottom: 30%;
		margin-left: 15%;
		width: 100%;
		margin-right: 10%;
	}
	
	.mtop {
		margin-top: 50%;
		margin-bottom: 60%;
		margin-left: 10%;
	}
	.radioSec {
		position: relative;
		display: flex;
		-webkit-box-align: center;
		align-items: end;
		border-radius: var(--sampler-theme-border-radius);
		background-color: rgba(81, 73, 57, 0.1);
		box-shadow: rgb(81 73 57 / 60%) 0px 0px 0px 1px inset;
		color: rgb(81, 73, 57);
		height: inherit;
		min-height: 40px;
		outline: 0px;
		transition-duration: 0.1s;
		transition-property: background-color, color, border-color, opacity, box-shadow;
		transition-timing-function: ease-out;
		min-width: 50%;
		max-width: none;
		/* width: max-content; */
		/* word-break: break-word; */
		cursor: pointer;
		opacity: 1;
		padding-left: 5px;
		padding-right: 5px;
	}
	#newFrm .button {
		border-radius: 4px;
		background-color: #2998ff;
		border: none;
		color: #FFFFFF;
		text-align: center;
		font: 20px/1.2 'museo500';
		padding: 10px;
		width: 45%;
		transition: all 0.5s;
		cursor: pointer;
		margin: 5px;
	}
	.padding-word-break{padding: 20px;word-break: break-word;}
	.bt-broder{border-bottom: 1px solid #2998ff;padding:0px;}
	.become-pro-margin {
		width: 94%;
		margin-left: 3%;
		word-break: break-all;
		min-height:auto;
		margin-top:50px;
		margin-bottom:20px;
	}
	.mt-10 {
		margin-top: 0px;
	}
	.input {
		width: 100%;
		height: 51px;
		font-family: Open Sans Hebrew,sans-serif;
		font-weight: 400;
		font-size: 16px;
		border: 1px solid #d2d2d2;
		border-radius: 5px;
		padding-left:10px;
	}
	#frmSecondBtn .button {
	  border-radius: 4px;
	  background-color: #2998ff;
	  border: none;
	  color: #FFFFFF;
	  text-align: center;
	  font: 20px/1.2 'museo500';
	  padding:10px;
	  width: 45%;
	  transition: all 0.5s;
	  cursor: pointer;
	  margin: 5px;
	}
}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
}



