.offers-slider-section {
	/* background-color: #2b61ab; */
	color: #ffffff;
	background-color: #002EDC;

	font-family: 'Manrope', sans-serif;
}

.tab-slider {
	/* margin: 40px 0 90px; */
	margin: 30px 0 50px;


}

.offer-slide {
	background-color: #ffffff;
	color: #2b2c3e;
	margin: auto 20px;
	border-radius: 8px;
	padding: 12px 22px 12px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.offer-detail {
	display: flex;
	align-items: center;
}

.brand-logo {
	width: 100%;
	object-fit: contain;
	width: 100%;
	/* min-height: 120px; */
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 119px;
	max-width: 126px;
	background-color: #eaf1f5;
	border-radius: 8px;
}

.brand-logo img {
	max-width: 100%;
	width: 133px;
	height: 29px;
	object-fit: contain;
}

.offers-slider-section .nav-tabs {
	display: flex;
	border: none;
	justify-content: center;
	margin-bottom: 20px;
}

.offer-desc {
	margin-left: 15px;
}

/* .offer-heading {
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	color: #2b2c3e;
	font-family: 'Manrope',sans-serif;   

  } */

.offer-desc h4 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	color: #2b2c3e;
	font-family: 'Manrope', sans-serif;

}

/* edited css */
.offer-para h1 {
	font-size: 12px;
	line-height: 1.125rem;
	font-weight: 400;
	color: #8d8d8d;
	display: inline;
	font-family: 'Manrope', sans-serif;
}

.offers-slider-section .nav-tabs {
	background-color: transparent;
}

.tab-links {
	color: #ffffff;
	margin: 10px 30px;
	font-size: 13px;
	line-height: 30px;
	padding-bottom: 5px;
}

.tab-links:hover {
	border-bottom: 1px solid #fff;
}

.offers-slider-section .tab-item .active {
	border-bottom: 1px solid #fff;
}

.offers-slider-section .tab-item::after {
	content: "|";
	opacity: 0.5;
}

.offers-slider-section .tab-item:last-child:after {
	content: "";
}

.offers-slider-section .logo-icons {
	object-fit: contain;
}

.offers-slider-section .slick-prev:before {
	border-radius: 50%;
	padding: 14px 20px;
	border: 1px solid #fff;
	content: url("../images/arr-left.svg");
	/* background-color: #2b61ab; */
	background-color: #002EDC;
}

.offers-slider-section .slick-next:before {
	border-radius: 50%;
	padding: 14px 20px;
	border: 1px solid #fff;
	content: url("../images/arr-right.svg");
	/* background-color: #2b61ab; */
	background-color: #002EDC;
}

.offers-slider-section .slick-arrow {
	display: flex;
	justify-content: space-around;
	align-items: center;
	top: auto;
	bottom: 33%;
	border: none;
	background: transparent;
}

.offers-slider-section .slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.offers-slider-section .slick-arrow:before {
	opacity: 0.7 !important;
}

.offers-slider-section .slick-arrow:hover:before {
	opacity: 1 !important;
}

.offers-slider-section .slick-center {
	opacity: 1;
	padding: 54px 81px;
	width: 800px;
	margin: auto;
	min-height: 145px;
}

.offers-slider-section .slick-center::before {
	content: "";
	position: absolute;
	left: -415px;
	width: 450px;
	height: 100%;
	bottom: 0px;
	z-index: 1;
	background-color: #ffffff;
}

.offers-slider-section .slick-arrow {
	bottom: -40%;
}

.offers-slider-section .slick-next {
	left: 95px;
	z-index: 1;
}

.offers-slider-section .slick-prev {
	left: 30px;
	z-index: 1;
}

.offers-km {
	color: #d71c23;
	text-decoration: underline;
	border: none;
	background: none;
	font-weight: bold;
	font-size: 12px;
}

.offers-slider-section .modal-backdrop.show {
	opacity: 0.5;
	background-color: #121212;
}

.modal-content .close-popup::after {
	position: absolute;
	right: 15px;
	top: 6px;
	content: url("../images/close-btn-popw.svg");
}

@media (max-width: 992px) {
	.offers-slider-section .slick-list {
		overflow: hidden;
		padding: 0px 10% 0 0;
	}
}

@media (max-width: 776px) {
	.offer-heading {
		font-size: 12px;
		line-height: 16px;
		font-weight: 400;
	}

	.offer-slide {
		margin: auto 10px;
		padding: 15px;
	}

	.tab-slider {
		padding: 0;
		margin: 40px 0 65px;
	}

	.slick-list {
		overflow: hidden;
		/* padding: 0px 10% 0 0; */
	}

	.tab-links {
		margin: 10px 13px;
	}

	.offers-slider-section .slick-dots {
		bottom: -27%;
	}

	.offers-slider-section .logo-icons {
		padding: 5px;
	}
}

.offers-slider-section .slick-dots {
	left: 0;
	right: 0;
	bottom: -33%;
}

.offers-slider-section .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 5px;
}

.offers-slider-section .slick-dots li button {
	width: 6px;
	height: 6px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all 0.4s;
}

.offers-slider-section .slick-dots li button:before {
	content: none;
}

.offers-slider-section .slick-dots li.slick-active button {
	width: 25px;
	background-color: #fff;
	border-radius: 24px;
}


/*popup*/

.offers-popup {
	text-align: left;
}

.close {
	opacity: 0.8;
}

.modal-backdrop.show {
	opacity: 0.5;
	background-color: #121212;
}

.modal.show .modal-dialog {
	/* max-width: 764px; */
	transform: translate(0, 15%);
	/* max-width: 100%; */
}

.modal-content .close-popup::after {
	position: absolute;
	right: 15px;
	top: 6px;
	/* content: url("../images/close-btn-pop.svg"); */
}

/* .offers-slider-section .modal-content .close-popup{
	  position: relative;
  } */

.popup-tab-content .nav-tab-wrapper {
	padding: 28px 0;
	position: relative;
}

.popup-tab-content .nav-tab-wrapper a {
	margin: 0 30px;
	font-size: 13px;
	line-height: 30px;
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: -0.1px;
	color: #2b2c3e;
}

.nav-tab-wrapper a:first-child {
	margin-left: 0;
}

.popup-tab-content .nav-tab-wrapper a:last-child:after {
	content: "";
}

.popup-tab-content .nav-tab-wrapper a:hover {
	text-decoration: none;
}

.popup-tab-content .nav-tab-wrapper a::after {
	content: "|";
	opacity: 0.5;
	position: absolute;
	margin-left: 30px;
	cursor: initial;
}

.popup-tab-content .pop-up-list li {
	margin-left: 30px;
	list-style: disc;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 10px;
	letter-spacing: 0.01em;
	padding-right: 21px;
	color: #3d3d3d;
}

ul.pop-up-list {
	height: 120px;
	overflow-x: auto;
}

/*Nav scroll bar*/
/* width */
.pop-up-list::-webkit-scrollbar {
	width: 2px;
}

/* Track */
.pop-up-list::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 0;
}

/* Handle */
.pop-up-list::-webkit-scrollbar-thumb {
	background: #2b61ab;
	border-radius: 0;
	opacity: 0.1;
}

/* Handle on hover */
.pop-up-list::-webkit-scrollbar-thumb:hover {
	background: #2b61ab;
}

/*scroll css end*/

/* .popover-body img{
	  width: 18px;
	  height: 17px;
	  object-fit: contain;
  }
  
  .popover-body ul li {
	  padding: 7px 9px;
	  opacity: 0.5;
	  border: 1px solid #D9D9D9;
	  filter: drop-shadow(0px 4px 30px rgba(117, 116, 181, 0.2));
	  border-radius: 27px;
	  display: flex;
	  align-items: center;
	  margin: 0 7px;
  } */

.filter-section .modal {
	background: rgba(3, 25, 54, 0.5);
}

.offers-popup .modal-content {
	padding: 37px;
}

.offers-popup .modal-header .modal-title {
	width: 375px;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.183022px;
	color: #2b2c3e;
	line-height: 27px;
	padding-bottom: 27px;
}

.offers-popup .modal-header {
	padding: 0;
	margin-bottom: 27px;
}

.offers-popup .modal-header .close {
	margin: 0;
}

.offers-popup .modal-body {
	padding: 0;
}

.offers-popup .modal-body .pop-card {
	background: #fceebf;
	border-radius: 8px;
	padding: 16px 50px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #2e2e2e;
}

.offers-popup .modal-body .pop-card span {
	font-weight: 600;
}

/*POP UP TABS*/
.popup-tab-content .nav-tab-active {
	text-decoration: none;
}

.popup-tab-content .nav-tab-active {
	border-bottom: 1px solid #2b61ab;
}

.popup-tab-content .tab-content {
	display: none;
}

.popup-tab-content .tab-content.active {
	display: block;
	background: #eaf1f5ba;
	border-radius: 3px;
	padding: 20px 15px;
}

.popup-tab-content .tab-content p {
	color: #2e2e2e;
}

/*Floating Btn*/

@media (max-width: 991px) {
	.mob-filter-btn {
		display: none;
		text-align: center;
		position: fixed;
		bottom: 25px;
		left: 50%;
		z-index: 9;
		transform: translate(-50%, -50%);
	}

	.mob-filter-btn.show {
		display: block;
	}

	.popup-tab-content .nav-tab-wrapper a {
		margin: 0 16px;
	}

	.popup-tab-content .nav-tab-wrapper a::after {
		margin-left: 16px;
	}

	.popup-tab-content .nav-tab-wrapper a:last-child::after {
		content: none;
	}

	.filter-section .modal-content .close-popup::after {
		position: absolute;
		right: 15px;
		top: 6px;
		content: url("../images/close-btn-popw.svg");
	}

	.filter-icons-wrap {
		padding-bottom: 20px;
	}

	.filter-catergory label {
		position: relative;
		top: -2px;
	}

	.filter-subtitle {
		padding-bottom: 0;
	}

	.filter-subtitle::after {
		/* content: url("../images/plus-icon.svg"); */
		position: absolute;
		right: 0;
	}

	.offers-popup .modal-body .pop-card {
		padding: 16px;
	}

	.filter-opt {
		display: none;
		padding-top: 18px;
	}

	.filter-wrap hr {
		margin: 16px 0;
	}

	.products .prod-div {
		display: inline;
	}

	.products .prod-clear {
		display: none;
	}

	#filter-slidetoggle {
		position: fixed;
		padding-top: 20px;
		top: 0px;
		background: #ffffff;
		height: 100vh;
		z-index: 15;
		left: -101vw;
		transition: left 0.3s linear;
	}

	.filter-wrap {
		position: relative;
		height: 100%;
	}

	#sort-listing-mob {
		display: inline-block;
		border: none;
		border-radius: none;
		height: 40px;
		width: 40px;
		position: relative;
	}

	#sort-listing-mob .filter-drpdwn-icon {
		display: inline-block;
		height: 40px;
		width: 40px;
		object-fit: contain;
	}

	#sort-listing-mob {
		margin-left: 10px;
	}

	#filter-listing .filter-icon {
		display: inline-block;
		height: 40px;
		width: 40px;
		object-fit: contain;
	}

	.filter_drpdwn {
		top: 45px;
		left: -178px;
	}

	.offers-text {
		max-width: 180px;
	}

	.offers-text .offers-title {
		font-weight: 700;
		font-size: 20px;
		line-height: 120%;
		color: #2b2c3e;
	}

	.offers-text .offers-subtitle {
		font-weight: 600;
		font-size: 12px;
		line-height: 150%;
		color: #333333;
	}

	#sort-listing-wrap {
		justify-content: space-between;
		margin-bottom: 15px;
	}

	/* apply now and clear all mobile sidebar */
	.mob-filter-btn-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.mob-filter-btn-wrap .apply-now {
		width: 312px;
	}

	.mob-filter-btn-wrap .mob-filter-clear {
		font-weight: 600;
		font-size: 14px;
		line-height: 19px;
		color: #d71c23;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.modal.show .modal-dialog {
		transform: translate(0, 15%);
	}

	.offers-popup .modal-header {
		display: flex;
		flex-direction: column;
	}

	.offers-popup .modal-header .modal-title {
		width: auto;
	}

	.offers-popup .modal-header .btn-danger {
		margin-bottom: 24px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.offers-popup .modal-header .btn-danger {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.popup-tab-content .nav-tab-wrapper {
		position: relative;
		width: 800px;
		overflow-x: scroll;
	}
}

@media (max-width: 550px) {
	.grid .element-item {
		left: 50% !important;
		transform: translate(-50%, 0);
	}
}



@media (max-width: 480px) {
	.offers-popup .modal-content {
		padding: 33px;
	}

	.popup-tab-content .nav-tab-wrapper a {
		margin: 0 7px;
	}

	.popup-tab-content .nav-tab-wrapper a::after {
		margin-left: 7px;
	}
}

@media (max-width: 360px) {
	.popup-tab-content .nav-tab-wrapper a {
		font-size: 12px;
	}
}

.tab-pane.active {
	background: none !important;
}

/* cc page CSS */

/* variable */
/* Fonts */
@media screen and (min-width: 768px) {

	.mg-b-md-32 {
		margin-bottom: 32px !important;
	}
}

/* mixin */
.btn-danger:not(:disabled).active:focus,
.btn-danger:not(:disabled):active:focus {
	background: #d10e35;
	border-color: #d10e35;
	box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled):active {
	background: #d10e35;
	border-color: #d10e35;
}

.btn-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

.btn-white:not(:disabled).active:focus,
.btn-white:not(:disabled):active:focus {
	background: #ffffff;
	border-color: #ffffff;
	box-shadow: none;
}

.btn-white:not(:disabled):not(.disabled):active {
	background: #ffffff;
	border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

.btn-gray:not(:disabled).active:focus,
.btn-gray:not(:disabled):active:focus {
	background: #E9EBF6;
	border-color: #E9EBF6;
	box-shadow: none;
}

.btn-gray:not(:disabled):not(.disabled):active {
	background: #E9EBF6;
	border-color: #E9EBF6;
}

.btn-gray:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

.btn-outline-danger:not(:disabled).active:focus,
.btn-outline-danger:not(:disabled):active:focus {
	background: transparent;
	border-color: #af2219;
	color: #af2219;
}

.btn-outline-danger:not(:disabled):not(.disabled):active {
	background: transparent;
	border-color: #af2219;
	color: #af2219;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

.btn-outline-secondary:not(:disabled).active:focus,
.btn-outline-secondary:not(:disabled):active:focus {
	background: transparent;
	border-color: #af2219;
	color: #af2219;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
	background: transparent;
	border-color: #af2219;
	color: #af2219;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

.btn-outline-light:not(:disabled).active:focus,
.btn-outline-light:not(:disabled):active:focus {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.btn-outline-light:not(:disabled):not(.disabled):active {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

/* style guide */

.heading40 {
	font-size: 40px;
}

h2 {
	font-size: 34px;
	font-family: "Cairo-Bold";
	color: #020300;
}

@media (max-width: 767px) {
	.heading40 {
		font-size: 28px;
		line-height: 36px;
	}

	h2 {
		font-size: 24px;
	}
}




/* Chrome, Safari, Edge, Opera */

/* Firefox */

h2,
p {
	margin: 0;
	font-weight: normal;
}

/* .heading-section {
	margin-bottom: 20px;
} */

.heading-section .heading40 {
	color: #fff;
}

.heading-section p {
	margin-top: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

@media (max-width: 767px) {

	.heading-section {
		margin-bottom: 16px;
	}
}
.heading-color{
	color: #fff !important;
}