@charset "utf-8";
.orderform {
	overflow: visible;
	position: relative;
	width: auto;
	margin:0 auto;
	width: 85%;
}
.orderform label, .form-index label {
	color: #000;
	display:block;
	font: bold 17px Arial, Helvetica, sans-serif;
	/* width: 150px; */
	text-align:left;
	font-size: 14px;
}
.orderform input, .orderform select, #form-index input, #form-index select, textarea {
	height: 35px;
	border: 1px solid darkcyan;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	/* padding: 3px; */
	width: 99%;
	font-size: 19px;
	margin: 0 0 10px 0px;
	
	margin-bottom:16px;
	display: block;
	resize:none;
	color: black;
	background-color: white;
}
 textarea {
	height: 65px;
	border: 1px solid darkcyan;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	 padding: 3px; 
	width: 99%;
	font-size: 19px;
	margin: 0 0 10px 0px;
	
	margin-bottom:16px;
	display: block;
	resize:none;
	color: black;
	background-color: white;
}
.orderform #shipping_areacode {
	width: 46px !important;
	float:left;
	margin: 0 10px 0 0;
	color: black;
}
.phone_wrap {
    display: flex;
}

.orderform input:focus, #form-index input:focus {
	box-shadow: 0 0 5px red;
	-webkit-box-shadow: 0 0 5px red;
	-moz-box-shadow: 0 0 5px red;
	border:1px solid red;
}
.orderform select {
	width:98%;
	height: 35px;
}
#form {visibility: hidden;}
.orderform br {clear:both;}
.tip {
	position:absolute !important;
	width: 150px;
}
.toolTip {
	background: red;
	border: thin solid red; /* change color here for the tooltip body border */
	color: #fff;
	left: 0px;
	margin-top: 28px;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 150px;
	z-index: 10;
	border-radius: 4px;
	font: bold 11px 'verdana';
}
.toolTipArrow {
	border-color: transparent transparent red transparent; /* change color here for the triangle border */
	border-style: solid;
	border-width: 11px;
	height:0px;
	width:0px;
	position:absolute;
	top:-20px;
	left:20px;
	display:block;
	content:"\00a0";
}
.toolTipArrow:before {
	border-color: transparent transparent red transparent;
	position:absolute;
	top:-11px;
	left:-12px;
	border-style: solid;
	border-width: 12px;
	height:0px;
	width:0px;
	display:block;
	content:"\00a0";
}

.newBtn{
	    border: 1px solid #015da7;
	    display: block !important;
	    /* border-radius: 2px; */
	    /* background: #5cbbff none repeat scroll top left; */
	    /* background: red; */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbbff', endColorstr='#0095ff',GradientType=0 );
	    /* padding: 2px 10px 2px 10px; */
	    /* border: 1px solid black; */
	    /* padding: 14px !important; */
	    /* border-radius: 2px; */
	    font-family: 'Open Sans', sans-serif;
	    font-weight: bold;
	    font-size: 36px;
	    /* color: #fff; */
	    text-align: center;
	    text-shadow: 1px 1px 0 rgba(0,0,0,0.35);
	    /* box-shadow: 1px 2px 2px rgba(164,170,178,0.5), 1px 1px 0px rgba(255,255,255,0.35) inset; */
	    -webkitbox-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    cursor: pointer;
	    font-size: 21px;
	    padding: 12px 0;
	    width: auto;
	    /* background: #eaaf46; */
	    /* background: #eaaf46; */
	    /* background: #eaaf46; */
	    /* background: #eaaf46; */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6319d', endColorstr='#e0047a',GradientType=0 );
	    margin: 0 auto;
	    /* background-color: white; */
	    display: block;
	    /* height: 60px; */
	    width: 100%;
	    background-color: transparent;
	    border: 2px solid #e5e42e;
	    font-size: 23px;
	    color: #e5e42e;
	    font-weight: bold;
	    margin: 25px 0 0 0;
	    cursor: pointer;
	    text-align: center;
	    line-height: 32px;
}

@media only screen and (max-width:1000px){
    .newBtn{
        font-size:20px;
    }
  
    .orderform input, .orderform select, #form-index input, #form-index select, textarea{
        width: 98%;
    }
}

    .orderform input, .orderform select, #form-index input, #form-index select, textarea{
        width: 100%;
		padding: 10px;

    }

select.js-select {
    font-weight: normal;
    font-size: 16px;
    line-height: 12px;
    padding: 3px;
    width: 100%;
    margin: 0;
    resize: none;
    height: 35px;
    margin-bottom: 10px;
}