.grw-slider .grw-review {
  background-color: #dfdfdf;
  padding: 2px;
}
.grw-slider .wp-google-time {
  color: #656363 !important;
}
.wp-gr .wp-google-head {
  height: 100px !important;
}
.wp-gr .wp-google-head-inner {
  top: 30px !important;
}
.wp-gr .wp-google-form {
  width: 383px !important;
}
.grw-slider .wp-google-feedback:before {
  display: none;
  border: 0px !important;
  background-color: transparent !important
}
.grw-slider .wp-google-feedback {
  border-bottom: 1px solid #d2d2d2 !important;
  border-radius: 0px !important;
}
a.wp-google-url {
  border: 2px solid !important;
  padding: 15px !important;
  display: inline-block !important;
}
a.wp-google-url:hover {
  border: 2px solid !important;
  color: #fff !important;
  background: #2c7cff !important;
  font-weight: 600 !important;
}
@media(max-width: 500px) {
  .wp-gr .wp-google-form {
    width: 320px !important;
  }
}
/*Thank you page popup start*/
/* .elsgr-custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;  z-index: 1050; 
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
} 
.elsgr-custom-model-main:before {
  content: "";
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: -0px;
  height: 100%;
}
.elsgr-custom-model-main.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.elsgr-custom-model-main.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
}
.elsgr-custom-model-main.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.elsgr-custom-model-main.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.elsgr-custom-model-main.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.elsgr-custom-model-main.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
} */
/*Thank you page popup end*/

/* ======= Popup Start ======= */
.elsgr-custom-model-main {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  z-index: 99999;
  max-width: 400px;
  width: 100%;
  display: none;
}
.elsgr-custom-model-main.model-open {
  opacity: 1;
  z-index: 99999;
  overflow: hidden;
  display: block;
}
.elsgr-custom-model-main .popup_buttons input[type="button"] {
  border-radius: 5px;
}
.elsgr-custom-model-main .popup_buttons input[type="button"]:focus {
  outline: none;
}
/* ======= Popup End ======= */
/* ======= Google Review CSS Start ======= */
.elsgr-review-email-container {
  padding: 30px;
  background: #ddd;
  border-radius: 10px;
  text-align: center;
}
.elsgr-review-email-container h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
/* .elsgr-review-email-container img {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
} */
.elsgr-review-wrapper a {
  text-decoration: none !important;
}
.elsgr-review-email-container span.rating-start {
  height: 100%;
  display: inline-block;
}
.start-rating {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 0px 0px 10px;
}
/* Google Review CSS End */
.page-scroll-hide {
  overflow: hidden;
  height: 100vh;
}
/* ======= Responsive Start =======*/
/* ======= Popup Start ======= */
@media (max-width:576px){
  .elsgr-custom-model-main {
    max-width: 80%;
    width: 100%;
    padding: 20px;
  }
  .pop-up-content-wrap h3 {
    font-size: 20px;
  }
  /* ======= Popup End ======= */
  .elsgr-review-email-container{
    padding: 20px;
  }
  .elsgr-review-email-container h3{
    font-size: 20px;
  }
}