@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	overflow: inherit !important;
	padding-right: 0 !important;
}


.logo img {
	width: 100%;
	max-width: 175px;
}

li.menu {
	position: relative;
	top: -7px;
	left: 10px;
}

.header-a {
	position: fixed;
	z-index: 1000;
	height: 76px;
	width: 100%;
	background: rgba(34, 34, 34, 0.25);
	padding: 22px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

.actives {
	background-color: #874C62;
}

.text {
	padding: 150px 0;
}

header {
	position: relative;
	background-color: black;
	height: 90vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}

header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

header .containers {
	position: relative;
	z-index: 2;
}

header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
	header {}


}

.banner-setion {
	background-image: url('../img/main.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 140px 0px;
}


.call-btn a {
	color: #fff;
	background: #ff005f;
	text-decoration: none;
	padding: 12px 22px;
	border-radius: 38px;
	margin-top: 15px !important;
}

.call-btn-a a {
	color: #fff;
	background: #ff005f;
	text-decoration: none;
	padding: 12px 22px;
	border-radius: 2px;
	margin-top: -6px !important;
	position: relative;
	top: 6px;
}

.text h1 {
	color: #fff;
	font-size: 57px;
	margin-bottom: 0;
	font-family: 'Poppins';
	font-weight: 600;
	line-height: 84px;
}

.text p {
	color: #fff;
	font-size: 21px;
	margin-bottom: 0;
}

.bg-gray {
	background: #353641;
	clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
	text-align: center;
	padding: 20px 7px;
	border: solid 2px #363d4a;
}

.bg-ta {
	background: #353641d1;
	padding: 55px 40px;
	padding-bottom: 90px;
	border-radius: 11px;
}

.bg-tb {
	background: #ffffff;
	padding: 55px 40px;
	padding-bottom: 90px;
	border-radius: 11px;
}

.nd-section {
	background-image: url('../img/bg-2.jpg');
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0px;

}

.sen {
	padding-top: 72px;
	padding-bottom: 50px;
}

.title h2 {
	color: #fff;
	font-family: 'Russo One', sans-serif;
}

.line {
	height: 2px;
	background: RED;
	width: 121px;
	margin-bottom: 20px;
}

p {
	font-size: 19px;
	line-height: 32px;
}


.w-100.img-two {
	position: relative;
	top: 43px;
	left: 95px;
}

.w-100.img-three {
	position: relative;
	top: 43px;
	right: 95px;
}

.blink-soft {
	animation: blinker 1.8s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.three {
	background: #f6f6f6;
	padding: 70px 0px;
}

.four {
	background-image: url('../img/happy-young-smiling-woman-with-new-car-key_1_1728x.webp');
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	border-top: solid #535353;

}

.five {
	background: #353641;
	padding: 80px 0px;
	border-top: solid #535353;

}

.testo {
	background: #874c62;
	color: #fff;
	padding: 40px;
	border-radius: 10px;
	border: solid 1px #444855;
	position: relative;
	min-height: 386px;
}

.testo span i {
	color: #e82a2a;
	font-size: 31px;
}

.box {
	background: rgb(202 24 38 / 0%);
	/*background: linear-gradient(72deg, rgb(255 0 95) 33%, rgb(193 6 76) 100%);*/
	color: #fff;
	padding: 42px;
	text-align: center;
	border-radius: 5px;
}

.carousel-wrap {
	padding: 0;
	width: 100%;
	position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}

.owl-nav i {
	font-size: 52px;
}

.owl-nav .owl-prev {
	left: -30px;
}

.owl-nav .owl-next {
	right: -30px;
}

.currency-switcher {
	position: relative;
	width: 305px;
}

div.dropdown {
	position: relative;
	width: 305px;
}

div.dropdown:after {
	content: "";
	position: absolute;
	margin: 0;
	width: 16px;
	height: 17px;
	background-image: url(http://botkits.ru/img/icons/down.svg);
	top: 15px;
	right: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

div.dropdown.open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}


div.dropdown>div.caption {
	background: #e1e3f6;
	border-radius: 12px;
	cursor: pointer;
	padding: 12.5px 15px 12.5px 57px;
	font-size: 17px;
	line-height: 102%;
	letter-spacing: 0.3px;
}

div.dropdown>div.list {
	position: absolute;
	background-color: #fff;
	width: 100%;
	border-radius: 12px;
	-webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
	box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
	transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	bottom: 52px;
	z-index: -1;
	visibility: hidden;
	padding: 10px 0;
}

div.dropdown.open>div.list {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

div.dropdown>div.list>div.item {
	padding: 10.5px 15px 10.5px 62px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.3px;
}

div.dropdown>div.list>div.item.selected {
	background: rgba(36, 60, 187, 0.2);
	pointer-events: none;
}

div.dropdown>div.list>div.item:hover {
	background: #F8F9FB;
}

div.dropdown>div.caption img,
div.dropdown>div.list>div.item img,
div.dropdown>div.caption svg,
div.dropdown>div.list>div.item svg {
	position: absolute;
	margin-top: 2.5px;
	left: 15px;
}

div.dropdown>div.list>div.item span,
div.dropdown>div.caption span {
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.3px;
	color: #ca1826;
	position: absolute;
	right: 36px;
}

div.dropdown>div.list>div.item span {
	right: 20px;
}

footer {
	background: #323e48;
	border-top: solid 2px #8b8b8b;
	padding: 10px 0;
}

a.text-white.copy {
	text-decoration: none;
	float: right;
	margin-bottom: 0;
	font-size: 19px;
}

div#offcanvasRight {
	width: 70%;
}

.head-list ul {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	float: right;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	font-size: 55px !important;
	line-height: 58px !important;
	color: #323e48 !important;
	border-bottom: solid 10px #874C62;
}

.nav-pills .nav-link {
	font-size: 40px;
	line-height: 49px;
	color: rgba(50, 62, 72, .32);
	float: left;
	position: relative;
	padding-bottom: 10px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: all .3s ease;
	width: max-content;
	margin-bottom: 30px;
}

.footer-menu {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.features-item .icon {
	background-color: rgb(255 241 246);
	color: #0076a3;
}

.avatar-sm {
	height: 3rem;
	width: 3rem;
	line-height: 3rem;
}

.services h2 {
	font-family: Poppins;
	font-weight: 600;
	font-style: normal;
	font-size: 50px;
	line-height: 72px;
}

.color-them {
	color: #874C62;
}

.color-them-a {
	color: #ff005f;
}

.section-padding {
	padding: 80px 0;
}

.service-box {
	padding: 16px;
	border-radius: 8px;
	transition: all .3s;
	background-color: #ffffff;
}

.service-box h5 {
	color: #212529;
	text-decoration: none !important;
}

button.accordion-button {
	background: #eeeeee !important;
	border-bottom: solid #fff;
}

.accordion-button:focus {
	border-color: none;
	box-shadow: none !important;
	padding: 26px 26px !important;
}

.footer-link li {
	margin-top: 5px;
}

.footer-item li {
	padding-bottom: 8px;
}

.footer .footer-link li a {
	color: rgba(255, 255, 255, .5) !important;
	text-decoration: none !important;
}

a {
	text-decoration: none !important;
}

a#basic-addon2 {
	background: #ff005f !important;
}

.footer {
	background-color: #323e48 !important;
}

.footer-icon a {
	border: 1px dashed rgba(131, 132, 133, .5);
}

.footer .footer-icon a i {
	color: #ffffff;
}

button.btn.btns2 {
	background: #119da5;
	height: 51px;
	width: 100%;
	color: rgb(255 255 255);
	border-radius: 5px;
	/* margin-left: 5px; */
}

.search-box .form-control {
	height: 51px;
	/* border-radius: 5px 0px 0px 5px; */
}

button.btn.btns2 {
	background: #ff005f;
	height: 51px;
	width: 100%;
	color: rgb(255 255 255);
	border-radius: 5px;
	/* margin-left: 5px; */
}

.tags a.nav-link {
	color: #fff !important;
	border: solid 1px;
	margin-right: 12px;
	border-radius: 26px;
	font-size: 15px;
	margin-bottom: 3px;
}

section.services-a {
	background: #f2f2f2;
}

.offer p {
	position: absolute;
	background: black;
	border-radius: 5px;
	padding: 3px 11px;
	color: #fff;
}

.downloade-app {
	background: #fff4f8;
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	background: #f1f1f1
}

::-webkit-scrollbar-thumb {
	background: #3e495b;
	border-radius: 20px
}

::-webkit-scrollbar-thumb:hover {
	background: #555
}

.banner {
	background-image: url('banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: calc(100vh - 0px);
}

.social {
	transition: background 200ms ease-in-out 0s;
	-webkit-transition: background 200ms ease-in-out 0s;
	-moz-transition: background 200ms ease-in-out 0s;
	-o-transition: background 200ms ease-in-out 0s;
	-ms-transition: background 200ms ease-in-out 0s;
	margin-top: 12px;
	-webkit-border-top-left-radius: 1px;
	-moz-border-radius-topleft: 1px;
	border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topright: 1px;
	border-top-right-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-left-radius: 1px;
	text-indent: 0;
	display: block;
	color: #ffffff !important;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-decoration: none;
	text-align: center;
}

.fblogin {
	background-color: #3b5898;
}

.gplogin {
	background-color: #dd4c39;
}

.bg-theme {
	background-color: #ff005f !important;
}

.login-left {
	background: rgb(255, 19, 118);
	background: linear-gradient(54deg, rgba(255, 19, 118, 1) 51%, rgba(255, 26, 75, 1) 99%);
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
}

.login-lefta {
	background: rgb(255, 19, 118);
	background: linear-gradient(54deg, rgba(255, 19, 118, 1) 51%, rgba(255, 26, 75, 1) 99%);

	background-size: cover;
}

.bts i {
	margin: 15px 15px 15px 20px;
	float: left;
	width: 5%;
	font-size: 20px;
	margin-left: 20px;
}

.inner-signup {
	background: #f0f0f0ed;
	padding: 30px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.h-51 {
	height: 51px !important;
}

/*deshboard*/
.dashboard {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
}

.dashboard-app {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	margin-top: 84px;
}

.dashboard-content {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	padding-top: 100px;
	padding-left: 40px;
	padding-right: 40px;
}

.dashboard-nav {
	min-width: 300px;
	position: fixed;
	left: 0;
	top: 39px;
	bottom: 0;
	overflow: auto;
	background-color: #373193;
	box-shadow: 0 6px 15px rgb(64 79 104 / 5%);
}

.dashboard-compact .dashboard-nav {
	display: none;
}

.dashboard-nav .headerss {
	min-height: 84px;
	padding: 8px 27px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.dashboard-nav header .menu-toggle {
	display: none;
	margin-right: auto;
}

.dashboard-nav a {
	color: #515151;
}

.dashboard-nav a:hover {
	text-decoration: none;
}

.dashboard-nav {
	background-color: #ffffff;
	z-index: 8;
}

.dashboard-nav a {
	font-size: 15px;
	color: dimgray;
	border-bottom: solid 1px #f8f8f8;
}

.dashboard-nav a:hover {
	background: #fff4f8;
	color: #ff005f !important;
}

.brand-logo {
	font-family: "Nunito", sans-serif;
	font-weight: bold;
	font-size: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #515151;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.brand-logo:focus,
.brand-logo:active,
.brand-logo:hover {
	color: #dbdbdb;
	text-decoration: none;
}

.brand-logo i {
	color: #d2d1d1;
	font-size: 27px;
	margin-right: 10px;
}

.dashboard-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dashboard-nav-item {
	min-height: 56px;
	padding: 8px 20px 8px 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.02em;
	transition: ease-out 0.5s;
}

.dashboard-nav-item i {
	width: 36px;
	font-size: 19px;
	margin-left: -40px;
	color: #ff005f;
}

.dashboard-nav-item:hover {
	background: rgba(255, 255, 255, 0.04);
}

.dashboard .active {
	background: #fff4f8;
	color: #ff005f !important;
}

.dashboard-nav-dropdown {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dashboard-nav-dropdown.show {
	background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle {
	font-weight: bold;
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle:after {
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.dashboard-nav-dropdown-toggle:after {
	content: "";
	margin-left: auto;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(81, 81, 81, 0.8);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
	border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dashboard-nav-dropdown-item {
	min-height: 40px;
	padding: 8px 20px 8px 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
	background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
	position: relative;
	width: 42px;
	height: 42px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #443ea2;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
	text-decoration: none;
	color: #875de5;
}

.menu-toggle i {
	font-size: 20px;
}

.dashboard-toolbar {
	min-height: 53px;
	background-color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 27px;
	position: fixed;
	top: 75px;
	right: 0;
	left: 0;
	z-index: 10;
	box-shadow: 0 6px 15px rgb(64 79 104 / 5%);
}

.nav-item-divider {
	height: 1px;
	margin: 1rem 0;
	overflow: hidden;
	background-color: rgba(236, 238, 239, 0.3);
}

@media (min-width: 992px) {
	.dashboard-app {
		margin-left: 300px;
	}

	.dashboard-compact .dashboard-app {
		margin-left: 0;
	}
}


@media (max-width: 768px) {
	.dashboard-content {
		padding: 15px 0px;
	}
}

@media (max-width: 992px) {
	.dashboard-nav {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 1070;
	}

	.dashboard-nav.mobile-show {
		display: block;
	}
}

@media (max-width: 992px) {
	.dashboard-nav header .menu-toggle {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 992px) {
	.dashboard-toolbar {
		/* left: 238px;*/
	}

	.dashboard-compact .dashboard-toolbar {
		left: 0;
	}
}

.noti {
	text-align: right;
}

.noti a {
	color: #696969;
	font-size: 21px;
	position: relative;
	top: 4px;
	margin-left: 10px;
}

.box-a {
	background-color: rgba(25, 103, 210, .1);
	color: #1967d2;
}

.box-b {
	color: #d93025;
	background: rgba(217, 48, 37, .1);
}

.box-c {
	color: #f9ab00;
	background: rgba(249, 171, 0, .1);
}

.box-d {
	color: #34a853;
	background: rgba(52, 168, 83, .1);
}

.d-icon-text-a {
	color: #1967d2;
}

.d-icon-text-b {
	color: #d93025;
}

.d-icon-text-c {
	color: #f9ab00;
}

.d-icon-text-d {
	color: #34a853;
}

.icon-box {
	position: relative !important;
	display: block !important;
	height: 70px;
	width: 70px;
	line-height: 70px !important;
	font-size: 40px !important;
	text-align: center;
	border-radius: 8px;
}

.notification-list li .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 35px;
	width: 35px;
	background: #fff4f8;
	color: #ff005f !important;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 16px;
}

.box-shadow {
	box-shadow: 0px 0px 7px 0px #00000063;
}

ul.notification-list {
	list-style: none;
	padding-inline-start: 0px;
}

.notification-list li {
	position: relative;
	padding: 5px 0 5px 47px;
	font-size: 15px;
	line-height: 25px;
	color: dimgray;
	font-weight: 400;
	min-height: 35px;
	margin-bottom: 25px;
	border: none;
}

.my-job thead th {
	position: relative !important;
	padding: 8px 10px !important;
	font-size: 16px !important;
	color: #ff005f !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	white-space: nowrap !important;
	background: #fff4f8;
}

.my-job thead {
	background: #f2fbff !important;
}

.option-list {
	position: relative !important;
	display: flex !important;
	align-items: center;
	list-style: none !important;
	margin-bottom: 0 !important;
	padding-inline-start: 0px !important;
}

.option-list li {
	position: relative;
	margin-left: 10px;
}

.option-list li .edit {
	position: relative;
	display: block;
	background: #e2e2e269;
	border-radius: 8px;
	height: 30px;
	width: 30px;
	font-size: 16px;
	color: #5d5d5d;
	line-height: 30px;
	text-align: center;
	transition: all .3s ease;
	border: none;
}

.option-list li .deldet {
	position: relative;
	display: block;
	border-radius: 8px;
	height: 30px;
	width: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	transition: all .3s ease;
	border: none;
}

.my-job tr td {
	position: relative;
	padding: 18px 10px;
	font-size: 14px;
	color: dimgray;
	font-weight: 400;
	vertical-align: middle;
}

.deldet {
	color: rgb(222 67 36) !important;
	background: #fff6f6 !important;
}

.dashboard-content.bg-blue-light {
	background: #fffbfc;
}

/*=================hotel list page=============*/
.carousel-control-next,
.carousel-control-prev {
	opacity: 1 !important;
}

.carousel-indicators {
	z-index: 1 !important;
}

/*============hotel deatails pages=============*/
.actives-fixed {
	background-color: #874C62;
}

.section-padding-2 {
	padding: 80px 0;
	padding-top: 150px;
}

.side {
	align-items: center !important;
	justify-content: center !important;
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 150px !important;
}

.ss {
	background: #ff005f !important;
	padding: 12px 4px;
	color: #fff !important;
	font-size: 18px;
}

/*============Automobile pages=============*/


.form-check-input:checked {
	background-color: #ff005f;
	border-color: #ff005f;
}

.form-check-input:focus {
	box-shadow: 0 0 0 0.25rem rgb(255 224 236 / 37%) !important;
}

/*============Air-ticket pages=============*/
.hight-form {
	height: 70px !important;
}



.search-box a.btn.dropdown-toggle.w-100.rounded-0.hight-form.text-dark.bg-white {
	padding-top: 20px;
}

.search-box .dropdown-menu.show {
	padding: 15px;
}

img.form-icons {
	position: absolute;
	left: 5px;
	top: 22px;
	z-index: 999;
}

.theme-color {
	color: #874C62;
}

.search-air-list p {
	line-height: 1.5;
}


/*============bar-and-restaurant-details pages=============*/
.tab {
	display: none;
}

.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.8;
}

.step.active {
	opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
	background-color: #ff005f;
}

.ss1 {
	padding: 12px 4px;
	color: #fff !important;
	font-size: 18px;
}

.selcet-table p {
	font-size: 15px !important;
}

/*============hotel-list-pages=============*/

.room-list-searh {
	z-index: 999;
	background: #874c62;
	/* padding: 23px; */
	padding-top: 10px;
	padding-left: 21px !important;
	padding-right: 21px !important;
	border-radius: 5px;
}

.hotel-room-lists {
	background: #fff9fb;
	padding: 20px;
	border-radius: 7px;
	margin-bottom: 17px;
}

.offer-list {
	margin-top: 0;
	background: red;
	display: inline-block;
	padding: 1px 18px;
	color: #fff;
	padding-right: 50px;
	clip-path: polygon(75% 0%, 90% 48%, 75% 100%, 0% 100%, 0 48%, 0% 0%);
	border-radius: 5px;
	font-size: 13px !important;
}

/*============pharmaceutical-store-pages=============*/
.card.h-100.categoriess img {
	width: 110px !important;
	text-align: center;
	margin: auto;
	padding: 20px 31px;
}

.add-to-card a {
	display: inline-block;
	background: #ff005f;
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 99;
	font-size: 31px;
	color: #fff;
	border-radius: 5px;
	height: 50px;
	width: 50px;
	vertical-align: middle;
	margin: auto;
	text-align: center;
}

.add-to-card-btn a {
	background: #ff005f;
	color: #ffffff;
	width: 100%;
	padding: 13px 16px;
	margin-top: 17px !important;
	display: block;
	border-radius: 5px;
}

.add-to-card-btnw a {
	background: #ff005f;
	color: #ffffff;
	padding: 7px 19px;
	margin-top: 17px !important;
	border-radius: 3px;
	font-size: 14px;
}

/*============faqs-pages=============*/
.box-faq {
	background: #ff005f59;
	width: 100%;
	height: 320px;
	margin-top: 45px;
	text-align: center;
}

.box-faq img {
	width: 100%;
	text-align: center;
	margin: auto;
	opacity: 0.1;
}

.faqs-div {
	padding: 34px 31px;
	position: relative;
	top: -174px;
	margin-bottom: -174px;
	background: #ffffff;
	border-radius: 5px;
}

/*============table booking=============*/
.time-set ul {
	display: flex;
	list-style-type: none;
	padding-inline-start: 0px;
}

.time-set ul li {
	margin-right: 4px;
}

.time-set {
	width: 100%;
	overflow-x: scroll;
}

.time-set button.btn {
	min-width: 107px;
	min-height: 50px;
}

/*============gallery=============*/
.gallery {
	padding-top: 40px;
	padding-bottom: 40px;
}

.gallery img {
	cursor: pointer;
}

.see-all {
	cursor: pointer;
}

.see-all .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}

.see-all p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 5;
	font-size: 10px;
	text-align: center;
	margin: auto;
}

.modal {
	--bs-modal-width: 80% !important;

}

/*============hotel-redesign=============*/
.modal-fullscreen .modal-content {
	overflow-y: scroll;
}


.bar .accordion-button:focus {
	border-color: none;
	box-shadow: none !important;
	padding: 16px 20px !important;
}

button.accordion-button.search-btn.collapsed {
	background: #ffffff12 !important;
	color: #d2d2d2 !important;
	border-bottom: solid 1px #bdbdbd !important;
	border: none;
	border-radius: 0 !important;
}

.bar button.accordion-button {
	background: #ffffff12 !important;
	border-bottom: solid #fff !important;
	color: #fff !important;
}

.bg-darkq {
	background-color: #2f2f2f !important;
}


.bar .accordion-button::after {
	background-image: url('../img/downarrow.svg');
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+NP+Hmong:wght@400;500;600;700&display=swap');

.font-2nd {
	font-family: 'Noto Serif NP Hmong', serif !important;
}

.plus-mines {
	width: 35px;
	background: transparent;
	box-shadow: none;
	color: #fff;
	text-align: center;
}

span.plus,
.minus {
	color: #ff005f;
	border: solid 1px;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 33px;
	cursor: pointer;
	margin-right: 10px;
}

.tabs-widths {
	min-width: 500px !important;
	position: relative;
}

.number.d-flex.v {
	border-bottom: solid 1px #706e6e;
	padding-bottom: 10px;
}

.input-css {
	background-color: rgb(91 91 91) !important;
	border: none !important;
	color: #cecece !important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted {
	background-color: #285e8e;
	border-color: #285e8e;
	color: #ffffff;
}


.inpt label {
	color: #bebebe !important;
}

.datepicker table tr td.active.highlighted.active {
	background-color: green;
}

select.form-select.form-select-lg.mb-3.rounded-0.pdind {
	padding: 13px 12px !important;
	background: #2245685e;
	border: none;
	font-size: 18px;
	color: #d2d2d2 !important;
	border-bottom: solid 1px;
}

.arrow-img {
	position: absolute;
	width: 21px;
	right: 14px;
	top: 20px;
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none;
}

select.form-select.form-select-lg.mb-3.rounded-0.pdind option {
	background-color: #2f2f2f !important;
	color: #ffffff !important;
	font-size: 16px;
	margin-bottom: 50px;
	border: none;
}


.datepicker table tr td.today {
	color: #000;
	background-color: #ffdb99;
	border-color: #ffb733;
}


.footer p {
	font-size: 14px;
	line-height: 2;
	font-weight: 200;
	color: #e6e6e6 !important;
	letter-spacing: 0.5px;

}

.footer .footer-link li a {
	font-size: 14px;
	font-weight: 200;
	color: #e6e6e6 !important;
	letter-spacing: 0.5px;

}

footer p {
	font-size: 14px;
	font-weight: 200;
	color: #e6e6e6 !important;
	letter-spacing: 0.5px;
}


/*============hotel-rooms=============*/

.back-logo img {
	width: 170px;
}

.back-logo svg {
	position: relative;
	top: -6px;
}

.top-title-header {
	position: relative;
	min-height: 89px;
}

.count-number.container ul li span {
	height: 25px;
	width: 25px !important;
	border: solid #3333 2px;

	border-radius: 79px;
	padding: 4px 9px;
	font-size: 12px;
	margin-right: 6px;
}

.count-number.container ul li {
	color: #8f8f8f;
	font-size: 14px;
}

.active-number {
	background: #ff005f !important;
	color: #fff !important;
	font-weight: 500;
	border-color: #ff005f !important;
}

.top-title-header-dark {
	background: #1e1e1e !important;

}

.dark-side-height {
	min-height: 89px;
}

.rightrail-top-bar-wrapper {
	padding: 14px 20px;
	padding-top: 31px
}

.rightrail-top-bar-wrapper .cancel {
	color: #ff005f;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.rightrail-top-bar-wrapper .login-label {
	display: inline-block;
	float: right;
}

.rightrail-top-bar-wrapper .login-label span#login-to-book {
	border-right: 1px solid #ff005f;
	padding-right: 2px;
}

.rightrail-top-bar-wrapper .login-label .login-text {
	color: #ff005f;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1px;
	padding-left: 3px;
	text-align: right;
}

.fs-13 {
	font-size: 13px !important;
	font-weight: 400;
	color: #4b4e52 !important;
}


.section-switch .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	font-size: 15px !important;
	/* line-height: 58px !important; */
	color: #2a2a2a !important;
	border-bottom: solid 2px #874C62;
	background: transparent;
	border-radius: 0;
	line-height: 30px !important;
}

.section-switch .nav-pills .nav-link {
	font-size: 15px;
	line-height: 30px;
	color: rgb(50 62 72 / 72%);
	float: left;
	position: relative;
	padding-bottom: 10px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: all .3s ease;
	width: max-content;
	margin-bottom: 30px;
	padding: 0;
	margin-right: 24px;
}

.section-padding-3 {
	padding: 60px 0px;
}

.show-hide .accordion-button:focus {
	border-color: none;
	box-shadow: none !important;
	padding: 26px 26px !important;
}

.show-hide button.accordion-button.collapsed {
	padding: 26px 26px !important;
	background-color: transparent !important;
	text-align: center !important;
	color: #ff005f;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;

}

.show-hide button.accordion-button {
	background-color: transparent !important;
	color: #ff005f;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;

}

.accordion {

	--bs-accordion-border-color: transparent !important;
}

.other-deatils ul li:before {
	border: 1px solid #ff005f;
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 15px;
	margin-left: -25px;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
	width: 10px;
	padding-left: 8px;
}



.stay ul li span.badge.fw-0 {
	font-weight: 400;
	color: #ffc9dd;
	font-size: 14px;
	cursor: pointer;
}

.stay li.list-group-item.d-flex.justify-content-between.align-items-start.bg-transparent.text-white.border-0.border-bottom.px-0.py-3 {
	border-color: #f990b7f2 !important;
}

.bottom-text {
	font-size: 12px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #8f8f8f;
	margin-top: 15px;
}

.best-price {
	width: 100%;
	height: auto;
	margin: 0 0 60px;
	padding: 24px 22px 24px 24px;
	background-color: hsla(0, 0%, 56.1%, .14901960784313725);

}

.best-price p {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.05;
	letter-spacing: normal;
	color: #fff;
}

.best-price-text {
	width: 100%;
	height: auto;
	margin: 10px 2px 0 0;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #8f8f8f;
}
.price-div {
    position: absolute;
    bottom: 0;
}
.dark-light-black {
    color: #3b3a3a !important;
    font-weight: 300;
}
.section-padding-4 {
    padding-top: 60px;
}
.top-main-banner {
    position: relative;
}
.banner-text { 
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #3737374d;
    padding: 16px 52px;
    width: 100%;
}

/*============ELEVATE=============*/



.search-box .form-floating>label {
	color: #4d4d4d !important;
	top: 4px;
}

img.form-icons {
	position: absolute;
	left: 5px;
	top: 22px;
	z-index: 999;
}

.text-2 { 
    padding-top: 90px;
    padding-bottom: 18px;
}

.emergency-fuel a {
	position: fixed;
	right: 0;
	bottom: 8px;
	z-index: 9;
	text-align: center;
	background: #fff;
	padding: 10px;
	border-radius: 10px 0 0 10px;
	font-weight: 600;
	color: #000;
	font-size: 10px;
}
label.form-check-label {
    cursor: pointer;
}

button.accordion-button.psd::after { 
    background-image:  url('../img/pluse.svg') !important; 
}
::placeholder{
	font-size: 13px;
}
#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 13px;
  margin-top: 5px;
}

.hotel-room-lists {
	background: #ffffff !important;
	padding: 20px;
	border-radius: 7px;
	margin-bottom: 38px;
	border: solid #c0a6a6 4px ;
}
.fs-14 {
	font-size: 13px !important;
	font-weight: 400; 
}
button.btn.btns2 {
	background: #ff005f !important;
	color: #fff !important; 
}
.btn-fix {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 25%;
}


/*============CONFIRM=============*/

.cunfirm-form .form-control, .form-select {
    background: transparent;
    border: none;
    border-bottom: solid 1px grey;
    border-radius: 0;
    padding-left: 0;
}
.cunfirm-form .form-control:focus {
    color: var(--bs-body-color);
    background-color: transparent;
    border-color: #444444;
    outline: 0;
    box-shadow: none;
}
.cunfirm-form .form-floating>label {
    padding-left: 0 !important;
    position: absolute;
    color: #737373;
}
.cunfirm-form .form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after { 
    background-color: transparent; 
}
.cunfirm-form select option {
	background: #eeeeee;
}
.cunfirm-form select  { 
	cursor: pointer;
}
.cunfirm-form .form-select {
    background-image: url(../img/drop-down-arrow.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right;
}


/*============Automobile=============*/
.serives-info-automobile {
    background: #ffd8e7;
    color: #fff;
       padding: 71px 24px;
}

.svg-icon svg {
    background: #ff005f;
    padding: 13px;
    fill: #fff;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 4px 2px #ff005f73;
}
.mini-service-icons {
    background: #ffffff;
    padding: 9px 13px;
    border-bottom: solid 1px #cfcdcd;
}
.mini-service-icons ul {
    display: flex;
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}
.mini-service-icons ul li {
    padding-right: 25px;
}
.svg-icon img { 
    padding: 13px;
    fill: #fff;
    border-radius: 5px;
    width: 90px !important; 
}

.login input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #eeeeee inset !important;
}


/*============bar-and-restaurant=============*/


.review-2{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    padding: 0.4rem 0.8rem;
    background: #ff005f;
    text-align: center;
}