html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
font-size: 14px;
color: #333;
font-family: "Poppins", serif;
font-weight: 100;
line-height: 1.4;
font-weight: normal;
overflow-x: hidden;
background-color: #f3f4f7;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
a{
cursor: pointer;
text-decoration: none;
}
p {
line-height: 1.2;
padding-bottom: 10px;
font-size: 14px;
margin: 0;
}

.custom-scroll::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
background-color: #f5f5f5;
}
.custom-scroll::-webkit-scrollbar {
width: 5px;
height: 7px;
background-color: #f5f5f5;
}
.custom-scroll::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #9999994d;
}
.custom-scroll::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
background-color: #9999994d;
}
.wrap {
overflow: hidden;
position: relative;
margin-left: 0px;
transition: 0.3s;
-webkit-transition: 0.3s;
height: 100%;
}
/*-------- Header ------*/
.logo {
max-width: 100%;
z-index: 999;
}
.header.shead {
position: fixed;
}
.header {
background: #fff;
border-bottom: 1px solid #f0f0f0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1001;
height: 60px;
}
.header_flex {
width: 100%;
height: 100%;
display: flex;
align-items: center;
}
.header .header-left {
position: relative;
height: 100%;
display: inline-flex;
align-items: center;
width: 20%;
}
.header .header-left .logo {
display: inline-block;
padding: 0 15px;
}
.header .header-left .logo img {
max-height: 55px;
width: auto;
}
.header .dropdown-menu > li > a {
position: relative;
}
.header .dropdown-toggle:after {
display: none;
}
.header .has-arrow .dropdown-toggle:after {
border-top: 0;
border-left: 0;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
content: "";
height: 6px;
width: 6px;
vertical-align: middle;
display: inline-block;
pointer-events: none;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.user-menu {
padding-left: 15px;
padding-right: 15px;
position: relative;
height: 100%;
display: inline-flex;
align-items: center;
justify-content: flex-end;
width: 80%;
}
.user-menu.nav > li {
display: inline-block;
}
.user-menu.nav > li > a {
position: relative;
color: #333;
font-size: 13px;
padding: 12px 10px;
}
.user-menu.nav > li.noti-dropdown > a {
font-size: 24px;
color: #939191;
display: inline-block;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
background-color: rgba(0, 0, 0, 0);
color: #ef1c26;
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
color: #ef1c26;
}
/*-----------top header end---------------*/

.main {
width: 100%;
overflow: hidden;
min-width: 320px;
}
.containers {
width: 74%;
margin: 0 auto;
}
.container2 {
width: 70%;
margin: 0 auto;
}

.mnu1 {
padding: 0px;
float: right;
}
.mnus1 {
float: right;
}
.menu1 > li {
display: inline-block;
}
.menu1 a,
.menu1 span {
color: #333;
font-size: 13px;
text-transform: capitalize;
}
.menu1 > li > a:first-child {
padding: 5px 10px 5px 40px;
}
.menu1 > li > a {
padding: 3px 0;
}
.menu1 > li:last-child > a {
padding-right: 0;
}
.menu1 {
padding-top: 2px;
}
.menu1 span {
padding-left: 2px;
}
.menu1 > li:first-child,
.menu1 > li:nth-child(1) {
background: none;
}
.menu1 li {
background: url("../images/mline.png") no-repeat scroll left top 6px / 1px 60%;
}
.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 li a:hover,
.menu1 a.headact {
color: #ff0000;
}
.mnu2 {
position: relative;
width: 100%;
background-color: #56ab06;
}
.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 a {
color: #333;
display: block;
font-size: 15px;
padding: 12px 15px;
text-transform: capitalize;
}
.head-nav a:hover {
color: #ef1c26;
}
.head-nav li.hasubs:hover .submenu {
opacity: 1;
visibility: visible;
margin: 0px 0 0;
}
#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;
}
.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;
}
/* 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,
.hidden {
display: none;
}
audio,
canvas,
img,
video {
vertical-align: middle;
}
abbr[title] {
border-bottom: 1px dotted;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
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;
}
img {
border: 0;
max-width: 100%;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
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;
-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;
box-sizing: border-box;
border: none;
outline: 0;
outline-color: rgba(0, 0, 0, 0);
}
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: #333;
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: #107cbd; 
color: #fff; 
text-shadow: none; 
outline: 0;
}
::selection {
background: #107cbd;
color: #ffffff;
text-shadow: none;
}
hr {
display: block;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
box-sizing: content-box;
height: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 500;
margin: 0;
color: #333;
}

a {
text-decoration: none;
outline: 0;
outline-color: rgba(0, 0, 0, 0);
color: #333;
background-color: transparent;
-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;
}
a:active,
a:hover,
a:focus,
button:active,
button:hover,
button:focus {
outline: 0;
text-decoration: none;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
img {
max-width: 100%;
height: auto;
}
input,
textarea,
select {
box-sizing: border-box;
outline: 0;
outline-color: rgba(0, 0, 0, 0);
}
select > option {
padding: 0;
-moz-padding: 0;
}
::-webkit-input-placeholder {
color: #555;
}
:-moz-placeholder {
color: #555;
}
::-moz-placeholder {
color: #555;
}
:-ms-input-placeholder {
color: #555;
}
/* ----- Browser Upgrade ------*/
.browserupgrade {
margin: 0;
background: #e8e8e8;
color: #000;
padding: 0.2em;
text-transform: uppercase;
text-align: center;
}
.browserupgrade a {
color: #b81424;
}
/* -----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;
width: 188px;
z-index: 222;
background-color: #fff;
border: 1px solid #ddd;
box-shadow: 0px 1px 2px 0px #ddd;
opacity: 0;
visibility: hidden;
transition: all 0.5s ease-out 0s;
margin: 30px 0 0;
}
#head-nav .submenu > a {
background: rgba(0, 0, 0, 0) url("../images/vline.png") no-repeat scroll
center bottom / 100% 1px;
font-size: 14px;
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: #f2f2f2;
color: #ef1c26;
}
.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;
}

.pad0 {
padding: 0;
}
.pad05 {
padding: 0 5px;
}
.margin0 {
margin: 0;
}
.marg-05 {
margin: 0 -5px;
}
.pad-top {
padding-top: 12px;
}
.pad-bt10 {
padding-bottom: 10px;
}
.padlft0 {
padding-left: 0;
}
.padrt0 {
padding-right: 0;
}
.marg5 {
margin-bottom: 5px;
}
.marg-bt10 {
margin-bottom: 10px;
}
.marg-pt60-cus-tab {
padding-bottom: 60px;
}
.centerdv {
margin: auto;
float: none;
}
.relative_box {
position: relative;
}
.pointers {
cursor: pointer;
}
.pad_box1 {
padding: 15px;
}
.pad_box2 {
padding: 15px 20px;
}
.pad_box3 {
padding: 15px;
}
.pad_box5 {
padding: 5px;
}
.advert,
.marg-top10 {
margin-top: 10px;
}
.item-brand-text {
margin-top: 25px;
}

.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;
}
b,
strong {
font-weight: 600;
}

.link {
cursor: pointer;
display: block;
overflow: hidden;
}
.m-0 {
margin: 0;
}
.mt-10 {
margin-top: 10px;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #fff url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50%
top repeat-x;
color: #333333;
z-index: 9999 !important;
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
}
.ui-menu .ui-menu-item {   
border-bottom: 1px solid #ddd;
}
.ui-menu .ui-menu-item:last-child {
border-bottom: none;
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 8px 1em 8px .4em;
font-size: 12px;
}
.ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active{
background-color: #ef1c26;
color: #fff;
}

/* -----  About ------*/
.abtds {
width: 100%;
padding: 0 0 30px;
}
.abtds p {
font-size: 16px;
text-align: justify;
}
/* -----  Contact ------*/
.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: #ef1c26;
}
.ph1 i {
background: #ef1c26;
color: #fff;
padding: 4px 6px;
border-radius: 50%;
margin-right: 5px;
}
.locs i {
background: #ef1c26;
color: #fff;
padding: 6px;
border-radius: 50%;
margin-right: 5px;
}
.quartrs p i {
background: #ef1c26;
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: 11px;
}
.mnus2 > li a {
color: #666;
position: relative;
z-index: 211;
}
.mnus2 > li a:hover {
color: #ef1c26;
}
.mnus2 > li a::after {
content: "\f105";
font-family: fontawesome;
padding: 0 6px;
}
.mnus2 > li:last-child a {
color: #333;
cursor: not-allowed;
}
.mnus2 > li:last-child a::after {
content: "";
}
.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: #ef1c26;
}
.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: #ef1c26;
}
.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;
}
.box-top-margin {
margin: 25px 0 20px;
text-align: center;
}
.bt-style1 {
/* box-shadow: 0 1px 2px 0px #eee; */
border: 1px solid #eee;
background: #fff;
border-radius: 4px;
}
.bt-link {
display: inline-block;
padding: 10px 30px;
font-size: 15px;
text-transform: uppercase;
transition: all 0.5s ease-out 0s;
vertical-align: top;
overflow: hidden;
}
.bt-link:hover {
background: #ef1c26;
color: #fff;
}
.bt-style2 {
box-shadow: 0 0 3px 0px #000;
background: #000;
color: #fff;
border-radius: 4px;
}
.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: #ef1c26;
}
.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: #ef1c26 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: #ef1c26;
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: #ef1c26;
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 {
width: 100%;
margin: -45px 0 10px;
}
.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: #ef1c26;
border: 1px solid #ef1c26;
}
.bt-link.link {
background: #ef1c26;
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 {
padding: 2px 7px;
min-width: 39px;
font-weight: 500;
}
.input-group-addon {
padding: 2px 12px;
font-size: 14px;
font-weight: 400;
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: 15px;*/
}
.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;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
border-radius: 0;
}
.form-control {
display: block;
width: 100%;
height: 38px;
padding-left: 0.6rem;
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-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-color: #ef1c26;
}
.form-control#fileInput{
height: auto !important;
}
.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;
}

/* ----- Social Icon ------*/
.footer .social-icons {
padding-top: 0;
text-align: right;
}
.footer .social-icons a {
color: #fff;
font-size: 16px;
margin-left: 2px;
background: #5e6467;
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;
}
.s-icon {
padding: 10px 0 10px;
}
.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: #ef1c26;
}
/*---- Footer ----*/
.footer {
background: #fff;
margin-top: 20px;
color: #666;
border-top: 1px solid #e2e2e2;
padding: 15px 0;
text-align: left;
position: fixed;
width: 100%;
bottom: 0;
left: 0;
z-index: 99;
}
.fmenu {
padding: 22px 0px 10px;
}
.btm-footer-nav span:first-child {
border-left: none;
padding-left: 0;
}
.btm-footer-nav a {
color: #666;
}
.btm-footer-nav a:hover {
color: #ef1c26;
}
.btm-footer-nav span {
font-size: 14px;
padding: 0 0px;
}

/****************** 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: #ef1c26;
}
.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-bottom: 20px;
}
.sidebar-product .widget {
border: 1px solid #ddd;
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;
}
.sidebar-menu > ul > li.menu_title {
font-size: 12px;
color: #b5b5c3;
padding-left: 15px;
opacity: 1.7;
text-transform: uppercase;
margin-bottom: 0px;
line-height: 20px;
height: 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: #ef1c26;
}
.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: #ef1c26;
}
.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: #102a83none 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: #ef1c26 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: #ef1c26;
}
.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: #ef1c26;
border-radius: 4px;
padding: 6px 20px;
margin-top: 5px;
box-shadow: 0px 1px 2px 0px #000;
transition: all 0.3s ease-out 0s;
}
.subbtn:hover {
background: #56ab06;
}
.post-date-comment li strong {
color: #333;
}
.top-title {
color: #04468e;
font-size: 20px;
margin: 15px 0 20px;
font-weight: 600;
text-transform: capitalize;
}
.blog-bdr {
border-left: 3px solid #ef1c26;
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: #ef1c26;
}
.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;
}
/*--------Inner Login CSS ----------- */
.header1 {
width: 100%;
z-index: 1003;
position: relative;
background-color: #fff;
border-bottom: solid 2px #ef1c26;
}
.logo1 {
width: 30%;
float: left;
margin: 0px;
padding: 5px 0px 5px;
position: relative;
z-index: 999;
background-color: #fff;
}
.logo1 img {
height: auto;
}
.naving {
position: relative;
width: 70%;
float: left;
background-color: #fff;
}
.naving img {
width: 30px;
border-radius: 50%;
}
.naving span {
padding: 0 6px 0 12px;
text-transform: capitalize;
}
.bread-crumb {
width: 98%;
background: none;
border-bottom: 1px solid #eee;
}
.bread-crumb .container {
width: 100%;
}
.bread-crumb .mnus2 {
padding: 8px 0;
display: flex;
align-items: center;
}
.content-bg {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
background: #f6f6f6;
display: flex;
align-items: center;
justify-content: center;
}

.login-box {
background: #fff;
box-shadow: 0px 0px 2px 0px #888;
margin-top: 35%;
padding: 30px 0;
border-radius: 6px;
}
.logout-box-cus {
background: #fff;
box-shadow: 0px 0px 2px 0px #888;
margin-top: 0%;
padding: 30px 0;
border-radius: 6px;
}
.login-form {
position: relative;
margin-top: 30%;
width: 100%;
}
.login-tabs {
background: #fff;
box-shadow: 0px 3px 10px 1px #aaa;
border-radius: 10px 10px 0px 0px;
}
.login-form form {
padding: 20px 30px 35px;
}
.login-form.login {
margin-top: 15%;
}
.mobilelogin,
.emaillogin,
.regform {
padding: 10px 30px 20px;
}
.login-form .about-small-text {
font-size: 20px;
color: #fff;
margin: 0px 0 0px;
padding: 12px 10px 12px 25px;
border-radius: 10px 10px 0px 0px;
font-weight: 600;
background: #ef1c26;
}
.login-form h4.small-text {
font-size: 12px;
padding-bottom: 15px;
font-weight: 500;
color: #ef1c26;
}
.about-small-text a {
color: #ef1c26;
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: #102a83;
border: 1px solid #102a83;
}
.login-form a {
color: #102a83;
}
.login-form a:hover,
.forgtxt:hover {
color: #ef1c26;
}
.forgtxt {
font-size: 14px;
color: #ef1c26;
}
.forgtxt:hover {
color: #102a83;
}
.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: #ef1c26;
}
.form-group {
margin-bottom: 12px;
padding: 0 5px;
position: relative;
}
.form-group1 {
margin-bottom: 5px;
}
.form-group label,
.form-group1 label {
font-weight: 500;
color: #555;
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.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: #ef1c26 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
height: 44px;
line-height: 44px;
font-size: 14px;
padding: 0 10px;
font-weight: 500;
width: auto;
min-width: 100%;
text-align: center;
display: inline-block;
text-transform: capitalize;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.sub-btn {
background: #ef1c26 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
height: 38px;
line-height: 38px;
font-size: 14px;
padding: 0 10px;
font-weight: 500;
width: auto;
min-width: 150px;
text-align: center;
display: inline-block;
text-transform: capitalize;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.btn-submit-form:hover,
.sub-btn:hover {
background: #102a83 none repeat scroll 0 0;
color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.12);
}
.btnSubmit {
background-color: #ef1c26;
border-radius: 4px;
padding: 10px;
border: 1px solid #ef1c26;
color: #ffffff;
width: 200px;
cursor: pointer;
transition: all 0.3s ease-out 0s;
}
.btnSubmit:hover {
background: #102a83 none repeat scroll 0 0;
border: 1px solid #102a83;
color: #fff;
}
.sub-btn1 {
cursor: pointer;
background: #ef1c26 none repeat scroll 0 0;
font-size: 14px;
font-weight: 500;
color: #fff;
border: none;
height: 35px;
margin: 5px;
line-height: 34px;
padding: 0px 10px;
border-radius: 4px;
text-transform: capitalize;
display: inline-block;
min-width: 100px;
text-align: center;
}
.sub-btn1:hover {
background: #102a83;
color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.upload-preview {
border-radius: 4px;
width: 200px;
height: 200px;
}
#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: #f0e8e0;
margin: 20px auto;
width: 200px;
height: 200px;
border-radius: 4px;
}
.inputFile {
margin-top: 0px;
left: 0px;
right: 0px;
top: 0px;
width: 200px;
height: 36px;
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: 163px;
left: 23px;
margin-top: -24px;
margin-left: -24px;
border: #d8d1ca 1px solid;
border-radius: 4px;
background-color: #f0e8e0;
width: 200px;
}
.profile-upload-option-list {
margin: 1px;
height: 28px;
line-height: 28px;
border-bottom: 1px solid #cecece;
cursor: pointer;
position: relative;
}
.profile-upload-option-list:last-child {
border-bottom: none;
}
.profile-upload-option-list:hover {
background-color: #fffaf5;
}
.title-normal {
font-size: 17px;
margin: 0 0 10px;
color: #333;
font-weight: 700;
line-height: 20px;
text-transform: none;
}
.page-title {
font-size: 18px;
margin: 0 0 15px;
color: #333;
font-weight: 500;
line-height: normal;
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;
}
.product-sort ul {
padding: 0;
list-style: none;
}
.product-sort li {
border-bottom: 1px solid #e9e9e9;
list-style: none;
}
.product-sort li:last-child {
border-bottom: none;
}
.product-sort a {
}
.product-sort a:hover h3 {
color: #ef1c26;
}
.product-sort .box-icon {
padding: 0px 12px;
display: table-cell;
vertical-align: middle;
}
.product-sort .box-icon1 {
padding: 0px 15px 0px 0px;
display: block;
vertical-align: middle;
}
.product-sort .box-info {
padding: 15px 0px;
display: table-cell;
}
.product-sort .box-info1 {
padding: 5px 0px 10px;
display: block;
}
.product-sort h3 {
margin: 0px;
font-size: 14px;
font-weight: 500;
color: #333;
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: 500;
}
.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;
}

.feature-box-style-12 {
/*background: #fff none repeat scroll 0 0;
box-shadow: 0px 0px 2px 0px #aaa;*/
/* box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%); */
/* background-color: #fff; */
border-radius: 1rem;
margin: 0 0 40px;
}
.feature-box-style-12-cus {
/*background: #fff none repeat scroll 0 0;
box-shadow: 0px 0px 2px 0px #aaa;*/
/* box-shadow: 0 3px 10px 0 rgb(48 46 56 / 15%); */
/* background-color: #fff; */
border-radius: 1rem;
margin: 0px 0 0;
}
.feature-box-style-14 {
background: #f4f3f3 none repeat scroll 0 0;
box-shadow: 0px 0px 2px 0px #aaa;
}

.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%;
}
.box-width0-1 {
width: 1%;
}
.box-width0-2 {
width: 2%;
}
.box-width0-3 {
width: 3%;
}
.box-width1 {
width: 4%;
}
.box-width02 {
width: 6%;
}
.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%;
}
.left-boxwidth {
width: 20%;
}
.right-boxwidth {
width: 100%;
/*margin: 0 auto;*/
}
.squrebox {
width: 15px;
height: 15px;
margin: 0 12px 6px;
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 12px;
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 {
color: #555;
font-size: 14px;
padding: 6px 6px;
border-right: 1px solid #eee;
}
.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;
}
.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;
background: #f8f9fa00;
/* border-bottom: 2px dotted #ddd; */
display: flex;
align-items: center;
justify-content: center;
}
.adtab-detail h2 {
margin: 10px 0;
font-size: 18px;
color: #333;
position: relative;
display: flex;
align-items: center;
justify-content: flex-start;
height: 34px;
font-weight: 500;
}
.table-head span {
font-size: 13px;
font-weight: 500;
color: #333;
}
.followup-box {
border: 1px solid #eee;
margin: 1px 1px;
}
.followup-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%
);
}
.followup-head .table-head {
padding: 0 5px;
height: 35px;
line-height: 35px;
}
/* .enquery-box {

margin-top: 10px;
} */
.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: 10px 5px;
height: auto;
line-height: 1.2;
}
.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: 13px;
margin: 0;
height: 38px;
border-right: 1px solid #e5e5e5;
padding: 5px 5px;
line-height: 1.2;
overflow: hidden;
/*display: flex;
align-items: center;
justify-content: start;*/
}
.text-right {
text-align: right !important;
}
.table-cont:last-child p {
border-right: none;
}
.table-cont p a {
padding: 2px 4px;
background: #102a83;
color: #fff;
cursor: pointer;
border-radius: 2px;
font-size: 12px;
transition: all 0.3s ease-out 0s;
}
.table-cont p a:hover {
background: #ef1c26;
}
.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;
}
.tabs-center {
width: 32%;
margin: 8px auto 16px;
text-align: center;
}
.tab-box-border .nav-tabs {
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;
border: none;
margin: 0;
}
.tab-box-border li {
text-align: center;
min-width: 50%;
border-right: 1px solid #ddd;
margin: 0;
}
.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: #ef1c26;
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: 0px 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: 0px;
margin: 0;
}
.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: #ef1c26 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-box {
color: #000 !important;
}
.imgload-box a {
background: #0000 !important;
}
.dual-product-img-cus {
margin: 0 !important;
border-right: 1px solid #e5e5e5;
}
.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: #ef1c26;
border: 1px solid #ef1c26;
}
.table-cont p 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: 20px 0 20px;
}
.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;
}
.chart path:hover {
opacity: 0.8;
}
.upcoming-enq {
margin: 0px;
padding: 20px 30px;
}
.upcoming-enq p {
margin: 0;
}
.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;
}

/*--------- Header end ---------*/

.badge {
display: inline-block;
padding: 4px 1px;
min-width: 18px;
font-size: 9px;
font-weight: 500;
line-height: 10px;
color: #fff;
background-color: #102a83;
border-radius: 100%;
position: absolute;
top: 5px;
right: 2px;
}
.noti-dropdown.open > .fixed_right_box {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
.user-img {
display: inline-block;
padding-right: 6px;
position: relative;
}
.user-img img {
width: 35px;
height: 35px;
object-fit: cover;
}
.user_name {
font-weight: 500;
display: inline-block;
vertical-align: middle;
max-width: 115px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 3px;
}
.user-menu.nav > li > a.mobile_btn {
border: 0;
position: relative;
padding: 0;
margin: 0;
cursor: pointer;
}
.avatar {
}
.avatar .avatar-img {
width: 40px;
height: 40px;
}
.rounded-circle {
border-radius: 100%;
}
.dropdown-menu {
float: none;
border: 1px solid rgba(0, 0, 0, 0.05);
z-index: 9999 !important;
}
.user-menu .dropdown-menu {
min-width: 220px;
padding: 0;
left: auto;
right: 0;
}
.user-menu .dropdown-menu .dropdown-item {
font-size: 13px;
display: flex;
align-items: center;
border-top: 1px solid #e3e3e3;
padding: 10px 15px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
color: #fff;
background: #ef1c26;
}
.user-menu .dropdown-menu .dropdown-item:hover i{
background:#fff ;
color: #ef1c26;
transition: 500ms;
}
.header .dropdown-menu > li > a:focus,
.header .dropdown-menu > li > a:hover {
background-color: #ef1c26;
color: #fff;
}
.header .dropdown-menu > li > a:focus i,
.header .dropdown-menu > li > a:hover i {
color: #fff;
}
.header .dropdown-menu > li > a {
padding: 10px 18px;
}
.header .dropdown-menu > li > a i {
color: #ef1c26;
margin-right: 10px;
text-align: center;
width: 18px;
}
.header .user-menu .dropdown-menu > li > a i {
color: #ef1c26;
font-size: 16px;
margin-right: 10px;
min-width: 18px;
text-align: center;
}
.header .user-menu .dropdown-menu > li > a:focus i,
.header .user-menu .dropdown-menu > li > a:hover i {
color: #fff;
}
.mobile_btn {
padding: 5px;
display: inline-block;
margin-left: 20px;
color: #666;
}
.slide-nav .sidebar {
margin-left: 0;
}
.app-dropdown .dropdown-menu {
padding: 0;
width: 300px;
}
.app-dropdown-menu .app-list {
padding: 15px;
}
.app-dropdown-menu .app-item {
border: 1px solid transparent;
border-radius: 3px;
color: #737373;
display: block;
padding: 10px 0;
text-align: center;
}
.app-dropdown-menu .app-item i {
font-size: 20px;
height: 24px;
}
.app-dropdown-menu .app-item span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.app-dropdown-menu .app-item:hover,
.app-dropdown-menu .app-item:focus,
.app-dropdown-menu .app-item:active,
.app-dropdown-menu .app-item.active {
background-color: #f9f9f9;
border-color: #e3e3e3;
}
.app-list > div + div {
margin-top: 5px;
}
.app-list > .row {
margin-left: -5px;
margin-right: -5px;
}
.app-list > .row > .col {
padding-left: 5px;
padding-right: 5px;
}
.user-header {
background-color: #f9f9f9;
display: flex;
align-items: center;
padding: 10px 10px;
}
.user-menu .dropdown-menu .dropdown-item i {
display: inline-block;
font-size: 12px;
line-height: 24px;
text-align: center;
vertical-align: middle;
width: 24px !important;
vertical-align: middle;
padding-left: 0;
background: #ef1c26;
color: #fff;
border-radius: 5px;
margin-right: 0px;
}
.user-header .user-text {
margin-left: 10px;
}
.user-header .user-text h6 {
margin-bottom: 2px;
font-size: 14px;
}
.user-header .user-text p {
padding-bottom: 0;
font-size: 13px;
}
.menu-title {
color: #a3a3a3;
display: block;
font-size: 14px;
margin-bottom: 5px;
padding: 0 25px;
}
.sidebar-overlay {
background-color: rgba(0, 0, 0, 0.6);
display: none;
height: 100%;
left: 0;
position: fixed;
top: 60px;
width: 100%;
z-index: 1000;
}

/*------- Sidebar -------*/

/*--
.sidebar-menu li.active a {
background: #313091;
color: #fff;
}
--*/

/* .page-wrapper {
overflow: hidden;
position: relative;
margin-left: 170px;
transition: 0.3s;
-webkit-transition: 0.3s;
}
.menu-active .page-wrapper {
margin-left: 70px;
}
.menu-active .side-menu {
width: 50px;
} */


/*-- Scrollbar --*/
* {
scrollbar-width: thin;
scrollbar-color: rgba(11, 20, 26, 0.2) transparent;
}
.side-menu::-webkit-scrollbar {
width: 5px;
}
/*-- Scrollbar Track --*/
.side-menu::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #121619;
border-radius: 10px;
}
/*-- scrollbar Handle --*/
.side-menu::-webkit-scrollbar-thumb {
background: #aaa;
border-radius: 10px; 
}
/*-- Handle on hover --*/
.side-menu::-webkit-scrollbar-thumb:hover {
background: #666;
}

.fixed_right_box {
background: rgba(0, 0, 0, 0.1);
position: fixed;
top: 0px;
padding-top: 0px;
right: 0;
left: 0;
width: 100%;
height: 100%;
bottom: 0;
z-index: 9001;
-webkit-transform: translateX(102%);
-moz-transform: translateX(102%);
transform: translateX(102%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.fixed_right_box2nd {
background: rgba(0, 0, 0, 0.1);
position: fixed;
top: 0px;
padding-top: 0px;
right: 0;
left: 0;
width: 100%;
height: 100%;
bottom: 0;
z-index: 9001;
-webkit-transform: translateX(102%);
-moz-transform: translateX(102%);
transform: translateX(102%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.fixed_right_box3rd {
background: rgba(0, 0, 0, 0.1);
position: fixed;
top: 0px;
padding-top: 0px;
right: 0;
left: 0;
width: 100%;
height: 100%;
bottom: 0;
z-index: 9001;
-webkit-transform: translateX(102%);
-moz-transform: translateX(102%);
transform: translateX(102%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.fixed_right_box4th {
background: rgba(0, 0, 0, 0.1);
position: fixed;
top: 0px;
padding-top: 0px;
right: 0;
left: 0;
width: 100%;
height: 100%;
bottom: 0;
z-index: 9001;
-webkit-transform: translateX(102%);
-moz-transform: translateX(102%);
transform: translateX(102%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.fixed_right_box.active {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
.fixed_right_box2nd.active {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
.fixed_right_box3rd.active {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
.fixed_right_box4th.active {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
transform: translateX(0%);
}
.add_inner_box,
.notify_inner_box {
background: #fff;
box-shadow: 0px 0px 3px 0px #aaa;
width: 600px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin-right: 0;
margin-left: auto;
position: relative;
}
.add_inner_box .input-group,
.notify_inner_box .input-group {
border-left: none;
}

.edit_inner_box {
background: #fff;
box-shadow: 0px 0px 3px 0px #aaa;
width: 600px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin-right: 0;
margin-left: auto;
position: relative;
}
.edit_inner_box .input-group {
border-left: none;
}
.followup_inner_box {
background: #fff;
box-shadow: 0px 0px 3px 0px #aaa;
width: 600px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin-right: 0;
margin-left: auto;
position: relative;
}
.followup_inner_box .input-group {
border-left: none;
}
.other_inner_box {
background: #fff;
box-shadow: 0px 0px 3px 0px #aaa;
width: 600px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin-right: 0;
margin-left: auto;
position: relative;
}
.quotgen_inner_box {
background: #fff;
box-shadow: 0px 0px 3px 0px #aaa;
width: 50%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin-right: 0;
margin-left: auto;
position: relative;
}

.other_inner_box .input-group {
border-left: none;
}
.optinal_inner_box {
background: #fff;
box-shadow: 0px 0px 3px 0px #aaa;
width: 720px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin-right: 0;
margin-left: auto;
position: relative;
}
.optinal_inner_box .input-group {
border-left: none;
}
.optinal_close_icon {
position: fixed;
top: 0;
right: 720px;
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 18px;
color: #fff;
background: #007ba5;
z-index: 800;
}
.optinal_close_icon:hover {
color: #fff;
background: #ef1c26;
}
.rttop_title {
margin-bottom: 25px;
position: relative;
}
.rttop_title h3 {
font-size: 16px;
font-weight: 500;
margin: 0px 0 8px;
text-transform: capitalize;
display: flex;
align-items: center;
}
.rttop_title h3 i {
padding-right: 10px;
font-size: 16px;
}
.rttop_title p {
font-size: 13px;
color: #777;
padding-bottom: 0;
line-height: normal;
}
.close_icon {
position: fixed;
top: 0;
right: 600px;
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 18px;
color: #fff;
background: #ef1c26;
z-index: 800;
}
.mobile-menu-footer {
display: none;
}
.close_icon:hover {
color: #fff;
background: #ef1c26;
}
.quotgenclose_icon {
position: fixed;
top: 0;
right: 50%;
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 18px;
color: #fff;
background: #102a83;
z-index: 800;
}
.quotgenclose_icon:hover {
color: #fff;
background: #ef1c26;
}

.add_btn_box {
display: flex;
justify-content: flex-end;
align-items: center;
}
.add_btn_box .add_btn {
margin-left: 5px;
width: auto;
min-width: 40px;
}
.add_btn {
position: relative;
background: none;
color: #ef1c26;
border: 1px solid #ef1c26;
font-size: 14px;
font-weight: 400;
border-radius: 4px;
cursor: pointer;
height: 38px;
width: auto;
min-width: 100px;
overflow: hidden;
padding: 0 10px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.add_btn:hover {
background: #ef1c26;
color: #fff;
}
.add_btn_box .add_btn i {
font-size: 16px;
}
.import-btn-cus{
position: relative;
background: none;
color: #ef1c26;
border: 1px solid #ef1c26;
font-size: 14px;
font-weight: 400;
border-radius: 4px;
cursor: pointer;
height: 34px;
width: auto;
min-width: 85px;
overflow: hidden;
padding: 0 10px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.import-btn-cus:hover {
background: #ef1c26;
color: #fff;
}

.my_modal.modal {
overflow-x: hidden;
overflow-y: auto;
z-index: 9999;
}
.my_modal .modal-dialog {
margin: 50px auto 20px;
/*--display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;--*/
}
.my_modal .modal-content {
width: 100%;
}
.my_modal .modal-header {
padding: 15px 15px;
}
.my_modal .modal-title {
text-transform: none;
margin-top: 5px;
font-size: 16px;
}
.my_modal .modal-body {
padding: 5px 15px 15px;
}
.my_modal .modal-header .close {
position: absolute;
top: 18px;
right: 15px;
margin: 0;
text-shadow: none;
padding: 0 0 1px 1px;
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
line-height: 25px;
text-align: center;
font-size: 22px;
opacity: 0.7;
z-index: 111;
}
.my_modal .modal-header .close:hover {
opacity: 1;
}
.my_modal .modal-header .close span {
line-height: inherit;
}
.change-avatar {
display: block;
position: relative;
background: #fafcff;
width: fit-content;
border-radius: 4px;
padding: 10px 20px;
margin: 12px auto 20px;
}
.profile-img {
padding-right: 15px;
}
.profile-img img {
border-radius: 50%;
width: 80px;
height: 80px;
margin: 0 auto;
display: block;
margin-bottom: 15px;
object-fit: cover;
object-position: center;
}
.upload-img {
position: relative;
margin-top: 5px;
}
.change-photo-btn {
position: relative;
padding: 8px 15px;
border: 1px solid #ef1c26;
border-radius: 30px;
text-align: center;
margin-bottom: 3px;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.change-photo-btn:hover {
color: #fff;
background: #ef1c26;
}
.change-photo-btn span {
}
.change-photo-btn input {
cursor: pointer;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 11;
}
.form-text {
}
.feature_box1 {
}
.feature_box1 .admin-desc > p {
padding-left: 15px;
padding-right: 15px;
}
.feature_box1 .admin-desc > p > span {
display: flex;
align-items: center;
}
.feature_box1 span.squrebox {
margin: 0;
}
.feature_box1 span.circlebox {
margin: 0;
}
.feature_box1 span.txt_box {
padding-left: 12px;
line-height: normal;
display: inline-block;
}
.action.dropdown {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
/*    height: 38px;*/
}
.action .dropdown-toggle {
background: none;
color: #102a83;
border: none;
display: inline-block;
font-size: 17px;
}
.action .dropdown-toggle:hover {
color: #ef1c26;
}
.action.open .dropdown-toggle .fa:before {
content: "\f106";
}

.terms_page {
border: 1px solid #ddd;
padding: 15px;
}
.terms_page .page-title span {
border-bottom: 2px solid #888;
padding-bottom: 3px;
margin-bottom: 10px;
display: inline-block;
font-weight: 600;
}
.terms_page ol {
padding-left: 22px;
margin-bottom: 0;
}
.terms_page li {
padding-left: 10px;
padding-bottom: 10px;
font-size: 14px;
line-height: normal;
}
.terms_page p {
font-size: 14px;
line-height: normal;
}
.top_box {
padding-left: 15px;
width: 100%;
}
.address_box {
padding-left: 28px;
width: 100%;
}
.top_box h4 {
font-size: 19px;
margin-bottom: 5px;
white-space: nowrap;
}
.top_box h5 {
margin-bottom: 8px;
margin-top: 5px;
}
.top_box span {
width: 100%;
display: block;
}
.top_box span span {
font-weight: 500;
}
.top_mid_box {
display: flex;
align-items: center;
justify-content: center;
min-height: 160px;
}
.top_mid_box img {
width: 100%;
max-width: 110px;
}
.top_rt_box {
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 100%;
padding-right: 10px;
}
.top_rt_box .img_box {
display: inline-block;
vertical-align: top;
border: 1px solid #ddd;
width: 48%;
min-height: 190px;
border-radius: 4px;
}
.form_inner p {
padding-left: 18px;
}
.form_inner p.pad_lft {
padding-left: 18px;
}
.terms_page .form_inner ol {
padding-left: 15px;
}
.form_inner li {
display: flex;
align-items: center;
padding-left: 0;
}
.form_inner li.col-xs-12 {
padding-left: 15px;
}
.form_inner span {
white-space: nowrap;
}
.form_inner input {
border: none;
padding-left: 15px;
padding-right: 15px;
border-bottom: 2px dotted #aaa;
}
.bottom_box {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
min-height: 80px;
font-weight: 500;
font-size: 14px;
padding: 5px 15px;
width: 100%;
}
.bottom_box span {
width: 100%;
}
.bottom_box.text-center {
justify-content: center;
border: 1px solid #ddd;
}
.bottom_box.text-right {
justify-content: flex-end;
}
.note_box {
border-top: 1px solid #ddd;
padding-top: 8px;
margin: 10px 15px 0;
}
.receipt-box {
position: relative;
width: 100%;
}
.receipt-box .form_inner {
width: 100%;
border-top: 1px solid #999;
padding-top: 14px;
margin-top: 7px;
}
.receipt-box .form_inner ol {
padding-left: 0px;
margin-left: -3px;
margin-right: -3px;
}
.receipt-box .form_inner li.col-xs-12 {
padding-left: 3px;
padding-right: 3px;
}
.receipt-box .top_box h5 span {
border-bottom: 1px solid #555;
width: auto;
display: inline-block;
}
.receipt-box .address_box {
padding-left: 0;
}
.receipt-box .logo_box {
padding-top: 35px;
}
.logo_box img {
max-width: 100px;
width: 100%;
}
.receipt-box .mnuber_box p {
display: flex;
font-weight: 500;
line-height: normal;
justify-content: flex-end;
}
.sign_box li {
font-weight: 500;
display: flex;
align-items: flex-end;
min-height: 40px;
}
.sign_box li:last-child {
justify-content: flex-end;
}
.btn_box {
border-top: 1px solid #ddd;
padding-top: 15px;
margin-top: 15px;
}
.btn_box a {
display: inline-block;
vertical-align: middle;
margin-left: 2px;
margin-right: 2px;
padding-left: 15px;
padding-right: 15px;
}

.attr-product {
display: flex;
margin-top: 8px;
vertical-align: middle;
min-width: 100%;
align-items: center;
justify-content: start;
position: relative;
}
.wishlist-btn-cus {
position: absolute;
bottom: 0;
right: 0;
cursor: pointer;
color: red;
}
.attr-product label {
margin: 0;
text-transform: uppercase;
/*width: 56px;*/
font-weight: 700;
margin-right: 10px;
}
.info-qty {
max-width: 110px;
}
.info-qty {
border: 1px solid #e8e8e8;
display: inline-block;
height: 30px;
line-height: 28px;
/*    max-width: 240px;*/
padding: 0 35px;
position: relative;
text-align: center;
width: 100%;
font-size: 12px;
}
.info-qty a {
width: 35px;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
}
.info-qty .qty-down {
border-right: 1px solid #e8e8e8 !important;
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 35px;
background: none;
border: none;
color: #f1002f;
font-size: 18px;
}
.info-qty .qty-down .fa-trash{
	font-size: 16px;
}
.info-qty a {
color: #333;
}
.info-qty span {
padding: 0;
text-align: center;
}
.info-qty .qty-val {
display: block;
padding: 0 0px;
width: 100%;
}
.info-qty .qty-val input {
border: none;
line-height: normal;
text-align: center;
}
.info-qty .qty-up {
border-left: 1px solid #e8e8e8 !important;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 35px;
background: none;
border: none;
color: #08b20f;
font-size: 18px;  
}
.add-product-image {
/* border: 1px solid #ddd; */
/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
padding: 0px;
display: flex;
align-items: center;
justify-content: center;
height: 80px;
width: 100%;
background: #ffffff;
border-radius: 6px;
overflow: hidden;
}
.add-product-image img {
max-height: 100%;
height: auto;
width: 100%;
object-fit: cover;
object-position: center;
}

.product-name-custom h3 {
font-size: 13px;
font-weight: 400;
}
.product-amount {
margin-left: 20px;
}

.product-main-box-custom {
border: 1px solid #ddd;
background-color: #fff;
/* box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px; */
padding: 8px;
min-height: 100px;
border-radius: 8px;
overflow: hidden;
margin-bottom: 10px;
}
.product-main-box-custom .add-product-all-items-center {
    display: flex;
    align-items: center;
    min-height: 80px;
}
#myBtnContainer .btn.active {
background: #ef002a;
color: white;
border-radius: 0;
}
#myBtnContainer .btn:nth-child(1) {
border-left: none;
}
/*#myBtnContainer .btn:nth-child(2){
border-left: none;

}*/
#myBtnContainer .btn {
border-radius: 0;
background: #fff;
border-left: 1px solid #ef002a;
font-size: 14px;
} 
.filterDiv {
display: none;
}

.show {
display: block;
}

/*.btn {
border: none;
outline: none;
padding: 5px 10px;
margin-right: 15px;
background-color: #ffffff;
cursor: pointer;
border-radius: 0;
} 
.btn:hover {
background-color: #fff0;
border-bottom: 1px solid #000;
border-radius: 0;
}

.btn.active {
background-color: #ffffff;
color: black;
}*/
.myBtnContainer_wrapper {
display: flex;
justify-content: center;
}
#myBtnContainer {
text-align: center;
/* display: inline-flex; */
justify-content: center;
gap: 0px;
margin-bottom: 10px;
border: 1px solid #ef002a;
margin-top: 10px;
display: flex;
flex-wrap: nowrap;
overflow-y: hidden;
overflow-x: auto;
}
.right-side-bar {
padding-left: 0;
padding-right: 0;
height: 520px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
outline: none;
outline: none;
outline-offset: -2px;
}
.product-add-btn-main {
border: 1px solid #ef002a;
/* height: 30px; */
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
padding: 3px 6px;
cursor: pointer;
background: #ef002a;
}
.product-add-btn-main a {
color: #fff;
cursor: pointer;
}
.product-add-btn-main a:hover {
color: #fff;
}
.product-add-btn-main i {
margin-right: 5px;
font-size: 12px;
font-weight: 100;
}
.selected-total-product-main {
padding-top: 15px;
border-left: 1px solid #ddd;
height: 100%;
}
.product-count-wrap {
display: flex;
align-items: center;
}
.select-product-count {
display: flex;
align-items: center;
justify-content: start;
padding: 0 10px;
line-height: 1.2;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.total-amount-cart {
display: flex;
align-items: center;
justify-content: end;
}
.side_right_product_name .attr-product .product-add-btn-main {
padding: 3px;
font-size: 10px;
}
.side_right_product_name .attr-product .product-add-btn-main i {
font-size: 10px;
margin-right: 0;
padding: 5px;
}
.side_right_product_name .attr-product .product-amount h3 {
font-size: 12px;
}

.select-product-count h4 {
font-size: 15px;
}
.select-product-count .product-btn-count {
border: 1px solid #ed1d24;
text-align: center;
height: 25px;
width: 25px;
display: -webkit-flex;
display: flex;
border-radius: 50%;
justify-content: center;
align-items: center;
font-size: 10px;
padding: 7px;
margin-bottom: 0;
margin-left: 5px;
line-height: normal;
color: #fff;
margin-right: 5px;
background-color: #ed1d24;
}
.select-product-count span {
font-size: 10px;
color: red;
}
.center_box {
/* max-height: 400px; */
max-height: 100%;
overflow-x: hidden;
overflow-y: auto;
border-radius: 2px;
max-height: 430px;
}
.article_item {
list-style: none;
padding-bottom: 15px;
margin: 0;
padding-left: 0;
}
.article_item li {
display: block;
padding: 18px 15px;
font-size: 13px;
/* border-bottom: 1px solid #ddd; */
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 10px 10px 10px 0px;
}
.article_item li a {
display: block;
justify-content: space-between;
color: #666;
}
.article_item li span {
display: inline-block;
vertical-align: middle;
}
.article_item li span strong {
display: block;
font-size: 15px;
margin-bottom: 0px;
font-weight: 700;
color: #333;
margin-left: 20px;
font-family: Manrope, sans-serif;
}
.article_item li span {
display: inline-block;
vertical-align: middle;
}
.total-count-pro-artical {
border: 1px solid #ed1d24;
padding: 0px 0px;
line-height: 18px;
text-align: center;
height: 22px;
color: #fff;
font-size: 11px;
width: 22px;
border-radius: 50%;
margin-left: 5px;
background-color: #ed1d24;
}
.article_item-custom-order {
}
.article_item-custom-order li {
display: block;
font-size: 13px;
background-color: #fff;
/* border-bottom: 1px solid #ddd; */
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 10px 10px;
border: 1px solid #ddd;
margin: 5px 5px;
border-radius: 6px;
}
.article_item li .art_count {
display: inline-block;
vertical-align: middle;
font-size: 11px;
color: #fff;
font-weight: 500;
}
.article_item li span span {
display: block;
}
.article_item li span {
display: inline-block;
vertical-align: middle;
}
.artical-item-added {
color: #ee1c25;
text-transform: uppercase;
font-size: 9px;
}
.article_item ul {
border-bottom: 1px solid #ddd;
}
.article_item li {
display: block;
padding: 18px 15px;
font-size: 13px;
padding: 8px 10px;
/* border-bottom: 1px solid #ddd; */
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 10px 0px 10px 0px;
}
.artical-pro-title-incre {
/* background-color: #f5f5f7; */
/* display: flex; */
padding: 0px 0px;
border-radius: 0px;
}
.d-flex {
display: flex !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.article_item li span {
display: inline-block;
vertical-align: middle;
}
.artical-pro-title-incre .brand_img img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
.inner-page p {
color: #1d1d1f;
padding-bottom: 0px;
margin: 0;
line-height: 1.2;
font-family: Manrope, sans-serif;
}
.attr-product-custom-order {
display: inline-block;
vertical-align: middle;
min-width: 38%;
margin-left: 0px;
margin-top: auto;
margin-bottom: auto;
}
.info-qty-custom-order {
/* border: 1px solid #e8e8e8; */
display: inline-block;
height: 30px;
line-height: 28px;
max-width: 70px;
padding: 0px 22px 0px 26px;
position: relative;
text-align: center;
}
.info-qty-custom-order .qty-down {
/* border-right: 1px solid #e8e8e8 !important; */
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
/* width: 35px; */
padding: 0px 0px 0px 15px;
background: #f2f3f500;
border: none;
color: #46494c;
font-size: 18px;
}
.info-qty-custom-order .qty-val {
display: block;
padding: 0 0px;
width: 100%;
/* border: 1px solid #e8e8e8; */
}
.article_item-custom-order li span {
display: inline-block;
vertical-align: middle;
/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
padding: 0px;
height: 80px;
width: 100%;
overflow: hidden;
border-radius: 6px;
}
.info-qty-custom-order .qty-val input {
border: 1px solid #b5b5b5;
line-height: normal;
text-align: center;
background-color: #ff000000;
width: 25px;
border-radius: 5px;
padding: 3px;
font-size: 12px;
}
.info-qty-custom-order .qty-up {
/* border-left: 1px solid #e8e8e8 !important; */
/* height: 100%; */
position: absolute;
right: 0;
top: 0;
/* width: 35px; */
background: #f2f3f500;
border: none;
color: #46494c;
font-size: 14px;
padding: 0px 7px;
}
.article_item-custom-order li a {
display: block;
justify-content: space-between;
color: #666;
}
.artical-right-side-pro-title {
font-size: 13px;
line-height: 1.2;
padding: 0;
}
.side_right_product_name {
padding-left: 0px;
}
.side_right_product_name .attr-product .product-add-btn-main .product-add-btn {
color: #fff !important;
}
/* Pagination */

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

.pagination {
display: block;
text-align: right;
}

.pagination {
display: inline-block;
padding-left: 0;
margin: 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.active {
background-color: #ff432b;
border-radius: 3px;
border: 1px solid #ea250c;
color: #fff;
}

.pagination-setup .pagination ul li a {
margin: 0 3px;
padding: 6px 13px;
color: #55555a;
display: block;
border-radius: 3px;
border: 1px solid #ccc;
}

.pagination-setup .pagination a:hover {
background-color: #d2d2d2;
}


.btn-link-default:hover {
background: #2b2a8e;
color: #fff;
box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.home-search-form .btn-link-default {
background: #f2812800 none repeat scroll 0 0;
font-size: 12px;
color: #ef1c26;
font-weight: 400;
height: 37px;
line-height: 32px;
padding: 0px 5px;
border-radius: 4px;
text-transform: capitalize;
min-width: 40px;
text-align: center;
border: 1px solid #ef1c26;
margin-bottom: 6px;
}
.btn-link-default:hover {
background: #ef1c26;
color: #fff;
box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.current_page {
background: #2b2a8e;
color: #fff !important;
}
.txttransf {
text-transform: capitalize;
}
.rightsidemenuDv {
background: #fff;
box-shadow: 0px 0px 1px 0px #aaa;
border-radius: 2px;
margin-top: 1%;
}
.adtab-detail h2 i {
padding-right: 6px;
font-size: 14px;
}
.bt-loadmore:hover {
background: #ef1c26;
/* box-shadow: 0px 1px 2px 0px #000; */
}
.bt-loadmore {
min-width: 130px;
color: #fff;
background: #ef1c26;
font-size: 14px;
font-weight: 600;
text-align: center;
}
.bt-radius,
.bt-radius span {
border-radius: 4px;
}
.customer_details {
position: relative;
}
.customer_details .address_box {
border: 1px dashed #ddd;
padding: 5px;
height: auto;
}
.customer_details .address_dtls_box {
border: 1px solid #ddd;
height: auto;
}
.address_box p:nth-child(odd) {
background: #fcfdff;
}
.address_box p {
margin-bottom: 0;
font-size: 13px;
display: flex;
line-height: 16px;
padding: 3px;
}
.address_box strong {
font-weight: 600;
padding-right: 5px;
}
.pad-lft0 {
padding-left: 0 !important;
}
.rt_box.address_box p {
margin-bottom: 2px;
}
.form-contact,
.mt10 {
margin-top: 10px !important;
padding: 0 3%;
}
.hlt_txt {
color: #0077bd;
font-size: 13px;
margin: 4px 0;
}
.hlt_txt span {
display: inline-block;
vertical-align: middle;
}
.link_box {
display: flex;
align-items: center;
padding: 5px 10px 6px;
margin-bottom: 10px;
list-style: none;
background: #fafcff;
}
.link_box li {
display: inline-block;
vertical-align: middle;
padding-right: 12px;
margin-right: 12px;
border-right: 1px dashed #ccc;
line-height: 1;
}
.link_box li a {
display: flex;
align-items: center;
color: #555;
font-size: 13px;
cursor: pointer;
font-weight: 500;
}
.link_box li a i {
padding-right: 5px;
color: #0077bd;
font-size: 14px;
}
.table_view {
border: 1px solid #e8e8e8;
padding: 5px;
}
.table_box {
position: relative;
}
.company_details {
position: relative;
}
.customer_details {
position: relative;
}
.table_box .content {
margin-bottom: 15px;
}
.table_box .contentdtls h5 {
font-size: 14px;
font-weight: 600;
margin-bottom: 5px;
}
.table_box .content p {
font-size: 13px;
margin-bottom: 0;
}
.quote_hding {
color: #f40202;
display: inline-block;
padding: 4px 12px 7px;
border-radius: 2px;
font-size: 18px;
font-weight: 500;
width: fit-content;
}
.quote_txtp {
color: #333;
font-size: 13px;
margin: 0;
height: 30px;
border-right: 1px solid #e5e5e5;
padding: 0px 5px;
line-height: 30px;
overflow: hidden;
width: 50%;
}
.quote_txtrght {
color: #333;
font-size: 13px;
margin: 0;
height: 30px;
padding: 0px 5px;
line-height: 30px;
overflow: hidden;
width: 50%;
}
.quote_txt {
background: #0f79bb;
color: #fff;
display: inline-block;
padding: 4px 12px 7px;
border-radius: 2px;
font-size: 16px;
font-weight: 700;
margin-bottom: 5px;
width: fit-content;
}
.stmnhdingbdr {
text-align: center;
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%
);
}
.company_details .clogo {
display: block;
}
.company_details .clogo img {
width: 100%;
}
.company_details .quot_comp_address_box {
text-align: right;
float: right;
}

.company_details .address_box {
border-left: 1px solid #eee;
padding-left: 12px;
margin-left: -15px;
}
.company_details h5 {
margin: 2px 0 2px;
font-size: 17px;
font-weight: 700;
color: #0f79bb;
text-transform: uppercase;
}
.address_box {
padding-left: 28px;
width: 100%;
}

.paddingright {
padding-right: 2px;
}
.paddingleft {
padding-left: 2px;
}
.padding5pc {
padding: 5px;
}
.padding5pc-custom {
padding-right: 5px;
padding-left: 5px;
}
.rightsidemenuDv {
background: #fff;
box-shadow: 0px 0px 1px 0px #aaa;
border-radius: 2px;
margin-top: 1%;
}
.stheadingdv h2 {
margin: 0;
padding-top: 7px;
padding-bottom: 7px;
font-size: 14px;
color: #c06523;
text-transform: capitalize;
position: relative;
}
.adglbitemmstdv .ui-front {
z-index: 99999;
}
.stborder-bottom {
border-bottom: 1px solid #e8e8e8;
}
.stborder-right {
border-right: 1px solid #e8e8e8;
}
.stborder-left {
border-left: 1px solid #e8e8e8;
}
.stprodimgquot img {
width: 38px;
}
.stmardtls {
display: block !important;
line-height: 40px !important;
text-align: center;
}
.commnpgdshbrdboxwidth {
width: 100%;
margin-bottom: 10px;
}
.box-bg-inner-page.flex_box_inner_page {
border-radius: 6px;
padding: 10px 0;
border: 1px solid #0000002d;
/* margin-bottom: 8px; */
box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
-webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
.box-bg-inner-page {
background: linear-gradient(to right, rgb(255 255 255), rgb(255 255 255 / 50%));
position: relative;
margin-bottom: 6px;
box-shadow: 0px 0px 2px 0px #ccc;
}
.flex_box_inner_page {
display: flex;
align-items: center;
}


.report-box-inner-page {
padding: 10px 10px;
}
.report-box-inner-page {
position: relative;
padding: 0px 15px;
}
.report-box-inner-page p {
margin: 0;
padding: 0;
text-align: left;
line-height: normal;
margin: 2px 0;
font-size: 14px;
font-weight: 500;
color: #3a3a3a;
}
.report-icon-inner-page i {
font-size: 20px;
}

.report-box-inner-page .desc {
display: flex;
align-items: center;
gap: 10px;
margin-top: 10px;
}
.report-box-inner-page .desc i {
color: #48bd44;
}
.report-box-inner-page .desc i.fa-arrow-trend-down {
color: red;
}
.report-box-inner-page .desc h4 {
font-size: 12px;
font-weight: 300;
}
.report-box-inner-page p.cont-inner-page,
.report-box1-inner-page p.cont-inner-page {
font-size: 24px;
font-weight: 600
}
.cont-inner-page {
margin-top: 0px;
padding-bottom: 100px;
}
/* 
.bg1-inner-page {
background: #0170be !important;
}
.bg2-inner-page {
background: #01af4d !important;
}
.bg3-inner-page {
background: #6c28a0 !important;
}
.bg4-inner-page {
background: #ed3537 !important;
}
.bg5-inner-page {
background: #02247d !important;
}
.bg6-inner-page {
background: #e6bf00 !important;
} 
*/
.note_box_custom_inner {
margin-right: 0;
margin-left: 0;
}
.showalltext {
height: 38px !important;
line-height: normal !important;
text-align: left;
padding: 5px 5px !important;
}
.resettextfont {
font-size: 12px !important;
}
.textcenter {
text-align: center !important;
}
.box-bg.flex_box {
/*display: block;*/
text-align: center;
/*  padding-top: 15px;
padding-bottom: 10px;
border: 1px solid #b3d0e9;*/
border-radius: 4px;
background: #f9f9ff;
}
.report-icon {
width: 64px;
height: 64px;
margin: 0 auto;
font-size: 30px;
border-radius: 4px;
}
.report-box p {
text-align: center;
margin: 0;
}
#accordionSingleOpen:hover {
box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
-webkit-box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
}
#accordionSingleOpentwo:hover {
box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
-webkit-box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
}
#accordionSingleOpenthree:hover {
box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
-webkit-box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
}
.box-bg {
background: #fff;
position: relative;
box-shadow: 0px 0px 2px 0px #ccc;
}
.flex_box {
display: flex;
align-items: center;
}
.report-icon {
background: #d1152d;
align-items: center;
display: flex;
/* position: absolute; */
justify-content: center;
color: #fff;
border-radius: 4px;
box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
width: 70px;
height: 70px;
position: relative;
top: auto;
left: auto;
margin: 0;
font-size: 36px;
box-shadow: none;
border-radius: 4px 0px 0px 4px;
}

.report-box {
padding: 10px 10px;
}
.report-box {
position: relative;
padding: 0px 15px;
}
.report-box p {
margin: 0;
padding: 0;
text-align: left;
line-height: normal;
margin: 2px 0;
}
.report-box p.cont,
.report-box1 p.cont {
font-size: 18px;
font-weight: 700;
}
.cont {
margin-top: 0px;
padding-bottom: 100px;
}
.bg1 {
background: #0170be !important;
}
.bg2 {
background: #01af4d !important;
}
.bg3 {
background: #6c28a0 !important;
}
.bg4 {
background: #ed3537 !important;
}
.bg5 {
background: #02247d !important;
}
.btn-absent-danger {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
padding: 15px 10px;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.btn-absent-danger span {
background-color: #d1152d;
color: #fff;
font-weight: 600;
display: inline;
padding: 0.6em 1em 0.6em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25em;
}
.margin-t-20 {
margin-top: 20px;
}
.notification-inner-dashboard {
}
.notification-inner-dashboard h4 {
font-size: 12px;
}
.notification-inner-dashboard hover {
box-shadow: none;
}
.notification-inner-dashboard a {
padding: 3px 3px;
background-color: #fff;
}
.panel-group-inner {
margin-bottom: 5px;
}
.dashboard-link-text {
}
.dashboard-link-text p {
text-align: center;
padding-bottom: 0;
}
.dashboard-status-tab {
display: flex;
justify-content: start;
align-items: center;
}
.dashboard-status-tab p {
padding-bottom: 0;
}
.dashboard-status-tab ul li a:after {
content: "" !important;
float: right;
}
.dashboard-status-tab ul .active {
border-top: 2px solid red;
border-radius: 5px;
margin-right: 2px;
margin-left: 2px;
}
.dashboard-status-tab ul li a {
background-color: #fff;
margin-right: -1px;
border-bottom: none;
margin-bottom: -4px;
}
.dashboard-status-tab ul li a:hover {
background-color: #fff;
}

.panel-title {
font-size: 15px;
font-weight: 400;
}
.joinus_bg {
/* background: linear-gradient(rgba(255,255,255,.95), rgba(255,255,255,.9), rgba(255,255,255,.9), rgba(255,255,255,.95)), url(../images/background_for_cheese_shop.jpg); */
background: url(../images/background_for_cheese_shop.jpg);
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
min-height: 100%;
padding-top: 5px;
padding-bottom: 5px;
width: 100%;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
}
.login-form .copyright {
background: #f1f0f5;
color: #333;
font-size: 12px;
padding: 12px 0;
}
.thanks_checked_icon {
display: block;
text-align: center;
}
.thanks_checked_icon img {
max-width: 80px;
}
.copy {
text-align: center;
text-transform: capitalize;
}
.linktxt p {
font-size: 12px;
line-height: 1.3;
}
.linktxt a {
color: #2e3790;
font-size: 12px;
}
.rightsidemenuDv {
background: #fff;
box-shadow: 0px 0px 1px 0px #aaa;
border-radius: 2px;
margin-top: 1%;
}
.stheadingdv {
position: relative;
background: #f8f9fa;
padding: 0 0px;
}

.rightsidemenutpDv {
background: #fff;
box-shadow: 0px 0px 1px 0px #aaa;
border-radius: 2px;
}
.paddingrightleft {
padding-left: 3px;
padding-right: 3px;
}
.paddingright-10 {
padding-right: 10px;
}
.paddingleft-10 {
padding-left: 10px;
}

.paddingright {
padding-right: 2px;
}
.paddingleft {
padding-left: 2px;
}

.search-refresh-btn {
display: flex;
}

.order-cart-menu {
padding: 15px 0;
}
.order-cart-menu ul {
}
.order-cart-menu li {
padding: 10px 0px 10px 10px;
}
.order-cart-menu li:hover {
background-color: #ffc5c5;
color: #fff;
}
.order-cart-menu li img {
width: 30px;
margin-right: 10px;
}
.order-cart-menu a {
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
}

.radios.brand_steps {
margin-top: 5px;
margin-bottom: 0px;
max-height: 550px;
overflow-y: auto;
padding-left: 0px;
padding-right: 0px;
margin-right: 0px;
margin-left: 0;
}
.radios {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.marg-05 {
margin-left: -5px;
margin-right: -5px;
}
.mbt20 {
margin-bottom: 20px;
}
.pad10 {
padding-left: 10px;
padding-right: 10px;
}

.filterDiv {
display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
display: block;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.total-amount-cart {
padding: 10px 15px 10px;
border: 1px solid #ddd;
border-bottom: none;
margin: 0 0px;
border-radius: 0px;
position: fixed;
bottom: 50px;
right: 0;
width: 29%;
background-color: #fff;
}
.total-amount-cart h4 {
margin-right: 10px;
}
.total-amount-cart p {
background-color: #ed002c;
color: #fff;
padding: 2px 8px;
border-radius: 5px;
}
.total-amount-cart i {
}
.wc-proceed-to-checkout {
position: fixed;
bottom: 0;
right: 0;
z-index: 9999;
width: 29%;
border: 1px solid #ed1c24;
}
.checkout-button {
background: #ed1c24 none repeat scroll 0 0;
color: #fff;
display: block;
border-radius: 0px;
height: 50px;
line-height: 40px;
margin: 0px 0;
padding: 7px 30px;
width: 100%;
font-size: 14px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.checkout-button:hover,
.checkout-button:focus {
background-color: #ed1c24;
color: #fff;
}
.feature-box-style-custom-order {
box-shadow: none;
}
.add-order-search-box-custom {
position: relative;
}
.add-order-search-box-custom span {
position: absolute;
top: 10px;
right: 15px;
}
.add-order-search-box-custom i {
color: #b1b1b1;
}
.order-customer-details-main {
border: 1px dashed #ddd;
border-top: none;
padding: 0px 0;
margin-bottom: 0px;
margin-top: 0px;
}
.storderpbottom {
border-bottom: 1px dashed #ddd;
}
.order-customer-details-main p {
font-size: 14px;
font-weight: 600;
padding: 5px 15px;
}
.order-customer-details-main p:last-child {
border-bottom: none;
}
.order-customer-details-main span {
margin-left: 10px;
font-weight: 400;
}
.order-add-name-gst {
display: flex;
justify-content: start;
}
.order-gst-bdr {
border-left: 1px dashed #ddd !important;
}

.file-drop-area {
position: relative;
display: flex;
align-items: center;
width: 100%;
max-width: 100%;
padding: 10px;
border: 1px dashed rgb(0 0 0 / 40%);
border-radius: 3px;
transition: 0.2s;
}
.file-drop-area.is-active {
background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
flex-shrink: 0;
background-color: rgb(0 0 0 / 4%);
border: 1px solid rgb(0 0 0 / 10%);
border-radius: 3px;
padding: 3px 10px;
margin-right: 10px;
font-size: 12px;
text-transform: uppercase;
}

.file-msg {
font-size: small;
font-weight: 300;
line-height: 1.4;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.file-input {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
cursor: pointer;
opacity: 0;
}
.file-input:focus {
outline: none;
}
.document-name-custom {
margin-top: 10px;
font-weight: 600;
}
.document-upload-title {
/* background-color: #ddd; */
padding: 5px 0px;
margin-top: 20px;
font-size: 14px;
}
.file-uploaded p {
padding: 0;
color: #109b27;
}

.user-dashboard-main-image img {
width: 10%;
margin: 0 auto;
display: block;
}
.user-dashboard-main-image h3 {
text-align: center;
color: #242424;
margin-top: 15px;
font-size: 18px;
}

.user-dashboard-main-image p {
text-align: center;
color: #3c3c3c;
}
.margin-t-20 {
margin-top: 20px;
}
.box-bg.flex_box {
/*border-radius: 4px;
border: none;
margin-bottom: 15px;
box-shadow: 0 0 30px 0 rgb(231 231 231);
-webkit-box-shadow: 0 0 30px 0 rgb(231 231 231);
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;*/
border-radius: 7px;
margin-bottom: 8px;
-webkit-box-shadow: none;
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
/* background: linear-gradient(to top, #ffffff, #ffffff); */
background-color: #fff;
box-shadow: 0px 0px 7px 0px rgb(213 213 213 / 74%);
min-height: 100%;
padding: 15px 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.box-bg {
background: #fff;
position: relative;
box-shadow: 0px 0px 2px 0px #ccc;
}
.flex_box {
display: flex;
align-items: center;
}
.report-icon {
/*background: #d1152d; */
/* align-items: center; */
/* display: flex; */
/* position: absolute; */
/* justify-content: center; */
/* color: #fff; */
/* border-radius: 4px; */
/* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
/* width: 25%; */
/* height: 90px; */
/* position: relative; */
/* top: auto; */
/* left: auto; */
/* margin: 0; */
/* font-size: 36px; */
/* box-shadow: none; */
/* border-radius: 7px 0 0 7px; */
/* background: linear-gradient(to top, #c1c1c1, #f7f7f7); */
width: 40px;
height: 40px;
margin: 0 auto;
font-size: 50px;
border-radius: 4px;
background-color: #fff0;
}
.report-box {
position: relative;
padding: 0px 15px;
width: 75%;
}
.report-box p {
margin: 0;
padding: 0;
text-align: center;
line-height: normal;
margin: 2px 0;
}
.report-box p.cont,
.report-box1 p.cont {
font-size: 18px;
font-weight: 700;
}
.bg1 {
/*    background: #0170be !important;*/
background: linear-gradient(to top, #c1c1c100, #c1c1c100) !important;
}
.bg2 {
/*    background: #01af4d !important;*/
background: linear-gradient(to top, #c1c1c100, #c1c1c100) !important;
}
.bg3 {
/*    background: #6c28a0 !important;*/
background: linear-gradient(to top, #c1c1c100, #c1c1c100) !important;
}
.bg6 {
/*    background: #005568 !important;*/
background: linear-gradient(to top, #c1c1c100, #c1c1c100) !important;
}
.bg8 {
/*    background: #ff00d4e6 !important;*/
background: linear-gradient(to top, #c1c1c100, #c1c1c100) !important;
}
.box-bg.flex_box:hover {
box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
-webkit-box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
}
.customer-desktop-margin-0 {
margin: 0;
}
.report-icon img {
width: 40px;
height: 40px;
fill: #fff;
}
.dashboard-box-img path {
fill: #fff;
}
.add-order-refresh-btn {
position: relative;
text-align: right;
}
.add-order-refresh-btn a {
background-color: red;
padding: 5px 7px;
color: #fff;
position: absolute;
right: 0;
top: 0px;
}
.add-order-refresh-btn i {
}
.upcoming-enq-custom-no-data {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
/*border: 1px dashed #ddd;*/
margin-top: 100px;
}
.upcoming-enq-custom-no-data p {
text-align: center;
padding: 0;
border: none;
padding: 30px 0;
}
.upcoming-enq-custom-no-data img {
width: 50%;
}
.upcoming-enq-custom-no-data span {
display: block;
font-size: 18px;
margin-top: 20px;
}
.cart-data-mobile-view {
display: none;
}
.mobile-view-data-custom {
position: relative;
overflow-x: hidden;
overflow-y: auto;
display: block !important;
}
.order-card-cus-btn {
display: block !important;
}
.order-col-pding-right-0 {
padding-right: 0;
}
.search-dropdown-custom-mng {
position: relative;
background-color: #ef1c26;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
cursor: pointer;
height: 38px;
width: 40px;
color: #fff;
font-size: 16px;
}
.search-dropdown-custom-mng i {
color: #fff;
}
.padding-leftright15 {
padding: 10px 15px 0 !important;
}
/* .top-boxes-custom-pding {
padding: 0.2%;
} */
.custom-bg-gray {
background-color: #f5fffa;
}
.report-icon i {
color: #e70b0b;
font-weight: 100;
font-size: 40px;
}
.feature-box-custom {
margin-left: -10px;
margin-right: -10px;
}
.fntnwgtsty {
display: flex;
align-items: center;
justify-content: center;
margin-left: 20px;
}

/*custom-popup*/
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.9;
z-index: 9999;
}
.cnt223 a {
text-decoration: none;
}
.popup-onload {
width: 75%;
margin: 0 auto;
/*display: none;*/
position: fixed;
z-index: 99999;
top: 100px;
left: auto;
overflow: auto;
height: 80%;
}
.cnt223 {
min-width: 100%;
width: 100%;
min-height: 500px;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 15px 15px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p {
clear: both;
text-align: justify;
padding: 0;
}
.cnt223 p a {
color: #d91900;
font-weight: bold;
}
.cnt223 .x {
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover {
cursor: pointer;
}
.close-btn-popup-cus {
}
.close-btn-popup-cus i {
}

/*popup-tab-cus*/
.tabs-left {
border-bottom: none;
border-right: 1px solid #ddd;
min-height: 470px;
}

.tabs-left > li {
float: none;
margin: 0px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
border-bottom-color: #ddd;
border-right-color: transparent;
background: #f41f23;
border: none;
border-radius: 0px;
margin: 0px;
color: #fff;
font-size: 14px;
font-weight: 600;
}
.nav-tabs > li > a:hover {
/* margin-right: 2px; */
line-height: 1.42857143;
border: 1px solid transparent;
/* border-radius: 4px 4px 0 0; */
color: #f41f23;
}
.tabs-left > li.active > a::after {
content: "";
position: absolute;
top: 10px;
right: -10px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #f41f23;
display: block;
width: 0;
}
.document-upload-title-custom-popup {
margin-top: 10px;
}

.pd-r-0 {
padding-right: 0px;
}
.rjd-login-form-cus {
text-align: center;
}
.login-form-rjd {
position: relative;
margin-top: 0%;
width: 100%;
background: #fff;
/* box-shadow: 0 17px 50px 0 rgba(11,20,26,.19), 0 12px 15px 0 rgba(11,20,26,.24); */
/*box-shadow: 0 17px 50px 0 rgba(11, 20, 26, 0.19),
0 12px 15px 0 rgba(11, 20, 26, 0.24);*/
border: 1px solid #ddd;
border-radius: 6px;
padding: 30px 30px;
background-color: #fff;
}
.rjd-login-logo {
width: 30%;
margin: 0 auto 10px;
}
.rjd-login-logo img {
width: 100%;
height: auto;
}
.rjd-login-title {
}
.rjd-login-title h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 5px;
color: #000;
}
.rjd-login-title p {
font-size: 12px;
line-height: 1.4;
padding: 0;
}
.rjd-login-textbox-cus {
margin-bottom: 20px;
position: relative;
padding: 0;
}
.rjd-login-textbox-cus .form-control {
display: block;
width: 100%;
height: 44px;
padding: 0.65rem 0rem 0.65rem 2.5rem;
font-size: 12px;
font-weight: 400;
line-height: 1.5;
color: #555;
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;
}
.error {
position: absolute;
font-size: 11px;
left: 14px;
bottom: -17px;
}
.error-cus {
position: absolute;
font-size: 11px;
left: 5px;
bottom: -15px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 95%;
color: #e5000b;
}
.errMsg {
position: absolute;
font-size: 11px;
left: 5px;
bottom: -15px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 95%;
color: #e5000b;
}
.errormsg {
position: absolute;
font-size: 11px;
left: 5px;
bottom: -15px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 95%;
color: #e5000b;
}
.btn-submit-form-rjd-login {
border-radius: 4px;
margin: 10px 0;
}
.btn-submit-form-rjd-login:hover {
background: #e70b0b;
}
.login-form-rjd form {
padding: 0;
}
.forget-text {
margin-left: 0px;
cursor: pointer;
}
.forget-text a {
font-size: 12px;
}
.rjd-login-textbox-cus img {
position: absolute;
top: 14px;
left: 20px;
width: 15px;
filter: invert(45%) sepia(60%) saturate(3%) hue-rotate(100deg) brightness(96%)
contrast(93%);
}
.rjd-login-textbox-cus-num {
margin-bottom: 20px;
position: relative;
padding: 0;
}
.rjd-login-textbox-cus-num img {
position: absolute;
top: 11px;
left: 20px;
width: 22px;
filter: invert(45%) sepia(60%) saturate(3%) hue-rotate(100deg) brightness(96%)
contrast(93%);
}

.rjd-login-textbox-cus-num .form-control {
display: block;
width: 100%;
height: 44px;
padding: 0.65rem 0rem 0.65rem 3rem;
font-size: 12px;
margin-bottom: 6px;
font-weight: 400;
line-height: 1.5;
color: #555;
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;
}
.linktxt-cus {
}
.linktxt-cus p {
font-size: 13px;
padding: 0;
}
.linktxt-cus a {
font-size: 13px;
font-weight: 600;
}
.forget-desc-cus {
margin-bottom: 15px;
}
.pad_box1_cus {
padding: 0;
}
.center-all-content-cus {
display: flex;
align-items: center;
justify-content: center;
}
.order-customer-details-main-view-cus {
border-top: 1px dashed #ddd;
}
.total-amount-cart-view-cus {
border-bottom: 1px solid #ddd;
}
.inventry-details-img-table {
width: 100%;
height: auto;
}
.inventry-details-img-table img {
width: 50%;
height: auto;
margin: 0 auto;
}
.profile-cus-btn {
margin-top: 20px;
}
.thanku-cus {
}
.thanku-cus h3 {
font-size: 22px;
line-height: 1.5;
margin-bottom: 5px;
}
.thanku-cus p {
font-size: 14px;
line-height: 1.5;
padding: 0;
}
.search-dropdown-custom-mng-without-newbtn {
position: initial;
right: 210px;
top: 2px;
left: auto;
background-color: red;
height: 35px;
width: 35px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
cursor: pointer;
margin-top: 2px;
}

.stsrchicn {
float: right !important;
right: 10px;
}
.uploaded-msg-icons {
display: flex;
align-items: center;
justify-content: space-between;
}
.file-uploaded-icons {
}
.file-uploaded-icons a {
margin: 0;
margin-right: 5px;
border-radius: 5px;
line-height: 0;
}
.file-uploaded-icons i {
margin: 0;
line-height: 0;
font-size: 14px;
background-color: red;
padding: 10px 5px;
color: #fff;
border-radius: 5px;
}
.product-buy-unit {
color: #ed1c24;
display: block;
line-height: 1.4;
}
.product-buy-unit>strong{
	color: #000;
}
.my-profile-cus {
/* box-shadow: 0 0 30px 0 rgb(82 63 105 / 10%);
-webkit-box-shadow: 0 0 30px 1px rgb(82 63 105 / 10%) !important; */
padding: 30px 60px;
margin-top: 50px;
}
.backtologin {
margin-top: 10px;
}
.backtologin a {
border: 1px dashed #ddd;
padding: 5px 10px;
}
/* FEATURES*/
.create-user-select-check {
display: flex;
align-items: center;
justify-content: start;
width: 100%;
margin-bottom: 5px; 
}
.create-user-select-check label{
color: #0b05ff;
}
.create-user-select-check.sub-permission{
margin-left: 20px;
}
.create-user-select-check.sub-permission label{
color: #089800;
}
.create-user-select-check span {
font-size: 16px;
font-weight: 500;
}
.create-user-select-check input {
width: 4%;
margin: 0;
padding: 0;
}
.category-view-edit-ect-create-user {
display: flex;
align-items: center;
justify-content: start;
width: 100%;
margin-bottom: 15px;
margin-left: 22px;
}
.create-user-check-items {
display: flex;
align-items: center;
justify-content: start;
width: 90px;
}
.create-user-check-items input {
width: 25%;
margin: 0;
}
#otptimermsg {
text-align: center;
}
.article_item-custom-order li span strong {
display: block;
font-size: 15px;
margin-bottom: 0px;
font-weight: 700;
color: #333;
margin-left: 20px;
font-family: Manrope, sans-serif;
}
.table-search-box-padding-cus {
padding: 0 5px;
}
.dashboard-date-wise-cus .form-control{
margin-bottom: 0;
font-size: 13px;
}
.relative {
position: relative;
}
.form-control {
margin-bottom: 15px;
}
.home-search-form .form-control {
margin-bottom: 6px;
font-size: 13px;
}
.custom-dashboard-boxes {
padding: 0px 0;
margin-bottom: 0px;
}

.custom-dashboard-boxes .bg-dash-boxes {
margin-bottom: 20px;
position: relative;
overflow: hidden;
margin-top: 10px;
background-color: #fff;
padding: 10px;
}
.dashboard-box-cus-row-2 {
margin-top: 30px;
align-items: center;
}
.justify-between {
justify-content: space-between;
}

.bg-dash-boxes-rows-2 .box-icon-right-bottm {
position: absolute;
top: -20px;
right: -10px;
overflow: hidden;
}

.row-2-box-1 .box-icon-right-bottm i {
transform: rotate(44deg);
}
.bg-dash-boxes-rows-2 .box-icon-right-bottm i {
color: #1d6183;
}
.box-icon-right-bottm i {
color: #e5e5e5;
font-size: 65px;
overflow: hidden;
}

/* .table-custom tr th:first-child {
border-radius: 12px 0 0 0;
} */
.table-custom tr th {
background-color: #f3f4f7;
padding-bottom: 10px !important;
padding-top: 10px !important;
font-size: 12px;
font-weight: 500;
color: #333;
line-height: 1.2;
vertical-align: middle;
}
.table-custom tbody tr {
border-bottom: 1px solid #e2e8f0;
}
.table-custom span {
font-size: 12px;
line-height: 1.2;
color: #444;
transition: all 0.3s ease;
}
.table-custom td {
font-size: 12px;
line-height: 1.2;
color: #444;
vertical-align: middle;
transition: all 0.3s ease;

}
.unconfirmed {
color: #ff9800;
background-color: rgb(255 152 0 / 15%);
align-items: center;
border-radius: 0.25rem;
display: inline-flex;
font-size: 1rem;
font-weight: 500;
justify-content: center;
letter-spacing: 0.025em;
line-height: 1rem;
line-height: 1;
padding: 0.375rem 0.5rem;
transition-duration: 0.2s;
transition-property: all;
vertical-align: baseline;
}
.completed {
color: #10b981;
background-color: rgb(16 185 127 / 15%);
align-items: center;
border-radius: 0.25rem;
display: inline-flex;
font-size: 1rem;
font-weight: 500;
justify-content: center;
letter-spacing: 0.025em;
line-height: 1rem;
line-height: 1;
padding: 0.375rem 0.5rem;
transition-duration: 0.2s;
transition-property: all;
vertical-align: baseline;
}
.paid-amout-dash-table {
color: #10b981;
font-size: 14px;
font-weight: 500;
}
.paid-amout-dash-table i {
color: #10b981;
font-size: 10px;
}
.not-paid-amout-dash-table {
color: #ff5724;
font-size: 14px;
font-weight: 500;
}
.not-paid-amout-dash-table i {
color: #ff5724;
font-size: 10px;
}
.table-custom tr th:last-child {
/*  border-radius: 0 12px 0 0;*/
}

.box-1-cus i {
background-color: hsl(358.17deg 77.87% 50.39% / 20%);
color: #e31e24;
font-size: 20px;
}
.dashboard-box-cus i {
background-color: #e31e24;
padding: 8px 8px;
border-radius: 8px;
color: #fff;
}
.box-2-cus i {
background-color: rgb(0 229 255 / 20%);
color: #00e5ff;
font-size: 20px;
}
.box-3-cus i {
background-color: hsl(241.41deg 100% 50% / 20%);
color: #0600ff;
font-size: 20px;
}
.box-4-cus i {
background-color: hsl(44.94deg 100% 50% / 20%);
color: #ffbf00;
font-size: 20px;
}
.dashboard-box-cus {
margin-bottom: 30px;
align-items: center;
}
.custom-text-box-icon-dashboard-search {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 2.5rem;
top: 0px;
right: 0px;
color: #ff6363;
height: 100%;
}
.custom-text-box-icon-dashboard-filter-close-btn{
	position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    background-color: #ef1c26;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.custom-text-box-icon-dashboard-filter-close-btn i{
	font-size: 12px;
    color: #fff;
}
.form-control-dashboard-search {
display: block;
width: 100%;
padding: 6px 25px 6px 10px;
height: 38px !important;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background: #fff;
background-image: none;
border: none;
border-bottom: 1px solid #ccc;
border-radius: 6px;
-webkit-box-shadow: none;
box-shadow: 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;
}
.action.dropdown {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
/*height: 40px;*/
}
.action-dashboard {
height: 40px;
}
.action-dashboard .dropdown-toggle::after {
display: none;
}
.action .dropdown-toggle {
background: none;
color: #102a83;
border: none;
display: inline-block;
font-size: 17px;
}
.filter-btn-add-new-btn {
display: flex;
align-items: center;
justify-content: end;
margin: 10px 0px;
}
.filter-btn-add-new-btn .form-control{
margin-bottom: 0;
}

.search-dropdown-custom-mng i {
color: #fff;
}
/* .box-bg-1 {
background-image: linear-gradient(to bottom right, #ffffff, #0170be);
}
.box-bg-2 {
background-image: linear-gradient(to bottom right, #ffffff, #01af4d);
}
.box-bg-3 {
background-image: linear-gradient(to bottom right, #ffffff, #6c28a0);
}
.box-bg-4 {
background-image: linear-gradient(to bottom right, #ffffff, #e6bf00);
}
.box-bg-5 {
background-image: linear-gradient(to bottom right, #ffffff, #02247d);
}
.box-bg-6 {
background-image: linear-gradient(to bottom right, #ffffff, #d1152d);
}
.box-bg-7 {
background-image: linear-gradient(to bottom right, #ffffff, #005568);
}
.box-bg-8 {
background-image: linear-gradient(to bottom right, #ffffff, #fa14d3);
} */
.panel-cus-title-cus {
display: flex;
align-items: center;
margin: 0 0px 25px;
}
.panel-cus-title-cus h3 {
margin: 0 !important;
font-size: 18px !important;
font-weight: 500 !important;
}
.panel-cus-title-cus i {
margin-right: 10px;
font-size: 18px;
background-color: #ddd;
padding: 8px 10px;
border-radius: 8px;
color: #084062;
}
.table-responsive {
overflow-x: visible;
-webkit-overflow-scrolling: touch;
}
.table-data-large-cus-main .wrap {
overflow: visible;
}
.table-data-large-cus-main .table-responsive{
overflow-x: auto;
}
.table-data-large-cus-main {
overflow-x: auto;
}
.table-data-large-cus-main .table-responsive {
overflow: visible;
}
.table-data-large-cus-main .page-wrapper {
overflow: visible;
}

/*--------------------FOR SPINNER ------------------------*/
.overlay-cus {
position: fixed;
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 80%);
display: flex;
align-items: center;
justify-content: center;
z-index: 99999;
}
.loading-spinner {
border: 5px solid #f3f3f3;
border-top: 5px solid #3498db;
border-radius: 50%;
width: 50px;
height: 50px;
animation: spin 0.7s linear infinite;
position: relative;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.notifications {
width: 100%;
max-width: 410px;
/* display: block; */
position: fixed;
top: 60px !important;
right: 0 !important;
bottom: 0px;
/* height: 100%; */
transition: transform 0.2s ease-out 0s;
-webkit-transition: transform 0.2s ease-out 0s;
overflow: hidden auto;
background: #fff;
z-index: 16;
box-shadow: 0px 1px 0px 1px #ddd;
}
.notifications-nodata{
text-align: center;
padding: 20px 0;
}
.notifications-nodata img{
width: 50%;
margin: 0 auto;
display: block;
}
.notifications-nodata p{
font-size: 16px;
}
.notifications .user-header {
background-color: #f9f9f9;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 10px;
border-bottom: 1px solid #ddd;
}
.notificarion-close-btn {
float: right;
/*width: 100%;
padding: 0;*/
}
.notificarion-close-btn .close {
color: red;
cursor: pointer;
font-size: 18px;
}
.notificarion-close-btn span {
color: red;
cursor: pointer;
font-size: 18px;
}
.eye-icon {
position: absolute;
right: 10px;
bottom: 12px;
cursor: pointer;
}
.feature-box-style-12-cus .table {
margin-bottom: 0px;
}
.nodatafound-box .nodatafound {
margin-top: 15px;
color: #999;
}
.nodatafound-box {
width: 40%;
margin: 0 auto;
}
.add_btn_box.dropdown-toggle::after {
display: none;
}

/*--------side bar---------*/
.sidebar_menu_box {
background: #F5FFFA;
margin-top: 60px;
position: fixed;
top: 0px;
bottom: 0;
left: 0;
border-right: 1px solid #e5e5e5;
width: 185px;
height: auto;
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 0px 60px 5px;
}
.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, .sidebar-menu li a:hover i {
color: #ef1c26;
}
.sidebar-menu > ul > li > a:hover, .sidebar-menu > ul > li > a.active{
background: #f8f9fa;
color: #ef1c26;
}
.sidebar-menu > ul > li.active > a:hover {
background: #f8f9fa;
color: #ef1c26;
}
.sidebar-menu > ul > li > a:hover i{background:none;}
.menu-active .sidebar-menu > ul > li > a span{display:none;}
.sidebar-menu li.active a, .sidebar-menu li.active a i {
/*background: #313091;*/
color: #ef1c26;
}
.sidebar-menu li.active ul li a i {
/*background: #313091;*/
color: #939191;
}

.sidebar-menu li.active .sub-menu li a {
/*background: #313091;*/
color: #555;
}
.sidebar-menu ul ul a.active {
color: #ef1c26;
text-decoration: none;
}
.sidebar .sidebar-menu > ul > li > a > span {
display: inline-block;
margin-left: 4px;
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: baseline;
font-size: 13px;
padding: 10px 5px;
position: relative;
line-height: 13px;
}
.sidebar-menu ul ul li.active a {
background: #ef1c26;
color: #ffffff !important;
border-radius: 6px;
}
.sidebar-menu ul ul li.active a i { 
color: #ffffff !important; 
}
.sidebar-menu ul ul li a i{
display: inline-block;
font-size: 12px;
/* line-height: 26px; */
text-align: center;
vertical-align: middle;
/* width: 26px !important; */
vertical-align: middle;
padding-left: 0;
/* background-color: rgba(0, 0, 0, .1); */
border-radius: 0px;
margin-right: 6px;    
}
.sidebar-menu ul ul li a span{padding-left:2px;}
.menu-active .sidebar-menu ul ul li a {
font-size: 11px;
padding: 5px 2px;
text-align: center;
line-height: 12px;
}
.menu-active .sidebar-menu ul ul li a span {
padding-left: 0;
padding-top: 2px;
display: block;
}
.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;
}
.sidebar-menu > ul > li:last-child {
margin-bottom: 0;
}
.sidebar-menu .menu-arrow {
display: inline-block;
font-family: 'FontAwesome';
text-rendering: auto;
font-size: 12px;
position: absolute;
right: 6px;
top: 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 .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 li.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;
justify-content: flex-start;
padding: 12px 5px;
position: relative;
color: #555;
font-size:15px;
font-weight:400;
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: 16px;
/*line-height: 40px;*/
text-align: center;
vertical-align: middle;
/*width: 40px !important;*/
vertical-align: middle;
padding-left: 0;
/*background-color: rgba(0,0,0,.1);*/
border-radius: 5px;
margin-right: 10px;
color: #939191;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.sidebar-menu li a > .badge {
color: #fff;
}

/*---------new css-----------*/
#content {
margin-left: 185px;
margin-top: 60px;
}
.dash-boxes-cus {
margin-bottom: 12px;
}
.bdr-rounded {
border-radius: 6px;
}
.bg-dash-boxes {
background-color: #f1f5f9;
border: 1px solid #dee2e6;
margin-bottom: 20px;
}
.dashboard-box-cus-row-2 p {
color: #000;
margin-bottom: 0;
font-size: 28px;
line-height: 28px;
}
.bg-dash-boxes-rows-2 p {
color: #000;
font-weight: 500;
z-index: 2;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dashboard-box-padding {
padding: 0 10px;
}
.feature-box-style-14-cus {
/*  box-shadow: 0px 0px 2px 0px #ddd;*/
border: 1px solid #ddd;
background-color: #fff;
border-radius: 6px;
padding: 15px;
overflow: hidden;
}
.table-custom{
margin-bottom: 0;
}
.list-button-circle {
padding: 15px 15px;
}
.item-blog-list {
margin-bottom: 20px;
}
.main-content {
padding-bottom: 50px; 
}
.dashboard-box-sub-title {
font-size: 14px !important;
font-weight: 500 !important;
padding: 0;
}
.dashboard-box-cus p {
color: #334155;
font-weight: 700;
font-size: 1.5rem;
line-height: 1.75rem;
padding: 0;
margin: 0px;
}
.box-icon-right-bottm {
position: absolute;
bottom: -20px;
right: -2px;
overflow: hidden;
}
.report-icon-inner-page {
background: linear-gradient(to top, rgb(255 0 0 / 50%), rgb(253 243 243));
align-items: center;
display: flex;
position: absolute;
right: 15px;
justify-content: center;
color: #ee1c26;
border-radius: 4px;
box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
width: 45px;
height: 45px;
top: auto;
left: auto;
margin: 0;
font-size: 28px;
box-shadow: none;
border-radius: 6px;
}
.box-bg-inner-page.flex_box_inner_page:hover {
box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
-webkit-box-shadow: 0 14px 24px rgb(0 0 0 / 20%);
}
.home-search-form {
width: 100%;
padding: 0;
}
.dropdown-toggle::after{
display: none;
}
.action .dropdown-menu {
text-align: left;
right: 0;
right: auto;
padding: 0;
}
.action .dropdown-menu > li > a {
cursor: pointer;
padding: 5px 5px;
font-size: 13px;
border-bottom: 1px solid #ddd;
transition: all .3s;
display: flex;
align-items: baseline;
line-height: 1.2;
}
.action .dropdown-menu > li > a i {
display: inline-block;
font-size: 10px;
line-height: 18px;
text-align: center;
vertical-align: middle;
width: 18px !important;
vertical-align: middle;
padding-left: 0;
background: #ef1c26;
color: #fff;
border-radius: 4px;
margin-right: 5px;
}
.action .dropdown-menu > li > a:hover{
background: #f0f1f4;
}
.datepicker-days th, .datepicker-days td {
font-size: 12px;
font-weight: 500;
}
.filter-btn-add-new-btn .download-btn {
width: auto;
min-width: auto;
}
.dashboard-box-padding {
padding: 0 5px;
}
.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: 10px;
}
.inner-dashboxes .card {
border: 1px solid #f0f0f0;
/*  margin-bottom: 6px;*/
margin-top: 0;
}
.bg-orange-dark {
background: #fffafa;
border: 1px solid #ddd !important;
}
.back_btn {
color: #ea3838;
border: 1px solid #ea3838;
background: transparent;
position: relative;
font-size: 14px;
font-weight: 500;
padding: 0 10px;
border-radius: 6px;
cursor: pointer;
height: 38px;
width: auto;
min-width: 100px;
display: inline-flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
}
.back_btn:hover {
background-color: #ea3838;
color: #fff;
}
.add_btn:hover {
color: #fff;
}
.today_card .card-statistic {
padding: 15px 10px 15px;
}
.dashboard-box-sub-title {
font-size: 16px;
font-weight: 400;
color: #3a3a3a;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: relative;
z-index: 99;
}
.flex {
display: flex;
}
.today_card .card .card-statistic .card-icon {
font-size: 36px;
color: #ddd;
position: absolute;
right: 12px;
top: 10px;
height: 50px;
width: 60px;
padding-top: 0;
opacity: 0.5;
-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;
}
.dashboard-box-cus-row-2 {
margin-top: 25px;
align-items: center;
}
.link_txt {
position: relative;
text-align: center;
padding: 5px 0;
font-size: 13px;
display: block;
background: #ededed;
}
.link_txt a {
color: #000;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.link_txt a i {
padding-left: 5px;
}
.order-customer-details-main-view-cus{
border-top: 1px dashed #ddd;
overflow: hidden;
}
.order-customer-details-main-view-cus .order-customer-details-main-view-single-cus{
display: flex;
align-items: center;
border-bottom: 1px dashed #ddd;
}
.order-customer-details-main-view-cus .order-customer-details-main-view-single-cus:last-child{
border-bottom: none;
}
.order-customer-details-main-view-cus .order-customer-details-main-view-single-cus p {}
.order-customer-details-main-view-cus .order-customer-details-main-view-single-cus span {}
.order-customer-details-main-view-cus .order-customer-details-main-view-single-cus .orderno{
width: 50%;
border-right: 1px dashed #ddd;
}
.order-customer-details-main-view-cus .order-customer-details-main-view-single-cus .orderdate{
width: 50%;
}
.order-customer-details-main-view-cus .order-customer-details-main-view-single-cus .customername{
width: 100%;
}
.order-customer-details-main-view-cus .order-customer-details-main-view-single-cus .pricezone{
width: 60%;
border-right: 1px dashed #ddd;
}
.order-customer-details-main-view-cus .order-customer-details-main-view-single-cus .pricezone p{
display: flex;
align-items: baseline;
}
.order-customer-details-main-view-cus .order-customer-details-main-view-single-cus .pricezone span{
width: 75%;
word-wrap: break-word;
line-height: 1.2;
}
.order-customer-details-main-view-cus .order-customer-details-main-view-single-cus .order-gst{
width: 40%;
}
.order-customer-details-main-view-cus .order-customer-details-main-view-single-cus .address{
width: 100%;
}
.company_details {
position: relative;
}
.customer_details {
position: relative;
margin-bottom: 10px;
border: 1px solid #ddd;
}

.customer_details .customer-details-single-cus{
display: flex;
align-items: center;
border-bottom: 1px solid #ddd;
}
.customer_details .customer-details-single-cus:last-child{
border-bottom: none;
}
.customer_details .customer-details-single-cus .full{
width: 100%;
}
.all-profile-details-main {
}
.all-profile-details-main .profile-img {
background-color: #ffedee;
padding: 20px 0 0;
border-radius: 8px;
margin-bottom: 70px;
position: relative;
height: 120px;
}
.all-profile-details-main .profile-img img {
width: 150px;
height: 150px;
display: block;
border: 2px solid #edf2fa;
position: absolute;
transform: translate(-50%, -50%);
top: 80%;
left: 50%;
object-fit: cover;
}
.all-profile-details-main .profile-details-all-content {
box-shadow: 0 1px 2px 0px #eee;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
background: #fff;
display: flex;
align-items: center;
justify-content: flex-start;
overflow: hidden;
transition: all 0.5s ease-out 0s;
}
.all-profile-details-main .profile-details-all-content:nth-child(odd) {
background-color: #ffedee;
color: #fff;
}
.all-profile-details-main
.profile-details-all-content
.heading-profile-details {
width: 50%;
padding: 10px 10px;
}
.all-profile-details-main
.profile-details-all-content
.heading-profile-details
h2 {
font-size: 14px;
font-weight: 400;
color: #333;
}
.all-profile-details-main .profile-details-all-content .data-profile-details {
padding: 10px 10px;
width: 50%;
border-left: 1px solid #eee;
}
.all-profile-details-main
.profile-details-all-content
.data-profile-details
h2 {
font-size: 14px;
font-weight: 400;
color: #333;
}
.all-profile-details-main .profile-img span {
position: absolute;
transform: translate(-50%, -50%);
top: 40%;
left: 58%;
right: -5px;
cursor: pointer;
background: #edf2fa;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
overflow: hidden;
color: #ee1c26;
border: 1px solid #ee1c26;
-webkit-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
}
.notification-title-popup-main-cus {
padding: 10px 10px;
}
.notification-title-popup-main-cus .notification-title-popup-single-box {
box-shadow: 0 0 5px 1px #e7e7e7;
padding: 10px;
border-radius: 5px;
margin-bottom: 10px;
position: relative;
}
.notification-single-box-close-icon {
position: absolute;
right: 5px;
top: 3px;
color: red;
cursor: pointer;
}
.notification-title-popup-single-box .notification-title {
font-size: 16px;
margin-bottom: 5px;
}
.notification-title-popup-single-box .desc-notification {
font-size: 12px;
line-height: 1.4;
}
.notification-title-popup-single-box .post-date-time-notification {
padding: 0;
font-size: 12px;
color: #555;
}
.notification-title-popup-main-cus .view-all-notification-popup-btn {
text-align: center;
margin-top: 30px;
}
.notification-title-popup-main-cus .view-all-notification-popup-btn a {
background-color: #ef1c26;
color: #fff;
padding: 7px 15px;
border-radius: 6px;
transition: all 0.3s;
}
.boxes-dashboard-cus{}
.graph-dashboard{}
label {
display: inline-block;
font-weight: 500;
color: #555;
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.ui-autocomplete li {
width: 100%;
display: block;
border-bottom: solid 1px rgba(0, 0, 0, .1);
font-size: 11px;
line-height: 18px;
color: #333;
font-weight: 400;
text-align: left;
text-transform: uppercase;
}
.ui-autocomplete li .ui-menu-item-wrapper {
padding: 5px 10px 5px 10px;
}
.ui-autocomplete li .ui-menu-item-wrapper:hover {
background: #175dcd;
color: #ffffff;
}
.renew-btn-title-cus {
justify-content: space-between;
}
.renew-btn-title-cus .renew-btn-cus-main .bt-loadmore {
padding: 5px 10px;
border-radius: 6px;
font-size: 13px;
}
.select2-select-cus{
width:100%;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 38px;
user-select: none;
-webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 36px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}
.emp_card .card {
/*    background: linear-gradient(138deg, #ffe8e2, #ffedcb);*/
margin-bottom: 10px;
border: 1px solid #ddd !important;
}
.emp_card .card-body {
padding: .8rem;
overflow: hidden;
}
.emp_card .border-primary {
border-color: #0d80da !important;
}
.emp_card .text-primary{
color: #fff !important;
}
.emp_card .text-success {
color: #fff !important;
}
.emp_card .text-danger {
color: #fff !important;
}
.emp_card .text-warning {
color: #fff !important;
}
.emp_card .border-warning {
border-color: #40a4f3 !important;
}
.emp_card .bg-primary {
background-color: #8483ff !important;
}
.emp_card .bg-success {
background-color: #8483ff !important;
}
.emp_card .bg-danger {
background-color: #8483ff !important;
}
.emp_card .bg-warning {
background-color: #8483ff !important;
}
.emp_card .dash-widget-icon {
align-items: center;
display: inline-flex;
justify-content: center;
text-align: center;
font-size: 16px;
width: 40px;
height: 40px;
line-height: 48px;
border-radius: 8px;
padding: 20px;
background: #e9e9e9;
color: #9f9f9f !important;
box-shadow: 0 3px 10px 0 #d5d5d500;
}
.dash-count {
font-size: 18px;
margin-left: auto;
}
.dash-widget-header { 
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
.dash-widget-icon {
align-items: center;
display: inline-flex;
justify-content: center;
text-align: center;
font-size: 18px;
width: 35px;
height: 35px;
line-height: 48px;
/* border: 3px solid; */
border-radius: 8px;
padding: 18px;
color: #fff;
background: linear-gradient(90deg, #fc4f19, #f6a60d);
box-shadow: 0 3px 10px 0 #eec0b2;
}
.dash-widget-info h6 {
font-size: 15px;
font-weight: 400;
line-height: 2;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.progress.progress-sm {
height: 6px;
background-color: #e0e0ff;
}
.dash-count h3 {
font-size: 20px;
margin-left: auto;
font-weight: 500;
}
.custom-box-dashboard-right-side .card:last-child {
margin-bottom: 0px;
}
.fee-overvew-single-box {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
/* box-shadow: 0 1px 8px 0 rgb(48 46 56 / 15%); */
border: 1px solid #ddd;
border-radius: 6px;
margin-bottom: 8px;
background-color: #fff;
}
.fee-overvew-single-box .title-number-desc {}
.leads-main-sec-cus-dash .title-number-desc {
width: 100%;
}
.fee-overvew-single-box .title-number-desc .title {
margin: 0;
}
.fee-overvew-single-box .title-number-desc .title h2 {
font-size: 14px;
font-weight: 400;
margin: 0 0 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.fee-overvew-single-box .title-number-desc .number {}
.fee-overvew-single-box .title-number-desc .number h3 {
font-size: 22px;
font-weight: 500;
}
.fee-overvew-single-box .title-number-desc .desc {
display: flex;
align-items: center;
gap: 10px;
margin-top: 10px;
}
.fee-overvew-single-box .title-number-desc .desc h4 {
font-size: 12px;
font-weight: 300;
}
.fee-overvew-single-box .icon {
height: 40px;
width: 45px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 6px;
background: linear-gradient(to top, rgb(255 0 0 / 50%), rgb(253 243 243));
box-shadow: 0 3px 10px 0 #d5d5d500;
}
.fee-overvew-single-box .icon i {
font-size: 18px;
color: #ef1c26;
}
.fee-overvew-single-box .title-number-desc .desc i {
color: #48bd44;
}
.fee-overvew-single-box .title-number-desc .desc i.fa-arrow-trend-down {
color: red;
}
.product-report-main-sec-cus{
margin-top: 0px;
}
.dashboard-charts-tabs-cus{}
.dashboard-charts-tabs-cus .nav .nav-item button{
position: relative;
color: #747474;
display: inline-block;
border: 1px solid #ddd;
border-radius: 4px;
}
.dashboard-charts-tabs-cus .nav .nav-item button.active {
background-color: #ef1c26;
color: #ffffff;
border-radius: 4px;
}
.dashboard-charts-tabs-cus .nav .nav-item{}
.dashboard-charts-tabs-cus .nav .nav-item.active{
border: 1px solid #ddd;
padding: 5px 5px;
border-radius: 4px;
}
.dashboard-charts-tabs-cus .nav .nav-item:nth-child(1) .chart-tabs-input-cus{
width: 180px;
}
.dashboard-charts-tabs-cus .nav .nav-item:nth-child(3) .chart-tabs-input-cus{
width: 210px;
}
.dashboard-charts-tabs-cus .nav .nav-item button.active::after {
/*content: "";
position: absolute;
bottom: -7px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-top: 7px solid #3e3e3e00;
left: 40%;
opacity: 1;
border-top-color: #c6d0cd;*/
}
.dashboard-charts-tabs-cus .nav-pills{
margin-bottom: 0px;
min-height: auto;
/* background-color: #fff; */
box-shadow: none;
/* border: 1px solid #e4e6e9; */
border-radius: 2px;
padding: 5px 0px;
gap: 6px;
align-items: center;
justify-content: end;
}
.dashboard-charts-tabs-cus .nav .nav-item form{
display: none;
width: 120px;
}
.dashboard-charts-tabs-cus .nav .nav-item.active form{
display: inline-block;
}
.dashboard-charts-tabs-cus .nav .nav-item .chart-tabs-input-cus{
display: none;
width: 120px;
}
.dashboard-charts-tabs-cus .nav .nav-item.active .chart-tabs-input-cus{
display: inline-block;
}
.dashboard-charts-tabs-cus .nav .nav-item .form-control{
font-size: 12px;
}
.table-top-dashboard-tabs{}
.table-top-dashboard-tabs ul{
display: flex;
align-items: center;
justify-content: start;
gap:15px;
border-bottom: 1px solid #ccc;
margin: 5px 0;
}
.table-top-dashboard-tabs li{
width: auto;
}
.table-top-dashboard-tabs li a{
font-size: 12px;
padding: 8px 0px;
display: block;
border-bottom: 1px solid #ff000000;
background-color: #ff000000 !important;
border-radius: 0 !important;
}
.table-top-dashboard-tabs li a.active{
color: #ef1c26 !important;
border-bottom: 1px solid #ef1c26;
background-color: #ff000000 !important;
}
.login-input-fields-box-cus{
padding: 0 30px;
}
.chart-box-inner-cus .apexcharts-canvas{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center; /* For title centering */
width: 100% !important;
height: 100%;
}
.apexcharts-menu {
min-width: 120px !important;
}
#actnnonactcustomersanalysis .apexcharts-toolbar {
  top: -21px !important;
}
#dashbhdemandorderanalysis .apexcharts-toolbar {
  top: -21px !important;
}


/*-------- Responsive CSS ----------- */
@media only screen and (max-width: 1360px) {
.head .container {
width: 90%;
}
}
@media only screen and (max-width: 1280px) {
.head .container {
width: 90%;
}
}
@media only screen and (max-width: 1152px) {
.container,
.phed.prchedr {
width: 92%;
}
}
@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;
}
}
@media only screen and (max-width: 768px) {
#myBtnContainer {
flex-wrap: wrap;
}
.add-product-image img {
margin-bottom: 1.6rem;
}
.product-name-custom h3 {
padding-top: 1.6rem;
}
.product-amount {
margin-left: auto;
}
.selected-total-product-main {
height: auto;
}

}
@media only screen and (max-width: 767px) {
#content{
margin-left: 0px;
}

.article_item-custom-order li span {
display: block;
text-align: center;
}
.artical-right-side-pro-title {
padding: 0 0;
text-align: left;
}
.attr-product-custom-order {
width: 100%;
}
.info-qty-custom-order {
left: 50%;
transform: translateX(-50%);
}

.select-product-count h4 {
font-size: 18px;
}
#myBtnContainer {
margin-bottom: 0;
}
.container2 {
width: 96%;
}
.container {
width: 100%;
}
.terms_page .page-title span {
margin-bottom: 0;
}
.top_mid_box {
display: block;
text-align: center;
min-height: auto;
width: 100%;
margin: 8px 0;
}
.terms_page .form_inner ol {
padding-left: 5px;
}
.form_inner p,
.form_inner p.pad_lft {
padding-left: 0px;
}
.bottom_box {
padding: 5px 0;
min-height: 100%;
}
.note_box {
margin-right: 0;
margin-left: 0;
}
.top_box {
padding-left: 0;
}
.address_box {
padding-left: 15px;
}
.bottom_box.text-center {
height: 80px;
}
}
@media only screen and (max-width: 320px) {
.container2 {
width: 98%;
}
}


.select2-container--open .select2-dropdown--below {
z-index: 99999;
}
.select2-container--open .select2-dropdown--above {
z-index: 9999;
}

.page-wrapper .select2-container .select2-selection--single {
height: 38px;
margin-bottom: 6px;
}
.page-wrapper
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
line-height: 38px;
}
.page-wrapper
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 38px;
}
.add_inner_box .select2-container .select2-selection--single {
height: 38px;
margin-bottom: 6px;
}
.add_inner_box
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
line-height: 38px;
}
.add_inner_box
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 38px;
}
.edit_inner_box .select2-container .select2-selection--single {
height: 38px;
margin-bottom: 6px;
}
.edit_inner_box
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
line-height: 38px;
}
.edit_inner_box
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 38px;
}
.table-data-large-cus-main .select2-container .select2-selection--single {
height: 38px;
margin-bottom: 6px;
}
.table-data-large-cus-main
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
line-height: 38px;
}
.table-data-large-cus-main
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 38px;
}

.dshcirclecharttitle h2 {
font-size: 15px;
text-align: left;
font-weight: 500;
}
.dshcirclecharttitle {
margin-bottom: 20px;
}
.all-add-product-box-main-cus{
	max-height: 345px;
    overflow-x: hidden;
    overflow-y: auto;
}
.product-list-hide-main-scroll-cus{}
.product-list-hide-main-scroll-cus .main-content{
	padding-bottom: 0;
}
.product-list-hide-main-scroll-cus .feature-box-style-12{
	margin: 0 0 0px;
}

