*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
html , body{
    height: 100%;
    width: 100%;
    background-color: #ecf0f1;
    /* max-width: max-content; */
    
}
body{
    /* min-width: fit-content; */
    word-wrap: break-word;
    
}

.header{
    display: flex;
    flex-direction: row;
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 30px;
    vertical-align: middle;
}

.header .logo {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20pt;
    margin-right: 30px;
    margin-top: 7px;
    cursor: pointer;
}
.header .logocon{
    color: #1e272e;
}
.header .logo:hover{
    color: #128ac6;
}
.header .search i{
    margin-left: -30px;
    margin-right: 70px;
    color:#128ac6;
    
    
}
.header .search input{
height: 40px;
width: 500px;
padding: auto;
border: solid 1px #b2bec3;
padding-left: 8px;
}

.header .login ,.header .cart{
    margin-right: 20px;
}
.header .login:hover ,.header .cart:hover , .addtocartb{
    cursor: pointer;
}
.header .login:hover ,.header .cart:hover {
    color: #128ac6 !important;
}

.logininfo{
    display: none;
    font-family: 'Poppins', sans-serif;
    background-color: #1e272e;
    height: 182px;
    position: absolute;
    z-index: 9999999999999999999;
    width: 248px !important;
    justify-content: center;
    margin-top: 10px;
    color: #ffffff;
    
    flex-direction: column;
    text-align: center;
    
}

.logininfo .out{
    
    background-color: #e74c3c;
    border: none;
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    text-decoration: none;
    
}
.logininfo .order{
    font-family: 'Poppins', sans-serif;
background-color: #128ac6;
text-decoration: none;

width: 100%;
padding: 10px 0px 10px 0px;
margin-top: 10px;
color: #ffffff;

}

.logininfo .out:hover ,.logininfo .order:hover{
    background-color: #ffffff;
    color: #1e272e;
}
.header .topicons .login .logininfo p{

    position: absolute;
    top: 20px;
    width: 100%;
}
.header .topicons .login p:hover + .header .topicons .login i:hover{
color: #128ac6;

}
.header .login i ,.header .cart i,header .lang i {
 display: inline-block;
 font-size: 14pt;
 color:#ffffff;
}

header .lang i {
color: #128ac6;
}
.header .login i ,.header .cart i{
background-color: #128ac6;
padding: 10px;
border-radius: 100%;
}

.header .login p ,.header .cart p ,header .lang p{
display: inline-block;
font-family: 'Poppins', sans-serif;
font-size: 14pt;
text-decoration: none;
    
}
 .logina {
    
    color: #1e272e;
} 
.cart-counter{
    position: absolute;
    background-color: #e84118;
    padding: 5px 7px 5px 7px;
    border-radius: 100px;
    font-size: 12pt !important;
    margin-left: 25px;
    margin-top: -14px;
    color: #ffffff;
}
.topicons{
    display: flex;
}
.bars{
    display: none !important;
}
.header .lang {
float: right;
position: absolute;
right: 0px;
padding: 8px;
}
nav{
    width: 100%;
 
    background-color: #1e272e;
    height: 70px;
    color: #ffffff;
  padding: 25px;
    
}

nav ul a {
    display: inline-block;
    margin-right: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14pt;
    padding-right: 20px;
    text-decoration: none;
    color: #ffffff;
}
nav ul a:hover{
    color: #128ac6;
}
nav ul a:first-of-type{
    border-right: #128ac6 2px solid;
   
}
.con{
    padding: 80px 0px 80px;
    width: 100%;
    text-align: center;
    min-height: 100%;
    background-color: #ffffff;
}

.topcat{
    background-color: #ecf0f1 !important;
    position: relative;
    overflow: hidden;
     height: 800px;
}


/* Style the Image Used to Trigger the Modal */

  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    z-index: 99999999999999999999;
  }
  
  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

.con .card{
    
    width: 350px;
    /* height: 350px; */
    background-color: white;
    display: inline-block;
    margin: 25px;
    padding: 0px;
    /* padding-bottom: 15px; */
    position: relative;
    text-align: center;
    border: #dadada 1px solid;
    overflow: hidden;
  
    
}
.con .card:hover{
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   
    
}

.con .cardsec{
    width: 350px;
    height: 412px;
    background-color: white;
    display: inline-block;
    margin: 25px;
    padding: 0px;
    /* padding-bottom: 15px; */
    position: relative;
    text-align: center;
    border: #dadada 1px solid;
    overflow: hidden;
 
}

.con .cardsec:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}
.con .cardsec:hover p{
  
    background-color: #1e272e;
    color: #ffffff;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
   
}


	
.con .cardsec .img{
    /* background-color: #ffffff; */
    height: 350px;
    width: 100%;
    image-rendering: pixelated;
}
.con .cardsec p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12pt;
    
    padding: 22px 0px 22px 10px;
    background-color: #fff;
    color:#1e272e;
    bottom: 10px;
    float: left;
    width: 100%;
    border-top: 1px solid #dedede;
  
    
}



.con .btitle{
    font-family: 'Poppins', sans-serif;
    color: #128ac6;
    font-size: 25pt;
    font-weight: 700;
    margin: 50px 0px 100px 0px;
}
.con .card .add{
    position: absolute;
    right: 9px;
    top: 9px;
    width: 100%;
}

.con .card .img{
    /* background-color: #ffffff; */
  
    height: 250px;
    width: auto;
    max-width: 104%;
    image-rendering: pixelated;
    
}
.zoomcon:hover img {
    opacity: 0.3;
    cursor: pointer;
  }
  .zoomcon:hover .zoom {
    opacity: 1;
  }
  .zoomcon:hover img{
    -webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  }
.zoom{
    transition: .5s ease;
  opacity: 0;
 
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  
}
.zoomcon{
    background-color: transparent;
}
.zoom i{
    margin: auto;
    font-size: 50pt;
    color: #fff;
}

.con .card p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 11pt;
    height: 70px;
    padding: 22px 22px 22px 10px;
    
    border-top: 1px solid #dedede;
  
    
    width: 100%;
    background-color: #ffffff;
    color:#1e272e;
    
  
   
    
  
}
.sea{
    padding: 0 !important;
    min-height: max-content;
}

.searchtit{
  
    padding-left: 75px;
    font-family: 'Poppins', sans-serif;
    font-size: 16pt;
    text-align: left;
 font-weight: 900;
    color: #1e272e;
    margin-top: 20px;
   
    
}
.topcat .searchtit{
    padding-top: 20px !important;

}
.sea .searchtit{
    padding-top: 80px;
    margin-bottom: 0px;
}
.con .card form{
 
    width: 100%;
}
.con .card button{
    background-color: #128ac6;
    color: #ffffff;
    width: 100%;
    border:none;
    padding: 10px;
   
   
}
.con .card button:hover ,.bottonhov:hover ,.button:hover{
    background-color: #e74c3c;
    cursor: pointer;
}
.secslider{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    animation: linear infinite;
    /* animation-name: run; */
     /* animation-play-state: running; */
    animation-duration: 50s;
   position: absolute;
   left: 10%;
    right: 10%;
}


.slider{
    background-image: url("../images/bg.png");
    height: 623px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.slider .color{
    background-color: #1e272e;
    height: 100%;
    opacity: 0.8;
  
   padding-top: 90px;
}
.slider .center_slider{
    z-index: 99;
    position: absolute;
    margin-top: -350px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.slider .title1{
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40pt;
  

    color: #ffffff;
}
.slider .title2{
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 20pt;
    

    color: #ffffff;
   
}
.slider a{
    background-color: #128ac6;
    padding: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 16pt;
    text-align: center;
     padding:  12px 20px 12px 20px;
     margin-top: 10px;
    color: #ffffff;
   
}
.alert{
    height: 200px;
    width: 100px;
    background-color: #e74c3c;
    color: #ffffff;
}

.conactcon{
    width: 100%;
 
    padding-top: 50px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
}

.conactcon div{
    width: 90%;
 max-width: 500px;
     background-color: #ffffff;
    display: flex;
    margin: auto;
    border:1px solid #b2bec3;
    flex-direction: column;
    padding: 20px 0px 20px 0px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.conactcon div .formt{
  font-size: 20pt;
  color: #128ac6;
  margin-top: 15px;
}
.conactcon .btitle{
    font-family: 'Poppins', sans-serif;
    color: #128ac6;
    font-size: 25pt;
    font-weight: 700;
    margin-bottom: 25px;
}

.conactcon div form{
    display: flex;
    align-self: center;
    flex-direction: column;
    width: 70%;
    /* padding-top: 10px; */
    justify-content: center;
   
    float: none;
    text-align: left;
    margin-top: 100px;
     margin: auto; 
     margin-bottom: 40px;
     margin-top: 40px;
}


.conactcon div form .text{
    border-bottom: 2px solid #1e272e;
    height: 40px;
    background-color: transparent;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    padding-left: 10px;
    padding-top: auto;
    padding-bottom: auto;
    

}
.conactcon div form .text:focus{
    
    border-bottom: 4px solid #128ac6;
}
.conactcon div form .sub{
border: none;
background-color: #128ac6;
color: #ffffff;
font-family: 'Poppins', sans-serif;
font-weight: 600;
height: 40px;
}
.conactcon div form label{
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.conactcon .bottomtext{
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.empitymessage{
    font-family: 'Poppins', sans-serif;
    color: #e74c3c;
    font-size: 20pt;
    margin: auto;
}
.showinfo{
    height: 100%;
    width: 100%;
    position: fixed;
    display: flex;
    top: 0px;
    background-color: rgba(30, 39, 46, 0.8);
    /* padding: 80px; */
    flex-direction: column;
    z-index: 8888888888888888888888888888888;
}
.showinfo .infohead{
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-bottom: 0px;
    width: 80%;
    background-color: #128ac6;
    height: 60px;
    color: #ffffff;
    position: relative;
    
}
.showinfo .infohead i{
    float: right;
    position: absolute;
     right: 20px;
     top: 20px;
}
.showinfo .infohead p{
    font-family: 'Poppins', sans-serif;
    font-size: 15pt;
    margin: auto;
    margin-left: 20px;
}
.showinfo .tableinfo{
    width: 80%;
    height: 500px;
    position: relative;
    overflow: scroll;
    margin: auto;
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
}
.showinfo div table{
    width: 100%;
}
/* login form start here ____________________________________________________________________________________________________-*/

/* page container */
.logform{
    min-height: 100%;
  
  width: 100%;
    display: flex;
    justify-content: center;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
}

/* form container */
.form{
  width: 700px;
   margin: auto;
     border-right: 20px #128ac6 solid; 
    padding: 50px;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* display: flex;
    flex-direction: column;
     width: 100%;;*/
/* form title */
.logintext{
    font-family: 'Poppins', sans-serif;
    color: #128ac6;
    font-weight: 700;
    font-size: 27pt;
    margin-bottom: 25px;
}
/* form lable and text and button  */
.l,.text,.sub{
    display: block;
    font-weight: 300;
    color: #1e272e;
    font-family: 'Poppins', sans-serif;
}
.logform {
    color: #e74c3c;
}

/* form lable   */
.l{
    margin-top: 10px;
    font-size: 12pt;
}
/* form text   */
.text{

    padding: 7px;
    margin-bottom: 20px;
    font-size: 12pt;
   width: 100%;
    height: 30px;
    background-color: #dfe6e9;
    border: none;
    margin-top: 7px;
    height: max-content;
}
/* form button   */
.sub{
    margin-top: 25px;
    width: 100%;
    border: none;
    background-color: #128ac6;
    padding: 7px;
    color: #ffffff;
}
.phonecon{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.phonecon img{
    width: 100px;
  /* margin-top: 6px; */
    height: 40px;
}

.code{
    width: 9%;
    width: max-content;
    width: 20%;
    margin-right: 10px;
}
.phone{
    width: 80%;
}
.country{
    height: max-content;
}


/* login form end here ____________________________________________________________________________________________________-*/
#cartlastcon{
    display: flex;
    flex-direction: column;
}
.one_item{
    
    /* width: 100%; */
    text-align: left;
   /* position: relative; */
    border-top: 1px #c4c4c4 solid;
    border-bottom: 1px #c4c4c4 solid;
    /* display: flex;
    flex-direction: row;  */
    padding: 10px;
    display: flex;
    
     overflow: hidden;
 
}
.newcart_items{
    flex-direction: column !important;
}


.one_item div:last-of-type{
  display: flexbox;
}
.one_item div p{
    font-family: 'Poppins', sans-serif;
    font-size: 14pt;
  
       
       
 
  
  
}.one_item div .item_name{
   
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    vertical-align: top;
    padding-top: 15px;
    width: 400px;
    
   
}
.one_item form{
    position: absolute;
    bottom: 20px;
}
.one_item div .item_name{
    font-family: 'Poppins', sans-serif;
    
    font-size: 16pt;
    margin-bottom: 20px;
   
    
}
.one_item >*{
    display: inline-block;
}
.one_item img{
    height: 220px;
    width: 220px;
    display: inline-block;
    margin-right: 10px;
}
.one_item .concounter{
    text-align: left;
    display: inline-block;
}
.one_item .concounter button{
margin-right: 0px !important;
}
.one_item div:nth-of-type(2) button{
    width: max-content;
}
.one_item .concounter input {
    padding-left: 20px;
    text-align: center;
}
.one_item .concounter p{
margin-bottom: 10px;
}
.desc_items{
   
    text-align: left;
    padding-top: 20px;
    margin: auto;
    margin-top: 19px;
    width: max-content;
    color: #1e272e;
}

.desc_items div{
    margin: auto;
    width: max-content;
    text-align: left;
    padding-top: 10px;
    padding-right: 20px;
 }
 .desc_items div label{
    font-family: 'Poppins', sans-serif;
    font-size: 14pt;
    
 }
 .desc_items div textarea{
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    padding: 10px;
    padding: 7px;
    margin-bottom: 20px;
    font-size: 12pt;
    width: 100%;
    height: 30px;
    background-color: #dfe6e9;
    border: none;
    margin-top: 7px;
    height: max-content;
    
 }
 .desc_items button{
    display: block; 
    margin: auto;
 }
 #price , #count{
    color: #e74c3c;
 }

.desc_items p{
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14pt;
    margin-bottom: 20px;
}
.cart_items{
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.cart_items table{
    display: table;
    font-family: 'Poppins', sans-serif;
   
   width: 100%;
 margin: auto;
}


tr{
    background-color : #f6f6f6;
    height: 40px;
    vertical-align: middle;
    
   
    
}
td{
    vertical-align: middle;
    width: max-content;
    padding: 7px;
}
td input ,.one_item input{
    padding: 7px;
    margin-bottom: 20px;
    font-size: 12pt;
   width: 60px;
    height: 30px;
    background-color: #ffffff;
    border: none;
    margin-top: 7px;
    height: max-content;
}
tr:nth-of-type(odd){
    background-color: #e9e9e9;
}
td button ,.one_item button {
    border: none;
    background-color: #1e272e;
    padding: 7px 15px 7px 15px;
    color: #ffffff;
    margin-right: 20px;
}

.backbutton{
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: none;
    background-color: #f9ca24;
    padding: 7px 20px 7px 20px;
    color: #1e272e;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: pre;
}

thead tr{
    background-color: #1e272e !important;
    color: #ffffff;
    padding: auto;
}
th{
    padding: 10px;
}

.button{
    margin: 50px 0px 50px 0px;
    font-family: 'Poppins', sans-serif;
    border: none;
    background-color: #128ac6;
    padding: 7px 15px 7px 15px;
    color: #ffffff;
}

.pagination {
    display: inline-block;
  }
  
  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
  }
  
  .pagination a.active {
    background-color: #128ac6;
    color: white;
  }
  
  .pagination a:hover:not(.active) {background-color: #ddd;}


@media only screen and (max-width: 1126px) {
    .displaysearch{
        width: 250px !important;
    }
    .header .search input { 
     width: 250px;
    }
    footer{
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        
    }
    footer .bottomnav{
        text-align: center;
        margin: 40px 0px 10px 0px;
        
    }
  }
  @media only screen and (max-width: 938px) {
    nav ul li {
     
        font-size: 11pt;
    }
    .header .login p, .header .cart p, header .lang p {
       
        font-size: 11pt;
    }
    .header .logo {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 15pt;
        margin-top: 11px;
       
    }
  }


  @media only screen and (max-width: 805px) {
    .one_item div:nth-of-type(2) button{
        display: block;
        margin-bottom: 10px;
      }
 .con .card{
     width: 250px !important;

 }
 .card img{
    width: auto !important;
    height: 220px !important;
 }
    .header{
     display: block;
     padding-top: 5px;
     position: relative;
     padding: 0px;
    }
    .logo{
        display: inline-block;
        font-size: 22pt !important;
        
    }
    .fixed{
        height: 60px;
        /* border-bottom: #128ac6 7px solid; */
    }
    .search{
        margin: auto;
        padding-top: 82px;
       display: flex;
       flex-direction: row;
        width: 100%;
        position: relative;
    justify-content: center;
    margin-bottom: 20px;
    } 
    .displaysearch{
        margin-top: 40px;
        width: 90% !important;
    }
    .search input{
        width: 90% !important;
       
  
    padding: 7px;
    width: 90%;
  
    }
    .search i{
      right: -29px;
    margin-top: 11px;
 font-size: 12pt;
 position: absolute;
    }
  
   


    .header .login , .header .cart{
        display: inline-block;
       margin: auto;
       padding: 0px 0px 0px 15px;
       background-color: transparent;
      
    }
   
    .topicons{
        display: block;
        flex-direction: row;
        
        
       background-color: #1e272e;
        color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .topicons a p{
        color: #ffffff;
    }
    .topicons div{
        display: none;
        flex-direction: row;
        width: 49%;
       justify-content: center;
       text-align: center;
    }
    .logininfo .order{
        height: min-content;
        margin: auto;
    }
    .topicons .login{
       border-right: #fff solid 1px;
    }
    nav{
        display: none;
        /* display: flex; */
        flex-direction: column;
        flex-wrap: nowrap;
        height: 100%;
        z-index: 9999999999999999;
        position: fixed;
        margin-top: -136px;
    }
    nav ul a{
        font-size: 14pt;
        display: flex !important;
        padding-bottom: 33px;
        border: none !important;
    }
    .bars{
        display: inline-block !important;
    }
    .header .fixed{
        position: fixed;
        background-color: #ecf0f1;
        width: 100%;
        padding: 10px 10px 10px 10px;
        z-index: 9999999999999999999;
        
    }
    .lang{
        display: none;
    }
    .bars{
        color: #1e272e;
        font-size: 22pt ;
        display: inline-block;
        
        text-align: right;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .desc_items div textarea{
       display: flex;
       width: 250px;
    }
    
  
}
@media only screen and (max-width: 629px) {
.one_item div .item_name{
width: 300px;

}

}

@media only screen and (max-width: 604px) {
    .con .card{
        width: 200px !important;
   
    }
    .card img{
        width: auto !important;
        height: 170px !important;
    }
    .con  .card p{
        font-size: 10pt;
        height: 78px;
        padding-top: 18px;
        
        
    }
}
@media only screen and (max-width: 544px) {
    .one_item div .item_name{
        width: 200px;
        
        }
        
}
  @media only screen and (max-width: 507px) {
    .con .card{
        width: 45% !important;
      margin-right:0px ;
      margin-left: 0px;
    }
  
    .con .card:nth-of-type(even){
        margin-left:10px;
    }
    .con .card:nth-of-type(odd){
        margin-left:10px;
    }
    .card img{
        width: auto !important;
        height: 140px !important;
    }
      .one_item div .item_name{
          font-size: 12pt;
      }
      .one_item div .concounter p{
          font-size: 10pt;
      }
      .one_item div form{
          display: flex;
      }
      .one_item div form button:last-of-type{
        margin-right: 0px;
        
    }
  .one_item div form button{
      font-size: 10pt;
      background-color: #e74c3c;
      padding: 5px;
      display: flex;
      flex-direction: row;
      align-items: center;
      white-space: pre;
      
  }

  }

  @media only screen and (max-width: 464px) {
    
    .slider .center_slider {
        margin-top: -412px;
    }
    .con .cardsec {
        width: 250px;
        height: 350px;
     }
     .con .cardsec img{
        height: 280px !important;
     }
     .con .card {
        width: 40%;
        margin-right: 10px;
        /* height: 263px; */
    }
   
    .con .card img{
        height: 140px !important;
        width: max-content !important;
    }
    
     .one_item img{
         height: 140px;
         min-width: 160px !important;
         max-width: 160px !important;
     }
     .con .card p {
       height: 50px;
        font-weight: 400;
        font-size: 8pt;
     }
     .one_item{
         /* display: flex; */
         min-height: 250px;
         /* position: relative; */
     }
     .one_item div form button{
         margin-bottom: 10px;
     }

  }
  @media only screen and (max-width: 409px) {
    .con .card{
        width: 42% !important;
   
    }
    .card img{
        width: max-content !important;
        height: 50px !important;
    }
    .con  .card p{
        font-size: 10pt;
        height: 70px;
    }
    .con button{
        font-size: 10pt;
    }
    .one_item div .concounter input{
    
    padding-left: 0px;
    width: 40px;
    }
}
@media only screen and (max-width: 386px) {
    .one_item div .item_name{
        width: 100px;
        
        }
        
}
@media only screen and (max-width: 306px) {
    .con .card{
        width: 80% !important;
   
    }
    .card img{
        width: 120 !important;
        height: 150px !important;
    }
    .con  .card p{
        font-size: 10pt;
        height: 70px;
    }
    .con button{
        font-size: 10pt;
    }
}

.concounter{
    display: flex;
    justify-content: center;
}
.concounter button ,input{
    height: 33px;
    margin-top: 0px !important;
}
  
.alertc{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(30, 39, 46, 0.8);
    z-index: 99999999999999999999;
  

   
    display: none;
}
.alert{
    height: 100px;
    width: max-content;
    
    
vertical-align: middle;
   
    margin: auto;
    display: flex;
   flex-direction: column;
  
}
 .alert .head{
    display: flex;
flex-direction: row;
background-color: #128ac6;
color: #ffffff;
height: 40%;
width: 100%;
position: relative;
padding-top: 8px;
padding-left: 10px;

}
.alert .head p, .alert .body p{
    font-family: 'Poppins', sans-serif;
    font-size: 13pt;
}
 .alert .head i{
 float: right;
position: absolute;
 right: 10px;

} 
 .alert .body{
    display: flex;
  
    width: 100%;
background-color: #ffffff;
color: #1e272e;
height: 80%;
padding: 10px;
}
.alert .body p{
margin: auto;
font-size: 11pt;
}

.message{
   
    background-color: #d1e7dd;
    /* #fff3cd */
    border: #badbcc 1px solid;
    color: #0f5132;
    /* #664d03 */
    position: fixed;
    top: 80px;
    right: 5px;
    z-index: 999999999999999999999999999;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    display: none;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    
}
.message .fa-times{
    position: absolute;
  right: 3px;
    top: 3px;
}
.message .fa-check-circle {
    font-size: 20pt;
    display: none;
}
.fa-exclamation-triangle{
    font-size: 20pt;
    display: none;
   

}
.message p{
    display: inline-block;
    margin: 10px;
    font-family: 'Poppins', sans-serif; 
    font-size: 10pt;
}

footer{
    width: 100%;
    background-color: #1e272e;
    height: max-content;
    clear: both;
    position: relative;
    bottom: 0px;
   justify-content: center;
   text-align: center;
    display: flex;
    justify-content: center;
    padding: 40px 0px 40px 0px;
}
.bottomnav{
    height: auto;
    display: inline-block;
    height: max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    text-align: left;
    vertical-align: text-top;
    color: #fff;
    margin: 40px 140px 10px 120px;
    
}
.bottomnav li{
    list-style: none;
    padding: 5px;
}
.bottomnav .navtitle{
    font-family: 'Poppins', sans-serif;
    font-size: 20pt;
    margin-bottom: 10px;
    font-weight: 700;
}

.bottomnav a{
    font-family: 'Poppins', sans-serif;
    font-size: 14pt;
    text-decoration: none;
    color: #fff;
   
}
.bottomnav a:hover{
color: #128ac6;
}
.bottomnav .soc{
    width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin-top: 13px;

}
.bottomnav .soc i{
   font-size: 22pt;
    margin-right: 10px;
}
.bottomnav .contactfont{
    font-size: 14pt;
    text-align: left;
    margin-top: 6px;
}
.COPY{
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    border-top: #b2bec3 solid 1px;
    height: 40px;
}
input[name="b_name"],[name="f_name"],[name="city"],[name="state"],[name="l_name"],[name="b_type1"],[name="b_address"]{
    text-transform:uppercase;
    
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.displaysearch{
    width: 500px;
    background-color: #1e272e;
    color: #ffffff;
    position: absolute;
    z-index: 9999999999999999999999999999999999999;
}
.displaysearch a{
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 12pt;
}
.displaysearch a:hover{
    color: #128ac6;
}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    color: #1e272e;
    border-bottom: #128ac6 7px solid;
   
  }
  .stickyr {
    position: fixed ;
    right: 0px;
    top: 16px;
    z-index: 9999999;
}
.stickyl {
    position: fixed ;
    left: 0px;
    top: 5px;
    z-index: 99999999999999999999;
    display: flex;
    background-color: transparent;
}
  .sticky a{
      color: #1e272e;
      height: 100% !important;
      padding-right: 0px;
      margin-right: 20px;
      padding-bottom: 18px;
  }
  .sticky a:first-of-type {
    
    padding-right: 20px;
    padding-bottom: 0px;
    
}

.stickyr i{
    background-color: #1e272e !important;
    
}
 
