/* 04-02-2019 Starts Feedback Section */


.title-bckgrnd {
  background-color: #d0e6f6;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.18);
  height:120px;
}

.title-bckgrnd-hdng {
  background-color: #ffffff;
  color: #0e203e;
  display: inline-block;
  font-size: 17px;
  padding: 5.5px 40px;
  position: relative;
}
.title-bckgrnd-img {
  background: url("../../rev-images/services/curve1.png") no-repeat 0 0;
  width: 51px;
  height: 34px;
  position: absolute;
  right: -51px;
  top: 0;
  z-index: 1;
}
.tabs-box-list {
  margin-top: -40px;
  margin-bottom: 40px;
  text-align: center;
  padding: 0px 5%;
}
.tabs-box-list > li {
  display: inline-block;
  cursor: pointer;
  width: 30%;
  background-color: #fff;
  margin:0px 3% 15px 0px;
  padding:15px 0px 10px 0px;
  box-shadow: 0 0 15px #e3e3e3;
  border-radius: 8px 8px 0 0;
  position:relative;
}
.tabs-box-list > li:last-child {
  margin-right: 0;
}
.tabs-box-list > li:hover, .tabs-box-list > li.active {
  background-color: #0a1f41;
}

.tab-box-icon {
  display:inline-block;
  vertical-align:middle;
}

.tab-box-heading {
  color: #0e203e;
  font-size: 20px;
  font-weight: bold;
  vertical-align:middle;
  display:inline-block;
}
.tabs-box-list > li:hover .tab-box-heading, .tabs-box-list > li.active .tab-box-heading{
   color: #fff;
}



.tab-box-icon span {
  background: url("../../rev-images/services/sprite1.png") no-repeat 0 0;
  display: inline-block;
  width: 120px;
  height: 95px;
}


.tabs-box-list > li.active::after, .tabs-box-list > li:hover::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(14, 32, 62, 0);
  border-top-color: #0e203e;
  border-width: 8px;
  margin-left: -8px;
}

.tab-box-icon span.test-rides {
  background-position: 0 0;
}
.tabs-box-list > li:hover .tab-box-icon span.test-rides, .tabs-box-list > li.active .tab-box-icon span.test-rides {
  background-position: 0 -107px;
}
.tab-box-icon span.prdct-intrst {
  background-position: -120px 0;
}
.tabs-box-list > li:hover .tab-box-icon span.prdct-intrst, .tabs-box-list > li.active .tab-box-icon span.prdct-intrst {
  background-position: -120px -107px;
}
.tab-box-icon span.prchse {
  background-position: -238px 0;
}
.tabs-box-list > li:hover .tab-box-icon span.prchse, .tabs-box-list > li.active .tab-box-icon span.prchse {
  background-position: -238px -107px;
}
.tab-box-icon span.bike-srvc {
  background-position: -356px 0;
}
.tabs-box-list > li:hover .tab-box-icon span.bike-srvc, .tabs-box-list > li.active .tab-box-icon span.bike-srvc {
  background-position: -356px -107px;
}
.tab-box-icon span.dlr-inter {
  background-position: -478px 0;
}
.tabs-box-list > li:hover .tab-box-icon span.dlr-inter, .tabs-box-list > li.active .tab-box-icon span.dlr-inter {
  background-position: -478px -107px;
}
.feedbackTabContent {
  color: #0e203e;
  display: none;
}
.info-box-list li {
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 15px #e3e3e3;
  float: left;
  margin-right: 3.5%;
  padding: 20px 40px 30px;
  width:48.25%;
}
.info-box-hdng {
  margin-bottom: 12px;
  padding-left: 40px;
}
.info-box-text1 {
  font-size: 15px;
  margin-bottom: 18px;
}
.info-box-text2 {
  margin-bottom: 12px;
}
.info-box-text3 {
  float: left;
}
.info-box-text3 strong {
  font-weight: 700;
}
.info-box-text3 span {
  font-size: 14px;
}
.info-btn {
  color: #0e203e;
  float: right;
  font-weight: 700;
  text-decoration: underline;
}
.info-btn:hover {
  color: #0e203e;
  text-decoration: none;
}
.info-box-list li:nth-child(2n) {
  margin-right: 0;
}

.new-feedback-form {
  display: block;
}
.new-feedback-form .title-bckgrnd {
  height: auto;
  margin-bottom: 100px;
  float:left;
  width:100%;
}
.strip-box-wrap {
  padding: 25px 40px;
  float: left;
  width:100%;
}
.feedback-colm1 {
  float: left;
  width:auto;
}
.feedback-colm1 p{
  margin-bottom:10px;
}
.feedback-hdng {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.feedback-sub-hdng strong {
  font-weight: 600;
}

.feedback-sub-hdng{
  margin-left:10px;
}

.feedback-colm2 {
  float: right;
  width:auto;
}
.strip-box {
  border-radius: 8px;
  box-shadow: 0 0 8px #ccc;
  margin-top: 25px;
  position: relative;
  width: 100%;
  float: left;
}
.strip-row:first-child {
  border-radius: 8px 8px 0 0;
}
.strip-row {
  background-color: #fff;
  padding: 20px 44px;
  float: left;
 width: 100%;
}
.strip-row:nth-child(2n) {
  background-color: #f2f2f2;
}
.strip-row:last-child {
  border-radius: 0 0 8px 8px;
}
.strip-colm1 {
  float: left;
  margin-right: 5%;
  width: 62%;
}
.strip-colm2 {
  float: left;
  width: 30%;
}
.strip-chckbox > li {
  display: inline-block;
  margin-right: 50px;
  vertical-align: middle;
}
.strip-chckbox > li:last-child {
  margin-right: 0;
}
.strip-chckbox label {
  position: relative;
}
.strip-chckbox label input {
  height: 22px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 22px;
  z-index: 1;
}
.strip-chckbox label span::before {
  background: url("../../rev-images/services/radio-box.png") no-repeat;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 22px;
}
.strip-chckbox label span {
  display: inline-block;
  padding-left: 28px;
}
.strip-chckbox label input:checked + span::before {
  background: url("../../rev-images/services/radio-box-active.png") no-repeat;
}

.textarea-colm textarea {
  background-color: transparent;
  border: 0 none;
  color: #0e203e;
  height: 45px;
  resize: none;
  width: 100%;
  text-align:left;
}
.new-feedback-form .title-bckgrnd-hdng span:first-child {
   margin-right: 20px;
}
.new-feedback-form .title-bckgrnd-hdng {
  padding: 5px 0 5px 40px;
}

.rating-text {
  margin-bottom: 5px;
}
.rating-list li {
  background: url("../../rev-images/services/star.png") no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 28px;
  cursor: pointer;
  height: 27px;
}
.rating-list li:last-child {
  margin-right: 0;
}
.new-feedback-form {
  color: #0e203e;
}
.strip-box .serviceFormBtn {
  bottom: -28px;
  left: 26px;
  position: absolute;
  width: 200px;
}
.feedback-blk {
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 8px #e1e1e1;
  color: #0e203e;
  margin-bottom: 25px;
  padding: 20px 40px;
  position: relative;
}
.feedbck-txt1 {
  margin-bottom: 18px;
}
.feedbck-txt1 > span {
  font-size: 15px;
  margin-right: 30px;
}
.feedbck-txt2 {
  margin-bottom: 10px;
}
.feedbck-txt2 strong {
  font-weight: 700;
}
.feedbck-txt2 span {
  font-size: 14px;
}
.rating-given {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  right: 30px;
  top: 18px;
  width: 60px;
}
.rating-given .star {
  background: url("../../rev-images/services/star-active.png") no-repeat 0 0;
  width: 25px;
  height: 25px;
}
.rating-given span {
  display: inline-block;
  vertical-align: middle;
}

.new-complaint {
  background-color: #cee4f4;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.18);
  padding: 15px;
  position: relative;
}
.new-complaint-form {
  background-color: #ffffff;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
  padding:40px 45px;
  position: relative;
}
.complaint-form-fields {
  color: #0e203e;
  float: left;
  margin-bottom: 25px;
  margin-right: 4.9%;
  min-height: 35px;
  width: 30%;
  position:relative;
}
.complaint-form-fields:nth-child(3n) {
  margin-right: 0;
}

.complaint-form-fields input[type="text"], .complaint-form-fields select{
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
  width: 100%;
  color: #0e203e;
  font-size:17px;
}

.complaint-form-fields select {
  background: url("../../rev-images/services/arrow-bottom.png") no-repeat right 5px center;
  -webkit-appearance: none;
  outline:0 none;
  -moz-appearance: none;
  appearance: none;
  
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.complaint-form-fields select option::focus, .complaint-form-fields select option::active {
  outline: 0 none;
}
.new-complaint-form .serviceFormBtn {
  bottom: -24px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0px);
  width: 200px;
}
.slct-label, .complnt-ctgry {
  display: inline-block;
  vertical-align: middle;
}
.slct-label {
  margin-right: 45px;
}
.complnt-ctgry li {
  cursor: pointer;
  display: block;
  text-align:center;
  background:#fff;
  margin-top:10px;
  padding:10px 25px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position:relative;
}
.complnt-ctgry li input[type="radio"]{
  position:absolute;
  opacity:0;
  left:0px;
  top:0px;
  z-index:-1;
}
.complnt-ctgry li.active{
  box-shadow:0 -1px 5px rgba(0, 0, 0, 0.18);
}

.complnt-ctgry li span {
  display: inline-block;
  vertical-align:middle;
}

.complnt-ctgry .complntCtgryTxt{
  padding-left:15px;
}
.complnt-ctgry li.bike .complntCtgryIcon {
  background: url("../../rev-images/services/bike-icon.png") no-repeat center center;
  width: 42px;
  height: 30px;
}
.complnt-ctgry li.service .complntCtgryIcon {
  background: url("../../rev-images/services/parts-icon.png") no-repeat center center;
  width: 29px;
  height: 29px;
}

.complnt-ctgry li.active.bike .complntCtgryIcon {
  background: url("../../rev-images/services/bike-icon-active.png") no-repeat center center;
}
.complnt-ctgry li.active.service .complntCtgryIcon {
  background: url("../../rev-images/services/parts-icon-active.png") no-repeat center center;
}

.sFeedbackScrnWrap{
 display:none;
}
.new-feedback-form .angleButtonWrap {
 position:absolute;
 bottom: -20px;
right: 5%;
width: auto;
}

.new-feedback-form .angleButtonWrap .button{
  font-size:15px;
}

.serviceThanksPopupOverlay{
  position:fixed;
  background:#f8fbfe;
  left:0px;
  top:0px;
 height: 100%;
z-index:2;
width: 100%;
opacity: 0.5;
display:none;
}
.serviceThanksPopupWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 66%;
    max-width: 952px;
    z-index:3;
    display:none;
   box-shadow:0 0 8px #ccc;
   -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.serviceThanksPopupWrap .sThanksTopBand {
    background: #d0e5f6;
    padding: 15px 30px;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-weight:bold;
}

.serviceThanksPopupWrap .sThanksContentBox{
  padding:35px 20px;
  text-align:center;
  position:relative;
color:#0a1f41;
}

.serviceThanksPopupWrap .sThanksContentBox h3{
 font-size:35px;
 color:#0a1f41;
 font-weight:bold;
 text-transform:uppercase;
 margin-bottom:5px;
}

.serviceThanksPopupWrap .sThanksContentBox p{
 font-size:17px;
 color:#0a1f41;
 margin-bottom:15px;
}
.serviceThanksPopupWrap .sThanksContentBox p span{
  display:block;
}
.serviceThanksPopupWrap .sThanksContentBox p a{
   color:#0a1f41;
   text-decoration:underline;
}

.serviceThanksPopupWrap .thanksIcon{
  position:absolute;
  left:0px;
  top:10px;
  width:140px;
}

.complntPopupWrap .sThanksTopBand{
 text-align:center;
}

.serviceThanksPopupWrap .angleButtonWrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    bottom:-20px;
    z-index:5;
}
.serviceThanksPopupWrap .angleButtonWrap .button.sBlueBtn a i{
 margin-left:10px;
}

.serviceThanksPopupWrap .angleButtonWrap .button{
  font-size:15px;
}



.fBackServiceBox .fBackServiceBoxTopBand{
    background: #ddf0f6;
    padding: 15px;
    font-size: 20px;
    color: #0e203e;
    width: 100%;
    font-weight: 600;
    float: left;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.fBackServiceBox .fSboxTopBandLcol{
  width: 65%;
    float: left;
    border-right: 1px solid #b8cbd6;
    padding: 3px 0px 3px 15px;
        padding-left: 15px;
    padding-left: 4%;
}


.fBackServiceBox .fSboxTopBandRcol {
    width: 35%;
    float: left;
    padding: 3px 0px 3px 15px;
}

.fBackServiceContentBoxWrap {
    width: 100%;
    float: left;
    padding: 15px 8%;
}

.fBackServiceContentBox.sFdateTime {
    width: 85%;
}

.fBackServiceContentBox {
    border-bottom: 4px solid #ddf0f6;
    margin-top: 12px;
    padding-bottom: 8px;
}

.fBackServiceContentBox p {
    font-size: 17px;
    color: #0e203e;
}

.fBackServiceContentBox p strong{
  font-weight:bold;
}

.fBackServiceContentBoxWrap .info-btn{
 float:left;
 width:auto;
 margin-top:10px;
}


.fBackServiceBox li {
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 15px #e3e3e3;
    float: left;
    margin-right:3%;
    width: 31%;
    margin-top:20px;
    padding-bottom:20px;
}

.fBackServiceBox li:nth-child(3n) {
  margin-right:0px;
}

.newComplaintLeftCol{
  width:20%;
  float: left;
  margin-right: 5%;
}

.newComplaintRightCol{
  width:75%;
  float: left;
}

.complaintUploadFileBtn{
  position:relative;
}

.complaintUploadFileBtn input{
 position:absolute;
 opacity:0;
 left:0px;
 top:0px;
}
.complaintUploadFileBtn span{
  display:inline-block;
  font-size:17px;
  color:#0e203e;
  margin-right:10px;
  vertical-align:middle;
}

.complaintUploadFileBtn .complaintUploadTxt{
 text-decoration:underline;
}

.complaint-form-fields.complaintFormComentField{
  width:65%; 
}

.complaint-form-fields.complaintUploadField{
  margin-right:0px;
}

.complaintCategoryWrap{
  border-right: 1px solid #d9d9d9;
  padding-bottom:6px;
}

.new-complaint-form .angleButtonWrap{
 position: absolute;
right: 5%;
bottom: -20px;
width: auto;
}
.complntHeading{
  font-size:20px;
  color:#0e203e;
  margin: 10px 0px 15px;
}

.serviceSecondaryTabContent.newComplntScreen{
 margin-top:15px;
}

.myComplaintWrap ul li{
  background:#fff;
  box-shadow: 0 0 15px #e3e3e3;

  -webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
display:flex;
align-items: center;
color:#0a1f41;
position:relative; 
margin-bottom:30px;
}

.myComplaintNoBox{
  background:#d0e5f6;
  padding:30px 40px;
  width:auto;
  display:inline-block;
  text-align:center;
  -webkit-border-top-right-radius: 3px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomleft: 8px;
border-top-right-radius: 3px;
border-bottom-left-radius: 8px;
}
.myComplaintNoBox p{
  font-size:15px;
}
.myComplaintNoBox p span{
  display:block;
  font-size:200%;
  font-weight:bold;
}

.myComplaintDtlsBox{
  display:inline-block;
  width:auto;
  margin-left:20px;
}

.myComplaintDtlsBox .complainHdng{
  font-size:17px; 
}
.myComplaintDtlsBox .complainHdng .complaintDateTime{
  display:inline-block;
  margin-left:45px;
}
.myComplaintDtlsBox .complainSubHdng{
  font-size:15px;
  margin-top:15px;
}

.myComplaintStatusBox {
    width: auto;
    float: right;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.complainStatus{
  background:#d0e5f6;
  -webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
padding: 15px 15px;
font-size:15px;
width:185px;
float:left;
}

.complainStatus.complainStatusClosed{
 background:#f2f2f2;
}

.myComplaintStatusBox .complainReopen{
  font-size:17px;
  width:auto;
  float: left;
  margin:14px 30px 0px 0px;
}
.myComplaintStatusBox .complainReopen a{
  text-decoration:underline;
  color:#0e203e;
}

.complainStatus span{
   display:inline-block;
   vertical-align:middle;
}
.complainStatus .complntCurrentStatus{
 font-size:25px;
 font-weight:bold;
 padding-left:10px;
 line-height:100%;
}

.sFeedbackScrnWrap .rating > label::before {
  font-size:1.2em;
}
.sFeedbackScrnWrap .rating-given .rating.star{
 background:none;
}


.complainResolution{
 position:absolute;
 bottom:-59px;
 right:0px;
 padding:18px 20px;
 font-size:17px;
 color:#0e203e;
 background:url("../../rev-images/services/bg-complain-resolution.png") no-repeat 0 0;

}

.complnResolutionCurve{
    background: url("../../rev-images/services/complain-status-curve.png") no-repeat 0 0;
    width:61px;
    height: 43px;
    position: absolute;
    left: -61px;
    top: 0;
    z-index: 1;
}

.complainResolution .complainResolutionTxt{
  font-weight:bold;
   padding-left:50px;
}

.complainResolution .complainResolutionTxt, .complainResolution .complainResolutionStatus{
 width:auto;
 float:left;
 margin-right:10px;

}

.complainResolution .complainResolutionStatus label{
 margin-left:20px;
 position:relative;
}
.complainResolution .complainResolutionStatus label span {
    display: inline-block;
    padding-left: 28px;

}

.complainResolution .complainResolutionStatus label span::before {
    background: url("../../rev-images/services/radio-box.png") no-repeat;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 22px;
}

.complainResolution .complainResolutionStatus label input:checked + span::before {
    background: url("../../rev-images/services/radio-box-active.png") no-repeat;
}

.complainResolution .complainResolutionStatus label input {
    height: 22px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 2px;
    width: 22px;
    z-index: 1;
}

.myComplaintWrap ul li.complainClosedBox{
  margin-bottom:75px;
}




.complaint-form-fields .inputWrap .searchHobbiesWrap{
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 100%;
  -webkit-box-shadow: -1px -1px 9px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px -1px 9px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 9px 2px rgba(0, 0, 0, 0.1);
  z-index: 5;
  padding: 5% 3%;
  display: none;
}
.complaint-form-fields .inputWrap .searchHobbiesWrap .searchHeader{
  float: left;
  width: 100%;
  padding: 0 ;
}
.complaint-form-fields .searchHobbiesWrap .searchHeader .input{
  float: left;
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -0px -0px 9px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -0px -0px 9px 2px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 10px 50px 10px 20px;
  background: #fff url(../../rev-images/services/icons/search-icon.png) 95% center no-repeat;
  background-size: 18px;
}



.complaint-form-fields .searchHobbiesWrap .searchOptionWrap{
  float: left;
  width: 100%;
  padding: 10px 5px;
  max-height: 300px;
  overflow: auto;
}
.complaint-form-fields .searchHobbiesWrap  .otherHobbyWrap{
  float: left;
  width: 100%;
  padding: 10px;
  border-top: #d0e6f6 solid 2px;
}
.complaint-form-fields .searchHobbiesWrap .submitWrap{
  float: left;
  width: 100%;
}
.complaint-form-fields .searchHobbiesWrap .submitWrap .button{
  float: left;
  width: auto;
  padding: 5px 20px;
  color: #fff;
  background: #d0e6f6;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -0px -0px 9px 2px rgba(0, 0, 0, 0.05);
  box-shadow: -0px -0px 9px 2px rgba(0, 0, 0, 0.05);
}
.complaint-form-fields .searchHobbiesWrap .searchOptionWrap ul{
  float: left;
  width: 100%;
}
.complaint-form-fields .searchHobbiesWrap .searchOptionWrap ul li{
  float: left;
  width: 100%;
  font-size: 14px;
  padding: 5px 5px 5px 30px;
  border-bottom:1px solid #dbdbdb;
  position: relative;
  cursor: pointer;
}
.complaint-form-fields .searchHobbiesWrap .otherHobbyWrap ul li{
  float: left;
  width: 100%;
  font-size: 14px;
  padding: 5px 5px 5px 30px;
  position: relative;
  cursor: pointer;
}
.complaint-form-fields .searchHobbiesWrap .otherHobbyWrap ul li{
  padding-left: 20px;
}
.complaint-form-fields .searchHobbiesWrap .searchOptionWrap ul li::before,
.complaint-form-fields .searchHobbiesWrap .otherHobbyWrap ul li::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #d0e6f6;
  left: 10px;
  top: 7px;
}
.complaint-form-fields .searchHobbiesWrap .otherHobbyWrap ul li::before{
  left: 0;
}
.complaint-form-fields .searchHobbiesWrap .searchOptionWrap ul li.active:after,
.complaint-form-fields .searchHobbiesWrap .otherHobbyWrap ul li.active:after{
  content: "";
  position: absolute;
  border-radius: 0;
  background: #00a651 url(../../rev-images/services/icons/check-box-check.png) center center no-repeat;
  background-size: 10px;
  width: 14px;
  height: 14px;
  left: 10px;
  top: 7px;
}
.complaint-form-fields .searchHobbiesWrap .otherHobbyWrap ul li.active:after{
  left: 3px;
}
.complaint-form-fields .searchHobbiesWrap .otherHobbyWrap .inputWrap{
  float: left;
  width: 100%;
}
.complaint-form-fields .searchHobbiesWrap .otherHobbyWrap .inputWrap .input{
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  border: 0;
  padding: 0 0 5px 0;
  background: none;
  border-bottom: #ced2d9 solid 1px;
}

.complaint-form-fields .searchHobbiesWrap .otherHobbyWrap .inputWrap .input{
  border-bottom:none;
  padding-left:20px;
}

.serviceTopBandHdng{
  padding:10px 3% 10px 3%;
  width:auto;
  float:left;
}

.servicePrimaryTabs ul li a{
  color:#fff;
}





@media (max-width:1680px) {
.info-box-list li{
  padding: 20px 20px 30px;
}
.info-box-text1, .info-box-text2, .info-box-text3, .info-btn{
  font-size:14px;
}

.complaint-form-fields .searchHobbiesWrap .searchOptionWrap ul li{
  font-size:13px;
}

}

@media (max-width:1365px) {
 
 .info-box-text1, .info-box-text2, .info-box-text3, .info-btn{
  font-size:13px;
 }

 .feedback-blk{
  font-size:13px;
 }

 .tab-box-heading{
  font-size:16px;
 }

 .fBackServiceBox .fBackServiceBoxTopBand{
  font-size:17px;
 }

 .serviceThanksPopupWrap .sThanksContentBox p,  .feedback-hdng, .fBackServiceBox .fBackServiceBoxTopBand, .fBackServiceContentBox p{
  font-size:15px;
 }

 .serviceThanksPopupWrap .sThanksTopBand, .complntHeading{
  font-size:16px;
 }

 .myComplaintNoBox p span{
  font-size:150%;
 }
 .complainStatus .complntCurrentStatus{
  font-size:20px;
 }

 .slct-label{
  font-size:14px;
 }

 .serviceThanksPopupWrap .sThanksContentBox h3{
  font-size:25px;
 }


}

@media (max-width:1199px) {
.serviceThanksPopupWrap .thanksIcon{
  width:90px;
}
}

@media (max-width:991px) {

.fBackServiceBox li{
  width:48.5%;
}

.fBackServiceBox li:nth-child(2n) {
    margin-right: 0px;
}

.strip-colm2{
      width: 33%;
}

.strip-chckbox > li{
    margin-right: 25px;
}
.strip-box-wrap{
  position:relative;
}

.feedback-colm2{
  position:absolute;
  top:20px;
  right:20px
}

.feedback-colm1{
  margin-top:20px;
}

.newComplaintLeftCol{
  width:100%;
  margin-right:0px;
  margin-bottom:20px;
}
.complaintCategoryWrap{
  border:none;
}

.new-complaint-form{
  padding:20px;
}
/*.complaint-form-fields:nth-child(2n) {
    margin-right: 0;
}*/

.complaint-form-fields:nth-child(3n) {
    margin-right: 4%;
}

.newComplaintRightCol{
  width:100%;
}

.complaint-form-fields{
  width: 46%;
  margin-right: 4%;
}

.complnt-ctgry li{
  display:inline-block;
}

.slct-label {
    font-size: 18px;
    font-weight: bold;
}

.complaint-form-fields.complaintFormComentField{
  width:45%;
}

.myComplaintWrap ul li{
  display:block;
  text-align:center;
  float:left;
  width:100%;
}

.myComplaintNoBox{
  width:100%;
}

.myComplaintNoBox{
  padding: 15px 40px;
}

.myComplaintDtlsBox{
  width:100%;
  margin-top:20px;
  margin-left:0px;
}

.myComplaintDtlsBox .complainSubHdng, .myComplaintDtlsBox .complainHdng{
  font-size: 18px;
}

.myComplaintStatusBox{
  position:static;
  -webkit-transform:none;
  transform:none;
  width:100%;
  margin-top:20px;
  float:none;
}

.complainStatus{
  font-size:20px;
  float:none;
  width:auto;
}

.complainStatus .complntCurrentStatus{
  font-size:25px;
}

.myComplaintStatusBox .complainReopen{
  margin-left:30px;
}

.myComplaintNoBox p{
  font-size:18px;
}

}


@media (max-width:767px) {

.title-bckgrnd-hdng{
  font-size: 15px;
  padding: 5.5px 15px;
}

.info-box-list li{
  width:100%;
  margin-bottom:20px;
}

.info-box-text1, .info-box-text2, .info-box-text3, .info-btn {
    font-size: 15px;
}

.info-btn{
  margin-top:10px;
  float:left;
}

.info-box-hdng{
  padding-left:20px;
}
.strip-box-wrap, .strip-row{
  padding:15px;
}

.strip-row{
  font-size:14px;
}

.strip-colm1{
  width:100%;
  margin-right:0px;
}
.strip-colm2{
  width:auto;
  margin-top:15px;
}

.feedback-colm1 {
    margin-top: 60px;
}
.feedback-colm2{
    top: 10px;
    right:0px;
    width:100%;
    text-align:center;
}

.feedback-colm2 .rating{
  float:none;
  width:auto;
  display:inline-block;
}



.feedback-colm2  .rating > label:nth-child(2):before{
 margin-right:0px;
}

.serviceThanksPopupWrap .sThanksTopBand, .complntHeading {
    font-size: 15px;
}
.serviceThanksPopupWrap .thanksIcon{
  display:none;
}

.serviceThanksPopupWrap{
  width:80%;
}

.feedback-blk{
  padding:20px;
}

.feedbck-txt1 > span{
  display:block;
  margin-bottom:5px;
}

.fBackServiceBox li{
  width:100%;
  margin-right:0px;
  font-size:15px;
}
.fBackServiceBox li:nth-child(2n){
  margin-right:0px;
}

.complnt-ctgry li{
  padding:5px 10px;
}
.complnt-ctgry .complntCtgryTxt{
  padding-left:5px;
}

.complaint-form-fields {
    width: 100%;
    margin-right: 0px;
}
.complaint-form-fields.complaintFormComentField{
  width:100%;
}

.tab-box-icon span{
  background: url(../../rev-images/services/sprite1-mob.png) no-repeat left top;
}

.tab-box-icon span{
  width:80px;
  height:85px;
  box-shadow: 0 0 15px #e3e3e3;
  padding:10px;
  border-radius: 8px 8px 0 0;
  background-color:#fff;
}

.tabs-box-list > li{
  border-radius:0px;
  box-shadow:none;
  background:none;
}
.tab-box-icon span.test-rides{
  background-position:4px 11px;
}

.tabs-box-list > li:hover, .tabs-box-list > li.active {
    background:none;
}

.tabs-box-list > li:hover .tab-box-icon span, .tabs-box-list > li.active .tab-box-icon span {
    background-color: #0a1f41;
}
.tab-box-icon span.prchse {
    background-position:-151px 15px;
}
.tab-box-icon span.bike-srvc {
    background-position:-226px 20px;
}
.fBackServiceBox li{
  margin-top:0px;
}

.tabs-box-list > li:hover .tab-box-heading, .tabs-box-list > li.active .tab-box-heading {
    color: #0e203e;
    border-bottom:4px solid #0e203e;
}

.tabs-box-list > li:hover .tab-box-icon span.test-rides, .tabs-box-list > li.active .tab-box-icon span.test-rides {
    background-position: 4px -56px;
}
.tabs-box-list > li:hover .tab-box-icon span.prchse, .tabs-box-list > li.active .tab-box-icon span.prchse {
    background-position:-151px -53px;
}

.tabs-box-list > li:hover .tab-box-icon span.bike-srvc, .tabs-box-list > li.active .tab-box-icon span.bike-srvc {
    background-position: -226px -50px;
}
.tab-box-heading{
  border-bottom:4px solid transparent;
}
.tabs-box-list > li.active::after, .tabs-box-list > li:hover::after {
  top:92%;
}

.serviceSecondaryTabs > ul li{
  margin-right:15px;
}

.myComplaintStatusBox .complainReopen{
  margin-top:18px;
}

.complainResolution{
  font-size:14px;
  position:static;
  background:#fff;
  float: left;
}
.complainResolution .complainResolutionTxt, .complainResolution .complainResolutionStatus{
  width:100%;
  text-align:center;
  margin-right:0px;
}
.complainResolution .complainResolutionTxt{
  padding-left:0px;
  margin-bottom:10px;
}
.myComplaintWrap ul li.complainClosedBox{
  margin-bottom:30px;
}
.complainResolution .complainResolutionStatus label{
  font-size:17px; 
}

.serviceTopBandHdng{
  padding:0px 3%;
}
}

@media (max-width:480px) {
  .tabs-box-list > li{
    float:left;
  }
}

