@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
a { text-decoration: none; color: #33679e }
a:hover { color: #2a6496 !important; text-decoration: none !important; outline: 0 !important; }
a:focus { color: #2a6496 !important; text-decoration: none !important; outline: 0 !important; }

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 9.6pt;
    background-color: #ffffff;
    color: #000000;
    margin: 8px;
}
*,*:before,*:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#customer_review{
  position: relative;
}
#customer_review .review_block {
  padding: 20px 30px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.review_block{
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding: 6px 56px !important;
}
#customer_review .review_block:not(:first-of-type) {
  display: none;
}
#customer_review .action-button {
  width: 100px;
  background: gold;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 20%;
  float:left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  line-height: 20px;
  display: block;
  color: #333;
  height: 2px;
  font-size: 0;
  background: white;
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: coral;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; 
}
#progressbar li:first-child:after {
  content: none; 
}
#progressbar li.active:before,  #progressbar li.active:after{
  background: #4285f4;
  width: 100%;
  color: white;
}
.header-3{
  font-size: 24px;
  line-height: 28px;
  color: #444;
  font-family: 'Open Sans', sans-serif; 
}
.steps .header-3{
  margin-top: 0;
}
.steps{
  border: 1px solid #ccc ;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}
.blue-link{
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 1px 22px;
  height: 40px;
  border-radius: 200px;
  text-align: center;
  background-color: #4285f4;
}
.blue-link:hover, .blue-link:focus{
  text-decoration: none;
  background-color: #4285f4;
  color: #f5f5f5 !important;
}
.gray-link{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  color: #444;
  padding: 1px 22px;
  height: 40px;
  background-color: #eeeeee;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 1px 22px;
  height: 40px;
  border-radius: 200px;
  text-align: center;
}
.gray-link:hover, .gray-link:focus{
  text-decoration: none;
  background-color: #e1e1e1;
  color: #444 !important;
}
.radio_btn_group{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.radio_btn_group li:not(:first-child) label{
  border-left: transparent;
}
.radio_btn_group li {
  width: 100%;
}
.review_block .review_group_label{
  text-align: left;
}
.radio_button{
  display: none;
}
.radio_btn_group li label{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 40px;
  font-size: 24px;
  border: 2px solid #eee;
  color: #aaa;
}
.radio_btn_group li label:hover{
  background-color: #eee;
}
.radio_btn_group li:first-child label{
  border-radius: 90px 0px 0px 90px;
  overflow: hidden;
}
.radio_btn_group li:last-child label{
  border-radius: 0px 90px 90px 0px;
  overflow: hidden;
}
.radio_btn_group .radio_button:checked ~ label{
  position: relative;
  color: #4285f4;
  border: 2px solid #4285f4;
  z-index: 99;
}
.text-center{
  text-align: center !important;
}
.text-left{
  text-align: left !important;
}
.regular-text{
  color: #444;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif; 
}
.btn_group_label{
  padding-left: 16px !important;
  margin-bottom: 5px;
}
.bold{
  font-weight: 600 !important;
}
.small-text{
  font-size: 14px;
  line-height: 18px;
  color: #666;
  font-weight: 400;
}
.rating{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-top: 24px;
}
.rating_circle{
  width: 40px;
  height: 40px;
  background-color: #4285f4;
  margin-right: 8px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.blue-text{
  color: #4285f4;
}
.gray{
  color: #aaa;
}
.margin-0{
  margin-top: 0;
  margin-bottom: 0;
}
.regular{
  font-weight: 400 !important;
}
.rating h5{
  font-size: 14px !important;
  line-height: 16px !important;
}
.divider{
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}
.float-right{
  float: right;
}
.clearFix{
  clear: both;
}
.img-fluid{
  max-width: 100%;
}
.review_checkbox{
  display: none;
}
.review_checkbox:checked ~ label{
  background-color: #fff;
  border: 2px solid #4285f4;
}
.check_label:hover{
  background-color: #eee;
  cursor: pointer;
}
.check_icon{
  width: 56px;
  margin: 0 auto;
  text-align: center;
}
.check_label .check_icon> img{
  filter: grayscale(1);
  opacity: 0.5;
}
.review_checkbox:checked ~ label .check_icon> img{
  filter: unset;
  opacity: 1;
}
.review_checkbox:checked ~ label .small-text{
  font-weight: 600;
}
.check_label{
  position: relative;
  overflow: hidden;
  /*width: 120px;*/
  height: 110px;
  display: inline-block;
  border: 1px solid  #ccc;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
  background-color: #fbfbfb;
}
.gray-2{
  color: #666;
}
.checkbox_group{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.review_block .blue-link, .review_block .gray-link{
  border: none;
  outline: none;
}
.satisfied_radio_group{
  display: block;
  padding: 0;
  margin-top: 16px;
}
.satisfied_radio_group li{
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
.satisfied_radio_group .satisfied_radio{
  display: none;
}
.satisfied_radio_group label{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  color: #888;
  cursor: pointer;
  font-size: 14px;
}
.satisfied_radio_group label:hover{
  background-color: #eee;
}
.satisfied_radio:checked ~ label{
  position: relative;
  color: #444444;
  border: 2px solid #4285f4;
  z-index: 99;
  font-weight: 600;
}
.h3_heading{
  font-size: 18px;
  color: #666;
  margin-top: 24px;
}
.feedback_note{
  color: #666;
  font-size: 16px;
  font-weight: 600;
}
.feedback_text{
  width: 100%;
  min-height: 120px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  border-color: #ccc;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
}
.feedback_text::placeholder{
  color: #ccc;
  font-style: 14px;
}
.review_char{
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
}
.text-right{
  text-align: end !important;
}
.review_btn_action h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #444444;
  font-weight: 600;
  text-align: center;
}
.review_btn_action p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #444;
  text-align: center;
}
.customer_review_tab{
  max-width: 560px;
  min-width: 320px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 24px;
}
.review_actions{
  text-align: center;
}
.review_actions {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.review_btn{
  color: #4285f4;
  border-radius: 4px;
  min-width: 100px;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.review_btn a {
  display: block;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #aaa !important;
  transition: all 100ms linear;
}
.review_btn a:hover{
  background-color: #eee;
  transition: all 100ms linear;
}
.review_btn:first-child a{
  border-left: 1px solid #ccc;;
}
.review_btn:nth-child(1) a{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.review_btn:last-child a{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; 
}
.review_btn span{
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}
.mr-16{
  margin-right: 16px;
}
.grid-2 {
  display: grid;
  grid-template-columns:2fr 1fr;
}
.review-error-msg{
  color: #dc3545;
}
/******   Desktop Layout   ******/
@media (min-width: 992px) {

    #main_table{
        width: 500px; margin: 0 auto;
    }

    .main_td{
        padding: 20px;
    }

    .tel{
        font-size: 16pt; line-height: 16px; color: #f04241
    }

    .hours{
        color: #33679e; font-size: 8.25pt
    }

    .title{
        font-size: 17pt
    }

    .bottom_links{
        white-space: nowrap;
        font-size: 9pt;
        color: #a4a4a4;
    }

    .no_reg{
        line-height: 5px;
        white-space: nowrap;
    }

    .bbb{
        width: 84px;
    }

    .reg_na{
        font-size: 5.5pt
    }

}

/******   Tablet Layout   ******/
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #main_table{
        width: 500px; margin: 0 auto;
    }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #main_table{
        width: 500px; margin: 0 auto;
    }

    .bbb{
        width: 94px;
    }

    .reg_na{
        font-size: 4.5pt
    }

    .title{
        font-size: 17pt
    }

    .tel{
        font-size: 16pt; line-height: 16px; color: #f04241
    }

    .hours{
        color: #33679e; font-size: 8.25pt
    }

    .bottom_links, .addr{
        white-space: nowrap;
        font-size: 9pt;
        color: #a4a4a4;
    }
}

/******   Mobile Layout   ******/
@media (max-width: 767px) {
    #main_table{
        width: 100%; margin: 0 auto;
    }

    .main_td{
        padding: 5px;
    }

    body {
        font-size: 7.12pt;
    }

    .tel{
        font-size: 12pt; line-height: 13pt; color: #f04241
    }

    .hours{
        color: #33679e; font-size: 6.2pt
    }

    .title{
        font-size: 12.5pt
    }

    .bottom_links, .addr{
        white-space: nowrap;
        font-size: 6.3pt;
        color: #a4a4a4;
    }

    .no_reg{
        line-height: 5px;
        white-space: nowrap;
    }

    .m_img{
        width: 160px;
    }

    .reward_line{
        color: white;
        white-space: nowrap;
        font-size: 7pt;
    }

    .reg_na{
        font-size: 3.5pt
    }
    .review_block{
      padding: 0px!important;
      transform: unset !important;
      transition: unset !important;
    }
    .steps{
      border: none;
    }
    #progressbar{
      margin-bottom: 5px;
    }
    .step-btn-fix{
      position: fixed;
      bottom: 0;
      width: 100%;
      right: 0px;
      height: 60px;
      padding: 8px 16px 8px 8px;
      border-top: 1px solid #ccc;
      background-color: #ffffff;
    }
    .bottom-gap {
      margin-bottom: 40px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {

    #main_table{
        width: 500px; margin: 0 auto;
    }

}