body, html {
  height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight:400;
	color:#4c4c4c;
	overflow-x: hidden;	
}
h1 {
font-size:44px;
color:#292929;
line-height:44px;
font-weight:900;
margin-bottom:0px;
text-transform:uppercase;
letter-spacing:1px;
}
h2 {
color: #232222;
    font-size: 30px;
	line-height:30px;
    font-weight: 900;
    margin-bottom: 8px;
	text-transform:uppercase;
	letter-spacing:1px;
}
h3 {
color: #232222;
    font-size: 22px;
	line-height:22px;
    font-weight: 800;
    margin-bottom: 8px;
	text-transform:uppercase;
	letter-spacing:1px;
}
h4 {
font-size:18px;
color:#080808;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
}
p {
	margin-bottom:20px;
	line-height:24px;
}
.container {
    max-width: 1000px;
}

.clear {
    clear: both;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
ul {
	margin-bottom:0;
	padding-left:0;
}

.navbar {
	padding:0;
   /* padding: 15px 10px;*/
    background: #fff;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.btn-info, .btn-info.focus, .btn-info:focus {
	background-color: #292929;
border-color: #292929;
}
.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #292929;
}
#sidebar {
		background: rgba(0, 0, 0, 0) url("../../../../../assets/images/menubg.jpg") repeat-y;
}
#sidebar ul.components {

    padding: 20px 0;
    border-bottom: 1px solid #292929;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 12px 30px;
    font-size: 14px;
	font-weight:900;
	text-transform:uppercase;
    display: block;
	letter-spacing: 1.5px;
}

#sidebar ul li a:hover {
    color: #3e3e3e;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #292929;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

#homeSubmenu ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn-info:hover {
    color: #fff;
    background-color: #383838;
    border-color: #383838;
}
ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #292929 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 20px 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 65px;
    right: 0;
}

#content.active {
    width: 100%;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}


/* amani style */
#amani{
    color: rgb(221, 245, 11) !important;
}

#amani_email{
    color: rgb(97, 248, 105) !important;
}

.carousel-item {
    min-height: 544px;
	height: 54vh;
}
.carousel-caption {
	bottom: 150px;
left: 15%;
margin-top: 0;
right: 15%;
text-align: center;
}
.carousel-caption h1 {
	color:#ffffff;
	font-size:60px;
	font-weight:900;
	line-height:60px;
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:5px;
}
.carousel-caption p {
	font-family: 'Muli', sans-serif;
	font-size:26px;
	color:#ffffff;
	font-style:italic;
	text-transform:uppercase;
	font-weight:300;
	margin-bottom:5px;
	letter-spacing:3px;
}
.carousel-indicators li {
	margin-right: 6px;
margin-left: 6px;
width:10px;
height:10px;
}
.logo2 {
	padding:15px;
}

.header-social {
	list-style:none;
	display:inline-block;
}
.header-social li {
	display:inline-block;
	/* padding-right:5px; */
}
.header-social li:last-child {
	padding-right:0;
}
.header-social li a i {
	font-size:16px;
	vertical-align: middle;
}
ul.header-social li a {
    padding: 0px 7px !important;
    font-size: 14px !important;
}
.collapse li a {
	font-size:11px !important;
	font-weight:700 !important;
}
#member-section {
	padding-bottom:60px;
	padding-top:60px;
}
.header-caption {
	color:#292929;
	font-size:17px;
	text-transform:uppercase;
	font-weight:600;
	font-style:italic;
	letter-spacing:2px;
}
.member-box {
	background:#f0f0f0;
	border:1px #e4e4e4 solid;
	padding:25px 15px;
	text-align:center;
	height: 348px;
}
.member-box p {
	margin-bottom:0;
}
.member-box h3 {
    font-size:20px;
	font-style:italic;
	font-weight: 600;	
}
.moreBtn {
	background:#292929;
	color:#f0f0f0;
	font-weight:600;
	letter-spacing:2px;
	font-size:16px;
	text-transform:uppercase;
	border:0;
	border-radius:5px;
	padding:18px 42px;
	display:inline-block;
}
#stories-section {
	background: rgba(0, 0, 0, 0) url("../images/st-bg.jpg") repeat-x fixed center center / cover;
padding-top: 60px;
padding-bottom: 30px;
}
#stories-section h1 {
	margin-bottom:15px;
}
.imgBg {
	background:#292929;
	padding:30px 25px;
}
.stories-box {
	margin-bottom:30px;
}
.stories-box .media-body {
	background:#ffffff;
	padding:12px 20px;
}
.stories-box .media-body p {
	margin-bottom:0;
	font-size:15px;
	color:#292929;
	line-height:22px;
}
#plan-section {
	padding-top: 60px;
padding-bottom: 60px;
}
#plan-section h1 {
	margin-bottom:20px;
}
.plan-head {
	background: rgba(0, 0, 0, 0) url("../images/plan-head.jpg") repeat-x fixed center center / cover;
	text-align:center;
	color:#ffffff;
	padding:22px 30px;
}
.plan-head h3 {
	color:#ffffff;
	font-size:34px;
	line-height:30px;
	font-style:italic;
	font-weight:900;
	margin-bottom:0;
}
.plan-head-cap {
	color:#9b9c9c;
	font-size:16px;
	font-style:italic;
	margin-bottom:5px;
}
.plan-price {
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	margin-bottom:0;
	letter-spacing:0.5px;
}
.plan-body {
background:#f5f5f5;
padding:25px 20px;
border:1px #cecece solid;
}
.pList {
list-style:none;
display:inline-block;	
margin-bottom:8px;
}
.pList li {
background: rgba(0, 0, 0, 0) url("../images/right-icon.png") no-repeat scroll 0 7px !important;
color:#212121;
margin-bottom: 10px;
padding-left: 23px;
display:inline-block;
font-size:15px;
font-weight:400;
width:100%;
}
.smBtn {
	background:#000000;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	font-style:italic;
	padding:12px 45px;
	border-radius:5px;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing:1.5px;
	border:0;
}
#video-section {
	background: rgba(0, 0, 0, 0) url("../images/video-bg.jpg") repeat-x fixed center center / cover;
padding-top: 60px;
padding-bottom: 60px;
}
.playbtn-img {
cursor: pointer;
left: 354px;
position: absolute;
top: 38%;
}
#video-section h1 {
	color:#ffffff;
	margin-bottom:20px;
}
.vdoImg {
	border:4px #ffffff solid;
}
#video-section .moreBtn {
	background:#000000;
}
#testimonial-section {
	background:rgba(0, 0, 0, 0) url("../images/ts-bg.jpg") repeat-x fixed center center / cover;
	padding-top: 60px;
padding-bottom: 60px;
}
#testimonial-section h1 {
	margin-bottom:20px;
}
.owl-carousel .item img {
    width: 80px;
    height: 80px;
}
.ts-img {
	margin-bottom:-30px;
}
.ts-img img {
	margin: 0 auto;
	border-radius: 60%;
}
.ts-ctn {
	background: #fcfcfc;
border: 1px #eaeaea solid;
text-align: center;
padding: 40px 20px 20px;
}
.ts-ctn p {
	color:#363636;
	font-size:15px;
	line-height:22px;
}
.ts-name {
	color:#292929 !important;
	font-size:14px !important;
	font-weight:800;
	line-height:16px !important;
	margin-bottom:0;
}
.ts-web {
	color:#696868 !important;
	font-size:13px !important;
	line-height:12px !important;
	font-weight:400;
	font-style:italic;
	margin-bottom:0;
}
 #owl-testimonial .owl-dots span, #testimonial-section .owl-dots span {
    background: #040404 none repeat scroll 0 0 !important;
    width: 10px;
    height: 10px;
}
#owl-testimonial .owl-dots .active span, #testimonial-section .owl-dots .active span  {
	background: #292929 none repeat scroll 0 0 !important;
}
#main_footer {
	background:#292929;
	padding:22px 0;
}
#footer-copyright p {
	color:#adadad;
	font-size:12px;
	margin-bottom:0;
}
#footer-copyright a {
	color:#ffffff;
}
.footer-social {
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.footer-social li {
	display:inline-block;
	padding-right:5px;
}
.footer-social li:last-child {
	padding-right:0;
}
.footer-social li a i {
	font-size:16px;
	vertical-align: middle;
}
ul.footer-social li a {
    padding: 5px 8px !important;
    font-size: 14px !important;
}
.navbar-nav .dropdown .dMenu {
	/* padding:10px 20px; */
	color:#fff;
}
.navbar-nav .dropdown .dMenu:hover, .navbar-nav .dropdown .dMenu:focus {
	background: #000 !important;
	color:#fff;
}
.navBg {
	background: #000 !important;
color: #fff !important;
}
#innerPG-banner .container-fluid {
	padding:0;
}
.sign-box {
    background-color: #F1F1F1;
    padding: 30px;
    border-radius: 5px;
}
#login-section h2 {
    margin-bottom: 20px;
    font-size: 30px;
}
#login-form .form-control {
    background: #ffffff;
    border: 1px #ececec solid;
    border-radius: 5px !important;
    color: #263860 !important;
    font-size: 14px !important;
    margin-bottom: 10px;
    padding: 0.9rem 0.8rem;
    width: 100%;
    height: 100%;
}
.fm-link a {
	color:red;
}
#logreg-section {
	padding-bottom:60px;
	padding-top:60px;
	min-height:800px;
}
.roiCtn {
	margin-top:20px;
	margin-bottom:20px;
}
.roiBox {
	text-align:center;
	background:#ffffff;
	margin:0 auto;
	border-radius:60px;
	padding:40px 15px;
	width:120px;
	height:120px;
	
}
.roiBox h3 {
	font-size:34px;
	font-weight:900;
	font-style:italic;
	margin-bottom:0;
	margin: 2px 0px 5px 0px;
}
.roiBox p {
	font-size: 1.3rem;
    color: #000000;
    letter-spacing: 1px;
    margin: 1px 0px;
}
.sideList {
display:inline-block;	
margin-bottom:8px;
}
.sideList li {
color:#212121;
margin-bottom: 5px;
display:inline-block;
font-size:13px;
font-weight:400;
width:100%;
}
.sideList li span {
	font-size:11px;
}
.sideList li span.dn {
	color:green;
}
.sideList li span.pn {
	color:red;
}
.sideNote-box {
	padding:40px 20px 0px 20px;
}
.sideNote-box p {
	font-size:14px;
	color:red;
	margin-bottom:0;
	line-height:18px;
}






#msform {
	width: 100%;
	/*margin: 50px auto;*/
margin: 0 auto;
	/*text-align: center;*/
font-size:14px;
	position: relative;
}
#msform fieldset a {
	color:#f0522b;
	letter-spacing:2px;
	font-size:12px;
}
#msform fieldset {
	position: relative;
	display: block;
	height: max-content;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*buttons*/
#msform .action-button {
	background:#000000;
	border: medium none !important;
    border-radius: 0 !important;
    color: #fff !important;
    display: inline-block;
    padding: 15px 55px;
    width: auto;
	margin: 20px;
}
#msform h4{
	margin-top: 10px;
	margin-bottom: 10px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #272b3d;
}
#msform p {
	margin-bottom:0;
	padding-top: 10px;
}

#msform input {
	height: 50px!important;
}

#msform .input-group{
	margin-bottom: 10px;
	height: 50px!important;
}

#msform .input-group-append {
    height: 50px!important;
}
.let-sp {
	font-size:16px;
	line-height:20px;
	font-weight:600;
	color:#000;
	font-style:italic;
}
.profile-box {
	background:#f7f7f7;
	padding:40px;
}
.profile-box h2 i {
    color: red;
    font-size: 20px;
    padding-left: 10px;
    margin-top: 6px;
}
.dreams-box {
	text-align:center;
	border:1px #eeeeee solid;
	padding:20px 15px 5px 15px;
	cursor: pointer;
	height: 262px;
}
.dreams-box-head {
    text-align: center;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 60px;
    padding: 40px 15px;
    width: 120px;
    height: 120px;
	box-shadow: 0 4px 4px #9d9d9d;
}
.dreams-box-head:hover {
	background: #000000;
}
.dreams-box-head:hover h4, .dreams-box-head:hover h4 span {
	color:#ffffff;
}
.dreams-box-head h4 {
	font-size:14px;
	font-weight:400;
	font-style:italic;
	line-height:19px;	
}
.dreams-box-head h4 span {
	font-size:26px;
	font-weight:900;
	letter-spacing: 0.8px;
}
.dreams-box-body p {
	font-size:15px;
	color:#333333;
	margin-top:5px;
	padding-bottom: 18px;
}
.bdr-box {
	padding: 25px 15px 18px 15px;
	box-shadow: 0 3px 5px #9d9d9d;
}
.today-box {
	text-align:center;
	border:1px #eeeeee solid;
	padding:28px 15px 5px 15px;
}
.today-box-head {
    text-align: center;
    background: #ffffff;
    margin: 0 auto 10px auto;
    padding: 26px 15px;
    width: max-content;
    height: auto;
	border-radius:8px;
	box-shadow: 0 2px 8px #9d9d9d;
}
.headBG1 {
	background:#000;
}
.headBG2 {
	background:#1f1f1f;
}
.headBG3 {
	background:#484848;
}
.today-box-head h4 {
	color:#ffffff;
	font-size:22px;
	font-weight:800;
	font-style:italic;
	line-height:19px;
margin-bottom:0;	
}
.today-box-head h4 span {
	font-size:26px;
	font-weight:900;
	letter-spacing: 0.8px;
}
.today-box-body p {
	font-size:15px;
	color:#333333;
	margin-top:5px;
	line-height:18px;
	padding-bottom: 18px;
}
.leap-list {
	list-style:none;
}
.leap-list li {
	font-size:14px;
	text-align:center;
	width:49.6%;
	border:1px #ccc solid;
	display:inline-block;
	padding:65px 30px;
	margin-bottom:4px;
	line-height:16px;
	color:#000;
	letter-spacing:1px;
}
.leap-list li span {
	font-size:42px;
	font-weight:900;
	font-style:italic;
	color:#626262;
	letter-spacing:0px;
	
}
.leap-list li.bgOne {
	background:#000;
	color:#ffffff !important;
}
.leap-list li.bgTwo {
	background:#f3f3f3;
}
.leap-list li.bgOne span {
	color:#fff
}
.bestTxt {
	background:#f9f9f9;
	color:#000;
	font-weight:900;
	padding:28px 30px;
	text-align:center;
	font-style:italic;
	letter-spacing:2px;
	border:1px #000 dashed;
	margin-top:10px;
}
#dashboard-section {
	padding-bottom:120px;
	padding-top:60px;
}
#dashboard-section h4 {
	text-transform:uppercase;
	font-style:italic;
	letter-spacing:1.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

#dashboard-section h4 span{
	margin-top: 2px;
}

.calendar {
  background: #292929;
  border-radius: 4px;
  /*box-shadow: 0 5px 20px rgba(0, 0, 0, .3);*/
  height: 376px;
  perspective: 1000;
  transition: .9s;
  transform-style: preserve-3d;
  width: 100%;
}

/* Front - Calendar */
.front {
  transform: rotateY(0deg);
}

.current-date {
  border-bottom: 1px solid rgba(73, 114, 133, .6);
  display: flex;
  justify-content: space-between;
  padding: 5px 40px;
}

.current-date h1 {
  color: #dfebed;
font-size: 1em;
font-weight: 400;
font-style: italic;
}

.week-days {
  color: #dfebed;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding: 15px 40px;
}

.days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.weeks {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}

.weeks div {
  display: flex;
  font-size: 1.2em;
  font-weight: 300;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}

.last-month {
  opacity: .3;
}

.weeks span {
  padding: 5px 8px;
}

.weeks span.active {
  background: red;
border-radius: 0;
}

.weeks span:not(.last-month):hover {
  cursor: pointer;
  font-weight: 600;
}

.event {
  position: relative;
}

.event:after {
  content: '•';
  color: #f78536;
  font-size: 1.4em;
  position: absolute;
  right: -4px;
  top: -4px;
}

/* Back - Event form */

.back {
  height: 100%;
  transform: rotateY(180deg);
}

.back input {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(73, 114, 133, .6);
  color: #dfebed;
font-size: 1.2em;
font-weight: 300;
padding: 15px 40px;
width: 100%;
letter-spacing: 1px;
font-style: italic;
}

.info {
  color: #dfebed;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.2em;
  padding: 30px 40px;
}

.info div:not(.observations) {
  margin-bottom: 10px;
}

.info span {
  font-weight: 300;
}

.info .date {
  display: flex;
  justify-content: space-between;
}

.info .date p {
  width: 50%;
}

.info .address p {
  width: 100%;
}

.actions {
  bottom: 0;
  border-top: 1px solid rgba(73, 114, 133, .6);
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}

.actions button {
  background: none;
  border: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 0;
  padding: 30px 0;
  text-transform: uppercase;
  width: 50%;
}

.actions button:first-of-type {
  border-right: 1px solid rgba(81, 81, 81, .6);
}

.actions button:hover {
  background: #0b0b0b;
  cursor: pointer;
}

.actions button:active {
  background: #0b0b0b;
  outline: none;
}

/* Flip animation */

.flip {
  transform: rotateY(180deg);
}

.front, .back {
  backface-visibility: hidden;
  width: 100%;

}
.product-box {
	border:1px #cccccc solid;
	text-align:center;
	margin-bottom:30px;
}
.product-box-ctn {
	padding:20px 10px;
}
.product-cat {
	margin-bottom:0px;
}
.product-price {
	color:#000000;
	font-weight:900;
	font-size:24px;
	font-style:italic;
}
.product-box-ctn h4 {
	border-bottom:1px #dddddd solid;
	border-top:1px #dddddd solid;
	font-size:15px;
	padding:10px 0;
	margin-bottom:5px;
}
.pagination {
  /* display: inline-block; */
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.borderBox {
	border:1px #ccc solid;
}

.pagination a.active {
  background-color: #000000;
  color: white;
  border-radius: 5px;
}
.filter-list li {
	font-size:16px;
margin-bottom:8px;
color:#000000;
font-weight:600;
}
	
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}
.listDrop {
	list-style:none;
	margin-top:20px;
}
.innFilterList li {
	margin-bottom:8px;
	font-size:14px !important;
	color:#292929 !important;
font-weight:400 !important;
}
.vertical_menu ul li img {
	width: 78px;
height: 80px;
border: 1px #eee solid;
margin: 20px 10px;
}
.vertical_menu ul {
	display: inline;
	padding-left: 0;
}
.vertical_menu ul li {
	display: inline-block;
}
.s-pro-pic-box p {
margin-bottom:0;
}
.s-pro-pic-box img {
	width:100%;
	height:350px;
}



/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #000000;
}
.noUi-horizontal .noUi-handle-upper {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #ff0000;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background-image: linear-gradient(to right, #000000 , #ff0000);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.p-range {
list-style: none;
display: inline-block;
width: 100%;
margin-bottom: 30px;
}
.p-range li {
display: inline-block;
}
.p-range li:last-child {
float: right;
text-align: right;
}
.p-range li p.price-lab {
color:#666666;
font-size: 12px;
line-height: 14px;
margin-bottom: 0;
}
.price-tag {
  margin-bottom: 0;
  line-height: 16px;
  font-weight: 600;
}
.priceFbox {
    border: 1px #ddd solid !important;
    padding: 20px 20px 0 20px;
}
.priceCbox {
    border: 1px #ddd solid !important;
    padding: 20px;
}

.smBtnTwo {
	background:#000000;
	color:#ffffff;
	font-size:11px;
	font-weight:600;
	font-style:italic;
	padding: 7px 15px;
	border-radius:5px;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing:1px;
	border:0;
}
.btnList {
	list-style:none;
	display:inline-block;
}
.btnList li {
	display:inline-block;
}
.caTxt {
	font-weight:600;
	font-size:14px;
	font-style:italic;
	letter-spacing:0.5px;
}
.caTxt span {
	font-weight:400 !important;
	letter-spacing:1px !important;
}
.pcTxt {
	font-weight:600;
	font-size:14px;
	font-style:italic;
	letter-spacing:0.5px;
}
.pcTxt span {
	font-weight:800 !important;
	font-size:24px !important;
	letter-spacing:0 !important;
}
.fxWid {
	width:80px;
}

#singlePro-section {
	padding-bottom:60px;
	padding-top:60px;
	min-height:600px;
}
.smPro-img {
	width:64px;
	height:64px;
}
.cart-ud-box {
	text-align:right;
}
#cart-pg-section {
	padding-bottom:60px;
	padding-top:60px;
	min-height:600px;
}
#cart-pg-section .table .thead-light th, #cart-pg-section .table .thead-dark th {
    background: #000000;
    color: #ffffff;
	letter-spacing:1px;
}
#cart-pg-section .table tbody {
	border:1px #ddd solid;
}
#cart-pg-section .table td, .table th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
}
#checkout-form .form-control, #cart-pg-section .form-control {
    background: #ffffff;
    border: 1px #ececec solid;
    border-radius: 0 !important;
    color: #263860 !important;
    font-size: 14px !important;
    margin-bottom: 10px;
    padding: 0.8rem 0.4rem;
    width: 100%;
    height: 100%;
}
#checkout-form label {
	font-size:15px;
	font-style:italic;
	letter-spacing:0.5px;
}
.couponBox {
	border: 1px #ddd solid;
	padding:20px;
}
.couponBox h3 {
	margin-bottom:26px;
}
#cart-pg-section i {
    color: red;
}
.form-group label {
	margin-bottom:0;
}
.details {
  display: none;
}
:checked ~ .details {
  display: block;
  /*position: absolute;
  left: 1em;
  bottom: -10em;*/
}
.details {
	border:1px #ccc solid;
	background:#fafafa;
	color:#797979;
	padding:20px;
	width: 100%;
	margin-bottom:10px;
}
.qusBody {
	text-align:left;
}
.qusTxt {
	color: #080808;
font-weight: 600;
font-style: italic;
font-size: 15px;
margin-bottom: 5px;
line-height: 18px;
}
.ansTxt {
	color: #333333;
	font-size: 14px;
	margin-bottom:20px;
	border-bottom:1px #ccc solid;
	padding-bottom:20px;
	padding-top: 10px;
	line-height: 19px;
	padding-left:18px;
}
.ansTxt:last-child {
	margin-bottom:0px;
	border-bottom:0;
	padding-bottom:0px
}
.qusTxt i {
margin-right:5px;	
}






@media all and (max-width:992px) {
	.navbar-nav .dropdown .dMenu:hover, .navbar-nav .dropdown .dMenu:focus {
	background: #000 !important;
}
 #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1191px) {
    #sidebarCollapse {
	display:none;
}
.logo2 {
		display:none;
	}
}
@media (min-width: 1191px) and (max-width: 1280px) {
#sidebarCollapse {
	display:none;
}
.logo2 {
		display:none;
	}
}
@media (min-width: 1280px) {
#sidebarCollapse {
	display:none;
}
.logo2 {
		display:none;
	}
}