.module-container{	
	padding: 5% 4.9%;
}
.module-container p, .main-container p{
	line-height: 1.35;
	margin-bottom: 1.8rem;
}
.module-container ul, .main-container ul{
	padding-left: 1.3rem;
}
.module-container .seperator-line{
	margin: 3.2% 0 4.5%
}
.module-container h2{
	color: #098EC8; /* #EE3489 */
	font-size: 2.2rem;
	font-family: 'CenturyGothicPro-Bold';
	text-align: center;
}
.formModules h2{
	font-size: 5rem;
	font-family: 'CenturyGothicPro-Bold';
}
.formModules .form-inputs{
	margin: 3.3% 5.2% 4%;
}
option, optgroup { -webkit-appearance: none; }
.select-box{
    border-radius: 0;
    margin-bottom: 7%;
    height: 57px;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
    font-size: 1.6rem;
    color: #64AC31 !important;
    font-weight: normal;
    background-image: url("../images/dropdown-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    &::-ms-expand { display: none };
}
.lg-btn{
	width: 290px;
}
.sub-text div{
	line-height: 45px;
}
.sub-text a{
	color: #64AC31;
}
.input-label{
	font-size: 1.5rem;
    color: #cccccc;
    margin-bottom: 20px;
    min-width: 28%;
    line-height: 36px;
}
.checkmark{
	height: 30px;
 	width: 30px;
    position: relative;
    top: 6px;   
    -webkit-appearance:none;
    border:1px solid #ccc;
    border-radius:50%;
    outline:none;
}
.radio-label{
	font-size: 1.5rem;
    color: #cccccc;
    min-width: 16%;
    padding-left: 6px;
}
input[type='radio']:before {
	content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;    
    border-radius:50%;    
}
input[type='radio']:checked:before {
 	background: #64AC31;
}
#accordion{
	margin-top: 34px;
}
#accordion .card{
	border-top: 1px solid #64AC31;
	border-bottom: 1px solid #64AC31;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
#accordion .card:first-child{
	border-top: 2px solid #64AC31;
}
#accordion .card:last-child{
	border-bottom: 2px solid #64AC31;
}
#accordion .card-header{
	padding: 0;
	border: 0;
}
#accordion .card-body{
	font-size: 1.3rem;
	padding: 0.7rem 0 1.3rem;
	line-height: 1.8rem;
}
#accordion .btn{
	padding: 0.35rem 0;
	background-color: #FFFFFF;
	border:0;
	border-radius: 0;
}
#accordion .btn-link{
	width:100%;
	text-align: left;
	text-decoration: none;
}/*
.btn-link{
	color: #64AC31;
	font-family: 'Gilroy-ExtraBold';
	font-size: 1.9rem;
}*/
.btn-link:hover{
	color: #64AC31;
	text-decoration: none;
}
.plus-icon{
	float: right;
	background-image: url("../images/plus-icon.png");
	background-repeat:no-repeat;
	width: 35px;
	height: 35px;
	margin-top: 5px;
}
.minus-icon{
	float: right;
	background-image: url("../images/minus-icon.png");
	background-repeat:no-repeat;
	width: 35px;
	height: 9px;
	margin-top: 18px;
}
.team-module{
	padding-top: 1%;
}

.section-title{
	font-family: 'CenturyGothicPro-Bold';
	font-size: 1.2rem;
	line-height: 2.2rem;
}
.section-container .section-title{
	font-size: 1.7rem;
}
.section-title a{
	color: #4B5A5A;
}
.ssection-short-desc{
	font-size: 1rem;
}
.form-sub-text{
	font-size: 20px;
	padding: 2% 10% 0;
}
.pl-radio{
	padding-left: 3rem;
}
.client-name, .client-address, .client-email, .client-phone{
	display:none;
}
.level .input-label{
	color: #64AC31;
	opacity: 0.6;
	font-size: 1.4rem;
}
.ques-tc .col-md-2, .ques-tc .col-3{
	text-align: center;
}
.multiple-pl-4{
	padding-left: 2.4rem;
}


.main-container{
	padding: 1.5% 4.9% 5%;
	width: 100%;
}
.main-container h2{
	color: #64AC31;
	font-size: 3.8rem;
	font-family: 'CenturyGothicPro-Bold';
}
.breadcrumb-holder{
	margin-bottom: 4.3%;
}
nav.breadcrumb-nav{
	opacity: 1;
}
/*.breadcrumb{
	background-color: #FFFFFF;
	padding: 0;
}
.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item a:hover{
	color: #5B5B5B;
	font-size: 1.2rem;
	font-family: 'Gilroy-Light';
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '>';
	padding-right: 0.1rem;
}
.member-details h2{
	margin-bottom: 0.2rem;
}
.member-details .sub-text{
	line-height: 40px;
}
.member-contacts{
	display: table-row;
}
.member-contacts .details{
	display: table-cell;
	line-height: 16px;
	padding-bottom: 13px;
}
.extra-space{
	margin: 2.5rem 15px 3.3rem;
}
.member-blog{
	padding: 8% 0;
}
.member-blog .sub-text{
	margin: 0.6rem 0 3.2rem;
}
.member-blog .blog-title{
	color: #64AC31;
	margin: 2rem 0;
	line-height: 30px;
}*/
.site-section{
	padding: 4% 0;
}
.bottom-links{
	margin-top: 3%;
}
.section-links{
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.section-details{
	/*background-color: rgba(0, 178, 178, 0.6);*/
        background-color: rgba(9, 142, 200, 0.6);
	color: #FFFFFF;
	padding: 22px 20px 26px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.section-image{
	overflow: hidden;
	position: relative;
}
.section-heading{
	font-family: 'CenturyGothicPro-Bold';
	font-size: 1.7rem;
}
.section-heading a{
	color: #FFFFFF;
}


.flip-box {
	background-color: transparent;
	width: 100%;
	height: 550px;
	/*border: 2px solid #64AC31;*/
	/*perspective: 1000px; /* Remove this if you don't want the 3D effect */
	text-align: center;
	margin-bottom: 37px;	
}
.flip-box-sm{
	height: 358px;
}
/* This container is needed to position the front and back side */
.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s ease;
	transform-style: preserve-3d;	
	transition: 400ms; -ms-transition: 400ms; -webkit-transition: 400ms; -moz-transition: 400ms; -o-transition: 400ms;	
}
/*.flip-box:hover .inner-flip-1{*/
.flip-col .flip-box:hover .flip-box-inner {
	/*right: -114%;*/
	z-index: 999;
	position: relative;
}

.flip-box:hover .last-row{
	top: 0;
}
.sq-flip-box:hover .last-row{
	/*top: -116%;*/
}
.flip-box-inner .center-align{
	display: table-cell;
}
.center-align{
	/*display: table-cell;*/
	text-align: center;
	vertical-align: middle;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
	/*right:0;*/
	z-index:999 !important;
}
/* Position the front and back side */
.flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	padding: 4.2rem;
	transition: transform 0.6s;	
	display: table;
}
.flip-box-sm .flip-box-front, .flip-box-sm .flip-box-back{
	padding: 2rem;
}
.flip-box-front {
	background-color: #098EC8; /* #EE3489 */
	color: black;	
	width: 100%;
}
.desc-front, .desc-front p{
	color: #FFFFFF;
	font-family: 'CenturyGothicPro-Bold';
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.flip-box-front .price,  .flip-box-back .price{
	font-family: 'EnzoWeb-Medium';
	color: white;
	padding-bottom: 6rem;
}
.flip-box-back .price{
	padding-bottom: 0.9rem;
}
.flip-box-back {
	background-color: #FFFFFF;
	color: white;
	transform: rotateY(180deg);
	width: 100%;
	/*height: 216.1%;*/
	border: 2px solid #098EC8; /* #EE3489 */
	padding: 2rem 15px 15px;
}
.relevant-links{
	margin-bottom: 1.7rem;
}
.flip-box-front h1, .flip-box-back h1, .modal-popup h1 {
	color: #FFFFFF;
	font-family: 'CenturyGothicPro-Bold';
	font-size: 1.7rem;
	line-height: 2.1rem;
	padding-bottom: 0.3rem;
}
.flip-box-back h1,  .flip-box-back .price{
	color: #4B5A5A;
}

.flip-box-back .content p, .div-back p{
	color: #4B5A5A;
	font-size: 1rem;
	line-height: 22px;
	/*height: 96%;*/
	overflow-x: hidden;
  	overflow-y: auto;
  	text-align: left;
}
.flip-box-back .content::-webkit-scrollbar {
	width: 5px;
}
.flip-box-back .content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.flip-box-back .content::-webkit-scrollbar-thumb {
	background-color: #A9A9A9;
	outline: 1px solid #708090;
}
.modal-popup h1 {
	color: #FFFFFF;
	font-family: 'CenturyGothicPro-Bold';
	font-size: 1.7rem;
	line-height: 2.1rem;
	padding-bottom: 0.3rem;
}
.no-flip{
	background-color: #F7F7F7;
	padding: 3%;
}
.no-flip h1{
	font-size: 2.5rem;
}
.no-flip, .no-flip p, .no-flip ul li{
	font-size: 0.9rem !important;
}
.div-back .content ul{
	padding-left: 1.1rem;
}
/*.div-back .content ul li{
	font-size: 1.1rem;
}

.modal-content::-webkit-scrollbar {
    width: 5px;
}
.modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.modal-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/

.content{
	/*overflow: auto;*/
    height: 100%;
    overflow-x: hidden;
	overflow-y: auto;
}
.content ul li{
	color: #4B5A5A;
	font-size: 1rem;
}
.content ul{
	padding-left: 1rem;
    text-align: left;
}
.consultation, .site-form{
	width: 100%;
	height: 100%;
}
.smarttab-container .consultation, .smarttab-container .site-form{
	margin-top: 0;
}

.hideReviewFormDiv{
	display: none;
}

.review-by{
	font-size: .75rem;
    font-weight: 500;
    letter-spacing: .16em;
}

/*#podcast-display*/
#articles-display, #mri-scanning-display{
	display: none;
}
.animate-bottom {		
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 2s;
	animation-name: animatebottom;
	animation-duration: 2s;
	padding-bottom: 3%;
}
@-webkit-keyframes animatebottom {
from {
	bottom: -300px;
	opacity: 0
}
to {
	bottom: 0px;
	opacity: 1
}
}
@keyframes
animatebottom {from{
	bottom: -100px;
	opacity: 0
}
to {
	bottom: 0;
	opacity: 1
}
}

.podcast-container h3{
	color: #64AC31;
	font-size: 2.8rem;
	font-family: 'Gilroy-ExtraBold';
	margin-bottom: 1.1rem;
	padding-top: 5.8rem;
}
.podcast-content{
	padding-right: 0px;
}
.podcast-video{
	padding-left:0px;
	
}
.podcast-latest-block, .podcast-popup-block{
	background-color: #64AC31;
	color: #FFFFFF;
	padding: 1rem 2.5rem;
}
.podcast-date{
	margin-bottom: 0.7rem;
}
.podcast-title h3{
	color: #FFFFFF;
	line-height: 3.1rem;
	margin-bottom: 1.4rem;
	padding-top: 0;
}
.share-holder{
	position: absolute;
	bottom: 40px;
	width: 83%;
}
.seperator-line-white{
	height: 1.6px;
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
}
.podcast-latest-block,.video-inner-wrapper{
	height:535px;
	margin-bottom: 1rem;
} 
.video-inner-wrapper{
	background-color: #64AC31;
	padding-top: 5px;
}
.share-text{
	margin: 8px 0 13px;
}
.podcast-info{
	margin-bottom: 60px;
}
.podcast-share span{
	padding-right: 25px;
}
.podcast-image{
	margin-bottom: 10px;
	position: relative;	
}
.podcast-added{
	font-size: 1rem;
}
.img-podcast{
	position: relative;
	top:0;
	height: 256px;
}
.player-icon{
	position: absolute;
	top: 35.6%;
	left: 36%;
}
.popoup-share-holder{
	margin-bottom: 1.5rem;
}
.section-container{
	margin-bottom:2rem;
}
/*.section-container img{
	max-width: 240px;
}*/
.section-by{
	font-size: 1rem;
}
.section-short-desc p{
	margin-bottom: 0.5rem;
	line-height: 26px;
}
.section-short-desc{
	margin-top: 0.8rem;
}
.section-written{
	font-family: 'CenturyGothicPro-Bold';
	font-size: 1rem;
	color: #098EC8; /* #EE3489 */
}
.read-more{
	position: absolute;
    bottom: 6px;
}
.pagination-section{
	margin-bottom: 6%;
	text-align: center;
	font-size: 1.2rem;
}
.thumb{
    display:inline-block;
    background:center;
    background-size:cover;
    max-height: 239px;
    overflow: hidden;
}
#floated{
    float: right;
    max-width: 500px;
    padding: 0 0 2rem 2rem;
}
#pagination a{
	cursor: pointer;
	padding: 0 5px;
}
.mapouter {
	display: none;
	position: relative;
	text-align: right;
	height: 400px;
	width: 100%;
}
.gmap_canvas {
	display: none;
	overflow: hidden;
	background: none;
	height: 400px;
	width: 100%;
}
.iframe-holder {
    background:url(../images/loader.gif) center center no-repeat;
}
.block-image{
	height:275px;
	width:330px;
	background: center;
    background-size: cover;
    display: inline-block;
}
.date-input{
	width:210px;
}
#feedback_form .input-label, #feedback_form .radio-label{
	color: #5B5B5B;
}


/*.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  @media(max-width: 768px) {
    min-height: calc(100vh - 20px);
  }
}*/
.modal-popup{
	margin-bottom: 30px;
}
.modal-content{
	border: 0.13rem solid #098EC8; /* #EE3489 */
	border-radius: 0;
	-webkit-box-shadow: 2px 1px 2px 0px rgba(204,204,204,0.75);
	-moz-box-shadow: 2px 1px 2px 0px rgba(204,204,204,0.75);
	box-shadow: 2px 1px 2px 0px rgba(204,204,204,0.75);
}
.modal-dialog{
	max-width: 800px;
}
.div-front{
	background-color: #098EC8; /* #EE3489 */
	color: black;
	width: 100%;
	padding: 2rem;
	border-radius: 0;
	height: 358px;
}
.div-back{
	padding: 0.5rem 0.5rem 2rem;
}
.div-back h1{
	color: #098EC8; /* #EE3489 */
}
.div-back p{
	text-align: center;
}
.close{
	color: #098EC8; /* #EE3489 */
	font-size: 2.5rem;
	opacity: 1;
	line-height: 22px;
}
.modal{
	padding: 0 15px !important;
}
.modal-dialog{
	margin-top: 0;
	/*margin-left: 15px;
	margin-right: 0;*/
}
.modal-content{
	height: 358px;
}
.div-back {
    height: 338px;
}
.modal-popup .content {
    height: 263px;
}
.contact-top-det{
	margin-bottom: 5%;
}
.contact-details{
	color: #098EC8; /* #EE3489 */
	font-family: 'CenturyGothicPro-Bold';
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.8rem;
}
.contact-content h1{
	font-size: 4.2rem;
}
.contact-content div{
	font-family: 'CenturyGothicPro-Bold';
	font-size: 1.5rem;
}
#pagination a{
	color: #098EC8; /* #EE3489 */
}
.cart-btns{
	display: inline-flex;
}
.box-container{
	border: 1px #D5D9D9 solid;
	border-radius: 5px;
	padding: 15px;
}

.bordered{
	border-top: 1px solid #D5D9D9;
	border-bottom: 1px solid #D5D9D9;
	padding: 1rem 0;
	box-shadow: 0 -3px 3px -3px #ccc, 0 3px 3px -3px #ccc;
	margin-bottom: 1.8rem;
}

.rate-area {
	float: left;
	border-style: none; margin-left: 0;
}

.rate-area:not(:checked) > input {
	position: absolute;
	/*top: -9999px;*/
	clip: rect(0, 0, 0, 0);
}

.rate-area:not(:checked) > label {
	float: right;
	width: 0.8em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 180%;
	color: lightgrey;
}

.rate-area:not(:checked) > label:before {
	content: "★";
}

.rate-area > input:checked ~ label {
	color: gold;
}

.rate-area:not(:checked) > label:hover,
.rate-area:not(:checked) > label:hover ~ label {
	color: gold;
}

.rate-area > input:checked + label:hover,
.rate-area > input:checked + label:hover ~ label,
.rate-area > input:checked ~ label:hover,
.rate-area > input:checked ~ label:hover ~ label,
.rate-area > label:hover ~ input:checked ~ label {
	color: gold;
}
#messageToReview{
	display: none;
	position: relative;
	top: -68px;
}
#reviews-div{
	margin-bottom: 2rem;
}
#reviewsText p:nth-child(1){
	margin-bottom: 0.2rem;
}
#reviewsText p:nth-child(2){
	margin-bottom: 0;
}
.reviews-row{
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
}
.reviews-row:last-child {
	border-bottom: none;
}
.review-stars label{
    content: "★";
    color: gold;
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 180%;
}
.review-stars{
	float: left;
	margin-right: 1rem;
}
.review-stars > label{	
	width: 0.8em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 2rem;
	color: lightgrey;
	line-height: 51px;
}
.review-stars:not(:checked) > label::before {
    content: "★";
    color: gold;
}
.review-title{
	line-height: 54px;
}
.siteLogout, .siteLogout img{
	float: left;
	cursor: pointer;
}
.siteLogout img{
	margin-right: 4px;
}
.article-links a{
	overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}