.orderform{ 
    box-shadow: 0 0 0 0.5px rgb(0 20 40 / 10%), 0 2px 8px 0 rgb(50 55 90 / 20%);
    padding: 20px;
    margin: 40px 0;
    border-radius: 10px;
    background-color: #fff;
}
html{
	height: auto;
	min-height: 100%;
}
body{
	background-color: #f0f0f0;
}
 body, h3, p, span, div, a, ul, li, h2, h1, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
}
nav{
	background-color: #24389a;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.navbar-nav a{
	color: #fff;
}
header img{
	object-fit: contain;
	width: 200px;
	height: 100px;
}
@media screen and (min-width: 480px) {
.headright{
	padding-top: 30px;
}
}
.clear{
	text-decoration: none !important;
	color: #000 !important;
}
footer{
	background: linear-gradient(#be0709,#830809);

}
center h4{
font-size: 35px;
    font-family: 'Abril Fatface',cursive !important;
}
center h3{
font-size: 35px;
    font-family: 'Abril Fatface',cursive !important;
}
.btn.btn-success{
	background-color: #be0709;
	border-color: #be0709;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 20px;
}
.header-btns{
	width: calc(93%/6);float: left;margin-right: 10px;transition: all 0.6s ease;
}
.header-btns:hover{
	background-color: #fff;
	transform: scale(1.05);
	transition: all 0.6s ease;
}
.header-btns.active{
	background-color: #fff;
	transform: scale(1.05);
	transition: all 0.6s ease;
}
.header-btns:hover .col-md-12{
	border-color: #be0709 !important;
	transition: all 0.6s ease;
}
.header-btns.active .col-md-12{
	border-color: #be0709 !important;
	transition: all 0.6s ease;
}
.header-btns:hover i{
	color: #be0709 !important;
	transition: all 0.6s ease;
}
.header-btns.active i{
	color: #be0709 !important;
	transition: all 0.6s ease;
}
.header-btns a{
	text-decoration: none;
}
.ordertypebox{
	border:2px solid #ccc;padding:10px;border-radius: 5px;
}
.ordertypebox.active{
	background: #fff4f4;
    border: 3px solid #be0709;
  	padding: 10px;
    border-radius: 5px;
    transform: scale(1.05);
}
.loaderarea{

    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
    background: #000000ba;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    left: 0;
    color: #fff;
    top: 0;

}