/*
Theme Name: My Weight Loss Specialists
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: 16px;
    color: #58595b;
	font-weight:400;
	font-family: 'Open Sans';
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
p {
    margin-bottom: 20px;
	line-height:23px;
}
p span.l-green {
	color: #748738;
}
.line
{
    text-decoration: underline;
    font-weight: bold;
}
a {
	text-decoration:none;
	outline:none;
	color:#1c676c;
}
a:hover, a:focus, a:active{
	color:#1c676c;
	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: #1c676c;
    font-weight: 700;
    font-size: 33px;
    font-family: 'Raleway', sans-serif;
	margin-bottom:20px;
}
h1 span{
	color: #748738;
    font-size: 20px;
	display:block;
    font-family: 'Open Sans';
	margin-top: 5px;
}
h2 {
    color: #1c676c;
    font-weight: 700;
    font-size: 33px;
    font-family: 'Raleway', sans-serif;
	margin-bottom:20px;
}
h2 span{
	color: #748738;
    font-size: 20px;
	display:block;
    font-family: 'Open Sans';
	margin-top: 5px;
}
h3 {
    color: #1c676c;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
}
h3 span{
	color: #748738;
    font-size: 17px;
	display:block;
    font-family: 'Open Sans';
	margin-top: 5px;

}
h4{
    color: #1c676c;
    font-weight: 700;
    font-size: 21px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
}
h4 a{
    color: #1c676c;
}

h5 {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #1c676c;
    font-weight: 700;
	padding:10px 0 5px;
	margin-bottom:0;
}
.img-rite {
	z-index:9999;
	float:right;
	margin:0 0 20px 20px;
}
section { padding:50px 0;}
.container-fluid {
    max-width:1500px;
	width:100%;
}
.container{
    max-width:1300px;
	width:100%;
}
.top-header {
    position:relative;
    padding: 10px 0;
}
.home h1 {
    font-size: 40px;
}
.home h1 span{
    margin-top: 10px;
}
.home .top-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: transparent;
	border-bottom: unset;
}
.home .logo-none {
	display:none;
}
.home .header-right img {
	filter: brightness(0) invert(1);
}
.home .header-right a {
    color: #fff;
}
.home .top-header .green-btn:hover, .home .footer .green-btn:hover{
    color: #fff;
    background: transparent;
}
.home ul.main-menu > li {
	margin:0 25px;
}
.home ul.main-menu > li > a {
    color: #fff;
}
.home .MenuFixed   ul.main-menu > li > a{
    color: #58595b;
}
.home .MenuFixed .header-right a {
    color: #1c676c;
}
.home .MenuFixed .header-right img {
    filter: brightness(1) invert(0);
}
.home .MenuFixed a.green-btn {
    color: #fff;
}
.home .MenuFixed a.green-btn:hover {
    background: transparent;
    border: 1px solid #17686c;
    color: #17686c;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    margin-top: 0;
    background: #fff !important;
    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);
}
.menu-main-menu-container{
    margin-top: 20px;
	display: inline-block;
    position: relative;
    width: 64%;
}
.home ul.main-menu {
	text-align:left;
}
ul.main-menu{
    list-style: none;
    margin: 0px;
	padding:0;
}
ul.main-menu > li {
    display: inline-block;    
	position:relative;
	margin:0 0.8%;
	padding: 0px;
	text-transform:uppercase
}
ul.main-menu > li:first-child {
	margin-left: 0px !important;
}
ul.main-menu > li:last-child {
	margin-right: 0px !important;
}
ul.main-menu > li > a {
    font-size: 15px;
    font-weight: 700;
    color: #58595b;
	text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
ul.main-menu > li > a:hover {
    transition: 0.3s;
    border-bottom: 5px solid #1c676c;
	text-decoration:none;
    padding-bottom: 3px;
}
ul.main-menu > li:hover > ul.sub-menu {
	display:block;
}
ul.main-menu > li:hover > ul.sub-menu > li:hover > ul.sub-menu{
	display:block;
}
ul.main-menu > li.current-menu-item > a{
    border-bottom: 5px solid #1c676c;
    padding-bottom: 3px;
}
#menu-item-28 > ul.sub-menu, #menu-item-29 > ul.sub-menu{
	width: 140px;
}
ul.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0px;
    width: 315px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    top: 30px;
}
ul.main-menu ul.sub-menu ul{
    display: none;
    left: 140px;
    top: 0px;
}
ul.main-menu ul.sub-menu li {
    margin: 0;
	display:block;
	line-height:18px;
	vertical-align:middle;
}
ul.main-menu ul.sub-menu li a {
	 padding: 10px;
     background: #1c676c;
	 display:block;
	 color:#fff;
	 border-top:1px solid #fff;
	 text-align:left;
	 font-size:12px;
}
ul.main-menu ul.sub-menu li a span.title{    
	text-transform: capitalize;
}
ul.main-menu ul.sub-menu li a:hover {
   color:#000;
}

.header-right {
    text-align: end;
	display: inline-block;
    width: 35%;
}
.header-right a {
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #1c676c;
}
.header-right .green-btn{
	margin-top:10px;
	font-size: 17px;
	 color: #fff;
}
.call-top{
	-webkit-animation: blink 1.5s linear infinite alternate 1s;
    -o-animation: blink 1.5s linear infinite alternate 1s;
    animation: blink 1.5s linear infinite alternate 1s;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
@-webkit-keyframes blink{0%,80%{opacity:1}90%{opacity:0}100%{opacity:1}}@-o-keyframes blink{0%,80%{opacity:1}90%{opacity:0}100%{opacity:1}}@keyframes blink{0%,80%{opacity:1}90%{opacity:0}100%{opacity:1}}
.banner {
    position: relative;
	text-align:center;
}
.cycloneslider-template-standard {
    margin-bottom: 0px !important;
	margin:0 auto;
}
.cycloneslider-template-standard .cycloneslider-pager{
    bottom: 20px !important;
}
.cycloneslider-template-standard .cycloneslider-pager span {
    background-color: #ccc !important;
}
.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
    background-color: #17686c !important;
}
.cycloneslider-template-standard .cycloneslider-caption-title, .cycloneslider-template-standard .cycloneslider-caption-description{
    padding: 0 !important;
}
.cycloneslider-template-standard .cycloneslider-caption {
    position: absolute !important;
    left: 15px !important;
    z-index: 999 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    max-width: 1500px;
	margin: 0 auto;
	text-align:left;
	bottom:unset !important;
	background: transparent !important;
    opacity: 1 !important;
}

.cycloneslider-template-standard .cycloneslider-caption .container-fluid{
	padding:0;
}
.cycloneslider-template-standard .cycloneslider-slide img {
    margin: 0 !important;
}
.banner-text {
	/*opacity: 0;
    -webkit-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px);*/
}
.swap-block-right {
    -webkit-animation: swapBlockLeft ease .6s;
    -o-animation: swapBlockLeft ease .6s;
    animation:swapBlockLeft ease .6s;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.cycle-slide-active .swap-block-right {
    -webkit-animation: swapBlockRight ease .6s;
    -o-animation: swapBlockRight ease .6s;
    animation: swapBlockRight ease .6s;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes swapBlockRight{50%{opacity:0;-webkit-transform:translateX(-70px);transform:translateX(-70px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-o-keyframes swapBlockRight{0%{opacity:0;-o-transform:translateX(-70px);transform:translateX(-70px)}100%{opacity:1;-o-transform:translateX(0);transform:translateX(0)}}
@keyframes swapBlockRight{0%{opacity:0;-webkit-transform:translateX(-70px);-o-transform:translateX(-70px);transform:translateX(-70px)}100%{opacity:1;-webkit-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}
@-webkit-keyframes swapBlockLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-70px);transform:translateX(-70px)}}
@-o-keyframes swapBlockLeft{0%{opacity:1;-o-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-70px);transform:translateX(-70px)}}@keyframes swapBlockLeft{0%{opacity:1;-webkit-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-70px);-o-transform:translateX(-70px);transform:translateX(-70px)}}
.welcome-sec {
    padding: 30px 0px 50px;
}

.grey-sec {
    background-color: #c1c0c026;
}
.home .grey-sec p, .home .grey-sec ul li {
    font-weight:700;
}
.home .grey-sec p,.home .grey-sec ul{
    margin-bottom:10px;
}
.services-sec {
 	position: relative;
	padding:0;
	width:100%
}
.services-sec .container-fluid {
	padding:0;
	max-width:100%;
}
.ser-img img {
	width:100%;
	filter: grayscale(1);
}
.services-sec .row{
   margin:0;
}
.services-sec .col-sm-3{
    padding:0;	
}
.services-sec .col-sm-3:hover .ser-img img {
	filter: grayscale(0);
}
div.services-sec {
    padding:20px 0;
	
}

div.services-sec .ser-img{    
	margin: 10px 0;
}
.services-sec .ser-img{
   overflow:hidden;
   position:relative;
   width:100%;	
}

.services-sec .ser-img a, .treat-box a{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;	
}
.services-sec .ser-img:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: contrast(1) brightness(.9);
    filter: contrast(1) brightness(.9);
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.services-sec .col-sm-3:nth-child(1) .ser-img:after, .services-sec .col-sm-3:nth-child(3) .ser-img:after, .services-sec .col-sm-3:nth-child(6) .ser-img:after, .services-sec .col-sm-3:nth-child(8) .ser-img:after{
    background-color: rgba(32, 142, 148, 0.7);
}
.services-sec .col-sm-3:nth-child(2) .ser-img:after, .services-sec .col-sm-3:nth-child(4) .ser-img:after, .services-sec .col-sm-3:nth-child(5) .ser-img:after, .services-sec .col-sm-3:nth-child(7) .ser-img:after{
    background-color: rgba(180, 204, 46, 0.8);
}
.ser-text {
    text-align: center;
    position: absolute;
    top: 25%;
    width: 70%;
    margin: 0 auto;
    padding: 0px 10px;
    left: 15%;
    right: 15%;
    background-color: transparent;
	border:1px solid #fff;
    min-height: 150px;
	display:table;
}
.ser-text h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
	margin-bottom:0;
	display: table-cell;
    vertical-align: middle;
}

.services-sec .col-sm-3:hover .ser-img:after {
	background-color: transparent;
}
.services-sec .col-sm-3:hover .ser-text {
	background-color: #ffffffa1;
	border:1px solid transparent;
}
.services-sec .col-sm-3:hover .ser-text h3 {
	color: #1c676c;
}
div.services-sec .ser-text h3 {
    font-size: 20px;
}
.row.treat-box {
    padding: 30px 0;
	border: 1px solid transparent;
	margin:0 -14px;
	position:relative;
}
.row.treat-box h3{
	margin-bottom:20px;
}
.row.treat-box p{
	margin-bottom:0;
}
.row.treat-box .col-4{
	padding:0 15px 0 14px;
}
.row.treat-box .col-8{
	padding:0 14px 0 15px;
}
.treat-box:hover {
	border: 1px solid #1c676c;
}
.treat-box img{
	background:#97a039;
}
.treat-box:hover img{
	background:#1c676c;
}
.treat-box p {
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #58595b;
}
.home .map-sec {
    padding-bottom:0;
}
.home .map-sec h2 span {
	//text-transform:capitalize;
}
.mobile-map {
    display: none;
}
.accreditation-sec {
	background:#F9F9F9;
} 
.accreditation-box {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571428571429%;
    -ms-flex: 0 0 14.28571428571429%;
    flex: 0 0 14.28571428571429%;
    max-width: 14.28571428571429%;
	padding:0 15px;
	margin-top:10px;
}
.map-bg {
    background-image: url("images/map.jpg");
    background-position: center top;
    background-repeat: no-repeat;
	min-height: 500px;
	position:relative;
}
.map-bg .container-fluid{
	padding:0 !important;
	max-width:unset !important;
}
.map-bg .row {
	margin:0 !important;
}
.map-bg .col-lg-4, .map-bg .col-xl-3{
	padding:0 !important;
}
.map-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    left: 0;
    top: 0;
}
.view-on-g-maps {
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 6px;
    background: rgba(86, 97, 115, 0.65);
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 300px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.map-box {
    background-color: #38737c;
    padding: 43px 30px;
	color:#fff;
}

.map-box h5 {
    color: #fff;
	padding:0px;
	margin-bottom:10px;
}
ul.address-text{
    padding: 0;
    list-style: none;
	margin: 20px 0;
}
ul.address-text li:first-child{
    margin-bottom: 10px;
}
ul.address-text li span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
	font-size: 14px;
}
ul.address-text li span:last-child {
    margin-right: 0px;
}
ul.address-text li a {
    color: #fff;
}

ul.hour {
    padding: 0;
    list-style: none;
}

ul.hour li span {
    display: inline-block;
    font-size: 15px;
    font-family: 'Karla';
    color: #fff;
    padding: 8px 0;
}

ul.hour li {
    border-bottom: 1px solid #fff;
}

ul.hour li span:last-child {
    float: right;
}

.form-sec {
    background-color: #97a039;
}

.form-sec h2 {
    color: #fff;
}

.form-control {
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    border-radius: 0;
    color: #a4a2a4;
    padding: 15px 10px;
}
.form-sec .wpcf7 .col-sm-4, .form-sec .wpcf7 .col-sm-12{
	margin-bottom: 10px;
}
textarea.form-control {
    height: 172px;
}
select.form-control:not([size]):not([multiple]) {
    height: 49px;
}
.submit-btn {
    background-color: #ffffff;
    color: #748738;
    font-size: 15px;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
	float: right;
	width: 108px;
	border: 1px solid #fff;
	background-clip: unset;
	padding: 6px 10px;
}
.submit-btn:hover {  
    background: none;
    color: #fff;
    cursor: pointer;
}
.form-sec .wpcf7 form.sent .wpcf7-response-output, .form-sec .wpcf7 form.invalid .wpcf7-response-output, .form-sec .wpcf7 form.unaccepted .wpcf7-response-output{
    color: #fff;
	border-color: #0e3838;
}
.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #0e3838;
	color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.footer hr {
    border-top: 1px solid #fff;
    margin: 40px 0 20px;
}

.green-btn {
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    background: #17686c;
	border:1px solid #17686c;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}
.green-btn:hover{
    background: transparent;
    border:1px solid #17686c;
	color: #17686c;
}
.footer a{
    color: #fff;
}
.footer .green-btn {
    vertical-align: bottom;
}
.footer .green-btn:hover {
    background: transparent;
    border:1px solid #fff;
	color: #fff ;
}
.footer-icons a:hover img, .header-right a:hover img{
    transition: 1s;
    transform: rotate(360deg);
}
.footer-icons {
    padding-top:10px;
}
/*************** About css ***********/
.consultant-box {
    position:relative;
    width: 100%;
	margin-top: 20px;
}
.consultant-box-img {
    position:relative;
	overflow: hidden;
    width: 100%;
}
.consultant-box-img img{
    width: 100%;
}
.consultant-box-img:hover img{
    transform: scale(1.1);
    transition: transform .5s;
}
.consultant-box h5 {
    color: #1c676c;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 26px;
    margin-top: 10px;
}

.consultant-box h5 span {
    color: #748738;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 17px;
	display:block;
    letter-spacing: 1px;
	margin-top: 5px;
}
.request-sec {
    background-color: #d2edfa;
}

.concern-sec {
    background-image: url(images/about-concern-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 138px 0;
    background-size: cover;
    background-attachment: fixed;
}
.concern-sec h2 {
    color: #fff;
}

.concern-sec p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}
.concern-sec p b{
    font-size: 24px;
}

.single-consultants h1 span.title {
	font-size:25px;
	margin-top: 0px;
	color: #1c676c;
}
/*************** General inner css ***********/
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 15px;
}
ul.inner-list li {
    position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
}
ul.inner-list li strong{
	color: #748738;
}
ul.inner-list li:before {
    color: #1c676c;
    content: "\2022";
    font-weight: 700;
    display: inline-block;
    font-size: 26px;
    left: -15px;
    top: 0;
    position: absolute;
}
/*************** Contact css ***********/
.page-id-20 .contact-sec {
	display:none;
}
/*.page-id-20 .map-bg {
    min-height:750px;
}
.page-id-20 .map-box {
    margin: 113px 0;
}*/

/*************** News css ***********/

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

.post-details a.green-btn {
    margin-top: 10px;
}
/*************** Inner css ***********/
.inner-banner {
    position: relative;
	background-color: #c1c0c026;
	width: 100%;	
}
.inner-banner .col-sm-12 {
	display:table;
}
.inner-banner-text {
    height: 200px;	
    display: table-cell;
    vertical-align: middle;
}
.inner-banner-text {
    height: 170px;	
    display: table-cell;
    vertical-align: middle;
}
.inner-banner-text h1{
    font-size:33px;
}
.inner-banner h1 {
	text-align:center;
    margin-bottom: 0;
}
.inner-banner h2 {
    color:#fff;
	font-weight:300;
	font-size: 33px;	
    margin-bottom: 0;
}
.step-box {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	padding:0 15px;
	position:relative;
	margin: 100px 0 40px;
}
.step-heading {
	position:relative;
	background:#97a039;
	padding-top:40px;
}
.step-box-overlay {
    position: absolute;
    background-color: rgb(255 255 255 / 95%);
    width: 100%;
    height: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	padding: 0px 15px;
    transition: all .2s ease-in-out;
}
.step-box:hover .step-box-overlay {
	padding: 10px 15px;
    height: 100%;   
    transition: .5s;
    cursor: pointer;
}
.step-num {
	position:absolute;
	left: 50px;
    top: -58px;
}
.step-img {
	position:relative;
}
.step-heading h3{   
    font-size: 17px;
	padding:10px 0;
	margin:0;
	text-align:center;
	color:#fff;
}
.step-box p {
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 16px;
	color:#000;
}
/**************************/
/***** Services Sidebar  *****/
/**************************/
.meet-dr-bg {
	background:#EDEDED;
	padding:30px 15px;
	margin:20px 0 10px;
}

ul.side-tabs {
	margin:0;
	padding:0;
	list-style:none;
}
ul.side-tabs li{		
	text-align:center;
	color:#fff;
	padding:10px 0;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
}
ul.side-tabs li a{
	color:#fff;
	border:1px solid #98A039;
	padding:20px;
	background:#98A039;
	display:block;
}
ul.side-tabs li a:hover{
	color:#98A039;
	background:transparent;
}
ul.side-tabs li:nth-child(2) a{
	background:#17686C;
	border:1px solid #17686C;
}
ul.side-tabs li:nth-child(2) a:hover{
	color:#17686C;
	background:transparent;
}
ul.side-tabs li:nth-child(4) a{
	background:#0F3938;
	border:1px solid #0F3938;
}
ul.side-tabs li:nth-child(4) a:hover{
	color:#0F3938;
	background:transparent;
}
ul.side-nav {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #1c676c;
	border-bottom:0;
	margin-top:15px;
}
ul.side-nav li{		
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:19px;
	border-bottom:1px solid #1c676c;
}
ul.side-nav li a{
	padding:20px;
	color:#1c676c;
	display:block;
}
ul.side-nav li a:hover{
	background-color:#EBEBEB;
}
/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 1480px){
.footer {
    font-size: 14px;
}	
.home ul.main-menu > li {
    margin: 0 22px;
}   
ul.main-menu > li > a {
    font-size: 14px;
}
ul.main-menu > li {
    margin: 0 0.9%;
}
.header-right a.green-btn {
    font-size: 14px;
    padding: 6px 10px;
	}
.header-right a {
    font-size: 25px;
}
.header-right .green-btn {
    font-size: 20px;
}	
}
@media (max-width: 1396px){
.footer {
    font-size: 15px;
}	
.home ul.main-menu > li {
    margin: 0 22px;
}   
ul.main-menu > li > a {
    font-size: 13px;
}
ul.main-menu > li {
    margin: 0 0.9%;
}
.header-right a.green-btn {
    font-size: 14px;
}	
.header-right a {
    font-size: 20px;
}
}
@media (max-width: 1300px){
.home ul.main-menu > li {
    margin: 0 18px;
}   
ul.main-menu > li > a {
    font-size: 12px;
}
ul.main-menu > li {
    margin: 0 0.7%;
}
.header-right a.green-btn {
    font-size: 13px;
}	
.header-right a {
    font-size: 20px;
}
a.green-btn {
    padding: 6px 13px;
}		
.ser-text h3 {
    font-size: 19px;
}
.treat-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.treat-text p {
    line-height: 18px;
    font-size: 14px;
}
ul.address-text li span {
    font-size: 12px;
}
.map-box {   
    padding: 47px 10px;
}
.footer {
    font-size: 11px;
}
.step-box p {
    font-size: 14px;
    line-height: 14px;
}
}

@media (max-width: 1199px) {
 
h1 {
    font-size: 28px;
}	
h2 {
    font-size: 28px;
}	
.home ul.main-menu > li {
    margin: 0 10px;
}
ul.main-menu > li > a {
    font-size: 10px;
}	
ul.main-menu > li {
    margin: 0 0.6px;
}	
.header-right a {
    font-size: 15px;
}
.header-right a.green-btn {
    font-size: 11px;
}	
a.green-btn {
    font-size: 11px;
    padding: 6px 5px;
	}
.ser-text h3 {
    font-size: 17px;
}
.ser-text {
    padding: 0px 13px;
}

.treat-box {
    padding-bottom: 12px;
}
.map-box {
    padding: 40px 8px;
}	
ul.address-text li span:last-child {
    vertical-align: middle;
}	
.map-box h5 {
    padding-top: 12px;
}
.footer {
    font-size: 9px;
}
.step-heading h3 {
    font-size: 14px;
}
.step-num {
    left: 40px;
    top: -42px;
}	
.step-num img{
		max-width:110px;
	}
.step-box:last-child .step-num img{
		max-width:85px;
	}
.step-box p {
    font-size: 11px;
    line-height: 12px;
}	
}

/* END OF iPAD LANDESCAPE*/
@media (max-width: 991px) {
.banner-text {
    max-width:unset;
    margin: 0;
    width: 50%;
}
.menu-main-menu-container {
		display:none;
	}
.header-right {
    text-align: left;
	width: 100%;
}
.footer{
    text-align: center ;
}	
.footer .text-right {
    text-align: center !important;
}
.footer a.green-btn {
    margin-top: 10px;
}
.step-box {
    margin: 40px 0;
}
.step-box-inner {
    border-radius: 20px;
    padding: 40px 10px 0;
    min-height: 480px;
}
.step-heading {
    padding-top: 30px;
}
.step-heading h3 {
    font-size: 10px;
}	
.step-num {
    left: 30px;
    top: -30px;
}
.step-num img{
		max-width:80px;
	}
.step-box:last-child .step-num img{
		max-width:60px;
	}
.step-box p {
    font-size: 8px;
    line-height: 8px;
}
.step-box-overlay {
    padding: 0px 5px;
}
.step-box:hover .step-box-overlay {
	padding: 5px;
}	
}

@media (max-width: 767px) {
.accreditation-box {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}	
	iframe {
		width:100%;
		height:auto;
	}
.home .map-sec h2 span br{
    display:none;
	}
.logo {
	text-align:center;
	}
h1 {
    font-size: 21px;
}
h1 span{
    font-size: 15px;
}
h2 {
    font-size: 21px;
}
h2 span{
    font-size: 15px;
}
h3 {
    font-size: 18px;
}
h3 span{
    font-size: 15px;
}
h4{
    font-size: 18px;
}	
.home .top-header {
    position: relative;
}
.home .header-right img {
    filter: brightness(1) invert(0);
}	
.home .header-right a {
    color: #1c676c;
}
.home .header-right a.green-btn {
    color: #fff;
}	
.header-right {
    text-align: center;
}
.home .header-right {
    text-align: left;
}	
.MenuFixed .header-right{ 
	text-align: left;
	}	
.MenuFixed .logo{ 
	display:none;
	}		
.welcome-sec {
	padding:30px 0;
	}
.welcome-sec .text-right {
    text-align: left !important;
}
.inner-banner h1 {
    font-size: 20px;
}
.inner-banner-text h1 span {
    font-size: 16px;
}	
.third-content-img {	
    margin-bottom: 20px;
}
.row.treat-box .col-8{
	    flex: 0 0 66%;
    max-width: 66%;
}
.step-box {
     -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin: 60px 0 40px;
}
.step-num {
    left: 0px;
	right:0;
	margin:0 auto;
	text-align: center;
	top:-60px;
}
.step-heading {
    padding-top: 80px;
}	
.step-img img {
		width:100%
	}
.step-heading h3 {
		font-size:24px;
	}
.map-bg .map-box {
    display: none;
}
.mobile-map	{
    display: block;
}
.mobile-map	.col-lg-4, .mobile-map .col-xl-3{
    padding: 0;
}	
.map-box {
    padding: 20px;
}	
.footer {
    text-align:center;
	font-size:12px;
}
.footer-icons  {
	margin-top: 10px;
	}
.footer-icons {
    padding-top:0px;
}	
.footer a.green-btn {
    margin-top: 10px;
}
.footer .text-right {
    text-align: center !important;
}
.inner-banner h2 {
	font-size: 24px
}
.consultant-box img{
    width:100%;
}
.step-box p {
    font-size: 22px;
    line-height: 25px;
	padding-top:15px;
}	
}
.jltmaf-rotate {
    -webkit-transform: rotate(-180deg) !important;
    -moz-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}
.jltmaf-rotate-rev {
    -webkit-transform: rotate(-180deg) !important;
    -moz-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}
