@media screen and (max-width: 1300px){

.container{
	max-width: 1000px;
	padding: 0 25px;
}

.mainImg{
	max-width: 100%;
}

.aboutTextBox{
	max-width: 400px;
}

.aboutImgBox{
	max-width: 500px;
}

.aboutImgBox img{
	max-width: 220px;
	margin: 10px;
}


.aboutBg{
	max-width: 110%;
	right: 50px;
}

.card{
	max-width: 290px;
	margin-top: 30px;
}

.cardHead{
	height: 160px;
}

.card2{
	max-width: 280px;
}

.featuresBox {
    max-width: 300px;
}

.bigImg {
    width: 290px;
    height: 415px;
}

.smallImg{
	width: 290px;
	height: 200px;
}

.smallImgBox{
	width: 600px;
	height: 200px;
}

}


@media screen and (max-width: 1000px){

.container{
	max-width: 100%;
}

}

@media screen and (max-width: 991px){

h1{
	font-size: 70px;
	line-height: 110%;
}

h2{
	font-size: 40px;
}


.mainSection h1{
	max-width: 500px;
}

.mnone{
	display: none;
}

.aboutImgBox img {
    max-width: 250px;
}

.aboutTextBox {
    max-width: 500px;
}

.prodsSection{
	padding-top: 40px;
}

.smallImg{
	width: 280px;
}

.smallImgBox{
	width: 580px;
}

.contactInfo{
	max-width: 350px;
}

.mw395 {
    max-width: 300px;
}

.mw195 {
    max-width: 200px;
}

.card {
    max-width: calc(100% / 3 - 10px);
}

.callBnt{
	display: none;
}

.navItems {
    width: 420px;
}

}


@media screen and (max-width: 935px){

.bigImg{
	display: none;
}

.imgBox{
	width: 100%;
}

.smallImg{
	width: calc(100% / 2 - 10px);
	height: 250px;
	margin-left: 0;
}

.smallImg img{
	width: 100%;
}

.smallImgBox{
	width: 100%;
	margin-left: 0;
	height: 250px;
}

}



@media screen and (max-width: 850px){

.navItem{
	display: none;
}

.navItems{
	justify-content: flex-end;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: block;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openBtn{
	display: block;
}

.card2 {
    max-width: calc(100% / 2 - 20px);
    width: 100%;
    padding-right: 40px;
}

.featuresBox{
	margin-top: 40px;
}

.cardHead {
    height: 140px;
}

}



@media screen and (max-width: 786px){

.mainSection h1 {
    max-width: 100%;
    width: 100%;
}

.mainSection{
	flex-wrap: wrap;
}

.mainSection p{
	width: 100%;
	max-width: 100%;
	text-align: left;
	margin-top: 20px;
}

.aboutTextBox {
    max-width: 100%;
    width: 100%;
}

.aboutImgBox {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
    justify-content: center;
}

.mnone {
    display: block;
}

.card {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
}

.card:last-child{
	margin-bottom: 0;
}

.cardHead {
    height: 270px;
}

form{
	margin-top: 20px;
}

.prodsSection h2, .prodsSection p{
	text-align: left;
	max-width: 100%;
	width: 100%;
}

.prodsSection {
    padding-top: 80px;
}

}




@media screen and (max-width: 500px){

h1 {
    font-size: 50px;
}

.mainSection{
	margin-top: 40px;
}

.cardHead{
	height: 240px;
}

.cardBody h4{
	margin-top: 15px;
}

.card2 {
    max-width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.featuresText{
	max-width: 100%;
	text-align: left;
}

.bigImg {
    display: block;
    width: 100%;
    margin-top: 80px;
}

.bigImg img{
	width: 100%;
	height: auto;
}

.imgBox{
	margin-top: 30px;
}

.galleryBg{
	width: 110%;
}

.gallerySection{
	margin-top: 80px;
}

.smallImg {
    width: 100%;
    margin-bottom: 30px;
}

.smallImgBox{
	margin-top: 0;
}

.smallImgBox img{
	height: 100%;
	width: auto;
}

form{
	max-width: 100%;
}

.cardHead img {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
}

.featuresSection {
    margin-top: 40px;
}

}




@media screen and (max-width: 450px){

input[type=tel] {
    max-width: 100%;
}

input[type=mail] {
    max-width: 100%;
}

.sendBtn{
	width: 100%;
	justify-content: center;
}

}