* {
	--primaryColor: #c3a15b;
}

@keyframes jump {
	0% {
		top: 0;
	}
	50% {
		top: 50px;
	}
	100% {
		top: 0;
	}
}

hr {
	border-color: rgba(255, 255, 255, 0.25);
}

.full-width {
	width: 100vw;
	margin-left: 50%;
	-webkit-transform: translateX(-50vw);
	transform: translateX(-50vw);
}

#arrow-down {
	position: relative;
	margin: -100px auto 0 0;
	text-align: center;
	animation: jump 5s infinite;
}

#arrow-down i {
	content: "\f0a8";
	font-family: "FontAwesome";
	font-size: 30px;
	color: #fff;
}

.s-bright-arrow {
	bottom: 0;
	height: 25px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 4;
}

.s-bright-arrow .a1 {
	border-right-color: transparent !important;
	left: 0;
}

.s-bright-arrow .a2 {
	border-left-color: transparent !important;
	right: 0;
}

.s-bright-arrow .a1 {
	border: 15px solid transparent;
	border-top: none;
	bottom: 0;
	box-sizing: border-box;
	height: 0;
	position: absolute;
	width: 50%;
	border-right: 27px solid transparent;
}

.s-bright-arrow .a2 {
	border: 15px solid transparent;
	border-top: none;
	bottom: 0;
	box-sizing: border-box;
	height: 0;
	position: absolute;
	width: 50%;
	border-left: 27px solid transparent;
}

.page-thank {
	margin-top: 60px;
}

.header .navbar ul.submenu li {
	height: 45px !important;
	transition: height 0.3s;
}

.header .navbar ul.submenu li a{
	height: 100% !important;
}

/*
body.scrolling .header .navbar ul.submenu li {
    height: auto;
} */

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: var(--primaryColor);
	color: #fff;
}

.fixed-cta-phone {
	position: absolute;
	left: 5px;
	z-index: 99;
	overflow: visible;
}

.hotline {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 12px;
	transition: all 0.3s;
	padding: 6px 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	background-color: RGBA(0, 0, 0, 0.8);
	box-shadow: 2px 2px 1px #080808;
	border: 1px solid var(--primaryColor);
	border-top: none;
}

.hotline:before {
	background-image: url(../images/icon-phone.svg);
	background-position: center center;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	width: 55px;
	height: 100%;
	content: "";
	flex: 0 0 60px;
	position: absolute;
	top: 0;
	left: 0;
}

.scrolling .hotline {
	padding: 0px;
}

.scrolling .hotline .biz-contact-text {
	display: none;
}

.scrolling .hotline:before {
	background-size: 20px 20px;
}

.content {
	box-sizing: border-box;
	padding: 5px 0px 0 55px;
	height: 100%;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}

.biz-contact-text{
	white-space: nowrap;
	color: #bfbfbf;
	display: flex;
	align-items: center;
	font-size: 13px;
	margin-right:5px;
}

.numbers {
	display: inline-flex;
	color: #f8f8f8;
	white-space: nowrap;
	align-items: center;
	gap: 2px;
}

.numbers a {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 2.5px;
	width: 100%;
	margin-bottom: 5px;
	margin-right: 5px;
	white-space: nowrap;
}

.contact-section p a {
	color: #af842b;
	font-weight: 600;
}

.iti-mobile .intl-tel-input.iti-container {
	top: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
	right: 0px !important;
	z-index: 999999;
}

.sa-success {
	/* left: 35% !important; */
}

#page-content .page-builder p {
	line-height: 27px;
}

.shr-news-content .shr-awesome {
	position: relative !important;
	margin-bottom: 20px;
}

.shr-news-content {
	padding-left: 0px !important;
	text-align: center;
}

.shr-news-content {
	position: relative;
}

.shr-news-area {
	padding: 60px 0px 60px;
	text-align: center;
}

.shr-news-info ul li {
	float: none !important;
}

.panel-body a {
	color: var(--primaryColor);
}
.contact-ct .panel-body {
	padding-top: 0px;
}
.contact-ct .panel-body h3 {
	margin-top: 0px;
}
#page-content ul {
	list-style: initial;
	padding-left: 40px;
}
.language {
	position: absolute !important;
	z-index: 9999;
	right: 15px;
	list-style: none;
}
.language a {
	font-family: "freight-text-pro";
	font-style: italic;
	font-size: 23px;
	border-bottom: 1px solid;
	transition: all 0.3s ease;
	color: #c39b4a;
	display: flex;
	text-decoration: none;
}
.language a i {
	font-size: 18px;
	padding-top: 10px;
	padding-right: 5px;
}
.language .more {
	color: #fff !important;
	background: transparent;
	min-width: 100%;
	height: auto;
	line-height: 40px;
	border-radius: 0px;
	border: transparent;
	box-shadow: none;
}
.language .more > li > a:hover {
	color: #acacac !important;
	background-color: transparent;
}
.list-group {
	padding-left: 0 !important;
}
.sa {
	width: 100%;
	padding: 26px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sa-success {
	border-radius: 50%;
	border: 4px solid #a5dc86;
	box-sizing: content-box;
	height: 80px;
	padding: 0;
	position: relative;
	background-color: #fff;
	width: 80px;
	/* left: 41%; */
}
.sa-success:after,
.sa-success:before {
	background: #fff;
	content: "";
	height: 120px;
	position: absolute;
	transform: rotate(45deg);
	width: 60px;
}
.sa-success:before {
	border-radius: 40px 0 0 40px;
	width: 26px;
	height: 80px;
	top: -17px;
	left: 5px;
	transform-origin: 60px 60px;
	transform: rotate(-45deg);
}
.sa-success:after {
	border-radius: 0 120px 120px 0;
	left: 30px;
	top: -11px;
	transform-origin: 0 60px;
	transform: rotate(-45deg);
	animation: rotatePlaceholder 4.25s ease-in;
}
.sa-success-placeholder {
	border-radius: 50%;
	border: 4px solid rgba(165, 220, 134, 0.25);
	box-sizing: content-box;
	height: 80px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 80px;
	z-index: 2;
}
.sa-success-fix {
	background-color: #fff;
	height: 90px;
	left: 28px;
	position: absolute;
	top: 8px;
	transform: rotate(-45deg);
	width: 5px;
	z-index: 1;
}
.sa-success-tip,
.sa-success-long {
	background-color: #a5dc86;
	border-radius: 2px;
	height: 5px;
	position: absolute;
	z-index: 2;
}
.sa-success-tip {
	left: 14px;
	top: 46px;
	transform: rotate(45deg);
	width: 25px;
	animation: animateSuccessTip 0.75s;
}
.sa-success-long {
	right: 8px;
	top: 38px;
	transform: rotate(-45deg);
	width: 47px;
	animation: animateSuccessLong 0.75s;
}
@keyframes animateSuccessTip {
	0%,
	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}
@keyframes animateSuccessLong {
	0%,
	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px;
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}
@keyframes rotatePlaceholder {
	0%,
	5% {
		transform: rotate(-45deg);
	}

	100%,
	12% {
		transform: rotate(-405deg);
	}
}
.sweet-alert {
	text-align: center;
	border-radius: 0px;
}
.svg-success {
	stroke-width: 2px;
	stroke: #8ec343;
	fill: none;
}
.svg-success path {
	stroke-dasharray: 17px, 17px;
	stroke-dashoffset: 0px;
	-webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
	animation: checkmark 0.25s ease-in-out 0.7s backwards;
}
.svg-success circle {
	stroke-dasharray: 76px, 76px;
	stroke-dashoffset: 0px;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	-webkit-animation: checkmark-circle 0.6s ease-in-out forwards;
	animation: checkmark-circle 0.6s ease-in-out forwards;
}
@keyframes checkmark {
	0% {
		stroke-dashoffset: 17px;
	}

	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 76px;
	}

	100% {
		stroke-dashoffset: 0px;
	}
}
.sweet-alert h2 {
	color: #575757;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
	margin: 10px 0;
	padding: 0;
	line-height: 40px;
	display: block;
}
.sweet-alert p {
	color: #797979;
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	position: relative;
	text-align: inherit;
	float: none;
	margin: 10px 0;
	padding: 0;
	line-height: normal;
}
.sweet-alert .confirm {
	border-radius: 0px;
	background-color: var(--primaryColor);
	color: #fff;
	animation: 9s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
}
.successMessage {
	animation: 4s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
}
.btn-shadow {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
	box-shadow: 0 4px #b2b2af69;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}
#home-slider .slider-entry h1 {
	--duration: 1s;
	color: #fff;
	font-weight: 600;
	font-size: 36px;
	position: relative;
	text-align: center;
	opacity: 0;
	visibility: visible;
	margin-top: 0px;
	text-shadow: 2px 1px black;
	animation: ani 1s forwards;
}
#home-slider .slider-entry p {
	animation: ani 1s 0.2s forwards;
}
#home-slider .slider-entry a {
	animation: ani1 1s 0.5s forwards;
	opacity: 0;
}
.masthead .bg-container.home {
	position: relative;
	overflow: hidden;
	background-color: #1a2026;
}
.cta {
	background: rgba(68, 68, 68, 0.78);
	color: #fff;
	padding: 15px;
	position: fixed;
	/* display: flex; */

	cursor: pointer;
	bottom: 0;
	/* align-items: center; */

	width: 100%;
	justify-content: center;
	z-index: 5;
}
.cta span {
	padding-left: 10px;
}
#page-content p {
	margin: 0;
}
.selected-flag {
	max-height: 35px;
}
.intl-tel-input {
	width: 100%;
}
#page-content .page-builder p {
	padding-bottom: 6px;
	padding-top: 6px;
}

.shr-news-col {
	margin-bottom: 50px;
	background: #fff;
	padding: 30px;
}
.shr-news-content {
	position: relative;
	padding-left: 140px;
}
.shr-news-content .shr-awesome {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0px;
	font-size: 50px;
	text-align: center;
	border-radius: 50%;
}
.shr-news-content h3 a {
	text-transform: uppercase;
	color: #000;
}
.shr-news-info {
	margin: 10px 0px;
}
.shr-news-info ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.shr-news-info ul li {
	float: left;
	margin-right: 20px;
}
.shr-news-content .shr-awesome {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.property-ct {
	width: 100%;
	position: relative;
	display: block;
	transition: all 0.3s;
	box-shadow: 5px 5px 50px transparent;
	margin-bottom: 30px;
}
.property-ct .thumb {
	position: relative;
	z-index: 0;
}
.property-ct .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 235px;
}
.property-ct .price {
	position: absolute;
	bottom: 12px;
	left: 12px;
	z-index: 12;
	background-color: #fff;
	padding: 4px 12px 0;
	font-size: 25px;
	font-weight: bold;
	color: var(--primaryColor);
	transition: all 0.5s;
}
.property-ct .detail {
	padding: 24px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
}
.property-ct .detail .name {
	color: #323232;
	font-size: 18px;
	font-weight: bold;
}
.property-ct .detail .address {
	font-size: 14px;
	color: var(--primaryColor);
	position: relative;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}
.property-ct .detail .address i {
	padding-right: 5px;
}
.property-ct .meta {
	padding: 12px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.property-ct .meta ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.property-ct .meta ul li {
	width: 50%;
	display: flex;
	justify-content: space-between;
	padding-right: 12px;
	font-size: 14px;
	color: var(--primaryColor);
	margin-top: 12px;
	position: relative;
}
.property-ct .meta ul li strong {
	color: #323232;
}
.property-ct:hover {
	box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.25);
}
.property-ct:hover .price {
	background-color: var(--primaryColor);
	color: #fff;
}
.filter-form {
	padding: 24px 0px;
}
.input-inline {
	width: 19.6%;
	display: inline-block;
	padding: 5px 0px;
}
.input-inline .form-control {
	height: 44px;
}
.no-rounded {
	border-radius: 0px !important;
}
.input-inline button.form-control {
	background-color: #bda87f;
	color: #fff;
	border: 1px solid #bda87f;
}
.input-inline .form-control {
	border-color: #bda87f;
}
.room-facilities {
	background: #f5f5f5;
	padding: 30px;
}
.carousel-inner {
	position: relative;
	width: 100%;
	min-height: 300px;
}
.crousel_left span,
.crousel_right span {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	top: 50%;
	position: relative;
	display: inline-block;
	transform: translateY(-50%);
}
.room-facilities {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	padding: 20px;
	width: 100%;
	margin-bottom: 30px;
	border: 2px dashed var(--color);
}
.room-facilities h2 {
	border-bottom: 1px solid #ececec;
	color: #464646;
	font-size: 22px;
	margin-bottom: 5px;
	padding-bottom: 15px;
}
.single-facilities-ct li {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
}
.single-facilities-ct ul {
	padding-left: 0 !important;
}
.single-facilities-ct li i {
	color: #fff;
	width: 30px;
	height: 30px;
	background: #444;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
}
@media screen and (max-width: 575.98px) {
	.header .navbar .navbar-header {
		max-width: 150px !important;
	}

	.logo-hotline-c {
		margin-right: 15px;
	}
}

@media screen and (max-width: 991.98px) {
	.header .navbar .navbar-brand {
		width: 100%;
		justify-content: left;
	}

	.logo-hotline {
		/* height: 75px; */
		justify-content: center;
		align-items: center;
		text-align: center;

		flex-wrap: wrap;
		transition: all 0.3s;
	}
	.logo-hotline-c {
		color: #fff;
	}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.page-thank {
		margin-top: 54px;
	}

	#main-menu.in .nav {
		display: block;
		padding: 0;
	}

	#main-menu .nav {
		width: 100%;
		float: left;
		margin: 0;
		flex-grow: initial;
	}

	#main-menu.in .nav {
		display: block;
		padding: 0;
	}

	/* .navbar-toggle .icon-bar {
		height: 1px;
		background-color: #acacac;
		width: 30px;
		margin-bottom: 10px;
	} */

	.navbar-brand > img {
		height: 80%;
		width: auto;
	}

	.navbar-nav {
		width: 50%;
		padding: 0 15px;
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-nav > li {
		float: initial;
	}

	.header .navbar-nav li a {
		height: 30px;
	}

	.header .navbar .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media screen and (min-width: 1441px) {
	#fixed-right-block {
		display: none !important;
	}

	.fixed-right-block-w {
		display: none !important;
	}

	#temp-whatsapp-2 {
		display: none !important;
	}
	.header .navbar ul li a {
		padding: 0px 20px;
		font-size: 14px;
	}
}
@media screen and (min-width: 1200px) {
	.page-thank {
		margin-top: 78px;
	}

	.header .navbar ul li.more .cs-btn {
		color: #ddd;
	}

	.header .navbar .navbar-header {
		max-width: 20vw;
	}
	/* ***********************************popup************************************ */

	.banner {
		display: none;
	}

	.banner-overlay {
		display: none;
	}

	.banner {
		width: 800px;
		height: 500px;
		background: #444444;
		z-index: 5;
		position: fixed;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		left: 50%;
	}

	.banner .fillerimg {
		height: 100%;
		width: 40%;
		background-size: cover;
		float: left;
	}

	.banner .block {
		height: 100%;
		float: left;
		width: 60%;
		padding: 50px;
		position: relative;
		background: white;
		color: black;
	}

	.banner .block .bannerclose {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 25px;
		cursor: pointer;
		opacity: 0.6;
		background: black;
	}

	.banner .block .textBox {
		position: absolute;
		top: 40%;
		transform: translateY(-60%);
		-moz-transform: translateY(-60%);
		-o-transform: translateY(-60%);
		-webkit-transform: translateY(-60%);
		width: 79%;
		overflow: auto;
	}

	.banner .block .textBox::-webkit-scrollbar-track {
		background-color: transparent;
	}

	.banner .block .textBox::-webkit-scrollbar {
		width: 10px;
		background-color: transparent;
	}

	.banner .block .textBox::-webkit-scrollbar-thumb {
		background-color: #444;
		border: 2px solid #555555;
	}

	.banner .block .textBox h2 {
		font-size: 33px;
		line-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		max-height: 160px;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.banner .block .textBox ul {
		margin-top: 30px;
		max-height: 170px;
		color: #9a9b9c;
	}

	.banner .block .textBox li {
		list-style: none;
		display: table-row;
		color: #9a9b9c;
	}

	.banner .block .textBox li::before {
		content: "·";
		font-size: 40px;
		display: table-cell;
		padding-right: 0;
		top: 7px;
		position: relative;
		line-height: 20px;
	}

	.banner .block .terms {
		position: absolute;
		bottom: 140px;
		color: #9a9b9c;
		font-size: 13px;
		width: 90%;
	}

	.banner .enquiryButton {
		position: absolute;
		bottom: 104px;
		text-transform: uppercase;
		width: 90%;
	}

	.banner .enquiryButton a {
		border: 1px solid;
		padding: 10px 30px;
		font-size: 13px;
		color: #9a9b9c;
	}

	.enquiryButton2 a {
		border: 1px solid;
		padding: 10px 30px;
		font-size: 13px;
		color: #fff;
	}

	.banner-overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.6);
		z-index: 4;
	}
}

.navbar-nav > li > .dropdown-menu {
	background-color: #323232;
}
.dropdown-menu {
	min-width: 100% !important;
}
.bootstrap-timepicker-widget.dropdown-menu,
.datepicker-dropdown.dropdown-menu {
	min-width: unset !important;
}

@media (max-width: 991px) {
	.open > .dropdown-menu {
		background-color: transparent !important;
	}
}

@-webkit-keyframes ani {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes ani1 {
	from {
		transform: translateY(100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.table-responsive > .table > tbody > tr > td {
		white-space: normal !important;
	}
}

.cta-phone-mobile {
	width: 100%;
	padding-right: 70px;
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.logo-hotline-c {
	margin: 0;
}

@media (max-width: 991.98px) {
	.header .navbar .navbar-header {
		position: relative;
		max-width: 100% !important;
		width: 100vw !important;
		min-width: 100vw;
	}

	.header .navbar .navbar-brand {
		width: 150px;
	}

	.dropdown .dropdown-toggle {
		display: flex;
		justify-content: space-between;
	}
}

@media (max-width: 425px) {
	.header .navbar .navbar-brand {
		width: 100px;
	}
}

@media (max-width: 991.98px) {
	#main-menu.in .nav {
		height: calc(100vh - 75px);
		padding-bottom: 70px;
		overflow-y: auto;
	}
}


i svg {
	height: auto;
}

#popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity .3s;
	opacity: 0;
	visibility: hidden;
}

#popup.showUp {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s;
}

#popup .popup-content {
	width: 640px;
	height: 480px;
	position: relative;
	max-width: 90%;
	display: flex;
	flex-wrap: wrap;
}

#popup .popup-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 40%;
	height: 100%;
	position: relative;
	z-index: 0;
}

#popup .popup-image img {
	max-width: 100%;
}

#popup .popup-entry {
	background-color: #FFF;
	color: #1a1a1a;
	padding: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 60%;
	height: 100%;
	position: relative;
	z-index: 0;
}

#popup .popup-big-text {
	margin-bottom: 24px;
}

#popup .popup-big-text h3 {
	margin: 0;
	font-size: 20px;
	margin-bottom: 6px;
}

#popup .popup-text {
	line-height: 1.5em;
	font-size: 15px;
	margin-bottom: 24px;
}

#popup .popup-buttons {
	width: 100%;
}

#popup .popup-button {
	background-color: transparent;
	display: inline-block;
	padding: 6px 24px;
	border: 1px solid var(--primaryColor);
	color: var(--primaryColor);
	transition: all 0.3s;
}

#popup .popup-button:hover {
	background-color: var(--primaryColor);
	color: #FFF;
}

#popup .popup-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 20px;
	height: 20px;
	z-index: 1000;
	cursor: pointer;
}

#popup .popup-close svg {
	width: 100%;
	height: 100%;
	fill: rgba(0, 0, 0, .5);
}
#popup .popup-privacy {
	width: 100%;
	color: rgb(125, 122, 104);
	font-size: 13px;
	margin-bottom: 12px;
}
@media (max-width: 480px) {
	#popup .popup-image {
		width: 100%;
		height: 50%;
		display: none;
	}
	#popup .popup-entry {
		width: 100%;
		height: 100%;
	}
}

.navbar-brand > img{
	background-color: var(--logoBackgroundColor);
	border-radius: 4px;
}

.bg-logoBg {
	background-color: var(--logoBackgroundColor);
  border-radius: 4px;
}

@media (max-width: 540px) {
	.cta-phone-mobile {
		padding-left: 0;
		padding-right: 65px;
	}
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.ml-0 {
	margin-left: 0;
}

.mr-0 {
	margin-right: 0;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}