
.overlay1 {
  position: relative;
  z-index: 1;
}
.overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  background: -webkit-linear-gradient(top, #000, #000);
  background: -o-linear-gradient(top, #000, #000);
  background: -moz-linear-gradient(top, #000, #000);
  background: linear-gradient(top, #000, #000);
  opacity: 0.3;
}
.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.size1 {
  width: 100%;
  min-height: 100vh;
}
.p-r-15 {
  padding-right: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
 .notify-btn {
  padding: 13px 35px;
  border-radius: 50px;
  border: 2px solid #F84982;
  color: #fff;
  background: #F84982;
}
a, button {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: all .3s;
  line-height: 1;
}

@media only screen and (max-width: 767px){
h2 {
    font-size: 1.8em !important;
    line-height: 1;
    color:#fff;
}
}
h2 {
  font-size: 3.5em;
  line-height: 1;
  color:#fff;

}

/* @media only screen and (max-width: 767px){
  .corner-ribbon {
    width: 50% !important;
  
    position: absolute;
    top: 64px !important;
    left: -121px !important;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);

}
.corner-ribbon.top-left{
  top: 0 !important;
  left: 0 !important;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
  } */
/* The ribbons */

@media (min-width: 481px) and (max-width: 767px) {

  .corner-ribbon{
    width: 100%;
    /* background: #e43; */
    position: absolute;
    top: 70px;
    left: -26px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
    
}
.corner-ribbon{
  width: 200px;
  /* background: #e43; */
  position: absolute;
  top: 70px;
  left: -26px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  /* top: 25px;
  left: -50px;
  transform: rotate(-45deg); */
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

@media (min-width:1025px) and (max-width:1280px){
  .corner-ribbon{
         width:200px;
         position:absolute;
         top:25px;
         left:-50px;
         text-align:center;
         line-height: 50px;
         letter-spacing: 1px;
         color:#f0f0f0;
         transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
  }
}