/*
Theme Name: Whitemart
*/

@font-face {
    font-family: 'Sora';
    src: url('../whitemart/assets/fonts/Sora-Bold.woff2') format('woff2'),
        url('../whitemart/assets/fonts/Sora-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../whitemart/assets/fonts/Sora-Regular.woff2') format('woff2'),
        url('../whitemart/assets/fonts/Sora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../whitemart/assets/fonts/Sora-Light.woff2') format('woff2'),
        url('../whitemart/assets/fonts/Sora-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../whitemart/assets/fonts/Sora-Medium.woff2') format('woff2'),
        url('../whitemart/assets/fonts/Sora-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../whitemart/assets/fonts/Sora-SemiBold.woff2') format('woff2'),
        url('../whitemart/assets/fonts/Sora-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
    --PrimaryColor: #162088;
    --GreenColor: #6cb700;
    --LightBg: #18181b;
    --headingColor: #fdfdfd;
    --textcolor: #858585;
    --whitecolor: #ffffff;
    --borderColor: #242628;
    --blackColor: #101214;
    font-family: 'Sora', sans-serif !important;
    background: var(--blackColor) !important;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Sora', sans-serif !important;
    font-weight: normal;
}

.container {
    max-width: 1340px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Sora', sans-serif !important;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.services-scroll .slick-dots,
.ourclients-scroll .slick-dots,
.testimonials-scroll .slick-dots {
	bottom: -25px !important;
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--borderColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--borderColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.services-scroll li button:before,
.ourclients-scroll li button:before,
.testimonials-scroll li button:before {
	display: none;
	visibility: hidden;
}

.services-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--borderColor);
}

.services-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--borderColor);
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--borderColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}

::selection {
    background: var(--GreenColor);
    color: #fff;
}

::-moz-selection {
    background: var(--GreenColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
    height: 0px;
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(108, 183, 0, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(108, 183, 0, 1);
}



.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


.footercredencials{
    width: 100%;
    border-top: 1px solid var(--borderColor);
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
}

.footercredencials p{
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.footercredencials p a{
    color: var(--textcolor);
}

.footercredencials p a:hover{
    color: var(--GreenColor);
}

.footercredencials .col-lg-6:last-child{
    text-align: right;
}

.footercredencials .col-lg-6:last-child span{
    margin: 0px 20px;
}

.stayintouch-wrapper{
    width: 100%;
    position: relative;
    border-top: 1px solid var(--borderColor);
    padding-top: 60px;
    padding-bottom: 60px;
}

.stayintouch-wrapper .col-lg-6 p{
    padding: 0;
    margin: 0;
}

.stayintouch-wrapper h3{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-size: 66px;
    font-weight: 300;
    line-height: 68px;
}


.neighbourhood-shop{
    width: 100%;
    border-bottom: 1px solid var(--borderColor);
    position: relative;
    padding-top: 90px;
    padding-bottom: 60px;
}

.neighbourhood-shop h2{
    text-transform: uppercase;
    padding: 0;
    margin: 0px 0px 30px 0px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--headingColor);
    width: 100%;
    text-align: center;
    font-size: 78px;
    line-height: 80px;
}

.neighbourhood-shop .col-lg-4{
    text-align: right;
}

.neighbourhood-shop .col-lg-4 span{
    width: 90px;
    height: 90px;
    background: url(../whitemart/assets/img/neighbourhood-shop.png) no-repeat var(--GreenColor);
    border-radius: 50%;
    display: inline-block;
}

.neighbourhood-shop .col-lg-4 span img{
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.neighbourhood-shop .col-lg-8 p{
    padding: 0;
    margin: 18px 0px 0px 0px;
}

.footer-links-wrapper .col-lg-6 p{
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    line-height: 26px;
}

.footer-links-wrapper .col-lg-6 p a{
    color: var(--textcolor);
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.footer-links-wrapper .col-lg-6 p i{
    color: var(--PrimaryColor);
    font-size: 14px;
    margin-right: 5px;
}

.footer-links-wrapper .col-lg-6 p span{
    margin-left: 10px;
    margin-right: 10px;
}

.footer-links-wrapper h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: var(--headingColor);
    font-size: 20px;
}

.footer-links-wrapper h4 font{
    color: var(--GreenColor);
}

.footer-links-wrapper h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 16px;
}

.footer-links-wrapper .col-lg-3 ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-links-wrapper .col-lg-3 ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 11px 0px;
    width: 100%;
    line-height: normal;
}

.footer-links-wrapper .col-lg-3 ul li:last-child{
    margin-bottom: 0px;
}

.footer-links-wrapper .col-lg-3 ul li a{
    color: var(--textcolor);
    font-size: 15px;
    width: 100%;
    display: inline-block;
    line-height: normal;
}

.footer-links-wrapper .col-lg-3 ul li a:hover{
    color: var(--GreenColor);
}

.footer-links-wrapper .footerlogo{
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.footer-links-wrapper .footerlogo span{
    width: auto;
    display: inline-block;
    background: var(--PrimaryColor);
    padding: 14px 20px;
}

.footer-links-wrapper .footerlogo span img{
    width: auto;
    height: 35px;
}

.morebtn-style{
    border: 1px solid var(--textcolor);
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    display: inline-block;
    padding: 0px 50px 0px 20px;
    position: relative;
    overflow: hidden;
    z-index: 100;
    border-radius: 20px;
}

.morebtn-style font{
    width: 30px;
    height: 30px;
    background: var(--GreenColor);
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 30px;
    color: var(--blackColor);
    transition-duration: 0.3s;
    transform: rotate(-45deg);
}

.morebtn-style:hover font{
    transform: rotate(0deg);
}

.morebtn-style:hover{
    border-color: var(--GreenColor);
    color: var(--GreenColor);

    -webkit-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.25);
-moz-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.25);
box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.25);

}





.footer-links-wrapper .col-lg-6 h5{
    width: 100%;
    padding: 0;
    margin: 20px 0px 20px 0px;
    position: relative;
    font-size: 14px;
    display: block;
}

.footer-links-wrapper .col-lg-6 h5 i{
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.footer-links-wrapper .col-lg-6 h5 a{
    color: var(--GreenColor);
    text-decoration: none;
}

.footer-links-wrapper .col-lg-6 h5 a:hover{
    color: var(--headingColor);
}

.footer-links-wrapper .col-lg-6 h5 a:hover i{
    color: var(--GreenColor);
}

.footer-links-wrapper{
    margin-top: 80px;
}

.header-wrapper-div{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: none;
    z-index: 1020;
}

.header-wrapper-div .headertop-section{
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    min-height: 35px;
    transition-duration: 0.3s;
}

.header-wrapper-div .headertop-section .col-lg-5 p{
    color: var(--textcolor);
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 35px;
}

.header-wrapper-div .headertop-section .col-lg-5 p b{
    color: var(--GreenColor);
}

.header-wrapper-div .headertop-section .col-lg-7{
    text-align: right;
}

.header-wrapper-div .headertop-section .col-lg-7 h6{
    color: #6569a6;
    padding: 0px 20px;
    margin: 0;
    font-size: 13px;
    line-height: 35px;
    font-weight: 500;
    width: auto;
    display: inline-block;

    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.header-wrapper-div .headertop-section .col-lg-7 h6 i{
    color: var(--GreenColor);
    margin-right: 8px;
}

.header-wrapper-div .headertop-section .col-lg-7 h6 a{
    color: #6569a6;
    text-decoration: none;
}

.header-wrapper-div .headertop-section .col-lg-7 .socialmedia-icons{
    width: auto;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.header-wrapper-div .headertop-section .col-lg-7 .socialmedia-icons li{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-table;

}




.header-wrapper-div .headertop-section .col-lg-7 .socialmedia-icons li a{
    color: var(--textcolor);
    font-size: 13px;
    padding: 0;
    margin: 0;
    display: inline-block;
    line-height: 35px;
    width: 45px;
    text-align: center;
}

.header-wrapper-div .headertop-section .col-lg-7 .socialmedia-icons li a:hover{
    color: var(--GreenColor);
}

.header-wrapper-div .headertop-section .col-lg-7 .partnerlogin{
    color: #6569a6;
    padding: 0;
    margin: 0px 0px 0px 20px;
    font-size: 13px;
    line-height: 35px;
    font-weight: 500;
    width: auto;
    display: inline-block;
}

.header-wrapper-div .headertop-section .col-lg-7 .partnerlogin:hover{
    color: var(--GreenColor);
}

.header-menu-wrapper{
    transition-duration: 0.3s;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-menu-wrapper .header-logo{
    display: inline-block;
    padding: 16px 20px;
    margin: 0;
    background: var(--PrimaryColor);
    transition-duration: 0.3s;
    margin-top: 12px;
    margin-bottom: 12px;
}

.header-menu-wrapper .header-logo img{
    width: auto;
    height: 38px;
    transition-duration: 0.3s;
}

.header-menu-wrapper .col-lg-9{
    padding-top: 29px;
    transition-duration: 0.3s;
}

.f-nav .header-wrapper-div .headertop-section{
    margin-top: -36px;
}

.f-nav .header-wrapper-div{
    background: rgba(16, 18, 20, 1);
    border-bottom: 1px solid var(--borderColor);

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);

}

.f-nav .header-wrapper-div .header-logo{
    margin-top: 0px;
    margin-bottom: 0px;
}

.f-nav .header-menu-wrapper .col-lg-9{
    padding-top: 13px;
}

.f-nav .header-menu-wrapper .header-logo img{
    height: 30px;
}

.banner-wrapper{
    width: 100%;
    margin-top: 130px;
    position: relative;
    padding: 0px 40px;
}

.banner-wrapper img{
    width: 100%;
    object-fit: cover;
    height: auto;
}

.banner-wrapper .carousel{
    border-radius: 15px;
    overflow: hidden;
}

.ouroffers-wrapper .col-lg-3 .offers-item{
    width: 100%;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}

.ouroffers-wrapper .col-lg-3 .offers-item img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.ouroffers-wrapper .col-lg-3 .offers-item:hover img{
    transform: scale(1.1);
}


.offers-scroll,
.testimonials-scroll {
    margin-left: -10px !important;
    margin-right: -10px !important
}

.offers-scroll .col-lg-3,
.testimonials-scroll .col-lg-4{
    padding-left: 10px;
    padding-right: 10px
}

.ouroffers-wrapper{
    margin-top: 45px;
}

.page-titles-con{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--headingColor);
    font-weight: 300;
    font-size: 72px;
    line-height: 72px;
    padding: 0;
    margin: 0px 0px 45px 0px;
}

.page-titles-con font{
    color: var(--GreenColor);
}

.worldtrust-wrapper{
    width: 100%;
    margin-top: 100px;
    overflow: hidden;
}

 

.worldtrust-wrapper .blue-wrapper .col-lg-3{
    position: relative;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.worldtrust-wrapper .blue-wrapper .col-lg-3::after{
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: var(--borderColor);
    content: '';
}



.worldtrust-wrapper .blue-wrapper .milestone-item{
    width: 100%;
    position: relative;
    min-height: 84px;
    padding-left: 135px;
    display: inline-block;
}

.worldtrust-wrapper .blue-wrapper .milestone-item span{
    width: 84px;
    height: 84px;
    background: var(--blackColor);
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 0px;
    overflow: hidden;
    transition-duration: 0.3s;

    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12);

}

.worldtrust-wrapper .blue-wrapper .milestone-item span img{
    width: 84px;
    height: 84px;
    object-fit: cover;
}

.worldtrust-wrapper .blue-wrapper .milestone-item h6{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 15px;
    font-weight: normal;
    transition-duration: 0.3s;
}

.worldtrust-wrapper .blue-wrapper .milestone-item h3{
    width: 100%;
    padding: 0;
    margin: 13px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 34px;
    font-weight: normal;
    transition-duration: 0.3s;
}

.worldtrust-wrapper .blue-wrapper .col-lg-3:hover span{
    transform: rotate(-25deg);
}

.worldtrust-wrapper .green-wrapper .col-lg-3:hover span{
    transform: rotate(25deg);
}

.worldtrust-wrapper .blue-wrapper{
    width: 100%;
    position: relative;
    border-radius: 10px;
    background: var(--LightBg);
}




.worldtrust-wrapper .green-wrapper .milestone-item{
    width: 100%;
    position: relative;
    min-height: 84px;
    padding-right: 135px;
    display: inline-block;
}

.worldtrust-wrapper .green-wrapper .milestone-item span{
    width: 84px;
    height: 84px;
    background: var(--whitecolor);
    border-radius: 50%;
    position: absolute;
    right:  30px;
    top: 0px;
    overflow: hidden;
    transition-duration: 0.3s;

    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12);

}

.worldtrust-wrapper .green-wrapper .milestone-item span img{
    width: 84px;
    height: 84px;
    object-fit: cover;
}

.worldtrust-wrapper .green-wrapper .milestone-item h6{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 15px;
    font-weight: normal;
    text-align: right;
    transition-duration: 0.3s;
}

.worldtrust-wrapper .green-wrapper .milestone-item h3{
    width: 100%;
    padding: 0;
    margin: 13px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 34px;
    font-weight: normal;
    text-align: right;
    transition-duration: 0.3s;
}

.welcometext-wrapper .col-lg-7 p{
    text-align: justify;
}

.welcometext-wrapper .col-lg-5 .welcome-image{
    width: 100%;
    position: relative;
    margin-top: 8px;
    display: block;
}

.welcometext-wrapper .col-lg-5{
    padding-right: 80px;
}


.welcometext-wrapper .col-lg-5 .welcome-image img{
    width: 100%;
    object-fit: cover;
    height: 450px;
    border-radius: 10px;
}

.welcometext-wrapper .page-titles-con{
    text-align: left;
}

.welcometext-wrapper{
    width: 100%;
    position: relative;
    margin-top: 100px;
    background: var(--LightBg);
    padding: 100px 0px;
}

.welcometext-wrapper .col-lg-7 h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: var(--whitecolor);
    font-weight: 600;
}

.welcometext-wrapper .col-lg-7 h2 font{
    color: var(--GreenColor);
}

.ourclients-wrapper{
    margin-top: 40px;
    width: 100%;
}

.ourclients-wrapper .ourclients-item{
    width: 100%;
    height: 110px;
    position: relative;
    display: table;
    border: none;
    background: var(--LightBg);
    border-radius: 10px;
}

.ourclients-wrapper .ourclients-item span{
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: table-cell;
}

.ourclients-wrapper .ourclients-item span img{
    max-width: 90%;
    max-height: 110px;
    object-fit: contain;
    display: inline-block;
}

.services-scroll,
.testimonials-scroll,
.clients-scroll {
    margin-left: -10px !important;
    margin-right: -10px !important
}

.services-scroll .col-lg-3,
.testimonials-scroll .col-lg-4,
.clients-scroll .col-lg-3{
    padding-left: 10px;
    padding-right: 10px
}

.ourclients-wrapper .page-titles-con{
    text-align: left;
}

.warehouse-wrapper{
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.warehouse-wrapper .col-lg-7{
    position: relative;
    text-align: justify;
}


.warehouse-wrapper .col-lg-7 h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: var(--whitecolor);
    font-weight: 600;
    font-size: 34px;
}

.warehouse-wrapper .col-lg-7 h2 strong{
    color: var(--GreenColor);
}

.warehouse-wrapper .col-lg-7 .morebtn-style{
    margin-top: 30px;
}





.warehouse-wrapper .col-lg-5{
    padding-left: 80px;
}

.warehouse-wrapper .col-lg-5 .warehouse-image{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.warehouse-wrapper .col-lg-5 .warehouse-image img{
    width: 100%;
    height: 410px;
    object-fit: cover;
    
}



.home-adswrapper{
    width: 100%;
    margin-top: 120px;
}

.home-adswrapper .col-lg-5 img{
    width: 100%;
    border-radius: 10px;
    height: 445px;
    object-fit: cover;
}

.home-adswrapper .col-lg-6 img{
    width: 100%;
    border-radius: 10px;
    height: 210px;
    object-fit: cover;
}

.home-adswrapper .col-lg-6:nth-child(1),
.home-adswrapper .col-lg-6:nth-child(2){
    margin-bottom: 24px;
}

.categoryscroll-wrapper{
    width: 100%;
    margin-top: 100px;
    background: var(--LightBg);
}

.categoryscroll-wrapper .category-item{
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    border-right: 1px solid var(--borderColor);
    padding: 30px 0px;
    transition-duration: 0.3s;
}

.categoryscroll-wrapper .category-item::before{
    width: 0%;
    height: 2px;
    background: var(--GreenColor);
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    transition-duration: 0.3s;
}

.categoryscroll-wrapper .category-item:hover::before{
    width: 100%;
}

.categoryscroll-wrapper .category-item h6{
    width: 100%;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    color: var(--headingColor);
    text-align: center;
    font-size: 14px;
    display: block;
}

.categoryscroll-wrapper .category-item span{
    text-align: center;
    display: inline-block;
    width: 90px;
    height: 90px;
    background: var(--blackColor);
    border-radius: 50%;
    overflow: hidden;
    transition-duration: 0.3s;
}

.categoryscroll-wrapper .category-item span img{
    height: 90px;
    width: 90px;
    object-fit: cover;
    
}

.categoryscroll-wrapper .category-item:hover span{
    transform: rotateY(180deg);
}

.video-top-image{
    width: 100%;
    min-height: 560px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    background: url(../whitemart/assets/img/bg-image.jpg) no-repeat center center fixed var(--headingColor); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.video-top-image::before{
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    opacity: 0.75;
    z-index: 0;
}

.video-top-image .page-titles-con{
    position: relative;
    z-index: 10;
    color: var(--whitecolor);
    font-size: 56px;
    line-height: 56px;
    margin-top: 160px;
}

.video-wrapper-con{
    width: 100%;
    border-radius: 5px;
    position: relative;
    background: var(--blackColor);
    padding: 20px 20px 0px 20px;
    margin-top: -150px;
    position: relative;
    z-index: 100;
}

.testimonials-wrapper{
    margin-top: 60px;
    background: var(--LightBg);
    padding-top: 100px;
    padding-bottom: 100px;
}


.testimonials-item{
    width: 100%;
    display: block;
    text-decoration: none;
    border: none;
    background: var(--blackColor);
    border-radius: 10px;
    transition-duration: 0.3s;
}

.testimonials-item .testimonials-footer{
    width: 100%;
    position: relative;
    border-top: 1px solid var(--borderColor);
    padding: 10px;
    min-height: 80px;
    padding-left: 20px;
    transition-duration: 0.3s;
}

.testimonials-item:hover,
.testimonials-item:hover .testimonials-footer{
    border-color: var(--GreenColor);
}

.testimonials-item .testimonials-footer span{
    width: 60px;
    height: 60px;
    background: url(../whitemart/assets/img/testimonial-propic.png) no-repeat var(--LightBg);
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
    overflow: hidden;
}

.testimonials-item .testimonials-footer span img{
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.testimonials-item .testimonials-footer h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
}

.testimonials-item .testimonials-footer h4{
    width: 100%;
    padding: 0;
    margin: 10px 0px 4px 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--headingColor);
}

.testimonials-item .testimonials-content{
    width: 100%;
    padding: 30px 20px 30px 20px;
    min-height: 236px;
}

.testimonials-item .testimonials-content p{
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-style: italic;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
           line-clamp: 5; 
    -webkit-box-orient: vertical;
    font-weight: 300;
    color: var(--textcolor);
}

.testimonials-item .testimonials-content ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    display: block;
}

.testimonials-item .testimonials-content ul li{
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    color: var(--textcolor);
    font-size: 15px;
}

.testimonials-item .testimonials-content ul li .fa-solid{
    color: #ffba00;
}

.testimonials-item .testimonials-content ul li .fa-regular{
    color: var(--footertextcolor);
}

.testimonials-wrapper .heading-style .viewall-btn span{
    background: var(--blackColor);
}

.testimonials-wrapper .heading-style .viewall-btn:hover span{
    background: var(--GreenColor);
}


.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #00a702;
	color: var(--whitecolor) !important;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}



@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

section{
    width: 100%;
    overflow: hidden;
}


.header-wrapper-div{
    overflow: visible;
}

.inner-banner-wrapper {
    width: 100%;
    background: var(--blackColor);
    margin-top: 130px;
    position: relative;
    height: 260px;
    display: table;
    padding: 0px 40px;
}



.inner-banner-wrapper .innerpage-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
    border-radius: 10px;
    overflow: hidden;
}

.inner-banner-wrapper .innerpage-middlealign .container{
    position: relative;
    z-index: 100;
}

.inner-banner-wrapper .innerpage-middlealign h2{
    font-weight: 300;
    font-size: 62px;
    line-height: 62px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    color: var(--whitecolor);
    font-weight: 700;
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
}

.innerpage-content-con{
    width: 100%;
    margin-top: 120px;
    margin-bottom: 120px;
}

.inner-banner-wrapper img{
    width: 100%;
    height: 260px;
    position: absolute;
    top: 0px;
    right: 0px;
    object-fit: cover;
    z-index: 2;
}


.stayintouch-wrap{
    width: 100%;
    position: relative;
    background: var(--LightBg);
    border-radius: 10px;
    padding: 45px 40px;
}


.stayintouch-wrap .socialmedia-icons {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    text-align: right;
    position: relative;
    top: 50%;
    margin-top: -20px;
}

.stayintouch-wrap .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.stayintouch-wrap .socialmedia-icons li:last-child{
    margin-right: 0px;
}

.stayintouch-wrap .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.stayintouch-wrap .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.stayintouch-wrap .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.stayintouch-wrap .socialmedia-icons li a.tw {
    background: #000000;
}

.stayintouch-wrap .socialmedia-icons li a.li {
    background: #d01a19;
}

.stayintouch-wrap .socialmedia-icons li a.in {
    background: #f6523f;
}

.stayintouch-wrap .socialmedia-icons li a.em{
    background: #235990;
}

.stayintouch-wrap .col-lg-8 p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 26px;
}

.stayintouch-wrap .col-lg-8 h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 34px;
}

.stayintouch-wrap .col-lg-8 h3 font{
    color: var(--GreenColor);
}

.stayintouch-wrap .col-lg-8 span{
    width: 100%;
    position: relative;
    padding-left: 155px;
    display: block;
}

.stayintouch-wrap .col-lg-8 span::before{
    width: 120px;
    height: 120px;
    background: url(../whitemart/assets/img/stayintouch-icon.png) no-repeat var(--blackColor);
    position: absolute;
    left: 0px;
    top: -8px;
    overflow: hidden;
    border-radius: 50%;
    content: '';
}

.footerlogo-wrapper{
    width: 100%;
    position: relative;
    text-align: center;
    border-top: 1px solid var(--borderColor);
    margin-top: 60px;
    padding-top: 60px;
}

.footerlogo-wrapper .nammude-kada{
    width: 100%;
    text-align: center;
    display: block;
}

.footerlogo-wrapper .nammude-kada img{
    width: auto;
    display: inline-block;
    height: 40px;
}

.footerlogo-wrapper .footerlogo-wrap{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.footerlogo-wrapper .footerlogo-wrap span{
    background: var(--PrimaryColor);
    display: inline-block;
    padding: 25px 25px;
}

.footerlogo-wrapper .footerlogo-wrap span img{
    width: auto;
    height: 45px;
    
}

.banner-wrapper .carousel-control-next, .banner-wrapper .carousel-control-prev {
    width: 5%;
}

.avaiabl-emis{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 50px;
    background: rgba(209,209,210,1);
background: -moz-linear-gradient(top, rgba(209,209,210,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(209,209,210,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(209,209,210,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(209,209,210,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(209,209,210,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(209,209,210,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d2', endColorstr='#ffffff', GradientType=0 );
}

.avaiabl-emis h4{
    width: 100%;
    line-height: 50px;
    color: var(--blackColor);
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: center;
    border-right: 1px solid #abacad;
}

.avaiabl-emis .availableemi-scroll span{
    width: 100%;
    display: block;
    text-align: center;
}

.avaiabl-emis .availableemi-scroll span img{
    width: auto;
    height: 50px;
    object-fit: cover;
    display: inline-block;
}

.unlocksavings-wrap{
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.unlocksavings-wrap .col-lg-6 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.heading-style{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.heading-style h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: var(--whitecolor);
    font-weight: 600;
}

.heading-style h2 font{
    color: var(--GreenColor);
}

.heading-style .col-lg-4{
    text-align: right;
}

.viewall-btn{
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    color: var(--textcolor);
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    padding-right: 34px;
    transition-duration: 0.3s;
    margin-top: 6px;
}

.viewall-btn span{
    width: 24px;
    height: 24px;
    background: var(--LightBg);
    color: var(--textcolor);
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    font-size: 12px;
    transition-duration: 0.3s;
}

.viewall-btn:hover{
    color: var(--whitecolor);
}

.viewall-btn:hover span{
    background: var(--GreenColor);
    color: var(--blackColor);
}

.trendingnow-wrap .col-lg-6 img{
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.trendingnow-wrap .col-lg-6{
    margin-top: 24px;
}

.trendingnow-wrap .heading-style{
    margin-bottom: 0px;
}

.trendingnow-wrap{
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.large-banner-one{
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.large-banner-one img{
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.whatshot-wrapper{
    margin-top: 100px;
}

.whatshot-wrapper img{
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.favourite-picks{
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.favourite-picks .col-lg-3 img{
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.warehouse-container{
    width: 100%;
    border: 1px solid var(--borderColor);
    padding: 50px 50px;
    display: block;
    border-radius: 10px;
    transition-duration: 0.3s;
}

.warehouse-container:hover{
    border-color: var(--GreenColor);
}

.warehouse-container .warehousecontent-con{
    width: 100%;
    position: relative;
    height: 410px;
    display: table;
}

.warehouse-container .warehousecontent-con span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}


.whywhitemart-wrap{
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    display: block;
}

.whywhitemart-wrap .whywhitemart-item{
    width: 100%;
    background: url(../whitemart/assets/img/whywhitemart-bg.jpg) no-repeat center var(--LightBg);
    background-size: 100%;
    border-radius: 10px;
    min-height: 280px;
    padding: 0px 40px;
    display: table;
}

.whywhitemart-wrap .whywhitemart-item .whywhitemart-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.whywhitemart-wrap .whywhitemart-item .whywhitemart-middlealign p{
    padding: 0;
    margin: 0;
    color: #7e7890;
    font-size: 15px;
    line-height: 24px;
}

.whywhitemart-wrap .whywhitemart-item .whywhitemart-middlealign h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--whitecolor);
    font-size: 20px;
    font-weight: 600;
}

.whywhitemart-wrap .whywhitemart-item .whywhitemart-middlealign span{
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.whywhitemart-wrap .whywhitemart-item .whywhitemart-middlealign span img{
    width: auto;
    height: 70px;
    display: inline-block;
    transition-duration: 0.3s;
}

.header-menu-wrapper .col-lg-9{
    position: relative;
    padding-right: 90px;
}

.header-menu-wrapper .burgermenu-button{
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background: var(--LightBg);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 15px;
    padding: 0px 0px;
    transition-duration: 0.3s;
}

.header-menu-wrapper .burgermenu-button span{
    width: 20px;
    height: 2px;
    background: var(--textcolor);
    position: absolute;
    top: 0px;
    right: 15px;
    transition-duration: 0.3s;
}

.header-menu-wrapper .burgermenu-button:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.25);
    background: var(--blackColor);    
}

.header-menu-wrapper .burgermenu-button:hover span{
    background: var(--GreenColor);
}

.header-menu-wrapper .burgermenu-button span:nth-child(1){
    top: 15px;
    animation: 3s linear infinite bar-oneanim;
}

.header-menu-wrapper .burgermenu-button span:nth-child(2){
    top: 24px;
    animation: 3s linear infinite bar-twoanim;
}

.header-menu-wrapper .burgermenu-button span:nth-child(3){
    top: 33px;
    animation: 3s linear infinite bar-oneanim;
}

@keyframes bar-oneanim{
    0% {
        width: 20px;
    }

    50% {
        width: 5px;
    }

    100% {
        width: 20px;
    }
}

@keyframes bar-twoanim{
    0% {
        width: 5px;
    }

    50% {
        width: 20px;
    }

    100% {
        width: 5px;
    }
}

.headermenu-wrapper{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -100vh;
    z-index: 1030;
    padding: 0px 0px;
    transition-duration: 0.3s;
}

.showmenu .headermenu-wrapper{
    bottom: 0px;
}

.showmenu{
    overflow: hidden;
}

.headermenu-wrapper .row{
    margin-left: 0px;
    margin-right: 0px;
}

.headermenu-wrapper .row .col-lg-7,
.headermenu-wrapper .row .col-lg-5,
.headermenu-wrapper .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}

.headermenu-wrapper .row .col-lg-7{
    background: rgba(16, 18, 20, 0.96);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.headermenu-wrapper .row .col-lg-5{
    background: rgba(108, 183, 0, 0.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.menu-popup-wrapper{
    width: 100%;
    height: 100vh;
    display: table;
}

.menu-popup-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.menu-popup-middlealign ul{
    width: 100%;
    padding: 0px 20px;
    margin: 0px;
}

.menu-popup-middlealign ul li{
    list-style: none;
    padding: 0;
    margin: 1px 0px;
}

.menu-popup-middlealign ul li a{
    color: var(--headingColor);
    text-decoration: none;
    padding: 10px 0px;
    margin: 0px 0px;
    font-size: 1.8vw;
    width: 100%;
    display: inline-block;
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 100;
}

.menu-popup-middlealign ul li a::before{
    width: 0%;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0%;
    background: var(--blackColor);
    content: '';
    z-index: -1;
    transition-duration: 0.3s;
    
}

.menu-popup-middlealign ul li a:hover::before{
    color: var(--headingColor);
    width: 100%;
    left: 0%;
}

.menu-popup-middlealign ul li.current-menu-item a::before{
    color: var(--headingColor);
    width: 100%;
    left: 0%;
}

.headermenu-wrapper .menuclose-btn{
    position: fixed;
    top: 4px;
    right: -54px;
    background: var(--blackColor);
    border: none;
    outline: none;
    z-index: 200;
    width: 40px;
    height: 40px;
    color: var(--whitecolor);
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 40px;
    transition-duration: 0.3s;
    text-align: center;
}

.showmenu .headermenu-wrapper .menuclose-btn{
    right: 4px;
}

.headermenu-wrapper .menuclose-btn:hover{
    color: var(--GreenColor);
}

.menuleft-wrapper-div{
    width: 100%;
    position: relative;
    height: 100vh;
    display: table;
}

.menuleft-wrapper-div .menuleft-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.menuleft-wrapper-div .menuleft-middlealign .col-lg-6 img{
    width: 100%;
    border-radius: 10px;
}

.menuleft-wrapper-div .menuleft-middlealign .viewall-btn span{
    background: var(--borderColor);
    color: var(--whitecolor);
}

.menuleft-wrapper-div .menuleft-middlealign .viewall-btn:hover span{
    background: var(--GreenColor);
}

.whywhitemart-scroll,
.favoritepicks-scroll,
.whatshot-scroll,
.trendingnow-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.whywhitemart-scroll .col-lg-4,
.favoritepicks-scroll .col-lg-3,
.whatshot-scroll .col-lg-4,
.trendingnow-scroll .col-lg-6{
    padding-left: 12px;
    padding-right: 12px;
}

.mobile-footer-wrap{
    width: 100%;
    background: var(--LightBg);
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1020;
    border-top: 1px solid var(--borderColor);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    overflow: visible;
}

.mobile-footer-wrap .container-fluid{
    padding: 0px 0px;
}

.mobile-footer-wrap .container-fluid .row{
    margin-left: 0px;
    margin-right: 0px;
}

.mobile-footer-wrap .container-fluid .col-2{
    padding-left: 0px;
    padding-right: 0px;
    width: 20%;
    text-align: center;
    position: relative;
}

.mobile-footer-wrap h6{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    line-height: normal;
    font-weight: normal;
    font-size: 12px;
}

.mobile-footer-wrap span i{
    color: var(--GreenColor);
    font-size: 14px;
    line-height: normal;
}

.mobile-footer-wrap .col-2:nth-child(1) span i,
.mobile-footer-wrap .col-2:nth-child(4) span i{
    font-size: 12px;
}

.mobile-footer-wrap .col-2 a{
    width: 100%;
    display: block;
    padding: 4px 0px;
}

.mobile-footer-wrap .col-2 a:focus h6,
.mobile-footer-wrap .col-2 a:focus span i{
    color: var(--GreenColor);
}

.mobile-footer-wrap .col-2 button{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -20px;
    border: none;
    outline: none;
    border-radius: 50%;
    background: var(--blackColor);
    border: 1px solid var(--GreenColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.25);
    padding: 0px;
}



.mobile-footer-wrap .col-2 button span{
    width: 28px;
    height: 2px;
    background: var(--GreenColor);
    position: absolute;
    top: 0px;
    right: 15px;
    transition-duration: 0.3s;
}

.mobile-footer-wrap .col-2 button span:nth-child(1){
    top: 18px;
    animation: 2.5s linear infinite bar-oneanims;
}

.mobile-footer-wrap .col-2 button span:nth-child(2){
    top: 28px;
    animation: 2.5s linear infinite bar-twoanims;
}

.mobile-footer-wrap .col-2 button span:nth-child(3){
    top: 38px;
    animation: 2.5s linear infinite bar-oneanims;
}


@keyframes bar-oneanims{
    0% {
        width: 28px;
        right: 15px;
    }

    50% {
        width: 12px;
        right: 22px;
    }

    100% {
        width: 28px;
        right: 15px;
    }
}

@keyframes bar-twoanims{
    0% {
        width: 12px;
        right: 22px;
    }

    50% {
        width: 28px;
        right: 15px;
    }

    100% {
        width: 12px;
        right: 22px;
    }
}

.ourbrands-page .col-lg-3{
    width: 20%;
    margin-top: 12px;
    margin-bottom: 12px;
}

.ourbrands-page .col-lg-3 .ourclients-item{
    width: 100%;
    height: 110px;
    position: relative;
    display: table;
    border: none;
    background: var(--LightBg);
    border-radius: 10px;
}

.ourbrands-page .col-lg-3 .ourclients-item span{
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: table-cell;
}

.ourbrands-page .col-lg-3 .ourclients-item span img{
    max-width: 90%;
    max-height: 110px;
    object-fit: contain;
    display: inline-block;
}

.testimonials-page .testimonials-item{
    background: var(--LightBg);
}

.testimonials-page .col-lg-4{
    margin-top: 12px;
    margin-bottom: 12px;
}

.testimonials-page .testimonials-item .testimonials-content{
    min-height: auto;
}

.testimonials-page .testimonials-item .testimonials-content p{
    display: block;
    overflow: visible;
}

.testimonials-page .testimonials-item .testimonials-footer span{
    background: url(../whitemart/assets/img/testimonial-propic.png) no-repeat var(--blackColor);
}

.about-content-top{
    width: 100%;
    position: relative;
    margin-top: 120px;
    text-align: justify;
    overflow: visible;
}

.about-content-top .col-lg-8{
    padding-right: 75px;
}

.about-content-top .col-lg-8 h4{
    width: 100%;
    padding: 0;
    margin: 45px 0px 14px 0px;
    color: var(--whitecolor);
    font-weight: 600;
}

.about-content-top .col-lg-8 h4 strong{
    font-weight: 600;
    color: var(--GreenColor);
}

.about-content-top p:last-child{
    margin-bottom: 0px;
}

.about-content-top .about-image{
    width: 100%;
    margin-top: 8px;
    position: sticky;
    top: 90px; 
    z-index: 10; 
}

.about-content-top .about-image img{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.visionmission-wrapper{
    margin-top: 80px;
}

.visionmission-wrapper .visionmission-con{
    width: 100%;
    position: relative;
    background: var(--LightBg);
    border-radius: 10px;
    padding: 45px 25px 45px 155px;
}

.visionmission-wrapper .visionmission-con span{
    width: 100px;
    height: 100px;
    background: var(--blackColor);
    position: absolute;
    left: 30px;
    top: 45px;
    border-radius: 50%;
}

.visionmission-wrapper .visionmission-con span img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.visionmission-wrapper .visionmission-con p{
    padding: 0;
    margin: 0;
    text-align: left;
}

.visionmission-wrapper .visionmission-con h4{
    width: 100%;
    padding: 0;
    margin: 3px 0px 12px 0px;
    color: var(--whitecolor);
    font-weight: 600;
}

.about-footer-quotes{
    margin-top: 80px;
    margin-bottom: 120px;
}

.about-footer-quotes p{
    text-align: center;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.video-heading-div{
    width: 100%;
    margin-top: 80px;
    height: 400px;
    background: var(--borderColor);
    background: url(../whitemart/assets/img/about-bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.video-heading-div h2{
    width: 100%;
    padding: 0;
    margin: 90px 0px 0px 0px;
    color: var(--whitecolor);
    font-weight: 600;
    text-align: center;
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.45);
}

.video-heading-div h2 font{
    color: var(--GreenColor);
}

.aboutpage-wrapper .col-lg-7{
    padding-right: 75px;
    text-align: justify; 
}

.aboutpage-wrapper .col-lg-7 p:last-child{
    margin-bottom: 0px;
}

.aboutpage-wrapper .col-lg-5 .warehouse-image{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 8px;
}

.aboutpage-wrapper .col-lg-5 .warehouse-image img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.aboutpage-wrapper .col-lg-7 .warehouse-content{
    width: 100%;
    min-height: 400px;
    display: table;
}   

.aboutpage-wrapper .col-lg-7 .warehouse-content span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.ourstore-item{
    width: 100%;
    position: relative;
    background: var(--LightBg);
    border-radius: 10px;
    padding: 0px 0px;
}

.ourstore-item p{
    font-size: 15px;
    padding: 0px ;
    margin: 0px 0px 15px 0px;
    line-height: 24px;
}

.ourstore-item h6{
    font-size: 15px;
    padding: 0px ;
    margin: 0px 0px 0px 0px;
    line-height: 24px;
    font-weight: normal;
    color: var(--textcolor);
}

.ourstore-item h6 i{
    color: var(--GreenColor);
    margin-right: 5px;
    font-size: 13px;
}

.ourstore-item h6 a{
    color: var(--textcolor);
    text-decoration: none;
}

.ourstore-item h5{
    color: var(--whitecolor);
    padding: 0px;
    margin: 0px 0px 15px 0px;
    font-size: 16px;
    line-height: 24px;
}

.ourstore-item .row{
    margin-left: 0px;
    margin-right: 0px;
    border-top: 1px solid var(--borderColor);
}

.ourstore-item .row .col-6,
.ourstore-item .row .col-12{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}


.ourstore-item .row .col-6 a,
.ourstore-item .row .col-12 a{
    width: 100%;
    text-align: center;
    display: block;
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 14px;
    color: var(--textcolor);
    line-height: 40px;
    transition-duration: 0.3s;
}

.ourstore-item .row .col-6 a:hover,
.ourstore-item .row .col-12 a:hover{
    color: var(--GreenColor);
}

.ourstore-item .row .col-6 a i,
.ourstore-item .row .col-12 a i{
    color: var(--GreenColor);
    margin-right: 5px;
}

.ourstore-item  .ourstore-content{
    width: 100%;
    display: block;
    padding: 25px 20px 0px 20px;
    min-height: 245px;
}

.select-location select{
    width: 100%;
    background: var(--blackColor);
    border: 1px solid var(--borderColor);
    border-radius: 5px;
    text-align: center;
    height: 44px;
    color: var(--whitecolor);
    font-size: 15px;
    outline: none;
    transition-duration: 0.3s;
}

.select-location select:focus{
    border-color: var(--GreenColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);

}

.selectlocation-wrap{
    margin-top: 80px;
    width: 100%;
    position: relative;
}

.store-content-wrapper{
    width: 100%;
    position: relative;
    margin-bottom: 120px;
    margin-top: 40px;
}

.store-content-wrapper .col-xl-3{
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-item-con{
    width: 100%;
    display: block;
    margin: 12px 0px;
}

.blog-item-con .blog-image{
    width: 100%;
    position: relative;
    height: 240px;
    overflow: hidden;
    background: var(--GreenColor);
}

.blog-item-con .blog-image span{
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 40%;
    margin-top: -35px;
    z-index: 100;
    width: 70px;
    height: 70px;
    background: var(--blackColor);
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: var(--GreenColor);
    font-size: 22px;
    transition-duration: 0.3s;
    opacity: 0;
}

.blog-item-con:hover .blog-image span{
    opacity: 1;
    top: 50%;
}

.blog-item-con .blog-image img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.blog-item-con:hover .blog-image img{
    opacity: 0.3;
    transform: scale(1.1);
}

.blog-item-con .blog-heading{
    width: 100%;
    height: 90px;
    background: var(--LightBg);
    display: table;
    position: relative;
}

.blog-item-con .blog-heading span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
}

.blog-item-con .blog-heading h6{
    color: var(--textcolor);
    padding: 0;
    margin: 0px;
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
    transition-duration: 0.3s;

    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}


.blog-item-con:hover .blog-heading h6{
    color: var(--GreenColor);
}

.blogsingle-con .col-lg-4 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.blogsingle-con .col-lg-8 p{
    text-align: justify;
}

.blogsingle-con .col-lg-8 p:last-child{
    margin-bottom: 0px;
}

.blogsingle-con .col-lg-8 h3,
.blogsingle-con .col-lg-8 h2,
.blogsingle-con .col-lg-8 h1{
    width: 100%;
    padding: 0px 0px;
    margin: 30px 0px 10px 0px;
    color: var(--GreenColor);
    font-size: 22px;
}

.blogsingle-con .col-lg-8 h4{
    width: 100%;
    padding: 0px 0px;
    margin: 30px 0px 10px 0px;
    color: var(--GreenColor);
    font-size: 22px;
}

.blogsingle-con .col-lg-8 h5{
    width: 100%;
    padding: 0px 0px;
    margin: 30px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 18px;
}

.blogsingle-con .col-lg-8 .blog-title{
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 30px 0px;
    font-size: 28px;
    line-height: 34px;
}

.blogsingle-con .col-lg-8 h5 strong{
    font-weight: 600;
    color: var(--GreenColor);
}

.blogsingle-con .col-lg-8 .blog-date{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 400;
}

.blogsingle-con .col-lg-8 .blog-date i{
    color: var(--GreenColor);
    font-size: 12px;
    position: relative;
    margin-right: 4px;
    top: -1px;
}

.blogsingle-con .col-lg-8{
    padding-right: 80px !important; 
}

.blogsingle-con .col-lg-4 h3{
    width: 100%;
    padding: 0;
    margin: 45px 0px 14px 0px;
    color: var(--whitecolor);
    font-size: 24px;
}

.blogsingle-con .col-lg-4 h3 font{
    color: var(--GreenColor);
}

.blogsingle-con .col-lg-4 ul{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.blogsingle-con .col-lg-4 ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 10px 0px;
    width: 100%;
}

.blogsingle-con .col-lg-4 ul li:last-child{
    margin-bottom: 0px;
}

.blogsingle-con .col-lg-4 ul li a{
    color: var(--textcolor);
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 15px;
    transition-duration: 0.3s;
    width: 100%;
    display: block;
}

.blogsingle-con .col-lg-4 ul li a:hover{
    color: var(--GreenColor);
}

.blogsingle-con{
    width: 100%;
    position: relative;
    overflow: visible;
}

.blog-sticky-div{
    width: 100%;
    position: sticky;
    top: 90px;
}

.blogsingle-con .col-lg-8 ul{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.blogsingle-con .col-lg-8 ul li{
    padding: 0px 0px 0px  0px;
    color: var(--textcolor);
    margin: 0px 0px 8px 0px;
}

.blogsingle-con .col-lg-8 ul li strong{
    color: var(--GreenColor);
    font-weight: 500;
}

.blogsingle-con .col-lg-8 ul li:last-child{
    margin-bottom: 0px;
}

.careerstopsection .col-lg-3 select{
    width: 100%;
    background: var(--blackColor);
    border: 1px solid var(--borderColor);
    border-radius: 5px;
    text-align: center;
    height: 44px;
    color: var(--whitecolor);
    font-size: 15px;
    outline: none;
    transition-duration: 0.3s;
}

.careerstopsection .col-lg-3 select:focus{
    border-color: var(--GreenColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);

}

.categories-item-con{
    width: 100%;
    display: block;
    position: relative;
    background: var(--LightBg);
    border-radius: 10px;
    margin-top: 24px;
    padding: 25px 20px;
    transition-duration: 0.3s;
    border: 1px solid var(--LightBg);
}

.categories-item-con:hover{
    border: 1px solid var(--GreenColor);
}

.categories-item-con:hover h4{
    color: var(--headingColor);
}

.categories-item-con h5{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 14px;
    line-height: normal;
    color: var(--GreenColor);
}

.categories-item-con h5 i{
    margin-left: 5px;
    transition-duration: 0.3s;
}

.categories-item-con h6{
    width: 100%;
    padding: 0;
    margin: 8px 0px 0px 0px;
    color: var(--textcolor);
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
}

.categories-item-con h6 i{
    font-size: 12px;
    margin-right: 5px;
}

.categories-item-con h4{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.categories-item-con .categort-item-con{
    width: 100%;
    display: block;
    min-height: 80px;
}

.no-results{
    width: 100%;
    font-size: 14px;
    margin-top: 35px !important;
    color: var(--textcolor);
    text-align: center;
    display: block;
}

.careersingle-con .career-content{
    position: sticky;
    top: 90px;
}

.careersingle-con .career-content p{
    text-align: justify;
}

.careersingle-con .career-content p:last-child{
    margin: 0px;
    padding: 0px;
}

.careersingle-con .career-content .career-title{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: var(--whitecolor);
    font-weight: 600;
}

.careersingle-con .career-content .career-date{
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    color: var(--textcolor);
    font-weight: 400;
    font-size: 13px;
}

.careersingle-con .career-content .career-date i{
    color: var(--GreenColor);
    position: relative;
    margin-right: 6px;
    font-size: 11px;
    top: -1px;
}

.careersingle-con .applynow-con h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--whitecolor);
    font-weight: 600;
}

.careersingle-con .applynow-con .wpcf7-form .col-lg-6 input{
    width: 100%;
    background: none;
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    text-align: left;
    height: 42px;
    color: var(--textcolor);
    font-size: 15px;
    outline: none;
    transition-duration: 0.3s;
    padding-left: 12px;
}

.careersingle-con .applynow-con .wpcf7-form .col-lg-12 input{
    width: 100%;
    background: none;
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    text-align: left;
    height: 42px;
    color: var(--textcolor);
    font-size: 15px;
    outline: none;
    transition-duration: 0.3s;
    padding: 3px 0px 0px 3px;
}

.careersingle-con .applynow-con .wpcf7-form .col-lg-12 textarea{
    width: 100%;
    background: none;
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    text-align: left;
    height: 80px;
    color: var(--textcolor);
    font-size: 15px;
    outline: none;
    transition-duration: 0.3s;
    padding-left: 12px;
}

.careersingle-con .applynow-con .wpcf7-form .col-lg-6 input:focus,
.careersingle-con .applynow-con .wpcf7-form .col-lg-12 textarea:focus,
.careersingle-con .applynow-con .wpcf7-form .col-lg-12 input:focus{
    border-color: var(--GreenColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
}

.careersingle-con .applynow-con{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    padding: 45px 45px;
}

.careersingle-con .applynow-con .wpcf7-form label{
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin: 0px 0px 0px 0px;
    line-height: normal;
}

.careersingle-con .applynow-con .wpcf7-form p{
    padding: 0px;
    margin: 0px;
}

.careersingle-con .applynow-con .wpcf7-form .col-lg-3{
    position: relative;
}

.careersingle-con .applynow-con .wpcf7-form .submit-btn{
     width: 100%;
     background: var(--GreenColor);
     color: var(--blackColor);
     padding: 10px 0px;
     margin: 0px 0px 0px 0px;
     font-size: 14px;
     font-weight: 600;
     text-transform: uppercase;
     border: none;
     outline: none;
     line-height: normal;
     border-radius: 4px;
}

.careersingle-con .applynow-con .col-lg-6,
.careersingle-con .applynow-con .col-lg-12{
    margin-top: 14px;
}

.careersingle-con .applynow-con .col-lg-3{
    margin-top: 8px;
}

.wpcf7-not-valid-tip{
    font-size: 11px;
    padding: 0px;
    margin: 4px 0px 0px 0px;
    line-height: normal;
}

.wpcf7-response-output{
    padding: 8px 10px;
    margin: 15px 0px 0px 0px !important;
    text-align: center;
    font-size: 12px;
    color: var(--textcolor);
}

.wpcf7-spinner{
    padding: 0px;
    margin: -12px 0px 0px -12px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.careersingle-con{
    overflow: visible;
}

.page-id-26 .innerpage-content-con p a,
.page-id-3 .innerpage-content-con p a{
    color: var(--textcolor);
    text-decoration: none;
}

.page-id-26 .innerpage-content-con ul,
.page-id-3 .innerpage-content-con ul{
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

.page-id-26 .innerpage-content-con ul li,
.page-id-3 .innerpage-content-con ul li{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    color: var(--textcolor);
}

.page-id-26 .innerpage-content-con ul li ul,
.page-id-3 .innerpage-content-con ul li ul{
    margin-top: 15px;
}

.page-id-3 h4{
    width: 100%;
    padding: 0px;
    margin: 45px 0px 10px 0px;
    font-weight: 600;
    color: var(--headingColor);
    font-size: 22px;
}

.page-id-3 h5{
    width: 100%;
    padding: 0px;
    margin: 25px 0px 10px 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-size: 18px;
}

.pagenot-found{
    text-align: center;
}

.pagenot-found h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    text-align: center;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 24px;
}

.pagenot-found h3 font{
    color: var(--GreenColor);
}

.pagenot-found p{
    text-align: center;
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.pagenot-found span{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.pagenot-found span img{
    height: 80px;
    display: inline-block;
}

.franchise-topsection{
    width: 100%;
    position: relative;
    margin-top: 120px;
}

.franchise-topsection .col-lg-8{
    padding-right: 80px;
}

.franchise-topsection .col-lg-8 p{
    text-align: justify;
}

.franchise-topsection .col-lg-8 h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--whitecolor);
    font-weight: 600;
    font-size: 30px;
}

.franchise-topsection .col-lg-8 h3 strong{
    font-weight: 600;
    color: var(--GreenColor);
}

.franchise-topsection .col-lg-8 h5{
    width: 100%;
    padding: 0;
    margin: 25px 0px 10px 0px;
    color: var(--whitecolor);
    font-weight: 600;
    font-size: 20px;
}

.franchise-enquiry{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    padding: 45px 35px;
}

.franchise-enquiry .col-lg-12 input[type=text],
.franchise-enquiry .col-lg-12 input[type=email]{
    width: 100%;
    background: none;
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    text-align: left;
    height: 42px;
    color: var(--textcolor);
    font-size: 15px;
    outline: none;
    transition-duration: 0.3s;
    padding-left: 12px;
}

.franchise-enquiry .col-lg-12 textarea{
    width: 100%;
    background: none;
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    text-align: left;
    height: 80px;
    color: var(--textcolor);
    font-size: 15px;
    outline: none;
    transition-duration: 0.3s;
    padding-left: 12px;
}

.franchise-enquiry .col-lg-12 textarea:focus,
.franchise-enquiry .col-lg-12 input[type=text]:focus,
.franchise-enquiry .col-lg-12 input[type=email]:focus{
    border-color: var(--GreenColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
}

.franchise-enquiry .col-lg-12 p{
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.franchise-enquiry .col-lg-12 .submit-btn {
    width: 100%;
    background: var(--GreenColor);
    color: var(--blackColor);
    padding: 10px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    outline: none;
    line-height: normal;
    border-radius: 4px;
}

.franchise-enquiry .col-lg-12{
    margin-top: 15px;
}

.franchise-enquiry .col-lg-12:last-child{
    margin-top: 6px;
}

.franchise-enquiry h6{
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    color: var(--textcolor);
    line-height: 24px;
}

.franchise-enquiry h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--whitecolor);
    font-weight: 600;
    font-size: 26px;
}

.franchise-enquiry h3 font{
    color: var(--GreenColor);
}

.franchise-phonecon{
    width: 100%;
    padding: 30px 30px;
    margin: 0px 0px;
    border: 2px solid var(--GreenColor);
    border-radius: 10px;
    margin-top: 25px;
}

.franchise-phonecon p{
    margin-bottom: 8px;
}

.franchise-phonecon p:last-child{
    margin-bottom: 0px;
}

.franchise-phonecon p a{
    color: var(--textcolor);
    text-decoration: none;
}

.franchise-phonecon p i{
    color: var(--GreenColor);
    margin-right: 5px;
    font-size: 14px;
}

.franchise-phonecon h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: var(--whitecolor);
    font-weight: 600;
    font-size: 26px;
}

.franchise-phonecon h4 font{
    color: var(--GreenColor);
    font-weight: 600;
}

.franchise-topsection .accordion-item{
    background: var(--LightBg);
    border-bottom: none;
    margin-bottom: 10px;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.franchise-topsection .accordion-item p:last-child{
    margin-bottom: 0px;
}

.franchise-topsection .accordion-item .accordion-body{
    padding: 25px 18px;
}

.franchise-topsection .accordion-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

}

.franchise-topsection .accordion-item .accordion-button:not(.collapsed){
    outline: none;
    background: var(--LightBg);
    border: none;
    box-shadow: none !important;
    color: var(--GreenColor);
    border-bottom: 1px solid var(--borderColor) !important;
}

.franchise-topsection .accordion-item .accordion-button{
    background: none;
    color: var(--textcolor);
    box-shadow: none !important;
    padding: 8px 15px 8px 10px;
}

.franchise-topsection .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='green'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: var(--bs-accordion-btn-icon-transform);
}

.franchise-testimonial{
    padding: 0px 0px;
    margin: 45px 0px 60px 0px;
    background: none;
}

.franchise-testimonial .testimonials-item{
    background:  var(--LightBg);
}

.franchise-testimonial .testimonials-item i{
    color: var(--GreenColor);
    font-size: 38px;
    margin-right: 10px;
}

.franchise-testimonial .testimonials-item .testimonials-footer{
    padding-left: 20px;
}

.franchise-testimonial .testimonials-item .testimonials-footer span{
    display: none;
    visibility: hidden;
}

.franchise-topsection .accordion-item .accordion-button font{
    color: var(--whitecolor);
    margin-right: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background:url(../whitemart/assets/img/tick-icon.png) no-repeat var(--blackColor);
    text-align: center;
    line-height: 44px;
}






.about-content-top .ratio.ratio-16x9{
    margin-bottom: 45px;
    margin-top: 30px;
}

.franchise-testimonial .testimonials-content {
    width: 100%;
    padding: 30px 20px 15px 20px;
    min-height: 300px;
}

.franchise-testimonial .testimonials-content p{
    text-align: left;
    -webkit-line-clamp: 8;
    line-clamp: 8;
}

.franchise-testimonial .testimonials-item .testimonials-footer h4{
    margin-top: 0px;
}

.franchise-testimonial .testimonials-item .testimonials-footer{
    display: table;
    
}

.franchise-testimonial .testimonials-item .testimonials-footer .footer-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.enquiry-button{
    width: auto;
    background: var(--GreenColor);
    color: var(--blackColor);
    padding: 10px 25px;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    outline: none;
    line-height: normal;
    border-radius: 4px;
    display: inline-block;
    display: none;
    visibility: hidden;
}

.contactform-wrapper {
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    padding: 45px 45px;
}

.contactform-wrapper h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--whitecolor);
    font-weight: 600;
}

.contactform-wrapper .col-lg-6 input{
    width: 100%;
    background: none;
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    text-align: left;
    height: 42px;
    color: var(--textcolor);
    font-size: 15px;
    outline: none;
    transition-duration: 0.3s;
    padding-left: 12px;
}

.contactform-wrapper .col-lg-12 textarea{
    width: 100%;
    background: none;
    border: 1px solid var(--borderColor);
    border-radius: 4px;
    text-align: left;
    height: 80px;
    color: var(--textcolor);
    font-size: 15px;
    outline: none;
    transition-duration: 0.3s;
    padding-left: 12px;
}

.contactform-wrapper .col-lg-6 input:focus,
.contactform-wrapper .col-lg-12 textarea:focus{
    border-color: var(--GreenColor);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(108,183,0,0.3);
}

.contactform-wrapper .submit-btn{
    width: 100%;
    background: var(--GreenColor);
    color: var(--blackColor);
    padding: 10px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    outline: none;
    line-height: normal;
    border-radius: 4px;
}

.contactform-wrapper .col-lg-6 p,
.contactform-wrapper .col-lg-12 p,
.contactform-wrapper .col-lg-3 p{
    padding: 0;
    margin: 0;
}

.contactform-wrapper .col-lg-3{
    position: relative;
}

.contactform-wrapper .col-lg-6,
.contactform-wrapper .col-lg-12{
   margin-top: 14px;
}

.contactform-wrapper .col-lg-3{
   margin-top: 8px;
}

.stayconnected h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--whitecolor);
    font-weight: 600;
}

.stayconnected h6{
    padding: 0;
    margin: 30px 0px 20px 0px;
    font-size: 16px;
    font-weight: 500;
    color: var(--GreenColor);
}

.stayconnected h6 a{
    color: var(--textcolor);
    text-decoration: none;
}

.stayconnected h5{
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--GreenColor);
}

.stayconnected h5 a{
    color: var(--GreenColor);
    text-decoration: none;
}

.stayconnected h5 a:hover{
    color: var(--whitecolor);
}

.stayconnected h5 i,
.stayconnected h6 i{
    margin-right: 6px;
}

.page-id-3 .innerpage-content-con p,
.page-id-3 .innerpage-content-con  ul li,
.page-id-26 .innerpage-content-con p,
.page-id-26 .innerpage-content-con  ul li{
    text-align: justify;
}

.grecaptcha-badge { 
    visibility: hidden !important;
    display: none !important;
}

.no-vacancy-message {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.no-vacancy-message h4{
    width: 100%;
    padding: 0;
    margin: 45px 0px 0px 0px;
    color: var(--textcolor);
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}













@media screen and (max-width: 1024px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        padding: 0px 20px;
    }

    .banner-wrapper{
        padding: 0px;
    }

    .avaiabl-emis{
        margin-top: 25px;
        border-radius: 5px;
    }

    .welcometext-wrapper .col-lg-5{
        padding-right: 45px;
    }

    .warehouse-wrapper .col-lg-5{
        padding-left: 45px;
    }

    .inner-banner-wrapper{
        padding: 0px 12px;
    }

    .inner-banner-wrapper .innerpage-middlealign h2{
        font-size: 52px;
    }
}

@media screen and (max-width: 980px) {
    .mega-menu-wrap,
    .stayintouch-wrap .col-lg-8 span::before{
        display: none !important;
        visibility: hidden !important;
    }

    .warehouse-wrapper .col-lg-5{
        padding-left: 15px;
    }

    .welcometext-wrapper .col-lg-7 h2{
        text-align: center;
    }

    .welcometext-wrapper .col-lg-5{
        padding-right: 15px;
    }

    .welcometext-wrapper .col-lg-5 .welcome-image{
        margin-top: 0px;
        margin-bottom: 45px;
    }

    .welcometext-wrapper .col-lg-5 .welcome-image img{
        height: auto;
    }

    .warehouse-container .warehousecontent-con{
        height: auto;
        margin-bottom: 60px;
    }

    .warehouse-container{
        padding: 50px 30px 30px 30px;
    }

    .welcometext-wrapper .col-lg-7{
        text-align: center;
    }

    .footer-links-wrapper .col-lg-9 .col-lg-6:last-child{
        margin-top: 45px;
    }

    .stayintouch-wrap .socialmedia-icons{
        text-align: center;
        top: 0px;
        margin-top: 25px;
    }
    
    .stayintouch-wrap .col-lg-8 span{
        padding-left: 0px;
        text-align: center;
    }

    .menu-popup-wrapper{
        height: calc(100vh - 360px);
    }

    .menuleft-wrapper-div{
        height: 360px;
    }

    .menu-popup-middlealign ul li a{
        font-size: 2.4vw;
    }

    .inner-banner-wrapper .innerpage-middlealign h2{
        text-align: left;
        font-size: 48px;
    }

    .ourbrands-page .col-lg-3{
        width: 25%;
    }

    .about-content-top .col-lg-8 {
        padding-right: 12px;
    }

    .about-content-top .about-image{
        margin-top: 60px;
    }

    .visionmission-wrapper .col-lg-6:last-child{
        margin-top: 35px;
    }

    .video-wrapper-con{
        margin-top: 0px;
    }

    .video-heading-div{
        background: none;
        height: auto;
        margin-bottom: 35px;
    }

    .video-heading-div h2{
        margin-top: 0px;
    }

    .video-wrapper-con{
        padding: 0px;
    }

    .aboutpage-wrapper .col-lg-7 {
        padding-right: 12px;
        text-align: justify;
    }

    .aboutpage-wrapper .col-lg-7 .warehouse-content{
        min-height: auto;
        margin-bottom: 45px;
    }

    .careersingle-con .applynow-con{
        margin-top: 60px;
    }

    .franchise-topsection .col-lg-8{
        padding-right: 12px;
        margin-bottom: 45px;
    }

    .stayconnected{
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 768px) {
   
}

@media screen and (max-width: 540px) {
    .headertop-section .col-md-5,
    .banner-wrapper .carousel-control-next, 
    .banner-wrapper .carousel-control-prev,
    .whatsapp-iconbtn,
    .footer-links-wrapper .col-lg-3,
    .warehousecontent-con p,
    .burgermenu-button,
    .header-menu-wrapper .col-4,
    .footer-links-wrapper .col-lg-6 p br{
        display: none;
        visibility: hidden;
    }

    .footerlogo-wrapper .nammude-kada img{
        height: auto;
        width: 70%;
    }

    .header-wrapper-div .headertop-section .col-lg-5 p{
        text-align: center;
    }

    .header-menu-wrapper .header-logo{
        padding: 12px 12px;
    }

    .header-menu-wrapper .header-logo img{
        height: 25px;
    }

    .banner-wrapper {
        margin-top: 0px;
    }

    .carousel-indicators{
        margin-bottom: 0px !important;
    }

    .avaiabl-emis{
        min-height: auto;
    }

    .avaiabl-emis .col-lg-2 h4{
        font-size: 13px;
        line-height: 35px;
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.04)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }

    .heading-style h2{
        font-size: 22px;
    }

    .unlocksavings-wrap .row .col-lg-6:first-child{
        margin-bottom: 12px;
    }

    .unlocksavings-wrap,
    .trendingnow-wrap,
    .categoryscroll-wrapper,
    .whatshot-wrapper,
    .favourite-picks,
    .worldtrust-wrapper,
    .welcometext-wrapper,
    .whywhitemart-wrap,
    .warehouse-wrapper{
        margin-top: 60px;
    }

    .clients-scroll {
        margin-left: -3px !important;
        margin-right: -3px !important
    }

    .clients-scroll .col-lg-3{
        padding-left: 3px;
        padding-right: 3px
    }

    .ourclients-wrapper .ourclients-item{
        height: 80px;
    }

    .ourclients-wrapper .ourclients-item img{
        max-height: 65px ;
    }

    .categoryscroll-wrapper .category-item h6{
        margin-top: 10px;
    }

    .large-banner-one{
        margin-top: 20px;
    }

    .large-banner-one img{
        border-radius: 5px;
    }

    .worldtrust-wrapper .blue-wrapper .milestone-item{
        padding: 80px 0px 0px 0px;
        text-align: center;
    }

    .worldtrust-wrapper .blue-wrapper .milestone-item span{
        left: 50%;
        margin-left: -42px;
    }

    .worldtrust-wrapper .blue-wrapper .milestone-item h6{
        font-size: 13px;
    }

    .worldtrust-wrapper .blue-wrapper .milestone-item h3{
        font-size: 22px;
        padding: 0;
        margin: 15px 0px 4px 0px;
    }

    .worldtrust-wrapper .blue-wrapper .col-lg-3{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .testimonials-wrapper{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .welcometext-wrapper{
        padding: 60px 0px;
    }

    .whywhitemart-wrap{
        margin-bottom: 60px;
    }

    .stayintouch-wrap{
        padding: 45px 15px;
    }

    .stayintouch-wrap .col-lg-8 h3{
        font-size: 24px;
    }

    .footer-links-wrapper{
        margin-top: 60px;
    }

    .footerlogo-wrapper .footerlogo-wrap span {
        padding: 10px;
    }

    .footerlogo-wrapper .footerlogo-wrap span img{
        height: 30px;
    }

    .footercredencials p{
        text-align: center;
        margin: 4px 0px;
    }

    .footercredencials .col-lg-6:last-child span{
        margin: 0px 8px;
    }

    .footercredencials{
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 45px;
        margin-bottom: 60px;
    }

    .footerlogo-wrapper{
        margin-top: 45px;
        padding-top: 45px;
    }

    .warehouse-container{
        border: none !important;
        padding: 0px 0px;
    
    }

    .warehouse-wrapper .col-lg-7 h2{
        text-align: center;
        font-size: 24px;
        margin-bottom: 0px;
    }

    .warehouse-container .warehousecontent-con span{
        text-align: center;
    }

    .warehouse-wrapper .col-lg-5 .warehouse-image img{
        height: 320px;
    }

    .warehouse-container .warehousecontent-con{
        margin-bottom: 35px;
    }

    .carousel-indicators [data-bs-target]{
        width: 15px !important;
    }

    .header-menu-wrapper .col-12{
        text-align: center;
    }

    .header-wrapper-div{
        position: relative;
    }

    .whywhitemart-scroll,
    .favoritepicks-scroll,
    .whatshot-scroll,
    .trendingnow-scroll{
        margin-left: -4px;
        margin-right: -4px;
    }

    .whywhitemart-scroll .col-lg-4,
    .favoritepicks-scroll .col-lg-3,
    .whatshot-scroll .col-lg-4,
    .trendingnow-scroll .col-lg-6{
        padding-left: 4px;
        padding-right: 4px;
    }

    .viewall-btn{
        margin-top: 3px;
        font-size: 12px;
    }

    .avaiabl-emis .availableemi-scroll span img{
        height: 32px;
    }

    .headermenu-wrapper .col-lg-7{
        display: none;
        visibility: hidden;
    }

    .menu-popup-wrapper {
        height: 100vh;
    }

    .menu-popup-middlealign ul li a {
        font-size: 4.2vw;
    }

    .headermenu-wrapper .row .col-lg-5{
        background: rgba(16, 18, 20, 0.96);
    }

    .menu-popup-middlealign ul li.current-menu-item a::before,
    .menu-popup-middlealign ul li a:hover,
    .menu-popup-middlealign ul li a:focus {
        color: var(--headingColor);
        width: 100%;
        left: 0%;
        background: var(--GreenColor) !important;
    }

    .headermenu-wrapper .menuclose-btn{
        background: none;
        border: 1px solid var(--borderColor);
        color: var(--blackColor);
        color: var(--GreenColor);
        border-radius: 50%;
    }

    .inner-banner-wrapper{
        margin-top: 0px;
    }

    .inner-banner-wrapper .innerpage-middlealign h2 {
        text-align: left;
        font-size: 28px;
        line-height: normal;
        padding-left: 15px;
    }

    .inner-banner-wrapper,
    .inner-banner-wrapper img{
        height: 160px;
    }

    .innerpage-content-con{
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .ourbrands-page .row{
        margin-left: -5px;
        margin-right: -5px;
    }

    .ourbrands-page .col-lg-3{
        width: 33.33%;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .ourbrands-page .col-lg-3 .ourclients-item{
        height: 90px;
        border-radius: 5px;
    }

    .ourbrands-page .col-lg-3 .ourclients-item span img{
        min-height: 75px;
    }

    .avaiabl-emis{
        margin-top: 10px;
    }

    .about-content-top .about-image img{
        height: auto;
    }

    .about-content-top,
    .video-heading-div{
        margin-top: 60px;
    }

    .about-content-top .col-lg-8 h4{
        text-align: left;
        line-height: 28px;
    }

    .about-footer-quotes{
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .visionmission-wrapper .visionmission-con{
        text-align: center;
        padding: 140px 15px 30px 15px;
        height: auto;
    }

    .visionmission-wrapper .visionmission-con p{
        text-align: center;
    }

    .visionmission-wrapper .visionmission-con span{
        left: 50%;
        margin-left: -50px;
        top: 25px;
    }

    .aboutpage-wrapper .col-lg-5 .warehouse-image img {
        width: 100%;
        height: 340px;
        object-fit: cover;
    }

    .store-content-wrapper{
        margin-bottom: 60px;
        margin-top: 45px;
    }

    .selectlocation-wrap{
        margin-top: 20px;
    }

    .ourstore-item .ourstore-content{
        min-height: auto;
        padding: 25px 20px;
    }
    
    .careerstopsection .col-6:first-child{
        padding-right: 6px;
    }

    .careerstopsection .col-6:last-child{
        padding-left: 6px;
    }

    .careersingle-con .career-content .career-title,
    .blogsingle-con .col-lg-8 .blog-title{
        font-size: 22px;
    }

    .careersingle-con .applynow-con{
        padding: 45px 20px;
    }

    .blogsingle-con .col-lg-8 {
        padding-right: 12px !important;
    }

    .blog-sticky-div{
        margin-top: 45px;
    }

    .franchise-topsection{
        margin-top: 60px;
    }

    .franchise-topsection .col-lg-8 h3{
        text-align: left;
        font-size: 24px;
    }

    .franchise-enquiry{
        padding: 45px 25px;
    }

    .franchise-phonecon h4{
        font-size: 22px;
    }



    .franchise-topsection .accordion-item .accordion-button{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .franchise-topsection .accordion-button{
        font-size: 15px;
    }

    .franchise-topsection .accordion-item .accordion-body {
        padding: 20px 10px;
    }

    .franchise-enquiry h3{
        font-size: 24px;
    }

    .enquiry-button{
        display: inline-block !important;
        visibility: visible !important;
        width: 160px;
        text-align: center;
        left: 50%;
        position: relative;
        margin-left: -80px;
    }

    .franchise-testimonial .testimonials-content p {
        text-align: left;
        -webkit-line-clamp: 10;
        line-clamp: 10;
    }

    .franchise-testimonial .testimonials-content{
        min-height: 320px;
    }

    .contactform-wrapper{
        padding: 45px 20px;
    }

}

@media screen and (max-width:320px) {
    .avaiabl-emis .col-lg-2 h4 {
        font-size: 11px;
    }

    .header-wrapper-div .headertop-section .col-lg-5 p{
        line-height: 18px;
        padding: 5px 0px;
    }

    .viewall-btn{
        font-size: 10px;
    }

    .heading-style h2{
        font-size: 18px;
    }

    .whywhitemart-wrap .whywhitemart-item{
        background-size: 100% 100%;
    }

    .whywhitemart-wrap .whywhitemart-item{
        padding: 0px 15px;
    }

    .whywhitemart-wrap .whywhitemart-item .whywhitemart-middlealign h4{
        font-size: 16px;
    }

    .ourclients-wrapper .ourclients-item span img,
    .ourbrands-page .col-lg-3 .ourclients-item span img{
        max-height: 80px;
    }
}



