/*media query for desktop*/

@media all and (min-width: 1500px) {


}
@media all and (min-width: 1600px) {

}
@media all and (max-width: 1367px) {
	.colorpalette .tab-link li {
		margin-right: 50px !important;
	}
	.questions-title input[type="text"] {
		max-width: 85%;
	}
	.questions-graph.active .questions-title input[type="text"] {
		max-width: 80%;
	}
	/*/////////////////// New-publishpage responsive style's //////////////////////////////////*/
	.new-publishpage .distribution-wrapper{
	padding:30px;
	}
	.response.blk{
	display:block;
	}
	.activation{
	margin-bottom:20px;
	}
	.activation label{
	width:145px;
	}
	.de-activation label{
	width:145px;
	}
}
@media all and (max-width: 1199px) {
	.colorpalette .tab-link li {
		margin-right: 30px !important;
	}
	.container, .header {
		padding: 0 20px;
	}
	.container-md {
		padding-right: 0;
	}
	.side-column {
		padding: 32px 20px;
		width: 260px;
	}
	.questions-wrap {
		width: calc(100% - 260px);
		width: -webkit-calc(100% - 260px);
		padding: 22px 20px 20px 0;
	}
	.questions-graph {
		padding: 30px 15px 17px;
	}
	.questions-graph.active {
		width: calc(100% + 21px);
		width: -webkit-calc(100% + 21px);
	}
	.scale-chart {
		padding: 29px 30px 10px 30px;
	}
	.questions-graph.active .scale-chart {
		padding: 29px 51px 10px 30px;
	}

	.questions-title input[type="text"] {
		font-size: 15px;
		max-width: 86%;
	}
	.questions-graph.active .questions-title input[type="text"] {
		max-width: 85.5%;
	}

/*/////////////////// New-publishpage responsive style's //////////////////////////////////*/
.new-publishpage .distribution-wrapper{		
	/* ////////////////////  Programs page responsive style for header //////////////////////////////  */
	padding:30px;
			
}
	/* ////////////////////  Programs page responsive style for header //////////////////////////////  */
	.container.programspage .header{
		max-width:calc(100% - 115px);
	}
	.container.programspage .templates-cards-sec{
		max-width:100% !important;
	}

	/*Preview Page responsive*/

	.preview-landing .container,
	.content-header{
		max-width:90% !important;
	}

}
@media all and (max-width: 1023px) {
	.tab-link {
		font-size: 14px;
	}
	.colorpalette .tab-link li {
		margin-right: 30px !important;
	}
	.tab-link li:last-child {
		margin-right: 0;
	}
	.search-box:hover {
		width: 190px;
	}
	.theme-color {
		width: 45%;
	}
	.scale-chart {
		padding: 29px 15px 10px 15px;
	}
	.questions-graph.active .scale-chart {
		padding: 29px 36px 10px 15px;
	}
	.container-md .page-header {
		padding-right: 20px;
	}
	.add-page-head {
		padding: 23px 20px 12px 20px;
	}
	.questions-title {
		overflow: hidden;
	}
	.drop-list {
		right: -20px;
	}
	.rating-dropdown {
		right: -177px;
	}
	.questions-title input[type="text"] {
		max-width: 81%;
	}
	.questions-graph.active .questions-title input[type="text"] {
		max-width: 76.5%;
	}
	.status-scale li {
		margin-right: 15px;
	}
	.scale-chart ul:after {
		width: 53%;
	}
	.container-md .header {
		padding-top: 3px;
	}
	/*////////////////// Slider Responsive Style's ///////////////////////////  */
	.rating li a{
		width:42px;
		height:42px;
		line-height: 42px;
	}
	/*////////////////// Programs Responsive style's ////////////////////////   */
	.templates-cards-sec .template-card{
		width:48%;
		margin-right:2%;
	}
	.templates-cards-sec .template-card:nth-child(2n),
	.templates-cards-sec .template-card:last-child{
		margin-right:0 !important;
	}
	.templates-cards-sec .template-card:nth-child(3n){
		margin-right:2%;
	}
}

@media all and (max-width: 767px) {
	/* .show-mobile {
		display: block;
	}
	.content, .header {
		float: none;
		width: 100%;
	}
	.content {
		padding-top: 215px;
	}
	.content-md {
		padding-top: 170px;
	}
	.container, .header {
		padding: 0 15px;
	}
	.container-md .header {
		padding-right: 15px;
	}
	.sidebar {
		left: -65px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.page-header{
		padding-top: 30px;
	}
	.tab-link {
		justify-content: space-between;
		width: 100%;
		order: 2;
		flex-wrap: wrap;
	}
	.tab-link li {
		margin: 0 10px 10px;
	}
	.search-bar, .search-pannel, .search-list > li {
		flex-wrap: wrap;
	}
	.search-bar {
		padding: 10px 0;
	}
	.search-box{
		margin-bottom: 10px;
	}
	.search-pannel .select {
		margin: 0;
	}
	.popup-head {
		padding: 24px 15px 16px;
	}
	.popup-body {
		padding: 16px 15px 15px;
	}
	.popup-footer {
		padding: 11px 15px;
	}
	.btn-header {
		flex-wrap: wrap;
		padding: 40px 0 7px;
	}
	.breadcrumb {
		margin-bottom: 15px;
	}
	.breadcrumb li {
		font-size: 18px;
	}
	.breadcrumb li:after {
		width: 8px;
		height: 8px;
		top: 7px;
	}
	.breadcrumb li a {
		font-size: 15px;
	}
	.btn-wrap li {
		margin: 0 5px 0 0;
	}
	 .add-page-form{
		flex-wrap: wrap;
	}
	.container-md .page-header {
		padding-right: 0;
	}
	.side-column {
		min-height: inherit;
	}
	.questions-wrap {
		padding: 20px 0 0;
		margin-bottom: 20px;
	}
	.add-page-head {
		padding: 23px 15px 12px;
	}
	.add-page-head a {
		font-size: 15px;
	}
	.scale-chart {
		padding: 45px 0 10px;
	}
	.questions-graph.active .scale-chart {
		padding: 45px 0 10px;
	}
	.scale-chart ul {
		padding: 0 0 23px 0px;
	}
	.scale-chart ul:after, .scale-chart ul:before {
		left: 0;
	}
	.scale-chart ul:after {
		width: 55%;
	}
	.side-column {
		border-left: 0;
	}
	.copy-link {
		overflow: hidden;
	}
	.date-picker, .time-picker{
		width: 100%;
		margin: 0 0 10px;
	}
 */

	/*=====done-popup style start=====*/
	/* .done-popup .popup-body {
		padding: 24px 15px 16px 15px;
	}
	.done-popup .popup-footer {
		padding: 11px 15px;
	}
	.done-popup .btn {
		font-size: 15px;
	} */
	/*=====done-popup style end=====*/
	
	/* .rating-dropdown {
		right: -20px;
		top: 35px;
	}
	.status-scale ul {
		padding: 0;
		flex-wrap: wrap;
	}
	.question-choice .form-group .form-field {
		width: 178px;
	}
 */

	/* .search-box:hover, .search-box{
		width: 100%;
	}

	.side-column .form-group .check-btn {
		display: inline-block;
	}
	 .questions-graph.active, 
	 .side-column, 
	 .questions-wrap, 
	 .search-pannel .select, 
	 .search-pannel, 
	 .theme-color {
		width: 100%;
	}
	.popup-content{
		top: 20%;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	 */

/*Slider Responsive style*/
/* .overall-form{
	margin-top:30px;
}
.rating-question .rating{
	margin-bottom: 35px;
	display:block
}
.rating li:after{
	display: none;
}
.info-rating{
	display: none;
}
.info-rating-mobile{
	display: inline-block;
}
.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;
}*/
.popup-wrap.review{
	width:90%;
}
.popup-tackings,
.tracking.response-emails ul.popup-tackings li{
	display: block;
	margin-bottom:20px;
}
.tracking.response-emails > ul li:not(:last-child){
	border-bottom:1px solid rgba(236, 236, 236, 0.69);
}
.tracking.response-emails ul.popup-tackings .tracking-item-details{
	width:98%;
}
li.no-before{
	padding-left:42px;
}
.tracking.response-emails ul.popup-tackings .tracking-item-details{
	margin-bottom:10px;
}
/*////////////////// Programs Responsive style's ////////////////////////   */
.templates-cards-sec .template-card{
	width:100%;
	margin-right:0;
}
.container.programspage .search-bar{
	display:block;
	border-bottom:0;
}
.container.programspage .search-bar ul.tab-link{
	float:left;
}
.container.programspage .search-bar .select{
	position: absolute;
	top:125px;
	left:0;
	margin:0;
}
.container.programspage .search-pannel{
	float:right;
	margin-top:10px;
}
.content.programs-page{
	padding-top: 155px ;
}
.container.programspage .search-bar .select, 
.container.programspage .programs-pagination {
    top: 165px !important;
}
.content.programs-page {
    padding-top: 200px !important;
}
.content.programs-page .search-box:hover,
.content.programs-page .search-box{
	position: absolute;
    top: 124px;
    width: 100%;
    right: auto;
    left: 0;
}
/*Review page responsive*/
.preview-landing .container {
    margin: 25px auto;
}
.preview-landing .preview-maincontent{
	display: block;
}
/*Preview Mobile */
  /*------------------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;
}
}

/* ////////////////////////  Only for programs page ////////////////////////////////  */

@media screen and (max-width:645px){
	.container.programspage .search-bar ul.tab-link,
	.container.programspage .search-pannel,
	.search-box{
		float:none !important;
		width:100%;
	}
	.container.programspage .search-pannel{
		display:block;
	}
	.container.programspage .search-pannel{
		margin-top:14px;
	}
	.container.programspage .search-bar .select{
		top:160px;
	}
	.content.programs-page{
		padding-top:180px;
	}

}

/* ////////////////////////  Only for programs page ends ////////////////////////////////  */

@media all and (max-height: 530px) {
	.sidebar {
		padding: 20px 12px 40px;
	}
	.nav {
		padding: 10px 0 0;
	}
	.account-nav {
		padding-top: 0;
	}
	.nav li {
		margin-bottom: 5px;
	}
	/*Text-Overflow for header breadcrumbs*/
	/* .header .page-header{
		display:block
	} */
	/* .header .page-header > ul{
		float:left;
		width: 50%;
	} */
	.header .page-header ul:last-child{
		float:right !important;
	}
}
@media all and (max-height: 430px) {
	.sidebar{
		overflow-y: auto;
		overflow-x: hidden;
	}
	.nav li a:hover .nav-desc{
		opacity: 0;
	}
}

/*Programs breadcrumbs*/
@media screen and (max-width:990px){
	.container.programspage .search-bar .select,
	.container.programspage  .programs-pagination{
		position: absolute;
		top:125px;
		left:0;
		margin:0;
	}
	.container.programspage  .programs-pagination{
		left:auto;
		right:0;
	}
	.content.programs-page{
		padding-top: 155px ;
	}
}

/*Orientation Style's */

/*For preview landing page*/
@media screen and (max-width:1023px) and (orientation:landscape){
	.preview-landing .container {
		margin: 25px auto;
	}
	.preview-landing .preview-maincontent{
		display: block;
	}
}
