.container-area{
  width: 100%;
  margin-bottom:10px;
}
.pagestyle{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 25%;
    background:#ffffff;
}
.data-area{
  margin-top:10%;
  margin-bottom:20px;
}
.data-area-left{
  margin-bottom:20px;
}
.confom-booking{
    font-size: 40px;
    color:#68933e;
    padding-left: 0%;
    padding-right: 0%;
    
}
.booking-area{
  text-align:center;
  font-size:10px;
  font-weight:normal; 
}
.booking-area-left{
  font-size:12px;
  font-weight:normal; 
}
.button-change {
  background-color:#165093;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.button-change:hover{
  background-image:none;
  background-color:#165093;
  color:#fff;
}
.product_box.special {
    background-color: #fff;
    height: 100%;
    display: inline-block;
    border: 1px solid #cfcfcf;
    width: 100%;
    border: 1px solid rgb(221, 221, 221);
    /* border-radius: 12px; */
    padding: 24px;
    padding-bottom: 60px;
}
.confirm-icon{
  display: inline-block;
    background: #68933e;
    color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
}
.booking-status-text{
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  color: #2a2a2a;
  line-height: 30px;
}
.goto-home-btn{
  padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.product_box.special.booking-dtl-sec{
  padding-bottom: 10px;
  padding-top: 20px;
}
.booking-dtl-heading{
  margin: 0px 0px 10px 0px;
    color: #2a2a2a;
}
.booking-dtl-sec .booking-area-left{
  font-size: 13px;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0px;
}
.booking-dtl-sec .booking-area-left:nth-of-type(even){
  background: #f8f8fa;
}
.booking-dtl-sec .booking-area-left.booking-dtl-total{
  background: #165093;
  color: #fff;
  font-size: 14px;
  padding-top: 8px;
}
.green-text{
  color: #68933e;
}
.pending-icon{
  background: #ffc107;
}
.pending-text{
  color: #ffc107;
}
.failed-icon{color: #d01010;}
.failed-text{color: #d01010;}
.text-right-tbl{
  text-align: center;
}
.conf-font{
font-size: 15px;
}

.confiramtion-page-start{
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  
}

@media screen and (max-width: 1024px) {
  .pagestyle{
    margin-top: 150px;
  }
  
}

@media screen and (max-width: 768px) {
  .pagestyle{
  margin-top: 150px;
}
.pagestyle.booking-dtl-sec{
  margin-top: 20px;
}
  
}

@media screen and (max-width: 600px) {
  .text-right-tbl{
    text-align: left;
  }
  .pagestyle {
    margin-top: 50px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
	.confiramtion-page-start{
    margin-top: 270px;
  }
}