*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
body{
     margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
#header{
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.banner{
position: relative;
   
}
.banner img{
   
   height: 100%;
   width: 100%;
}
.contact-box{
    position: absolute;
    top: 20%;
    left: 26%;
}
.contact-box a{
  text-decoration: none;
  color: darkgoldenrod;
}
.contact{

    position: absolute;
   
    background-color: rgba(109, 40, 145, 0.08);
    border-radius: 30px;
    top:40%;
    left: 25%;
   
    transition: all 0.4s;
}

.contact:hover{
    background-color: rgba(7, 11, 11, 0.66);
}
.contact a{
    display: inline-block;
    font-size: 20px;
    padding: 10px;
   
     color: white;
}
.contact a:hover{
    color: darkgoldenrod;
}
.contact-form-box input,textarea{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    outline: 1px solid gray;
    box-shadow: 2px 2px 2px gray;
    margin-top: 10px;
    border: none;
    transition: all 0.3s;
}
.contact-form-box input:focus,textarea:focus{
   
    outline: 1px solid darkgoldenrod;
     box-shadow: 5px 5px 5px darkgoldenrod;
   
}
.address-box p a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    transition: all 0.4s;
}
.address-box p a:hover{
    
    color: darkgoldenrod;
    
}
.contacts a i{
    color:#008080;
}
/*.login .contacts a i{*/
    /*display: inline-block;*/
/*    margin: 0px 5px;*/
/*    background-color: green;*/
    /*padding: 5px;*/
/*    color: green;*/
    /*border-radius: 5px;*/
/*    text-decoration: none;*/
/*    font-size: 14px;*/
/*    font-family: Arial, Helvetica, sans-serif;*/
/*    transition: all 0.4s;*/
/*}*/
/*.login a:hover{*/
/*    background-color: blue;*/
/*}*/
.logo img{
    height: 60px;
}
#loginError{
    display: none;
    color: red;
    font-size: 14px;
}


.login input{
    padding: 2px;
    height: 35px;
    border-radius: 5px;
    outline: 1px gray;
    border: 1px solid gray;
    color: gray;
}
.login i{
    margin-left: 10px;
    font-size: 24px;
    color: gray;
    line-height: 35px;
}
nav{
    display: block;
    /* display: flex; */
    justify-content: center;
    background-color: chartreuse;
}
nav li{
    display: block; 
    list-style: none;
    transition: all 0.6s;
}
nav li a{
    padding: 12px;
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}
nav li:hover{
    background-color: darkgreen;
    
}
nav li:hover>a{
    color:#fff;
    
}

.menu{

    display: flex;
    width: 100%;
/*    transition: all 0.4s;*/
    z-index: 1000;
}

.carousel-inner{
    height: 500px;
}
.main-menu{

    display: flex;
    /*width: 100%;*/
}
.menu-button i{
   
    display: none;
}
.login-box h3,.product-box h3{
    font-size: 20px;
    background-color: #008080;
    color: white;
    padding: 5px 5px;
    text-align: center;
}
/*.product-box h3{
    font-size: 20px;
    background-color: greenyellow;
    color: darkblue;
    padding: 5px 5px;
    text-align: center;
}*/
.login-box{
    margin-top: 10px;
    width: 100%;
   
   margin-bottom: 5px;
}
.product-box{
    margin-top: 10px;
    width: 100%; 
}
.imgage-box img{
    transition: all .4s;
}
.imgage-box:hover>img{
    transform: scale(1.05);
}
.sub-button{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-button p{
    margin : 0px;
}
.sub-button a{
    text-decoration: none;
}
.price{
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    
}
.item-box{
    margin-bottom: 5px;
    padding: 5px;
}
.item-box .card{
    padding: 5px;
}
.item-box .card .price p{
    padding: 0px;
    margin-bottom: 0px;
    font-size: 12px;

}
.aidbox img{
    border-radius: 5px;
}
.aidbox{
    margin: 5px 0px;
}
.main-hide{
    height: 100vh;
}

.footer{
    /*width: 100%;*/
    margin-top: 10px;
    background-color: darkslategray;
    padding:5px 5px 0px 5px;
   
}
.footer img{
    margin-bottom: 10px;
}
.footer p{
    font-size: 14px;
    color:#fff;
}
.footer h5{
    color:#fff; 
}
.footer li{
    list-style: none;
    border-bottom: 1px solid #504c4c;

}
.footer li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.company a{
    text-decoration: none;
     color: #fff;
    font-size: 16px;
}
.footer hr{
   color:none ;
}
/*#xmarx{
    display: none;
     font-size: 24px;
    margin: 0px 5px;
    border: 1px solid gray;
    border-radius: 50%;
    width: 60px;
    height: 40px;
    text-align: center; line-height: 40px;
    background-color: yellow;
    color: white;
}*/
.logo2{
    display: none;
}

/*Registration Form css--------------------------*/
#allerror{
    display: none;
}
.form-control{
    outline: 1px solid darkslategray;
}
label{
    font-size: 14px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}
label span{
   
    color: red;
    font-size: 16px;
}
.btn-cyan{
    background-color: darkcyan !important;
    color: white !important;
   
}
#condition{
    padding: 10px 0px;
}
#condition input{
        height: 20px;
        width: 20px;
      cursor: pointer;
   
}
#condition label{
    color: darkblue;
}

/* Media Query start */
@media only screen and (max-width: 992px) {
    
    .carousel-inner{
        height: 350px;
    }
    .sub-button p{
    margin-left : 5px;
    font-size: 14px;
}
.sub-button input{
   
    font-size: 12px;
}
.form-control{
    height: 30px;
  } 
}
@media only screen and (max-width: 768px) {
    .menu{
        left:0px;
        position:absolute;
        z-index:1000;
        display: none;
        /*background-color: chartreuse;*/
        background-color: #200543;
        text-align:center;
       

     }
     .main-menu{
         /*width:200px;*/
        position:relative;
        display: block;
        padding:3px;
        background-color: #FFD700;
        opacity: .9;
     }
     .menu li a{
        display: block;
        padding: 5px 15px;
         color:white;
         border-top:1px solid white;
     }
    
   .menu-button i{
    display: block;
   
    font-size: 20px;
    /*margin: 5px 5px;*/
    border: 1px solid gray;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    transition: all 0.4s;
    text-align: center; line-height: 35px;
    
    color: blue;

}
.menu-button{
   padding: 5px; 
   color: white;
   line-height: 35px;
}
.menu-button i:hover{
    cursor: pointer;
/*    rotate: 90deg;*/
}
.rotate{
    transform:rotate(90deg);
}
    .login-box{
        width: 100%;
    }
    .carousel-inner{
        height: 300px;
    }
    .contact-form-box h5{
        font-size: 14px;
    }
   
  }
  @media only screen and (max-width: 576px) {
    .contact{
        top: 55%;
        left: 10%;
    }
    .contact-box{
        left: 15%;
    }
    .banner{
        height: 150px;
    }
    /*.login-box{*/
    /*    width: 100%;*/

    /*}*/
    .carousel-inner{
        height: 150px;
    }
   
    #welcome-box .card h1{
        font-size: 16px;
    }
     #welcome-box .card h5{
        font-size: 14px;
    }
    .footer hr{
        color:white ;
    }
    }
  }
 