
/* #header {
  background: #fff;
	position: fixed;
  top: 0;
}  

#nav_wrapper {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: 5px;
}

#nav_wrapper ul.menu {
	display: flex;
	letter-spacing: 0px;
	justify-content: space-between;
}

#nav_wrapper ul.menu li a {
	display: flex;
	color: #364147;
	line-height: 10px;
	padding: 15px 10px;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.15;
	align-items: center;
	align-content: center;
	height: 100%;
}

#menu-item-568 a {
	background-color: #364147;
	color: #fff !important;
}

#nav_wrapper ul.menu li ul.sub-menu li a {
	color: #364147 !important;
}

#nav_wrapper ul.menu li:hover a, 
#nav_wrapper ul.menu li.current-menu-item a {
	color: #FFF;
	text-decoration: none;
	background: #364147;
	padding: 15px 10px;
}

#nav_wrapper ul.menu li ul.sub-menu {
	padding: 10px;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
	border-radius: 0 0 10px 10px;
}

.navbar.navbar-default {
	display: none;
} */

.obx-wrapper {
	background-color: #eee;
}

#hero {
	background: #fff;
	position: relative;
	margin-top: 160px;
}

#hero .lead {
	font-size: 20px;
	position: relative;
	padding-left: 55px;
	margin-top: 75px;
}

#hero .lead::before {
	position: absolute;
	width: 45px;
	height: 2px;
	background-color: gray;
	content: "";
	left: 0;
	top: calc(50% - 1px);
	bottom: 0;
}

#hero h1 {
	font-size: 35px;
	font-weight: 800;
	max-width: 500px;
	line-height: 1.15;
}

#hero .hero-content {
	font-size: 17px;
	line-height: 1.25;
	font-weight: 300;
	margin: 15px 0 25px;
	max-width: 500px;
}

#hero .hero-points {
	display: flex;
	justify-content: space-between;
	max-width: 450px;
}

#hero .point p.title {
	display: flex;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 15px;
}

#hero .point p {
	font-size: 13px;
	line-height: 1.25;
}

#hero .hero-points .point {
  flex-basis: 35%;
}

#hero .hero-points .point:first-child {
  flex-basis: 45%;
  padding-right: 15px;
}

#hero .hero-btns {
	margin: 15px 0 20px;
	display: flex;
	gap: 10px;
}


#hero::before {
	clip-path: polygon(61% 0, 100% 0, 100% 100%, 44% 100%);
	background: #c2c2c2;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#hero form {
	padding: 20px 25px;
	background-color: #fff;
	margin: 30px 0;
	border-radius: 10px;
	box-shadow: 1px 1px 25px rgba(0,0,0,0.25);
	width: 400px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid transparent;
}

#hero form input, 
#hero form textarea {
	width: 100%;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-top: 5px;
}

#hero form label {
	font-size: 12px;
	margin-bottom: 0;
	font-weight: 400;
	width: 100%;
}

#reviews {
	background-color: #fff;
	padding: 0em 0 3em;
}

#about {
	padding: 6em 0;
	position: relative;
}

#about h2 {
	font-size: 35px;
	font-weight: 500;
	margin: 20px 0 20px;
}

#about p {
	font-size: 16px;
	font-weight: 300;
}

#about p.name {
	font-weight: 300;
	font-size: 22px;
	margin: 25px 0 0;
}

#about p.role {
	margin: 0;
}

#about::before {
	content: "";
	position: absolute;
	width: 25%;
	height: 100%;
	background-image: url('https://www.alijuma.co.uk/wp-content/themes/alijuma/obx/img/other-procedures.png');
	background-size: cover;
	background-position: center center;
	top: 0;
	bottom: 0;
	z-index: 3;  
}

#about::after {
	content: "";
	width: 25%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 5;
}

#about .about-img img {
	padding: 0px;
	background-color: #fff;
	z-index: 9;
	position: relative;
	border-radius: 10px;
	height: 400px;
	box-shadow: 1px 1px 25px rgba(0,0,0,0.15);
	margin-top: 40px;
}

.btn.btn-primary {
	font-size: 15px;
	padding: 10px 20px;
	line-height: 1;
	text-transform: uppercase;
	/* background: linear-gradient(to right, rgba(96, 96, 96, 0.5),rgba(160, 160, 160, 0.9)); */
  background: #222;  
	border-color: transparent;
  transition: background 0.3s ease;
  color: #fff;
  text-shadow: none;
}

.btn.btn-secondary {
	font-size: 15px;
	padding: 10px 20px;
	line-height: 1;
	text-transform: uppercase;
	/* background: linear-gradient(to right, rgba(96, 96, 96, 0.5),rgba(160, 160, 160, 0.9)); */
  background: #6c757d;  
	border-color: #6c757d;
  transition: background 0.3s ease;
  color: #fff;
  text-shadow: none;
}

.btn.btn-primary:hover {
	background: #999;
	border-color: #999;
}

.btn.btn-secondary:hover {
	background: #535a5fff;
	border-color: #535a5fff;
}

.content-wrap .btn.btn-primary {
	margin-top: 15px;
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0em 0 2em;
}

#procedures {
	padding: 5em 0 6em;
	background-color: #fff;
}

#procedures h2 {
	font-size: 35px;
	font-weight: 500;
}

.procedure-card h4 {
	font-size: 30px;
	margin: 20px 0 15px;
	font-weight: 500;
	line-height: 1.1;
	color: #111;
}

#procedures p {
	font-size: 14px;
	line-height: 1.25;
	/* font-weight: 200; */
}

#procedures p:last-of-type {
	/* min-height: 100px; */
	margin: 0;
	padding-bottom: 15px;
}

#procedures .btn-link {
	background-color: transparent;
	color: #333;
	text-transform: capitalize;
	font-size: 13px;
	padding: 0;
	margin-bottom: 25px;
	text-decoration: underline;
}

.procedure-img-wrap {
	position: relative;
	overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.procedure-img-wrap:hover {
	transform: scale(1.01);
	box-shadow: 1px 1px 15px rgba(0,0,0,0.25);
	border-radius: 5px;
}

.procedure-img-wrap:hover .img-text-overlay {
  bottom: 0;
}

.procedure-img-wrap img {
	border-radius: 5px;
	width: 100%;
}

/* .img-text-overlay {
	position: absolute;
	bottom: 0;
	padding: 15px;
	margin: 15px;
	background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.9));
	border-radius: 5px;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 400;
	color: #000;
} */

.img-text-overlay {
	position: absolute;
	bottom: -115px;
	padding: 15px;
	margin: 15px;
	background: linear-gradient(rgba(85, 85, 85, 0.75),rgba(153, 153, 153, 0.9));
	border-radius: 5px;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 400;
	color: #fff;
  transition: all 0.3s ease-in-out;
}

#expert {
	background-image: url('https://www.alijuma.co.uk/wp-content/uploads/2016/03/thermiva-slide.jpg');
	background-size: cover;
	background-position: center center;
	padding: 5em 0;
	font-size: 14px;
	font-weight: 200;
}

#expert h2 {
	font-size: 35px;
	margin: 0 0 15px;
	font-weight: 400;
	line-height: 1.1;
}

#expert .btn {
	margin-top: 20px;
}

.intro {
	padding: 4em 0 2em;
}

.intro h2 {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 35px;
}

.intro p {
	font-size: 15px;
	font-weight: 300;
}

.content-section {
	padding: 4em 0;
}

.content-section .p-0 {
	padding: 0;
}

.content-wrap {
	background-color: #fff;
	padding: 35px;
	border-radius: 10px;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
	font-size: 15px;
	z-index: 9;
	position: relative;
}

/* .content-wrap h2 {
	font-size: 25px;
	margin: 0 0 15px;
	font-weight: 500;
} */

.content-wrap h2 {
	font-size: 35px;
	margin: 0 0 15px;
	font-weight: 400;
	line-height: 1.1;
}

/* .content-wrap p {
	font-weight: 200;
} */

.image-wrap {
	display: flow-root;
	height: 100%;
	align-items: center;
	align-content: center;
}

.image-fit {
	height: 85%;
	overflow: hidden;
}

.img-left .image-fit {
	border-radius: 10px 0 0 10px;
}

.img-right .image-fit {
	border-radius: 0 10px 10px 0;
}

.image-wrap img {
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	width: 100%;
}

#accred {
	margin: 0em 0 2em;
	padding: 2em 1em;
	background-color: #fff;
}

#accred .col-md-2 {
	justify-content: space-evenly;
	display: flex;
	align-items: center;
	align-content: center;
	padding: 0 15px;
}

.row .col-md-3 {
	align-items: center;
	display: flex;
	justify-content: space-evenly;
}

#accred img {
	max-height: 75px;
	max-width: 100%;
	height: auto;
}

.faqs-section {
	padding: 2em 0;
}

.faqs-section h3 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}

.faq {
	padding: 20px 25px 10px;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 10px;
	box-shadow: 1px 1px 25px rgba(0,0,0,0.1);
}

.faq h4 {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 15px;
}

.faq p {
	font-size: 15px;
	font-weight: 300;
}

#home-cta {
	padding: 50px;
	background-color: #ddd;
	font-size: 30px;
	line-height: 1;
	background-image: url('https://www.alijuma.co.uk/wp-content/uploads/2016/03/Face-new.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	margin: 1em 0 -35px;
}

#home-cta::after {
	content: "";
	background: linear-gradient(rgba(166, 165, 165, 0.76),rgba(11, 11, 11, 0.63));
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

#home-cta p {
	text-transform: uppercase;
	line-height: 1.25;
	font-size: 25px;
	color: #fff;
}

#home-cta p span {
	color: #a8e0ff;
	font-weight: 700;
	display: block;
}

#home-cta .btn {
	margin-left: 15px;
	font-weight: 700;
	color: #fff;
}


#bg-test {
	background-image: url('https://www.alijuma.co.uk/wp-content/uploads/2013/10/banner-img1.jpg');
	background-position: left center;
	position: relative;  
}

#bg-test img {
  display: none;
}


#reviews {
	background-color: #fff;
}


.hero-points .stars {
	padding: 0;
	margin: 0;
	display: flex;
}

.hero-points .stars i {
	color: #ffbc00;
	font-size: 20px;
}


#hero form input[type="submit"] {
	background-color: #222;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
}


#home-cta .col-md-6:first-of-type {
	text-align: right;
	align-content: center;
}

#home-cta .col-md-6:nth-of-type(2) {
	align-content: center;
}

#home-cta .row {
	position: relative;
	z-index: 3;
}

#home-map iframe {
	border-radius: 15px;
}


/* Services Top */

.service-section {
	margin-bottom: 50px;
}

.service-section h2 a {
	margin-bottom: 25px;
	color: #333;
	display: flex;
	font-weight: 400;
	align-items: center;
	align-content: center;
	gap: 5px;
}

.service-section h2 a i {
	color: #04a3fa;
}

.services-wrap {
	display: flex;
	flex-flow: wrap;
	gap: 15px;
}

.services-wrap a {
	display: flex;
	flex: 1 1 calc(33% - 25px);
	width: 100%;
}

.services-wrap h3 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
}

.serv-block {
	width: 100%;
	background-color: transparent;
	padding: 20px;
	border: 1px solid #ddd;
	color: #333;
	border-radius: 10px;
	font-size: 15px;
	z-index: 9;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.serv-block:hover {
	border-color: #008bd7;
	background-color: #fff;
	color: #04a3fa;
}

.serv-block span {
	color: #00a2fb;
	font-weight: 400;
}

/* Contact Page */

#contact-header {
	display: flex;
	height: 350px;
	background-size: cover;
	background-position: center center;
	margin-top: 160px;
	position: relative;
	text-align: center;
	align-items: center;
	color: #fff;
}

#contact-header::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 5;
}

.header-text {
	color: #fff;
	position: relative;
	z-index: 9;
}

.header-text h1 {
	font-size: 50px;
	margin-bottom: 15px;
	font-weight: 500;
}

.header-text p {
	font-size: 20px;
	max-width: 400px;
	margin: 0 auto;
	line-height: 1.2;
}

.contact-info-wrap {
	padding: 40px;
	background-color: #fff;
	display: flex;
	position: relative;
	z-index: 9;
	margin-top: -50px;
	box-shadow: 1px 1px 25px rgba(0,0,0,0.25);
	border-radius: 10px;
	margin-bottom: 75px;
}

.contact #hero {
	margin-top: 0;
	background: #eeeeee;
}

.contact #hero form {
	width: 100%;
	box-shadow: none;
	margin: 0;
	padding-bottom: 0;
}

.contact #hero::before {
	clip-path: none;
	content: none;
}

.contact select {
	padding: 8px 10px;
	margin-top: 5px;
	font-size: 13px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;	
}

#hero select {
	padding: 8px 10px;
	margin-top: 5px;
	font-size: 13px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;	
}

.contact .form-flex p {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.form-flex p {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.contact #home-map {
	padding: 0;
	margin-bottom: -35px;
}

.contact #home-map iframe {
	border-radius: 0;
}

.contact-info {
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
}

.contact-info h3 {
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 10px;
}

.contact-info p {
	margin-bottom: 25px;
}

.contact-points {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.contact-point {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}

.contact-point .icon {
	width: 55px;
	height: 55px;
	background-color: #364147;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	border-radius: 50%;
	color: #fff;
}

.contact-point h4 {
	font-size: 22px;
	margin: 0 0 2px;
}

.contact-point .text {
	font-size: 15px;
}

.contact-socials-wrap {
	display: flex;
	flex-flow: column;
}

.contact-socials-wrap h5 {
	font-size: 18px;
	font-weight: 400;
	margin: 20px 0 15px;
}

.contact-socials {
	display: flex;
	gap: 5px;
}

.contact .social {
	width: 35px;
	height: 35px;
	background-color: #364147;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	border-radius: 50%;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.contact-socials a:hover .social {
	background-color: #6c757d;
}

@media (min-width: 768px){

  .row {
    display: flex;
    flex-flow: wrap;
  }

  #header {
    background: #fff;
    position: fixed;
    top: 0;
  }  

  #nav_wrapper {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 5px;
  }

  #nav_wrapper ul.menu {
    display: flex;
    letter-spacing: 0px;
    justify-content: space-between;
  }

  #nav_wrapper ul.menu li a {
    display: flex;
    color: #364147;
    line-height: 10px;
    padding: 15px 8px;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.15;
    align-items: center;
    align-content: center;
    height: 100%;
  }

  #menu-item-568 a {
    background-color: #364147;
    color: #fff !important;
  }

  #nav_wrapper ul.menu li ul.sub-menu li a {
    color: #364147 !important;
  }

  #nav_wrapper ul.menu li:hover a, 
  #nav_wrapper ul.menu li.current-menu-item a {
    color: #FFF;
    text-decoration: none;
    background: #364147;
    padding: 15px 10px;
  }

  #nav_wrapper ul.menu li ul.sub-menu {
    padding: 10px;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border-radius: 0 0 10px 10px;
  }

  .navbar.navbar-default {
    display: none;
  }
}


@media (max-width: 500px) {
  .obx-wrapper {
    background-color: #eee;
    margin-top: -160px;
  }  
  #hero::before {
    content: none;
  }
  #hero .hero-points {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    flex-flow: column;
    gap: 10px;
  }
  #hero form {
    margin: 30px auto;
  }
  #about::before, 
  #about::after {
    content: none;
  }
  #about .about-img img {
    margin: 0 auto;
    display: block;
  }
  .section-header {
    flex-flow: column;
    gap: 15px;
  }
  #procedures p {
    min-height: auto;
  }
  #procedures .btn-link {
    margin-bottom: 50px;
  }
  .img-left .image-fit,
  .img-right .image-fit {
    border-radius: 0;
  }
  .image-fit {
    height: auto;
  }
  .align-content-center {
    text-align: right;
    margin-top: 10px;
  }
  .services-wrap a {
		flex: auto;
	}
	#hero .hero-btns {
		flex-flow: column;
	}
	.contact #hero form {
		width: 100%;
		box-shadow: none;
		margin: 50px 0 0;
		padding: 0;
	}
}