/*banneer starts*/
.banner-img-width img{
  width:100%
}
.banner-align-text{
  top:1%;
}
.banner-align-text h2 {
  font-family: "jaf-domus-titling-web",sans-serif;
  color: #bf1b4b;
  font-weight: 800;
  text-transform: uppercase;
}
.banner-align-text div.btn {
  margin: 15px auto 0;
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size: 18px;
  background-color: #c8a833;
  padding: 13px;
  width: auto;
}
@media (max-width: 767px){
.banner-align-text h2 p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 24px;
}
}

@media (min-width: 768px){
.banner-align-text h2 {
  padding-top: 0;
}
.bannertext {
  font-size: 70px;
  margin-bottom: 0;
}
.banner-middle-text {
  font-size: 100px;
  line-height: 88px;
}
.top-lin-ht {
  line-height: 13px;
}
.btm-lin-ht {
  line-height: 13px;
}
}
@media (min-width: 880px){
.banner-align-text h2 {
  padding-top: 15px;
}
}
@media (min-width: 992px){
.banner-align-text h2 {
  padding-top: 0;
}
.bannertext {
  font-size: 100px;
  margin-bottom: 0;
}
.banner-middle-text {
  font-size: 134px;
  line-height: 98px;
}
.top-lin-ht {
  line-height: 32px;
}
.btm-lin-ht {
  line-height: 46px;
}
}
@media (min-width: 1100px) {
.banner-align-text h2 {
  padding-top: 16px;
}
}
/*banneer ends*/

.banner-align-text div.btn {
  margin: 25px auto 0;
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size: 18px;
  background-color: #c8a833;
  padding: 13px;
  width: 100%;
}
.banner-align-text div.btn a {
    color: #fff;
}
