.thanyou_overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999 !important;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.terms_error {
  display: block !important;
  margin-bottom: 15px
}

  .terms_error a.tnclnk {
    color: #f00 !important;
  }

    .terms_error a.tnclnk:hover {
      color: #f00 !important;
      text-decoration: underline;
    }

#thankyou.side-panel {
  position: fixed;
  top: 0;
  width: 110rem;
  background: 0 0;
  z-index: 3;
  height: 100%;
  left: 0;
}

#thankyou .side-panel-content {
  padding: 5rem 5rem 5rem 20rem;
  overflow: hidden;
  background-color: #f7f6f6;
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-transform: translate3d(-105%, 0, 0);
  transform: translate3d(-12%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.close-slide {
  cursor: pointer;
}

@media screen and (max-width: 767px) {

  #thankyou.side-panel {
    width: 100% !important;
  }

  #thankyou .side-panel-content {
    transform: none;
    padding: 5rem 2rem 5rem 2rem;
  }

  #thankyou .ThankYouForYourInterest {
    font-size: 24px;
  }

  #thankyou .backToYouShortly {
    font-size: 16px;
  }

  .close-slide {
    right: 2rem !important;
  }

 /* whatsapp-popup popup start here*/

  #whatsapp-popup .popup.light.js-popup-body.commonpop-pad {
    max-width: 768px;
    padding: 3rem 2rem 5rem;
    margin: 0;
    -webkit-border-radius: 0rem;
    border-radius: 0rem;
    height: 100%;
  }
  #whatsapp-popup .whatsapp-popup-block h2 {
    padding-top: 15px;
    font-size: 26px !important;
    padding-left: 0px !important;
  }
  #whatsapp-popup .alert-img {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom:10px;
  }
  #whatsapp-popup .youDontMiss {
      padding-left:0px;

  }

  /* whatsapp-popup popup End here*/


}
.claimprocessWrapper .claim-blocks li:last-child{
    margin-right:0px;
}

/* @media (min-width: 992px) {
    .claimprocessWrapper .container {
        width: 1150px!important;
    }
} */
