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

body{
    margin: 0;  
    padding: 0;
    font-size: 15px;
    color: #424348;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	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;
}

.wp-block-columns.is-layout-flex.wp-container-core-columns-layout-5.wp-block-columns-is-layout-flex {
    gap: 1em !important;
    margin-bottom: 25px!important;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
	margin: 0 15px 15px !important;
}
.ngg-galleryoverview.default-view {
    margin: 0 -15px;
}
.ngg-gallery-thumbnail-box {
   width: 20% !important;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
p {
    margin-bottom: 20px;
	line-height:26px;	
}
.logo {
	position: relative;
	margin: 0 !important;
	margin-top:10px !important;
}
.logo .wp-block-uagb-image__figure img {
	height:auto;
	width: 100%;
}
a {
	text-decoration:none;
	outline:none;
	color:#47c3d2;
}
a:hover, a:focus, a:active{
	color:#005aa7;
	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:#5b6274;
    font-weight: 400;
    font-size: 31px;
	padding-bottom:30px;
	margin:0;
	font-family: 'Urbanist', sans-serif;
}

h2 {
    color:#5b6274;
    font-weight: 400;
    font-size: 28px;
	padding-bottom: 30px;
	margin:0;
	font-family: 'Urbanist', sans-serif;
}
h3 {
    color:#424348;
    font-weight: 400;
    font-size: 24px;
	padding-bottom:10px;
	margin:0;
	font-family: 'Urbanist', sans-serif;
}
h4,h2.widgettitle{
    font-size: 25px;
    font-weight: 400;
    color: #fff;
	font-family: 'Urbanist', sans-serif;
    margin:0 0 20px;
	text-transform:uppercase;	
}
h5 {
}

h6 {
    
}
p.sub-text{
	font-size: 20px;
	line-height:28px;	
	margin-bottom:40px;
}
p.gap {
	margin-top:10px;
}
.red {
	color:#BF3A3F;
}
hr {
	padding:0px 0 30px;
	margin:15px 0 0;
	border: none !important;
    border-top: 1px solid #fff !important;
}
section { 
	padding:50px 0 !important;
}
.inner-sec {
	min-height: 50vh;
}
.inner-sec p a, .inner-sec ul li a{
	text-decoration:underline;
}
.page-id-805 .inner-sec p a, .page-id-805 .inner-sec ul li a{
	text-decoration: none;
}
.container-fluid {
	width:100% !important;
	padding: 0px 150px;
}
.container{
	width:100% !important;
	padding: 0px 300px;
	max-width: unset !important;
}
:where(.wp-block-columns) {
    margin-bottom: 0 !important;
}
.home .top-header {
	position: absolute;
	width:100%;
	z-index:999;
	background-color: transparent;
	border:none;
}
.home .top-header.MenuFixed {
	background: #020000;
}
.home .logo img {
	filter: brightness(0) invert(1);
}
.home .top-header .uagb-buttons-repeater {
    background: transparent !important;
	border:1px solid #fff !important;
	color:#fff !important;
}
.home .top-header .uagb-button__link{
	color:#fff !important;
}

.home .top-header .uagb-buttons-repeater:hover {
	background: #47c3d2 !important;
	border:1px solid #47c3d2 !important;
	color:#fff !important;
}
.top-header {
    position:relative;
    padding: 10px 0 !important;
	border-bottom:1px solid #535453;
}
.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:20px;
	float: right;
}
.header-right a.primary-btn {
    font-size: 13px;
    padding: 6px 14px;
}
a.btn-primary {
    font-size: 16px;
    padding: 10px 30px;
    color: #47c3d2;
    display: inline-block;
    font-weight: 500;
	text-transform:lowercase;
    text-decoration: none !important;
	background:transparent;
	border:1px solid #47c3d2;
	border-radius:50px;
}
a.btn-primary:hover{
    background:#47c3d2;
	border:1px solid #47c3d2;
	color: #FFF;
}
a.btn-secondary {
    font-size: 16px;
    padding: 6px 30px;
    color:#fff;
    display: inline-block;
    font-weight: 500;
	text-transform:lowercase;
    background-color:transparent;
	border:1px solid #fff;
    text-decoration: none;
	border-radius:25px;
}
a.btn-secondary:hover{
	border:1px solid #fff;
    background-color: #fff;
	color:#424348;
}
.banner {
    position: relative;
	text-align:center;
}
.banner-text {
    position: absolute;
    left: 15px !important;
    z-index: 9 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
	max-width:1500px;
    text-align: left;
	margin: 0 auto;
}
.banner-text h1 {
	font-size: 45px;
	color:#fff;
	font-weight:700;
	padding-bottom:20px;
}
.banner-text h1:after {
	display:none;
}
.banner-text p {
	margin-bottom:0px;
}
.banner-text a.btn-primary:hover {
	color:#312f7b;
	background-color:#fff;
	border-color:#fff;
}
.location .col-md-6 img {
	width:100%;
	height:auto;
}
.welcome-sec {
	height:500px;
	padding:150px 0 !important;
}
.welcome-sec p.sub-text {
	text-transform:unset;
	margin-bottom:20px;
	letter-spacing:0px;
	font-size:25px;
}
.welcome-sec p {
	font-size:26px;
	color:#fff;
}
.welcome-sec a {
	color:#fff;
	text-decoration:underline;
}
.welcome-sec a:hover {
	font-weight:500;
	text-decoration:underline;
}
.home .services-sec {
	padding-top:250px !important;
}
.home .testimonial-sec {
	padding-top:0 !important;
}
.content-img {
	z-index:1;
}
.services-sec {
	background-color:#f8f8f7;
}
.services-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;
	margin:15px 0;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	padding:0 15px;
}
.services-box:hover {
    cursor: pointer;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.services-img img {
	width:100%;
}
.services-text {
	padding:15px;
	background-color:#fff;
}
.services-text h3{
	color:#424b60;
	font-size:19px;
	font-weight:400;
	text-align:center;
	padding:0px;
}
.services-text h3 a{
	color:#424b60;
}
.services-text p{
	color:#fff;
	text-align:left;
	padding-top:10px;
	font-size:15px;
	line-height:18px;
}
.gallery-sec {
	background:#fff;
}
.gallery-sec a.btn-secondary {
	margin-top:30px;
    background-color:#312f7b;
	border:1px solid #312f7b;
}
.gallery-sec a.btn-secondary:hover{
    background-color: #fff;
	color:#312f7b;
}
.call-sec {
	background-color: #e9a7ad;
}
p.call-text {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
	margin-bottom:0;
	padding:10px 0;
}
.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: 270px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.view-on-g-maps a{
	color:#fff;
}
.testimonial-box {
    background-color: #f8f8f7;
    padding: 30px 20px;
}
.testimonial-sec p {
    font-size: 15px;
    color: #77787b;
    font-family: 'Open Sans';
    line-height: 29px;
}
p.title {
    font-size: 16px;
    font-weight: 400;
    color: #636466;
    font-family: 'Urbanist';
}
.title span {
    display: block;
    line-height: 14px;
    font-size: 13px;
    color: #606060;
    font-family: 'Urbanist';
}

.footer {
    padding: 30px 0 !important;
    background-color: #0d101e;
	color:#fff;
	font-size:15px;
}
.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: 15px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}
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-logo {
    margin-top: 25px;
}
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;
}
ul.cnss-social-icon li a:hover i, ul.cnss-social-icon li a:hover img{
    transition: 1s;
    transform: rotate(360deg);
}
.wp-bootstrap-blocks-button.text-center {
	margin:0 auto !important;
	display:block !important;
}
.wp-block-embed iframe {
    max-width: 100%;
    max-height: 360px !important;
}
/*************** Services inner css ***********/
.services-banner {
	position: relative;
	text-align:center;
	margin-bottom:20px;
}
/*************** General inner css ***********/
.inner-banner {
    position: relative;
	width: 100%;
	background-color:#cceeef;
	height:70px;
	margin-bottom:30px;
	text-align: center;
}
ol.inner-list {
    margin: 0;
    padding: 0px;
    padding-left: 15px;
}
ol.inner-list ul {
    padding-left: 15px;
}
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: 15px;
	margin-bottom: 10px;
}
ul.inner-list li {
    position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
}
ul.inner-list li:before {
    color: #2eb0c7;
    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;
}
/*************** Contact css ***********/
.form-sec {
	background-color: #5E5755;
}
.form-sec h2 {
	color: #fff;
	margin-bottom:30px;
}
.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{
	margin-bottom:0.5rem;
}
.form-group p {
	margin-bottom:0px !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 {
    height: 50px !important;
}
textarea.form-control {
    height: 220px;
}

.submit-btn {
	background:transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	float: right;
	border:1px solid #fff;
	background-clip: unset;
    padding: 6px 30px;
	border-radius:25px;
}
.submit-btn:hover {  
    background:#fff;
    color: #47c3d2;
    cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color:#fff !important;
	color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color:#33a5ba !important;
}
.form-group span.wpcf7-not-valid-tip {
    font-size: 13px !important;
	color: #fff !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;
}
/*************** News css ***********/

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

.post-details a.orange-btn {
    margin-top: 10px;
}
.date {
    font-size: 14px;
}
/*************** FAQs css ***********/
.faqs-sec {
	background-color: #77787b;
}
.faqs-sec h2 {
    color:#fff;
}
.panel {
	background-color: transparent !important;
	border-bottom:1px solid #fff !important;
}
.panel-title{
	font-size: 18px !important;
	font-family: 'Urbanist', sans-serif;
	font-weight: 400;
}
.panel-body p {
    font-size: 16px !important;
    margin-bottom: 15px;
}
.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;
}
.post-details a.btn-primary {
	padding:5px 30px;
}
/***** TABLE *********/

.single-table {
	margin: 10px 0px;
}
.single-table th {
    background-color: #2eb0c7;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

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


@media (max-width: 1920px){	
.container-fluid {
	padding: 0px 120px;
}
.container{
	padding: 0px 200px;
}
}

@media (max-width: 1500px){
.header-right .uagb-button__link {
	font-size:13px !important
	}
}

@media (max-width: 1440px){
.container-fluid {
	padding: 0px 50px;
}
.container{
	width:100%;
	padding: 0px 100px;
}
.landing-sec h3 {
    font-size: 24px !important;
    margin-bottom: 0px !important;
}
.landing-sec p {
    font-size: 13px !important;
    line-height: 22px;
	margin-bottom: 0px;
}	
.header-right .uagb-button__link {
	font-size:15px
	}	
}
@media (max-width: 1327px){  

h5 {
    font-size: 20px;
	}
.banner-text {
    max-width: unset;
    margin: 0;
    width: 50%;
}
.banner-text h1 {
    font-size: 35px;
}	

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

@media (max-width: 1199px) {
	
 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;
}
.header-right a.blue-btn {
    font-size: 10px;
    padding: 4px 8px;
}	
.banner-text h1 {
    font-size: 29px;
}	
.banner-text p {
    font-size: 20px;
}
.header-right {
	margin-top:0px;
}	
.home .services-sec {
    padding-top: 150px !important;
}	
.welcome-sec p.sub-text {
    font-size: 22px;
}
.services-text h3 {
    font-size: 14px;
}
.footer {
    font-size: 10px;
}
p.footer-tagline {
    font-size: 30px;
    line-height: 34px;
}
ul.footer-menu li {
    font-size: 10px;
    line-height: 18px;
}	
ul.hour li {
    font-size: 10px;
}	
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;
}	
.header-right .uagb-buttons-repeater	{
	padding:10px 15px !important
	}
.header-right .uagb-button__link {
   font-size:12px !important;
}	
}
@media (max-width: 1024px){		
.container-fluid {
	padding: 0px 50px;
}
.container{
	padding: 0px 75px;
}
/* END OF iPAD LANDESCAPE*/
@media (max-width: 991px) {	
	.container-fluid {
	padding: 0px 30px;
}
.container{
	padding: 0px 50px;
}
.banner-text {
    max-width:unset;
    margin: 0;
    width: 45%;
}
.banner-text h1 {
    font-size: 20px !important;
    padding-bottom: 10px;
}
.banner-text h1 span {
    font-size: 15px;
    display: block;
    color: #fff;
    font-weight: 500;
    padding-top: 10px;
}	
h1 {
    font-size: 24px !important;
}
h2 {
    font-size: 24px !important;
}
h3 {
    font-size: 18px !important;
}	
h4,h2.widgettitle{
    font-size: 13px !important;
	letter-spacing: 0px;
}
h5 {
    font-size: 22px !important;
}		
.header-right {
    text-align: center;
	width: 100%;
	margin-top:10px;
}
.home .services-sec {
	padding-top:50px !important;
}	
.welcome-sec{
  height:auto;
	padding:50px 0 !important;
}
.welcome-sec p {
    font-size: 16px !important;
}	
.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;
}
ul.hour li {
    font-size: 10px;
}
p.hour-call-text {
    font-size: 12px;
    line-height: 14px;
	}
p.call-text {
    font-size: 25px !important;
    line-height: 34px !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;
}
.btn-primary {
    font-size: 12px !important;
    padding: 6px 20px !important;	
}
.header-right .uagb-buttons-repeater	{
	padding:5px 10px !important
	}
.header-right .uagb-button__link {
   font-size:9px !important;
}	
.services-text h3 {
    font-size: 10px !important;
}	
}
@media (max-width: 767px) {
.home .top-header {
    position: relative;
    width: 100%;
    z-index: 999;
    background-color: #020000;
}	
.services-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}	
a.btn-secondary, a.btn-primary {
    font-size: 16px;
    padding: 6px 15px;
	}
.ngg-gallery-thumbnail-box {
    width: 50% !important;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 15px 15px !important;
}	
	.testimonial-box {
		margin-bottom: 20px;
	}	
ul.cnss-social-icon {
	text-align: center !important;
	margin-bottom:15px !important;
	}
	
body {
		font-size:13px;
	}
section{		
	    padding: 30px 0 !important;
}
.logo {
	max-width:150px;
	text-align: center;
	margin: 0 auto !important;
	}
.banner-text h1 {
    font-size: 10px !important;
	padding-bottom:0;
}
.banner-text p {
    display:none;
}
p {
    line-height: 18px;
}	
h1 {
    font-size: 25px !important;
}
h2 {
    font-size: 25px !important;
	padding-bottom: 10px;
}
h3{
    font-size: 22px !important;
}	
h4,h2.widgettitle{
    font-size: 20px !important;
	margin-bottom:15px;
}
.img-rite {
    float: none;
	max-width: unset;
	text-align:center;
    padding: 0 0 10px 0px;
}		
p.sub-text {
	line-height:16px;
}		
.header-right {
    text-align: center;
	margin-top: 10px;
}
.header-right .uagb-buttons-repeater	{
	padding:5px 15px !important
	}
.header-right .uagb-button__link {
   font-size:12px !important;
}
.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;
}
.footer-logo img {
	max-width:250px !important;
	}
.footer {
		font-size:13px;
	}	
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;
}	
ul.hour li {
    font-size: 14px;
	text-align:left;	
}
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 .text-right {
    text-align: center !important;
}
.footer .number {
		display:none;
	}
.form-sec h2 {
    font-size: 13px !important;
}
.gap-0 {
		gap: 0 !important;
	}
.widget_custom_post_widget p {
		text-align: center;
	}
}

.sb_instagram_header  {display:none}
	
@media (max-width: 480px){	
 .container-fluid {
	padding: 0px 15px;
}
.container{
	padding: 0px 30px;
}
	}