
body {
	font-family: 'Roboto', sans-serif;
	color: #282828;
	font-size: 14px;
	background-position:100% 0;
	background-repeat: no-repeat;
}

h3.branding {
	font-size: 20px;
	color: #368bba;
	font-family: 'Roboto Slab', serif;
}

.navbar-nav .nav-item .nav-link {
	font-weight: 400;
	color: #282828;
	font-size: 14px;
	transition: 0.3s ease-in;
}

.navbar-nav .nav-item .nav-link:hover {
	
	color: #266db5;

}

.navbar-nav .nav-item.active .nav-link {
	border-bottom: 2px solid #3895f5;
	color: #266db5;
}

.btn-book {
	background-color: #3895f5;
	color: #FFF;
	
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 14px;
	margin-left: 20px;

	-webkit-box-shadow: 0.813px 1.827px 30px rgba(40,40,40,0.16);
	-moz-box-shadow: 0.813px 1.827px 30px rgba(40,40,40,0.16);
	box-shadow: 0.813px 1.827px 30px rgba(40,40,40,0.16);
}

.btn-book:hover, .btn-book:focus {
	color: #FFF;
	text-decoration: none;
}

#hero {
	background-image: url('../img/hero.png');
	height: 643px;
	padding-top: 200px;
	background-position: right;
	background-repeat: no-repeat;
}
#hero h3 {
	color: #282828;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	
	font-size: 34px;
	line-height: 50px;
}

#hero a {
	color: #FFF;
	font-size: 18px;
	margin-top: 10px;
	display: inline-block;

}

#hero a {
	text-decoration: none;
}

#appointment-button {
	background-image: url('../img/app-bg.png');
	height: 400px;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 540px;
	background-color: #f7f7f5;
}

.book-now {
	text-align: center;
	background-color: #ecf3f5;
	height:150px;
	padding-top: 60px;
	border-radius: 10px;
	font-size: 22px;
	font-weight: 500;
}

.btn-book-rect {
	background-color: #48bddd;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	margin-left: 20px;
	border-bottom-width: 2px;
	border-bottom-color: #5baec4;
}

.btn-book-rect:hover {
	color: #FFF;
	text-decoration: none;
}

#services, #resources, #resources-home, #testimonials, #news {
	padding-top: 70px;
	padding-bottom: 70px;
}

#resources-home {
	background-image: url(../img/res-bg.png);
	height: 575px;
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 40px;
	margin-bottom: 60px;
}

h4.section-title {
	color: #3399cc;
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
}

p.section-sub {
	font-size: 14px;
	color: #282828;
}

.resource-box {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.resource-box h5 {
	font-size: 14px;
	font-weight: 600;
}

.resource-box p {
	font-size: 12px;
	color: #606060;
}

.btn-generic {
	background-color: #48bddd;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	margin-left: 20px;
	border: 1px solid #48bddd;
	border-bottom-width: 2px;
	border-bottom-color: #5baec4;
}

.btn-generic:hover {
	color: #FFF;
	text-decoration: none;
}

#testimonials {
	background-color: #ecf3f5;

}

.testi-thumb {
	opacity: 0.3;
	margin-right: 15px;
	cursor: pointer;
}

.testi-thumb.active {
	opacity: 1;
}

#news {
	

}

.news-box {
	background-color: #ecf3f5;
	padding-bottom: 30px;
	height: 470px;
}


.news-box .news-content {
	height: 170px;
}



.news-nav {
	padding-top: 50px;
}

.news-title {
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}

.news-content {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-ghost {
	color: #3399cc;
	border:1px solid #3399cc;
	border-radius: 30px;
	padding: 10px 40px;
}

.btn-ghost:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #3399cc;
}

footer {
	padding-top: 60px;
}

footer a {
	color: #282828;
}
footer a:hover {
	color: #282828;
	text-decoration: none;
}

#bottom {
	background-color: #282828;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #888888;
	margin-top: 50px;
}

.love {
	color: red;
}


#service-main {
	background-image: url('../img/ctscan.png');
	background-repeat: no-repeat;
	background-position: 0 55px;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 333px;

}

#service-prepare {
	background-color: #ebf3f5;
	padding-top: 40px;
	padding-bottom: 40px;
}

.accordion .card-header {
	background-color: #fff;
	padding: 3px 10px;
	
}

#accordionExample .card {
	margin-bottom: 20px;
	border: none;
	-webkit-box-shadow: 0.813px 1.827px 30px rgba(40,40,40,0.16);
	-moz-box-shadow: 0.813px 1.827px 30px rgba(40,40,40,0.16);
	box-shadow: 0.813px 1.827px 30px rgba(40,40,40,0.16);
}

#accordionExample .card .card-header .btn-link {
	color: #282828;
	font-weight: 600;
	font-size: 14px;
}

#accordionExample .card .card-header .btn-link:hover, #accordionExample .card .card-header .btn-link:focus {
	text-decoration: none;
}

.card-body h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.dropdown-item {
	font-size: 14px;

}

.dropdown-menu {
	-webkit-box-shadow: 3px -1px 23px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px -1px 23px -10px rgba(0,0,0,0.75);
	box-shadow: 3px -1px 23px -10px rgba(0,0,0,0.75);
	border-bottom-color: none;
	border-radius: 0;
	border-top:1px solid #3796f4;
}

.dropdown-item.active {
	background-color: #FFF;
	color: #3796f4;
}

.nav-link.active {
	color: #3796f4 !important;
}

ul.content-filter {
	list-style-type: none;
}
ul.content-filter li {
	display: inline;
	margin-right: 20px;
	cursor: pointer;
}

ul.content-filter li.active {
	color: #3399cc;
}

.resource-box {
	width:85%;
}

.r-category {
	background-color: #ebf3f5;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 16px;
}

.resource-box img {
	cursor: pointer;
}

.gallery-item {
	background-color: #ebf3f5;
	padding-left: 0;
	padding-bottom: 10px;
}

.gallery-item p {
	padding: 0;
}

.gallery-item img.gallery-img {
	-webkit-box-shadow: 3px -1px 23px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px -1px 23px -10px rgba(0,0,0,0.75);
	box-shadow: 3px -1px 23px -10px rgba(0,0,0,0.75);
	width: 100%;
	cursor: pointer;
}

.zoom {
	cursor: pointer;
	position: absolute;
	top:30%;
	left: 45%;
	display: none;
	

}

.gallery-large {
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999999999;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    display: none;
}

.gallery-large img.img-show {
	margin-top: 20px;
}

.gallery-large .btn-close {
	text-align: right;
	background-image: url('../img/btn-bg-rounded.png');
	height: 55px;
	background-repeat: no-repeat;
	background-position: 99% 10px;
	padding-right: 2.1%;
	padding-top: 1.5%;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	cursor: pointer;
}

#map {
	background-image: url('../img/map.png');
	height: 415px;
	cursor: pointer;
	background-size: 90%;
}

.contact-info {
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: 20px;
}

span.contact-info {
	display: inline-block;
}

.contact-info span {
	display: inline-block;
	margin-left: 30px;
	color: #32a4d8;
}

#form {
	padding-top: 100px; padding-bottom: 120px;
	background-image: url('../img/form-bg.png');
	margin-top: 120px;
}

h1, h2, h3 {
	margin-top: 0;
}

.mui-textfield input {
	font-size: 14px;
}

.mui-textfield input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}
.mui-textfield input ::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px !important;
}

#form .card {
	-webkit-box-shadow: 3px -1px 23px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px -1px 23px -10px rgba(0,0,0,0.75);
	box-shadow: 3px -1px 23px -10px rgba(0,0,0,0.75);
}

.res-title {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
}

.contact-header {
	-webkit-box-shadow: 0.813px 1.827px 30px rgba(40,40,40,0.16);
	-moz-box-shadow: 0.813px 1.827px 30px rgba(40,40,40,0.16);
	box-shadow: 0.813px 1.827px 30px rgba(40,40,40,0.16);
	border-radius: 10px;
	padding-bottom: 40px;
	padding-top: 30px;
	
	z-index: 9;
}

.form-wrap {
	background-image: url('../img/contact-bg.png');
	height: 870px;

	
}


.mui-radio label {
	margin-right: 30px;
}

.service-box {
	cursor: pointer;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }

 .about-inner, .package-inner {
 	-webkit-box-shadow: 0.813px 1.827px 30px rgba(40,40,40,0.16);
	-moz-box-shadow: 0.813px 1.827px 30px rgba(40,40,40,0.16);
	box-shadow: 0.813px 1.827px 30px rgba(40,40,40,0.16);

	padding: 100px;
 }

 .package-inner li {
 	margin-bottom: 10px;
 	font-weight: bold;
 	
 	color: #000;
 	background: #89d7eb;
 	padding: 10px 20px;
 	border-radius: 10px;


 }

 .package-inner ul {
 	list-style-type: none;
 }

 #accordionExample .card-header {
 	background-image: url('../img/chevron-down.png');
 	background-repeat: no-repeat;
 	background-position: 97%;
 }

 #accordionExample .card button.btn-link {
 	width:100%;
 	text-align: left;
 }

 .bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.student-resource {
	cursor: pointer;
}

.testimonial-content {
	padding-left: 70px;
}

@media (max-width: 575.98px) { 

	#appointment-button{
		padding-left:10px;
		background-image: none;

	}

	#resources-home{
		background-image: none;
		background-color: #f7f7f5;
		height: auto;
		margin-bottom: 0;
	}

	.student-resource {
		text-align: center;
	}

	.testimonial-content {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 40px;
	}

	#hero {
		background-size: contain;
		
		padding-top: 30px;
		background-position:bottom right;
		height: 500px;
	}

	#service-main {
		background-image: url('../img/ctscan-phone.png');
	}
	.news-box {
		height: auto;
	}

}