/*font Variables*/
/*Color Variables*/
/*---------------------------------------------------- */
@font-face {
	font-family: 'SemiBoldItalic';
	src: url("../fonts/Poppins-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Poppins-SemiBoldItalic.woff") format("woff");
	font-style: italic;
}

@font-face {
	font-family: 'medium';
	src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
	font-style: normal;
}

@font-face {
	font-family: 'BoldItalic';
	src: url("../fonts/Poppins-BoldItalic.woff2") format("woff2"), url("../fonts/Poppins-BoldItalic.woff") format("woff");
	font-style: italic;
}

@font-face {
	font-family: 'Thin';
	src: url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff");
	font-style: normal;
}

@font-face {
	font-family: 'poppins';
	src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
	font-style: normal;
}

@font-face {
	font-family: 'SemiBold';
	src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
	font-style: normal;
}

@font-face {
	font-family: 'Black';
	src: url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff");
	font-style: normal;
}

@font-face {
	font-family: 'ExtraLight';
	src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
	font-style: normal;
}

@font-face {
	font-family: 'ExtraLightItalic';
	src: url("../fonts/Poppins-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Poppins-ExtraLightItalic.woff") format("woff");
	font-style: italic;
}

@font-face {
	font-family: 'Italic';
	src: url("../fonts/Poppins-Italic.woff2") format("woff2"), url("../fonts/Poppins-Italic.woff") format("woff");
	font-style: italic;
}

@font-face {
	font-family: 'Light';
	src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
	font-style: normal;
}

@font-face {
	font-family: 'Bold';
	src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
	font-style: normal;
}

@font-face {
	font-family: 'ExtraBoldItalic';
	src: url("../fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Poppins-ExtraBoldItalic.woff") format("woff");
	font-style: italic;
}

@font-face {
	font-family: 'BlackItalic';
	src: url("../fonts/Poppins-BlackItalic.woff2") format("woff2"), url("../fonts/Poppins-BlackItalic.woff") format("woff");
	font-style: italic;
}

@font-face {
	font-family: 'ThinItalic';
	src: url("../fonts/Poppins-ThinItalic.woff2") format("woff2"), url("../fonts/Poppins-ThinItalic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'MediumItalic';
	src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2"), url("../fonts/Poppins-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'LightItalic';
	src: url("../fonts/Poppins-LightItalic.woff2") format("woff2"), url("../fonts/Poppins-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'ExtraBold';
	src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icon/icomoon.eot?a38y5g");
	src: url("../fonts/icon/icomoon.eot?a38y5g#iefix") format("embedded-opentype"), url("../fonts/icon/icomoon.ttf?a38y5g") format("truetype"), url("../fonts/icon/icomoon.woff?a38y5g") format("woff"), url("../fonts/icon/icomoon.svg?a38y5g#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-brand:before {
	content: "\e900";
}

.icon-collaspe:before {
	content: "\e901";
	color: #ef6829;
}

.icon-hotel:before {
	content: "\e902";
}

.icon-PC:before {
	content: "\e903";
}

.icon-rocket:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e905";
}

.icon-upload:before {
	content: "\e906";
	color: #ef6829;
}

* {
	margin: 0;
	border: 0;
}

body {
	font-family: "poppins", sans-serif;
	color: #222;
	background: #E2E7EB !important;
	overflow-x: hidden;
}

.sideBars a,
.sideBars a:hover {
	text-decoration: none !important;
	color: #222 !important;
	cursor: pointer !important;

}

a:hover {
	color: #ff5317;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
/* 
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
} */

.btn {
	background: #20CE88;
	font-size: 12px;
	border: 0;
}

.btn:hover {
	background: #C1CC5C;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ccc;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ccc;
}

.overlay {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	height: 100%;
}

.after-before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
}

.background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

main {
	min-height: 100%;
    height: 100%;
}

.flips {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
}

main .container-fluid {
	padding-right: calc(1/1*1%);
	padding-left: calc(1/1*1%);
}

.brandnames h6 {
	margin-bottom: 0;
}

.selectpar select {
	font-size: 0.85rem;
}

.actionWrap {
	padding-top: 31px;
}

body .multiselect-dropdown .dropdown-btn .dropdown-down {

	border-top: 7px solid #adadad !important;
	border-left: 7px solid transparent !important;
	border-left: 7px solid transparent !important;

}


@media (min-width: 1601px) {
	.mains .asides {
		max-width: 13%;
		flex: 0 0 13%;
	}

	.mains .asideRight {
		max-width: 87%;
		flex: 0 0 87%;
	}
}

/*----------------------------------------------------*/
/*---------------------------------------------------- */
nav {
	padding: 10px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: relative;
	z-index: 9;
}

nav .lefts {
	font-size: 16px;
}

.selectpar.form-control {
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 13px;
	min-width: 250px;
	border: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


nav .lefts .logoPar img {
	max-width: 178px;
}

nav .lefts .menuPar i {
	font-size: 10px;
	padding-left: 8px;
}

nav .lefts .menuPar i:before {
	font-size: 1.5em;
	background: transparent linear-gradient(90deg, #EF4529 0%, #EF6F29 100%) 0% 0% no-repeat padding-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none) {
	nav .lefts .menuPar i:before {
		color: #ff5317;
		background: transparent;
	}
}

nav .lefts .searchPar .inputChild {
	position: relative;
	margin-left: calc(1/1*25%);
}

nav .lefts .searchPar .inputChild input {
	min-width: 260px;
	font-size: 12px;
}

nav .lefts .searchPar .inputChild input:focus {
	outline: none;
}

nav .lefts .searchPar .inputChild i {
	position: absolute;
	top: 0px;
	background: transparent linear-gradient(90deg, #EF4529 0%, #EF6F29 100%) 0% 0% no-repeat padding-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	max-width: 18px;
	cursor: pointer;
	right: -60px;
	font-size: 18px;
}

@media all and (-ms-high-contrast: none) {
	nav .lefts .searchPar .inputChild i {
		color: #ff5317;
		background: transparent;
	}
}

nav .rights {
	font-size: 16px;
}

nav .rights ul li {
	font-size: 0.875em;
	text-transform: uppercase;
	font-family: 'Light';
}

nav .rights ul li .innerUser {
	position: relative;
}

  nav .rights ul li .innerUser .userMenu {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    top: 106px;
    min-width: 103px;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    text-align: left;
    list-style: none;
    right: -70px;
  }

nav .rights ul li .innerUser .userMenu > li > a {
	text-transform: capitalize;
	padding: 4px 0;
	font-size: 13px;
	opacity: 0.7;
}
main nav .rights ul li .innerUser .userMenu > li > a:hover {
	color: #ff5317 !important;
}

nav .rights ul li .innerUser .prPic:hover + .userMenu,
nav .rights ul li .innerUser .userMenu:hover {
  opacity: 1;
  visibility: visible;
  top: 26px;
}

nav .rights ul li .innerUser:hover + .prDetails:after {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transform: rotateX(-180deg);
	-webkit-transform: rotateX(-180deg);
}

nav .rights ul li .prPic {
/*	width: 45px;
	height: 45px;
	border-radius: 25px;
	overflow: hidden;*/
}
nav .rights ul li .prPic {
  width: 175px;
  height: 45px;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: -40px;
  top: -16px;
  z-index: 1;
  cursor: pointer;
}


  nav .rights ul li .prPic img {
    max-width: 27px;
    opacity: 0.1;
    position: relative;
    top: 2px;
  }

nav .rights ul li .prDetails {
  text-transform: capitalize;
  position: relative;
  margin-left: 12px !important;
}

  nav .rights ul li .prDetails:after {
    position: absolute;
    top: 2px;
    right: initial;
    bottom: initial;
    left: -17px;
    content: "\f109";
    position: absolute;
    font-family: Flaticon;
    font-size: 10px;
    color: #ff5317;
  }

nav .rights ul li .prDetails h4 {
	font-family: 'SemiBold';
	font-size: 1em;
	margin-bottom: 0px;
}

nav .rights ul {
	margin-bottom: 0;
}

nav .rights ul li .prDetails span {
	font-family: 'Light';
	opacity: 0.7;
	font-size: 0.750em;
}

nav .rights .menus li a {
	position: relative;
}

nav .rights .menus li a span.badges {
	position: absolute;
	background: #ff5317;
	height: 15px;
	width: 15px;
	border-radius: 22px;
	color: #fff;
	font-family: "Medium";
	text-align: center;
	font-size: 10px;
	font-size: 10px;
	line-height: 15px;
	top: -8px;
}

nav .rights .menus li a i.flaticon-envelope + span.badges {
	right: -20px;
}

/*---------------------------------------------------- */
aside {
	position: relative;
	z-index: 0;
	font-size: 16px;
	height: 100%;
	background: #F8F9FB;
}

aside .sideBars {
	font-size: 1em;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	padding: 20px 5px 20px calc(1/1*10%);
	height: 100%;
	max-width: 320px;
	background: #fff;
}

aside .sideBars ul li.titles {
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}

aside .sideBars ul li.titles > a:after {
	/* position: absolute;
	content: "\f101";
	right: 0;
	font-family: Flaticon;
	font-size: 0.688em;
	color: #ff5317;
	margin-right: 10px; */
}

aside .sideBars ul li.titles > a > img {

	width: 10px;
	height: 10px;
	margin: 5px 10px 0px 0px;
	float: right;
	transition-delay: .5s;

}

aside .sideBars ul li.titles > a.closed:after {
	transform: rotateX(-180deg);
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
}

aside .sideBars ul li.titles a {
	display: block;
	cursor: pointer;
	position: relative;
}

aside .sideBars ul li.titles a i {
	opacity: 0.8;
	min-width: 24px;
	display: inline-block;
}

aside .sideBars ul li.titles a i:before {
	font-size: 1em;
}

aside .sideBars ul li.titles a label {
	cursor: pointer;
	font-size: 0.938em;
}

aside .sideBars ul li.titles ul.subChild li {
	text-align: left;
	padding-left: 15px;
}

aside .sideBars ul li.titles ul.subChild li a {
	text-transform: capitalize;
	font-size: 14px;
	font-family: 'Light';
	padding: 6px 20px;
}

aside .sideBars ul li.titles ul.subChild li.active a {
	background: transparent linear-gradient(90deg, #EF4529 0%, #EF6F29 100%) 0% 0% no-repeat padding-box;
	-webkit-background: transparent linear-gradient(90deg, #EF4529 0%, #EF6F29 100%) 0% 0% no-repeat padding-box;
	-moz-background: transparent linear-gradient(90deg, #EF4529 0%, #EF6F29 100%) 0% 0% no-repeat padding-box;
	color: #fff !important;
	border-radius: 50px;
	font-family: 'Poppins';
}

/*collaspe css*/
@media(min-width:992px) {
	.mains .asides {
		position: fixed;
		width: 265px;
		left: 0;
		z-index: 9;
		-webkit-transition: all 0.5s;
		-ms-transition: all 0.5s;
		transition: all 0.5s;
	}

	.mains.collasped .asides {
		width: 70px;
	}

	.mains .asideRight {
		width: 100%;
		margin-left: 265px;
		-webkit-transition: all 0.5s;
		-ms-transition: all 0.5s;
		transition: all 0.5s;
	}

	.mains.collasped .asideRight {
		width: 100%;
		margin-left: 70px;
	}

	.mains.collasped .asides .sideBars ul li.titles a label {
		font-size: 0;
	}

	.mains.collasped .asides .sideBars ul li.titles a label {
		font-size: 0;
		display: none;
	}

	.mains.collasped aside .sideBars ul li.titles a {
		text-align: center;
		padding-right: 15px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.mains.collasped aside .sideBars ul li.titles a i {
		font-size: 17px;
	}

	.mains.collasped aside .sideBars ul li.titles a::after {
		right: 5px;
		top: 10px;
	}
}

/*end of collaspe css*/

/*---------------------------------------------------- */
footer {
	background: #333;
	color: #fff;
	padding: 15px 0;
	font-size: 12px;
}

.card-body {
	padding-bottom: 5px !important;
}

.card-body p {
	margin-bottom: 0;
}

/* .card-header span{
    color:#EE4D29;
} */
/*---------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.mains {
	padding-top: 64px;
	display: flex;
	height: auto !important;
    /* min-height: 94vh; */
}

.mainPanel {
	font-size: 16px;
	padding: 30px calc(1/1*2.5%);
}



.mainPanel .inner .iconPar i {
	font-size: 35px;
	color: #ff5317;
}

.mainPanel .inner .iconPar {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-radius: 3px;
	text-align: center;
}

.mainPanel .inner .leftHead .iconPar {
	max-height: 60px;
	padding-top: 12px;
	min-width: 65px;
}

.mainPanel .inner .leftHead h1 {
	font-size: 18px;
	font-family: 'Medium';
	padding-bottom: 5px;
}

.mainPanel .inner .leftHead p {
	font-size: 13px;
	opacity: 0.6;
	margin: 0;
}

.mainPanel .inner .rightHead h5 {
	font-size: 12px;
	font-family: 'Medium';
}

.mainPanel .inner .rightHead i {
	font-size: 30px;
}

.mainPanel .inner .rightHead i.icon-PC {
	font-size: 24px !important;
	min-height: 34px;
	display: block;
}

.mainPanel .inner .rightHead .iconPar a {
	padding: 8px 14px;
	display: inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.mainPanel .inner .rightHead .iconPar a:hover {
	background: #ff5317;
}

.mainPanel .inner .rightHead .iconPar a:hover i,
.mainPanel .inner .rightHead .iconPar a:hover h5 {
	color: #fff;
}

.mainPanel .tableGrp {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	padding: 20px;
}

.mainPanel .tableGrp h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-family: "Medium";
}

.mainPanel .tableGrp form {
	position: relative;
}

.mainPanel .tableGrp form input {
	background: #FAFAFA;
	font-size: 14px;
	min-height: 36px;
	min-width: 240px;
	padding-left: 12px;
}

.mainPanel .tableGrp form i {
	position: absolute;
	right: 0;
	font-size: 1em;
	top: 9px;
	right: 10px;
}

.mainPanel .tableGrp table {
	font-size: 13px;
}

.mainPanel .tableGrp table th {
	font-family: 'SemiBold';
	font-weight: normal;
	background-color: #F9FAFC;
}

.mainPanel .tableGrp table td {
	font-family: 'Light';
}

.mainPanel .tableGrp table td span {
	color: #fff;
	padding: 2px 10px;
	border-radius: 5px;
	font-size: 11px;
	font-family: medium;
}

.mainPanel .tableGrp table td span.reds {
	background: #FA0600;
}

.mainPanel .tableGrp table td span.green {
	background: #44BD10;
}

.mainPanel .tableGrp table td span.blues {
	background: #00AAA9;
}

.mainPanel .tableGrp table th,
.mainPanel .tableGrp table td {
	border: 0;
}

.mainPanel .tableGrp table tr:nth-of-type(2n) {
	background-color: #F9FAFC;
}

.mainPanel .tableGrp table tr:nth-of-type(2n+1) {
	background-color: transparent;
}

.mainPanel .tableGrp table tr:hover {
	background: #f3f6f7;
}

.mainPanel .tableGrp .paginations label {
	opacity: 0.6;
	font-size: 12px;
	font-family: 'Medium';
}

.mainPanel .tableGrp .paginations navbar li.active a.page-link {
	background: #ff5317;
	color: #fff;
}

.mainPanel .tableGrp .paginations navbar a.page-link {
	color: #222;
	font-size: 14px;
	border-radius: 0;
	border-color: #eee;
}

.mainPanel .tableGrp .paginations navbar a.page-link.page-link span {
	color: #ff5317;
}

.mainPanel .tableGrp .paginations navbar a.page-link:hover {
	color: #ff5317;
}

/*---------------------------------------------------- */
main.inners .mainPanel {
	padding: 30px calc(1/1*2.0%);
}

main.inners .catBlock {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	background: #fff;
	text-align: center;
	padding: 10px;
}

main.inners .catBlock a {
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	margin-right: 12px;
}

main.inners .catBlock a:hover,
main.inners .catBlock a.active {
	background: transparent linear-gradient(90deg, #EF4529 0%, #EF6F29 100%) 0% 0% no-repeat padding-box;
	-webkit-background: transparent linear-gradient(90deg, #EF4529 0%, #EF6F29 100%) 0% 0% no-repeat padding-box;
	-moz-background: transparent linear-gradient(90deg, #EF4529 0%, #EF6F29 100%) 0% 0% no-repeat padding-box;
	color: #fff;
}

main.inners .catBlock a img {
	max-width: 20px;
}

main.inners .catBlock a h6 {
	text-transform: uppercase;
	font-size: 10.5px;
	font-family: medium;
	margin-top: auto;
	padding-top: 5px;
}

main.inners .extraLinks {
	margin: 15px 0 10px;
}

main.inners .extraLinks a {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

main.inners .extraLinks a {
	display: inline-block;
	padding: 5px 11px;
	height: 40px;
	background: #fff;
	width: 100%;
	border-bottom: 2px solid transparent;
}

main.inners .extraLinks a.current {
	border-color: #ff5317;
	color: #ff5317;
}

main.inners .extraLinks a img {
	max-width: 22px;
}

main .navHeader {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	font-size: 14px;
	font-family: semiBold;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

main .navHeader i {
	color: #ff5317;
}

main .navHeader i:before {
	font-size: 12px;
}

main .navPanel {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	padding: 16px 13px;
	font-family: "poppins", sans-serif;
}

main .navPanel p {
	font-size: 12px;
	margin-bottom: 3px;
}

main .navPanel .streamLinks {
	flex-wrap: wrap;
	justify-content: space-between;
}

main .navPanel .streamLinks a {
	color: #ff5317;
}

/*---------------------------------------------------- */
@media (min-width: 991px) {
	nav .lefts .searchPar .inputChild i {
		pointer-events: none;
	}

	aside {
		font-size: 15px;
	}

	aside .sideBars ul li.titles ul.subChild li a {
		padding: 6px 10px;
	}

}

@media screen and (max-width: 1140px) {
	nav .rights {
		font-size: 14px;
	}

	nav .lefts .searchPar .inputChild input {
		min-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	aside .sideBars {
		padding: 20px 5px 20px calc(1/1*10%);
	}

	.mains .asideRight {
		max-width: 100%;
		flex: 0 0 100%;
	}

	nav .rights ul li {
		margin: 0 12px;
	}

	.menuOptions {
		padding-top: 5px;
		padding-top: 5px;
	}

	nav .lefts .searchPar .inputChild input {
		min-width: 220px;
		position: absolute;
		background: #fff;
		top: 29px;
		min-height: 38px;
		padding-left: 13px;
		left: 40px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		font-size: 12px;
		display: none;
	}

	aside .sideBars {
		overflow-y: auto;
	}

	.overlays {
		position: fixed;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		top: 0;
		z-index: 9;
	}

	nav .lefts .searchPar .inputChild i {
		top: 0px;
	}

	.asides {
		position: absolute;
		left: -500px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-ms-transition: all 0.5s;
		z-index: 9;
		max-width: 248px !important;
	}

	.asides.visible {
		left: 0;
		z-index: 99;
	}

	nav .lefts .searchPar .inputChild {
		margin-left: 0;
	}

	nav .lefts .searchPar .inputChild input {
		min-width: 200px;
	}

	aside {
		font-size: 15px;
	}

	aside .sideBars ul li.titles ul.subChild li a {
		padding: 5px 20px;
	}

	aside .sideBars ul li.titles ul.subChild li a aside .sideBars ul li.titles {
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 767px) {
	nav .rights ul li:nth-child(3) {
		margin-right: 15px;
	}

	nav .lefts .logoPar img {
		max-width: 160px;
	}

	.mainPanel .tableGrp table th,
	.mainPanel .tableGrp table td {
		width: 100%;
		display: block;
	}

	.mainPanel .tableGrp table thead {
		display: none;
	}

	.mainPanel .tableGrp table tr:hover,
	.mainPanel .tableGrp table tr:nth-of-type(2n+1):hover {
		background: transparent;
	}

	.mainPanel .tableGrp table tr:nth-of-type(2n):hover {
		background: #F9FAFC;
	}

	.mainPanel .tableGrp table td {
		font-family: 'Light';
		padding-top: 23px;
		position: relative;
	}

	.mainPanel .tableGrp table td:first-child {
		padding-top: 45px;
	}

	.mainPanel .tableGrp table tr:nth-of-type(2n+1) td:last-child {
		padding-bottom: 30px;
	}

	.mainPanel .tableGrp table td:first-child::after {
		top: 20px;
	}

	.mainPanel .tableGrp table td::after {
		position: absolute;
		content: attr(header);
		top: 0;
		left: 13px;
		font-family: "SemiBold";
	}

	.mainPanel .inner .leftHead p {
		font-size: 12px;
	}

	.mainPanel .inner .leftHead h1 {
		font-size: 16px;
	}

	.logoPar {
		margin: 0 !important;
	}

	.prDetailsInner {
		display: none;
	}

	nav .lefts .searchPar .inputChild i {
		left: 18px;
	}

	nav .rights ul li {
		margin: 0 8px;
	}

	nav .rights ul li .innerUser .userMenu {
	min-width: 99px;
	left: -50px;
}

	nav .rights ul li .prPic {
		width: auto;
	}

	nav .rights ul li .prPic img {
		margin-left: 0;
	}
}

@media screen and (max-width: 575px) {
	.mainPanel .inner .leftHead .iconPar {
		order: 1;
		display: none;
	}

	.dropRow {
		display: block !important;
	}

	.dropRow > div {
		max-width: 100% !important;
	}

	.menus li a {
		position: relative;
	}

	.menus li a span.badges {
		position: absolute;
		background: #ff5317;
		height: 15px;
		width: 15px;
		border-radius: 22px;
		color: #fff;
		font-family: "Medium";
		text-align: center;
		font-size: 10px;
		font-size: 10px;
		line-height: 15px;
		top: -8px;
	}

	.menus li a i.flaticon-envelope + span.badges {
		right: -20px;
	}

	.mainPanel .inner .rightHead .iconPar a {
		display: block;
	}

	.mainPanel .inner .leftHead h1 {
		font-size: 16px;
		text-transform: uppercase;
	}

	.mainPanel .inner .iconPar {
		margin: 0 !important;
	}

	.mainPanel .tableGrp form {
		margin-top: 10px;
	}

	footer {
		margin: 0 calc(1/1*-4%);
	}

	.mainPanel .inner .iconPar:first-of-type {
		margin-bottom: 10px !important;
	}

	.mainPanel .tableGrp form input {
		min-width: 100%;
	}

	.textsPar {
		margin-left: 0 !important;
		margin-bottom: 20px;
	}

	.mobileBars i {
		opacity: 0.8;
	}

	.leftHead {
		display: flex;
		flex-direction: column;
	}

	nav .rights ul.menus > li:not(:last-child) {
		display: none;
	}

	nav .lefts {
		font-size: 16px;
		justify-content: space-between;
		width: 100%;
	}

	.menuOptions {
		min-width: 77px;
	}

	.searchPar {
		position: relative;
		left: -8px;
	}

	nav .lefts .searchPar .inputChild i {
		top: 0;
		left: 31px !important;
	}

	.menuOptions {
		justify-content: flex-end;
	}

	.asides {
		padding-left: 0 !important;
	}

	main .container-fluid {
		padding-right: calc(1/1*4%);
		padding-left: calc(1/1*4%);
	}

	.mainPanel {
		padding: 30px 0;
	}

	body .asideRight {
		padding: 0 calc(1/1*4%);
	}

	.mobileBars {
		position: relative;
		padding: 9px calc(1/1*4%);
		background: #fff;
	}

	.mobileBars li a {
		font-size: 13px;
		margin-right: 25px;
		color: #222;
		text-transform: capitalize;
	}

	.mobileBars li a:hover {
		color: #ff5317;
	}

	.inputChild a {
		margin-right: 0 !important;
		font-size: 16px !important;
	}

	.inputChild input {
		position: absolute;
		/* top: 0; */
		right: 16px;
		top: 40px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		width: 200px;
		height: 33px;
		font-size: 12px;
		padding-left: 10px;
		z-index: 9;
		display: none;
	}

	.searchPar {
		position: static;
		left: 0;
	}

	aside {
		position: fixed;
		height: 100%;
		top: 65px;
		width: 242px;
	}

	nav .rights ul.menus li {
		margin-left: 15px !important;
	}

	body .logoPar {
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 480px) {
	.asides.visible {
		padding-left: 0;
	}
}

@media (max-width: 360px) {
	.menuOptions {
		min-width: 48px;
		justify-content: center;
		position: relative;
		top: 2px;
	}
}

/*---------------------------------------------------- */




/********add script page css start*********/
.add_script_sec .script_select_head .selectList select {
	margin-left: 20px !important;
}

.ck_editor_wrapper p {
	font-size: 14px;
}

.mains.add_script_sec {
	padding-top: 55px;
}

.form_group_row .form_group.last_grp label {
	color: #000;
}

main .faqBlock.script_select .faqPanel {
	height: 503px;
}

.delete_btn.btn-outer button {
	border-radius: 0px 3px 3px 0px;
}

.ck_bottom p b {
	color: #111;
	font-weight: normal;
	font-family: semibold;
}

.ck_bottom p a {
	margin-left: 10px;
	color: #4a49e2;
	font-weight: normal;
	font-family: semibold;
}

.note_inpt input {
	min-height: 38px;
	border: 2px solid #e5e5e5;
	width: 100%;
	max-width: 100%;
	padding-left: 12px;
	font-size: 14px;
	border-radius: 4px;
}

.btns_wrapper button {
	font-size: 14px;
	padding: 8px 20px;
	color: #fff;
	border-radius: 4px;
	margin-right: 10px;
}

.btns_wrapper button.cancel {
	background: #6f737c;
	padding: 8px 12px;
}

.btns_wrapper button.submit {
	background: #546ef9;
}

.btns_wrapper {
	margin-top: 16px;
}

.note_inpt input::placeholder {
	color: #8e9295;
	opacity: 1;
}

.ck_bottom p {
	font-size: 15px;
	font-weight: normal;
	color: #505050;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 5px;
}

.form_group_row .form_group.last_grp .fg_inner {
	margin-bottom: 10px;
}

.form_group.last_grp .fg_inner.add__new .link_key_inpt {
	flex-grow: 1;
	max-width: 100%;
}

.form_group.last_grp .fg_inner.add__new .add_btn button {
	background: #546ef9;
	border-radius: 0px 3px 3px 0px;
}

.fg_inner span.br_0 input {
	border-right: 0;
}

.fg_inner .link_key_inpt {
	max-width: 180px;
}

.fg_inner .ecn_input {
	max-width: 220px;
	flex-grow: 1;
}

.fg_inner .edit_btn.btn-outer .btn_ {
	background: #70747f;
}

.fg_inner .btn-outer .btn_ {
	color: #fff;
	height: 100%;
	font-size: 14px;
	padding: 0 15px;
}

.fg_inner .delete_btn.btn-outer .btn_ {
	background: #db0100;
}

.justify-content-space-between {
	justify-content: space-between;
}

.fg_inner span input {
	min-height: 38px;
	border: 2px solid #e5e5e5;
	border-left: 0;
	padding-left: 12px;
	font-size: 14px;
	color: #77787c;
	max-width: 100%;
	width: 100%;
}

.fg_inner span input::placeholder {
	color: #77787c;
	opacity: 1;
}

.script_left-head p {
	margin: 0;
}

.script_left-head p .fm-sb {
	font-size: 21px;
	font-family: semibold;
	margin: 0;
	font-weight: normal;
}

.script__wrapper .form_group label {
	font-size: 15px;
	color: #696969;
}

.fg_inner {
	border-radius: 4px;
}

.fg_inner a {
	background: #6f737c;
	min-height: 38px;
	line-height: 38px;
	border-radius: 3px 0px 0px 3px;
	min-width: 30px;
	text-align: center;
}

.fg_inner a svg path {
	fill: #44484b !important;
}

.fg_inner svg {
	max-width: 20px;
}

.script__wrapper {
	border: 2px solid #e5e5e5;
	margin-top: 20px;
	padding: 12px 20px;
	border-radius: 4px;
}

.script_left-head p span {
	font-size: 16px;
	font-weight: 400;
	margin: 0 13px;
}

.script_left-head p i {
	font-size: 16px;
	font-family: medium;
}

.add_script_left {
	padding: 20px 30px;
	background: #fff;
}

.slctd_link {
	background: #f7f7f7;
}

.add_script_sec .script_select_head .selectList {
	min-width: 40%;
}

.add_script_sec .script_select_head .searchmains {
	flex: 0 0 59%;
}

.script_select .faqPanel {
	padding: 20px 15px;
}

.script_link_list li span svg {
	width: 24px;
}

.script_link_list li span svg path {
	fill: #cd2b42 !important;
}

.script_link_list li span.attachment {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 12px;
	top: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 40px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.script_link_list li {
	position: relative;
	padding: 15px 75px 15px 15px;
	margin-bottom: 5px;
	cursor: pointer;
}

.form_group_row .form_group {
	margin-bottom: 15px;
}

.script_link_list li.slctd_link svg path {
	fill: #777 !important;
}

.script_link_list li p {
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/*.mainPanel .lastblk .navPanel #showtab1 * strong {
    font-weight: bold;
}
.mainPanel .lastblk .navPanel #showtab1 * div {
    font-size: initial;
}
.mainPanel .lastblk .navPanel #showtab1 * {
	font-family: none !important;
}
     */
.mainPanel .lastblk .navPanel #showtab1 * p {
	margin: 1em 0;
	font-size: 14px;
}
@media (max-width:1280px) {
	.add_script_left {
		padding: 20px 20px;
	}
}

@media (max-width:1199px) {
	.script_left-head {
		flex-wrap: wrap;
		justify-content: center;
	}

	.script_left-head p {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.script_left-head .selectList {
		width: 100%;
	}

	.script__wrapper {
		padding: 12px 12px;
	}

	.fg_inner {
		flex-wrap: wrap;
	}

	.fg_inner span.br_0 input {
		border-right: 2px solid #e5e5e5;
	}

	.fg_inner .ecn_input {
		max-width: 100%;
	}

	.ed_btn-wrapper {
		margin-top: 8px;
		width: 100%;
		justify-content: flex-end;
		margin-bottom: 12px;
	}

	.fg_inner .edit_btn.btn-outer .btn_ {
		border-radius: 3px 0px 0px 3px;
	}

	.fg_inner .btn-outer .btn_ {
		padding: 5px 15px;
	}
}

@media (max-width:991px) {
	.add_script_left {
		margin-bottom: 15px;
	}

	.add_script_sec .pr-0 {
		padding: 0;
	}
}

@media (max-width:767px) {

	.mains.add_script_sec .pr-0,
	.mains.add_script_sec .px-0 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (max-width:575px) {
	.ck_bottom p {
		font-size: 14px;
	}

	.ck_bottom p a {
		margin-left: 0;
		width: 100%;
		display: inline-block;
		margin-top: 8px;
	}

	.mains.add_script_sec .pr-0,
	.mains.add_script_sec .px-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.fg_inner .ecn_input {
		width: 100%;
		margin-top: 10px;
	}

	.fg_inner .link_key_inpt {
		flex-grow: 1;
		max-width: 100%;
	}

	.fg_inner .ecn_input input {
		border-left: 2px solid #e5e5e5;
	}

	.add_script_left {
		padding: 20px 12px;
	}

	.add_script_sec .script_select_head .searchmains,
	.add_script_sec .script_select_head .selectList {
		flex: 0 0 100%;
	}

	.faqHeader.script_select_head {
		flex-wrap: wrap;
	}

	.add_script_sec .script_select_head .searchmains {
		margin-bottom: 15px;
		height: 34px;
	}

	.add_script_sec .script_select_head .selectList select {
		margin-left: 0 !important;
	}

	.add_script_sec .script_select_head .selectList {
		margin-bottom: 10px;
	}

	main .faqBlock.script_select .searchmains i {
		right: 10px;
	}

	.add_script_sec .script_select_head .searchmains input {
		margin-left: 15px;
	}

	.mains.add_script_sec {
		padding-top: 20px;
	}
}


/********add script page css ends*********/

/********custom checkbox css start*********/
.custom__check-box .custom-control {
	display: inline-block;
	position: relative;
	top: -1px;
}

.custom__check-box .custom-control .custom-control-label::before {
	border-radius: 0;
}

.custom__check-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url(../img/chck_arrow-all.png)
}

.custom__check-box .custom-control-input:checked ~ .custom-control-label::before {

	background-color: transparent;
	box-shadow: none !important;
}

.custom__check-box label {
	margin-bottom: 0;
	cursor: pointer;
	display: flex;
}

.custom__check-box label span {
	padding-right: 4px;
}

.selectList select.form-control {
	font-size: 12px;
	border: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	min-height: 35px;
	padding: 5px;
	min-width: 100% !important;
}

.custom__check-box .custom-control-label::before {
	width: 16px;
	height: 14px;
}

.custom__check-box .custom-control-label::after {
	width: 16px;
	height: 14px;
	background: no-repeat 100%/100% 100%;
	box-shadow: none !important;
}

.custom__check-box .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none !important;
}

/********custom checkbox css ends*********/
main .faqBlock .selectInput {
	padding-top: 6px;
}

.faqBlock .faqHeader {
	justify-content: space-between;
}



main .faqBlock .searchmains {
	flex: 0 0 50%;
	background: #f7f7f7;
}

main .faqBlock .searchmains input {
	background: transparent;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 10px;
}

main.inners .mainPanel .promptHead h4 .searchmains {
	background: #f7f7f7;
	margin-left: 15px;
	position: relative;
}

main.inners .mainPanel .promptHead h4 .searchmains input {
	background: transparent;
	font-size: 12px;
	padding: 8px 12px;
	font-weight: normal;
	color: #222;
	font-family: "poppins", sans-serif;
	font-weight: 400;
}

main.inners .mainPanel .promptHead h4 .searchmains input::placeholder {
	color: #777;
}

main.inners .mainPanel .promptHead h4 .searchmains i.icon-search {
	position: absolute;
	right: 8px;
	color: #ff5317;
	font-size: 15px;
	top: 7px;
}

main.inners .mainPanel .promptHead h4 .searchmains i.icon-search.flips {
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
}

main.inners .mainPanel .promptHead h4 .searchmains i.icon-search:before {
	font-size: 14px;
}

main .faqBlock.promptBox {
	background: #fff;
}

main.inners .extraLinks,
main.inners .mainPanel .promptHead,
main .faqBlock .faqHeader {
	margin-bottom: 2px;
}

main .faqBlock .faqHeader,
main .faqBlock .faqPanel {
	background: #fff;
}

.engageBlock .knowledgeBaseSell .faqPanel {
	height: 235px !important;
}

main .faqBlock {
	background: transparent;
}

header .top-bar.rights {
	font-size: 16px;
	padding: 10px 1%;
}

.streamLinks {
	justify-content: flex-end;
	width: 100%;
}

header .top-bar.rights .streamLinks p {
	margin-bottom: 0;
	font-size: 14px;
	/*    margin-right: 0px;*/
	color: #fff;
}
header .streamLinks > p {
	margin-right: 11px !important;
}
header .top-bar.rights .streamLinks p a {
	/*	color: #fff;*/
}

.top-bar {
	-webkit-background: transparent linear-gradient(90deg, #EF4529 0%, #EF6F29 100%) 0% 0% no-repeat padding-box;
	-ms-background: transparent linear-gradient(90deg, #EF4529 0%, #EF6F29 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(90deg, #EF4529 0%, #EF6F29 100%) 0% 0% no-repeat padding-box;
}

header .top-bar .streamLinks .promptBtn {
	display: none;
}

main .faqBlock .searchmains i {
	top: 9px;
}


.leftAddScript .autocomplete-container {
	height: auto;
	box-shadow: none;
}

.leftAddScript .autocomplete-container input {
	min-height: 38px;
	border: 2px solid #e5e5e5 !important;
	padding-left: 12px !important;
	font-size: 14px !important;
	color: #77787c !important;
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	box-shadow: none !important;
	line-height: normal !important;
}

.callTYpes .card-body a {
	color: #EA3F06 !important;
}

.script_select .faqPanel .scriptDataBind table {
    width: 100% !important;
}

.faqBlock.knowledgeBaseSell .faqWraps > .quesBlock:nth-child(2n+1) {
	background: #f8f8f8;
}
.faqBlock.knowledgeBaseSell .faqWraps > .quesBlock {
	border: 0;
	padding: 8px 12px;
}
#showtab1 .card-body {
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
}
#showtab1 *,#showtab2 *
{
font-family: "poppins", sans-serif;	
}
#showtab1 .card-body table {
	width: 100%;
	}
#showtab1 strong,#showtab2 strong {
	/*font-weight: normal;
	font-family: "medium";*/
}
#showtab2 .promptList 
{
	background: #f8f8f8;
}
#showtab2 h4 {
	font-size: 20px;
	font-family: medium;
	margin-bottom: 15px;
}
#showtab2 .promptList {
	background: #f8f8f8;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
body .promptBtn > a:hover 
{
	color: #fff;
}
.streamLinks > p a {
	border: 1px solid #fd8669 !important;
	padding: 2px 13px;
	border-radius: 6px;
}
.streamLinks > p a:hover 
{
	border: 1px solid #f9b3b3 !important;
	color: #EF4F29;

}
.faqWraps {
	padding-top: 8px;
}
nav .rights ul li .innerUser .userMenu:hover{
	opacity: 1;
    visibility: visible;
}
nav .rights ul li .innerUser .userMenu > li > a {
	font-family: "medium";
	font-size: 14px;
	padding: 5px 15px;
}
.faqBlock.knowledgeBaseSell .faqWraps > .quesBlock .anss {
	font-family: "poppins", sans-serif;
	line-height: 26px;
	font-size: 13px;
}
body main .faqBlock .selectInput {
	margin-left: 18px !important;
}
@media all and (-ms-high-contrast:none) {
	select::-ms-expand {
		display: none;
	}

	/* IE10 */
	*::-ms-backdrop,
	select::-ms-expand {
		display: none;
	}

	/* IE11 */
}

@media (max-width:1280px) {
	main .faqBlock .searchmains {
		flex: 0 0 35%;
	}

	main .faqBlock .faqHeader {
		justify-content: space-between;
	}

	main.inners .mainPanel .promptHead h4 .searchmains {
		max-width: 130px;
	}

	main .faqBlock .selectInput {
		margin-left: 9px;
	}
}

@media (max-width:991px) {
	main.inners .mainPanel {
		max-width: 720px;
		margin: 0 auto;
	}

	.listMains .asides {
		position: fixed;
		min-width: 262px;
	}

	main.inners .mainPanel .leftBlk,
	main.inners .mainPanel .middleBlk,
	main.inners .mainPanel .lastblk {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0 15px !important;
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
  nav .rights ul li .innerUser .userMenu {
    width: 110px;
  }
	header .top-bar .streamLinks {
		flex-wrap: wrap;
	}

	header .top-bar.rights .streamLinks p {
		font-size: 12px;
	}
}

@media (max-width:575px) {
	header .top-bar.rights {
		padding: 3px 1% 7px 1%;
	}

	nav .lefts .brandnames h6 {
		margin-top: 7px;
	}

	header .top-bar.rights .streamLinks p {
		border-bottom: 1px solid #827f7f;
		padding: 3px 0px;
	}

	main .supportTickets .selectpar select {
		min-width: 100% !important;
	}

	header .top-bar.rights .streamLinks p {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	header .top-bar .streamLinks {
		justify-content: center;
	}

	header .top-bar .streamLinks .promptBtn {
		display: block;
		margin-top: 5px;
	}

	header .top-bar .streamLinks .promptBtn a.btn,
	header .top-bar .streamLinks .promptBtn a.btn:hover {
		background: #fff !important;
		color: #ff5317;
		font-size: 13px;
		padding: 5px 32px;
		margin-top: 5px;
		margin-bottom: 3px;
	}

	header nav .lefts .promptBtn {
		display: none !important;
	}

	nav .lefts {
		flex-wrap: wrap;
	}

	nav .lefts .brandnames {
		margin: 0 !important;
	}



	main .navHeader {
		padding: 9px 10px;
		font-size: 14px;
	}

	main .faqBlock .anss a {
		margin-bottom: 10px;
		display: inline-block;
	}

	main .faqBlock .faqHeader select.form-control {
		min-width: 100px;
		margin-left: 5px;
	}

	main .faqBlock .selectList {
		margin-right: 0px;
	}

	main .faqBlock .selectInput {
		padding-top: 7px;
	}

	main .faqBlock .selectInput {
		margin-left: 0px;
	}

	main .faqBlock .searchmains input {
		margin: 0 0px 0 5px;
	}

	main .faqBlock .searchmains i {
		font-size: 13px;
		top: 10px;
		right: 2px;
	}

}

.card-body a.active {
	font-weight: 600;
}

/* .mains {
    padding-top: 112px;
} */

/*///////////////////////////////////////////////////////////////////////////////*/

samp[data-tag='a:link'] {
  text-decoration: underline;
  cursor: auto;
}

samp[data-tag='a:visited'] {
  text-decoration: underline;
  cursor: auto;
}

samp[data-tag='a:link:active'] {
}

samp[data-tag='a:visited:active'] {
}

samp[data-tag='abbr'] {
}

samp[data-tag='address'] {
  display: block;
  font-style: italic;
}

samp[data-tag='area'] {
  display: none;
}

samp[data-tag='article'] {
  display: block;
}

samp[data-tag='aside'] {
  display: block;
}

samp[data-tag='audio'] {
}

samp[data-tag='b'] {
  font-weight: bold;
}

samp[data-tag='base'] {
}

samp[data-tag='bdi'] {
}

samp[data-tag='bdo'] {
  unicode-bidi: bidi-override;
}

samp[data-tag='blockquote'] {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}

samp[data-tag='body'] {
  display: block;
  margin: 8px;
}

samp[data-tag='body:focus'] {
  outline: none;
}

samp[data-tag='br'] {
}

samp[data-tag='button'] {
}

samp[data-tag='canvas'] {
}

samp[data-tag='caption'] {
  display: table-caption;
  text-align: center;
}

samp[data-tag='cite'] {
  font-style: italic;
}

samp[data-tag='samp'] {
  font-family: Arial, Helvetica, sans-serif;
}

samp[data-tag='col'] {
  display: table-column;
}

samp[data-tag='colgroup'] {
  /*display: table-column-group*/
}

samp[data-tag='datalist'] {
  display: none;
}

samp[data-tag='dd'] {
  display: block;
  margin-left: 40px;
}

samp[data-tag='del'] {
  text-decoration: line-through;
}

samp[data-tag='details'] {
  display: block;
}

samp[data-tag='dfn'] {
  font-style: italic;
}

samp[data-tag='dialog'] {
}

samp[data-tag='div'] {
  display: block;
}

samp[data-tag='dl'] {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

samp[data-tag='dt'] {
  display: block;
}

samp[data-tag='em'] {
  font-style: italic;
}

samp[data-tag='embed:focus'] {
  outline: none;
}

samp[data-tag='fieldset'] {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 2px groove;
}

samp[data-tag='figcaption'] {
  display: block;
}

samp[data-tag='figure'] {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}

samp[data-tag='footer'] {
  display: block;
}

samp[data-tag='form'] {
  display: block;
  margin-top: 0em;
}

samp[data-tag='h1'] {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

samp[data-tag='h2'] {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

samp[data-tag='h3'] {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

samp[data-tag='h4'] {
  display: block;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

samp[data-tag='h5'] {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

samp[data-tag='h6'] {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

samp[data-tag='head'] {
  display: none;
}

samp[data-tag='header'] {
  display: block;
}

samp[data-tag='hr'] {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

samp[data-tag='html'] {
  display: block;
}

samp[data-tag='html:focus'] {
  outline: none;
}

samp[data-tag='i'] {
  font-style: italic;
}

samp[data-tag='iframe:focus'] {
  outline: none;
}

samp[data-tag='iframe[seamless]'] {
  display: block;
}

samp[data-tag='img'] {
  display: inline-block;
}

samp[data-tag='input'] {
}

samp[data-tag='ins'] {
  text-decoration: underline;
}

samp[data-tag='kbd'] {
  font-family: monospace;
}

samp[data-tag='label'] {
  cursor: default;
}

samp[data-tag='legend'] {
  display: block;
  padding-left: 2px;
  padding-right: 2px;
  border: none;
}

samp[data-tag='li'] {
  display: list-item;
}

samp[data-tag='link'] {
  display: none;
}

samp[data-tag='main'] {
}

samp[data-tag='map'] {
  display: inline;
}

samp[data-tag='mark'] {
  background-color: yellow;
  color: black;
}

samp[data-tag='menu'] {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

samp[data-tag='menuitem'] {
}

samp[data-tag='meta'] {
}

samp[data-tag='meter'] {
}

samp[data-tag='nav'] {
  display: block;
}

samp[data-tag='noscript'] {
}

samp[data-tag='object:focus'] {
  outline: none;
}

samp[data-tag='ol'] {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

samp[data-tag='optgroup'] {
}

samp[data-tag='option'] {
}

samp[data-tag='output'] {
  display: inline;
}

samp[data-tag='p'] {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

samp[data-tag='param'] {
  display: none;
}

samp[data-tag='picture'] {
}

samp[data-tag='pre'] {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}

samp[data-tag='progress'] {
}

samp[data-tag='q'] {
  display: inline;
}

samp[data-tag='q::before'] {
  content: open-quote;
}

samp[data-tag='q::after'] {
  content: close-quote;
}

samp[data-tag='rp'] {
}

samp[data-tag='rt'] {
  line-height: normal;
}

samp[data-tag='ruby'] {
}

samp[data-tag='s'] {
  text-decoration: line-through;
}

samp[data-tag='samp'] {
  font-family: monospace;
}

samp[data-tag='script'] {
  display: none;
}

samp[data-tag='section'] {
  display: block;
}

samp[data-tag='select'] {
}

samp[data-tag='small'] {
  font-size: smaller;
}

samp[data-tag='source'] {
}

samp[data-tag='span'] {
}

samp[data-tag='strike'] {
  text-decoration: line-through;
}

samp[data-tag='strong'] {
  font-weight: bold;
}

samp[data-tag='style'] {
  display: none;
}

samp[data-tag='sub'] {
  vertical-align: sub;
  font-size: smaller;
}

samp[data-tag='summary'] {
  display: block;
}

samp[data-tag='sup'] {
  vertical-align: super;
  font-size: smaller;
}

samp[data-tag='table'] {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

samp[data-tag='tbody'] {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

samp[data-tag='td'] {
  display: table-cell;
  vertical-align: inherit;
}

samp[data-tag='template'] {
}

samp[data-tag='textarea'] {
}

samp[data-tag='tfoot'] {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}

samp[data-tag='th'] {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: center;
}

samp[data-tag='thead'] {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

samp[data-tag='time'] {
}

samp[data-tag='title'] {
  display: none;
}

samp[data-tag='tr'] {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

samp[data-tag='track'] {
}

samp[data-tag='u'] {
  text-decoration: underline;
}

samp[data-tag='ul'] {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

samp[data-tag='var'] {
  font-style: italic;
}

samp[data-tag='video'] {
}

samp[data-tag='wbr'] {
}

samp
{
    font-family:inherit!important;
}

.call-script samp[id], .call-script div[id] {
	display: none;
	}
	
	.call-script samp[id].show, .call-script div[id].show {
	  display: block;
	}


.singleselect .multiselect-dropdown > div {
  min-width: 300px;
}
.singleselect .multiselect-dropdown ul.item2 {
  max-height: 500px !important;
}
.singleselect .multiselect-item-checkbox {
  padding: 0px !important;
}

.singleselect input[type=checkbox] + div:before {
  display: none;
}

.singleselect input[type=checkbox] + div:after {
  display: none;
}

.singleselect input[type=checkbox] + div {
  padding: 6px 10px !important;
}

.singleselect input[type=checkbox]:checked + div {
  background-color: transparent !important;
  color: #000 !important;
}
.singleselect span.selected-item {
  background: transparent !important;
  color: #000 !important;
  border-color: transparent !important;
}
  .singleselect span.selected-item a {
    color: #000 !important;
  }
.form-group.realvoicesltcstm {
  margin-bottom: 0;
}
.selectpar.sctslct select {
  height: auto;
  padding: 11px 20px;
  border: 1px solid #adadad;
}
@media (max-width:767px) {
  nav .rights ul li .prPic {
    top: -25px;
  }

  nav .rights ul li .prDetails:after {
    top: -8px;
  }

  nav .rights ul li .innerUser .userMenu {
    left: unset;
    right: 0;
  }

    nav .rights ul li .innerUser .prPic:hover + .userMenu, nav .rights ul li .innerUser .userMenu:hover {
      top: 16px;
    }

  nav .rights ul li .innerUser {
    z-index: 1;
  }
}
  
