/* khmer */
@font-face {
  font-family: 'Hanuman';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/hanuman/v22/VuJxdNvD15HhpJJBSKrdObFn.woff2) format('woff2');
  unicode-range: U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC;
}
/* latin */
@font-face {
  font-family: 'Hanuman';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/hanuman/v22/VuJxdNvD15HhpJJBSKHdOQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


*, body{
  color:#3f729b;
  font-family: 'Hanuman', sans-serif;
}
.font-view{
  font-size: 24px !important;
}

.bg-body{
  background:#f2f2f2;
  font-family: 'Hanuman', sans-serif;
  /*font-size: 14px !important;*/
  line-height: 1.60;
}
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #115883;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
  margin-bottom: 4px;
}

.navbar-toggler.uarr.collapsed .icon-bar:nth-of-type(1) {
  transform: translate3d(0,0,0) rotate(0deg);
  width: 22px;
}

.navbar-toggler.uarr.collapsed .icon-bar:nth-of-type(2) {
  transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggler.uarr.collapsed .icon-bar:nth-of-type(3) {
  transform: translate3d(0,0,0) rotate(0deg);
  width: 22px;
}

.navbar-toggler.uarr .icon-bar:nth-of-type(1) {
  border-radius: 215px !IMPORTANT;
  transform: translate3d(2px,0,0) rotate(-45deg);
  transform-origin: center center;
  width: 11px;
}

.navbar-toggler.uarr .icon-bar:nth-of-type(2) {
  border-radius: 215px !IMPORTANT;
  transform: rotate(-90deg);
  transform-origin: center center;
}

.navbar-toggler.uarr .icon-bar:nth-of-type(3) {
  border-radius: 215px !IMPORTANT;
  transform: translate3d(-1px,-14px,0) rotate(-135deg);
  transform-origin: right top;
  width: 11px;
}

.btn-info{
  background-color: #f14222 !important;
  border-color: #f24323 !important;
}
.btn-outline-secondary {
  color: #ffffff;
  background-color: #dc3545;
  background-image: none;
  border-color: #ffffff;
}
a:hover{
  color: #ff8900 !important;
  /*background-color: #2e8fbc !important;*/
}
#myFooter ul li a:hover {
  color: #ff8900 !important;
}
.dropdown-menu.show.dropdown-item span:hover{
  color: #ff8900 !important;
}
label{
  font-size: 14px !important;
  font-weight: 200px;
}

.btn-outline-dark-over {
  color: #2e8fbc;
  background-color: transparent;
  background-image: none;
  border-color: #2e8fbc;
}

.btn-warning, .btn-outline-warning:hover {
    color:white ;
    background: #ff8900!important;
    border-color: #ee8001 #ee8001 #e37a01 #ee8001!important;
}
.btn-outline-warning:hover {
    color:white !important;
}

.img-lang{
  width: 40px;
  height: 40px;
  /*min-height: 35px;*/
  /*max-height: 35px;*/
  /*min-width: 40px;*/
  /*max-width: 40px;*/
  object-fit:cover;
   border-radius: 30px;

}
.c-white{
  color:white !important;
}
.bg-white{
  background: white;
}
.c-default{
  color: #3f729b !important;
}
.menu-bar ul li a{
  font-size: 18px !important;
  color: #3f729b ​!important;
}

.dropzone {
  min-height: 150px;
  border: 1px solid rgba(0,0,0,0.2);
  background: white;
  padding: 20px 0px;
}

p{
  line-height: 15px;
}
.input-search{
  border: 1px solid #3f729b;
  color: #3f729b;
  border-radius: 7px;
  box-shadow: 0px 0px 5px 0px rgb(203, 222, 223);
}
.pl-r-0{
  padding-right: 0px !important;
  padding-top: 10px;
  padding-left: 27px !important;

}
.banner-bottom{
  border-bottom: 2px solid #3f729b;
}
.btn-bg{
  background: #3f729b !important;
  color: white !important;
}
.b-top{
  border-top: 2px solid rgb(248, 247, 247);
  /*box-shadow: 0px 1px 0px 0px rgb(203, 222, 223);*/
}

.box-login{
  /*box-shadow: 0px 4px 13px 3px rgb(244, 250, 250);*/
  padding: 35px;
}

.sub-box-login{
  box-shadow: 0px 4px 13px 3px rgb(244, 250, 250);
  padding: 15px;
}
.sub-box-login-dashboard{
  box-shadow: 0px 0px 4px 2px rgb(244, 250, 250);
  padding: 15px;
}

.block-search{
  padding: 25px 0px;
}
a:hover{
  text-decoration: none;
  color: #2e8fbc;
}
a{
  color: #2e8fbc !important;
}


.card-img-top-custom {
  width: 70%;
  margin: auto;
  padding-top: 7px !important;
}
.logo-user{
  border-radius: 50px;
  margin-top: -3px !important;
  width: 35px;
  /* min-height: 32px; */
   max-height: 35px;
  /* min-width: 40px; */
  max-width: 35px;
  object-fit: cover;

}

.view-user{
  width: 46px;
  max-width: 50px;
  object-fit: cover;
  height: 46px;
  border-radius: 50%;
  border: 1px solid darkgray;
  background-color: whitesmoke;
}
.phone-box {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dadada;
  padding: 10px 9px;
}

.user-image{
  width: 100%;
  height: auto;
  object-fit: cover;
  /*border:1px solid gainsboro;*/
}
.card-body-custom{
  padding: 0.50rem !important;
}

.card-body-custom h5{
  font-size:22px;
}

/* .categories-box{
    border: 1px solid #f3f0f0;
    background: white;
} */
.card-custom{
  /* border: none; */
  /*margin-top: 10px;*/
  /* border: none; */
  margin-top: 7px;
  box-shadow: 0px 0px 2px 0px rgb(203, 222, 223);
  border-radius: 10px;
}

.logo-img{
  width:140px !important;
  height: auto;
}
.font-user{
  font-size:30px;
}


.categories-box:hover{
  box-shadow: 0px 4px 13px 3px rgb(205, 228, 228);
  /* border-bottom: 5px solid rgb(3, 141, 146); */
}

.branch-box:hover{
  transition: 0.5s linear;
  transform:scale(2.02);
  -ms-transform:scale(1.02); /* IE 9 */
  -moz-transform:scale(1.02); /* Firefox */
  -webkit-transform:scale(1.02); /* Safari and Chrome */
  -o-transform:scale(1.02); /* Opera */
  box-shadow: 0px 0px 10px 0px rgb(203, 222, 223);
}
.p-card-box :hover .b-shaw-12{
  box-shadow: 0px 4px 13px 3px rgb(205, 228, 228);
}

.padding-bot{
  margin-bottom: 10px !important;
}

img.card-img-top-custom:hover{
  transition: 0.2s linear;
  transform:scale(2.02);
  -ms-transform:scale(1.02); /* IE 9 */
  -moz-transform:scale(1.02); /* Firefox */
  -webkit-transform:scale(1.02); /* Safari and Chrome */
  -o-transform:scale(1.02); /* Opera */
}


/* slide brand */
.branch-slide{
  margin-top: 9px;
  padding: 9px 0px;
}
.carousel-control-prev-custom{
  width:5% !important;

}

.m-b-10{
  margin-bottom:10px;
  border:1px solid #f3f0f0;
}

.bg-icon-next-left{
  background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(96, 211, 211));
}
.bg-icon-next-right{
  background-image: linear-gradient(to left, rgba(255,0,0,0),  rgb(96, 211, 211));
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 40%;
  bottom: 40%;
}


.live__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.live__scroll .row{
  display:block;
}
.live__scroll .live__scroll--box {
  display: inline-block;
  float: none;
  padding: 0px;
  border: 0px solid red;
}


/* end slide brand */

/* reponsive slide */

.slide-screen-1{
  display: none;
}

@media (max-width: 768px) {
  .font-view{
    font-size: 19px;
  }
  .saren-menu{
    padding-top: 8px !important;
    background-color:#d1ecf1 !important;
    border-radius: 10px !important;
    padding-left: 20px !important;
  }
  .saren-font-copyright{
    font-size: 9px !important;
  }
  .imagePreview {
    width: 100%;
    min-height: 120px !important;
  }

  /* .slide-screen-1{
    display: block;
  } */
  /* .slide-screen-2{
    display: none;
  } */
  .card-header-p i {
    float: right;
    font-size: 30px;
    width: 1%;
    margin-top: -36px !important;
    margin-right: 10px;
  }
  .logo-img{
    width:110px !important;
    height: auto;
  }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 7px;
    min-height: 100px;
  }

}

@media only screen and (min-width: 768px) {
  .font-view{
    font-size: 19px !important;
  }
  .saren-font-copyright{
    font-size: 14px;
  }
  .thumbnail {
    /* box-shadow: 0px 0px 2px 0px rgb(124, 129, 129); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px
  }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 7px;
    min-height: 100px;
  }
}

.bac-white{
  background: white !important;
}
.color-white{
  color:white !important;
}
.color-footer{
  color:#3f729b !important;;
}

.bg-blue-logo{
  background: #3f729b !important;
}
.bg-blue-logo-over{
  background: transparent !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  right: 0;
  left: 0;
}
.p-d-b-5{
  margin-bottom: 2px !important;
}
@media (max-width: 568px) {
  .font-view{
    font-size: 19px !important;
  }
  .saren-font-copyright{
    font-size: 14px !important;
  }
  .pl-r-0{
    padding-right: 0px !important;
    padding-top: 2px;
    padding-left: 18px !important;

  }
  .imagePreview {
    width: 100%;
    min-height: 100px !important;
  }
  .card-body-custom h5{
    font-size: 0.9em !important;
  }
  .f-d-p {
    font-size: 10px!important;
  }
  .saren-header{
    padding-left: 4px !IMPORTANT;
    padding-top: 8px !important;
    font-size: 15px;
    color: #3f729a;
  }
  h4,h5{
    font-size: 20px;
    color: #3f729a;
  }
  .ellipsis-1 .f-d-p {
    /*font-size: 1.0rem !important;*/
    font-size: 12px!important;

  }



  .ellipsis-3 .f-d-p {
    /*font-size: 1.0rem !important;*/
    font-size: 13px!important;
  }
  .ellipsis-3 .f-d-p {
    line-height: 26px !important;
  }
  .ellipsis-1 h5 {
    line-height: 17px !important;
    font-size: 18px !important;
  }
  .ellipsis-3{
    height: 52px !important;
  }
  .ellipsis{
    display: none;
  }

}

.b-shaw-1{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.img-fluid {

  max-width: 100%;
  height: auto;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
@media only screen and (min-width: 768px) {
  .saren-font-copyright{
    font-size: 14px;
  }
  .thumbnail {
    /* box-shadow: 0px 0px 2px 0px rgb(124, 129, 129); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px
  }
  .imagePreview {
    width: 100%;
    min-height: 120px !important;
  }
  /*.image-footer{*/
  /*  margin-bottom: 4px !important;*/
  /*}*/
  /*.img-fluid {*/
  /*  max-width: 100%;*/
  /*  height: auto;*/
  /*  margin-bottom: 4px !important;*/
  /*}*/
  /*.imgFooter{*/
  /*  max-width: 100%;*/
  /*  margin-bottom: 4px;*/
  /*  height: auto;*/
  /*}*/
  .saren-header{
    padding-left: 4px !IMPORTANT;
    padding-top: 8px !important;
    font-size: 15px;
    color: #3f729a;
  }

}

.c-red{
  color:red;
}

.f-h-p{
  font-size: none;
  margin-bottom: 0px !important;
}
.f-d-p{
  font-size: none;
}

.f-price-p{
  font-size: none;
}




/* @media (min-width: 576px) and (max-width: 767.98px) {

 } */


.h-padding{
  padding:10px 5px !important
}

@media (max-width: 768px) {
  .saren-font-copyright{
    font-size: 14px;
  }
  .saren-header{
    padding-left: 4px !IMPORTANT;
    padding-top: 8px !important;
    font-size: 15px;
    color: #3f729a;
  }
  .img-slide-paging {
    width: 100%;
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    object-fit: cover;
  }
  /*.f-h-p{*/
    /*font-size: 14px !important;*/
  /*}*/
  /*.f-d-p{*/
    /*font-size: 10px !important;*/
  /*}*/


  /*.f-price-p{*/
    /*font-size: 14px !important;*/
  /*}*/
  .two-box {
    /* width: 100%; */
    max-width: 140px !important;
    min-width: 140px !important;
    height: 140px !important;
    min-height: 96px !important;
    max-height: 93px !important;
    object-fit: cover !important;
    padding: 5px !important;
    padding-right: 10px !important;
  }

  /*
    .l-h-0-8{
      line-height: 0.5em !important;
    }
    .f-price-p{
      font-size: 20px !important;
    }

    .hr-no-margin{
      margin-top: 3px !important;
      margin-bottom: 3px !important;
    }
  .f-d-p{
    font-size: 12px !important;
  }

  .f-price-p{
    font-size: 20px !important;
  } */
  .imgFooter{
    margin-bottom: 3px !important;
  }
}



/* end responsive slide */



/* start body content */
.bg-grey {
  background-color: #f6f6f6;
}

.thumbnail a>.main-img {
  padding: 0 0 0px 0;
  border: none;
  border-radius: 10px;
}

.thumbnail a>.main-img img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.main-img{
  background-image: url("../img/water_mark.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bg-m-spe{
  background-image: url("../img/special.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.thumbnail a>.main-img:hover {
  /* -webkit-transform: scale(1);
  transform: scale(1); */
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: 0.7;
}

/* .thumbnail:hover>.see-more {
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  border-bottom: 1px solid #2e8fbc;
} */

.product-tag {
  width: 23%;
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 8;
  left: 4px;
  right: 12px;
  margin-top: 2px;
}
.no-b-radu{
  border-radius: 10px !important;
}


.product-tag-1 {
  width: 23%;
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 8;
  left: 14px;
  right: 12px;
}

.thumbnail>.see-more {
  padding-bottom: 11px;
  margin-bottom: 10px;
}

.thumbnail {
  /* box-shadow: 0px 0px 2px 0px rgb(124, 129, 129); */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

a {
  text-decoration: none;
  color: black;
}

.thumbnail>.para {
  padding: 0px 15px;
}
.hor-line{
  border-top: 1px solid #2e8fbc;
  opacity: 0.3;
}
.min-img-220{
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  object-fit:cover;
}
.nopadding {
  padding: 2px 5px !important;
  margin: 0 !important;
}
.input-padding{
  padding: 5px 0px !important;
  margin: 0 !important;
}

.input-padding {
  /* padding: 0px 18px !important; */
  padding: 5px 0px !important;
  margin: 0 !important;
}
/* end content */




/* footer */
#myFooter {
  background-color:#3f729b;
  color: white !important;
  padding-top: 40px !important;
  margin-top: -6px !important;
}

#myFooter ul li a{
  color:white !important;
}

#myFooter .footer-copyright {
  background-color: #3470a0fc;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .row {
  margin-bottom: 60px;
}

#myFooter .navbar-brand {
  margin-top: 45px;
  height: 65px;
}

#myFooter .footer-copyright p {
  margin: 10px;
  color: #ccc;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#myFooter h5 {
  font-size: 18px;
  color: white;
  margin-top: 30px;
}

#myFooter h2 a{
  font-size: 50px;
  text-align: center;
  color: #fff;
}

#myFooter a {
  color: #d2d1d1;
  text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
  text-decoration: none;
  color: white;
}

#myFooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
}

#myFooter .social-networks a {
  font-size: 32px;
  color: #f9f9f9;
  padding: 10px;
  transition: 0.2s;
}

#myFooter .social-networks a:hover {
  text-decoration: none;
}

#myFooter .facebook:hover {
  color: #0077e2;
}

#myFooter .google:hover {
  color: #ef1a1a;
}
#myFooter ul li{
  color:white;
}

#myFooter .twitter:hover {
  color: #00aced;
}

#myFooter .btn {
  color: white;
  background-color: #d84b6b;
  border-radius: 20px;
  border: none;
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 25px;
}

@media screen and (max-width: 768px) {
  #myFooter {
    text-align: center;
  }
  .input-padding {
    padding: 0px 0px 0px 20px !important;
  }

  .h-padding {
    padding: 5px 9px !important;
  }
  /*.hr-no-margin-1{*/
    /*display: none;*/
  /*}*/
  .imgFooter{
    margin-bottom: 9px !important;
  }
  .saren-sm{
    font-size: 12px !important;
  }
}


@media (max-width: 990px) {

  .saren-sm{
    font-size: 12px !important;
  }

  .h-padding {
    padding: 5px 9px !important;
  }
  .hr-no-margin-1{
    display: none;
  }
  .ellipsis{
    display: none;
  }

  /*.f-h-p{*/
    /*font-size: 14px !important;*/
  /*}*/
  /*.f-d-p{*/
    /*font-size: 10px !important;*/
  /*}*/


  /*.f-price-p{*/
    /*font-size: 14px !important;*/
  /*}*/
  .two-box {
    /* width: 100%; */
    max-width: 140px !important;
    min-width: 140px !important;
    height: 140px !important;
    min-height: 96px !important;
    max-height: 93px !important;
    object-fit: cover !important;
    padding: 5px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 568px){

  .saren-f{
    font-size: 20px !important;
  }
  .saren-sm{
    font-size: 12px !important;
  }
}

@media (max-width: 320px) and (min-width: 320px) {
  .saren-magin-top{
    margin-top: 10px !important;
  }
  .saren-sm{
    font-size: 12px !important;
  }
  .h-padding {
    padding: 5px 9px !important;
  }
  /*.hr-no-margin-1{*/
    /*display: none;*/
  /*}*/



  .f-h-p{
    font-size: 14px !important;
  }
  .f-d-p{
    font-size: 10px !important;
  }
  .f-price-p{
    font-size: 14px !important;
  }
  .two-box {
    /* width: 100%; */
    max-width: 124px !important;
    min-width: 124px !important;
    height: 130px !important;
    min-height: 90px !important;
    max-height: 90px !important;
    object-fit: cover !important;
    padding: 0px !important;
  }
  .imgFooter{
    margin-bottom: 9px !important;
  }
}





/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */


#myFooter{
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  margin-top: -12px !important;
}

/* end footer */

/* goto top */
#toTop{
  /*border-radius: 45px;*/
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  color:white !important;
  display: none;
}
/* end go to top */


/* col-xs responsive */


@media(max-width:700px){


  /* *, body{
    font-size: 16px !important;
  } */
  .btns {
    margin: 5px 15px 0px 0px !important;
  }

  .btn-over {
    margin: -18px 5px 0px 0px !important;
  }

  .min-img-220{
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    object-fit:cover;
  }
  p{
    line-height: 5px;
  }

  .card-img-top-custom {
    width: 72%;
    margin: auto;
    padding-top: 7px !important;
  }


  .item {
    height: 240px !important;
    background: black;
  }

  .img-slide-paging {
    width: 100%;
    height: 30px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    object-fit: cover !important;
  }

  .price-bg{
    text-align: left !important;
  }


  /* .card-title{
    font-size: 10px !important;
  } */

  /* .font-user{
    font-size:30px !important;
  } */
}



/* register page */
.auth_form aside ul .icon {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  padding: 8px 9px;
}
.auth_form aside ul li{
  margin:10px 0px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.auth_form ul li{
  list-style-type: none;
}
/* end register */

.view-line-h{
  line-height: 23px;
}
.price-bg{
  background: #00aced;
  color:white;
}

/* brand */
.branch-header{
  /*box-shadow: 0px 4px 13px 3px rgb(244, 250, 250);*/
  padding: 35px 0px;
}
.search-header{
  box-shadow: 0px 4px 13px 3px rgb(244, 250, 250);
  padding: 5px 0px;
}
.branch-cate{
  box-shadow: 0px 4px 13px 3px rgb(244, 250, 250);
  padding: 15px 0px;
}
.card-edit{
  margin: 10px;padding:5px;
  border: 1px solid rgba(0,0,0,.125);
  /* vertical-align: auto; */
}
.card-heading{
  margin: 20px 8px;padding: 5px;
}

.card-box{
  margin-top: 15px;
}

.card-box > a > .card:hover{
  box-shadow: 0px 4px 13px 3px rgb(205, 228, 228);
}

/* end brand */


.container4{
  text-align: center;
}
.m-top{
  margin-top:10px !important;
}

.bra-m-top{
  margin-top: -10px !important;
}

/* slide show view */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.item {
  height: 380px;
  background: black;
}

.item h4 {
  font-size: 50px;
  color: white;
}

.bg-black {
  background: rgba(46, 44, 44, 0.09);
}

.slide-card-paging {
  width: 82px;
  border: 0px solid black !important;
  border-radius: none !important;
}

/* .menuSlider a{
  border: 1px solid black;
  color: wheat;
} */

.evt-img-active {
  border: 1px solid black !important;
}

.menuSlider .card:hover {
  /* box-shadow: 0px 0px 10px 0px beige; */
  cursor: pointer;
  border: 1px solid #2d9070;
}
.menuSlider{
  padding-right: 0px;
  padding-left: 0px;
}

.img-slide-paging {
  width: 100%;
  height: 40px;
  min-height: 50px;
  max-height: 50px;
  object-fit: cover;
}

.padding-b {
  padding-bottom: 10px !important;
}

.btns {
  margin: 5px 5px 0px 0px;
  position: absolute;
  z-index: 8;
  float: right;
  right: 2%;
}
.btn-over {
  margin: 5px 5px 0px 0px;
  position: absolute;
  z-index: 8;
  float: right;
  right: 2%;
}

.customPreviousBtn {
  float: right;
  background: #00aced;
  color: #fff !important;
  padding: 5px 15px;
  margin-left: 10px;
  /* cursor: pointer; */
  border-radius: 5px;
}

.fa-white {
  color: white !important;
}

.customNextBtn {
  float: left;
  background: #00aced;
  color: #fff !important;
  padding: 5px 15px;
  /* cursor: pointer; */
  border-radius: 5px;
}

.customNextBtn-over {
   float: left;
   background: #00aced;
   color: #fff !important;
   padding: 0px 10px;
   /* cursor: pointer; */
   border-radius: 5px;
 }

.customPreviousBtn-over {
  /*float: left;*/
  background: #00aced;
  color: #fff !important;
  padding: 0px 10px;
  /* cursor: pointer; */
  border-radius: 5px;
}

.customNextBtn .customPreviousBtn {
  top: 5%;
}

.item-bar{
  display: flex;
  flex-wrap: wrap;
}

.item-bar p{
  padding-right: 10px;
}

.item-bar span{
  color: white !important;
}
.view-b-left{
  border-left: 3px solid #00aced !important;
}

/* end slide show view */




/* all product */
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

.card-p {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 1px;
  border: none;
}

.card-header-p:first-child {
  border-radius: 0;
}

.card-header-p {
  background-color: #f7f7f9;
  margin-bottom: 0;
  padding: 10px 20px 3px 20px;
  border: none;

}

.card-header-p a i {
  float: left;
  font-size: 25px;
  padding: 5px 0;
  margin: 0 25px 0 0px;
  color: #195C9D;
}

.card-header-p i {
  float: right;
  font-size: 30px;
  width: 1%;
  margin-top: 0px;
  margin-right: 10px;
}

.card-header-p a {
  width: 97%;
  float: left;
  color: #565656;
}

.card-header-p p {
  margin: 0;
}

.card-block-p {
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 20px;
  color: #232323;
  box-shadow: inset 0px 4px 5px rgba(189, 182, 182, 0.1);
  border-top: 1px soild #000;
  border-radius: 0;
}
/* end all product */



/* user dashboard */


nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
  padding: 10px 15px;
  color:#195C9D !important;
  background:#e6eef1;
  border-radius:0;
}


.tab-content{
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  padding:30px 25px;
}

.result-not-found{
  padding:30px 10px;
}

/* end user dashboard */

/* test */
.project-tab {
  padding: 0%;
  margin-top: 0%;
}
.project-tab #tabs{
  background: #007b5e;
  color: #eee;
}
.project-tab #tabs h6.section-title{
  color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #7da5cf;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 2px solid #195C9D !important;
  font-weight: bold;
}
.project-tab .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #0062cc;
}
.project-tab .nav-link:hover {
  border: none;
}
.project-tab thead{
  background: #f3f3f3;
  color: #333;
}
.project-tab a{
  text-decoration: none;
  color: #333;
}
/* end test */



/* brand show */
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  text-align: center;
  padding: 5px;
  margin: 0px;
  /* background: #f1f1f1;
  color: #666; */
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.itm-o {
  width: 100px;
  height: auto !important;
  background: #f8f9fa;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}


.dt-img{
  width: 60px;
  height: 60px;
  max-width: 60px;
  min-width: 60px;
  object-fit: cover;
}

.product-name{
  text-align: left !important;
}

.l-h-0{
  line-height: 0px !important;
}

.container-over{
  padding: 0px !important;
}
.btn-search-with-100{
  width: 100% !important;
}

.hr-no-margin{
  margin-top: 7px;
  margin-bottom: 7px;
}

.two-box{
  /* width: 100%;
  max-width: 240px;
  min-width: 240px;
  height: 150px;
  max-height: 150px;
  min-height: 150px;
  object-fit: cover; */
  width: 100%;
  height: 148px;
  min-height: 130px;
  max-height: 148px;
  object-fit:cover;
  padding: 5px !important;
}

.l-h-0-8{
  line-height: 0.8em !important;
  padding-right: 10% !important;
}



/* demo all product */
.ellipsis {
  overflow: hidden;
  height: 40px;
  line-height: 35px !important;
  margin: 0px;
}

.ellipsis p {
  line-height: 20px !important;
}


.ellipsis-1 {
  overflow: hidden;
  height: 55px;
  line-height: 35px !important;
  margin: 0px;
}
.ellipsis-1 h5 {
  line-height: 28px;
  font-size:18px;
}

.ellipsis-2 {
  overflow: hidden;
  height: 32px;
  line-height: 35px !important;
  margin: 0px;
}
.ellipsis-2 h5 {
  line-height: 28px !important;
}


.ellipsis-3 {
  overflow: hidden;
  height: 55px;
  line-height: 35px !important;
  margin: 0px;
}
.ellipsis-3 h5 {
  line-height: 28px !important;
  font-size:18px !important;
}
.p-l-0{
  padding-left: 0px !important;
}

.ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  height: 200px;
}

.ellipsis>*:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}

.ellipsis:after {
  content: "...";

  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;

  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;

  text-align: right;
}

@media (min-width: 376px) and (max-width: 767.98px) {
  /* .hr-no-margin{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  } */
  .h-padding {
    padding: 5px 9px !important;
  }
  .slide-card-paging {
    width: 38px;
    border: 0px solid black !important;
    border-radius: none !important;
  }
  .imgFooter{
    margin-bottom: 9px !important;
  }

}

.image-view-click{
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
}

/*.image-view-click .col-3a{*/
/*  width: 100%;*/
/*}*/


/*loading style*/
/* Absolute Center Spinner */

.loading {

  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(63, 114, 155, 0.8), rgba(63, 114, 155, 0.8));

  background: -webkit-radial-gradient(rgba(63, 114, 155, 0.8), rgba(63, 114, 155, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.text-red{
  color:red;
}

/*end loading*/



/*dashboard*/
.c-bl {
  color: bisque;
  padding: 5px;
}

.c-red {
  color: red !important;
}

.card-des {
  margin: 9px 8px !important;
  padding: 0px !important;
}

.br-over {
  padding: 15px 0px;
}


.dropbtn {
  background-color: white;
  color: black;
  padding: 8px;
  font-size: 16px;
  border: none;
  background: #cef3f0;
  cursor: pointer;
}

.dropdowns {
  position: relative;
  display: inline-block;

}

.dropdown-content {

  display: none;
  position: absolute;
  /* right: 0; */
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black !important;
  padding: 12px 16px;
  text-decoration: none;
  border-bottom: 1px solid #cef3f0;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdowns:hover .dropdown-content {
  display: block;
}

.dropdowns:hover .dropbtn {
  background-color: white;
}



/* Breadcrups CSS */

.arrow-steps .step {
  font-size: 14px;
  text-align: center;
  color: #666;
  cursor: default;
  margin: 0 3px;
  padding: 10px 10px 10px 30px;
  min-width: 180px;
  float: left;
  position: relative;
  background-color: #d9e3f7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #d9e3f7;
  z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0;
}

.arrow-steps .step:first-child:before {
  border: none;
}

.arrow-steps .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
  position: relative;
}

.arrow-steps .step span:before {
  opacity: 0;
  content: "✔";
  position: absolute;
  top: -2px;
  left: -20px;
}

.arrow-steps .step.done span:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
  color: #fff;
  background-color: #23468c;
}

.arrow-steps .step.current:after {
  border-left: 17px solid #23468c;
}



/*check box*/
.checkbox label:after{
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr{
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}


.checkbox .cr .cr-icon{
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}


.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon{
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon{
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr{
  opacity: .5;
}







/*search box css start here*/

.search-sec {
  padding: 3px;
}

.search-slt {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: calc(2.5rem + 2px) !important;
  border-radius: 0;
}

.wrn-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  height: calc(2.5rem + 2px) !important;
  border-radius: 0;
}

@media (max-width: 568px){
  .card-body-custom h5 {
    font-size: 12px !important;
  }
  .two-box {
    /* width: 100%; */
    max-width: 143px !important;
    min-width: 120px !important;
    height: 140px !important;
    min-height: 96px !important;
    max-height: 93px !important;
    object-fit: cover !important;
    /*padding: 5px !important;*/
    /*padding-bottom: 13px !IMPORTANT;*/
  }
  .f-price-p {
    font-size: 12px !important;
    padding-top: 1px;
  }
  .saren-font{
    font-size: 10px !important;
  }
}

@media (min-width: 992px) {
  .search-sec {
    /*position: relative;*/
    top: -114px;
    /*background: rgba(26, 70, 104, 0.51);*/
  }



}
/*


@media (min-width: 568px) {

.slide-banner{
clear: both;
height: 344px;
border-bottom: none;
}
} */

@media (max-width: 992px) {
  .search-sec {

  }
  search-sec-over {
    background: none;
  }
  .slide-banner{
    clear: both;
    /*height: 345px !important;*/
    border-bottom: none;
  }
}


.slide-banner{
  clear: both;
  /*height: 390px;*/
  border-bottom: none;
}




.b-shadow{
  box-shadow: 0px 0px 10px 0px #3f729b;
  /*border-bottom: 2px solid #3f729b;*/
}
.clear-top{
  height: 60px;
}

search-sec-over {
  background: none;
}



/**
upload image style
 */

.mg {
  width: 100%;
  min-height: 100%;
}


.imagePreview:hover {
  cursor: pointer;
}

.imagePreview {
  width: 100%;
  min-height: 150px;
  /* background-position: center center; */
  background: url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}

.btn-primary-ov {
  display: block;
  border-radius: 0px;
  margin-top: -5px;
  padding: 5px;
}

.imgUp {
  margin-bottom: 0px;
  border-radius: 15%;
}

.del {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

#your-car{
  margin-top: 3px !important;
}