.booking{
    background-image: url('../img/federal-court.jpg');
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}
  
.button1{
    background-color: #4d6a4c; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
    padding: 10px 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 100px;
}
.about1{
    margin-top: 50px;
    
}
.about-sub2{
margin-top: 200px;
font-size: 18px;

}
.about1 h1{
 
font-size: 50px;}
.about-sub1{
font-size: 18px;
margin-top: 30px;
}
.about-hr{
    display:flex;
}
.about-hr hr{
    width: 35px;
    border-top: 1px solid white;
    margin-left: 0px;
    margin-top: 45px;
}
.formBox{
	margin-top: 90px;
    padding: 20px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 40px -10px black;
    height: 600px;
}
.formBox  h1{
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 48px;
}
.inputBox{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.inputBox .inputText{
	position: absolute;
    font-size: 19px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
    color: black;
}
.inputBox .input{
	position: relative;
	width: 100%;
	height: 50px;
	background: transparent;
	border: none;
    outline: none;
    font-size: 19px;
    border-bottom: 1px solid rgb(0,0,0,0.5);

}
.focus .inputText{
	transform: translateY(-30px);
	font-size: 18px;
	opacity: 1;
	color: #445743;

}
textarea{
	height: 100px !important;
}
.button{
	width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: #445743;
    color: #fff;
}
.formBox{
    /* background-color: white; */
}


/* contactpage */
.jumbotron-fluid-contact{
    background-image: url("../img/photo-1517400508447-f8dd518b86db.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    height: 900px;
}
.jumb-subject-contact{
   
    line-height: 1.8px;
    margin-top: 65px;
}
.jumb-subject-contact h1{
    margin-left: 100px;
}
.formBox2{
    margin-right: 100px;
    margin-top: 190px;
    box-shadow: 5px 5px 15px #888888;
}
.contact-page-2{
    background-color: #f1f1f1;
    margin-top: 150px;
   
}
.contact-link-1 img{
    width: 10%;
}
.contact-link-1 .fa{
    margin-left: 53px !important;
}
.contact-link-1 p{
    margin-left: 92px;
    margin-right: 50px;
}
.contact-page-address{
    margin-top: 80px;
}
.contact-page-address h4{
    color:#436443 ;
}
.jumb-subject-contact h1{
    margin-top: 55px;
}

.contact-form {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 4px 4px 70px -40px black;
    margin-top: -200px;
    z-index: 10;
    background: white;
}


@media only screen and (min-width: 300px) and (max-width: 760px){
    .jumb-subject-contact h1 {
        margin-left: 0px;
    }
    .formBox2{
        margin-right: 0px;
        margin-top: 30px !important;
    }
    .jumbotron-fluid {
        height: 524px;
    }
    .contact-form {
        margin-top: 20px;
    }
    .contact-page-address {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1280px){
    .jumb-subject-contact h1 {
        margin-left: 0px;
    }
    .formBox2 {
        margin-right: 0px;
    }
    .formBox {
        margin-top: 143px !important;
      
    }
}