
#feeback-icon {
  position: fixed;
  bottom: 1.5rem;
  right: 4.9rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.4rem;
  font-size: 1.4rem;
  background-color: #fff;
  text-decoration: none;
  border-radius: 3.2rem;
  box-shadow: 0 0 15px 1px #cfd4dd;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}
#feedbackModal {
  top: 45px;
  z-index: 9999;
}
.rating_no{
    min-width: 30px;
    height: 29px;
    background-color: #FF9A16;
    font-size: 14px;
}
.rating_no2{
    min-width: 30px;
    height: 29px;
    background-color: #FF9A16;
    font-size: 14px;
}
#rating_stars .fs12{font-size: 12px;line-height: 10px;}
#rating_stars .rating-group {
  display: inline-flex;
}
#rating_stars_widget .rating_icon{margin:0px 3px;pointer-events:none;}
#rating_stars_widget .fw_600.clr_fff{line-height:10px}
#rating_stars .rating_icon,#rating_stars_widget .rating_icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../webimages/grey-star.svg);
}
#rating_stars .rating_icon.active,#rating_stars .rating_icon:hover,#rating_stars .rating_icon.hover_on,#rating_stars_widget .rating_icon.hover_on{
  background-image: url(../webimages/yellow-star.svg);
}
#feedbackModal .tool_heading {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
#feedbackModal .tool_inp_sty {
  height: 48px;
  border: 1px solid #e3e7ed;
  color: #202020;
  font-weight: 700;
  background-clip: border-box;
}
#feedbackModal .limit_count {
  font-size: 13px;
  font-weight: 700;
}
#feedbackModal .tool_btn {
  background-color: #1e70b9;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  height: 46px;
  min-width: 160px;
}
/*rating stars end*/
/*modal*/
@media (min-width: 576px){
  #feedbackModal .modal-dialog {
    max-width: 750px;
  }
}
@media (min-width: 767px){
  #feedbackModal .modal-dialog {
    max-width: 800px !important;
  }
}
@media only screen and (max-width: 767px) {
  #feedbackModal .plag_feedback div {
    margin: 8px 0 !important;
  }
}
#feedbackModal{

  .plag_modal1{
    background-image: url(../webimages/plag_modal1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
  }
  .close-fdback-form{
    line-height: 0px;
    text-shadow: none;
    background: #111111 !important;
    opacity: 1;
    color: #fff;
    width: 26px;
    height: 26px;
    font-weight: 600;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
    border: 0;
  }
  .modal_rating:before{
    content: '';
    background-color: #E3E7ED;
    width: 20%;
    height: 1px;
  }
  .modal_rating:after{
    content: '';
    background-color: #E3E7ED;
    width: 20%;
    height: 1px;
  }
  .plag_modal .bgf2f2f2{background-color: #F2F2F2;}
  .plag_modal .feel_free{font-size: 32px;line-height: 34px;}
  .plag_modal .fs18{font-size: 18px;}
  .plag_modal .mw73{min-width: 73px;}
  .plag_modal .cus_scrollbar{height: 137px !important;}
  .plag_feedback div{
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
    display: inline-flex;
    margin: 5px;
    border: 3px solid #efefef;
    border-radius: 54px;
  }
  .plag_feedback .terrible{
    background-image: url(../webimages/plag_terrible.svg);
  }
  .plag_feedback .bad{
    background-image: url(../webimages/plag_bad.svg);
  }
  .plag_feedback .ok{
    background-image: url(../webimages/plag_ok.svg);
  }
  .plag_feedback .good{
    background-image: url(../webimages/plag_amazing.svg);
  }
  .plag_feedback .amazing{
    background-image: url(../webimages/plag_amazing.svg);
  }
  .plag_feedback .user_feedback:hover,.plag_feedback .user_feedback.active,.plag_feedback .user_feedback.hover_on{
    border: 3px solid #FF9A16;
    padding: 19px;
    border-radius: 57px;
  }
}
/*banner*/

.ar_banner{
    background-image: linear-gradient(#EEF1F5,#FDFDFD);
    min-height: 100px;
  }
  .ar_b_btn{
    width: 110px;
    height: 32px;
    background-color: #000;
  }
  .ar_banner .fs24{font-size: 24px;}
  .ar_banner .lh22{line-height: 22px;}
  .ar_banner .lh0{line-height: 0px;}
  .ar_banner_img1{
    background-image: url(../webimages/ar_banner_img1.svg);
    height: 12px;
    background-repeat: no-repeat;
  }
  .ar_banner_img2{
    background-image: url(../webimages/ar_banner_img2.svg);
    height: 12px;
    background-repeat: no-repeat;
    background-position: right;
  }

  .user_feedback:hover{
    cursor: pointer !important;
  }

  .user_feedback:hover{
    cursor: pointer !important;
  }

  .aca_feedback_validations ul{
      margin-bottom: 0 !important;
      margin-top: 0 !important;
  }

  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #DDDDDD !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #DDDDDD !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #DDDDDD !important;;  }

