/*
Theme Name: Geelong Urology
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is TMA Wordpress Theme
Version: 1.01
Author: TMA
*/
@import url('style/bootstrap.css');

body{
    margin: 0;  
    padding: 0;
    font-size: 15px;
    color: #6d6e70;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.img-rite {
	float:right;
	position: relative;
	padding:0 0 10px 10px;
	max-width:500px;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
p {
    margin-bottom: 20px;
	line-height:23px;	
}
a {
	text-decoration:none;
	outline:none;
	color:#C7DA46;
}
a:hover, a:focus, a:active{
	color:#4a85a0;
	text-decoration:none;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
h1 {
    color:#4a85a0;
    font-weight: 400;
    font-size: 28px;
	padding-bottom:20px;
	margin:0;
	font-family: 'Poppins';
}
h1:after {
    content: '';
    display: block;
    width: 97px;
    height: 3px;
    background: url(images/heading-bottom-line.png) no-repeat bottom center;
    margin: 20px auto;
}
h2 {
    color:#4a85a0;
    font-weight: 400;
    font-size: 28px;
	padding-bottom:20px;
	margin:0;
	font-family: 'Poppins';
}
h2:after {
    content: '';
    display: block;
    width: 97px;
    height: 3px;
    background: url(images/heading-bottom-line.png) no-repeat bottom center;
    margin: 20px auto;
}
h3 {
    color: #4a85a0;
    font-weight: 400;
    font-size: 21px;
	padding:0px;
	margin: 0px;
	margin-bottom:15px;
	font-family: 'Poppins';
}
h4 {
    font-size: 16px;
    font-weight: 400;
    color: #223444;
	font-family: 'Roboto', sans-serif;
    margin:0px;
	text-transform:uppercase;
	letter-spacing:3px;
}
h4:after {
    content: '';
    display: block;
    width: 97px;
    height: 3px;
    background: url(images/heading-bottom-line.png) no-repeat bottom left;
    margin: 10px 0;
}
h5 {
   font-size: 24px;
    color: #4a85a0;
    font-weight: 400;
    font-family: 'Poppins';
    margin-bottom: 5px;
}
h6 {
    
}
p.sub-text {
   font-size: 17px;
}
hr {
	padding:0px 0 30px;
	margin:15px 0 0;
}
section { 
	padding:50px 0;
}
.inner-sec {
	min-height: 50vh;
}

.container-fluid {
    max-width:1830px;
	width:100%;
}
.container{
    max-width:1400px;
	width:100%;
}
.top-header {
    position:relative;
    padding: 10px 0;
	border-bottom:1px solid #E1E1E3;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    margin-top: 0;
	background-color:#fff;
    animation: fadeIn .5s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
}
.header-right {
    text-align: end;
	font-size: 15px;
}
.header-right a {
    font-weight: 700;
    color: #1F6C75;
}

a.blue-btn {
    font-size: 15px;
    padding: 6px 30px;
    border-radius: 0;
    color: #1F6C75;
    display: inline-block;
    font-weight: 700;
	text-transform:lowercase;
    text-decoration: none;
	border-radius:25px;
	border:1px solid #1F6C75;
}
a.blue-btn:hover{
    background:#1F6C75;
	color: #fff;
}
a.white-btn {
    font-size: 15px;
    padding: 6px 30px;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
	text-transform:lowercase;
    background:transparent;
	border:1px solid #fff;
    text-decoration: none;
	border-radius:25px;
}
a.white-btn:hover{
    background: #fff;
	color: #1F6C75;
}
.banner {
    position: relative;
	text-align:center;
}

.banner-text {
    position: absolute;
    left: 15px !important;
    z-index: 9 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
	max-width:1500px;
    text-align: left;
	margin: 0 auto;
	font-family: 'Poppins';
}
.banner-text h1 {
	font-size: 46px;
	color:#fff;
	font-weight:500;
}
.banner-text h1:after {
    display: none;
}
.banner-text h1 span {
    font-size:17px;
	display:block;
	color:#fff;
	letter-spacing:4px;
	text-transform:uppercase;
	font-weight:400;
	padding-top:10px;
	font-family: 'Open Sans', sans-serif;
}
.welcome-sec h3 {
	text-transform:uppercase;
	margin-bottom:20px;
	letter-spacing:3px;
}
.welcome-sec p {
	font-size:20px;
	margin-bottom:0;
	color:#5e6a73;
}
.treatment-sec {
	background-color: #f6f9e1;
}
.treatment-box {
	position: relative;
	transform: translateY(0px);
    transition: 0.5s;
	margin: 15px 0;
}
.treatment-box:hover {
    cursor: pointer;
    transform: translateY(-10px);
}
.treatment-box:hover .treatment-text {
    background-color: #00acb1;
    color: #fff;
}
.treatment-box:hover .treatment-text h4{
    color: #fff;
}
.treatment-text {
	background: #fff;
	padding:15px;
	min-height:110px;
}
.quick-sec {
	background-color: #00acb1;
}
.quick-box {
	position:relative;
	width:14.28571428571429%;
	padding:0 15px;
	border-left:1px solid #fff;
	margin:15px 0;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
	text-align:center;
}
.quick-sec .quick-box:first-child{
	border:none;
}
.quick-sec h1 {
	color: #fff;
}
.quick-text {
	text-align:center;
	padding:20px 0;
}
.quick-text h3{
	color: #fff;
	font-size:17px;
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing:3px;
    font-family: 'Montserrat', sans-serif;
	
}
.quick-box:hover{ 
	-webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.quick-box a, .robotic-box a, .team-box a, .treatment-box a{
    position: absolute;
    width: 90%;
    height: 100%;
	display: block;
    z-index: 9;	
}

ul.simple-list {
    list-style: none;
    padding-left: 30px;
}
.welcome-sec ul.simple-list li {
	position: relative;
	text-align: left;
    font-size: 17px;
    color: #223444;
    margin-bottom: 10px;
    font-family: 'Roboto';
	padding-left: 15px;
	vertical-align: text-top;
}

ul.simple-list li {
	position: relative;
	text-align: left;
    color: #223444;
    margin-bottom: 10px;
    font-family: 'Roboto';
	padding-left: 15px;
	vertical-align: text-top;
}
ul.simple-list li:before {
    content: "\002B";
    display: block;
    position: absolute;
    left: 0px;
    color: #5c8fa0;
    font-weight: 800;
}
ul.home-list {
    list-style: none;
    padding-left: 30px;
}
ul.home-list li {
	position: relative;
    font-size: 20px;
	letter-spacing: 3px;
    color: #223444;
	display: inline-block;
	width: 33%;
    margin-bottom: 15px;
    font-family: 'Roboto';
    font-weight: 600;
	padding-left: 15px;
	vertical-align: text-top;
	text-transform: uppercase;
}
ul.home-list li:before {
    content: "\002B";
    display: block;
    position: absolute;
    left: 0px;
    color: #5c8fa0;
    font-weight: 800;
}
ul.home-list li a{
    color: #223444;
}
.robotic-sec {
	text-align:center;
	background: url(images/robotic-banner-bg.png) no-repeat top center;
}
.robotic-sec h2{
    color: #fff;
}
.robotic-box {
    position: relative;
    margin: 15px 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.robotic-box:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.robotic-box h3{
	margin-top:20px;
	font-size: 18px;
    color: #fff;
	margin-bottom:0;
}
.team-box {
	position:relative;
	margin:15px 0;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
	text-align:center;
}
.team-box:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.team-text{
	margin-top: 10px;
}
p.sub-title{
	font-size: 18px;
    color: #223444;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.map-sec {
    padding:0;
	background-image: url("images/map.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	min-height: 470px;
	position:relative;
}
.map-sec .container-fluid {
    padding: 0 !important;
    max-width: 2560px !important;
}
.map-sec .row {
    margin: 0 !important;
}
.map-sec .col-lg-4, .map-sec .col-xl-3 {
    padding: 0 !important;
}
.map-box {
    background-color: #00acb1;
    padding: 31px 15px;
}
.map-box h3 {
	margin-top:0;
	font-weight: 500;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
}
ul.address-text {
	padding: 0;
    list-style: none;
    margin-bottom: 40px;
}
ul.address-text li span:first-child {
    margin-right: 10px;
}
ul.address-text li{
    margin-bottom:10px;
	font-size: 16px;
}
ul.address-text li span {
    display: inline-block;
    vertical-align: top;
	font-size: 15px;
    color: #fff;
    font-weight: 400;
}
ul.address-text li span img {
    margin-top: 4px;
}
ul.address-text li span a {
    color: #fff;   
}
ul.hour {
    padding: 0;
	margin:0;
    list-style: none;
}
ul.hour li {
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}
ul.hour li span:last-child {
    float: right;
}
.view-on-g-maps {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 6px;
    background: rgba(86,97,115,.65);
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 250px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.view-on-g-maps a{
	color:#fff;
}
.mobile-map {
    display: none;
}
.footer {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #1e5366;
	color:#fff;
	font-size:17px;
}

.footer hr {
    border-top: 1px solid #fff;
    padding: 0 0 15px;
    margin: 15px 0 0;
}
.footer a{
    color: #fff;
}
.footer .text-right {
	font-size:15px;
	font-weight:700;
}
.header-right a:hover img, .footer .text-right a:hover img{
    transition: 1s;
    transform: rotate(360deg);
}
h2.h2-head:after {
    display: none;
}
button.p-alert {
    position: fixed;
    background-color: red;
    font-size: 14px;
    z-index: 99;
    color: #fff;
    border-radius: 40px;
    border: 0px;
    padding: 16px 40px;
    bottom: 180px;
	bottom: 10px;
	letter-spacing: 0.1em;
	text-align:center;
    right: 2%;
	animation: btnAni 1.2s ease-in both infinite;
   box-shadow: 0px 0px 16px rgb(100, 153, 50, 0);
	cursor: pointer;
}
button.p-alert:focus, button.cl-btn:focus{
	outline:none;
}
button.p-alert img {
    width: 20px;
    margin-right: 8px;
}
@keyframes btnAni {
	0% {box-shadow: 0px 0px 16px rgb(100,153, 50, 0);}
	50% {box-shadow: 0px 0px 16px rgb(100, 153, 0);}
	100% {box-shadow: 0px 0px 16px rgb(100, 153, 50, 0);}
}

.al-text {
    position: fixed;
    z-index: 9;
    bottom: 240px;
	bottom: 70px;
    right: 2%;
    width: 370px;
    transform: translateY(40px);
    opacity: 0;
    padding: 20px;
	z-index:-1;
    transition: 0.5s;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 20px #00000024;
}
.al-text.ani-box {
    opacity: 1;
	z-index:9;
    transform: translateY(0px);
}
button.cl-btn {
    position: absolute;
    right: -10px;
    top: -11px;
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 40px;
    cursor: pointer;
    border: none;
    background-color: #6d6e71;
    color: #fff;
}
.msg-text {
    position: relative;
}
.msg-text p {
	font-size: 13px;
	line-height: 18px;
}
/*************** Treatment inner css ***********/
.treatment-banner {
	position: relative;
	text-align:center;
}
/*************** General inner css ***********/
.inner-banner {
    position: relative;
	width: 100%;
	background-color:#cceeef;
	height:70px;
	margin-bottom:30px;
	text-align: center;
}
ol.inner-list {
    margin: 0;
    padding: 0px;
    padding-left: 15px;
}
ol.inner-list ul {
    padding-left: 15px;
	margin-bottom: 0px;
}
ol.inner-list ul li:last-child {
	padding-bottom:0;
}
ol.inner-list li{
	padding-bottom: 10px;
}
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 15px;
	margin-bottom: 10px;
}
ul.inner-list li {
    position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
}
ul.inner-list li:before {
    color: #6d6e70;
    content: "\2022";
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    left: -15px;
    top: 1px;
    position: absolute;
}
/*************** Contact css ***********/
.form-control {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    color: #a4a2a4;
    padding: 15px 10px;
}
.wpcf7 input[type=file] {
    height: 50px;
}
.form-group select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    padding: 15px 10px;
    width: 100%;
	color: #a4a2a4;
}
select.form-control {
    height: 50px !important;
}
textarea.form-control {
    height: 180px;
}

.submit-btn {
    background:transparent;
    color: #1F6C75;
    font-size: 16px;
    font-weight: 700;
	float: right;
	border:1px solid #1F6C75;
	background-clip: unset;
    padding: 6px 30px;
	border-radius:25px;
}
.submit-btn:hover {  
    background:#1F6C75;
    color: #fff;
    cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color:#1F6C75 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color:#1F6C75 !important;
}
.form-group span.wpcf7-not-valid-tip {
    font-size: 13px !important;
}
.wpcf7-form-control-signature-wrap{
	width:100% !important;
}
.wpcf7-form-control-signature-wrap canvas{
	height:100% !important;
}
.wpcf7-form-control-clear-wrap {
    margin-top: 15px;
}
[data-class="wpcf7cf_group"] {
    border: 1px solid #52bfec;
    padding: 10px;
}
.google-rating {
    Position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.wpcf7-form p {
	margin-bottom:0;
	margin-top:10px;
	line-height:18px;
}
.wpcf7-form p label{
	margin-bottom:0;
}
/*************** Meet the Team css ***********/
.single-meet-the-team h1{
	padding-bottom:0;
}
.single-meet-the-team h1:after{
	display:none;
}
/*************** Urological Procedures css ***********/
.page-id-18 .treatment-text, .page-id-21 .treatment-text {
    min-height: 125px;
}
/*************** News css ***********/

.post-details {
    position: relative;
    min-height: 250px;
    background-color: #f9fbf2;
    margin-bottom: 30px;
    padding: 20px;
}
.post-img img {
    border: 1px solid #eee;
	width: 100%;
}

.post-details a.orange-btn {
    margin-top: 10px;
}
/*************** FAQs css ***********/
.panel-title{
	font-size:21px !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.panel-body p{
	font-size:17px !important
}
.jltmaf-rotate {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
.collapsed .fa-minus:before {
    content: "\f067";
	color: #C7DA46;
	padding-right: 10px;
    font-size: 13px;
}
.jltmaf-rotate.fa-plus:before {
	content: "\f067";
	content: "\f068";
	color: #C7DA46;
	padding-right: 10px;
    font-size: 13px;
}
.fa-plus:before {
   color: #C7DA46;
	padding-right: 10px;
    font-size: 13px;
}
/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 1327px){  

h5 {
    font-size: 20px;
	}
p.sub-title {
    font-size: 15px;
}
.banner-text {
    max-width: unset;
    margin: 0;
    width: 50%;
}
.banner-text h1 {
    font-size: 40px;
}	
.quick-text h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
	}
.footer {
    font-size: 15px;
}
ul.address-text li span {
    font-size: 13px;
	}
ul.hour li {
    font-size: 13px;
}
}

@media (max-width: 1199px) {
 iframe {
	width:100%;
	height:auto;
	}
h1 {
    font-size: 28px;
}	
h2 {
    font-size: 28px;
}
h4 {
	letter-spacing: 2px;
	}
h5 {
    font-size: 21px;
}
p.sub-title {
    font-size: 16px;
    letter-spacing: 3px;
}	
.banner-text h1 {
    font-size: 30px;
}
.banner-text p {
    font-size: 20px;
}
.quick-text h3 {
    font-size: 15px;
    letter-spacing: 1px;
	}
.footer{
    text-align: center ;
}	
.footer .text-right {
    text-align: center !important;
}
.footer-logo {
	margin-top:0px;
}	
.footer-right {
    margin-top: 10px;
}
ul.home-list li {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.map-box {
    padding: 55px 15px;
}
	
ul.hour li {
    font-size: 14px;
}	
ul.address-text li span {
    font-size: 14px;
}
}

/* END OF iPAD LANDESCAPE*/
@media (max-width: 991px) {	
.banner-text {
    max-width:unset;
    margin: 0;
    width: 40%;
}
.banner-text h1 {
    font-size: 20px;
    padding-bottom: 10px;
}
.banner-text h1 span {
    font-size: 20px;
    display: block;
    color: #fff;
    font-weight: 500;
    padding-top: 20px;
}	
h1 {
    font-size: 24px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}	
h4{
    font-size: 14px;
	letter-spacing: 0px;
}
h5 {
    font-size: 22px;
}		
.header-right {
    text-align: center;
	width: 100%;
}
.quick-box {
    width: 25%;
	}	
.map-box {
    padding: 61px 15px;
}
	
ul.hour li {
    font-size: 10px;
}	
ul.address-text li span {
    font-size: 10px;
}	
}

@media (max-width: 767px) {
body {
		font-size:13px;
	}
section{		
	    padding: 30px 0;
}
.logo {
	max-width:250px;
	margin-top:0px;
	text-align: center;
	margin: 0 auto;
	}
.banner-text h1 {
    font-size: 11px;
	padding-bottom:0;
}
.banner-text h1 span{
    font-size: 9px;
	letter-spacing:1px;
	padding-top:10px;
}
.banner-text p {
    display:none;
}
p {
    line-height: 18px;
}	
h1 {
    font-size: 21px;
}
h2 {
    font-size: 19px;
	padding-bottom: 10px;
}
h4{
    font-size: 18px;
	letter-spacing: 2px;
}
h5 {
    font-size: 18px;    
}	
p.sub-title {
	font-size: 14px;
	line-height:16px;
}		
.header-right {
    text-align: center;
	margin-top: 10px;
}
.welcome-sec p {
    font-size: 14px;
	}
a.white-btn, a.blue-btn {
    font-size: 12px;
    padding: 6px 20px;
    font-weight: 400;
	margin-bottom: 10px;
}
.quick-box {
    width: 100%;
	border-left:none;
	border-top:1px solid #fff;
	padding:15px;
	margin:0;
	}
.robotic-box h3 {
    margin-top: 10px;
    font-size: 16px;
}
.desktop-map {
    display: none;
}
.mobile-map {
    display: block;
}
.footer {
		font-size:10px;
	}	
.footer-right {
		text-align:center;
	}
	
ul.home-list li {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
	width:100%;
	display:block;
}	
.img-rite {
    float: none;
	max-width: unset;
	text-align:center;
    padding: 0 0 10px 0px;
}
.map-box {
    padding: 25px 15px;
}
	
ul.hour li {
    font-size: 14px;
}	
ul.address-text li span {
    font-size: 14px;
}
ul.inner-list {
	margin-bottom: 0px;
}	
}