* {
    margin: 0;
    padding: 0;
}

.mobile {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Anton", sans-serif;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

body {
    font-family: "Oswald", sans-serif;
    background: #F9F9F9;
    max-width:100vw;
    overflow-x: hidden;
}

ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    font-family: "Oswald", sans-serif;
}

li {
    font-family: "Oswald", sans-serif;
}

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

a:hover {
    color: rgba(0, 0, 0, 0.377);
}

p {
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    margin: 0;
    color: black;
    letter-spacing: 0.05em;
}

h1 {
    font-size: 140px;
}

h2 {
    font-size: 64px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}
.px-7 {
    padding-right: 3rem;
    padding-left: 7rem;
}
.gd-text {
    padding-left: 40px;
}
.top-displayonmobile{
    display: none;
}
.navbar {
    justify-content: space-around;
}
ul.navbar-nav li a {
    font-size: 30px;
    color: black !important;
    margin: 0 1vw;
}

li.nav-item.active a {
    color: #7D7D7D !important;
}
ul.dropdown-menu li a {
    padding: 10px 20px;
    margin: 0 0;
}
.navbar-expand-lg .navbar-collapse ul.dropdown-menu li a:hover{
    color: white;
}
.navbar-expand-lg .navbar-collapse ul.dropdown-menu.show {
    padding: 0;
}
.navbar {
    position: unset;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    right: 1%;
    left: unset;
    top: unset;
}
.dropdown, .dropend, .dropstart, .dropup {
    position: unset;
}
#main-menu {
    padding: 15px 0;
}
.tpsech::placeholder {
    font-size: 24px;
    opacity: 1; 
  }
  
.tpsech::-ms-input-placeholder { 
    font-size: 24px;
  }
#main-menu {
    padding: 15px 0;
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
}

.display-desktop {
    display: none !important;
}

.glob-search ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.global svg {
    border: 2px solid #222222;
    border-radius: 100px;
    padding: 10px 10px;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.top-search .input-group,
.tpsech {
    width: 100%;
    background: transparent;
}

.tpsech {
    border: 2px solid #222222;
    border-left: none;
    border-radius: 100px;
    border-bottom-left-radius: unset;
    padding: 10px 60px 10px 10px;
    font-size: 28px;
    font-family: "Oswald", sans-serif;
}

.tpsech::placeholder {
    font-family: "Oswald", sans-serif;
}

.input-group-text {
    border: 2px solid #222222;
    border-right: none;
    border-radius: 100px;
    border-bottom-right-radius: unset;
    background: transparent;
}
li.gcap svg {
    margin-left: -10px;
}
.top-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.top-nav ul .blog-btn {
    margin: 0 5%;
}

.top-nav ul li a {
    font-size: 30px;
    color: black;
    white-space: nowrap;
}

.border-btn {
    border: 2px solid #646A9C;
    border-radius: 50px;
    font-size: 30px;
    color: #646A9C;
    text-align: center;
    padding: 10px 50px 15px 50px;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 1.8px;
}

.border-btn:hover {
    background: #646A9C;
    color: white;
}

.filled-btn {
    border: 2px solid #646A9C;
    background: #646A9C;
    border-radius: 50px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 10px 50px 15px 50px;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.8px;
}

.filled-btn:hover {
    background: black;
    border-color: black;
    color: white;
}

.credentials-group div {
    display: flex;
    align-items: center;
    gap: 30px;
}

.credentials-group p {
    text-transform: capitalize;
    font-size: clamp(10px,1.25vw,35px);
}

.credentials-group .filled-btn {
    text-transform: capitalize;
    font-size: clamp(10px,1.25vw,35px);
}

.get-it-on-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 2px solid #646A9C;
    border-radius: 50px;
    padding: 5px 10px;
    gap: 7px;
}

.get-it-on-btn p {
    font-size: clamp(10px,1.25vw,35px);
    color: #646A9C;
    text-align: center;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 1.8px;
}

.get-it-on-btn svg {
    height: auto;
    width: 35px;
}

.download-on-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 50px;
    padding: 5px 10px;
    gap: 7px;
    border: 2px solid #646A9C;
    background: #646A9C;
    border-radius: 50px;
}

.download-on-btn p {
    font-size: clamp(10px,1.25vw,35px);
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.8px;
    white-space: nowrap;
}

.download-on-btn svg {
    height: auto;
    width: 30px;
}

.vr-border {
    background: black;
    width: 2px;
    height: 159px;
}

.banner-caption {
    text-align: center;
}

h1.banner-title {
    font-size: 130px;
}

.banner-caption p {
    font-size: 30px;
}

.home-banner {
    background: url(../images/home-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 375px 0 225px 0;
}

.top-header {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.develop-by p {
    font-size: 30px;
    color: #222222;
    font-weight: 400;
    letter-spacing: -0.6px;
}

.terms-con li a {
    color: #222222;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.6px;
}

.terms-con ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.copyright p {
    color: white;
    font-size: 30px;
    font-weight: 300;
}

.develop-by {
    padding-left: 100px;
}

.bfooter-colun3 {
    background: #646a9c;
    padding: 30px 40px;
}

.bfooter-colun1 {
    padding: 30px 0px;
    font-weight: 300;
    position: relative;
}
.bfooter-colun1:after {
    content: '';
    background: black;
    width: 2px;
    height: 150%;
    position: absolute;
    right: 0;
    top: -25%;
}
.foo-links h3 {
    font-size: clamp(10px,1.56vw,30px);
    font-weight: 500;
    color: #222222;
    font-family: "Oswald", sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: -0.6px;
}

.foo-links ul li a {
    font-size: clamp(12px,1.302vw,25px);
    font-weight: 300;
    color: #222222;
}

ul.footer-sosicla {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-wrap {
    margin-top: 30px;
}

#footer {
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
    padding: 4% 0;
}

.col-footer {
    display: flex;
    justify-content: center;
}

.footer-contact .form-group {
    position: relative;
    margin: 15px 0;
}

.footer-contact .form-group i {
    position: absolute;
    top: 15px;
    right: 0;
}

.footer-contact input.form-control {
    color: #222222;
    font-size: 30px;
    font-weight: 300;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #222222;
    letter-spacing: -0.6px;
}

.footer-contact .form-group i {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 30px;
}

.footer-contact h3 {
    font-size: clamp(15px,2.86vw,55px);
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    text-transform: capitalize;
    line-height: 109.091%
}

footer#footer .col-md-8 {
    border-right: 2px solid #222222;
    padding-top: 60px;
    padding-bottom: 60px;
}

footer#footer .col-md-4 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-contact {
    padding-left: 70px;
}

.foo-links ul li {
    margin: 15px 0;
}
a.get-in-btn, a.apple-btn {
    width: 314px;
    height: 88px;
    border-radius: 50px;
    line-height: 68px;
    text-align: center;
}
a.get-in-btn {
    background: #38C3E0;
    border-radius: 50px;
    font-size: 30px;
    color: white;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    white-space: nowrap;
}

a.apple-btn {
    background: #646A9C;
    border-radius: 50px;
    font-size: 30px;
    color: white;
    padding: 10px 30px 10px 30px;
    display: inline-block;
}

.app-bts ul {
    display: flex;
    gap: 20px;
}

a.get-in-btn svg,
a.apple-btn svg {
    margin-left: 15px;
    margin-top: -10px;
}

.excludive h3 {
    font-size: 105px;
    font-weight: 400;
}

.app-bts {
    margin-top: 40px;
    margin-bottom: 40px;
}
.dnoneond{
    display: none;
}
.onmobileshowfoo{
    display: none;
}
.above-footer .col-md-9 {
    border-right: 2px solid #222222;
}

.above-footer {
    background: url(../images/exclusive-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.deal-container {
    padding: 60px 30px 0px 30px;
    text-align: center;
}

.excludive {
    padding-top: 60px;
}

.dealof-wrap h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
}

.deal-card {
    display: flex;
    gap: 30px;
    align-items: center;
}

.dc-detail h4.dc-title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    text-transform: none;
}

.dc-detail h4.dc-brand {
    font-size: 20px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}

.dc2 {
    margin-top: 30px;
}

.deal-image img {
    border-radius: 14px;
}

.dealof-wrap ul.slick-dots {
    text-align: end;
    bottom: -50px;
}

.dealof-wrap {
    padding: 40px 25px;
    border-radius: 17px;
    background: white;
    margin-right: 2%;
}

.fashion-card {
    border-radius: 13px;
    background: white;
    padding: 15px 15px;
    text-align: center;
    min-height: 455px;
    margin: 0 4%;
}

.fashion-card h3 {
    font-size: 30px;
    margin-top: 15px;
    font-weight: 400;
}

.fashion-card p {
    font-size: clamp(7px,0.78vw,15px);
    margin-top: 10px;
    font-weight: 400;
}

p.descover-deal {
    font-size: 15px;
    margin-top: 10px;
    color: #00000085;
    font-weight: 400;
}

.deal-of-the-day {
    margin-top: -170px;
    padding-bottom: 100px;
}

.givesmore {
    background: #1752A4;
    padding: 40px 0px;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 50px;
    overflow: hidden;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}

.content {
    font-size: 35px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.forfooter {
    background: #646A9C;
}

h1.most-popular-title {
    font-size: 130px;
    text-align: center;
}

.popular-discount-heading {
    padding: 70px 0;
    border-bottom: 2px solid #222222;
}

.mpd-imgage {
    position: relative;
}
.mpd-imgage .pdp-main-img {
    width: 100%;
}
.car-wrp img {
    width: 100%;
}
.pdp-main-img {
    border-radius: 28px;
}

.hotsale-icon {
    position: absolute;
    top: -60px;
    right: -20px;
}

h3.mpd-title {
    text-align: center;
    margin-top: 20px;
    line-height: 50px;
}

.mpdbrand img {
    margin: 0 auto;
}

.mpdbrand {
    position: absolute;
    width: 135px;
    height: 116px;
    padding: 20px 20px;
    backdrop-filter: blur(5px);
    background: #ffffff7a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    left: 20px;
    bottom: 20px;
}

.mpd-card {
    margin: 0 15px;
    padding-top: 60px;
}

.popular-discount-products {
    border-bottom: 2px solid #222222;
    padding: 40px 0 100px 0;
}

.trending-desc h3 {
    font-size: 80px;
    margin-top: 20px;
}

.trending-desc p {
    font-size: 30px;
}

.trending-desc .filled-btn.btn {
    margin-top: 40px;
    padding: 23px 34px 23px 34px;
    border-radius: 50px;
}

.trending-now {
    background: url(../images/trending-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    border-top: 2px solid #222222;
    margin-top: 30px;
}
.trending-card img {
    width: 100%;
}
.trending-carousal .slick-slide {
    padding: 0 15px;
}
h3.trending-title {
    margin-top: 25px;
}

p.trending-brand {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}

.trending-carousal ul.slick-dots {
    bottom: -60px;
}

.student-descount h2 {
    font-size: 130px;
}

.student-descount {
    background: url(../images/std-discount-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
}

.std-left p {
    font-size: 30px;
}

ul.how-signup {
    display: flex;
    gap: 20px;
    align-items: center;
}
.how-signup a.filled-btn.btn, .how-signup a.border-btn.btn {
    width: 388px;
    height: 88px;
    line-height: 68px;
    border-radius: 50px;
}
.std-left {
    width: 80%;
}

.student-descount .row {
    align-items: center;
    margin-top: 50px;
}

ul.how-signup a.border-btn {
    color: black;
}

ul.how-signup a.border-btn:hover {
    color: #fff;
}

.newtoday-text h3 {
    font-size: 80px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.newtoday-text p {
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: clamp(10px,1.3vw,30px);
}

.newtoday-carousal .mpd-card {
    padding-top: 0;
}

.new-today {
    padding: 70px 0;
}

.new-today .row {
    align-items: center;
}

.newtoday-carousal ul.slick-dots {
    bottom: -60px;
}

.newtoday-text a.filled-btn {
    margin-top: 40px;
    width: 282px;
    height: 88px;
    border-radius: 50px;
    line-height: 68px;
    white-space: nowrap;
}

.clients-carousal .slick-track {
    display: flex;
    align-items: center;
}

.logo-item img {
    display: table;
    margin: 0 auto;
}

.clients-sec {
    padding: 20px 0;
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
}

.step-spring {
    background: url(../images/step-spring-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}

.blue-line {
    padding: 50px 0;
    background: #646A9C;
}

.campusdeail {
    padding: 10px 0;
}

.campusdeail .marquee {
    height: 273px;
    margin-top: -164px;
}

.campusdeail .marquee .content {
    color: black;
    font-size: 100px;
    font-family: "Anton", sans-serif;
}

.campusdeail .marquee .track {
    rotate: -2deg;
    border-bottom: 2px solid #222222;
    background: white;
}

.campusdeail .marquee .content img {
    width: 110px;
}

.car-wrp {
    text-align: center;
}

.car-wrp h3 {
    text-transform: uppercase;
    margin-top: 30px;
}

.car-wrp img {
    border-radius: 25px;
}

.explor-our-cat .row {
    align-items: center;
}

.explor-text h3 {
    font-size: 80px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.explor-text .filled-btn {
    margin-top: 30px;
    width: 309px;
    height: 88px;
    line-height: 68px;
    border-radius: 50px;
}

.explor-our-cat {
    padding: 60px 0;
}

.why-unlife {
    background: #646A9C;
    padding: 70px 0;
}

.why-unlife .row {
    align-items: center;
}

h3.whyublife-heading {
    font-size: 178px;
    color: white;
    text-transform: uppercase;
}

.whyunlife-text p {
    color: white;
}

.whyunlife-text ul {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.wunilife-1 {
    background: #38C3E0;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    width: 266px;
    height: 88px;
    line-height: 68px;
    border-radius: 100px;
}

.wunilife-2 {
    background: #1752A4;
}

.wunilife-2 {
    background: #1752A4;
    border-radius: 100px;
    padding: 26px 30px;
    rotate: 30deg;
    transition: ease all 0.5s;
}

.wunilife-2:hover {
    rotate: 0deg;
}

.testimonail-sec .container-fluid {
    padding-left: 0;
}

.testimonail-sec .row {
    align-items: center;
}

.testimonail-sec {
    background: url(../images/test-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.testi-text h3 {
    font-size: 90px;
}

.testi-text h4 {
    font-size: 50px;
    margin-top: 60px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: none;
}

.testi-text h3 {
    font-size: 90px;
    line-height: 100px;
    margin-top: 30px;
    text-transform: initial;
}

.testimonail-sec .col-md-4 {
    border-right: 2px solid #222222;
    padding-right: 30px;
    background-image: url(../images/testimonial-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 900px;
    position: relative;
}

.testimonail-carousal {
    width: 68%;
    margin: 0 auto;
}

li.slick-active {
    width: 40px;
}

.slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 15px;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 100px;
    background: black;
}

.testimonail-carousal .slick-dots {
    text-align: left;
    bottom: -50px;
}

.testimonail-sec .col-md-4:after {
    content: '';
    background: black;
    height: 100%;
    width: 2px;
    position: absolute;
    right: -50px;
}

.inner-banner {
    background: url(../images/inner-banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 375px 0 120px 0;
}

.inner-banner .container-fluid {
    padding: 0;
}

.how-work-sec .container-fluid {
    padding-right: unset;
    overflow: hidden;
}

.how-work-sec h2 {
    font-size: 130px;
    padding-left: 60px;
}

.about-us-banner .row {
    align-items: center;
}

.how-work-sec h2 {
    font-size: 130px;
}

.howorks-img {
    text-align: end;
}

.how-work-sec .row {
    align-items: center;
}

.howorks-img img {
    border-left: 2px solid #222222;
}

.more-than-sec .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.mtcon {
    padding: 80px 80px 100px 90px;
}

.mt-bottom {
    background: #1752A4;
}

.more-than-sec {
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
}

.more-than-sec .col-md-7 {
    border-left: 2px solid #222222;
    padding-left: 0;
}

.mtcon h2 {
    font-size: clamp(30px,4.17vw,80px);
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    letter-spacing: -3.2px;
}

.mtcon p {
    font-weight: 400;
    letter-spacing: 1.5px;
}

.mt-bottom h2,
.mt-bottom p {
    color: #F9F9F9;
}

.more-than-sec .col-md-5 {
    background: #646A9C;
}

.more-than-sec .col-md-5 h2,
.more-than-sec .col-md-5 p {
    color: #F9F9F9;
}

.more-than-sec .col-md-5 h2 {
    font-size: clamp(30px, 4.17vw, 80px);
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.more-than-sec .col-md-5 p {
    font-weight: 400;
    letter-spacing: 1.5px;
}

.more-than-sec .col-md-5 {
    background: #646A9C;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 80px;
}

.exclusive-save .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.ex-image img {
    width: 100%;
}
.ex-image {
    text-align: end;
}

.exclusive-save h3 {
    font-size: 105px;
}

.exclusive-save .col-sm-7 {
    background: url(../images/exclusive-column.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 80px;
    position: relative;
}

.exclusive-save .col-sm-5 {
    padding-left: 0;
    border-left: 2px solid #222222;

}

.ex-saving-wrap ul.how-signup {
    margin-top: 40px;
    gap: 40px;
}

.exclusive-save .col-sm-7:after {
    content: '';
    background: black;
    height: 100%;
    width: 2px;
    position: absolute;
    right: 60px;
}

.getintouch-sec {
    background: url(../images/getintouch.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 70px 0px;
    border-top: 2px solid #222222;
}
.getin-form form {
    padding-right: 50px;
}
.getin-form {
    padding: 100px 100px;
    background: #ffffff66;
    backdrop-filter: blur(15px);
    border-radius: 32px;
}

.getin-form .form-group input {
    border: none;
    border-bottom: 2px solid #222222;
    border-radius: 0;
    height: 49px;
    background: transparent;
    font-size: clamp(10px,1.56vw,30px);
    font-weight: 300;
    color: #222222;
    margin: 20px 0;
    padding-left: 0;
    width: 100%;
    letter-spacing: -0.6px;
}

.getin-form .form-group input::placeholder {
    color: #222222;
}

.getin-form .form-group textarea {
    border: none;
    border-bottom: 2px solid #222222;
    border-radius: 0;
    height: 168px;
    background: transparent;
    font-size: 30px;
    font-weight: 300;
    color: #222222;
    margin: 20px 0;
    padding-left: 0;
    width: 100%;
    letter-spacing: -0.6px;
}
.getin-form .form-group textarea::placeholder {
    color: #222222;
}

.form-btn .filled-btn {
    width: 100%;
}

.form-contact-btn {
    margin-top: 10%;
}

.getintouch-sec .row {
    align-items: center;
}

.getin-text {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.getin-text .app-bts ul {
    justify-content: center;
}

.getin-text h3 {
    font-size: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

.getin-text p {
    font-weight: 400;
}
.joinus-right h1 {
    line-height: 130px;
    font-size: 130px;
}
.joinus-right {
    width: 90%;
    padding-left: 60px;
}

.join-us-banner .row {
    align-items: center;
}

.where-colored {
    background: #4CC0E0;
    padding: 100px 100px;
}

p.wt-1 {
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
}

.p.wt-2 {
    font-weight: 400;
    letter-spacing: 1.5px;
}

.where-colored {
    background: #4CC0E0;
    padding: 100px 100px;
    border-left: 1px solid #222222;
    position: relative;
}

.where-text {
    width: 80%;
}

.where-app h3 {
    font-size: 130px;
    line-height: 92.308%
}

.where-app {
    padding: 40px 30px;
}

.where-app-sec.row {
    align-items: center;
}

.where-app-sec {
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;

}

.where-app-sec > div {
    padding-right: 0 !important;
}

.where-colored:after {
    content: '';
    background: #222222;
    height: 100%;
    width: 1px;
    position: absolute;
    left: -30px;
    top: 0;
}

.you-mobiles ul {
    display: flex;
    gap: 40px;
}

.you-mobiles {
    padding-left: 50px;
    position: relative;
    left: 160px;
    z-index: 999;
}

.you-those-sec .row {
    align-items: center;

}

.you-those-sec {
    padding: 100px 0;
}

.you-carousal ul.slick-dots {
    bottom: -60px;
}

.you-imgs img {
    border-radius: 45px;
}

.lm-text h2 {
    font-size: 130px;
    line-height: 100%;
}

.love-the-most-sec {
    background: url(../images/getintouch.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 70px 0px;
    border-top: 1px solid #222222;
}

.love-the-most-sec .row {
    align-items: center;
}

.lm-text p {
    width: 50%;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.lm-text {
    padding-left: 40px;
}

.lm-image img {
    border-radius: 40px;
}

.upto-discount-sec {
    background: #1752A4;
    padding: 50px 0;
}

.upto-discount-sec h2 {
    color: #F9F9F9;
    font-size: 130px;
    text-align: center;
}

.discount-lists-sec {
    background: url(../images/inner-banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.dls-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 400px;
}

.dls-column:nth-child(even) {
    border-right: none;
}

.dls-column {
    padding: 70px 70px;
    border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
}

.discount-lists-sec .row {
    align-items: center;
}

.dls-image {
    padding: 50px 50px;
}

.discount-lists-sec .container-fluid {
    padding-right: 0;
    overflow: hidden;
}

.dls-column:nth-child(5),
.dls-column:nth-child(6) {
    border-bottom: none;
}

.discount-lists-sec .col-sm-9 {
    border-left: 1px solid #222222;
    padding-left: 0;
}

.dls-column h3 {
    font-size: 45px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2.25px;
}

.dls-column p {
    font-weight: 400;
    letter-spacing: 1.5px;
}

.dls6 h2 {
    font-size: 130px;
    line-height: 130px;
}

.all-brands-banner .row {
    align-items: center;
}

ul.nav.nav-tabs {
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    justify-content: center;
}

ul.nav.nav-tabs li a {
    background: transparent;
    color: #616161;
    font-size: 50px;
    text-transform: uppercase;
    border: none;
}

.nav-tabs .nav-link.active {
    background: #646A9C;
    color: white;
    border: none;
    border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    background: #646A9C;
    color: white;
    border-radius: 0;
}

.left-panel-side {
    background: #1752A4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alphatbet-leter {
    text-transform: uppercase;
    font-size: 180px;
    color: white;
    text-align: center;
}

.right-panel-side {
    padding: 100px 70px;
}

.alphabatic-brands ul li {
    margin: 25px 0;
}

.alphabatic-brands ul li a {
    font-size: 27px;
    color: black;

}

.alphabatic-brands ul {
    list-style: disc;
}

.all-categories-banner {
    position: relative;
}

.all-categories-banner:after {
    content: '';
    background: #222222;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 50px;
}

.all-categories-banner {
    position: relative;
    padding: 340px 0 120px 0;
}

.categories-sub-sec {
    border-top: 1px solid #222222;
    overflow: hidden;
}

.sub-categories-list h2 {
    background: #1752A4;
    text-align: center;
    font-size: 130px;
    color: white;
    padding: 20px 20px;
    border-bottom: 1px solid #222222;
}

.sub-categories-list h2 {
    text-align: center;
    font-size: 130px;
    color: white;
    background: #1752A4;
}

.inner-cat-list h3 {
    font-size: 40px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.cat-left-side {
    padding: 60px 60px;
}

.ca-right-side {
    border-left: 1px solid #222222;
}

.ca-right-side .row {
    padding: 80px 80px;
}

.inner-cat-list ul li {
    margin: 15px 0;
}

.inner-cat-list ul li a {
    font-size: 30px;
    color: #7D7D7D;
}

.inner-cat-list ul li a.active {
    color: black;
}

.sub-categories-list ul li a {
    font-size: 35px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.104vw;
}

.sub-categories-list ul li {
    margin: 25px 0;
}

.sub-categories-list ul li i {
    background: #1752a4;
    color: white;
    border-radius: 100%;
    font-size: 18px;
    padding: 10px 10px;
    rotate: -50deg;
}

.sub-categories-list ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.std-right p {
    font-weight: 400;
    letter-spacing: 0.078vw;
}

.studient-id-banner .row {
    align-items: center;
}

.bb-left {
    background: #1752A4;
    padding: 80px 80px;
    position: relative;
}

.bb-left:after {
    content: '';
    width: 40px;
    height: 100%;
    background: white;
    border: 1px solid #222222;
    position: absolute;
    z-index: 999;
    top: 0;
    right: -20px;
}

.bb-left h2 {
    color: white;
    font-size: 130px;
    margin-bottom: 20px;
}

.bb-left p {
    font-weight: 500;
    color: white;
    margin: 15px 0;
    width: 70%;
    letter-spacing: 0.078vw;
}

.bb-right {
    background: url(../images/bigb-image.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bi-right h3 {
    line-height: 110.87%;
    padding-right: 3rem;
}

.bi-right h3 {
    font-size: clamp(60px,10vw,230px);
    margin-left: -210px;
    text-align: right;
}

.shop-in-store-line1 {
    width: 110%;
    height: 1.9px;
    background: #222;
    margin: 10% 0 3% 0;
}

.shop-in-store-line2 {
    width: 110%;
    height: 2.9px;
    background: #222;
}

.bi-text {
    width: 55%;
}

.brand-instore-sec {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}


.brand-instore-sec .container-fluid {
    z-index: 99;
    position: relative;
    padding-right: 0 !important;
}

p.medium-text {
    font-weight: 500 !important;
    font-size: clamp(12px, 1.3vw, 30px);
}

p.medium-text2 {
    font-weight: 400;
    letter-spacing: 0.058vw;
}

p.regular-text {
    font-weight: 400;
    letter-spacing: 1.5px;
}

.bi-below p {
    margin: 40px 0;
    font-size: clamp(10px,1.56vw,30px);
    font-weight: 400;
}

.bi-below .app-bts ul {
    flex-direction: column;
    text-align: center;
}

.bi-below {
    align-items: center;
    padding-left: 90px;
    justify-content: space-between;
    padding-right: 3rem;
}

.bi-below a.get-in-btn {
    padding: 10px 60px 10px 60px;
}

.become-partner-btn {
    text-align: end;
}

.become-partner-title {
    text-align: center;
    font-size: 162px;
    font-size: clamp(30px,8vw,162px);
}

.become-partner-sec {
    background: url(../images/std-discount-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}

.become-partner-sec .row {
    align-items: center;
    padding-top: 50px;
}

.save-on-bgimg {
    background: url(../images/saveon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.save-on-text h2 {
    font-size: 130px;
}

.save-on-text p {
    width: 70%;
    margin: 20px 0;
}

.save-on-text {
    padding: 80px 60px;
}

.form-control:focus {
    background-color: unset;
    border-color: unset;
    box-shadow: unset;
}

.gd-main img {
    border-radius: 40px;
}
.lern-icon-btn .banner-btn-2 {
    height: 88.86px;
    width: 88.86px;
    padding: 25px 25px 25px 25px;
}
.lern-icon-btn .banner-btn-1 {
    width: 293px;
    height: 88px;
    line-height: 40px;
    border-radius: 100px;
    letter-spacing: 0.06em;
}
.lern-icon-btn ul {
    display: flex;
    align-items: center;
}

.banner-btn-1 {
    padding: 20px 40px 21px 40px;
    border-radius: 49px;
}

.btn.banner-btn-2 {
    background: #38C3E0;
    border-color: #38C3E0;
    border-radius: 100px;
    padding: 18px 21px;
    rotate: 0deg;
    transition: ease all 0.5s;
}

.btn.banner-btn-2:hover {
    rotate: -45deg;
}

.gd-text h1 {
    font-size: clamp(50px,5.21vw,100px);
}

.gd-text p {
    width: fit-content;
    margin: 40px 0;
}

.gd-manually-left h3 {
    font-size: clamp(30px,4vw,100px);
    line-height: 100%;
}

.big-brand-sec {
    background: url(../images/howdomanually.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.big-brand-sec .container-fluid {
    padding-right: 0 !important;
}

.gd-manually-right {
    background: url(../images/gd-manually.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gd-manually-left ul {
    list-style: disc;
    padding-left: 50px;
}

.gd-manually-left ul li {
    font-size: clamp(12px,1.3vw,30px);
    color: #000;
    opacity: 0.78;
    margin: 20px 0;
}

.gd-manually-left {
    padding: 80px 140px;
    position: relative;
}

.gd-manually-left:after {
    content: '';
    width: 40px;
    height: 100%;
    background: white;
    border: 1px solid #222222;
    position: absolute;
    z-index: 999;
    top: 0;
    right: -20px;
}

.unilife-account-sec {
    position: relative;
}

.unilife-account-sec > img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: fill;
}

.unilife-account-sec > div {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
}

.gd-account-left h3 {
    font-size: clamp(50px,4.5vw,100px);
}

.gd-account-right {
    background: url(../images/gd-account.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gd-account-left {
    padding: 100px 110px;
}

.gd-account-left p {
    margin: 50px 0;
}

.filter-group {
    padding: 60px 60px 60px 60px;
    border-bottom: 1px solid #222222;
}

.filter-left {
    padding: 0 0;
}

.filter-group h3 {
    font-family: "Oswald", sans-serif;
    text-transform: capitalize;
    font-size: clamp(10px,1.56vw,30px);
    margin-bottom: 50px;
}


.filter-button {
    font-size: clamp(8px,1.04vw,20px);
    background: transparent;
    border: none;
    font-family: "Oswald", sans-serif;
}

.filter-button i {
    margin-left: 30px;
    rotate: 0deg;
}

.filter-button.active i {
    rotate: 180deg;
}

ul.filter-lists li {
    margin: 30px 0;
    font-size: clamp(8px,1.04vw,20px);
    font-weight: 400;
    font-family: "Oswald", sans-serif;
}

ul.filter-lists li .fl-count {
    color: #A6A6A6;
    font-weight: 600;
}

.form-check {
    display: flex;
    align-items: center;
}

label.form-check-label {
    padding-left: 30px;
}

.filter-contet-top .row {
    align-items: center;
    justify-content: space-between;
}

.filter-contet-top {
    padding: 60px 40px 40px 60px;
}

.left-pagination {
    display: flex;
    align-items: center;
    gap: 20px;
}

.left-pagination p {
    font-size: clamp(10px,1.56vw,30px);
    font-weight: 400;
    color: #000000;
}

ul.list-pagination {
    display: flex;
    gap: 20px;
}

ul.list-pagination li a,
ul.list-pagination li {
    font-size: clamp(8px,1.04vw,20px);
    font-weight: 400;
    color: #000000;
}

ul.list-block {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

ul.list-block li {
    font-size: clamp(10px,1.56vw,30px);
    font-weight: 400;
    color: #000000;
}

.prd-item {
    padding: 20px;
    background: white;
    border-radius: 15px;
    margin: 15px 0;
}

.prditem-main-img {
    border-radius: 9px;
}

.prd-item-mimage {
    position: relative;
    text-align: center;
}

.prd-itembrand {
    position: absolute;
    width: 118px;
    height: 102px;
    padding: 20px 20px;
    backdrop-filter: blur(5px);
    background: #ffffff7a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}

.prd-item-detail {
    padding: 30px 10px 0px 10px;
    text-align: center;
}

.prd-item-detail h3 {
    font-size: clamp(12px,1.82vw,35px);
}

.prd-item-detail p {
    font-size: clamp(7px,0.94vw,17px);
    font-weight: 400;
    margin: 5px 0;
}

.prd-item-stock {
    font-size: 26px;
    font-weight: 300;
    color: #00000085;
}

.filter-contet-bottm {
    padding: 20px 40px 60px 60px;
}

.prd-item-container {
    width: 24%;
}

.product-listing > .row {
    justify-content: space-between;
}

.product-listing > .row > .col-md-4 {
    width: 32%;
}

.filter-sec {
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
}

.filter-sec .container-fluid {
    padding: 0 !important;
}

.filter-right {
    border-left: 1px solid #222222;
}

.loadmore-btn {
    padding: 50px 60px 60px 60px;
    text-align: center;
}

.faq-main {
    text-align: end;
}

.faqs-banner .row {
    align-items: center;
}

.faq-text p {
    margin: 40px 0;
}

.accordion-button::after {
    background-image: url(data:image/png;base64,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);
    width: 87px;
    height: 87px;
    background-size: contain;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/png;base64,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");
    transform: rotate(0deg);
    width: 87px;
    height: 87px;
}

.faqs-sec .container-fluid {
    padding: 0 0;
    overflow: hidden;
}

.accordion-button {
    font-size: 80px;
    color: black;
    text-transform: uppercase;
    font-family: "Anton", sans-serif;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    border-color: transparent;
    box-shadow: unset;
    color: black;
    background: transparent;
}

.accordion-item {
    border-bottom: 1px solid #222222;
    padding: 80px 50px;
}

.accordion-body {
    width: 50%;
}

.contact-us-text h1 {
    text-align: center;
}

.cu-left {
    background: url(../images/contactus-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-us-banner {
    padding: 340px 0 0px 0;
}

.cu-right h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 112.5%;
}

.cu-right .getin-form {
    background: transparent;
}

.cu-right .getin-form textarea {
    height: 49px;
}

.cont-form-sec-1 {
    padding-bottom: 70px;
    border-bottom: 1px solid #222222;
}

.cont-form-sec-2 {
    margin-top: 30px;
    border-top: 1px solid #222222;
}

.fof-text {
    text-align: center;
}

.fof-text h1 {
    font-size: 219px;
}

.fof-text h2 {
    font-size: 80px;
    margin: 70px 0;
}

.fof-banner {
    background: url(../images/404-bg.png);
}

.fof-btn .filled-btn {
    width: 540px;
}

.cate-fil-sec {
    background: url(../images/cat-filter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.cate-fil-search-sec {
    background: url(../images/cat-filter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 268px 0 0px 0;
}

.category-image {
    background: url(../images/category-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-right: 1px solid #222222;
}

.category-banner {
    padding: 268px 0 0px 0;
}

.category-top-text h1 {
    font-size: 100px;
}

.category-top-text {
    text-align: center;
    padding: 60px 30px;
}

.category-top-text p {
    width: 100%;
}
.category-top-text .fashion-card {
    min-height: unset;
}

.categories-inner-list {
    background: #1752A4;
    padding: 30px 0;
    border-top: 1px solid #222222;
    overflow-y: auto;
    display: flex;
    justify-content: center;
}

.categories-inner-list li a {
    color: white;
    font-size: 30px;
    font-weight: 400;
}

.categories-inner-list ul {
    display: flex;
    align-items: center;
    width: 80%;
    padding: 0px 30px;
    justify-content: space-between !important;
}

.cat-layout-2 .category-top-text .ctt-detail p {
    width: 67%;
}

.cat-layout-2 .category-image {
    background: url(../images/technology-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ctt-detail {
    padding: 0 15px;
    margin-bottom: 50px;
    text-align: left;
}


.ccc-slide {
    position: relative;
    margin: 0 15px;
}

.ccc-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #0000007a;
    border-radius: 5px;
    cursor: url("../images/CLICK.png"), auto;
}

.ccc-slide:hover .overlay {
    opacity: 1;
}

.all-result-container {
    display: flex;
    flex-direction: column;
}

.all-result-container > h3 {
    font-size: clamp(12px,1.56vw,45px);
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #000000;
}

.all-result-container > h4 {
    font-size: clamp(12px,1.15vw,45px);
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #00000080;
    margin-top: 10px;
}

.col-lg-3 {
    width: 24%;
}

.ccc-text {
    color: white;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    width: 100%;
}
.copy-coupon-carousal ul.slick-dots {
    text-align: left;
    bottom: -60px;
}
.cat-layout-2 .category-top-text {
    text-align: center;
    padding: 100px 30px;
}
.cat-prd-item h3 {
    font-size: 30px;
    font-weight: 400;
}
.cat-prd-item-image {
    position: relative;
}
.cat-prd-item-image img{
    border: 1px solid #222222;
    border-radius: 25px;
}
.cat-prd-item-hotsal {
    position: absolute;
    width: 147px;
    height: 114px;
    padding: 20px 20px;
    backdrop-filter: blur(5px);
    background: #ffffff7a;
    border-radius: 14px;
    left: 20px;
    right: 0;
    bottom: 20px;
    text-align: center;
}
.cat-prd-item-detail h3 {
    font-size: 35px;
}
.cat-prd-item-detail p {
    font-size: 25px;
}
.cat-prd-item-detail {
    margin-top: 40px;
}
.filter-theme-2 {
    background: #f9f9f9;
}
.cat-prd-item {
    margin: 30px 0;
}
/* Price Filter */
 
  .filter-price {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
  
  
  .price-container {
    display: flex;
    align-items: center;
}
  .price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 0px;
  }
  
  .price-field input[type=range] {
      position: absolute;
  }
  
  /* Reset style for input range */
  
  .price-field input[type=range] {
    width: 100%;
      height: 7px;
      outline: 0;
      box-sizing: border-box;
      border-radius: 5px;
      pointer-events: none;
      -webkit-appearance: none;
  }
  
  .price-field input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
  }
  
  .price-field input[type=range]:active,
  .price-field input[type=range]:focus {
    outline: 0;
  }
  
  .price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px; 
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: red;
    border-radius: 5px;
  }
  
  /* Style toddler input range */
  
  .price-field input[type=range]::-webkit-slider-thumb { 
    /* WebKit/Blink */
      position: relative;
      -webkit-appearance: none;
      margin: 0;
      border: 0;
      outline: 0;
      border-radius: 50%;
      height: 14px;
      width: 14px;
      margin-top: -5px;
      background-color: #000000;
      cursor: pointer;
      cursor: pointer;
      pointer-events: all;
      z-index: 100;
  }
  
  .price-field input[type=range]::-moz-range-thumb { 
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    margin-top: -5px;
    background-color: #000000;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }
  
  .price-field input[type=range]::-ms-thumb  { 
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    margin-top: -5px;
    background-color: #000000;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }
  
  /* Style track input range */
  
  .price-field input[type=range]::-webkit-slider-runnable-track { 
    /* WebKit/Blink */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #000000;
    border-radius: 5px;
  }
  
  .price-field input[type=range]::-moz-range-track { 
    /* Firefox */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #242424;
    border-radius: 5px;
  }
  
  .price-field input[type=range]::-ms-track { 
    /* IE */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #242424;
    border-radius: 5px;
  }
  
  /* Style for input value block */
  
  .price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
  .price-wrap-1, 
  .price-wrap-2 {
    display: flex;
    margin-left: 0px;
    width: 50px;
  }
  .price-wrap #one, 
  .price-wrap #two {
    margin: 0;
    padding: 0;
    background:  0;
    border: 0;
    outline: 0;
    color: #000000;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 400;
  }
  
 
  /* Style for active state input */
      
  .price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #242424;
    transition-duration: 0.3s;
  }
  
  .price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #242424;
    transition-duration: 0.3s;
  }
  .pricing-slider h3 {
    text-align: center;
}
.pricingline {
    display: flex;
    align-items: center;
}
.pf-text {
    font-size: 20px;
    color: #CCCCCC;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    margin-right: 5px;
}
.price-wrap-1 label, .price-wrap-2 label {
    color: #000000;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.price-wrap_line {
    width: 20px;
    font-size: 20px;
    color: black;
    font-weight: 400;
}
.price-title button {
    border: 1px solid #000000;
    border-radius: 28px;
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 10px 50px 12px 50px;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    background: transparent;
}
.price-title button:hover{
    color: #ffffff;
    background: #000000;
}
  /* End Price Filter */
  .cat-layout-2 .traval-image{
    background: url(../images/travel-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.b1{
    background: #38C3E0;
}
.cat-layout-2  .beauty-image{
    background: url(../images/beauty-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;   
}
.b2{
    background: #9C8AC0;
}
.cat-layout-2  .home-utilities-image{
    background: url(../images/home-utilities-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;   
}
.food-drinks-image{
    background: url(../images/food-drinks.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
}
.b3{
    background: #1752A4;
}
.health-fitness-image{
    background: url(../images/health-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
}
.books-image{
    background: url(../images/books-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
}
.b4{
    background: #4199FF;
}
.b5{
    background: #646A9C;
}
.home-utilities-image{
    background: url(../images/home-utilities-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
}
.b8{
    background: #646A9C;
}
.b6{
    background: #4199FF;
}
.books-image{
    background: url(../images/books-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;      
}
.b7{
    background: #1752A4;
}
.gifts-gadgets-image{
    background: url(../images/gifts-gadgets-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;        
}
.finance-image{
    background: url(../images/finance-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;        
}
.entertainment-image{
    background: url(../images/entertainment-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;        
}
.study-stationery-image{
    background: url(../images/study-stationary.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;        
}
.sports-outdoors-image{
    background: url(../images/sports-outdoor-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;        
}
.gifts-and-gadgets-image{
    background: url(../images/gifts-gadgets-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;        
}
.drive-image{
    background: url(../images/drive-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;        
}
.advertise-banner .row{
    align-items: center;
}
.advertise-banner .lern-icon-btn {
    margin-top: 50px;
}
.advertise-banner .regular-text {
    font-size: clamp(10px,1.4vw,30px);
}
.advertise-title {
    font-size: clamp(70px,6.77vw,130px);
    line-height: 107.692%;
    margin: 5% 0;
}
.biggest-growth {
    background: url(../images/getintouch.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 150px 0px;
}
.bgrowth-inner {
    width: 44%;
    margin: 0 auto;
    text-align: center;
}
.bgrowth-inner h2 {
    font-size: clamp(20px,3.33vw,64px);
    font-weight: 700;
}
.bgrowth-inner p {
    margin: 20px auto 40px auto;
    width: 80%;
    font-size: clamp(10px,1.56vw,30px);
}
.std-mark-img {
    background: url(../images/stu-marketing-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 894px;
    border-left: 2px solid #222222;
}
.ab-innter-text {
    padding: 20px 40px;
}
.advertise-banner {
    padding: 270px 0 0px 0;
}
.ab-innter-text p {
    margin-top: 30px;
    width: 100%;
    font-size: clamp(10px,1.563vw,30px);
}
.ab-innter-text h1 {
    font-size: 130px;
}
.wstdmarketing .col-md-5 {
    background: white;
}
.wstdmarketing .more-than-text h2, .wstdmarketing .more-than-text p {
    color: black;
}
.wstdmarketing .mt-top {
    background: #1752A4;
}
.wstdmarketing .mt-top h2, .wstdmarketing .mt-top p {
    color: white;
}
.wstdmarketing .mt-bottom{
    background: white;
}
.wstdmarketing .mt-bottom h2, .wstdmarketing .mt-bottom p {
    color: rgb(0, 0, 0);
}
.wstdmarketing  .mt-bottom a.filled-btn.btn {
    margin-top: 40px;
}
.wstdmarketing .more-than-text img {
    margin-top: -60px;
}
.careers-banner .lern-icon-btn {
    margin-top: 60px;
}
.careers-banner .faq-main {
    text-align: left;
    width: 90%;
}
.careers-banner .faq-text h1 {
    font-size: 130px;
}
.cvs-sec {
    display: flex;
    flex-wrap: wrap;
}
.cvs-column {
    padding: 70px 70px;
    border-bottom: 2px solid #222222;
    border-right: 2px solid #222222;
    flex-grow: 1;
    gap: 10px;
    width: 33%;
}
.cvs-column:nth-child(4),.cvs-column:nth-child(5),.cvs-column:nth-child(6) {
    border-bottom: none;
}
.cvs-column:nth-child(3),.cvs-column:nth-child(6) {
    border-right: none;
}
.cvs-column li h3 {
    font-size: clamp(30px,3.5vw,80px);
    line-height: 85px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    line-height: 106.25%;
}

.cvs-column li img {
    width: 80px;
}
.cvs-column p {
    margin-top: 40px;
    font-size: clamp(10px,1.56vw,30px);
}

.cvs-column a {
    border-radius: 49px;
    border: 2px solid #000;
    width: 232px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-top: 5%;
    cursor: pointer;
}

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.nav-item,.categories-inner-list li a {
    white-space: nowrap;
}

.all-categories-list {
    background-color: transparent;
}
.all-categories-list li a {
    color: #000;
}
.above-footer .px-5 {
    padding-right: 0px !important;
}

.bottom_footer {
    overflow: hidden;
}

.img-coupon{
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
}

.newtoday-img {
    height: 470px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .img-coupon{
        height: 120px;
    }
}


@media (max-width: 992px) {
    .newtoday-img {
        height: 240px;
    }
}