.headtitle{
	    font-size: 50px;
    font-weight: bold;
    color: #ff6a00;

}
.headtitle2{
	    font-size: 25px;
    font-weight: bold;
    color: #ff6a00;
} 
.padding{
	padding: 10%;
}
.landimage{
	width: 30%;
	height:100%;
}
.subtitl{
	font-size: 25px;
    font-weight: bold;
    color: #4b00ff;
}
.custom-select select {
  appearance: none;
  width: auto;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}
.bi-list{
	font-size: 50px !important;
}
@media (max-width: 320px) {
.headtitle {
    font-size: 25px;
}
}
@media (max-width: 425px) {
.headtitle {
    font-size: 35px;
}
}
@media (max-width: 768px) {
.headtitle {
    font-size: 40px;
}
} 
.status{
    font-size: 20px;
    font-weight: bold;
}