@media only screen and (min-width: 280px) and (max-width: 409px){

/* section-1 */
.header1{
  height: auto;
  display: flex;
}
.header1-para{
  height: 35px;

  flex-grow: 1;
  justify-content: center;
  display: flex;
  font-family: 'Montserrat Bold';
}
.header1-para p{
  align-self: center;
  font-size: 12px;
  color: #f8f5f1;
}


.mid-header{
  display: none;
}
.mobile-view{
  display: block;
}
.search a{
  align-self: center;
}
.search img{
  max-width: 30%;
    max-height: 30%;

align-self: flex-end;
}


:root{
  box-sizing: border-box;

}

*. *::after, *::before{
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

.navbar{
  display:flex;
  justify-content: space-around;
  align-items: center;

}
.branding{

text-align: right;
}
.branding img{
  max-width: 80%;
  max-height: 80%;
}
.search{
  text-align: center;


}
.menu{
  display: flex;
}
.menu li{
  list-style-type: none;
}
.menu li a{
  text-decoration: none;
  display: block;
  padding: 1em 1em;
  font-size: 10px;
  color: #CCCCCC;
  background-color: white;
}

/* styling submenu */
.has-dropdown{
  position: relative;
}
.submenu{
  position: absolute;
  left: 0;
  background-color: white;
  white-space: nowrap;
  padding: 1.2em 0;
  min-width: 15em;


  /* hide submenu */
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
}
.submenu > li > a{
  padding: 0.5em 1.5em;
  font-size: 10px;
  color: #CCCCCC;
}
.submenu .submenu{
  left: -100%;
  top:0;
}
.menu > li:hover > a, .submenu >li:hover > a{
  background-color: white;

}

.menu > li:hover > a{
  background-color:white;
}


/* arrow */
.arrow{
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  vertical-align: middle;

  transform: rotate(45deg);
  margin-top: -0.25em;
  transition: transform 150ms ease-in-out;
}

/* reveal */
.menu > li:hover > a + .submenu, .submenu >li:hover > a + .submenu{
opacity: 1;
transform: scaleY(1);

}


/* animate arrows */
.menu > li:hover > a > .arrow, .submenu > li:hover > a > .arrow{
  transform: rotate(225deg);
}



/* media */
  header{
    position: relative;
    padding: 1.5em 2em;
  }
  .menu{
    flex-flow: column;
    position: absolute;
    top: 5.55em;
    left: 0;
    right: 0;
    height: 70vh;

    /* hide */
  display: none;

  }
  .menu > li > a{
  font-size: 0.8rem;
  }
  .submenu > li > a{
  font-size: 0.8rem;
  }
  .submenu{
    top:0;
    padding-left: 1.5em;
    border-left: 0.12 dotted red;
  }
  .submenu .submenu{
    top:0;
    left:0;
  }
  .menu > li:hover > a + .submenu, .submenu > li:hover > a + .submenu{
    position: relative;
  }



  .hamburger{

    display: block;

    position: relative;
    cursor: pointer;

  }
  .hamburger img{
    max-width: 40%;
    max-height: 40%;
  }

.active{
display: block;
}






/* section-3 */
.form-area1{
  display: flex;
  justify-content: center;
margin: 0 0 50px 0;
}
.form-area{
  width: 100%;
  height: auto;
  display: flex;
 max-width:1200px;
 justify-content: center;
flex-wrap: wrap;
align-items: center;

}
.form-left{

  height: 150px;
  justify-content: flex-start;
  flex-grow: 1;
  display:flex;
  flex-direction: column;
  align-items: center;
}
.form-left h2{
margin: 0;
padding: 10px;
}
.form-left h4{

  margin: 0;
}
.form-left p{
  display: none;

}
.form-left button{
  margin: 0;
  color: white;
  width: 180px;
  height: 30px;
  border-radius: 0;
  outline: none;
  border: none;
  cursor: pointer;
}
.form-right{

  height: 500px;
  justify-content:center ;
  flex-grow: 1;
  display:flex;
  align-items: center;
  align-self: center;
}
.form-right h4{
  margin: 0;
  line-height: 50px;

align-self: center;
}
.form-right form{
margin: -80px 0 0 0;
  background-color: white;
  width: 310px;
  height: 400px;
  align-self: center;
  display: flex;
  justify-content: flex-start;
align-items: center;
  flex-direction: column;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.form-right input{
  align-self: center;
  width: 250px;
  margin: 20px 0 30px 0;
}
.pass{
  margin: 0;
  justify-content: center;
  align-self: center;
display: flex;
flex-direction: column;
}
.pass a{
  font-size: 13px;
  text-decoration: none;
  color:  #808080;
  margin: 0;
  align-self: center;
  justify-content: center;
  order:2;
  margin: 30px 104px 0 104px;
  text-align: center;

}

input:focus, input.form-control:focus {

    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.pass button{
  margin: 0;
  color: white;
  width: 120px;
  height: 30px;
  border-radius: 0;

  outline: none;
  border: none;
  cursor: pointer;
order: 1;
  align-self:center;
margin-top: 30px;
}

/* section-4 */
.content{
  width: 100%;
  height: 280px;
  display: flex;
 justify-content: center;
 flex-direction: column;

}
.para-content{
  color: white;
  text-align: center;
  font-size: 15px;
  font-family: 'Montserrat';
  height: 100px;
  display: flex;
  justify-content: center;
  margin: 0 10px;
}
.para-content p{
  align-self: center;
    line-height: 30px;
}
.input-button{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.input-content{
  align-self: center;
  margin: 10px 0 0 0;

}
.button-content{
  align-self: center;
  margin: 10px 0 0 0;
}
.input-content .input-input{
  padding: 0;
  border: none;
  background: none; outline:none; border-style: solid; background-color:white;width: 200px;
border-width:thin;line-height: 40px;
text-align: center;
}

.button-content button{
  margin: 0 0 0 20px;
  color: white;
  width: 70px;
  height: 40px;
  border-radius: 0;
  outline: none;
  border: none;
  cursor: pointer;
}


/* section-5 */
.top-footer{
  display: flex;
  justify-content: center;
}

.footer{
  width: 100%;
  height:auto;
  max-width: 100%;
  display: flex;
 justify-content: center;
 flex-direction: column;
 align-items: center;
 }
.footer1{
height: 300px;
width: auto;
display: flex;
justify-content: center;
flex-direction: column;
margin: -60px;
}
.footer1 img{
  max-width: 100%;
  max-height: 100%;
  align-self: center;

}



.footer1 p{
  display: none;
  align-self: center;
  margin: 20px 80px 0 80px;
 font-size: 15px;
text-align: center;
}
.footer2{
height: auto;
width: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: column;
}
.footer2 ul{
  list-style-type: none;
  font-size: 15px;
  color: black;
  align-self: center;
display: flex;
align-items: center;
flex-direction: column;
}
.footer2 li{
padding: 7px 0;

}
.footer2 p{
  align-self: center;

}
.footer3{
height: auto;
width: 100%;
display: flex;
justify-content: center;
}
.footer3 ul{
  list-style-type: none;
  font-size: 15px;
  color: black;
  align-self: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer3 li{
padding: 7px 0;
}
.footer3 p{
  align-self: center;
}
.footer4{
height: auto;
width: 100%;
display: flex;
justify-content: center;
}
.footer4 ul{
  list-style-type: none;
  font-size: 15px;
  color: black;
  align-self: center;
margin: 0;
display: flex;
align-items: center;
flex-direction: column;
}
.footer4 li{
padding: 7px 0;

}
.footer4 p{
  align-self: center;
}
.footer5{
height: 200px;
width: 100%;
display: flex;
justify-content: center;
display: none;
}
.footer5 img{
  max-width: 20%;
  max-height: 20%;
align-self: center;
margin: -100px 0 0 0;
}
.footer5 p{
  align-self: center;
}
.footer-mob p{
  display: block;
  align-self: center;
color: #B3B3B3;
 margin: 0px 80px 80px 80px;
 font-size: 15px;
text-align: center;
}


/* section-6 */
.copyright{
  display: flex;
  justify-content: center;
}
.copyright1{
  width: 100%;
  height:50px;
  max-width: 100%;
  display: flex;
 justify-content:center;
 font-size: 12px;
flex-direction: column;
align-items: flex-start;
}
.copyright1 p{
  align-self: center;
margin: -20px 0 0 0;
}



/* register */

/* section-3 */
.register-create-acc{
  display: flex;
  justify-content: center;

}
.register-create{
    width: 100%;
    height: 80px;
    display: flex;
   max-width:100%;
   justify-content: center;
   align-items: center;
   flex-direction: column;
}
.register-create h2{
align-self: center;
margin: 0;
padding: 10px;
}
.register-create h4{
align-self: center;

margin: 0;
}

/* section-4 */
.register-form{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.register-form-left{
  background-image: url("images/grunge-bg.jpg","white");
  width: 100%;
  height: auto;
  max-width:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;


}
.register-form-left form{
  background-color: white;
  width: 310px;
  height: 300px;
  align-self: center;
  display: flex;
  justify-content: flex-start;
align-items: center;
  flex-direction: column;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

}
.register-form-left input{
  align-self: center;
  width: 250px;
  margin: 20px 0 30px 0;
}
.newsletter{
  display: none;
}

.register-form-right{
  width: 100%;
  height: auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.register-form-right form{
  background-color: white;
  width: 310px;
  height: 400px;
  align-self: center;
  display: flex;
  justify-content: flex-start;
align-items: center;
  flex-direction: column;
   box-shadow: 0 20px 16px 0 rgba(0,0,0,0.2), 0 20px 20px 0 rgba(0,0,0,0.19);
margin: -20px 0 0 0;
}
.register-form-right input{
  align-self: center;
  width: 250px;
  margin: 20px 0 30px 0;
}
.captcha1{
  margin: 30px 0 0 0;

}

/* section-5 */
.register-button{
  display: flex;
  justify-content: center;
  height: 150px;
}
.register-button button{
  margin: 25px 0 0 0;
  color: white;
  width: 180px;
  height: 30px;
  border-radius: 0;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
  align-self: flex-start;
  margin-top: -70px;
}







/* account */

.acc{

  display: flex;
  justify-content: center;
  flex-direction: row;
}
.account{
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
  align-self:center;

}
.account-left{

display: none;

}

.account-right{

  display: flex;
flex-grow: 4;
width: 310px;
  height: 1200px;
flex-direction: column;
justify-content: flex-start;

}
.account-right-top{

  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;

}
.account-right-top-left h4{
  padding: 10px 0 0 0;

  align-self:  center;
  text-align: center;
}
.account-right-top-left h2{
padding: 10px 0 0 0;
  align-self: center;
}
.account-right-top-right{
  display: none;
}


.account-right-bottom{
  margin: 70px 0 0 0;
  display: flex;
  height: 900px;
  flex-direction: column;
background-color: white;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.bottom1{
  display: flex;
  flex-direction: column;
height: auto;
align-items: center;
margin: 0;
padding: 0;
height: 500px;
}


hr{
  border: 0;
      display: block;
    width: 70%;
    margin: auto;

  }
  .account button{
    margin: 25px 0 0 0;
    color: white;
    width: 180px;
    height: 30px;
    border-radius: 0;

    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
  }
.contact-info{
width: 310px;
  display: flex;
 flex-direction: column;
 flex-grow: 1;
justify-content: center;
text-align: center;

}
.contact-info h4{
margin: 30px 0 0 0;
align-self: center;
}
.contact-info hr{
margin: 15px 0 0 0;
align-self: center;
}
.contact-info p{
  margin: 20px 0 0 0;
  line-height: 30px;
  align-self: center;
}
.contact-info button{
  align-self: center;
}

.newsletter-info{
  width: 310px;
  display: flex;
 flex-direction: column;
 flex-grow: 1;
justify-content: center;

}
.newsletter-info h4{
margin: 30px 0 0 0;
text-align: center;
}
.newsletter-info hr{
margin: 15px 0 0 0;
align-self: center;
}
.newsletter-info p{
  margin: 20px 0 0 0;
  line-height: 30px;
  align-self: center;
}
.newsletter-info button{
    width: 240px;
    align-self: center;
}
.bottom2{
  display: flex;
  flex-direction: column;
height: 500px;
text-align: center;
  padding: 0;
}
.address-info{
  width: 310px;
  display: flex;
 flex-direction: column;
 flex-grow: 1;

}
.address-info h4{
margin: 45px 0 0 0;

}
.address-info hr{
margin: 15px 0 0 0;
align-self: center;
}
.address-info p{
  margin: 20px 0 0 0;
  line-height: 30px;
}
.address-info button{
  align-self: center;
}
.product-info{
  width: 310px;

  display: flex;
 flex-direction: column;
 flex-grow: 1;

}
.product-info h4{
margin: 45px 0 0 0;

}
.product-info hr{
margin: 15px 0 0 0;
align-self: center;
}
.product-info p{
  margin: 20px 0 0 0;
}


}
