/*------------------------------------------------------------------
[Master Stylesheet]

Project:		SSLCOMMERZ VISA Campaign
Version:		1.0

------------------------------------------------------------------*/
@import "css/plugins.css";
@import "css/navigation-menu.css";
@import "css/shortcode.css";


/* [Global] */
body {
	font-size: 15px;
	color: #000;
	overflow-x: hidden;
}
main,
footer {
	overflow-x: auto;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	outline: 0 !important;
}

/* + Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* + OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* + Section Padding */
.section-padding {
	padding-top: 0px;
	padding-bottom: 60px;
}
.section-one {
	background: url(images/section-1.jpg) no-repeat 0% 0%;
	background-size: cover;
}
/* + Section Header */
.section-header {
	width: 78%;
	text-align: center;
	margin: 0 auto;
}
.section-header-lg {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
h2.section_sub_header {
	font-size: 36px;
    padding-bottom: 10px;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: #1335ae;
    font-weight: 600;
	margin-top: 60px;
}
.section-header-lg h3,
.section-header h3{
	color: #333;
	margin: 0 0 10px;
	/* text-transform: uppercase; */
	font-size: 54px;
	padding-bottom: 10px;
	/* line-height: 64px; */
	/* letter-spacing: 0.72px; */
	/* font-family: 'Poppins', sans-serif; */
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	word-wrap: break-word;
	-webkit-background-clip: text!important;
	background-clip: text!important;
	-webkit-text-fill-color: transparent!important;
	text-fill-color: transparent!important;
	background: -webkit-linear-gradient(left, #545cff, #1f2246, #545cff);
    background-size: 1600px 100%;
	animation-duration: 3s;
	animation-name: gradientMove;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
.section-header-sm h3 {
	font-size: 47px;
	line-height: 1.2em;
	font-weight: 600;
}
.section-header-lg p,
.section-header p{
	font-size: 22px;
	color: rgb(111, 114, 117);
	/* font-family: 'Roboto', sans-serif; */
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.price-area {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #fff;
}
.card-save {
	position: relative;
	padding-top: 60px;
	padding-bottom: 80px;
	background: #f4f6f8;
}
.faq-area {
	position: relative;
	padding-top: 0;
	padding-bottom: 60px;
	background: #fff;
}
.each-banner {
	position: relative;
	padding-top: 60px;
	padding-bottom: 45px;
	margin-top: 0px;
}
.each-banner .row {
	display: flex;
  align-items: center;
}
.each-banner .row .col-md-6 {
	flex: 1;
}
.each-banner .deal-content {
  border-top: none;
  padding: 10px 10px 20px 0;
  text-align: left;
}
.each-banner:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: #f4f6f8;
	z-index: -1;
}
.each-banner-left h2 {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 1.0em;
	font-size: 47px;
	line-height: 1.2em;
	word-wrap: break-word;
	-webkit-background-clip: text!important;
	background-clip: text!important;
	-webkit-text-fill-color: transparent!important;
	text-fill-color: transparent!important;
	background: linear-gradient(65deg, rgb(33, 33, 97) 0%, #639bec 100%);
}
.each-banner-left p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: rgb(75 78 80);
}
.each-banner-left p span {
	color: rgb(0, 0, 0);
}
.deal-section {
	padding-bottom: 60px;
}
.slider.center .slick-slide {
	margin: 0px 80px;
}
.slider.center .slick-slide img {
	outline: none;
}
/* + Page Banner */
.pagebanner {
	position: relative;
	min-height: 561px;
	background: url("images/pagebanner-category.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.pagebanner::before{
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.pagebanner .banner-content-block{
	position: relative;
	padding-top: 270px;
	padding-bottom: 115px;
}
.banner-content-block{
	position: relative;
}
.pagebanner .banner-content{
	position: relative;
	border: 2px dashed #fff;
	display: inline-block;
	padding: 30px 64px;
	min-width: 485px;
	text-align: center;
}
.pagebanner .banner-content::after,
.pagebanner .banner-content::before{
	position: absolute;
	content: "";
	background: url("images/scisor.png");
	background-repeat: no-repeat;
	height: 39px;
	width: 43px;
}
.pagebanner .banner-content::before{
	left: 8px;
	top: -26px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.pagebanner .banner-content::after{
	right: 5px;
	bottom: -25px;
}
.pagebanner .banner-content h3{
	color: #fff;
	line-height: 28px;
	letter-spacing: 0.9px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Lora', serif;
	margin-bottom: 21px;
	word-wrap: break-word;
}
.pagebanner .banner-content .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 15px;
	padding: 0;
}
.pagebanner .banner-content .breadcrumb li {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.91px;
	color: #fff;
	word-wrap: break-word;
	font-family: 'Arimo', sans-serif;
	word-wrap: break-word;
}
.pagebanner .banner-content .breadcrumb li.active {
	color: #fd7140;
}
.pagebanner .banner-content .breadcrumb li:first-of-type a {
	margin-left: 0;
}
.pagebanner .banner-content .breadcrumb li:last-of-type a {
	margin-right: 0;
}
.pagebanner .banner-content .breadcrumb  a{
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 0.91px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 5px;
	font-family: 'Arimo', sans-serif;
	word-wrap: break-word;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	word-wrap: break-word;
}
.pagebanner .banner-content .breadcrumb  a:hover{
	color: #fd7140;
}
.pagebanner .banner-content .breadcrumb > li + li::before{
	color: #fff;
	padding: 0 13px 0 7px;
}

/* + PageBanner::  Coupans Page */
.pagebanner.coupans  {
	background: url("images/pagebanner-coupans.jpg");
}
/* + PageBanner::  Categories Page */
.pagebanner.categories  {
	background: url("images/pagebanner-category.jpg");
}
/* + PageBanner::  Register Page */
.pagebanner.register  {
	background: url("images/pagebanner-register.jpg");
}
/* + PageBanner::  Blog Page */
.pagebanner.blog  {
	background: url("images/pagebanner-blog.jpg");
}
/* + PageBanner::  BlogPost Page */
.pagebanner.blogpost  {
	background: url("images/pagebanner-blogpost.jpg");
}
/* + PageBanner::  404 Page */
.pagebanner.error  {
	background: url("images/pagebanner-error.jpg");
}
/* + PageBanner::  ContactUs Page */
.pagebanner.contactus  {
	background: url("images/pagebanner-contactus.jpg");
}
.accordion-body-bordered .accordion-item {
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border-radius: 8px;
}
.accordion-title-bordered .accordion-item {
	margin-bottom: 1.25em;
}
.accordion-expander-left.accordion-body-bordered .accordion-title a, .accordion-expander-left.accordion-title-bordered .accordion-title a, .accordion-expander-left.accordion-active-has-fill .accordion-title a {
	padding-right: 30px;
	padding-left: 60px;
}
.font-size-18 {
	font-size: 18px !important;
}
.accordion-title {
	margin: 0;
	position: relative;
	line-height: 1.5em;
}
.accordion-active-has-fill .accordion-heading .accordion-title a.collapsed {
	background: #fff;
	color: #000;
}
.accordion-active-has-fill .accordion-heading .accordion-title a {
	background: linear-gradient(65deg, rgb(33, 33, 97) 0%, #639bec 100%);
	color: #fff;
}
.accordion-active-has-fill .accordion-title a:focus,
.accordion-active-has-fill .accordion-title a:hover {
	text-decoration: none;
}
.accordion-lg .accordion-title a {
	padding-top: 1.05em;
	padding-bottom: 1.05em;
	display: block;
	width: 100%;
	padding: 0.93em 30px 0.93em 0;
	color: inherit;
	font-family: 'Poppins', sans-serif;
}

.accordion-expander-left.accordion-body-bordered .accordion-expander, .accordion-expander-left.accordion-title-bordered .accordion-expander, .accordion-expander-left.accordion-active-has-fill .accordion-expander {
	left: 30px;
}
.accordion-expander {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 16px;
	color: inherit;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.accordion-expander-left .accordion-expander {
	right: auto;
	left: 0;
}
.active .accordion-expander > i:first-child {
	display: none;
}
.active .accordion-expander > i:last-child {
	display: inline-block;
}

.accordion-expander > i:last-child {
	display: none;
}
.accordion-body-bordered .accordion-content {
	padding-top: 10px;
	padding-bottom: 16px;
	padding-left: 30px;
	padding-right: 30px;
}
.accordion-body-bordered .accordion-content p {
	margin-bottom: 0
}
/* * Header */
/* + Header Main */
.header-main {
	position: relative;
	left: 0;
	right: 0;
	top: 0px;
	z-index: 3;
	border-bottom: 1px solid #e8edf6;
	/* -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3); */
}
/* + MenuBlock */
.menu-block .container {
	position: relative;
}
.menu-block .user-cart {
	position: absolute;
	right: 0;
	z-index: 1;
	top: 32px;
}
.menu-block .user-cart a {
	color: #c1c1c1;
	text-decoration: none;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	letter-spacing: 0.98px;
	border: 2px solid #c9c9c9;
	margin-right: 13px;
	display: inline-block;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.menu-block .user-cart a:hover {
	border-color: #fd7140;
	color: #fd7140;
}
.menu-block .user-cart a:last-of-type {
	margin-right: 0;
}
.slick-slider .slick-arrow {
	/* text-indent: -9999px; */
	width: 52px;
	height: 52px;
	border: 0 none;
	background: linear-gradient(65deg, rgb(33, 33, 97) 0%, #639bec 100%);
	border-radius: 30px;
	position: absolute;
	z-index: 99;
	outline: none;
}
.slick-slider .slick-arrow img {
	position: relative;
	width: 24px;
}
.slick-slider .slick-arrow.slick-next {
	right: 13%;
	top: 40%;
}
.slick-slider .slick-arrow.slick-prev {
	left: 13%;
	top: 40%;
	display: none!important;
}
.price .slick-dots {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 20px 0 0 0;
	transition: all 300ms;
}
.price .slick-dots li {
	display: inline-block;
	border-radius: 50%;
	background: #c1c1c1;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	margin: 0px 4px;
	cursor: pointer;
	transition: all 300ms;
}
.price .slick-dots li.slick-active {
	background: linear-gradient(65deg, rgb(33, 33, 97) 0%, #639bec 100%);
	width: 24px;
	border-radius: 6px;
	transition: all 300ms;
}

#home-slider{
	border-bottom: 1px solid #e8edf6;
}

/* 2023 */

.text-condition{
	color: #2a5da8 !important;
	font-family: 600 !important;
	font-size: 22px !important;
	line-height: 22px !important;
	margin-bottom: 0 !important;
}

.pl-16{
	padding-left: 16px !important;
}

.d-inline-block{
	display: inline-block !important;
}

.getoffer-content ul.list-styled li {
    display: list-item !important;
 
}

.getoffer-content hr{
	margin-left: -16px !important;
}

.getoffer-content ul li a{
	color: #337ab7 !important;
	font-size: 16px !important;
}


.deal-content a {
    color: #fff;
    padding: 12px 15px;
    border-radius: 7px;
    background: linear-gradient(65deg, rgb(33, 33, 97) 0%, #639bec 100%);
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.02rem;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

 

/* * Footer */
/* + Footer Main */
.footer-main-block {
	background: url("images/footer-bg.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 75px;
}
.footer-main-block::before{
	background-color: rgba(37, 37, 37, 0.97);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.footer-main .widget-title{
	text-transform: uppercase;
	letter-spacing: 0.9px;
	font-family: 'Lora', serif;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 24px 0;
	display: inline-block;
	position: relative;
	word-wrap: break-word;
}
.footer-main-block .ftr-widget{
	margin-bottom: 20px;
}
.footer-main-block .ftr-widget ul{
	padding-left: 0;
}

/* + Footer Widget:: SupportUs  */
.footer-main-block .ftr-widget.widget_support{
	padding-right: 0;
}
.footer-main-block .ftr-widget.widget_support ul li,
.footer-main-block .ftr-widget.widget_pages ul li {
	display: inline-block;
	width: 100%;
}
.footer-main-block .ftr-widget ul li a {
	color: #919191;
	font-size: 15px;
	line-height: 32px;
	text-transform: capitalize;
	text-decoration: none;
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer-main-block .ftr-widget.widget_support ul li a:hover,
.footer-main-block .ftr-widget.widget_pages ul li a:hover{
	color: #fd7140;
	margin-left: 5px;
}

/* + Footer Widget:: Pages  */
.footer-main-block .ftr-widget.widget_pages{
	padding-left: 83px;
}

/* + Footer Widget:: ContactUs */
.footer-main-block .widget_contactus {
	padding-left: 70px;
}
.footer-main-block .widget_contactus .contactinfo-box {
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
}
.footer-main-block .widget_contactus .contactinfo-box:hover i {
	color: #fd7140;
}
.footer-main-block .widget_contactus .contactinfo-box:last-of-type {
	margin-bottom: 0;
}
.footer-main-block .widget_contactus .contactinfo-box i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #919191;
	font-size: 20px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer-main-block .widget_contactus .contactinfo-box  p{
	margin-left: 20px;
	color: #919191;
	font-size: 15px;
	font-family: 'Arimo', sans-serif;
	padding-right: 40px;
	line-height: 24px;
}
.footer-main-block .widget_contactus .contactinfo-box p a {
	text-decoration: none;
	color: #919191;
	display: block;
	word-wrap: break-word;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer-main-block .widget_contactus .contactinfo-box p a:hover {
	color: #fd7140;
	margin-left: 5px;
}
/* + Footer Widget:: Subscribe */
.footer-main-block .widget_newsletter {
	padding-left: 77px;
	padding-right: 15px;
}
.footer-main-block .widget_newsletter p {
	color: #919191;
	font-family: 'Arimo', sans-serif;
	padding-right: 15px;
	padding-top: 4px;
	display: inline-block;
}
.footer-main-block .widget_newsletter .input-group {
	margin-bottom: 27px;
	margin-top: 13px;
	margin-right: 3px;
}
.footer-main-block  .widget_newsletter .form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
	min-height: 45px;
	padding-left: 23px;
	text-transform: uppercase;
	color: #888;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 24px;
	font-family: 'Arimo', sans-serif;
	z-index: 1;
}
.footer-main-block  .widget_newsletter .input-group-btn .btn {
	background-color: #49aa72;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
	border-radius: 0;
	color: #fff;
	line-height: 24px;
	min-height: 45px;
	position: relative;
	padding: 5px 20px;
	outline: none;
}
.footer-main-block  .widget_newsletter .input-group-btn .btn:focus {
	outline: none;
}
.footer-main-block .widget_newsletter .input-group-btn .btn::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(41,54,62,1);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	z-index: -1;
}
.footer-main-block .widget_newsletter .input-group-btn .btn:hover::before {
	width: 100%;
}
.footer-menu .menu-left-bg::before,
.footer-menu .ow-navigation .navbar-header::before{
	height: 0;
}

/* + Footer About */
.footer-about {
	display: inline-block;
	width: 100%;
	margin-top: 44px;
}
.footer-about .ftr-block {
	float: left;
	padding: 0;
}
.footer-about .ftr-about{
	padding-right: 15px;
}
.footer-about .ftr-about p{
	color: #919191;
	font-size: 15px;
	line-height: 28px;
	font-family: 'Arimo', sans-serif;
}
.ftr-social{
	float: right;
	padding: 0;
}
.footer-bottom{
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 14px;
	margin-bottom: 42px;
}

/* + Footer Menu */
.menu-left-bg::before, .ow-navigation .navbar-header::before{
	height: 0;
}
.footer-menu .ow-navigation .navbar-header{
	background-color: transparent;
	padding-top: 0;
}
.footer-menu .ow-navigation .navbar-header::after{
	border: none;
	position: relative;
	z-index: 2;
}
.footer-menu .navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
.footer-menu .ow-navigation .navbar-nav > li{
	margin-right: 29px;
}
.footer-menu .ow-navigation .navbar-nav > li:last-of-type{
	margin-right: 0;
}
.footer-menu .ow-navigation .navbar-nav > li > a{
	color: #919191;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 0.12px;
	font-family: 'Arimo', sans-serif;
	padding: 0;
}
.footer-menu .ow-navigation .navbar-nav > li > a::before{
	height: 0;
	bottom:0;
	background-color: transparent;
}

/* + Footer Bottom */
.footer-about .ftr-social{
	padding-left: 75px;
}
.footer-about ul {
	padding-left: 0;
}
.footer-about ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.footer-about ul li:last-of-type {
	margin-right: 0;
}
.footer-about ul li a {
	height: 37px;
	width: 37px;
	display: inline-block;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	background-color: #939598;
	border-radius: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer-about ul li a:hover {
	background-color: #fd7140;
	color: #fff;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.footer-about  a + .tooltip > .tooltip-inner {
	background-color: #fd7140;
	color: #fff;
}
.footer-about a + .tooltip > .tooltip-arrow {
	border-bottom-color: #fd7140;
}
.footer-main .copyright{
	background-color: #2a5da8;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 1px;
}
.footer-main .copyright p{
	color: #e8e7e7;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 0.52px;
	line-height: 30px;
}
/*------------------------------------------------------------------
[Responsive]
-------------------------------------------------------------------*/

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

/* + min-width: 992 */
@media (min-width: 992px) {
	/* + Footer Main */
	.footer-main-block .ftr-widget:nth-child(4n+1){
		clear: both;
	}
	.footer-about .row [class*="ftr-"]:nth-child(2n+1){
		clear: both;
	}
}

/* + min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* + Footer Main */
	.footer-main-block .widget_newsletter,
	.footer-main-block .widget_contactus,
	.footer-main-block .ftr-widget.widget_pages{
		padding-left: 45px;
	}
	.footer-menu .ow-navigation .navbar-nav > li{
		margin-right: 13px;
	}
	.footer-menu .ow-navigation .navbar-nav > li > a{
		font-size: 11.5px;
	}
	.footer-about .ftr-social{
		padding-left: 12px;
	}
}

/* + max-width: 991 */
@media (max-width: 991px) {
	.section-header {
		width: 100%;
	}
	/* + Header Main*/
	.slider.center .slick-slide {
    margin: 0px 10px;
	}
	.header-main::after{
		bottom: 0;
		height: 0;
	}
	.slick-slider .slick-arrow.slick-next {
    right: 3%;
	}
	/* + Section Padding */
	.section-padding{
		padding-top: 25px;
		padding-bottom: 25px;
	}

	/* + Menu Block */
	.menu-block .user-cart{
		top: 13px;
		right: 70px;
	}
	.menu-block .user-cart a{
		width: 33px;
		height: 33px;
		line-height: 30px;
		font-size: 13px;
		margin-right: 5px;
	}

	/* + Footer Main */
	.footer-main-block .ftr-widget:nth-child(2n+1){
		clear: both;
	}
	.footer-about .ftr-social,
	.footer-main-block .widget_newsletter,
	.footer-main-block .widget_contactus,
	.footer-main-block .ftr-widget.widget_pages{
		padding-left: 15px;
	}
	.footer-about .ftr-about{
		padding-right: 15px;
	}
	.footer-about{
		margin-top: -5px;
	}
	/* + Footer Menu */
	.footer-menu .ow-navigation .navbar-header{
		padding-bottom: 0;
	}
	.footer-menu .ow-navigation .nav.navbar-nav li > a{
		font-size: 12px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.12px;
		color: #919191;
	}
	.footer-menu .ow-navigation .nav.navbar-nav li > a:hover {
		color: #fd7140;
	}

	/* + Footer About */
	.footer-about .ftr-about{
		margin-bottom: 15px;
	}

	/* + PageBanner */
	.pagebanner .banner-content-block{
		top: 50%;
	}
	.pagebanner .banner-content{
		padding: 30px 40px;
	}
	.pagebanner .banner-content h3{
		font-size: 25px;
	}

	/* + Section Header */
	.section-header-sm h3,
	.section-header h3 {
    font-size: 40px;
    line-height: normal;
	}
	.price-area {
		padding-top: 0;
	}
}

/* + max-width: 767 */
@media (max-width: 767px) {
	/* + PageBanner */
	.pagebanner{
		min-height: 350px;
	}
	.pagebanner .banner-content-block{
		top: 50%;
	}
	.pagebanner .banner-content{
		padding: 20px 30px;
	}
	.pagebanner .banner-content h3{
		font-size: 18px;
	}
	.deal-content h3,
	.each-banner-left p,
	.getoffer-content h4 {
		font-weight: 500;
		min-height: 30px !important;
	}
	.dealbox {
		margin-bottom: 22px !important;
	}
	.deal-section .deal-thmbimg img {
		height: 120px;
	}
}

/* +  max-width: 639 */
@media (max-width: 639px) {
	/* + PageBanner */
	.accordion-expander-left.accordion-body-bordered .accordion-expander,
	.accordion-expander-left.accordion-title-bordered .accordion-expander,
	.accordion-expander-left.accordion-active-has-fill .accordion-expander {
    left: 16px;
	}

	.pagebanner .banner-content{
		padding: 15px 30px;
		min-width: 100%;
		display: inline-block;
		width: 100%;
	}
	.pagebanner .banner-content .breadcrumb li{
		font-size: 12px;
	}
	.pagebanner .banner-content .breadcrumb > li + li::before{
		padding: 0 5px;
	}
	.pagebanner .banner-content h3{
		font-size: 14px;
		margin-bottom: 10px;
	}

	/* + Section Header */
	.each-banner-left h2,
	.getoffer-content h3,
	.section-header-sm h3,
	.section-header h3 {
    font-size: 28px;
    line-height: normal;
	}
	.section-header {
		width: 100%;
	}
	.price-area {
    padding-top: 10px;
    padding-bottom: 20px;
	}
	.slider.center .slick-slide {
    margin: 0px 20px;
	}
	.section-header-lg p,
	.section-header p {
		margin-bottom: 0;
		font-size: 16px;
	}
	.card-save {
		padding-bottom: 30px;
	}
	.each-banner {
    padding-top: 0px;
	}
	.each-banner .row {
    display: initial;
	}
}

/* +  max-width: 479 */
@media (max-width: 479px) {
	/* + Footer Main */
	.footer-main-block .col-xs-6{
		width: 100%;
	}

	/* + PageBanner */
	.pagebanner .banner-content-block{
		width: 100%;
	}
}

/* Bob */
/* @-webkit-keyframes hvr-bob { */
	/* 0% { */
		/* -webkit-transform: translateY(-8px); */
		/* transform: translateY(-8px); */
	/* } */
	/* 50% { */
		/* -webkit-transform: translateY(-4px); */
		/* transform: translateY(-4px); */
	/* } */
	/* 100% { */
		/* -webkit-transform: translateY(-8px); */
		/* transform: translateY(-8px); */
	/* } */
/* } */
/* @keyframes hvr-bob { */
	/* 0% { */
		/* -webkit-transform: translateY(-8px); */
		/* transform: translateY(-8px); */
	/* } */
	/* 50% { */
		/* -webkit-transform: translateY(-4px); */
		/* transform: translateY(-4px); */
	/* } */
	/* 100% { */
		/* -webkit-transform: translateY(-8px); */
		/* transform: translateY(-8px); */
	/* } */
/* } */
/* @-webkit-keyframes hvr-bob-float { */
	/* 100% { */
		/* -webkit-transform: translateY(-8px); */
		/* transform: translateY(-8px); */
	/* } */
/* } */
/* @keyframes hvr-bob-float { */
	/* 100% { */
		/* -webkit-transform: translateY(-8px); */
		/* transform: translateY(-8px); */
	/* } */
/* } */

.hvr-bob {
	display: inline-block;
	vertical-align: top;
	transition: all 500ms;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
	transform: translateY(-4px);
	transition: all 500ms;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
}
.deal-content a,
.section-header-lg h3, .section-header h3,
.deal-content h3,
.section-header-lg h3, 
.section-header h3,
.accordion-lg .accordion-title a,
.each-banner-left p,
.getoffer-content h3,
.getoffer-content h4,
.footer-main .copyright p {
	font-family: "Montserrat", sans-serif;
	/* font-family: "Plus Jakarta Sans", sans-serif; */
}
.deal-content h3,
.each-banner-left p,
.getoffer-content h4 {
	font-weight: 500; 
}
.deal-content h3{ 
	min-height: 70px;
}
.accordion-lg .accordion-title a {
	font-weight: 600;
}
.deal-content a {
	font-weight: 500;
}
.deal-section .deal-thmbimg img {
	width: 92%;
	height: 160px;
	object-fit: contain;
}
.section-header-lg h3,
.section-header h3,
.getoffer-content h3 {
	font-weight: 800;
}

.deal-content h3 { 
    line-height: 22px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 700;
}

.deal-content h3 span {
    font-size: 13px;
	line-height: 14px;
	font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
}
@keyframes gradientMove {
	0% {
		background-position: 0 1600px;
	}
	100% {
		background-position: 1600px 0;
	}
}
