
 
 

  .py-2{padding-top:2rem ; padding-bottom:2rem ;} 
  .py-3{padding-top:3rem ; padding-bottom: 3rem;}
  .py-5{padding-top:5rem ; padding-bottom: 5rem;}
  .py-2{padding-top:2rem ; padding-bottom:2rem ;}  

  .ps-2{padding-left: 2rem;}

  .text-center{text-align: center;}

  .img-fluid {
    width: 100%;
    height: auto;
}

.banner-top{ 
  background-position: center center;
background-repeat: no-repeat;
background-size: cover;
 padding: 20px;} 


.top-contect { 
  position: relative;
  overflow: hidden;
  padding:30px;
  color: #fff;
}


.old-rs{font-size:40px; font-family:'Oswald',sans-serif!important; color: #f40000; padding-bottom: 30px;}
.old-rs span{font-size:20px;     line-height: 1;}

.new-rs{font-size:40px; font-family:'Oswald',sans-serif!important; padding-bottom: 20px;} 
.new-rs span{font-size:60px;    line-height: 0.8;}



.discount-price{background-color: #000; padding: 20px; text-align: center; border: 2px solid #fff;}
.discount-price h3{color: #fff; text-transform: capitalize; margin:0 0 10px;font-weight: normal;}


.sub-now{
  background: #000;
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    padding: 12px 26px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    height: auto;
    cursor: pointer;
    font-family: 'Oswald',sans-serif!important;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    position: relative;
    top: 40%;
    left: 46%;
    right: 0;
    margin: 0 auto;
}

.sub-now:hover{
border: 1px solid #000;
    background: #fff;
    color: #000;}




    .read-but{background: #000;
      border: 1px solid #fff;
      box-shadow: none;
      color: #fff;
      text-decoration: none;
      padding: 15px 26px;
      border-radius: 0;
      font-size: 14px; 
      text-transform: uppercase;
      display: inline-block;
      height: auto;
      cursor: pointer;
      font-family: 'Oswald',sans-serif!important;
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;}


      .read-but:hover{background: rgba(0, 0, 0, 0.6);}
    


.second-cont, .third-cont{padding: 30px 0;}
    .first-cont{padding: 20px 0;  text-align: center;}

.current-img{width: 30%;  }
    .current-cont{padding:0 20px; width: 70%;}

    .current-cont h3{margin-bottom: 10px;}

    .current-cont p{padding-bottom: 30px;}







          @media only screen and (max-width: 767px){
            .top-contect{width: 100%;}
            .sub-now{
              top: 0;
              left: 0;
              right: 0;
              margin: 0 20px;
  }

  .current-img,.current-cont{width: 100%;}



          }