:root{
    --primary-color: #082D51;
    --secondary-color: #800020;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    padding-top: 228.5px;
}

.fixed-top-section{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    padding: 0;
    color: #272727;
    position: relative;
    font-weight: 600;
}

p {
    font-size: 16px;
    margin: 0;
}

a {
    text-decoration: none;
    font-family: "Oswald", sans-serif;
}

a:hover,
a:visited,
a {
    text-decoration: none;
    color: #000;
}



textarea:focus {
    border: 0 none;
    outline: none;
    background: transparent;
}

input[type="button"] {
    outline: none;
}

input[type="button"]::-moz-focus-inner {
    border: 0;
}

input {
    outline: none;
    box-shadow: none;
}

textarea {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #d6d6d6;
    background-color: #F0F0F0;
}

:not(.btn-check)+.btn:active {
    border-color: #f1f1f1;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}

.clearfix {
    clear: both;
}
/* PRELOADER CSS */
.page-loader {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(140deg, #074651ED 0%, #08454CED 50%, #0C5555DB 75%);
	z-index: 999999;
	text-align: center;
}
.dot {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #008ae6;
	box-shadow: 0 5px 10px rgba(255, 255, 255, 0.01);
	animation: animate 1s ease-in-out infinite alternate;
	display: inline-block;
	top: 50%;
	position: relative;
}

.dot:nth-child(1){
  animation-delay: -0.25s;
}

.dot:nth-child(2){
  background: #e60000;
  animation-delay: -0.5s;
}

.dot:nth-child(3){
  background: #ffcc00;
  animation-delay: -0.75s;
}

.dot:nth-child(4){
  background: #49df49;
  animation-delay: -1s;
}

@keyframes animate {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
/***********scroll-Top*******/
.scrollTop {
    position: fixed;
    bottom: -20px;
    background-color: #fff;
    padding: 10px 22px;
    opacity: 0.6;
    transition: all 0.4s ease-in-out 0s;
    z-index: 999;
    cursor: pointer;
    left: 50%;
    padding-bottom: 12px;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: translateX(-50%);
}

.scrollTop a i {
    font-size: 15px;
    color: #234045;
    line-height: 27px;
}

/*---------------------custom-css-end---------------*/
.section-padding {
    padding: 50px 0;
}

.section-title h3,
.section-title h2 {
    color: #272727;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: "Oswald", sans-serif;
    line-height: 64px;
}

.section-title p {
    color: #6C6C6C;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    padding-top: 15px;
}

.common-btn {
    line-height: 52px;
    border-width: 0;
    border-radius: 7px;
    font-size: 18px;
    display: inline-block;
    font-weight: normal;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border: none;
    width: auto;
    padding: 0 30px;
    border-radius: 10px;
    background: #f9bb23;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    color: #000;
    cursor: pointer;
}

.common-btn:hover {
    background: #44bfaa;
    color: #fff;
}

/*-----------------------------------home-page-start---------------------------------- */
/* --------top-section ---------*/
.top-sticky-section{
    position: sticky;
    top: 0;
    z-index: 99;
}

.top-section {
    padding: 15px 0;
    position: relative;
    background: #fff;
}

.top-section-left p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.top-section-left p a {
    color: #000;
}

.top-section-left p i {
    padding-right: 5px;
}

.top-section-logo{
    transition: all 0.3s ease;
    height: 85px;
    object-fit: contain;
}

.logo-sticky{
    height: 50px;
}



.top-btn-group ul {
    display: flex;
}

.top-btn-group ul li a {
    padding: 0px 33px;
    min-width: 120px;
    font-size: 15px;
    line-height: 36px;
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    color: var(--secondary-color);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
}

.top-btn-group ul li a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.top-btn-group ul li a.bg-btn {
    background-color: var(--secondary-color);
    color: #fff;
    margin-left: 15px;
}

.top-btn-group ul li a.bg-btn:hover {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background: #fff;
}

.call-number {
    float: right;
}

.top-btn-group {
    float: right;
}

.call-number a {
    font-size: 32px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.call-number a i {
    padding-right: 10px;
}

/*---------- navigation-section --------------------- */
.navigation-section {
    position: sticky;
    top: 0;
    z-index: 99;
    background: var(--primary-color);
}

.stellarnav {
    position: relative;
    z-index: 9999;
    padding-left: 0px;
    padding-right: 0px;
}

.f-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #f9b922;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
}

.f-nav .navigation-section {
    margin-top: 0px;
    padding: 0;
    background-color: unset;
}

.navigation-section .stellarnav li a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    font-family: "Oswald", sans-serif;
    position: relative;
    padding: 10px 25px;
    letter-spacing: 0.4px;
}

.navigation-section .stellarnav li:last-child a {
    border-right: none;
}



.navigation-section .stellarnav ul ul {
    background-color: #262626;
    padding: 0px;
    text-align: left;
    margin: 0;
}

.navigation-section .stellarnav>ul>li {
    padding: 15px 5px;
}


.navigation-section .stellarnav ul {
    text-align: center;
}



.navigation-section .stellarnav li a.active, .navigation-section .stellarnav li a:hover {
    position: relative;
    background: #fff;
    color: var(--primary-color);
}


/*---------- banner-section --------------------- */
.banner-section {
    position: relative;

}

.banner-section .owl-carousel .owl-item img {
    position: relative;
    opacity: 1;
}

.banner-section .background-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(8 45 81 / 57%);
    height: 100%;
    width: 100%;
}

.banner-description {
    position: absolute;
    bottom: 25%;
    text-align: center;
    z-index: 99;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

.banner-description h1 {
    color: #fff;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    font-family: "Oswald", sans-serif;
}

.banner-section .owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 45%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}


.banner-section .owl-carousel button.owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50px;
    opacity: 0.7;
}

.banner-section .owl-carousel button.owl-dot.active span {
    background: #fff;
    border: none;
    width: 12px;
    height: 12px;
    opacity: 1;

}

/*---------- search-section --------------------- */

.search-list {
    background: #FAF9FE;
}

.search-list {
    background: #FAF9FE;
    padding: 30px;
    padding-top: 10px;
    border-bottom: 7px solid #DEDEDE;
    border-right: 7px solid #dedede;
    border-left: 7px solid #faf9fe;
    border-top: 7px solid #faf9fe;
    margin-top: -55px;
    z-index: 1;
    position: relative;
}

.search-title{
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
}

.search-list select,
.search-list input {
    background-color: #F0F0F0;
    border: 1px solid#D6D6D6;
    color: #848484;
    padding: .875rem 2.25rem .875rem .75rem;
}

.search-list input::placeholder {
    color: #848484;
    opacity: 1;
    /* Firefox */
}

.search-list input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #848484;
}

.search-list .form-select:focus {
    border-color: #D6D6D6;
    outline: 0;
    box-shadow: unset;
}

.search-list .btn {
    background: var(--primary-color);
    padding: 0;
    line-height: 53px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

.search-list .btn:hover {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

.search-list .btn i {
    padding-right: 5px;
}

/*---------- featured-section --------------------- */
.featured-Products-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
}

.featured-Products-section .slick-slider {
    margin: 0 -15px;
    margin-top: 20px;
}

.featured-Products-section .slick-slider .slick-list {
    overflow: inherit;
}

.featured-Products-section .slick-slider .slick-track {
    display: flex;
}

.featured-Products-section .slick-slider .slick-track .slick-slide {
    height: inherit;
}

.featured-Products-section .slick-slider .innovative_service_item {
    margin: 0 8px 2px;
    height: 100%;
    background: #fff;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.innovative_service_item .icon {
    max-width: 57px;
    display: flex;
    margin: 0 0 25px;
    height: 50px;
    align-items: center;
}

.innovative_service_item .sub-title {
    font-size: 16px;
    line-height: normal;
    line-height: 25px;
    padding-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.innovative_service_item ul {
    display: flex;
    justify-content: space-between;
}

.innovative_service_item p {
	margin: 0;
	padding: 0 0 7px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #272727;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.innovative_service_item p a {
	display: flex;
	align-items: center;
	font-family: "Open Sans", sans-serif;
}
.innovative_service_item p a i {
	padding-right:5px;
}

.read_more_circle {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #e72e28 solid;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.featured-Products-section .slick-slider .slick-arrow {
    position: absolute;
    bottom: -87px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background-color: var(--primary-color);
    transition: all 0.4s ease;
    font-size: 0;
    cursor: pointer;
    left: 51%;
    border: 1px solid var(--primary-color);
}

.featured-Products-section .slick-slider .slick-arrow:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.24);
    background-color: var(--primary-color);
}



.featured-Products-section .slick-slider .slick-arrow.slick-prev {
    right: 51%;
    left: auto;
    background: #fff;
}

.featured-Products-section .slick-slider .slick-arrow:after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #427a86;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.featured-Products-section .slick-slider .slick-arrow::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #427a86;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.featured-Products-section .slick-slider .slick-arrow.slick-next::before {
    transform: rotate(135deg);
    background-color: #fff;
}

.featured-Products-section .slick-slider .slick-arrow.slick-next::after {
    transform: rotate(-45deg);
    background-color: #fff;
}

.featured-Products-section .slick-slider .innovative_service_item .img-wrapper {
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}

.photo-video-view a {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.photo-video-view a i {
    padding-right: 5px;
}

.new-tag {
    background: var(--secondary-color);
    padding: 0 20px;
    color: #fff;
    border-bottom-right-radius: 10px;
    line-height: 28px;
    font-size: 15px;
}

.new-tag.used {
    background: var(--primary-color);
}

.photo-video-view {
    display: flex;
    background: #213D4391;
    align-items: center;
    margin: 7px;
    padding: 4px;
    padding-left: 10px;
    border-radius: 5px;
}

.innovative_service_item ul.image-action-btn {
    position: absolute;
    width: 100%;
}

.featured-Products-section .slick-slider .innovative_service_item .img-wrapper img {
    width: 100%;
}

.featured-section .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.innovative_service_des {
    padding: 10px 10px;
    height: 223px;
}

.innovative_service_item p.compare-tag.compare-tag-bg {
    background: #427A86;
    color: #fff;
}

.innovative_service_item p.compare-tag {
    background: #fff;
    border: 1px solid#427A86;
    padding: 0 20px;
    line-height: 31px;
    border-radius: 50px;
    color: #0A8200;
    margin-top: 8px;
    justify-content: center;
}

.innovative_service_item p.prices-amount {
    font-size: 16px;
    font-weight: 600;
}

.innovative_service_item p.price-contact {
    font-size: 16px;
    font-weight: 600;
}

.featured-Products-section .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.featured-Products-section .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.featured-Products-section .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.featured-Products-section .slick-dots li button:hover,
.featured-Products-section .slick-dots li button:focus {
    outline: none;
}

.featured-Products-section .slick-dots li button:hover:before,
.featured-Products-section .slick-dots li button:focus:before {
    opacity: 1;
}

.featured-Products-section .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 44px;
    line-height: 0px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.featured-Products-section .slick-dots li.slick-active button::before {
    color: var(--primary-color);
    opacity: 1;
}

/*----------- latest-Products-section --------------------*/
.latest-Products-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
}

.latest-Products-section .slick-slider .slick-list {
    overflow: inherit;
}

.latest-Products-section .slick-slider .innovative_service_item .img-wrapper img {
    width: 100%;
}

.double-product {
    margin: 0 8px 20px;
    height: auto;
    background: #fff;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.latest-Products-section .slick-slider .innovative_service_item .img-wrapper {
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}

.latest-Products-section .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.latest-Products-section .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.latest-Products-section .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.latest-Products-section .slick-dots li button:hover,
.latest-Products-section .slick-dots li button:focus {
    outline: none;
}

.latest-Products-section .slick-dots li button:hover:before,
.latest-Products-section .slick-dots li button:focus:before {
    opacity: 1;
}

.latest-Products-section .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 44px;
    line-height: 0px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.latest-Products-section .slick-dots li.slick-active button:before {
    color: var(--primary-color);
    opacity: 1;
}

.latest-Products-section .slick-slider .slick-arrow {
    position: absolute;
    bottom: -87px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background-color: var(--primary-color);
    transition: all 0.4s ease;
    font-size: 0;
    cursor: pointer;
    left: 51%;
    border: 1px solid var(--primary-color);
}

.latest-Products-section .slick-slider .slick-arrow:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.24);
    background-color: var(--primary-color);
}

.latest-Products-section .slick-slider .slick-arrow.slick-prev {
    right: 51%;
    left: auto;
    background-color: #f5f5f5;
}

.latest-Products-section .slick-slider .slick-arrow:after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #427a86;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.latest-Products-section .slick-slider .slick-arrow::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #427a86;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.latest-Products-section .slick-slider .slick-arrow.slick-next::before {
    transform: rotate(135deg);
    background-color: #fff;
}

.latest-Products-section .slick-slider .slick-arrow.slick-next::after {
    transform: rotate(-45deg);
    background-color: #fff;
}

.latest-Products-section .slick-slider {
    margin: 0 -15px;
    margin-top: 20px;
}

.img-height {
    height: 220px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.latest-Products-section .slick-prev.active {
    background-color: #427a86;
    border: 1px solid #427a86;
}

.latest-Products-section .slick-next.active {
    background-color: #fff;
    border: 1px solid #427a86;
}

.latest-Products-section .slick-slider .slick-arrow.slick-next.active::after {
    transform: rotate(-45deg);
    background-color: #427a86;
}

.latest-Products-section .slick-slider .slick-arrow.slick-next.active::before {
    transform: rotate(135deg);
    background-color: #427a86;
}

.latest-Products-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"] {
    border: 1px solid var(--primary-color);
}

.latest-Products-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"]::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #427a86;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.latest-Products-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"]::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.latest-Products-section .slick-prev.slick-arrow[aria-disabled="false"] {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.latest-Products-section .slick-prev.slick-arrow[aria-disabled="false"]::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.latest-Products-section .slick-prev.slick-arrow[aria-disabled="false"]::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.latest-Products-section .slick-next.slick-arrow.slick-disabled[aria-disabled="true"] {
    border: 1px solid var(--primary-color);
    background: #fff;
}

.latest-Products-section .slick-next.slick-arrow.slick-disabled[aria-disabled="true"]::before {
    content: "";
    width: 1px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
    transform: rotate(135deg);
    background-color: var(--primary-color);

}

.latest-Products-section .slick-next.slick-arrow.slick-disabled[aria-disabled="true"]::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(-45deg);

}

/*------------featured-Products-section -------------------*/
.featured-Products-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"] {
    border: 1px solid var(--primary-color);
}

.featured-Products-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"]::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.featured-Products-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"]::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.featured-Products-section .slick-prev.slick-arrow[aria-disabled="false"] {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.featured-Products-section .slick-prev.slick-arrow[aria-disabled="false"]::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.featured-Products-section .slick-prev.slick-arrow[aria-disabled="false"]::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.featured-Products-section .slick-next.slick-arrow.slick-disabled[aria-disabled="true"] {
    border: 1px solid var(--primary-color);
    background: #fff;
}

.featured-Products-section .slick-next.slick-arrow.slick-disabled[aria-disabled="true"]::before {
    content: "";
    width: 1px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
    transform: rotate(135deg);
    background-color: var(--primary-color);

}

.featured-Products-section .slick-next.slick-arrow.slick-disabled[aria-disabled="true"]::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(-45deg);

}


/*------------industries-applications-section -------------------*/
.industries-list {
    background: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 40px;
    text-align: center;
    margin-bottom: 25px;
}

.ins-icon img {
    width: auto;
    height: 60px;
}

.ins-icon {
    margin-bottom: 15px;
}

.industries-list h2 {
    font-size: 25px;
}

/*------------video-section -------------------*/
.video-item {
    position: relative;
    margin-top: 35px;
}

.home-youtube-video{
    position: relative;
    margin-top: 35px;
    width: 100%;
    padding-top: 56.25%;
}

.home-youtube-video iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.xs-main-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    background-image: linear-gradient(293deg, #00000061 0%, #00000082 60%);
}

.dtr-video-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dtr-video-button::after {
    content: "";
    width: 32px;
    height: 32px;
    background: #fff;
    margin-left: 10px;
    clip-path: polygon(0 0, 80% 48%, 0 100%, 0% 100%);
    transition: clip-path 0.5s ease;
    transition-delay: 0s;
    transition-delay: 0.4s;
}

.video-description {
    color: #6C6C6C;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    padding-top: 15px;
}

/* ----------subscribe-form -------------------*/
.subscribe-form input {
    border: none;
    border-bottom: 1px solid #D6D6D6;
    color: #848484;
    border-radius: 0;
}

.subscribe-form input.form-control:focus {
    background-color: #fff;
}

.subscribe-form select {
    background-color: #F0F0F0;
    border: 1px solid#D6D6D6;
    color: #848484;
    margin-top: 35px;
    padding: .875rem 2.25rem .875rem .75rem;
}

.subscribe-form .form-select:focus {
    border-color: #D6D6D6;
    outline: 0;
    box-shadow: unset;
}

.subscribe-form .btn {
    background: var(--primary-color);
    padding: 0 31px;
    line-height: 47px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    margin-top: 35px;
}

.subscribe-form .btn:hover {
    border: 1px solid#213D43;
    background: #213D43;
}

/* ----------footer -------------------*/
footer {
    position: relative;
    background: var(--primary-color);
    padding: 35px 0;
}

.footer-top ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.footer-top ul li{
    padding: 0 5px;
}

.footer-top ul li a {
	color: #fff;
	padding: 5px 15px;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
}

.footer-top ul li a:hover {
    color: var(--primary-color);
    background: #fff;
}

.footer-middle {
    border-top: 1px solid #ffffff59;
    border-bottom: 1px solid #ffffff59;
    padding: 30px 0;
    margin: 30px 0;
}

.footer-middle-left {
    display: flex;
}

.middle-icon {
    margin-right: 20px;
}

.middle-des h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    display: block;
    padding-bottom: 11px;
    font-family: "Oswald", sans-serif;
}

.middle-des p {
    color: #fff;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    line-height: 33px;
}

.footer-middle-right ul li a {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-family: "Oswald", sans-serif;
}

.footer-middle-right ul li {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-middle-right ul li i {
    margin-right: 10px;
}

.footer-middle-right ul li span {
    font-size: 27px;
    font-weight: 600;
    padding: 0 15px;
}

.social-media-icon ul li a {
    background: #ffffff45;
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
}

.social-media-icon ul li a:hover {
    background: var(--secondary-color);
}

.social-media-icon ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.social-media-icon ul li a i {
    margin: 0;
}

.footer-coppy-right p {
    color: #F1F1F1;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 27px;
}

.social-media-icon ul li a i img {
    width: 15px;
}

/*-------------------------------- product-listing-page--------------------------*/
.products_item {
    position: relative;
}

.innovative_service_item.double-product.products_item {
    margin: 0 0px 20px;
    animation: productAnim 0.5s ease;
}

.filter-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.filter-wrapper .filter-left-area,
.filter-wrapper .filter-right-area {
    display: flex;
    align-items: center;
}

.filter-wrapper .filter-left-area {
    flex: 1;
}

.filter-wrapper .shop-tab .nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #374957;
    padding: 0;
    font-size: 18px;
    margin-left: 20px;
}

.filter-wrapper .shop-tab .nav .nav-item .nav-link i {
    margin-right: 10px;
}

.filter-wrapper .shop-tab .nav .nav-item .nav-link ion-icon {
    margin-right: 10px;
    font-size: 20px;
}

#tab-list-short-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 0 23px;
    border-radius: 50px;
    line-height: 41px;
    font-size: 15px;
    border-right: 18px solid var(--primary-color);
}

#dz-shop-tab {
    align-items: center;
}

.filter-left-area .search-box {
    position: relative;
    width: 73%;
}

.filter-left-area .search-section {
    padding: 25px 35px;
    border-radius: 20px;
    border: 1px solid #6e6b6b;
    margin-bottom: 24px;
}

.search-box .search-input {
    padding: 4px 32px;
    border-radius: 50px;
    border: 1px solid #f6f3f3;
    height: 42px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
}

.search-box .icon {
    position: absolute;
    right: 18px;
    top: 9px;
}

.search-box .icon svg {
    width: 17px;
}

.side-sticky {
    position: sticky;
    top: 205px;
    right: auto;
    left: 0;
    padding: .375rem 0 0;
    z-index: 1;
    background: #F1F1F1;
    border-radius: 10px;
    padding: 25px;
}

.aside-header {
    display: flex;
    padding-bottom: 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid #C0C0C0;
}

.aside-header h3 {
    margin-left: 10px;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    flex: 1;
}

.clear-filter-btn{
    cursor: pointer;
    color: #f44336;
}

.side-sticky .accordion .clear-filter-btn{
    display: none;
}

.side-sticky .accordion {
    padding: 0px;
}

.shop-sidebar .accordion-header {
    margin-bottom: 0;
    color: #222222;
    font-weight: 500;
}

.shop-sidebar .accordion-button {
    border-top: 1px solid #C0C0C0;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    outline: none;
    background: transparent;
    padding: 5px 0;
    margin-bottom: 10px;
    box-shadow: unset;
    border-radius: unset;
    box-shadow: unset;

}


.menu-link {
    display: inline-block;
    position: relative;
    padding: 0.5em 0;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
}



.shop-sidebar .accordion-item:first-of-type .accordion-button {
    border-radius: unset;
    border: none !important;
    box-shadow: unset;
    background-color: unset;
    font-size: 16px;
}

.shop-sidebar .accordion-item.mb-4.pb-3 {
    border: none;
}

.shop-sidebar .accordion-item {
    background-color: transparent;
    border: none;
}

.side-sticky.aside_visible {
    right: 0;
}

.aside_visible {
    opacity: 1;
}


.shop-sidebar .accordion-button::before,
.shop-sidebar .accordion-button::after {
    background-color: currentColor;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.5em;
    width: 0.75em;
    height: 1px;
    transition: transform .2s ease-in-out;
}


.shop-sidebar .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
    content: "";
}

.shop-sidebar .accordion-button::after {
    transform: rotate(-90deg);
    transition: all 0.5s;
}

.side-sticky .wrapper {
    position: relative;
    width: 100%;

}

.side-sticky .wrapper .container {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.side-sticky input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
    left: 0;
}

.slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    left: 0;
}

.side-sticky input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.side-sticky input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.side-sticky input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

.side-sticky input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #2280EF;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}

.side-sticky input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: #2280EF;
    pointer-events: auto;
    border: none;
}

.side-sticky input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #2280EF;
    pointer-events: auto;
}

.side-sticky input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 1px solid #2280EF;
}

.side-sticky .values {
    background-color: #2280EF;
    width: 40%;
    position: relative;
    margin: auto;
    padding: 8px 0;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}

.side-sticky .values::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 10px solid #2280EF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin: auto;
    bottom: -4px;
    left: 0;
    right: 0;
}

.separator {
    padding-top: 21px;
    font-size: 25px;
    color: #606060;
}

.year-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.year-top span {
    font-size: 14px;
    padding-bottom: 6px;
    display: inline-block;
    padding-left: 10px;
}

.year-top select {
    background-color: #F0F0F0;
    border: 1px solid#D6D6D6;
    color: #848484;
    padding: 6px 17px 6px 17px;
    border-radius: 50px;
}

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

/*------------------------------product-details-page--------------------- */
.top-breadcrumb li.breadcrumb-item {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
}

.top-breadcrumb li.breadcrumb-item a {
    color: #333333;
    font-family: "Open Sans", sans-serif;
}

.top-breadcrumb li.breadcrumb-item a:hover {
    color: #EF9415;
    text-decoration: underline;
}

.top-breadcrumb li.breadcrumb-item.active {
    color: #6F8695;
}

.top-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #C7C7C7;
}

.product-details-thumbnails {
    position: relative;
}

.product-details-thumbnails .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--primary-color);
    transition: all 0.4s ease;
    font-size: 0;
    cursor: pointer;
    left: 0%;
    border: 1px solid var(--primary-color);
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.product-details-thumbnails .slick-slider .slick-arrow.slick-next {
    right: -15%;
    left: auto;
    background: var(--primary-color);
}

.product-details-thumbnails .slider-nav-thumbnails .slick-slide {
    padding: 5px;
    cursor: pointer;
}

.product-details-thumbnails .slider-nav-thumbnails .slick-slide img {
    height: 90px;
    object-fit: cover;
    width: 100%;
}

.product-details-thumbnails .slick-slider .slick-prev.slick-arrow {
    background-color: #fff;
    left: -15%;
}

.product-details-thumbnails .slick-slider .slick-arrow.slick-next::before {
    transform: rotate(135deg);
    background-color: #fff;
}

.product-details-thumbnails .slick-slider .slick-arrow.slick-next::after {
    transform: rotate(-45deg);
    background-color: #fff;
}

.product-details-thumbnails .slick-slider .slick-arrow::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.product-details-thumbnails .slick-slider .slick-arrow::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}


.product-details-thumbnails .slick-slider .slick-prev.slick-arrow::before {
    background-color: var(--primary-color);
}

.product-details-thumbnails .slick-slider .slick-prev.slick-arrow::after {
    background-color: var(--primary-color);
}

.product-details-thumbnails .slider-main .slick-slide img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    object-fit: contain;
    margin: auto;
}


.product-details-thumbnails .slider-nav-thumbnails {
    position: relative;
    width: 76%;
    margin: 0 auto;
}

.product-details-thumbnails .slider-nav-thumbnails .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.product-details-thumbnails .slider-nav-thumbnails .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 44px;
    line-height: 0px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-details-thumbnails .slider-nav-thumbnails .slick-dots li button:hover::before,
.product-details-thumbnails .slider-nav-thumbnails .slick-dots li button:focus::before {
    opacity: 1;
}

.product-details-thumbnails .slick-dots li.slick-active button::before {
    color: var(--primary-color);
    opacity: 1;
}

.product-details-thumbnails .slider-nav-thumbnails .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    left: 50%;
    display: none;
}

.repoting-wishlist{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.repoting-wishlist ul li i {
    margin-right: 6px;
}

.repoting-wishlist ul li i img{
    width: 20px;
}

.repoting-wishlist ul {
    display: flex;
    justify-content: space-between;
}

.repoting-wishlist ul li {
    display: flex;
    align-content: center;
    font-size: 18px;
    color: #222222;
}

.repoting-wishlist ul li a {
    font-size: 16px;
    color: #222222;
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    line-height: 1;
}

.product-share-holder{
    position: relative;
}

.product-share-icon{
    color: #222;
    height: 34px;
    padding: 0 15px;
    background: transparent;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.product-share-icon i{
    margin-left: 10px;
    color: var(--primary-color);
}

.product-share-icon:hover{
    background: rgb(8 45 81 / 15%);
}

.share-icon-open, .share-icon-open:hover{
    background: var(--secondary-color);
    color: #fff;
}

.share-icon-open i, .share-icon-open:hover i{
    color: #fff;
}

.product-share-container{
    position: absolute;
    width: max-content;
    right: 0;
    top: 40px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    z-index: 2;
    display: none;
}

.product-title h1 {
    font-size: 32px;
    color: #222222;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 20px 0 8px;
}

.product-price{
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}

.single-product-information ul {
    display: flex;
    justify-content: space-between;
}

.single-product-information p {
    margin: 0;
    padding: 0 0 7px;
    font-size: 13px;
    line-height: 27px;
    font-weight: 400;
    color: #272727;
    overflow: hidden;
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.single-product-information p strong {
    padding-right: 10px;
}

.single-product-information li:nth-child(2) {
    width: 1px;
    background: #272727;
}

.contact-inquiry-compare-list-section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-inquiry-compare-list-section ul li a.contact-inquiry-btn {
    padding: 0 35px;
    line-height: 50px;
    border-radius: 50px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 18px;
    display: inline-block;
}

.contact-inquiry-compare-list-section ul li a.compare-list-btn {
    font-size: 18px;
    color: #222222;
    font-family: "Open Sans", sans-serif;
}

.contact-inquiry-compare-list-section ul li a.compare-list-btn i {
    margin-right: 10px;
}

.contact-inquiry-compare-list-section {
    padding: 30px 0;
    border-bottom: 1px solid#000;
}

.single-product-about-des h2 {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    line-height: 27px;
    padding-top: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}

.single-product-about-des p {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    color: #000000;
}

.related-video-section {
    background: #F1F1F1;
    position: relative;
    padding-bottom: 130px;
}



.related-video_item {
    margin: 0 8px 20px;
}

.related-video_slider {
    margin: 0 -5px;
}

.related-video_item .video-item {
    margin-top: 35px;
}

.related-video-section .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.related-video-section .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.related-video-section .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.related-video-section .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 44px;
    line-height: 0px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.related-video-section .slick-dots li.slick-active button::before {
    color: var(--primary-color);
    opacity: 1;
}

.related-video-section .slick-slider .slick-arrow.slick-prev {
    right: 51%;
    left: auto;
    background-color: #f5f5f5;
}

.related-video-section .slick-slider .slick-arrow::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.related-video-section .slick-slider .slick-arrow.slick-next::before {
    transform: rotate(135deg);
    background-color: #fff;
}

.related-video-section .slick-slider .slick-arrow::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.related-video-section .slick-slider .slick-arrow.slick-next::after {
    transform: rotate(-45deg);
    background-color: #fff;
}

.related-video-section .slick-slider .slick-arrow {
    position: absolute;
    bottom: -87px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background-color: var(--primary-color);
    transition: all 0.4s ease;
    font-size: 0;
    cursor: pointer;
    left: 51%;
    border: 1px solid #427a86;
}

.related-video-section .slick-prev.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.related-video-section .slick-next.active {
    background-color: #fff;
    border: 1px solid var(--primary-color);
}

.related-video-section .slick-slider .slick-arrow.slick-next.active::after {
    transform: rotate(-45deg);
    background-color: var(--primary-color);
}

.related-video-section .slick-slider .slick-arrow.slick-next.active::before {
    transform: rotate(135deg);
    background-color: var(--primary-color);
}

.related-video-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"] {
    border: 1px solid var(--primary-color);
}

.related-video-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"]::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.related-video-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"]::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.related-video-section .slick-prev.slick-arrow[aria-disabled="false"] {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.related-video-section .slick-prev.slick-arrow[aria-disabled="false"]::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.related-video-section .slick-prev.slick-arrow[aria-disabled="false"]::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.related-video-section .slick-next.slick-arrow.slick-disabled[aria-disabled="true"] {
    border: 1px solid var(--primary-color);
    background: #fff;
}

.related-video-section .slick-next.slick-arrow.slick-disabled[aria-disabled="true"]::before {
    content: "";
    width: 1px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
    transform: rotate(135deg);
    background-color: var(--primary-color);

}

.related-video-section .slick-next.slick-arrow.slick-disabled[aria-disabled="true"]::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(-45deg);

}



/* pdf-download */
.pdf-download-section {
    position: relative;
    overflow: hidden;
}

.pdf-download-section .slick-initialized .slick-slide {
    text-align: center;
}

.pdf-download-slider {
    margin: 0 -15px;
}

.pdf-download-section .slick-initialized .slick-slide .pdf-icon a img {
    width: 55%;
    margin: 0 auto;
}

.pdf-download-section .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.pdf-download-section .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.pdf-download-section .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.pdf-download-section .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 44px;
    line-height: 0px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pdf-download-section .slick-dots li.slick-active button::before {
    color: var(--primary-color);
    opacity: 1;
}

.pdf-download-section .slick-slider .slick-arrow.slick-prev {
    left: 0%;
    right: auto;
    background-color: #f5f5f5;
}

.pdf-download-section .slick-slider .slick-arrow::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.pdf-download-section .slick-slider .slick-arrow.slick-next::before {
    transform: rotate(135deg);
    background-color: #fff;
}

.pdf-download-section .slick-slider .slick-arrow::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.pdf-download-section .slick-slider .slick-arrow.slick-next::after {
    transform: rotate(-45deg);
    background-color: #fff;
}

.pdf-download-section .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background-color: var(--primary-color);
    transition: all 0.4s ease;
    font-size: 0;
    cursor: pointer;
    left: auto;
    border: 1px solid var(--primary-color);
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.pdf-download-section .slick-prev.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.pdf-download-item p {
    padding-top: 10px;
    display: block;
}

.pdf-icon {
    margin-top: 35px;
}

.pdf-download-section .slick-next.active {
    background-color: #fff;
    border: 1px solid var(--primary-color);
}

.pdf-download-section .slick-slider .slick-arrow.slick-next.active::after {
    transform: rotate(-45deg);
    background-color: var(--primary-color);
}

.pdf-download-section .slick-slider .slick-arrow.slick-next.active::before {
    transform: rotate(135deg);
    background-color: var(--primary-color);
}

.pdf-download-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"] {
    border: 1px solid var(--primary-color);
}

.pdf-download-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"]::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.pdf-download-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"]::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.pdf-download-section .slick-prev.slick-arrow[aria-disabled="false"] {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.pdf-download-section .slick-prev.slick-arrow[aria-disabled="false"]::before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
}

.pdf-download-section .slick-prev.slick-arrow[aria-disabled="false"]::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.pdf-download-section .slick-next.slick-arrow.slick-disabled[aria-disabled="true"] {
    border: 1px solid var(--primary-color);
    background: #fff;
}

.pdf-download-section .slick-next.slick-arrow.slick-disabled[aria-disabled="true"]::before {
    content: "";
    width: 1px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    transform: rotate(45deg);
    transform: rotate(135deg);
    background-color: var(--primary-color);

}

.pdf-download-section .slick-next.slick-arrow.slick-disabled[aria-disabled="true"]::after {
    content: "";
    width: 7px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(-45deg);

}

/* product-specification-section */

.product-specification-section {
    background: #faf9fe;
}

.product-specification-section .single-product-information p {

    grid-template-columns: 4fr 2fr;
}

.product-specification-section .single-product-information li:nth-child(4) {
    width: 1px;
    background: #272727;
}

.product-specification-section .single-product-information li:nth-child(6) {
    width: 1px;
    background: #272727;
}

.product-specification-information {
    margin-top: 35px;
}

.product-specification-information ul li h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
}

.contact-inquiry-compare-list-section ul li a.contact-inquiry-btn:hover {
    background: var(--primary-color);
}

/*------------login-page -------------------*/
.login-wrapper {
    width: 600px;
    margin: 0 auto;
    box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, 0.125);
    border-radius: 6px;
    background: #fff;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
}

.login-section .page-title h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    background: var(--primary-color);
}

.login-section .form-group input,
.login-section .form-group select,
.login-section .form-group textarea {
    background-color: #F0F0F0;
    border: 1px solid#D6D6D6;
    color: #000;
    padding: .875rem 2.25rem .875rem .75rem;
    padding: 8px 15px;
    margin-top: 10px;
}

.login-section .form-group button.theme-btn {
    background: var(--primary-color);
    padding: 0 40px;
    line-height: 46px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.login-section .form-group button.theme-btn:hover {
    background: #213D43;
}

.login-form-list {
    padding: 25px;
}

.login-form-list .form-group {
    margin-bottom: 15px;
}

.login-section .form-group h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    color: #000000;
}

.login-section .form-group h6 a {
    color: var(--secondary-color);
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.form-group.otp-input {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.form-group.otp-input input {
    width: 54px;
    height: 44px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    background-color: #F0F0F0;
    border: 1px solid #D6D6D6;
}

.input-group-append {
    float: right;
    margin-top: -34px;
    position: relative;
    z-index: 2;
}

.input-group-append span.input-group-text {
    background: unset;
    border: none;
}

.faq-section .accordion-item {
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
}

.faq-section .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 39px;
    padding-bottom: 13px;
    padding-top: 13px;
    background: var(--primary-color);
    margin-right: 14px;
    border-color: var(--primary-color);
}

.faq-section .nav-tabs .nav-item.show .nav-link,
.faq-section .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--secondary-color);
}

.faq-section .accordion-button {
    color: #fff;
    background-color: var(--primary-color);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.faq-section .accordion-button {
    color: #fff;
    background-color: var(--primary-color);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    border: none;
    box-shadow: unset;
    border-radius: 0px !important;
}

.accordion-button::after {
    content: "\2b";
    background-image: unset;
    font-family: "Font Awesome 6 Pro";
    text-align: center;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    background-image: unset;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--secondary-color);
}

.faq-section .accordion-item:first-of-type .accordion-button {
    border-radius: 0;

}

.faq-section .accordion-button {
    border-radius: 0;
}



.inner-banner {
    text-align: center;
    padding: 30px 0;
    background-image: url(../images/footer_bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
}

.background-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f5f8;
    height: 100%;
    width: 100%;
}

.inner-banner h3 {
    color: var(--primary-color);
    font-family: "Oswald", sans-serif;
    font-size: 40px;
}

.contact-details h2 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #000;
}

.contact-details .login-form-list {
    padding: 30px;
    background: #fff;
}

.adress-details {
    display: flex;
}

.adress-icon {
    margin-right: 15px;
}

.adress-icon i {
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    line-height: 23px;
    font-size: 18px;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    text-align: center;
}

.adress-content h5 {
    text-transform: none;
    font-size: 23px;
    line-height: 34px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.adress-content p {
    text-transform: none;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.adress-content p a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.contact_left {
    padding: 40px;
}

.contact-details .contact_left h2 {
    color: #fff;
}

.contact-details .contact_left hr {
    color: #fff;
}

.contact-details .contact_left .social-media-icon ul {
    justify-content: start;
    margin-top: 30px;
}

.contact-form-blog {
    background: var(--primary-color);
    border-radius: 20px;
    box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, 0.125);
    overflow: hidden;
}

.map-area {
    margin-top: -213px;
}

.contact-details {
    position: relative;
}

.sell-your-machine-section a {
    background: var(--secondary-color);
    padding: 0 35px;
    line-height: 54px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border: none;
    font-family: "Open Sans", sans-serif;
}

.sell-your-machine-section a:hover {
    background: var(--primary-color);
}

.sell-your-machine-section ul {
    display: flex;
    justify-content: space-between;
    width: 76%;
    margin: 0 auto;
}


.list-view-grid .img-wrapper {
    width: 40%;
    float: left;
    position: relative;
}

.list-view-grid .innovative_service_des {
    width: 60%;
    float: left;
    position: relative;
    padding: 20px;
    height: auto;
}

.list-view-grid .img-height {
    height: 230px;
}

.list-view-grid-section .double-product {
    box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.08);
}

.about-us-section img.about-left {
    height: 270px;
}

.marquee-section{
    background: var(--secondary-color);
    color: #fff;
    text-align: center;
    height: 40px;
    overflow: hidden;
    position: sticky;
    top: 73.5px;
    z-index: 99;
}

.marquee-container{
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    width: max-content;
    position: absolute;
    left: 0;
    transform: translateX(0);
    animation: marquee 20s linear infinite;
    -webkit-backface-visibility: hidden;
}

@keyframes marquee{
    0%      {
        transform: translateX(0);
    }
    100%    {
        transform: translateX(-50%);
    }
}

.marquee-inner{
    padding: 0 15vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

.marquee-inner::before{
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
}

.item-category-wrap{
    display: flex;
}

.item-category-wrap p{
    font-size: 13px;
    font-weight: 700;
    width: max-content;
    margin-right: 10px;
    padding: 0;
}

.item-specs-container{
    height: 75px;
}

.item-specs-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #f4f4f4;
}

.item-specs-row .item-specs-value{
    font-weight: 700;
}

.item-action-container{
    display: flex;
    padding: 7px 0;
    justify-content: space-between;
}

.item-wish-button, .item-compare-button{
    width: calc(50% - 5px);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 600;
}

.item-wish-button i, .item-compare-button i{
    margin-right: 8px;
    font-size: 15px;
}

.item-wish-button, .item-wish-button:hover{
    border: 1px solid #d73860;
    background: none;
    color: #d73860 !important;
}

.item-wish-added, .item-wish-added:hover{
    border: 1px solid #d73860;
    background: #d73860;
    color: #fff !important;
}

.item-compare-button, .item-compare-button:hover{
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
}

.product-compare-added, .product-compare-added:hover{
    background: #fff;
    color: var(--primary-color);
}

.item-price-container{
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.footer-top a img{
    width: 30%;
}

.innovative_service_des a{
    font-family: inherit;
}

.innovative_service_item .listview-subtitle{
    font-size: 18px;
    font-weight: 600;
}

.list-price-container{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
}

.listview-specs-container{
    height: 85px;
    padding-top: 6px;
}

.home-category-scroller{
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 25px;
}

.home-category-inner{
    height: 80px;
    display: flex;
    width: 100%;
    overflow-y: scroll;
    align-items: center;
    scrollbar-width: none;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
}

.home-category-item{
    background: #f4f4f4;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    height: 100px;
    font-family: "Oswald", sans-serif;
}

.home-category-item h2{
    color: var(--primary-color);
    transition: all 0.3s ease;
    font-size: 24px;
}

.home-category-item .category-item-icon{
    width: 50px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    display: none;
    margin-left: 10px;
}

.home-category-item:hover{
    background: var(--primary-color);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.home-category-item:hover h2{
    color: #fff;
}

.home-category-item:hover .category-item-icon{
    display: block;
}

.home-category-selected{
    background: var(--primary-color);
    color: #fff;
}

.not-found-container{
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: none;
}

.not-found-title{
    font-size: 18px;
    font-weight: 600;
}

.not-found-clear{
    font-size: 14px;
    padding: 10px;
    color: #f44336;
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
    width: max-content;
    margin: auto;
}

.list-view-grid-section .product-loading-item{
    box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.02);
}

.img-loading-wrapper{
    height: 220px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    color: #e0e0e0;
}

.loading-p{
    background: #f4f4f4;
    border-radius: 3px;
    margin-bottom: 15px;
    height: 16px;
    width: 100%;
}

.loading-p-small{
    width: 40%;
    height: 14px;
    margin-top: 10px;
}

.loading-p-title{
    width: 60%;
    margin-bottom: 20px;
    height: 20px;
}

.home-section-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-section-viewmore{
    font-size: 18px;
    transition: all 0.25s ease;
}

.home-section-viewmore i{
    margin-right: 10px;
    margin-left: 0;
    transition: all 0.25s ease;
}

.home-section-viewmore:hover{
    color: var(--secondary-color);
}

.home-section-viewmore:hover i{
    margin-right: 0;
    margin-left: 10px;
    color: var(--seconday-color);
}

@media screen and (min-width: 992px){
    .shop-sidebar{
        height: 60vh;
        overflow-x: hidden;
    }   
}

.contact-radio-container{
    margin-bottom: 15px;
    margin-top: 10px;
}

.contact-radio-item{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 5px;
}

.contact-radio-item i{
    font-size: 1.1em;
    margin-right: 10px;
}

.contact-radio-checked i{
    color: #2280EF;
}

.thumb-btn{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50px;
    bottom: 25px;
}

.thumb-prev-btn{
    left: calc(var(--bs-gutter-x)* .5);
}

.thumb-next-btn{
    right: calc(var(--bs-gutter-x)* .5);
}

.slider-nav-thumbnails .slick-current{
    background: var(--secondary-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@keyframes productAnim{
    0%      {margin-top: 40px; opacity: 0;}
    100%    {margin-top: 0; opacity: 1;}
}

.page-subtitle{
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

.page-header-note{
    text-align: center;
    color: #606771;
    font-size: 14px;
}

.product-info-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    border: 1px solid #e2e8ec;
    margin-top: 10px;
}

.product-info-item{
    display: flex;
    justify-content: space-between;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 15px 8px;
    border-right: 1px solid transparent;
}

.product-info-item:nth-child(2n + 1){
    border-right: 1px solid #f1f5f8;
}

.product-info-item:nth-child(2), .product-info-item:nth-child(3), .product-info-item:nth-child(6), .product-info-item:nth-child(7){
    background: #f1f5f8;
}

.product-info-title{
    font-weight: 600;
    color: #606771;
}

.product-info-value{
    color: #222;
    flex: 1;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.view-all-btn-container{
    margin: 50px auto;
    display: flex;
    justify-content: center;
}

.home-view-all{
    display: flex;
    align-items: center;
    background: var(--primary-color);
    color: #fff !important;
    height: 60px;
    width: 220px;
    justify-content: center;
    line-height: 1;
    border-radius: 60px;
}

.home-view-all i{
    margin-left: 20px;
}

.video-section{
    background: #0f3b660d;
}

.home-about-link-wrap{
    text-align: center;
    margin-top: 50px;
}

.home-about-link{
    font-size: 24px;
    text-decoration: underline;
    cursor: pointer;
}

/* Style added by Chayan */

    .selected-filter-list {
        margin-bottom: 8px;
        border-bottom: 1px solid #C0C0C0;
    }
    ul.filter-options li{
        font-size: 13px;
        font-weight: 600;
    }
    ul.filter-options li span{
        padding-left: 6px;
        cursor: pointer;
    }
    
    ul.filter-options {
        display: flex;
        flex-wrap: wrap;  /* Allow wrapping to new line */
        /* gap: 0.3rem;      Optional spacing between items */
        padding: 0 0 8px 0;       /* Remove default padding */
        margin: 0;        /* Remove default margin */
        list-style: none; /* Remove bullet points */
    }
    
    ul.filter-options li {
        /* flex: 0 0 45%; */
        box-sizing: border-box;
        display: flex;
        /* align-items: center; */
        padding: 0.25rem 0.5rem;
        border: 1px solid blue;
        margin: 0 5px 5px 0;
    }
    
    a.link-product h4.sub-title:hover,
    a.link-product .item-category-wrap p:hover,
    a.link-product .item-price-container:hover{
        color: blue;
        cursor: pointer;
    }
/* Style added by Chayan */