
.custom-fonts-2{
  font-family: 'Open Sans', sans-serif;
}
.col-title{
  font-weight: bold;
}
.text-left{
  background-color: #02439f;
  color: white;
}
.text-right{
  background-color: #d20025;
  color: white;
}
.inquires{
  height: 80px;
}
.email{
  height: 80px;
}
.list-text, .title-text,  .sub-text{
  color: white;
}
.title-text, .sub-text{
  /* padding-left: 50px; */
}
.sub-text{
  font-size: 20px;
}
.list-text{
  padding-left: 12rem;
  font-size: 15px;
  font-style: italic;
}
.title-text{
  font-weight: bold; 
  
}
.head{
  border: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.modal-logo{
  width: 65px;
  /* height: 65px; */
}
.test{
  margin-top: -54px;
}
.emailto{
  text-decoration: none;
  color: #ffff;
}
.m-head{
  border: none !important;
}
.m-foot{
  border: none !important;
}
.btn-applys{
  background-color: #e74d57;
    border: none;
    color: white;
    padding: 8px 27px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
  .list-text{
    padding-left: 30px;
    font-size: 15px;
    font-style: italic;
  }
  .test{
    margin-top: 0px;
  }
}


