:body {
	--theme-color: #6f5ba7;
	--theme-color-RGB: #6f5ba7;
}

.lang-trl{
	direction: rtl !important;
}

/* 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 {
	direction:rtl;
	font-size: 31px;
	margin-bottom: 25px;
}
h2 {
	direction:rtl;
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	right: 0;
	font-size: 16px;
	font-weight: 600;
	left: 0;
}
h3{
	direction:rtl;
	font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
    /* font-weight: 300; */
}

/* 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: 70px;
}
.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: 100% 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: right;
}
.next-btn{
	float: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: left;
}
.text-left{
	text-align: right;
}
.text-uppercase{
	text-transform: uppercase;
}
 
/* Global style */
#wrapper{
	padding: 0 15px;

}
.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;
	right: 0;
	left: 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-right: 4px;
}
.required{
	direction:rtl;
	padding-right: 15px;
}
.required span{
	font-size: 14px;
	font-weight: 500;
	color: #b94e4e;
}
/* Header Styles */
.header-x {
	/* position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%); */
	display: table-cell;
	vertical-align: middle;
}
.header-x .container {
	padding: 55px 60px 30px;
	position: relative;
	margin: 0 auto;
}
.landing .header-x .container:after{
	position: absolute;
	content: '';
	top: 0;
	right: 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{
	padding: 0;
	font-size: 18px;
	padding-bottom: 15px;
	display: block;
	line-height: 1.4;
	position: static;
	font-weight: 300;
	background-color: transparent;
	color: #43425D;
	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:.9;
	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: #fff;
	color: #5F9CE4; */
	color: #6f5ba7;
	background-color: var(--theme-color);
	color: #fff;
	opacity:.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: right;
	margin: 0 10px;
}
.menu li a{
	font-size: 16px;
	/* color: #5F9CE4; */
	color: #6f5ba7;
	color: var(--theme-color);
	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;
	color: #6f5ba7;
	background-color: var(--theme-color);
	position: absolute;
	content: '';
	top: 11px;
	right: 0;
	transition:0.7s ease;
}
.menu-collapse:before{
	width: 2px;
	height: 15px;
	color: #6f5ba7;
	background-color: var(--theme-color);
	position: absolute;
	content: '';
	top: 4px;
	right: 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;
	left: -12px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #6f5ba7;
	background-color: var(--theme-color);
}
.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;
	right: 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;
	right: 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: right;
	width: 20%;
	text-align: right;
}
.selected-language li a{
	font-size: 17px;
}
.sub-lang{
	width: 20%;
	text-align: right;
	padding-top: 10px;
}
.sub-lang li{
	margin-bottom: 15px;
}
.sub-lang li a{
	font-size: 16px;
}
.dropthought{
	position: fixed;
	bottom: 1px;
	right: 0;
	left: 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;
}

textarea{
    /* direction: rtl; */
    unicode-bidi: bidi-override;
}


@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-left: 28px;
	} */
	.rating li a{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}

/*FOR 769PX*/
@media only screen and (max-width: 1099px) {

	.container{
		width: 90%;
		padding: 60px 20px 50px;
	}
	.overall-form{
		margin-top:30px;
	}
	.progress{
		width: 769px;
	}
	.rating li{
		margin-left: 15px;
	}
	.rating li a{
		width: 43px;
		height: 43px;
		line-height: 43px;
	}
}

@media screen and (max-width:1024px){
	.rating li a{
		width: 43px !important;
		height: 43px !important;
		line-height: 43px !important;
	}
}
/*FOR 320PX*/
/*@media only screen and (max-width: 321px) {
	.menu > li{


}*/


textarea {
	/* direction: rtl; */
	unicode-bidi: bidi-override;
}


/*------------------Styling for rating page------------------*/
.rating{
	position: relative;
	margin-bottom: 15px;
}

.rating li{
	float: right !important;
	/* margin-left: 41px; */
	position: relative;
}
.rating li:last-child{
	margin-left: 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: 50px;
	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;
	right: 0;
	/* width: 120px; */
	width: 100%;
	text-align: right;
}

.nps-label{
	width: 90px;
}

.excellent-rate + .info-rating{
	left: 0;
	right: auto;
	width: 95px;
}
.info-rating-mobile{
	display: none;
   }
/*Textarea Styling*/
.comment{
	position: relative;
}
.comment textarea{
	direction:rtl;
	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: right;
	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);
	direction: ltr
}
.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;
	direction: ltr
}
/* .rating li:after{

	position: absolute;
	content: '';
	top: 48%;
	right: 100%;
	width: 99%;
	height: 3px;
	background-color: #e6e6e6;
} */
.rating.lessthanfive li::after{
	left:63px;
}
.rating li:last-child:after{
	display: none;
}
/*------------------Styling for Rating Question page------------------*/
.rating-question .rating{
	margin-bottom: 70px;
}
.rating li:last-child .info-rating{
	left: 0;
	right: auto;
	width: 100%;
	text-align:left;
}

.rating li:last-child .nps-label{
	width: 70px;
}

.comment .words-left{
	position: absolute;
	left: 0;
	top:100%;
	margin-top: 5px;
}
/*------------------Styling for Overall Expierence page------------------*/
.rating-expresions{
	padding: 0 10px 35px 0;
}
.rating-expresions li{
    text-align: center;
    display: flex;
    justify-content: center;
	width: calc(100% / 5);
	margin-left: 0;
	float:right !important;
	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-left: 0;
}
.rating-expresions li em{
	display: block;
	margin-bottom: 10px;
	/* transition:0.25s ease; */
}
.icon-very-poor{
	/* background-position: 100% 0; */
	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: 100% -82px; */
	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: 100% -82px; */
	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{
	direction:rtl;
	display: block;
	font-size: 14px;
	position: relative;
	margin-bottom: 2px;
	cursor: pointer;
	padding: 9px 40px 9px 0;
	-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;
	right: 0;
}
.radio-btn{
   position: absolute;
   top: 6px;
   right: 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;
  right: 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: #6f5ba7;
	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;
    right: 12px;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 2px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
		-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}
.btn-check:after{
   position: absolute;
   content:'';
   top: 1px;
   right: 5px;
   width: 7px;
   height: 12px;
   border: solid #fff;
   border-width: 0 0 2px 2px;
   -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: #6f5ba7;
	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*/
/* textarea {
	direction: rtl;
	unicode-bidi: bidi-override;
} */

.slider-question{
	margin-bottom: 100px;
}
.container h1, h2, h3, p, button, span, a{
	/* direction: rtl; */
	/* unicode-bidi: bidi-override; */
}
.header-navbar a, .preview-header{
	direction: ltr;
	/* unicode-bidi: bidi-override; */
}


.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: 10px;
	padding-right: 20px;
	position: relative;
	z-index: 10;
	bottom: 11%;
	right: 5%;
}
/* #ffe0e5 */
/* Popup arrow */
.popup .popuptext::before {
	content: "";
	position: absolute;
	background-color: #ffe0e5;
	width: 17px;
	height: 17px;
	bottom: 45%;
	right: 3.5%;
	-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 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;
	}

	.survey{
		margin-bottom:40px;
	}

	.dropthought{
			/* margin-bottom:15px; */
	}

	.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: 270px;
		   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-right: 0px;
   }
   .menu > li:last-child{
		margin-left: 0;
   }
   .menu li a{
   		font-size: 15px;
   }
   .dropdown-menu{
	   	width: 270px;
	   	padding-left: 0;
	   	padding-right: 0;
   }
   .sub-lang{
   		width: 33.3%;
   }
   .selection-language{
   	    overflow-y: scroll;
		height: 200px;
   }
   .selected-language li:last-child{
   	    margin-right: 8px;
   }

    /*----------------------------Header Styling End-----------------------------*/

   /*------------------Styling for rating page------------------*/
	 .rating li:after{
	     	    display: none;
	  	}
   .rating li{
   		float: none;
   		margin-bottom: 8px;
   		margin-left: 0;
   }
   .rating li a{
   		width: 100% !important;
   		height: 35px;
   		line-height: 35px;
   		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 14px;
   }
   .info-rating,
   .rating li:last-child:after{
		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{
		direction:rtl;
		margin-bottom: 5px;
		text-align: right;
		margin-left:0;
  }
  .rating-expresions li em{
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
		margin-left: 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: 10px;
		padding-right: 20px;
		position: relative;
		z-index: 10;
		bottom: 10%;
		left: 0%;
		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: 11%;
	}

	.popup .show {
		visibility: visible;
	}

	/*DTV-4908-r*/
	.preview-header-min{
		padding-top:60px !important;
	}

}

/*End user style for RTL*/

.preview-maincontent .form-wrap-preview .rating li:first-child:after{
	display: block;
}
.preview-maincontent .form-wrap-preview .rating li:last-child:after{
	display:none;
}
.preview-maincontent .mobile .form-wrap-preview .rating li:first-child:after{
	display:none !important;
}
.preview-maincontent .form-wrap-preview .rating li:last-child{
	margin-right:0 !important;
}

.overall-form .rating li:last-child{
	margin-right: 28px !important;
}
.overall-form .rating.matrix-sub-list li.matrix-last-li{
	margin-right:0 !important;
}
.overall-form.ng-untouched .rating li:first-child{
	margin-right:0;
}
@media screen and (max-width: 991px){
.overall-form.ng-untouched .rating li {
    margin-right: 10px !important;
}
}

/*DTV-1292-r RTL style starts*/
.other-input-label{
	padding:4px 40px 4px 0;
}
.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;
	left: auto;
    right: 0;
}
.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-right: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;
}

.rating li:last-child::after {
display:block;
}
.rating li:first-child::after {
display:none;
}

/*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;
}
.mobile .rating-expresions li{
  float: none;
  margin-bottom: 5px;
  text-align: right;
}
.mobile .rating-expresions li em{
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-left: 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-left: 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;
	margin-left:0;
}
 /* .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;
}
/*Preview Mobile ends here */

.charCount{
    font-size: 14px;
    float: left;
    color: #A8A2AD;
}

.metaTypeInfo{
    font-size: 14px;
    float: right;
    color: #A8A2AD;
    margin-bottom:5px;
}
.anonyInfo{
    font-size: 14px;
    float: right;
    color: #A8A2AD;
    margin-bottom:5px;
}

.rating{
	direction:rtl;
}

.greaterthanfive .info-rating{
    width:120px !important;
    right: 50% !important;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
	left:auto !important;
}

/*DTV-4294-r*/
.other-input-label .other-span{
	margin:6px 0 0 10px;
}

/*DTV-4537-r*/
.iPad.landscape .tablet .rating-expresions > li:not(:last-child){
	padding-left: 5px;
}

.dash-preview.landing,
.preview-header-min{
	height: calc(100vh - 45px);
	margin-top: 45px;
}
/*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 10px 0 0 !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;
}