@charset "utf-8";
@font-face {
  font-family: BreuerTextRegular;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/BreuerTextRegular.ttf) format("truetype");
}
@font-face {
  font-family: BreuerTextRegular;
  font-weight: 500;
  font-style: normal;
  src: url(fonts/BreuerTextMedium.ttf) format("truetype");
}
@font-face {
  font-family: BreuerTextRegular;
  font-weight: 700;
  font-style: normal;
  src: url(fonts/BreuerTextBold.ttf) format("truetype");
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 14px;
  font-family: BreuerTextRegular, sans-serif, Arial, Helvetica;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  color: #333;
  line-height: 20px;
}
/*-------- Header ------*/
.main {
  width: 100%;
  overflow: hidden;
  min-width: 320px;
}
.container {
  margin: 0 auto;
  width: 90%;
}
.containers {
  width: 90%;
  margin: 0 auto;
}
.container2 {
  width: 85%;
  margin: 0 auto;
}
.logo {
  max-width: 100%;
  float: left;
  margin: 13px 0 0;
  padding: 6px 20px 21px;
  position: absolute;
  z-index: 999;
}
.header {
  width: 100%;
  z-index: 1003;
  position: absolute;
}
.header.shead {
  position: fixed;
}
.mnu1 {
  padding: 0px;
  float: right;
}
.mnus1 {
  text-align: right;
}
.menu1 {
  padding: 0px;
  margin: 0;
}
.menu1 > li {
  display: inline-block;
}
.menu1 span {
  color: #333;
  font-size: 13px;
  text-transform: capitalize;
}
.menu1 > li > a {
  padding: 12px 10px;
  display: block;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}
.menu1 > li:last-child > a {
  padding-right: 0;
}
.menu1 > li > a i {
  padding-right: 5px;
  font-size: 17px;
}
.menu1 > li > a:hover {
  color: #333;
}
.menu1 span {
  padding-left: 2px;
}
.menu1 > li:first-child,
.menu1 > li:nth-child(1) {
  background: none;
}
.ph {
  background: url("../images/phone.png") no-repeat scroll 11px center / 22px
    auto;
}
.drv {
  background: url("../images/driv.png") no-repeat scroll 11px center / 22px auto;
}
.rupee {
  background: url("../images/rupee.png") no-repeat scroll 11px center / 22px
    auto;
}
.menu1 a.headact {
  color: #ff0000;
}
.mnu2 {
  position: relative;
  width: 100%;
  background-color: #4d90fe;
}
.content {
  position: relative;
  margin-top: 94px;
  margin-bottom: 30px;
}
nav {
  margin: 0 auto;
  text-align: right;
}
.head-nav {
  display: inline-block;
  margin-left: 20px;
  margin-top: 0px;
}
.head-nav > li {
  display: inline-block;
  position: relative;
}
.head-nav > li a {
  color: #333;
  display: block;
  font-size: 14px;
  padding: 17px 15px;
  text-transform: capitalize;
}
.head-nav > li a:hover {
  color: #e14d26;
}
.head-nav li.hasubs:hover .submenu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
#head-nav > li::after {
  color: #ffffff;
  content: "|";
  position: absolute;
  right: 0;
  top: 9px;
}
#navsel {
  height: 3px;
  position: absolute;
  z-index: 555;
}
#main-nav li a:after,
#navsel {
  background-color: #ff0000;
}
#head-nav > li:last-child::after,
.head-nav > li.actives::after {
  content: "" !important;
}
.head-nav > li.actives {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.head-nav > li.actives a {
  font-weight: 700;
}
/* ------ Home Slider ------*/
.homslidcont {
  position: relative;
  width: 100%;
  top: 0;
}
.slider {
  width: 100%;
  overflow: hidden;
}
.prod-slidm {
  box-sizing: border-box;
  margin: 0 25px;
  padding: 0 25px;
}
.mblsldrm {
  position: relative;
  width: 100%;
  border-bottom: 1px dotted rgba(128, 128, 128, 0.2);
}
.mobm {
  display: none !important;
}
.homepgr span,
.homepgrs span {
  cursor: pointer;
  height: 16px;
  text-indent: -1000em;
  width: 16px;
}
.homepgr {
  z-index: 999;
}
.homepgr span {
  display: block;
  background: url("../images/slider-icons.png") no-repeat;
  margin: 0 4px 8px;
  background-size: 10px auto;
  text-indent: -1000em;
  width: 10px;
  height: 13px;
  cursor: pointer;
}
.homepgr span.cycle-pager-active {
  background-position: center -20px;
}
.playpause {
  margin-top: 0px;
}
.playpause a {
  background: url("../images/playpause.png") no-repeat scroll center top / 20px
    auto;
  text-indent: -1000em;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.playpause.pause a {
  background-position: center bottom;
}
.sbutn {
  z-index: 555;
  position: absolute;
  top: 36%;
  right: 40px;
}
.sbtns {
  display: inline-block;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
input,
textarea,
select {
  color: #000;
  width: 100%;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::-moz-selection {
  background: #e7e7e7;
  color: #000;
  text-shadow: none;
  outline: 0;
}
::selection {
  background: #e7e7e7;
  color: #000;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2em;
  margin: 10px 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}
p {
  line-height: 20px;
}
a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  outline-color: rgba(0, 0, 0, 0);
  color: #333;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  font-size: 11px;
  border: 0;
}
input,
textarea,
select {
  box-sizing: border-box;
  outline: 0;
  outline-color: rgba(0, 0, 0, 0);
}
button {
  box-sizing: border-box;
  border: none;
  outline: 0;
  outline-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
select > option {
  padding: 0;
  -moz-padding: 0;
}
::-webkit-input-placeholder {
  color: #333;
}
:-moz-placeholder {
  color: #333;
}
::-moz-placeholder {
  color: #333;
}
:-ms-input-placeholder {
  color: #333;
}
/* ----- Browser Upgrade ------*/
.browserupgrade {
  margin: 0;
  background: #e8e8e8;
  color: #000;
  padding: 0.2em;
  text-transform: uppercase;
  text-align: center;
}
.browserupgrade a {
  color: #b81424;
}

.pad0 {
  padding: 0;
}
.margin0 {
  margin: 0;
}
.padlft0 {
  padding-left: 0;
}
.padrt0 {
  padding-right: 0;
}
.marg-05 {
  margin-left: -5px;
  margin-right: -5px;
}
.pad05 {
  padding-left: 5px;
  padding-right: 5px;
}
.padlft05 {
  padding-left: 5px;
}
.padrt05 {
  padding-right: 5px;
}
.marg5 {
  margin-bottom: 5px;
}
.marg-bt10 {
  margin-bottom: 10px;
}
.margbt10 {
  margin-bottom: 10px;
}
.centerdv {
  margin: 0 auto;
  float: none;
}
.pointer {
  cursor: pointer;
}
.mtop30 {
  margin-top: 30px;
}
.pad_top75 {
  padding-top: 75px;
}
.box_shadow {
  /*    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.1), 0 2px 20px 0 rgba(0,0,0,.2);*/
  border: 1px solid #ddd;
  border-radius: 4px;
}

.wht_box {
  background: #fff;
}
.relative_box {
  position: relative;
}
.box_pad2 {
  padding: 15px 15px;
}
.pad_box1 {
  padding: 0 30px;
}
.pad-top20 {
  padding-top: 20px;
}
.bdr_radius {
  border-radius: 50%;
}
.border_none {
  border: none !important;
}
b,
strong {
  font-weight: 600;
}
.dash_bdr {
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
}
.flex_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_box1 {
  display: flex;
  align-items: center;
}
.flex_box1 .gbox {
  margin-right: 20px;
  margin-top: 10px;
}
.flex_box1 .gbox:last-child {
  margin-right: 0px;
}
.toggle_box {
  display: none;
}
.login-form {
  position: relative;
  margin-top: 0%;
  /* width: 90%; */
  margin: auto;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 15px;
  padding: 45px 55px 45px;
  min-height: 100%;
  /*    min-height: 440px; */
}

/* -----Special effects ------*/
.mnus2 a,
.optns a,
a,
.fbtn .fsub,
.caroptn > li,
.caroptn > li p,
.caroptn,
.main,
.opts,
.header,
.mod.onrod > span,
.cal,
.caroptn > li,
.op1 {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.playpause a {
  -webkit-transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -ms-transition: all 0ms ease-in-out;
  -o-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
}
.img {
  -webkit-transition: all 5000ms ease-in-out;
  -moz-transition: all 5000ms ease-in-out;
  -ms-transition: all 5000ms ease-in-out;
  -o-transition: all 5000ms ease-in-out;
  transition: all 5000ms ease-in-out;
}
.op1:hover > a,
.slider.cycle-slide.cycle-slide-active .img,
.mnu3 a:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
a.moblnk.opened span::before {
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
a.moblnk.opened span::after {
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.hasmsubsd.subopnd > a::after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.hasmsubsd > a::after {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.opts .hasmsubs.subopn > a::after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header.mobopens,
.opts.opts-open,
.main.mobopen {
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -o-transform: translateX(270px);
  -ms-transform: translateX(270px);
  transform: translateX(270px);
}
a.moblnk span,
a.moblnk span::before,
a.moblnk span::after,
.opts .hasmsubs > a::after,
.hasmsubsd a:after {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mmolay {
  -o-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
/* {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
} */
.opt:hover .ah,
.opt.actives .ah,
.optns:hover .ah,
.optns.actives .ah {
  display: block;
}
.opt:hover .bh,
.opt.actives .bh,
.optns:hover .bh,
.optns.actives .bh {
  display: none;
}
.clse {
  color: #05478e;
  float: right;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 18px 15px 0 0;
  text-transform: uppercase;
  padding-left: 15px;
}
.clse:hover {
  background-position: left -13px;
  color: #cf0606;
}
.banbtn {
  bottom: 12px;
  display: none;
  position: absolute;
  right: 20px;
}
.vslid:hover .banbtn {
  display: block;
}
.on-rod:hover {
  background-position: left -39px;
}
.submenu {
  right: 15px;
  top: 100%;
  position: absolute;
  min-width: 150px;
  z-index: 222;
  background: #fff;
  box-shadow: 0px 1px 2px 0px #aaa;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
}
#head-nav .submenu > a {
  background: rgba(0, 0, 0, 0) url("../images/vline.png") no-repeat scroll
    center bottom / 100% 1px;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  padding: 10px 15px;
  color: #333;
}
#head-nav .submenu > a:last-child {
  background-image: none;
}
#head-nav .submenu > a:hover,
#head-nav .submenu > a.actives {
  background-color: #f9f9f9;
  color: #e14d26;
}
.amb {
  position: absolute;
  bottom: 35px;
  margin-bottom: 0;
}
.carimgs {
  padding-top: 10px;
}
#preldr {
  position: fixed;
  z-index: 9999;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.preldrani {
  position: absolute;
  top: 40%;
  text-align: center;
  left: 0;
  right: 0;
}
.preldrani span {
  display: inline-block;
  margin: 20px;
  width: 70px;
  height: 70px;
  vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:before {
  clear: both;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.abtds {
  width: 100%;
  padding: 0 0 30px;
}
.abtds p {
  font-size: 16px;
  text-align: justify;
}
.quartrs {
  margin-bottom: 30px;
  padding: 15px 20px 20px;
  background-color: #e9ecf3;
  box-shadow: 0px 0px 3px 0px #555;
}
.red {
  color: #04468e;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.quartrs h3 {
  font-size: 1.1em;
  line-height: 1.2em;
  padding-top: 14px;
}
.quartrs p {
  font-size: 16px;
  line-height: 1.4em;
  padding-top: 5px;
}
.loc {
  padding-top: 5px;
  padding-bottom: 10px;
}
.ph1 {
  font-size: 18px;
}
.locs {
  font-size: 17px;
}
.loc a:hover {
  color: #e14d26;
}
.ph1 i {
  background: #e14d26;
  color: #fff;
  padding: 4px 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.locs i {
  background: #e14d26;
  color: #fff;
  padding: 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.quartrs p i {
  background: #e14d26;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px;
}
.scnds.scndss.news {
  margin-top: 96px;
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.scnds.scndss .mnus2 {
  padding: 10px 0 10px;
}
.mnus2 > li {
  display: inline-block;
  font-size: 12px;
}
.mnus2 a {
  color: #e14d26;
  position: relative;
  z-index: 201;
}
.mnus2 a:hover {
  color: #2f2929;
}
.mnus2 a::after {
  content: "\f105";
  font-family: fontawesome;
  padding: 0 6px;
}
.mnus2 > li:last-child a {
  color: #000;
  cursor: not-allowed;
}
.mnus2 > li:last-child a::after {
  content: "";
}
/*--------Inner Login CSS ----------- */
.header1 {
  width: 100%;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1003;
}
.logo1 {
  width: 20%;
  float: left;
  margin: 0px;
  padding: 5px 0px;
  position: relative;
  z-index: 999;
}
.logo1 img {
  max-width: 190px;
  width: 100%;
}
.logo1 span {
  font-size: 28px;
  margin-left: 10px;
  color: #e14d26;
  font-weight: bold;
}
.logo1 img,
.logo1 span {
  display: inline-block;
  vertical-align: middle;
}
.main-menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 0px 3px 0px #555;
  padding: 30px 20px;
  width: 300px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: 1111;
}
.main-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
.close_btn {
  margin-left: auto;
  margin-top: -15px;
  margin-bottom: 15px;
  width: 32px;
  height: 32px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.close_btn:hover {
  background: #e14d26;
  color: #fff;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.naving {
  position: relative;
  width: 78%;
  float: left;
}
.naving img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.naving span {
  padding-left: 10px;
  text-transform: capitalize;
}
.naving span i {
  padding-left: 0px;
}
.bread-crumb {
  width: 100%;
  background: #f5f5f7;
}
.bread-crumb .mnus2 {
  padding: 10px 0;
}
.content-bg {
  background: #f6f6f6;
  padding-top: 50px;
  min-height: 510px;
}
.login-box {
  /*background: rgba(255,255,255,0.85);
    box-shadow: 0px 4px 8px 0px #aaa;
    padding: 30px 0;
    border-radius: 6px;
	z-index:111;*/
}
.login-tabs {
  background: #fff;
  box-shadow: 0px 2px 12px 0px #aaa;
  border-radius: 4px 4px 0px 0px;
  position: relative;
}
.login_box {
  /*background: rgba(255,255,255,0.85);
    box-shadow: 0px 4px 8px 0px #999;
    border-radius: 10px;
    position: relative;
	z-index:111;*/
}
.login-form form {
  padding: 0px;
}
.login-form.login {
  margin-top: 15%;
}
.mobilelogin,
.emaillogin,
.regform {
  padding: 10px 30px 20px;
}
.login-form .about-small-text {
  font-size: 20px;
  color: #e14d26;
  margin: 0px 0 15px;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 2px solid #e14d26;
  padding-bottom: 7px;
  display: inline-block;
}
.login-form h4.small-text {
  font-size: 12px;
  padding-bottom: 15px;
  font-weight: 500;
  color: #2e3790;
}
.about-small-text a {
  color: #2e3790;
  font-size: 16px;
  padding: 2px 4px;
}
.about-small-text a i {
  border: 1px solid #eee;
  border-radius: 50%;
  padding: 3px 4px;
  margin-top: -5px;
  color: #fff;
}
.about-small-text a i:hover {
  color: #2e3790;
  border: 1px solid #2e3790;
}
.forgtxt {
  font-size: 14px;
  color: #e14d26;
}
.sign-txt {
  background: #f6f6f6;
  width: 100%;
  text-align: center;
  padding: 10px 5px;
  font-weight: 600;
  color: #333;
}
.sign-txt a {
  color: #56ab06;
}
.sign-txt a:hover {
  color: #e14d26;
}
.form-group {
  margin-bottom: 25px;
}
.form-group1 {
  margin-bottom: 5px;
}
.form-group label,
.form-group1 label {
  display: inline-block;
  font-weight: 500;
  color: #555;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: -5px !important;
}
.login-option {
  padding: 40px 30px;
  text-align: center;
}
.btn-style {
  width: 100%;
  font-size: 18px !important;
  height: 45px !important;
  line-height: 45px !important;
}
.divide {
  font-size: 18px;
  padding: 15px 0;
}
.gbox input {
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin: 0;
}
.gbox span {
  font-size: 13px;
  color: #333;
  padding-left: 5px;
}
.btn-submit-form {
  background: #db0909 none repeat scroll 0 0;
  border: medium none;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  margin-right: 2px;
  padding: 14px 20px;
  width: auto;
  min-width: 110px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.btn-submit-form:hover,
.btn-submit-form:focus {
  background: #2e3790 none repeat scroll 0 0;
  color: #fff;
  box-shadow: 0px 1px 2px 0px #000;
}
.btn-otp {
  background: #2e3790 none repeat scroll 0 0;
  border: medium none;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  margin-left: 2px;
  padding: 14px 20px;
  width: auto;
  min-width: 110px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.btn-otp:hover,
.btn-otp:focus {
  background: #e14d26 none repeat scroll 0 0;
  color: #fff;
  box-shadow: 0px 1px 2px 0px #000;
}
.btnSubmit {
  background: #db0909;
  border-radius: 4px;
  padding: 10px 5px;
  border: 1px solid #db0909;
  color: #ffffff;
  min-width: 200px;
  width: auto;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.btnSubmit:hover,
.btnSubmit:focus {
  background: #2e3790 none repeat scroll 0 0;
  border: 1px solid #2e3790;
  color: #fff;
}
.home-banner-highlight {
  position: relative;
  top: -105px;
  z-index: 999;
  left: 15.6%;
}
.highlight-tab {
  width: 300px;
  float: left;
  margin-right: 1%;
  height: 70px;
  line-height: 20px;
  background: #ea0000;
  padding: 0px 0 0 20px;
}
.highlight-tab a {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  width: 100%;
  float: left;
  padding: 8px 0 0px;
  position: relative;
}
.highlight-tab .txt-box {
  display: inline-block;
}
.highlight-tab .icon-car {
  background: #fff;
  border: 1px solid #666;
  border-radius: 50%;
  padding: 15px;
  position: absolute;
  top: -15px;
  right: 50px;
  overflow: hidden;
  display: block;
}
.highlight-tab .icon-car img {
  transition: all 0.5s ease-out 0s;
}
.highlight-tab .icon-car:hover img {
  transform: scale(1.15);
}
.highlight-tab .angle-right {
  position: absolute;
  top: 18px;
  right: 15px;
}
.highlight-tab span {
  font-size: 12px;
}
.latest-news-slider8 {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 15px;
}
.post-leading8 a.link img {
  height: 370px;
  width: 100%;
}
.post-leading8 span.link img {
  height: 370px;
  width: 100%;
}
.latest-post-leading8 .owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  margin: -20px 0 0;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
}
.latest-post-leading8 .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}
.latest-post-leading8 .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}
.latest-post-info8 h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 13px;
  text-transform: none;
  color: #333;
}
.latest-post-info8 h3 a {
  color: #333;
}
.latest-post-info8 h3 a:hover {
  color: #e14d26;
}
.latest-post-leading8 .latest-post-info8 {
  margin-top: 25px;
  margin-bottom: 12px;
}
.post-date-comment {
  list-style: outside none none;
  margin: 0 0 8px;
  padding: 0 0 0 1px;
}
.post-date-comment li {
  color: #555;
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
}
.post-date-comment li .fa {
  font-size: 16px;
  margin-right: 4px;
}
.post-date-comment li .fa-heart {
  color: #e14d26;
}
.post-date-comment li.star .fa {
  color: #56ab06;
}
.latest-post-info8 p {
  margin: 0;
  text-align: justify;
}
.latest-post8 h2 {
  font-weight: 500;
  margin: 45px 0 50px;
  text-transform: uppercase;
}
.item-latest-post8.latest-post-leading8 h2 {
  font-weight: 500;
  margin: 45px 0 50px;
  text-transform: uppercase;
  margin: 30px 0 20px;
  display: none;
}
.list-latest-post8 .item-latest-post8 {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.list-latest-post8 .item-latest-post8 .latest-post-thumb8 {
  display: table-cell;
  overflow: hidden;
}
.list-latest-post8 .item-latest-post8 .latest-post-info8 {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.list-latest-post8 .item-latest-post8 .latest-post-thumb8 a {
  display: block;
  overflow: hidden;
}
.list-latest-post8 .item-latest-post8 .latest-post-thumb8 img {
  max-width: 170px;
  transition: all 0.5s ease-out 0s;
}
.list-latest-post8 .item-latest-post8 .latest-post-thumb8:hover img {
  transform: scale(1.15);
}
.info8-height p {
  height: 91px;
  overflow: hidden;
}
.latest-content1 {
  position: absolute;
  bottom: 0px;
  top: 0;
  left: 0px;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.latest-content1 h3 {
  color: #fff;
}
.latest-content1 .latest-post-info8 {
  margin: 40% 30px auto;
}
.link {
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.box-top-margin {
  margin: 25px 0 20px;
  text-align: center;
}
.bt-style1 {
  box-shadow: 0 0 0 2px #fff inset;
  border: 1px solid #e14d26;
  background: #fff;
  border-radius: 4px;
}
.bt-link {
  display: inline-block;
  padding: 8px 30px;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  vertical-align: top;
  overflow: hidden;
}
.bt-link:hover {
  background: #e14d26;
  color: #fff;
}
.bt-style2 {
  box-shadow: 0 0 3px 0px #000;
  background: #000;
  color: #fff;
  border-radius: 4px;
}
.pad-top {
  padding-top: 13px;
}
.banner-special {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.banner-special img {
  transition: all 0.5s ease-out 0s;
}
.banner-special:hover img {
  transform: scale(1.15);
}
.banner-special > a {
  display: block;
}
.banner-special-info {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.banner-special-info::after {
  border: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 40px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 40px;
}
.special-text {
  left: 0;
  margin-top: -15px;
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 999;
}
.special-text > h2 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
.special-text > h2 a {
  color: #fff;
}
.special-text > h2 a:hover {
  color: #e14d26;
}
.special-record {
  width: 40%;
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: center;
  margin: 40px auto 70px;
  box-shadow: 0px 0px 1px 0px #555;
}
.special-record img {
}
.special-record1 {
  width: 40%;
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  margin: 15px auto 15px;
  box-shadow: 0px 0px 1px 0px #e5e5e5;
  border-radius: 4px;
  border: 1px dashed #e5e5e5;
}
.special-record1 p {
  color: #666;
  padding: 0;
  margin: 0;
}
.special-record1 i {
  padding-right: 8px;
}
.special-saleoff strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-top: -7px;
}
.box-intro h2 {
  margin: 0;
  position: relative;
}
.box-intro {
  margin: 0px 0 20px;
  text-align: center;
}
.box-intro h2::before {
  background: #e14d26 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 100%;
}
.box-intro .title {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0 0 6px;
  padding: 0 25px;
  position: relative;
  font-size: 24px;
}
.desc-title {
  color: #555;
}
.nav-tabs-icon {
  margin-bottom: 20px;
}
.nav-tabs-icon .nav-tabs > li > a > span {
  margin-right: 10px;
}
.nav-tabs-icon .nav-tabs > li > a {
  box-shadow: 0 0 0 1px #aaa inset;
  border-radius: 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: inherit;
  margin-right: 6px;
  padding: 13px 30px;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.5s ease-out 0s;
  border: none;
}
.nav-tabs-icon .nav-tabs > li > a:hover,
.nav-tabs-icon .nav-tabs > li.active > a {
  color: #e14d26;
  border: none;
}
.nav-tabs-icon .nav-tabs {
  text-align: center;
  border-bottom: 1px solid #aaa;
}
.nav-tabs-icon .nav-tabs > li {
  display: inline-block;
  float: none;
  margin-right: 5px;
}
.nav-tabs-icon .nav-tabs > li > a::before {
  position: absolute;
  width: 0;
  height: 3px;
  top: 0;
  left: 50%;
  content: "";
  background: #e14d26;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
.nav-tabs-icon .nav-tabs > li > a:hover::before,
.nav-tabs-icon .nav-tabs > li.active > a::before {
  width: 100%;
  opacity: 1;
  left: 0;
}
.nav-tabs-icon .nav-tabs > li > a::after {
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  content: "";
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
.nav-tabs-icon .nav-tabs > li > a:hover::after,
.nav-tabs-icon .nav-tabs > li.active > a::after {
  width: 100%;
  opacity: 1;
  left: 0;
}
.home-bestsale-slider {
  position: relative;
  width: 100%;
  margin: 30px 0 30px;
  z-index: 101;
}
.item-product {
  margin-bottom: 20px;
  position: relative;
}
.item-product-thumb {
  background: #f5f5f5 none repeat scroll 0 0;
  position: relative;
  transition: all 0.5s ease-out 0s;
}
.product-thumb-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-thumb-link img {
  width: 270px;
  height: 179px;
  transition: all 0.5s ease-out 0s;
}
.product-thumb-link:hover img {
  transform: scale(1.15);
}
.text-adv {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 370px;
  padding: 40px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
.text-adv .sub-title {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  min-height: 40px;
}
.text-adv .btn-link-default {
  margin-top: 15px;
}
.btn-link-default {
  background: #f28128 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
}
.btn-link-default:hover {
  background: #e14d26;
  border: 1px solid #e14d26;
}
.bt-link.link {
  background: #e14d26;
  border: none;
  color: #fff;
}
.bt-link.link:hover {
  background: #000;
  color: #fff;
}
.bt-redius {
  border-radius: 5px;
}
.home-featured-product {
  padding: 0 0 20px;
}
.formbox {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 15px 20px 20px;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #c7c7c7;
  background-color: #fff;
  margin: 0px 0 30px;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon {
  min-width: 39px;
}
.input-group-addon {
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group {
  position: relative;
  display: table;
  /* margin-bottom: 18px; */
}
.form-icon {
  width: 26px;
  height: 28px;
  display: inline-block;
  position: relative;
}
.sprite {
  background-image: url(http://www.images.autocarbazar.com/images/media/acbsprite.png);
}
.input-group .form-control {
  position: relative;
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  z-index: 2;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  /*    background: #fff;*/
  /*    background-image: none;*/
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #db0909;
}
.login_box .form-control {
  display: block;
  width: 100%;
  height: 38px !important;
  padding: 0.65rem 0rem 0.65rem 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #3f4254;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e4e6ef;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.transaction-no {
  background-position: -332px -164px;
}
.mobile-number {
  background-position: -311px -136px;
}
.full-name {
  background-position: -252px -135px;
}
.email-id {
  background-position: -284px -136px;
}
.location {
  background-position: -335px -136px;
}
.coments {
  background-position: -361px -136px;
  margin-top: -15px;
}
.input-group[class*="col-pad"] {
  padding: 0;
}
.error {
  position: absolute;
  font-size: 12px;
  bottom: -18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: rgb(128, 6, 6);
}
/*---- Footer ----*/
.footer {
  background: #e9e9e9;
  margin-top: 0px;
  color: #ddd;
  padding: 13px 0 12px;
  width: 100%;
  z-index: 999;
  position: fixed;
  bottom: 0;
}
.ft-space {
  height: 80px;
  width: 100%;
}
.fmenu {
  padding: 22px 0px 10px;
}
.btm-footer-nav a {
  color: #eee;
}
.btm-footer-nav a:hover {
  color: #fff;
}
.btm-footer-nav span {
  font-size: 14px;
  color: #484848;
  padding: 0 10px;
}
.btm-footer-nav span:first-child {
  border-left: none;
  padding-left: 0;
}
.btm-footer-nav span:last-child {
  border-right: none;
  padding-right: 0;
}
.s-icon {
  padding: 10px 0;
}
.copy {
  text-align: center;
  text-transform: capitalize;
}
.cntct a {
  color: #56ab06;
  text-transform: none;
}
.copys {
  padding-top: 12px;
}
.copys p a:before {
  content: "|";
  padding: 0 4px;
}
.copys p a:first-child:before {
  content: none;
}
.copys p,
.copys a {
  font-size: 13px;
  color: #eee;
}
.copys a:hover {
  color: #e14d26;
}
/* ----- Social Icon ------*/
.footer .social-icons {
  padding-top: 0;
  text-align: right;
}
.footer .social-icons a {
  color: #fff;
  font-size: 16px;
  margin-left: 2px;
  background: #e14d26;
  height: 32px;
  width: 32px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}
.footer .social-icons a.facebook:hover,
.footer .footer-col .social-icons a.facebook:active,
.footer .footer-col .social-icons a.facebook:focus {
  color: #fff;
  background: #3b5998;
}
.footer .social-icons a.twitter:hover,
.footer .footer-col .social-icons a.twitter:active,
.footer .footer-col .social-icons a.twitter:focus {
  color: #fff;
  background: #1c9ff1;
}
.footer .social-icons a.google-plus:hover,
.footer .footer-col .social-icons a.google-plus:active,
.footer .footer-col .social-icons a.google-plus:focus {
  color: #fff;
  background: #d84439;
}
.footer .social-icons a.youtube:hover,
.footer .footer-col .social-icons a.youtube:active,
.footer .footer-col .social-icons a.youtube:focus {
  color: #fff;
  background: #de2b27;
}
.footer .social-icons a:hover.linkedin,
.footer .footer-col .social-icons a.linkedin:active,
.footer .footer-col .social-icons a.linkedin:focus {
  color: #fff;
  background: #007ab5;
}
.footer .social-icons a:hover.instagram,
.footer .footer-col .social-icons a.instagram:active,
.footer .footer-col .social-icons a.instagram:focus {
  color: #fff;
  background: #ec3960;
}

/****************** Page Product List ****************/
.product-list .item-product-info {
  text-align: left;
}
.product-list .item-product {
  border: 1px solid #ccc;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.product-list.has-sidebar .item-product-thumb {
  float: left;
  width: 25%;
}
.product-list.has-sidebar .item-product-info {
  float: left;
  margin-top: 0;
  padding-left: 20px;
  width: 75%;
}
.item-product-thumb1 {
  float: left;
  width: 21%;
}
.item-product-info1 {
  float: right;
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 74%;
}
.borderlft {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-top: 24px solid #e5e5e5;
  left: -24px;
  top: 30px;
  position: absolute;
}
.borderlft:before {
  content: "";
  margin-top: -12px;
  margin-left: -21px;
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-top: 23px solid #fff;
}
.product-list .item-product-info1 p.desc {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
}
.desc.post-date-comment {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 20px;
}
.product-list .title-product {
  font-size: 17px;
  margin: 1px 0 10px;
  text-transform: capitalize;
  font-weight: 600;
}
.product-list .title-product a {
  color: #000;
}
.product-list .title-product a:hover {
  color: #e14d26;
}
.product-list .product-thumb-link img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-out 0s;
}
.product-list.has-sidebar .desc {
  margin: 10px 0 0;
  text-align: justify;
}
.has-sidebar {
  margin: 20px 0 20px;
  text-align: justify;
}
.product-list.has-sidebar .wrap-cart-qty {
  margin: 6px 0 12px;
  width: 100%;
}
.wrap-cart-qty span {
  font-size: 18px;
  color: #333;
}
.sidebar {
  margin: 0px 0 20px;
}
.sidebar-product .widget {
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.sidebar-product .widget-title.sub-title {
  background: none repeat scroll 0 0 #f2f2f2;
  margin: -20px -20px 0px;
  padding: 15px 20px;
  position: relative;
  border-bottom: 1px solid #ddd;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
}
.sidebar-product .widget-title.sub-title:after {
  color: #000000;
  content: "\f107";
  font-family: fontawesome;
  right: 12px;
  position: absolute;
  top: 12px;
  font-size: 20px;
}
.widget.widget-category > ul:last-child {
  margin-bottom: 0;
}
.widget.widget-category > ul {
  list-style: outside none none;
  margin: 0 0 40px;
  padding: 0;
}
.widget.widget-category li {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0 8px 15px;
  position: relative;
}
.widget.widget-category ul li a {
  color: #555;
  padding: 0px;
  text-transform: capitalize;
}
.widget.widget-category ul li a:hover {
  color: #e14d26;
}
.widget.widget-category ul li a::before {
  content: "\f105";
  font-family: fontawesome;
  left: -2px;
  position: absolute;
  top: 9px;
  color: #000;
}
.sidebar-left .widget ul li {
  padding: 10px 0;
}
.sidebar-left .widget ul li i {
  padding-right: 10px;
}
.sidebar-left .widget ul li a::before {
  content: none;
}
.box-intro-background {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 20px 0 20px;
  text-align: center;
  box-shadow: 0px 0px 2px 0px #555;
}
.box-intro-background h2 {
  color: #e14d26;
}
.sidebar-txt span {
  color: #04468e;
  font-weight: 600;
  font-size: 17px;
}
.title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 8px;
}
.reviewimg {
  width: 100%;
}
.reviewimg img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 3px 0px #000;
}
.title-product-detail {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
}
.info-price {
  padding: 0 0 10px;
}
.info-price span {
  font-size: 20px;
}
/**************** Newsletter Popup CSS *****************************/
.newsletter-popup {
  background: #fff none repeat scroll 0 0;
  margin: auto;
  max-width: 768px;
  position: relative;
  width: 96%;
  border-radius: 8px 8px 6px 6px;
}
.title-popup {
  background: #2e3790 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 13px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px 6px 0px 0px;
}
.newsletter-popup .close-popup {
  color: #fff;
  position: absolute;
  right: 8px;
  top: 8px;
}
.close-popup .fa {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 3px 5px 4px 5px;
}
.newsletter-popup-thumb {
  text-align: center;
}
.content-popup {
  box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.newsletter-popup-info > h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.newsletter-popup-info > form {
  margin-top: 10px;
}
.newsletter-popup-info input[type="text"] {
  padding: 0 12px;
  width: 100%;
}
.newsletter-popup-info > p {
  color: #555;
  font-size: 15px;
}
.newsletter-popup-info input[type="submit"] {
  background: #e14d26 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  height: 40px;
  margin: 0px 0 10px;
  padding: 0 30px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
}
.newsletter-popup-info input[type="submit"]:hover {
  background: #000;
}
.newsletter-popup-info label {
  color: #999;
  font-weight: normal;
  margin: 0;
}
.newsletter-popup-info input[type="checkbox"] {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 15px;
  margin-right: 3px;
  vertical-align: text-top;
  width: 12px;
}
.box-header-intro a {
  color: #fece6e;
}
.box-header-intro label {
  border-right: 1px solid #1b1d1f;
  font-size: 30px;
  font-weight: 400;
  margin-right: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  vertical-align: middle;
}
.box-header-intro {
  margin-bottom: 25px;
  margin-top: 40px;
}
.content-element {
  border-top: 1px solid #e5e5e5;
}
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.post-date-comment a {
  font-size: 14px;
  cursor: pointer;
  color: #56ab06;
}
.post-date-comment a:hover {
  color: #db0909;
}
.post-date-comment .comment-post {
  margin: 15px 0 8px;
  display: none;
}
.post-date-comment .comment-post1 {
  margin: 15px 0 8px;
  display: block;
}
.post-date-comment .comment-txt,
.comment-txt1 {
  margin-left: 30px;
}
.comment-post textarea,
.comment-post1 textarea {
  font-size: 15px;
  color: #333;
  padding-left: 6px;
  box-shadow: 0px 0px 2px 0px #aaa;
}
.subbtn {
  font-size: 15px;
  color: #fff !important;
  background: #db0909;
  border-radius: 4px;
  padding: 9px 20px;
  margin-top: 5px;
  border: none;
  transition: all 0.3s ease-out 0s;
}
.subbtn:hover {
  background: #2e3790;
  color: #fff !important;
  box-shadow: 0px 1px 2px 0px #000;
}
.bt-block {
  width: 100%;
  display: block;
}
.post-date-comment li strong {
  color: #333;
}
.top-title {
  color: #db0909;
  font-size: 18px;
  margin: 0px 0 7px;
  font-weight: 600;
  text-transform: capitalize;
}
.sign_txt {
  color: #888;
  padding-left: 20px;
}
.sign_txt:hover {
  color: #e14d26;
}
.dash-line {
  background: #e14d26;
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  line-height: normal;
  margin-bottom: 12px;
}
.border-top {
  border-top: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}
.border-right {
  border-right: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
.blog-bdr {
  border-left: 3px solid #e14d26;
  height: 140px;
  overflow: hidden;
}
.blog-img {
  padding-right: 15px;
  background: #fff;
  display: flex;
  align-items: center;
  height: 145px;
}
.btn-postblog {
  position: relative;
  display: inline-block;
}
.postbtn {
  margin: 0 0 0 5px;
  display: inline-block;
  border-radius: 3px;
  padding: 0px 18px;
  height: 40px;
  line-height: 40px;
  background-color: #1172bb;
  color: #fff;
}
.postbtn:hover {
  background-color: #e14d26;
}
.postbtn .fa {
  padding-right: 12px;
  font-size: 20px;
  vertical-align: middle;
}
.share-iconbox {
  position: absolute;
  top: 49px;
  right: 0;
  width: 130px;
  text-align: left;
  background: #fff;
  z-index: 999;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.share-iconbox ul {
  position: relative;
  padding: 0 10px;
}
.share-iconbox ul:before {
  color: #ddd;
  content: "\f106";
  font-family: fontawesome;
  left: 42%;
  position: absolute;
  top: -18px;
  font-size: 30px;
  z-index: 999;
}
.share-iconbox li {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}
.share-iconbox li:last-child {
  border-bottom: none;
}
.share-iconbox li a {
  color: #333;
  font-size: 13px;
}
.share-iconbox li .fa {
  background: #56ab06;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.upload-preview {
  border-radius: 4px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
#body-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#body-overlay div {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
#targetOuter {
  position: relative;
  text-align: center;
  background-color: #f8f8fd;
  margin: 20px auto;
  width: 200px;
  height: 200px;
  border-radius: 4px;
}
.inputFile {
  margin-top: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.icon-choose-image {
  position: absolute;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
#profile-upload-option {
  display: none;
  position: absolute;
  top: 40px;
  right: 0px;
  margin-top: 0px;
  margin-left: 0px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f5f5f7;
  width: auto;
}
.profile-upload-option-list {
  margin: 1px;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
}
.profile-upload-option-list:last-child {
  border-bottom: none;
}
.profile-upload-option-list:hover {
  background-color: #f8f8fd;
}
.item-brand-text {
  margin-top: 25px;
}
.advert {
  margin-top: 10px;
}
.item-blog-list {
  margin-bottom: 20px;
}
.main-content {
  /*    min-height: 590px;*/
  /*    padding-bottom: 30px;*/
  padding: 70px 1px 75px;
}
.about-content {
  margin-top: 20px;
}
.title-normal {
  font-size: 18px;
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
}
.detail-box {
  position: relative;
}
.detail-box ul {
  padding: 0px;
  list-style: none;
  margin: 10px 0 8px;
}
.detail-box li {
  color: #555;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #999;
  display: inline-block;
}
.detail-box li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.detail-box li .fa {
  color: #666;
  padding-right: 5px;
  font-size: 16px;
  vertical-align: text-top;
}
.detail-box .rating {
  padding-bottom: 0px;
}
.product-sort {
  width: 100%;
  background: #fff;
  height: 100%;
  overflow-y: auto;
}
.product-sort ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.product-sort li {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  padding: 12px 0;
}
.product-sort li:last-child {
  border-bottom: none;
}
.product-sort li a {
  display: flex;
  align-items: center;
}
.product-sort li:hover a {
  color: #e14d26;
}
.product-sort .box-icon {
  display: inline-flex;
}
.product-sort .box-icon img {
  width: 20px;
}
.product-sort .box-icon1 {
  display: block;
}
.product-sort .box-info {
  padding-left: 15px;
  display: inline-flex;
}
.product-sort .box-info1 {
  padding: 10px 0px 10px;
  display: block;
}
.product-sort h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.product-sort h3 label {
  display: inline-block;
  font-weight: 600;
  width: 100%;
}
.title-sidebar-blog {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  margin: 0 0 10px;
  padding-bottom: 5px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}
.widget-post-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget-post-list ul {
  margin: 0px;
  padding: 0;
  list-style: outside none none;
}
.widget-post-list li {
  margin-bottom: 10px;
}
.widget-post-list a {
  padding-left: 12px;
  position: relative;
  color: #555;
  font-size: 15px;
}
.widget-post-list a::before {
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: -5px;
  color: #555;
  font-size: 17px;
}
.widget-recent-post-thumb {
  display: table-cell;
  width: 50px;
}
.widget-recent-post-info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
.widget-recent-post ul {
  margin: 0px;
  padding: 0;
  list-style: outside none none;
}
.widget-recent-post li {
  display: table;
  margin-bottom: 20px;
}
.widget-recent-post-info h3 {
  font-size: 13px;
  margin: 0 0 5px;
  text-transform: none;
  font-weight: 600;
}
.widget-recent-post-info .post-date {
  color: #888;
  padding: 0;
  margin: 0;
  background: none;
}
.rating i {
  color: #666;
  padding-right: 0px !important;
}
.rated {
  color: #fe7722 !important;
}
.list-button-circle {
  padding: 15px 15px;
}
.feature-box-style-12 {
  padding: 30px 0;
}
.feature-box-style-14 {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.feature-box-style-14 .widget {
  margin-bottom: 10px;
}
.ebdcolorb {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  position: relative;
}
.codexworld_rating_widget {
  padding: 0px;
  margin: 0px 0 10px;
  float: left;
}
.codexworld_rating_widget li {
  line-height: 0px;
  width: 28px;
  height: 28px;
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
  list-style: none;
  float: left;
  cursor: pointer;
}
.codexworld_rating_widget li span {
  display: none;
}
.list-feature-boxes .item-feature-box {
  margin-top: 15px;
}
.feature-box-icon {
  display: table-cell;
}
.feature-box-info {
  display: table-cell;
  vertical-align: top;
}
.feature-box-info h3 {
  font-size: 15px;
  margin: 0 0 4px;
  text-transform: none;
  font-weight: 600;
  color: #303133;
  letter-spacing: 0;
}
.feature-box-info h3 a {
  color: #333;
}
.feature-box-info p.desc,
.desc p {
  color: #666;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.feature-box-style-01 .feature-box-link {
  width: 32px;
}
.feature-box-link {
  display: block;
  text-align: center;
  border-radius: 4px;
  position: relative;
}
.item-feature-box {
  display: table;
  width: 100%;
}
.feature-box-style-02 .feature-box-info {
  padding-left: 25px;
}
.feature-box-style-02 .feature-box-link img {
  width: 90px;
  max-width: 90px;
  border-radius: 50%;
}
.feature-box-style-03 {
}
.feature-box-style-03 .feature-box-link img {
  max-width: 40px;
  margin: 0 auto;
}
.feature-box-style-03 .feature-box-info {
  display: block;
  padding-top: 10px;
}
.feature-box-style-03 .feature-box-info h3 {
  font-size: 17px;
  font-weight: 500;
}
.feature-box-style-03 .feature-box-info p {
  font-size: 14px;
  line-height: normal;
  color: #555;
  padding: 0;
}
.feature-box-style-04 {
  position: relative;
  z-index: 101;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 3px 0px #666;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px 10px;
}
.feature-box-style-04 .feature-box-icon {
  display: block;
  margin-bottom: 15px;
}
.feature-box-style-04 .feature-box-icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.feature-box-style-04 .feature-box-info {
  display: block;
}
.feature-box-style-04 .feature-box-info p.desc {
  height: 40px;
  overflow: hidden;
}

.box-width1 {
  width: 4%;
}
.box-width2 {
  width: 8%;
}
.box-width3 {
  width: 10%;
}
.box-width4 {
  width: 11%;
}
.box-width5 {
  width: 12%;
}
.box-width6 {
  width: 15%;
}
.box-width7 {
  width: 16%;
}
.box-width8 {
  width: 18%;
}
.box-width9 {
  width: 20%;
}
.box-width10 {
  width: 21%;
}
.box-width11 {
  width: 22%;
}
.box-width12 {
  width: 30%;
}
.squrebox {
  width: 15px;
  height: 15px;
  margin: 0 8px 2px;
  display: inline-block;
  background: #ffb612;
  vertical-align: middle;
  border-radius: 2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.circlebox {
  width: 18px;
  margin: 0 8px;
  height: 18px;
  border-radius: 50%;
  background: #5cb85c;
  display: inline-block;
  vertical-align: text-top;
}
.admin-head {
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
}
.admin-head p {
  margin-bottom: 0;
  color: #555;
  font-size: 14px;
  padding: 6px 6px;
  border-right: 1px solid #eee;
}
.feature-box-style-12.admin-head p {
  border-right: none;
  padding: 4px;
  font-size: 20px;
  font-weight: 600;
}
.feature-box-style-12.admin-head p.desc {
  font-size: 14px;
  font-weight: 400;
}
.admin-desc {
  border-bottom: 1px solid #fff;
}
.admin-desc p {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  border-right: 1px solid #eee;
  padding: 16px 5px;
  margin-bottom: 0;
}
.admin-head p:last-child {
  border-right: none;
}
.admin-desc p:last-child {
  border-right: none;
}
.user-desc p.desc {
  margin: 0 0 0px;
  padding: 0;
  color: #888;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.user-desc p {
  font-weight: 700;
  padding: 0;
  color: #333;
  font-size: 12px;
}
.timeline-ht {
  min-height: 245px;
}
.adtab-detail {
  position: relative;
}
.adtab-detail h2 {
  margin: 15px 0;
  font-size: 16px;
  color: #333;
  text-transform: capitalize;
}
.table-head span {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}
.enquery-box {
  border-top: 1px solid #eee;
  margin: 0px;
}
.enquery-head {
  border-bottom: 2px dotted #ddd;
  background: #f2f2f2;
  background: -moz-linear-gradient(
    top,
    #f6f6f6 0%,
    #f4f4f4 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f6f6f6 0%,
    #f4f4f4 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  background: linear-gradient(
    to bottom,
    #f6f6f6 0%,
    #f4f4f4 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
}
.enquery-head .table-head {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
}
.enquery-desc {
  border-bottom: 1px solid #e8e8e8;
}
.enquery-desc:last-child {
  border-bottom: none;
}
.enquery-desc .table-cont {
  padding: 0 0px;
}
.enquery-desc p {
  color: #333;
  font-size: 14px;
  margin: 0;
  height: 45px;
  border-right: 1px solid #e5e5e5;
  padding: 0px 5px;
  line-height: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.table-cont:last-child p {
  border-right: none;
}
.table-cont a {
  padding: 7px 12px;
  background: #e14d26;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  font-size: 13px;
  display: inline-block;
  line-height: normal;
  transition: all 0.3s ease-out 0s;
}
.table-cont a:hover,
.table-cont a:focus {
  background: #2e3790;
}
.act-txt {
  padding: 0px;
  color: #333;
  margin: 0 0px;
  font-size: 13px;
  font-weight: 600;
}
.count-view {
  display: inline-block;
  text-align: center;
}
.count-int {
  display: inline-block;
  margin-left: 15px;
}
.count-view span,
.count-int span {
  font-size: 13px;
}
.user-img {
  width: 38px;
  border-radius: 50%;
}
.tabs-center {
  width: 100%;
  margin: 8px auto 16px;
  text-align: center;
}
.tab-box-border .nav-tabs {
  border: none;
  margin: 0;
  display: block;
}
.tab-box-border li {
  min-width: 20%;
  float: none;
  display: inline-block;
  border-right: 1px solid #ddd;
  margin: 0 -2px;
  background: #f2f2f2;
  background: -moz-linear-gradient(
    top,
    #f6f6f6 0%,
    #f3f3f3 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f6f6f6 0%,
    #f3f3f3 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  background: linear-gradient(
    to bottom,
    #f6f6f6 0%,
    #f3f3f3 30%,
    #f2f2f2 70%,
    #e2e2e2 100%
  );
  box-shadow: 0px 1px 2px 0px #aaa;
}
.tab-box-border li:last-child {
  border-right: none;
}
.tab-box-border li a {
  padding: 7px 0px 6px;
  color: #333;
  font-size: 15px;
  border: none;
  margin: 0;
  transition: all 0.3s ease-out 0s;
}
.tab-box-border li a:hover,
.tab-box-border li.active a,
.tab-box-border li.active a:hover,
.tab-box-border li.active a:focus {
  text-decoration: none;
  color: #e14d26;
  border-radius: 0;
  border: none;
  background: #eee;
  background: -moz-linear-gradient(
    top,
    #e2e2e2 0%,
    #f2f2f2 30%,
    #f3f3f3 70%,
    #f8f8f8 100%
  );
  background: -webkit-linear-gradient(
    top,
    #e2e2e2 0%,
    #f2f2f2 30%,
    #f3f3f3 70%,
    #f8f8f8 100%
  );
  background: linear-gradient(
    to bottom,
    #e2e2e2 0%,
    #f2f2f2 30%,
    #f3f3f3 70%,
    #f8f8f8 100%
  );
}
.navbar-brand {
  padding: 17px 0 0;
  color: #62be59;
  font-size: 26px;
  font-weight: 600;
}
.navbar-brand:hover {
  color: #62be59;
}
.navbar-brand span:first-child {
  color: #e6632f;
}
.imgload-box {
  box-shadow: 0px 0px 1px 0px #aaa;
  padding-top: 15px;
}
.imgload-icon {
  display: inline-block;
  background: #eee;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
}
.imgload-icon img {
  width: 38px;
}
.imgload-file {
  position: relative;
  padding-bottom: 30px;
}
.imgload-file .btn-img-upload {
  background: #e14d26 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  padding: 10px 30px;
  display: inline-block;
  transition: all 0.5s ease-out 0s;
}
.imgload-file input {
  position: absolute;
  top: 1px;
  left: 26%;
  opacity: 0;
  width: 48%;
}
.modal-dialog {
  width: 500px;
  margin: 200px auto 0;
}
.modal-header {
  padding: 15px 10px;
  border-bottom: none;
}
.modal-header .close {
  margin-top: -8px;
  border: 1px solid #333;
  border-radius: 50%;
  padding: 2px 5px 0;
  line-height: 18px;
  color: #333;
  opacity: 1;
  font-size: 22px;
}
.modal-header .close:hover {
  color: #e14d26;
  border: 1px solid #e14d26;
}
.table-cont a.img-view {
  color: #2f2929;
  background: none;
  padding: 0px 0 0 20px;
  box-shadow: none;
  display: inline-block;
  font-size: 20px;
}
.img-view img {
  width: 40px;
  height: 40px;
}

/* Circle-Chart */
.chart-info {
  padding: 10px 0px 15px;
  line-height: 15px;
}
.chart-info span {
  font-size: 13px;
}
.chart-box {
  padding: 30px 0 66px;
}
.chart {
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
  position: relative;
}
.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.9);
  color: #eee;
  font-size: 13px;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.doughnutTip:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  line-height: 0;
}
.doughnutSummary {
  text-align: center;
  cursor: default;
  position: absolute;
  top: 45%;
  left: 50%;
  display: none;
}
.doughnutSummaryTitle {
  width: 100%;
  margin: 20% 0 5px !important;
  padding: 0;
  font-size: 18px !important;
  letter-spacing: 0.06em;
  text-shadow: 0 -1px 0 #111;
  color: #888;
}
.doughnutSummaryNumber {
  width: 100%;
  font-size: 24px !important;
  text-shadow: 0 -1px 0 #111;
  color: #555;
}
.upcoming-enq {
  margin: 0px;
  padding: 20px 30px;
}
.upcoming-enq p {
  margin: 0;
  padding: 10px 15px 10px;
  border: 1px dashed #ddd;
  border-radius: 4px;
}
.upcoming-enq i {
  background: #d8d8d8;
  color: #eee;
  height: 28px;
  width: 28px;
  text-align: center;
  display: inline-block;
  font-size: 21px;
  line-height: 28px;
}
.upcoming-enq span {
  font-size: 15px;
  color: #999;
  display: inline-block;
  padding-left: 5px;
  font-weight: 100;
}
.chart path:hover {
  opacity: 0.8;
}
.top_title_box {
  padding-top: 20px;
  margin-bottom: -30px;
  position: relative;
}
.home-txt {
  display: inline-block;
  color: #2e3790;
  margin-top: 20px;
  margin-left: 15px;
}
.home-txt i {
  border: 1px solid #2e3790;
  border-radius: 50%;
  padding: 3px 4px 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.home-txt span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  font-size: 14px;
}
.home-txt:hover {
  color: #e14d26;
}
.home-txt:hover i {
  border: 1px solid #e14d26;
}
.login_box .home-txt {
  position: absolute;
  top: 0px;
  right: 15px;
  margin-top: 15px;
  margin-left: 0;
  z-index: 112;
}
.login_box .copyright {
  background: #f1f0f5;
  color: #333;
  font-size: 12px;
  padding: 12px 0;
  border-radius: 10px 10px 0px 0px;
}
.linktxt a {
  color: #2e3790;
  font-size: 13px;
}
.linktxt a:hover {
  color: #e14d26;
}
.linktxt p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0;
  color: #4a4a4a;
}
.mobile-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 18px;
  background: #fff;
}
.mobile-menu:hover {
  border-color: #e14d26;
  color: #e14d26;
}
.wraper_box {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 30px 0 20px;
  width: 100%;
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all ease 0.3s;
  padding: 20px;
}

.banner-info {
  position: relative;
  width: 100%;
  z-index: 101;
}
.banner-info h2 {
  color: #fff;
  font-size: 36px;
  margin: 0 0 15px;
  letter-spacing: 1px;
}
.banner-info h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 500;
  text-transform: none;
}
.content_area {
  position: relative;
  padding: 20px 0 20px;
}
.feature_thumb {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.feature_thumb img {
  width: 100%;
}
.feature_content {
}
.feature_content h3 {
  font-size: 18px;
  color: #333;
  margin: 0 0 15px;
}
.feature_content p {
  font-size: 15px;
  color: #555;
}
.feature_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature_content li {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  line-height: 22px;
}
.feature_content li i {
  position: absolute;
  left: 0;
  width: 30px;
  color: #e14d26;
  font-size: 16px;
  top: 1px;
}
.post-title {
  color: #303133;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 15px;
  text-shadow: 0 0 0;
  text-transform: capitalize;
}
.view_detail_box {
  position: relative;
}
.view_detail_box label {
  display: inline-block;
  vertical-align: top;
  width: 42%;
}
.view_detail_box input,
.view_detail_box textarea,
.view_detail_box select {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: auto;
}
.toggle_btn h2 {
  position: relative;
}
.toggle_btn h2::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: 14px auto;
  background-repeat: no-repeat;
  transition: all 300ms ease-in-out;

  /* Custom PLUS icon */
  background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>");
}
.captcha_code {
  position: relative;
}
.captcha_code input {
  padding-right: 95px;
}
.captcha_code span {
  padding: 6px 0px 7px 12px;
  background: #000;
  display: inline-block;
  border-radius: 2px;
  width: 80px;
  position: absolute;
  right: 0;
  top: 25px;
}
.icon_date {
  position: relative;
  background: transparent;
}
.icon_date:after {
  position: absolute;
  top: 32px;
  right: 12px;
  display: block;
  content: "📅";
  font-size: 16px;
  color: #999;
}
.profile_view {
  margin-top: 0px;
}
.profile_view h3 {
  margin: 0 0 5px;
  font-size: 16px;
}
.profile_view p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.profile_view h4 {
  text-transform: capitalize;
  margin: 0px 0 10px;
  font-size: 15px;
  color: #555;
}
.profile_view span {
  display: inline-block;
  padding-right: 10px;
}
.profile_view span:last-child {
  padding-right: 0px;
}
.profile_view span img {
  max-width: 50px;
}
.profile_img {
  margin-top: -32px;
  margin-bottom: -8px;
}
.profile_img img {
  width: 64px;
  height: 64px;
  border: 2px solid #eee;
  margin: 0 auto;
  display: inline-block;
  background: url(../images/user_img.jpg) no-repeat center center;
  background-origin: content-box;
  background-size: cover;
}
.nonbgprofile_img img {
  width: 64px;
  height: 64px;
  border: 2px solid #eee;
  margin: 0 auto;
  display: inline-block;
  background-origin: content-box;
  background-size: cover;
}
.status_box {
  display: inline-flex;
  align-items: center;
  width: 32.5%;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #e14d26;
  background: #fff;
  margin-bottom: 5px;
  border-radius: 4px;
  text-align: center;
}
.status_box a {
  display: flex;
  width: 100%;
}
.status_box i {
  font-size: 22px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e14d26;
  min-height: 72px;
  width: 28%;
  color: #fff;
  border-radius: 4px 0px 0px 4px;
}
.status_box i img {
  max-width: 36px;
}
.status_txt {
  padding: 5px 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 72px;
  width: 72%;
}
.status_txt span {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.status_txt span:last-child {
  font-size: 18px;
  padding-top: 5px;
}
.tbldtctrl {
  color: #fd6c15;
  font-size: 19px;
  font-weight: 600;
}
.curve_box {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(#fcfcfc)
  );
  background-image: -o-linear-gradient(bottom, #fff, #fcfcfc);
  background-image: linear-gradient(to top, #fff, #fcfcfc);
  background-position: right top;
  border-top-right-radius: 23rem 18rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 98%;
  height: 100%;
  z-index: -1;
}
.curve_box2 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(#fcfcfc)
  );
  background-image: -o-linear-gradient(bottom, #fff, #fcfcfc);
  background-image: linear-gradient(to top, #fff, #fcfcfc);
  background-position: left top;
  border-top-left-radius: 20rem 18rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
}
.servise_box {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.servise_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  background-color: #e14d26;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.servise_box:hover:before {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.servise_box a {
  position: relative;
  display: block;
  z-index: 11;
}
.servise_box:hover a {
  color: #fff;
}
.servise_box .box-icon {
  margin-top: 8px;
  display: block;
  margin-bottom: 15px;
}
.servise_box .box-icon img {
  width: 32px;
}
.servise_box .box-info {
  padding-bottom: 10px;
}
.servise_box .box-info h3 {
  font-size: 14px;
}
.user_detail {
  position: relative;
}
.user_detail > a {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.user_detail > a span img {
  width: 48px;
  border-radius: 50%;
}
.user_detail > a span.uname {
  padding-left: 10px;
  font-weight: 500;
  line-height: 14px;
}
.user_detail p {
  font-size: 13px;
}

.accordion-wrapper {
  margin-bottom: 10px;
  width: 100%;
}
.accordion-wrapper .accordion-section {
  border-radius: 4px;
  border: solid 1px #e2e2e2;
  box-sizing: border-box;
}
.accordion-wrapper .accordion-section .accordion-header {
  cursor: pointer;
  padding: 21px 20px;
  box-sizing: border-box;
  position: relative;
}
.accordion-wrapper .accordion-section .accordion-header .header_text {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #555;
  float: left;
}
.accordion-wrapper .accordion-section .accordion-header .header_caret_icon {
  float: right;
  transform: rotate(-90deg);
  transition: transform 0.5s;
  background: url(../images/arrow-left.png) no-repeat;
  width: 20px;
  height: 20px;
  bakground-size: 16px;
}
.accordion-wrapper .accordion-section .accordion-content {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-wrapper
  .accordion-section
  .accordion-content
  .accordion-content-section {
  margin-top: 15px;
}
.accordion-wrapper
  .accordion-section
  .accordion-content
  .accordion-content-section:first-child {
  margin-top: 0px;
}
.accordion-wrapper
  .accordion-section
  .accordion-content
  .accordion-content-section:last-child {
  margin-bottom: 16px;
}
.accordion-wrapper .accordion-section .accordion-content .text_container {
  color: #333;
  line-height: 20px;
  font-size: 14px;
}
.accordion-wrapper .accordion-section.active .accordion-header .header_text {
  color: #e14d26;
}
.accordion-wrapper
  .accordion-section.active
  .accordion-header
  .header_caret_icon {
  transform: rotate(90deg);
  background-size: 16px;
}
.accordion-wrapper
  .accordion-section.active
  .accordion-header
  .header_caret_icon:before {
  border-top-color: #e14d26;
}
.accordion-wrapper .accordion-section.active .accordion-content {
  max-height: 100%;
}
.accordion-wrapper.with-down-border .accordion-section {
  border-radius: 0px;
  border: none;
  border-bottom: solid 1px #e2e2e2;
}
.accordion-wrapper.with-down-border .accordion-header {
  padding-left: 0px;
  padding-right: 0px;
}
.accordion-wrapper.with-down-border .accordion-content {
  padding-left: 0px;
  padding-right: 0px;
}

.erp-login-form-cus {
  text-align: center;
  margin-bottom: 30px;
}
.erp-login-logo {
  width: 50%;
  margin: 0 auto 10px;
}
.erp-login-logo img {
  width: 140px;
  height: auto;
  object-fit: contain;
}
.login_box .linktxt a {
  color: #da0d0d;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.login-form a {
  color: #0d80da;
}
.rjd-login-title h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  /* color: #072654; */
  color: #000000;
}
.login-form h4.small-text {
  font-size: 12px;
  padding-bottom: 15px;
  font-weight: 500;
  color: #c00000;
}
.form-group {
  margin-bottom: 18px;
}
.relative {
  position: relative;
}
.login-form-btn-cus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
}
.login-form-btn-cus .btn-submit-form {
  width: 100%;
}
.login-form-btn-cus .btn-otp {
  width: 100%;
}

.login-form-btn-cus .btn-otp:hover,
.login-form-btn-cus .btn-otp:focus {
  background: #2e3790 none repeat scroll 0 0;
  color: #fff;
  box-shadow: none;
}
.login-form-btn-cus .btn-submit-form:hover,
.login-form-btn-cus .btn-submit-form:focus {
  background: #db0909 none repeat scroll 0 0;
  color: #fff;
  box-shadow: none;
}
.login_box .signup {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  position: relative;
}
.login_box .signup .sign-title {
  font-size: 12px;
  color: #6c6868;
}
.login_box .signup .sign-title::before {
  content: "";
  width: 129px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 0;
}
.login_box .signup .sign-title::after {
  content: "";
  width: 129px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 9px;
  bottom: 0;
}
.joinus_bgs {
  background: linear-gradient(
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.95)
    ),
    url(../images/banner1.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 625px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  position: relative;
}
.joinus_bgs:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 1;
}
.g_id_signin {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*------- Sidebar -------*/
.sidebar_menu_box {
  background: #fff;
  margin-top: 70px;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  border-right: 1px solid #e5e5e5;
  width: 80px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  z-index: 999;
}
.sidebar_menu_box.opened {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-inner {
  /* height: calc(100% - -12.5rem); */
  overflow-x: hidden;
  overflow-y: auto;
  /*    height: 100%;*/
  /* min-height: 100%; */
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu {
  /*padding: 0px 0 140px;*/
  padding: 0px 0 0px;
}
.sidebar-menu ul {
  font-size: 13px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sidebar-menu li a {
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  padding: 0 20px;
}
.sidebar-menu li a:hover {
  color: #db0909;
}
.sidebar-menu > ul > li > a:hover,
.sidebar-menu > ul > li > a.active {
  /* background: #f8f9fa; */
  background: linear-gradient(138deg, #f7f7f7, #f7f7f7);
  color: #000000;
}

.sidebar-menu > ul > li.active > a:hover {
  background: #f8f9fa;
  color: #db0909;
}
.sidebar-menu > ul > li > a:hover i {
  /*    background:#f27136;*/
}
.menu-active .sidebar-menu > ul > li > a span {
  display: none;
}
/*--
.sidebar-menu li.active a {
    background: #313091;
    color: #fff;
}
--*/
.sidebar-menu ul ul a.active {
  color: #db0909;
  text-decoration: none;
}
.sidebar .sidebar-menu > ul > li > a > span {
  display: inline-block;
  margin-left: 8px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar .sidebar-menu > ul > li > a > span.chat-user {
  margin-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .sidebar-menu > ul > li > a > span.badge {
  margin-left: auto;
}
.sidebar-menu ul ul li a {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 5px 10px 5px 18px;
  position: relative;
}
.sidebar-menu ul ul li a i {
  display: inline-block;
  font-size: 20px;
  /*    line-height: 23px;*/
  text-align: center;
  vertical-align: middle;
  /*    width: 23px !important;*/
  vertical-align: middle;
  padding-left: 0;
  /* background-color: rgba(0,0,0,.1); */
  border-radius: 0px;
  margin-right: 0px;
}
.sidebar-menu ul ul li a span {
  padding-left: 0px;
  line-height: 1.4;
}
.menu-active .sidebar-menu ul ul li a {
  font-size: 11px;
  /*padding: 5px 2px;*/
  padding: 10px 0px 10px 13px;
  text-align: center;
  line-height: 12px;
}
.menu-active .sidebar-menu ul ul li a span {
  padding-left: 0;
  padding-top: 2px;
  display: none;
}
.sidebar-menu ul ul {
  display: none;
}
.sidebar-menu ul ul ul a {
  padding-left: 65px;
}
.sidebar-menu ul ul ul ul a {
  padding-left: 85px;
}
.sidebar-menu > ul > li {
  /*   margin-bottom: 10px;*/
  position: relative;
  border-bottom: 1px solid #ededed;
}
.sidebar-menu > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar-menu .menu-arrow {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  font-size: 12px;
  position: absolute;
  right: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.sidebar-menu .menu-arrow:before {
  content: "\f107";
}
.sidebar-menu li a.active .menu-arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar-menu ul ul a .menu-arrow {
  top: 10px;
}
.sidebar-menu > ul > li > a {
  align-items: center;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 6px 5px 6px 5px;
  position: relative;
  color: #555;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu ul li a i {
  display: inline-block;
  /*font-size: 18px;*/
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 28px;
}
.sidebar-menu li a > .badge {
  color: #fff;
}

.menu-active .page-wrapper {
  margin-left: 50px;
}
.menu-active .side-menu {
  width: 50px;
}
/*-- Scrollbar --*/
.side-menu::-webkit-scrollbar {
  width: 1px;
}
/*-- Scrollbar Track --*/
.side-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f27136;
  border-radius: 10px;
}
/*-- scrollbar Handle --*/
.side-menu::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}
.sidebar-menu ul li a i {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  width: 32px !important;
  vertical-align: middle;
  padding-left: 0;
  /*    background-color: #313091;*/
  /*    background: linear-gradient(90deg, #fc4f19, #f6a60d);*/
  color: #fc4f19;
  border-radius: 0px;
  margin-right: 0px;
}
.sidebar-menu ul li a img {
  display: inline-block;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  width: 20px !important;
  height: 20px;
  vertical-align: middle;
  padding-left: 0;
  /*    background-color: #313091;*/
  /*    background: linear-gradient(90deg, #fc4f19, #f6a60d);*/
  color: #fff;
  /*    margin-right: 6px;*/
}
.sidebar-menu li a:hover .sidebar-menuicon {
  /*    background: linear-gradient(90deg, #fc4f19, #f6a60d);*/
}
.sidebar-menu li a:hover .sidebar-menuicon img {
  /*    filter: invert(0) brightness(10.5);*/
}
.sidebar-menu li a:hover .sidebar-menuicon i {
  color: #fff;
}
.sidebar-menu ul li .sidebar-menuicon {
  margin-right: 0px;
  /*  background: linear-gradient(90deg, #fc4f19, #f6a60d);*/
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
/*-- Handle on hover --*/
.side-menu::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.page-wrapper {
  overflow: hidden;
  /*    position: relative;*/
  margin-left: 80px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  /* background-color: #f8fafc; */
  height: 100%;
}

/*-------------pagination-------------*/
.pagination-setup {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination-setup .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0;
  list-style: none;
  margin: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-setup .pagination ul li a {
  margin: 0 3px;
  padding: 6px 13px;
  color: #55555a;
  display: block;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.current_page {
  background: #2b2a8e;
  color: #fff !important;
}
.adtab-detail {
  position: relative;
  background: #f8f9fa00;
  padding: 0 0px;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  margin-bottom: 6px;
}
.paddingrightleft {
  padding-right: 6px;
  padding-left: 6px;
}

.emp_card .card {
  background: #fff;
}
.card {
  box-shadow: none;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  border-radius: 6px;
}
.emp_card .card-body {
  padding: 0.8rem;
}
.dash-widget-header {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.dash-widget-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  /* border: 3px solid; */
  border-radius: 6px;
  padding: 5px;
  background-color: #f1f1f1;
  color: #bfbfbf;
  box-shadow: none;
}
.dash-count {
  font-size: 18px;
  margin-left: auto;
}
.dash-count h3 {
  font-size: 24px;
  margin-left: auto;
  font-weight: 500;
}
.dash-widget-info h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.today_card .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  border-radius: 6px;
  border: none;
  overflow: hidden;
  margin-bottom: 0px;
  /* box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%); */
}
.setting-sec-main-boxes-cus .card {
  margin-bottom: 10px;
}
.bg-blue-dark-9 {
  /* color: #000000; */
  background-color: #fff;
  border: 1px solid #ddd !important;
}
.today_card .card-statistic {
  padding: 15px 15px;
}
.today_card .card .card-statistic .card-icon {
  font-size: 50px;
  color: #b8c5d9;
  position: absolute;
  right: 10px;
  top: 60px;
  height: 50px;
  width: 50px;
  padding-top: 0px;
  opacity: 0.5;
  /* background-color: #7fbfff; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.setting-sec-main-boxes-cus .card .card-statistic .card-icon {
  font-size: 50px;
  color: #3c87ff;
  position: absolute;
  right: 10px;
  top: 30px;
}
.today_card .card-title {
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.link_txt {
  position: relative;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  color: #1c1c1c;
}
.link_txt a {
  color: #000;
  cursor: pointer;
}
.link_txt a i {
  padding-left: 5px;
}
.adtab-detail {
  position: relative;
  background: #f8f9fa00;
  padding: 0 0px;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  margin-bottom: 6px;
  margin: 0 -6px !important;
}
.adtab-detail h2 {
  margin: 0px;
  padding-top: 0px;
  /* padding-bottom: 6px; */
  /* padding-left: 8px; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  color: rgb(0 0 0);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 46px;
}
.home-search-form .form-control {
  margin-bottom: 12px;
}
.dashboard-table-custom {
  box-shadow: none;
  margin-bottom: 20px;
  /* border: 1px solid #e4e6e9; */
  background-color: #fff;
  overflow: hidden;
}
.table-inner-custom {
  margin-bottom: 0;
}
.table-custom {
  margin-bottom: 0;
}
.table-custom tr th {
  background-color: #f3f4f7;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  white-space: nowrap;
}
.table-custom tr td {
  vertical-align: middle;
}
.table-custom span {
  font-size: 14px;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  line-height: 1.2;
  transition: all 0.3s ease;
  font-weight: 400;
}
.table-clickable-btn {
  background-color: #004dd3;
  color: #fff;
  padding: 2px 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  border-radius: 4px;
}
.filter-btn-add-new-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.search-dropdown-custom-mng {
  position: relative;
  background-color: #0d80da;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  height: 38px;
  width: 100px;
  color: #fff;
  margin-bottom: 12px;
}
.search-dropdown-custom-mng i {
  color: #fff;
}
.home-search-form .btn-link-default {
  background: #f2812800 none repeat scroll 0 0;
  font-size: 13px;
  color: #db0909;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
  padding: 0px 10px;
  border-radius: 4px;
  text-transform: capitalize;
  min-width: 35px;
  text-align: center;
  border: 1px solid #db0909;
}
.btn-link-default:hover {
  background: #db0909;
  color: #fff;
  border: 1px solid #db0909;
  box-shadow: none;
}
.btn-link-default:hover svg>path{ 
  color: #fff; 
}
.naving .user-menu .dropdown-menu {
  min-width: 220px;
  padding: 0;
  left: auto;
  right: 0;
}
.naving .user-header {
  background-color: #f2f2f2;
  display: block;
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 10px;
}
.naving .avatar .avatar-img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
.naving .user-header .user-text {
  margin-left: 0px;
  margin-top: 10px;
}
.naving .user-header .user-text h6 {
  margin-bottom: 2px;
  font-size: 16px;
}
.naving .user-header .user-text p {
  padding-bottom: 0;
  font-size: 13px;
}
.naving .top-header-profile-setting-cus {
  margin: 10px 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
.naving .user-menu .dropdown-menu .dropdown-item {
  font-size: 13px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e3e3e3;
  padding: 10px 10px;
  gap: 3px;
}
.naving .top-header-profile-setting-cus .dropdown-item:first-child {
  border-top: none;
}
.naving .user-menu .dropdown-menu .dropdown-item i {
  font-size: 14px;
  background-color: #f2f2f2;
  padding: 8px 8px;
  border-radius: 8px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.naving span {
  padding-left: 0px;
  text-transform: capitalize;
  line-height: 11px;
}
.naving .user-menu .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #db0909;
}
.naving .user-menu .dropdown-menu .dropdown-item:hover i {
  color: #333;
}
.menu-close-btn,
.opne-close-btn {
  display: none;
}
.table-custom span:hover {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.sidebar-menu > ul > li > a:hover,
.sidebar-menu > ul > li.active > a {
  /* background: #f8f9fa; */
  background: linear-gradient(138deg, #f7f7f7, #f7f7f7);
  color: #ff2929;
}
.backtologin a {
  border: 1px dashed #ddd;
  padding: 8px 16px;
}
.forget-text a {
  font-size: 14px;
}
.login-form a {
  color: #0d80da;
}
.login-form a:hover,
.forgtxt:hover {
  color: #db0909;
}
.backtologin {
  margin-top: 20px;
}
textarea.form-control {
  height: auto;
}
.about-small-text {
  font-size: 16px;
  color: green;
  /*    background-color: #ddd;*/
  /*    padding: 10px 0;*/
  /*    border-radius: 4px;*/
  /*    margin-bottom: 20px;*/
}
.profile-details-content-cus {
  text-align: center;
}
.profile-details-content-cus .name {
  font-size: 18px;
  margin-bottom: 5px;
}
.profile-details-content-cus .position {
  font-size: 14px;
  margin-bottom: 5px;
}
.profile-details-content-cus .inner-profile-email-phone-cus {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.profile-details-content-cus .phone {
  display: flex;
  align-items: center;
  gap: 5px;
}
.profile-details-content-cus .phone i {
  background-color: #0d80da;
  color: #fff;
  height: 16px;
  width: 16px;
  font-size: 9px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-details-content-cus .phone p {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.profile-details-content-cus .email {
  display: flex;
  align-items: center;
  gap: 5px;
}
.profile-details-content-cus .email i {
  background-color: #0d80da;
  color: #fff;
  height: 16px;
  width: 16px;
  font-size: 9px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-details-content-cus .email p {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.profile-img-cus {
  background-color: #db0909;
  border-radius: 4px;
  height: 140px;
  margin-bottom: 100px;
  position: relative;
}
.profile-img-cus .sidebar-blog {
}
.profile-img-cus #targetOuter {
  position: relative;
  text-align: center;
  background-color: #f8f8fd;
  margin: 0px auto 40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  top: 30px;
  border: 2px solid #000000;
}
.profile-img-cus .upload-preview {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
.profile-img-cus .icon-choose-image {
  position: absolute;
  opacity: 1;
  top: 10px;
  right: 10px;
  left: auto;
  margin-top: 0px;
  margin-left: 0px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #000000;
  background: #cfcfcf;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.2;
}

.mobile-menu-footer {
  display: none;
}
.login_box .login-input-cus {
  position: relative;
}
.login_box .login-input-cus img {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 22px;
  filter: invert(45%) sepia(60%) saturate(3%) hue-rotate(100deg) brightness(96%)
    contrast(93%);
}
.login_box .login-input-cus .form-control {
  padding: 0.65rem 0rem 0.65rem 2.5rem;
  border-top: none;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0px;
}
input:-internal-autofill-selected {
  background-color: transparent !important;
}
.signup-bg {
  /* background: linear-gradient(180deg, #57d2ff, #6733ff); */
  background: linear-gradient(180deg, #ffcece, #ff1f35);
  min-height: 100vh;
  padding-bottom: 0px;
}
.signup-bg .signup-inner {
  background: #ddd;
  border-radius: 10px;
  background: url(../images/signup-bg-new1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.sign-up-form {
  position: relative;
}
.sign-up-form .left-shape {
  position: absolute;
  top: 0;
  right: -89px;
  height: 671px;
}
.sign-up-form .left-shape img {
  width: 100%;
  height: 100%;
}
.sign-up-form .login-form {
  border-radius: 0px;
  border: #fff;
  padding: 30px 5px 30px 40px;
}
.sign-up-form .rjd-login-title h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px;
  text-align: left;
}
.sign-up-form .rjd-login-title h3 span {
  color: #db0909;
  font-size: 40px;
  line-height: 1.3;
}
.sign-up-form .rjd-login-title p {
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  color: #777;
  margin-bottom: 0px;
}
.sign-up-form .login_box .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 5px;
}
.sign-up-form .login_box .input-group .input-group-addon {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #e4e6ef;
  padding-right: 0px;
  color: #3f4254;
  font-weight: 400;
}
.signup-inner .inner-site {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.show-in-phone {
  display: none;
}
.sign-up-form .btn-submit-form {
  border-radius: 4px;
}
.sign-up-form .erp-login-logo {
  width: 50%;
  text-align: left;
  margin: inherit;
  margin-bottom: 5px;
}
.sign-up-form .erp-login-logo img {
  width: 200px;
  height: auto;
  object-fit: contain;
}
.signup-bg footer {
  margin-top: 40px;
  text-align: center;
}
.signup-bg footer p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
}
.sign-up-modal h3{
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
}
.sign-up-modal p{
    text-align: center;
    font-size: 14px;
    color: #222;
}
.sign-up-modal .btn-close{
      background: red;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    right: 2px;
    top: -1px;
    opacity: 1;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-to-back{
  text-align: center;
  margin-top: 20px;
}
.home-to-back a{
      color: #db0909;
    border: 1px solid #db0909;
    padding: 8px 15px;
    border-radius: 4px;
}
.home-to-back a:hover{
  background-color: #db0909;
  color: #ffffff;
}
.sign-up-modal .modal-header{
  padding-bottom: 0px;
}
.sign-up-modal .modal-body{
  padding-bottom: 30px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border:1px solid #ccc;
    border-radius: 4px;
    height: 38px !important;

}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #444 !important; 
	font-size: 14px;
}
.select2-container{
	/*width: 100% !important;*/
	/*z-index: 9999;*/
}
.select2-dropdown{
z-index: 9999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
	height: 38px !important;
  margin-right: 18px;
  padding-right: 0px;
  color: red;
  margin-top: 0px !important;
} 
.select2-results__option { 
    font-size: 12px;
    font-weight: 300;
	line-height: 1.2;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444;
	line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px !important;
}
.new-link-default-Close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -6px;
    background: #fff;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    margin-top: -7px;
    font-size: 12px;
    padding: 1px;
    cursor: pointer;
    z-index: 9999;
}
.new-link-default-Close i {
    color: red;
}




/*-------- Responsive CSS ----------- */
@media only screen and (max-width: 1360px) {
  .head .container,
  nav {
    width: 90%;
  }
}
@media only screen and (max-width: 1280px) {
  .head .container,
  nav {
    width: 95%;
  }
}
@media only screen and (max-width: 1152px) {
  .container,
  .phed.prchedr {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .container,
  .cntainrs,
  .phed {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .head .container,
  .containers {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .login-form form {
    padding: 0px;
  }
  .pad_box1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .tabs-center {
    width: 75%;
    margin-top: 0;
  }
  .wrap {
    overflow: hidden;
  }
  .product-sort {
    margin: 0;
  }
  .feature-box-style-12.admin-head p {
    padding: 0px;
  }
  .feature-box-style-12.admin-head p.desc {
    line-height: normal;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .main-content {
    min-height: auto;
    padding: 45px 1px 75px;
  }
  .header1 {
    box-shadow: 0px 0px 1px 0px #aaa;
    background: #fff;
  }
  .bread-crumb .mnus2 {
    padding: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main-menu {
    width: 95%;
  }
  .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    left: 0;
    right: auto;
    transition: none;
  }
  .mnus2 > li {
    font-size: 11px;
  }
  .flex_box1 {
    flex-wrap: wrap;
  }
  .logo1 {
    width: 42%;
    float: none;
  }
  .logo1 img {
    max-width: 130px;
  }
  .logo1 span {
    font-size: 18px;
  }
  .home-txt {
    margin-top: 6px;
    margin-left: 8px;
    text-align: center;
  }
  .naving {
    width: 48%;
    float: none;
  }
  nav {
    width: 100%;
    text-align: right;
  }
  .head-nav {
    margin-left: 0;
  }
  .head-nav > li {
    display: block;
  }
  .head-nav > li a {
    padding: 8px 0 5px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .head-nav > li a span {
    font-size: 14px;
  }
  .home-txt i {
    font-size: 14px;
  }
  .menu1 > li > a {
    font-size: 12px;
    padding: 6px 5px;
  }
  .menu1 > li > a i {
    padding-right: 3px;
    font-size: 13px;
  }
  .mnus1 {
    text-align: center;
  }
  .tabs-center {
    width: 91%;
    margin: 0px 15px 15px;
  }
  .tab-box-border li {
    min-width: 100%;
    border-right: none;
  }
  p {
    line-height: 18px;
    font-size: 13px;
  }
  .mtop30 {
    margin-top: 20px;
  }
  .about-content {
    margin-top: 10px;
  }
  .servise_box {
    margin-bottom: 15px;
    padding: 15px 5px;
  }
  .pad_top75 {
    padding-top: 10px;
  }
  .tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-width1 {
    width: 100%;
  }
  .box-width2 {
    width: 100%;
  }
  .box-width3 {
    width: 100%;
  }
  .box-width4 {
    width: 100%;
  }
  .box-width5 {
    width: 100%;
  }
  .box-width6 {
    width: 100%;
  }
  .box-width7 {
    width: 100%;
  }
  .box-width8 {
    width: 100%;
  }
  .box-width9 {
    width: 100%;
  }
  .box-width10 {
    width: 100%;
  }
  .box-width11 {
    width: 100%;
  }
  .box-width12 {
    width: 100%;
  }
  .box-width13 {
    width: 100%;
  }
  .col-xs-4.box-width9 {
    width: 33%;
  }
  .menu-footer,
  .copyright {
    display: block;
  }
  .feature-box-style-04 {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px 10px;
  }
  .home-bestsale-slider {
    margin: 20px 0 5px;
  }
  .enquery-head,
  .enquery-desc {
    display: flex;
  }
  .enquery-head .table-head {
    padding: 2px 5px;
    width: 25%;
  }
  .enquery-desc .table-cont {
    width: 25%;
  }
  .enquery-desc p {
    cursor: pointer;
  }
  .table-cont a {
    padding: 5px 5px;
  }
  .feature-box-info p.desc,
  .desc p {
    height: auto !important;
    overflow: visible !important;
  }
  .table-cont .btn-submit-form {
    margin-bottom: 15px;
  }
  .feature-box-style-02 .feature-box-link img {
    width: 30px;
    max-width: 40px;
  }
  .special-record1 {
    padding: 8px 0;
    width: 96%;
    height: auto;
  }
  .footer .social-icons {
    padding-top: 5px;
    text-align: center;
  }
  .ft-space {
    height: 100px;
  }
  .flex_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .status_box {
    width: 100%;
  }
  .box_pad2.admin-head {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .feature-box-style-12.admin-head p.desc {
    font-size: 13px;
  }
  .bread-crumb {
    display: none;
  }
  .menu-close-btn,
  .opne-close-btn {
    display: block;
    float: right;
    background: #ffff;
  }
  .page-wrapper {
    overflow: hidden;
    position: relative;
    margin-left: 0px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .sidebar_menu_box {
    background: #fff;
    margin-top: 60px;
    position: fixed;
    /* position: absolute; */
    top: 0px;
    bottom: 0;
    left: 0;
    border-right: 1px solid #e5e5e5;
    /* width: 50px; */
    width: 60%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    /* display: none; */
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }
  .menu-active .side-menu {
    width: 35%;
    margin-left: 0px;
  }
  .menu-active .sidebar_menu_box {
    /* display: block !important; */
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  .menu-active .sidebar-menu > ul > li > a span {
    display: block;
  }
  .menu-active .page-wrapper {
    margin-left: 0px;
  }
  .home-search-form .form-control {
    margin-bottom: 12px;
  }
  #targetOuter {
    width: 100%;
    height: auto;
  }
  .mobile-menu-footer {
    width: 100%;
    float: none;
    display: flex !important;
    align-items: center;
    /* justify-content: center; */
    position: fixed;
    left: 0;
    bottom: 0;
    background: #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 10px;
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    z-index: 9999;
    display: block;
  }
  .menu-icon-mobile {
    /*      margin-right: 135px;*/
    text-align: center;
    width: 25%;
    height: 40px;
    z-index: 1;
    position: relative;
  }
  .menu-icon-mobile:after {
    content: "";
    position: absolute;
    /*  top: -50%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #ffc300;
    border-radius: 50%;
    border: 4px solid #fff;
    opacity: 0;
    /*  transition: 0.5s;*/
  }
  .menu-icon-mobile.active::after {
    opacity: 1;
    top: -10px;
  }
  .menu-icon-mobile a {
    color: #555;
    z-index: 9;
    position: relative;
  }
  .menu-icon-mobile i {
    font-size: 15px;
    color: #ea3838;
  }
  .menu-icon-mobile p {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 1;
    margin-bottom: 0;
  }
  .menu-icon-mobile.active a {
    /*  background-color: #e0e0e0; */
    color: #db0909;
    /*display: block;*/
  }
  .menu-icon-mobile.active i {
    transform: translateY(-18px);
    font-size: 16px;
  }
  /*.navIndicator {
  position: absolute;
  top: -50%;
  width: 60px;
  height: 60px;
  background: #ffc300;
  border-radius: 50%;
  border: 6px solid #fff;
  transition: 0.5s;
}*/

  .navIndicator:before {
    content: "";
    position: absolute;
    top: 43%;
    left: -23px;
    width: 22px;
    height: 22px;
    background: transparent;
    border-top-right-radius: 20px;
    box-shadow: 0px -12px 0 0 #fff;
  }

  .navIndicator:after {
    content: "";
    position: absolute;
    top: 43%;
    right: -23px;
    width: 22px;
    height: 22px;
    background: transparent;
    border-top-left-radius: 20px;
    box-shadow: 0px -12px 0 0 #fff;
  }

  .menu-icon-mobile:nth-child(1).active ~ .navIndicator {
    transform: translateX(11px);
  }

  .menu-icon-mobile:nth-child(2).active ~ .navIndicator {
    transform: translateX(calc(96px * 1));
  }

  .menu-icon-mobile:nth-child(3).active ~ .navIndicator {
    transform: translateX(calc(87px * 2.1));
  }

  .menu-icon-mobile:nth-child(4).active ~ .navIndicator {
    transform: translateX(calc(83px * 3.2));
  }

  .menu-icon-mobile:nth-child(5).active ~ .navIndicator {
    transform: translateX(calc(83px * 4.35));
  }
  .login-form {
    padding: 20px 15px 20px;
  }
  .login-form form {
    padding: 0;
  }
  .home-search-form .btn-link-default {
    margin-bottom: 12px;
  }
  .view_detail_box label {
    display: inline-block;
    vertical-align: top;
    width: 60%;
  }
  .signup-bg .signup-inner {
    background-position: right;
  }
  .signup-bg .inner-site {
    height: 200px;
  }
  .show-in-desktop {
    display: none;
  }
  .show-in-phone {
    display: block;
  }
  .sign-up-form .left-shape {
    position: absolute;
    top: -50px;
    left: 0;
    height: auto;
    width: auto;
    z-index: 0;
  }
  .signup-inner .row {
    flex-direction: column-reverse;
  }
  .sign-up-form .left-shape img {
    width: 100%;
    object-fit: contain;
    height: 100%;
  }
  .sign-up-form .login-form {
    position: relative;
    padding: 3px 15px 15px 15px;
    z-index: 999;
  }
  .sign-up-form .rjd-login-title h3 span {
    font-size: 30px;
    line-height: 1.2;
  }
}
