:body {
	--theme-color: #6f5ba7;
	--theme-color-RGB: #6f5ba7;
  }

 /* Eric Meyer's Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* Global Typography */
*, :before, :after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	font-size: 20px;
	font-family: 'Proxima Nova', Avenir, Helvetica Neue, arial, sans-serif;
	color: #43425D;
	background-color: #F3F4F5;
	min-height: 480px;
}
/* Global Headings */
h1 {
	font-size: 31px;
	margin-bottom: 25px;
	word-break: break-word;
}
h2 {
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	left: 0;
	font-size: 16px;
	font-weight: 600;
	right: 0;
	top:0;
}
h3{
	font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
    /* font-weight: 300; */
		word-break: break-word;
}

/* General Text Formatting */
strong , span{
	display: inline-block;
}
span{
	font-size: 14px;
	word-break: break-word;
}
img{
	max-width: 100%;
	height: auto;
}
/* Global Link style */
a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	transition: 0.3s ease;
}
a:hover, a:focus {
	color:#7b83d1;
}
/* Global Button Styles */
button {
	cursor: pointer;
	transition: 0.3s ease;
	border: none;
	outline: none;
}
/*Page Navigator Styling*/
.page-navigator{
	margin-top: 100px;
}
.page-navigator a{
	color: #000;
	background-color: #eeeeee;
	padding: 10px 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: capitalize;
	font-size: 16px;
}
.page-navigator a:hover{
	background-color: #6f5ba7;
	background-color: var(--theme-color);
	color: #fff;
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}
/* Global Sprite Icons */
[class^="icon-"], [class*="icon-"] {
	background-image: url(../images/smiley_faces.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	width: 68px;
	height: 68px;
}
/* Clearfix class*/
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*Post Defined Classes*/
.d-block{
	display: block;
}
.d-none{
	display: none;
}
.back-btn{
	float: left;
}
.next-btn{
	float: right;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-uppercase{
	text-transform: uppercase;
}
 
/* Global style */
#wrapper{
	padding: 0 15px;

}
.content{
	min-width: 100%;
}
.container{
	max-width:90%;
	margin: 100px auto;
	padding: 60px 60px 50px;
	background-color: #fff;
	border:1px solid #ebebec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
/*Progress Bar Styling*/
.progress{
	max-width: 1070px;
	margin: 0 auto;
	position: fixed;
	background: rgba(243,244,245,1);
    padding:10px 20px 15px;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
}
.progress span{
	margin-bottom: 14px;
}
.progress-bar{
	height: 9px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}

.progress-line{
	height: 9px;
	background-color: #6f5ba7;
	background-color: var(--theme-color);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.null{
	width: 0;
}
.fourteen{
	width: 14%;
}
.twenty-eight{
	width: 28%;
}
.fourty-two{
	width: 42%;
}
.fifty-six{
	width: 56%;
}
.seventy{
	width: 70%;
}
.eighty-four{
	width: 84%;
}
.hundred{
	width: 100%;
}
/*Required Input Styling*/
.star{
	color: #cb0000;
	font-size: 22px;
	margin-left: 4px;
}
.required{
	padding-left: 15px;
}
.required span{
	font-size: 14px;
	font-weight: 500;
	color: #b94e4e;
}
/* Header Styles */
.header-x {
	/* position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
	display: table-cell;
	vertical-align: middle;
}
.header-x .container {
	padding: 40px 60px;
	position: relative;
	margin: 0 auto;
}
.landing .header-x .container:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #6f5ba7;
	background-color: var(--theme-color);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.brand-logo{
	margin-bottom: 35px;
}
.header-x h2{
	font-size: 18px;
	padding-bottom: 15px;
	display: block;
	line-height: 1.4;
	position: static;
	font-weight: 300;
	background-color: transparent;
	color: #404c53;
	word-break: break-word;
	border-bottom: 1px solid #c3c3c3 ;
	margin: 0 auto 30px;
}
.header-x .survey-name-url{
	/* border-bottom: 1px solid #c3c3c3;
	margin-bottom: 30px; */
	color: var(--theme-color);
	font-size: 16px;
	text-decoration: underline;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
	word-break: break-all;
}
.header-x .survey-name-url:hover{
	text-decoration: underline;
 }
.survey{
	background-color: #6f5ba7;
	background-color: var(--theme-color);
	opacity:1;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding: 15px 26px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 40px;
	-webkit-box-shadow: 8px 10px 20px rgba(46,61,73,0.15);
	-moz-box-shadow: 8px 10px 20px rgba(46,61,73,0.15);
	box-shadow: 8px 10px 20px rgba(46,61,73,0.15);
	font-family: 'Proxima Nova', Avenir, 'Helvetica Neue', Arial, sans-serif;
}
.survey:hover{
	background-color: #6f5ba7;
	background-color: var(--theme-color);
	color: #fff;
	opacity:0.95;
	-webkit-box-shadow: 2px 4px 8px rgba(46,61,73,0.2);
	-moz-box-shadow: 2px 4px 8px rgba(46,61,73,0.2);
	box-shadow: 2px 4px 8px rgba(46,61,73,0.2);
}
.header-navbar{
	/* width: 410px; */
	width: auto;
	margin: 0 auto;
}
.menu{
	position: relative;
	display: flex;
	justify-content: center;
}
.menu > li{
	float: left;
	margin: 0 10px;
}
.menu li a{
	font-size: 16px;
	color: #6f5ba7;
	color: var(--theme-color);
	/* color: #5F9CE4; */
	font-weight: 400;
}
.menu li .active{
	color: #43425D;
}
.menu li a:hover{
	color: #43425D;
}
.menu-collapse{
	position: relative;
	background-color: transparent;
	border:none;
	display: block;
	height: 20px;
	outline: none;
}
.menu-collapse:after{
	width: 14px;
	height: 2px;
	background-color: #6f5ba7;
	background-color: var(--theme-color);
	/* background-color: #5F9CE4; */
	position: absolute;
	content: '';
	top: 11px;
	left: 0;
	transition:0.7s ease;
}
.menu-collapse:before{
	width: 2px;
	height: 15px;
	background-color: #6f5ba7;
	background-color: var(--theme-color);
	/* background-color: #5F9CE4; */
	position: absolute;
	content: '';
	top: 4px;
	left: 6px;
	transition:0.7s ease;
}
.menu-collapse:hover:after, .menu-collapse:hover:before{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

/*Dropdown Menu Styling*/
.sub-close{
	position: absolute;
	top: -12px;
	right: -12px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #6f5ba7;
	background-color: var(--theme-color);
	/* background-color: #5F9CE4; */
}
.sub-close:after, .sub-close:before{
	position: absolute;
	content: '';
	width: 2px;
	height: 15px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
	left: 14px;
}
.sub-close:before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.dropdown-menu{
	position: absolute;
	width: 600px;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fafafa;
	padding: 25px 30px 10px;
	border:1px solid #e9e9e9;
	-webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 10px 15px rgba(0,0,0,0.1);
	box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
.selected-language{
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
}
.selected-language li{
	float: left;
	width: 20%;
	text-align: left;
}
.selected-language li a{
	font-size: 17px;
}
.sub-lang{
	width: 20%;
	text-align: left;
	padding-top: 10px;
}
.sub-lang li{
	margin-bottom: 15px;
}
.sub-lang li a{
	font-size: 16px;
}
.dropthought{
	position: fixed;
	bottom: 1px;
	left: 0;
	right: 0;
	z-index: -1;
}
.landing {
	position: relative;
	min-height: calc(100vh - 45px);
	margin-top: 0;
	display: table;
	width: 100%;
}

/*Last page*/
.thanks h2{
	border-bottom: none;
}


@media only screen and (max-width: 1172px) {

	.container{
		width: 95%;
		padding: 60px 30px 50px;
	}
	.overall-form{
		margin-top:30px;
	}
	.progress{
		width: 769px;
	}
	/* .rating li{
		margin-right: 28px;
	} */
	.rating li a{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}


:body {
	--theme-color: #6f5ba7;
  }

  /*------------------Styling for rating page------------------*/
  .rating{
	  position: relative;
	  margin-bottom: 15px;
  }

  /* .rating li{
	  float: left;
	  margin-right: 41px;
	  position: relative;
  } */
  .rating li:last-child{
	  margin-right: 0;
  }
  .rating li a{
	  width: 53px;
	  height: 53px;
	  background-color: #fff;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
	  text-align: center;
	  line-height: 53px;
	  font-size: 17px;
	  color: #707070;
  }
  .rating li a:hover{
	  color: #fff;
  }
  .not-likeable{
	  -webkit-box-shadow: 0 5px 7px rgba(210,49,60,0.5);
	  -moz-box-shadow: 0 3px 7px rgba(210,49,60,0.5);
	  box-shadow: 0 3px 7px rgba(210,49,60,0.5);
  }
  .medium-rate{
	  -webkit-box-shadow: 0 3px 7px rgba(255,179,5,0.5);
	  -moz-box-shadow: 0 3px 7px rgba(255,179,5,0.5);
	  box-shadow: 0 3px 7px rgba(255,179,5,0.5);
  }
  .excellent-rate{
	  -webkit-box-shadow: 0 3px 7px rgba(28,188,98,0.5);
	  -moz-box-shadow: 0 3px 7px rgba(28,188,98,0.5);
	  box-shadow: 0 3px 7px rgba(28,188,98,0.5);
  }
  .not-likeable:hover{
	  background-color: rgba(210,49,60,1);
  }
  .rating li .not-likeable-active{
	  background-color: rgba(210,49,60,1);
	  color: #fff;
  }
  .medium-rate:hover{
	  background-color: rgba(255,179,5,1);
  }
  .rating li .medium-rate-active{
	  background-color: rgba(255,179,5,1);
	  color: #fff;
  }
  .excellent-rate:hover{
	  background-color: rgba(28,188,98,1);
  }
  .rating li .excellent-rate-active{
	  background-color: rgba(28,188,98,1);
	  color: #fff;
  }
  .info-rating{
	  display: block;
	  position: absolute;
	  top: 100%;
	  margin-top: 15px;
	  left: 0;
	  /* width: 120px; */
	  width: 100%;
  }

  .greaterthanfive .info-rating{
    width:120px !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

  .nps-label{
	  width: 90px;
  }

  .excellent-rate + .info-rating{
	  right: 0;
	  left: auto;
	  width: 95px;
  }
  .info-rating-mobile{
	  display: none;
	 }
  /*Textarea Styling*/
  .comment{
	  position: relative;
  }
  .comment textarea{
	  width: 100%;
	  height: 100px;
	  resize: none;
	  border: 2px solid #dfdfdf;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  font-family: 'Proxima Nova', Avenir, Helvetica Neue, arial, sans-serif;
	  padding: 10px 20px;
	  color: #43425D;
	  text-align: left;
	  font-size: 16px;
	  font-weight: 400;
	  -webkit-appearance: none;
  }
   textarea:focus {
	   outline: none !important;
	box-shadow: 0 0 3px #6f5ba7;
	box-shadow: 0 0 3px var(--theme-color);
	border: 1px solid #6f5ba7;
	border: 1px solid var(--theme-color);
  }
  .default-circle{
	  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  }
  .default-circle:hover{
	background-color: #6f5ba7;
	background-color: var(--theme-color);
	  color: #fff;
  }
  .rating li .default-circle-active{
	background-color: #6f5ba7;
	background-color: var(--theme-color);
	  color: #fff;
  }
  /* .rating li:after{
	  position: absolute;
	  content: '';
	  top: 48%;
	  left: 100%;
	  width: 99%;
	  height: 3px;
	  background-color: #e6e6e6;
  } */
  .rating li:last-child:after{
	  display: none;
  }
  /*------------------Styling for Rating Question page------------------*/
  .rating-question .rating{
	  margin-bottom: 70px;
  }
  .rating li:last-child .info-rating{
	  right: 0;
	  left: auto;
	  width: 100%;
	  text-align:right;
  }

  .rating li:last-child .nps-label{
	  width: 70px;
  }

  .comment .words-left{
	  position: absolute;
	  right: 0;
	  top:100%;
	  margin-top: 5px;
  }
  /*------------------Styling for Overall Expierence page------------------*/
  .rating-expresions{
	  padding: 0 0 35px 10px;
	  display: flex;
	  align-items: center;
  }
  .rating-expresions li{
	  text-align: center;
	  display:flex;
	  justify-content: center;
	  width:calc(100% / 5);
	  align-self: flex-start;
  }
  .rating-expresions li a{
	  color: #43425D;
	  display: flex;
	  width:100% !important;
	  flex-direction: column;
	  align-items: center;
  }
  .container.mobile .rating-expresions li a{
	  display:block;
  }
  .rating-expresions li:last-child{
	  margin-right: 0;
  }
  .rating-expresions li em{
	  display: block;
	  margin-bottom: 10px;
	  /* transition:0.25s ease; */
  }
  .icon-very-poor{
	  background-position: 0 0;
  }
  .icon-fair{
	  background-position: -106px -1px;
  }
  .icon-neutral{
	  background-position: -213px 0;
  }
  .icon-good{
	  background-position: -319px 0;
  }
  .icon-excellent{
	  background-position: -434px 0;
  }
  .rating-expresions li a:hover .icon-very-poor{
	  background-position: 0 -82px;
  }
  .rating-expresions li a:hover .icon-fair{
	  background-position: -102px -82px;
  }
  .rating-expresions li a:hover .icon-neutral{
	  background-position: -213px -81px;
  }
  .rating-expresions li a:hover .icon-good{
	  background-position: -319px -81px;
  }
  .rating-expresions li a:hover .icon-excellent{
	  background-position: -434px -81px;
  }
  .radio-buttons,.check-buttons{
	  margin-bottom: 30px;
  }

  /*Active classes for rating-expresions*/
  .icon-very-poor-active{
	  background-position: 0 -82px;
  }
  .icon-fair-active{
	  background-position: -102px -82px;
  }
  .icon-neutral-active{
	  background-position: -213px -81px;
  }
  .icon-good-active{
	  background-position: -319px -81px;
  }
  .icon-excellent-active{
	  background-position: -434px -81px;
  }
  /*Custom Styling For Chechbox and Radio*/
  .btn-custom{
	  display: block;
	  font-size: 14px;
	  position: relative;
	  margin-bottom: 2px;
	  cursor: pointer;
	  padding: 9px 0 9px 40px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
  }
  .btn-custom input{
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
  }
  .radio-btn{
	 position: absolute;
	 top: 6px;
	 left: 12px;
	 height: 21px;
	 width: 21px;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 border-radius: 50%;
	 background-color: transparent;
	 border: 2px solid #a9a9a9;
  }

  .radio-btn:after {
	content: "";
	position: absolute;
	display: none;
	top: 4px;
	left: 4px;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 50%;
	background-color: #6f5ba7;
	background-color: var(--theme-color);
	-moz-border-radius: 50%;
	border-radius: 50%;
  }
  .btn-custom:hover{
	background: #F2F2F2;
	background: rgba(var(--theme-color-RGB));
  }
  .custom-radio input:checked ~ .radio-btn{
		border: 2px solid #6f5ba7;
		border: 2px solid var(--theme-color);
  }
  .custom-radio input:checked ~ .radio-btn:after{
	  display: block;
  }
  /*Checkbox*/
  .btn-check{
	  position: absolute;
	  top: 5px;
	  left: 12px;
	  height: 21px;
	  width: 21px;
	  background-color: #fff;
	  border: 2px solid #a9a9a9;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
  }
  .btn-check:after{
	 position: absolute;
	 content:'';
	 top: 1px;
	 left: 5px;
	 width: 7px;
	 height: 12px;
	 border: solid #fff;
	 border-width: 0 2px 2px 0;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
  }
  .custom-check input:checked ~ .btn-check{
	background-color: #6f5ba7;
	background-color: var(--theme-color);
		 border: 2px solid #6f5ba7;
	   border: 2px solid var(--theme-color);
  }
  .custom-check input:checked ~ .btn-check:after{
	  display: block;

  }

  .selected-option{
		background: #F2F2F2;
	  background: rgba(var(--theme-color-RGB));
  }

  .denotes-required{
	  margin-bottom:30px;
	  color: #cb0000;
  }

  .denotes-required span{
	  font-size:14px;
  }
  /*Custom Styling For Chechbox and Radio End*/

  .rating-agree{
	  float: right;
  }

  .rating-disagree{
	  float: left;
  }

  .slider-question{
	  margin-bottom: 100px;
	}


.popup {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

/* The actual popup */
.popup .popuptext {
	visibility: hidden;
	background-color: #ffe0e5;
	color: #000000;
	text-align: center;
	border-radius: 12px;
	padding: 8px 0;
	padding-left: 17px;
	padding-right: 10px;
	position: relative;
	z-index: 10;
	bottom: 10%;
	left: 3%;
}
/* #ffe0e5 */
/* Popup arrow */
.popup .popuptext::before {
	content: "";
	position: absolute;
	background-color: #ffe0e5;
	width: 17px;
	height: 18px;
	bottom: 46.1654%;
	right: 99.2%;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform-origin: 5px 25px;
	-ms-transform-origin: 5px 25px;
	-moz-transform-origin: 5px 25px;
	-webkit-transform-origin: 5px 25px;
}

.popup .show {
	visibility: visible;
}

/*FOR 769PX*/
@media only screen and (max-width: 1099px) {

	.container{
		width: 90%;
		padding: 60px 30px 50px;
	}
	.overall-form{
		margin-top:30px;
	}
	.progress{
		width: 769px;
	}
	/* .rating li{
		margin-right: 15px;
	} */
	.rating li a{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	ul.lessthanfive > li{
		width:100px !important;
	}
}
/*FOR 320PX*/
/*@media only screen and (max-width: 321px) {
	.menu > li{


}*/
/*FOR 768PX*/
@media only screen and (max-width: 768px) {
	body{
		position: relative;
	}
	h1{
		font-size: 22px;
	}
	h2{
		top: 0;
		padding: 15px 30px;
		background-color: #fff;
		font-size: 14px;
		background-color: #5F626A;
		color: #fff;
		bottom: auto;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	h3{
		font-size: 16px;
		margin-bottom: 14px;
	}
	#wrapper{
		padding: 0;
		background-color: white;
		padding: 60px 0 !important;
	}
	.container{
		margin: 0 auto;
		padding: 50px 30px 90px;
		width: auto;
		border: none;
	}
	.overall-form{
		margin-top:30px;
	}
    /*----------------------------Header Styling-----------------------------*/
   .header-x .container{
   		position: static;
   		margin: 0 auto;
   		padding: 20px 0;
   }
   .header-x .container:after{
   	    display: none;
   }
   .brand-logo{
   		margin-bottom: 20px;
   }
   .survey{
   		font-size: 18px;
   		padding: 10px 20px;
   }
   .header-x h2{
		   border-bottom: 1px solid #c3c3c3 ;
		   width: 90%;
		   margin: 0 auto 30px;
		   font-size: 17px;
		   word-break: break-word;
		   border-radius: 0;
		   -webkit-border-radius: 0;
		   -moz-border-radius: 0;
		   -ms-border-radius: 0;
		   -o-border-radius: 0;
}
   .header-navbar{
   		max-width: 107px;
   }
   .menu li{
   		/* margin: 0 1.5% 8px; */
   		text-align: center;
			margin: 0 10px;
   }
   .menu > li:first-child{
   		margin-left: 0px;
   }
   .menu > li:last-child{
		margin-right: 0;
   }
   .menu li a{
   		font-size: 15px;
   }
   .dropdown-menu{
	   	width: 270px;
	   	padding-right: 0;
	   	padding-left: 0;
   }
   .sub-lang{
   		width: 33.3%;
   }
   .selection-language{
   	    overflow-y: scroll;
		height: 200px;
   }
   .selected-language li:last-child{
   	    margin-left: 8px;
   }

    /*----------------------------Header Styling End-----------------------------*/

   /*------------------Styling for rating page------------------*/
   .rating li:after{
   	    display: none;
	}
   .rating li{
   		float: none;
   		margin-bottom: 8px;
   		margin-right: 0;
   }
   .rating li a{
   		width: 100%;
   		height: 35px;
   		line-height: 35px;
   		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 14px;
   }
   .info-rating{
		display: none;
   }
   .info-rating-mobile{
   		display: inline-block;
   }
   .page-navigator{
   		margin-top: 50px;
   }
   .page-navigator a{
		font-size: 15px;
		padding: 10px 25px;
   }
   /*------------------Styling for rating-Question page------------------*/
  .rating-question .rating{
  	    margin-bottom: 35px;
  }
  /*------------------Styling for Overall Expierence page------------------*/
  .rating-expresions{
  		padding: 0px 15px 10px;
  }
  .rating-expresions li{
		float: none;
		margin-bottom: 5px;
		text-align: left;
  }
  .rating-expresions li em{
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
		margin-right: 10px;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
  }
  .radio-buttons, .check-buttons{
  	margin-bottom: 20px;
  }
  /*Required Input Styling*/
  .required span{
	font-size: 13px;
	font-weight: 400;
	color: #cb0000;
  }
   /*Progress Bar Styling*/
  .progress{
  	    padding:10px 35px;
  	    width: auto;
  	    text-align: center;
   }
   .progress-bar{
		height: 7px;
	}
	.progress-line{
		height: 7px;
	}
	/*Progress Bar Styling End*/

	.popup {
		position: relative;
		display: block;
		cursor: pointer;
	}

	/* The actual popup */
	.popup .popuptext {
		visibility: hidden;
		background-color: #ffe0e5;
		color: #000000;
		text-align: center;
		border-radius: 12px;
		padding: 8px 0;
		padding-left: 17px;
		padding-right: 10px;
		position: relative;
		z-index: 10;
		bottom: 10%;
		left: 3%;
		margin-top: 10px;
	}
	/* #ffe0e5 */
	/* Popup arrow */
	.popup .popuptext::before {
		content: "";
		position: absolute;
		background-color: #ffe0e5;
		width: 17px;
		height: 17px;
		-webkit-transform-origin: 5px 25px;
		-webkit-transform: rotate(45deg);
		bottom: 83%;
		right: 96%;
	}

	.popup .show {
		visibility: visible;
	}

	/*DTV-4908-r*/
	.preview-header-min{
		padding-top:60px !important;
	}
}
/*DTV-1292-r style starts*/
.other-input-label{
	padding:4px 0 4px 40px;
}
.other-input-label:hover{
	cursor: default !important;
	background-color: transparent !important;
}
.other-input-label .d-flex.y-center{
	margin:-5px 0 0 0;
}
.other-input-label > div > input{
	position: absolute;
    width: auto;
    cursor: pointer;
}
.other-input-ip{
	position: inherit !important;
    width: 350px !important;
    height: 28px !important;
    border-bottom: 1px solid #ddd !important;
    opacity: 1 !important;
    visibility: visible;
    display: inline-block;
    background-color: transparent;
    font-size: 15px !important;
	padding: 0!important;
	margin-left:10px;
}
.custom-check input:checked ~ .other-input-ip,
.custom-check input:checked ~ textarea,
.custom-radio input:checked ~ .other-input-ip,
.custom-radio input:checked ~ textarea{
	border-bottom:2px solid var(--theme-color) !important;
}



/*Preview Mobile */
.mobile .header-x .container{
	padding:40px 0;
}
.mobile{
	padding: 20px 20px !important;
  /* border: 1px solid white !important; */
}
.mobile .rating-question .rating{
	margin-bottom: 35px;
}
.mobile .rating-expresions{
	padding: 0px;
	display: block;
}
.mobile .rating-expresions li{
  float: none;
  margin-bottom: 5px;
  text-align: left;
}
.mobile .rating-expresions li em{
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.mobile .radio-buttons, .check-buttons{
margin-bottom: 20px;
}
.mobile .required span{
font-size: 13px;
font-weight: 400;
color: #cb0000;
}
.mobile .rating li:after{
		 display: none;
}
.mobile .rating li{
	 float: none;
	 margin-bottom: 8px;
	 margin-right: 0;
}
.mobile .rating li a{
	 width: 100%;
	 height: auto;
	 line-height: inherit;
	 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 font-size: 14px;
 padding: 10px;
 min-height: 34px;
}
.mobile .info-rating{
 display: none;
}
.mobile .info-rating-mobile{
	 display: inline-block;
}
.mobile .page-navigator{
	 margin-top: 50px;
}
.mobile .page-navigator a{
 font-size: 15px;
 padding: 10px 25px;
}
.mobile span{
	display: inline-block;
}
.mobile .overall-form.ng-untouched .rating li{
	margin-right:0px;
}
 /* .mobile .rating-moods a:first-child{
	 width:150px !important;
 } */
 .mobile h3
{
	font-size: 16px;
	font-weight:500;
  color: #4D4F5C;
  margin-bottom: 12px;
}

.mobile .charCount{
	padding-bottom:20px;
	width:100%;
}

.mobile .p-name{
	top: 0;
    padding: 15px 30px;
    background-color: #fff;
    font-size: 14px;
    background-color: #5F626A;
    color: #fff;
    bottom: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	position: initial !important;
}
/* .mobile .form-wrap-preview{
	margin-top:55px;
} */
/* .mobile .header-x{
	top:initial !important;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
} */
/*Preview Mobile ends here */

/* metadata and open question css */

.charCount{
	font-size: 14px;
	float: right;
	color: #A8A2AD;
}

.metaTypeInfo{
	font-size: 14px;
	float: left;
	color: #A8A2AD;
	margin-bottom:5px;
}
.anonyInfo{
	font-size: 14px;
	float: left;
	color: #A8A2AD;
	margin-bottom:5px;
}

/* metadata and open question css end */

/*DTV-4294-r*/
.other-input-label .other-span{
	margin:6px 10px 0 0;
}

/*DTV-4537-r*/
.iPad.landscape .tablet .rating-expresions > li:not(:last-child){
	padding-right: 5px;
}

/*DTV-4673-r*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.rating-expresions li a span{
		display: table-cell !important;
	}
}
.preview-landing .header-x{
	max-height: calc(100vh - 100px) !important;
}
.preview-landing .m100{
	margin:0 auto !important;
}
.preview-welcome-page{
	min-height: calc(100vh - 80px);
}
.preview-landing .preview-header-min{
	/* padding-top:60px !important; */
}
.previewDevice.iPad.landscape .preview-header-min,
.previewDevice.iphone .preview-header-min{
	padding-top:0 !important;
}
.previewDevice.iPad.landscape .header-x{
	top:50px !important;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.preview-landing .preview-maincontent{
	padding:10px 0 0 0 !important
}
.template-advpreview .preview-maincontent, 
.template-advpreview .m100 figure.dropthought{
	max-width: calc(100% - 346px);
    margin: 0 0 0 10px !important;
}
#survey-creation-component_div_survey-creation-rating-question{
    display:none;
}
/*CSUP-836*/
.nps-alone > ul > li span{
	word-break: keep-all;
} 
.dash-preview.landing,
.preview-header-min{
	height: calc(100vh - 45px);
	margin-top: 45px;
}
/*Rating style*/
.rating-expresions > li{
	position: relative;
}
.rating-star {
	display: flex;
	flex-direction: initial;
	width: 100%;
	/* justify-content: space-between; */
}
.rating-star li label{
    width: 80px;
    height: 64px;
	background-image: url(../images/Star-sprite.png);
	background-repeat: no-repeat;
	/* background-position: 0 0; */
	display: block;
	cursor: pointer;
}
/* .rating-star li.poor:hover label,
.rating-star li.poor:hover ~ li label, */
.rating-star li.poor.active label
/* .rating-star li.poor.active ~ li label */
{
	background-position:-1px -80px;
}
/* .rating-star li.fair:hover label,
.rating-star li.fair:hover ~ li label, */
.rating-star li.fair.active label
/* .rating-star li.fair.active ~ li label */
{
	background-position: -85px -80px;
}
/* .rating-star li.neutral:hover label,
.rating-star li.neutral:hover ~ li label, */
.rating-star li.neutral.active label
/* .rating-star li.neutral.active ~ li label */
{
	background-position: -167px -80px;
}
/* .rating-star li.good:hover label,
.rating-star li.good:hover ~ li label, */
.rating-star li.good.active label
/* .rating-star li.good.active ~ li label */
{
	background-position: -251px -80px;
}
/* .rating-star li.excellent:hover label,
.rating-star li.excellent:hover ~ li label, */
.rating-star li.excellent.active label
/* .rating-star li.excellent.active ~ li label */
{
	background-position: -335px -80px;
}
/* new style */
.rating-star.poor li.poor label{
	background-position:-1px -80px;
}
.rating-star.fair li.poor label, .rating-star.fair li.fair label{
	background-position: -85px -80px;
}
.rating-star.neutral li.poor label, .rating-star.neutral li.fair label, .rating-star.neutral li.neutral label{
	background-position: -167px -80px;
}
.rating-star.good li.poor label, .rating-star.good li.fair label, .rating-star.good li.neutral label, .rating-star.good li.good label{
	background-position: -251px -80px;
}
.rating-star.excellent li.poor label, .rating-star.excellent li.fair label, .rating-star.excellent li.neutral label, .rating-star.excellent li.good label, .rating-star.excellent li.excellent label{
	background-position: -335px -80px;
}
.rating-expresions > li > span{
	margin-top: 16px;
}

.heart-rating li.active::after,
.rating-star li.active::after,
.like-rating li.active::after{
	/* background-image: url(../images/star-gif.gif); */
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 125%;
	top:-12px;
	bottom:0;
	left: 0;
	right: 0;
	background-size: contain;
	content: '';
}
.heart-rating li.active::after{
	/* background-image: url(../images/heart-anim.gif); */
	background-position: center;
}
.heart-rating li label{
	background-position: -10px -159px !important;
	width: 66px;
    height: 54px;
}
/* .heart-rating li.poor:hover label,
.heart-rating li.poor:hover ~ li label, */
.heart-rating li.poor.active label
/* .heart-rating li.poor.active ~ li label */
{
	background-position:-10px -221px !important;
}
/* .heart-rating li.fair:hover label,
.heart-rating li.fair:hover ~ li label, */
.heart-rating li.fair.active label
/* .heart-rating li.fair.active ~ li label */
{
	background-position: -93px -221px !important;
}
/* .heart-rating li.neutral:hover label,
.heart-rating li.neutral:hover ~ li label, */
.heart-rating li.neutral.active label
/* .heart-rating li.neutral.active ~ li label */
{
	background-position: -175px -221px !important;
}
/* .heart-rating li.good:hover label,
.heart-rating li.good:hover ~ li label, */
.heart-rating li.good.active label
/* .heart-rating li.good.active ~ li label */
{
	background-position: -259px -221px !important;
}
/* .heart-rating li.excellent:hover label,
.heart-rating li.excellent:hover ~ li label, */
.heart-rating li.excellent.active label
/* .heart-rating li.excellent.active ~ li label */
{
	background-position: -344px -221px !important;
}
/* new style */
.heart-rating.poor li.poor label{
	background-position:-10px -221px !important;
}
.heart-rating.fair li.poor label, .heart-rating.fair li.fair label{
	background-position: -93px -221px !important;
}
.heart-rating.neutral li.poor label, .heart-rating.neutral li.fair label, .heart-rating.neutral li.neutral label{
	background-position: -175px -221px !important;
}
.heart-rating.good li.poor label, .heart-rating.good li.fair label, .heart-rating.good li.neutral label, .heart-rating.good li.good label{
	background-position: -259px -221px !important;
}
.heart-rating.excellent li.poor label, .heart-rating.excellent li.fair label, .heart-rating.excellent li.neutral label, .heart-rating.excellent li.good label, .heart-rating.excellent li.excellent label{
	background-position: -344px -221px !important;
}

.like-rating li.active::after{
	/* background-image: url(../images/thumb-anim.gif); */
	background-position: center;
}
.like-rating li label{
	width: 70px;
    height: 68px;
}
.like-rating li.hate label{
	background-position: -4px -304px !important;
}
.like-rating li.hate:hover label,
.like-rating li.hate.active label{
	background-position:-7px -384px !important
}
.like-rating li.dislike label{
	background-position: -93px -304px !important;
}
.like-rating li.dislike:hover label,
.like-rating li.dislike.active label{
	background-position: -93px -384px !important;
}
.like-rating li.neutral-like label{
	background-position: -174px -304px !important;
}
.like-rating li.neutral-like:hover label,
.like-rating li.neutral-like.active label{
	background-position: -170px -383px !important;
}
.like-rating li.like label{
	background-position: -255px -304px !important;
}
.like-rating li.like:hover label,
.like-rating li.like.active label{
	background-position: -254px -383px !important;
}
.like-rating li.love label{
	background-position: -342px -303px !important;
}
.like-rating li.love:hover label,
.like-rating li.love.active label{
	background-position: -342px -382px !important;
}

.star-rrating li.poor:hover label{
	background-position: -1px -80px !important;
}
.star-rrating li.fair:hover label{
	background-position: -85px -80px !important;
}
.star-rrating li.neutral:hover label{
	background-position: -167px -80px !important;
}
.star-rrating li.good:hover label{
	background-position: -251px -80px !important;
}
.star-rrating li.excellent:hover label{
	background-position: -335px -80px !important;
}

.heart-rating li.poor:hover label{
	background-position: -10px -221px !important;
}
.heart-rating li.fair:hover label{
	background-position: -93px -221px !important;
}
.heart-rating li.neutral:hover label{
	background-position: -175px -221px !important;
}
.heart-rating li.good:hover label{
	background-position: -259px -221px !important;
}
.heart-rating li.excellent:hover label{
	background-position: -344px -221px !important;
}