/*
Theme Name: Combine Clinics Australia
Theme URI: http://www.totalmarketingaustralia.com.au
Description: 
Version: 1.01
Author: TMA
*/
@import url('style/bootstrap.css');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

body{
    margin: 0;  
    padding: 0;
    font-size: 20px;
    color: #707070;
    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;
}
.logo {
    position: relative;
    margin: 0 !important;
}
a {
    text-decoration:none;
    outline:none;
    color:#f9cd2e;
}
p {
    margin-top: 0;
    margin-bottom: 20px;
}
.ft-mid {
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto;
}

.ft-mid a {
    color: #fff;
}

.ft-mid a:hover {
    color: #f9cd2e;
}
a:hover, a:focus, a:active{
    color:#e9a7ad;
    text-decoration:none;
}
h1 {
    color:#212e51;
    font-weight: 400;
    font-size: 40px;
    margin:0;
    font-family: "Comfortaa", sans-serif;
}
h2 {
    color:#212e51;
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 10px;
	padding-top: 20px;
    margin:0;
    font-family: "Comfortaa", sans-serif;
}/****
h2:after {
    content: '';
    display: block;
    background-color:#e9a7ad;
    height: 2px;
    width: 100px;
    margin: 20px auto;
}****/
h3 {
    color:#212e51;
    font-weight: 400;
    font-size: 25px;
    padding-bottom: 10px;
	padding-top: 20px;
    margin:0;
    font-family: "Comfortaa", sans-serif;
}
h4,h2.widgettitle{
    font-size: 22px;
    font-weight: 500;
    color: #212e51;
    font-family: "Comfortaa", sans-serif;
    margin:0 0 20px;
    text-transform:uppercase;   
}
h5 {
}

h6 {
    
}
p.sub-text{
    font-size: 20px;
    line-height:28px;   
    margin-bottom:40px;
}
.red {
    color:#BF3A3F;
}
.wp-block-separator {
    border-color: #ccd0db !important;
    margin-top: 0 !important;
}
section { 
    padding:50px 0;
}
.inner-sec {
    min-height: 50vh;
}
.footer-logo img {
    width: 210px;
}
.logo img {
    width: 210px;
}
.container-fluid {
    max-width:1700px;
    width:100%;
}
.wp-block-separator{border:1px solid #ccd0db !important}
.container{
    max-width:1200px;
    width:100%;
}
.top-right-col > div {
    display: flex;
    justify-content: end;
    gap: 60px;
    align-items: center;
}
.top-header {
    position: fixed !important;
    padding: 10px 0 !important;
    z-index: 9;
    width: 100%;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 9999 !important;
    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 {
    margin-top:30px;
    text-align: right;
}
.top-btns > div {
    display: flex;
    justify-content: end;
}

.top-btns > div .theme-btn {
    min-width: 160px;
}

.top-header .row {
    align-items: center;
}
.header-right a.primary-btn {
    font-size: 13px;
    padding: 6px 14px;
}
a.btn-primary {
    font-size: 16px;
    padding: 6px 30px;
    color: #FFF;
    display: inline-block;
    font-weight: 400;
    text-transform:capitalize;
    text-decoration: none;
    border-radius:25px;
    background:#e9a7ad;
    border:1px solid #e9a7ad;
    font-family: "Comfortaa", sans-serif;
}
a.btn-primary:hover{
    background:transparent;
    color: #e9a7ad;
}
a.btn-secondary {
    font-size: 20px;
    padding: 6px 30px;
    color:#fff;
    display: inline-block;
    font-weight: 600;
    text-transform:capitalize;
    background-color:transparent;
    border:1px solid #fff;
    text-decoration: none;
    border-radius:25px;
    font-family: 'Open Sans', sans-serif; 
}
a.btn-secondary:hover{
    background-color: #fff;
    color:#e9a7ad;
}
.banner {
    position: relative;
}
.banner {
    padding: 180px 0 100px;
    min-height: 800px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.service-box a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.banner:after {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: '';
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
}

.banner .container {
    z-index: 1;
}
.banner-text h1 {
    font-size: 65px;
    color:#fff;
    padding-bottom:20px;
	font-weight:700;
}
.banner-text h1:after {
    display:none;
}
.banner-text p {
    margin-bottom:0px;
}
.banner-text a.blue-btn:hover {
    color:#fff;
    background-color:#56296c;
    border-color:#56296c;
}
.welcome-sec p.sub-text {
    text-transform:unset;
    margin-bottom:20px;
    letter-spacing:0px;
    font-size:25px;
}
.welcome-sec p {
    font-size:20px;
    margin-bottom:0;
    color:#5e6a73;
}
.site-table th {
    color: #fff;
    background-color: #d2b589;
    padding: 20px 10px;
    border-bottom: 0px !important;
}
.services-sec {
    background-color:#fff;
    padding:100px 0;
}
.archive .services-sec{
    padding:50px 0;
	min-height:600px
}
.site-footer {
    background-color: #022a60;
    padding: 80px 0;
}
.services-sec h2{
    margin-bottom:50px !important;
}
.archive .services-sec h2{
    margin-bottom:20px !important;
}
.services-col {
    flex: 0 0 14%;
    padding: 0 15px;
}
.service-box:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.service-box {
    position: relative;
    background-color: #fff;
    margin-top: 30px;
    -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;
}
.services-text {
    padding: 10px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}
.services-text h3 {
    color: #262624;
    font-size: 18px;
    text-align: center;
    padding: 0px;
    font-weight: 500;
}
.call-sec {

}
p.call-text {
    color: #fff;
    font-size: 50px;
    line-height: 58px;
}
.map-sec {
    padding:0;
    background-image: url("images/map.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 470px;
    position:relative;
}
.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: 320px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.view-on-g-maps a{
    color:#fff;
}
.footer-logo {
    margin-bottom: 0;
    display: flex;
    justify-content: end;
    align-items: end;
    height: 100%;
}
.wpcf7-response-output {
    background-color: #0b6da8;
    color: #fff !important;
    border: none !important;
    text-align: center !important;
    font-size: 14px !important;
    padding: 10px !important;
    width: 800px !important;
    margin: 0 auto !important;
    border-radius: 40px !important;
}
.footer {
    padding:80px 0 40px!important;
    background-color: #000;
    color:#fff;
    font-size:15px;
}
.ft-contact {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.ft-contact img {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.ft-contact div span {
    display: inline-block;
	width:22px;
    vertical-align: top;
}
.footer ul.menu{
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.footer ul.menu li {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
}
.footer ul.menu li a {
    color: #fff;
}
ul.hour {
    padding: 0;
    margin:0;
    list-style: none;
}
ul.hour li {
    border-bottom: 1px solid #fff;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0;
}
ul.hour li span:last-child {
    float: right;
}
p.hour-call-text {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin-top:10px;
    margin-bottom: 0px;
}
p.footer-tagline {
    color: #fff;
    font-size: 50px;
    line-height: 54px;
    font-weight: 400;
    margin-top:10px;
    margin-bottom: 0px;
}
.footer-colum-3 p.footer-tagline{
    max-width:70%;
}
.footer a{
    color: #fff;
}
.footer p{
    color: #fff;
}
.footer-left {
    margin-top:10px;
}
.footer a:hover img{
    transition: 1s;
    transform: rotate(360deg);
}
.footer-logo {
   text-align:right;
}
ul.social-icons {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 40px;
    margin-top: 30px;
}
.social-icons li {
    display: inline;
    margin: 0px 20px 0px 2px;
}
/*************** Services inner css ***********/
.services-banner {
    position: relative;
    text-align:center;
    margin-bottom:20px;
}
.single-services h1 {
    margin-bottom: 30px;
}
.single-services h2 {
    padding-bottom: 0px;
    margin: 0px 0px 20px;
}
.single-services h3 {
    padding-bottom: 0px;
    margin: 0px 0px 20px;
}
/*************** General inner css ***********/
.inner-banner {
    position: relative;
    width: 100%;
    background-color:#cceeef;
    height:40px;
    text-align: center;
}
ol.inner-list {
    margin: 0px 0px 20px;
    padding: 0px;
    padding-left: 15px;
}
ol.inner-list ul {
    padding-left: 15px;
}
ol.inner-list ul li {
    margin-bottom:0;
}
ol.inner-list li{
    margin-bottom: 20px;
}
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}
ul.inner-list li {
    position: relative;
    line-height: 22px;
    padding-left: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
ul.inner-list li:before {
    color: #66d7d1;
    content: "+";
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
    left: 0;
    top: 1px;
    position: absolute;
}
ul.inner-list ul {
    list-style: none;
    margin-top:10px;
}
.in-ser-bx .services-img {
    background-color: #fbfbfb;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
}
.services-box.in-ser-bx h3 {
    text-align: left;
}
.uagb-block-1bdba82a p a {
    color: #d2b589 !important;
}
/*************** Contact css ***********/
.form-sec {
    background-color: #fff !important;
}
.form-sec h2 {
    color:#535453 !important;
    margin-bottom:40px !important;
}
.page-id-88 form .wpcf7-radio .first {
    margin: 0;
}
#hidden-dates .form-control {
    border-radius: 0 !important;
    padding: 0.5rem 0.75rem !important;
    margin-bottom: 5px !important;
}
[data-id="group-alcohol"] .form-control{
    margin-top: 5px !important; 
}
[data-id="group-alcohol"] {
    border: 1px solid #33a5ba;
    padding:10px;
    margin-top:10px;
}
[data-id="group-alcohol"] p {
    margin:0;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin: 0 !important;
}
.form-sec h3{
    font-size:22px;
    text-transform:uppercase;
    margin-bottom: 30px;
}
.page-id-12 .submit-btn, .page-id-88 .submit-btn{
    background: #625C56;
    border: 1px solid #625C56;
    color: #fff;
    float: unset;
    text-transform:uppercase;
    font-weight:400;
    font-size:20px;
}
.page-id-12 .submit-btn:hover, .page-id-88 .submit-btn:hover{
    border: 1px solid #71B56F;
    background: #71B56F;
}
.page-id-12 .wpcf7-list-item {
    width:100%;
    margin: 0 !important;
    text-align:left;
    vertical-align: text-top;
    font-weight: 500;
    padding:0 15px;
    font-size: 16px;
}
.page-id-12 input[type="checkbox"]{
    width: 20px;
    background: #fff;
    height: 20px;
    margin: 0 auto;
}
.page-id-12 .wpcf7-list-item label{
    margin-bottom: 15px !important;
}
.form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
}
.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 {
    height: 50px !important;
}
textarea.form-control {
    height: 180px;
}

.submit-btn {
    font-size: 16px;
    border-radius: 40px;
    background-color: #00adee;
    color: #fff;
    border: 1px solid #fff;
    padding: 14px 40px !important;
    font-weight: 600;
    min-width: 240px;
}
.submit-btn:hover {  
    background:#016ae9;
	border: 1px solid #016ae9;
    color: #fff;
    cursor: pointer;
}
.form-field input, .form-field textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #ccc;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color:#33a5ba !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color:#33a5ba !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;
}
.google-rating {
    Position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

/*************** Single Services css ***********/
.single-services .treatment-img {
    width: 34%;
}
.single-services .inner-sec .row .col-sm-12:last-child {
    padding-bottom:30px;
}
.single-services .treatment-text {
    padding: 25px 15px;
    width: 66%;
}
.single-services .treatment-text h3 {
    font-size: 28px;
    padding-bottom: 20px;
}
.single-services .treatment-text p {
    font-size: 15px;
    line-height: 24px;
}
.posture-box {
    background-color: #fff;
    padding:20px;
    min-height: 300px;
    margin-bottom: 30px;
}
.postid-552 .posture-box {
    min-height: 240px;
}
.postid-1229 .posture-box h3 {
    font-size: 16px;
}
.posture-box h3 {
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #bdbcbc;
    /* height: 50px; */
    /* margin-bottom: 15px; */
    line-height: 25px;
    padding: 20px 0 16px 0;
}
.posture-box p {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    font-family: "Comfortaa", sans-serif;
    line-height: 25px;
	padding-top: 20px;align-content}

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

.post-details {
    position: relative;
    background-color: #cceeef6b;
    margin-bottom: 30px;
    padding: 20px;
}
.post-details h4 a {
    color: #535453;
    text-transform: capitalize;
    font-size: 22px;
}

.post-details .date {
    display: none;
}
.post-img img {
    border: 1px solid #eee;
    width: 100%;
}

.post-details a.orange-btn {
    margin-top: 10px;
}
.list-col-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.list-col-2 > li {
    flex: 0 0 49%;
    margin-bottom: 0 !important;
}
/*************** FAQs css ***********/
.faqs-sec {
    background-color: #9D8055;
}
.faqs-sec h2 {
    color:#fff;
}
.panel {
    background-color: transparent !important;
    border-bottom:1px solid #fff !important;
}
.panel-title{
    font-size:20px !important;
    font-family: "Comfortaa", sans-serif;
    font-weight: 400;
}
.panel-body p{
    font-size:19px !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: #fff;
    padding-right: 10px;
    font-size: 13px;
}
.jltmaf-rotate.fa-plus:before {
    content: "\f067";
    content: "\f068";
    color: #fff;
    padding-right: 10px;
    font-size: 13px;
}
.fa-plus:before {
   color: #fff;
    padding-right: 10px;
    font-size: 13px;
}

/**** BOOK APPONTMEMNT *****/

.book-panel {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    transform: translateY(0px);
    transition: 0.5s;
}
.book-panel:hover {
    transform: translateY(-10px);
    transition: 0.5s;
}
.book-appointment-text {
    float: right;
    position: absolute;
    right: 20px;
    top: 21px;
}

.book-panel h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
	background-color: #575f5b;
    padding: 20px 20px 24px;
    border-radius: 5px;
	position: relative;
    color: #fff;
    font-weight: 700;
}
.book-appointment-text {
    float: right;
}
.book-panel a:last-child {
    background-color: #d2b589;
    padding: 14px 30px !important;
    font-weight: 500;
    border: none !important;
    border-radius: 60px;
	font-size: 17px;
    color: #fff;
	border: 1px solid transparent !important;
}
.book-panel a:last-child:hover {
    background-color: transparent;
    padding: 14px 30px !important;
    font-weight: 500;
    border: none !important;
    border-radius: 60px;
    color: #d2b589;
	border: 1px solid #d2b589 !important;
}


/** New Css **/

section.call-sec {
    padding: 100px 0;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image:url(https://www.wslwealth.com/wp-content/uploads/2024/07/guding-banner.jpg);
    background-size:cover;
    background-position:center;
}

section.call-sec h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 30px;
}

a.btn.theme-btn.btn-secondary {
    background-color: #d2b589;
    padding: 14px 40px !important;
    font-weight: 500;
    border: none !important;
    border-radius: 60px;
}
.intro-sec {
    background-color: #016ae9;
}

.intro-sec h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}
.intro-sec h3{
    color:#fff;
}
.intro-sec p {
    color: #fff;
}
.intro-faq-row{
    margin-top:50px;
}
.ct-footer-link {
    display: flex;
    gap: 20px;
}

.ct-footer-link a {
    color: #fff;
}
.home .logo.logo-dark, .home .MenuFixed .logo.logo-light {
    display: none;
}

.home .MenuFixed .logo.logo-dark {
    display: block;
}

.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
}

.MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, .MenuFixed  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus, .MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #000 !important;
}

.MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
}
.inner-page figure.wp-block-image.size-full.logo.logo-light {
    display: none;
}

.inner-page .top-header {
    position: relative !important;
}

.inner-page .top-header.MenuFixed {
    position: fixed !important;
}
.inner-image {
    margin-bottom: 40px;
}
.uagb-faq-icon-wrap svg {
    fill: #fff !important;
}
.wp-block-uagb-faq-child:first-child {
    border-top: 1px solid #66D7D1 !important;
}
.post-box .services-text {
    margin-top: 20px;
    text-align: left;
}

.post-box .services-text h3 {
    text-align: left;
}
.post-box {
    margin-top: 40px;
    position: relative;
}
.post-box a {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
}
.services-box a{
    display:none;
}
.mobile-menu {
    display: none;
}
.single-post .inner-sec img {
        margin: 0 auto;
    display: block;
    width: 1400px;
    max-width: 100%;
    height: 350px;
    object-fit: cover;
}
.website-by {
    color: #fff;
    margin-top: 20px;
}

.website-by a {
    text-decoration: underline;
    color: #fff;
}
.post-nav a {
    display: inline-flex;
    background-color: #f9cd2e;
    color: #000;
    padding: 14px 40px;
    font-weight: 600;
    width: 210px;
    text-align: center;
    justify-content: center;
    border-radius: 40px;
    max-width: 100%;
}

a.btn.theme-btn.btn-secondary:hover, .post-nav a:hover {
    background-color: #016ae9;
    color: #fff !important;
}
.ct-details span {
    display: inline-block;
}

.ct-details span img {
    width: 24px;
}

.ct-details a {
    text-decoration: none;
    color: #07304a;
    display: block;
    margin-bottom: 20px;
}

.ct-details span:last-child {
    width: calc(100% - 40px);
    vertical-align: top;
}
.services-box.in-ser-bx p {
    text-align: left;
    margin-top: 10px;
}
section.service-bt {
    background-color: #016ae9;
    padding: 100px 0;
    color: #fff;
}

section.service-bt h2 {
    color: #fff;
    margin-bottom: 20px;
}

section.service-bt p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
}
.intro-list li:after {
    color: #66d7d1;
    content: "+";
    font-weight: 600;
    display: inline-block;
    font-size: 22px;
    left: 0;
    top: -5px;
    position: absolute;
}

.intro-list li {
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 20px;
}

.intro-list {
    padding-left: 0;
    list-style: none;
}
.inner-gry {
    background-color: #f9f9f9;
    height: 30px;
}
.price-table thead th:nth-child(2) {
    background-color: #d1b489;
}

.price-table thead th:nth-child(3) {
    background-color: #212e52;
}

.price-table thead th:nth-child(4) {
    background-color: #00adee;
}

.price-table thead th {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    font-family: "Comfortaa", sans-serif;
    letter-spacing: 4px;
    padding: 20px 15px !important;
    vertical-align: middle !important;
}

.price-table tbody td:nth-child(2) {
    background-color: #f2ebe0;
}

.price-table tbody tr:nth-child(even) td:nth-child(2){
    background-color:#f9f6f1;
}

.price-table tbody td:nth-child(3) {
    background-color: #c6c9d2;
}

.price-table tbody tr:nth-child(even) td:nth-child(3){
    background-color:#e4e6ea;
}

.price-table tbody td:nth-child(4) {
    background-color: #b8e4fa;
}

.price-table tbody tr:nth-child(even) td:nth-child(4){
    background-color:#dcf1fc;
}
.price-table thead th {
    border: none;
}

.price-table tbody td {
    border: none;
    padding: 20px 15px;
    font-family: "Comfortaa", sans-serif;
    font-size: 18px;
    border-top: 1px solid #ccc;
}

.price-table thead {
    border: none !important;
}

.price-table tbody tr:last-child td {
    border-bottom: 1px solid #ccc;
}
.posture-img {
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 220px;
    margin: 0 auto;
    height: 220px;
    border-radius: 50%;
    align-items: center;
    margin-bottom: 50px;
}

.panel-heading {
    padding: 20px 15px 20px 0 !important;
}
.team-box {
    text-align: center;
	    position: relative;
    margin-bottom: 30px;
}

.team-box .team-text {
    margin-top: 30px;
}

.team-box .team-text p {
    margin-bottom: 0;
    color: #212e51;
}

.team-box .team-text h3 {
    padding-bottom: 0;
}
footer h4 {
    color: #fff;
    font-size: 19px;
    text-transform: capitalize !important;
    margin-bottom: 20px !important;
}
.social-link {
    display: flex;
    gap: 20px;
}

.social-link img {
    width: 30px;
}
.get-touch-ft {
    display: flex;
    justify-content: center;
    width: 400px;
    margin: 0 auto;
	max-width:100%;
}
.ft-contact div span:last-child {
    width: calc(100% - 26px);
}

.ft-contact div {
    flex: 0 0 92%;
}
.inner-list.service-list {
    margin: 20px 0 30px;
}

.inner-list.service-list li {
    font-weight: 400;
}

.inner-list.service-list li strong {
    font-weight: 600;
    color: #212e51;
    display: block;
    margin-bottom: 8px;
}

.inner-list.service-list li br {
    display: none;
}
.team-box {
    position: relative;
}

.team-box a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.single-meet-the-team section.inner-sec {
    min-height: calc(100vh - 426px);
}
.nav-tabs .nav-link {
    background-color: #0316340a !important;
    margin: 0 1px !important;
}
.nav-tabs .nav-link:hover {
    background-color: #d2b589 !important;
	color: #fff !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #d2b589 !important;
	color: #fff !important;
}
.nav-tabs {
    border: 0px solid #ddd !important;
}
ul#myTab {
    margin-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 0 !important;
    min-width: 100% !important;
    text-align: center !important;
    justify-content: space-between;
    float: unset !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 20px;
}
li.nav-item {
    margin: 0px 0 10px !important;
}
div#myTabContent {
    padding-top: 40px;
}
.team-tabs a {
    color: #d2b589 !important;
    text-align: center;
    font-size: 15px;
    padding: 15px 25px !important;
    border-radius: 0px !important;
}

.team-tabs a.active {
    background-color: #d2b589 !important;
    color: #fff !important;
    border-color: #d2b589 !important;
	border: none !important;
}
.book-list-service {
    column-count: 3;
    column-fill: balance;
    column-gap: 30px;
    list-style: none;
    padding-left: 0;
}

.book-list-service a {
    color: #000000;
    text-decoration: underline;
    font-size: 22px;
}

.book-list-service li::marker {
    color: #d2b589;
}

.book-list-service li {
    margin-bottom: 20px;
}

.book-list-service a:hover {
    color: #d2b589;
}
.postid-540 .posture-box {
    min-height: 220px;
}
.postid-543 .posture-box {
    min-height: 270px;
}
.postid-537 .posture-box {
    min-height: 240px;
}
.postid-531 .posture-box {
    min-height: 220px;
}
.postid-534 .posture-box {
    min-height: 230px;
}

/**************************/
/***** Media-Querries *****/
/**************************/


@media (min-width: 1920px) {
	
	.container {
		max-width: 1500px !important
	}
	
}



@media (max-width: 1920px) {
	body{
		font-size:18px;
	}
	.banner-text h1 {
    	font-size: 65px;
	}
		
	a.btn-secondary {
    	font-size: 17px;
	}
	h2 {
    	font-size: 30px;
	}
	h3 {
    	font-size: 23px;
	}
}

@media (max-width: 1500px){
    
}

@media (max-width: 1440px){
.top-btns > div .theme-btn {
    min-width: auto;
}
    .banner {
        min-height: 540px;
    }
.landing-sec h3 {
    font-size: 24px !important;
    margin-bottom: 0px !important;
}
.landing-sec p {
    font-size: 13px !important;
    line-height: 22px;
    margin-bottom: 0px;
}   
	.top-right-col > div{
		gap: 15px;
	}
	.ds-menu #mega-menu-primary {
        width: 610px !important;
		max-width:100%;
    }
	.ds-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size:15px !important;
	}
.team-tabs a {
    padding: 15px 12px !important;
}	
}

@media (max-width: 1328px){

.team-tabs a {
   padding: 15px 5px !important;
}	

}

@media (max-width: 1327px){  

h5 {
    font-size: 20px;
    }
p.sub-text {
    font-size: 15px;
}

.banner-text h1 {
    font-size: 65px;
}   

p.footer-tagline {
    font-size: 40px;
    line-height: 44px;
}   
ul.footer-menu li {
    font-size: 13px;
    line-height: 22px;
}   
p.hour-call-text {
    font-size: 18px;
    line-height: 22px;
}   
.footer a.white-btn {
   font-size: 13px;
}   
.services-text h3 {
    font-size: 20px;
}
.header-right a.blue-btn {
    font-size: 12px;
    padding: 6px 13px;
    }
    .team-tabs a {
        padding: 15px 2px !important;
    }	
    
}

@media (max-width: 1199px) {
    .services-col {
    flex: 0 0 25%;
}
.wp-block-group.ds-menu {
    display: none;
}
    .mobile-menu {
    display: block;
}
    .mobile-menu .mega-menu-toggle {
    position: absolute;
    right: 15px;
    top: -52px;
}
.MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, .MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus, .MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, .MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color:#fff !important;
    }
.mobile-menu ul#mega-menu-primary {
    position: absolute !important;
    width: 100% !important;
    top: 10px !important;
}

.wp-block-group.top-btns {
    padding-right: 70px;
}
    a.btn.theme-btn.btn-secondary {
    padding: 12px 40px !important;
}
    .ct-footer-link {
    justify-content: center;
    margin-bottom: 30px;
}
    

footer .wp-block-group.top-btns {
    padding: 0 !important;
}

footer .wp-block-group.top-btns > div {
    justify-content: center;
    margin-top: 30px;
}
 iframe {
    width:100%;
    height:auto;
    }
h1 {
    font-size: 28px;
}   
h2 {
    font-size: 28px;
}
h4,h2.widgettitle{
    letter-spacing: 0px;
    font-size: 18px
    }
h5 {
    font-size: 21px;
}
p.sub-text {
    font-size: 16px;
    letter-spacing: 3px;
}
.header-right a.blue-btn {
    font-size: 10px;
    padding: 4px 8px;
}   
.banner-text p {
    font-size: 20px;
}
.welcome-sec p.sub-text {
    font-size: 22px;
}
.services-text h3 {
    font-size: 17px;
}

p.footer-tagline {
    font-size: 30px;
    line-height: 34px;
}
ul.footer-menu li {
    font-size: 10px;
    line-height: 18px;
}      
p.hour-call-text {
    font-size: 15px;
    line-height: 20px;
}
a.white-btn {
    padding: 6px 15px;
    }   
.footer a.white-btn {
    font-size: 10px;
}   
.landing-sec h3 {
    font-size: 18px !important;
}   
.landing-sec p {
    font-size: 11px !important;
    line-height: 13px;
    margin-bottom: 0px;
}   
p.call-text {
    font-size: 40px !important;
    line-height: 58px !important;
}   
}

/* END OF iPAD LANDESCAPE*/
@media (max-width: 991px) { 

h1 {
    font-size: 30px !important;
}
h2 {
    font-size: 25x !important;
}
h3 {
    font-size: 20px;
}   
h4,h2.widgettitle{
    font-size: 16px !important;
    letter-spacing: 0px;
}
h5 {
    font-size: 22px !important;
}       
.header-right {
    text-align: center;
    width: 100%;
    margin-top:0;
}
.welcome-sec p.sub-text {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 18px;
}   
.services-text h3 {
    font-size: 14px;
}   

a.white-btn {
    font-size: 12px;
    padding: 6px 12px;
}   
p.footer-tagline {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
}
ul.footer-menu li {
    font-size: 10px;
    line-height: 18px;
}
p.hour-call-text {
    font-size: 12px;
    line-height: 14px;
}
p.call-text {
    font-size: 25px !important;
    line-height: 44px !important;
}   
.call-sec a.btn-secondary {
    font-size: 13px;
    padding: 6px 20px;
}   
.landing-sec p {
    font-size: 15px !important;
    line-height: 23px;
    margin-bottom: 0px;
}
.form-sec h2 {
    font-size: 18px !important;
}   
}

@media (max-width: 767px) {
    section.call-sec {
    min-height: 310px;
}
    .services-col {
        flex: 0 0 49%;
    }
    .services-img img {
    width: 60px;
}
    .banner {
        min-height: 370px;
        text-align: center;
    }
    .mobile-menu .mega-menu-toggle {
        top: -64px;
    }
    .top-btns > div a.btn.theme-btn.btn-secondary {
    font-size: 14px;
    padding: 14px 20px !important;
    line-height: 10px !important;
}
body {
        font-size:15px;
    }
section{        
        padding: 30px 0;
}
    .logo {
        max-width: 250px;
        margin: 0 auto 10px !important;
        text-align: center;
    }
	    .wp-block-group.top-btns {
        padding-right: 0px;
        text-align: center !important;
        margin: 0 auto !important;
    }
.banner-text h1 {
    font-size: 17px;
    padding-bottom:0;
}
p {
    line-height: 23px
}   
.img-rite {
    float: none;
    max-width: unset;
    text-align:center;
    padding: 0 0 10px 0px;
}       
p.sub-text {
    font-size: 14px !important;
    line-height:16px;
    margin-bottom:10px;
}       
.header-right {
    text-align: center;
    margin-top: 10px;
}
.welcome-sec p.sub-text {
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 15px !important;
}   
.welcome-sec p {
    font-size: 14px !important;
    }
a.white-btn, a.blue-btn {
    font-size: 12px;
    padding: 6px 20px;
    font-weight: 400;
}   
.services-text h3,  .quick-box h3{
    font-size: 20px;
}   
  
p.footer-tagline {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    margin:0 0 30px;
    text-align:center;
}
ul.footer-menu {
    margin-bottom:30px;
}   
ul.footer-menu li {
    font-size: 14px;
    line-height: 20px;
}   
p.hour-call-text{
    margin-bottom:30px;
    font-size:16px;
}
.footer a.white-btn {
    font-size: 14px;
}
.footer .text-left {
        text-align:center !important
    }   
.footer-logo {
    text-align: center;
}
.footer .number {
        display:none;
    }
.footer-logo img {
        max-width:250px !important;
}
.footer .text-right {
    text-align: center !important;
}   
	.book-panel {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
	.book-panel h3 {
    padding: 20px 20px 80px;
}
.book-appointment-text {
        float: unset !important;
        position: absolute !important;
        right: 0 !important;
        top: 72px !important;
        bottom: 0 !important;
        left: -40px !important;
        margin: 0 auto !important;
    }
.book-panel a:last-child {
    padding: 10px 30px !important;
}	
h3.wp-block-heading.has-text-align-left {
    text-align: center;
}	
.book-appointment-text a {
    font-size: 14px;
	padding: 10px 20px;
}	
.book-appointment-text {
    float: right;
    position: absolute;
    right: 0px;
    top: unset;
    bottom: 0px;
    left: 0px;
}
.team-tabs {
    float: none !important;
    display: block;
    justify-content: center;
}	
	
}

@media (max-width: 575px) {
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}	
ul#myTab {
    display: none;
}	
select#tab_selector {
    background-color: #d2b589;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}	
	
	.top-btns > div a.btn.theme-btn.btn-secondary {
        font-size: 12px;
        padding: 10px 20px !important;
        line-height: 10px !important;
    }
   .logo img {
    width: 90%;
} 
	.mobile-menu .mega-menu-toggle {
        top: -45px;
    }
	footer h4 {
    text-align: center;
}
	ul.hour li{
		font-size:14px;
	}
	ul.hour{
		margin-bottom:40px;
	}
	.social-link {
    justify-content: center;
    margin-bottom: 40px;
}
	.footer-logo {
    justify-content: center;
}
	.services-text h3, .quick-box h3 {
        font-size: 16px;
    }
.posture-box {
    height: auot !important;
	min-height:auto !important;
	padding-bottom:20px
}
.price-table thead th {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 20px 0px !important;
}	
.price-table tbody td {
    padding: 20px 3px;
    font-size: 14px;
}	
.list-col-2 {
    display: block;
}	
.inner-list.service-list li {
    font-weight: 400;
    margin-bottom: 20px !important;
}	
	
}

/*Blog page css*/

.caf-post-layout1 .caf-meta-content{display:none !important}
.data-target-div1 .caf-post-layout1 .caf-post-title{background:none!important}

.data-target-div1 .caf-post-layout1 a.caf-read-more{color:#FFF !important}
.data-target-div1 .caf-post-layout1 a.caf-read-more:hover{background-color:#016ae9!important}
.data-target-div1 #caf-filter-layout1 li a, .data-target-div1 #caf-filter-layout1 li.more span{font-size:13px !important}
.data-target-div1 #caf-filter-layout1 li a, .data-target-div1 #caf-filter-layout1 li.more span{background:#d2b589 !important}

.data-target-div1 .caf-post-layout1 .caf-post-title h2, .data-target-div1 .caf-post-layout1 .caf-post-title h2 a{font-family:"Comfortaa", sans-serif; color:#212e51 !important; margin-top:20px}

.postid-549 .posture-box{min-height:300px; padding-bottom:20px}

.uagb-block-3c9494a8.wp-block-uagb-separator:not(.wp-block-uagb-separator--text):not(.wp-block-uagb-separator--icon) .wp-block-uagb-separator__inner{border-top-color:#ccd0db !important}

.postid-1171 .posture-box{min-height:240px !important}