/* Required for full background image */
html,
body,
header{
  background-color: white;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #ffffff;
    }
	
}

.container-x{
	width: 98%;
	left:0;
	top:0;
}

.freight {
	width: 90%;
	margin: 5px;
}

.p-text{
	font-size: 14px;
	line-height: 200%;
}
.carousel-height {
    min-height: 350px;
	max-height: 450px;
}

.title-text{
	line-height: 200%;
}

.map-container-2{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.map-container-2 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.view-banner {
    background: url("../img/medical_background.jpg")no-repeat center center;
    height: 400px;
	background-size: cover;
}

.cardbg{
	background-color: #ffffff;
	height: 325px;
}

.tilebg{
	background-color: #ffffff;
	min-height: 125px;
}

.divbg{
	background-color: #ffffff;
	min-height: 500px;
}

.divlongbg{
	background-color: #ffffff;
	min-height: 700px;
}


.pagebg{
	width: 90%;
	background-color: #ffffff;
	min-height: 600px;
}

.mdb-wysiwyg-textarea {
  height: 400px !important;
}
