@import 'reset.css';
@import 'text.css';
* {
	scroll-behavior: smooth;
}

body {
	background: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
}

small {
	font-size: 11px;
}

/* `Misc Classes
----------------------------------------------------------------------------------------------------*/

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

/* `Data Table
----------------------------------------------------------------------------------------------------*/

.data,
.data th,
.data td {
	border-style: solid;
	border-color: #ddd;
}

.data {
	border-width: 0 1px 1px;
	width: 100%;
}

.data caption {
	padding: 0 10px 5px;
	text-transform: uppercase;
}

.data th,
.data td {
	border-top-width: 1px;
	padding: 5px 10px;
}

.data th {
	white-space: nowrap;
}

.data thead th {
	background: #eee;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}

.data tbody th {
	width: 1px;
}

.data tr th:first-child {
	text-align: right;
}

/* `Code
----------------------------------------------------------------------------------------------------*/

pre,
code {
	font-size: 12px;
	font-family: Menlo, Courier, monospace;
}

pre,
.notice {
	background: #ffe;
	border: 1px solid;
	border-color: #eed #ccb #bba #ddc;
	overflow: auto;
	padding: 10px 0 10px 10px;
}

* html pre {
	overflow: hidden;
	width: 97%;
}

code {
	background: #ff9;
	padding: 0 2px;
}

/*Custom styles*/

.custom_font {
	font-weight: bold;
	color: #5a5a5a;
}

/*For typography*/

@font-face {
	font-family: 'Gotham';
	src: url('/assets/fonts/Gotham-Bold.otf');
	/* IE9 Compat Modes */
}

/*Home*/

.home__header {
	position: relative;
}

.home__header--image {
	position: relative;
}

.home__header--image img {
	width: 100%;
}

.home__header--quote {
	font-weight: bold;
	width: 50%;
	color: #000000;
	padding-top: 50px;
	font-size: 28px;
	-webkit-transform: translate(50%, 10px);
	transform: translate(50%, 10px);
	position: absolute;
}

.testimonial__title {
	text-align: center;
	padding: 20px 0;
	text-transform: uppercase;
	color: #000000;
	font-size: 30px;
	font-weight: bold;
}

.testimony {
	padding: 20px;
	width: 300px;
	height: 225px;
	box-shadow: 0 2px 3px #a09797;
	border-top: 3px solid #000000;
}

.search__form {
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	top: 20%;
	padding-top: 20px;
	width: 42%;
}

.btn_search {
	width: 100%;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #000000;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}

/*Notification*/

.error {
	color: #d8000c;
	display: none;
	background-color: #ffbaba;
	padding: 4px;
	margin: 10px 0;
	border-radius: 3px 3px 3px 3px;
	font-family: "PT Serif", serif;
}

.container_12 a {
	text-decoration: none;
	color: #000000;
}

.container_12 a:active {
	color: #000000;
}

/* .container_12 a:visited {
            color: #000000;
        } */

.container_12 a.disabled,
.container_12 a.disabled:visited {
	color: #bfbfbf;
}

.icon {
	color: #000000;
}

.property__image {
	width: 472px;
	height: 354px;
	box-shadow: 0 4px 11px 0 #949494;
}

.property__image img {
	width: 100%;
	height: 100%;
}

.property__details--location i {
	color: #000000;
}

.property__details--ratings .custom__icon {
	color: #000000;
}

.property__details .block i {
	color: #000000;
}

.property__details .block a {
	display: inline-block;
	color: #000000;
}

.property__details .block a:hover {
	color: #000000;
}

.property__details--ratings .grading {
	color: #000000;
}

.property__details--ratings i {
	color: #f2ce04;
}

.review__details--ratings i {
	color: #f2ce04;
}

.review__details--ratings p {
	color: #a9a9a9;
	display: inline-block;
}

.review__number {
	color: #928d8e;
}

.custom_button {
	background-color: #000000;
	border-radius: 3px;
	color: white;
	padding: 8px 0;
	text-align: center;
	display: block;
	font-size: 16px;
	width: 200px;
	margin: 20px 0;
	cursor: pointer;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	text-decoration: none;
}

.custom_button:hover {
	text-decoration: none;
	color: white;
}

.property__details--buttons a {
	text-decoration: none;
}

.button__back h4 {
	color: #5a5a5a;
	font-weight: 700;
	margin-left: 10px;
	cursor: pointer;
}

.button__contact {
	color: #fff;
}

.property__details-text {
	color: #5a5a5a;
}

.property__details-text h1 {
	font-weight: 700;
	white-space: pre-wrap;
	/* CSS3 */
	white-space: -moz-pre-wrap;
	/* Firefox */
	white-space: -pre-wrap;
	/* Opera <7 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* IE */
}

.property__details--location {
	padding-bottom: 10px;
	display: inline-block;
	margin-right: 10px;
}

.see__map--location {
	display: inline-block;
}

.see .container_listing_property_location {
	padding-bottom: 10px;
	color: #a5a6a7;
}

.container__margin {
	margin-left: 10px;
	color: #5a5a5a;
}

.container__margin h1 {
	font-weight: 700;
}

.description {
	/* text-indent: 50px; */
	color: #5a5a5a;
}

.description__container h4 {
	line-height: 1.5;
}

.description__container h1 {
	color: #645f5a;
}

.border-bottom {
	margin: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}

.table__information {
	width: 100%;
	display: -webkit-inline-box;
	display: inline-flex;
}

.table__information table {
	width: 100%;
}

.table__information table th {
	font-weight: 700;
}

.table__information table th::first-letter {
	text-transform: uppercase;
}

.table__information table td::first-letter {
	text-transform: uppercase;
}

.question__form form {
	margin-top: 15px;
}

.swiper-container img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.gallery-top {
	height: 510px;
	cursor: pointer;
	position: relative;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.4;
	width: 150px;
	margin-right: 10px;
	height: 112.50px;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/*Swiper full screen*/

.close-button {
	display: none;
	height: 45px;
	width: 45px;
	color: #fff;
	position: fixed;
	top: 15px;
	right: 15px;
	font-size: 32px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
	opacity: .75;
}

.close-button:before {
	content: '×';
}

.close-button:hover,
.close-button:active {
	opacity: 1;
}

.fullscreen {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #161418;
}

.fullscreen .gallery-top .slider-background {
	-webkit-filter: blur(9px) !important;
	filter: blur(9px) !important;
}

.fullscreen .gallery-top .swiper-slide {
	cursor: default;
	background-size: contain;
}

.fullscreen .close-button {
	display: block;
}

.fullscreen .gallery-top {
	height: 100%;
}

.fullscreen .gallery-thumbs {
	height: 20%;
	position: fixed;
	bottom: 0;
	width: 100%;
	opacity: 0;
	z-index: 10;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.fullscreen .gallery-thumbs:hover {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/*End of swiper full screen*/

.details_container h4 {
	color: #2e86ab;
	font-weight: 700;
}

.table {
	border-left: solid white;
	border-right: solid white;
	color: #5a5a5a;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	height: 25px;
	width: 25px;
}

/*Button back home*/

.btn__back--home {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	background-color: #000000;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
}

.text-white {
	color: #fff;
}

.text-secondary {
	color: #6c757d;
}

.my-4 {
	margin: 25px 0;
}

.padding-bottom {
	padding-bottom: 20px;
}

.py-4 {
	padding: 20px 0;
}

.py-100 {
	margin-top: 20px;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-2 {
	margin-top: 10px !important;
}

.pb-2 {
	padding-bottom: 20px !important;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.alert-danger {
	display: none;
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

/*Invoice design*/

.invoice--package--details h3 {
	color: #404042;
	font-weight: bold;
}

.invoice--container {
	padding: 25px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 8px #d4d4d4;
}

.invoice--title {
	text-align: center;
}

.invoice--title h1 {
	color: #404042;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.invoice--image {
	display: block;
	height: 472.50px;
	position: relative;
	z-index: 2;
}

.invoice--package--details {
	display: inline-block;
}

.invoice--image img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	vertical-align: baseline;
}

.package--label {
	margin-top: 20px;
}

.package--label h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

.date--label {
}

.amount--label h1 {
	color: #404042;
	font-weight: bold;
}

.price--label h1 {
	color: #404042;
	font-weight: bold;
}

.break--line {
	margin-top: 30px;
	width: 100%;
	height: 2px;
	background-color: #efede9;
	display: inline-block;
}

.amount--label,
.price--label {
	display: inline-block;
}

.amount--label {
	margin-right: 180px;
}

.total--amount {
	padding-left: 80px;
	display: inline-block;
}

/*Contact information*/

.contact__container {
	width: 100%;
	position: relative;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 8px #eae7e7;
	margin: 0 auto;
}

.contact--title {
	text-align: center;
}

.contact--title h1 {
	color: #404042;
	text-transform: uppercase;
	font-weight: bold;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.6em + 0.75rem + 2px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
}

#contact {
	padding: 25px;
}

#contact h3 {
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}

fieldset {
	border: medium none !important;
	/* margin: 0 0 10px; */
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="url"],
#contact input[type="time"],
#contact input[type="password"],
#contact textarea {
	width: 100%;
	width: -webkit-fill-available;
	background: #fff;
	margin: 0 0 5px;
	padding: 0 20px;
}

#contact input[type="tel"] {
	width: 100%;
	width: -webkit-fill-available;
	background: #fff;
	margin: 0 0 5px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid rgb(0, 0, 0);
}

#contact textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}

#contact button[type="submit"] {
	cursor: pointer;
	width: 100%;
	border-radius: 0.25rem;
	border: none;
	background: #000000;
	color: #fff;
	margin: 20px 0 5px;
	padding: 10px;
	font-size: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#contact button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
	outline: 0;
	border: 1px solid #aaa;
}

::-webkit-input-placeholder {
	color: #888;
}

:-moz-placeholder {
	color: #888;
}

::-moz-placeholder {
	color: #888;
}

:-ms-input-placeholder {
	color: #888;
}

/*Carousel*/

content-carousel {
	width: 600px;
	display: block;
	margin: 0 auto;
}

.owl-carousel {
	width: calc(100% - 170px);
}

.owl-carousel div {
	width: 100%;
}

.owl-carousel .owl-controls .owl-dot {
	background-size: cover;
	margin-top: 10px;
}

.owl-carousel .owl-dots {
	position: absolute;
	top: 0;
	right: -170px;
	width: 150px;
	height: 100%;
}

.owl-carousel .owl-dot {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*Property Listing*/

.property__link {
	color: #5a5a5a;
	text-decoration: none;
}

.property__link:hover {
	text-decoration: none;
	color: #5a5a5a;
}

.listing__image {
	width: 380px;
	height: 285px;
	box-shadow: 0 4px 11px 0 #949494;
	background-color: black;
	position: relative;
}

.listing__image img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.listing__title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 50px;
	text-align: center;
}

.broken__profile--image {
	width: 107px;
	height: auto;
}

.broken__profile--image img {
	width: 100%;
	height: auto;
	box-shadow: 0 4px 11px 0 #949494;
}

.padding_top {
	padding-top: 40px;
}

/*Sweet alert*/

.swal2-popup .swal2-styled.swal2-confirm {
	background-color: #000000 !important;
}

/*Property listing*/

.header__background {
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	background-position: center center;
}

.message {
	right: 50px;
	position: absolute;
	display: inline-block;
	cursor: pointer;
	background-color: #000000;
	padding: 0.375rem 0.75rem;
	color: #fff;
	border-radius: 0.25rem;
	font-weight: 100;
}

/*
        .profile__description {
            margin-left: 50px;
            color: #5a5a5a;
            line-height: 1.7;
        } */

.container_listing_property_image {
	width: 365px;
	background-color: black;
	height: 273.75px;
	margin: 0 auto;
}

.container_listing_property_image img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.container__property {
	position: relative;
	box-shadow: 0 13px 6px 0 #e4e1e1;
	padding: 20px 0;
	content: "";
	display: table;
	clear: both;
	width: 100%;
	margin-top: 40px;
	border: 1px solid #d4d4d4;
}

/*MAP*/

#mapid {
	width: 100%;
	height: 500px;
	position: relative;
	box-shadow: 0 0 3px #9a9696;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	text-align: center !important;
}

.property_title {
	font-weight: bold;
	padding: 5px 0;
}

.property_location {
	color: #a5a6a7;
}

/*Schedule a visit*/

.schedule-slider-background {
}

#schedule_date .ui-widget.ui-widget-content {
	width: 100%;
}

#request_code {
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 53, 169);
	border-color: transparent;
	min-width: 101px;
	border-radius: 3px;
}

#verification_code {
	display: inline-block;
	width: 65% !important;
}

/*Success page*/

.success--container {
	text-align: center;
}

.success--check i {
	font-size: 150px;
	color: #000000;
}

.text--title--success {
	color: #000000;
}

/*Radio button*/

.schedule_button {
	display: none;
}

.transition {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.heading {
	text-align: center;
	font-size: 0.8em;
}

.schedule_time {
	width: 100%;
	display: table;
}

.lbl_radio {
	border: 0.5px solid #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	background-color: #212223;
	padding: 10px;
	color: #9e9e9e;
}

/*Verification*/

.verification_email_required {
	color: #000000;
	padding: 5px;
	background-color: #f4f4f4;
	margin: 7px 0 0;
	display: block;
	text-align: center;
}
.container__login{
	margin-top: 30px;
}

/*Error notification*/

.invalid-feedback {
	color: red;
	font-size: 14px;
	display: block;
}

/*Tooltip*/

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */

[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */

[data-tooltip]:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.auth_container {
	width: 30%;
}

/* Amenities */

.hidden-amenity {
	display: none;
}

.shown-amenity {
	display: block;
}

.amenity__details {
	font-weight: 700;
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Swiper */

.swiper-container img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.gallery-top {
	/* height: 510px; */
	height: 400px;
	cursor: pointer;
	position: relative;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.4;
	width: 150px;
	margin-right: 10px;
	height: 100px;
	/* height: 112.50px; */
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/*Swiper full screen*/

.close-button {
	display: none;
	height: 45px;
	width: 45px;
	color: #fff;
	position: fixed;
	top: 15px;
	right: 15px;
	font-size: 32px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
	opacity: .75;
}

.close-button:before {
	content: '×';
}

.close-button:hover,
.close-button:active {
	opacity: 1;
}

.fullscreen {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #161418;
}

.fullscreen .gallery-top .slider-background {
	-webkit-filter: blur(9px) !important;
	filter: blur(9px) !important;
}

.fullscreen .gallery-top .swiper-slide {
	cursor: default;
	background-size: contain;
}

.fullscreen .close-button {
	display: block;
}

.fullscreen .gallery-top {
	height: 100%;
}

.fullscreen .gallery-thumbs {
	height: 20%;
	position: fixed;
	bottom: 0;
	width: 100%;
	opacity: 0;
	z-index: 10;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.fullscreen .gallery-thumbs:hover {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/*End of swiper full screen*/

.details_container h4 {
	color: #2e86ab;
	font-weight: 700;
}

.table {
	border-left: solid white;
	border-right: solid white;
	color: #5a5a5a;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	height: 25px;
	width: 25px;
}

/*Button back home*/

.btn__back--home {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	background-color: #000000;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
}

.text-white {
	color: #fff;
}

.text-secondary {
	color: #6c757d;
}

.my-4 {
	margin: 25px 0;
}

.padding-bottom {
	padding-bottom: 20px;
}

.py-4 {
	padding: 20px 0;
}

/* .py-100 {
    padding: 60px 0;
} */

.mt-5 {
	margin-top: 3rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-2 {
	margin-top: 10px !important;
}

.pb-2 {
	padding-bottom: 20px !important;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/*Faq button*/

.faq_button {
	/* margin-left: 10px; */
	margin-bottom: 20px;
	padding: 5px;
	display: inline-block;
	background-color: #f4f4f4;
	border-radius: 3px;
	color: #000000;
	text-align: center;
	font-size: 16px;
	width: 120px;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #000000;
}

.reviewer_container {
	text-transform: capitalize;
}

/*Hopscotch with overlay css*/

.hopscotch-overlay {
	position: fixed;
	background-color: rgba(0, 0, 0, .45);
	z-index: 4999;
	opacity: 1;
	-webkit-transition: all .2s;
	transition: all .2s;
	display: none;
	/* background: repeating-linear-gradient( -45deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 25%, rgba(0, 0, 0, .69) 25%, rgba(0, 0, 0, .69) 50%, rgba(0, 0, 0, .7) 50%) top left fixed; */
	background-size: 30px 30px;
}

.hs-left {
	left: 0;
	top: 0;
	bottom: 0;
}

.hs-right {
	right: 0;
	top: 0;
	bottom: 0;
}

.hs-top {
	top: 0;
}

.hs-bottom {
	bottom: 0;
}

.hopscotch-overlay.fadedIn {
	opacity: 1;
	display: block;
}

.d-none {
	display: none;
}

.dropzone .dz-preview .dz-image {
	height: 170px !important;
	width: 227.69px !important;
}

.dropzone .dz-preview .dz-image img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.dz-remove {
	top: -175px;
	position: relative;
	right: -127px;
	z-index: 999;
}

.upload-blurred-background {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(1px) brightness(50%);
	filter: blur(1px) brightness(50%);
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
}

.breadcrumb__container .breadcrumb {
	/* padding: 10px 16px; */
	list-style: none;
	/* background-color: #f6fafc; */
}

.breadcrumb__container .breadcrumb li {
	display: inline;
	font-size: 18px;
	color: #5b5b5b;
}

.breadcrumb__container .breadcrumb li a {
	color: #000000;
	text-decoration: none;
}

.breadcrumb__container .breadcrumb li a:hover {
	color: #000000;
	text-decoration: underline;
}

.cc-compliance {
	margin: 0 auto;
}

/*pagination*/
.bd-example .pagination {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.pagination {
	display: flex;
    padding: 0 8px 20px;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}
.pagination li{
    margin-left: 0px;
}
.pagination * a {
    text-decoration: none;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
	position: relative;
    display: block;
    padding: 8px;
    color: var(--primary);
    background-color: #fff;
    border: 1px solid #dee2e6
}
.page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: var(--primary);
    border-color: var(--primary);
}
