
html {
  font-size: 16px;
}
html,
body {
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Mukta Mahee', sans-serif;
  color: #222;
  line-height: 1.5;
  font-size: 1.125rem;
}
button, input, optgroup, select, textarea{
  font-family: 'Mukta Mahee', sans-serif;
}
.brand-logo{
  width: 180px;
}
.hero{
  height: 100vh;
  min-height: 700px;
}
.hero h1 span{
  font-size: 3rem;
  font-weight: 700;
}
.hero h1 small{
  font-weight: 300;
  display: block;
  font-size: 2.5rem;
}

section{
    padding: 0;
}

.hero .row {
  align-items: center;
}
.height-100 {
  height: 100vh;
}
.col-fixed{
  padding-bottom: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.vMiddle,
#main-offer-form {
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
}

@media (min-width:576px){
  .col-fixed{
    position: fixed;
    top: 0;
    bottom: 0;
  }
}
.form-control{
  height: 3rem;
}
textarea.form-control {
  height: 6rem;
}
/*===============================================
* Icon Sizes
================================================*/
label{
  margin: 0;
}
.action-icons {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  left: 0;
}
.icon-lg {
  font-size: 60px;
  line-height: 18px;
}
.icon-md {
  font-size: 2.5rem;
  line-height: 14px;
}
.icon-sm {
  font-size: 30px;
  line-height: 14px;
}
.action-icons .lead {
  font-size: 1rem;
  margin-top: -.5rem;
}
.form-control-feedback {
  font-size: .875rem;
}
/*===============================================
* Colored Buttons
================================================*/
.border-none{
  border: none !important;
  border-color: transparent !important;
}

#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}