body {
  /* text-align: center; */
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.error {
    float: left;
    margin: -10px 0 15px 0;
    background: #ec576c;
    width: 100%;
    text-align: left;
    padding: 5px 18px;
    color: white;
    font-size: 14px;
    display: none;
}

html {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #000
}
.logo{
  width:100px;
}
#title {
  background-color: white;
  color: #fff;
}

#footer {
  background-color: white;
  color: #fff;
  padding-top: 10px;
  text-align: center;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}

p {
  font-family: 'Montserrat', sans-serif;
  /* text-align: center; */
  font-weight: bold;
  font-size: 1.5rem;
  color: #8f8f8f;
}

.title-image {
  height: 30%;
  width: 30%;
  padding-left: 190px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-align {
  text-align: justify;
  padding-left: 200px;
  padding-right: 200px;
}

.contactNow {
  text-align: right;
  padding-right: 200px;
}
.btn-lg {
    padding: .3rem .7rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.footp{

    font-weight: 800 !important;
    font-size: .8rem;
  }
  .form-control-lg{
    font-size:1rem;
  }
h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.5;
}
@media(min-width: 767px) and (max-width: 1920px) {
h2 {
  
  font-size: 1.4rem;
  line-height: 1.5;
}
.logo {
   
    width: 150px;
}
.footp{

    font-weight: 800 !important;
    font-size: 1rem;
  }
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}
 h1{
  font-size:1.6rem;
 }
  }
@media(min-width: 1440px) and (max-width: 1920px) {
  h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;

}

.logo {
   
    width: 200px;
}
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.footp{

    font-weight: 800 !important;
    font-size: 1.4rem;
  }
 h1{
  font-size:2rem;
 }
}