/*media query */











/* 



  ##Device = Desktops



  ##Screen = 1281px to higher resolution desktops



*/







@media (min-width: 1281px) {



  



  /*body{



    background: pink;



  }*/



  



}







/* 



  ##Device = Laptops, Desktops



  ##Screen = B/w 1025px to 1280px



*/







@media (min-width: 1025px) and (max-width: 1280px) {



  



  /*body{



    background: yellow;



  }*/



  



}







/* 



  ##Device = Tablets, Ipads (portrait)



  ##Screen = B/w 1024px to 1366px



*/







@media (min-width: 1024px) and (max-width: 1366px) {



  



  /*body{



    background: orange;



  }*/







  



}







/* 



  ##Device = Tablets, Ipads (portrait)



  ##Screen = B/w 768px to 1024px



*/







@media (min-width: 768px) and (max-width: 1024px) {



  











}







/* 



  ##Device = Tablets, Ipads (landscape)



  ##Screen = B/w 768px to 1024px



*/







@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {



  



  



}







/* 



  ##Device = Low Resolution Tablets, Mobiles (Landscape)



  ##Screen = B/w 481px to 767px



*/







@media (min-width: 481px) and (max-width: 767px) {



 

 .navbar-light .navbar-brand img{

    max-width: 190px;

 }



 .navbar{

    padding: 0rem 1rem;

 }



 .menubar {

    border-bottom: none;

    /* padding-bottom: 14px; */

    background: #ffffff;

}

.navbar-light .navbar-toggler {

    color: #fff;

    border-color: rgb(33 175 241);

    background: #21aff1;

}



.navbar-nav{

    background: #f4f4f4;

}



.menubar .navbar-light .navbar-nav .nav-link {

    color: #3b286e;

    padding: 4px 7px;

    font-weight: 500;

    font-size: 13px;

    border-bottom: 1px solid #3333;

}



.menubar .navbar-light .navbar-nav .nav-link i {

    font-size: 20px;

    color: #21aff1;

    margin-left: 1px;

    position: relative;

    top: 0;

    vertical-align: middle;

}





.menubar ul.dropdown-menu.megamenu {

    background: #f8f8f8;

    width: 100%;

    max-width: 379px;

    padding: 0;

    min-width: 100%;

}

.accountinfo ul li a {

    display: block;

    color: #fff;

    padding: 0 4px;

    text-decoration: none;

    font-size: 1.2rem;

}





.accountinfo {

    position: absolute;

    top: -33px;

    right: 23px;

    z-index: 9999;

}



.recentmenu {

    background: #21aff1;

    padding: 5px 0;

}



.recentmenu ul {

    align-items: center !important;

    justify-content: center !important;

}



.recentmenu ul li a {

    padding: 0px 8px;

    color: #fff;

    text-transform: capitalize;

    font-weight: 600;

    font-size: 11px;

    display: block;

}



.emaildata ul li a {

    display: block;

    color: #fff;

    padding: 0 5px;

    text-decoration: none;

    font-size: 13px;

}





.dropdown-submenu .dropdown-menu.plantmenu2 {

    position: sticky;

    background: #21aff1;

    padding-left: 0;

    padding-right: 0;

    padding-top: 0;

    left: 31.4rem;

    top: 0;

    margin: 0;

}

.WrapppInner {
    display: flex;
    padding: 0rem 0;
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: column;
}

.slideBox {
    display: flex;
    background: #fff;
    padding: 2rem 0rem;
    border-radius: 3px;
    height: 100%;
    align-items: center;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
}

.InnerBg {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 0rem 23px;
}

.infoSLider {
    width: 100%;
}

.Bottom_Box {
    display: flex;
    gap: 0px;
    padding-bottom: 1rem;
    flex-wrap: wrap;
    margin: 0;
}
.SliderWrap {
    overflow: hidden;
    width: 100%;
}
.RightBoxSLider {
    width: 100%;
}

.COnfidence_Se img {
    width: 100%;
}

.InnerWrapCategory {
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0.5rem 1.5rem;
    flex-wrap: wrap;
}

.CategoryiesCarousel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.CategoryItems {
    width: 128px;
}

.WrapPro {
    width: 100%;
}
.BigPro{
    width: 100%;
}

.MainSMBox {
    display: flex;
    margin: 1rem 0;
    gap: 23px;
    flex-wrap: wrap;
}

.MediumPro{
    width: 100%;
}


.NewProductsItem {
    width: 100%;
    background: #fff;
    padding: 1rem;
    border-radius: 4px;
}

.InnerNEwProducts {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
}
.InnerWrap {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.MyAccountSec {
    width: 160px;
}


.PaymentMethod {
    width: 100%;
}
.COpyrightText {
    width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.PaymentMethod img {
    width: 231px;
    margin: auto;
    display: block;
}

.FooterSec {
    padding: 3rem 14px;
    background: #3b286e;
    color: #fff;
}

}




@media (min-width: 320px) and (max-width: 480px) {

.FooterSec {
    padding: 3rem 14px;
    background: #3b286e;
    color: #fff;
}

.PaymentMethod img {
    width: 231px;
    margin: auto;
    display: block;
}

.PaymentMethod {
    width: 100%;
}

.COpyrightText {
    width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.InnerWrap {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.MyAccountSec {
    width: 160px;
}

.InnerNEwProducts {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
}

.NewProductsItem {
    width: 100%;
    background: #fff;
    padding: 1rem;
    border-radius: 4px;
}

.MediumPro{
    width: 100%;
}
.MainSMBox {
    display: flex;
    margin: 1rem 0;
    gap: 23px;
    flex-wrap: wrap;
}
.BigPro{
    width: 100%;
}

.WrapPro {
    width: 100%;
}
.CategoryiesCarousel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.CategoryItems {
    width: 128px;
}
.InnerWrapCategory {
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0.5rem 1.5rem;
    flex-wrap: wrap;
}

.RightBoxSLider {
    width: 100%;
}

.COnfidence_Se img {
    width: 100%;
}

.Bottom_Box {
    display: flex;
    gap: 0px;
    padding-bottom: 1rem;
    flex-wrap: wrap;
    margin: 0;
}
.SliderWrap {
    overflow: hidden;
    width: 100%;
}

.InnerBg {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 0rem 23px;
}
.infoSLider {
    width: 100%;
}

.navbar-light .navbar-brand img{

    max-width: 190px;

 }



 .navbar{

    padding: 0rem 1rem;

 }



 .menubar {

    border-bottom: none;

    /* padding-bottom: 14px; */

    background: #ffffff;

}



.navbar-light .navbar-toggler {

    color: #fff;

    border-color: rgb(33 175 241);

    background: #21aff1;

}



.navbar-nav{

    background: #f4f4f4;

}



.menubar .navbar-light .navbar-nav .nav-link {

    color: #3b286e;

    padding: 4px 7px;

    font-weight: 500;

    font-size: 13px;

    border-bottom: 1px solid #3333;

}



.menubar .navbar-light .navbar-nav .nav-link i {

    font-size: 20px;

    color: #21aff1;

    margin-left: 1px;

    position: relative;

    top: 0;

    vertical-align: middle;

}



.menubar ul.dropdown-menu.megamenu {

    background: #f8f8f8;

    width: 100%;

    max-width: 379px;

    padding: 0;

    min-width: 100%;

}



.accountinfo ul li a {

    display: block;

    color: #fff;

    padding: 0 4px;

    text-decoration: none;

    font-size: 1.2rem;

}



.accountinfo {

    position: absolute;

    top: -33px;

    right: 23px;

    z-index: 9999;

}

.recentmenu {

    background: #21aff1;

    padding: 5px 0;

}

.recentmenu ul {

    align-items: center !important;

    justify-content: center !important;

}



.recentmenu ul li a {

    padding: 0px 8px;

    color: #fff;

    text-transform: capitalize;

    font-weight: 600;

    font-size: 11px;

    display: block;

}



.emaildata ul li a {

    display: block;

    color: #fff;

    padding: 0 5px;

    text-decoration: none;

    font-size: 13px;

}



.dropdown-submenu .dropdown-menu.plantmenu2 {

    position: sticky;

    background: #21aff1;

    padding-left: 0;

    padding-right: 0;

    padding-top: 0;

    left: 31.4rem;

    top: 0;

    margin: 0;

}

.WrapppInner {
    display: flex;
    padding: 0rem 0;
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: column;
}

.slideBox {
    display: flex;
    background: #fff;
    padding: 2rem 0rem;
    border-radius: 3px;
    height: 100%;
    align-items: center;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
}



}