@charset "utf-8";
/* CSS Document */

.contactUsWrapper {
	background-image:url('/cisiweb2/image/misc/contactus5.jpg');
    background-position:center center;
	/*margin-top: -20px !important;*/
	background-attachment:fixed;
	background-size:cover;
	margin-bottom:70px !important;

}

.contactUs {
	color: #ffffff;
    height: 500px;
    text-align: center;	
	width:99%;
	font-size:24px;
	font-weight:200;
}
.covidAlert {
	padding: 10px 10px 30px;
}

.contactUs div {
	width:99%;	
}

.phone {
	font-size:50px;
	font-weight:200;
	margin-right:40px;	
}
.email {
	font-size:50px;
	font-weight:200;

}
.email a {
	color:#ffffff !important;	
	text-decoration:none;	
}

.offices {
	margin-top:120px !important;	
	position:relative;
}
.offices .bookNow {
 	background: none repeat scroll 0 0 rgba(75, 174, 174, 0.9);
    color: #ffffff;
    height: 100%;
    left: 0;
    padding: 1% 1% 2% 5%;
    position: absolute;
    top: 0;
    width: 35%;
}
.offices h1, .offices a {
	color:#ffffff !important;	
}
.offices iframe {
	margin-bottom:-10px !important; 	
}
.offices .container-fluid {
	padding:0px;
	overflow:hidden;	
}

.offices .dropdown-toggle {
 
	color:#444444 !important;
}

.offices .dropdown-menu > li > a {
    background: none repeat scroll 0 0 #ffffff;
    color: #666666 !important;
    padding: 8px;
}

.offices .dropdown-menu > li > a:hover {
    background: none repeat scroll 0 0 #efefef;
}


@media (min-width : 992px) {
	.covidAlert {
		padding: 10px 10px 10px;
	}
}

@media (max-width : 1599px) {

}

@media (max-width : 1199px) {
	.contactUs {
		color: #ffffff;
		height: 300px;
		text-align: center;	
		width:99%;
		font-size:20px;
		font-weight:200;
	}
	
	.phone {
		font-size:36px;
		font-weight:200;
		margin-right:40px;	
	}
	.email {
		font-size:36px;
		font-weight:200;
	
	}
	#officeMap {
		width:1199px !important;	
	}
	.offices .bookNow {
		width: 45%;
	}
}

@media (max-width : 991px) {
	.contactUsWrapper {
	background-image:url('/cisiweb2/image/misc/contactus5.jpg');
    background-position:center center;
	margin-top: -20px !important;
	background-attachment:scroll;
	background-size:cover;

}
	.contactUs {
		color: #ffffff;
		height: auto;
		padding:40px 0px;
		text-align: center;	
		width:99%;
		font-size:18px;
		font-weight:200;
	}
	.contactUs div {
	width:98%;	

}
	
	.phone {
		font-size:20px;
		font-weight:400;
		margin-right:30px;	
	}
	.email {
		font-size:20px;
		font-weight:400;
	
	}
	#officeMap {
		width:991px;	
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}

@media (max-width: 767px) {
	
		.offices .bookNow {
		width: 100%;
		height:auto;
		position:relative;
	}
.offices iframe {
	display:none; 	
}
}






