@font-face{
    font-family:myanmar3;
    src:url(../fonts/Myanmar3.woff) format("woff"),
    url(../fonts/Myanmar3.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Myanmar3.ttf) format("truetype"),
    url(../fonts/Myanmar3.svg#Myanmar3) format("svg");
    font-weight:400;font-style:normal
}
/*@font-face {*/
/*    font-family: myanmar3;*/
/*    url('../fonts/Pyidaungsu-1.8_Regular.ttf')  format('truetype');*/
/*    font-weight: 400; font-style: normal;*/
/*}*/
.mm {
    font-family:myanmar3;
}
.submenubody {
  margin: 0;
}
.headerbannerss {
    padding-bottom: 10px;
}
.insertnew {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;    
}
@media screen and (max-width: 600px) {
    table {
        width: 100% !important;
    }
}
* {
    font-family: 'Raleway', sans-serif;
    margin: 0;
}
.enfont {
    font-family: 'Raleway', sans-serif !important;
}
.publicactive {
    background: #681922 !important;
    font-weight: bold;    
}
#wdviewmyImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.categoryactive {
    background: #9A2936;
}
.categoryactive a {
    color: #fff !important;
}
#wdviewmyImg:hover {opacity: 0.7;}
/**/
.carousel-indicators li {
    background-color: #9A2936 !important;
}
.custpagi .pagination {
    display: flex;
    margin: 30px auto;
}
.pagination li span {
    color: #fff;
}
.pagination li a {
    color: #fff;
}
.pagination li.active {
    background: #393A3E !important;
    font-weight: bold;
}
.custpagi > nav .pagination li {
    padding: 5px 10px;
    background: #9A2936;
    margin: 0 5px;
    border-radius: 5px;
} 
.imageframe {
    width: 300px;
    border: 3px solid #ddd;
}
dl {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
dl:last-child {
    border: none;
}
dt {
    font-size: 18px;
    font-weight: 500;
}
dd {
    padding-top: 15px;
    font-size: 14px;
}
.custom-width {
    width: 100px;
}
/* The Modal (background) */
.wdviewmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.wdviewmodal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#wdviewcaption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.wdviewmodal-content, #wdviewcaption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.wdviewclose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .wdviewmodal-content {
    width: 100%;
  }
}
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;
}
img {
  border: 0;
  width: 100%;
  height: auto;
}
.descriptiondetail img {
  width: 100% !important;
  height: auto !important;    
}
.headerusersform .register {
    display: flex;
    justify-content: center;
}
.mySlides img {
    width: none !important;
    height: none !important;    
}
.container {
/*  width: 100%;*/
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.width8 {
    width: 80%;
}

form input {
    width: 100%;
    padding: 5px 0;
}
@media screen and (min-width: 600px) {
    .headerwrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
}

img {
    width: 100%;
}
#header {
    padding: 20px 0;
}
.headerleft {
    display: flex;
}
.headerlogo {
    width: 200px;
    margin: 0 60px 0 0;
    text-align: center;
}
.headname {
    color: black;
}
.headerlogo a:hover .headname {
    color: #9A2936;
}
.headerusersform div {
    padding: 5px;
    background: #9A2936;
    border-radius: 5px;
}
.headerusersform div:nth-child(1) {
    margin-bottom: 5px;
}
.headerusersform div a {
    color: #fff;
    padding: 5px 25px;
}
a {
    text-decoration: none;
    color: transparent;
}

@media screen and (max-width: 600px) {
    .headerlogo {
        width: 130px;
        margin: 0 20px 0 0;
        text-align: center;
    }
    .headerusersform {
        display: flex;
        justify-content: space-around;
        width: 80%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .headerusersform div:nth-child(1) {
        margin: 0;
    }
    .headerleft {
        display: flex;
        justify-content: center;
    }
}


/* Naviagation */
#navigation {
    background: #393A3E;
    /*padding: 10px 0;*/
}
.ndfHFb-c4YZDc-i5oIFb.ndfHFb-c4YZDc-e1YmVc .ndfHFb-c4YZDc-Wrql6b {
    border: 5px solid red;
    display: none !important;
}
.cbtboxview {
    margin: 20px auto;
}
@media screen and (min-width: 768px) {
    .cbtwrapper {
        margin-left: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }    
    .cbtboxview {
        width: 32%;
        margin: 15px 0;
    }
    .cbtrightcorner {
        width: 80%;
    }
}

.mobnavigation a {
    background: #9A2936 !important;
    color: #fff;
}
.navwrapper li a {
    color: #fff;
}
.navwrapper > li {
    background: #9A2936;
    padding: 10px 25px;
    margin: 8px;
    border-radius: 5px;
    text-align: center;
}
.navwrapper li:hover {
    background: #fff;
}
.navwrapper li a:hover {
    color: #9A2936;
    font-weight: bold;
}
.navigation {
    list-style: none;
    display: none;
}


@media screen and (min-width: 1120px) {
    .navwrapper:nth-child(1), .navwrapper:nth-child(2), .navwrapper:nth-child(3) {
        display: flex;
        align-self: stretch;
        /*line-height: 53px;*/
    }
    .navigation {
        list-style: none;
        display: flex;
/*        justify-content: space-between;*/
        align-items: center;
        flex-wrap: wrap;
        display: flex;
    }
    .mobiletogglenvai {
        display: none;
    }
}
.mobiletogglenvai a {
    color: #fff;
}


.issubmenu {
  position: relative;
}
.submenu li {
    margin: 8px;
    padding: 5px 15px;
    background: #9A2936;
}
@media screen and (min-width: 600px){
  .submenu {
    top: 40px;
    width: 550px;
  }
  .submenu i {
    top: -20px;
    left: 40px;
  }
  .submenu::after,.submenu::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background:  #3c3c3c;
    top: -7px;
    z-index: 1;
  }
  .submenu::before {
    left: 4.8%;
    transform: skew(0,-34deg);
  }
  .submenu::after {
    left: 8%;
    transform: skew(0,34deg);
  }
}
.submenu {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  left: 0px;
  background: #3c3c3c;
  padding: 15px;
  border-radius: 5px;
  display: none;
}
.allshops {
    display: flex;
}
.submenu i {
  position: absolute;
  color: #3c3c3c;
  font-size: 50px;
}
@media screen and (max-width: 600px){
  .submenu {
    top: 40px;
    width: 500px;
  }
  .submenu::after,.submenu::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background:  #3c3c3c;
    top: -7px;
    z-index: 1;
  }
  .submenu::before {
    left: 44.7%;
    transform: skew(0,-34deg);
  }
  .submenu::after {
    left: 48%;
    transform: skew(0,34deg);
  }
}
@media screen and (max-width: 425px){
  .submenu {
    width: 333px;
  }
  .submenu::before {
    left: 41.8%;
  }
  .submenu::after {
    left: 47%;
  } 
}
@media screen and (max-width: 375px){
  .submenu {
    width: 283px;
  }
  .submenu::after {
    left: 47%;
  } 
  .submenu::before {
    left: 40.8%;
  }
}
@media screen and (max-width: 320px){
  .submenu {
    width: 228px;
  }
  .submenu::after {
    left: 49%;
  } 
  .submenu::before {
    left: 41%;
  } 
}
.issubmenu a i {
  font-size: 12px;
  margin-left: 5px;
}
.close {
    display: none;
}
ul,li {
  list-style: none;
}
ul {
    margin: 0;
    padding: 0;
}
/* Banner Header */
#homewrapper {
    padding: 30px 0;
}
/*.headbann {*/
/*    width: 100%;*/
/*    height: 120px;*/
/*    border: 1px solid #ddd;*/
/*    margin: 10px 0;*/
/*}*/

.headerbanner {
    display: flex;
    justify-content: space-between;
}
.headbann {
    width: 30%;
    height: 120px;
    border: 1px solid #ddd;
}
.adshowboxhome {
    width: 100%;
    height: 120px;
    margin: 15px auto;
    border: 1px solid #ddd;
}

.headbann img, .adshowboxhome img {
    height: 100%;
    /*object-fit: cover;*/
}
.secondwrapper {
    display: flex;
    justify-content: space-between;
}
.adshowpanel {
    width: 28%;
}
.centershowpanel {
    width: 100%;
}
/*@media screen and (min-width: 768px) {*/
/*    .centershowpanel {*/
/*        width: 70%;*/
/*    }    */
/*}*/
.showmobile {
    display: block !important;
} 
.showdesktop {
    display: none !important;
}
@media screen and (min-width: 768px) {
    .showmobile {
        display: none !important;
    }  
    .showdesktop {
        display: block !important;
    }
}

.headerdetail h1 {
    padding-bottom: 20px;
}
.adshowboxhome {
    width: 95%;
}
p {
    margin: 0;
}
.aq-remore {
    display: flex;
    justify-content: flex-end;
}
.aq-remore a {
    color: #9A2936;
    font-size: 0.9em;
}
.newsdetail {
    padding-top: 15px;
}
.questionicon {
    border: 1px solid transparent;
    background: #9A2936;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.questionhome, .answerhome {
    display: flex;
    align-items: center;
}
.answerhome {
    padding-top: 10px;
}
.questionhome {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.homequesandansw {
    padding: 10px 0;
    height: auto;
}
.questioncontent {
    padding-left: 20px;
    width: calc(100% - 70px);
}
.questioncontent  .question {
    font-weight: bold;    
}
.questioncontentdetail {
    padding: 10px 0;
    text-align: justify;
}
.isbold  {
    font-weight: bold;
}
.questionwrapper {
    padding: 0 30px;
}
@media screen and (max-width: 768px) {
    .questioncontent, .aq-remore a {
        font-size: 13px!important;
    }
}
.answerhomedetail {
    padding: 10px 0;
    border-top: 1px solid #ddd;
}
/* Footer */
#footer {
    background: #9A2936;
}
#footer  p {
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.m3auto {
    margin: 30px auto;
}
.m5auto {
    margin: 50px auto;
}
.userdatafield {
    padding: 10px 0;
}
.userdatafield input {
    width: calc(100% - 30px);
    padding: 8px 15px;
}
.userdatafield select {
    padding: 8px 15px;
    width: 100%;
}
.percentagewrapper {
    display: flex;
}
.percentagewrapper > div:nth-child(1) {
    margin-left: 0;
}
.percentagewrapper > div {
    margin: 0 20px;
}
.form-check {
    display: flex;
    padding: 20px 0;
}
.form-check input[type='checkbox'] {
    width: auto !important;
    padding: 0;
}
.form-check label {
    padding-left: 10px;
}
.loginuser {
    background: #9A2936;
    padding: 8px 15px;
    color: #fff;
    border: none;
}
.dashboardwrapper {
    display: flex;
    width: 100%;
}
.dashboardleft {
    width: 200px;
    background: #393A3E;
    height: calc(100vh - 199.64px);
}
.admindashboardOpen, .admindashboardClose {
    display: none;
}
.askquestionheader h1 {
    word-break: break-all;
}
@media screen and (min-width: 600px) {
    .askquestionbody {
        padding: 20px 0 0; 
        display: flex;
        flex-wrap: wrap; 
        justify-content: flex-start;
        align-items:center
    }   
    .askquestionbodyleft {
        width: 48%;
    }
    .askquestionbodyright {
         width: 48%;
         padding-left: 2%;
    }
}

@media screen and (max-width: 600px) {
    #header {
        position: relative;
    }
    .dashboardleft.mainleft {
        width: auto !important;
        background-color: #393A3E !important;
        position: static !important;
        height: auto !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .admindashboardOpen {
        width: 30px;
        height: 30px;
        background: #9A2936;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        box-shadow: 0 0 5px;
        cursor: pointer;
        display: block;
        position: fixed;
        top: 6.5em;
        z-index: 666666666;
        left: 1em;
        color: #fff;
    }
    .dashboardleft {
        width: 80%;
        height: 100vh;
        background-color: #393A3E;
        position: fixed;
        top: 0;
        left: -100em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1500;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        transition: all 650ms ease-in-out;
    }
    .admindashboardClose {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #9A2936;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        box-shadow: 0 0 5px;
        cursor: pointer;
        display: block;
        top: 1em;
        z-index: 666666666;
        right: 1.5em;
        color: #fff;
    }  
    .dashboardleft.active {
    	left: 0;
    }
}


.dashboardright {
    width: calc(100% - 200px);
}
.admindashboard {
    list-style: none;
}
.admindashboard li {
    padding: 8px 5px;
}
.admindashboard li:hover {
    background: #9A2936;
    font-weight: bold;
}
.admindashboard li a {
    color: #fff;
}
.dashwrapper {
    width: 80%;
    margin: 30px auto;
}
.dashwrapboxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dashwrapbox {
    width: 30%;
    margin: 10px auto;
    border:1px solid #ddd;

}
.dashcontent {
    background: #9A2936;
    color: #fff;
    text-align: center; 
    padding: 30px 0;    
}
@media screen and (max-width: 600px) {
    .dashboardright {
        width: 100%;
    }
    .dashwrapper {
        width: 100%;
        margin: 30px auto;
    }
}
.dashview {
    text-align: center;
     padding: 10px 0;
}
.dashview a {
    color: #393A3E;
}
.navactive {
    background: #9A2936;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.actionwrapper a {
    color: #212529;
}
/* Box Modal */
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
} 
/* End BOx modal */
.messageheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.modelrightcorner button {
    border: none;
    cursor: pointer;
    background: transparent;
}
.buttonaction {
    padding: 8px 15px;
    cursor: pointer;
}
.startmonthheader {
    padding: 20px 0;
    position: relative;
}
.startmonthheader::before {
    display: inline-block;
    width: calc(50% - 50px);
    height: 2px;
    background: #ddd;
    position: absolute;
    content: "";
    top: 30px;
}
.startmonthheader p {
    text-align: center;
    width: 100px;
    margin: 0 auto;
}
.startmonthheader::after {
    display: inline-block;
    width: calc(50% - 50px);
    height: 2px;
    background: #ddd;
    position: absolute;
    content: "";
    top: 30px;
    right: 0;
}
.startmonth {
    display: flex;
    align-items: center;
    margin: 20px auto;
    justify-content: space-between;
    width: 420px;
}
.startmonth > .groupbox {
    display: flex;
    align-items: center;
}
.groupbox label {
    padding-right: 15px;
}

#allowmonth {
    justify-content: center;
}
/*for sureBtn*/
.yesBtn, .backBtn {
    font-size: 15px;
    border: 1px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 0 10px;
}
.yesBtn {
    background: #c22730;
    padding: 10px 32px;
}
.backBtn {
    background: #9A2936;
    padding: 10px 20px;
}
.sureBtn {
    margin: 40px auto;
    justify-content: center;
}
#clbtn {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #393A3E;
  border-radius: 5px;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-items {
  position: absolute;
  background-color: #393A3E;
  border-radius: 5px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.formboxgroup  {
    display: flex;
    align-items: center;
}

.dashactionbutton a {
    background: #393A3E;
    color: #fff;
    padding: 8px 15px;
}

.redirect-success {
    border: 1px solid transparent;
    background: #393A3E;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 30px auto;
}
.redirect-success p, .redirect-success  i {
    color: #fff';
}

.redirect-failed {
    border: 1px solid transparent;
    background: #393A3E;
    color: red;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 30px auto;
}
.redirect-failed p, .redirect-failed  i {
    color: #9A2936';
}

.access button {
    padding: 5px 15px;
    background: #28a745;
    border: none;
    color: #fff;
    cursor: pointer;
}
.closebuttonownads button {
    padding: 5px 15px;
    background: #393A3E;
    border: none;
    color: #fff;   
    cursor: pointer;
}
.groupboxprocess {
    display: flex;
}
.buttonwithicon {
    position: relative;
    display: flex;
}

.buttonwithicon i {
    position: absolute;
    color: #ffff;
    padding: 0 5px;
    top: 5px;
}
.buttonwithicon:nth-child(2) {
    padding: 0 30px;
}
.buttonwithicon input {
    padding: 5px 30px;
}
.buttonwithicon input {
    background: #9A2936;
    cursor: pointer;
    color: #fff;
}
.bordernone {
    border: none;
}
.groupboxprocess > div:nth-child(2) {
    margin-left: 15px;
    margin-top: 3px;
}
.backcolor {
    margin-top: 5px;
    padding: 5px 15px;
    background: #393A3E;
    color: #fff;
    font-size: 0.8em;
}


/* news.css */


.newsbg{
    background: url("../images/bookmark.webp") no-repeat; 
    background-color: #F3F3F9;
    background-size: 25px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
}
.newswrapper {
    padding: 0 30px;
}
.newsdetail a {
    color: #fff;
    font-size: 0.9em;
    border: 1px solid transparent;
    padding: 5px;
    background: #9A2936;
    position: absolute;
    bottom: 10px;
}
.newsdetail {
    padding-top: 30px;
}
.newstitle {
    display: flex;
    font-size: 18px;
    padding-bottom: 10px;
}
.newstitle h3 {
    font-weight: 500;
}
.newstitle h3:hover {
    color: #9A2936;
}
.newstitle img {
    width: 6%;
    margin-right: 5px;
}
.newsabout p{
    height: 40px;
    overflow: hidden;
}



/* Wiring Dragram */

.wiringcheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
}
.wiringcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.wiringcheck:hover input ~ .checkmark {
  background-color: #ccc;
}
.wiringcheck input:checked ~ .checkmark {
  background-color: #9A2936;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.wiringcheck input:checked ~ .checkmark:after {
  display: block;
}
.wiringcheck .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
#wiringDragram {
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.wiringDragramWrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #ddd;
    background: #F1F3F5;
}
.wiringBox {
    width: 30%;
    padding: 10px;
}

/* contact us.css */

#contactus {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #222;
    /*background: linear-gradient(#0000,#06060680),url("../images/contact.jpg") no-repeat;*/
    background-size: cover;

}
.contactform {
    padding: 25px 0;
    color: #fff;
}
@media screen and (min-width: 768px){
    .contactform {
        padding: 25px 0;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }
    .contactleft {
        width: 50%;
    }
    .contactright {
        width: 50%;
        margin: 0;
    }   
}

.contactmap {
    box-shadow: 7px 5px 5px -3px;
}
.contactusheader p {
    font-size: 2em;
    width: 80%;
}
.contactusaddress {
    padding: 50px 0;
    width: 80%;
}
.contactusaddress p {
    padding-bottom: 20px;
}
.contactusaddress i {
    color: #9A2936;
    padding-right: 10px;
    font-size: 20px;
}
.contactusaddress a {
    color: #fff;
    font-size: 1em;
}
.contactsoical {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(3, 30%);
}
.contactsoical i {
    width: 50px;
    height: 50px;
    background: #9A2936;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

.formbox {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.formbox label {
    width: 18%;
}
.formbox input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #9A2936;
    color: #fff;
    font-size: 20px;
    padding: 0;
}
.formbtn {
    padding: 45px 0;
}
.formbtn input{
    color: #fff;
    background: #9A2936;
    border: transparent;
    font-size: 20px;
}

/* automotiveBook */

#carautomotiveBook {
    width: 100%;
    height: auto;
    padding: 20px 0;
}


.eachBook {
    background-size: 100%!important;
    height: 100%;
}
.eachdownload strong {
    border: 1px solid transparent;
    padding: 5px;
    font-size: 15px;
    position: absolute;
    background: #9A2936;
    color: #fff;
    cursor: pointer;
}
.bookBox {
    position: relative;
}

.eachdownload {
    position: absolute;
    left: 6em;
    top: 12em;
}

.eachBook a:after {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    overflow: hidden;
}

.eachBookview a, .bookDownload a {
    background: #9A2936;
    color: #fff;
    padding: 10px 29.5px;
    position: absolute;
    z-index: 9999;
}
.bookDownload a {
    background: #9A2936;
    color: #fff;
    padding: 10px;
    position: absolute;
    z-index: 9999;
}
.eachBook a:after, .bookDownload a, .eachBookview a {
    opacity: 0;
}
.eachBook a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 300px) {
    .bookBox {
        width: 100%;
        height: 100%;
        margin: 10px 0;
        overflow: hidden;
    }
    .eachBook img {
        height: 420px;
    }
    .eachBook img:after {
        width: 100%;
        height: 420px;
        top: 0;
        left: 0;
    }
    .bookDownload a{
        top: 10px;
        left: 100px;
    }
    .eachBookview a {
        top: 0;
        left: 100px;
    }
    .bookBox:hover .eachBook a:after {
        transition: .8s ease-in-out;
    }
    .bookBox:hover .bookDownload a {
        transform: translateY(180px);
        transition: .8s ease-in-out;
    }
    
    .bookBox:hover .eachBookview a {
        transform: translateY(120px);
        transition: .8s ease-in-out;
    }
}
@media screen and (min-width: 375px) {
    .bookDownload a{
        top: 10px;
        left: 130px;
    }
    .eachBookview a {
        top: 0;
        left: 130px;
    }    
}
@media screen and (min-width: 425px) {
    .bookBox {
        height: 570px;
    }
    .eachBook {
        height: 570px;
    }
    .eachBook a:after {
        height: 570px;
    }
    .bookDownload a{
        top: 10px;
        left: 200px;
    }
    .eachBookview a {
        top: 0;
        left: 200px;
    }
    .bookBox:hover .bookDownload a {
        transform: translateY(250px);
    }
    
    .bookBox:hover .eachBookview a {
        transform: translateY(200px);
    }
}
@media screen and (min-width: 768px) {
    .carautomotiveBookWrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bookBox {
        width: 32%;
        height: 317px;
    }
    .eachBook {
        height: 317px;
    }
    .eachBook a:after {
        height: 317px;
    }
    .bookDownload a{
        top: 10px;
        left: 80px;
    }
    .eachBookview a {
        top: 0;
        left: 80px;
    }
    .bookBox:hover .bookDownload a {
        transform: translateY(150px);
    }
    
    .bookBox:hover .eachBookview a {
        transform: translateY(100px);
    }
}
@media screen and (min-width: 1024px) {
    .bookBox {
        width: 24%;
        height: 385px;
    }
    .eachBook {
        height: 385px;
    }
    .eachBook a:after {
        height: 385px;
    }
    .bookDownload a{
        top: 10px;
        left: 80px;
    }
    .eachBookview a {
        top: 0;
        left: 80px;
    }
    .bookBox:hover .bookDownload a {
        transform: translateY(150px);
    }
    
    .bookBox:hover .eachBookview a {
        transform: translateY(100px);
    }
}
@media screen and (min-width: 1440px) {
    .bookBox {
        width: 24%;
        height: 390px;
    }
    .eachBook {
        height: 390px;
    }
    .eachBook a:after {
        height: 390px;
    }
    .bookDownload a{
        top: 10px;
        left: 100px;
    }
    .eachBookview a {
        top: 0;
        left: 100px;
    }
}
.bookBox:hover .eachBookview a:hover {
    background: #681922 !important;
    font-weight: bold;
}
.bookBox:hover .eachBook a:hover {
    font-weight: bold;
    background: #681922!important;
}
.bookBox:hover .bookDownload a:hover {
    font-weight: bold;
    background: #681922!important;
}
.bookBox:hover .eachBook a:after, .bookBox:hover .bookDownload a, .bookBox:hover .eachBookview a {
    opacity: 1;
}

.dashtable {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
}
.dashtable tr th, tr td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 8px 0;
}
.addingbutton {
    margin: 20px 0;
}
.addingbutton a {
    background: #9A2936;
    color: #fff;
    padding: 8px 30px;
    
}
.wireheader p {
    background: #9A2936;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .wiredragramwrapper {
        margin: 50px 0;
    }
}

@media screen and (min-width: 768px) {
    .wiredragramwrapper {
        display: flex;
        width: 99%;
        justify-content: space-between;      
        margin: 50px auto;
    } 
    .wiredragramwrapper > div {
        width: 33.33%;
    }
}
.wirebody {
    border: 1px solid #ddd;
    padding: 10px;
    height: 100px;
    overflow-inline: -moz-hidden-unscrollable;
}
/* The container */
.labelcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.labelcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.labelcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.labelcontainer input:checked ~ .checkmark {
  background-color: #393A3E;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.labelcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.labelcontainer .checkmark:after {
 	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.categorylists li {
    border-bottom: 1px solid #ddd;
    padding: 8px;
}
.categorylists li:last-child {
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .shopboxwrapper {
        margin: 30px auto;
    }
   .categorybox {
        width: 100%;
        margin: 15px auto;
    }
    .categorybox {
        width: 100%;
    }
    .shopitemboxs {
        width: 100%;
    } 
    .shopbox {
        width: 100%;
        border: 2px solid #9A2936;
        margin: 15px auto;
    }
    .shopitemboxs .shopbox .shop{
        height: 30vh;
    }
    .eachshopbox img {
        height: 30vh;
        object-fit: cover;
    }
}
@media screen and (min-width: 768px) {
    .shopboxwrapper {
        display: flex;
        margin: 30px auto;
        justify-content: space-between;
    }
    .categorybox {
        width: 25%;
    }
    .shopitemboxs {
        width: 73%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }  
    .shopbox {
        width: 32%;
        border: 2px solid #9A2936;
    }
    .shopitemboxs .shopbox .shop{
        height: 25vh;
    }
    .eachshopbox img {
        height: 25vh;
        object-fit: cover;
    }
}
.categorybox  {
    height: 200px;
    overflow-inline: -moz-hidden-unscrollable;
    border: 1px solid #ddd;
}
.shopbox:hover {
    border: 2px solid #393A3E;
}
.shop .shopPost .eachshopbox {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.shopName {
    text-align: center;
    border-top: 0;
    color: #fff;
    background: #9A2936;
}
.textName h3 {
    padding: 5px 0;
}
.textName strong i, .textName p i {
    margin-right: 10px;
}
.textName p {
    padding: 10px 0;
}

/* car Video */
@media screen and (max-width: 768px) {
    .carvdBox {
        width: 100%;
        height: 400px;
        background: #393A3E;
        color: #fff;
        margin: 15px 0;
    }   
}
@media screen and (min-width: 768px) {
    .carvdBox {
        width: 49%;
        height: 400px;
        background: #393A3E;
        color: #fff;
        margin-bottom: 30px;
    }   
}
.carvdBox {
    border: 2px solid transparent;
}
.carvdBox:hover {
    border: 2px solid #9A2936;
}
.vdTitle h4 {
    padding: 10px;
    height: 35px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.vdDate p {
    padding: 10px;
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.vdDate p i{
    margin-right: 5px;
    color: #9A2936;
}
.vdTitle h4 i {
    margin-left: 5px;
    color: #9A2936;
}
.eachVd iframe {
    border: none;
    width: 100%;
    height: 30vh;
}


.galleryboxs {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.galbox {
    width: 15%;
    margin: 15px auto;
    position: relative;
}
.galboxview{
    position: absolute;
    top: calc(50% - 15px);
    right: calc(50% - 15px);
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 1;
    background: #9A2936;
    padding: 5px 8px;
    border-radius: 20px;
    opacity: 0;
}
.galboxview a {
    color: #fff;
}
.galbox::after {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,.5);
    transition: all .3s ease-in-out 0s;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.galbox:hover .galboxview {
    opacity: 1;
    cursor: pointer;
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}
.galboxview:hover {
    background: #393A3E;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.galbox:hover.galbox::after{
    opacity: 1;
    cursor: pointer;
}

/* car About us*/

#aboutus {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #393A3E;
    margin: 1em 0;
    color: #fff;
}
.aboutTitle {
    text-align: center;
}
.aboutTitle img {
    width: 30%;
}
.aboutusWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 5em;
}
@media screen and (max-width: 900px) {
    .aboutRight {
        padding-top: 2em;
    }
}
@media screen and (min-width: 900px) {
    .aboutLeft {
        width: 40%;
    }
    .aboutRight{
        width: 58%;
        text-align: justify;
        padding-left: 10px;
    }   
}

.descriptiondetail {
    text-align: justify;
    padding: 20px 0;
}

/* categorypage */
.categorypage {
    width: 100%;
    padding: 5px;
}
.description {
    width: 100%;
    padding: 5px;
}
.imageframe {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.hoverup {
    width: 32%;
    height: 25vh;
    margin: 8px 0;
    position: relative;
}

.hoverup img {
    width: 100%;
    height: 100%;
}

.moreimg {
    position: relative;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.moreimg img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    line-height: 1;    
}
.homebackBtn {
    width:95%;
    margin: 0 auto; 
    padding: 10 30px;
}
.owl-stage {
    width: 200000px!important;
}
.owl-nav{
  position: absolute;
  width: 100%;
}
.owl-theme .owl-nav {
    margin-top: 0;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
}

.owl-nav .owl-prev .owl-nav-prev, .owl-nav .owl-next .owl-nav-next {
  color: #393A3E;
  font-size: 2em;
  background: transparent;
}
.owl-nav-prev {
    position: absolute;
    top: 0;
    left: 0;
}
.owl-nav-next {
    position: absolute;
    top: 0;
    right: 0;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  outline: none;
}
.owl-nav-prev i:hover, .owl-nav-next i:hover {
    color: #9A2936;
}
.moreimgnumber {
    padding: 10px 0;
}
.moreimgnumber em {
    font-size: 20px;
}
.moreimgnumber strong {
    padding: 4px 12px;
    background: #9A2936;
    color: #fff;
    border-radius: 18px;
    font-size: 1em;
    margin-left: 5px;
}
/**/
.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.carousel-control-next i,.carousel-control-prev i {
    color: #fff;
    font-size: 2em;
    width: 50px;
    height: 50px;
    background: #393A3E;
    text-align: center;
    align-items: center;
    line-height: 50px;    
}
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.slidelightbox,
.slidelightbox {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.wirebody {
    overflow-y: scroll !important;
}


.slidemodalview {
    height: 100% !important;
    background: #2b2727cc;
}
.newtitle {
    background: #9A2936;
    color: #fff;
    padding: 5px 20px;
    display: flex;
    align-items: center;
}
.newwrapbox {
   margin: 20px auto;
}

@media screen and (min-width: 768px) {
    .mainnewwrapperboxs {
        width: 90%;
        margin: 50px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newwrapbox {
        width: 47%;
        margin: 20px 0;
    }    
}
.newheader {
    display: flex;
    /*align-items: center;*/
}
.newtext {
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.newtext p {
    font-weight: bold;
}
.imgviewnew {
    background: #393A3E;
    padding: 15px;
}
.imgviewnew img {
    width: 100%;
    vertical-align: middle;
    /*height: 300px;*/
}
.newdescription {
    border: 3px solid #393A3E;
    padding: 10px;    
}
.shopitembox {
    width: 100%; 
    margin: 10px 0;
    border:2px solid #ddd;
    border-bottom: 3px solid #9A2936;
}    
.mainsliderdetails {
    width: 100% important;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .mainslidewrapper {
        margin-left: 5%;
        display: flex;
        flex-wrap: wrap;
        width: 70% !important;
        justify-content: space-between;    
    } 
    .mainsliderdetails {
        display: block !important;
    }
    .shopitembox {
        width: 32%; 
        margin: 10px 0;
        border:2px solid #ddd;
        border-bottom: 3px solid #9A2936;
    }    
}

.secondoption {
    background: #9A2936;
    width: 100%;
    margin-top: -5px;
    padding: 5px 10px;
}
.secondoption i {
    padding-right: 10px;
}
.secondoption p, .secondoption p a {
    color: #fff !important;
}
.eachshopSearch {
    width: 25%;
}
.eachshopSearch form {
    display: flex;
    border: 1px solid #ddd;
}
.eachshopSearch form input {
    outline: none;
    border: none;
    padding: 8px;
}
.eachshopSearch form button {
    border: none;
    background: #9a2936;
    color: #fff;
    padding: 8px;
}

.eachfolder {
    margin:  20px 0;
    padding: 30px;
    border: 1px solid #ddd;
    background: #9A2936;
    border-radius: 15px;
}
.folder-view i {
    font-size: 100px !important;
    color: #fff;
}
@media screen and (min-width: 768px) {
/*    .eachfolderlists {
        display: flex;
        flex-wrap: wrap;
    }  */
    .eachfolder {
        width:  150px;
        margin: 20px 0;
    }  
}
.folder-name {
    color:  #fff;
}
.folder-path-show {
    border: 2px solid #9A2936;
    border-radius: 3px;
    padding: 10px 0;
    margin-top: 10px;    
}
.breadcrumb {
    display:  flex !important;
    flex-wrap: wrap;
}
.full-width {
    width: 100%;
}
.default-pad {
    padding: 8px;
}
.default-border {
    border:  1px solid #ddd;
}
.display-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.category-group label {
    width:  200px;
}
.category-group >  input[type="text"],.category-group >  select, .category-group >  input[type="password"] {
    width: calc(100% - 250px);
}
.dashwrapperbody {
    padding: 20px 0;
}
.category-wrapper {
    padding: 20px 0;
}
.button-submit {
    background: #9A2936;
    color: #fff;
    padding: 8px 20px;
    width: auto;
}
input[type='submit'] {
    border: 0;
}
.addnew {
    margin-bottom: 15px;
}
.addnewlinks {
    background: #9A2936;
    color: #fff;
    background: #9A2936;
    border-radius: 5px;
    padding: 5px 15px;
}
.ccinfowrapper {
    box-shadow: 0 0 5px #fff;
    border:  1px solid #ddd;
    border-radius: 3px;

}
.usercreate-tag {
    display: flex;
    margin-bottom: 20px;
}
.custome-user  {
    padding: 5px 15px;
    color: #fff;
    background: #9A2936;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 2px solid #9A2936;
    cursor: pointer;
}
.agnet-users {
    padding: 5px 15px;
    background: #9A2936;
    color: #fff;
    border-top-right-radius: 5px;
    border: 2px solid #9A2936;
    cursor: pointer;
    border-bottom-right-radius: 5px;
}
.user-create-action p {
    font-size: 0.8em;
}
.activetag {
    background: #fff !important;
    color: #9a2936 !important;
    font-weight: 500 !important;
}
.custom-card-header {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}
.form-action-wrapper {
    padding: 20px 10px;
}
.custom-form-group {
    display: flex;
    margin-bottom: 20px;
}
.custom-form-group label {
    width:  200px;
}
.custom-form-group > input[type='text'],.custom-form-group > select, .custom-form-group > input[type='password'] {
    width: calc(100% - 200px);
    padding: 5px;
}
.custom-form-group > input[type="submit"] {
    background: #9A2936;
    color: #fff;
    border: 2px solid  #9A2936;
    width:  auto;
    border-radius: 3px;
    padding: 5px 25px;
}
.mb-3 {
    margin-bottom: 30px;
}
#download-file {
    cursor: pointer;
    position: absolute;
    right: 3.5em;
    top: 10px;
    color: #fff;
    z-index: 111;
    border: 2px solid #ddd;
    padding: 12px;
    background: #343434;
}
.eachfolder:hover {
    background: transparent;
    border: 2px solid #9a3926;
    transition: all .3s ease-in-out;
}
.eachfolder:hover > a > .folder-name p {
    color: #000;
    transition: all .3s ease-in-out;
}