* {
  margin: 0px;
  padding: 0px; 
  outline: none;
  border: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a{
  text-decoration: none;
}

.header1{
  height: 95px;
  margin: 0;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(240, 246, 248);
  z-index: 2;
}
.logo{
  width: 50px;
  margin-left: 50px;
  margin-top: 0px;
  display: inline-block;
  margin-right: 15px;
}
.logo2{
  width: 200px;
  display: inline-block;
}
.logo-container{
  width: 350px;
}
.search{
  padding-left: 70px;
  align-items: center;
  display: flex;
  flex: 1;
}
.search-box{
  width: 320px;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  border-width: 1px;
  padding-left: 10px;
  margin-top: 12px;
  border-color: lightgray;
  border-style: solid;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.05);
}
.search-icon{
  height: 40px;
  width: 66px;
  border-radius: 0;
  border-width: 0px;
  margin: 0;
  padding: 0;
  background-color: rgb(207, 207, 207);
  margin-left: -1px;
  border-style: solid;
  border-color: lightgray;
  cursor: pointer;
}
.search-i{
  height: 25px;
  margin-top: 4px;
}
.contact-button{
  width: 230px;
  height: 40px;
  font-size: 27px;
  border-color: lightgray;
  border-radius: 5px;
  border: none;
  background-color: rgb(240, 246, 248);
  cursor: default;
  font-weight: 600;
  color: rgb(241, 14, 14);
  margin-left: 15%;
  margin-bottom: -5%;
  position: absolute;
  right: 17%;
  top: 36%;
}
.ask-quote-button{
  padding: 12px 25px 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  background-color: rgb(241, 14, 14);
  color: white;
  cursor: pointer;
  transition: background-color 0.15s;
  position: absolute;
  right: 5%;
  top: 25%;
}
.ask-quote-button:hover{
  background-color: rgb(207, 109, 109);
}
.phone-number{
  flex: 2;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 22px;
  color: red;
  display: flex;
  padding-right: 20px;
}
.phone-number p{
  font-size: 14px;
  position: absolute;
  right: 20%;
  top: 22%;
  color: rgb(31, 5, 73);
  z-index: 20;
}

/*Header 2 styles*/ 
.header2{
  background-color: rgb(255, 255, 255);
  position: fixed;
  height: 42px;
  top: 95px;
  left: 0px;
  right: 0px;
  font-size: 15px;
  display: flex;
  box-shadow: 2px 2px 5px lightgray;
  padding-left: 50px;
  z-index: 3;
}
nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logo img{
  width: 48px;
}
.logo2 img{
  width: 197px; 
  display: inline-block;
}
nav ul li {
  display: inline-block;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 35px;
  color: rgb(63, 55, 55);
}
nav .last-child {
  padding-left: 150px;
}

nav ul li a{
  color: rgb(31, 5, 73);
  text-decoration: none;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  transition: color 0.5s;
}
nav ul li a:hover{
  color: rgb(241, 14, 14);
}
nav ul li a:active{
  color: rgb(241, 14, 14) !important;
}
.about-us{
  color: rgb(31, 5, 73);
  font-size: 17px;
  font-weight: bold;
  margin-left: 210px;
  cursor: pointer;
  padding-right: 5px;
}

.whatsapp{
  position: fixed;
  bottom: 20px;
  right:20px;
  z-index:100;
  cursor:pointer;
  transition: box-shadow 0.15s, transform 0.5s;
}
.whatsapp:hover{
  transform: translateY(-7px);
}

.footer{
  height: 100%;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 70px;
  position:relative;
  color: white;
  justify-content: center;
  padding: 6% 5%;
  margin-bottom: 1%;
  align-items: center;
  background-color: rgb(95, 95, 95);
}
.footer h2{
  padding-bottom: 20px; 
  font-size: 35px;
  color: white;
}
.footer h3{
  padding-bottom: 20px; 
  font-size: 20px;
}
.footer-info{
  color: white;
  border-right-width: 1px;
  border-right-color: white;
  border-right-style: solid;
  padding-right: 13%;
}
.footer-info-last i{
  font-size:25px; 
  padding-top: 20px; 
  color:white
}
.footer-info p{
  color: white;
  line-height: 25px;
  font-size:18px
}
.footer-copyright{
  text-align: center;
  padding-bottom: 15px;
}
.fa{
  font-size: 23px; 
}

nav .fas{
  display: none;
}

@media only screen and (max-width: 600px){

  .header1{
    height: 145px;
    position: fixed;
    display: inline-block;
    width: 100%;
  }
  .logo{
    width: 80%;
    margin-left: 20px;
    margin-top: 15px;
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
  }
  .logo2{
    display: none;
    width: 0;
  }
  .logo-container{
    width: 80px;
    display: inline-block;
  }
  .search{
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    /* margin-top: 0;
    margin-left: 10%; */
    position: absolute;
    left: 29%;
    top: 20%;
  }
  .header2{
    top: 145px;
  }
  .search-box{
    width: 190px;
    display: inline-block;
    height: 33px;
    font-size: 12px;
  }
  .search-icon{
    height: 33px;
    width: 40px;  
    margin-left: -8px;
    margin-top: 12px;
    display: inline-block;
    vertical-align: top;
  }
  .ask-quote-button{
    padding: 8px 20px 8px 12px;
    font-size: 14px;
    position: absolute;
    right: -2%;
    margin-top: 0;
    position: absolute;
    top: 65%;
  }
  .contact-button{
    display: inline-block;
    margin-left: 20%;
    font-size: 23px;
    position: absolute;
    right: 26%;
    top: 65%;
  }
  .contact-button span{
    font-size: 12px;
  }
  .phone-number p{
    font-size: 12px;
    color: rgb(46, 46, 46);
    position: absolute;
    left: 29%;
    top: 60%;
  }
  nav .fas{
    display: block;
    font-size: 25px;
  }
  nav .fa{
    font-size: 16px;
    display: none;
  }
  nav ul{
    background: rgb(241, 14, 14);
    position: fixed;
    top: 0;
    right: -210px;
    width: 200px;
    height: 100vh;
    padding-top: 50px;
    padding-right: 10px;
    z-index: 2;
    transition: right 0.5s;
   
  }
  nav .last-child {
    padding-left: 0;
  }
  nav ul li a{
    display: block;
    font-size: 15px;
    margin: 5px 0;
    padding-right: 5px;
    color: white;
  }
  nav ul .fas{
    position: absolute;
    top: 25px;
    left: 35px;
    cursor: pointer;
    color: black;
  }


  .footer{
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px;
  }
  .footer-info{
    padding-right: 7%;
    padding-left: 7%;
    border: none;
  }
  .footer p{
    font-size: 15px;
    line-height: 23px;
  }
  .footer h2{
    font-size: 23px;
    padding-bottom: 15px;
    padding-top: 20px;
  }
  .footer h3{
    font-size: 18px;
    padding-bottom: 15px;
  }
  .footer-copyright p{
    font-size: 12px;
    padding: 10px 60px;
  }
  .footer-info p{
    font-size:17px
  }
  .fa fa-envelope{
    size: 15px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 979px){
  .logo{
    width: 50px;
    margin-left: 40px;
  }
  .logo2{
    width: 0;
  }
  .logo-container{
    width: 80px;
    margin-top: 20%;
  }
  .search{
    margin-left: 0;
  }
  .search-box{
    width: 240px;
    display: inline-block;
    height: 33px;
    font-size: 13px;
  }
  .search-icon{
    height: 33px;
    width: 40px;  
    margin-left: -8px;
    display: inline-block;
    vertical-align: top;
  }
  .contact-button{
    display: inline-block;
    margin-left: 20%;
    font-size: 23px;
    position: absolute;
    right: 18%;
    top: 40%;
  }
  .contact-button span{
    font-size: 13px;
  }
  .phone-number p{
    font-size: 12px;
    color: rgb(46, 46, 46);
    position: absolute;
    right: 25%;
    top: 30%;
  }
  nav ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  nav .last-child {
    padding-left: 0;
  }
  
  nav ul li a{
    font-size: 15px;
  }
  nav .fa{
    font-size: 15px;
  }
  .header2{
    padding-left: 30px;
    padding-right: 30px;
  }
  .ask-quote-button{
    padding: 8px 20px 8px 12px;
    font-size: 15px;
    position: absolute;
    right: 4%;
    margin-top: 0;
    position: absolute;
    top: 35%;
  }

  .footer{
    height: 100%;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 50px;
    padding: 6% 10%;
  }

}