@charset "utf-8";
.mainctabanner-sec {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.ctabannerdata h2 {
  font-size: 72px;
  font-family: "Maqin Larisa Display";
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.ctabannerdata p {
  font-size: 24px;
  font-family: "Maqin Larisa Display";
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  font-style: italic;
  color: #ee7431;
}
.linehover {
  text-align: right;
}

/*-------------------------------- Responsive Media Query --------------------------------*/
@media (max-width: 1199px) {
  .ctabannerdata h2 {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  .mainctabanner-sec {
    background-position: right top;
  }
  .ctabannerdata h2 {
    font-size: 46px;
  }
}

@media (max-width: 600px) {
  .ctabannerdata {
    text-align: center;
  }
  .linehover {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .ctabannerdata h2 {
    font-size: 32px;
  }
  .ctabannerdata p {
    font-size: 18px;
  }
  .mainctabanner-sec .btn.orangebgbtn {
    font-size: 16px;
    min-width: 140px;
  }
}
