* {
  font-family: 'Montserrat', sans-serif !important;
}

/* background images */
.bg-img-left {
  background-image: url('/images/bgleft.png');
  background-size: cover;
}

.bg-img-right {
  background-image: url('/images/bgright.png');
  background-size: cover;
}
.bg-blue{
  background-color: #107dac;
}

/* text colors */
.text-blue {
  color: #107dac !important;
  font-weight: 600 !important;
}
.text-blue1 {
  color: #107dac !important;
  font-weight: 700 !important;
}

.text-gray {
  color: #696969;
  font-weight: 600;
}
.text-gray1 {
  color: #696969;
  font-weight: 700;
}
.text-red{
  color: red;
}
.text-blue-btn {
  color: #107dac !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
}

.bg-blue {
  background-color: #107dac !important;
  color: white !important;
}

.btn-blue-bg {
  background-color: #107dac !important;
  color: white !important;
}

/* main page */
.main-logo,
.main-title {
  margin-left: 5% !important;
}

.main-emoji {
  position: absolute;
  top: 33%;
}

.main-emoji a {
  text-decoration: none !important;
}

.main-emoji .emoji-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.img-container {
  position: relative;
}

.text-overlay {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}




/* header forms */
.header-container {
  display: flex;
  align-content: center;
}

.header-img {
  margin-right: -10px;
  margin: 0;
}
.header-img-sm {
  margin-left: -5 !important;
}

.header-text {
  flex-grow: 1;
  max-width: 20% !important;
}

.header-text .v-card {
  border-radius: 20px 20px 20px 20px !important;
  color: #107dac !important;
  font-weight: 700;
  font-size: 1.2vw;
}

/* areas icon images */
.image-center {
  display: flex !important;
  justify-content: center !important;
}

.custom-btn-area {
  position: absolute;
  bottom: 7%;
  right: 1.5%;
}

/* choose rate card */
@media(max-width: 870px) {
  .rate-card, .rate-card2 {
    width: 50% !important;
  }
}

/* for textarea/card borders */
.custom-border {
  box-shadow: 0 2px 4px rgba(16, 125, 172, 100) !important;
}


/* checkboxes */
.checkbox-label .v-label {
  color: #107dac !important;
  font-weight: 600 !important;
}
.checkbox-label {
  margin: 7%;
}

/* windows */
.window-container {
  margin-top: 10%;
}

.header-container-rate {
  position: absolute !important;
  left: 29%;
}

.header-container-rate-sm {
  position: absolute !important;
}

.custom-btn {
  position: absolute;
  bottom: 0;
  right: 1.5%;
}

.custom-btn2 {
  position: absolute;
  bottom: 0;
}




/* --- */
/* .contact {
  background-color: #107dac;
}

.contact h1,
.form h1 {
  font-family: poppins, sans-serif !important;
}

.contact p,
.form p {
  font-family: oswald, sans-serif;
}

.contactUs {
  color: white;
  text-align: center;
}


.information {
  margin: 15px;
}

.rateBtn {
  margin: 10px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo_text {
  margin-left: 10px;
}

.logo h6 {
  margin: 0;
  line-height: 1.2;
}

.logo_text h6.logo_text1 {
  letter-spacing: 0.9em !important;
} */