body{
  padding:40px 0px;
  background:url(../img/bg.jpg) repeat;
  height:100vh;
}
.for-center{
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: relative;
}
.feedback_inner img{
 margin: 0 auto;
    display: table;
    margin-bottom: 6px;
    width: 134px;
}
.feedback-section h1{
  /*background: #1f3c84;*/
  background: -webkit-linear-gradient(50deg,#d95c4d,#f17c03)!important;
  background: -o-linear-gradient(50deg,#d95c4d,#f17c03)!important;
  background: linear-gradient(40deg,#d95c4d,#f17c03)!important;
    padding: 10px 100px;
    border-radius: 10px;
  font-size: 24px;
  margin:0 auto;
  display: table;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
  text-align:center;
  webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.43), 0 2px 10px 0 rgba(0,0,0,.43);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.43), 0 2px 10px 0 rgba(0, 0, 0, 0.43)
}
.feedback-category h3{
  text-align:center;
  margin-top:10px;
    font-weight: 500;
    font-size: 20px;
}
.feedback-category{
  margin-top:40px;
}
.feedback-category-details{
  padding:0px 10px;
}
.feedback-category_inner{
  background: #8301ad;
    padding: 40px;
    border-radius: 15px;
  webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.63), 0 2px 10px 0 rgba(0,0,0,.63);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.63), 0 2px 10px 0 rgba(0, 0, 0, 0.63);
}
.feedback-category_inner img{
  margin:0 auto;
  display:table;
}
.feedback-category_inner img{
transition: 1s ease;
}
.feedback-category_inner:hover img{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}
.block-1{
  background:#06714f;
}
.block-2{
  background:#bd1300;
}
.block-3{
  background:#2b506b;
}

/*--------feedback reating----*/
.purple-border textarea {
    border: 1px solid #1f3c84;
    height: 38px;
    margin-top: 8px;
    margin-left: 5px;
}
.purple-border .form-control:focus {
    border: 1px solid #1f3c84;
    box-shadow: 0 0 0 0.2rem rgba(31, 60, 132, 0.23);
}

.feedback-form-inner{
  background: #fff;
    max-width: 450px;
    margin: 0 auto;
  /*webkit-box-shadow: 0 2px 5px 0 rgba(31, 60, 132, 0.86);
    box-shadow: 0px 5px 15px rgba(31, 60, 132, 0.86);*/
}
.rating-wrapper {
  margin: 20px auto;
  display:table;
  padding: 0px;
  border-radius: 3px;
}
.rating-wrapper .rating-label {
  font-weight: 400;
}
.rating-wrapper .ratingItemList {
  max-width: 280px;
  /*margin: auto*/;
  display: flex;
  justify-content: space-between;
  padding:0px;
}
.rating-wrapper input.rating {
  display: none;
}
.rating-wrapper label.rating {
  padding: 0px 3px;
  font-size: 32px;
  opacity: .7;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: pointer;
}
.rating-wrapper label.rating:hover {
  -webkit-filter: grayscale(0.84);
          filter: grayscale(0.84);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: 100ms ease;
}
.rating-wrapper input.rating:checked + label.rating {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feedback textarea, .feedback input {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: .5em auto;
  padding: .5em;
  font-family: 'Lato', sans-serif;
  border: 1px solid #d2d3d8;
  border-radius: 3px;
}
.feedback textarea:focus, .feedback textarea:active, .feedback input:focus, .feedback input:active {
  border-color: #3870c4;
  box-shadow: 0px 0px 1px 1px #3870c4;
  transition: 100ms;
}
.feedback textarea {
  height: 100px;
}
.feedback button {
  margin: 1em auto;
  display: table;
  text-align: center;
}

.disputelab_logo {
  width: 140px;
  position: absolute;
  top: 1em;
  left: 50%;
  margin-left: -70px;
}

button {
  color: #edeef0;
  background-color: #9b9ea9;
  border-radius: 3px;
  font-family: 'Lato', Arial sans-serif;
  border: 0;
  padding: 9px 15px;
  font-size: 15px;
}
button.not-disabled {
  color: white;
  background-color: #3870c4;
  text-shadow: 0px 1px 1px #214375;
  cursor: pointer;
}
button.not-disabled:hover {
  background-color: #2d599c;
  transition: 100ms;
}
.NextBtn {
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 1%;
    overflow: hidden;
    z-index: 10000000;
    width: 35px;
    height: 35px;
    border: none;
    text-indent: 100%;
    background: url(../img/nextbtn.png) no-repeat 0px 0px;
    background-size: contain;
}
.PrevBtn {
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    left: 1%;
    overflow: hidden;
    z-index: 999;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url(../img/pretbtn.png) no-repeat 0px 0px;
}

/*---form-feedback---*/
.form-feedback-block{
  margin-top:10px;
}
.btn-cyan {
    background-color: #1f3c84!important;
}
.thank h1{
  font-size: 26px;
  font-weight:400;
  color:#1f3c84;
  text-shadow: -1px -2px 3px rgba(17, 17, 17, 0.3);
    text-transform: uppercase;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -125%);
}
.thank h1 underline {
    border-top: 2px solid rgb(31, 60, 132);
    border-bottom: 2px solid rgb(31, 60, 132);
}
.thank img{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.str-rt{
    float:left;
}
.str-rt ul>li {
    color: #bdb9b9;
    font-size: 22px;
    margin-right: 6px;
}
.rating-valu{
    float:left;
    background: #e9711d;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    margin-left: 10px;
}
.rating-label{
    width: 100%;
    background:#fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(33, 74, 175, 0.58);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(33, 74, 175, 0.58);
    border: 0;
    border-radius: 5px;
    padding: 10px 15px;
}
.rating-q{
    color: #0f7071;
    font-weight: 500;
    margin-bottom: 7px !important;
}
.btn-success{
    padding: 8px 20px;
    background: #245eef !important;
    margin-left: 0;
}
.form-control{
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #245eef;
    border-radius: 0px;
    color: #245eef;
}
/*------Responsive----*/
@media screen and (max-width: 480px) {
.feedback-category{
  margin-top:25px;
}
.feedback-section h1{
  padding: 12px 68px;
    font-size: 16px;
}
.feedback-category_inner{
  padding: 26px;
}
.feedback-category-details{
  padding: 0px;
}
.feedback-category h3{
  font-size:14px;
}
.rating-wrapper .rating-label{
  
  font-size:14px;
}
}
@media screen and (max-width: 767px) {
.feedback-category-details{
  padding:0px;
}
.feedback-category_inner{
  padding:20px;
}
.feedback-category h3{
  font-size:13px;
}
}
@media screen and (max-width: 991px) {
.feedback-category-details{
  padding:0px;
}
.feedback-category_inner{
  padding:20px 18px;
}
.feedback-category h3{
  font-size:16px;
  color: #00828a;
  margin-top: 18px;
}
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}