.form-cus {
    width: 100%
}

.in-class {
    width: 100%;
    height: 35px!important;
    border-radius: 5px!important;
    list-style: none;
    padding: 5px!important
}

.in-class:active,
.in-class:focus,
.in-class:hover {
    border: 1px solid #000;
    box-shadow: 0 0 2px 1px #000
}

textarea {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    border: 1px solid #33333352;
}

textarea:active,
textarea:focus,
textarea:hover {
    border: 1px solid #000;
    box-shadow: 0 0 2px 1px #000
}

.btn-button {
    padding: 5px 10px;
    font-size: 19px;
    background: #ffffff;
    color: #1770a5;
    font-weight: 700;
    float: right;
    border-left: 5px solid #1770a5;
    border-right: 5px solid #1770a5;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.btn-button:hover {
    border-top: 5px solid #1770a5;
    border-bottom: 5px solid #1770a5;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    transition: all .6s ease;
}

.lab-el {
    font-size: 14px!important;
    margin-top: 5px;
    margin-bottom: 5px
}

.sel-option-section {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    list-style: none
}

.sel-option-section:active,
.sel-option-section:focus,
.sel-option-section:hover {
    border: 1px solid #000;
    box-shadow: 0 0 2px 1px #000
}

h4 {
    font-size: 25px;
    font-weight: 700;
    color: #7b7b7b;
    border-bottom: 1px solid #7b7b7b73;
    padding: 10px
}

input[type=file] {
    cursor: pointer;
    width: 210px;
    height: 34px;
    overflow: hidden
}

input[type=file]:before {
    width: 210px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    content: 'Select your file';
    display: inline-block;
    background: #fff;
    border: 1px solid #f1831c;
    padding: 0 10px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    border-radius: 5px
}

input[type=file]::-webkit-file-upload-button {
    visibility: hidden
}

.order-box {
    border-top: 5px solid #1770a5;
    padding: 30px;
    background: #fff;
    border-bottom: 5px solid #1770a5;
}

.loginbox {
background-image: linear-gradient(to right,#ff5d00 0,#d4550d 100%);
    margin-bottom: 50px;
    padding: 30px 2%;
    width: 40%;
    margin: 40px 30%;
}
.loginbox h2 {
    padding: 15px 20px 25px;
    text-align: center;
    color: #fff;
}
.loginbox input {
    margin-bottom: 15px;
    width: 100%;
}
@media screen and (max-width: 600px) {
.loginbox {
    width: 60%;
    margin: 40px 20%;
}
}
@media screen and (max-width: 480px) {
.loginbox {
    width: 100%;
    margin: 40px 0px;
	}.content-header h1 {    font-size: 20px;    width: auto;    margin: 8px 25%;}
}input[type="checkbox"].switch_1{	font-size:15px;	-webkit-appearance: none;	   -moz-appearance: none;	        appearance: none;	width: 3em;	height: 1.5em;	background: #ddd;	border-radius: 3em;	position: relative;	cursor: pointer;	outline: none;	-webkit-transition: all .2s ease-in-out;	transition: all .2s ease-in-out;	top:0.5em;	padding-top:3px;	left:8px;  }    input[type="checkbox"].switch_1:checked{	background: #0ebeff;  }    input[type="checkbox"].switch_1:after{	position: absolute;	content: "";	width: 1.2em;	height: 1.2em;	border-radius: 50%;	background: #fff;	-webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);	        box-shadow: 0 0 .25em rgba(0,0,0,.3);	-webkit-transform: scale(.7);	        transform: scale(.7);	left: 0;	-webkit-transition: all .2s ease-in-out;	transition: all .2s ease-in-out;  }    input[type="checkbox"].switch_1:checked:after{	left: calc(100% - 1.5em);  }  .rdo {	margin: 0;	float:left;	margin-left:10px;	width:100px;}.rdo2 {	margin: 0;	float:left;	margin-left:10px;	width:18%;}.rdo3 {	margin: 0;	float:left;	margin-left:10px;	width:auto;}.label2 {  width: auto;  padding:0 10px 0 0;  border-radius: 3px;  border: 1px solid #D1D3D4}/* hide input */input.radio:empty {	opacity:0;}/* style label */input.radio:empty ~ label {	position: relative;	float: left;	line-height: 2.5em;	text-indent: 3.25em;	margin-top: 0.5em;	cursor: pointer;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}input.radio:empty ~ label:before {	position: absolute;	display: block;	top: 0;	bottom: 0;	left: 0;	content: '';	width: 2.5em;	background: #D1D3D4;	border-radius: 3px 0 0 3px;}/* toggle hover */input.radio:hover:not(:checked) ~ label:before {	content:'\2714';	text-indent: .9em;	color: #C2C2C2;}input.radio:hover:not(:checked) ~ label {	color: #888;}/* toggle on */input.radio:checked ~ label:before {	content:'\2714';	text-indent: .9em;	color: #9CE2AE;	background-color: #4DCB6D;}input.radio:checked ~ label {	color: #777;}/* radio focus */input.radio:focus ~ label:before {	box-shadow: 0 0 0 3px #999;}