@charset "utf-8";

/*----------------------
COMMON BREDCRUM CSS
----------------------*/
.blog-list-card img{
   height: 237px !important;
   width: 356px;
}

.prodBreadcrm {
    float: left;
    width: 100%;
    color: white;
    font-size: 15px;
    line-height:18px;
    text-align: left;
    padding: 10px 0 8px;
    background:black;
    position:relative;
}
.prodBreadcrm-test {
    float: left;
    width: 100%;
    color: #7f7f7f;
    font-size: 15px;
    line-height:18px;
    text-align: left;
    padding: 10px 0 8px;
    /*background:#f5f5f5;*/
    position:relative;
}
.prodBreadcrm span{ color:white;}
.prodBreadcrm a{
    color: white;
}
.bedcrm-arw{
    display:inline-block;
    vertical-align:middle;
    /* margin:-4px auto 0; */
}


/*-------------------------
    ABOUT PAGE CSS
--------------------------*/
.about-section{
    float:left;
    width:100%;
    padding:50px 0 70px;
    position:relative;
}
.abt-sec-left{
    float:left;
    width:62.30%;
    text-align:left;
}
.abt-sec-left-headng{
    float:left;
    width:100%;
    font-size:40px;
    line-height:44px;
    color:#d13126;
    font-weight:bold;
}
.abt-lft-img1{
    position:absolute;
    right:0;
    top:0;
    border-radius:10px;
    max-width:100%;
}
.abt-sec-comn-para{
    float:left;
    width:100%;
    font-size:20px;
    line-height:27px;
    color:#000000;
    margin-top:20px;
    font-weight:300;
}
.abt-lft-sec-list{
    float:left;
    width:100%;
    margin-top:25px;
}
.abt-lft-sec-list li{
    display:inline-block;
    vertical-align:middle;
    padding:0 30px 0 55px;
    position:relative;
}
.abt-lft-sec-list li p{
    float:left;
    width:100%;
    font-size:19px;
    line-height:24px;
    color:#000;
}
.abt-lft-sec-list li:after{
    content:"";
    position:absolute;
    height:40px;
    top:7px;
    right:0;
    width:1px;
    background:#a5a5a5;
}
.abt-lft-sec-list li:last-child:after{ display:none;}
.abt-lft-sec-list li:nth-child(2){margin:0 25px;}
.abt-lft-sec-list li img{
    position:absolute;
    left:0;
    top:4px;
}
.btn-bx{
    display:inline-block;
    vertical-align:top;
    max-width:320px;
    width:100%;
    text-align:center;
    margin-top:30px;
}
.abt-sec-left .btn-bx{ margin-top:45px;}
.comn-btn{
    width:100%;
    float:left;
    height:60px;
    background:#d13126;
    font-size:22px;
    line-height:58px;
    font-weight:bold;
    color:#fff;
    border-radius:3px;
    margin-bottom:5px;
    text-shadow:0 0 3px rgba(0,0,0,0.3);
}
.abt-sec1{
    float:left;
    width:100%;
    background:#31a7a6;
    display:flex;
}
.abt-sec1-lft{
    float:left;
    width:43%;
    position:relative;
}
.abt-sec1-lft:after{
    content:"";
    position:absolute;
    right:0;
    top:0;
    left:0px;
    bottom:0;
    background:url(../images/abt-sec1-lft-img1.jpg) no-repeat center center;
    background-size:cover;
}
.abt-sec1-rgt{
    float:right;
    width:57%;
    text-align:left;
}
.about-rgt-content{
    float:left;
    width:640px;
    padding:50px 0 50px 50px;
}
.txt-white{ color:#fff;}
.abt-sec1-rgt .btn-bx{ margin-top:45px;}
.abt-sec2{
    float:left;
    width:100%;
    padding:70px 0;
    position:relative;
}
.abt-s2-left{
    float:left;
    width:52.2%;
    text-align:left;
}
.abt-s2-list-hdng{
    float:left;
    width:100%;
    font-size:22px;
    line-height:28px;
    color:#000000;
    font-weight:bold;
    margin-top:20px;
}
.abt-sec2-img1{
    position:absolute;
    right:0;
    top:60px;
    max-width:100%;
}
ul.abt-s2-list{
    float:left;
    width:100%;
    margin-top:10px;
}
ul.abt-s2-list li{
    float:left;
    width:100%;
    margin-top:15px;
    padding-left:36px;
    background:url(../images/abt-s2-listchk.png) no-repeat left center;
    font-size:20px;
    line-height:26px;
    font-weight:300;
    color:#000000;
}


/*-------------------------
    STORES SECTION CSS
--------------------------*/
.stores-section{
    float:left;
    width:100%;
    padding:50px 0 60px;
    text-align: left;
}
.stores-section .s3-btm-txt1{
    font-size:30px;
    line-height:38px;
    text-align:left;
    color:#2d2d2d;
}
.stores-section .s3-coupn-btm-list{text-align:left;}
.common-left{
    float:left;
    /* width:66%; */
    width:100%;
}
.stores-main-sec-left{
    float:left;
    width:100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top:45px;
    justify-content:space-between;
}
.main-sec-left-col{
    margin-top:15px;
    width:33%;
}
.main-sec-left-colpic{
    float:left;
    width:100px;
    height:100px;
    border:1px dashed #d13126;
    border-radius:50%;
    padding:10px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.main-sec-left-colpic img{
    max-width:100%;
    border-radius:50%;
    align-self:center;
}
.main-sec-left-col-cont{
    float:right;
    width:calc(100% - 105px);
    text-align:left;
    padding:10px 10px 10px 15px;
    /* margin-top: 20px; */
}
.store-col-cont-txt1{
    float:left;
    width:100%;
    font-size:20px;
    line-height:26px;
    color:#000;
    font-weight:bold;
    word-break:break-all;
}
.main-sec-left-col-cont ul{
    float:left;
    width:100%;
    margin-top:5px;
}
.main-sec-left-col-cont ul li{
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-left: 28px;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    position: relative;
    text-align: left;
}
.stores-load-more-btn{
    display:inline-block;
    vertical-align:middle;
    width: 100%;
    max-width:245px;
    height:55px;
    border-radius:5px;
    color: white;
    font-size:20px;
    line-height:50px;
    background:linear-gradient(206deg,red 0,#001680 100%);
    text-align:center;
    margin-top:50px;
    transition:all ease 0.3s;
    cursor: pointer;
}
.stores-load-more-btn:hover{
    /* background:#d13126; */
    color:#fff;
    transition:all ease 0.3s;
}

/*COMMON SIDE BAR CSS*/
.common-side-bar{
    width:30%;
    margin-top:15px;
}
.common-side-bar-box1{
    float:left;
    width:100%;
    background:#fff;
    border-radius:10px;
    padding:20px;
    margin-top:35px;
    position:relative;
    text-align:left;
    overflow:hidden;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}
.str-rgt-sec-bx-hdng-txt1{
    float:left;
    width:100%;
    font-size:35px;
    line-height:40px;
    color:#d13126;
    font-weight:bold;
}
.str-rgt-sec-bx-para-txt1{
    float:left;
    width:100%;
    font-size:17px;
    line-height:24px;
    color:#000000;
    margin-top:15px;
}
.msg-icn-str{
    position:absolute;
    right: -25px;
    top: -25px;
}
.mail-field {
    float:left;
    width:100%;
    border:1px solid #e9c0c0;
    background:#fff;
    height: 55px;
    margin-top: 20px;
    overflow:hidden;
    padding:8px;
}
.mail-field input {
    float: left;
    width: 100%;
    border: none;
    outline: none;
    color: #000;
    font-size:18px;
    height:100%;
    padding: 0 10px;
    background:#fff;
}
.signUp {
    float: left;
    width: 100%;
    background: linear-gradient(206deg,red 0,#001680 100%);
    font-size: 21px;
    height:60px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top:15px;
    border:1px solid #d13126;
    border-radius: 10px;
    outline:none;
    -webkit-appearance:none;
    cursor:pointer;
}

.common-side-bar-box2{
    float:left;
    width:100%;
    background:#fff;
    border-radius:10px;
    margin-top:25px;
    padding:15px 15px 20px;
    position:relative;
    text-align:left;
    overflow:hidden;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}
.sec-right-box2-link{
    font-size: .85rem;
    line-height: 1.3em;
    letter-spacing: .0025em;
    color: #181a1b;
    display: inline-flex;
    background-color: #f4f5f5;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 12px;
    margin-bottom: 5px;
}
.right-box2-hdng{
    float:left;
    width:100%;
    font-size:20px;
    line-height:30px;
    color:#d13126;
    font-weight:bold;
    margin-bottom:5px;
}
.common-side-bar-box2 .s3-coupn-btm-list { margin-top:10px;}
.common-side-bar-box2 .s3-coupn-btm-list li{ margin:7px 0.5px 0; text-align:center;}

/*====NEW-BOX====*/
.common-side-bar-box2.new-box4{
    background:url("/images/v1/new-box-img.jpg") no-repeat center top;
    text-align:center;
    padding:35px 15px 40px;
}
ul.counting-box{
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
    width:170px;
    margin-top:10px;

}
ul.counting-box li{
    display:inline-block;
    vertical-align:middle;
    height:50px;
    width:36px;
    background:#fff;
    border-radius:4px;
    margin:0 2px;
    text-align:center;
    line-height:48px;
    font-size:30px;
    color:#d13126;
    font-weight:bold;

}
ul.counting-box li:first-child{ margin-left:0;}
ul.counting-box li:last-child{ margin-right:0;}
.new-box-text2{
    float:left;
    width:100%;
    font-size:28px;
    line-height:34px;
    color:#fff;
    margin-top:8px;
}
.new-box4 .s4-link-txt{
    font-size:22px;
    line-height:53px;
    font-weight:bold;
    color:#fff;
    width:275px;
    height:55px;
    max-width:100%;
}
.new-box-text1{
    float:left;
    width:100%;
    font-size:18px;
    line-height:22px;
    color:#1d1d1d;
    margin-top:5px;
    margin-bottom:15px;


}
.new-box3{
    padding:15px 15px 25px;
}
ul.new-box3-list{
    float:left;
    width:99%;
}
/*ul.new-box3-list li{*/
/*    float:left;*/
/*    width:100%;*/
/*    padding-left:35px;*/
/*    margin-top:15px;*/
/*    position:relative;*/
/*    list-style-type: none;*/
/*}*/

ul.new-box3-list li{
    float:left;
    width:94%;
    padding-left:2px;
    margin-top:0px;
    position:relative;
    list-style-type: none;
    margin-bottom: 20px;
}

ul.new-box3-list li p{
    float:left;
    width:100%;
    font-size:18px;
    line-height:24px;
    color:#1d1d1d;
    font-weight:300;
}
ul.new-box3-list li img{
    position:absolute;
    left:-35px;
    top:8px;
}



/*-----------------------
   STORE DETAILS PAGE
-------------------------*/
.storep-dtls-img{
    display:block;
    margin:0 auto;
    max-width:50%;
}
.common-side-bar-box2.store{padding:0; margin-top:0;}
.store-right{
    width:65%;
    text-align:left;
}
.store-dtls-heading{
    float:left;
    width:100%;
    font-size:28px;
    /* line-height:46px; */
    color:black;
    font-weight:bold;
    margin-bottom: 0 !important;
}
.store-sub-heading{
    float:left;
    width:100%;
    font-size:25px;
    line-height:30px;
    color:#000;
    margin-top:5px;
}
ul.store-data{
    float:left;
    width:100%;
    border-top:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
    padding:10px 0 14px;
    margin-top:20px;
}
ul.store-data li{
    float:left;
    position:relative;
    padding:0 0 0 30px;
    color:#000000;
    font-size:17px;
    line-height:19px;
    margin-right:55px;
    text-align:left;
}
ul.store-data li:last-child{margin-right:0;}
ul.store-data li .calndr{top:2px;}
ul.store-data li:after{
    content:'';
    position:absolute;
    top:0;
    height:22px;
    width:1px;
    background:#d4d4d4;
    right:-30px;
}
ul.store-data li:last-child:after{display:none;}
.store-dtls-para{
    float:left;
    width:100%;
    font-size:17px;
    line-height:26px;
    color:#000;
    margin-top:20px;
    font-weight:300;
    letter-spacing:0.5px;


}
.store-right .s3-coupon-box{margin-bottom:10px;}
.store-right .s3-coupon-box-row .cpon-box-row-cont{ padding:23px 19px 0px 156px; width:100%;}
.store-right .s3-coupon-box-row .s3-cont-txt1{width:115px;height:100px;}
.store-right .s3-coupon-box-row .cpon-box-row-cont .s3-cont-right{ width:55%;}
.store-right .s3-coupon-box-row	.s3-ght-txt2{ font-size:16px;    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;  }
.store-right .s3-coupon-box-row	.cpn-btn{ width:35%;}
.store-right .s3-coupon-box-row	.cpn-btn a img{ max-width:100%;}
.store-hdng-para{
    float:left;
    width:100%;
    font-size:22px;
    line-height:28px;
    color:#000;
    margin-top:25px;
    font-weight:bold;
    letter-spacing:0.5px;
}

/*----NEW-FAQ----*/
.faq-container.new-faq{
    display: inline-block;
    vertical-align: middle;
    max-width:755px;
    width: 100%;
    margin: 30px 0 0;
}
.accordion{
    float: left;
    width: 100%;
    text-align: left;
    padding:14px 40px 20px 20px;
    cursor: pointer;
    position:relative;
    margin-top: 15px;
    font-size:22px;
    line-height:40px;
    color:#d13126;
    font-weight:bold;
}

.acdn-heading1.accordion-open {
    background: url(../images/open-btn.png) no-repeat 97% center #f3f3f3;
    border:none;
}
.acdn-heading{
    float:left;
    width:100%;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight:bold;
    letter-spacing:0.5px;
    padding:20px 40px 10px 0;
    position:relative;
}
.acdn-heading span{
    position:absolute;
    left:-35px;
    top:20px;
}
.acdn-content {
    float: left;
    width: 100%;
    position:relative;
    padding: 20px 20px 0 15px;
}
.acdn-para {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #121212;
    font-weight:300;
    margin-bottom: 15px;
    text-align: left;
    position:relative;
}
.acdn-para span{
    position:absolute;
    left:-35px;
    top:0;
    font-weight:bold;
}

.allbeauty-heading{
    float: left;
    width: 100%;
    font-size:33px;
    line-height:40px;
    color:#d13126;
    font-weight:bold;
    margin:20px 0;
}
.allbeauty-text{
    float: left;
    width: 100%;
    font-size:18px;
    line-height:25px;
    font-weight:300;
    color:#000000;
    margin-bottom:20px;
    letter-spacing:0.5px;
}
ul.albt-new-list{
    float:left;
    width:100%;
}
ul.albt-new-list li{
    float:left;
    width:100%;
    padding-left:25px;
    text-align:left;
    font-size:20px;
    line-height:25px;
    color:#000000;
    font-weight:bold;
    margin-top:15px;
    position:relative;
}
ul.albt-new-list li p{
    float:left;
    width:100%;
    font-size:18px;
    line-height:24px;
    font-weight:300;
    margin-top:5px;
}
ul.albt-new-list li p a{
    color:#0000ff;
}
ul.albt-new-list li .img-icon{
    top:5px;
}
ul.albt-new-list li .img-icon.globe{
    color:#d13126;
}


ul.albt-new-list2{
    float:left;
    width:100%;
    padding-left:20px;
}
ul.albt-new-list2 li{
    float:left;
    width:100%;
    margin-top:20px;
    font-size:18px;
    line-height:25px;
    color:#000000;
    font-weight:300;
    letter-spacing:0.3px;
    list-style:decimal;
}

.new-coupn-box{
    float:left;
    width:100%;
    text-align:center;
    margin-bottom:40px;
}
.copn-box-icn-1{
    position:absolute;
    right:25px;
    top:-20px;
}
.coupn-box{
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
    width:535px;
    padding:10px;
    border:3px dashed #292929;
    margin-top:50px;
    position:relative;
    border-radius:8px;
}
.coupn-box-btn{
    float:left;
    width:100%;
    font-size:57px;
    font-weight:bold;
    height:170px;
    line-height:170px;
    background:#d13126;
    text-align:center;
    color:#fff;
}
.store-sub-heading.albt{
    font-size:24px;
    line-height:28px;
    font-weight:bold;
    margin-top:10px;
}
.albt-img{
    display:inline-block;
    vertical-align:middle;
    margin:30px 0 20px 0;
    max-width:100%;
}



/*-------------------------
    BLOG PAGE CSS
--------------------------*/
.blog-section{
    float:left;
    width:100%;
    padding:50px 0 60px;
    text-align: left;  color: #000000;font-size: 20px;line-height: 30px;font-weight: 300;text-align: left;
}
.blog-left{
    float: left;
    width: 65%;
}
.blog-heading{
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 38px;
    color: #000;
    font-weight: bold;
    text-align:left;
    margin-top:30px;
}
.blog-heading.top{margin-top:0;}
.calndr{
    position:absolute;
    left:0;
    top:0;
    color:#d13126;
}
.blog-section .img-icon.time{top:0;}
.blog-full-images{
    max-width: 100%;
    margin-top: 25px;
}
.blog-para {
    color: #000000;
    font-size: 17px;
    line-height: 26px;
    margin-top: 25px;
    font-weight: 300;
    text-align:left;
}
.stores-load-more-btn{}

.read-list{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-top:20px;
    text-align:left;
}
.blog-list{
    width:48%;
    border-radius:15px;
    box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
    margin-top: 35px;
    position:relative;
    overflow:hidden;
}
.rd-lst-img{
    float:left;
    width:100%;
}
.rd-lst-txtDiv{
    float: left;
    width: 100%;
    padding:15px 15px 20px;
}
.rd-lst-txt1{
    float:left;
    width:100%;
    font-size:18px;
    line-height:26px;
    color:#000000;
    font-weight:bold;
}
.rd-lst-txt4{
    float:left;
    font-size:20px;
    line-height:26px;
    color:#000000;
    font-weight:300;
    margin-top:10px;
}
.rd-lst-txtDiv .stores-load-more-btn{
    max-width:100%;
    margin-top:25px;
}
.rd-lst-txtDiv .stores-load-more-btn i{
    display:inline-block;
    vertical-align:middle;
    margin:-9px 0 0 5px;
}
.blog-section .common-side-bar div:nth-child(1){margin-top:0;}

.rel-blog{
    float:left;
    width:100%;
    margin:10px 0;
}
.rel-blog-pic{
    float:left;
    width:100px;
    border:1px solid #e0e0e0;
}
.rel-post{
    float:left;
    width:calc(100% - 100px);
    padding-left:15px;
    text-align:left;
}
.rel-post p{
    float:left;
    width:100%;
    color:#000;
    font-size:19px;
    line-height:23px;
    font-weight:bold;
}
.rel-data{
    float:left;
    width:100%;
}
.dte-stirp{
    display:inline-block;
    vertical-align:middle;
    color:#000000;
    font-size:15px;
    font-weight:300;
    position:relative;
    padding-left:25px;
}
.img-icon.calndr{ font-size:20px; }
.dte-stirp .img-icon.time{ top:0; font-size:20px;}
.rel-data:nth-child(1){margin-right:4px;}


/*------------------------------------
   CHOOSE SUBCATEGORY PAGE
-------------------------------------*/
.choose-subcategory-section{
    float:left;
    width:100%;
    padding: 50px 0 60px;
    text-align:left;
}
.choose-subcategory-section .common-side-bar{ margin-top:40px;}
.choose-subcategory-section .common-side-bar div:nth-child(1) {margin-top: 0;}
.choose-left{
    float:left;
    width:65%;
}
.choose-sub-heading{
    float:left;
    width:100%;
    font-size:1.3rem;
    line-height:1.5rem;
    color:#000;
    font-weight:bold;
}
.hding-arw{vertical-align:middle; margin-top:-12px; font-size:inherit;}
.choose-subct-mid-sec{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top:5px;
}
.choose-subct-mid-col{
    width: 48%;
    overflow:hidden;
    border-radius: 10px;
    margin-top:35px;
    box-shadow: 0 1px 10px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 10px 4px rgba(0,0,0,0.1);
}
.choose-sub-img{
    float:left;
    width:100%;
    height:176px;
    
}
.choose-sub-img img{
    object-fit: cover !important;
}
.pic-bg1{
    background: url(../images/choos-sub-img1.jpg) no-repeat center top;
    background-size: cover;
}
.pic-bg2{
    background: url(../images/choos-sub-img2.jpg) no-repeat center top;
    background-size: cover;
}
.pic-bg3{
    background: url(../images/choos-sub-img3.jpg) no-repeat center top;
    background-size: cover;
}
.pic-bg4{
    background: url(../images/choos-sub-img4.jpg) no-repeat center top;
    background-size: cover;
}
.pic-bg5{
    background: url(../images/choos-sub-img5.jpg) no-repeat center top;
    background-size: cover;
}
.pic-bg6{
    background: url(../images/choos-sub-img6.jpg) no-repeat center top;
    background-size: cover;
}
.pic-bg7{
    background: url(../images/choos-sub-img7.jpg) no-repeat center top;
    background-size: cover;
}
.choos-sub-col-cont{
    float:left;
    width:100%;
    padding:15px;
    text-align:left;
}
.choose-sub-sont-txt1{
    float:left;
    width:100%;
    font-size:1.3rem;
    line-height:1.5rem;
    color:#000;
    margin-bottom:5px;
    font-weight:bold;
}
.choose-sub-link{
    float:left;
    width:100%;
    font-size:17px;
    line-height:24px;
    color:#000;
    margin-top:8px;
}
.choose-sub-link a{
    text-decoration:underline;
    color:#1a70e6;
    word-break: break-all;
}

/*------------------------------------
  SUBCATEGORY LISTING PAGE
-------------------------------------*/
.sub-cat-listing-section{
    float:left;
    width:100%;
    padding: 50px 0 60px;
    text-align:left;
}
/* .sub-cat-listing-section .common-side-bar{margin-right: 20px;} */
.sub-cat-listing-section .choose-sub-heading{ text-align:left;}
.choose-sub-heading.top-mar{ margin-top:25px;}
.sub-cat-listing-section .choose-subct-mid-sec .choose-subct-mid-col{ margin-top:30px; width:24%; position:relative;}
.sub-cat-listing-section .choose-subct-mid-col .choos-sub-col-cont{ position:relative; padding:20px 15px 15px 15px;}
.sub-cat-list-pic-top{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(34,34,34,.1);
    border-radius: 50%;
    overflow: hidden;
    
    left: 16px;
    top: -56px;
    width: 70px;
    height: 70px;
    padding:2px;
    background: #fff;
    border: 1px dashed #707070;
    
    text-align: center;
}
.sub-cat-list-pic-top img{
    border-radius: 50%;
}
.sub-cat-list-pic-top img, .choose-sub-img img{
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
    /* object-fit: cover; */
}
.sub-cat-listing-left{
    float:left;
    width:65%;
}
.sub-cat-listing-box{
    float:left;
    width:100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    box-shadow: -2px 2px 10px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: -2px 2px 10px 4px rgba(0,0,0,0.1);
    border-radius:15px;
    overflow:hidden;
    position:relative;
    margin-top:30px;
}
.sub-cat-listing-logo-box{
    width:20%;
    background:#eeeeee;
    display:flex;
    align-items: center;
    border-right:1px solid lightgray
}
.sub-cat-listing-logo-box img{
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.sub-cat-list-rght-box{
    width:80%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding:15px 20px 20px 15px;
}
.sub-cat-list-rght-cont{
    width:70%;
    padding-right:15px;
}
.sub-cat-list-rght-btn{
    width:30%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.sub-cat-list-rght-btn a{
    width:100%;
}

.cat-list-box{
    float:left;
    width:154%;
    margin-top:35px;
    border-radius:15px;
    padding:15px 25px 25px;
    box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
}
.cat-list-box.top{margin-top:40px;}
.cat-list-box h4{
    float:left;
    
    font-size:1.3rem;
    line-height:1.5rem;
    color: #000;
    font-weight: bold;
    /*padding-left:40px;*/
    padding-left:0px;
    position:relative;
}
.cat-list-box h4 span{
    position:absolute;
    left:0;
    opacity:0.5;
    font-weight:normal;
    font-size:1.3rem;
    line-height:1.5rem;
    top:2px;
}
.cat-list-box  ul{
    float:left;
    width:100%;
    margin-top:10px;

    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    orphans: 1;
    widows: 1;
}
.cat-list-box  ul li{
    /*float:left;
    width:33.33%;
    padding-right:15px;*/
    margin-top:7px;
}
.cat-list-box  ul li:nth-child(3n){padding-right:0;}
.cat-list-box  ul li a{
    color: #d13126;
    font-size: 17px;
    line-height: 24px;
    text-decoration:underline;
}

ul.main-cat-list{
    float:left;
    width:100%;
    margin-top:10px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.main-cat-list li{
    width:48%;
    padding-bottom:45%;
    box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
    border-radius:15px;
    position:relative;
    overflow:hidden;
    margin-top:30px;
}
ul.main-cat-list li .cat-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all ease 2s;
}
ul.main-cat-list li:hover .cat-img{
    -webkit-transform: scale(1.1);
    transition: all ease 2s;
}
ul.main-cat-list li .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all ease 0.2s;
    z-index:1;
}
ul.main-cat-list li:hover .overlay{
    opacity: 0.4;
}
ul.main-cat-list li p.cat-title{
    position:absolute;
    left:0;
    width:100%;
    color:#fff;
    font-size:40px;
    line-height:40px;
    font-weight:bold;
    text-align:center;
    top:50%;
    margin-top:-20px;
    z-index:2;
    text-shadow:1px 1px 0 rgba(0,0,0,0.9);
}
ul.main-cat-list li:hover p.cat-title{ color:#fff;}

/*-------------------------
    SEARCH-RESULT PAGE CSS
--------------------------*/
.search-result-section{
    float:left;
    width:100%;
    padding:50px 0 60px;
}
.search-result-hrading{
    float:left;
    width:100%;
    font-size:40px;
    line-height:46px;
    color:#d13126;
    font-weight:bold;
}
.search-results-cont{
    display: inline-block;
    vertical-align:middle;
    width:100%;
    max-width:1040px;
    margin:5px 0 25px;
}
.search-results-cont .stores-main-sec-left{ width:100%;}
.search-results-cont .main-sec-left-col{ width:33%; margin-top:25px;}
.search-results-cont .main-sec-left-col	.main-sec-left-colpic{ width:100px; height:100px;margin-top: 9px;padding: 7px;}
.search-results-cont .main-sec-left-col	.main-sec-left-col-cont {
    float: right;
    width: calc(100% - 100px);
    text-align: left;
    padding: 5px 5px 5px 10px;
}
.search-results-cont .main-sec-left-col	.main-sec-left-col-cont ul li .img-icon.calndr{ font-size:22px;}


/*------------------------------------
    SEARCH-RESULT-FAIL PAGE CSS
-------------------------------------*/
.serch-result-fail-sec{
    float:left;
    width:100%;
    padding:30px 0;
    border-bottom:1px solid #d4d4d4;
}
.serch-rslt-para{
    float:left;
    width:100%;
    font-size:30px;
    line-height:36px;
    color:#000;
    margin-top:15px;
}


/*-----------------------
   CONTACT PAGE
-------------------------*/
.custom-section{
    float:left;
    width:100%;
    padding:60px 0;
}
.contact-section{
    float:left;
    width:100%;
    padding:60px 0;
}
.contact-sec-mdl{
    float:left;
    width:100%;
}
.contc-col-1{
    float:left;
    width:45%;
    text-align:left;
}
.contct-txt1{
    float:left;
    width:100%;
    font-size:40px;
    line-height:50px;
    color:#d13126;
    font-weight:bold;
}

.contct-txt2{
    float:left;
    width:100%;
    font-size:20px;
    line-height:26px;
    color:#000000;
    margin-top:15px;
    font-weight:300;
}
.contc-col-1 ul{
    float:left;
    width:100%;
    margin-top:20px;
}
.contc-col-1 ul li{
    float:left;
    width:100%;
    margin-top:15px;
    padding-bottom:15px;
    position:relative;
    padding-left:50px;
}
.contc-col-1 ul li:last-child{ border:none;}
.contc-col-1 ul li span{
    float: left;
    width: 100%;
    font-size:22px;
    color: #000000;
    line-height:27px;
    font-weight:bold;
}
.contc-col-1 ul li p{
    float: left;
    width: 100%;
    font-size:20px;
    color: #000000;
    line-height:26px;
    margin-top:5px;
    font-weight:300;
}
.flag-img{ display:inline-block; vertical-align:middle; margin:-4px 6px 0 0;}
.img-icon.contact-icn{ font-size:30px; top:2px; font-weight:100;}

.contc-col-2{
    float:right;
    width:49%;
    background:#ecfdfd;
    padding:35px 35px 40px;
    text-align:left;
    border:2px solid #e0e0e0;
    border-radius:10px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}
.contc-col-2 h2{
    float:left;
    width:100%;
    font-size:30px;
    line-height:38px;
    text-align:center;
    color: #000000;
    position:relative;
    margin-bottom:20px;
    font-weight:bold;
}

.msg-frmfild{
    float:left;
    width:100%;
    margin-top:14px;
    border:2px solid #d4eded;
    border-radius:9px;
    overflow:hidden;
}
.msg-frmfild input,.msg-frmfild textarea{
    float:left;
    width:100%;
    height:55px;
    font-size:18px;
    background:#fff;
    color:#242424;
    outline:none;
    font-weight:300;
    padding:5px 10px 5px 20px;
    border:none;
}
.msg-areafild{
    height:100%;
    min-height:120px;
}
.msg-frmfild textarea{
    height:100%;
    min-height:120px;
    resize:none;
    padding-top:15px;
}
.submit {
    float:left;
    height: 60px;
    width:100%;
    max-width:245px;
    background: #d13126;
    border-radius:5px;
    color: #fff;
    margin-top: 25px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    line-height:60px;
    font-weight:bold;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
}
.submit img{
    display: inline-block;
    vertical-align: middle;
    margin: -2px -20px 0 20px;
}



/*CSS FOR TERMS PAGE*/
.privacy-section{
    float:left;
    width:100%;
    padding:40px 0 60px;
    color:#000;
}
.privacy-section h3{
    font-size:17px;
    line-height:38px;
    text-align:left;
    margin-bottom: 20px;
}
.privacy-section h4{

    margin-bottom: 20px;
}
.inner-para{
    font-size:19px;
    line-height:25px;
    text-align:left;
    margin-top:20px;
    font-weight:300;
}
.inner-subheading{
    font-size:28px;
    line-height:30px;
    text-align:left;
    margin-top:35px;
}
.privacy-section ul{
    margin-top:20px;
    text-align:left;
    padding-left:10px;
}
.privacy-section ul li{
    text-align:left;
    font-weight:300;
    font-size:19px;
    /* margin-top:10px; */
    position:relative;
    
}

