@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Sans:wght@200..800&display=swap');



*{
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
}

:root {
     --primary-color: #e60d2e;
     --secondry-color: #393185;
    --third-color: #2b2a29;
    --gradient-color:linear-gradient(90deg,#e60d2e 0%, #e60d2e 50%, #393185 100%);
    --white-color: #fff;
    --black-color: #000;
    --black-color2: #222222;
    --black-color3: #2C2C2C;
    --black-color4: #3D3D3D;
    --black-color5: #939292;
    --gray-color: #E5E4E2;
    --gray-color2: #f5f5f5;
    --gray-color3: #f7f7f7;
    --gray-color4: #c7c6c6;
    --btn-color:#f8cc89;
    --facebook-color: #3b5998;
     --instagram-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
     --twitter-color:#1DA1F2;
     --linkedin-color:#0A66C2;
    --youtube-color: #c4302b;
    --background-color: #f9f6f0;
    --rating-color:#fcbe00;
}


img {
  max-width: 100% !important;
}

body {
   font-family: "DM Sans", sans-serif;

}

body,
html {
  scroll-behavior: smooth;
   font-family: "DM Sans", sans-serif;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
     font-family: "Momo Trust Sans", sans-serif;
      letter-spacing: .4px;
      font-weight: 700;

}

.slider_section2{
    display:none;
}

/*  */

.warranty_section{
    padding: 22px 0px 10px 0px;
}

.warranty_section > .container > .row > .col-3{
    padding: 0px 0px 0px 4px;
}

.warranty_flex_main_div{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: var(--white-color);
    margin-bottom: 10px;
   /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    justify-content: center;
    border: 1px solid var(--gray-color);
}

.warranty_icon_div{
    flex-shrink: 0;
}

.warranty_icon_div > img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.warranty_content_div > b{
    color: var(--black-color);
    display: inline-block;
    margin-bottom: 0px !important;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
}

.warranty_content_div > p{
    margin-bottom: 0px !important;
      font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--black-color4);
    margin-top: -2px;
}

/*  */

/*  */
.categories_section{
    padding: 20px 0px 20px 0px;
}


.cate_title_div{
    margin-bottom: 25px;
    padding-bottom: 10px;
}


.cate_title_div > h2{
  color: var(--black-color);
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px !important;
    position: relative;

}

.cate_title_div > h2::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
    width: 20%;
    background: var(--black-color4);

}

.categories_main_div{
    margin-bottom: 0px;
    text-align: center;
    background-color: #f7ebed;
    padding: 10px 4px 10px 4px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 3px solid #fdaab8;

}

.categories_img_div {
    height: 120px;

}


.categories_img_div > img{
    height: 120px;
    width: 120px;
    object-fit: contain;
    filter: brightness(95%);
    mix-blend-mode: multiply;
    border-radius: 5px;
}

.cate_name_div{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 8px;
}


.cate_name_div > h3{
    font-size: 15px;
    color: var(--black-color2);
    text-transform: capitalize;
    font-weight: 700;
}

/*  */


/*  */

.earbuds_section{
    padding: 20px 0px 30px 0px;
    background-color: var(--gray-color3);
}


.earbuds_title_div{
    margin-bottom: 25px;
    padding-bottom: 10px;
}


.earbuds_title_div > h1{
  color: var(--black-color);
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px !important;
    position: relative;

}

.earbuds_title_div > h1::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
    width: 20%;
    background: var(--black-color4);

}



.earbuds_main_div{
    border: 1px solid var(--gray-color);
    border-radius: 5px;
    padding: 15px 5px 15px 5px;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), url(../images/earbudsbg01.jpg);
    background-position: top center;
}


.earbuds_flex_main_div{
    display: flex;
    gap: 10px;
}


.earbuds_img_div{
    text-align: center;
    height: 250px;
    width: 180px;
    margin-bottom: 4px;
    flex-shrink: 0;
     background: transparent;
     margin: auto;
}
.earbuds_img_div > img{
    height: 200px;
    width: 180px;
    object-fit: contain;
    margin: auto;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(255, 255, 255, 0.758))
            drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}

.earbuds_img_div > img{
    transition: transform 0.4s ease, filter 0.4s ease;
}

.earbuds_main_div:hover .earbuds_img_div > img{
    transform: translateY(-6px) scale(1.05);
    filter: drop-shadow(0 16px 30px rgba(255, 255, 255, 0.772))
            drop-shadow(0 6px 14px rgba(0,0,0,0.25));
}


    .color_choose_div > p{
        color: var(--black-color);
        margin-bottom: 4px !important;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .color_choose_div > span{
        display: inline-block;
        border: 1px solid var(--black-color4);
    }

    .color_choose_div > span.black{
        background-color: #1C1C1C;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }


    .color_choose_div > span.white{
        background-color: #F5F5F2;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }


    .color_choose_div > span.blue{
        background-color: #0B1C2D;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }
    .color_choose_div > span.grey{
        background-color: #4A4A4A;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }

.earbuds_content_main_div > h4{
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 13px !important;
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 4px;
    line-height: 22px;
}

.earbuds_content_main_div > ul{
    list-style: square !important;
    padding: 0px 15px !important;
    margin-bottom: 5px !important;
}

.earbuds_content_main_div > ul > li{
    font-size: 13px;
    font-weight: 500;
    color: var(--black-color2);
    padding: 0px 0px 6px 0px;
}


.earbuds_content_main_div > a{
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    padding: 5px 15px;
    border-radius: 100px;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 1px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);

}


.earbuds_content_main_div > a:hover{
    font-size: 14px;
    font-weight: 600;
    background-color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 100px;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 1px;
    border: 1px solid var(--white-color);

}

.earbuds_img_div,
.earbuds_content_main_div{
  overflow: hidden; /* container mask */
}

.earbuds_img_div img,
.earbuds_content_main_div > *{
  transform: translateX(-120%);
  opacity: 0;
}

/*  */




/*  */
.middle_section{
    padding: 20px 0px;
}

.middle_img_div > img{
    border-radius: 5px;
}

.middle_img_div{
  overflow: hidden;
}

.middle_img_div img{
  display: block;
  width: 100%;
  will-change: transform, clip-path;
}

/*  */

/*  */

.top_collection_section{
    padding: 30px 0px 20px 0px;
    background-color: var(--gray-color3);
    margin-top: 2px;

    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;

}

.top_collection_title{
    margin-bottom: 35px !important;

}

.top_collection_title > h3{
  color: var(--black-color);
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px !important;
    position: relative;

}

.top_collection_title > h3::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
    width: 20%;
    background: var(--black-color4);

}

.top_collections_main_div{
    border-radius: 5px;
    margin-bottom: 23px;
    position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
    border: 1px solid var(--black-color5);
    padding: 2px;
}

.top_collection_img_div{
     position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
     border-radius: 5px;
}

.top_collection_img_div > a > img{
    border-radius: 5px;
    transition: .5s ease-in-out;
    width: 100%;
}

.top_collections_main_div:hover .top_collection_img_div > a > img{
    transform: scale(1.1,1.1);
     border-radius: 5px;
}
/*  */




/*  */

.fastcharger_section{
    padding: 20px 0px 30px 0px;
    background-color: var(--white-color);
}


.fastcharger_title_div{
    margin-bottom: 25px;
    padding-bottom: 10px;
}


.fastcharger_title_div > h4{
  color: var(--black-color);
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px !important;
    position: relative;

}

.fastcharger_title_div > h4::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
    width: 20%;
    background: var(--black-color4);

}



.fastcharger_main_div{
    background-color: var(--gray-color2);
    border-radius: 5px;
    padding: 15px 5px 15px 5px;
    /* background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), url(../images/carbg01.jpg); */
    background-position: center center;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
}


.fastcharger_flex_main_div{
    display: flex;
    gap: 10px;
}


.fastcharger_img_div{
    text-align: center;
    height: 250px;
    width: 180px;
    margin-bottom: 4px;
    flex-shrink: 0;
     background: transparent;
     margin: auto;
}
.fastcharger_img_div > img{
    height: 200px;
    width: 180px;
    object-fit: contain;
    margin: auto;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(255, 255, 255, 0.30))
            drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}

.fastcharger_img_div > img{
    transition: transform 0.4s ease, filter 0.4s ease;
}

.fastcharger_main_div:hover .fastcharger_img_div > img{
    transform: translateY(-6px) scale(1.05);
    filter: drop-shadow(0 16px 30px rgba(255,255,255,0.45))
            drop-shadow(0 6px 14px rgba(0,0,0,0.25));
}


    .color_choose_div > p{
        color: var(--black-color);
        margin-bottom: 4px !important;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .color_choose_div > span{
        display: inline-block;
        border: 1px solid var(--black-color4);
    }

    .color_choose_div > span.black{
        background-color: #1C1C1C;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }


    .color_choose_div > span.white{
        background-color: #F5F5F2;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }


    .color_choose_div > span.blue{
        background-color: #0B1C2D;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }
    .color_choose_div > span.grey{
        background-color: #4A4A4A;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }

.fastcharger_content_main_div > h4{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 13px !important;
    border-bottom: 1px solid var(--black-color3);
    padding-bottom: 4px;
    line-height: 22px;
}

.fastcharger_content_main_div > ul{
    list-style: square !important;
    padding: 0px 15px !important;
    margin-bottom: 5px !important;
}

.fastcharger_content_main_div > ul > li{
    font-size: 13px;
    font-weight: 500;
    color: var(--black-color4);
    padding: 0px 0px 6px 0px;
}


.fastcharger_content_main_div > a{
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    padding: 5px 15px;
    border-radius: 100px;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 1px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);

}


.fastcharger_content_main_div > a:hover{
    font-size: 14px;
    font-weight: 600;
    background-color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 100px;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 1px;
    border: 1px solid var(--white-color);

}



/*  */




/*  */

.powerbank_section{
    padding: 20px 0px 30px 0px;
    background-color: var(--white-color);
}


.powerbank_title_div{
    margin-bottom: 25px;
    padding-bottom: 10px;
}


.powerbank_title_div > h4{
  color: var(--black-color);
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px !important;
    position: relative;

}

.powerbank_title_div > h4::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
    width: 20%;
    background: var(--black-color4);

}



.powerbank_main_div{
    border: 1px solid var(--gray-color);
    background-color: var(--white-color);
    border-radius: 5px;
    padding: 15px 5px 15px 5px;
    /* background-image: linear-gradient(rgb(0, 0, 0), rgba(16, 26, 41, 0.826)), url(../images/carbg01.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}


.powerbank_flex_main_div{
    display: flex;
    gap: 15px;
}


.powerbank_img_div{
    text-align: center;
    height: 210px;
    width: 180px;
    margin-bottom: 4px;
    flex-shrink: 0;
     background: transparent;
     margin: auto;
}
.powerbank_img_div > img{
    height: 200px;
    width: 180px;
    object-fit: contain;
    margin: auto;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(255, 255, 255, 0.30))
            drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}

.powerbank_img_div > img{
    transition: transform 0.4s ease, filter 0.4s ease;
}

.powerbank_main_div:hover .powerbank_img_div > img{
    transform: translateY(-6px) scale(1.05);
    filter: drop-shadow(0 16px 30px rgba(255,255,255,0.45))
            drop-shadow(0 6px 14px rgba(0,0,0,0.25));
}


    .color_choose_div > p{
        color: var(--white-color);
        margin-bottom: 4px !important;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .color_choose_div > span{
        display: inline-block;
        border: 1px solid var(--black-color4);
    }

    .color_choose_div > span.black{
        background-color: #1C1C1C;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }


    .color_choose_div > span.white{
        background-color: #F5F5F2;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }


    .color_choose_div > span.blue{
        background-color: #0B1C2D;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }
    .color_choose_div > span.grey{
        background-color: #4A4A4A;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }

.powerbank_content_main_div > h4{
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 13px !important;
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 4px;
    line-height: 22px;
}

.powerbank_content_main_div > ul{
    list-style: square !important;
    padding: 0px 15px !important;
    margin-bottom: 5px !important;
}

.powerbank_content_main_div > ul > li{
    font-size: 13px;
    font-weight: 500;
    color: var(--black-color4);
    padding: 0px 0px 6px 0px;
}


.powerbank_content_main_div > a{
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    padding: 5px 15px;
    border-radius: 100px;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 1px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);

}


.powerbank_content_main_div > a:hover{
    font-size: 14px;
    font-weight: 600;
    background-color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 100px;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 1px;
    border: 1px solid var(--white-color);

}



/*  */



/*  */

.datacable_section{
    padding: 20px 0px 30px 0px;
    background-color: var(--white-color);
}


.datacable_title_div{
    margin-bottom: 25px;
    padding-bottom: 10px;
}


.datacable_title_div > h4{
  color: var(--black-color);
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px !important;
    position: relative;

}

.datacable_title_div > h4::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
    width: 20%;
    background: var(--black-color4);

}



.datacable_main_div{
    border: 1px solid var(--gray-color3);
    background-color: var(--gray-color3);
    border-radius: 5px;
    padding: 15px 5px 15px 5px;
    /* background-image: linear-gradient(rgb(0, 0, 0), rgba(8, 13, 20, 0.957)), url(../images/datacablebg01.jpg); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}


.datacable_flex_main_div{
    display: flex;
    gap: 15px;
}


.datacable_img_div{
    text-align: center;
    height: 210px;
    width: 180px;
    margin-bottom: 4px;
    flex-shrink: 0;
     background: transparent;
     margin: auto;
}
.datacable_img_div > img{
    height: 200px;
    width: 180px;
    object-fit: contain;
    margin: auto;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(255, 255, 255, 0.30))
            drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}

.datacable_img_div > img{
    transition: transform 0.4s ease, filter 0.4s ease;
}

.datacable_main_div:hover .datacable_img_div > img{
    transform: translateY(-6px) scale(1.05);
    filter: drop-shadow(0 16px 30px rgba(255,255,255,0.45))
            drop-shadow(0 6px 14px rgba(0,0,0,0.25));
}


    .color_choose_div > p{
        color: var(--black-color);
        margin-bottom: 4px !important;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .color_choose_div > span{
        display: inline-block;
        border: 1px solid var(--gray-color4);
    }

    .color_choose_div > span.black{
        background-color: #1C1C1C;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }


    .color_choose_div > span.white{
        background-color: #fff;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }


    .color_choose_div > span.blue{
        background-color: #0B1C2D;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }
    .color_choose_div > span.grey{
        background-color: #4A4A4A;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 100px;
    }

.datacable_content_main_div > h4{
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 13px !important;
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 4px;
    line-height: 22px;
}

.datacable_content_main_div > ul{
    list-style: square !important;
    padding: 0px 15px !important;
    margin-bottom: 5px !important;
}

.datacable_content_main_div > ul > li{
    font-size: 13px;
    font-weight: 500;
    color: var(--black-color4);
    padding: 0px 0px 6px 0px;
}


.datacable_content_main_div > a{
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    padding: 5px 15px;
    border-radius: 100px;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 1px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);

}


.datacable_content_main_div > a:hover{
    font-size: 14px;
    font-weight: 600;
    background-color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 100px;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 1px;
    border: 1px solid var(--white-color);

}



/*  */


/*  */


/*  */

.videos_section{
    padding: 20px 0px 30px 0px;
    background-color: var(--gray-color3);
}


.videos_title_div{
    margin-bottom: 25px;
    padding-bottom: 10px;
}


.videos_title_div > h3{
  color: var(--black-color);
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px !important;
    position: relative;

}

.videos_title_div > h3::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
    width: 10%;
    background: var(--black-color4);

}

.videos_main_div{
    margin-bottom: 10px;
    border-radius: 5px;
}

.videos_main_div > iframe{
    border-radius: 5px;
    border: 2px solid var(--white-color);
    height: 315px;
}

/*  */


/* pagetitle css */
.page_title_reliable_section {
    background-image: var(--gray-color);
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
  }

  .page_ti_overly_reliable_div {
    background-color:var(--gray-color);
    padding-top: 30px;
  }


  .page_title_tax_reliable_div {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 7px 20px 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 4px;
    margin-top: -20px;
  }

  .page_title_tax_reliable_div ul {
    list-style: none;
    padding: 0px 6px;
    margin-bottom: 0px !important;
  }

  .page_title_tax_reliable_div i{
    font-size: 13px;
  }

  .page_title_tax_reliable_div li a {
    color: var(--black-color);
    font-weight: 700;
  }

  .page_title_tax_reliable_div li {
    display: inline-block;
    margin: 0px 3px 0px 3px;
    color: var(--secondry-color);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
  }


  /* page titile css end */


  /*  */
.about_us_section{
    padding: 40px 0px 30px 0px;
}

.about_us_content_div_pg > h1{
    color: var(--black-color2);
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 800;
}

.about_us_content_div_pg > p{
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color3);
    line-height: 22px;
    margin-bottom: 7px !important;
}

.about_us_content_div_pg > p > strong{
    font-size: 14px;
    color: var(--secondry-color);
}



.about_us_content_div_pg > h2{
    color: var(--black-color2);
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 800;
   margin-bottom: 6px !important;
    margin-top: 14px;
}



.about_us_content_div_pg > h3{
    color: var(--black-color2);
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 800;
   margin-bottom: 6px !important;
    margin-top: 14px;
}



.about_us_content_div_pg > h4{
    color: var(--black-color2);
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 6px !important;
    margin-top: 14px;
}

.about_us_content_div_pg > ul{
    list-style: square !important;
    padding: 0px 20px !important;
}

.about_us_content_div_pg > ul > li{
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color3);
    line-height: 22px;
    margin-bottom: 7px !important;
}


  /*  */

     /* css start */

     .conatct_page_add_sec{
        padding-top: 20px;
     }

     .contact_us_left_side_media_object_main_div {
    background-color: var(--white-color);
    padding: 30px 15px;
    margin-bottom: 10px;
    border-radius: 7px;
    border: 1px solid var(--gray-color);
    background-color: var(--gray-color3);
    height: 125px;
}

.contact_us_left_side_media_object_main_div > .d-flex > .flex-shrink-0 > i {
    background-image: var(--gradient-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: var(--white-color);
    border-radius:10px;
}

.contact_us_media_content > a {
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color);
    display: block;
}

.contact_us_media_content > p {
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 0px !important;
}


.contact_us_page_section{
    padding: 40px 0px 20px 0px;
  }

  .contact_page_frm_main_div{
    margin-bottom: 30px;
  }

  .contact_page_frm_main_div > span{
    color: var(--secondry-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }

  .contact_page_frm_main_div > h2{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: var(--secondry-color);
    letter-spacing: .4px;
    margin-bottom: 7px;
  }

  .map_div_contactus > h2{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: var(--secondry-color);
    letter-spacing: .4px;
    margin-bottom: 15px;
  }

    .contact_page_frm_main_div > p{
        color: var(--black-color3);
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
    }

  .contact_page_frm_main_div input{
    margin-bottom: 20px;
      padding: 20px 20px;
      outline: 0;
      background-color: #f4f5f8;
      border: 1px solid #f4f5f8;
      color: #686a6f;
      font-size: 0.9rem;
      width: 100%;
      box-shadow: none !important;
      outline: none !important;
  }

  .contact_page_frm_main_div textarea{
    margin-bottom: 20px;
    padding: 20px 20px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
  }

  .contact_page_frm_main_div button{
    border: 1px solid var(--secondry-color) !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
    padding: 10px 30px;
    font-weight: 500;
    background-color: var(--secondry-color);
    font-size: 15px;
    color: var(--white-color);
  }

  .main_div_contact_us_numbers > span{
    color: var(--secondry-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }

  .main_div_contact_us_numbers > h1{
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    color: var(--primary-color);
    letter-spacing: .4px;
    margin-bottom: 20px;
  }


  .main_div_contact_us_numbers .d-flex{
    margin-bottom: 30px;
  }

  .main_div_contact_us_numbers .d-flex > .flex-shrink-0 {
    background-color: var(--primary-color);
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: var(--white-color);
    border-radius: 100px;
  }

  .main_div_contact_us_numbers .d-flex > .flex-shrink-0 > img{
    filter: invert(1) brightness(2);
    width: 24px;
  }


  .main_div_contact_us_numbers .d-flex >  .flex-grow-1 h2{
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    color: var(--primary-color);
    letter-spacing: .4px;
    margin-bottom: 1px;
  }

  .main_div_contact_us_numbers .d-flex >  .flex-grow-1  a{
    display: block;
    color: var(--black-color4);
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
  }

  .main_div_contact_us_numbers .d-flex >  .flex-grow-1  a:hover{
    color: var(--secondry-color);
  }


  .main_div_contact_us_numbers .d-flex >  .flex-grow-1  p{
    display: block;
    color: var(--black-color4);
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
  }

  /* css end */

  /*  */
.categories_section{
    padding: 40px 0px 20px 0px;
}


.categories_title_div{
    margin-bottom: 25px;
    padding-bottom: 10px;
}


.categories_title_div > h4{
  color: var(--black-color);
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px !important;
    position: relative;

}

.categories_title_div > h4::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
    width: 20%;
    background: var(--black-color4);

}

.categories_products_main_div{
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.categories_products_img_div{
   margin-bottom: 10px;
   height: 270px;
   width: 100%;
    position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.categories_products_img_div > img{
   height: 270px;
   width: 100%;
   object-fit: cover;
   transition: .5s ease-in-out;
}

.categories_products_main_div:hover .categories_products_img_div > img{
    transform: scale(1.1,1.1);
    filter: brightness(90%);
}

.categories_content_div > a > h4{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 22px;
     color: var(--black-color2);
     margin-bottom: 7px;
}

.categories_content_div > a > h4:hover{
    color: var(--secondry-color);
}

.categories_content_div > a > span{
    color: var(--black-color2);
    background-color: var(--primary-color);
    width: 100%;
    display: inline-block;
    text-align: center;
    color: var(--white-color);
    padding: 5px 2px;
    font-weight: 600;
    font-size: 14px;
}


.categories_content_div > a > span:hover{
    background-color: var(--secondry-color);
}

  /*  */

  .products_details_area{
    padding: 30px 0px 20px 0px;
}

.products_details_content_div > h1{
    font-size: 30px;
    font-weight: 700;
}

.products_details_content_div > p{
   font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: var(--black-color4);
    margin-bottom: 5px !important;
}



.products_details_mainimg_box_relative{
    position: relative;
    margin-bottom: 20px;
}

.products_details_image_flex_main_div{
    display: flex;
    gap: 1px;
}

.thumbnail_list_main_div{
   text-align: center;
    position: relative;
    overflow: hidden;
}

.thumbnail_image_main_div {
    overflow: auto;
    max-height: 300px;
    padding-right: 3px;
    padding-top: 0;
}

/* width */
 .thumbnail_image_main_div::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.thumbnail_image_main_div::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.thumbnail_image_main_div::-webkit-scrollbar-thumb {
  background: #fff;
}


.thumbnail_image_main_div > img {
    display: block;
    width: 100%;
    height: 70px;
    object-fit: contain;
    background-color: #f8f8f8;
    cursor: pointer;
    border: 1.5px solid #c5c5c5;
    border-radius: 6px;
    transition: .2s ease-in;
    margin-bottom: 1px;
    padding: 5px;
}

.thumbnail_image_main_div > img:hover{
    border: 1.5px solid #0098ff !important;
}

.big_image_main_div{
    width: 100%;
    height: 300px;
    background-color: #f8f8f8;
    border: 1px solid #c5c5c5;
    padding: 5px;
    border-radius: 6px;
    text-align: center !important;
}

.big_image_view_div > img {
    height: 290px;
    object-fit: contain;
    width: 100%;
    mix-blend-mode: multiply;
     border-radius: 6px;
}

.btn_div_big_image{
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px !important;
}


.btn_div_big_image > span{
    color: var(--secondry-color);
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 15px;
    margin-bottom: 5px !important;
}

.btn_div_big_image > a{
    display: inline-block;
     font-size: 11px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 2px;
    width: 30%;
    text-align: center;
}

.btn_div_big_image > a > img{
    width: 10px;
}

.btn_div_big_image .balaji_btn{
    background-color: #007dbd;
     color: #fff;
}

.btn_div_big_image .flipkart_btn{
    background-color: #ffc200;
    color: #fff;
}


.btn_div_big_image .amazon_btn{
    background-color: #ff6200;
    color: #fff;
}

.products_details_content_div > h1{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 14px;
}

.table_main_div_box{
    overflow-x: auto;
    margin-top: 10px;
}



.product_dt_table_div > table > tbody > tr > th{
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: var(--primary-color);
}


.product_dt_table_div > table > tbody > tr > td{
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.content_section_pro_dt{
    background-color: var(--gray-color3);
    padding: 30px 0px 10px 0px;
}



.product_dt_content_div > h3{
  color: var(--black-color);
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 30px !important;
    position: relative;

}

.product_dt_content_div > h3::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
    width: 20%;
    background: var(--black-color4);

}

.product_dt_content_div > p{
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color3);
    line-height: 25px;
    margin-bottom: 7px !important;
}




.product_dt_content_div > h4{
  color: var(--black-color);
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 14px !important;
    position: relative;
    margin-top: 13px;

}

.product_dt_content_div > ul{
    padding: 0px 20px !important;
    list-style: square !important;
}

.product_dt_content_div > ul > li{
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color3);
    line-height: 25px;
    margin-bottom: 7px !important;
}

/*  */


/* footer contact us css*/
.footer_contact_us_section{
     background-image: linear-gradient(rgb(230 13 46), rgba(230, 13, 46, 0.781)), url(../images/collectionbg01.jpg);
    padding: 20px 0px 5px 0px;
}

.footer_number_div{
    margin-bottom: 15px;
}

.footer_number_div > .d-flex > .flex-shrink-0 > i{
background-color: #d20826;
width: 55px;
height: 55px;
line-height: 60px;
text-align: center;
border-radius: 10px;
color: var(--white-color);
font-size: 22px;

}

.footer_num_content_div > h5{
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 2px !important;
}

.footer_num_content_div > a{
    display: block;
    color: var(--white-color);
    font-size: 14px;
}


.footer_num_content_div > a:hover{
    color: var(--white-color);
}

.footer_num_content_div > p{
    margin-bottom: 0px !important;
    color: var(--white-color);
    font-size: 14px;
    text-transform: capitalize;
}

/* footer contact us css end */

/* footer css */
.footer{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
   background-image: linear-gradient(rgb(230 13 46), rgb(230 13 46 / 87%)), url(../images/collectionbg01.jpg);
}

.footer-overaly{
   /* background-color: var(--black-color2); */
    padding: 30px 0px 20px 0px;
}


.main_div_footer {
    margin-bottom: 10px;
}

.main_div_footer img {
    width: 200px;
    margin-bottom: 8px;
}

.main_div_footer .fa {
    text-align: center;
    color: var(--white-color);
    font-size: 16px;
}

.footer_num_div > h5{
    margin-bottom: 1px !important;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    color: var(--white-color);
}

.footer_num_div a {
    color: var(--white-color);
    display: block;
    font-size: 14px;
    line-height: 24px;

}


.footer_num_div a:hover {
    color: var(--white-color);
    display: block;
    font-size: 14px;
}

.footer_num_div p {
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: 0px !important;

}

.main_div_footer > h5 {
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;

}

.footer_usefull_link {
    margin-bottom: 20px;
}

.footer_usefull_link > h5 {
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;

}

.footer_usefull_link ul {
    list-style: none;
    padding: 0px;
}

.footer_usefull_link li {
    line-height: 45px;
}

.footer_usefull_link li a {
    color: var(--white-color);
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: capitalize;

}


.footer_usefull_link li a:hover {
    color: var(--gray-color);
    font-size: 14px;
    letter-spacing: .3px;
}


.footer_usefull_link li:before {
    position: relative;
    content: '\279D';
    margin-right: 4px;
    font-weight: bold;
    color: var(--white-color);
    top: 1px;
    font-size: 15px;
}

.footer_usefull_link b {
    letter-spacing: 1px;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.footer_usefull_link > p{
    margin-bottom: 10px !important;
}

.footer_usefull_link p iframe{
    border-radius: 10px;
}

.footer_social_icon {
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer_social_icon > b{
    display: block;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.footer_social_icon a {
    background-color: var(--black-color);
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: var(--white-color);
    border-radius: 5px;
    margin: 0px 2px;
    font-size: 14px;
}

.footer_social_icons > b{
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 6px;
}

.footer_social_icons > a{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
    color: var(--white-color);
    font-size: 14px;
}

.footer_social_icons > .fa-facebook-f{
    background-color: var(--facebook-color);
}


.footer_social_icons > .fa-instagram{
    background-image: var(--instagram-color);
}


.footer_social_icons > .fa-x{
    background-color: var(--twitter-color);
}


.footer_social_icons > .fa-linkedin{
    background-color: var(--linkedin-color);
}


.footer_social_icons > .fa-youtube{
    background-color: var(--youtube-color);
}


/*  */

 .copy_right_section{
    background-color: var(--primary-color);
    text-align: center;
    padding: 7px 1px;
  }

  .copyright_content_div > p{
    margin-bottom: 0px !important;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
  }

  .copyright_content_div > p > a{
    color: var(--white-color);
    text-decoration: underline !important;
  }

/**/
.sitemap-sec-page {
    position: relative;
    width: 100%;
    padding: 35px 0px 35px;
}


.reliable_collapse_div>li>a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 0px;
    font-weight: 700;
    font-size: 16px;
}

.collpase_list_ul_div>ul {
    padding: 0px 10px !important;
    list-style: none !important;
}

.collpase_list_ul_div>ul>li {
    border-bottom: 1px dashed #4a4d51;
    padding: 7px 0px 7px 0px;
}

.collpase_list_ul_div>ul>li:last-child {
    border-bottom: none;
}

.collpase_list_ul_div>ul>li>a {
    display: block;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
}

.reliable_collapse_div>li {
    background-color: var(--primary-color);
    margin-bottom: 0px;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.reliable_collapse_div>li>span {
    cursor: pointer;
    background-color: var(--secondry-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    color: var(--white-color);
}
.grecaptcha-badge{
        display: none;
}
.categories_section.seocdn-category-sec{
    padding: 0px 0px 30px;
}

.categories_section.seocdn-category-sec ul{
    padding-left: 30px;
}

.whychosetitle {
    color: var(--black-color);
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px !important;
    position: relative;
}


.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 59px;
    right: 20px;
    z-index: 1000;
}

.mobile_whatsapp {
    display: none;
}

.mobile-banner {
    display: none;
}

.call_icon_div {
    text-align: center;
}

.call_icon_div>a {
    background-color: #dc3545;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;

}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
        /* Adjust the distance */
    }
}

.call_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.whatsapp_icon_div {
    text-align: center;
}


.whatsapp_icon_div>a {
    background-color: #008000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;

}



@keyframes zigzag {
    0% {
        left: 0px;
    }

    1% {
        left: -5px;
    }

    2% {
        left: 5px;
    }

    3% {
        left: -5px;
    }

    4% {
        left: 5px;
    }

    5% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}



.whatsapp_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.mail_icon_div{
    width: 40px !important;
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
    position: relative;
    top: 10px;
}


.mail_icon_div>a {
    background-color: #000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;

}


.mail_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}