@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,900');
/*
font-family: 'Karla', sans-serif;
font-family: 'Work Sans', sans-serif;
*/


.small-bar /* الشريط الاعلاني 1 */{
    background-color: #3ebe65; /* لون الخلفية الأزرق */
    color: #fff; /* لون النص الأبيض */
    padding: 10px; /* هوامش داخلية للشريط */
    text-align: center; /* محاذاة النص في الوسط */
}

.small-bar-text {
    margin: 0; /* إزالة هوامش النص الافتراضية */
}

.bootstrap-select .dropdown-menu li a {
    white-space: normal;
}
.nightmode .bootstrap-select .dropdown-menu li a {
    color: #000;
}
.whatsapp-icon {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 10000;
  	display:none;
}
.modalWhite h5 {
    color: #555 !important;
}
.mainMenu ul li.dropdown .dropdown-menu li {
    display: block;
}
.mainMenu ul li.dropdown .dropdown-menu li a {
    padding: 5px 20px;
    color: #082a60 !important;
}
.mainMenu ul li.dropdown .dropdown-menu li.active a {
    background-color: #f36c21;
	color: #fff !important;
}
ul.langSwitcher li.dropdown > a {
    padding: 8px 20px;
    margin: 7px 10px;
    border: 2px solid #f15f23 !important;
	border-radius: 30px;
	color: #f15f23 !important;
	background-color: #f1f1f3 !important;
}
ul.langSwitcher li.dropdown .dropdown-menu > li > a {
    color: #333 !important;
}
ul.langSwitcher li.dropdown .dropdown-menu > li.active > a {
    color: #fff !important;
}
.daymode .termsPage h1, 
.daymode .termsPage h2, 
.daymode .termsPage h3, 
.daymode .termsPage h4, 
.daymode .termsPage h5, 
.daymode .termsPage h6 {
    color: #000;
}
.headerBanner h1 img {
    width: 30px;
}
.dashboardPage.nightmode .faqSection .panel-body p a {
    color: #000  !important;
}
.bg.bg-enabled,
.bg.bg-disabled,
.bg.bg-decreased,
.bg.bg-increased {
    padding: 5px 10px;
	color: #fff;
    white-space: nowrap;
}
.bg.bg-enabled {
	background: green;
}
.bg.bg-disabled {
    background: red;
}
.bg.bg-decreased {
    background: blue;
}
.bg.bg-increased {
    background: orange;
}
li.showOnMob {
    display: none;
}
/* ltr css */
.ltr .avatar {
    margin-left: 0;
    float: left;
    margin-right: 10px;
}
.ltr #toggleThemeMode {
    transition: none !important;
}
.daymode.ltr #toggleThemeMode #mode {
    color: #fff;
  	position: relative;
  	font-family: 'Trebuchet MS', sans-serif !important;
}
.nightmode.ltr #toggleThemeMode #mode {
    color: #000;
  	position: relative;
  	font-family: 'Trebuchet MS', sans-serif !important;
}
.nightmode.ltr #toggleThemeMode:hover #mode,
.nightmode.ltr #toggleThemeMode:focus #mode {
    color: #ffffff;
}
.nightmode.ltr #toggleThemeMode:hover #mode::before,
.nightmode.ltr #toggleThemeMode:focus #mode::before {
    color: #000;
}
.daymode.ltr #toggleThemeMode #mode::before {
    content: 'Night Mode';
    color: #333;
  	position: absolute;
	z-index: 1;
	top: -3px;
}
.nightmode.ltr #toggleThemeMode #mode::before {
    content: 'Day Mode';
    color: #fff;
  	position: absolute;
	z-index: 1;
	top: -3px;
}
th.idCol {
    width: 32%;
}
.ltr .title1::before {
    right: auto;
}
.ltr .modalWhite .close {
    left: auto;
    right: 10px;
}
.ltr .column100.column1 {
    padding-right: 10px;
    padding-left: 35px;
}
.ltr header {
    /* background-image: url(../img/headerbg.svg); */
}
.ltr.dashboardPage .navbar-brand {
    padding-left: 50px;
  	padding-right: 0;
}
.ltr #menu-toggle {
    float: left;
    margin-left: 30px;
}
.ltr .pricestyle {
    float: right;
}
.ltr #settings {
    margin-right: 15px;
    margin-left: 0;
}
.ltr .order-icon {
    float: left;
    margin-right: 10px;
  	margin-left: 0;
}
.ltr .headerBanner ul {
    float: left;
    padding-left: 0;
    padding-right: 40px;
}
.ltr .headerBanner ul li {
    padding-left: 25px;
  	padding-right: 0;
  	background-position: left 3px;
}
.ltr .headerBanner .buttonSection p {
    text-align: left;
}
.ltr .clientSlide .owl-nav {
    right: -90px;
    left: auto;
}
.ltr .signupForm {
    float: left;
}
.ltr .sicon {
    right: 0;
    left: auto;
}
.ltr .panel [data-toggle="collapse"] h2::after {
    float: right;
}
.ltr .rightAction {
    right: 15px;
    left: auto;
}
/* sideBar */
.ltr #wrapper.toggled {
	padding-left: 225px;
    padding-right: 0;
}
.ltr #wrapper {
	padding-left: 52px;
    padding-right: 0;
}
.ltr #sidebar-wrapper {
    left: 250px;
    right: auto;
  	margin-left: -250px;
	margin-right: 0;
}
.ltr .side-nav {
    left: 0;
    right: auto;
}
/* sideBar */
/* ltr css */

::-moz-selection {
	background: #2a3e73;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #2a3e73;
	color: #fff;
	text-shadow: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
.alert {
    word-break: break-word;
}
body {
	color: #000;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #fff;
	font-family: 'Trebuchet MS', sans-serif !important;
	line-height: 1;
}

.col-lg-8.col-xs-12.ticketdiv {
	background: #f1f1f3;
	padding: 20px 20px;
	margin-top: 30px;
}

ul.list-p {
	text-align: center;
	line-height: 30px;
}

.ticketstable {
	display: block;
	overflow-x: auto;
	width: 100%;
}

.orderbg{
	background-color: #f9be78 !important;
	border: 1px solid rgba(112, 112, 112, 0.12);
	padding: 20px;
}
.orderbg.daymode {
	background-color: #f15f23 !important;
}
.orderbg.nightmode {
	background-color: #f9be78 !important;
}

.order-icon {
	width: 60px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	float: right;
	margin-left: 10px;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
}

.order-info {
	font-size: 15px;
	padding-top: 2px;
}

.text-white {
	color: #ffffff !important;
}

.order-info span {
	display: block;
	font-size: 24px;
	font-weight: 600;
}

.order-stat {
	border: 1px solid rgba(112, 112, 112, 0.12);
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}

.ordercountbg.daymode {
	background-color: #25aae1 !important;
}

.ordercountbg.nightmode {
    background-color: #7e98b1 !important;
}

ul.nav.navbar-nav.side-nav::-webkit-scrollbar {
	width: .5em;
}

ul.nav.navbar-nav.side-nav::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

ul.nav.navbar-nav.side-nav::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.side-nav {
	padding-bottom: 65px;
}

span.pricebold {
	font-weight: bold;
	font-size: 17px;
	color: #25aae1;
	border: 2px solid #25aae1;
	padding: 0px 6px;
	border-radius: 7px;
}

a {
	color: #292929;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-moz-transition: all 0.2s ease-in-out 0.2s;
	-ms-transition: all 0.2s ease-in-out 0.2s;
	-o-transition: all 0.2s ease-in-out 0.2s;
	transition: all 0.2s ease-in-out 0.2s;
}

a:hover {
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-moz-transition: all 0.2s ease-in-out 0.2s;
	-ms-transition: all 0.2s ease-in-out 0.2s;
	-o-transition: all 0.2s ease-in-out 0.2s;
	transition: all 0.2s ease-in-out 0.2s;
	text-decoration: none;
}

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*,
*::before,
*::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 1.3;
}

img {
	border: 0px;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Trebuchet MS', sans-serif;
	color: #054752;
	margin: 0px;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

section,
footer,
header {
	display: block;
	width: 100%;
	float: left;
	height: auto;
}

.heroSection {
	min-height: 512px;
	background-image: url('../images/hero-bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

header {
	background: #fff;
	position: relative;
	z-index: 10000;
}

.navbar-brand {
	padding: 0px;
	min-height: inherit;
	height: inherit;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form,
.navbar-inverse,
.navbar {
	background-color: transparent;
	border: none;
}

.navbar-right {
	margin-top: 7px;
}

.navbar {
	margin: 0px;
	min-height: inherit;
	padding: 0px 0px 10px 0px;
}

.pricestyle {
	border: 2px solid #f36a22;
	padding: 10px;
	border-radius: 29px;
	color: #f36a22;
}

.navbar-nav>li>a {
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 400;
	color: #7f7f7f;
	font-family: 'Trebuchet MS', sans-serif;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #f36c21;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #f36c21 !important;
	background: transparent;
}

header {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-nav>li>.singup {
	display: block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f36c21;
	color: #fff;
}

.navbar-inverse .navbar-nav>li>.singup:hover {
	color: #fff;
	background-color: #f36c21;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

li.price {
	text-align: center;
	font-size: 17px;
	font-weight: bold !important;
}

li.price .fa {
	width: 1em !important;
}

li.profile {
	text-align: center;
}

.ulprofile {
	width: 200px;
	padding: 10px 30px;
}

.dashboardPage .navbar-brand {
	padding-right: 50px;
}

.navbar-nav>li>a {
	padding: 17px 12px;
}

ul.nav.navbar-nav.side-nav .fa {
	width: 3.285714em;
	text-align: center;
}

.sicon {
	color: #444;
	font-size: 20px;
	line-height: 60px;
	position: absolute;
	left: 0px;
	padding: 0px 40px;
}

.search {
	float: right;
	width: 400px;
	padding: 10px 10px;
}

.section-serch .effect-7 {
	border: 2px solid #fff;
	border-bottom: 2px #dadada solid;
}

.tab-content>.active {
	display: block;
	overflow-x: auto;
	width: 100%;
}

.rwd-table th,
.rwd-table td {
	margin: .5em 1em;
	padding: 1em !important;
}

.heroSection {
	padding: 100px 0px;
	width: 100%;
	background-image: url('../images/hereImg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.signInForm {
	float: right;
	box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.3);
	color: #666666;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.9);
}

.signInForm h2,
.pageHeader {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #666666;
	font-family: 'Trebuchet MS', sans-serif;
}

.siginInRow {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.inputfeild {
	width: 100%;
	float: left;
	padding: 15px 10px;
	outline: none;
	border: none;
	color: #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: solid 1px #bcbcbc;
}

textarea {
	width: 100%;
	float: left;
	height: 300px;
	padding: 15px 10px;
	outline: none;
	border: none;
	color: #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: solid 1px #bcbcbc;
}

.submitButton {
	width: 100%;
	float: left;
	padding: 15px 30px;
	color: #fff;
	background-color: #f36c21;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
}

.siginInRow p {
	margin: 0px;
	width: 100%;
	text-align: center;
	color: #666666;
}

.siginInRow p a {
	color: #f36c21;
}

.siginInRow:last-child {
	margin-bottom: 0px;
}

.headerListing {
	width: 100%;
	float: left;
}

.headerCaption h1 {
	line-height: 1.2;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #f36c21;
	font-family: 'Trebuchet MS', sans-serif;
}

.headerListing {
	margin-bottom: 30px;
}

.headerListing li {
	display: block;
	width: 100%;
	float: left;
	padding: 5px 0px 5px 20px;
	font-size: 16px;
	color: #666666;
	margin-bottom: 15px;
	background-image: url('../images/checkbullet.png');
	background-position: left center;
	background-repeat: no-repeat;
	font-family: 'Trebuchet MS', sans-serif;
}

.readMoreButton {
	display: block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f36c21;
	color: #fff;
	float: left;
	padding: 15px 40px;
}

.readMoreButton:hover {
	color: #fff;
	background-color: #f36c21;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.middleSection {
	padding: 100px 0px;
	background-color: #fff;
}

.sectionTitle {
	font-size: 30px;
	color: #292929;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
}

.boxServices {
	border-bottom: 5px solid #2a3e73;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	float: left;
	padding: 30px;
	min-height: 320px;
	margin-bottom: 30px;
	line-height: 1.5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	color: #666666;
}

.imgicon {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

footer {
	float: left;
	width: 100%;
	padding: 30px 0;
	font-size: 14px;
	font-family: 'Trebuchet MS', sans-serif;
	border-top: solid 1px #e2e2e2;
}

.lagnBar {
	float: left;
	width: 100%;
	border-bottom: solid 1px #f5f5f5;
	text-align: right;
	margin-bottom: 10px;
}

.lagnBar a {
	padding: 0px 5px;
	display: inline-block;
}

.headerSmallText {
	font-size: 14px;
	color: #666666;
	width: 100%;
	float: left;
	margin-top: 15px;
}

.headerSmallText span {
	color: #25aae1;
	background-image: url('../images/skype.png');
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 20px;
}

.middleSection p {
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	margin-bottom: 15px;
}

.abouttext {
	background-color: #f5f8fd;
}

.featureListing {
	margin-top: 60px;
}

.featureListing li {
	display: block;
	padding-left: 25px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	font-size: 14px;
	background-image: url('../images/circle-with-check-symbol.png');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.6;
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.featureListing li:hover {
	-ms-transform: scale(1.1, 1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari */
	transform: scale(1.1, 1.1);
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.footertext {
	font-size: 12px;
	line-height: 1.4;
	color: #666666;
}

.pageHeaderWrap {
	padding: 80px 0px;
	min-height: 100%;
	background-image: url('../images/hereImginnder.jpg');
	color: #fff;
}

.pageHeaderWrap h2 {
	text-align: center;
	margin: 0px;
	color: #fff;
}

/*FAQ page Start*/

.panel.panel-help {
	box-shadow: none;
}

.panel.panel-help a {
	text-decoration: none;
	font-weight: 700;
}

.panel-group .panel-heading {
	background-color: #f5f5f5;
	padding: 20px;
}

.list-group.help-group {
	margin-bottom: 20px;
	padding-left: 0;
	margin: 0;
	.faq-list {
		display: block;
		top: auto;
		margin: 0 0 32px;
		border-radius: 2px;
		border: 1px solid #ddd;
		box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
		.list-group-item {
			position: relative;
			display: block;
			margin: 0;
			padding: 13px 16px;
			background-color: #fff;
			border: 0;
			border-bottom: 1px solid #ddd;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			color: #616161;
			transition: background-color .2s;
			i.mdi {
				margin-right: 5px;
				font-size: 18px;
				position: relative;
				top: 2px;
			}
			&:hover {
				background-color: #f6f6f6;
			}
			&.active {
				background-color: #f6f6f6;
				font-weight: 700;
				color: rgba(0, 0, 0, .87);
			}
			&:last-of-type {
				border-bottom-left-radius: 2px;
				border-bottom-right-radius: 2px;
				border-bottom: 0;
			}
		}
	}
}

.tab-content.panels-faq {
	padding: 0;
	border: 0;
}

.panel.panel-help {
	box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
	padding-bottom: 0;
	border-radius: 2px;
	overflow: hidden;
	background-color: #fff;
	margin: 0 0 16px;
	a[href^="#"],
	a[href^="#"]:hover,
	a[href^="#"]:focus {
		outline: none;
		cursor: pointer;
		text-decoration: none;
	}
	.panel-heading {
		background-color: #f6f6f6;
		padding: 0 16px;
		line-height: 48px;
		border-top-right-radius: 2px;
		border-top-left-radius: 2px;
		color: rgba(0, 0, 0, .87);
		h2 {
			margin: 0;
			padding: 14px 0 14px;
			font-size: 18px;
			font-weight: 400;
			line-height: 20px;
			letter-spacing: 0;
			text-transform: none;
		}
	}
	.panel-body {
		background-color: #fff;
		border-top: 1px solid #ddd;
		border-radius: 2px;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		margin-top: 0;
		p {
			margin: 0 0 16px;
			&:last-of-type {
				margin: 0;
			}
		}
	}
}

/*FAQ page End*/

/*Terms page Start*/

.termsPage h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
	margin-top: 20px;
}

.termsPage p strong {
	font-weight: 700;
}

/*Terms page End*/

.signupForm {
	float: right;
	margin-top: -150px;
	background-color: #fff;
	padding: 50px 30px;
}

/*Services Page Start*/

.rwd-table {
	margin: 0;
	width: 100%;
}

.rwd-table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.rwd-table th {
	display: none;
}

.rwd-table td {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.rwd-table td:first-child {
	padding-top: .5em;
}

.rwd-table td:last-child {
	padding-bottom: .5em;
}

.rwd-table td:before {
	content: attr(data-th) ": ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}

@media (min-width: 480px) {
	.rwd-table td:before {
		display: none;
	}
}

.rwd-table th,
.rwd-table td {
	text-align: left;
}

@media (min-width: 480px) {
	.rwd-table th,
	.rwd-table td {
		display: table-cell;
		padding: .25em .5em;
	}
	.rwd-table th:first-child,
	.rwd-table td:first-child {
		padding-left: 0;
	}
	.rwd-table th:last-child,
	.rwd-table td:last-child {
		padding-right: 0;
	}
}

.rwd-table {
	color: #fff;
	border-radius: .4em;
	overflow: hidden;
	background-color: #f1f1f3;
	color: #000;
}

.rwd-table tr {
	border-color: #dbdbdb;
}

.rwd-table tr:first-child {
	border-top: none;
}

.rwd-table th,
.rwd-table td {
	margin: .5em 1em;
}

@media (min-width: 480px) {
	.rwd-table th,
	.rwd-table td {
		padding: 1em !important;
	}
}

.rwd-table th {
	background-color: #25aae1;
}

.rwd-table th,
.rwd-table td:before {
	color: #fff;
}

.pricing1 {
	text-align: center;
	border: 1px solid #ddd;
}

.pricing1 .top {
	border-bottom: 1px solid #ddd;
	padding: 40px 0px;
}

.pricing1 .top h2 {
	margin-bottom: 10px;
}

.pricing1 .top>* {
	margin: 0px;
}
.btn-service
{
background-color:#517387
}
.pricing1 .top .price {
	font-size: 34px;
	font-weight: bold;
	color: #16A085;
}

.pricing1 .top .price span {
	font-size: 16px;
	font-weight: bold;
	color: #aaa;
}

.pricing1 .bottom {
	padding: 40px;
}

.pricing1 .bottom ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 40px;
	padding: 0px;
}

.pricing2:hover {
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.2);
}

.pricing2 {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: box-shadow 1s;
	-webkit-transition: box-shadow 1s;
	-moz-transition: box-shadow 1s;
	font-family: 'Trebuchet MS', sans-serif
}

.pricing2 .top {
	background: #f36c21;
	color: #fff;
	padding: 40px;
	text-align: center;
}

.pricing2 .top h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: normal;
}

.pricing2 .top>* {
	margin: 0px;
}

.pricing2 .top .price .currency {
	font-size: 24px;
	line-height: 54px;
	vertical-align: top;
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
}

.pricing2 .top .price b {
	font-size: 60px;
	line-height: 70px;
	color: #fff;
}

.pricing2 .top .price .month {
	color: #fff;
}

.pricing2 .bottom {
	border: 1px solid #dee2e4;
	border-top: 0px;
}

.pricing2 .bottom ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	min-height: 460px;
}

.pricing2 .bottom ul li {
	line-height: 24px;
	border-bottom: 1px solid #dee2e4;
	padding: 10px 15px;
	font-size: 12px;
}

.pricing2 .bottom ul li>span {
	font-size: 12px;
	padding-left: 10px;
}

.pricing2 .bottom>a {
	margin: 40px;
	width: auto;
}

.pricing3 {
	text-align: center;
	color: #8C9899;
}

.pricing3 .top {
	padding: 40px;
	border: 1px solid #d2d7db;
}

.pricing3 .top .price {
	font-weight: bold;
	font-size: 22px;
}

.pricing3 .top>* {
	margin: 0px;
}

.pricing3 .top h2 {
	text-transform: uppercase;
	font-size: 22px;
	color: #3D566E;
	margin-bottom: 10px;
}

.pricing3 ul {
	list-style: none;
	list-style-type: none;
	padding: 0px;
}

.pricing3 ul li {
	line-height: 52px;
	border-bottom: 1px solid #d2d7db;
}

.pricing3 ul li:last-child {
	border-bottom: 0px;
}

.pricing3 ul li b {
	color: #707c7d;
}

.pricing3 .bottom {
	border-left: 1px solid #d2d7db;
	border-right: 1px solid #d2d7db;
	padding: 30px;
}

.pricing3>a {
	display: block;
	background: #d2d7db;
	padding: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	border: 1px solid #d2d7db;
	transition: background 0.5s border-color 0.5s;
	-webkit-transition: background 0.5s border-color 0.5s;
	-moz-transition: background 0.5s border-color 0.5s;
}

.pricing3>a:hover {
	background: #16A085;
	border-color: #16A085;
}

span.pIcon {
	font-size: 24px;
	color: #2980B9;
}

.pricing2,
.pricing2 .bottom,
.pricing2 .top {
	width: 100%;
	float: left;
}

.priceButtonWrap {
	text-align: center;
	width: 100%;
	float: left;
	padding: 25px 15px;
}

.priceButtonWrap a {
	width: inherit;
}

.submitButton:hover,
.submitButton:focus,
.submitButton:active {
	color: #fff;
}

.pricing2 strong {
	font-weight: 700;
}

.bottom li span {
	display: block;
	margin-top: 8px;
	line-height: 18px;
}

.pricing2 .bottom ul li:last-child {
	min-height: 330px;
}

.tags {
	margin-bottom: 20px;
	text-align: center;
}

.tags li {
	display: inline-block;
	margin: 0px 5px;
	border-radius: 50px;
	color: #292929;
	background-color: #8C9899;
	font-size: 14px;
	text-align: center;
	padding: 10px 15px;
	color: #fff;
	margin-bottom: 10px;
}

.imgEffect {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
}

.abouttext h2 {
	text-align: left;
	margin-bottom: 15px;
	color: #054752;
}

.lastsectioninfo {
	background-color: #25aae1;
	color: #fff;
}

.lastsectioninfo p {
	color: #fff;
}

.aboutRow {
	width: 100%;
	float: left;
}

.aboutRow:first-child {
	padding-bottom: 25px;
}

.aboutRow:last-child {
	padding-top: 25px;
}

.servicespage {
	background-attachment: fixed;
	background-image: url('https://res.cloudinary.com/smmcpan/image/upload/v1566368899/images/services.jpg');
	background-position: bottom;
}

.faq {
	background-attachment: fixed;
	background-image: url('https://res.cloudinary.com/smmcpan/image/upload/v1566368897/images/faq.jpg');
}

.terms {
	background-attachment: fixed;
	background-image: url('https://res.cloudinary.com/smmcpan/image/upload/v1566368896/images/terms.jpg');
	background-position: bottom;
}

.signup {
	background-attachment: fixed;
	background-image: url('https://res.cloudinary.com/smmcpan/image/upload/v1566368899/images/signup.jpg');
	background-position: center;
}

.termsPage .aboutRow {
	padding: 50px 0px;
}

/*Services Page End*/

/*Dashboard Start*/

.dashboardPage {
	margin-top: 70px;
	background-color: #f1f1f3;
}

@media(min-width:768px) {
	.dashboardPage {
		margin-top: 50px;
	}
}

#wrapper {
	padding-right: 0;
}

#page-wrapper {
	width: 100%;
	padding: 0;
	min-height: 400px;
}

.dashboardPage.daymode #page-wrapper {
	background-color: #fff;
}

.dashboardPage.nightmode #page-wrapper {
	background-color: #545456;
}

.huge {
	font-size: 50px;
	line-height: normal;
}

@media(min-width:768px) {
	#wrapper {
		padding-right: 225px;
	}
	#page-wrapper {
		padding: 10px;
	}
}

/* Top Navigation */

.top-nav {
	padding: 0 15px;
}

.top-nav>li {
	display: inline-block;
	float: left;
}

.top-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
	color: #fff;
	background-color: #000;
}

.top-nav>.open>.dropdown-menu {
	float: left;
	position: absolute;
	margin-top: 0;
	border: 1px solid rgba(0, 0, 0, .15);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.top-nav>.open>.dropdown-menu>li>a {
	white-space: normal;
}

ul.message-dropdown {
	padding: 0;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}

li.message-preview {
	width: 300px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.text-muted {
	margin-bottom: 5px;
}

.media p {
	margin-bottom: 0px;
	font-size: 13px;
}

li.message-preview>a {
	padding-top: 15px;
	padding-bottom: 15px;
}

li.message-footer {
	margin: 5px 0;
}

ul.alert-dropdown {
	width: 200px;
}

/* Side Navigation */

@media(min-width:100px) {
	.side-nav {
		position: fixed;
		right:0;
		width: 0px; 
		border: none;
		border-radius: 0;
		overflow-y: auto;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		height: 100%;		 
	}
	.side-nav>li>a {
		width: 225px;
	}
	.side-nav li a:hover,
	.side-nav li a:focus {
		outline: none;
		background-color: #000 !important;
	}
}

#wrapper.toggled .side-nav {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#wrapper.toggled .side-nav {
    width: 225px;
}

.side-nav>li>ul {
	padding: 0;
}

.side-nav>li>ul>li>a {
	display: block;
	padding: 10px 15px 10px 38px;
	text-decoration: none;
	color: #999;
}

.side-nav>li>ul>li>a:hover {
	color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
	display: block;
	height: 400px;
}

.flot-chart-content {
	width: 100%;
	height: 100%;
}

/* Custom Colored Panels */

.panel-green {
	border-color: #5cb85c;
}

.panel-green .panel-heading {
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}

.panel-green a {
	color: #5cb85c;
}

.panel-green a:hover {
	color: #3d8b3d;
}

.panel-red {
	border-color: #d9534f;
}

.panel-red .panel-heading {
	border-color: #d9534f;
	color: #fff;
	background-color: #d9534f;
}

.panel-red a {
	color: #d9534f;
}

.panel-red a:hover {
	color: #b52b27;
}

.panel-yellow {
	border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}

.panel-yellow a {
	color: #f0ad4e;
}

.panel-yellow a:hover {
	color: #df8a13;
}

.dashboardPage {}

.dashboardPage .navbar-right {
	margin: 0px;
}

.dashboardPage .navbar-brand {
	padding-right: 50px;
}

.navbar {
	padding: 0px 0px 0px 0px;
}

.dashboardPage .top-nav>li>a:hover,
.dashboardPage .top-nav>li>a:focus,
.dashboardPage .top-nav>.open>a,
.dashboardPage .top-nav>.open>a:hover,
.dashboardPage .top-nav>.open>a:focus {
	background-color: transparent;
}

.dashboardPage.daymode .navbar-fixed-top {
	background-color: #f1f1f3;
}

.dashboardPage.nightmode .navbar-fixed-top{
	background-color: #6D6E6A;
}

.breadcrumb li {
	font-size: 12px;
}

.dashboardPage .siginInRow label {
	display: block;
	/*margin-bottom: 10px;*/
	font-size: 14px;
}

.tab-content {
	padding: 30px 30px;
}

.tab-content p {
	font-size: 14px;
}

.tab-content p strong {
	font-weight: 700;
}

.bs-docs-example {
	margin: 50px 0px;
}

.dashboardPage .nav-tabs>li.active>a,
.dashboardPage .nav-tabs>li.active>a:focus,
.dashboardPage .nav-tabs>li.active>a:hover {
	border-top: solid 3px #f36a22;
	/*color: #f36a22;*/
}

.dashboardPage .nav-tabs>li>a {
	border-top: solid 3px rgba(0, 0, 0, .0);
}

.dashboardPage.daymode .navbar-inverse .navbar-nav > li > a {	 
	color: #054752;
  	text-decoration: none;
}

.dashboardPage.nightmode .navbar-inverse .navbar-nav > li > a { 
	color: white;
  	text-decoration: none;
}

.dashboardPage .navbar-inverse .navbar-nav>li>a:hover,
.dashboardPage .navbar-inverse .navbar-nav>li>a:focus,
.dashboardPage .navbar-inverse .navbar-nav>li>a:active {
	color: #df8a13;
}

.side-nav li a:hover,
.side-nav li a:focus {
	background-color: transparent !important;
}

.dashboardPage .top-nav>li>a {
	color: #054752;
}

.dashboardPage .top-nav>li>a:hover,
.dashboardPage .top-nav>li>a:focus,
.dashboardPage .top-nav>li>a:active {
	color: #df8a13;
}

.paddingRow {
	padding: 60px 0px;
	width: 100%;
	float: left;
}

.ticketInfo {
	line-height: 1.4;
	width: 100%;
	float: left;
	padding: 30px;
	background: #f1f1f3;
	color: #000;
	font-size: 14px;
}

.ticketInfo h3 {
	margin-bottom: 15px;
	color: #000;
	font-weight: 600;
}

.ticketInfo a {
	color: #f36a22;
	font-weight: 600;
}

.paddingtop50 {
	padding-top: 50px;
}

.couterHeader {
	color: #666666;
	width: 100%;
	float: left;
	padding-top:80px;
}

.couterHeader span {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #292929;
	margin-bottom: 10px;
}
.couterHeader .valueCounter{
	font-size: 45px;
	font-weight: 700;
	color: #f36c21;	
}

/*Dashboard End*/

.pricestyle {
    border: 2px solid #f36a22;
    padding: 10px;
    border-radius: 29px;
    color: #f36a22;
    width: 9%;
    margin: 8px 26px;
    float: left;
    text-align: center;
}
/* --- Nikhil Css --- */

#sidebar-wrapper li {
    float: none;
}

.navbar-brand > img {
	display: block;
	width: 100px;
}
#sidebar-wrapper {
    width: 0;	
}

.daymode #wrapper #sidebar-wrapper {
	background:#F1F1F3;
}

.nightmode #wrapper #sidebar-wrapper {
	background:#202123;
}

#wrapper.toggled #sidebar-wrapper {
    width: 225px;
	
}

#wrapper{
    padding-right: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#wrapper.toggled {
    padding-right: 225px;
}
#page-wrapper {
	padding: 40px 40px;
}
#menu-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #f9be78;
	border-radius: 4px; 
	margin-right: 30px;
}
.navbar-inverse #menu-toggle .icon-bar {
	background-color: #f9be78;
}
#menu-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-bottom: 4px;
}
#menu-toggle .icon-bar:last-child{ margin-bottom: 0}
#wrapper{overflow-y:hidden;}
.bs-docs-example>form>div.row{margin-left:0;margin-right:0;}
#sidebar-wrapper {
	
    z-index: 1000;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 230px;
    width: 0;
    height: 100%;
    margin-right: -230px;
    overflow-y: auto;
    -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
	transition: width 1s;
    top: 50px;
    background: white;
    overflow-x: hidden;
}

#sidebar-wrapper  a{
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
	transition: width 1s;
}

	

@media (max-width: 767px) {
	.pricestyle {  width: 19%;}
}

@media (min-width: 100px){
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;     
    top: 50px;    
}
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.btn-service
{
color:#fff;

}
.btn-service:hover
{
  color:#fff;
}
.btn-service:focus {
color: #fff;
border:none;
  border-color:transparent;
      outline:none !important;
    outline-offset: 0px !important;
}
.evaluate
{
  color:#517387;
  font-size:20px;
  font-weight:bold
}

.rating-container { 
  border: none;
text-align:center
}
.rating-container > input { display: none; } 
.rating-container > label:before { 
  margin:1px;
  font-size:30px;
  display: inline-block;
  content: "★";
}
.rating-container > label { 
  color: #ddd; 

 }

.rating-container label:last-of-type:before{
  content:"\2605";
  color: rgba(0,0,0,0);
}
.rating-container > input:checked ~ label, 
.rating-container:not(:checked) > label:hover,
.rating-container:not(:checked) > label:hover ~ label { color: gold;  }

.rating-container > input:checked + label:hover, 
.rating-container > input:checked ~ label:hover,
.rating-container > label:hover ~ input:checked ~ label, 
.rating-container > input:checked ~ label:hover ~ label { color: #FFED85; }
.count
{
  text-align:center
}
.rating
{
    background: #517387;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
  display:none
}
.formtextarea
{
padding:5px 50px
}
.wordservice
{
background: #f36c21;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 5px;

}
.wordservice i
{ 
  color:#FFED85;
  margin-right:2px;
  font-size:13px
}
@media(max-width:500px) and (min-width:0px)
  {
    .wordservice {
 
    margin-left:0px;
    font-size: 10px;
    }
.wordservice i
{ 
  margin-right:1px;
  font-size:10px
}
}
/*.dashboardPage.nightmode */

/*General*/
.dashboardPage.nightmode h1,
.dashboardPage.nightmode h2,
.dashboardPage.nightmode h3,
.dashboardPage.nightmode h4,
.dashboardPage.nightmode h5,
.dashboardPage.nightmode h6 {
    /* color: #0e9ab1; */
  	color: #ffffff;
}
.dashboardPage.nightmode {
    color: #ffffff;
}
/*top navbar*/
.dashboardPage.nightmode .navbar-fixed-top {
    background-color: #21242a;
    border-bottom: 1px solid #4a4d54;
}

.dashboardPage.nightmode #menu-toggle {
    border-color: #fff;
}

.dashboardPage.nightmode .navbar-inverse #menu-toggle .icon-bar {
    background-color: #fff;
}

.dashboardPage.nightmode a {
    color: #fff;
}

.dashboardPage.nightmode a.btn-default {
    color: #333;
}

.dashboardPage.nightmode .pricestyle {
    border-color: #fff;
    color: #fff;
}
.dashboardPage.nightmode .search .sicon {
    color: #2b2c2f;
}
/*left sidebar*/
.dashboardPage.nightmode .side-nav {
    /*background-color: #0f0f10;*/
    
}
.dashboardPage.nightmode .navbar-inverse .navbar-nav>li>a {
     
}
.dashboardPage.nightmode .navbar-inverse .navbar-nav>li>a:focus,
.dashboardPage.nightmode .navbar-inverse .navbar-nav>li>a:hover {
    color: #df8a13;
}
.dashboardPage.nightmode .navbar-inverse .navbar-nav>li.active>a,
.dashboardPage.nightmode .navbar-inverse .navbar-nav>li.active>a {
    color: #df8a13;
}
/*main content area*/
.dashboardPage.nightmode,
.dashboardPage.nightmode #page-wrapper {
    background-color: #2b2c2f;
}
.orderbg.nightmode {
    background-color: #373a3e !important;
}
.ordercountbg.nightmode {
    background-color: #303439 !important;
}
.dashboardPage.nightmode #myTabContent label {
    color: #fff;
}
.dashboardPage.nightmode .nav>li>a:focus,
.dashboardPage.nightmode .nav>li>a:hover {
    color: #2b2c2f;
    background-color: #fff;
}
.dashboardPage.nightmode .checkListing li {
    color: #fff;
}
.dashboardPage.nightmode .panel-group .panel-heading {
    background-color: #303439;
}
.dashboardPage.nightmode .middleSection {
    background-color: transparent;
}
.dashboardPage.nightmode .middleSection p {
    color: #fff;
}
.dashboardPage.nightmode .faqSection .panel-body,
.dashboardPage.nightmode .faqSection .panel-body p {
    color: #000 !important;
}
.dashboardPage.nightmode .pagination>li>a,
.dashboardPage.nightmode .pagination>li>span {
    color: #2b2c2f;
}
.dashboardPage.nightmode .pagination>.active>a,
.dashboardPage.nightmode .pagination>.active>a:focus,
.dashboardPage.nightmode .pagination>.active>a:hover,
.dashboardPage.nightmode .pagination>.active>span,
.dashboardPage.nightmode .pagination>.active>span:focus,
.dashboardPage.nightmode .pagination>.active>span:hover {
    color: #fff;
}
.dashboardPage.nightmode .panel.panel-help {
    background-color: #8e8c8c;
}
.dashboardPage.nightmode .ticketInfo a {
    color: #f36a22;
}
.dashboardPage.nightmode .ticketInfo {
    color: #fff;
    background-color: transparent;
}
/*modal*/
.dashboardPage.nightmode .modal-content {
    background-color: #474646;
}
/*Custom*/
body .pricestyle {
    /*border-width: 4px;*/
    font-weight: bold;
    width: auto;
}
.dashboardPage.daymode {
    background-color: #fff;
}
a {
    transition: none;
}
body #toggleThemeMode {
    /* font-size: 35px;
    margin-top: 12px;
    display: block;
    height: auto;
    width: auto; */
}
.dashboardPage.nightmode #toggleThemeMode {
    /* color: #fff; */
}
.dashboardPage.daymode #toggleThemeMode {
    /* color: #f15f23; */
}
#settings-menu a {
    font-weight: 700;
}
/*API*/
.best-service {
    padding: 15px;
}
.best-service > div {
    padding: 10px;
}
.dashboardPage.nightmode .best-service > div {
    background-color: #202123;
    border: 1px solid #54565a;
}
.dashboardPage.nightmode .best-service .btn-toggle {
    color: #202123 !important;
}
.dashboardPage.nightmode .best-service .btn-toggle.active {
    color: #fff;
}
.dashboardPage.daymode .best-service > div {
    background-color: #f9f9fb;
    border: 1px solid #d2d2d4;
}
.dashboardPage.daymode .best-service .btn-toggle {
    color: #054752;
}
.dashboardPage.daymode .best-service .btn-toggle.active {
    background-color: #f05326;
    border-color: #f05326;
    color: #fff;
}
.best-service .form-group {
    margin-bottom: 0;
}
.best-service > div > .text-group.form-group {
    display: block !important;
}
.best-service .submitButton {
    float: none;
    border-radius: 0;
    font-size: 20px;
}
.dashboardPage.nightmode .best-service .submitButton {
    background-color: #f05326;
}
.best-service .submitButton > * {
    display: inline-block;
}
.best-service .submitButton i {
    margin-right: 20px;
}
.best-service .input-group.form-group input {
    border-radius: 0 !important;
}
.best-service .input-group.form-group input[readonly] {
    font-size: 14px;
    font-weight: bold;
}
.best-service h1 {
    padding-top: 10px;
    font-size: 25px !important;
    margin: 3px;
}
.dashboardPage.nightmode .best-service  h1 {
    color: #dcdcdc !important;
}
.best-service .btn-group > .btn {
    border-radius: 0 !important
}
.best-service .btn-group.btn-group-toggle.form-group {
    display: table !important;
}
.best-service .btn-group.btn-group-toggle.form-group > .btn {
    display: table-cell !important;
    float: none !important;
    border-bottom: none;
}
.best-service .btn-group.btn-group-toggle.form-group > .btn + .btn {
    border-left: none !important;
}
.best-service h1 > * {
    display: block;
}
.best-service h1 i {
    margin-bottom: 0;
    font-size: 30px;
}
.dashboardPage.daymode .best-service h1 i.fa-facebook + span,
.dashboardPage.daymode .best-service h1 i.fa-facebook {
    color: #3b5998;
}
.dashboardPage.daymode .best-service h1 i.fa-instagram + span,
.dashboardPage.daymode .best-service h1 i.fa-instagram {
    color: #df5e4b;
}
.dashboardPage.daymode .best-service h1 i.fa-youtube + span,
.dashboardPage.daymode .best-service h1 i.fa-youtube {
    color: #f00;
}
.dashboardPage.daymode .best-service h1 i.fa-twitter + span,
.dashboardPage.daymode .best-service h1 i.fa-twitter {
    color: #40baf3;
}
#accountModal {}
.dashboardPage.nightmode .main-modal,
.dashboardPage.nightmode #accountModal .main-modal {
    color: #fff;
}
.dashboardPage.nightmode .well {
    background-color: #202123;
}
.dashboardPage.nightmode pre {
    color: #fff;
    background-color: #202123;
}
.center-big-content-block > h2,
.center-big-content-block > h4 {
    font-size: 20px;
    padding: 0 10px 10px;
}
.center-big-content-block > h4 {
    margin-top: 20px;
}
tr.separator:first-child,
tr.separator:last-child {
    display: none;
}
tr.separator {
    background-color: #0a305b;
}
.dashboardPage.nightmode tr.separator {
    background-color: #2b2c2f;
}
.dashboardPage.daymode tr.separator {
    background-color: #fff;
}
tr.separator td {
    padding: 10px;
}
.dashboardPage.nightmode #example {
    color: #fff;
    background-color: #f05326;
    border-color: #f05326;
}
.middleSection.termsPage p {
    color: #fff;
}
.dashboardPage.nightmode .middleSection.termsPage p {
    color: #fff;
}
.dashboardPage.daymode .middleSection.termsPage p {
    color: #666;
}
.termsPage h1,
.termsPage h2,
.termsPage h3,
.termsPage h4,
.termsPage h5,
.termsPage h6 {
    color: #fff;
}
.change-service-button {
    cursor: pointer;
    padding: 6px 10px !important;
    margin-bottom: 12px;
}
.change-service-button.active {
    background-color: #f05326 !important;
    color: #fff;
}
.change-service-button.active * {
    color: inherit !important;
}
body.dashboardPage .inputfeild {
    padding: 15px 10px 10px;
    float: none;
}
body.dashboardPage #myTabContent label {
    padding: 5px 5px 10px;
}

.sicon {
    line-height: 50px;
}
#settings {
    width: 10px;
    height: 10px;
    left: right;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
body #settings {
    font-size: 35px;
    margin-top: 12px;
    display: block;
    height: auto;
    width: auto;
}
.dashboardPage.daymode #settings {
    color: #f15f23;
}
.dashboardPage.nightmode #settings {
    color: #fff;
}
.dashboardPage.nightmode #settings-menu {
    color: white;
    background: black;
}
.dashboardPage.nightmode a {
    color: #fff;
}
/* .dashboardPage.nightmode .alert h4,
.dashboardPage.nightmode .alert,
.dashboardPage.daymode .alert h4,
.dashboardPage.daymode .alert {
    color: #1daae2;
} */
.dashboardPage.daymode .alert h4, .dashboardPage.nightmode .alert h4 {
    color: #1daae2;
}

/* ====== only for snow ====== */
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}
@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:999999999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
.snowflake:nth-of-type(12){left:5%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(13){left:15%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(14){left:25%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(15){left:35%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(16){left:45%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(17){left:55%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(18){left:65%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(19){left:75%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(20){left:85%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(21){left:95%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(22){left:1%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(23){left:25%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
.snowflake {
    width: 0.1px;
    height: 0.1px;
    border-radius: 100px;
	background-color: transparent;
  	font-size: 18px;
}
/* ====== only for snow ====== */

@media (min-width: 100px) {
    #sidebar-wrapper {
        top: 56px;
    }
}

/* Fix menu*/
@media (min-width: 100px){
  #wrapper {
    padding-right: 52px;
  }

  .navbar-nav>li>a {
    padding: 12px 0px;
  }

  .side-nav {
    min-width: 52px;
  }
  #sidebar-wrapper {
    min-width: 52px;
  }
}

@media (max-width: 550px){
	.guest .navbar-brand {
        float: right;
    }
  	.guest .headerBanner {
      	padding-top: 50px;
    }
  	.guest .headerBanner h1 {
        margin-bottom: 20px;
    }
    .guest .headerBanner ul li{
    	font-size: 12px;
      	margin-bottom: 10px;
      	background-position: 99% 3px;
    }
    .guest .headerBanner p{
		padding-top: 0;
      	margin-bottom: 0;
    }
    .guest iframe {
        /* height: 235px;
        margin: 20px 0; */
    }
    .guest header {
        padding-bottom: 35px;
    }
  	.guest .SocialMedia {
        padding-bottom: 35px;
    }
    .guest .PaddingTB {
        padding: 60px 0px 30px;
    }
  	.guest .whyJapeliteBoxinner {
      	padding: 25px 15px 25px;
    }
    .guest .whyJapeliteBoxinner p {
        margin: 0;
    }
  	.guest .clientSlide .item {
        padding-bottom: 40px;
    }
    .guest .navbar-brand > img {
        padding: 0 !important;
    }
    .guest .headerTop{
		padding-top:0;
    }
  	.guest .navbar {
        padding: 15px 0;
    }
  	.table100.Type1 thead {
        display: none;
    }
    .table100 .column100.column1,
    .table100 td.column100 {
        display: block;
        padding-right: 53%;
        position: relative;
      	min-height: 40px;
      	font-size: 14px;
    }
  	.table100 .column100.column1::before,
    .table100 td.column100::before {
        content: attr(data-th);
        position: absolute;
        right: 0px;
        color: #fff;
        background: #36304a;
        display: block;
        width: 50%;
        height: 100%;
        top: 0;
        padding: 10px;
    }
    .search #faqFilter {
        float: none;
    }
    .headerBanner .Signbtn {
      	margin: auto !important;
      	display: block;
    }
    #menu-toggle{
		margin-top: 10px;
    }
  	.dashboardPage .navbar-brand {
        padding-right: 10px;
    }
    .pricestyle{
		margin: 8px 10px;
    }
    .side-nav{
		right: 15px;
    }
  	#orderTab, #infoTab {
        padding: 0;
    }
  	.tab-content {
      	padding: 20px 20px;
    }
    .dashboardPage #page-wrapper{
		padding: 0 0 10px;
    }
  	#sidebar-wrapper .navbar-nav > li > a {
        padding: 8px 0px;
    }
  	#wrapper.toggled #sidebar-wrapper,
  	#wrapper.toggled .side-nav,
  	.side-nav > li > a{
        width: 172px;
    }
  	#wrapper.toggled {
        padding-right: 165px;
    }
    .wistia_responsive_padding{
    	margin: 30px 0;
    }
  	.rwd-table.statusTable tbody tr {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
  	.rwd-table.statusTable tbody th {
        display: block;
        font-size: 12px;
        text-align: center;
        margin: 0;
      	width: 100%;
    }
  	.rwd-table.statusTable td::before {
        color: #000;
        width: auto;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        top: 0;
    }
    .rwd-table.statusTable td{
		display: inline-block;
        margin: 0;
        text-align: center;
        padding: 20px 6px 0 !important;
        position: relative;
        flex: 1;
        height: 40px;
    }
    .tableStyle2 .table100 tr,
  	.tableStyle2 .table100 tbody{
		display:block
    }
  	body.daymode .table100 td:last-child,
  	body.daymode .table100 td:first-child {
        border: none !important;
    }
  	.rightAction {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: 0 auto 10px;
    }
  	.rightAction .btn-success {
        display: block;
    }
  	.apiTable td,
    .affiliateTable td{
        word-break: break-all;
    }
    body #settings{
    	margin-top: 5px;
      	margin-bottom: 0;
    }
    .navbar-nav .open .dropdown-menu{
    	position: absolute;
		margin-top: 8px;
      	background-color: #fff;
      	border: 1px solid rgba(0,0,0,.15);
      	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
  	.guest .mainMenu ul li.dropdown ul.dropdown-menu {
        width: 100%;
        z-index: 1000000000;
    }
  
  	.ltr #wrapper.toggled {
        padding-left: 165px;
    }
  
  	.ltr.dashboardPage .navbar-brand {
        padding-left: 10px;
    }
  	.nav.navbar-nav.langSwitcher {
        display: none;
    }
  	.ltr.dashboardPage.nightmode #toggleThemeMode:hover {
        color: #000;
        background-color:#fff;
    }
  	.ltr .side-nav {
        left: 15px;
    }
  	li.showOnMob {
        display: block;
    }
  
  
  	.dashboardPage #menu-toggle {
    	margin: 10px 10px 0;
	}
  
  	.ltr .table100 td {
        padding-right: 10px !important;
        padding-left: 53% !important;
    }
  	.ltr .table100  td::before {
        right: auto !important;
        left: 0;
        text-align: left;
    }
  	.ltr .table100 td span {
        float: left;
    }
  	.ltr .table100 .titleBlock td {
        padding: 10px !important;
    }
  	.ltr .search {
        padding: 10px 0 10px 10px;
    }
  	.ltr .search .sicon {
        padding: 0 20px;
    }
  
  	.ltr .col-lg-12.col-xs-12.search.col-md-offset-8 {
        padding: 10px;
    }
  	.ltr .col-lg-12.col-xs-12.search.col-md-offset-8 .search {
        padding: 0;
    }
  	.ltr .rightAction {
        right: auto;
    }
  	.ltr .title1 {
        padding: 0 15px 15px;
    }
  	.ltr .title1::before {
        left: 15px;
    }
  	.ltr .apiTable td {
        padding: 8px !important;
    }
  	.ltr .table100.affiliateTable .column100.column1::before {
    	text-overflow: ellipsis;
    	max-width: 100%;
    	overflow: hidden;
    	white-space: nowrap;
	}
  	.ltr #accountModal .modal-dialog {
        margin: 10px 0;
    }
  	.ltr #accountModal .modal-dialog .modal-body {
        padding: 5px;
    }
  	.ltr #accountModal .rwd-table.statusTable td::before {
        font-size: 10px;
    }
  
}

header {
    background-image: url(https://storage.perfectcdn.com/k3dxah/codukwg6gbxbi1to.png) !important;
}

footer {
    background:url(https://storage.perfectcdn.com/k3dxah/3b6ziqly9uiqsppu.png) !important;
}

@media screen and (max-width: 600px){
.clientSlide .owl-nav {
display: none;
  }

}
