:root {
	color: #01121F;
	color: #707070;
	color: #FBFAF9;
	color: #C9B896;
	color: #E2D7C1;
	color: #F0EADC;
	color: #79D3E6;
	color: #0D3457;
	color: #0069FF;
}


body {
	margin: 0px;
	padding: 0px;
	color: #01121F;
    font-size: 16px;
    font-weight: 300!important;
    font-family: 'Urbanist', sans-serif;
}

a {
	color: #01121F;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
}

p, dt, dd, li, a {
	font-size: 17px;
    font-weight: 500;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

strong, b {
	font-weight: 800!important;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
	margin-bottom: 0;
}

img {
	width: 100%;
	height: auto;
}

.text-off-white {
	color: rgb(229 235 241) !important;
}

.card {
	border: 1px solid #01121F;
	border-radius: 5px;
}

.color-heading {
	background-color: rgb(229 235 241) !important;
	padding: 2% 0;
}

.mt-lg-n5 {
	margin-top: -10%!important;
}

.bg-light {
    background-color: rgb(229 235 241) !important;
}

.text-bg-light {
	background-color: rgb(229 235 241) !important;
	border-color: rgb(229 235 241) !important;
}

.blue-txt {
	color: #0069FF!important;
}

.blue-border-bottom {
	border-bottom: 1px solid #0069FF;
}

.blue-border {
    border: 2px solid #0069FF;
    border-radius: 30px;
}

.fw-bold {
	font-weight: 800!important;
}

.rounded {
	border-radius: 5px!important;
}

.notice {
    margin-top: 5%;
}

.notice .card {
    background-color: rgb(229 235 241) !important;
    border: 0;
    padding: 40px;
    border-radius: 0;
}

.btn-primary {
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: 600;
	width: auto;
}

.btn-primary.solid {
	background-color: #0069FF;
	color: #FBFAF9;
	border:1px solid #0069FF;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #0069FF;
    background-color: transparent;
    border:1px solid #0069FF;
}

.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.btn-primary:hover {
    color: #0069FF;
    background-color: transparent;
    border:1px solid #0069FF;
}

.navbar-brand p {
	font-size: 50px;
	margin-bottom: 0;
    color: #fff!important;
}

.nav-item {
    padding: 0px 20px;
}

.nav-item a {
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
}

.nav-item:hover>a, .dropdown-menu li:hover>a.dropdown-item {
	color: #0069FF;
	background-color: transparent;
}

.dropdown-menu li>a.dropdown-item:hover {
	color: #0069FF;
	background-color: transparent;
}

.nav-item.active a, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .dropdown-item:focus, .dropdown-item:hover {
	color: #0069FF;
	background-color: transparent!important;
}

.services-pages .nav-item.active a, .services-pages .navbar-nav .nav-link.active, .services-pages .navbar-nav .nav-link.show, .services-pages .dropdown-item:focus, .services-pages .dropdown-item:hover {
    color: #fff;
    background-color: transparent !important;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
}

.dropdown-toggle::after, .dropdown-submenu:after  {
    display: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 5px;

}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #01121F;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu .dropdown-toggle i, .dropdown-submenu i {
    float: right;
    margin-right: 20px;
    font-size: 25px;
    vertical-align: middle;
    line-height: 30px;
    margin-left: 10px;
}

.submenu {
	min-width: 240px;
}

.dropdown-menu {
    position: absolute;
	top: 100%;
    left: 30px;
    border-radius: 0;
    border: 0;
    width: max-content!important;
	/* min-width: 280px; */
    padding: 10px 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0;
    clear: both;
    font-weight: 100;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    line-height: 28px;
    vertical-align: middle;
}

.navbar-nav .dropdown-menu a {
    padding: 5px 0px 0px 5px !important;
    font-size: 15px!important;
    color: #01121F!important;
	background-color: transparent;
}

.services-pages .nav-item.active a, .services-pages .navbar-nav .nav-link.active, .services-pages .navbar-nav .nav-link.show {
	color: #fff;
}

.services-pages .btn-primary:hover {
    color: #fff !important;
    background-color: #0D3457;
    border: 1px solid #0D3457;
}

.services-pages .nav-item.active a.dropdown-item {
    color: #01121F;
}

.dropdown .dropdown-menu li>.dropdown-item.active, .dropdown .dropdown-menu li>.dropdown-item:active {
	color: #0069FF!important;
}

/* .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border: 0;
    box-shadow: 0px 2px 3px 2px #6c757d45;
	width: 300px!important;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 30px;
}

.navbar-nav .dropdown-menu a {
    padding: 10px 15px 5px 20px !important;
    font-size: 15px!important;
    color: #01121F!important;
	background-color: transparent;
}

.dropdown .dropdown-menu li>.dropdown-item.active, .dropdown .dropdown-menu li>.dropdown-item:active {
	color: #0069FF!important;
}

.navbar-default .dropdown-menu {
    left: 0!important;
    width: 270px;
    background-color: #fff;
    border-radius: 0;
    border: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu li {
	position: relative;
}
.dropdown-menu .dropdown-submenu {
	display: none;
	position: relative;
	left: 100%;
    top: 0px;
}
.dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
}

.multi-dropdowns .dropdown-menu.dropdown-submenu {
	max-width: 260px!important;
} */

.multi-dropdowns .dropdown-toggle>i {
    float: right;
    vertical-align: middle;
    line-height: 25px;
    font-size: 20px;
}

.nav-link i {
    vertical-align: middle;
    padding-left: 5px;
}

/* .dropdown-item.active, .dropdown-item:active {
    color: #0069FF;
    background-color: transparent;
} */

.mobile-brand {
	display: inline-block!important;
}

.navbar-brand {
	display: inline-block;
}

.services-pages .nav-item a {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.services-pages .navbar-brand {
	display: inline-block;
	color: #fff!important;
}

/* .services-pages .nav-item a {
	font-weight: 600;
    font-size: 17px;
	color: #fff;
}

.services-pages .nav-item .btn-primary.solid {
    background-color: #fff;
    color: #0069ff !important;
    border: 2px solid #0069ff;
} */

header {
    padding: 10px 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
}

/* Home */
.home-header {
    background-color: #01121F !important;
    text-align: center;
    padding: 8% 0 5% 0;
    color: #fff!important;
}

.clutch-logo {
    width: 70%;
}

.header-logo {
    width: 75%;
    height: auto;
}

.page-heading {
	font-weight: 800;
	font-size: 40px;
    color: #fff!important;
}

.home-intro-services {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/2025/home%20header%20background.jpg');
	background-size: cover; 
	background-position: center;
	color: #fff;
	padding: 60px 0;
}

.background-block {
    background-color: #01121fab;
    padding: 30px 40px;
    border-radius: 5px;
}

.home-intro-services.expertise {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/2025/technical%20expertise.jpg');
	background-size: cover; 
	background-position: center;
	color: #fff;
	padding: 60px 0;
}

.home-intro-services .row {
	height: 300px;
	align-items: center;
}

.home-intro-services h3, .home-intro-services p {
	color: #fff;
	text-align: center;
}

.home-header p {
	font-weight: 600;
	font-size: 20px;
}

.home-intro-new {
	padding: 5% 0 3% 0;
}

.home-intro-new img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.home-intro-new .h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: normal;
}

.home-intro-new .card .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
    height: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.home-intro-new .card-footer {
    padding: 20px 0 0;
    background-color: transparent;
    border-top: 0;
}

.home-intro-new .card {
	margin-bottom: 30px;
}

.home-intro-new .card, .home-intro-new .card-body {
	border: 0;
	padding: 0;
	min-height: 80px;
}

.home-intro-new .card i, .home-intro-new i {
	color: #0069FF;
	font-size: 40px;
	margin-bottom: 20px;
}

.home-intro-new .card a {
    color: #0069FF;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #0069FF;
}

/* .home-webdesign img {
	width: 100%;
} */

.timeline-carousel__item-inner .card {
    min-height: 600px;
}

.controls {
    width: auto;
}

.customize-tools {
    position: absolute;
    top: 45%!important;
    left: 0;
    right: 0;
    max-width: 100%;
    width: auto;
}
.customize-tools #customize-controls li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    color: #000;
}

.customize-tools #customize-controls li i:hover {
    cursor: pointer;
}

.customize-tools #customize-controls .prev { 
	left: 13%!important; 
	z-index: 999;
	position: absolute;
    width: auto;
}

.customize-tools #customize-controls .next {
    right: 13%!important;
    z-index: 999;
    position: absolute;
    width: auto;
}

/* .webdesign-img-1 img {
    min-width: 610px;
    height: 608px;
	width: 80%;
} */

.xero-card img {
	margin-bottom: 20px;
}
.whoweare {
	padding: 2% 0;
}

.whoweare .card {
	flex-direction: row;
}

.whoweare .card.text-bg-light a {
	color: #0069FF;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #0069FF;
}

.testimonials .card #chat-bubble {
    color: #0069FF;
    font-size: 50px;
}

.testimonials .carousel-item {
	margin-top: 40px;
	position: relative;
	padding-right: 20px;
}

.testimonials .slide-controls {
    position: absolute;
    top: -70px;
    right: 0;
    width: 5%;
}

.testimonials .slide-controls i {
    color: #0069FF;
    font-size: 30px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}

.technologies, .blog-main, .packages, .blog-post {
	padding: 5% 0;
}

.home-portfolio {
    padding: 5% 0 4% 0;
}

.client-logos {
	background-color: rgb(229 235 241) !important;;
	padding: 5% 0;
}

.client-logos img {
    width: 100%;
    height: auto;
}

.outsource {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/new-map.png');
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0;
	background-color: rgb(229 235 241) !important;;
}

.outsource .row {
	height: 600px;
}

/* Slick slider */
.slick-dotted.slick-slider {
	margin: 0;
}

.slides {
	width: 100%;
	overflow-x: hidden;
}
.slides .slide {
	color: #419be0;
	background: white;
	width: 100%;
	/* height: 100vh; */
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
}

.timeline-carousel {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.timeline-carousel__item {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	padding-right: 40px;
}
.timeline-carousel__item .media-wrapper {
	opacity: 0.4;
	padding-bottom: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
	width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
	position: relative;
}

.slick-slide img {
    display: block;
    width: 392px;
    height: 451px;
}

.services-header {
	background-position: center;
	background-size: cover;
	padding-top: 4%;
	height: 450px;
	align-items: center;
	display: flex;
	/* margin-top: 6%; */
}

.wsh-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/services/hosting-header.jpg');
}

.gd-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/services/xero-header.jpg');
}

.ewd-header{
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/2025/services/ecommerce/ecommerce%20header.jpg');
}

.wd-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/services/webdesign-header.jpg');
}

.csd-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/services/software-header.jpg');
}

.sm-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/services/digital-marketing-header.jpg');
}

.seo-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/services/seo-header.jpg');
}

.mad-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/services/mobile-app-header.jpg');
}

.cxi-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/services/xero-header.jpg');
}

.bes-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/services/business-email-header.jpg');
}

.bd-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/services/branding-design-header.jpg');
}

.en-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/2025/services/emailmarketing/emailmarketingheader.jpg');
}

.wi-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/2025/whatsapp-service-header.jpg');
}

.services-header h1, .services-header p {
	color: #fff;
	margin-bottom: 0;
}

.uxd-header {
	background-image: url('https://files.crtgroupstorage.com/crtwebsite/2025/services/uxdesign/uxdesignheader.jpg');
}

/* About page */
.service-body {
    background-color: rgb(229 235 241) !important;;
	padding: 5% 0;
}

.service-body p>a:hover, .what-cost p>a:hover {
	color: #0069FF;
}

.service-body img {
	border-radius: 5px;
}

.softservv-logo {
    width: 40%;
    height: auto;
}

.policy {
	padding: 5% 0 5% 0;
}

.policy li {
	line-height: 30px;
}

.policy li>a{
	color: #0069FF;
}

.policy-page header {
    background-color: #01121F;
}

.about-header, .projects-header, .contact-header, .blog-header {
	background-color: #01121F !important;
	padding: 7% 0 3% 0;
    color:#fff!important;
}

.support-page {
    background-color: #01121F !important;
    padding: 7% 0 5% 0;
    color: #fff!important;
}

.support-page a {
    color: #fff!important;
    text-decoration: underline;
}

.values, .what-cost {
	background-color: #01121F;
	padding: 5% 0;
	color: #FBFAF9;
}

.values h3, .what-cost a {
	color: #FBFAF9;
}
.values li {
    line-height: 40px;
}

.about, .benefit, .branding-portfolio, .xero, .projects, .contact-details, .request-quote {
	padding: 5% 0;
}

.thank-you-page {
	padding: 10% 0;
}

.convert, .examples {
	padding-bottom: 5%;
}

.app-dev-features, .email-marketing {
	padding-top: 5%;
}

.features dt>i {
	font-size: 19px;
	vertical-align: middle;
}

.projects .card, .projects img {
	margin-bottom: 30px;
}

.projects .card img {
	margin-bottom: 0;
}

.card-title .text-break {
    width: 70%;
    display: inline-block;
}

.card-title .btn-primary, .timeline-carousel__item-inner .card .card-title .btn-primary {
    width: 30%;
}

.projects .card .card-title, .timeline-carousel__item-inner .card .card-title {
    margin-bottom: 20px;
    vertical-align: middle;
    line-height: 25px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
    font-size: 25px;
    height: auto;
}

#map {
	height: 500px;
	width: 100%;
}

form select:hover {
	cursor: pointer;
}

form input, form label, form textarea, form select {
	width: 95%;
}

form input, form textarea, .form-control {
	border: 0;
	border-bottom: 2px solid #01121F;
	padding: 10px;
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 0;
	height: auto;
}

textarea.form-control {
    height: 150px;
}

form textarea {
	height:200px;
}

form select.form-select {
	-webkit-appearance:none;
   	-moz-appearance:none;
   	appearance: none;
	background: url('https://crtgroup.fra1.digitaloceanspaces.com/crtwebsite/angle-down-dark.png') 100% / 20px 10px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-bottom: 2px solid #01121F;
	padding: 10px;
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 0;
	height: auto;
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.label-bigger {
	font-size: 24px;
	display:block;
	width:100%;
	font-weight: 700;
	color:#063458;
	margin-bottom: 15px;
	margin-top: 10px;
	text-transform: uppercase;
}

form label {
	color: #01121f;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
}

#contact-form {
	margin-bottom: 10px;
	z-index: 99999999999;
}

/* [type=submit]:disabled, button.btn-primary.solid:disabled {
    cursor: no-drop;
    background-color: #0769f996!important;
	color: #fff;
} */

.sent {
	padding: 15px 15px;
	text-align: center;
	background-color: #CBF5E5;
	border-radius: 4px;
	color: #1b8c61;
	border: 1px solid #B8E7D5;
	display: none;
	margin: 10px 0;
	clear: both;
	margin-top: 15px;
}

.sent span {
	font-size: 18px;
}

.error {
    padding: 15px 15px;
    text-align: center;
    background-color: #e14d46;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #b8e7d5;
    display: none;
    margin: 10px 0;
    clear: both;
    margin-top: 15px;
}

.error span {
	font-size: 18px;
}

.email2, #email2, .email3, #email3 {
	display: none;
}

.checkbox {
    margin: 0 0 15px 0;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
}
.checkbox input[type=checkbox]{
    margin: 0;
    visibility: hidden;
    left: 7px;
    top: 7px;
}
.checkbox label{
	width: 22px;
    height: 22px;
    padding: 0;
    margin: 0 15px 0 0;
    border-radius: 50%;
    border: 1px solid #666;
    cursor: pointer;
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
	margin-left: -11px;
}
.checkbox label:hover { 
	border-width: 2px; 
}
.checkbox input[type=checkbox]:checked+label{
    background-color: #0069FF;
    border: 7px solid #0069FF;
    box-shadow: none;
}
.checkbox label:before,
.checkbox label:after{
    content: "";
    background: #fff;
    width: 2px;
    height: 10px;
    opacity: 0;
    transform: translateX(-50%) rotate(55deg);
    position: absolute;
    left: 160%;
    top: -10px;
    transition: all 0.2s ease 0s;
}
.checkbox label:after{
	height: 7px;
    transform: translateX(-50%) rotate(-33deg);
    left: -35%;
    top: -6px;
}
.checkbox input[type=checkbox]:checked+label:before{
    opacity: 1;
    transform: translateX(-50%) rotate(55deg);
    left: 75%;
    top: 0px;
}
.checkbox input[type=checkbox]:checked+label:after{
    opacity: 1;
    transform: translateX(-50%) rotate(-33deg);
    left: 1%;
    top: 2px;
}

.checkbox span {
	font-size: 16px;
    font-weight: 500;
}

input:focus, textarea:focus, select.form-select:focus, .form-control:focus {
	border-bottom: 2px solid #0069FF;
	box-shadow: none;
}

.dropzone {
    border: 2px dotted #c9d8db!important;
    margin-bottom: 30px;
    height: 200px;
    padding: 45px 20px!important;
    width: 97%;
    text-align: center;
    align-items: center;
    display: grid;
}

.dropzone .dz-message .dz-button {
    font-size: 18px!important;
    font-weight: 600!important;
    background-color: transparent;
    border: 0;
}

.dropzone .dz-message .note {
    font-size:14px!important;
    font-style: italic!important;
}

/* Outsource page */
.outsource-header {
    background-image: url('https://files.crtgroupstorage.com/crtwebsite/new-map.png');
    background-size: 38%;
    background-position: right bottom 20%;
    padding: 10% 0 5% 0;
    background-repeat: no-repeat;
    background-color: rgb(229 235 241) !important;
}

.proj-highlights {
	background-color: rgb(229 235 241) !important;
	padding: 16% 7%;
}

.flag img {
	width: 8%;
	vertical-align: middle;
}

/* Footer */
footer {
	background-color: #01121F;
	padding-top: 5%;
	padding-bottom: 20px;
	color: rgb(229 235 241) !important;;
}

footer p, footer a {
	color: rgb(229 235 241) !important;;
}

footer a:hover {
	color: #0069FF;
}

footer i {
	font-size: 25px;
	padding: 0 5px;
}

footer h3 {
	color: rgb(229 235 241) !important;;
	font-weight: 800;
	font-size: 40px;
    margin-bottom: 12px;
}

footer h4 {
	color: rgb(229 235 241) !important;;
	font-size: 50px;
}

footer .btn-primary {
	margin: 30px 0;
}

footer .btn-primary:hover, .home-intro-services.expertise .btn-primary:hover, .values .btn-primary:hover, .what-cost .btn-primary:hover {
    color: #fff !important;
    background-color: transparent!important;
    border: 1px solid #fff!important;
}

footer .logo {
    width: 20%;
    height: auto;
}

footer img {
    width: 95%;
    height: auto;
}

.logos-row {
    margin: 0 20%;
}

.xero-logo-foot img {
    width: 90%;
    text-align: left;
    float: left;
}

.back-to-top {
    position: fixed;
    left: auto;
	right: 0;
    bottom: 0px;
    top: auto;
    border-radius: 60px;
    display: block;
    height: 60px;
    margin: 0px 12px;
    overflow: visible;
    padding: 0px;
    width: 40px;
    z-index: 2147483644;
    color: #063458;
    text-align: center;
    align-items: center;
    line-height: 55px;
	z-index: 99999;
}

.back-to-top i {
	background-color: #fff;
    font-size: 30px;
    vertical-align: middle;
	color: #063458;
	border-radius: 100%;
}

.back-to-top a:focus, .back-to-top a:active {
    color: #fff;
}

.gm-style-iw.gm-style-iw-c {
    padding-inline-end: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    max-height: 219px;
	width: 250px;
    min-width: 250px;
    max-width: 250px;
}

.gm-style-iw-chr {
    position: absolute;
    right: 0;
    top: 0;
}

.gm-style .gm-style-iw {
    padding-top: 15px !important;
	padding: 20px;
}

.error-page {
	padding: 20vh 0;
}
