@font-face {
    font-display: swap;
	font-family: ralewayregular;
	src: url(../font/raleway-regular.eot);
	src: url(../font/raleway-regular.eot) format('embedded-opentype'),
		url(../font/raleway-regular.woff2) format('woff2'),
		url(../font/raleway-regular.woff) format('woff'),
		url(../font/raleway-regular.ttf) format('truetype'),
		url(../font/raleway-regular.svg) format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
    font-display: swap;
	font-family: ralewaybold;
	src: url(../font/raleway-bold.eot);
	src: url(../font/raleway-bold.eot) format('embedded-opentype'),
		url(../font/raleway-bold.woff2) format('woff2'),
		url(../font/raleway-bold.woff) format('woff'),
		url(../font/raleway-bold.ttf) format('truetype'),
		url(../font/raleway-bold.svg) format('svg');
		font-weight: 400;
	font-style: normal;
}

::-webkit-scrollbar-track {
	position: fixed;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
	-webkit-border-radius: 10px;
	border-radius: 10px
}

::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(143, 143, 143, .3)
}

* {
	font-family: "ralewayregular", Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0
}


/* ==========================================================================
    # GLOBAL 
========================================================================== */
.gfield_visibility_hidden {
	display: none
}

.v-center {
	position: relative;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.default-filled-cta {
	display: inline-block;
	background: #e00087;
	border: 1px solid #e00087;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font: 16px "ralewaybold", Arial, Helvetica, sans-serif;
	padding: 11px 40px 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.default-filled-cta:hover {
	background: 0 0;
	color: #e00087;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.text-left {
	text-align: left
}

.text-centered {
	text-align: center
}

.super-aligned {
	vertical-align: super
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1 {
	font: 34px/46px ralewaybold, Arial, Helvetica, sans-serif;
	color: #015b98;
	margin: 30px 0 20px;
}

h2 {
	font-size: 30px;
	line-height: 35px;
}

ol {
	margin-left: 15px;
}

.col-centered {
	float: none;
	margin: 0 auto
}

.border-bottom {
	padding-bottom: 15px;
	border-bottom: 1px solid #b2babe
}

.title {
	color: #404040
}

.sub-title {
	font-size: 15px;
	color: #015b98;
	margin-top: 25px
}

.bold {
	font-family: 'ralewaybold', Arial, Helvetica, sans-serif;
}

.uppercase {
	text-transform: uppercase
}

.active {
	display: block
}

small {
	font-size: 11px
}

a,
a:focus,
a:hover {
	text-decoration: none
}

a.go-back-btn {
	position: relative;
	font-size: 13px;
	text-decoration: underline;
	color: #00a8e3;
	padding-left: 13px
}

a.go-back-btn:before {
	content: 'Â«';
	position: absolute;
	height: 15px;
	display: inline-block;
	top: 0;
	left: 0;
	margin-top: -2px
}

a.go-back-btn:focus,
a.go-back-btn:hover {
	color: #00a8e3;
	text-decoration: underline
}

.cta-text-colored {
	color: #e00087!important;
}

.has-new-label {
	position: relative
}

.has-new-label:after {
	content: "new";
	color: #fff;
	position: absolute;
	background: #e00087;
	top: 16px;
	right: 7px;
	font-size: 7px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 11px;
	box-sizing: border-box;
	border: 1px solid #e00087;
	padding: 0 3px 0 3px
}

.btn {
	display: inline-block;
	font-size: 15px;
	line-height: 1em;
	border-radius: 5px;
	border: 1px solid #e00087;
	background-color: transparent;
	padding: 14px 18px;
	text-transform: uppercase;
	color: #e00087;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.btn span {
	display: block;
	font-size: 11px;
	line-height: 1em;
	color: #e00087;
	text-transform: none;
	margin-top: 3px;
	text-align: right;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.btn:hover {
	background-color: #e00087;
	color: #fff;
	border: 1px solid #e00087
}

.btn:hover span,
.btn.filled span,
.btn.filled:focus span {
	color: #fff
}

.btn:focus {
	background-color: #fff;
	color: #e00087;
	border: 1px solid #e00087
}

.btn:focus span,
.btn.filled:hover span {
	color: #e00087
}

.btn.filled ,
.btn.filled:focus{
	background-color: #e00087;
	color: #fff;
	border: 1px solid #e00087
}

.btn.light-filled,
.btn.light-filled:focus{
	background-color: #e00087;
	color: #fff;
}

.btn.light-filled:hover {
	background-color: #e00087;
}

.btn.filled:hover {
	background-color: transparent;
	color: #e00087;
	border: 1px solid #e00087
}

.btn.btn-white {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn.btn-white:hover {
    background-color: #fff;
    color: #053a74;
    border: 1px solid #fff;
}

.btn.btn-white:focus {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn[data-book-btn] {
	font-family: ralewaybold, Arial, Helvetica, sans-serif;
	font-weight: 400
}

.btn[data-book-btn] span {
	font-family: ralewaybold, Arial, Helvetica, sans-serif;
	font-weight: 400
}

ul {
	list-style: none;
	padding-left: 15px;
}

ul li {
	position: relative;
}

ul li.inline-list {
	list-style: none;
	text-align: center
}

li.inline-list > li {
	display: inline-block;
	position: relative
}

li.inline-list > li:before {
	display: none
}

.inline-list>li:not(:last-child):after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #757575
}

li.inline-list > li a,
li.inline-list > li p {
	padding: 0 20px
}

.clearer {
	clear: both
}

.clearfix {
	overflow: hidden;
	zoom: 1
}

.mobile-tick {
	display: block;
	width: 100%;
	height: 1px
}

.check-list {
	position: relative
}

.check-list>li {
	padding-left: 40px;
	margin-bottom: 30px
}

.add-check {
	padding-left: 40px;
	position: relative;
	margin-bottom: 15px
}

.add-check:before {
	content: "\36";
	display: inline-block;
	font-family: new-fantastic-services!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 26px
}

.dot-list {
	padding-left: 15px!important
}

.dot-list li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -15px;
	width: 3px;
	height: 3px;
	background-color: #fff;
	border-radius: 50%
}

.blue-check:before,
.blue-check li:before {
	color: #015b98
}

.green-check li:before {
    color: #9c3;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}


body {
	overflow-x: hidden;
	overflow-y: scroll;
	color: #404040;
	font-size: 15px;
	line-height: 24px;
}

.overlay {
	display: none;
	background-color: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 98
}

.main-content {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%
}


/* ==========================================================================
    # HEADER
========================================================================== */

.header-holder {
	background: #fff;
	z-index: 9999;
}

.header-section {
	position: relative;
	z-index: 101;
	background: #fff;
	width: 100%
}

header .container .row {
    position: relative;
}

.header-section.sticky .header-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 95000;
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2)
}

.logo-holder {
	margin: 10px 0
}

.logo-holder a img {
	max-width: 135px
}

.header-menu {
	list-style: none;
	font-size: 0;
	padding-left: 0
}

.header-menu li {
	display: inline-block;
	vertical-align: middle
}

.header-menu li a {
	display: block;
	text-transform: uppercase;
	color: #404040;
	font-size: 13px;
	line-height: 1em;
	padding: 31px 7px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.header-menu li:not(:first-child) {
	margin-top: 0
}

.header-menu li a:hover,
.header-menu li.current-menu-item a,
.header-menu ul.sub-menu li.current-menu-item:before {
	color: #00a8e3
}

.header-menu li.menu-item-has-children>a {
	padding-right: 20px;
	position: relative
}

.header-menu li.menu-item-has-children>a:hover:after,
.header-menu li.menu-item-has-children>a:hover:before {
	background: #00a8e3
}

.header-menu li.menu-item-has-children > a:after,
.header-menu li.menu-item-has-children > a:before {
	content: '';
	display: block;
	background: #828282;
	height: 7px;
	width: 1px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.header-menu li.menu-item-has-children > a:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 8px
}

.header-menu li.menu-item-has-children:hover > a:after,
.header-menu li.menu-item-has-children:hover > a:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.header-menu li.menu-item-has-children:hover > a:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.header-menu li ul.sub-menu {
	position: absolute;
	text-align: left;
	top: 90%;
	z-index: 101;
	min-width: 190px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	padding: 5px 15px;
	-moz-box-shadow: 0 3px 12px 4px #d5d5d5;
	-webkit-box-shadow: 0 3px 12px 4px #d5d5d5;
	box-shadow: 0 3px 12px 4px #d5d5d5;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.header-menu ul.sub-menu.menu-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.header-menu li ul.sub-menu li {
	display: block;
	position: relative
}

.header-menu ul.sub-menu li:before {
	position: absolute;
	top: 50%;
	left: 6px;
	z-index: 14;
	font-size: 20px;
	transform: translateY(-50%)
}

.header-menu ul.sub-menu li:hover:before {
	color: #00a8e3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.header-menu ul.sub-menu li a {
	padding: 20px 0 20px 40px;
	position: relative;
	z-index: 24
}

.header-menu ul.sub-menu li:not(:last-child):after {
	content: '';
	width: 100%;
	height: 1px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f3f1ef
}

.header-menu ul.sub-menu li.icon-antiviral-sanitisation:before, #sidebar .sidebar-nav ul.sub-menu li.icon-antiviral-sanitisation:before {
    content: '';
    background: url('../images/icons/antivirus-sanitation.svg') no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 4px;
    z-index: 14;
    font-size: 20px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
}

.new-label-inline a:after {
    content: "new";
    color: #fff;
    background: #bf0676;
    margin-left: 7px;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 11px;
    box-sizing: border-box;
    border: 1px solid #bf0676;
    padding: 0 3px 0 3px;
    vertical-align: middle;
}

.cta-holder {
    text-align: right;
    width: 38%;
    padding-top: 9px;
    margin-left: -5%;
}

.cta-holder .cta-item {
	display: inline-block;
	vertical-align: middle;
	margin: 6px 0
}

.cta-holder .cta-item .icon-phone {
	font-size: 21px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 -4px 0
}

.cta-holder .cta-item .phone-label {
	display: block;
	font-size: 15px;
	margin-top: -5px
}

.cta-holder .cta-item .phone-label.inline {
	display: inline-block
}

.cta-holder .cta-item.btn {
	margin-right: 14px
}

.cta-holder .cta-item.btn[data-book-btn] {
	padding: 14px 18px 12px
}

.cta-holder .cta-item.btn.no-discount {
	padding: 14px 18px 12px
}

.cta-holder .phone-number {
	font-size: 15px;
	white-space: nowrap;
	color: #404040;
	margin-right: 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.cta-holder .phone-number:hover {
	color: #bf0676
}

.cta-holder .phone-number:focus {
	color: #404040
}

/* ==========================================================================
    # WEBACCOUNTS
========================================================================== */

.web-account {
	min-width: 46px;
	min-height: 10px
}

.web-account .login a {
	font-family: ralewaybold, Arial, Helvetica, sans-serif;
}

.wa-links {
	z-index: 10!important
}

.wa-popup-holder {
	background: #fff;
	position: absolute;
	bottom: -50px;
	right: 3.6%;
	z-index: 80002;
	display: none;
	max-width: 450px;
	border-radius: 5px;
	box-shadow: 0 1px 16px -6px #000
}

.wa-popup-holder .main-part {
	background: #fff;
	text-align: center;
	padding: 12px 35px 15px;
	position: relative;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px
}

.wa-popup-holder .main-part:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 2px;
	right: 2px;
	box-sizing: border-box;
	border: 6px solid #000;
	border-color: transparent transparent #fff #fff;
	transform-origin: 0 0;
	transform: rotate(135deg);
	box-shadow: -3px 3px 5px -1px rgba(0, 0, 0, .1)
}

.wa-popup-holder .main-part .heading-title {
	color: #0b5d96;
	font-size: 18px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 15px
}

.wa-popup-holder .main-part .subheading-title {
	color: #0b5d96;
	font: 14px ralewaybold, Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	margin-bottom: 12px
}

.wa-popup-holder .main-part .wa-login-btn {
	display: inline-block;
	padding: 12px 32px 10px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font: 12px ralewaybold, Arial, Helvetica, sans-serif;
	background: #1281d2
}

.wa-popup-holder .footnote-box {
	padding: 15px 0;
	text-align: center;
	background: #e7f2fa;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}

.wa-popup-holder .footnote-box span {
	display: block;
	text-align: center;
	color: #1281d2;
	font-size: 12px
}

.wa-popup-holder .footnote-box span a {
	text-decoration: underline;
	color: #1281d2
}

.wa-popup-holder .wa-close {
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url(../images/wa-close.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 15px;
	right: 12px;
	cursor: pointer;
	z-index: 8005
}

/* ==========================================================================
    # HEADER CTA BUBLE
========================================================================== */

.cta-buttons-holder {
	margin: 7px 0;
	text-align: right
}

.cta-buttons-holder .cta-buttons {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	z-index: 98;
	margin-left: auto
}

.cta-buttons-holder .cta-buttons>.cta-button {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: rgba(224, 0, 135, .8);
	box-shadow: 0 4px 5px 2px transparent;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 99999
}

.cta-buttons-holder .cta-buttons>.cta-button.opened {
	background-color: #fff;
	color: #606060;
	box-shadow: 0 4px 5px 2px rgba(0, 0, 0, .2)
}

.cta-buttons-holder .cta-buttons>.cta-button>.open-cta-buttons {
	position: initial;
	display: block;
	font-size: 26px;
	line-height: 63px;
	text-indent: 2px;
	margin: 0 auto;
	text-align: center;
	display: none;
}

.cta-buttons-holder .cta-buttons>.cta-button>.open-cta-buttons:before {
	line-height: 60px
}

.cta-buttons-holder .cta-buttons>.cta-button>.close-cta-buttons {
	display: none;
	position: relative;
	left: 0
}

.cta-buttons-holder .cta-buttons>.cta-button>.close-cta-buttons.visible,
.cta-buttons-holder .cta-buttons>.cta-button>.open-cta-buttons.visible {
	display: block!important
}

.cta-buttons-holder .cta-buttons>.cta-button>.close-cta-buttons:after,
.cta-buttons-holder .cta-buttons>.cta-button>.close-cta-buttons:before {
	content: '';
	position: absolute;
	top: 30px;
	left: 15px;
	width: 30px;
	height: 1px;
	background-color: #606060
}

.cta-buttons-holder .cta-buttons>.cta-button>.close-cta-buttons:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.cta-buttons-holder .cta-buttons>.cta-button>.close-cta-buttons:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.cta-buttons-holder .cta-buttons>.cta-button-parent.book-btn,
.cta-buttons-holder .cta-buttons>.cta-button-parent.call-btn,
.cta-buttons-holder .cta-buttons>.cta-button-parent.login-btn {
	position: absolute;
	display: block;
	opacity: 0;
	top: -5px;
	left: -10px;
	width: 75px;
	height: 75px;
	text-align: center;
	box-shadow: 0 4px 5px 2px rgba(0, 0, 0, .2);
	background-color: #f200c1;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.cta-buttons-holder .cta-buttons>.cta-button-parent > a{
	font-family: 14px ralewayregular;
	width: 75px;
	height: 75px;
	text-align: center;
	color: #fff;
	display: block;
	margin: 0 auto;
	height: 100%
}

.cta-buttons-holder .cta-buttons>.cta-button-parent span {
	display: inline-block;
	vertical-align: middle
}

.cta-buttons-holder .cta-buttons>.cta-button-parent span:before {
	font-size: 44px;
	line-height: 54px;
	vertical-align: middle
}

.cta-buttons-holder .cta-buttons>.cta-button-parent.ppc-campaign {
	opacity: 1
}

.cta-buttons-holder .cta-buttons>.cta-button-parent.book-btn span {
	margin-left: 4px
}

.cta-buttons-holder .cta-buttons>.cta-button-parent .cta-button-item span {
	color: #fff;
	line-height: 75px
}

.cta-buttons-holder .cta-buttons.opened>.cta-button-parent {
	display: block;
	opacity: 1
}

.cta-buttons-holder .cta-buttons.opened>.cta-button-parent.book-btn {
	top: -5px;
	left: -123px
}

.cta-buttons-holder .cta-buttons.opened>.cta-button-parent.call-btn {
	top: 67px;
	left: -83px
}

.cta-buttons-holder .cta-buttons.opened>.cta-button-parent.login-btn {
	top: 108px;
	left: -5px
}


/* ==========================================================================
    # SIDEBAR
========================================================================== */

body.sidebar-opened {
	position: fixed;
	overflow: hidden;
	max-height: 100%;
	max-width: 100%
}

body.sidebar-opened #sidebar {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

body.sidebar-opened .main-content {
	-webkit-transform: translateX(80%);
	transform: translateX(80%)
}

body.sidebar-opened .sidebar-button-holder {
	left: 7px
}

body.sidebar-opened .sidebar-button-holder>button .icon-bar:nth-child(1) {
	width: 16px;
	-webkit-transform: translateY(1px) rotate(-45deg);
	transform: translateY(1px) rotate(-45deg)
}

body.sidebar-opened .sidebar-button-holder>button .icon-bar:nth-child(2) {
	width: 20px;
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}

body.sidebar-opened .sidebar-button-holder>button .icon-bar:nth-child(3) {
	width: 16px;
	-webkit-transform: translateY(-1px) rotate(45deg);
	transform: translateY(-1px) rotate(45deg)
}

#sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	overflow-x: hidden;
	padding-bottom: 20px;
	margin: 0;
	background: #fff;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 9999;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#sidebar .sidebar-cta-buttons {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	background-color: #f2f2f2
}

#sidebar .sidebar-cta-buttons .btn {
	margin-bottom: 18px;
	border-radius: 5px;
	text-transform: uppercase
}

#sidebar .sidebar-cta-buttons .call-btn {
	background-color: #bf0676;
	color: #fff;
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding: 11px 0
}

#sidebar .sidebar-cta-buttons .call-btn .icon-receiver:before {
	margin-right: 10px;
	font-size: 16px
}

#sidebar .sidebar-cta-buttons .call-btn .icon-call:before {
	font-size: 18px;
	top: 2px;
	position: relative;
	padding-right: 18px
}

#sidebar .sidebar-cta-buttons .book-btn,
#sidebar .sidebar-cta-buttons .chat-btn {
	display: inline-block;
	font: 18px "ralewayregular", sans-serif;
	width: 46%;
	background-color: transparent;
	color: #bf0676;
	padding: 8px 0;
	margin-bottom: 0;
	text-align: center;
	border: 1px solid #bf0676
}

#sidebar .sidebar-cta-buttons .chat-btn {
	margin-right: 6%
}

#sidebar .sidebar-cta-buttons .btn span {
	font-size: 20px;
	text-align: center;
	margin-top: 0
}

#sidebar .sidebar-cta-buttons .btn:hover span {
	color: #fff
}

#sidebar .sidebar-nav {
	list-style: none;
	padding: 0;
	margin: 0
}

#sidebar ul.sub-menu {
	display: none;
	background: #f1f4f5;
	margin: 0 -15px;
	padding: 0 15px
}

#sidebar  ul.sub-menu li {
	border-bottom: 1px solid #e0e0e0;
	border-top: none;
	margin-bottom: 0
}

#sidebar ul.sub-menu li:before {
	display: none
}

#sidebar ul.sub-menu li a {
	display: block;
	text-transform: capitalize;
	color: #404040;
	border-top: none;
	padding: 10px 0 10px 15px
}

#sidebar .sidebar-nav > li {
	margin: 0 -15px;
	padding: 0 15px
}

#sidebar .sidebar-nav > li:before {
	display: none
}

#sidebar .sidebar-nav > li.pink-color a,
#sidebar .sidebar-nav > li > .pink-color,
#sidebar .sidebar-nav > li.active > .pink-color,
#sidebar .sidebar-nav > li.current-menu-item > .pink-color{
	color: #bf0676
}

#sidebar .sidebar-nav > li > a {
	display: block;
	padding: 11px 0;
	color: #064e81;
	text-transform: uppercase;
	border-bottom: 1px solid #e0e0e0
}

#sidebar .sidebar-nav > li.active > a,
#sidebar .sidebar-nav>li.current-menu-item>a {
	color: #00abeb
}


#sidebar .sidebar-nav > li.menu-item-has-children {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

#sidebar .sidebar-nav > li.menu-item-has-children > a {
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

#sidebar .sidebar-nav > li.menu-item-has-children>a:after,
#sidebar .sidebar-nav > li.menu-item-has-children>a:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background-color: #064e81;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

#sidebar .sidebar-nav > li.menu-item-has-children > a:before {
	-webkit-transform: translate(-5px, -50%) rotate(-45deg);
	transform: translate(-5px, -50%) rotate(-45deg)
}

#sidebar .sidebar-nav > li.menu-item-has-children > a:after {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg)
}

#sidebar .sidebar-nav > li.menu-item-has-children.menu-opened {
	background-color: #064e81;
	color: #fff
}

#sidebar .sidebar-nav > li.menu-item-has-children.menu-opened > a {
	color: #fff;
	border-bottom: 1px solid transparent
}

#sidebar .sidebar-nav > li.menu-item-has-children.menu-opened > a:after,
#sidebar .sidebar-nav > li.menu-item-has-children.menu-opened > a:before {
	background-color: #fff
}

#sidebar .sidebar-nav > li.menu-item-has-children.menu-opened > a:before {
	-webkit-transform: translate(-5px, -50%) rotate(-135deg);
	transform: translate(-5px, -50%) rotate(-135deg)
}

#sidebar .sidebar-nav > li.menu-item-has-children.menu-opened > a:after {
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg)
}

#sidebar .social-icons-holder {
	margin: 22px 0 9px;
	text-align: center
}

#sidebar .social-icons-holder a,
#sidebar .social-icons-holder a span {
	text-decoration: none;
	color: #969696;
	font-size: 26px;
}

#sidebar .social-icons-holder a:not(:last-child) {
	margin-right: 2%
}

#sidebar .download-app-holder {
	margin-top: 10px;
	text-align: center
}

#sidebar .download-app-holder p {
	font-size: 16px;
	text-align: center;
	color: #969696;
	margin-bottom: 12px
}

#sidebar .download-app-holder img {
	display: block;
	margin: 15px auto
}

.main-content .sidebar-button-holder {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -17px;
	z-index: 99999
}

.main-content .sidebar-button-holder > button {
	outline: 0;
	padding: 9px 10px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent
}

.main-content .sidebar-button-holder > button .icon-bar {
	display: block;
	width: 22px;
	height: 3px;
	background-color: #8f8f8f;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.main-content .sidebar-button-holder > button .icon-bar+.icon-bar {
	margin-top: 3px
}

/* ==========================================================================
    # BREADCRUMBS
========================================================================== */

#breadcrumbs {
    color: #337ab7;
	font-size: 12px;
}

#breadcrumbs div {
    display: inline-block;
}

#breadcrumbs a {
	color: #337ab7;
	font-size: 12px;
}

#breadcrumbs div:last-child {
	font-family: 'ralewaybold' , Arial, Helvetica, sans-serif;
}

/* ==========================================================================
    # SLICK
========================================================================== */

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	font-size: 0;
	text-align: center;
	padding: 0
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #d0d0d0;
	width: 9px;
	height: 9px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.slick-dots li:before {
	display: none
}

.slick-dots li:not(:last-child) {
	margin-right: 7px
}

.slick-dots li button {
	width: 100%;
	height: 100%;
	outline: 0;
	border: none;
	background: 0 0
}

.slick-dots li button:focus {
	outline: 0
}

.slick-dots li.slick-active {
	width: 14px;
	height: 14px;
	background-color: #00a8e3
}

/* ==========================================================================
    # SECTION HOLDER
========================================================================== */
.section-holder {
	padding: 80px 0
}

.section-holder h1,
.section-holder h2 {
	color: #404040;
	text-align: center;
}

.section-holder h2 {
	margin-bottom: 40px;
}


.section-holder.blue-section {
	background-color: #074b87;
	color: #fff
}

.section-holder.blue-section h2,
.section-holder.blue-section p.sub-title,
.section-holder.blue-section p.title {
	color: #fff
}

.section-holder.white-section {
	background-color: #fff;
	color: #404040;
	padding: 0;
	margin: 80px 0;
}

.section-holder.white-section h2,
.section-holder.white-section p.sub-title,
.section-holder.white-section p.title {
	color: #404040
}

.section-holder.yellow-section {
    background-color: #f3f1ef;
    color: #404040;
}

.section-holder.grey-section {
    background-color: #f1f3f7;
    color: #404040;
}

/* ==========================================================================
    #  CHECK PRICE AND AVAILABILITY
========================================================================== */

.top-section-holder .dynamic-helper {
	margin-top: 30px
}

.dynamic-helper {
	display: block;
	position: relative
}

.default-check-price-form {
	position: relative;
	display: inline-flex
}

.default-check-price-form input {
	border-radius: 5px;
}

.default-check-price-form label.error-message.visible {
	margin: 0;
	opacity: 1
}

.default-check-price-form .the-serviceselect-wrap {
    width: 260px;
    display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	line-height: 0;
}

.default-check-price-form select {
    display: none;
    height: 0;
    padding: 0;
}

.default-check-price-form .selecionado_opcion {
    border: 1px solid rgba(126,115,115,0.55);
    height: 58px;
    padding: 17px 14px;
    position: relative;
}

.default-check-price-form .selecionado_opcion:before,
.default-check-price-form .selecionado_opcion:after {
    content: '';
    display: block;
    width: 2px;
    height: 9px;
    position: absolute;
    background: #00a8e3;
    right: 15px;
    top: 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.default-check-price-form .selecionado_opcion:before {
    right: 20px;
    transform: rotate(135deg);
}

.default-check-price-form .selecionado_opcion:after {
    transform: rotate(-135deg);
}

.default-check-price-form .the-postfield-wrap {
	position: relative;
	width: 285px;
	display: inline-block;
	line-height: 18px;
	font-size: 0;
}

.default-check-price-form .submit-wrapper-with-loader {
	position: relative;
	margin: 0 0 0 10px;
	display: inline-block
}

.default-check-price-form .load-holder-lds-eclipse {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #bf0676;
	border-radius: 5px;
	display: none
}

.default-check-price-form .load-lds-eclipse {
	position: absolute;
	-webkit-animation: lds-eclipse 1s linear infinite;
	animation: lds-eclipse 1s linear infinite;
	height: 30px;
	width: 30px;
	left: calc(35%);
	top: calc(35%);
	border-radius: 50%;
	box-shadow: 0 3px 0 0 #fff
}

.default-check-price-form  input[type=submit] {
	font: 15px ralewaybold, Arial, Helvetica, sans-serif;
	padding: 19px 17px;
	background-color: #e00087;
	color: #fff;
	border: 1px solid #e00087;
	margin: 0;
	width: 100%;
	text-transform: capitalize
}

.default-check-price-form .input[type=submit]:focus,
.default-check-price-form input[type=submit]:hover {
	-moz-box-shadow: 0 0 .5px 1px #bf0676;
	-webkit-box-shadow: 0 0 .5px 1px #bf0676;
	box-shadow: 0 0 .5px 1px #bf0676;
	background: #bf0676;
	border-color: #bf0676;
	outline: none;
}

.default-check-price-form input[type=submit].error {
	border: 1px solid #bf0676;
	border-right: none
}

.default-check-price-form .the-postfield {
	font-size: 15px;
	width: 100%;
	padding: 23px 25px 15px;
	border: 1px solid rgba(126, 115, 115, .55);
	margin-top: 0;
	height: 100%
}

.default-check-price-form .typewriter-box {
	background: #fff;
	position: absolute;
	top: 2px;
	left: 2px;
	text-align: left;
	z-index: 41;
	height: 90%;
	width: 94%;
	border-radius: 5px;
	cursor: text
}

.dynamic-helper.clicked .typewriter-box {
	display: none
}

.default-check-price-form .typewriter {
	display: inline-block;
	height: 100%;
	width: 100%;
	color: #000;
	background: url(../images/check-price-gifs/typewriter.gif) 18px center no-repeat #fff
}

.default-check-price-form .typewriter-sydney {
	background-image: url(../images/check-price-gifs/sydney.gif);
}

.default-check-price-form .typewriter-brisbane {
	background-image: url(../images/check-price-gifs/brisbane.gif);
}

.default-check-price-form .typewriter-bundaberg {
	background-image: url(../images/check-price-gifs/bundaberg.gif);
}

.default-check-price-form .typewriter-gold-coast {
	background-image: url(../images/check-price-gifs/gold-coast.gif);
}

.default-check-price-form .typewriter-sunshine-coast {
	background-image: url(../images/check-price-gifs/sunshine-coast.gif);
}
.default-check-price-form .typewriter-adelaide {
	background-image: url(../images/check-price-gifs/adelaide.gif);
}

.default-check-price-form .typewriter-perth {
	background-image: url(../images/check-price-gifs/perth.gif);
}

.default-check-price-form .typewriter-newcastle {
	background-image: url(../images/check-price-gifs/newcastle.gif);
}

.default-check-price-form .typewriter-canberra {
	background-image: url(../images/check-price-gifs/canberra.gif);
}

.default-check-price-form .typewriter-geelong {
	background-image: url(../images/check-price-gifs/geelong.gif);
}

.default-check-price-form .moving-label {
	position: absolute;
	top: 2px;
	left: 25px;
	font-size: 12px;
	z-index: 32;
	color: #00a8e3;
	line-height: 24px;
	pointer-events: none
}

.default-check-price-form .error-message {
	position: absolute;
	top: -60px;
	left: 0;
	color: red;
	font-size: 12px;
	background: rgba(255, 255, 255, .9);
	border-radius: 4px;
	padding: 12px 20px;
	line-height: 18px;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out, top .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4)
}

.default-check-price-form .error-message:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	left: 50%;
	box-sizing: border-box;
	border: 8px solid #000;
	border-color: transparent transparent rgba(255, 255, 255, .9) rgba(255, 255, 255, .9);
	transform: rotate(-45deg) translateX(-50%);
	box-shadow: -3px 3px 12px -3px rgba(0, 0, 0, .4)
}

.check-price-form-title {
	display: block;
	text-align: center;
	color: #404040;
	font-size: 15px;
	font-family: ralewaybold, Arial, Helvetica, sans-serif;
	font-weight: 400
}


/* ==========================================================================
    # COOKIE POLICY SECTION
========================================================================== */

#cookie-policy {
	display: none;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e8eaea;
	padding: 10px 0
}

#cookie-policy p {
	margin: 0 5%;
	padding: 10px 5%;
	position: relative;
	color: #a59f9f;
	font-size: 13px;
	line-height: 17px
}

#cookie-policy span:before {
	position: absolute;
	color: #737373;
	cursor: pointer;
	font-size: 18px
}

#cookie-policy a {
	color: #00abeb;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

#cookie-policy a:hover {
	color: #bf0676
}

#cookie-policy .icon-close {
	height: 18px;
	width: 18px;
	right: 4%;
	top: 0;
	position: absolute
}

/* ==========================================================================
    # CTA SECTION ABOVE THE FOOTER
========================================================================== */

.section-holder.section-cta-holder h2 {
	margin: 0;
}

.section-holder.section-cta-holder .section-cta-parent {
	margin-top: 43px;
}

.section-holder.section-cta-holder .section-cta-parent .btn {
    font-family: ralewaybold,Arial,Helvetica,sans-serif;
    min-width: 250px;
    padding: 20px 18px;
    margin: 0 7.5px;
    line-height: 1.3em;
    text-transform: inherit;
}

.section-holder.section-cta-holder .section-cta-parent .btn.filled:hover {
	background-color: #bf0676;
    border-color: #bf0676;
    color: #fff;
}

/* ==========================================================================
    # FOOTER
========================================================================== */

footer {
	padding: 45px 0;
	font-size: 13px;
}

footer p {
	color: #757575;
	line-height: 24px;
}

footer p.title {
	font-family: ralewaybold, Arial, Helvetica, sans-serif;
	line-height: 20px;
	min-height: 50px;
	color: #015b98;
	text-transform: uppercase;
}

footer ul {
	list-style: none;
	padding: 0
}

footer ul li {
	margin-bottom: 10px
}

footer ul ul {
	display: inline-block
}

footer ul li a {
	color: #757575;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

footer ul li a:hover {
	color: #00a8e2
}

footer ul li a:focus {
	color: #757575
}

footer .applinks {
	margin-top: 25px
}

footer .applinks a {
	display: inline-block
}

footer .applinks a.appstore {
	margin-right: 13px
}

footer .social-icons {
	margin-top: 30px
}

footer .social-icons li {
	display: inline-block
}

footer .social-icons li a {
	display: block;
	font-size: 0;
	color: #a0a0a0;
	margin-right: 5px
}

footer .social-icons a:before {
	font-size: 27px
}

footer .social-icons .icon-facebook:focus,
footer .social-icons .icon-facebook:hover {
	color: #3864a3
}

footer .social-icons .icon-instagram:focus,
footer .social-icons .icon-instagram:hover {
	color: #c44074
}

footer .social-icons .icon-youtube:focus,
footer .social-icons .icon-youtube:hover {
	color: #de2b27
}

footer .social-icons .icon-linkedin:focus,
footer .social-icons .icon-linkedin:hover {
	color: #07b
}

.copyright-text {
	margin-top: 70px;
	text-align: center;
}

.product-reviews-widget-inner {
    max-height: 270px;
    overflow: hidden;
    margin-bottom: 24px;
    /* margin-top: 30px; */
}
/* ==========================================================================
    # OTHER STUFF
========================================================================== */
.video-holder {
	padding-top: 16px
}

.tabs-box .tab-content a.btn.filled {
	margin: 0 auto;
	display: block;
	width: 180px;
	text-align: center
}

.def-style-btn {
	font-family: ralewaybold, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	margin-bottom: 32px;
	display: inline-block;
	background: #ec008c;
	border-radius: 5px;
	min-width: 250px;
	padding: 20px 18px;
	-moz-box-shadow: 0 7px 30px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 7px 30px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 7px 30px 2px rgba(0, 0, 0, .3);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.def-style-btn:hover {
	color: #fff;
	background: #bf0676;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.def-style-btn:focus {
	color: #fff
}

.default-section h2 {
	margin-bottom: 10px;
}

.default-section p {
	margin: 14px 0;
}

/*Product Reviews in header */
.reviews-image {
	margin-top: 30px;
    display: inline-flex;
    align-items: center;
    position: relative;
	right: 40px;
}

 .arrow-down {
    position: relative;
}

.arrow-down:before,
.arrow-down:after {
    content: '';
    display: block;
    background: #000;
    height: 7px;
    width: 1px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.arrow-down:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 8px;
}


@media only screen and (max-width:1199px) {
	header ul {
		text-align: center
	}

	header .web-account {
		margin-left: 5px
	}

	header .web-account .logged {
		margin-bottom: -5px
	}

	header .web-account .logged:hover .wa-links {
		top: 100%!important
	}

	.section-holder {
		padding: 60px 0;
	}

	.section-holder.white-section {
		margin: 60px 0;
	}

	.section-cta-holder.section-holder {
		padding: 60px 0;
	}
}

@media only screen and (max-width:991px) {
	h1 {
		font-size: 24px;
		line-height: 30px;
	}

	h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.section-holder {
		padding: 50px 0;
	}

	.section-holder.white-section {
		margin: 50px 0
	}

	header .logo-holder a img {
		max-width: 110px;
	}

	.header-menu li a {
		padding: 31px 5px;
		font-size: 11px
	}
	.productreviewwidget{
		max-height: unset;
	}
	.product-reviews-widget-inner {
		max-height: 600px;
		overflow: hidden;
		margin-bottom: 0px;
		margin-top: 25px;
	}

}

@media only screen and (max-width:991px) and (min-width:767px) {
	.gform_wrapper form input[type=submit] {
		max-width: 160px;
		margin-top: -10px
	}
	.cta-buttons-holder {
		margin-left: -9%
	}
	.pros-image-holder img {
		width: 50%!important
	}

	form.default-check-price-form.price-form-with-service .the-postfield-wrap,
	form.default-check-price-form.price-form-with-service .the-serviceselect-wrap {
		width: 235px;
		vertical-align: top;
	}
}

@media only screen and (min-width:768px) {
	.cta-buttons-holder .cta-buttons {
		margin-left: initial;
		vertical-align: middle;
		display: inline-block
	}
}

@media only screen and (max-width:767px) {
	h1	{
		font-size: 22px;
		line-height: 28px;
	}

	h2 {
		font-size: 20px;
		line-height: 27px;
	}
	
	.section-holder {
		padding: 40px 0
	}

	.section-holder.white-section {
		margin: 40px 0
	}

	.section-holder h2 {
		margin-bottom: 30px;
	}

	.xrm-deals {
		text-align: center
	}

	.xrm-deals .single-deal {
		display: inline-block;
		vertical-align: middle;
		width: 49%;
		float: none
	}

	.btn .book-btn {
		-moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
		-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1)
	}
	.tabbed-links {
		margin-top: 10px
	}

	.dynamic-helper .helper-text {
		text-align: center;
		max-width: 288px;
		margin-top: 20px
	}

	.header-section header {
		width: 100%;
		background-color: rgba(255, 255, 255, .95);
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		-moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2)
	}
	.header-section header .row {
		position: relative
	}
	.header-section header .logo-holder {
		text-align: center;
		margin: 8px 0
	}
	.header-section header .logo-holder img {
		max-width: 135px
	}
	.cta-buttons-holder {
		margin: 0;
		display: block;
		float: none;
		width: 60px;
		height: 60px;
		position: absolute;
		right: 30px;
		bottom: 5px
	}

	.sub-title {
		font-size: 14px
	}

	.section-cta-holder.section-holder {
		padding: 30px 0;
	}

	.section-holder.section-cta-holder h2 {
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 1.3em;
	}

	.section-holder.section-cta-holder .section-cta-parent {
		margin-top: 0;
	}

	.section-holder.section-cta-holder .section-cta-parent a:first-child {
		margin-top: 0;
	}

	.section-holder.section-cta-holder .section-cta-parent .btn {
		padding: 17px 18px;
		margin: 20px auto 0
	}

	footer {
		padding: 36px 0 43px
	}

	footer .applinks a {
		margin-bottom: 10px
	}

	footer .row:not(:first-child) {
		margin-top: 25px
	}

	footer .row .col-sm-3 {
		margin-bottom: 20px
	}

	footer p.title {
		min-height: inherit;
		margin-bottom: 23px
	}

	footer ul li a {
		line-height: 2em
	}

	footer ul li:after {
		content: none!important
	}

	footer .last-list-holder p {
		text-align: center
	}
	
	.default-check-price-form {
		display: block
	}

	.top-section-holder  .default-check-price-form {
		display: inline-block
	}
	
	.default-check-price-form .the-serviceselect-wrap {
		margin: 0 0 15px;
		width: 240px
	}

	.default-check-price-form .the-postfield-wrap {
		margin: 0 0 15px;
		width: 240px;
		display: block;
	}

	.default-check-price-form .the-postfield {
		padding: 20px 15px 10px 24px
	}

	.default-check-price-form .submit-wrapper-with-loader {
		position: relative;
		margin: 0;
		vertical-align: top;
		width: 240px;
		margin: 0;
	}

	.default-check-price-form .submit-wrapper-with-loader input[type=submit] {
		padding: 16.5px 10px
	}

	.default-check-price-form label.error-message {
		position: relative;
		left: auto!important;
		top: auto!important;
		text-align: left;
		padding: 0;
		background: 0 0;
		box-shadow: none;
		line-height: 0;
		margin: 0;
		font-size: 0
	}

	.default-check-price-form label.error-message:before {
		display: none
	}

	.default-check-price-form label.error-message.visible {
		font-size: 12px;
		line-height: 18px;
		margin-top: 5px
	}

	.section-more-fantastic-services .other-service-categories-item {
		width: 100%
	}
	.social-icons {
		text-align: center;
		margin-bottom: 20px
	}
	.top-image-section {
		padding: 50px 0
	}
	.has-new-label:after {
		top: 5px;
		right: 20px;
		font-size: 10px;
		padding-top: 2px;
		padding-bottom: 2px
	}
	.truspilot-section.section-holder h2 {
		margin-bottom: 25px
	}

	.copyright-text {
		margin-top: 0;
	}
}