.mydryking-logo-colors {
	color: #404040;
	color: #fea219;
	color: #ff0068;
	color: #a422ba;
}

:root {
	--mydryking-font: 'Barlow', sans-serif;
	--mydryking-gray: #747f8e;
	--mydryking-gray-rgb: 116, 127, 142;
	--mydryking-white: #ffffff;
	--mydryking-white-rgb: 255, 255, 255;
	/* --mydryking-black: #183862; */
	--mydryking-black: #404040;
	--mydryking-black-rgb: 24, 56, 98;
	/* --mydryking-base: #89b92e; */
	--mydryking-base: #fea219;
	--mydryking-base-rgb: 137, 185, 46;
	--mydryking-primary: #f2f5f8;
	--mydryking-primary-rgb: 242, 245, 248;
	--mydryking-bdr-color: #dee3e8;
	--mydryking-bdr-color-rgb: 222, 227, 232;
}

.row {
	--bs-gutter-x: 30px;
}

.gutter-y-30 {
	--bs-gutter-y: 30px;
}

body {
	font-family: var(--mydryking-font);
	color: var(--mydryking-gray);
}

body.locked {
	overflow: hidden;
}

a {
	color: var(--mydryking-gray);
}

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

::placeholder {
	color: inherit;
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--mydryking-black);
	margin: 0;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

.container {
	/* padding-left: 15px; */
	/* padding-right: 15px; */
}

@media (min-width: 1200px) {
	.container {
		/* max-width: 1200px; */
	}
}

::placeholder {
	color: inherit;
	opacity: 1;
}

.section-separator {
	border-color: var(--mydryking-border);
	border-width: 1px;
	margin-top: 0;
	margin-bottom: 0;
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	opacity: 0.4;
	z-index: -1;
}

.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	outline: none !important;
	background-color: var(--mydryking-base);
	color: var(--mydryking-white);
	font-size: 15px;
	font-weight: 700;
	padding: 13px 50px 13px;
	transition: all 0.3s linear;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}

.thm-btn span {
	position: relative;
	top: 0px;
	padding-left: 7px;
}

.thm-btn:hover {
	color: var(--mydryking-white);
	background-color: transparent;
}

.thm-btn::before {
	position: absolute;
	content: '';
	background-color: var(--mydryking-black);
	width: 100%;
	height: 0%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1;
	transition: all 500ms ease;
}

.thm-btn:hover::before {
	height: 380%;
}

.donate-btn {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: var(--mydryking-white);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-color: var(--mydryking-base);
	padding-left: 4px;
	padding-right: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 33px;
	transition: all 0.3s linear;
	overflow: hidden;
}

.donate-btn i {
	height: 35px;
	width: 35px;
	background-color: var(--mydryking-white);
	border-radius: 50%;
	color: var(--mydryking-base);
	text-align: center;
	line-height: 35px;
	display: inline-block;
	margin-right: 16px;
	transition: all 0.3s linear;
}

.donate-btn:hover {
	background-color: var(--mydryking-primary);
	color: var(--mydryking-white);
}

.donate-btn:hover i {
	background-color: var(--mydryking-base);
	color: var(--mydryking-white);
}

.section-title {
	margin-top: 19px;
	margin-bottom: 50px;
}

.section-title__tagline {
	position: relative;
	display: inline-block;
	color: var(--mydryking-base);
	font-size: 20px;
	line-height: 30px;
}

.section-title__tagline::before {
	position: absolute;
	top: -20px;
	left: 50%;
	background-image: url(../images/icon/section-title-icon.png);
	width: 14px;
	height: 14px;
	transform: translateX(-50%);
	content: '';
}

.section-title__title {
	margin: 0;
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
	border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--mydryking-primary);
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: #ffffff;
	background: var(--mydryking-black);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--mydryking-primary);
	color: #fff;
	cursor: pointer;
}

.preloader {
	position: fixed;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
}

.preloader__image {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
	position: fixed;
	right: 40px;
	bottom: 85px;
	width: 45px;
	height: 45px;
	background: var(--mydryking-base);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	text-decoration: none;
	z-index: 99;
	transition: 0.3s;
}


.scroll-to-top:hover {
	background-color: #000;
	color: #fff;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
	position: relative;
	/* position: fixed; */
	display: block;
	/* background-color: var(--mydryking-white); */
	background-color: var(--mydryking-black);
	/* background-color: transparent; */
	width: 100%;
	z-index: 999;
	transition: all 500ms ease;
}

.main-header__top {
	position: relative;
	display: block;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.main-header__top-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--mydryking-bdr-color);
	padding: 3.5px 0;
}

.main-header__top-left {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header__top-address {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header__top-address li {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 35px;
	padding: 3.5px 0;
}

.main-header__top-address li+li {
	margin-left: 30px;
}

.main-header__top-address li .icon span {
	font-size: 15px;
	color: var(--mydryking-base);
}

.main-header__top-address li .text {
	margin-left: 10px;
}

.main-header__top-address li .text p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

.main-header__top-address li .text a {
	font-size: 14px;
	color: var(--mydryking-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__top-address li .text a:hover {
	color: var(--mydryking-base);
}

.main-header__top-right {
	position: relative;
	display: block;
}

.main-header__top-social {
	position: relative;
	display: flex;
	align-items: center;
	padding: 13.5px 0;
}

.main-header__top-social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--mydryking-black);
	font-size: 15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__top-social a:hover {
	color: var(--mydryking-base);
}

.main-header__top-social a+a {
	margin-left: 25px;
}

.main-menu {
	position: relative;
	display: block;
	z-index: 91;
}

.main-menu-wrapper {
	/* position: relative; */
	/* display: block; */
	/* padding: 0 15px; */
	/* max-width: 1400px; */
	/* margin: 0 auto; */
}


.main-menu-wrapper__btn-box {
	position: relative;
	display: block;
}

.main-menu-wrapper__btn {
	font-size: 13px;
	padding: 8px 25px 8px;
}

.main-menu-wrapper__right {
	position: relative;
	display: flex;
	float: right;
	align-items: center;
}

.main-menu-wrapper__main-menu {
	position: relative;
	display: flex;
	gap: 10px;
}

.main-menu-wrapper__search-call {
	position: relative;
	display: flex;
	align-items: center;
	/* margin-left: 110px; */
	padding: 10px 0;
	justify-content: space-between;
}

.top_nav {
	background-color: #d6d6d636;
}

.main-menu-wrapper__search-box {
	position: relative;
	display: flex;
	align-items: center;
}

.main-menu-wrapper__search {

	color: var(--mydryking-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-icn0 {
	position: absolute;
	top: -12px;
	right: -10px;
}

.main-menu-wrapper__search:hover {
	color: var(--mydryking-base);
}

.main-menu-wrapper__call {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

.cart-new {
	position: relative;
	display: inline-block !important;
}


.main-menu-wrapper__call-icon {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 12px;
}

.main-menu-wrapper__call-icon span {
	font-size: 22px;
	color: var(--mydryking-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-wrapper__call-number h5 {
	line-height: 18px;
}

.main-menu-wrapper__call-number h5 a {
	font-size: 16px;
	line-height: 20px;
}

.main-menu-wrapper__call-icon:hover span {
	color: var(--mydryking-base);
}

.main-menu-wrapper__call-number {
	margin-left: 20px;
}


.main-menu-wrapper__call-number h5 a {
	/* color: var(--mydryking-black); */
	color: var(--mydryking-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-wrapper__call-number a:hover {
	color: var(--mydryking-base);
}

.main-menu-wrapper__call-number p {
	font-size: 14px;
	margin: 0;
	line-height: 18px;
	/* color: var(--mydryking-gray); */
	color: var(--mydryking-white);
}

.stricky-header.main-menu {
	padding: 0 0;
	/* background-color: var(--mydryking-white); */
	background-color: var(--mydryking-black);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	align-items: center;
	display: none;
}

@media (min-width: 1200px) {

	.main-menu .main-menu__list,
	.main-menu .main-menu__list ul,
	.stricky-header .main-menu__list,
	.stricky-header .main-menu__list ul {
		display: flex;
	}
}

.stricky-header .main-menu__list>li {
	padding-top: 37px;
	padding-bottom: 37px;
	position: relative;
}

.main-menu .main-menu__list>li {
	padding: 20px 0;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
	margin-left: 14px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
	font-size: 16px;
	display: flex;
	align-items: center;
	/* color: var(--mydryking-gray); */
	color: var(--mydryking-white);
	position: relative;
	transition: all 500ms ease;
	font-weight: 500;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
	/* color: var(--mydryking-black); */
	color: var(--mydryking-base);
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background-color: #fff;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	transition: 500ms ease;
	z-index: 99;
	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
	border-top: 1px solid RGBA(var(--mydryking-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
	font-size: 16px;
	line-height: 30px;
	color: var(--mydryking-black);
	letter-spacing: 0;
	font-weight: 400;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
	background-color: var(--mydryking-base);
	color: var(--mydryking-white);
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
	top: 0;
	left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
	top: 0;
	left: auto;
	right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
	display: none;
}

.stricky-header {
	position: fixed;
	z-index: 991;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	visibility: hidden;
	transform: translateY(-120%);
	transition:
		transform 500ms ease,
		visibility 500ms ease;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
	.stricky-header {
		/* display: none !important; */
	}
}

.stricky-header.stricky-fixed {
	transform: translateY(0);
	visibility: visible;
}

.stricky-header .main-menu__inner {
	box-shadow: none;
	padding-right: 0;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.mobile-nav__buttons {
	display: flex;
	margin-left: auto;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.mobile-nav__buttons {
		display: none;
	}
}

.mobile-nav__buttons a {
	font-size: 20px;
	color: var(--mydryking-black);
	cursor: pointer;
}

.mobile-nav__buttons a+a {
	margin-left: 10px;
}

.mobile-nav__buttons a:hover {
	color: var(--mydryking-base);
}

.main-menu .mobile-nav__toggler {
	font-size: 24px;
	margin: auto;
	color: var(--mydryking-base);
	cursor: pointer;
	transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
	color: var(--mydryking-base);
}

@media (min-width: 1200px) {
	.main-menu .mobile-nav__toggler {
		display: none;
	}
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	transform: translateX(-50%);
	transform-origin: right center;
	transition:
		transform 500ms ease-in,
		opacity 500ms linear,
		visibility 500ms ease-in;
	z-index: 999;
	visibility: hidden;
}

.mobile-nav__wrapper .container {
	padding-left: 0;
	padding-right: 0;
}

.mobile-nav__wrapper.expanded {
	opacity: 1;
	transform: translateX(0%);
	visibility: visible;
}

.mobile-nav__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.5;
	cursor: pointer;
}

.mobile-nav__content {
	width: 300px;
	background-color: var(--mydryking-black);
	z-index: 10;
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.mobile-nav__content .mydryking-btn {
	padding: 8px 0;
	width: 100%;
	text-align: center;
}

.mobile-nav__content .logo-box {
	margin-bottom: 40px;
	display: flex;
}

.mobile-nav__close {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 18px;
	color: var(--mydryking-text-dark);
	cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
	display: none;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: block;
}

.mobile-nav__content .main-menu__list li a {
	display: flex;
	justify-content: space-between;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	font-family: var(--mydryking-font);
	font-weight: 500;
	height: 46px;
	align-items: center;
	transition: 500ms;
	position: relative;
}

.mobile-nav__content .main-menu__list li a.expanded {
	color: var(--mydryking-base);
}

.mobile-nav__content .main-menu__list li .thm-btn {
	padding: 3px 10px;
}

.mobile-nav__content .main-menu__list li a button {
	width: 30px;
	height: 30px;
	background-color: var(--mydryking-base);
	border: none;
	outline: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: rotate(-90deg);
	transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
	transform: rotate(0deg);
	background-color: #fff;
	color: var(--mydryking-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
	position: relative;
	top: auto;
	right: auto;
	transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
	font-size: 16px;
}

.mobile-nav__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
	color: var(--mydryking-text-dark);
}

.mobile-nav__container {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
	display: flex;
	align-items: center;
}

.mobile-nav__social a {
	font-size: 16px;
	color: var(--mydryking-white);
	transition: 500ms;
}

.mobile-nav__social a+a {
	margin-left: 30px;
}

.mobile-nav__social a:hover {
	color: var(--mydryking-base);
}

.mobile-nav__contact {
	margin-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mobile-nav__contact li {
	color: var(--mydryking-text-dark);
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
}

.mobile-nav__contact li+li {
	margin-top: 15px;
}

.mobile-nav__contact li a {
	color: #ffffff;
	transition: 500ms;
}

.mobile-nav__contact li a:hover {
	color: var(--mydryking-base);
}

.mobile-nav__contact li>i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--mydryking-base);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 11px;
	margin-right: 10px;
	color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
	display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-110%);
	transition:
		transform 500ms ease,
		opacity 500ms ease;
}

.search-popup.active {
	transform: translateY(0%);
}

.search-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--mydryking-black);
	opacity: 0.75;
	cursor: pointer;
}

.search-popup__content {
	width: 100%;
	max-width: 560px;
}

.search-popup__content form {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background-color: #fff;
	border-radius: 0px;
	overflow: hidden;
}

.search-popup__content form input[type='search'],
.search-popup__content form input[type='text'] {
	width: 100%;
	background-color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
	height: 66px;
	padding-left: 30px;
}

.search-popup__content .thm-btn {
	padding: 0;
	width: 68px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: -1px;
	border-radius: 0;
	background-color: var(--mydryking-base);
	border: 0;
}

.search-popup__content .thm-btn:hover:before {
	height: 480%;
	width: 200px;
}

.search-popup__content .thm-btn i {
	margin: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
	overflow: hidden;
	position: relative;
}

.main-slider .swiper-slide {
	position: relative;
}

.main-slider .container {
	position: relative;
	padding-top: 177px;
	padding-bottom: 250px;
	/* max-width: 1400px; */
	z-index: 30;
}

.main-slider .image-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: scale(1);
	transition:
		transform 7000ms ease,
		opacity 1500ms ease-in;
	z-index: 1;
}

.main-slider .image-layer:before {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* width: 100%; */
	/* bottom: 0; */
	/* content: ""; */
	/* background: rgb(24, 56, 98); */
	/* background: linear-gradient(90deg, rgba(24, 56, 98, 1) 0%, rgba(24, 56, 98, 1) 2%, rgba(24, 56, 98, 0) 70%); */
	/* z-index: -1; */
}

.main-slider .image-layer:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	/* background-color: #0f2746; */
	background-color: var(--mydryking-black);
	/* opacity: 0.2; */
	opacity: 0.6;
	z-index: -1;
}

.main-slider .swiper-slide-active .image-layer {
	transform: scale(1.15);
}

.main-slider__content {
	position: relative;
	display: block;
}

.main-slider p {
	font-size: 20px;
	color: var(--mydryking-white);
	line-height: 30px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-120px);
	transition-delay: 1000ms;
	transition:
		transform 2000ms ease,
		opacity 2000ms ease;
}

.main-slider h2 {
	font-size: 90px;
	color: var(--mydryking-white);
	font-weight: 700;
	line-height: 90px;
	margin-top: 15px;
	margin-bottom: 32px;
	opacity: 0;
	visibility: hidden;
	/* transform: translateY(-120px); */
	transform: translateY(100px);
	transition-delay: 1000ms;
	transition:
		transform 2000ms ease,
		opacity 2000ms ease;
}

.main-slider h2 span {
	position: relative;
	display: inline-block;
	color: var(--mydryking-base);
}

.main-slider .thm-btn {
	opacity: 0;
	transform: translateY(100px);
	transition-delay: 2500ms;
	transition:
		transform 2000ms ease,
		opacity 2000ms ease,
		color 500ms ease,
		background 500ms ease;
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active h2 {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) translateX(0);
}

.main-slider-shape-1 {
	position: absolute;
	bottom: 19px;
	right: 300px;
	transform: translateX(100%);
	opacity: 0;
}

.main-slider .swiper-slide-active .main-slider-shape-1 {
	opacity: 1;
	transform: translate(0);
	transition: all 1000ms ease;
	transition-delay: 200ms;
}

#main-slider-pagination {
	z-index: 10;
	bottom: 120px;
	left: 50%;
	width: 100%;
	max-width: 1400px;
	padding: 0 15px;
	-webkit-transform: translate(-50%, calc(-50% + 95px));
	transform: translate(-50%, calc(0% + 0px));
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main-slider-pagination .swiper-pagination-bullet {
	margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid transparent;
	background-color: rgba(var(--mydryking-white-rgb), 0.8);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 5px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 2px solid var(--mydryking-white);
	background-color: rgba(var(--mydryking-white-rgb), 0);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
	position: relative;
	display: block;
}

.main-slider-two .image-layer:before {
	display: none;
}

.main-slider-two .image-layer:after {
	/* background-color: #0f2746; */
	background-color: var(--mydryking-black);
	opacity: 0.6;
}

.main-slider-two .container {
	padding-top: 236px;
	padding-bottom: 245px;
}

.main-slider-two .main-slider__content {
	text-align: center;
}

.main-slider-two h2 {
	font-size: 100px;
	line-height: 100px;
	margin-top: 5px;
	margin-bottom: 50px;
}

.main-slider-two .thm-btn {
	transform: translateY(100px);
}

.main-slider-two__icon-box {
	position: relative;
	display: block;
}

.main-slider-two__icon {
	position: absolute;
	bottom: -245px;
	right: 0;
}

.main-slider-two__icon-list {
	position: relative;
	display: flex;
	align-items: center;
}

.main-slider-two__icon-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.main-slider-two__icon-list li+li {
	margin-left: 10px;
}

.main-slider-two__icon-list li .icon {
	height: 115px;
	width: 115px;
	background-color: var(--mydryking-black);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider-two__icon-list li:hover .icon {
	background-color: var(--mydryking-base);
}

.main-slider-two__icon-list li .icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--mydryking-white);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.main-slider-two__icon-list li:hover .icon span {
	transform: scale(0.9);
}

.main-slider__nav-two {
	width: 100%;
	max-width: 1400px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-slider__nav-two .swiper-button-next,
.main-slider__nav-two .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--mydryking-black);
	font-size: 15px;
	background-color: var(--mydryking-white);
	border-radius: 50%;
	opacity: 0.2;
	margin: 0;
	text-align: center;
	transition: all 500ms ease;
}

.main-slider__nav-two .swiper-button-next:hover,
.main-slider__nav-two .swiper-button-prev:hover {
	opacity: 1;
}

.main-slider__nav-two .swiper-button-next::after,
.main-slider__nav-two .swiper-button-prev::after {
	display: none;
}

.main-slider__nav-two .swiper-button-prev .angle-left {
	position: relative;
	transform: rotate(180deg);
}

.main-slider-two #main-slider-pagination {
	bottom: 60px;
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
	position: relative;
	display: block;
}

.main-slider-three .swiper-slide {
	position: relative;
	background-color: var(--mydryking-extra-two);
}

.main-slider-three__img {
	position: absolute;
	bottom: 40px;
	right: 0;
	transform: translateX(100%);
	z-index: 1;
}

.main-slider-three__img img {
	width: auto;
}

.swiper-slide-active .main-slider-three__img {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1000ms ease;
}

.main-slider-three-shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.08;
	z-index: -1;
}

.main-slider-three-map-1 {
	position: absolute;
	bottom: 60px;
	left: 0;
	opacity: 0.6;
	transform: translateX(-100%);
	z-index: -1;
}

.main-slider-three-map-1 img {
	width: auto;
}

.swiper-slide-active .main-slider-three-map-1 {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1500ms ease;
}

.main-slider-three .container {
	padding-top: 295px;
	padding-bottom: 185px;
}

.main-slider-three .main-slider__content {
	position: relative;
	display: block;
	text-align: left;
}

.main-slider-three p {
	color: var(--mydryking-base);
	padding-top: 0;
	padding-bottom: 0;
}

.main-slider-three .swiper-slide-active p {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) translateX(0);
}

.main-slider-three h2 {
	font-size: 90px;
	color: var(--mydryking-black);
	line-height: 90px;
	margin-top: 6px;
	margin-bottom: 50px;
}

.main-slider-three #main-slider-pagination {
	bottom: 72px;
	text-align: left;
	justify-content: left;
}

.main-slider-three #main-slider-pagination .swiper-pagination-bullet {
	background-color: rgba(var(--mydryking-black-rgb), 0.6);
}

.main-slider-three #main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: rgba(var(--mydryking-black-rgb), 1);
}

/*--------------------------------------------------------------
# Feature One Start
--------------------------------------------------------------*/
.feature-one {
	position: relative;
	display: block;
	z-index: 3;
}

.feature-one__container {
	/* position: relative; */
	/* display: block; */
	/* max-width: 1400px; */
	/* width: 100%; */
	/* margin: 0 auto; */
	/* padding: 0 15px; */
}

.feature-one__inner {
	position: relative;
	display: block;
	/* margin-top: -60px; */

}

._ad_new_features {
	margin-top: 15px !important;
}

._ad_new_features .feature-one__single ._ad_img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;

}

.feature-one__inner .row {
	--bs-gutter-x: 0;
}


.feature-one__single {
	position: relative;
	display: flex;
	align-items: center;
	background-color: var(--mydryking-primary);
	padding: 36px 50px 43px;
}

.feature-one__icon {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}

.feature-one__icon:before {
	/* position: absolute; */
	/* top: 0; */
	/* left: 36px; */
	/* height: 35px; */
	/* width: 35px; */
	/* content: ""; */
	/* background-color: rgba(var(--mydryking-black-rgb), 0.1); */
	/* transition: all 500ms linear; */
	/* transition-delay: 0.1s; */
	/* transform: scale(1); */
	/* z-index: -1; */
}

.feature-one__single:hover .feature-one__icon:before {
	/* transform: scale(0.9); */
}

.feature-one__icon span {
	font-size: 63px;
	color: var(--mydryking-base);
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.feature-one__single:hover .feature-one__icon span {
	transform: scale(1.2);
}

.feature-one__content {
	margin-left: 30px;
}

.feature-one__title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.feature-one__title a {
	color: var(--mydryking-black);
}

.feature-one__text {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}

.feature-one__single-base {
	background-color: var(--mydryking-base);
}

.feature-one__single-base .feature-one__icon span {
	color: var(--mydryking-white);
}

.feature-one__single-base .feature-one__title a {
	color: var(--mydryking-white);
}

.feature-one__single-base .feature-one__text {
	color: var(--mydryking-white);
}

.feature-one__single-black {
	background-color: var(--mydryking-black);
}

.feature-one__single-black .feature-one__icon span {
	color: var(--mydryking-base);
}

.feature-one__single-black .feature-one__title a {
	color: var(--mydryking-white);
}

.feature-one__single-black .feature-one__text {
	color: #a6bad4;
}

.feature-one__single-black .feature-one__icon:before {
	background-color: rgba(var(--mydryking-white-rgb), 0.1);
}

/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
	position: relative;
	display: block;
	/* padding: 240px 0 640px; */
	/* background-color: var(--mydryking-primary); */
	/* margin-top: -120px; */
	z-index: 1;
}

.welcome-one:before {
	/* position: absolute; */
	/* top: 0; */
	/* left: 160px; */
	/* right: 0; */
	/* content: ""; */
	/* height: 1020px; */
	/* background-color: var(--mydryking-white); */
	/* z-index: 1; */
}

.welcome-one-foam-shape {
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	/* right: 0; */
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	/* background-position: center; */
	/* background-color: var(--mydryking-primary); */
	/* height: 1225px; */
	/* background-blend-mode: soft-light; */
	/* z-index: -1; */
}

.welcome-one-shape-1 {
	/* position: absolute; */
	/* top: 160px; */
	/* right: 0; */
	/* z-index: 3; */
}

.welcome-one-shape-1 img {
	/* width: auto; */
}

.welcome-one-shape-2 {
	position: absolute;
	top: 305px;
	right: 0;
	z-index: 2;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.welcome-one-shape-2 img {
	width: auto;
}

.welcome-one__left {
	position: relative;
	display: block;
	margin-right: 40px;
	z-index: 3;
}

.welcome-one__img-box {
	position: relative;
	display: block;
}

.welcome-one__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.welcome-one__img:after {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
	z-index: 1;
}

.welcome-one__img-box:hover .welcome-one__img:after {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.welcome-one__img img {
	width: 100%;
}

.welcome-one__small-img {
	position: absolute;
	bottom: -60px;
	right: -60px;
	z-index: 2;
}

.welcome-one__small-img:before {
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
	content: '';
	height: 12px;
	background-color: var(--mydryking-base);
}

.welcome-one__small-img img {
	width: auto;
}

.welcome-one__experience {
	position: absolute;
	top: 80px;
	left: -60px;
	height: 172px;
	width: 172px;
	background-color: var(--mydryking-white);
	border: 1px solid var(--mydryking-bdr-color);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	z-index: 2;
}

.welcome-one__experience:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-image: url(../images/shapes/welcome-one-bdr-shape.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.welcome-one__experience::after {
	position: absolute;
	bottom: -50px;
	left: -1px;
	right: 0;
	content: '';
	width: 0;
	border-left: 60px solid transparent;
	border-top: 50px solid var(--mydryking-bdr-color);
}

.welcome-one__experience h3 {
	font-size: 54px;
	color: var(--mydryking-base);
	font-weight: 700;
	line-height: 64px;
}

.welcome-one__experience p {
	margin: 0;
	color: var(--mydryking-black);
	line-height: 22px;
}

.welcome-one__right {
	position: relative;
	display: block;
	margin-left: 70px;
	z-index: 3;
}

.welcome-one__right .section-title {
	margin-bottom: 34px;
}

.welcome-one__right .section-title__tagline::before {
	left: 0;
	transform: translateX(0);
}

.welcome-one__text-1 {
	font-size: 24px;
	color: var(--mydryking-base);
	margin: 0;
	margin-bottom: 35px;
}

.welcome-one__text-2 {
	margin: 0;
}

.welcome-one__points {
	position: relative;
	display: block;
	margin-top: 36px;
	margin-bottom: 41px;
}

.welcome-one__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.welcome-one__points li+li {
	margin-top: 6px;
}

.welcome-one__points li .icon {
	display: flex;
	align-items: center;
}

.welcome-one__points li .icon span {
	font-size: 16px;
	color: var(--mydryking-base);
}

.welcome-one__points li .text {
	margin-left: 10px;
}

.welcome-one__points li .text p {
	color: var(--mydryking-black);
	font-weight: 600;
	margin: 0;
}

.welcome-one__button-call {
	position: relative;
	display: flex;
	align-items: center;
	/* margin-top: 40px; */
}

.welcome-one__call {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.welcome-one__call-icon {
	height: 60px;
	width: 60px;
	background-color: var(--mydryking-primary);
	font-size: 18px;
	color: var(--mydryking-black);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.welcome-one__call-icon:hover {
	color: var(--mydryking-white);
	background-color: var(--mydryking-base);
}

.welcome-one__call-content {
	margin-left: 10px;
}

.welcome-one__call-content p {
	font-size: 14px;
	margin: 0;
	line-height: 18px;
}

.welcome-one__call-content a {
	font-size: 24px;
	color: var(--mydryking-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.welcome-one__call-content a:hover {
	color: var(--mydryking-base);
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/

.service-details__points li .icon {
	height: 58px;
	width: 58px;
	background-color: var(--mydryking-base);
	color: white;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;

	transition: all 500ms ease;
}

.service-details__points li:hover .icon {
	background-color: gray !important;
}

.services-one {
	position: relative;
	display: block;
	padding: 0 0 90px;
	margin-top: -450px;
	z-index: 3;
}

.services-one__single {
	position: relative;
	display: block;
	margin-bottom: 20px;
	border: 1px solid var(--mydryking-bdr-color);
}

.services-one__img {
	position: relative;
	display: block;
	height: 150px;
	overflow: hidden;
}

.services-one__img:before {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* right: 0; */
	/* bottom: 0; */
	/* content: ""; */
	/* background-color: rgba(var(--mydryking-black-rgb), 0.3); */
	/* opacity: 1; */
	/* -webkit-transition: 0.5s; */
	/* -o-transition: 0.5s; */
	/* transition: 0.5s; */
	/* -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2); */
	/* -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2); */
	/* transform: perspective(400px) rotateX(-90deg) scale(0.2); */
	/* -webkit-transform-origin: top; */
	/* -ms-transform-origin: top; */
	/* transform-origin: top; */
	/* border-radius: var(--mydryking-bdr-radius); */
	/* z-index: 1; */
}

.services-one__single:hover .services-one__img:before {
	/* opacity: 1; */
	/* -webkit-transform: perspective(400px) rotateX(0deg) scale(1); */
	/* -ms-transform: perspective(400px) rotateX(0deg) scale(1); */
	/* transform: perspective(400px) rotateX(0deg) scale(1); */
}

.services-one__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--mydryking-bdr-radius);
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
}

.services-one__single:hover .services-one__img img {
	transform: scale(1.1) rotate(2deg);
}

.services-one__icon {
	height: 92px;
	width: 92px;
	background-color: var(--mydryking-base);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}

.services-one__icon span {
	font-size: 64px;
	color: var(--mydryking-white);
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}

.services-one__icon i {
	font-size: 50px;
	color: var(--mydryking-white);
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
	transform: rotateY(360deg);
}

.services-one__single:hover .services-one__icon i {
	transform: rotateY(360deg);
}

.services-one__content {
	position: relative;
	display: block;
	border-top: 0;
	text-align: center;
	padding: 24px 27px 25px;
	background-color: rgb(255, 255, 255);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;

}


.services-one__title {
	font-size: 16px;
	font-weight: 600;
}

.services-one__title a {
	color: var(--mydryking-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
	color: var(--mydryking-base);
}

.services-one__text {
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
}

.services-one__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-wrap: nowrap;
	font-size: 13px;
	color: var(--mydryking-white);
	background-color: var(--mydryking-base);
	padding: 8px 90px 8px;
	border: none;
	width: 100%;
}

.services-one__btn span {
	font-size: 15px;
}

.services-one__single:hover .services-one__btn {
	color: var(--mydryking-white);
}

.services-one__single:hover .services-one__btn::before {
	height: 580%;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
	position: relative;
	display: block;
	padding: 95px 0 97px;
	border-top: 1px solid var(--mydryking-bdr-color);
}

.brand-one__carousel {
	position: relative;
	display: block;
}

.brand-one__single {
	position: relative;
	display: block;
	text-align: center;
	line-height: 0;
	z-index: 1;
}

.brand-one__single:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--mydryking-primary);
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	z-index: -1;
}

.brand-one__single:hover:before {
	opacity: 1;
}

.brand-one__img {
	position: relative;
	display: inline-block;
	z-index: 10;
}

.brand-one__img>img {
	position: relative;
	-webkit-transition: 500ms;
	transition: 500ms;
	opacity: 0.3;
}

.brand-one__single:hover .brand-one__img>img {
	opacity: 0.6;
}

/*--------------------------------------------------------------
# Book One
--------------------------------------------------------------*/
.book-one {
	position: relative;
	display: block;
	padding: 100px 0 180px;
	z-index: 1;
}

.book-one-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.book-one-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background-color: rgba(15, 39, 70, 0.7);
	z-index: -1;
}

.book-one__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 2;
}

.book-one__title {
	font-size: 70px;
	color: var(--mydryking-white);
	font-weight: 700;
	line-height: 85px;
	margin-bottom: 46px;
}

.book-one__title span {
	position: relative;
	display: inline-block;
}

.book-one__title span:before {
	position: absolute;
	top: 0px;
	left: -21px;
	right: -40px;
	bottom: 0;
	content: '';
	background-image: url(../images/shapes/book-one-shape.png);
	background-repeat: no-repeat;
	animation-name: zoom-fade;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

	-webkit-animation-name: zoom-fade;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: zoom-fade;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	-ms-animation-name: zoom-fade;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;

	-o-animation-name: zoom-fade;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	z-index: -1;
}

.book-one__btn:hover {
	color: var(--mydryking-black);
}

.book-one__btn::before {
	background-color: var(--mydryking-white);
}

/*--------------------------------------------------------------
# Commercial
--------------------------------------------------------------*/
.commercial {
	position: relative;
	display: block;
	margin-top: -60px;
	z-index: 1;
}

.commercial__container {
	position: relative;
	display: block;
	max-width: 1370px;
	width: 100%;
	margin: 0 auto;
	background-color: var(--mydryking-base);
	z-index: 1;
}

.commercial-shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: var(--mydryking-base);
	background-blend-mode: soft-light;
	opacity: 0.4;
	z-index: -1;
}

.commercial__inner {
	position: relative;
	display: block;
	padding: 100px 0 100px;
}

.commercial__left {
	position: relative;
	display: block;
}

.commercial__left .section-title {
	margin-bottom: 0px;
}

.commercial__left .section-title__tagline {
	color: var(--mydryking-white);
}

.commercial__left .section-title__tagline::before {
	left: 0;
	background-image: url(../images/icon/section-title-icon-2.png);
	transform: translateX(0);
}

.commercial__left .section-title__title {
	color: var(--mydryking-white);
}

.commercial__middle {
	position: relative;
	display: block;
	margin-left: 70px;
	margin-right: 13px;
	padding-top: 11px;
}

.commercial__points {
	position: relative;
	display: block;
}

.commercial__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.commercial__points li+li {
	margin-top: 6px;
}

.commercial__points li .icon {
	display: flex;
	align-items: center;
}

.commercial__points li .icon span {
	font-size: 16px;
	color: var(--mydryking-white);
}

.commercial__points li .text {
	margin-left: 20px;
}

.commercial__points li .text p {
	color: var(--mydryking-white);
	font-weight: 600;
	margin: 0;
}

/* .commercial__points-two {
  margin-left: 65px;
} */

.commercial__img {
	position: relative;
	display: block;
	margin-left: 10px;
}

.commercial__img img {
	width: 100%;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
	position: relative;
	display: block;
	background-color: var(--mydryking-primary);
	padding: 581px 0 120px;
	margin-top: -460px;
}

.why-choose-one-shape-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.05;
}

.why-choose-one__left {
	position: relative;
	display: block;
	margin-right: 20px;
	margin-left: -375px;
}

.why-choose-one__img {
	position: relative;
	display: block;
}

.why-choose-one__img img {
	width: 100%;
}

.why-choose-one__video-link {
	position: absolute;
	bottom: 0;
	right: 0;
}

.why-choose-one__video-icon {
	height: 136px;
	width: 160px;
	background-color: var(--mydryking-base);
	font-size: 25px;
	color: var(--mydryking-white);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.why-choose-one__video-icon:hover {
	background-color: var(--mydryking-black);
}

.why-choose-one__video-link .ripple,
.why-choose-one__video-icon .ripple:before,
.why-choose-one__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 136px;
	width: 160px;
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--mydryking-base-rgb), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--mydryking-base-rgb), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--mydryking-base-rgb), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.why-choose-one__video-icon .ripple:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}

.why-choose-one__video-icon .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}

.why-choose-one__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.why-choose-one__right .section-title {
	margin-bottom: 27px;
}

.why-choose-one__right .section-title__tagline::before {
	left: 0;
	transform: translateX(0);
}

.why-choose-one__text {
	margin: 0;
	line-height: 36px;
	padding-bottom: 38px;
}

.why-choose-one__content {
	position: relative;
	display: block;
}

.why-choose-one__points {
	position: relative;
	display: flex;
}

.why-choose-one__points li+li {
	margin-left: 35px;
}

.why-choose-one__icon span {
	font-size: 62px;
	color: var(--mydryking-base);
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.why-choose-one__points li:hover .why-choose-one__icon span {
	transform: scale(0.9);
}

.why-choose-one__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.why-choose-one__text-2 {
	font-size: 16px;
	margin: 0;
	line-height: 29px;
}

.why-choose-one__progress {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 47px;
}

.why-choose-one__progress-single {
	position: relative;
	display: block;
}

.why-choose-one__progress-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	color: var(--mydryking-black);
	margin-bottom: 7px;
}

.why-choose-one__progress .bar {
	position: relative;
	width: 100%;
	height: 5px;
	background-color: var(--mydryking-white);
	border-radius: 0px;
	margin-bottom: 25px;
}

.why-choose-one__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 5px;
	border-radius: 0px;
	background: var(--mydryking-base);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.why-choose-one__progress .count-text {
	position: absolute;
	right: 0px;
	bottom: 19px;
	color: var(--mydryking-gray);
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.why-choose-one__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.why-choose-one__progress .bar.marb-0 {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# How We Work
--------------------------------------------------------------*/
.how-we-work {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	background-color: var(--mydryking-white);
	z-index: 1;
}

.how-we-work-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 781px;
	width: 862px;
	background-repeat: no-repeat;
	background-position: top right;
	mix-blend-mode: luminosity;
	opacity: 0.08;
	z-index: -1;
}

.how-we-work__list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	counter-reset: count;
}

.how-we-work__single {
	position: relative;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}

.how-we-work__single:before {
	position: absolute;
	top: 90px;
	right: -83px;
	content: '';
	width: 158px;
	height: 7px;
	background-image: url(../images/shapes/how-we-work-dots.png);
	background-repeat: no-repeat;
}

.how-we-work__single:last-child:before {
	display: none;
}

.how-we-work__single-box {
	position: relative;
	display: block;
	padding: 0 60px 0;
	margin-bottom: 30px;
}

.how-we-work__icon {
	position: relative;
	height: 188px;
	width: 188px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(38, 33, 28, 0.05);
	border-radius: 50%;
	border: 1px solid var(--mydryking-bdr-color);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	z-index: 1;
}

.how-we-work__icon::before {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	content: '';
	border-radius: 50%;
	background-color: var(--mydryking-primary);
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}

.how-we-work__single:hover .how-we-work__icon::before {
	transform: scaleX(1);
}

.how-we-work__icon span {
	position: relative;
	display: inline-block;
	font-size: 66px;
	color: var(--mydryking-base);
}

.how-we-work__count {
	height: 67px;
	width: 67px;
	background-color: var(--mydryking-black);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: -10px;
	margin: 0 auto;
	transition: all 500ms ease;
}

.how-we-work__single:hover .how-we-work__count {
	background-color: var(--mydryking-base);
}

.how-we-work__count:before {
	position: absolute;
	height: 67px;
	width: 67px;
	text-align: center;
	color: var(--mydryking-white);
	font-size: 20px;
	line-height: 67px;
	border-radius: 50%;
	font-weight: 700;
	counter-increment: count;
	content: '0' counter(count);
	transition: all 500ms ease;
}

.how-we-work__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 23px;
	margin-bottom: 12px;
}

.how-we-work__text {
	margin: 0;
}

.how-we-work__bottom {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 20px;
}

.how-we-work__btn:hover::before {
	height: 480%;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
	position: relative;
	display: block;
	background-color: var(--mydryking-base);
	z-index: 1;
}

.cta-one-shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center;
	background-color: var(--mydryking-base);
	background-blend-mode: soft-light;
	opacity: 0.4;
	z-index: -1;
	animation: bgSlide 20s linear infinite;
}

@keyframes bgSlide {
	0% {
		background-position: 0 0;
	}

	20% {
		background-position: -100px 0;
	}

	40% {
		background-position: -200px 0;
	}

	60% {
		background-position: -150px 0;
	}

	80% {
		background-position: -100px 0;
	}

	100% {
		background-position: 0px 0;
	}
}

.cta-one__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 103px 0;
}

.cta-one__car {
	position: absolute;
	left: -52px;
	top: -55px;
}

.cta-one__car img {
	width: auto;
}

.cta-one__content {
	position: relative;
	display: block;
}

.cta-one__title {
	font-size: 34px;
	color: var(--mydryking-white);
	font-weight: 700;
	line-height: 46px;
}

.cta-one__number {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	line-height: 48px;
}

.cta-one__number a {
	color: var(--mydryking-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cta-one__number a:hover {
	color: var(--mydryking-black);
}

.cta-one__btn-box {
	margin-left: 100px;
}

.cta-one__btn {
	background-color: var(--mydryking-black);
}

.cta-one__btn:hover {
	color: var(--mydryking-black);
}

.cta-one__btn::before {
	background-color: var(--mydryking-white);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	display: block;
	background-color: var(--mydryking-black);
	z-index: 1;
}

.site-footer-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	/* height: 538px; */
	height: 100%;
	width: 938px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: luminosity;
	opacity: 0.07;
	z-index: -1;
}

.site-footer__top {
	position: relative;
	display: block;
	padding: 10px 0 10px;
}

.footer-widget__about {
	position: relative;
	display: block;
	padding-top: 6px;
}

.footer-widget__about-text-box {
	position: relative;
	display: block;
	padding-bottom: 33px;
	padding-top: 32px;
}

.footer-widget__about-text {
	font-size: 20px;
	color: var(--mydryking-white);
	line-height: 30px;
	margin: 0;
	/* font-weight: 700; */
}

.site-footer__social {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.site-footer__social a {
	position: relative;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--mydryking-white);
	font-size: 15px;
	/* background-color: #0f2746; */
	background-color: var(--mydryking-base);
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.site-footer__social a::before {
	position: absolute;
	content: '';
	/* background-color: var(--mydryking-base); */
	background-color: var(--mydryking-black);
	width: 100%;
	height: 0%;
	left: 50%;
	top: 50%;
	border-radius: 33px;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1;
	transition: all 500ms ease;
}

.site-footer__social a:hover::before {
	height: 100%;
}

.site-footer__social a+a {
	margin-left: 10px;
}

.footer-widget__links {
	position: relative;
	display: block;
	margin-left: 70px;
}

.footer-widget__title {
	font-size: 20px;
	color: var(--mydryking-white);
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 700;
}

.footer-widget__links-list {
	position: relative;
	display: block;
}

.footer-widget__links-list li+li {
	margin-top: 1px;
}

.footer-widget__links-list li a {
	font-size: 16px;
	/* color: #a5b9d4; */
	color: var(--mydryking-white);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
	color: var(--mydryking-base);
}

.footer-widget__contact {
	position: relative;
	display: block;
	/* margin-right: 60px; */
}

.footer-widget__contact-text {
	font-size: 16px;
	/* color: #a6bad4; */
	color: var(--mydryking-white);
	margin: 0;
	line-height: 30px;
	padding-top: 3px;
}

.footer-widget__contact-list {
	position: relative;
	display: block;
	margin-top: 20px;
}

.footer-widget__contact-list li {
	position: relative;
	display: flex;
	line-height: 28px;
}

.footer-widget__contact-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0px;
}

.footer-widget__contact-list li .icon {
	position: relative;
	display: block;
	top: 2px;
}

.footer-widget__contact-list li .icon span {
	font-size: 14px;
	color: var(--mydryking-base);
}

.footer-widget__contact-text span i {
	font-size: 14px;
	color: var(--mydryking-base);
}

.footer-widget__contact-list li .text {
	margin-left: 15px;
}

.footer-widget__contact-list li .text a {
	font-size: 16px;
	color: var(--mydryking-white);
	/* font-weight: 700; */
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__contact-list li:hover .text a {
	color: var(--mydryking-base);
}

.footer-widget__newsletter {
	position: relative;
	display: block;
}

.footer-widget__newsletter-text {
	font-size: 16px;
	/* color: #a6bad4; */
	color: var(--mydryking-white);
	line-height: 30px;
	margin: 0;
	padding-top: 3px;
}

.footer-widget__newsletter-form {
	position: relative;
	display: block;
	margin-top: 24px;
}

.footer-widget__newsletter-input-box {
	position: relative;
	display: block;
}

.footer-widget__newsletter-input-box input[type='email'] {
	height: 60px;
	width: 100%;
	border: none;
	outline: none;
	padding-left: 20px;
	padding-right: 80px;
	font-size: 14px;
	color: var(--mydryking-gray);
	font-weight: 500;
}

.footer-widget__newsletter-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--mydryking-base);
	color: var(--mydryking-white);
	font-weight: 700;
	border: 0;
	transition: all 500ms ease;
	padding: 0;
	font-size: 14px;
}

.footer-widget__newsletter-btn:hover {
	/* background-color: #0f2746; */
	background-color: var(--mydryking-black);
}

.site-footer__bottom {
	position: relative;
	display: block;
	border-top: 1px solid rgba(var(--mydryking-white-rgb), 0.1);
}

.site-footer__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.site-footer__bottom-text {
	font-size: 16px;
	/* color: #a6bad4; */
	color: var(--mydryking-white);
	font-weight: 500;
	margin: 0;
}

.site-footer__bottom-text a {
	/* color: #a6bad4; */
	color: var(--mydryking-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
	color: var(--mydryking-base);
}

.site-footer__bottom-menu {
	position: relative;
	display: flex;
	align-items: center;
}

.site-footer__bottom-menu li+li {
	margin-left: 12px;
}

.site-footer__bottom-menu li span {
	font-size: 16px;
	color: #a6bad4;
}

.site-footer__bottom-menu li a {
	font-size: 16px;
	/* color: #a6bad4; */
	color: var(--mydryking-white);
	transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
	color: var(--mydryking-base);
}

/*--------------------------------------------------------------
# Welcome Two
--------------------------------------------------------------*/
.welcome-two {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	background-color: var(--mydryking-white);
	z-index: 1;
}

.welcome-two-shape {
	position: absolute;
	top: 0;
	right: 0;
	height: 713px;
	width: 564px;
	background-repeat: no-repeat;
	background-position: top right;
	mix-blend-mode: luminosity;
	opacity: 0.08;
	z-index: -1;
}

.welcome-two__left {
	position: relative;
	display: block;
	margin-right: 40px;
}

.welcome-two__img-box {
	position: relative;
	display: block;
}

.welcome-two__img-box:before {
	position: absolute;
	bottom: 0;
	right: -26px;
	content: '';
	background-color: var(--mydryking-base);
	height: 230px;
	width: 12px;
}

.welcome-two__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.welcome-two__img:after {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
	z-index: 1;
}

.welcome-two__img:hover:after {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.welcome-two__img img {
	width: 100%;
}

.welcome-two__small-img {
	position: absolute;
	top: 0;
	left: -100px;
	z-index: 2;
}

.welcome-two__small-img img {
	width: auto;
}

.welcome-two__laundry-service {
	position: absolute;
	top: 188px;
	left: -100px;
	background-color: var(--mydryking-base);
	padding: 62px 50px 62px;
	max-width: 200px;
	width: 100%;
	z-index: 2;
}

.welcome-two__laundry-service p {
	font-size: 26px;
	color: var(--mydryking-white);
	margin: 0;
}

.welcome-two__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.welcome-two__right .section-title {
	margin-bottom: 28px;
}

.welcome-two__right .section-title__tagline::before {
	left: 0;
	transform: translateX(0);
}

.welcome-two__text {
	margin: 0;
}

.welcome-two__content {
	position: relative;
	display: block;
	margin-top: 40px;
}

.welcome-two__points {
	position: relative;
	display: flex;
}

.welcome-two__points li+li {
	margin-left: 35px;
}

.welcome-two__icon span {
	font-size: 62px;
	color: var(--mydryking-base);
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.welcome-two__points li:hover .welcome-two__icon span {
	transform: scale(0.9);
}

.welcome-two__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.welcome-two__text-2 {
	font-size: 16px;
	margin: 0;
	line-height: 29px;
}

.welcome-two__more-laundry-service {
	position: relative;
	display: block;
	margin-top: 49px;
	line-height: 0;
}

.welcome-two__more-laundry-service a {
	font-size: 18px;
	color: var(--mydryking-black);
	font-weight: 600;
	display: flex;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.welcome-two__more-laundry-service a:hover {
	color: var(--mydryking-base);
}

.welcome-two__more-laundry-service a span {
	position: relative;
	font-size: 15px;
	margin-left: 10px;
	top: 2px;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
	position: relative;
	display: block;
	padding: 0 0 210px;
	z-index: 1;
}

.services-two:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: var(--mydryking-primary);
	height: 529px;
	z-index: -1;
}

/*--------------------------------------------------------------
# Best Solution
--------------------------------------------------------------*/
.best-solution {
	position: relative;
	display: block;
	margin-top: -120px;
	z-index: 1;
}

.best-solution .row {
	--bs-gutter-x: 0px;
}

.best-solution__left {
	position: relative;
	display: block;
}

.best-solution__img {
	position: relative;
	display: block;
}

.best-solution__img img {
	width: 100%;
}

.best-solution__right {
	position: relative;
	display: block;
}

.best-solution__content {
	position: relative;
	display: block;
	background-color: var(--mydryking-base);
	padding-left: 105px;
	padding-right: 90px;
	padding-top: 72px;
	padding-bottom: 71px;
}

.best-solution__title {
	font-size: 30px;
	color: var(--mydryking-white);
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 22px;
}

.best-solution__text {
	color: var(--mydryking-white);
	margin: 0;
}

.best-solution__icon {
	position: absolute;
	height: 110px;
	width: 110px;
	background-color: var(--mydryking-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 62px;
	color: var(--mydryking-black);
	top: 50%;
	left: -55px;
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.best-solution__icon:hover {
	background-color: var(--mydryking-black);
	color: var(--mydryking-white);
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.team-one__container {
	position: relative;
	display: block;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.team-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.team-one__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.team-one__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background-color: rgba(var(--mydryking-black-rgb), 0.3);
	width: 0%;
	transform: translateY(100%);
	transition: all 500ms ease;
	z-index: 1;
}

.team-one__single:hover .team-one__img:before {
	transform: translateY(0);
	width: 100%;
}

.team-one__img img {
	width: 100%;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
}

.team-one__single:hover .team-one__img img {
	transform: scale(1.1) rotate(2deg);
}

.team-one__social {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	transform: scaleY(0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	transform-origin: bottom center;
	z-index: 2;
}

.team-one__single:hover .team-one__social {
	transform: scaleY(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.team-one__social a {
	position: relative;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--mydryking-white);
	font-size: 15px;
	background-color: #0f2746;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.team-one__social a:hover {
	color: var(--mydryking-white);
	background-color: transparent;
}

.team-one__social a::before {
	position: absolute;
	content: '';
	background-color: var(--mydryking-base);
	width: 100%;
	height: 0%;
	left: 50%;
	top: 50%;
	border-radius: 33px;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1;
	transition: all 500ms ease;
}

.team-one__social a:hover::before {
	height: 100%;
}

.team-one__social a+a {
	margin-left: 10px;
}

.team-one__content {
	position: relative;
	display: block;
	text-align: center;
	border: 1px solid var(--mydryking-bdr-color);
	border-top: 0;
	padding: 33px 0 33px;
	background-color: rgb(255, 255, 255);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__single:hover .team-one__content {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.team-one__name {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	line-height: 30px;
}

.team-one__title {
	font-size: 16px;
	margin: 0;
	line-height: 26px;
}

/*--------------------------------------------------------------
# Book Two
--------------------------------------------------------------*/
.book-two {
	padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Two Section
--------------------------------------------------------------*/
.two-section {
	position: relative;
	display: block;
}

.two-section__inner {
	position: relative;
	display: block;
	overflow: hidden;
}

.two-section__testimonial {
	position: relative;
	display: block;
	float: left;
	width: 44%;
	background-color: var(--mydryking-primary);
	padding: 100px 100px 91px;
}

.two-section__testimonial-carousel {
	position: relative;
	display: block;
	max-width: 632px;
	width: 100%;
	margin: 0 auto;
	float: right;
}

.two-section__testimonial-single {
	position: relative;
	display: block;
}

.two-section__testimonial-quote-icon {
	position: relative;
	display: flex;
}

.two-section__testimonial-quote-icon span {
	font-size: 32px;
	color: var(--mydryking-base);
}

.two-section__testimonial-text {
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin: 0;
	padding-top: 13px;
	padding-bottom: 30px;
}

.two-section__testimonial-client-info {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}

.two-section__testimonial-client-info span {
	font-size: 16px;
	font-weight: 500;
	color: var(--mydryking-base);
	display: block;
}

.two-section__counter {
	position: relative;
	display: block;
	float: right;
	width: 56%;
	background-color: var(--mydryking-black);
}

.two-section__counter-content-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.two-section__counter-order-box {
	position: relative;
	display: block;
	max-width: 460px;
	width: 100%;
	float: left;
	background-color: var(--mydryking-base);
	text-align: center;
	padding: 94px 0 100px;
}

.two-section__counter-number {
	font-size: 34px;
	font-weight: 700;
	margin: 0;
}

.two-section__counter-number a {
	color: var(--mydryking-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.two-section__counter-number a:hover {
	color: var(--mydryking-black);
}

.two-section__counter-title {
	font-size: 28px;
	color: var(--mydryking-white);
	font-weight: 400;
	line-height: 34px;
	margin-top: 20px;
	margin-bottom: 54px;
}

.two-section__counter-order-btn {
	background-color: var(--mydryking-black);
}

.two-section__counter-order-btn:hover {
	color: var(--mydryking-base);
}

.two-section__counter-order-btn::before {
	background-color: var(--mydryking-white);
}

.two-section__counter-box {
	position: relative;
	display: block;
	max-width: 600px;
	width: 100%;
	float: left;
	background-color: var(--mydryking-black);
	padding: 100px 0 109px;
}

.two-section__counter-list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.two-section__counter-single {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	padding-left: 100px;
	padding-right: 70px;
}

.two-section__counter-single:last-child {
	padding-left: 70px;
	padding-right: 90px;
}

.two-section__counter-single:before {
	position: absolute;
	top: 0;
	bottom: -10px;
	right: 0;
	content: '';
	width: 1px;
	background-color: rgba(var(--mydryking-white-rgb), 0.1);
}

.two-section__counter-single:last-child:before {
	display: none;
}

.two-section__counter-icon {
	position: relative;
	display: inline-block;
	margin-bottom: 4px;
}

.two-section__counter-icon span {
	font-size: 62px;
	color: var(--mydryking-base);
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.two-section__counter-single:hover .two-section__counter-icon span {
	transform: scale(0.9);
}

.two-section__counter-single h3 {
	font-size: 50px;
	color: var(--mydryking-white);
	line-height: 60px !important;
	font-weight: 700;
	font-family: var(--mydryking-font) !important;
}

.two-section__counter-text {
	color: #a6bad4;
	margin: 0;
	line-height: 29px;
	padding-top: 20px;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.contact-one-shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.05;
}

.contact-one-shape-1 img {
	width: auto;
}

.contact-one__left {
	position: relative;
	display: block;
	margin-right: 60px;
}

.contact-one__text-1 {
	font-size: 24px;
	color: var(--mydryking-base);
	font-weight: 700;
	margin: 0;
}

.contact-one__text-2 {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 31px;
}

.contact-one__points {
	position: relative;
	display: block;
}

.contact-one__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.contact-one__points li+li {
	margin-top: 6px;
}

.contact-one__points li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.contact-one__points li .icon span {
	font-size: 16px;
	color: var(--mydryking-base);
}

.contact-one__points li .text {
	margin-left: 10px;
}

.contact-one__points li .text p {
	color: var(--mydryking-black);
	font-weight: 600;
	margin: 0;
}

.contact-one__img {
	position: relative;
	display: block;
	margin-top: 34px;
}

.contact-one__img img {
	width: 100%;
}

.contact-one__right {
	position: relative;
	display: block;
	margin-left: -30px;
}

.contact-one__form {
	position: relative;
	display: block;
	background-color: var(--mydryking-primary);
	padding: 60px;
}

.contact-one__form .row {
	--bs-gutter-x: 20px;
}

.contact-one__form-input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.contact-one__form-input-box input[type='text'],
.contact-one__form-input-box input[type='email'] {
	height: 60px;
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--mydryking-white);
	font-size: 14px;
	color: var(--mydryking-gray);
	font-weight: 500;
	padding: 0 30px 0;
}

.contact-one__form-input-box textarea {
	height: 180px;
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--mydryking-white);
	font-size: 14px;
	color: var(--mydryking-gray);
	font-weight: 500;
	padding: 19px 30px 30px;
}

.contact-one__form-input-box.text-message-box {
	height: 180px;
}

.contact-one__btn {
	border: 0;
}

/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
.gallery-one {
	position: relative;
	display: block;
	z-index: 2;
}

.gallery-one__container {
	position: relative;
	display: block;
	max-width: 1680px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.gallery-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.gallery-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.gallery-one__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background-color: rgba(var(--mydryking-black-rgb), 0.5);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	transform: translateY(-102%);
	z-index: 1;
}

.gallery-one__single:hover .gallery-one__img:before {
	transform: translateY(0%);
}

.gallery-one__img img {
	width: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.gallery-one__single:hover .gallery-one__img img {
	transform: scale(1.05);
}

.gallery-one__img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.gallery-one__plus {
	position: relative;
	height: 78px;
	width: 78px;
	background-color: var(--mydryking-base);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.gallery-one__single:hover .gallery-one__plus {
	transform: translateY(0px);
	opacity: 1;
	transition-delay: 0.3s;
}

.gallery-one__plus:hover {
	background-color: var(--mydryking-white);
}

.gallery-one__plus::before {
	content: '';
	width: 22px;
	height: 2px;
	background-color: var(--mydryking-white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.gallery-one__plus::after {
	content: '';
	width: 2px;
	height: 22px;
	background-color: var(--mydryking-white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.gallery-one__plus:hover:before,
.gallery-one__plus:hover:after {
	background-color: var(--mydryking-black);
}

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
	position: relative;
	display: block;
	background-color: var(--mydryking-primary);
	padding: 180px 0 120px;
	margin-top: -90px;
	z-index: 1;
}

.pricing-one-shape {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: soft-light;
	z-index: -1;
}

.pricing-one__top {
	position: relative;
	display: block;
	counter-reset: count;
}

.pricing-one__single {
	position: relative;
	display: block;
	background-color: var(--mydryking-white);
	border: 1px solid var(--mydryking-bdr-color);
	padding: 48px 48px 30px;
	padding: 35px 45px 35px;
	/* margin-bottom: 30px; */
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pricing-one__single:hover {
	background-color: var(--mydryking-base);
	border: 1px solid transparent;
}

.pricing-one__icon-count-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.pricing-one__icon {
	position: relative;
	display: flex;
	align-items: center;
}

.pricing-one__icon span {
	font-size: 62px;
	color: var(--mydryking-base);
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pricing-one__single:hover .pricing-one__icon span {
	color: var(--mydryking-white);
}

.pricing-one__count {
	/* position: relative; */
	/* height: 50px; */
	/* width: 40px; */
}

.pricing-one__count:before {
	/* position: absolute; */
	/* height: 35px; */
	/* width: 40px; */
	/* font-size: 50px; */
	/* line-height: 50px; */
	/* font-weight: 400; */
	/* counter-increment: count; */
	/* content: "0"counter(count); */
	/* transition: all 200ms linear; */
	/* transition-delay: 0.1s; */
	/* color: var(--mydryking-primary); */
	/* -webkit-transition: all 500ms ease; */
	/* transition: all 500ms ease; */
}

.pricing-one__single:hover .pricing-one__count:before {
	/* color: var(--mydryking-white); */
	/* opacity: 0.1; */
}

.pricing-one__content {
	position: relative;
	display: block;
	text-align: center;
}

.pricing-one__sub-title {
	font-size: 14px;
	margin: 0;
	line-height: 24px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pricing-one__single:hover .pricing-one__sub-title {
	color: var(--mydryking-white);
}

.pricing-one__title {
	font-size: 24px;
	/* font-weight: 700; */
	font-weight: 600;
	line-height: 34px;
	margin-top: 10px;
	margin-bottom: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pricing-one__single:hover .pricing-one__title {
	color: var(--mydryking-white);
}

.pricing-one__title span {
	font-size: 54px;
	font-weight: 700;
	line-height: 64px;
	color: var(--mydryking-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pricing-one__btn {
	/* background-color: var(--mydryking-primary); */
	/* color: var(--mydryking-gray); */
	background-color: var(--mydryking-base);
	color: var(--mydryking-white);
	font-size: 13px;
	width: 100%;
	border: none;
}

.pricing-one__single:hover .pricing-one__btn {
	color: var(--mydryking-white);
}

.pricing-one__single:hover .pricing-one__btn::before {
	height: 580%;
}

.pricing-one__single .service-details__benefits-points {
	margin-bottom: 25px;
	text-align: left;
}

.pricing-one__bottom {
	/* position: relative; */
	/* display: block; */
	/* padding-top: 30px; */
}

.pricing-one__bottom-inner {
	/* position: relative; */
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: space-between; */
}

.pricing-one__bottom-left {
	/* position: relative; */
	/* display: block; */
}

.pricing-one__bottom-title {
	/* font-size: 40px; */
	/* font-weight: 700; */
	/* line-height: 50px; */
}

.pricing-one__bottom-title span {
	/* color: var(--mydryking-base); */
}

.pricing-one__bottom-right {
	/* position: relative; */
	/* display: flex; */
	/* align-items: center; */
}

.pricing-one__bottom-text {
	/* color: var(--mydryking-black); */
	/* margin: 0; */
	/* line-height: 30px; */
	/* text-align: right; */
}

.pricing-one__bottom-text a {
	/* color: var(--mydryking-base); */
	/* position: relative; */
	/* display: inline-block; */
	/* -webkit-transition: all 500ms ease; */
	/* transition: all 500ms ease; */
}

.pricing-one__bottom-text a:hover {
	/* color: var(--mydryking-black); */
}

.pricing-one__bottom-text a:before {
	/* position: absolute; */
	/* bottom: 5px; */
	/* left: 0; */
	/* right: 0; */
	/* content: ""; */
	/* height: 1px; */
	/* background-color: var(--mydryking-base); */
	/* -webkit-transition: all 500ms ease; */
	/* transition: all 500ms ease; */
}

.pricing-one__bottom-text a:hover:before {
	/* background-color: var(--mydryking-black); */
}

.pricing-one__bottom-img {
	/* margin-left: 30px; */
}

.pricing-one__bottom-img img {
	/* width: auto; */
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	position: relative;
	display: block;
	padding: 80px 0 80px;
	z-index: 1;
}

.page-header-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.page-header-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background-color: rgba(15, 39, 70, 0.7);
	z-index: -1;
}

.page-header__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 15;
}

.page-header__inner h2 {
	font-size: 50px;
	color: var(--mydryking-white);
	line-height: 56px;
	margin-bottom: 6px;
	font-weight: 700;
}

.thm-breadcrumb {
	position: relative;
	display: block;
}

.thm-breadcrumb li {
	position: relative;
	display: inline-block;
	color: var(--mydryking-white);
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li+li {
	margin-left: 10px;
}

.thm-breadcrumb li a {
	position: relative;
	display: inline-block;
	color: var(--mydryking-white);
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
	color: var(--mydryking-base);
}

.thm-breadcrumb li.active {
	color: var(--mydryking-base);
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.news-details__left {
	position: relative;
	display: block;
}

.news-details__img {
	position: relative;
	display: block;
}

.news-details__img img {
	width: 100%;
}

.news-details__date {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--mydryking-base);
	padding: 4px 20px 4px;
	z-index: 2;
}

.news-details__date p {
	font-size: 12px;
	color: var(--mydryking-white);
	margin: 0;
	line-height: 22px;
	font-weight: 700;
}

.news-details__content {
	position: relative;
	display: block;
	margin-top: 18px;
}

.news-details__meta {
	position: relative;
	display: flex;
	align-items: center;
}

.news-details__meta li+li {
	margin-left: 10px;
}

.news-details__meta li a {
	font-size: 14px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-details__meta li a:hover {
	color: var(--mydryking-base);
}

.news-details__meta li a i {
	color: var(--mydryking-base);
}

.news-details__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 20px;
}

.news-details__text-1 {
	margin: 0;
}

.news-details__text-2 {
	margin: 0;
	padding-top: 33px;
	padding-bottom: 33px;
}

.news-details__text-3 {
	margin: 0;
}

.news-details__bottom {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0 30px;
	margin-top: 50px;
	border-top: 1px solid var(--mydryking-bdr-color);
}

.news-details__bottom p {
	margin: 0;
}

.news-details__tags span {
	color: var(--mydryking-black);
	font-size: 18px;
	margin-right: 10px;
	font-weight: 700;
}

.news-details__tags a {
	position: relative;
	color: var(--mydryking-white);
	font-size: 12px;
	background-color: var(--mydryking-base);
	display: inline-block;
	padding: 3px 20px;
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-details__tags a:hover {
	background-color: var(--mydryking-black);
	color: var(--mydryking-white);
}

.news-details__tags a+a {
	margin-left: 6px;
}

.news-details__social-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.news-details__social-list a {
	position: relative;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--mydryking-black);
	font-size: 15px;
	background-color: var(--mydryking-primary);
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.news-details__social-list a:hover {
	color: var(--mydryking-white);
}

.news-details__social-list a::before {
	position: absolute;
	content: '';
	background-color: var(--mydryking-base);
	width: 100%;
	height: 0%;
	left: 50%;
	top: 50%;
	border-radius: 33px;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1;
	transition: all 500ms ease;
}

.news-details__social-list a:hover::before {
	height: 100%;
}

.news-details__social-list a+a {
	margin-left: 10px;
}

.news-details__pagenation-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 51px;
}

.news-details__pagenation {
	position: relative;
	display: block;
}

.news-details__pagenation li {
	position: relative;
	float: left;
	font-size: 22px;
	color: var(--mydryking-black);
	font-weight: 700;
	background-color: var(--mydryking-primary);
	line-height: 36px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	max-width: 370px;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 49px;
	padding-bottom: 56px;
}

.news-details__pagenation li+li {
	margin-left: 30px;
}

.news-details__pagenation li:hover {
	background-color: var(--mydryking-base);
	color: var(--mydryking-white);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
	margin: 0;
	color: var(--mydryking-black);
	font-size: 30px;
	margin-bottom: 54px;
	font-weight: 700;
}

.comment-one__single {
	display: -webkit-box;
	display: flex;
	border-bottom: 1px solid var(--mydryking-bdr-color);
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.comment-one__content {
	position: relative;
	margin-left: 45px;
}

.comment-one__content h3 {
	margin: 0;
	font-size: 20px;
	color: var(--mydryking-black);
	margin-bottom: 25px;
	font-weight: 700;
}

.comment-one__content p {
	font-size: 16px;
	line-height: 32px;
	margin: 0;
}

.comment-one__btn {
	font-size: 12px;
	padding: 3px 30px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--mydryking-primary);
	color: var(--mydryking-black);
}

.comment-one__btn::before {
	background-color: var(--mydryking-base);
	transform: translate(-50%, -50%) rotate(50deg);
}

.comment-one__image {
	position: relative;
	display: block;
	border-radius: 50%;
}

.comment-one__image img {
	border-radius: 50%;
}

.comment-form .comment-form__title {
	margin-top: -9px;
}

.comment-form__input-box {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.comment-form__input-box input[type='text'],
.comment-form__input-box input[type='number'],
.comment-form__input-box select,
.comment-form__input-box input[type='password'],
.comment-form__input-box input[type='email'] {
	height: 45px;
	width: 100%;
	background-color: var(--mydryking-primary);
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 0;
	outline: none;
	font-size: 14px;
	color: var(--mydryking-gray);
	display: block;
	font-weight: 500;
}

.comment-form__input-box textarea {
	font-size: 14px;
	color: var(--mydryking-gray);
	font-weight: 500;
	height: 100%;
	width: 100%;
	background-color: var(--mydryking-primary);
	padding: 18px 30px 30px;
	border: none;
	border-radius: 0px;
	outline: none;
	margin-bottom: 0px;
	border-radius: 0;
}

.comment-form__btn {
	border: none;
}

.comment-form__input-box.text-message-box {
	height: 180px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

/* CheckoutCss  */

.checkout-section {
	position: relative;
	padding: 75px 0px 75px 0px;
}

.checkout-section .customer,
.checkout-section .coupon {
	position: relative;
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 14px 0px 15px 31px;
	margin-bottom: 30px;
	color: #222;
}

.checkout-section .customer:before,
.checkout-section .coupon:before {
	position: absolute;
	content: '';
	background: #3ecebe;
	width: 100%;
	height: 1px;
	left: 0px;
	top: -2px;
}

.checkout-section .customer a,
.checkout-section .coupon a {
	color: #3ecebe;
	text-decoration: underline;
}

.checkout-section .create-acc .checkbox {
	margin: 7px 0 0;
}

.checkout-section label {
	color: #222;
	font-weight: 400;
	font-size: 14px;
	z-index: 1;
	margin-bottom: 2px;
}

.checkout-section .checkbox span {
	cursor: pointer;
	margin-left: 6px;
	z-index: 1;
}

.checkout-section .checkbox input {
	width: 17px;
	height: 17px;
	display: inline-block;
}

.checkout-section .title h4 {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 18px;
	background: #404040;
	color: #fea219;
	display: block;
	border-bottom: 1px solid #fea219;
	padding: 12px 25px;
	margin-bottom: 23px;
}

.checkout-section .billing-info {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 0px 0px 19px 0px;
	margin-bottom: 30px;
}

.checkout-section .billing-form {
	position: relative;
	padding: 0px 20px;
}

.checkout-section .bootstrap-select>.dropdown-toggle {
	width: 100%;
}

.checkout-section .bootstrap-select.btn-group:not(.input-group-btn) {
	width: 100% !important;
}

.checkout-section .bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
}

.checkout-section input[type='text'],
.checkout-section select {
	position: relative;
	width: 100%;
	border: 1px solid #e5e5e5;
	height: 45px;
	padding: 10px 15px;
	transition: all 500ms ease;
	margin-bottom: 14px;
	border-radius: 10px;
}

.checkout-section input[type='text']:focus {
	border: 1px solid #3ecebe;
}

.checkout-section .additional-information {
	position: relative;
	border: 1px solid #e5e5e5;
	padding-bottom: 2px;
}

.checkout-section .additional-information .note-box {
	position: relative;
	padding: 0px 29px 0px 29px;
}

.checkout-section .additional-information .note-box textarea {
	width: 100%;
	height: 120px;
	background: #f5f5f5;
	padding: 6px 12px;
	resize: none;
	border: 1px solid #f5f5f5;
	font-size: 14px;
}

.checkout-section .order-info {
	position: relative;
	border: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.checkout-section .order-info .title h4 {
	margin-bottom: 0px;
}

.checkout-section .order-info .single-item {
	position: relative;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.checkout-section .order-info .single-item .img-box,
.checkout-section .order-info .single-item .item-name,
.checkout-section .order-info .single-item .price,
.checkout-section .order-info .sub-total .price,
.checkout-section .order-info .order-total .price {
	position: relative;
	display: inline-block;
}

.checkout-section .order-info .single-item .img-box {
	background: #f5f5f5;
	width: 80px;
	height: 80px;
}

.checkout-section .order-info .single-item .img-box img {
	width: 100%;
}

.checkout-section .order-info .single-item .item-name {
	font-size: 16px;
	font-weight: 600;
	color: #222222c7;
	text-transform: uppercase;
}

._single-item-table {
	overflow-x: scroll;
	scrollbar-width: thin;
}

._single-item-table table {
	text-wrap: nowrap;
}

.checkout-section .order-info .price {
	font-size: 18px;
	color: #222222c7;
	font-weight: 600;
	float: right;
}

.checkout-section .order-info .sub-total .price,
.checkout-section .order-info .order-total .price {
	padding: 0px;
}

.checkout-section .order-info .sub-total,
.checkout-section .order-info .order-total {
	position: relative;
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #222222c7;
	text-transform: uppercase;
}

.checkout-section .order-info .sub-total {
	border-bottom: 1px solid #e5e5e5;
}

.checkout-section .order-info .price.color {
	color: #3ecebe;
}

.checkout-section .order-info .order-total {
	padding: 13px 29px 2px 28px;
}

.checkout-section .payment-info {
	position: relative;
	border: 1px solid #e5e5e5;
	padding-bottom: 30px;
}

.checkout-section .payment-info .payment-option {
	position: relative;
	padding: 2px 29px 0px 29px;
}

.checkout-section .payment-info .payment-option .checkbox span {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-left: 11px;
}

.checkout-section .payment-info .payment-option .text {
	margin-left: 31px;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 21px;
}

.checkout-section .payment-info .payment-option .btn-one {
	width: 100%;
	margin-top: 23px;
	padding: 7px 39px 8px 39px;
}

.checkout-section .payment-info .payment-option .checkbox a {
	font-size: 13px;
	color: #3ecebe;
	text-decoration: underline;
	/* margin-left: 20px; */
}

.checkout-section .payment-info .title h4 {
	margin-bottom: 13px;
}

.checkout-section .payment-info .checkbox {
	margin-bottom: 3px;
}

.checkout-section input {
	border-radius: 50px;
}

.btn-one {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #3ecebe;
	border: 2px solid #3ecebe;
	padding: 13px 40px 13px 40px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	transition: all 900ms ease;
	cursor: pointer;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	z-index: 1;
}

/* CheckoutCss  */

@media (max-width: 991px) {
	._ad_nav_mb {
		display: flex;
		flex-direction: row !important;
	}

	.checkout-section .order-info .single-item .img-box {
		width: 65px;
		height: 65px;
	}

	.checkout-section .order-info .single-item .item-name {
		font-size: 14px;
	}

	.single-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.checkout-section .order-info .price {
		font-size: 14px;
	}

	.checkout-section {
		position: relative;
		padding: 25px 0px 25px 0px;
	}

	.site-footer-shape {
		width: 100%;
	}

	.sidebar {
		margin-top: 50px;
	}
}

.sidebar__single+.sidebar__single {
	margin-top: 30px;
}

.sidebar__title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 6px;
}

.sidebar__search {
	position: relative;
	display: block;
}

.sidebar__search-form {
	position: relative;
}

.sidebar__search-form input[type='search'] {
	display: block;
	border: none;
	outline: none;
	background-color: var(--mydryking-base);
	color: var(--mydryking-white);
	font-size: 16px;
	font-weight: 500;
	padding-left: 50px;
	height: 85px;
	width: 100%;
	padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
	color: var(--mydryking-white);
	opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
	color: var(--mydryking-white);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--mydryking-white);
	opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--mydryking-white);
	opacity: 1;
}

.sidebar__search-form ::placeholder {
	color: var(--mydryking-white);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--mydryking-white);
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--mydryking-white);
}

.sidebar__search-form button[type='submit'] {
	background-color: transparent;
	color: var(--mydryking-white);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: flex;
	align-items: center;
	padding: 0;
}

.sidebar__post {
	position: relative;
	display: block;
	padding: 45px 30px 30px;
	background-color: var(--mydryking-primary);
}

.sidebar__post .sidebar__title {
	margin-left: 20px;
}

.sidebar__post-list {
	margin: 0;
}

.sidebar__post-list li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 15px 20px 15px;
	transition: all 500ms ease;
}

.sidebar__post-list li:hover {
	background-color: rgb(255, 255, 255);
}

.sidebar__post-list li+li {
	margin-top: 10px;
}

.sidebar__post-image {
	margin-right: 20px;
	border-radius: var(--mydryking-bdr-radius);
}

.sidebar__post-image>img {
	width: 70px;
	border-radius: var(--mydryking-bdr-radius);
}

.sidebar__post-content {
	position: relative;
	top: -3px;
}

.sidebar__post-content h3 {
	font-size: 16px;
	margin: 0;
	line-height: 27px;
}

.sidebar__post-content-meta {
	font-size: 14px;
	color: var(--mydryking-gray) !important;
	transition: all 500ms ease;
}

.sidebar__post-content-meta i {
	color: var(--mydryking-base);
	font-size: 14px;
	padding-right: 1px;
}

.sidebar__post-content h3 a {
	color: var(--mydryking-black);
	transition: all 500ms ease;
	margin-top: 1px;
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.sidebar__category {
	position: relative;
	display: block;
	background-color: var(--mydryking-primary);
	padding: 45px 30px 35px;
}

.sidebar__category .sidebar__title {
	padding-left: 20px;
	margin-bottom: 10px;
}

.sidebar__category-list {
	margin: 0;
}

.sidebar__category-list li+li {
	margin-top: 5px;
}

.sidebar__category-list li a {
	color: var(--mydryking-gray);
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: none;
	padding: 4px 20px;
}

.sidebar__category-list li a:hover {
	background-color: rgb(255, 255, 255);
	color: var(--mydryking-black);
}

.sidebar__category-list li.active a {
	background-color: rgb(255, 255, 255);
	color: var(--mydryking-black);
}

.sidebar__category-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--mydryking-base);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.sidebar__category-list li a:hover span {
	color: var(--mydryking-base);
	transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
	transform: translateY(-50%) scale(1);
	color: var(--mydryking-base);
}

.sidebar__tags {
	position: relative;
	display: block;
	background: var(--mydryking-primary);
	padding: 45px 45px 50px;
}

.sidebar__tags .sidebar__title {
	margin-left: 5px;
	margin-bottom: 26px;
}

.sidebar__tags-list {
	margin-top: -10px;
}

.sidebar__tags-list a {
	font-size: 12px;
	color: var(--mydryking-gray);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: var(--mydryking-white);
	display: inline-block;
	padding: 3px 20px;
	margin-left: 5px;
	font-weight: 700;
}

.sidebar__tags-list a+a {
	margin-left: 5px;
	margin-top: 10px;
}

.sidebar__tags-list a:hover {
	color: var(--mydryking-white);
	background: var(--mydryking-base);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.service-details__left {
	position: relative;
	display: block;
}

.service-details__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-left: 20px;
	margin-bottom: 7px;
}

.service-details__need-help {
	position: relative;
	display: block;
	padding: 50px 50px 39px;
	text-align: center;
	z-index: 1;
	background-color: var(--mydryking-black);
}

.service-details__need-help-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--mydryking-black);
	mix-blend-mode: luminosity;
	opacity: 0.15;
	z-index: -1;
}

.service-details__need-help-icon {
	height: 85px;
	width: 85px;
	background-color: var(--mydryking-base);
	color: var(--mydryking-white);
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 21px;
	transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
	background-color: var(--mydryking-white);
	color: var(--mydryking-base);
}

.service-details__need-help-title {
	font-size: 30px;
	color: var(--mydryking-white);
	line-height: 36px;
	font-weight: 700;
}

.service-details__need-help-contact {
	position: relative;
	display: block;
	margin-top: 46px;
}

.service-details__need-help-contact p {
	font-size: 14px;
	color: var(--mydryking-white);
	margin: 0;
	line-height: 15px;
}

.service-details__need-help-contact a {
	font-size: 24px;
	color: var(--mydryking-white);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
	color: var(--mydryking-base);
}

.service-details__download {
	position: relative;
	display: block;
	margin-top: 30px;
}

.service-details__download-btn {
	padding: 13px 50px 13px;
}

.service-details__download-btn:hover:before {
	height: 400px;
}

.service-details__right {
	position: relative;
	display: block;
}

.service-details__img {
	position: relative;
	display: block;
}

.service-details__img img {
	width: 100%;
}

.service-details__icon {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 92px;
	width: 92px;
	background-color: var(--mydryking-base);
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-details__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--mydryking-white);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.service-details__img:hover .service-details__icon span {
	transform: scale(0.9);
}

.service-details__content {
	position: relative;
	display: block;
	margin-top: 19px;
}

.service-details-content__title {
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 28px;
}

.service-details__text-1 {
	margin: 0;
	line-height: 36px;
	padding-bottom: 36px;
}

.service-details__text-2 {
	margin: 0;
	line-height: 36px;
}

.service-details__benefits {
	position: relative;
	display: block;
	margin-top: 50px;
	margin-bottom: 60px;
}

.service-details__benefits-img {
	position: relative;
	display: block;
}

.service-details__benefits-img img {
	width: 100%;
}

.service-details__benefits-right {
	position: relative;
	display: block;
	margin-top: -9px;
}

.service-details__benefits-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
}

.service-betails__benefits-text-1 {
	font-size: 20px;
	color: var(--mydryking-base);
	font-weight: 600;
	line-height: 36px;
	margin: 0;
	padding-top: 28px;
	padding-bottom: 38px;
}

.service-details__benefits-points {
	position: relative;
	display: block;
}

.service-details__benefits-points li {
	position: relative;
	display: flex;
	align-items: center;
}

.service-details__benefits-points li+li {
	margin-top: 1px;
}

.service-details__benefits-points li .icon {
	height: 17px;
	width: 17px;
	background-color: var(--mydryking-base);
	color: var(--mydryking-white);
	font-size: 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* position: relative; */
	/* top: 3px; */
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-details__benefits-points li .text {
	margin-left: 15px;
}

.service-details__benefits-points li .text p {
	color: var(--mydryking-black);
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-details__faq {
	position: relative;
	display: block;
}

.faq-one-accrodion .accrodion {
	position: relative;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: var(--mydryking-white);
}

.faq-one-accrodion .accrodion.active {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.faq-one-accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 21px 40px 21px;
	padding-right: 27px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	border: 1px solid var(--mydryking-bdr-color);
}

.faq-one-accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: var(--mydryking-black);
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion+.accrodion {
	margin-top: 12px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
	border-bottom: 1px solid transparent;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--mydryking-base);
}

.faq-one-accrodion .accrodion-title h4::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 13px;
	color: var(--mydryking-black);
	position: absolute;
	top: 50%;
	right: 0;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
	content: '\f068';
	color: var(--mydryking-base);
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq-one-accrodion .accrodion-content {
	position: relative;
	padding: 0px 40px 30px;
	border: 1px solid var(--mydryking-bdr-color);
	border-top: 0;
	margin-top: -1px;
}

.faq-one-accrodion .accrodion-content p {
	font-size: 16px;
	margin: 0;
}

/*--------------------------------------------------------------
# Get To Know
--------------------------------------------------------------*/
.get-to-know {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.get-to-know__left {
	position: relative;
	display: block;
}

.get-to-know__img-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.get-to-know__img-box li {
	position: relative;
	float: left;
}

.get-to-know__img-box li+li {
	margin-left: 10px;
}

.get-to-know__img-1 {
	position: relative;
	display: block;
}

.get-to-know__img-1 img {
	width: auto;
}

.get-to-know__img-2 {
	position: relative;
	display: block;
}

.get-to-know__img-2:before {
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	height: 6px;
	content: '';
	background-color: var(--mydryking-base);
}

.get-to-know__img-2 img {
	width: auto;
}

.get-to-know__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.get-to-know__right .section-title {
	margin-bottom: 33px;
}

.get-to-know__right .section-title__tagline::before {
	left: 0;
	transform: translateX(0);
}

.get-to-know__text-1 {
	margin: 0;
}

.get-to-know__points {
	position: relative;
	display: block;
	margin-top: 31px;
	margin-bottom: 42px;
}

.get-to-know__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.get-to-know__points li+li {
	margin-top: 6px;
}

.get-to-know__points li .icon {
	display: flex;
	align-items: center;
}

.get-to-know__points li .icon span {
	font-size: 16px;
	color: var(--mydryking-base);
}

.get-to-know__points li .text {
	margin-left: 10px;
}

.get-to-know__points li .text p {
	color: var(--mydryking-black);
	font-weight: 600;
	margin: 0;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
	position: relative;
	display: block;
	z-index: 2;
}

.counter-one__container {
	position: relative;
	display: block;
	max-width: 1370px;
	width: 100%;
	margin: 0 auto;
}

.counter-one__list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 47px 0 31px;
}

.counter-one__single {
	position: relative;
	flex: 0 0 25%;
	max-width: 25%;
	width: 100%;
	text-align: center;
	margin-bottom: 33px;
}

.counter-one__single:before {
	position: absolute;
	top: 13px;
	bottom: -4px;
	left: 0;
	content: '';
	width: 1px;
	background-color: var(--mydryking-bdr-color);
}

.counter-one__single:first-child:before {
	display: none;
}

.counter-one__content {
	position: relative;
	display: block;
}

.counter-one__content h3 {
	font-size: 50px;
	color: var(--mydryking-base);
	font-weight: 400;
	font-family: var(--mydryking-font) !important;
	line-height: 60px !important;
}

.counter-one__text {
	margin: 0;
	line-height: 18px;
}

/*--------------------------------------------------------------
# Book Three
--------------------------------------------------------------*/
.book-three {
	padding: 160px 0 120px;
	margin-top: -60px;
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Prices Page
--------------------------------------------------------------*/
.prices-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
	position: relative;
	display: block;
	background-color: var(--mydryking-primary);
	padding: 120px 0 90px;
}

.faq-one__left {
	position: relative;
	display: block;
}

.faq-one__left .section-title {
	margin-bottom: 18px;
}

.faq-one__left .section-title__tagline:before {
	left: 0;
	transform: translateX(0);
}

.faq-one__text-1 {
	margin: 0;
}

.faq-one__img-box {
	position: relative;
	display: block;
	margin-top: 30px;
}

.faq-one__img-box-single {
	position: relative;
	display: block;
	/* margin-bottom: 30px; */
}

.faq-one__img-box-single img {
	width: 100%;
}

.faq-one__right {
	position: relative;
	display: block;
	/* margin-bottom: 30px; */
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
	padding: 120px 0 90px;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-page {
	position: relative;
	display: block;
	padding: 50px 0 50px;
}

.contact-page__left {
	position: relative;
	display: block;
	margin-right: 40px;
}

.contact-page__left .section-title__tagline:before {
	left: 0;
	transform: translateX(0);
}

.contact-page__text {
	font-size: 16px;
	margin: 0;
	line-height: 32px;
}

.contact-page__social {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 20px;
}

.contact-page__social a {
	position: relative;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--mydryking-black);
	font-size: 15px;
	background-color: var(--mydryking-primary);
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.contact-page__social a:hover {
	color: var(--mydryking-white);
}

.contact-page__social a::before {
	position: absolute;
	content: '';
	background-color: var(--mydryking-base);
	width: 100%;
	height: 0%;
	left: 50%;
	top: 50%;
	border-radius: 33px;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1;
	transition: all 500ms ease;
}

.contact-page__social a:hover::before {
	height: 100%;
}

.contact-page__social a+a {
	margin-left: 10px;
}

/*--------------------------------------------------------------
# Contact Page Google Map
--------------------------------------------------------------*/
.contact-page-google-map {
	position: relative;
	display: block;
}

.contact-page-google-map__inner {
	position: relative;
	display: block;
	max-width: 1370px;
	width: 100%;
	margin: 0 auto;
}

.contact-page-google-map__one {
	position: relative;
	display: block;
	border: none;
	height: 550px;
	width: 100%;
}

.contact-page :where(input, select, textarea) {
	border: 1px solid var(--mydryking-base) !important;
	border-radius: 2px;
}

.contact-page input[name='address'] {
	height: 45px;
}

/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
.contact-info {
	position: relative;
	display: block;
	padding: 50px 0 50px;
}

.contact-info__list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.contact-info__single {
	position: relative;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.contact-info__single:before {
	position: absolute;
	top: 20px;
	bottom: 30px;
	left: 0;
	content: '';
	width: 1px;
	background-color: var(--mydryking-bdr-color);
}

.contact-info__single:first-child:before {
	display: none;
}

.contact-info__icon {
	position: relative;
	height: 110px;
	width: 110px;
	background-color: var(--mydryking-base);
	border-radius: 50%;
	margin: 0 auto 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.contact-info__icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background-color: var(--mydryking-black);
	border-radius: 50%;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}

.contact-info__single:hover .contact-info__icon:before {
	transform: scaleX(1);
}

.contact-info__icon span {
	font-size: 30px;
	color: var(--mydryking-white);
}

.contact-info__single p {
	font-size: 20px;
	line-height: 36px;
	margin: 0;
}

.contact-info__number-1 {
	position: relative;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-info__number-1:hover {
	color: var(--mydryking-base);
}

.contact-info__number-2 {
	position: relative;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-info__number-2:hover {
	color: var(--mydryking-base);
}

.contact-info__mail-1 {
	position: relative;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-info__mail-1:hover {
	color: var(--mydryking-base);
}

.contact-info__mail-2 {
	position: relative;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-info__mail-2:hover {
	color: var(--mydryking-base);
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.testimonial-one__inner {
	position: relative;
	display: block;
	z-index: 1;
}

.testimonial-one__inner.marleft150 {
	margin-left: 150px;
	margin-right: -150px;
}

.testimonial-one__inner:before {
	position: absolute;
	top: -120px;
	bottom: -120px;
	left: 120px;
	right: -10000000000px;
	content: '';
	background-color: var(--mydryking-primary);
	z-index: -1;
}

.testimonial-one__thumb-box {
	position: absolute;
	top: 0;
	left: 390px;
	width: 90px;
	height: 320px;
	overflow: hidden;
	z-index: 101;
}

#testimonials-one__thumb {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
}

@media (max-width: 767px) {
	.services-page {
		padding: 60px 0 90px;
	}

	#testimonials-one__thumb {
		display: none;
	}
}

.testimonial-one__img-holder {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all 500ms ease;
	width: 90px;
	height: 96px;
	cursor: pointer;
	z-index: 1;
}

.testimonial-one__img-holder:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background-color: rgba(var(--mydryking-black-rgb), 0.5);
	z-index: 1;
	transition: all 500ms ease;
}

.swiper-slide-active .testimonial-one__img-holder:before,
.swiper-slide-thumb-active .testimonial-one__img-holder:before {
	background-color: rgba(var(--mydryking-black-rgb), 0);
}

.testimonial-one__img-holder>img {
	width: 100%;
	transition: all 0.5s ease-in-out 0.6s;
}

.testimonials-one__main-content {
	position: relative;
	display: block;
}

.testimonial-one__conent-img {
	position: relative;
	display: block;
	margin-right: 195px;
}

.testimonial-one__conent-img img {
	width: 100%;
}

.testimonial-one__conent-box {
	position: relative;
	display: block;
}

.contact-page__left .section-title.text-left {
	margin-bottom: 0;
}

.testimonial-one__conent-box .section-title {
	margin-bottom: 37px;
}

.testimonial-one__conent-box .section-title__tagline:before {
	left: 0;
	transform: translateX(0);
}

.testimonial-one__text {
	font-size: 24px;
	color: var(--mydryking-gray);
	font-weight: 400;
	line-height: 40px;
	margin: 0;
}

.testimonial-one__client-details {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 29px;
}

.testimonial-one__client-name {
	font-size: 18px;
	color: var(--mydryking-black);
	line-height: 30px;
	font-weight: 700;
}

.testimonial-one__client-name span {
	font-size: 16px;
	color: var(--mydryking-base);
	font-weight: 500;
}

.testimonial-one__client-quote {
	position: relative;
	display: flex;
	align-items: center;
}

.testimonial-one__client-quote span {
	font-size: 30px;
	color: var(--mydryking-base);
}

.testimonial-one__nav {
	position: absolute;
	top: 50%;
	right: -100px;
	z-index: 100;
	transform: translateY(-50%) translateX(0);
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.testimonial-one__nav .swiper-button-next,
.testimonial-one__nav .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: var(--mydryking-black);
	background-color: var(--mydryking-white);
	border-radius: 50%;
	margin: 0;
	text-align: center;
	opacity: 1;
	transition: all 500ms ease;
}

.testimonial-one__nav .swiper-button-next:hover,
.testimonial-one__nav .swiper-button-prev:hover {
	color: var(--mydryking-white);
	background-color: var(--mydryking-base);
}

.testimonial-one__nav .swiper-button-next::after,
.testimonial-one__nav .swiper-button-prev::after {
	display: none;
}

.testimonial-one__nav .swiper-button-prev {
	margin-bottom: 10px;
}

.testimonial-one__nav .swiper-button-prev .angle-left {
	position: relative;
	transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
	background-color: var(--mydryking-primary);
}

.brand-two .brand-one__single:before {
	background-color: var(--mydryking-white);
}

/* 27.09.23 */
.footer-widget__logo img {
	max-width: 100px;
	height: 50px;
	object-fit: contain;
}

.mobile-nav__content .logo-box img {
	max-width: 100px;
	height: 50px;
	object-fit: contain;
}

/* .main-slider.main-slider-two { */
.main-slider {
	top: -108px;
}

.main-slider.main-slider-two .swiper-container {
	/* height: 100vh; */
}

.main-slider__content.banner-form {
	background-color: rgb(255 255 255 / 25%);
	padding: 25px;
}

.main-slider__content.banner-form .comment-form__input-box {
	margin-bottom: 15px;
}

.pricing-one__single:hover .service-details__benefits-points li .text p {
	color: var(--mydryking-white);
}

.pricing-one__single:hover .service-details__benefits-points li .icon {
	background-color: var(--mydryking-white);
	color: var(--mydryking-base);
}

.pricing-one__single:hover .pricing-one__title span {
	color: var(--mydryking-white);
}

.mydryking-register-forgot {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mydryking-register-forgot a,
.mydryking-register-forgot p {
	font-size: 16px;
	margin-bottom: 30px;
}

.mydryking-register-forgot a {
	color: var(--mydryking-base);
}

.cart-section {
	position: relative;
	padding-block: 50px;
}

.cart-section .table-outer {
	overflow-x: auto;
	position: relative;
	width: 100%;
	border: 1px solid #e5e5e5;
}

.cart-section .cart-table {
	min-width: 1024px;
	width: 100%;
}

.cart-section .cart-table .cart-header {
	width: 100%;
	background: #e5e5e5;
}

.cart-section .cart-table thead tr th.price {
	left: 115px;
}

.cart-section .cart-table thead tr th.quantity {
	padding: 15px 45px 14px 120px;
	position: relative;
	left: 90px;
}

.cart-section .cart-table thead tr th.table-title {
	padding: 12px 30px 11px 30px;
}

.cart-section .cart-table thead tr th.table-title {
	font-weight: 500;
	margin-bottom: 0px;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	color: #222;
}

.cart-section .cart-table thead tr th.availability {
	padding: 0 40px;
}

.cart-section .cart-table tbody tr {
	border-top: 1px solid #e5e5e5;
}

.cart-section .cart-table tbody tr td {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	min-width: 80px;
	padding: 30px 25px 31px 25px;
}

.cart-section .cart-table tbody tr td.cart-btn {
	min-width: 225px;
}

.cart-section .cart-table tbody tr td.sub-total {
	padding: 27px 48px;
}

.cart-section .cart-table tbody tr .prod-column .column-box {
	min-height: 70px;
	position: relative;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-section .cart-table tbody tr .prod-column .column-box .title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
	width: 80px;
	height: 80px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
	width: 100%;
}

.cart-section .cart-table tbody tr .prod-column .column-box .title {
	padding-left: 20px;
}

.cart-section .cart-table tbody tr .qty {
	padding-right: 25px;
	width: 160px;
	padding: 45px 35px;
	float: right;
	position: relative;
	left: 105px;
}

.cart-section .cart-table tbody tr td.price {
	color: #777;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	position: relative;
	left: 115px;
}

.cart-section .cart-table tbody tr .sub-total {
	font-weight: 600;
	font-size: 17px;
	color: #3ecebe;
}

.cart-section .cart-table tbody tr td .remove .checkbox label {
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	padding: 0px;
}

.cart-section .cart-table tbody tr td .remove .checkbox label input[type='checkbox'] {
	display: inline-block;
	position: relative;
	top: 1px;
}

.cart-section .cart-table .remove .checkbox {
	text-align: right;
}

.cart-section .cart-table .prod-title {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #222;
	font-family: 'Poppins', sans-serif;
}

.cart-section .coupon-box {
	position: relative;
	padding: 27px 30px 28px 30px;
	border: 1px solid #e5e5e5;
	border-top: none;
	margin-bottom: 70px;
}

.cart-section .coupon-box input {
	display: inline-block;
	width: 370px;
	margin-right: 20px;
	margin-bottom: 0px;
	height: 45px;
	border: 1px solid #e5e5e5;
	padding: 8px 15px;
	border-radius: 50px;
	transition: all 500ms ease;
}

.cart-section .coupon-box input:focus {
	border: 1px solid #3ecebe;
}

.cart-section .coupon-box .cart-btn {
	float: right;
}

.cart-section .addto-cart-box {
	margin-bottom: 0px;
}

.cart-section .coupon-box .btn-one {
	padding: 8px 33px 8px 33px;
}

.cart-section .coupon-box .apply-btn {
	background: transparent;
	color: #222;
}

.cart-section .coupon-box .apply-btn:hover {
	background: #3ecebe;
	color: #fff;
}

.cart-section .cart-totals {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 0px 0px 0px 0px;
}

.cart-section .cart-totals h4 {
	margin-bottom: 0px;
	font-weight: 500;
	display: block;
	background: #e5e5e5;
	padding: 12px 20px 12px 30px;
}

.cart-section .cart-totals .text {
	position: relative;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #222;
	padding: 25px 30px 12px 29px;
}

.cart-section .cart-totals .text.order {
	border-top: 1px solid #e5e5e5;
	padding: 14px 30px 25px 29px;
}

.cart-section .cart-totals .text span {
	float: right;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #848484;
}

.cart-section .cart-totals .text.order span {
	color: #3ecebe;
}

.cart-section .cart-total-btn {
	position: relative;
	margin-top: 40px;
}

.btn-one:hover {
	color: unset;
}

@media (max-width: 767px) {
	.cart-section .cart-table tbody tr td {
		min-width: unset;
	}

	.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb {
		width: 40px;
		height: 40px;
	}

	.cart-section .cart-table {
		min-width: 100%;
	}
}


/* New css */
.nav-pills-custom .nav-link {
	color: #404040;
	background: #fff;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	padding: 13px 10px !important;
	line-height: 20px;
}

.nav-pills-custom .nav-link.active {
	color: #fff;
	background: #404040;
	font-size: 14px;
	padding: 13px 10px !important;
	line-height: 20px;
}

@media (min-width: 992px) {
	.nav-pills-custom .nav-link::before {
		content: "";
		display: block;
		border-top: 8px solid transparent;
		border-left: 10px solid #404040;
		border-bottom: 8px solid transparent;
		position: absolute;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		opacity: 0;
	}
}

.nav-pills-custom .nav-link.active::before {
	opacity: 1;
}

.tab-content>.active {
	height: 100% !important;
}

.wash-img img {
	object-fit: cover;
	width: 100%;
}

.Order {
	padding: 10px;
	font-size: 22px;
	border-radius: 14px;
	border: none;
}

.gap {
	display: flex;
	gap: 50px;
}


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


.service-details {
	position: relative;
	display: block;
	padding: 80px 0 120px;
}

.service-details__left {
	position: relative;
	display: block;
}

.service-details__category {
	position: relative;
	display: block;
	background-color: #f2f5f8;
	padding: 25px 30px 25px;
}

.service-details__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-left: 20px;
	margin-bottom: 7px;
}


.table-container {
	overflow-x: scroll;
}

.service-details__category-list {
	margin: 0;
}

.service-details__category-list li+li {
	margin-top: 5px;
}

.service-details__category-list li a {
	color: var(--qondri-gray);
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: none;
	padding: 4px 20px;
}

.service-details__category-list li a:hover {
	background-color: rgb(255, 255, 255);
	color: var(--qondri-black);
}

.service-details__category-list li.current a {
	background-color: rgb(255, 255, 255);
	color: var(--qondri-black);
}

.service-details__category-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) scale(0);
	transition: all 500ms ease;
	color: var(--qondri-base);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.service-details__category-list li a:hover span {
	color: var(--qondri-base);
	transform: translateY(-50%) scale(1);
}

.service-details__category-list li.current a span {
	transform: translateY(-50%) scale(1);
	color: var(--qondri-base);
}

.service-details__need-help {
	position: relative;
	display: block;
	padding: 50px 50px 39px;
	margin-top: 30px;
	text-align: center;
	z-index: 1;
	background-color: var(--qondri-black);
}

.service-details__need-help-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--qondri-black);
	mix-blend-mode: luminosity;
	opacity: 0.15;
	z-index: -1;
}

.service-details__need-help-icon {
	height: 85px;
	width: 85px;
	background-color: var(--qondri-base);
	color: var(--qondri-white);
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 21px;
	transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
	background-color: var(--qondri-white);
	color: var(--qondri-base);
}

.service-details__need-help-title {
	font-size: 30px;
	color: var(--qondri-white);
	line-height: 36px;
	font-weight: 700;
}

.service-details__need-help-contact {
	position: relative;
	display: block;
	margin-top: 46px;
}

.service-details__need-help-contact p {
	font-size: 14px;
	color: var(--qondri-white);
	margin: 0;
	line-height: 15px;
}

.service-details__need-help-contact a {
	font-size: 24px;
	color: var(--qondri-white);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
	color: var(--qondri-base);
}

.service-details__download {
	position: relative;
	display: block;
	margin-top: 30px;
}

.service-details__download-btn {
	padding: 13px 104px 13px;
}

.service-details__download-btn:hover:before {
	height: 400px;
}

.service-details__right {
	position: relative;
	display: block;
}



.service-details__icon {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 92px;
	width: 92px;
	background-color: var(--qondri-base);
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-details__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--qondri-white);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}



.service-details__content {
	position: relative;
	display: block;
	margin-top: 19px;
}

.service-details-content__title {
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 28px;
}

.service-details__text-1 {
	margin: 0;
	line-height: 36px;
	padding-bottom: 36px;
}

.service-details__text-2 {
	margin: 0;
	line-height: 36px;
}

.service-details__points {
	position: relative;
	display: block;
	margin-top: 49px;
}

.service-details__points li {
	position: relative;
	display: block;
	padding-left: 80px;
}

.service-details__points li+li {
	margin-top: 38px;
}

.service-details__points li .icon {
	height: 58px;
	width: 58px;
	background-color: var(--qondri-base);
	color: var(--qondri-white);
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}



.service-details__points li .text p {
	margin: 0;
}

.service-details__benefits {
	position: relative;
	display: block;
	margin-top: 50px;
	margin-bottom: 60px;
}

.service-details__benefits-img {
	position: relative;
	display: block;
}

.service-details__benefits-img img {
	width: 100%;
}

.service-details__benefits-right {
	position: relative;
	display: block;
	margin-top: -9px;
}

.service-details__benefits-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
}

.service-betails__benefits-text-1 {
	font-size: 20px;
	color: var(--qondri-base);
	font-weight: 600;
	line-height: 36px;
	margin: 0;
	padding-top: 28px;
	padding-bottom: 38px;
}

.service-details__benefits-points {
	position: relative;
	display: block;
}

.service-details__benefits-points li {
	position: relative;
	display: flex;
	align-items: center;
}

.service-details__benefits-points li+li {
	margin-top: 1px;
}

.service-details__benefits-points li .icon {
	height: 17px;
	width: 17px;
	background-color: var(--qondri-base);
	color: var(--qondri-white);
	font-size: 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 3px;
}

.service-details__benefits-points li .text {
	margin-left: 15px;
}

.service-details__benefits-points li .text p {
	color: var(--qondri-black);
	margin: 0;
}

.service-details__faq {
	position: relative;
	display: block;
}

.service-details__category-list {
	border: none !important;
}

.service-details__category-list button {
	color: #242424;
	font-size: 17px;
	font-weight: 600;
	padding: 14px 15px 14px 22px;
	display: block;
	background-color: #f1f1f1;
	transition: all 500ms ease;
	border-radius: 30px !important;
	width: 100%;
}

.service-details__category-list button.active {
	background: #fea219 !important;
	color: white !important;
}

#categoryTab {
	border: none;
}

#categoryTab button {
	border: none;
	width: 100%;
	background-color: #b9b9b98a;
	color: black;
	border-radius: 36px;
}

#categoryTab button.nav-link.active {
	background-color: var(--mydryking-base);
}

.sub-category-table thead {
	background-color: var(--mydryking-base);
	color: white;
}

.subcategory-data {
	background-color: #ffffff;
	box-shadow: 2px 0px 29px #0000000d;
}

.colored-tr {
	background-color: #fea21940;
}

.value-box {
	width: 40px;
	text-align: center;
}

button[data-increase] {
	border: none;
	background: #fea219;
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
}

button[data-decrease] {
	border: none;
	background: #ff3232b0;
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
}


/* New css */
/* Product Css  */

.cr-product-card {
	height: 100%;
	padding: 12px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.cr-product-card:hover .cr-product-image .cr-side-view {
	right: 12px;
	opacity: 1;
}

.cr-product-card .cr-product-image {
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.cr-product-card .cr-product-image .cr-side-view {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	z-index: 20;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: 15px;
	right: -40px;
	display: -ms-grid;
	display: grid;
	opacity: 0;
}

.cr-product-card .cr-product-image .cr-side-view a {
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 100%;
}

.cr-product-card .cr-product-image .cr-side-view a:last-child {
	margin-top: 5px;
}

.cr-product-card .cr-product-image .cr-side-view a i {
	font-size: 18px;
	line-height: 10px;
}

.cr-product-card .cr-product-image .cr-side-view .wishlist.active {
	background-color: var(--mydryking-base);
	color: #fff;
}

.cr-product-card .cr-product-image .cr-image-inner {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.cr-product-card .cr-product-image .cr-image-inner img {
	width: 100%;
	border-radius: 5px;
}

.cr-product-card .cr-product-image .cr-shopping-bag {
	height: 35px;
	width: 35px;
	position: absolute;
	bottom: -16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f7f8;
	border: 1px solid #e9e9e9;
	border-radius: 100%;
}

.cr-product-card .cr-product-image .cr-shopping-bag i {
	color: var(--mydryking-base);
}

.cr-product-card .cr-product-image .cr-shopping-bag.active {
	background-color: var(--mydryking-base);
	border: 1px solid var(--mydryking-base);
}

.cr-product-card .cr-product-image .cr-shopping-bag.active i {
	color: #fff;
}

.cr-product-card .cr-product-image .cr-remove-product {
	margin-bottom: 5px !important;
	background-color: #000 !important;
	color: #fff;
}

.cr-product-details .cr-star i {
	margin: 0 1px;
	font-size: 15px;
	color: #f5885f;
}

.cr-product-details a.title {
	transition: all 0.3s ease-in-out;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #2b2b2d;
	display: flex;
	justify-content: center;
}

.cr-product-details .cr-brand a {
	transition: all 0.3s ease-in-out;
	font-size: 14px;
	color: #777;
	display: flex;
	justify-content: center;
}



.cr-product-details .cr-star p {
	margin-left: 5px;
	color: #999;
	font-size: 11px;
	line-height: 10px;
}

.cr-product-details .cr-star {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cr-product-details p.cr-price .new-price {
	color: var(--mydryking-base);
	font-weight: 700;
}


.sub-sideview {
	padding: 24px;
	background-color: #f7f7f8;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	position: sticky;
	top: 30px;
}

h4.cr-shop-sub-title {
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #2b2b2d;
	text-transform: capitalize;
	border-bottom: 1px solid #e9e9e9;
}

.bredekamp-header {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	background-color: #f7f7f8;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	padding: 0px 12px;
}

h4.cr-shop-sub-title button {
	border: none;
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.bredekamp-header .nav.nav-tabs {
	border: none;
}

.cr-toggle {
	gap: 8px;
}

.gridCol {
	border: 1px solid #e9e9e9;
	height: 35px;
	width: 35px;
	display: grid;
	place-items: center;
}

.active-grid {
	background-color: #A8181A;
	color: #fff;
	border-radius: 5px;

}

.cr-pagination {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.375rem 1rem !important;
	font-size: var(--bs-pagination-font-size);
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.cr-pagination .page-link {
	color: #777;
	border-color: #e9e9e9;
	box-shadow: none;
}

.cr-pagination .active>.page-link,
.cr-pagination .page-link.active {
	background-color: var(--mydryking-base) !important;
	border-color: var(--mydryking-base) !important;
	color: #fff;
}

/* Product Css  */
.card-icn {
	position: absolute;
	top: -8px;
	right: -14px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: var(--mydryking-base);
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: white;
}

.header-container {
	display: flex;
	position: relative;
	justify-content: space-between;
}


/* Product card css  */
.product-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 12px;
}

.product-card {
	position: relative;
	box-shadow: 0 2px 7px #dfdfdf;
	background: #fafafa;
}

.product-tumb {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 280px;
	/* padding: 20px; */
	background: #f0f0f0;
}

.product-tumb img {
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	width: 100%
}

.product-details {
	padding: 8px 12px;
}

.product-catagory {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ccc;
}

.product-details h4 a {
	font-weight: 700;
	display: block;
	margin-bottom: 6px;
	color: #363636;
	text-decoration: none;
	transition: 0.3s;
}

.product-details h4 a:hover {
	color: #fbb72c;
}

.product-details p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 18px;
	color: #999;
}

.product-bottom-details {
	overflow: hidden;
	border-top: 1px solid #eee;
	padding-top: 6px;
}

.product-price {
	font-size: 18px;
	color: #fbb72c;
	font-weight: 600;
}

.product-price small {
	font-size: 80%;
	font-weight: 400;
	text-decoration: line-through;
	display: inline-block;
	margin-right: 5px;
}

.product-links {
	text-align: right;
}

.product-links a {
	display: inline-block;
	margin-left: 5px;
	color: #e1e1e1;
	transition: 0.3s;
	font-size: 17px;
}

.product-links a {
	color: var(--mydryking-base);
}

.quantity-box input[type=number] {
	width: 60px;
}

.quantity-box button {
	background: var(--mydryking-base);
	border: none;
}

/* Product card css  */
@media screen and (max-width: 767px) {
	.product-cards {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 12px;
	}

	.card-icn {
		top: 7px;
		left: 11px;
	}
}

@media screen and (max-width: 400px) {
	.product-cards {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		column-gap: 12px;
	}
}

input[placeholder="Phone Number"]::-webkit-outer-spin-button,
input[placeholder="Phone Number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance: textfield;
}

.size-box a {
	color: #fea219;
	border: 1px solid #fea219;
	display: flex;
	justify-content: center;
	max-width: 50px;
	width: 100%;
}

.size-box a:hover {
	color: #fea219;
	border-color: #fea219
}

.product-description-card img {
	width: 100%;
	display: block;
}

.img-display {
	overflow: hidden;
}

.img-showcase {
	display: flex;
	width: 100%;
	transition: all 0.5s ease;
}

.img-showcase img {
	min-width: 100%;
	height: 400px;
}

.img-select {
	display: flex;
}


.img-item {
	margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
	margin-right: 0;
}

.img-item:hover {
	opacity: 0.8;
}


.product-content {
	padding: 2rem 1rem;
}

.product-title {
	font-size: 3rem;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	color: #12263a;
	margin: 1rem 0;
}

.product-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 80px;
	background: #12263a;
}

.product-link {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9rem;
	display: inline-block;
	margin-bottom: 0.5rem;
	background: #256eff;
	color: #fff;
	padding: 0 0.3rem;
	transition: all 0.5s ease;
}

.product-link:hover {
	opacity: 0.9;
}

.product-rating {
	color: #ffc107;
}

.product-rating span {
	font-weight: 600;
	color: #252525;
}

.product-price {
	/* margin: 1rem 0; */
	font-size: 1rem;
	font-weight: 700;
}

.product-price span {
	font-weight: 400;
}

.last-price span {
	color: #f64749;
	text-decoration: line-through;
}

.new-price span {
	color: #256eff;
}

.product-detail h2 {
	text-transform: capitalize;
	color: #12263a;
	padding-bottom: 0.6rem;
}

.product-detail p {
	font-size: 0.9rem;
	padding: 0.3rem;
	opacity: 0.8;
}

.product-detail ul {
	margin: 1rem 0;
	font-size: 0.9rem;
}

.product-detail ul li {
	margin: 0;
	list-style: none;
	background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
	background-size: 18px;
	padding-left: 1.7rem;
	margin: 0.4rem 0;
	font-weight: 600;
	opacity: 0.9;
}

.product-detail ul li span {
	font-weight: 400;
}

.purchase-info {
	margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
	border: 1.5px solid #ddd;
	border-radius: 25px;
	text-align: center;
	padding: 0.45rem 0.8rem;
	outline: 0;
	margin-right: 0.2rem;
	margin-bottom: 1rem;
}

.purchase-info input {
	width: 60px;
}

.purchase-info .btn {
	cursor: pointer;
	color: #fff;
}

.purchase-info .btn:first-of-type {
	background: #fea219;
}

.purchase-info .btn:last-of-type {
	background: #f64749;
}

.purchase-info .btn:hover {
	opacity: 0.9;
}

.social-links {
	display: flex;
	align-items: center;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #000;
	border: 1px solid #000;
	margin: 0 0.2rem;
	border-radius: 50%;
	text-decoration: none;
	font-size: 0.8rem;
	transition: all 0.5s ease;
}

.social-links a:hover {
	background: #000;
	border-color: transparent;
	color: #fff;
}

@media screen and (min-width: 992px) {
	.product-description-card .card {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1.5rem;
	}

	.product-description-card .product-imgs {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.product-description-card .product-content {
		padding-top: 0;
	}
}

/* akhil */
.my-dashboard-details-page .tab-content {
	position: sticky;
	top: 10px;
}

.my-dashboard-details-page .sidebar-new {
	padding: 20px;
	transition: all 0.3s ease;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.my-dashboard-details-page .sidebar-header {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.my-dashboard-details-page .logo {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	box-shadow: 0 0 10px var(--accent-color);
}

.my-dashboard-details-page .sidebar-header h2 {
	color: #000;
	font-size: 1.5rem;
	text-shadow: 0 0 10px var(--accent-color);
}

.my-dashboard-details-page .main-content {
	flex: 1;
	padding: 20px;
	overflow-y: auto;
}

.my-dashboard-details-page header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding: 20px;
	background-color: var(--surface-color);
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}


.my-profile-new .card {
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.my-profile-new .card-header {
	background-color: #404040;
	font-size: 1.25rem;
}

.my-order-new .table th,
.my-wishlist-new .table th {
	background-color: #404040;
	color: white;
}

.my-order-new .btn {
	font-size: 0.9rem;
}

.my-wishlist-new .wishlist-item img {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.my-wishlist-new .btn {
	font-size: 0.9rem;
}

.my-wishlist-new .wishlist-actions button {
	margin-right: 10px;
}

.my-dashboard-new {
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.my-dashboard-details-page .my-dashboard-new .content .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background-color: #404040;
	border-bottom: 1px solid #ddd;
	color: #fff;
}

.my-dashboard-details-page .my-dashboard-new .content .header h2 {
	color: #fff;
}

.my-dashboard-new .header .user-profile {
	display: flex;
	align-items: center;
}

.my-dashboard-new .header .user-profile img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.my-dashboard-new .card {
	margin-bottom: 20px;
}

.my-dashboard-new .card-body {
	background-color: #f9f9f9;
}

.my-dashboard-new .card-footer {
	background-color: #404040;
}

.table-content-mentained {
	overflow-x: scroll;
}

.sidebar-ul-content {
	display: flex;
	flex-direction: column;
}

.sidebar-ul-content .nav-item a:hover {
	color: #fea219;
}

@media(max-width:767px) {
	.sidebar-ul-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		text-align: center;
	}
}

.my-dashboard-details-page .my-profile-new .card .card-header h4 {
	color: #fff;
}

.my-order-new .card-header,
.my-wishlist-new .card-header {
	background-color: #404040;
}

.my-order-new .card-header h4,
.my-wishlist-new .card-header h4 {
	color: white;
}

.my-dashboard-details-page .page-item.active .page-link {
	background-color: #fea219;
	border-color: #fea219;
}

/*  ayush saini 21- 2025*/


ul.with-cart {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 15px 13px;
}

ul.without-cart {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 15px 25px;
}

.footer-nav {
	position: sticky;
	bottom: 0;
	background: #fff;
	z-index: 3;
}

.footer-nav nav ul li {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
}

.footer-nav nav ul li.active a,
.footer-nav nav ul li.active i,
.footer-nav nav ul li.active svg rect {
	color: #df047c;
	stroke: #df047c;
}


.items_ad {
	font-size: 14px !important;
	line-height: 14px !important;
}

.price_ad {
	font-size: 20px !important;
	font-weight: 800 !important;
}

.price_ad span {
	font-size: 12px !important;
}

.ad_main_price {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: end;
	color: #008000c9;
}

._cart_btn {
	padding: 2px 10px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 5px;
}

.footer-nav nav ul li.active p {
	color: #df047c;
}

.footer-nav nav ul li p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 12px;
}

.footer-nav nav li a {
	text-align: center;
}

.footernav_svg img {
	max-width: 25px;
}

.footer-nav {
	display: none;
}

.footernav_svg i {
	font-size: 22px;
	color: black;
}

@media (max-width:512px) {
	.footer-nav {
		display: block;
	}

	.cart-new {
		margin-top: 20px !important;
	}
}


/*  */
.main-menu-wrapper__call-icon i {
	font-size: 22px;
	color: #fea219;
}

.main-menu-wrapper__call-number {
	margin-left: 4px !important;
}

.main-menu-wrapper__search input {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	outline: none;
	border: none;
}



.main-menu-wrapper__search button {
	background-color: #fea219;
	border: unset !important;
	color: white;
	padding: 6px;
	width: 50px;
	margin-left: -5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}

.main-menu-wrapper__search input[type="text"] {
	padding: 6px 15PX !important;
	border: unset;


}

.main-menu-wrapper__search input::placeholder {
	color: #808080;
}

.main-menu-wrapper__search input:focus,
.main-menu-wrapper__search input:hover {
	border: none;
	outline: none;
}

.heart-mb {
	position: relative;
}

.badge-heart {
	position: absolute;
	top: -10px;
	right: -26px;
	background-color: #fea219 !important;
	font-size: 12px;
	padding: 4px 7px;
}



.product-owl .item {
	text-align: center;
	padding: 10px;
}

.product-owl .item img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	height: 150px;
	object-fit: cover;
}

.product-owl .item h4 {
	margin: 10px 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
	line-height: inherit;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}

.product-owl .item h4 a {
	color: #404040;
}

.product-owl .item p {
	font-size: 14px;
	color: #555;
}

.product-owl .item span {
	font-size: 14px;
	font-weight: bold;
	color: #e60000;
}

.producs-slide h2 {
	font-weight: 600;
	color: var(--mydryking-black);
	font-size: 26px;
}

.producs-slide {
	color: var(--mydryking-black);
}

.producs-slide .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: flex !important;
	justify-content: space-between;
}

.producs-slide .owl-prev,
.producs-slide .owl-next,
._ad_new_features-ayush .owl-prev,
._ad_new_features-ayush .owl-next {
	background-color: #fea219 !important;
	color: white !important;
	font-size: 35px !important;
	width: 34px !important;
	display: flex;
	border-radius: 50% !important;
	height: 34px;
	justify-content: center;
	align-items: center;
	vertical-align: bottom;
	line-height: 0 !important;
}

._ad_new_features-ayush {
	position: relative;
}

.producs-slide .owl-prev,
._ad_new_features-ayush .owl-prev {
	position: absolute;
	top: 30%;
}

.producs-slide .owl-next,
._ad_new_features-ayush .owl-next {
	position: absolute;
	top: 30%;
	right: 15px;
}
.producs-slide a{
	font-weight: 600;
}




.logo-container {
	position: relative;
	display: inline-block;
	height: 100%;
}


/* override without breaking existing css */
.logo-switcher .logo-en,
.logo-switcher .logo-hi {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation: logoSwitch 6s infinite;
}

.logo-en .bird_first {
	width: 100%;
	max-width: 65px;
	object-fit: contain;
}

.logo-en .full_bird {
	width: 100%;
	max-width: 95px;
	object-fit: contain;
}

.logo-hi img {
	width: 100%;
	max-width: 150px;
	object-fit: contain;
	vertical-align: text-top;
}

/* English first */
.logo-switcher .logo-en {
	animation-delay: 0s;
	display: flex;
}

/* Hindi after 3 sec */
.logo-switcher .logo-hi {
	animation-delay: 3s;
}

@keyframes logoSwitch {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}


.logo-bird {
	width: 60px;
	height: auto;
	position: absolute;
	left: 0;
}


.logo-website {
	width: 120px;
	height: auto;
	padding-left: 50px;
	position: relative;
}


.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-toggle {
	cursor: pointer;
}

.dropdown-menu {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #ddd;
	z-index: 1000;
}

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

.dropdown-item {
	padding: 3px 0px;
	text-decoration: none;
	display: block;
	/* color: black; */
}

.dropdown-item:hover {
	background-color: #f1f1f18c;
}

/* New class for white text */
.text-white {
	color: white;
}


#cityModal .modal-content,
#vegModal .modal-content {
	border-radius: 10px;
	background-color: #f8f9fa;
}

#cityModal .modal-header,
#vegModal .modal-header {
	background-color: #212529;
	color: white;
}

#cityModal .modal-body,
#vegModal .modal-body {
	padding: 20px;
}

#cityModal .form-label,
#vegModal .form-label {
	font-weight: 500;
}

#cityModal .btn-primary,
#vegModal .btn-primary {
	background-color: #212529;
	border-color: #212529;
	transition: background-color 0.3s;
}

#cityModal .btn-primary:hover,
#vegModal .btn-primary:hover {
	background-color: #0056b3;
	border-color: #004085;
}

a {
	text-decoration: none !important;
}

/* Grocery product Page */

.grocery-page .header {
	background: linear-gradient(135deg, rgb(248, 248, 248), rgb(188, 219, 175));
	padding: 20px;
	border-radius: 12px;
	color: white;
	margin-bottom: 30px;
}


.grocery-page .product-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
	padding: 20px 0;
}

.grocery-page .product-card {
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
	padding: 15px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grocery-page .product-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.grocery-page .product-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 15px;
}

.grocery-page .product-card h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	color: #2d3748;
}

.grocery-page .product-card .price {
	font-size: 16px;
	color: #e53e3e;
	display: flex;
	justify-content: center;
	gap: 15px;
}

.grocery-page .product-card .add-to-cart-btn {
	background-color: #34c759;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.grocery-page .product-card .add-to-cart-btn:hover {
	background-color: #2ea44f;
}


.grocery-page .cart-section {
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
	padding: 20px;
	margin-top: 30px;
}

.grocery-page .cart-section h5 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.grocery-page #cart-table {
	width: 100%;
	border-collapse: collapse;
}

.grocery-page #cart-table thead {
	background-color: #f7fafc;
	color: #4a5568;
}

.grocery-page #cart-table th,
#cart-table td {
	padding: 12px;
	text-align: center;
}

#cart-table tbody tr {
	border-bottom: 1px solid #edf2f7;
}

.grocery-page #cart-table tbody tr:hover {
	background-color: #f7fafc;
}

#cart-table img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 5px;
}

#cart-table .btn-danger {
	background-color: #e53e3e;
	border: none;
	padding: 6px 12px;
	border-radius: 5px;
	color: white;
}

.grocery-page #cart-table .btn-danger:hover {
	background-color: #c53030;
}


.grocery-page .cart-summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background-color: #f7fafc;
	border-radius: 12px;
	margin-top: 20px;
}

.grocery-page .cart-summary h5 {
	margin: 0;
	font-size: 18px;
}

.grocery-page .cart-summary .cart-btn {
	background-color: #f6ad55;
	color: white;
	border: none;
	padding: 12px 25px;
	border-radius: 25px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.grocery-page .cart-summary .cart-btn:hover {
	background-color: #ed9a3b;
}


#cart-table th,
#cart-table td {
	padding: 12px;
	text-align: center;
}

#cart-table tbody tr {
	border-bottom: 1px solid #edf2f7;
}

#cart-table tbody tr:hover {
	background-color: #f7fafc;
}



.grocery-page #searchForm {
	max-width: 400px;
	margin: 20px auto;
	position: relative;
}

.grocery-page .search-container {
	position: relative;
}

.grocery-page #searchInput.form-control {
	width: 100%;
	padding: 12px 40px 12px 20px;
	border: none;
	border-radius: 25px;
	background-color: #f8f9fa;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	transition: all 0.3s ease;
}

.grocery-page .search-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #6c757d;
}

.grocery-page #searchInput.form-control::placeholder {
	color: #6c757d;
	opacity: 0.7;
}

.grocery-page #searchInput.form-control:focus {
	outline: none;
	background-color: #ffffff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
	transform: scale(1.02);
}

.grocery-page #searchInput.form-control:hover {
	background-color: #ffffff;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
}


.grocery-page .modal {
	display: none;
	position: fixed;
	z-index: 1000;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}

.grocery-page .modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

.grocery-page .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}

.grocery-page .close:hover,
.grocery-page .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.grocery-page .product-image {
	cursor: pointer;
}





/* cart-style.css */

/* General Section Styling */
.main-cart .cart-section {
	background-color: #f8f9fa;
	padding: 60px 0;
	min-height: 100vh;
}

/* Container Styling */
.main-cart .container {
	max-width: 1200px;
}

/* Card Styling */
.main-cart .card {
	border: none;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main-cart .card .table-responsive {
	text-wrap: nowrap;
	scrollbar-width: thin;
}

.main-cart .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Card Header Styling */
.main-cart .card-header {
	padding: 15px 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.main-cart .bg-primary {
	background-color: #404040 !important;
}

.main-cart .bg-success {
	background-color: #404040 !important;
}

.main-cart .bg-info {
	background-color: #404040 !important;
}

/* Card Body Styling */
.main-cart .card-body {
	padding: 20px;
}

.main-cart .text-center.py-5 {
	color: #6c757d;
}

.main-cart .fa-shopping-cart {
	opacity: 0.7;
	transition: opacity 0.3s ease;
	color: #404040 !important;
}

.main-cart .card:hover .fa-shopping-cart {
	opacity: 1;
}

/* Table Styling */
.main-cart .table {
	margin-bottom: 0;
	font-size: 0.95rem;
}

.main-cart .table thead th {
	background-color: #f1f3f5;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.85rem;
	padding: 12px;
	border-bottom: 2px solid #dee2e6;
}

.main-cart .table tbody tr {
	transition: background-color 0.2s ease;
}

.main-cart .table tbody tr:hover {
	background-color: #f8f9fa;
}

.main-cart .table td,
.table th {
	vertical-align: middle;
	padding: 12px;
}

/* Trash Icon Styling */
.main-cart .text-danger {
	font-size: 1.1rem;
	transition: color 0.3s ease;
}

.main-cart .text-danger:hover {
	color: #c82333 !important;
}

/* Card Footer Styling */
.main-cart .card-footer {
	background-color: #fff;
	padding: 15px 20px;
	border-top: 1px solid #e9ecef;
}

.main-cart .card-footer p {
	margin: 5px 0;
	font-size: 1rem;
	color: #333;
}

.main-cart .card-footer strong {
	color: #212529;
}

/* Button Styling */
.main-cart .btn {
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.main-cart .btn-outline-primary {
	color: #6c757d;
	border-color: #6c757d;
}

.main-cart .btn-outline-primary:hover {
	background-color: #6c757d;
	color: #fff;
}

.main-cart .btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

.main-cart .btn-outline-success:hover {
	background-color: #28a745;
	color: #fff;
}

.main-cart .btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.main-cart .btn-outline-info:hover {
	background-color: #17a2b8;
	color: #fff;
}

.main-cart .btn-primary {
	background-color: #fea219;
	border-color: #ffffff;
}

.main-cart .btn-primary:hover {
	background-color: #404040;
	border-color: #404040;
}

.main-cart .btn-success {
	background-color: #28a745;
	border-color: #28a745;
}

.main-cart .btn-success:hover {
	background-color: #1e7e34;
	border-color: #1e7e34;
}

.main-cart .btn-info {
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.main-cart .btn-info:hover {
	background-color: #117a8b;
	border-color: #117a8b;
}

/* Form Select Styling */
.main-cart .form-control {
	border-radius: 5px;
	padding: 10px;
	font-size: 0.95rem;
	transition: border-color 0.3s ease;
}

.main-cart .form-control:focus {
	border-color: #6c757d;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

._ad_annouce {
	background-color: #fea219;
}

._ad_annouce h5 {
	color: #fff;
}

._ad_annouce .btn-close {
	filter: invert(1) grayscale(100%) brightness(200%);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.main-cart .card {
		margin-bottom: 20px;
	}

	.main-cart .table {
		font-size: 0.85rem;
	}

	.main-cart .btn {
		padding: 8px 15px;
	}
}

@media (max-width: 576px) {
	.why-choose-one__points {
		flex-direction: column;
		gap: 20px;
	}

	.why-choose-one__video-icon {
		width: 80px;
		height: 80px;
	}

	.why-choose-one__video-link .ripple,
	.why-choose-one__video-icon .ripple:before,
	.why-choose-one__video-icon .ripple:after {
		height: 80px;
		width: 80px;
	}

	.why-choose-one__points li+li {
		margin-left: 0;
	}

	.main-cart .card-header h5 {
		font-size: 1.1rem;
	}

	.main-cart .card-footer p {
		font-size: 0.9rem;
	}
}


/* Product detail */


.shoping-areana-section-product-detail .swiper {
	width: 100%;
	height: 100%;
}

.shoping-areana-section-product-detail .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.shoping-areana-section-product-detail .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: content;
	transition: transform 0.3s ease;
}

.shoping-areana-section-product-detail .mySwiper2 {
	height: 450px;
	margin-bottom: 15px;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.shoping-areana-section-product-detail .mySwiper {
	height: 100px;
}

.shoping-areana-section-product-detail .mySwiper .swiper-slide {
	width: 20%;
	opacity: 0.6;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.shoping-areana-section-product-detail .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	border: 2px solid #FEA219;
}

/* Product Section */
.shoping-areana-section-product-detail .product-container {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.shoping-areana-section-product-detail .product-title {
	font-size: 28px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.shoping-areana-section-product-detail .product-subtitle {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

.shoping-areana-section-product-detail .price-tag {
	font-size: 24px;
	font-weight: 700;
	color: #FEA219;
	margin: 20px 0;
}

/* Size and Quantity */
.shoping-areana-section-product-detail .options-group {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
}

.shoping-areana-section-product-detail .size-variation-buttons,
.color-variation-buttons {
	display: flex;
	gap: 10px;
}

.shoping-areana-section-product-detail .size-btn,
.color-btn {
	padding: 0px 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 25px;
	background: #fff;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s ease;
}

._ad_p_fix {
	display: flex;
	gap: 20px;
}

.shoping-areana-section-product-detail .size-btn:hover,
.color-btn:hover {
	background: #FEA219;
	color: #fff;
	border-color: #FEA219;
}

.shoping-areana-section-product-detail .size-btn.active,
.color-btn.active {
	background: #FEA219;
	color: #fff;
	border-color: #FEA219;
}

.shoping-areana-section-product-detail .quantity {
	display: flex;
	align-items: center;
	/* border: 2px solid #FEA219; */
	border-radius: 25px;
	width: fit-content;
}

.shoping-areana-section-product-detail .quantity button {
	background: #FEA219;
	color: #fff;
	border: none;
	padding: 0px 15px;
	font-size: 22px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.shoping-areana-section-product-detail .quantity button:hover {
	background: #e69100;
}

.shoping-areana-section-product-detail .quantity input {
	width: 50px;
	text-align: center;
	border: none;
	font-size: 16px;
	outline: none;
}

/* Buttons */
.shoping-areana-section-product-detail .action-buttons {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.shoping-areana-section-product-detail .thm-btn {
	background: #FEA219;
	color: #fff;
	padding: 12px 25px;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.3s ease;
	border: none;
}

.shoping-areana-section-product-detail .thm-btn:hover {
	background: #e69100;
}

/* Tabs */
.shoping-areana-section-product-detail .nav-tabs {
	border-bottom: none;
	margin-bottom: 20px;
}

.shoping-areana-section-product-detail .nav-tabs .nav-link {
	color: #666;
	font-weight: 500;
	padding: 10px 20px;
	border: none;
	position: relative;
}

.shoping-areana-section-product-detail .nav-tabs .nav-link.active {
	color: #FEA219;
}

.shoping-areana-section-product-detail .nav-tabs .nav-link.active::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 3px;
	background: #FEA219;
	border-radius: 3px;
}

.shoping-areana-section-product-detail .tab-content {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 10px;
}

/* Modal */
.shoping-areana-section-product-detail .modal-content {
	border-radius: 15px;
	padding: 20px;
}

.shoping-areana-section-product-detail .size-guide {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}

.shoping-areana-section-product-detail .size-guide-table {
	width: 100%;
	border-collapse: collapse;
}

.shoping-areana-section-product-detail .size-guide-table th,
.size-guide-table td {
	padding: 12px;
	text-align: center;
	border: 1px solid #ddd;
}

.shoping-areana-section-product-detail .size-guide-table th {
	background: #FEA219;
	color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
	.shoping-areana-section-product-detail .mySwiper2 {
		height: 300px;
	}

	.shoping-areana-section-product-detail .product-title {
		font-size: 22px;
	}

	.shoping-areana-section-product-detail .price-tag {
		font-size: 20px;
	}

	.shoping-areana-section-product-detail .thm-btn {
		padding: 10px 20px;
		font-size: 14px;
	}
}


.shoping-areana-section-product-detai .modal-content {
	border-radius: 10px;
}

.shoping-areana-section-product-detai .modal-header {
	background-color: #f8f9fa;
	border-bottom: none;
}

.shoping-areana-section-product-detai .modal-body {
	text-align: center;
	padding: 20px;
	font-size: 16px;
}

.shoping-areana-section-product-detai .modal-footer {
	justify-content: center;
	border-top: none;
}

.shoping-areana-section-product-detai .btn-primary {
	background-color: #6c757d;
	border: none;
	padding: 8px 20px;
}




.tooltip-wrapper {
	position: relative;
	display: inline-block;
}

.tooltip-text {
	visibility: hidden;
	width: 200px;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -100px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip-wrapper:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

._ad_new_features-ayush {
	margin-top: -340px !important;
	padding: 0 50px;
}

.feature-one__single-new {
	background-color: transparent !important;
	padding: unset !important;
}

.md-imge img {
	width: 200px;
}



.anounmentmodal.modal-dialog {
	max-width: 90%;
	margin: 1rem auto;
}

.combo-offer-slider {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
}

.combo-offer-slide {
	display: flex !important;
	align-items: center;
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	border-radius: 15px;
	padding: 20px;
	margin: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.combo-offer-slide:hover {
	transform: translateY(-5px);
}

.combo-images {
	flex: 1;
	display: flex;
	gap: 15px;
	justify-content: center;
}

.combo-images img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 10px;
	border: 2px solid #fff;
}

.combo-details {
	flex: 1;
	padding: 0 20px;
}

.combo-details h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #333;
}

.combo-details p {
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
	line-height: 1.5;
}

.combo-price {
	font-size: 22px;
	font-weight: bold;
	color: #e91e63;
	margin-bottom: 15px;
}

.combo-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #fea219;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.combo-btn:hover {
	background-color: #e6ae59;
	color: #000000;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #fea219;
	border-radius: 50%;
	z-index: 1;
}

/* .slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} */

.slick-prev {
	left: -50px;
}

.slick-next {
	right: -50px;
}

@media (max-width: 768px) {
	.combo-offer-slide {
		flex-direction: column;
		text-align: center;
	}

	.combo-images {
		margin-bottom: 20px;
	}

	.combo-images img {
		width: 120px;
		height: 120px;
	}

	.combo-details h3 {
		font-size: 20px;
	}

	.combo-price {
		font-size: 18px;
	}
}




/* shoping arena all product */
.shopping_arena_all_product .size-option {
	cursor: pointer;
	padding: 0px 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	flex: 1;
	margin: 0 5px;
	transition: background-color 0.3s, color 0.3s;
}

.shopping_arena_all_product .size-option input[type="radio"] {
	display: none;
}

.shopping_arena_all_product .size-option.selected {
	background-color: #6c757d;
	color: white;
	border-color: #6c757d;
}

.shopping_arena_all_product .men-service-new {
	padding: 10px;
}

.shopping_arena_all_product .men-service-new a:hover {
	color: #fea219;
}

.shopping_arena_all_product .one-line {
	width: 100%;
	height: 1px;
	background-color: gray;
	margin-bottom: 15px;
}

.shopping_arena_all_product .nav-tabs._ad_tabs_li .nav-link.active {
	color: #fff;
	background: #404040;
}

.shopping_arena_all_product .nav-tabs._ad_tabs_li .nav-link {
	color: #333;
	background: #f2f2f2;
	border: none;
	margin-right: 5px;
	padding: 10px 20px;
	border-radius: 5px;
	transition: background 0.3s, color 0.3s;
}

.shopping_arena_all_product .nav-tabs._ad_tabs_li .nav-link:hover {
	background: #ddd;
	color: #000;
}

.shopping_arena_all_product .nav-tabs._ad_tabs_li .nav-link.active {
	color: #fff;
	background: #404040;
}

.shopping_arena_all_product .nav-tabs._ad_tabs_li {
	border-bottom: initial;
	gap: 10px;
}

.shopping_arena_all_product ._ad_theme {
	display: flex;
	gap: 5px;
}

.shopping_arena_all_product ._ad_theme .thm-btn {
	padding: 5px 35px 5px;
}

._ad_login_b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

._ad_search {
	position: relative;
}

._ad_search .search-icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-size: 14px;
	pointer-events: none;
}


/* New Mobile-Responsive CSS */
@media (max-width: 1200px) {
	.shopping_arena_all_product ._main_static .container {
		max-width: 100% !important;
	}
}


@media (max-width: 576px) {
	._ad_login_b .thm-btn {
		padding: 5px 25px 5px;
	}
}


.grocery-page .row {
	--bs-gutter-x: 0 !important;
	--bs-gutter-y: 0 !important;
}

@media(max-width:767px) {
	.grocery-page .product-container {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.grocery-page ._ad_container {
		width: 100%;
		max-width: 100% !important;
	}

	.grocery-page .product-card .price {
		flex-direction: column !important;
	}

	.grocery-page .product-container {
		gap: 10px !important;
	}

	.grocery-page .header {
		padding: 0 !important;
	}

	.grocery-page .product-card img {
		object-fit: contain !important;
	}

	.grocery-page .cart-section {
		overflow-x: scroll;
		text-wrap: nowrap;
	}

	.grocery-page .cart-summary {
		justify-content: initial !important;
		gap: 20px;
	}
}

@media(max-width:576px) {
	.grocery-page ._ad_button {
		display: flex;
		justify-content: baseline;
		gap: 10px;
		flex-direction: column;
	}

	.grocery-page ._ad_container {
		padding: 0 3px !important;
	}

	.grocery-page .product-card {
		padding: 8px !important;
	}

	.grocery-page .product-container {
		gap: 8px !important;
	}
}

/* Existing styles remain, adding modal-specific styles */
.grocery-page .modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	overflow-y: auto;
}

.grocery-page .modal-content {
	background-color: white;
	margin: 5% auto;
	padding: 20px;
	border-radius: 8px;
	width: 90%;
	max-width: 600px;
	position: relative;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.grocery-page .close {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 30px;
	cursor: pointer;
	color: #333;
}

.grocery-page .modal-image {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 20px;
}

.grocery-page .modal-title {
	font-size: 24px;
	margin-bottom: 15px;
	color: #333;
}

.grocery-page .modal-description {
	font-size: 16px;
	color: #555;
	margin-bottom: 20px;
	line-height: 1.5;
}

.grocery-page .price-list {
	margin-bottom: 20px;
}

.grocery-page .price-item {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.grocery-page .price-item:last-child {
	border-bottom: none;
}

.grocery-page .add-to-cart-section {
	text-align: center;
}

.grocery-page .add-to-cart-section select {
	margin-bottom: 15px;
	width: 100%;
	padding: 8px;
	border-radius: 4px;
}

.grocery-page .add-to-cart-section button {
	background-color: #28a745;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

.grocery-page .add-to-cart-section button:hover {
	background-color: #218838;
}



.shoping-areana-section-product-detail .product-container {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shoping-areana-section-product-detail .product-title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.shoping-areana-section-product-detail .price-tag {
	margin-bottom: 20px;
}

.shoping-areana-section-product-detail .original-price {
	color: #6c757d;
	margin-right: 10px;
	font-size: 1.2rem;
}

.shoping-areana-section-product-detail .discounted-price {
	color: #dc3545;
	font-size: 1.4rem;
	font-weight: 600;
}

.shoping-areana-section-product-detail .size-variation-buttons,
.color-variation-buttons {
	display: flex;
	gap: 10px;
}

.shoping-areana-section-product-detail .size-btn,
.color-btn {
	padding: 0px 15px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	background: #f8f9fa;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 600;
}

.shoping-areana-section-product-detail .size-btn.active,
.color-btn.active {
	background: #6c757d;
	color: #fff;
	border-color: #6c757d;
}

.shoping-areana-section-product-detail .quantity {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.shoping-areana-section-product-detail .quantity .input-box {
	width: 60px;
	text-align: center;
	border-radius: 4px;
}

.shoping-areana-section-product-detail .quantity .minus,
.quantity .plus {
	padding: 0px 15px;
	border: none;
	background: #6c757d;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
}

.shoping-areana-section-product-detail .action-buttons .thm-btn {
	display: block;
	width: 200px;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	font-weight: 500;
}

.shoping-areana-section-product-detail .action-buttons .thm-btn:disabled {
	background: #6c757d;
	cursor: not-allowed;
}

.shoping-areana-section-product-detail .size-guide-table {
	width: 100%;
	margin-top: 15px;
}

.shoping-areana-section-product-detail .size-guide-table th,
.size-guide-table td {
	padding: 10px;
	text-align: center;
	border: 1px solid #dee2e6;
}

.shoping-areana-section-product-detail .nav-tabs .nav-link {
	font-weight: 500;
	padding: 10px 20px;
}

.shoping-areana-section-product-detail .tab-content {
	padding: 20px;
	border: 1px solid #dee2e6;
	border-top: none;
	border-radius: 0 0 4px 4px;
}

.shoping-areana-section-product-detail .swiper-slide img {
	width: 100%;
	border-radius: 8px;
	object-fit: contain;
}

.shoping-areana-section-product-detail .mySwiper {
	margin-top: 10px;
}

.shoping-areana-section-product-detail .original-price s {
	color: #6c757d;
	text-decoration: line-through;
}

.shoping-areana-section-product-detail .regular-price {
	color: #dc3545;
	font-size: 1.4rem;
	font-weight: 600;
}

figure.zoom {
	background-position: 50% 50%;
	position: relative;
	height: 100%;
	overflow: hidden;
	cursor: zoom-in;
}

figure.zoom img:hover {
	opacity: 0;
}

figure.zoom img {
	transition: opacity .5s;
	display: block;
	width: 100%;
	object-fit: contain !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 30px !important;
	font-size: 14px !important;

}

.select2-container .select2-selection--single {
	height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #747f8e !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	height: 45px !important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid var(--mydryking-base) !important;
	border-radius: 0 !important;
	background-color: #f2f5f8 !important;
}


._ad_watsapp {
	width: 45px;
	height: 45px;
	background: #25D366;
	/* WhatsApp green */
	position: fixed;
	bottom: 140px;
	right: 40px;
	z-index: 99;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 22px;
	transition: all 0.4s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

._ad_watsapp:hover {
	background: #20b958;
	transform: scale(1.1);
	color: #fff;
}

.deal-counter {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.deal-counter .time-box {
	background: linear-gradient(135deg, #ff9a00, #fea219);
	padding: 5px 15px;
	border-radius: 5px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	gap: 4px;
	align-items: baseline;
	display: flex;
}

.deal-counter .time-box h2 {
	margin: 0;
	font-size: 20px;
	color: #ffffff;
	line-height: normal;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.deal-counter .time-box span {
	font-size: 12px;
	color: #ffffff;
	font-weight: 600;
	line-height: normal;
}

._ad_counter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5px 0px;
}

.text-counter {
	font-size: 14px;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-block;
	animation: floatColor 3s infinite ease-in-out;
}

@keyframes floatColor {
	0% {
		transform: translateY(0);
		color: #fff;
	}

	25% {
		transform: translateY(-3px);
		color: #df047c;
	}

	50% {
		transform: translateY(0);
		color: #00bcd4;
	}

	75% {
		transform: translateY(3px);
		color: #ff9800;
	}

	100% {
		transform: translateY(0);
		color: #fff;
	}
}

._ad_offer_slide {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px 20px;
	background: linear-gradient(90deg, #fea219 0%, #ffd89b 100%);
}

.owloffer .deal-counter .time-box {
	background: #404040;
}

.owloffer .deal-counter .time-box h3 {
	color: #fea219;
}

.owloffer .owl-nav {
	display: none !important;
}

.producs-slide .owloffer .owl-dots.disabled,
.owloffer .owl-nav.disabled {
	display: none !important;
}

._ad_offer_slide ._ad_offer_text {
	font-size: 25px;
	text-decoration: none;
	margin-bottom: 10px;
	color: #404040;
	text-align: center;
}

.batch_offer {
	position: absolute;
	top: 0;
	background-color: #3db9bb;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	left: 0;
	padding: 0px 20px;
}

._ad_coupon_img img {
	width: 100%;
	height: 200px;
	/* object-fit: contain; */
	background-color: #f5f5f5;
	padding: 10px;
	border-radius: 10px;
}

._ad_copy_coupon {
	font-size: 14px;
	font-weight: 700;
	color: #0c5273;
	background-color: transparent;
	padding: 4px 14px;
	border: 1px solid #e0e0e0;
	border-radius: 250px;
	display: flex;
	justify-content: center;
	gap: 5px;
	width: 100%;
	max-width: 30%;
	align-items: center;
	letter-spacing: -.06px;
	line-height: 1.5;
	min-height: unset !important;
}

._ad_copy_coupon:hover {
	border: 1px solid #0c5273;
}

._ad_fashion_p {
	font-size: 18px;
	background-color: #def8f3;
	color: #0e8147;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	padding: 2px 4px;
	border: 1px dashed #348376;
	margin-bottom: 0;
	width: 100%;
	max-width: 70%;
	letter-spacing: -.06px !important;
	line-height: 1.5;
	font-weight: 700;
}

.ad_both_fb {
	background-color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
	padding: 16px 0;
}

._ad_fashion_expired {
	font-size: 18px;
	background-color: #def8f3;
	color: red;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	padding: 2px 4px;
	border: 1px dashed red;
	margin-bottom: 0;
	width: 100%;
	letter-spacing: -.06px !important;
	line-height: 1.5;
	font-weight: 700;
}

.combo-offer-slider .slick-next:focus,
.combo-offer-slider .slick-next:hover,
.combo-offer-slider .slick-prev:focus,
.combo-offer-slider .slick-prev:hover {
	background: #fea219;
}

.slick-dots li button:before {
	font-size: 16px !important;
}

._ad_final_price {
	font-size: 22px !important;
	color: #e60000 !important;
}

._ad_dis_price {
	text-decoration: line-through;
	font-size: 22px !important;
	color: #757575 !important;
}

.modal-title {
	color: #fff;
}

.btn-close {
	filter: invert(1);
}

._ad_amt_table {
	overflow-x: scroll;
}

._ad_amt_table table thead th {
	text-wrap: nowrap;
}

/* offer section css */

:root {
	--rd-blue: #041e42;
	/* Flipkart's deep navy for Republic Day */
	--rd-orange: #ff671f;
	--rd-green: #046a38;
	--rd-yellow: #ffe11b;
}

.rd-banner {
	width: 100%;
	min-height: 400px;

	display: flex;
	align-items: center;
	overflow: hidden;
	font-family: 'Inter', sans-serif;
	position: relative;
}

.rd-container {
	max-width: 1296px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	background: radial-gradient(circle at 20% 50%, #3cb6b8 0%, #ee0485 100%);
	border-radius: 20px;
}

/* Content Styling */
.live-badge {
	background: rgba(255, 255, 255, 0.1);
	color: #fea219;
	padding: 5px 12px;
	border-radius: 4px;
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
}

.event-title {
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
}

.main-offer {
	color: #fff;
	font-size: 3.5rem;
	font-weight: 900;
	margin-bottom: 15px;
}

.sub-text {
	color: #bdc3c7;
	font-size: 1.2rem;
	margin-bottom: 25px;
}

.bank-offer {
	display: flex;
	align-items: center;
	background: white;
	padding: 8px 15px;
	border-radius: 8px;
	width: fit-content;
	margin-bottom: 30px;
	color: #333;
	font-weight: 600;
	font-size: 14px;
}

.bank-offer img {
	height: 20px;
	margin-right: 10px;
}

.shop-btn {
	background: var(--rd-yellow);
	color: #000;
	text-decoration: none;
	padding: 8px 40px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 4px;
	transition: 0.3s;
	display: inline-block;
	font-size: 15px;
}

.shop-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Visual Side */
.product-display {
	position: relative;
	z-index: 1;
}

.product-display img {

	filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.5));
	animation: float 4s ease-in-out infinite;
	border-radius: 20px;
	height: 350px;
	width: 100%;
	object-fit: cover;
}

.tricolor-glow {
	position: absolute;
	width: 300px;
	height: 300px;
	background: linear-gradient(var(--rd-orange), #fff, var(--rd-green));
	filter: blur(100px);
	opacity: 0.2;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}
}

/* Mobile Friendly */
@media (max-width: 900px) {
	.rd-container {
		flex-direction: column;
		text-align: center;
	}

	.main-offer {
		font-size: 2.5rem;
	}

	.bank-offer {
		margin: 0 auto 30px auto;
	}

	.product-display img {
		max-width: 300px;
		margin-top: 40px;
	}
}


/* gaurav */




.zp-prime-wrapper {
	padding-top: 80px;
}

.zp-card {
	border-radius: 26px;
	padding: 40px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

/* LEFT PROMO CARD */
.zp-left {
	background: linear-gradient(135deg, #ff512f, #ff8a00);
	color: #fff !important;
}

.zp-left h2 {
	font-size: 34px;
	font-weight: 800;
	color: #fff !important;
}

.zp-left h3 {
	font-size: 28px;
	font-weight: 700;
	margin: 12px 0;
	color: #fff !important;
}

.zp-left h3 span {
	background: #00e676;
	color: #000;
	padding: 4px 14px;
	border-radius: 10px;
}

.zp-left p {
	font-size: 16px;
	opacity: 0.95;
	max-width: 320px;
}

.zp-btn {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 12px 30px;
	border-radius: 50px;
	font-weight: 600;
	margin-top: 20px;
	text-decoration: none;
}

.zp-product-img {
	position: absolute;
	right: 25px;
	bottom: 20px;
	width: 240px;
	filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.35));
}

/* RIGHT EXPERIENCE CARD */
.zp-right {
	background: linear-gradient(135deg, #f4e6ff, #ffffff);
}

.zp-heading {
	text-align: center;
	font-weight: 800;
	color: #7b1fa2;
	letter-spacing: 1px;
}

.zp-feature {
	background: #fff;
	border-radius: 20px;
	padding: 28px;
	text-align: center;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
	height: 100%;
	display: flex;
	align-items: center;
}

.zp-feature i {
	font-size: 38px;
	color: #7b1fa2;
	margin-bottom: 12px;
}

.zp-feature h4 {
	font-size: 18px;
	font-weight: 700;
	color: #7b1fa2;
}

.zp-list {
	list-style: none;
	padding: 0;
	margin-top: 30px;
	display: flex;
	align-items: anchor-center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.zp-list li {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	padding-left: 26px;
	position: relative;
	color: #7b1fa2;
}

.zp-list li i {
	position: absolute;
	left: 0;
	top: 9px;
	color: #00c853;
}

.live-search-results .fw-medium {
	font-size: 14px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.search-result-item {
	padding: 0 !important;
}

.my-dashboard-details-page .nav-item .nav-link {
	border: 1px solid #ffc107;
	border-radius: 10px;
}

.my-dashboard-details-page .nav {
	gap: 10px;
}

.services-one__text ._ad_dis_price {
	font-weight: 600;
}

.services-one__text ._ad_final_price {
	font-weight: 600;
	font-size: 22px !important;
	margin-left: 5px;
}

.shopping_arena_all_product ._ad_tabs_query {
	position: sticky;
	top: 5px;
}

.nav-pills-custom .nav-link i {
	font-size: 14px;
}

.share-btn {
	position: fixed;
	right: 40px;
	bottom: 150px;
	width: 45px;
	height: 45px;
	background: var(--mydryking-base);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	text-decoration: none;
	z-index: 99;
	transition: 0.3s;
}

.share-btn:hover {
	background: #000;
	color: #fff;
}

._ad_search_ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	align-items: center;
}

.show-search {
	display: block;
}

.mobile-search-toggler {
	display: none;
}

.mobile-search-toggler {
	font-size: 22px;
	margin: auto;
	color: var(--mydryking-base);
	cursor: pointer;
	transition: 500ms;
	padding-right: 10px;
}

.mobile-search-toggler:hover {
	color: var(--mydryking-base);
}


/* MOBILE FIX */
@media (max-width: 768px) {
	.zp-product-img {
		position: static;
		width: 180px;
		margin-top: 30px;
	}
}

/* gaurav  end*/