
/*--------------career page card layout--------------------------*/
.mnh_req_card_container .row {
	display: flex;
	flex-wrap: wrap;
  }

.mnh_req_card{
	background: #fbfbfb;
    border-radius: 1rem;
    padding: 1.7rem 1.3rem;
    border: 1px solid #d8d8d8;
    box-shadow: 2px 2px 7px 2px #e3e3e3;
    height: auto;
    /* min-height: 18vh; */
    margin: 1.875rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mnh_req_card_req_title{
	font-size: 1.9rem;
	margin-top: 0;
}

.mnh_req_card_btn{
	font-size: 1.2rem;
    font-weight: 500;
	padding: 0.5rem 2rem;
	margin-top: 1vh;
}
.mnh_req_card_label{
	font-weight: 500;
}

.mnh_req_card_width{
	width: 50% !important;
}

.mnh_req_card_search{
    float: right !important;
}

.padding-0{
	padding: 0 !important;
}

.zip-code-section{
	display: flex;
}

.zip-code-section input:nth-child(1) {
	width: 30%;   
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.zip-code-section input:nth-child(2) { 
	width: 30%;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.zip-code-section input:nth-child(3) { 
	width: 40%;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* @media screen and (max-width: 600px) {
	.mnh_req_card_container .row {
	  flex-direction: column;
	}
  } */

@media only screen and (max-width:425px){
	.mnh_req_card{min-height: auto;}
	.mnh_req_card_width{width: 100% !important;}
	.mnh_req_card_search{float: left !important;}	
} 
