/* Partner CSS */
* {
	outline:none;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Inter', segoe ui, helvetica neue, Arial, sans-serif;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-size: 14px;
	font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	color: #333333;
	overflow-x: hidden;
}
a {
	/*color: #a90829;*/
	color: #333333;
}
a:hover {
	color: #f68704;
}
a {
	text-decoration:none;
	cursor: pointer;
}
a:hover,a:focus,a:visited {
	text-decoration:none;
	outline:none;
}
a:focus, a:hover {
  color: #f56800;
}
/* Off Canvas */
.bg-overlay-container {
}
.bg-overlay-container::after {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.5);
  content: '';
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.bg-overlay-container.mobilemenu-open::after {
  width: 200%;
  height: 110%;
  opacity: 1;
  transition: opacity 0.5s;
}
.header {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #ddd;
}
.header .navbar {
	margin: 0px;
}
.logo {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 10px 0px;
}
.top-menu {
	width: auto;
	float: right;
	padding: 9px 0px;
}
.top-menu .navbar {
	border: 0px;
	margin-bottom: 0px;
}
.top-menu .nav {
	border: 0px;
	margin-bottom: 0px;
}

/* Mobile Header */
.mobile-header {
	width: 100%;
	float: left;
	background: #ffffff;
	display: none;
	border-bottom: 0px solid #ddd;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	margin: 0px;
	padding: 0px;
}
.mobile-header-main {
	width: 100%;
	float: left;
}
.mobile-header .sr-bars {
	width: 60px;
	float: left;
	padding: 0px 0px;
	margin: 0px 15px 0px 0px;
	text-align: center;
}
.mobile-header .sr-bars i {
	font-size: 22px;
	line-height: 48px;
	color: #333333;
	padding: 6px 5px;
}
.mobile-header .mobile-logo {
	width: calc(100% - 76px);
	float: left;
	padding: 10px 0px;
}
.mobile-header .mobile-logo a {
	display: inline-block;
	text-align: center;
}
.mobile-header .mobile-logo img {
	max-height: 42px;
	text-align: center;
}
.mobile-header .mobile-cart {	
	float: right;
	padding: 0px 10px;
	text-align: right;
}
.mobile-header .sr-icon i {
	font-size: 22px;
	line-height: 48px;
	color: #ffffff;
	padding: 6px 8px;
}
.mobile-sidebar-wrapper {
  position: fixed;
  top: 0;
  width: 320px;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  z-index: 9999;
	transform: translateX(-100%);
}
.mobile-sidebar-wrapper.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
	min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
	overscroll-behavior: contain;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 15px 12px 20px;
  background-color: #fefdef;
  align-items: center;
  align-self: center;
  border-bottom: thin solid #ececec;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-top .mobile-sidebar-logo a {
  display: block;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-top .mobile-sidebar-logo a img {
  width: 100px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area {
  padding: 15px 15px 15px 20px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu {
	padding: 0px;
	margin: 0px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 8px 0;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
  display: none;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #1f2938;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.5;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand i::before {
  content: "\f104";
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #333333;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 10px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-left: 5px;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a::before {
  opacity: 1;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 15px;
  display: block;
  font-weight: 500;
  color: #333333;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menuxxxxxx li ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 5px;
  height: 2px;
  background-color: #9777fa;
  border-radius: 5px;
  opacity: 0.7;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
  padding-bottom: 0;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: #ee6c03;
  transition-duration: 0.2s;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin: 17px 0 30px 0;
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-sidebar-wrapper .mobile-sidebar-wrapper-inner .mobile-sidebar-content-area .site-copyright {
  font-size: 13px;
  color: #88929b;
}
.ul-border-bottom {
	margin-bottom: 10px!important;
	padding-bottom: 10px!important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.customer-menu-wrap,
.pandit-menu-wrap {
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.customer-menu-wrap h6,
.pandit-menu-wrap h6 {
	font-size: 13px;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.customer-menu-wrap a {
	width: calc(50% - 10px);
	background: #ff7600;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
	padding: 8px 15px;
	margin: 5px 5px 0px 0px;
}
.customer-menu-wrap a:hover {
	color: #ffffff;
}
.pandit-menu-wrap a {
	width: calc(50% - 10px);
	background: #ffffff;
	border: 1px solid #ff7600;
	border-radius: 5px;
	color: #ff7600;
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	padding: 8px 15px;
	margin: 5px 0px 0px 0px;
}
.pandit-menu-wrap a:hover {
  color: #ffffff;
	background: #ff7600;
}
.mobile-quick-contact {
	width: 100%;
	float: left;
	padding: 25px 0px;
  margin-bottom: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	color: #666666;
}
.mobile-quick-contact span {
	font-size: 16px;
	color: #333333;
  font-weight: 600;
}
.mobile-social-icon {
	width: 100%;
	float: left;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-social-icon h6 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}
.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}
.mobile-social-icon a i {
	line-height: 30px;
}
.mobile-social-icon a i:hover {
  opacity: 0.8;
}
.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}
.mobile-social-icon a:last-child {
  margin-right: 0;
}
/* Main Content */
.main-content {
	width: 100%;
	float: left;
	margin: 0px 0px;
	padding: 0px;
}
.page-banner {
	width: 100%;
	float: left;
	margin: 0px 0px;
	padding: 15px 0px;
	overflow: hidden;
	background: #ddd;
	background-image: linear-gradient(to right, rgb(251, 146, 60), rgb(253, 224, 71));
	text-align: center;
}
.page-banner.pandit-banner {
	background:url(../images/bg-banner-pandit-002.jpg) center;
}
.page-banner.barber-banner {
	background:url(../images/antique-paper-with-pattern-medieval-background_531521-16.avif);
}
.page-banner h1 {
	font-size: 36px;
	font-weight: bold;
	color: #d12205;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.page-banner p {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
}
.banner-in {
	width: 100%;
	height: 80px;
	float: left;
	background: #cccc;
	border-radius: 10px;
	margin: 15px 0px;
	padding: 0px 0px;
	overflow: hidden;
}
.page-content {
	width: 100%;
	float: left;
	margin: 15px 0px;
	padding: 0px;
	overflow: hidden;
}
.user-tabsss a  {
	float: left;
	min-width: 150px;
	text-align: center;
	position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
	padding: 8px 35px 17px 15px;
  color: #0d9564;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
	outline: 0;
}
.user-tabsss a::after  {
	position: absolute;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
	outline: 0px solid transparent;
	border-radius: 10px 10px 0 0;
	background: #2CC185;
	content: '';
	-webkit-transform: perspective(1px) rotateX(0.93deg) translateZ(-2px);
	transform: perspective(1px) rotateX(0.93deg) translateZ(-2px);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.user-tab  {
	width: 100%;
	float: left;
	margin: 15px 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
.user-tab a  {
	text-align: center;
  display: inline-block;
	background: #fff3dd;
	border-radius: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
	padding: 12px 50px 12px 50px;
	margin: 0px 15px 0px 0px;
  color: #ff6000;
	font-size: 18px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
	outline: 0;
}
.user-tab a:hover  {
	background: #feb679;
  color: #ff6000;
}
.user-tab a.active  {
	background: #ff7600;
  color: #ffffff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
	outline: 0;
}
.user-content  {
	width: 100%;
	float: left;
	margin: 15px 0px;
	padding: 0px;
	overflow: hidden;
}
.user-content .h1 {
	font-size: 42px;
	line-height: 48px;
	float: left;
}
.user-img-card {
	width: calc(100% - 200px);
	margin: auto;
}
.user-img-card img {
	max-width: 100%;
}
.feature-section {
	width: 100%;
	float: left;
	margin: 30px 0px;
	padding: 15px 0px;
}
.benefit-card {
	width: 100%;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 30px;
	border-radius: 6px;
	/*
	border: 1px solid #ddd;
	box-shadow: rgba(208, 208, 208, 0.5) 1px 1px 16px 1px;
	*/
	background: #fef8e7;
}
.benefit-card h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.auth-card {
  width: 100%;
  float: left;
	margin: 0px;
	padding: 0px;
  box-shadow: 0 2px 13px #c5ced2;
  border-radius: 8px;
}
.auth-card .nav > li > a {
	padding: 15px 15px;
	font-size: 18px;
	font-weight: bold;
}
.auth-card .nav-tabs {
	background: #fff3dd;
	border-radius: 8px 8px 0 0;
}
.auth-card .nav-tabs > li > a {
	background: #fff3dd;
	border-radius: 8px 8px 0 0;
	border: 0px solid #ddd;
}
.auth-card .nav-tabs > li > a:hover {
  border-color: none;
}
.auth-card .nav-tabs > li.active > a,
.auth-card .nav-tabs > li.active > a:hover,
.auth-card .nav-tabs > li.active > a:focus {
  border: 0px solid #ddd;
	background: #fff;
}
.auth-card-header {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px 30px;	
}
.auth-card-header-in {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	padding: 20px 0px 10px 0px;
}
.auth-card-header-in h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.auth-card-header-in small {
	font-size: 13px;
	color: #666666;
}
.auth-card-form {
	width: 100%;
  float: left;
	margin: 0px;
	padding: 30px;
}
.auth-card-form.p-15 {
	padding: 15px;
}
.auth-card-form label {
	font-weight: normal;
	font-size: 13px;
}
.auth-card-form .form-control {
	border-radius: 6px;
  height: 42px;
  padding: 6px 15px;
	box-shadow: none !important;
}
.auth-card-form .form-control:focus {
  border-color: #fcae6a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.auth-card-form .form-group .field-icon {
  float: right;
  margin-right: 8px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
	color:#999999;
}
.create-card {
	position: relative;
	width: 100%;
	float: left;
	padding: 30px;
	margin: 0px;
}
.create-card p.border-background {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	color: #8a8a8a;
	position: relative;
	z-index: 1;
}
.create-card p.border-background::before {
	border-top: 1px solid #e0e5f3;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
.create-card p.border-background span {
	background: #fff;
	padding: 0 12px;
	font-weight: 300;
	color: #333;
}
.thanks-msg {
	width: 100%;
	float: left;
	margin: 5px 0px 30px 0px;
	padding: 0px;
	text-align: center;
}
.thanks-msg .success {
	font-size: 75px;
	color: #29b329;
}
.thanks-msg p {
	font-size: 16px;
}
/* Footer */
.footer {
	position: relative;
	width: 100%;
	float: left;
	color: #333;
	background: #fff;
}
.footer .getintouch {
	position:relative;
	width:100%;
	float:left;
	padding: 15px 0px;
}
.footer .footer-block {
	width:100%;
	float:left;
	position:relative;
	margin: 0px 0px 15px 0px;
}
.footer .top-footer {
	position: relative;
	width: 100%;
	float: left;
	padding: 50px 0px 30px 0px;
	margin: 50px 0px 0px 0px;
	border-top: 1px solid #ddd;
}
.footer .border-top {
	border-top: 1px solid #ddd;
}
.footer .footer-block {
	width: 100%;
	float: left;
	position: relative;
}
.footer .footer-block h2 {
	margin: 0px;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	color: #333;
}
.footer .footer-block .footer-block-inner {
	width: 100%;
	float: left;
	margin: 15px 0px;
}
.footer .footer-block .link {
	margin: 30px 0px 15px 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
}
.footer .footer-block .link li {
	margin-bottom:6px;
}
.footer .footer-block .link li a {
	color: #333333;
}
.footer .footer-block .link li a:hover {
	color: #ff6600;
}
.link-half li {
	width: 50%;
	float: left;
}
.footer .footer-block .address {
	margin: 30px 0px 15px 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
	color: #333;
}
.footer .footer-block .address .ads-8 {
	margin-bottom: 8px;
}
.footer .footer-block .address {
	margin:30px 0px 15px 0px;
	padding:0px;
	list-style:none;
	font-size:14px;
	color: #333;
}
.social-icon {
	position:relative;
	width:100%;
	float:left;
	margin: 0px;
	padding: 0px;
}
.social-icon li {
	position:relative;
	margin-right:10px;
	display:inline-block;
}
.social-icon li a {
	position:relative;
	width:36px;
	height:36px;
	font-size:18px;
	text-align:center;
	line-height:36px;
	color: #666666;
	display:inline-block;
	background: #ffffff;
	border:1px solid #868586;
	border-radius: 4px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.social-icon li a:hover{
	color: #fff;
	background: #ff7600;
	border-color: #ff7600;
}
.footer .bottom-footer {
	width: 100%;
	float: left;
	padding: 15px 0px 45px 0px;
	font-size: 13px;
}
.footer .bottom-footer a {
	color: #333333;
}
.footer .copyright {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.footer .developer {
	width: 100%;
	float: left;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
.scroll-to-top {
	position:fixed;
	bottom:15px;
	right:15px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#a6ce39;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}
.scroll-to-top:hover{
	color:#ffffff;
	background:#76981a;
}
/*** Bootstrap ***/
.btn {
	border-radius: 6px;
  height: 42px;
	line-height: 30px;
  padding: 6px 15px;
	box-shadow: none !important;
}
.btn-wide {
	padding-left: 45px;
	padding-right: 45px;
}
.btn-primary {
  color: #fff;
  background: #ff7600;
  border: 0px solid #fcae6a;
}
.btn-primary:hover {
  color: #fff;
  background: #ff9942;
  border: 0px solid #fcae6a;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ff9942;
  border-color: #fcae6a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ff9942;
  border-color: #fcae6a;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #ff9942;
  border-color: #fcae6a;
}
.btn-success {
  color: #fff;
  background: #00a63e;
  border: 0px solid #00a63e;
}
.btn-success:hover {
  color: #fff;
  background: #02c149;
  border: 0px solid #02c149;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #02c149;
  border-color: #02c149;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #02c149;
  border-color: #02c149;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #02c149;
  border-color: #02c149;
}
.btn-primary-o {
	font-weight: bold;
  color: #ff7600;
  background: #fff;
  border: 1px solid #ff7600;
	transition: all 0.5s;
}
.btn-primary-o:hover {
  color: #ff7600;
  background: #fcdcaa;
  border: 1px solid #ff7600;
}
.btn-success-o {
	font-weight: bold;
  color: #ff7600;
  background: #fff;
  border: 1px solid #ff7600;
	transition: all 0.5s;
}
.btn-success-o:hover {
  color: #ff7600;
  background: #fcdcaa;
  border: 1px solid #ff7600;
}
.mt-15 {
	margin-top: 15px!important;
}
.mt-30 {
	margin-top: 30px!important;
}
.mt-45 {
	margin-top: 45px!important;
}
.mt-60 {
	margin-top: 60px!important;
}
.mb-15 {
	margin-bottom: 15px!important;
}
.mb-30 {
	margin-bottom: 30px!important;
}
.mb-45 {
	margin-bottom: 45px!important;
}
.mb-60 {
	margin-bottom: 60px!important;
}
.pt-15 {
	padding-top: 15px!important;
}
.pt-30 {
	padding-top: 30px!important;
}
.pt-45 {
	padding-top: 45px!important;
}
.pt-60 {
	padding-top: 60px!important;
}
.pb-15 {
	padding-bottom: 15px!important;
}
.pb-30 {
	padding-bottom: 30px!important;
}
.pb-45 {
	padding-bottom: 45px!important;
}
.pb-60 {
	padding-bottom: 60px!important;
}
.required {
	color:#FF0000;
}
.text-orange {
	color:#ff6600;
}
label.error {
	font-size: 11px;
	color: #e91600;
}
.otp-resend {
	color: #13ac07;
}
@media (max-width:767px) {
	.header {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	.main-header .mobilemenu_toggle {
		width: 20%;
		float: left;
	}
	.main-header .logo {
		width: 76%;
		text-align: center;
	}
	.main-header .logo img {
		height: 36px;
	}
	/* Footer */
	.footer .advantage-block {
		width: 100%;
		border: 0px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.footer .advantage-block:last-child {
		border-bottom: 0px solid #ddd;
	}
	.footer .get-in-touch {
		text-align: center;
	}
	.footer .copyright {
		text-align: center;
		margin: 0px 0px 10px 0px;
	}
	.footer .developer {
		text-align: center;
	}
}