/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

.dexa-content .column:first-child {
    width:50vw;
}

.makereferral .wpcf7 {
    width: 50%;
}

body .makereferral.section {
    display:none;
}

@font-face {
    font-family: 'walkway-rounded';
    src:  url('fonts/Walkway-rounded.ttf')
  }
  
  @font-face {
    font-family: 'din-light-regular';
    src:  url('fonts/DIN-Light-Regular.otf')
  }
  
  @font-face {
    font-family: 'gotham-light';
    src: url('fonts/Gotham-Light.eot#iefix') format('embedded-opentype'),
      url('fonts/Gotham-Light.ttf');
  }
  
  @font-face {
    font-family: 'gotham-medium';
    src: url('fonts/Gotham-Medium.eot#iefix') format('embedded-opentype'),
      url('fonts/Gotham-Medium.ttf');
  }
  
  @font-face {
    font-family: 'gotham-bold';
    src: url('fonts/Gotham-Bold.eot#iefix') format('embedded-opentype'),
      url('fonts/Gotham-Bold.ttf');
  }
  
  @font-face {
    font-family: 'gotham-book';
    src: url('fonts/Gotham-Book.eot#iefix') format('embedded-opentype'),
      url('fonts/Gotham-Book.ttf');
  }
  
  
  
h6.position {
    font-size: 20px;
    margin-bottom: 5px;
}

h3.team-sub {
    font-size: 1.875rem;
    width: 89%;
}
.index-top {
    position:absolute; 
    top: 341px;
}


.index-options {
    gap: 100px; 
    position: absolute; 
    top: 541px;
}



.learn {
    cursor:pointer;
    text-decoration:underline;
}

.xoxo {
    display:none;
}

nav a {
    text-transform: uppercase;
    font-weight: 400;
}


nav {
    position: absolute;
    /* top: 10px; */
    background-color:#EDF1F9;
    width: 100%;
}


.navbar {
    align-items: center;
}

nav button {
    width:130px
}

.nav-option {
    /* font-weight: bold; */
}

.referrer .flex-content {
    margin-top:22px!important;
}
.navbar a {
    margin-right:10px;
}


header#header {
    z-index: 99999;
    position: relative;
}

body {
    color: #002C72;
}


.body-text {
    width:40%;
}

h1 {
    font-size: 55px!important;
}

.section.landing {
    height:100vh!important;
}

.section {
    position: relative;
    height: 100%;
    display: flex;
    min-height:40vh;
    justify-content: center;
    overflow:hidden;
}


.landing img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


.team .overlay {
    position: absolute;
    top: 100px;
    opacity: .1;
}




.referrer .overlay {
    width: 100%;
    opacity: .1;
    left: -239px;
    position: absolute;
}

.overlay {
    z-index:0;
}




.text-content {
    z-index:1;
}


.flex-content {
    display: flex;
    align-items: stretch;
    margin-top: 64px;
    margin-bottom: 85px;
    justify-content: space-between;
}

.down {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 91px;
    gap:30px;
}


.referrer .body-text {
    width: 45% !important;
    font-size: 18px;
}

.dexa-content {
    display: flex;
    font-size: 19px;
    padding-bottom:85px;
    gap: 100px;
}

.dexa {
    display:none;
}


.ultra-content {
    display: flex;
    font-size: 19px;
    padding-bottom:85px;
    gap: 100px;
}

.ultra {
    display:none;
}


.pacs .overlay {
    width: 100%;
    opacity: .4;
    top: 152px;
    scale: 1.3;
    position: absolute;
}


.patient .overlay {
    width: 100%;
    position: absolute;
    height:100%;
}


.contact .overlay {
    width: 100%;
    position: absolute;
    height:100%;
}



p {
    font-size: 20px;
}


@media (min-width: 1280px) {
    .container {
        max-width: 1280px!important;
    }
}






.map iframe {
    margin-top: -60px;
    height: calc(100% + 60px);
    width: 100%;
}
  
.map {
    overflow: hidden;
    height: 100%;
    width:50%;
    position: absolute;
    right: 0;
}
  
  
.location {
    min-height:80vh;
}







.contact {
    min-height:80vh;
}



.contact-form {
    position: absolute;
    right: 10%;
    z-index: 1;
    width: 50%;
    top: 20%;
}

.wpcf7 input:focus, .wpcf7 input:active, .wpcf7 textarea:focus, .wpcf7 textarea:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Form input styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="file"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    background-color: white;
    color: #194930;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.makereferral .wpcf7-form-control-wrap.file-attachment {
    display: none;
}


.wpcf7-submit {
    background-color: #DCF8CD;
    color: #194930;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    cursor: pointer;
    float: right;
    width: 141px;
}

/* Form group styling */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: inline-block;
    margin-bottom: 5px;
    color: white;
}

.row-c label {
    display: flex;
    flex-direction: column;
    color:white;
    width: 100%;
    font-size:15px;
    margin-bottom:10px;
}

.row-c p {
    display: flex;
    gap:15px;
    width: 100%;
}

.row-c {
    display: flex;
    width: 100%;
}

.makereferral .wpcf7-form-control-wrap {
    margin-top:10px;
}



.icons {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
}

img.icon {
    height: 116px;
}


.profiles {
    display: flex;
    gap: 172px;
    margin-bottom: 100px;
    margin-top:50px;
    align-items: center;
    justify-content: center;
}

.profile img {
    width: 300px;
}

h4.name {
    font-size: 31px;
    margin-top: 18px;
}




/* 
[data-type="staff"] {
    display:none;
} */



.form {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000000000000;
    background-color: #ffffff5c!important;
    backdrop-filter: blur(6px);
}

.form.contact .overlay {
    width: 70%;
    position: absolute;
    height: 87%;
    top: 49%;
    transform: translate(-50%, -50%);
    left: 50%;
    box-shadow: 4px 3px 20px 0px #0000004a;
}

.form .contact-form {
    position: absolute;
    right: 26%;
    z-index: 1;
    width: 50%;
    top: 20%;
}

.landing .body-text {
    width:80%!important;
}

.close-form {
    width: 10px;
    height: 10px;
    font-size: 35px;
    z-index: 99999999999999999999999;
    display: block;
    cursor:pointer;
    position: absolute;
    top: 14px;
    font-family: cursive;
    right: 50px;
    color: #1b7d4a;
}

.pacs .down.second {
    display:none!important;
}



#mob-opts {
    display:none;
}

.img {
    background-color: #C0E1D2 !important;
    height: 273px;
    margin-bottom: -1px;
    margin-left: -15px;
    width: calc(50% - 203px);
    margin-top: 32px;
    overflow:hidden;
}








.makereferral .wpcf7-form {
	position: relative;
	margin-top: 40px;
}

.makereferral .wpcf7-form > div {
	position: relative;
	margin-bottom: 60px;
	padding: 40px 5% 20px 5%;
	background-color: rgb(159,208,209);
	border-radius: 20px;
}

.makereferral .wpcf7-form > div * {
	color: black;
}

.makereferral .wpcf7-form > div h2 {
    position: absolute;
    width: 90%;
    top: 0;
    left: 50%;
    padding: 10px 20px;
    font-family: gotham-medium;
    font-size: 0.8em;
    color: white;
    text-align: left;
    background-color: rgb(32, 0, 255);
    border-radius: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.makereferral .wpcf7-form > div p {
	width: 100%;
	margin: 0;
	font-size: 0.8em;
}

.makereferral .wpcf7-form > div .flex-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: flex-end;
}

.makereferral .wpcf7-form .radio-buttons {
	text-align:left;
	width:420px!important;
}
.makereferral .wpcf7-form > div .flex-container div {
	/* width: calc(50% - 2px); */
}

.clinical-details-textarea {
	height: 106px;
  }

.makereferral .wpcf7-form > div .flex-container div.full-width {
	width: 100%;
}

.makereferral .wpcf7-form > div .flex-container > div > p:nth-child(1) {
	padding-left: 15px;
	font-family: gotham-medium;
	text-align: left;
}

.makereferral .wpcf7-form > div .flex-container div p span {
	display: block;
	position: relative;
}

.makereferral .wpcf7-form > div .flex-container div p span input {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 10px;
	padding: 10px 15px;
	background: white;
    border: none;
    border-radius: 8px;
    font-style: italic;
    line-height: 1;
}

.makereferral .wpcf7-form > div .flex-container div.multi-input {
	display: flex;
	justify-content: center;
	align-items: end;
	padding-bottom: 10px;
}

.makereferral .wpcf7-form > div .flex-container div.multi-input > div {
	width: 50%;
	padding-left: 5%;
	text-align: left;
}

.makereferral .wpcf7-form > div .flex-container div.multi-input > div label {
	position: relative;
}

.makereferral .wpcf7-form > div .flex-container div.multi-input > div label input[type="radio"] {
	position: absolute;
	pointer-events: none;
	opacity: 0;
}

.makereferral .wpcf7-form > div .flex-container div.multi-input > div label span {
	position: relative;
	font-size: 0.8em;
}

.makereferral .wpcf7-form > div .flex-container div.multi-input > div label span::before {
	position: absolute;
	width: 12px;
	height: 12px;
	right: calc(100% + 8px);
	top: 50%;
	border: 1px solid black;
	background-color: white;
	border-radius: 100px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.makereferral .wpcf7-form > div .flex-container div.multi-input > div label input[type="radio"]:checked ~ span::before {
	background-color: rgb(32, 0 , 255);
}

.makereferral .wpcf7-form > div .flex-container div p .wpcf7-form-control-wrap.date::after,
.makereferral .wpcf7-form > div .flex-container div p .wpcf7-form-control-wrap.referrer-date::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40px;
	background-color: rgb(32, 0, 255);
	border-radius: 0px 8px 8px 0;
	pointer-events: none;
}

.makereferral .wpcf7-form > div .flex-container div p .wpcf7-form-control-wrap.date::before,
.makereferral .wpcf7-form > div .flex-container div p .wpcf7-form-control-wrap.referrer-date::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 5px;
	background: url(images/Dropdown-arrow.svg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.makereferral .wpcf7-form > div.examination-type,
.makereferral .wpcf7-form > div.type-of-scan-required {
	margin-bottom: 40px;
	background-color: rgb(138,164,204);
}


.makereferral .wpcf7-form > div.dropdown-styling .flex-container div.select-container {
	position: relative;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	background: white;
	border-radius: 8px;
	cursor: pointer;
	z-index: 1;
}

.makereferral .wpcf7-form > div.dropdown-styling .examination-type-options .option {
  display: none;
}

.makereferral .wpcf7-form .radio-buttons label {
	width: 100%!important;
    padding: 5px;
    display: flex;
    cursor: pointer;
    margin: 5px 5px 5px 0px;
    border-radius: 10px;
    border: 1px solid #fff;
    align-items: center;
}

.makereferral .wpcf7-form .radio-buttons br {
	display:none;
}

.double input::placeholder {
	color:black;
}

.double input {
	border-radius: 10px!important;
    border: 1px solid #fff!important;
    margin-top: 0px!important;
    background-color: transparent!important;
}

.double {    
	display: flex;
    flex-wrap: wrap;
    width: 100%!important;
    justify-content: space-between;
    border-radius: 10px;}






.makereferral .wpcf7-form > div.dropdown-styling .examination-type-options .option.active {
  display: inline-block;
}

.makereferral .wpcf7-form > div.dropdown-styling .flex-container div.select-container.active {
	z-index: 2;
}

.makereferral .wpcf7-form > div.dropdown-styling .flex-container div.select-container p {
	position: relative;
	margin-bottom: 0;
	padding: 10px 15px;
	font-family: gotham-book;
	font-style: italic;
	text-align:left;
	z-index: 1;
}

.makereferral .wpcf7-form > div.dropdown-styling .flex-container div.select-container p.selected-option {
	background-color: white;
	border-radius: 8px;
}

.makereferral .wpcf7-form > div.dropdown-styling .flex-container div.select-container > div {
    display: none;
    position: absolute;
	width: 100%;
	top: calc(100% - 20px);
	left: 0;
	padding: 20px 0 0 0;
	background:	white;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	overflow: hidden;
}

.makereferral .wpcf7-form > div.dropdown-styling .flex-container div.select-container.active > div {
    display: block;
}

.makereferral .wpcf7-form > div.dropdown-styling .flex-container div.select-container > div p {
    padding: 10px 0 10px 15px;
    cursor: pointer;
    font-style: normal;
    text-align: left;
    background-color: white;
}

.makereferral .wpcf7-form > div.dropdown-styling .flex-container div.select-container > div p:hover {
	background-color: rgb(138,164,204);
}

.makereferral .wpcf7-form > div.dropdown-styling .flex-container div.select-container > div p:last-child {
	display: none;
}

.makereferral .wpcf7-form > div.dropdown-styling .flex-container div.select-container::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40px;
	background-color: rgb(32, 0, 255);
	border-radius: 0px 8px 8px 0;
	pointer-events: none;
	z-index: 1;
}

.makereferral .wpcf7-form > div.dropdown-styling .flex-container div.select-container::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 5px;
	background: url(images/Dropdown-arrow.svg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2;
	pointer-events: none;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.makereferral .wpcf7-form textarea {
	width: 100%;
	padding: 10px 15px;
	background: white;
	border: none;
	border-radius: 8px;
	font-style: italic;
}

.makereferral .wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-validation-errors {
	display:none!important;
}
.makereferral .wpcf7-form .form-submit {
    padding: 0;
    margin-bottom: -82px;
    margin-top: 56px;
}

.makereferral .wpcf7-form .form-submit .wpcf7-submit {
	width: 60%;
	height: 6vh;
	color: transparent;
	border: none;
	cursor: pointer;
	background: url(images/Submit2.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: contain;
}

.wpcf7 .ajax-loader  {
  background-size: cover;
  height: 36px !important;
  width: 36px !important;
  margin-top: 12px !important;
}

.wpcf7-not-valid {
	border: 2px solid red !important;
}

.mail-sent-popup {
	width: 50%;
	margin-left: 25%;
	margin-top: 40px;
}

.mail-sent-popup p:nth-child(1) {
	font-size: 1.1em;
}

.mail-sent-popup p:nth-child(2) {
	font-family: gotham-light;
	font-size: 0.8em;
	line-height: 1.5;
}










































@media (max-width: 500px) {


.location .img {
    background-color: #C0E1D2 !important;
    height: 273px;
    margin-bottom: -1px;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.icons {
    flex-direction: column!important;
    margin-bottom:100px;
}

.authorized .container p {
    text-align: center;
}





.contact-form {
    position: unset!important;
    right: unset!important;
    z-index: 1;
    width: unset!important;
    padding: 23px;
    top: unset!important;
}

.contact.abc {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
}


.map {
    overflow: hidden;
    height: 500px!important;
    width: 100%!important;
    position:unset!important;
    right:unset!important;
}

.location {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
}

.body-text {
    width: 100%!important;
}



.row-c p {
    flex-direction: column;
}




label.test {
    margin-top: -65px;
}




.location .body-text {
    margin-bottom:50px;
}




.patient .flex-content {
    display:flex;
    flex-direction: column;
    align-items: center;
}

.act-content {
    width: 100%!important;
}


.down {
    margin-right: unset!important;
    margin-bottom: 93px;
}

.pacs .down.first {
    display:none!important;
}

.pacs .down.second {
    display:flex!important;
    align-items: center;
    margin-top:20px;
}

.referrer .flex-content {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}


.referrer .down {
    margin-bottom:unset!important;
    margin-top:50px;
}










.profiles {
    display: flex;
    gap: 168px;
    margin-bottom: 100px;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



h3.team-sub {
    font-size: 1.475rem;
    width: 89%;
}

.landing .index-options {
    display:none!important;
}


.index-top h1 {
    line-height: 1.4!important;
}
.index-top h2 {
    line-height: 1.4!important;
    width:80%;
}


.mob-opts .index-options {
    position:relative!important;
    top:0!important;
    gap: 70px !important;
    display: flex;
    margin-bottom:100px;
    flex-direction: column;
}


.thing {
    display: flex;
    flex-direction: column;
    gap:0!important;
}

.thing #form-btn {
    width:200px;
}



#dexa .text-content, #ultra .text-content {
    padding-top:unset!important;
}


.column {
    width: 100%!important;
}

.ultra-content {
    display: flex;
    font-size: 19px;
    padding-bottom: 85px;
    gap: 50px;
    flex-direction: column!important;
}

.dexa-content {
    flex-direction: column!important;
}




























}

