@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

:root{
    --blue:#2980b9;
}

*{
    font-family: 'Open Sans', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    /*text-transform: ;*/
    text-decoration: none;
    transition: all .2s cubic-bezier(.37,1.14,.26,1.24);
}

*::selection{
    background:#ff3300;
    color:#fff;
}

h1{
    font-size:2em;
}
h2{
    font-size:1.5em;
}
h3{
    font-size:1.17em;
}
h4{
    font-size: 1em;
}
h5{
    font-size:.83em;
}
h6{
    font-size:.67em;
}


html{
    font-size: 62.5%;
    overflow-x: hidden;

    background-color: rgba(0,0,0,.1);
     

}


.heading{
   
    
    border-bottom: .4rem solid #1d4354;
    /*margin:;*/
    

}

.heading span{
    font-size: 36px;
    font-weight: 100;
    /*padding:;*/
    color:#fff;
    background: #1d4354;
    border-top-right-radius:45rem ;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius:1 ;
    border-top-left-radius: 45rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.header-1{
    background-color:  #f2f2f2;
    background: url(website/all/back.jpg) no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding:4rem 1rem;
    text-align: center;


}
header .header-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1.5rem;
    width: 100%;
    z-index: 10;


}

header .header-1 .logo{
    font-size: 2rem;
    color:#666;
}

header .header-1 .logo img{
    width:20rem;


}


header .header-1 .form-container form{
    display: flex;
}

header .header-1 .form-container form #search{
    height: 4rem;
    width: 30rem;
    outline: none;
    border:.2rem solid #666;
    font-size: 1.5rem;
    padding:0 1rem;


}

header .header-1 .form-container form #search:focus{
    border-color: var(--blue);
}

header .header-1 .form-container form label{
    height: 4rem;
    width: 5rem;
    text-align: center;
    line-height: 4rem;
    font-size: 2rem;
    cursor: pointer;
    background: var(--blue);
    color:#fff;
    margin-right: 20rem;

}

header .header-1 .form-container form label:hover{
    color:yellow;
}
                                                                 /*second project start*/
.btn {
 
      background-color: #000000;
    color: #fff;
    padding: .4rem .8rem;
    font-size: 1.6rem;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 1rem;


}
/*.buttons{*/
/*  color*/
/*}*/
.offer #pr{
font-size: 2rem;
color: black;
font-weight: bold;
margin: 1rem;
}
.offer #pr:hover{
  color: green;
}
 .menu > li a:before{
  content: "|\00a0";
  align-items: center;
 
} .menu {
   text-decoration: underline;

}
 .navbar-toggle{
  margin-top: 1.5rem;
 }

.col-md-6 .menu{
  font-size: 1.3rem;
}
.image-section video{
  width:100%;
    height:100%;   
}
video{
    width:50%;
    height:100%;
}

  .content {
         width: 100%;
    /* float: left; */
     /*padding-top: 8rem; */
    display: flex;
    /* margin-left: 11rem; */
      padding-top: 0px;
    padding-bottom: 0px;
      
}

  


  
  .content .row .single{
       display: inline-flex;
       margin: 4rem;
       float: center;
       box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
       background-color: rgba(0,0,0,.5);
    
  }
  .product h3 {
       font-size: 24px;
       margin-top: -3rem;
       /*background-color:;*/
      
      } 
/*  .product img{*/
/*       background-color: ;*/
      

/*}*/
  .product h3 span{
      color: black;
      }
  .product .price{
        font-size: 21px;
        margin-top: -1rem;
        text-align: center;
        /*background: ;*/
        }  

  .buttons{
        display: flex;
        font-size: 15px;
     
          } 
  .buttons .btn-default{
        background-color:#1d4354;
        text-decoration-color: white;
        color: white;
        margin: .5rem;
        border-radius: 5px;
           }
 .buttons .btn-default:hover{
            color:  #6fda44;
           }
  .btn-default:hover{
            color:  #6fda44;
           }

  .buttons .btn-primary{
        border-radius: 5px;
        text-decoration-color: white;
        color: #ffffff;
        margin: .5rem;
        margin-left: 5.5rem;
        background-color:#1d4354;
        border-radius: 5px;
             }
 .buttons .btn-primary:hover{
    color:  #6fda44;
  }
  .btn-primary:hover{
    color:  #6fda44;
  }
/* new this week section End */


                                           /*second project end*/
/* Green 
.sucess {
  border-color: #1d4354;
  color: green;
  margin-right: ;
  margin-left: 42rem;
}

.sucess:hover {
  background-color: #1d4354;
  color: white;
}

/* Blue 
.inf {
  border-color: #1d4354;
  color: dodgerblue;
}
.inf:hover {
  background: #1d4354;
  color: white;
}
.topnav a.icon {
  float: right;
}
*/
.header-2{
   font-size: 2.5rem;
   height: 2rem;


}

.navbar ul{
   list-style: none;
   margin: 0;
   padding: 0;
   overflow: hidden;
     background: #000000;
    /* background:
      repeating-linear-gradient(190deg, rgba(255, 0, 0, 0.5) 40px,
        rgba(255, 153, 0, 0.5) 80px, rgba(255, 255, 0, 0.5) 120px,
        rgba(0, 255, 0, 0.5) 160px, rgba(0, 0, 255, 0.5) 200px,
        rgba(75, 0, 130, 0.5) 240px, rgba(238, 130, 238, 0.5) 280px,
        rgba(255, 0, 0, 0.5) 300px),
      repeating-linear-gradient(-190deg, rgba(255, 0, 0, 0.5) 30px,
        rgba(255, 153, 0, 0.5) 60px, rgba(255, 255, 0, 0.5) 90px,
        rgba(0, 255, 0, 0.5) 120px, rgba(0, 0, 255, 0.5) 150px,
        rgba(75, 0, 130, 0.5) 180px, rgba(238, 130, 238, 0.5) 210px,
        rgba(255, 0, 0, 0.5) 230px),
      repeating-linear-gradient(23deg, red 50px, orange 100px,
        yellow 150px, green 200px, blue 250px,
        indigo 300px, violet 350px, red 370px); */

         


   position: -webkit-sticky; /* Safari */
   position: sticky;
   top: 0; 
   box-shadow: rgba(0, 0, 0, 0.35) 0rem .5rem 1.5rem;
   z-index: 20000;


}
.navbar ul li{
  float: left;


}

.header-2 .navbar a{
    /* display: block; */
    text-align: center;
    padding: 1.3rem 1.6rem;
    text-decoration: none;
    color: #fff;
    
        
}

.banner-images a{
 display: flex !important;
    text-align: center;
     padding: 0rem 0rem !important; 
    text-decoration: none;
    color: #fff;   
}

.navbar li a:hover{
   color:#000;
   background: #fff;
    /*text-decoration: ;*/

}
.navbar .active{
    /*margin-left: ;*/
    background-color: #000000;
}

/*
.icons a{
    color: #fff;
    
    padding: 0 1rem;
    float: right;
    text-align: center;
    margin-top: ;
    margin-left:;


  
  
  
  font-size: 2rem;
  cursor: pointer;
  border-radius: 1.1rem;
 text-align: center;
 margin-top: 1rem;

}

.icons a:hover{
    
     background-color: #1d4354;
     color: #6fda44;
}
*/

/*.header-2 #{*/
/*    font-size: 3rem;*/
/*    color:#fff;*/
/*    cursor: pointer;*/
/*    display: none;*/
/*}*/

.header-2.header-active{
    position:fixed; 
    top:0; left: 0;
    box-shadow: 0 .1rem .3rem rgba(0,0,0,.3);
    color: khaki;


}
.menu {
  font-size: 1.6rem;
  
  float: right;
 margin-top: 1rem; 
}

.navbar-toggle span{
  float: left;
}


/* Slideshow container */
.home {
/*background-color: ;*/
margin: auto;
width: 100%;
/*margin-top: 3rem;*/
border-top-left-radius: 4.5rem;
border-top-right-radius: 4.5rem;
padding-bottom: 0rem ! important;


}
.slideshow-container {
  /*max-width: 140rem;*/
  /*height: 40rem;*/
  position: relative;
  margin: auto;
  /*margin-top: 3rem;*/

  box-shadow: rgba(6, 24, 44, 0.4) 0rem 0rem 0rem .2rem, 
  rgba(6, 24, 44, 0.65) 0rem .4rem .6rem -0.1rem, 
  rgba(255, 255, 255, 0.08) 0rem .1rem 0rem;

  z-index: 0rem;
  /*background:;*/
  /*margin-bottom: 2rem;*/
  
  

}
.slideshow-container img{

/*z-index: 0rem;*/
    display: flex;
     /*margin-top: 6.3rem; */
    /* margin-left: -1.6rem; */
    width: 100%;
    /*height: 55rem;*/

}
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
/* NEW THIS WEEK START */
/* new this week section start */

.hot h2{
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  background-color: #ffffff;
  font-weight: 100;
  text-align: center; 
  /*margin-top: rem;*/
  /*width: ;*/
  
  /*border-top-right-radius: 45rem;*/
  /*border-bottom-left-radius: 1rem;*/
  /*border-bottom-right-radius: 1rem;*/
  /*border-top-left-radius: 45rem;*/
}
.hot{
/*background: linear-gradient(135deg, rgb(182 219 255) 0, rgb(238, 248, 255) 100%);*/
background:black;
margin: auto;
width: 100%;
/*margin-top: 3rem;*/
 /*border-top-left-radius: 4.5rem;*/
/*border-top-right-radius: 4.5rem;*/
/*padding-bottom: 2rem;*/



}

.col-sm-4 {
       width:auto; 
       /*box-shadow: ;*/
       float: center;
       margin-top: 2rem;
       display: flex;
       align-items: center;
       /*z-index: ;*/
       padding: rem;
       /*margin-left: 15rem;*/
   
  

}
/*.col-sm-4 .row :hover{*/
/*transform:;*/
/*}*/


.col-sm-4 .row .single{
       display: inline-flex;
       margin: 0.6rem;
       float: center;
       box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
       background-color: #ffffff;      
    /*border-radius: 12px;*/
}
.col-sm-4 .row .product h3 {
       font-size: 24px;
       margin-top: 0rem;
       color:#000;
      text-align:center;
      } 
/*  .col-sm-4 .row .product img{*/
/*       background-color: ;*/
      

/*}*/
  .col-sm-4 .row .product h3 span{
      color: black;
      font-size:15px;
    
      }
  .col-sm-4 .row .product .price{
        font-size: 16px;
        margin-top: 0rem;
        text-align: center;
        /*background: ;*/
        }  

  .col-sm-4 .row .product .buttons{
        display: flex;
        font-size: 15px;
        margin-top: .3rem;
     
          } 
  .col-sm-4 .row .product .buttons .btn-default{
        background-color:#1d4354;
        text-decoration-color: white;
        color: white;
        margin: .5rem;
        border-radius: 5px;
           }
 .col-sm-4 .row .product .buttons .btn-default:hover{
            color:  #6fda44;
           }
  .col-sm-4 .row .product .btn-default:hover{
            color:  #6fda44;
           }

  .col-sm-4 .row  .product .buttons .btn-primary{
        border-radius: 5px;
        text-decoration-color: white;
        color: #ffffff;
        margin: .5rem;
        margin-left: 5.5rem;
        background-color:#1d4354;
        border-radius: 5px;
             }
 .col-sm-4 .row .product .buttons .btn-primary:hover{
    color:  #6fda44;
  }
  .col-sm-4 .row .product .btn-primary:hover{
    color:  #6fda44;
  }
  /* NEW THIS WEEK END */
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 1.6rem;
  margin-top: -2.2rem;
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  transition: 0.6s ease;
  border-radius: 0 .3rem .3rem 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: .3rem 0 0 .3rem;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 1.5rem;
  padding: .8rem 1.2rem;
  position: absolute;
  bottom: .8rem;
  width: 100%;
  text-align: center;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 1.1rem}

}


/* Saloon Products Section Start */

.arrival{

background-color: #ffffff;
margin: auto;
width: 100%;
margin-top: 3rem;
border-top-left-radius: 4.5rem;
border-top-right-radius: 4.5rem;
padding-bottom: 2rem;
}

.arrival .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding:2rem 0;
    width: 100%;
    margin:0 auto;

}


.arrival .box-container .box{
    flex:1 1 26rem;
    border:.1rem solid rgba(0,0,0,.3);
    overflow: hidden;
    position: relative;
    margin:1rem 1rem;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
}

.arrival .box-container .box .image{
    height: 28rem;
    padding: 2rem;
    text-align:center; ;
    background:#ffffff;
    box-shadow: rgba(6, 24, 44, 0.4) 0rem 0rem 0rem .2rem, 
    rgba(6, 24, 44, 0.65) 0rem .4rem .6rem -0.1rem, 
    rgba(255, 255, 255, 0.08) 0rem .1rem 0rem;
    /*border-radius:2.5rem;*/

}

.arrival .box-container .box .image img{
    height: 100%;

    object-fit: cover;
    border-radius:3rem;
}
.box-container .box:hover{
    /*background-color: #1d4354;*/
    
}

  .arrival h1{
   color: red;
}

.arrival .box-container .box .info h3{
    padding:1rem;

    font-size: 2rem;
    text-align: center;
    color:white;
    background-color: #1d4354;
       box-shadow: rgba(6, 24, 44, 0.4) 0rem 0rem 0rem .2rem, 
 rgba(6, 24, 44, 0.65) 0rem .4rem .6rem -0.1rem, 
 rgba(255, 255, 255, 0.08) 0rem .1rem 0rem;
  border-radius:2.5rem;
}
.arrival .box-container .box .info h3:hover{
    color: #6fda44; 
}

/* Saloon Products Section End */

/* Parlor Products Section Start */
.parlor{
background-color: #ffffff;
margin: auto;
width: 100%;
margin-top: 3rem;
border-top-left-radius: 4.5rem;
border-top-right-radius: 4.5rem;
padding-bottom: 2rem;

}

.parlor .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding:2rem 0;
    width: 85%;
    margin:0 auto;
}


.parlor .box-container .box{
    flex:1 1 30rem;
    border:.1rem solid rgba(0,0,0,.3);
    overflow: hidden;
    position: relative;
    margin:1rem 1rem;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
}

.parlor .box-container .box .image{
    height: 28rem;
    padding:rem;
    text-align:center; ;
    background:#ffffff;
     box-shadow: rgba(6, 24, 44, 0.4) 0rem 0rem 0rem .2rem, 
 rgba(6, 24, 44, 0.65) 0rem .4rem .6rem -0.1rem, 
 rgba(255, 255, 255, 0.08) 0rem .1rem 0rem;
  border-radius:2.5rem;
   
}

.parlor .box-container .box .image img{
    height: 100%;
    object-fit: cover;
     border-radius:3rem;
}
.box-container .box:hover{
    /*background-color: #1d4354;*/
    
}

  .parlor h1{
   color: red;
}

.parlor .box-container .box .info h3{
    padding:1rem;

    font-size: 2rem;
    text-align: center;
    color:white;
    background-color: #1d4354;
       box-shadow: rgba(6, 24, 44, 0.4) 0rem 0rem 0rem .2rem, 
 rgba(6, 24, 44, 0.65) 0rem .4rem .6rem -0.1rem, 
 rgba(255, 255, 255, 0.08) 0rem .1rem 0rem;
  border-radius:2.5rem;
}
.parlor .box-container .box .info h3:hover{
    color: #6fda44; 
}
/* Parlor Products Section End */
/* Garments Products Section Start */
.garment{
background-color: #ffffff;
margin: auto;
width: 80%;
margin-top: 3rem;
border-top-left-radius: 4.5rem;
border-top-right-radius: 4.5rem;
padding-bottom: 2rem;

}

.garment .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding:2rem 0;
    width: 85%;
    margin:0 auto;
}


.garment .box-container .box{
    flex:1 1 30rem;
    border:.1rem solid rgba(0,0,0,.3);
    overflow: hidden;
    position: relative;
    margin:1rem 1rem;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
}

.garment .box-container .box .image{
    height: 28rem;
    padding:rem;
    text-align:center; ;
    background:#ffffff;
     box-shadow: rgba(6, 24, 44, 0.4) 0rem 0rem 0rem .2rem, 
 rgba(6, 24, 44, 0.65) 0rem .4rem .6rem -0.1rem, 
 rgba(255, 255, 255, 0.08) 0rem .1rem 0rem;
  border-radius:2.5rem;

}

.garment .box-container .box .image img{
    height: 100%;
    object-fit: cover;
     border-radius:3rem;
}
.box-container .box:hover{
    /*background-color: #1d4354;*/
    
}

  .arrival h1{
   color: red;
}

.garment .box-container .box .info h3{
    padding:1rem;

    font-size: 2rem;
    text-align: center;
    color:white;
    background-color: #1d4354;
       box-shadow: rgba(6, 24, 44, 0.4) 0rem 0rem 0rem .2rem, 
 rgba(6, 24, 44, 0.65) 0rem .4rem .6rem -0.1rem, 
 rgba(255, 255, 255, 0.08) 0rem .1rem 0rem;
  border-radius:2.5rem;
}
.garment .box-container .box .info h3:hover{
    color: #6fda44;}
/* Garments Products Section End */
/* Daily Use Products Section Start */
.use{
background-color: #ffffff;
margin: auto;
width: 80%;
margin-top: 3rem;
border-top-left-radius: 4.5rem;
border-top-right-radius: 4.5rem;
padding-bottom: 2rem;

}

.use .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding:2rem 0;
    width: 85%;
    margin:0 auto;
}


.use .box-container .box{
    flex:1 1 30rem;
    border:.1rem solid rgba(0,0,0,.3);
    overflow: hidden;
    position: relative;
    margin:1rem 1rem;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
}

.use .box-container .box .image{
    height: 28rem;
    padding:rem;
    text-align:center; ;
    background:#ffffff;
     box-shadow: rgba(6, 24, 44, 0.4) 0rem 0rem 0rem .2rem, 
 rgba(6, 24, 44, 0.65) 0rem .4rem .6rem -0.1rem, 
 rgba(255, 255, 255, 0.08) 0rem .1rem 0rem;
  border-radius:2.5rem;

}

.use .box-container .box .image img{
    height: 100%;
    object-fit: cover;
     border-radius:3rem;
}
.box-container .box:hover{
    /*background-color: #1d4354;*/
    
}

  .parlor h1{
   color: red;
}

.use .box-container .box .info h3{
    padding:1rem;

    font-size: 2rem;
    text-align: center;
    color:white;
    background-color: #1d4354;
       box-shadow: rgba(6, 24, 44, 0.4) 0rem 0rem 0rem .2rem, 
 rgba(6, 24, 44, 0.65) 0rem .4rem .6rem -0.1rem, 
 rgba(255, 255, 255, 0.08) 0rem .1rem 0rem;
  border-radius:2.5rem;
}
.use .box-container .box .info h3:hover{
    color: #6fda44; 
}

/* Daily Use Products Section End*/
/* Deals Section End*/
.deal{
background-color: #ffffff;
margin: auto;
width: 80%;
margin-top: 3rem;
border-top-left-radius: 4.5rem;
border-top-right-radius: 4.5rem;
padding-bottom: 2rem;

}

.deal .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.deal .box-container .box{
    flex:1 1 40rem;
    height: 25rem;
    margin:2rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
}

.deal .box-container .box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.deal .box-container .box .content{
    position: absolute;
    top:55%; left: 3rem;
    transform:translateY(-50%);
}

.deal .box-container .box .content h3{
    font-size: 3.5rem;
    color:#fff;
    text-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
}

.deal .box-container .box .content p{
    font-size: 2rem;
    color:#fff;
}

.deal .box-container .box .content .btn{
    margin:1.4rem 0;
}

.deal .icons-container{
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    flex-wrap: wrap;
    margin-left: 17rem;
}

.deal .icons-container .icons{
    flex:1 1 25rem;
    padding:1rem;
    margin:1rem;
    text-align: center;
    border:.1rem solid var(--blue);
}

.deal .icons-container .icons i{
    color:var(--blue);
    font-size: 4rem;
    padding:1rem 0;
}

.deal .icons-container .icons h3{
    color:#333;
    font-size: 2rem;
}

.deal .icons-container .icons p{
    color:#666;
    font-size: 1.3rem;
    padding:1rem 0;
}
/* Deals Section End*/
/* News Letter Section Start*/
.newsletter{
    background:linear-gradient(var(--blue),var(--blue)), url(image/bg-image.jpg) no-repeat;
       

    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding:4rem 4rem;
    text-align: center;
    margin-top: -40rem;
   
margin: auto;
width: 80%;
margin-top: 3rem;

padding-bottom: 2rem;
    

}

.newsletter h1{
    color:#fff;
    font-size: 4rem;
}

.newsletter p{
    color:#fff;
    font-size: 2rem;
    padding:1rem 0;
}

.newsletter form{
    height:20.5rem;
    max-width: 100rem;
    margin:0 auto;
    padding:0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5rem;
    background:rgba(0,0,0,.10);
}
.newsletter form input[type="text"]{
 height: 100%;
    width: 80%;
    padding:0 1rem;
    outline: none;
    border:none;
    background:none;
    font-size: 2rem;
    color:#fff;
}
.newsletter form textarea[type="txt"]{
    /*height: ;*/
    width:45%;
    padding:0 1rem;
    outline: none;
    border:none;
    background:none;
    font-size: 2rem;
    color:#fff;
}
.newsletter form input[type="email"]{
    height: 100%;
    width: 80%;
    padding:0 1rem;
    outline: none;
    border:none;
    background:none;
    font-size: 2rem;
    color:#fff;
}

.newsletter form input[type="submit"]{
    border-radius: 5rem;
}
/*News Letter Section End*/
/* trimmer page section start */

.col-m-9{
 color: #000000;
 text-align: left;
 /*background-color:;*/


 }
.products{
  /*margin-top: 1rem;*/
  margin-bottom:50px;

}
.boxi{

}
.boxi h1{
  text-align: center;
  background-color:rgba(0, 0, 0, 0.0);
  margin-bottom: 1rem;
  font-size: 3.5rem;
  /*width: ;*/


}
.boxi p{
    text-align: leftF  
}
.col-md-12{

padding: 14px 0px 0px 0px;
/*background-color: #fff;*/
/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
font-size: 3rem;
/*width: 135rem;*/
z-index: 0;
margin: auto;

 }

 .breadcrumb {
list-style: none;
    text-align: center;
    z-index: 0;
    color: #ffffff;
    background-color: black;
    /* padding: 13px; */
    border: 2px solid;
    border-radius: 5px
}
.breadcrumb span{
text-align: center;
padding:10px;
}
.breadcrumb  :before{
  /*content: "\00a0";*/
  /*color: #cccccc;*/
  /*z-index: 0;*/

  }

  /*Product Category*/
 
.content1{
/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
    /*background-color: #ffffff;*/
    border: 2 solid black;
    /* margin-left: 12rem; */
    margin-top: rem;
    text-align: center;
    /*display: flex;*/
    /* float: left; */
    /* position: relative; */
    /* width: 20%; */
    /* overflow-y: scroll; */
    top: 1rem;
    bottom: 33rem;
    /* height: 113rem; */
    /* display: none; */
    flex-direction: row-reverse;
    /*padding-top:0px;*/
        padding-top: 23px;
    padding-bottom: 23px;
}

.products-categ{
    padding-top:23px;
}
.col-md-3{

}
.col-md-3 h3{
 font-size: 2rem;
 text-align: left;
}
.panel h3{
  margin-top: 4rem;
 }
.panel-body {
  font-size: 23px;
  /*width: ;*/
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
   background-color: #000000;
   margin:0px 7px;
  /*background-color: #1d4354;*/
}
.panel-body .active{
 color: #0a4c6a;
}
.panel-body ul{
  list-style: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  /*margin-top: 2rem;*/
 color:#ffffff;
 text-align: left;
}
.panel-body ul a{
    color: #fff;
    margin-left: rem;
    text-align: left;
    padding: 5px 10px;
    border: 2px solid white;
 
}
.panel-body ul li{
  z-index: 0;
  color: #fff;
padding: 2rem;
text-align: left;
font-size: 15px;


}
.panel-body ul a:hover{
  background: #fff;
  color: #000;

  }
  .panel-title{
text-align: center;
  }
/*Product Category End*/
/*trimer image section Start*/

 /*.contt .ro{*/
      
 /*      float: center;*/
 /*      z-index: 0;*/
       
 /*      width: 61%;*/
 /*      margin-top:-3.2rem ;*/
 /*      margin-left: 52rem;*/
 /*      height: 126vh;*/
 /*    }*/

  .contt .ro .sing{
       
       margin: 1rem;
       display: inline-flex; 
       float: center;
       box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);
       /*margin-top: 3rem;*/
       /*margin-left:12rem;*/
  }
.prod:hover{
      box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.01);
}
  .prod h3 {
       font-size: 17px;
       text-align: center;
       color: black;

      } 
        .prod h3 a{
      
       color: black;

      } 
      
 .prod h3 span{
      color: black;
      }
  .prod .pric{
        font-size: 21px;
        margin:1.5rem;
        text-align: center;
        }  
        
        .prod img{
            
        }
        #contar .prod img{
            border:5px solid white;
        }
  /*trimmer image section End*/
 
/* Page session start*/

        .pagination{
          text-align-last: center;
            width: 100%;
            text-align: center;
            /*margin-top:8rem;*/
            position: relative;
            
                         }
            .pagination a{
                color:white;
            }
       .pagination li {
            box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .3);
    font-size: 15px;
    display: inline-flex;
    list-style: none;
    margin: 2px;
    padding: 0.5rem;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid white;
    background: black;
            }
            
        .pagination :hover{
             color:#ffffff; 
             background-color: #1d4354;
            }

  
/* Page session End*/

/*details page start*/

.slides {
       /*width: 46rem; */
    /* margin-left: 95rem; */
    position: relative;
     /*margin-top: 5rem; */
    /*box-shadow: rgba(6, 24, 44, 0.4) 0rem 0rem 0rem .2rem, rgba(6, 24, 44, 0.65) 0rem .4rem .6rem -0.1rem, rgba(255, 255, 255, 0.08) 0rem .1rem 0rem;*/
    border-radius: 2.5rem;
    z-index: 0rem;
    /*height:20rem;*/
    /*padding:40px 0px;*/
  /*background:;*/
  
  
  }


.slides img{
 border-radius:2.5rem;
 /*z-index: 0rem;*/
 display: flex;
 /*height:36rem;*/


}


/* Next & previous buttons */
.prv, .net {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 1.6rem;
  /*margin-top: 6.2rem;*/
  color: black;
  font-weight: bold;
  font-size: 1.8rem;
  transition: 0.6s ease;
  border-radius: 0 .3rem .3rem 0;
  user-select: none;
}

/* Position the "next button" to the right */
.net {
  right: 28px;
  border-radius: .3rem 0 0 .3rem;
}

/* On hover, add a black background color with a little bit see-through */
.prv:hover, .net:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 1.5rem;
  padding: .8rem 1.2rem;
  position: absolute;
  bottom: .8rem;
  width: 100%;
  text-align: center;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 1.1rem}
}


.co-md-6 {
  /*display: ;*/
  background-color: #ffffff;
  width: 55%;
  margin-left: 42%;
  display: flex;
  /*margin: auto;*/
  /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
  margin-top: -16rem;
  /*margin-bottom: 3rem;*/


}

.co-md-6 .bx{
  font-size: 22px;
  margin-left: 24rem;
  margin: auto; 
 
  padding: 2rem;
}
.form-group{
 display: flex;
 padding-bottom: .5rem;
 padding-top: 2rem;
}
 .col-md-7 {
  margin: auto;
  align-items: center;

 }
 .col-md-7 .fom-control{
  
 width: 19rem;
 }
 .col-md-7 .form-control{
width: 19rem;
margin-left: 4.8rem;
float: right;
 }
 .price{
  color: #000000;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 16px;
    border: 1px solid black;
    width: 78%;
    margin: 10px 0px 0px 10px;
    border-radius: 2px;

}
.fa-inr{
  padding: .8rem;

}
.d-3 {
 width: auto;
 display: inline-flex;


  margin: 4rem;
 margin-left: 7rem;
}


.tet h3{
  font-size: 22px;
  margin: auto;
  text-align: center;
  align-self: center;
  background:;
  
}
.tet h3 a{
   font-size: 13px;
}
.boxa {
  margin-left: 1.3rem; 
  width: 100%;
 text-align: justify;

}

#details h4{
  font-size: 2rem;
  
  
}
.boxa p{
  font-size: 1.6rem;
  text-align: left;
  margin:10px 0px 10px 0px;
}
.boxa p b{
  font-size: 1.8rem !important;
}

#details li{
  list-style: none;
}

.headline{
  background-color:  lightblue;
  margin-left:56.3rem;
  padding: 2rem;
  text-align: center;
  margin-top: 2rem;
  width: 67%;
  color: #000000;
}
/*details page End*/

@media(max-width: 991px){
  .breadcrumb{
    padding: 8px 0px;
    text-align: center;
    margin:0px 60px;
  }
     

}
@media(max-width: 768px){
  .center-responsive{
    width: 70%;
    margin: 0 auto;
  }
 .breadcrumb span{
    padding: 8px 20px;
    text-align: center;
    font-size:25px;
  }
  .footer{
   background-color: #051117;
     padding: 0px 0px; 
    /* margin-top: 28rem; */
    position: relative;
  }
}
@media(max-width: 550px){
  .center-responsive{
    width: 95%;
    margin: 0 auto;
  }
}


/* cart page start */

.col-md-9{
  margin-top:1.3rem;
  margin-left: 12rem;
  background-color: #ffffff;
  font-size: 2rem;
 width: 60%;
 height: 126vh;
 align-items: center;
 text-align: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  display: inline-flex;

}
.col-md-9 .box{
  /*background: ;*/
  align-self: center;
  margin: auto;
}
.col-md-9 .box h1{
  align-items:  center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
 margin-bottom: 1rem;
}
.col-md-9 .box p{
    text-align: center;
    color: #000;
    margin-top: 4rem;
}
.col-md-9 .box span{
color: #fff;
}
.col-md-9 .box .lead-text-center{
  border: 1px solid;
  background: green;
}
.col-md-9 .box .lead-text-center:hover{
  background: blue;
}
.col-md-9 .box .lead
{
  margin-top: 4rem;
  border: 1px solid;

}
.col-md-9 .box .lead span{
 border: 1px solid;
 background: orange;
 padding: 1rem;
}
.col-md-9 .box .lead span:hover{
  background: black;
}
.table tbody tr td img{
  width: 50%;
}
.table tr th{
   border-bottom: .1rem solid #1d4354;
  /*padding: ;*/

}
.table tr td{
  text-align: center;
  border-bottom: .1rem solid #1d4354;
}
 .box-footer{

padding: 4rem;

}
.box-footer .pull-left h4{
  font-size: 2.5rem;
}
.box-footer .pull-right h4{
  font-size: 2.5rem;
}

.headlin{
background-color: lightblue;
border-bottom: .1rem solid #1d4354;
margin-top:  18rem;
text-align: center;
}
.headlin h3{
  text-align: center;
}
.col-m-3{
width: 15%;
font-size: 1.9rem;
display: inline-flex;
text-align: center;
margin:8rem;
margin-top: 1rem;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.col-m-3 .box-header{
 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); 
}
/* cart page End */

/* my_account page Start */

.panel-heading h3{
font-size: 3rem;
margin: 2rem;
}
.panel-heading img{

  width: 80%;
  border-radius:4rem ;
  margin: 2rem;

}
.panel-bdy .nav-staked li{
padding: 2rem;
font-size: 2rem;
box-shadow: 0 0 0 1px rgba(1, 1, 1, 1);
width: 140%;
border-radius: .5rem;
margin: 1rem;

}
.panel-bdy .nav-staked .abc{
  width: auto;
margin: auto;

}
.panel-bdy {
  
  width:auto;
  
  background-color: #1d4354;
}
.panel-bdy .active{
 color: #0a4c6a;
}
.panel-bdy ul{
  width: 100%;
  list-style: none;
 
  margin-top: 2rem;
  color:#ffffff;
 text-align: left;
 margin:auto;

}
.panel-bdy ul a{
  color: black;
 

}
.panel-bdy ul li a{
  z-index: 0;
  color: #fff;

}
.panel-bdy ul a:hover{
  color: #6fda44;

  }
 .col-m-9{
  width: 65.7%;
 
  /*margin-top:3rem;*/
  margin-left: 6rem;
  font-size: 2rem;
  display: inline-flex;
 
  /*background-color:;*/
 
 

 }
 /* my_account page End */
 /* my_order page Start */

 .trx p{
  padding: 3rem;
  
 }
.col-m-9 .trx .tae-responve .tab th{
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
 padding: 2rem;
 
 }
 .col-m-9 .trx .tae-responve .tab td{
  text-align: left;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  padding: .6rem;
 
 }
  .btn-sm{
    padding: .4rem;
    font-size: 1.5rem;

  }
/* my_order page End */
/* confirm page Start */
/* contact Us page Start */
.c-9{
  
  width: 50%;
  margin-top:3rem;
  align-items: center;
  font-size: 2rem;
  display: inline-flex;
  margin-left: 51.5rem;
  background-color: ; 
 }
.c-9 label{
  width: 67%;
  background-color: #ffffff;

}
.c-9 input{
  width: 67%;
}
.c-9 select{
width: 67%;
}
.box-header p{
  padding: 2rem;
  font-size: 1.8rem;
}
/* contact Us page End */
.co-9{
  
  width: 67%;
  margin-top:3rem;
  margin-left: 6rem;
  font-size: 2rem;
  display: inline-flex;
  
  /*background-color: ; */
 }
.co-9 label{
  width: 67%;
  background-color: #ffffff;


}
.co-9 input{
  width: 67%;
}
.co-9 select{
width: 67%;
}
.text-center button{
  padding: 1rem;
  margin-top: 6rem;
  float: right;
}
/* Confirm page End */
/* pay_offline page start */


.rx .account{
   background-color:#ffffff;
   box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);  

}
.rx .account th{
font-size: 1.9rem;
 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); 
}
.rx .account td{
 padding: 1.2rem;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); 
}
/* pay_offline page End */

/* Edit_account page srart */

.rx{
  background-color: #ffffff;
  margin: auto;
  width: 67%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); 

}
.rx .roup{
 margin:2rem;
}
.rx .roup input{
background-color:#ffffff;
width: 100%;
padding: .5rem;
}

.rx .roup img{
  margin-top: 3rem;
}
.rx .roup textarea{
  background-color:#ffffff;
width: 100%;
padding: .5rem;
}
/* Edit_account page End */


/* Footer Section Start */

.cuntainer{
  /*width: 1770px;*/
  margin:auto;
 
}
.wolf{
  display: flex;
  flex-wrap: wrap;
}
.footer-ol ul{
  list-style: none;
  background: none;
  box-shadow: none;
}
.footer{
  background-color: #051117;
    padding: 20px 0px ;
    /*margin-top: 28rem;*/
    position: relative;


}

.footer p{
    color: white;
    font-size: 15px;
    /*text-align: justify;*/
}
.footer-ol{
   width:25%;
   padding: 20px;
 
}
.footer-ol h4{
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-ol h4::before{
  content: '';
  position: absolute;
  left:0;
  bottom: -10px;
  background: linear-gradient(135deg, rgb(182 219 255) 0, rgb(238, 248, 255) 100%);
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-ol ul li:not(:last-child){
  margin-bottom: 5px;
}
.footer-ol ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration:underline;
  font-weight: 400;
  /*color: #bbbbbb;*/
  display: block;
  transition: all 0.3s ease;
  text-decoration: none;

}
.footer-ol ul li a:hover{
  color:#fff;
  background: no-repeat;
  padding-left: 4px;
  text-decoration: underline;
}
.footer-ol .social-links a{
  display: inline-block;
  height: 50px;
  width: 50px;
  /*background-color: ;*/
  margin:0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 15%;
  color: #ffffff;
  transition: all 0.1s ease;
}
.footer-ol .social-links a:hover{
  color: #24262b;
  background-color: #fff;

}
.pal{
  border-bottom: 1px solid;
  width: 100%;
 color: #fff;
}
.credit{
     /* margin-left: 58rem; */
    color: #fff;
    font-size: 1.6rem;
    margin-top: 2rem;
}
.credit span{
  color: #91c0ea;
}
/*responsive*/
@media(max-width: 767px){
  .footer-ol{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-ol{
    width: 100%;
}
}



/* Footer Section End */


input,
button {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
  /*max-width: 1120px;*/
  /*margin: 0 auto;*/
  /*padding: 0 15px;*/
}

.main {
  position: relative;
  height: 100vh;
}

.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}

.search,
.login {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: var(--z-modal);
  background-color: hsla(230, 75%, 15%, 0.1);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  padding: 8rem 1.5rem 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.search__close,
.login__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.5rem;
  color: var(--title-color);
  cursor: pointer;
}

/*=============== HEADER & NAV ===============*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--body-color);
  box-shadow: 0 2px 16px hsla(230, 75%, 32%, 0.15);
  z-index: var(--z-fixed);
}

.nav {
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__logo {
  color: var(--title-color);
  font-weight: var(--font-semi-bold);
  transition: color 0.2s;
}
.nav__menu {
  /* Navigation for mobile devices */
}
@media screen and (max-width: 1023px) {
  .nav__menu {
    position: fixed;
    top: -100%;
    left: 0;
    background-color: var(--body-color);
    box-shadow: 0 8px 16px hsla(230, 75%, 32%, 0.15);
    width: 100%;
    padding-block: 4.5rem 4rem;
    transition: top 0.2s;
  }
}
.nav__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  text-align: center;
}
.nav__link {
  color: var(--title-color);
  font-weight: var(--font-semi-bold);
  transition: color 0.2s;
}
.nav__close {
  position: absolute;
  top: 1.15rem;
  right: 1.5rem;
}
.nav__actions {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.nav__search,
.nav__login,
.nav__toggle,
.nav__close {
  font-size: 1.25rem;
  color: var(--title-color);
  cursor: pointer;
  transition: color 0.2s;
}

/*:is(.nav__logo, .nav__search, .nav__login, .nav__toggle, .nav__link):hover {*/
/*  color: var(--first-color);*/
/*}*/

/* Show menu */
.show-menu {
  top: 0;
}

/*=============== SEARCH ===============*/
.search__form {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  background-color: var(--container-color);
  box-shadow: 0 8px 32px hsla(230, 75%, 15%, 0.2);
  padding-inline: 1rem;
  border-radius: 0.5rem;
  transform: translateY(-1rem);
  transition: transform 0.2s;
}
.search__icon {
  font-size: 1.25rem;
  color: var(--title-color);
}
.search__input {
  width: 100%;
  padding-block: 1rem;
  background-color: var(--container-color);
  color: var(--text-color);
}
.search__input::-moz-placeholder {
  color: var(--text-color);
}
.search__input::placeholder {
  color: var(--text-color);
}

/* Show search */
.show-search {
  opacity: 1;
  pointer-events: initial;
}

.show-search .search__form {
  transform: translateY(0);
}

/*=============== LOGIN ===============*/
.login__form {
  display: grid;
  background-color: var(--container-color);
  padding: 2rem 1.5rem 2.5rem;
  box-shadow: 0 8px 32px hsla(230, 75%, 15%, 0.2);
  border-radius: 1rem;
  row-gap: 1.25rem;
  text-align: center;
  transform: translateY(-1rem);
  transition: transform 0.2s;
}
.login__title {
  font-size: var(--h2-font-size);
  color: var(--title-color);
}
.login__group {
  display: grid;
  row-gap: 1rem;
}
.login__label {
  display: block;
  text-align: initial;
  color: var(--title-color);
  font-weight: var(--font-medium);
  margin-bottom: 0.25rem;
}
.login__input {
  width: 100%;
  background-color: var(--container-color);
  border: 2px solid var(--border-color);
  padding: 1rem;
  border-radius: 0.5rem;
  color: var(--text-color);
}
.login__input::-moz-placeholder {
  color: var(--text-color);
}
.login__input::placeholder {
  color: var(--text-color);
}
.login__signup {
  margin-bottom: 0.5rem;
}
.login__signup a {
  color: var(--first-color);
}
.login__forgot {
  display: inline-block;
  color: var(--first-color);
  margin-bottom: 1.25rem;
}
.login__button {
  display: inline-block;
  background-color: var(--first-color);
  width: 100%;
  color: #fff;
  font-weight: var(--font-semi-bold);
  padding: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: box-shadow 0.4s;
}
.login__button:hover {
  box-shadow: 0 4px 24px hsla(230, 75%, 40%, 0.4);
}
/* Show login */
.show-login {
  opacity: 1;
  pointer-events: initial;
}

.show-login .login__form {
  transform: translateY(0);
}

/*=============== BREAKPOINTS ===============*/
/* For medium devices */
@media screen and (min-width: 576px) {
  .search,
  .login {
    padding-top: 10rem;
  }
  .search__form {
    max-width: 450px;
    margin-inline: auto;
  }
  .search__close,
  .login__close {
    width: -moz-max-content;
    width: max-content;
    top: 5rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    font-size: 2rem;
    color: #fff;
  }
  .login__form {
    max-width: 400px;
    margin-inline: auto;
  }
}
/* For large devices */
@media screen and (min-width: 1023px) {
  .nav {
    height: calc(var(--header-height) + 2rem);
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .nav__close,
  .nav__toggle {
    display: none;
  }
  .nav__menu {
    margin-left: auto;
  }
  .nav__list {
    flex-direction: row;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .login__form {
    padding: 3rem 2rem 3.5rem;
  }
}
@media screen and (min-width: 1150px) {
  .container {
    margin-inline: auto;
  }
}


/*-------------------------------------------------*/
/*Updated*/

.product img{
    height:250px !important;
    width:295px !important;
        /*object-fit: contain;*/
}


.box{
    /*padding: 100px 0px 50px 0px;*/
}



.logo img{
    height:60px;
    width:60px;
    padding-top:8px;
}

.quantity{
    font-size:16px;
}


.left-right {
  display: grid;
  /* Number of columns, in your case two boxes on the same line */
  grid-template-columns: auto auto;
}

.left-right > div {
  text-align: center;
}



.product, .prod{
    width: 294px;
    padding-bottom:20px;
    background:white;
    
}


/*Contact Section Start*/


section {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-box {
  /*max-width: 1080px;*/
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-header {
  margin-bottom: 50px;
  text-align: center;
}

.section-header h2 {
  color: #000000;
  font-weight: bold;
  font-size: 4em;
  margin-bottom: 20px;
}

.section-header p {
  color: #000000;
  font-size:15px;
}

.form-box-row  {
  display: flex;
  flwx-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.contact-info {
  width: 50%;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: #1da9c0;
  /*font-size: 1.4em;*/
  margin-bottom: 5px;
}

.contact-info-content p {
  color: #000000;
  font-size: 14px;
}

.contact-form {
  background-color: #fff;
  padding: 40px;
  width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"]
{
  width: 100%;
  background: #000000;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 2px solid #000000;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover
{
  background: #FFF;
  color: #000000;
}

@media (max-width: 991px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .form-box-row {
    flex-direction: column;
  }
  
  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }
  
  .contact-form {
    width: 100%;
  }
}



/*About Section*/

.about-box{
  width: 100%;
  /*min-height: 100vh;*/
  background-color: #ffffff;
  padding:10px 10px;
}
.about-box .title{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 22px;
  color: #222;
  letter-spacing: 1.5px;
  /*padding: 50px 0px;*/
}
.about-box .title h1::after{
  content: "";
  height: 6px;
  width: 180px;
  background-color: #222;
  border-radius: 6px;
  position: relative;
  display: block;
  margin: auto;
}
.about-content{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  /*margin: 30px auto;*/
}
.about-content .article{
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 25px 25px;
}
.about-content .article h2{
  color: #000000;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.about-content .article p{
  margin-top: 30px;
  font-size: 19px;
  line-height: 1.5;
  color: #222;
}
.about-content .article a{
 font-size: 22px;
    text-decoration: none;
    display: inline-block;
    padding: 1px 14px;
    background-color: #000000;
    border-radius: 4px;
    color: #fff;
    border: 3px solid #000000;
    letter-spacing: 1.5px;
    margin-top: 15px;
}
.about-content .article a:hover{
  background-color: #fff;
  color: #000000;
  transition: 0.2s ease;
}
.image-section{
  width: 100%;
  margin: auto;
}
.image-section img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .about-content{
    grid-template-columns: repeat(1, 1fr);
  }
  .article{
    text-align: center;
  }
}


/*Contact Us Page Start*/

* {
	margin:0px;
	padding:0px;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing: border-box; }

.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


body {
	background: #ffffff;
	color: #333;
	font-weight: normal;
	font-size: 1em;
	font-family: 'Roboto', Arial, sans-serif;
}

input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none;
}
::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300;
}


/* Contact Form Styling */
.contact-box {
	padding: 100px 50px 100px 50px;
}
.textcenter {
	text-align: center;
}
.section1 {
	text-align: center;
	display: table;
	width: 100%;
	     padding-top: 0px; 
     padding-bottom: 0px;
}
.section1 .shtext {
	display: block;
	margin-top: 20px;
}
.section1 .seperator {
	border-bottom:1px solid #a2a2a2;
	width: 35px;
	display: inline-block;
	margin: 20px;
}

.section1 h1 {
	font-size: 40px;
	color: black;
	font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}
.section2 .col2 {
	width: 48.71%;
}
.section2 .col2.first {
	float: left;
}
.section2 .col2.last {
	float: right;
}
.section2 .col2.column2 {
	padding: 0 30px;
}
.section2 span.collig {
	color: #a2a2a2;
	margin-right: 10px;
	display: inline-block;
}
.section2 .sec2addr {
	display: block;
    line-height: 26px;
    font-size: 16px;
}
.section2 .sec2addr p:first-child {
	margin-bottom: 10px;
	font-size:26px;
}
.section2 .sec2contactform input[type="text"], 
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.section2 .sec2contactform textarea {
	width: 100%;
	display: block;
	color: #666;
  resize:none;
}
.section2 .sec2contactform input[type="submit"] {
	padding: 15px 40px;
    color: #fff;
    border: 0;
    background: black;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}
.section2 .sec2contactform h3 {
	font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color:  black;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
	.section2 {
		width: 100%;
	}
}
@media only screen and (max-width: 960px) {
	.container {
		padding: 0px 0px 0px 0px;
	}
	.section2 .col2 {
		width: 100%;
		display: block;
	}
	.section2 .col2.first {
		margin-bottom: 10px;
	}
	.section2 .col2.column2 {
		padding: 0;
	}
	body .sec2map {
		height: 250px !important;
	}
}
@media only screen and (max-width: 768px) {
	.section2 .sec2addr {
		font-size: 14px;
	}
	.section2 .sec2contactform h3 {
		font-size: 16px;
	}
	.section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
		padding: 10px;
		margin:3px 0;
	}
	.section2 .sec2contactform input[type="submit"] {
		padding: 10px 30px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 420px) {
	.section1 h1 {
		font-size: 28px;
	}	
}
/*Contact Us Page End */



.form-bg{
    background:linear-gradient(135deg, rgb(182 219 255) 0, rgb(238, 248, 255) 100%);
    padding:30px 0px;
}


.product-detail{
    padding:80px;
}



.col-product-detail {
  float: left;
  width: 50%;
  padding: 10px;
  /*height: 300px; */
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-product-detail {
    width: 100%;
  }
}



/*Testimonial Start*/
   .list__review {
            /*column-width: 20rem;*/
            column-gap: 1.5rem;
            list-style: none;
            padding-inline: 1rem;
            margin: 2rem 0;
        }
        
        .review__item:not(:first-child) {
            margin-block-start: 1.5rem;
        }
        
        .review__item {
            position: relative;
            background: linear-gradient(135deg, rgb(182 219 255) 0, rgb(238, 248, 255) 100%);
            border-radius: 0.8em;
            padding: 1.25rem;
            break-inside: avoid;
            margin:10px;
        }
        
        .review__heading {
            position: absolute;
            inset: 0 auto auto 0;
            background: #ffffff;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            margin: 0 !important;
            border-radius: 25px;
            padding: 5px 10px;
            line-height: 1;
            transform: translate(-10px, -50%);
            box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.05), 0 1px 0 0 rgba(10, 10, 10, 0.05), 0 0.1em 0.6em -0.5em rgba(10, 10, 10, 0.05), 0 0.2em 1.2em -0.8em rgba(10, 10, 10, 0.1), 0 0.3em 0.7em -0.6em rgba(10, 10, 10, 0.2), 0 0.4em 0.8em -0.7em rgba(10, 10, 10, 0.3);
        }
        
        .review__title {
            position: relative;
            font-size: 1.5rem;
            color:black;
        }
        
        .review__title::after {
            position: absolute;
            inset: -5px -0.25rem -5px auto;
            content: '';
            height: calc(0.625rem + 10px);
            width: 1px;
            background: rgba(10, 10, 10, 0.1);
        }
        
        .review__stars {
            font-size: 0.625rem;
        }
        
        .review__content {
            font-size: 0.875rem;
            line-height: 1.4;
            color: #222222;
        }
        
        .review__author {
                /* font-style: italic; */
    font-size: 1.5rem;
    padding: 20px 10px;
    color: black;
        }
/*Testimonial End*/



/*Whatsapp Butoon*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-right{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color: white;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  padding:4px;
}

.my-float{
	margin-top:16px;
}

@media(max-width: 768px){
.footer{
 padding:0px 0px;   
}
.about-content .article{
    padding:0px 5px;
}
.about-content .article p{
    font-size:15px;
}
}




.clearfix  iframe{
     width:600px;
     height:450px;
}

@media (max-width: 500px) {
  section .content1{
      display:none;
  } 
  .product-detail{
      padding:10px;
  }
  .clearfix  iframe{
     width:260px;
     height:650px;
}
}

label{
    font-size:2rem;
}