/*
Theme Name: Dr Anna Dalton
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is TMA Wordpress Theme
Version: 1.01
Author: TMA
*/

@import url('style/bootstrap.css');

/**** 
font-family: "Jost", sans-serif;
font-family: "Work Sans", sans-serif;
font-family: "Inter", sans-serif;
****/
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item.hidden {
    display: block !important;
	visibility: visible !important;
}
::placeholder, select {
   color: #999 !important;
}

::-ms-input-placeholder, select { /* Edge 12 -18 */
  color: #999 !important;
}
select option {
    color: #6B6C6A;
}
small {
	font-size:14px;
}
iframe {
	width:100% !important;
	height:360px;
}
body{
    margin: 0;  
    padding: 0;
    font-size: 16px;
    color: #606060;
	font-weight:400;
	font-family: "Inter", sans-serif;
	overflow-x:hidden
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.img-left {
	float:left;
	position: relative;
	margin:0 20px 20px 0px;
	max-width:500px;
}
.img-rite {
    float: right;
    position: relative;
    margin: 0 0px 20px 20px;
    max-width: 400px;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
p {
    margin-bottom: 20px;
	line-height: 25px;	
}
.top-sec{
	padding-top:0;
}
.table {
	margin-bottom:20px;
}
a {
	text-decoration: none;
	outline:none;
	color: #8A3892;
}
a:hover, a:focus, a:active{
	color: #8A3892;
	text-decoration:underline;
	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;
}
hr {
	padding:0px 0 15px;
	margin:15px 0 0;
	border-top: 1px solid !important;
	opacity:1 !important;
	border-color: #91132B !important;
}
.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
}
:where(.wp-block-columns) {
    margin-bottom: 0 !important;
}
section { 
	padding:50px 0;
}
.inner-sec {
	min-height: 56vh;
}
.container-fluid {
	width:100% !important;
	padding: 0px 150px;
}
.container{
	width:100% !important;
	padding: 0px 300px;
	max-width: unset !important;
}
h1 {	
	font-family: "Jost", sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #8A3892;
	text-align: center;
	margin:0;
	padding-bottom:30px
}
h1 span{	
	display:block;
	margin-bottom:10px;
	color:#42C6C6;
	text-transform:uppercase;
	font-family: "Inter", sans-serif;
    font-size: 18px;
}

.home h2{
	font-size:40px;
	margin-bottom:20px;
	}
h2 {
	font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #8A3892;
	padding-top:20px;
	margin:0;
    margin-bottom: 15px;
}
h2 span{
	display:block;
	margin-bottom:5px;
	font-size:18px;
	color:#42C6C6;
	text-transform:uppercase;
	font-family: "Inter", sans-serif;
}
h3 {
	font-family: "Jost", sans-serif;
    font-size: 24px;
    color: #8A3892;
    font-weight: 400;
	padding-top:10px;
    margin-bottom: 10px;
}
h3 span{
	display:block;
	font-size:16px;
	color:#42C6C6;
	text-transform:uppercase;
	font-family: "Inter", sans-serif;
	margin-top:10px;
}
h4 {
    font-size: 20px;
    color: #604939;
    font-weight: 400;
    margin-bottom: 10px;
	font-family: "Jost", sans-serif;
}
h5 {
    font-size: 20px;
    color: #576044;
    font-weight: 400;
	font-family: "Jost", sans-serif;
}
h6 {
    font-size: 18px;
    color: #1f4847;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
a.site-btn, a.wp-block-button__link{
    background: #8A3892;
    color:#FFF !important;
    font-size: 16px;
    border: 1px solid #8A3892;
    padding: 4px 27px;
    font-weight: 500;
	text-transform:unset;
	display: inline-block;
	min-height:unset;
	border-radius:25px;
}
a.site-btn:hover, a.wp-block-button__link:hover {
    border: 1px solid #8A3892;
    background-color: #FFF;
	text-decoration: none !important;
	color: #8A3892 !important;
}
.home .top-header {
    padding: 10px 0;
    width: 100%;
    position: absolute;
    z-index: 999;
	background-color: transparent;
}
.home .MenuFixed{
    background-color: #BAB6B8;
}
.welcome-sec h2, .services-sec h2, .grey-sec h2, .white-sec h2, .fertility-assessment-sec h2, .faqs-sec h2, .call-to-action-sec h2 {
    font-size: 34px;
	padding-top:0;
	margin-bottom:20px;
}
.top-header {
    padding: 10px 0;
    width: 100%;
    position: unset;
	top:0;
    z-index: 999;	
    background-color: #fff;
}
.home .top-header {
	border-bottom:none;
}
html {
  scroll-behavior: smooth;
}
.rounded-img img{
	border-radius:15px;
}
.MenuFixed {
    position: Fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    margin-top: 0 !important;
	transition: all 0.3s ease-in-out;
    -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);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	background-color: #fff;
}
.header-right {
	text-align:end;
}
.header-right a.site-btn:nth-child(2) {
	margin-left:20px;
}
.footer-logo img{
	max-width: 280px;
}
.banner {
    position: relative;
	width:100%;
	height:auto;
	text-align:center;
}
.banner-text {
    position: absolute;
    z-index: 9 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 300px;
    right: 300px;
    text-align: left;
    width: 700px;
}
.banner-text h1 {
    font-size: 55px;
	text-align:left;
	color:#fff;
	padding-bottom:20px;
}
.banner-text p {
	margin-bottom:30px;
	color:#fff;
}
.banner-text p:last-child {
	margin-bottom:0;
}
.banner-text h1 span{
	font-weight:400;
	font-size:20px;
	color:#fff;
	margin-top:15px;
	margin-bottom:0;
	text-transform:unset;
	display: block;
}
.welcome-sec {
}
.welcome-sec h2 {
    padding-top: 0px;
	text-transform:unset;
}
.welcome-sec h2 span{
	display: block;
	font-size:18px;
}
.welcome-sec p:last-child {
	margin-bottom:0;
}
.services-sec {
	background:#E7F6F5 !important;
}
.grey-sec {
	background: #FAFAFA !important;
}
.white-sec{
	background: #fff;
}
.fertility-assessment-sec {	
    width: 100%;
    min-height: 892px !important;
}
.home .service-box {
	flex: 0 0 auto;
     width: 20%;
	height:auto;
}
.term-4 .services-sec .col-md-3{
     width: 20%;
}
.service-box {
	position: relative;
	margin-top:10px;
    height: calc(100% - 20px);
}
.service-box a p {
	color:#606060;
}
.service-box p {
	margin-bottom:40px;
}
.service-box p:last-child {
   position:absolute;
   bottom: 20px;
   margin-bottom:0px;
   color: #8A3892;
}
.service-box-inner {
	background:#fff;
	height:100%;
	padding:20px 30px;
	border-radius:15px;
}
.service-icon {
	position:relative;
	margin-bottom:20px;
}
.service-icon img{
	width:60px;
}
.service-text {
	
}
.home .service-text h3, .term-4 .service-text h3 {
	min-height:68px;
}
ul.assessment-list {
	padding:0;
	margin:0;
	list-style-type: none;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
	column-gap:1em;
}
ul.assessment-list li{
	position: relative;
	border-bottom:1px solid #42C6C6;
	font-family: "Jost", sans-serif;
	 width: calc(97% / 2);
	display: inline-block;
}
ul.assessment-list li p{
	margin-bottom:0;
}
ul.assessment-list li:first-child{
	border-top:1px solid #42C6C6;
}
ul.assessment-list li:nth-child(2){
	border-top:1px solid #42C6C6;
}
/*ul.assessment-list li:before {
    color: #fff;
    content: " ";
	background-image: url(images/fertility-assessment-arrow.svg);
    width: 43px;
    height: 15px;
	position:absolute;
	right:0px;
	bottom:20px;
} */
ul.assessment-list li a{
	display:block;
	color:#fff;
	font-size:16px;
	padding:15px 0;
}
ul.assessment-list li b{
	font-size:20px;

}
ul.assessment-list li a:hover{
	text-decoration:none;
}
.condition-box {
	height:100%;
	padding:0 20px;
	text-align:center;
	border-left:1px solid #8A3892;
}
.condition-box a p {
	color: #606060;
	margin-bottom: 40px;
}
.condition-box a p:last-child {
	position: absolute;
	color: #8A3892;
	bottom: 0px;
    margin-bottom: 0;
    left: 0;
    right: 0;
}
.grey-sec .col-sm-3:last-child .condition-box {
	border-right:1px solid #8A3892;
}
ul.inner-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom:20px;
}
ul.inner-list li {
    position: relative;
    padding: 5px 0 5px 45px;
	width:100%;
}
ul.inner-list li:before {
    color: #fff;
    content: " ";
	background-image: url(images/checklist-arrow.svg);
    width: 15px;
    height: 15px;
	position:absolute;
	left:20px;
	top:8px;
}
ul.inner-list li a {
   
}
ul.inner-list-2 li {
    width: calc(100% / 2);
	display: inline-block;
}
.fertility-assessment-sec h2, .fertility-assessment-sec h2 span, .fertility-assessment-sec p, .call-to-action-sec p, .call-to-action-sec h2 {
	color:#fff;
}
.icon {
	position:relative;
}
.footer {
    background-color: #230328;
    color: #fff;
	font-family: "Work Sans", sans-serif;
    padding: 50px 0px;
}
.footer h4 {
	color: #fff;
	font-family: "Work Sans", sans-serif;
	text-transform:uppercase;
}
.footer-hours {
    max-width: 350px;
}
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: 5px 0;
    display: block !important;
    width: 100%;
}
ul.hour li span:last-child {
    float: right;
}
img.location-icon {
    width: 15px !important;
}
.contact-details {
    background: #1DADEB;
    border-radius: 15px;
    padding: 20px;
}
.contact-details p{
   color:#fff;
}
.contact-details h4{
   color:#fff;
}
ul.contact {
    margin: 0px;
    padding: 0px;
	list-style:none;
	padding-top: 10px;
}
ul.contact li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
	display: inline-block;
}
ul.contact li a{
    color: #fff;
}
ul.contact li img {
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
}
ul.social-icon {
    padding: 0px;
	margin:0;
	text-align: center;
	max-width: 350px;
    margin-top: 15px;
}
ul.social-icon li {
    display: inline-block !important;
    padding: 0px 5px 0px 5px;
}
ul.social-icon li img{
   width:20px
}
.footer a {
    color: #fff;
}
ul.footer-contact {
    margin-bottom: 0px !important;
}
ul.footer-contact {
    margin-bottom: 0px !important;
    margin-top: 30px;
}
.footer-bottom {
	margin-top: 20px;
	margin-bottom:0
}
.map-sec {
    padding: 0;
    background-image: url(images/map.jpg?ver=445677);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 470px;
    position: relative;
}
.view-on-g-maps {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    display: block !important;
    margin: 0 auto;
    width: 290px;
    left: 0;
    right: 0;
    cursor: pointer;
	background:#8A3892;
	padding:10px 6px;
}
.view-on-g-maps a{
    color: #fff;
}
.faqs-sec{
	background: #F2E8F3 !important;
}
/*************** General inner css ***********/
.top-bar {
    height: 10px;
    background-color: #FAFAF9;
}
.inner-banner {
	margin-bottom:30px;
}
p.sub-text {
    font-size: 18px;
	text-align:center;
	color:#8A3892;
}
ol.inner-list {
    margin: 0;
    padding: 0px;
    padding-left: 30px;
    margin-bottom: 10px;
}
ol.inner-list li{
	margin: 10px 0;
}
ol.inner-list ul {
    padding-left: 15px;
}
ol.inner-list ul li {
	position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
}
.call-to-action-sec {
	background-color: #8A3892 !important;
}
.call-to-action-sec p{
	font-size:18px;
	margin-bottom:40px;
}
.call-to-action-sec p:last-child{
	margin-bottom:0;
}
.call-to-action-sec a.site-btn {
    border: 1px solid #fff;
    background: transparent;
    color: #fff !important;
}
.call-to-action-sec a.site-btn:hover {
    border: 1px solid #fff;
    color: #8A3892 !important;
    background: #fff;
}

/*************** Services inner css ***********/

.services-banner, .inner-banner{
    position: relative;
    text-align: center;
	margin-top:40px;
	margin-bottom:40px;
}
.services-banner img, .inner-banner img{
	width:100%;
	border-radius:15px;
}
.grey-box {
	background: #FAFAFA !important;
	background-color: #FAFAFA !important;
	border-radius: 40px;
    height: calc(100% - 20px);
    margin-top: 10px;
    padding: 20px 30px 40px;
}
.little-space {
	gap: 1em;
}
.white-box {
	background: #ffff;
	border-radius: 40px;
	height: calc(100% - 20px);
	margin-top:10px;
	padding: 20px 30px 40px;
}
.white-box h3{
	font-size:20px;
}
.white-box p{
	margin-bottom:10px;
}
.white-box p:last-child{
	margin-bottom:0px;
}
.steps-box h2 {
	width:70px;
	height:70px;
	border-radius:100%;
	background: #8A3892;
	color:#fff;
	margin:0 auto;
	align-content:center;
	margin-bottom:20px;
}
/*************** Team css ***********/
.team-sec {
	
}
.team-box {
	position: relative;
	margin-top:30px;
}
.team-box a, .service-box a, .condition-box a {
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;	
	text-decoration: none;
	display:block;
	height:100%;
} 
.team-box a:hover, .service-box a:hover, .team-box:focus, .team-box:active, .condition-box a:hover {
       transform: translateY(-10px);
}
.team-thumbnail{
	text-align:center;
	margin:0 auto;
}
.team-thumbnail img{
	border-radius:50%;
	width:80%;
}
.team-text {
	text-align:center;
}
.team-box a p{
        color: #606060;
}
.team-text h3 {
    padding: 20px 0 20px;
	margin:0;
}
.team-text p {
	line-height:18px;
}
.team-text p:last-child{
	margin-bottom:0;
	color: #91132B;
}
/*************** Contact css ***********/
.form-sec h3{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom: 30px;
}
.form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
    position: relative;
	color: #999 !important;
}
.form-group select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
    width: 100%;
	color: #a4a2a4;
}
select.form-control {
    -webkit-appearance: menulist;
    appearance: menulist;
}
select{
    height: 40px !important;
	width:100%;
	padding: 10px 10px !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #6c6c6c;
}
select.form-control {
    height: 50px !important;
	padding: 13px 7px !important;
}

textarea.form-control {
    height: 180px;
}

.submit-btn {
    background: #8A3892;
    color: #fff;
    font-size: 16px;
    border: 1px solid #8A3892;
    padding: 6px 30px;
    font-weight: 500;
	border-radius:25px;
	margin-top:20px;
}

.submit-btn:hover {  
    background: transparent !important;
    color: #8A3892;
	border: 1px solid #8A3892;
    cursor: pointer;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color:#8A3892 !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;
}
.wpcf7-spinner {
    display: block !important;
}
.wpcf7-response-output {
    border-color: transparent !important;
    background-color:#8A3892 !important;
    color: #fff !important;
    font-weight:500 !important;
    text-align: center !important;
    border-radius: 60px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #8A3892;
    background-color: #8A3892 !important;
}
.sig .dscf7_signature_inner {
    display: block !important;
}
.wpcf7-form p {
	margin-bottom:10px;
}
/*************** News css ***********/
.post-details {
    position: relative;
    min-height: 300px;
    background-color: #1f484700;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #efefef;
    border-top: 0px;
}
.post-img img{
	width:100%;
	border: 1px solid #eee;
}
.post-details h2 a {
    line-height: 25px;
}
.post-details a.site-btn {
    font-size: 14px;
}
.post-details p {
    margin-bottom: 40px;
    line-height: 25px;
}
.post-nav {
    margin-top: 20px;
}
/*************** FAQs css ***********/
.faqs-sec {
    background-color: #F1FBFD;
}
.faqs-sec h2 {
	text-align:center;
}
.panel {
    background-color:#fff !important;
    padding: 0px 0px !important;
}
.panel-body p:last-child {
    margin-bottom: 0px;
}
.faqs-sec .collapsed .fa-minus:before {
    content: "\f067" !important;
}
.collapsed .fa-minus:before {
    content: "\f067" !important;
}
.jltmaf-rotate { -webkit-transform: rotate( 0deg ) !important; -moz-transform: rotate(0deg) !important; -ms-transform: rotate(0deg) !important; transform: rotate( 0deg ) !important; }

.jltmaf-item.panel-heading {
    border-color: #fff !important;
    padding: 15px 20px;
}
.faqs-sec .panel-default > .panel-heading {
    border-color: transparent !important;
    padding: 15px 20px !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    border: unset !important;
}
.faqs-sec .panel-title {
    margin-top: 0; 
    margin-bottom: 0;
    font-weight: 400 !important;
}
.faqs-sec .panel-title a {
    font-weight: 400 !important;
    text-decoration: unset !important;
}
.panel-title a {
    font-size: 18px;
	font-family: "Jost", sans-serif;
}
.popup-btn {
    margin-top: 20px;
}
.form-text p {
    color: #6b6c6a;
    font-weight: 400;
    font-size: 13px;
}
span.wpcf7-list-item-label {
    color: #6b6c6a;
    font-weight: 400;
    font-size: 15px;
}
span.wpcf7-list-item.first.last {
    margin-left: 0px;
}
.faqs-sec .panel-title span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300 !important;
}
.panel-body {
    padding: 15px 15px !important;
}
.faqs-sec .panel-body {
    padding: 0px 60px;
}
.faqs-sec .panel-body p a {
	color: #8A3892;
	text-decoration: underline;
}
.faqs-sec .panel-body ul.inner-list li:before {
    color: #fff;
}
.faqs-sec .panel {
    border: unset !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px !important;
	    box-shadow: none !important;
}
.panel-title a {
	text-decoration: none;
}
span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
	font-size: 16px;
    font-weight: 300 !important;
}
.page-id-2057 .panel-group .panel {
    border-bottom: 1px solid #1895CB;
    border-radius: 0px !important;
}
.panel-body {
    padding: 15px 60px;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    margin-bottom: 0px !important;
}
.single-meet-the-team .img-rite img {
	border-radius: 15px;
}
/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 1920px){	
.container-fluid {
	padding: 0px 120px;
}
.container{
	padding: 0px 200px;
}
.banner-text {
    left: 200px;
    right: 200px;
}
.banner-text h1 {
	font-size: 45px;	
}	
.banner-text h1 span{
    font-size: 22px;
}	
.home h2{
	font-size:36px
	}
.fertility-assessment-sec {	
    min-height: unset !important;
}
.welcome-sec h2, .services-sec h2, .grey-sec h2, .white-sec h2, .fertility-assessment-sec h2, .faqs-sec h2, .call-to-action-sec h2 {
    font-size: 30px;
}
h1, h1 span.about{
    font-size: 36px;
}	
h2 {
	font-size: 28px;		
}	
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}	
.footer ul li a img {
    width: 20px;
}	
.home iframe {
		height:266px !important
	}
iframe {
		height:276px !important
	}
}
@media (max-width: 1440px){		
.container-fluid {
	padding: 0px 50px;
}
.container{
	width:100%;
	padding: 0px 100px;
}
.banner-text {
    left: 100px;
    right: 100px;
}
.banner-text h1 {
	font-size: 42px;	
}	
.banner-text h1 span{
    font-size: 20px;
}	
.home h1 {
    font-size: 36px;
}	
.home h2 {
    font-size: 32px;
}	
.welcome-sec h2, .services-sec h2, .grey-sec h2, .white-sec h2, .fertility-assessment-sec h2, .faqs-sec h2, .call-to-action-sec h2 {
	font-size: 26px;		
}
h1, h1 span.about{
	font-size: 32px;		
}	
h2 {
	font-size: 26px;		
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}	
	iframe {
		height:200px !important
	}
}
@media (max-width: 1024px){		
.container-fluid {
	padding: 0px 50px;
}
.container{
	padding: 0px 75px;
}
.banner-text {
    left: 75px;
    right: 75px;
}
.banner-text h1 {
	font-size: 34px;	
}
.banner-text h1 span{
    font-size: 20px;
}	
.home h1 {
    font-size: 34px;
}	
.home h2 {
    font-size: 30px;
}	

.welcome-sec h2, .services-sec h2, .grey-sec h2, .white-sec h2, .fertility-assessment-sec h2, .faqs-sec h2, .call-to-action-sec h2 {
	font-size: 24px;		
}
h1, h1 span.about {
	font-size: 30px;		
}	
h2 {
	font-size: 24px;		
}	
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}	
.banner-text {
    top: 65% !important;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
}
.banner-text h1 {
    padding-bottom: 10px;
	}
.banner-text p {
    margin-bottom: 15px;
    color: #fff;
}	
.footer ul li {
    margin-bottom: 10px;
}	
.home .service-text h3, .term-4 .service-text h3, .white-box h3 {
    min-height: 106px;
}
}
@media (max-width: 991px){	
.home .top-header {
	position: relative;
	background-color: #BAB6B8;
	}
.header-right {
    text-align: center;
    }	
.container-fluid {
	padding: 0px 30px;
}
.container{
	padding: 0px 50px;
}
.banner-text {
	position: relative;
    top:0 !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	left: 0;
	right:0;
	background: #BAB6B8 !important;
    text-align: center;
	padding:20px;
	width: 100%;
    }	
.banner-text h1 {
    text-align: center;
	font-size: 28px;	
	padding-bottom:20px;
}
.banner-text h1 span{
    font-size: 16px;
}		
.home h1 {
    font-size: 28px;
}	
.home h2 {
    font-size: 28px;
}	

.welcome-sec h2, .services-sec h2, .grey-sec h2, .white-sec h2, .fertility-assessment-sec h2, .faqs-sec h2, .call-to-action-sec h2 {
	font-size: 22px;		
}
h1 {
	font-size: 28px;		
}	
h2 {
	font-size: 22px;		
}	
h3 {
    font-size: 18px;
}
.logo, .inner-logo{
	text-align:center;
	margin-bottom:10px
}
.logo img, .inner-logo img, .footer-logo img {
    max-width: 180px;
}
ul.inner-list li, ul.inner-list-2 li{
		width: 100%;
	}
ul.service-list li {
    width: calc(100% / 2);
	}	
.footer h4 {
	text-align:center;
    margin-bottom: 10px;
}
ul.social-icon {
	margin-bottom: 10px;
}
ul.social-icon li {
	margin: 0 5px;
}
.team-box {
    height: auto !important;
	margin-bottom:15px;
}	
.footer-hours {
    max-width: 320px;
	margin:0 auto;
}	
.footer ul.hour {
    margin-bottom: 30px;
}	
.footer-logo {
     margin-top: 10px;
    text-align: center !important;
	margin-bottom:30px;
    }
.footer-logo {
    margin-top: 15px;
	margin-bottom:15px;
    }
.post-nav {
	text-align: center;
}
.post-nav .text-right{
	text-align: center !important;
}
.footer-contact {
    text-align: center;
}
.home .service-box, .term-4 .services-sec .col-md-3{
    width: 33.33%;
}	
.welcome-sec .wp-block-buttons>.wp-block-button {
    margin-bottom: 20px;
}
}
@media (max-width: 480px){		
.img-rite {
    float: unset;
    text-align:center;
    margin: 0px 0px 20px 0px;
}	
.container-fluid {
	padding: 0px 15px;
}
.container{
	padding: 0px 30px;
}	
.home h2 {
    font-size: 24px;
}	
.banner-text h1 {
    font-size: 26px;
}	
section {
	padding:30px 0;
	}

.welcome-sec h2, .services-sec h2, .grey-sec h2, .white-sec h2, .fertility-assessment-sec h2, .faqs-sec h2, .call-to-action-sec h2 {
	font-size: 20px;		
}	
h1 {
	font-size: 24px;		
}
h2 {
	font-size: 20px;		
}
.quick-icon img {
    width: 50px;
}	
h3 {
    font-size: 18px;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 0em !important;
}
.call-to-action-sec p {
    font-size: 16px;
    margin-bottom: 20px;
}
ul.assessment-list li{
	width: 100% !important;
	display: block;
}
.post-nav a.site-btn {
    font-size: 9px;
    padding: 8px 5px;
    font-weight: 400;
}
ul.service-list li {
    width: 100%;
	}
.footer-btn {
    display: block;
    text-align: center;
}
ul.social-icon {
     margin-bottom: 20px;
	text-align:center;
    }
a.site-btn, a.wp-block-button__link {
   padding: 4px 12px !important;
   font-size: 10px !important;
}
.home .service-box, .term-4 .services-sec .col-md-3 {
    width: 100%;
}
.home .service-text h3, .term-4 .service-text h3, .white-box h3 {
    min-height: unset;
}	
.header-right a.site-btn:nth-child(2) {
    margin-left: 10px;
}
.white-box {
	height:auto;
	margin:10px 0;
}
.condition-box {
	border: none !important;
    border-bottom:1px solid #8A3892 !important;
}
	
}
