body{
	overflow-x: hidden;
}
.my-enquiry{
	background-color: #333;
	padding: 30px 10px;
	box-sizing: border-box;
}
.my-enquiry h3{
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 30px;
}
.top-form{
margin-top:  15px;
}
.top-form input[type='text'],.top-form input[type='email'],.top-form input[type='number'] ,.top-form select{
	width: 48%; 
	display: inline;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 45px;
}

.top-form .volume{
	width: 22.9% !important;
}
.top-form .add{
	width: 98% !important;
}

.top-form input[type='submit']{
	display: block;
	margin: 0 auto;
	height: 45px;
	width: 49%;
	border-radius: 3px;
	background-color: #f39c12;
	border: none;
	outline: none;
	color: #fff;

}

.my-tab li{
	background: #ddd;
	width: 50%;
	font-weight: bold;
}
.my-tab .active a{
	background: #f39c12 !important;
	color: #fff !important;
	border: none !important;
	outline: none;
}
.nav-tabs {
    border-bottom: 5px solid #f39c12 !important;
}

.my-tab .active{
	background: #f39c12;
	border: none;
	outline: none;
}

@media(max-width: 500px){
	.top-form input[type='text'],.top-form input[type='email'],.top-form input[type='number'],select,.top-form .volume{
	width: 100% !important;
	display: block;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 0;

}
.top-form input[type='submit']{
	height: 45px;
	width: 100%;
	border-radius: 5px;
	background-color: #f39c12;
	border: none;
	outline: none;
	color: #fff;
	border-radius: 0;
}
}
#multiple-cartons{
	transition: all 0.8s;
}