@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap'); 
  @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,

/* End extract */
html,
body {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
html {
  overflow-x: hidden;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0;
}

a {
  color: inherit;
}

.block {
  display: block;
  width: 100%;
}
.responsive {
  display: block;
  overflow-x: auto;
}
.col,
.half,
.third,
.twothird,
.threequarter,
.quarter {
  float: left;
  width: 100%;
}
.col.s1 {
  width: 8.33333%;
}
.col.s2 {
  width: 16.66666%;
}
.col.s3 {
  width: 24.99999%;
}
.col.s4 {
  width: 33.33333%;
}
.col.s5 {
  width: 41.66666%;
}
.col.s6 {
  width: 49.99999%;
}
.col.s7 {
  width: 58.33333%;
}
.col.s8 {
  width: 66.66666%;
}
.col.s9 {
  width: 74.99999%;
}
.col.s10 {
  width: 83.33333%;
}
.col.s11 {
  width: 91.66666%;
}
.col.s12 {
  width: 99.99999%;
}
@media (min-width: 601px) {
  .col.m1 {
    width: 8.33333%;
  }
  .col.m2 {
    width: 16.66666%;
  }
  .col.m3,
  .quarter {
    width: 24.99999%;
  }
  .col.m4,
  .third {
    width: 33.33333%;
  }
  .col.m5 {
    width: 41.66666%;
  }
  .col.m6,
  .half {
    width: 49.99999%;
  }
  .col.m7 {
    width: 58.33333%;
  }
  .col.m8,
  .twothird {
    width: 66.66666%;
  }
  .col.m9,
  .threequarter {
    width: 74.99999%;
  }
  .col.m10 {
    width: 83.33333%;
  }
  .col.m11 {
    width: 91.66666%;
  }
  .col.m12 {
    width: 99.99999%;
  }
}
@media (min-width: 993px) {
  .col.l1 {
    width: 8.33333%;
  }
  .col.l2 {
    width: 16.66666%;
  }
  .col.l3 {
    width: 24.99999%;
  }
  .col.l4 {
    width: 33.33333%;
  }
  .col.l5 {
    width: 41.66666%;
  }
  .col.l6 {
    width: 49.99999%;
  }
  .col.l7 {
    width: 58.33333%;
  }
  .col.l8 {
    width: 66.66666%;
  }
  .col.l9 {
    width: 74.99999%;
  }
  .col.l10 {
    width: 83.33333%;
  }
  .col.l11 {
    width: 91.66666%;
  }
  .col.l12 {
    width: 99.99999%;
  }
}
.content,
.auto {
  margin-left: auto;
  margin-right: auto;
}
.content {
  max-width: 980px;
}
.auto {
  max-width: 1140px;
}
.cell-row {
  display: table;
  width: 100%;
}
.show-inline-block {
  display: inline-block !important;
}
@media (max-width: 1205px) {
  .auto {
    max-width: 95%;
  }
}

@media (max-width: 992px) {
  .main {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .auto {
    max-width: 100%;
  }
}
.logo-main{
    height: auto;
    width: 135px;
}
.main-logo-div{
    padding: 19px;	
}
.top-notification{
display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    align-items: center;
    justify-items: center;
	background: #004389;
	text-align: center;
}
.top-header-bar-paragraph p{
	font-weight: 400;
font-size: 12px;
line-height: 24px;
font-family: Poppins;
color: #FFFFFF;
}
.top-header-bar-text{
    justify-self: right;
	font-weight: 700;
font-size: 12px;
line-height: 27px;
font-family: Poppins;
color: #FFFFFF;
}
.top-header-bar-button a{
	font-weight: 700;
font-size: 12px;
font-family: Poppins;
line-height: 24px;
color: #FFFFFF;
    text-decoration: none;

}
.top-header-bar-button{
	justify-self: left;
}

.mainly_three_tabs_top div.putting_1:hover {
	background: #d3d3d3c7;
    transition: .5s;
    border: 1px solid #d3d3d3c7 !important;
}

.top-header-bar-paragraph2 p{
	font-weight: 400;
font-size: 12px;
line-height: 24px;
font-family: Poppins;
color: #000000;
}
.top-header-bar-text2{
    justify-self: right;
	font-weight: 700;
font-size: 12px;
line-height: 27px;
font-family: Poppins;
color: #000000;
}
.top-header-bar-button2 a{
	font-weight: 700;
font-size: 12px;
font-family: Poppins;
line-height: 24px;
color: #000000;
    text-decoration: none;

}
.top-header-bar-button2{
	justify-self: left;
}
.top-notification2{
	display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr));
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    align-items: center;
    justify-items: center;
    background: #fed926;
    text-align: center;
}
.top-notification2 > .content {
    max-width: 1600px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 1.75rem;
    align-items: center;
}

.sticky {
	position: absolute;
    z-index: 99;
}

.content_center {
	display: block;
	margin-right: auto;
	padding: 0px 33px;
}

.fixed {
	position: fixed;
	top:0;
	background-color: #FE4557;
	box-shadow: 0 8px 20px rgb(0 0 0 / 8%);
	z-index:11;
    width: 1600px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0 auto;
}
.categories-box{
    width: 100%;
    height: 250px !important;
    object-fit: scale-down;
    align-self: center;
    overflow: hidden;
	position: relative;
}
.main-categories-box{
	padding:50px;
}
.div-categories-inner{
	display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    align-items: center;
	    padding-bottom: 35px;
    justify-items: center;
}
.categories-box img{
	width: 100%;
    height: 100%;
}
.header-components{
	    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    align-items: center;
    justify-items: center;
}
.header-main-link{
	    color: white;
    text-decoration: none;
    font-family: 'Poppins';
}
.nav-link{
	text-decoration: none;
	    margin-left: 15px;
    margin-right: 15px;
}
.login-button{
	color: white;
    text-decoration: none;
    font-family: 'Poppins';
    padding: 13px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    margin-right: 20px;
}
.categories-components{
	position: absolute;
    bottom: 0;
	    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: white;
}
.categories-components h6{
margin-bottom: 0;
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
}
.padding-container{
		padding:50px;
}
.categories-components p{
    margin: 0;
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-size: 17px;
}
.main-section-heading h3{
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 30px;
}
.content-section-3rd{
	margin-top:50px;
}
.content_section h3{
	font-family: 'Poppins-Regular';
font-style: normal;
font-weight: 700;
color: #FE4557;
font-size: 23px;
}
.content_section p{
font-family: 'Poppins-Regular';
font-style: normal;
font-weight: 400;
font-size: 16px;
color: #000000;
}
.enjoy-mobile-section{
	min-height: 500px;
}
.main_slider img{
    width: 100%;
    background-size: cover;
}
.video_image{
	    width: 100%;
    height: 100%;
    max-width: 500px;
}
.how-it-works{
	    display: flex;
    padding: 30px;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.boxes-work h6{
	font-family: 'Poppins-Regular';
font-style: normal;
font-weight: 700;
font-size: 15px;
color: #FE4557;
}
.boxes-work p{
font-family: 'Poppins-Regular';
font-style: normal;
font-weight: 400;
font-size: 13px;
color: #000000;
}
.bottom-bar-page-end{
	    display: block;
    grid-template-columns: repeat(1,minmax(0,1fr));
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    align-items: center;
    justify-items: center;
    background: #FED926;
    text-align: center;
}
.bottom-bar-page{
    justify-self: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 55px;
    font-family: Poppins;
    color: #000000;
}
.default-app-color{
	background-color: #fe4557;
}
.footer-box p{
	font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 13px;
color: #FFFFFF;
}
.footer-heading_box{
	text-align:left;
	font-family: 'Poppins-Regular';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 36px;
color: #FFFFFF;
}
.footer-box{
	    padding: 20px;
}
.apps-button img{
	height:100%;
	width:100%;
}
.footer-links{
	list-style: none;
    text-align: left;
}
.footer-links a{
	font-family: 'Poppins-Regular';
font-style: normal;
font-weight: 300;
font-size: 13px;
color: #FFFFFF;
text-decoration: none;
}
.text-center{
	text-align:center;
}
.how-it-works-box {
	display:flex;
	    align-items: center;
}
.boxes-work img{ 
        max-width: 150px;
    width: 100%;
    height: 158px !important;
    object-fit: scale-down;
	}
	.boxes-work{
	width: auto;
    text-align: left;
	    padding: 18px;
	}
.mobile-image-faq{
	height: 450px;
}
.app-download-btn{
	color: white;
    text-decoration: none;
    font-family: 'Poppins-Regular';
    padding: 13px;
	font-weight:600;
	color:#FE4557;
	background: #FED926;
    border: 1px solid #FED926;
    border-radius: 6px;
    margin-left: 20px;
    margin-right: 20px;
}

.header-main-buttons{
justify-self:left;
}


.sliderWrapper
{
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sliderWrapper .slider
{
  background: #aaa;
  overflow: hidden;
  height: 100%;
  position: relative;
  width: 100%;
}

.sliderWrapper .slider .slide
{
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.sliderWrapper .slider .slide img { width: 100%; height: 100%; }

.sliderWrapper .slider-directions .slider-directions-prev,
.sliderWrapper .slider-directions .slider-directions-next
{
  cursor: pointer;
  background: #eee;
  color: #333;
  height: 48px;
  position: absolute;
  top: 35%;
  width: 24px;
  z-index: 10;
  box-shadow: 0;

  transition-property: left,right,box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.sliderWrapper .slider-directions .slider-directions-prev:after,
.sliderWrapper .slider-directions .slider-directions-next:after
{
  content: 'O';
  display: block;
  line-height: 48px;
}

.sliderWrapper .slider-directions .slider-directions-prev { left: -24px; }
.sliderWrapper:hover .slider-directions .slider-directions-prev { left: 0; box-shadow: 0 0 8px 0 rgba(0,0,0,0.8); }
.sliderWrapper .slider-directions .slider-directions-prev:after { content: '«'; }

.sliderWrapper .slider-directions .slider-directions-next { right: -24px; }
.sliderWrapper:hover .slider-directions .slider-directions-next { right: 0; box-shadow: 0 0 8px 0 rgba(0,0,0,0.8); }
.sliderWrapper .slider-directions .slider-directions-next:after { content: '»'; }

.sliderWrapper .slider-navigation
{
  bottom: -24px;
  color: #333;
  left: 2px;
  position: absolute;
  z-index: 10;

  transition-property: bottom;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.sliderWrapper:hover .slider-navigation { bottom: 2px; }

.sliderWrapper .slider-navigation .slider-navigation-item
{
  cursor: pointer;
  background: #eee;
  border-radius: 100%;
  box-shadow: 0;
  display: inline-block;
  float: left;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  text-indent: -9999px;
  width: 12px;

  transition-property: box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.sliderWrapper:hover .slider-navigation .slider-navigation-item {
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.8);
}

.sliderWrapper .slider-navigation .slider-navigation-item.active {
  background: #333;
  color: #eee;
}

ul.social-media-list img {
    padding: 5px;
    border-radius: 5px;
    background-color: #add8e600;
    width: 36px;
    height: 36px;
    border: 1px solid white;
    border-radius: 100%;
    padding: 7px;
}
.social-media-list{
	    display: flex;
    list-style: none;
    padding: 0;
	column-gap: 5px
}
.offer-card{
    padding: 35px;
    position: relative;
    border: 2px solid #FE4557;
    border-radius: 10px;
    background-color: #ffff;
}
.card-tag{
	    position: absolute;
    top: 0;
    left: 0;
    background-color: #fe4557;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 12px;
    padding: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}
.app-button{
    margin-top: 20px;
    width: 100%;
    background: #fe4557;
    border: 1px solid #fe4557;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-family: 'Poppins-Regular';
    font-size: 15px;
}
.app-button:hover{
    margin-top: 20px;
    width: 100%;
    background: #ffff;
    border: 1px solid #FE4557;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 10px;
	color:#fe4557;
}
.app-button:hover a{
color:#FE4557;
}
.app-button a{
    color:white;
	text-decoration:none;
	font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 24px;

color: #FFFFFF;
}
.offers-points{
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.offers-points svg{
	margin-right:10px;
}
.offers-points p{
    width: 100%;
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #4F5665;
    margin-bottom: 5px;
    margin-top: 10px;
}
.point-p2{
	text-align:end;
	font-family: 'Poppins-Regular';
font-style: normal !important;
font-weight: 400 !important;
font-size: 15px !important;
color: #000000 !important;
}
.card-top-content{
	display:flex;
}
.card-content-img{
	width:100%;
}
.small-text{
    font-size: 16px;
    font-family: 'Poppins-Regular';
	}
.member-ship-content{
	    width: 100%;
    padding: 25px;
}
.card-content-img img{
	    height: 130px;
}
.card-content-img{
	    text-align: right;
}
.main-price{
	    font-size: 35px;
    font-family: 'Poppins-Regular';
}
.offer-heading{
	font-family: 'Poppins-Regular';
    font-weight: 700;
			margin:0;

}
.offer-para{
		font-family: 'Poppins-Regular';
		margin:0;
}
.section-bg-image{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fbfaf4;
	width: 100%;
}
.section-bg-image img{
width: 100%;
    height: 100%;
    object-fit: cover;
}
.white{
	background-color:white;
}

.accordion {
    cursor: pointer;
    padding: 18px;
    margin: 0;
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    border-bottom: 1px solid #C9C9C9;
}
.active{
	color:#fe4557;
	font-size: 19px;
}

/* Change color of the heading and icon (on hover and click) */

/* Add "plus" sign (+) after Accordion */
.accordion::after {
    float: right;
    background-image: url(/images_new_theme/down-arrow-new.png);
    background-size: 10px 10px;
    display: inline-block;
    width: 10px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
}

/* Add "minus" sign (-) after Accordion (when accordion is active) */
.active::after {
  content: "\01F891";
    color: #777;
    font-weight: 400;
    float: right;
    font-size: 29px;
    line-height: 0px;
}

/* Style the accordion panel */
.accordion-panel {
  padding: 0 18px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.accordion-panel p{
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.accordion-div{
	margin-top:50px;
}
.memberships_button a{
	width:fit-content;
}
.memberships_button a:hover{
	width:fit-content;
}
.memberships_button{
    margin-top: 40px;
}
.app-button-secondry:hover{
    margin-top: 20px;
    width: 100%;
    background: #fe4557;
    border: 1px solid #fe4557;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 15px;
}
.app-button-secondry{
    margin-top: 20px;
    width: 100%;
    background: #ffff;
    border: 1px solid #FE4557;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 10px;
	color:#fe4557;
}
.view-all-button{
	margin-top: 40px;
	display: block;
	width: 100%;
	text-align: center;
}
.view-all-button a{
    margin-top: 20px;
    background: #ffff;
    border: 1px solid #FE4557;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    color: #fe4557;
    text-decoration: none;
    display: block;
	margin: 0 auto;
    width: 225px;
}
.view-all-button a:hover{
	margin-top: 40px;
	display: block;
	width: 225px;
	margin: 0 auto;
	text-align: center;
}
  .main-banner-tag-text{
	border: 2px solid #FED926;
border-radius: 5px;
}
.page-main-heading {
    font-family: 'Abril Fatface';
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.paragraph-text-main-page{
font-family: 'Poppins-Regular';
    font-style: inherit;
    font-size: 16px;
    color: #FFFFFF;
}
.section-bg-image img {
    object-fit: cover;
}
.main-header-first-content{
	place-self: center;
}
.main-banner-section-area {
    padding: 0px;
    padding-left: 50px;
    padding-top: 50px;
}
.main-banner-section-area img{
	width: 100%;
    height: 600px !important;
    object-fit: scale-down;
}
.main-banner-tag-text {
    border: 2px solid #FED926;
    border-radius: 5px;
    padding: 5px;
    color: white;
    font-family: 'Poppins-Regular';
    font-weight: 200;
}

.get-started-button{
	    margin-top: 40px;
}
.get-started-button a{
    margin: 0;
}
.flex{
	display:flex;
}
.gap-20{
 column-gap: 20px;
}
.apps-button1 img{
	    height: 100%;
    width: 100%;
    max-width: 140px;
}
.boxes-work {
    width: fit-content;
    text-align: left;
    padding: 0px;
    margin-left: 5px;
    margin-right: 5px;
}
.boxes-work img {
    max-height: 102px;
}
.boxes-work h6 {
    margin: 0;
}
.boxes-work p {
    margin: 0;
}
.boxes-work img {
    max-width: 100px;
    min-width: 100px;
    width: 100%;
    height: 128px !important;
    object-fit: scale-down;
}
.how-it-works {
    display: flex;
    padding: 30px;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 769px) {
	#mySidenav{
		display:none !important;
	}
	ul.social-media-list img {
    position: relative;
    left: -20px;
}
}
@media only screen and (max-width: 768px) {
	.brands-page-top-section{
	    display: block !important;
    align-items: center !important;
}

.content_center {
    padding: 0px 13px !important;
}

.header-top-menu-button {
    margin-right: 11px !important;
}

footer.container.website_footer_limit {
    padding: 4px !important;
}

.text_heading_top_text{
	font-size:16px !important;
}

.brands-columns{
	display:inline-block !important;
}
.close-nav {
    text-align: center;
    margin-right: 12px;
    margin-left: 12px;
}
.brands-card-full{
    padding: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.brands-card{
	min-height:auto !important;
}
	.download-apps-button{
		place-content: center;
	}
	.content_section h3 {
	    font-size: 18px !important;
	}
	.content_section p {
	font-size: 14px !important;
	}
	.content-section-3rd {
		margin-top: 30px;
	}
	.categories-box{
    padding: 10px !important;
    height: auto !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
	}
	.top-notification2{
		display:none !important;
	}
	.button_texts{
		margin:0;
	}
.header-top-menu-button{
	display:block !important;
	width: 100%;
	text-align: end;
	margin-right: 30px;
}
.toggle-menu svg{
	    height: 42px;
    width: 42px;
}
footer{
	display: inline-block !important;
}
.apps-button img {
	height: 100%;
	width: 100%;
	max-width: 133px;
}
.card-top-content {
    display: block;
}
.card-content-img {
    text-align: center;
}
.div-categories-inner {
    display: block;
    align-items: center;
    padding-bottom: 35px;
    margin-top: 20px;
    justify-items: center;
    margin-bottom: 20px !important;
}
.categories-box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.how-it-works-section{
	display:inline-block !important;
}
.how-it-works-box {
    display: block;
    align-items: center;
}
.how-it-works {
    display: flex;
    padding: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.boxes-work {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin-left: 0;
    margin-right: 0;
}
.container{
	padding:15px;
}
.top-notification2 {
    display: block;
    align-items: center;
    justify-items: center;
    background: #FED926;
    text-align: center;
}
.top-header-bar-paragraph2 p {
    margin: 0;
}
.header-main-link{
	display:none;
}
.header-components {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    align-items: center;
    justify-items: center;
}
.main-banner-section-area {
    padding: 10px;
	margin-top:100px;
}
.mobiles-banner-first{
	display:none;
}
.header-main-buttons{
		display:none;
}
.fixed{
	padding:5px;
}
.page-main-heading {
    font-size: 35px;
}
h3{
	font-size:21px !important;
}
.offer-card {
    padding: 15px !important;
}
.navigation_bar_bottoms {
    display: block !important;
    background-color: white;
    position: fixed;
    width: 100%;
    bottom: -1px;
	    z-index: 9;
}
.bottom_navbars {
    text-align: center;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    -moz-column-gap: 1.75rem;
    box-shadow: 0 -2px 3px rgb(0 0 0 / 6%);
	padding-top: 5px;
    padding-bottom: 0px;
}
.home_nav_links {
    border-left: none !important;
}
.navbar_linkss {
    color: #515151;
    text-decoration: none;
}
.home_links {
    border-left: none;
}
.box_links {
    padding: 5px;
    padding-top: 10px;
    background-color: white;
    border-radius: 100%;
	
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.2s;
  z-index:9999;
}
.sidelinks{
      font-family: 'Poppins-Regular';
    font-size: 16px !important;
    line-height: 30px;
    border-bottom: 0.1px solid #ececec;
}
.sidebar-header{
	display:flex;
	background-color: #fe4557;
}
.closebtn{
    margin-right: 0;
    background: #fed926;
    border-radius: 200px;
    height: 40px;
    width: 40px;
    position: relative;
    top: 12px;
    color: #fe4557 !important;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins-Regular';
    padding: 0 !important;
    line-height: 43px;
}
.sidebar-logo img{
	    margin-left: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto !important;
    height: 42px!important;
    object-fit: scale-down;
}
.sidebar-logo{
	width:100%;
}
.sidenav a {
  padding: 8px 8px 8px 15px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
    color: #fe4557;
}


#main {
  transition: margin-left .2s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

}
.accordion::after {
    color: #777;
    font-size: 10px;
    line-height: 44px;
    background-image: url(images_new_theme/down-arrow-new.png);
    background-size: 12px 12px;
    display: inline-block;
    width: 19px;
    height: 23px;
    content: "";
    background-repeat: no-repeat;
}
.active::before {
	float: right;
	background-image: url(/images_new_theme/uparrow-new.png);
	background-size: 10px 10px;
	display: inline-block;
	width: 10px !important;
	height: 20px;
	content: "";
	background-repeat: no-repeat;
}
.active::after {
	display:none;
    content: "";
    background-repeat: no-repeat;
}

.bg_layer{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 999;
}
.brands-heading{
	
}
.sidebar-heading{
	font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    color: #000000;
}
.brands-page-top-section{
	justify-items: left !important;
}
.counting-text{
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #000000;
}
.page-products-counting{
	
}
.counting-brands-list{
	    width: 100%;
    text-align: end;
}
.searchbar-brands-list{
	    width: 100%;
}
.form-control{
	background: #FFFFFF;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    width: 100%;
	height: 44px;
}
.search-form-brands:hover{
    border: 1px solid #C4C4C4;
	    outline: none;
	}
.search-form-brands:active{
	border: 1px solid #C4C4C4;
	outline: none;
}
.search-form-brands:focus{
	border: 1px solid #C4C4C4;
	outline: none;
}
.search-form-brands:focus-visible{
	border: 1px solid #C4C4C4;
	outline: none;
}
	
/* Styles for wrapping the search box */

.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback img{
    height: 20px;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 45px;
    height: 2.375rem;
    line-height: 51px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.form-control{
	outline:none;
}
.form-search-buton{
	background: #FED926;
    border-radius: 0px 5px 5px 0px;
    border: none;
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #FE4557;
    width: 140px;
	cursor:pointer;
}
.search-input{
 border-radius: 4px 0px 0px 4px;
}
.brands-page-top-section{
	    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    align-items: center;
}
.brands-filters-sidebar{
	width:100%;
}
.brands-main-heading {
	column-gap: 9px;
	font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    line-height: 0;
    align-items: center;
	margin-bottom: 30px;
    margin-top: 40px;
}
.brands-filters-checkboxes{
	width: 100%;
    margin-bottom: 6px;
    padding: 8px 10px;
    border-radius: 4px;
    background: rgb(255 86 86 / 21%);
}
.checkbox-label{
    width: 100%;
    font-family: 'Poppins-Regular';
    font-size: 13px;
    color: #333;
}


/* Hide the browser's default checkbox */
.brands-filters-checkboxes input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position:relative;
	top: 0;
    left: 0;
    height: 16px;
    width: 17px;
    background-color: #eee;
    border: 1px solid #dddddd;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.brands-filters-checkboxes:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.brands-filters-checkboxes input:checked ~ .checkmark {
  background-color: #FE4557;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  display: none;
}

/* Show the checkmark when checked */
.brands-filters-checkboxes input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.brands-filters-checkboxes .checkmark:after {
	position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.relative{
	position:relative;
}
.brands-columns-all{
	padding: 5px;
	padding-top: 18px;
	padding-bottom: 20px;
}
.card-image{
	width:100%;
}
.card-offer-tag{
	position: absolute;
    background-color: black;
    right: 0;
    background: #FE4557;
    border-radius: 0px 0px 0px 5px;
    padding: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
}
.card-title-heading{
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #242424;
	margin:0;
	cursor: pointer;
    font-family: 'Poppins-Regular' !important;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.brand-details {
    padding: 16px;
    background: linear-gradient(180deg, rgb(255 86 86 / 12%) 0%, #42424200 38.33%);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.card-description{
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    margin: 0;
}
.brands-card{
	background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
	cursor: pointer;
	    min-height: 275px;
}
.card-rating{
	text-align: end;
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    color: #000000;
    margin: 0;
    margin-bottom: 5px;
}
.brand-logo-img {
	max-width: 70px;
    height: 45px;
    padding: 2px;
    max-height: 60px;
}
.brand-logo {
    position: absolute;
    top: -40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0/15%);
}
.brands-card-full{
    padding: 16px;
    margin: 0;
}
.brands-card:hover{
	box-shadow: 0px 4px 4px rgb(0 0 0 / 34%);
}
.card-rating{
	cursor:pointer;
}
.card-title-heading{
	cursor:pointer;
}
.card-description{
	cursor:pointer;
}
.card-link{
	    text-decoration: none;
}
.card-img-section{
	min-height: 150px;
    background-size: cover;
    width: 100%;
    height: 150px !important;
    object-fit: scale-down;
    background-position-y: center;
    background-position-x: center;
}

@font-face {
    font-family: Inter-Regular;
    src: url(../fonts/Inter-Regular.ttf);
  }

  @font-face {
    font-family: Inter-Thin;
    src: url(../fonts/Inter-Thin.ttf);
  }

  @font-face {
    font-family: Inter-Light;
    src: url(../fonts/Inter-Light.ttf);
  }

  @font-face {
    font-family: Inter-Medium;
    src: url(../fonts/Inter-Medium.ttf);
  }

  @font-face {
    font-family: Inter-Bold;
    src: url(../fonts/Inter-Bold.ttf);
  }

  @font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
  }

  @font-face {
    font-family: Poppins-Thin;
    src: url(../fonts/Poppins-Thin.ttf);
  }

  @font-face {
    font-family: Poppins-Light;
    src: url(../fonts/Poppins-Light.ttf);
  }

  @font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
  }

  @font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.ttf);
  }

@media screen and (max-width: 1350px) and (min-width: 1050px) {
	.sticky {
		zoom: 85%;
	}
	footer.default-app-color {
		zoom: 85%;
	}
}

@media screen and (max-width: 1049px) and (min-width: 769px) {
	.sticky {
		zoom: 62%;
	}
	footer.default-app-color {
		zoom: 79%;
	}
	.top-notification2{
		zoom: 70%;
	}
}

.dropbtn {
	background-color: transparent;
    font-size: 15px;
    cursor: pointer;
    font-family: poppins;
    color: #fff;
    padding: 13px 19px !important;
    text-decoration: none;
    transition: all .5s;
    border: 1px solid #fff;
    border-radius: 6px;
    margin-right: 20px;
}
.dropdown-content a i {
	float: right;
    color: #fbfaf4;
    background: #fe4557d4;
    padding: 7px 6px;
    border-radius: 4px;
    width: 30px;
    text-align: center;
    display: inline-block;
}
.fa-caret-down {
	font-size: 20px;
    color: #fff;
    position: relative;
    top: 2px;
    left: 4px;
}
.dropbtn:hover, .dropbtn:focus {
    opacity: 0.8;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    margin-top: 1px;
    border-radius: 5px;
}

.dropdown-content a {
    color: #fe4557;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: poppins;
    border-bottom: 2px solid #eeeeeec2;
}

.dropdown a:hover {background-color: #f3f3f3c2;}

.show {display: block;}

.mainly_bdd .mainly .sidenavi a:hover {
    background: #fe4557;
    color: #fff;
    transition: .5s;
}