.get-a-quote-container{
  width: 100%;
  height: 100%;
  background-image: url('/images/22.jpg');
  background-size: cover;
}
.get-a-quote-3{
  width: 86%;
  height: 100%;
  margin-right: 3%;
  margin-left: 6%;
  margin-top: 140px;
  padding-top: 30px;
  padding-bottom: 70px;
}
.get-a-quote-info{
  width: 44%;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-right: 6%;
  padding-left: 25px;
}
.get-a-quote-form{
  width: 40%;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.get-a-quote-form p{
  font-size: 16px; 
  padding-bottom:10px; 
  color: #575656;
}
.get-a-quote-form h5{
  font-size: 26px; 
  font-weight: 500; 
  color: rgb(12, 12, 117); 
  padding: 10px 10px 10px 0px;
}
.get-a-quote-info p{
  font-size: 18px;
  text-align: justify;
  line-height: 26px;
  padding-right: 30px;
  color: #575656;
}
.get-a-quote-info h1{
  font-size: 37px;
}
.get-a-quote-info h4{
  font-size:24px; 
  font-weight:bold; 
  display:inline-block; 
  color: rgb(31, 5, 73);
}
form input, form textarea{
  width: 100%;
  padding: 12px;
  margin: 12px 0;
  font-size: 16px;
  border-radius: 4px;
  border-width: 1px;
  border-color: lightgrey;
  border-style: solid;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.05);
}
form .btn2{
  padding: 13px 50px;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
  background: rgb(241, 14, 14);
  color: white;
  border-radius: 4px;
}
.digital-printing-img{
  width: 100%;
}
.why-choose-us{
  width: 80%;
  height: 100%;
  color: #575656;
  margin-left: 10%;
  margin-right: 10%;
  line-height: 30px;
}
.why-choose-us p{
  font-size: 18px; 
  padding-top: 30px; 
  padding-bottom: 40px; 
  margin-top: 0;
  text-align: justify;
}
.why-choose-us h3{
  font-size: 36px; 
  font-weight: 500; 
  margin-block-end: 0px; 
  margin-block-start: 50px; 
  color: rgb(15, 15, 150);
  padding-bottom: 10px;
}
.our-values{
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
  background-color: rgb(245, 245, 245);
  margin-top: 20px;
  line-height: 25px;
  text-align: center;
}
.our-values p{
  padding-right: 20px;
  padding-left: 20px;
  color: #575656;
}
.our-values div{
  display: inline-block;
  height: 100%;
  width: 300px;
  margin: 0 50px;
}

/* ------------css for small screens -------- */

@media only screen and (max-width: 600px){

  /* .get-a-quote-container{
    
  } */
  .get-a-quote-info{
    width: 100%;
    margin-right: 3%;
    margin-top: 15%;
  }
  .get-a-quote-info p{
    font-size: 16px;
    line-height: 25px;
  }
  .get-a-quote-info h1{
    font-size: 27px;
  }
  .get-a-quote-form{
    width: 85%;
    margin-left: 5%;
    margin-top: 8%;
    
  }
  .get-a-quote-form p{
    font-size: 15px; 
    text-align: justify;
    line-height: 20px;
  }
  .get-a-quote-form h5{
    font-size: 23px; 
  }
  form input, form textarea{
    font-size: 14px;
  }
  form .btn2{
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 30px;
  }
  .why-choose-us p{
    font-size: 16px; 
    line-height: 25px;
    padding-top: 5px; 
  }
  .why-choose-us h3{
    font-size: 23px; 
    padding-bottom: 10px;
    text-align: center;
  }
  .our-values div{
    display: inline-block;
    height: 100%;
    width: 80%;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .our-values p{
    font-size: 16px;
    line-height: 23px;
    padding-left: 20%;
  }
  .get-a-quote-info h4{
    font-size:20px; 
  }
  .digital-printing-img{
    width: 100%;
  }
}