@charset "utf-8";
/*
1.General code
    1.1 Typography
    1.2 Space margins and padding
    1.3 forms
    1.4 Buttons
    1.5 Section-Colors-&-Backgrounds
    1.6 Modal & popups
    1.7 Accordion
2.Homepages
    2.1 Navigation
    2.2 Slider
    2.3 Search
    2.4 About Us
    2.5 Our Category
    2.6 Our Services
    2.7 Featured Jobs
    2.8 Our Team
    2.9 Our Blog
    2.10 Footera
    2.11 Copyright
3.Blog
4.Blog Details
5.Listing
6.Listing Detail
7.Booking
8.About Us
9.404
10.Coming Soon
11.Contact Us
12.FAQs
13.Gallery
14.Login
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial&display=swap');

  :root {
    --thm-font: 'Inter', sans-serif;
    /*  Hedding*/
    --thm-b-font: 'Inter', sans-serif;
    /*  Body-font*/
    --thm-icon-font: "Font Awesome 5 Pro";
    /*icon-font*/
    --thm-color-one: #035D5A;
    --thm-color-two: #1f1f1f;
    --thm-color-three: #035D5A;
    /*Light Color*/
    --thm-color-light: #f7f7f7;
    /*RGB Colors*/
    --thm-color-one-rgb: 14, 223, 126;
    --thm-color-two-rgb: 0, 0, 0;
    --thm-color-three-rgb: 237, 241, 245;
    --thm-color-four-rgb: 0, 0, 0;
    /*Light Color*/
    --thm-color-light-rgb: 247, 247, 247;
    /*Theme Colors*/
    --thm-body-color: #636060;
    /*Body Colors*/
    --thm-white: #ffffff;
    /*White Color*/
    --thm-border: #d1d1d1;
    /*Border Color*/

  }


/*--------animation---------*/
@keyframes fadeHeaderInDown {
 0% {
 opacity: 0;
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}
}
@keyframes shadow {
 0% {
 transform: scale(1) translateY(0px);
}
 100% {
 transform: scale(0.8) translateY(75px);
}
}
@keyframes ghost {
 0% {
 transform: scale(1) translateY(0px)
}
 100% {
 transform: scale(1) translateY(-40px)
}
}
/*======================
1.General Code
========================*/
html {
	overflow-x: hidden;
}
button:focus, *:focus {
	outline: none;
}
body {
	font-family: 'Inter', serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: #000;
	background: #ffffff;
	border-color: #dfdfdf;
 	transition: transform ease-in .4s;
	overflow: hidden;
}
button {
	background: transparent;
	border: none;
	padding: 0;
}
label {
	line-height: normal;
}
hr {
	margin: 20px 0;
}
.p-relative {
	position: relative;
}
.before-none:after, .after-none:after, .none {
	display: none;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
    right: 0;
    width: 100%;
    height: 100%;
}
.overlay-bg-black {
	background: #000;
	opacity: 0.1;
}
.overlay-bg-theme:before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.4);
    z-index: -1;
}
.overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.image-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.transform-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	z-index: 1;
}
.bx-wrapper {
    /* margin-top: 22px; */
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
 font-size: inherit;
 margin: 0;
}
.animate-img {
	position: relative;
	overflow: hidden;
}
.animate-img:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}
.parallax {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
.normal-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
/*section header*/
.section-header {
	padding-bottom: 30px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.section-header .section-heading {
    max-width: 425px;
    margin: auto;
}
.section-heading p {
    color: #00000099;
}
.section-header .section-heading h3 {
    font-size: 36px;
    margin-bottom: 0;
	color: var(--thm-color-one);
}
.section-heading {
    text-align: center;
    margin-bottom: 25px;
}
/* .section-header .section-heading h3:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: var(--thm-color-one);
    margin: 12px auto 0;
} */

/**/
/* Basic Style */

.slick-arrow {
    position: absolute;
    left: -46px;
    top: 50%;
    width: 35px;
    height: 35px;
    border: 1px solid;
    border-radius: 50%;
    /* background: red; */
    color: #fff;
    font-size: 0;
	opacity: 0;
}
.main-banner:hover .slick-arrow {
	opacity: 1;
}
.slick-prev.slick-arrow {
    z-index: 1;
}
.slick-prev.slick-arrow {
	left: 3%;
	right: auto;
}
.slick-next.slick-arrow {
	right: 3%;
	left: auto;
}
.slick-prev.slick-arrow::before {
    content: '\f177';
    font-family: 'FontAwesome';
    font-size: 20px;
}
.slick-next.slick-arrow::before {
	content: '\f178';
    font-family: 'FontAwesome';
    font-size: 20px;
}

/*slick bullets*/
.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin-top: 20px;
}
.slick-dots li {
	padding: 0;
	line-height: 0;
}
.slick-dots li button {
    font-size: 0px;
    width: 15px;
    height: 3px;
    border-radius: 10px;
    background: var(--thm-color-one);
    color: #000;
    margin: 0 5px;
    transition: 0.6s all;
    border: 2px solid #000;
}
.slick-dots li.slick-active button {
	width: 15px;
	height: 2px;
	border-radius: 50px;
	background: #000;
	border: 2px solid var(--thm-color-one);
}


.main-banner .slick-dots li button {
    font-size: 16px;
    width: 35px;
    height: 35px;
    color: #fff;
	background-color: transparent;
	border-radius: 10px;
    margin: 0 5px;
    transition: 0.6s all;
    border: 2px solid #fff;
}
.main-banner .slick-dots li.slick-active button {
	width: 35px;
	border-radius: 10px;
	height:35px;
	border: 2px solid var(--thm-color-one);
}
/*pagination*/
.page-item:first-child .page-link {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.page-link:focus {
	box-shadow: none;
	z-index: 1;
}
.page-item .page-link {
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.5;
	border: 2px solid #eee;
	color: #020202;
	border-radius: 0;
}
.page-item:hover .page-link, .page-item.active .page-link {
	background-color: var(--thm-color-one);
	border-color: #333;
	color: #fff;
}
/*======================
1.1 Typography
========================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	/* font-family: 'Jost', sans-serif; */
	font-weight: 600;
	color: #000;
}
/* h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
}
 p {
	letter-spacing: 2px;
} */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 50px;
	line-height: normal;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 35px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 16px;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #aaa;
    font-family: 'Inter', sans-serif;
}
a {
	color: #000;
	text-decoration: none;
	transition: 0.5s;
}
a:focus, a:hover {
	color: var(--thm-color-one);
	text-decoration: none;
	transition: 0.5s;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
ul li, ol li {
	margin: 0px;
	position: relative;
}
ul.custom {
	list-style: none;
	padding: 0;
}
ul.custom-flex {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
blockquote {
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px;
	padding-left: 70px;
	border-left: 2px solid var(--thm-color-one);
}
blockquote span {
	width: 50px;
	height: 50px;
	background: var(--thm-color-one);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	font-size: 16px;
	margin-right: 0;
	position: absolute;
	left: 0;
	top: 0;
}
blockquote p {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	font-weight: 500;
	word-break: break-word;
	margin-bottom: 0;
}
blockquote h6 {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
}
iframe {
	border:none;
	width: 100%;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	transition: 0.5s;
}
table th, table td {
	border: 1px solid #dfdfdf;
	padding: 15px;
}
table {
	border: 1px solid #dfdfdf;
	padding: 15px;
	width: 100%;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fw-100 {
	font-weight: 100;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
/*======================
1.2 Space margins and padding
========================*/
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}
.section-padding {
	padding: 80px 0;
}
/*.section-padding-top {
	padding-top:80px;
}*/
.section-padding-bottom {
	padding-bottom:80px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.mb-xl-20 {
	margin-bottom: 20px;
}
.mb-xl-30 {
	margin-bottom: 30px;
}
.mb-xl-40 {
	margin-bottom: 40px;
}
.mb-xl-50 {
	margin-bottom: 50px;
}
.mb-xl-80 {
	margin-bottom: 80px;
}
.pb-xl-20 {
	padding-bottom: 20px;
}
/*==================
1.3. Forms
====================*/
.form-control-custom::placeholder {
 font-size: 14px;
}
input.form-control:focus {
    border: 1px solid var(--thm-color-one);
}
.banner-tabs .form-control-custom:focus {
	border: 2px solid #ffffff;
	border-bottom: 2px solid #333;
	box-shadow: none;
}
.banner-tabs .form-control-custom, .newsletter .form-control-custom {
	border: 2px solid #333;
}
.form-control-custom {
    height: 40px;
    padding: 0 15px;
    border-radius: 0;
    border: 2px solid #ddd;
    width: 100%;
    background: transparent;
    font-size: 14px;
    margin-bottom: 15px;
}
.form-control-custom:focus {
	border: 2px solid #c1c1c1;
	border-bottom: 1px solid #333;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #ffffff;
	opacity: 1;
}
.btn-height, button.btn-height {
	height: 40px;
	line-height: 1;
	padding: 0;
}
label.submit {
	height: 15px;
	width: 100%;
	clear: both;
}
.custom-select {
	background-image: none;
}
.custom-select:focus {
	box-shadow: none;
}
.group-form .form-control-custom, .group-form .form-control-custom:not(:last-child) {
 padding: 0 40px 0 15px;
}
.group-form .form-control-custom:focus {
	z-index: 0;
}
.group-form .form-control-custom.custom-select:focus {
	z-index: 10;
}
.group-form .input-group-append {
    position: absolute;
    height: 32px;
    width: 40px;
    background: var(--thm-color-one);
    color: #fff;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    z-index: 0;
    pointer-events: none;
}
.group-form .custom-select {
	padding: 0 30px 0 10px;
}
.group-form .custom-select:after {
	border-bottom-color: #fff;
	border-right-color: #fff;
	right: 15px;
}
.banner-tabs .group-form .input-group-append {
	background: #333;
}
.banner-tabs .group-form .custom-select:before {
	content: '';
	background: #333;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	margin-top: 0;
}
.group-form .custom-select:before {
	content: '';
	background: #000;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	margin-top: 0;
}
textarea.form-control {
	height: auto;
	padding: 20px 15px 0;
}
label.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
label.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	user-select: none;
	line-height: normal;
	font-size: 14px;
}
label.custom-checkbox:last-child {
	margin-bottom: 10px;
}
/* Create a custom checkbox */
label.custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d4d4db;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 0px;
}
/* On mouse-over, add a grey background color */
label.custom-checkbox:hover input ~ .checkmark {
 background-color: #fff;
 border: 1px solid #333;
}
/* When the checkbox is checked, add a blue background */
label.custom-checkbox input:checked ~ .checkmark {
 background-color: #333;
 border: 1px solid #333;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
label.custom-checkbox input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
label.custom-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/*==================
1.4. Buttons
====================*/
.btn-first {
	display: inline-block;
	padding: 8px 25px;
	position: relative;
	transition: 0.5s all;
	background: transparent;
	color: inherit;
	border: 1px solid transparent;
	font-size: 14px;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
}
.btn-submit {
	border-color: var(--thm-color-one);
	color: #ffffff;
	background: var(--thm-color-one);
}
.btn-small:before, .btn-submit:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #0b1432;
	width: 0%;
	transition: 0.5s all;
	z-index: -1;
}
.btn-small:hover, .btn-submit:hover {
	color: #fff;
}
.btn-small:focus, .btn-submit:focus {
	background-color: var(--thm-color-one);
	color: #fff;
}
.btn-small:hover:before, .btn-submit:hover:before {
	width: 100%;
}
.btn-second {
	display: inline-block;
	padding: 8px 20px;
	position: relative;
	transition: 0.5s all;
	background: transparent;
	color: inherit;
	border: 1px solid transparent;
	font-size: 14px;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
}
.btn-small {
	background: var(--thm-color-one);
	border-color: var(--thm-color-one);
	color: #fff;
}
.btn-small:hover, .btn-small:focus {
	border-color: #0b1432;
}
/*==================
1.5. Section-Colors-&-Backgrounds
====================*/
.bg-light-white {
	background-color: #f5f5f5;
}
.bg-custom-white {
	background-color: #ffffff;
}
.bg-custom-blue {
	background:#333;
}
.bg-light-black {
	background: #2d3e52;
}
/*Colors*/
.text-custom-black {
	color: #000000;
}
.text-custom-white {
	color: #ffffff;
}
.text-custom-color {
	color: var(--thm-color-one);
}
.text-light-dark {
	color: #838383;
	;
}
.text-light-black {
	color: #2d3e52;
}
.text-yellow {
	color: #fdb714;
}
/*======================
1.6 Modal & Popups
========================*/
/*======================
1.7 Accordion
========================*/
.custom-accordion .card {
	background: #ffffff;
	border-color: #fff;
	border-radius: 0;
}
.custom-accordion .card .card-header {
	padding: 0;
	background: #ededed;
	border-color: #ededed;
	border-radius: 0;
}
.custom-accordion .card .card-header .collapsebtn {
	font-size: 16px;
	font-weight: 500;
	display: flex;
/*	white-space: nowrap;*/
	text-overflow: ellipsis;
	overflow: hidden;
	align-items: center;
	padding: 10px 15px;
	width: 100%;
	background: var(--thm-color-one);
	color: #fff;
	cursor: pointer;
}
.custom-accordion .card .card-header .collapsebtn.collapsed {
	background: #ededed;
	border-color: #ededed;
	color: #000;
}
.custom-accordion .card .card-header .collapsebtn:before {
	content: '\f068';
	background: #fff;
	color: #333;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 5px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.custom-accordion .card .card-header .collapsebtn.collapsed:before {
	content: '\f067';
	background: #2d3e52;
	color: #ededed;
}
.custom-accordion .card .card-body {
	padding: 20px;
}


/*======================
1.7 Counter
========================*/
.counter-sec{
    background-color: #2457aa;
    color: var(--thm-color-four);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
}
.counter-container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    z-index: 2;
    margin: 0px 20px;
}
.counter{
    font-size: 48px;
    margin-top: 10px;
    color: #000;
    font-weight: 700;
}
.counter-container i{
    font-size: 50px;
    color: #fff;
}
.counter-container p{
    color: #fff;
    font-size: 24px;
}
.counter-container span{
    font-weight: 700;
}

/*======================
2. topbar
========================*/
.top-header a {
    color: #666666;
    font-size: 14px;
}
.top-header a:hover {
    color: var(--thm-color-one);
}
.header-top{
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #202c3c;
    color: #fff;
    background-color: #0b1432;
}

.header-links ul li{
    list-style: none;
}
.header-links ul li a{
    font-size: 16px;
    margin-left: 5px;
}

.menu-top {
    padding: 15px 0;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #ffffffc2;
}

.menu-top .icon-btn i {
    color: var(--thm-color-one);
    padding: 1px;
}
.menu-top .header-link {
    color: #fff;
    padding-right: 10px;
    /* margin-right: 30px; */
    font-size: 14px;
	font-weight: bold;
}
.menu-top .header-link:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.menu-top .header-link:hover {
  color: #fff;
}
.menu-top .as-social a i {
    color: #fff;
    padding: 0;
}
.as-social a i:hover {
  background-color: var(--thm-color-one);
  color: #fff;
}
.social-links a i {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.feature-sec {
    position: relative;
}
.feature-card {
    position: absolute;
    width: 85%;
    bottom: 0;
}
.cat-dgn {
    display: flex;
    align-items: center;
    background: #fff;
}
.services-bottom {
    padding: 0 20px;
}
.services-bottom p {
    margin-bottom: 0;
    color: #000;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}


/*======================
2. Homepages
========================*/
.header .topbar {
	background: #333;
}
.header .topbar .leftside ul>li>a {
	margin: 10px 10px 10px 0px;
	line-height: 33px;
	border: 2px solid #fff;
	width: 36px;
	height: 36px;
	text-align: center;
	display: block;
}
.header .topbar .leftside ul>li:hover>a {
	background-color: var(--thm-color-one);
	border-color: var(--thm-color-one);
	color: #fff;
}
.header .topbar .rightside ul {
	justify-content: flex-end;
}
.header .topbar .rightside ul>li.login {
	background-color: #45afce;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	height: 100%;
	padding: 0 30px;
}
.header .topbar .rightside ul>li.book-appointment>a {
	background: var(--thm-color-one);
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	padding: 16px 30px;
	font-weight: 600;
	color: #fff;
}
.header .topbar .rightside ul>li>a>i {
	margin-right: 10px;
}
/*Navigation*/

.header .navigation-wrapper.sticky {
	animation-name: fadeHeaderInDown;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 22;
	/*background: #000;*/
	animation-duration: 1s;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	animation-fill-mode: both;
}
.header .navigation-wrapper.sticky .menu-top {
    display: none;
}
.header .navigation-wrapper nav>.main-navigation .logo {
    width: 190px;
    /* height: 100%; */
}
.header .navigation-wrapper.sticky nav>.main-navigation .logo {
    width: 190px;
    /* height: 100%; */
    
}
.navigation-wrapper {
    background: var(--thm-color-one);
}
.main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .navigation-wrapper.sticky .main-navigation {
	position: relative;
	top: 0;
    left: 0;
	width: 100%;
	background-color: transparent;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item {
    margin: 0px 10px;
    padding: 15px 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:last-child {
	margin-right: 0;
}
.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item > a {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0;
    text-transform: uppercase;
     transform: scale(1.0);
     transition: 0.5s all;
}
.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item > a:hover {
    color: #fff;
    font-weight: 600;
    transform: scale(1.3);
    font-size: 15px;
}
.header .navigation-wrapper.sticky nav > .main-navigation .main-menu > ul > .menu-item > a:hover {
    color: #d1cfcf;
}
.menu-item.active a {
    color: #fff !important;
}


/*
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a:after {
	content: '';
	display: block;
	height: 2px;
	background: #333;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	transition: 0.3s all;
}
*/
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:hover>a:before, .header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item.active>a:before {
	top: -2px;
	opacity: 1;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:hover>a:after, .header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item.active>a:after {
	bottom: -2px;
	opacity: 1;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.search {
	display: flex;
	align-items: center;
	margin-right: 0;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.search>a {
	padding: 5px 20px;
	padding-right: 0;
	font-size: 14px;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children>a>.arrow:after, .menu-item-has-megamenu>a>.arrow:after {
	display: inline-block;
	margin-left: .55em;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.menu-item-has-children .submenu {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    width: 200px;
    transform: translateY(10px);
    background-color: #fff;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-height: 355px;
    overflow: auto;
}
.menu-item-has-children:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.menu-item-has-children .submenu>.menu-item>a {
    padding: 5px 10px;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    color: #fff;
    background: var(--thm-color-one);
    transition: 0.5s all;
    transform: scale(1.0);
    /* border-bottom: 1px solid; */
}
.menu-item-has-children .submenu>.menu-item>a:hover {
    color: #000;
    font-size: 17px;
}
.menu-item-has-children .submenu>.menu-item-has-children.menu-item a:hover {
    color: var(--thm-color-one);
    background: #fff;
}
.menu-item-has-children .submenu .menu-item-has-children>a>.arrow:after {
	position: absolute;
	right: 10px;
	transform: rotate(-90deg);
}
.menu-item-has-children .submenu .menu-item-has-children>.submenu {
	left: 100%;
	top: 0;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu {
	display: none;
	align-items: center;
	cursor: pointer;
	justify-content: flex-end;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn span {
    background: var(--thm-color-one);
    height: 2px;
    width: 30px;
    margin-bottom: 5px;
    display: block;
    transition: 0.3s;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn span:last-child {
	margin-bottom: 0;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active {
	position: relative;
	top: -4px;
	transition: 0.3s;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:first-child {
	transform: rotate(45deg);
	transition: 0.3s;
	position: relative;
	top: 7.4px;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:nth-child(2) {
 display: none;
}
.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:last-child {
	transform: rotate(-45deg);
	transition: 0.3s;
}
.logo-responsive {
    display: none;
}
.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #66666699;
    padding-bottom: 10px;
}
.top-main-navigation {
    align-items: center;
    padding-top: 15px;
}
.top-logo .logo {
    width: 175px;
}
.logo-responsive img {
    width: 175px;
}
.search-top {
    display: flex;
    align-items: center;
    border: 1px solid #E6E6E6;
    padding-left: 11px;
    width: 100%;
    border-radius: 5px 0 0 5px;
    gap: 10px;
}
.search-top input {
    border: 0; 
}
.search-boxtop button {
border-radius: 0 5px 5px 0;
}
.search-top input:focus {
box-shadow: none;
}
.search-boxtop {
    display: flex;
}
.top-shop-details {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 14px;
}
.cart-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart-box p {
    margin-bottom: 0;
    font-size: 12px;
}
.cart-box strong {
    font-size: 13px;
}
.top-shop-details span {
    font-size: 24px;
}
.cart-center-line {
    font-size: 16px !important;
    color: #CCCCCC;
}
.cart-icon {
    position: relative;
    font-size: 23px;
    color: #1A1A1A;
}
.cart-number {
    position: absolute;
    top: -3px;
    right: -4px;
    background: var(--thm-color-one);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px !important;
}
.logo.stiky {
    display: none;
}
.header .navigation-wrapper.sticky .logo.stiky {
    display: block;
}

.breadcrumb {
  font-size: 16px;
  padding: 10px 15px;
  background: #F2F4F5;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #333;
}
.breadcrumb a {
    text-decoration: none;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #5F6C72;
}
.breadcrumb a i {
    font-size: 14px;
}
.breadcrumb nav {
    font-size: 15px;
}
.breadcrumb a:hover {
  color: var(--thm-color-one);
}

.breadcrumb .separator {
  color: var(--thm-color-one);
}

.breadcrumb .current {
  color: var(--thm-color-one);
  font-weight: 500;
}
/*Main Slider*/
.main-banner .slide-item {
    position: relative;
    z-index: 1;
    margin: 0;
}

.slider-content.home-pagee-two {
    margin-bottom: 29px;
}
/* .main-banner .slide-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.5;
} */
.slider-content h1 {
    font-size: 48px;
    text-transform: uppercase;
}
.slider-content ul {
	margin-bottom: 20px;
}
.slider-content .btn-first {
    border-radius: 30px;
    padding: 8px 45px;
}
.slider-content ul li {
	display: flex;
	align-items: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.slider-content ul li i {
	color: var(--thm-color-one);
	font-size: 22px;
	margin-right: 15px;
	width: 27px;
	height: 22px;
	text-align: center;
}
.main-banner .slick-dots {
    position: absolute;
    /* bottom: 20px; */
    width: 10%;
    height: 7%;
    /* left: 0; */
    top: 75%;
    right: 10%;
}
.counter-box {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 20px 0;
    flex-wrap: wrap;
}
.main-banner .slide-item {
	position: relative;
}
.main-banner .slide-item .waves {
	position: absolute;
	bottom: 0;
}
.category-sec {
    background: #F2F0F1;
}
.pet-image {
    position: relative;
}
.pet-title {
    margin-bottom: 0;
    background: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 6px 40px;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: -20px;
    left: 50%;
    color: var(--thm-color-one);
    transform: translateX(-50%);
    box-shadow: 0px 2px 4px 0px #00000026;
    transition: 0.5s all;
}
.pet-title:hover {
    background-color: var(--thm-color-one);
    color: #fff;
}

/*======================
4. About
========================*/
/* ------about -------------- */

.about-img.mr-5 img {
    width: 80%;
}
.subheader {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: end;
    height: 365px;
    background-image: url(../images/subheader.jpg);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
}
.subheader .col-12 {
    padding: 0 !important;
}
.subheader::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	background: rgb(0, 0, 0, 0.3);
}
.about-img.mr-5 {
    margin-right: 30px;
    display: flex;
    position: relative;
    justify-content: left;
    align-items: center;
}
.about-img.mr-5:before {
    position: absolute;
    content: '';
    top: 80px;
    right: 0;
    bottom: -50px;
    background-image: url(../images/about/1.jpg);
    width: 85%;
    background-position: center;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.hedding-title-sm-image h3 {
    margin-bottom: 0;
	color: var(--thm-color-one);
}
.hedding-title-sm-image {
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}
.hedding-title-sm-image:before {
    position: absolute;
    top: 80%;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--thm-color-one);
    width: 30px;
    height: 2px;
}
.hedding-title-sm-image:after {
    position: absolute;
    top: 80%;
    content: '';
    /* left: 0; */
    right: 36%;
    bottom: 0;
    background: var(--thm-color-one);
    width: 30px;
    height: 2px;
}
.hedding-title-sm-image img {
    padding-left: 35px;
}
.about-perra-item li {
    list-style: none;
}
.about-perra-item li i {
    border: 2px solid;
    border-radius: 50%;
    padding: 4px;
    margin-right: 18px;
    color: var(--thm-color-one);
}
.about-perra-item li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #aaa;
}
.about-perra-item {
    padding: 0;
}


.play-big-section {
    position: relative;
}
.play-big-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    
}

/*sidebar*/
.sidebar_wrap .sidebar .sidebar_widgets {
	padding: 20px;
	background: #fff;
	border: #eee solid 1px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.sidebar_wrap .sidebar .sidebar_widgets .widget_title {
	margin: -20px -20px 20px;
	padding: 20px;
}
.sidebar_wrap .sidebar .sidebar_widgets .categories li {
	position: relative;
	margin-bottom: 10px;
}
.sidebar_wrap .sidebar .sidebar_widgets .categories li:last-child {
	margin-bottom: 0px;
}
.sidebar_wrap .sidebar .sidebar_widgets .categories li a {
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
}
.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_img {
	flex: 0 0 80px;
	max-width: 80px;
	height: 80px;
}
.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title {
	flex: 0 0 calc(100% - 80px);
	max-width: calc(100% - 80px);
	padding: 5px 15px;
	width: 100%;
}
.information h6{background: #d6aa58; padding: 10px; width: 15%; border-radius: 25px; color: #fff;}
.job-title{background: #f7f7f7; padding: 10px 20px;}
.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title h6 {
	margin-bottom: 10px;
}
.blog-details .post-details-tags-social .tags a, .sidebar_wrap .sidebar .sidebar_widgets .tags a {
	display: inline-block;
	padding: 5px 15px;
	border: #eee solid 1px;
	margin: 0 5px 10px 0;
	background: #ffffff;
	font-weight: 600;
	border-radius: 50px;
	color: #838383;
}
.blog-details .post-details-tags-social .tags a:hover, .sidebar_wrap .sidebar .sidebar_widgets .tags a:hover {
	border-color: #333;
	color: #333;
}
/*======================
4. Blog Details
========================*/
.blog-details .post .post-wrapper .post-img, .blog-details .post .post-wrapper .blog-meta .blog-video iframe {
	height: 450px;
}
.blog-details .post .post-wrapper .blog-meta .post-meta-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta {
	display: flex;
}
.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date {
	position: absolute;
	right: 0;
	height: 75px;
	margin-top: 0;
	left: 20px;
	top: 20px;
}
.blog-details .post .post-wrapper .blog-meta .post-heading h2 {
	font-size: 30px;
	font-weight: 600;
}
.blog-details .post .post-wrapper .blog-meta .post-heading h2:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #333;
	margin-top: 20px;
}
.blog-details .post .post-wrapper .blog-meta .post-author {
	display: flex;
	align-items: center;
	margin-right: 15px;
	flex-wrap: wrap;
	width: auto;
	border: none;
}
.blog-details .post .post-wrapper .blog-meta .post-author .author-img {
	margin-right: 15px;
	flex: 0 0 40px;
	max-width: 40px;
	height: 40px;
	border-radius: 50%;
}
.blog-details .post-details-tags-social .tags-box {
	display: flex;
	align-items: flex-start;
}
.blog-details .post-details-tags-social .tags {
	margin-left: 15px;
}
.blog-details .post-details-tags-social .social-media-box ul {
	justify-content: flex-end;
}
.blog-details .post-details-tags-social .social-media-box ul li {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.blog-details .post-details-tags-social .social-media-box ul li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 1;
}
.sidebar_wrap .sidebar .sidebar_widgets {
	padding: 20px;
	background: #fff;
	border: #ccc solid 1px;
}
.sidebar_wrap .sidebar .sidebar_widgets .widget_title {
	margin: 0px 0px 0px;
	padding: 0 0 20px 0;
	position: relative;
	text-align: left;
}
.sidebar_wrap .sidebar .sidebar_widgets .widget_title:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #d6aa58;
	margin: 20px 0 auto;
}
.sidebar_wrap .sidebar .sidebar_widgets .widget_title h5 {
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
}
.blog-details .post-details-tags-social .social-media-box ul li .social-number {
	padding: 2px 10px;
	border-radius: 0px 15px 15px 0;
	margin-left: -8px;
	z-index: 0;
	font-size: 14px;
}
.fb {
	background-color: #3b5998;
}
.tw {
	background-color: #1da1f2;
}
.yt {
	background-color: #333;
}
.ldin {
	background-color: #0077b5;
}
.blog-details .post-author {
	display: flex !important;
	align-items: center;
	width: 100%;
}
.blog-details .post-author .author-img {
	flex: 0 0 150px;
	max-width: 150px;
	height: 150px;
	margin-right: 15px;
	border-radius: 0%;
}
.blog-details .post-author .author-caption {
	flex: 0 0 calc(100% - 165px)!important;
	max-width: calc(100% - 165px)!important;
	width: 100%;
	position: relative;
}
.blog-details .post-author .author-caption h5 {
	margin-bottom: 10px;
}
.blog-details .post-author .author-caption .authorpost {
	top: 0;
	position: absolute;
	right: 0;
}
.pagination-btn nav ul {
	justify-content: space-between;
}
.comment-box .children, .comment-box .comments {
	margin-bottom: 35px;
}
.comment-box .children {
	padding-left: 95px;
}
.comment-box .comments li.comment {
	list-style: outside none none;
	padding-left: 0;
	margin-bottom: 20px;
}
.comment-box .comments li article {
	display: flex;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.comment-box .comments li article .comment-avatar {
	margin-right: 20px;
	float: left;
	overflow: hidden;
	height: 80px;
	border-radius: 50px;
}
.comment-box .comments li article .comment-content {
	float: right;
	width: calc(100% - 50px);
}
.comment-box .comments li article .comment-content .comment-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.comment-box .comments li article .comment-content .comment-meta .comment-meta-reply .comment-reply-link {
	font-size: 20px;
	padding: 0 15px;
}
.comment-box .comments li article .comment-content .comment-meta .comment-meta-header .post-date .date {
	display: inline-block;
	padding: 8px 15px;
	position: relative;
	line-height: 10px;
	font-size: 14px;
	position: relative;
	color: #fff;
}
li.active.fw-500 {
    padding-left: 10px;
    color: #fff;
}
/*======================
11. Contact Us
========================*/
.contact-info-box:hover {
	background: #fff;
}
.contact-info-box {
	background: #fff;
	padding: 30px 0;
	text-align: center;
}
.contact-info-box i {
	height: 75px;
	width: 75px;
	color: #fff;
	background: var(--thm-color-one);
	border-radius: 50%;
	line-height: 75px;
	font-size: 30px;
	margin-bottom: 25px;
	display: inline-block;
}
.contact-info-box h6 {
	line-height: 26px;
}
/* ---------play btn------------------ */

@keyframes spin {
  to { transform: rotate(360deg); }
}

.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease, 
              opacity 1s ease;
}

.icon {
  transform: scale(.8);
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

#play:hover {
  .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300;
  }
  .icon {
    transform: scale(.9);
  }
}

i.icon.fa-solid.fa-play {
    font-size: 45px;
    color: var(--thm-color-one);
}
#play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
}
button.btn-play-modal {
    position: absolute;
    top: 50%;
    left: 50%;
}
.modal-dialog {
    max-width: 500px;
    margin: 10.75rem auto;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border: 0px solid rgba(0,0,0,.2);
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-bottom: 0px solid #dee2e6;
}


/*galleryy*/

.gallery-image {
    padding-bottom: 10px;
    padding: 3px 3px;
}

.img-container-grid{
    display:flex;
    flex-wrap: wrap;
  }
  
  .smallsquare {
    max-width: 35%;
    height: auto;
    flex: 0 0 33%;
    padding-top: 30%;
    display: grid;
    position: relative;
}
  
  .h_rectangle{
    max-width: 40%;
    flex: 0 0 40%;
    padding-top:20%;
    position:relative;
  }
  
  .bigsquare {
    max-width: 30%;
    /* height: auto; */
    flex: 0 0 30%;
    padding-top: 25%;
    display: grid;
    position: relative;
}
  
  
  
  .bigsquare_blank{
    max-width:40%;
    height:auto;
    flex:0 0 40%;
    display:flex;
    flex-wrap: wrap;
  }
  .inner_square{
    max-width:50%;
    flex: 0 0 50%;
    height:50%;
    position:relative;
  }
  .v_rectangle{
    max-width: 20%;
    flex: 0 0 20%;
    padding-top:40%;
    position:relative;
  }
  
  .img-grid-c{
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    object-fit:cover;
    object-position:center;
    padding:2.5px;
  }

  .experience-sec.d-flex {
    justify-content: space-between;
    align-items: center;
}
.counter-number-box.Counter {
    text-align: center;
    border-right: 2px solid;
    border-right: 1px solid #0000001A;
    padding-right: 23px;
}
.count {
    font-size: 30px;
    color: #000;
    line-height: 1;
}
.counter-number-box.Counter p {
    color: #00000099;
    font-size: 14px;
    margin-bottom: 0;
}
.satishfied-number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.satishfied-number span {
   font-size: 35px;
   color: var(--thm-color-one);
   padding-left: 5px;
    line-height: 0;
}

.testiminial-img {
    text-align: center;
    justify-content: center;
    display: flex;
}

/* --------------testimonial start---------------- */

.testimonial-section .section-heading p {
    margin-top: 15px;
    color: #fff;
}
.testimonial-section .section-header .section-heading h3 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
}
.testiminial-img {
    /* text-align: center; */
    /* justify-content: center; */
    display: inline-block;
    margin-top: 30px;
}
.testimonial-section {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.testi-image {
    display: flex;
    align-items: center;
}
.testi-name h6 {
    margin-bottom: 0;
}
.testi-name p {
    margin-bottom: 0;
	color: #000;
	margin-top: 0 !important;
}
.testi-box span i {
	color: var(--thm-color-one);
}
.testi-name {
    padding-left: 20px;
}
.testi-box p {
    color: #000;
    margin-top: 11px;
    padding-right: 70px;
}
.item {
    text-align: center;
    display: flex;
    justify-content: center;
}
.inner {
    max-width: 590px;
}
.excert.test-p p {
    font-weight: 300;
}
.testiminial-img img {
    border: 5px solid var(--thm-color-one);
    border-radius: 50%;
}

.slick-dots {
    position: absolute;
    bottom: -20%;
}
.testimonial-slider .slick-dots li button {
    font-size: 0px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    margin: 0 5px;
    transition: 0.6s all;
    border: 2px solid #fff;
}
.testimonial-slider .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    /* border-radius: 50px; */
    background: var(--thm-color-one);
    border: 2px solid var(--thm-color-one);
}

/* --------------blog start-------------------------- */


.post-img img {
    width: 100%;
	position: relative;
}
.blog-date h6 {
	color: #fff;
	margin-bottom: 0;
}
.blog-date p {
	color: #fff;
	margin-bottom: 0;
}
.blog-date {
    background-color: var(--thm-color-one);
    position: absolute;
    top: 15px;
    padding: 8px 20px;
    left: 15px;
	text-align: center;
}
.blog-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px;
    position: relative;
    border: 0.94px solid #E4E7E9;
    padding: 10px;
    box-shadow: 0px 7.52px 22.55px 0px #0000000A;
    min-height: 550px;
}
.blog-meta {
    padding: 15px 10px;
}
.pposst-date i {
    color: var(--thm-color-one);
    font-size: 18px;
}
.pposst-date {
    /* color: var(--thm-color-one); */
    color: #475156;
	padding-bottom: 10px;
}
.pposst-date span {
	padding-right: 15px;
}
.post-heading h6 {
    line-height: 2;
    margin-bottom: 8px;
}
.blog-more {
    display: flex;
    justify-content: space-between;
}
.learn-more {
    border: 1px solid #035D5A;
    padding: 4px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.5s all;
}
a.learn-more:hover {
    background: #035D5A;
    color: #fff;
}
.learn-more i {
   transition: 0.5s all;
}
.learn-more:hover i {
    transform: translateX(5px);
}
.post-btn {
    font-style: italic;
}
.post-heading p {
    color: #77878F;
    line-height: 1.5;
    font-size: 14px;
}
.copyright-menu a{
    padding: 0px 5px;
}
/*back to top*/
#back-top {
	text-align: center;
	display: none;
}
#back-top a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 0px;
	text-align: center;
	line-height: 36px;
	border: var(--thm-color-one) solid 1px;
	color: #ffffff;
	border-radius: 50%;
	background: var(--thm-color-one);
	transition-duration: 0.3s;
	font-size: 18px;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
	position: fixed;
	z-index: 100;
	bottom: 60px;
	right: 20px;
}

/* ------------footer start----------------- */

.social-links.mt-3 {
    margin-bottom: 25px;
}
.copyright-text {
    color: #00000099;
    text-align: center;
}
.footer-links p i {
    /* padding-right: 10px; */
    color: #000;
    border: 1px solid var(--thm-color-one);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
	background-color: var(--thm-color-one);
}
.footer-links ul {
    padding: 0;
}
.footer-links p {
    margin: 20px 0;
    display: flex;
    align-items: baseline;
    color: #00000099;
}
.social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.social-links a i {
    background-color: #fff;
    color: var(--thm-color-one);
    border-color: var(--thm-color-one);
    transition: 0.5s all;
}
.social-links a i:hover {
    background-color: var(--thm-color-one);
    color: #fff;
}
.footer-links h5 {
    font-weight: 400;
}
.ft-items li a {
    color: #00000099;
    font-size: 15px;
    transition: 0.5s all;
}
.ft-items li a:hover {
    color: var(--thm-color-one);
}
.ft-items li {
    padding-bottom: 10px;
}
.ft-items.contact-items li i {
    width: 30px;
    background: #fff;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
     color: var(--thm-color-one);
}
.footer-links ul li a:hover {
    color: var(--thm-color-one);
}
.border-top-light-15 {
    padding: 20px 10px;
    border-top: 1px solid #0000001A;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 75px;
    padding-top: 40px;
}
.copyright-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ft-payment-image {
    display: flex;
    align-items: center;
    gap: 14px;
    /* background: #fff; */
}
.ft-payment-image li {
    background-color: #fff;
    border-radius: 5px;
    padding: 3px 13px;
    box-shadow: 0px 4.48px 8.96px 0px #B7B7B714;
}


/* -----------------services start------------------------ */

.services-image {
    background: var(--thm-color-one);
    padding: 45px;
    border-radius: 50%;
    width: 45%;
}
.services-box {
    text-align: center;
}
.services-center {
    display: flex;
    justify-content: center;
}
.service-perra {
    padding: 20px;
}
.service-perra p {
    color: #000;
}


.contact-add-item li span {
	color: var(--thm-color-one);
}
.contact-add-item li {
    font-size: 18px;
    color: #a4a4a4;
}
.newsleteer-title h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.newsleteer-title {
    position: relative;
    /* text-align: center; */
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    padding: 40px 50px;
    border-radius: 20px;
    /* background-color: var(--thm-color-one); */
    gap: 248px;
    bottom: -75px;
    z-index: 0;
}
.newsletter-form .btn-first.btn-submit {
    width: 40%;
    background: #035d5a;
    color: #fff;
    white-space: nowrap;
    border-radius: 30px;
}
.newsletter-form i {
    font-size: 20px;
    color: #00000066;
}
.newsleteer-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/subscribe.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
}
.newsleteer-title:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-color-one);
    z-index: -1;
    opacity: 0.8;
    border-radius: 20px;
}

.newsletter-form input {
    padding: 0;
    border: 0px solid #fff;
    color: #000;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
}
.newsletter-form {
    padding: 15px 11px;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #000;
    position: relative;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.newsletter-form button.btn-first.btn-submit:hover {
    color: #fff;
}

.ft-arrow li i {
    color: #fff;
    padding-right: 10px;
}

.ft-arrow li {
    line-height: 2.5;
}
.contact-form input {
    border-color: var(--thm-color-one);
}
.contact-form textarea {
    border-color: var(--thm-color-one);
}

.page-404 {
    background-image: url(../images/agent4.jpg);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    background-size: cover;
    background-position: top;
}
.page-404 .page-404-text {
	width: 100%;
	text-align: center;
	border: 10px solid var(--thm-color-one);
	margin: 0 auto;
	border-radius: 8px;
}
.page-404 .page-404-text .text-wrapper h1 {
	font-size: 12vw;
	line-height: 1;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.page-404 .page-404-text .text-wrapper h6 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #000000;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
/*======================
10. Coming Soon
========================*/
.coming-soon {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}
/*.coming-soon .coming-soon-img {
    min-height: 450px;
}*/
.coming-soon .coming-soon-text {
    padding: 80px 40px;
    text-align: center;
    background: #70bfb4;
}
.coming-soon .coming-soon-text h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10.5px;
}
.coming-soon .coming-soon-text .counter {
    display: flex;
    justify-content: center;
    margin: 0px 0px 30px;
}
.coming-soon .coming-soon-text .counter .counter-box {
    text-align: center;
    width: 25%;
    padding: 0 15px;
    margin: 0 15px;
    position: relative;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.coming-soon .coming-soon-text .counter .counter-box .inner-box {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1;
    margin-top: 20px;
    font-weight: 600;
}
.coming-soon .newsletter-form .group-form .input-group-append {
    pointer-events: all;
    width: 80px;
    color: #fff;
}
.coming-soon .coming-soon-contact ul li {
    text-align: center;
    width: 33.33%;
    margin-bottom: 20px;
}
.coming-soon .social-media ul {
    justify-content: center;
    display: flex;
}
.coming-soon .social-media ul li {
    margin: 0 10px;
    font-size: 22px;
}
.text-light-dark.fw-600.d-block {
    color: #fff;
}
.input-group-append {
    background: red;
}
.custom-flex {
    display: flex;
}
.text-custom-white {
    color: #fff;
}

.form-control.form-control-custom {
    width: 100%;
}
.input-group-append {
    position: absolute;
    right: 5px;
    top: 5px;
}
.form-control.form-control-custom {
    border: 2px solid #eeebeb;
}
.custom-flex a:hover {
    color: #fff;
}




/*------------------*/
.section-title {
	position: relative;
	z-index: 1;
}


/*----faq start----*/
.accordions h3 {
text-align: left;
font-weight: bold;
font-family: “Inter”, sans-serif;
}
.accordion-item {
background-color: #fff;
border-radius: 5px;
color: #ffffff;
margin-bottom: 20px;
border: 2px solid #d6d5da;
}
.accordion-item .accordion-title {
cursor: pointer;
padding: 20px;
transition: transform 0.4s ease-in-out;
}
.accordion-item .accordion-title.active-title {
    background-color: #d6aa58;
    color: #000;
    border-radius: 3px 3px 0 0;
}
.accordion-item .accordion-title.active-title h3 {
color: #fff;
}
.accordion-item .accordion-title h3 {
font-weight: 700;
margin: 0;
justify-content: space-between;
font-weight: bold;
font-size: 18px;
display: flex;
}
.accordion-item .accordion-title i.fa-chevron-down {
transform: rotate(0);
transition: 0.4s;
}
.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
transform: rotate(-180deg);
color: #fff;
}
.accordion-item .accordion-content {
display: none;
line-height: 1.7;
color: #100e34;
padding: 20px;
background-color: #ffffff;
border-radius: 0 0 5px 5px;
}
.accordion-item .accordion-content.active {
display: block;
}
.accordion-item .accordion-content p {
margin: 0;
font-size: 16px;
font-family: “Nunito Sans”, sans-serif;
}
.details {
background: #dce1f2;
}
.details .detailed_info {
margin: 50px auto;
}
.details img {
margin: 0 auto;
display: block;
}
.details h3 {
font-weight: bold;
font-size: 20px;
font-family: “Poppins”, sans-serif;
}
.details p {
font-size: 16px;
line-height: 1.5em;
font-family: “Nunito Sans”, sans-serif;
}
.details ul li {
font-size: 16px;
line-height: 1.7em;
font-family: “Nunito Sans”, sans-serif;
}
	/*----faq end----*/
	
	/*-----t & c----*/

.perra-cheched i {
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 35px;
    display: flex;
    background: var(--thm-color-one);
    color: #fff;
    margin-right: 15px;
    margin-top: 8px;
}
.thm-btn.term-btn-one {
    border: 2px solid;
    color: var(--thm-color-one);
    transition: 0.5s  all;
    padding: 6px 20px;
}  
.thm-btn.term-btn-two {
    border: 2px solid var(--thm-color-one);
    background: var(--thm-color-one);
    margin-left: 20px;
     padding: 6px 20px;
}
.thm-btn.term-btn-one:hover {
    background: var(--thm-color-one);
    color: #fff;
    border: 2px solid var(--thm-color-one);
}
.thm-btn.term-btn-one:focus {
    background: var(--thm-color-one);
    color: #fff;
    border: 2px solid var(--thm-color-one);
}
.order-list-deliver p {
    color: #475156;
}

/*------------------*/
/*modal*/

.modal-dialog {
    max-width: 600px;
    margin: 10.75rem auto;
}
.modal-content {
    background-color: transparent;
}

.modal-header {
    /* padding: 0; */
    border-bottom: 0px solid #dee2e6;
    justify-content: end;
}
.modal-footer {
    padding: .75rem;
    border-top: 0px solid #dee2e6;
}

.search-modal input {
    width: 100%;
    padding: 7px 20px;
    background: transparent;
    color: #fff;
    border: 2px solid;
    border-radius: 30px;
}
.modal-header button {
    /* background: #fff; */
    padding: 0px 13px;
    border-radius: 6px;
    font-size: 25px;
    color: #fff;
    border: 2px solid;
}

.rounded-circle {
    border-radius: 0%!important;
}



/*----checkout start----*/

.progress-round .step.active {
   
    border: 1px solid var(--thm-color-one);
    background: var(--thm-color-one) !important;
    color: #fff !important;
}
.progress-round .step {
     width: 35px;
    height: 35px;
    border: 2px solid #e9e9e9;
    background: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
}
.title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #2e2e2e;
    text-align: center;
    font-size: 25px;
}
.progress-round {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-around;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    /* justify-content: center; */
    align-items: center;
}
.progress-round .step::after {
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 44px;
    width: 340px;
    height: 2px;
    content: '';
    background-color: #efefef;
}

.billing-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.billing-info h4 {
    margin-bottom: 0;
    padding-right: 50px;
    font-size: 22px;
}
.billing-info a {
    color: var(--thm-color-one);
    text-decoration: underline;
}
.contact-form-text span {
    padding-left: 30px;
}
.contact-form-text label {
    color: #000;
}
.login-eye.toggle-password {
    padding: 0;
}
 input {
    color: #475156;
}
.delivers-work h6 {
    margin-bottom: 0;
    color: var(--thm-color-one);
    font-size: 16px;
}
.delivers-work {
    padding: 10px 20px;
    margin-bottom: 0px;
}
.delivers {
    border-radius: 10px;
    /*border: 1px solid;*/
    margin-bottom: 30px;
}
.address-text p {
    color: #000;
    font-size: 15px;
}
.deliver-address .list {
    margin-bottom: 10px;
}
.list__item i {
    padding: 0 10px;
    /* color: gray; */
}
.deliver-address .address-text {
    padding-left: 25px;
}

.panel-body {
    padding: 35px 80px;
    flex: 1;
    /* border: 1px solid; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.step {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 30px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #efefef;
}
 .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00603866;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Popup Box */
.popup-content {
    background: #fff;
    padding: 4px;
    width: 500px;
    height: 600px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease;
}
.close-btn {
    position: absolute;
    top: 4px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    z-index: 99;
}
/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
.step::before {
    color: #2e2e2e;
    position: absolute;
    top: 50px;
    font-size: 16px;
}
 
.step:last-child:after {
  content: none;
}
 
.step.active {
  background-color: #1abc9c;
}

.step:nth-child(1):before {
  content: 'Cart';
}
.step:nth-child(2):before {
  right: -40px;
  content: 'Confirmation';
}
.step:nth-child(3):before {
  right: -30px;
  content: 'Payment';
}
.step:nth-child(4):before {
  right: 0;
  content: 'Finish';
}
.payment-method {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
 
.method {
  display: flex;
  flex-direction: column;
  width: 382px;
  height: 122px;
  padding-top: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: rgb(249, 249, 249);
  justify-content: center;
  align-items: center;
}
 
.card-logos {
  display: flex;
  width: 150px;
  justify-content: space-between;
  align-items: center;
}
 
.radio-input {
  margin-top: 20px;
}
.ship-to  {
    display: flex;
    justify-content: space-between;
}
 .ship-to p {
    margin-bottom: 10px;
    color: #475156;
    font-size: 14px;
}
.shipping-details p {
    color: #475156;
    font-size: 14px;
}
 .ship-change {
    color: var(--thm-color-one);
    text-decoration: underline;
}
b, strong {
    font-weight: bolder;
    color: #000;
}
.shipping-details-type ul li {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-weight: 600;
}
.shipping-details-type ul li {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.ship-type {
    color: #475156;
    font-size: 14px;
    font-weight: 400;
}
.ship-discount li {
    display: flex;
    justify-content: space-between;
}
.sip-coupan span {
    color: var(--thm-color-one);
}

.gfhjjgjghg {
    border-top: 1px solid #f4f4f4;
    
}
.fgdfh {
    padding-right: 55px;
    border-right: 1px solid #f4f4f4;
    padding-top: 35px;
}
.col-lg-4.fgdf {
    padding-top: 35px;
}


/*----checkout end----*/

/*----login start----*/

.login-bottom.text-center {
    display: flex;
    align-items: center;
}
.login-sec {
    background-color: #f5f5f5;
    padding: 30px;
}
.login-btn {
    background: var(--thm-color-one);
    padding: 8px 35px;
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    transition: 0.5s all;
    width: 100%;
    display: block;
}
.login-btn:hover {
    background-color: #000;
}
.login-btn i {
    padding-right: 6px;
}
.login-with-line {
    position: relative;
    margin: 35px 0;
    text-align: center;
}

.login-with-line:before {
    position: absolute;
    content: '';
    top: 13px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 270px;
    height: 2px;
    background: gray;
}
.login-with-line:after {
    position: absolute;
    content: '';
    top: 13px;
    right: 0;
    bottom: 0;
    width: 270px;
    height: 2px;
    background: gray;
}
.remember {
    display: flex;
    justify-content: space-between;
}
.forge-pass p {
    color: #ff0000;
    cursor: pointer;
}
.login-btn.text-center button {
    width: 47%;
}
.login-eye {
    position: absolute;
    top: 45px;
    right: 5%;
    cursor: pointer;
    color: lightgray;
}
.contact-form-text {
    position: relative;
}
.fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
    position: absolute;
    top: 45px;
    right: 5%;
}

/*----login end----*/


/*---- payment start ----*/

.pay-amount-enter {
    display: flex;
    justify-content: space-between;
    border: 1px solid darkgray;
    padding: 10px;
    align-items: center;
    border-radius: 5px 5px 0 0;
}
.enter-amount-price {
    border: 1px solid darkgray;
    padding: 3px 15px;
    border-radius: 5px;
}
.enter-amount-price.price-big-two {
    border: 0;
}
.pay-amount-enter.border-btt {
    border-radius: 0 0 5px 5px;
}
.pay-amount {
    margin-bottom: 25px;
}
.pay-amount-enter.border-none {
    border-radius: 0;
}
.invoice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.invoice button {
    background: var(--thm-color-one);
    color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
    transition: 0.5s all;
}
.invoice button:hover {
    background-color: #000;
}
.order-detail h6 {
    margin-bottom: 10px;
}
.icon-order i {
    background: var(--thm-color-one);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.reward {
    display: flex;
}
.supercoin span {
    color: #000;
}
span.icon-order {
    color: #000;
}
.order-detail p {
    color: #000;
}
.order-box {
    border: 2px solid #ededed;
    border-radius: 5px;
    margin-bottom: 30px;
}
.order-detail {
    padding: 25px 10px;
    align-items: center;
}
.order-box-border{
    border-right: 1px solid #ededed;
}
.order-brass h6 {
    margin-bottom: 0;
}
.order-brass  {
    padding-left: 15px;
}
.review-rate p {
    margin-bottom: 0;
    color: var(--thm-color-one);
}
.review-rate {
    margin-top: 20px;
}

.progressbar {
  counter-reset: step;
}
.progressbar li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    width: 23.33%;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.progressbar li:before {
    /* content: counter(step); */
    /* position: absolute; */
    content: '';
/*    counter-increment: step;*/
    width: 20px;
    height: 20px;
    line-height: 7px;
    border: 11px solid var(--thm-color-one);
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
}
.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--thm-color-one);
    top: 10px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: var(--thm-color-one);
}
.progressbar li.active:before {
    border-color: var(--thm-color-one);
}
.progressbar li.active + li:after {
  background-color: var(--thm-color-one);
}
.fgdfg {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.fgdfg ul {
    font-size: 14px;
}
.order-detaildf h6 {
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 32px;
}
.counter-list {
    display: flex;
    justify-content: space-between;
}
.counter-list p {
    max-width: 150px;
    font-size: 12px;
}
p.policy-perra {
    padding: 30px 20px;
}


/*---- payment  end----*/


/*---- oeder-list start ----*/

.search-box input {
    width: 85%;
    padding: 5px 15px;
    border-radius: 5px;
    border: 2px solid #ededed;
    position: relative;
}
.search-box {
    position: relative;
    text-align: center;
}
.search-box span {
    position: absolute;
    right: 7%;
    top: 0px;
    background: var(--thm-color-one);
    color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 6px 15px;
    border: 1px solid var(--thm-color-one);
    transition: 0.5s all;
}
.search-box span:hover {
    background-color: #000;
}
.search-box i {
    padding-right: 10px;
}
.order-list-filter-list label {
    width: 100%;
    padding-bottom: 10px;
    color: #475156;
    font-size: 14px;
}
.order-list-filter-list {
    padding-bottom: 20px;
}
.order-item-delivered td {
    border: 0;
}
.order-item-delivered {
    border: 1px solid var(--thm-border);
    text-align: start;
}

.order-item-delivered td h6 {
    margin-bottom: 0;
}
.order-list-deliver {
    text-align: end;
    padding-right: 25px;
}
.order-price {
    text-align: center;
    color: #000;
    font-weight: 600;
}

.table-grouph table {
    margin-top: 30px;
}

/*---- oeder-list  end----*/

/*---- my account  strat----*/

.account-image {
    display: flex;
    align-items: center;
}
.account-image-name h6 {
    margin-bottom: 0;
}
.account-image-name {
    padding-left: 20px;
}
.jhon-doe {
    position: relative;
}
.jhon-doe i {
    position: absolute;
    bottom: 0;
    right: 8%;
    background: var(--thm-color-one);
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.linked-account h6 {
    margin-bottom: 0;
}
.google-sign {
    display: flex;
    justify-content: space-between;
}
.google-image h6 {
    margin-bottom: 0;
}
.google-image p {
    margin-bottom: 0;
}
.account-left-details {
    margin-bottom: 15px;
}
.account-left-details span {
    padding-left: 6px;
}
.account-left {
    position: relative;
    margin-bottom: 50px;
}
.account-left:before {
    position: absolute;
    content: '';
    top: 0;
    /* left: 0; */
    right: 50px;
    bottom: 0;
    width: 1px;
/*    height: 140vh;*/
    background: #f4f4f4;
    z-index: 1;
}
.account-left:after {
    position: absolute;
    content: '';
    top: 38px;
    right: 48px;
    bottom: 0;
    width: 4px;
    height: 55px;
    background: var(--thm-color-one);
    z-index: 2;
}


/*---- my account  end----*/

.range-slider.project {
    position: relative;
    padding-top: 30px;
}

.contact-form-text input {
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 15px;
    border: 2px solid #f4f4f4;
    transition: 0.3s all;
    background-color: #fff;
    border-radius: 10px;
}
.contact-form-text input:focus {
    border: 2px solid var(--thm-color-one);
}

.form-textaree textarea {
    width: 100%;
    height: 149px;
    padding: 5px 15px;
    border: 2px solid #f4f4f4;
    transition: 0.3s all;
}
.ct-b textarea {
    background: #fff;
}
.form-textaree textarea:focus {
    border: 2px solid var(--thm-color-one);
}

.btn.thm-btn.contact-button {
    border: 2px solid var(--thm-color-one);
     color: #fff; 
    margin-top: 15px;
    width: 100%;
    background-color: var(--thm-color-one);
    border-radius: 10px;
}

.contact-button:hover {
    color: var(--thm-color-one) !important;
    border: 2px solid #ff6819;
    background-color: #fff !important;
    
}
.contact-button:focus {
    color: var(--thm-color-one) !important;
    border: 2px solid #ff6819;
    background-color: #fff !important;
}
.contact-form {
    padding: 30px;
    border: 1px solid #e8e8e8;
}
.contact-hedding h5 {
    font-weight: 500;
}
.contact-map img {
    width: 100%;
    height: 520px;
}


.color-red {
    color: red !important;
}
select {
    appearance: auto;
    border: none;
    color: #475156;
    background: #fff;
    border: 2px solid #f5f4f4;
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.order-detail img {
    width: 40%;
    height: 90px;
}
.order-item-delivered td img {
    /* width: 50%; */
    height: 100px;
}
.policy-perra p {
    color: #475156;
}
.terms-detail p {
    color: #475156;
}



/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--thm-color-one);
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}

.brand-item {
    box-shadow: 0px 0px 8px 0px #00000026;
    padding: 25px;
    border-radius: 10px;
    height: 232px;
    display: flex;
    object-fit: cover;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.brand-section {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 25px;
}
.headding-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.small-link {
    font-size: 16px;
}
.small-link:hover {
    color: #000;
}
.product-left-box {
    background-color: var(--thm-color-one);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.feature-box h3 {
    color: #fff;
}
.feature-box p {
    color: #fff;
    margin-bottom: 0;
}
.feature-box a.btn-first.btn-small {
    background: #fff;
    color: var(--thm-color-one);
    border-radius: 30px;
    width: 100%;
}
.feature-box img {
    padding: 22px 0;
}
.product-card {
    border: 0.94px solid #E4E7E9;
    padding: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
     margin-bottom: 20px; 
    background: #fff;
    box-shadow: 0px 0px 8px 0px #00000026;
    border-radius: 10px;
}
.product-image {
    position: relative;
    transition: 0.5s all;
    overflow: hidden;
}
.product-card:hover .product-image img {
    transform: scale(1.050);
}
.product-image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #388b70;
    opacity: 0.5;
    width: 0%;
    height: 100%;
    z-index: 0;
    opacity: 0;
     transition: 0.5s all;
}
.product-card:hover .product-image:before {
    opacity: 0.5;
    width: 100%;
}
.product-card:hover .product-icon {
    opacity: 1;
    top: 50%;
}
.product-icon {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 0%;
    gap: 10px;
    opacity: 0;
     transition: 0.5s all;
    transform: translateX(-50%);
}
.product-icon li {
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
}
.product-icon li:hover {
    background: var(--thm-color-one);
    color: #fff;
}
.discount-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    background: var(--thm-color-one);
    color: #fff;
    border-radius: 5px;
    padding: 2px 6px;
}
.product-details {
    padding: 10px 0;
}
.product-details p {
    margin: 0;
    line-height: 1.5;
    /* color: #000; */
}
.product-details-title {
    margin-bottom: 10px !important;
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-line-thourth {
    text-decoration: line-through;
    color: #77878F;
    padding: 0 7px;
    font-size: 16px;
}
.color-red.text-sm {
    font-size: 12px;
    font-weight: 600;
    padding: 0 9px;
}
.product-image img {
    /* width: 100%; */
    height: 150px;
    object-fit: cover;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-item {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: none;
    width: 100%;
    padding: 1rem;
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
    gap: 10px;
}

.faq-item.active .faq-question {
  background-color: var(--thm-color-one);
  color: #ffffff;
}
.faq-question {
    color: var(--thm-color-one);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* Enough to fit your content */
  padding: 1rem;
}
.faq-question .arrow {
    border: 1px solid;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-question .arrow {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
    background: #038480;
}
.faq-answer p {
    color: #000;
}
.faq-question span {
    text-align: left;
    display: flex;
    align-items: flex-start;
    width: 82%;
}

.product-list-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.product-list-box {
    margin-bottom: 20px;
}
.product-list-item li label {
    transition: 0.5s all;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    color: #475156;
}
.product-list-item li label:hover {
    color: var(--thm-color-one);
}
.productlist-single-item {
    border: 3.76px solid #035D5A33;
    padding: 20px;
    text-align: center;
}
.productlist-single-item h3 {
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 5px;
    color: var(--thm-color-one);
}
.productlist-single-item p {
    margin-bottom: 3px;
    color: #000;
    font-size: 14px;
}
.price-item {
    font-size: 14px;
    color: #475156;
    margin: 15px 0;
}
.price-item span {
    background: var(--thm-color-one);
    color: #fff;
    padding: 4px 9px;
    border-radius: 5px;
}
.btn-first.btn-small.rounded {
    border-radius: 30px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    margin-bottom: 15px;
}
.btn-first.btn-small.rounded.bg-light {
    color: var(--thm-color-one);
}
.list-page-search {
    border: 1px solid #E4E7E9;
    padding: 5px 10px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-page-search input {
    border: 0px solid #E4E7E9;
}
.sort-by {
    display: flex;
    align-items: center;
    gap: 11px;
    white-space: nowrap;
}
.sort-select {
    margin-bottom: 0;
    border-color: #E4E7E9;
    border-radius: 0;
}
.filter-top p {
    color: #5F6C72;
    font-size: 14px;
    margin-bottom: 0;
}
.filter-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    background: #F2F4F5;
    padding: 11px 24px;
    margin-top: 14px;
}
.pagination-container {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
    margin-top: 50px;
    justify-content: center;
}

.page-btn, .nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #E4E7E9;
    background-color: white;
    color: #000;
    /* font-weight: bold; */
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}
.page-btn:hover,
.nav-btn:hover {
  background-color: #1b7571;
  color: white;
  border-color: #1b7571;
}

.page-btn.active {
  background-color: #1b7571;
  color: white;
}
.rating-icon i {
    color: #FA8232;
}
.application-width {
    width: 53% !important;
}
.rating-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.rating-text span {
    color: #5F6C72;
}
.details-product-sku {
    columns: 2;
    font-size: 14px;
    color: #5F6C72;
}
.color-green {
    color: #2DB224;
}
.details-price {
    display: flex;
    align-items: center;
    position: relative;
    margin: 20px 0;
    font-size: 20px;
}
.details-price .discount-text {
    position: relative;
}
.product-item-text-details {
    color: #475156;
    font-size: 14px;
    margin-bottom: 30px;
}
.product-item-text-details li strong {
    width: 33%;
    display: inline-block;
}
.product-item-text-details li {
    padding-bottom: 7px;
}
.details-button-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #475156;
    font-size: 15px;
}
.details-button-inline .countera {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    padding: 6px 12px;
    gap: 16px;
    width: fit-content;
    margin-bottom: 15px;
}

.details-button-inline .counter-btna {
  border: none;
  background: none;
  font-size: 18px;
  color: #4b5563;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-button-inline #counterValue {
  border: none;
  text-align: center;
  font-size: 16px;
  width: 30px;
  background: none;
  color: #1f2937;
}
.share-box {
    display: flex;
    align-items: center;
    gap: 17px;
    color: #475156;
}
.social-icons {
    color: #5F6C72;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s all;
}
.social-icons i:hover {
    color: var(--thm-color-one);
}
.shopping-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}
.shopping-box p {
    margin-bottom: 0;
    border: 1px solid #E4E7E9;
    padding: 11px 14px;
    border-radius: 5px;
    color: #191C1F;
    display: flex;
    align-items: center;
    gap: 11px;
}
.shopping-box p i {
    color: var(--thm-color-one);
    font-size: 20px;
}
.shipping-support p {
    background: #F2F0F1;
    padding: 9px 19px;
    color: #191C1F;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
}
.shipping-support {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* -----details page------- */
.product-details-right {
    padding-left: 45px;
}
.slider-for {
  margin: 0 auto;
  margin-bottom: 20px;
}
.slider-for img {
    width: 100%;
    height: 400px !important;
    height: auto;
    border: 1px solid #D9D9D9;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    object-fit: contain;
}

.slider-nav {
  /* width: 320px; */
  margin: 0 auto;
}

.slider-nav img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  padding: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  background: white;
}

.slider-nav .slick-current img {
  border-color: #006666;
}
.product-img {
    height: 70px;
}
.cart-title {
  flex: 1;
}
.cart-title h5 {
    margin-bottom: 0;
    font-size: 19px;
}
.cart-title p {
   color: #475156;
   margin-bottom: 0;
}
.price {
    font-weight: bold;
    color: var(--thm-color-one);
}

.quantity-box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.qty-btn {
  padding: 0px 10px;
  font-size: 18px;
  background: var(--thm-color-one);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.qty-input {
  width: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.total-price {
  font-weight: bold;
  margin-left: 20px;
  color: var(--thm-color-one);
}
.cart-summary {
    border: 1px solid #ccc;
    padding: 16px;
    border-radius: 5px;
}
.cart-table th, .cart-table td {
    padding: 5px 10px;
}
.checkout-btn {
  background: var(--thm-color-one);
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}
.cart-summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 14px;
}
.cart-summary-item p {
   margin-bottom: 0;
   font-size: 14px;
}
.wish-delete {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    border: 1px solid #fff;
    background: #fff;
    width: 30px;
    height: 30px;
    color: red;
}

.login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    background: radial-gradient(circle,rgba(162, 242, 238, 1) 0%, rgba(3, 93, 90, 1) 100%);
    background: radial-gradient(circle,rgba(183, 247, 244, 1) 0%, rgba(3, 93, 90, 1) 100%);
}

.login-container {
  max-width: 400px;
  width: 100%;
  background: #ffffffbd;
    border: 1px solid #7baba0;
  padding: 40px 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 12px;
}
.login-box input {
    background: transparent;
}
.login-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

/* Button Style */
.login-button {
  width: 100%;
  padding: 14px;
  background-color: #007BFF;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login-button:hover {
  background-color: #0056b3;
}
.otp-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  background: radial-gradient(circle,rgba(183, 247, 244, 1) 0%, rgba(3, 93, 90, 1) 100%);
  
}

.otp-container {
    background: #ffffffbd;
    border: 1px solid #7baba0;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.otp-title {
  font-size: 28px;
  margin-bottom: 10px;
  color: #333;
}

.otp-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

/* OTP Inputs */
.otp-inputs {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 25px;
}

.otp-inputs input {
  width: 50px;
  height: 55px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.3s;
}
.otp-inputs input:focus {
  outline: none;
  border-color: var(--thm-color-one);
}

/* Resend Text */
.resend-text {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
}
.resend-text a {
  text-decoration: none;
  font-weight: 500;
}
.resend-text a:hover {
  text-decoration: underline;
}

.order-title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
}
.order-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}
.order-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}
.order-body {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.product-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}
.order-details {
  flex: 1;
}
.product-name {
  margin: 0;
  font-size: 18px;
  color: #222;
}
.product-desc {
  margin: 5px 0 0;
  color: #777;
  font-size: 14px;
}
.order-price {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.order-footer {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    justify-content: end;
}
.order-footer .btn-first {
    padding: 4px 10px !important;
    border-radius: 5px;
    font-size: 13px !important;
}
.btn-first.cancel {
  background: #dc3545;
  border-color: #dc3545;
}
.ft-logo {
    width: 170px;
}
.order-check {
    border-radius: 50%;
    background: green;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.order-check.cancel {
    background: #ff0000;
}
.loader-wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(0, 152, 155, 1) 0.1%, #035d5a 94.2%);
    background-size: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.loading-container {
  width: 100%;
  max-width: 520px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 32px;
  
  &:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    animation: movingLine 2.4s infinite ease-in-out;
  }
}

@keyframes movingLine {
  0% {
    opacity: 0;
    width: 0;
  }

  33.3%, 66% {
    opacity: 0.8;
    width: 100%;
  }
  
  85% {
    width: 0;
    left: initial;
    right: 0;
    opacity: 1;
  }

  100% {
   opacity: 0;
   width: 0;
  }
}

.loading-text {
  font-size: 5vw;
  line-height: 64px;
  letter-spacing: 10px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-evenly;
  span {
    animation: moveLetters 2.4s infinite ease-in-out;
    transform: translatex(0);
    position: relative;
    display: inline-block;
    opacity: 0;
    text-shadow: 0px 2px 10px rgba(46, 74, 81, 0.3); 
  }
}

@for $i from 1 through 7 {
  .loading-text span:nth-child(#{$i}) {
    animation-delay: $i * 0.1s;
  }
}

@keyframes moveLetters {
  0% {
    transform: translateX(-15vw);
    opacity: 0;
  }
  
  33.3%, 66% {
    transform: translateX(0);
    opacity: 1;
  }
  
  100% {
    transform: translateX(15vw);
    opacity: 0;
  }
}
.product-icon li:hover a {
    color: #fff;
}
.address-card.selected {
    border: 2px solid var(--thm-color-one);
}
.address-card {
    padding: 20px;
    border: 2px solid #ccc;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

/*--------18-07-25 css------------------------*/
li.list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.edit-link.editBtn {
    font-size: 14px;
    gap: 0px !important;
}
.edit-link.editBtn i {
    padding: 0;
}
.coupon-card {
    background: var(--thm-color-one);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
    position: relative;
    margin: 0 10px;
}
.coupon-card .logo{
    width: 80px;
    border-radius: 8px;
    margin-bottom: 20px;

}
.coupon-card h3 {
    font-size: 14px;
    font-weight: 400;
    /* line-height: 23px; */
    color: #fff;
}
.coupon-card p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}
.coupon-row{
    display: flex;
    align-items: center;
    margin: 10px auto;
    width: fit-content;

}
.bg-popup {
    padding: 10px;
}
.cpnCode{
    border: 1px dashed #fff;
    padding: 5px 13px;
    border-right: 0;

}
.cpnBtn{
    border: 1px solid #fff;
    background: #fff;
    padding: 5px 13px;
    color: #7158fe;
    cursor: pointer;
}
.circle1, .circle2{
    background: #f0fff3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
.circle1{
    left: -20px;
}
.circle2{
    right: -20px;
}
.delivers {
    padding-right: 30px;
}
.address-card p {
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
}
.address-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.address-list-btn {
    border: 1px solid;
    color: var(--thm-color-one);
}
.address-list-btn:hover {
    background:var(--thm-color-one);
    color:#fff;
}
.coupan-btn {
    background: var(--thm-color-one);
    border-color: var(--thm-color-one);
    color: #fff;
    padding: 0 15px;
    border: 1px solid var(--thm-color-one);
}
.coupan-btn:hover {
    background: #000;
    border-color: var(--thm-color-one);
    border: 1px solid var(--thm-color-one);
}
.payment-methods {
    margin: 20px auto;
    /*padding: 20px;*/
    background: #fff;
    border-radius: 10px;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.1);*/
}

.payment-methods h6 {
  margin-bottom: 20px;
  font-size: 20px;
}

.payment-option {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: border 0.3s;
}

.payment-option input[type="radio"] {
  margin-right: 15px;
}

.payment-option:hover {
  border-color: var(--thm-color-one);
}

.pay-btn {
  width: 100%;
  padding: 10px;
  background: var(--thm-color-one);
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.pay-btn:hover {
  background: #000;
}

.order-image {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 8px 10px;
    border-radius: 8px;
}
.rating {
    color: #e9a919;
}
.modal-content {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    width: 400px;
    max-width: 95vw;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    position: relative;
    animation: fadeIn 0.2s;
}
.modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.25);
    justify-content: center;
    align-items: center;
}
.close-btn {
    position: absolute;
    top: 0;
    right: 18px;
    background: none;
    border: none;
    font-size: 22px;
    color: #888;
    cursor: pointer;
}
.modal-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    justify-content: left;
}
.modal-label {
    font-weight: 400;
    font-size: 17px;
    margin-right: 0;
    margin-bottom: 0;
}
.stars {
    display: flex;
    gap: 2px;
    font-size: 16px;
    color: #F1624B;
    cursor: pointer;
}
.stars i {
    color: #F1624B;
    transition: color 0.2s;
}
.modal-textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px;
    font-size: 15px;
    margin-bottom: 18px;
    resize: vertical;
    outline: none;
}

.stars i.inactive {
    color: #ccc;
}
.profile-user:hover .user-list-header {
    display: block;
}
.profile-user {
    position: relative;
    transition: 0.5s all;
}
button.user-icon {
    background: var(--thm-color-one);
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
}
.user-list-header {
    background: #fff;
    width: 200px;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    top: 100%;
    right: 0;
    position: absolute;
    display: none;
    z-index: 99;
    box-shadow: 0px 0px 60px 30px #00000008;
    padding: 10px 0;
}
.user-list-header li a {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Popup overlay */

.popup-content.enquiry-content {
    height: auto;
}
.popup-content.enquiry-content {
    height: auto;
    padding: 20px;
}
.popup-content.enquiry-content .form-control {
    margin-bottom: 10px;
    padding-top: 6px;
}

.bg-fix-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
    position: relative;
}
.bg-fix-image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}
.faw-image {
    text-align: center;
}
.faw-image img {
     border-radius: 20px; 
    height: 540px;
}
.testimonial-items {
    display: flex !important;
    gap: 20px;
    align-items: center;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
.testimonial-image img {
    width: 150px;
    height: 150px;
}
.testimonial-image {
    width: 100%;
}
.testimonial-content p {
    color: #fff;
}



/*--------css end-----------*/




