.detailcontaner {
	margin-top: 100px;
}

.detailli>li>a {
	color: black;
}

.leftmenu {
	border: 1px solid #ccc;
	padding: 2em;
	margin-bottom: 20px;
}

.leftmenu2 {
	position: relative;
	background-image: url(../image/contact-us-sidebar-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lefttop {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: linear-gradient(315deg, #FFC300 16%, #001D3D 16.1%);
	opacity: 0.9;
}
.lefttwo{
	position: relative;
	z-index: 999;
	text-align: center;
	padding-bottom: 2em;
	margin-bottom: 1em;
}
.bi-headset{
	font-size: 6em;
	color: orange;
}
.lefttwo h2{
	color: white;
}
.detailinput{
	margin: 1em;
	
}
.detailinput>input{
	padding: 0.5em;
}
.form-control::placeholder {
	color: #ccc;
}
.detailinput>a{
	background-color:orange;
	text-align: center;
	color: white!important;
	 padding: 0.5em;
	 display: block;
	 width: 100%;
}