/*
Theme Name: Beyond Dental
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: #4c4d4e;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	padding-top:106px;
}
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:26px;	
}
.table {
	margin-bottom:20px;
}
.nav-tabs {
	margin-bottom:20px !important;
	background:#a1c3bf;
	margin-right:0 !important;
	float: unset !important;
}

.post-17 .nav>li {
    display: inline-block !important;
}
.post-17 select.form-control {
    background: #6fa8a0;
    color: #fff;
}
.nav-tabs > li > a {
	color: #fff !important;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #6fa8a0 !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #6fa8a0 !important;
}
.fees .panel-default > .panel-heading {
    color: #fff !important;
    background-color:#a1c3bf !important;
    border-color:#a1c3bf !important;
}
.fees .panel-title {
    font-size: 15px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background-color:#6fa8a0 !important;
    border-color: transparent !important;
}
.nav-tabs .nav-link {
    border: transparent !important;
    border-radius: 0 !important;
	background: #a1c3bf !important;
	color: #fff !important;
	cursor:pointer;
}
.nav-tabs .nav-link:hover {
     background-color: #6fa8a0 !important;
}
.logo {
	position: relative;
}
a {
	text-decoration:none;
	outline:none;
	color:#6fa8a0;
}
a:hover, a:focus, a:active{
	color:#6fa8a0;
	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:#6fa8a0;
    font-weight: 400;
    font-size: 40px;
	padding:0px;
	margin:0;
	margin-bottom:20px;	
	font-family: 'Questrial', sans-serif;
}
h1 span{
	font-size: 20px;
	line-height:22px;
	font-weight: 400;
	margin:10px 0;
	color:#6e7a85;
	display: block;
	text-transform:uppercase;
	letter-spacing: 2px;
}

h2 {
    color:#6fa8a0;
    font-weight: 400;
    font-size: 32px;
	padding:0px;
	margin:0;
	margin-bottom:10px;
	font-family: 'Questrial', sans-serif;
}
h2 span{
	font-size: 20px;
	line-height:22px;	
	margin-bottom:10px;
	color:#6e7a85;
	display: block;
	text-transform:uppercase;
	letter-spacing: 2px;
}
h3 {
    color:#a1c3bf;
    font-weight: 500;
    font-size: 22px;
	text-transform:uppercase;
	margin:0;
	margin-bottom:10px;
	letter-spacing:2px;
	font-family: 'Poppins', sans-serif;
}
h4 {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
	font-family: 'Poppins', sans-serif;
    margin:0 0 20px;
	text-transform:uppercase;	
}
h5 {
	color:#56296c;
    font-weight: 400;
    font-size: 20px;
	padding-bottom:20px;
	margin:0;
	font-family: 'Questrial', sans-serif;
}

h6 {
    
}
p.sub-text{
	font-size: 20px;
	line-height:28px;
	margin-bottom:20px;
	color:#6e7a85;
	letter-spacing: 2px;
	text-align:center;
}
.red {
	color:#BF3A3F;
}
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:fixed;
    padding: 10px 0;
	width:100%;
	height:106px;
	top:0;
	z-index:999;
	background-color:#fff;
}
body.home{
	padding-top:0;
}
.home .top-header {
    position:relative;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    margin-top: 0 !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);
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header-right {
	margin-top:20px;
	text-align: right;
}
a.green-btn {
    font-size: 13px;
    padding: 6px 13px;
    color: #FFF;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
	border-radius:25px;
	background:#6fa8a0;
	border:1px solid #6fa8a0;
	font-family: 'Poppins', sans-serif;
}
a.green-btn:hover{
    background:transparent;
	color: #6fa8a0;
}
a.light-green-btn {
    font-size: 13px;
    padding: 6px 13px;
    color: #FFF;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
	border-radius:25px;
	background:#a1c3bf;
	border:1px solid #a1c3bf;
	font-family: 'Poppins', sans-serif;
}
a.light-green-btn:hover{
    background:transparent;
	color: #a1c3bf;
}
a.white-btn {
    font-size: 13px;
    padding: 6px 13px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    background:transparent;
	border:1px solid #fff;
    text-decoration: none;
	border-radius:25px;
	font-family: 'Poppins', sans-serif;
}
a.white-btn:hover{
    background: #fff;
	color: #6fa8a0;
}
.banner {
    position: relative;
	text-align:center;
	margin-top: -106px;
}
.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:1300px;
    text-align: left;
	margin: 0 auto;
	padding-top: 106px;
}
.banner-text .wpcf7 form.invalid .wpcf7-response-output, .banner-text .wpcf7 form.unaccepted .wpcf7-response-output, .banner-text .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #6fa8a0 !important;
	color:#fff !important;
}
.banner-text .wpcf7-not-valid-tip {
    color: #fff !important;
}
.banner-text h1 {
	font-size: 60px;
	color:#fff;
	margin-bottom:10px;
}
.banner-text p {
	margin-bottom:0px;
	color:#fff;
}
.banner-text .form-control {
    font-size: 13px;
    border-radius: 0;
    padding: 15px 10px;
	border-radius:25px;
	margin-top:1rem;
	margin-bottom:0;
	width:100%
}

.banner-text .submit-btn {
	margin-top:20px;
	width:100%;
	padding: 10px 20px;
    text-align: center;
	font-size:13px;
	text-transform:uppercase;
}
.banner-text .submit-btn:hover {
	background:  #fff;
	border:1px solid #fff;
}
.banner-text a.white-btn {
    color: #6fa8a0;
    background:#fff;
}
.banner-text a.white-btn:hover{
    background:  #6fa8a0;
	border:1px solid #6fa8a0;
	color: #fff;
}
.services-sec {
	background-color:#d6e3e1;
}
.services-box {
	position: relative;
	text-align: center;
	-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;
	margin-bottom:30px;
	border-radius:12px;
	overflow:hidden;
}
.services-box:hover {
    cursor: pointer;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.services-text {
	padding:20px 0px;
	background:  #6fa8a0;
}
.services-text h3{
	font-size:18px;
	text-align:center;
	color:#fff;
	font-family: 'Questrial', sans-serif;
	letter-spacing:0;
	text-transform:capitalize;
	font-weight:400;
	padding:0px;
	margin-bottom:0;
}
.general-service-sec {
	background-color: #a1c3bf;
}
.general-service-box {
	position:relative;
	-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;
	padding: 0px 15px;
	margin:40px 0;	
}
.home .general-service-box {
	margin:0;
}
.general-service-text {
	text-align:center;
	padding:20px 0 0;
}
.general-service-text h3{
	color: #fff;
	font-size:20px;
	font-family: 'Questrial', sans-serif;
	letter-spacing:0;
	text-transform:capitalize;
	font-weight:400;
}
.general-service-box:hover{ 
	-webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.general-service-sec h2 {
	color:#fff;
}
.services-box a, .general-service-box a{
    position: absolute;
    width: 90%;
    height: 100%;
	display: block;
    z-index: 9;	
}
.choose-icon {
	position:relative;
	width:50%;
	padding-bottom: 50%;
    text-align: center;   
    background-color: #4f5050;
    border-radius: 50%;
	margin: 0 auto;
}
.col-lg-2 .choose-icon {
    width: 80%;
    padding-bottom: 80%;
}
.col-custom .choose-icon {
    width: 70%;
    padding-bottom: 70%;
}

.col-custom{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-lg-3:nth-child(2) .choose-icon, .col-md-6:nth-child(2) .choose-icon {
	background-color:#a1c3bf;
}
.col-lg-3:nth-child(3) .choose-icon, .col-md-6:nth-child(3) .choose-icon {
	background-color:#f4ca55;
}
.col-lg-3:nth-child(4) .choose-icon, .col-md-6:nth-child(4) .choose-icon {
	background-color:#8fabc3;
}
.col-custom:nth-child(5) .choose-icon, .col-lg-2:nth-child(5) .choose-icon, .col-md-6:nth-child(5) .choose-icon {
	background-color:#efb9a8;
}
.col-lg-2:nth-child(6) .choose-icon, .col-md-6:nth-child(6) .choose-icon {
	background-color:#817f56;
}
.choose-icon h3{
  position:absolute;
  top:50%; 
  left:50%;
  transform: translate(-50%, -50%);
  margin:0;
  color: #fff;
  font-size: 70px;
  padding:0;
  font-weight:700;
  font-family: 'Bodoni Moda', serif;
}
.choose-txt p {
    color: #6e7a85;
    font-size: 18px;
    line-height: 21px;
}
.choose-txt {
    text-align: center;
	margin-top:20px;
}
.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: 260px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.view-on-g-maps a{
	color:#fff;
}
.call-to-action {
	background-color:#e5b53c;
	}
.call-to-action h2 {
	margin-bottom: 40px;
	}
.call-to-action h2, .call-to-action h2 span{
	color:#fff;
	text-align:center;
	}
.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #4f5050;
	color:#fff;
	font-size:15px;
}
.footer-logo {
	margin-top:180px;
	max-width: 250px;
}
ul.hour {
    padding: 0;
	margin:0;
    list-style: none;
}
ul.hour li {
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 5px;
}
ul.hour li span:last-child {
    float: right;
}
p.footer-tagline {
	color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
	margin-top:10px;
    margin-bottom: 0px;
}
.footer ul.hour li{
	border-bottom: 1px solid #fff;
	}	
.footer a{
    color: #fff;
}
.footer-left {
	margin-top:10px;
}
.footer a:hover img{
    transition: 1s;
    transform: rotate(360deg);
}
.footer p.small {
	font-size:12px;
}
.sp-testimonial-free-wrapper {
	background: url(images/testi-quote.png) no-repeat top center;
	padding-top:90px;
}
/*************** Services inner css ***********/
.services-banner {
	position: relative;
	text-align:center;
	margin:40px 0;
}
/*************** General inner css ***********/
.inner-banner {
    position: relative;
	width: 100%;
	background-color:#f9fafa;
	height:60px;
	text-align: center;
}
ol.inner-list {
    margin: 0;
    padding: 0px;
    padding-left: 15px;
	margin-bottom:20px;
}
ol.inner-list ul {
    padding-left: 15px;
}
ol.inner-list ul li {
	margin-bottom:0;
}
ol.inner-list li{
	margin: 10px 0;
}
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
ul.inner-list li {
    position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
	font-weight:400;
}
ul.inner-list li:before {
    color: #6fa8a0;
    content: "\2022";
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    left: -15px;
    top: 1px;
    position: absolute;
}
ul.inner-list ul {
    list-style: none;
	margin-top:10px;
}
section.choose-us-sec {
    background-color: #f9fafa;
}
/*************** Team css ***********/
.team-box {
    text-align: center;
	 -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;
}
.team-box:hover, .team-box:focus, .team-box:active {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.team-img {
    margin-bottom: 20px;
}
.team-img img {
	filter: grayscale(1);
}
.team-box:hover img {filter: grayscale(0);
}
.team-box a {
    position: absolute;
    display: block;
    width: 80%;
    height: 100%;
    z-index: 9;
}
/*************** Contact css ***********/
.form-sec{
	background:#F3F2F1;
}
.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;
}
[data-name="checkbox-914"] .wpcf7-list-item{
    margin: 0 !important;
	width:25% !important
}
[data-name="checkbox-915"] .wpcf7-list-item{
    margin: 0 !important;
	width:33% !important
}
[data-name="checkbox-916"] .wpcf7-list-item {
    margin: 0 !important;
	display:block !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: 258px;
}

.submit-btn {
    background:#6fa8a0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	float: right;
	border:1px solid #6fa8a0;
	background-clip: unset;
    padding: 6px 30px;
	border-radius:25px;
}
.submit-btn:hover {  
    background:transparent;
    color: #6fa8a0;
    cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color:#6fa8a0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color:#6fa8a0 !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;
}
/*************** 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:18px !important;
	font-weight: 500;
}
.panel {
	border:none !important;
	border-bottom:1px solid #fff !important;
}
.panel-body p{
	font-size:15px !important
}
.panel-body p a, .panel-body ul li a{
	color: #4F5050;
	text-decoration:underline;
}
.panel-body p a:hover{
	text-decoration:underline;
}
.panel-body ul.inner-list {
    margin: 0;
}
.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;
}
.call-to-action ul.inner-list li:before {
    color: #fff;
}
.accordion-body{
    border: 1px solid #000;
    padding: 10px;
}
.accordion-button:after {
    content: "\25B2";
}
.page-id-19 .panel-body {
    background-color: #f9fafa;
    border: 1px solid #e5b53c;
    color: #4c4d4e;
}
.page-id-19 .panel-group{
	margin-bottom:30px;
}
.ewd-ufaq-faq-title-text h4 {
    font-size: 18px !important;
    font-weight: 500;
    text-transform: initial;
}

.ewd-ufaq-faq-body {
    padding: 10px !important;
    color: #fff;
    background-color: #e5b53c;
}

.ewd-ufaq-faq-title {
    padding: 10px;
    background-color: #e5b53c;
}

div#ewd-ufaq-post-886-jdUUdFf65V {}

.ewd-ufaq-faq-div {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #fff;
}

.ewd-ufaq-post-margin-symbol span {
    color: #fff;
    font-size: 15px !important;
}

.ewd-ufaq-post-margin-symbol {
    transform: translateY(7px);
}
[data-post_id="877"] .ewd-ufaq-faq-body {
    display: none;
}
.page-id-19  hr.wp-block-separator {
    margin: 40px 0 30px;
    padding: 0;
    border-top: 1px solid #ccc;
}

.page-id-19 .ewd-ufaq-faq-title {
    background-color: #fff;
}

.page-id-19 .ewd-ufaq-faq-title h4 {
    color: #4c4d4e;
}

.page-id-19 .ewd-ufaq-post-margin-symbol span {
    color: #f4ca55;
}

.page-id-19 .ewd-ufaq-faq-body {
    background-color: #504f4f17;
    color: #4f5050;
}

.page-id-19 .ewd-ufaq-faq-body p, .page-id-19 .ewd-ufaq-faq-body p a {
    color: #4f5050;
}
.choose-txt h3 {
    text-transform: capitalize;
    letter-spacing: normal;
}

/**************************/
/***** Media-Querries *****/
/**************************/
@media (min-width: 1200px){  
.service-row .col-lg-3 {
    flex: 0 0 20%;
}
.service-row-2 .col-lg-3 {
    flex: 0 0 25%;
}
}
@media (max-width: 1400px){  
.banner-text {
	max-width:1060px;
}
}
@media (max-width: 1327px){  

h5 {
    font-size: 20px;
	}
p.sub-text {
    font-size: 15px;
}
.banner-text {
    max-width: 900px;
}
.banner-text h1 {
    font-size: 52px;
}	
a.green-btn, a.light-green-btn, a.white-btn {
    font-size: 11px;
    padding: 6px 13px;
}	
.general-service-text h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
	}
.footer {
    font-size: 13px;
}		
ul.hour li {
    font-size: 13px;
}	
.footer a.light-green-btn {
   font-size: 13px;
}	
.services-text h3 {
    font-size: 20px;
}	
}

@media (max-width: 1199px) {
.choose-txt h3{
    font-size: 18px;
    letter-spacing: 0px;
}
	
 iframe {
	width:100%;
	}
h1 {
    font-size: 28px;
}	
h2 {
    font-size: 28px;
}
h4 {
	letter-spacing: 0px;
	font-size: 18px
	}
h5 {
    font-size: 21px;
}
p.sub-text {
    font-size: 16px;
    letter-spacing: 3px;
}	
.banner-text {
    max-width: 750px;
}	
.banner-text h1 {
    font-size: 44px;
}	
.banner-text p {
    font-size: 16px;
	line-height: 18px;
}
.welcome-sec p.sub-text {
    font-size: 22px;
}
.general-service-text h3 {
    font-size: 15px;
	}
.services-text h3 {
    font-size: 17px;
}

.footer {
    font-size: 11px;
}
p.footer-tagline {
    font-size: 30px;
    line-height: 34px;
}	
ul.hour li {
    font-size: 11px;
}	
a.green-btn, a.light-green-btn, a.white-btn {
    font-size: 9px;
    padding: 6px 9px;
    margin-top: 20px;
}
.footer-right p {
    margin-bottom: 10px;
    line-height: 20px;
}	
.footer a.light-green-btn {
    font-size: 11px;
}
.footer-logo {
    margin-top: 120px;
}
.footer img {
		width:11px;
	}
.footer-logo img{
		width: 100%;
	}
}

/* END OF iPAD LANDESCAPE*/
@media (max-width: 991px) {	
.tab-content>.tab-pane {
    display: block !important;
    opacity: 1;
  }	
.banner {
    margin-top: 0;
}	
.banner-text {
    max-width:unset;
    margin: 0;
    width: 45%;
	padding-top: 0px;
}
.banner-text h1 {
    font-size: 25px;
    padding-bottom: 10px;
}
.banner-text h1 span {
    font-size: 15px;
    display: block;
    color: #fff;
    font-weight: 500;
    padding-top: 10px;
}	
h1 {
    font-size: 24px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}	
h4{
    font-size: 18px;
	letter-spacing: 0px;
}
h5 {
    font-size: 22px;
}	
	
.header-right {
    text-align: center;
	width: 100%;
	margin-top:0;
}
.header-right a.green-btn {
    margin-top: 5px;
}	
.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;
}	
.footer {
		font-size:8px;
	}
.footer p {
    margin-bottom: 10px;
    line-height: 16px;
}
.footer a.light-green-btn {
    font-size: 10px;
    padding: 6px 12px;
}		
p.footer-tagline {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
}
ul.hour li {
    font-size: 10px;
}
.footer-logo {
    margin-top: 120px;
}	
.footer img {
		width:8px;
	}	
.footer-logo img{
		width: 100%;
	}	
.accordion-button {
	width: 100%;
	border: none;
	color: #fff;
	background: #6fa8a0;
	padding: 10px;
    text-align: left;
	font-size: 15px;
	position: relative;
	border-radius:25px;
	}
.accordion-button:after {
	content: "\25B2";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    padding: 10px 15px;
    pointer-events: none;
}
.accordion-button.collapsed:after {
	content: "\25BC";
}	
.accordion-body {
	margin-bottom:10px;
}	
.col-lg-2 .choose-icon {
    width: 50%;
    padding-bottom: 50%;
}
.col-custom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}	
.col-custom .choose-icon {
	width: 50%;
    padding-bottom: 50%;
}	
}
@media (max-width: 767px) {
.inner-sec {
		min-height:unset;
	}
body {
	font-size:13px;
	}
.post-17 .select {
	position: relative;
	}	
.post-17 .select:after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    border: 1px solid #565656;
    background: #6fa8a0;
    color: #fff;
    padding: 11px 15px;
    pointer-events: none;
}
select.form-control {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin-bottom:10px;
	}
.top-header {
		height:146px;
	}	
.logo {
	max-width:250px;
	margin-top:0px;
	text-align: center;
	margin: 0 auto;
	}
.banner-text h1 {
    font-size: 14px;
	padding-bottom:0;
	margin-bottom: 0;
}
.form-group {
    margin-bottom: 5px !important;
}	
.banner-text .form-control {
    font-size: 10px;
    padding: 4px 10px;
    margin-top: 0rem;
    margin-bottom: 0;
}	
.banner-text p {
    font-size: 9px;
    line-height: 10px;
}	
.banner-text .submit-btn {
    margin-top: 0px;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}	
.col-md-4.col-lg-3 {
    padding-left: 15px !important;
}	
.col-md-4.col-lg-2 {
    padding-left: 15px !important;
}	
p {
    line-height: 18px;
}	
h1 {
    font-size: 20px;
}
h2 {
    font-size: 20px;
	margin-bottom: 10px;
}
h3{
    font-size: 18px;
}	
h4{
    font-size: 18px;
	margin-bottom:15px;
}
.col-lg-2 .choose-icon {
    width: 50%;
    padding-bottom: 50%;
}
.col-custom .choose-icon {
    width: 50%;
    padding-bottom: 50%;
}	
.img-rite {
    float: none;
	max-width: unset;
	text-align:center;
    padding: 0 0 10px 0px;
}		
p.sub-text {
	font-size: 14px;
	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;
}	
.welcome-sec p {
    font-size: 14px;
	}
a.white-btn, a.green-btn, a.light-green-btn {
    font-size: 12px;
    padding: 6px 20px;
    font-weight: 400;
}	
.services-text h3,  .quick-box h3{
    font-size: 18px;
}	
.call-to-action h3 {
    font-size: 25px;
}	
.footer {
		font-size:14px;
	}	
.footer-logo {
	margin:20px auto;
}
p.footer-tagline {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
	text-align:center;
}
.col-custom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
ul.hour {
    margin-bottom:30px;
}
ul.hour li {
    font-size: 14px;
	text-align:left;	
}	
.footer-right.float-right {
	float:none !important;	
	}
.footer	.text-left {
		text-align:center !important
	}	
	.footer img {
		width:auto;
	}
[data-name="checkbox-914"] .wpcf7-list-item{
	width:100% !important;
	display:block !important
}
[data-name="checkbox-915"] .wpcf7-list-item{
	width:100% !important;
	display:block !important	
}	
}

.ewd-ufaq-faq-body a{color:#FFF; text-decoration:underline}









/* Safe wrapper for scroll image */
#scrollBoxWrapper {
	display: none !important;
}
.home #scrollBoxWrapper {
    position: fixed;
    bottom: 20px;
	display: block !important;
    left: 20px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

/* visible state */
#scrollBoxWrapper.show {
    opacity: 1;
    pointer-events: auto;
}

/* Close button */
#scrollBoxWrapper .close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    color: #fff;
    border: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    z-index: 10000;
}

/* Image styling */
#scrollBoxWrapper img {
    display: block;
}