
.heading-others {
	color: #006850;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: tt_supermolot_neueexpandedBd;
	margin-bottom:55px;
	padding-top: 22px;
	margin-left:35px;
}


form table select {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0 !important;
	
	 background: none;
}

.iOSselect {
    -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
    background-color: white;
    background-image: url(../assets/arrowD.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 0.5em;
    background-size: 10% 35%;
    background-origin: content-box;
	padding-left: 8px;
	outline: none;
    border: 1px solid #BBB;
	text-transform: capitalize;
}

/* form table tr td:nth-child(3):before {
	content: '\0025BC';
    font: normal normal normal 12px/1 FontAwesome;
	color: #006850;
	right: 28px;
    top: 4px;
    height: 26px;
} */


form table input[type=text] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0 !important;

    /* Then Style */
    border: 1px solid #BBB;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    background: transparent;
    outline: none;
	
}	

.main-div {
	margin-left:35px;
	margin-right:35px;
	margin-bottom:45px;
}

.faded-op {
	opacity:0.8;
	cursor: pointer;
}

.choice-div span {
	transition: all .5s cubic-bezier(.445,.05,.55,.80);
}

form {
    letter-spacing: 0.5px;
    text-transform: capitalize;
	line-height: 1.4;
    font-family: rajdhaniregular;
}

form h2 {
	color: #006850;
	margin-top: 50px;
}

form table, form select, #coutputslab {
	background-color: white;
	color: #006850;
}

form table {
	width:100%;
}

form table tr {
	height: 57px;
}

form table tr td {
    font-family: rajdhanimedium;
}

form input[type="text"], form select {
	height:30px;
	text-align: center;
}

#calfootnote {
	color:#006850;
}

#calfootnote a {
	color:#006850;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}

form input[type=button] {
	border: none;
    background: #F15B38;
	border: 3px solid #F15B38;
    color: white;
    display: block;
    font-family: rajdhani;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 5%;
	padding:10px 20px;
	text-transform:uppercase;
	outline:none;
	transition: all .5s cubic-bezier(.445,.05,.55,.80);
}


form input[type=button]:hover {
	border: 3px solid #F15B38;
	background-color:white;
	color: #F15B38;
}


.table-cal-choice {
	color:#006850;
	display: flex;
	padding-left: 35px;
	margin-bottom: 20px;
}

.hide-opacity-line {
	opacity:0;
}

.hide-table {
	display:none;
}


.instruction-div {
	margin-left:35px;
	margin-right:35px;
	color:#006850;
    line-height: 1.4;
	margin-bottom: 50px;
}

.instruction-div p {
	font-family:rajdhanimedium;
}

.choice-div {
	font-family:rajdhanisemibold;
	width:33.3%;
	transition: opacity .25s cubic-bezier(.445,.05,.55,.80);
	padding: 8px;
}

.instruction-head {
	font-family:tt_supermolot_neueexpandedBd;
	color: #006850;
    font-size: 24px;
}

#coutputslab, #coutputhole, #coutputtube {
	font-size:16px;
	color: #006850;
	letter-spacing: 0px;
	padding-top:15px;
	font-family: rajdhanimedium;
}

.para-instr {
	margin-bottom:50px;
}


/* 
#coutputslab b, #coutputhole b, #coutputtube b {
	color:#F15B38;
}


#coutputslab b:first-of-type, #coutputhole b:first-of-type, #coutputtube b:first-of-type {
	color:#006850;
} */


@media screen and (min-width: 1024px) {
	
	main .main-div form table tr td {
		font-family: rajdhanimedium;
		font-size:20px;
	}
	
	form #coutputslab, form #coutputhole, form #coutputtube {
		font-size:18px;
	}
	
	.desk-cal .main-div form input[type=button] {
		padding: 15px 25px;
		font-size: 20px;
	}
	
	.instruction-div .para-instr {
		margin-bottom:70px;
	}
	
	.desk-cal .table-cal-choice .choice-div {
		height: 80px;
		font-size: 22px;
	}
	
	.main-div form table {
		font-size: 20px;
	}
	
	.main-div form table tr {
		height: 40px;
	}
	
	main .instruction-div {
		margin-bottom: 70px;
	}
	
	.desk-cal .table-cal-choice {
		width: 40%;
	}
	
	
	body main .heading-others {
		font-size: 6.0vh;
		letter-spacing: 1px;
		margin-left:128px;
	}

	.instruction-head {
		font-size: 5.4vh;
		letter-spacing: 1px;
	}


	body .main-div {
		width: 45%;
		margin-bottom:60px;
	}	
	
	main .instruction-div {
		margin-left: 128px;
		margin-right: 128px;
		font-size:20px;
	}
	
	main .desk-cal {
		margin-left: 128px;
		margin-right: 128px;
	}
	
	.desk-cal .table-cal-choice {
		padding-left:0;
	}
	
}

@media screen and (min-width: 768px) {
	
	
	.main-div form input[type="text"], form select {
		width: 100px;
		border-radius: 0 !important;
		-webkit-border-radius:0px !important;
	}
	
	
	.main-div form table tr td {
		font-family: rajdhanimedium;
		font-size:18px;
	}
	
	form #coutputslab, form #coutputhole, form #coutputtube {
		font-size:18px;
	}
	
	
	.main-div form input[type=button] {
		font-size: 18px;
	}
	
	.desk-cal {
		display: flex;
	}
	
	.instruction-div {
		font-size: 18px;
	}
	
	.instruction-div.instruction-head {
		    font-size: 2.5vh;
	}
	
	form table {
		width: 100%;
		font-size: 18px;
	}
	
	form table tr {
		height: 40px;
	}
	
	.table-cal-choice .choice-div {
		width: 100%;
		height: 57px;
		font-size: 18px;
		padding:0;
	}
	
	.table-cal-choice {
		height:150px;
		display: block;
		padding-top: 12px;
		width: 50%;
		padding-right: 30px;
	}
	
	.main-div form {
	}

	main .heading-others {
		font-size: 2.5vh;
		margin-left:35px;
	}
	
	.main-div {
		margin-left:0px;
		margin-right:35px;
		width:50%;
	}	

}

@media screen and (min-height: 1000px) and (min-width: 1023px) {
	body main .heading-others {
		font-size: 2.5vh;
	}
}