.body, .bg-color{
  font-family: 'Roboto', sans-serif;
  background-color: #f5f5f5;
/*  background-image: url("http://localhost/driving/public/img/particles.gif");*/
}

/* Default for xs devices (less than 576px) */
.left-menu-hw {
    height: 20vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 1px;
}

  /* Small devices (≥576px) */
  @media (min-width: 576px) {
    .left-menu-hw {
      height: 40vh;
    }
  }

  /* Medium and up (≥768px) */
  @media (min-width: 768px) {
    .left-menu-hw {
      min-height: 80vh;
    }

/* html, body {
  min-height: 100vh;
  margin: 0;
} */

.leftside-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 65px; /* height of navbar */
    height: calc(80% - 56px); /* don't overflow viewport */
    overflow-y: auto;
  }

  /* This part ensures the sidebar doesn't overlap the footer */
  body::after {
    content: "";
    display: block;
  }
  }

  .my-hw {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    margin-bottom: 15px;
}
.my-preview {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

/* Custom scrollbar styles */
.left-menu-hw::-webkit-scrollbar {
    width: 4px;  /* Adjust the width of the scrollbar */
}

.left-menu-hw::-webkit-scrollbar-thumb {
    background-color: #A8A8A8; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
}

.left-menu-hw::-webkit-scrollbar-thumb:hover {
    background-color: #A8A8A8; /* Color when hovered */
}

.left-menu-hw::-webkit-scrollbar-track {
    background: white; /* Track color */
    border-radius: 10px; /* Rounded corners for the track */
}


/*Remove input type= number arrow*/
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* End Remove input type= number arrow*/
/*Social icon top*/
.fb-color{
    color: white;
}
.yt-color{
    color: white;
}
.ins-color{
  color: white;
}
.linked-color{
    color: white;
}
.twitter-color{
    color: white;
}
.web-link{
    color: white;;
}

.social-icon-top > a{
    border: 1px solid;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    transition: .5s;
}
.social-icon-top > a:hover{
    border: 1px solid white;
    border-radius: 10px;
    color: white;
}
/* // Social icon top*/



.social-icon-footer > a{
    border: 1px solid white;
    color: white;
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
    opacity: .7;
    transition: .5s;
}
.social-icon-footer > a:hover{
    border: 1px solid #FFCA2C;
    border-radius: 10px;
    color: #FFCA2C;
    background-color: white;
    opacity: 1;
}
/* // Social icon footer*/
 .hover-link:hover{
  color: #198754 !important;
 }

/*Menu Text color and border-bottom and active*/


.page-title-bg{
  background-color: #11a8b6;
}

.font-9{
    font-size: 9px;
}
.font-10{
    font-size: 10px;
}
.font-11{
    font-size: 11px;
}
.font-12{
    font-size: 12px;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-24{
    font-size: 24px;
}

/*Menu Text color and border-bottom and active*/
.m-color {
    color: black !important;
    font-weight: bold;
    transition: .5s;
}
.m-color:hover{
    color: #11a8b6 !important;
    opacity: 1;
}


.menu-underline:hover:after{
    width: 80%;
    background: #11a8b6;
}

.active-m-color{
    color: #11a8b6 !important;
    font-weight: bold;
    opacity: 1;
}
.logo-size{
    width: 90px;
    height: 90px;
}
.logo2-size{
    width: 125px;
    height: 90px;
}

/*for medium Devices*/
@media only screen and (min-width: 768px) {
  /*.logo-size{
      width: 200px;
      height: 60px;
  }*/
  .menu-underline:after{
      content: '';
      display: block;
      margin: auto;
      height: 2px;
      width: 0px;
      background: transparent;
      transition: width .6s ease, background-color .6s ease;
  }
  .active-menu-underline:after {
      content: '';
      display: block;
      margin: auto;
      height: 2px;
      width: 0px;
      width: 80%;
      background: #11a8b6;
  }

}
/*end menu color and border-bottom and active*/

  .left-menu-div{
    padding: 6px 2px;
    border-top: 2px solid whitesmoke;
    border-bottom: 2px solid whitesmoke;
  }

  .left-menu-div:hover{
    background-color: #facb3d;
  }
  .left-menu-div-active{
    background-color: #ffca2c;
  }


  .left-menu{
    text-decoration: none;
    color: black;
    font-weight: 500;
    cursor: pointer;
    opacity: 0.8;
  }

  .left-menu:hover{
    transition: 0.5s;
    opacity: 1;
  }

  .left-menu-active{
    color: #11a8b6;
    opacity: 1;
  }

/*Flag size*/
  .flag-size{
    padding: 0px 2px;
    width: 50px;
    height: 32px;
  }

  .left-menu-text{
    padding-left: 6px;
  }


  .step-menu{
    font-weight: 500;
    margin: 2px;
    padding: 4px;
    background-color: #11a8b6;
    color: white;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;
    opacity: 0.8;
  }

  .step-menu:hover{
    transition: 0.5s;
    opacity: 1;
  }

  .step-menu-active{
    background-color: white;
    color: #11a8b6;
    opacity: 1;
  }

.fixed-footer-btn {
    position: absolute;  /* Fix the footer to the bottom */
    bottom: 0;           /* Position it at the bottom of the container */
    left: 0;             /* Align it to the left of the container */
    width: 100%;         /* Take full width */
    background-color: white; /* Optional: Add background color */
    padding: 0;     /* Adjust padding for the footer */
    z-index: 10;         /* Ensure it's on top of other content */
}


 .post_div{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.19);
    transition: .5s;
}
.post_div:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dl-card{
  width:100%;
}

.dl-address{
  color: #700011;
}

.title-link{
  height: 70px;
  font-size: 16px;
}

.title-link > a{
  text-decoration: none;
  font-weight: bold;
  color: black;
  opacity: 0.8;
}

.title-link > a:hover{
  cursor: pointer;
  color: black;
  opacity: 1;
}

.dl-price{
  color: #700011;
}

.cart-btn{
  font-weight: bold;
  color: #11a8b6;
  opacity: 0.8;
}

.cart-btn:hover{
  cursor: pointer;
  opacity: 1;
}

.cart-remove-btn{
  font-weight: bold;
  color: #AB1313;
  opacity: 0.8;
}

.cart-remove-btn:hover{
  cursor: pointer;
  opacity: 1;
}

.info-btn{
  cursor: pointer;
  font-size: 16px !important;
}
.info-btn:hover{
  color: #11a8b6;
}


.generate-btn{
  cursor: pointer;
  font-size: 15px !important;
}
.generate-btn:hover{
  color: #11a8b6;
}

  /*get down arrow in Select option*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}

.dataTables_filter{
    text-align: right !important;
  }



  /*All link */
.box-link, .box-link >a{
  text-decoration: none;
  color: black;
}
.box-link:hover{
  color: green;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 10px;
  transition: 0.3;
}
.box-link, .box-link >a:hover{
  color: green;
  transition: 0.3;
}

.links{
  padding-left: 3px;
  padding-right: 3px;
  color: black;
}
.links:hover{
  color: green;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 10px;
  transition: 0.3;
}



/* for all images in ckeditor textarea */
.contentDiv img{
  width: 90%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contentDiv p, li, div, span{
  text-align: justify;
}

/*shadadow*/
.myShadow{
  text-shadow: 4px 4px 12px black;
}
.footer-link, .footer-link >a{
  text-decoration: none;
  color: white;
}
.footer-link >a:hover{
  background-color:rgba(1, 4, 14, 0.7);
  transition: 0.3;
}


/*For contact page*/
.contactBg{
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.address-bg{
  background-color: rgba(248,249,250,0.9);
 }

 .message-title{
  color: #E41A11;
  text-shadow: 0 0 3px #ffffff;
 }

/*Social icon Contact*/
.social-icon-contact{
  font-size: 14px;
}
.social-icon-contact > a{
    border: 1px solid;
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
    opacity: .9;
    transition: .5s;
}
.social-icon-contact > a:hover{
    border: 1px solid #198754;
    border-radius: 10px;
    color: #198754;
    opacity: 1;
}
/* // Social icon Contact*/
 /* /// For contact page*/
 /*For blog page*/
 .post_div{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.19);
    transition: .5s;
}
.post_div:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.title-link{
  text-decoration: none;
  font-weight: bold;
  color: black;
  transition: .4s;
}
.title-link:hover{
  cursor: pointer;
  color: #198754;
}
 /*end blog page*/

 /*for pagination color*/
.pagination > li > a,
.pagination > li > span {
  color: #198754;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #198754;
    border-color: #198754;
}
.page-item.active .page-link {
    z-index: 1;
    font-weight: bold;
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
 /*end pagination color*/
 /*View single post*/
 p>img {
  width: 90%!important;
  height: auto!important;
  margin: 0 auto;
}

 /* end single post*/
 /*for FAQ*/
.text-secondary {
  color: #3d5d6f;
}

.h4,
h4 {
  font-size: 1.2rem;
}

h2 {
  color: #333;
}

.fa,
.fas {
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.h-100 {
  height: 100%;
}

a.text-secondary:focus,
a.text-secondary:hover {
  text-decoration: none;
  color: #22343e;
}

#accordion .fa-plus {
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

#accordion a[aria-expanded=true] .fa-plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
  /*End FAQ*/


.my-link{
  text-decoration: none;
  color: #11a8b6;
  font-weight: bold;
  opacity: 0.8;
}

.my-link:hover{
  transition: 0.5s;
  opacity: 1;
  color: #11a8b6;
}

.my-color{
  color: #11a8b6;
}

.my-color2{
  color: #700011;
}

.my-bg{
  background-color: #11a8b6;
}

.my-bg2{
  background-color: #11a8b6;
}
